:root{color-scheme:light dark;font-family:Arial,Microsoft JhengHei,sans-serif;background:#f4f7fb;color:#132238}*{box-sizing:border-box}body{margin:0}main{max-width:1100px;margin:auto;padding:24px}a{color:#0a5ea8}button,input,select,textarea{font:inherit}button{min-height:36px;padding:7px 11px;cursor:pointer}.voice-toggle{user-select:none;-webkit-user-select:none;touch-action:manipulation}input{min-height:38px;padding:8px}.global-command-bar{position:sticky;top:0;z-index:10;display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:10px 20px;background:#102b47;color:#eef7ff}.global-command-bar>a{color:#fff;font-weight:700;text-decoration:none}.global-command-bar nav{display:flex;gap:10px}.global-command-bar nav a{color:#cce8ff}.global-command-bar form{margin-left:auto;display:flex;gap:6px}.global-command-bar input{width:240px}.commander-panel{display:grid;gap:18px}.commander-panel>header,.commander-panel>section,.commander-result{border:1px solid #d3deeb;border-radius:12px;padding:18px;background:#fff}.command-row{display:flex;gap:8px}.command-row input{flex:1 1}.command-suggestions{display:flex;flex-wrap:wrap;gap:8px}.command-suggestions button{background:#edf4fb;border:1px solid #adc6de}.command-hint{color:#596b7b;font-size:.9rem}.commander-result{white-space:pre-line}.commander-command-status,.commander-safety-status{margin:0;border-left:4px solid #0a5ea8;border-radius:6px;padding:10px 12px;background:#edf4fb}.commander-command-status p,.commander-safety-status p{margin:6px 0 0}.commander-answer-updated{margin:0 0 10px;color:#0a5ea8;font-weight:700}.commander-tts-button{display:block;width:100%;min-height:48px;margin-top:14px;border:1px solid #0a5ea8;border-radius:9px;background:#0a5ea8;color:#fff;font-weight:700;text-align:center;touch-action:manipulation}.commander-tts-button:focus-visible{outline:3px solid #75c7ff;outline-offset:2px}.commander-result li{margin-top:8px}@media (prefers-color-scheme:dark){:root{background:#07111f;color:#e7eef8}.commander-panel>header,.commander-panel>section,.commander-result{background:#0d1b2a;border-color:#29425e}.global-command-bar{background:#07111f}}@media (max-width:680px){main{padding:14px}.global-command-bar{padding:10px 14px}.global-command-bar nav{order:3;width:100%;overflow:auto}.global-command-bar form{order:2;margin-left:0;flex:1 1}.global-command-bar input{width:100%;min-width:0}.command-row{flex-wrap:wrap}.command-row input{flex-basis:100%}.command-row button{flex:1 1}}