:root[data-theme=light]{--surface-0: #f7f6f3;--surface-1: #fdfcfa;--surface-2: #efede8;--ink-1: #1e2126;--ink-2: #4b5058;--ink-3: #6f747c;--line: #dcd9d2;--accent: #2f6f5e;--ok: #2e7d4f;--warn: #9a6a00;--danger: #a4373a;--agent-logistics: #3b6ea5;--agent-marketing: #b0507a;--agent-accounting: #5b5f97;--agent-sales: #c06b2f;--agent-admin: #4a7d6d;--agent-support: #7a5fa0}:root[data-theme=dark]{--surface-0: #15171a;--surface-1: #1c1f23;--surface-2: #24282d;--ink-1: #e6e4df;--ink-2: #b3b1ab;--ink-3: #8b8984;--line: #33373d;--accent: #6fb3a0;--ok: #6fbf8f;--warn: #d9a63f;--danger: #d98a8c;--agent-logistics: #7aa7d4;--agent-marketing: #d489ab;--agent-accounting: #9ea2d6;--agent-sales: #d9a06a;--agent-admin: #86b3a4;--agent-support: #ab95cc}*{box-sizing:border-box}html{font-size:100%}body{margin:0;background:var(--surface-0);color:var(--ink-1);font-family:system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,sans-serif;font-size:1rem;line-height:1.55;text-align:left}.reading{max-width:68ch}p{margin:0 0 .9em}em{font-style:normal;font-weight:600}a{color:var(--accent);text-underline-offset:2px}button{font:inherit;color:var(--ink-1);background:var(--surface-2);border:1px solid var(--line);border-radius:8px;padding:.5em .9em;cursor:pointer}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important}}.muted{color:var(--ink-2)}.error{color:var(--danger)}.center-screen{min-height:80dvh;display:grid;place-items:center;padding:1rem}.panel{background:var(--surface-1);border:1px solid var(--line);border-radius:14px;padding:1.5rem 1.25rem;width:min(26rem,100%);display:grid;gap:.9rem}.panel h1{margin:0;font-size:1.4rem;line-height:1.3}label{display:grid;gap:.3rem;font-weight:600;font-size:.95rem}input,select{font:inherit;color:var(--ink-1);background:var(--surface-0);border:1px solid var(--line);border-radius:8px;padding:.6em .7em;min-height:44px}input:focus-visible,select:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button.primary{background:var(--accent);color:var(--surface-1);border-color:var(--accent);font-weight:650;min-height:46px}button.linkish{background:none;border:none;color:var(--accent);padding:.4em 0}button:disabled{opacity:.55;cursor:default}.topbar{display:flex;justify-content:space-between;align-items:center;padding:.7rem 1rem;border-bottom:1px solid var(--line);background:var(--surface-1)}.brand{font-weight:700;letter-spacing:-.01em}.topbar-actions{display:flex;gap:.5rem}.topbar-actions button{min-width:44px;min-height:38px}.shell{min-height:100dvh;display:flex;flex-direction:column}.shell-main{flex:1;padding:1.5rem 1.25rem 6rem;margin:0 auto;width:100%}.card{background:var(--surface-1);border:1px solid var(--line);border-radius:12px;padding:1rem 1.1rem;margin:1rem 0}.tabbar{position:fixed;inset-inline:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);background:var(--surface-1);border-top:1px solid var(--line);padding:.35rem .25rem calc(.35rem + env(safe-area-inset-bottom))}.tab{background:none;border:none;border-radius:10px;min-height:52px;display:grid;place-items:center;gap:.05rem;color:var(--ink-2);font-size:.8rem}.tab.active{color:var(--accent);font-weight:700}.tab small{font-size:.62rem;color:var(--ink-3)}.member-list{list-style:none;margin:0 0 1rem;padding:0;display:grid;gap:.6rem}.member{display:flex;justify-content:space-between;align-items:center;gap:.8rem;margin:0}.role-chip{background:var(--surface-2);border:1px solid var(--line);border-radius:999px;padding:.15rem .7rem;font-size:.8rem;font-weight:650;white-space:nowrap}.small{font-size:.85rem}.crew{display:flex;flex-direction:column;gap:.7rem}.crew-tabs{display:flex;gap:.4rem;overflow-x:auto;padding-bottom:.2rem}.crew-tab{display:flex;align-items:center;gap:.35rem;white-space:nowrap;border-radius:999px;padding:.4em .85em;font-size:.9rem;min-height:40px}.crew-tab.on{border-color:var(--accent);color:var(--accent);font-weight:650}.crew-tab .dot,.bubble-who .dot{width:.6rem;height:.6rem;border-radius:50%;display:inline-block;flex:none}.chat{display:flex;flex-direction:column;gap:.6rem;min-height:8rem}.bubble{border:1px solid var(--line);border-radius:14px;padding:.65rem .85rem;max-width:90%;background:var(--surface-1)}.bubble.mine{align-self:flex-end;background:var(--surface-2)}.bubble.theirs{align-self:flex-start}.bubble-who{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:650;color:var(--ink-2);margin-bottom:.2rem}.ai-badge{font-size:.62rem;letter-spacing:.06em;border:1px solid var(--line);border-radius:999px;padding:0 .35em;color:var(--ink-3);font-weight:650}.bubble-text{white-space:pre-wrap}.bubble-src{margin-top:.35rem;font-size:.75rem;color:var(--ink-3)}.composer{display:flex;gap:.5rem}.composer input{flex:1}.role-chip[data-warn=warm]{color:var(--warn);border-color:var(--warn)}.role-chip[data-warn=hot]{color:var(--danger);border-color:var(--danger)}.meter{height:10px;border-radius:999px;background:var(--surface-2);border:1px solid var(--line);overflow:hidden}.meter-fill{height:100%;border-radius:999px;background:var(--accent)}.meter-fill[data-warn=warm]{background:var(--warn)}.meter-fill[data-warn=hot]{background:var(--danger)}.invite-link{display:block;background:var(--surface-0);border:1px solid var(--line);border-radius:8px;padding:.5rem .6rem;font-size:.8rem;overflow-wrap:anywhere;margin-bottom:.3rem}
