*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;background:#17231f;color:#edf2ee}#app{padding:12px 18px 24px;max-width:1450px;margin:0 auto}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px;padding:10px 18px;margin-bottom:16px;background:#263832;border:1px solid #385047;border-radius:6px}.topbar h1{margin:0;font-family:STKaiti,KaiTi,serif;font-size:24px;letter-spacing:0}.controls{display:flex;align-items:center;gap:12px;font-size:14px}.controls button,.controls select,.credential-actions button{background:#238b75;color:#fff;border:1px solid #38a88f;padding:8px 13px;border-radius:5px;cursor:pointer;font-size:14px}.controls button:hover,.credential-actions button:hover{background:#2aa087}.controls button:disabled{cursor:default;opacity:.55;background:#52655e;border-color:#687a73}.status{color:#edc85b;min-width:190px}.game-layout{display:grid;grid-template-columns:minmax(220px,260px) 540px minmax(240px,300px);gap:18px;align-items:start;justify-content:center}.board-wrap{display:flex;justify-content:center;align-items:flex-start}#board{background:#f1d9a0;border-radius:6px;box-shadow:0 6px 18px #0006;touch-action:none}.moves-panel{background:#263832;border:1px solid #385047;border-radius:6px;padding:16px;height:600px;overflow-y:auto}.moves-panel h2{font-size:14px;margin:0 0 8px}.ai-panel{min-width:0;min-height:430px;padding:18px;background:#263832;border:1px solid #385047;border-top:3px solid #d2aa50;border-radius:6px;box-shadow:0 8px 24px #0000002e}.ai-panel-head,.credential-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ai-panel h2,.credential-sheet h2{margin:2px 0 0;font-family:STKaiti,KaiTi,serif;font-size:24px}.panel-kicker{color:#aebdb6;font-size:11px;text-transform:uppercase}.icon-button{width:34px;height:34px;padding:0;border:1px solid #4c625a;border-radius:4px;background:transparent;color:#edf2ee;cursor:pointer;font-size:19px}.icon-button:hover:not(:disabled){background:#334940}.icon-button:disabled{opacity:.35;cursor:not-allowed}.brain-identity{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:18px 0 14px}.provider-badge{padding:3px 8px;border:1px solid #58a995;border-radius:3px;color:#8ee0ca;font-size:12px;font-weight:700}.provider-badge[data-provider=openai]{border-color:#d2aa50;color:#f0cf7a}.provider-badge[data-provider=siliconflow]{border-color:#bd6d5e;color:#ef9c8b}.brain-lock{color:#9db0a8;font-size:11px}.field-label{display:block;margin:12px 0 6px;color:#b7c7c0;font-size:12px}.brain-select,.credential-sheet select,.credential-sheet input{width:100%;min-height:40px;border:1px solid #52675f;border-radius:4px;background:#1d2c27;color:#f4f6f4;padding:8px 10px;font:inherit}.brain-select[data-locked=true]{border-color:#8d7040}.thinking-line{display:flex;align-items:center;gap:9px;min-height:44px;margin-top:14px;border-bottom:1px solid #3a5047;font-size:13px}.thinking-pulse{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#57b69f;box-shadow:0 0 0 4px #57b69f1f}#brain-status[data-state=thinking]+*{color:inherit}#brain-status[data-state=fallback]{color:#f0c15b}.brain-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0}.brain-metrics div{min-width:0}.brain-metrics dt{color:#93a69e;font-size:11px}.brain-metrics dd{margin:4px 0 0;color:#f0cf7a;font-family:SF Mono,Menlo,monospace;font-size:13px;overflow-wrap:anywhere}.brain-reason-block{border-left:2px solid #516a60;padding-left:10px}.brain-reason-block>span{color:#93a69e;font-size:11px}.brain-reason-block p{margin:5px 0 0;color:#d6dfda;font-size:13px;line-height:1.55}.security-note{margin:18px 0 0;color:#84978f;font-size:11px;line-height:1.45}.moves-panel ol{margin:0;padding-left:20px;font-size:13px;line-height:1.6;font-family:SF Mono,Menlo,monospace}.end-dialog{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0000008c;z-index:100}.end-dialog.hidden{display:none}.end-dialog-card{min-width:280px;max-width:90vw;padding:20px 24px 18px;background:#f8e8c0;color:#2c1810;border-radius:12px;box-shadow:0 12px 32px #00000080;text-align:center}.end-image-slot{width:240px;height:160px;margin:0 auto 14px;background:#efe2bf;border:1px dashed #8a6a3a;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.end-image-slot img{max-width:100%;max-height:100%;display:block}.end-text{margin:0 0 16px;font-size:18px;font-weight:700;font-family:STKaiti,KaiTi,serif}.end-actions{display:flex;gap:12px;justify-content:center}.end-actions button{background:#16a085;color:#fff;border:0;padding:8px 16px;border-radius:5px;cursor:pointer;font-size:14px}.end-actions button:hover{background:#1abc9c}.end-actions button#end-close{background:#7f8c8d}.end-actions button#end-close:hover{background:#95a5a6}.credential-dialog{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:16px;background:#080e0cb8}.credential-dialog.hidden,.credential-password-row.hidden{display:none}.credential-sheet{width:min(430px,100%);padding:22px;border:1px solid #4b6258;border-top:3px solid #d2aa50;border-radius:6px;background:#263832;box-shadow:0 18px 48px #00000073}.remember-row{display:flex;align-items:center;gap:8px;margin-top:14px;color:#d4ded9;font-size:13px}.remember-row input{width:16px;min-height:16px}.credential-message{min-height:20px;color:#afc0b8;font-size:12px}.credential-actions{display:flex;justify-content:space-between;gap:12px;margin-top:16px}.credential-actions .button-muted{background:transparent;border-color:#62736c;color:#c6d1cc}@media (max-width: 1160px){.game-layout{grid-template-columns:minmax(220px,260px) 540px}.moves-panel{grid-column:1 / -1;height:180px}}@media (max-width: 860px){#app{padding:8px}.topbar{align-items:flex-start;flex-direction:column}.controls{width:100%;flex-wrap:wrap}.status{width:100%;min-width:0}.game-layout{display:flex;flex-direction:column;align-items:stretch}.ai-panel{min-height:0}.board-wrap{overflow-x:auto;justify-content:flex-start}#board{width:min(540px,100%);height:auto;aspect-ratio:9 / 10}.moves-panel{width:100%;height:180px}}
