:root{--ink:#edece7;--muted:#9fa3ab;--paper:#17191d;--panel:#202329;--line:#363a42;--gold:#e2b45c;--light:#d8d0c2;--dark:#7a8075}*{box-sizing:border-box}body{min-height:100vh;color:var(--ink);background:radial-gradient(circle at 20% 0,#2c3038 0,#181a1e 35%,#101114 80%);margin:0;font-family:Manrope,Arial,sans-serif}button{font:inherit}.app-shell{max-width:1240px;margin:auto;padding:42px 28px 54px}.hero{justify-content:space-between;align-items:center;gap:28px;margin-bottom:38px;display:flex}.eyebrow{color:var(--gold);letter-spacing:.18em;margin:0 0 9px;font:700 11px DM Mono,monospace}.hero h1{letter-spacing:-.065em;margin:0;font-size:clamp(34px,5vw,55px);line-height:1}.subtle{color:var(--muted);margin:12px 0 0;font-size:14px}.engine-pill{border:1px solid var(--line);color:#c6c9cc;white-space:nowrap;background:#1c1f24;border-radius:100px;padding:11px 15px;font:11px DM Mono,monospace}.pulse{background:#737881;border-radius:99px;width:7px;height:7px;margin-right:8px;display:inline-block}.pulse.live{background:#71cc89;box-shadow:0 0 12px #71cc89}.game-layout{grid-template-columns:minmax(0,760px) 330px;align-items:start;gap:28px;display:grid}.board-area{min-width:0}.player-row{align-items:center;gap:10px;padding:0 3px 14px;display:flex}.avatar{color:#20252b;background:#e3ddd1;border-radius:9px;place-items:center;width:34px;height:34px;font-size:23px;display:grid}.avatar.dark{color:#edece7;background:#323740}.player-row div{gap:1px;display:grid}.player-row small{color:var(--muted);font-size:11px}.clock{color:#c6c8ca;background:#20242a;border-radius:7px;margin-left:auto;padding:7px 10px;font:700 16px DM Mono,monospace}.board{aspect-ratio:1;border-radius:10px;grid-template-rows:repeat(8,1fr);grid-template-columns:repeat(8,1fr);display:grid;overflow:hidden;box-shadow:0 25px 55px #0008,0 0 0 1px #ffffff12}.square{cursor:pointer;border:0;place-items:center;min-width:0;min-height:0;padding:0;display:grid;position:relative}.square:hover:before,.square.selected:before,.square.last:before{content:"";background:#e6b65855;position:absolute;inset:0}.square.selected:before{background:#f1c86bb3;animation:.75s ease-in-out infinite alternate selected-glow}.square.legal:after{content:"";aspect-ratio:1;background:#2c332a88;border-radius:50%;width:20%;animation:1.15s ease-in-out infinite alternate legal-pulse;position:absolute}.square.legal:has(.piece):after{background:0 0;border:4px solid #ba873d99;width:82%}.piece{z-index:2;object-fit:contain;cursor:grab;filter:drop-shadow(0 4px 2px #0005);-webkit-user-select:none;user-select:none;width:88%;height:88%;transition:transform .18s,filter .18s;position:relative}.piece:hover{filter:drop-shadow(0 10px 4px #0007);transform:scale(1.09)translateY(-3px)}.moving-piece{pointer-events:none;z-index:5;object-fit:contain;filter:drop-shadow(0 9px 4px #0008)drop-shadow(0 0 9px #e8be65aa);opacity:.93;width:12.5%;height:12.5%;transition:transform .41s cubic-bezier(.18,.86,.27,1.1),opacity .41s;position:absolute;transform:translate(0)scale(1.1)}.moving-piece.in-flight{transform:translate(calc(var(--dx) * 100%),calc(var(--dy) * 100%)) scale(1);opacity:0}@keyframes arrive{0%{opacity:.15;transform:scale(.65)translateY(-12px)}65%{transform:scale(1.12)translateY(2px)}to{opacity:1;transform:scale(1)}}@keyframes legal-pulse{to{opacity:.6;transform:scale(1.16)}}@keyframes selected-glow{to{box-shadow:inset 0 0 18px #fff2a6aa}}@keyframes last-move{0%{background:#fff2b0cc}to{background:#e6b65855}}.rank-label,.file-label{z-index:3;opacity:.7;pointer-events:none;font:700 10px DM Mono,monospace;position:absolute}.rank-label{top:5px;left:6px}.file-label{bottom:4px;right:6px}.dark-square .rank-label,.dark-square .file-label{color:#e9e3d8}.light-square .rank-label,.light-square .file-label{color:#5d655d}.side-panel{background:var(--panel);border:1px solid var(--line);border-radius:13px;overflow:hidden;box-shadow:0 16px 44px #0003}.status-card{border-bottom:1px solid var(--line);align-items:center;gap:11px;padding:19px;display:flex}.status-dot{background:var(--gold);border-radius:50%;width:9px;height:9px;box-shadow:0 0 13px #e2b45c}.status-card div{gap:3px;display:grid}.status-card small,.feedback-top span,.panel-title{color:#9ba0a8;letter-spacing:.08em;font:10px DM Mono,monospace}.status-card strong{font-size:13px}.feedback-card{background:#1a1d22;border:1px solid #3e434c;border-radius:9px;margin:16px;padding:14px}.feedback-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.feedback-top b{color:var(--gold);font-size:12px}.eval{color:var(--muted);border-top:1px solid #323740;justify-content:space-between;align-items:baseline;margin-top:19px;padding-top:12px;font-size:12px;display:flex}.eval strong{color:var(--ink);font:700 21px DM Mono,monospace}.controls{grid-template-columns:1fr 1fr;gap:8px;padding:0 16px 17px;display:grid}.controls button{cursor:pointer;color:#e6e4de;background:#292d34;border:1px solid #424751;border-radius:7px;padding:10px 5px;font-size:11px;font-weight:700}.controls button:hover{background:#333841;border-color:#777d86}.moves{border-top:1px solid var(--line);min-height:218px;padding:17px}.panel-title{justify-content:space-between;display:flex}.panel-title span{color:#727780}.moves ol{gap:5px;max-height:180px;margin:12px 0 0;padding:0;list-style:none;display:grid;overflow:auto}.moves li{color:#d7d8d7;grid-template-columns:30px 1fr 1fr;gap:8px;padding:4px 0;font:12px DM Mono,monospace;display:grid}.moves li span{color:#838992}.modal-backdrop{z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#060708aa;place-items:center;display:grid;position:fixed;inset:0}.promotion p{color:#d8d9d5;margin:0 0 14px;font-size:14px;font-weight:700}.promotion div{gap:9px;display:flex}.promotion button{color:#f0ece3;cursor:pointer;background:#1b1d22;border:1px solid #444a53;border-radius:8px;width:66px;height:66px;font:46px Georgia}.promotion button:hover{color:var(--gold);border-color:var(--gold)}.promotion button img{object-fit:contain;width:90%;height:90%}.promotion button:hover{color:var(--gold);border-color:var(--gold);transform:translateY(-2px)}@media (max-width:920px){.game-layout{grid-template-columns:minmax(0,680px)}.side-panel{grid-template-columns:1fr 1fr;display:grid}.moves{grid-column:span 2}.hero{flex-direction:column;align-items:flex-start;margin-bottom:25px}.engine-pill{white-space:normal}}@media (max-width:570px){.app-shell{padding:26px 14px}.side-panel{display:block}.hero h1{font-size:39px}.piece{width:92%;height:92%}.player-row{padding-bottom:10px}.player-row:last-child{padding-top:10px}.clock{font-size:13px}.feedback-card{margin:12px}.controls{padding-bottom:13px}}.app-shell{max-width:1320px;padding-top:24px}.site-header{border-bottom:1px solid #1a1a1a;justify-content:space-between;align-items:center;min-height:56px;margin-bottom:28px;padding:0 2px 18px;display:flex}.site-header h1{letter-spacing:0;margin:0;font-size:25px;font-weight:800}.engine-status{color:#a2a7ae;text-transform:uppercase;letter-spacing:.09em;font:10px DM Mono,monospace}.board-stage{perspective:1600px;grid-template-columns:34px minmax(0,1fr);align-items:stretch;gap:9px;display:grid}.eval-bar{background:#181a1d;border:1px solid #35383e;border-radius:3px;position:relative;overflow:hidden;box-shadow:0 14px 24px #0006}.eval-black{color:#e4e6e8;background:#1d1f23;height:100%;position:absolute;inset:0 0 auto}.eval-white{color:#141517;background:#e9e9e4;transition:height .55s cubic-bezier(.25,.8,.25,1);position:absolute;inset:auto 0 0}.eval-black,.eval-white{justify-content:center;align-items:flex-start;padding-top:8px;font:700 11px DM Mono,monospace;display:flex}.eval-white{align-items:flex-end;padding:0 0 8px}.board{transform-origin:bottom;transition:transform .5s cubic-bezier(.2,.7,.2,1),filter .4s;transform:rotateX(.55deg);box-shadow:0 28px 55px #000a,0 0 0 1px #ffffff12,inset 0 0 36px #0002}.board-stage:hover .board{filter:brightness(1.035);transform:rotateX(0)translateY(-2px)}.checkmate-fx .board{animation:.52s cubic-bezier(.35,.07,.2,.96) camera-shake;box-shadow:0 0 0 2px #f2cf62,0 0 52px #e8ba4d88,0 28px 55px #000a}.square.last:before{background:color-mix(in srgb,var(--move-color,#e6b658) 55%,transparent);animation:.8s ease-out result-square}.move-badge{z-index:7;color:#101214;border-radius:50%;place-items:center;min-width:18px;height:18px;font:800 10px DM Mono,monospace;animation:.48s cubic-bezier(.2,.9,.25,1.25) badge-in;display:grid;position:absolute;top:4px;right:5px;box-shadow:0 2px 8px #0008}.square.illegal:before{content:"";background:#e8666b88;position:absolute;inset:0}.drag-visual{z-index:100;pointer-events:none;object-fit:contain;filter:drop-shadow(0 16px 7px #000b)drop-shadow(0 0 16px #8fe5ff66);width:76px;height:76px;animation:.16s ease-out drag-lift;position:fixed;transform:translate(-50%,-55%)scale(1.12)}.engine-line{color:#969ca5;word-break:break-word;border-top:1px solid #323740;margin:12px 0 0;padding-top:10px;font:10px/1.55 DM Mono,monospace}.side-panel{box-shadow:none;background:0 0;border:0;border-left:1px solid #2d3035;border-radius:0}.status-card{padding:3px 0 18px 20px}.feedback-card{background:#191b1f;border-radius:5px;margin:0 0 16px 20px}.controls{padding:0 0 18px 20px}.moves{padding:18px 0 0 20px}.controls button{border-radius:4px}.piece{filter:drop-shadow(0 5px 2px #0007)}.piece:hover{filter:drop-shadow(0 10px 6px #0009)}.moving-piece{filter:drop-shadow(0 12px 7px #000b)drop-shadow(0 0 14px #9fe7ff99)}.rank-label,.file-label{opacity:.9}@keyframes camera-shake{10%,90%{transform:translate(-2px)rotateX(.55deg)}20%,80%{transform:translate(4px)rotateX(.55deg)}30%,50%,70%{transform:translate(-6px)rotateX(.55deg)}40%,60%{transform:translate(6px)rotateX(.55deg)}}@keyframes badge-in{0%{opacity:0;transform:scale(.2)rotate(-55deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes result-square{0%{box-shadow:inset 0 0 0 0 var(--move-color)}55%{box-shadow:inset 0 0 28px 4px var(--move-color)}to{box-shadow:inset 0 0 0 0 var(--move-color)}}@keyframes illegal-shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}@keyframes drag-lift{0%{opacity:0;transform:translate(-50%,-45%)scale(.8)}to{opacity:1;transform:translate(-50%,-55%)scale(1.12)}}.particle-burst{z-index:6;pointer-events:none;position:absolute;inset:50%}.particle-burst i{background:var(--particle-color);width:5px;height:5px;box-shadow:0 0 8px var(--particle-color);animation:.62s ease-out both particle-out;animation-delay:calc(var(--particle-index) * 16ms);border-radius:99px;position:absolute;top:0;left:0}.particle-burst i:first-child{--px:24px;--py:-27px}.particle-burst i:nth-child(2){--px:35px;--py:-2px}.particle-burst i:nth-child(3){--px:26px;--py:24px}.particle-burst i:nth-child(4){--px:2px;--py:34px}.particle-burst i:nth-child(5){--px:-27px;--py:24px}.particle-burst i:nth-child(6){--px:-35px;--py:-3px}.particle-burst i:nth-child(7){--px:-25px;--py:-27px}.particle-burst i:nth-child(8){--px:0;--py:-38px}@keyframes particle-out{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(calc(-50% + var(--px)),calc(-50% + var(--py))) scale(.1)}}.three-board{aspect-ratio:1;background:#101214;border:1px solid #31363a;min-width:0;overflow:hidden;box-shadow:0 30px 58px #000b,0 0 45px #75c6ff15}.three-board canvas{touch-action:none;cursor:grab;display:block}.three-board canvas:active{cursor:grabbing}.checkmate-fx .three-board{animation:.52s cubic-bezier(.35,.07,.2,.96) camera-shake;box-shadow:0 0 0 2px #f0c15c,0 0 52px #f0c15c88,0 28px 55px #000a}.board-viewport{aspect-ratio:1;background:#111316;min-width:0;overflow:hidden;box-shadow:0 30px 58px #000b,0 0 45px #75c6ff15}.board-viewport .board{width:100%;height:100%;transform:translate(var(--camera-x,0),var(--camera-y,0)) scale(var(--camera-scale,1));transform-origin:50%;transition:transform .68s cubic-bezier(.18,.82,.26,1),filter .35s}.checkmate-fx .board-viewport{animation:.52s cubic-bezier(.35,.07,.2,.96) camera-shake;box-shadow:0 0 0 2px #f0c15c,0 0 52px #f0c15c88,0 28px 55px #000a}.move-badge{color:#fff;text-shadow:0 1px 3px #000b;animation:.4s cubic-bezier(.2,.9,.25,1.25) badge-in,.34s ease-in 1.05s forwards badge-out}.particle-burst{animation:.32s ease-in 1.05s forwards fade-effects}.capture-burst{z-index:8;aspect-ratio:1;background:#fff0c6;border-radius:50%;width:18%;animation:.6s ease-out forwards capture-impact;position:absolute;inset:50%;box-shadow:0 0 #f25d5d,0 0 16px #ffc573}.moving-piece:not(.capture-flight){filter:drop-shadow(0 12px 7px #000b)drop-shadow(0 0 14px #80dcff)}.drag-visual{mix-blend-mode:normal}@keyframes badge-out{to{opacity:0;transform:scale(.7)translateY(-8px)}}@keyframes fade-effects{to{opacity:0}}@keyframes capture-impact{0%{opacity:1;transform:translate(-50%,-50%)scale(.1);box-shadow:0 0 #f25d5d,0 0 4px #fff}45%{opacity:1;transform:translate(-50%,-50%)scale(5);box-shadow:0 0 0 11px #f25d5d00,0 0 28px #ffc573}to{opacity:0;transform:translate(-50%,-50%)scale(7);box-shadow:0 0 0 24px #f25d5d00,0 0 #ffc573}}@media (max-width:920px){.game-layout{grid-template-columns:minmax(0,680px)}.side-panel{border-top:1px solid #2d3035;border-left:0;grid-template-columns:1fr 1fr;padding-top:18px;display:grid}.status-card,.feedback-card,.controls,.moves{margin-left:0;padding-left:0}.moves{grid-column:span 2}}@media (max-width:570px){.app-shell{padding:16px 12px 38px}.site-header{margin-bottom:17px}.site-header h1{font-size:21px}.game-layout{gap:22px}.board-stage{grid-template-columns:26px minmax(0,1fr);gap:6px}.eval-black,.eval-white{font-size:9px}.drag-visual{width:58px;height:58px}.side-panel{display:block}.feedback-card{margin-bottom:12px}}.site-header h1{font:600 28px Georgia,Times New Roman,serif}.engine-status{color:#85827b}.side-panel,.status-card,.moves{border-color:#272727}.feedback-card{background:#111214;border-color:#303030}.controls{grid-template-columns:1fr 1fr}.controls button,.controls a{color:#d8d4ca;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;background:#151617;border:1px solid #343434;border-radius:4px;place-items:center;padding:10px 5px;font:700 9px Manrope,Arial,sans-serif;text-decoration:none;display:grid}.board-viewport{isolation:isolate;background:#070809;border:1px solid #35332f;position:relative;box-shadow:0 34px 80px #000,0 0 70px #7ebbe012}.board-viewport .board{z-index:2;box-shadow:none;will-change:transform,filter;border-radius:0;transition:transform 1.02s cubic-bezier(.16,.84,.22,1),filter .55s;position:relative}.board-viewport.cinematic-focus .board{filter:saturate(1.08)contrast(1.04)}.board-viewport:before,.board-viewport:after{content:"";z-index:12;pointer-events:none;opacity:.96;background:#0a0a0a;height:0;transition:height .35s,opacity .35s;position:absolute;left:0;right:0}.board-viewport:before{top:0}.board-viewport:after{bottom:0}.cinematic-dof,.cinematic-vignette{z-index:9;pointer-events:none;position:absolute;inset:0}.cinematic-dof{opacity:0;-webkit-backdrop-filter:blur(3px)saturate(.72);backdrop-filter:blur(3px)saturate(.72);-webkit-mask-image:radial-gradient(circle at var(--focus-x,50%) var(--focus-y,50%),transparent 0,transparent 10%,#000 38%,#000 100%);-webkit-mask-image:radial-gradient(circle at var(--focus-x,50%) var(--focus-y,50%),transparent 0,transparent 10%,#000 38%,#000 100%);mask-image:radial-gradient(circle at var(--focus-x,50%) var(--focus-y,50%),transparent 0,transparent 10%,#000 38%,#000 100%);transition:opacity .28s}.cinematic-vignette{z-index:10;background:radial-gradient(circle,#0000 52%,#0007 100%);box-shadow:inset 0 0 90px 24px #0009}.square.threat:after{content:"";z-index:4;background:#df3f4a24;border:3px solid #e24a4f;border-radius:50%;animation:.72s ease-out forwards threat-flash;position:absolute;inset:7%;box-shadow:inset 0 0 18px #e24a4f80,0 0 13px #e24a4f88}.move-badge{text-shadow:0 1px 2px #000;width:25px;min-width:25px;height:25px;box-shadow:0 3px 10px #000b,0 0 8px var(--move-color,#fff);border:2px solid #ffffffd9;font:800 10px/1 DM Mono,monospace;top:4px;right:4px;color:#fff!important}.drag-visual{filter:drop-shadow(0 18px 8px #000b)drop-shadow(0 0 17px #8fe5ff77)}.moving-piece{opacity:1;transform-origin:50%;will-change:transform,filter,opacity;transition:none}.moving-piece.in-flight{opacity:1}.capture-flight{filter:drop-shadow(0 18px 8px #000c)drop-shadow(0 0 24px #ff785f)!important}.move-flight{filter:drop-shadow(0 15px 7px #000c)drop-shadow(0 0 18px #78ccff)!important}.capture-burst{z-index:11}.board-arrows{z-index:8;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.board-arrows line{stroke:#efb943;stroke-width:18px;stroke-linecap:round;opacity:.82;filter:drop-shadow(0 3px 3px #0008)}.piece-arrive{animation:.5s cubic-bezier(.18,.88,.22,1) landing-settle}.particle-burst i{width:6px;height:6px}.player-row{font-family:Georgia,Times New Roman,serif}.avatar,.clock{border-radius:2px}.feedback-top b{color:#d9b66f}@keyframes result-square-fade{0%{background:color-mix(in srgb,var(--move-color) 78%,transparent);box-shadow:inset 0 0 36px 7px var(--move-color)}45%{background:color-mix(in srgb,var(--move-color) 45%,transparent)}to{background:0 0;box-shadow:inset 0 0 #0000}}@keyframes threat-flash{0%{opacity:0;transform:scale(.35)}22%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(1.35)}}@keyframes capture-camera{0%,to{transform:translate(0,0)}22%{transform:translate3d(var(--impact-x,0),var(--impact-y,0),0)}55%{transform:translate(-1px,.5px)}78%{transform:translate(.35px,-.2px)}}@keyframes landing-settle{0%{opacity:.12;filter:blur(4px);transform:scale(.68)}55%{opacity:1;filter:blur();transform:scale(1.16)}76%{transform:scale(.94)}to{transform:scale(1)}}@keyframes pawn-flight{0%{transform:translate(0)scale(1)}42%{transform:translate(calc(var(--dx)*42%),calc(var(--dy)*42% - 15px)) scale(.92,1.08)}78%{transform:translate(calc(var(--dx)*80%),calc(var(--dy)*80% - 5px)) scale(1.05,.96)}to{transform:translate(calc(var(--dx)*100%),calc(var(--dy)*100%)) scale(1);opacity:1}}@keyframes knight-flight{0%{transform:translate(0)rotate(0)scale(1)}36%{transform:translate(calc(var(--dx)*40%),calc(var(--dy)*40% - 34px)) rotate(-95deg) scale(1.08)}74%{transform:translate(calc(var(--dx)*78%),calc(var(--dy)*78% - 15px)) rotate(-245deg) scale(1.04)}to{transform:translate(calc(var(--dx)*100%),calc(var(--dy)*100%)) rotate(-360deg) scale(1);opacity:1}}@keyframes bishop-flight{0%{transform:translate(0)rotate(0)}38%{transform:translate(calc(var(--dx)*40%),calc(var(--dy)*40% - 13px)) rotate(9deg) skew(-5deg)}76%{transform:translate(calc(var(--dx)*80%),calc(var(--dy)*80% - 7px)) rotate(-6deg) skew(3deg) scale(1.06)}to{transform:translate(calc(var(--dx)*100%),calc(var(--dy)*100%)) scale(1);opacity:1}}@keyframes rook-flight{0%{transform:translate(0)scale(1)}24%{transform:translate(calc(var(--dx)*16%),calc(var(--dy)*16%)) scale(1.1,.93)}72%{transform:translate(calc(var(--dx)*76%),calc(var(--dy)*76%)) scale(.96,1.06)}to{transform:translate(calc(var(--dx)*100%),calc(var(--dy)*100%)) scale(1);opacity:1}}@keyframes queen-flight{0%{transform:translate(0)rotate(0)scale(1)}38%{transform:translate(calc(var(--dx)*42%),calc(var(--dy)*42% - 27px)) rotate(120deg) scale(1.13)}76%{transform:translate(calc(var(--dx)*81%),calc(var(--dy)*81% - 10px)) rotate(285deg) scale(1.06)}to{transform:translate(calc(var(--dx)*100%),calc(var(--dy)*100%)) rotate(360deg) scale(1);opacity:1}}@keyframes king-flight{0%{transform:translate(0)scale(1)}38%{transform:translate(calc(var(--dx)*35%),calc(var(--dy)*35% - 8px)) scale(1.08)}76%{transform:translate(calc(var(--dx)*78%),calc(var(--dy)*78% - 6px)) scale(1.05)}to{transform:translate(calc(var(--dx)*100%),calc(var(--dy)*100%)) scale(1);opacity:1}}@media (max-width:570px){.move-badge{width:20px;min-width:20px;height:20px;font-size:8px}.cinematic-vignette{box-shadow:inset 0 0 46px 12px #0008}.controls{grid-template-columns:1fr 1fr}}.app-shell{grid-template-columns:178px minmax(0,1fr);align-items:start;column-gap:34px;max-width:1500px;padding:26px 28px 52px;display:grid}.site-header{border:0;border-right:1px solid #262626;flex-direction:column;grid-area:1/1;justify-content:flex-start;align-items:stretch;height:calc(100vh - 52px);min-height:520px;margin:0;padding:7px 22px 9px 0;display:flex;position:sticky;top:26px}.brand{align-items:center;gap:10px;display:flex}.brand-mark{color:#d9c48c;letter-spacing:.04em;border:1px solid #5b574f;place-items:center;width:31px;height:31px;font:800 10px/1 DM Mono,monospace;display:grid}.brand div{min-width:0}.brand small{color:#77736c;letter-spacing:.13em;white-space:nowrap;margin-bottom:4px;font:700 7px/1 DM Mono,monospace;display:block}.site-header .brand h1{letter-spacing:-.02em;white-space:nowrap;margin:0;font:600 19px/.95 Georgia,Times New Roman,serif}.future-tabs{gap:5px;margin-top:45px;display:grid}.future-tabs button{color:#74736f;text-align:left;letter-spacing:.09em;text-transform:uppercase;background:0 0;border:0;border-left:2px solid #0000;padding:9px 10px;font:700 10px/1 Manrope,Arial,sans-serif;position:relative}.future-tabs button.active{color:#e6dfd0;background:linear-gradient(90deg,#c6a85f14,#0000);border-left-color:#c6a85f}.future-tabs button:disabled{opacity:.45}.site-header .engine-status{margin-top:auto;line-height:1.45}.game-layout{grid-area:1/2;grid-template-columns:minmax(0,740px) 290px;gap:32px;width:100%}.square .piece{filter:drop-shadow(0 5px 2px #0007);transform-origin:50%}.square .piece:hover{filter:drop-shadow(0 9px 4px #0009);transform:scale(1.035)translateY(-1px)}.board-viewport .board{transition:transform var(--camera-duration,.9s) cubic-bezier(.16,.84,.22,1),filter .5s ease}.move-badge{width:31px;min-width:31px;height:31px;box-shadow:none;text-shadow:none;filter:drop-shadow(0 4px 4px #0008);border:0;top:4px;right:4px;overflow:visible;background:0 0!important}.move-badge svg{width:100%;height:100%;display:block;overflow:visible}.square.illegal{animation:none}.square.illegal:before{background:0 0;border:3px solid #d95757;border-radius:8px;animation:.42s cubic-bezier(.2,.72,.2,1) forwards illegal-denied;inset:6%;box-shadow:inset 0 0 15px #d957574d,0 0 11px #d957574d}.square.threat:after{background:#df3f4a1c;border-width:2px;inset:12%;box-shadow:inset 0 0 12px #e24a4f66,0 0 8px #e24a4f66}.board-arrows .arrow-line{fill:none;stroke:#e9ad37;stroke-width:10px;stroke-linecap:round;stroke-linejoin:round;opacity:.68;filter:drop-shadow(0 2px 2px #0007)}.board-arrows marker path{fill:#e9ad37}.moving-piece.in-flight{animation-duration:var(--travel-duration,.82s)!important}.moving-piece.long-flight.capture-flight{filter:drop-shadow(0 22px 10px #000d)drop-shadow(0 0 30px #ff6b4faa)!important}@keyframes illegal-denied{0%{opacity:0;transform:scale(.76)}42%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.92)}}@media (max-width:1100px){.app-shell{grid-template-columns:150px minmax(0,1fr);column-gap:22px}.site-header{padding-right:16px}.site-header .brand h1{font-size:17px}.game-layout{grid-template-columns:minmax(0,1fr)}.side-panel{border-top:1px solid #2d3035;border-left:0;grid-template-columns:1fr 1fr;padding-top:18px;display:grid}.status-card,.feedback-card,.controls,.moves{margin-left:0;padding-left:0}.moves{grid-column:span 2}}@media (max-width:760px){.app-shell{padding:16px 12px 38px;display:block}.site-header{border-bottom:1px solid #262626;border-right:0;flex-direction:row;align-items:center;gap:14px;height:auto;min-height:0;margin:0 0 18px;padding:0 0 14px;display:flex;position:static}.future-tabs{gap:2px;margin:0 0 0 auto;display:flex}.future-tabs button{border-bottom:2px solid #0000;border-left:0;padding:8px 7px}.future-tabs button.active{background:0 0;border-bottom-color:#c6a85f}.site-header .engine-status{display:none}.game-layout{display:grid}.brand small{display:none}}@media (max-width:570px){.piece{width:96%;height:96%}.move-badge{width:25px;min-width:25px;height:25px}.cinematic-vignette{box-shadow:inset 0 0 42px 9px #0007}.future-tabs button:nth-child(n+3){display:none}.site-header .brand h1{font-size:16px}}*{letter-spacing:0!important}html,body{min-height:100%}body{color:#eceae5;background:#090a0b;margin:0;font-family:Segoe UI,Inter,Arial,sans-serif;font-size:14px}.app-shell{grid-template-columns:164px minmax(0,1fr);align-items:start;column-gap:24px;max-width:1420px;min-height:100vh;margin:auto;padding:20px 24px 32px;display:grid}.site-header{border:0;border-right:1px solid #272725;flex-direction:column;grid-area:1/1;align-items:stretch;height:calc(100vh - 40px);min-height:500px;margin:0;padding:7px 17px 8px 0;display:flex;position:sticky;top:20px}.site-header .brand h1{font:600 19px/1.05 Georgia,Times New Roman,serif}.brand small{color:#838079;font:700 7px/1 Segoe UI,Arial,sans-serif}.brand-mark{border-radius:2px}.future-tabs{margin-top:38px}.future-tabs button{color:#86847f;text-transform:none;cursor:pointer;padding:10px 11px;font:650 11px/1 Segoe UI,Arial,sans-serif}.future-tabs button.active{color:#f0ece3;border-left-color:#d0af59}.future-tabs button:disabled{cursor:default;opacity:.32}.game-layout{grid-area:1/2;grid-template-columns:minmax(0,660px) 300px;align-items:start;gap:28px;width:100%;display:grid}.board-area{width:min(100%,660px,100vh - 108px);min-width:0}.player-row{box-sizing:border-box;height:44px;padding:0 2px 8px;font-family:Segoe UI,Arial,sans-serif}.player-row strong{font-size:13px}.player-row small{font-size:10px}.avatar{background:0 0;width:32px;height:32px}.avatar img{object-fit:contain;filter:none;width:100%;height:100%;display:block}.clock{box-sizing:border-box;text-align:center;color:#c8c5bd;background:#171819;border-radius:3px;min-width:64px;padding:8px 9px;font:700 15px/1 Segoe UI,Arial,sans-serif}.board-stage{perspective:none;contain:layout;grid-template-columns:22px minmax(0,1fr);align-items:stretch;gap:6px;display:grid}.eval-bar{box-shadow:none;background:#202123;border:0;border-radius:2px}.eval-white{background:#eeece6;transition:height .6s cubic-bezier(.22,.75,.2,1)}.eval-black{background:#1b1c1e}.eval-black,.eval-white{padding-top:6px;font:700 9px/1 Segoe UI,Arial,sans-serif}.eval-white{padding:0 0 6px}.board-viewport{isolation:isolate;contain:layout paint;backface-visibility:hidden;background:#070809;border:1px solid #363532;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 22px 54px #000b}.board-viewport .board{z-index:2;width:100%;height:100%;box-shadow:none;backface-visibility:hidden;transform:translate3d(var(--camera-x,0),var(--camera-y,0),0) scale(var(--camera-scale,1));transform-origin:50%;transition:transform var(--camera-duration,.5s) cubic-bezier(.2,.76,.2,1),filter .32s ease;border-radius:0;position:relative}.board-viewport .board:hover{transform:translate3d(var(--camera-x,0),var(--camera-y,0),0) scale(var(--camera-scale,1))}.light-square{background:var(--board-light,#d8d6ce)}.dark-square{background:var(--board-dark,#69736b)}.theme-stone{--board-light:#d8d6ce;--board-dark:#69736b}.theme-green{--board-light:#e2dfd2;--board-dark:#64806c}.theme-walnut{--board-light:#dfc39c;--board-dark:#996445}.piece,.square .piece{width:var(--piece-scale,93%);height:var(--piece-scale,93%);transform-origin:50%;opacity:1;transition:transform .14s;filter:none!important}.square .piece:hover{transform:scale(1.025);filter:none!important}.drag-source{opacity:.12!important;filter:blur(2px)!important}.drag-visual{filter:drop-shadow(0 14px 7px #000a)drop-shadow(0 0 10px #90dbff55);width:clamp(68px,6.8vw,90px);height:clamp(68px,6.8vw,90px);transform:translate(-50%,-56%)scale(1.02)}.motion-destination{animation:destination-reveal var(--travel-duration,.6s) linear both}.moving-piece{filter:drop-shadow(0 10px 5px #000a)drop-shadow(0 0 12px #78ccff70);transform-origin:50%;will-change:transform;width:12.5%;height:12.5%;opacity:1!important}.moving-piece.in-flight{animation-duration:var(--travel-duration,.6s)!important;opacity:1!important}.moving-piece.long-flight{filter:drop-shadow(0 14px 6px #000b)drop-shadow(0 0 18px #79d8ff80)!important}.moving-piece.capture-flight{filter:drop-shadow(0 16px 7px #000c)drop-shadow(0 0 25px #ff745caa)!important}.moving-piece.special-castle{filter:drop-shadow(0 11px 5px #000b)drop-shadow(0 0 18px #e9c76d99)!important;animation-name:castle-king!important}.moving-piece.secondary-castle{animation:castle-rook var(--travel-duration,.9s) cubic-bezier(.12,.78,.2,1) forwards!important}.moving-piece.special-promotion{filter:drop-shadow(0 14px 7px #000b)drop-shadow(0 0 25px #f3d378bb)!important;animation-name:promotion-flight!important}.moving-piece.special-en-passant{animation-name:en-passant-flight!important}.captured-victim{z-index:4;object-fit:contain;pointer-events:none;filter:none;opacity:1;will-change:transform,opacity;width:12.5%;height:12.5%;position:absolute}.captured-victim.hit{filter:drop-shadow(0 0 18px #ff7055);animation:.48s cubic-bezier(.14,.78,.2,1) forwards victim-impact}.captured-victim.en-passant-victim.hit{animation:.58s cubic-bezier(.18,.8,.18,1) forwards en-passant-vanish}.capture-burst{z-index:11;background:#fff6d5;width:15%;animation:.58s ease-out forwards capture-impact-heavy}.special-fx{z-index:10;pointer-events:none;position:absolute;inset:50%}.special-fx i,.special-fx b{display:block;position:absolute;top:0;left:0}.special-fx.castle i{background:#e2c36c;width:70px;height:2px;animation:.85s ease-out forwards castle-line;box-shadow:0 0 16px #e2c36c}.special-fx.castle b{border:2px solid #f3da8f;width:14px;height:14px;animation:.85s ease-out forwards special-ring;transform:rotate(45deg)}.special-fx.promotion i{border:2px solid #ffe5a0;border-radius:50%;width:18px;height:18px;animation:.9s ease-out forwards promotion-crown;box-shadow:0 0 25px #ffd36e}.special-fx.promotion b{background:#fff0ba;width:4px;height:34px;animation:.8s ease-out forwards promotion-beam;box-shadow:0 0 18px #ffd36e}.special-fx.en-passant i{border:2px dashed #81d9de;border-radius:50%;width:34px;height:34px;animation:.8s ease-out forwards passant-ring}.cinematic-focus .cinematic-dof{opacity:.42}.effects-off .cinematic-dof,.effects-off .cinematic-vignette,.effects-off .board-viewport:before,.effects-off .board-viewport:after{display:none}.square.threat:after{border-width:2px;inset:13%}.square.illegal:before{border-radius:2px}.move-badge{width:30px;min-width:30px;height:30px;box-shadow:none;filter:none;background:0 0;border:0;top:4px;right:4px;overflow:visible}.move-badge>img,.move-badge img{image-rendering:auto;width:100%;height:100%;display:block}.square.last:before{animation:1.3s ease-out forwards result-square-fade}.board-arrows .arrow-line{stroke-width:9px;opacity:.67}.side-panel{box-shadow:none;scrollbar-width:thin;background:0 0;border:0;border-left:1px solid #292927;border-radius:0;max-height:calc(100vh - 40px);overflow:auto}.panel-tabs{border-bottom:1px solid #292927;grid-template-columns:1fr 1fr;margin-left:18px;display:grid}.panel-tabs button{color:#777670;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:11px 8px;font:650 11px Segoe UI,Arial,sans-serif}.panel-tabs button.active{color:#eee9de;border-bottom-color:#d0af59}.analysis-readout{border-bottom:1px solid #292927;grid-template-columns:1.2fr .8fr .8fr;gap:10px;padding:17px 0 16px 18px;display:grid}.analysis-readout div{min-width:0}.analysis-readout small,.settings-title,.full-field span,.field-pair label span,.panel-title{color:#898680;text-transform:uppercase;font:650 9px/1 Segoe UI,Arial,sans-serif;display:block}.analysis-readout strong{color:#ece8de;white-space:nowrap;text-overflow:ellipsis;margin-top:6px;font-size:13px;display:block;overflow:hidden}.game-settings,.online-panel{border-bottom:1px solid #292927;padding:17px 0 12px 18px}.field-pair{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:20px;display:grid}.field-pair label,.full-field{gap:6px;display:grid}.field-pair select,.full-field input{box-sizing:border-box;color:#e7e3d9;background:#141514;border:1px solid #363633;border-radius:3px;outline:none;width:100%;padding:8px;font:600 12px Segoe UI,Arial,sans-serif}.toggle-row{color:#c6c3bc;cursor:pointer;justify-content:space-between;align-items:center;min-height:34px;font-size:12px;display:flex;position:relative}.toggle-row input{opacity:0;pointer-events:none;position:absolute}.toggle-row i{background:#343532;border-radius:20px;width:30px;height:16px;transition:background .18s;position:relative}.toggle-row i:after{content:"";background:#aaa8a1;border-radius:50%;width:12px;height:12px;transition:transform .18s,background .18s;position:absolute;top:2px;left:2px}.controls{border-bottom:1px solid #292927;grid-template-columns:repeat(4,1fr);gap:6px;padding:14px 0 14px 18px;display:grid}.controls button,.controls a{color:#c9c5bc;text-transform:none;cursor:pointer;background:#141514;border:1px solid #343431;border-radius:3px;place-items:center;min-width:0;padding:8px 3px;font:650 10px Segoe UI,Arial,sans-serif;text-decoration:none;display:grid}.moves{border:0;min-height:120px;padding:15px 0 0 18px}.moves li b{font-weight:600}.online-heading{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.online-heading h2{margin:0;font:600 18px Georgia,Times New Roman,serif}.local-pill{color:#aaa69d;text-transform:uppercase;border:1px solid #55514a;border-radius:20px;padding:3px 7px;font-size:9px}.full-field{margin-bottom:20px}.segmented{border:1px solid #363633;border-radius:3px;grid-auto-columns:1fr;grid-auto-flow:column;margin-bottom:18px;display:grid;overflow:hidden}.segmented button{color:#8f8d87;text-transform:capitalize;cursor:pointer;background:#141514;border:0;border-right:1px solid #363633;padding:8px 6px;font:600 11px Segoe UI,Arial,sans-serif}.segmented button:last-child{border-right:0}.create-room,.return-play{color:#77756f;background:#1c1d1b;border:1px solid #45433d;border-radius:3px;width:100%;margin-top:17px;padding:10px;font:700 11px Segoe UI,Arial,sans-serif}.create-room:disabled{cursor:not-allowed}.appearance-page{grid-area:1/2;max-width:920px;padding:30px 6px 60px}.page-heading small{color:#b99e59;font-size:9px;font-weight:700}.page-heading h2{margin:8px 0 4px;font:600 34px Georgia,Times New Roman,serif}.page-heading p{color:#8c8982;margin:0}.settings-section h3{margin:0 0 18px;font:600 15px Segoe UI,Arial,sans-serif}.theme-picker{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.theme-choice{color:#99968f;cursor:pointer;text-transform:capitalize;background:#121312;border:1px solid #343431;border-radius:3px;padding:7px;font:600 11px Segoe UI,Arial,sans-serif}.theme-choice.active{color:#e9e3d5;border-color:#b99e59}.theme-choice i{background:linear-gradient(135deg,#d8d6ce 50%,#69736b 50%);height:34px;margin-bottom:7px;display:block}.theme-choice.green i{background:linear-gradient(135deg,#e2dfd2 50%,#64806c 50%)}.theme-choice.walnut i{background:linear-gradient(135deg,#dfc39c 50%,#996445 50%)}.range-setting{color:#c7c3bb;gap:12px;font-size:12px;display:grid}.range-setting span{justify-content:space-between;display:flex}.range-setting b{color:#d7bc75;font-weight:600}.return-play{color:#ddd7ca;cursor:pointer;background:#1b1c1a;width:auto;padding:10px 18px}.promotion{background:#171817;border-color:#3f3f3b;border-radius:4px}.promotion button{background:#0f100f;border-radius:3px}.promotion button img{filter:none}.modal-backdrop{z-index:100}@keyframes destination-reveal{0%,76%{opacity:0}88%{opacity:.35}to{opacity:1}}@keyframes castle-king{0%{transform:translate(0)scale(1)}28%{transform:translate(calc(var(--dx)*18%),-9px) scale(1.08)}58%{transform:translate(calc(var(--dx)*62%),-13px) scale(1.13) rotate(5deg)}to{transform:translate(calc(var(--dx)*100%),calc(var(--dy)*100%)) scale(1);opacity:1}}@keyframes castle-rook{0%,18%{transform:translate(0)scale(1)}52%{transform:translate(calc(var(--dx)*38%),-18px) scale(1.08)}to{transform:translate(calc(var(--dx)*100%),calc(var(--dy)*100%)) scale(1);opacity:1}}@keyframes promotion-flight{0%{transform:translate(0)scale(1)}48%{transform:translate(calc(var(--dx)*48%),calc(var(--dy)*48% - 20px)) scale(.86) rotate(0)}82%{transform:translate(calc(var(--dx)*84%),calc(var(--dy)*84% - 13px)) scale(1.18) rotate(180deg)}to{transform:translate(calc(var(--dx)*100%),calc(var(--dy)*100%)) scale(.72) rotate(360deg);opacity:.78}}@keyframes en-passant-flight{0%{transform:translate(0)scale(1)}48%{transform:translate(calc(var(--dx)*46%),calc(var(--dy)*46% - 22px)) rotate(-12deg) scale(1.04)}78%{transform:translate(calc(var(--dx)*82%),calc(var(--dy)*82% - 9px)) rotate(8deg)}to{transform:translate(calc(var(--dx)*100%),calc(var(--dy)*100%)) scale(1);opacity:1}}@keyframes victim-impact{0%{opacity:1;transform:scale(1)}28%{opacity:1;transform:scale(1.16)rotate(-7deg)}to{opacity:0;filter:blur(4px);transform:scale(.35)rotate(22deg)}}@keyframes en-passant-vanish{0%{opacity:1;transform:translate(0)scale(1)}44%{opacity:.85;transform:translate(22px,-7px)scale(.8)rotate(18deg)}to{opacity:0;filter:blur(5px);transform:translate(42px,-18px)scale(.2)rotate(42deg)}}@keyframes capture-impact-heavy{0%{opacity:1;transform:translate(-50%,-50%)scale(.12)}38%{opacity:.95;transform:translate(-50%,-50%) scale(var(--capture-power,1.4));box-shadow:0 0 24px #ff7658,0 0 52px #ffc56a}to{opacity:0;transform:translate(-50%,-50%)scale(5);box-shadow:0 0 #ff7658}}@keyframes castle-line{0%{opacity:0;transform:translate(-50%,-50%)scaleX(.1)}40%{opacity:1;transform:translate(-50%,-50%)scaleX(1)}to{opacity:0;transform:translate(-50%,-50%)scaleX(1.8)}}@keyframes special-ring{0%{opacity:0;transform:translate(-50%,-50%)rotate(45deg)scale(.2)}50%{opacity:1}to{opacity:0;transform:translate(-50%,-50%)rotate(225deg)scale(3)}}@keyframes promotion-crown{0%{opacity:0;transform:translate(-50%,-50%)scale(.2)}45%{opacity:1;transform:translate(-50%,-50%)scale(1.2)}to{opacity:0;transform:translate(-50%,-90%)scale(3)}}@keyframes promotion-beam{0%{opacity:0;transform:translate(-50%,-50%)scaleY(.1)}40%{opacity:1;transform:translate(-50%,-50%)scaleY(1.4)}to{opacity:0;transform:translate(-50%,-120%)scaleY(2)}}@keyframes passant-ring{0%{opacity:0;transform:translate(-50%,-50%)scale(.2)rotate(0)}45%{opacity:1}to{opacity:0;transform:translate(-50%,-50%)scale(2.4)rotate(160deg)}}@media (max-width:1120px){.app-shell{grid-template-columns:142px minmax(0,1fr);column-gap:18px}.game-layout{grid-template-columns:minmax(0,620px) 280px;gap:20px}.board-area{max-width:620px}.analysis-readout{grid-template-columns:1fr 1fr}.analysis-readout div:first-child{grid-column:span 2}}@media (max-width:960px){.app-shell{padding:14px;display:block}.site-header{border-bottom:1px solid #292927;border-right:0;flex-direction:row;align-items:center;height:auto;min-height:0;margin:0 0 16px;padding:0 0 12px;display:flex;position:static}.future-tabs{margin:0 0 0 auto;display:flex}.future-tabs button{border-bottom:2px solid #0000;border-left:0;padding:8px}.future-tabs button.active{border-bottom-color:#d0af59}.brand small{display:none}.game-layout{grid-template-columns:minmax(0,1fr);display:grid}.board-area{width:min(100%,660px);margin:auto}.side-panel{border-top:1px solid #292927;border-left:0;max-height:none;display:block}.panel-tabs,.analysis-readout,.game-settings,.controls,.moves,.online-panel{margin-left:0;padding-left:0}.appearance-page{padding-top:12px}.appearance-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.site-header .brand h1{font-size:16px}.brand-mark,.future-tabs button:nth-child(n+3){display:none}.board-stage{grid-template-columns:18px minmax(0,1fr);gap:4px}.piece{width:var(--piece-scale,94%);height:var(--piece-scale,94%)}.move-badge{width:23px;min-width:23px;height:23px}.appearance-grid{grid-template-columns:1fr}.theme-picker{grid-template-columns:repeat(3,1fr)}.analysis-readout{grid-template-columns:1fr 1fr}.controls{grid-template-columns:repeat(4,1fr)}}.board-viewport .board-camera{will-change:transform;transform-origin:50%;transition:filter .28s;transform:translate(0,0)scale(1)}.square{isolation:isolate;overflow:visible}.square.selected:before{z-index:1;background:#f2ce6970;animation:.82s ease-in-out infinite alternate selected-square-energy;box-shadow:inset 0 0 12px 2px #fff1a9b8,inset 0 0 28px #ffd8678a,0 0 18px #ffd76566}.square.legal:after{box-shadow:0 0 8px #17201999,0 0 15px #d4ffab45}.square.legal:has(.piece):after{box-shadow:inset 0 0 16px #ffcd658f,0 0 11px #ffc95570}.landing-glow{z-index:1;pointer-events:none;mix-blend-mode:screen;opacity:0;animation:landing-square-charge var(--travel-duration,.5s) linear forwards;background:radial-gradient(circle,#a9eaff95 0,#67cfff42 33%,#0000 70%);position:absolute;inset:0;box-shadow:inset 0 0 13px 2px #a9eaffd0,inset 0 0 30px #49bfff8c,0 0 25px #55c9ff8a}.moving-piece{z-index:7;pointer-events:none;transform-origin:50% 55%;will-change:transform;contain:layout paint style;backface-visibility:hidden;width:12.5%;height:12.5%;display:block;position:absolute;transform:translate(0,0);opacity:1!important;filter:none!important}.motion-piece-art{z-index:2;object-fit:contain;opacity:1;backface-visibility:hidden;filter:drop-shadow(0 12px 6px #000b)drop-shadow(0 0 7px #a5e8ffb0);width:100%;height:100%;display:block;position:relative;transform:translate(0,0)}.piece-aura{z-index:1;pointer-events:none;filter:blur(5px);opacity:0;background:#70d6ff9c;border-radius:50%;position:absolute;inset:16%;transform:scale(.6);box-shadow:0 0 13px 6px #62cfff9c,0 0 30px 12px #39a9ff54}.capture-flight .piece-aura{background:#ffbc6dc2;box-shadow:0 0 15px 7px #ffb75ebd,0 0 38px 17px #ff483f7d}.moving-piece.in-flight .piece-aura{animation:aura-flicker var(--travel-duration,.5s) steps(7,end) forwards}.moving-piece.in-flight.piece-p{animation:pawn-glide var(--travel-duration,.215s) cubic-bezier(.18,.76,.18,1) forwards!important}.moving-piece.in-flight.piece-b{animation:bishop-cut var(--travel-duration,.47s) cubic-bezier(.12,.8,.18,1) forwards!important}.moving-piece.in-flight.piece-r{animation:rook-drive var(--travel-duration,.45s) cubic-bezier(.16,.68,.16,1) forwards!important}.moving-piece.in-flight.piece-q{animation:queen-sweep var(--travel-duration,.58s) cubic-bezier(.12,.78,.18,1) forwards!important}.moving-piece.in-flight.piece-k{animation:king-command var(--travel-duration,.47s) cubic-bezier(.18,.72,.18,1) forwards!important}.moving-piece.in-flight.special-castle{animation:castle-king-smooth var(--travel-duration,.82s) cubic-bezier(.14,.76,.16,1) forwards!important}.moving-piece.in-flight.secondary-castle{animation:castle-rook-smooth var(--travel-duration,.82s) cubic-bezier(.16,.72,.18,1) forwards!important}.moving-piece.in-flight.special-promotion{animation:promotion-rise-smooth var(--travel-duration,.98s) cubic-bezier(.14,.72,.17,1) forwards!important}.moving-piece.in-flight.special-en-passant{animation:passant-cut-smooth var(--travel-duration,.76s) cubic-bezier(.14,.78,.18,1) forwards!important}.motion-trail{z-index:5;pointer-events:none;position:absolute;inset:0}.motion-trail i{opacity:0;width:5px;height:5px;animation:trail-flicker .36s ease-out var(--trail-delay,0s) both;background:#c9f3ff;border-radius:50%;position:absolute;box-shadow:0 0 5px 2px #8cddff,0 0 13px 4px #3bbcff8c}.motion-trail i:nth-child(3n){width:3px;height:3px}.motion-trail i:nth-child(4n){border-radius:2px;width:7px;height:2px}.motion-trail.capture i{background:#fff4c9;box-shadow:0 0 6px 2px #ffd37e,0 0 15px 5px #ff563d9c}.landing-particles{z-index:8;pointer-events:none;position:absolute;inset:50%}.landing-particles i{opacity:0;width:5px;height:5px;animation:landing-spark .47s cubic-bezier(.12,.7,.16,1) var(--impact-delay,0s) both;background:#d4f6ff;border-radius:50%;position:absolute;top:0;left:0;box-shadow:0 0 7px 2px #81dcff}.landing-particles i:first-child,.landing-particles i:nth-child(9){--ix:36px;--iy:-5px}.landing-particles i:nth-child(2),.landing-particles i:nth-child(10){--ix:25px;--iy:-29px}.landing-particles i:nth-child(3),.landing-particles i:nth-child(11){--ix:2px;--iy:-39px}.landing-particles i:nth-child(4),.landing-particles i:nth-child(12){--ix:-25px;--iy:-28px}.landing-particles i:nth-child(5),.landing-particles i:nth-child(13){--ix:-39px;--iy:1px}.landing-particles i:nth-child(6),.landing-particles i:nth-child(14){--ix:-25px;--iy:27px}.landing-particles i:nth-child(7),.landing-particles i:nth-child(15){--ix:1px;--iy:38px}.landing-particles i:nth-child(8),.landing-particles i:nth-child(16){--ix:28px;--iy:26px}.landing-particles i:nth-child(n+9){filter:brightness(1.3);transform:scale(.7)}.cinematic-dof{-webkit-backdrop-filter:blur(4px)saturate(.74)brightness(.82);-webkit-mask-image:radial-gradient(circle 17% at var(--focus-x,50%) var(--focus-y,50%),transparent 0 48%,#000 100%);-webkit-mask-image:radial-gradient(circle 17% at var(--focus-x,50%) var(--focus-y,50%),transparent 0 48%,#000 100%);mask-image:radial-gradient(circle 17% at var(--focus-x,50%) var(--focus-y,50%),transparent 0 48%,#000 100%)}@keyframes pawn-glide{0%{transform:translate(0,0)scale(1)}38%{transform:translate3d(var(--tx-38),calc(var(--ty-38) - var(--arc-lift)),0) scale(.94,1.08)}76%{transform:translate3d(var(--tx-76),calc(var(--ty-76) - 4px),0) scale(1.035,.97)}to{transform:translate3d(var(--tx),var(--ty),0) scale(1)}}@keyframes knight-vault{0%{transform:translate(0,0)rotate(0)scale(1)}38%{transform:translate3d(var(--tx-38),calc(var(--ty-38) - var(--arc-lift)),0) rotate(-23deg) scale(1.075)}76%{transform:translate3d(var(--tx-76),calc(var(--ty-76) - 8px),0) rotate(13deg) scale(1.045)}to{transform:translate3d(var(--tx),var(--ty),0) rotate(0) scale(1)}}@keyframes bishop-cut{0%{transform:translate(0,0)rotate(0)skew(0)}38%{transform:translate3d(var(--tx-38),calc(var(--ty-38) - var(--arc-lift)),0) rotate(8deg) skewX(-4deg) scale(1.035)}76%{transform:translate3d(var(--tx-76),calc(var(--ty-76) - 5px),0) rotate(-5deg) skewX(2deg) scale(1.05)}to{transform:translate3d(var(--tx),var(--ty),0) rotate(0) skewX(0) scale(1)}}@keyframes rook-drive{0%{transform:translate(0,0)scale(1)}38%{transform:translate3d(var(--tx-38),var(--ty-38),0) scale(1.08,.94)}76%{transform:translate3d(var(--tx-76),var(--ty-76),0) scale(.97,1.055)}to{transform:translate3d(var(--tx),var(--ty),0) scale(1)}}@keyframes queen-sweep{0%{transform:translate(0,0)rotate(0)scale(1)}38%{transform:translate3d(var(--tx-38),calc(var(--ty-38) - var(--arc-lift)),0) rotate(-10deg) scale(1.09)}76%{transform:translate3d(var(--tx-76),calc(var(--ty-76) - 7px),0) rotate(7deg) scale(1.055)}to{transform:translate3d(var(--tx),var(--ty),0) rotate(0) scale(1)}}@keyframes king-command{0%{transform:translate(0,0)scale(1)}38%{transform:translate3d(var(--tx-38),calc(var(--ty-38) - 8px),0) scale(1.075)}76%{transform:translate3d(var(--tx-76),calc(var(--ty-76) - 4px),0) scale(1.045)}to{transform:translate3d(var(--tx),var(--ty),0) scale(1)}}@keyframes castle-king-smooth{0%{transform:translate(0,0)scale(1)}34%{transform:translate3d(var(--tx-38),-12px,0) scale(1.08)}72%{transform:translate3d(var(--tx-76),-7px,0) rotate(4deg) scale(1.055)}to{transform:translate3d(var(--tx),var(--ty),0) scale(1)}}@keyframes castle-rook-smooth{0%,18%{transform:translate(0,0)scale(1)}50%{transform:translate3d(var(--tx-38),-17px,0) scale(1.075)}to{transform:translate3d(var(--tx),var(--ty),0) scale(1)}}@keyframes promotion-rise-smooth{0%{transform:translate(0,0)scale(1)}38%{transform:translate3d(var(--tx-38),calc(var(--ty-38) - 28px),0) scale(.92)}76%{transform:translate3d(var(--tx-76),calc(var(--ty-76) - 15px),0) rotate(20deg) scale(1.14)}to{transform:translate3d(var(--tx),var(--ty),0) rotate(0) scale(1)}}@keyframes passant-cut-smooth{0%{transform:translate(0,0)rotate(0)}38%{transform:translate3d(var(--tx-38),calc(var(--ty-38) - 21px),0) rotate(-10deg) scale(1.05)}76%{transform:translate3d(var(--tx-76),calc(var(--ty-76) - 6px),0) rotate(6deg)}to{transform:translate3d(var(--tx),var(--ty),0) rotate(0)}}@keyframes aura-flicker{0%{opacity:0;transform:scale(.55)}18%{opacity:.72}31%{opacity:.42}48%{opacity:.85;transform:scale(1.15)}63%{opacity:.56}78%{opacity:.8}to{opacity:0;transform:scale(.88)}}@keyframes trail-flicker{0%{opacity:0;transform:translate(-50%,-50%)scale(.2)}24%{opacity:.95;transform:translate(-50%,-50%) scale(var(--trail-scale,1))}48%{opacity:.38}66%{opacity:.8}to{opacity:0;transform:translate(-50%,-50%)scale(.1)}}@keyframes landing-square-charge{0%,58%{opacity:0}72%{opacity:.25}82%{opacity:1}89%{opacity:.55}94%{opacity:.9}to{opacity:0}}@keyframes landing-spark{0%{opacity:0;transform:translate(-50%,-50%)scale(.2)}18%{opacity:1}to{opacity:0;transform:translate(calc(-50% + var(--ix)),calc(-50% + var(--iy))) scale(.05)}}@keyframes selected-square-energy{0%{filter:brightness(.92)}to{filter:brightness(1.18)}}@keyframes classified-square-glow{0%{opacity:0}14%{opacity:1}32%{filter:brightness(1.24)}58%{filter:brightness(.92)}to{opacity:0}}@keyframes dof-breathe{0%{opacity:0}65%{opacity:.54}to{opacity:.48}}@keyframes capture-camera-smooth{0%,to{transform:translate(0,0)}18%{transform:translate3d(var(--impact-x,0),var(--impact-y,0),0)}42%{transform:translate(-1.2px,.7px)}67%{transform:translate(.55px,-.3px)}84%{transform:translate(-.2px,.1px)}}@media (prefers-reduced-motion:reduce){.moving-piece.in-flight{animation-duration:.16s!important}.motion-trail,.landing-particles,.piece-aura{display:none}.board-viewport .board-camera{animation:none!important}}:root{--signal-red:#d6383f;--signal-red-deep:#8f1f28;--signal-red-soft:#ff6369}body{color:#f0eeee;background:#070708}.app-shell{grid-template-rows:auto auto;max-width:1460px}.site-header{border-color:#292426}.brand-mark{box-shadow:0 0 20px #c22f3736;color:#ff6268!important;background:#141011!important;border:1px solid #7b252b!important}.brand small,.page-heading small,.range-setting b{color:#d94a50!important}.future-tabs button.active{color:#fff;border-left-color:var(--signal-red);background:linear-gradient(90deg,#8f202224,#0000)}.clock.active{background:var(--signal-red);color:#fff;box-shadow:0 0 18px #c92d3648}.side-panel,.panel-tabs{border-color:#30282a}.panel-tabs button.active{border-bottom-color:var(--signal-red);color:#fff}.field-pair select:focus,.full-field input:focus{border-color:#b7353b}.controls button:hover,.controls a:hover{background:#261416;border-color:#8f3338}.return-play{color:#fff;background:#261214;border-color:#633036}.board-viewport{border-color:#4b2b2e;box-shadow:0 24px 64px #000d,0 0 35px #b7282d1d}.moving-piece.in-flight,.moving-piece.in-flight.piece-p,.moving-piece.in-flight.piece-n,.moving-piece.in-flight.piece-b,.moving-piece.in-flight.piece-r,.moving-piece.in-flight.piece-q,.moving-piece.in-flight.piece-k,.moving-piece.in-flight.special-castle,.moving-piece.in-flight.special-promotion,.moving-piece.in-flight.special-en-passant,.moving-piece.in-flight.secondary-castle{transition:none!important;animation:none!important}.puzzle-rating,.puzzle-streak{box-sizing:border-box;color:#ff7378;text-align:center;background:#1a1011;border:1px solid #563034;border-radius:3px;min-width:58px;padding:8px 9px;font:750 13px/1 Segoe UI,Arial,sans-serif}.puzzle-player small{white-space:nowrap;text-overflow:ellipsis;max-width:300px;overflow:hidden}.puzzle-panel{padding:25px 0 22px 22px}.puzzle-kicker{color:#e54d53;font:750 9px/1 Segoe UI,Arial,sans-serif}.puzzle-panel h2{color:#f4f0f0;min-height:58px;margin:10px 0 20px;font:600 24px/1.2 Georgia,Times New Roman,serif}.puzzle-stats{border-top:1px solid #30282a;border-bottom:1px solid #30282a;grid-template-columns:repeat(3,1fr);display:grid}.puzzle-stats div{border-right:1px solid #30282a;padding:15px 10px 14px}.puzzle-stats div:last-child{border-right:0}.puzzle-stats small{color:#817a7b;font-size:8px;font-weight:750;display:block}.puzzle-stats strong{color:#fff;margin-top:6px;font-size:17px;display:block}.puzzle-themes{flex-wrap:wrap;gap:6px;min-height:60px;padding:19px 0 14px;display:flex}.puzzle-themes span{color:#aaa1a2;text-transform:capitalize;background:#140f10;border:1px solid #443033;border-radius:2px;padding:5px 7px;font-size:9px}.next-puzzle{color:#fff;cursor:pointer;background:#a5282f;border:1px solid #a42b32;border-radius:3px;width:100%;padding:11px;font-size:11px;font-weight:750}.next-puzzle:hover{background:#c43139}.next-puzzle:disabled{opacity:.48;cursor:wait}.puzzle-source{color:#9d9495;text-align:center;margin-top:13px;font-size:10px;text-decoration:none;display:block}.puzzle-source:hover{color:#ff686e}.puzzle-progress{background:#282021;height:2px;margin-top:24px;overflow:hidden}.puzzle-progress i{background:var(--signal-red);height:100%;transition:width .4s;display:block;box-shadow:0 0 9px #ff525a}.checkmate-cutscene{z-index:25;pointer-events:none;background:#050506a8;place-items:center;animation:3s cubic-bezier(.16,.72,.18,1) both checkmate-curtain;display:grid;position:absolute;inset:0;overflow:hidden}.checkmate-cutscene>div{z-index:3;text-align:center;animation:3s cubic-bezier(.16,.72,.18,1) both checkmate-title;position:relative}.checkmate-cutscene small{color:#ff8f93;font:800 9px/1 Segoe UI,Arial,sans-serif;display:block}.checkmate-cutscene strong{color:#fff;text-shadow:0 0 14px #ff4c54,0 0 36px #bd1f29;margin-top:8px;font:700 clamp(35px,6vw,70px)/1 Georgia,Times New Roman,serif;display:block}.mate-ring{z-index:2;border:2px solid #ff5b62;border-radius:50%;width:90px;height:90px;animation:2.2s cubic-bezier(.12,.76,.18,1) .25s both mate-ring-expand;position:absolute;top:50%;left:50%;box-shadow:0 0 18px #ff4c54,inset 0 0 20px #a81f27}.mate-particles{z-index:2;position:absolute;top:50%;left:50%}.mate-particles i{opacity:0;transform-origin:50%;width:4px;height:16px;animation:mate-particle-out 1.35s calc(.36s + var(--mate-index)*22ms) ease-out both;background:#ff6a70;border-radius:2px;position:absolute;top:0;left:0;box-shadow:0 0 9px #ff424a}.site-footer{color:#5f5a5b;border-top:1px solid #292426;grid-area:2/1/auto/-1;justify-content:flex-end;align-items:center;gap:16px;margin-top:26px;padding:14px 0 0;font-size:9px;display:flex}.site-footer a{color:#777071;text-decoration:none}.site-footer a:hover{color:#e2555b}.site-footer span{margin-right:auto}.legal-page{color:#d9d4d5;width:min(720px,100% - 40px);margin:0 auto;padding:54px 0 80px}.legal-back{color:#e05258;font-size:11px;text-decoration:none}.legal-page h1{color:#fff;margin:28px 0 34px;font:600 38px/1.1 Georgia,Times New Roman,serif}.legal-page section{border-top:1px solid #302729;padding:20px 0}.legal-page h2{color:#f0eded;margin:0 0 9px;font-size:14px}.legal-page p{color:#999294;margin:0;line-height:1.7}@keyframes capture-recoil-red{0%,to{transform:translate(0,0)rotate(0)}14%{transform:translate3d(var(--impact-x,0),var(--impact-y,0),0) rotate(-.28deg)}31%{transform:translate(-3.4px,2.1px)rotate(.18deg)}50%{transform:translate(1.7px,-1px)rotate(-.08deg)}72%{transform:translate(-.8px,.45px)}88%{transform:translate(.25px,-.15px)}}@keyframes checkmate-curtain{0%{opacity:0;background:#05050600}12%{opacity:1;background:#05050638}42%,78%{background:#050506b8}to{opacity:0;background:#05050600}}@keyframes checkmate-title{0%,14%{opacity:0;transform:scale(.72)translateY(16px)}36%{opacity:1;transform:scale(1.06)translateY(0)}48%,76%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.08)translateY(-6px)}}@keyframes mate-ring-expand{0%{opacity:0;transform:translate(-50%,-50%)scale(.2)}24%{opacity:1}to{opacity:0;transform:translate(-50%,-50%)scale(6)}}@keyframes mate-particle-out{0%{opacity:0;transform:rotate(calc(var(--mate-index)*20deg)) translateY(0) scale(.2)}18%{opacity:1}to{opacity:0;transform:rotate(calc(var(--mate-index)*20deg)) translateY(-235px) scale(.05)}}@media (max-width:960px){.future-tabs button.active{border-bottom-color:var(--signal-red)}.site-footer{padding-bottom:8px}.puzzle-panel{padding-left:0}.puzzle-player small{max-width:54vw}}@media (max-width:600px){.site-footer{flex-wrap:wrap;justify-content:flex-start;gap:10px}.site-footer span{width:100%}.puzzle-panel h2{min-height:0}.checkmate-cutscene strong{font-size:34px}}img,.classification-icon{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.app-shell{grid-template-columns:148px minmax(0,1fr);column-gap:20px;max-width:1400px}.site-header{z-index:1;padding-right:14px}.game-layout{z-index:2;grid-template-columns:minmax(0,640px) 300px;gap:24px;position:relative}.board-area{width:min(100%,640px,100vh - 118px)}.site-header .brand h1{color:#f6f2ef;font:700 18px/1.04 Trebuchet MS,Segoe UI,Arial,sans-serif}.brand-mark{box-shadow:none;font-family:Trebuchet MS,Segoe UI,Arial,sans-serif!important}.clock{color:#f1eeee;font-variant-numeric:tabular-nums;min-width:86px;box-shadow:none;background:#171719;border:1px solid #2d292a;padding:9px 10px;font:750 17px/1 ui-monospace,Cascadia Mono,Segoe UI Mono,monospace}.clock.active{color:#111!important;background:#e7e4df!important;border-color:#e7e4df!important;box-shadow:0 4px 14px #0008!important}.clock.low{animation:.9s ease-in-out infinite alternate clock-urgent;color:#fff!important;background:#c93139!important;border-color:#f1545b!important;box-shadow:0 0 16px #cf333b55!important}.player-row>div{min-width:0;position:relative}.captured-material{align-items:center;max-width:230px;height:15px;display:flex;position:absolute;top:28px;left:0}.captured-material img{object-fit:contain;width:15px;height:15px;margin-right:-4px}.captured-material b{color:#aaa4a5;margin-left:7px;font-size:9px}.opening-readout{border-bottom:1px solid #30282a;margin:0 0 0 20px;padding:14px 0 15px}.opening-readout>small{color:#777173;font-size:8px;font-weight:800;display:block}.opening-readout>div{grid-template-columns:36px minmax(0,1fr);align-items:center;margin-top:8px;display:grid}.opening-readout b{color:#e35258;font:800 11px/1 ui-monospace,monospace}.opening-readout strong{color:#eee9e9;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;overflow:hidden}.review-level{color:#b6afb0;justify-content:space-between;align-items:center;padding:8px 0;font-size:11px;display:flex}.review-level select{color:#e9e4e5;background:#121112;border:1px solid #3c3335;border-radius:3px;min-width:82px;padding:6px 8px}.move-badge{pointer-events:none;width:31px;min-width:31px;height:31px;top:4px;right:4px;filter:none!important;animation:.42s cubic-bezier(.16,.9,.2,1.2) badge-in,.42s ease-in 2.78s forwards badge-out!important}.classification-icon{shape-rendering:geometricprecision;width:100%;height:100%;display:block;overflow:visible}.classification-icon circle{stroke:none}.classification-icon text{fill:#fff;paint-order:normal;dominant-baseline:auto;font:900 16px/1 Arial Black,Segoe UI,sans-serif}.classification-icon.kind-best text{font-size:16px}.classification-icon.kind-book text{font-size:17px}.classification-icon.kind-brilliant text,.classification-icon.kind-blunder text{font-size:14px}.classification-icon.kind-excellent text,.classification-icon.kind-good text{font-size:19px}.landing-glow{mix-blend-mode:screen;background:#79d7ff40;border:1px solid #a6e8ffad;inset:5%;box-shadow:0 0 11px 3px #6bd1ff99,0 0 29px 9px #3fb9ff55!important}.landing-glow.capture{background:#ff754d33;border-color:#ffe0aebd;box-shadow:0 0 14px 4px #ff9a5eb5,0 0 34px 12px #ff4a3f62!important}.board-arrows .arrow-line{stroke:#e9ad37;stroke-width:10.5px;stroke-linecap:round;stroke-linejoin:round;opacity:.54;filter:none!important}.board-arrows marker path{fill:#e9ad37;opacity:.54;filter:none!important}.cinematic-dof{background:radial-gradient(circle 28% at var(--focus-x,50%) var(--focus-y,50%),transparent 0 56%,#0505061f 78%,#02020378 100%);opacity:0;transition:opacity .28s;-webkit-backdrop-filter:none!important;-webkit-mask-image:none!important;mask-image:none!important}.cinematic-vignette{background:radial-gradient(circle at var(--focus-x,50%) var(--focus-y,50%),transparent 0 58%,#0202032e 82%,#0009 100%);box-shadow:none!important}.cinematic-focus .cinematic-vignette{opacity:.62}.board-viewport:not(.cinematic-focus) .cinematic-vignette,.board-viewport:not(.cinematic-focus) .cinematic-dof{opacity:0}.check-marker,.mate-flag,.mate-crown{z-index:12;pointer-events:none;filter:none;position:absolute}.check-marker{width:30px;height:30px;animation:.65s cubic-bezier(.12,.84,.18,1.18) both check-marker-slide;top:3px;right:3px}.check-marker svg{width:100%;height:100%;display:block}.check-marker svg path:first-child{fill:#d73b43}.check-marker svg path:last-child{fill:#fff}.king-in-check{animation:.62s cubic-bezier(.18,.82,.2,1) both king-check-slide!important}.mate-flag{transform-origin:9px 42px;width:34px;height:46px;animation:.72s cubic-bezier(.12,.84,.18,1.2) .22s both mate-flag-plant;top:-10%;left:52%}.mate-flag svg{width:100%;height:100%;overflow:visible}.mate-flag .flag-pole{fill:none;stroke:#f2efef;stroke-width:3px;stroke-linecap:round}.mate-flag .flag-cloth{fill:#d42f38;stroke:#ff777d;stroke-width:1px}.mate-crown{width:50%;animation:.82s cubic-bezier(.12,.84,.18,1.2) .3s both mate-crown-drop;top:-18%;left:50%;transform:translate(-50%)}.mate-crown svg{width:100%;overflow:visible}.mate-crown path:first-child{fill:#f3c95c;stroke:#fff0a7;stroke-width:1.8px;filter:drop-shadow(0 0 5px #f4c956)}.mate-crown path:last-child{fill:none;stroke:#fff0a7;stroke-width:2px}.edit-streaks{z-index:6;pointer-events:none;position:absolute;inset:0;overflow:hidden}.edit-streaks i{left:-18%;top:calc((var(--streak-index) + 1)*10%);opacity:0;width:34%;height:1px;animation:edit-streak .56s calc(var(--streak-index)*24ms) ease-out both;background:linear-gradient(90deg,#0000,#dff7ffb8,#0000);position:absolute;transform:rotate(-12deg)}.edit-streaks i:nth-child(2n){width:24%;animation-duration:.42s}.edit-streaks i:nth-child(3n){background:linear-gradient(90deg,#0000,#ffb296c0,#0000)}.motion-trail i{box-shadow:0 0 6px 2px #8cddff,0 0 16px 5px #3bbcff9c}.landing-particles i:nth-child(17){--ix:44px;--iy:-18px}.landing-particles i:nth-child(18){--ix:41px;--iy:19px}.landing-particles i:nth-child(19){--ix:18px;--iy:45px}.landing-particles i:nth-child(20){--ix:-18px;--iy:44px}.landing-particles i:nth-child(21){--ix:-43px;--iy:20px}.landing-particles i:nth-child(22){--ix:-44px;--iy:-17px}.landing-particles i:nth-child(23){--ix:-20px;--iy:-45px}.landing-particles i:nth-child(24){--ix:18px;--iy:-46px}.landing-particles i:nth-child(25){--ix:49px;--iy:1px}.landing-particles i:nth-child(26){--ix:-49px;--iy:0}.particle-burst i:nth-child(9){--px:42px;--py:-18px}.particle-burst i:nth-child(10){--px:44px;--py:17px}.particle-burst i:nth-child(11){--px:18px;--py:43px}.particle-burst i:nth-child(12){--px:-18px;--py:44px}.particle-burst i:nth-child(13){--px:-43px;--py:17px}.particle-burst i:nth-child(14){--px:-42px;--py:-18px}.checkmate-cutscene>div strong{margin:0}.checkmate-cutscene small{display:none}.mate-particles i{animation-duration:1.55s}.checkmate-fx .board-viewport{box-shadow:0 0 0 2px #df4048,0 0 58px #d6383f72,0 28px 55px #000a!important}.checkmate-fx .board{box-shadow:none!important}@keyframes classified-square-hold{0%{opacity:0;transform:scale(.94)}10%{opacity:1;transform:scale(1)}62%{opacity:.82}82%{opacity:.48}to{opacity:0}}@keyframes clock-urgent{0%{filter:brightness(.92)}to{filter:brightness(1.16)}}@keyframes check-marker-slide{0%{opacity:0;transform:translate(22px,-12px)rotate(18deg)scale(.55)}58%{opacity:1;transform:translate(-2px,1px)rotate(-4deg)scale(1.08)}to{opacity:1;transform:none}}@keyframes king-check-slide{0%,to{transform:translate(0,0)}34%{transform:translate(-4px,2px)rotate(-2deg)}62%{transform:translate(2px,-1px)rotate(1deg)}}@keyframes mate-flag-plant{0%{opacity:0;transform:translateY(-28px)rotate(-16deg)scale(.7)}68%{opacity:1;transform:translateY(3px)rotate(4deg)scale(1.06)}to{opacity:1;transform:none}}@keyframes mate-crown-drop{0%{opacity:0;transform:translate(-50%,-28px)rotate(-12deg)scale(.55)}64%{opacity:1;transform:translate(-50%,3px)rotate(3deg)scale(1.12)}to{opacity:1;transform:translate(-50%)}}@keyframes edit-streak{0%{opacity:0;transform:translate(-20%)rotate(-12deg)}28%{opacity:.9}to{opacity:0;transform:translate(430%)rotate(-12deg)}}@keyframes capture-recoil-refined{0%,to{transform:translate(0,0)}13%{transform:translate3d(var(--impact-x,0),var(--impact-y,0),0)}32%{transform:translate(-2.2px,1.1px)}52%{transform:translate(1.1px,-.55px)}72%{transform:translate(-.45px,.22px)}88%{transform:translate(.16px,-.08px)}}@media (max-width:1120px){.app-shell{grid-template-columns:132px minmax(0,1fr);column-gap:16px}.game-layout{grid-template-columns:minmax(0,610px) 280px;gap:18px}.board-area{max-width:610px}}@media (max-width:960px){.app-shell{display:block}.game-layout{grid-template-columns:minmax(0,1fr)}.board-area{width:min(100%,640px);max-width:640px}.opening-readout{margin-left:0}.captured-material{max-width:42vw}}@media (max-width:600px){.clock{min-width:76px;font-size:14px}.captured-material{display:none}.move-badge{width:25px;min-width:25px;height:25px}.classification-icon text{font-size:14px}.mate-crown{top:-14%}.opening-readout strong{font-size:11px}}body,.future-tabs button,.player-row,.side-panel,.controls button,.controls a,.field-pair select,.full-field input,.toggle-row,.moves li{font-family:Segoe UI,Verdana,sans-serif!important}.piece{width:var(--piece-scale,97%);height:var(--piece-scale,97%)}.eval-black,.eval-white{white-space:nowrap;font-size:8px}.eval-black span,.eval-white span{text-align:center;min-width:28px;display:block}.square.legal:after{background:#20231f70;width:18%;animation:1.25s ease-in-out infinite alternate legal-breathe;box-shadow:none!important}.square.legal:has(.piece):after{background:#b8484824;border:3px solid #7b34368f;width:78%;animation:1.2s ease-in-out infinite alternate legal-capture-breathe;box-shadow:none!important}.square.selected:before{box-shadow:none!important;background:#e2bd566b!important;animation:1s ease-in-out infinite alternate selected-flat-pulse!important}.square.last:before{box-shadow:0 0 9px 1px color-mix(in srgb,var(--move-color,#e6b658) 45%,transparent)!important;animation:3.7s ease-out forwards classified-square-natural!important}.landing-glow{border:1px solid #92d8f0a0;inset:8%;background:0 0!important;box-shadow:0 0 10px 2px #6cc9e77a!important}.landing-glow.capture{border-color:#ff9478bf;box-shadow:0 0 15px 4px #e853446e!important}.move-badge{width:31px;min-width:31px;height:31px;filter:none!important;animation:3.7s ease-out forwards authentic-badge-life!important}.classification-icon{object-fit:contain;image-rendering:auto!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;-webkit-user-drag:none!important;width:100%!important;height:100%!important;display:block!important}.classification-icon text{display:none}.clock{color:#f3f1ef;background:#171719;border-radius:2px;min-width:76px;padding:7px 8px;box-shadow:none!important;font:700 15px/1 Segoe UI,Verdana,sans-serif!important}.clock.active{color:#111!important;box-shadow:none!important;background:#ece9e4!important;border-color:#ece9e4!important}.clock.low{box-shadow:none!important}.player-row>div{min-width:0}.player-subline small{flex:none}.captured-material{align-items:center;min-width:0;max-width:170px;height:16px;display:inline-flex;overflow:hidden;position:static!important}.captured-material b{margin-left:7px}.cinematic-dof{display:none!important}.cinematic-vignette,.cinematic-flicker{z-index:10;pointer-events:none;opacity:0;position:absolute;inset:0}.cinematic-vignette{background:radial-gradient(circle at var(--focus-x,50%) var(--focus-y,50%),transparent 0 61%,#02020316 75%,#0000007a 100%);transition:opacity .2s}.cinematic-flicker{z-index:11;background:linear-gradient(105deg,transparent 0 44%,#ffffff12 48%,transparent 53%),radial-gradient(circle at var(--focus-x,50%) var(--focus-y,50%),#ffffff0b,transparent 42%)}.capture-shake .cinematic-flicker{animation:.62s steps(9,end) both capture-flash}.play-setup-panel{padding:24px 0 26px 20px}.setup-heading small{color:#e25259;font-size:8px;font-weight:800}.setup-heading h2{color:#f4f1ef;margin:8px 0 20px;font:700 22px/1.15 Segoe UI,Verdana,sans-serif}.play-mode-tabs{border-bottom:1px solid #332b2d;grid-template-columns:1fr 1fr;margin-bottom:20px;display:grid}.play-mode-tabs button{color:#888183;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:10px;font:700 12px Segoe UI,Verdana,sans-serif}.play-mode-tabs button.active{color:#fff;border-color:#d6383f}.setup-body{padding-right:2px}.start-local,.account-button{color:#fff;cursor:pointer;background:#a9282f;border:1px solid #ba3037;border-radius:3px;width:100%;margin-top:18px;padding:11px;font:700 12px Segoe UI,Verdana,sans-serif}.account-lock{border-left:3px solid #d6383f;margin:4px 0 20px;padding:4px 0 4px 12px}.account-lock b{color:#fff;font-size:13px}.account-lock p{color:#918a8b;margin:6px 0 0;font-size:11px;line-height:1.5}.account-button:disabled{color:#82787a;cursor:not-allowed;background:#271719;border-color:#543034}.panel-tabs button:disabled{opacity:.32;cursor:not-allowed}.puzzle-explanation{background:#160f10;border-left:3px solid #db3b42;margin:0 0 18px;padding:12px 13px}.puzzle-explanation b{color:#ef5b62;font-size:8px;display:block}.puzzle-explanation p{color:#c9c2c3;margin:7px 0 0;font-size:11px;line-height:1.55}.checkmate-cutscene>div{z-index:7;animation:5s cubic-bezier(.16,.72,.18,1) both cutscene-title-readable!important}.checkmate-cutscene strong{letter-spacing:0!important;text-shadow:0 2px 1px #000,0 0 13px #ff4b54,0 0 34px #a51f27!important;font:900 clamp(34px,5.4vw,62px)/1 Segoe UI,Verdana,sans-serif!important}.mate-ring{z-index:5;animation:4.1s cubic-bezier(.12,.76,.18,1) .45s both mate-ring-five!important}.mate-particles{z-index:6}.mate-particles i{animation:mate-particle-five 2.5s calc(.98s + var(--mate-index)*18ms) ease-out both!important}.mate-technique{z-index:6;pointer-events:none;position:absolute;inset:0;overflow:hidden}.mate-technique i,.mate-technique b{opacity:0;display:block;position:absolute}.mate-q .square:not(.mate-line){animation:5s both queen-board-vanish}.mate-q .square.mate-line{animation:5s both queen-line-isolate}.mate-tech-q .mate-technique i:first-child,.mate-tech-q .mate-technique i:nth-child(2){background:linear-gradient(90deg,#0000,#fff 34%,#ff4a53 50%,#fff 66%,#0000);width:140%;height:4px;animation:1.05s cubic-bezier(.08,.8,.12,1) 1.15s both queen-sword-cut;top:48%;left:-20%;transform:rotate(-12deg);box-shadow:0 0 8px #fff,0 0 28px #ff343e}.mate-tech-q .mate-technique i:nth-child(2){height:1px;animation-delay:1.26s;top:52%;transform:rotate(-12deg)translateY(12px)}.mate-tech-q .mate-technique i:nth-child(3){background:linear-gradient(102deg,#0000 0 48%,#fff9 49.5%,#0000 51%);animation:1.4s ease-out 1.45s both queen-screen-slice;inset:0}.mate-tech-q .mate-technique b{background:#fff;height:2px;animation:1.5s ease-out 1.8s both queen-impact-line;top:50%;left:0;right:0;box-shadow:0 0 18px 5px #ff4b54}.mate-tech-r .mate-technique{background:repeating-linear-gradient(90deg,#0000 0 12.2%,#ff49520d 12.35% 12.55%)}.mate-tech-r .mate-technique i:first-child{background:#fff;width:4px;height:130%;animation:1.35s ease-out .9s both rook-file-slam;top:-15%;left:50%;box-shadow:0 0 18px #ff3944}.mate-tech-r .mate-technique i:nth-child(2){border:3px solid #ff4c55;animation:2.2s ease-out 1.25s both rook-square-wave;inset:50%}.mate-tech-r .mate-technique i:nth-child(3){background:linear-gradient(90deg,#0000,#ff3d462e,#0000);animation:2s 1.35s both rook-scan;inset:0}.mate-tech-b .mate-technique i:first-child,.mate-tech-b .mate-technique i:nth-child(2){background:#fff;width:160%;height:3px;animation:1.45s ease-out 1s both bishop-diagonal-cut;top:48%;left:-30%;transform:rotate(45deg);box-shadow:0 0 16px #ff4d57}.mate-tech-b .mate-technique i:nth-child(2){animation-delay:1.3s;transform:rotate(-45deg)}.mate-tech-b .mate-technique i:nth-child(3){background:conic-gradient(from 45deg,#0000,#ff4a531f,#0000 24%);animation:2.5s 1.15s both bishop-prism;inset:0}.mate-tech-n .mate-technique i:first-child{border:3px solid #fff;border-radius:50%;width:64%;height:64%;animation:1.5s ease-out .9s both knight-freeze-ring;top:18%;left:18%;box-shadow:0 0 24px #ff4b54}.mate-tech-n .mate-technique i:nth-child(2),.mate-tech-n .mate-technique i:nth-child(3){transform-origin:0;background:#ff5660;width:34%;height:2px;animation:1.25s ease-out 1.25s both knight-l-cut;top:50%;left:50%}.mate-tech-n .mate-technique i:nth-child(3){animation-delay:1.42s;transform:rotate(90deg)}.mate-tech-p .mate-technique i{width:3px;height:34%;animation:pawn-ember-rise 2.1s calc(.8s + var(--mate-index,0)*50ms) ease-out both;background:linear-gradient(#0000,#fff,#ff4852);bottom:-15%;box-shadow:0 0 9px #ff4550}.mate-tech-p .mate-technique i:first-child{left:30%}.mate-tech-p .mate-technique i:nth-child(2){animation-delay:1.1s;left:50%}.mate-tech-p .mate-technique i:nth-child(3){animation-delay:1.35s;left:70%}.mate-tech-p .mate-technique b{background:#fff;height:3px;animation:1.8s ease-out 1.45s both pawn-horizon;bottom:16%;left:20%;right:20%;box-shadow:0 0 22px #ff4b54}.mate-tech-k .mate-technique i:first-child{border:4px double #ff5b63;animation:2.5s .8s both king-command-frame;inset:20%}.mate-tech-k .mate-technique i:nth-child(2){border:2px solid #fff;animation:2.5s 1.05s both king-command-frame;inset:30%;transform:rotate(45deg)}.mate-tech-k .mate-technique i:nth-child(3){background:#ff4b54;width:2px;animation:2.2s 1.3s both king-scepter;top:10%;bottom:10%;left:50%}.puzzle-success-cutscene .mate-technique i:first-child{background:#fff;width:140%;height:3px;animation:1.4s ease-out .8s both puzzle-scan-line;top:50%;left:-20%;box-shadow:0 0 18px #ff5058}.puzzle-success-cutscene .mate-technique i:nth-child(2){border:2px solid #ff5159;animation:2.7s 1.05s both puzzle-frame-lock;inset:18%}.puzzle-success-cutscene .mate-technique i:nth-child(3){background:repeating-linear-gradient(0deg,#0000 0 12px,#ffffff08 13px 14px);animation:2.8s steps(12,end) .9s both puzzle-scan-flicker;inset:0}@keyframes legal-breathe{0%{opacity:.68;transform:scale(.9)}to{opacity:.9;transform:scale(1)}}@keyframes legal-capture-breathe{0%{opacity:.58;transform:scale(.97)}to{opacity:.84;transform:scale(1.02)}}@keyframes selected-flat-pulse{0%{opacity:.72}to{opacity:1}}@keyframes classified-square-natural{0%{opacity:0}8%{opacity:.95}18%,69%{opacity:.82}84%{opacity:.46}to{opacity:0}}@keyframes authentic-badge-life{0%{opacity:0;transform:scale(.72)translateY(5px)}10%{opacity:1;transform:scale(1.08)}18%,72%{opacity:1;transform:scale(1)}87%{opacity:.52}to{opacity:0;transform:scale(.94)}}@keyframes vignette-pulse{0%{filter:brightness(.94);opacity:.68}to{filter:brightness(1.08);opacity:.86}}@keyframes edit-flicker{0%,to{opacity:0}12%{opacity:.28}26%{opacity:.06}38%{opacity:.34}55%{opacity:.08}72%{opacity:.24}86%{opacity:.03}}@keyframes capture-flash{0%{opacity:0}10%{opacity:.82}18%{opacity:.08}29%{opacity:.48}45%{opacity:.05}63%{opacity:.3}to{opacity:0}}@keyframes capture-recoil-heavy{0%,to{transform:translate(0,0)}9%{transform:translate3d(var(--impact-x,0),var(--impact-y,0),0)}22%{transform:translate(-5px,2.8px)}39%{transform:translate(2.8px,-1.6px)}57%{transform:translate(-1.3px,.8px)}76%{transform:translate(.55px,-.3px)}91%{transform:translate(-.14px,.08px)}}@keyframes cutscene-visibility{0%{opacity:0;background:#03030400}7%,88%{opacity:1}22%,78%{background:#03030470}to{opacity:0;background:#03030400}}@keyframes cutscene-title-readable{0%,14%{opacity:0;transform:scale(.78)translateY(12px)}28%{opacity:1;transform:scale(1.04)}38%,78%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.03)}}@keyframes mate-ring-five{0%{opacity:0;transform:translate(-50%,-50%)scale(.2)}14%{opacity:.9}72%{opacity:.28}to{opacity:0;transform:translate(-50%,-50%)scale(6)}}@keyframes mate-particle-five{0%{opacity:0;transform:rotate(calc(var(--mate-index)*10deg)) translateY(0) scale(.2)}18%{opacity:1}to{opacity:0;transform:rotate(calc(var(--mate-index)*10deg)) translateY(-270px) scale(.05)}}@keyframes queen-board-vanish{0%,18%{opacity:1}38%,76%{opacity:.08;filter:grayscale()brightness(.32)}to{opacity:1;filter:none}}@keyframes queen-line-isolate{0%,18%{filter:none}38%,76%{filter:brightness(1.3)saturate(1.15)}to{filter:none}}@keyframes queen-sword-cut{0%{opacity:0;transform:translate(-90%)rotate(-12deg)scaleX(.15)}18%{opacity:1}62%{opacity:1;transform:translate(0)rotate(-12deg)scaleX(1)}to{opacity:0;transform:translate(88%)rotate(-12deg)scaleX(.4)}}@keyframes queen-screen-slice{0%{opacity:0;transform:translate(-35%)}25%{opacity:.85}to{opacity:0;transform:translate(40%)}}@keyframes queen-impact-line{0%{opacity:0;transform:scaleX(.05)}25%{opacity:1}to{opacity:0;transform:scaleX(1.3)}}@keyframes rook-file-slam{0%{opacity:0;transform:translateY(-70%)}25%{opacity:1}70%{opacity:.8;transform:translateY(0)}to{opacity:0;transform:translateY(70%)}}@keyframes rook-square-wave{0%{opacity:0;transform:translate(-50%,-50%)scale(.1)}22%{opacity:1}to{opacity:0;transform:translate(-50%,-50%)scale(9)}}@keyframes rook-scan{0%{opacity:0;transform:translate(-100%)}35%{opacity:.9}to{opacity:0;transform:translate(100%)}}@keyframes bishop-diagonal-cut{0%{opacity:0;transform:translate(-70%)rotate(45deg)}28%{opacity:1}to{opacity:0;transform:translate(70%)rotate(45deg)}}@keyframes bishop-prism{0%{opacity:0;transform:rotate(-20deg)}35%{opacity:.9}to{opacity:0;transform:rotate(32deg)}}@keyframes knight-freeze-ring{0%{opacity:0;transform:scale(1.6)rotate(-20deg)}32%{opacity:1;transform:scale(.95)}to{opacity:0;transform:scale(1.3)rotate(22deg)}}@keyframes knight-l-cut{0%{opacity:0;transform:scaleX(0)}25%{opacity:1}to{opacity:0;transform:scaleX(2)}}@keyframes pawn-ember-rise{0%{opacity:0;transform:translateY(0)scaleY(.3)}28%{opacity:1}to{opacity:0;transform:translateY(-330%)scaleY(1.5)}}@keyframes pawn-horizon{0%{opacity:0;transform:scaleX(.1)}35%{opacity:1}to{opacity:0;transform:scaleX(1.5)}}@keyframes king-command-frame{0%{opacity:0;transform:scale(1.5)rotate(-18deg)}30%{opacity:1;transform:scale(.98)}to{opacity:0;transform:scale(1.24)rotate(18deg)}}@keyframes king-scepter{0%{opacity:0;transform:scaleY(0)}30%{opacity:1;transform:scaleY(1)}to{opacity:0;transform:scaleY(1.3)}}@keyframes puzzle-scan-line{0%{opacity:0;transform:translate(-80%)}30%{opacity:1}to{opacity:0;transform:translate(80%)}}@keyframes puzzle-frame-lock{0%{opacity:0;transform:scale(1.4)}28%{opacity:1;transform:scale(1)}82%{opacity:.7}to{opacity:0;transform:scale(1.08)}}@keyframes puzzle-scan-flicker{0%,to{opacity:0}12%{opacity:.65}25%{opacity:.14}42%{opacity:.52}58%{opacity:.12}76%{opacity:.4}}@media (max-width:960px){.play-setup-panel{padding-left:0}.puzzle-explanation{margin-top:6px}}@media (max-width:600px){.piece{width:var(--piece-scale,97%);height:var(--piece-scale,97%)}.clock{min-width:70px;padding:6px;font-size:13px}.captured-material{display:none}.checkmate-cutscene strong{font-size:31px!important}.setup-heading h2{font-size:19px}}body{min-height:0!important}.app-shell{width:100%;height:100dvh;position:relative;overflow:hidden;grid-template-rows:minmax(0,1fr)!important;grid-template-columns:128px minmax(0,1fr)!important;column-gap:18px!important;max-width:none!important;min-height:0!important;margin:0!important;padding:14px 18px 12px!important}.site-header{height:100%!important;min-height:0!important;padding:4px 12px 72px 0!important;position:relative!important;top:auto!important}.brand{align-items:flex-start!important;gap:9px!important}.brand-mark{flex:0 0 31px!important;width:31px!important;height:31px!important}.site-header .brand h1{color:#f6f3f0;flex-direction:column;margin:0;display:flex;font:700 17px/.9 Bahnschrift,Arial Narrow,Segoe UI,sans-serif!important}.future-tabs button{border-radius:3px;align-items:center;gap:9px;min-height:43px;color:#999294!important;padding:9px 10px!important;font-size:11px!important;display:flex!important}.future-tabs button svg{flex:none}.future-tabs button.active{color:#fff!important;background:linear-gradient(90deg,#9d272c2c,#0000)!important}.game-layout{min-height:0;overflow:hidden;grid-area:1/2!important;grid-template-columns:minmax(420px,min(640px,100dvh - 118px)) minmax(300px,1fr)!important;align-items:start!important;gap:22px!important;width:100%!important;height:100%!important;display:grid!important}.board-area{min-width:0;width:100%!important;max-width:calc(100dvh - 118px)!important}.side-panel{scrollbar-width:none;width:100%;height:calc(100dvh - 28px);min-height:0;border-left:1px solid #342a2c!important;overflow:hidden auto!important}.side-panel::-webkit-scrollbar{display:none}.player-row{height:44px!important}.play-setup-panel,.puzzle-panel{padding:22px 14px 22px 22px!important}.setup-heading h2{font-size:24px!important}.play-mode-tabs button,.segmented button,.start-local,.account-button,.next-puzzle,.create-room{min-height:44px!important;font-size:12px!important}.field-pair select,.full-field input{min-height:42px!important;font-size:12px!important}.toggle-row{min-height:40px}.controls button,.controls a{justify-content:center;align-items:center;min-height:42px;gap:7px!important;font-size:10px!important;display:flex!important}.site-footer{z-index:4;flex-direction:column;width:116px;bottom:2px;left:0;border-top:1px solid #292426!important;align-items:flex-start!important;gap:5px!important;margin:0!important;padding:9px 0 0!important;font-size:8px!important;display:flex!important;position:absolute!important}.site-footer a{white-space:nowrap}.board-stage{grid-template-columns:30px minmax(0,1fr)!important}.board-viewport.pre-game-locked{background:#09090a}.board-viewport.pre-game-locked .board{pointer-events:none;filter:blur(1.35px)grayscale(.35)brightness(.58)!important;transform:scale(.994)!important}.board-lock{z-index:22;color:#f3eeee;text-transform:uppercase;pointer-events:none;justify-content:center;align-items:center;gap:9px;font:800 10px/1 Segoe UI,Verdana,sans-serif;display:flex;position:absolute;inset:0}.board-lock:before{content:"";background:#080809a8;border:1px solid #ffffff24;width:150px;height:48px;position:absolute}.board-lock svg,.board-lock span{z-index:1;position:relative}.board-lock svg{color:#e74c53}.square.legal:after{width:25%!important;box-shadow:none!important;background:#444945a8!important;border:0!important;animation:1.15s ease-in-out infinite alternate legal-breathe!important}.square.legal:has(.piece):after{width:76%!important;box-shadow:none!important;background:0 0!important;border:4px solid #444945a8!important}.square.last:before{z-index:1;opacity:0;background:color-mix(in srgb,var(--move-color,#89909a) 54%,transparent)!important;box-shadow:0 0 13px 2px color-mix(in srgb,var(--move-color,#89909a) 58%,transparent),0 0 28px 6px color-mix(in srgb,var(--move-color,#89909a) 25%,transparent)!important;animation:3.75s cubic-bezier(.2,.72,.18,1) forwards move-mark-pair!important}.square.last-origin:before{animation-delay:0s!important}.move-badge{width:33px!important;min-width:33px!important;height:33px!important;top:3px!important;right:3px!important}.classification-icon,.check-marker img,.mate-flag img,.mate-crown img{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block;image-rendering:auto!important}.check-marker{width:34px!important;height:34px!important;top:2px!important;right:2px!important}.mate-flag{width:42%!important;height:auto!important;animation:.5s cubic-bezier(.16,.88,.2,1.22) both result-icon-drop!important;top:-9%!important;left:50%!important;transform:translate(-50%)!important}.mate-crown{width:48%!important;height:auto!important;animation:.5s cubic-bezier(.16,.88,.2,1.22) 80ms both result-icon-drop!important;top:-15%!important;left:50%!important;transform:translate(-50%)!important}.mate-flag img,.mate-crown img{filter:none!important}.capture-shake .board-viewport:before,.capture-shake .board-viewport:after{height:5.5%!important}.capture-burst:before,.capture-burst:after{content:"";border:3px solid #ffefc8;border-radius:50%;animation:.88s ease-out both capture-ring-wide;position:absolute;inset:50%;transform:translate(-50%,-50%)}.capture-burst:after{border-color:#ff5549;animation-delay:.1s}.landing-particles.capture i,.particle-burst i{box-shadow:0 0 7px,0 0 15px}.motion-trail.capture i{width:8px!important;height:3px!important;box-shadow:0 0 9px #ff8a69,0 0 20px #ff493f!important}.puzzle-guide-arrows{z-index:14;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.puzzle-guide-arrows line{stroke-linecap:round;stroke-width:15px;opacity:.82;animation:.34s ease-out both guide-line-in}.puzzle-guide-arrows .hint-line,.puzzle-guide-arrows .reply-line{stroke:#92b8a1}.square.hint-source:before,.square.hint-target:before,.square.demo-wrong-from:before,.square.demo-wrong-to:before,.square.demo-reply-from:before,.square.demo-reply-to:before{content:"";z-index:3;pointer-events:none;position:absolute;inset:0}.square.hint-source:before{background:#91b89c59;animation:.9s ease-in-out infinite alternate hint-pulse}.square.demo-wrong-from:before,.square.demo-wrong-to:before{background:#cc454952}.square.demo-reply-from:before,.square.demo-reply-to:before{background:#8fb39a66;animation:.55s ease-in-out infinite alternate hint-pulse}.puzzle-actions{align-items:center;gap:10px;margin:0 0 16px;display:flex}.puzzle-actions button{color:#eee8e9;cursor:pointer;background:#161314;border:1px solid #483b3d;border-radius:3px;align-items:center;gap:7px;min-height:40px;padding:0 13px;font-weight:700;display:flex}.puzzle-actions button:disabled{opacity:.38;cursor:not-allowed}.puzzle-actions button span{color:#8e8586}.puzzle-actions strong{color:#a9c9b0;font-size:13px}.puzzle-demo-note{background:#101412;border-left:3px solid #9abca2;justify-content:space-between;align-items:center;margin:-7px 0 12px;padding:9px 10px;display:flex}.puzzle-demo-note b{color:#98bca1;font-size:8px}.puzzle-demo-note span{font-weight:800}.checkmate-cutscene{background:#0303046b!important;animation:2.8s both short-clear-curtain!important}.checkmate-cutscene>div{animation:2.8s cubic-bezier(.16,.72,.18,1) both short-clear-title!important}.mate-ring{animation:2.25s cubic-bezier(.12,.76,.18,1) .18s both short-clear-ring!important}.puzzle-success-cutscene .mate-technique,.puzzle-success-cutscene .mate-particles{display:none!important}.trainer-layout{grid-area:1/2;grid-template-columns:minmax(420px,min(640px,100dvh - 52px)) minmax(300px,1fr);gap:22px;width:100%;height:100%;min-height:0;display:grid;overflow:hidden}.trainer-board-column{min-width:0;max-width:calc(100dvh - 52px)}.trainer-topline{justify-content:space-between;align-items:center;height:42px;padding:0 2px;display:flex}.trainer-topline>div:first-child{align-items:baseline;gap:10px;display:flex}.trainer-topline small{color:#d54a50;font-size:8px;font-weight:800}.trainer-topline strong{text-transform:uppercase;font:800 21px/1 ui-monospace,Cascadia Mono,monospace}.trainer-metrics{gap:7px;display:flex}.trainer-metrics span{color:#e9e5e5;background:#141314;border:1px solid #342e30;justify-content:center;align-items:center;gap:5px;min-width:68px;height:30px;font:750 12px/1 Segoe UI,Verdana,sans-serif;display:flex}.training-board{aspect-ratio:1;background:#0a0a0b;border:1px solid #403436;grid-template-rows:repeat(8,1fr);grid-template-columns:repeat(8,1fr);width:100%;display:grid;position:relative;overflow:hidden}.training-board.disabled:after{content:"PRESS START";z-index:10;color:#fff;pointer-events:none;background:#05050686;place-items:center;font:800 10px Segoe UI,Verdana,sans-serif;display:grid;position:absolute;inset:0}.training-square{cursor:pointer;border:0;place-items:center;min-width:0;min-height:0;padding:0;display:grid;position:relative}.training-square .piece{width:97%;height:97%}.training-square.selected:before{content:"";background:#e1bd596d;position:absolute;inset:0}.training-square.legal:after{content:"";aspect-ratio:1;background:#444945a8;border-radius:50%;width:25%;position:absolute}.training-square.legal:has(.piece):after{background:0 0;border:4px solid #444945a8;width:76%}.training-square.flash-correct:before,.training-square.flash-wrong:before{content:"";z-index:4;animation:.23s ease-out both trainer-flash;position:absolute;inset:0}.training-square.flash-correct:before{background:#79b774c9}.training-square.flash-wrong:before{background:#d84950bf}.training-square.trainer-destination .piece,.trainer-destination{opacity:0!important}.trainer-moving{z-index:9;pointer-events:none;width:12.5%;height:12.5%;animation:.235s cubic-bezier(.16,.78,.18,1) forwards trainer-piece-slide;position:absolute}.trainer-moving img{object-fit:contain;width:97%;height:97%;display:block}.trainer-moving.piece-n{animation-name:trainer-piece-knight}.trainer-panel{border-left:1px solid #342a2c;min-width:0;height:calc(100dvh - 28px);padding:18px 0 0 22px;overflow:hidden}.trainer-title{align-items:center;gap:11px;margin-bottom:20px;display:flex}.trainer-title>span{color:#e45157;border:1px solid #623035;place-items:center;width:38px;height:38px;display:grid}.trainer-title small{color:#d84d53;font-size:8px;font-weight:800;display:block}.trainer-title h2{color:#f4f0f0;margin:4px 0 0;font:700 23px/1 Bahnschrift,Segoe UI,sans-serif}.trainer-sets{margin-bottom:16px}.trainer-name{margin-top:16px}.trainer-start{color:#fff;cursor:pointer;background:#a92b31;border:1px solid #be343a;justify-content:center;align-items:center;gap:8px;width:100%;min-height:46px;margin:16px 0 20px;font-weight:800;display:flex}.trainer-leaderboard{border-top:1px solid #342a2c;padding-top:16px}.leaderboard-heading{justify-content:space-between;align-items:center;gap:8px;display:flex}.leaderboard-heading>span{color:#eee9e9;align-items:center;gap:7px;font-size:12px;font-weight:800;display:flex}.leaderboard-tabs{display:flex}.leaderboard-tabs button{color:#837c7d;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;min-height:34px;padding:0 8px;font-size:9px;font-weight:800}.leaderboard-tabs button.active{color:#fff;border-color:#d8464c}.trainer-leaderboard ol{margin:11px 0 0;padding:0;list-style:none}.trainer-leaderboard li{color:#8d8586;border-top:1px solid #242022;grid-template-columns:25px minmax(0,1fr) 44px;align-items:center;height:33px;font-size:10px;display:grid}.trainer-leaderboard li b{color:#d8d2d3;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.trainer-leaderboard li strong{text-align:right;color:#fff}.trainer-leaderboard li.empty-score{color:#756e70;height:46px;display:flex}@keyframes move-mark-pair{0%{opacity:0;transform:scale(.92)}8%{opacity:1;transform:scale(1)}18%,70%{opacity:.9}86%{opacity:.42}to{opacity:0}}@keyframes result-icon-drop{0%{opacity:0;transform:translate(-50%,-18px)scale(.65)}68%{opacity:1;transform:translate(-50%,2px)scale(1.08)}to{opacity:1;transform:translate(-50%)scale(1)}}@keyframes capture-recoil-impact{0%,to{transform:translate(0,0)rotate(0)}8%{transform:translate3d(var(--impact-x,0),var(--impact-y,0),0) rotate(-.42deg)}18%{transform:translate(-7px,4px)rotate(.28deg)}32%{transform:translate(4.2px,-2.5px)rotate(-.16deg)}49%{transform:translate(-2.1px,1.2px)rotate(.09deg)}67%{transform:translate(.9px,-.5px)}84%{transform:translate(-.28px,.16px)}}@keyframes capture-impact-ultra{0%{opacity:0;transform:translate(-50%,-50%)scale(.08)}12%{opacity:1}42%{opacity:1;transform:translate(-50%,-50%)scale(3.8)}to{opacity:0;transform:translate(-50%,-50%)scale(8.5)}}@keyframes capture-ring-wide{0%{opacity:0;width:4px;height:4px}18%{opacity:1}to{opacity:0;width:230px;height:230px}}@keyframes victim-impact-heavy{0%{opacity:1;transform:translate(0,0)rotate(0)scale(1)}18%{opacity:1;transform:translate3d(calc(var(--victim-weight)*1px),-8px,0) rotate(-13deg) scale(1.13)}52%{opacity:.72;transform:translate3d(calc(var(--victim-weight)*-2px),17px,0) rotate(24deg) scale(.86)}to{opacity:0;filter:blur(1.2px);transform:translate(12px,42px)rotate(46deg)scale(.25)}}@keyframes guide-line-in{0%{opacity:0;stroke-dasharray:0 1000}to{opacity:.82;stroke-dasharray:1000 0}}@keyframes hint-pulse{0%{opacity:.55}to{opacity:1}}@keyframes short-clear-curtain{0%,to{opacity:0}10%,82%{opacity:1}}@keyframes short-clear-title{0%,12%{opacity:0;transform:scale(.78)}30%{opacity:1;transform:scale(1.05)}42%,76%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.04)}}@keyframes short-clear-ring{0%{opacity:0;transform:translate(-50%,-50%)scale(.2)}22%{opacity:.9}to{opacity:0;transform:translate(-50%,-50%)scale(5)}}@keyframes trainer-flash{0%{opacity:1}to{opacity:0}}@keyframes trainer-piece-slide{0%{transform:translate(0,0)scale(1)}55%{transform:translate3d(var(--trainer-x-mid),calc(var(--trainer-y-mid) - 2px),0) scale(1.04)}to{transform:translate3d(var(--trainer-x),var(--trainer-y),0) scale(1)}}@keyframes trainer-piece-knight{0%{transform:translate(0,0)rotate(0)}50%{transform:translate3d(var(--trainer-x-half),calc(var(--trainer-y-half) - 16px),0) rotate(-16deg) scale(1.06)}to{transform:translate3d(var(--trainer-x),var(--trainer-y),0) rotate(0)}}@media (max-width:960px){.app-shell{display:grid!important}.game-layout,.trainer-layout{grid-template-columns:minmax(400px,1fr) minmax(270px,.75fr)!important;gap:16px!important}.board-area{max-width:calc(100dvh - 118px)!important}.trainer-board-column{max-width:calc(100dvh - 52px)!important}.site-header{display:flex!important}.side-panel,.trainer-panel{display:block!important}.opening-readout{margin-left:20px!important}}@media (max-width:760px){.app-shell{grid-template-rows:54px minmax(0,1fr)!important;grid-template-columns:1fr!important;padding:8px 10px!important}.site-header{border-bottom:1px solid #2b2527!important;border-right:0!important;flex-direction:row!important;grid-area:1/1!important;align-items:center!important;height:54px!important;padding:0!important}.brand{width:108px}.brand-mark{display:none!important}.site-header .brand h1{font-size:15px!important}.future-tabs{gap:0!important;margin:0 0 0 auto!important;display:flex!important}.future-tabs button{min-height:42px;padding:8px!important;font-size:0!important}.future-tabs button svg{width:18px;height:18px}.game-layout,.trainer-layout{grid-area:2/1!important;grid-template-rows:minmax(0,58%) minmax(0,42%)!important;grid-template-columns:minmax(0,1fr)!important;gap:6px!important;height:100%!important}.board-area,.trainer-board-column{margin:auto;width:min(100%,58dvh - 44px)!important;max-width:none!important}.side-panel,.trainer-panel{border-top:1px solid #342a2c!important;border-left:0!important;height:100%!important;padding:8px 10px!important;overflow-y:auto!important}.trainer-topline{height:34px}.player-row{height:34px!important}.site-footer{display:none!important}.opening-readout{margin-left:0!important}.play-setup-panel,.puzzle-panel{padding:12px 4px!important}}.square .piece,.training-square .piece{width:102%!important;height:102%!important}.square.selected:before,.training-square.selected:before{box-shadow:none!important;background:#78c8dc72!important;animation:.85s ease-in-out infinite alternate selected-reference-pulse!important}.square.legal:has(.piece):after{width:74%!important;box-shadow:none!important;background:0 0!important;border:5px solid #56616973!important;animation:none!important}.training-square.legal:has(.piece):after{width:74%!important;box-shadow:none!important;background:0 0!important;border:5px solid #56616973!important;animation:none!important}.check-marker,.mate-flag,.mate-crown{transform-origin:50%!important;width:34px!important;height:34px!important;animation:.42s cubic-bezier(.16,.88,.2,1.18) both result-icon-corner!important;top:3px!important;left:auto!important;right:3px!important;transform:none!important}.mate-crown{animation-delay:60ms!important}.mate-flag img,.mate-crown img,.check-marker img{filter:none!important}.effects-fixed,.endgame-note{color:#91898a;margin:14px 0 0;font:11px/1.55 Segoe UI,Verdana,sans-serif}.aim-coordinate-overlay{z-index:8;pointer-events:none;color:#101315;letter-spacing:-.06em;text-shadow:0 1px #ffffff9e,0 0 24px #f4fbffd9;font:900 clamp(58px,9vw,96px)/1 Bahnschrift,Segoe UI,sans-serif;animation:1.45s cubic-bezier(.16,.72,.18,1) both aim-coordinate-life;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.trainer-lives{color:#f06a70!important}.trainer-lives svg{fill:#d84b53}.endgame-sets{grid-template-columns:1fr 1fr!important;gap:6px!important;display:grid!important}.endgame-sets button{border:1px solid #332d2f!important;min-height:42px!important}.trainer-panel{scrollbar-width:none;overflow-y:auto!important}.trainer-panel::-webkit-scrollbar{display:none}.moving-piece.in-flight.piece-n{animation:knight-spin-return var(--travel-duration,.52s) cubic-bezier(.14,.76,.18,1) forwards!important}.trainer-moving.piece-n{animation:.245s cubic-bezier(.14,.76,.18,1) forwards trainer-knight-spin!important}@keyframes selected-reference-pulse{0%{opacity:.82}to{opacity:1}}@keyframes result-icon-corner{0%{opacity:0;transform:translateY(-8px)scale(.68)}70%{opacity:1;transform:translateY(1px)scale(1.08)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes aim-coordinate-life{0%{opacity:0;transform:translate(-50%,-50%)scale(.72)}16%{opacity:.92;transform:translate(-50%,-50%)scale(1.04)}34%{opacity:.78;transform:translate(-50%,-50%)scale(1)}to{opacity:.28;transform:translate(-50%,-50%)scale(.98)}}@keyframes knight-spin-return{0%{transform:translate(0,0)rotate(0)scale(1)}42%{transform:translate3d(var(--tx-38),calc(var(--ty-38) - var(--arc-lift)),0) rotate(-165deg) scale(1.09)}78%{transform:translate3d(var(--tx-76),calc(var(--ty-76) - 7px),0) rotate(-292deg) scale(1.045)}to{transform:translate3d(var(--tx),var(--ty),0) rotate(-360deg) scale(1)}}@keyframes trainer-knight-spin{0%{transform:translate(0,0)rotate(0)}50%{transform:translate3d(var(--trainer-x-half),calc(var(--trainer-y-half) - 18px),0) rotate(-180deg) scale(1.07)}to{transform:translate3d(var(--trainer-x),var(--trainer-y),0) rotate(-360deg)}}.app-shell{grid-template-columns:132px minmax(0,1fr)!important;column-gap:20px!important}.game-layout,.trainer-layout{grid-template-columns:minmax(420px,min(640px,100dvh - 118px)) minmax(270px,350px)!important;justify-content:start!important;padding-right:14px!important}.side-panel,.trainer-panel{max-width:350px!important}.square.selected:before,.training-square.selected:before{background:#e2a63f78!important;animation:.9s ease-in-out infinite alternate selected-warm-pulse!important;box-shadow:inset 0 0 0 2px #ffc75a75!important}.square.legal:has(.piece):after{width:74%!important;box-shadow:none!important;background:0 0!important;border:5px solid #5558528c!important;animation:none!important}.training-square.legal:has(.piece):after{width:74%!important;box-shadow:none!important;background:0 0!important;border:5px solid #5558528c!important;animation:none!important}.moving-piece,.moving-piece.capture-flight,.moving-piece.move-flight{filter:none!important;box-shadow:none!important;background:0 0!important}.moving-piece .motion-piece-art{object-fit:contain;width:100%;height:100%;filter:drop-shadow(0 11px 5px #000b) drop-shadow(0 0 5px var(--motion-glow,#d6a24c)) drop-shadow(0 0 13px color-mix(in srgb,var(--motion-glow,#d6a24c) 58%,transparent));will-change:transform,filter;display:block}.secondary-castle .motion-piece-art{filter:drop-shadow(0 10px 5px #000a)drop-shadow(0 0 6px #d6a24c99)}.landing-glow{background:radial-gradient(circle,color-mix(in srgb,var(--move-color,#d6a24c) 34%,transparent) 0,transparent 67%)!important;box-shadow:0 0 18px 4px color-mix(in srgb,var(--move-color,#d6a24c) 50%,transparent)!important;border-radius:38%!important}.landing-particles i{background:var(--move-color,#d6a24c)!important;color:var(--move-color,#d6a24c)!important}.capture-burst{background:radial-gradient(circle,#fff8e8 0,#ff8f725e 28%,#0000 70%)!important;border-radius:46%!important;animation:.74s cubic-bezier(.08,.72,.12,1) forwards capture-impact-clean!important;box-shadow:0 0 24px 8px #ffcfaa88,0 0 52px 16px #e84f4970!important}.king-in-check{transform-origin:bottom!important;animation:.58s cubic-bezier(.2,.75,.22,1) both king-check-shudder!important}.square:has(.king-in-check){box-shadow:inset 0 0 0 2px #d74a4f,inset 0 0 25px 7px #b528305e!important}.check-marker{display:none!important}.timeout-flag{z-index:10;pointer-events:none;width:38%;height:38%;animation:.5s cubic-bezier(.16,.88,.2,1.15) both timeout-flag-in;position:absolute;top:-8px;right:2px}.timeout-flag img{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 2px 2px #0009);width:100%;height:100%;display:block}.brand-mark{background:0 0!important;border:0!important;place-items:center!important;width:38px!important;height:42px!important;display:grid!important;position:relative!important;overflow:visible!important}.brand-mark img{object-fit:contain;filter:drop-shadow(0 2px 2px #000c);pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:44px;height:44px;transition:filter .3s,transform .3s;display:block}.brand-mark i{background:#ff353d;border-radius:50%;width:4px;height:4px;transition:transform .28s,box-shadow .28s;position:absolute;top:10px;left:22px;box-shadow:0 0 5px 2px #ff3139,0 0 13px 5px #ef202a7a}.brand:hover .brand-mark i{transform:scale(1.75);box-shadow:0 0 7px 3px #ff5a60,0 0 21px 10px #ee1e2b9c}.cinematic-vignette{opacity:.64!important;background:radial-gradient(circle,#0000 68%,#0000004d 100%)!important;box-shadow:inset 0 0 45px 8px #0004!important}.cinematic-focus .cinematic-vignette{opacity:1!important;background:radial-gradient(circle at var(--focus-x,50%) var(--focus-y,50%),transparent 46%,#00000075 100%)!important}.puzzle-player{display:none!important}.puzzle-panel{padding-top:18px!important}.puzzle-kicker,.puzzle-themes,.puzzle-source,.panel-tabs,.game-settings{display:none!important}.puzzle-heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.puzzle-heading small{color:#d95359;font-size:9px;font-weight:800;display:block}.puzzle-heading h2{margin:5px 0 0;font-size:22px;line-height:1.1}.puzzle-heading>strong{color:#f0eded;background:#171415;border:1px solid #433638;place-items:center;min-width:54px;height:34px;font-size:13px;display:grid}.puzzle-category{color:#91898b;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;margin-bottom:15px;font-size:10px;font-weight:700;display:grid}.puzzle-category select{color:#eee9ea;background:#151314;border:1px solid #3b3234;min-height:38px;padding:0 10px}.puzzle-actions button span{display:none!important}.square.hint-source:before{background:#d3a23f54!important}.square.hint-target:before{box-shadow:inset 0 0 0 4px #d3a23fb8!important}.opening-readout{padding:18px 0 15px 20px!important;display:block!important}.opening-readout small{margin-bottom:5px;display:block}.opening-readout strong{font-size:14px!important}.live-eval-toggle{border-top:1px solid #2f292b;border-bottom:1px solid #2f292b;margin:0 0 14px 20px}.game-actions{grid-template-columns:1fr 1fr;gap:8px;margin:0 0 12px 20px;display:grid}.game-actions button{color:#e8e2e3;cursor:pointer;background:#171415;border:1px solid #443638;justify-content:center;align-items:center;gap:7px;min-height:43px;font-size:11px;font-weight:700;display:flex}.game-actions button:hover:not(:disabled){background:#221719;border-color:#874048}.game-actions button:disabled{opacity:.38;cursor:not-allowed}.online-game-strip{color:#c7c0c1;border-bottom:1px solid #342c2e;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;min-height:42px;margin-left:20px;font-size:10px;display:grid}.online-game-strip svg{color:#6fba7c}.online-game-strip b{color:#fff;letter-spacing:.08em}.moves{min-height:160px!important}.moves ol{max-height:210px!important}.online-signin{justify-items:start;gap:10px;padding:18px 0;display:grid}.online-signin svg{color:#df4d54}.online-signin b{font-size:14px}.online-account{color:#ddd6d7;border-bottom:1px solid #352d2f;align-items:center;gap:8px;height:38px;font-size:11px;display:flex}.online-account svg{color:#70bb7b}.online-actions{grid-template-columns:1fr 1fr;gap:7px;margin-top:8px;display:grid}.online-actions button{color:#f2ebec;cursor:pointer;background:#211416;border:1px solid #5a3438;min-height:46px;font-weight:800}.online-actions button:last-child{background:#a92b31;border-color:#c43e45}.waiting-room{background:#160f10;border:1px solid #55363a;grid-template-columns:1fr auto;align-items:center;gap:5px;margin-top:14px;padding:13px;display:grid}.waiting-room small{color:#a89fa1;grid-column:1/-1;font-size:8px}.waiting-room strong{letter-spacing:.12em;font-size:23px}.waiting-room button{color:#ddd;cursor:pointer;background:#211d1e;border:1px solid #4d3e40;align-items:center;gap:5px;min-height:34px;display:flex}.online-status{color:#b9b1b2;margin:12px 0 0;font-size:11px}.start-local,.trainer-start{justify-content:center;align-items:center;gap:8px;min-height:56px!important;display:flex!important}.trainer-topline{padding:0 1px!important}.trainer-topline>strong{text-transform:none!important;font-size:18px!important}.trainer-title{margin-bottom:16px!important}.trainer-title h2{margin:0!important;font-size:23px!important}.aim-answer-log{border-top:1px solid #352e30;border-bottom:1px solid #352e30;height:226px;padding:6px 0;overflow:hidden}.aim-answer-log p{color:#827a7c;font-size:11px}.aim-answer-log div{color:#d7d1d2;border-top:1px solid #242022;align-items:center;gap:9px;height:30px;display:flex}.aim-answer-log div:first-child{border-top:0}.aim-answer-log .correct svg{color:#72bc78}.aim-answer-log .wrong svg{color:#dc5359}.trainer-results{background:#151112;border-left:3px solid #d4444b;grid-template-columns:auto 1fr;align-items:center;gap:4px 10px;margin:14px 0;padding:12px;display:grid}.trainer-results small{color:#a59c9e;grid-column:1/-1;font-size:8px}.trainer-results strong{font-size:28px}.trainer-results span{color:#c7c0c1;font-size:11px}.trainer-auth{color:#ddd6d7;cursor:pointer;background:#171415;border:1px solid #44383a;justify-content:center;align-items:center;gap:7px;width:100%;min-height:44px;margin-top:14px;font-weight:700;display:flex}.aim-coordinate-overlay{color:#121416!important;text-shadow:none!important;letter-spacing:0!important;animation:1.15s cubic-bezier(.16,.72,.18,1) both aim-coordinate-clean!important}.profile-page{border-left:1px solid #342a2c;grid-area:1/2;width:min(620px,100%);height:calc(100dvh - 28px);padding:38px 0 0 28px}.profile-heading{align-items:flex-start;gap:13px;margin-bottom:24px;display:flex}.profile-heading svg{color:#dc4d54}.profile-heading h2{color:#f4f0f0;margin:0;font-size:25px}.profile-heading p{color:#91898b;margin:6px 0 0;font-size:12px}.profile-tabs{border-bottom:1px solid #392f31;width:min(390px,100%);margin-bottom:20px;display:flex}.profile-tabs button{color:#8d8587;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;min-height:42px;padding:0 18px;font-weight:700}.profile-tabs button.active{color:#fff;border-color:#d9474e}.profile-form{gap:13px;width:min(390px,100%);display:grid}.profile-form label{gap:6px;display:grid}.profile-form label span{color:#9a9193;font-size:10px;font-weight:700}.profile-form input{color:#f0ebec;background:#151314;border:1px solid #423638;outline:none;min-height:44px;padding:0 12px}.profile-form input:focus{border-color:#a74950}.profile-primary,.profile-secondary{color:#fff;cursor:pointer;background:#a72a30;border:1px solid #be373e;justify-content:center;align-items:center;gap:8px;min-height:48px;font-weight:800;display:flex}.profile-secondary{color:#dcd5d6;background:#171415;border-color:#44383a}.auth-message{color:#c6bdbe;margin:2px 0 0;font-size:11px;line-height:1.5}.profile-state{color:#aaa1a3}@keyframes selected-warm-pulse{0%{opacity:.82}to{opacity:1}}@keyframes capture-impact-clean{0%{opacity:0;transform:translate(-50%,-50%)scale(.16)}16%{opacity:1}58%{opacity:.82;transform:translate(-50%,-50%)scale(4.6)}to{opacity:0;transform:translate(-50%,-50%)scale(7)}}@keyframes king-check-shudder{0%,to{transform:translate(0,0)rotate(0)}14%{transform:translate(-4px,1px)rotate(-2deg)}29%{transform:translate(4px,-1px)rotate(2deg)}44%{transform:translate(-2.5px)rotate(-1.2deg)}61%{transform:translate(2px)rotate(.8deg)}78%{transform:translate(-.8px)}}@keyframes timeout-flag-in{0%{opacity:0;transform:translateY(-9px)scale(.65)}70%{opacity:1;transform:translateY(1px)scale(1.08)}to{opacity:1;transform:none}}@keyframes aim-coordinate-clean{0%{opacity:0;transform:translate(-50%,-50%)scale(.88)}18%{opacity:.9;transform:translate(-50%,-50%)scale(1)}48%{opacity:.72}to{opacity:0;transform:translate(-50%,-50%)scale(.98)}}.brand-mark i{transform-origin:50%!important;width:4px!important;height:4px!important;top:9px!important;left:14px!important;transform:none!important}.brand:hover .brand-mark img{filter:drop-shadow(0 2px 2px #000c)drop-shadow(0 0 7px #e52e373d)!important;transform:none!important}.brand:hover .brand-mark i{transform:scale(1.75)!important}.board-viewport.pre-game-locked:before,.board-viewport.pre-game-locked:after{opacity:0!important;height:0!important}.board-viewport .cinematic-vignette{opacity:0!important;background:radial-gradient(circle at var(--focus-x,50%) var(--focus-y,50%),transparent 0 60%,#03030420 78%,#00000082 100%)!important;box-shadow:none!important;transition:opacity .62s cubic-bezier(.22,.72,.2,1)!important;animation:none!important}.board-viewport.cinematic-focus .cinematic-vignette{opacity:.72!important;animation:none!important}.capture-shake .board-viewport .cinematic-vignette{opacity:.91!important}.board-viewport.pre-game-locked .cinematic-vignette,.board-viewport.pre-game-locked .cinematic-flicker{opacity:0!important;animation:none!important}.eval-bar.white-win .eval-white{height:100%!important;top:0!important;bottom:auto!important}.eval-bar.black-win .eval-white{height:0!important;padding:0!important;display:none!important}.eval-bar.drawn .eval-white{height:50%!important}.eval-result{z-index:4;color:#fff;writing-mode:vertical-rl;text-shadow:0 1px 2px #000;pointer-events:none;font:800 8px/1 Arial,sans-serif;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(180deg)}.analysis-readout{grid-template-columns:1fr!important}.square.legal:after,.training-square.legal:after{width:27%!important;box-shadow:none!important;background:#5b5e588c!important;border:0!important;animation:none!important}.square.legal:has(.piece):after{aspect-ratio:auto!important;background:0 0!important;border:0!important;border-radius:7%!important;width:82%!important;height:82%!important;animation:none!important;box-shadow:inset 0 0 0 3px #696c66a6!important}.training-square.legal:has(.piece):after{aspect-ratio:auto!important;background:0 0!important;border:0!important;border-radius:7%!important;width:82%!important;height:82%!important;animation:none!important;box-shadow:inset 0 0 0 3px #696c66a6!important}.puzzle-guide-arrows .wrong-line{stroke:#f06a70!important;opacity:.78!important}.puzzle-guide-arrows .reply-line{stroke:#c8d8c7!important;opacity:.86!important}.square.demo-wrong-from:before,.square.demo-wrong-to:before,.square.demo-reply-from:before,.square.demo-reply-to:before{display:none!important}.puzzle-demo-note{background:#131213!important;border-left-color:#686264!important}.puzzle-demo-note b{color:#aaa3a4!important}.puzzle-demo-note span{color:#e4dedf!important}.square:focus{outline:none}.square:focus-visible{outline-offset:-3px;z-index:15;outline:2px solid #eee8e0}.aim-coordinate-overlay{opacity:0;text-shadow:none!important;font-size:clamp(46px,7vw,72px)!important;animation:1.8s linear both aim-coordinate-linear!important;transform:translate(-50%,-50%)!important}@keyframes aim-coordinate-linear{0%,22%{opacity:.82;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,-50%)}}.modal-backdrop{-webkit-backdrop-filter:none!important;background:#05050638!important}.promotion{background:#151315f2!important;border:1px solid #584044!important;border-radius:4px!important;padding:16px!important;box-shadow:0 18px 54px #000b!important}.promotion p{color:#eee9e9!important;margin-bottom:11px!important}.promotion button{width:70px!important;height:70px!important;box-shadow:none!important;background:0 0!important;border:1px solid #413638!important;border-radius:2px!important;transition:border-color .18s,background .18s!important}.promotion button:hover{background:#281719!important;border-color:#bc4148!important;transform:none!important}.promotion button img{display:block;filter:none!important;width:100%!important;height:100%!important}.moves ol{scrollbar-width:thin;scrollbar-color:#554448 #171416}.moves ol::-webkit-scrollbar{width:8px}.moves ol::-webkit-scrollbar-thumb{background:#554448;border:2px solid #171416;border-radius:6px}.moves ol::-webkit-scrollbar-thumb:hover{background:#76565c}.puzzle-success-cutscene{background:radial-gradient(circle,#171012b8 0,#050506ba 72%)!important;animation:2.8s both puzzle-curtain-cinematic!important}.puzzle-success-cutscene>div{justify-items:center;gap:12px;display:grid;animation:2.8s cubic-bezier(.16,.78,.18,1) both puzzle-title-cinematic!important}.puzzle-success-cutscene>div svg{color:#f05b62;stroke-width:2.4px;filter:none}.puzzle-success-cutscene strong{color:#f7f3f1!important;font:800 clamp(28px,4.5vw,50px)/1 var(--display-font)!important;letter-spacing:.07em!important;text-shadow:none!important;margin:0!important}.puzzle-success-lines{z-index:4;background:linear-gradient(90deg,#0000,#ec555c,#fff,#ec555c,#0000);height:1px;animation:2.1s ease-out .2s both puzzle-line-sweep;position:absolute;top:50%;left:-15%;right:-15%}.success-sparks,.end-particles{z-index:6;pointer-events:none;position:absolute;inset:50%}.success-sparks i,.end-particles i{width:4px;height:4px;transform:rotate(calc(var(--spark-index)*20deg)) translateX(0);animation:success-spark 1.4s calc(.38s + var(--spark-index)*18ms) ease-out both;background:#f06a70;border-radius:50%;position:absolute;top:0;left:0;box-shadow:0 0 8px #ed555d}@keyframes puzzle-curtain-cinematic{0%,to{opacity:0}12%,82%{opacity:1}}@keyframes puzzle-title-cinematic{0%,14%{opacity:0;transform:translateY(12px)scale(.94)}32%,73%{opacity:1;transform:none}to{opacity:0;transform:translateY(-6px)scale(1.02)}}@keyframes puzzle-line-sweep{0%{opacity:0;transform:scaleX(.08)}24%{opacity:1}68%{opacity:.65;transform:scaleX(1)}to{opacity:0;transform:scaleX(1.05)}}@keyframes success-spark{0%{opacity:0;transform:rotate(calc(var(--spark-index)*20deg)) translateX(18px) scale(.3)}22%{opacity:1}to{opacity:0;transform:rotate(calc(var(--spark-index)*20deg)) translateX(150px) scale(.05)}}.end-ceremony{z-index:26;pointer-events:none;background:#050506ba;place-items:center;animation:2.6s both end-curtain;display:grid;position:absolute;inset:0;overflow:hidden}.end-ceremony>div{z-index:4;justify-items:center;gap:9px;animation:2.6s cubic-bezier(.16,.78,.18,1) both end-title;display:grid;position:relative}.end-ceremony small{color:#bdb5b6;font:800 9px/1 Arial,sans-serif}.end-sweep{z-index:3;background:linear-gradient(90deg,#0000,#ee4e57,#fff,#ee4e57,#0000);height:2px;animation:1.8s ease-out .22s both end-sweep;position:absolute;top:50%;left:-20%;right:-20%}.end-ceremony.draw .end-sweep{background:linear-gradient(90deg,#0000,#aaa5a1,#fff,#aaa5a1,#0000)}.end-particles i{--spark-index:var(--end-index);animation:success-spark 1.5s calc(.42s + var(--end-index)*16ms) ease-out both;background:#ee5960}@keyframes end-curtain{0%,to{opacity:0}10%,82%{opacity:1}}@keyframes end-title{0%,12%{opacity:0;transform:scale(.88)}29%,72%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.03)}}@keyframes end-sweep{0%{opacity:0;transform:scaleX(.05)}24%{opacity:1}72%{opacity:.72;transform:scaleX(1)}to{opacity:0;transform:scaleX(1.08)}}.elo-picker{border:0;min-width:0;margin:2px 0 0;padding:0}.elo-picker legend{color:#9a9193;align-items:center;gap:6px;margin-bottom:8px;font-size:10px;font-weight:700;display:flex}.elo-picker>div{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.elo-picker button{color:#d7d0d1;text-align:left;cursor:pointer;background:#151314;border:1px solid #3d3436;align-content:center;justify-items:start;gap:3px;min-width:0;min-height:72px;padding:9px;display:grid}.elo-picker button:hover{border-color:#765057}.elo-picker button.active{background:#251719;border-color:#bf3d44;box-shadow:inset 0 0 0 1px #bf3d4438}.elo-picker button span{color:#ef6269;font-size:10px;font-weight:800}.elo-picker button small{color:#837b7d;font-size:8px;line-height:1.25}.field-help{color:#7e7678;font-size:9px;line-height:1.35}.profile-primary:disabled{opacity:.68;cursor:wait}.auth-message{background:#181214;border-left:3px solid #ad3b42;align-items:center;gap:8px;min-height:38px;padding:8px 10px;display:flex}.auth-message.success{color:#cde3d0;background:#111713;border-color:#70b878}.auth-message.success svg{color:#70b878}.auth-message.error svg{color:#e35b62}@media (max-width:600px){.elo-picker>div{grid-template-columns:1fr}.elo-picker button{grid-template-columns:1fr auto;min-height:52px}.elo-picker button small{grid-column:1/-1}}:root{--paper:#d7c9ad;--paper-bright:#eee5d2;--paper-dim:#aa9b7e;--ink:#171611;--ink-2:#201e18;--ink-3:#29261f;--ink-line:#716955;--ink-muted:#9d9585;--signal-red:#c9504f;--arrow-note:#e1bd69;--arrow-wrong:#d86862;--arrow-reply:#8fb49a}.brand{border-bottom:1px dashed #766d584d;width:auto!important;padding:5px 8px 14px!important;display:block!important}.site-header .brand h1{transform:rotate(-1deg);color:var(--paper-bright)!important;flex-direction:column!important;margin:0!important;font:700 20px/.88 Segoe Print,Bradley Hand,cursive!important;display:flex!important}.site-header .brand h1 span:last-child{margin-left:10px;color:var(--paper-dim)!important}.brand-mark{display:none!important}.future-tabs button{color:#aaa18f!important;background:0 0!important;border:1px solid #0000!important;border-radius:7px 5px 8px 4px!important;min-height:39px!important;padding:8px 9px!important;font:700 11px/1 Trebuchet MS,Segoe UI,sans-serif!important;transition:background .17s,border-color .17s,color .17s!important}.future-tabs button svg{stroke-width:1.8px}.setup-heading small,.trainer-title small,.studio-title small,.page-heading small,.about-kicker{color:var(--paper-dim)!important;font-family:Segoe Print,Bradley Hand,cursive!important}.play-mode-tabs button.active,.panel-tabs button.active,.leaderboard-tabs button.active{border-color:var(--paper)!important;color:var(--paper-bright)!important}.settings-title,.full-field span,.field-pair label span,.panel-title,.opening-readout small,.analysis-readout small{color:#a89e8b!important}.field-pair select,.full-field input,.studio-field input,.profile-form input{color:var(--paper-bright)!important;box-shadow:none!important;background:#1d1b15!important;border:1px solid #81765d7a!important;border-radius:6px 4px 7px 5px!important}.segmented button{color:#a99f8d!important;background:0 0!important;border-color:#756b564d!important}.segmented button.active{background:var(--paper)!important;color:#17150f!important}.start-local,.account-button,.next-puzzle,.trainer-start,.studio-submit{border:1px solid var(--paper-bright)!important;background:var(--paper)!important;color:#17150f!important;border-radius:8px 5px 9px 6px!important;transition:transform .13s,box-shadow .13s!important;box-shadow:3px 3px #070705!important}.start-local:hover,.account-button:hover,.next-puzzle:hover,.trainer-start:hover,.studio-submit:hover{transform:translate(1px,1px)!important;box-shadow:2px 2px #070705!important}.clock{min-width:70px!important;color:var(--paper-bright)!important;box-shadow:none!important;background:#211f19!important;border:1px solid #756b564d!important;border-radius:6px 4px 7px 5px!important}.clock.active{background:var(--paper)!important;color:#17150f!important;border-color:#d9c9a6!important}.site-footer{color:#887f6e!important;border-top-color:#71685452!important}.site-footer a,.site-footer button{font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:none;color:#988e7b!important}.square.legal:after,.training-square.legal:after,.studio-square.legal:after{content:""!important;z-index:4!important;aspect-ratio:1!important;width:27%!important;height:auto!important;box-shadow:none!important;pointer-events:none!important;background:#55564fa3!important;border:0!important;border-radius:50%!important;animation:1.25s ease-in-out infinite alternate paper-dot-breathe!important;position:absolute!important}.square.legal.legal-capture:after,.training-square.legal.legal-capture:after,.studio-square.legal.legal-capture:after{aspect-ratio:auto!important;width:78%!important;height:78%!important;box-shadow:none!important;background:0 0!important;border:5px solid #65665fa6!important;border-radius:50%!important;animation:1.25s ease-in-out infinite alternate paper-ring-breathe!important}.square.legal:not(.legal-capture):after,.training-square.legal:not(.legal-capture):after,.studio-square.legal:not(.legal-capture):after{background:#55564fa3!important;border:0!important}.square.selected:before,.training-square.selected:before,.studio-square.selected:before{content:"";position:absolute;inset:0;background:#d79b3b9e!important;animation:.8s ease-in-out infinite alternate selected-paper!important;box-shadow:inset 0 0 18px #f4c6773b!important}@keyframes paper-dot-breathe{to{opacity:.72;transform:scale(1.1)}}@keyframes paper-ring-breathe{to{opacity:.72;transform:scale(.96)}}@keyframes selected-paper{to{background:#d79b3bb8;box-shadow:inset 0 0 22px #f4c6775c}}.moving-piece .motion-piece-art{object-fit:contain;will-change:opacity,filter;width:100%;height:100%;display:block;filter:drop-shadow(0 10px 5px #000b) drop-shadow(0 0 2px var(--motion-glow,#d6a24c)) drop-shadow(0 0 7px color-mix(in srgb,var(--motion-glow,#d6a24c) 34%,transparent))!important}.moving-piece.in-flight .motion-piece-art{animation:piece-edit-flicker var(--travel-duration,.6s) linear both!important}.capture-flight .motion-piece-art{filter:drop-shadow(0 13px 6px #000c) drop-shadow(0 0 3px var(--motion-glow,#d86862)) drop-shadow(0 0 10px color-mix(in srgb,var(--motion-glow,#d86862) 43%,transparent))!important}@keyframes piece-edit-flicker{0%,14%,31%,48%,72%,to{opacity:1}15%,30%{opacity:.88}49%{opacity:.93}73%{opacity:.9}}.cinematic-flicker{background:linear-gradient(104deg,transparent 0 43%,#f4e7ca12 48%,transparent 54%),radial-gradient(circle at var(--focus-x,50%) var(--focus-y,50%),#fff2ce0e,transparent 42%)!important}@keyframes beige-edit-flicker{0%,to{opacity:0}9%{opacity:.3}13%{opacity:.05}31%{opacity:.2}37%{opacity:.04}62%{opacity:.24}70%{opacity:.02}}.mate-flag{display:none!important}.mate-hash,.mate-crown{z-index:15!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;width:36px!important;height:36px!important;animation:.46s cubic-bezier(.16,.88,.2,1.18) both result-icon-corner!important;position:absolute!important;top:2px!important;left:auto!important;right:3px!important;transform:none!important}.mate-hash{place-items:center;display:grid;color:#ef4f51!important;text-shadow:0 2px 2px #000c,0 0 7px #a8171c99!important;font:900 34px/.9 Trebuchet MS,Arial,sans-serif!important}.mate-crown img{object-fit:contain;-webkit-user-drag:none;display:block;filter:none!important;width:100%!important;height:100%!important}.board-arrows .arrow-line{fill:none;stroke:var(--arrow-note)!important;stroke-width:13px!important;opacity:.69!important;filter:none!important}.board-arrows #arrow-head path{fill:var(--arrow-note)!important}.puzzle-guide-arrows line{stroke-width:14px!important;opacity:.84!important;filter:none!important}.puzzle-guide-arrows .hint-line{stroke:var(--arrow-note)!important}.puzzle-guide-arrows #hint-head path{fill:var(--arrow-note)!important}.puzzle-guide-arrows .wrong-line{stroke:var(--arrow-wrong)!important}.puzzle-guide-arrows #wrong-head path{fill:var(--arrow-wrong)!important}.puzzle-guide-arrows .reply-line{stroke:var(--arrow-reply)!important}.puzzle-guide-arrows #reply-head path{fill:var(--arrow-reply)!important}.aim-coordinate-overlay{color:#f2ead9!important;font:800 clamp(88px,13vw,148px)/1 Trebuchet MS,Segoe UI,sans-serif!important;animation:2.15s linear both aim-coordinate-paper!important}@keyframes aim-coordinate-paper{0%,20%{opacity:.9}to{opacity:0}}.studio-layout{grid-area:1/2;grid-template-columns:minmax(420px,min(640px,100dvh - 70px)) minmax(280px,350px);gap:22px;width:100%;height:100%;min-height:0;display:grid;overflow:hidden}.studio-board-column{min-width:0;max-width:calc(100dvh - 70px)}.studio-topline{justify-content:space-between;align-items:center;height:42px;padding:0 3px;display:flex}.studio-topline span{color:var(--paper-dim);font-size:11px;font-weight:700}.studio-board{aspect-ratio:1;background:#0a0907;border:1px solid #857a61;grid-template-rows:repeat(8,1fr);grid-template-columns:repeat(8,1fr);width:100%;display:grid;position:relative;overflow:hidden;box-shadow:5px 6px #080704}.studio-square{cursor:pointer;border:0;place-items:center;min-width:0;min-height:0;padding:0;display:grid;position:relative}.studio-square:disabled{cursor:default}.studio-square .piece{width:var(--piece-scale,102%);height:var(--piece-scale,102%)}.placement-preview{aspect-ratio:1;opacity:0;border:1px dashed #d9c9a671;border-radius:50%;width:18%;transition:opacity .15s}.studio-square:hover .placement-preview{opacity:1}.studio-panel{scrollbar-width:none;border-left:1px solid #6f66544d;min-width:0;height:calc(100dvh - 28px);padding:18px 0 0 22px;overflow-y:auto}.studio-panel::-webkit-scrollbar{display:none}.studio-title{align-items:center;gap:11px;margin-bottom:18px;display:flex}.studio-title>span{width:40px;height:40px;color:var(--paper);border:1px solid #8b8067;border-radius:7px 4px 8px 5px;place-items:center;display:grid}.studio-title small{font-size:8px;font-weight:800;display:block}.studio-title h2{margin:3px 0 0;font-size:23px;line-height:1}.studio-field{gap:7px;margin-bottom:18px;display:grid}.studio-field span{color:#a89e8b;text-transform:uppercase;font-size:9px;font-weight:800}.studio-field input{min-height:42px;padding:8px 10px;font:700 12px Trebuchet MS,Segoe UI,sans-serif}.piece-palette{grid-template-columns:repeat(7,1fr);gap:5px;margin:8px 0 19px;display:grid}.piece-palette button{aspect-ratio:1;cursor:pointer;background:#1c1a15;border:1px solid #625a484f;border-radius:6px 4px 7px;min-width:0;padding:0}.piece-palette button.active{border-color:var(--paper-bright);background:#3c372b;box-shadow:1px 2px #070604}.piece-palette img{object-fit:contain;pointer-events:none;width:100%;height:100%;display:block}.piece-palette .eraser{color:#a69b87;place-items:center;display:grid}.studio-actions{grid-template-columns:1.35fr .65fr;gap:7px;margin-top:4px;display:grid}.studio-actions button,.studio-signin,.community-profile{color:#cfc4ae;cursor:pointer;background:#201e18;border:1px solid #776d5773;border-radius:7px 5px 8px 4px;justify-content:center;align-items:center;gap:7px;min-height:42px;font-weight:700;display:flex}.studio-actions button.active{border-color:var(--paper);color:var(--paper-bright)}.studio-actions button:disabled{opacity:.35;cursor:not-allowed}.studio-message{color:#bcb19d;background:#1d1b15;border-left:3px solid #7d745f;min-height:48px;margin:12px 0;padding:10px 11px;font-size:11px;line-height:1.45}.studio-message.warning{border-color:var(--signal-red);color:#e8b5ac}.studio-signin{width:100%;margin-bottom:7px}.studio-submit{cursor:pointer;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;font-weight:800;display:flex}.community-status{background:#1d1b15;border:1px dashed #776e59;border-radius:8px 5px 9px 6px;align-content:center;justify-items:start;min-height:96px;margin:3px 0 18px;padding:16px;display:grid}.community-status p{color:#c9bfad;margin:7px 0 0;line-height:1.5}.community-credit{gap:5px;margin-bottom:18px;display:grid}.community-credit small{color:#9d9381;font-size:8px;font-weight:800}.community-credit strong{font-family:Segoe Print,Bradley Hand,cursive;font-size:16px}.community-note{color:#928977;font-size:10px;line-height:1.5}.community-profile{width:100%;margin-top:12px}.about-page{border-left:1px solid #7067544d;grid-area:1/2;width:min(850px,100%);height:calc(100dvh - 28px);padding:54px 40px 24px;overflow:auto}.about-kicker{font-size:10px;font-weight:800}.about-page h2{max-width:730px;color:var(--paper-bright);margin:15px 0 17px;font:700 clamp(34px,5vw,58px)/1.04 Segoe Print,Bradley Hand,cursive}.about-page>p{color:#c7bda9;max-width:670px;margin:0;font-size:16px;line-height:1.65}.about-notes{grid-template-columns:repeat(3,1fr);gap:12px;margin:34px 0;display:grid}.about-notes article{background:#1e1c16;border:1px solid #81765e;border-radius:9px 5px 10px 6px;min-height:128px;padding:17px;box-shadow:3px 3px #080704}.about-notes strong{color:var(--paper-bright);margin-bottom:9px;font-family:Segoe Print,Bradley Hand,cursive;font-size:15px;display:block}.about-notes span{color:#a99f8d;font-size:11px;line-height:1.55}.coffee-link{box-sizing:border-box;border:1px solid var(--paper-bright);background:var(--paper);color:#17150f;border-radius:9px 5px 10px 6px;align-items:center;gap:12px;width:min(390px,100%);padding:14px 16px;text-decoration:none;display:flex;box-shadow:4px 4px #070604}.coffee-link span{gap:3px;display:grid}.coffee-link b{font-size:13px}@media (max-width:1000px){.app-shell{grid-template-columns:124px minmax(0,1fr)!important;column-gap:14px!important}.studio-layout{grid-template-columns:minmax(390px,1fr) minmax(250px,.72fr)}.piece-palette{grid-template-columns:repeat(5,1fr)}}@media (max-width:760px){.app-shell{grid-template-columns:1fr!important}.site-header{border-bottom-color:#7067544d!important}.brand{border:0;padding:0!important}.future-tabs{scrollbar-width:none!important;overflow-x:auto!important}.future-tabs::-webkit-scrollbar{display:none}.game-layout,.trainer-layout,.studio-layout{grid-area:2/1!important;grid-template-rows:minmax(0,58%) minmax(0,42%)!important;grid-template-columns:minmax(0,1fr)!important;gap:6px!important;height:100%!important}.studio-board-column{width:min(100%,58dvh - 44px);max-width:none;margin:auto}.studio-panel{border-top:1px solid #7067544d;border-left:0;height:100%;padding:8px 10px}.about-page{border:0;grid-area:2/1;width:100%;height:100%;padding:22px 14px}.about-notes{grid-template-columns:1fr}.site-footer{display:none!important}}:root{--signal-red:#d8464c;--signal-red-deep:#8f2026;--signal-red-soft:#f06469;--paper:#d8464c;--paper-bright:#f2eeee;--paper-dim:#a9a0a1}body{color:#ece8e8!important;background:#090a0b!important;font-family:Segoe UI,Verdana,sans-serif!important}.app-shell{background:radial-gradient(circle at 66% 5%,#3d15181c,#0000 34%),#090a0b!important;grid-template-columns:132px minmax(0,1fr)!important;column-gap:20px!important}.site-header{border-right:1px solid #342a2c!important;padding-right:12px!important}.brand{border-bottom:1px solid #2f282a!important;align-items:center!important;gap:8px!important;width:auto!important;padding:4px 0 13px!important;display:flex!important}.brand-sigil{color:#f4eeee;background:#141012;border:1px solid #6e3035;flex:0 0 31px;place-items:center;width:31px;height:31px;transition:border-color .2s,box-shadow .2s;display:grid;position:relative;overflow:hidden}.brand-sigil i{background:#d8464c;width:4px;height:44px;position:absolute;transform:rotate(35deg);box-shadow:0 0 10px #d8464c88}.brand-sigil b{z-index:1;letter-spacing:.08em;background:#141012d9;padding:2px;font:900 8px/1 Arial,sans-serif;position:relative}.brand:hover .brand-sigil{border-color:#e05259;box-shadow:0 0 18px #d8464c47}.site-header .brand h1{color:#f5f1f1!important;flex-direction:column!important;margin:0!important;font:750 17px/.9 Bahnschrift,Arial Narrow,Segoe UI,sans-serif!important;display:flex!important;transform:none!important}.site-header .brand h1 span:last-child{color:#bcb5b6!important;margin:0!important}.future-tabs button{color:#938c8d!important;min-height:42px!important;box-shadow:none!important;cursor:pointer!important;background:0 0!important;border:0!important;border-left:2px solid #0000!important;border-radius:2px!important;padding:9px!important;font:700 11px/1 Segoe UI,Verdana,sans-serif!important;transition:color .16s,background .16s!important}.future-tabs button.active{color:#fff!important;box-shadow:none!important;background:linear-gradient(90deg,#9d272c36,#0000)!important;border-color:#0000 #0000 #0000 #d8464c!important}.game-layout,.trainer-layout,.studio-layout{padding-right:0!important}.side-panel,.trainer-panel,.studio-panel,.profile-page{border-color:#342a2c!important}.play-setup-panel,.puzzle-panel{color:#ece8e8!important}.setup-heading h2,.trainer-title h2,.studio-title h2,.page-heading h2{color:#f3eeee!important;font-family:Bahnschrift,Segoe UI,Verdana,sans-serif!important;font-weight:700!important}.play-mode-tabs,.panel-tabs,.trainer-leaderboard,.moves,.analysis-readout,.game-settings,.online-panel{border-color:#342a2c!important}.play-mode-tabs button.active,.panel-tabs button.active,.leaderboard-tabs button.active{color:#fff!important;border-color:#d8464c!important}.settings-title,.full-field span,.field-pair label span,.panel-title,.opening-readout small,.analysis-readout small,.studio-field span,.trainer-title small,.setup-heading small,.page-heading small{color:#a29a9b!important;font-family:Segoe UI,Verdana,sans-serif!important;font-size:10px!important;line-height:1.2!important}.field-pair select,.full-field input,.studio-field input,.profile-form input{color:#eee9e9!important;box-shadow:none!important;background:#141214!important;border:1px solid #44383a!important;border-radius:3px!important;font-family:Segoe UI,Verdana,sans-serif!important;font-size:12px!important}.field-pair select:focus,.full-field input:focus,.studio-field input:focus,.profile-form input:focus{border-color:#a53a40!important;outline:1px solid #d8464c26!important}.segmented{background:#111011!important;border-color:#44383a!important;border-radius:3px!important}.segmented button{color:#a39b9c!important;background:0 0!important;border-color:#44383a!important;font-family:Segoe UI,Verdana,sans-serif!important}.segmented button.active{color:#fff!important;background:#3e2326!important}.start-local,.account-button,.next-puzzle,.trainer-start,.studio-submit{color:#fff!important;box-shadow:none!important;background:#a92b31!important;border:1px solid #c53a41!important;border-radius:3px!important;transition:background .15s,border-color .15s!important}.start-local:hover,.account-button:hover,.next-puzzle:hover,.trainer-start:hover,.studio-submit:hover{box-shadow:none!important;background:#bd343a!important;border-color:#ea555c!important;transform:none!important}.start-local:disabled,.next-puzzle:disabled,.trainer-start:disabled,.studio-submit:disabled{opacity:.4!important;box-shadow:none!important;transform:none!important}.toggle-row i{background:#2f2c2d!important;border:1px solid #4b3d3f!important}.toggle-row input:checked+i:after{background:#f1e9e9!important}.clock{color:#eeeaea!important;min-width:66px!important;box-shadow:none!important;background:#151315!important;border:1px solid #43383a!important;border-radius:3px!important}.clock.active{color:#fff!important;background:#342023!important;border-color:#a73a40!important}.clock.low{color:#f0d78f!important;border-color:#a68e55!important}.clock.flagged{color:#fff!important;background:#5a2226!important;border-color:#d8464c!important}.controls button,.controls a,.game-actions button,.online-actions button{color:#cfc8c9!important;box-shadow:none!important;background:#151315!important;border-color:#43383a!important;border-radius:3px!important}.controls button:hover,.controls a:hover,.game-actions button:hover,.online-actions button:hover{color:#fff!important;background:#251719!important;border-color:#81343a!important}.opening-readout strong,.analysis-readout strong{color:#f0ebec!important}.analysis-readout div:first-child strong{color:#e15a61!important}.moves ol{scrollbar-color:#554448 #171416!important}.moves ol::-webkit-scrollbar-track{background:#171416!important}.moves ol::-webkit-scrollbar-thumb{background:#554448!important;border-color:#171416!important}.site-footer{color:#766f70!important;border-top-color:#342a2c!important;font-size:10px!important}.site-footer a,.site-footer button{color:#91898a!important}.eval-black{padding:0!important}.eval-result{color:#fff!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;white-space:nowrap!important;text-shadow:0 1px 2px #000!important;width:max-content!important;font:900 7px/1 Arial,sans-serif!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.eval-bar.white-win .eval-result{color:#121212!important;text-shadow:none!important}.training-square,.studio-square{cursor:pointer!important}.studio-topline strong{color:#f0ebec!important;font:700 19px/1 Bahnschrift,Segoe UI,sans-serif!important}.studio-topline span{color:#a59d9e!important;font-size:11px!important}.studio-board{touch-action:none;box-shadow:none!important;background:#080809!important;border-color:#403436!important}.studio-square .piece{-webkit-user-select:none;user-select:none;pointer-events:none;width:var(--piece-scale,102%)!important;height:var(--piece-scale,102%)!important}.studio-drag-source{opacity:.18!important}.studio-drag-visual{z-index:1000;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 12px 6px #000b);width:clamp(54px,7vw,82px);height:clamp(54px,7vw,82px);position:fixed;transform:translate(-50%,-55%)scale(1.08)}.placement-preview{border-color:#6f6868!important}.studio-title{margin-bottom:20px!important}.studio-title>span{color:#e05259!important;border:1px solid #6e3035!important;border-radius:2px!important}.studio-title h2{margin:0!important;font-size:23px!important}.piece-palette{grid-template-columns:repeat(6,1fr)!important}.piece-palette button{background:#141214!important;border-color:#403537!important;border-radius:3px!important}.piece-palette button:hover{border-color:#7e353a!important}.piece-palette button.active{box-shadow:none!important;background:#392025!important;border-color:#d8464c!important}.piece-palette .eraser{color:#a49c9d!important}.piece-palette .eraser.active{color:#fff!important}.studio-actions button,.studio-signin,.community-profile{color:#d5cdce!important;background:#151315!important;border:1px solid #44383a!important;border-radius:3px!important}.studio-actions button.active{color:#fff!important;border-color:#d8464c!important}.studio-message{color:#bfb7b8!important;background:#141214!important;border-left-color:#6d4b4e!important;font-size:12px!important}.studio-message.warning{color:#efb3b7!important;border-color:#d8464c!important}.studio-message.ready{color:#bdd8c4!important;border-color:#5f9a70!important}.community-status{background:#141214!important;border-color:#4c3d3f!important;border-radius:3px!important}.community-status p{color:#cac3c4!important;font-size:12px!important}.community-status.solved{color:#9fcaaa!important;border-color:#5f9a70!important}.community-credit strong{color:#e9e3e4!important;font:700 14px/1.3 Segoe UI,Verdana,sans-serif!important}.community-note{color:#9e9697!important;font-size:11px!important}.about-page{border-color:#342a2c!important}.about-page h2{color:#f3eeee!important;margin-top:0!important;font:700 clamp(34px,5vw,56px)/1.04 Bahnschrift,Segoe UI,sans-serif!important}.about-page>p{color:#c9c2c3!important}.about-notes article{box-shadow:none!important;background:#131113!important;border-color:#44383a!important;border-radius:3px!important}.about-notes strong{color:#f0eaeb!important;font:700 15px/1.2 Segoe UI,Verdana,sans-serif!important}.about-notes span{color:#aaa2a3!important;font-size:12px!important}.coffee-link{color:#fff!important;box-shadow:none!important;background:#a92b31!important;border-color:#c53a41!important;border-radius:3px!important}.coffee-link small{color:#f1cfd1!important;font-size:10px!important}@media (max-width:1000px){.app-shell{grid-template-columns:124px minmax(0,1fr)!important}.piece-palette{grid-template-columns:repeat(5,1fr)!important}}@media (max-width:760px){.app-shell{grid-template-columns:1fr!important}.site-header{border-bottom-color:#342a2c!important}.brand{border:0!important;padding:0!important}.brand-sigil{display:none}.studio-panel{border-top-color:#342a2c!important}}.player-row{z-index:14;position:relative}.clock,.clock.active,.clock.low,.clock.flagged{box-shadow:none!important;border:0!important;border-radius:2px!important;outline:0!important}.clock{color:#f2eeee!important;background:#171517!important}.board-viewport:not(.camera-active) .board-camera:hover{transform:translate3d(var(--camera-x,0),var(--camera-y,0),0) scale(var(--camera-scale,1))!important;filter:none!important}.end-ceremony>div{gap:7px!important}.end-ceremony strong{font-size:clamp(24px,3vw,34px)!important}.end-ceremony.resign .end-sweep{box-shadow:0 0 15px #d11d2966;background:linear-gradient(90deg,#0000,#ed353f 18% 82%,#0000)!important}.eval-result{font-size:6px!important}.profile-form{gap:16px!important}.elo-picker>div{gap:8px!important}.elo-picker button{justify-content:center!important;align-items:center!important;min-height:50px!important;padding:10px!important;display:flex!important}.elo-picker button b{font-size:12px!important}.field-help{font-size:10px!important}.moving-piece .motion-piece-art{z-index:2;position:relative}.motion-blur-ghost{z-index:1;object-fit:contain;pointer-events:none;opacity:0;filter:blur(3.2px)saturate(1.18);width:98%;height:95%;display:block;position:absolute;inset:4% 1% 1%;transform:translate(-8px,5px)scale(.98)}.moving-piece.in-flight .motion-blur-ghost{animation:piece-motion-ghost var(--travel-duration,.7s) cubic-bezier(.18,.7,.18,1) both}.moving-piece.in-flight.piece-q .motion-blur-ghost{filter:blur(4.2px)saturate(1.28);animation-name:queen-motion-ghost}@keyframes piece-motion-ghost{0%,to{opacity:0;transform:translate(-4px,2px)scale(.98)}18%{opacity:.16;transform:translate(-10px,5px)scale(.98)}52%{opacity:.24;transform:translate(-15px,7px)scale(1.01)}82%{opacity:.08;transform:translate(-7px,3px)scale(1)}}@keyframes queen-motion-ghost{0%,to{opacity:0;transform:translate(-5px,2px)scale(.97)rotate(0)}16%{opacity:.2;transform:translate(-13px,7px)scale(1.02)rotate(-4deg)}48%{opacity:.3;transform:translate(-20px,8px)scale(1.05)rotate(3deg)}76%{opacity:.12;transform:translate(-9px,4px)scale(1.01)rotate(-2deg)}}@keyframes camera-motion-blur{0%,to{filter:blur()saturate()}12%{filter:blur(1.35px)saturate(1.18)}27%{filter:blur(.6px)saturate(1.1)}46%{filter:blur(.28px)saturate(1.04)}72%{filter:blur(.08px)saturate()}}@keyframes capture-recoil-final{0%,to{transform:translate(0,0)rotate(0)}8%{transform:translate3d(var(--impact-x,0),var(--impact-y,0),0) rotate(-.58deg)}18%{transform:translate(-10px,5.5px)rotate(.4deg)}31%{transform:translate(6px,-3.3px)rotate(-.24deg)}47%{transform:translate(-3px,1.7px)rotate(.13deg)}64%{transform:translate(1.4px,-.8px)rotate(-.06deg)}82%{transform:translate(-.45px,.25px)}}.eval-number,.eval-result{z-index:5!important;writing-mode:horizontal-tb!important;white-space:nowrap!important;pointer-events:none!important;width:max-content!important;font:900 7px/1 Arial,sans-serif!important;position:absolute!important;left:50%!important;transform:translate(-50%)!important}.eval-number.top,.eval-bar.black-win .eval-result{color:#fff!important;text-shadow:0 1px 2px #000!important;top:5px!important;bottom:auto!important}.eval-number.bottom,.eval-bar.white-win .eval-result,.eval-bar.drawn .eval-result{color:#151515!important;text-shadow:none!important;top:auto!important;bottom:5px!important}.square.check-flash:before{content:""!important;z-index:1!important;pointer-events:none!important;background:#d51f2bdc!important;animation:.92s cubic-bezier(.18,.72,.2,1) both checked-square-flash!important;position:absolute!important;inset:0!important;box-shadow:inset 0 0 22px 6px #ff7278cc,0 0 24px 7px #db222c9c!important}.mate-hash{color:#0000!important;width:36px!important;height:38px!important;text-shadow:none!important;display:block!important}.mate-hash img{object-fit:contain!important;filter:none!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;-webkit-user-drag:none!important;width:100%!important;height:100%!important;display:block!important}.square.motion-target,.square.motion-target .piece,.moving-piece.special-promotion,.moving-piece.special-promotion .motion-piece-art,.moving-piece.special-promotion .motion-blur-ghost,.special-fx.promotion,.promotion button,.promotion button img{background:0 0!important}@keyframes checked-square-flash{0%{opacity:0}10%{opacity:1}34%{opacity:.94}66%{opacity:.56}to{opacity:0;box-shadow:inset 0 0 #0000,0 0 #0000}}.training-square.light-square,.studio-square.light-square{background:#d9d9d5!important}.training-square.dark-square,.studio-square.dark-square{background:#5d6363!important}.training-board-viewport,.studio-board-viewport{aspect-ratio:1;contain:layout paint;isolation:isolate;background:#08090a;border:1px solid #3a3b3b;width:100%;position:relative;overflow:hidden}.training-board-viewport .training-board,.studio-board-viewport .studio-board{transform-origin:50%;will-change:transform,filter;width:100%;height:100%;position:absolute;inset:0;overflow:hidden;box-shadow:none!important;border:0!important}.shared-board-camera{backface-visibility:hidden}.shared-destination,.training-square .trainer-destination{opacity:0!important}.shared-moving-piece{z-index:18;pointer-events:none;transform-origin:50%;will-change:transform,filter;width:12.5%;height:12.5%;position:absolute}.shared-moving-piece img{object-fit:contain;pointer-events:none;width:102%;height:102%;position:absolute;inset:0}.shared-motion-art{z-index:3;filter:drop-shadow(0 10px 5px #000b) drop-shadow(0 0 3px var(--shared-color)) drop-shadow(0 0 9px color-mix(in srgb,var(--shared-color) 38%,transparent))}.shared-motion-ghost{z-index:1;opacity:0;filter:blur(3px);animation:shared-ghost var(--shared-duration) linear both}.shared-motion-ghost.ghost-red{filter:blur(3px)drop-shadow(4px 0 #ef334f);transform:translate(-4px)}.shared-motion-ghost.ghost-cyan{filter:blur(3px)drop-shadow(-4px 0 #39d5e6);animation-delay:20ms;transform:translate(4px)}.shared-motion-trail{z-index:12;pointer-events:none;position:absolute;inset:0}.shared-motion-trail i{background:var(--shared-color);width:5px;height:2px;box-shadow:0 0 6px 2px var(--shared-color);opacity:0;animation:shared-trail .48s var(--shared-delay) ease-out both;border-radius:50%;position:absolute}.shared-motion-trail.capture i{width:8px;height:3px}.shared-landing-burst{z-index:17;pointer-events:none;width:1px;height:1px;position:absolute}.shared-landing-burst:before{content:"";background:radial-gradient(circle,color-mix(in srgb,var(--shared-color) 28%,transparent),transparent 68%);opacity:0;animation:shared-land var(--shared-duration) ease-out both;border-radius:50%;position:absolute;inset:-22px}.shared-landing-burst i{background:var(--shared-color);width:4px;height:4px;box-shadow:0 0 7px var(--shared-color);opacity:0;--burst-angle:calc(var(--burst-index) * 37deg);animation:shared-particle var(--shared-duration) ease-out both;border-radius:50%;position:absolute}.shared-landing-burst.capture i{width:6px;height:3px}.training-board-viewport.capture-active,.studio-board-viewport.capture-active{animation:.66s cubic-bezier(.12,.72,.14,1) shared-camera-recoil}.board-snow{z-index:20;pointer-events:none;opacity:.16;mix-blend-mode:screen;position:absolute;inset:0;overflow:hidden}.board-snow i{filter:blur(.15px);width:2px;height:2px;animation:snow-fall calc(4.5s + (var(--snow-n,1) * .13s)) linear infinite;background:#fff;border-radius:50%;position:absolute;top:-6%}.board-snow i:first-child{--snow-n:1;left:4%}.board-snow i:nth-child(2){--snow-n:7;left:9%}.board-snow i:nth-child(3){--snow-n:3;left:14%}.board-snow i:nth-child(4){--snow-n:11;left:19%}.board-snow i:nth-child(5){--snow-n:5;left:24%}.board-snow i:nth-child(6){--snow-n:13;left:29%}.board-snow i:nth-child(7){--snow-n:2;left:34%}.board-snow i:nth-child(8){--snow-n:9;left:39%}.board-snow i:nth-child(9){--snow-n:15;left:44%}.board-snow i:nth-child(10){--snow-n:4;left:49%}.board-snow i:nth-child(11){--snow-n:12;left:54%}.board-snow i:nth-child(12){--snow-n:6;left:59%}.board-snow i:nth-child(13){--snow-n:14;left:64%}.board-snow i:nth-child(14){--snow-n:8;left:69%}.board-snow i:nth-child(15){--snow-n:16;left:74%}.board-snow i:nth-child(16){--snow-n:10;left:79%}.board-snow i:nth-child(17){--snow-n:18;left:84%}.board-snow i:nth-child(18){--snow-n:17;left:89%}.board-snow i:nth-child(19){--snow-n:20;left:94%}.board-snow i:nth-child(20){--snow-n:19;left:98%}.board-snow i:nth-child(n+21){left:calc((var(--snow-n,21) - 20) * 15%);--snow-n:22}.camera-active .board-snow,.capture-active .board-snow{opacity:.42}.shared-vignette{z-index:19;pointer-events:none;opacity:0;background:radial-gradient(circle,#0000 58%,#0008 100%);animation:2s ease-in-out both shared-vignette;position:absolute;inset:0}.motion-blur-ghost.ghost-red{transform:translate(-7px,3px);filter:blur(3.6px)drop-shadow(4px 0 #e43350)!important}.motion-blur-ghost.ghost-cyan{transform:translate(7px,-2px);filter:blur(3.6px)drop-shadow(-4px 0 #37d7e2)!important;animation-delay:16ms!important}.moving-piece:not(.accent-motion) .motion-blur-ghost{opacity:.08}.moving-piece.accent-motion .motion-blur-ghost{opacity:.2}.cinematic-optics{z-index:9;pointer-events:none;border-radius:inherit;background:radial-gradient(ellipse at var(--focus-x,50%) var(--focus-y,50%),transparent 0 56%,#0002 79%,#0007 100%);opacity:.28;transition:opacity .42s;position:absolute;inset:-1px;box-shadow:inset 0 0 18px #0004}.accent-focus .moving-piece,.accent-focus .motion-piece-art{filter:none}.single-frame-impact{z-index:38;pointer-events:none;mix-blend-mode:difference;background:#fff;animation:52ms steps(2,end) both single-impact;position:absolute;inset:0}.impact-frame .board-camera{filter:contrast(1.45)saturate(.5)}.square.check-ray:before{z-index:1;position:absolute;inset:0;content:""!important;background:#d82e38a6!important;animation:1.05s ease-out both check-ray-flash!important;box-shadow:inset 0 0 17px #ff6c72a8!important}.combo-aura{z-index:1;pointer-events:none;filter:blur(2px);background:radial-gradient(at 50% 80%,#ffcf6d70 0,#e84b3447 36%,#0000 70%);border-radius:45%;animation:1.1s steps(9,end) infinite combo-fire;position:absolute;inset:7%}.combo-aura i,.combo-aura i:before,.combo-aura i:after{content:"";clip-path:polygon(50% 0,68% 38%,91% 24%,78% 100%,20% 100%,9% 36%,36% 48%);filter:blur(3px);background:linear-gradient(#0000,#ffb6409c 46%,#ff3d30b8);height:72%;position:absolute;bottom:8%;left:23%;right:23%}.combo-aura b{display:none}.move-badge:before,.move-badge:after{content:"";z-index:-1;border:1px solid color-mix(in srgb,var(--move-color,#fff) 68%,transparent);opacity:0;border-radius:50%;animation:1.1s ease-out both classification-radar;position:absolute;inset:-5px}.game-finish-cutscene{z-index:40!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#0505068c!important;animation:3.15s both finish-backdrop!important}.game-finish-cutscene>div{place-items:center;display:grid;position:absolute;inset:0}.game-finish-cutscene strong{letter-spacing:.08em;color:#fff;text-shadow:none;font:900 clamp(34px,7vw,78px)/1 Bahnschrift,Segoe UI,sans-serif;animation:3.1s cubic-bezier(.16,.72,.18,1) both finish-title}.finish-line{z-index:2;background:#e53c47;width:130%;height:3px;animation:3.05s both finish-slash;position:absolute;top:50%;left:-15%;box-shadow:0 0 18px #e53c47}.finish-fragments{position:absolute;inset:0}.finish-fragments i{width:3px;height:24px;transform:rotate(calc(var(--finish-index) * 31deg)) translateY(-40px);opacity:0;background:#ef4c56;animation:1.8s ease-out .72s both finish-fragment;position:absolute;top:50%;left:50%}.finish-n .finish-line{transform:rotate(-18deg)}.finish-b .finish-line{transform:rotate(34deg)}.finish-r .finish-line{height:7px}.finish-q .finish-line{box-shadow:0 0 32px #fff,0 0 55px #e53c47}.finish-p .finish-line{height:2px}.finish-k .finish-line{background:#fff;height:5px}.animation-speed{margin:7px 0 12px!important}.animation-speed input{accent-color:#d8464c}@keyframes shared-ghost{0%,to{opacity:0}20%{opacity:.12}52%{opacity:.25}82%{opacity:.08}}@keyframes shared-trail{0%{opacity:0;transform:scale(.2)}28%{opacity:.85;transform:scale(1)}to{opacity:0;transform:scale(.1)}}@keyframes shared-land{0%,72%{opacity:0;transform:scale(.2)}84%{opacity:.9;transform:scale(1.3)}to{opacity:0;transform:scale(2.6)}}@keyframes shared-particle{0%,73%{opacity:0;transform:rotate(var(--burst-angle)) translateX(0) scale(.2)}82%{opacity:1}to{opacity:0;transform:rotate(var(--burst-angle)) translateX(44px) scale(.4)}}@keyframes shared-camera-recoil{0%,to{transform:translate(0,0)}12%{transform:translate(-8px,4px)rotate(-.35deg)}28%{transform:translate(5px,-2px)rotate(.22deg)}48%{transform:translate(-2px,1px)}72%{transform:translate(.7px,-.3px)}}@keyframes snow-fall{0%{opacity:0;transform:translateY(-5%)}12%{opacity:.8}70%{opacity:.34}to{opacity:0;transform:translate(34px,850%)}}@keyframes shared-vignette{0%,to{opacity:0}18%,72%{opacity:.6}}@keyframes optic-breathe{to{filter:saturate(1.08);transform:scale(1.006)}}@keyframes optic-warp{0%,to{filter:none;transform:scale(1)}14%{filter:saturate(1.3)contrast(1.12);transform:scale(1.035,1.015)skew(-.8deg)}34%{transform:scale(.99,1.018)skew(.45deg)}62%{filter:saturate(1.08);transform:scale(1.008)}}@keyframes single-impact{0%{opacity:.95}50%{opacity:.2}to{opacity:0}}@keyframes check-ray-flash{0%{opacity:0}10%{opacity:.96}28%{opacity:.68}48%{opacity:.9}to{opacity:0}}@keyframes checked-king-shudder{0%,to{transform:translate(0,0)rotate(0)}12%{transform:translate(-7px,1px)rotate(-4deg)}24%{transform:translate(6px,-1px)rotate(3deg)}40%{transform:translate(-4px)rotate(-2deg)}58%{transform:translate(2px)rotate(1deg)}76%{transform:translate(-1px)}}@keyframes combo-fire{0%,to{opacity:.62;transform:scale(.95)}22%{opacity:.9;transform:scale(1.04)}46%{opacity:.68;transform:scale(.98)}72%{opacity:1;transform:scale(1.07)}}@keyframes classification-radar{0%{opacity:.8;transform:scale(.65)}to{opacity:0;transform:scale(1.8)}}@keyframes finish-backdrop{0%,to{opacity:0}8%,83%{opacity:1}}@keyframes finish-title{0%,20%{opacity:0;letter-spacing:.2em;transform:scale(.7)}32%{opacity:1;transform:scale(1.05)}48%,74%{opacity:1;transform:scale(1)}90%,to{opacity:0;transform:scale(1.12)}}@keyframes finish-slash{0%,22%{opacity:0;transform:translate(-80%)}32%{opacity:1;transform:translate(0)}76%{opacity:1}to{opacity:0;transform:translate(55%)}}@keyframes finish-fragment{0%{opacity:0;transform:rotate(calc(var(--finish-index) * 31deg)) translateY(-18px) scale(.3)}20%{opacity:1}to{opacity:0;transform:rotate(calc(var(--finish-index) * 31deg)) translateY(-210px) scale(.1)}}@media (prefers-reduced-motion:reduce){.shared-moving-piece,.shared-motion-trail i,.shared-landing-burst,.board-snow i{animation-duration:.18s!important}.game-finish-cutscene{animation-duration:.7s!important}}.board-viewport .board-camera,.shared-board-camera{backface-visibility:hidden;transform-origin:50%;will-change:transform,filter;transition:filter .28s!important}.square,.square:active,.square:focus{-webkit-tap-highlight-color:transparent;outline:0!important}.square.selected:before,.training-square.selected:before,.studio-square.selected:before{content:""!important;z-index:1!important;pointer-events:none!important;background:#d69a3d99!important;animation:.9s ease-in-out infinite alternate selected-edit-pulse!important;position:absolute!important;inset:0!important;box-shadow:inset 0 0 14px #ffd78a42!important}.square.legal:after,.training-square.legal:after,.studio-square.legal:after{box-shadow:none!important;background:#4e524da0!important}.square.legal.legal-capture:after,.training-square.legal.legal-capture:after,.studio-square.legal.legal-capture:after{box-shadow:none!important;background:0 0!important;border-color:#5b5f59ad!important}.square .piece,.training-square .piece,.studio-square .piece{filter:none!important}.moving-piece,.shared-moving-piece{contain:layout paint style;filter:none!important}.moving-piece:not(.accent-motion):not(.capture-flight) .motion-blur-ghost{opacity:0!important;animation:none!important}.motion-piece-art,.shared-motion-art{backface-visibility:hidden;transform:translateZ(0)}.board-viewport:before,.board-viewport:after{opacity:0!important;background:#040405!important;height:0!important;transition:height .3s cubic-bezier(.22,.72,.2,1),opacity .3s!important;display:block!important}.cinematic-vignette{opacity:0!important;background:radial-gradient(circle at var(--focus-x,50%) var(--focus-y,50%),transparent 0 58%,#02020318 77%,#0000006f 100%)!important;box-shadow:none!important;transition:opacity .42s cubic-bezier(.22,.72,.2,1)!important;animation:none!important;display:block!important}.cinematic-dof{z-index:8;pointer-events:none;opacity:0;-webkit-backdrop-filter:blur(1.55px)saturate(.86);-webkit-mask-image:radial-gradient(circle at var(--focus-x,50%) var(--focus-y,50%),transparent 0 25%,#000 63%,#000 100%);-webkit-mask-image:radial-gradient(circle at var(--focus-x,50%) var(--focus-y,50%),transparent 0 25%,#000 63%,#000 100%);mask-image:radial-gradient(circle at var(--focus-x,50%) var(--focus-y,50%),transparent 0 25%,#000 63%,#000 100%);transition:opacity .38s;position:absolute;inset:0;display:block!important}.cinematic-focus .cinematic-dof{opacity:.42!important;animation:none!important}.board-snow{opacity:.025!important;transition:opacity .45s!important}.camera-active .board-snow{opacity:.14!important}.capture-shake .board-snow{opacity:.22!important}.cinematic-optics{opacity:.16!important;background:radial-gradient(ellipse at var(--focus-x,50%) var(--focus-y,50%),transparent 0 61%,#0001 82%,#0005 100%)!important;transition:opacity .36s!important;box-shadow:inset 0 0 12px #0002!important}.accent-focus .moving-piece{filter:none!important}.capture-shake .cinematic-optics{animation:.62s cubic-bezier(.12,.72,.14,1) both optic-warp-clean!important}.single-frame-impact{animation:46ms steps(2,end) both single-impact-clean!important}.square.last:before{opacity:0;background:color-mix(in srgb,var(--move-color,#89909a) 54%,transparent)!important;box-shadow:inset 0 0 17px color-mix(in srgb,var(--move-color,#89909a) 34%,transparent),0 0 15px 2px color-mix(in srgb,var(--move-color,#89909a) 32%,transparent)!important;animation:3.35s cubic-bezier(.2,.72,.18,1) forwards move-mark-edit!important}.move-badge{overflow:visible!important}.move-badge:before,.move-badge:after{border-width:1px!important;animation:1.12s ease-out both classification-radar-clean!important}.move-badge:after{animation-delay:.14s!important}.square.check-flash:before{animation:.9s cubic-bezier(.18,.72,.2,1) both checked-square-edit!important}.piece.king-checked{animation:.68s cubic-bezier(.15,.72,.18,1) both checked-king-edit!important}.combo-aura{opacity:.78;filter:blur(1.4px)!important;animation:.92s steps(8,end) infinite combo-fire-clean!important}.landing-glow{background:radial-gradient(circle,color-mix(in srgb,var(--move-color,#d6a24c) 22%,transparent),transparent 68%)!important;box-shadow:0 0 10px 2px color-mix(in srgb,var(--move-color,#d6a24c) 28%,transparent)!important;border:0!important;border-radius:50%!important;inset:14%!important}.landing-glow.capture{background:radial-gradient(circle,#fff3cd34 0,color-mix(in srgb,var(--move-color,#df5358) 25%,transparent) 34%,transparent 70%)!important;box-shadow:0 0 15px 4px color-mix(in srgb,var(--move-color,#df5358) 43%,transparent)!important}.motion-trail i,.shared-motion-trail i{box-shadow:0 0 5px 1px var(--motion-glow,var(--shared-color,#d6a24c))!important}.motion-trail:not(.capture) i,.shared-motion-trail:not(.capture) i{opacity:.56}.animation-speed-options{margin-bottom:19px!important}.animation-speed-options button{min-height:36px!important}@keyframes selected-edit-pulse{0%{opacity:.78}to{opacity:1}}@keyframes vignette-edit-breathe{0%{opacity:.48}to{opacity:.63}}@keyframes edit-flicker-clean{0%,to{opacity:0}12%{opacity:.07}16%{opacity:0}43%{opacity:.035}47%{opacity:0}72%{opacity:.055}77%{opacity:0}}@keyframes optic-breathe-clean{to{opacity:.57;transform:scale(1.003)}}@keyframes optic-warp-clean{0%,to{filter:none;transform:scale(1)}18%{filter:saturate(1.17)contrast(1.08);transform:scale(1.018,1.009)skew(-.35deg)}40%{transform:scale(.996,1.008)skew(.18deg)}68%{filter:saturate(1.04);transform:scale(1.003)}}@keyframes capture-recoil-edit{0%,to{transform:translate(0,0)rotate(0)}9%{transform:translate3d(var(--impact-x,0),var(--impact-y,0),0) rotate(-.34deg)}24%{transform:translate(-6px,3px)rotate(.22deg)}43%{transform:translate(3px,-1.5px)rotate(-.12deg)}66%{transform:translate(-1px,.5px)rotate(.04deg)}84%{transform:translate(.25px,-.12px)}}@keyframes camera-motion-blur-clean{0%,to{filter:blur()saturate()}13%{filter:blur(.9px)saturate(1.14)}32%{filter:blur(.34px)saturate(1.07)}58%{filter:blur(.1px)saturate(1.02)}}@keyframes single-impact-clean{0%{opacity:.88}52%{opacity:.18}to{opacity:0}}@keyframes move-mark-edit{0%{opacity:0}7%{opacity:1}69%{opacity:.9}to{opacity:0;box-shadow:none}}@keyframes classification-radar-clean{0%{opacity:.66;transform:scale(.72)}to{opacity:0;transform:scale(1.72)}}@keyframes check-ray-progress{0%{opacity:0}11%{opacity:.96}52%{opacity:.78}to{opacity:0}}@keyframes checked-square-edit{0%{opacity:0}10%{opacity:1}40%{opacity:.9}to{opacity:0}}@keyframes checked-king-edit{0%,to{transform:translate(0,0)rotate(0)}13%{transform:translate(-6px)rotate(-3deg)}27%{transform:translate(5px,-1px)rotate(2.5deg)}44%{transform:translate(-3px)rotate(-1.5deg)}65%{transform:translate(1.5px)rotate(.7deg)}82%{transform:translate(-.45px)}}@keyframes threat-edit{0%{opacity:0;transform:scale(.72)}18%{opacity:1;transform:scale(1.03)}to{opacity:0;transform:scale(1.13)}}@keyframes combo-fire-clean{0%,to{opacity:.55;transform:scale(.96)}28%{opacity:.88;transform:scale(1.035)}58%{opacity:.65;transform:scale(.99)}78%{opacity:.94;transform:scale(1.05)}}.square,.training-square,.studio-square{appearance:none!important;background-clip:padding-box!important}.square.selected.light-square{background-color:var(--board-light,#c8cac5)!important}.square.selected.dark-square{background-color:var(--board-dark,#454b4c)!important}.square.selected:before,.training-square.selected:before,.studio-square.selected:before{content:""!important;z-index:1!important;filter:none!important;mix-blend-mode:normal!important;background:#dc9b31a6!important;animation:1.25s ease-in-out infinite alternate selected-direct-pulse!important;position:absolute!important;inset:0!important;box-shadow:inset 0 0 0 2px #ffd27a94,inset 0 0 20px #ffc25262!important}.moving-piece,.shared-moving-piece{contain:none!important;filter:none!important;animation:none!important;overflow:visible!important}.moving-piece.in-flight{animation:none!important}.piece-aura{display:none!important}.moving-piece .motion-piece-art,.shared-moving-piece .shared-motion-art{filter:drop-shadow(0 8px 4px #000c) drop-shadow(0 0 2px var(--motion-glow,var(--shared-color,#e9e5da))) drop-shadow(0 0 7px color-mix(in srgb,var(--motion-glow,var(--shared-color,#e9e5da)) 62%,transparent)) drop-shadow(0 0 14px color-mix(in srgb,var(--motion-glow,var(--shared-color,#e9e5da)) 28%,transparent))!important;overflow:visible!important}.moving-piece.accent-motion .motion-blur-ghost,.moving-piece.capture-flight .motion-blur-ghost{opacity:.2!important}.accent-focus .square{filter:none!important;transition:none!important}.accent-focus .motion-piece-art{filter:drop-shadow(0 8px 4px #000c) drop-shadow(0 0 2px var(--motion-glow,#e9e5da)) drop-shadow(0 0 8px color-mix(in srgb,var(--motion-glow,#e9e5da) 68%,transparent)) drop-shadow(0 0 16px color-mix(in srgb,var(--motion-glow,#e9e5da) 32%,transparent))!important}.board-stage:not(.capture-shake) .board-camera,.board-stage:not(.capture-shake) .board-camera:hover{filter:none!important}.board-viewport:before,.board-viewport:after{opacity:0!important;height:0!important;transition:height .65s cubic-bezier(.2,.72,.18,1),opacity .65s!important}.capture-shake .board-viewport:before,.capture-shake .board-viewport:after{opacity:.9!important;height:1.65%!important}.cinematic-vignette{opacity:0!important;box-shadow:none!important;background:radial-gradient(ellipse 76% 72% at var(--focus-x,50%) var(--focus-y,50%),transparent 0 58%,#04040512 72%,#01010278 100%)!important;transition:opacity .78s cubic-bezier(.2,.72,.18,1)!important;animation:none!important;display:block!important}.cinematic-focus .cinematic-vignette{opacity:.74!important;animation:1.8s ease-in-out infinite alternate vignette-slow-breathe!important}.capture-shake .cinematic-vignette{opacity:.9!important}.cinematic-optics{opacity:0!important;box-shadow:none!important;background:0 0!important;transition:opacity .55s!important}.camera-active .cinematic-optics{opacity:0!important;animation:none!important}.capture-shake .cinematic-optics{opacity:.62!important;background:radial-gradient(ellipse 76% 72% at var(--focus-x,50%) var(--focus-y,50%),transparent 0 66%,#35d5e114 86%,#e9344d1d 100%)!important;animation:.86s cubic-bezier(.12,.72,.14,1) both optic-warp-direct!important}.cinematic-flicker{opacity:0!important;background:radial-gradient(circle 24% at var(--focus-x,50%) var(--focus-y,50%),#fff7db24 0,#ffffff0b 38%,transparent 72%)!important;animation:none!important}.cinematic-focus .cinematic-flicker{animation:1.35s steps(12,end) both move-event-flicker!important}.capture-shake .cinematic-flicker{background:radial-gradient(circle 30% at var(--focus-x,50%) var(--focus-y,50%),#fffbe4a8 0,#ff794e34 34%,transparent 72%)!important;animation:.88s steps(12,end) both capture-event-flicker!important}.square.last{z-index:3!important}.square.last:before{opacity:0;z-index:1!important;background:color-mix(in srgb,var(--move-color,#89909a) 72%,transparent)!important;box-shadow:inset 0 0 11px 2px color-mix(in srgb,var(--move-color,#89909a) 94%,white 6%),inset 0 0 32px color-mix(in srgb,var(--move-color,#89909a) 75%,transparent),0 0 20px 5px color-mix(in srgb,var(--move-color,#89909a) 68%,transparent),0 0 42px 10px color-mix(in srgb,var(--move-color,#89909a) 30%,transparent)!important;filter:none!important;mix-blend-mode:screen!important;animation:4.45s cubic-bezier(.18,.72,.16,1) forwards classified-square-impact!important}.square.last-origin:before{background:color-mix(in srgb,var(--move-color,#89909a) 62%,transparent)!important;animation-delay:0s!important}.landing-glow{border:1px solid color-mix(in srgb,var(--move-color,#e9e5da) 88%,white 12%)!important;background:radial-gradient(circle,color-mix(in srgb,var(--move-color,#e9e5da) 58%,transparent) 0,color-mix(in srgb,var(--move-color,#e9e5da) 24%,transparent) 48%,transparent 74%)!important;box-shadow:inset 0 0 18px 3px color-mix(in srgb,var(--move-color,#e9e5da) 78%,transparent),0 0 20px 7px color-mix(in srgb,var(--move-color,#e9e5da) 62%,transparent),0 0 45px 14px color-mix(in srgb,var(--move-color,#e9e5da) 27%,transparent)!important;animation:landing-square-impact var(--travel-duration,.65s) linear forwards!important;border-radius:10%!important;inset:2%!important}.landing-glow.capture{background:radial-gradient(circle,#fff8d8d9 0,color-mix(in srgb,var(--move-color,#ef5b50) 72%,transparent) 34%,transparent 75%)!important;box-shadow:inset 0 0 20px 5px #fff1cbb8,0 0 26px 9px color-mix(in srgb,var(--move-color,#ef5b50) 82%,transparent),0 0 58px 20px color-mix(in srgb,var(--move-color,#ef5b50) 42%,transparent)!important;border-color:#fff2cf!important}.capture-burst{background:#fff9e6!important;width:15%!important;animation:1.08s cubic-bezier(.06,.74,.1,1) forwards capture-impact-direct!important;box-shadow:0 0 28px 9px #fff4d5,0 0 68px 24px #ff5c459f,0 0 105px 36px #d92f3657!important}.capture-burst:before,.capture-burst:after{border-width:3px!important;animation-duration:1.05s!important}.captured-victim.hit{animation:.9s cubic-bezier(.08,.72,.1,1) forwards victim-impact-heavy!important}.landing-particles i{width:5px!important;height:5px!important;box-shadow:0 0 8px 2px var(--move-color,#e9e5da),0 0 17px 5px color-mix(in srgb,var(--move-color,#e9e5da) 62%,transparent)!important;animation-duration:.72s!important}.landing-particles.capture i{background:#fff3ca!important;width:7px!important;height:4px!important;box-shadow:0 0 9px 3px #ffc879,0 0 23px 7px #ff503f9c!important}.landing-particles i:nth-child(27){--ix:56px;--iy:-29px}.landing-particles i:nth-child(28){--ix:59px;--iy:-9px}.landing-particles i:nth-child(29){--ix:58px;--iy:14px}.landing-particles i:nth-child(30){--ix:49px;--iy:36px}.landing-particles i:nth-child(31){--ix:30px;--iy:53px}.landing-particles i:nth-child(32){--ix:7px;--iy:61px}.landing-particles i:nth-child(33){--ix:-18px;--iy:58px}.landing-particles i:nth-child(34){--ix:-41px;--iy:45px}.landing-particles i:nth-child(35){--ix:-57px;--iy:24px}.landing-particles i:nth-child(36){--ix:-62px;--iy:-2px}.landing-particles i:nth-child(37){--ix:-54px;--iy:-29px}.landing-particles i:nth-child(38){--ix:-34px;--iy:-51px}.landing-particles i:nth-child(39){--ix:-8px;--iy:-62px}.landing-particles i:nth-child(40){--ix:20px;--iy:-58px}.landing-particles i:nth-child(41){--ix:43px;--iy:-43px}.landing-particles i:nth-child(42){--ix:57px;--iy:-23px}.single-frame-impact{mix-blend-mode:difference!important;background:#fff8df!important;animation:68ms steps(3,end) both single-impact-direct!important}.shared-landing-burst:before{background:radial-gradient(circle,color-mix(in srgb,var(--shared-color) 62%,transparent),transparent 70%)!important;inset:-30px!important}.shared-landing-burst.capture:before{background:radial-gradient(circle,#fff5d4c7 0,color-mix(in srgb,var(--shared-color) 70%,transparent) 32%,transparent 72%)!important;inset:-42px!important}.shared-landing-burst.capture i{box-shadow:0 0 9px 3px var(--shared-color),0 0 20px 6px color-mix(in srgb,var(--shared-color) 58%,transparent)!important}@keyframes selected-direct-pulse{0%{opacity:.82}to{opacity:1}}@keyframes vignette-slow-breathe{0%{opacity:.61}to{opacity:.74}}@keyframes move-event-flicker{0%,to{opacity:0}10%{opacity:.16}14%{opacity:.02}30%{opacity:.09}35%{opacity:0}59%{opacity:.13}64%{opacity:.025}82%{opacity:.07}88%{opacity:0}}@keyframes capture-event-flicker{0%,to{opacity:0}7%{opacity:.72}11%{opacity:.04}18%{opacity:.34}23%{opacity:.02}39%{opacity:.48}45%{opacity:.06}62%{opacity:.24}69%{opacity:0}}@keyframes optic-warp-direct{0%,to{filter:none;transform:scale(1)}13%{filter:saturate(1.24)contrast(1.12);transform:scale(1.024,1.01)skew(-.45deg)}31%{transform:scale(.994,1.012)skew(.22deg)}58%{filter:saturate(1.07);transform:scale(1.005)}}@keyframes classified-square-impact{0%{opacity:0;transform:scale(.9)}6%{opacity:1;transform:scale(1.025)}13%{opacity:.7;transform:scale(1)}21%{opacity:1}72%{opacity:.92}88%{opacity:.5}to{opacity:0;box-shadow:none}}@keyframes landing-square-impact{0%,66%{opacity:0;transform:scale(.72)}76%{opacity:.45}84%{opacity:1;transform:scale(1.06)}89%{opacity:.58}94%{opacity:.92}to{opacity:0;transform:scale(1.18)}}@keyframes capture-recoil-direct{0%,to{transform:translate(0,0)rotate(0)}7%{transform:translate3d(var(--impact-x,0),var(--impact-y,0),0) rotate(-.42deg)}15%{transform:translate(-7px,3.5px)rotate(.31deg)}27%{transform:translate(4.2px,-2.1px)rotate(-.2deg)}42%{transform:translate(-2.3px,1.15px)rotate(.1deg)}59%{transform:translate(1.05px,-.52px)rotate(-.045deg)}78%{transform:translate(-.32px,.16px)}}@keyframes capture-motion-blur-direct{0%,to{filter:contrast()saturate()}7%{filter:contrast(1.24)saturate(1.28)}18%{filter:contrast(1.1)saturate(1.14)}42%{filter:contrast(1.04)saturate(1.06)}}@keyframes capture-impact-direct{0%{opacity:0;transform:translate(-50%,-50%)scale(.08)}7%{opacity:1}22%{opacity:.92;transform:translate(-50%,-50%)scale(2.7)}48%{opacity:.66;transform:translate(-50%,-50%)scale(5.4)}to{opacity:0;transform:translate(-50%,-50%)scale(8.4)}}@keyframes single-impact-direct{0%{opacity:.92}34%{opacity:.08}67%{opacity:.5}to{opacity:0}}.cinematic-depth-edge{z-index:8;pointer-events:none;opacity:0;background:radial-gradient(ellipse 80% 76% at var(--focus-x,50%) var(--focus-y,50%),transparent 0 68%,#0707080d 84%,#02020338 100%);transition:opacity .82s;position:absolute;inset:0}.cinematic-focus .cinematic-depth-edge{opacity:.74}.cinematic-depth-edge:before,.cinematic-depth-edge:after{content:"";pointer-events:none;filter:blur(7px);height:15%;position:absolute;left:-2%;right:-2%}.cinematic-depth-edge:before{background:linear-gradient(#0202033d,#0000);top:-3%}.cinematic-depth-edge:after{background:linear-gradient(#0000,#0202033d);bottom:-3%}.effects-off .cinematic-depth-edge{display:none}.board-viewport{background:#020203!important;box-shadow:0 26px 74px #000!important}.board-stage{isolation:isolate!important;position:relative!important;overflow:visible!important}.board-stage>.eval-bar,.board-stage>.board-viewport{z-index:2;position:relative}.board-backdrop-particles{z-index:1;pointer-events:none;background:radial-gradient(#ffffff12 0,#0000 70%);position:absolute;inset:-40px;overflow:hidden}.board-backdrop-particles i{left:var(--backdrop-x);top:var(--backdrop-y);width:var(--backdrop-size);height:var(--backdrop-size);opacity:.14;animation:board-space-drift 4.8s var(--backdrop-delay) ease-in-out infinite alternate;background:#fff;border-radius:50%;position:absolute;box-shadow:0 0 7px 2px #ffffffa6}.board-backdrop-particles i:nth-child(3n){animation-duration:6.2s}.board-backdrop-particles i:nth-child(4n){opacity:.22;box-shadow:0 0 10px 3px #ffffffb8}.combo-aura,.edit-streaks,.cinematic-optics,.motion-blur-ghost.ghost-red,.motion-blur-ghost.ghost-cyan,.shared-motion-ghost.ghost-red,.shared-motion-ghost.ghost-cyan{display:none!important}.motion-blur-ghost.ghost-classification,.shared-motion-ghost.ghost-classification{opacity:.18!important;filter:blur(3.8px) drop-shadow(0 0 5px var(--motion-glow,var(--shared-color,#e9e5da))) drop-shadow(0 0 13px var(--motion-glow,var(--shared-color,#e9e5da)))!important;animation:classification-ghost-ramp var(--travel-duration,var(--shared-duration,.52s)) cubic-bezier(.55,0,.45,1) both!important;display:block!important;transform:translate(-5px,3px)scale(.985)!important}.moving-piece .motion-piece-art,.shared-moving-piece .shared-motion-art{filter:drop-shadow(0 9px 4px #000e) drop-shadow(0 0 2px var(--motion-glow,var(--shared-color,#e9e5da))) drop-shadow(0 0 10px color-mix(in srgb,var(--motion-glow,var(--shared-color,#e9e5da)) 84%,transparent)) drop-shadow(0 0 24px color-mix(in srgb,var(--motion-glow,var(--shared-color,#e9e5da)) 48%,transparent))!important}.camera-active .square .piece:not(.motion-destination){opacity:.72;transition:opacity .42s!important}.motion-trail i,.shared-motion-trail i{background:var(--motion-glow,var(--shared-color,#e9e5da))!important;color:var(--motion-glow,var(--shared-color,#e9e5da))!important;box-shadow:0 0 7px 2px var(--motion-glow,var(--shared-color,#e9e5da)),0 0 18px 5px color-mix(in srgb,var(--motion-glow,var(--shared-color,#e9e5da)) 62%,transparent)!important}.motion-trail.capture i,.shared-motion-trail.capture i{background:var(--motion-glow,var(--shared-color,#e9e5da))!important;box-shadow:0 0 9px 3px var(--motion-glow,var(--shared-color,#e9e5da)),0 0 24px 7px color-mix(in srgb,var(--motion-glow,var(--shared-color,#e9e5da)) 68%,transparent)!important}.capture-burst:before,.capture-burst:after{display:none!important}.single-frame-impact{background:var(--move-color,#fff)!important;mix-blend-mode:screen!important}.cinematic-flicker,.capture-shake .cinematic-flicker{background:radial-gradient(circle 30% at var(--focus-x,50%) var(--focus-y,50%),#ffffff8c 0,#ffffff18 38%,transparent 72%)!important}.square.last:before{background:color-mix(in srgb,var(--move-color,#89909a) 86%,transparent)!important;box-shadow:inset 0 0 15px 3px color-mix(in srgb,var(--move-color,#89909a) 96%,white 4%),inset 0 0 42px color-mix(in srgb,var(--move-color,#89909a) 84%,transparent),0 0 30px 10px color-mix(in srgb,var(--move-color,#89909a) 86%,transparent),0 0 72px 26px color-mix(in srgb,var(--move-color,#89909a) 52%,transparent),0 0 118px 42px color-mix(in srgb,var(--move-color,#89909a) 22%,transparent)!important}.landing-glow{border-color:color-mix(in srgb,var(--move-color,#e9e5da) 96%,white 4%)!important;background:radial-gradient(circle,color-mix(in srgb,var(--move-color,#e9e5da) 76%,transparent) 0,color-mix(in srgb,var(--move-color,#e9e5da) 36%,transparent) 48%,transparent 76%)!important;box-shadow:inset 0 0 24px 5px color-mix(in srgb,var(--move-color,#e9e5da) 90%,transparent),0 0 32px 12px color-mix(in srgb,var(--move-color,#e9e5da) 82%,transparent),0 0 82px 30px color-mix(in srgb,var(--move-color,#e9e5da) 44%,transparent)!important}.landing-glow.capture{border-color:color-mix(in srgb,var(--move-color,#e9e5da) 96%,white 4%)!important;background:radial-gradient(circle,color-mix(in srgb,var(--move-color,#e9e5da) 96%,white 4%) 0,color-mix(in srgb,var(--move-color,#e9e5da) 70%,transparent) 36%,transparent 76%)!important;box-shadow:inset 0 0 28px 7px color-mix(in srgb,var(--move-color,#e9e5da) 94%,transparent),0 0 40px 15px color-mix(in srgb,var(--move-color,#e9e5da) 88%,transparent),0 0 98px 38px color-mix(in srgb,var(--move-color,#e9e5da) 52%,transparent)!important}.square.threat:after{border-color:var(--move-color,#e9e5da)!important;background:color-mix(in srgb,var(--move-color,#e9e5da) 16%,transparent)!important;box-shadow:inset 0 0 12px color-mix(in srgb,var(--move-color,#e9e5da) 58%,transparent),0 0 10px color-mix(in srgb,var(--move-color,#e9e5da) 54%,transparent)!important}.move-badge{transform-origin:50%!important;animation:3.55s cubic-bezier(.16,.82,.18,1) both badge-shell-life!important;overflow:visible!important}.move-badge:before{opacity:0;content:""!important;z-index:-1!important;border:2px solid var(--move-color,#fff)!important;box-shadow:0 0 8px color-mix(in srgb,var(--move-color,#fff) 66%,transparent)!important;border-radius:50%!important;animation:1.02s cubic-bezier(.1,.7,.16,1) .16s both classification-radar-single!important;display:block!important;position:absolute!important;inset:-6px!important}.move-badge:after{content:none!important;display:none!important}.move-badge .classification-icon{transform-origin:50%!important;animation:.54s cubic-bezier(.12,.86,.18,1.2) both classification-symbol-arrive!important}.badge-formation-particles{z-index:0;pointer-events:none;position:absolute;inset:50%}.badge-formation-particles i{background:var(--move-color,#fff);width:3px;height:3px;box-shadow:0 0 6px 2px var(--move-color,#fff),0 0 13px 4px color-mix(in srgb,var(--move-color,#fff) 58%,transparent);--badge-angle:calc(var(--badge-particle) * 30deg);opacity:0;animation:badge-particle-form .48s calc(var(--badge-particle) * 9ms) cubic-bezier(.12,.72,.16,1) both;border-radius:50%;position:absolute;top:0;left:0}.capture-shake .board-viewport{animation:.86s cubic-bezier(.08,.72,.12,1) capture-recoil-damped!important}.capture-shake .board-camera{animation:.86s cubic-bezier(.08,.72,.12,1) both capture-grade-damped!important}@keyframes board-space-drift{0%{opacity:.1;transform:translateY(7px)scale(.7)}45%{opacity:.36}to{opacity:.16;transform:translateY(-9px)scale(1.15)}}@keyframes classification-ghost-ramp{0%,to{opacity:0;transform:translate(-2px,1px)scale(.99)}18%{opacity:.08}50%{opacity:.22;transform:translate(-8px,4px)scale(.975)}82%{opacity:.08}}@keyframes badge-shell-life{0%{opacity:0;transform:rotate(-7deg)scale(.76)}10%{opacity:1;transform:rotate(2deg)scale(1.07)}16%,82%{opacity:1;transform:rotate(0)scale(1)}92%{opacity:.74;transform:scale(.96)}to{opacity:0;transform:scale(.9)}}@keyframes classification-symbol-arrive{0%{opacity:0;transform:rotate(-10deg)scale(.68)}58%{opacity:1;transform:rotate(3deg)scale(1.1)}to{opacity:1;transform:rotate(0)scale(1)}}@keyframes classification-radar-single{0%{opacity:.9;transform:scale(.58)}28%{opacity:.72}to{opacity:0;transform:scale(1.95)}}@keyframes badge-particle-form{0%{opacity:0;transform:rotate(var(--badge-angle)) translateX(29px) scale(.2)}34%{opacity:1}78%{opacity:.9;transform:rotate(var(--badge-angle)) translateX(5px) scale(1)}to{opacity:0;transform:rotate(var(--badge-angle)) translateX(0) scale(.1)}}@keyframes capture-recoil-damped{0%,70%,to{transform:translate(0,0)}8%{transform:translate3d(var(--impact-x,0),var(--impact-y,0),0)}21%{transform:translate3d(var(--rebound-x,0),var(--rebound-y,0),0)}42%{transform:translate3d(var(--settle-x,0),var(--settle-y,0),0)}}@keyframes capture-grade-damped{0%,to{filter:contrast()saturate()}8%{filter:contrast(1.22)saturate(1.08)}22%{filter:contrast(1.08)saturate(1.04)}48%{filter:contrast(1.025)saturate(1.01)}}.motion-destination{visibility:hidden;opacity:1!important;animation:destination-solid-swap var(--travel-duration,.6s) steps(1,end) both!important}.piece-arrive{opacity:1!important;filter:none!important;animation:.28s cubic-bezier(.16,1,.3,1) both piece-solid-settle!important}.camera-active .square .piece:not(.motion-destination){opacity:1!important;filter:none!important;transition:transform .14s!important}.square.threat:after{background:#d9273429!important;border-color:#ef4652!important;box-shadow:inset 0 0 13px #ff54637a,0 0 11px 2px #ef354873!important}.square.last:before{background:color-mix(in srgb,var(--move-color) 88%,transparent)!important;box-shadow:inset 0 0 16px 3px color-mix(in srgb,var(--move-color) 96%,white 4%),inset 0 0 46px color-mix(in srgb,var(--move-color) 88%,transparent),0 0 34px 11px color-mix(in srgb,var(--move-color) 90%,transparent),0 0 86px 30px color-mix(in srgb,var(--move-color) 54%,transparent)!important;animation:3.9s cubic-bezier(.16,1,.3,1) forwards classification-square-hold!important}.board-viewport{background:radial-gradient(circle at var(--focus-x,50%) var(--focus-y,50%),#090b0db5 0,#0101028c 76%)!important}.board-viewport .board-camera{box-shadow:0 20px 54px #000e,0 0 0 1px #ffffff18!important}.board-backdrop-particles{background:radial-gradient(#ffffff16 0,#0000 72%)!important;inset:-54px!important}@keyframes destination-solid-swap{0%,99.5%{visibility:hidden}to{visibility:visible}}@keyframes piece-solid-settle{0%{transform:scale(.975)}58%{transform:scale(1.018)}to{transform:scale(1)}}@keyframes classification-square-hold{0%{opacity:0;transform:scale(.94)}8%{opacity:1;transform:scale(1)}72%{opacity:.94}88%{opacity:.5}to{opacity:0;box-shadow:none}}@media (prefers-reduced-motion:reduce){.piece-arrive{animation:none!important}.motion-destination{animation-duration:.12s!important}.square.last:before{animation-duration:2.4s!important;transform:none!important}}.motion-destination{opacity:1!important;visibility:hidden!important;animation:none!important}.motion-blur-ghost.ghost-classification,.shared-motion-ghost.ghost-classification{opacity:.07!important;filter:blur(3.2px)!important;animation:classification-ghost-before-contact var(--travel-duration,var(--shared-duration,.52s)) cubic-bezier(.16,1,.3,1) both!important}.capture-shake .board-camera{filter:none!important;animation:none!important}.capture-shake .cinematic-flicker{background:radial-gradient(circle 28% at var(--focus-x,50%) var(--focus-y,50%),color-mix(in srgb,var(--move-color,transparent) 42%,transparent) 0,color-mix(in srgb,var(--move-color,transparent) 12%,transparent) 42%,transparent 72%)!important}.single-frame-impact{background:var(--move-color,transparent)!important}.landing-glow{display:none!important}.landing-particles i,.landing-particles.capture i{background:var(--move-color,transparent)!important;color:var(--move-color,transparent)!important;box-shadow:0 0 7px 2px var(--move-color,transparent),0 0 18px 5px color-mix(in srgb,var(--move-color,transparent) 62%,transparent)!important}.capture-burst{background:radial-gradient(circle,color-mix(in srgb,var(--move-color,transparent) 96%,white 4%) 0,color-mix(in srgb,var(--move-color,transparent) 70%,transparent) 32%,transparent 73%)!important;box-shadow:0 0 28px 9px color-mix(in srgb,var(--move-color,transparent) 88%,transparent),0 0 72px 25px color-mix(in srgb,var(--move-color,transparent) 50%,transparent)!important}.square.last:before{background:color-mix(in srgb,var(--move-color) 91%,white 9%)!important;box-shadow:inset 0 0 9px 2px color-mix(in srgb,var(--move-color) 76%,white 24%),inset 0 0 34px 8px var(--move-color),0 0 19px 7px color-mix(in srgb,var(--move-color) 92%,transparent),0 0 54px 17px color-mix(in srgb,var(--move-color) 66%,transparent),0 0 96px 34px color-mix(in srgb,var(--move-color) 30%,transparent)!important;filter:brightness(1.5)saturate(1.18)!important;mix-blend-mode:normal!important;animation:4.2s cubic-bezier(.16,1,.3,1) forwards classification-luminous-square!important}.move-badge.particle-formed .classification-icon{animation-delay:0s!important}.board-viewport>.board-backdrop-particles{z-index:0;background:radial-gradient(circle at var(--focus-x,50%) var(--focus-y,50%),#ffffff16 0,transparent 74%)!important;inset:0!important}.board-viewport>.board-backdrop-particles i{opacity:.2;box-shadow:0 0 7px 2px #ffffffbd}.board-viewport>.board-camera{z-index:2}.brand-sigil{width:42px!important;height:42px!important;box-shadow:none!important;background:0 0!important;border:0!important;flex:0 0 42px!important;overflow:visible!important}.brand-sigil img{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 5px 4px #000c);width:48px;max-width:none;height:48px;transition:filter .22s,transform .22s cubic-bezier(.16,1,.3,1);display:block;transform:translateZ(0)}.brand:hover .brand-sigil{box-shadow:none!important;border:0!important}@keyframes classification-ghost-before-contact{0%{opacity:0;transform:translate(-2px,1px)scale(.99)}18%{opacity:.07}48%{opacity:.12;transform:translate(-7px,3px)scale(.98)}68%,to{opacity:0;transform:translate(-3px,1px)scale(.99)}}@keyframes classification-luminous-square{0%{opacity:0;filter:brightness(2.35)saturate(1.3);transform:scale(.96)}5%{opacity:1;filter:brightness(1.75)saturate(1.22);transform:scale(1.015)}12%{opacity:.82;filter:brightness(1.42)saturate(1.18);transform:scale(1)}20%,70%{opacity:1;filter:brightness(1.3)saturate(1.14)}86%{opacity:.58;filter:brightness(1.18)saturate(1.08)}to{opacity:0;filter:brightness();box-shadow:none}}@media (max-width:760px){.brand-sigil{display:grid!important}}@media (prefers-reduced-motion:reduce){.brand-sigil img,.brand:hover .brand-sigil img{transition:none;transform:none}.motion-blur-ghost.ghost-classification,.shared-motion-ghost.ghost-classification{display:none!important}}.moving-ground-shadow{z-index:4;pointer-events:none;opacity:0;transform-origin:50%;will-change:transform,opacity;width:12.5%;height:12.5%;position:absolute}.moving-ground-shadow:before{content:"";filter:blur(4.5px);background:#000b;border-radius:50%;height:11%;position:absolute;bottom:7%;left:20%;right:20%;transform:translateZ(0)}.moving-ground-shadow.capture:before{filter:blur(5px);background:#000c;height:13%;left:17%;right:17%}.moving-piece .motion-piece-art,.moving-piece.in-flight .motion-piece-art,.shared-moving-piece .shared-motion-art{opacity:1!important;filter:drop-shadow(0 1px 1px #0005)!important;animation:none!important}.moving-piece.capture-flight .motion-piece-art,.shared-moving-piece.capture .shared-motion-art{filter:drop-shadow(0 1px 1px #0006)!important}.square.last-origin:before{background:color-mix(in srgb,var(--move-color) 79%,transparent)!important}.mate-marker{z-index:15;pointer-events:none;-webkit-user-select:none;user-select:none;background:#ec6250;border-radius:50%;place-items:center;width:35px;height:35px;animation:.5s cubic-bezier(.16,.88,.2,1.16) both mate-marker-fall;display:grid;position:absolute;top:3px;right:3px;box-shadow:0 2px 4px #0009,0 0 11px #ec62505e}.mate-marker img{object-fit:contain;filter:brightness(0)invert();pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:82%;height:82%;display:block;transform:rotate(88deg)translateY(1px)}.square.check-flash:before{background:#c72b358f!important;animation:.9s cubic-bezier(.18,.72,.2,1) both checked-square-soft!important;box-shadow:inset 0 0 17px 3px #e94c5673,0 0 17px 4px #a8152163!important}@keyframes classification-pair-life{0%{opacity:0;filter:brightness(1.55)saturate(1.2);transform:scale(.96)}8%{opacity:1;filter:brightness(1.3)saturate(1.16);transform:scale(1.01)}14%,78%{opacity:1;filter:brightness(1.16)saturate(1.12);transform:scale(1)}90%{opacity:.5;filter:brightness(1.08)saturate(1.06)}to{opacity:0;filter:brightness();box-shadow:none}}@keyframes badge-pair-life{0%{opacity:0;transform:rotate(-7deg)scale(.76)}8%{opacity:1;transform:rotate(2deg)scale(1.07)}14%,78%{opacity:1;transform:rotate(0)scale(1)}90%{opacity:.5;transform:scale(.95)}to{opacity:0;transform:scale(.9)}}@keyframes mate-marker-fall{0%{opacity:0;transform:rotate(-20deg)scale(.5)}62%{opacity:1;transform:rotate(4deg)scale(1.09)}to{opacity:1;transform:rotate(0)scale(1)}}@keyframes check-ray-soft{0%{opacity:0}12%{opacity:.7}50%{opacity:.55}to{opacity:0}}@keyframes checked-square-soft{0%{opacity:0}11%{opacity:.86}42%{opacity:.72}to{opacity:0}}@media (prefers-reduced-motion:reduce){.moving-ground-shadow{display:none}.square.last:before,.move-badge{animation-duration:2.4s!important}.mate-marker{animation:none}}.square.last:before{background:color-mix(in srgb,var(--move-color) 90%,transparent)!important;box-shadow:inset 0 0 13px 3px color-mix(in srgb,var(--move-color) 92%,transparent),inset 0 0 42px 9px color-mix(in srgb,var(--move-color) 88%,transparent),0 0 23px 8px color-mix(in srgb,var(--move-color) 78%,transparent),0 0 58px 19px color-mix(in srgb,var(--move-color) 53%,transparent),0 0 102px 36px color-mix(in srgb,var(--move-color) 27%,transparent)!important;filter:brightness(1.18)saturate(1.3)!important;animation:3.6s linear forwards classification-unified-life!important}.square.last-origin:before{background:color-mix(in srgb,var(--move-color) 82%,transparent)!important;animation-duration:calc(3.6s + var(--classification-lead,0s))!important}.square.last-destination:before{background:color-mix(in srgb,var(--move-color) 94%,transparent)!important}.square.threat:after{background:#d8263424!important;border-color:#f04a55!important;animation:1.32s linear both threat-red-hold!important;box-shadow:inset 0 0 14px #ff56657d,0 0 12px 2px #ef34497a!important}.square.check-ray:before{animation:check-ray-extended 1.58s var(--ray-delay,0s) linear both!important;background:#e13946a8!important;box-shadow:inset 0 0 18px 3px #ff6571b5,0 0 17px 4px #d521326e!important}.brand-sigil img{image-rendering:pixelated!important}@keyframes classification-unified-life{0%{opacity:0;filter:brightness(1.42)saturate(1.35);transform:scale(.965)}7%{opacity:1;filter:brightness(1.22)saturate(1.32);transform:scale(1.008)}13%,68%{opacity:1;filter:brightness(1.18)saturate(1.3);transform:scale(1)}to{opacity:0;filter:brightness(1.08)saturate(1.18);transform:scale(1)}}@keyframes badge-unified-life{0%{opacity:0;transform:rotate(-7deg)scale(.76)}7%{opacity:1;transform:rotate(2deg)scale(1.07)}13%,68%{opacity:1;transform:rotate(0)scale(1)}to{opacity:0;transform:rotate(0)scale(.91)}}@keyframes threat-red-hold{0%{opacity:0;transform:scale(.72)}15%{opacity:1;transform:scale(1.05)}30%,70%{opacity:.94;transform:scale(1)}to{opacity:0;transform:scale(1.08)}}@keyframes check-ray-extended{0%{opacity:0;filter:brightness(1.25)}11%{opacity:.96;filter:brightness(1.12)}22%,74%{opacity:.9;filter:brightness()}to{opacity:0;filter:brightness(.92)}}.square.selected:before{background:#f3eee608!important;border:2px solid #eee8d7b0!important;animation:1.15s ease-in-out infinite alternate selected-contour-breathe!important;inset:5%!important;box-shadow:inset 0 0 12px #fff3,0 2px 9px #0006!important}.square.selected:after{content:""!important;z-index:1!important;aspect-ratio:auto!important;width:auto!important;height:9%!important;box-shadow:none!important;filter:blur(4px)!important;background:#000a!important;border:0!important;border-radius:50%!important;animation:.82s ease-in-out infinite alternate selected-ground-shadow!important;position:absolute!important;bottom:7%!important;left:24%!important;right:24%!important}.square.selected .piece{translate:0 -7%;rotate:-.35deg;scale:1.035;z-index:3!important;filter:drop-shadow(0 8px 4px #0009)!important;transform-origin:bottom!important;transition:translate .28s cubic-bezier(.16,1,.3,1),scale .28s cubic-bezier(.16,1,.3,1),filter .28s!important;animation:.82s ease-in-out infinite alternate selected-piece-tremor!important;transform:none!important}.square.selected .piece:hover{transform:none!important}.focus-shade{z-index:3;pointer-events:none;opacity:0;background:#030304;transition:opacity .38s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.moving-piece,.shared-moving-piece{z-index:8!important}.square.threat:after{background:0 0!important;border:3px solid #ef4652!important;animation:1.55s cubic-bezier(.16,1,.3,1) both threat-ring-smooth!important;inset:10%!important;box-shadow:inset 0 0 10px #ff5b6754,0 0 13px 2px #e62f4261!important}.cool-move-flair{z-index:6;pointer-events:none;position:absolute;inset:0;overflow:visible}.cool-move-flair i,.cool-move-flair b{pointer-events:none;display:block;position:absolute}.cool-move-flair i{border:2px solid color-mix(in srgb,var(--move-color) 90%,transparent);box-shadow:0 0 12px color-mix(in srgb,var(--move-color) 42%,transparent);animation:1.22s cubic-bezier(.16,1,.3,1) both cool-square-trace;inset:4%}.cool-move-flair b{border:2px solid color-mix(in srgb,var(--move-color) 82%,transparent);border-radius:50%;animation:1.08s cubic-bezier(.16,1,.3,1) 80ms both cool-circle-trace;inset:17%}.brand-sigil img{object-fit:contain!important;image-rendering:auto!important;width:48px!important;height:42px!important}@keyframes selected-contour-breathe{0%{opacity:.68;box-shadow:inset 0 0 8px #fff2,0 2px 7px #0005}to{opacity:1;box-shadow:inset 0 0 15px #fff4,0 3px 10px #0007}}@keyframes selected-ground-shadow{0%{opacity:.68;transform:scale(.88)}to{opacity:.9;transform:scale(1.04)}}@keyframes selected-piece-tremor{0%{rotate:-.45deg}38%{rotate:.34deg}68%{rotate:-.16deg}to{rotate:.28deg}}@keyframes threat-ring-smooth{0%{opacity:0;transform:scale(.86)}18%{opacity:.96;transform:scale(1.025)}36%,72%{opacity:.9;transform:scale(1)}to{opacity:0;transform:scale(1.045)}}@keyframes threatened-piece-tilt{0%,to{transform:translate(0,0)rotate(0)}20%{transform:translate(-2px,-1px)rotate(-3.2deg)}43%{transform:translate(1.5px)rotate(2.2deg)}66%{transform:translate(-.7px)rotate(-.9deg)}}@keyframes cool-square-trace{0%{opacity:0;clip-path:inset(48%);transform:scale(.72)}24%{opacity:.9;clip-path:inset(0)}70%{opacity:.72;transform:scale(1)}to{opacity:0;clip-path:inset(0);transform:scale(1.1)}}@keyframes cool-circle-trace{0%{opacity:0;transform:scale(.48)rotate(-8deg)}30%{opacity:.78;transform:scale(1)rotate(2deg)}to{opacity:0;transform:scale(1.72)rotate(0)}}@media (prefers-reduced-motion:reduce){.square.selected .piece{rotate:0;animation:none!important}.square.selected:after,.square.threat .piece{animation:none!important}.square.threat:after{animation:1.2s both threat-ring-reduced!important}.cool-move-flair i,.cool-move-flair b{animation:.9s both cool-flair-reduced!important}}@keyframes threat-ring-reduced{0%,to{opacity:0}18%,72%{opacity:.9}}@keyframes cool-flair-reduced{0%,to{opacity:0}25%,68%{opacity:.72}}.square.last:before{box-shadow:inset 0 0 11px 2px color-mix(in srgb,var(--move-color) 88%,transparent),inset 0 0 30px 7px color-mix(in srgb,var(--move-color) 78%,transparent),0 0 16px 5px color-mix(in srgb,var(--move-color) 68%,transparent),0 0 36px 11px color-mix(in srgb,var(--move-color) 46%,transparent),0 0 64px 21px color-mix(in srgb,var(--move-color) 20%,transparent)!important;filter:brightness(1.14)saturate(1.28)!important;animation:3.6s linear forwards classification-soft-exit!important}.square.last-origin:before{animation-duration:calc(3.6s + var(--classification-lead,0s))!important}.move-badge{animation:3.6s linear both badge-soft-exit!important}.square.threat:after{content:""!important;z-index:4!important;pointer-events:none!important;background:#e132424d!important;border:0!important;border-radius:0!important;width:auto!important;height:auto!important;animation:.82s linear both threat-square-flare!important;position:absolute!important;inset:0!important;box-shadow:inset 0 0 20px 3px #ff536372,0 0 11px 2px #da243852!important}.piece.king-checked{transform-origin:bottom!important;animation:.84s cubic-bezier(.2,.72,.18,1) both checked-king-scared!important}.square.selected:before{display:none!important}.square.selected:after{filter:blur(4px)!important;background:#0009!important;height:8%!important;animation:.5s cubic-bezier(.16,1,.3,1) both selected-ground-shadow-settle!important;bottom:7%!important;left:25%!important;right:25%!important}.square.selected .piece{translate:0 -7%;rotate:none;scale:1.035;animation:.48s linear both selected-piece-pick!important}.camera-active.camera-returning .square.motion-origin .focus-shade,.camera-active.camera-returning .square.motion-target .focus-shade,.camera-active.camera-returning .square.last .focus-shade{opacity:0}.cinematic-depth-edge{z-index:8!important;opacity:0!important;background:radial-gradient(ellipse 76% 72% at var(--focus-x,50%) var(--focus-y,50%),transparent 0 54%,#05060717 75%,#0202034f 100%)!important;-webkit-backdrop-filter:blur(1.35px)saturate(.9)!important;backdrop-filter:blur(1.35px)saturate(.9)!important;-webkit-mask-image:radial-gradient(ellipse 72% 68% at var(--focus-x,50%) var(--focus-y,50%),transparent 0 50%,#0008 76%,#000 100%)!important;-webkit-mask-image:radial-gradient(ellipse 72% 68% at var(--focus-x,50%) var(--focus-y,50%),transparent 0 50%,#0008 76%,#000 100%)!important;mask-image:radial-gradient(ellipse 72% 68% at var(--focus-x,50%) var(--focus-y,50%),transparent 0 50%,#0008 76%,#000 100%)!important;transition:opacity .72s cubic-bezier(.16,1,.3,1)!important;display:block!important}.camera-active .cinematic-depth-edge{opacity:.64!important}.camera-active.camera-returning .cinematic-depth-edge{opacity:.12!important}.cinematic-depth-edge:before,.cinematic-depth-edge:after{display:none!important}.cinematic-vignette{transition:opacity .72s cubic-bezier(.16,1,.3,1)!important}.board-viewport>.board-backdrop-particles{z-index:0!important;will-change:transform!important;transform-origin:50%!important;background:radial-gradient(circle at 22% 28%,#ffffff12 0 2%,#0000 24%),radial-gradient(circle at 78% 68%,#dce9f414 0 3%,#0000 30%),radial-gradient(#ffffff0d 0,#0000 68%)!important;inset:0!important;overflow:hidden!important}.board-viewport>.board-backdrop-particles:before,.board-viewport>.board-backdrop-particles:after{content:"";pointer-events:none;opacity:.18;filter:blur(.25px);background:radial-gradient(circle at 32% 38%,#fff8 0 1px,#0000 2px) 0 0/83px 71px,radial-gradient(circle at 68% 62%,#fff6 0 1px,#0000 2px) 0 0/109px 97px,radial-gradient(circle at 54% 20%,#fff5 0 1px,#0000 2px) 0 0/137px 113px;border-radius:50%;animation:13s ease-in-out infinite alternate backdrop-nebula-drift;position:absolute;inset:0}.board-viewport>.board-backdrop-particles:after{opacity:.09;filter:blur(1.2px);animation-duration:19s;animation-direction:alternate-reverse;inset:0;transform:scale(1.12)}.board-viewport>.board-backdrop-particles i{opacity:var(--backdrop-opacity,.16)!important;will-change:transform,opacity!important;animation:backdrop-depth-drift 7.4s var(--backdrop-delay,0s) ease-in-out infinite alternate!important;box-shadow:0 0 5px 1px #ffffff8c!important}.board-viewport>.board-backdrop-particles i.depth-0{filter:blur(.1px);animation-duration:6.2s!important}.board-viewport>.board-backdrop-particles i.depth-1{filter:blur(.6px);transform:scale(1.35);animation-duration:9.6s!important}.board-viewport>.board-backdrop-particles i.depth-2{filter:blur(1.15px);transform:scale(1.75);animation-duration:13.4s!important}.brand-sigil{flex-basis:44px!important;width:44px!important;height:44px!important;overflow:hidden!important}.brand-sigil img{object-fit:contain!important;image-rendering:auto!important;filter:drop-shadow(0 4px 3px #000b)!important;width:44px!important;max-width:44px!important;height:44px!important;display:block!important}@keyframes classification-soft-exit{0%{opacity:0;filter:brightness(1.4)saturate(1.34);transform:scale(.965)}7%{opacity:1;filter:brightness(1.2)saturate(1.3);transform:scale(1.008)}13%,42%{opacity:1;filter:brightness(1.14)saturate(1.28);transform:scale(1)}62%{opacity:.76;filter:brightness(1.1)saturate(1.22);transform:scale(1)}82%{opacity:.36;filter:brightness(1.05)saturate(1.12);transform:scale(1)}to{opacity:0;filter:brightness()saturate();transform:scale(1)}}@keyframes badge-soft-exit{0%{opacity:0;transform:rotate(-7deg)scale(.76)}7%{opacity:1;transform:rotate(2deg)scale(1.07)}13%,42%{opacity:1;transform:rotate(0)scale(1)}62%{opacity:.76;transform:rotate(0)scale(.98)}82%{opacity:.36;transform:rotate(0)scale(.94)}to{opacity:0;transform:rotate(0)scale(.9)}}@keyframes threat-square-flare{0%{opacity:0;filter:brightness(1.2)}16%{opacity:.92;filter:brightness(1.08)}34%{opacity:.72;filter:brightness()}to{opacity:0;filter:brightness(.92)}}@keyframes threatened-piece-away{0%,to{transform:translate(0,0)rotate(0)}24%{transform:translate3d(var(--threat-shift,2px),-2px,0) rotate(var(--threat-tilt,4deg))}52%{transform:translate3d(var(--threat-recoil-shift,-.7px),0,0) rotate(var(--threat-recoil-tilt,-1.2deg))}76%{transform:translate3d(var(--threat-settle-shift,.3px),0,0) rotate(var(--threat-settle-tilt,.5deg))}}@keyframes checked-king-scared{0%,to{transform:translate(0,0)rotate(0)}10%{transform:translate(-2px,-8px)rotate(-4.8deg)}22%{transform:translate(3px,-11px)rotate(4.2deg)}34%{transform:translate(-3px,-8px)rotate(-3.7deg)}46%{transform:translate(2px,-10px)rotate(3.2deg)}58%{transform:translate(-2px,-6px)rotate(-2.5deg)}70%{transform:translate(1px,-4px)rotate(1.8deg)}84%{transform:translate(-.5px,-1px)rotate(-.7deg)}}@keyframes selected-piece-pick{0%{rotate:none}16%{rotate:-4deg}32%{rotate:3.6deg}48%{rotate:-2.8deg}64%{rotate:2deg}80%{rotate:-1deg}to{rotate:none}}@keyframes selected-ground-shadow-settle{0%{opacity:0;transform:scale(.72)}45%{opacity:.88;transform:scale(1.08)}to{opacity:.76;transform:scale(1)}}@keyframes backdrop-depth-drift{0%{opacity:.08;transform:translate(-5px,3px)}to{transform:translate3d(var(--backdrop-drift,14px),-9px,0);opacity:var(--backdrop-opacity,.16)}}@keyframes backdrop-nebula-drift{0%{transform:translate(-1.2%,-.8%)scale(1)}to{transform:translate(1.4%,1.1%)scale(1.035)}}@media (prefers-reduced-motion:reduce){.square.selected .piece,.square.threat .piece,.piece.king-checked{animation:none!important}.square.threat:after{animation:.7s both threat-square-reduced!important}.board-viewport>.board-backdrop-particles i,.board-viewport>.board-backdrop-particles:before,.board-viewport>.board-backdrop-particles:after{animation:none!important}}@keyframes threat-square-reduced{0%,to{opacity:0}18%,58%{opacity:.72}}:root{--deck-black:#08090a;--deck-panel:#0d0e10;--deck-raised:#151619;--deck-line:#34363b;--deck-ink:#f0eee8;--deck-muted:#a9a7a1;--deck-danger:#df3f48}html,body{width:100%;height:100%;overflow:hidden!important}body{background:var(--deck-black)!important;min-height:0!important;color:var(--deck-ink)!important;font-family:Segoe UI,Verdana,sans-serif!important}button,input,select{font:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline-offset:2px!important;outline:2px solid #fff!important}.app-shell{--ui-font:"Segoe UI",Verdana,"Segoe UI",sans-serif;--display-font:"Barlow Condensed";--control-height:44px;--rule-width:1px;--shell-ink:var(--deck-ink);--shell-muted:var(--deck-muted);--shell-line:var(--deck-line);isolation:isolate;width:100vw!important;max-width:none!important;height:100dvh!important;min-height:0!important;color:var(--shell-ink)!important;font-family:var(--ui-font)!important;background:#08090a!important;grid-template-rows:minmax(0,1fr) 14px!important;grid-template-columns:112px minmax(0,1fr)!important;column-gap:16px!important;margin:0!important;padding:10px 14px 24px 10px!important;display:grid!important;position:relative!important;overflow:hidden!important}.app-shell:before{content:"";z-index:0;pointer-events:none;mix-blend-mode:soft-light;opacity:.085;background-image:radial-gradient(circle,#fff 0 .65px,#0000 .9px),radial-gradient(circle,#fff 0 .45px,#0000 .7px),repeating-linear-gradient(0deg,#0000 0 4px,#fff 4.5px 5px);background-position:0 0,3px 5px,0 0;background-size:8px 8px,11px 11px,100% 5px;position:absolute;inset:0}.app-shell.texture-clean:before{opacity:0}.app-shell.texture-heavy:before{opacity:.1;background-size:6px 6px,100% 3px}.app-shell.typeface-condensed{--ui-font:"Barlow Condensed"}.app-shell.typeface-mono{--ui-font:"Cascadia Mono",Consolas,monospace}.app-shell.density-compact{--control-height:40px}.app-shell.density-large{--control-height:50px}.app-shell.lines-bold{--rule-width:2px}.app-shell.contrast-soft{--shell-ink:#dfddd7;--shell-muted:#999791;--shell-line:#2c2e32}.app-shell.contrast-hard{--shell-ink:#fff;--shell-muted:#bbb9b4;--shell-line:#55585f}.game-layout,.trainer-layout,.studio-layout,.appearance-page,.profile-page,.about-page,.site-footer{z-index:1!important;position:relative!important}.site-header{z-index:20!important;border:0!important;border-right:var(--rule-width) solid var(--shell-line)!important;background:0 0!important;flex-direction:column!important;grid-area:1/1!important;align-items:stretch!important;width:112px!important;height:100%!important;min-height:0!important;margin:0!important;padding:5px 8px 118px 0!important;display:flex!important;position:relative!important;top:auto!important}.brand{width:100%;min-width:0;border-bottom:var(--rule-width) solid var(--shell-line)!important;align-items:center!important;gap:7px!important;padding:0 5px 13px 2px!important;display:flex!important}.brand-sigil{width:34px!important;height:34px!important;box-shadow:none!important;background:0 0!important;border:0!important;flex:0 0 34px!important;place-items:center!important;display:grid!important;overflow:hidden!important}.brand-sigil img{object-fit:contain!important;image-rendering:auto!important;filter:none!important;width:34px!important;max-width:34px!important;height:34px!important;transition:filter .2s!important;display:block!important;transform:none!important}.brand:hover .brand-sigil img{filter:brightness(1.2)drop-shadow(0 0 8px #ffffff4a)!important;transform:none!important}.site-header .brand h1{color:var(--shell-ink)!important;font:800 14px/.86 var(--display-font)!important;text-transform:uppercase!important;flex-direction:column!important;margin:0!important;display:flex!important}.site-header .brand h1 span:last-child{color:var(--shell-muted)!important}.future-tabs{gap:5px!important;margin:16px 0 0!important;display:grid!important}.future-tabs button{width:100%;min-height:var(--control-height)!important;border:var(--rule-width) solid transparent!important;color:var(--shell-muted)!important;box-shadow:none!important;text-align:left!important;text-transform:uppercase!important;font:800 14px/1 var(--display-font)!important;cursor:pointer!important;background:0 0!important;border-radius:0!important;align-items:center!important;gap:7px!important;padding:0 8px!important;transition:background .14s,color .14s,border-color .14s!important;display:flex!important}.game-layout{grid-area:1/2!important;grid-template-columns:minmax(0,1fr) minmax(286px,310px)!important;justify-content:start!important;align-items:start!important;gap:18px!important;width:100%!important;height:100%!important;min-height:0!important;padding:0!important;display:grid!important;overflow:hidden!important}.board-area{width:min(780px,100dvh - 70px)!important;min-width:0!important;max-width:780px!important;margin:0 0 0 max(0px,50vw - 540px)!important}.board-stage{grid-template-columns:20px minmax(0,1fr)!important;gap:6px!important}.board-stage.no-eval{grid-template-columns:minmax(0,1fr)!important}.eval-bar{border:var(--rule-width) solid #44474d!important;box-shadow:none!important;border-radius:0!important}.eval-number,.eval-result{font-family:var(--display-font)!important;writing-mode:horizontal-tb!important;font-size:11px!important;font-weight:800!important;transform:translate(-50%)!important}.eval-number.top,.eval-bar.black-win .eval-result{top:5px!important;bottom:auto!important}.eval-number.bottom,.eval-bar.white-win .eval-result,.eval-bar.drawn .eval-result{top:auto!important;bottom:5px!important}.board-viewport{border:var(--rule-width) solid #45484e!important}.square:hover:before{background:0 0!important;animation:none!important;box-shadow:inset 0 0 0 1px #ffffff2c!important}.camera-active .square:hover:before{opacity:0!important;box-shadow:none!important}.player-row{width:100%;z-index:14!important;height:34px!important;min-height:34px!important;font-family:var(--ui-font)!important;background:0 0!important;align-items:center!important;gap:7px!important;padding:0 0 5px!important;display:flex!important;position:relative!important}.avatar,.avatar.dark{border:var(--rule-width) solid #42454a!important;background:#131417!important;border-radius:0!important;flex:0 0 24px!important;width:24px!important;height:24px!important}.player-row>div{gap:1px!important;min-width:0!important;display:grid!important}.player-row strong{color:var(--shell-ink)!important;font:800 14px/1 var(--display-font)!important;text-transform:uppercase!important}.player-row small{color:var(--shell-muted)!important;font:600 14px/1 var(--display-font)!important}.player-subline{align-items:center!important;gap:7px!important;min-width:0!important;height:13px!important;display:flex!important}.captured-material{align-items:center!important;max-width:160px!important;height:13px!important;display:inline-flex!important;position:static!important;overflow:hidden!important}.captured-material img{width:13px!important;height:13px!important;margin-right:-4px!important}.captured-material b{color:var(--shell-muted)!important;font:600 12px/1 var(--display-font)!important;margin-left:6px!important}.clock,.clock.active,.clock.low,.clock.flagged{min-width:62px!important;height:29px!important;box-shadow:none!important;color:#e5e3dd!important;font:800 16px/1 var(--display-font)!important;font-variant-numeric:tabular-nums!important;background:#18191c!important;border:0!important;border-radius:0!important;outline:0!important;place-items:center!important;margin-left:auto!important;padding:0 7px!important;display:grid!important}.side-panel{border:var(--rule-width) solid var(--shell-line)!important;width:100%!important;height:calc(100dvh - 34px)!important;min-height:0!important;max-height:none!important;box-shadow:none!important;scrollbar-width:thin!important;scrollbar-color:#5d6066 #111215!important;background-color:#0b0c0e!important;background-image:radial-gradient(circle at 12% 18%,#ffffff0d 0 .55px,#0000 .8px),repeating-linear-gradient(0deg,#0000 0 4px,#ffffff07 4.5px 5px)!important;background-size:9px 9px,100% 5px!important;border-radius:0!important;overflow:hidden auto!important}.side-panel::-webkit-scrollbar{width:8px!important;display:block!important}.side-panel::-webkit-scrollbar-track{background:#111215!important}.side-panel::-webkit-scrollbar-thumb{background:#5d6066!important;border:2px solid #111215!important}.play-setup-panel,.puzzle-panel{color:var(--shell-ink)!important;padding:17px!important}.setup-heading{border-bottom:var(--rule-width) solid var(--shell-line);padding-bottom:14px}.setup-heading small,.settings-title,.panel-title,.opening-readout small,.analysis-readout small,.page-heading small{color:var(--shell-muted)!important;font:800 14px/1 var(--display-font)!important;text-transform:uppercase!important}.setup-heading h2{color:var(--shell-ink)!important;font:850 25px/1 var(--display-font)!important;text-transform:uppercase!important;margin:6px 0 0!important}.play-mode-tabs{border:var(--rule-width) solid var(--shell-line)!important;grid-template-columns:1fr 1fr!important;margin:14px 0 18px!important;display:grid!important}.play-mode-tabs button,.segmented button,.design-option-grid button{min-height:var(--control-height)!important;border:0!important;border-right:var(--rule-width) solid var(--shell-line)!important;color:var(--shell-muted)!important;box-shadow:none!important;text-transform:uppercase!important;font:800 14px/1 var(--display-font)!important;cursor:pointer!important;background:#111215!important;border-radius:0!important}.play-mode-tabs button:last-child,.segmented button:last-child,.design-option-grid button:last-child{border-right:0!important}.play-mode-tabs button.active,.segmented button.active,.design-option-grid button.active{color:#090a0b!important;background:#f0eee8!important}.settings-title{margin:17px 0 8px!important}.preset-grid{gap:0;display:grid;border:var(--rule-width) solid var(--shell-line)!important}.increment-presets{grid-template-columns:repeat(5,1fr)}.compact-increments{margin-top:7px}.preset-grid button{border:0;border-right:var(--rule-width) solid var(--shell-line);min-width:0;min-height:44px;color:var(--shell-ink);font:850 14px/1 var(--display-font);cursor:pointer;background:#111215;align-content:center;justify-items:center;gap:3px;padding:4px 2px;display:grid}.preset-grid button:last-child{border-right:0}.preset-grid button span{color:var(--shell-muted);font:700 14px/1 var(--display-font)}.preset-grid button.active{color:#090a0b;background:#f0eee8}.preset-grid button.active span{color:#34363b}.segmented{border:var(--rule-width) solid var(--shell-line)!important;border-radius:0!important;margin:0!important}.review-levels{border:var(--rule-width) solid var(--shell-line);grid-template-columns:repeat(3,1fr);display:grid}.review-levels button{border:0;border-right:var(--rule-width) solid var(--shell-line);min-height:52px;color:var(--shell-ink);cursor:pointer;background:#111215;align-content:center;justify-items:start;gap:4px;padding:8px;display:grid}.review-levels button:last-child{border-right:0}.review-levels button b{font:800 14px/1 var(--display-font);text-transform:uppercase}.review-levels button span{color:var(--shell-muted);font:600 14px/1 var(--display-font)}.review-levels button.active{color:#090a0b;background:#f0eee8}.review-levels button.active span{color:#34363b}.toggle-row{min-height:40px!important;color:var(--shell-ink)!important;font:700 14px/1 var(--ui-font)!important;border-bottom:var(--rule-width) solid #25272b!important}.toggle-row i{background:#303238!important;border-radius:10px!important;width:34px!important;height:18px!important}.toggle-row i:after{background:#aaa!important;width:14px!important;height:14px!important}.toggle-row input:checked+i{background:#f0eee8!important}.start-local,.account-button,.next-puzzle,.trainer-start,.studio-submit{border:var(--rule-width) solid #fff!important;color:#090a0b!important;text-transform:uppercase!important;width:100%!important;min-height:56px!important;font:850 15px/1 var(--display-font)!important;cursor:pointer!important;background:#f0eee8!important;border-radius:0!important;justify-content:center!important;align-items:center!important;gap:8px!important;margin-top:18px!important;transition:background .14s,color .14s,box-shadow .14s!important;display:flex!important;box-shadow:0 0 18px #ffffff20!important}.start-local:hover,.account-button:hover,.next-puzzle:hover,.trainer-start:hover,.studio-submit:hover{background:#fff!important;transform:none!important;box-shadow:0 0 26px #ffffff3d!important}.customize-shortcut{border:var(--rule-width) solid var(--shell-line);width:100%;min-height:54px;color:var(--shell-ink);text-align:left;cursor:pointer;background:#111215;border-radius:0;align-items:center;gap:10px;margin-top:10px;padding:8px 10px;display:flex}.customize-shortcut:hover{background:#17181b;border-color:#fff}.customize-shortcut span{gap:3px;display:grid}.customize-shortcut b{font:800 14px/1 var(--display-font);text-transform:uppercase}.customize-shortcut small{color:var(--shell-muted);font-size:14px}.game-panel{padding:17px!important}.opening-readout,.analysis-readout,.live-eval-toggle,.game-actions,.controls,.moves{border-bottom:var(--rule-width) solid var(--shell-line)!important;margin:0!important;padding:14px 0!important}.opening-readout{padding-top:0!important}.opening-readout strong,.analysis-readout strong{margin-top:6px;display:block;color:var(--shell-ink)!important;font:750 14px/1.3 var(--ui-font)!important}.analysis-readout{min-height:0!important;display:block!important}.analysis-readout>div{min-height:0!important}.live-eval-toggle{padding:6px 0!important}.game-actions{grid-template-columns:1fr 1fr!important;gap:8px!important;display:grid!important}.game-actions button,.controls button,.controls a,.online-actions button{min-height:var(--control-height)!important;border:var(--rule-width) solid var(--shell-line)!important;color:var(--shell-ink)!important;box-shadow:none!important;font:750 14px/1 var(--ui-font)!important;cursor:pointer!important;background:#111215!important;border-radius:0!important;justify-content:center!important;align-items:center!important;gap:7px!important;text-decoration:none!important;display:flex!important}.game-actions button:hover:not(:disabled),.controls button:hover,.controls a:hover,.online-actions button:hover{background:#191a1e!important;border-color:#fff!important}.game-actions .danger-action:hover:not(:disabled){border-color:var(--deck-danger)!important;color:#fff!important;background:#2a1215!important}.controls{grid-template-columns:repeat(4,1fr)!important;gap:6px!important;display:grid!important}.moves{border-bottom:0!important;min-height:120px!important}.moves ol{scrollbar-color:#5d6066 #111215!important;max-height:250px!important;margin-top:12px!important}.moves li{font:700 14px/1.2 var(--ui-font)!important}.appearance-page,.profile-page,.about-page{border:var(--rule-width) solid var(--shell-line)!important;scrollbar-color:#5d6066 #111215!important;background:#0b0c0e!important;grid-area:1/2!important;width:min(1040px,100%)!important;max-width:none!important;height:calc(100dvh - 34px)!important;margin:0!important;padding:24px 28px!important;overflow:auto!important}.page-heading{border-bottom:var(--rule-width) solid var(--shell-line)!important;padding-bottom:20px!important}.page-heading h2{color:var(--shell-ink)!important;font:850 34px/1 var(--display-font)!important;text-transform:uppercase!important;margin:7px 0 8px!important}.page-heading p{color:var(--shell-muted)!important;margin:0!important;font-size:14px!important}.appearance-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0 24px!important;display:grid!important}.settings-section{border-bottom:var(--rule-width) solid var(--shell-line)!important;padding:20px 0!important}.settings-section h3{color:var(--shell-ink)!important;font:800 15px/1 var(--display-font)!important;text-transform:uppercase!important;margin:0 0 13px!important}.design-option-grid{border:var(--rule-width) solid var(--shell-line);grid-template-columns:repeat(3,1fr);display:grid}.design-option-grid.two{grid-template-columns:repeat(2,1fr)}.theme-picker{gap:7px!important}.theme-choice{border:var(--rule-width) solid var(--shell-line)!important;min-height:70px!important;color:var(--shell-ink)!important;background:#111215!important;border-radius:0!important;font-size:14px!important}.theme-choice.active{border-color:#fff!important}.theme-choice i{height:36px!important;margin-bottom:7px!important}.effects-fixed,.range-setting{color:var(--shell-muted)!important;font-size:14px!important;line-height:1.45!important}.range-setting b{color:var(--shell-ink)!important}.range-setting input{accent-color:#f0eee8!important}.profile-heading h2,.about-page h2,.trainer-title h2,.studio-title h2{color:var(--shell-ink)!important;font-family:var(--display-font)!important;text-transform:uppercase!important}.profile-heading p,.about-page p,.trainer-title p,.studio-title p{color:var(--shell-muted)!important;font-size:14px!important}.profile-tabs button,.profile-form input,.elo-picker button,.studio-field input{border-radius:0!important;font-size:14px!important}.profile-primary{color:#090a0b!important;background:#f0eee8!important;border-color:#fff!important}.profile-secondary{border-color:var(--shell-line)!important;color:var(--shell-ink)!important;background:#111215!important}.trainer-layout,.studio-layout{grid-area:1/2!important;gap:18px!important;height:100%!important;min-height:0!important;padding:0!important}.trainer-panel,.studio-panel{border:var(--rule-width) solid var(--shell-line)!important;scrollbar-color:#5d6066 #111215!important;background:#0b0c0e!important;border-radius:0!important;height:calc(100dvh - 34px)!important;overflow:auto!important}.trainer-start,.studio-submit{font-size:14px!important}.studio-actions button,.studio-signin,.community-profile{border:var(--rule-width) solid var(--shell-line)!important;min-height:44px!important;color:var(--shell-ink)!important;background:#111215!important;border-radius:0!important;font-size:14px!important}.site-footer{z-index:30!important;border-top:var(--rule-width) solid var(--shell-line)!important;color:#777a80!important;width:104px!important;font:600 9px/1.15 var(--ui-font)!important;flex-direction:column!important;align-items:flex-start!important;gap:4px!important;margin:0!important;padding:8px 0 0!important;display:flex!important;position:absolute!important;bottom:6px!important;left:10px!important}.site-footer span{display:none!important}.site-footer a,.site-footer button{color:#85888e!important;font:inherit!important;cursor:pointer!important;background:0 0!important;border:0!important;padding:0!important;text-decoration:none!important}.site-footer a:hover,.site-footer button:hover{color:#fff!important}.end-ceremony{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#050506d9!important;animation:.22s linear both end-deck-in!important}.end-ceremony:before,.end-ceremony:after{content:"";z-index:2;height:var(--rule-width);background:#ffffff3b;position:absolute;left:8%;right:8%}.end-ceremony:before{top:25%}.end-ceremony:after{bottom:25%}.end-ceremony .end-sweep{background:var(--deck-danger)!important;height:3px!important;animation:1.15s cubic-bezier(.16,1,.3,1) both end-deck-cut!important;top:50%!important;left:-8%!important;right:-8%!important;box-shadow:0 0 18px #df3f486e!important}.end-ceremony.draw .end-sweep{background:#f0eee8!important;box-shadow:0 0 18px #ffffff42!important}.end-ceremony>div{gap:7px!important;animation:2.5s cubic-bezier(.16,1,.3,1) both end-deck-title!important}.end-ceremony>div svg{color:var(--deck-danger)!important;filter:none!important}.end-ceremony.draw>div svg{color:#f0eee8!important}.end-ceremony small{color:#bbb9b4!important;font:800 12px/1 var(--display-font)!important;text-transform:uppercase!important}.end-ceremony strong{color:#fff!important;text-shadow:none!important;font:900 clamp(34px,5vw,58px)/1 Cascadia Mono,Consolas,monospace!important}.end-particles{opacity:.7!important}@keyframes end-deck-in{0%{opacity:0}to{opacity:1}}@keyframes end-deck-cut{0%{opacity:0;transform:scaleX(0)}28%{opacity:1;transform:scaleX(1)}72%{opacity:1}to{opacity:0}}@keyframes end-deck-title{0%,13%{opacity:0;transform:scale(.94)}24%,78%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.02)}}@media (max-height:740px){.site-footer{display:none!important}.site-header{padding-bottom:8px!important}.future-tabs{gap:2px!important;margin-top:10px!important}.future-tabs button{min-height:38px!important}.game-layout{grid-template-columns:minmax(0,1fr) minmax(276px,300px)!important}.board-area{width:min(680px,100dvh - 112px)!important;margin-left:max(0px,50vw - 455px)!important}.side-panel{height:calc(100dvh - 20px)!important}}@media (max-width:1120px){.app-shell{grid-template-columns:96px minmax(0,1fr)!important;column-gap:12px!important}.site-header{width:96px!important}.site-header .brand h1{font-size:11px!important}.future-tabs button{gap:5px!important;padding:0 6px!important;font-size:12px!important}.game-layout{grid-template-columns:minmax(440px,1fr) 282px!important;gap:12px!important}.appearance-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:820px){.app-shell{grid-template-rows:58px minmax(0,1fr)!important;grid-template-columns:1fr!important;padding:7px 9px 10px!important}.site-header{border-right:0!important;border-bottom:var(--rule-width) solid var(--shell-line)!important;flex-direction:row!important;grid-area:1/1!important;align-items:center!important;width:100%!important;height:52px!important;padding:0!important}.brand{border:0!important;flex:0 0 108px!important;width:108px!important;padding:0 8px 0 0!important}.brand-sigil{flex-basis:30px!important;width:30px!important;height:30px!important}.brand-sigil img{width:30px!important;height:30px!important}.future-tabs{scrollbar-width:none!important;gap:3px!important;margin:0 0 0 auto!important;display:flex!important;overflow-x:auto!important}.future-tabs::-webkit-scrollbar{display:none!important}.future-tabs button{width:auto!important;min-width:max-content!important;min-height:40px!important;padding:0 8px!important}.game-layout,.trainer-layout,.studio-layout{grid-area:2/1!important;grid-template-columns:minmax(390px,1fr) minmax(270px,300px)!important;gap:10px!important}.appearance-page,.profile-page,.about-page{grid-area:2/1!important;width:100%!important;height:100%!important}.site-footer{display:none!important}}@media (max-width:700px){.game-layout,.trainer-layout,.studio-layout{grid-template-rows:auto minmax(250px,1fr)!important;grid-template-columns:minmax(0,1fr)!important;height:100%!important;overflow:auto!important}.board-area,.trainer-board-column,.studio-board-column{width:min(100%,58dvh - 44px)!important;max-width:none!important;margin:auto!important}.side-panel,.trainer-panel,.studio-panel{width:100%!important;max-width:640px!important;height:100%!important;min-height:260px!important;margin:0 auto!important}.appearance-page,.profile-page,.about-page{padding:18px!important}.appearance-grid{grid-template-columns:1fr!important}.future-tabs button{font-size:0!important}.future-tabs button svg{width:18px;height:18px}}@media (prefers-reduced-motion:reduce){.future-tabs button,.start-local,.customize-shortcut{transition:none!important}.end-ceremony,.end-ceremony .end-sweep,.end-ceremony>div{animation:none!important}}.app-shell{--rail-width:92px;--panel-width:304px;--board-offset:-24px;--grain-opacity:.08;--glow-power:1;grid-template-columns:var(--rail-width) minmax(0,1fr)!important;background:#070809!important;grid-template-rows:minmax(0,1fr) 12px!important;column-gap:14px!important;padding:8px 14px 20px 9px!important}.app-shell:before{opacity:var(--grain-opacity)!important}.site-header{width:var(--rail-width)!important;padding:4px 7px 112px 0!important}.brand{gap:5px!important;padding:0 3px 11px 0!important}.brand-sigil{position:relative;flex-basis:29px!important;width:29px!important;height:29px!important}.brand-sigil img{width:29px!important;height:29px!important}.brand-sigil i,.brand-sigil b{pointer-events:none;display:none;position:absolute}.site-header .brand h1{letter-spacing:.01em!important;font-size:12px!important}.future-tabs{gap:3px!important;margin-top:13px!important}.future-tabs button{letter-spacing:.015em!important;gap:6px!important;min-height:39px!important;padding:0 6px!important;font-size:14px!important}.future-tabs button svg{stroke-width:1.7px;flex-basis:14px;width:14px;height:14px}.game-layout{grid-template-columns:minmax(0,1fr) minmax(276px,var(--panel-width))!important;gap:16px!important}.board-area{width:min(760px,100dvh - 112px)!important;max-width:760px!important;margin-left:max(0px,calc(50vw - 540px + var(--board-offset)))!important}.eval-bar{visibility:visible;opacity:1;width:32px!important;transition:opacity .25s!important}.eval-bar.eval-hidden{visibility:hidden!important;opacity:0!important;pointer-events:none!important}.eval-number,.eval-result{letter-spacing:-.02em!important;font-size:13px!important;font-weight:900!important}.eval-number.top,.eval-bar.black-win .eval-result{top:7px!important}.eval-number.bottom,.eval-bar.white-win .eval-result,.eval-bar.drawn .eval-result{bottom:7px!important}.board-viewport{background:#030405!important;border-color:#55585e!important}.theme-stone{--light:#d0d1cc!important;--dark:#505657!important;--board-light:#d0d1cc!important;--board-dark:#505657!important}.square.light-square,.square.light-square:active,.square.light-square:focus{background-color:var(--board-light,#d0d1cc)!important}.square.dark-square,.square.dark-square:active,.square.dark-square:focus{background-color:var(--board-dark,#505657)!important}.board-camera,.board-camera:hover{filter:none;transform:none}.board .square:not(.last):not(.selected):hover:before{content:"";z-index:1;position:absolute;inset:0;opacity:1!important;background:0 0!important;animation:none!important;box-shadow:inset 0 0 0 2px #ffffff3d!important}.board .square.last:hover:before{box-shadow:0 0 calc(14px * var(--glow-power)) 2px color-mix(in srgb,var(--move-color) 54%,transparent),0 0 calc(25px * var(--glow-power)) 6px color-mix(in srgb,var(--move-color) 24%,transparent)!important}.square.selected:after{content:""!important;z-index:1!important;filter:blur(3px)!important;background:#0505068c!important;border:0!important;border-radius:50%!important;height:13%!important;animation:.34s ease-out both selected-deck-shadow!important;display:block!important;position:absolute!important;inset:auto 22% 8%!important;transform:scale(.85)!important}.square.selected .piece{transform-origin:50% 78%!important;filter:drop-shadow(0 8px 4px #0008)!important;animation:.36s cubic-bezier(.2,.9,.25,1.12) both selected-deck-lift!important}.square.legal:after,.training-square.legal:after,.studio-square.legal:after{background:#b9bdb8c9!important;width:30%!important;animation:1.35s ease-in-out infinite alternate legal-deck-breathe!important;box-shadow:0 0 0 1px #15171966!important}.square.legal.legal-capture:after,.training-square.legal.legal-capture:after,.studio-square.legal.legal-capture:after{background:0 0!important;border:5px solid #b9bdb8c2!important;width:80%!important;height:80%!important;box-shadow:0 0 0 1px #1517194f!important}.square.dark-square.legal.legal-capture:after,.training-square.dark-square.legal.legal-capture:after,.studio-square.dark-square.legal.legal-capture:after{border-color:#c0c4bed6!important}@keyframes selected-deck-breathe{0%{opacity:.82}to{opacity:1}}@keyframes selected-deck-shadow{0%{opacity:0;transform:scale(.58)}to{opacity:.82;transform:scale(.9)}}@keyframes selected-deck-lift{0%{transform:translateY(0)rotate(0)}18%{transform:translateY(-4px)rotate(-2.7deg)}40%{transform:translateY(-8px)rotate(2.1deg)}62%{transform:translateY(-8px)rotate(-1.25deg)}82%{transform:translateY(-8px)rotate(.55deg)}to{transform:translateY(-8px)rotate(0)}}@keyframes legal-deck-breathe{0%{opacity:.78;transform:scale(.96)}to{opacity:1;transform:scale(1.04)}}.board .square.last:before{filter:brightness(calc(.88 + var(--glow-power) * .18));opacity:0;content:""!important;z-index:1!important;background:color-mix(in srgb,var(--move-color,transparent) 88%,transparent)!important;box-shadow:0 0 calc(14px * var(--glow-power)) 2px color-mix(in srgb,var(--move-color,transparent) 54%,transparent),0 0 calc(25px * var(--glow-power)) 6px color-mix(in srgb,var(--move-color,transparent) 24%,transparent)!important;pointer-events:none!important;animation:none!important;display:block!important;position:absolute!important;inset:0!important}.board .square.last-destination:before{opacity:0!important;animation:none!important}.board .square.last-destination:after{filter:brightness(calc(.88 + var(--glow-power) * .18));content:""!important;z-index:1!important;background:color-mix(in srgb,var(--move-color,transparent) 94%,transparent)!important;width:auto!important;height:auto!important;box-shadow:0 0 calc(14px * var(--glow-power)) 2px color-mix(in srgb,var(--move-color,transparent) 54%,transparent),0 0 calc(25px * var(--glow-power)) 6px color-mix(in srgb,var(--move-color,transparent) 24%,transparent)!important;pointer-events:none!important;animation:classification-destination-deck calc(3.8s - var(--classification-lead,.6s)) linear both!important;border:0!important;border-radius:0!important;display:block!important;position:absolute!important;inset:0!important}.board .square.last-origin.cool-mark:before,.board .square.last-destination.cool-mark:after{box-shadow:0 0 calc(17px * var(--glow-power)) 3px color-mix(in srgb,var(--move-color) 62%,transparent),0 0 calc(31px * var(--glow-power)) 8px color-mix(in srgb,var(--move-color) 27%,transparent)!important}.piece-arrive{opacity:1!important;animation:none!important}.move-badge{filter:none!important;width:34px!important;height:34px!important;animation:3.3s cubic-bezier(.16,.78,.18,1) both badge-deck-life!important;top:3px!important;right:3px!important}.move-badge:after{animation-duration:1.05s!important}@keyframes classification-origin-deck{0%{opacity:.9}8%{opacity:1}24%{opacity:.94}55%{opacity:.55}to{opacity:0}}@keyframes classification-destination-deck{0%{opacity:.98}15%{opacity:1}36%{opacity:.9}68%{opacity:.46}to{opacity:0}}@keyframes badge-deck-life{0%{opacity:0;transform:scale(.62)rotate(-8deg)}8%{opacity:1;transform:scale(1.08)rotate(3deg)}15%{transform:scale(1)rotate(0)}56%{opacity:1}to{opacity:0;transform:scale(.9)rotate(2deg)}}.square.threat:after{content:""!important;z-index:4!important;pointer-events:none!important;background:#ef26363d!important;border:2px solid #ff5661!important;border-radius:2px!important;width:auto!important;height:auto!important;animation:1.12s cubic-bezier(.16,.8,.22,1) both threat-square-deck!important;display:block!important;position:absolute!important;inset:6%!important;box-shadow:inset 0 0 17px #ff3d507d,0 0 10px 2px #ff30477d!important}.square.threat .piece{transform-origin:50% 78%!important;animation:.72s cubic-bezier(.16,.86,.2,1) both threat-piece-deck!important}@keyframes threat-square-deck{0%{opacity:0;transform:scale(.9)}14%{opacity:1;transform:scale(1)}48%{opacity:.9}to{opacity:0;transform:scale(1.015)}}@keyframes threat-piece-deck{0%,to{transform:translate(0,0)rotate(0)}18%{transform:translate3d(var(--threat-shift),-2px,0) rotate(var(--threat-tilt))}40%{transform:translate3d(var(--threat-recoil-shift),0,0) rotate(var(--threat-recoil-tilt))}62%{transform:translate3d(var(--threat-settle-shift),0,0) rotate(var(--threat-settle-tilt))}82%{transform:translate(0,0)rotate(0)}}.focus-shade{opacity:0!important;background:#020304!important;transition:opacity .72s cubic-bezier(.22,.72,.2,1)!important}.camera-active .square .focus-shade{opacity:.28!important}.camera-active.camera-returning .square .focus-shade{opacity:.08!important}.camera-active .square.motion-origin .focus-shade,.camera-active .square.motion-target .focus-shade,.camera-active .square.last .focus-shade,.camera-active .square.threat .focus-shade,.camera-active .square.check-ray .focus-shade,.camera-active .square.check-flash .focus-shade{opacity:0!important}.cinematic-vignette{opacity:0!important;background:radial-gradient(ellipse at var(--focus-x,50%) var(--focus-y,50%),transparent 0 52%,#02030418 70%,#00000075 100%)!important;transition:opacity .78s cubic-bezier(.22,.72,.2,1)!important;animation:none!important;display:block!important}.camera-active .cinematic-vignette{opacity:.72!important;animation:none!important}.cinematic-focus .cinematic-flicker{opacity:0!important;animation:none!important}.impact-frame .cinematic-flicker,.capture-shake .cinematic-flicker{animation:.5s steps(7,end) both deck-action-flicker!important}@keyframes deck-action-flicker{0%,to{opacity:0}9%{opacity:.28}13%{opacity:0}25%{opacity:.13}29%{opacity:0}}.board-viewport.pre-game-locked .board{pointer-events:none!important;filter:blur(3px)grayscale(.32)brightness(.58)!important;transition:filter .45s!important;transform:scale(.995)!important}.board-viewport.pre-game-locked:before,.board-viewport.pre-game-locked:after{display:none!important}.board-lock{z-index:22!important;-webkit-backdrop-filter:blur(1.4px)!important;backdrop-filter:blur(1.4px)!important;pointer-events:none!important;background:#05060724!important;display:block!important;position:absolute!important;inset:0!important}.board-lock:before{display:none!important}.player-row{gap:6px!important;height:32px!important;min-height:32px!important;padding:0 0 4px!important}.avatar,.avatar.dark{flex-basis:23px!important;width:23px!important;height:23px!important}.player-row .player-identity{align-items:center!important;gap:8px!important;min-width:0!important;display:flex!important;overflow:hidden!important}.player-row strong{white-space:nowrap;font-size:14px!important}.captured-material{max-width:154px!important;height:14px!important}.player-rating{color:var(--shell-muted);font:700 13px/1 var(--display-font);font-variant-numeric:tabular-nums;margin-left:auto}.clock,.clock.active,.clock.low,.clock.flagged{min-width:58px!important;height:27px!important;margin-left:5px!important;padding:0 6px!important;font-size:15px!important}.side-panel{background-color:#090a0c!important;height:calc(100dvh - 28px)!important}.match-commands{border-bottom:var(--rule-width) solid var(--shell-line);margin-top:0;padding:14px 0}.command-heading{color:var(--shell-muted);font:800 12px/1 var(--display-font);text-transform:uppercase;letter-spacing:.04em;justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.command-heading b{color:#f0eee8;border:1px solid #464950;padding:3px 6px;font-size:11px}.game-actions{border:0!important;gap:7px!important;padding:0!important}.game-actions button{position:relative;overflow:hidden;justify-content:flex-start!important;gap:9px!important;min-height:50px!important;padding:0 9px!important}.game-actions button:after{content:"";transform-origin:0;background:#f0eee8;height:2px;transition:transform .18s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.game-actions button:hover:after{transform:scaleX(1)}.game-actions .danger-action:after{background:var(--deck-danger)}.action-code{color:#bfc1c4;border:1px solid #5a5d63;place-items:center;width:24px;height:24px;font:800 12px/1 Cascadia Mono,monospace;display:grid}.game-actions button b{font-size:14px}.controls{grid-template-columns:repeat(2,1fr)!important;gap:6px!important;padding:10px 0 14px!important}.controls button,.controls a{justify-content:flex-start!important;min-height:42px!important;padding:0 9px!important;font-size:14px!important}.control-mark{border:1px solid #81848a;flex:0 0 15px;width:15px;height:15px;position:relative}.reset-mark{border-right-color:#0000;border-radius:50%}.reset-mark:after{content:"";border:3px solid #0000;border-left-color:#81848a;position:absolute;top:-2px;right:-2px;transform:rotate(-24deg)}.flip-mark:before,.flip-mark:after{content:"";background:#a9abb0;height:1px;position:absolute;left:2px;right:2px}.flip-mark:before{top:4px}.flip-mark:after{bottom:4px}.copy-mark:after{content:"";border:1px solid #81848a;position:absolute;inset:3px -4px -4px 3px}.export-mark:before{content:"";background:#a9abb0;width:1px;height:8px;position:absolute;top:2px;left:6px}.export-mark:after{content:"";border-bottom:1px solid #a9abb0;border-right:1px solid #a9abb0;width:6px;height:6px;position:absolute;top:6px;left:3px;transform:rotate(45deg)}.toggle-row i{background:#25272b!important;border:1px solid #4a4d53!important;border-radius:12px!important;flex:0 0 36px!important;width:36px!important;height:20px!important;position:relative!important}.toggle-row i:after{content:""!important;background:#a4a6aa!important;border:0!important;border-radius:50%!important;width:14px!important;height:14px!important;margin:0!important;transition:transform .18s,background .18s!important;position:absolute!important;top:2px!important;left:2px!important;transform:translate(0)!important}.toggle-row input:checked+i{background:#f0eee8!important;border-color:#f0eee8!important}.toggle-row input:checked+i:after{background:#090a0b!important;transform:translate(16px)!important}.developer-lab{grid-column:1/-1}.developer-lab-heading{justify-content:space-between;align-items:end;margin-bottom:14px;display:flex}.developer-lab-heading small{color:var(--shell-muted);margin-bottom:5px;font:700 11px/1 Cascadia Mono,monospace;display:block}.developer-lab-heading h3{margin:0!important}.developer-lab-heading button{border:1px solid var(--shell-line);min-height:34px;color:var(--shell-ink);cursor:pointer;background:#111215;padding:0 13px}.developer-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;display:grid}.developer-controls .range-setting{background:#0e0f11;border:1px solid #2e3035;gap:8px;padding:10px;display:grid}.range-setting input{width:100%}.end-ceremony{z-index:30!important;background:#030405e8!important;animation:3.3s linear both end-scene-enter!important;overflow:hidden!important}.end-ceremony:before,.end-ceremony:after{display:none!important}.end-shutter{z-index:2;pointer-events:none;position:absolute;inset:0}.end-shutter i,.end-shutter b{background:#090a0c;height:50%;position:absolute;left:-8%;right:-8%}.end-shutter i{transform-origin:top;animation:3.3s cubic-bezier(.16,.78,.18,1) both end-shutter-top;top:0}.end-shutter b{transform-origin:bottom;animation:3.3s cubic-bezier(.16,.78,.18,1) both end-shutter-bottom;bottom:0}.end-ceremony .end-sweep{z-index:5!important;background:var(--deck-danger)!important;height:4px!important;animation:3.3s cubic-bezier(.16,.8,.2,1) both end-cut-red!important;top:50%!important;left:-12%!important;right:-12%!important;box-shadow:0 0 14px #df3f48,0 0 38px #df3f487d!important}.end-ceremony.draw .end-sweep{background:#f0eee8!important;height:2px!important;animation:3.3s cubic-bezier(.16,.8,.2,1) both end-equals!important;top:calc(50% - 6px)!important;box-shadow:0 12px #f0eee8,0 0 18px #fff7!important}.end-verdict{z-index:7!important;justify-items:center!important;gap:7px!important;animation:3.3s cubic-bezier(.16,.8,.2,1) both end-verdict-deck!important;display:grid!important;position:relative!important}.end-verdict small{color:#b8b9bc!important;font:800 12px/1 var(--display-font)!important;letter-spacing:.13em!important}.end-verdict strong{color:#fff!important;letter-spacing:-.08em!important;font:900 clamp(34px,4.5vw,52px)/1 Cascadia Mono,monospace!important}.end-verdict span{color:#fff;font:800 14px/1 var(--display-font);letter-spacing:.06em}.end-ceremony.resign .end-verdict span{color:#f2676f}.end-counter{z-index:7;color:#888c92;letter-spacing:.08em;font:700 11px/1 Cascadia Mono,monospace;animation:3.3s steps(6,end) both end-counter-in;position:absolute;bottom:4%;right:4%}.end-particles{z-index:6!important}.end-particles i{background:#f2535c!important;box-shadow:0 0 8px #ee3f4b!important}.end-ceremony.draw .end-particles i{background:#f0eee8!important;box-shadow:0 0 7px #fff!important}@keyframes end-scene-enter{0%{opacity:0}5%,89%{opacity:1}to{opacity:0}}@keyframes end-shutter-top{0%{transform:translateY(-100%)}12%,72%{transform:translateY(0)}to{transform:translateY(-102%)}}@keyframes end-shutter-bottom{0%{transform:translateY(100%)}12%,72%{transform:translateY(0)}to{transform:translateY(102%)}}@keyframes end-cut-red{0%,12%{opacity:0;transform:scaleX(0)}22%{opacity:1;transform:scaleX(1)}26%{filter:brightness(2.4)}30%,72%{opacity:1;filter:brightness()}90%,to{opacity:0}}@keyframes end-equals{0%,15%{opacity:0;transform:scaleX(1.6)}26%{opacity:1;transform:scaleX(.5)}37%,72%{opacity:1;transform:scaleX(.32)}90%,to{opacity:0;transform:scaleX(.55)}}@keyframes end-verdict-deck{0%,21%{opacity:0;transform:scale(.82)}30%{opacity:1;transform:scale(1.035)}38%,72%{opacity:1;transform:scale(1)}90%,to{opacity:0;transform:scale(1.03)}}@keyframes end-counter-in{0%,28%{opacity:0}34%,75%{opacity:1}90%,to{opacity:0}}@media (max-height:740px){.app-shell{--rail-width:86px;grid-template-rows:minmax(0,1fr)!important;padding-bottom:12px!important}.site-footer{display:none!important}.site-header{padding-bottom:4px!important}.future-tabs{margin-top:7px!important}.future-tabs button{min-height:35px!important;font-size:14px!important}.game-layout{grid-template-columns:minmax(0,1fr) minmax(276px,var(--panel-width))!important}.board-area{width:min(680px,100dvh - 106px)!important;margin-left:max(0px,calc(50vw - 435px + var(--board-offset)))!important}.side-panel{height:calc(100dvh - 16px)!important}.play-setup-panel{padding:12px!important}.setup-heading{padding-bottom:9px!important}.setup-heading h2{font-size:22px!important}.play-mode-tabs{margin:8px 0 10px!important}.settings-title{margin:10px 0 5px!important}.preset-grid button{min-height:38px!important}.review-levels button{min-height:46px!important}.toggle-row{min-height:34px!important}.start-local{min-height:52px!important;margin-top:11px!important}.customize-shortcut{min-height:46px!important;margin-top:7px!important}}@media (max-width:1120px){.app-shell{--rail-width:84px}.site-header .brand h1{font-size:12px!important}.game-layout{grid-template-columns:minmax(420px,1fr) minmax(276px,var(--panel-width))!important}}@media (max-width:820px){.app-shell{grid-template-rows:54px minmax(0,1fr)!important;grid-template-columns:1fr!important}.site-header{width:100%!important}.board-area{margin:auto!important}.developer-controls{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.square.legal:after,.training-square.legal:after,.studio-square.legal:after{animation:none!important}}:root{--arcade-black:#070708;--arcade-panel:#0d0e10;--arcade-raised:#151619;--arcade-rule:#3c3e43;--arcade-paper:#f1efe8;--arcade-muted:#aaa9a4;--arcade-red:#e84952}html,body{width:100%;height:100%;overflow:hidden;background:var(--arcade-black)!important}body{color:var(--arcade-paper)!important;font-family:Segoe UI,Verdana,sans-serif!important}::selection{color:#08090a;background:#f1efe8}button,input,select,summary{font:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline-offset:2px!important;outline:2px solid #fff!important}*{scrollbar-width:thin;scrollbar-color:#74767b #111216}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:#111216}::-webkit-scrollbar-thumb{background:#74767b;border:2px solid #111216}.app-shell{--rail-width:138px;--panel-width:304px;box-sizing:border-box!important;grid-template-columns:var(--rail-width) minmax(0,1fr)!important;background:#070708!important;grid-template-rows:minmax(0,1fr) 18px!important;gap:0 18px!important;width:100%!important;max-width:1540px!important;height:100dvh!important;min-height:0!important;margin:0 auto!important;padding:14px 22px 20px 18px!important;display:grid!important;overflow:hidden!important}.app-shell:before{content:""!important;z-index:0!important;pointer-events:none!important;opacity:var(--grain-opacity,.08)!important;mix-blend-mode:screen!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E")!important;position:fixed!important;inset:0!important}.app-shell>*{z-index:1;position:relative}.site-header{box-sizing:border-box!important;background:#0b0c0e!important;border:1px solid #35373b!important;flex-direction:column!important;grid-area:1/1!important;align-items:stretch!important;width:100%!important;height:100%!important;min-height:0!important;margin:0!important;padding:8px 13px 9px 9px!important;display:flex!important;position:relative!important;top:auto!important;overflow:auto!important;box-shadow:inset 0 0 0 3px #090a0b!important}.site-header:after{content:"";pointer-events:none;border:1px solid #1d1f22;position:absolute;inset:5px}.brand{z-index:1;position:relative;border-bottom:1px solid #34363a!important;align-items:center!important;gap:9px!important;padding:1px 1px 13px!important;display:flex!important}.brand-sigil{flex:0 0 36px!important;place-items:center!important;width:36px!important;height:31px!important;display:grid!important;overflow:hidden!important}.brand-sigil img{object-fit:contain!important;filter:grayscale()contrast(1.3)!important;width:34px!important;height:34px!important;display:block!important}.site-header .brand h1{text-transform:uppercase!important;letter-spacing:.01em!important;margin:0!important;font:850 16px/.88 Barlow Condensed,Segoe UI,sans-serif!important}.site-header .brand h1 span{display:block!important}.future-tabs{z-index:1;position:relative;gap:5px!important;margin:16px 0 0!important;padding:0!important;display:grid!important}.future-tabs button{color:#aaa9a4!important;text-align:left!important;text-transform:uppercase!important;cursor:pointer!important;white-space:nowrap!important;background:0 0!important;border:1px solid #0000!important;border-radius:0!important;align-items:center!important;gap:9px!important;width:100%!important;min-width:0!important;min-height:44px!important;padding:0 10px!important;font:800 14px/1 Barlow Condensed,Segoe UI,sans-serif!important;display:flex!important;overflow:hidden!important}.future-tabs button svg{stroke-width:1.8px!important;flex:0 0 17px!important;width:17px!important;height:17px!important}.future-tabs button:hover{color:#fff!important;background:#121316!important;border-color:#4b4d52!important}.future-tabs button.active{color:#090a0b!important;background:#f1efe8!important;border-color:#f1efe8!important;box-shadow:0 0 18px #ffffff1c!important}.shell-dock{z-index:2;border-top:1px solid #34363a;gap:8px;margin-top:auto;padding-top:14px;display:grid;position:relative}.shell-dock>span{color:#8f9094;font:800 12px/1 Barlow Condensed,Segoe UI,sans-serif}.shell-dock>div{gap:4px;display:grid}.shell-dock>div>button{color:#aaa9a4;text-align:left;cursor:pointer;background:#111216;border:1px solid #36383d;min-height:34px;padding:0 8px;font-size:14px}.shell-dock>div>button.active{color:#08090a;background:#efede7;border-color:#efede7}.site-footer{color:#77787b!important;white-space:nowrap!important;border:0!important;grid-area:2/1/auto/-1!important;justify-content:flex-end!important;gap:13px!important;min-height:18px!important;padding:3px 0 0!important;font-size:10px!important;display:flex!important;overflow:hidden!important}.site-footer a,.site-footer button{color:#88898d!important;font-size:10px!important}.game-layout,.trainer-layout,.studio-layout,.arcade-layout,.profile-page,.about-page,.appearance-page{grid-area:1/2!important;min-width:0!important;height:100%!important;min-height:0!important}.game-layout{grid-template-columns:minmax(440px,min(760px,calc(100dvh - 86px))) minmax(276px,var(--panel-width))!important;justify-content:start!important;align-items:center!important;gap:18px!important;width:100%!important;display:grid!important;overflow:hidden!important}.board-area{transform:translateX(calc(var(--board-offset,-24px) * .5));align-self:center!important;width:min(760px,100dvh - 86px)!important;max-width:760px!important;margin-left:0!important}.board-stage,.board-stage.no-eval{grid-template-columns:38px minmax(0,1fr)!important;gap:8px!important}.eval-bar{width:38px!important;box-shadow:none!important;background:#151619!important;border:1px solid #4b4d52!important}.eval-number,.eval-result{color:#fff!important;text-shadow:0 1px 2px #000!important;writing-mode:horizontal-tb!important;text-align:center!important;width:100%!important;font:900 14px/1 Barlow Condensed,Segoe UI,sans-serif!important;left:0!important;transform:none!important}.side-panel{width:100%!important;height:min(100%,760px)!important;min-height:0!important;box-shadow:none!important;background:#0c0d0f!important;border:1px solid #3b3d42!important;align-self:center!important;overflow:auto!important}.side-panel:before{content:"";z-index:0;background:#f1efe8;height:5px;margin-bottom:-5px;display:block;position:sticky;inset:0}.play-setup-panel,.game-panel,.puzzle-panel{z-index:1;position:relative}.contrast-hard .side-panel,.contrast-hard .site-header{border-color:#777a80!important}.contrast-hard .side-panel{background:#050607!important}.contrast-hard .future-tabs button:not(.active){color:#d5d4cf!important}.player-row{box-sizing:border-box!important;gap:9px!important;width:calc(100% - 12px)!important;height:42px!important;min-height:42px!important;margin-left:12px!important;padding:0 1px 6px 0!important;font-family:Segoe UI,Verdana,sans-serif!important;overflow:visible!important}.player-row:last-child{padding:6px 1px 0 0!important}.avatar,.avatar.dark{background:#131417!important;border:1px solid #484a4f!important;border-radius:0!important;flex:0 0 32px!important;width:32px!important;height:32px!important}.avatar img{object-fit:contain!important;width:100%!important;height:100%!important}.player-identity{align-items:center!important;gap:10px!important;min-width:0!important;display:flex!important;overflow:hidden!important}.player-name-stack{flex:none!important;gap:1px!important;min-width:72px!important;display:grid!important}.player-name-stack strong{text-overflow:ellipsis;max-width:114px;overflow:hidden;color:#f1efe8!important;font:800 14px/1 Barlow Condensed,Segoe UI,sans-serif!important}.player-name-stack small{font-variant-numeric:tabular-nums;color:#a7a6a1!important;font:700 12px/1 Barlow Condensed,Segoe UI,sans-serif!important}.captured-material{align-items:center!important;min-width:0!important;max-width:176px!important;height:22px!important;display:inline-flex!important;overflow:hidden!important}.captured-token{opacity:.88;width:17px;height:17px;-webkit-mask-image:var(--captured-icon);mask-image:var(--captured-icon);-webkit-mask-image:var(--captured-icon);background:#c7c7c2;flex:0 0 17px;margin-right:-4px;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.captured-material b{color:#d9d8d2!important;margin-left:8px!important;font:800 13px/1 Segoe UI,Verdana,sans-serif!important}.player-rating{display:none!important}.clock,.clock.active,.clock.low,.clock.flagged{min-width:70px!important;height:32px!important;box-shadow:none!important;font-variant-numeric:tabular-nums!important;color:#d3d3ce!important;background:#17181b!important;border:0!important;border-radius:0!important;place-items:center!important;margin-left:auto!important;padding:0 8px!important;font:900 18px/1 Barlow Condensed,Segoe UI,sans-serif!important;display:grid!important}.clock.active{color:#08090a!important;background:#f1efe8!important}.clock.low{color:#fff!important;background:#b5313a!important}.clock.flagged{color:#fff!important;background:#e84952!important}.theme-stone{--board-light:#d4d5d0!important;--board-dark:#585e5f!important;--light:#d4d5d0!important;--dark:#585e5f!important}.board-viewport{isolation:isolate!important;background:radial-gradient(circle at 50% 48%,#24262a 0,#0a0b0d 62%,#030405 100%)!important;border:1px solid #4c4f53!important;position:relative!important;overflow:hidden!important;box-shadow:0 24px 56px #000b!important}.board-camera{z-index:4!important;will-change:transform,filter!important;transform-origin:50%!important;backface-visibility:hidden!important}.piece,.square .piece{width:var(--piece-scale,102%)!important;height:var(--piece-scale,102%)!important;filter:none!important;box-shadow:none!important;opacity:1!important;-webkit-user-drag:none!important}.square .piece:hover{filter:none!important}.square.selected:before{content:""!important;z-index:1!important;background:#ffffff50!important;animation:1.05s ease-in-out infinite alternate selected-white-pulse!important;display:block!important;position:absolute!important;inset:0!important;box-shadow:inset 0 0 0 2px #ffffffc7,inset 0 0 22px #ffffff72,0 0 13px #ffffff42!important}.square.selected:after{filter:blur(4px)!important;background:#0009!important;border:0!important;border-radius:50%!important;height:12%!important;bottom:7%!important;left:20%!important;right:20%!important}.square.selected .piece{filter:none!important;transform-origin:50% 78%!important}@keyframes selected-white-pulse{0%{opacity:.72}to{opacity:1}}.square.legal:after,.training-square.legal:after,.studio-square.legal:after{width:29%!important;height:29%!important;box-shadow:none!important;opacity:.29!important;border:0!important;border-radius:50%!important;animation:none!important}.square.dark-square.legal:not(.legal-capture):after,.training-square.dark-square.legal:not(.legal-capture):after,.studio-square.dark-square.legal:not(.legal-capture):after{background:#e2e4df!important}.square.light-square.legal:not(.legal-capture):after,.training-square.light-square.legal:not(.legal-capture):after,.studio-square.light-square.legal:not(.legal-capture):after{background:#3f4544!important}.square.legal.legal-capture:after,.training-square.legal.legal-capture:after,.studio-square.legal.legal-capture:after{opacity:.32!important;width:auto!important;height:auto!important;box-shadow:none!important;background:0 0!important;border:5px solid #d8dad5!important;border-radius:50%!important;inset:10%!important}.square.light-square.legal.legal-capture:after,.training-square.light-square.legal.legal-capture:after,.studio-square.light-square.legal.legal-capture:after{border-color:#414746!important}.square.last-memory-origin:not(.last){box-shadow:inset 0 0 0 999px #e7404b59!important}.square.last-memory-destination:not(.last){box-shadow:inset 0 0 0 999px #e7404b70!important}.board .square.last-origin:before{animation:3.82s linear both classification-origin-final!important}.board .square.last-destination:after{animation:classification-destination-final calc(3.82s - var(--classification-lead,0s)) linear both!important}@keyframes classification-origin-final{0%{opacity:.86}10%{opacity:1}24%{opacity:.94}34%{opacity:.38}62%{opacity:.2}to{opacity:.12}}@keyframes classification-destination-final{0%{opacity:.96}15%{opacity:1}42%{opacity:.9}74%{opacity:.42}to{opacity:.16}}.square.threat:after{z-index:1!important;background:#e43a4ed1!important;border:0!important;border-radius:0!important;animation:1.38s linear both threat-square-final!important;inset:0!important;box-shadow:inset 0 0 18px #ff4a5c87,0 0 12px 3px #ff304766!important}.square.threat .piece{z-index:3!important;transform-origin:50% 80%!important;animation:1.08s cubic-bezier(.16,.82,.2,1) both threat-piece-final!important;position:relative!important}@keyframes threat-square-final{0%{opacity:0}12%{opacity:1}35%{opacity:1}to{opacity:0}}@keyframes threat-piece-final{0%,to{transform:translate(0,0)rotate(0)}30%{transform:translate3d(var(--threat-shift),-3px,0) rotate(var(--threat-tilt))}56%{transform:translate3d(var(--threat-recoil-shift),0,0) rotate(var(--threat-recoil-tilt))}78%{transform:translate3d(var(--threat-settle-shift),0,0) rotate(var(--threat-settle-tilt))}}.mate-marker img{filter:brightness(.18)contrast(1.45)!important;width:88%!important;height:88%!important;transform:rotate(88deg)translateY(1px)!important}.single-frame-impact{display:none!important}.board-backdrop-particles{z-index:1!important;pointer-events:none!important;will-change:transform!important;background:radial-gradient(circle at 48% 44%,#ffffff0b 0 1px,#0000 1.5px) 0 0/19px 19px!important;display:block!important;position:absolute!important;inset:-18%!important;overflow:hidden!important}.backdrop-depth-layer{transform-origin:50%;pointer-events:none;display:block;position:absolute;inset:0}.backdrop-depth-layer.depth-0{filter:blur(1.8px);opacity:.45;animation:15s ease-in-out infinite alternate depth-layer-far}.backdrop-depth-layer.depth-1{filter:blur(.55px);opacity:.72;animation:10s ease-in-out infinite alternate depth-layer-mid}.backdrop-depth-layer.depth-2{filter:none;opacity:.94;animation:7s ease-in-out infinite alternate depth-layer-near}.backdrop-depth-layer i{left:var(--backdrop-x)!important;top:var(--backdrop-y)!important;width:calc(var(--backdrop-size) * 1.35)!important;height:calc(var(--backdrop-size) * 1.35)!important;opacity:var(--backdrop-opacity)!important;animation:backdrop-particle-drift 5.5s var(--backdrop-delay) ease-in-out infinite alternate!important;background:#fff!important;border-radius:50%!important;position:absolute!important;box-shadow:0 0 7px #fff8!important}.backdrop-depth-layer i:nth-child(4n){transform:rotate(18deg);opacity:.11!important;border-radius:0!important;width:1px!important;height:18px!important}@keyframes depth-layer-far{to{transform:translate(-1.2%,.8%)scale(1.015)}}@keyframes depth-layer-mid{to{transform:translate(1.8%,-1.2%)scale(1.025)}}@keyframes depth-layer-near{to{transform:translate(-2.5%,1.8%)scale(1.04)}}.moving-ground-shadow{opacity:0!important;filter:none!important;transform-origin:50%!important;display:block!important}.moving-ground-shadow:before{filter:blur(4.5px)!important;height:12%!important;box-shadow:none!important;background:#000b!important;bottom:6%!important;left:18%!important;right:18%!important}.moving-piece,.moving-piece.long-flight,.moving-piece.capture-flight,.moving-piece.move-flight{transform-origin:50%;filter:none!important;box-shadow:none!important}.moving-piece .motion-piece-art,.moving-piece.capture-flight .motion-piece-art{filter:none!important;opacity:1!important}.motion-blur-ghost.ghost-classification{opacity:0!important;filter:blur(4px)!important;animation:real-motion-smear var(--travel-duration,.52s) linear both!important;display:block!important;transform:translate(-9px,4px)scale(.985)!important}@keyframes real-motion-smear{0%,8%,92%,to{opacity:0;transform:translate(-4px,2px)scale(.99)}34%,66%{opacity:.16;transform:translate(-15px,5px)scale(.96,1.02)}}.board-viewport:before,.board-viewport:after{z-index:14!important;opacity:0!important;background:#030304!important;height:0!important;transition:height .62s cubic-bezier(.2,.72,.18,1),opacity .62s!important;display:block!important;left:0!important;right:0!important}.board-viewport.cinematic-focus:before,.board-viewport.cinematic-focus:after{opacity:.94!important;height:5.4%!important}.capture-shake .board-viewport:before,.capture-shake .board-viewport:after,.accent-focus.board-viewport:before,.accent-focus.board-viewport:after{opacity:.97!important;height:7.2%!important}.cinematic-vignette{opacity:0!important;background:radial-gradient(ellipse at var(--focus-x,50%) var(--focus-y,50%),transparent 0 54%,#02020326 72%,#000000b0 100%)!important;transition:opacity .74s cubic-bezier(.22,.72,.2,1)!important;box-shadow:inset 0 0 72px 17px #0008!important}.camera-active .cinematic-vignette{opacity:.82!important}.camera-active.camera-returning .cinematic-vignette{opacity:.2!important}.focus-shade{transition:opacity .72s cubic-bezier(.22,.72,.2,1)!important}.board-arrows .annotation-arrow{color:#e84952;opacity:.76;filter:none!important}.board-arrows .arrow-shaft{fill:none!important;stroke:currentColor!important;stroke-width:14px!important;stroke-linecap:butt!important;stroke-linejoin:miter!important;stroke-miterlimit:4!important}.board-arrows .arrow-head{fill:currentColor!important;stroke:none!important}.drag-visual{filter:drop-shadow(0 13px 6px #000b)!important;opacity:1!important;-webkit-user-drag:none!important}.game-actions button,.controls button,.controls a,.start-local,.next-puzzle,.puzzle-actions button{border-radius:0!important;font-size:14px!important}.game-actions button{min-height:52px!important}.controls button,.controls a{min-height:44px!important}.end-ceremony{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#050607ed!important}.end-verdict small,.end-counter{font-family:Barlow Condensed,Segoe UI,sans-serif!important}.end-verdict strong{letter-spacing:.01em!important;font-family:Barlow Condensed,Segoe UI,sans-serif!important}.deck-command .end-ceremony:after{content:"SERVICE / MATCH STATE"!important;color:#898b8f!important;font:800 12px/1 Barlow Condensed,Segoe UI,sans-serif!important;display:block!important;position:absolute!important;top:4%!important;left:4%!important}.arcade-layout{grid-template-columns:minmax(430px,720px) minmax(276px,var(--panel-width))!important;justify-content:start!important;align-items:center!important;gap:18px!important;display:grid!important;overflow:hidden!important}.arcade-board-column{align-self:center;width:min(720px,100dvh - 90px)}.arcade-player{box-sizing:border-box;align-items:center;gap:9px;height:36px;padding:0 1px 5px;display:flex}.arcade-avatar{background:#111216;border:1px solid #44474d;place-items:center;width:29px;height:29px;display:grid}.arcade-avatar img{object-fit:contain;width:100%;height:100%}.arcade-player>span:nth-child(2){gap:1px;display:grid}.arcade-player b{font:800 14px/1 Barlow Condensed,Segoe UI,sans-serif}.arcade-player small{color:#9c9da1;font-size:12px}.arcade-player>strong{background:#17181b;place-items:center;min-width:68px;height:29px;margin-left:auto;font:900 17px/1 Barlow Condensed,Segoe UI,sans-serif;display:grid}.arcade-player>strong.live{color:#090a0b;background:#f1efe8}.variant-board{aspect-ratio:1;background:#101114;border:1px solid #505258;grid-template-rows:repeat(8,1fr);grid-template-columns:repeat(8,1fr);width:100%;display:grid;position:relative;overflow:hidden}.variant-square{cursor:default;border:0;border-radius:0;place-items:center;min-width:0;min-height:0;padding:0;display:grid;position:relative}.variant-square.light{background:#d4d5d0}.variant-square.dark{background:#585e5f}.variant-square.pickable{cursor:pointer}.variant-square.slot-choice:before{content:"";z-index:1;background:#ffffff17;border:2px solid #ffffffa8;animation:1.1s ease-in-out infinite alternate slot-choice-pulse;position:absolute;inset:5%;box-shadow:inset 0 0 12px #ffffff35}.variant-square.slot-choice:after{content:"";z-index:1;filter:blur(4px);background:#0008;border-radius:50%;height:10%;animation:1.1s ease-in-out infinite alternate slot-shadow-ready;position:absolute;bottom:5%;left:24%;right:24%}.variant-square.slot-choice .variant-piece:not(.dragging){transform-origin:50% 80%;animation:1.1s ease-in-out infinite alternate slot-piece-ready}.variant-square.last-from:before,.variant-square.last-to:before{content:"";background:#df3f4838;position:absolute;inset:0}.variant-square.selected:before{content:"";background:#ffffff52;position:absolute;inset:0;box-shadow:inset 0 0 0 2px #fff}.variant-square.legal:after{content:"";aspect-ratio:1;background:#3136345c;border-radius:50%;width:26%;position:absolute}.variant-square.legal.capture:after{background:0 0;border:5px solid #343a3868;width:auto;inset:9%}.variant-piece{z-index:2;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;filter:none;width:102%;height:102%;transition:transform .22s cubic-bezier(.16,.8,.2,1);position:relative}.variant-piece.arrived{animation:.3s cubic-bezier(.16,.82,.2,1) variant-arrive}.variant-piece.dragging{opacity:.12}.variant-piece.motion-hidden{visibility:hidden}.variant-rank,.variant-file{z-index:3;pointer-events:none;font:700 10px Arial,sans-serif;position:absolute}.variant-rank{top:3px;left:4px}.variant-file{bottom:3px;right:4px}.variant-square.dark .variant-rank,.variant-square.dark .variant-file{color:#e8e8e2}.variant-square.light .variant-rank,.variant-square.light .variant-file{color:#555b59}.variant-motion-piece{z-index:8;pointer-events:none;will-change:transform;width:12.5%;height:12.5%;animation:variant-piece-flight var(--variant-duration) cubic-bezier(.22,.74,.18,1) both;place-items:center;display:grid;position:absolute}.variant-motion-piece img{z-index:2;object-fit:contain;filter:drop-shadow(0 9px 4px #0009);-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:102%;height:102%;position:relative}.variant-motion-piece i{z-index:1;filter:blur(4px);height:10%;animation:variant-shadow-flight var(--variant-duration) ease both;background:#0009;border-radius:50%;position:absolute;bottom:7%;left:23%;right:23%}.variant-motion-piece.capture:after{content:"";z-index:0;opacity:0;animation:variant-capture-hit var(--variant-duration) ease-out both;border:2px solid #df3f48;position:absolute;inset:-12%}.variant-motion-piece.piece-n img{animation:variant-knight-flight var(--variant-duration) ease-in-out both}.variant-motion-piece.piece-b img,.variant-motion-piece.piece-q img{animation:variant-royal-flight var(--variant-duration) ease-in-out both}.variant-motion-piece.piece-r img{animation:variant-rook-flight var(--variant-duration) ease-in-out both}@keyframes variant-arrive{0%{transform:translateY(-4px)scale(1.035)}to{transform:none}}@keyframes slot-choice-pulse{0%{opacity:.55}to{opacity:.88}}@keyframes slot-piece-ready{0%{transform:translateY(-2px)rotate(-.7deg)}to{transform:translateY(-7px)rotate(.7deg)}}@keyframes slot-shadow-ready{0%{opacity:.36;transform:scale(.86)}to{opacity:.72;transform:scale(1.08)}}@keyframes variant-piece-flight{0%{transform:translate(0,0)scale(1)}18%{transform:translate3d(var(--variant-tx-10),calc(var(--variant-ty-10) - 8px),0) scale(1.04)}72%{transform:translate3d(var(--variant-tx-86),calc(var(--variant-ty-86) - 5px),0) scale(1.02)}to{transform:translate3d(var(--variant-tx),var(--variant-ty),0) scale(1)}}@keyframes variant-shadow-flight{0%{opacity:.68;transform:translate(0,0)scale(1)}44%{opacity:.24;transform:translate3d(var(--variant-tx-45),var(--variant-ty-45),0) scale(.72)}to{opacity:.68;transform:translate3d(var(--variant-tx),var(--variant-ty),0) scale(1)}}@keyframes variant-knight-flight{0%,to{transform:rotate(0)}48%{transform:rotate(-16deg)scale(1.04)}}@keyframes variant-royal-flight{0%,to{transform:rotate(0)}52%{transform:rotate(8deg)scale(1.035)}}@keyframes variant-rook-flight{0%,to{transform:skew(0)}14%{transform:skew(-5deg)}78%{transform:skew(3deg)}}@keyframes variant-capture-hit{0%,72%{opacity:0;transform:scale(.72)}84%{opacity:.75;transform:scale(1)}to{opacity:0;transform:scale(1.18)}}.variant-square.legal:after{opacity:.29!important}.variant-square.legal.capture:after{opacity:.32!important}.variant-drag-ghost{z-index:1000;object-fit:contain;pointer-events:none;filter:drop-shadow(0 13px 6px #000b);width:clamp(64px,7vw,88px);height:clamp(64px,7vw,88px);position:fixed;transform:translate(-50%,-56%)scale(1.03)}.arcade-console{box-sizing:border-box;background:#0c0d0f;border:1px solid #414349;align-self:center;height:min(720px,100dvh - 40px);overflow:auto}.arcade-console>header{border-bottom:1px solid #37393e;justify-content:space-between;align-items:start;gap:14px;padding:18px;display:flex}.arcade-console h2{text-transform:uppercase;margin:0;font:850 27px/1 Barlow Condensed,Segoe UI,sans-serif}.arcade-console header p{color:#aaa9a4;margin:7px 0 0;font-size:14px;line-height:1.35}.console-pulse{background:#f1efe8;flex:0 0 12px;width:12px;height:12px;box-shadow:0 0 11px #fff5}.arcade-actions{border-top:1px solid #37393e;grid-template-columns:1fr 1fr;gap:7px;padding:14px;display:grid}.arcade-actions button,.gravity-reset{color:#e8e6df;cursor:pointer;background:#151619;border:1px solid #484a50;justify-content:center;align-items:center;gap:8px;min-height:46px;display:flex}.arcade-actions button:hover,.gravity-reset:hover{color:#090a0b;background:#f1efe8}.arcade-history{padding:16px 18px}.arcade-history>div{color:#a3a4a7;justify-content:space-between;font:800 13px/1 Barlow Condensed,Segoe UI,sans-serif;display:flex}.arcade-history ol{gap:4px;max-height:260px;margin:11px 0 0;padding:0;list-style:none;display:grid;overflow:auto}.arcade-history li{border-bottom:1px solid #24262a;grid-template-columns:28px 1fr;padding:5px 0;font-size:14px;display:grid}.arcade-history li span{color:#77797f}.slot-machine{border-bottom:1px solid #37393e;padding:16px 18px}.slot-window{background:#010203;border:1px solid #70737a;grid-template-columns:repeat(3,1fr);gap:4px;height:146px;padding:8px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 18px 35px #000,inset 0 -18px 35px #000,0 0 18px #ffffff0c}.slot-window:before,.slot-window:after{content:"";z-index:6;opacity:.56;background:#f1efe8;height:1px;position:absolute;left:8px;right:8px}.slot-window:before{top:27%}.slot-window:after{bottom:27%}.slot-reel{background:linear-gradient(90deg,#000,#111318 50%,#000);border-left:1px solid #34373d;border-right:1px solid #34373d;position:relative;overflow:hidden}.slot-reel:after{content:"";z-index:5;pointer-events:none;background:linear-gradient(#000d 0,#0000 28%,#ffffff09 50%,#0000 72%,#000e 100%);position:absolute;inset:0}.slot-strip{z-index:2;will-change:transform,filter;grid-template-rows:repeat(16,1fr);height:1600%;display:grid;position:absolute;top:0;left:0;right:0}.slot-strip span{place-items:center;min-height:0;display:grid}.slot-strip img{object-fit:contain;filter:grayscale()contrast(1.2)brightness(1.08);-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:86%;height:86%}.slot-window:not(.spinning) .slot-strip{grid-template-rows:1fr;height:100%;transform:none}.slot-window.spinning .slot-reel:before{content:"";z-index:4;pointer-events:none;background:repeating-linear-gradient(#0000 0 9px,#ffffff0b 10px 11px);animation:.12s linear infinite slot-scan;position:absolute;inset:0}@keyframes slot-reel-spin{0%{filter:blur();transform:translateY(0)}16%{filter:blur(4.8px)brightness(1.25)}68%{filter:blur(3px)brightness(1.12)}90%{filter:blur(1px)}to{filter:blur();transform:translateY(-93.75%)}}@keyframes slot-scan{to{transform:translateY(11px)}}.slot-trigger{color:#090a0b;cursor:pointer;background:#f1efe8;border:1px solid #f1efe8;justify-content:center;align-items:center;gap:9px;width:100%;min-height:54px;margin-top:10px;font:900 16px/1 Barlow Condensed,Segoe UI,sans-serif;display:flex}.slot-trigger:disabled{color:#a8a9ad;cursor:default;background:#222429;border-color:#45474d}.gravity-stage{aspect-ratio:1;align-self:center;width:min(720px,100dvh - 40px)}.gravity-arena{box-sizing:border-box;background:conic-gradient(from 90deg,#585e5f 25%,#d4d5d0 0 50%,#585e5f 0 75%,#d4d5d0 0) 0 0/25% 25%;touch-action:none;border:7px solid #1c1e22;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 24px 58px #000b,inset 0 0 0 1px #66696e}.gravity-piece{width:var(--physics-size,12.9%);height:var(--physics-size,12.9%);cursor:grab;touch-action:none;will-change:transform;transform-origin:50%;background:0 0;border:0;place-items:center;padding:0;display:grid;position:absolute;top:0;left:0}.gravity-piece:active,.gravity-piece.held{cursor:grabbing;z-index:4}.gravity-piece img{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;filter:none;width:100%;height:100%}.gravity-piece.held img{filter:drop-shadow(0 10px 5px #000a)}.gravity-instructions{border-bottom:1px solid #37393e;padding:24px 18px}.gravity-instructions strong{font:900 25px/1 Barlow Condensed,Segoe UI,sans-serif}.gravity-instructions p{color:#b1b0ab;margin:10px 0 0;font-size:14px;line-height:1.45}.gravity-reset{width:calc(100% - 36px);margin:18px}.gravity-piece{-webkit-user-select:none!important;user-select:none!important;-webkit-user-drag:none!important}.gravity-instructions{padding:24px 18px 18px!important}.gravity-count{color:#f1efe8;margin-top:18px;font:900 30px/1 Barlow Condensed,Segoe UI,sans-serif;display:block}.gravity-actions{gap:8px;padding:18px;display:grid}.gravity-actions .gravity-add,.gravity-actions .gravity-reset{color:#eceae4;cursor:pointer;touch-action:none;background:#17181b;border:1px solid #55585e;justify-content:center;align-items:center;gap:8px;font:800 15px/1 Barlow Condensed,Segoe UI,sans-serif;display:flex;width:100%!important;min-height:50px!important;margin:0!important}.gravity-actions .gravity-add{color:#090a0b;background:#f1efe8;border-color:#f1efe8}.gravity-actions .gravity-add:disabled{color:#85878c;cursor:default;background:#24262a;border-color:#404248}.gravity-actions .gravity-reset:hover{color:#fff;background:#26282d}.gravity-actions .gravity-add:not(:disabled):hover{color:#000;background:#fff}.profile-page,.about-page,.appearance-page{box-sizing:border-box!important;background:#0c0d0f!important;border:1px solid #3d3f44!important;padding:clamp(20px,4vw,48px)!important;overflow:auto!important}.profile-heading,.page-heading{border-bottom:1px solid #3b3d42!important;padding-bottom:17px!important}.profile-heading h2,.page-heading h2,.about-page h2{text-transform:uppercase!important;font-family:Barlow Condensed,Segoe UI,sans-serif!important}.profile-form input,.profile-form select,.profile-primary,.profile-secondary,.profile-tabs button,.elo-picker button{border-radius:0!important;font-size:14px!important}.profile-primary{min-height:52px!important}.auth-message{font-size:14px!important}@media (max-height:740px){.app-shell{--rail-width:132px!important;grid-template-rows:minmax(0,1fr)!important;padding-top:8px!important;padding-bottom:8px!important}.site-footer{display:none!important}.site-header{padding-top:6px!important}.future-tabs{gap:3px!important;margin-top:9px!important}.board-area{width:min(680px,100dvh - 82px)!important}.side-panel{height:calc(100dvh - 16px)!important}.arcade-board-column{width:min(680px,100dvh - 74px)}.arcade-console{height:calc(100dvh - 16px)}.gravity-stage{width:min(680px,100dvh - 16px)}}@media (max-width:1120px){.app-shell{--rail-width:126px!important;column-gap:12px!important;padding-left:12px!important;padding-right:12px!important}.game-layout,.arcade-layout,.gravity-layout{grid-template-columns:minmax(410px,1fr) minmax(270px,var(--panel-width))!important;gap:12px!important}.future-tabs button{padding:0 7px!important}.site-header .brand h1{font-size:15px!important}}@media (max-width:860px){html,body{overflow:auto!important}.app-shell{grid-template-rows:auto auto!important;grid-template-columns:1fr!important;height:auto!important;min-height:100dvh!important;padding:9px!important;overflow:visible!important}.site-header{flex-direction:row!important;grid-area:1/1!important;align-items:center!important;width:100%!important;height:auto!important;min-height:58px!important;display:flex!important;position:relative!important;overflow:visible!important}.brand{flex:0 0 124px!important;width:124px!important}.future-tabs{margin:0 0 0 auto!important;display:flex!important;overflow-x:auto!important}.future-tabs button{width:auto!important;min-width:max-content!important}.shell-dock{display:none!important}.game-layout,.trainer-layout,.studio-layout,.arcade-layout,.gravity-layout,.profile-page,.about-page,.appearance-page{grid-area:2/1!important;grid-template-columns:minmax(380px,1fr) minmax(270px,310px)!important;width:100%!important;height:auto!important;overflow:visible!important}.board-area,.arcade-board-column,.gravity-stage{width:min(100%,640px)!important;margin:0 auto!important}.side-panel,.arcade-console{height:640px!important}.site-footer{display:none!important}}@media (max-width:700px){.game-layout,.arcade-layout,.gravity-layout{grid-template-columns:1fr!important}.side-panel,.arcade-console{width:100%!important;height:auto!important;min-height:360px!important}.future-tabs button{padding:0 9px!important;font-size:0!important}.future-tabs button svg{margin:0!important}.brand{flex-basis:112px!important;width:112px!important}.board-stage,.board-stage.no-eval{grid-template-columns:31px minmax(0,1fr)!important;gap:5px!important}.eval-bar{width:31px!important}.player-name-stack{min-width:62px!important}.captured-material{max-width:110px!important}.arcade-console{margin-bottom:12px}}@media (prefers-reduced-motion:reduce){.backdrop-depth-layer,.backdrop-depth-layer i,.slot-window.spinning .slot-strip{animation:none!important}.cinematic-vignette,.focus-shade{transition-duration:.12s!important}.motion-blur-ghost{display:none!important}}@media (max-height:740px){.arcade-layout:not(.gravity-layout){grid-template-columns:minmax(0,630px) minmax(276px,var(--panel-width))!important}.arcade-board-column{width:min(680px,100dvh - 90px)!important}}.app-shell{--rail-width:152px!important;--board-offset:0px!important;padding-left:8px!important}.site-header{padding-left:7px!important}.board-area{transform:none!important}.square.last-memory-origin:not(.last),.square.last-memory-destination:not(.last){box-shadow:none!important;filter:none!important;opacity:1!important;animation:none!important}.last-move-memory-fill{z-index:0;pointer-events:none;opacity:0;background:#df3f4830;animation:.74s linear forwards last-move-memory-in;position:absolute;inset:0}@keyframes last-move-memory-in{0%{opacity:0}to{opacity:1}}.square.selected.threat:after{opacity:0!important;box-shadow:none!important;background:0 0!important;animation:none!important}.board-arrows .annotation-arrow{opacity:.68!important}.board-arrows .arrow-shaft{stroke-width:16px!important}.aim-patrick-feedback{z-index:30;pointer-events:none;opacity:1;animation:2s linear forwards aim-patrick-fade;position:absolute;inset:0;overflow:hidden}.aim-patrick-feedback img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block}@keyframes aim-patrick-fade{0%{opacity:1}to{opacity:0}}.slot-play-setup{box-sizing:border-box;height:100%;overflow:auto}.slot-rule-note{color:#f0eee8;background:#131417;border:1px solid #3d4045;align-items:center;gap:10px;margin-top:15px;padding:12px;display:flex}.slot-rule-note>span{gap:3px;font-size:13px;line-height:1.35;display:grid}.slot-rule-note b{text-transform:uppercase;font:850 14px/1 Barlow Condensed,Segoe UI,sans-serif}.slot-play-setup .start-local:disabled{opacity:.5;cursor:not-allowed}.arcade-layout{grid-template-columns:minmax(440px,min(760px,calc(100dvh - 86px))) minmax(276px,var(--panel-width))!important;gap:18px!important}.arcade-board-column{width:min(760px,100dvh - 86px)!important;max-width:760px!important}.arcade-board-frame{box-sizing:border-box;padding-left:46px}.arcade-player{gap:9px!important;width:calc(100% - 46px)!important;height:42px!important;margin-left:46px!important;padding:0 0 6px!important}.arcade-player b{font-size:14px!important}.arcade-player small{font-size:12px!important}.arcade-player>strong{min-width:70px!important;height:32px!important;font-size:18px!important}.variant-board{border-color:#4c4f53!important}.variant-square.slot-choice:before,.variant-square.slot-choice:after{display:none!important}.variant-square.slot-choice .variant-piece:not(.dragging){animation:none!important}.slot-required-cue{z-index:1;pointer-events:none;background:#dc34484d;animation:1.05s ease-in-out infinite alternate slot-required-square;display:block;position:absolute;inset:0;box-shadow:inset 0 0 0 2px #fa405e9c,inset 0 0 20px #ff2d4a75,0 0 14px #ff304f68}.variant-square.slot-choice.selected .slot-required-cue{opacity:1;box-shadow:inset 0 0 0 2px #ff6b7f,inset 0 0 24px #ff2d4a8c,0 0 16px #ff304f73}@keyframes slot-required-square{0%{opacity:.62}to{opacity:.96}}.variant-square.selected:before{background:#ffffff38!important;box-shadow:inset 0 0 0 2px #ffffffc7!important}.variant-square.selected .variant-piece:not(.dragging){filter:drop-shadow(0 10px 4px #0009)!important;transform:translateY(-7px)rotate(-1deg)!important}.variant-square.legal:after{opacity:.29!important;background:#e2e4df!important;width:29%!important;height:29%!important}.variant-square.light.legal:after{background:#3f4544!important}.variant-square.legal.capture:after{opacity:.32!important;border:5px solid #d8dad5!important;width:auto!important;height:auto!important;inset:10%!important}.variant-square.light.legal.capture:after{border-color:#414746!important}.variant-square.last-from:before{background:#df3f482d!important}.variant-square.last-to:before{background:#df3f4840!important}.slot-board-locked .variant-board{filter:blur(2.5px)brightness(.42);pointer-events:none}.slot-board-lock{z-index:20;color:#fff;text-transform:uppercase;background:#05060745;place-content:center;justify-items:center;gap:10px;font:850 16px/1 Barlow Condensed,Segoe UI,sans-serif;display:grid;position:absolute;inset:0}.slot-setup-panel>header{border-bottom:1px solid #37393e;justify-content:space-between;gap:14px;padding:20px 18px;display:flex}.slot-setup-panel h2{text-transform:uppercase;margin:0;font:850 28px/1 Barlow Condensed,Segoe UI,sans-serif}.slot-setup-panel header p{color:#aaa9a4;margin:8px 0 0;font-size:14px;line-height:1.4}.slot-play-tabs,.slot-method-tabs{grid-template-columns:1fr 1fr;gap:6px;padding:16px 18px 0;display:grid}.slot-play-tabs button,.slot-method-tabs button{color:#aaa9a4;text-transform:uppercase;cursor:pointer;background:#141518;border:1px solid #46494f;min-height:44px;font:800 14px/1 Barlow Condensed,Segoe UI,sans-serif}.slot-play-tabs button.active,.slot-method-tabs button.active{color:#090a0b;background:#f1efe8;border-color:#f1efe8}.slot-method-tabs{padding:0}.slot-setup-fields{gap:13px;padding:18px;display:grid}.slot-setup-fields label{color:#c9c8c3;gap:7px;font-size:14px;display:grid}.slot-setup-fields select,.slot-setup-fields input{box-sizing:border-box;color:#efede7;background:#111216;border:1px solid #4a4d53;border-radius:0;width:100%;min-height:46px;padding:0 12px;font-size:15px}.slot-start,.slot-online-gate button{color:#090a0b;text-transform:uppercase;cursor:pointer;background:#f1efe8;border:1px solid #f1efe8;min-height:54px;font:900 16px/1 Barlow Condensed,Segoe UI,sans-serif}.slot-start:disabled{color:#85878c;cursor:default;background:#202226;border-color:#3d4046}.slot-online-gate{background:#111216;border:1px solid #3d4045;justify-items:start;gap:10px;margin:18px;padding:25px 18px;display:grid}.slot-online-gate b{text-transform:uppercase;font:850 19px/1 Barlow Condensed,Segoe UI,sans-serif}.slot-online-gate p{color:#aaa9a4;margin:0 0 8px;font-size:14px;line-height:1.4}.slot-online-gate button{width:100%}.slot-online-note{background:#151619;border-left:3px solid #f1efe8;gap:5px;padding:13px;display:grid}.slot-online-note b{font-size:15px}.slot-online-note span{color:#aaa9a4;font-size:14px;line-height:1.35}.slot-window{gap:6px!important;height:154px!important;padding:9px!important}.slot-reel{perspective:500px}.slot-strip{transform:translate3d(0,var(--reel-end),0);backface-visibility:hidden;height:calc(var(--reel-count) * 100%)!important;grid-template-rows:repeat(var(--reel-count),1fr)!important}.slot-window:not(.spinning) .slot-strip{height:calc(var(--reel-count) * 100%)!important;grid-template-rows:repeat(var(--reel-count),1fr)!important;transform:translate3d(0,var(--reel-end),0)!important}.slot-window:not(.spinning) .slot-strip span:not(:first-child){display:grid!important}@keyframes slot-reel-physical{0%{filter:blur()brightness();transform:translate(0,0)}11%{filter:blur(4px)brightness(1.35)}58%{filter:blur(3px)brightness(1.14)}87%{transform:translate3d(0,calc(var(--reel-end) - 0.24%),0);filter:blur(.85px)}95%{transform:translate3d(0,calc(var(--reel-end) + 0.06%),0);filter:blur(.2px)}to{transform:translate3d(0,var(--reel-end),0);filter:blur()brightness()}}@keyframes slot-icon-smear{0%{opacity:.7;transform:scaleY(1.12)}to{opacity:.93;transform:scaleY(1.48)}}.slot-readout{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:8px;display:grid}.slot-readout span{text-align:center;color:#9ea0a4;text-transform:uppercase;font:800 12px/1 Barlow Condensed,Segoe UI,sans-serif}.arcade-actions{grid-template-columns:1fr 1fr!important}.arcade-change-mode{grid-column:1/-1}.gravity-layout{grid-template-columns:minmax(440px,min(760px,calc(100dvh - 40px))) minmax(276px,var(--panel-width))!important}.gravity-stage{width:min(760px,100dvh - 40px)!important}.gravity-piece{transform-origin:50%!important}@media (max-height:740px){.arcade-board-column{width:min(680px,100dvh - 90px)!important}.gravity-stage{width:min(680px,100dvh - 16px)!important}}@media (max-width:860px){.app-shell{--rail-width:132px!important;padding-left:9px!important}.arcade-board-column{width:min(100%,640px)!important}}.promotion-layer{z-index:10000!important;box-sizing:border-box!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background:#040506d9!important;justify-content:center!important;align-items:center!important;min-width:100vw!important;min-height:100dvh!important;padding:24px!important;display:flex!important;position:fixed!important;inset:0!important}.promotion-layer .promotion{background:#0d0e10!important;border:1px solid #686b70!important;max-width:min(440px,100vw - 32px)!important;margin:auto!important;padding:24px!important;position:relative!important;inset:auto!important;box-shadow:0 28px 90px #000!important}.promotion-layer .promotion p{color:#f2f0e9!important;text-transform:uppercase!important;margin:0 0 16px!important;font:900 24px/1 Barlow Condensed,Segoe UI,sans-serif!important}.promotion-layer .promotion>div{grid-template-columns:repeat(4,minmax(58px,82px))!important;gap:8px!important;display:grid!important}.promotion-layer .promotion button{aspect-ratio:1!important;background:#17181b!important;border:1px solid #4a4d52!important;border-radius:0!important;place-items:center!important;width:auto!important;height:auto!important;padding:3px!important;display:grid!important}.promotion-layer .promotion button:hover,.promotion-layer .promotion button:focus-visible{background:#f0eee8!important;border-color:#fff!important;transform:none!important}.brand{appearance:none!important;color:inherit!important;text-align:left!important;cursor:pointer!important;background:0 0!important;border:0!important;border-bottom:1px solid #34363a!important}.brand:hover{color:#d8d7d1!important}.profile-dashboard{max-width:none!important}.account-heading{grid-template-columns:76px minmax(0,1fr) auto!important;align-items:center!important;gap:15px!important;display:grid!important}.account-heading>div{gap:4px;display:grid}.account-heading>div b{color:#f1efe8;font:800 15px/1 Barlow Condensed,Segoe UI,sans-serif}.account-heading>svg{color:#aeb0b4}.profile-current-avatar,.avatar-choice-grid button span{background-image:url(/dev/meme-avatar-sheet.png);background-size:400% 300%;background-position:var(--avatar-x,0%) var(--avatar-y,0%);background-repeat:no-repeat;display:block}.avatar.account-avatar{background-image:url(/dev/meme-avatar-sheet.png)!important;background-size:400% 300%!important;background-position:var(--avatar-x,0%) var(--avatar-y,0%)!important;background-repeat:no-repeat!important}.profile-current-avatar{background-color:#17181b;border:1px solid #55575d;width:76px;height:76px}.profile-dashboard-grid{grid-template-columns:minmax(270px,.9fr) minmax(330px,1.1fr);gap:14px;margin-top:17px;display:grid}.profile-dashboard-grid>section,.profile-dashboard-grid>form{box-sizing:border-box;background:#111216;border:1px solid #3d3f44;padding:17px}.profile-dashboard-grid h3{color:#f1efe8;text-transform:uppercase;margin:0 0 14px;font:900 21px/1 Barlow Condensed,Segoe UI,sans-serif}.locked-level{color:#aaa9a4;background:#0c0d0f;border:1px solid #3e4146;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:58px;padding:0 12px;display:grid}.locked-level span{gap:3px;font-size:14px;display:grid}.locked-level b{color:#f0eee8}.locked-level strong{color:#7e8085;font:800 12px/1 Barlow Condensed,Segoe UI,sans-serif}.profile-customise{grid-row:span 2}.avatar-choice-grid{grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:22px;display:grid}.avatar-choice-grid button{aspect-ratio:1;cursor:pointer;background:#0b0c0e;border:1px solid #414349;padding:0;overflow:hidden}.avatar-choice-grid button span{filter:saturate(.86)contrast(1.05);width:100%;height:100%}.avatar-choice-grid button:hover{border-color:#9b9da1}.avatar-choice-grid button.active{border:3px solid #f1efe8;box-shadow:0 0 17px #fff2}.account-toggle,.account-scale{color:#e4e2dc;border-top:1px solid #303237;align-items:center;gap:9px;min-height:46px;padding:0 11px;font-size:14px;display:flex}.account-toggle input{accent-color:#efede7;width:19px;height:19px;margin-left:auto}.account-scale span{flex:1}.account-scale select{color:#f0eee8;background:#090a0b;border:1px solid #484b50;min-width:88px;height:34px;padding:0 8px}html[data-account-contrast=high] .app-shell{--shell-line:#898c92!important;--shell-muted:#d1d0ca!important}html[data-account-contrast=high] .side-panel,html[data-account-contrast=high] .arcade-console,html[data-account-contrast=high] .profile-page{border-color:#8b8e94!important}.profile-dashboard{font-size:calc(14px * var(--account-ui-scale,1))!important}.elo-graph-card>div{justify-content:space-between;align-items:baseline;display:flex}.elo-graph-card>div strong{font:900 28px/1 Barlow Condensed,Segoe UI,sans-serif}.elo-graph-card svg{width:100%;height:150px;margin-top:5px;overflow:visible}.elo-graph-card svg path{stroke:#33353a;stroke-width:1px;vector-effect:non-scaling-stroke}.elo-graph-card polyline{fill:none;stroke:#f0eee8;stroke-width:2.2px;vector-effect:non-scaling-stroke}.elo-graph-card circle{fill:#fff;vector-effect:non-scaling-stroke}.elo-graph-card p{color:#8f9094;margin:8px 0 0;font-size:13px;line-height:1.4}.aim-coordinate-overlay{z-index:40!important;color:#070809!important;text-shadow:none!important;mix-blend-mode:normal!important;filter:none!important}.aim-patrick-feedback{z-index:30!important;animation:1.2s linear forwards aim-patrick-fade!important}.trainer-results.compact-result{background:#111216!important;border:1px solid #3d4045!important;place-items:center!important;min-height:82px!important;display:grid!important}.trainer-results.compact-result strong{color:#f1efe8!important;font:900 48px/.9 Barlow Condensed,Segoe UI,sans-serif!important}.slot-readout{display:none!important}.slot-machine.black-turn .slot-strip img{filter:grayscale()brightness(.16)drop-shadow(1px 0 #fff)drop-shadow(-1px 0 #fff)drop-shadow(0 1px #fff)drop-shadow(0 -1px #fff)!important}.moving-piece,.moving-piece .motion-piece-art,.moving-piece .motion-blur-ghost{box-shadow:none!important}.moving-piece .motion-piece-art,.moving-piece.capture-flight .motion-piece-art{filter:none!important}.moving-ground-shadow{z-index:4!important;filter:none!important;transform-origin:50%!important}.moving-ground-shadow:before{transform-origin:50%!important;filter:blur(4px)!important;background:#0009!important;transform:none!important}.about-notes{grid-template-columns:repeat(2,minmax(0,1fr))!important}.about-page>p{max-width:760px!important;font-size:17px!important;line-height:1.55!important}.about-notes article span{font-size:14px!important;line-height:1.55!important}@media (max-width:1050px){.profile-dashboard-grid{grid-template-columns:1fr}.profile-customise{grid-row:auto}.about-notes{grid-template-columns:1fr!important}}@media (max-width:760px){.profile-dashboard-grid{grid-template-columns:1fr}.account-heading{grid-template-columns:60px 1fr auto!important}.profile-current-avatar{width:60px;height:60px}.promotion-layer .promotion>div{grid-template-columns:repeat(2,minmax(72px,1fr))!important}}.brand-sigil{background:#08090a!important;border:1px solid #3e4146!important;place-items:center!important;width:36px!important;height:36px!important;display:grid!important;overflow:hidden!important}.brand-sigil svg{width:100%;height:100%;display:block}.future-tabs button>span{text-overflow:ellipsis;min-width:0;overflow:hidden}.nav-notification{color:#fff;text-align:center;background:#d9253d;border-radius:10px;min-width:20px;height:20px;margin-left:auto;padding:0 5px;font:900 12px/20px Segoe UI,Verdana,sans-serif;box-shadow:0 0 12px #df294e66}.future-tabs button.active .nav-notification{color:#fff;background:#b9142b}.meme-avatar-placeholder,.avatar.avatar-placeholder{isolation:isolate;border:1px solid #55585e;place-items:center;font:900 14px/1 Barlow Condensed,Segoe UI,sans-serif;display:grid;position:relative;overflow:hidden;color:#0a0b0d!important;background:#d8d5cc!important}.meme-avatar-placeholder:before,.avatar.avatar-placeholder:before{content:"";transform:rotate(calc((var(--avatar-index,0) - 5) * 1deg));background:linear-gradient(135deg,#f0ede4 0 48%,#a9a7a0 49% 100%);border:3px solid #0a0b0d;border-radius:46% 46% 38% 38%;position:absolute;inset:15%}.meme-avatar-placeholder:after,.avatar.avatar-placeholder:after{content:"Â·Â·";color:#090a0b;letter-spacing:7px;font:900 24px/1 Segoe UI,sans-serif;position:absolute;top:38%;left:50%;transform:translate(-50%)}.meme-avatar-placeholder>span,.avatar.avatar-placeholder>i{z-index:2;color:#f1eee6;background:#090a0b;margin-top:auto;margin-bottom:8%;padding:2px 4px;font:900 11px/1 Barlow Condensed,Segoe UI,sans-serif;position:relative}.avatar.avatar-placeholder>i:before{content:"HC"}.avatar-placeholder-meme-02:before{border-radius:55% 45% 55% 42%;transform:rotate(-8deg)}.avatar-placeholder-meme-03:before{border-radius:60% 60% 34% 34%;transform:scaleX(1.1)}.avatar-placeholder-meme-04:before{clip-path:polygon(8% 28%,0 0,30% 14%,70% 14%,100% 0,92% 72%,70% 100%,28% 100%,8% 72%)}.avatar-placeholder-meme-05:before{border-radius:50%;transform:scaleY(.7)}.avatar-placeholder-meme-06:before{border-radius:42% 58% 45% 55%;transform:rotate(11deg)}.avatar-placeholder-meme-07:before{border-radius:62% 38%}.avatar-placeholder-meme-08:before{clip-path:polygon(50% 0,95% 24%,83% 100%,17% 100%,5% 24%)}.avatar-placeholder-meme-09:before{border-radius:38%;transform:skew(-8deg)}.avatar-placeholder-meme-10:before{border-radius:7px}.avatar-placeholder-meme-11:before{clip-path:polygon(50% 0,100% 45%,78% 100%,22% 100%,0 45%)}.avatar-placeholder-meme-12:before{border-radius:50% 35%;transform:rotate(9deg)}.profile-current-avatar{width:74px!important;height:74px!important}.avatar.account-avatar{background-image:none!important;background-size:auto!important;background-position:initial!important}.profile-page{scrollbar-color:#4d5055 #101114!important;scrollbar-width:thin!important;height:calc(100dvh - 18px)!important;overflow:auto!important}.profile-dashboard{max-width:1180px!important;margin:0!important;padding:26px!important}.profile-account-header{grid-template-columns:74px minmax(0,1fr) auto!important;align-items:center!important;gap:16px!important;display:grid!important}.profile-account-copy{min-width:0}.profile-name-line{align-items:center;gap:8px;display:flex}.profile-name-line h2{text-overflow:ellipsis;margin:0;overflow:hidden}.profile-edit-trigger{color:#eeeae2;cursor:pointer;background:#151619;border:1px solid #45484d;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.profile-edit-trigger:hover{color:#08090a;background:#efede6}.profile-verified-icon{color:#a8aaae}.profile-global-message{margin:12px 0 0!important}.profile-dashboard-grid-v2{grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr)!important;gap:12px!important;margin-top:14px!important;display:grid!important}.profile-card-wide{grid-column:1/-1!important}.profile-social-card,.elo-graph-card,.profile-settings-card{box-sizing:border-box;min-width:0;background:#111216!important;border:1px solid #3e4146!important;padding:17px!important}.profile-card-heading{justify-content:space-between;align-items:start;gap:12px;margin-bottom:14px;display:flex}.profile-card-heading h3{color:#f0eee7;text-transform:uppercase;font:900 22px/1 Barlow Condensed,Segoe UI,sans-serif;margin:0!important}.profile-card-heading p{color:#999a9e;margin:4px 0 0;font-size:14px}.profile-card-heading>strong{font:900 30px/1 Barlow Condensed,Segoe UI,sans-serif}.profile-social-card button,.profile-social-card input,.profile-social-card select,.profile-edit-dialog button,.profile-edit-dialog input{font-size:14px}.friend-search{grid-template-columns:minmax(0,1fr) 70px;gap:6px;display:grid}.friend-search label{background:#090a0b;border:1px solid #44474d;align-items:center;gap:8px;height:42px;padding:0 10px;display:flex}.friend-search input{color:#eeeae2;background:0 0;border:0;outline:0;width:100%;min-width:0}.friend-search button{color:#090a0b;cursor:pointer;background:#ece9e1;border:1px solid #ece9e1;font-weight:800}.challenge-time-control{color:#c3c2bd;border:1px solid #34373b;justify-content:space-between;align-items:center;gap:10px;min-height:42px;margin-top:7px;padding:0 10px;font-size:14px;display:flex}.challenge-time-control select{color:#eeeae2;background:#090a0b;border:1px solid #46494f;height:30px;padding:0 7px}.social-result-list{gap:5px;margin-top:10px;display:grid}.social-person-row,.social-request-row{background:#0c0d0f;border:1px solid #303338;grid-template-columns:22px minmax(0,1fr) 36px;align-items:center;gap:9px;min-height:48px;padding:5px 7px;display:grid}.social-person-row>div,.social-request-row>div{gap:3px;min-width:0;display:grid}.social-person-row b,.social-request-row b{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.social-person-row span,.social-request-row span{color:#96979b;font-size:14px}.social-person-row>button{color:#efede6;cursor:pointer;background:#17181b;border:1px solid #46494e;place-items:center;width:36px;height:36px;display:grid}.social-person-row>button:hover:not(:disabled){color:#090a0b;background:#efede6}.social-row-actions{gap:4px;display:flex!important}.social-row-actions button{color:#eeeae2;cursor:pointer;background:#17181b;border:1px solid #45484d;place-items:center;width:32px;height:32px;display:grid}.social-row-actions .deny:hover{color:#ff5a70;border-color:#d82740}.social-row-actions .accept:hover{color:#090a0b;background:#eeeae2}.social-request-row{grid-template-columns:22px minmax(0,1fr) 72px}.profile-quiet-state{color:#949599;border:1px dashed #383b40;padding:11px;font-size:14px;line-height:1.4;margin:8px 0!important}.notification-row{color:#dddcd6;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #303237;grid-template-columns:8px minmax(0,1fr) auto 16px;align-items:center;gap:8px;width:100%;min-height:52px;padding:6px 5px;display:grid}.notification-row:hover{background:#18191c}.notification-row>span:nth-child(2){gap:3px;display:grid}.notification-row b,.notification-row small{font-size:14px}.notification-row small{color:#a1a2a5}.notification-row time{color:#7e8085;font-size:12px}.notification-dot{background:#d92740;width:7px;height:7px;box-shadow:0 0 10px #e52d4e88}.notification-row.read .notification-dot{box-shadow:none;background:#4e5055}.account-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.account-settings-grid .account-toggle,.account-settings-grid .account-select{background:#0d0e10;border:1px solid #34373c;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;padding:8px 11px;display:grid}.account-settings-grid span{gap:3px;display:grid}.account-settings-grid b,.account-settings-grid small{font-size:14px}.account-settings-grid small{color:#909196}.account-settings-grid input{accent-color:#ece9e1;width:19px;height:19px}.account-select select{color:#eceae4;background:#08090a;border:1px solid #494c51;min-width:106px;height:34px;padding:0 7px}.profile-account-footer{color:#929398;border-top:1px solid #3d4045;justify-content:space-between;align-items:center;gap:12px;min-height:52px;margin-top:14px;padding-top:12px;font-size:13px;display:flex}.profile-signout{color:#e9e7e0;cursor:pointer;background:#131416;border:1px solid #44474c;align-items:center;gap:7px;min-height:38px;padding:0 13px;display:flex}.profile-signout:hover{color:#ff6578;border-color:#d42a40}.profile-edit-backdrop{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000b;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.profile-edit-dialog{background:#0d0e10;border:1px solid #62656b;width:min(560px,100vw - 32px);max-height:85vh;overflow:auto;box-shadow:0 24px 80px #000}.profile-edit-dialog>header{border-bottom:1px solid #393c41;justify-content:space-between;gap:12px;padding:17px;display:flex}.profile-edit-dialog h3{text-transform:uppercase;margin:0;font:900 25px/1 Barlow Condensed,Segoe UI,sans-serif}.profile-edit-dialog header p{color:#98999d;margin:6px 0 0;font-size:14px}.profile-edit-dialog header button{color:#eeeae3;background:#16171a;border:1px solid #45484e;width:36px;height:36px}.profile-edit-dialog form{gap:16px;padding:17px;display:grid}.profile-username-field{gap:7px;font-size:14px;display:grid}.profile-username-field input{color:#f0eee7;background:#070809;border:1px solid #52555b;height:44px;padding:0 11px}.profile-username-field small{color:#98999e;font-size:13px}.profile-avatar-picker{border:1px solid #383b40;margin:0;padding:13px}.profile-avatar-picker legend{padding:0 7px;font-weight:800}.profile-avatar-picker>div{grid-template-columns:repeat(6,1fr);gap:6px;display:grid}.profile-avatar-picker button{aspect-ratio:1;background:#151619;border:2px solid #0000;padding:0;position:relative}.profile-avatar-picker button.active{border-color:#f1eee6}.profile-avatar-picker button>svg{color:#fff;background:#08090a;padding:2px;position:absolute;bottom:4px;right:4px}.profile-avatar-picker p{color:#8f9094;margin:10px 0 0;font-size:13px}.profile-dialog-actions{grid-template-columns:1fr 1fr;gap:7px;display:grid}.google-auth-button{color:#090a0b;cursor:pointer;background:#eae7df;border:1px solid #eae7df;justify-content:center;align-items:center;gap:10px;width:100%;min-height:48px;margin-top:16px;font-weight:800;display:flex}.google-mark{background:0 0;border:0;border-radius:0;place-items:center;width:24px;height:24px;font:900 14px/1 Arial,sans-serif;display:grid}.auth-divider{color:#8f9094;align-items:center;gap:10px;margin:14px 0;font-size:13px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#373a3f;flex:1;height:1px}.elo-chart-wrap{background:#090a0b;border:1px solid #2f3237;padding:6px}.elo-chart{touch-action:none;width:100%;height:auto;display:block;overflow:visible}.elo-y-tick line{stroke:#ffffff14;stroke-width:1px}.elo-line-shadow{fill:none;stroke:#000;stroke-width:8px;stroke-linejoin:round;stroke-linecap:round}.elo-line{fill:none;stroke:#f0ede5;stroke-width:3px;stroke-linejoin:round;stroke-linecap:round}.elo-point{fill:#d82740;stroke:#090a0b;stroke-width:2px;transition:r .12s}.elo-point.active{fill:#ff5d73;filter:drop-shadow(0 0 6px #df294e)}.elo-tooltip rect{fill:#08090a;stroke:#777a80}.elo-tooltip text{fill:#f0eee7}.elo-tooltip-date{font:11px Segoe UI,Verdana,sans-serif;fill:#a7a8ab!important}.elo-empty-state{color:#98999e;text-align:center;border:1px dashed #3a3d42;align-content:center;place-items:center;gap:7px;min-height:180px;display:grid}.elo-empty-state strong{color:#eeeae2;font:900 28px/1 Barlow Condensed,Segoe UI,sans-serif}.elo-empty-state p{max-width:360px;margin:0;font-size:14px}.compact-match-tools{border-bottom:1px solid var(--shell-line);grid-template-columns:auto repeat(5,minmax(0,1fr));gap:5px;padding:11px 0 13px;display:grid;position:relative}.compact-match-tools>button,.export-menu>summary{color:#e8e6df;text-transform:uppercase;cursor:pointer;background:#121315;border:1px solid #42454a;justify-content:center;align-items:center;gap:6px;min-height:40px;padding:0 7px;font:800 13px/1 Barlow Condensed,Segoe UI,sans-serif;list-style:none;display:flex}.compact-match-tools>button:hover:not(:disabled),.export-menu>summary:hover{color:#090a0b;background:#f0ede5;border-color:#f0ede5}.compact-match-tools .tool-danger:hover:not(:disabled){color:#ff6679;background:#261015;border-color:#da2942}.compact-match-tools button:disabled{opacity:.42;cursor:default}.match-state{color:#a1a2a6;border:1px solid #383b40;place-items:center;min-width:38px;font:900 12px/1 Barlow Condensed,Segoe UI,sans-serif;display:grid}.export-menu{position:relative}.export-menu>summary::-webkit-details-marker{display:none}.export-menu>summary>svg:last-child{width:11px}.export-menu>div{z-index:60;background:#090a0b;border:1px solid #55585e;width:170px;padding:5px;display:grid;position:absolute;top:calc(100% + 5px);right:0;box-shadow:0 16px 34px #000c}.export-menu a,.export-menu div button{color:#e6e4dd;text-align:left;background:0 0;border:0;align-items:center;gap:8px;min-height:38px;padding:0 10px;font-size:14px;text-decoration:none;display:flex}.export-menu a:hover,.export-menu div button:hover{color:#090a0b;background:#efede6}.coach-card{background:#0c0d0f;border:1px solid #42454a;grid-template-columns:62px minmax(0,1fr) 28px;align-items:center;gap:10px;margin:10px 0 0;padding:8px;animation:.38s cubic-bezier(.18,.8,.2,1) both coach-card-in;display:grid}.coach-card>svg{border:1px solid #3d4045;width:62px;height:62px}.coach-card>div{min-width:0}.coach-card>div>span{color:#a4a5a8;text-transform:uppercase;align-items:center;gap:5px;font:800 13px/1 Barlow Condensed,Segoe UI,sans-serif;display:flex}.coach-card p{color:#eceae3;margin:6px 0 0;font-size:14px;line-height:1.35}.coach-card>button{color:#8d8f93;cursor:pointer;background:0 0;border:0;align-self:start;width:28px;height:28px;font-size:20px}.coach-card>button:hover{color:#fff}@keyframes coach-card-in{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:none}}.board-promotion-layer{z-index:90;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0506078c;place-items:center;animation:.18s ease-out both promotion-board-in;display:grid;position:absolute;inset:0}.board-promotion-layer .promotion{background:#0d0e10;border:1px solid #66696f;width:min(430px,84%);padding:20px;box-shadow:0 20px 56px #000d}.board-promotion-layer .promotion p{color:#f0eee7;text-transform:uppercase;margin:0 0 14px;font:900 23px/1 Barlow Condensed,Segoe UI,sans-serif}.board-promotion-layer .promotion>div{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.board-promotion-layer .promotion button{aspect-ratio:1;cursor:pointer;background:#17181b;border:1px solid #474a50;place-items:center;padding:2px;display:grid}.board-promotion-layer .promotion button:hover{background:#eeeae2}.board-promotion-layer .promotion img{object-fit:contain;width:100%;height:100%}@keyframes promotion-board-in{0%{opacity:0}to{opacity:1}}.board-viewport:before,.board-viewport:after{pointer-events:none!important}.board-viewport.cinematic-focus:before,.board-viewport.cinematic-focus:after{height:3.8%!important}.capture-shake .board-viewport:before,.capture-shake .board-viewport:after,.accent-focus.board-viewport:before,.accent-focus.board-viewport:after{height:5.8%!important}.board-camera.coordinates-hidden .coord{opacity:0!important}.player-row{width:100%!important;margin-left:0!important}.player-row .player-identity{grid-template-columns:minmax(86px,auto) minmax(0,1fr)!important;align-items:center!important;gap:10px!important;display:grid!important}.player-name-stack{min-width:86px}.captured-material{align-self:center!important;height:24px!important}.captured-token{width:20px!important;height:20px!important}.captured-material b{font-size:14px!important}.gravity-acceleration{border-bottom:1px solid #37393e;gap:10px;padding:16px 18px;display:grid}.gravity-acceleration>span{justify-content:space-between;align-items:center;font:800 15px/1 Barlow Condensed,Segoe UI,sans-serif;display:flex}.gravity-acceleration output{font-variant-numeric:tabular-nums;color:#f1efe8}.gravity-acceleration input{accent-color:#f1efe8;width:100%}.gravity-arena.is-dropping{box-shadow:0 24px 58px #000b,inset 0 18px 38px #fff1,inset 0 0 0 1px #66696e}.slot-reel-piece{place-items:center;width:100%;height:100%;display:grid;position:relative}.slot-reel-piece img{grid-area:1/1}.slot-reel-piece-white-ink{pointer-events:none;z-index:2}.slot-reel.black-reel .slot-reel-piece-base{filter:grayscale()contrast(1.05)brightness(.72)!important}.slot-reel.white-reel .slot-reel-piece-white-ink{display:none}@media (max-width:1050px){.profile-dashboard-grid-v2{grid-template-columns:1fr!important}.profile-card-wide{grid-column:auto!important}.compact-match-tools{grid-template-columns:repeat(3,1fr)}.match-state{grid-row:span 2}.account-settings-grid{grid-template-columns:1fr}}@media (max-width:760px){.profile-dashboard{padding:15px!important}.profile-account-header{grid-template-columns:58px minmax(0,1fr) auto!important}.profile-current-avatar{width:58px!important;height:58px!important}.profile-avatar-picker>div{grid-template-columns:repeat(4,1fr)}.notification-row time{display:none}.board-promotion-layer .promotion>div{grid-template-columns:repeat(2,1fr)}.compact-match-tools>button span,.export-menu>summary span{display:none}.coach-card{grid-template-columns:54px minmax(0,1fr) 26px}.coach-card>svg{width:54px;height:54px}}@media (min-width:761px){.player-row{width:calc(100% - 47px)!important;margin-left:47px!important}}.compact-match-tools{grid-template-columns:none!important;align-items:stretch!important;display:flex!important}.compact-match-tools>button{flex:0 0 40px;width:40px;min-width:40px;position:relative;padding:0!important}.compact-match-tools>button>span,.export-menu>summary>span{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.compact-match-tools .match-state{flex:0 0 38px;min-width:38px}.compact-match-tools .export-menu{margin-left:auto}.compact-match-tools .export-menu>summary{width:44px;min-width:44px;position:relative;padding:0!important}.profile-auth-page .google-auth-button,.profile-auth-page .auth-divider{max-width:390px}@media (max-width:760px){.app-shell{grid-template-columns:minmax(0,1fr)!important;overflow:hidden!important}.game-layout,.trainer-layout{grid-template-columns:minmax(0,1fr)!important;width:100%!important;min-width:0!important;max-width:100%!important}.board-area,.trainer-board-column,.side-panel,.trainer-panel{width:100%!important;min-width:0!important;max-width:100%!important}}.board-viewport:before,.board-viewport:after{content:none!important;opacity:0!important;height:0!important;display:none!important}.board-viewport:not(.camera-active) .board-camera:hover,.board-stage:hover .board-viewport:not(.camera-active) .board-camera{transform:var(--camera-persistent-transform,none)!important;filter:none!important}.last-move-memory-fill{opacity:0;animation:3.82s linear forwards last-move-memory-handoff!important}.last-move-memory-fill.destination{background:#df3f4840!important}@keyframes last-move-memory-handoff{0%,64%{opacity:0}76%{opacity:.16}90%{opacity:.68}to{opacity:1}}.brand{transition:filter .18s!important}.brand:hover{filter:brightness(.82)!important}.brand-sigil{box-shadow:none!important;background:0 0!important;border:0!important;overflow:visible!important}.brand:hover .brand-sigil{filter:none!important}.site-header>.site-footer{white-space:normal!important;width:100%!important;min-height:0!important;font:600 10px/1.2 var(--ui-font)!important;border-top:1px solid #34363a!important;flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:6px!important;margin:auto 0 0!important;padding:13px 2px 1px!important;display:flex!important;position:relative!important;inset:auto!important;overflow:visible!important}.site-header>.site-footer a,.site-header>.site-footer button{font-size:10px!important}.profile-dashboard-grid-v2{grid-template-rows:auto minmax(330px,auto) auto!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-items:stretch!important}.profile-friends-hub{flex-direction:column;grid-area:1/2/span 2;min-height:100%;display:flex}.friend-search-results{scrollbar-width:thin;scrollbar-color:#55585e #0b0c0e;max-height:210px;overflow:auto}.social-avatar-mini{grid-column:1;width:34px!important;min-width:34px!important;height:34px!important}.social-person-row:has(.social-avatar-mini){grid-template-columns:34px minmax(0,1fr) 36px}.social-avatar-mini>span{margin-bottom:4%!important;font-size:7px!important}.friends-hub-list{scrollbar-width:thin;scrollbar-color:#55585e #0b0c0e;flex:1;align-content:start;max-height:560px;padding-right:2px;overflow:auto}.friends-hub-list .challenge-row.priority{background:#1b0d11;border-color:#d72a43;box-shadow:inset 3px 0 #d72a43}.friend-presence-row{grid-template-columns:12px minmax(0,1fr) 36px!important}.presence-dot{width:9px;height:9px;box-shadow:none;background:#55585e;border-radius:50%}.friend-presence-row.online .presence-dot{background:#70b95c;box-shadow:0 0 9px #70b95c88}.friend-presence-row.offline{opacity:.66}.friend-presence-row button:disabled{opacity:.32;cursor:not-allowed}.elo-graph-card .elo-chart{min-height:300px}.elo-area{fill:#e9e6dc20;stroke:none}.graph-area .elo-line{stroke:#f5f1e8;stroke-width:3.5px}.compact-match-tools:not(:has(.match-state)){padding-left:0!important}@media (max-width:1050px){.profile-dashboard-grid-v2{grid-template-rows:auto!important;grid-template-columns:1fr!important}.profile-add-friend-card,.profile-elo-card,.profile-friends-hub,.profile-notifications-card,.profile-settings-card{grid-area:auto/1!important}}.slot-reel-piece-white-ink{display:none!important}.slot-window.spinning .slot-strip{animation:1.72s cubic-bezier(.12,.68,.08,1) both slot-reel-settle-clean!important}@keyframes slot-reel-settle-clean{0%{filter:blur()brightness();transform:translate(0,0)}12%{filter:blur(4.4px)brightness(1.22)}58%{filter:blur(3px)brightness(1.1)}86%{transform:translate3d(0,calc(var(--reel-end) - 0.16%),0);filter:blur(.7px)}to{transform:translate3d(0,var(--reel-end),0);filter:blur()brightness()}}.slot-moves{min-height:170px!important;max-height:270px!important;margin:0 18px!important}.slot-moves ol{max-height:225px!important}.slot-gameover{z-index:40;color:#f1efe8;background:#050607e8;align-content:center;place-items:center;gap:10px;animation:4.2s both slot-finale;display:grid;position:absolute;inset:0;overflow:hidden}.slot-gameover>svg,.slot-gameover>strong,.slot-gameover>b{z-index:4;position:relative}.slot-gameover>svg{filter:drop-shadow(0 0 16px #fff6);animation:.74s cubic-bezier(.12,.9,.18,1) both slot-finale-icon}.slot-gameover>strong{font:950 clamp(64px,12vw,118px)/.8 Barlow Condensed,Segoe UI,sans-serif;animation:.8s cubic-bezier(.12,.9,.18,1) .12s both slot-finale-score}.slot-gameover>b{letter-spacing:.26em;font:900 17px/1 Barlow Condensed,Segoe UI,sans-serif}.slot-gameover-shutter{z-index:2;background:#090a0b;position:absolute;inset:-10%}.slot-gameover-shutter.one{clip-path:polygon(0 0,54% 0,43% 100%,0 100%);animation:.55s both slot-shutter-left}.slot-gameover-shutter.two{clip-path:polygon(54% 0,100% 0,100% 100%,43% 100%);animation:.55s both slot-shutter-right}.slot-gameover-pixels{z-index:3;position:absolute;inset:0}.slot-gameover-pixels i{left:calc((var(--slot-pixel)*37)%100*1%);top:calc((var(--slot-pixel)*61)%100*1%);width:calc(3px + (var(--slot-pixel)%4)*2px);aspect-ratio:1;animation:slot-final-pixel 1.2s calc(var(--slot-pixel)*11ms) both;background:#ece9df;position:absolute}@keyframes slot-shutter-left{0%{transform:translate(-110%)}to{transform:none}}@keyframes slot-shutter-right{0%{transform:translate(110%)}to{transform:none}}@keyframes slot-finale-icon{0%{opacity:0;transform:scale(2.2)rotate(-22deg)}to{opacity:1;transform:none}}@keyframes slot-finale-score{0%{opacity:0;filter:blur(8px);transform:scale(1.8)}to{opacity:1;filter:none;transform:none}}@keyframes slot-final-pixel{0%{opacity:0;transform:scale(0)}45%{opacity:1}to{opacity:0;transform:translateY(-80px)rotate(90deg)}}@keyframes slot-finale{0%,86%{opacity:1}to{opacity:0}}.gravity-count,.gravity-acceleration output{display:none!important}.brand-sigil{flex:0 0 38px!important;width:38px!important;height:38px!important}.brand-sigil img{object-fit:cover!important;filter:none!important;-webkit-user-select:none!important;user-select:none!important;-webkit-user-drag:none!important;width:100%!important;height:100%!important;display:block!important;transform:none!important}.meme-avatar-placeholder{background:#111317;border:1px solid #4a4d52;display:block;position:relative;overflow:hidden}.meme-avatar-placeholder>img{object-fit:cover;object-position:center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.meme-avatar-placeholder:before,.meme-avatar-placeholder:after{content:none!important;display:none!important}.profile-current-avatar{border-color:#72757b!important}.profile-avatar-picker button{overflow:hidden!important}.profile-avatar-picker .meme-avatar-placeholder{border:0!important;width:100%!important;height:100%!important}.profile-avatar-picker button>svg{z-index:3;color:#08090a;background:#f2efe7;width:20px;height:20px;padding:3px;position:absolute;bottom:4px;right:4px}.avatar.avatar-placeholder{background-image:var(--avatar-url)!important;background-position:50%!important;background-size:cover!important}.avatar.avatar-placeholder:before,.avatar.avatar-placeholder:after,.avatar.avatar-placeholder>i{display:none!important}.profile-elo-card .elo-chart-wrap{min-height:430px!important}.profile-friends-hub{min-width:0!important}.account-toggle{cursor:pointer!important;position:relative!important}.account-toggle>span{min-width:0;gap:3px!important;display:grid!important}.account-toggle>span>b,.account-toggle>span>small{display:block!important}.account-toggle input[type=checkbox]{appearance:none;width:46px!important;min-width:46px!important;height:26px!important;box-shadow:none!important;cursor:pointer!important;background:#22252a!important;border:1px solid #666a70!important;border-radius:999px!important;margin:0!important;transition:background .16s,border-color .16s!important}.account-toggle input[type=checkbox]:after{content:"";background:#a5a7aa;border-radius:50%;width:18px;height:18px;margin:3px;transition:transform .18s cubic-bezier(.18,.8,.2,1),background .16s;display:block;transform:translate(0)}.account-toggle input[type=checkbox]:checked{background:#eeeae0!important;border-color:#eeeae0!important}.account-toggle input[type=checkbox]:checked:after{background:#090a0b;transform:translate(20px)}.account-toggle input[type=checkbox]:focus-visible{outline-offset:3px!important;outline:2px solid #f3efe6!important}.account-toggle.compact{min-height:54px;background:#0c0e10!important;padding:9px 10px!important}.friend-challenge-composer{background:#111317;border:1px solid #62656b;gap:9px;margin:0 0 10px;padding:10px;display:grid}.friend-challenge-composer>header{grid-template-columns:36px minmax(0,1fr) 34px;align-items:center;gap:9px;display:grid}.friend-challenge-composer>header>div{gap:3px;min-width:0;display:grid}.friend-challenge-composer>header b{font-size:15px}.friend-challenge-composer>header span{color:#9ea0a4;font-size:13px}.friend-challenge-composer>header>button{color:#ddd9d0;cursor:pointer;background:#0a0b0d;border:1px solid #44474c;place-items:center;width:34px;height:34px;display:grid}.challenge-clock-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;display:grid}.challenge-clock-grid button{color:#d8d5cd;min-height:35px;font:800 14px/1 var(--ui-font);cursor:pointer;background:#090a0c;border:1px solid #3f4247;padding:0 4px}.challenge-clock-grid button.active{color:#08090a;background:#eeeae0;border-color:#eeeae0}.send-friend-challenge{color:#08090a;min-height:42px;font:900 14px/1 var(--ui-font);cursor:pointer;background:#eeeae0;border:1px solid #eeeae0;justify-content:center;align-items:center;gap:8px;display:flex}.challenge-row.outgoing{opacity:.82;background:#0d0f11;border-color:#45484d}.elo-chart-wrap{background:#08090a!important;border:1px solid #45484d!important;padding:12px!important;position:relative!important;overflow:hidden!important}.elo-chart{z-index:2;touch-action:none;width:100%;height:auto;display:block;position:relative;overflow:visible}.elo-y-tick line{stroke:#ffffff18!important}.elo-y-tick text,.elo-x-label{fill:#b7b6b1!important;font:600 15px var(--ui-font)!important}.elo-axis{stroke:#a5a5a0!important;stroke-width:1.5px!important}.elo-line-shadow{stroke:#000!important;stroke-width:10px!important}.elo-line{stroke:#f1eee6!important;stroke-width:4px!important}.elo-point{r:4.5;stroke-width:2.5px!important}.elo-point.active{filter:drop-shadow(0 0 8px #e2344f)!important}.elo-hover-rule{stroke:#ffffff52!important;stroke-width:1.25px!important;stroke-dasharray:5 5!important}.elo-hover-horizontal{stroke:#e2344f66;stroke-width:1px;stroke-dasharray:4 5}.elo-tooltip rect{fill:#08090a!important;stroke:#d9d6ce!important;stroke-width:1.5px!important}.elo-tooltip-rating{font:900 17px var(--ui-font)!important}.elo-tooltip-date{font:13px var(--ui-font)!important}.graph-scorecard .elo-line{stroke:#f4f0e8!important}.coach-card{position:relative;background:#242523!important;border:0!important;grid-template-columns:104px minmax(0,1fr)!important;align-items:end!important;gap:0!important;margin:12px 0 0!important;padding:0!important;display:grid!important;overflow:hidden!important}.coach-card>.coach-portrait{z-index:2;background:#242523;align-self:end;position:relative;overflow:hidden;width:112px!important;height:118px!important}.coach-card>.coach-portrait img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:423%;max-width:none;height:auto;position:absolute;top:-27%;left:0}.coach-speech{z-index:3;color:#252525;background:#f5f4f1;border-radius:20px;align-items:center;min-height:96px;margin:10px 10px 10px -2px;padding:18px 18px 16px 28px;display:flex;position:relative}.coach-speech:before{content:"";border:12px solid #0000;border-left-width:0;border-right:24px solid #f5f4f1;position:absolute;bottom:19px;left:-22px}.coach-card .coach-speech p{color:#292929!important;margin:0!important;font:700 16px/1.34 Arial,sans-serif!important}.setup-universal-options{border-top:1px solid #33363a;padding:10px 0 0}.setup-universal-options .toggle-row{min-height:46px}.match-state{display:none!important}.compact-match-tools{padding-left:0!important}.board-viewport.pre-game-locked .board-camera,.board-stage:hover .board-viewport.pre-game-locked .board-camera,.board-viewport.pre-game-locked .board-camera:hover{filter:blur(3px)grayscale(.32)brightness(.58)!important;pointer-events:none!important;transition:filter .45s!important;transform:scale(.995)!important}.board-viewport.pre-game-locked .board-lock{pointer-events:none;inset:0;background:0 0!important}.board-viewport.pre-game-locked .board-lock:before{display:none!important}.slot-board-locked{background:#09090a!important;overflow:hidden!important}.slot-board-locked .variant-board,.slot-board-locked:hover .variant-board{filter:blur(3px)grayscale(.32)brightness(.58)!important;pointer-events:none!important;transition:none!important;transform:scale(.995)!important}.slot-board-lock{z-index:20;position:absolute;inset:0;pointer-events:none!important;background:0 0!important;border:0!important}.slot-machine.black-reel .slot-reel-piece-base{filter:grayscale()contrast(1.04)brightness(.72)drop-shadow(0 0 10px #ffffff45)drop-shadow(0 0 24px #ffffff1d)!important}.arcade-slots .variant-motion-piece i{display:none!important}.arcade-slots .variant-motion-piece img{filter:drop-shadow(0 7px 3px #0007)!important}@keyframes slot-reel-no-jump{0%{filter:blur()brightness();transform:translate(0,0)}14%{filter:blur(4.2px)brightness(1.18)}62%{filter:blur(2.6px)brightness(1.08)}88%{filter:blur(.65px)brightness(1.02)}to{transform:translate3d(0,var(--reel-end),0);filter:blur()brightness()}}@media (max-width:1050px){.profile-dashboard-grid-v2{grid-template-rows:auto!important;grid-template-columns:1fr!important}.coach-card{grid-template-columns:86px minmax(0,1fr)!important}.coach-card>.coach-portrait{width:92px!important;height:104px!important}.coach-speech{min-height:84px;padding:14px 14px 14px 23px}.coach-card .coach-speech p{font-size:15px!important}}.david-static-camera .board-camera,.david-static-camera .board-camera.returning,.david-static-camera:hover .board-camera{transition:none!important;transform:none!important}.david-setup-panel{box-sizing:border-box;flex-direction:column;min-height:100%;display:flex;gap:8px!important;padding-top:14px!important;padding-bottom:14px!important}.david-setup-heading{align-items:flex-start;gap:11px;display:flex}.david-setup-heading>svg{color:#f0ede5;flex:none;margin-top:2px}.david-setup-heading h2{margin:0!important}.david-setup-heading p{color:#a7a8ac;max-width:500px;margin:6px 0 0;font-size:13px;line-height:1.35}.david-elo-control{background:#090a0c;border:1px solid #46494f;padding:10px 12px 8px}.david-elo-control>div:first-child{justify-content:space-between;align-items:end;display:flex}.david-elo-control span,.david-model-card>span{color:#9fa1a6;font:850 12px/1 var(--display-font);letter-spacing:.07em}.david-elo-control strong{font:950 28px/1 var(--display-font)}.david-elo-control input{accent-color:#e3384e;cursor:pointer;width:100%;height:20px;margin:6px 0 3px}.david-elo-scale{justify-content:space-between;display:flex}.david-elo-scale i{color:#73767c;font-style:normal;font:700 9px/1 var(--ui-font)}.david-elo-scale i.active{color:#f0ede5}.david-style-field select{min-height:42px!important}.david-side-picker button{text-transform:capitalize}.david-model-card{background:linear-gradient(90deg,#1e1115,#0d0e10 60%);border:1px solid #4a3439;padding:10px 12px}.david-model-card>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin-top:7px;display:grid}.david-model-card b{color:#f0ede5;font-size:12px}.david-model-card p{display:none}.david-game-panel{box-sizing:border-box;flex-direction:column;gap:11px;min-height:100%;display:flex}.david-live-heading{background:#090a0c;border:1px solid #45484d;justify-content:space-between;align-items:center;padding:12px;display:flex}.david-live-heading>div{align-items:center;gap:9px;display:flex}.david-live-heading span{gap:3px;display:grid}.david-live-heading strong{font:900 17px/1 var(--display-font)}.david-live-heading small{color:#96989d;font:750 11px/1 var(--ui-font)}.david-live-heading>b{color:#a6a8ad;font:900 10px/1 var(--display-font);border:1px solid #45484d;padding:6px 8px}.david-live-heading>b.thinking{color:#ff596f;border-color:#c83045;animation:1s steps(2,end) infinite david-thinking}.david-coach-card{grid-template-columns:78px minmax(0,1fr)!important;min-height:102px!important}.coach-card>.coach-portrait{width:82px!important;height:92px!important}.coach-card>.coach-portrait img{width:390%!important;top:-21%!important}.coach-speech{min-height:70px!important;margin:8px 8px 8px -1px!important;padding:14px 15px 14px 22px!important}.coach-card .coach-speech p{font-size:15px!important}.coach-speech:before{border-width:10px 20px 10px 0!important;bottom:15px!important;left:-18px!important}.coach-portrait .coach-mouth{z-index:4;opacity:0;transform-origin:top;pointer-events:none;background:#3e241d;border-radius:50%;width:10px;height:7px;position:absolute;top:54px;left:35px;transform:scale(.72,.25)}.coach-portrait.talking .coach-mouth{opacity:.85;animation:.16s steps(2,end) infinite alternate david-mouth}.david-mini-portrait .coach-mouth{display:none}.david-mini-portrait.coach-portrait{display:block;position:relative;overflow:hidden;background:#292a2d!important;width:100%!important;height:100%!important}.david-mini-portrait.coach-portrait img{position:absolute;left:0;width:420%!important;max-width:none!important;height:auto!important;top:-18%!important}.david-decision-strip{background:#0d0f11;border:1px solid #3d4045;grid-template-columns:1fr auto;gap:5px 12px;padding:11px 12px;display:grid}.david-decision-strip>span{color:#8f9196;font:850 10px/1 var(--display-font);letter-spacing:.07em}.david-decision-strip>strong{text-transform:uppercase;font:900 13px/1 var(--display-font);grid-area:1/2/3;align-self:center}.david-decision-strip>small{color:#b1b2b5;font-size:12px}.david-game-panel .moves{flex:1;min-height:160px}@keyframes david-mouth{0%{transform:scale(.72,.25)}to{transform:scale(1)}}@keyframes david-thinking{50%{color:#aa6570;border-color:#6a3039}}.elo-card-heading>strong{justify-items:end;gap:6px;display:grid!important}.elo-card-heading>strong>b{font:950 36px/1 var(--display-font)}.elo-card-heading>strong>small{color:#a9aaae;font:800 14px/1 var(--ui-font)}.elo-point{r:7!important}.elo-point.active{r:10!important}.elo-tooltip-date{font-size:15px!important}.elo-area{fill-opacity:1!important}.graph-scorecard{background:linear-gradient(#111317,#070809)!important;border-left:1px solid #55585d!important}.graph-scorecard .elo-point{fill:#ef3d55!important}.graph-scorecard .elo-area{filter:saturate(1.25)}@media (max-width:760px){.david-elo-scale i:nth-child(2n){display:none}.david-model-card>div{grid-template-columns:1fr}.david-coach-card{grid-template-columns:68px minmax(0,1fr)!important}.coach-card>.coach-portrait{width:72px!important;height:84px!important}}.coach-card>.bot-portrait{background:linear-gradient(145deg,#111215,#090a0c)!important}.coach-card>.bot-portrait img{object-fit:cover!important;object-position:center 27%!important;width:100%!important;max-width:100%!important;height:100%!important;inset:0!important}.bot-portrait .coach-mouth{background:#08090a!important;width:13%!important;height:3.5%!important;top:68%!important;left:44.5%!important}.bot-mini-portrait .coach-mouth{display:none!important}.bot-mini-portrait.coach-portrait{display:block;position:relative;overflow:hidden;background:#111215!important;width:100%!important;height:100%!important}.bot-mini-portrait.coach-portrait img{object-fit:cover!important;object-position:center 25%!important;width:100%!important;max-width:100%!important;height:100%!important;inset:0!important}.david-setup-panel{gap:11px!important}.david-setup-heading p{font-size:14px!important}.david-elo-control{padding:12px 13px!important}.david-elo-control span{font-size:14px!important}.david-elo-control strong{font-size:34px!important}.david-elo-control input{margin:10px 0 0!important}.david-start{margin-top:auto!important}.david-live-heading small{color:#a9a7a1!important;font-size:14px!important}.david-live-heading>b{font-size:14px!important}.david-game-panel .moves{min-height:190px!important}.profile-elo-card,.profile-elo-card .elo-chart-wrap{min-height:0!important}.profile-elo-card .elo-chart{height:auto!important;min-height:0!important}.profile-friends-hub{min-height:0!important}.friends-hub-list{max-height:440px!important}.elo-card-heading{align-items:center!important}.elo-card-heading>strong{gap:4px!important}.elo-card-heading>strong>b{align-items:baseline;gap:8px;display:flex;font-size:34px!important}.elo-card-heading>strong b em{font:850 15px/1 var(--display-font);font-style:normal}.elo-card-heading>strong b em.up{color:#7acb73}.elo-card-heading>strong b em.down{color:#df3f48}.elo-card-heading>strong b em.even{color:#a9a7a1}.elo-chart-wrap{padding:8px!important}.elo-empty-state{min-height:150px!important}.elo-area{opacity:1!important}.trainer-panel,.arcade-console{color:#f0eee8;font-family:var(--ui-font)!important;background:#090a0c!important;border:1px solid #34363b!important}.trainer-panel{box-sizing:border-box;padding:18px!important}.trainer-title{margin:0 0 16px!important;padding:0!important}.trainer-title>span{color:#f0eee8!important;background:#090a0c!important;border-color:#34363b!important}.trainer-title h2,.arcade-console h2{font-family:var(--display-font)!important;letter-spacing:0!important;font-weight:900!important}.trainer-topline strong,.trainer-metrics span,.aim-answer-log,.trainer-results{font-family:var(--ui-font)!important}.aim-answer-log{box-sizing:border-box;background:#090a0c!important;border:1px solid #34363b!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-content:start!important;gap:0 8px!important;height:226px!important;margin:0!important;padding:8px 12px!important;display:grid!important}.aim-answer-log div{box-sizing:border-box;border-top:0!important;border-bottom:1px solid #34363b!important;height:38px!important;padding:0 4px!important}.aim-answer-log p{grid-column:1/-1;margin:8px 4px!important;font-size:14px!important}.aim-answer-log b{font-size:14px!important}.trainer-layout{grid-template-columns:minmax(440px,min(760px,calc(100dvh - 86px))) minmax(276px,var(--panel-width))!important;justify-content:start!important;align-items:center!important;gap:18px!important}.trainer-board-column{box-sizing:border-box!important;width:min(760px,100dvh - 86px)!important;max-width:760px!important;padding-left:46px!important}.trainer-topline{justify-content:flex-end!important}.trainer-topline:has(>strong){justify-content:space-between!important}.trainer-panel{align-self:center!important;width:100%!important;max-width:none!important;height:min(100%,760px)!important}.trainer-start{font:850 15px/1 var(--display-font)!important;margin:14px 0 20px!important}.trainer-leaderboard,.trainer-leaderboard button,.trainer-leaderboard li{font-family:var(--display-font)!important}.leaderboard-heading>span,.leaderboard-tabs button,.trainer-leaderboard li{font-size:14px!important}.leaderboard-heading>span,.leaderboard-tabs button,.trainer-leaderboard li b,.trainer-leaderboard li strong{font-weight:800!important}.trainer-leaderboard li{height:33px!important}.arcade-console button,.slot-trigger{font-family:var(--display-font)!important;font-weight:850!important}.aim-trainer-layout .trainer-topline{justify-content:flex-end!important}.trainer-clock.clock{width:auto!important;min-width:76px!important;height:32px!important;font:900 18px/1 var(--display-font)!important;font-variant-numeric:tabular-nums!important;margin-left:auto!important;padding:0 8px!important}.slot-match-tools{box-sizing:border-box!important;border-bottom:1px solid #34363b!important;gap:6px!important;width:auto!important;margin:0 14px!important;padding:10px 0 14px!important}.slot-match-tools>button{color:#f0eee8!important;cursor:pointer!important;background:#111215!important;border:1px solid #414349!important;place-items:center!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;padding:0!important;display:grid!important}.slot-match-tools>button:hover:not(:disabled){background:#191a1e!important;border-color:#fff!important}.slot-match-tools>button.tool-danger:hover:not(:disabled){background:#2a1215!important;border-color:#df3f48!important}.slot-match-tools>button:disabled{opacity:.36!important;cursor:not-allowed!important}.slot-match-tools+.slot-moves{border-top:0!important}.feedback-dialog{color:#f0eee8;width:min(500px,100vw - 32px);max-height:calc(100dvh - 32px);font-family:var(--ui-font);background:#090a0c;border:1px solid #65686e;border-radius:0;margin:auto;padding:0;box-shadow:0 28px 90px #000}.feedback-dialog::backdrop{background:#020304c9}.feedback-dialog-heading{border-bottom:1px solid #34363b;grid-template-columns:40px minmax(0,1fr) 38px;align-items:start;gap:12px;padding:17px;display:grid}.feedback-dialog-heading>span{background:#111215;border:1px solid #45484e;place-items:center;width:38px;height:38px;display:grid}.feedback-dialog-heading h2{font:900 25px/1 var(--display-font);text-transform:uppercase;margin:1px 0 5px}.feedback-dialog-heading p{color:#aaa9a4;margin:0;font-size:14px;line-height:1.4}.feedback-dialog-heading>button{color:#f0eee8;cursor:pointer;background:#111215;border:1px solid #45484e;place-items:center;width:38px;height:38px;padding:0;display:grid}.feedback-dialog form{gap:15px;padding:17px;display:grid}.feedback-dialog label{color:#f0eee8;gap:7px;font-size:14px;font-weight:700;display:grid}.feedback-dialog select,.feedback-dialog textarea{box-sizing:border-box;color:#f0eee8;width:100%;font:400 14px/1.4 var(--ui-font);background:#050607;border:1px solid #50535a;border-radius:0}.feedback-dialog select{height:44px;padding:0 10px}.feedback-dialog textarea{resize:vertical;min-height:156px;padding:11px}.feedback-dialog select:focus-visible,.feedback-dialog textarea:focus-visible,.feedback-dialog button:focus-visible{outline-offset:2px;outline:2px solid #fff}.feedback-form-meta{color:#92949a;justify-content:space-between;align-items:center;gap:12px;min-height:20px;font-size:14px;display:flex}.feedback-form-meta b{color:#ef5b66;font-weight:700}.feedback-submit,.feedback-sent button{color:#090a0b;min-height:54px;font:900 15px/1 var(--display-font);text-transform:uppercase;cursor:pointer;background:#f0eee8;border:1px solid #fff;justify-content:center;align-items:center;gap:8px;display:flex}.feedback-submit:disabled{opacity:.38;cursor:not-allowed}.feedback-sent{align-content:center;place-items:center;gap:15px;min-height:250px;padding:24px;display:grid}.feedback-sent>svg{filter:drop-shadow(0 0 13px #fff5)}.feedback-sent strong{font:900 25px/1 var(--display-font);text-transform:uppercase}.feedback-sent button{width:100%;margin-top:8px}@media (max-width:760px){.trainer-layout{grid-template-rows:auto minmax(250px,1fr)!important;grid-template-columns:minmax(0,1fr)!important;align-items:start!important}.trainer-board-column{width:min(100%,58dvh - 44px)!important;max-width:none!important;margin:auto!important;padding-left:0!important}.trainer-panel{width:100%!important;max-width:640px!important;height:100%!important;min-height:260px!important;margin:0 auto!important}}.arcade-console>header,.arcade-console>.slot-machine,.arcade-console>.slot-moves,.arcade-console>.arcade-actions{box-sizing:border-box;width:auto!important;margin-left:14px!important;margin-right:14px!important}.arcade-console>header{padding:18px 0 14px!important}.arcade-console>.slot-machine{padding:16px 0!important}.arcade-console>.slot-moves{margin-top:0!important;margin-bottom:0!important}.arcade-console>.arcade-actions{padding:14px 0!important}.arcade-console header p{font-family:var(--ui-font)!important;font-size:14px!important}.aim-coordinate-overlay{z-index:40!important;color:#fff!important;opacity:1!important;filter:none!important;text-shadow:0 3px #000,0 0 6px #000,0 8px 22px #000e!important;animation:none!important}.bot-player-avatar,.bot-player-avatar.dark,.bot-player-avatar .bot-mini-portrait,.bot-mini-portrait.coach-portrait{background:#fff!important}.david-coach-card{position:relative;background:#050506!important;border:1px solid #303238!important}.david-coach-card>.bot-portrait{background:#050506!important}.david-coach-card>.bot-portrait:after{content:"";z-index:5;pointer-events:none;background:#050506;height:8px;position:absolute;bottom:0;left:0;right:0}.david-coach-card>.bot-portrait img{transform:scale(1.03);outline:0!important}.bot-reward-preview{background:linear-gradient(100deg,#1c1014,#090a0c 62%);border:1px solid #40343a;grid-template-columns:1fr auto;gap:5px 12px;padding:12px 13px;display:grid}.bot-reward-preview>span{color:#b5b2ac;font:850 14px/1 var(--display-font)}.bot-reward-preview>strong{color:#80cf75;font:950 24px/1 var(--display-font);text-shadow:0 0 16px #5fc95b35;grid-area:1/2/3;align-self:center}.bot-reward-preview>p{color:#aaa8a2;font:600 12px/1.35 var(--ui-font);margin:0}.bot-rating-slider{touch-action:none;z-index:2;background:linear-gradient(#24262b,#24262b) 50%/100% 6px no-repeat;border:0;width:100%;display:block;position:relative;cursor:ew-resize!important;pointer-events:auto!important;height:34px!important;margin:7px 0 0!important;padding:0!important}.bot-rating-slider:before{content:"";pointer-events:none;border:1px solid #45484e;height:6px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.bot-rating-slider>i{pointer-events:none;background:#f0ede5;border:2px solid #08090a;border-radius:2px;width:22px;height:24px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #6b6d72}.bot-rating-slider:active>i{background:#fff}.public-room-lobby{gap:11px;margin-top:4px;display:grid}.wager-control{background:#090a0c;border:1px solid #3d4045;padding:12px}.wager-control>div{grid-template-columns:auto auto 1fr auto;align-items:center;gap:8px;display:grid}.wager-control svg{color:#e7b843}.wager-control strong{font:900 15px/1 var(--display-font)}.wager-control b{color:#f5f1e8;font:950 26px/1 var(--display-font);justify-self:end}.wager-control span{color:#aaa8a2;font:750 14px/1 var(--ui-font)}.wager-control input{accent-color:#dc354c;cursor:pointer;width:100%;height:22px;margin-top:10px}.create-public-room{min-height:50px!important;margin:0!important}.waiting-public-room{background:#1b1014;border:1px solid #74404a;grid-template-columns:1fr auto auto;align-items:center;gap:10px;min-height:50px;padding:0 10px;display:grid}.waiting-public-room>span{font:850 14px/1 var(--display-font);align-items:center;gap:8px;display:flex}.waiting-public-room>span i{background:#e9475c;border-radius:50%;width:9px;height:9px;animation:1.2s steps(2,end) infinite room-open-pulse;box-shadow:0 0 12px #e9475c}.waiting-public-room>strong{font:950 22px/1 var(--display-font)}.waiting-public-room>button,.room-list-heading button{color:#ece9e1;min-height:36px;font:850 14px/1 var(--ui-font);cursor:pointer;background:#0b0c0e;border:1px solid #505258;justify-content:center;align-items:center;gap:5px;display:flex}.room-list-heading{justify-content:space-between;align-items:center;padding-top:4px;display:flex}.room-list-heading>strong{font:900 15px/1 var(--display-font)}.room-list-heading button{width:38px;padding:0}.public-room-list{scrollbar-color:#555 #111;gap:6px;max-height:214px;display:grid;overflow:auto}.public-room-row{background:#0b0c0e;border:1px solid #34363b;grid-template-columns:minmax(0,1fr) auto 72px;align-items:center;gap:8px;min-height:53px;padding:6px 7px;display:grid}.room-player{grid-template-rows:1fr 1fr;grid-template-columns:34px minmax(0,1fr);align-items:center;column-gap:9px;min-width:0;display:grid}.room-player i{color:#111;width:34px;height:34px;font:950 17px/1 var(--display-font);background:#e7e2d8;grid-row:1/3;place-items:center;font-style:normal;display:grid}.room-player b,.room-player small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.room-player b{font:850 15px/1 var(--ui-font)}.room-player small{color:#a8a7a2;font:700 14px/1 var(--ui-font)}.room-wager{color:#e7bc54;font:900 16px/1 var(--display-font);align-items:center;gap:5px;display:flex}.public-room-row>button{color:#090a0c;min-height:38px;font:950 14px/1 var(--display-font);cursor:pointer;background:#e7e3da;border:1px solid #e7e3da;justify-content:center;align-items:center;gap:5px;display:flex}.public-room-row>button:hover{background:#fff}.public-room-row>button:disabled{opacity:.35;cursor:not-allowed}.empty-room-list{color:#aaa8a2;text-align:center;font:650 14px/1.35 var(--ui-font);border:1px dashed #3f4247;margin:0;padding:18px 12px}@keyframes room-open-pulse{50%{opacity:.42;box-shadow:0 0 4px #e9475c}}.player-row strong,.arcade-player b{color:var(--shell-ink)!important;font:800 14px/1 var(--display-font)!important;letter-spacing:0!important;text-transform:none!important}.player-row small,.arcade-player small{color:var(--shell-muted)!important;font:650 14px/1 var(--display-font)!important;letter-spacing:0!important;text-transform:none!important}.arcade-player>strong{font-family:var(--display-font)!important}.room-wager{font:800 14px/1 var(--ui-font)!important;letter-spacing:0!important}.elo-area{fill-opacity:1!important;opacity:1!important;filter:none!important}.elo-point{display:none!important}.profile-flair-badge{letter-spacing:.04em;text-transform:uppercase;border:1px solid;border-radius:999px;align-items:center;gap:6px;margin:6px 0 4px;padding:4px 10px;font:800 12px/1 Barlow Condensed,Segoe UI,sans-serif;display:inline-flex}.profile-flair-badge .flair-icon{font-size:14px;line-height:1}.profile-flair-picker{background:#0c0d0f;border:1px solid #2f3237;margin:12px 0;padding:14px}.profile-flair-picker legend{text-transform:uppercase;letter-spacing:.06em;color:#f0eee7;align-items:center;gap:8px;font:800 13px Barlow Condensed,Segoe UI,sans-serif;display:flex}.profile-flair-picker legend small{text-transform:none;letter-spacing:0;color:#9aa0a6;font:600 11px Segoe UI,sans-serif}.flair-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px;margin-top:10px;display:grid}.flair-badge{cursor:pointer;text-align:center;border:1px solid;border-radius:10px;flex-direction:column;align-items:center;gap:4px;min-height:64px;padding:10px 10px 8px;transition:transform .12s,box-shadow .12s;display:flex}.flair-badge:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0006}.flair-badge.active{transform:translateY(-1px);box-shadow:0 0 0 2px #fff,0 4px 16px #0008}.flair-badge.locked{opacity:.45;cursor:not-allowed}.flair-badge .flair-icon{font-size:22px;line-height:1}.flair-badge .flair-name{text-transform:uppercase;letter-spacing:.04em;font:900 12px/1 Barlow Condensed,Segoe UI,sans-serif}.flair-badge small{opacity:.9;text-transform:none;letter-spacing:0;font:600 11px/1.1 Segoe UI,sans-serif}.flair-lock{margin-top:2px;font-size:12px}.flair-equipped-preview{border-top:1px solid #222;align-items:center;gap:10px;margin-top:12px;padding-top:12px;display:flex}.flair-preview{text-transform:uppercase;border:1px solid;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font:800 12px Barlow Condensed,Segoe UI,sans-serif;display:inline-flex}.flair-none{color:#777;font:600 12px Segoe UI,sans-serif}.flair-clear{color:#aaa;text-transform:uppercase;cursor:pointer;background:#1a1a1a;border:1px solid #333;border-radius:6px;margin-left:auto;padding:6px 10px;font:700 11px Barlow Condensed,sans-serif}.flair-clear:disabled{opacity:.4;cursor:not-allowed}.profile-page button,.profile-page .profile-primary,.profile-page .profile-secondary,.profile-page .google-auth-button,.profile-tabs button,.elo-picker button,.friend-search button,.social-person-row button,.social-request-row button,.trainer-start,.send-friend-challenge{letter-spacing:.03em!important;text-transform:uppercase!important;font-family:Barlow Condensed,Segoe UI,sans-serif!important;font-weight:900!important}.google-auth-button{font-family:Barlow Condensed,Segoe UI,sans-serif!important}.site-header{box-shadow:none!important;background:#090a0b!important;border:0!important;border-bottom:1px solid #1a1a1a!important}.site-header:before,.site-header:after{background:0 0!important;display:none!important}.david .site-header,.dopamine .site-header,[data-mode=david] .site-header{background:#090a0b!important}.legal-page h1,.legal-page h2{letter-spacing:.02em!important;text-transform:uppercase!important;color:#f0ede5!important;font-family:Barlow Condensed,Segoe UI,sans-serif!important;font-weight:900!important}.legal-page p,.legal-page a{font-family:Segoe UI,Inter,Arial,sans-serif!important;font-size:14px!important;line-height:1.6!important}.legal-page a{color:#d9253d!important}.side-panel{border-top:0!important}.board-viewport:before{background:#0a0a0a!important}.david .side-panel,.dopamine .side-panel{box-shadow:none!important;border-top:0!important}.david .site-header,.dopamine .site-header{border-top:0!important}.side-panel,.arcade-console,.david .side-panel,.dopamine .side-panel,.gravity-layout .side-panel,.arcade-layout .side-panel{box-shadow:none!important;border:1px solid #1a1a1a!important}.side-panel:before,.arcade-console:before,.board-viewport:before{background:#0a0a0a!important;border:0!important}.david .board-viewport:before,.dopamine .board-viewport:before{background:#0a0a0a!important;height:0!important}.trainer-clock{font-family:Barlow Condensed,Segoe UI,sans-serif!important;font-weight:900!important}.trainer-clock.clock{font-family:Barlow Condensed,Segoe UI,sans-serif!important}.square.motion-destination:after,.square.promotion:after,.promotion-indicator,.promotion-square-indicator,.david .square.motion-destination:after,.david .square.promotion:after,.david .promotion-indicator,.dopamine .promotion-indicator,.promotion-indicator,.david .square.promotion:after,.dopamine .square.promotion:after,.david .square.threat.bot-move:after{display:none!important}.legal-page a,.legal-page a:visited,.legal-page a:hover,.legal-page a:active,.legal-page .legal-back,.legal-back{color:#e5393f!important}.aim-answer-log{gap:3px!important}.aim-answer-log>div{min-height:26px!important;padding:2px 6px!important}.aim-answer-log p{font-family:Barlow Condensed,Segoe UI,sans-serif!important}.trainer-auth{text-transform:uppercase!important;letter-spacing:.04em!important;font-family:Barlow Condensed,Segoe UI,sans-serif!important;font-weight:900!important}.waiting-public-room strong{font:850 14px/1 var(--display-font)!important}.invite-code-field,.online-invite{display:none!important}.profile-account-header .profile-name-line h2{text-transform:none!important;letter-spacing:0!important}button,.future-tabs button,.segmented button,.toggle-row,.profile-tabs button,.theme-choice,.direction-card,.design-option-grid button,.flair-badge,.secret-pawn,.slot-trigger,.mode-action,.tool-danger,.start-local,.account-button,.next-puzzle,.trainer-start,.studio-submit,.profile-primary,.profile-secondary,.profile-signout,.google-auth-button,.send-friend-challenge,.notification-row{touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (hover:hover) and (pointer:fine){.future-tabs button:active,.start-local:active,.account-button:active,.next-puzzle:active,.trainer-start:active,.studio-submit:active,.mode-action:active,.slot-trigger:active,.tool-danger:active:active,.profile-primary:active,.profile-secondary:active,.profile-signout:active,.google-auth-button:active,.send-friend-challenge:active,.segmented button:active,.theme-choice:active,.direction-card:active,.design-option-grid button:active,.flair-badge:active:not(:disabled),.secret-pawn:active,.preset-grid button:active,.review-levels button:active{transition:transform;transform:scale(.97)}}.future-tabs button,.start-local,.account-button,.next-puzzle,.trainer-start,.studio-submit,.mode-action,.slot-trigger,.tool-danger,.profile-primary,.profile-secondary,.profile-signout,.google-auth-button,.send-friend-challenge,.segmented button,.theme-choice,.direction-card,.design-option-grid button,.flair-badge,.secret-pawn,.preset-grid button,.review-levels button{transition:transform .16s cubic-bezier(.22,1,.36,1),background-color .2s,border-color .2s,color .2s,box-shadow .16s cubic-bezier(.22,1,.36,1)}.future-tabs button{transition:transform .16s cubic-bezier(.22,1,.36,1),background-color .15s,color .15s,border-color .15s}.future-tabs button:active{transition:transform;transform:translate(2px)}.toggle-row i{transition:background-color .18s cubic-bezier(.22,1,.36,1)}.toggle-row i:after{transition:transform .2s cubic-bezier(.22,1,.36,1),background-color .18s}.profile-edit-backdrop{animation:.2s both overlay-in}.profile-edit-dialog{transform-origin:50%;animation:.24s cubic-bezier(.22,1,.36,1) both dialog-in}.feedback-dialog[open]{animation:.24s cubic-bezier(.22,1,.36,1) both dialog-in}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}@keyframes dialog-in{0%{opacity:0;transform:scale(.92)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.board-promotion-layer{animation:.18s both overlay-in}.board-promotion-layer .promotion{animation:.22s cubic-bezier(.22,1,.36,1) both dialog-in}.flair-badge{transition:transform .16s cubic-bezier(.22,1,.36,1),box-shadow .16s cubic-bezier(.22,1,.36,1)}.flair-badge.active{animation:.28s cubic-bezier(.22,1,.36,1) flair-equip}@keyframes flair-equip{0%{transform:scale(.92)}55%{transform:scale(1.04)}to{transform:scale(1)}}.segmented button{transition:background-color .15s,color .15s}.nav-notification{animation:.24s cubic-bezier(.22,1,.36,1) both badge-pop}@keyframes badge-pop{0%{transform:scale(0)}to{transform:scale(1)}}.profile-form input,.profile-form select,.friend-search input,.full-field input,.full-field select,.field-pair select,.puzzle-category select,.david-style-field select,.feedback-dialog select,.feedback-dialog textarea{transition:border-color .18s,box-shadow .18s}.profile-form input:focus,.friend-search input:focus,.full-field input:focus,.full-field select:focus,.field-pair select:focus{box-shadow:0 0 0 2px #d0af5940}@media (hover:hover) and (pointer:fine){.social-person-row,.social-request-row,.notification-row{transition:background-color .2s}}@media (prefers-reduced-motion:reduce){.future-tabs button,.start-local,.account-button,.next-puzzle,.trainer-start,.studio-submit,.mode-action,.slot-trigger,.tool-danger,.profile-primary,.profile-secondary,.profile-signout,.google-auth-button,.send-friend-challenge,.segmented button,.theme-choice,.direction-card,.design-option-grid button,.flair-badge,.secret-pawn,.preset-grid button,.review-levels button,.toggle-row i,.toggle-row i:after,.profile-edit-backdrop,.profile-edit-dialog,.feedback-dialog[open],.board-promotion-layer,.board-promotion-layer .promotion,.nav-notification,.social-person-row,.social-request-row,.notification-row{transition:none!important;animation:none!important}}.bot-rating-slider{cursor:ew-resize!important;touch-action:none!important;pointer-events:auto!important;appearance:none!important;background:linear-gradient(#24262b,#24262b) 50%/100% 6px no-repeat!important;border:0!important;width:100%!important;height:34px!important;margin:7px 0 0!important;padding:0!important;display:block!important}.bot-rating-slider::-webkit-slider-thumb{-webkit-appearance:none!important;cursor:ew-resize!important;background:#f0ede5!important;border:2px solid #a92b31!important;border-radius:50%!important;width:22px!important;height:22px!important;box-shadow:0 2px 8px #0008!important}.bot-rating-slider::-moz-range-thumb{cursor:ew-resize!important;background:#f0ede5!important;border:2px solid #a92b31!important;border-radius:50%!important;width:22px!important;height:22px!important}.aim-answer-log{min-height:180px!important;max-height:none!important}.aim-answer-log>div{min-height:24px!important}.trainer-auth{text-transform:uppercase!important;letter-spacing:.04em!important;font-family:Barlow Condensed,Segoe UI,sans-serif!important;font-size:14px!important;font-weight:900!important}.board-viewport{outline:none!important;box-shadow:0 22px 54px #000b!important}.board-viewport .board{outline:none!important}.slot-play-setup .preset-grid button,.slot-play-setup .settings-title,.slot-play-setup .play-mode-tabs button,.slot-play-setup .setup-heading h2{font-family:Segoe UI,Inter,Arial,sans-serif!important}.slot-play-setup .preset-grid button{font:700 16px/1 Segoe UI,Inter,Arial,sans-serif!important}.slot-play-setup .preset-grid button span{font:650 8px/1 Segoe UI,Inter,Arial,sans-serif!important}.slot-play-setup .settings-title{font:650 9px/1 Segoe UI,Inter,Arial,sans-serif!important}.app-shell{--rail-width:178px!important}.site-header{padding-right:10px!important}.future-tabs{gap:4px!important}.future-tabs button{justify-content:flex-start!important;width:100%!important;min-width:0!important;padding:10px 12px!important}.future-tabs button span{text-align:left;flex:auto}.tab-online-count{color:#5a5d62;flex-shrink:0;margin-left:auto;font:600 10px/1 DM Mono,monospace}.site-header{border-right-width:1px!important}.site-header .brand{padding:4px 0 10px}.site-header .brand h1{font-size:22px!important}.brand-mark{width:38px!important;height:38px!important}.secret-pick-timer{color:#e2b45c;justify-content:center;align-items:center;gap:8px;padding:14px 0;display:flex}.secret-pick-timer strong{font:950 32px/1 Barlow Condensed,Segoe UI,sans-serif}.arcade-big .arcade-board-frame{position:relative;overflow:hidden}.arcade-big .arcade-board-frame>div:first-child{position:relative!important}.arcade-big .variant-board button span{pointer-events:none}.arcade-big .variant-square.legal:after{content:"";aspect-ratio:1;background:#2c332a66;border-radius:50%;width:22%;position:absolute}.arcade-big .variant-square.legal.capture:after{background:0 0;border:3px solid #ba873d99;width:82%}.arcade-big .variant-square.last-from,.arcade-big .variant-square.last-to{background:#e6b65844!important}.arcade-big .variant-square.check{box-shadow:inset 0 0 12px #ff3b3066;background:#ff3b3033!important}.board-viewport,.board-viewport .board,.board-viewport .board-camera{border-color:#0000!important;outline:none!important}.board-viewport{border:0!important;box-shadow:0 22px 54px #000b!important}.arcade-slots .play-setup-panel,.arcade-slots .arcade-console,.arcade-slots .preset-grid button,.arcade-slots .settings-title,.arcade-slots .play-mode-tabs button,.arcade-slots .setup-heading h2,.arcade-slots .slot-rule-note,.arcade-slots .start-local,.arcade-slots .arcade-player b,.arcade-slots .arcade-player small,.arcade-slots .compact-match-tools button,.arcade-slots .moves,.arcade-slots .slot-trigger,.arcade-slots .online-gate,.secret-queen-chess .play-setup-panel,.secret-queen-chess .arcade-console,.secret-queen-chess .preset-grid button,.secret-queen-chess .settings-title,.secret-queen-chess .setup-heading h2,.secret-queen-chess .start-local,.secret-queen-chess .slot-trigger,.secret-queen-chess .slot-rule-note,.arcade-big .play-setup-panel,.arcade-big .arcade-console,.arcade-big .preset-grid button,.arcade-big .settings-title,.arcade-big .play-mode-tabs button,.arcade-big .setup-heading h2,.arcade-big .start-local,.arcade-big .compact-match-tools button,.arcade-big .moves,.arcade-big .arcade-player b{font-family:Segoe UI,Inter,Arial,sans-serif!important}.app-shell:not(.bot-mode) .game-layout{padding-left:0!important}.flair-badge{border-radius:3px!important}.flair-badge small{display:none!important}.flair-badge .flair-name,.flair-badge .flair-icon{font-family:Barlow Condensed,Segoe UI,sans-serif!important}.profile-flair-badge{border-radius:3px!important;font-family:Barlow Condensed,Segoe UI,sans-serif!important}.profile-flair-picker legend{text-transform:none!important}.profile-flair-picker legend small,.leaderboard-tabs{display:none!important}.pre-game-locked .clock{visibility:hidden!important}.arcade-big .arcade-board-frame{aspect-ratio:1!important;width:100%!important;position:relative!important;overflow:hidden!important}.arcade-big .arcade-board-frame>div{width:100%!important;height:100%!important;position:relative!important}.arcade-big .arcade-player strong,.arcade-slots .arcade-player strong{color:#c8c5bd!important;text-align:center!important;background:#171819!important;border-radius:3px!important;min-width:64px!important;padding:7px 10px!important;font:700 16px DM Mono,monospace!important}.arcade-big .arcade-player strong.live,.arcade-slots .arcade-player strong.live{color:#121313!important;background:#d0b15f!important}.arcade-big,.arcade-slots,.arcade-big button,.arcade-slots button,.arcade-big .setup-heading h2,.arcade-slots .setup-heading h2,.arcade-big header h2,.arcade-slots header h2{font-family:Segoe UI,Inter,Arial,sans-serif!important}.arcade-big .arcade-board-frame>div:first-child{width:100%!important;height:100%!important;position:relative!important}.lobby-page{grid-area:1/2;grid-template-columns:minmax(480px,1fr) minmax(390px,456px);align-items:stretch;gap:18px;min-width:0;height:calc(100dvh - 28px);display:grid;overflow:hidden}.lobby-hero,.lobby-console{background:#090a0c;border:1px solid #3b3d42;position:relative;overflow:hidden}.lobby-hero{isolation:isolate;background:radial-gradient(circle at 50% 42%,#202225 0,#0c0d0f 45%,#070809 74%);place-items:center;display:grid}.lobby-hero:before{content:"";z-index:-1;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 28% 72%,#0000);mask-image:linear-gradient(#0000,#000 28% 72%,#0000)}.lobby-art{pointer-events:none;place-items:center;animation:6s ease-in-out infinite alternate lobby-art-drift;display:grid;position:absolute;inset:2% 9% 22%}.lobby-art img{object-fit:contain;filter:contrast(1.15)drop-shadow(0 24px 18px #000c);image-rendering:auto;max-width:82%;max-height:100%;display:block}.lobby-art-shadow{filter:blur(16px);opacity:.76;background:#000;border-radius:50%;height:7%;position:absolute;bottom:4%;left:20%;right:20%}.lobby-title-lockup{z-index:2;text-align:center;position:absolute;bottom:7%;left:5%;right:5%}.lobby-title-lockup h2{color:#f4f2ed;letter-spacing:-.035em;text-transform:uppercase;text-shadow:3px 3px #b52c34;margin:0;font:950 clamp(30px,4.3vw,68px)/.94 Barlow Condensed,Impact,sans-serif;animation:.28s cubic-bezier(.2,.78,.2,1) both lobby-title-in}.lobby-console{padding:22px 18px;overflow:auto}.lobby-console>header{border-bottom:1px solid #303237;padding-bottom:17px}.lobby-console>header h3{color:#f1efe9;margin:0;font:900 22px/1 Barlow Condensed,Impact,sans-serif}.lobby-console>header p{color:#898b90;margin:8px 0 0;font-size:12px;line-height:1.45}.lobby-variant-picker{border:1px solid #35373b;grid-template-columns:repeat(4,1fr);margin-bottom:14px;display:grid}.lobby-variant-picker button{color:#85878d;cursor:pointer;background:#121316;border:0;border-right:1px solid #35373b;min-height:36px;font:750 11px Segoe UI,Arial,sans-serif}.lobby-variant-picker button:last-child{border-right:0}.lobby-variant-picker button.active{color:#0c0d0f;background:#ece9e2}.lobby-variant-picker button:disabled{opacity:.5}.lobby-console .public-room-row{background:#0f1012;border:1px solid #303237;border-top:0;grid-template-columns:minmax(0,1fr) 64px 60px 72px;align-items:center;gap:8px;padding:9px;display:grid}.lobby-console .public-room-row:first-child{border-top:1px solid #303237}.room-variant{color:#c3c1bb;font-size:11px;font-weight:700}.lobby-console .room-player{min-width:0}.lobby-console .room-player b{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.lobby-sign-in{margin-top:22px!important}.unknown-player-avatar{color:#eee;font:900 20px/1 DM Mono,monospace}.avatar.unknown-avatar{border:1px solid #44474c;background:#121316!important}.side-panel,.arcade-console,.trainer-panel{box-shadow:none!important;background:#0c0d0f!important;border:1px solid #3b3d42!important}.secret-queen-ghost{z-index:1;object-fit:contain;opacity:.5;filter:grayscale()drop-shadow(0 0 8px #fff6);pointer-events:none;width:78%;height:78%;position:absolute}.secret-pick-panel{text-align:center;place-content:center;justify-items:center;min-height:100%;padding:24px;display:grid}.secret-pick-panel h2{margin:16px 0 6px;font:900 25px Barlow Condensed,Impact,sans-serif}.secret-pick-panel p,.secret-pick-panel small{color:#92949a;font-size:12px}.arcade-secret .variant-square.pickable:before{content:"";border:2px solid #fff8;animation:1s ease-in-out infinite alternate slot-choice-pulse;position:absolute;inset:7%;box-shadow:0 0 14px #fff4}.variant-square.legal.capture:after{background:0 0;border:4px solid #24282799;width:auto;inset:8%;box-shadow:inset 0 0 0 2px #ffffff38,0 0 8px #0005}.flair-icon{flex:0 0 18px!important;place-items:center!important;width:18px!important;height:18px!important;font-size:0!important;display:inline-grid!important;position:relative!important}.flair-icon:before{content:"";background:0 0;border:2px solid;border-radius:50%;width:11px;height:11px}.flair-badge:nth-child(4) .flair-icon:before{border-width:3px}.flair-badge:nth-child(5) .flair-icon:before{clip-path:polygon(0 0,100% 0,70% 50%,100% 100%,0 100%,30% 50%);background:currentColor;border:0;border-radius:1px}.flair-badge:nth-child(6) .flair-icon:before{clip-path:polygon(45% 0,100% 0,62% 42%,92% 42%,25% 100%,40% 54%,10% 54%);background:currentColor;border:0;border-radius:0}.flair-badge:nth-child(7) .flair-icon:before{border-style:dashed}.flair-badge:nth-child(8) .flair-icon:before{border-radius:2px 2px 50% 50%;transform:rotate(45deg)}.flair-none{display:none!important}@keyframes lobby-title-in{0%{opacity:0;transform:translateY(9px)scale(.985)}to{opacity:1;transform:none}}@keyframes lobby-art-drift{0%{transform:translate(-5px,3px)rotate(-.35deg)}to{transform:translate(7px,-5px)rotate(.45deg)}}@media (max-width:1050px){.lobby-page{grid-template-columns:minmax(0,1fr) 360px}.lobby-title-lockup h2{font-size:clamp(30px,5vw,54px)}}@media (max-width:820px){.lobby-page{grid-template-columns:1fr;height:auto}.lobby-hero{min-height:500px}.lobby-console{min-height:520px}}@media (prefers-reduced-motion:reduce){.lobby-art,.lobby-title-lockup h2{animation:none!important}}.lobby-page{scroll-behavior:smooth;grid-area:1/2!important;width:100%!important;min-width:0!important;height:100%!important;display:block!important;overflow:hidden auto!important}.lobby-hero{background:#070708!important;border:0!important;place-items:center!important;min-height:calc(100dvh - 48px)!important;display:grid!important;overflow:hidden!important}.lobby-hero:before,.lobby-art{display:none!important}.lobby-title-lockup{z-index:2!important;box-sizing:border-box!important;text-align:center!important;width:100%!important;padding:40px 18px!important;position:relative!important;inset:auto!important}.lobby-title-lockup h2{color:#f5f3ed!important;letter-spacing:-.055em!important;text-shadow:none!important;margin:0!important;font:950 clamp(54px,9vw,146px)/.82 Barlow Condensed,Impact,sans-serif!important;animation:none!important}.lobby-title-lockup p{color:#a7a7a3!important;max-width:680px!important;margin:26px auto 0!important;font:600 clamp(14px,1.35vw,18px)/1.45 Segoe UI,Arial,sans-serif!important}.lobby-console{box-sizing:border-box!important;background:#0a0b0d!important;border:1px solid #3b3d42!important;width:100%!important;min-height:min(680px,100dvh - 56px)!important;margin:24px 0 4px!important;padding:30px clamp(18px,4vw,52px) 42px!important;overflow:visible!important}.lobby-console>header{justify-content:space-between!important;align-items:end!important;gap:24px!important;padding-bottom:20px!important;display:flex!important}.lobby-console>header h3{font-size:clamp(26px,3vw,42px)!important}.lobby-console>header p{text-align:right!important;max-width:340px!important;font-size:13px!important}.lobby-console .public-room-lobby{padding-top:22px!important}.lobby-console .public-room-list{gap:8px!important;max-height:none!important;display:grid!important}.lobby-console .public-room-row{border:1px solid #303237!important;grid-template-columns:minmax(220px,1.6fr) minmax(90px,.6fr) minmax(72px,.35fr) 92px!important;min-height:68px!important;padding:8px 10px!important}@media (max-width:820px){.lobby-page{grid-area:2/1!important}.lobby-hero{min-height:70dvh!important}.lobby-console>header{display:block!important}.lobby-console>header p{text-align:left!important}.lobby-console .public-room-row{grid-template-columns:minmax(0,1fr) 58px 58px 70px!important}}.online-match-setup{border-top:1px solid #36383d;gap:11px;margin-top:15px;padding-top:15px;display:grid;font-family:var(--ui-font)!important}.online-opponent-tabs{grid-template-columns:1fr 1fr!important;display:grid!important}.mode-wager-control{background:#090a0c;border:1px solid #3d4045;gap:10px;padding:11px 12px;display:grid}.mode-wager-control>span{color:#aaa8a2;font:850 14px/1 var(--display-font);align-items:center;gap:7px;display:flex}.mode-wager-control>span b{color:#f2efe8;margin-left:auto;font-size:24px}.mode-wager-control input{accent-color:#df3f48;cursor:pointer;width:100%;height:24px;margin:0}.public-create-actions{grid-template-columns:1fr 1fr;gap:7px;display:grid}.public-create-actions .start-local,.public-create-actions .account-button{min-height:48px!important;margin:0!important}.mode-friend-search{gap:8px;display:grid;position:relative}.mode-friend-search>label{background:#090a0c;border:1px solid #45484d;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;min-height:44px;padding:0 11px;display:grid}.mode-friend-search input{color:#f1efe8;width:100%;min-width:0;font:650 14px/1 var(--ui-font);background:0 0;border:0;outline:0}.mode-friend-search input::placeholder{color:#77797e}.mode-friend-results{background:#090a0c;border:1px solid #45484d;max-height:214px;display:grid;overflow:auto}.mode-friend-results>button{text-align:left;cursor:pointer;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:9px;min-height:54px;padding:6px 8px;display:grid;color:#eceae3!important;background:#0d0e10!important;border:0!important;border-bottom:1px solid #2e3034!important}.mode-friend-results>button:last-child{border-bottom:0!important}.mode-friend-results>button:hover,.mode-friend-results>button.active{background:#1a1b1e!important}.mode-friend-results img{object-fit:cover;width:38px;height:38px}.mode-friend-results span{gap:3px;min-width:0;display:grid}.mode-friend-results b{text-overflow:ellipsis;font:800 14px/1 var(--ui-font);text-transform:none;overflow:hidden}.mode-friend-results small{color:#98999d;font:700 11px/1 var(--ui-font)}.mode-friend-results p{color:#999;font:800 12px/1 var(--display-font);margin:0;padding:14px}.mode-waiting-room{background:#130d0f;border:1px solid #574046;grid-template-columns:1fr auto;gap:8px;padding:13px;display:grid}.mode-waiting-room>div{gap:4px;display:grid}.mode-waiting-room span,.mode-waiting-room small{color:#aaa6a1;font:800 11px/1 var(--display-font)}.mode-waiting-room strong{font:950 28px/1 var(--display-font);letter-spacing:.08em}.mode-waiting-room>button{color:#eee;cursor:pointer;background:#111216;border:1px solid #4b4d52;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:0 10px;display:flex}.mode-waiting-room>p{grid-column:1/-1;margin:2px 0 0}.board-stage.no-eval{grid-template-columns:minmax(0,1fr)!important;gap:0!important}.board-area:has(.board-stage.no-eval) .player-row{width:100%!important;margin-left:0!important}.arcade-slots,.arcade-secret,.arcade-big{font-family:var(--ui-font)!important}.arcade-slots button,.arcade-secret button,.arcade-big button{font-family:var(--display-font)!important}.arcade-slots .play-setup-panel,.arcade-secret .play-setup-panel,.arcade-big .play-setup-panel{padding:17px!important}.arcade-slots .setup-heading,.arcade-secret .setup-heading,.arcade-big .setup-heading{border-bottom:1px solid #3c3e43!important;padding-bottom:14px!important}.arcade-slots .setup-heading h2,.arcade-secret .setup-heading h2,.arcade-big .setup-heading h2{font:850 25px/1 var(--display-font)!important}.arcade-player{gap:9px!important;width:100%!important;height:42px!important;min-height:42px!important;padding:0 1px 6px!important;overflow:visible!important}.arcade-player.bottom{padding:6px 1px 0!important}.arcade-avatar{flex:0 0 32px!important;width:32px!important;height:32px!important}.arcade-player>span:nth-child(2){min-width:0}.arcade-player b,.arcade-player small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.arcade-player>strong{box-sizing:border-box!important;min-width:76px!important;height:32px!important;padding:0 8px!important;font:900 18px/1 DM Mono,monospace!important}.draw-offer-prompt{color:#f0eee8;background:#160f11;border:1px solid #5d4549;grid-template-columns:18px minmax(0,1fr) 36px 36px;align-items:center;gap:8px;min-height:48px;margin:10px 0;padding:6px 7px 6px 11px;display:grid}.draw-offer-prompt>strong{font:850 15px/1 var(--display-font)}.draw-offer-prompt>button{color:#f0eee8;cursor:pointer;background:#101114;border:1px solid #4b4e53;place-items:center;width:36px;height:34px;display:grid}.draw-offer-prompt>button:first-of-type{color:#090a0c;background:#f0eee8;border-color:#f0eee8}.arcade-console>.draw-offer-prompt{margin:10px 14px}.compact-match-tools>button.active{color:#090a0c!important;background:#f0eee8!important;border-color:#f0eee8!important}.bot-rating-slider>i{box-shadow:none!important;background:#f0ede5!important;border:0!important;border-radius:2px!important}.bot-rating-slider:focus-visible{outline-offset:2px!important;outline:1px solid #686b70!important}input[type=range]{appearance:none!important;cursor:ew-resize!important;background:linear-gradient(#24262b,#24262b) 50%/100% 6px no-repeat!important;border:0!important;outline:0!important;width:100%!important;height:34px!important;margin:0!important}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none!important;width:22px!important;height:24px!important;box-shadow:none!important;background:#f0ede5!important;border:0!important;border-radius:2px!important}input[type=range]::-moz-range-track{background:#24262b!important;border:0!important;height:6px!important}.arcade-slots .preset-grid button,.arcade-secret .preset-grid button,.arcade-big .preset-grid button{font:850 16px/1 var(--display-font)!important}.arcade-slots .settings-title,.arcade-secret .settings-title,.arcade-big .settings-title{font:800 12px/1 var(--display-font)!important}.arcade-slots .start-local,.arcade-secret .start-local,.arcade-big .start-local,.arcade-slots .account-button,.arcade-secret .account-button,.arcade-big .account-button,.arcade-slots .online-opponent-tabs button,.arcade-secret .online-opponent-tabs button,.arcade-big .online-opponent-tabs button,.arcade-slots .play-mode-tabs button,.arcade-secret .play-mode-tabs button,.arcade-big .play-mode-tabs button{font:850 14px/1 var(--display-font)!important}.aim-answer-log{grid-auto-rows:38px!important}.room-list-heading button.refreshing svg{animation:.55s linear infinite room-refresh-spin}@keyframes room-refresh-spin{to{transform:rotate(360deg)}}@media (min-width:821px){.game-layout:has(.board-stage.no-eval){grid-template-columns:minmax(420px,min(760px,calc(100dvh - 132px))) minmax(276px,var(--panel-width))!important}.board-area:has(.board-stage.no-eval){width:min(760px,100dvh - 132px)!important;max-width:760px!important}.arcade-big .arcade-board-column{width:min(720px,100dvh - 132px)!important;max-width:720px!important}}.arcade-console{box-shadow:none!important;background:#0c0d0f!important;border:1px solid #3b3d42!important}.home-page{isolation:isolate;scroll-behavior:auto!important;background:#050506!important;position:relative!important}.home-sequence-layer h2{z-index:0;color:#f5f3ed;white-space:nowrap;font:950 clamp(58px,10vw,168px)/.82 var(--display-font);letter-spacing:-.06em;margin:0;position:absolute}.home-sequence-layer img{z-index:1;object-fit:contain;-webkit-user-select:none;user-select:none;will-change:contents;width:100%;height:100%;position:absolute;inset:0}.home-hero{z-index:1!important;background:0 0!important;min-height:155dvh!important;position:relative!important}.home-get-started{z-index:3;color:#090a0c;min-height:44px;font:900 14px/1 var(--display-font);letter-spacing:.04em;cursor:pointer;background:#f4f1ea;border:1px solid #f4f1ea;padding:0 21px;position:absolute;top:24px;right:26px}.home-get-started:hover{color:#000;background:#fff}.home-console{z-index:2!important;background:#090a0df5!important;min-height:calc(100dvh - 28px)!important;margin:0!important;position:relative!important}.home-console>header{justify-content:flex-start!important}.home-console .public-room-list{align-content:start;min-height:420px!important}.home-console .empty-room-list{border:1px dashed #383a3f;place-items:center;min-height:360px;display:grid;margin:0!important}.home-console .public-room-browser{flex-direction:column;min-height:500px;display:flex}.home-console .public-room-list{flex:1}@media (max-width:820px){.home-sequence-layer{height:calc(100dvh - 70px);margin-bottom:calc(70px - 100dvh)}.home-hero{min-height:135dvh!important}.home-get-started{top:14px;right:14px}.home-sequence-layer h2{font-size:clamp(48px,15vw,92px)}}@media (prefers-reduced-motion:reduce){.home-sequence-layer img{will-change:auto}}.arcade-layout,.trainer-layout{margin-left:0!important;padding-left:0!important}.arcade-board-frame{padding-left:0!important}.arcade-player{width:100%!important;margin-left:0!important}.trainer-board-column{padding-left:0!important}.arcade-big .arcade-board-column{width:min(660px,100dvh - 124px)!important;max-width:660px!important}.arcade-big{grid-template-columns:minmax(430px,660px) minmax(276px,var(--panel-width))!important}.arcade-big .arcade-board-frame{touch-action:none!important}.big-board-locked{background:#09090a!important;overflow:hidden!important}.big-board-locked>div,.training-board.disabled,.training-board.disabled:hover{filter:blur(3px)grayscale(.28)brightness(.55)!important;pointer-events:none!important}.training-board.disabled:after{content:none!important;display:none!important}.aim-answer-log p{font:750 13px/1.2 var(--ui-font)!important;letter-spacing:.01em!important}.leaderboard-heading>span,.trainer-leaderboard li{text-transform:uppercase!important}.arcade-player b{font-family:var(--ui-font)!important;text-transform:none!important;font-weight:750!important}.arcade-big .arcade-player>strong{width:76px!important;min-width:76px!important;padding:0 8px!important}.own-room-row>button{color:#fff!important;background:#c92e3b!important;border-color:#e15a66!important}.room-list-heading button:hover:not(:disabled){color:#08090a!important;background:#f1eee7!important;border-color:#f1eee7!important}.profile-account-header{position:relative!important}.profile-edit-button{color:#090a0b;min-height:40px;font:900 14px/1 var(--display-font);cursor:pointer;background:#f0ede6;border:1px solid #f0ede6;justify-content:center;align-self:start;align-items:center;gap:7px;padding:0 15px;display:flex}.profile-edit-button:hover{background:#fff}.profile-account-copy>p{margin:3px 0 0!important}.profile-account-copy>p+p{color:#8f9195!important;margin-top:1px!important}.profile-username-field>span,.profile-flair-picker>legend,.profile-avatar-picker>legend{font:900 17px/1 var(--display-font)!important;letter-spacing:.04em!important;text-transform:uppercase!important}.flair-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.flair-badge{text-align:left!important;border-radius:0!important;align-items:flex-start!important;min-height:82px!important;padding:12px!important;position:relative!important;overflow:hidden!important}.flair-badge small{font:750 10px/1.1 var(--display-font)!important;text-transform:uppercase!important;opacity:.82!important;display:block!important}.flair-badge .flair-name{font-size:13px!important}.flair-badge .flair-icon:before{box-sizing:border-box!important;border:3px solid!important;border-radius:50%!important;width:17px!important;height:17px!important}.flair-badge:nth-child(2) .flair-icon:before{background:currentColor!important;border-radius:1px!important;transform:rotate(45deg)!important}.flair-badge:nth-child(3) .flair-icon:before{clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%)!important;background:currentColor!important;border:0!important;border-radius:0!important}.flair-badge:nth-child(4) .flair-icon:before{clip-path:polygon(48% 0,69% 32%,100% 24%,78% 55%,93% 94%,54% 76%,21% 100%,27% 59%,0 39%,38% 34%)!important;background:currentColor!important;border:0!important;border-radius:0!important}.flair-badge:nth-child(5) .flair-icon:before{background:conic-gradient(currentColor 0 25%,transparent 25%)!important;border-width:3px!important;border-radius:50%!important}.flair-badge:nth-child(6) .flair-icon:before{clip-path:polygon(12% 20%,40% 20%,50% 0,60% 20%,88% 20%,100% 46%,82% 100%,18% 100%,0 46%)!important;background:currentColor!important;border-radius:3px!important}.flair-badge:nth-child(7) .flair-icon:before{border-style:dashed!important;border-radius:2px!important;transform:none!important}.flair-badge:nth-child(8) .flair-icon:before{border-width:4px!important;border-radius:50%!important;box-shadow:0 0 0 3px!important}.flair-badge:nth-child(9) .flair-icon:before{clip-path:polygon(50% 0,63% 35%,100% 50%,63% 63%,50% 100%,37% 63%,0 50%,37% 35%)!important;background:currentColor!important;border:0!important;border-radius:1px!important}.flair-lock{font:800 8px/1 var(--display-font);letter-spacing:.06em;position:absolute;top:7px;right:7px}.app-shell{--display-font:"Barlow Condensed",sans-serif;--player-font:"Segoe UI",sans-serif;--ui-font:"Segoe UI",sans-serif}body,input,select,textarea{font-family:var(--ui-font)!important}button,.settings-title,.setup-heading h2,.panel-title,.trainer-title h2,.leaderboard-heading>span,.leaderboard-tabs button,.page-heading h2{font-family:var(--display-font)!important}.player-row,.player-row strong,.player-row small,.arcade-player,.arcade-player b,.arcade-player small,.clock,.arcade-player>strong,.trainer-clock.clock,.variant-rank,.variant-file,.rank-label,.file-label{font-family:var(--player-font)!important;text-transform:none!important}.slot-rule-note>span,.arcade-console header p,.empty-room-list,.trainer-leaderboard li.empty-score{font-family:var(--ui-font)!important}.trainer-leaderboard li.empty-score{text-transform:none!important;font-weight:400!important}.aim-trainer-layout .trainer-title h2{text-transform:none!important}.training-board-viewport:has(.training-board.disabled){box-shadow:none!important;border-color:#0000!important}.training-board.disabled{box-shadow:none!important;border-color:#0000!important;outline:0!important}.unknown-player-avatar-image{width:100%;height:100%;display:block;object-fit:cover!important}.unknown-avatar{background:#000!important;border-color:#303238!important;padding:0!important;overflow:hidden!important}@media (min-width:821px){.arcade-layout,.arcade-big{grid-template-columns:minmax(420px,min(760px,calc(100dvh - 132px))) minmax(276px,var(--panel-width))!important;align-items:start!important;gap:18px!important}.arcade-board-column,.arcade-big .arcade-board-column{align-self:start!important;width:min(760px,100dvh - 132px)!important;max-width:760px!important}.arcade-console{align-self:start!important;height:min(760px,100dvh - 28px)!important}}.profile-flair-badge{border-radius:0!important}@media (max-width:780px){.flair-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.david-setup-heading h2{white-space:nowrap!important;letter-spacing:-.01em!important;font-size:clamp(18px,1.55vw,23px)!important}.arcade-avatar img[src*=profile-media],.arcade-avatar img[src*="/dev/avatars/"]{object-fit:cover!important}.home-sequence-layer{z-index:1!important;pointer-events:none!important;background:#050506!important;place-items:center!important;width:100%!important;height:calc(100dvh - 28px)!important;margin-bottom:0!important;display:grid!important;position:relative!important;top:auto!important;overflow:hidden!important}.home-sequence-layer img{-webkit-user-select:none!important;user-select:none!important;will-change:auto!important}.home-sequence-layer .home-get-started{pointer-events:auto!important}@media (max-width:820px){.home-sequence-layer{height:calc(100dvh - 70px)!important;margin-bottom:0!important}}.theme-green{--board-light:#ebecd0!important;--board-dark:#779556!important;--light:#ebecd0!important;--dark:#779556!important}.theme-walnut{--board-light:#f0d9b5!important;--board-dark:#b58863!important;--light:#f0d9b5!important;--dark:#b58863!important}.theme-stone .training-square.light-square,.theme-stone .studio-square.light-square,.theme-stone .variant-square.light,.theme-green .training-square.light-square,.theme-green .studio-square.light-square,.theme-green .variant-square.light{background:var(--board-light)!important}.theme-stone .training-square.dark-square,.theme-stone .studio-square.dark-square,.theme-stone .variant-square.dark,.theme-green .training-square.dark-square,.theme-green .studio-square.dark-square,.theme-green .variant-square.dark{background:var(--board-dark)!important}.theme-walnut .training-square.light-square,.theme-walnut .studio-square.light-square,.theme-walnut .variant-square.light{background:var(--board-light)!important}.theme-walnut .training-square.dark-square,.theme-walnut .studio-square.dark-square,.theme-walnut .variant-square.dark{background:var(--board-dark)!important}.theme-stone .big-square.light:not(.selected):not(.last):not(.check),.theme-green .big-square.light:not(.selected):not(.last):not(.check),.theme-walnut .big-square.light:not(.selected):not(.last):not(.check){background:var(--board-light)!important}.theme-stone .big-square.dark:not(.selected):not(.last):not(.check),.theme-green .big-square.dark:not(.selected):not(.last):not(.check),.theme-walnut .big-square.dark:not(.selected):not(.last):not(.check){background:var(--board-dark)!important}.theme-stone .gravity-arena,.theme-green .gravity-arena,.theme-walnut .gravity-arena{background:conic-gradient(from 90deg,var(--board-dark) 25%,var(--board-light) 0 50%,var(--board-dark) 0 75%,var(--board-light) 0) 0 0/25% 25%!important}.pieces-lichess img[src$="/wp.png"]:not(.chesscom-preview){content:url(/pieces-lichess/wp.svg)!important}.pieces-lichess img[src$="/wn.png"]:not(.chesscom-preview){content:url(/pieces-lichess/wn.svg)!important}.pieces-lichess img[src$="/wb.png"]:not(.chesscom-preview){content:url(/pieces-lichess/wb.svg)!important}.pieces-lichess img[src$="/wr.png"]:not(.chesscom-preview){content:url(/pieces-lichess/wr.svg)!important}.pieces-lichess img[src$="/wq.png"]:not(.chesscom-preview){content:url(/pieces-lichess/wq.svg)!important}.pieces-lichess img[src$="/wk.png"]:not(.chesscom-preview){content:url(/pieces-lichess/wk.svg)!important}.pieces-lichess img[src$="/bp.png"]:not(.chesscom-preview){content:url(/pieces-lichess/bp.svg)!important}.pieces-lichess img[src$="/bn.png"]:not(.chesscom-preview){content:url(/pieces-lichess/bn.svg)!important}.pieces-lichess img[src$="/bb.png"]:not(.chesscom-preview){content:url(/pieces-lichess/bb.svg)!important}.pieces-lichess img[src$="/br.png"]:not(.chesscom-preview){content:url(/pieces-lichess/br.svg)!important}.pieces-lichess img[src$="/bq.png"]:not(.chesscom-preview){content:url(/pieces-lichess/bq.svg)!important}.pieces-lichess img[src$="/bk.png"]:not(.chesscom-preview){content:url(/pieces-lichess/bk.svg)!important}.pieces-lichess .captured-token[data-color=w][data-piece=p]{--captured-icon:url(/pieces-lichess/wp.svg)!important}.pieces-lichess .captured-token[data-color=w][data-piece=n]{--captured-icon:url(/pieces-lichess/wn.svg)!important}.pieces-lichess .captured-token[data-color=w][data-piece=b]{--captured-icon:url(/pieces-lichess/wb.svg)!important}.pieces-lichess .captured-token[data-color=w][data-piece=r]{--captured-icon:url(/pieces-lichess/wr.svg)!important}.pieces-lichess .captured-token[data-color=w][data-piece=q]{--captured-icon:url(/pieces-lichess/wq.svg)!important}.pieces-lichess .captured-token[data-color=w][data-piece=k]{--captured-icon:url(/pieces-lichess/wk.svg)!important}.pieces-lichess .captured-token[data-color=b][data-piece=p]{--captured-icon:url(/pieces-lichess/bp.svg)!important}.pieces-lichess .captured-token[data-color=b][data-piece=n]{--captured-icon:url(/pieces-lichess/bn.svg)!important}.pieces-lichess .captured-token[data-color=b][data-piece=b]{--captured-icon:url(/pieces-lichess/bb.svg)!important}.pieces-lichess .captured-token[data-color=b][data-piece=r]{--captured-icon:url(/pieces-lichess/br.svg)!important}.pieces-lichess .captured-token[data-color=b][data-piece=q]{--captured-icon:url(/pieces-lichess/bq.svg)!important}.pieces-lichess .captured-token[data-color=b][data-piece=k]{--captured-icon:url(/pieces-lichess/bk.svg)!important}.profile-appearance-settings{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:14px;padding-top:5px;display:grid}.profile-appearance-group{background:#0a0b0d;border:1px solid #373a3f;gap:9px;min-width:0;padding:13px;display:grid}.profile-appearance-group>span{color:#efede7;font:850 15px/1 var(--display-font);text-transform:uppercase;align-items:center;gap:8px;display:flex}.profile-board-theme-options,.profile-piece-set-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.profile-piece-set-options{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-board-theme-options button,.profile-piece-set-options button{color:#b9b8b3;min-width:0;min-height:62px;font:800 13px/1 var(--ui-font);cursor:pointer;text-align:left;background:#111216;border:1px solid #3d4045;border-radius:0;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;padding:7px;display:grid}.profile-board-theme-options button:hover,.profile-piece-set-options button:hover{color:#fff;border-color:#8b8e93}.profile-board-theme-options button.active,.profile-piece-set-options button.active{color:#fff;background:#191a1d;border-color:#f2efe8;box-shadow:inset 0 0 0 1px #f2efe838}.profile-board-theme-options i{width:34px;height:34px;display:block;position:relative;overflow:hidden}.profile-board-theme-options i b{width:50%;height:50%;position:absolute;bottom:0;right:0}.profile-piece-set-options img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:42px;height:42px}@media (max-width:720px){.profile-appearance-settings,.profile-board-theme-options{grid-template-columns:1fr}}.home-sequence-layer img{object-fit:contain!important;width:min(76%,1080px)!important;height:76%!important;inset:58% auto auto 50%!important;transform:translate(-50%,-50%)!important}.elo-active-point{fill:#fff!important;stroke:#fff!important;stroke-width:0!important;paint-order:fill!important;filter:drop-shadow(0 0 7px #fff)drop-shadow(0 0 15px #e2344fcc)!important}@media (max-width:820px){.home-sequence-layer img{width:92%!important;height:72%!important;top:57%!important}}.home-sequence-layer h2{top:31%!important;left:50%!important;transform:translate(-50%,-50%)!important}.home-get-started{z-index:120!important;visibility:visible!important;justify-content:center!important;align-items:center!important;display:flex!important;position:fixed!important;top:18px!important;right:24px!important}.room-player i{overflow:hidden!important}.room-player i img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.own-room-row{background:#0f1012!important;border-color:#4a3439!important;box-shadow:inset 4px 0 #df3f48!important}.room-variant{color:#e1ded6!important;font:850 17px/1 var(--display-font)!important}.clock,.clock.active,.clock.low,.clock.flagged,.arcade-player>strong,.arcade-player>strong.live,.trainer-clock.clock{font-family:var(--display-font)!important;font-variant-numeric:tabular-nums!important;font-size:18px!important}.player-row,.player-row strong,.player-row small,.arcade-player,.arcade-player b,.arcade-player small{font-family:var(--display-font)!important;text-transform:none!important}.avatar:not(.account-avatar):not(.unknown-avatar),.arcade-avatar:not(.unknown-avatar){background:#fff!important}.arcade-slots .preset-grid button span,.arcade-secret .preset-grid button span,.arcade-big .preset-grid button span{font:700 14px/1 var(--display-font)!important}.site-header>.site-footer{box-shadow:none!important;background:0 0!important;border-top:0!important;padding-top:8px!important;transform:translateY(8px)!important}.cinematic-vignette,.cinematic-depth-edge,.cinematic-dof,.cinematic-optics{transition:opacity .72s cubic-bezier(.16,1,.3,1)!important}.accent-focus .square{transition:filter .72s cubic-bezier(.16,1,.3,1)!important}.bot-mode .board .square.last-origin:before,.bot-mode .board .square.last-destination:after{opacity:.9!important;animation:none!important}.bot-classification-exit{z-index:5;pointer-events:none;background:color-mix(in srgb,var(--move-color) 76%,transparent);box-shadow:inset 0 0 18px color-mix(in srgb,var(--move-color) 48%,transparent),0 0 15px color-mix(in srgb,var(--move-color) 35%,transparent);animation:.56s ease-out both bot-classification-exit;position:absolute;inset:0}.bot-classification-exit.destination{background:color-mix(in srgb,var(--move-color) 86%,transparent)}.bot-exit-badge{z-index:8;width:33px;height:33px;position:absolute;top:3px;right:3px}.bot-exit-badge .classification-icon{width:100%;height:100%}@keyframes bot-classification-exit{0%{opacity:1}to{opacity:0}}@media (max-width:820px){.home-sequence-layer h2{top:29%!important}.home-get-started{top:12px!important;right:12px!important}}.home-sequence-layer h2{top:30%!important}.home-get-started{z-index:500!important;pointer-events:auto!important;top:20px!important;right:26px!important}.game-layout .player-row strong{font:800 14px/1 var(--player-font)!important}.game-layout .player-row small{font:650 14px/1 var(--player-font)!important}:is(.avatar:has(>img[src^="/pieces/"]),.arcade-avatar:has(>img[src^="/pieces/"])){background:#34373b!important;border-color:#4a4d52!important}.unknown-avatar{background:#000!important}.unknown-player-avatar-image{object-fit:contain!important;clip-path:none!important;width:100%!important;max-width:100%!important;height:100%!important;transform:none!important}.site-footer,.site-header>.site-footer{width:100%!important;box-shadow:none!important;background:0 0!important;border:0!important;margin:auto 0 0!important;padding:8px 2px 0!important;position:relative!important;inset:auto!important;transform:none!important}.legal-page{box-sizing:border-box!important;min-height:100dvh!important;padding-bottom:max(110px,12dvh)!important}.flair-badge.locked,.flair-badge:disabled{opacity:1!important;filter:none!important;cursor:not-allowed!important}.flair-badge.locked:after{content:"";z-index:0;pointer-events:none;background:#05050614;position:absolute;inset:0}.flair-badge>*{z-index:1;position:relative}.flair-lock{z-index:3!important;color:#fff!important;background:#050506b8!important;border:1px solid #ffffff47!important;place-items:center!important;width:22px!important;height:22px!important;display:grid!important;position:absolute!important;top:7px!important;right:7px!important}.flair-badge .flair-icon{flex-basis:30px!important;width:30px!important;height:30px!important}.flair-badge .flair-icon:before,.flair-badge .flair-icon:after{content:"";box-sizing:border-box;display:block;position:absolute}.flair-badge .flair-icon:before{width:25px!important;height:25px!important;box-shadow:none!important;background:currentColor!important;border:0!important;border-radius:0!important;transform:none!important}.flair-badge:first-child .flair-icon:before{clip-path:polygon(18% 0,82% 0,82% 20%,100% 38%,100% 100%,0 100%,0 38%,18% 20%)!important;border-radius:50%!important}.flair-badge:first-child .flair-icon:after{border-radius:1px;width:4px;height:13px;top:10px;left:13px}.flair-badge:nth-child(2) .flair-icon:before{clip-path:polygon(50% 0,94% 16%,86% 70%,50% 100%,14% 70%,6% 16%)!important}.flair-badge:nth-child(2) .flair-icon:after{clip-path:polygon(0 0,100% 0,70% 100%,30% 100%);width:10px;height:5px;top:11px;left:10px}.flair-badge:nth-child(3) .flair-icon:before{clip-path:polygon(4% 4%,96% 4%,86% 42%,66% 62%,61% 77%,83% 88%,83% 100%,17% 100%,17% 88%,39% 77%,34% 62%,14% 42%)!important}.flair-badge:nth-child(3) .flair-icon:after{width:10px;height:4px;top:5px;left:10px}.flair-badge:nth-child(4) .flair-icon:before{clip-path:polygon(52% 0,77% 29%,70% 47%,93% 39%,100% 68%,80% 94%,50% 100%,20% 94%,0 68%,18% 37%,32% 54%,31% 25%)!important}.flair-badge:nth-child(4) .flair-icon:after{border-radius:60% 40% 55% 45%;width:8px;height:11px;top:15px;left:11px;transform:rotate(20deg)}.flair-badge:nth-child(5) .flair-icon:before{border-radius:50%!important}.flair-badge:nth-child(5) .flair-icon:after{width:3px;height:11px;top:6px;left:14px;box-shadow:4px 7px 0 -1px #0b0c0e}.flair-badge:nth-child(6) .flair-icon:before{clip-path:polygon(4% 25%,27% 50%,40% 8%,56% 50%,79% 8%,96% 27%,87% 90%,13% 90%)!important}.flair-badge:nth-child(6) .flair-icon:after{width:16px;height:4px;top:21px;left:7px}.flair-badge:nth-child(7) .flair-icon:before{clip-path:polygon(8% 0,92% 0,100% 12%,100% 88%,92% 100%,8% 100%,0 88%,0 12%)!important;border-radius:3px!important}.flair-badge:nth-child(7) .flair-icon:after{width:17px;height:9px;top:7px;left:6px;background:repeating-linear-gradient(90deg,#0b0c0e 0 3px,#0000 3px 6px)!important}.flair-badge:nth-child(8) .flair-icon:before{border-radius:50%!important}.flair-badge:nth-child(8) .flair-icon:after{border:4px solid #0b0c0e;border-radius:50%;width:13px;height:13px;top:8px;left:8px;background:currentColor!important}.flair-badge:nth-child(9) .flair-icon:before{clip-path:polygon(50% 0,62% 34%,100% 50%,64% 62%,50% 100%,38% 64%,0 50%,36% 38%)!important}.flair-badge:nth-child(9) .flair-icon:after{width:7px;height:7px;top:11px;left:11px;transform:rotate(45deg)}@media (max-width:820px){.home-sequence-layer h2{top:29%!important}.home-get-started{top:12px!important;right:12px!important}}.home-sequence-layer img{top:49%!important}.home-hero-subtitle{z-index:3;color:#a7a7aa;width:max-content;max-width:calc(100% - 40px);font:600 clamp(14px,1.15vw,17px)/1.3 var(--ui-font);letter-spacing:.01em;text-align:center;margin:0;position:absolute;bottom:64px;left:50%;transform:translate(-50%)}@media (max-width:820px){.home-sequence-layer img{top:50%!important}.home-hero-subtitle{width:calc(100% - 30px);bottom:52px}}html{background:#000!important}body{background:linear-gradient(#181a1e 0%,#0d0f12 46%,#000 100%) fixed!important}body:before{content:"";z-index:9999;pointer-events:none;opacity:.115;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.78'/%3E%3C/svg%3E");position:fixed;inset:0}.app-shell,.home-page,.home-sequence-layer{background:0 0!important}.home-get-started{right:92px!important}.double-down-control{color:#f2f2ef;background:#111318;border:1px solid #555960;align-items:center;gap:8px;margin:9px 0;padding:9px;display:flex}.double-down-control>span{flex:1;gap:3px;min-width:0;display:grid}.double-down-control strong{font:800 13px/1 var(--display-font);letter-spacing:.035em}.double-down-control small{color:#a8abb1;font:12px/1.25 var(--ui-font)}.double-down-control>button{color:#08090b;min-height:34px;font:800 12px/1 var(--ui-font);cursor:pointer;background:#eee;border:1px solid #dcdedc;justify-content:center;align-items:center;gap:6px;padding:0 10px;display:flex}.double-down-control.incoming{border-color:#df304b;box-shadow:inset 3px 0 #df304b,0 0 15px #df304b1f}.double-down-control.incoming>button{width:34px;padding:0}.double-down-control.incoming>button:last-of-type{color:#eee;background:#181a1f;border-color:#4a4e55}.double-down-control button:disabled{opacity:.45;cursor:wait}.double-down-control>p{color:#ff6c7e;font:12px/1.2 var(--ui-font);flex-basis:100%;margin:0}.account-sound-settings{background:#0d0e10;border:1px solid #34373c;min-height:58px;padding-bottom:10px}.account-settings-grid .account-sound-settings .account-toggle{background:0 0!important;border:0!important}.account-volume-control{color:#b8bbc1;font:12px/1 var(--ui-font);grid-template-columns:1fr;gap:8px;padding:0 11px;display:grid}.account-volume-control>span{justify-content:space-between;grid-template:none!important;display:flex!important}.account-volume-control b{color:#fff;font-size:12px!important}.account-volume-control input{accent-color:#fff;cursor:pointer;width:100%!important;height:5px!important}.account-volume-control input:disabled{opacity:.28;cursor:not-allowed}.elo-active-point{stroke-width:0!important;filter:drop-shadow(0 0 6px #fff)drop-shadow(0 0 12px #e2344fa8)!important}.elo-tooltip rect{stroke-width:1px!important}.public-room-row>button:disabled{opacity:.58;color:#8d9096;background:#16181c;border-color:#45484e}@media (max-width:820px){.home-get-started{right:26px!important}body:before{opacity:.08}}.home-get-started{position:fixed!important}.empty-room-list{font-weight:400!important}.aim-trainer-layout .trainer-title h2,.aim-trainer-layout .trainer-start{text-transform:uppercase!important}.arcade-big .arcade-player b,.arcade-big .arcade-player small{font-family:var(--display-font)!important}.profile-name-line h2{font-family:var(--player-font)!important;text-transform:none!important}.about-notes strong{font-family:var(--display-font)!important;font-weight:900!important}.legal-page{overscroll-behavior-y:contain;height:100dvh!important;min-height:100dvh!important;padding-bottom:max(140px,14dvh)!important;overflow:hidden auto!important}.legal-page section:last-child{margin-bottom:48px!important}.app-shell{max-width:none!important;margin:0!important}@media (min-width:821px){.app-shell{--rail-width:184px!important;grid-template-rows:minmax(0,1fr)!important;width:100%!important;padding:0 22px 0 0!important}.site-header{width:var(--rail-width)!important;border-top:0!important;border-bottom:0!important;border-left:0!important;height:100dvh!important;padding-left:10px!important;padding-right:12px!important}}.home-viewport-action{will-change:auto!important;margin:0!important;font:900 14px/1 Barlow Condensed,sans-serif!important;transition:background-color .16s,color .16s!important;position:fixed!important;top:20px!important;right:92px!important;transform:none!important}.profile-logo-group{grid-column:1/-1}.profile-logo-options{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;display:grid}.profile-logo-options button{color:#aaa9a4;min-width:0;font:800 12px/1 var(--display-font);cursor:pointer;background:#101115;border:1px solid #3d4045;border-radius:0;place-items:center;gap:6px;padding:9px 7px 8px;display:grid}.profile-logo-options button:hover{color:#fff;border-color:#8b8e93}.profile-logo-options button.active{color:#fff;background:#191a1d;border-color:#f2efe8;box-shadow:inset 0 0 0 1px #f2efe838}.profile-logo-options svg{width:52px;height:52px;display:block}@media (min-width:821px){.site-header{padding-top:28px!important}}@media (max-width:820px){.home-viewport-action{top:12px!important;right:26px!important}.profile-logo-options{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.home-viewport-action{transition:none!important}}.home-get-started{margin:0!important;transition:background-color .16s,color .16s!important;position:absolute!important;top:20px!important;right:92px!important;transform:none!important}.account-sound-settings{align-content:center!important;padding:11px!important;display:grid!important}.account-sound-settings .account-volume-control{padding:0!important}.account-volume-label{color:#fff!important;align-items:center!important;gap:8px!important;display:flex!important}.play-setup-panel>.slot-rule-note+.play-mode-tabs{margin-top:0!important}.play-setup-panel .settings-title{font:800 14px/1 var(--display-font)!important}.player-row,.player-row strong,.player-row small,.arcade-player,.arcade-player b,.arcade-player small,.arcade-big .arcade-player b,.arcade-big .arcade-player small{text-transform:none!important;font-family:Segoe UI,sans-serif!important;font-weight:700!important}@media (max-width:820px){.home-get-started{top:12px!important;right:26px!important}}.app-shell{--title-font:"Barlow Condensed",sans-serif;--subheading-font:"Segoe UI",sans-serif;--body-font:"Segoe UI",sans-serif;--display-font:var(--title-font);--player-font:var(--subheading-font);--ui-font:var(--body-font);--content-edge:clamp(16px,1.45vw,24px)}.app-shell .flair-badge small{color:#a7a9ae!important;text-transform:none!important;font-size:11px!important;font-weight:400!important;line-height:1.25!important;display:block!important}@media (min-width:821px){.app-shell{column-gap:var(--content-edge)!important;padding-right:var(--content-edge)!important}.game-layout,.arcade-layout,.trainer-layout{box-sizing:border-box!important;height:100dvh!important;min-height:0!important;padding-top:var(--content-edge)!important;padding-bottom:var(--content-edge)!important}.side-panel,.arcade-console,.trainer-panel{max-height:calc(100dvh - 2 * var(--content-edge))!important;align-self:center!important;margin:0!important}.board-area,.arcade-board-column,.trainer-board-column{align-self:center!important}.player-row,.arcade-player{width:100%!important;margin-left:0!important;padding-left:4px!important;padding-right:4px!important}}.flair-badge{color:#f1efe8!important;background:#0d0e11!important;border-color:#3d4045!important}.flair-badge:hover:not(:disabled),.flair-badge.active{border-color:var(--flair-border,#f1efe8)!important;background:#15171b!important}.flair-badge .flair-icon,.profile-flair-badge .flair-icon{filter:drop-shadow(0 0 7px color-mix(in srgb,var(--flair-color,#fff) 48%,transparent));color:var(--flair-color,#fff)!important}.flair-badge .flair-name{color:#f1efe8!important}.flair-badge .flair-icon:after{background:#0d0e11!important}.profile-flair-badge,.flair-preview{color:#f1efe8!important;background:#101216!important;border-color:#3d4045!important}.flair-preview>span:first-child{color:#0000;background:var(--flair-color,#fff);width:10px;height:10px;box-shadow:0 0 8px color-mix(in srgb,var(--flair-color,#fff) 48%,transparent);border-radius:50%;font-size:0;display:inline-block;overflow:hidden}.rating-leaderboard-page{box-sizing:border-box;width:100%;min-width:0;height:100dvh;min-height:0;padding:var(--content-edge) 0;grid-area:1/2;grid-template-rows:auto auto minmax(0,1fr);gap:12px;display:grid;overflow:hidden}.rating-leaderboard-heading{box-sizing:border-box;background:#0b0c0f;border:1px solid #3b3e44;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:74px;padding:14px 16px;display:grid}.rating-leaderboard-mark{color:#08090b;background:#f1efe8;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 0 20px #ffffff20}.rating-leaderboard-heading h2{text-transform:uppercase;margin:0;font-size:29px;line-height:.9}.rating-leaderboard-heading p{color:#a8abb1;margin:5px 0 0;font-size:13px;line-height:1.2}.rating-leaderboard-heading>button,.rating-self-card>button{color:#090a0c;text-transform:uppercase;cursor:pointer;background:#e8e6df;border:1px solid #e8e6df;justify-content:center;align-items:center;gap:7px;min-height:39px;padding:0 13px;font-size:14px;font-weight:900;display:flex}.rating-leaderboard-heading>button:disabled{opacity:.55;cursor:wait}.rating-leaderboard-heading .spinning{animation:.75s linear infinite rating-spin}@keyframes rating-spin{to{transform:rotate(360deg)}}.rating-self-card{background:#121419;border:1px solid #565a61;grid-template-columns:92px 48px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:82px;padding:11px 16px;display:grid;box-shadow:inset 4px 0 #e53b50,0 12px 30px #0005}.rating-self-card>span:first-child{gap:3px;display:grid}.rating-self-card small{color:#9ea1a7;font-size:12px;font-weight:400}.rating-self-card>span:first-child>strong{font-size:28px;line-height:1}.rating-self-card>img,.rating-anon-avatar{box-sizing:border-box;object-fit:cover;background:#090a0c;border:1px solid #565960;place-items:center;width:46px;height:46px;display:grid}.rating-self-card>div{gap:3px;min-width:0;display:grid}.rating-self-card>div b{text-overflow:ellipsis;white-space:nowrap;font-size:16px;overflow:hidden}.rating-self-card>strong{font-variant-numeric:tabular-nums;font-size:28px}.rating-self-card.signed-out{grid-template-columns:92px 48px minmax(0,1fr) auto}.rating-table{background:#090a0c;border:1px solid #3b3e44;flex-direction:column;min-height:0;display:flex;overflow:hidden}.rating-table>header,.rating-table li{grid-template-columns:74px minmax(0,1fr) 104px;align-items:center;display:grid}.rating-table>header{color:#92959b;text-transform:uppercase;background:#121318;border-bottom:1px solid #3b3e44;min-height:38px;padding:0 15px;font-size:11px;font-weight:400}.rating-table>header span:last-child{text-align:right}.rating-table ol{scrollbar-color:#5c6067 #0b0c0f;min-height:0;margin:0;padding:0;list-style:none;overflow:auto}.rating-table li{box-sizing:border-box;border-bottom:1px solid #24262b;min-height:54px;padding:0 15px;transition:background-color .15s,border-color .15s}.rating-table li:last-child{border-bottom:0}.rating-table li.podium{background:linear-gradient(90deg,#ffffff0a,#0000 48%)}.rating-rank{color:#96999f;font-variant-numeric:tabular-nums;font-size:16px}.rating-table li.rank-1 .rating-rank{color:#f3cf63}.rating-table li.rank-2 .rating-rank{color:#d6d9df}.rating-table li.rank-3 .rating-rank{color:#c9875b}.rating-player{grid-template-columns:36px minmax(0,max-content) auto;align-items:center;gap:10px;min-width:0;display:grid}.rating-player img{object-fit:cover;background:#111;border:1px solid #45484e;width:34px;height:34px}.rating-player b{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:15px;overflow:hidden}.rating-player small{text-transform:uppercase;background:#e53b50;padding:3px 6px;color:#fff!important;font-size:10px!important}.rating-value{text-align:right;color:#f2f0e9;font-variant-numeric:tabular-nums;font-size:17px}.rating-loading{color:#aaaeb4;place-items:center;min-height:180px;font-size:14px;display:grid}.rating-loading.error{color:#ff7283}:where(button,a[href],[role=button]):not(.square):not(.variant-square):not(.big-square):not(.training-square){touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:transform .14s cubic-bezier(.22,1,.36,1),background-color .18s,border-color .18s,color .18s,box-shadow .18s,opacity .18s}@media (hover:hover) and (pointer:fine){:where(button,a[href],[role=button]):not(:disabled):not(.square):not(.variant-square):not(.big-square):not(.training-square):hover{filter:brightness(1.1);box-shadow:0 0 0 1px #ffffff18,0 7px 20px #0005}.rating-table li:hover{background:#15171b;border-color:#45484e}}:where(button,a[href],[role=button]):not(:disabled):not(.square):not(.variant-square):not(.big-square):not(.training-square):active{transition-duration:0s;transform:scale(.98)}:where(button,a[href],input,select,textarea,[role=button]):focus-visible{outline-offset:2px!important;outline:2px solid #fff!important}input,select,textarea{transition:border-color .18s,box-shadow .18s,background-color .18s,opacity .18s}@media (hover:hover) and (pointer:fine){input:not(:disabled):hover,select:not(:disabled):hover,textarea:not(:disabled):hover{box-shadow:0 0 0 1px #ffffff12;border-color:#8c9097!important}input[type=range]:not(:disabled):hover{box-shadow:0 0 10px #fff2}}input[type=range]:active{opacity:.82;transition-duration:0s}.arcade-big .arcade-board-frame{touch-action:none!important;overscroll-behavior:contain!important}@media (max-width:820px){.rating-leaderboard-page{grid-area:2/1;height:auto;min-height:calc(100dvh - 70px);padding:10px 0;overflow:visible}.rating-table{min-height:520px}.rating-table ol{max-height:65dvh}.rating-self-card{grid-template-columns:72px 42px minmax(0,1fr) auto;padding:10px}.rating-self-card>img,.rating-anon-avatar{width:40px;height:40px}.rating-leaderboard-heading{grid-template-columns:38px minmax(0,1fr) 40px;padding:11px}.rating-leaderboard-heading>button{width:40px;padding:0;font-size:0}.rating-table>header,.rating-table li{grid-template-columns:58px minmax(0,1fr) 76px;padding-left:10px;padding-right:10px}}@media (prefers-reduced-motion:reduce){.rating-leaderboard-heading .spinning{animation:none!important}:where(button,a[href],[role=button]):not(.square):not(.variant-square):not(.big-square):not(.training-square),.rating-table li,input,select,textarea{transition:none!important}}:root .app-shell.app-shell *{font-family:var(--body-font)!important}:root .app-shell.app-shell :where(h1,h2,h3,button,legend,.settings-title,.panel-title,.setup-heading,.trainer-title,.studio-title,.leaderboard-heading,.rating-leaderboard-heading,.page-heading,.profile-heading,.profile-card-heading,.room-list-heading,.feedback-dialog-heading,.puzzle-heading,.brand){font-family:var(--title-font)!important}:root .app-shell.app-shell :where(.player-row,.player-row strong,.player-row small,.arcade-player,.arcade-player b,.arcade-player small,.clock,.arcade-player>strong,.trainer-clock.clock,.rating-rank,.rating-player,.rating-value,.rating-self-card,.profile-name-line h2,.profile-card-heading>strong){font-family:var(--subheading-font)!important;font-weight:700!important}:root .app-shell.app-shell :where(p,li,small,label,input,textarea,select,.slot-rule-note,.rules-copy,.empty-room-list,.flair-badge small){font-family:var(--body-font)!important}:root .app-shell.app-shell .site-footer :where(a,button){font-family:var(--subheading-font)!important;font-weight:700!important}:root .legal-page{font-family:Segoe UI,sans-serif!important}:root .legal-page :where(h1,h2,.legal-back){font-family:Barlow Condensed,sans-serif!important}:root .legal-page :where(p,a:not(.legal-back)){font-family:Segoe UI,sans-serif!important}:root .app-shell.app-shell .future-tabs button,:root .app-shell.app-shell .future-tabs button>span{font-family:var(--title-font)!important}.profile-edit-button svg{color:#090a0b!important;stroke:#090a0b!important}.elo-active-point{fill:#fff!important;stroke:#fff!important;stroke-width:0!important;filter:drop-shadow(0 0 7px #fff)drop-shadow(0 0 15px #ffffff80)!important}.profile-game-history-card{min-width:0;grid-area:3/2!important}.profile-account-footer{justify-content:flex-end!important}.profile-game-history-list{scrollbar-width:thin;scrollbar-color:#55585e #0b0c0e;align-content:start;max-height:420px;display:grid;overflow:auto}.profile-game-history-row{box-sizing:border-box;border-bottom:1px solid #2c2f34;grid-template-columns:58px minmax(0,1fr) 48px;align-items:center;gap:10px;min-height:54px;padding:7px 2px;transition:background-color .15s,transform .15s cubic-bezier(.22,1,.36,1);display:grid}.profile-game-history-row:last-child{border-bottom:0}.profile-game-history-row>div{gap:4px;min-width:0;display:grid}.profile-game-history-row>div b{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.profile-game-history-row>div small{color:#95989e;font-size:12px;font-weight:400}.profile-game-result{color:#b7bac0;text-transform:uppercase;font-size:11px;font-weight:700}.profile-game-history-row.win .profile-game-result,.profile-game-history-row>strong.up{color:#7acb73}.profile-game-history-row.loss .profile-game-result,.profile-game-history-row>strong.down{color:#df5364}.profile-game-history-row>strong{text-align:right;font-variant-numeric:tabular-nums;font-size:15px}.profile-game-history-row>strong.even{color:#a5a8ad}@media (hover:hover) and (pointer:fine){.profile-game-history-row:hover{background:#ffffff08;transform:translate(3px)}}.rating-leaderboard-heading{grid-template-columns:25px minmax(0,1fr) auto!important}.rating-leaderboard-mark{color:#aaa9a4!important;width:24px!important;height:24px!important;box-shadow:none!important;background:0 0!important}.rating-leaderboard-mark svg{stroke-width:1.8px;width:19px;height:19px}.rating-self-card{box-shadow:0 12px 30px #0005!important}.rating-table li.is-you{background:#ffffff08!important;box-shadow:inset 0 0 0 1px #ffffff18!important}.rating-player{grid-template-columns:36px minmax(0,max-content)!important}.rating-player small{display:none!important}.rating-leaderboard-heading{animation:.26s cubic-bezier(.22,1,.36,1) both leaderboard-panel-enter}.rating-self-card{animation:.28s cubic-bezier(.22,1,.36,1) 45ms both leaderboard-panel-enter}.rating-table{animation:.3s cubic-bezier(.22,1,.36,1) 80ms both leaderboard-panel-enter}.rating-table li{animation:.23s cubic-bezier(.22,1,.36,1) both rating-row-enter;animation-delay:calc(var(--rating-index,0)*30ms);transition:background-color .15s,border-color .15s,transform .15s cubic-bezier(.22,1,.36,1)}@keyframes leaderboard-panel-enter{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}@keyframes rating-row-enter{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@media (hover:hover) and (pointer:fine){.rating-table li:hover{transform:translate(3px)}.rating-leaderboard-heading:hover .rating-leaderboard-mark{transform:translateY(-2px)rotate(-5deg)}}.rating-leaderboard-mark{transition:transform .18s cubic-bezier(.22,1,.36,1)}.aim-answer-log{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0 6px!important;height:226px!important;padding:7px 10px!important}.aim-answer-log>div:not(.aim-mistakes){height:32px!important;padding:0 3px!important}.aim-mistakes{border:0!important;border-bottom:1px solid #34363b!important;grid-column:1/-1!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;height:43px!important;padding:0 2px!important;display:flex!important}.aim-mistakes>span{color:#0000;background:#0d0f12;border:1px solid #555960;place-items:center;width:27px;height:27px;display:grid}.aim-mistakes>span.filled{color:#ff6679;background:#2a1015;border-color:#df3f48;animation:.18s cubic-bezier(.2,.9,.25,1) both aim-mistake-hit}@keyframes aim-mistake-hit{0%{opacity:.35;transform:scale(.65)}to{opacity:1;transform:scale(1)}}.new-game-action{color:#090a0b!important;width:auto!important;min-width:112px!important;min-height:38px!important;font-family:var(--title-font)!important;background:#f0eee8!important;border:1px solid #f0eee8!important;padding:0 16px!important;font-size:14px!important;font-weight:900!important}.about-page{width:min(1120px,100%)!important}.about-page>h2{white-space:nowrap!important;max-width:none!important;font-size:clamp(34px,4.2vw,58px)!important}.coffee-link{color:#090a0b!important;min-height:50px!important;box-shadow:none!important;background:#f0eee8!important;border:1px solid #f0eee8!important;border-radius:0!important}.coffee-link b{text-transform:uppercase;font-family:var(--title-font)!important;font-size:15px!important}.coffee-link small{color:#4b4d50!important;font-weight:400!important}@media (max-width:1050px){.profile-settings-card,.profile-game-history-card,.profile-notifications-card{grid-area:auto/1!important}}@media (max-width:760px){.about-page>h2{white-space:normal!important}}@media (prefers-reduced-motion:reduce){.rating-leaderboard-heading,.rating-self-card,.rating-table,.rating-table li,.aim-mistakes>span.filled{animation:none!important}.rating-leaderboard-mark,.profile-game-history-row{transition:none!important}}:root .app-shell.app-shell :where(.settings-title,.preset-grid button,.preset-grid button b,.preset-grid button span,.david-elo-control span,.david-elo-control strong,.bot-reward-preview span,.bot-reward-preview strong,.profile-appearance-group>span,.slot-gameover strong,.slot-gameover b,.end-ceremony small,.end-ceremony strong,.game-finish-cutscene strong,.end-verdict small,.end-verdict strong,.end-verdict span){font-family:var(--title-font)!important}:root .app-shell.app-shell :where(.player-row,.player-row strong,.player-row small,.arcade-player,.arcade-player b,.arcade-player small,.arcade-player>strong,.clock,.trainer-clock.clock){font-family:var(--subheading-font)!important;font-weight:700!important}.preset-grid button span{font-size:14px!important;line-height:1!important}.settings-title,.profile-appearance-group>span,.david-elo-control span{font-size:14px!important}.rating-leaderboard-heading>button{width:40px!important;min-width:40px!important;padding:0!important;font-size:0!important}.profile-appearance-settings{grid-template-columns:minmax(0,1fr)!important}.rating-leaderboard-page,.rating-table,.rating-table ol,.profile-game-history-card,.profile-game-history-list{box-sizing:border-box!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.rating-table ol,.profile-game-history-list{width:100%!important;overflow-y:auto!important}.rating-table>header,.rating-table li,.profile-game-history-row{box-sizing:border-box!important;width:100%!important}.profile-game-history-card{flex-direction:column!important;display:flex!important}.profile-game-history-list{flex:1!important}:is(.social-result-list:has(>.profile-quiet-state:only-child),.profile-game-history-list:has(>.profile-quiet-state:only-child)){flex-direction:column!important;align-content:stretch!important;display:flex!important}.social-result-list>.profile-quiet-state:only-child,.profile-game-history-list>.profile-quiet-state:only-child{flex:1!important;place-items:center!important;min-height:0!important;margin:8px 0!important;display:grid!important}.empty-room-list{flex:1!important;align-self:stretch!important;place-items:center!important;margin:8px 0!important;display:grid!important}.elo-y-tick text,.elo-x-label{font-size:22px!important;font-weight:600!important}.elo-tooltip-rating{font-size:24px!important}.elo-tooltip-date{font-size:18px!important;font-weight:400!important}.new-game-action{flex:1 0 100%!important;order:99!important;grid-column:1/-1!important;width:100%!important;min-width:0!important;min-height:50px!important;margin-top:6px!important;padding:0 16px!important}.bot-mode .last-move-memory-fill{animation:.34s cubic-bezier(.16,1,.3,1) forwards bot-last-move-in!important}@keyframes bot-last-move-in{0%{opacity:0}to{opacity:1}}.deck-command:not(.bot-mode) .focus-shade,.deck-command:not(.bot-mode) .cinematic-vignette,.deck-command:not(.bot-mode) .cinematic-depth-edge,.deck-command:not(.bot-mode) .cinematic-optics{will-change:opacity;transition:opacity .86s cubic-bezier(.16,1,.3,1)!important}@media (prefers-reduced-motion:reduce){.deck-command:not(.bot-mode) .focus-shade,.deck-command:not(.bot-mode) .cinematic-vignette,.deck-command:not(.bot-mode) .cinematic-depth-edge,.deck-command:not(.bot-mode) .cinematic-optics{transition-duration:.16s!important}}:root .app-shell.app-shell :where(.site-header .brand h1,.site-header .brand h1 span,.room-list-heading strong,.profile-appearance-group>span,.profile-appearance-group>span b,.profile-board-theme-options button,.profile-board-theme-options button span,.profile-piece-set-options button,.profile-piece-set-options button span,.aim-coordinate-overlay,.leaderboard-heading>span,.leaderboard-heading>span *,.leaderboard-tabs button,.slot-rule-note b,.mode-wager-control>span,.mode-wager-control>span b,.mode-waiting-room small){font-family:var(--title-font)!important}.friend-search input,.mode-friend-search input{font-family:var(--body-font)!important;font-weight:400!important}.david-elo-control span{font-size:34px!important;line-height:1!important}.trainer-rule-note{margin:0 0 16px!important}.trainer-rule-note>span{font-family:var(--body-font)!important;font-size:14px!important}.trainer-rule-note b{font-family:var(--title-font)!important;font-size:15px!important}.aim-coordinate-overlay{font-family:var(--title-font)!important}.leaderboard-heading>span,.leaderboard-tabs button{text-transform:uppercase!important}.trainer-leaderboard li,.trainer-leaderboard li b,.trainer-leaderboard li strong{font-family:var(--subheading-font)!important;text-transform:none!important}.aim-answer-log{gap:7px 8px!important;padding:10px 12px!important}.aim-mistakes{justify-content:center!important;gap:clamp(10px,1.2vw,18px)!important;height:54px!important;padding:0 8px 10px!important}.aim-mistakes>span{flex:0 0 34px!important;width:34px!important;height:32px!important}.bot-rating-slider>i{border-radius:50%!important;width:22px!important;height:22px!important}input[type=range]::-webkit-slider-thumb{border-radius:50%!important;width:22px!important;height:22px!important}input[type=range]::-moz-range-thumb{border-radius:50%!important;width:22px!important;height:22px!important}.mode-wager-control>span,.mode-wager-control>span b,.mode-wager-control>span svg,.mode-waiting-room small,.room-wager,.room-wager svg,.online-game-strip b,.double-down-control>svg,.double-down-control.incoming strong{color:#e7b843!important}.legal-moves-off .square.legal:after,.legal-moves-off .training-square.legal:after,.legal-moves-off .studio-square.legal:after,.legal-moves-off .variant-square.legal:after{content:none!important;display:none!important}.avatar.local-piece-avatar{background:0 0!important}.captured-material b{font-weight:400!important}.arcade-big .arcade-board-frame{background:#050506!important}.profile-dashboard{padding-top:34px!important}.profile-account-header{margin-top:4px!important}.profile-dashboard-grid-v2{grid-template-rows:auto minmax(430px,auto) auto auto auto!important;grid-template-columns:minmax(0,2fr) minmax(270px,1fr)!important}.profile-add-friend-card{grid-area:1/1!important}.profile-elo-card{grid-area:2/1!important;min-height:430px!important}.profile-friends-hub{grid-area:1/2/span 2!important;min-height:430px!important}.profile-settings-card{grid-area:3/1!important}.profile-game-history-card{grid-area:3/2!important}.profile-reward-track-card{grid-area:4/1/auto/-1!important}.profile-notifications-card{grid-area:5/1/auto/-1!important}.account-settings-grid{grid-template-columns:minmax(0,1fr)!important}.profile-game-history-list{flex:none!important;max-height:none!important;overflow:visible!important}.profile-game-history-row>div small{align-items:center;gap:7px;display:flex}.profile-game-mode-icon{color:#dedbd4;background:#0a0b0d;border:1px solid #3e4147;place-items:center;width:22px;height:22px;display:grid}.profile-reward-track-card{overflow:hidden}.reward-track-meter{background:#090a0c;border:1px solid #42454b;height:34px;margin:2px 0 14px;position:relative;overflow:hidden}.reward-track-meter>span{background:linear-gradient(90deg,#8d1728,#e23a51);transition:width .36s cubic-bezier(.22,1,.36,1);position:absolute;inset:0 auto 0 0;box-shadow:0 0 22px #dc2f4766}.reward-track-meter>b{z-index:1;color:#fff;text-shadow:0 1px 3px #000;justify-content:flex-end;align-items:center;height:100%;padding:0 10px;font-size:14px;display:flex;position:relative;font-family:var(--title-font)!important}.reward-track-items{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.reward-track-items>button{color:#888b91;text-align:left;cursor:pointer;background:#0b0c0e;border:1px solid #36393e;grid-template-rows:auto auto auto;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:3px 9px;min-height:86px;padding:11px;transition:transform .17s cubic-bezier(.22,1,.36,1),border-color .15s,background-color .15s;display:grid;position:relative}.reward-track-items>button>span{border:1px solid;grid-row:1/3;place-items:center;width:28px;height:28px;display:grid}.reward-track-items>button>b{text-transform:uppercase;font-size:15px;font-family:var(--title-font)!important}.reward-track-items>button>small{font-size:12px;font-weight:400;font-family:var(--body-font)!important}.reward-track-items>button>em{color:#92959b;grid-column:1/-1;margin-top:6px;font-size:12px;font-style:normal;font-family:var(--body-font)!important}.reward-track-items>button.unlocked{color:#f0eee8;background:#141519;border-color:#6f7278}.reward-track-items>button.unlocked:not(.claimed):hover{background:#1a1b1f;border-color:#f1eee7;transform:translateY(-3px)}.reward-track-items>button.unlocked:not(.claimed):active{transform:translateY(0)scale(.985)}.reward-track-items>button.claimed{color:#fff;cursor:default;background:#1b0e12;border-color:#d93249}.reward-track-items>button.claimed>span{box-shadow:0 0 14px #de324857}.rating-table li.is-you{background:#e2314610!important;border-color:#e2314666!important;box-shadow:inset 0 0 0 1px #e231467a!important}.site-header>.site-footer{margin:auto 0 14px!important}.legal-page{height:auto!important;min-height:100dvh!important;padding-bottom:max(140px,14dvh)!important;overflow:visible!important}:is(html:has(.legal-page),body:has(.legal-page)){height:auto!important;min-height:100%!important;overflow-y:auto!important}@media (max-width:1050px){.profile-dashboard-grid-v2{grid-template-rows:auto!important;grid-template-columns:1fr!important}.profile-add-friend-card,.profile-elo-card,.profile-friends-hub,.profile-settings-card,.profile-game-history-card,.profile-reward-track-card,.profile-notifications-card{grid-area:auto/1!important}}@media (max-width:760px){.reward-track-items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.reward-track-meter>span,.reward-track-items>button{transition:none!important}}input[type=range]{accent-color:#eeeae3!important;background:0 0!important;height:28px!important}input[type=range]::-webkit-slider-runnable-track{background:#34373c!important;border:0!important;border-radius:0!important;height:5px!important}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none!important;width:18px!important;height:18px!important;box-shadow:none!important;background:#f2efe8!important;border:0!important;border-radius:50%!important;margin-top:-7px!important}input[type=range]::-moz-range-track{background:#34373c!important;border:0!important;border-radius:0!important;height:5px!important}input[type=range]::-moz-range-thumb{width:18px!important;height:18px!important;box-shadow:none!important;background:#f2efe8!important;border:0!important;border-radius:50%!important}.bot-rating-slider>i{width:18px!important;height:18px!important;box-shadow:none!important;border:0!important;border-radius:50%!important}.account-sound-settings{box-sizing:border-box!important;width:calc(50% - 4px)!important}.account-volume-control input{justify-self:stretch!important;width:100%!important;max-width:none!important}@media (hover:hover) and (pointer:fine){input[type=range]:not(:disabled):hover{box-shadow:none!important}}.eval-number,.eval-result{letter-spacing:0!important;font-size:10px!important}.board-viewport.pre-game-locked:after,.slot-board-locked:after,.big-board-locked:after{content:""!important;z-index:20!important;opacity:1!important;pointer-events:none!important;background:radial-gradient(circle at 50% 48%,#0000 24%,#02020342 62%,#000000d6 100%)!important;width:auto!important;height:auto!important;transition:opacity .42s cubic-bezier(.22,1,.36,1)!important;display:block!important;position:absolute!important;inset:0!important}.training-board-viewport:has(.training-board.disabled):after{content:""!important;z-index:20!important;opacity:1!important;pointer-events:none!important;background:radial-gradient(circle at 50% 48%,#0000 24%,#02020342 62%,#000000d6 100%)!important;width:auto!important;height:auto!important;transition:opacity .42s cubic-bezier(.22,1,.36,1)!important;display:block!important;position:absolute!important;inset:0!important}.slot-board-locked,.big-board-locked,.training-board-viewport{position:relative!important}.rating-leaderboard-mark,.rating-leaderboard-heading:hover .rating-leaderboard-mark{transition:none!important;animation:none!important;transform:none!important}.rating-player b,.rating-self-card>div b,.rating-self-card>strong,.elo-card-heading>strong b,.elo-card-heading>strong b em{font-family:var(--subheading-font)!important;font-weight:700!important}.elo-tooltip rect{stroke:none!important}.elo-tooltip-rating{font-family:var(--body-font)!important;font-size:18px!important;font-weight:400!important}.elo-tooltip-date{font-family:var(--body-font)!important;font-size:15px!important;font-weight:400!important}.profile-dashboard-grid-v2{grid-template-rows:auto minmax(350px,auto) auto auto auto!important}.profile-elo-card,.profile-friends-hub{min-height:350px!important}.profile-elo-card .elo-chart-wrap{margin-bottom:0!important}.profile-name-line{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;display:flex!important}.profile-name-line h2,.profile-username-field>span,.profile-flair-picker>legend,.profile-avatar-picker>legend,.flair-badge .flair-name{font-family:var(--title-font)!important}.profile-flair-badge,.player-equipped-flair{color:#bbbcc0!important;font-family:var(--subheading-font)!important;text-transform:none!important;box-shadow:none!important;background:0 0!important;border:0!important;align-items:center!important;gap:5px!important;margin:0!important;padding:0!important;font-size:11px!important;font-weight:700!important;line-height:1!important;display:inline-flex!important}.profile-flair-badge .flair-icon,.player-equipped-flair:before{content:"";background:var(--flair-color,#fff)!important;width:8px!important;height:8px!important;box-shadow:0 0 8px color-mix(in srgb,var(--flair-color,#fff) 55%,transparent)!important;color:#0000!important;border:0!important;border-radius:50%!important;flex:0 0 8px!important;font-size:0!important}.player-name-stack{align-items:flex-start!important}.arcade-player>span:nth-child(2){flex-wrap:wrap!important;align-items:baseline!important;gap:7px!important;display:flex!important}.arcade-player>span:nth-child(2)>small{flex-basis:100%!important}.profile-appearance-group>span,.profile-appearance-group>span b{font-family:var(--title-font)!important}:root .app-shell.app-shell .profile-board-theme-options button,:root .app-shell.app-shell .profile-board-theme-options button span,:root .app-shell.app-shell .profile-piece-set-options button,:root .app-shell.app-shell .profile-piece-set-options button span{font-family:var(--subheading-font)!important;text-transform:none!important;font-weight:700!important}.profile-game-history-row{grid-template-columns:26px minmax(0,1fr) 44px!important;gap:8px!important;min-height:46px!important;padding:5px 2px!important}.profile-game-mode-icon{color:#d9d7d1!important;background:0 0!important;border:0!important;width:22px!important;height:22px!important}.profile-game-history-row>div{gap:2px!important}.profile-game-history-row>div small{gap:7px!important}.reward-track-meter{background:#0a0b0d!important;border-color:#4a4d52!important;height:28px!important;box-shadow:inset 0 0 0 1px #000!important}.reward-track-meter>span{transform:scaleX(var(--reward-progress,0));transform-origin:0;background:#e5e2db!important;width:100%!important;transition:transform .42s cubic-bezier(.25,1,.5,1)!important;box-shadow:inset 0 -3px #a4a39f,0 0 14px #ffffff24!important}.reward-track-meter>b{font-family:var(--subheading-font)!important;color:#fff!important;text-shadow:0 1px 3px #000!important;font-size:14px!important;font-weight:700!important}.reward-track-items{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}.reward-track-items>article{--reward-card-bg:#0b0c0e;--reward-card-border:#36393e;border:1px solid var(--reward-card-border);background:var(--reward-card-bg);color:#85888e;grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) auto;align-content:center;align-items:center;gap:5px 9px;min-height:70px;margin-top:7px;padding:14px 10px 9px;display:grid;position:relative}.reward-track-items>article:before{content:"";z-index:0;border-top:1px solid var(--reward-card-border);border-left:1px solid var(--reward-card-border);background:var(--reward-card-bg);width:11px;height:11px;position:absolute;top:-7px;left:calc(50% - 6px);transform:rotate(45deg)}.reward-track-items>article.unlocked{--reward-card-bg:#121417;--reward-card-border:#60646b;color:#efede7}:root .app-shell.app-shell .reward-track-items>article>b{z-index:1;grid-area:1/1;position:relative;font-family:var(--title-font)!important;text-transform:uppercase!important;font-size:17px!important;font-weight:900!important}.reward-track-items>article>small,.reward-track-items>article>em{z-index:1;position:relative;font-family:var(--body-font)!important;color:#999ca2!important;font-size:12px!important;font-style:normal!important;font-weight:400!important}.reward-track-items>article>small{grid-area:2/1}.reward-track-items>article>em{text-align:right;grid-area:1/2/3;align-self:center}.reward-track-items>article.claimed{--reward-card-bg:#15171a;--reward-card-border:#6a6e75}.reward-claim-bubble{z-index:1!important;color:#08090a!important;clip-path:none!important;min-width:64px!important;height:34px!important;font-family:var(--title-font)!important;text-transform:uppercase!important;cursor:pointer!important;background:#f1eee7!important;border:1px solid #f1eee7!important;border-radius:0!important;grid-area:1/2/3!important;align-self:center!important;padding:0 12px!important;font-size:13px!important;font-weight:900!important;animation:none!important;position:relative!important}.reward-claim-bubble:hover{background:#fff!important;border-color:#fff!important}.flair-badge small{font-family:var(--body-font)!important;text-transform:none!important;font-size:11px!important;font-weight:400!important}.flair-badge.locked{filter:saturate(.2);opacity:.42!important}.flair-lock{color:#fff!important;background:0 0!important;border:0!important;width:auto!important;height:auto!important;padding:0!important;top:8px!important;right:8px!important}.flair-lock svg{width:18px!important;height:18px!important}.arcade-avatar.local-piece-avatar,.arcade-avatar.white.local-piece-avatar,.avatar.local-piece-avatar{background:0 0!important}.username-claim-backdrop{--title-font:"Barlow Condensed","Segoe UI",sans-serif;--subheading-font:"Segoe UI",sans-serif;z-index:10000;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#000d;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.username-claim-dialog{background:#0b0c0e;border:1px solid #5c6066;width:min(430px,100%);padding:24px;animation:.24s cubic-bezier(.22,1,.36,1) both username-dialog-in;box-shadow:0 28px 90px #000;font-family:Segoe UI,sans-serif!important}.username-claim-dialog h2{text-transform:uppercase;margin:0 0 20px;font-size:30px;font-weight:900;font-family:Barlow Condensed,Segoe UI,sans-serif!important}.username-claim-dialog form,.username-claim-dialog label{gap:8px;display:grid}.username-claim-dialog label>span{font-size:14px;font-weight:700;font-family:Segoe UI,sans-serif!important}.username-claim-dialog input{color:#fff;background:#050607;border:1px solid #555960;height:46px;padding:0 12px;font-size:16px;font-weight:400;font-family:Segoe UI,sans-serif!important}.username-claim-dialog form>button.username-claim-continue{color:#08090a;letter-spacing:.01em;text-transform:uppercase;background:#f1eee7;border:1px solid #f1eee7;border-radius:0;width:100%;min-height:50px;margin-top:7px;font-size:16px;font-weight:900;font-family:Barlow Condensed,Segoe UI,sans-serif!important}.username-claim-dialog form>button.username-claim-continue:disabled{opacity:.38;cursor:not-allowed}.username-claim-error{color:#ff596d!important;margin:0!important;font-family:Segoe UI,sans-serif!important;font-size:13px!important;font-weight:400!important}@keyframes username-dialog-in{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:none}}@media (max-width:760px){.reward-track-items{grid-template-columns:repeat(2,minmax(0,1fr))!important}.account-sound-settings,.account-volume-control input{width:100%!important}}@media (prefers-reduced-motion:reduce){.reward-track-meter>span,.reward-claim-bubble,.username-claim-dialog{transition:none!important;animation:none!important}.board-viewport.pre-game-locked:after,.slot-board-locked:after,.big-board-locked:after{transition:none!important}.training-board-viewport:has(.training-board.disabled):after{transition:none!important}}:is(html:has(.profile-shell),body:has(.profile-shell)){height:auto!important;min-height:100%!important;overflow:hidden auto!important}.app-shell.profile-shell{grid-template-rows:auto!important;height:auto!important;min-height:100dvh!important;overflow:visible!important}.profile-shell .profile-page{height:auto!important;min-height:calc(100dvh - 52px)!important;padding-top:26px!important;padding-bottom:26px!important;overflow:visible!important}.profile-shell .profile-dashboard{margin-top:0!important}.profile-flair-picker{margin-bottom:0!important;padding-bottom:10px!important}.reward-track-items{width:68%!important}:root .legal-page .legal-back{text-transform:none!important;font-family:Segoe UI,sans-serif!important;font-weight:700!important}.flair-mark{vertical-align:middle;filter:drop-shadow(0 0 5px color-mix(in srgb,var(--flair-color,#fff) 58%,transparent));position:relative;width:15px!important;min-width:15px!important;height:15px!important;color:var(--flair-color,#fff)!important;background:0 0!important;border:0!important;flex:0 0 15px!important;place-items:center!important;margin:0!important;padding:0!important;display:inline-grid!important}.flair-mark:before{content:""!important;width:13px!important;height:13px!important;box-shadow:none!important;background:currentColor!important;border:0!important;border-radius:0!important;display:block!important}.flair-mark[data-flair=win_1]:before{background:0 0!important;border:2px solid!important;border-radius:50%!important;width:11px!important;height:11px!important}.flair-mark[data-flair=win_10]:before{transform:rotate(45deg);width:10px!important;height:10px!important}.flair-mark[data-flair=win_30]:before{clip-path:polygon(0 28%,24% 48%,38% 5%,57% 48%,84% 10%,100% 31%,88% 100%,10% 100%)}.flair-mark[data-flair=streak_5]:before{clip-path:polygon(53% 0,82% 30%,72% 49%,100% 43%,80% 100%,17% 100%,0 60%,26% 22%,37% 49%)}.flair-mark[data-flair=last_five]:before{clip-path:polygon(45% 0,58% 0,58% 43%,91% 63%,84% 75%,44% 51%);border-radius:50%!important}.flair-mark[data-flair=bot_2000]:before{clip-path:polygon(14% 18%,38% 18%,44% 0,56% 0,62% 18%,86% 18%,100% 38%,100% 100%,0 100%,0 38%);border-radius:2px!important}.flair-mark[data-flair=spin_nothing_3]:before{background:repeating-linear-gradient(90deg,currentColor 0 3px,#0000 3px 5px)!important;border:1px solid!important}.flair-mark[data-flair=aim_top_10]:before{background:radial-gradient(circle,currentColor 0 2px,#0000 2px)!important;border:3px double!important;border-radius:50%!important}.flair-mark[data-flair=brilliant]:before{clip-path:polygon(50% 0,62% 34%,100% 36%,69% 57%,80% 100%,50% 74%,20% 100%,31% 57%,0 36%,38% 34%)}.player-equipped-flair:before{flex:0 0 13px!important;width:13px!important;height:13px!important}.player-name-stack{flex-flow:wrap!important;align-items:center!important;gap:7px!important;display:flex!important}.player-name-stack>small{flex:0 0 100%!important}.arcade-player>span:nth-child(2){align-items:center!important}.player-row .avatar.local-piece-avatar,.player-row .avatar.dark.local-piece-avatar,.arcade-player .arcade-avatar.local-piece-avatar,.arcade-player .arcade-avatar.white.local-piece-avatar{box-shadow:none!important;background:0 0!important}.player-row .avatar.local-piece-avatar:before,.player-row .avatar.local-piece-avatar:after,.arcade-player .arcade-avatar.local-piece-avatar:before,.arcade-player .arcade-avatar.local-piece-avatar:after{display:none!important}.brand,.brand:hover,.brand:focus-visible{box-shadow:none!important;filter:none!important}.brand{transform-origin:0;transition:transform .18s cubic-bezier(.22,1,.36,1),opacity .16s!important}.brand:hover{opacity:.78!important;transform:translateY(-1px)!important}.brand:active{opacity:.66!important;transform:translateY(1px)scale(.985)!important}.brand:hover .brand-sigil,.brand:hover .brand-sigil img{box-shadow:none!important;filter:none!important;transform:none!important}:root .app-shell.app-shell .room-list-heading>strong{font-family:var(--subheading-font)!important;text-transform:none!important;font-weight:700!important}.room-variant,.room-wager,.room-player b,.room-player small{font-family:var(--subheading-font)!important;text-transform:none!important}.public-room-row>button,.public-room-row>button span{font-family:var(--title-font)!important;text-transform:uppercase!important;font-weight:900!important}.future-tabs button.active{color:#fff!important;text-shadow:0 0 12px #e032496b!important;background:linear-gradient(90deg,#e0324926,#0000 82%)!important;border-left-color:#e03249!important}@media (min-width:821px){.profile-shell>.site-header{align-self:start!important;height:100dvh!important;position:sticky!important;top:0!important}}.bot-mode .opening-readout>small{font-family:var(--title-font)!important;text-transform:uppercase!important;font-size:14px!important;font-weight:900!important;line-height:1!important}.bot-mode .opening-readout>strong{font-family:var(--subheading-font)!important;font-weight:700!important}.profile-page input:focus-visible,.profile-page button:focus-visible,.public-room-lobby button:focus-visible{outline-offset:2px!important;outline:1px solid #ed3a52!important;box-shadow:0 0 0 3px #ed3a5223,0 0 18px #ed3a522c!important}.nav-notification,.friend-online-dot,.public-profile-friends>button>i.online{box-shadow:0 0 10px #ec334b99!important}:is(.social-request-row,.notification-row:has(.notification-unread)){box-shadow:inset 2px 0 #df3047,0 0 14px #df304712!important}.opponent-friend-outgoing,.opponent-friend-incoming{color:#ff7184!important;border-color:#ac2c3e!important;box-shadow:inset 0 0 14px #d62e4520!important}.rating-profile-link{min-width:0;color:inherit!important;text-align:left!important;cursor:pointer!important;background:0 0!important;border:0!important;padding:0!important}.rating-profile-link:hover b{text-shadow:0 0 10px #fff4;color:#fff!important}.social-person-row>.social-profile-link{width:auto!important;min-width:0!important;height:auto!important;color:inherit!important;place-items:initial!important;text-align:left!important;text-transform:none!important;background:0 0!important;border:0!important;gap:3px!important;padding:0!important;display:grid!important}.social-person-row>.social-profile-link:hover{color:#fff!important;background:0 0!important}.social-person-row>.social-profile-link b{font-family:var(--subheading-font)!important}.social-person-row>.social-profile-link span{font-family:var(--body-font)!important;font-weight:400!important}.public-profile-page{align-content:start!important;gap:14px!important;width:min(1100px,100%)!important;display:grid!important}.public-profile-header{margin:0!important}.public-profile-actions{align-items:center;gap:7px;display:flex}.public-profile-actions button,.public-profile-back{color:#e9e7e0;text-transform:uppercase;cursor:pointer;background:#111216;border:1px solid #484b50;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 12px;font-weight:900;display:inline-flex;font-family:var(--title-font)!important}.public-profile-actions .profile-primary{color:#090a0b;background:#ece9e2;border-color:#ece9e2}.public-profile-actions .relation-outgoing,.public-profile-actions .relation-friend{color:#a5a7ac;background:#141519;border-color:#3c3f44}.public-rating-card,.public-friends-card{background:#101115;border:1px solid #3d4045;padding:18px}.public-rating-card{min-height:380px}.public-friends-card{min-height:160px}.public-profile-friends{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.public-profile-friends>button{color:#eceae4;text-align:left;cursor:pointer;background:#0b0c0e;border:1px solid #34373b;grid-template-columns:42px minmax(0,1fr) 8px;align-items:center;gap:9px;min-height:58px;padding:7px;transition:transform .16s cubic-bezier(.22,1,.36,1),border-color .15s;display:grid;position:relative}.public-profile-friends>button:hover{border-color:#676a70;transform:translateY(-2px)}.public-profile-friends img{object-fit:cover;width:42px;height:42px}.public-profile-friends span{gap:3px;min-width:0;display:grid}.public-profile-friends b{text-overflow:ellipsis;overflow:hidden;font-family:var(--subheading-font)!important}.public-profile-friends small{color:#999ca2;font-family:var(--subheading-font)!important}.public-profile-friends>button>i{background:#4b4e53;border-radius:50%;width:7px;height:7px}.public-profile-friends>button>i.online{background:#40d177}.friend-online-dot{background:#40d177;border-radius:50%;width:7px;height:7px;margin-right:5px;display:inline-block}.profile-empty-state{color:#85888d;border:1px dashed #393c41;place-items:center;min-height:90px;margin:0;display:grid;font-family:var(--body-font)!important}@media (max-width:900px){.reward-track-items{width:100%!important}.public-profile-friends{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.public-profile-header{grid-template-columns:58px minmax(0,1fr)!important}.public-profile-actions{grid-column:1/-1}.public-profile-friends{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.brand,.public-profile-friends>button{transition:none!important}.brand:hover,.brand:active,.public-profile-friends>button:hover{transform:none!important}}.future-tabs button{box-sizing:border-box!important;border:2px solid #0000!important}.future-tabs button.active{color:#08090a!important;text-shadow:none!important;background:#f2efe8!important;border:2px solid #f2efe8!important;box-shadow:0 0 16px #fff2!important}.future-tabs button.active svg{filter:none!important}.play-setup-panel>.setup-heading:has(+.slot-rule-note){border-bottom:0!important;padding-bottom:0!important}.play-setup-panel>.setup-heading+.slot-rule-note{margin-top:7px!important}.time-presets{grid-template-columns:repeat(5,minmax(0,1fr))!important}.player-name-stack strong,.arcade-player b,.room-player b,.rating-player b,.social-profile-link b,.profile-name-line h2,.public-profile-friends b{padding-bottom:1px!important;line-height:1.15!important}:root .app-shell.app-shell .room-variant,:root .app-shell.app-shell .room-wager,:root .app-shell.app-shell .room-wager svg{text-transform:none!important;font-family:Segoe UI,sans-serif!important;font-weight:700!important}:root .app-shell.app-shell .public-room-row>button,:root .app-shell.app-shell .public-room-row>button span{font-family:var(--title-font)!important;text-transform:uppercase!important;font-weight:900!important}.public-create-actions button{white-space:nowrap!important;font-size:13px!important}.online-match-setup.has-open-room .online-opponent-tabs,.online-match-setup.has-open-room .mode-wager-control,.online-match-setup.has-open-room .public-create-actions,.online-match-setup.has-open-room .mode-friend-search{opacity:.42!important}.online-match-setup.has-open-room :disabled{cursor:not-allowed!important}@media (max-width:760px){.future-tabs button.active{border-color:#f2efe8!important}}.elo-area{stroke:none!important}.elo-line,.elo-line-shadow{fill:none!important;stroke-linecap:round!important;stroke-linejoin:round!important}.elo-active-point{fill:#fff!important;stroke:#fff!important;filter:drop-shadow(0 0 8px #fff)drop-shadow(0 0 16px #ffffff72)!important}:root .app-shell.app-shell .clock,:root .app-shell.app-shell .arcade-player>strong,:root .app-shell.app-shell .trainer-clock.clock{box-sizing:border-box!important;text-align:center!important;color:#fff!important;min-width:76px!important;height:32px!important;font-family:var(--subheading-font)!important;font-variant-numeric:tabular-nums!important;box-shadow:none!important;background:#17191c!important;border:1px solid #393c42!important;border-radius:0!important;place-items:center!important;margin-left:auto!important;padding:0 9px!important;font-size:18px!important;font-weight:700!important;line-height:1!important;display:grid!important}:root .app-shell.app-shell .clock.active,:root .app-shell.app-shell .arcade-player>strong.live,:root .app-shell.app-shell .trainer-clock.clock.active{color:#08090a!important;background:#f3f1ea!important;border-color:#f3f1ea!important}:root .app-shell.app-shell .clock.low,:root .app-shell.app-shell .arcade-player>strong.low,:root .app-shell.app-shell .trainer-clock.clock.low{color:#fff!important;background:#a91e33!important;border-color:#ed3b52!important;box-shadow:0 0 14px #e52c4540!important}.slot-window.spinning .slot-strip{animation-name:slot-reel-continuous!important;animation-duration:1.62s!important;animation-timing-function:cubic-bezier(.12,.72,.16,1)!important;animation-delay:0s!important}@keyframes slot-reel-continuous{0%{filter:blur()brightness();transform:translate(0,0)}12%{filter:blur(4px)brightness(1.15)}72%{filter:blur(2px)brightness(1.07)}94%{filter:blur(.35px)brightness(1.01)}to{transform:translate3d(0,var(--reel-end),0);filter:blur()brightness()}}.bot-mode :is(.motion-blur-ghost,.motion-trail,.landing-particles,.landing-glow,.capture-burst,.piece-aura,.single-frame-impact,.cinematic-flicker,.cinematic-optics,.shared-motion-trail,.shared-landing-burst){display:none!important}.bot-mode :is(.moving-piece .motion-piece-art,.moving-piece.capture-flight .motion-piece-art){filter:drop-shadow(0 7px 4px #000a)!important}.bot-mode .board-camera{filter:none!important}.rating-change{font-variant-numeric:tabular-nums;background:#0c0d0f;border:1px solid;grid-column:1/-1;place-items:center;width:100%;min-height:42px;font-size:25px;font-weight:900;animation:.42s cubic-bezier(.18,.82,.22,1) both rating-change-in;display:grid;font-family:var(--title-font)!important}.rating-change.gain{color:#4be081;box-shadow:inset 0 0 24px #2fd96b18,0 0 16px #2fd96b24}.rating-change.loss{color:#ff5268;box-shadow:inset 0 0 24px #ed304818,0 0 16px #ed304824}@keyframes rating-change-in{0%{opacity:0;transform:translateY(7px)scale(.98)}to{opacity:1;transform:none}}.new-game-action{color:#08090a!important;font-family:var(--title-font)!important;background:#f2efe8!important;border-color:#f2efe8!important;font-weight:900!important;transition:transform .16s cubic-bezier(.22,1,.36,1),background-color .14s,box-shadow .14s!important;box-shadow:0 0 14px #ffffff1c!important}.new-game-action:hover{background:#fff!important;transform:translateY(-2px)!important;box-shadow:0 5px 20px #ffffff2b!important}.new-game-action:active{transform:translateY(0)scale(.985)!important}.reward-track-items{width:100%!important;height:100px!important;display:block!important;position:relative!important}.reward-track-items>article{top:7px!important;left:var(--reward-position)!important;width:min(190px,21%)!important;transform:translateX(var(--reward-shift))!important;box-sizing:border-box!important;margin:0!important;position:absolute!important}.reward-track-items>article:before{left:calc(var(--reward-pointer) - 6px)!important}.aim-trainer-layout .trainer-leaderboard li b{font-family:var(--subheading-font)!important;text-transform:none!important;font-weight:700!important}.home-page.lobby-page{scroll-behavior:smooth!important;background:#050506!important;width:100%!important;height:100%!important;min-height:0!important;display:block!important;position:relative!important;overflow:hidden auto!important}.home-hero-stage{isolation:isolate;background:#050506;min-height:270dvh;position:relative}.home-hero-media-sticky{z-index:0;isolation:isolate;box-sizing:border-box;background:linear-gradient(90deg,#050506 0%,#050506ef 34%,#05050670 58%,#0505061a 78%),radial-gradient(circle at 70% 42%,#2b2e342e,#0000 48%),#050506;height:100dvh;min-height:680px;position:sticky;top:0;overflow:hidden}.home-hero-media-sticky:before{content:"";z-index:1;pointer-events:none;opacity:.16;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");position:absolute;inset:0}.home-hero-media-sticky:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#05050605 54%,#050506 98%);position:absolute;inset:0}.home-hero-sequence{z-index:0;object-fit:contain;opacity:.8;-webkit-user-select:none;user-select:none;contain:layout paint;filter:contrast(1.08)brightness(.9);width:min(76%,1120px);height:88%;position:absolute;top:48%;right:-3%;transform:translateY(-50%)}.home-hero-flow{z-index:2;pointer-events:none;-webkit-user-select:text;user-select:text;margin-top:-100dvh;position:relative}.home-hero-flow :where(button,a){pointer-events:auto}.home-hero-intro{box-sizing:border-box;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:48px;min-height:100dvh;padding:clamp(70px,8vw,126px) clamp(34px,5.6vw,88px) clamp(48px,7vw,96px);display:flex}.home-hero-copy{align-content:start;justify-items:start;gap:18px;width:min(660px,56%);display:grid;position:relative}.home-eyebrow{color:#e44257;letter-spacing:.08em;font-size:14px;font-weight:400;font-family:var(--body-font)!important}.home-hero-copy h1{color:#f6f3eb;letter-spacing:-.025em;text-transform:uppercase;text-shadow:0 0 34px #ffffff13;margin:0;font-size:clamp(78px,9.4vw,158px);font-weight:800;line-height:.76;display:grid;font-family:var(--title-font)!important}.home-hero-copy p{color:#c7c8ca;margin:4px 0 0;font-size:clamp(15px,1.25vw,18px);font-weight:400;font-family:var(--body-font)!important}.home-primary-action,.home-secondary-action{isolation:isolate;color:#fff;text-transform:uppercase;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;background:#c92f46;border:1px solid #c92f46;justify-content:space-between;align-items:center;gap:22px;width:auto;min-height:52px;padding:0 18px;font-size:15px;font-weight:800;transition:transform .16s cubic-bezier(.22,1,.36,1),box-shadow .2s,color .2s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 18px #c92f4626;font-family:var(--title-font)!important}.home-action-fill{transition:transform .26s cubic-bezier(.22,1,.36,1);transform:translate(-101%);z-index:0!important;pointer-events:none!important;background:#fff!important;display:block!important;position:absolute!important;inset:0!important}.home-primary-action span,.home-primary-action svg,.home-secondary-action span,.home-secondary-action svg{z-index:1;position:relative}.home-primary-action svg,.home-secondary-action svg{transition:transform .17s cubic-bezier(.22,1,.36,1)}.home-primary-action:active,.home-secondary-action:active{transform:scale(.97)}.home-primary-action{margin-top:10px}.home-hero-index{border-top:1px solid #41444a;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:min(610px,56%);margin:0;padding:15px 0 0;display:grid}.home-hero-index div{gap:3px;display:grid}.home-hero-index dt{font-size:20px;font-weight:800;font-family:var(--title-font)!important}.home-hero-index dd{color:#8f9298;margin:0;font-size:12px;font-weight:400;font-family:var(--body-font)!important}.home-story-section{box-sizing:border-box;align-content:center;justify-items:start;gap:21px;min-height:72dvh;margin-top:-72px;padding:clamp(48px,6.5vw,96px) clamp(34px,5.6vw,88px);display:grid}.home-story-heading{gap:12px;width:min(680px,58%);display:grid}.home-story-heading>span{color:#9a9da3;text-transform:uppercase;font-size:14px;font-weight:800;font-family:var(--title-font)!important}.home-story-heading h2{color:#f1eee7;margin:0;font-size:clamp(32px,4vw,62px);font-weight:700;line-height:.98;font-family:var(--subheading-font)!important}.home-story-heading p{color:#a8aaaf;max-width:600px;margin:0;font-size:16px;line-height:1.55;font-family:var(--body-font)!important}.home-value-list{border-top:1px solid #3b3e44;width:min(680px,58%);display:grid}.home-value-list article{border-bottom:1px solid #3b3e44;grid-template-columns:1fr;align-items:start;gap:5px;padding:14px 2px;display:grid}.home-value-list h3{text-transform:uppercase;margin:0;font-size:21px;font-weight:800;line-height:1;font-family:var(--title-font)!important}.home-value-list p{color:#a5a7ac;margin:0;font-size:15px;line-height:1.45;font-family:var(--body-font)!important}.home-proof-row{box-sizing:border-box;border-top:0;justify-content:flex-start;align-items:flex-start;min-height:19dvh;margin:-28px clamp(34px,5.6vw,88px) 0;padding:10px 0 30px;display:flex}.home-secondary-action{margin-top:10px}.home-proof-row blockquote{text-align:left;color:#e8e5de;gap:5px;margin:0;padding-left:68px;font-size:clamp(18px,1.8vw,26px);font-weight:700;line-height:1.16;display:grid;position:relative;font-family:var(--body-font)!important}.home-proof-row blockquote:before{content:"“";color:#c92f46;font-size:92px;font-weight:700;line-height:1;position:absolute;top:-18px;left:0;font-family:var(--body-font)!important}.home-proof-row blockquote p{margin:0}.home-proof-row cite{color:#85888e;font-size:13px;font-style:normal;font-weight:400}.home-page .home-console{z-index:3!important;box-sizing:border-box!important;background:#08090bf5!important;border-top:1px solid #484b52!important;width:100%!important;min-height:calc(100dvh - 28px)!important;margin:0!important;padding:clamp(24px,4vw,56px)!important;position:relative!important}.home-page .home-console>header h3{font-family:var(--title-font)!important;text-transform:uppercase!important;font-size:clamp(34px,4vw,48px)!important;font-weight:800!important;line-height:1!important}@media (max-width:900px){.home-hero-stage{min-height:260dvh}.home-hero-media-sticky{min-height:720px}.home-hero-sequence{opacity:.58;width:112%;right:-24%}.home-hero-copy,.home-hero-index,.home-story-heading{width:76%}.home-hero-copy h1{font-size:clamp(66px,15vw,112px)}.home-value-list{width:76%}}@media (max-width:600px){.home-hero-stage{min-height:285dvh}.home-hero-media-sticky{height:100dvh;min-height:720px}.home-hero-intro,.home-story-section{padding-left:18px;padding-right:18px}.home-hero-copy,.home-hero-index,.home-story-heading{width:100%}.home-hero-copy h1{font-size:clamp(60px,19vw,88px)}.home-hero-sequence{width:140%;height:70%;top:43%;right:-40%}.home-hero-index{gap:8px}.home-value-list{width:100%}.home-value-list article{grid-template-columns:1fr;gap:7px;padding:15px 0}.home-proof-row{margin:-10px 18px 0;padding:28px 0}.home-proof-row blockquote{padding-left:46px;font-size:18px}.home-proof-row blockquote:before{font-size:64px;top:-9px}}@media (prefers-reduced-motion:reduce){.slot-window.spinning .slot-strip{animation:none!important}.rating-change,.home-primary-action,.home-secondary-action,.new-game-action{transition:none!important;animation:none!important}.home-action-fill{transition:none!important}.home-primary-action:hover,.home-secondary-action:hover,.new-game-action:hover{transform:none!important}}:root .app-shell.app-shell :where(.home-hero-copy h1,.home-story-heading>span,.home-hero-index dt,.home-page .home-console>header h3,.setup-heading h2,.arcade-console h2,.trainer-title h2,.settings-title,.slot-rule-note b,.compact-match-tools button,.new-game-action,.home-primary-action,.home-secondary-action){font-family:var(--title-font)!important;text-transform:uppercase!important}.play-setup-panel:not(.david-setup-panel) .setup-heading h2,.arcade-console h2{white-space:nowrap!important;max-width:100%!important;margin-top:0!important;font-size:clamp(30px,2.25vw,36px)!important;font-weight:800!important;line-height:1!important}.slot-live-rule-note{margin:12px 14px 2px!important;padding:12px 13px!important}.compact-match-tools:has(>.new-game-action){flex-wrap:wrap!important}.compact-match-tools>:not(.rating-change):not(.new-game-action){order:0!important}.compact-match-tools>.rating-change{order:20!important}.compact-match-tools>.new-game-action{order:21!important}.compact-match-tools>button.active:hover:not(:disabled),.slot-match-tools>button.active:hover:not(:disabled){color:#08090a!important;background:#f2efe8!important;border-color:#f2efe8!important}.compact-match-tools>.new-game-action{color:#08090a!important;background:#f2efe8!important;border:1px solid #f2efe8!important;flex:1 0 100%!important;width:100%!important;min-width:100%!important;min-height:50px!important;margin-top:1px!important}.rating-change{width:100%!important;min-height:49px!important;box-shadow:none!important;font-family:var(--title-font)!important;font-variant-numeric:tabular-nums!important;background:0 0!important;border:0!important;flex:1 0 100%!important;justify-content:center!important;align-items:center!important;gap:7px!important;margin:4px 0 0!important;font-size:29px!important;font-weight:800!important;line-height:1!important;display:flex!important;overflow:visible!important}.rating-change>span{transform-origin:50%;will-change:transform,filter,opacity;display:inline-block}.rating-change>small{color:currentColor;opacity:.78;align-self:center;margin-top:8px;font-family:var(--subheading-font)!important;letter-spacing:.08em!important;font-size:11px!important;font-weight:700!important}.rating-change.gain,.rating-change.loss{box-shadow:none!important}.rating-change.is-counting>span{text-shadow:-8px 0 8px,8px 0 8px;filter:blur(.55px);animation:.105s linear infinite rating-count-shake}.rating-change.is-settled>span{animation:.36s cubic-bezier(.22,1,.36,1) both rating-count-settle}@keyframes rating-count-shake{0%,to{transform:translate(0,0)skew(0)}30%{transform:translate(-1.4px,.4px)skew(-.7deg)}65%{transform:translate(1.4px,-.4px)skew(.7deg)}}@keyframes rating-count-settle{0%{opacity:.7;filter:blur(2px);transform:scale(1.18)}to{opacity:1;filter:blur();transform:scale(1)}}.player-name-stack,.arcade-player>span:nth-child(2){grid-template-rows:auto auto!important;grid-template-columns:max-content auto!important;align-content:center!important;align-items:center!important;gap:0 6px!important;display:grid!important;overflow:visible!important}.player-name-stack>small,.arcade-player>span:nth-child(2)>small{grid-area:2/1/auto/-1!important;margin-top:-1px!important;line-height:1.2!important;overflow:visible!important}.player-name-stack>strong,.arcade-player>span:nth-child(2)>b{grid-area:1/1!important;padding:0 0 2px!important;line-height:1.28!important;overflow:hidden!important}.player-name-stack>.player-equipped-flair,.arcade-player>span:nth-child(2)>.player-equipped-flair{grid-area:1/2!important}.profile-elo-card .elo-chart-wrap{padding-bottom:10px!important}.profile-elo-card .elo-chart{min-height:320px!important}.elo-x-label{font-size:18px!important}@media (prefers-reduced-motion:reduce){.rating-change.is-counting>span,.rating-change.is-settled>span{filter:none!important;text-shadow:none!important;animation:none!important}.home-primary-action svg,.home-secondary-action svg{transition:none!important}}:root .app-shell.app-shell :where(.home-hero-copy h1,.home-hero-copy h1 span,.home-primary-action,.home-primary-action span,.home-secondary-action,.home-secondary-action span,.home-story-heading>span,.home-story-heading h2,.home-value-list h3,.home-hero-index dt,.home-proof-row dt,.home-page .home-console>header h3){text-transform:uppercase!important;font-family:Barlow Condensed,Segoe UI,sans-serif!important;font-weight:800!important}.home-hero-copy h1{letter-spacing:-.015em!important}.home-primary-action,.home-secondary-action{touch-action:manipulation;font-size:16px!important}.home-primary-action:active,.home-secondary-action:active{transition-duration:0s!important;transform:scale(.97)!important}.home-story-heading h2{letter-spacing:-.012em!important;font-size:clamp(38px,4.5vw,68px)!important;line-height:.9!important}.home-value-list h3{font-size:21px!important;line-height:1!important}@media (hover:hover) and (pointer:fine){.home-primary-action:hover,.home-secondary-action:hover{color:#090a0c!important;background:#c92f46!important;box-shadow:0 0 26px #ffffff30!important}.home-primary-action:hover .home-action-fill,.home-secondary-action:hover .home-action-fill{transform:translate(0,0)}.home-primary-action:hover svg{transform:translate(4px)}.home-secondary-action:hover svg{transform:translate(2px,-2px)}}.home-hero-stage{min-height:0!important}.home-proof-row{background:linear-gradient(90deg,#ffffff04,#0000 62%)!important;align-items:flex-start!important;min-height:19dvh!important;padding:10px 0 30px!important}.home-proof-row blockquote{max-width:760px!important;font-size:clamp(18px,1.8vw,26px)!important;line-height:1.16!important}@media (max-width:900px){.home-hero-stage{min-height:0!important}}@media (max-width:600px){.home-proof-row{min-height:17dvh!important;padding:8px 0 26px!important}}@media (min-width:821px){.app-shell.home-shell,.app-shell.profile-shell{column-gap:0!important}}:root .app-shell.app-shell :where(.home-hero-copy h1 span,.home-primary-action span,.home-secondary-action span){font-family:var(--title-font)!important;text-transform:uppercase!important;font-weight:800!important}:root .app-shell.app-shell :where(.home-eyebrow,.home-hero-copy p,.home-hero-index dd,.home-value-list p,.home-proof-row dd,.home-proof-row blockquote,.home-proof-row cite){font-family:var(--body-font)!important}.play-setup-panel>.setup-heading{margin-bottom:15px!important}.play-setup-panel>.setup-heading+.slot-rule-note{margin:0 0 18px!important}.trainer-title+.trainer-rule-note{margin-top:0!important;margin-bottom:18px!important}.new-game-action,.compact-match-tools>.new-game-action{margin-top:13px!important}.rating-change>span{position:relative}.rating-change.is-counting>span{will-change:transform,filter;filter:blur(.45px);animation:96ms linear infinite rating-count-shake!important}.rating-change.is-counting>span:before,.rating-change.is-counting>span:after{content:attr(data-value);pointer-events:none;opacity:.24;filter:blur(1.1px);position:absolute;inset:0}.rating-change.is-counting>span:before{transform:translate(-4px)}.rating-change.is-counting>span:after{transform:translate(4px)}.rating-change.is-settled>span{will-change:auto}@media (prefers-reduced-motion:reduce){.rating-change.is-counting>span{will-change:auto!important;filter:none!important}.rating-change.is-counting>span:before,.rating-change.is-counting>span:after{display:none!important}}.arcade-slots .variant-motion-piece,.bot-mode .moving-piece.in-flight,.bot-mode .moving-piece.in-flight.piece-p,.bot-mode .moving-piece.in-flight.piece-n,.bot-mode .moving-piece.in-flight.piece-b,.bot-mode .moving-piece.in-flight.piece-r,.bot-mode .moving-piece.in-flight.piece-q,.bot-mode .moving-piece.in-flight.piece-k,.bot-mode .moving-piece.in-flight.special-castle,.bot-mode .moving-piece.in-flight.special-promotion,.bot-mode .moving-piece.in-flight.special-en-passant,.bot-mode .moving-piece.in-flight.secondary-castle{filter:none!important;box-shadow:none!important;transform-origin:50%!important;animation-timing-function:cubic-bezier(.22,.78,.24,1)!important}.arcade-slots .variant-motion-piece{animation-name:slot-bot-piece-glide!important;animation-duration:var(--variant-duration)!important;animation-fill-mode:both!important}.bot-mode .moving-piece.in-flight{animation:none!important}@keyframes slot-bot-piece-glide{0%{transform:translate(0,0)}to{transform:translate3d(var(--variant-tx),var(--variant-ty),0)}}.arcade-slots .variant-motion-piece img,.bot-mode .moving-piece .motion-piece-art,.bot-mode .moving-piece.capture-flight .motion-piece-art{filter:none!important;box-shadow:none!important;animation:none!important;transform:none!important}.arcade-slots .variant-motion-piece i,.arcade-slots .variant-motion-piece.capture:after,.bot-mode :is(.moving-ground-shadow,.motion-blur-ghost,.motion-trail,.landing-particles,.landing-glow,.capture-burst,.captured-victim,.piece-aura,.single-frame-impact,.cinematic-flicker,.cinematic-optics,.shared-motion-trail,.shared-landing-burst){display:none!important}.arcade-slots .variant-piece.arrived,.bot-mode .piece-arrive{animation:none!important}.arcade-slots .variant-square.legal.capture:after{aspect-ratio:auto!important;opacity:.32!important;width:auto!important;height:auto!important;box-shadow:none!important;background:0 0!important;border:5px solid #d8dad5!important;border-radius:50%!important;animation:none!important;inset:10%!important}.arcade-slots .variant-square.light.legal.capture:after{border-color:#414746!important}.bot-mode .last-move-memory-fill{opacity:1!important;filter:none!important;box-shadow:none!important;background:#df3f4852!important;animation:none!important;display:block!important;inset:0!important}.bot-mode .last-move-memory-fill.origin{background:#df3f4838!important}.bot-mode :is(.bot-classification-exit,.move-badge,.cool-move-flair){display:none!important}.slot-window.spinning .slot-strip{animation:1.22s cubic-bezier(.1,.7,.08,1) both slot-reel-restored!important;animation-delay:calc(var(--reel) * 55ms)!important}.slot-window.spinning .slot-strip img{animation:none!important}@keyframes slot-reel-restored{0%{filter:blur()brightness();transform:translate(0,0)}16%{filter:blur(4.8px)brightness(1.25)}68%{filter:blur(3px)brightness(1.12)}90%{filter:blur(1px)brightness(1.03)}to{transform:translate3d(0,var(--reel-end),0);filter:blur()brightness()}}.home-proof-row{padding-top:22px!important}.guest-room-preview{place-items:center;min-height:500px;display:grid;position:relative;overflow:hidden}.guest-room-preview-content{filter:blur(5px);opacity:.48;pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute;inset:0}.guest-room-preview-content .room-list-heading{height:42px}.guest-room-preview-content .room-list-heading>span{background:#111216;border:1px solid #505258;width:38px;height:36px}.guest-room-row{min-height:58px!important}.guest-room-row .room-player i{background:#25272b}.guest-join-placeholder{color:#ece9e1;min-height:36px;font-family:var(--title-font);text-transform:uppercase;background:#151619;border:1px solid #505258;place-items:center;display:grid}.guest-room-preview .lobby-sign-in{z-index:2;position:relative;width:auto!important;min-width:168px!important;min-height:46px!important;margin:46px 0 0!important;padding:0 16px!important;box-shadow:0 12px 34px #000b,0 0 22px #ffffff12!important}.profile-shell .profile-page{box-shadow:none!important;background:0 0!important;border:0!important}@media (prefers-reduced-motion:reduce){.arcade-slots .variant-motion-piece,.bot-mode .moving-piece.in-flight{animation-duration:.12s!important}.slot-window.spinning .slot-strip{animation-duration:.18s!important;animation-delay:0s!important}}
