body{background-color:#f5f5f5;color:#333;font-family:Segoe UI,sans-serif;margin:0}.app-container{margin:auto;max-width:1000px;padding:20px;text-align:center}h1{color:#222;font-size:2.2rem}.time-control,h1{margin-bottom:20px}.time-control{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.time-control button,.time-control select{background-color:#fff;border:1px solid #ccc;border-radius:6px;cursor:pointer;font-size:1rem;padding:6px 12px}.time-control button:hover{background-color:#e0e0e0}.board-timers-container{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:30px}.timer{border-radius:8px;box-shadow:0 2px 6px #0003;font-size:1.2rem;font-weight:700;min-width:110px;padding:10px 20px}.white-timer{background-color:#3b82f6;color:#fff}.black-timer{background-color:#ef4444;color:#fff}.move-history{margin-top:20px;overflow-x:auto}.move-history table{background-color:#fff;border:1px solid #ccc;border-collapse:collapse;box-shadow:0 2px 4px #0000001a;margin-top:10px;width:100%}.move-history td,.move-history th{border:1px solid #e0e0e0;font-size:1rem;padding:10px;text-align:center}.move-history th{background-color:#f0f0f0;font-weight:600}@media (max-width:768px){.board-timers-container,.time-control{flex-direction:column}.move-history table{font-size:.9rem}}.light-theme{background-color:#f5f5f5;color:#222}.light-theme .move-history table{background-color:#fff;color:#222}.dark-theme{background-color:#121212;color:#eee}.dark-theme h1{color:#fff}.dark-theme .time-control button,.dark-theme .time-control select{background-color:#333;border-color:#555;color:#fff}.dark-theme .time-control button:hover{background-color:#444}.dark-theme .move-history table{background-color:#1f1f1f;border-color:#444;color:#fff}.dark-theme .move-history th{background-color:#2c2c2c}.dark-theme .move-history td{border-color:#333}.dark-theme .timer.white-timer{background-color:#2563eb}.dark-theme .timer.black-timer{background-color:#dc2626}.theme-toggle{background-color:initial;border:2px solid #ccc;border-radius:8px;cursor:pointer;font-size:16px;margin:10px;padding:8px 14px;transition:all .3s ease}.theme-toggle:hover{background-color:#eee;border-color:#888}.dark .theme-toggle{border-color:#444;color:#fff}.dark .theme-toggle:hover{background-color:#333}.board-wrapper{align-items:flex-start;display:flex;flex-direction:row;margin:20px auto;position:relative}.ranks{display:flex;flex-direction:column;margin-right:6px}.rank-label{color:#000;color:var(--text-color,#000);font-size:16px;font-weight:700;height:37.5px;line-height:37.5px;padding-right:6px;text-align:right}.board-and-files{align-items:center;display:flex;flex-direction:column}.files{display:flex;justify-content:space-between;margin-top:4px;width:300px}.file-label{color:#000;color:var(--text-color,#000);font-size:16px;font-weight:700;text-align:center;width:37.5px}body.light{--text-color:#000}body.dark{--text-color:#fff}.slider-container{margin:10px 0}input[type=range]{margin-top:5px;width:200px}.chessboard .notation{fill:#333;font-size:14px;font-weight:700}.chessboard .notation.rank{transform:translateX(-20px)}.chessboard .notation.file{transform:translateY(20px)}
/*# sourceMappingURL=main.23343091.css.map*/