:root{--bg:#f5f7fb;--panel:#fff;--ink:#142033;--muted:#68758a;--line:#e5e9f0;--nav:#101827;--nav2:#1d2a40;--accent:#315efb;--green:#16845b;--amber:#b77900;--red:#c63c3c}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}.shell{min-height:100vh}.sidebar{background:var(--nav);color:#fff;width:232px;padding:24px 14px;position:fixed;inset:0 auto 0 0}.brand{padding:8px 12px 28px;font-size:21px;font-weight:850}.brand span{color:#7c9cff}.brand.dark{color:var(--ink);padding:0}.sidebar button{color:#aeb8c9;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;width:100%;margin:4px 0;padding:12px;display:block}.sidebar button.active,.sidebar button:hover{background:var(--nav2);color:#fff}.signed{color:#aeb8c9;border-top:1px solid #29364b;padding:16px 12px;font-size:11px;position:absolute;bottom:20px;left:14px;right:14px}.signed strong{color:#fff;margin-top:5px;display:block}.content{max-width:1500px;margin-left:232px;padding:32px 38px}header{margin-bottom:28px}header small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800}header h1{margin:5px 0;font-size:30px}header p{color:var(--muted);margin:0}.panel{border:1px solid var(--line);background:#fff;border-radius:14px;padding:20px;box-shadow:0 1px 2px #00000008}.stats{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.stat span,.stat small,.muted{color:var(--muted)}.stat strong{margin:7px 0;font-size:27px;display:block}.cards{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.action{border-left:4px solid var(--amber)}.action.danger{border-left-color:var(--red)}.action small{color:var(--muted);text-transform:uppercase;font-weight:800}.action p{color:var(--muted)}h2{margin-top:26px;font-size:17px}.panel h2{margin-top:0}.link{color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0;font-weight:750}.twocol{grid-template-columns:1.35fr .65fr;gap:16px;margin-top:26px;display:grid}.twocol.flat{grid-template-columns:1fr 1fr;margin:0}.row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding:13px 0;display:flex}.row:last-child{border-bottom:0}.row small{color:var(--muted);margin-top:3px;display:block}.row span{color:var(--muted);text-align:right;font-size:12px}input,textarea,select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:9px;margin:7px 0 13px;padding:11px 12px}textarea{resize:vertical;min-height:180px}.primary,.upload{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:9px;padding:10px 15px;font-weight:750;display:inline-block}.primary:disabled{opacity:.6}.answer{background:#eef3ff;border:1px solid #d9e2ff;border-radius:10px;margin-top:14px;padding:14px;font-size:13px}.analysis{margin-top:16px}.analysisHead{justify-content:space-between;align-items:center;gap:12px;display:flex}.analysisHead h2{margin:0}.pill{color:var(--amber);background:#fff4d8;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}.req{border-bottom:1px solid var(--line);grid-template-columns:1fr auto;gap:14px;padding:15px 0;display:grid}.req p,.req small{color:var(--muted);margin:4px 0}.status{border-radius:999px;align-self:center;padding:6px 10px;font-size:11px;font-weight:800}.status.satisfied{color:var(--green);background:#e8f7f0}.status.attention{color:var(--amber);background:#fff4d8}.status.missing{color:var(--red);background:#fde9e9}.login{place-items:center;min-height:100vh;padding:24px;display:grid}.loginCard{width:min(430px,100%)}.loginCard label{margin-top:12px;display:block}.error{color:var(--red)}@media (max-width:980px){.sidebar{width:182px}.content{margin-left:182px;padding:22px}.stats,.cards,.twocol,.intelGrid,.reviewGrid,.targetRow,.projectLayout{grid-template-columns:1fr!important}.analysisHead,.projectControls{align-items:flex-start}}.secondary{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#fff;border-radius:9px;padding:10px 15px;font-weight:750;display:inline-block}.secondary:disabled{opacity:.55;cursor:wait}.authActions{align-items:center;gap:10px;margin-top:8px;display:flex}.authMessage{color:#29436f;background:#eef3ff;border:1px solid #d9e2ff;border-radius:9px;padding:11px 12px;font-size:13px;line-height:1.45}.authLink{color:var(--accent);margin-top:13px;font-size:12px;font-weight:750;text-decoration:none;display:inline-block}.authLink:hover{text-decoration:underline}.authEyebrow{color:var(--accent);letter-spacing:.12em;margin-top:18px;font-size:10px;font-weight:900;display:block}.onboardingCard{width:min(560px,100%)}.onboardingCard small{color:var(--muted);letter-spacing:.08em;font-weight:800}.uploadStatus{color:var(--muted);margin-top:10px;font-size:12px}.signOut{position:absolute;bottom:78px;left:26px;right:26px;color:#aeb8c9!important;text-align:center!important;border:1px solid #29364b!important}.liveTag{color:var(--green);background:#e8f7f0;border-radius:999px;margin-left:8px;padding:4px 7px;font-size:10px;font-weight:800;display:inline-block}.emptyState{color:var(--muted);padding:18px 0;font-size:13px}.demoCheck{color:var(--muted);align-items:flex-start;gap:9px;margin:12px 0 18px;font-size:13px;display:flex!important}.demoCheck input{width:auto;margin:2px 0 0}.docCard{border-top:1px solid var(--line);padding:18px 0}.docCard:first-of-type{margin-top:16px}.docHead{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.docHead strong{display:block}.docHead small{color:var(--muted);margin-top:5px;display:block}.docState{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);background:#eef1f6;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:850}.docState.analysed,.docState.approved{color:var(--green);background:#e8f7f0}.docState.needs_review,.docState.pending_review{color:var(--amber);background:#fff4d8}.docState.failed{color:var(--red);background:#fde9e9}.docState.rejected{color:#68758a;background:#eef1f6}.docState.analysing{color:#315efb;background:#eef3ff}.intelGrid{grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0;display:grid}.meta{border:1px solid var(--line);background:#f8f9fc;border-radius:9px;padding:10px}.meta small{color:var(--muted);text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:800;display:block}.meta span{font-size:13px}.intelSummary{background:#eef3ff;border:1px solid #d9e2ff;border-radius:9px;grid-column:1/-1;padding:12px}.intelSummary p{color:#29436f;margin:5px 0;font-size:13px}.intelSummary small{color:#68758a}.docAnalyse{margin-top:10px;padding:8px 12px}.docHint{margin:12px 0}.reviewBox{background:#f8faff;border:1px solid #d9e2ff;border-radius:12px;margin:15px 0;padding:16px}.reviewTitle{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.reviewTitle strong,.reviewTitle small{display:block}.reviewTitle small{color:var(--muted);margin-top:4px}.reviewTitle span{color:var(--amber);white-space:nowrap;background:#fff4d8;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:850}.reviewGrid{grid-template-columns:repeat(3,1fr);gap:10px 12px;display:grid}.reviewGrid label,.targetRow label{color:#45536a;font-size:11px;font-weight:750}.reviewGrid input,.reviewGrid select,.targetRow select{margin:5px 0 0}.targetRow{grid-template-columns:1fr 1fr;gap:12px;margin-top:10px;display:grid}.reviewActions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;display:flex}.rejectButton{color:var(--red);cursor:pointer;background:#fff;border:1px solid #f1caca;border-radius:9px;padding:10px 15px;font-weight:750}.rejectButton:disabled{opacity:.5}.safetyNote{color:var(--muted);margin:10px 0 0;font-size:11px}.appliedBanner,.rejectedBanner{border-radius:9px;align-items:center;gap:10px;margin:12px 0;padding:11px 12px;font-size:12px;display:flex}.appliedBanner{color:#126847;background:#e8f7f0;border:1px solid #cbeadd}.rejectedBanner{color:#596579;border:1px solid var(--line);background:#f3f5f8}.appliedBanner span,.rejectedBanner span{color:inherit}.projectCreate{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px;padding-top:18px;display:flex}.projectCreate span{color:var(--muted);font-size:12px}.projectPulse{margin-top:16px}.projectLayout{grid-template-columns:minmax(250px,.55fr) minmax(0,1.45fr);gap:16px;display:grid}.projectList{height:max-content}.projectChoice{border:1px solid var(--line);text-align:left;cursor:pointer;width:100%;color:var(--ink);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin:8px 0;padding:13px;display:flex}.projectChoice:hover,.projectChoice.selected{background:#f5f8ff;border-color:#b9c9ff}.projectChoice strong,.projectChoice small{display:block}.projectChoice small{color:var(--muted);margin-top:4px}.projectChoice span{color:var(--accent);font-size:18px;font-weight:850}.projectDetail h2{margin:0}.readinessTrack{background:#edf0f5;border-radius:999px;height:9px;margin:16px 0 8px;overflow:hidden}.readinessTrack>div{background:var(--accent);border-radius:999px;height:100%}.projectMessage{margin:0 0 16px}.projectControls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.projectControls .secondary{padding:7px 10px;font-size:12px}.reqAction{color:var(--accent);cursor:pointer;background:#f5f8ff;border:1px solid #cbd7ff;border-radius:8px;margin-top:9px;padding:7px 10px;font-size:11px;font-weight:800;display:inline-block}.reqAction:hover{background:#eaf0ff}.reqAction:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.projectReq{align-items:start}.reqActions{flex-wrap:wrap;align-items:center;gap:9px;margin-top:10px;display:flex}.primary.compact{padding:7px 10px;font-size:11px}.ramsDraft{background:#fffaf0;border:1px solid #f0d49a;border-radius:12px;margin-top:14px;padding:15px}.ramsDraftHead{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.ramsDraftHead strong,.ramsDraftHead small{display:block}.ramsDraftHead small{color:#6c5f43;margin-top:5px}.ramsDraftHead span{color:#946400;background:#fff0c7;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:850}.ramsWarning{background:#fde9e9;border:1px solid #f2caca;border-radius:9px;padding:10px 12px;font-size:12px;line-height:1.45;color:#8b2b2b!important;margin:12px 0!important}.ramsList{background:#fff;border:1px solid #eadfca;border-radius:9px;margin:10px 0;padding:10px 12px}.ramsList strong{font-size:12px}.ramsList ul,.ramsAssumptions ul{color:#5b6473;margin:7px 0 0 18px;padding:0;font-size:12px;line-height:1.5}.ramsAssumptions{color:#45536a;margin:10px 0;font-size:12px}.ramsAssumptions summary{cursor:pointer;font-weight:750}.ramsEditorLabel{color:#45536a;margin-top:12px;font-size:12px;font-weight:800;display:block}.ramsEditor{background:#fff;min-height:440px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.5}.ramsBlocker{background:#fff4d8;border:1px solid #efd79c;border-radius:9px;padding:10px 12px;font-size:12px;color:#815900!important;margin:0!important}.ramsApproved{color:#126847;background:#e8f7f0;border:1px solid #cbeadd;border-radius:9px;flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;padding:11px 12px;font-size:12px;display:flex}.ramsApproved span{color:#126847}@media (max-width:720px){body{min-width:0;overflow-x:hidden}.shell{min-width:0}.sidebar{z-index:30;overscroll-behavior-inline:contain;align-items:center;gap:4px;width:100%;height:auto;padding:8px;display:flex;position:sticky;inset:0 auto auto;overflow-x:auto;box-shadow:0 2px 12px #00000018}.brand{white-space:nowrap;flex:none;padding:8px 10px;font-size:16px}.sidebar button{white-space:nowrap;flex:none;width:auto;min-width:max-content;margin:0;padding:9px 10px;display:block}.signed{display:none}.signOut{width:auto!important;margin:0!important;position:static!important;inset:auto!important}.content{min-width:0;max-width:none;margin-left:0;padding:16px 14px 36px}.panel{border-radius:12px;padding:14px}header{margin-bottom:18px}header h1{font-size:25px}.stats,.cards,.twocol,.intelGrid,.reviewGrid,.targetRow,.projectLayout{grid-template-columns:1fr!important}.row{flex-direction:column;align-items:flex-start;gap:5px}.row span{text-align:left}.analysisHead,.reviewTitle,.docHead{flex-direction:column;align-items:flex-start}.projectControls{justify-content:flex-start}.req{grid-template-columns:1fr}.status{justify-self:start}.projectChoice{padding:11px}.reviewActions,.projectCreate{align-items:stretch}.reviewActions>*{width:100%}.ramsEditor{min-height:320px;font-size:11px}.appliedBanner,.rejectedBanner{flex-direction:column;align-items:flex-start}.authActions{flex-direction:column;align-items:stretch}.authActions>*{width:100%}}
.landing{color:#142033;background:#f7f9fc;min-height:100vh}.landing a{text-decoration:none}.landingNav{justify-content:space-between;align-items:center;max-width:1220px;height:76px;margin:0 auto;padding:0 28px;display:flex}.landingBrand{color:#142033;letter-spacing:-.03em;font-size:22px;font-weight:900}.landingBrand span{color:#315efb}.landingNavActions{align-items:center;gap:18px;display:flex}.landingTextLink{color:#4d5c72;font-size:14px;font-weight:750}.landingPrimary,.landingSecondary{border-radius:10px;justify-content:center;align-items:center;font-weight:800;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.landingPrimary{color:#fff;background:#315efb;padding:10px 15px;box-shadow:0 7px 20px #315efb2e}.landingPrimary:hover{transform:translateY(-1px);box-shadow:0 10px 26px #315efb3d}.landingSecondary{color:#24334a;background:#fff;border:1px solid #dce3ee;padding:10px 15px}.landingLarge{min-height:46px;padding:0 19px}.landingHero{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:72px;max-width:1220px;margin:0 auto;padding:76px 28px 88px;display:grid}.landingHeroCopy h1{letter-spacing:-.055em;max-width:760px;margin:15px 0 22px;font-size:58px;line-height:1.01}.landingHeroCopy>p{color:#5b6980;max-width:720px;margin:0;font-size:18px;line-height:1.7}.landingBadge{color:#315efb;letter-spacing:.12em;background:#eaf0ff;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;display:inline-flex}.landingHeroActions{flex-wrap:wrap;gap:11px;margin-top:30px;display:flex}.landingAssurance{color:#69768a;flex-wrap:wrap;gap:18px;margin-top:22px;font-size:12px;font-weight:700;display:flex}.landingProductCard{background:#fff;border:1px solid #e0e6ef;border-radius:18px;padding:23px;transform:rotate(1deg);box-shadow:0 24px 70px #1420331f}.landingMockTop{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:20px;padding-bottom:18px;display:flex}.landingMockTop strong{font-size:17px}.landingMockTop span{color:#7d899a;text-transform:uppercase;font-size:11px;font-weight:800}.landingScore{align-items:baseline;gap:7px;margin-top:22px;display:flex}.landingScore strong{letter-spacing:-.04em;font-size:42px}.landingScore span{color:#68758a;font-size:13px;font-weight:700}.landingTrack{background:#edf1f6;border-radius:999px;height:9px;margin:9px 0 17px;overflow:hidden}.landingTrack i{background:#315efb;border-radius:999px;height:100%;display:block}.landingMockRows>div{border-bottom:1px solid #edf0f5;grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px 0;display:grid}.landingMockRows>div:last-child{border-bottom:0}.landingMockRows p{margin:0}.landingMockRows b,.landingMockRows small{display:block}.landingMockRows b{font-size:13px}.landingMockRows small{color:#7b8797;margin-top:3px;font-size:11px}.landingMockRows em{color:#657287;font-size:10px;font-style:normal;font-weight:850}.landingDot{border-radius:50%;width:9px;height:9px;display:block}.landingDot.ok{background:#20a16c}.landingDot.warn{background:#e4a11b}.landingStrip{color:#fff;background:#111c2d;border-radius:16px;grid-template-columns:repeat(3,1fr);gap:0;max-width:1164px;margin:0 auto 90px;padding:27px 30px;display:grid;box-shadow:0 20px 55px #111c2d21}.landingStrip>div{border-right:1px solid #2b374a;padding:0 25px}.landingStrip>div:first-child{padding-left:0}.landingStrip>div:last-child{border-right:0}.landingStrip strong,.landingStrip span{display:block}.landingStrip strong{font-size:14px}.landingStrip span{color:#aab5c5;margin-top:5px;font-size:12px;line-height:1.55}.landingSection,.landingWorkflow{max-width:1220px;margin:0 auto;padding:70px 28px}.landingSectionHead{max-width:790px}.landingSectionHead small,.landingReview small,.landingCta small{color:#315efb;letter-spacing:.12em;font-size:10px;font-weight:900}.landingSectionHead h2,.landingReview h2,.landingCta h2{letter-spacing:-.035em;margin:10px 0 14px;font-size:36px;line-height:1.15}.landingSectionHead p{color:#647187;margin:0;font-size:16px;line-height:1.65}.landingFeatureGrid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:38px;display:grid}.landingFeatureGrid article{background:#fff;border:1px solid #e2e7ef;border-radius:14px;min-height:205px;padding:23px}.landingFeatureGrid article small{letter-spacing:.11em;color:#637089;font-size:9px;font-weight:900}.landingFeatureGrid article h3{margin:12px 0 9px;font-size:17px;line-height:1.3}.landingFeatureGrid article p{color:#68758a;margin:0;font-size:13px;line-height:1.65}.landingWorkflow{padding-top:95px}.landingSteps{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:38px;display:grid}.landingSteps article{border-top:2px solid #dce3ee;padding:20px 8px 0 0}.landingSteps article>span{color:#315efb;font-size:11px;font-weight:900}.landingSteps h3{margin:13px 0 7px;font-size:16px}.landingSteps p{color:#68758a;margin:0;font-size:13px;line-height:1.6}.landingReview{background:#eef3ff;border:1px solid #d8e2ff;border-radius:18px;grid-template-columns:1fr .8fr;align-items:center;gap:50px;max-width:1164px;margin:80px auto;padding:39px 42px;display:grid}.landingReview h2{margin-bottom:0;font-size:30px}.landingReview>p{color:#4d607e;margin:0;font-size:14px;line-height:1.8}.landingCta{color:#fff;background:#111c2d;border-radius:20px;justify-content:space-between;align-items:center;gap:30px;max-width:1164px;margin:100px auto 80px;padding:44px;display:flex}.landingCta h2{margin-bottom:8px;font-size:32px}.landingCta p{color:#aab5c5;margin:0;font-size:14px}.landingFooter{color:#748095;border-top:1px solid #e2e7ef;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:20px;max-width:1220px;margin:0 auto;padding:25px 28px 40px;font-size:12px;display:grid}.landingFooter>span{color:#142033;font-size:15px;font-weight:900}.landingFooterCopy{min-width:0}.landingFooter p{margin:0}.landingFooterLegal{color:#8b95a6;font-size:10px;line-height:1.55;margin-top:6px!important}.landingFooter a{color:#315efb;font-weight:800}@media (max-width:900px){.landingHero{grid-template-columns:1fr;gap:45px;padding-top:50px}.landingHeroCopy h1{font-size:47px}.landingProductCard{max-width:620px;transform:none}.landingStrip{grid-template-columns:1fr;margin-left:20px;margin-right:20px}.landingStrip>div{border-bottom:1px solid #2b374a;border-right:0;padding:15px 0}.landingStrip>div:first-child{padding-top:0}.landingStrip>div:last-child{border-bottom:0;padding-bottom:0}.landingFeatureGrid,.landingSteps{grid-template-columns:repeat(2,1fr)}.landingReview{grid-template-columns:1fr;gap:15px;margin-left:20px;margin-right:20px}.landingCta{margin-left:20px;margin-right:20px}}@media (max-width:600px){.landingNav{padding:0 18px}.landingTextLink{display:none}.landingHero{padding:42px 18px 65px}.landingHeroCopy h1{font-size:39px}.landingHeroCopy>p{font-size:16px}.landingHeroActions>a{width:100%}.landingAssurance{gap:8px;display:grid}.landingProductCard{padding:17px}.landingSection,.landingWorkflow{padding-left:18px;padding-right:18px}.landingSectionHead h2,.landingReview h2,.landingCta h2{font-size:28px}.landingFeatureGrid,.landingSteps{grid-template-columns:1fr}.landingReview{padding:28px 22px}.landingCta{padding:30px 23px;display:block}.landingCta .landingPrimary{width:100%;margin-top:23px}.landingFooter{grid-template-columns:1fr auto;padding-left:18px;padding-right:18px}.landingFooterCopy{grid-area:2/1/auto/-1}}
.sidebar .signOut{text-align:center!important;width:auto!important;margin:0!important;padding:10px 12px!important;bottom:82px!important;left:14px!important;right:14px!important}.notificationSettings input[type=checkbox]{flex:0 0 17px!important;width:17px!important;min-width:17px!important;height:17px!important;margin:0!important;padding:0!important}.notificationCategories label{justify-content:flex-start!important;gap:8px!important}.notificationField select{margin:6px 0 0!important}.content .twocol>.panel:nth-child(2)>.secondary{background:var(--accent)!important;border-color:var(--accent)!important;color:#fff!important}.sidebar [data-action-centre-button]{width:100%!important;margin:4px 0!important;padding:12px!important}.stats .stat:nth-child(4)>span{font-size:0!important}.stats .stat:nth-child(4)>span:after{content:"Due in next 90 days";font-size:14px}@media (max-width:980px){.sidebar .signOut{left:14px!important;right:14px!important}}
.guidedQuestion[data-guided-ux-kind=operatives] .brainEvidence{background:0 0!important;border:0!important;margin-top:6px!important;padding:0!important}.guidedQuestion[data-guided-ux-kind=operatives] .brainEvidence .brainEvidenceTitle,.guidedQuestion[data-guided-ux-kind=operatives] .brainEvidence .brainRecord{display:none!important}.guidedQuestion[data-guided-ux-kind=operatives] .brainEvidence .brainUse{margin-top:0!important}
.shell{--mos-bg:#f3f5f7;--mos-surface:#fff;--mos-surface-subtle:#f8f9fb;--mos-surface-raised:#fff;--mos-ink:#111827;--mos-ink-soft:#344054;--mos-muted:#667085;--mos-muted-2:#98a2b3;--mos-line:#e4e7ec;--mos-line-strong:#d0d5dd;--mos-nav:#0b1320;--mos-nav-raised:#142033;--mos-nav-hover:#19263a;--mos-nav-text:#d0d5dd;--mos-accent:#2f5be7;--mos-accent-hover:#244ac2;--mos-accent-soft:#eef2ff;--mos-green:#087a55;--mos-green-soft:#ecfdf3;--mos-amber:#a15c00;--mos-amber-soft:#fffaeb;--mos-red:#b42318;--mos-red-soft:#fef3f2;--mos-radius-sm:7px;--mos-radius-md:10px;--mos-radius-lg:14px;--mos-shadow-sm:0 1px 2px #1018280a;--mos-shadow-md:0 8px 24px #10182812;--mos-space-1:4px;--mos-space-2:8px;--mos-space-3:12px;--mos-space-4:16px;--mos-space-5:20px;--mos-space-6:24px;--mos-space-7:32px;--mos-space-8:40px;background:var(--mos-bg);min-height:100vh;color:var(--mos-ink);font-family:Segoe UI Variable,Segoe UI,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5}.shell *,.shell :before,.shell :after{box-sizing:border-box}.shell .sidebar{background:var(--mos-nav);color:#fff;border-right:1px solid #ffffff0f;width:252px;padding:24px 14px 20px}.shell .brand{letter-spacing:-.035em;padding:6px 12px 26px;font-size:20px;font-weight:720}.shell .brand span{color:#8aa5ff}.shell .sidebar>button:not(.signOut){border-radius:var(--mos-radius-md);color:#aeb8c8;margin:2px 0;padding:10px 12px;font-size:13px;font-weight:550;line-height:20px;transition:background-color .14s,color .14s,box-shadow .14s;position:relative}.shell .sidebar>button:not(.signOut):hover{background:var(--mos-nav-hover);color:#fff}.shell .sidebar>button.active{background:var(--mos-nav-raised);color:#fff;box-shadow:inset 3px 0 #7795ff}.shell .signed{color:#98a6ba;border-top:1px solid #ffffff17;padding:15px 12px 0;font-size:11px;line-height:1.45;bottom:18px;left:14px;right:14px}.shell .signed strong{color:#f7f9fc;margin-top:4px;font-size:12px;font-weight:600}.shell .signOut{min-height:36px;transition:background-color .14s,border-color .14s,color .14s;bottom:76px;left:26px;right:26px;border-radius:var(--mos-radius-md)!important;color:#bac4d3!important;border:1px solid #ffffff1c!important;font-size:12px!important;font-weight:600!important}.shell .signOut:hover{color:#fff!important;background:#ffffff0f!important;border-color:#ffffff2e!important}.shell .content{width:calc(100% - 252px);max-width:1540px;margin-left:252px;padding:38px 44px 56px}.shell .content>header{max-width:880px;margin-bottom:30px}.shell .content>header small{color:var(--mos-muted);letter-spacing:.085em;margin-bottom:6px;font-size:10px;font-weight:650;display:block}.shell .content>header h1{color:var(--mos-ink);letter-spacing:-.035em;margin:0 0 7px;font-size:clamp(28px,2.4vw,35px);font-weight:650;line-height:1.12}.shell .content>header p{max-width:760px;color:var(--mos-muted);font-size:14px;line-height:1.65}.shell h2{color:var(--mos-ink);letter-spacing:-.012em;margin:30px 0 12px;font-size:16px;font-weight:650}.shell h3{color:var(--mos-ink);letter-spacing:-.01em;font-weight:650}.shell .muted,.shell .row small,.shell .row span,.shell .action p,.shell .req p,.shell .req small,.shell .projectChoice small,.shell .uploadStatus,.shell .safetyNote{color:var(--mos-muted)}.shell .panel{background:var(--mos-surface);border:1px solid var(--mos-line);border-radius:var(--mos-radius-lg);box-shadow:var(--mos-shadow-sm);padding:20px}.shell .stats{gap:12px}.shell .stats .panel{border-color:#e7eaf0;min-height:132px;padding:18px 18px 16px}.shell .stat span,.shell .stat small{color:var(--mos-muted)}.shell .stat span{font-size:12px;font-weight:600}.shell .stat strong{color:var(--mos-ink);letter-spacing:-.04em;margin:9px 0 6px;font-size:29px;font-weight:650;line-height:1}.shell .stat small{font-size:11px;line-height:1.45}.shell .cards{gap:12px}.shell .cards .panel{min-height:158px}.shell .action{border-left:1px solid var(--mos-line);position:relative;overflow:hidden}.shell .action:before{content:"";background:#d99a23;width:3px;position:absolute;inset:0 auto 0 0}.shell .action.danger:before{background:var(--mos-red)}.shell .action small{color:var(--mos-muted);letter-spacing:.07em;font-size:10px;font-weight:650}.shell .action h3{margin:10px 0 7px;font-size:15px}.shell .action p{margin:0;font-size:12px;line-height:1.6}.shell .twocol{gap:14px;margin-top:22px}.shell .twocol.flat{gap:14px}.shell .row{border-bottom-color:#edf0f3;padding:12px 0}.shell .row strong{color:var(--mos-ink-soft);font-weight:600}.shell input,.shell textarea,.shell select{border:1px solid var(--mos-line-strong);border-radius:var(--mos-radius-md);background:var(--mos-surface);color:var(--mos-ink);padding:10px 12px;transition:border-color .13s,box-shadow .13s,background-color .13s;box-shadow:0 1px 1px #10182805}.shell input:hover,.shell textarea:hover,.shell select:hover{border-color:#b8c0cc}.shell input:focus,.shell textarea:focus,.shell select:focus{border-color:#7692ed;outline:none;box-shadow:0 0 0 3px #2f5be71f}.shell input::placeholder,.shell textarea::placeholder{color:#98a2b3}.shell label{color:var(--mos-ink-soft);font-size:12px;font-weight:600}.shell .primary,.shell .upload,.shell .secondary,.shell .rejectButton,.shell .reqAction{border-radius:var(--mos-radius-md);letter-spacing:-.005em;min-height:38px;font-weight:620;transition:background-color .13s,border-color .13s,color .13s,box-shadow .13s,transform 80ms}.shell .primary,.shell .upload{background:var(--mos-accent);color:#fff;box-shadow:0 1px 2px #2f5be72e}.shell .primary:hover:not(:disabled),.shell .upload:hover:not(:disabled){background:var(--mos-accent-hover)}.shell .secondary{border-color:var(--mos-line-strong);background:var(--mos-surface);color:var(--mos-ink-soft)}.shell .secondary:hover:not(:disabled){background:var(--mos-surface-subtle);color:var(--mos-ink);border-color:#b8c0cc}.shell .link{color:var(--mos-accent);font-weight:600}.shell .primary:active:not(:disabled),.shell .secondary:active:not(:disabled),.shell .upload:active:not(:disabled),.shell .reqAction:active:not(:disabled){transform:translateY(1px)}.shell button:focus-visible,.shell a:focus-visible,.shell .primary:focus-visible,.shell .secondary:focus-visible,.shell .upload:focus-visible,.shell .reqAction:focus-visible{outline-offset:2px;outline:2px solid #6f8ff3}.shell button:disabled,.shell .primary:disabled,.shell .secondary:disabled{opacity:.52}.shell .pill,.shell .status,.shell .docState,.shell .liveTag{border:1px solid #0000;border-radius:999px;font-weight:650}.shell .pill{background:var(--mos-amber-soft);color:var(--mos-amber);border-color:#f5dfad}.shell .status.satisfied,.shell .docState.analysed,.shell .docState.approved,.shell .liveTag{background:var(--mos-green-soft);color:var(--mos-green);border-color:#ccebdc}.shell .status.attention,.shell .docState.needs_review,.shell .docState.pending_review{background:var(--mos-amber-soft);color:var(--mos-amber);border-color:#f3dfa8}.shell .status.missing,.shell .docState.failed{background:var(--mos-red-soft);color:var(--mos-red);border-color:#f2d1cd}.shell .answer,.shell .intelSummary{background:var(--mos-accent-soft);color:#344a78;border-color:#d9e1ff}.shell .meta{background:var(--mos-surface-subtle);border-color:var(--mos-line)}.shell .reviewBox{box-shadow:none;background:#fafbff;border-color:#dfe5f6}.shell .projectLayout{gap:14px}.shell .projectChoice{border-color:var(--mos-line);border-radius:var(--mos-radius-md);color:var(--mos-ink);margin:6px 0;padding:11px 12px;transition:border-color .13s,background-color .13s,box-shadow .13s}.shell .projectChoice:hover{background:#fafbff;border-color:#bec8de}.shell .projectChoice.selected{box-shadow:inset 3px 0 0 var(--mos-accent);background:#f3f6ff;border-color:#aebdf1}.shell .projectChoice span{color:var(--mos-accent);font-size:17px;font-weight:650}.shell .readinessTrack{background:#e9edf3;height:7px}.shell .readinessTrack>div{background:var(--mos-accent)}.shell .ramsDraft{box-shadow:none;background:#fffdf7;border-color:#ead8ae}.shell .ramsList{box-shadow:none;border-color:#e8dfce}@media (max-width:1100px){.shell .sidebar{width:210px}.shell .content{width:calc(100% - 210px);margin-left:210px;padding:30px 28px 46px}}@media (max-width:720px){.shell .sidebar{scrollbar-width:none;border-bottom:1px solid #ffffff14;border-right:0;gap:3px;width:100%;height:auto;padding:7px 8px;position:sticky;top:0;box-shadow:0 5px 18px #0b132029}.shell .sidebar::-webkit-scrollbar{display:none}.shell .brand{padding:7px 10px 7px 5px;font-size:15px}.shell .sidebar>button:not(.signOut){min-height:36px;padding:8px 10px;font-size:12px}.shell .sidebar>button.active{box-shadow:inset 0 -2px #8aa5ff}.shell .signOut{min-height:36px;padding:8px 10px!important}.shell .content{width:100%;margin-left:0;padding:22px 16px 42px}.shell .content>header{margin-bottom:22px}.shell .content>header h1{font-size:27px}.shell .panel{padding:16px}.shell .stats,.shell .cards,.shell .twocol,.shell .intelGrid,.shell .reviewGrid,.shell .targetRow,.shell .projectLayout{gap:10px}}@media (prefers-reduced-motion:reduce){.shell *,.shell :before,.shell :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
@media (min-width:721px){.shell{--mos-bg:#eef2f6;--mos-surface:#fff;--mos-ink:#0f172a;--mos-ink-soft:#25324a;--mos-muted:#667085;--mos-line:#dfe5ec;--mos-line-strong:#c9d2de;--mos-accent:#2558d9;--mos-accent-hover:#1d46b4;background:radial-gradient(circle at 80% -15%,#2558d914,#0000 32rem),#eef2f6}.shell .sidebar{width:264px;color:var(--mos-ink);background:#fff;border-right:1px solid #dfe5ec;padding:0 14px 22px;box-shadow:8px 0 30px #0f172a09}.shell .brand{color:#111c33;letter-spacing:-.045em;border-bottom:1px solid #e7ebf0;margin:0 -14px 22px;padding:27px 26px 24px;font-size:21px;font-weight:760}.shell .brand span{color:var(--mos-accent)}.shell .sidebar:before{content:"WORKSPACE";color:#98a2b3;letter-spacing:.13em;margin:0 12px 8px;font-size:9px;font-weight:750;display:block}.shell .sidebar>button:not(.signOut){color:#526177;border:1px solid #0000;border-radius:10px;margin:3px 0;padding:11px 13px 11px 16px;font-size:13px;font-weight:620;position:relative}.shell .sidebar>button:not(.signOut):before{content:"";vertical-align:1px;background:#c3cbd7;border-radius:2px;width:7px;height:7px;margin-right:11px;transition:background-color .14s,box-shadow .14s;display:inline-block}.shell .sidebar>button:not(.signOut):hover{color:#14213a;background:#f4f6f9;border-color:#e5e9ef}.shell .sidebar>button.active{color:#1f4fc7;box-shadow:none;background:linear-gradient(135deg,#eef3ff,#e8efff);border-color:#ccd9ff}.shell .sidebar>button.active:before{background:#2d62e3;box-shadow:0 0 0 4px #2d62e31a}.shell .signed{color:#8793a5;border-top:1px solid #e4e8ee;padding:15px 8px 0;bottom:18px;left:18px;right:18px}.shell .signed strong{color:#25324a}.shell .signOut{bottom:78px;left:26px;right:26px;color:#526177!important;background:#f8fafc!important;border:1px solid #dfe5ec!important}.shell .signOut:hover{color:#15233c!important;background:#f0f3f7!important;border-color:#cdd6e1!important}.shell .content{width:calc(100% - 264px);max-width:1600px;margin-left:264px;padding:44px 48px 64px}}.shell .content>header{border-bottom:1px solid #94a3b840;max-width:960px;margin-bottom:34px;padding-bottom:23px}.shell .content>header small{color:#3159b6;letter-spacing:.12em;background:#f2f6ff;border:1px solid #d8e2fb;border-radius:999px;align-items:center;min-height:24px;margin-bottom:10px;padding:4px 9px;font-size:9px;font-weight:750;display:inline-flex}.shell .content>header h1{letter-spacing:-.045em;font-size:clamp(31px,2.5vw,40px);font-weight:680}.shell .content>header p{max-width:810px;margin-top:8px;font-size:14px;line-height:1.7}.shell .stats{background:#fff;border:1px solid #dce3eb;border-radius:16px;gap:0;overflow:hidden;box-shadow:0 8px 30px #0f172a0b}.shell .stats .panel{min-height:138px;box-shadow:none;border:0;border-right:1px solid #e8ecf1;border-radius:0;padding:22px 22px 20px;position:relative}.shell .stats .panel:last-child{border-right:0}.shell .stats .panel:before{content:"";background:#2d62e3;height:3px;position:absolute;inset:0 0 auto}.shell .stats .panel:nth-child(2):before{background:#4f46e5}.shell .stats .panel:nth-child(3):before{background:#0f8a70}.shell .stats .panel:nth-child(4):before{background:#d58a12}.shell .stat span{letter-spacing:.01em;font-size:11px;font-weight:680}.shell .stat strong{margin:13px 0 7px;font-size:33px;font-weight:690}.shell .panel{border-color:#dfe5ec;border-radius:16px;box-shadow:0 5px 20px #0f172a09}.shell .twocol>.panel,.shell .projectDetail,.shell .projectList{box-shadow:0 7px 28px #0f172a0a}.shell .panel h2{margin-bottom:14px;font-size:16px}.shell .cards{gap:14px}.shell .cards .panel{min-height:172px;padding:22px;transition:transform .15s,box-shadow .15s,border-color .15s}.shell .cards .panel:hover{border-color:#ccd6e4;transform:translateY(-2px);box-shadow:0 12px 30px #0f172a12}.shell .action:before{border-radius:0 4px 4px 0;width:4px;inset:20px auto 20px 0}.shell .action h3{margin-top:14px;font-size:16px}.shell .action small{color:#995b00;background:#fff7e7;border-radius:6px;padding:4px 7px;display:inline-block}.shell .action.danger small{color:#a72a22;background:#fff0ef}.shell input,.shell textarea,.shell select{background:#fbfcfe;border-radius:10px;min-height:42px}.shell textarea{min-height:190px}.shell input:focus,.shell textarea:focus,.shell select:focus{background:#fff;border-color:#6384e7;box-shadow:0 0 0 4px #2558d91c}.shell .primary,.shell .upload{background:linear-gradient(#3267e9,#2558d9);border-radius:10px;min-height:41px;padding-inline:17px;box-shadow:0 3px 8px #2558d92e}.shell .primary:hover:not(:disabled),.shell .upload:hover:not(:disabled){background:linear-gradient(#285ad1,#1f4fc5);box-shadow:0 5px 12px #2558d938}.shell .secondary{background:#fff;min-height:41px;padding-inline:15px;box-shadow:0 1px 2px #0f172a0a}.shell .status,.shell .docState,.shell .pill{border-radius:7px;padding:5px 9px}.shell .pill{color:#475569;background:#f6f8fb;border-color:#dde4ec}.shell .status.satisfied,.shell .docState.analysed,.shell .docState.approved{background:#edf9f4;border-color:#cce9db}.shell .status.attention,.shell .docState.needs_review,.shell .docState.pending_review{background:#fff8e8;border-color:#f2dfb5}.shell .status.missing,.shell .docState.failed{background:#fff1ef;border-color:#f0d1cd}.shell .projectLayout{grid-template-columns:minmax(260px,.48fr) minmax(0,1.52fr);gap:18px}.shell .projectList{background:#f8fafc;padding:16px}.shell .projectList h2{padding:0 5px}.shell .projectChoice{background:#fff;border-color:#e0e6ed;margin:8px 0;padding:13px 14px;box-shadow:0 1px 2px #0f172a06}.shell .projectChoice.selected{background:linear-gradient(135deg,#f5f8ff,#edf3ff);border-color:#abc0f9;box-shadow:inset 3px 0 #3267e9,0 4px 12px #2558d90f}.shell .projectDetail{padding:24px}.shell .readinessTrack{background:#e7ecf2;height:9px;margin-top:20px}.shell .readinessTrack>div{background:linear-gradient(90deg,#275cdd,#4e77ea)}.shell .analysis,.shell .reviewBox{margin-top:18px}.shell .analysisHead{border-bottom:1px solid #e8ecf1;padding-bottom:15px}.shell .req{padding:17px 2px}.shell .reviewBox{background:#f8faff;border-radius:14px;padding:19px}.shell .meta{background:#f7f9fc;border-radius:10px}@media (max-width:720px){.shell{background:#f1f4f8}.shell .sidebar{background:#fff;border-bottom:1px solid #dde4ec;box-shadow:0 3px 14px #0f172a12}.shell .brand{color:#14213a}.shell .brand span{color:#2d62e3}.shell .sidebar button{color:#667085}.shell .sidebar button.active{color:#2455cf;background:#edf3ff}.shell .content{padding-top:20px}.shell .content>header{padding-bottom:18px}.shell .stats{border-radius:14px;display:grid;grid-template-columns:1fr 1fr!important}.shell .stats .panel{border-bottom:1px solid #e8ecf1;border-right:1px solid #e8ecf1;min-height:118px}.shell .stats .panel:nth-child(2n){border-right:0}.shell .stats .panel:nth-last-child(-n+2){border-bottom:0}.shell .cards .panel:hover{transform:none}}
.shell .sidebar>button:not(.signOut):before{display:none}@media (min-width:721px){.shell .sidebar{padding-inline:16px}.shell .brand{margin-inline:-16px;padding-left:28px}.shell .sidebar:before{margin-bottom:10px;margin-left:14px}.shell .sidebar>button:not(.signOut){letter-spacing:-.005em;border-radius:11px;min-height:43px;padding:11px 14px;font-size:13px}.shell .sidebar>button.active{color:#214fbf;background:#eef3ff;border-color:#d5e0ff;position:relative;box-shadow:inset 3px 0 #2e63e5}.shell .sidebar>button.active:after{content:"";background:#2e63e5;border-radius:999px;width:5px;height:5px;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.shell .signed{margin-inline:0;padding:14px 10px 0}.shell .signed strong{text-overflow:ellipsis;white-space:nowrap;margin-top:5px;overflow:hidden}}.shell .content{isolation:isolate}.shell .content>header{margin-bottom:30px}.shell .content>header h1{text-wrap:balance;max-width:880px}.shell .content>header p{text-wrap:pretty}.shell .content>h2{color:#344054;margin-top:31px;margin-bottom:13px;font-size:14px;font-weight:690}.shell .stats{border-color:#d8e0ea;box-shadow:0 10px 34px #0f172a0e}.shell .stats .panel{min-height:145px;padding:24px 23px 21px}.shell .stats .panel:before{height:4px}.shell .stats .panel:first-child{background:linear-gradient(#f8faff 0%,#fff 58%)}.shell .stats .panel:first-child .stat strong,.shell .stats .panel:first-child strong{color:#2456cf}.shell .stats .panel:nth-child(2) .stat strong,.shell .stats .panel:nth-child(2) strong{color:#4338ca}.shell .stats .panel:nth-child(3) .stat strong,.shell .stats .panel:nth-child(3) strong{color:#087a65}.shell .stats .panel:nth-child(4) .stat strong,.shell .stats .panel:nth-child(4) strong{color:#a15c00}.shell .stat span{color:#526177;text-transform:uppercase;letter-spacing:.09em;font-size:9px;font-weight:760}.shell .stat strong{font-size:clamp(30px,2.25vw,37px);line-height:.98}.shell .stat small{color:#7b8798;max-width:230px;margin-top:8px;font-size:11px;line-height:1.45;display:block}.shell .cards .panel{flex-direction:column;min-height:184px;padding:23px 23px 20px;display:flex}.shell .action{background:linear-gradient(#fff 0%,#fbfcfe 100%)}.shell .action:before{inset-block:22px}.shell .action h3{margin:15px 0 8px;font-size:16px;line-height:1.35}.shell .action p{max-width:95%;margin-bottom:18px;font-size:12px;line-height:1.62}.shell .action .link{color:#2558d9;width:fit-content;margin-top:auto;padding:6px 0 2px;font-size:12px}.shell .action .link:hover{color:#173f9e}.shell .twocol{gap:16px;margin-top:24px}.shell .twocol>.panel{padding:23px}.shell .panel>h2:first-child,.shell .analysisHead h2{color:#1d2939;letter-spacing:-.015em;font-size:15px;font-weight:690}.shell .panel>h2:first-child{border-bottom:1px solid #edf0f4;margin-bottom:16px;padding-bottom:12px}.shell .row{min-height:57px;padding:13px 2px;position:relative}.shell .row strong{font-size:12px;font-weight:640}.shell .row small{margin-top:4px;font-size:11px;line-height:1.45}.shell .row>span{color:#526177;flex:none;max-width:42%;font-weight:590;line-height:1.45}.shell .projectPulse{background:linear-gradient(135deg,#fff 0%,#f8faff 100%);border-color:#d9e3f3;margin-top:22px;padding:22px 23px 12px}.shell .projectPulse .analysisHead{margin-bottom:2px}.shell .analysisHead{gap:18px}.shell .analysisHead p{margin:5px 0 0}.shell .form{max-width:1100px;padding:26px}.shell .form .twocol.flat{margin-bottom:4px}.shell .form label{color:#344054;letter-spacing:.005em;font-size:11px;font-weight:680;display:block}.shell .form textarea{min-height:220px;line-height:1.55}.shell .form>.muted{color:#63718a;background:#f8faff;border-left:3px solid #c8d5f5;max-width:850px;margin:2px 0 17px;padding:10px 12px;font-size:11px;line-height:1.55}.shell .twocol.flat{gap:14px}.shell .twocol+.panel,.shell .panel+.panel{margin-top:16px}.shell .panel .twocol.flat{border-top:1px solid #edf0f4;margin-top:17px;padding-top:17px}.shell .projectLayout{align-items:start}.shell .projectList{border-color:#dce3eb;padding:17px;position:sticky;top:24px}.shell .projectList>h2:first-child{margin:0 4px 13px;padding:0 0 11px}.shell .projectChoice{border-radius:12px;min-height:70px;padding:14px}.shell .projectChoice strong{font-size:12px;font-weight:670}.shell .projectChoice span{text-align:center;background:#f2f5fb;border-radius:8px;min-width:43px;padding:5px 7px;font-size:13px}.shell .projectChoice.selected span{color:#214fbf;background:#dfe8ff}.shell .projectDetail{padding:26px}.shell .projectDetail>.analysisHead:first-child{margin:-2px 0 19px;padding-bottom:18px}.shell .readinessTrack{box-shadow:inset 0 1px 2px #0f172a0d}.shell .req{min-height:82px;padding:18px 3px}.shell .req strong{color:#27364d;font-size:12px;font-weight:660}.shell .reqActions{margin-top:12px}.shell .docCard{background:#fbfcfe;border:1px solid #e1e7ee;border-radius:13px;margin-top:14px;padding:18px}.shell .docCard:first-of-type{margin-top:20px}.shell .docCard+.docCard{margin-top:12px}.shell .docHead strong{color:#25324a;font-size:13px;font-weight:670}.shell .docHead small{font-size:11px}.shell .intelGrid{gap:11px}.shell .meta{min-height:66px;padding:11px}.shell .meta small{color:#7b8798;letter-spacing:.07em}.shell .reviewBox{background:#f8faff;border-color:#d9e3f6;margin-bottom:2px}.shell .answer{color:#344a78;background:#f2f6ff;border-radius:10px;padding:13px 14px;line-height:1.55}.shell .uploadStatus{background:#f6f8fb;border-radius:9px;margin:12px 0 0;padding:10px 12px}.shell .secondary,.shell .reqAction{color:#46566e;border-color:#d6dee8}.shell .secondary:hover:not(:disabled),.shell .reqAction:hover:not(:disabled){background:#f6f8fb;border-color:#bcc8d7}@media (max-width:980px) and (min-width:721px){.shell .sidebar{width:218px}.shell .content{width:calc(100% - 218px);margin-left:218px;padding:34px 28px 50px}.shell .stats{grid-template-columns:1fr 1fr}.shell .stats .panel:nth-child(2){border-right:0}.shell .stats .panel:nth-child(-n+2){border-bottom:1px solid #e8ecf1}.shell .projectList{position:static}}@media (max-width:720px){.shell .sidebar{gap:3px;padding:7px 8px}.shell .brand{z-index:4;background:#fff;margin:0 4px 0 0;padding:9px 11px;font-size:15px;position:sticky;left:0;box-shadow:8px 0 12px #ffffffeb}.shell .sidebar>button:not(.signOut){border:1px solid #0000;border-radius:9px;min-height:36px;padding:8px 10px;font-size:11px}.shell .sidebar>button.active{border-color:#d4dfff;box-shadow:inset 0 -2px #3267e9}.shell .signOut{min-height:36px;color:#667085!important;background:#f8fafc!important;border-color:#e1e7ee!important;padding:8px 10px!important;font-size:11px!important}.shell .content{padding:18px 13px 38px}.shell .content>header{margin-bottom:21px;padding-bottom:16px}.shell .content>header small{min-height:21px;padding:3px 7px;font-size:8px}.shell .content>header h1{margin-bottom:8px;font-size:27px;line-height:1.12}.shell .content>header p{font-size:12px;line-height:1.6}.shell .content>h2{margin-top:24px}.shell .stats{grid-template-columns:1fr 1fr!important}.shell .stats .panel{min-height:112px;padding:17px 14px 15px}.shell .stat strong{margin:10px 0 5px;font-size:27px}.shell .stat span{font-size:8px}.shell .stat small{margin-top:5px;font-size:9px}.shell .cards{gap:10px}.shell .cards .panel{min-height:0;padding:18px}.shell .action h3{margin-top:12px}.shell .panel,.shell .twocol>.panel,.shell .projectDetail{border-radius:13px;padding:17px}.shell .twocol{gap:11px;margin-top:15px}.shell .row{min-height:auto;padding:12px 0}.shell .row>span{max-width:none}.shell .form{padding:18px}.shell .form textarea{min-height:190px}.shell .projectList{padding:13px;position:static}.shell .projectChoice{min-height:62px;margin:6px 0;padding:11px 12px}.shell .projectDetail{margin-top:0}.shell .projectControls{width:100%}.shell .projectControls .secondary{flex:auto}.shell .docCard{border-radius:11px;margin-top:11px;padding:14px}.shell .intelGrid{gap:8px}.shell .reviewBox{padding:14px}}@media (max-width:430px){.shell .stats{grid-template-columns:1fr!important}.shell .stats .panel{min-height:102px;border-bottom:1px solid #e8ecf1!important;border-right:0!important}.shell .stats .panel:last-child{border-bottom:0!important}.shell .content{padding-inline:11px}}
.shell{font-size:15px;line-height:1.55}@media (min-width:721px){.shell .sidebar>button:not(.signOut){min-height:46px;padding:12px 14px;font-size:14px;line-height:20px}.shell .signed{font-size:12px}.shell .signed strong{font-size:13px}.shell .signOut{min-height:40px;font-size:13px!important}}.shell .content>header small{font-size:10.5px}.shell .content>header p{font-size:15px;line-height:1.65}.shell .content>h2,.shell .panel>h2:first-child,.shell .analysisHead h2{font-size:16px}.shell .stat span{font-size:10.5px}.shell .stat small{font-size:12px;line-height:1.5}.shell .cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.shell .action small{font-size:10.5px}.shell .action h3{font-size:16.5px}.shell .action p{font-size:13.5px;line-height:1.6}.shell .action .link,.shell .link{font-size:13px}.shell .row{gap:20px;min-height:62px;padding-block:14px}.shell .row strong{font-size:13.5px;line-height:1.4}.shell .row small{font-size:12.5px;line-height:1.5}.shell .row>span{max-width:50%;font-size:13px;line-height:1.5}.shell .emptyState,.shell .projectCreate span,.shell .uploadStatus,.shell .safetyNote{font-size:12.5px;line-height:1.55}.shell input,.shell textarea,.shell select{font-size:14px}.shell label,.shell .form label{font-size:12.5px}.shell .primary,.shell .upload,.shell .secondary,.shell .rejectButton,.shell .reqAction{justify-content:center;align-items:center;min-height:42px;padding:9px 14px;font-size:13px;line-height:1.2;display:inline-flex}.shell .primary.compact,.shell .projectControls .secondary,.shell .reqAction{min-height:38px;padding:8px 12px;font-size:12.5px}.shell .status,.shell .docState,.shell .pill,.shell .liveTag{white-space:nowrap;justify-content:center;align-items:center;min-height:28px;padding:5px 9px;font-size:11.5px;line-height:1.15;display:inline-flex}.shell .projectReq>.status,.shell .req>.status{min-width:78px}.shell .projectChoice strong{font-size:13.5px;line-height:1.35}.shell .projectChoice small{font-size:12px;line-height:1.45}.shell .projectChoice span{font-size:16px}.shell .req{min-height:92px;padding-block:20px}.shell .req strong{font-size:13.5px;line-height:1.4}.shell .req p{font-size:13.5px;line-height:1.55}.shell .req small{font-size:12.25px;line-height:1.5}.shell .reqActions{gap:10px}.shell .docHead strong{font-size:13.5px}.shell .docHead small{font-size:12px;line-height:1.5}.shell .meta small{font-size:10.5px}.shell .meta span{font-size:13.5px;line-height:1.45}.shell .reviewGrid label,.shell .targetRow label{font-size:12px}.shell .answer,.shell .intelSummary p{font-size:13.5px;line-height:1.6}.shell .ramsApproved,.shell .ramsDraft,.shell .ramsWarning,.shell .ramsList,.shell .ramsAssumptions,.shell .ramsBlocker{font-size:13px;line-height:1.55}.shell .ramsDraftHead strong,.shell .ramsList strong{font-size:13px}.shell .ramsDraftHead small{font-size:12px;line-height:1.45}.shell .ramsDraftHead span{align-items:center;min-height:26px;padding:5px 9px;font-size:11px;display:inline-flex}.shell .ramsList ul,.shell .ramsAssumptions ul{font-size:12.5px;line-height:1.6}.shell .ramsEditorLabel{font-size:12.5px}.shell .ramsApproved{gap:12px;padding:14px}.shell .ramsApproved .primary,.shell .ramsApproved .secondary{min-height:40px}@media (max-width:720px){.shell{font-size:14px}.shell .sidebar>button:not(.signOut),.shell .signOut{min-height:38px;font-size:12px!important}.shell .content>header p{font-size:13.5px}.shell .stats .panel{min-height:122px}.shell .stat span{font-size:9.5px}.shell .stat small{font-size:10.5px}.shell .cards{grid-template-columns:1fr}.shell .row>span{max-width:100%;font-size:12.5px}.shell .row strong,.shell .req strong,.shell .req p{font-size:13px}.shell .row small,.shell .req small,.shell .projectChoice small{font-size:11.5px}.shell .status,.shell .docState,.shell .pill,.shell .liveTag{font-size:11px}}
.shell .sidebar:before{content:none!important;display:none!important}.shell .ramsSurface.dashboard{border-radius:11px!important;grid-template-columns:36px minmax(0,1fr) auto!important;gap:14px!important;min-height:62px!important;margin:0 0 14px!important;padding:13px 14px!important}.shell .ramsSurface.dashboard .ramsSurfaceIcon{width:32px!important;height:32px!important;font-size:14px!important}.shell .ramsSurface.dashboard .ramsSurfaceTitle{gap:8px!important}.shell .ramsSurface.dashboard .ramsSurfaceTitle strong{font-size:13px!important;line-height:1.35!important}.shell .ramsSurface.dashboard .ramsSurfaceTitle span{min-height:24px!important;padding:4px 8px!important;font-size:11px!important;line-height:1.15!important}.shell .ramsSurface.dashboard p{margin-top:4px!important;font-size:12.5px!important;line-height:1.45!important}.shell .ramsSurface.dashboard button{border-radius:8px!important;min-height:38px!important;padding:8px 12px!important;font-size:12.5px!important;line-height:1.2!important}.shell .stats{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch!important}.shell .stats>.panel+.panel,.shell .cards>.panel+.panel{margin-top:0!important}.shell .stats .panel{flex-direction:column!important;width:auto!important;min-width:0!important;height:100%!important;min-height:132px!important;padding:20px 21px 18px!important;display:flex!important}.shell .stat span{font-size:11px!important;line-height:1.25!important}.shell .stat strong{margin:11px 0 5px!important;font-size:clamp(30px,2vw,35px)!important;line-height:1!important}.shell .stat small{color:#66758b!important;width:100%!important;max-width:none!important;min-height:36px!important;margin-top:2px!important;font-size:12.25px!important;line-height:1.45!important}.shell .complianceClarityNote{color:#66758b!important;gap:9px!important;margin:7px 0 22px!important;padding:0 3px!important;font-size:12.25px!important;line-height:1.5!important}.shell .complianceClarityNote strong{color:#40506a!important;font-weight:750!important}.shell .clarityDot{flex-basis:18px!important;width:18px!important;height:18px!important;margin-top:0!important;font-size:10px!important}.shell .cards{align-items:stretch!important;gap:14px!important}.shell .cards .panel.action{height:100%!important;min-height:150px!important;padding:18px 20px 17px!important}.shell .action:before{inset-block:18px!important}.shell .action small{font-size:11px!important;line-height:1.25!important}.shell .action h3{margin:11px 0 5px!important;font-size:16px!important;line-height:1.35!important}.shell .action p{margin:0 0 9px!important;font-size:13px!important;line-height:1.5!important}.shell .action .link{min-height:30px!important;margin-top:auto!important;padding:5px 0 0!important;font-size:13px!important;line-height:1.2!important}.shell .projectPulse .secondary,.shell .ramsSurface.dashboard button{min-height:38px!important;font-size:12.5px!important}.shell .content>header{margin-bottom:26px!important}.shell .content>h2{margin-top:24px!important;margin-bottom:12px!important;font-size:16px!important;line-height:1.35!important}.shell .projectPulse{margin-top:18px!important}.shell .stats~.twocol{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important;gap:16px!important}.shell .stats~.twocol>.panel{min-width:0!important;height:100%!important;margin-top:0!important}.shell .projectPulse+.twocol>.panel:first-child{background:linear-gradient(145deg,#f9fbff 0%,#f1f6ff 100%)!important;border-color:#cfdbf4!important;box-shadow:inset 4px 0 #4b74d8,0 8px 24px #23468c0d!important}.shell .projectPulse+.twocol>.panel:last-child{background:linear-gradient(145deg,#fffdf8 0%,#fff8e8 100%)!important;border-color:#ecdcae!important;box-shadow:inset 4px 0 #d59a22,0 8px 24px #8e5e0d0d!important}.shell .projectPulse+.twocol>.panel:first-child>h2{color:#2e5bb7!important}.shell .projectPulse+.twocol>.panel:last-child>h2{color:#9a6507!important}.shell .projectPulse+.twocol+.twocol>.panel:first-child{background:linear-gradient(145deg,#fbfbff 0%,#f2f1ff 100%)!important;border-color:#d8d7fb!important;flex-direction:column!important;display:flex!important;box-shadow:inset 4px 0 #5c58d6,0 8px 24px #443faa0f!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child{background:linear-gradient(145deg,#fcfbff 0%,#f6f2ff 100%)!important;border-color:#ddd8fb!important;flex-direction:column!important;display:flex!important;box-shadow:inset 4px 0 #7959d8,0 8px 24px #563a9d0f!important}.shell .projectPulse+.twocol+.twocol>.panel:first-child>h2{color:#4338ca!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child>h2{color:#6a43c5!important}.shell .projectPulse+.twocol+.twocol>.panel:first-child .row{border-radius:8px!important;margin:0!important;padding:13px 10px!important}.shell .projectPulse+.twocol+.twocol>.panel:first-child .row+.row{margin-top:5px!important}.shell .projectPulse+.twocol+.twocol>.panel:first-child .row:first-of-type{background:#4263eb0e!important}.shell .projectPulse+.twocol+.twocol>.panel:first-child .row:nth-of-type(2){background:#0e94880e!important}.shell .projectPulse+.twocol+.twocol>.panel:first-child .row:nth-of-type(3){background:#d977060f!important}.shell .projectPulse+.twocol+.twocol>.panel:first-child .row:nth-of-type(4){background:#7c3aed0e!important}.shell .projectPulse+.twocol+.twocol>.panel:first-child .row>span{text-align:center!important;border-radius:999px!important;min-width:86px!important;max-width:none!important;padding:5px 9px!important;font-size:11.5px!important;font-weight:760!important}.shell .projectPulse+.twocol+.twocol>.panel:first-child .row:first-of-type>span{color:#3159bd!important;background:#e8eeff!important}.shell .projectPulse+.twocol+.twocol>.panel:first-child .row:nth-of-type(2)>span{color:#147665!important;background:#e6f6f2!important}.shell .projectPulse+.twocol+.twocol>.panel:first-child .row:nth-of-type(3)>span{color:#a76506!important;background:#fff1d9!important}.shell .projectPulse+.twocol+.twocol>.panel:first-child .row:nth-of-type(4)>span{color:#6941c6!important;background:#efe8ff!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child>p{color:#685f83!important;margin:0 0 10px!important;font-size:13px!important;line-height:1.55!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child>p:after{content:"Try: ‘Which project needs attention first?’ · ‘Show upcoming expiries’ · ‘What evidence is missing?’";color:#756a94;background:#ffffffb8;border:1px solid #e3dcfb;border-radius:9px;margin-top:12px;padding:10px 11px;font-size:11.5px;line-height:1.5;display:block}.shell .projectPulse+.twocol+.twocol>.panel:last-child>input{background:#ffffffeb!important;border-color:#d8d0f3!important;min-height:46px!important;margin-top:12px!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child>.primary{background:linear-gradient(135deg,#5f50d8 0%,#744fcf 100%)!important;width:100%!important;min-height:42px!important;margin-top:auto!important;box-shadow:0 6px 16px #5c48c42e!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child>.primary:hover:not(:disabled){filter:brightness(.97)}@media (max-width:980px) and (min-width:721px){.shell .stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.shell .stats .panel{min-height:124px!important}.shell .stat small{min-height:0!important}.shell .stats~.twocol{grid-template-columns:1fr!important}}@media (max-width:720px){.shell .ramsSurface.dashboard{grid-template-columns:34px 1fr!important;gap:10px!important;min-height:0!important;padding:12px!important}.shell .ramsSurface.dashboard button{grid-column:2!important;justify-self:start!important}.shell .stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.shell .stats .panel{height:auto!important;min-height:116px!important;padding:16px 14px 14px!important}.shell .stat span{font-size:9.5px!important}.shell .stat strong{margin:8px 0 4px!important;font-size:27px!important}.shell .stat small{min-height:0!important;font-size:10.75px!important}.shell .complianceClarityNote{margin-bottom:18px!important;font-size:11.5px!important}.shell .cards .panel.action{height:auto!important;min-height:0!important;padding:17px!important}.shell .stats~.twocol{grid-template-columns:1fr!important}.shell .projectPulse+.twocol+.twocol>.panel:first-child .row>span{text-align:left!important;min-width:0!important}}
.shell .stats{gap:14px!important}.shell .stats .panel.stat{background:#fffffff5!important;border:1px solid #dfe6ef!important;border-radius:14px!important;padding-right:72px!important;position:relative!important;overflow:hidden!important;box-shadow:0 8px 24px #1f375b0e!important}.shell .stats .panel.stat:before{content:none!important;display:none!important}.shell .stats .panel.stat:after{border-radius:50%;place-items:center;width:40px;height:40px;font-size:18px;font-weight:800;line-height:1;display:grid;position:absolute;top:17px;right:18px}.shell .stats .panel.stat:first-child:after{content:"✓";color:#2563eb;background:#eaf1ff}.shell .stats .panel.stat:nth-child(2):after{content:"▣";color:#6d28d9;background:#f0eaff}.shell .stats .panel.stat:nth-child(3):after{content:"▤";color:#087f5b;background:#e2f7ef}.shell .stats .panel.stat:nth-child(4):after{content:"⌁";color:#b46900;background:#fff3d8}.shell .cards .panel.action{background:#fffffffa!important;border:1px solid #dfe6ef!important;border-radius:14px!important;box-shadow:0 8px 22px #1f375b0d!important}.shell .cards .panel.action:before,.shell .action:before{content:none!important;display:none!important}.shell .cards .panel.action>small{letter-spacing:.035em!important;border-radius:8px!important;align-items:center!important;width:100%!important;min-height:28px!important;margin:0 0 11px!important;padding:6px 10px!important;display:flex!important}.shell .cards .panel.action.danger>small{color:#c73b32!important;background:#fff0ef!important}.shell .cards .panel.action:not(.danger)>small{color:#a65f00!important;background:#fff6e3!important}.shell .projectPulse{background:#fffffffa!important;border:1px solid #dfe6ef!important;border-radius:14px!important;margin-top:18px!important;padding:14px 16px 15px!important;position:relative!important;box-shadow:0 8px 24px #1f375b0d!important}.shell .projectPulse .analysisHead{border-bottom:1px solid #e7ecf3!important;align-items:center!important;gap:16px!important;margin-bottom:10px!important;padding:0 0 11px!important}.shell .projectPulse .analysisHead>div{min-width:0!important;padding-left:54px!important;position:relative!important}.shell .projectPulse .analysisHead>div:before{content:"▥";color:#2f63db;background:#eaf1ff;border-radius:50%;place-items:center;width:42px;height:42px;font-size:18px;font-weight:800;display:grid;position:absolute;top:50%;left:0;transform:translateY(-50%)}.shell .projectPulse .analysisHead h2{color:#17233a!important;background:0 0!important;margin:0 0 3px!important;padding:0!important;font-size:16px!important;line-height:1.3!important}.shell .projectPulse .analysisHead .muted{margin:0!important;font-size:12.75px!important;line-height:1.35!important}.shell .projectPulse .secondary{color:#31445f!important;background:#fff!important;border:1px solid #d6deea!important;border-radius:9px!important;flex:none!important;min-height:38px!important;box-shadow:0 2px 8px #1f375b08!important}.shell .projectPulse .row{background:#fbfcfe!important;border:1px solid #e5eaf1!important;border-radius:10px!important;min-height:58px!important;margin:0!important;padding:10px 12px!important}.shell .projectPulse .row+.row{margin-top:8px!important}.shell .projectPulse .row>span{color:#375aa8!important;text-align:center!important;background:#eaf1ff!important;border-radius:999px!important;min-width:82px!important;padding:7px 10px!important;font-weight:760!important}.shell .projectPulse+.twocol,.shell .projectPulse+.twocol+.twocol{gap:16px!important}.shell .projectPulse+.twocol>.panel,.shell .projectPulse+.twocol+.twocol>.panel{background:#fffffffa!important;border:1px solid #dfe6ef!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 8px 24px #1f375b0d!important}.shell .projectPulse+.twocol>.panel:first-child,.shell .projectPulse+.twocol>.panel:last-child,.shell .projectPulse+.twocol+.twocol>.panel:first-child,.shell .projectPulse+.twocol+.twocol>.panel:last-child{box-shadow:0 8px 24px #1f375b0d!important}.shell .projectPulse+.twocol>.panel>h2,.shell .projectPulse+.twocol+.twocol>.panel>h2{border:0!important;border-radius:10px!important;align-items:center!important;gap:10px!important;min-height:48px!important;margin:-2px 0 10px!important;padding:8px 12px!important;font-size:15px!important;line-height:1.25!important;display:flex!important}.shell .projectPulse+.twocol>.panel>h2:before,.shell .projectPulse+.twocol+.twocol>.panel>h2:before{border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;font-size:15px;line-height:1;display:grid}.shell .projectPulse+.twocol>.panel:first-child{background:#fff!important;border-color:#dce4f0!important}.shell .projectPulse+.twocol>.panel:first-child>h2{color:#2357bf!important;background:linear-gradient(90deg,#eef4ff 0%,#f8faff 100%)!important}.shell .projectPulse+.twocol>.panel:first-child>h2:before{content:"✓";color:#2563eb;background:#e1ebff}.shell .projectPulse+.twocol>.panel:last-child{background:#fffefa!important;border-color:#ece4cf!important}.shell .projectPulse+.twocol>.panel:last-child>h2{color:#9b5900!important;background:linear-gradient(90deg,#fff6df 0%,#fffbf1 100%)!important}.shell .projectPulse+.twocol>.panel:last-child>h2:before{content:"□";color:#b46900;background:#ffedc4}.shell .projectPulse+.twocol+.twocol>.panel:first-child{background:#fff!important;border-color:#e0dcf4!important}.shell .projectPulse+.twocol+.twocol>.panel:first-child>h2{color:#4d2fc5!important;background:linear-gradient(90deg,#f1edff 0%,#faf9ff 100%)!important}.shell .projectPulse+.twocol+.twocol>.panel:first-child>h2:before{content:"▱";color:#6336de;background:#e9e1ff}.shell .projectPulse+.twocol+.twocol>.panel:last-child{background:#fff!important;border-color:#e0dcf4!important;grid-template-columns:minmax(0,1fr) 46px!important;align-content:start!important;column-gap:0!important;display:grid!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child>h2{color:#5b34c9!important;background:linear-gradient(90deg,#f3efff 0%,#fbf9ff 100%)!important;grid-column:1/-1!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child>h2:before{content:"○";color:#6d3bd8;background:#ebe3ff}.shell .projectPulse+.twocol+.twocol>.panel:last-child>p{color:#6b7486!important;grid-column:1/-1!important;margin:2px 0 12px!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child>p:after{content:none!important;display:none!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child>input{background:#fff!important;border:1px solid #dcd6ef!important;border-right:0!important;border-radius:10px 0 0 10px!important;grid-column:1!important;width:100%!important;min-height:46px!important;margin:0!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child>.primary{width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;box-shadow:none!important;background:linear-gradient(135deg,#6a46da 0%,#8b55dd 100%)!important;border-radius:0 10px 10px 0!important;grid-column:2!important;margin:0!important;padding:0!important;font-size:0!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child>.primary:after{content:"→";font-size:18px;font-weight:800}.shell .projectPulse+.twocol+.twocol>.panel:last-child>.answer{grid-column:1/-1!important;margin-top:12px!important}.shell .projectPulse+.twocol>.panel .row>span,.shell .projectPulse+.twocol+.twocol>.panel .row>span{color:#42526a!important;text-align:right!important;background:#f0f3f8!important;border-radius:999px!important;flex:none!important;max-width:42%!important;padding:6px 10px!important;font-size:11.5px!important;line-height:1.2!important}.shell .projectPulse+.twocol>.panel:first-child .row:first-of-type>span{color:#2757bf!important;background:#eaf1ff!important}.shell .projectPulse+.twocol>.panel:first-child .row:nth-of-type(2)>span{color:#14715f!important;background:#e7f7f2!important}.shell .projectPulse+.twocol+.twocol>.panel:first-child .row>span{text-align:center!important}.shell .sidebar{background:#fffffffa!important;border-right-color:#e1e7ef!important}.shell .sidebar>button:not(.signOut){border-radius:9px!important;min-height:40px!important}.shell .sidebar>button.active{background:#edf3ff!important;box-shadow:inset 3px 0 #3569e8!important}@media (max-width:980px){.shell .projectPulse .analysisHead>div{padding-left:0!important}.shell .projectPulse .analysisHead>div:before{content:none!important;display:none!important}}@media (max-width:720px){.shell .stats .panel.stat{padding-right:14px!important}.shell .stats .panel.stat:after{display:none!important}.shell .projectPulse{padding:13px!important}.shell .projectPulse .analysisHead{align-items:flex-start!important}.shell .projectPulse+.twocol>.panel>h2,.shell .projectPulse+.twocol+.twocol>.panel>h2{min-height:44px!important;padding:7px 9px!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child{grid-template-columns:minmax(0,1fr) 44px!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child>.primary{width:44px!important;min-width:44px!important}}
.shell .stats .panel.stat{padding-right:21px!important}.shell .stats .panel.stat:after{content:none!important;display:none!important}.shell .projectPulse .analysisHead>div{padding-left:0!important}.shell .projectPulse .analysisHead>div:before{content:none!important;display:none!important}.shell .projectPulse+.twocol>.panel>h2,.shell .projectPulse+.twocol+.twocol>.panel>h2{gap:0!important}.shell .projectPulse+.twocol>.panel>h2:before,.shell .projectPulse+.twocol+.twocol>.panel>h2:before{content:none!important;display:none!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child{grid-template-columns:minmax(0,1fr) 68px!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child>.primary{width:68px!important;min-width:68px!important;font-size:12.5px!important;font-weight:700!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child>.primary:after,.shell .sidebar>button:not(.signOut):before,.shell .sidebar>button.active:before{content:none!important;display:none!important}.shell .sidebar>button:not(.signOut){padding-left:16px!important;font-size:15px!important;font-weight:650!important;line-height:21px!important}@media (max-width:720px){.shell .stats .panel.stat{padding-right:14px!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child{grid-template-columns:minmax(0,1fr) 64px!important}.shell .projectPulse+.twocol+.twocol>.panel:last-child>.primary{width:64px!important;min-width:64px!important}.shell .sidebar>button:not(.signOut){font-size:14px!important;line-height:20px!important}}
:root{--mos-surface:#fffffffa;--mos-border:#dfe6ef;--mos-border-soft:#e7ecf3;--mos-text:#17233a;--mos-muted:#68758a;--mos-shadow:0 8px 24px #1f375b0d;--mos-radius:14px;--mos-control-radius:9px}.shell .content[data-workspace-section]:not([data-workspace-section=dashboard]){color:var(--mos-text)}.shell .content[data-workspace-section]:not([data-workspace-section=dashboard])>header{border-bottom:1px solid var(--mos-border)!important;margin-bottom:20px!important;padding-bottom:20px!important}.shell .content[data-workspace-section]:not([data-workspace-section=dashboard])>header>small,.shell .content[data-workspace-section] .teamWorkspace>header>small,.shell .content[data-workspace-section] .readsHeader small,.shell .content[data-workspace-section] .notificationHeader small,.shell .content[data-workspace-section] .actionHeader small{color:#315fc7!important;letter-spacing:.08em!important;background:#eef4ff!important;border:1px solid #dce6fb!important;border-radius:999px!important;align-items:center!important;width:fit-content!important;min-height:24px!important;margin-bottom:8px!important;padding:4px 9px!important;font-size:10px!important;font-weight:850!important;line-height:1!important;display:inline-flex!important}.shell .content[data-workspace-section]:not([data-workspace-section=dashboard])>header h1,.shell .content[data-workspace-section] .teamWorkspace>header h1,.shell .content[data-workspace-section] .readsHeader h1,.shell .content[data-workspace-section] .notificationHeader h1,.shell .content[data-workspace-section] .actionHeader h1{color:var(--mos-text)!important;letter-spacing:-.025em!important;margin:0 0 6px!important;font-size:clamp(28px,3vw,36px)!important;line-height:1.12!important}.shell .content[data-workspace-section]:not([data-workspace-section=dashboard])>header p,.shell .content[data-workspace-section] .teamWorkspace>header p,.shell .content[data-workspace-section] .readsHeader p,.shell .content[data-workspace-section] .notificationHeader p,.shell .content[data-workspace-section] .actionHeader p{max-width:760px!important;color:var(--mos-muted)!important;margin:0!important;font-size:13.5px!important;line-height:1.55!important}.shell .content[data-workspace-section=inbox] .panel,.shell .content[data-workspace-section=company] .panel,.shell .content[data-workspace-section=projects] .panel,.shell .content[data-workspace-section=documents] .panel{border:1px solid var(--mos-border)!important;border-radius:var(--mos-radius)!important;background:var(--mos-surface)!important;box-shadow:var(--mos-shadow)!important}.shell .content[data-workspace-section]:not([data-workspace-section=dashboard]) h2{color:var(--mos-text)!important;font-size:16px!important;line-height:1.3!important}.shell .content[data-workspace-section]:not([data-workspace-section=dashboard]) .muted{color:var(--mos-muted)!important;font-size:12.5px!important;line-height:1.45!important}.shell .content[data-workspace-section]:not([data-workspace-section=dashboard]) input,.shell .content[data-workspace-section]:not([data-workspace-section=dashboard]) textarea,.shell .content[data-workspace-section]:not([data-workspace-section=dashboard]) select{border-radius:var(--mos-control-radius)!important;color:#22314a!important;background:#fff!important;border:1px solid #d9e1ec!important;min-height:44px!important;font-size:13px!important;box-shadow:0 1px 2px #1f375b06!important}.shell .content[data-workspace-section]:not([data-workspace-section=dashboard]) textarea{min-height:150px!important;line-height:1.55!important}.shell .content[data-workspace-section]:not([data-workspace-section=dashboard]) input:focus,.shell .content[data-workspace-section]:not([data-workspace-section=dashboard]) textarea:focus,.shell .content[data-workspace-section]:not([data-workspace-section=dashboard]) select:focus{border-color:#9db8ef!important;outline:none!important;box-shadow:0 0 0 3px #315efb17!important}.shell .content[data-workspace-section]:not([data-workspace-section=dashboard]) .primary,.shell .content[data-workspace-section]:not([data-workspace-section=dashboard]) .secondary{border-radius:var(--mos-control-radius)!important;min-height:40px!important;font-size:12.5px!important;font-weight:780!important}.shell .content[data-workspace-section]:not([data-workspace-section=dashboard]) .secondary{color:#31445f!important;background:#fff!important;border:1px solid #d6deea!important;box-shadow:0 2px 8px #1f375b08!important}.shell .content[data-workspace-section]:not([data-workspace-section=dashboard]) .row{border-bottom:1px solid #edf1f5!important;min-height:54px!important;padding:10px 12px!important}.shell .content[data-workspace-section]:not([data-workspace-section=dashboard]) .row:last-child{border-bottom:0!important}.shell .content[data-workspace-section]:not([data-workspace-section=dashboard]) .row strong{font-size:12.5px!important}.shell .content[data-workspace-section]:not([data-workspace-section=dashboard]) .row small{color:#7a8798!important;margin-top:3px!important;font-size:11px!important}.shell .content[data-workspace-section=inbox]>header>small{color:#2456be!important;background:#eef4ff!important;border-color:#d9e6ff!important}.shell .content[data-workspace-section=inbox] .form{border-color:#dce5f4!important;padding:20px!important}.shell .content[data-workspace-section=inbox] .form>.twocol.flat{align-items:stretch!important;gap:14px!important}.shell .content[data-workspace-section=inbox] .form label{color:#42526a!important;font-size:11.5px!important;font-weight:760!important}.shell .content[data-workspace-section=inbox] .analysis{margin-top:18px!important;padding:18px!important;overflow:hidden!important}.shell .content[data-workspace-section=inbox] .analysis .analysisHead{background:linear-gradient(90deg,#eef4ff 0%,#fafcff 100%)!important;border-radius:10px!important;margin:-4px -4px 12px!important;padding:12px 14px!important}.shell .content[data-workspace-section=inbox] .analysis .pill{color:#315aa9!important;background:#e5efff!important;border:0!important;font-weight:780!important}.shell .content[data-workspace-section=inbox] .req{background:#fbfcfe!important;border:1px solid #e3e9f2!important;border-radius:10px!important;margin-top:9px!important;padding:13px 14px!important}.shell .content[data-workspace-section=inbox] .projectCreate{border-top:1px solid var(--mos-border-soft)!important;margin-top:14px!important;padding-top:14px!important}.shell .content[data-workspace-section=company]>header>small{color:#15715a!important;background:#eaf8f2!important;border-color:#d5eee5!important}.shell .content[data-workspace-section=company]>.twocol{align-items:stretch!important;gap:16px!important}.shell .content[data-workspace-section=company]>.twocol>.panel{flex-direction:column!important;min-height:100%!important;padding:18px!important;display:flex!important}.shell .content[data-workspace-section=company]>.twocol>.panel>h2{color:#176b57!important;background:linear-gradient(90deg,#eaf8f2 0%,#f8fcfa 100%)!important;border-radius:9px!important;min-height:44px!important;margin:-3px 0 10px!important;padding:10px 12px!important}.shell .content[data-workspace-section=company]>.twocol>.panel:nth-child(2)>h2{color:#315aa9!important;background:linear-gradient(90deg,#eef4ff 0%,#fafcff 100%)!important}.shell .content[data-workspace-section=company]>.panel{margin-top:16px!important;padding:18px!important}.shell .content[data-workspace-section=company]>.panel .analysisHead{background:linear-gradient(90deg,#f1edff 0%,#fbfaff 100%)!important;border-radius:9px!important;margin:-3px 0 10px!important;padding:10px 12px!important}.shell .content[data-workspace-section=company]>.panel .analysisHead h2{color:#5936b9!important;margin:0!important}.shell .content[data-workspace-section=company]>.panel>.twocol.flat{gap:14px!important;margin-top:14px!important}.shell .content[data-workspace-section=projects]>header>small{color:#5b38bd!important;background:#f2efff!important;border-color:#e1daf9!important}.shell .content[data-workspace-section=projects] .projectLayout{grid-template-columns:minmax(245px,.72fr) minmax(0,2fr)!important;align-items:stretch!important;gap:16px!important;display:grid!important}.shell .content[data-workspace-section=projects] .projectList,.shell .content[data-workspace-section=projects] .projectDetail{padding:16px!important}.shell .content[data-workspace-section=projects] .projectList>h2{color:#5835b7!important;background:linear-gradient(90deg,#f1edff 0%,#fbfaff 100%)!important;border-radius:9px!important;margin:-2px 0 10px!important;padding:10px 12px!important}.shell .content[data-workspace-section=projects] .projectChoice{color:#27364d!important;text-align:left!important;background:#fbfcfe!important;border:1px solid #e3e7ef!important;border-radius:10px!important;width:100%!important;min-height:62px!important;margin-top:8px!important;padding:11px 12px!important}.shell .content[data-workspace-section=projects] .projectChoice.selected{background:#f4f1ff!important;border-color:#cfc3f4!important;box-shadow:inset 3px 0 #6b49d7!important}.shell .content[data-workspace-section=projects] .projectChoice>span,.shell .content[data-workspace-section=projects] .projectControls .pill{color:#5a3cb3!important;background:#eee9ff!important;border:0!important;border-radius:999px!important;font-weight:800!important}.shell .content[data-workspace-section=projects] .projectDetail>.analysisHead{background:linear-gradient(90deg,#f2efff 0%,#fbfaff 100%)!important;border-radius:10px!important;margin:-2px -2px 12px!important;padding:12px 13px!important}.shell .content[data-workspace-section=projects] .readinessTrack{background:#edf0f6!important;border-radius:999px!important;height:9px!important;margin:12px 0!important;overflow:hidden!important}.shell .content[data-workspace-section=projects] .readinessTrack>div{border-radius:inherit!important;background:linear-gradient(90deg,#5c46d5,#7a57de)!important}.shell .content[data-workspace-section=projects] .projectReq{background:#fcfdff!important;border:1px solid #e3e8f0!important;border-radius:11px!important;margin-top:10px!important;padding:14px!important}.shell .content[data-workspace-section=projects] .projectReq .status.satisfied{color:#14715a!important;background:#e7f7f1!important}.shell .content[data-workspace-section=projects] .projectReq .status.attention{color:#986000!important;background:#fff4d9!important}.shell .content[data-workspace-section=projects] .projectReq .status.missing{color:#bd443b!important;background:#fff0ef!important}.shell .content[data-workspace-section=documents]>header>small{color:#9a6505!important;background:#fff7e6!important;border-color:#f0e2bd!important}.shell .content[data-workspace-section=documents]>.panel{padding:18px!important}.shell .content[data-workspace-section=documents] .upload{color:#315aa9!important;background:#fbfcfe!important;border:1px dashed #c7d2e2!important;border-radius:11px!important;justify-content:center!important;align-items:center!important;min-height:58px!important;margin-bottom:14px!important;font-size:12.5px!important;font-weight:780!important;display:flex!important}.shell .content[data-workspace-section=documents] .docCard{background:#fff!important;border:1px solid #e0e6ee!important;border-radius:12px!important;margin-top:14px!important;padding:16px!important;box-shadow:0 5px 18px #1f375b09!important}.shell .content[data-workspace-section=documents] .docHead{background:linear-gradient(90deg,#fff7e6 0%,#fffdf8 100%)!important;border-radius:9px!important;align-items:center!important;gap:12px!important;margin:-2px -2px 12px!important;padding:11px 12px!important}.shell .content[data-workspace-section=documents] .docState{border-radius:999px!important;padding:6px 9px!important;font-weight:800!important}.shell .content[data-workspace-section=documents] .intelGrid,.shell .content[data-workspace-section=documents] .reviewGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.shell .content[data-workspace-section=documents] .meta{background:#fbfcfe!important;border:1px solid #e6eaf0!important;border-radius:9px!important;min-height:70px!important;padding:11px 12px!important}.shell .content[data-workspace-section=documents] .intelSummary{background:#faf8ff!important;border:1px solid #e5e0f2!important;border-radius:9px!important;grid-column:1/-1!important;padding:12px!important}.shell .content[data-workspace-section=documents] .reviewBox{background:#fffdf8!important;border:1px solid #efdfb4!important;border-radius:11px!important;margin-top:13px!important;padding:14px!important}.shell .content[data-workspace-section=documents] .reviewTitle{border-bottom:1px solid #f0e7cf!important;margin-bottom:11px!important;padding-bottom:10px!important}.shell .content[data-workspace-section=documents] .appliedBanner{color:#176d59!important;background:#eaf8f2!important;border-radius:9px!important}.shell .content[data-workspace-section=team] .teamWorkspace>header{border-bottom:1px solid var(--mos-border)!important;margin-bottom:20px!important;padding-bottom:20px!important}.shell .content[data-workspace-section=team] .teamWorkspace>header>small{color:#15715a!important;background:#eaf8f2!important;border-color:#d5eee5!important}.shell .content[data-workspace-section=team] .teamWorkspace .panel{border:1px solid var(--mos-border)!important;border-radius:var(--mos-radius)!important;background:var(--mos-surface)!important;box-shadow:var(--mos-shadow)!important}.shell .content[data-workspace-section=team] .teamStats{align-items:stretch!important;gap:14px!important}.shell .content[data-workspace-section=team] .teamStats .panel{min-height:132px!important;padding:16px!important}.shell .content[data-workspace-section=team] .teamStats .panel:first-child{background:linear-gradient(#f7fbff 0%,#fff 100%)!important}.shell .content[data-workspace-section=team] .teamStats .panel:nth-child(2){background:linear-gradient(#f4fbf8 0%,#fff 100%)!important}.shell .content[data-workspace-section=team] .teamStats .panel:nth-child(3){background:linear-gradient(#faf8ff 0%,#fff 100%)!important}.shell .content[data-workspace-section=team] .teamInviteBox,.shell .content[data-workspace-section=team] .teamMembers,.shell .content[data-workspace-section=team] .memberAccessSetup,.shell .content[data-workspace-section=team] .teamInvites{margin-bottom:16px!important;padding:18px!important}.shell .content[data-workspace-section=team] .teamSectionHead{background:linear-gradient(90deg,#eef4ff 0%,#fbfcff 100%)!important;border-radius:9px!important;margin:-3px -3px 10px!important;padding:10px 12px!important}.shell .content[data-workspace-section=team] .teamRow,.shell .content[data-workspace-section=team] .accessCard{border-color:#e7ebf1!important}.shell .content[data-workspace-section=team] .accessCard{background:#fbfcfe!important;border:1px solid #e3e8f0!important;border-radius:10px!important;margin-top:10px!important;padding:14px!important}.shell .content[data-workspace-section=rams-reads] .readsHeader{border-bottom:1px solid var(--mos-border)!important;margin-bottom:20px!important;padding-bottom:20px!important}.shell .content[data-workspace-section=rams-reads] .readsHeader small{color:#15715a!important;background:#eaf8f2!important;border-color:#d5eee5!important}.shell .content[data-workspace-section=rams-reads] .readsStats{align-items:stretch!important;gap:14px!important}.shell .content[data-workspace-section=rams-reads] .readsWorkspace .panel{border:1px solid var(--mos-border)!important;border-radius:var(--mos-radius)!important;background:var(--mos-surface)!important;box-shadow:var(--mos-shadow)!important}.shell .content[data-workspace-section=rams-reads] .readStat{min-height:132px!important;padding:16px!important}.shell .content[data-workspace-section=rams-reads] .readStat:first-child{background:linear-gradient(#f7fbff,#fff)!important}.shell .content[data-workspace-section=rams-reads] .readStat:nth-child(2){background:linear-gradient(#faf8ff,#fff)!important}.shell .content[data-workspace-section=rams-reads] .readStat:nth-child(3){background:linear-gradient(#f2fbf7,#fff)!important}.shell .content[data-workspace-section=rams-reads] .readStat:nth-child(4){background:linear-gradient(#fffaf0,#fff)!important}.shell .content[data-workspace-section=rams-reads] .readProjectCard{margin-top:14px!important;padding:17px!important}.shell .content[data-workspace-section=rams-reads] .readProjectHead{background:linear-gradient(90deg,#eaf8f2 0%,#fbfdfa 100%)!important;border-radius:9px!important;margin:-2px -2px 10px!important;padding:11px 12px!important}.shell .content[data-workspace-section=notifications] .notificationHeader{border-bottom:1px solid var(--mos-border)!important;margin-bottom:20px!important;padding-bottom:20px!important}.shell .content[data-workspace-section=notifications] .notificationHeader small{color:#9a6505!important;background:#fff7e6!important;border-color:#f0e2bd!important}.shell .content[data-workspace-section=notifications] .notificationStats{align-items:stretch!important;gap:14px!important}.shell .content[data-workspace-section=notifications] .notificationStat,.shell .content[data-workspace-section=notifications] .notificationListCard,.shell .content[data-workspace-section=notifications] .notificationSettings{border:1px solid var(--mos-border)!important;border-radius:var(--mos-radius)!important;background:var(--mos-surface)!important;box-shadow:var(--mos-shadow)!important}.shell .content[data-workspace-section=notifications] .notificationStat{min-height:130px!important;padding:16px!important}.shell .content[data-workspace-section=notifications] .notificationLayout{align-items:stretch!important;gap:16px!important}.shell .content[data-workspace-section=notifications] .notificationListCard,.shell .content[data-workspace-section=notifications] .notificationSettings{padding:17px!important}.shell .content[data-workspace-section=notifications] .notificationSectionTitle{background:linear-gradient(90deg,#fff7e6 0%,#fffdf8 100%)!important;border-radius:9px!important;margin:-2px -2px 10px!important;padding:10px 12px!important}.shell .content[data-workspace-section=notifications] .notificationItem{background:#fcfdff!important;border:1px solid #e4e9f0!important;border-radius:10px!important;margin-top:9px!important;padding:13px!important}.shell .content[data-workspace-section=actions] .actionHeader{border-bottom:1px solid var(--mos-border)!important;margin-bottom:20px!important;padding-bottom:20px!important}.shell .content[data-workspace-section=actions] .actionHeader small{color:#ba443d!important;background:#fff1f0!important;border-color:#f1dddd!important}.shell .content[data-workspace-section=actions] .actionStats{align-items:stretch!important;gap:14px!important}.shell .content[data-workspace-section=actions] .actionStat,.shell .content[data-workspace-section=actions] .actionList{border:1px solid var(--mos-border)!important;border-radius:var(--mos-radius)!important;background:var(--mos-surface)!important;box-shadow:var(--mos-shadow)!important}.shell .content[data-workspace-section=actions] .actionStat{min-height:130px!important;padding:16px!important}.shell .content[data-workspace-section=actions] .actionToolbar{background:#fbfcfe!important;border:1px solid #e2e7ef!important;border-radius:11px!important;margin:16px 0 12px!important;padding:10px 12px!important}.shell .content[data-workspace-section=actions] .actionList{padding:8px 14px!important}.shell .content[data-workspace-section=actions] .actionItem{background:#fcfdff!important;border:1px solid #e4e9f0!important;border-radius:10px!important;margin:8px 0!important;padding:13px!important}.shell .content[data-workspace-section=actions] .actionItem.critical,.shell .content[data-workspace-section=actions] .actionItem.high{background:snow!important;border-color:#efd7d4!important}.settingsPage{color:var(--mos-text)!important;background:linear-gradient(#f2f5f9 0%,#f7f9fc 100%)!important}.settingsPage .settingsWrap{width:min(900px,100%)!important}.settingsPage header{border-bottom:1px solid var(--mos-border)!important;margin-bottom:20px!important;padding-bottom:20px!important}.settingsPage header>small{color:#315fc7!important;background:#eef4ff!important;border:1px solid #dce6fb!important;border-radius:999px!important;align-items:center!important;min-height:24px!important;padding:4px 9px!important;display:inline-flex!important}.settingsPage h1{color:var(--mos-text)!important;letter-spacing:-.025em!important;font-size:34px!important}.settingsPage .card{border:1px solid var(--mos-border)!important;border-radius:var(--mos-radius)!important;background:var(--mos-surface)!important;box-shadow:var(--mos-shadow)!important;margin:16px 0!important;padding:19px!important}.settingsPage .card.billingCard{border-color:#dbe5fa!important}.settingsPage .card.billingCard .sectionHead{background:linear-gradient(90deg,#eef4ff,#fbfcff)!important;border-radius:9px!important;margin:-3px -3px 10px!important;padding:10px 12px!important}.settingsPage .card.dangerCard .sectionHead{background:linear-gradient(90deg,#fff1f0,snow)!important;border-radius:9px!important;margin:-3px -3px 10px!important;padding:10px 12px!important}.settingsPage input{border-color:#d9e1ec!important;min-height:44px!important}@media (max-width:980px){.shell .content[data-workspace-section=projects] .projectLayout,.shell .content[data-workspace-section=documents] .intelGrid,.shell .content[data-workspace-section=documents] .reviewGrid{grid-template-columns:1fr!important}}@media (max-width:720px){.shell .content[data-workspace-section]:not([data-workspace-section=dashboard])>header{padding-bottom:16px!important}.shell .content[data-workspace-section]:not([data-workspace-section=dashboard])>header h1,.shell .content[data-workspace-section] .teamWorkspace>header h1,.shell .content[data-workspace-section] .readsHeader h1,.shell .content[data-workspace-section] .notificationHeader h1,.shell .content[data-workspace-section] .actionHeader h1{font-size:28px!important}.shell .content[data-workspace-section=company]>.twocol,.shell .content[data-workspace-section=inbox] .form>.twocol.flat{grid-template-columns:1fr!important}.settingsPage .settingsWrap{width:100%!important}}
.shell .content[data-workspace-section=company]>.twocol{align-items:stretch!important}.shell .content[data-workspace-section=company]>.twocol>.panel{box-sizing:border-box!important;align-self:stretch!important;min-width:0!important;margin-top:0!important}.shell .content[data-workspace-section=projects] .projectLayout{align-items:start!important}.shell .content[data-workspace-section=projects] .projectList,.shell .content[data-workspace-section=projects] .projectDetail{box-sizing:border-box!important;align-self:start!important;min-width:0!important;margin-top:0!important}.shell .content[data-workspace-section=team] .teamStats,.teamWorkspace .teamStats{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-columns:minmax(0,1fr)!important;align-items:stretch!important}.shell .content[data-workspace-section=team] .teamStats>.panel,.teamWorkspace .teamStats>.panel{box-sizing:border-box!important;width:auto!important;min-width:0!important;height:100%!important;margin:0!important}.shell .content[data-workspace-section=rams-reads] .readsStats,.readsWorkspace .readsStats{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-columns:minmax(0,1fr)!important;align-items:stretch!important}.shell .content[data-workspace-section=rams-reads] .readsStats>.readStat,.readsWorkspace .readsStats>.readStat{box-sizing:border-box!important;width:auto!important;min-width:0!important;height:100%!important;margin:0!important}[data-notification-centre-host]{width:100%!important;max-width:none!important}.notificationCentre{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.notificationCentre .notificationHeader,.notificationCentre .notificationStats,.notificationCentre .notificationLayout{box-sizing:border-box!important;width:100%!important;max-width:none!important}.notificationCentre .notificationStats{grid-template-columns:repeat(4,minmax(0,1fr))!important}.actionCentre .actionIcon{display:none!important}.actionCentre .actionItem{grid-template-columns:minmax(0,1fr) auto!important}.sidebar button.active:after,.sidebar [role=button].active:after{content:none!important;display:none!important}.ramsSurface{gap:14px!important;padding:13px 15px!important}.ramsSurfaceTitle{gap:10px!important}.ramsSurfaceTitle strong{font-size:14px!important;line-height:1.35!important}.ramsSurfaceTitle span{padding:5px 8px!important;font-size:11px!important;line-height:1.2!important}.ramsSurface p{margin-top:5px!important;font-size:12.5px!important;line-height:1.5!important}.ramsSurface button{padding:8px 11px!important;font-size:11px!important;line-height:1.2!important}.ramsPeople span{padding:5px 7px!important;font-size:10.5px!important}.shell .content[data-workspace-section=projects] .ramsSurface.project,.ramsSurface.project{grid-template-columns:38px minmax(0,1fr) auto!important;gap:15px!important;min-height:66px!important;padding:14px 16px!important}.shell .content[data-workspace-section=projects] .ramsSurface.project .ramsSurfaceIcon,.ramsSurface.project .ramsSurfaceIcon{width:34px!important;height:34px!important;font-size:15px!important}.shell .content[data-workspace-section=projects] .ramsSurface.project .ramsSurfaceTitle strong,.ramsSurface.project .ramsSurfaceTitle strong{font-size:16px!important;line-height:1.3!important}.shell .content[data-workspace-section=projects] .ramsSurface.project .ramsSurfaceTitle span,.ramsSurface.project .ramsSurfaceTitle span{padding:5px 8px!important;font-size:12px!important}.shell .content[data-workspace-section=projects] .ramsSurface.project p,.ramsSurface.project p{margin-top:5px!important;font-size:13.5px!important;line-height:1.45!important}.shell .content[data-workspace-section=projects] .ramsSurface.project button,.ramsSurface.project button{min-height:38px!important;padding:8px 12px!important;font-size:12.5px!important}@media (max-width:950px){.shell .content[data-workspace-section=rams-reads] .readsStats,.readsWorkspace .readsStats{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:900px){.actionCentre .actionItem{grid-template-columns:minmax(0,1fr)!important}.actionCentre .actionButtons{grid-column:1!important}}@media (max-width:760px){.shell .content[data-workspace-section=team] .teamStats,.teamWorkspace .teamStats{grid-template-columns:1fr!important}}@media (max-width:720px){.shell .content[data-workspace-section=projects] .ramsSurface.project,.ramsSurface.project{grid-template-columns:38px minmax(0,1fr)!important}.shell .content[data-workspace-section=projects] .ramsSurface.project button,.ramsSurface.project button{grid-column:2!important;justify-self:start!important}}@media (max-width:620px){.shell .content[data-workspace-section=rams-reads] .readsStats,.readsWorkspace .readsStats,.notificationCentre .notificationStats{grid-template-columns:1fr!important}}
.authSwitch{color:var(--muted);margin:18px 0 0;font-size:12px;line-height:1.45}.authSwitch .authLink{margin-top:0;display:inline}.loginCard h1{margin-bottom:8px}.loginCard>p.muted{margin-top:0}.loginCard .authActions .primary{min-width:112px}.authRecoveryCard{padding:28px}.authRecoveryCard .authEyebrow{margin:18px 0 7px}.authRecoveryCard label{margin-top:16px;display:block}.authRecoveryCard input{margin-bottom:6px}.authRecoveryActions{margin-top:16px}.authRecoveryActions .primary{justify-content:center;width:100%}.authMessage.success{color:#126847;background:#eef9f3;border-color:#cbeadd}.authMessage.error{color:#9f3030;background:#fff5f5;border-color:#f1caca}.passwordRules{border:1px solid var(--line);background:#f8fafc;border-radius:10px;grid-template-columns:1fr 1fr;gap:7px 12px;margin:8px 0 4px;padding:12px;display:grid}.passwordRules span{color:var(--muted);font-size:11px;line-height:1.35}.passwordRules span.met{color:var(--green);font-weight:700}.matchStatus{margin:4px 0 0;font-size:11px;font-weight:700}.matchStatus.met{color:var(--green)}.matchStatus.mismatch{color:var(--red)}@media (max-width:520px){.authRecoveryCard{padding:22px 18px}.passwordRules{grid-template-columns:1fr}}
