:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f6f2;--surface:#fff;--surface-soft:#eef3ed;--surface-strong:#e3ece4;--ink:#1f2e29;--ink-strong:#10231c;--muted:#60746c;--subtle:#7b8c85;--line:#d9e2dc;--primary:#24745f;--primary-strong:#155541;--primary-soft:#e3f2eb;--accent:#c99a3f;--danger:#c85145;--board-light:#ead8b4;--board-dark:#9f6c43;--radius-sm:14px;--radius-md:20px;--radius-lg:28px;--shadow:0 18px 42px #17251f1a;--shadow-soft:0 10px 24px #17251f12;color:var(--ink);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg)}body{background:radial-gradient(circle at 8% 0%, #24745f14, transparent 28%), linear-gradient(180deg, #fafbf8 0%, var(--bg) 36%);min-width:320px;color:var(--ink);margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}main{min-height:calc(100vh - 68px)}.site-header{z-index:30;min-height:68px;box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe6;border-bottom:1px solid #d9e2dce6;border-radius:0 0 24px 24px;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:10px 22px;display:grid;position:sticky;top:0}.brand{color:var(--ink-strong);letter-spacing:0;white-space:nowrap;align-items:center;gap:10px;font-size:18px;font-weight:900;display:inline-flex}.brand:before{content:"";background:linear-gradient(135deg, var(--primary) 0 50%, var(--accent) 50% 100%);border-radius:8px;width:25px;height:25px;box-shadow:inset 0 0 0 1px #10231c1a}.top-nav{justify-content:center;gap:6px;min-width:0;display:flex}.top-nav a,.primary-link,.ghost-button{min-height:40px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;padding:0 13px;font-size:14px;font-weight:800;display:inline-flex}.top-nav a.active,.top-nav a:hover{background:var(--primary-soft);color:var(--primary-strong)}.primary-link,.button.primary,.button:not(.secondary):not(.danger){border:1px solid var(--primary);background:var(--primary);color:#fff}.ghost-button,.button.secondary{border:1px solid var(--line);background:var(--surface-soft);color:var(--ink-strong)}.auth-area{justify-content:flex-end;align-items:center;gap:8px;display:flex}.user-chip{max-width:128px;color:var(--ink-strong);text-overflow:ellipsis;white-space:nowrap;font-weight:850;overflow:hidden}.mobile-bottom-nav{display:none}.page-shell{width:min(1200px,100%);margin:0 auto;padding:24px 22px 46px}.page-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}h1,h2{color:var(--ink-strong);letter-spacing:0;margin:0}.page-title,.page-heading h1{color:var(--ink-strong);font-size:clamp(26px,3.2vw,36px);font-weight:920}h2{font-size:18px;font-weight:880}.panel,.mode-tile,.home-welcome,.home-action,.home-info-card,.preview-board-card,.pre-game-card,.promotion-dialog,.auth-form,.queue-card,.time-card,.mode-card,.player-bar{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);color:var(--ink);box-shadow:var(--shadow-soft)}.panel{padding:18px}.panel h2{margin-bottom:14px}.muted,.mode-tile span,.home-welcome p,.home-action p,.home-info-card span,.ranking-row span,.stats dt,.preview-status span,.recent-game span,.recent-game time,.player-bar span,.queue-summary span,.match-state span{color:var(--muted)}.button{border-radius:var(--radius-sm);border:0;justify-content:center;align-items:center;min-height:46px;padding:0 16px;font-weight:880;display:inline-flex}.button.danger{background:var(--danger);color:#fff}.as-link{width:fit-content}input,select,textarea{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);width:100%;min-height:48px;color:var(--ink-strong);padding:0 14px;box-shadow:inset 0 1px #ffffffb3}input::placeholder,textarea::placeholder{color:var(--subtle);opacity:1}input:focus,select:focus,textarea:focus{border-color:var(--primary);outline:4px solid #24745f2e}input:-webkit-autofill{-webkit-text-fill-color:var(--ink-strong);box-shadow:0 0 0 1000px var(--surface) inset}.home-dashboard{gap:16px;display:grid}.home-welcome{background:linear-gradient(135deg,#fff,#eef7f1);gap:13px;padding:clamp(22px,4vw,38px);display:grid}.home-welcome h2{max-width:760px;font-size:clamp(30px,5vw,52px);line-height:1.05}.home-welcome p{max-width:680px;margin:0;font-size:16px;line-height:1.55}.eyebrow{background:var(--primary-soft);width:fit-content;min-height:30px;color:var(--primary-strong);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;padding:0 11px;font-size:12px;font-weight:900;display:inline-flex}.home-auth-actions{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.home-actions-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.home-action{align-content:start;gap:9px;min-height:164px;padding:20px;transition:transform .16s,box-shadow .16s,border-color .16s;display:grid}.home-action.primary{background:linear-gradient(135deg, #fff, var(--primary-soft));border-color:#24745f47}.home-action:hover,.home-info-card:hover,.mode-tile:hover{box-shadow:var(--shadow);border-color:#24745f57;transform:translateY(-2px)}.home-action span{width:fit-content;color:var(--primary-strong);letter-spacing:.05em;font-size:12px;font-weight:900}.home-action strong{color:var(--ink-strong);font-size:23px}.home-action p{margin:0;line-height:1.5}.home-info-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.home-info-card{align-content:center;gap:6px;min-height:90px;padding:16px 18px;transition:transform .16s,box-shadow .16s,border-color .16s;display:grid}.home-info-card strong{color:var(--ink-strong);font-size:17px}.home-info-card span{font-size:13px}.settings-grid,.settings-page-grid,.profile-grid,.admin-layout{grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:start;gap:18px;display:grid}.settings-page-grid{grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr)}.setting-block{gap:12px;display:grid}.setting-block+.setting-block{margin-top:18px}.inline-actions,.segmented,.clock-row,.console-actions{align-items:center;gap:8px;display:flex}.segmented{flex-wrap:wrap;margin-top:8px}.segmented button,.level-grid button,.promotion-options button{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-soft);min-height:44px;color:var(--ink-strong);font-weight:850}.segmented button{min-width:72px;padding:0 12px}.segmented button.selected,.level-grid button:hover,.level-grid button:focus-visible,.promotion-options button:hover,.promotion-options button:focus-visible{background:var(--primary);border-color:var(--primary);color:#fff}.toggle-list{gap:8px;display:grid}.toggle-row{min-height:42px;color:var(--ink);justify-content:space-between;align-items:center;gap:12px;display:flex}.toggle-row input{width:22px;min-height:22px}.auth-form{gap:12px;width:min(440px,100%);padding:18px;display:grid}.auth-form a{color:var(--primary-strong);font-weight:850}.error{color:var(--danger);margin:0;font-weight:800}.ranking-table,.admin-table,.compact-list,.recent-games{gap:8px;display:grid}.ranking-row,.move-row,.admin-row,.list-row,.recent-game{min-height:44px;color:var(--ink);border-bottom:1px solid #d9e2dcbf}.ranking-row{grid-template-columns:48px 1fr 90px 110px;align-items:center;gap:10px;display:grid}.move-list{gap:4px;max-height:260px;display:grid;overflow:auto}.move-row{grid-template-columns:42px 1fr 1fr;align-items:center;gap:10px;display:grid}.pre-game-shell{place-items:center;min-height:calc(100vh - 150px);display:grid}.pre-game-card{gap:16px;width:min(820px,100%);padding:clamp(20px,4vw,36px);display:grid}.pre-game-card h2{font-size:clamp(28px,4vw,44px)}.level-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.level-grid button{align-content:center;gap:4px;min-height:88px;display:grid}.level-grid strong{font-size:20px}.level-grid span{color:var(--muted);font-size:12px;font-weight:800}.game-layout,.play-layout{grid-template-columns:minmax(360px,1fr) minmax(330px,390px);align-items:start;gap:18px;display:grid}.play-board-zone{justify-items:center;gap:10px;min-width:0;display:grid}.board{aspect-ratio:1;border-radius:var(--radius-md);width:min(72vh,100%);max-width:720px;box-shadow:var(--shadow);background:#3b2b20;border:8px solid #3b2b20;grid-template-columns:repeat(8,1fr);display:grid;overflow:hidden}.square{aspect-ratio:1;border:0;place-items:center;width:100%;padding:0;display:grid;position:relative}.square.light{background:var(--board-light)}.square.dark{background:var(--board-dark)}.square.legal:after{content:"";aspect-ratio:1;background:#26ad709e;border:3px solid #ffffffe6;border-radius:50%;width:38%;box-shadow:0 0 0 4px #26ad7057}.square.legal-capture:after{background:#dc372d33;border:4px solid #dc372de6;border-radius:9px;width:78%}.piece{font-family:Georgia,Times New Roman,serif;font-size:clamp(28px,8vmin,72px);font-weight:900;line-height:1;position:absolute}.coord{color:#18212fa6;font-size:10px;position:absolute;bottom:3px;left:4px}.player-bar{grid-template-columns:auto minmax(0,1fr) minmax(130px,180px);align-items:center;gap:12px;width:min(72vh,100%);max-width:720px;min-height:66px;padding:9px 11px;display:grid}.player-token{background:var(--primary-soft);width:44px;height:44px;color:var(--primary-strong);border-radius:14px;place-items:center;font-size:13px;font-weight:900;display:grid}.clock-panel{border-radius:var(--radius-sm);background:var(--ink-strong);color:#fff;justify-content:space-between;align-items:center;gap:10px;min-height:44px;padding:0 12px;display:flex}.clock-panel span{color:#ffffffb8}.clock-panel strong{color:#fff;font-variant-numeric:tabular-nums;font-size:22px}.game-console{gap:14px;display:grid}.match-card{background:var(--ink-strong);color:#fff}.match-card strong,.match-card h2{color:#fff}.match-card span,.match-card p{color:#ffffffb8}.match-state{justify-content:space-between;align-items:center;gap:12px;display:flex}.console-actions{grid-template-columns:1fr 1fr;display:grid}.matchmaking-shell{grid-template-columns:minmax(320px,1fr) minmax(280px,420px);gap:18px;display:grid}.queue-card{background:linear-gradient(135deg,#fff,#eef7f1);align-content:center;gap:18px;min-height:420px;display:grid}.queue-card h2{font-size:clamp(28px,4vw,44px)}.queue-pulse{justify-content:center;align-items:center;gap:18px;height:120px;display:flex}.queue-pulse span{background:var(--line);border-radius:50%;width:22px;height:22px}.queue-pulse.active span{background:var(--primary);animation:1s ease-in-out infinite pulse}.queue-pulse.active span:nth-child(2){animation-delay:.15s}.queue-pulse.active span:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,to{opacity:.45;transform:translateY(0)}50%{opacity:1;transform:translateY(-12px)}}.queue-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.queue-summary div{border-radius:var(--radius-sm);background:#ffffffb8;gap:4px;padding:12px;display:grid}.copy-line{overflow-wrap:anywhere;border-radius:var(--radius-sm);background:var(--surface-soft);color:var(--muted);padding:10px}.stats{gap:10px;margin:0;display:grid}.stats div{justify-content:space-between;gap:12px;display:flex}.stats dd{color:var(--ink-strong);margin:0;font-weight:850}.captured-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;display:grid}.captured-grid div{border-radius:var(--radius-sm);background:var(--surface-soft);gap:4px;min-height:58px;padding:10px;display:grid}.captured-grid p{min-height:24px;margin:0;font-size:22px;line-height:1}.captured-grid b{margin-right:2px;font-weight:400}.recent-game{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px 10px;padding:8px 0;display:grid}.recent-game strong{color:var(--ink-strong);grid-column:1/-1}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#171b2275;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.promotion-dialog{gap:14px;width:min(420px,100%);padding:18px;display:grid;box-shadow:0 24px 70px #00000047}.promotion-options{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.promotion-options button{place-items:center;gap:4px;min-height:94px;display:grid}.promotion-options span{font-size:38px;line-height:1}.promotion-options strong{font-size:12px}.admin-games{grid-column:1/-1}.admin-table{gap:6px;display:grid;overflow:auto}.admin-row{border:1px solid var(--line);background:var(--surface);text-align:left;align-items:center;gap:10px;width:100%;padding:8px 10px;display:grid}.users-table .admin-row,.games-table .admin-row{grid-template-columns:1fr 1fr 1fr 78px 88px 70px}.admin-row.selected{border-color:var(--primary);background:var(--primary-soft)}.admin-form{gap:10px;display:grid}.admin-form label{color:var(--muted);gap:6px;display:grid}.list-row{justify-content:space-between;align-items:center;gap:12px;min-height:44px;display:flex}.compact-list .ranking-row{grid-template-columns:1fr 1fr 70px auto}@media (width>=1024px){.game-console{max-height:calc(100vh - 100px);position:sticky;top:84px;overflow:auto}}@media (width>=640px) and (width<=1023px){.site-header{grid-template-columns:auto 1fr;padding:10px 18px}.top-nav{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}.auth-area{grid-column:1/-1;justify-content:flex-end}.page-shell{padding:20px 18px 36px}.home-actions-grid,.settings-page-grid,.matchmaking-shell,.play-layout,.game-layout,.profile-grid,.admin-layout{grid-template-columns:1fr}.home-info-grid,.game-console{grid-template-columns:repeat(2,minmax(0,1fr))}.board,.player-bar{width:min(86vw,720px)}.users-table .admin-row,.games-table .admin-row,.compact-list .ranking-row{grid-template-columns:1fr 1fr}}@media (width<=639px){body{padding-bottom:82px}main{min-height:calc(100vh - 58px)}.site-header{border-radius:0 0 18px 18px;grid-template-columns:1fr auto;min-height:56px;padding:8px 12px}.desktop-nav{display:none}.auth-area{justify-content:flex-end;gap:6px}.auth-area .ghost-button,.auth-area .primary-link{min-height:34px;padding:0 10px;font-size:13px}.user-chip{display:none}.mobile-bottom-nav{z-index:40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border:1px solid #31413a29;border-radius:24px;grid-auto-columns:1fr;grid-auto-flow:column;gap:4px;padding:7px;display:grid;position:fixed;bottom:10px;left:10px;right:10px;box-shadow:0 18px 50px #1a262133}.mobile-bottom-nav a{min-width:0;min-height:50px;color:var(--muted);border-radius:16px;align-content:center;place-items:center;gap:2px;font-size:11px;font-weight:850;display:grid}.mobile-bottom-nav a.active{background:var(--primary);color:#fff}.mobile-nav-icon{color:inherit;font-size:18px;line-height:1}.page-shell{padding:14px 12px 24px}.page-heading{margin-bottom:12px}.home-actions-grid,.home-info-grid,.settings-page-grid,.matchmaking-shell,.play-layout,.game-layout,.profile-grid,.admin-layout,.settings-grid{grid-template-columns:1fr}.home-welcome h2{font-size:29px}.home-auth-actions{display:grid}.home-auth-actions .as-link{width:100%}.home-action{min-height:128px}.board{border-width:5px;width:100%}.player-bar{grid-template-columns:auto minmax(0,1fr);gap:8px;width:100%;min-height:58px;padding:8px}.player-bar .clock-panel{grid-column:1/-1}.player-token{width:38px;height:38px}.piece{font-size:clamp(28px,12vw,50px)}.level-grid,.promotion-options{grid-template-columns:repeat(2,minmax(0,1fr))}.captured-grid,.queue-summary,.console-actions,.users-table .admin-row,.games-table .admin-row,.compact-list .ranking-row,.ranking-row{grid-template-columns:1fr}}:root{--bg:#f4f1ea;--surface:#fffdf8;--surface-soft:#f0ece2;--surface-strong:#e6dfd1;--ink:#25312d;--ink-strong:#111c18;--muted:#69776f;--line:#ded5c5;--primary:#276a5b;--primary-strong:#153f35;--primary-soft:#dcece5;--accent:#b77b33;--board-light:#f0dcb6;--board-dark:#846241;--radius-sm:18px;--radius-md:24px;--radius-lg:32px}body{background:linear-gradient(#fffdf8f5,#f4f1eafa),radial-gradient(circle at 100% 0,#276a5b21,#0000 30%)}.site-header{background:#fffdf8eb;border-radius:0 0 28px 28px}.brand,.page-title,.page-heading h1,h1,h2,.home-action strong,.home-info-card strong,.ranking-row strong{color:var(--ink-strong)}.panel,.home-welcome,.home-action,.home-info-card,.mode-tile,.auth-form,.queue-card,.time-card,.mode-card,.player-bar{border-radius:var(--radius-lg);background:#fffdf8f0;border-color:#51483a26;box-shadow:0 16px 44px #322d2317}.button,.segmented button,.level-grid button,input,select,textarea{border-radius:20px}.button:disabled{cursor:not-allowed;opacity:.62}.board{border:7px solid #2f271f;border-radius:28px;box-shadow:0 22px 60px #2b231b3d}.square.selected{outline-offset:-5px;outline:5px solid #ffd35a}.square.legal:after{background:#19ab71e0;border:4px solid #fffffff2;width:34%;box-shadow:0 0 0 5px #14785347,0 8px 16px #14483647}.square.legal-capture:after{background:#d33a2d38;border:5px solid #d33a2dfa;border-radius:18px;width:86%;box-shadow:inset 0 0 0 3px #ffffff6b,0 8px 18px #7818123d}.piece{letter-spacing:0;border-radius:999px;place-items:center;width:70%;height:70%;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(16px,5.4vmin,42px);font-weight:950;line-height:1;display:grid;transform:translateZ(0)}.piece.w{color:#21332d;text-shadow:0 1px #ffffffe6;-webkit-text-stroke:0;background:linear-gradient(145deg,#fffaf0 0%,#e8dcc8 100%);border:2px solid #303d3759;box-shadow:inset 0 6px 12px #ffffffd9,inset 0 -8px 14px #56442c1f,0 9px 14px #28221a38}.piece.b{color:#f7ead4;text-shadow:0 1px #0006;-webkit-text-stroke:0;background:linear-gradient(145deg,#33413b 0%,#111815 100%);border:2px solid #fff6e552;box-shadow:inset 0 5px 10px #ffffff1a,inset 0 -8px 14px #00000047,0 9px 14px #1b161252}.move-list{gap:8px;max-height:330px;padding-right:2px}.move-empty{background:var(--surface-soft);min-height:88px;color:var(--muted);border-radius:22px;place-items:center;margin:0;font-weight:850;display:grid}.move-row{background:#f4eee2;border:0;border-radius:22px;grid-template-columns:44px minmax(0,1fr) minmax(0,1fr);gap:8px;min-height:56px;padding:6px}.move-number,.rank-badge{color:#fff8ea;background:#2f3d37;border-radius:15px;place-items:center;min-width:36px;height:36px;font-size:13px;font-weight:950;display:grid}.move-chip{min-width:0;min-height:40px;color:var(--ink-strong);font-variant-numeric:tabular-nums;text-overflow:ellipsis;background:#fffdf8db;border:1px solid #51483a1f;border-radius:17px;justify-content:center;align-items:center;font-weight:900;display:flex;overflow:hidden}.move-chip.latest{color:#2f2415;background:linear-gradient(135deg,#fff1c8,#d99741);border-color:#b77b338c;box-shadow:0 8px 18px #a4692338}.ranking-panel{padding:12px}.ranking-head,.ranking-row{grid-template-columns:64px minmax(0,1fr) 102px 92px;align-items:center;gap:10px;display:grid}.ranking-head{min-height:40px;color:var(--muted);padding:0 10px;font-size:12px;font-weight:900}.ranking-row{background:#fffaf0;border:1px solid #51483a1f;border-radius:24px;min-height:64px;padding:10px}.trophy-score{background:#f8dfa4;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:36px;padding:0 12px;font-weight:950;display:inline-flex;color:#4a2f10!important}.queue-card{background:linear-gradient(145deg,#fffdf8,#e7f0e9);align-content:start;min-height:0}.queue-card h2{line-height:1.05}.global-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.online-count strong{color:var(--primary-strong)}.fallback-note{color:var(--primary-strong);background:#276a5b1a;border-radius:22px;margin:0;padding:14px;font-weight:800;line-height:1.45}.match-card{background:linear-gradient(145deg,#17221e,#2e443a)}.mobile-bottom-nav{border-radius:28px}@media (width<=639px){body{padding-bottom:92px}.site-header{border-radius:0 0 24px 24px}.brand{font-size:16px}.page-shell{padding:12px 10px 24px}.page-title,.page-heading h1{font-size:26px}.panel{padding:14px}.home-welcome{padding:22px}.home-action{min-height:118px;padding:18px}.board{border-width:5px;border-radius:22px}.piece{width:72%;height:72%;font-size:clamp(16px,7.4vw,34px)}.move-list{max-height:240px}.move-row{grid-template-columns:38px minmax(0,1fr) minmax(0,1fr);min-height:52px}.move-number,.rank-badge{border-radius:13px;min-width:32px;height:32px}.move-chip{min-height:36px;font-size:14px}.ranking-head{display:none}.ranking-row{grid-template-columns:42px minmax(0,1fr);gap:8px}.ranking-row .trophy-score,.ranking-row>span:last-child{grid-column:2}.global-summary{grid-template-columns:1fr}.mobile-bottom-nav{background:#fffdf8f5;padding:6px;bottom:8px;left:8px;right:8px}.mobile-bottom-nav a{border-radius:20px}}@media (width>=640px) and (width<=1023px){.matchmaking-shell{grid-template-columns:1fr 1fr}.queue-card{grid-column:1/-1}.piece{font-size:clamp(20px,5.8vw,44px)}}.pre-game-shell{place-items:start stretch;min-height:0;padding-top:0}.pre-game-card{align-content:start;gap:8px;margin-top:0}.pre-game-card .eyebrow{margin-bottom:2px}.pre-game-card h2{margin-bottom:0;line-height:1.08}.pre-game-card h2+.muted,.pre-game-card h2+select,.pre-game-card h2+.level-grid,.pre-game-card h2+.toggle-row{margin-top:0}.pre-game-card .muted{margin:0 0 6px;line-height:1.42}.pre-game-card .level-grid,.pre-game-card select,.pre-game-card .toggle-row,.pre-game-card .button{margin-top:4px}@media (width<=639px){.pre-game-shell{padding-top:0}.pre-game-card{gap:7px;padding:18px}}.match-mode-select{align-items:start;min-height:0;display:grid}.match-mode-card{gap:12px;width:min(760px,100%);display:grid}.match-mode-card h2{font-size:clamp(28px,4vw,44px);line-height:1.08}.match-mode-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:4px;display:grid}.match-mode-options button{min-height:150px;color:var(--ink);text-align:left;background:#fffaf0;border:1px solid #51483a24;border-radius:28px;align-content:center;gap:8px;padding:20px;display:grid;box-shadow:0 12px 28px #322d2314}.match-mode-options button:hover,.match-mode-options button:focus-visible{border-color:#276a5b6b;outline:4px solid #276a5b29;transform:translateY(-1px)}.match-mode-options strong{color:var(--ink-strong);font-size:24px;font-weight:950}.match-mode-options span{color:var(--muted);font-weight:750;line-height:1.45}.selected-mode-pill{background:var(--primary-soft);width:fit-content;min-height:42px;color:var(--primary-strong);border-radius:999px;align-items:center;padding:0 14px;font-weight:950;display:inline-flex}.piece{width:auto;height:auto;box-shadow:none;letter-spacing:0;background:0 0;border:0;border-radius:0;font-family:DejaVu Sans,Segoe UI Symbol,"Noto Sans Symbols 2",Apple Symbols,serif;font-size:clamp(34px,8.2vmin,78px);font-weight:400;line-height:.9;display:block;transform:translateY(-1px)}.piece.w{color:#fff8e8;-webkit-text-stroke:1.35px #291f16c7;text-shadow:0 1px #7a6041,0 3px 5px #22191157,0 0 1px #00000080}.piece.b{color:#17130f;-webkit-text-stroke:.9px #ffeecd99;text-shadow:0 1px #ffffff47,0 3px 5px #0000005c,0 0 1px #ffffff57}@media (width<=639px){.match-mode-options{grid-template-columns:1fr}.match-mode-options button{min-height:126px;padding:18px}.piece{font-size:clamp(30px,12vw,52px)}}.friends-page-grid{grid-template-columns:minmax(300px,.95fr) minmax(320px,1.05fr);align-items:start;gap:16px;display:grid}.friend-list-panel{grid-column:1/-1}.friend-add-panel,.friend-requests-panel,.friend-list-panel{gap:12px;display:grid}.friend-search-row{align-items:stretch}.friend-search-row input{flex:1}.friend-message{background:var(--primary-soft);color:var(--primary-strong);border-radius:18px;margin:0;padding:10px 12px;font-weight:850}.friend-result-list,.friend-list{gap:8px;display:grid}.friend-card{background:#fffaf0;border:1px solid #51483a1f;border-radius:24px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:68px;padding:10px;display:grid}.friend-card strong{color:var(--ink-strong);text-overflow:ellipsis;white-space:nowrap;font-weight:920;display:block;overflow:hidden}.friend-card span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750;display:block;overflow:hidden}.friend-avatar{background:var(--primary-soft);width:44px;height:44px;color:var(--primary-strong);border-radius:16px;place-items:center;font-size:13px;font-weight:950;display:grid}.friend-avatar.pending{color:#4a2f10;background:#f8dfa4}.friend-avatar.online{color:#174f3f;background:#dff1e8}.friend-invite-box,.request-section{gap:8px;display:grid}.request-section+.request-section{border-top:1px solid #51483a1f;padding-top:10px}.section-label{justify-content:space-between;align-items:center;gap:10px;display:flex}.section-label strong{color:var(--ink-strong);font-weight:920}.section-label span,.status-pill{background:var(--surface-soft);min-height:28px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.empty-state{background:var(--surface-soft);min-height:58px;color:var(--muted);text-align:center;border-radius:22px;place-items:center;margin:0;padding:12px;font-weight:820;display:grid}.empty-state.large{min-height:96px}@media (width<=1023px){.friends-page-grid{grid-template-columns:1fr}.friend-list-panel{grid-column:auto}}@media (width<=639px){.friend-card{grid-template-columns:auto minmax(0,1fr)}.friend-card .button,.friend-card .status-pill,.friend-card .as-link{grid-column:1/-1;width:100%}}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#111713;--surface:#18211d;--surface-soft:#222d28;--surface-strong:#2b3731;--ink:#e7eee8;--ink-strong:#fbfff8;--muted:#aebdb4;--subtle:#91a098;--line:#33423b;--primary:#66c6a5;--primary-strong:#a4efd3;--primary-soft:#1f3c32;--accent:#e0b05c;--danger:#e56c5f;--board-light:#cdb17d;--board-dark:#5d4630}@media (prefers-color-scheme:dark){html[data-theme=system]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#111713;--surface:#18211d;--surface-soft:#222d28;--surface-strong:#2b3731;--ink:#e7eee8;--ink-strong:#fbfff8;--muted:#aebdb4;--subtle:#91a098;--line:#33423b;--primary:#66c6a5;--primary-strong:#a4efd3;--primary-soft:#1f3c32;--accent:#e0b05c;--danger:#e56c5f;--board-light:#cdb17d;--board-dark:#5d4630}}html[data-theme=dark] body,html[data-theme=system] body{background:linear-gradient(180deg, var(--bg), #0d120f)}html[data-theme=dark] .site-header,html[data-theme=dark] .mobile-bottom-nav,html[data-theme=dark] .panel,html[data-theme=dark] .home-welcome,html[data-theme=dark] .home-action,html[data-theme=dark] .home-info-card,html[data-theme=dark] .queue-card,html[data-theme=dark] .time-card,html[data-theme=dark] .mode-card,html[data-theme=dark] .friend-card,html[data-theme=dark] .match-mode-options button,html[data-theme=dark] .game-mode-card,html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{background:var(--surface);border-color:var(--line);color:var(--ink)}@media (prefers-color-scheme:dark){html[data-theme=system] .site-header,html[data-theme=system] .mobile-bottom-nav,html[data-theme=system] .panel,html[data-theme=system] .home-welcome,html[data-theme=system] .home-action,html[data-theme=system] .home-info-card,html[data-theme=system] .queue-card,html[data-theme=system] .time-card,html[data-theme=system] .mode-card,html[data-theme=system] .friend-card,html[data-theme=system] .match-mode-options button,html[data-theme=system] .game-mode-card,html[data-theme=system] input,html[data-theme=system] select,html[data-theme=system] textarea{background:var(--surface);border-color:var(--line);color:var(--ink)}}.game-hub{gap:14px;display:grid}.game-hub-hero{gap:8px;padding:clamp(20px,4vw,34px);display:grid}.game-hub-hero h2{font-size:clamp(30px,6vw,52px);line-height:1.04}.game-hub-hero p{max-width:640px;color:var(--muted);margin:0;font-weight:760;line-height:1.5}.game-mode-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.game-mode-card{min-height:178px;color:var(--ink);text-align:left;background:#fffaf0;border:1px solid #51483a24;border-radius:32px;align-content:end;gap:8px;padding:20px;display:grid;box-shadow:0 16px 36px #322d2317}.game-mode-card.primary{background:linear-gradient(145deg, var(--primary-soft), var(--surface))}.game-mode-card span{background:var(--primary-soft);width:fit-content;min-height:28px;color:var(--primary-strong);border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:950;display:inline-flex}.game-mode-card strong{color:var(--ink-strong);font-size:25px;font-weight:950}.game-mode-card p{color:var(--muted);margin:0;font-weight:760;line-height:1.45}.game-session-dock{z-index:60;color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#111c18eb;border:1px solid #ffffff29;border-radius:24px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-width:230px;max-width:min(340px,100vw - 28px);padding:12px 14px;display:grid;position:fixed;bottom:18px;right:18px;box-shadow:0 18px 50px #00000047}.game-session-dock strong,.game-session-dock span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.game-session-dock strong{color:#fff;font-weight:950}.game-session-dock span{color:#ffffffbd;font-size:13px;font-weight:780}.session-dot{background:#68e0a4;border-radius:999px;width:12px;height:12px;box-shadow:0 0 0 6px #68e0a429}@media (width<=639px){body{padding-bottom:96px}.page-shell{padding:10px 10px 22px}.page-heading{align-items:flex-start;margin-bottom:10px}.page-heading h1,.page-title{font-size:24px}.panel{border-radius:28px;padding:14px}.site-header{min-height:54px;padding:8px 12px}.top-nav{display:none}.brand{font-size:15px}.game-mode-grid,.home-actions-grid,.home-info-grid{grid-template-columns:1fr;gap:10px}.game-mode-card,.home-action{border-radius:30px;min-height:132px;padding:18px}.game-hub-hero h2{font-size:32px}.game-layout,.play-layout{gap:12px}.board{border-radius:20px}.player-bar{border-radius:24px}.mobile-bottom-nav{border-radius:28px;grid-auto-columns:minmax(0,1fr);bottom:8px;left:8px;right:8px}.mobile-bottom-nav a{border-radius:21px;min-height:52px}.game-session-dock{border-radius:24px;width:calc(100vw - 20px);min-width:0;bottom:92px;right:10px}}@media (width>=640px) and (width<=1023px){.game-mode-grid{grid-template-columns:1fr}.game-session-dock{bottom:18px}}html[data-theme=system] body{background:linear-gradient(#fffdf8f5,#f4f1eafa),radial-gradient(circle at 100% 0,#276a5b21,#0000 30%)}@media (prefers-color-scheme:dark){html[data-theme=system] body{background:linear-gradient(180deg, var(--bg), #0d120f)}}.mobile-dashboard{gap:12px}.app-hero-card{overflow:hidden}.home-player-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.player-stat-card{align-content:center;gap:6px;min-height:106px;display:grid}.player-stat-card span{color:var(--muted);font-size:13px;font-weight:850}.player-stat-card strong{color:var(--ink-strong);font-size:clamp(28px,7vw,42px);font-weight:950}.trophy-card{background:linear-gradient(145deg, #fff4ce, var(--surface))}.rank-card{background:linear-gradient(145deg, var(--primary-soft), var(--surface))}.app-menu-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.app-menu-card{border-radius:32px;align-content:center;justify-items:start;min-height:150px}.menu-icon{place-items:center;height:48px;line-height:1;background:var(--primary-soft)!important;width:48px!important;color:var(--primary-strong)!important;letter-spacing:0!important;border-radius:18px!important;font-size:24px!important;display:grid!important}.home-friends-panel{gap:10px;display:grid}.home-friend-list{gap:8px;display:grid}.home-friend-row{background:var(--surface-soft);border-radius:24px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:66px;padding:10px;display:grid}.home-friend-row strong,.home-friend-row span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.home-friend-row strong{color:var(--ink-strong);font-weight:920}.home-friend-row span{color:var(--muted);font-size:13px;font-weight:760}@media (width<=639px){.home-player-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.player-stat-card{min-height:92px}.app-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-menu-card{min-height:126px;padding:16px}.app-menu-card strong{font-size:20px}.app-menu-card p{font-size:13px}.menu-icon{height:44px;width:44px!important;font-size:22px!important}.home-friend-row{grid-template-columns:auto minmax(0,1fr)}.home-friend-row .button{grid-column:1/-1;width:100%}}button,a,.button,.home-action,.game-mode-card,.match-mode-options button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button,a.button,.button,.home-action,.game-mode-card,.match-mode-options button,.mobile-bottom-nav a,.home-utility-row a{z-index:1;position:relative}@media (width<=639px){.site-header{border-radius:0 0 22px 22px;min-height:52px;position:sticky;top:0;box-shadow:0 10px 26px #00000014}.page-shell{width:100%;max-width:520px;padding:10px 10px 24px}.page-heading{min-height:34px;margin-bottom:8px}.page-title{line-height:1.1;font-size:22px!important}.mobile-dashboard,.game-hub,.friends-page-grid,.settings-page-grid,.matchmaking-shell,.play-layout,.game-layout{gap:10px;display:grid;grid-template-columns:1fr!important}.app-hero-card,.game-hub-hero,.panel{border-radius:26px}.app-hero-card,.game-hub-hero{padding:18px}.app-hero-card h2,.game-hub-hero h2,.home-welcome h2{line-height:1.05;font-size:29px!important}.home-player-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.player-stat-card{border-radius:24px;min-height:86px;padding:14px}.player-stat-card strong{font-size:28px}.play-menu-grid,.game-mode-grid{gap:9px;grid-template-columns:1fr!important}.app-menu-card,.game-mode-card{grid-template-columns:auto minmax(0,1fr);align-content:center;align-items:center;gap:6px 12px;border-radius:26px!important;min-height:104px!important;padding:14px!important}.app-menu-card .menu-icon,.game-mode-card>span{grid-row:1/span 2;place-items:center;min-height:54px;border-radius:20px!important;width:54px!important;height:54px!important;font-size:25px!important;display:grid!important}.app-menu-card strong,.game-mode-card strong{font-size:22px!important}.app-menu-card p,.game-mode-card p{font-size:13px;line-height:1.25}.home-utility-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.home-utility-row a{border:1px solid var(--line);background:var(--surface);min-height:58px;color:var(--ink-strong);border-radius:22px;align-content:center;place-items:center;gap:3px;font-size:12px;font-weight:900;display:grid}.home-utility-row span{font-size:19px;line-height:1}.home-friend-row,.friend-card,.ranking-row,.move-row{border-radius:22px}.mobile-bottom-nav{grid-auto-columns:1fr;grid-auto-flow:column;gap:5px;min-height:72px;padding:7px;display:grid}.mobile-bottom-nav a{border-radius:22px;min-height:56px;font-size:11px}.board{width:100%;max-width:min(100%,500px)}}html[data-theme=light],html[data-theme=system]{--text-on-surface:#111c18;--text-body:#25312d;--text-muted:#69776f;--control-bg:#fffdf8;--control-text:#111c18}html[data-theme=dark]{--text-on-surface:#fbfff8;--text-body:#e7eee8;--text-muted:#b7c7be;--control-bg:#202b26;--control-text:#fbfff8}@media (prefers-color-scheme:dark){html[data-theme=system]{--text-on-surface:#fbfff8;--text-body:#e7eee8;--text-muted:#b7c7be;--control-bg:#202b26;--control-text:#fbfff8}}body,.panel,.home-action,.home-info-card,.game-mode-card,.match-mode-options button,.friend-card,.home-friend-row,.ranking-row,.move-row,.list-row,.recent-game,.mode-card,.time-card,.queue-card,.auth-form,input,select,textarea{color:var(--text-body)!important}h1,h2,h3,strong,.page-title,.brand,.home-action strong,.game-mode-card strong,.match-mode-options strong,.friend-card strong,.home-friend-row strong,.ranking-row strong,.stats dd,label,.toggle-row,.section-label strong{color:var(--text-on-surface)!important}p,span,.muted,.home-action p,.game-mode-card p,.match-mode-options span,.friend-card span,.home-friend-row span,.ranking-row span,.stats dt,.queue-summary span,.player-bar span,.match-state span,.empty-state{color:var(--text-muted)}input,select,textarea{background:var(--control-bg)!important;color:var(--control-text)!important;border-color:var(--line)!important}input::placeholder,textarea::placeholder{opacity:1;color:var(--text-muted)!important}.button.primary,.button:not(.secondary):not(.danger),.primary-link{background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important}.button.secondary,.ghost-button,.home-utility-row a,.segmented button,.level-grid button{background:var(--surface-soft)!important;border-color:var(--line)!important;color:var(--text-on-surface)!important}.segmented button.selected,.level-grid button:hover,.level-grid button:focus-visible{background:var(--primary)!important;color:#fff!important}.mobile-bottom-nav a{color:var(--text-muted)!important}.mobile-bottom-nav a.active{background:var(--primary)!important;color:#fff!important}:root{--app-bg:#2f3129;--app-bg-soft:#3b3d33;--play-green:#81b64c;--play-green-strong:#6ca33e;--play-green-dark:#4f7f2f;--tile-light:#eeeed2;--tile-dark:#769656;--cc-panel:#262922;--cc-panel-2:#32362d;--cc-text:#f5f5e8;--cc-muted:#b8bca8}@media (width<=900px){html[data-theme=light],html[data-theme=system]{--bg:#303228;--surface:#3b3e33;--surface-soft:#464a3d;--surface-strong:#555a49;--ink:#f4f1de;--ink-strong:#fffdea;--muted:#c8c5ae;--line:#ffffff1f;--primary:var(--play-green);--primary-strong:#ecffd8;--primary-soft:#81b64c2e}body{color:var(--cc-text);background:radial-gradient(circle at 50% -10%,#4c503f 0%,#303228 42%,#24261f 100%)!important}.site-header{box-shadow:none;border-bottom:1px solid #ffffff14;background:#252720f0!important}.brand:before{background:linear-gradient(135deg, var(--tile-light) 0 50%, var(--tile-dark) 50% 100%);border-radius:6px}.page-shell{max-width:540px;padding:8px 12px 24px}.page-heading{display:none}.panel,.home-welcome,.home-action,.home-info-card,.game-mode-card,.queue-card,.time-card,.mode-card,.auth-form,.friend-card,.home-friend-row,.ranking-row,.pre-game-card{background:#262922eb!important;border:1px solid #ffffff17!important;box-shadow:0 12px 30px #00000038!important}.chess-home-hero{align-content:center;gap:18px;min-height:calc(100svh - 190px);display:grid;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:16px!important}.hero-board-preview{aspect-ratio:1;border-radius:10px;grid-template-columns:repeat(8,1fr);justify-self:center;width:min(82vw,360px);display:grid;position:relative;overflow:hidden;box-shadow:0 18px 44px #0000006b}.hero-board-preview span:nth-child(16n+1),.hero-board-preview span:nth-child(16n+3),.hero-board-preview span:nth-child(16n+5),.hero-board-preview span:nth-child(16n+7),.hero-board-preview span:nth-child(16n+10),.hero-board-preview span:nth-child(16n+12),.hero-board-preview span:nth-child(16n+14),.hero-board-preview span:nth-child(16n+16){background:var(--tile-light)}.hero-board-preview span{background:var(--tile-dark)}.preview-piece{text-shadow:0 5px 10px #0000006b;font-family:DejaVu Sans,Segoe UI Symbol,serif;font-size:clamp(42px,14vw,72px);line-height:1;position:absolute}.preview-piece.king{color:#fff8e8;-webkit-text-stroke:1px #2d251e;bottom:7%;left:38%}.preview-piece.queen{color:#17130f;-webkit-text-stroke:.8px #f0d9b5;top:11%;right:10%}.preview-piece.knight{color:#fff8e8;-webkit-text-stroke:1px #2d251e;top:42%;left:12%}.hero-copy{text-align:center;justify-items:center;gap:10px;display:grid}.hero-copy h2{max-width:360px;line-height:1.04;color:var(--cc-text)!important;font-size:clamp(30px,9vw,44px)!important}.hero-copy p{max-width:340px;margin:0;font-size:15px;line-height:1.45;color:var(--cc-muted)!important}.hero-play-actions{gap:9px;width:min(100%,360px);margin-top:2px;display:grid}.play-now,.button.primary,.button:not(.secondary):not(.danger),.primary-link{min-height:54px;font-size:17px;font-weight:950;border:0!important;border-bottom:4px solid var(--play-green-dark)!important;background:linear-gradient(#8bcf50, var(--play-green))!important;color:#fff!important;border-radius:12px!important;box-shadow:0 6px #0000002e!important}.button.secondary,.ghost-button,.home-utility-row a{min-height:50px;color:#f6f3df!important;background:#474b3e!important;border:1px solid #ffffff1a!important;border-radius:12px!important}.home-player-grid{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:-4px}.player-stat-card{min-height:82px;border-radius:14px!important;padding:13px!important}.player-stat-card span{color:var(--cc-muted)!important}.player-stat-card strong{font-size:26px;color:var(--cc-text)!important}.play-menu-grid,.app-menu-grid,.game-mode-grid{gap:8px;display:grid;grid-template-columns:1fr!important}.app-menu-card,.game-mode-card{text-align:left;grid-template-columns:46px minmax(0,1fr) auto;align-content:center;align-items:center;gap:10px;display:grid;border-radius:14px!important;min-height:74px!important;padding:10px 12px!important}.app-menu-card:after,.game-mode-card:after{content:">";color:var(--cc-muted);font-size:22px;font-weight:900}.app-menu-card .menu-icon,.game-mode-card>span{grid-row:1/span 2;color:#f4f1de!important;background:#4f533f!important;border-radius:10px!important;width:46px!important;height:46px!important;min-height:46px!important;font-size:23px!important}.app-menu-card strong,.game-mode-card strong{align-self:end;color:var(--cc-text)!important;font-size:18px!important}.app-menu-card p,.game-mode-card p{align-self:start;font-size:12px;color:var(--cc-muted)!important}.home-utility-row{grid-template-columns:repeat(3,1fr);gap:8px}.home-friends-panel{border-radius:14px!important}.mobile-bottom-nav{min-height:76px;padding:8px 10px calc(8px + env(safe-area-inset-bottom));border:0;border-top:1px solid #ffffff14;border-radius:18px 18px 0 0;bottom:0;left:0;right:0;background:#1f221cfa!important}.mobile-bottom-nav a{border-radius:12px;min-height:56px;color:var(--cc-muted)!important}.mobile-bottom-nav a.active{color:#fff!important;background:#4a4e40!important}body{padding-bottom:88px}}@media (width>=901px){.chess-home-hero{grid-template-columns:minmax(280px,420px) minmax(0,1fr);align-items:center}.hero-board-preview{aspect-ratio:1;border-radius:12px;grid-template-columns:repeat(8,1fr);width:min(32vw,390px);display:grid;position:relative;overflow:hidden;box-shadow:0 18px 44px #00000038}.hero-board-preview span{background:var(--tile-dark)}.hero-board-preview span:nth-child(16n+1),.hero-board-preview span:nth-child(16n+3),.hero-board-preview span:nth-child(16n+5),.hero-board-preview span:nth-child(16n+7),.hero-board-preview span:nth-child(16n+10),.hero-board-preview span:nth-child(16n+12),.hero-board-preview span:nth-child(16n+14),.hero-board-preview span:nth-child(16n+16){background:var(--tile-light)}.preview-piece{text-shadow:0 5px 10px #00000057;font-family:DejaVu Sans,Segoe UI Symbol,serif;font-size:68px;line-height:1;position:absolute}.preview-piece.king{color:#fff8e8;-webkit-text-stroke:1px #2d251e;bottom:7%;left:38%}.preview-piece.queen{color:#17130f;-webkit-text-stroke:.8px #f0d9b5;top:11%;right:10%}.preview-piece.knight{color:#fff8e8;-webkit-text-stroke:1px #2d251e;top:42%;left:12%}.hero-copy{gap:12px;display:grid}.hero-play-actions{gap:10px;display:flex}}.piece,.piece.w,.piece.b{-webkit-user-select:none;user-select:none;pointer-events:none;object-fit:contain!important;width:84%!important;height:84%!important;box-shadow:drop-shadow(0 4px 4px #00000038)!important;-webkit-text-stroke:0!important;background:0 0!important;border:0!important;border-radius:0!important;display:block!important;position:absolute!important;transform:translateY(-1px)!important}:root{--rummi-blue:#126ca8;--rummi-blue-dark:#0a4878;--rummi-blue-deep:#06385f;--rummi-table:#0f75b8;--rummi-tile:#fff8ea;--rummi-tile-edge:#d8c9ad;--rummi-red:#d84b42;--rummi-yellow:#efb942;--rummi-black:#22242a;--rummi-green:#69aa40}@media (width<=900px){html[data-theme=light],html[data-theme=system]{--bg:var(--rummi-blue);--surface:var(--rummi-tile);--surface-soft:#f0e5d1;--surface-strong:#e1d0b5;--ink:#233047;--ink-strong:#121a28;--muted:#5c6474;--line:#14233729;--primary:var(--rummi-green);--primary-strong:#305f1d;--primary-soft:#e7f4dd;--board-light:#f0d9b5;--board-dark:#b58863}html[data-theme=dark]{--bg:var(--rummi-blue-deep);--surface:#132b43;--surface-soft:#1d3a56;--surface-strong:#244868;--ink:#eef7ff;--ink-strong:#fff;--muted:#bdd2e4;--line:#ffffff26;--primary:#7dcf55;--primary-strong:#e7ffd8;--primary-soft:#7dcf552e}body{background:radial-gradient(circle at 18% 0%, #ffffff2e, transparent 26%), linear-gradient(180deg, var(--rummi-blue), var(--rummi-blue-dark))!important}html[data-theme=dark] body{background:linear-gradient(#0c4d80,#052f51)!important}.site-header,.mobile-bottom-nav{background:#05375ef5!important;border-color:#ffffff29!important}.brand,.user-chip{color:#fff!important}.panel,.home-welcome,.home-action,.home-info-card,.game-mode-card,.queue-card,.time-card,.mode-card,.auth-form,.friend-card,.home-friend-row,.ranking-row,.pre-game-card,.match-mode-options button{background:var(--surface)!important;border:2px solid var(--rummi-tile-edge)!important;color:var(--ink)!important;border-radius:18px!important;box-shadow:0 7px #0000002e,0 14px 26px #00000029!important}html[data-theme=dark] .panel,html[data-theme=dark] .home-welcome,html[data-theme=dark] .home-action,html[data-theme=dark] .home-info-card,html[data-theme=dark] .game-mode-card,html[data-theme=dark] .queue-card,html[data-theme=dark] .time-card,html[data-theme=dark] .mode-card,html[data-theme=dark] .auth-form,html[data-theme=dark] .friend-card,html[data-theme=dark] .home-friend-row,html[data-theme=dark] .ranking-row,html[data-theme=dark] .pre-game-card,html[data-theme=dark] .match-mode-options button{border-color:#ffffff21!important}.chess-home-hero{box-shadow:none!important;background:0 0!important;border:0!important}.hero-board-preview,.board{border:7px solid #083a61!important;border-radius:12px!important;box-shadow:0 9px #00000038,0 20px 38px #0000003d!important}.hero-copy h2,.hero-copy p,.page-title{color:#fff!important}.hero-copy p{opacity:.88}.play-now,.button.primary,.button:not(.secondary):not(.danger),.primary-link{text-shadow:0 1px #0000002e;min-height:56px;color:#fff!important;background:linear-gradient(#7fc64d,#66a93b)!important;border:0!important;border-bottom:5px solid #4e7e2f!important;border-radius:14px!important;box-shadow:0 5px #0000002e!important}.button.secondary,.ghost-button,.home-utility-row a,.segmented button,.level-grid button{border:2px solid var(--rummi-tile-edge)!important;background:var(--rummi-tile)!important;color:#1e2838!important;box-shadow:none!important;border-bottom-width:5px!important;border-radius:14px!important}html[data-theme=dark] .button.secondary,html[data-theme=dark] .ghost-button,html[data-theme=dark] .home-utility-row a,html[data-theme=dark] .segmented button,html[data-theme=dark] .level-grid button{color:#fff!important;background:#203d59!important;border-color:#ffffff29!important}.app-menu-card,.game-mode-card{grid-template-columns:54px minmax(0,1fr) auto!important;min-height:82px!important}.app-menu-card .menu-icon,.game-mode-card>span{width:54px!important;height:54px!important;color:var(--rummi-red)!important;box-shadow:none!important;background:#fff!important;border:2px solid #0000001f!important;border-bottom-width:5px!important;border-radius:12px!important}.app-menu-card:nth-child(2) .menu-icon,.game-mode-card:nth-child(2)>span{color:#1a65c7!important}.app-menu-card:nth-child(3) .menu-icon,.game-mode-card:nth-child(3)>span{color:#e3a51e!important}h1,h2,h3,strong,.home-action strong,.game-mode-card strong,.friend-card strong,.home-friend-row strong{color:var(--ink-strong)!important}p,span,.muted,.home-action p,.game-mode-card p,.friend-card span,.home-friend-row span{color:var(--muted)!important}.mobile-bottom-nav a{color:#ffffffc7!important}.mobile-bottom-nav a.active{color:#fff!important;background:#ffffff29!important}}.responsive-game-shell{width:100%;min-width:0}.mobile-game-topbar,.mobile-game-actionbar,.game-sheet-backdrop{display:none}.game-left-panel,.game-right-panel,.game-board-column{min-width:0}.game-board-column{justify-items:center;gap:10px;display:grid}.game-left-panel,.game-right-panel,.desktop-panel-stack{align-content:start;gap:12px;display:grid}.tablet-tabbar{display:none}@media (width<=599px){body:has(.responsive-game-shell){padding-bottom:82px}.responsive-game-shell{grid-template-rows:auto auto minmax(0,1fr) auto;gap:7px;min-height:calc(100svh - 56px);display:grid}.responsive-game-shell .game-left-panel,.responsive-game-shell .game-right-panel,.responsive-game-shell+.game-console,.responsive-game-shell .desktop-panel-stack,.responsive-game-shell .tablet-selected-panel,.responsive-game-shell .tablet-tabbar:not(.sheet-tabs){display:none!important}.mobile-game-topbar{color:#fff;background:#05375ef5;border-radius:16px;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:6px;min-height:46px;padding:5px;display:grid}.mobile-game-topbar button{color:#fff;background:#ffffff24;border:0;border-radius:12px;min-height:38px;font-size:20px;font-weight:950}.mobile-game-topbar strong,.mobile-game-topbar span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden;color:#fff!important}.mobile-game-topbar strong{font-size:14px}.mobile-game-topbar span{opacity:.82;font-size:12px}.game-board-column{align-content:start;gap:6px}.responsive-game-shell .player-bar{grid-template-columns:auto minmax(0,1fr) minmax(104px,126px);width:100%;max-width:none;min-height:50px;padding:6px 8px;border-radius:16px!important}.responsive-game-shell .player-token{border-radius:10px;width:34px;height:34px;font-size:11px}.responsive-game-shell .clock-panel{border-radius:12px;min-height:38px;padding:0 9px}.responsive-game-shell .clock-panel strong{font-size:18px}.responsive-game-shell .board{width:min(100vw - 20px,100svh - 250px);min-width:0;max-width:100%;border-width:5px!important;border-radius:10px!important}.mobile-game-actionbar{z-index:55;background:#05375ef5;border-radius:18px;grid-auto-columns:1fr;grid-auto-flow:column;gap:7px;min-height:60px;padding:7px;display:grid;position:fixed;bottom:8px;left:8px;right:8px;box-shadow:0 12px 28px #00000047}.mobile-game-actionbar .button{min-height:46px;padding:0 8px;font-size:13px}.game-sheet-backdrop{z-index:80;background:#0000006b;display:block;position:fixed;inset:0}.game-bottom-sheet{background:var(--surface);max-height:min(76svh,620px);color:var(--ink);border-radius:24px 24px 0 0;grid-template-rows:auto auto auto minmax(0,1fr);gap:10px;padding:8px 12px 16px;display:grid;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.sheet-handle{background:var(--line);border-radius:999px;justify-self:center;width:42px;height:5px}.sheet-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.sheet-header button{background:var(--surface-soft);min-height:36px;color:var(--ink-strong);border:0;border-radius:12px;padding:0 12px;font-weight:900}.sheet-tabs{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.sheet-tabs button{border:1px solid var(--line);background:var(--surface-soft);min-height:42px;color:var(--ink-strong);border-radius:14px;font-weight:900}.sheet-tabs button.selected{background:var(--primary);color:#fff}.sheet-content{min-height:0;overflow:auto}}@media (width>=600px) and (width<=899px){.responsive-game-shell{grid-template-columns:1fr;gap:12px;display:grid}.mobile-game-topbar{color:#fff;background:#05375ef5;border-radius:18px;grid-template-columns:46px minmax(0,1fr) 46px;align-items:center;gap:8px;min-height:50px;padding:6px;display:grid}.mobile-game-topbar button{color:#fff;background:#ffffff24;border:0;border-radius:14px;min-height:40px;font-size:20px;font-weight:950}.mobile-game-topbar strong,.mobile-game-topbar span{display:block;color:#fff!important}.responsive-game-shell .game-left-panel,.responsive-game-shell .desktop-panel-stack{display:none!important}.game-right-panel{gap:8px;display:grid}.tablet-tabbar{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.tablet-tabbar button{border:1px solid var(--line);background:var(--surface-soft);min-height:44px;color:var(--ink-strong);border-radius:14px;font-weight:900}.tablet-tabbar button.selected{background:var(--primary);color:#fff}.tablet-selected-panel{display:block}.responsive-game-shell .board,.responsive-game-shell .player-bar{width:min(100%,760px)}}@media (width>=900px) and (width<=1199px){.responsive-game-shell{grid-template-columns:minmax(0,7fr) minmax(280px,3fr);grid-template-areas:"board side";align-items:start;gap:14px;display:grid}.game-board-column{grid-area:board}.game-right-panel{grid-area:side}.game-left-panel,.mobile-game-topbar{display:none!important}.desktop-panel-stack{display:grid}.tablet-tabbar,.tablet-selected-panel{display:none!important}.responsive-game-shell .board,.responsive-game-shell .player-bar{width:min(100%,720px)}}@media (width>=1200px){.responsive-game-shell{grid-template-columns:260px minmax(480px,720px) 300px;justify-content:center;align-items:start;gap:16px;display:grid}.mobile-game-topbar{display:none!important}.game-left-panel{display:grid}.game-right-panel{display:block}.desktop-panel-stack{display:grid}.tablet-tabbar,.tablet-selected-panel{display:none!important}.responsive-game-shell .board,.responsive-game-shell .player-bar{width:min(100%,720px)}}:root{--chess-light:#eeeed2;--chess-dark:#769656;--chess-frame:#312e2b;--chess-last:#f5f68294;--chess-selected:#f7f769;--chess-legal:#14141438;--chess-capture:#1414142e}.board,.hero-board-preview{border:4px solid var(--chess-frame)!important;background:var(--chess-frame)!important;border-radius:4px!important;box-shadow:0 10px 26px #00000042!important}.square.light,.hero-board-preview span:nth-child(16n+1),.hero-board-preview span:nth-child(16n+3),.hero-board-preview span:nth-child(16n+5),.hero-board-preview span:nth-child(16n+7),.hero-board-preview span:nth-child(16n+10),.hero-board-preview span:nth-child(16n+12),.hero-board-preview span:nth-child(16n+14),.hero-board-preview span:nth-child(16n+16){background:var(--chess-light)!important}.square.dark,.hero-board-preview span{background:var(--chess-dark)!important}.square.selected{box-shadow:inset 0 0 0 999px var(--chess-selected)!important;outline:0!important}.square.last-move{box-shadow:inset 0 0 0 999px var(--chess-last)!important}.square.selected.last-move{box-shadow:inset 0 0 0 999px var(--chess-selected)!important}.square.legal:after{content:"";aspect-ratio:1;background:var(--chess-legal)!important;width:30%!important;box-shadow:none!important;border:0!important;border-radius:999px!important}.square.legal-capture:after{aspect-ratio:1;border:7px solid var(--chess-capture)!important;width:82%!important;box-shadow:none!important;background:0 0!important;border-radius:999px!important}.coord{font-weight:800;color:#312e2b8c!important}.piece,.piece.w,.piece.b{filter:drop-shadow(0 2px 1px #0000003d);width:86%!important;height:86%!important;box-shadow:none!important;transform:none!important}@media (width<=599px){.responsive-game-shell .board{border-width:3px!important;border-radius:3px!important;box-shadow:0 8px 18px #0000003d!important}}.assist-panel{gap:10px;display:grid}.assist-description{margin:-4px 0 2px;line-height:1.45}.assist-list{gap:8px;display:grid}.assist-row{border:1px solid var(--line);background:var(--surface-soft);border-radius:16px;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:8px;padding:10px;display:grid}.assist-row label{min-width:0;color:var(--ink-strong);align-items:center;gap:10px;font-weight:850;display:flex}.assist-row input{width:20px;min-width:20px;min-height:20px;accent-color:var(--primary)}.assist-row span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden;color:var(--ink-strong)!important}.help-button{border:1px solid var(--line);background:var(--surface);width:34px;height:34px;color:var(--primary-strong);border-radius:999px;font-weight:950}.assist-help{background:var(--surface);border-radius:12px;grid-column:1/-1;margin:0;padding:9px 10px;font-size:13px;line-height:1.45;color:var(--muted)!important}@media (width<=639px){.assist-row{border-radius:14px;padding:9px}.assist-row span{white-space:normal}}.friend-tabbar{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid}.friend-tabbar button{border:1px solid var(--line);background:var(--surface-soft);min-height:48px;color:var(--ink-strong);border-radius:16px;justify-content:center;align-items:center;gap:6px;font-weight:900;display:inline-flex}.friend-tabbar button.selected{background:var(--primary);border-color:var(--primary);color:#fff}.friend-tabbar span{background:#ffffff3d;border-radius:999px;place-items:center;min-width:22px;height:22px;font-size:12px;font-weight:950;display:inline-grid;color:inherit!important}.friend-tab-content{grid-template-columns:1fr!important}.friend-tab-content .friend-list-panel{grid-column:auto}.hidden-friend-panel{display:none!important}@media (width<=639px){.friend-tabbar{z-index:12;background:#05375ef0;border-radius:18px;padding:6px;position:sticky;top:58px;box-shadow:0 8px 18px #0000002e}.friend-tabbar button{border-radius:14px;min-height:44px;font-size:13px}}.ranking-panel{background:var(--surface)!important;color:var(--ink)!important}.ranking-head,.ranking-head span{color:var(--muted)!important}.ranking-row{color:#1f2635!important;background:#fff8ea!important;border:2px solid #dfd0b2!important}.ranking-row strong{color:#121a28!important}.ranking-row>span:not(.rank-badge):not(.trophy-score){color:#5f6470!important}.rank-badge{color:#fff!important;box-shadow:none!important;background:#126ca8!important}.trophy-score{border:1px solid #cf9e2f;color:#2a210f!important;background:#f0c45a!important}html[data-theme=dark] .ranking-panel{color:#eef7ff!important;background:#132b43!important}@media (prefers-color-scheme:dark){html[data-theme=system] .ranking-panel{color:#eef7ff!important;background:#132b43!important}}html[data-theme=dark] .ranking-head span{color:#bdd2e4!important}html[data-theme=dark] .ranking-row{color:#eef7ff!important;background:#203d59!important;border-color:#ffffff29!important}html[data-theme=dark] .ranking-row strong{color:#fff!important}html[data-theme=dark] .ranking-row>span:not(.rank-badge):not(.trophy-score){color:#c9d9e8!important}html[data-theme=dark] .rank-badge{color:#071d32!important;background:#66a7df!important}html[data-theme=dark] .trophy-score{color:#211806!important;background:#f0c45a!important}@media (prefers-color-scheme:dark){html[data-theme=system] .ranking-head span{color:#bdd2e4!important}html[data-theme=system] .ranking-row{color:#eef7ff!important;background:#203d59!important;border-color:#ffffff29!important}html[data-theme=system] .ranking-row strong{color:#fff!important}html[data-theme=system] .ranking-row>span:not(.rank-badge):not(.trophy-score){color:#c9d9e8!important}html[data-theme=system] .rank-badge{color:#071d32!important;background:#66a7df!important}html[data-theme=system] .trophy-score{color:#211806!important;background:#f0c45a!important}}.app-menu-card strong,.game-mode-card strong,.match-mode-options strong,.home-action strong{overflow-wrap:anywhere;line-height:1.12!important}.app-menu-card p,.game-mode-card p,.match-mode-options span,.home-action p{overflow-wrap:anywhere;line-height:1.25!important}@media (width<=599px){.match-mode-options{grid-template-columns:1fr!important}.match-mode-options button{border-radius:16px!important;min-height:92px!important;padding:14px!important}.match-mode-options strong{font-size:20px!important}.match-mode-options span{font-size:13px!important}.mobile-nav-icon{font-size:20px!important;line-height:1!important}}html[data-theme=light] body{background:radial-gradient(circle at 18% 0,#ffffff4d,#0000 26%),linear-gradient(#1882c5,#0d5f98)!important}html[data-theme=light] .panel,html[data-theme=light] .home-welcome,html[data-theme=light] .home-action,html[data-theme=light] .home-info-card,html[data-theme=light] .game-mode-card,html[data-theme=light] .queue-card,html[data-theme=light] .time-card,html[data-theme=light] .mode-card,html[data-theme=light] .auth-form,html[data-theme=light] .friend-card,html[data-theme=light] .home-friend-row,html[data-theme=light] .ranking-row,html[data-theme=light] .pre-game-card,html[data-theme=light] .match-mode-options button{color:#1e2838!important;background:#fff8ea!important}html[data-theme=dark] body{background:radial-gradient(circle at 18% 0,#5a96d238,#0000 25%),linear-gradient(#08395f,#061d32)!important}html[data-theme=dark] .panel,html[data-theme=dark] .home-welcome,html[data-theme=dark] .home-action,html[data-theme=dark] .home-info-card,html[data-theme=dark] .game-mode-card,html[data-theme=dark] .queue-card,html[data-theme=dark] .time-card,html[data-theme=dark] .mode-card,html[data-theme=dark] .auth-form,html[data-theme=dark] .friend-card,html[data-theme=dark] .home-friend-row,html[data-theme=dark] .ranking-row,html[data-theme=dark] .pre-game-card,html[data-theme=dark] .match-mode-options button{color:#eef7ff!important;background:#142f49!important}html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] strong,html[data-theme=dark] .page-title,html[data-theme=dark] .home-action strong,html[data-theme=dark] .game-mode-card strong,html[data-theme=dark] .match-mode-options strong,html[data-theme=dark] .friend-card strong{color:#fff!important}html[data-theme=dark] p,html[data-theme=dark] span,html[data-theme=dark] .muted,html[data-theme=dark] .home-action p,html[data-theme=dark] .game-mode-card p,html[data-theme=dark] .match-mode-options span,html[data-theme=dark] .friend-card span{color:#c9d9e8!important}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{color:#fff!important;background:#0e2439!important;border-color:#ffffff2e!important}@media (prefers-color-scheme:dark){html[data-theme=system] body{background:radial-gradient(circle at 18% 0,#5a96d238,#0000 25%),linear-gradient(#08395f,#061d32)!important}}
