:root{color:#13241c;font-synthesis:none;text-rendering:optimizelegibility;background:#edf2ec;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.app-shell{background:radial-gradient(circle at 8% 5%,#c6debeb3,#0000 30rem),radial-gradient(circle at 95% 20%,#ecdaac73,#0000 28rem),#f3f5f0;min-height:100vh}.topbar{justify-content:space-between;align-items:center;max-width:1040px;height:68px;margin:0 auto;padding:0 24px;display:flex}.brand{color:#163b29;align-items:center;gap:10px;font-size:19px;font-weight:750;text-decoration:none;display:flex}.brand-mark,.assistant-icon{color:#fff;background:#1d5939;border-radius:10px;place-items:center;font-family:Georgia,serif;display:grid}.brand-mark{width:34px;height:34px}.status-pill{color:#476354;background:#ffffff9e;border:1px solid #ccd9cd;border-radius:999px;align-items:center;gap:8px;padding:7px 12px;font-size:12px;font-weight:650;display:flex}.status-pill span{background:#39a365;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #39a3651f}.chat-panel{width:min(880px,100% - 32px);margin:20px auto 0;padding-bottom:40px}.intro{text-align:center;padding:48px 20px 36px}.intro .eyebrow{color:#587060;letter-spacing:.18em;margin:0 0 14px;font-size:11px;font-weight:800}.intro h1{color:#153c29;letter-spacing:-.035em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,6vw,58px);line-height:1.04}.intro>p:last-child{color:#5f6f65;max-width:630px;margin:18px auto 0;line-height:1.7}.conversation{gap:22px;display:grid}.empty-state{background:#ffffff94;border:1px solid #1f49311f;border-radius:24px;padding:24px;box-shadow:0 18px 50px #293d300f}.empty-state>p{color:#627267;margin:0 0 14px;font-size:13px;font-weight:700}.suggestions{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.suggestions button{text-align:left;color:#264d37;background:#fbfcf8;border:1px solid #dce4db;border-radius:14px;min-height:86px;padding:14px;line-height:1.5;transition:transform .15s,border-color .15s}.suggestions button:hover{border-color:#98b5a0;transform:translateY(-2px)}.turn{gap:12px;display:grid}.message{border-radius:20px;line-height:1.7}.message p{margin:0}.user-message{color:#fff;background:#1d5939;border-bottom-right-radius:6px;justify-self:end;max-width:min(680px,88%);padding:13px 17px}.assistant-message{color:#243d2f;background:#ffffffe6;border:1px solid #dbe3da;border-bottom-left-radius:6px;padding:24px;box-shadow:0 16px 40px #233b2c12}.refused-message{background:#fffcf2;border-color:#eadfbd}.answer-heading{align-items:center;gap:11px;margin-bottom:18px;display:flex}.assistant-icon{flex:none;width:36px;height:36px}.answer-heading div{display:grid}.answer-heading strong{color:#1c442d;font-size:14px}.answer-heading small{color:#718078;font-size:11px}.answer-text{white-space:pre-wrap}.citations{border-top:1px solid #e2e7e0;margin-top:22px;padding-top:18px}.citations h2{color:#66746b;letter-spacing:.1em;text-transform:uppercase;margin:0 0 10px;font-size:11px}.citation-card{background:#f2f6ef;border:1px solid #e0e8de;border-radius:12px;gap:6px;padding:12px 14px;display:grid}.citation-card>div{align-items:center;gap:9px;display:flex}.citation-card strong{color:#1c5737;font-size:13px}.citation-card span{color:#627268;font-size:12px}.citation-card small{color:#738078;overflow-wrap:anywhere}.loading-message{color:#67766d;align-items:center;gap:12px;display:flex}.loader{border:2px solid #cbd6cc;border-top-color:#2f774c;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{color:#792f2f;background:#fff0ee;border:1px solid #ecc8c3;border-radius:12px;margin:16px 0 0;padding:12px 15px}.composer{z-index:2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe0;border:1px solid #2b4d3729;border-radius:20px;margin-top:24px;padding:14px;position:sticky;bottom:14px;box-shadow:0 20px 55px #1e392824}.composer>label{color:#50665a;margin:0 0 8px 5px;font-size:12px;font-weight:700;display:block}.composer-row{align-items:flex-end;gap:10px;display:flex}.composer textarea{resize:vertical;color:#173524;background:0 0;border:0;outline:0;flex:1;min-height:58px;max-height:170px;padding:12px 13px;line-height:1.5}.composer textarea::placeholder{color:#8c9991}.composer-row>button{color:#fff;background:#1d5939;border:0;border-radius:12px;align-items:center;gap:8px;height:44px;padding:0 16px;font-weight:700;display:flex}.composer-row>button:disabled{opacity:.42}.composer>p{color:#8a968e;margin:7px 5px 0;font-size:10px}.code-block{color:#dce9df;background:#14241b;border-radius:14px;margin:16px 0;overflow:hidden}.code-block>div{color:#9fb2a6;border-bottom:1px solid #294035;justify-content:space-between;align-items:center;padding:8px 12px;font-size:11px;display:flex}.code-block button{color:#cfe0d3;background:0 0;border:0}.code-block pre{margin:0;padding:16px;font:13px/1.65 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-x:auto}@media (width<=700px){.topbar{padding:0 16px}.chat-panel{width:min(100% - 20px,880px);margin-top:0}.intro{padding:36px 10px 26px}.suggestions{grid-template-columns:1fr}.assistant-message{padding:19px}.composer{bottom:8px}.composer-row{flex-direction:column;align-items:stretch}.composer-row>button{justify-content:center}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
