@charset "UTF-8";.flag-reveal-mp{--mp-primary:#6366f1;--mp-primary-dark:#4f46e5;--mp-primary-light:#818cf8;--mp-btn-gradient:linear-gradient(135deg, #3b82f6, #6366f1);--mp-step-gradient:linear-gradient(135deg, #6366f1, #8b5cf6);--mp-banner-gradient:linear-gradient(135deg, #4f46e5, #6366f1);--mp-scoreboard-bg:linear-gradient(135deg, #1e3a5f, #312e81);--mp-scoreboard-shadow:rgba(30, 58, 95, 0.3);--mp-btn-shadow:rgba(99, 102, 241, 0.3);--mp-btn-hover-shadow:rgba(99, 102, 241, 0.4);--mp-input-focus-shadow:rgba(99, 102, 241, 0.15);--mp-ac-bg:#eef2ff;--mp-ac-color:#4338ca;margin-bottom:4rem}.flag-reveal-mp,.fr-mp-content{--mp-content-rule-bg:linear-gradient(135deg, #fafafe 0%, #f5f3ff 100%);--mp-content-rule-border:#e9e5f5;--mp-content-rule-hover-border:#c4b5fd;--mp-content-rule-hover-shadow:rgba(99, 102, 241, 0.08);--mp-content-icon-gradient:linear-gradient(135deg, #6366f1, #818cf8);--mp-content-icon-shadow:rgba(99, 102, 241, 0.25);--mp-content-h3-gradient:linear-gradient(180deg, #6366f1, #818cf8)}.flag-reveal-mp .fr-mp-input-area{margin-bottom:1.25rem}.fr-mp-lobby__hero-flags{display:flex;justify-content:center;gap:.75rem;margin-bottom:1rem}.fr-mp-lobby__hero-flag{width:56px;height:42px;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.12);object-fit:cover;transition:transform .3s}.fr-mp-lobby__hero-flag--1{transform:rotate(-6deg)}.fr-mp-lobby__hero-flag--2{transform:scale(1.1);z-index:1}.fr-mp-lobby__hero-flag--3{transform:rotate(6deg)}.fr-mp-flag-area{margin:0 0 1rem}.fr-mp-flag-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:3px;aspect-ratio:4/3;border-radius:.75rem;overflow:hidden;background:#d1d5db;box-shadow:0 2px 12px rgba(0,0,0,.1)}.fr-mp-tile{position:relative;width:100%;height:100%;background-size:300% 200%;background-repeat:no-repeat;overflow:hidden}.fr-mp-tile.unrevealed .fr-mp-tile__overlay{opacity:1}.fr-mp-tile.revealed .fr-mp-tile__overlay{transform:rotateY(180deg);opacity:0}.fr-mp-tile__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#9ca3af,#b0b5bc);z-index:1;transition:transform .55s cubic-bezier(.4,0,.2,1),opacity .55s cubic-bezier(.4,0,.2,1);backface-visibility:hidden;display:flex;align-items:center;justify-content:center}.fr-mp-tile__overlay::after{content:"?";font-size:1.5rem;font-weight:800;color:rgba(255,255,255,.35)}.fr-mp-guess-history{display:flex;flex-direction:column;gap:.35rem}.fr-mp-guess-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-radius:.5rem;font-size:.9rem}.fr-mp-guess-item.correct{background:#ecfdf5;color:#065f46}.fr-mp-guess-item.wrong{background:#fef2f2;color:#991b1b}.fr-mp-guess-item__num{font-weight:700;min-width:24px}.fr-mp-guess-item__name{flex:1;margin-left:.5rem}.fr-mp-guess-item__icon{font-size:1rem}.fr-mp-result-modal__flag{display:flex;flex-direction:column;align-items:center;margin:.75rem 1.5rem}.fr-mp-result-modal__flag-img{display:inline-block;width:120px;height:auto;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.12);margin:0 auto}.fr-mp-result-modal__country-name{font-size:1.1rem;font-weight:700;color:#1f2937;margin:.5rem 0 0;text-align:center}@media (max-width:640px){.flag-reveal-mp{padding-left:.75rem;padding-right:.75rem;margin-bottom:3rem}.fr-mp-lobby__hero-flag{width:44px;height:33px}.fr-mp-flag-grid{border-radius:.5rem}.fr-mp-tile__overlay::after{font-size:1.1rem}.fr-mp-guess-item{padding:.4rem .6rem;font-size:.85rem}.fr-mp-result-modal__flag-img{width:100px}}