:root{--bg:#f5f7fb;--surface:#fff;--surface2:#f0f3f8;--text:#17202b;--muted:#647083;--line:#e2e7ef;--ink:#162338;--accent:#315efb;--good:#167b56;--warn:#ad6a00;--bad:#b23b3b;--shadow:0 10px 30px #14223c14;--radius:18px}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#fff;background:#111827;height:100vh;padding:24px 18px;position:sticky;top:0}.brand{align-items:center;gap:12px;margin-bottom:28px;display:flex}.brandMark{color:#111827;background:#fff;border-radius:12px;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.brandText strong{display:block}.brandText span{color:#aab4c3;font-size:12px}.nav{gap:6px;display:grid}.nav a{color:#c7d0df;border-radius:11px;padding:11px 12px;font-size:14px}.nav a:hover{color:#fff;background:#202b3e}.sidebarFoot{color:#8f9bae;font-size:12px;position:absolute;bottom:22px;left:18px;right:18px}.main{min-width:0;padding:30px 34px 60px}.topbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.eyebrow{text-transform:uppercase;letter-spacing:.11em;color:var(--muted);margin:0 0 6px;font-size:11px;font-weight:800}.h1{margin:0;font-size:30px;line-height:1.1}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}.hero{color:#fff;background:linear-gradient(135deg,#162238,#243b68);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:22px;display:grid}.hero .eyebrow{color:#b8c8e8}.hero p{color:#d5def0;max-width:760px;line-height:1.55}.button{cursor:pointer;border:none;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:11px 15px;font-weight:750;display:inline-flex}.button:disabled{opacity:.55;cursor:not-allowed}.primary{background:var(--accent);color:#fff}.secondary{background:var(--surface2);color:var(--ink);border:1px solid var(--line)}.metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:16px 0;display:grid}.metric{padding:18px}.metric span{color:var(--muted);font-size:12px;display:block}.metric strong{margin:8px 0 4px;font-size:26px;display:block}.metric small{color:var(--muted)}.grid2{grid-template-columns:1.3fr .7fr;align-items:start;gap:16px;display:grid}.sectionHead{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px;display:flex}.sectionHead h2{margin:2px 0 0;font-size:19px}.recommendation{border:1px solid var(--line);border-radius:14px;margin-top:10px;padding:15px}.recommendation.warning{border-left:4px solid #df9a2f}.recommendation.critical{border-left:4px solid #c95050}.recommendation.info{border-left:4px solid #4b7cf2}.recommendation p{color:var(--muted);margin:7px 0;line-height:1.45}.actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.pill{background:var(--surface2);color:var(--muted);border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;display:inline-flex}.tableWrap{overflow:auto}.table{border-collapse:collapse;width:100%;font-size:13px}.table th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--line);padding:10px;font-size:11px}.table td{border-bottom:1px solid var(--line);white-space:nowrap;padding:12px 10px}.formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.field{gap:6px;display:grid}.field label{font-size:12px;font-weight:750}.field input,.field select,.field textarea{width:100%;color:var(--text);background:#fff;border:1px solid #ccd4e0;border-radius:10px;padding:11px 12px}.quoteLayout{grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);gap:16px;display:grid}.resultCard{align-self:start;position:sticky;top:20px}.bigPrice{letter-spacing:-.04em;font-size:42px;font-weight:850}.kpis{grid-template-columns:1fr 1fr;gap:10px;display:grid}.kpi{background:var(--surface2);border-radius:12px;padding:12px}.kpi span{color:var(--muted);font-size:11px;display:block}.kpi strong{margin-top:4px;display:block}.chatBox{min-height:120px;max-height:420px;padding:4px 0 14px;overflow:auto}.message{border-radius:14px;max-width:82%;margin:9px 0;padding:12px 14px;font-size:14px;line-height:1.5}.message.user{background:var(--accent);color:#fff;margin-left:auto}.message.agent{background:var(--surface2)}.message.agent .agentParagraph{margin:0 0 8px}.message.agent .agentParagraph:last-child{margin-bottom:0}.message.agent .agentList{gap:5px;margin:6px 0 2px;padding-left:20px;display:grid}.message.agent .agentSpacer{height:4px}.message.agent strong{color:var(--text);font-weight:800}.chatForm{grid-template-columns:1fr auto;gap:10px;display:grid}.chatInput{border:1px solid #ccd4e0;border-radius:10px;padding:12px}.empty{color:var(--muted);text-align:center;border:1px dashed #cbd4e2;border-radius:14px;padding:24px}.authShell{place-items:center;min-height:100vh;padding:30px;display:grid}.authCard{width:min(440px,100%)}.authCard h1{margin-top:0}.notice{color:#2e4d93;background:#eef3ff;border-radius:12px;padding:11px 13px;font-size:13px}.error{color:#9c3030;background:#fff0f0}.muted{color:var(--muted)}.loginFields{gap:12px;margin:20px 0;display:grid}.divider{background:var(--line);height:1px;margin:18px 0}.landing{background:var(--bg);min-height:100vh}.landingHeroWrap{color:#fff;background:linear-gradient(135deg,#0f1727 0%,#172947 58%,#20365f 100%)}.landingInner{width:min(1180px,100%);margin:0 auto;padding-left:30px;padding-right:30px}.landingHeroInner{padding-top:28px;padding-bottom:82px}.landingNav{justify-content:space-between;align-items:center;gap:20px;margin-bottom:72px;display:flex}.landingBrand{align-items:center;gap:11px;display:flex}.landingBrandMark{color:#111827;background:#fff;border-radius:12px;place-items:center;width:38px;height:38px;font-weight:850;display:grid}.landingBrand strong,.landingBrand small{display:block}.landingBrand strong{font-size:15px}.landingBrand small{color:#b8c6dc;margin-top:2px;font-size:11px}.landingNavLink{color:#d7e2f4;border:1px solid #ffffff29;border-radius:10px;padding:9px 12px;font-size:13px;font-weight:750}.landingNavLink:hover{color:#fff;background:#ffffff14}.landingHero{max-width:890px}.landingHero .eyebrow{color:#b9c9e5}.landingHero h1{letter-spacing:-.052em;max-width:980px;margin:12px 0 22px;font-size:clamp(48px,5.2vw,72px);line-height:1.02}.landingLead{color:#d5dfef;max-width:760px;margin:0;font-size:19px;line-height:1.62}.landingActions{gap:10px;margin-top:28px}.landingActions .button{min-height:46px;padding:12px 17px}.landingSecondary{color:#fff;background:#ffffff14;border:1px solid #fff3}.landingSecondary:hover{background:#ffffff21}.landingBetaNote{color:#9fb0ca!important;margin:14px 0 0!important;font-size:12px!important;line-height:1.4!important}.landingFeatures{background:var(--bg);padding:64px 0 76px}.landingFeatureInner{padding-top:0;padding-bottom:0}.landingSectionHead{max-width:680px;margin-bottom:26px}.landingSectionHead h2{letter-spacing:-.03em;margin:6px 0 10px;font-size:32px}.landingSectionHead>p:last-child{color:var(--muted);margin:0;line-height:1.6}.featureGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.landingFeatureCard{min-height:210px;padding:24px;position:relative}.landingFeatureCard h3{margin:20px 0 9px;font-size:19px}.landingFeatureCard p{margin:0;line-height:1.55}.featureStep{color:#3156b5;background:#eef3ff;border-radius:10px;place-items:center;width:32px;height:32px;font-size:12px;font-weight:850;display:grid}.legalNote{color:var(--muted);font-size:12px;line-height:1.5}@media (max-width:950px){.shell{grid-template-columns:1fr}.sidebar{height:auto;padding:16px;position:relative}.nav{grid-template-columns:repeat(4,auto);overflow:auto}.sidebarFoot{display:none}.main{padding:22px}.metrics{grid-template-columns:1fr 1fr}.grid2,.quoteLayout{grid-template-columns:1fr}.resultCard{position:static}}@media (max-width:640px){.metrics,.formGrid,.kpis,.featureGrid{grid-template-columns:1fr}.topbar,.hero{grid-template-columns:1fr;display:grid}.landingHero h1{font-size:42px}.main{padding:16px}.nav{width:max-content}.brand{margin-bottom:14px}}.button.danger{color:#b42318;background:#fff;border:1px solid #f0b6b0}.button.danger:hover{background:#fff4f2;border-color:#e58b82}.reviewDetails{background:var(--surface2);border:1px solid var(--line);border-radius:12px;margin-top:12px;padding:14px}.reviewDetails>div+div{margin-top:12px}.reviewDetails p{margin:6px 0}.evidenceList{color:var(--muted);margin:8px 0 0;padding-left:20px;font-size:13px;line-height:1.6}.recommendation .notice{margin-top:12px}.priceCompare{grid-template-columns:1fr 1fr;gap:10px;margin:8px 0 12px;display:grid}.priceCompare>div{border:1px solid var(--line);background:var(--surface2);border-radius:12px;padding:13px}.priceCompare span{color:var(--muted);margin-bottom:5px;font-size:11px;display:block}.priceCompare strong{font-size:28px}.priceCompare .personalPrice{background:#eef3ff;border-color:#cdd9ff}.learningBox{border:1px solid var(--line);border-radius:12px;margin:12px 0;padding:13px}.learningBox p{color:var(--muted);margin:7px 0;font-size:13px;line-height:1.45}.learningBox small{color:var(--muted);margin-top:8px;line-height:1.45;display:block}@media (max-width:640px){.priceCompare{grid-template-columns:1fr}}.historyPanel{margin-bottom:16px}.historyStats{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px;display:grid}.historyServices{gap:8px;display:grid}.historyRow{border:1px solid var(--line);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.historyRow strong,.historyRow small{display:block}.historyRow small{color:var(--muted);margin-top:3px}.pill.ready{color:#167b56;background:#e9f7f0}@media (max-width:640px){.historyStats{grid-template-columns:1fr}.historyRow{align-items:flex-start}}.chatPanel{align-self:start;position:sticky;top:20px}.chatPanel .sectionHead{margin-bottom:8px}.chatPanel .message{max-width:100%}.chatPanel .chatForm{margin-top:10px}@media (max-width:950px){.chatPanel{position:static}.chatBox{min-height:120px;max-height:360px}}.guideBox{background:#172235;border:1px solid #2b3950;border-radius:14px;margin-top:24px;overflow:hidden}.guideToggle{color:#fff;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:12px;font-weight:800;display:flex}.guideToggle strong{background:#273650;border-radius:999px;padding:4px 7px;font-size:11px}.guideList{padding:0 7px 7px;display:grid}.guideItem{color:#b9c5d7;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:7px 5px;font-size:11px;display:flex}.guideItem:hover{color:#fff;background:#202e44}.guideItem.done{color:#8fcbb4}.guideNumber{border:1px solid #52627a;border-radius:50%;flex:none;place-items:center;width:19px;height:19px;font-size:10px;font-weight:800;display:grid}.guideItem.done .guideNumber{border-color:#4d9b7c}.tourReplay{color:#9fb2cf;cursor:pointer;background:0 0;border:0;margin:0 12px 12px;padding:0;font-size:11px;text-decoration:underline}.guideComplete{color:#9fcbb9;padding:0 12px 10px;font-size:11px;line-height:1.4}.tourBackdrop{z-index:1000;background:#080f1ca8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.tourCard{background:#fff;border-radius:18px;width:min(500px,100%);padding:24px;box-shadow:0 24px 80px #0000004d}.tourTop{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;align-items:center;font-size:12px;font-weight:800;display:flex}.tourTop button{cursor:pointer;color:var(--muted);background:0 0;border:0;font-size:26px}.tourCount{color:#3156b5;background:#eef3ff;border-radius:999px;margin-top:18px;padding:5px 9px;font-size:11px;font-weight:800;display:inline-block}.tourCard h2{margin:14px 0 8px;font-size:24px}.tourCard p{color:var(--muted);margin:0;line-height:1.6}.tourActions{justify-content:space-between;align-items:center;gap:12px;margin-top:24px;display:flex}.tourActions>div{gap:8px;display:flex}@media (max-width:950px){.guideBox{margin-top:12px}.tourCard{padding:20px}}@media (max-width:640px){.tourActions{flex-direction:column-reverse;align-items:stretch}.tourActions>div{grid-template-columns:1fr 1fr;display:grid}.tourActions>.button{width:100%}}.workflowBar{grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:16px;display:grid}.workflowBar>div{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:12px;align-items:center;gap:8px;padding:10px 12px;font-size:12px;font-weight:750;display:flex}.workflowBar b{color:#3156b5;background:#eef3ff;border-radius:50%;flex:none;place-items:center;width:23px;height:23px;font-size:11px;display:grid}@media (max-width:950px){.workflowBar{grid-template-columns:repeat(5,minmax(150px,1fr));padding-bottom:4px;overflow:auto}}.publicPage{background:#f5f7fb;min-height:100vh;padding:48px 20px}.publicPage>.panel{max-width:900px;margin:0 auto}.stack{gap:18px;display:grid}@media (max-width:640px){.landingInner{padding-left:20px;padding-right:20px}.landingHeroInner{padding-top:20px;padding-bottom:58px}.landingNav{margin-bottom:48px}.landingHero h1{font-size:42px;line-height:1.04}.landingLead{font-size:17px}.landingActions{grid-template-columns:1fr;display:grid}.landingActions .button{width:100%}.landingFeatures{padding:48px 0 58px}.landingSectionHead h2{font-size:27px}.landingFeatureCard{min-height:0}}.tourLayer{z-index:1000;pointer-events:none;background:#080f1c8c;position:fixed;inset:0}.tourSpotlight{z-index:1001;pointer-events:none;border:3px solid #fff;border-radius:14px;position:fixed;box-shadow:0 0 0 9999px #080f1c59,0 0 0 5px #315efb8c}.tourFloating{z-index:1002;pointer-events:auto;width:min(370px,100vw - 40px);padding:20px;position:fixed}.guidePage{gap:16px;display:grid}.guideHero{justify-content:space-between;align-items:center;gap:24px;display:flex}.guideHero h2{margin:4px 0 8px;font-size:24px}.guideHero p{max-width:720px;line-height:1.55}.guideLessons{gap:16px;display:grid}.guideLesson{grid-template-columns:minmax(220px,.65fr) minmax(420px,1.35fr);align-items:center;gap:24px;display:grid}.lessonCopy h3{margin:12px 0 7px;font-size:20px}.lessonCopy p{color:var(--muted);margin:0;line-height:1.55}.lessonNumber{color:#3156b5;background:#eef3ff;border-radius:50%;place-items:center;width:32px;height:32px;font-weight:850;display:grid}.demoScreen{background:#f8fafc;border:1px solid #ccd5e2;border-radius:14px;font-size:11px;overflow:hidden;box-shadow:0 8px 20px #14223c12}.demoTop{color:#fff;background:#172338;justify-content:space-between;padding:11px 13px;font-weight:800;display:flex}.demoTop span{color:#b9c7dc}.demoCols{grid-template-columns:1.2fr .8fr;gap:10px;padding:12px;display:grid}.demoCols>div:first-child{grid-template-columns:1fr 1fr;gap:6px;display:grid}.demoScreen i{color:#687589;font-style:normal}.demoScreen b{background:#fff;border:1px solid #dce2eb;border-radius:6px;padding:6px}.demoPrice,.demoLearn{background:#fff;border:1px solid #dce2eb;border-radius:9px;align-content:center;padding:12px;display:grid}.demoPrice strong{font-size:28px}.demoPrice em{color:#167b56;font-style:normal;font-weight:700}.demoPrice small,.demoLearn small{color:#687589;font-size:9px;font-weight:800}.demoLearn strong{margin:2px 0 7px;font-size:17px}.demoCaption{color:#5e6b7d;background:#fff;border-top:1px solid #dce2eb;padding:9px 12px}.demoCaption b{color:#3156b5;background:#eef3ff;border:0;border-radius:50%;margin-left:5px;padding:3px 6px}.demoRow{background:#fff;grid-template-columns:1fr 1fr .6fr auto;align-items:center;gap:8px;padding:14px;display:grid}.demoRow button,.demoAlert button{color:#fff;background:#315efb;border:0;border-radius:7px;padding:7px 9px;font-weight:700}.demoAlert{background:#fff;border-left:4px solid #df9a2f;border-radius:8px;margin:12px;padding:12px}.demoAlert p{color:#687589;margin:5px 0 10px}.videoComing{align-items:center;gap:16px;display:flex}.videoComing p{margin:5px 0 0;line-height:1.5}.videoIcon{color:#3156b5;background:#eef3ff;border-radius:50%;flex:none;place-items:center;width:44px;height:44px;display:grid}@media (max-width:950px){.guideLesson{grid-template-columns:1fr}.guideHero{flex-direction:column;align-items:flex-start}.tourFloating{bottom:20px;top:auto!important;left:20px!important}}@media (max-width:640px){.demoCols{grid-template-columns:1fr}.demoRow{grid-template-columns:1fr 1fr}.guideLesson{padding:16px}.tourSpotlight{display:none}}.billingBanner{color:#26345d;background:#f5f7ff;border:1px solid #d6def4;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;margin:0 0 18px;padding:12px 16px;font-size:14px;display:flex}.billingBanner a{white-space:nowrap;font-weight:700}.billingBanner.expired{color:#6c2e27;background:#fff4f2;border-color:#f0c9c3}.readOnlyContent{position:relative}.readOnlyContent input,.readOnlyContent select,.readOnlyContent textarea,.readOnlyContent button,.readOnlyContent a.button{pointer-events:none;opacity:.58}.billingGrid{align-items:start}.billingNumber{letter-spacing:-.05em;margin:18px 0 4px;font-size:64px;font-weight:800;line-height:1}.statusPill{border-radius:999px;margin:12px 0;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.statusPill.good{color:#17613a;background:#e9f8ef}.statusPill.warn{color:#815115;background:#fff1df}.billingFeature{border-bottom:1px solid var(--border);gap:4px;padding:14px 0;display:grid}.billingFeature span{color:var(--muted);font-size:14px}@media (max-width:720px){.billingBanner{flex-direction:column;align-items:flex-start;gap:7px}.billingNumber{font-size:52px}}.infoTip{color:#66758a;cursor:help;vertical-align:middle;border:1px solid #9aa7ba;border-radius:50%;outline:none;place-items:center;width:17px;height:17px;margin-left:4px;font-size:11px;font-weight:850;line-height:1;display:inline-grid;position:relative}.infoTip:hover,.infoTip:focus{border-color:var(--accent);color:var(--accent);background:#eef3ff}.infoBubble{visibility:hidden;opacity:0;pointer-events:none;z-index:50;color:#fff;background:#172338;border-radius:10px;width:290px;padding:10px 12px;font-size:12px;font-weight:500;line-height:1.45;transition:opacity .12s;position:absolute;bottom:calc(100% + 9px);left:50%;transform:translate(-50%);box-shadow:0 10px 28px #14223c38}.infoBubble:after{content:"";border:6px solid #0000;border-top-color:#172338;position:absolute;top:100%;left:50%;transform:translate(-50%)}.infoTip:hover .infoBubble,.infoTip:focus .infoBubble{visibility:visible;opacity:1}@media (max-width:640px){.infoBubble{width:auto;position:fixed;bottom:20px;left:16px;right:16px;transform:none}.infoBubble:after{display:none}}.requestSetupGrid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.requestSetupBlock{border:1px solid var(--line);background:#f8fafc;border-radius:14px;align-content:start;gap:10px;padding:16px;display:grid}.requestSetupBlock p{margin:0}.requestSetupBlock textarea{resize:vertical;border:1px solid var(--line);background:#fff;border-radius:10px;width:100%;padding:10px}.copyRow{grid-template-columns:1fr auto;gap:8px;display:grid}.copyRow input{border:1px solid var(--line);background:#fff;border-radius:10px;min-width:0;padding:10px}@media (max-width:760px){.requestSetupGrid,.copyRow{grid-template-columns:1fr}.requestSetupBlock .button{width:100%}}.nav a.active,.nav a[aria-current=page]{color:#fff;background:#202b3e;font-weight:800}.requestInboxIntro{justify-content:space-between;align-items:center;gap:20px;display:flex}.requestInboxIntro h2{margin:0 0 6px}.requestQuickActions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.requestSubmitRow{border-top:1px solid var(--line);align-items:center;margin-top:26px;padding-top:22px;display:flex}.requestSubmitRow .button{min-height:46px}.pwaInstallWrap{margin-top:12px;position:relative}.pwaInstallButton{color:#cbd6e6;text-align:left;cursor:pointer;background:#172235;border:1px solid #33445f;border-radius:10px;width:100%;padding:10px 12px;font-size:12px;font-weight:750}.pwaInstallButton:hover{color:#fff;background:#202e44}.pwaInstalled{color:#91c9b2;margin-top:12px;padding:0 4px;font-size:11px}.pwaHelp{z-index:80;color:var(--text);border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:12px;padding:14px;font-size:12px;line-height:1.5;position:absolute;bottom:calc(100% + 8px);left:0;right:0}.pwaHelp p{color:var(--muted);margin:7px 0 12px}.offlinePage{background:var(--bg);place-items:center;min-height:100vh;padding:24px;display:grid}.offlineCard{text-align:center;max-width:520px}.offlineCard .brandMark{margin:0 auto 16px}.offlineCard h1{margin:0 0 10px}.offlineCard .button{margin-top:10px}.offlineCard p{line-height:1.6}@media (max-width:760px){.requestInboxIntro{flex-direction:column;align-items:flex-start}.requestQuickActions{justify-content:stretch;width:100%}.requestQuickActions .button{text-align:center;flex:180px}.requestSubmitRow{margin-top:22px;padding-top:18px}.requestSubmitRow .button{width:100%}}.sidebar{flex-direction:column;display:flex;overflow-y:auto}.sidebar .nav{flex:none}.sidebarFoot{margin-top:auto;padding-top:18px;position:static;bottom:auto;left:auto;right:auto}.guideBox,.pwaInstallWrap{flex:none}.requestsPanel{padding:24px}.requestsHead{margin-bottom:18px}.requestCards{gap:14px;display:grid}.requestCard{border:1px solid var(--line);background:#fff;border-radius:16px;overflow:hidden}.requestCardTop{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 18px 14px;display:flex}.requestName{font-size:17px;font-weight:850}.requestContact{color:var(--muted);overflow-wrap:anywhere;margin-top:3px;font-size:12px}.requestCardGrid{grid-template-columns:1.05fr 1.25fr 1fr 1.15fr;gap:0;display:grid}.requestFact{border-right:1px solid var(--line);min-width:0;padding:16px 18px}.requestFact:last-child{border-right:0}.requestFact span{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:7px;font-size:10px;font-weight:800;display:block}.requestFact strong{font-size:14px;line-height:1.35;display:block}.requestFact small{color:var(--muted);margin-top:5px;line-height:1.4;display:block}.requestPrice strong{letter-spacing:-.02em;font-size:24px}.requestCardActions{border-top:1px solid var(--line);background:#f8fafc;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.requestCardActions .actions{flex-wrap:nowrap;margin-top:0}.requestSafety{color:var(--muted);font-size:12px;line-height:1.45}.requestSafety strong{color:var(--text)}.statusPill{text-transform:capitalize}.requestInboxIntro .requestQuickActions .button{white-space:nowrap}@media (max-width:1100px){.requestCardGrid{grid-template-columns:1fr 1fr}.requestFact{border-bottom:1px solid var(--line)}.requestFact:nth-child(2n){border-right:0}.requestFact:nth-last-child(-n+2){border-bottom:0}}@media (max-width:700px){.requestCardGrid{grid-template-columns:1fr}.requestFact{border-right:0;border-bottom:1px solid var(--line)!important}.requestFact:last-child{border-bottom:0!important}.requestCardActions{flex-direction:column;align-items:stretch}.requestCardActions .actions{grid-template-columns:1fr 1fr;width:100%;display:grid}.requestCardActions .button{width:100%}.requestsPanel,.requestCardTop{padding:16px}.requestFact{padding:14px 16px}}.nav a{justify-content:space-between;align-items:center;gap:10px;display:flex}.navBadge{color:#fff;background:#315efb;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 7px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.requestToast{z-index:120;color:#172033;background:#fff;border:1px solid #cbd8ff;border-radius:14px;align-items:center;gap:18px;max-width:420px;padding:15px 16px;display:flex;position:fixed;top:24px;right:24px;box-shadow:0 18px 45px #0f172a2e}.requestToast div{gap:3px;min-width:0;display:grid}.requestToast strong{font-size:14px}.requestToast span{color:#60708a;font-size:13px}.requestToast a{color:#2454e8;white-space:nowrap;font-size:13px;font-weight:800;text-decoration:none}@media (max-width:720px){.requestToast{max-width:none;top:16px;left:16px;right:16px}.navBadge{min-width:24px;height:24px}}.tablePager{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding-top:14px;font-size:12px;display:flex}.tablePager>div{align-items:center;gap:9px;display:flex}.pageCount{text-align:center;min-width:82px;color:var(--ink);font-weight:700}.kpi .confidenceTip{color:#66758a;vertical-align:middle;width:17px;height:17px;margin-left:4px;font-size:11px;line-height:1;display:inline-grid;position:relative}.kpi .confidenceTip .infoBubble{color:#fff;text-align:left;white-space:normal;width:min(290px,100vw - 48px);font-size:12px;font-weight:500;line-height:1.45;display:block;bottom:calc(100% + 9px);left:50%;right:auto;transform:translate(-50%)}.kpi .confidenceTip .infoBubble:after{left:50%;transform:translate(-50%)}body.tour-active .infoTip{filter:saturate(.35);opacity:.18!important}@media (max-width:640px){.tablePager{flex-direction:column;align-items:stretch}.tablePager>div{justify-content:space-between}.tablePager .button{min-width:96px}.kpi .confidenceTip .infoBubble{width:auto;position:fixed;bottom:20px;left:16px;right:16px;transform:none}.kpi .confidenceTip .infoBubble:after{display:none}}.infoBubble,.kpi .confidenceTip .infoBubble{color:#fff!important}.infoBubble strong,.kpi .confidenceTip .infoBubble strong{margin-bottom:7px;font-weight:800;display:block;color:#fff!important}.infoBubble .tooltipCopy,.kpi .confidenceTip .infoBubble .tooltipCopy{font-size:12px;font-weight:500;line-height:1.55;display:block;color:#f8fafc!important}.requestTabs{flex-wrap:wrap;gap:8px;margin:18px 0 14px;display:flex}.requestTab{border:1px solid var(--line,#dce3ef);color:#26344a;cursor:pointer;background:#f6f8fc;border-radius:12px;padding:10px 14px;font-weight:700}.requestTab span{background:#e8edf6;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;margin-left:7px;padding:0 7px;font-size:12px;display:inline-flex}.requestTab.active{color:#fff;background:#17243b;border-color:#17243b}.requestTab.active span{color:#fff;background:#ffffff29}.requestFolderHead{justify-content:space-between;align-items:center;gap:16px;margin:6px 0 14px;display:flex}.requestFolderHead>div{align-items:baseline;gap:10px;display:flex}.selectCompact{color:#182235;min-height:42px;font:inherit;background:#fff;border:1px solid #ced7e5;border-radius:10px;padding:0 12px}.button.danger{color:#b42318;background:#fff;border-color:#efb2aa}.statusPill.neutral{color:#667085;background:#f1f3f7}.pager{justify-content:flex-end;align-items:center;gap:12px;margin-top:16px;display:flex}.message.error{color:#9f1c14;background:#fff1f0;border:1px solid #f3b5ae}@media (max-width:760px){.requestFolderHead{flex-direction:column;align-items:flex-start}.requestCardActions .actions{flex-wrap:wrap;width:100%}.selectCompact{width:100%}.pager{justify-content:space-between}}
.dashboardTheme{background:var(--bg);color:var(--text)}.dashboardTheme .main{background:var(--bg)}
.topbarActions{align-items:center;gap:10px;display:flex}.themeControl{border:1px solid var(--line);background:var(--surface);height:36px;color:var(--muted);border-radius:10px;align-items:center;gap:7px;padding:0 9px;display:flex;box-shadow:0 4px 12px #14223c0a}.themeControlIcon{font-size:13px}.themeControl select{color:var(--text);cursor:pointer;background:0 0;border:0;outline:0;font-size:11px;font-weight:750}.srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.guideFooterActions{display:grid}.guideHide{color:#c9d5e6}.guideReveal{margin-top:20px;padding:0 4px}.guideReveal button{color:#9fb2cf;cursor:pointer;background:0 0;border:0;padding:6px 0;font-size:11px;text-decoration:underline}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0f141d;--surface:#171e29;--surface2:#202938;--text:#f3f6fb;--muted:#aeb9c9;--line:#334155;--ink:#f3f6fb;--accent:#6f91ff;--good:#70d7ae;--warn:#efbd68;--bad:#ff8b8b;--shadow:0 12px 30px #00000038}html[data-theme=dark] body,html[data-theme=dark] .main,html[data-theme=dark] .landing,html[data-theme=dark] .landingFeatures{background:var(--bg);color:var(--text)}html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] strong,html[data-theme=dark] label{color:var(--text)}html[data-theme=dark] .muted,html[data-theme=dark] .eyebrow,html[data-theme=dark] small{color:var(--muted)}html[data-theme=dark] .panel,html[data-theme=dark] .card,html[data-theme=dark] .requestCard,html[data-theme=dark] .tourCard{background:var(--surface);border-color:var(--line);color:var(--text)}html[data-theme=dark] .panel p,html[data-theme=dark] .card p,html[data-theme=dark] .requestCard p,html[data-theme=dark] .reviewDetails p,html[data-theme=dark] .learningBox p{color:var(--muted)}html[data-theme=dark] .requestInboxIntro h1,html[data-theme=dark] .requestInboxIntro h2,html[data-theme=dark] .requestInboxIntro h3,html[data-theme=dark] .requestInboxIntro [class*=title]{color:#fff!important}html[data-theme=dark] .requestInboxIntro .eyebrow{color:#b9c8dc!important}html[data-theme=dark] .field input,html[data-theme=dark] .field select,html[data-theme=dark] .field textarea,html[data-theme=dark] .chatInput,html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{color:var(--text);background:#121925;border-color:#3a4a61}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#8796aa}html[data-theme=dark] .secondary{background:var(--surface2);border-color:var(--line);color:var(--text)}html[data-theme=dark] .button.danger{color:#ffaaa5;background:#25191c;border-color:#663238}html[data-theme=dark] .button.danger:hover{background:#321d21;border-color:#854048}html[data-theme=dark] .notice{color:#c2d0ff;background:#182746}html[data-theme=dark] .error{color:#ffb8b3;background:#321d21}html[data-theme=dark] .priceCompare .personalPrice{background:#1b2a4c;border-color:#4564ad}html[data-theme=dark] .featureStep,html[data-theme=dark] .tourCount{color:#c2d0ff;background:#1b2a4c}html[data-theme=dark] .table th,html[data-theme=dark] .table td,html[data-theme=dark] .historyRow,html[data-theme=dark] .reviewDetails,html[data-theme=dark] .learningBox{border-color:var(--line)}html[data-theme=dark] .table td,html[data-theme=dark] .historyRow{color:var(--text)}html[data-theme=dark] .billingBanner{color:#d6e0f2;background:#17233a;border-color:#35558a}html[data-theme=dark] .billingBanner a{color:#c2d0ff}html[data-theme=dark] .pill{color:#c6d0df;background:#253044}html[data-theme=dark] .pill.ready{color:#8be0bc;background:#173228}html[data-theme=dark] .tourCard strong,html[data-theme=dark] .tourCard h2{color:var(--text)}html[data-theme=dark] .recommendation{border-color:var(--line);background:#18212e}html[data-theme=dark] .recommendation p{color:#b7c2d1}html[data-theme=dark] .message.agent{color:#e8edf5;background:#202938}html[data-theme=dark] .message.agent strong{color:#fff}html[data-theme=dark] .guideBox{background:#131c29;border-color:#334155}html[data-theme=dark] .guideItem{color:#bdc8d8}html[data-theme=dark] .guideItem:hover{color:#fff}html[data-theme=dark] .guideReveal button,html[data-theme=dark] .tourReplay{color:#c3d2e7}html[data-theme=dark] .dashboardTheme{--bg:#0f141d;--surface:#171e29;--surface2:#202938;--text:#f3f6fb;--muted:#aeb9c9;--line:#334155;--accent:#6f91ff;--ink:#f3f6fb;--shadow:0 12px 30px #00000038;color:#f3f6fb;background:#0f141d}html[data-theme=dark] .dashboardTheme .main{background:#0f141d}html[data-theme=dark] .dashboardTheme .topbar{border-color:#334155}html[data-theme=dark] .dashboardTheme .dashboardMetric,html[data-theme=dark] .dashboardTheme .dashboardDarkPanel{background:#171e29;border-color:#334155;box-shadow:0 12px 28px #0000002e}html[data-theme=dark] .dashboardTheme .dashboardMetric strong,html[data-theme=dark] .dashboardTheme .dashboardDarkPanel .sectionHead h2{color:#f3f6fb}html[data-theme=dark] .dashboardTheme .dashboardMetricIcon{color:#a9bdff;background:#1b2a4c}html[data-theme=dark] .dashboardTheme .dashboardMetric em{color:#a9bdff}html[data-theme=dark] .dashboardTheme .dashboardInsight{background:linear-gradient(100deg,#17233a,#182131 65%,#17233a);border-color:#3a5686}html[data-theme=dark] .dashboardTheme .dashboardInsightIcon{color:#fff;background:#6f91ff}html[data-theme=dark] .dashboardTheme .dashboardInsight h2{color:#f3f6fb}html[data-theme=dark] .dashboardTheme .dashboardInsight p{color:#b6c1d0}html[data-theme=dark] .dashboardTheme .dashboardInsight>a{color:#c2d0ff;background:#1b2a4c;border-color:#4564ad}html[data-theme=dark] .dashboardTheme .dashboardDarkPanel .recommendation{background:#1b2431;border-color:#3a4a61}html[data-theme=dark] .dashboardTheme .dashboardDarkPanel .message.agent{color:#e8edf5;background:#202938}html[data-theme=dark] .dashboardTheme .dashboardDarkPanel .secondary{color:#e8edf5;background:#202938;border-color:#3a4a61}html[data-theme=dark] .dashboardTheme .dashboardDate,html[data-theme=dark] .dashboardTheme .dashboardBell{color:#c0cad8;background:#171e29;border-color:#3a4a61}html[data-theme=dark] .dashboardTheme .dashboardAvatar,html[data-theme=dark] .dashboardTheme .dashboardBell b{color:#fff;background:#6f91ff}@media (max-width:640px){.topbarActions{flex-wrap:wrap;align-items:stretch}.themeControl{width:max-content}}
html[data-theme=dark] .requestSetupBlock{color:#f3f6fb!important;background:#171e29!important;border-color:#3a4a61!important}html[data-theme=dark] .requestSetupBlock strong{color:#fff!important}html[data-theme=dark] .requestSetupBlock .muted,html[data-theme=dark] .requestSetupBlock p{color:#b7c2d1!important}html[data-theme=dark] .requestSetupBlock input,html[data-theme=dark] .requestSetupBlock textarea{color:#f8fafc!important;background:#111827!important;border-color:#40516a!important}html[data-theme=dark] .requestSetupBlock .secondary{color:#f8fafc!important;background:#202938!important;border-color:#40516a!important}html[data-theme=dark] .workflowBar>*{color:#f3f6fb!important;background:#171e29!important;border-color:#3a4a61!important}html[data-theme=dark] .workflowBar strong,html[data-theme=dark] .workflowBar span,html[data-theme=dark] .workflowBar b{color:#f3f6fb!important}html[data-theme=dark] .workflowBar b{color:#17202b!important;background:#f4f7fb!important;border-color:#f4f7fb!important}html[data-theme=dark] .demoScreen{color:#17202b!important;background:#111827!important;border-color:#52627a!important}html[data-theme=dark] .demoScreen .demoTop{color:#fff!important;background:#172947!important}html[data-theme=dark] .demoScreen .demoTop span{color:#d7e2f4!important}html[data-theme=dark] .demoScreen .demoCols,html[data-theme=dark] .demoScreen .demoRow,html[data-theme=dark] .demoScreen .demoPrice,html[data-theme=dark] .demoScreen .demoLearn,html[data-theme=dark] .demoScreen .demoAlert,html[data-theme=dark] .demoScreen .demoCaption{color:#17202b!important;background:#f8fafc!important}html[data-theme=dark] .demoScreen .demoCols i,html[data-theme=dark] .demoScreen .demoCols b,html[data-theme=dark] .demoScreen .demoRow span,html[data-theme=dark] .demoScreen .demoRow strong,html[data-theme=dark] .demoScreen .demoPrice strong,html[data-theme=dark] .demoScreen .demoPrice small,html[data-theme=dark] .demoScreen .demoLearn strong,html[data-theme=dark] .demoScreen .demoLearn small,html[data-theme=dark] .demoScreen .demoAlert strong,html[data-theme=dark] .demoScreen .demoAlert p,html[data-theme=dark] .demoScreen .demoCaption{color:#17202b!important}html[data-theme=dark] .demoScreen .demoPrice em{color:#167b56!important}html[data-theme=dark] .demoScreen button{color:#fff!important}html[data-theme=dark] .guideLesson .lessonCopy p{color:#b7c2d1!important}html[data-theme=dark] .guideLesson .lessonNumber{color:#3156b5!important;background:#eef3ff!important}html[data-theme=dark] button:disabled,html[data-theme=dark] .button:disabled{color:#9aa7b9!important}html[data-theme=dark] .button.danger{color:#17202b!important;box-shadow:none!important;background:#fff!important;border-color:#fff!important}html[data-theme=dark] .button.danger:hover{color:#101827!important;background:#eef2f7!important;border-color:#eef2f7!important}.appearanceSettings,.settingsGuide{justify-content:space-between;align-items:center;gap:24px;display:flex}.appearanceSettings h2,.settingsGuide h2{margin:4px 0 5px}.appearanceSettings .themeControl,.settingsGuide .button{flex:none}.historyRow .pill{text-align:center;white-space:normal;justify-content:center;align-items:center;min-width:132px;max-width:210px;min-height:42px;line-height:1.25;display:inline-flex;padding:9px 14px!important}.pwaHelp{flex-direction:column;justify-content:center;align-items:flex-start;max-height:calc(100dvh - 48px);overflow:auto;z-index:10000!important;color:#17202b!important;background:#fff!important;border:1px solid #d8e0eb!important;border-radius:18px!important;width:min(440px,100vw - 32px)!important;height:max-content!important;margin:auto!important;padding:24px!important;display:flex!important;position:fixed!important;inset:0!important;box-shadow:0 24px 80px #00000073!important}.pwaHelp strong{font-size:20px;color:#17202b!important}.pwaHelp p{margin:12px 0 20px;line-height:1.55;color:#56657a!important}.pwaHelp b{color:#27364a!important}.pwaHelp .button{align-self:flex-start}html[data-theme=dark] .pwaHelp{color:#f8fafc!important;background:#17202b!important;border-color:#3a4a61!important}html[data-theme=dark] .pwaHelp strong,html[data-theme=dark] .pwaHelp b{color:#fff!important}html[data-theme=dark] .pwaHelp p{color:#c3cede!important}.mobileMenuButton{display:none}@media (max-width:950px){.shell{min-height:100vh;display:block;overflow-x:hidden}.sidebar{height:auto;min-height:0;padding:16px 14px 12px;position:relative;top:auto;overflow:visible}.brand{gap:10px;margin:0 0 14px}.brandMark{border-radius:10px;width:34px;height:34px}.brandText strong{font-size:15px}.brandText span{font-size:10px}.mobileMenuButton{color:#f5f7fb;width:100%;font:inherit;cursor:pointer;background:#18253a;border:1px solid #33445e;border-radius:11px;justify-content:flex-start;align-items:center;gap:9px;padding:10px 12px;font-weight:700;display:flex}.mobileMenuButton>span:first-child{font-size:19px;line-height:1}.mobileMenuButton b{color:#fff;text-align:center;background:#6f91ff;border-radius:999px;min-width:22px;margin-left:auto;padding:2px 6px;font-size:10px}.nav{background:#111b2b;border:1px solid #304058;border-radius:12px;width:100%;margin-top:8px;padding:7px;display:none;box-shadow:0 12px 28px #0000002e}.nav.mobileOpen{grid-template-columns:1fr 1fr;gap:5px;display:grid}.nav a{white-space:normal;border-radius:9px;justify-content:space-between;align-items:center;min-width:0;padding:10px 11px;font-size:12px;display:flex}.nav a.active{background:#243149}.navBadge{flex:none}.guideBox{margin:7px 0 0}.guideReveal{margin:5px 0 0;padding:0}.guideReveal button{padding:7px 2px;font-size:10px}.pwaInstallWrap{margin-top:8px}.pwaInstallButton{border-radius:9px;width:auto;min-width:0;padding:8px 11px;font-size:11px}.sidebarFoot{display:none}.main{padding:18px 16px 48px}.topbar{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.topbar>div:first-child{min-width:0}.h1{font-size:28px;line-height:1.08}.topbar .muted{margin-top:7px;font-size:14px;line-height:1.4}.topbarActions{flex-direction:column;flex:none;align-items:flex-end;gap:8px;display:flex}.topbarActions>.button{white-space:nowrap;min-height:38px;padding:9px 12px;font-size:12px}.billingBanner{gap:9px;margin-bottom:16px;padding:14px 15px;line-height:1.45;display:grid}.billingBanner a{justify-self:start}.metrics{grid-template-columns:1fr 1fr}.metric{padding:14px}.metric strong{font-size:22px}.grid2,.quoteLayout{grid-template-columns:1fr}.resultCard,.chatPanel{position:static}.workflowBar{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;grid-template-columns:repeat(5,minmax(116px,1fr));gap:8px;padding-bottom:7px;overflow-x:auto;display:grid!important}.workflowBar>div{scroll-snap-align:start;min-width:116px!important;padding:12px!important}.workflowBar b{opacity:1!important;visibility:visible!important;border-radius:50%!important;flex:0 0 28px!important;justify-content:center!important;align-items:center!important;width:28px!important;min-width:28px!important;height:28px!important;font-size:13px!important;display:inline-flex!important}.workflowBar span{font-size:12px;line-height:1.25}.historyRow{align-items:flex-start;gap:14px}.historyRow .pill{flex:none;min-width:136px;max-width:168px;padding:10px 13px!important}}@media (max-width:640px){.sidebar{padding-top:max(12px,env(safe-area-inset-top))}.brand{margin-bottom:11px}.main{padding:16px 14px calc(42px + env(safe-area-inset-bottom))}.topbar{grid-template-columns:1fr;gap:12px;display:grid}.topbarActions{flex-flow:wrap;justify-content:flex-start;align-items:center;width:100%}.topbarActions>.button{margin-left:0}.h1{font-size:26px}.metrics,.formGrid,.kpis,.featureGrid{grid-template-columns:1fr}.panel{border-radius:15px;padding:18px}.hero{grid-template-columns:1fr}.billingBanner{border-radius:14px}.pwaInstallWrap,.guideReveal{margin-right:8px;display:inline-block}.appearanceSettings,.settingsGuide{flex-direction:column;align-items:flex-start;gap:14px}.pwaHelp{max-height:calc(100dvh - 40px);border-radius:16px!important;width:calc(100vw - 28px)!important;padding:20px!important}.workflowBar{grid-template-columns:repeat(5,126px)!important}.workflowBar>div{align-items:center!important;gap:9px!important;min-width:126px!important;display:flex!important}.workflowBar b{color:#17202b!important;background:#f4f7fb!important;display:inline-flex!important}.workflowBar span{display:block!important}.historyRow{grid-template-columns:minmax(0,1fr) auto;gap:12px!important;padding:16px!important;display:grid!important}.historyRow>div{min-width:0}.historyRow .pill{min-width:128px;max-width:145px;padding:10px 12px!important;font-size:11px!important;line-height:1.3!important}}
