:root{--background:#f7f8f5;--surface:#fff;--surface-subtle:#eff3ed;--text:#20352b;--text-muted:#65746b;--action:#184d3c;--on-action:#fff;--accent:#c5dfb7;--border:#dfe5dd;--success:#28633d;--success-surface:#eaf4e8;--warning:#805d1d;--warning-surface:#f6f0df;--error:#a74437;--error-surface:#f9eeea;--critical:#8a3048;--critical-surface:#f8eaf0;--high:#9b432c;--high-surface:#faeee6;--moderate:#805d1d;--moderate-surface:#f6f0df;--low:#3e6378;--low-surface:#eaf1f5;--unknown:#606973;--unknown-surface:#eef0f2;--info:#3e6378;--info-surface:#eaf1f5;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--radius-control:12px;--radius-card:22px;--radius-feature:28px;--radius-pill:999px;--motion-departure:.28s;--motion-feedback:.18s;--motion-loading-cycle:.9s;--motion-concierge-presence:6s;--ease-in-out:cubic-bezier(.77,0,.175,1);--ease-out:cubic-bezier(.23,1,.32,1)}[data-theme=dark]{--background:#111a16;--surface:#1b2821;--surface-subtle:#22352a;--text:#edf4ed;--text-muted:#adbbb1;--action:#b9dec5;--on-action:#143323;--accent:#35533d;--border:#37483b;--success:#b1d9b9;--success-surface:#233d2c;--warning:#e8ca91;--warning-surface:#39321f;--error:#f4b2a9;--error-surface:#422b29;--critical:#f2b5c5;--critical-surface:#3b2630;--high:#efb99f;--high-surface:#3c2b24;--moderate:#e8ca91;--moderate-surface:#39321f;--low:#accfdf;--low-surface:#24343e;--unknown:#c0c7d0;--unknown-surface:#2c3139;--info:#accfdf;--info-surface:#24343e}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{background:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font:15px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button:disabled{cursor:wait;opacity:.55}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{background:0 0;border:0}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:4px;outline:3px solid #789764}input,textarea,select{color:var(--text);accent-color:var(--action)}h1,h2,h3,p{margin:0}h1,h2,h3{letter-spacing:-.04em;font-weight:550;line-height:1.2}p{color:var(--text-muted)}svg{vertical-align:middle;flex-shrink:0}img{max-width:100%;display:block}strong{font-weight:600}.eyebrow{letter-spacing:.14em;align-items:center;gap:7px;font-size:12px;font-weight:650;line-height:1.5;display:flex}.muted{color:var(--text-muted)}.text-link{align-items:center;gap:8px;min-height:44px;padding:0;font-size:13px;font-weight:550;display:inline-flex}.text-link:hover{color:var(--success)}.micro-note{color:var(--text-muted);font-size:12px;line-height:1.65;display:block}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:12px 20px;position:fixed;top:-100px;left:20px}.skip-link:focus{top:10px}.brand{letter-spacing:-1.4px;align-items:center;gap:9px;font-size:29px;font-weight:650;line-height:1;display:inline-flex}.brand svg{width:33px;height:33px}.brand-dot{color:#96b687}.brand-small{font-size:23px}.brand-small svg{width:27px;height:27px}.button{border-radius:var(--radius-control);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:12px;min-height:48px;padding:12px 21px;font-size:13px;font-weight:550;line-height:1.4;transition:background .18s,border-color .18s,box-shadow .18s;display:inline-flex}.button.primary{background:var(--action);color:var(--on-action)}.button.primary:hover{filter:brightness(1.08);box-shadow:0 5px 17px #184d3c23}.button.secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.button.secondary:hover{background:var(--surface-subtle);border-color:#a7b79e}.button.text{color:var(--action);background:0 0;padding:0}.button.danger{color:#fff;background:#a74437}.cta-arrow{transition:transform .18s}.button:hover .cta-arrow{transform:translate(3px)}.full-width{width:100%}.icon-button{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;position:relative}.icon-button:hover{background:var(--surface-subtle)}.icon-button i{border:1px solid var(--surface);background:#88a477;border-radius:50%;width:5px;height:5px;position:absolute;top:9px;right:10px}.status-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:5px;height:5px;display:inline-block}.badge{white-space:nowrap;background:var(--surface-subtle);color:var(--text-muted);border-radius:6px;align-items:center;gap:6px;padding:5px 8px;font-size:12px;font-weight:550;line-height:1.4;display:inline-flex}.badge.green{background:var(--success-surface);color:var(--success)}.badge.amber{background:var(--warning-surface);color:var(--warning)}.badge.error{background:var(--error-surface);color:var(--error)}.check-line{color:var(--text-muted);align-items:center;gap:6px;font-size:12px;display:flex}.check-line svg{color:var(--action)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);overflow:hidden}.panel h2{letter-spacing:-.035em;font-size:18px}.row-icon{background:var(--surface-subtle);width:40px;height:40px;color:var(--text-muted);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.row-icon svg{width:19px;height:19px}.row-icon.green{background:var(--success-surface);color:var(--success)}.row-icon.amber{background:var(--warning-surface);color:var(--warning)}.row-icon.lilac{color:#80708b;background:#f1eef6}.row-eyebrow{letter-spacing:.095em;color:var(--text-muted);font-size:12px;font-weight:650}.inline-error{background:var(--error-surface);color:var(--error);border-radius:10px;margin:14px 0;padding:12px 15px;font-size:13px;line-height:1.6}.toast{z-index:100;background:var(--text);max-width:calc(100% - 32px);color:var(--background);border-radius:14px;align-items:center;gap:20px;min-width:260px;padding:13px 15px 13px 20px;font-size:13px;display:flex;position:fixed;bottom:25px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0002}.toast button{width:30px;height:30px;color:inherit;flex-shrink:0;padding:0}.working-indicator{z-index:90;background:var(--surface);border-radius:14px;padding:15px 25px;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 24px #0002}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.landing{background:#fcfcf9}.landing-nav{justify-content:space-between;align-items:center;gap:40px;max-width:1376px;height:94px;margin:auto;padding:0 64px;display:flex}.landing-nav nav{color:#5a695f;align-items:center;gap:30px;margin-left:auto;font-size:12px;display:flex}.landing-nav nav a:hover{color:#184d3c}.nav-actions{align-items:center;gap:22px;display:flex}.sign-in{min-height:44px;padding:0;font-size:12px}.nav-actions .button{border-radius:9px;min-height:42px;padding:10px 16px;font-size:12px}.landing-hero{grid-template-columns:1fr 1fr;max-width:1376px;min-height:626px;margin:auto;padding:65px 64px 78px;display:grid;position:relative;overflow:hidden}.hero-copy{z-index:1;padding-top:13px;position:relative}.hero-copy .eyebrow{letter-spacing:.16em;font-size:12px}.tiny-orbit{border:1.5px solid #184d3c;border-radius:50%;width:13px;height:13px;position:relative}.tiny-orbit:after{content:"";background:#a4bb8c;border-radius:50%;position:absolute;inset:3px}.hero-copy h1{letter-spacing:-.068em;white-space:nowrap;margin:28px 0 25px;font-size:clamp(44px,5.05vw,73px);font-weight:500;line-height:1.1}.hero-copy h1 em{color:#5b7851;font-style:normal}.hero-copy>p{color:#697366;max-width:410px;font-size:15px;line-height:1.9}.hero-buttons{align-items:center;gap:22px;margin-top:31px;display:flex}.hero-buttons .button{border-radius:10px;min-height:50px;padding:14px 21px;font-size:12px}.hero-buttons .text-link{white-space:nowrap;font-size:12px}.hero-notes{gap:20px;margin-top:24px;display:flex}.preview-note{color:#7b857a;margin-top:14px;font-size:12px;display:block}.hero-visual{isolation:isolate;min-width:0;position:relative}.hero-visual>img{object-fit:cover;mix-blend-mode:multiply;z-index:-1;width:760px;max-width:none;height:576px;position:absolute;top:-45px;right:-77px}.floating-note{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #fff;border-radius:13px;align-items:center;gap:12px;padding:16px 20px;display:flex;position:absolute;bottom:54px;left:43px;box-shadow:0 14px 35px #244d3310}.floating-note strong{letter-spacing:-.02em;font-size:12px;display:block}.floating-note span:not(.floating-icon){color:#7b857a;margin-top:3px;font-size:12px;display:block}.floating-icon{color:#5e7f4a;background:#edf4e7;border-radius:50%;place-items:center;width:35px;height:35px;display:grid}.art-label{letter-spacing:.2em;color:#819079;font-size:12px;font-weight:550;position:absolute;bottom:0;right:45px}.principle-strip{border-top:1px solid #e5e8df;border-bottom:1px solid #e5e8df;justify-content:space-between;align-items:center;gap:24px;max-width:1248px;min-height:88px;margin:0 auto;padding:20px 0;display:flex}.principle-strip>span:first-child{color:#7c8979;font-size:12px}.principle-strip div{align-items:center;gap:10px;font-size:12px;font-weight:550;display:flex}.principle-strip svg{color:#57784c}.strip-end{color:#819079;letter-spacing:.02em;font-size:12px}.section{max-width:1248px;margin:0 auto;padding:103px 0}.section-heading{text-align:center;flex-direction:column;align-items:center;display:flex}.section-heading .eyebrow{color:#6e8364;font-size:12px}.section h2{letter-spacing:-.055em;font-size:40px;font-weight:500;line-height:1.17}.section-heading h2{margin:18px 0}.section-heading>p{font-size:13px;line-height:1.85}.step-grid{grid-template-columns:repeat(3,1fr);gap:23px;margin-top:49px;display:grid}.step-grid article{background:#f2f4ee;border:1px solid #e9ece3;border-radius:20px;padding:31px 29px 34px}.step-top{color:#527448;justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.step-top span{letter-spacing:.13em;color:#829379;font-size:12px}.step-grid h3{letter-spacing:-.04em;margin-bottom:13px;font-size:18px}.step-grid p{max-width:290px;font-size:12px;line-height:1.9}.protection-section{grid-template-columns:1fr 1fr;align-items:center;gap:85px;padding-top:20px;display:grid}.protection-art{background:#f0f1e9;border-radius:26px;min-height:560px;position:relative;overflow:hidden}.protection-art img{object-fit:cover;width:100%;height:560px}.protection-art>span{letter-spacing:.19em;color:#687b5f;font-size:12px;position:absolute;bottom:24px;left:30px}.protection-copy>h2{margin:18px 0 19px}.protection-copy>p{max-width:370px;margin-bottom:27px;font-size:13px;line-height:1.85}.feature-line{align-items:flex-start;gap:17px;margin:23px 0;display:flex}.feature-line>svg{color:#608454;width:21px;height:21px;margin-top:2px}.feature-line h3{letter-spacing:-.025em;margin-bottom:5px;font-size:14px}.feature-line p{max-width:340px;font-size:12px;line-height:1.8}.protection-copy>.text-link{margin-top:9px;font-size:12px}.trust-section{text-align:center;background:#edf1e8;max-width:none;padding:79px max(64px,50vw - 624px)}.trust-section>.eyebrow{color:#698260;justify-content:center;font-size:12px}.trust-section>h2{margin-top:18px}.trust-grid{grid-template-columns:repeat(3,1fr);gap:55px;max-width:1080px;margin:48px auto 0;display:grid}.trust-grid svg{color:#56794a;width:23px;height:23px;margin-bottom:20px}.trust-grid h3{margin-bottom:12px;font-size:16px}.trust-grid p{max-width:270px;margin:auto;font-size:12px;line-height:1.9}.billing-toggle{background:#eef2e9;border:1px solid #e5e9df;border-radius:11px;width:max-content;margin:31px auto 35px;padding:5px;display:flex}.billing-toggle button{color:#6c7b62;border-radius:7px;min-height:35px;padding:8px 16px;font-size:12px}.billing-toggle button[aria-pressed=true]{color:#234731;background:#fff;box-shadow:0 2px 7px #22331b09}.billing-toggle span{color:#6d885c;margin-left:8px;font-size:12px}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.pricing-grid article{background:#fff;border:1px solid #dde4d5;border-radius:20px;flex-direction:column;padding:37px 30px 25px;display:flex;position:relative}.pricing-grid article.featured{background:#f3f6ee;border-color:#749267}.plan-recommendation{color:#fff;letter-spacing:.08em;background:#577649;border-radius:5px;padding:5px 12px;font-size:12px;font-weight:600;position:absolute;top:-10px;left:28px}.pricing-grid h3{margin-bottom:8px;font-size:18px}.pricing-grid p{font-size:12px}.price{letter-spacing:-.06em;margin:24px 0;font-size:47px;font-weight:500}.price span{letter-spacing:0;color:#75806f;font-size:12px;font-weight:400}.pricing-grid ul{flex-direction:column;flex:1;gap:13px;margin:0 0 30px;padding:0;list-style:none;display:flex}.pricing-grid li{color:#566650;align-items:center;gap:9px;font-size:12px;display:flex}.pricing-grid li svg{color:#779b66}.pricing-grid .button{min-height:44px;font-size:12px}.pricing-grid small{text-align:center;color:#7f8979;margin-top:11px;font-size:12px}.faq-section{grid-template-columns:.9fr 1.1fr;gap:65px;padding-top:5px;display:grid}.faq-section .eyebrow{color:#6d8362;margin-bottom:20px;font-size:12px}.faq-list{border-top:1px solid #e1e7d9}.faq-item{border-bottom:1px solid #e1e7d9}.faq-item>button{text-align:left;justify-content:space-between;align-items:center;gap:20px;width:100%;min-height:60px;padding:20px 0;font-size:13px;font-weight:550;display:flex}.faq-item>button svg{transition:transform .2s}.faq-item>button svg.turned{transform:rotate(45deg)}.faq-item p{padding:0 25px 20px 0;font-size:12px;line-height:1.9}.final-cta{text-align:center;background:#e9eee2;flex-direction:column;align-items:center;padding:62px 24px 66px;display:flex}.final-orbit{margin-bottom:26px}.final-orbit .brand>span{display:none}.final-orbit svg{color:#577849;width:37px;height:37px}.final-cta .eyebrow{letter-spacing:.18em;color:#6f8064;font-size:12px}.final-cta h2{letter-spacing:-.055em;margin:20px 0 28px;font-size:40px;font-weight:500}.final-cta>.button{min-height:47px;font-size:12px}.final-cta>p{margin-top:15px;font-size:12px}.landing-footer{flex-wrap:wrap;align-items:center;gap:25px;max-width:1376px;margin:auto;padding:41px 64px;display:flex}.landing-footer>.brand{font-size:24px}.landing-footer>.brand svg{width:27px;height:27px}.landing-footer>span:not(.brand){color:#7b8875;font-size:12px}.landing-footer nav{color:#66795c;gap:25px;margin-left:auto;font-size:12px;display:flex}.landing-footer small{color:#8a9285;flex-basis:100%;margin-top:3px;font-size:12px}.app-shell{min-height:100vh}.sidebar{background:var(--surface);border-right:1px solid var(--border);z-index:20;flex-direction:column;width:232px;padding:34px 19px 21px;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-brand{padding:0 10px}.sidebar-brand .brand{font-size:27px}.sidebar-brand .brand svg{width:31px;height:31px}.space-selector{border-bottom:1px solid var(--border);align-items:center;gap:10px;margin-top:24px;margin-bottom:26px;padding:15px 8px;display:flex}.avatar{color:#4f6b45;background:#e8eedf;border-radius:50%;flex-shrink:0;place-items:center;width:33px;height:33px;font-size:12px;font-weight:600;display:grid}.space-selector .avatar{background:var(--surface-subtle);border-radius:9px;width:32px;height:32px}.space-selector>div:nth-child(2){flex:1}.space-selector strong{font-size:12px;display:block}.space-selector span{color:var(--text-muted);margin-top:2px;font-size:12px;display:block}.space-selector>svg{color:var(--text-muted)}.nav-caption{letter-spacing:.14em;color:var(--text-muted);margin-bottom:14px;padding-left:13px;font-size:12px;font-weight:600}.sidebar nav{flex-direction:column;gap:6px;display:flex}.sidebar nav a{min-height:44px;color:var(--text-muted);border-radius:10px;align-items:center;gap:12px;padding:12px 14px;font-size:12px;font-weight:500;display:flex}.sidebar nav a.active{background:var(--surface-subtle);color:var(--action);font-weight:650}.sidebar nav a:hover{background:var(--surface-subtle);color:var(--action)}.sidebar nav a svg{stroke-width:1.65px;width:17px;height:17px}.nav-count{text-align:center;background:var(--accent);border-radius:5px;min-width:18px;margin-left:auto;padding:1px;font-size:12px}.new-dot{background:#8daa7c;border-radius:50%;width:4px;height:4px;margin-left:auto}.sidebar-bottom{margin-top:auto;padding-top:44px}.sidebar-note{background:var(--surface-subtle);border-radius:13px;margin-bottom:17px;padding:17px 14px 12px}.leaf-icon{background:var(--surface);color:#7d9468;border-radius:8px;place-items:center;width:29px;height:29px;margin-bottom:13px;display:grid}.sidebar-note strong{letter-spacing:-.02em;font-size:12px}.sidebar-note p{margin:7px 0 10px;font-size:12px;line-height:1.7}.sidebar-note button{justify-content:space-between;align-items:center;width:100%;min-height:31px;padding:0;font-size:12px;font-weight:550;display:flex}.sidebar-setting{min-height:38px;color:var(--text-muted);align-items:center;gap:10px;padding:8px 13px;font-size:12px;display:flex}.sidebar-setting svg{width:15px;height:15px}.app-main{margin-left:232px}.app-topbar{border-bottom:1px solid var(--border);background:var(--background);justify-content:space-between;align-items:center;height:77px;padding:0 42px;display:flex}.breadcrumb{color:var(--text-muted);align-items:center;gap:11px;font-size:12px;display:flex}.breadcrumb strong{color:var(--text);font-weight:500}.topbar-end{align-items:center;gap:15px;display:flex}.topbar-privacy{color:var(--text-muted);align-items:center;gap:6px;margin-right:8px;font-size:12px;display:flex}.topbar-end>.avatar{width:31px;height:31px}.mobile-brand{display:none}.dashboard-content{max-width:1530px;margin:0 auto;padding:25px 42px 0}.preview-banner{background:var(--surface-subtle);border:1px solid var(--border);border-radius:8px;align-items:center;gap:15px;min-height:35px;padding:9px 13px;font-size:12px;display:flex}.preview-banner>span{white-space:nowrap;color:var(--action);align-items:center;gap:7px;font-weight:550;display:flex}.preview-banner p{flex:1;font-size:12px}.preview-banner button{white-space:nowrap;align-items:center;gap:5px;min-height:20px;padding:0;font-size:12px;display:flex}.page-heading{justify-content:space-between;align-items:center;gap:25px;margin:31px 0 26px;display:flex}.page-heading .eyebrow{color:var(--text-muted);letter-spacing:.14em;margin-bottom:8px;font-size:12px}.page-heading h1{letter-spacing:-.05em;font-size:31px;font-weight:500}.page-heading p{margin-top:9px;font-size:12px}.page-heading>.button{border-radius:8px;gap:8px;min-height:37px;padding:9px 13px;font-size:12px}.overview-hero{background:#f0f2e9;border:1px solid #e2e8dc;border-radius:22px;grid-template-columns:1fr 1fr;min-height:300px;display:grid;position:relative;overflow:hidden}.overview-hero-copy{z-index:1;padding:33px 34px}.overview-hero-copy .eyebrow{color:#6b7f5b;letter-spacing:.12em;font-size:12px}.overview-hero h2{letter-spacing:-.052em;color:#28412e;margin:15px 0 13px;font-size:34px;font-weight:500;line-height:1.16}.overview-hero p{color:#6f7b66;max-width:275px;font-size:12px;line-height:1.8}.overview-hero .button{color:#fff;background:#234e36;border-radius:8px;gap:19px;min-height:37px;margin-top:20px;padding:10px 15px;font-size:12px}.overview-hero-art{min-width:0;position:relative;overflow:hidden}.overview-hero-art img{object-fit:cover;mix-blend-mode:multiply;width:calc(100% + 154px);max-width:none;height:350px;position:absolute;top:-12px;left:-111px}.hero-art-caption{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#647657;background:#ffffffb8;border-radius:6px;align-items:center;gap:6px;padding:7px 11px;font-size:12px;display:flex;position:absolute;bottom:19px;right:28px}.summary-grid{grid-template-columns:repeat(3,1fr);gap:17px;margin:20px 0;display:grid}.summary-card{border:1px solid var(--border);background:var(--surface);text-align:left;border-radius:16px;padding:17px 19px;transition:border-color .2s}.summary-card:hover{border-color:#9eaf90}.summary-top{align-items:center;gap:9px;font-size:12px;font-weight:550;display:flex}.summary-top .row-icon{border-radius:8px;width:29px;height:29px}.summary-top .row-icon svg{width:15px;height:15px}.summary-top>svg{color:var(--text-muted);width:14px;margin-left:auto}.summary-value{align-items:baseline;gap:10px;margin-top:15px;display:flex}.summary-value strong{letter-spacing:-.07em;font-size:31px;font-weight:450;line-height:1}.summary-value>span{color:var(--text-muted);font-size:12px}.dashboard-columns{grid-template-columns:minmax(0,1.72fr) minmax(0,1fr);gap:20px;margin-top:20px;display:grid}.panel-heading{justify-content:space-between;align-items:center;gap:14px;padding:21px 23px 16px;display:flex}.panel-heading h2{letter-spacing:-.025em;align-items:center;gap:9px;font-size:14px;font-weight:550;display:flex}.panel-heading .text-link{min-height:25px;font-size:12px}.count{border:1px solid var(--border);min-width:19px;height:19px;color:var(--text-muted);letter-spacing:0;border-radius:5px;place-items:center;font-size:12px;font-weight:450;display:inline-grid}.action-row{text-align:left;border-top:1px solid var(--border);align-items:center;gap:13px;width:100%;min-height:105px;padding:20px 23px;display:flex}.action-row:hover{background:var(--surface-subtle)}.action-row>div{flex:1;min-width:0}.action-row>.row-icon{border-radius:10px;width:36px;height:36px}.action-row .row-eyebrow{letter-spacing:.1em;font-size:12px}.action-row h3{letter-spacing:-.02em;margin:5px 0;font-size:12px;line-height:1.45}.action-row p{font-size:12px;line-height:1.5}.action-row>svg{color:var(--text-muted);width:15px}.panel-footnote{border-top:1px solid var(--border);color:var(--text-muted);align-items:center;gap:6px;padding:12px 23px;font-size:12px;display:flex}.panel-footnote svg{width:11px;height:11px}.concierge-card{color:#2a422f;background:#e8efdf;border:1px solid #dfe7d5;border-radius:22px;flex-direction:column;padding:25px 24px 18px;display:flex;position:relative;overflow:hidden}.concierge-card:after{content:"";pointer-events:none;border:1px solid #d3dfc6;border-radius:50%;width:135px;height:135px;position:absolute;top:44px;right:-38px}.concierge-symbol{color:#68834f;align-items:center;gap:8px;display:flex}.concierge-symbol span{letter-spacing:.13em;font-size:12px;font-weight:550}.concierge-symbol>svg{width:16px;height:16px}.concierge-card h2{letter-spacing:-.045em;z-index:1;margin:19px 0 11px;font-size:27px;font-weight:500;line-height:1.16;position:relative}.concierge-card p{color:#718266;font-size:12px;line-height:1.7}.suggestion{text-align:left;z-index:1;background:#f6f9f1;border:1px solid #dde7d1;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;min-height:35px;margin-top:21px;padding:9px 12px;font-size:12px;display:flex}.concierge-card-bottom{justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:13px;display:flex}.concierge-card-bottom>span{color:#758868;align-items:center;gap:5px;font-size:12px;display:flex}.round-button{color:#587845;border:1px solid #b8cba7;border-radius:50%;place-items:center;width:29px;height:29px;display:grid}.round-button svg{width:14px}.lower-columns{margin-top:20px}.orbit-panel{grid-template-columns:1fr 180px;align-items:center;gap:10px;padding:25px;display:grid}.orbit-panel .eyebrow{color:var(--text-muted);font-size:12px}.orbit-panel h2{margin:11px 0;font-size:19px}.orbit-panel p{max-width:230px;font-size:12px;line-height:1.8}.orbit-panel .text-link,.orbit-panel .micro-note{margin-top:5px;font-size:12px}.orbit-wrap{width:100%;min-width:0}.orbit-wrap>svg{width:100%;height:auto;transition:transform .3s;display:block}.orbit-controls{justify-content:center;gap:4px;margin-top:-5px;display:flex}.orbit-controls button{min-height:30px;color:var(--text-muted);border-radius:5px;padding:5px;font-size:12px}.orbit-controls button[aria-pressed=true]{background:var(--surface-subtle);color:var(--action)}.activity-preview .panel-heading{padding:16px 22px 11px}.activity-preview .panel-heading .icon-button{width:27px;height:27px}.timeline-row{gap:11px;padding:12px 24px;display:flex;position:relative}.timeline-dot{border:1px solid #9cba88;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:5px}.timeline-row strong{font-size:12px;font-weight:500;line-height:1.5;display:block}.timeline-row span:not(.timeline-dot){color:var(--text-muted);margin-top:3px;font-size:12px;display:block}.timeline-row p{margin:5px 0;font-size:12px;line-height:1.6}.activity-preview>.micro-note{margin:10px 24px 20px;font-size:12px}.dashboard-footer{color:var(--text-muted);justify-content:space-between;align-items:center;gap:25px;padding:27px 0;display:flex}.dashboard-footer>span{align-items:center;gap:12px;font-size:12px;display:flex}.dashboard-footer .brand{letter-spacing:-.8px;color:var(--text-muted);gap:5px;font-size:17px}.dashboard-footer .brand svg{width:19px;height:19px}.dashboard-footer>div{align-items:center;gap:14px;font-size:12px;display:flex}.dashboard-footer button{padding:8px 0;font-size:12px}.mobile-tabbar{display:none}.empty{text-align:center;max-width:490px;margin:0 auto;padding:54px 24px}.empty-mark{background:var(--surface-subtle);width:62px;height:62px;color:var(--success);border-radius:21px;place-items:center;margin:0 auto 19px;display:grid}.empty h3{font-size:20px}.empty p{margin:12px 0 20px;font-size:12px;line-height:1.9}.identity-account{align-items:center;gap:14px;margin-bottom:25px;padding:22px 25px;display:flex}.identity-account>div{flex:1}.identity-account strong{overflow-wrap:anywhere;font-size:14px;display:block}.identity-account>div>span{color:var(--text-muted);margin-top:3px;font-size:12px;display:block}.list-toolbar{justify-content:space-between;align-items:center;gap:15px;margin:25px 0 20px;display:flex}.segmented{background:var(--surface-subtle);border:1px solid var(--border);border-radius:9px;gap:3px;padding:4px;display:inline-flex}.segmented button{min-height:33px;color:var(--text-muted);white-space:nowrap;border-radius:6px;padding:7px 13px;font-size:12px}.segmented button[aria-pressed=true]{background:var(--surface);color:var(--action);box-shadow:0 2px 5px #00000005}.search-field{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);border-radius:8px;align-items:center;gap:8px;padding:8px 12px;display:flex}.search-field input{background:0 0;border:0;outline:0;width:140px;height:24px;font-size:12px}.findings-list{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.finding-card{text-align:left;flex-direction:column;align-items:flex-start;padding:25px;transition:transform .18s,border-color .18s;display:flex}.finding-card:hover{border-color:#a2b593;transform:translateY(-2px)}.finding-top{justify-content:space-between;align-items:center;gap:15px;width:100%;margin-bottom:27px;display:flex}.finding-card .row-eyebrow{margin-bottom:9px;font-size:12px}.finding-card h2{max-width:330px;font-size:20px;font-weight:500;line-height:1.35}.field-chips{flex-wrap:wrap;gap:6px;margin:18px 0;display:flex}.field-chips span{border:1px solid var(--border);color:var(--text-muted);background:var(--surface-subtle);border-radius:5px;padding:4px 8px;font-size:12px}.finding-bottom{border-top:1px solid var(--border);width:100%;color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:auto;padding-top:18px;font-size:12px;display:flex}.drop-card{background:var(--surface-subtle);border:1px solid var(--border);border-radius:20px;align-items:center;gap:20px;margin-top:30px;padding:27px;display:flex}.drop-icon{background:var(--surface);border:1px solid var(--border);width:42px;height:50px;color:var(--text-muted);border-radius:10px;place-items:center;font-size:13px;display:grid;transform:rotate(-5deg)}.drop-card>div:nth-child(2){flex:1}.drop-card .eyebrow{font-size:12px}.drop-card h2{margin:8px 0;font-size:20px}.drop-card p{max-width:340px;font-size:12px}.drop-card .button{gap:10px;min-height:38px;padding:9px 14px;font-size:12px}.device-feature{background:var(--surface-subtle);grid-template-columns:240px 1fr;align-items:center;gap:34px;margin-bottom:25px;padding:32px;display:grid}.device-illustration{background:linear-gradient(145deg,#e8eede,#dce6d3);border-radius:20px;place-items:center;max-height:253px;display:grid}.device-illustration svg{filter:drop-shadow(8px 12px 12px #28452221);width:165px;height:231px;transform:rotate(-10deg)}.device-feature h2{margin:17px 0 15px;font-size:29px;font-weight:500;line-height:1.2}.device-feature p{max-width:390px;font-size:12px;line-height:1.9}.device-feature .text-link{margin-top:12px;font-size:12px}.checklist .panel-heading{padding:23px 27px}.checklist .panel-heading .muted{font-size:12px}.checklist-row{border-top:1px solid var(--border);cursor:pointer;align-items:center;gap:18px;padding:24px 27px;display:flex}.checklist-row:hover{background:var(--surface-subtle)}.check-number{color:var(--text-muted);font-size:12px;font-weight:500}.checklist-row>div{flex:1}.checklist-row strong{font-size:13px;font-weight:550;display:block}.checklist-row p{max-width:520px;margin-top:6px;font-size:12px;line-height:1.8}.checklist-row input{cursor:pointer;flex-shrink:0;width:21px;height:21px;margin:0}.reviewed-label{color:var(--success);margin-top:6px;font-size:12px;display:block}.quiet-info{align-items:flex-start;gap:10px;margin-top:8px;padding:20px 8px;display:flex}.quiet-info p{font-size:12px;line-height:1.8}.quiet-info svg{color:var(--text-muted);flex-shrink:0;margin-top:1px}.mobile-network-link{text-align:left;align-items:center;gap:20px;width:100%;margin-top:15px;padding:22px;display:flex}.mobile-network-link span{flex:1}.mobile-network-link strong{font-size:13px;display:block}.mobile-network-link small{color:var(--text-muted);margin-top:5px;font-size:12px;display:block}.connection-panel{margin-bottom:24px;padding:28px}.connection-intro{align-items:center;gap:16px;display:flex}.connection-intro>div{flex:1}.connection-intro .row-icon{background:var(--surface-subtle);width:48px;height:48px}.connection-intro .eyebrow{color:var(--text-muted);font-size:12px}.connection-intro h2{margin:9px 0;font-size:22px}.connection-intro p{font-size:12px;line-height:1.8}.connection-intro .button{min-height:39px;padding:10px 13px;font-size:12px}.connection-results{border-top:1px solid var(--border);margin-top:25px}.connection-results>div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:17px 0;font-size:12px;display:flex}.connection-results>p{margin-top:15px;font-size:12px;line-height:1.8}.request-process{border:1px solid var(--border);background:var(--surface-subtle);border-radius:16px;justify-content:center;align-items:center;gap:28px;margin:14px 0 30px;padding:22px;display:flex}.request-process>span{align-items:center;gap:10px;font-size:12px;display:flex}.request-process b{background:var(--surface);border:1px solid var(--border);border-radius:50%;place-items:center;width:25px;height:25px;font-size:12px;font-weight:500;display:grid}.request-process>svg{width:13px;color:var(--text-muted)}.request-row{text-align:left;align-items:center;gap:16px;width:100%;padding:26px;display:flex}.request-row+.request-row{border-top:1px solid var(--border)}.request-row:hover{background:var(--surface-subtle)}.request-row>div{flex:1}.request-row h3{letter-spacing:-.02em;font-size:14px}.request-row p{margin-top:8px;font-size:12px}.chat-panel{max-width:850px;margin:auto;padding-bottom:18px}.chat-header{border-bottom:1px solid var(--border);align-items:center;gap:13px;padding:22px 28px;display:flex}.concierge-avatar{background:var(--surface-subtle);width:39px;height:39px;color:var(--action);border-radius:13px;place-items:center;display:grid}.chat-header>div{flex:1}.chat-header strong{font-size:12px;display:block}.chat-header>div>span{color:var(--text-muted);margin-top:3px;font-size:12px;display:block}.chat-content{max-height:650px;padding:35px 35px 25px;overflow-y:auto}.assistant-message .eyebrow{color:var(--text-muted);font-size:12px}.assistant-message h2{margin:16px 0;font-size:28px;font-weight:500}.assistant-message p{max-width:570px;margin-bottom:10px;font-size:12px;line-height:1.9}.assistant-message .micro-note{max-width:560px;font-size:12px}.chat-suggestions{grid-template-columns:1fr 1fr;gap:10px;padding:0 30px 25px;display:grid}.chat-suggestions button{border:1px solid var(--border);background:var(--surface-subtle);text-align:left;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;min-height:44px;padding:11px 14px;font-size:12px;display:flex}.chat-suggestions button:hover{border-color:#92ac7d}.chat-composer{border:1px solid var(--border);background:var(--background);border-radius:13px;align-items:center;gap:12px;margin:0 28px;padding:8px 9px 8px 20px;display:flex}.chat-composer input{background:0 0;border:0;outline:0;flex:1;min-width:0;min-height:36px;font-size:12px}.chat-composer .button{border-radius:9px;width:38px;min-height:38px;padding:10px}.chat-footnote{text-align:center;justify-content:center;align-items:center;gap:6px;margin:14px 28px 0;font-size:12px;display:flex}.conversation-turn{margin:22px 0}.user-message{background:var(--surface-subtle);overflow-wrap:anywhere;border-radius:14px 14px 4px;width:max-content;max-width:85%;margin:0 0 21px auto;padding:13px 17px;font-size:12px}.assistant-reply{border:1px solid var(--border);border-radius:15px;padding:23px}.assistant-reply h3{margin:11px 0;font-size:18px}.assistant-reply p{white-space:pre-line;font-size:12px;line-height:1.9}.source-link{color:var(--success);align-items:center;gap:7px;margin-top:17px;font-size:12px;display:inline-flex}.assistant-reply small{color:var(--text-muted);margin-top:15px;font-size:12px;display:block}.ai-consent{margin:18px 29px!important}dialog{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:24px;width:500px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 60px);padding:26px 30px 30px;animation:.22s ease-out dialog-in;overflow:auto;box-shadow:0 28px 100px #10241530}dialog.wide{width:690px}dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#11201658}@keyframes dialog-in{0%{opacity:0;transform:translateY(12px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}.dialog-heading{justify-content:space-between;align-items:center;gap:10px;margin-bottom:19px;display:flex}.dialog-heading h2{letter-spacing:-.045em;font-size:23px;font-weight:500}.dialog-heading .icon-button{background:var(--surface-subtle);width:34px;height:34px}.dialog-intro{margin-bottom:21px;font-size:13px;line-height:1.9}.dialog-actions{justify-content:flex-end;align-items:center;gap:11px;margin-top:23px;display:flex}.dialog-actions .button{min-height:43px;font-size:12px}.dialog-art{background:var(--surface-subtle);width:68px;height:68px;color:var(--success);border-radius:22px;place-items:center;margin:25px 0;display:grid}.privacy-foot{color:var(--text-muted);justify-content:center;align-items:center;gap:7px;margin-top:19px;font-size:12px;display:flex}.field-label{margin-top:17px;margin-bottom:8px;font-size:12px;font-weight:550;display:block}.text-input{background:var(--background);border:1px solid var(--border);border-radius:9px;width:100%;min-height:46px;margin-bottom:13px;padding:11px 13px;font-size:13px}.text-input+button.full-width{margin-top:9px}.login-divider{text-align:center;letter-spacing:.12em;color:var(--text-muted);margin:25px 0 17px;font-size:12px}.capability-list{border-top:1px solid var(--border);margin-bottom:20px}.capability-list>div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:13px 0;font-size:12px;display:flex}.capability-list~.button{margin-top:20px}.finding-detail h3{margin:20px 0 16px;font-size:27px;font-weight:500;line-height:1.25}.finding-detail>p{font-size:13px;line-height:1.9}.finding-detail dl{margin-top:22px}.finding-detail dl>div{border-top:1px solid var(--border);justify-content:space-between;gap:20px;padding:11px 0;font-size:12px;display:flex}.finding-detail dt{color:var(--text-muted);white-space:nowrap}.finding-detail dd{text-align:right;margin:0}.consent-row{color:var(--text-muted);cursor:pointer;align-items:flex-start;gap:11px;margin:24px 0;font-size:12px;line-height:1.8;display:flex}.consent-row input{flex-shrink:0;width:17px;height:17px;margin:2px 0 0}.finding-detail>.button{width:100%}.letter-editor{resize:vertical;border:1px solid var(--border);background:var(--background);border-radius:11px;width:100%;min-height:310px;max-height:50vh;padding:20px;font:12px/1.8 ui-monospace,SFMono-Regular,monospace}.request-editor-meta{color:var(--text-muted);justify-content:space-between;align-items:center;gap:15px;font-size:12px;display:flex}.letter-editor~.micro-note{margin-top:10px}.guide-steps{flex-direction:column;gap:18px;padding:0 0 0 23px;display:flex}.guide-steps li{color:var(--action);padding-left:7px;font-size:12px}.guide-steps strong{font-size:13px;font-weight:550;display:block}.guide-steps p{margin-top:4px;font-size:12px;line-height:1.8}.guide-steps+.button{margin:18px 0}.drop-date{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:6px 0 20px;padding:22px 0}.drop-date label{margin-bottom:11px;font-size:12px;display:block}.drop-date input{border:1px solid var(--border);background:var(--background);border-radius:8px;width:100%;min-height:44px;margin-bottom:13px;padding:9px 13px}.drop-date .button{min-height:38px;font-size:12px}.drop-date p{margin-top:12px;font-size:12px}.full-timeline{max-height:55vh;overflow:auto}.full-timeline .timeline-row{border-top:1px solid var(--border);padding:17px 0}.full-timeline .timeline-row strong,.full-timeline .timeline-row span:not(.timeline-dot){font-size:12px}.settings-save{align-items:center;gap:14px;margin-top:8px;display:flex}.settings-save>span{color:var(--success);align-items:center;gap:5px;font-size:12px;display:flex}.settings-group{border-top:1px solid var(--border);margin-top:25px;padding-top:21px}.settings-group h3{margin-bottom:13px;font-size:15px}.setting-row{justify-content:space-between;align-items:center;gap:20px;margin:12px 0;font-size:12px;display:flex}.settings-link{text-align:left;align-items:center;gap:10px;width:100%;min-height:45px;padding:13px 0;font-size:12px;display:flex}.settings-link>svg:last-child{margin-left:auto}.destructive{color:var(--error);margin-top:6px}.information-page{max-width:1100px;margin:auto;padding:0 40px 90px}.information-page header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:25px;height:100px;display:flex}.information-page main{max-width:730px;margin:auto;padding-top:65px}.information-page h1{margin:22px 0;font-size:46px;font-weight:500;line-height:1.15}.information-intro{margin-bottom:48px;font-size:12px}.information-page section{margin:29px 0}.information-page section h2{margin-bottom:12px;font-size:21px}.information-page section p{font-size:14px;line-height:1.95}.information-page main>.button{margin-top:24px}.welcome-page,.full-loading{text-align:center;flex-direction:column;align-items:center;gap:25px;max-width:550px;margin:12vh auto 0;padding:30px;display:flex}.welcome-page>.text-link{align-self:flex-start}.welcome-page>.brand{margin-top:15px}.welcome-page h1{font-size:40px}.welcome-page p{font-size:13px}.full-loading{padding-top:20vh}@media (width>=1550px){.dashboard-content{padding:30px 60px 0}.overview-hero{min-height:365px}.overview-hero-copy{padding:43px}.overview-hero h2{font-size:43px}.overview-hero p{max-width:340px;font-size:13px}.overview-hero-art img{height:410px}.summary-card{padding:23px}.action-row{min-height:124px}.action-row h3{font-size:14px}.action-row p{font-size:12px}.concierge-card h2{font-size:32px}.concierge-card p{font-size:12px}.orbit-panel{grid-template-columns:1fr 210px}.orbit-panel h2{font-size:23px}.orbit-panel p{font-size:12px}.panel-heading h2{font-size:16px}.sidebar nav a{font-size:12px}.page-heading h1{font-size:36px}.page-heading p{font-size:13px}.summary-value>span,.summary-top{font-size:12px}}@media (width<=1250px){.landing-nav{gap:30px;padding:0 40px}.landing-nav nav{gap:23px}.landing-hero{min-height:590px;padding-top:60px;padding-left:40px;padding-right:40px}.hero-visual>img{width:710px;height:520px;right:-130px}.hero-copy h1{font-size:60px}.hero-buttons{gap:15px}.hero-buttons .button{padding:13px 16px;font-size:12px}.hero-buttons .text-link{font-size:12px}.section,.principle-strip{margin-left:40px;margin-right:40px}.section{padding-top:80px;padding-bottom:80px}.trust-section{margin:0;padding-left:40px;padding-right:40px}.protection-section{gap:45px;padding-top:10px}.protection-art,.protection-art img{height:510px;min-height:510px}.section h2{font-size:35px}.strip-end{display:none}.landing-footer{padding-left:40px;padding-right:40px}.sidebar{width:211px;padding-left:14px;padding-right:14px}.app-main{margin-left:211px}.dashboard-content{padding:22px 29px 0}.app-topbar{padding:0 29px}.overview-hero-copy{padding:28px}.overview-hero h2{font-size:31px}.overview-hero p{max-width:240px}.overview-hero-art img{width:calc(100% + 190px);height:337px;left:-125px}.summary-value>span{font-size:12px}.summary-grid{gap:13px}.summary-card{padding:16px}.dashboard-columns{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:16px}.concierge-card{padding:22px 19px 17px}.concierge-card h2{font-size:25px}.panel-heading{padding-left:19px;padding-right:19px}.action-row{gap:11px;padding-left:19px;padding-right:19px}.orbit-panel{grid-template-columns:1fr 145px;padding:22px}.orbit-panel h2{font-size:17px}.orbit-panel .micro-note{display:none}.page-heading h1{font-size:29px}.preview-banner{gap:10px}.preview-banner p,.preview-banner>span{font-size:12px}.connection-intro{flex-wrap:wrap}.connection-intro>.button{margin-left:64px}.pricing-grid article{padding-left:23px;padding-right:23px}}@media (width<=1000px){.landing-nav{gap:20px}.landing-nav nav{display:none}.nav-actions{margin-left:auto}.hero-copy h1{font-size:52px}.hero-copy>p{font-size:13px}.landing-hero{min-height:550px;padding-top:42px;padding-bottom:60px}.hero-visual>img{width:610px;height:485px;top:-15px;right:-141px}.floating-note{gap:8px;padding:12px 13px;bottom:32px;left:10px}.floating-note strong,.floating-note span:not(.floating-icon){font-size:12px}.hero-notes{gap:13px}.check-line{font-size:12px}.hero-buttons{flex-wrap:wrap;gap:10px}.art-label{font-size:12px;right:10px}.principle-strip{gap:20px}.principle-strip>span:first-child,.principle-strip div{font-size:12px}.section{padding-top:65px;padding-bottom:65px}.step-grid{gap:15px}.step-grid article{padding:25px 21px}.step-grid h3{font-size:16px}.step-grid p{font-size:12px}.protection-section{gap:30px}.protection-art,.protection-art img{height:480px;min-height:480px}.section h2{font-size:31px}.feature-line{gap:12px}.feature-line p{font-size:12px}.trust-grid{gap:28px}.faq-section{gap:35px}.app-topbar{height:69px}.sidebar{width:185px;padding:28px 11px 20px}.sidebar-brand .brand{font-size:23px}.sidebar-brand .brand svg{width:27px;height:27px}.space-selector{gap:7px;padding-left:5px;padding-right:5px}.space-selector strong,.space-selector span{font-size:12px}.sidebar nav a{gap:9px;padding-left:12px;font-size:12px}.sidebar-note{padding:15px 12px}.sidebar-note strong{font-size:12px}.sidebar-setting{padding-left:11px;font-size:12px}.app-main{margin-left:185px}.dashboard-content{padding:20px 24px 0}.app-topbar{padding:0 24px}.preview-banner p{display:none}.preview-banner button{margin-left:auto}.page-heading{margin-top:27px}.page-heading h1{font-size:26px}.page-heading p,.page-heading .eyebrow{font-size:12px}.overview-hero-copy{padding:26px 24px}.overview-hero h2{font-size:29px}.overview-hero-copy .eyebrow{font-size:12px}.overview-hero p{max-width:215px;font-size:12px}.overview-hero-art img{width:510px;top:0;left:-140px}.hero-art-caption{font-size:12px;bottom:18px;right:17px}.summary-top{gap:7px;font-size:12px}.summary-card{padding:13px}.summary-value{flex-wrap:wrap;gap:6px;margin-top:12px}.summary-value>span{flex-basis:100%;display:block}.summary-value strong{font-size:28px}.summary-top>.row-icon{width:26px;height:26px}.dashboard-columns{grid-template-columns:1fr}.concierge-card{grid-template-columns:1fr 1fr;column-gap:20px;padding:23px;display:grid}.concierge-symbol{grid-column:1/-1}.concierge-card h2{grid-row:2/4;margin-bottom:0;font-size:28px}.concierge-card h2 br{display:none}.concierge-card p,.concierge-card .suggestion{grid-column:2;margin-top:13px}.concierge-card-bottom{grid-column:1/-1;margin-top:8px}.orbit-panel{grid-template-columns:1fr 170px}.orbit-panel h2{font-size:20px}.activity-preview{display:none}.topbar-privacy{font-size:12px}.findings-list{gap:14px}.finding-card{padding:21px}.finding-card h2{font-size:18px}.list-toolbar{flex-wrap:wrap}.device-feature{grid-template-columns:160px 1fr;gap:25px;padding:25px}.device-feature h2{font-size:24px}.device-feature p{font-size:12px}.drop-card{flex-wrap:wrap}.drop-card .button{margin-left:62px}.request-process{gap:14px}.request-process>span{gap:7px;font-size:12px}.request-row{gap:12px;padding:20px}.request-row h3{font-size:12px}.request-row>svg:last-child{display:none}.request-row .badge{font-size:12px}}@media (width<=760px){html{scroll-padding-top:30px}.landing-nav{gap:14px;height:82px;padding:0 24px}.landing-nav .brand{font-size:25px}.landing-nav .brand svg{width:29px;height:29px}.nav-actions{gap:14px}.nav-actions .button{min-height:38px;padding:9px 12px;font-size:12px}.nav-actions .button svg{width:14px}.sign-in{display:none}.landing-hero{flex-direction:column;min-height:0;padding:30px 24px 0;display:flex;overflow:hidden}.hero-copy{text-align:center;padding-top:0}.hero-copy>.eyebrow{justify-content:center;font-size:12px}.hero-copy h1{white-space:normal;margin:22px 0 20px;font-size:clamp(40px,8.5vw,62px);line-height:1.13}.hero-copy>p{max-width:365px;margin:auto;font-size:13px;line-height:1.9}.hero-buttons{justify-content:center;gap:17px;margin-top:25px}.hero-buttons .button{min-height:46px;padding:12px 16px;font-size:12px}.hero-buttons .text-link{font-size:12px}.hero-notes{justify-content:center;gap:17px;margin-top:20px}.hero-notes .check-line{font-size:12px}.preview-note{margin-top:13px;font-size:12px}.hero-visual{width:100%;max-width:530px;height:375px;margin:17px auto 0}.hero-visual>img{width:660px;height:440px;top:-40px;right:-54px}.floating-note{gap:11px;padding:13px 17px;bottom:51px;left:35px}.floating-note strong,.floating-note span:not(.floating-icon){font-size:12px}.art-label{font-size:12px;bottom:17px;right:10px}.principle-strip{flex-wrap:wrap;justify-content:center;gap:13px 26px;margin:0 24px;padding:22px 0}.principle-strip>span:first-child{text-align:center;flex-basis:100%;margin-bottom:5px;font-size:12px}.principle-strip div{gap:7px;font-size:12px}.principle-strip svg{width:18px}.section{margin-left:24px;margin-right:24px;padding:63px 0}.section-heading h2,.section h2{font-size:32px}.section-heading .eyebrow{font-size:12px}.section-heading>p{font-size:12px;line-height:1.8}.step-grid{grid-template-columns:1fr;gap:13px;margin-top:31px}.step-grid article{padding:25px 24px}.step-top{margin-bottom:20px}.step-grid h3{font-size:18px}.step-grid p{max-width:100%;font-size:12px}.protection-section{grid-template-columns:1fr;gap:34px;padding-top:0}.protection-art,.protection-art img{height:340px;min-height:340px}.protection-copy{padding:0 3px}.protection-copy>h2{font-size:35px}.protection-copy>p{font-size:12px}.feature-line{gap:17px;margin:25px 0}.feature-line h3{font-size:15px}.feature-line p{max-width:100%;font-size:12px}.trust-section{margin:0;padding:57px 24px}.trust-grid{grid-template-columns:1fr;gap:36px;margin-top:38px}.trust-grid svg{margin-bottom:13px}.trust-grid p{max-width:330px;font-size:12px}.trust-grid h3{font-size:17px}.pricing-grid{grid-template-columns:1fr;gap:23px}.pricing-grid article{padding:30px 27px 23px}.pricing-grid h3{font-size:21px}.pricing-grid p,.pricing-grid li{font-size:12px}.pricing-grid ul{margin-bottom:25px}.pricing-grid .button{font-size:12px}.price{margin:24px 0;font-size:47px}.faq-section{grid-template-columns:1fr;gap:31px;padding-top:0}.faq-section .eyebrow,.faq-item>button,.faq-item p{font-size:12px}.final-cta{padding:48px 24px 52px}.final-cta h2{font-size:30px}.final-cta .eyebrow{text-align:center;font-size:12px}.landing-footer{gap:20px;padding:31px 24px}.landing-footer>span:not(.brand){display:none}.landing-footer nav{gap:15px;font-size:12px}.landing-footer>.brand{font-size:22px}.landing-footer small{margin:0;font-size:12px}.sidebar{display:none}.app-main{margin-left:0}.app-topbar{height:73px;padding:0 22px}.breadcrumb{display:none}.mobile-brand{display:block}.mobile-brand .brand{font-size:24px}.mobile-brand .brand svg{width:29px;height:29px}.topbar-privacy{display:none}.topbar-end{gap:9px}.dashboard-content{padding:18px 22px 85px}.preview-banner{gap:8px;min-height:35px;padding:9px 10px}.preview-banner>span{font-size:12px}.preview-banner button{min-height:22px;font-size:12px}.page-heading{align-items:flex-end;gap:15px;margin:26px 0 21px}.page-heading h1{max-width:500px;font-size:29px;line-height:1.18}.page-heading p{margin-top:9px;font-size:12px;line-height:1.7}.page-heading .eyebrow{margin-bottom:9px;font-size:12px}.page-heading>.button{flex-shrink:0;gap:0;min-width:38px;min-height:38px;margin-bottom:4px;padding:10px;font-size:0}.page-heading>.button svg{width:16px;height:16px}.page-heading>.button svg:last-child:not(:first-child){display:none}.overview-hero{border-radius:19px;grid-template-columns:1.05fr .95fr;min-height:280px}.overview-hero-copy{padding:25px 22px}.overview-hero h2{margin:15px 0 12px;font-size:29px}.overview-hero-copy .eyebrow{letter-spacing:.11em;max-width:200px;font-size:12px;line-height:1.7}.overview-hero-copy .eyebrow svg{display:none}.overview-hero p{max-width:215px;font-size:12px;line-height:1.8}.overview-hero .button{gap:11px;min-height:39px;padding:11px 12px;font-size:12px}.overview-hero-art img{width:455px;height:320px;top:2px;left:-148px}.hero-art-caption{text-align:center;justify-content:center;padding:6px;font-size:12px;bottom:16px;left:8px;right:13px}.hero-art-caption .status-dot{width:3px;height:3px}.summary-grid{gap:10px;margin:16px 0}.summary-card{border-radius:13px;padding:13px 12px}.summary-top{gap:6px;font-size:12px}.summary-top>svg{display:none}.summary-top>.row-icon{border-radius:7px;width:25px;height:25px}.summary-top>.row-icon svg{width:14px;height:14px}.summary-value{gap:8px;margin-top:15px}.summary-value strong{font-size:28px}.summary-value>span{font-size:12px;line-height:1.5}.dashboard-columns{gap:16px;margin-top:16px}.panel{border-radius:18px}.panel-heading{padding:20px}.panel-heading h2{font-size:15px}.panel-heading .text-link{font-size:12px}.action-row{gap:12px;min-height:110px;padding:20px}.action-row h3{margin:4px 0;font-size:12px;line-height:1.5}.action-row p,.action-row .row-eyebrow{font-size:12px}.panel-footnote{padding:13px 20px;font-size:12px}.concierge-card{border-radius:18px;grid-template-columns:1fr 1.05fr;padding:23px}.concierge-card h2{font-size:29px}.concierge-card h2 br{display:block}.concierge-card p{font-size:12px}.concierge-card .suggestion{white-space:normal;font-size:12px}.concierge-card .suggestion svg{width:13px}.concierge-card-bottom{margin-top:13px}.orbit-panel{grid-template-columns:1fr 155px;gap:5px;padding:22px}.orbit-panel h2{font-size:20px;line-height:1.3}.orbit-panel p,.orbit-panel .text-link{font-size:12px}.orbit-controls button{min-height:35px;font-size:12px}.dashboard-footer{padding:25px 0 10px}.dashboard-footer>span>span:not(.brand){display:none}.mobile-tabbar{height:calc(69px + env(safe-area-inset-bottom));padding:7px 12px calc(7px + env(safe-area-inset-bottom));z-index:30;background:color-mix(in srgb,var(--surface) 90%,transparent);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-top:1px solid var(--border);grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-tabbar a{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:50px;font-size:12px;display:flex}.mobile-tabbar a svg{stroke-width:1.6px;width:20px;height:20px}.mobile-tabbar a[aria-current=page]{color:var(--action);font-weight:650}.mobile-tabbar a[aria-current=page] svg{stroke-width:2.1px}.toast{width:calc(100% - 32px);min-width:0;font-size:12px;bottom:89px}.list-toolbar{gap:13px}.segmented{justify-content:space-between;width:100%}.segmented button{flex:1;min-height:37px;font-size:12px}.search-field{width:100%;min-height:43px}.search-field input{width:100%;min-height:27px;font-size:12px}.findings-list{grid-template-columns:1fr;gap:16px}.finding-card{padding:24px}.finding-card h2{font-size:23px}.finding-top{margin-bottom:22px}.finding-card .row-eyebrow,.field-chips span,.finding-bottom{font-size:12px}.identity-account{gap:12px;padding:20px}.identity-account strong{font-size:13px}.identity-account>div>span,.identity-account .badge{font-size:12px}.drop-card{gap:16px;padding:23px}.drop-card>div:nth-child(2){min-width:calc(100% - 62px)}.drop-card .button{margin-left:58px}.drop-card h2{font-size:22px}.drop-card p{font-size:12px;line-height:1.8}.device-feature{grid-template-columns:115px 1fr;gap:20px;padding:21px}.device-illustration{height:220px}.device-illustration svg{width:126px;height:195px;transform:rotate(-8deg)}.device-feature h2{font-size:24px}.device-feature p{font-size:12px}.device-feature .badge{padding:5px;font-size:12px}.device-feature .badge>.status-dot{display:none}.device-feature .text-link{font-size:12px;line-height:1.8}.device-feature .text-link svg{display:none}.checklist .panel-heading{padding:20px}.checklist .panel-heading h2{font-size:14px}.checklist .panel-heading .muted{font-size:12px}.checklist-row{gap:12px;padding:22px 20px}.checklist-row strong{font-size:13px;line-height:1.5}.checklist-row p{margin-top:7px;font-size:12px;line-height:1.85}.check-number{align-self:flex-start;margin-top:4px;font-size:12px}.checklist-row input{width:22px;height:22px}.reviewed-label,.quiet-info p{font-size:12px}.connection-panel{padding:24px}.connection-intro{align-items:flex-start;gap:13px}.connection-intro>.row-icon{width:36px;height:36px}.connection-intro>div{min-width:calc(100% - 49px)}.connection-intro h2{font-size:23px;line-height:1.3}.connection-intro p{font-size:12px}.connection-intro>.button{min-height:43px;margin-top:9px;margin-left:49px;font-size:12px}.connection-results>div{gap:12px;font-size:12px}.connection-results .badge{font-size:12px}.request-process{justify-content:space-between;gap:9px;padding:16px 12px}.request-process>span{gap:5px;font-size:12px}.request-process b{width:20px;height:20px;font-size:12px}.request-process>svg{width:10px}.request-row{flex-wrap:wrap;gap:12px;padding:22px}.request-row>div{min-width:calc(100% - 52px)}.request-row h3{font-size:13px;line-height:1.5}.request-row p{font-size:12px}.request-row .badge{margin-left:52px;font-size:12px}.chat-header{gap:11px;padding:20px}.chat-header strong,.chat-header>div>span{font-size:12px}.chat-header>.badge{display:none}.chat-content{max-height:550px;padding:28px 24px 22px}.assistant-message h2{font-size:28px}.assistant-message p,.assistant-message .micro-note{font-size:12px}.chat-suggestions{gap:8px;padding:0 20px 22px}.chat-suggestions button{min-height:52px;padding:10px 12px;font-size:12px;line-height:1.6}.chat-suggestions button svg{width:13px}.chat-composer{gap:8px;margin:0 20px;padding-left:13px}.chat-composer input{font-size:12px}.chat-footnote{align-items:flex-start;margin:15px 21px 0;font-size:12px;line-height:1.8}.chat-footnote svg{flex-shrink:0;margin-top:2px}.assistant-reply{padding:20px}.assistant-reply h3{font-size:20px}.assistant-reply p{font-size:12px}.source-link{font-size:12px;line-height:1.6}.user-message{font-size:12px}.information-page{padding:0 24px 60px}.information-page header{height:85px}.information-page header .brand{font-size:23px}.information-page header>.text-link{font-size:12px}.information-page main{padding-top:45px}.information-page h1{font-size:36px}.information-page section p{font-size:13px}.information-page section h2{font-size:20px}dialog{border-radius:23px;width:500px;max-height:calc(100dvh - 30px);padding:24px}.dialog-heading h2{font-size:23px;line-height:1.25}.dialog-intro{font-size:13px}.dialog-heading{gap:12px}.dialog-heading .icon-button{width:33px}.dialog-actions{gap:9px}.dialog-actions .button{min-height:44px;padding:11px 15px;font-size:12px}.field-label{font-size:12px}.text-input{min-height:48px;font-size:16px}.letter-editor{min-height:290px;font-size:12px}.finding-detail h3{font-size:26px}.consent-row{font-size:12px}.settings-group .segmented{width:auto}.settings-group .segmented button{min-width:43px}.settings-link{min-height:48px;font-size:12px}}@media (width<=430px){.hero-copy h1{font-size:44px}.hero-copy>.eyebrow,.hero-copy>p{font-size:12px}.hero-buttons{gap:13px}.hero-buttons .button{gap:10px;padding:13px 14px;font-size:12px}.hero-buttons .text-link{font-size:12px}.hero-visual{height:332px}.hero-visual>img{width:570px;height:380px;top:-23px;right:-64px}.floating-note{gap:9px;padding:12px 14px;bottom:38px;left:10px}.floating-note strong,.floating-note span:not(.floating-icon){font-size:12px}.art-label{font-size:12px;bottom:10px}.principle-strip{gap:14px 20px}.principle-strip div{font-size:12px}.dashboard-content{padding-left:17px;padding-right:17px}.app-topbar{padding:0 18px}.page-heading h1{font-size:27px}.page-heading p{font-size:12px}.overview-hero{grid-template-columns:1.22fr .78fr;min-height:299px}.overview-hero-copy{padding:24px 20px}.overview-hero h2{font-size:29px}.overview-hero-copy .eyebrow{font-size:12px}.overview-hero p{max-width:208px;font-size:12px}.overview-hero .button{gap:8px;padding:10px 11px;font-size:12px}.overview-hero-art img{opacity:.85;width:415px;height:302px;top:16px;left:-165px}.hero-art-caption{display:none}.summary-grid{gap:8px}.summary-card{padding:12px 10px}.summary-top{flex-wrap:wrap;gap:8px;font-size:12px}.summary-top>.row-icon{width:26px;height:26px}.summary-top>span:not(.row-icon){width:100%}.summary-value{margin-top:11px}.summary-value strong{font-size:29px}.summary-value>span{min-height:26px;font-size:12px}.panel-heading{padding:18px}.panel-heading h2{font-size:14px}.action-row{gap:11px;padding:20px 17px}.action-row h3,.action-row p{font-size:12px}.action-row>.row-icon{border-radius:9px;width:32px;height:32px}.action-row>svg{width:13px}.concierge-card{column-gap:14px;padding:21px 20px}.concierge-card h2{font-size:28px}.concierge-card .suggestion{padding:9px;font-size:12px}.orbit-panel{grid-template-columns:1fr 135px;padding:21px}.orbit-panel h2{font-size:20px}.orbit-panel p,.orbit-panel .eyebrow,.orbit-panel .text-link{font-size:12px}.orbit-controls button{min-height:33px;padding:4px;font-size:12px}.device-feature{grid-template-columns:85px 1fr;gap:18px;padding:20px}.device-illustration{height:220px}.device-illustration svg{width:104px}.device-feature h2{font-size:23px}.device-feature h2 br{display:none}.device-feature p{font-size:12px}.request-process{gap:5px;padding:16px 10px}.request-process>span{gap:4px;font-size:12px}.request-process>svg{width:8px}.drop-card{gap:13px;padding:20px}.drop-card .eyebrow{font-size:12px}.chat-suggestions{grid-template-columns:1fr}.chat-suggestions button{min-height:43px}.chat-content{padding:26px 22px}.assistant-message h2{font-size:26px}.dialog-actions{flex-wrap:wrap}.dialog-actions>.button{flex:1}.dialog-heading h2{font-size:21px}.landing-footer nav{gap:13px}.landing-footer .brand{font-size:21px}.landing-footer .brand svg{width:24px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.button:hover .cta-arrow,.finding-card:hover{transform:none}.spin{animation:none}.orbit-wrap>svg{transition:none}}@media (prefers-reduced-transparency:reduce){dialog::backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:#112016bb}.floating-note,.hero-art-caption,.mobile-tabbar{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--surface)}}@media (prefers-contrast:more){:root{--text-muted:#3d5042;--border:#7a8972}.badge{border:1px solid}.preview-banner{border:1px solid var(--text)}.micro-note{color:var(--text)}}[data-theme=dark] .overview-hero{border-color:#42503a}[data-theme=dark] .overview-hero .button{color:#fff;background:#234e36}[data-theme=dark] .overview-hero p{color:#607254}[data-theme=dark] .row-icon.lilac{color:#c8bcd6;background:#332c3f}[data-theme=dark] .concierge-card{border-color:#42523a}[data-theme=dark] .device-illustration{background:linear-gradient(145deg,#304434,#526147)}[data-theme=dark] dialog::backdrop{background:#0009}button:not(.finding-card):not(.summary-card):not(.action-row):not(.request-row),.button{min-height:44px}.toast button,.icon-button,.topbar-end .avatar,.dialog-heading .icon-button{min-width:44px;min-height:44px}.eyebrow,.row-eyebrow{overflow-wrap:anywhere}@media (width<=760px){.preview-banner{flex-wrap:wrap;align-items:flex-start}.preview-banner button{margin-left:auto}.page-heading p,.checklist-row p,.quiet-info p,.device-feature p,.drop-card p,.assistant-message p,.assistant-reply p,.finding-detail p,.connection-intro p{font-size:14px}.overview-hero{grid-template-columns:1fr;min-height:350px;position:relative;overflow:hidden}.overview-hero-copy{z-index:1;background:linear-gradient(90deg,#eaf0e2 35%,#eaf0e2df 68%,#eaf0e270);max-width:100%;padding:28px;position:relative}.overview-hero-copy .eyebrow{max-width:250px;font-size:12px}.overview-hero h2{font-size:32px}.overview-hero p{max-width:245px;font-size:14px}.overview-hero-art{position:absolute;inset:0}.overview-hero-art img{opacity:1;width:525px;height:350px;top:0;left:calc(100% - 310px)}.overview-hero .button{margin-top:20px;font-size:13px}.summary-value{flex-wrap:wrap;align-items:flex-start}.summary-value>span{font-size:12px;line-height:1.5}.summary-top{font-size:12px}.concierge-card{display:block}.concierge-card h2{margin:20px 0 12px}.concierge-card h2 br{display:none}.concierge-card p{font-size:14px}.concierge-card .suggestion{margin-top:18px;font-size:13px}.orbit-panel{grid-template-columns:1fr;padding:25px}.orbit-panel p{font-size:14px}.orbit-wrap{max-width:260px;margin:20px auto 0}.orbit-controls button{font-size:12px}.action-row h3{font-size:14px}.action-row p{font-size:13px}.action-row .row-eyebrow{font-size:11px}.action-row{align-items:flex-start}.action-row>svg{margin-top:30px}.hero-copy>p,.step-card p,.feature-copy p,.trust-grid p,.pricing-grid p,.pricing-grid li,.faq-item p{font-size:14px}.hero-copy h1{white-space:normal;font-size:clamp(39px,10.8vw,64px)}.hero-buttons,.request-process{flex-wrap:wrap}.request-process>span{font-size:12px}.request-process>svg{width:12px}.identity-account{flex-wrap:wrap}.identity-account>div{min-width:0}.identity-account strong{overflow-wrap:anywhere}.device-feature{grid-template-columns:1fr}.device-illustration{height:170px}.device-feature .badge{font-size:12px}.device-feature .text-link{font-size:13px}.landing-nav,.nav-actions{gap:12px}.nav-actions .button{font-size:12px}}.exposure-entry{z-index:2;max-width:510px;margin:28px 0 0;position:relative}.exposure-tabs{gap:7px;margin-bottom:10px;display:flex}.exposure-tabs button{color:#647468;border-radius:9px;align-items:center;gap:7px;padding:8px 12px;font-size:13px;display:flex}.exposure-tabs button[aria-pressed=true]{color:#184d3c;background:#e9efe4;font-weight:600}.exposure-entry form{background:#fff;border:1px solid #d6dfd2;border-radius:15px;gap:7px;padding:7px;display:flex;box-shadow:0 8px 30px #184d3c06}.exposure-entry input{outline-offset:0;background:0 0;border:0;flex:1;min-width:0;padding:7px 9px;font-size:14px}.exposure-entry .button{gap:9px;padding:13px 15px;font-size:12px}.exposure-entry>p{color:#65746b;align-items:center;gap:6px;margin-top:12px;font-size:12px;display:flex}.check-boundary{align-items:flex-start;gap:9px;margin-top:22px;font-size:13px;line-height:1.7;display:flex}.check-boundary svg{margin-top:4px}.checking-state{text-align:center;padding:25px 5px}.checking-state>svg{width:110px}.checking-state p{max-width:360px;margin:20px auto}.check-sweep{transform-origin:50%;animation:1.7s linear infinite spin}.exposure-result-summary{flex-wrap:wrap;align-items:center;gap:17px;margin:25px 0;display:flex}.result-count{letter-spacing:-3px;color:var(--text);font-size:56px}.exposure-result-summary p{font-size:12px}.exposure-result-summary .badge{margin-left:auto}.exposure-result-row{border-top:1px solid var(--border);align-items:center;gap:13px;padding:18px 0;display:flex}.exposure-result-row span{color:var(--text-muted);margin-top:5px;font-size:12px;display:block}.exposure-next{background:var(--success-surface);border-radius:16px;gap:13px;margin:22px 0;padding:20px;display:flex}.exposure-next p{margin-top:7px;font-size:13px;line-height:1.8}.exposure-unavailable-icon{background:var(--surface-subtle);color:var(--action);border-radius:19px;place-items:center;width:65px;height:65px;margin:20px 0;display:grid}.hero-preview-link{margin-top:14px;font-size:13px}.landing-hero.product-led .hero-visual>img{object-fit:cover;object-position:center;width:100%;height:100%;inset:0}.landing-hero.product-led .hero-visual{border-radius:24px;min-height:570px;margin:8px 0 0 25px;overflow:hidden}.landing-hero.product-led .floating-note,.landing-hero.product-led .art-label{display:none}@media (width<=760px){.exposure-entry{text-align:left;max-width:none;margin-top:27px}.exposure-entry form{flex-wrap:wrap}.exposure-entry input{width:100%;min-height:46px}.exposure-entry .button{width:100%;font-size:14px}.exposure-entry>p{align-items:flex-start;font-size:12px;line-height:1.5}.exposure-entry>p svg{margin-top:3px}.exposure-tabs{justify-content:center}.hero-preview-link{justify-content:center;margin:14px auto}.landing-hero.product-led .hero-visual{border-radius:0;width:calc(100% + 48px);max-width:none;height:360px;min-height:340px;margin:20px -24px 0}.landing-hero.product-led .hero-visual>img{object-fit:cover;width:100%;height:100%}.landing-hero.product-led{padding-bottom:0}.exposure-result-summary .badge{margin-left:0}}.landing-hero.product-led .hero-visual{background:#f1f3eb}.landing-hero.product-led .hero-visual>img{object-fit:contain}.brand-pearl{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.brand-small .brand-pearl{width:32px;height:32px}.language-picker{color:var(--text-muted);flex-shrink:0;align-items:center;gap:5px;min-height:44px;display:inline-flex}.language-picker select{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;max-width:95px;min-height:44px;font-size:12px}.language-picker select:focus-visible{outline:2px solid var(--action);outline-offset:2px}.nav-actions{flex-wrap:wrap}.product-studio>header{gap:18px}.product-studio>header>.language-picker{order:2}.product-studio>header>.text-link{order:3}@media (width<=760px){.landing-nav{flex-wrap:wrap;gap:10px;height:auto;min-height:85px;padding-top:14px;padding-bottom:14px}.landing-nav .nav-actions{gap:7px}.landing-nav .brand{font-size:23px}.landing-nav .brand-pearl{width:34px;height:34px}.landing-nav .nav-actions>.button{min-height:44px;padding:10px;font-size:12px}.topbar-end{gap:7px}.app-topbar{flex-wrap:wrap;gap:6px;height:auto;min-height:78px;padding-top:9px;padding-bottom:9px}.app-topbar .mobile-brand .brand{font-size:22px}.language-picker select{max-width:80px}.product-studio>header{flex-wrap:wrap;height:auto;min-height:100px;padding-top:15px;padding-bottom:15px}html[lang=es] .hero-copy h1{font-size:43px}html[lang=es] .product-phone{height:760px}html[lang=es] .story-finding .badge{margin-bottom:10px;display:inline-flex;position:static}html[lang=es] .story-icon,.overview-hero-art .hero-art-caption{display:none}}.service-icon{border:1px solid var(--border);width:44px;height:44px;color:var(--service-color,var(--text-muted));background:#fff;border-radius:13px;flex-shrink:0;place-items:center;display:inline-grid;overflow:hidden}.service-icon img{object-fit:contain;width:27px;height:27px}.service-icon>span{letter-spacing:-.6px;font-size:17px;font-weight:650}.service-icon svg{width:21px;height:21px}.service-icon-small{border-radius:10px;width:34px;height:34px}.service-icon-small img{width:23px;height:23px}.service-icon-large{width:56px;height:56px}.service-icon-large img{width:36px;height:36px}.email-identity,.finding-service,.check-source{text-align:left;align-items:center;gap:12px;margin:18px 0;display:flex}.email-identity>div,.finding-service>div,.check-source>div{gap:4px;min-width:0;display:grid}.email-identity span:not(.service-icon),.finding-service span:not(.service-icon),.check-source>div>span{color:var(--text-muted);font-size:12px}.email-identity strong,.finding-service strong,.check-source strong{overflow-wrap:anywhere;font-size:14px;font-weight:550}.email-identity-compact{gap:0;margin:0 0 0 5px}.email-identity-compact>div{display:none}.check-source{background:var(--surface-subtle);border:1px solid var(--border);border-radius:15px;padding:13px 15px}.check-source .source-pulse{background:var(--action);width:6px;height:6px;animation:source-breathe var(--motion-loading-cycle) ease-in-out infinite alternate;border-radius:50%;margin-left:auto}.finding-top .service-icon{margin-bottom:0}.checking-state .pearl-loader{width:82px;height:82px;margin:auto}.pearl-loader{vertical-align:middle;border-radius:50%;flex-shrink:0;width:25px;height:25px;display:inline-flex;overflow:hidden}.pearl-loader img{object-fit:contain;width:100%;height:100%}.pearl-loader.is-active img{animation:pearl-wait var(--motion-loading-cycle) linear infinite}.working-indicator{align-items:center;gap:10px;display:flex}.brand-arrival{z-index:90;pointer-events:none;color:#20352b;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.arrival-backdrop{background:#f7f8f5;position:absolute;inset:0}.arrival-stage{perspective:600px;place-items:center;width:300px;height:190px;display:grid;position:relative}.arrival-flight{z-index:1;width:108px;height:108px;animation:pearl-arrive .3s var(--ease-out) both;position:relative}.arrival-flight img{width:100%;height:100%;animation:pearl-wait var(--motion-loading-cycle) linear infinite;border-radius:50%}.arrival-horizon{opacity:.55;border:1px solid #bed0c1;border-radius:50%;width:240px;height:48px;position:absolute;bottom:30px;transform:rotateX(65deg)}.arrival-wordmark{letter-spacing:-1.2px;text-align:center;font-size:28px;font-weight:550;position:relative}.arrival-wordmark>span{color:#799a68}.arrival-wordmark p{letter-spacing:0;color:#65746b;margin-top:9px;font-size:12px;font-weight:400}.is-departing .arrival-flight{animation:pearl-depart var(--motion-departure) var(--ease-out) both}.is-departing .arrival-backdrop,.is-departing .arrival-wordmark,.is-departing .arrival-horizon{animation:brand-fade var(--motion-feedback) ease both}.is-departing .arrival-flight img{animation:none}.brand-arrival-inline{z-index:1;position:absolute}.brand-motion-studio{grid-template-columns:1fr 1fr;align-items:center;gap:46px;max-width:1120px;margin:90px auto;display:grid}.brand-motion-studio h2{letter-spacing:-1.9px;margin:16px 0;font-size:42px;line-height:1.15}.brand-motion-studio>div>p{max-width:370px;color:var(--text-muted);margin:18px 0;font-size:14px;line-height:1.8}.brand-motion-canvas{border:1px solid var(--border);background:#f7f8f5;border-radius:26px;min-height:320px;position:relative;overflow:hidden}.arrival-finished{color:#65746b;flex-direction:column;justify-content:center;align-items:center;gap:15px;height:320px;font-size:14px;display:flex}.arrival-finished img{border-radius:50%;width:55px}.service-showcase{border-top:1px solid var(--border);grid-column:1/-1;justify-content:space-between;align-items:center;gap:30px;padding:28px 0;display:flex}.service-showcase h3{letter-spacing:-.6px;margin:10px 0;font-size:20px}.service-showcase p{max-width:400px;color:var(--text-muted);font-size:12px;line-height:1.7}.service-showcase-icons{gap:24px;display:flex}.service-showcase-icons>div{white-space:nowrap;flex-direction:column;align-items:center;gap:10px;font-size:11px;display:flex}.private-intelligence{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.intelligence-art{background:#f3f4ee;border-radius:28px;align-self:stretch;min-height:550px;position:relative;overflow:hidden}.intelligence-art>img{object-fit:cover;object-position:64% center;width:100%;height:100%;position:absolute}.intelligence-art>span{letter-spacing:1.5px;color:#50674e;font-size:10px;position:absolute;bottom:24px;left:28px}.intelligence-copy>h2{letter-spacing:-2px;margin:17px 0 22px;font-size:44px;line-height:1.15}.intelligence-copy>p{color:var(--text-muted);font-size:14px;line-height:1.85}.intelligence-capabilities{gap:23px;margin:30px 0;display:grid}.intelligence-capabilities>div{align-items:flex-start;gap:15px;display:flex}.intelligence-capabilities svg{color:#567d61;flex-shrink:0;margin-top:2px}.intelligence-capabilities h3{margin:0 0 6px;font-size:14px;font-weight:550}.intelligence-capabilities p{color:var(--text-muted);font-size:12px;line-height:1.7}.intelligence-copy .intelligence-status{border-top:1px solid var(--border);margin-top:24px;padding-top:18px;font-size:11px;line-height:1.7}.intelligence-status>span{background:#889c78;border-radius:50%;width:5px;height:5px;margin:0 7px 2px 0;display:inline-block}.intelligence-copy>.text-link{margin-top:18px}@keyframes pearl-arrive{0%{opacity:0;transform:translateY(10px)scale(.96)rotate(-18deg)}to{opacity:1;transform:translate(0,0)scale(1)rotate(0)}}@keyframes pearl-wait{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pearl-depart{0%{opacity:1;transform:translate(0,0)rotate(0)scale(1)}70%{opacity:.7}to{opacity:0;transform:translate3d(0,-44px,-800px)rotate(65deg)scale(.35)}}@keyframes brand-fade{to{opacity:0}}@keyframes source-breathe{0%{opacity:.4}to{opacity:1}}@media (width<=900px){.private-intelligence{gap:30px}.intelligence-copy>h2{font-size:34px}.intelligence-art{min-height:540px}.brand-motion-studio{gap:30px}.brand-motion-studio h2{font-size:34px}.service-showcase{flex-wrap:wrap}}@media (width<=760px){.private-intelligence{grid-template-columns:1fr;gap:32px}.intelligence-art{min-height:340px}.intelligence-copy>h2{letter-spacing:-1.3px;font-size:35px}.brand-motion-studio{grid-template-columns:1fr;margin:60px auto}.brand-motion-canvas{min-height:280px}.arrival-finished{height:280px}.service-showcase-icons{justify-content:space-between;gap:10px;width:100%}.exposure-entry .email-identity-compact{margin:0 0 0 7px}.exposure-entry .email-identity-compact+input{width:calc(100% - 70px)}.brand-motion-studio h2{font-size:35px}.intelligence-art>span{font-size:9px;left:20px}}@media (prefers-reduced-motion:reduce){.arrival-flight,.arrival-flight img,.pearl-loader.is-active img,.check-source .source-pulse{animation:none}.is-departing .arrival-flight{animation:brand-fade var(--motion-feedback) ease both}.arrival-horizon{background:#bed0c1;border:0;height:1px;transform:none}}html[lang=zh-Hans] h1,html[lang=zh-Hans] h2,html[lang=zh-Hans] h3{letter-spacing:0;line-height:1.35}html[lang=zh-Hans] .eyebrow{letter-spacing:.08em}html[lang=zh-Hans] .hero-copy h1{font-size:clamp(34px,5vw,66px)}html[lang=zh-Hans] .brand-motion-studio h2,html[lang=zh-Hans] .intelligence-copy>h2{font-size:36px}html[lang=zh-Hans] .overview-hero h2{font-size:32px}html[lang=zh-Hans] .story-screen h3{font-size:30px}html[lang=zh-Hans] .button{letter-spacing:0;line-height:1.5}.brand-motion-studio{width:calc(100% - 64px)}@media (width<=760px){.brand-motion-studio{width:calc(100% - 32px)}}.product-studio{background:#f7f8f5}.product-studio>header{justify-content:space-between;align-items:center;max-width:1440px;height:100px;margin:auto;padding:0 60px;display:flex}.studio-heading{text-align:center;padding:75px 25px 45px}.studio-heading>.eyebrow{justify-content:center}.studio-heading h1{letter-spacing:-3.5px;margin:25px 0;font-size:66px;line-height:1.12}.studio-heading p{font-size:15px}.studio-suite{border-radius:25px;width:calc(100% - 100px);max-width:1280px;margin:auto}.studio-screens{max-width:1170px;margin:auto;padding:40px 50px 90px}.studio-screens h2{margin:20px 0 45px;font-size:39px}.screen-gallery{grid-template-columns:repeat(3,1fr);gap:44px;display:grid}.screen-gallery figure{margin:0}.screen-gallery figure>div{background:#f7f8f5;border:6px solid #243227;border-radius:34px;overflow:hidden;box-shadow:0 12px 30px #24322713}.screen-gallery img{width:100%;height:auto}.screen-gallery figcaption{text-align:center;color:#667360;margin-top:20px;font-size:13px}.studio-screens>.micro-note{margin-top:27px}.studio-email{grid-template-columns:1fr 1.3fr;align-items:center;gap:70px;max-width:1230px;margin:auto;padding:90px 60px;display:grid}.studio-email h2{letter-spacing:-2px;margin:24px 0;font-size:44px}.studio-email p{max-width:320px;font-size:14px;line-height:1.85}.studio-email .micro-note{margin-top:20px;font-size:12px}.briefing-window{color:#20352b;background:#fff;border:1px solid #dce3d8;border-radius:20px;overflow:hidden;box-shadow:0 18px 65px #203b2012}.mail-window-bar{color:#727e6c;background:#f4f5f1;border-bottom:1px solid #e5e9e1;align-items:center;gap:20px;height:43px;padding:0 18px;font-size:10px;display:flex}.mail-window-bar>svg{margin-left:auto}.window-dots{gap:5px;display:flex}.window-dots i{background:#d6ddcf;border-radius:50%;width:7px;height:7px}.window-dots i:first-child{background:#dcbab0}.window-dots i:nth-child(2){background:#decfaa}.window-dots i:last-child{background:#b8cfad}.mail-envelope{border-bottom:1px solid #e4e9df;align-items:center;gap:12px;padding:22px;display:flex}.mail-avatar{color:#fff;background:#184d3c;border-radius:50%;place-items:center;width:33px;height:33px;font-weight:600;display:grid}.mail-envelope strong{font-size:12px}.mail-envelope p{margin-top:4px;font-size:11px}.mail-envelope p span{color:#798475}.mail-envelope>span:last-child{color:#7b8776;margin-left:auto;font-size:9px}.mail-message{padding:35px 42px 25px}.mail-message>.brand{margin-bottom:37px}.mail-message>.eyebrow{letter-spacing:.13em;font-size:9px}.mail-message h3{letter-spacing:-1.4px;margin:20px 0;font-size:34px;line-height:1.18}.mail-message>p{font-size:13px;line-height:1.85}.email-progress{border-bottom:1px solid #e6ebdf;align-items:center;gap:12px;padding:17px 0;display:flex}.email-progress>svg{color:#537e40;width:18px}.email-progress strong{font-size:12px;font-weight:550;display:block}.email-progress span{color:#73806b;margin-top:5px;font-size:10px;display:block}.email-button{color:#fff;background:#184d3c;border-radius:9px;justify-content:space-between;align-items:center;gap:17px;margin:23px 0;padding:14px 17px;font-size:12px;display:flex}.mail-message .email-fine{color:#76816f;font-size:10px;line-height:1.8}.landing-product-invite{justify-content:space-between;align-items:center;gap:30px;max-width:1160px;margin:0 auto 40px;padding:0 40px;display:flex}.landing-product-invite p{font-size:14px}@media (width<=760px){.product-studio>header{height:82px;padding:0 24px}.product-studio>header .brand{font-size:23px}.product-studio>header .text-link{font-size:11px}.studio-heading{padding:45px 24px 30px}.studio-heading h1{letter-spacing:-2px;font-size:42px}.studio-heading p{font-size:13px;line-height:1.8}.studio-suite{border-radius:18px;width:calc(100% - 32px)}.studio-screens{padding:25px}.studio-screens h2{font-size:31px}.screen-gallery{scroll-snap-type:x mandatory;gap:23px;padding:15px 4px 25px;display:flex;overflow-x:auto}.screen-gallery figure{scroll-snap-align:center;flex-shrink:0;width:240px}.studio-email{grid-template-columns:1fr;gap:30px;padding:60px 24px}.studio-email h2{font-size:35px}.mail-message{padding:30px 24px}.mail-envelope{padding:17px}.mail-envelope>span:last-child{display:none}.landing-product-invite{padding:0 25px;display:block}.landing-product-invite .text-link{margin-top:14px}}.email-preview-canvas{background:#edf2e7;place-items:center;min-height:100dvh;padding:28px;display:grid}.email-preview-canvas .briefing-window{width:100%;max-width:535px}.screen-gallery figure:last-child>div{border-radius:18px;margin-top:85px}.screen-gallery figure:last-child img{aspect-ratio:1280/900;object-fit:cover}@media (width<=760px){.email-preview-canvas{padding:15px}.screen-gallery figure:last-child>div{margin-top:0}}[data-tone=critical]{--signal:var(--critical);--signal-surface:var(--critical-surface)}[data-tone=high]{--signal:var(--high);--signal-surface:var(--high-surface)}[data-tone=moderate]{--signal:var(--moderate);--signal-surface:var(--moderate-surface)}[data-tone=low]{--signal:var(--low);--signal-surface:var(--low-surface)}[data-tone=unknown],[data-tone=neutral]{--signal:var(--unknown);--signal-surface:var(--unknown-surface)}[data-tone=success]{--signal:var(--success);--signal-surface:var(--success-surface)}[data-tone=info]{--signal:var(--info);--signal-surface:var(--info-surface)}[data-tone=error]{--signal:var(--error);--signal-surface:var(--error-surface)}.signal-badge{background:var(--signal-surface);color:var(--signal);text-align:left;vertical-align:middle;border-radius:8px;align-items:center;gap:6px;width:fit-content;max-width:100%;padding:6px 9px;font-size:12px;font-weight:550;line-height:1.4;display:inline-flex}.signal-badge svg{stroke-width:1.8px;flex-shrink:0}.signal-badge>span{color:inherit;font-size:inherit;margin:0}.finding-signals{flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;display:flex}.finding-card[data-tone]{border-inline-start:3px solid var(--signal)}.finding-card .finding-top{flex-wrap:wrap;gap:10px}.action-row[data-tone]{border-inline-start:3px solid var(--signal)}.action-row .signal-badge{margin:7px 0}.action-row .row-icon{background:var(--signal-surface);color:var(--signal)}.priority-context{background:var(--signal-surface);border-inline-start:3px solid var(--signal);border-radius:12px;margin:20px 0;padding:17px 18px}.finding-detail .priority-context p,.priority-context p{color:var(--text);margin:10px 0;font-size:13px;line-height:1.7}.priority-context small{color:var(--text-muted);font-size:12px;line-height:1.65;display:block}.priority-guide{border-block:1px solid var(--border);margin:20px 0 26px;padding:12px 0}.priority-guide summary{cursor:pointer;width:fit-content;min-height:32px;color:var(--text-muted);align-items:center;gap:8px;font-size:12px;list-style:none;display:flex}.priority-guide summary::-webkit-details-marker{display:none}.priority-guide summary>svg:last-child{margin-left:6px}.priority-guide[open] summary>svg:last-child{transform:rotate(180deg)}.priority-guide>p{color:var(--text-muted);margin:14px 0;font-size:12px;line-height:1.75}.priority-guide-row{grid-template-columns:160px 1fr;align-items:center;gap:16px;padding:9px 0;display:grid}.priority-guide-row p{color:var(--text-muted);font-size:12px;line-height:1.7}.severity-studio{border-top:1px solid var(--border);max-width:1120px;margin:100px auto;padding-top:60px}.severity-heading h2{letter-spacing:-1.8px;margin:17px 0;font-size:42px;line-height:1.13}.severity-heading>p{color:var(--text-muted);max-width:520px;margin-bottom:32px;font-size:14px;line-height:1.8}.severity-spectrum{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.severity-spectrum article{border:1px solid var(--border);background:var(--surface);border-radius:17px;padding:9px 9px 18px}.severity-swatch{background:var(--signal-surface);border-bottom:4px solid var(--signal);border-radius:10px;height:85px;margin-bottom:16px}.severity-spectrum .signal-badge{background:0 0;padding:6px 5px}.severity-spectrum article>p{color:var(--text-muted);margin-top:10px;padding:0 6px;font-size:12px;line-height:1.7}.severity-states{border-block:1px solid var(--border);justify-content:space-between;align-items:center;gap:30px;margin:30px 0 20px;padding:28px 0;display:flex}.severity-states h3{letter-spacing:-.5px;margin:0 0 10px;font-size:18px}.severity-states p{color:var(--text-muted);max-width:390px;font-size:12px;line-height:1.7}.severity-state-badges{flex-wrap:wrap;gap:10px;max-width:400px;display:flex}.severity-studio>.micro-note{line-height:1.75}.exposure-result-row .signal-badge{color:var(--signal);margin-top:9px;font-size:12px;display:inline-flex}.exposure-result-row .signal-badge>span{color:inherit;margin:0}.exposure-next{background:var(--info-surface);color:var(--info)}.badge.neutral{color:var(--unknown);background:var(--unknown-surface)}.badge.info{color:var(--info);background:var(--info-surface)}.badge.error{color:var(--error);background:var(--error-surface)}.inline-error{color:var(--error);background:var(--error-surface);border-inline-start:3px solid var(--error);border-radius:10px;padding:12px 15px;line-height:1.7}.timeline-dot{color:var(--info);border-color:var(--info)}@media (width<=760px){.severity-studio{width:calc(100% - 48px);margin:65px auto;padding-top:40px}.severity-heading h2{letter-spacing:-1.2px;font-size:32px}.severity-spectrum{grid-template-columns:1fr;gap:12px}.severity-spectrum article{grid-template-columns:9px 1fr;column-gap:13px;padding:17px;display:grid}.severity-swatch{background:var(--signal);border:0;border-radius:4px;grid-row:1/3;width:8px;height:100%;min-height:72px;margin:0}.severity-spectrum .signal-badge{grid-column:2}.severity-spectrum article>p{grid-column:2;margin-top:5px}.severity-states{display:block}.severity-state-badges{margin-top:20px}.priority-guide-row{grid-template-columns:1fr;gap:7px;padding:12px 0}.priority-guide-row+.priority-guide-row{border-top:1px solid var(--border)}.finding-card .finding-top .signal-badge{font-size:11px}.action-row>div{min-width:0}}.summary-card[data-tone] .row-icon,.request-row[data-tone]>.row-icon{background:var(--signal-surface);color:var(--signal)}.toast[data-tone]{color:var(--signal);background:var(--signal-surface);border:1px solid var(--signal);border-radius:14px}.toast[data-tone]>svg{flex-shrink:0}.toast[data-tone]>span,.toast[data-tone] button{color:var(--signal)}@media (width<=380px){.list-toolbar .segmented button{white-space:normal;overflow-wrap:break-word;flex:1 1 0;min-width:0;min-height:48px;padding:8px 7px;line-height:1.4}.identity-account{grid-template-columns:44px minmax(0,1fr);align-items:center;display:grid}.identity-account>.badge{grid-column:2;justify-self:start}}.finding-brief .finding-sample-note{background:var(--surface-subtle);color:var(--text-muted);border-radius:8px;margin:0 0 18px;padding:9px 12px;font-size:12px;line-height:1.5}.finding-brief-source{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:23px;display:flex}.finding-brief-source .finding-service{flex:1;min-width:180px;margin:0}.finding-brief-source .finding-service strong{font-size:14px}.finding-brief-source .finding-service span:not(.service-icon),.finding-brief-source .signal-badge{font-size:11px}.finding-brief section h3{letter-spacing:0;margin:0 0 10px;font-size:14px;font-weight:600;line-height:1.4}.finding-brief .field-chips{margin:0 0 13px}.finding-brief .finding-facts>p{color:var(--text-muted);margin:0;font-size:13px;line-height:1.65}.finding-facts{margin:20px 0 23px}.finding-next-step{border:1px solid var(--border);background:var(--surface-subtle);border-radius:16px;margin-bottom:22px;padding:20px}.finding-next-step ol{gap:10px;margin:12px 0 18px;padding-left:21px;display:grid}.finding-next-step li{color:var(--text);padding-left:6px;font-size:13px;line-height:1.55}.finding-next-step li::marker{color:var(--text-muted);font-size:12px;font-weight:500}.finding-next-step .button{white-space:normal;justify-content:center;width:100%;font-size:13px;line-height:1.4}.finding-next-step .button svg{flex-shrink:0}.finding-next-step>p{margin:0 0 14px;font-size:13px;line-height:1.65}.finding-brief .finding-action-note{color:var(--text-muted);margin:10px 0 0;font-size:11px;line-height:1.6}.finding-next-step .consent-row{margin:16px 0;font-size:12px;line-height:1.65}.finding-record{border-top:1px solid var(--border)}.finding-record summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-height:48px;font-size:13px;font-weight:500;list-style:none;display:flex}.finding-record summary::-webkit-details-marker{display:none}.finding-record summary svg{flex-shrink:0;transition:transform .18s}.finding-record[open]>summary svg{transform:rotate(180deg)}.finding-record>p{font-size:13px;line-height:1.7}.finding-record dl{margin:15px 0}.finding-record dd{overflow-wrap:anywhere;text-align:right;max-width:65%}.finding-record .text-link{margin:6px 0 18px;font-size:12px}.finding-record .priority-context{margin:0 0 16px}@media (width<=370px){.finding-next-step{padding:16px}.finding-brief-source{gap:10px}.finding-next-step .button{font-size:12px}.finding-brief .finding-service{min-width:160px}}@media (prefers-reduced-motion:reduce){.finding-record summary svg{transition:none}}.landing-hero.outcome-led{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:58px;padding-top:42px;padding-bottom:58px}.outcome-led .hero-copy{padding-top:0}.outcome-led .hero-copy .eyebrow{letter-spacing:.15em;font-size:10px;line-height:1.7}.outcome-led .hero-copy h1{white-space:normal;letter-spacing:-.055em;text-wrap:balance;max-width:550px;margin:25px 0 24px;font-size:clamp(43px,4.4vw,64px);line-height:1.06}.outcome-led .hero-copy h1 em{color:var(--action);margin-top:8px;display:block}.outcome-led .hero-copy>p{max-width:450px;font-size:16px;line-height:1.8}.outcome-led .preview-note{max-width:435px;color:var(--text-muted);font-size:11px;line-height:1.65}.outcome-hero{background:linear-gradient(145deg,#eff3e9,#f5f6f0 48%,#e8eee3);border:1px solid #dce4d7;border-radius:27px;min-width:0;margin:0;padding:23px 23px 16px;position:relative;box-shadow:0 22px 60px #233e2810}.outcome-top{justify-content:space-between;align-items:center;gap:12px;padding:0 0 19px;display:flex}.outcome-top>.brand{font-size:23px}.outcome-top>.brand .brand-pearl{width:29px;height:29px}.outcome-top>span:last-child{letter-spacing:.13em;color:#65746b;text-align:right;font-size:9px}.outcome-case{background:#fffb;border:1px solid #fff;border-radius:18px;padding:21px}.outcome-case-heading{color:#344f3f;align-items:center;gap:10px;margin-bottom:13px;font-size:12px;font-weight:550;display:flex}.outcome-case-heading>svg{color:#7a8c78;flex-shrink:0;margin-left:auto}.outcome-step{color:#657a60;border:1px solid #d4dfcf;border-radius:50%;flex-shrink:0;place-items:center;width:23px;height:23px;font-size:10px;display:grid}.outcome-exposure{border:1px solid #e5dcc7;border-inline-start:3px solid var(--moderate);background:#fff;border-radius:13px;padding:17px 18px}.outcome-source{align-items:center;gap:10px;display:flex}.outcome-source-icon{background:var(--moderate-surface);width:34px;height:34px;color:var(--moderate);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.outcome-source>div{min-width:0}.outcome-source strong{font-size:11px;font-weight:550;line-height:1.5;display:block}.outcome-source>div>span{color:#65746b;margin-top:3px;font-size:10px;line-height:1.4;display:block}.outcome-exposure h2{letter-spacing:-.7px;margin:16px 0 12px;font-size:20px;line-height:1.25}.outcome-fields{flex-wrap:wrap;gap:5px;margin-bottom:12px;display:flex}.outcome-fields>span{color:#586953;background:#f1f4ee;border-radius:5px;padding:5px 7px;font-size:10px;line-height:1.4}.outcome-exposure .signal-badge{font-size:10px}.outcome-connector{color:#99ad90;flex-direction:column;align-items:center;height:33px;display:flex}.outcome-connector>span{background:#c9d7c0;width:1px;height:17px}.outcome-request{background:#fff;border:1px solid #dbe3d6;border-radius:13px;padding:17px 18px;box-shadow:0 5px 13px #25402a04}.outcome-request-top{align-items:center;gap:9px;display:flex}.outcome-request-top>img{flex-shrink:0;width:30px;height:30px}.outcome-request-top>div{flex:1;min-width:0}.outcome-request-top strong{font-size:12px;font-weight:550;line-height:1.5;display:block}.outcome-request-top>div>span{color:#65746b;margin-top:2px;font-size:10px;line-height:1.5;display:block}.outcome-request-top .signal-badge{padding:5px 7px;font-size:10px}.outcome-request>p{color:#425340;margin:18px 0;font-family:Georgia,serif;font-size:15px;line-height:1.65}.outcome-approval{color:#65746b;border-top:1px solid #e6ebe2;align-items:center;gap:7px;padding-top:12px;font-size:10px;display:flex}.outcome-next{color:#60765a;align-items:center;gap:10px;margin-top:18px;display:flex}.outcome-next>svg{flex-shrink:0}.outcome-next>div{flex:1;min-width:0}.outcome-next strong{font-size:11px;font-weight:550;display:block}.outcome-next span{color:#65746b;margin-top:4px;font-size:10px;line-height:1.6;display:block}.outcome-care{flex-wrap:wrap;justify-content:center;gap:15px;padding:17px 0 11px;display:flex}.outcome-care>span{color:#5b7357;align-items:center;gap:7px;font-size:10px;line-height:1.5;display:flex}.outcome-care svg{flex-shrink:0}.outcome-hero figcaption{text-align:center;color:#65746b;font-size:9px;line-height:1.6}.service-capabilities{padding-top:50px}.capabilities-heading{max-width:650px}.capabilities-heading h2{letter-spacing:-1.9px;margin:18px 0;font-size:44px;line-height:1.15}.capabilities-heading>p{color:var(--text-muted);max-width:530px;font-size:15px;line-height:1.8}.capabilities-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:35px;display:grid}.capabilities-grid article{border:1px solid var(--border);background:var(--surface);border-radius:19px;padding:26px}.capability-heading{color:#57764e;justify-content:space-between;align-items:center;gap:13px;margin-bottom:24px;display:flex}.capability-heading>svg{flex-shrink:0}.capability-availability{background:var(--surface-subtle);color:#5a6d53;text-align:right;border-radius:6px;padding:5px 8px;font-size:10px;line-height:1.5}.capabilities-grid h3{letter-spacing:-.6px;margin:0 0 13px;font-size:18px;line-height:1.35}.capabilities-grid article>p{color:var(--text-muted);font-size:13px;line-height:1.85}.capabilities-footnote{color:var(--text-muted);margin-top:21px;font-size:12px;line-height:1.7}@media (width<=1100px) and (width>=761px){.landing-hero.outcome-led{gap:28px;padding-inline:40px}.outcome-hero{padding:17px 14px 12px}.outcome-case{padding:15px}.outcome-led .hero-copy h1{font-size:49px}.outcome-request-top{flex-wrap:wrap}.outcome-request-top .signal-badge{margin-left:39px}.capabilities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.landing-hero.outcome-led{flex-direction:column;gap:35px;padding:35px 24px 36px;display:flex;overflow:visible}.outcome-led .hero-copy{width:100%;max-width:520px}.outcome-led .hero-copy h1{letter-spacing:-2px;margin:21px 0;font-size:43px;line-height:1.09}.outcome-led .hero-copy>p{max-width:480px;font-size:14px;line-height:1.85}.outcome-led .hero-copy .eyebrow{justify-content:center;font-size:10px}.outcome-led .preview-note{max-width:410px;margin-inline:auto;font-size:11px}.outcome-hero{border-radius:23px;width:100%;max-width:480px;padding:18px 14px 13px}.outcome-top{padding:0 4px 16px}.outcome-top>.brand{font-size:22px}.outcome-top>span:last-child{max-width:90px;font-size:8px}.outcome-case{padding:16px 13px}.outcome-exposure,.outcome-request{padding:16px 14px}.outcome-exposure h2{font-size:21px}.outcome-request>p{font-size:16px}.outcome-case-heading,.outcome-source strong,.outcome-next strong{font-size:12px}.outcome-source>div>span,.outcome-fields>span,.outcome-request-top>div>span,.outcome-approval,.outcome-next span,.outcome-care>span{font-size:11px}.outcome-hero figcaption{font-size:10px}.capabilities-heading h2{letter-spacing:-1.4px;font-size:34px}.capabilities-grid{grid-template-columns:1fr;gap:14px}.capabilities-grid article{padding:25px}.capability-heading{margin-bottom:18px}.capabilities-heading>p{font-size:14px}.capabilities-grid article>p{font-size:13px}.service-capabilities{padding-top:25px}}@media (width<=370px){.outcome-led .hero-copy h1{letter-spacing:-1.7px;font-size:37px}.outcome-top>.brand{font-size:20px}.outcome-case{padding:14px 10px}.outcome-request-top{flex-wrap:wrap}.outcome-request-top .signal-badge{margin-left:39px}.outcome-care{gap:9px}.outcome-care>span{font-size:10px}.outcome-case-heading{gap:7px}}.dashboard-content .page-heading{flex-wrap:wrap;align-items:center;gap:20px;margin:28px 0 24px}.dashboard-content .page-heading h1{letter-spacing:-1.4px;margin:8px 0 0;font-size:clamp(29px,3vw,40px);line-height:1.15}.dashboard-content .page-heading h1:focus{outline:none}.dashboard-content .page-heading p{max-width:650px;margin-top:10px;font-size:14px;line-height:1.65}.dashboard-content .page-heading>.button{flex-shrink:0;gap:9px;min-width:0;min-height:44px;margin:0;padding:12px 16px;font-size:13px}.dashboard-content .page-heading>.button svg:last-child:not(:first-child){display:block}.workspace-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:20px 0 26px;display:grid}.workspace-stats>button{background:var(--surface);border:1px solid var(--border);text-align:left;color:var(--text);border-radius:16px;flex-direction:column;gap:10px;padding:20px;display:flex}.workspace-stats>button>span{color:var(--text-muted);font-size:13px}.workspace-stats>button>strong{letter-spacing:-1px;font-size:34px;font-weight:500;line-height:1.1}.workspace-stats>button>strong>small{color:var(--text-muted);font-size:17px;font-weight:400}.workspace-stats>button>small{color:var(--text-muted);justify-content:space-between;align-items:center;gap:8px;font-size:12px;line-height:1.5;display:flex}.workspace-stats svg{flex-shrink:0}.next-action{border-top:3px solid var(--info);padding:26px}.next-action[data-tone=high]{border-top-color:var(--high)}.next-action[data-tone=moderate]{border-top-color:var(--moderate)}.next-action[data-tone=low]{border-top-color:var(--low)}.next-action-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.next-action-body{justify-content:space-between;align-items:center;gap:26px;display:flex}.next-action h2{letter-spacing:-.8px;margin:0 0 10px;font-size:26px;font-weight:500;line-height:1.25}.next-action p{color:var(--text-muted);max-width:610px;margin:0;font-size:14px;line-height:1.7}.next-action-source{color:var(--text-muted);margin-top:12px;font-size:12px;display:block}.next-action .button{flex-shrink:0}.workspace-columns{grid-template-columns:1.1fr 1fr;align-items:start;gap:22px;margin-bottom:24px;display:grid}.workspace-columns .panel-heading{flex-wrap:wrap;gap:14px}.workspace-columns .panel-heading h2{font-size:17px}.workspace-columns .action-row h3{font-size:15px;line-height:1.45}.workspace-columns .action-row{gap:13px;min-height:100px;padding:20px}.workspace-columns .action-row>div{flex:1;min-width:0}.area-link{border:0;border-top:1px solid var(--border);color:var(--text);text-align:left;background:0 0;align-items:center;gap:14px;width:100%;min-height:80px;padding:18px 20px;display:flex}.area-link>svg{width:22px;color:var(--text-muted);flex-shrink:0}.area-link>span:not(.concierge-mark){flex:1;min-width:0}.area-link strong,.area-link small{display:block}.area-link strong{font-size:14px;font-weight:550}.area-link small{color:var(--text-muted);margin-top:5px;font-size:12px;line-height:1.5}.page-orientation{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin:24px 0;display:flex}.page-orientation p{flex-direction:column;gap:7px;margin:0;display:flex}.page-orientation strong{font-size:16px;font-weight:550}.page-orientation p>span{color:var(--text-muted);font-size:13px;line-height:1.6}.page-orientation>.text-link{min-height:44px}.filter-count{opacity:.75;font-variant-numeric:tabular-nums;margin-left:4px}.results-count{color:var(--text-muted);margin:0 0 16px;font-size:12px;line-height:1.5}.findings-list{margin-bottom:20px}.findings-list .finding-card{text-align:left}.findings-list .finding-bottom{color:var(--action);font-weight:550}.check-navigation{border-bottom:1px solid var(--border);gap:8px;margin:0 0 24px;display:flex}.check-navigation a{min-height:48px;color:var(--text-muted);border-bottom:2px solid #0000;align-items:center;gap:9px;padding:12px 16px;font-size:14px;line-height:1.4;display:flex}.check-navigation a[aria-current=page]{color:var(--action);border-bottom-color:var(--action);font-weight:600}.scope-note{border:1px solid var(--border);background:var(--surface-subtle);border-radius:14px;align-items:flex-start;gap:14px;margin:0 0 24px;padding:18px 20px;display:flex}.scope-note>svg{color:var(--text-muted);flex-shrink:0;margin-top:2px}.scope-note strong{font-size:14px;font-weight:550}.scope-note p{color:var(--text-muted);margin:7px 0 0;font-size:13px;line-height:1.65}.checklist{margin-bottom:20px}.checklist .panel-heading{flex-wrap:wrap;gap:12px}.checklist-instruction{color:var(--text-muted);margin:0;padding:10px 24px 18px;font-size:13px;line-height:1.6}.check-progress{appearance:none;background:var(--border);border:0;border-radius:4px;width:calc(100% - 48px);height:5px;margin:0 24px;display:block;overflow:hidden}.check-progress::-webkit-progress-bar{background:var(--border)}.check-progress::-webkit-progress-value{background:var(--action)}.check-progress::-moz-progress-bar{background:var(--action)}.next-check-label{letter-spacing:.05em;color:var(--action);margin-bottom:7px;font-size:11px;font-weight:650;display:block}.checklist-row[data-next]{border-left:3px solid var(--action);padding-left:21px}.checklist-row input{flex-shrink:0;min-width:24px;min-height:24px}.checklist-row strong{display:block}.request-next{color:var(--action);margin-top:9px;font-size:12px;line-height:1.5;display:block}.request-row .row-icon{background:var(--surface-subtle);color:var(--text-muted)}.draft-steps{gap:8px;margin:0 0 18px;padding:0;list-style:none;display:flex}.draft-steps li{color:var(--text-muted);border-bottom:2px solid var(--border);flex:1;align-items:center;gap:7px;padding-bottom:12px;font-size:12px;line-height:1.4;display:flex}.draft-steps li[aria-current=step]{color:var(--action);border-bottom-color:var(--action);font-weight:600}.draft-steps li>span{background:var(--surface-subtle);border-radius:50%;flex-shrink:0;place-items:center;width:23px;height:23px;display:grid}.request-stage-note{color:var(--text-muted);background:var(--surface-subtle);border-radius:10px;padding:14px;font-size:13px;line-height:1.65}.chat-panel .assistant-message h2{margin-bottom:14px;font-size:25px;line-height:1.3}.chat-panel .chat-content{padding-top:24px}.settings-group>.language-picker{margin:8px 0 18px}.settings-group>.language-picker select{min-height:44px}.dialog-heading .icon-button{min-width:44px;min-height:44px}.dialog-heading{z-index:2;background:var(--surface);padding-block:8px;position:sticky;top:-24px}.empty .button{margin-top:12px}.phone-unavailable{border-top:1px solid var(--border);padding:20px}.phone-unavailable strong{font-size:16px;display:block}.phone-unavailable p{color:var(--text-muted);margin:8px 0;font-size:13px;line-height:1.6}@media (width<=1050px){.workspace-columns{grid-template-columns:1fr}.next-action-body{flex-direction:column;align-items:flex-start}.next-action-body .button{align-self:flex-start}}@media (width<=760px){.mobile-tabbar{grid-template-columns:repeat(5,minmax(0,1fr));padding-left:8px;padding-right:8px}.mobile-tabbar a{text-align:center;gap:4px;min-width:0;padding:3px 1px;font-size:11px;line-height:1.25}.mobile-tabbar a>span:not(.concierge-mark){overflow-wrap:anywhere;max-width:100%}.workspace-stats{gap:8px;margin:18px 0}.workspace-stats>button{gap:11px;padding:14px 11px}.workspace-stats>button>span{font-size:12px;line-height:1.5}.workspace-stats>button>strong{font-size:28px}.workspace-stats>button>small{font-size:11px}.workspace-stats>button>small>svg{display:none}.next-action{padding:22px}.next-action h2{font-size:24px}.next-action p{font-size:13px}.workspace-columns{gap:18px}.workspace-columns .panel-heading h2{font-size:16px}.check-navigation a{flex:1;justify-content:center;padding:12px 8px;font-size:13px}.check-navigation svg{flex-shrink:0;width:17px}.dashboard-content .list-toolbar{gap:14px}.dashboard-content .segmented{flex-wrap:wrap;justify-content:flex-start;gap:4px}.dashboard-content .segmented button{flex:auto;min-height:44px;padding:9px 10px;font-size:12px}.page-orientation{margin:22px 0 18px}.page-orientation p>span{font-size:13px}.request-row .signal-badge{margin-left:52px}.request-row>svg:last-child{margin-left:auto}.draft-steps li{flex-direction:column;align-items:flex-start;font-size:12px}.chat-panel .assistant-message h2{font-size:23px}.chat-suggestions{grid-template-columns:1fr 1fr}}@media (width<=360px){.workspace-stats{grid-template-columns:1fr}.workspace-stats>button{grid-template-columns:1fr auto;gap:5px 16px;display:grid}.workspace-stats>button>strong{grid-area:1/2/3;align-self:center}.workspace-stats>button>small{grid-column:1}.chat-suggestions{grid-template-columns:1fr}.next-action{padding:18px}}.dashboard-content .preview-banner{flex-wrap:nowrap;gap:12px;min-height:42px;padding:6px 12px;display:flex}.dashboard-content .preview-banner>p{display:none}.dashboard-content .preview-banner>button{white-space:nowrap;flex-shrink:0;min-height:32px;margin-left:auto;font-size:12px}.dashboard-content .preview-banner>span{font-size:12px}.dashboard-content .page-heading{margin:22px 0 18px}.dashboard-content .page-orientation{gap:8px;margin:18px 0 12px}.page-orientation p,.page-orientation strong{font-size:14px}.identity-account>.button{flex-shrink:0;min-height:44px;margin-left:auto;padding:10px 12px;font-size:12px}.identity-account>div{min-width:0}.identity-account strong{overflow-wrap:anywhere}@media (width<=480px){.identity-account{grid-template-columns:36px minmax(0,1fr);gap:12px;padding:16px;display:grid}.identity-account>.button{grid-column:1/-1;justify-self:stretch;margin:0}.identity-account>.service-icon{width:36px;height:36px}.dashboard-content .preview-banner{gap:6px}.dashboard-content .preview-banner>button{font-size:11px}.page-orientation>.text-link{font-size:12px}}.motion-setting{cursor:pointer;min-height:48px}.motion-setting input{width:24px;height:24px;accent-color:var(--action)}.dashboard-content .preview-banner>span{white-space:normal;flex:1;min-width:0;line-height:1.5}@media (width<=760px){.request-row{grid-template-columns:36px minmax(0,1fr) 16px;align-items:start;gap:12px;padding:20px;display:grid}.request-row>.row-icon{grid-area:1/1;width:36px;height:36px}.request-row>div{grid-area:1/2;min-width:0}.request-row>.signal-badge{grid-area:2/2;margin-left:0}.request-row>svg:last-child{grid-area:1/3;margin:0}}.empty h2{letter-spacing:-.6px;margin:16px 0 10px;font-size:22px;font-weight:500;line-height:1.3}.app-shell[data-page=identity] .preview-banner{background:0 0;border:0;min-height:28px;margin-bottom:14px;padding:0}.app-shell[data-page=identity] .preview-banner>button{min-height:32px}.exposure-workspace .page-heading{align-items:center;gap:10px;margin:0 0 16px}.exposure-workspace .page-heading .eyebrow{display:none}.exposure-workspace .page-heading h1{letter-spacing:-1px;margin:0;font-size:30px}.exposure-workspace .page-heading p{margin:6px 0 0;font-size:13px}.exposure-workspace .page-heading>.button{background:0 0;border:0;min-height:44px;padding:8px;font-size:12px}.exposure-workspace .page-heading>.button>span{background:var(--surface-subtle);border-radius:5px;padding:2px 5px;font-size:11px}.exposure-identity{border-block:1px solid var(--border);align-items:center;gap:10px;margin-bottom:10px;padding:12px 0;display:flex}.exposure-identity>div{flex:1;min-width:0}.exposure-identity strong{overflow-wrap:anywhere;font-size:13px;font-weight:550;display:block}.exposure-identity>div>span{color:var(--text-muted);margin-top:3px;font-size:11px;line-height:1.5;display:block}.exposure-identity>.button{flex-shrink:0;min-height:40px;padding:8px 10px;font-size:12px}.exposure-toolbar{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.exposure-filters{flex-wrap:wrap;gap:4px;min-width:0;display:flex}.exposure-filters button{color:var(--text-muted);background:0 0;border:0;border-radius:9px;align-items:center;gap:6px;min-height:40px;padding:8px 12px;font-size:12px;display:flex}.exposure-filters button[aria-pressed=true]{background:var(--surface-subtle);color:var(--action);font-weight:600}.exposure-filters button>span{opacity:.8;font-variant-numeric:tabular-nums;font-size:11px}.exposure-search-toggle{flex-shrink:0;min-width:40px;min-height:40px}.exposure-search{width:100%;min-height:44px;margin-bottom:12px}.exposure-results{grid-template-columns:1fr;gap:10px;display:grid}.exposure-row{isolation:isolate;border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);text-align:left;border-radius:15px;min-height:126px;padding:16px 18px;position:relative;overflow:hidden}.exposure-row-art{z-index:-1;pointer-events:none;opacity:.8;width:42%;position:absolute;inset:0 0 0 auto;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 58%);mask-image:linear-gradient(90deg,#0000 0%,#000 58%)}.exposure-row-art img{object-fit:cover;object-position:right center;width:100%;height:100%}.exposure-row-content{width:75%;max-width:740px}.exposure-row-service{align-items:center;gap:10px;display:flex}.exposure-row-service>div{min-width:0}.exposure-row-service .service-icon{border-radius:9px;flex-shrink:0;width:32px;height:32px}.exposure-row-service .service-icon svg{width:17px;height:17px}.exposure-row h2{letter-spacing:-.25px;overflow-wrap:anywhere;margin:0;font-size:16px;font-weight:600;line-height:1.35}.exposure-row-service>div>span{color:var(--text-muted);margin-top:2px;font-size:11px;line-height:1.4;display:block}.exposure-row-fields{color:var(--text-muted);margin:10px 0;font-size:12px;line-height:1.5}.exposure-row-bottom{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.exposure-row-bottom .signal-badge{border-radius:5px;gap:4px;padding:3px 6px;font-size:11px}.exposure-row-bottom .signal-badge svg{width:12px;height:12px}.exposure-row-action{color:var(--action);align-items:center;gap:5px;font-size:12px;font-weight:550;display:inline-flex}.exposure-row-status{color:var(--text-muted);margin-top:7px;font-size:11px;line-height:1.4;display:block}.exposure-help{justify-content:space-between;align-items:flex-start;gap:12px;margin-top:16px;display:flex}.exposure-help>.priority-guide{border:0;flex:1;min-width:0;margin:0;padding:0}.exposure-help>.text-link{flex-shrink:0;min-height:32px;font-size:12px}.exposure-help:has(.priority-guide[open]){flex-direction:column}[data-theme=dark] .exposure-row-art{opacity:.23}@media (hover:hover) and (pointer:fine){.exposure-row:hover{border-color:var(--action)}.exposure-filters button:hover{background:var(--surface-subtle)}}@media (width<=480px){.exposure-workspace .page-heading{flex-wrap:nowrap;align-items:flex-start}.exposure-workspace .page-heading p{max-width:210px;font-size:12px}.exposure-workspace .page-heading>.button{gap:5px;padding:6px 0;font-size:11px}.exposure-workspace .page-heading>.button>svg{display:none!important}.exposure-identity{flex-wrap:wrap;gap:8px}.exposure-identity .service-icon{width:28px;height:28px}.exposure-identity strong{font-size:12px}.exposure-identity>.button{padding:7px 8px;font-size:11px}.exposure-filters button{gap:4px;padding:8px;font-size:11px}.exposure-filters{gap:0}.exposure-row{min-height:126px;padding:14px}.exposure-row h2{font-size:14px}.exposure-row-content{width:84%}.exposure-row-art{opacity:.55;width:38%;-webkit-mask-image:linear-gradient(90deg,#0000,#000);mask-image:linear-gradient(90deg,#0000,#000)}.exposure-row-bottom{gap:6px 10px}.exposure-row-action{font-size:11px}.exposure-row-fields{margin:9px 0;font-size:11px}.exposure-help{flex-direction:column;gap:5px}}@media (width<=350px){.exposure-identity>.button{margin-left:36px}.exposure-row-content{width:100%}.exposure-row-art{opacity:.2}.exposure-filters button{padding:8px 6px}.exposure-workspace .page-heading h1{font-size:28px}}.visual-checks{margin:18px 0 24px}.checks-progress-card{border:1px solid var(--border);background:var(--surface);border-radius:18px;align-items:center;gap:22px;margin-bottom:16px;padding:18px 22px;display:flex}.check-ring{width:94px;height:94px;color:var(--action);flex-shrink:0;place-items:center;display:grid;position:relative}.check-ring>svg:first-child{width:100%;height:100%;position:absolute;inset:0}.checks-progress-card .eyebrow{letter-spacing:.12em;font-size:10px}.checks-progress-card h2{letter-spacing:-1px;margin:5px 0;font-size:29px;font-weight:550;line-height:1.2}.checks-progress-card h2>span{color:var(--text-muted);font-size:21px}.checks-progress-card h2>small{letter-spacing:0;color:var(--text-muted);margin-left:5px;font-size:13px;font-weight:400}.checks-progress-card p{color:var(--text-muted);max-width:340px;margin:6px 0 0;font-size:13px;line-height:1.55}.checks-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.check-task-card{background:var(--surface);border:1px solid var(--border);text-align:left;color:var(--text);border-radius:18px;padding:18px 20px;position:relative;overflow:hidden}.check-task-top{justify-content:space-between;align-items:flex-start;gap:6px;margin-bottom:9px;display:flex}.check-graphic{width:112px;height:88px;color:var(--action);flex-shrink:0}.check-task-state{color:var(--text-muted);background:var(--surface-subtle);border-radius:5px;flex-shrink:0;align-items:center;gap:4px;margin-top:3px;padding:4px 6px;font-size:10px;line-height:1.4;display:inline-flex}.check-task-state.is-done{color:var(--success);background:var(--success-surface)}.check-task-card h3{letter-spacing:-.3px;margin:0 0 7px;font-size:17px;font-weight:550;line-height:1.35}.check-task-card>p{color:var(--text-muted);max-width:280px;margin:0 0 16px;font-size:12px;line-height:1.55}.check-task-cta{color:var(--action);align-items:center;gap:6px;font-size:12px;font-weight:550;display:inline-flex}.check-task-card[data-complete=true]{border-color:color-mix(in srgb,var(--action) 35%,var(--border))}.checks-boundary{color:var(--text-muted);margin:13px 0 0;font-size:12px;line-height:1.6}.check-guide-preview{background:var(--surface-subtle);border-radius:14px;align-items:center;gap:18px;margin:8px 0 24px;padding:16px;display:flex}.check-guide-preview p{color:var(--text-muted);margin:8px 0 0;font-size:13px;line-height:1.6}.check-guide-preview .eyebrow{font-size:10px}.check-guide-label{margin:0 0 12px;font-size:14px;font-weight:550}.settings-path{background:var(--surface-subtle);border-radius:10px;flex-wrap:wrap;align-items:center;gap:6px;padding:14px;display:flex}.settings-path>span{align-items:center;gap:6px;font-size:12px;line-height:1.6;display:inline-flex}.settings-path svg{color:var(--text-muted)}.check-guide-steps p{color:var(--text);margin:16px 0;font-size:14px;line-height:1.7}.check-guide-completion{border-top:1px solid var(--border);margin-top:25px;padding-top:18px}.check-guide-completion>.button{width:100%}.check-guide-completion>p{color:var(--text-muted);margin:10px 0;font-size:12px;line-height:1.6}.graphic-turn,.graphic-focus,.graphic-signal,.check-task-cta svg{transition:transform var(--motion-feedback) var(--ease-out),opacity var(--motion-feedback) var(--ease-out)}.graphic-focus,.graphic-signal{transform-origin:56px 42px}@media (hover:hover) and (pointer:fine){.check-task-card:hover{border-color:var(--action)}.check-task-card:hover .graphic-turn{transform:rotate(35deg)}.check-task-card:hover .graphic-focus,.check-task-card:hover .graphic-signal{transform:translateY(-2px)}.check-task-card:hover .check-task-cta svg{transform:translate(2px,-2px)}}@media (prefers-reduced-motion:reduce){.graphic-turn,.graphic-focus,.graphic-signal,.check-task-cta svg{transition:none!important;transform:none!important}}@media (width<=600px){.checks-progress-card{gap:15px;padding:16px}.check-ring{width:78px;height:78px}.checks-card-grid{gap:10px}.check-task-card{padding:15px}.check-task-top{flex-wrap:wrap;gap:0;margin-bottom:12px}.check-task-top .check-graphic{width:90px;height:70px}.check-task-state{font-size:10px}.check-task-card h3{font-size:15px}.check-task-card>p{font-size:12px}.check-guide-preview{gap:10px}.check-guide-preview>.check-graphic{width:90px;height:74px}}@media (width<=360px){.checks-card-grid{grid-template-columns:1fr}.check-task-top{flex-wrap:nowrap}.check-task-card{grid-template-columns:90px minmax(0,1fr);gap:5px 12px;display:grid}.check-task-top{flex-direction:column;grid-row:1/4;align-items:center;margin:0;display:flex}.check-task-card h3{margin-top:5px}.check-task-card>p{margin:0 0 5px}.checks-progress-card h2{font-size:25px}.checks-progress-card p{font-size:12px}}.guides-page main{max-width:1040px}.guides-page article{max-width:760px;margin:auto}.guide-breadcrumb{color:var(--text-secondary);flex-wrap:wrap;gap:10px;margin-bottom:28px;font-size:13px;display:flex}.guide-breadcrumb a,.guide-footer a{color:var(--action);text-underline-offset:4px;text-decoration:underline}.guide-byline{color:var(--text-secondary);font-size:13px}.guide-cover{object-fit:cover;border-radius:22px;width:100%;height:270px;margin-top:24px}.guide-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:38px;display:grid}.guide-card{border:1px solid var(--border);background:var(--surface);color:inherit;border-radius:22px;flex-direction:column;gap:16px;padding:16px;text-decoration:none;display:flex}.guide-card img{object-fit:cover;border-radius:13px;width:100%;height:160px}.guide-card h2{font-size:23px;margin:0!important}.guide-card p{font-size:14px;margin:0!important}.guide-card .text-link{margin-top:auto}.guide-sources{padding-left:20px}.guide-sources li{margin:14px 0}.guide-sources a{color:var(--action);text-underline-offset:4px}.guide-sources svg{vertical-align:middle;margin-left:6px}.guide-next{background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:24px}.guide-next .button{margin-top:12px;text-decoration:none}.guide-footer{border-top:1px solid var(--border);gap:24px;margin-top:48px;padding-top:30px;font-size:14px;display:flex}.landing-guides{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:24px;max-width:1240px;margin:auto;padding:38px 48px;display:flex}.landing-guides h2{margin:8px 0;font-size:28px}.landing-guides p{color:var(--text-secondary)}.landing-guides a{white-space:nowrap}@media (width<=760px){.guide-grid{grid-template-columns:1fr}.guide-card{grid-template-columns:96px 1fr;column-gap:18px;display:grid}.guide-card img{grid-row:1/5;height:100%;min-height:150px}.guide-card h2{font-size:22px}.guide-card .eyebrow{font-size:9px}.guide-cover{height:210px}.landing-guides{flex-direction:column;align-items:flex-start;padding:30px 24px}}@media (prefers-reduced-motion:no-preference) and (hover:hover){.guide-card{transition:transform .18s,border-color .18s}.guide-card:hover{border-color:var(--action);transform:translateY(-3px)}}.information-page>header{flex-wrap:wrap;gap:12px;height:auto;min-height:96px;padding-top:18px;padding-bottom:18px}.information-page>header>a:not(.text-link){order:1}.information-page>header>.language-picker{order:2;margin-left:auto}.information-page>header>.text-link{white-space:nowrap;order:3}@media (width<=380px){.information-page>header>.text-link{flex-basis:100%;justify-content:flex-start}}.cta-arrow-wrap{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.button.primary:has(.cta-arrow-wrap){isolation:isolate;gap:13px;padding-right:10px;position:relative;overflow:hidden}.button.primary:has(.cta-arrow-wrap):before{content:"";background:var(--on-action);opacity:.12;z-index:-1;width:34px;height:34px;transition:transform var(--motion-departure) var(--ease-out);pointer-events:none;border-radius:50%;position:absolute;top:50%;right:7px;transform:translateY(-50%)scale(1)}.button.primary .cta-arrow-wrap{width:30px;height:30px}.button.primary:has(.cta-arrow-wrap):focus-visible:not(:disabled):before{transform:translateY(-50%)scale(18)}.check-navigation{background:var(--surface-subtle);border:0;border-radius:12px;gap:4px;padding:4px}.check-navigation a{isolation:isolate;border-radius:9px;min-height:44px;padding:10px 14px;position:relative;border:0!important}.check-navigation a[aria-current=page]{background:0 0}.check-nav-indicator{background:var(--surface);border:1px solid var(--border);z-index:-1;pointer-events:none;border-radius:9px;position:absolute;inset:0;box-shadow:0 1px 3px #00000006}.check-nav-label{position:relative}.exposure-filters button{isolation:isolate;position:relative}.exposure-filters button[aria-pressed=true]{background:0 0}.filter-indicator{background:var(--surface-subtle);z-index:-1;pointer-events:none;border-radius:9px;position:absolute;inset:0}.exposure-filters button>.filter-label{font-size:inherit;opacity:1}.check-task-card,.area-link{transition:transform var(--motion-feedback) var(--ease-out),border-color var(--motion-feedback) var(--ease-out)}.exposure-row-action svg{transition:transform var(--motion-feedback) var(--ease-out)}.app-shell:is([data-page=devices],[data-page=network]) .preview-banner{background:0 0;border:0;min-height:28px;margin-bottom:16px;padding:0}.app-shell:is([data-page=devices],[data-page=network]) .page-heading .eyebrow{display:none}.app-shell:is([data-page=devices],[data-page=network]) .page-heading h1{margin:0;font-size:30px}.app-shell:is([data-page=devices],[data-page=network]) .page-heading p{margin-top:8px;font-size:13px}.checks-progress-card[data-area=home]{isolation:isolate;padding-right:110px;position:relative;overflow:hidden}.checks-router-photo{object-fit:cover;object-position:right center;z-index:-1;opacity:.7;width:37%;height:100%;position:absolute;inset:0 0 0 auto;-webkit-mask-image:linear-gradient(90deg,#0000,#000 70%);mask-image:linear-gradient(90deg,#0000,#000 70%)}[data-theme=dark] .checks-router-photo{opacity:.2}@media (hover:hover) and (pointer:fine){.button.primary:has(.cta-arrow-wrap):hover:not(:disabled):before{transform:translateY(-50%)scale(18)}.check-task-card:hover,.area-link:hover{transform:translateY(-2px)}.exposure-row:hover .exposure-row-action svg{transform:translate(2px,-2px)}}@media (width<=480px){.checks-progress-card[data-area=home]{padding-right:16px}.checks-router-photo{opacity:.22;width:40%}.check-navigation a{padding:10px 8px;font-size:12px}}@media (prefers-reduced-motion:reduce){.button.primary:has(.cta-arrow-wrap):before{transition:none!important;transform:translateY(-50%)!important}.check-task-card,.area-link,.exposure-row-action svg{transition:none!important;transform:none!important}}.landing-v2{background:#fbfcf9}.landing-v2 .landing-nav{gap:28px;max-width:1376px;padding:0 48px}.landing-v2 .landing-nav nav{gap:26px;font-size:13px}.landing-v2 .nav-actions{gap:18px}.clear-hero{text-align:center;max-width:960px;margin:auto;padding:56px 24px 35px}.agent-eyebrow{letter-spacing:.105em;color:#355746;flex-wrap:wrap;justify-content:center;align-items:center;gap:9px;font-size:10px;font-weight:600;display:flex}.agent-eyebrow>span{letter-spacing:0;color:#68786c;background:#eaf0e6;border:1px solid #dee6d9;border-radius:20px;padding:3px 8px;font-size:10px}.agent-eyebrow img{border-radius:50%}.clear-hero h1{letter-spacing:-.065em;margin:23px 0;font-size:clamp(44px,5.7vw,78px);font-weight:500;line-height:1.06}.clear-hero h1 em{color:#617c58;font-style:normal}.clear-hero>p{color:#607065;text-wrap:pretty;max-width:635px;margin:0 auto;font-size:17px;line-height:1.75}.clear-hero-actions{justify-content:center;align-items:center;gap:28px;margin:27px 0 16px;display:flex}.clear-hero-actions .button{min-height:50px;padding:13px 23px}.clear-hero-note{color:#68786c;justify-content:center;align-items:center;gap:7px;font-size:12px;display:flex}.product-tour{max-width:1140px;margin:0 auto;padding:0 24px;scroll-margin-top:25px}.tour-selectors{flex-wrap:wrap;justify-content:center;gap:7px;padding:18px 0;display:flex}.tour-selectors button{color:#657368;border:1px solid #0000;border-radius:30px;justify-content:center;align-items:center;gap:9px;min-height:45px;padding:10px 19px;font-size:13px;transition:background .2s,border-color .2s;display:flex}.tour-selectors button[aria-pressed=true]{color:#244b36;background:#e8efe3;border-color:#d7e2d0}.tour-selectors button:hover{background:#edf2e8}.tour-active-dot{background:#668353;border-radius:50%;width:5px;height:5px}.tour-frame{background:#fff;border:1px solid #d5ded0;border-radius:16px;margin:0;overflow:hidden;box-shadow:0 24px 60px -35px #24463054,0 0 0 7px #eaf0e570}.tour-browser{color:#657265;background:#f1f4ed;border-bottom:1px solid #e0e6db;justify-content:space-between;align-items:center;gap:12px;padding:12px 19px;font-size:10px;display:flex}.tour-browser>span{align-items:center;gap:6px;display:flex}.tour-window-dots i{border:1px solid #b7c4b0;border-radius:50%;width:7px;height:7px;display:block}.tour-frame picture{aspect-ratio:1280/900;background:#f5f7f1;display:block}.tour-frame picture img{object-fit:contain;width:100%;height:100%}.tour-frame figcaption{border-top:1px solid #e1e7dc;justify-content:space-between;align-items:center;gap:28px;padding:24px 30px;display:flex}.tour-frame figcaption h2{letter-spacing:-.035em;margin-bottom:8px;font-size:22px}.tour-frame figcaption p{max-width:650px;font-size:13px;line-height:1.65}.tour-frame figcaption>a{flex-shrink:0}.tour-caption{text-align:center;color:#72806e;margin:18px 0;font-size:11px}.clear-section{max-width:1200px;margin:auto;padding:95px 32px}.clear-section-heading{text-align:center;max-width:680px;margin:0 auto 38px}.clear-section-heading .eyebrow{color:#6b8162;justify-content:center;font-size:10px}.clear-section h2{letter-spacing:-.05em;font-size:clamp(30px,3.3vw,44px);font-weight:500;line-height:1.17}.clear-section-heading h2{margin:17px 0}.clear-section-heading>p{font-size:15px}.pain-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.pain-grid article{background:#fff;border:1px solid #e1e6dd;border-radius:20px;flex-direction:column;display:flex;overflow:hidden}.pain-grid article>img{object-fit:cover;width:100%;height:190px}.pain-grid article>div{flex-direction:column;flex:1;padding:25px;display:flex}.pain-grid h3{margin-bottom:14px;font-size:23px;font-weight:500;line-height:1.2}.pain-grid p{margin-bottom:19px;font-size:14px;line-height:1.75}.pain-grid .text-link{margin-top:auto;font-size:13px}.agent-direction{border-top:1px solid #e1e6da;border-bottom:1px solid #e1e6da;grid-template-columns:1fr 1fr;gap:100px;padding-top:65px;padding-bottom:65px;display:grid}.agent-direction-heading>img{margin-bottom:25px}.agent-direction .eyebrow{letter-spacing:.1em;font-size:10px}.agent-direction h2{margin:18px 0}.agent-direction p{max-width:475px;font-size:14px;line-height:1.8}.agent-availability{align-content:center;gap:25px;display:grid}.agent-availability>div{border-bottom:1px solid #e1e6da;padding:0 0 25px}.availability-label{color:#62735b;background:#edf0e8;border-radius:6px;align-items:center;gap:6px;margin-bottom:13px;padding:5px 9px;font-size:11px;display:inline-flex}.availability-label.available{color:#28513c;background:#e4eddd}.agent-availability h3{letter-spacing:-.025em;margin-bottom:9px;font-size:21px}.clear-trust{grid-template-columns:repeat(3,minmax(0,1fr));gap:58px;padding-top:48px;padding-bottom:48px;display:grid}.clear-trust svg{color:#5b7951;margin-bottom:16px}.clear-trust h3{margin-bottom:10px;font-size:17px}.clear-trust p{font-size:13px;line-height:1.7}.landing-check{background:#edf2e7;border:1px solid #dce5d5;border-radius:24px;grid-template-columns:1fr 1fr;gap:60px;max-width:1136px;margin-top:25px;padding:38px;display:grid}.landing-check h2{margin:14px 0;font-size:29px}.landing-check .eyebrow{font-size:10px}.landing-check>div>p{font-size:13px;line-height:1.8}.landing-check .exposure-entry{align-self:center;margin:0}.clear-faq{grid-template-columns:1fr 1.35fr;gap:80px;padding-top:95px;padding-bottom:65px;display:grid}.clear-faq .eyebrow{margin-bottom:16px;font-size:10px}.clear-faq .faq-item>button{gap:20px;font-size:15px}.clear-faq .faq-item p{font-size:14px;line-height:1.8}.clear-final{text-align:center;background:#eef3e9;margin-top:45px;padding:75px 24px 85px}.clear-final h2{margin:25px 0 14px;font-size:clamp(32px,3.5vw,46px);font-weight:500}.clear-final>p{margin-bottom:25px;font-size:15px}.clear-final>span{color:#6c7e61;margin-top:16px;font-size:11px;display:block}.landing-v2 .landing-footer{flex-wrap:wrap;gap:22px;max-width:1300px;padding:35px 48px}.landing-v2 .landing-footer nav{flex-wrap:wrap;gap:18px}.landing-v2 .landing-footer nav button{font-size:inherit;min-height:44px;padding:0}.landing-v2 .landing-footer a{align-items:center;min-height:44px;display:inline-flex}.landing-v2 .landing-guides{max-width:1200px;padding:35px 32px}.landing-v2 .button{white-space:normal}.landing-v2 .clear-hero h1{font-size:clamp(44px,5.7vw,78px)}@media (width<=1000px){.landing-v2 .landing-nav{gap:20px;padding-inline:28px}.landing-v2 .landing-nav nav{gap:16px}.landing-v2 .nav-actions{gap:10px}.agent-direction{gap:50px}.clear-faq{gap:45px}.clear-trust{gap:30px}.pain-grid{gap:14px}.pain-grid article>div{padding:20px}.pain-grid h3{font-size:21px}.landing-check{gap:30px;margin-inline:32px}.landing-v2 .landing-footer{padding-inline:32px}}@media (width<=760px){.landing-v2 .landing-nav{gap:8px;min-height:80px;padding:16px 22px}.landing-v2 .landing-nav nav,.landing-v2 .nav-actions>.button{display:none}.landing-v2 .clear-hero{padding:30px 22px 22px}.agent-eyebrow{letter-spacing:.08em;gap:6px;font-size:9px}.agent-eyebrow>span{font-size:9px}.landing-v2 .clear-hero h1{letter-spacing:-.055em;margin:21px 0;font-size:46px;line-height:1.1}.clear-hero>p{font-size:15px;line-height:1.7}.clear-hero-actions{flex-wrap:wrap;gap:22px;margin-top:25px}.clear-hero-note{font-size:11px}.product-tour{padding:0 20px}.tour-selectors{grid-template-columns:1fr 1fr;gap:5px;padding:12px 0 20px;display:grid}.tour-selectors button{padding:9px 8px;font-size:12px}.tour-active-dot{display:none}.tour-frame figcaption{flex-direction:column;align-items:flex-start;gap:10px;padding:22px}.tour-frame figcaption h2{font-size:21px}.tour-frame figcaption p{font-size:13px}.tour-browser{gap:8px;padding:12px;font-size:9px}.tour-window-dots{display:none!important}.tour-caption{margin:16px 8px;font-size:10px;line-height:1.6}.clear-section{padding:60px 24px}.clear-section-heading{margin-bottom:30px}.clear-section-heading h2{font-size:31px}.clear-section-heading>p{font-size:14px}.pain-grid{grid-template-columns:1fr;gap:20px}.pain-grid article>img{height:185px}.pain-grid article>div{padding:24px}.pain-grid h3{font-size:25px}.agent-direction{grid-template-columns:1fr;gap:32px;margin:0 24px;padding:40px 0}.agent-direction-heading>img{width:52px;height:52px}.clear-trust{grid-template-columns:1fr;gap:27px;padding-top:35px;padding-bottom:35px}.clear-trust article{grid-template-columns:25px 1fr;column-gap:14px;display:grid}.clear-trust article svg{grid-row:1/3;margin:0}.clear-trust h3{margin-bottom:7px;font-size:16px}.clear-trust p{font-size:13px}.landing-check{grid-template-columns:1fr;gap:24px;margin:20px 20px 0;padding:26px 22px}.landing-check h2{font-size:28px}.landing-check .exposure-tabs{justify-content:flex-start}.clear-faq{grid-template-columns:1fr;gap:26px;padding-bottom:40px}.clear-faq .faq-item>button{text-align:left}.landing-v2 .landing-guides{gap:14px;padding:28px 24px}.landing-v2 .landing-guides h2{font-size:25px}.landing-v2 .landing-guides p{font-size:14px}.clear-final{margin-top:25px;padding:50px 24px}.clear-final h2{font-size:34px}.clear-final>p{font-size:14px}.landing-v2 .landing-footer{align-items:flex-start;gap:12px;padding:28px 24px}.landing-v2 .landing-footer nav{justify-content:flex-start;gap:14px}.landing-v2 .landing-footer small{width:100%}}@media (width<=600px){.tour-frame picture{aspect-ratio:390/844}.tour-frame{max-width:460px;margin:auto}.landing-v2 .clear-hero h1{font-size:42px}}@media (width<=370px){.landing-v2 .clear-hero h1{font-size:35px}.clear-hero-actions{gap:10px}.clear-hero-actions .button{min-width:100%}.agent-eyebrow{letter-spacing:.06em;font-size:8px}.tour-selectors button{font-size:11px}.clear-section h2{font-size:28px}.landing-v2 .landing-nav{padding-inline:20px}}@media (prefers-reduced-motion:no-preference){.tour-frame picture{animation:.2s both tour-reveal}@keyframes tour-reveal{0%{opacity:.65}to{opacity:1}}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.tour-selectors button{transition:none}}.landing-v2 main h1:focus{outline:none}.landing-v2 .clear-hero{padding-top:30px;padding-bottom:22px}.landing-v2 .clear-hero h1{margin:19px 0;font-size:clamp(42px,5vw,68px)}.clear-hero>p{max-width:730px;font-size:16px;line-height:1.65}.clear-hero-actions{margin-top:22px}.tour-selectors{padding-top:12px}@media (width<=760px){.landing-v2 .clear-hero{padding-top:20px}.landing-v2 .clear-hero h1{font-size:40px}.clear-hero>p{font-size:14px}.clear-hero-actions{margin-top:19px}.clear-hero-note{font-size:10px}}@media (width<=370px){.landing-v2 .clear-hero h1{font-size:34px}}
