html,body,#root{color:#e2e8f0;background:#0a0a14;width:100%;height:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow:hidden}*{box-sizing:border-box;margin:0;padding:0}.game-container{background:#0a0a14;width:100vw;height:100vh;position:relative;overflow:hidden}.chess-canvas{width:100%;height:100%}.ui-overlay{pointer-events:none;justify-content:space-between;padding:20px;display:flex;position:absolute;inset:0}.ui-left,.ui-right{pointer-events:auto;flex-direction:column;gap:16px;display:flex}.ui-left{align-items:flex-start}.ui-right{align-items:flex-end}.game-status{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f0f1ad9;border:1px solid #6366f133;border-radius:12px;padding:14px 20px;box-shadow:0 4px 24px #0006}.status-indicator{align-items:center;gap:10px;display:flex}.turn-dot{border:2px solid #ffffff4d;border-radius:50%;width:12px;height:12px}.turn-dot.white{background:#f0e6d2}.turn-dot.black{background:#1a1a2e}.status-text{color:#e2e8f0;letter-spacing:.3px;font-size:15px;font-weight:500}.game-status.check .status-text{color:#fbbf24;font-weight:700}.game-status.checkmate .status-text{color:#ef4444;font-weight:700}.captured-pieces{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f0f1ad9;border:1px solid #6366f126;border-radius:12px;flex-direction:column;gap:10px;min-width:180px;padding:14px 18px;display:flex;box-shadow:0 4px 24px #0006}.captured-section{flex-direction:column;gap:4px;display:flex}.captured-label{color:#64748b;text-transform:uppercase;letter-spacing:1px;font-size:11px;font-weight:600}.captured-row{flex-wrap:wrap;align-items:center;gap:2px;min-height:24px;display:flex}.captured-piece{font-size:18px;line-height:1}.black-piece{color:#1a1a2e;text-shadow:0 0 2px #ffffff4d}.white-piece{color:#f0e6d2;text-shadow:0 0 2px #00000080}.no-captured{color:#334155;font-size:14px}.move-history{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f0f1ad9;border:1px solid #6366f126;border-radius:12px;flex-direction:column;width:220px;max-height:400px;padding:14px 18px;display:flex;box-shadow:0 4px 24px #0006}.move-history h3{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-size:12px;font-weight:600}.move-list{scrollbar-width:thin;scrollbar-color:#334155 transparent;flex:1;max-height:300px;overflow-y:auto}.move-list::-webkit-scrollbar{width:4px}.move-list::-webkit-scrollbar-track{background:0 0}.move-list::-webkit-scrollbar-thumb{background:#334155;border-radius:2px}.no-moves{color:#334155;text-align:center;padding:20px 0;font-size:13px}.move-row{border-bottom:1px solid #ffffff08;gap:8px;padding:4px 0;font-family:JetBrains Mono,Fira Code,monospace;font-size:13px;display:flex}.move-row:last-child{border-bottom:none}.move-number{color:#475569;min-width:28px}.move-white,.move-black{color:#cbd5e1;min-width:55px}.game-controls-grid{flex-direction:column;align-items:flex-end;gap:8px;width:220px;display:flex}.controls-row{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.control-btn.full-width{grid-column:1/-1;justify-content:center}.control-btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#e2e8f0;cursor:pointer;background:#0f0f1ad9;border:1px solid #6366f133;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-height:42px;padding:10px 12px;font-size:13px;font-weight:500;transition:all .2s;display:flex;box-shadow:0 2px 12px #0000004d}.control-btn:hover:not(:disabled){background:#6366f126;border-color:#6366f166;transform:translateY(-1px)}.control-btn:active:not(:disabled){transform:translateY(0)}.control-btn:disabled{opacity:.4;cursor:not-allowed}.control-btn.reset:hover:not(:disabled){background:#ef444426;border-color:#ef444466}.control-btn.active-suggestion{color:#4ade80;background:#22c55e33;border-color:#22c55e80}.control-btn.active-settings{color:#818cf8;background:#6366f133;border-color:#6366f180}.settings-panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f0f1af2;border:1px solid #6366f133;border-radius:12px;flex-direction:column;gap:16px;width:100%;min-width:220px;padding:16px;display:flex;box-shadow:0 4px 24px #0006}.settings-section{flex-direction:column;gap:8px;display:flex}.settings-label{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;font-size:11px;font-weight:600}.chip-group{flex-wrap:wrap;gap:8px;display:flex}.difficulty-group{flex-wrap:wrap}.modern-chip{color:#94a3b8;cursor:pointer;white-space:nowrap;background:#1e1e3a99;border:1px solid #6366f126;border-radius:20px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.modern-chip:hover{color:#e2e8f0;background:#6366f133;border-color:#6366f166;transform:translateY(-1px)}.modern-chip.active{color:#e2e8f0;background:#6366f14d;border-color:#6366f199;box-shadow:0 0 12px #6366f133}.modern-chip.active:after{content:"";background:#818cf8;border-radius:50%;width:6px;height:6px;margin-left:auto}.diff-chip.active.easy{color:#4ade80;background:#22c55e40;border-color:#22c55e80}.diff-chip.active.easy:after{background:#4ade80}.diff-chip.active.medium{color:#facc15;background:#eab30840;border-color:#eab30880}.diff-chip.active.medium:after{background:#facc15}.diff-chip.active.hard{color:#f87171;background:#ef444440;border-color:#ef444480}.diff-chip.active.hard:after{background:#f87171}.board-customization{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f0f1ad9;border:1px solid #6366f126;border-radius:12px;min-width:220px;padding:14px 18px;box-shadow:0 4px 24px #0006}.board-customization h3{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin:0 0 12px;font-size:12px;font-weight:600}.theme-grid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.theme-chip{justify-content:center;padding:6px 10px;font-size:11px}.chip-colors{gap:2px;display:flex}.chip-color{border:1px solid #ffffff1a;border-radius:50%;width:12px;height:12px}.chip-label{white-space:nowrap}.loading-screen{background:#0a0a14;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.loading-content{text-align:center;flex-direction:column;align-items:center;gap:20px;display:flex}.loading-icon{color:#6366f1;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.loading-content h1{color:#e2e8f0;letter-spacing:-.5px;font-size:24px;font-weight:600}.progress-bar{background:#1e1e3a;border-radius:2px;width:200px;height:4px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:2px;height:100%;transition:width .3s}.progress-text{color:#64748b;font-size:13px}.loading-dots{gap:8px;display:flex}.loading-dots span{background:#6366f1;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite bounce}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.camera-controls{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f0f1ad9;border:1px solid #6366f126;border-radius:12px;flex-wrap:wrap;justify-content:center;gap:6px;max-width:280px;padding:10px;display:flex;box-shadow:0 4px 24px #0006}.camera-btn{color:#94a3b8;cursor:pointer;background:#1e1e3a99;border:1px solid #6366f126;border-radius:8px;flex-direction:column;align-items:center;gap:2px;min-width:44px;padding:8px 10px;transition:all .2s;display:flex}.camera-btn:hover{color:#e2e8f0;background:#6366f133;border-color:#6366f166}.camera-btn.active{color:#e2e8f0;background:#6366f14d;border-color:#6366f199}.camera-icon{font-size:16px;line-height:1}.camera-label{text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:600}@media (width<=1024px){.ui-overlay{padding:12px}.ui-left,.ui-right{gap:10px}.move-history{width:180px;max-height:250px}.captured-pieces{min-width:150px}.game-controls-grid{width:180px}.board-customization{min-width:180px}.theme-grid{grid-template-columns:1fr 1fr}.camera-controls{max-width:240px}.camera-btn{min-width:38px;padding:6px 8px}.camera-icon{font-size:14px}.camera-label{font-size:8px}}@media (width<=768px){.ui-overlay{display:none}.mobile-controls{z-index:1000;pointer-events:auto;gap:10px;display:flex;position:fixed;top:12px;left:auto;right:12px;transform:none}.mobile-toggle{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#e2e8f0;cursor:pointer;background:#0f0f1ae6;border:1px solid #6366f14d;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;box-shadow:0 4px 16px #0006}.mobile-toggle:hover{background:#6366f133;border-color:#6366f180}.mobile-toggle.active{color:#818cf8;background:#6366f14d;border-color:#6366f199}.mobile-toggle.fit-btn{border-color:#22c55e4d}.mobile-toggle.fit-btn:hover{background:#22c55e33;border-color:#22c55e80}.mobile-panel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:200;background:#0a0a14f2;flex-direction:column;gap:12px;width:280px;max-width:85vw;padding:48px 16px 16px;animation:.25s ease-out panelSlide;display:flex;position:absolute;top:0;bottom:0;overflow-y:auto;box-shadow:0 0 40px #0009}.mobile-panel-left{border-right:1px solid #6366f133;left:0}.mobile-panel-right{border-left:1px solid #6366f133;right:0}.mobile-panel-close{color:#e2e8f0;cursor:pointer;background:#6366f133;border:1px solid #6366f14d;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.mobile-panel-close:hover{background:#ef444433;border-color:#ef444466}@keyframes panelSlide{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.mobile-panel-right{animation-name:panelSlideRight}@keyframes panelSlideRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.mobile-panel .game-status{border-radius:10px;padding:10px 14px}.mobile-panel .status-text{font-size:14px}.mobile-panel .captured-pieces,.mobile-panel .board-customization{border-radius:10px;min-width:auto;padding:10px 14px}.mobile-panel .board-customization h3{margin-bottom:8px;font-size:11px}.mobile-panel .theme-grid{grid-template-columns:1fr 1fr;gap:6px}.mobile-panel .theme-chip{padding:6px 8px;font-size:10px}.mobile-panel .chip-color{width:10px;height:10px}.mobile-panel .move-history{border-radius:10px;width:100%;max-height:200px;padding:10px 14px}.mobile-panel .move-history h3{margin-bottom:8px;font-size:11px}.mobile-panel .move-list{max-height:150px}.mobile-panel .move-row{font-size:12px}.mobile-panel .game-controls-grid{width:100%}.mobile-panel .controls-row{gap:8px}.mobile-panel .control-btn{border-radius:10px;min-height:40px;padding:10px 12px;font-size:12px}.mobile-panel .control-btn svg{width:16px;height:16px}.mobile-panel .camera-controls{border-radius:10px;gap:6px;max-width:none;padding:8px}.mobile-panel .camera-btn{border-radius:8px;min-width:40px;padding:6px 8px}.mobile-panel .camera-icon{font-size:14px}.mobile-panel .camera-label{font-size:8px}.mobile-panel .settings-panel{border-radius:10px;min-width:auto;padding:12px}.mobile-panel .settings-label{font-size:10px}.mobile-panel .modern-chip{padding:7px 12px;font-size:11px}.mobile-panel .diff-chip{padding:7px 10px;font-size:10px}.mobile-panel .difficulty-group{flex-wrap:wrap}.mobile-panel .chip-group{gap:6px}}@media (width<=480px){.mobile-controls{gap:8px;top:8px;right:8px}.mobile-toggle{border-radius:10px;width:40px;height:40px}.mobile-toggle svg{width:16px;height:16px}.mobile-panel{width:100%;max-width:100vw;padding:44px 12px 12px}.mobile-panel .game-status{padding:8px 12px}.mobile-panel .status-text{font-size:13px}.mobile-panel .captured-pieces,.mobile-panel .board-customization{padding:8px 12px}.mobile-panel .theme-grid{grid-template-columns:repeat(4,1fr);gap:4px}.mobile-panel .theme-chip{padding:4px 6px;font-size:9px}.mobile-panel .move-history{max-height:150px}.mobile-panel .move-list{max-height:100px}.mobile-panel .move-row{font-size:11px}.mobile-panel .control-btn{min-height:36px;padding:8px 10px;font-size:11px}.mobile-panel .camera-btn{min-width:36px;padding:4px 6px}.mobile-panel .camera-icon{font-size:12px}.mobile-panel .camera-label{font-size:7px}}@media (width>=769px){.mobile-controls,.mobile-panel{display:none}}
