@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Sora:wght@500;700;800&display=swap";.userbox{display:grid;grid-template-columns:52px 1fr;gap:12px;align-items:center;padding:10px 12px;border-radius:14px;border:1px solid rgba(140,170,255,.12);background:#0a0e1c73;color:#eaf0ff;text-decoration:none;cursor:pointer;width:100%}.userbox:hover{border-color:#8caaff40;background:#0a0e1c99}.userbox__avatar{width:52px;height:52px;border-radius:14px;object-fit:cover;background:#ffffff0d}.userbox__avatar--fallback{display:grid;place-items:center;font-weight:900;color:#fffffff2;background:linear-gradient(135deg,#5b7dffe6,#ff4ad8bf);box-shadow:0 12px 28px #788cff33}.userbox__info{display:grid;gap:6px}.userbox__name{font-weight:800;font-size:14px;letter-spacing:.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.userbox__medals{display:flex;gap:8px;align-items:center}.userbox__medal{width:26px;height:26px;border-radius:8px;border:1px solid rgba(140,170,255,.2);background:#8caaff14;display:grid;place-items:center;font-size:12px;font-weight:800;color:#b9c8ff;position:relative}.userbox__medal img{width:18px;height:18px;object-fit:contain}.userbox__medal--empty{color:#b9c8ff99;border-style:dashed}.userbox__tooltip{position:absolute;left:50%;bottom:34px;transform:translate(-50%);min-width:160px;max-width:220px;padding:10px 12px;border-radius:12px;border:1px solid rgba(140,170,255,.2);background:#060a14eb;color:#eaf0ff;font-size:12px;line-height:1.35;box-shadow:0 18px 35px #00000073;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease;transform-origin:bottom center;z-index:10}.userbox__tooltip:after{content:"";position:absolute;left:50%;bottom:-6px;width:10px;height:10px;background:#060a14eb;border-right:1px solid rgba(140,170,255,.2);border-bottom:1px solid rgba(140,170,255,.2);transform:translate(-50%) rotate(45deg)}.userbox__tooltip-title{font-weight:900;letter-spacing:.2px}.userbox__tooltip-desc{margin-top:4px;color:#eaf0ffc7}.userbox__medal:hover .userbox__tooltip{opacity:1;transform:translate(-50%) translateY(-4px)}.userbox--loading{cursor:default}.skeleton{position:relative;overflow:hidden;background:#ffffff14}.skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);transform:translate(-100%);animation:shimmer 1.2s infinite}.userbox__name.skeleton{height:14px;width:140px;border-radius:8px}.userbox__medal.skeleton{border-radius:8px}@keyframes shimmer{to{transform:translate(100%)}}.ttt{width:min(42rem,100%);display:flex;flex-direction:column;gap:1.25rem;align-items:center;text-align:center;position:relative;isolation:isolate;min-height:min(80vh,50rem);justify-content:center;margin-inline:auto}.ttt__aura{position:absolute;inset:-2rem;z-index:-1;background:radial-gradient(circle at 20% 10%,rgba(108,124,255,.35),transparent 45%),radial-gradient(circle at 80% 0%,rgba(255,138,149,.25),transparent 55%),radial-gradient(circle at 50% 90%,rgba(255,184,140,.2),transparent 50%);filter:blur(30px);opacity:.9;animation:aura-pulse 6s ease-in-out infinite}.ttt.has-result .ttt__aura{animation:aura-win 1.2s ease-out forwards}.ttt__header{width:100%;display:flex;gap:1rem;flex-wrap:wrap;align-items:center;justify-content:center;text-align:center}.ttt__subtitle{margin:.35rem 0 0;color:var(--text-muted);font-size:.95rem}.ttt__controls{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.ttt__controls button{border:1px solid var(--border-soft);background:#ffffff0a;color:var(--text-main);padding:.5rem .85rem;border-radius:.6rem;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.ttt__controls button:hover{transform:translateY(-1px);border-color:#6c7cff73;box-shadow:0 .4rem 1rem #0003}.ttt__controls button.is-active{border-color:#6c7cffcc;box-shadow:0 0 0 1px #6c7cff59}.ttt__reset{background:#6c7cff26}.ttt__difficulty,.ttt__size{width:100%;display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.ttt__difficulty button,.ttt__size button{border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--text-main);padding:.45rem .8rem;border-radius:.6rem;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.ttt__difficulty button:hover,.ttt__size button:hover{transform:translateY(-1px);border-color:#6c7cff73;box-shadow:0 .4rem 1rem #0003}.ttt__difficulty button.is-active,.ttt__size button.is-active{border-color:#6c7cffcc;box-shadow:0 0 0 1px #6c7cff59}.ttt__status{padding:.6rem 1rem;border-radius:999px;background:linear-gradient(120deg,#6c7cff26,#ff8a951f);border:1px solid rgba(108,124,255,.35);font-weight:600;box-shadow:0 .4rem 1.2rem #0003;animation:floaty 3.5s ease-in-out infinite}.ttt__stats{width:min(36rem,100%);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.ttt__stat{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:.9rem;padding:.75rem;display:grid;gap:.25rem;place-items:center;text-align:center}.ttt__stat strong{font-size:1.3rem}.ttt__stat small{color:var(--text-muted);font-size:.8rem}.ttt__stat-badge{width:2rem;height:2rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.ttt__stat-badge--x{color:#ffb88c;border-color:#ffb88c80}.ttt__stat-badge--o{color:#6c7cff;border-color:#6c7cff80}.ttt__board{display:grid;gap:.65rem;padding:1.2rem;border-radius:1.5rem;background:linear-gradient(140deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.08);box-shadow:0 1.5rem 3.5rem #00000073;position:relative}.ttt__win-line{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.ttt__win-line line{stroke-width:var(--win-line-width, 3.5);stroke-linecap:round;stroke-dasharray:120;stroke-dashoffset:120;animation:line-draw .7s ease forwards;filter:drop-shadow(0 0 6px rgba(255,184,140,.6))}.ttt__win-line.is-x line{stroke:#ffb88cf2;filter:drop-shadow(0 0 6px rgba(255,184,140,.7))}.ttt__win-line.is-o line{stroke:#6c7cfff2;filter:drop-shadow(0 0 6px rgba(108,124,255,.7))}.ttt__cell{width:100%;aspect-ratio:1 / 1;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:var(--text-main);background:radial-gradient(circle at 20% 20%,#ffffff14,#ffffff05);border:1px solid var(--border-soft);border-radius:.85rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.ttt__mark{width:70%;height:70%;stroke:#e6e6eb;stroke-width:10;fill:none;stroke-linecap:round;stroke-linejoin:round;transform:scale(var(--mark-scale, 1));transform-origin:center}.ttt__mark--o{stroke:#6c7cff}.ttt__mark--x{stroke:#ffb88c}.ttt__mark-line,.ttt__mark-circle{stroke-dasharray:200;stroke-dashoffset:200;animation:draw .45s ease forwards}.ttt__mark-line--b{animation-delay:.08s}.ttt__cell:hover{transform:translateY(-3px) scale(1.02);border-color:#6c7cff8c;box-shadow:0 .7rem 1.6rem #00000059}.ttt__cell.is-filled{cursor:default;background:#ffffff14}.ttt__cell.is-winning{border-color:#ffb88ccc;box-shadow:0 0 .6rem #ffb88c99,0 0 1.4rem #ffb88c66;animation:win-pop .6s ease both}.ttt__medal{width:min(34rem,100%);display:flex;align-items:center;gap:.85rem;padding:.85rem 1rem;border-radius:1rem;background:linear-gradient(120deg,#ffb88c2e,#6c7cff1f);border:1px solid rgba(255,184,140,.5);box-shadow:0 .8rem 2rem #00000059;animation:medal-slide .7s ease both}.ttt__medal-icon{width:2.4rem;height:2.4rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;color:#0f1117;background:radial-gradient(circle at 30% 30%,#fff2c6,#ffb88c);box-shadow:0 0 .5rem #ffb88ccc}.ttt__medal-title{font-weight:700}.ttt__medal-subtitle{color:var(--text-muted);font-size:.9rem}@media(max-width:640px){.ttt__header{text-align:center;justify-content:center}.ttt__controls,.ttt__difficulty{justify-content:center}.ttt__board{grid-template-columns:repeat(3,minmax(3.5rem,6rem))}}@keyframes aura-pulse{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}to{opacity:.85;transform:scale(1)}}@keyframes aura-win{0%{opacity:.7;transform:scale(1)}to{opacity:1;transform:scale(1.08)}}@keyframes floaty{0%{transform:translateY(0)}50%{transform:translateY(-4px)}to{transform:translateY(0)}}@keyframes win-pop{0%{transform:scale(.9)}to{transform:scale(1)}}@keyframes medal-slide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes draw{to{stroke-dashoffset:0}}@keyframes line-draw{to{stroke-dashoffset:0}}.wordle-page{gap:2rem;min-height:calc(100vh - 140px);padding-bottom:clamp(2rem,6vh,4rem)}.wordle-hero .home-hero__title{font-size:clamp(1.8rem,4vw,2.6rem)}.wordle-hero .home-hero__subtitle{max-width:36rem;margin:0 auto;font-size:clamp(.95rem,2vw,1.05rem)}.wordle-shell{width:min(1120px,95vw);margin:0 auto;display:grid;grid-template-columns:minmax(170px,210px) minmax(0,1fr) minmax(220px,280px);gap:.9rem;align-items:start}.wordle{width:100%;display:grid;gap:1.1rem;padding:clamp(.9rem,1.8vw,1.4rem);border-radius:1.25rem;background:linear-gradient(160deg,#ffffff0f,#0f111766);border:1px solid var(--border-soft);box-shadow:0 1.5rem 3rem #00000059}.wordle__header{display:flex;justify-content:center;text-align:center}.wordle__header>div:first-child{text-align:center;flex:none}.wordle__header-actions{justify-content:center;width:100%}.wordle__header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.wordle__streak{display:inline-flex;align-items:center;gap:.55rem;min-height:2.35rem;padding:.45rem .9rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:var(--text-main);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;box-shadow:inset 0 .1rem .2rem #ffffff0a}.wordle__streak strong{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:1.6rem;padding:0 .5rem;border-radius:999px;background:#6c7cff33;border:1px solid rgba(108,124,255,.35);font-size:.95rem;letter-spacing:normal;font-weight:700;color:#dfe6ff}.wordle__title{margin:0;font-size:clamp(1.1rem,2vw,1.45rem);text-align:center}.wordle__subtitle{margin:.35rem 0 0;color:var(--text-muted);font-size:.95rem}.wordle__restart{border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:var(--text-main);padding:.6rem 1rem;border-radius:999px;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease;width:100%}.wordle__restart:hover{transform:translateY(-1px);box-shadow:0 .75rem 1.5rem #00000059}.wordle__status{min-height:2.2rem;padding:.6rem .9rem;border-radius:.85rem;border:1px solid rgba(255,255,255,.08);background:#0003;color:var(--text-main);font-size:.95rem;display:flex;align-items:center;justify-content:center;text-align:center;width:min(100%,560px)}.wordle__status--error{border-color:#ff5f5f80;color:#ffb3b3}.wordle__status--success{border-color:#62d67980;color:#b6f3c2}.wordle__next{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem .85rem;border-radius:.85rem;border:1px solid rgba(255,255,255,.08);background:#0000002e;width:min(100%,560px)}.wordle__next-button{border:1px solid rgba(255,255,255,.2);background:linear-gradient(140deg,#6c7cff59,#ff8a9533);color:var(--text-main);padding:.55rem 1.2rem;border-radius:999px;cursor:pointer;font-weight:600;transition:transform .15s ease,box-shadow .2s ease}.wordle__next-button:hover{transform:translateY(-1px);box-shadow:0 .6rem 1.4rem #00000059}.wordle__next-hint{color:var(--text-muted);font-size:.85rem}.wordle__stats{display:grid;gap:.7rem;padding:.75rem;border-radius:.9rem;border:1px solid rgba(255,255,255,.08);background:#0003;height:fit-content}.wordle__play-area{display:grid;gap:.9rem;justify-items:center}.wordle__board{--tile-size: clamp(2.1rem, 5.2vw, 3.1rem);--board-gap: .55rem;display:grid;gap:var(--board-gap);width:fit-content;margin:0 auto;justify-content:center}.wordle__row{display:grid;grid-template-columns:repeat(var(--word-length, 5),var(--tile-size));gap:var(--board-gap)}.wordle__row.is-shake{animation:wordle-shake .35s ease}.wordle__tile{aspect-ratio:1 / 1;background:#ffffff0a;border-radius:.85rem;border:2px solid rgba(255,255,255,.08);display:grid;place-items:center;font-size:clamp(.95rem,1.6vw,1.4rem);font-weight:700;text-transform:uppercase;letter-spacing:.08em;transition:transform .2s ease,border-color .2s ease;transform-style:preserve-3d}.wordle__tile.is-filled{border-color:#ffffff59;transform:translateY(-1px)}.wordle__tile.is-revealing{animation:wordle-flip .6s ease forwards}.wordle__tile[data-state=correct]{background:#4fbe78;border-color:#4fbe78;color:#0f1117}.wordle__tile[data-state=present]{background:#d9a93f;border-color:#d9a93f;color:#111218}.wordle__tile[data-state=absent]{background:#5b606b;border-color:#5b606b;color:#f8f8f8}.wordle__keyboard{display:grid;gap:.45rem;width:min(720px,100%);margin:0 auto}.wordle__keyboard-row{display:flex;gap:.45rem}.wordle__key{border:none;border-radius:.75rem;padding:.6rem .15rem;background:#ffffff14;color:var(--text-main);font-weight:600;text-transform:uppercase;cursor:pointer;transition:transform .15s ease,background .2s ease,color .2s ease;flex:1;min-width:1.8rem}.wordle__key:hover{transform:translateY(-1px)}.wordle__key--wide{flex:1.6}.wordle__key[data-state=correct]{background:#4fbe78;color:#0f1117}.wordle__key[data-state=present]{background:#d9a93f;color:#111218}.wordle__key[data-state=absent]{background:#5b606b;color:#f8f8f8}.wordle__summary{display:grid;grid-template-columns:1fr;gap:.6rem}.wordle__summary-item{display:flex;justify-content:space-between;align-items:center;gap:.4rem;padding:.55rem .4rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.08);background:#ffffff08;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.wordle__summary-item strong{font-size:1.05rem;color:var(--text-main);letter-spacing:normal}.wordle__leaderboard{display:grid;gap:.55rem;padding:.75rem;border-radius:.9rem;border:1px solid rgba(255,255,255,.08);background:#0003;height:fit-content}.wordle__leaderboard-title{font-weight:600;font-size:.9rem;color:var(--text-main)}.wordle__leaderboard-row{display:grid;grid-template-columns:1.4rem 1fr auto;align-items:center;gap:.5rem;padding:.4rem .55rem;border-radius:.7rem;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.wordle__leaderboard-rank{font-weight:700;color:#bfc7ff}.wordle__leaderboard-user{min-width:0}.wordle__leaderboard-score{font-weight:700;color:#ffd38b}.wordle__leaderboard-empty{font-size:.85rem;color:var(--text-muted)}.wordle-hof{width:min(860px,92vw);margin:0 auto;display:grid;gap:.9rem;padding:clamp(.9rem,1.8vw,1.4rem);border-radius:1.25rem;background:linear-gradient(160deg,#ffffff0f,#0f111766);border:1px solid var(--border-soft);box-shadow:0 1.5rem 3rem #00000059}.wordle-hof__header{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.wordle-hof__title{margin:0;color:var(--text-main);font-size:clamp(1rem,1.6vw,1.2rem)}.wordle-hof__badge{display:inline-flex;align-items:center;padding:.3rem .7rem;border-radius:999px;border:1px solid rgba(255,211,116,.35);background:#ffd37424;color:#ffecb6;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.wordle-hof__empty{font-size:.9rem;color:var(--text-muted)}.wordle-hof__podium{display:flex;justify-content:center;align-items:flex-end;gap:clamp(.55rem,2vw,1rem);flex-wrap:wrap}.wordle-hof__slot{width:clamp(110px,24vw,190px);display:grid;gap:.55rem;justify-items:center}.wordle-hof__user{width:100%;min-height:3rem;padding:.42rem .55rem;border-radius:.8rem;border:1px solid rgba(255,255,255,.12);background:#00000038;display:grid;place-items:center}.wordle-hof__user-empty{color:var(--text-muted);font-size:.78rem}.wordle-hof__pillar{width:100%;border-radius:.9rem .9rem .65rem .65rem;border:1px solid rgba(255,255,255,.2);display:grid;align-content:center;justify-items:center;gap:.2rem}.wordle-hof__pillar--gold{height:clamp(7.4rem,14vw,9.5rem);border-color:#ffd37480;background:linear-gradient(180deg,#ffd3743d,#ffd3741a)}.wordle-hof__pillar--silver{height:clamp(6.1rem,12vw,8rem);border-color:#c5d3ff73;background:linear-gradient(180deg,#c5d3ff38,#c5d3ff14)}.wordle-hof__pillar--bronze{height:clamp(5.2rem,10vw,7rem);border-color:#e0a67f73;background:linear-gradient(180deg,#e0a67f38,#e0a67f14)}.wordle-hof__rank{color:#f5f7ff;font-size:clamp(1.1rem,2.4vw,1.55rem);line-height:1}.wordle-hof__score{color:#fff3d2;font-weight:700;font-size:clamp(.85rem,1.6vw,1rem)}@keyframes wordle-flip{0%{transform:rotateX(0)}45%{transform:rotateX(90deg)}55%{transform:rotateX(90deg)}to{transform:rotateX(0)}}@keyframes wordle-shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}@media(max-width:560px){.wordle{padding:.85rem}.wordle-shell{gap:.75rem}.wordle__board{--tile-size: clamp(1.9rem, 8vw, 2.6rem);--board-gap: .45rem}.wordle__next{flex-direction:column;align-items:flex-start}.wordle__key{padding:.5rem .1rem;font-size:.7rem;min-width:1.5rem}.wordle-hof{width:min(680px,92vw);padding:.85rem}.wordle-hof__slot{width:min(100%,220px)}.wordle-hof__podium{align-items:stretch}.wordle-hof__pillar--gold,.wordle-hof__pillar--silver,.wordle-hof__pillar--bronze{height:5.2rem}}@media(max-width:980px){.wordle-shell{grid-template-columns:1fr}.wordle__stats,.wordle,.wordle__leaderboard{width:min(560px,100%);margin:0 auto}}@media(prefers-reduced-motion:reduce){.wordle__tile.is-revealing,.wordle__row.is-shake,.wordle__key:hover,.wordle__restart:hover{animation:none;transition:none;transform:none}}.which-country{--wc-cyan: #6fd8f2;--wc-teal: #26b7b2;--wc-amber: #ffc86f;--wc-gold: #ffe39a;--wc-coral: #ff7b8f;--wc-indigo: #7fc4ff;--wc-ink: #031018;--wc-mint: #4ad9a3;width:min(1080px,100%);margin:0 auto;height:auto;min-height:auto;display:grid;grid-template-rows:auto auto;gap:.9rem;color:#ecf8ff;position:relative;isolation:isolate;font-family:Outfit,Segoe UI,sans-serif;filter:drop-shadow(0 16px 28px rgba(2,10,18,.28))}.which-country.is-board{height:100%;min-height:0;grid-template-rows:auto minmax(0,1fr)}.app-layout.is-which-country-route main.which-country:not(.is-board){height:auto;max-height:none;overflow:visible;padding-block:clamp(.9rem,2vh,1.4rem)}.app-layout.is-which-country-route main.which-country.is-board{height:100%;max-height:100%;overflow:hidden}.which-country__backdrop{position:absolute;inset:-.45rem -.45rem -.65rem;z-index:-2;border-radius:20px;background:radial-gradient(circle at 18% 20%,rgba(255,200,111,.22),transparent 38%),radial-gradient(circle at 84% 16%,rgba(111,216,242,.24),transparent 35%),radial-gradient(circle at 72% 86%,rgba(74,217,163,.16),transparent 34%),linear-gradient(145deg,#061723 2%,#0a2f42 44%,#0c3543);box-shadow:inset 0 1px #ffffff2e;overflow:hidden}.which-country__backdrop:before,.which-country__backdrop:after{content:"";position:absolute;pointer-events:none}.which-country__backdrop:before{inset:-25%;border-radius:50%;background:radial-gradient(circle at 28% 30%,rgba(255,193,107,.36),transparent 28%),radial-gradient(circle at 78% 24%,rgba(112,194,255,.32),transparent 31%),radial-gradient(circle at 55% 84%,rgba(75,219,167,.25),transparent 34%);filter:blur(32px);opacity:.5;animation:which-country-aurora 18s ease-in-out infinite alternate}.which-country__backdrop:after{inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.08) 1px,transparent 1px);background-size:22px 22px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.42),transparent);mask-image:linear-gradient(to bottom,rgba(0,0,0,.42),transparent);opacity:.24}.which-country__title{display:grid;gap:.3rem;align-content:center;padding-inline:.15rem}.which-country__hero-pill{width:fit-content;display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(255,227,154,.35);background:#ffe39a1f;color:var(--wc-gold);padding:.24rem .62rem;font-size:.75rem;letter-spacing:.11em;text-transform:uppercase;font-weight:700;box-shadow:0 8px 22px #ffce7629;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.which-country__title h2{margin:0;font-family:Sora,Outfit,sans-serif;font-size:clamp(1.75rem,3vw,2.5rem);letter-spacing:-.02em;line-height:1.03;text-shadow:0 9px 22px rgba(0,0,0,.32);background:linear-gradient(106deg,#f2fcff 8%,#9edfff 48%,#ffe7b3);-webkit-background-clip:text;background-clip:text;color:transparent}.which-country__title p{margin:0;color:#b1dcec;font-size:clamp(.95rem,1.4vw,1.05rem);font-weight:500;max-width:44ch}.which-country__panel{position:relative;overflow:hidden;border:1px solid transparent;border-radius:14px;background:linear-gradient(154deg,#0b2535e6,#091b27d1) padding-box,linear-gradient(130deg,#a0e7f757,#ffc86f24) border-box;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);box-shadow:0 12px 26px #010c1257,inset 0 1px #ffffff1f}.which-country__panel:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 12% 2%,rgba(255,255,255,.16),transparent 32%),linear-gradient(135deg,transparent 52%,rgba(142,216,255,.07) 100%)}.which-country__start{padding:1.05rem;display:grid;gap:.78rem;align-content:start}.which-country__start-hero{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.85rem}.which-country__start-copy{display:grid;gap:.45rem;min-width:0}.which-country__start-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:var(--wc-amber);border:1px solid rgba(255,200,111,.42);background:radial-gradient(circle at 30% 30%,#ffc86f61,#ffc86f14);box-shadow:0 12px 26px #f5a93a33;position:relative}.which-country__start-icon:after{content:"";position:absolute;inset:-5px;border-radius:50%;border:1px solid rgba(255,223,145,.3);animation:which-country-pulse 2.4s ease-out infinite}.which-country__start-title{margin:0;font-family:Sora,Outfit,sans-serif;font-size:clamp(1.02rem,1.5vw,1.2rem);line-height:1.35}.which-country__difficulty-row{display:flex;flex-wrap:wrap;gap:.58rem}.which-country__difficulty-btn{border:1px solid rgba(255,255,255,.26);background:linear-gradient(180deg,#ffffff21,#ffffff0a);color:#eff8ff;border-radius:999px;padding:.48rem .96rem;font-weight:700;cursor:pointer;transition:transform .13s ease,background .13s ease,border-color .13s ease,box-shadow .13s ease}.which-country__difficulty-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0000003b,inset 0 1px #fff3}.which-country__difficulty-btn.is-active{background:linear-gradient(135deg,#ffd78a,#ffb86e);color:#172335;border-color:transparent;box-shadow:0 8px 18px #ffbd623d}.which-country__count,.which-country__best{margin:0;color:#b6e1ef;font-size:.92rem}.which-country__best{font-weight:700}.which-country__start-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.62rem}.which-country__start-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.62rem}.which-country__season-board,.which-country__podium-shell{border-radius:12px;border:1px solid rgba(255,255,255,.16);background:#03121d85;padding:.5rem;display:grid;gap:.38rem}.which-country__season-head{display:flex;justify-content:space-between;align-items:center;gap:.45rem;font-size:.76rem;text-transform:uppercase;letter-spacing:.07em;color:#b7deee}.which-country__season-head strong{color:#ffe4a0;letter-spacing:.02em}.which-country__season-row{display:grid;grid-template-columns:1.2rem minmax(0,1fr) auto;align-items:center;gap:.42rem;padding:.34rem .44rem;border-radius:.66rem;border:1px solid rgba(255,255,255,.1);background:#ffffff08;transition:transform .14s ease,border-color .14s ease,background .14s ease}.which-country__season-row:hover{transform:translateY(-1px);border-color:#a0e3f759;background:#a3e4f814}.which-country__season-row:nth-child(2){border-color:#ffcf7975;background:linear-gradient(132deg,#ffcf7924,#ffcf790a)}.which-country__season-row:nth-child(3){border-color:#bed2f65c;background:linear-gradient(132deg,#bed2f61f,#bed2f60a)}.which-country__season-row:nth-child(4){border-color:#e5ae8457;background:linear-gradient(132deg,#e5ae841a,#e5ae840a)}.which-country__season-rank{font-weight:800;color:#b8c8f7;font-size:.84rem}.which-country__season-user{min-width:0}.which-country__season-user .userbox{grid-template-columns:28px minmax(0,1fr);gap:.34rem;padding:.15rem .25rem;border-radius:.5rem}.which-country__season-user .userbox__medals{display:none}.which-country__season-user .userbox__avatar{width:28px;height:28px;border-radius:.45rem}.which-country__season-user .userbox__name{font-size:.74rem}.which-country__season-score{color:#ffd9a1;font-size:.88rem}.which-country__season-empty{margin:0;color:#9dc3d3;font-size:.82rem}.which-country__podium{display:flex;justify-content:center;align-items:flex-end;gap:.44rem;flex-wrap:wrap}.which-country__podium-slot{width:clamp(86px,21vw,142px);display:grid;gap:.34rem;justify-items:center;transition:transform .15s ease}.which-country__podium-slot:hover{transform:translateY(-2px)}.which-country__podium-user{width:100%;min-height:2.15rem;border-radius:.62rem;border:1px solid rgba(255,255,255,.13);background:#0003;padding:.24rem;display:grid;place-items:center}.which-country__podium-user span{color:#9ac1d1;font-size:.74rem}.which-country__podium-user .userbox{grid-template-columns:26px minmax(0,1fr);gap:.3rem;padding:.12rem .2rem;border-radius:.45rem}.which-country__podium-user .userbox__medals{display:none}.which-country__podium-user .userbox__avatar{width:26px;height:26px;border-radius:.4rem}.which-country__podium-user .userbox__name{font-size:.7rem}.which-country__podium-pillar{width:100%;border-radius:.7rem .7rem .5rem .5rem;display:grid;align-content:center;justify-items:center;gap:.12rem;border:1px solid rgba(255,255,255,.25);position:relative;overflow:hidden}.which-country__podium-pillar:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 26%,rgba(255,255,255,.34) 50%,transparent 76%);transform:translate(-120%);animation:which-country-sweep 3.3s ease-in-out infinite}.which-country__podium-pillar strong{font-family:Sora,Outfit,sans-serif;font-size:1.03rem;color:#f3f8ff}.which-country__podium-pillar span{color:#fff2d0;font-size:.75rem;font-weight:700}.which-country__podium-pillar.tone-gold{height:clamp(4.7rem,8vw,5.8rem);border-color:#ffd27a8f;background:linear-gradient(180deg,#ffd27a42,#ffd27a1a)}.which-country__podium-pillar.tone-silver{height:clamp(4.1rem,7vw,5rem);border-color:#c1d6fa85;background:linear-gradient(180deg,#c1d6fa3d,#c1d6fa14)}.which-country__podium-pillar.tone-bronze{height:clamp(3.7rem,6.2vw,4.5rem);border-color:#e6ab8185;background:linear-gradient(180deg,#e6ab813d,#e6ab8114)}.which-country__rules{display:flex;flex-wrap:wrap;gap:.42rem}.which-country__rules span{border:1px solid rgba(255,255,255,.17);border-radius:999px;padding:.26rem .5rem;font-size:.76rem;color:#d4eef8;background:#ffffff0d}.which-country__play-shell{display:grid;gap:.8rem;min-height:0;height:100%;grid-template-rows:auto auto minmax(0,1fr) auto}.which-country__primary-btn,.which-country__ghost-btn{border-radius:13px;padding:.62rem .96rem;font-weight:800;border:none;cursor:pointer;transition:transform .12s ease,opacity .12s ease,border-color .12s ease;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-family:Sora,Outfit,sans-serif;letter-spacing:.01em}.which-country__start .which-country__primary-btn{justify-self:start;min-width:196px}.which-country__primary-btn{background:linear-gradient(160deg,#ffe0a2,#ffbe71 60%,#f7b05d);color:#1c293b;box-shadow:0 5px #b7780ea8,0 12px 24px #0000003d;text-shadow:0 1px 0 rgba(255,255,255,.3)}.which-country__ghost-btn{background:linear-gradient(180deg,#ffffff1f,#ffffff05);color:#ecf9ff;border:1px solid rgba(255,255,255,.26)}.which-country__primary-btn:hover,.which-country__ghost-btn:hover{transform:translateY(-1px);filter:brightness(1.04)}.which-country__primary-btn:active{transform:translateY(2px);box-shadow:none}.which-country__primary-btn:focus-visible,.which-country__ghost-btn:focus-visible,.which-country__difficulty-btn:focus-visible,.which-country__hint-btn:focus-visible{outline:2px solid var(--wc-gold);outline-offset:2px}.which-country__top-bar{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:.8rem;padding:.82rem;border-radius:14px}.which-country__flag-wrap{display:grid;gap:.44rem}.which-country__meta-label{text-transform:uppercase;font-size:.73rem;letter-spacing:.085em;color:#a8d8ea}.which-country__flag{height:clamp(56px,7vh,76px);max-width:100%;width:auto;border-radius:12px;border:1px solid rgba(255,255,255,.26);background:#fff3;box-shadow:0 10px 22px #020c1452,inset 0 1px #ffffff73;animation:which-country-flag-float 3.8s ease-in-out infinite}.which-country__flag-fallback{min-height:clamp(62px,8vh,84px);padding:.44rem;border-radius:12px;border:1px dashed rgba(255,255,255,.4);display:grid;place-items:center;gap:.2rem;background:#ffffff0d}.which-country__chip-row{display:flex;flex-wrap:wrap;gap:.42rem}.which-country__chip{display:inline-flex;align-items:center;gap:.28rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(180deg,#ffffff2e,#ffffff0f);padding:.25rem .58rem;font-size:.82rem;font-weight:700;color:#d5edf8;box-shadow:inset 0 1px #ffffff29}.which-country__timer-track{width:100%;height:8px;border-radius:999px;background:#0000004d;overflow:hidden;box-shadow:inset 0 1px 2px #00000061}.which-country__timer-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#56d39e,#80d8ff);position:relative;box-shadow:0 0 14px #6ed4ad5c}.which-country__timer-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.55) 50%,transparent 80%);transform:translate(-100%);animation:which-country-sweep 1.8s linear infinite}.which-country__timer-fill.is-danger{background:linear-gradient(90deg,#ff7b8f,#ffb48c)}.which-country__timer-fill.is-danger:after{animation-duration:1s}.which-country__hint-wrap{display:grid;gap:.35rem}.which-country__hint-btn{border:1px solid rgba(255,255,255,.24);border-radius:10px;background:linear-gradient(180deg,#ffffff29,#ffffff0d);color:#eaf7ff;padding:.48rem .74rem;font-weight:700;cursor:pointer;width:fit-content;transition:background .12s ease,transform .12s ease}.which-country__hint-btn:hover:not(:disabled){background:linear-gradient(180deg,#ffffff3d,#ffffff14);transform:translateY(-1px)}.which-country__hint-btn:disabled{opacity:.65;cursor:default}.which-country__hint-name{margin:0;color:var(--wc-gold);font-weight:800}.which-country__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}.which-country__stat-card{border-radius:11px;border:1px solid rgba(255,255,255,.13);background:#05121c9e;padding:.46rem .56rem;display:grid;gap:.2rem;position:relative;overflow:hidden}.which-country__stat-card:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(255,255,255,.08),transparent 60%);pointer-events:none}.which-country__stat-card strong{font-size:1rem;font-family:Sora,Outfit,sans-serif;text-shadow:0 4px 10px rgba(0,0,0,.3)}.which-country__stat-card strong.is-urgent{color:#ffbcc3}.which-country__stat-card.is-score{box-shadow:inset 0 0 0 1px #6fd8f23d}.which-country__stat-card.is-best{box-shadow:inset 0 0 0 1px #ffc86f3d}.which-country__stat-card.is-round{box-shadow:inset 0 0 0 1px #4ad9a338}.which-country__stat-card.is-strikes{box-shadow:inset 0 0 0 1px #ff7b8f3d}.which-country__status-strip{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.54rem .72rem;border-radius:14px}.which-country__status-text{margin:0;color:#c5e6f4;font-weight:700}.which-country__strike-track{display:inline-flex;gap:.42rem}.which-country__strike-dot{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:.76rem;font-weight:800;color:#80a8bb;border:1px solid rgba(255,255,255,.28);background:#ffffff0f}.which-country__strike-dot.is-hit{color:#ffe6ea;border-color:#ff97a285;background:#d34d5b73}.which-country-map{width:100%;height:100%;min-height:0;border:1px solid rgba(153,218,237,.34);border-radius:14px;background:radial-gradient(circle at 68% 18%,rgba(102,184,216,.3),transparent 40%),linear-gradient(180deg,#0c3248,#0a1e2d);position:relative;overflow:hidden;box-shadow:0 12px 24px #010b114d,inset 0 0 0 1px #c1ecfb14}.which-country-map:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:36px 36px;opacity:.25;pointer-events:none}.which-country-map:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(163,221,242,.08),transparent 28%,rgba(9,19,28,.18) 100%)}.which-country-map__svg{width:100%;height:100%;display:block}.which-country__map-stage{min-height:0;height:100%;min-block-size:clamp(280px,46vh,520px);display:flex}.which-country__map-motion{flex:1;min-height:0;display:flex}.which-country-map__ocean{fill:#0f3851}.which-country-map__graticule{fill:none;stroke:#bae4f52e;stroke-width:.55;vector-effect:non-scaling-stroke}.which-country-map__country{fill:#4c7d96;stroke:#a5d7e8;stroke-width:.55;vector-effect:non-scaling-stroke;cursor:pointer;touch-action:manipulation;transition:fill .13s ease,stroke-width .13s ease,filter .13s ease,opacity .13s ease,transform .13s ease}.which-country-map__country:hover{fill:#73a4be;stroke-width:1.1;filter:brightness(1.1) drop-shadow(0 0 5px rgba(140,221,255,.36))}.which-country-map__country.is-disabled{cursor:default;opacity:.9}.which-country-map__country:focus-visible{outline:none;stroke:#ffe08f;stroke-width:1.8}.which-country-map__country.is-correct{fill:#42cf8c;stroke:#defde9;animation:which-country-hit-good .62s ease-out}.which-country-map__country.is-wrong{fill:#ff6672;stroke:#ffebee;animation:which-country-hit-bad .52s ease-out}.which-country-map__country.is-reveal{stroke:#ffe48a;stroke-width:2.2;filter:drop-shadow(0 0 6px rgba(255,224,141,.45))}.which-country-map__tooltip{position:absolute;pointer-events:none;transform:translate(-50%,calc(-100% - 14px));background:#020c13f2;border:1px solid rgba(182,224,243,.46);border-radius:9px;padding:.33rem .56rem;font-size:.82rem;font-weight:700;letter-spacing:.02em;white-space:nowrap;box-shadow:0 8px 16px #00000057;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.which-country__toast{position:fixed;left:50%;bottom:1.3rem;transform:translate(-50%);border-radius:999px;padding:.5rem .98rem;font-weight:700;border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:inline-flex;align-items:center;gap:.38rem;box-shadow:0 8px 24px #00000047;letter-spacing:.01em}.which-country__toast.is-good{background:linear-gradient(180deg,#2ca774f2,#1d8a5cf0)}.which-country__toast.is-bad{background:linear-gradient(180deg,#c14f5af2,#a13942f2)}.which-country__toast.is-info{background:linear-gradient(180deg,#3e8ac4f2,#296c9ef2)}.which-country__end{padding:1rem;display:grid;gap:.62rem}.which-country__best-badge{margin:0;width:fit-content;display:inline-flex;align-items:center;gap:.3rem;border-radius:999px;background:#ffe3972b;border:1px solid rgba(255,227,151,.38);color:#ffe7a5;font-weight:700;padding:.32rem .62rem;box-shadow:0 8px 18px #ffdf9129}.which-country__end h3,.which-country__end p{margin:0}.which-country__end-actions{display:flex;flex-wrap:wrap;gap:.56rem}.which-country__error{margin:0;padding:.72rem;border-radius:10px;background:#0000003d;white-space:pre-wrap}@keyframes which-country-sweep{to{transform:translate(100%)}}@keyframes which-country-aurora{0%{transform:translate3d(-2%,0,0) scale(1)}50%{transform:translate3d(2%,-1.5%,0) scale(1.05)}to{transform:translate3d(-1%,2%,0) scale(1.02)}}@keyframes which-country-flag-float{0%,to{transform:translateY(0)}50%{transform:translateY(-1.5px)}}@keyframes which-country-pulse{0%{transform:scale(.96);opacity:.6}70%{transform:scale(1.08);opacity:0}to{transform:scale(1.08);opacity:0}}@keyframes which-country-hit-good{0%{filter:brightness(1) drop-shadow(0 0 0 rgba(86,217,162,0))}60%{filter:brightness(1.18) drop-shadow(0 0 7px rgba(86,217,162,.62))}to{filter:brightness(1)}}@keyframes which-country-hit-bad{0%{filter:brightness(1)}35%{filter:brightness(1.18) drop-shadow(0 0 7px rgba(255,126,142,.62))}to{filter:brightness(1)}}@media(max-width:900px){.which-country__start-meta,.which-country__top-bar{grid-template-columns:1fr}.which-country__stats{grid-template-columns:repeat(3,minmax(0,1fr))}.which-country__status-strip{flex-direction:column;align-items:flex-start}}@media(max-width:700px){.which-country__start{padding:.95rem}.which-country__start-hero{grid-template-columns:1fr;gap:.62rem}.which-country__start .which-country__primary-btn{width:100%;justify-self:stretch}.which-country__start-actions{flex-direction:column;align-items:stretch}}@media(max-width:640px){.which-country{width:100%;margin:0 auto}.which-country__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.which-country__hint-btn{width:100%}.which-country__title p{max-width:100%}.which-country__map-stage{min-block-size:clamp(220px,40vh,360px)}}@media(prefers-reduced-motion:reduce){.which-country__backdrop:before,.which-country__start-icon:after,.which-country__flag,.which-country__timer-fill:after,.which-country__podium-pillar:after,.which-country-map__country.is-correct,.which-country-map__country.is-wrong{animation:none!important}.which-country__primary-btn,.which-country__ghost-btn,.which-country__difficulty-btn,.which-country__season-row,.which-country__podium-slot{transition:none}}:root{--bg-main: #0f1117;--bg-card: #171923;--border-soft: rgba(255, 255, 255, .06);--text-main: #e6e6eb;--text-muted: #9aa0b3;--accent: #6c7cff;--mouse-x: 50%;--mouse-y: 50%;font-size:clamp(14px,1vw + .5rem,18px)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;height:100%}body{background:radial-gradient(50rem circle at var(--mouse-x) var(--mouse-y),rgba(108,124,255,.05),transparent 40%),radial-gradient(50rem circle at 80% 20%,rgba(108,124,255,.05),transparent 50%),radial-gradient(50rem circle at 20% 80%,rgba(108,124,255,.05),transparent 60%),var(--bg-main);color:var(--text-main);font-family:Inter,system-ui,sans-serif;min-height:100%;transition:background .15s linear}h1,h2,h3{margin:0 0 .75rem;font-weight:600;letter-spacing:.02em}h2{font-size:clamp(1.3rem,2vw,1.6rem)}main{padding:clamp(1rem,4vh,3rem) clamp(1rem,5vw,4rem);width:100%;max-width:100vw;overflow-x:hidden}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(12.8rem,100%),1fr));gap:clamp(1rem,1.5rem,2rem);width:100%}.game-card{background:linear-gradient(180deg,#ffffff08,#fff0);border:1px solid var(--border-soft);border-radius:1rem;padding:1.25rem;min-height:9rem;cursor:pointer;transform-style:preserve-3d;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease,border-color .4s ease;position:relative;overflow:hidden}.game-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(108,124,255,.15),transparent 60%);opacity:0;transition:opacity .35s ease}.game-card:hover{transform:perspective(60rem) translateY(-.5rem) rotateX(6deg) rotateY(-6deg) scale(1.03);border-color:#6c7cff73;box-shadow:0 1.25rem 2.5rem #00000080,0 0 0 1px #6c7cff40}.game-card:hover:before{opacity:1}.game-card__content{position:relative;z-index:1;transition:transform .4s ease}.game-card:hover .game-card__content{transform:translateZ(1.25rem)}.game-card h3{font-size:1.05rem;margin-bottom:.5rem}.game-card__id{font-size:.8rem;color:var(--text-muted)}.game-card-wrapper{text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;gap:.75rem}.home{display:flex;flex-direction:column;gap:3rem}.home-hero{max-width:56rem;margin:0 auto;padding-top:6vh}.home-hero__content{text-align:center;position:relative}.home-hero__title{margin:0 0 1rem;font-size:clamp(2.2rem,6vw,3.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.1}.home-hero__title-gradient{background:linear-gradient(135deg,#6c7cff,#9d8aff,#ff8a95,#ffb88c,#6c7cff);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-shift 8s ease infinite;display:inline-block}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.home-hero__subtitle{color:var(--text-muted);font-size:clamp(1rem,2.5vw,1.2rem);margin-top:1.5rem;opacity:.85}.home-content{max-width:75rem;margin:0 auto;width:100%}.app-layout{min-height:100vh;display:flex;flex-direction:column;width:100%;max-width:100vw;overflow-x:hidden}.app-body{flex:1;display:flex;flex-direction:column;width:100%;min-height:0}.app-layout main{flex:1;width:100%}.app-layout.is-which-country-route .app-body{overflow:hidden;min-height:0}.app-layout.is-which-country-route main.which-country{height:100%;max-height:100%;min-height:0;overflow:hidden;padding:clamp(.55rem,1.3vh,.95rem) clamp(.65rem,2vw,1rem)}header{display:flex;align-items:center;justify-content:space-between;padding:clamp(.75rem,2vh,1.5rem) clamp(1rem,5vw,4rem);width:100%;box-sizing:border-box}header h2{font-size:clamp(1rem,4vw,1.5rem);margin:0;white-space:nowrap}header span{font-size:clamp(.7rem,2vw,.9rem);opacity:.7;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.game-page{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:clamp(.5rem,2vh,1.5rem);box-sizing:border-box;min-height:100%}.game-canvas-container{position:relative;width:100%;max-width:100%;display:flex;justify-content:center;align-items:center;padding:clamp(.5rem,2vw,1rem);box-sizing:border-box}.game-canvas-container canvas{max-width:100%;height:auto;display:block}.expo-crossy-stage{position:relative;width:100%}.expo-crossy-container{width:100%;height:min(78vh,820px);border-radius:16px;overflow:hidden;border:1px solid var(--border-soft);background:#000;box-shadow:0 10px 30px #00000059}.expo-crossy-frame{width:100%;height:100%;border:0;display:block}.expo-crossy-fullscreen-btn{position:absolute;top:.75rem;right:.75rem;z-index:8;border:1px solid rgba(255,255,255,.28);background:#06080eb8;color:#eef3ff;padding:.45rem .8rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:transform .15s ease,background .2s ease,box-shadow .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.expo-crossy-fullscreen-btn:hover{transform:translateY(-1px);background:#181f34db;box-shadow:0 .6rem 1.2rem #00000061}.expo-crossy-stage:fullscreen,.expo-crossy-stage.is-fullscreen{width:100vw;height:100vh;padding:.6rem;background:#000;box-sizing:border-box}.expo-crossy-stage:fullscreen .expo-crossy-container,.expo-crossy-stage.is-fullscreen .expo-crossy-container{height:100%;max-height:none;border-radius:10px}.crossy-page{gap:1.5rem;justify-content:flex-start;padding-bottom:clamp(1.5rem,4vh,2.8rem)}.crossy-hero .home-hero__title{font-size:clamp(1.8rem,4vw,2.5rem)}.crossy-hero .home-hero__subtitle{max-width:34rem;margin:0 auto}.crossy-shell{width:min(1200px,96vw);display:grid;grid-template-columns:minmax(180px,220px) minmax(0,1fr) minmax(220px,280px);gap:.95rem;align-items:start}.crossy-panel{display:grid;gap:.7rem;padding:.8rem;border-radius:.95rem;border:1px solid rgba(255,255,255,.08);background:#00000038;box-shadow:0 1rem 2rem #00000047;height:fit-content}.crossy-panel__title{color:var(--text-main);font-size:.92rem;font-weight:700}.crossy-panel__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.crossy-panel__badge{padding:.2rem .55rem;border-radius:999px;border:1px solid rgba(255,211,116,.35);background:#ffd3741f;color:#ffe9b6;font-size:.7rem;font-weight:700;letter-spacing:.08em}.crossy-stat{display:grid;gap:.25rem;padding:.65rem .55rem;border-radius:.8rem;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.crossy-stat__label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.crossy-stat__value{color:#ffd38b;font-size:1.45rem;font-weight:900}.crossy-note{font-size:.82rem;color:var(--text-muted);line-height:1.35}.crossy-row{display:grid;grid-template-columns:1.4rem 1fr auto;align-items:center;gap:.5rem;padding:.45rem .55rem;border-radius:.72rem;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.crossy-rank{color:#bfc7ff;font-weight:700}.crossy-user{min-width:0}.crossy-score{color:#ffd38b;font-weight:800}.crossy-empty{color:var(--text-muted);font-size:.85rem}.hourly-magic-overlay{position:fixed;inset:0;z-index:120000;display:grid;place-items:center;padding:1rem;background:radial-gradient(circle at 50% 15%,rgba(255,190,110,.15),transparent 40%),#000c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hourly-magic-card{width:min(26rem,94vw);border-radius:1.15rem;border:1px solid rgba(255,255,255,.18);background:linear-gradient(180deg,#11131bf7,#0e1017f2);box-shadow:0 1.25rem 3.2rem #0000008c;padding:1.35rem;display:grid;gap:.75rem;justify-items:center;text-align:center}.hourly-magic-photo{width:min(15rem,75%);height:auto;border-radius:.9rem;border:1px solid rgba(255,255,255,.22);box-shadow:0 .85rem 2rem #00000073}.hourly-magic-title{margin:.15rem 0 0;font-size:clamp(1.2rem,3.2vw,1.45rem);font-weight:900;color:#fff2e5}.hourly-magic-subtitle{margin:0;font-size:1rem;font-weight:700;color:#ffe0c2}.hourly-magic-form{width:100%;display:grid;gap:.6rem}.hourly-magic-input{width:100%;border:1px solid rgba(255,255,255,.2);border-radius:.7rem;background:#ffffff0f;color:#fff;padding:.72rem .82rem;font-size:1rem;text-align:center;outline:none}.hourly-magic-input:focus{border-color:#ffbf78b3;box-shadow:0 0 0 .18rem #ffbf7838}.hourly-magic-input::placeholder{color:#ffffff9e}.hourly-magic-button{width:100%;border:none;border-radius:.7rem;padding:.72rem .82rem;font-size:1rem;font-weight:900;color:#1f130a;background:linear-gradient(135deg,#ffc479,#ff9f67,#ff7d74);cursor:pointer;transition:transform .15s ease,filter .15s ease}.hourly-magic-button:hover{transform:translateY(-1px);filter:brightness(1.05)}.hourly-magic-button:active{transform:translateY(0)}.hourly-magic-error{margin:.1rem 0 0;font-size:.9rem;color:#ff8ea1;font-weight:700}.hourly-magic-credit{margin:.15rem 0 0;font-size:.76rem;color:#ffffffad;font-weight:600}footer{margin-top:auto;padding:clamp(1rem,2vh,2rem) clamp(1rem,5vw,4rem);color:var(--text-muted);font-size:clamp(.75rem,.85rem,1rem);text-align:center}footer>div{margin-bottom:.5rem}.game-card__image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease,filter .4s ease}.game-card__image{width:100%;aspect-ratio:3 / 5;border-radius:.75rem;overflow:hidden;background:#0f1117;display:flex;align-items:center;justify-content:center}@media(max-width:768px){main{padding:clamp(.75rem,3vh,2rem) clamp(.75rem,4vw,2rem)}.games-grid{gap:clamp(.75rem,1.5rem,1.5rem)}.game-card{padding:1rem;min-height:8rem}header{padding:clamp(.5rem,1.5vh,1rem) clamp(.75rem,4vw,2rem);flex-wrap:wrap;gap:.5rem}footer{padding:clamp(.75rem,1.5vh,1.5rem) clamp(.75rem,4vw,2rem);font-size:clamp(.7rem,.85rem,.9rem)}.home-hero{padding-top:4vh}.home-hero__title{font-size:clamp(1.8rem,8vw,2.5rem)}.crossy-shell{grid-template-columns:1fr}.crossy-panel,.expo-crossy-container{width:min(760px,100%);margin:0 auto}.expo-crossy-container{height:min(68vh,680px)}}@media(max-width:480px){.games-grid{grid-template-columns:1fr}header h2{font-size:clamp(.9rem,5vw,1.2rem)}header span{font-size:clamp(.65rem,3vw,.8rem)}}@media(hover:none)and (pointer:coarse){.game-card:hover{transform:none}.game-card:active{transform:scale(.98)}}
