:root{--blue: #075fd7;--blue-dark: #084cae;--blue-soft: #eef5ff;--navy: #14213d;--text: #172033;--muted: #68758a;--subtle: #8b97a9;--border: #e2e7ef;--surface: #fff;--page: #f8fafc;--green: #13845c;--green-soft: #eaf8f2;--yellow: #a86c00;--yellow-soft: #fff9e9;--radius: 7px;font-family:Inter,Segoe UI,system-ui,sans-serif;color:var(--text);background:var(--page);font-synthesis:none}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:var(--page);-webkit-font-smoothing:antialiased}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid #4d94f4;outline-offset:2px}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--surface)}.topbar{height:66px;flex:0 0 66px;display:flex;align-items:center;gap:20px;padding:0 16px;border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0;z-index:50}.brand{width:196px;flex:0 0 196px;display:flex;align-items:center;gap:10px;text-align:left;background:none;border:0;padding:0;cursor:pointer}.brand-mark{width:36px;height:36px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#123d91,#0a64db);font-size:13px;font-weight:700;clip-path:polygon(23% 2%,86% 7%,100% 50%,79% 94%,20% 98%,0 52%)}.brand-copy{display:flex;flex-direction:column;min-width:0;line-height:1.25}.brand-copy strong{font-size:15px;white-space:nowrap;letter-spacing:-.01em}.brand-copy small{color:var(--muted);font-size:8px;margin-top:4px;white-space:nowrap}.top-actions{margin-left:auto;display:flex;gap:5px}.top-actions button{height:36px;padding:0 9px;border:0;background:transparent;display:flex;align-items:center;gap:6px;font-size:11px;cursor:pointer;border-radius:5px}.top-actions button:hover{background:var(--blue-soft);color:var(--blue)}.mobile-menu{display:none}.shell-grid{display:grid;grid-template-columns:212px minmax(400px,1fr) 292px;flex:1 1 auto;min-height:0}.left-sidebar{grid-column:1;grid-row:1;padding:9px 10px 22px;border-right:1px solid var(--border);background:#fff}.main-content{grid-column:2;grid-row:1;min-width:0;padding:22px 20px 28px;background:#fff}.main-content--wide{grid-column:2 / 4}.right-sidebar{grid-column:3;grid-row:1;min-width:0;padding:19px 12px 28px;border-left:1px solid var(--border);background:#fbfcfe}.primary-nav,.topic-nav{display:flex;flex-direction:column}.primary-nav button,.topic-nav>button{width:100%;height:32px;padding:0 10px;border:0;border-radius:4px;background:transparent;display:flex;align-items:center;gap:11px;color:#364157;font-size:10px;text-align:left;cursor:pointer}.primary-nav button:hover,.topic-nav>button:hover{color:var(--blue);background:#f5f8fc}.primary-nav button.active,.topic-nav>button.active{color:var(--blue);background:#edf4ff;font-weight:500}.primary-nav button svg,.topic-nav button svg{flex:0 0 auto;width:15px;height:15px}.nav-label{margin:22px 6px 7px;color:#5c6c84;font-size:8px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.sidebar-rule{height:1px;background:var(--border);margin:12px 8px 18px}.help-card{position:relative;margin:0 5px;padding:14px 12px 13px;min-height:123px;border:1px solid #dbe6f7;border-radius:7px;background:linear-gradient(145deg,#f4f8ff,#fbfdff);overflow:hidden}.help-card strong{color:var(--blue-dark);font-size:9px}.help-card p{width:104px;margin:8px 0 11px;color:#4e5d73;font-size:8px;line-height:1.55}.help-card a{position:relative;z-index:1;display:inline-block;padding:7px 10px;border-radius:4px;background:var(--blue);color:#fff;font-size:8px;font-weight:600;text-decoration:none}.back-home-link{display:flex;align-items:center;gap:6px;margin:12px 5px 4px;padding:6px 4px;color:var(--blue);font-size:11px;font-weight:600;text-decoration:none}.back-home-link:hover{text-decoration:underline;color:var(--blue-dark)}.help-illustration{position:absolute;right:17px;top:43px;width:34px;height:29px;display:grid;place-items:center;border:2px solid #9eb9e5;border-radius:7px;color:var(--blue);background:#fff;font-size:21px;font-weight:500;box-shadow:7px 6px #e3edfc}.landing-content{max-width:760px;margin:0 auto;padding:48px 28px}.landing-hero{margin-bottom:31px}.landing-heading .eyebrow,.suggestion-block .eyebrow{display:block;margin-bottom:7px;color:var(--blue);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.landing-heading h1{margin:0;color:var(--navy);font-size:28px;line-height:1.25;letter-spacing:-.025em}.landing-heading p{max-width:620px;margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.6}.landing-search{height:52px;display:flex;align-items:center;border:1px solid #c8d2e2;border-radius:7px;background:#fff;box-shadow:0 8px 25px #2b466e14;overflow:hidden;color:#8290a5}.landing-search>svg{margin-left:15px}.landing-search input{min-width:0;flex:1;height:100%;border:0;outline:0;padding:0 13px;color:var(--text);font-size:12px}.landing-search button{align-self:stretch;width:78px;border:0;display:flex;align-items:center;justify-content:center;gap:7px;background:var(--blue);color:#fff;cursor:pointer;font-size:11px}.landing-search button:disabled{opacity:.5;cursor:default}.suggestion-block{margin-top:34px}.suggestion-list{display:grid;grid-template-columns:1fr 1fr;gap:9px}.suggestion-list button{min-height:48px;padding:10px 13px;border:1px solid var(--border);border-radius:6px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;color:#39465c;text-align:left;font-size:10px;line-height:1.4;cursor:pointer}.suggestion-list button:hover{border-color:#b9cff1;color:var(--blue);background:#fbfdff}.answer-view{max-width:690px;margin:0 auto}.answer-question{margin:1px 0 14px;color:#111a2b;font-size:17px;line-height:1.35;letter-spacing:-.02em}.answer-card{border:1px solid var(--border);border-radius:6px;background:#fff;overflow:hidden}.answer-card-heading{padding:14px 13px 4px;display:flex;align-items:center;justify-content:space-between;gap:15px}.answer-card-heading>span{color:#354157;font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.confidence-badge{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-size:8px;white-space:nowrap}.confidence-badge span{width:13px;height:13px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font-size:8px;font-weight:700}.confidence-badge--partial{color:#9a6b08}.confidence-badge--none{color:#b14834}.answer-copy{padding:7px 13px 1px}.answer-copy p{margin:0 0 12px;color:#263146;font-size:10px;line-height:1.65}.recommendation-panel{margin:2px 13px 11px;padding:13px 14px 12px;border:1px solid #dce8fa;border-radius:6px;background:#f5f9ff}.recommendation-panel h2,.more-panel h2{margin:0;display:flex;align-items:center;gap:9px;color:#1858aa;font-size:10px;font-weight:600}.recommendation-panel h2 svg{width:15px;height:15px}.recommendation-panel ol{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.recommendation-panel li{display:flex;align-items:flex-start;gap:10px}.step-number{width:15px;height:15px;flex:0 0 15px;margin-top:1px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:8px;font-weight:700}.recommendation-panel li p{margin:0;color:#273247;font-size:9px;line-height:1.45}.recommendation-panel li strong{font-weight:600;color:#1d273a}.more-panel{margin:0 13px 14px;padding:11px 13px;display:flex;align-items:flex-start;gap:10px;border:1px solid #f1e6c8;border-radius:6px;background:var(--yellow-soft)}.more-panel>svg{width:17px;height:17px;flex:0 0 17px;color:#d59200;fill:#ffd159}.more-panel h2{color:#865b09}.more-panel p{margin:5px 0 0;color:#4e4a3e;font-size:9px;line-height:1.45}.answer-actions{min-height:38px;padding:7px 13px;border-top:1px solid var(--border);display:flex;align-items:center;gap:7px;color:#536075;font-size:8px}.answer-actions button{height:24px;border:0;background:transparent;display:flex;align-items:center;gap:5px;color:#536075;font-size:8px;cursor:pointer}.answer-actions button:hover{color:var(--blue)}.answer-actions .feedback-yes{color:#17835d}.answer-actions .feedback-no{color:#ad4059}.feedback-sent{color:var(--green);font-size:8px}.action-divider{width:1px;height:16px;background:var(--border);margin-left:2px}.answer-actions .ask-followup-link{margin-left:auto;color:var(--blue)}.answer-actions .like-action{color:#c45b7a}.answer-actions .save-action--active{color:var(--blue);font-weight:600}.followup-composer{height:45px;margin-top:14px;display:flex;align-items:center;border:1px solid #d6dee9;border-radius:6px;overflow:hidden;background:#fff}.followup-composer input{min-width:0;flex:1;height:100%;border:0;outline:0;padding:0 12px;font-size:9px;color:var(--text)}.followup-composer button{width:38px;height:30px;margin-right:6px;border:0;border-radius:4px;display:grid;place-items:center;background:#edf2f8;color:#8ba0bb;cursor:pointer}.followup-composer button:not(:disabled){background:var(--blue);color:#fff}.error-block{padding:18px;display:flex;align-items:flex-start;gap:12px;border:1px solid #f0c9bd;border-radius:7px;background:#fff5f2;color:#8e3d2f}.error-block p{margin:5px 0 0;font-size:11px}.conflict-alert{margin:8px 13px 12px;padding:9px 11px;display:flex;align-items:flex-start;gap:8px;border:1px solid #f1ddad;border-radius:5px;background:var(--yellow-soft);color:#72531b;font-size:9px;line-height:1.45}.conflict-alert svg{flex:0 0 14px;width:14px}.side-section{margin-bottom:21px}.side-section-title{height:22px;padding:0 3px 0 1px;display:flex;align-items:flex-start;justify-content:space-between;color:#607087;font-size:8px;text-transform:uppercase;letter-spacing:.05em}.side-section-title strong{font-weight:700}.side-section-title span{color:var(--blue);text-transform:none;letter-spacing:0;cursor:default}.source-list{display:flex;flex-direction:column;gap:8px}.source-card{min-height:55px;padding:9px 8px 9px 6px;border:1px solid #e8ebf0;border-radius:6px;display:grid;grid-template-columns:16px 27px minmax(0,1fr) 15px;align-items:center;gap:6px;background:#fff;color:inherit;text-decoration:none}a.source-card:hover{border-color:#bfd3f1;box-shadow:0 2px 7px #22487c0f}.source-number{align-self:start;padding-top:4px;color:var(--blue);font-size:8px;text-align:center}.source-doc{width:27px;height:32px;display:grid;place-items:center;border-radius:3px;background:#eef4ff;color:#3d71d9}.source-doc--1{background:#f8edfb;color:#9d4cb1}.source-doc--2{background:#eaf8f2;color:#1a8a66}.source-doc--3{background:#fff6dc;color:#c38a08}.source-copy{min-width:0;display:flex;flex-direction:column;line-height:1.3}.source-copy strong{overflow:hidden;color:#263147;font-size:8px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.source-copy span{overflow:hidden;margin-top:2px;color:#4f5d72;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.source-copy small{overflow:hidden;margin-top:3px;color:#93a0b2;font-size:6.5px;text-overflow:ellipsis;white-space:nowrap}.source-card>svg{color:#687891}.related-section{border:1px solid #e5e9ef;border-radius:7px;background:#fff}.related-section .side-section-title{height:35px;padding:12px 11px 0}.related-list{display:flex;flex-direction:column}.related-list button{min-height:35px;padding:7px 9px 7px 11px;border:0;border-top:1px solid #edf0f4;display:flex;align-items:center;justify-content:space-between;gap:8px;background:transparent;color:#48566c;text-align:left;font-size:8px;line-height:1.35;cursor:pointer}.related-list button:hover{color:var(--blue);background:#f8fbff}.side-empty{padding:14px;border:1px dashed var(--border);border-radius:6px;color:var(--muted);font-size:9px;text-align:center}.loading-content{max-width:570px;margin:75px auto 0;padding:40px;text-align:center}.loading-content h1{margin:25px 0 8px;font-size:19px}.loading-question{margin:0;color:var(--muted);font-size:11px}.loading-orbit{width:54px;height:54px;position:relative;margin:0 auto;animation:spin 1.4s linear infinite}.loading-orbit span{position:absolute;width:11px;height:11px;border-radius:50%;background:var(--blue)}.loading-orbit span:nth-child(1){top:0;left:22px}.loading-orbit span:nth-child(2){bottom:6px;left:4px;opacity:.65}.loading-orbit span:nth-child(3){bottom:6px;right:4px;opacity:.3}@keyframes spin{to{transform:rotate(360deg)}}.loading-steps{width:260px;margin:25px auto 0;display:flex;flex-direction:column;gap:9px;text-align:left}.loading-step{display:flex;align-items:center;gap:9px;color:#8995a6;font-size:9px}.loading-step--active{color:var(--blue)}.loading-dot{width:7px;height:7px;border-radius:50%;background:currentColor}.library-view{max-width:820px;margin:0 auto}.page-heading{min-height:63px;margin-bottom:14px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--border)}.page-heading h1{margin:0;color:var(--navy);font-size:19px}.page-heading p{margin:5px 0 0;color:var(--muted);font-size:10px}.count-badge{min-width:25px;padding:4px 7px;border-radius:12px;background:var(--blue-soft);color:var(--blue);font-size:9px;text-align:center}.trends-chart{margin:0 0 22px;padding:14px 16px 12px;border:1px solid var(--border);border-radius:8px;background:#fff}.trends-chart-title{margin:0 0 12px;color:var(--navy);font-size:11px;font-weight:600}.trends-bars{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.trends-bar-row{display:grid;grid-template-columns:minmax(110px,160px) minmax(0,1fr) 36px;gap:10px;align-items:center}.trends-bar-label{color:#4a5668;font-size:10px;line-height:1.25}.trends-bar-track{height:10px;border-radius:5px;background:#eef2f7;overflow:hidden}.trends-bar-fill{height:100%;border-radius:5px;background:var(--blue);min-width:0;transition:width .2s ease}.trends-bar-fill--other{background:#9aa8bc}.trends-bar-value{color:var(--muted);font-size:10px;text-align:right;font-variant-numeric:tabular-nums}.trends-list-heading{margin:4px 0 12px}.trends-list-heading h2{margin:0;color:var(--navy);font-size:14px}.trends-list-heading p{margin:4px 0 0;color:var(--muted);font-size:10px}.empty-state{margin-top:55px;display:flex;flex-direction:column;align-items:center;color:#8b99ac;text-align:center}.empty-state svg{color:#a5b4c7}.empty-state h2{margin:14px 0 4px;color:#49566c;font-size:14px}.empty-state p{margin:0;font-size:10px}.entry-list{display:flex;flex-direction:column;gap:8px}.entry-card{width:100%;padding:12px 13px;border:1px solid var(--border);border-radius:6px;display:flex;align-items:center;gap:12px;background:#fff;text-align:left;cursor:pointer}.entry-card:hover{border-color:#bfd2ee;background:#fbfdff}.entry-icon{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:6px;background:var(--blue-soft);color:var(--blue)}.entry-copy{min-width:0;flex:1;display:flex;flex-direction:column}.entry-copy strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.entry-copy small{margin-top:3px;color:#8794a6;font-size:8px}.entry-copy>span{overflow:hidden;margin-top:5px;color:#5c697d;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.entry-likes{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;min-width:44px;padding:5px 9px;border-radius:12px;background:#fdeef2;color:#c45b7a;font-size:10px;font-weight:600}.entry-like-meta{color:#8794a6;font-size:8px;white-space:nowrap}.entry-card>svg{color:#8e9bae}.topic-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.topic-card{min-height:52px;padding:10px 12px;border:1px solid var(--border);border-radius:6px;display:flex;align-items:center;gap:10px;background:#fff;font-size:10px;text-align:left;cursor:pointer}.topic-card:hover{border-color:#bdd2f1;color:var(--blue)}.topic-card strong{flex:1}.app-footer{min-height:36px;flex:0 0 auto;padding:8px 14%;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fafbfd;color:#7a879a;font-size:7px}.app-footer span{display:flex;align-items:center;gap:6px}.app-footer a{margin-left:8px;color:var(--blue);text-decoration:none}@media (max-width: 900px){.shell-grid{grid-template-columns:190px minmax(0,1fr)}.right-sidebar{display:none}.main-content,.main-content--wide{grid-column:2}.top-actions{display:none}.topbar{gap:12px}.brand{width:175px;flex-basis:175px}.answer-view{max-width:720px}.app-footer{padding-left:20px;padding-right:20px}}@media (max-width: 650px){.topbar{height:58px;flex-basis:58px;padding:0 10px}.mobile-menu{width:34px;height:34px;flex:0 0 34px;border:0;border-radius:5px;display:grid;place-items:center;background:#f1f5fa;cursor:pointer}.brand{width:auto;flex:0 0 auto}.brand-mark{width:32px;height:32px}.brand-copy{display:none}.shell-grid{display:block}.left-sidebar{position:fixed;z-index:45;top:58px;bottom:0;left:0;width:225px;transform:translate(-102%);transition:transform .18s ease;box-shadow:10px 0 30px #192a4524;overflow-y:auto}.left-sidebar--open{transform:translate(0)}.main-content,.main-content--wide{padding:20px 14px 28px}.landing-content{padding:28px 3px}.landing-heading h1{font-size:21px}.suggestion-list,.topic-grid{grid-template-columns:1fr}.answer-question{font-size:16px}.answer-actions{flex-wrap:wrap}.answer-actions .action-divider{display:none}.answer-actions .ask-followup-link{margin-left:0}.trends-bar-row{grid-template-columns:minmax(90px,120px) minmax(0,1fr) 28px;gap:8px}.app-footer{padding:10px 14px;flex-direction:column;align-items:flex-start;gap:5px;line-height:1.4}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
