:root{--paper:#faf9f6;--ink:#242b32;--muted:#61666b;--line:#d8d8d2;--accent:#a93d19}*{box-sizing:border-box}body{color:var(--ink);background:var(--paper);margin:0;font:16px/1.65 -apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.5}a{color:var(--accent);text-underline-offset:3px}button:focus-visible,a:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.chat-shell{flex-direction:column;height:100dvh;display:flex}.topbar{border-bottom:1px solid var(--line);flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:20px 32px;display:flex}.brand{color:var(--ink);align-items:baseline;gap:16px;font-size:23px;font-weight:700;text-decoration:none;display:flex}.brand span{color:var(--muted);font-size:12px;font-weight:500}.conversation{flex:1;width:min(100% - 40px,800px);min-height:0;margin:0 auto;padding:36px 0 24px;overflow-y:auto}.conversation.empty{align-items:center;min-height:0;display:flex}.intro{max-width:660px;padding:24px 0 40px}h1{letter-spacing:-.025em;text-wrap:balance;margin:0 0 20px;font-size:clamp(28px,4vw,38px);font-weight:600;line-height:1.22}.intro p{max-width:60ch;color:var(--muted);margin:0 0 24px}.example{text-align:left;color:var(--accent);background:0 0;border:0;padding:0}.example:hover{text-decoration:underline}.message{overflow-wrap:anywhere;margin-bottom:36px}.speaker{margin-bottom:8px;font-weight:650}.user{border-bottom:1px solid var(--line);padding-bottom:24px}.user-text{white-space:pre-wrap;margin:0}.answer>:first-child{margin-top:0}.answer h1,.answer h2,.answer h3{letter-spacing:0;margin:28px 0 10px;font-size:20px;line-height:1.4}.answer p{margin:12px 0}.answer li{margin:6px 0}.answer ul,.answer ol{padding-left:24px}.answer pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#f0efe9;padding:12px}.answer blockquote{border-left:1px solid var(--line);margin:16px 0;padding-left:16px}.sources{color:var(--muted);margin-top:20px;font-size:14px}.sources summary{cursor:pointer}.sources li{margin:12px 0}.sources small{display:block}.answer-actions{gap:20px;margin-top:14px;display:flex}.quiet{color:var(--muted);background:0 0;border:0;min-height:36px;padding:4px 0;font-size:14px}.quiet:hover{color:var(--accent);text-decoration:underline}.progress{color:var(--muted);margin:16px 0 0}.composer{background:var(--paper);flex-shrink:0;padding:0 max(20px,50% - 400px) 20px}.composer form{background:#fff;border:1px solid #a6a7a2;border-radius:14px;align-items:flex-end;gap:12px;padding:14px;display:flex}textarea{resize:vertical;min-width:0;min-height:84px;max-height:30dvh;color:var(--ink);background:0 0;border:0;flex:1;padding:4px;line-height:1.5}textarea::placeholder{color:var(--muted)}.primary{background:var(--accent);color:#fff;border:0;border-radius:8px;min-height:44px;padding:10px 18px}.primary:hover:not(:disabled){background:#8d3011}.composer-foot{color:var(--muted);justify-content:space-between;align-items:flex-start;gap:16px;margin-top:10px;font-size:12px;display:flex}.composer-foot .quiet{white-space:nowrap;min-height:24px;padding:0;font-size:12px}.error,.setup-notice,.notice{margin:0 0 10px;font-size:14px}.error{color:#9f261a}.notice:empty{display:none}.setup-notice,.notice{color:var(--muted)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:600px){.topbar{padding:14px 20px}.brand{gap:10px}.brand span{font-size:10px}.conversation{padding-top:24px}.composer{padding-bottom:max(12px, env(safe-area-inset-bottom))}.composer form{flex-wrap:wrap;padding:10px}textarea{flex-basis:100%;min-height:70px}.primary{margin-left:auto}.composer-foot{flex-wrap:wrap;gap:4px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}.workspace{flex:1;min-height:0;display:flex}.chat-panel{flex-direction:column;flex:1;min-width:0;display:flex}.topbar-actions{align-items:center;gap:20px;display:flex}.history-toggle{display:none}.history{border-right:1px solid var(--line);flex-direction:column;flex-shrink:0;width:260px;padding:24px 14px 16px;display:flex}.history h2{margin:0 12px 16px;font-size:16px;font-weight:600}.history nav{min-height:0;padding:4px;overflow-y:auto}.history ul{margin:0;padding:0;list-style:none}.history li+li{margin-top:4px}.history-item{text-align:left;width:100%;color:var(--ink);background:0 0;border:0;border-radius:8px;padding:12px 10px;font-size:14px;line-height:1.45;display:block}.history-item:hover:not(:disabled){background:#f0efe9}.history-item[aria-current=page]{background:#ece9e1}.history-item[aria-current=page] span{font-weight:600}.history-item span{-webkit-line-clamp:3;overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.history-item time{color:var(--muted);margin-top:6px;font-size:12px;display:block}.history-empty,.history-note{color:var(--muted);margin:0 12px;font-size:13px}.history-note{margin-top:auto;padding-top:24px}@media (max-width:800px){.history-toggle{display:block}.history{display:none}.history-open .history{border-right:0;width:100%;display:flex}.history-open .chat-panel{display:none}.topbar{padding:14px 20px}.topbar-actions{gap:16px}.brand span{display:none}}.auth-shell{max-width:460px;margin:8vh auto;padding:24px}.auth-shell>.brand{color:inherit;text-decoration:none}.auth-card{margin-top:36px}.auth-card h1,.admin-shell h1{margin:0 0 16px;font-size:30px;line-height:1.25}.auth-card>p,.admin-shell>p{color:var(--muted)}.auth-card form{gap:18px;margin-top:24px;display:grid}.auth-card label,.invite-form label{gap:7px;font-size:14px;display:grid}.auth-card input,.invite-form input{border:1px solid var(--line);min-height:46px;color:var(--ink);font:inherit;background:#fff;border-radius:8px;width:100%;min-width:0;padding:10px 12px}.auth-secondary{margin-top:14px}.auth-footnote{margin-top:28px;font-size:12px}.button-link{margin-top:20px;text-decoration:none;display:inline-block}.admin-shell{max-width:880px;margin:32px auto;padding:24px}.admin-shell h1{margin-top:24px}.invite-form{align-items:end;gap:16px;margin:30px 0;display:flex}.invite-form label{flex:1}.accounts{padding:0;list-style:none}.accounts li{border-bottom:1px solid var(--line);overflow-wrap:anywhere;justify-content:space-between;gap:20px;padding:20px 0;display:flex}.accounts small{color:var(--muted);margin-top:6px;display:block}.account-actions{flex-wrap:wrap;align-items:center;display:flex}.legacy-import{color:var(--muted);border-top:1px solid var(--line);margin-top:15px;padding-top:15px;font-size:12px}.legacy-import summary{cursor:pointer}.legacy-import ul{padding-left:18px!important}.legacy-import li{overflow-wrap:anywhere;margin-bottom:8px}.topbar-actions>a{text-decoration:none}.topbar-actions{flex-wrap:wrap}.auth-card input:focus-visible,.invite-form input:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media (max-width:700px){.auth-shell{margin:3vh auto}.admin-shell{padding:16px}.invite-form,.accounts li{flex-direction:column;align-items:stretch}.topbar{align-items:flex-start;gap:12px}.topbar-actions{justify-content:flex-end;gap:4px}.topbar-actions .quiet{padding:8px;font-size:12px}.legacy-import{margin-bottom:20px}}
