:root{color:#2f2d2a;background:#f8f7f4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;background:radial-gradient(circle at 50% 32%,rgba(232,224,210,.42),transparent 34%),#f8f7f4}button,textarea,select{font:inherit}button{border:0;cursor:pointer}button:disabled,textarea:disabled,select:disabled{cursor:not-allowed;opacity:.55}.chat-app{min-height:100vh;padding-left:72px;color:#2f2d2a}.rail{position:fixed;z-index:20;inset:0 auto 0 0;display:flex;width:72px;flex-direction:column;align-items:center;gap:14px;padding:28px 0;border-right:1px solid #dedbd5;background:#faf9f6db;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.rail-button{display:grid;width:40px;height:40px;place-items:center;border-radius:999px;color:#24221f;background:transparent;transition:background .16s ease,transform .16s ease}.rail-button:hover,.rail-button.active{background:#ece9e2}.rail-button:active{transform:translateY(1px)}.rail-button.primary{margin-top:22px;background:#ece9e2;font-size:24px}.rail-button.account{border:1px solid #d5d1c9;background:#fff}.rail-glyph{font-size:21px;line-height:1}.rail-spacer{flex:1}.library-panel{position:fixed;z-index:18;inset:12px auto 12px 84px;display:flex;width:min(330px,calc(100vw - 108px));flex-direction:column;gap:18px;padding:18px;border:1px solid #dedbd5;border-radius:24px;background:#fffffcf0;box-shadow:0 24px 80px #2b272024;opacity:0;pointer-events:none;transform:translate(-16px);transition:opacity .18s ease,transform .18s ease}.library-panel.open{opacity:1;pointer-events:auto;transform:translate(0)}.library-header,.library-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.library-header span,.library-title-row span,.field-label{color:#77716a;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.library-header strong{display:block;margin-top:4px;overflow-wrap:anywhere;font-size:15px}.ghost-button{min-width:34px;min-height:34px;padding:0 12px;border-radius:999px;color:#403c36;background:#f1eee8}.ghost-button.small{min-height:32px;font-size:13px}.soft-select{width:100%;min-height:44px;padding:0 14px;border:1px solid #dedbd5;border-radius:15px;color:#2f2d2a;background:#fbfaf7}.library-list{display:grid;gap:10px;overflow:auto;padding-right:2px}.library-empty{margin:0;color:#77716a;font-size:14px;line-height:1.6}.history-item{display:grid;justify-items:start;gap:6px;width:100%;padding:13px 14px;border:1px solid transparent;border-radius:16px;color:#393632;background:transparent;text-align:left}.history-item:hover,.history-item.active{border-color:#dfdbd3;background:#f3f0ea}.history-item strong{max-width:100%;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.history-item span{color:#8a847b;font-size:12px}.stage{position:relative;display:grid;min-height:100vh;grid-template-rows:auto 1fr auto;padding:18px 28px 22px}.topbar{position:sticky;z-index:12;top:0;display:flex;min-height:56px;align-items:center;justify-content:center;pointer-events:none}.plan-chip,.session-pill{pointer-events:auto}.plan-chip{display:inline-flex;align-items:center;gap:8px;min-height:48px;padding:0 14px;border-radius:14px;color:#77716a;background:#f1efead6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);font-size:15px}.plan-chip button{padding:0;color:#56514b;background:transparent;text-decoration:underline;text-underline-offset:4px}.dot{color:#c0bbb2}.session-pill{position:absolute;right:0;max-width:260px;min-height:38px;overflow:hidden;padding:0 14px;border:1px solid #dedbd5;border-radius:999px;color:#3b3833;background:#fffffcc2;text-overflow:ellipsis;white-space:nowrap}.notice{width:min(760px,100%);margin:10px auto 0;padding:12px 16px;border-radius:16px;font-size:14px}.notice.error{border:1px solid rgba(185,68,52,.22);color:#8a2f23;background:#ffece7db}.conversation-surface{display:grid;align-items:center;width:min(1120px,100%);margin:0 auto;padding:44px 0 24px}.welcome-state{display:grid;justify-items:center;gap:12px;margin-bottom:24px;text-align:center}.brand-mark{color:#d86b4a;font-family:Georgia,Times New Roman,serif;font-size:58px;line-height:.8}.welcome-state h1{margin:0;color:#373430;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,5.4vw,74px);font-weight:500;letter-spacing:-.045em}.welcome-state p{max-width:620px;margin:0;color:#77716a;font-size:16px;line-height:1.7}.thread{width:min(920px,100%);margin:0 auto;padding:28px 0 36px}.thread-meta{display:flex;justify-content:space-between;gap:18px;margin-bottom:28px;color:#8a847b;font-size:14px}.message-row{display:flex;margin:26px 0}.message-row.user{justify-content:flex-end}.message-row.assistant,.message-row.system,.message-row.tool{justify-content:flex-start}.user-bubble{max-width:min(620px,82%);padding:18px 24px;border-radius:22px;color:#22201d;background:#efede8;font-size:18px;line-height:1.65;white-space:pre-wrap}.assistant-block{max-width:min(760px,92%);color:#2f2d2a;font-size:18px;line-height:1.85}.assistant-block p{margin:0;white-space:pre-wrap}.assistant-block small{display:block;margin-top:10px;color:#9a9389;font-size:12px}.composer-card{width:min(1014px,calc(100vw - 128px));margin:0 auto;padding:24px 30px 20px;border:1px solid #d8d4cc;border-radius:30px;background:#fffffde6;box-shadow:0 18px 64px #3a332a1a}.composer-card textarea{width:100%;min-height:72px;max-height:220px;padding:4px 0;border:0;outline:0;color:#383530;background:transparent;font-size:24px;line-height:1.45;resize:vertical}.composer-card textarea::placeholder{color:#8b867e}.composer-footer{display:flex;align-items:center;gap:16px;margin-top:12px}.tool-button,.send-button{display:grid;min-width:42px;height:42px;place-items:center;border-radius:999px}.tool-button{color:#5d574f;background:transparent;font-size:28px}.tool-button:hover{background:#f0ede7}.composer-meta{display:flex;flex:1;flex-wrap:wrap;justify-content:flex-end;gap:8px 12px;color:#77716a;font-size:15px}.composer-meta span:first-child{color:#36332f;font-weight:650}.send-button{padding:0 18px;color:#fffaf1;background:#2d2a26}.send-button:hover:not(:disabled){background:#171512}@media(max-width:860px){.chat-app{padding-left:0;padding-bottom:74px}.rail{inset:auto 0 0 0;width:auto;height:64px;flex-direction:row;justify-content:center;padding:0 12px;border-top:1px solid #dedbd5;border-right:0}.rail-button.primary{margin-top:0}.rail-spacer{display:none}.library-panel{inset:auto 12px 76px 12px;width:auto;max-height:min(560px,calc(100vh - 100px))}.stage{padding:14px 16px 18px}.topbar{justify-content:flex-start}.session-pill{right:0;max-width:150px}.conversation-surface{padding-top:28px}.welcome-state h1{font-size:clamp(36px,10vw,56px)}.thread-meta{flex-direction:column;gap:6px}.user-bubble,.assistant-block{max-width:100%;font-size:16px}.composer-card{width:100%;padding:18px;border-radius:24px}.composer-card textarea{font-size:19px}.composer-meta{display:none}}
