.chess-root.svelte-1fjp4k4{--chess-bg: #0e0e0e;--chess-surface: #161616;--chess-surface2: #1e1e1e;--chess-border: #2a2a2a;--chess-accent: #c9a84c;--chess-accent2: #e8c97a;--chess-text: #e8e4dc;--chess-text-dim: #7a7670;--chess-text-dimmer: #3d3b38;--chess-light-sq: #f0d9b5;--chess-dark-sq: #b58863;--chess-move-dot: rgba(0, 0, 0, .22);--chess-capture-ring: rgba(0, 0, 0, .35);--chess-selected: rgba(20, 85, 30, .5);--chess-last-move: rgba(155, 199, 0, .41);--chess-check-sq: rgba(220, 50, 50, .65);--chess-font-display: "Playfair Display", Georgia, serif;--chess-font-mono: "Courier Prime", "Courier New", monospace;--chess-board-size: min(520px, 90vw);--chess-sq: calc(var(--chess-board-size) / 8);position:relative;background:var(--chess-bg);color:var(--chess-text);font-family:var(--chess-font-mono);font-size:13px;min-height:100vh;overflow-x:hidden}.chess-noise.svelte-1fjp4k4{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:999;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}.chess-header.svelte-1fjp4k4{display:flex;align-items:baseline;gap:18px;padding:22px 32px 14px;border-bottom:1px solid var(--chess-border)}.chess-logo.svelte-1fjp4k4{font-family:var(--chess-font-display);font-size:28px;font-weight:900;letter-spacing:.04em;color:var(--chess-accent);text-transform:uppercase}.chess-tagline.svelte-1fjp4k4{color:var(--chess-text-dim);font-size:11px;letter-spacing:.14em;text-transform:uppercase}.chess-rules-link.svelte-1fjp4k4{margin-left:auto;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--chess-text-dim);text-decoration:none;border-bottom:1px solid var(--chess-border);padding-bottom:1px;transition:color .2s,border-color .2s}.chess-rules-link.svelte-1fjp4k4:hover{color:var(--chess-accent);border-color:var(--chess-accent)}.chess-main.svelte-1fjp4k4{display:flex;align-items:flex-start;justify-content:center;gap:20px;padding:28px 24px;min-height:calc(100vh - 70px)}.chess-sidebar.svelte-1fjp4k4{display:flex;flex-direction:column;gap:12px;width:178px;flex-shrink:0}.chess-panel.svelte-1fjp4k4{background:var(--chess-surface);border:1px solid var(--chess-border);padding:14px;position:relative}.chess-panel-label.svelte-1fjp4k4{font-size:9px;letter-spacing:.22em;color:var(--chess-text-dim);text-transform:uppercase;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--chess-border)}.chess-captured-pieces.svelte-1fjp4k4{font-size:17px;line-height:1.5;min-height:22px;letter-spacing:-2px;color:var(--chess-text-dim)}.chess-divider.svelte-1fjp4k4{height:1px;background:var(--chess-border);margin:8px 0}.chess-material-score.svelte-1fjp4k4{font-family:var(--chess-font-display);font-size:36px;font-weight:700;color:var(--chess-accent);text-align:center;padding:4px 0}.chess-engine-stat.svelte-1fjp4k4{display:flex;justify-content:space-between;padding:3px 0;color:var(--chess-text-dim);border-bottom:1px solid var(--chess-border);font-size:12px}.chess-engine-stat.svelte-1fjp4k4:last-child{border-bottom:none}.chess-engine-stat.svelte-1fjp4k4 span:where(.svelte-1fjp4k4):last-child{color:var(--chess-accent2);font-weight:700}.chess-status-text.svelte-1fjp4k4{font-family:var(--chess-font-display);font-size:15px;margin-bottom:10px;line-height:1.3;min-height:38px}.chess-turn-indicator.svelte-1fjp4k4{width:28px;height:28px;border-radius:50%;border:2px solid var(--chess-border);transition:background .3s,border-color .3s,box-shadow .3s}.chess-turn-indicator.chess-white-turn.svelte-1fjp4k4{background:#f0d9b5;border-color:#c9a84c;box-shadow:0 0 10px #c9a84c66}.chess-turn-indicator.chess-black-turn.svelte-1fjp4k4{background:#1a1008;border-color:#7a7670;box-shadow:0 0 10px #0009}.chess-setting-row.svelte-1fjp4k4{display:flex;justify-content:space-between;align-items:center;padding:5px 0;border-bottom:1px solid var(--chess-border);cursor:pointer;color:var(--chess-text-dim)}.chess-setting-row.svelte-1fjp4k4:last-child{border-bottom:none}.chess-select.svelte-1fjp4k4{background:var(--chess-surface2);border:1px solid var(--chess-border);color:var(--chess-text);font-family:var(--chess-font-mono);font-size:11px;padding:2px 6px;cursor:pointer;outline:none;-webkit-appearance:none}.chess-select.svelte-1fjp4k4:focus{border-color:var(--chess-accent)}.chess-move-log.svelte-1fjp4k4{max-height:180px;overflow-y:auto;font-size:12px;line-height:1.8;color:var(--chess-text-dim)}.chess-move-log.svelte-1fjp4k4::-webkit-scrollbar{width:4px}.chess-move-log.svelte-1fjp4k4::-webkit-scrollbar-track{background:transparent}.chess-move-log.svelte-1fjp4k4::-webkit-scrollbar-thumb{background:var(--chess-border)}.chess-move-pair.svelte-1fjp4k4{display:flex;gap:4px}.chess-move-num.svelte-1fjp4k4{color:var(--chess-text-dimmer);min-width:22px}.chess-move-w.svelte-1fjp4k4,.chess-move-b.svelte-1fjp4k4{flex:1;padding:0 3px;cursor:default;border-radius:2px;transition:background .15s}.chess-move-w.svelte-1fjp4k4:hover,.chess-move-b.svelte-1fjp4k4:hover{background:var(--chess-surface2);color:var(--chess-text)}.chess-move-latest.svelte-1fjp4k4{color:var(--chess-accent2)!important}.chess-controls.svelte-1fjp4k4{display:flex;flex-direction:column;gap:8px}.chess-btn.svelte-1fjp4k4{width:100%;padding:9px 12px;border:1px solid var(--chess-border);font-family:var(--chess-font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .2s,color .2s,border-color .2s,transform .1s}.chess-btn.svelte-1fjp4k4:active{transform:translateY(1px)}.chess-btn-primary.svelte-1fjp4k4{background:var(--chess-accent);color:#0e0e0e;border-color:var(--chess-accent);font-weight:700}.chess-btn-primary.svelte-1fjp4k4:hover{background:var(--chess-accent2);border-color:var(--chess-accent2)}.chess-btn-secondary.svelte-1fjp4k4{background:transparent;color:var(--chess-text-dim)}.chess-btn-secondary.svelte-1fjp4k4:hover{background:var(--chess-surface2);color:var(--chess-text);border-color:var(--chess-text-dim)}.chess-board-area.svelte-1fjp4k4{display:flex;flex-direction:column;align-items:center;-webkit-user-select:none;user-select:none}.chess-rank-labels.svelte-1fjp4k4{display:flex;flex-direction:column;position:absolute;pointer-events:none}.chess-board-wrapper.svelte-1fjp4k4{position:relative;box-shadow:0 0 0 2px var(--chess-dark-sq),0 0 0 4px #1a1008,0 8px 48px #000000b3,0 2px 8px #00000080}.chess-board.svelte-1fjp4k4{display:grid;grid-template-columns:repeat(8,var(--chess-sq));grid-template-rows:repeat(8,var(--chess-sq));width:var(--chess-board-size);height:var(--chess-board-size);position:relative;cursor:default}.chess-file-labels.svelte-1fjp4k4{display:flex;width:var(--chess-board-size);margin-top:6px}.chess-rank-label-item.svelte-1fjp4k4{height:var(--chess-sq);width:16px;font-size:10px;color:var(--chess-text-dimmer);display:flex;align-items:center;justify-content:center}.chess-file-label-item.svelte-1fjp4k4{flex:1;text-align:center;font-size:10px;color:var(--chess-text-dimmer)}.chess-sq.svelte-1fjp4k4{width:var(--chess-sq);height:var(--chess-sq);display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:filter .1s}.chess-sq.chess-light.svelte-1fjp4k4{background:var(--chess-light-sq)}.chess-sq.chess-dark.svelte-1fjp4k4{background:var(--chess-dark-sq)}.chess-sq.chess-selected.svelte-1fjp4k4{background:var(--chess-selected)!important;box-shadow:inset 0 0 0 3px #14551eb3}.chess-sq.chess-last-move-from.svelte-1fjp4k4,.chess-sq.chess-last-move-to.svelte-1fjp4k4{background:var(--chess-last-move)!important}.chess-sq.chess-in-check.svelte-1fjp4k4{background:var(--chess-check-sq)!important}.chess-sq.chess-legal-move.svelte-1fjp4k4:after{content:"";position:absolute;width:30%;height:30%;border-radius:50%;background:var(--chess-move-dot);pointer-events:none}.chess-sq.chess-legal-capture.svelte-1fjp4k4:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;box-shadow:inset 0 0 0 calc(var(--chess-sq) * .135) var(--chess-capture-ring);pointer-events:none}.chess-piece.svelte-1fjp4k4{width:88%;height:88%;display:flex;align-items:center;justify-content:center;font-size:calc(var(--chess-sq) * .74);line-height:1;position:relative;z-index:2;transition:transform .12s ease;pointer-events:none}.chess-piece.chess-piece-white.svelte-1fjp4k4{color:#fff8ee;filter:drop-shadow(0 0 1px #000) drop-shadow(0 0 2px rgba(0,0,0,.8)) drop-shadow(0 2px 4px rgba(0,0,0,.6))}.chess-piece.chess-piece-black.svelte-1fjp4k4{color:#1a0e00;filter:drop-shadow(0 1px 0 #c8a060) drop-shadow(0 -1px 0 #c8a060) drop-shadow(1px 0 0 #c8a060) drop-shadow(-1px 0 0 #c8a060) drop-shadow(0 2px 3px rgba(0,0,0,.7))}.chess-sq.svelte-1fjp4k4:hover .chess-piece:where(.svelte-1fjp4k4){transform:scale(1.05)}.chess-sq.chess-selected.svelte-1fjp4k4 .chess-piece:where(.svelte-1fjp4k4){transform:scale(1.08)}.chess-thinking-overlay.svelte-1fjp4k4{position:absolute;top:0;right:0;bottom:0;left:0;background:#0e0e0e73;display:flex;align-items:center;justify-content:center;z-index:10;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.chess-thinking-text.svelte-1fjp4k4{font-family:var(--chess-font-display);font-style:italic;color:var(--chess-accent);font-size:22px;animation:svelte-1fjp4k4-chess-pulse 1s ease-in-out infinite}@keyframes svelte-1fjp4k4-chess-pulse{0%,to{opacity:.6}50%{opacity:1}}.chess-modal-box.svelte-1fjp4k4{background:var(--chess-surface);border:1px solid var(--chess-accent);padding:28px 32px;text-align:center;box-shadow:0 20px 60px #000c}.chess-modal-title.svelte-1fjp4k4{font-family:var(--chess-font-display);font-size:20px;color:var(--chess-accent);margin-bottom:20px;letter-spacing:.06em}.chess-promotion-choices.svelte-1fjp4k4{display:flex;gap:8px}.chess-promo-piece.svelte-1fjp4k4{width:64px;height:64px;font-size:48px;line-height:64px;text-align:center;background:var(--chess-surface2);border:1px solid var(--chess-border);cursor:pointer;color:var(--chess-text);transition:background .15s,border-color .15s,transform .1s}.chess-promo-piece.svelte-1fjp4k4:hover{background:var(--chess-border);border-color:var(--chess-accent);transform:scale(1.08)}.chess-game-over-banner.svelte-1fjp4k4{font-family:var(--chess-font-display);font-size:16px;font-style:italic;color:var(--chess-accent);margin-top:4px;opacity:0;animation:svelte-1fjp4k4-chess-fadeIn .6s .2s forwards}@keyframes svelte-1fjp4k4-chess-fadeIn{to{opacity:1}}@media(max-width:900px){.chess-root.svelte-1fjp4k4{--chess-board-size: min(420px, 92vw)}.chess-main.svelte-1fjp4k4{flex-direction:column;align-items:center;padding:16px 12px}.chess-sidebar.svelte-1fjp4k4{width:100%;max-width:520px;flex-direction:row;flex-wrap:wrap}.chess-panel.svelte-1fjp4k4{flex:1;min-width:140px}.chess-move-log.svelte-1fjp4k4{max-height:80px}}@media(max-width:520px){.chess-root.svelte-1fjp4k4{--chess-board-size: 96vw}.chess-header.svelte-1fjp4k4{padding:14px 16px 10px}.chess-logo.svelte-1fjp4k4{font-size:22px}}
