:root{color-scheme:dark}*{box-sizing:border-box}body{margin:0;font-family:system-ui,Segoe UI,sans-serif;background:#16181d;color:#e8eaf0}.page{max-width:1000px;margin:0 auto;padding:24px}h1{margin:0 0 12px;font-size:22px}.top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.card{background:#1f232b;border:1px solid #2e3440;border-radius:12px;padding:20px;margin-bottom:16px}.tabs{display:flex;gap:8px;margin-bottom:12px}.tabs button,button{background:#2e3440;color:#e8eaf0;border:1px solid #3b4252;border-radius:8px;padding:8px 14px;cursor:pointer}button.active{background:#4c566a}button:hover{filter:brightness(1.15)}.row{display:flex;gap:8px;align-items:center;margin:10px 0;flex-wrap:wrap}input{background:#11141a;color:#e8eaf0;border:1px solid #3b4252;border-radius:8px;padding:8px 10px;min-width:220px}form{display:flex;flex-direction:column;gap:10px;max-width:320px}.error{color:#f08c8c}.hint{color:#b7c2d4;font-size:14px}.game{display:flex;gap:20px;flex-wrap:wrap}.board{width:min(520px,92vw)}.side{flex:1;min-width:220px}.result{color:#8fd08f;font-weight:600}.moves{font-size:14px;line-height:1.6;color:#b7c2d4}table.tbl{width:100%;border-collapse:collapse;font-size:14px}.tbl th,.tbl td{text-align:left;padding:6px 10px;border-bottom:1px solid #2e3440}.tbl th{color:#8f9bb3;font-weight:600}.tbl tr.sel{background:#2a3040;cursor:pointer}.tbl tr{cursor:pointer}.tbl tr:hover{background:#262b36}.chip{display:inline-block;padding:2px 10px;border-radius:99px;font-size:12px;background:#2e3440;border:1px solid #3b4252}.chip.ok{background:#1f3a2a;border-color:#3b6a45;color:#9fe0b0}.chip.run{background:#2a3a4a;border-color:#3f6f92;color:#a5cfe8}.chip.warn{background:#3a3320;border-color:#8a7430;color:#e8d9a0}.grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 800px){.grid{grid-template-columns:1fr}}h2{font-size:17px;margin:0 0 10px}textarea{background:#11141a;color:#e8eaf0;border:1px solid #3b4252;border-radius:8px;padding:8px 10px;font-family:inherit}select{background:#11141a;color:#e8eaf0;border:1px solid #3b4252;border-radius:8px;padding:8px 10px}code{background:#11141a;border:1px solid #2e3440;border-radius:6px;padding:1px 6px;font-size:13px}.tbl td.outcome-win{color:#9fe0b0;font-weight:600}.tbl td.outcome-loss{color:#f08c8c;font-weight:600}.tbl td.outcome-draw{color:#e8d9a0;font-weight:600}.tbl td.outcome-aborted{color:#8f9bb3}pre.pgn{background:#11141a;border:1px solid #2e3440;border-radius:8px;padding:10px;font-size:13px;line-height:1.5;white-space:pre-wrap}
