:root{--ink:#15211d;--muted:#64716b;--paper:#f5f3ec;--card:#fffdf8;--line:#ddd9cc;--sage:#48695c;--gold:#b0833b;--danger:#9b403a}*{box-sizing:border-box}html{scroll-behavior:auto}body{background:var(--paper);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.topbar{border-bottom:1px solid var(--line);z-index:3;background:#f5f3ecf5;justify-content:space-between;align-items:center;height:76px;padding:0 32px;display:flex;position:sticky;top:0}.brand{letter-spacing:.12em;align-items:center;gap:12px;font-weight:700;display:flex}.brand small{color:var(--muted);margin-top:3px;font-size:9px;display:block}.headerMeta{align-items:center;gap:20px;display:flex}.liveClock{flex-direction:column;align-items:flex-end;min-width:255px;font-style:normal;display:flex}.liveClock .clockDate{color:var(--muted);font-size:12px;line-height:1.25}.liveClock .clockTime{letter-spacing:.04em;color:var(--ink);font-size:15px;line-height:1.35}.liveClock .clockTime span{color:var(--gold);letter-spacing:.12em;font-size:9px}.mark{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:36px;height:36px;font-family:Georgia,serif;display:grid}.shell{grid-template-columns:250px 1fr;min-height:calc(100vh - 76px);display:grid}aside{border-right:1px solid var(--line);flex-direction:column;gap:4px;padding:32px 20px;display:flex}.eyebrow{letter-spacing:.17em;color:var(--gold);font-size:10px;font-weight:800}.nav{text-align:left;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:10px 14px}.nav.active{color:var(--ink);background:#e6e8df;font-weight:700}.privacy{border-top:1px solid var(--line);flex-direction:column;gap:6px;margin-top:auto;padding:20px 8px;display:flex}.privacy span,.sectionHead p,.hero p,article p{color:var(--muted);line-height:1.6}.privacy span{font-size:12px}.content{width:100%;max-width:1200px;padding:56px}.hero{border-bottom:1px solid var(--line);padding:30px 0 56px}h1{max-width:900px;margin:12px 0 18px;font:400 clamp(34px,5vw,64px)/1.08 Georgia,serif}.grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:24px;display:grid}.grid article,.connection,.memory,.events article,.setup{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:24px}h2{font:400 25px/1.25 Georgia,serif}.pill,.status{text-transform:uppercase;letter-spacing:.12em;color:var(--sage);margin-right:10px;font-size:9px;font-weight:800;display:inline-block}.button,button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:7px;padding:11px 16px;font-weight:700;text-decoration:none;display:inline-block}button:disabled{opacity:.5}.sectionHead{margin-bottom:30px}.sectionHead h1{font-size:45px}.conversation{max-width:760px}.agentThread{min-height:260px;max-height:54vh;overflow-y:auto}.bubble{border-radius:16px;margin:10px 0;padding:14px 18px;line-height:1.5}.bubble.ayyah{background:#e6e8df;margin-right:15%}.bubble.user{background:var(--ink);color:#fff;margin-left:15%}textarea{border:1px solid var(--line);width:100%;min-height:90px;font:inherit;color:var(--ink);resize:vertical;background:#fff;border-radius:10px;padding:14px}.composer{max-width:760px;margin-top:18px}.composer button,.setup button{margin-top:10px}.empty{border:1px dashed var(--line);color:var(--muted);border-radius:12px;padding:28px}.sourceEmpty{background:#ffffff4d;max-width:720px}.sourceEmpty p{margin:16px 0}.memoryList,.events{gap:12px;display:grid}.memory{grid-template-columns:220px 1fr auto;align-items:center;gap:18px;display:grid}.memory b,.memory small{text-transform:capitalize;display:block}.memory small{color:var(--muted);margin-top:7px}.memory textarea{min-height:72px}.actions{flex-direction:column;gap:8px;display:flex}.quiet{color:var(--danger);background:0 0}.connection,.toolbar{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.toolbar{border-bottom:1px solid var(--line);color:var(--muted);gap:16px;padding:14px 0}.status{background:#e3eee8;border-radius:20px;padding:7px 10px}.status.disconnected{color:var(--muted);background:#ece8df}.status.needs_attention{color:var(--danger);background:#f5dfdc}.events{grid-template-columns:repeat(2,1fr)}.briefingEvents{margin-top:24px}.events time{color:var(--gold);font-size:12px}.events h3{font:400 21px Georgia,serif}.events a{color:var(--sage);font-weight:700}.setup{max-width:780px;margin-top:18px}.error{color:var(--danger);background:#f5dfdc;border-radius:8px;margin-bottom:16px;padding:12px}.errorText{color:var(--danger)}.auth{place-items:center;min-height:100vh;display:grid}@media (max-width:760px){.topbar{height:82px;padding:0 14px}.brand{gap:8px}.mark{width:32px;height:32px}.headerMeta{gap:10px}.liveClock{align-items:flex-end;min-width:0}.liveClock .clockDate{text-align:right;white-space:nowrap;max-width:150px;font-size:9px;display:block}.liveClock .clockTime{white-space:nowrap;font-size:12px;display:block}.shell{min-height:calc(100vh - 82px);display:block}aside{z-index:2;background:var(--paper);border-right:0;border-bottom:1px solid var(--line);flex-direction:row;padding:10px;display:flex;position:sticky;top:82px;overflow:auto}aside .eyebrow,.privacy{display:none}.nav{white-space:nowrap}.content{padding:28px 18px}.grid,.events,.memory{grid-template-columns:1fr}.actions{flex-direction:row}.connection,.toolbar{flex-direction:column;align-items:flex-start;gap:20px}h1{font-size:39px}.sectionHead h1{font-size:36px}}@media (max-width:430px){.brand>span:last-child{font-size:12px}.brand small{font-size:7px}.liveClock .clockDate{max-width:126px;font-size:8px}.liveClock .clockTime{font-size:10px}.liveClock .clockTime span{font-size:7px}}
