:root{--bg:#0f1115;--bg2:#161a21;--bg3:#1d222b;--fg:#e8eaf0;--muted:#8b93a3;--accent:#ff9d2e;--accent2:#e8852e;--ok:#3ecf8e;--danger:#e5534b;--radius:12px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;font:16px/1.45 -apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif}button{font:inherit;background:var(--bg3);color:var(--fg);cursor:pointer;border:none;border-radius:8px;padding:10px 16px}button:disabled{opacity:.45;cursor:default}button.primary{background:var(--accent);color:#201000;font-weight:600}button.ok{background:var(--ok);color:#052;font-weight:600}button.danger{background:var(--danger);color:#fff}input,textarea{font:inherit;color:var(--fg);background:var(--bg2);border:1px solid #2a303c;border-radius:8px;width:100%;padding:10px 12px}input:focus,textarea:focus{outline:1px solid var(--accent)}label{color:var(--muted);text-align:left;flex-direction:column;gap:6px;font-size:13px;display:flex}.center-screen{justify-content:center;align-items:center;height:100%;padding:20px;display:flex}.card{background:var(--bg2);border-radius:var(--radius);text-align:center;border:1px solid #262c37;flex-direction:column;gap:16px;width:100%;max-width:420px;padding:28px;display:flex}.card.setup{gap:18px}.logo{font-size:34px;font-weight:700}.logo-sm{font-size:18px;font-weight:700}.muted{color:var(--muted)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.err{color:var(--danger);word-break:break-word}.pad{padding:16px}.spinner{border:3px solid var(--bg3);border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;margin:0 auto 8px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.spinner{animation:none}}.dot.ok{background:var(--ok);border-radius:50%;width:8px;height:8px;display:inline-block}.badge{background:var(--danger);color:#fff;border-radius:10px;margin-left:8px;padding:1px 8px;font-size:12px}.app{flex-direction:column;height:100dvh;display:flex}header{background:var(--bg2);border-bottom:1px solid #262c37;align-items:center;gap:10px;padding:10px 16px;display:flex}.body{flex:1;min-height:0;display:flex}.sidebar{background:var(--bg2);border-right:1px solid #262c37;width:300px;overflow-y:auto}.side-list{flex-direction:column;gap:4px;padding:8px;display:flex}.side-item{text-align:left;background:0 0;border-radius:10px;flex-direction:column;gap:3px;padding:10px 12px;display:flex}.side-item.active{background:var(--bg3)}.side-title{white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.side-preview{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.chat{flex-direction:column;flex:1;min-width:0;display:flex}.chat-head{background:var(--bg2);border-bottom:1px solid #262c37;align-items:center;gap:10px;padding:10px 14px;font-weight:600;display:flex}.back{background:0 0;padding:2px 10px;font-size:20px;display:none}.msgs{flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.msg{white-space:pre-wrap;word-break:break-word;border-radius:14px;max-width:78%;padding:10px 14px}.msg.user{background:#2b3a55;align-self:flex-end}.msg.assistant{background:var(--bg3);align-self:flex-start}.msg.system,.msg.boundary{color:var(--muted);background:0 0;align-self:center;padding:2px;font-size:12px}.composer{background:var(--bg2);border-top:1px solid #262c37;gap:8px;padding:12px;display:flex}.composer textarea{resize:none;height:44px;max-height:140px}.composer button{flex:0 0 52px}.approvals{background:#211a12;border-top:1px solid #262c37;flex-direction:column;gap:8px;max-height:32vh;padding:10px 12px;display:flex;overflow-y:auto}.approval{background:var(--bg2);border:1px solid #3a2f1a;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.approval-text{flex-direction:column;gap:2px;min-width:0;display:flex}.approval-text .mono{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.approval-actions{flex-shrink:0;gap:8px;display:flex}@media (width<=720px){.hidden-sm{display:none}.sidebar:not(.hidden-sm){border-right:none;width:100%}.back{display:block}.msg{max-width:92%}}
