:root{font-family:Inter,Roboto,Arial,sans-serif;color:#191919;background:#f3f4f6;--line:#e3e5e8;--dark:#111;--muted:#73777d;--wine:#6f1d35}*{box-sizing:border-box}body{margin:0;background:#f4f5f7}.shell{min-height:100vh}.topbar{background:#111;color:#fff;display:flex;justify-content:space-between;align-items:flex-end;padding:28px 34px}.topbar h1{margin:5px 0 3px;font-size:28px}.topbar p{margin:0;color:#aeb2b7}.eyebrow{font-size:11px;letter-spacing:.13em;font-weight:800;color:#91969d}.top-actions{display:flex;align-items:center;gap:10px}.env,.pill,.status{font-size:10px;letter-spacing:.08em;font-weight:800;border-radius:999px;padding:8px 10px}.env{background:#292929}.ghost{color:#fff;text-decoration:none;border:1px solid #3c3c3c;padding:9px 12px;border-radius:8px;font-size:12px}.unitbar{display:flex;justify-content:space-between;align-items:center;padding:14px 34px;background:#fff;border-bottom:1px solid var(--line)}.unitbar>div:first-child{display:flex;gap:14px;align-items:center}.unitbar span{font-size:12px;color:var(--muted)}.switches{display:flex;gap:7px}.pill{background:#eceef0;color:#5d6167}.pill.on{background:#e3f5e9;color:#176b38}.pill.trial{background:#f8eadb;color:#925720}.chat-layout{height:calc(100vh - 151px);display:grid;grid-template-columns:310px minmax(420px,1fr) 280px;gap:0;max-width:1600px;margin:auto;border-left:1px solid var(--line);border-right:1px solid var(--line);background:#fff}.threads{border-right:1px solid var(--line);display:flex;flex-direction:column;min-height:0}.threads-head{padding:18px;display:flex;justify-content:space-between;align-items:center}.threads-head>div{display:flex;flex-direction:column}.threads-head small{color:var(--muted);margin-top:3px}.threads-head button{border:0;background:#111;color:#fff;width:30px;height:30px;border-radius:8px;font-size:18px}.filters{display:flex;gap:6px;padding:0 14px 13px;border-bottom:1px solid var(--line)}.filters button{border:1px solid var(--line);background:#fff;padding:7px 10px;border-radius:999px;font-size:11px}.filters button.active{background:#111;color:#fff;border-color:#111}.thread-list{overflow:auto;padding:8px}.thread{width:100%;display:grid;grid-template-columns:38px 1fr auto;align-items:center;text-align:left;border:0;background:transparent;padding:11px;border-radius:10px;cursor:pointer}.thread.active{background:#f0f1f3}.thread i,.identity i{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#232323;color:#fff;font-style:normal;font-weight:800}.thread-copy{display:flex;flex-direction:column;margin-left:9px;min-width:0}.thread-copy strong{font-size:13px}.thread-copy small{font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}.badge{background:var(--wine);color:#fff;border-radius:999px;font-size:10px;padding:4px 6px}.chat-window{display:grid;grid-template-rows:auto 1fr auto auto auto;min-height:0;background:#f7f7f8}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:#fff;border-bottom:1px solid var(--line)}.identity{display:flex;align-items:center;gap:10px}.identity>div{display:flex;flex-direction:column}.identity span{font-size:11px;color:var(--muted);margin-top:3px}.header-actions{display:flex;align-items:center;gap:8px}.header-actions button{background:#fff;border:1px solid var(--line);border-radius:8px;padding:9px 10px;font-size:11px}.status{background:#e7f5eb;color:#176b38}.status.human{background:#eee6f7;color:#633493}.messages{overflow:auto;padding:24px;display:flex;flex-direction:column;gap:8px}.msg{display:flex;margin:0}.msg span{display:block;max-width:76%;padding:10px 12px;border-radius:12px;font-size:13px;line-height:1.45;box-shadow:0 1px 1px rgba(0,0,0,.04)}.msg.in{justify-content:flex-start}.msg.in span{background:#fff;border:1px solid var(--line);border-bottom-left-radius:3px}.msg.bot,.msg.out{justify-content:flex-end}.msg.bot span{background:#e9ebed;border-bottom-right-radius:3px}.msg.out span{background:#111;color:#fff;border-bottom-right-radius:3px}.quick-actions{padding:8px 14px;display:flex;gap:7px;background:#fff;border-top:1px solid var(--line)}.quick-actions button{border:1px solid var(--line);background:#fff;padding:7px 9px;border-radius:7px;font-size:10px}.composer{display:flex;gap:8px;padding:10px 14px;background:#fff}.composer textarea{flex:1;resize:none;border:1px solid var(--line);border-radius:9px;padding:11px;font:inherit;outline:none}.composer button{border:0;background:#111;color:#fff;border-radius:9px;padding:0 18px;font-weight:700}.safe-note{background:#fff;padding:0 14px 11px;color:#96999d;font-size:10px}.context-panel{border-left:1px solid var(--line);padding:20px;background:#fff;overflow:auto}.context-panel h3{margin:7px 0 16px}.context-panel dl{margin:0}.context-panel dl div{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #f0f0f0}.context-panel dt{font-size:11px;color:var(--muted)}.context-panel dd{margin:0;font-size:11px;font-weight:700;text-align:right}.context-panel hr{border:0;border-top:1px solid var(--line);margin:18px 0}.context-panel strong{font-size:12px}.context-panel ul{padding-left:18px;color:#666;font-size:11px;line-height:1.8}.toast{position:fixed;right:20px;bottom:20px;background:#111;color:#fff;padding:11px 14px;border-radius:8px;font-size:12px;opacity:0;transform:translateY(8px);transition:.2s;pointer-events:none}.toast.show{opacity:1;transform:none}.empty{padding:20px;color:var(--muted);font-size:12px}@media(max-width:1050px){.chat-layout{grid-template-columns:260px 1fr}.context-panel{display:none}}@media(max-width:720px){.topbar{padding:20px}.topbar p,.top-actions .env{display:none}.unitbar{padding:12px 16px}.unitbar>div:first-child span,.switches .pill:not(:first-child){display:none}.chat-layout{height:calc(100vh - 124px);grid-template-columns:86px 1fr}.threads-head>div,.filters,.thread-copy,.badge{display:none}.threads-head{justify-content:center}.thread{grid-template-columns:1fr;justify-items:center}.chat-header{padding:10px}.identity span,.status{display:none}.messages{padding:14px}.quick-actions{overflow:auto}.quick-actions button{white-space:nowrap}}
