@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Inter:wght@400;500;600;700&display=swap";:root{--cmh-bg:#0e1d35;--cmh-panel:#152843;--cmh-text:#e0ecf6;--cmh-muted:#9aa9ba;--cmh-border:#e0ecf633;--cmh-brass:#c8a24a;--cmh-brass-light:#d4b860;--cmh-copper:#b07840;--cmh-red:#a04848;--cmh-body:Inter, system-ui, sans-serif;--cmh-heading:"Cormorant Garamond", Georgia, serif;font-family:var(--cmh-body);color:var(--cmh-text);background:var(--cmh-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{background:var(--cmh-bg)}body{background:var(--cmh-bg);min-width:320px;min-height:100svh;margin:0}button,textarea{font:inherit}#root{min-height:100svh}.keystone-shell{background:var(--cmh-bg);min-height:100svh;color:var(--cmh-text);grid-template-rows:auto 1fr auto;display:grid}.keystone-header{background:var(--cmh-panel);border-bottom:1px solid var(--cmh-border);grid-template-columns:auto 1fr auto;align-items:center;gap:16px;min-height:88px;padding:18px clamp(18px,4vw,40px);display:grid}.brand-lockup{place-items:center;width:44px;height:44px;display:grid}.keystone-mark{border:1px solid var(--cmh-brass);width:40px;height:40px;color:var(--cmh-brass);background:#101f38;border-radius:8px;place-items:center;display:grid}.header-copy h1{font-family:var(--cmh-heading);letter-spacing:0;color:var(--cmh-text);margin:0;font-size:24px;font-weight:600;line-height:1.2}.header-copy p{color:var(--cmh-muted);margin:4px 0 0;font-size:14px;font-weight:500}.header-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.session-pill{border:1px solid var(--cmh-border);min-height:34px;color:var(--cmh-muted);border-radius:8px;align-items:center;gap:7px;padding:0 11px;font-size:13px;display:inline-flex}.icon-button,.send-button{border:1px solid var(--cmh-brass);background:var(--cmh-brass);color:#0e1d35;cursor:pointer;border-radius:8px;min-height:38px}.icon-button{place-items:center;width:38px;display:grid}.icon-button:disabled,.send-button:disabled{opacity:.55;cursor:not-allowed}.conversation{flex-direction:column;gap:24px;padding:24px clamp(16px,5vw,56px);display:flex;overflow-y:auto}.message{border:1px solid var(--cmh-border);text-align:left;border-radius:8px;width:min(760px,100%);padding:16px}.answer-message{background:#10213d;align-self:flex-start}.user-message{background:#1a2c4d;align-self:flex-end;max-width:min(640px,92%)}.message p{color:var(--cmh-text);margin:0;font-size:16px;line-height:1.6}.message p+p{margin-top:12px}.message-speaker{color:var(--cmh-brass);text-transform:uppercase;margin-bottom:9px;font-size:12px;font-weight:700;line-height:1;display:block}.message-topline{justify-content:space-between;align-items:center;gap:12px;margin-bottom:9px;display:flex}.message-topline .message-speaker{margin-bottom:0}.layer-chip{color:#0e1d35;background:var(--cmh-brass);border-radius:999px;align-items:center;min-height:22px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.layer-two .layer-chip{background:var(--cmh-brass-light)}.layer-three .layer-chip{background:var(--cmh-copper)}.citations{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.citations a,.citations span{color:var(--cmh-text);border:1px solid var(--cmh-border);border-radius:8px;padding:6px 9px;font-size:13px;text-decoration:none}.citations a:hover,.citations a:focus-visible{border-color:var(--cmh-brass)}.scope-note{color:var(--cmh-muted)!important;margin-top:10px!important}.status-notice,.system-state{border:1px solid var(--cmh-copper);width:min(760px,100%);color:var(--cmh-text);background:#162640;border-radius:8px;padding:14px 16px}.system-state{border-color:var(--cmh-border);align-items:center;gap:12px;display:flex}.system-state p,.status-notice p{margin:0}.spin{animation:1.2s linear infinite spin}.thinking{min-height:84px}.thinking-dots{align-items:center;gap:7px;display:flex}.thinking-dots span{background:var(--cmh-brass);opacity:.45;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite pulse}.thinking-dots span:nth-child(2){animation-delay:.18s}.thinking-dots span:nth-child(3){animation-delay:.36s}.composer{background:var(--cmh-panel);border-top:1px solid var(--cmh-border);padding:16px clamp(16px,5vw,56px) 20px}.composer label{color:var(--cmh-muted);margin-bottom:8px;font-size:13px;display:block}.composer-row{grid-template-columns:1fr auto;align-items:end;gap:10px;display:grid}textarea{resize:vertical;border:1px solid var(--cmh-border);min-height:52px;max-height:180px;color:var(--cmh-text);font:16px/1.5 var(--cmh-body);background:#0e1d35;border-radius:8px;padding:14px}textarea:disabled{color:var(--cmh-muted)}textarea:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid var(--cmh-brass-light);outline-offset:2px}.send-button{justify-content:center;align-items:center;gap:8px;min-width:112px;padding:0 16px;font-weight:700;display:inline-flex}.composer-meta{color:var(--cmh-muted);justify-content:space-between;gap:12px;margin-top:8px;font-size:13px;display:flex}.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}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.35}50%{opacity:1}}@media (width<=720px){.keystone-header{grid-template-columns:auto 1fr;min-height:72px}.header-actions{grid-column:1/-1;justify-content:space-between}.conversation{gap:18px;padding-top:18px}.message{padding:16px}.user-message{max-width:100%}.composer-row{grid-template-columns:1fr}.send-button{width:100%}.composer-meta{flex-direction:column}}
