:root{color-scheme:light;--panel: rgba(247, 250, 255, .84);--panel-strong: #fdfefe;--ink: #11233a;--muted: #58708b;--accent: #1d5fae;--accent-soft: #dce9fb;--stroke: rgba(37, 74, 122, .16);--shadow: 0 22px 56px rgba(33, 66, 113, .14);font-family:Iowan Old Style,Palatino Linotype,serif}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top left,rgba(29,95,174,.18),transparent 28%),linear-gradient(135deg,#eef5ff,#dbe8f8);color:var(--ink)}button,input,textarea,select{font:inherit}button{border:0;border-radius:999px;padding:.8rem 1.1rem;background:var(--accent);color:#fff;cursor:pointer}button.secondary{background:transparent;color:var(--ink);border:1px solid var(--stroke)}input,textarea,select{width:100%;border:1px solid var(--stroke);border-radius:16px;background:#fffffff5;padding:.9rem 1rem}.shell,.split-shell{min-height:100vh}.shell{padding:1rem}.split-shell{display:grid;grid-template-columns:220px minmax(0,1fr);gap:1rem;padding:1rem}.workspace-shell{grid-template-columns:240px minmax(0,1fr)}.rail,.hero-panel,.main-panel,.blank-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--panel);box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.72);border-radius:30px}.rail{padding:1.2rem;display:flex;flex-direction:column;gap:1rem}.rail-header,.rail-section-header,.panel-header,.panel-title-row,.section-header,.row{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.rail-header{flex-direction:column;align-items:flex-start}.panel-title-row{justify-content:flex-start}.gpt-title-row{display:flex;align-items:center;gap:.75rem}.stacked-header{align-items:flex-start}.rail-list,.conversation-list,.knowledge-list,.chat-log,.hero-grid{display:flex;flex-direction:column;gap:.75rem}.rail-item,.conversation-item{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;width:100%;border-radius:20px;padding:1rem;background:var(--panel-strong);color:var(--ink);border:1px solid transparent}.conversation-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;align-items:stretch;min-height:58px}.conversation-row.active .conversation-item{border-color:var(--accent);background:var(--accent-soft)}.archive-button{padding:.7rem .8rem;border-radius:16px;background:transparent;color:var(--muted);border:1px solid var(--stroke);white-space:nowrap}.copy-button{width:40px;height:40px;font-size:1rem}.rail-item.active,.conversation-item.active{border-color:var(--accent);background:var(--accent-soft)}.hero-panel,.main-panel,.blank-panel{padding:2rem}.hero-panel{display:flex;flex-direction:column;justify-content:flex-start;gap:1rem}.hero-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.hero-card,.knowledge-card,.chat-sidebar,.chat-stage{background:#ffffffb8;border:1px solid rgba(217,230,250,.9);border-radius:24px}.hero-card{cursor:pointer}.hero-card.active{border-color:#1d5fae73;box-shadow:inset 0 0 0 1px #1d5fae1a}.hero-card ol{margin:.75rem 0 0;padding-left:1.2rem;color:var(--muted)}.hero-card,.knowledge-card,.chat-sidebar,.chat-stage{padding:1rem}.blank-panel{background:transparent;box-shadow:none;border-color:transparent}.shared-shell{display:flex;align-items:stretch;justify-content:center}.shared-panel{width:min(1100px,100%)}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;color:var(--muted)}.lead,.muted-copy,.status{color:var(--muted)}.wide-button{width:100%}.login-button-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}.login-initial-button{width:100%;aspect-ratio:1;padding:0;border-radius:16px;background:var(--panel-strong);color:var(--ink);border:1px solid var(--stroke);display:grid;place-items:center}.plus-button,.icon-button{width:44px;height:44px;padding:0;border-radius:999px;display:grid;place-items:center}.icon-button{background:transparent;color:var(--ink);border:1px solid var(--stroke)}.builder-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.builder-grid label,.chat-compose{display:flex;flex-direction:column;gap:.5rem}.builder-grid .full{grid-column:1 / -1}.knowledge-item,.bubble{display:flex;justify-content:space-between;gap:1rem;padding:1rem;border-radius:20px;background:#ffffffd1}.use-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:1rem;min-height:70vh}.chat-sidebar,.chat-stage{display:flex;flex-direction:column;gap:1rem}.streaming-indicator{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;border-radius:18px;background:#dce9fbb8;color:var(--muted);font-weight:600}.spinner-dot{width:12px;height:12px;border-radius:999px;background:var(--accent);box-shadow:0 0 #1d5fae80;animation:pulse 1.2s infinite}.chat-log{min-height:0;flex:1;overflow:auto}.bubble{display:block}.bubble.user{background:#e8f0fb}.bubble.assistant{background:#d8e8ff}.usage-bar{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;color:var(--muted)}.share-link-row{display:flex;align-items:center;gap:.5rem;min-width:0}.share-pill{display:inline-flex;align-items:center;max-width:min(100%,540px);padding:.55rem .85rem;border-radius:999px;border:1px solid var(--stroke);background:#ffffffeb;color:var(--accent);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}h1,h2,h3,h4,p{margin-top:0}@keyframes pulse{0%{transform:scale(.9);box-shadow:0 0 #1d5fae73}70%{transform:scale(1);box-shadow:0 0 0 10px #1d5fae00}to{transform:scale(.9);box-shadow:0 0 #1d5fae00}}@media(max-width:1100px){.split-shell,.workspace-shell,.use-layout,.hero-grid,.builder-grid{grid-template-columns:1fr}}
