@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#142033;background:#f4f7fb}*{box-sizing:border-box}html,body,#root{margin:0;width:100%;height:100%;overflow:hidden}.react-app{display:flex;width:100%;height:100%;background:#f4f7fb}.app-sidebar{width:276px;flex:none;color:#fff;background:linear-gradient(180deg,#071426,#0b1d35);display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.05);z-index:20}.brand{display:flex;align-items:center;gap:11px;padding:20px;border-bottom:1px solid rgba(255,255,255,.07)}.brand-mark{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#2563eb,#1d4ed8);font-size:12px;font-weight:800;box-shadow:0 8px 20px #2563eb42}.brand strong,.brand span{display:block}.brand strong{font-size:14px}.brand span{margin-top:3px;color:#7890ad;text-transform:uppercase;font-size:8px;letter-spacing:.13em;font-weight:700}.app-sidebar nav{flex:1;overflow:auto;padding:10px 12px}.nav-group{margin-bottom:5px}.nav-label{padding:12px 10px 5px;color:#667b95;font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.nav-group button{width:100%;min-height:38px;display:flex;align-items:center;gap:9px;padding:8px 11px;border:0;border-radius:10px;background:transparent;color:#bcc8d7;font:500 12.5px Inter;text-align:left;cursor:pointer;transition:.16s}.nav-group button:hover{color:#fff;background:#94c5ff13}.nav-group button.active{color:#fff;background:linear-gradient(90deg,#2563eb4a,#2563eb1a);box-shadow:inset 2px 0 #60a5fa}.nav-dot{width:4px;height:4px;border-radius:50%;background:#58708d}.active .nav-dot{background:#60a5fa;box-shadow:0 0 0 3px #60a5fa1f}.sidebar-footer{padding:15px 18px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.07);color:#71849a;font-size:10px}.sidebar-footer button{border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0f;color:#b8c4d2;padding:6px 9px;cursor:pointer}.app-stage{min-width:0;flex:1;display:flex;flex-direction:column}.app-topbar{height:72px;flex:none;display:flex;align-items:center;gap:11px;padding:12px 28px;background:#ffffffe8;border-bottom:1px solid #e3e9f1}.module-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:#fff;font-size:14px;font-weight:800;background:linear-gradient(145deg,#1d4ed8,#3b82f6);box-shadow:0 8px 18px #2563eb38}.app-topbar h1,.app-topbar p{margin:0}.app-topbar h1{font-size:17px}.app-topbar p{margin-top:3px;color:#8793a6;font-size:11px}.migration-badge{margin-left:auto;padding:7px 11px;border:1px solid #dce7f6;border-radius:999px;background:#f0f6ff;color:#4770aa;font-size:9.5px;font-weight:700}.legacy-workspace{width:100%;height:100%;flex:1;border:0;background:#f4f7fb}.signing-in .app-stage,.signing-in .legacy-workspace{width:100%;height:100%}.menu-button{display:none;width:38px;height:38px;border:1px solid #dde5ee;border-radius:10px;background:#fff;padding:9px}.menu-button span{display:block;height:2px;margin:3px 0;background:#334155}.sidebar-backdrop{display:none}@media(max-width:960px){.app-sidebar{position:fixed;inset:0 auto 0 0;width:min(86vw,300px);transform:translate(-102%);transition:transform .23s;box-shadow:20px 0 50px #02081747}.app-sidebar.is-open{transform:translate(0)}.sidebar-backdrop{display:block;position:fixed;inset:0;z-index:19;border:0;background:#030a1675}.menu-button{display:block}.app-topbar{height:64px;padding:10px 15px}.migration-badge,.module-icon{display:none}}.cu-switcher{padding:13px 18px 12px;border-bottom:1px solid rgba(255,255,255,.07)}.cu-switcher label{display:block;margin-bottom:6px;color:#71849a;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.select-wrap{position:relative}.select-wrap:after{content:"⌄";position:absolute;right:10px;top:7px;color:#8fa5c0;pointer-events:none}.cu-switcher select{width:100%;appearance:none;border:1px solid rgba(255,255,255,.15);border-radius:9px;background:#10243f;color:#fff;padding:8px 27px 8px 10px;font:600 11px Inter;white-space:nowrap;text-overflow:ellipsis}.cu-switcher option{color:#142033;background:#fff}.app-topbar{height:auto;min-height:72px}.topbar-title{min-width:0;flex:1}.app-topbar .topbar-title h1{line-height:1.25;white-space:normal;overflow-wrap:break-word}.app-topbar .section-question{display:block;margin-top:5px;color:#000;font-size:16px;line-height:1.45;font-weight:400;white-space:normal;overflow-wrap:break-word}.module-icon,.menu-button{flex-shrink:0}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:8px;flex-shrink:0}.topbar-actions button{min-height:34px;padding:7px 12px;border:1px solid #d8e2ee;border-radius:9px;background:#fff;color:#334155;font:600 11px Inter,sans-serif;cursor:pointer;transition:border-color .16s,background .16s,color .16s;white-space:nowrap}.topbar-actions button:hover{border-color:#9ab8de;background:#f4f8fd;color:#1d4ed8}.topbar-actions button:focus-visible{outline:2px solid #60a5fa;outline-offset:2px}@media(max-width:960px){.app-topbar{min-height:72px}}@media(max-width:620px){.app-topbar{display:grid;grid-template-columns:38px minmax(0,1fr);gap:9px 11px;padding:12px 15px}.app-topbar .menu-button{grid-column:1;grid-row:1;align-self:start}.topbar-title{grid-column:2;grid-row:1}.topbar-actions{grid-column:2;grid-row:2;justify-self:end;margin-left:0}.topbar-actions button{padding:7px 10px}}.legacy-workspace[hidden]{display:none}.news-landing{flex:1;min-height:0;overflow:auto;background:#f4f7fb}.news-content{max-width:1380px;margin:auto;padding:32px 36px 24px}.news-welcome{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}.news-eyebrow{display:block;color:#4b6b8e;font-size:10px;font-weight:800;letter-spacing:.12em;line-height:1.6}.news-welcome h2{margin:6px 0;font-size:30px;letter-spacing:-.035em;color:#0a203d;outline:none}.news-welcome p{margin:0;font-size:14px;color:#586d85;line-height:1.6}.news-primary-button,.news-refresh{border:1px solid #d7e1ed;border-radius:10px;padding:11px 17px;font-family:inherit;cursor:pointer;white-space:nowrap}.news-primary-button{background:#245be2;color:#fff;border-color:#245be2;box-shadow:0 4px 12px #245be21c;font-size:13px;font-weight:700}.news-primary-button span{margin-left:20px}.news-intro-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,1fr);gap:22px;margin-bottom:32px}.news-merger-feature{min-width:0;display:flex;flex-direction:column}.news-section-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 12px}.news-section-title h2,.news-feed-heading h2{font-size:16px;letter-spacing:-.015em;margin:0;color:#142d4b}.news-section-title>span{font-size:11px;color:#5c7089;white-space:nowrap}.news-card{background:#fff;border:1px solid #e0e7f0;border-radius:13px;padding:22px;min-width:0;display:flex;flex-direction:column}.news-category{align-self:flex-start;color:#2455a1;background:#edf4ff;padding:5px 8px;border-radius:5px;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.news-card h3{font-size:16px;line-height:1.5;font-weight:650;letter-spacing:-.015em;margin:14px 0 22px;overflow-wrap:anywhere}.news-card h3 a{color:#102d50;text-decoration:none}.news-card h3 a:hover{text-decoration:underline;text-underline-offset:4px}.news-link-arrow{display:inline-block;margin-left:9px;color:#6285b1;font-size:.85em}.news-source{display:flex;flex-wrap:wrap;gap:6px;font-size:11px;line-height:1.5;color:#61758c;margin-top:auto}.news-featured,.news-feature-empty{flex:1;background:linear-gradient(120deg,#102a4c,#123965);border:0;color:#fff;padding:26px 30px;border-radius:15px;min-height:244px}.news-featured .news-category{background:#ffffff19;color:#b3d3fc}.news-featured h3{font-size:25px;line-height:1.35;margin:17px 0 24px;letter-spacing:-.02em;max-width:750px}.news-featured h3 a{color:#fff}.news-featured .news-link-arrow{color:#87baff}.news-featured .news-source{color:#c0d3e9}.news-featured p,.news-feature-empty p{font-size:11px;color:#b5cce5;margin:14px 0 0;line-height:1.6}.news-feature-empty{display:flex;flex-direction:column;justify-content:center}.news-feature-empty .news-eyebrow{color:#b3d3fc}.news-feature-empty h3{font-size:23px;line-height:1.35;font-weight:600;margin:16px 0}.news-workspace-card{border:1px solid #dbe5f1;background:linear-gradient(155deg,#fff,#edf3fc);border-radius:15px;margin-top:31px;padding:26px;display:flex;flex-direction:column;align-items:flex-start}.news-workspace-card h2{font-size:21px;line-height:1.35;color:#142f50;letter-spacing:-.02em;margin:12px 0 7px}.news-workspace-card p{font-size:12px;line-height:1.7;color:#5f738c;margin:0 0 20px}.news-workspace-card button{width:100%;padding:11px 14px;border:1px solid #bfcfe4;border-radius:8px;color:#215298;background:#fff;font-size:12px;font-weight:700;text-align:left;cursor:pointer}.news-workspace-card button span{float:right}.news-workspace-card>a{font-size:11px;font-weight:650;line-height:1.6;color:#234f8c;margin:19px 0 4px;text-underline-offset:3px}.news-workspace-note{font-size:10px;line-height:1.5;color:#667c94}.news-feed-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.news-feed-heading h2{font-size:20px}.news-feed-heading p{font-size:12px;color:#5e748d;margin:5px 0 0}.news-refresh{background:#fff;color:#284c79;font-size:11px;font-weight:650}.news-refresh:disabled{opacity:.65;cursor:wait}.news-filters{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}.news-filters button{border:1px solid #dce5ef;border-radius:7px;padding:8px 12px;background:#fff;color:#4d6684;font-size:11px;font-weight:650;cursor:pointer}.news-filters button[aria-pressed=true]{background:#163d6b;color:#fff;border-color:#163d6b}.news-feed-status{font-size:11px;line-height:1.65;color:#5e7289;margin-bottom:17px}.news-feed-status p{margin:4px 0}.news-feed-status .news-error{color:#a63b31;padding:10px 13px;background:#fff1ed;border-radius:8px}.news-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.news-empty{padding:30px;border:1px dashed #cbd9e8;border-radius:12px;color:#5a708a;font-size:13px;background:#fff}.news-footer{font-size:10px;color:#687d94;line-height:1.6;margin:24px 0 0}.news-landing button:focus-visible,.news-landing a:focus-visible{outline:3px solid #79b5ff;outline-offset:4px}@media(max-width:1200px){.news-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-content{padding:25px}.news-featured h3{font-size:22px}}@media(max-width:800px){.news-intro-grid{grid-template-columns:1fr}.news-workspace-card{margin-top:0}.news-workspace-card button{max-width:360px}.news-welcome{align-items:flex-start}.news-welcome h2{font-size:27px}}@media(max-width:580px){.news-content{padding:21px 16px}.news-welcome{display:block}.news-welcome .news-primary-button{margin-top:18px}.news-card-grid{grid-template-columns:1fr}.news-featured,.news-feature-empty{padding:23px}.news-section-title{align-items:flex-start}.news-section-title>span{display:none}.news-featured h3{font-size:22px}.news-feed-heading{align-items:flex-start}}.nav-shortcuts{padding:4px 0 10px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:6px}.question-index{flex:1;min-height:0;overflow:auto;background:#f4f7fb}.question-index-content{max-width:1250px;margin:0 auto;padding:30px 34px 44px}.question-index-content>h2{margin:0 0 8px;font-size:26px;letter-spacing:-.025em;color:#142d4b;outline:none}.question-index-intro{font-size:14px;color:#536c87;line-height:1.6;margin:0 0 28px}.question-index-group{margin-top:26px}.question-index-group>h3{font-size:13px;text-transform:uppercase;letter-spacing:.09em;color:#486381;margin:0 0 12px}.question-index-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.question-index-link{position:relative;display:flex;flex-direction:column;gap:8px;align-items:flex-start;text-align:left;border:1px solid #dce5f0;border-radius:12px;background:#fff;padding:19px 44px 19px 20px;cursor:pointer;font-family:inherit}.question-index-label{font-size:11px;font-weight:700;color:#285da5}.question-index-question{font-size:18px;line-height:1.5;color:#111827;overflow-wrap:anywhere}.question-index-arrow{position:absolute;right:18px;top:19px;color:#3971b8;font-size:18px}.question-index-link:hover{background:#f3f8ff;border-color:#9ebde4}.question-index-link:focus-visible{outline:3px solid #75abf0;outline-offset:3px}@media(max-width:800px){.question-index-grid{grid-template-columns:1fr}.question-index-content{padding:24px 20px 36px}}@media(max-width:480px){.question-index-content{padding:22px 15px}.question-index-content>h2{font-size:23px}}
