:root{--bg:#f4f7f6;--surface:#fff;--surface-muted:#edf4f2;--ink:#22302d;--muted:#66716d;--line:#d7ddda;--teal:#0f766e;--teal-weak:#dcefed;--amber:#b96c09;--amber-weak:#fff2d9;--red:#b42318;--red-weak:#fee4df;--shadow:0 18px 45px #192a2517}*{box-sizing:border-box}html{background:var(--bg);min-width:320px}body{color:var(--ink);background:var(--bg);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit;text-decoration:none}.appShell{grid-template-columns:256px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#f4fbf9;background:#173f3c;flex-direction:column;gap:28px;height:100vh;padding:24px;display:flex;position:sticky;top:0}.brandLockup{align-items:center;gap:12px;display:flex}.brandMark{color:#173f3c;background:#b6e4df;border-radius:8px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.brandLockup strong,.brandLockup span{display:block}.brandLockup strong{font-size:1rem}.brandLockup span{color:#b6cbc6;margin-top:3px;font-size:.8rem}.navList{gap:6px;display:grid}.navItem{color:#cbe0db;border-radius:8px;align-items:center;gap:10px;min-height:42px;padding:0 12px;display:flex}.navItem:hover,.navItem.isActive{color:#fff;background:#ffffff1c}.syncState{color:#dcefed;background:#ffffff1a;border:1px solid #ffffff24;border-radius:8px;align-items:center;gap:10px;margin-top:auto;padding:12px;display:flex}.syncState span,.syncState small{display:block}.syncState span{font-weight:700}.syncState small{color:#b6cbc6;margin-top:2px}.workspace{min-width:0;padding:28px}.topbar{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.eyebrow{color:var(--teal);text-transform:uppercase;letter-spacing:0;margin:0 0 6px;font-size:.74rem;font-weight:800}h1,h2{letter-spacing:0;margin:0}h1{font-size:2rem;line-height:1.1}h2{font-size:1rem;line-height:1.25}.subtle{color:var(--muted);margin:6px 0 0}.poolSelect{min-width:220px;color:var(--muted);gap:6px;font-size:.82rem;font-weight:700;display:grid}.poolSelect select,.formGrid input,.serviceComposer input{width:100%;min-height:42px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:8px;outline:none}.poolSelect select{padding:0 36px 0 12px}.poolSelect select:focus,.formGrid input:focus,.serviceComposer input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0f766e24}.kpiGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:14px;display:grid}.metricCard{background:var(--surface);border:1px solid var(--line);min-height:132px;box-shadow:var(--shadow);border-radius:8px;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:16px;display:grid}.metricIcon{width:42px;height:42px;color:var(--teal);background:var(--teal-weak);border-radius:8px;place-items:center;display:grid}.metricCard.watch .metricIcon{color:var(--amber);background:var(--amber-weak)}.metricCard.urgent .metricIcon{color:var(--red);background:var(--red-weak)}.metricCard span,.metricCard small{color:var(--muted);display:block}.metricCard span{text-transform:uppercase;font-size:.76rem;font-weight:800}.metricCard strong{overflow-wrap:anywhere;margin:8px 0 7px;font-size:1.45rem;line-height:1.05;display:block}.metricCard small{font-size:.84rem}.contentGrid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);align-items:start;gap:14px;display:grid}.panel{background:var(--surface);border:1px solid var(--line);min-width:0;box-shadow:var(--shadow);border-radius:8px;padding:18px}.panelHeader{justify-content:space-between;align-items:flex-start;gap:14px;min-height:36px;margin-bottom:16px;display:flex}.pressurePanel,.servicePanel{grid-column:span 1}.chartFrame{height:336px;min-height:336px}.statusPill,.countBadge,.miniStatus{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:28px;font-size:.75rem;font-weight:800;display:inline-flex}.statusPill{color:var(--teal);background:var(--teal-weak);padding:0 10px}.statusPill.watch{color:var(--amber);background:var(--amber-weak)}.statusPill.urgent{color:var(--red);background:var(--red-weak)}.countBadge{width:30px;color:var(--ink);background:var(--surface-muted)}.alertList,.equipmentList,.serviceList{gap:10px;display:grid}.alertRow{border:1px solid var(--line);border-radius:8px;grid-template-columns:34px minmax(0,1fr);gap:10px;padding:12px;display:grid}.alertRow.warning{background:#fff9ed;border-color:#f4c77d}.alertRow.critical{background:#fff1ef;border-color:#f2aaa2}.alertIcon{width:34px;height:34px;color:var(--amber);background:var(--amber-weak);border-radius:8px;place-items:center;display:grid}.alertRow.critical .alertIcon{color:var(--red);background:var(--red-weak)}.alertTitle{justify-content:space-between;align-items:center;gap:8px;display:flex}.alertTitle strong,.equipmentRow strong,.serviceRow strong{overflow-wrap:anywhere}.alertTitle span{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:800}.alertRow p{color:#4f5d59;margin:6px 0;font-size:.9rem;line-height:1.45}.alertRow small,.serviceRow small,.equipmentRow span,.serviceRow span{color:var(--muted)}.emptyState{min-height:160px;color:var(--muted);border:1px dashed var(--line);border-radius:8px;place-items:center;display:grid}.formGrid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px;display:grid}.formGrid label{color:var(--muted);gap:6px;font-size:.82rem;font-weight:800;display:grid}.formGrid input,.serviceComposer input{padding:0 12px}.formGrid input[aria-invalid=true]{border-color:var(--red)}.primaryButton,.iconTextButton{border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-weight:800;display:inline-flex}.primaryButton{color:#fff;background:var(--teal);border:1px solid var(--teal);width:100%}.primaryButton:hover,.iconTextButton:hover{filter:brightness(.96)}.equipmentRow{border:1px solid var(--line);border-radius:8px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:62px;padding:10px;display:grid}.equipmentIcon{width:38px;height:38px;color:var(--teal);background:var(--teal-weak);border-radius:8px;place-items:center;display:grid}.equipmentIcon.attention{color:var(--amber);background:var(--amber-weak)}.equipmentRow strong,.equipmentRow span{display:block}.equipmentRow span{margin-top:3px;font-size:.84rem}.miniStatus{color:var(--teal);background:var(--teal-weak);padding:0 9px}.miniStatus.attention{color:var(--amber);background:var(--amber-weak)}.miniStatus.offline{color:var(--red);background:var(--red-weak)}.serviceComposer{grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-bottom:12px;display:grid}.iconTextButton{color:var(--teal);background:var(--teal-weak);border:1px solid #b9ded9}.serviceRow{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;min-height:64px;padding:12px 0;display:flex}.serviceRow:first-child{border-top:0}.serviceRow span,.serviceRow small{margin-top:4px;display:block}.authShell{background:linear-gradient(180deg, #173f3c14, transparent 42%), var(--bg);place-items:center;min-height:100vh;padding:28px;display:grid}.authPanel{background:var(--surface);border:1px solid var(--line);width:min(100%,460px);box-shadow:var(--shadow);border-radius:8px;gap:18px;padding:26px;display:grid}.authPanelNarrow{width:min(100%,380px)}.authBrand{align-items:center;gap:12px;display:flex}.authMark{color:#173f3c;background:#b6e4df;border-radius:8px;flex:0 0 46px;place-items:center;width:46px;height:46px;display:grid}.authBrand span,.authBrand strong{display:block}.authBrand span{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:800}.authBrand strong{margin-top:3px;font-size:1rem}.authIntro h1{font-size:2rem}.authProviderGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.authButton{min-height:44px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-weight:800;display:inline-flex}.authButton:hover{background:var(--surface-muted);border-color:#9eb9b4}.authForm{gap:10px;display:grid}.authInputGroup{color:var(--muted);gap:7px;font-size:.82rem;font-weight:800;display:grid}.authInputRow{min-height:44px;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:8px;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:8px;padding:0 12px;display:grid}.authInputRow:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px #0f766e24}.authInputRow input{width:100%;min-width:0;min-height:40px;color:var(--ink);background:0 0;border:0;outline:none}.authDivider{color:var(--muted);text-transform:uppercase;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px;font-size:.74rem;font-weight:800;display:grid}.authDivider:before,.authDivider:after{content:"";background:var(--line);height:1px}.authSubmit{width:100%}.authNotice{border:1px solid var(--line);border-radius:8px;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:9px;min-height:42px;padding:10px 12px;font-size:.9rem;font-weight:700;display:grid}.authNotice.error{color:var(--red);background:var(--red-weak);border-color:#f2aaa2}.authNotice.warning{color:var(--amber);background:var(--amber-weak);border-color:#f4c77d}.authNotice.success{color:var(--teal);background:var(--teal-weak);border-color:#b9ded9}.authNotice a{font-weight:900;text-decoration:underline}.lucide-loader-circle{animation:.85s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.marketingPage{color:#17211f;background:linear-gradient(#eef4f2 0,#f7faf9 520px,#fff 100%),#fff;min-height:100vh}.marketingHeader{z-index:30;color:#f7fbfa;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#122724f0;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:0 clamp(18px,4vw,54px);display:flex;position:sticky;top:0}.marketingBrand{align-items:center;gap:11px;min-width:max-content;font-size:1.03rem;font-weight:900;display:inline-flex}.marketingBrandMark{color:#102522;background:#b9e6dc;border-radius:8px;place-items:center;width:40px;height:40px;display:grid}.marketingNav{color:#c9ddd8;justify-content:center;align-items:center;gap:clamp(12px,2vw,24px);font-size:.9rem;font-weight:800;display:flex}.marketingNav a{white-space:nowrap}.marketingNav a:hover{color:#fff}.marketingHeaderActions{align-items:center;gap:10px;min-width:max-content;display:flex}.marketingNavCta,.marketingLogin,.heroPrimary,.heroSecondary,.sectionCta a,.pricingCard a,.demoSubmit,.approvalPanel a{border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 15px;font-weight:900;display:inline-flex}.marketingNavCta,.heroPrimary,.demoSubmit{color:#fff;background:#0f766e;border:1px solid #0f766e}.marketingLogin{color:#d8ebe6;background:#ffffff14;border:1px solid #ffffff29}.marketingLogin:hover{color:#fff;background:#ffffff24}.marketingNavCta:hover,.heroPrimary:hover,.demoSubmit:hover{background:#0b5f59}.heroSection{background:linear-gradient(90deg,#eef4f2fc 0%,#eef4f2eb 36%,#eef4f2ad 58%,#eef4f24d 100%),linear-gradient(135deg,#e7f0ee,#f6f9f8 52%,#d9e5e2);align-items:center;min-height:min(820px,100vh - 34px);padding:clamp(64px,9vw,116px) clamp(18px,5vw,72px) clamp(68px,8vw,98px);display:flex;position:relative;overflow:hidden}.heroSection:before{content:"";background-image:linear-gradient(#2d4a4514 1px,#0000 1px),linear-gradient(90deg,#2d4a4514 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 18% 78%,#0000);mask-image:linear-gradient(90deg,#0000,#000 18% 78%,#0000)}.heroContent{z-index:2;width:min(640px,100%);position:relative}.marketingEyebrow{color:#0f766e;letter-spacing:0;text-transform:uppercase;margin:0 0 11px;font-size:.76rem;font-weight:900}.heroContent h1{overflow-wrap:anywhere;color:#102522;max-width:100%;font-size:clamp(4.2rem,8vw,7.1rem);line-height:.88}.heroSubhead{color:#17211f;max-width:650px;margin:28px 0 0;font-size:clamp(1.55rem,3.5vw,3.35rem);font-weight:900;line-height:1.02}.heroCopy{color:#4b5d58;max-width:650px;margin:22px 0 0;font-size:1.08rem;line-height:1.7}.heroActions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.heroPrimary,.heroSecondary{min-height:48px;padding:0 18px}.heroSecondary{color:#173f3c;background:#ffffffbd;border:1px solid #c5d4d0}.heroSecondary:hover{background:#fff;border-color:#8fb1ab}.commandSurface{z-index:1;color:#17211f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border:1px solid #8ca39d80;border-radius:8px;width:min(680px,50vw);padding:18px;position:absolute;top:clamp(34px,6vw,72px);right:clamp(-48px,-3vw,-20px);box-shadow:0 28px 80px #14252230}.surfaceTopbar{color:#63756f;text-transform:uppercase;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;font-size:.78rem;font-weight:900;display:flex}.surfaceTopbar>span{overflow-wrap:anywhere;min-width:0}.surfaceTopbar div{gap:6px;display:flex}.surfaceDot{background:#b42318;border-radius:50%;width:10px;height:10px}.surfaceDot.amber{background:#b96c09}.surfaceDot.green{background:#0f766e}.sectorSelector{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.sectorSelector span{color:#173f3c;background:#edf6f4;border:1px solid #cce2de;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;font-size:.77rem;font-weight:900;display:inline-flex}.surfaceGrid{grid-template-columns:.9fr 1.35fr;gap:12px;margin-top:14px;display:grid}.mobileMock,.trendPanel,.evidencePanel,.approvalPanel{background:#fff;border:1px solid #d7ddda;border-radius:8px;min-width:0;box-shadow:0 14px 34px #17272414}.mobileMock{grid-row:span 2;padding:15px}.mobileSpeaker{background:#cdd9d5;border-radius:999px;width:54px;height:5px;margin:0 auto 18px}.mobileStatus,.panelTitleRow{justify-content:space-between;align-items:center;gap:10px;display:flex}.mobileStatus{color:#63756f;text-transform:uppercase;justify-content:flex-start;font-size:.76rem;font-weight:900}.mobileMock h3{margin:12px 0 16px;font-size:1.08rem}.pressureDial{color:#102522;background:radial-gradient(circle at center, #fff 0 45%, transparent 46%), conic-gradient(#0f766e 0 78%, #f1c47c 78% 88%, #dce6e3 88% 100%);border-radius:50%;place-items:center;width:148px;height:148px;margin:0 auto 18px;display:grid}.pressureDial span,.pressureDial small{grid-area:1/1}.pressureDial span{margin-top:-12px;font-size:2rem;font-weight:950}.pressureDial small{color:#63756f;margin-top:42px;font-weight:900}.captureChecklist,.evidenceRows{gap:8px;display:grid}.captureChecklist span,.evidenceRows span,.reportModuleList span,.integrationItem,.pricingCard li{align-items:center;gap:8px;display:flex}.captureChecklist span,.evidenceRows span{color:#31413d;background:#f5f8f7;border:1px solid #dce6e3;border-radius:8px;min-height:34px;padding:0 10px;font-size:.84rem;font-weight:800}.captureChecklist svg,.evidenceRows svg,.reportModuleList svg,.integrationItem svg,.pricingCard li svg{color:#0f766e;flex:none}.trendPanel,.evidencePanel,.approvalPanel{padding:15px}.panelTitleRow span,.approvalPanel span{color:#63756f;text-transform:uppercase;font-size:.73rem;font-weight:900;display:block}.panelTitleRow strong,.approvalPanel strong{margin-top:3px;font-size:1rem;display:block}.validPill,.reportStatus{color:#0f766e;background:#dcefed;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:.74rem;font-weight:900;display:inline-flex}.miniChart{background:#f8fbfa;border:1px solid #dce6e3;border-radius:8px;height:184px;margin:18px 0 12px;position:relative;overflow:hidden}.miniGridLine,.traceSegment,.tracePoint,.curveLine,.curvePoint{display:block;position:absolute}.miniGridLine{background:#dce6e3;height:1px;left:0;right:0}.lineA{top:32%}.lineB{top:55%}.lineC{top:78%}.traceSegment{transform-origin:0;background:#0f766e;border-radius:999px;height:4px}.segmentA{width:34%;top:102px;left:26px;transform:rotate(-10deg)}.segmentB{width:31%;top:88px;left:38%;transform:rotate(3deg)}.segmentC{width:24%;top:91px;left:66%;transform:rotate(-2deg)}.tracePoint{background:#fff;border:3px solid #0f766e;border-radius:50%;width:12px;height:12px}.tracePointA{top:96px;left:24px}.tracePointB{top:82px;left:62%}.tracePointC{top:84px;right:8%}.trendStats,.reportMetrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.trendStats span,.reportMetrics span{color:#63756f;background:#edf4f2;border-radius:8px;min-width:0;padding:10px;font-size:.75rem;font-weight:800}.trendStats strong,.reportMetrics strong{color:#17211f;margin-bottom:3px;font-size:.94rem;display:block}.approvalPanel{background:#fff8eb;border-color:#efc778;justify-content:space-between;align-items:center;gap:12px;display:flex}.approvalPanel small{color:#695439;max-width:260px;margin-top:6px;line-height:1.45;display:block}.approvalPanel a{color:#8c5207;background:#fff2d9;border:1px solid #efc778;min-width:max-content}.outcomeStrip{background:#cbd9d5;border-top:1px solid #cbd9d5;border-bottom:1px solid #cbd9d5;grid-template-columns:repeat(7,minmax(0,1fr));gap:1px;display:grid}.outcomeStrip span{color:#173f3c;text-align:center;background:#f7fbfa;place-items:center;min-height:74px;padding:12px;font-size:.84rem;font-weight:900;display:grid}.marketingSection{padding:clamp(68px,8vw,108px) clamp(18px,5vw,72px)}.problemSection,.reportsSection,.pricingSection,.aiImageSection{background:#fff}.sectorsSection,.integrationsSection{background:#f4f8f7}.flowSection{color:#eff8f6;background:#122724}.sectionIntro{max-width:760px;margin-bottom:30px}.sectionIntroWide{max-width:910px}.sectionIntro h2,.finalCta h2{color:inherit;margin:0;font-size:clamp(2rem,4.5vw,4.3rem);line-height:1.02}.sectionIntro p:not(.marketingEyebrow),.finalCta p{color:#52635f;margin:18px 0 0;font-size:1.03rem;line-height:1.72}.flowSection .sectionIntro p:not(.marketingEyebrow){color:#bdd5cf}.problemGrid,.platformGrid,.sectorGrid,.integrationGrid,.pricingGrid{gap:14px;display:grid}.problemGrid{grid-template-columns:repeat(5,minmax(0,1fr))}.aiImageGrid{grid-template-columns:minmax(0,1.42fr) minmax(320px,.78fr);align-items:stretch;gap:16px;display:grid}.aiImageCard{background:#102522;border:1px solid #cbd9d5;border-radius:8px;min-width:0;margin:0;display:grid;overflow:hidden;box-shadow:0 22px 55px #192a2521}.aiGeneratedImage{object-fit:cover;width:100%;height:100%;min-height:420px;display:block}.aiImageCardLarge .aiGeneratedImage{min-height:520px}.aiImageCard figcaption{color:#f7fbfa;background:linear-gradient(#102522c7,#102522);gap:6px;padding:16px;display:grid}.aiImageCard figcaption strong{font-size:1rem}.aiImageCard figcaption span{color:#c7ddd7;line-height:1.5}.problemItem{background:#fff8eb;border:1px solid #efc778;border-radius:8px;min-width:0;padding:18px}.problemItem svg{color:#b96c09}.problemItem p{color:#3f4f4b;margin:16px 0 0;line-height:1.52}.platformGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.platformCard,.sectorCard,.pricingCard{background:#fff;border:1px solid #d7ddda;border-radius:8px;min-width:0;padding:22px;box-shadow:0 18px 45px #192a2512}.cardIcon,.sectorIcon{color:#0f766e;background:#dcefed;border-radius:8px;place-items:center;width:44px;height:44px;display:grid}.platformCard h3,.sectorCard h3,.pricingCard h3{margin:18px 0 10px;font-size:1.1rem}.platformCard p,.sectorCard p,.pricingCard p{color:#52635f;margin:0;line-height:1.58}.sectionCta{color:#173f3c;background:#edf6f4;border:1px solid #cce2de;border-radius:8px;align-items:center;gap:12px;width:fit-content;max-width:100%;margin-top:18px;padding:10px;display:flex}.sectionCta span{font-weight:850}.sectionCta a{color:#fff;background:#0f766e;min-width:max-content}.sectorGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.sectorCard{box-shadow:none}.sectorIcon{color:#173f3c;background:#e6ecea}.flowList{border:1px solid #ffffff24;border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.flowStep{background:#ffffff0f;align-content:space-between;min-height:158px;padding:18px;display:grid}.flowStep span{color:#8fe1d4;font-size:.82rem;font-weight:950}.flowStep p{margin:18px 0 0;font-size:1rem;font-weight:850;line-height:1.38}.reportPreview{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:start;gap:18px;display:grid}.reportDocument{background:#f8fbfa;border:1px solid #d7ddda;border-radius:8px;min-width:0;padding:22px;box-shadow:0 18px 45px #192a2517}.reportDocumentHeader{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.reportDocumentHeader span:first-child{color:#63756f;text-transform:uppercase;margin-bottom:4px;font-size:.78rem;font-weight:900;display:block}.reportDocumentHeader strong{font-size:1.28rem;line-height:1.2;display:block}.reportStatus{color:#8c5207;background:#fff2d9}.reportCurve{background-color:#fff;background-image:linear-gradient(#dce6e3 1px,#0000 1px),linear-gradient(90deg,#dce6e3 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:100% 25%,12.5% 100%;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #d7ddda;border-radius:8px;height:260px;margin:16px 0;position:relative;overflow:hidden}.curveLine{transform-origin:0;background:#0f766e;border-radius:999px;height:5px}.curveLineOne{width:43%;top:128px;left:26px;transform:rotate(-5deg)}.curveLineTwo{width:46%;top:112px;left:46%;transform:rotate(2deg)}.curvePoint{background:#fff;border:4px solid #0f766e;border-radius:50%;width:15px;height:15px}.pointOne{top:119px;left:25px}.pointTwo{top:108px;right:7%}.reportModuleList{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.reportModuleList span{color:#31413d;background:#fff;border:1px solid #dce6e3;border-radius:8px;min-height:34px;padding:0 10px;font-size:.83rem;font-weight:800}.reportModuleGrid{gap:9px;display:grid}.reportModuleGrid span{color:#31413d;background:#fff;border:1px solid #d7ddda;border-radius:8px;min-height:42px;padding:12px 14px;font-weight:850}.integrationGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.integrationItem{background:#fff;border:1px solid #d7ddda;border-radius:8px;min-height:76px;padding:16px;font-weight:850;line-height:1.4}.pricingGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.pricingCard{flex-direction:column;display:flex}.pricingCard>span{color:#0f766e;text-transform:uppercase;font-size:.78rem;font-weight:950}.pricingPrice,.pricingSeats{display:block}.pricingPrice{color:#17211f;margin:0 0 4px;font-size:1.8rem;line-height:1.05}.pricingSeats{color:#52635f;margin:0 0 14px;font-weight:850}.pricingCard ul{gap:9px;margin:20px 0 24px;padding:0;list-style:none;display:grid}.pricingCard li{color:#31413d;font-weight:800}.pricingCard a{color:#0f766e;background:#dcefed;border:1px solid #b9ded9;width:100%;margin-top:auto}.pricingCalculator{background:#f7fbfa;border:1px solid #d7ddda;border-radius:8px;gap:20px;margin-top:18px;padding:clamp(18px,3vw,28px);display:grid;box-shadow:0 18px 45px #192a2512}.calculatorIntro{grid-template-columns:52px minmax(0,1fr);align-items:start;gap:14px;max-width:880px;display:grid}.calculatorIcon{color:#0f766e;background:#dcefed;border-radius:8px;place-items:center;width:52px;height:52px;display:grid}.calculatorIntro h3{margin:0;font-size:clamp(1.45rem,3vw,2.25rem);line-height:1.08}.calculatorIntro p:not(.marketingEyebrow){color:#52635f;margin:12px 0 0;line-height:1.65}.calculatorGrid{grid-template-columns:minmax(300px,.86fr) minmax(0,1.14fr);align-items:start;gap:16px;display:grid}.calculatorControls{background:#fff;border:1px solid #d7ddda;border-radius:8px;gap:13px;padding:16px;display:grid}.calculatorControls label{color:#52635f;gap:8px;font-size:.8rem;font-weight:900;display:grid}.calculatorControls select{color:#17211f;background:#f8fbfa;border:1px solid #d7ddda;border-radius:8px;outline:none;width:100%;min-height:42px;padding:0 12px}.calculatorControls select:focus{border-color:#0f766e;box-shadow:0 0 0 3px #0f766e24}.calculatorNumberRow{grid-template-columns:minmax(0,1fr) minmax(92px,auto);align-items:center;gap:12px;display:grid}.calculatorNumberRow input[type=range]{accent-color:#0f766e;width:100%}.calculatorNumberRow output{color:#173f3c;white-space:nowrap;background:#edf6f4;border:1px solid #cce2de;border-radius:8px;justify-content:center;align-items:center;min-height:34px;padding:0 10px;font-size:.82rem;font-weight:950;display:inline-flex}.calculatorResults{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.calculatorMetric,.calculatorTotal{background:#fff;border:1px solid #d7ddda;border-radius:8px;min-width:0;padding:16px}.calculatorMetric{grid-template-columns:42px minmax(0,1fr);gap:12px;display:grid}.calculatorMetricIcon{color:#0f766e;background:#dcefed;border-radius:8px;place-items:center;width:42px;height:42px;display:grid}.calculatorMetric.money .calculatorMetricIcon{color:#8c5207;background:#fff2d9}.calculatorMetric span,.calculatorTotal span{color:#52635f;text-transform:uppercase;font-size:.74rem;font-weight:950;display:block}.calculatorMetric strong,.calculatorTotal strong{overflow-wrap:anywhere;color:#17211f;margin:7px 0 6px;font-size:clamp(1.35rem,2.6vw,2rem);line-height:1.02;display:block}.calculatorMetric small,.calculatorTotal small{color:#52635f;line-height:1.45}.calculatorTotal{color:#fff;background:#122724;border-color:#122724;grid-column:1/-1}.calculatorTotal span,.calculatorTotal small,.calculatorTotal strong{color:inherit}.calculatorTotal small{color:#c7ddd7}.industryPage{background:radial-gradient(circle at 0 0,#8fe1d438,#0000 34rem),linear-gradient(#f7fbfa 0%,#fff 36%,#f4f8f7 100%)}.industryHero{color:#fff;background:#102522;align-items:end;min-height:760px;display:grid;position:relative;overflow:hidden}.industryHeroImage{object-fit:cover;opacity:.72;filter:saturate(1.05)contrast(1.05)}.industryHeroShade{background:linear-gradient(90deg,#091816eb,#09181694 48%,#09181633),linear-gradient(#09181657,#091816e0);position:absolute;inset:0}.industryHeroContent{z-index:1;gap:18px;width:min(1120px,100%);padding:150px clamp(18px,5vw,72px) clamp(44px,7vw,88px);display:grid;position:relative}.industryBreadcrumb{color:#b7eee5;text-transform:uppercase;letter-spacing:.08em;width:fit-content;font-size:.82rem;font-weight:900;display:inline-flex}.industryHero h1{letter-spacing:-.08em;max-width:860px;margin:0;font-size:clamp(4rem,13vw,9.6rem);line-height:.86}.industryHeroTitle{color:#f2fffc;letter-spacing:-.055em;max-width:920px;margin:0;font-size:clamp(2rem,4.8vw,4.7rem);font-weight:900;line-height:.98}.industryHeroLead{color:#d9eee9;max-width:740px;margin:0;font-size:clamp(1.08rem,2vw,1.34rem);line-height:1.6}.industryHeroPanel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff2e;border:1px solid #ffffff2e;border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;width:min(980px,100%);margin-top:18px;display:grid;overflow:hidden;box-shadow:0 28px 80px #00000047}.industryHeroPanel div{background:#0b2421a8;min-width:0;padding:18px}.industryHeroPanel span,.industryMetric span,.industryNarrativeGrid span,.industryReportHeader span{color:#8fe1d4;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:950;display:block}.industryHeroPanel strong{color:#fff;margin-top:7px;font-size:clamp(1.15rem,2.1vw,1.8rem);line-height:1;display:block}.industryMetrics{background:#cbd9d5;border-bottom:1px solid #cbd9d5;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.industryMetric{background:#fff;min-width:0;padding:clamp(20px,3vw,32px)}.industryMetric strong{color:#17211f;letter-spacing:-.045em;margin:10px 0 8px;font-size:clamp(1.55rem,2.8vw,2.45rem);line-height:1;display:block}.industryMetric p{color:#52635f;margin:0;line-height:1.58}.industryIntroSection,.industryEvidenceSection,.relatedIndustriesSection{background:#fff}.industryPainSection,.industryReportsSection{background:#f4f8f7}.industryWorkflowSection,.industryProcessSection{color:#eff8f6;background:radial-gradient(circle at 76% 18%,#8fe1d41f,#0000 26rem),#122724}.industryWorkflowSection .sectionIntro p:not(.marketingEyebrow),.industryProcessSection .sectionIntro p:not(.marketingEyebrow){color:#bdd5cf}.industryNarrativeGrid,.industryProofGrid,.industryFeatureGrid,.relatedIndustryGrid{gap:14px;display:grid}.industryNarrativeGrid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px}.industryNarrativeGrid article,.industryProofItem,.industryFeatureCard,.relatedIndustryCard,.industryReportGrid>div{background:#fff;border:1px solid #d7ddda;border-radius:14px;min-width:0;padding:22px;box-shadow:0 18px 45px #192a250f}.industryNarrativeGrid h3,.industryFeatureCard h3,.industryReportGrid h3,.industryReportCopy h3{color:#17211f;letter-spacing:-.03em;margin:14px 0 10px;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.12}.industryNarrativeGrid p,.industryProofItem p,.industryFeatureCard p,.relatedIndustryCard p,.industryReportCopy p{color:#52635f;margin:0;line-height:1.62}.industryProofGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.industryProofItem{background:#f7fbfa;grid-template-columns:32px minmax(0,1fr);align-items:start;gap:12px;display:grid}.industryProofItem svg,.industryComplianceNote svg{color:#0f766e}.industryFeatureGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.industryWorkflowSection .industryFeatureCard,.industryProcessSection .industryStep{color:#eff8f6;box-shadow:none;background:#ffffff0f;border-color:#ffffff24}.industryWorkflowSection .industryFeatureCard h3,.industryProcessSection .industryStep p{color:#fff}.industryWorkflowSection .industryFeatureCard p{color:#c7ddd7}.industryWorkflowSection .cardIcon{color:#122724;background:#8fe1d4}.industryStepList{border:1px solid #ffffff24;border-radius:14px;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.industryStep{background:#ffffff0f;align-content:space-between;min-height:180px;padding:20px;display:grid}.industryStep span{color:#8fe1d4;font-size:.82rem;font-weight:950}.industryStep p{margin:24px 0 0;font-weight:850;line-height:1.38}.industryReportPreviewCard{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:stretch;gap:18px;margin-bottom:18px;display:grid}.industryReportPaper,.industryReportCopy{background:#fff;border:1px solid #d7ddda;border-radius:18px;min-width:0;padding:clamp(18px,3vw,28px);box-shadow:0 22px 60px #192a251a}.industryReportHeader{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.industryReportHeader strong{color:#17211f;margin-top:5px;font-size:clamp(1.4rem,2.8vw,2.1rem);line-height:1.05;display:block}.industryReportHeader em{color:#8c5207;background:#fff2d9;border:1px solid #efc778;border-radius:999px;min-width:max-content;padding:8px 10px;font-size:.78rem;font-style:normal;font-weight:900}.industryReportTrace{background:#f8fbfa;border:1px solid #dce6e3;border-radius:14px;height:250px;margin:22px 0;position:relative;overflow:hidden}.industryTraceGrid{background:linear-gradient(#dce6e3 1px,#0000 1px) 0 0/100% 25%,linear-gradient(90deg,#dce6e3 1px,#0000 1px) 0 0/12.5% 100%;position:absolute;inset:0}.industryTraceLine,.industryTraceDot{display:block;position:absolute}.industryTraceLine{transform-origin:0;background:linear-gradient(90deg,#0f766e,#42c7b6);border-radius:999px;height:6px}.industryTraceLineOne{width:44%;top:137px;left:30px;transform:rotate(-6deg)}.industryTraceLineTwo{width:43%;top:113px;left:48%;transform:rotate(3deg)}.industryTraceDot{background:#fff;border:4px solid #0f766e;border-radius:50%;width:17px;height:17px;box-shadow:0 0 0 6px #0f766e1f}.industryTraceDotOne{top:128px;left:28px}.industryTraceDotTwo{top:103px;left:49%}.industryTraceDotThree{top:117px;right:7%}.industryReportModules,.industryChecklist,.industryReportStats{gap:9px;display:grid}.industryReportModules{grid-template-columns:repeat(2,minmax(0,1fr))}.industryReportModules span,.industryChecklist span,.industryReportStats span{color:#31413d;background:#f8fbfa;border:1px solid #dce6e3;border-radius:10px;min-width:0;padding:11px 12px;font-size:.84rem;font-weight:850;line-height:1.35}.industryReportCopy{align-content:center;display:grid}.industryReportStats{margin-top:18px}.industryReportStats strong{color:#0f766e;margin-bottom:5px;font-size:1rem;display:block}.industryReportGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.industryChecklist span{align-items:center;gap:9px;display:flex}.industryChecklist svg{color:#0f766e;flex:none}.industryComplianceNote{color:#31413d;background:#fff8eb;border:1px solid #efc778;border-radius:14px;grid-template-columns:32px minmax(0,1fr);align-items:start;gap:12px;margin-top:18px;padding:18px;display:grid}.industryComplianceNote p{margin:0;line-height:1.62}.relatedIndustryGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.relatedIndustryCard{align-content:start;gap:8px;min-height:220px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;position:relative}.relatedIndustryCard:hover{border-color:#9acdc5;transform:translateY(-4px);box-shadow:0 24px 62px #192a251c}.relatedIndustryCard span{color:#0f766e;text-transform:uppercase;font-size:.8rem;font-weight:950}.relatedIndustryCard strong{color:#17211f;font-size:1.28rem}.relatedIndustryCard svg{color:#0f766e;margin-top:auto}.finalCta{color:#f7fbfa;background:linear-gradient(135deg,#122724f5,#184943f5),#122724;grid-template-columns:minmax(0,1fr) minmax(320px,430px);align-items:center;gap:28px;padding:clamp(64px,9vw,116px) clamp(18px,5vw,72px);display:grid}.finalCta .marketingEyebrow{color:#8fe1d4}.finalCta p{color:#c7ddd7;max-width:760px}.demoForm{color:#173f3c;background:#fff;border:1px solid #fff3;border-radius:8px;gap:12px;padding:18px;display:grid}.demoForm label{color:#52635f;gap:7px;font-size:.82rem;font-weight:900;display:grid}.demoForm input,.demoForm select,.demoForm textarea{color:#17211f;background:#f8fbfa;border:1px solid #d7ddda;border-radius:8px;outline:none;min-width:0;min-height:44px;padding:0 12px}.demoForm input:focus,.demoForm select:focus,.demoForm textarea:focus{border-color:#0f766e;box-shadow:0 0 0 3px #0f766e24}.demoForm textarea{resize:vertical;min-height:92px;padding-top:11px}.demoFormWide{min-width:0}.demoSubmit{width:100%;min-height:46px}.demoSubmit:disabled{opacity:.6;cursor:progress}.demoFormConsent{color:#52635f;grid-template-columns:auto 1fr;align-items:start;gap:9px;font-size:.78rem;font-weight:600;display:grid}.demoFormConsent input{width:16px;height:16px;min-height:0;margin-top:3px}.demoFormConsent a{color:#0f766e;font-weight:800;text-decoration:underline}.demoFormError{color:#b42318;margin:0;font-size:.82rem;font-weight:700}.demoFormSuccess{color:#173f3c;align-content:start;justify-items:start;gap:8px}.demoFormSuccess h3{margin:0;font-size:1.05rem}.demoFormSuccess p{color:#52635f;margin:0;font-size:.9rem}.demoFormSuccess svg{color:#0f766e}.siteFooter{color:#cfe0dd;background:#0b1f1d;border-top:1px solid #ffffff14;padding:40px clamp(20px,5vw,72px)}.siteFooterInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px 32px;max-width:1180px;margin:0 auto;display:flex}.siteFooterBrand{letter-spacing:.02em;color:#fff;font-weight:900}.siteFooterLinks{flex-wrap:wrap;gap:8px 20px;display:flex}.siteFooterLinks a{color:#cfe0dd;font-size:.85rem;font-weight:700;text-decoration:none}.siteFooterLinks a:hover{color:#fff;text-decoration:underline}.siteFooterMeta{color:#8aa6a1;max-width:1180px;margin:18px auto 0;font-size:.74rem;line-height:1.5}.legalShell{background:#f6f9f8;min-height:100vh;padding:clamp(32px,6vw,80px) clamp(20px,6vw,96px)}.legalArticle{color:#17211f;background:#fff;border:1px solid #e2e8e6;border-radius:12px;max-width:820px;margin:0 auto;padding:clamp(24px,4vw,56px);line-height:1.65}.legalArticle h1{margin-top:0;font-size:clamp(1.6rem,3vw,2.2rem)}.legalArticle h2{margin-top:2em;font-size:1.3rem}.legalArticle h3{margin-top:1.6em;font-size:1.08rem}.legalArticle a{color:#0f766e;font-weight:700}.legalArticle table{border-collapse:collapse;width:100%;margin:1.2em 0;font-size:.9rem}.legalArticle th,.legalArticle td{text-align:left;vertical-align:top;border:1px solid #d7ddda;padding:8px 10px}.legalArticle th{background:#eef4f3}.legalArticle code{background:#eef4f3;border-radius:4px;padding:1px 5px;font-size:.85em}.legalBackLink{color:#0f766e;max-width:820px;margin:0 auto 16px;font-weight:800;text-decoration:none;display:inline-block}@media (max-width:1180px){.kpiGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.contentGrid{grid-template-columns:1fr}.commandSurface{width:min(680px,54vw)}.problemGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.sectorGrid,.flowList,.industryNarrativeGrid,.industryFeatureGrid,.industryProofGrid,.relatedIndustryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.industryStepList{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){.appShell{grid-template-columns:1fr}.sidebar{height:auto;padding:16px;position:static}.navList{grid-template-columns:repeat(5,minmax(0,1fr))}.navItem{justify-content:center;padding:0 8px}.syncState{margin-top:0}.workspace{padding:18px}.topbar{display:grid}.poolSelect{min-width:0}.marketingHeader{flex-wrap:wrap;min-height:auto;padding-top:14px;padding-bottom:14px;position:static}.marketingNav{scrollbar-width:none;order:3;justify-content:flex-start;width:100%;padding-bottom:4px;overflow-x:auto}.marketingHeaderActions{margin-left:auto}.marketingNav::-webkit-scrollbar{display:none}.heroSection{min-height:0;padding-top:54px;display:block}.heroContent h1{font-size:clamp(3rem,15vw,4.2rem)}.commandSurface{width:100%;margin-top:36px;position:relative;top:auto;bottom:auto;right:auto}.outcomeStrip{grid-template-columns:repeat(2,minmax(0,1fr))}.platformGrid,.aiImageGrid,.integrationGrid,.pricingGrid,.calculatorGrid,.reportPreview,.industryReportPreviewCard,.industryReportGrid,.finalCta{grid-template-columns:1fr}.industryHero{min-height:680px}.industryHeroContent{padding-top:66px}.industryMetrics,.industryHeroPanel{grid-template-columns:1fr}.sectionCta{flex-direction:column;align-items:stretch;width:100%}.sectionCta a{width:100%}}@media (max-width:620px){.navList{grid-template-columns:repeat(2,minmax(0,1fr))}.kpiGrid,.formGrid,.serviceComposer,.authProviderGrid{grid-template-columns:1fr}.metricCard{min-height:118px}.equipmentRow{grid-template-columns:38px minmax(0,1fr)}.miniStatus{grid-column:2;justify-self:start}.serviceRow{flex-direction:column;align-items:flex-start}.marketingHeader{gap:12px}.marketingNavCta{flex:130px}.marketingLogin{flex:96px}.heroSection,.marketingSection,.finalCta{padding-left:16px;padding-right:16px}.heroSubhead{font-size:clamp(1.55rem,9vw,2.2rem)}.heroActions,.reportDocumentHeader,.approvalPanel{flex-direction:column;align-items:stretch}.heroPrimary,.heroSecondary,.approvalPanel a{width:100%}.surfaceGrid,.problemGrid,.sectorGrid,.flowList,.calculatorResults,.reportModuleList,.trendStats,.reportMetrics,.industryNarrativeGrid,.industryFeatureGrid,.industryProofGrid,.industryStepList,.industryReportModules,.relatedIndustryGrid{grid-template-columns:1fr}.industryHero h1{font-size:clamp(3.3rem,18vw,5rem)}.industryHeroTitle{font-size:clamp(2rem,11vw,3.2rem)}.industryReportHeader,.industryComplianceNote,.industryProofItem,.calculatorIntro,.calculatorNumberRow{grid-template-columns:1fr}.commandSurface{padding:12px}.pressureDial{width:132px;height:132px}.flowStep{min-height:128px}.aiGeneratedImage,.aiImageCardLarge .aiGeneratedImage{min-height:260px}}
