:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#050816;color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg: #050816;--panel: rgba(15, 23, 42, .76);--panel-strong: rgba(15, 23, 42, .95);--line: rgba(148, 163, 184, .18);--muted: #94a3b8;--text: #f8fafc;--accent: #7c3aed;--accent-2: #06b6d4;--danger: #fb7185;--success: #22c55e;--shadow: 0 24px 80px rgba(0, 0, 0, .38)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:radial-gradient(circle at top left,rgba(124,58,237,.24),transparent 32rem),radial-gradient(circle at bottom right,rgba(6,182,212,.2),transparent 30rem),var(--bg)}button,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.app-shell{display:grid;grid-template-columns:320px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;border-right:1px solid var(--line);background:#020617b8;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);padding:24px;display:flex;flex-direction:column;gap:18px}.brand-row{display:flex;align-items:center;gap:12px}.brand-mark,.hero-icon,.avatar{display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff}.brand-mark{width:46px;height:46px;border-radius:16px;box-shadow:0 18px 40px #7c3aed4d}.brand-row h1,.brand-row p,.topbar-title p,.topbar-title strong,.hero h2,.hero p,.message p{margin:0}.brand-row h1{font-size:1.2rem;letter-spacing:-.03em}.brand-row p{color:var(--muted);font-size:.85rem}.icon-button{border:1px solid var(--line);background:#0f172ad6;color:var(--text);border-radius:14px;width:42px;height:42px;display:grid;place-items:center}.sidebar-close,.menu-button{display:none}.new-chat-button{border:0;border-radius:18px;padding:14px 16px;color:#fff;background:linear-gradient(135deg,var(--accent),#2563eb);display:flex;align-items:center;gap:10px;font-weight:700;box-shadow:0 18px 45px #2563eb3d}.sidebar-card{border:1px solid var(--line);background:#0f172a8f;border-radius:22px;padding:18px}.sidebar-card h2{font-size:.95rem;margin:0 0 8px}.sidebar-card p,.sidebar-card li,.sidebar-footer{color:var(--muted);font-size:.9rem;line-height:1.55}.sidebar-card ul{margin:0;padding-left:18px}.sidebar-footer{margin-top:auto;display:flex;align-items:center;gap:8px}.workspace{min-width:0;display:flex;flex-direction:column;max-height:100vh}.topbar{position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line);background:#050816c2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:18px 28px;display:flex;align-items:center;justify-content:space-between}.topbar-title{display:flex;align-items:center;gap:12px}.topbar-title p{color:var(--muted);font-size:.8rem}.topbar-title strong{display:block;font-size:1rem}.status-dot{width:10px;height:10px;border-radius:999px;background:var(--success);box-shadow:0 0 0 8px #22c55e1f}.model-pill{border:1px solid var(--line);border-radius:999px;padding:10px 14px;background:#0f172ab3;color:#c4b5fd;display:flex;align-items:center;gap:8px;font-weight:700;font-size:.85rem}.hero{margin:28px 28px 14px;border:1px solid var(--line);border-radius:30px;padding:26px;display:flex;gap:18px;background:linear-gradient(135deg,#7c3aed2e,#06b6d414),var(--panel);box-shadow:var(--shadow)}.hero-icon{flex:0 0 auto;width:68px;height:68px;border-radius:24px}.eyebrow{color:#c4b5fd;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.hero h2{margin-top:6px;font-size:clamp(1.8rem,5vw,3.2rem);line-height:1.04;letter-spacing:-.06em}.hero p:last-child{margin-top:12px;max-width:760px;color:var(--muted);line-height:1.7}.quick-prompts{margin:0 28px 18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.quick-prompts button{min-height:76px;border:1px solid var(--line);border-radius:20px;background:#0f172a9e;color:var(--text);padding:14px;text-align:left;line-height:1.45}.quick-prompts button:hover{border-color:#7c3aed99;transform:translateY(-1px)}.chat-panel{flex:1;overflow-y:auto;padding:8px 28px 18px}.message{display:flex;gap:12px;margin:18px 0;align-items:flex-start}.message-user{flex-direction:row-reverse}.avatar{width:38px;height:38px;border-radius:14px;flex:0 0 auto}.message-bubble{max-width:min(760px,84%);border:1px solid var(--line);border-radius:22px;padding:16px 18px;background:var(--panel);box-shadow:0 18px 45px #0000002e}.message-user .message-bubble{background:linear-gradient(135deg,#7c3aedf2,#2563ebf2);border-color:transparent}.message-error .message-bubble{border-color:#fb71856b;background:#7f1d1d47}.message-bubble p{white-space:pre-wrap;line-height:1.7}.typing{color:var(--muted);display:flex;align-items:center;gap:10px}.spin,.typing svg{animation:spin .9s linear infinite}.composer{margin:0 28px 28px;border:1px solid var(--line);border-radius:26px;padding:10px;background:var(--panel-strong);display:flex;align-items:flex-end;gap:10px;box-shadow:var(--shadow)}.composer textarea{flex:1;resize:none;max-height:160px;border:0;outline:0;color:var(--text);background:transparent;padding:13px 12px;line-height:1.5}.composer textarea::placeholder{color:#64748b}.composer button{border:0;border-radius:18px;width:48px;height:48px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-2))}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 980px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:min(88vw,340px);transform:translate(-105%);transition:transform .18s ease}.sidebar-open{transform:translate(0)}.sidebar-close,.menu-button{display:grid}.quick-prompts{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace{max-height:none;min-height:100vh}}@media (max-width: 620px){.topbar,.hero,.quick-prompts,.chat-panel,.composer{margin-left:14px;margin-right:14px}.topbar{padding:14px}.hero{flex-direction:column;padding:20px}.quick-prompts{grid-template-columns:1fr}.model-pill{display:none}.message-bubble{max-width:88%}.composer{margin-bottom:14px}}
