:root{--bg:#0d0d0d;--panel:#141414;--panel-2:#1b1b1b;--text:#fff;--muted:#a7a7a7;--accent:#a8ff00;--accent-2:#76c900;--border:#2b2b2b}*{box-sizing:border-box}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{background:radial-gradient(circle at top, #181b12 0%, #101010 28%, var(--bg) 58%);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(1120px,100% - 32px);margin:0 auto}.site-header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20;background:#0d0d0de6;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:20px;min-height:68px;display:flex}.brand{letter-spacing:-.04em;font-size:1.25rem;font-weight:900}.brand strong{color:var(--accent)}.nav-links{color:var(--muted);gap:18px;font-weight:700;display:flex}.hero{text-align:center;padding:86px 0 54px}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:900}.hero h1{letter-spacing:-.06em;max-width:900px;margin:14px auto 20px;font-size:clamp(3rem,8vw,6.6rem);line-height:.9}.hero p{max-width:700px;color:var(--muted);margin:0 auto;font-size:1.1rem;line-height:1.65}.actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px;display:flex}.btn{border:1px solid var(--border);background:var(--panel);border-radius:12px;padding:14px 20px;font-weight:800}.btn-primary{background:var(--accent);color:#0c0c0d;border-color:var(--accent)}.section{padding:32px 0 72px}.section h2{letter-spacing:-.04em;font-size:2rem}.grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.card{background:linear-gradient(180deg, #1b1d18, var(--panel));border:1px solid var(--border);border-radius:18px;flex-direction:column;justify-content:space-between;min-height:210px;padding:22px;transition:transform .18s,border-color .18s;display:flex}.card:hover{border-color:#a8ff006b;transform:translateY(-3px)}.card .icon{font-size:2rem}.card h3{margin:14px 0 8px;font-size:1.28rem}.card p{color:var(--muted);margin:0;line-height:1.55}.tag{width:fit-content;color:var(--accent);margin-top:18px;font-size:.82rem;font-weight:900;display:inline-flex}.game-shell{padding:54px 0 90px}.game-shell h1{letter-spacing:-.05em;margin-bottom:10px;font-size:clamp(2.4rem,6vw,4.5rem)}.game-shell p{color:var(--muted);max-width:720px;line-height:1.6}.placeholder{background:#ffffff05;border:1px dashed #44444c;border-radius:18px;margin-top:28px;padding:30px}.footer{border-top:1px solid var(--border);color:var(--muted);text-align:center;padding:28px 0}@media (max-width:850px){.grid{grid-template-columns:repeat(2,1fr)}.nav-links{display:none}}@media (max-width:560px){.grid{grid-template-columns:1fr}.hero{padding-top:60px}}.hl-page{max-width:1180px}.hl-heading{text-align:center;margin-bottom:28px}.hl-heading h1{margin-top:10px}.hl-heading p{margin:0 auto}.hl-game{gap:18px;display:grid}.hl-topbar{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.hl-topbar>div{border:1px solid var(--border);text-align:center;background:#ffffff06;border-radius:14px;min-width:120px;padding:10px 16px}.hl-topbar span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:800;display:block}.hl-topbar strong{margin-top:3px;font-size:1.05rem;display:block}.hl-question{text-align:center;max-width:700px;color:var(--muted);margin:4px auto 0;font-size:1.02rem}.hl-question strong{color:var(--text)}.hl-board{grid-template-columns:1fr 1fr;align-items:stretch;gap:16px;display:grid;position:relative}.hl-player-card{border:1px solid var(--border);background:linear-gradient(#1d1d20 0%,#111113 100%);border-radius:24px;flex-direction:column;min-height:510px;display:flex;position:relative;overflow:hidden}.hl-photo-wrap{background:radial-gradient(circle at 50% 65%,#a8ff0029,#0000 52%);justify-content:center;align-items:flex-end;height:285px;display:flex;overflow:hidden}.hl-photo{object-fit:contain;object-position:center bottom;filter:drop-shadow(0 16px 24px #00000059);width:75%;height:75%}.hl-photo-fallback{padding-bottom:45px;font-size:6rem}.hl-player-content{text-align:center;flex-direction:column;flex:1;align-items:center;padding:20px 22px 24px;display:flex}.hl-season{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:900}.hl-player-content h2{letter-spacing:-.04em;margin:7px 0 10px;font-size:clamp(1.55rem,3vw,2.25rem)}.hl-clubs{min-height:31px;color:var(--muted);justify-content:center;align-items:center;gap:8px;font-size:.9rem;font-weight:700;display:flex}.hl-badges{align-items:center;display:flex}.hl-badges img{object-fit:contain;width:28px;height:28px}.hl-badges img+img{margin-left:-7px}.hl-goals{align-items:baseline;gap:8px;margin-top:auto;padding-top:20px;display:flex}.hl-goals strong{letter-spacing:-.07em;font-size:clamp(3.5rem,8vw,5.8rem);line-height:.9}.hl-goals span{color:var(--muted);font-weight:800}.hl-goals.is-hidden strong{color:var(--accent)}.hl-appearances{color:#77777f;margin-top:9px;font-size:.78rem}.hl-versus{z-index:4;color:#0c0c0d;background:var(--accent);border:5px solid var(--bg);border-radius:50%;place-items:center;width:54px;height:54px;font-weight:950;display:grid;position:absolute;top:47%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 30px #00000059}.hl-actions{justify-content:center;gap:12px;display:flex}.hl-button{cursor:pointer;color:var(--text);background:#202024;border:1px solid #45454d;border-radius:14px;padding:14px 22px;font-weight:900;transition:transform .15s,border-color .15s,background .15s}.hl-button:hover{border-color:var(--accent);transform:translateY(-2px)}.hl-higher{background:var(--accent);color:#0c0c0d;border-color:var(--accent)}.hl-lower{color:#0c0c0d;background:#efefef;border-color:#efefef}.hl-result{border:1px solid var(--border);background:var(--panel);border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.hl-result>div{gap:3px;display:grid}.hl-result strong{font-size:1.1rem}.hl-result span{color:var(--muted)}.hl-result.is-correct{border-color:#d7ff3f8c}.hl-result.is-correct strong{color:var(--accent)}.hl-result.is-wrong{border-color:#ff646473}.hl-result.is-wrong strong{color:#ff8585}.hl-note{text-align:center;color:#77777f!important;margin:0 auto!important;font-size:.8rem!important}.hl-status{border:1px solid var(--border);background:var(--panel);text-align:center;color:var(--muted);border-radius:20px;padding:48px 24px}.hl-error{gap:8px;display:grid}.hl-error strong{color:#ff8585}@media (max-width:760px){.hl-board{grid-template-columns:1fr}.hl-player-card{min-height:430px}.hl-photo-wrap{height:220px}.hl-versus{top:50%}.hl-actions{grid-template-columns:1fr 1fr;display:grid}.hl-button{width:100%}.hl-result{text-align:center;flex-direction:column;align-items:stretch}}@media (max-width:480px){.hl-page{width:min(100% - 20px,1180px);padding-top:36px}.hl-player-card{border-radius:20px;min-height:390px}.hl-photo-wrap{height:190px}.hl-player-content{padding:16px}.hl-clubs{font-size:.82rem}.hl-goals strong{font-size:4rem}.hl-topbar>div{min-width:96px;padding:9px 11px}}.hl-game-over{background:linear-gradient(135deg,#ff5a5a14,#ffffff05);border:1px solid #ff64647a;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;display:flex}.hl-game-over-copy{gap:3px;display:grid}.hl-game-over-kicker{color:#ff8585;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:900}.hl-game-over-copy strong{font-size:1.35rem}.hl-game-over-copy>span:not(.hl-game-over-kicker){color:var(--muted)}.hl-game-over-copy small{color:#85858d;margin-top:3px}.hl-restart{background:var(--accent);color:#0c0c0d;border-color:var(--accent);white-space:nowrap}@media (min-width:761px) and (max-height:1000px){.game-shell.hl-page{padding-top:28px;padding-bottom:44px}.hl-heading{margin-bottom:14px}.hl-heading h1{margin-top:6px;margin-bottom:6px;font-size:clamp(2.5rem,4.5vw,3.65rem)}.hl-heading p{font-size:.96rem;line-height:1.45}.hl-game{gap:11px}.hl-topbar>div{min-width:106px;padding:7px 13px}.hl-topbar strong{font-size:.98rem}.hl-question{margin-top:0;font-size:.94rem}.hl-player-card{border-radius:20px;min-height:390px}.hl-photo-wrap{height:205px}.hl-player-content{padding:13px 18px 15px}.hl-season{font-size:.72rem}.hl-player-content h2{margin:5px 0 7px;font-size:clamp(1.45rem,2.5vw,1.9rem)}.hl-clubs{min-height:27px;font-size:.82rem}.hl-badges img{width:24px;height:24px}.hl-goals{padding-top:12px}.hl-goals strong{font-size:clamp(3rem,6vw,4.2rem)}.hl-appearances{margin-top:6px}.hl-versus{border-width:4px;width:46px;height:46px}.hl-button{border-radius:12px;padding:11px 18px}.hl-result,.hl-game-over{padding:11px 14px}.hl-note{font-size:.72rem!important}}@media (max-width:760px){.hl-game-over{text-align:center;flex-direction:column;align-items:stretch}.hl-restart{width:100%}}.wm-page{max-width:1240px}.wm-heading{text-align:center;margin-bottom:24px}.wm-heading h1{margin:10px 0}.wm-heading p{margin:0 auto}.wm-game{gap:16px;display:grid}.wm-topbar{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.wm-topbar>div{border:1px solid var(--border);text-align:center;background:#ffffff06;border-radius:13px;min-width:110px;padding:9px 15px}.wm-topbar span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:900;display:block}.wm-topbar strong{margin-top:2px;display:block}.wm-help{text-align:center;max-width:850px;color:var(--muted);margin:auto;font-size:.9rem;line-height:1.5}.wm-help b:first-child{color:#7ee787}.wm-help b:nth-child(2){color:#f0c85a}.wm-search{z-index:10;justify-content:center;align-items:flex-start;gap:8px;width:min(680px,100%);margin:4px auto 8px;display:flex;position:relative}.wm-searchbox{flex:1;position:relative}.wm-search input{width:100%;height:50px;color:var(--text);background:#171719;border:1px solid #414148;border-radius:13px;outline:none;padding:0 16px}.wm-search input:focus{border-color:var(--accent)}.wm-submit,.wm-restart{background:var(--accent);color:#0b0b0c;cursor:pointer;border:0;border-radius:13px;height:50px;padding:0 20px;font-weight:950}.wm-submit:disabled{opacity:.35}.wm-suggestions{background:#18181b;border:1px solid #3a3a40;border-radius:14px;position:absolute;top:56px;left:0;right:0;overflow:hidden;box-shadow:0 18px 50px #0008}.wm-suggestions button{width:100%;min-height:55px;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #29292e;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:7px 11px;display:grid}.wm-suggestions button:hover{background:#242428}.wm-suggestions img{object-fit:contain;width:38px;height:38px}.wm-suggestions small{color:var(--muted)}.wm-table-wrap{overflow-x:auto}.wm-grid{grid-template-columns:1.35fr 1fr 1.2fr 1fr .8fr .7fr;gap:7px;min-width:930px;display:grid}.wm-grid-head{margin-bottom:7px}.wm-grid-head span{color:#85858d;text-transform:uppercase;letter-spacing:.07em;text-align:center;padding:0 8px;font-size:.67rem;font-weight:900}.wm-grid-head span:first-child{text-align:left}.wm-guesses{gap:7px;display:grid}.wm-row{animation:.24s both wm-enter}@keyframes wm-enter{0%{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:none}}.wm-player,.wm-cell{text-align:center;background:#1a1a1d;border:1px solid #34343a;border-radius:11px;justify-content:center;align-items:center;gap:7px;min-height:72px;padding:8px;font-size:.82rem;font-weight:800;display:flex}.wm-player{background:#151517;justify-content:flex-start}.wm-player img{object-fit:contain;width:54px;height:54px}.wm-cell.is-correct{color:#fff;background:#267a3b;border-color:#3fa858}.wm-cell.is-close{color:#fff;background:#8b6817;border-color:#b88d25}.wm-cell.is-wrong{color:#d2d2d5;background:#26262a}.wm-flag{font-size:1.3rem}.wm-badge{object-fit:contain;width:29px;height:29px}.wm-arrow{font-size:1.45rem}.wm-empty{color:#77777f;border:1px dashed #38383f;border-radius:14px;place-items:center;min-height:110px;display:grid}.wm-finish{background:#171719;border:1px solid #3f3f46;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;padding:13px 16px;display:flex}.wm-finish.is-win{background:#3cb4501c;border-color:#7ee78780}.wm-finish.is-loss{border-color:#ff64646b}.wm-answer{align-items:center;gap:12px;display:flex}.wm-answer>img{object-fit:contain;width:64px;height:64px}.wm-answer div{gap:2px;display:grid}.wm-answer small{color:var(--accent);font-weight:950}.wm-answer div span{color:var(--muted);font-size:.82rem}.wm-status{border:1px solid var(--border);background:var(--panel);text-align:center;color:var(--muted);border-radius:20px;padding:48px 24px}.wm-error{gap:8px;display:grid}.wm-error strong{color:#ff8585}@media (max-width:760px){.wm-page{width:min(100% - 20px,1240px);padding-top:36px}.wm-search{position:sticky;top:76px}.wm-grid{min-width:790px}.wm-player,.wm-cell{min-height:65px;font-size:.76rem}.wm-finish{flex-direction:column;align-items:stretch}.wm-restart{width:100%}}.wordle-page,.badge-page{max-width:1120px}.wordle-heading,.badge-heading{text-align:center;margin-bottom:24px}.wordle-heading h1,.badge-heading h1{margin:8px 0}.wordle-heading p,.badge-heading p{max-width:760px;color:var(--muted);margin:0 auto}.player-wordle{justify-items:center;gap:18px;display:grid}.wordle-meta{gap:10px;display:flex}.wordle-meta span{border:1px solid var(--border);color:var(--muted);text-transform:uppercase;letter-spacing:.06em;border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:800}.wordle-toast{color:#0b0c0e;letter-spacing:.05em;background:#eceff4;border-radius:8px;min-height:28px;padding:6px 12px;font-size:.78rem;font-weight:950}.wordle-board{width:min(100%,calc(var(--word-length) * 62px));gap:6px;display:grid}.wordle-row{grid-template-columns:repeat(var(--word-length),1fr);gap:6px;display:grid}.wordle-tile{aspect-ratio:1;color:#fff;text-transform:uppercase;-webkit-user-select:none;user-select:none;background:#111214;border:2px solid #3a3d42;border-radius:5px;place-items:center;min-width:0;font-size:clamp(1.05rem,3vw,1.85rem);font-weight:950;display:grid}.wordle-tile.has-letter{border-color:#666b72}.wordle-tile.is-correct{background:#538d4e;border-color:#538d4e}.wordle-tile.is-present{background:#b59f3b;border-color:#b59f3b}.wordle-tile.is-absent{background:#3a3a3c;border-color:#3a3a3c}.wordle-tile.is-separator{background:0 0;border-color:#0000;font-size:1.7rem}.wordle-keyboard{gap:7px;width:min(760px,100%);margin-top:5px;display:grid}.wordle-key-row{justify-content:center;gap:6px;display:flex}.wordle-key{color:#fff;cursor:pointer;background:#818384;border:0;border-radius:5px;flex:1;min-width:42px;max-width:58px;height:56px;padding:0 5px;font-size:.82rem;font-weight:950}.wordle-key.is-wide{max-width:78px;font-size:1.15rem}.wordle-key.is-correct{background:#538d4e}.wordle-key.is-present{background:#b59f3b}.wordle-key.is-absent{background:#3a3a3c}.wordle-key:disabled{cursor:default}.wordle-legend{color:var(--muted);flex-wrap:wrap;justify-content:center;gap:18px;font-size:.78rem;display:flex}.wordle-legend span{align-items:center;gap:7px;display:flex}.wordle-legend i{border-radius:2px;width:14px;height:14px}.wordle-legend i.correct{background:#538d4e}.wordle-legend i.present{background:#b59f3b}.wordle-legend i.absent{background:#3a3a3c}.wordle-result{background:#17181b;border:1px solid #454950;border-radius:15px;justify-content:space-between;align-items:center;gap:14px;width:min(760px,100%);padding:13px 15px;display:flex}.wordle-result.win{border-color:#538d4e}.wordle-result.loss{border-color:#6e4242}.wordle-answer{align-items:center;gap:12px;display:flex}.wordle-answer img{object-fit:contain;width:64px;height:64px}.wordle-answer>div{gap:2px;display:grid}.wordle-answer small{color:var(--accent);font-weight:900}.wordle-answer strong{font-size:1.1rem}.wordle-answer span{color:var(--muted);font-size:.82rem}.wordle-result button,.badge-result button{background:var(--accent);color:#0a0b0c;cursor:pointer;border:0;border-radius:10px;padding:11px 16px;font-weight:950}.wordle-status,.badge-status{text-align:center;border:1px solid var(--border);background:var(--panel);color:var(--muted);border-radius:18px;padding:42px}.wordle-status.error,.badge-status.error{color:#ff8c8c}.badge-game{justify-items:center;gap:16px;display:grid}.badge-progress{border:1px solid var(--border);background:#151619;border-radius:12px;justify-content:space-between;align-items:center;width:min(660px,100%);padding:9px 12px;display:flex}.badge-progress span{color:var(--muted);font-size:.8rem}.badge-progress strong{font-size:.9rem}.pixel-frame{background:radial-gradient(circle,#ffffff0d,#0000 65%);border:1px solid #262a30;border-radius:24px;place-items:center;width:232px;height:232px;display:grid;overflow:hidden}.pixel-canvas{width:208px;height:208px;image-rendering:pixelated;display:block}.pixel-caption{color:var(--muted);margin-top:-9px;font-size:.75rem}.badge-search{z-index:10;gap:8px;width:min(660px,100%);display:flex;position:relative}.badge-searchbox{flex:1;position:relative}.badge-search input{color:#fff;background:#151619;border:1px solid #3b3f46;border-radius:11px;outline:none;width:100%;height:48px;padding:0 14px}.badge-search input:focus{border-color:var(--accent)}.badge-search>button{background:var(--accent);color:#090a0b;cursor:pointer;border:0;border-radius:11px;width:100px;font-weight:950}.badge-search>button:disabled{opacity:.4;cursor:not-allowed}.badge-suggestions{background:#17181b;border:1px solid #3b3f46;border-radius:12px;position:absolute;top:53px;left:0;right:0;overflow:hidden;box-shadow:0 18px 40px #00000073}.badge-suggestions button{color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #292c31;align-items:center;gap:10px;width:100%;padding:8px 10px;display:flex}.badge-suggestions button:hover{background:#22252a}.badge-suggestions img{object-fit:contain;width:34px;height:34px}.badge-attempts{gap:6px;width:min(660px,100%);display:grid}.badge-attempt{background:#151619;border:1px solid #30343a;border-radius:9px;grid-template-columns:34px 1fr 30px;align-items:center;min-height:42px;padding:0 10px;display:grid}.badge-attempt>span{color:#747981;font-size:.74rem;font-weight:900}.badge-attempt>strong{font-size:.85rem}.badge-attempt>b{text-align:center;font-size:1.25rem}.badge-attempt.wrong b{color:#ff6262}.badge-attempt.correct{background:#538d4e29;border-color:#538d4e}.badge-attempt.correct b{color:#74d96d}.badge-attempt.empty{color:#555b63}.badge-result{background:#17181b;border:1px solid #454950;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;width:min(660px,100%);padding:13px 15px;display:flex}.badge-result.win{border-color:#538d4e}.badge-result.loss{border-color:#6e4242}.badge-result>div{gap:2px;display:grid}.badge-result small{color:var(--muted);font-size:.72rem;font-weight:900}.badge-result strong{font-size:1.1rem}@media (max-width:760px){.wordle-page,.badge-page{width:min(100% - 18px,1120px);padding-top:34px}.wordle-heading,.badge-heading{margin-bottom:16px}.wordle-board{width:min(100%,calc(var(--word-length) * 48px));gap:4px}.wordle-row{gap:4px}.wordle-tile{border-width:1.5px}.wordle-keyboard{gap:5px}.wordle-key-row{gap:4px}.wordle-key{min-width:0;height:50px;padding:0;font-size:.72rem}.wordle-key.is-wide{font-size:1rem}.wordle-legend{gap:10px;font-size:.7rem}.wordle-result,.badge-result{flex-direction:column;align-items:stretch}.wordle-result button,.badge-result button{width:100%}.pixel-frame{width:208px;height:208px}.badge-progress{font-size:.8rem}}.wordle-answer-photo{background:radial-gradient(circle at 50% 75%,#a8ff0024,#0000 68%);border:1px solid #30343a;border-radius:12px;flex:0 0 68px;place-items:center;width:68px;height:68px;display:grid;overflow:hidden}.wordle-answer-photo>img{object-fit:contain;object-position:center bottom;width:100%;height:100%}.wordle-answer-photo>span{font-size:1.8rem}.wordle-answer-copy{gap:3px;display:grid}.wordle-answer-copy strong{font-size:1.12rem}.wordle-team-line{color:var(--muted);align-items:center;gap:7px;font-size:.84rem;font-weight:750;display:flex}.wordle-team-line img{object-fit:contain;width:22px!important;height:22px!important}.wordle-answer-copy em{color:#767b82;text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-style:normal;font-weight:800}@media (min-width:761px) and (max-height:1080px){.game-shell.wordle-page{padding-top:22px;padding-bottom:34px}.wordle-heading{margin-bottom:12px}.wordle-heading h1{margin:5px 0;font-size:clamp(2.15rem,4vw,3.15rem)}.wordle-heading p{font-size:.9rem;line-height:1.4}.player-wordle{gap:10px}.wordle-meta span{padding:4px 8px;font-size:.68rem}.wordle-toast{min-height:24px;padding:4px 10px;font-size:.72rem}.wordle-board{width:min(100%,calc(var(--word-length) * 50px));gap:4px}.wordle-row{gap:4px}.wordle-tile{border-width:1.5px;border-radius:4px;font-size:clamp(.95rem,2vw,1.45rem)}.wordle-tile.is-separator{font-size:1.35rem}.wordle-keyboard{gap:5px;width:min(680px,100%);margin-top:0}.wordle-key-row{gap:4px}.wordle-key{min-width:36px;max-width:51px;height:44px;font-size:.76rem}.wordle-key.is-wide{max-width:70px;font-size:1rem}.wordle-legend{gap:13px;font-size:.7rem}.wordle-legend i{width:11px;height:11px}.wordle-result{border-radius:13px;width:min(680px,100%);padding:9px 12px}.wordle-answer-photo{flex-basis:58px;width:58px;height:58px}.wordle-answer-copy strong{font-size:1rem}.wordle-team-line{font-size:.78rem}.wordle-result button{padding:9px 14px}}@media (max-width:760px){.wordle-answer{align-items:center}.wordle-answer-photo{flex-basis:62px;width:62px;height:62px}.wordle-result{gap:10px}.wordle-answer-copy strong{font-size:1rem}}.wordle-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:-2px;display:flex}.wordle-action{border:1px solid var(--border);color:#e9ebef;letter-spacing:.02em;cursor:pointer;background:#1b1d20;border-radius:9px;padding:8px 13px;font-size:.76rem;font-weight:900}.wordle-action:hover{border-color:#686d75}.wordle-action.hint{color:#f0dc68;border-color:#81732c}.wordle-action.surrender{color:#faa;border-color:#744848}.wordle-action:disabled{opacity:.48;cursor:default}.wordle-score{gap:1px;margin-top:4px;display:grid}.wordle-score>strong{font-size:.9rem!important}.wordle-score>span{color:var(--muted);font-size:.72rem!important}.wordle-score>small{color:#8c929a!important;font-size:.66rem!important;font-weight:800!important}.wordle-score.positive>strong{color:var(--accent)}.wordle-score.negative>strong{color:#ff9090}.wordle-score.zero>strong{color:#b8bdc5}@media (max-height:1080px) and (min-width:761px){.wordle-actions{gap:8px}.wordle-action{padding:6px 11px;font-size:.7rem}.wordle-score{margin-top:2px}.wordle-score>strong{font-size:.82rem!important}}@media (max-width:760px){.wordle-actions{width:100%}.wordle-action{flex:1;min-width:130px}.wordle-score>span{font-size:.7rem!important}}.hl-result small{color:var(--accent);font-size:.76rem;font-weight:850}.badge-result span{color:var(--muted);font-size:.78rem;font-weight:800}:root{--brand-green:#a8ff00;--brand-green-dark:#76c900;--brand-black:#0d0d0d;--brand-white:#fff}::selection{background:var(--brand-green);color:#090909}.site-header{box-shadow:0 1px #a8ff000d}.brand{color:var(--brand-white)}.brand strong,.eyebrow,.tag{color:var(--brand-green)}.btn-primary,.hl-higher,.wordle-result button,.badge-result button,.badge-search>button,.hl-versus{background:linear-gradient(135deg,var(--brand-green),#c8ff42);color:#090909;border-color:var(--brand-green);box-shadow:0 0 24px #a8ff0014}.btn-primary:hover,.hl-higher:hover,.wordle-result button:hover,.badge-result button:hover,.badge-search>button:hover{filter:brightness(1.05)}.card,.hl-player-card,.wordle-status,.badge-status,.badge-progress,.badge-result,.wordle-result{box-shadow:inset 0 1px #ffffff05,0 16px 40px #00000029}.card:hover{box-shadow:0 16px 40px #00000040,0 0 0 1px #a8ff001f}.wordle-meta span{background:#151713;border-color:#31352d}.wordle-key{color:#fff;background:#898d89}.wordle-key:hover:not(:disabled){outline:1px solid #a8ff0085}.wordle-key.is-correct,.wordle-tile.is-correct{background:#5c963f;border-color:#5c963f}.wordle-key.is-present,.wordle-tile.is-present{background:#b79d31;border-color:#b79d31}.wordle-key.is-absent,.wordle-tile.is-absent{background:#3a3b3d;border-color:#3a3b3d}.wordle-tile.is-hint{box-shadow:inset 0 0 0 2px #a8ff007a,0 0 14px #a8ff0014}.pixel-frame{background:radial-gradient(circle,#a8ff000e,#0000 64%);border-color:#2b3026}.badge-search input:focus{box-shadow:0 0 0 3px #a8ff0014}.hl-goals.is-hidden strong,.hl-season,.wordle-score.positive>strong,.hl-result small{color:var(--brand-green)}.footer{background:#0b0b0b}.brand{align-items:center;gap:9px;display:flex}.brand-logo{object-fit:contain;filter:drop-shadow(0 0 10px #a8ff001f);border-radius:8px;width:44px;height:44px}.brand span{letter-spacing:-.045em;align-items:baseline;display:inline-flex}.brand span strong:first-child{color:var(--brand-green)}.brand span strong:last-child{color:var(--brand-green);margin-left:1px}.hero-brand-mark{object-fit:contain;filter:drop-shadow(0 0 22px #a8ff001f);width:104px;height:104px;margin:0 auto 12px;display:block}.footer-brand{justify-content:center;align-items:center;gap:8px;display:flex}.footer-brand img{object-fit:contain;width:30px;height:30px}.footer-brand strong{color:var(--brand-green)}.wordle-tile.is-hint{border-color:var(--brand-green);background:#5c963f;box-shadow:inset 0 0 0 2px #a8ff009e,0 0 14px #a8ff001a}@media (max-width:760px){.brand-logo{width:38px;height:38px}.brand span{font-size:1.05rem}.hero-brand-mark{width:82px;height:82px}}.hero-brand-banner-wrap{justify-content:center;width:min(920px,96vw);margin:0 auto 20px;display:flex;overflow:hidden}.hero-brand-banner{object-fit:contain;width:100%;height:auto;max-height:132px;display:block}@media (max-width:760px){.hero-brand-banner-wrap{width:100%;margin-bottom:14px}.hero-brand-banner{max-height:96px}}.beta-pill{color:var(--brand-green);letter-spacing:.1em;background:#a8ff000f;border:1px solid #a8ff0059;border-radius:999px;margin-left:7px;padding:3px 6px;font-size:.55rem;font-style:normal;font-weight:950}.footer-layout{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.footer-links{flex-wrap:wrap;gap:16px;display:flex}.footer-links a,.text-link{color:var(--muted);font-size:.82rem;text-decoration:none}.footer-links a:hover,.text-link:hover{color:var(--brand-green)}.section-heading-row{justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px;display:flex}.section-heading-row h2{margin-bottom:0}.info-page{max-width:980px;padding-top:72px;padding-bottom:90px}.info-page h1{margin:8px 0 14px;font-size:clamp(2.4rem,7vw,5rem)}.info-page .lead{max-width:760px;color:var(--muted);font-size:1.08rem;line-height:1.65}.info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:34px 0;display:grid}.info-card,.legal-copy{border:1px solid var(--border);background:var(--panel);border-radius:18px;padding:22px}.info-card h2,.legal-copy h2{margin:0 0 8px;font-size:1.1rem}.info-card p,.legal-copy p{color:var(--muted);line-height:1.65}.legal-copy{gap:10px;margin-top:28px;display:grid}.legal-copy h2{margin-top:10px}.btn.compact{margin-top:5px;padding:9px 12px;font-size:.8rem;display:inline-flex}.empty-state{text-align:center;align-content:center;place-items:center;gap:10px;min-height:66vh;display:grid}.empty-state img{object-fit:contain;width:92px;height:92px}.empty-state h1{margin:0;font-size:clamp(2.5rem,7vw,5rem)}.empty-state p{color:var(--muted);max-width:560px}.empty-state .btn{margin-top:8px}@media (max-width:760px){.footer-layout{text-align:center;justify-content:center}.footer-links{justify-content:center}.info-grid{grid-template-columns:1fr}.info-page{padding-top:46px}.section-heading-row{align-items:center}}
