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{gap:8px;display:flex}.game-controls-wrapper{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.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;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}.mode-buttons,.difficulty-buttons{gap:6px;display:flex}.mode-btn{color:#94a3b8;cursor:pointer;background:#1e1e3a99;border:1px solid #6366f126;border-radius:8px;flex:1;padding:8px 12px;font-size:12px;font-weight:500;transition:all .2s}.mode-btn:hover{color:#e2e8f0;background:#6366f133;border-color:#6366f166}.mode-btn.active{color:#e2e8f0;background:#6366f14d;border-color:#6366f199}.diff-btn{color:#94a3b8;cursor:pointer;background:#1e1e3a99;border:1px solid #6366f126;border-radius:8px;flex:1;padding:8px 12px;font-size:12px;font-weight:500;transition:all .2s}.diff-btn:hover{color:#e2e8f0;background:#6366f133;border-color:#6366f166}.diff-btn.active.easy{color:#4ade80;background:#22c55e4d;border-color:#22c55e99}.diff-btn.active.medium{color:#facc15;background:#eab3084d;border-color:#eab30899}.diff-btn.active.hard{color:#f87171;background:#ef44444d;border-color:#ef444499}.control-btn.active-suggestion{color:#4ade80;background:#22c55e33;border-color:#22c55e80}.control-btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#e2e8f0;cursor:pointer;background:#0f0f1ad9;border:1px solid #6366f133;border-radius:10px;align-items:center;gap:6px;padding:10px 16px;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}.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<=768px){.ui-overlay{padding:12px}.move-history{width:180px;max-height:250px}.captured-pieces{min-width:140px}.control-btn span:last-child{display:none}.control-btn{padding:10px 12px}.camera-controls{max-width:220px}.camera-btn{min-width:36px;padding:6px 8px}}
