:root{--font-body:"DM Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Space Grotesk", "DM Sans", system-ui, sans-serif;--bg:#f4f5ef;--surface:#fff;--surface-soft:#f8f8f4;--surface-raised:#fff;--surface-inverse:#19201b;--text:#1d241f;--text-soft:#434c45;--text-muted:#798179;--border:#e2e5de;--border-strong:#d4d9cf;--lime:#b8dc4a;--lime-strong:#96ba2f;--lime-soft:#edf6d1;--green:#287a62;--green-soft:#e7f3ee;--red:#d85844;--red-soft:#fbeae6;--orange:#d6862f;--orange-soft:#fff1df;--violet:#746bc2;--violet-soft:#edebf9;--blue:#467da4;--blue-soft:#e9f2f8;--shadow-sm:0 2px 8px #1a221c09, 0 1px 2px #1a221c0a;--shadow-md:0 18px 50px #1a221c14, 0 3px 12px #1a221c0a;--shadow-lg:0 32px 85px #151d1629, 0 8px 24px #151d1614;--chart-grid:#e6e8e2;--chart-cursor:#aeb5ac;font-family:var(--font-body);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility}:root[data-theme=dark]{--bg:#121512;--surface:#1b1f1c;--surface-soft:#202520;--surface-raised:#242a25;--surface-inverse:#e9eddf;--text:#eef1e9;--text-soft:#c8cdc6;--text-muted:#929b92;--border:#303730;--border-strong:#3d453e;--lime:#b6d951;--lime-strong:#c3e267;--lime-soft:#303a20;--green:#67b99d;--green-soft:#20362f;--red:#f0806c;--red-soft:#412924;--orange:#eeab5e;--orange-soft:#432f20;--violet:#a49ce6;--violet-soft:#302e49;--blue:#7eb1d5;--blue-soft:#253642;--shadow-sm:0 1px 2px #00000038;--shadow-md:0 18px 50px #00000038;--shadow-lg:0 32px 85px #00000061;--chart-grid:#303630;--chart-cursor:#606960}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid color-mix(in srgb, var(--lime) 60%, transparent);outline-offset:2px}button{cursor:pointer;border:0}a{color:inherit;text-decoration:none}svg{flex-shrink:0}.shell-width{width:min(1220px,100% - 48px);margin-inline:auto}.button{letter-spacing:-.01em;white-space:nowrap;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:9px;min-height:42px;padding:0 17px;font-size:13px;font-weight:700;transition:transform .18s,background .18s,border-color .18s,box-shadow .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:wait;opacity:.72;transform:none}.button--large{border-radius:14px;min-height:54px;padding-inline:22px;font-size:14px}.button--small{min-height:39px;padding-inline:15px}.button--primary{color:#f7f9f3;background:#202820;box-shadow:0 8px 20px #1f292026}.button--primary:hover{background:#121812;box-shadow:0 12px 25px #1f292033}[data-theme=dark] .button--primary{color:#182018;background:var(--lime);box-shadow:none}[data-theme=dark] .button--primary:hover{background:var(--lime-strong)}.button--ink{color:#f7f9f3;background:#202820}.button--ghost{color:var(--text);border-color:var(--border-strong);background:0 0}.button--ghost:hover,.button--outline:hover{background:var(--surface-soft);border-color:var(--text-muted)}.button--outline{color:var(--text-soft);background:var(--surface);border-color:var(--border);box-shadow:var(--shadow-sm)}.button--lime{color:#1b2419;background:var(--lime)}.button--lime:hover{background:var(--lime-strong)}.button--dark-ghost{color:#f0f2ea;background:0 0;border:1px solid #fff3;min-height:52px}.button--danger-soft{color:#9e3526;background:#ffffff9e;border-color:#a4402f21}[data-theme=dark] .button--danger-soft{color:#ffd9d1;background:#0000002e;border-color:#ffffff1f}.text-link{color:var(--text);background:0 0;align-items:center;gap:6px;padding:0;font-size:13px;font-weight:700;display:inline-flex}.text-link:hover{color:var(--green)}.mini-spinner{border:2px solid var(--border-strong);border-top-color:var(--text);border-radius:50%;width:15px;height:15px;animation:.8s linear infinite spin}.mini-spinner--light{border-color:#fff #ffffff59 #ffffff59}@keyframes spin{to{transform:rotate(360deg)}}.brand{align-items:center;gap:10px;display:inline-flex}.brand-mark{color:#1c251c;background:var(--lime);border-radius:9px;grid-template-columns:repeat(3,1fr);align-items:end;gap:3px;width:29px;height:29px;padding:6px;display:inline-grid;position:relative;transform:rotate(-3deg)}.brand-mark span{background:currentColor;border-radius:2px;width:100%;display:block}.brand-mark span:first-child{height:7px}.brand-mark span:nth-child(2){height:13px}.brand-mark span:nth-child(3){height:10px}.brand-word{font-family:var(--font-display);color:var(--text);letter-spacing:-.06em;font-size:18px;font-weight:700}.brand-word span{color:var(--green)}.landing{background:var(--bg);min-height:100vh;overflow:hidden}.landing-nav{grid-template-columns:1fr auto 1fr;align-items:center;height:82px;display:grid}.landing-links{align-items:center;gap:34px;display:flex}.landing-links a{color:var(--text-soft);font-size:13px;font-weight:600}.landing-links a:hover{color:var(--text)}.landing-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.theme-toggle,.icon-button{width:39px;height:39px;color:var(--text-soft);background:var(--surface);border:1px solid var(--border);border-radius:11px;justify-content:center;align-items:center;padding:0;display:inline-flex}.theme-toggle:hover,.icon-button:hover{color:var(--text);background:var(--surface-soft)}.theme-toggle--label{gap:8px;width:auto;padding:0 13px}.hero{grid-template-columns:.9fr 1.1fr;align-items:center;gap:64px;min-height:670px;padding-block:76px 96px;display:grid}.hero-copy{z-index:2;position:relative}.eyebrow,.kicker,.overline,.panel-kicker{color:var(--text-muted);letter-spacing:.14em;font-size:10px;font-weight:700}.eyebrow{align-items:center;gap:8px;display:inline-flex}.eyebrow-dot{background:var(--lime-strong);width:7px;height:7px;box-shadow:0 0 0 4px var(--lime-soft);border-radius:50%}.hero h1{max-width:600px;font:600 clamp(46px, 5vw, 73px)/.99 var(--font-display);letter-spacing:-.065em;margin:22px 0}.hero h1 em{color:var(--green);font-style:normal}.hero-lead{max-width:560px;color:var(--text-soft);margin:0;font-size:17px;line-height:1.65}.hero-actions{align-items:center;gap:12px;margin-top:31px;display:flex}.trust-row{flex-wrap:wrap;align-items:center;gap:18px;margin-top:23px;display:flex}.trust-row span{color:var(--text-muted);align-items:center;gap:6px;font-size:11px;font-weight:600;display:inline-flex}.trust-row svg{color:var(--green)}.hero-visual{perspective:1100px;min-width:0;position:relative}.preview-glow{background:radial-gradient(ellipse, color-mix(in srgb, var(--lime) 28%, transparent), transparent 64%);filter:blur(16px);width:100%;height:90%;position:absolute;inset:7% 0 auto}.preview-window{aspect-ratio:1.23;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-lg);border-radius:20px;position:relative;overflow:hidden;transform:rotateY(-2deg)rotateX(1deg)}.preview-bar{background:var(--surface-soft);border-bottom:1px solid var(--border);grid-template-columns:1fr 2fr 1fr;align-items:center;height:37px;padding-inline:13px;display:grid}.preview-dots{gap:5px;display:flex}.preview-dots i{background:var(--border-strong);border-radius:50%;width:6px;height:6px}.preview-dots i:first-child{background:#e67967}.preview-dots i:nth-child(2){background:#e4b762}.preview-dots i:nth-child(3){background:#74b78e}.preview-address{color:var(--text-muted);justify-content:center;align-items:center;gap:4px;font-size:7px;display:flex}.preview-body{height:calc(100% - 37px);display:flex}.preview-side{background:#202721;flex-direction:column;flex-shrink:0;align-items:center;gap:20px;width:55px;padding-top:17px;display:flex}.preview-side .brand-mark{width:23px;height:23px;padding:5px}.preview-side i{background:#ffffff24;border-radius:5px;width:17px;height:4px}.preview-side i:first-of-type{background:var(--lime);margin-top:4px}.preview-main{background:var(--bg);flex:1;min-width:0;padding:20px}.preview-heading{justify-content:space-between;align-items:center;display:flex}.preview-heading div{flex-direction:column;gap:3px;display:flex}.preview-heading small,.preview-chart small,.preview-issues>small,.preview-stat small{color:var(--text-muted);letter-spacing:.09em;font-size:6px}.preview-heading strong{font:600 15px var(--font-display)}.preview-heading>span{background:#202820;border-radius:5px;width:57px;height:17px}.preview-metrics{grid-template-columns:1.15fr 1fr 1fr;gap:8px;margin-top:16px;display:grid}.preview-metrics>div{background:var(--surface);border:1px solid var(--border);border-radius:10px;height:105px;padding:12px}.preview-score{align-items:center;gap:9px;display:flex}.preview-score>span{color:var(--text-muted);font-size:7px}.preview-ring{border:7px solid var(--lime);border-left-color:var(--border);border-radius:50%;justify-content:center;align-items:baseline;width:67px;height:67px;padding-top:20px;display:flex;transform:rotate(-25deg)}.preview-ring b,.preview-ring small{transform:rotate(25deg)}.preview-ring b{font:700 18px var(--font-display)}.preview-ring small{color:var(--text-muted);margin-left:1px;font-size:6px}.preview-stat{flex-direction:column;display:flex}.preview-stat b{font:700 21px var(--font-display);letter-spacing:-.05em;margin:13px 0 5px}.preview-stat span{color:var(--text-muted);font-size:6px}.preview-stat .preview-up{color:var(--green);align-items:center;gap:2px;display:flex}.preview-lower{grid-template-columns:1.45fr .8fr;gap:8px;height:calc(100% - 137px);margin-top:9px;display:grid}.preview-chart,.preview-issues{background:var(--surface);border:1px solid var(--border);border-radius:10px;min-width:0;padding:12px}.preview-chart svg{width:100%;height:calc(100% - 9px)}.preview-issues p{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr auto;align-items:center;gap:5px;margin:10px 0;padding-bottom:7px;font-size:7px;display:grid}.preview-issues p b{font-size:8px}.preview-issues i{border-radius:50%;width:5px;height:5px}.dot-red{background:var(--red)}.dot-orange{background:var(--orange)}.dot-yellow{background:#d3b43e}.floating-note{z-index:4;background:color-mix(in srgb, var(--surface) 91%, transparent);border:1px solid var(--border);min-width:148px;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:13px;align-items:center;gap:9px;padding:12px;display:flex;position:absolute}.floating-note>span{color:#344219;background:var(--lime-soft);border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.floating-note .floating-note__alert{color:var(--red);background:var(--red-soft)}.floating-note div{flex-direction:column;display:flex}.floating-note b{font:700 12px var(--font-display)}.floating-note small{color:var(--text-muted);margin-top:2px;font-size:8px}.floating-note--top{top:-26px;right:22px}.floating-note--bottom{bottom:-22px;left:-25px}.proof-strip{background:var(--surface);border-block:1px solid var(--border)}.proof-grid{grid-template-columns:repeat(4,1fr);align-items:center;min-height:104px;display:grid}.proof-grid>div{border-right:1px solid var(--border);align-items:center;gap:12px;min-height:42px;padding-inline:30px;display:flex}.proof-grid>div:first-child{padding-left:0}.proof-grid>div:last-child{border:0}.proof-grid b{font:600 25px var(--font-display);letter-spacing:-.05em}.proof-grid span{max-width:110px;color:var(--text-muted);font-size:10px;line-height:1.4}.section{padding-block:118px}.section-heading{grid-template-columns:1.2fr .8fr;align-items:end;gap:60px;display:grid}.section-heading h2,.check-copy h2,.security-section h2,.final-cta h2{max-width:600px;font:600 clamp(34px, 4vw, 51px)/1.06 var(--font-display);letter-spacing:-.055em;margin:13px 0 0}.section-heading>p{color:var(--text-soft);margin:0 0 5px;font-size:15px;line-height:1.65}.steps-grid{grid-template-columns:repeat(3,1fr);gap:17px;margin-top:52px;display:grid}.step-card{background:var(--surface);border:1px solid var(--border);min-height:328px;box-shadow:var(--shadow-sm);border-radius:18px;padding:28px;position:relative}.step-card--accent{background:var(--surface-inverse);color:var(--bg);box-shadow:var(--shadow-md);transform:translateY(-13px)}.step-number{color:var(--text-muted);font:600 12px var(--font-display);position:absolute;top:27px;right:27px}.step-card--accent .step-number{color:#ffffff73}.step-icon{width:51px;height:51px;color:var(--green);background:var(--green-soft);border-radius:14px;place-items:center;display:grid}.step-icon svg{width:22px}.step-card--accent .step-icon{color:#28321d;background:var(--lime)}.step-card h3{font:600 20px var(--font-display);letter-spacing:-.035em;margin:46px 0 12px}.step-card p{color:var(--text-muted);margin:0;font-size:13px;line-height:1.65}.step-card--accent p{color:color-mix(in srgb, var(--bg) 65%, transparent)}.step-card>small{color:var(--text-muted);letter-spacing:.13em;font-size:8px;font-weight:700;position:absolute;bottom:28px}.step-card--accent>small{color:var(--lime)}.check-section{background:var(--surface);border-block:1px solid var(--border);max-width:none}.check-layout{grid-template-columns:.8fr 1.2fr;align-items:center;gap:100px;display:grid}.check-copy h2{max-width:480px}.check-copy>p{max-width:470px;color:var(--text-soft);margin:24px 0;font-size:15px;line-height:1.7}.check-list{grid-template-columns:1fr 1fr;gap:13px;display:grid}.check-list>div{background:var(--bg);border:1px solid var(--border);border-radius:15px;grid-template-columns:auto 1fr auto;align-items:start;gap:14px;min-height:140px;padding:23px;display:grid}.check-list>div>span{width:36px;height:36px;color:var(--green);background:var(--green-soft);border-radius:10px;place-items:center;display:grid}.check-list>div>span svg{width:18px}.check-list>div>svg{width:15px;color:var(--green)}.check-list section b{font:600 14px var(--font-display)}.check-list section p{color:var(--text-muted);margin:8px 0 0;font-size:11px;line-height:1.5}.security-section{text-align:center;max-width:730px}.security-icon{width:64px;height:64px;color:var(--green);background:var(--green-soft);border-radius:19px;place-items:center;margin:0 auto 25px;display:grid;transform:rotate(-4deg)}.security-icon svg{width:29px}.security-section h2{margin-inline:auto}.security-section>p{max-width:650px;color:var(--text-soft);margin:22px auto;line-height:1.7}.security-points{justify-content:center;gap:26px;margin-top:33px;display:flex}.security-points span{color:var(--text-soft);align-items:center;gap:7px;font-size:12px;font-weight:600;display:inline-flex}.security-points svg{width:17px;color:var(--green)}.final-cta{color:#f4f6ee;background:#1d241f}.final-cta__inner{justify-content:space-between;align-items:center;gap:60px;min-height:325px;display:flex}.final-cta .kicker{color:var(--lime)}.final-cta h2{max-width:590px}.final-cta p{color:#ffffff94}.final-cta__actions{flex-direction:column;gap:11px;min-width:215px;display:flex}.landing-footer{grid-template-columns:1fr 1fr 1fr;align-items:center;min-height:126px;display:grid}.landing-footer>p{color:var(--text-muted);text-align:center;font-size:11px}.landing-footer>div{color:var(--text-muted);justify-content:flex-end;align-items:center;gap:18px;font-size:10px;display:flex}.landing-footer button{color:inherit;font-size:inherit;background:0 0;padding:0}.dashboard-shell{background:var(--bg);min-height:100vh}.sidebar{z-index:30;background:var(--surface);border-right:1px solid var(--border);flex-direction:column;width:246px;padding:21px 15px 14px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-top{justify-content:space-between;align-items:center;min-height:39px;padding:0 8px;display:flex}.mobile-close{background:0 0;padding:5px;display:none}.mobile-close svg{width:20px}.account-switcher{background:var(--surface-soft);border:1px solid var(--border);border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;min-height:58px;margin-top:25px;padding:9px;display:grid}.store-avatar,.user-avatar{color:#27321d;background:var(--lime);width:33px;height:33px;font:700 10px var(--font-display);border-radius:9px;place-items:center;display:grid}.account-switcher div,.sidebar-user div{flex-direction:column;min-width:0;display:flex}.account-switcher b,.sidebar-user b{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.account-switcher small,.sidebar-user small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:8px;overflow:hidden}.account-switcher>svg{color:var(--text-muted)}.sidebar-nav{flex-direction:column;gap:3px;margin-top:27px;display:flex}.nav-label{color:var(--text-muted);letter-spacing:.13em;padding:0 10px 7px;font-size:8px;font-weight:700}.nav-label--second{padding-top:25px}.sidebar-nav button{min-height:40px;color:var(--text-muted);text-align:left;background:0 0;border-radius:9px;align-items:center;gap:11px;padding:0 10px;font-size:11px;font-weight:600;display:flex}.sidebar-nav button:hover{color:var(--text);background:var(--surface-soft)}.sidebar-nav button.active{color:var(--text);background:var(--lime-soft)}.sidebar-nav button.active svg{color:var(--green)}.sidebar-nav button span{flex:1}.sidebar-nav em{min-width:25px;color:var(--red);background:var(--red-soft);text-align:center;border-radius:10px;padding:2px 6px;font-size:8px;font-style:normal}.nav-external{color:var(--text-muted)}.sidebar-help{background:var(--surface-inverse);color:var(--bg);border-radius:13px;margin-top:auto;padding:16px}.sidebar-help>span{color:#25311d;background:var(--lime);border-radius:8px;place-items:center;width:29px;height:29px;display:grid}.sidebar-help b{font:600 12px var(--font-display);margin-top:14px;display:block}.sidebar-help p{color:color-mix(in srgb, var(--bg) 62%, transparent);margin:6px 0 13px;font-size:9px;line-height:1.45}.sidebar-help button{color:var(--lime);background:0 0;align-items:center;gap:5px;padding:0;font-size:9px;font-weight:700;display:flex}.sidebar-user{border-top:1px solid var(--border);grid-template-columns:auto 1fr auto;align-items:center;gap:9px;min-height:50px;margin-top:11px;padding:7px 5px;display:grid}.user-avatar{color:var(--text-soft);background:var(--surface-soft);border:1px solid var(--border);border-radius:50%}.sidebar-user>button{width:28px;height:28px;color:var(--text-muted);background:0 0;border-radius:7px;place-items:center;padding:0;display:grid}.sidebar-user>button:hover{color:var(--red);background:var(--red-soft)}.dashboard-main{min-height:100vh;margin-left:246px}.dashboard-header{z-index:20;background:color-mix(in srgb, var(--surface) 91%, transparent);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);justify-content:space-between;align-items:center;height:66px;padding:0 29px;display:flex;position:sticky;top:0}.header-crumbs{color:var(--text-muted);align-items:center;gap:7px;font-size:10px;display:flex}.header-crumbs b{color:var(--text-soft)}.header-actions{align-items:center;gap:8px;display:flex}.connection-pill{height:30px;color:var(--text-soft);background:var(--surface-soft);border:1px solid var(--border);border-radius:15px;align-items:center;gap:7px;padding:0 10px;font-size:9px;font-weight:600;display:inline-flex}.connection-pill i{background:var(--green);width:6px;height:6px;box-shadow:0 0 0 3px var(--green-soft);border-radius:50%}.dashboard-header .theme-toggle,.dashboard-header .icon-button{background:0 0;width:34px;height:34px}.notification-wrap{position:relative}.notification-dot{background:var(--red);border:1px solid var(--surface);border-radius:50%;width:5px;height:5px;position:absolute;top:8px;right:8px}.notifications-popover{z-index:50;background:var(--surface-raised);border:1px solid var(--border);width:340px;box-shadow:var(--shadow-lg);border-radius:14px;position:absolute;top:43px;right:0;overflow:hidden}.popover-title{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:54px;padding:0 16px;display:flex}.popover-title b{font:600 14px var(--font-display)}.popover-title button{color:var(--green);background:0 0;padding:0;font-size:9px;font-weight:700}.notification-item{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr;gap:10px;padding:14px 16px;display:grid}.notification-item:last-child{border:0}.notification-item>i{background:var(--border-strong);border-radius:50%;width:7px;height:7px;margin-top:5px}.notification-item>i.unread{background:var(--lime-strong);box-shadow:0 0 0 3px var(--lime-soft)}.notification-item div{min-width:0}.notification-item b{font-size:11px}.notification-item p{color:var(--text-muted);margin:3px 0 5px;font-size:9px;line-height:1.45}.notification-item small{color:var(--text-muted);font-size:8px}.menu-button,.mobile-brand{display:none}.page{width:min(1400px,100%);margin-inline:auto;padding:33px 31px 54px}.page-intro{justify-content:space-between;align-items:flex-end;gap:30px;min-height:70px;margin-bottom:25px;display:flex}.overline{margin-bottom:7px;display:block}.page-intro h1{font:600 27px var(--font-display);letter-spacing:-.05em;margin:0}.page-intro p{color:var(--text-muted);margin:6px 0 0;font-size:11px}.page-actions{align-items:center;gap:9px;display:flex}.suspension-banner{color:#3f241f;min-height:112px;box-shadow:var(--shadow-sm);background:linear-gradient(115deg,#faeae4,#f8eee9);border:1px solid #efd7ce;border-radius:15px;grid-template-columns:auto 1fr auto;align-items:center;gap:17px;margin-bottom:15px;padding:21px 22px;display:grid}.suspension-icon{color:#ad412f;background:#fff9;border-radius:13px;place-items:center;width:47px;height:47px;display:grid}.suspension-icon svg{width:22px}.suspension-copy span{color:#a74a39;letter-spacing:.12em;font-size:8px;font-weight:700}.suspension-copy h2{font:600 15px var(--font-display);letter-spacing:-.025em;margin:5px 0}.suspension-copy p{color:#795b55;max-width:800px;margin:0;font-size:10px;line-height:1.5}.suspension-copy p b{color:#5c322a}[data-theme=dark] .suspension-banner{color:#ffdcd5;background:linear-gradient(115deg,#3d2824,#322723);border-color:#54342e}.suspension-banner .suspension-copy span,[data-theme=dark] .suspension-copy p,[data-theme=dark] .suspension-copy p b{color:inherit}.metric-grid{grid-template-columns:1.28fr repeat(3,1fr);gap:13px;display:grid}.metric-card{background:var(--surface);border:1px solid var(--border);min-width:0;min-height:204px;box-shadow:var(--shadow-sm);border-radius:14px;flex-direction:column;padding:18px 18px 14px;display:flex}.metric-card__head{min-height:28px;color:var(--text-muted);justify-content:space-between;align-items:flex-start;font-size:10px;font-weight:600;display:flex}.metric-card__head button{color:inherit;background:0 0;padding:0}.metric-icon{border-radius:9px;place-items:center;width:29px;height:29px;display:grid}.metric-icon svg{width:15px}.metric-icon--violet{color:var(--violet);background:var(--violet-soft)}.metric-icon--green{color:var(--green);background:var(--green-soft)}.metric-icon--red{color:var(--red);background:var(--red-soft)}.big-number{font:600 32px var(--font-display);letter-spacing:-.06em;margin-top:13px}.metric-caption{height:20px;color:var(--text-muted);margin:8px 0 0;font-size:8px}.metric-caption span{align-items:center;gap:1px;margin-right:4px;font-weight:700;display:inline-flex}.positive,.negative{color:var(--green)}.metric-footer{color:var(--text-muted);border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:11px;font-size:8px;display:flex}.metric-footer b{color:var(--text-soft);font-size:9px}.metric-footer .danger-text{color:var(--red)}.score-layout{align-items:center;gap:15px;margin-top:4px;display:flex}.score-layout>div:last-child{min-width:0}.score-layout p{color:var(--text-muted);margin:9px 0 0;font-size:8px}.score-layout p svg{color:var(--green);vertical-align:-3px}.score-layout p b{color:var(--green)}.score-ring{flex-shrink:0;width:95px;height:95px;position:relative}.score-ring svg{width:100%;height:100%;overflow:visible;transform:rotate(-90deg)}.score-ring circle{fill:none;stroke-width:9px}.score-ring__track{stroke:var(--border)}.score-ring__progress{stroke:var(--lime-strong);stroke-linecap:round;transition:stroke-dashoffset 1s}.score-ring>div{justify-content:center;align-items:baseline;padding-top:30px;display:flex;position:absolute;inset:0}.score-ring b{font:600 25px var(--font-display);letter-spacing:-.06em}.score-ring small{color:var(--text-muted);margin-left:2px;font-size:8px}.status-badge{text-transform:capitalize;white-space:nowrap;border-radius:12px;align-items:center;gap:5px;width:fit-content;min-height:22px;padding:0 8px;font-size:8px;font-weight:700;display:inline-flex}.status-badge i{border-radius:50%;width:5px;height:5px}.status-badge--critical{color:var(--red);background:var(--red-soft)}.status-badge--critical i{background:var(--red)}.status-badge--warning{color:var(--orange);background:var(--orange-soft)}.status-badge--warning i{background:var(--orange)}.status-badge--healthy{color:var(--green);background:var(--green-soft)}.status-badge--healthy i{background:var(--green)}.status-badge--pending,.status-badge--info{color:var(--violet);background:var(--violet-soft)}.status-badge--pending i,.status-badge--info i{background:var(--violet)}.segmented-bar{border-radius:5px;gap:2px;height:5px;margin-top:8px;display:flex;overflow:hidden}.segmented-bar i:first-child{background:var(--green)}.segmented-bar i:nth-child(2){background:var(--orange)}.segmented-bar i:nth-child(3){background:var(--red)}.segmented-bar i:nth-child(4){background:var(--violet)}.panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:14px}.panel-head{justify-content:space-between;align-items:flex-start;min-height:55px;display:flex}.panel-head h2{font:600 15px var(--font-display);letter-spacing:-.035em;margin:5px 0 0}.panel-kicker{font-size:7px;display:block}.more-button{width:28px;height:27px;color:var(--text-muted);background:0 0;border-radius:7px;place-items:center;padding:0;display:grid}.more-button:hover{background:var(--surface-soft)}.more-button svg{width:17px}.overview-charts{grid-template-columns:1.48fr .72fr;gap:13px;margin-top:13px;display:grid}.trend-panel,.distribution-panel{height:310px;padding:19px 19px 13px}.time-control{background:var(--surface-soft);border:1px solid var(--border);border-radius:8px;padding:3px;display:flex}.time-control button{width:34px;height:24px;color:var(--text-muted);background:0 0;border-radius:5px;padding:0;font-size:7px;font-weight:700}.time-control button.active{color:var(--text);background:var(--surface);box-shadow:var(--shadow-sm)}.chart-summary{align-items:baseline;gap:6px;height:28px;margin-top:-3px;display:flex}.chart-summary strong{color:var(--green);font:600 17px var(--font-display)}.chart-summary span{color:var(--text-muted);font-size:8px}.trend-chart{width:100%;height:205px}.chart-tooltip{background:var(--surface-raised);border:1px solid var(--border);min-width:68px;box-shadow:var(--shadow-md);border-radius:9px;flex-direction:column;padding:8px 10px;display:flex}.chart-tooltip span{color:var(--text-muted);font-size:7px}.chart-tooltip b{font:600 15px var(--font-display);margin-top:2px}.chart-tooltip small{color:var(--text-muted);font-size:7px}.distribution-content{align-items:center;gap:13px;height:224px;display:flex}.donut-wrap{flex-shrink:0;width:142px;height:142px;position:relative}.donut-wrap>div:last-child{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.donut-wrap b{font:600 20px var(--font-display);letter-spacing:-.05em}.donut-wrap span{color:var(--text-muted);font-size:7px}.distribution-legend{flex-direction:column;flex:1;gap:13px;min-width:0;display:flex}.distribution-legend>div{grid-template-columns:auto 1fr auto;align-items:center;gap:7px;display:grid}.distribution-legend i{border-radius:50%;width:6px;height:6px}.distribution-legend span{color:var(--text-muted);font-size:8px}.distribution-legend b{font:600 10px var(--font-display)}.distribution-legend small{grid-column:2/4;display:none}.overview-lower{grid-template-columns:1.42fr .58fr;gap:13px;margin-top:13px;display:grid}.issues-panel,.account-snapshot{min-height:322px;padding:19px}.issues-panel .text-link{font-size:9px}.issue-list{margin-top:1px}.priority-row{width:100%;min-height:56px;color:var(--text);border-top:1px solid var(--border);text-align:left;background:0 0;grid-template-columns:24px 32px 1fr 62px 63px 20px;align-items:center;gap:8px;padding:8px 3px;display:grid}.priority-row:hover{background:var(--surface-soft)}.priority-index{color:var(--text-muted);font:500 9px var(--font-display)}.issue-symbol{border-radius:8px;place-items:center;width:29px;height:29px;display:grid}.issue-symbol svg{width:15px}.issue-symbol--critical{color:var(--red);background:var(--red-soft)}.issue-symbol--warning{color:var(--orange);background:var(--orange-soft)}.issue-symbol--info{color:var(--blue);background:var(--blue-soft)}.priority-info,.affected-count{flex-direction:column;min-width:0;display:flex}.priority-info b{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.priority-info small,.affected-count small{color:var(--text-muted);margin-top:3px;font-size:7px}.affected-count b{font:600 11px var(--font-display)}.row-chevron{color:var(--text-muted)}.account-status-visual{min-height:77px;color:var(--red);background:var(--red-soft);border:1px solid color-mix(in srgb, var(--red) 13%, transparent);border-radius:11px;align-items:center;gap:12px;padding:14px;display:flex}.account-status-visual>span{background:color-mix(in srgb, var(--surface) 60%, transparent);border-radius:10px;place-items:center;width:39px;height:39px;display:grid}.account-status-visual svg{width:19px}.account-status-visual div{flex-direction:column;display:flex}.account-status-visual b{font:600 13px var(--font-display)}.account-status-visual small{opacity:.75;margin-top:3px;font-size:8px}.account-totals{grid-template-columns:repeat(3,1fr);align-items:center;min-height:91px;display:grid}.account-totals>div{grid-template-columns:auto 1fr;gap:0 6px;display:grid}.account-totals span{border-radius:50%;width:5px;height:5px;margin-top:5px}.red-dot{background:var(--red)}.orange-dot{background:var(--orange)}.blue-dot{background:var(--blue)}.account-totals b{font:600 16px var(--font-display)}.account-totals small{color:var(--text-muted);grid-column:2;font-size:7px}.account-link{width:100%;min-height:37px;color:var(--text-soft);background:var(--surface-soft);border:1px solid var(--border);border-radius:9px;justify-content:space-between;align-items:center;padding:0 12px;font-size:8px;font-weight:700;display:flex}.specialist-strip{color:#eff3e9;background:#202721;border-radius:14px;grid-template-columns:auto 1fr auto auto;align-items:center;gap:17px;min-height:105px;margin-top:13px;padding:18px 22px;display:grid;overflow:hidden}.specialist-avatars{width:93px;display:flex;position:relative}.specialist-avatars span,.specialist-avatars i{color:#223020;width:34px;height:34px;font:700 8px var(--font-display);background:#d9e3c3;border:2px solid #202721;border-radius:50%;place-items:center;margin-right:-8px;font-style:normal;display:grid}.specialist-avatars span:nth-child(2){background:#d8cfbd}.specialist-avatars span:nth-child(3){background:#c3d5d9}.specialist-avatars i{color:#172018;background:var(--lime);width:18px;height:18px;position:absolute;bottom:-2px;right:0}.specialist-strip h2{font:600 14px var(--font-display);margin:4px 0 3px}.specialist-strip p{color:#ffffff8c;margin:0;font-size:8px}.specialist-strip .panel-kicker{color:var(--lime)}.export-mobile{display:none}.dashboard-footer{min-height:65px;color:var(--text-muted);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:0 32px;font-size:8px;display:flex}.dashboard-footer span:last-child{color:var(--green);align-items:center;gap:5px;display:flex}.product-stat-row{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:14px;grid-template-columns:repeat(4,1fr);margin-bottom:13px;display:grid}.product-stat-row>div{border-right:1px solid var(--border);grid-template-columns:auto 1fr auto;align-items:center;gap:11px;min-height:82px;padding:17px 20px;display:grid}.product-stat-row>div:last-child{border:0}.stat-dot{width:9px;height:9px;box-shadow:0 0 0 5px var(--surface-soft);border-radius:50%}.stat-dot--red{background:var(--red)}.stat-dot--orange{background:var(--orange)}.stat-dot--green{background:var(--green)}.stat-dot--violet{background:var(--violet)}.product-stat-row section{flex-direction:column;display:flex}.product-stat-row b{font:600 20px var(--font-display);letter-spacing:-.04em}.product-stat-row small{color:var(--text-muted);font-size:8px}.product-stat-row em{color:var(--text-muted);font-size:8px;font-style:normal}.product-panel{overflow:hidden}.product-tools{border-bottom:1px solid var(--border);align-items:center;gap:11px;min-height:75px;padding:15px 17px;display:flex}.search-field{background:var(--surface-soft);border:1px solid var(--border);border-radius:9px;align-items:center;gap:8px;width:min(290px,25%);height:38px;padding:0 11px;display:flex}.search-field svg{color:var(--text-muted)}.search-field input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:9px}.search-field input::placeholder{color:var(--text-muted)}.search-field button{color:var(--text-muted);background:0 0;place-items:center;padding:2px;display:grid}.status-tabs{background:var(--surface-soft);border:1px solid var(--border);border-radius:9px;align-items:center;gap:2px;height:38px;padding:3px;display:flex}.status-tabs button{height:30px;color:var(--text-muted);white-space:nowrap;background:0 0;border-radius:6px;align-items:center;gap:5px;padding:0 9px;font-size:8px;font-weight:600;display:inline-flex}.status-tabs button.active{color:var(--text);background:var(--surface);box-shadow:var(--shadow-sm)}.status-tabs span{color:var(--text-muted);background:var(--bg);border-radius:5px;padding:1px 4px;font-size:6px}.filter-button{height:38px;color:var(--text-soft);background:var(--surface);border:1px solid var(--border);border-radius:9px;align-items:center;gap:6px;margin-left:auto;padding:0 11px;font-size:8px;font-weight:600;display:flex}.table-wrap{width:100%;overflow-x:auto}.products-table{border-collapse:collapse;width:100%;min-width:810px}.products-table th{height:40px;color:var(--text-muted);background:var(--surface-soft);border-bottom:1px solid var(--border);letter-spacing:.06em;text-align:left;text-transform:uppercase;padding:0 14px;font-size:7px;font-weight:700}.products-table th:first-child,.products-table td:first-child{padding-left:18px}.products-table td{border-bottom:1px solid var(--border);height:61px;padding:0 14px;font-size:9px}.products-table tr:last-child td{border-bottom:0}.products-table tbody tr:hover{background:var(--surface-soft)}.products-table td:first-child{align-items:center;gap:10px;display:flex}.products-table td:first-child section{flex-direction:column;min-width:0;display:flex}.products-table td:first-child b{font-size:10px}.products-table td:first-child small{color:var(--text-muted);margin-top:3px;font-size:7px}.product-thumb{border-radius:8px;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid}.product-thumb svg{width:15px}.product-thumb--footwear{color:#6f5eae;background:#eeeafa}.product-thumb--apparel{color:#397b68;background:#e8f3ed}.product-thumb--accessories{color:#a66d32;background:#f8eee1}[data-theme=dark] .product-thumb--footwear{color:var(--violet);background:var(--violet-soft)}[data-theme=dark] .product-thumb--apparel{color:var(--green);background:var(--green-soft)}[data-theme=dark] .product-thumb--accessories{color:var(--orange);background:var(--orange-soft)}.issue-link{color:var(--text-soft);border-bottom:1px dashed var(--text-muted);background:0 0;padding:0;font-size:9px}.issue-link:hover{color:var(--red)}.no-issue{color:var(--text-muted);cursor:default;background:0 0;padding:0}.muted-cell{color:var(--text-muted)}.mobile-product-list{display:none}.pagination{min-height:58px;color:var(--text-muted);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:0 18px;font-size:8px;display:flex}.pagination>div{align-items:center;gap:7px;display:flex}.pagination button{width:27px;height:27px;color:var(--text-soft);background:var(--surface);border:1px solid var(--border);border-radius:7px;place-items:center;padding:0;display:grid}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination>div b{color:#1d281a;background:var(--lime);border-radius:7px;place-items:center;width:27px;height:27px;display:grid}.empty-state{min-height:330px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-state>svg{width:30px;height:30px}.empty-state h3{color:var(--text);font:600 15px var(--font-display);margin:15px 0 4px}.empty-state p{margin:0;font-size:9px}.account-hero{grid-template-columns:.75fr 1.15fr;gap:22px;min-height:192px;padding:22px;display:grid;position:relative}.account-hero__status{min-height:95px;color:var(--red);background:var(--red-soft);border:1px solid color-mix(in srgb, var(--red) 13%, transparent);border-radius:12px;align-items:center;gap:14px;padding:17px;display:flex}.account-hero__status>span{background:color-mix(in srgb, var(--surface) 60%, transparent);border-radius:12px;place-items:center;width:47px;height:47px;display:grid}.account-hero__status section{flex-direction:column;display:flex}.account-hero__status small,.account-hero__detail small,.account-hero__meta small{letter-spacing:.1em;opacity:.75;font-size:7px;font-weight:700}.account-hero__status h2{font:600 18px var(--font-display);margin:5px 0 3px}.account-hero__status p{margin:0;font-size:9px}.account-hero__detail{padding:5px 8px}.account-hero__detail p{max-width:650px;color:var(--text-soft);margin:10px 0 13px;font-size:10px;line-height:1.55}.account-hero__detail button{color:var(--green);background:0 0;align-items:center;gap:5px;padding:0;font-size:8px;font-weight:700;display:flex}.account-hero__meta{border-top:1px solid var(--border);grid-column:1/-1;grid-template-columns:repeat(3,1fr);align-items:end;min-height:44px;display:grid}.account-hero__meta>div{flex-direction:column;display:flex}.account-hero__meta b{margin-top:3px;font-size:9px}.account-content{grid-template-columns:1fr 280px;gap:13px;margin-top:13px;display:grid}.account-diagnostics{padding:19px}.count-pill{color:var(--text-muted);background:var(--surface-soft);border:1px solid var(--border);border-radius:11px;padding:4px 8px;font-size:8px}.diagnostic-list>article{border-top:1px solid var(--border);grid-template-columns:auto 1fr;gap:13px;min-height:112px;padding:15px 3px;display:grid}.diagnostic-list>article>section{min-width:0}.diagnostic-list>article>section>div{justify-content:space-between;align-items:center;gap:15px;display:flex}.diagnostic-list h3{font:600 11px var(--font-display);margin:0}.diagnostic-list section>small{color:var(--text-muted);font-size:7px}.diagnostic-list p{color:var(--text-muted);margin:8px 0 7px;font-size:9px;line-height:1.5}.diagnostic-list section>button{color:var(--green);background:0 0;align-items:center;gap:4px;padding:0;font-size:8px;font-weight:700;display:flex}.account-aside{flex-direction:column;gap:13px;display:flex}.fix-estimate{padding:20px}.fix-estimate>span{width:39px;height:39px;color:var(--green);background:var(--green-soft);border-radius:11px;place-items:center;display:grid}.fix-estimate>span svg{width:19px}.fix-estimate>small{color:var(--text-muted);letter-spacing:.1em;margin-top:19px;font-size:7px;font-weight:700;display:block}.fix-estimate h2{font:600 25px var(--font-display);letter-spacing:-.05em;margin:5px 0}.fix-estimate>p{color:var(--text-muted);margin:0 0 19px;font-size:9px;line-height:1.5}.fix-estimate>div{color:var(--text-soft);align-items:center;gap:8px;margin-top:11px;font-size:8px;display:flex}.fix-estimate>div i{background:var(--lime-soft);border-radius:50%;place-items:center;width:17px;height:17px;display:grid}.fix-estimate>div i:after{content:"✓";color:var(--green);font-size:8px;font-weight:700}.expert-card{color:#eff3e9;background:#202721;border-radius:14px;padding:21px}.expert-card>span{color:#223020;background:var(--lime);border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.expert-card h2{font:600 16px var(--font-display);margin:20px 0 8px}.expert-card p{color:#ffffff91;margin:0 0 17px;font-size:9px;line-height:1.55}.expert-card .button{width:100%;font-size:10px}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0c100d9e;place-items:center;padding:20px;animation:.2s fadeIn;display:grid;position:fixed;inset:0}.audit-modal{text-align:center;background:var(--surface-raised);border:1px solid var(--border);width:min(435px,100%);box-shadow:var(--shadow-lg);border-radius:20px;padding:42px 38px 34px}.scan-orbit{border:1px solid var(--border);border-radius:50%;width:77px;height:77px;margin:0 auto 25px;position:relative}.scan-orbit span{border:1px solid var(--border);border-radius:50%;position:absolute;inset:8px}.scan-orbit i{border-top:2px solid var(--lime-strong);border-right:2px solid #0000;border-radius:50%;animation:1.15s linear infinite spin;position:absolute;inset:-1px}.scan-orbit b{background:var(--lime);width:15px;height:15px;box-shadow:0 0 0 8px var(--lime-soft);border-radius:5px;position:absolute;top:30px;left:30px}.audit-complete{color:#22311c;background:var(--lime);border-radius:50%;place-items:center;width:70px;height:70px;margin:0 auto 25px;animation:.35s popIn;display:grid}.audit-modal h2{font:600 24px var(--font-display);letter-spacing:-.05em;margin:8px 0}.audit-modal>p{color:var(--text-muted);margin:0;font-size:11px}.audit-progress{background:var(--surface-soft);border-radius:6px;height:7px;margin:28px 0 8px;overflow:hidden}.audit-progress i{background:linear-gradient(90deg, var(--green), var(--lime));border-radius:inherit;height:100%;transition:width .4s;display:block}.audit-percent{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:8px;display:flex}.audit-percent b{color:var(--text)}.audit-steps-compact{grid-template-columns:repeat(3,1fr);margin:28px 0;display:grid;position:relative}.audit-steps-compact:before{content:"";background:var(--border);height:1px;position:absolute;top:4px;left:17%;right:17%}.audit-steps-compact span{color:var(--text-muted);padding-top:16px;font-size:8px;position:relative}.audit-steps-compact span:before{content:"";z-index:1;background:var(--border-strong);border-radius:50%;width:8px;height:8px;position:absolute;top:0;left:calc(50% - 4px)}.audit-steps-compact span.done:before{background:var(--lime-strong);box-shadow:0 0 0 3px var(--lime-soft)}.audit-modal>.button{width:100%}.drawer-layer{z-index:90;position:fixed;inset:0}.drawer-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0c100d6e;width:100%;animation:.2s fadeIn;position:absolute;inset:0}.issue-drawer{background:var(--surface-raised);border-left:1px solid var(--border);width:min(430px,100%);height:100%;box-shadow:var(--shadow-lg);padding:24px 27px;animation:.28s slideIn;position:absolute;top:0;right:0;overflow-y:auto}.drawer-head{color:var(--text-muted);letter-spacing:.12em;justify-content:space-between;align-items:center;margin-bottom:33px;font-size:8px;font-weight:700;display:flex}.drawer-head button,.specialist-modal__top button{width:32px;height:32px;color:var(--text-muted);background:var(--surface-soft);border:1px solid var(--border);border-radius:9px;place-items:center;padding:0;display:grid}.drawer-head svg{width:18px}.drawer-issue-icon{border-radius:13px;place-items:center;width:49px;height:49px;margin-bottom:16px;display:grid}.drawer-issue-icon svg{width:22px}.issue-drawer h2{font:600 24px var(--font-display);letter-spacing:-.05em;margin:13px 0 10px}.issue-drawer>p{color:var(--text-muted);margin:0;font-size:11px;line-height:1.6}.drawer-stats{background:var(--surface-soft);border:1px solid var(--border);border-radius:12px;grid-template-columns:1fr 1fr;margin:24px 0;display:grid}.drawer-stats>div{border-right:1px solid var(--border);flex-direction:column;min-height:64px;padding:14px;display:flex}.drawer-stats>div:last-child{border:0}.drawer-stats small,.recommendation small{color:var(--text-muted);letter-spacing:.09em;font-size:7px;font-weight:700}.drawer-stats b{margin-top:5px;font-size:10px}.recommendation{background:var(--lime-soft);border:1px solid color-mix(in srgb, var(--lime-strong) 25%, var(--border));border-radius:12px;grid-template-columns:auto 1fr;gap:11px;padding:16px;display:grid}.recommendation>span{width:29px;height:29px;color:var(--green);background:color-mix(in srgb, var(--surface) 70%, transparent);border-radius:8px;place-items:center;display:grid}.recommendation svg{width:15px}.recommendation p{color:var(--text-soft);margin:5px 0 0;font-size:10px;line-height:1.55}.issue-drawer>h3{font:600 13px var(--font-display);margin:26px 0 13px}.fix-steps{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.fix-steps li{color:var(--text-soft);grid-template-columns:auto 1fr;align-items:center;gap:10px;font-size:9px;line-height:1.45;display:grid}.fix-steps span{width:24px;height:24px;color:var(--green);background:var(--green-soft);border-radius:7px;place-items:center;font-weight:700;display:grid}.drawer-actions{flex-direction:column;gap:8px;margin-top:30px;display:flex}.drawer-actions .button{width:100%}.specialist-modal{background:var(--surface-raised);border:1px solid var(--border);width:min(570px,100%);box-shadow:var(--shadow-lg);border-radius:20px;padding:30px}.specialist-modal__top{justify-content:space-between;align-items:center;margin-bottom:21px;display:flex}.specialist-modal__top>span{width:45px;height:45px;color:var(--green);background:var(--green-soft);border-radius:12px;place-items:center;display:grid}.specialist-modal h2{font:600 25px var(--font-display);letter-spacing:-.05em;margin:8px 0}.specialist-modal>p{color:var(--text-muted);margin:0 0 23px;font-size:10px;line-height:1.5}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.specialist-modal label{color:var(--text-soft);flex-direction:column;gap:6px;margin-bottom:13px;font-size:9px;font-weight:700;display:flex}.specialist-modal label>span{color:var(--text-muted);font-weight:400}.specialist-modal input,.specialist-modal select,.specialist-modal textarea{width:100%;color:var(--text);background:var(--surface-soft);border:1px solid var(--border);resize:vertical;border-radius:9px;outline:0;padding:10px 11px;font-size:10px}.specialist-modal select{height:40px}.specialist-modal__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:7px;padding-top:18px;display:flex}.specialist-modal__footer small{color:var(--text-muted);align-items:center;gap:5px;font-size:8px;display:flex}.specialist-modal__footer svg{color:var(--green)}.toast{z-index:130;color:#eef2e9;min-width:310px;max-width:calc(100vw - 30px);min-height:54px;box-shadow:var(--shadow-lg);background:#202721;border:1px solid #ffffff1a;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:10px 12px;font-size:9px;animation:.3s toastIn;display:grid;position:fixed;bottom:22px;right:22px}.toast>svg{width:17px;color:var(--lime)}.toast button{color:#ffffff8c;background:0 0;place-items:center;padding:3px;display:grid}.toast button svg{width:15px}.mobile-bottom-nav{display:none}@keyframes fadeIn{0%{opacity:0}}@keyframes slideIn{0%{transform:translate(100%)}}@keyframes popIn{0%{opacity:0;transform:scale(.75)}}@keyframes toastIn{0%{opacity:0;transform:translateY(15px)}}@media (width<=1180px){.hero{grid-template-columns:.82fr 1.18fr;gap:35px}.metric-grid{grid-template-columns:1.3fr 1fr 1fr}.metric-grid .metric-card:last-child{grid-column:2/4;min-height:160px}.metric-grid .metric-card:last-child .big-number{margin-top:1px}.distribution-content{gap:5px}.donut-wrap{width:118px;height:118px}.product-tools{flex-wrap:wrap}.search-field{width:250px}.filter-button{margin-left:0}}@media (width<=1024px){.landing-nav{grid-template-columns:1fr auto}.landing-links{display:none}.hero{text-align:center;grid-template-columns:1fr;min-height:auto;padding-block:68px 90px}.hero-copy{max-width:730px;margin-inline:auto}.hero h1,.hero-lead{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}.hero-visual{width:min(690px,92%);margin:35px auto 0}.check-layout{gap:55px}.sidebar{width:226px}.dashboard-main{margin-left:226px}.page{padding-inline:20px}.dashboard-header{padding-inline:21px}.metric-grid{grid-template-columns:1fr 1fr}.metric-grid .metric-card:last-child{grid-column:auto;min-height:204px}.overview-charts{grid-template-columns:1fr}.distribution-panel{height:270px}.distribution-content{justify-content:center;gap:45px}.donut-wrap{width:160px;height:160px}.distribution-legend{max-width:220px}.overview-lower{grid-template-columns:1fr}.account-snapshot{min-height:260px}.account-totals{min-height:70px}.product-tools{align-items:flex-start}.search-field{width:100%}.status-tabs{max-width:calc(100% - 110px);overflow-x:auto}.account-content{grid-template-columns:1fr 240px}}@media (width<=820px){.shell-width{width:min(100% - 32px,720px)}.proof-grid{grid-template-columns:1fr 1fr;padding-block:14px}.proof-grid>div{border-right:1px solid var(--border);min-height:65px}.proof-grid>div:nth-child(2){border-right:0}.proof-grid>div:nth-child(3),.proof-grid>div:nth-child(4){border-top:1px solid var(--border)}.proof-grid>div:nth-child(3){padding-left:0}.section{padding-block:85px}.section-heading{grid-template-columns:1fr;gap:18px}.section-heading>p{max-width:570px}.steps-grid{grid-template-columns:1fr}.step-card{min-height:240px}.step-card--accent{transform:none}.step-card h3{margin-top:35px}.check-layout{grid-template-columns:1fr}.check-copy{text-align:center}.check-copy h2,.check-copy p{margin-inline:auto}.landing-footer{text-align:center;grid-template-columns:1fr;gap:17px;padding-block:30px}.landing-footer>div{justify-content:center}.sidebar{width:min(290px,87vw);box-shadow:var(--shadow-lg);transition:transform .25s;transform:translate(-105%)}.sidebar--open{transform:translate(0)}.sidebar-backdrop{z-index:29;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a0e0b73;width:100%;position:fixed;inset:0}.mobile-close{place-items:center;display:grid}.dashboard-main{margin-left:0;padding-bottom:62px}.dashboard-header{height:61px;padding-inline:16px}.header-crumbs{display:none}.menu-button{width:34px;height:34px;color:var(--text-soft);background:0 0;place-items:center;padding:0;display:grid}.menu-button svg{width:20px}.mobile-brand{font:600 12px var(--font-display);align-items:center;gap:9px;display:flex}.mobile-brand .brand-mark{width:25px;height:25px}.connection-pill{display:none}.page{padding:25px 16px 35px}.page-intro{align-items:flex-start}.page-intro h1{font-size:24px}.mobile-bottom-nav{z-index:25;background:color-mix(in srgb, var(--surface) 94%, transparent);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);grid-template-columns:repeat(3,1fr);height:63px;display:grid;position:fixed;inset:auto 0 0}.mobile-bottom-nav button{color:var(--text-muted);background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:7px 3px 5px;font-size:8px;font-weight:600;display:flex}.mobile-bottom-nav svg{width:19px}.mobile-bottom-nav button.active{color:var(--green)}.dashboard-footer{display:none}.metric-grid{grid-template-columns:1fr 1fr}.specialist-strip{grid-template-columns:auto 1fr auto}.specialist-strip .button--ink{grid-row:span 2}.export-mobile{display:none}.product-stat-row{grid-template-columns:1fr 1fr}.product-stat-row>div:nth-child(2){border-right:0}.product-stat-row>div:nth-child(-n+2){border-bottom:1px solid var(--border)}.account-hero{grid-template-columns:1fr}.account-hero__meta{grid-column:auto}.account-content{grid-template-columns:1fr}.account-aside{grid-template-columns:1fr 1fr;display:grid}}@media (width<=620px){.landing-nav{height:69px}.landing-nav .brand-word{font-size:16px}.landing-actions .theme-toggle{display:none}.hero{padding-block:55px 76px}.hero h1{font-size:clamp(40px,13vw,58px)}.hero-lead{font-size:15px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.trust-row{gap:12px}.trust-row span{font-size:9px}.hero-visual{width:108%;margin-left:-4%}.floating-note--top{top:-33px;right:6px}.floating-note--bottom{bottom:-36px;left:5px}.proof-grid>div{flex-direction:column;align-items:flex-start;gap:4px;padding:10px 12px}.proof-grid>div:first-child,.proof-grid>div:nth-child(3){padding-left:5px}.proof-grid b{font-size:21px}.proof-grid span{max-width:130px}.section-heading h2,.check-copy h2,.security-section h2,.final-cta h2{font-size:36px}.check-list{grid-template-columns:1fr}.security-points{flex-direction:column;align-items:flex-start;gap:11px;width:fit-content;margin-inline:auto}.final-cta__inner{flex-direction:column;align-items:stretch;gap:30px;padding-block:65px}.final-cta__actions{width:100%}.header-actions .theme-toggle{display:none}.mobile-brand{position:absolute;left:50%;transform:translate(-50%)}.page-intro{flex-direction:column;gap:18px}.page-actions{width:100%}.page-actions .button{flex:1}.suspension-banner{grid-template-columns:auto 1fr;align-items:start;padding:17px}.suspension-banner .button{grid-column:1/-1;width:100%}.suspension-copy h2{font-size:14px}.metric-grid{grid-template-columns:1fr}.metric-grid .metric-card:last-child{grid-column:auto}.metric-card{min-height:178px}.metric-card--score{min-height:204px}.trend-panel,.distribution-panel{height:285px;padding-inline:14px}.trend-chart{height:190px}.distribution-content{gap:18px;height:205px}.donut-wrap{width:135px;height:135px}.distribution-legend{max-width:180px}.issues-panel{padding-inline:13px}.priority-row{grid-template-columns:23px 30px 1fr auto 18px}.priority-row .affected-count,.priority-row .status-badge{display:none}.priority-info b{max-width:180px}.account-snapshot{padding-inline:15px}.specialist-strip{grid-template-columns:auto 1fr;padding:21px}.specialist-strip .button--ink{grid-area:auto/1/auto/-1;width:100%}.specialist-avatars{width:75px}.specialist-strip h2{font-size:13px}.notifications-popover{width:min(330px,100vw - 24px);right:-7px}.product-stat-row>div{min-height:74px;padding:14px}.product-stat-row em{display:none}.product-tools{padding:13px}.status-tabs{width:100%;max-width:100%}.status-tabs button{flex:1}.status-tabs button span{display:none}.filter-button{justify-content:center;width:100%}.products-table{display:none}.mobile-product-list{display:block}.mobile-product-list article{border-bottom:1px solid var(--border);padding:14px}.mobile-product-list article>div{align-items:center;gap:10px;display:flex}.mobile-product-list section{flex-direction:column;flex:1;min-width:0;display:flex}.mobile-product-list section b{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.mobile-product-list section small{color:var(--text-muted);margin-top:3px;font-size:7px}.mobile-product-list article>div>svg{color:var(--text-muted)}.mobile-product-list footer{color:var(--text-muted);justify-content:space-between;align-items:center;gap:12px;margin-top:10px;padding-left:44px;font-size:8px;display:flex}.pagination{padding-inline:14px}.pagination>span{max-width:150px;line-height:1.5}.account-hero{padding:15px}.account-hero__meta{grid-template-columns:1fr 1fr;gap:15px}.account-hero__meta>div:last-child{display:none}.account-aside{grid-template-columns:1fr}.diagnostic-list>article>section>div{align-items:flex-start}.diagnostic-list .status-badge{flex-shrink:0}.form-row{grid-template-columns:1fr;gap:0}.specialist-modal{max-height:calc(100vh - 24px);padding:22px;overflow-y:auto}.specialist-modal__footer{flex-direction:column;align-items:stretch;gap:13px}.specialist-modal__footer .button{width:100%}.modal-backdrop{padding:12px}.audit-modal{padding:35px 23px 25px}}@media (width<=390px){.shell-width{width:calc(100% - 24px)}.landing-actions .button{padding-inline:11px;font-size:11px}.hero h1{font-size:39px}.hero-lead{font-size:14px}.trust-row span:nth-child(3){display:none}.preview-main{padding:12px}.preview-side{width:43px}.preview-metrics>div{padding:8px}.preview-ring{border-width:5px;width:50px;height:50px;padding-top:14px}.preview-ring b{font-size:15px}.floating-note{min-width:127px;padding:9px}.floating-note>span{width:25px;height:25px}.floating-note b{font-size:10px}.page{padding-inline:12px}.dashboard-header{padding-inline:9px}.page-intro h1{font-size:22px}.page-intro .button{padding-inline:10px;font-size:11px}.distribution-content{gap:8px}.donut-wrap{width:115px;height:115px}.distribution-legend>div{gap:5px}.priority-info b{max-width:142px}.product-stat-row>div{gap:8px;padding-inline:10px}.product-stat-row b{font-size:17px}.status-tabs button{padding-inline:6px;font-size:7px}.toast{min-width:0;bottom:76px;left:12px;right:12px}}@media print{.sidebar,.dashboard-header,.mobile-bottom-nav,.page-actions,.specialist-strip,.dashboard-footer,.notifications-popover{display:none!important}.dashboard-main{margin:0}.page{max-width:none;padding:20px}.panel,.metric-card,.suspension-banner{break-inside:avoid;box-shadow:none}.overview-charts,.overview-lower{grid-template-columns:1fr 1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--font-editorial:"HW Cigars", "Instrument Serif", Iowan Old Style, Baskerville, Georgia, serif}.brand{gap:9px}.brand-mark{color:#1e3214;background:var(--lime);border-radius:50% 50% 46% 54%/54% 46%;place-items:center;width:34px;height:34px;padding:0;display:grid;position:relative;overflow:visible;transform:rotate(-7deg)}.brand-mark b{font:400 19px/.8 var(--font-editorial);transform:rotate(7deg)translateY(-1px)}.brand-mark i{background:#f5a58b;border:2px solid #36561f;border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;right:-2px}.brand-word{color:var(--text);font:400 25px/.9 var(--font-editorial);letter-spacing:-.04em}.brand-word span{color:var(--green);font-style:italic}.brand--inverse .brand-word{color:#fffdf4}.brand--inverse .brand-word span{color:#d9ee90}.brand--compact .brand-mark{width:28px;height:28px}.landing--editorial{--landing-forest:#2f4e1d;--landing-forest-deep:#233b16;--landing-cream:#faf7ed;--landing-ink:#173516;--landing-brown:#674a42;--landing-sap:#6f9442;background:var(--landing-cream);color:var(--landing-brown)}[data-theme=dark] .landing--editorial{--landing-cream:#151912;--landing-ink:#e9eddc;--landing-brown:#d8d0c4}.landing--editorial h1,.landing--editorial h2,.landing--editorial h3{font-family:var(--font-editorial);font-weight:400}.landing-hero-shell{color:#fffdf4;background:var(--landing-forest);position:relative;overflow:hidden}.landing-hero-shell:before{content:"";pointer-events:none;border:1px solid #ffffff12;border-radius:50%;width:44vw;height:44vw;position:absolute;top:-28vw;left:28%;box-shadow:0 0 0 7vw #ffffff05,0 0 0 14vw #ffffff03}.landing--editorial .landing-nav{z-index:5;color:#fffdf4;height:90px;position:relative}.landing--editorial .landing-links{gap:29px}.landing--editorial .landing-links a{color:#fffdf4c7;font-size:12px;font-weight:500}.landing--editorial .landing-links a:hover{color:#fffdf4}.landing--editorial .landing-links a span{color:#d8ed91;margin-left:3px}.landing--editorial .landing-actions .theme-toggle{color:#fffdf4d1;background:#ffffff0f;border-color:#ffffff2b}.editorial-nav-cta{color:#203415;background:#d8ed91;border-radius:99px;align-items:center;gap:9px;min-height:40px;padding:0 16px 0 18px;font-size:11px;font-weight:700;transition:gap .2s,background .2s;display:inline-flex}.editorial-nav-cta:hover{background:#e3f6a5;gap:13px}.editorial-nav-cta svg{width:15px}.editorial-hero{text-align:center;place-items:center;min-height:min(835px,100svh - 90px);padding:88px 0 122px;display:grid;position:relative}.editorial-hero__copy{z-index:2;width:min(940px,86%);position:relative}.hero-kicker{color:#fffdf4a6;letter-spacing:.16em;align-items:center;gap:10px;margin-bottom:29px;font-size:9px;font-weight:700;display:inline-flex}.hero-kicker i{background:#d8ed91;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #d8ed911f}.editorial-hero h1{color:#fffdf4;letter-spacing:-.048em;margin:0;font-size:clamp(64px,7.35vw,112px);line-height:.93}.editorial-hero h1 em{color:#d9ed94;font-style:italic}.scribble-word{display:inline-block;position:relative}.scribble-word:before,.scribble-word:after{content:"";border-top:2px solid #d9ed94;border-radius:50%;height:5px;position:absolute;bottom:-4px;left:2%;right:1%;transform:rotate(-1deg)}.scribble-word:after{opacity:.82;bottom:-9px;left:19%;right:13%;transform:rotate(1.5deg)}.editorial-hero__copy>p{color:#fffdf4b8;max-width:650px;margin:32px auto 0;font-size:14px;line-height:1.65}.editorial-hero__actions{justify-content:center;align-items:center;gap:24px;margin-top:34px;display:flex}.split-cta{color:#233716;background:0 0;align-items:center;gap:4px;padding:0;font-size:12px;font-weight:700;display:inline-flex}.split-cta>span{background:#d8ed91;border-radius:99px;place-items:center;min-height:52px;padding:0 23px;display:grid}.split-cta>i{background:#b9d36b;border-radius:50%;place-items:center;width:52px;height:52px;transition:transform .25s,background .25s;display:grid}.split-cta:hover>i{background:#e4f7a6;transform:rotate(-35deg)}.split-cta svg{width:18px}.hero-sample-link{color:#fffdf4db;background:0 0;border-bottom:1px solid #ffffff59;align-items:center;gap:7px;padding:8px 0;font-size:11px;font-weight:600;display:inline-flex}.hero-sample-link:hover{color:#d8ed91;border-color:#d8ed91}.hero-sample-link svg{width:15px}.hero-side-note{color:#fffdf46e;letter-spacing:.16em;writing-mode:vertical-rl;align-items:center;gap:9px;font-size:7px;font-weight:700;display:flex;position:absolute;top:48%}.hero-side-note i{background:#ffffff40;width:1px;height:42px}.hero-side-note--left{left:0;transform:translateY(-50%)rotate(180deg)}.hero-side-note--right{right:0;transform:translateY(-50%)}.hero-corner{z-index:2;text-align:left;position:absolute}.hero-corner--score{color:#28401c;background:#e7efce;border-radius:26px 26px 26px 5px;grid-template-columns:1fr auto;width:150px;padding:16px;animation:5s ease-in-out infinite floatCard;display:grid;bottom:78px;left:2%;transform:rotate(-4deg);box-shadow:0 18px 40px #13240c33}.hero-corner--score>span{color:#68735d;grid-column:1/-1;font-size:8px}.hero-corner--score b{font:400 31px var(--font-editorial);margin-top:5px}.hero-corner--score small{font:400 9px var(--font-body)}.hero-corner--score i{color:#63813b;grid-column:1/-1;font-size:7px;font-style:normal}.hero-corner--issue{color:#633428;background:#f5b49f;border-radius:7px 24px 24px;align-items:center;gap:10px;padding:13px 17px;animation:5.5s ease-in-out -2s infinite floatCard;display:flex;top:32%;right:2%;transform:rotate(4deg);box-shadow:0 18px 40px #13240c2e}.hero-corner--issue>svg{width:18px}.hero-corner--issue div{flex-direction:column;display:flex}.hero-corner--issue b{font-size:10px}.hero-corner--issue span{opacity:.72;margin-top:2px;font-size:7px}.hero-scroll-cue{color:#fffdf47a;letter-spacing:.14em;align-items:center;gap:12px;font-size:7px;font-weight:700;display:flex;position:absolute;bottom:34px;right:20%}.hero-scroll-cue i{border:1px solid #ffffff38;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.hero-scroll-cue svg{width:13px;animation:1.7s ease-in-out infinite scrollNudge}.hero-marquee{color:#26371a;background:#d8ed91;border-block:1px solid #23391633;height:43px;overflow:hidden}.hero-marquee>div{align-items:center;gap:27px;width:max-content;height:100%;animation:25s linear infinite marquee;display:flex}.hero-marquee span{font:400 15px var(--font-editorial);letter-spacing:.01em}.hero-marquee i{color:#65873c;font-size:8px}@keyframes floatCard{0%,to{translate:0}50%{translate:0 -10px}}@keyframes scrollNudge{0%,to{transform:translateY(-2px)}50%{transform:translateY(3px)}}@keyframes marquee{to{transform:translate(-50%)}}.intro-statement{text-align:center;padding-block:155px 145px;position:relative}.intro-index{color:var(--text-muted);letter-spacing:.16em;margin-bottom:37px;font-size:8px;font-weight:700;display:block}.intro-statement>p{color:var(--text-soft);font:400 clamp(28px, 3.3vw, 51px)/1 var(--font-editorial);margin:0}.intro-statement>p em{color:var(--green);font-style:italic}.intro-statement h2{color:var(--text);letter-spacing:-.045em;margin:6px 0 0;font-size:clamp(47px,5.5vw,80px);line-height:.98}.intro-foot{text-align:left;justify-content:space-between;align-items:center;gap:50px;max-width:740px;margin:42px auto 0;display:flex}.intro-foot>p{max-width:485px;color:var(--text-muted);margin:0;font-size:12px;line-height:1.65}.intro-foot>button{color:var(--text);background:0 0;flex-shrink:0;align-items:center;gap:10px;padding:0;font-size:10px;font-weight:700;display:flex}.intro-foot button span{color:#25371b;background:var(--lime);border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.intro-foot button svg{width:14px}.discovery-section{color:#61463f;background:#f0eadf;border-block:1px solid #ded4c6;padding:108px 0 92px;overflow:hidden}[data-theme=dark] .discovery-section{color:#d8d0c4;border-color:var(--border);background:#1e211c}.discovery-head{grid-template-columns:1fr .75fr auto;align-items:end;gap:60px;display:grid}.discovery-head h2{color:var(--landing-ink);letter-spacing:-.045em;margin:13px 0 0;font-size:clamp(48px,5vw,72px);line-height:.92}.discovery-copy{padding-bottom:4px}.discovery-copy p{max-width:420px;color:var(--text-soft);margin:0;font-size:12px;line-height:1.6}.discovery-copy>span{color:var(--text-muted);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:8px;margin-top:17px;font-size:8px;font-weight:700;display:flex}.discovery-copy>span i{background:var(--text-muted);width:28px;height:1px}.carousel-arrows{gap:7px;display:flex}.carousel-arrows button,.story-controls button{width:45px;height:45px;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:50%;place-items:center;padding:0;transition:color .2s,background .2s,transform .2s;display:grid}.carousel-arrows button:hover:not(:disabled),.story-controls button:hover{color:#24351b;background:var(--lime);transform:rotate(-7deg)}.carousel-arrows button:disabled{opacity:.32;cursor:not-allowed}.carousel-arrows svg,.story-controls svg{width:17px}.discovery-track-shell{margin-top:64px}.discovery-track{cursor:grab;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-user-select:none;user-select:none;gap:18px;padding:15px max(24px,50vw - 610px) 38px;display:flex;overflow:auto visible}.discovery-track::-webkit-scrollbar{display:none}.discovery-track.is-dragging{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none}.discovery-card{color:#422e28;scroll-snap-align:start;background:#f4b6a2;border:1px solid #48302721;border-radius:5px 44px 44px;flex-direction:column;flex:0 0 clamp(310px,31vw,430px);height:500px;padding:24px;transition:transform .45s cubic-bezier(.2,.75,.2,1),box-shadow .45s;display:flex;position:relative;overflow:hidden;transform:translateY(9px)rotate(-.45deg);box-shadow:0 17px 45px #57413414}.discovery-card:nth-child(2n){border-radius:44px 5px 44px 44px;transform:translateY(9px)rotate(.45deg)}.discovery-card.is-active{transform:translateY(-7px)rotate(0);box-shadow:0 24px 55px #57413429}.discovery-card--gold{background:#e7c774}.discovery-card--sage{color:#20351b;background:#bad099}.discovery-card--blue{color:#243a42;background:#a9cdd2}.discovery-card--lime{color:#223516;background:#d1e788}.discovery-card header{grid-template-columns:auto 1fr auto;align-items:center;gap:13px;display:grid}.discovery-card header>span{border:1px solid;border-radius:50%;place-items:center;width:29px;height:29px;font-size:8px;display:grid}.discovery-card header i{letter-spacing:.12em;text-transform:uppercase;opacity:.7;font-size:8px;font-style:normal;font-weight:700}.discovery-card header svg{width:17px}.discovery-card__art{place-items:center;height:184px;margin:35px 0 26px;display:grid;position:relative}.discovery-card__art span{opacity:.22;border:1px solid;border-radius:50%;position:absolute}.discovery-card__art span:first-child{width:170px;height:170px}.discovery-card__art span:nth-child(2){width:119px;height:119px}.discovery-card__art span:nth-child(3){background:#ffffff2b;width:72px;height:72px}.discovery-card__art:before,.discovery-card__art:after{content:"";opacity:.19;background:currentColor;width:170px;height:1px;position:absolute}.discovery-card__art:after{transform:rotate(90deg)}.discovery-card__art b{z-index:1;font:400 36px var(--font-editorial)}.discovery-card h3{letter-spacing:-.035em;max-width:360px;margin:0;font-size:clamp(30px,2.5vw,39px);line-height:.98}.discovery-card>p{opacity:.72;max-width:330px;margin:13px 0 0;font-size:10px;line-height:1.5}.discovery-card footer{border-top:1px solid #2d282033;align-items:baseline;gap:7px;margin-top:auto;padding-top:14px;display:flex}.discovery-card footer strong{font:400 21px var(--font-editorial)}.discovery-card footer span{opacity:.65;font-size:8px}.discovery-card--final{color:#fffdf4;background:var(--landing-forest);border-color:#ffffff1a;justify-content:flex-end}.discovery-card--final:before{content:"↗";color:#d8ed91;font:400 80px/1 var(--font-editorial);opacity:.72;position:absolute;top:28px;right:28px;transform:rotate(-18deg)}.discovery-card--final .kicker{color:#d8ed91}.discovery-card--final h3{margin-top:15px;font-size:43px}.discovery-card--final button{color:#fffdf4;background:0 0;border-bottom:1px solid #ffffff59;justify-content:space-between;align-items:center;margin-top:28px;padding:0 0 8px;font-size:10px;font-weight:700;display:flex}.discovery-card--final button svg{width:16px}.carousel-progress{align-items:center;gap:17px;display:flex}.carousel-progress>span{background:#58473c26;flex:1;height:2px;overflow:hidden}.carousel-progress i{background:var(--green);height:100%;transition:width .35s;display:block}.carousel-progress b{font:400 11px var(--font-editorial)}.landing--editorial .section-heading h2,.landing--editorial .check-copy h2,.landing--editorial .security-section h2,.landing--editorial .final-cta h2{font-family:var(--font-editorial);letter-spacing:-.04em;font-weight:400}.landing--editorial .step-card h3{font-family:var(--font-editorial);font-size:26px;font-weight:400}.landing--editorial .step-card--accent{color:#fffdf4;background:var(--landing-forest)}.landing--editorial .step-card--accent p{color:#fffdf494}.landing--editorial .step-card--accent>small{color:#d8ed91}.stories-section{color:#fffbf1;background:#654840;padding:125px 0;overflow:hidden}[data-theme=dark] .stories-section{background:#3c2e2a}.stories-layout{grid-template-columns:.67fr 1.33fr;align-items:center;gap:80px;display:grid}.stories-heading{position:relative}.stories-heading .kicker{color:#eec6b8}.stories-heading h2{color:#fffaf0;letter-spacing:-.04em;margin:18px 0 0;font-size:clamp(48px,5vw,73px);line-height:.94}.stories-heading h2 span{color:#d9ed94}.stories-flourish{height:160px;margin-top:28px;position:relative}.stories-flourish b{color:#f1a58d;font:400 200px/.8 var(--font-editorial);opacity:.95;position:absolute;top:-35px;left:15px}.stories-flourish i{border:1px solid #ffffff2b;border-radius:50%;width:145px;height:145px;animation:12s linear infinite quoteOrbit;position:absolute;top:0;left:0}.stories-flourish i:after{content:"";background:#d9ed94;border-radius:50%;width:9px;height:9px;position:absolute;top:15px;right:22px}.story-card{color:#563e37;background:#faf7ed;border-radius:6px 54px 54px;flex-direction:column;min-height:510px;padding:48px;animation:.48s cubic-bezier(.2,.75,.2,1) storyRise;display:flex;position:relative;box-shadow:0 28px 70px #2e1b172e}.story-quote-mark{color:#f0a28b;height:83px;font:400 130px/.75 var(--font-editorial)}.story-card blockquote{max-width:760px;font:400 clamp(27px, 2.6vw, 39px)/1.15 var(--font-editorial);letter-spacing:-.025em;margin:20px 0 0}.story-card>footer{grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:auto;display:grid}.story-avatar{color:#29411a;background:#d8ed91;border-radius:50%;place-items:center;width:43px;height:43px;font-size:9px;font-weight:700;display:grid}.story-card footer>div:nth-child(2){flex-direction:column;display:flex}.story-card footer b{font-size:10px}.story-card footer small{color:#957d74;margin-top:3px;font-size:8px}.story-card footer>span{color:#537535;background:#edf3d9;border-radius:99px;align-items:center;gap:6px;padding:8px 10px;font-size:8px;font-weight:700;display:inline-flex}.story-card footer svg{width:13px}.story-controls{border-top:1px solid #ddd2c5;justify-content:space-between;align-items:center;margin-top:26px;padding-top:20px;display:flex}.story-controls>b{font:400 19px var(--font-editorial)}.story-controls>b span{color:#aa958c;font-size:11px}.story-controls>div{gap:7px;display:flex}.story-controls button{color:#563e37;background:#faf7ed;border-color:#ccbdb0}@keyframes storyRise{0%{opacity:0;transform:translate(32px)rotate(1deg)}}@keyframes quoteOrbit{to{transform:rotate(360deg)}}.landing--editorial .security-section h2 em{color:var(--green);font-style:italic}.landing--editorial .final-cta{background:var(--landing-forest)}.landing--editorial .final-cta .kicker{color:#d8ed91}@media (width<=1024px){.editorial-hero{min-height:760px}.editorial-hero h1{font-size:clamp(62px,9vw,90px)}.hero-corner--issue{top:22%;right:1%}.hero-corner--score{left:1%}.discovery-head{grid-template-columns:1fr .75fr;gap:35px}.discovery-head .carousel-arrows{grid-column:2;justify-self:end}.discovery-track{padding-left:24px;padding-right:24px}.stories-layout{gap:42px}.story-card{padding:38px}}@media (width<=820px){.landing--editorial .landing-nav{height:75px}.landing--editorial .landing-links{display:none}.editorial-hero{min-height:735px;padding-top:70px}.editorial-hero__copy{width:94%}.editorial-hero h1{font-size:clamp(57px,11.5vw,82px)}.editorial-hero__copy>p{max-width:570px}.hero-side-note{display:none}.hero-corner--issue{top:18%}.hero-corner--score{bottom:68px}.hero-scroll-cue{right:7%}.intro-statement{padding-block:110px}.intro-foot{max-width:650px}.discovery-section{padding-top:85px}.discovery-head{grid-template-columns:1fr auto}.discovery-copy{grid-row:2}.discovery-head .carousel-arrows{grid-area:1/2}.discovery-card{flex-basis:min(72vw,400px)}.stories-layout{grid-template-columns:1fr}.stories-heading{grid-template-columns:1fr auto;display:grid}.stories-heading h2{grid-column:1}.stories-flourish{grid-area:1/2/3;width:160px}.story-card{min-height:480px}}@media (width<=620px){.landing--editorial .landing-nav{width:calc(100% - 28px)}.landing--editorial .landing-actions .theme-toggle{display:none}.landing--editorial .brand-word{font-size:21px}.editorial-nav-cta{min-height:37px;padding-inline:13px;font-size:9px}.editorial-nav-cta svg{display:none}.editorial-hero{align-items:start;min-height:700px;padding:67px 0 116px}.editorial-hero__copy{width:100%}.hero-kicker{margin-bottom:25px;font-size:7px}.editorial-hero h1{font-size:clamp(51px,15.3vw,70px);line-height:.94}.scribble-word:before,.scribble-word:after{height:3px;bottom:-3px}.editorial-hero__copy>p{width:93%;margin-top:27px;font-size:12px}.editorial-hero__actions{flex-direction:column;gap:18px;margin-top:30px}.split-cta{justify-content:center;width:100%}.split-cta>span{flex:1;max-width:245px}.hero-corner--issue{display:none}.hero-corner--score{width:134px;padding:12px;bottom:51px;left:2px}.hero-corner--score b{font-size:27px}.hero-scroll-cue{bottom:49px;right:3px}.hero-scroll-cue>span{display:none}.intro-statement{padding-block:88px}.intro-statement>p{font-size:27px}.intro-statement h2{font-size:47px}.intro-foot{text-align:center;flex-direction:column;align-items:stretch;gap:23px;margin-top:32px}.intro-foot>button{justify-content:center}.discovery-section{padding:72px 0 62px}.discovery-head{grid-template-columns:1fr auto;gap:20px}.discovery-head h2{font-size:47px}.discovery-copy{grid-column:1/-1}.discovery-copy>span{display:none}.carousel-arrows button{width:40px;height:40px}.discovery-track-shell{margin-top:38px}.discovery-track{gap:11px;padding-inline:14px}.discovery-card{border-radius:4px 34px 34px;flex-basis:84vw;height:455px;padding:20px}.discovery-card:nth-child(2n){border-radius:34px 4px 34px 34px}.discovery-card__art{height:150px;margin:25px 0 20px}.discovery-card__art span:first-child{width:142px;height:142px}.discovery-card__art span:nth-child(2){width:100px;height:100px}.discovery-card__art span:nth-child(3){width:60px;height:60px}.discovery-card__art:before,.discovery-card__art:after{width:142px}.discovery-card h3{font-size:32px}.carousel-progress{width:calc(100% - 28px)}.landing--editorial .section-heading h2{font-size:46px}.landing--editorial .step-card h3{font-size:25px}.stories-section{padding:82px 0}.stories-layout{gap:38px}.stories-heading{display:block}.stories-heading h2{font-size:52px}.stories-flourish{opacity:.7;width:125px;height:82px;position:absolute;bottom:0;right:-30px}.stories-flourish b{font-size:120px;top:-15px}.stories-flourish i{width:90px;height:90px}.story-card{border-radius:4px 36px 36px;min-height:480px;padding:28px 24px}.story-quote-mark{height:61px;font-size:105px}.story-card blockquote{margin-top:10px;font-size:28px}.story-card>footer{grid-template-columns:auto 1fr}.story-card footer>span{grid-column:1/-1;width:fit-content}.story-controls{margin-top:19px}.story-controls button{width:40px;height:40px}}@media (width<=390px){.landing--editorial .brand-mark{width:30px;height:30px}.landing--editorial .brand-word{font-size:19px}.editorial-nav-cta{padding-inline:11px}.editorial-hero h1{font-size:49px}.editorial-hero__copy>p{font-size:11px}.hero-corner--score{bottom:54px}.discovery-head h2{font-size:43px}.discovery-head .carousel-arrows button{width:37px;height:37px}.story-card blockquote{font-size:26px}}.brand-mark{justify-content:center;align-items:center;display:flex}.brand-mark b{font:400 19px/1 var(--font-editorial);justify-content:center;align-items:center;display:flex;position:absolute;inset:0;transform:rotate(7deg)translate(1px)}.brand--compact .brand-mark b{font-size:16px}.editorial-hero{place-items:initial;text-align:left;grid-template-columns:minmax(0,.84fr) minmax(500px,1.16fr);align-items:center;gap:70px;min-height:min(820px,100svh - 90px);padding:70px 0 108px}.editorial-hero__copy{width:auto}.editorial-hero h1{font-size:clamp(62px,5.8vw,88px);line-height:.94}.editorial-hero__copy>p{max-width:560px;margin:28px 0 0;font-size:15px}.editorial-hero__actions{justify-content:flex-start}.hero-audit-visual{z-index:2;perspective:1100px;justify-self:end;width:100%;max-width:650px;position:relative}.hero-audit-card{color:#30402d;background:#fbfaf5;border:1px solid #ffffff52;border-radius:30px 5px 30px 30px;padding:24px;position:relative;transform:rotateY(-3deg)rotate(1deg);box-shadow:0 32px 75px #0f1d0a4f}.hero-audit-card>header{border-bottom:1px solid #e2e5dc;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding-bottom:16px;display:grid}.hero-audit-card>header>div{flex-direction:column;display:flex}.hero-audit-card>header span{color:#8b9287;letter-spacing:.11em;font-size:9px;font-weight:700}.hero-audit-card>header b{font:400 17px var(--font-editorial);margin-top:3px}.hero-audit-card>header em{color:#54783a;background:#edf4df;border-radius:99px;align-items:center;gap:6px;padding:6px 9px;font-size:9px;font-style:normal;font-weight:700;display:flex}.hero-audit-card>header em i{background:#70a34f;border-radius:50%;width:6px;height:6px}.hero-audit-score{align-items:center;gap:23px;min-height:150px;display:flex}.hero-score-ring{border:10px solid #d8ed91;border-left-color:#e5e8df;border-radius:50%;flex-shrink:0;place-items:center;width:105px;height:105px;display:grid;position:relative;transform:rotate(-28deg)}.hero-score-ring:after{content:"";background:#92b94f;border:3px solid #fbfaf5;border-radius:50%;width:11px;height:11px;position:absolute;top:5px;right:13px}.hero-score-ring>span{align-items:baseline;display:flex;transform:rotate(28deg)}.hero-score-ring b{font:400 35px var(--font-editorial)}.hero-score-ring small{color:#899085;font-size:9px}.hero-audit-score section small{color:#8a9186;letter-spacing:.1em;font-size:9px;font-weight:700}.hero-audit-score h3{color:#2d4227;font:400 29px/.95 var(--font-editorial);margin:7px 0 8px}.hero-audit-score p{color:#5f8141;align-items:center;gap:5px;margin:0;font-size:10px;display:flex}.hero-audit-score p svg{width:14px}.hero-audit-stats{background:#f0f1ec;border:1px solid #e0e3db;border-radius:15px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.hero-audit-stats>div{border-right:1px solid #dfe2da;flex-direction:column;min-height:86px;padding:13px;display:flex}.hero-audit-stats>div:last-child{border:0}.hero-audit-stats small{color:#858d82;letter-spacing:.08em;font-size:8px;font-weight:700}.hero-audit-stats b{color:#263d22;font:400 24px var(--font-editorial);margin:7px 0 3px}.hero-audit-stats span{color:#8b9287;font-size:9px}.hero-audit-list{margin-top:17px}.hero-audit-list>header{justify-content:space-between;align-items:center;margin-bottom:5px;display:flex}.hero-audit-list>header b{font:400 16px var(--font-editorial)}.hero-audit-list>header span{color:#7b8578;letter-spacing:.08em;font-size:8px;font-weight:700}.hero-audit-list>div{border-top:1px solid #e4e6e0;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;min-height:37px;font-size:10px;display:grid}.hero-audit-list>div i{border-radius:50%;width:7px;height:7px}.hero-audit-list>div b{font:400 14px var(--font-editorial)}.hero-visual-float{z-index:4;border-radius:15px;align-items:center;gap:9px;padding:12px 14px;animation:5s ease-in-out infinite floatCard;display:flex;position:absolute;box-shadow:0 18px 40px #0f1d0a3d}.hero-visual-float>svg{width:18px}.hero-visual-float>span{flex-direction:column;display:flex}.hero-visual-float b{font-size:10px}.hero-visual-float small{margin-top:2px;font-size:8px}.hero-visual-float--score{color:#405829;background:#ddef9e;top:-27px;right:34px}.hero-visual-float--alert{color:#713b30;background:#f4ad96;animation-delay:-2.2s;bottom:71px;right:-23px}.hero-scroll-cue{bottom:27px;right:47%}.editorial-hero .hero-side-note{display:none}.discovery-graphic{height:190px;margin:29px 0 27px;position:relative}.discovery-graphic--products{place-items:center;display:grid}.mini-product{z-index:2;background:#fffaf2c4;border:1px solid #4e30262e;border-radius:15px;grid-template-rows:1fr 8px auto;grid-template-columns:auto 1fr;gap:6px 10px;width:178px;height:112px;padding:12px;display:grid;position:absolute;transform:rotate(-3deg);box-shadow:0 14px 28px #5b362a1f}.mini-product--back{z-index:1;opacity:.6;margin:-23px 0 0 51px;transform:rotate(7deg)}.mini-product>span{color:#87493c;background:#f0a68f73;border-radius:10px;grid-row:1/4;place-items:center;width:49px;height:49px;display:grid}.mini-product svg{width:22px}.mini-product>i{background:#4e302621;border-radius:5px;align-self:end;height:7px}.mini-product>i:nth-of-type(2){align-self:start;width:65%}.mini-product>b{font-size:9px}.discovery-graphic--products>em{z-index:3;color:#8d4033;background:#fff1eb;border-radius:99px;align-items:center;gap:5px;padding:7px 9px;font-size:8px;font-style:normal;font-weight:700;display:flex;position:absolute;bottom:5px;right:29px;box-shadow:0 8px 20px #5b362a1f}.discovery-graphic--products>em svg{width:13px}.discovery-graphic--compare{grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;display:grid}.discovery-graphic--compare>div{background:#fffbec8a;border:1px solid #48361829;border-radius:14px;flex-direction:column;min-height:112px;padding:17px;display:flex}.discovery-graphic--compare small{letter-spacing:.08em;font-size:8px;font-weight:700}.discovery-graphic--compare b{font:400 28px var(--font-editorial);margin:12px 0 5px}.discovery-graphic--compare span{opacity:.65;font-size:8px}.discovery-graphic--compare>i{background:#ffffff6b;border-radius:50%;place-items:center;width:31px;height:31px;display:grid}.discovery-graphic--compare>i svg{width:15px}.discovery-graphic--compare>em{white-space:nowrap;background:#fff2d8;border-radius:99px;align-items:center;gap:5px;padding:7px 10px;font-size:8px;font-style:normal;font-weight:700;display:flex;position:absolute;bottom:7px;left:50%;transform:translate(-50%)}.discovery-graphic--compare>em svg{width:13px}.discovery-graphic--shield{place-items:center;display:grid}.shield-orbit{border:1px solid #1d3a183d;border-radius:50%;width:168px;height:168px;position:absolute}.shield-orbit:before{content:"";border:1px dashed #1d3a183d;border-radius:50%;animation:14s linear infinite quoteOrbit;position:absolute;inset:25px}.shield-orbit i{background:#f8f3e5;border:3px solid #6f9451;border-radius:50%;width:12px;height:12px;position:absolute}.shield-orbit i:first-child{top:13px;right:27px}.shield-orbit i:nth-child(2){top:76px;left:-4px}.shield-orbit i:nth-child(3){bottom:21px;right:12px}.shield-core{z-index:1;color:#355628;background:#ffffff8c;border-radius:24px;place-items:center;width:79px;height:79px;display:grid;transform:rotate(-4deg);box-shadow:0 12px 25px #28441e1a}.shield-core svg{width:32px}.shield-core b{color:#fff;width:27px;height:27px;font:400 14px var(--font-editorial);background:#52783d;border-radius:50%;place-items:center;display:grid;position:absolute;top:-9px;right:-9px}.discovery-graphic--shield>em{letter-spacing:.08em;text-transform:uppercase;opacity:.65;font-size:8px;font-style:normal;font-weight:700;position:absolute;bottom:-2px}.discovery-graphic--queue{flex-direction:column;gap:8px;padding-top:8px;display:flex}.discovery-graphic--queue>div{background:#fff6;border:1px solid #213a3f21;border-radius:11px;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;min-height:48px;padding:8px 11px;display:grid;box-shadow:0 8px 18px #253f440f}.discovery-graphic--queue>div:nth-child(2){margin-inline:12px -5px}.discovery-graphic--queue>div:nth-child(3){margin-inline:25px -10px}.discovery-graphic--queue>div>b{font:400 15px var(--font-editorial)}.discovery-graphic--queue span{align-items:center;gap:7px;font-size:9px;font-weight:700;display:flex}.discovery-graphic--queue span i{background:#cb695b;border-radius:50%;width:6px;height:6px}.discovery-graphic--queue>div:nth-child(2) i{background:#c9913e}.discovery-graphic--queue>div:nth-child(3) i{background:#598b8d}.discovery-graphic--queue em{font:400 17px var(--font-editorial);font-style:normal}.discovery-graphic--trend{background:#ffffff52;border:1px solid #27421b21;border-radius:17px;padding:17px;overflow:hidden}.discovery-graphic--trend>div{z-index:2;position:relative}.discovery-graphic--trend small{letter-spacing:.08em;font-size:8px;font-weight:700;display:block}.discovery-graphic--trend b{font:400 31px var(--font-editorial);margin-top:5px;display:inline-block}.discovery-graphic--trend span{margin-left:4px;font-size:8px}.discovery-graphic--trend svg{width:calc(100% - 24px);height:100px;position:absolute;bottom:0;right:12px;overflow:visible}.discovery-graphic--trend path:first-child{fill:none;stroke:#5d813d;stroke-width:3px;vector-effect:non-scaling-stroke}.discovery-graphic--trend .trend-area{fill:#5d813d29;stroke:none}.stories-heading>p{color:#fffaf0ad;max-width:355px;margin:28px 0 0;font-size:13px;line-height:1.6}.stories-swipe-note{color:#d9ed94;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:9px;margin-top:31px;font-size:10px;font-weight:700;display:flex}.stories-swipe-note svg{width:18px}.story-card{overflow:hidden}.story-quote-mark{z-index:0;color:#f0a28b;height:auto;font:400 112px/.75 var(--font-editorial);opacity:.92;position:absolute;top:25px;left:35px}.story-quote-mark--close{color:#e8bcad;opacity:.38;font-size:92px;inset:auto 35px 58px auto}.story-card blockquote{z-index:1;margin-top:80px;position:relative}.story-card>footer,.story-controls{z-index:1;position:relative}.overview-intro{color:#f8faef;background:#2f4e1d;border:1px solid #ffffff14;border-radius:17px;align-items:center;min-height:142px;padding:27px 28px;position:relative;overflow:hidden;box-shadow:0 18px 42px #1c30141f}.overview-intro:before{content:"";border:1px solid #ffffff14;border-radius:50%;width:300px;height:300px;position:absolute;top:-215px;right:22%;box-shadow:0 0 0 45px #ffffff05,0 0 0 90px #ffffff03}.overview-intro>div{z-index:1;position:relative}.overview-intro .overline{color:#d8ed91;font-size:10px}.overview-intro h1{color:#fffdf4;font:400 clamp(35px, 3.2vw, 46px)/.95 var(--font-editorial);letter-spacing:-.035em}.overview-intro h1 em{color:#d8ed91;font-style:italic}.overview-intro p{color:#fffdf4ad;margin-top:11px;font-size:12px}.overview-intro .page-actions{z-index:1;position:relative}.overview-intro .button--outline{color:#fffdf4;box-shadow:none;background:#ffffff12;border-color:#fff3}.overview-intro .button--outline:hover{background:#ffffff21}.overview-intro .button--primary{color:#243817;box-shadow:none;background:#d8ed91}.overview-intro .button--primary:hover{background:#e4f5aa}.landing--editorial .kicker,.landing--editorial .hero-kicker,.landing--editorial .panel-kicker{font-size:10px}.landing--editorial .discovery-card header i,.landing--editorial .discovery-card>p,.landing--editorial .discovery-card footer span{font-size:11px}.landing--editorial .step-card p,.landing--editorial .check-list section p{font-size:12px}.landing--editorial .step-card>small,.landing--editorial .intro-index{font-size:9px}.dashboard-shell small,.dashboard-shell .overline,.dashboard-shell .panel-kicker,.dashboard-shell .nav-label{font-size:10px}.dashboard-shell .sidebar-nav button,.dashboard-shell .account-switcher b,.dashboard-shell .sidebar-user b,.dashboard-shell .page-intro p{font-size:12px}.dashboard-shell .suspension-copy span{font-size:9px}.dashboard-shell .suspension-copy p,.dashboard-shell .metric-card__head{font-size:11px}.dashboard-shell .metric-caption,.dashboard-shell .metric-footer,.dashboard-shell .metric-footer b{font-size:10px}.dashboard-shell .status-badge{min-height:24px;font-size:9px}.dashboard-shell .panel-kicker{font-size:9px}.dashboard-shell .panel-head h2{font-size:17px}.dashboard-shell .priority-info b{font-size:11px}.dashboard-shell .priority-info small,.dashboard-shell .affected-count small,.dashboard-shell .products-table th{font-size:9px}.dashboard-shell .products-table td,.dashboard-shell .issue-link{font-size:10px}.dashboard-shell .products-table td:first-child b{font-size:11px}.dashboard-shell .search-field input,.dashboard-shell .status-tabs button,.dashboard-shell .filter-button{font-size:10px}.dashboard-shell .diagnostic-list h3{font-size:12px}.dashboard-shell .diagnostic-list p,.dashboard-shell .header-crumbs,.dashboard-shell .connection-pill,.dashboard-shell .account-switcher small,.dashboard-shell .sidebar-user small,.dashboard-shell .sidebar-help p,.dashboard-shell .sidebar-help button,.dashboard-shell .chart-summary span,.dashboard-shell .time-control button,.dashboard-shell .distribution-legend span,.dashboard-shell .distribution-legend small,.dashboard-shell .account-totals small,.dashboard-shell .account-link,.dashboard-shell .specialist-strip p,.dashboard-shell .specialist-strip .panel-kicker,.dashboard-shell .product-stat-row small,.dashboard-shell .product-stat-row em,.dashboard-shell .pagination,.dashboard-shell .account-hero__status p,.dashboard-shell .account-hero__detail p,.dashboard-shell .account-hero__detail button,.dashboard-shell .fix-estimate>p,.dashboard-shell .fix-estimate>div,.dashboard-shell .expert-card p{font-size:10px}@media (width<=1100px){.editorial-hero{grid-template-columns:minmax(0,.84fr) minmax(440px,1.16fr);gap:35px}.editorial-hero h1{font-size:clamp(58px,6vw,72px)}.hero-audit-card{padding:19px}.hero-audit-score{min-height:135px}}@media (width<=820px){.editorial-hero{text-align:left;grid-template-columns:1fr;gap:75px;min-height:auto;padding:70px 0 110px}.editorial-hero__copy{width:94%}.editorial-hero h1{max-width:680px;font-size:clamp(58px,10.6vw,82px)}.editorial-hero__copy>p{margin-inline:0}.editorial-hero__actions{justify-content:flex-start}.hero-audit-visual{justify-self:center;width:90%;margin-inline:auto}.hero-scroll-cue{bottom:28px;right:2%}.overview-intro{padding:24px}.overview-intro:before{right:-80px}.overview-intro .page-actions{width:auto}}@media (width<=620px){.editorial-hero{gap:55px;padding-top:57px}.editorial-hero__copy{width:100%}.editorial-hero h1{font-size:clamp(49px,14.4vw,64px)}.editorial-hero__copy>p{width:100%;font-size:13px}.editorial-hero__actions{align-items:flex-start}.split-cta{width:auto}.split-cta>span{min-width:205px}.hero-audit-visual{width:100%}.hero-audit-card{border-radius:22px 4px 22px 22px;padding:15px;transform:none}.hero-audit-card>header em{display:none}.hero-audit-score{gap:15px;min-height:125px}.hero-score-ring{border-width:8px;width:88px;height:88px}.hero-score-ring b{font-size:30px}.hero-audit-score h3{font-size:25px}.hero-audit-stats>div{min-height:77px;padding:10px}.hero-audit-stats b{font-size:21px}.hero-audit-stats span{font-size:8px}.hero-visual-float--score{top:-26px;right:8px}.hero-visual-float--alert{bottom:53px;right:-5px}.hero-scroll-cue{display:none}.discovery-graphic{height:160px;margin-block:22px}.mini-product{transform:scale(.88)rotate(-3deg)}.mini-product--back{transform:scale(.88)rotate(7deg)}.discovery-graphic--shield{transform:scale(.9)}.discovery-graphic--queue{padding-top:1px}.discovery-graphic--trend{height:160px}.stories-heading>p{margin-top:20px}.stories-swipe-note{margin-top:19px}.story-quote-mark{font-size:95px;top:21px;left:24px}.story-quote-mark--close{font-size:76px;bottom:58px;left:auto;right:22px}.story-card blockquote{margin-top:70px}.overview-intro{min-height:190px;padding:22px}.overview-intro h1{font-size:38px}.overview-intro .page-actions{width:100%}.overview-intro .page-actions .button{flex:1}}.landing--editorial .step-card{isolation:isolate;transition:transform .48s cubic-bezier(.2,.8,.2,1),box-shadow .48s,border-color .35s;overflow:hidden}.landing--editorial .step-card:before{content:"";z-index:-1;background:radial-gradient(circle, color-mix(in srgb, var(--lime) 34%, transparent), transparent 69%);opacity:.55;border-radius:50%;width:190px;height:190px;transition:width .55s cubic-bezier(.2,.8,.2,1),height .55s cubic-bezier(.2,.8,.2,1),right .55s,bottom .55s,opacity .35s;position:absolute;bottom:-120px;right:-115px}.landing--editorial .step-card:after{content:"↗";width:34px;height:34px;color:var(--text-muted);border:1px solid var(--border);font:400 16px var(--font-editorial);opacity:0;border-radius:50%;place-items:center;transition:opacity .3s,transform .45s cubic-bezier(.2,.8,.2,1),background .3s,color .3s;display:grid;position:absolute;bottom:22px;right:24px;transform:translate(10px,10px)rotate(-20deg)}.landing--editorial .step-card .step-icon{transition:transform .48s cubic-bezier(.2,.8,.2,1),border-radius .4s,box-shadow .4s}.landing--editorial .step-card .step-icon svg{transition:transform .45s cubic-bezier(.2,.8,.2,1)}.landing--editorial .step-card h3{transition:transform .4s,color .3s}.landing--editorial .step-card .step-number{transition:color .3s,transform .45s cubic-bezier(.2,.8,.2,1)}.landing--editorial .step-card--accent:before{background:radial-gradient(circle,#d8ed913d,#0000 68%)}.landing--editorial .step-card--accent:after{color:#d8ed91;border-color:#d8ed914d}@media (hover:hover) and (pointer:fine){.landing--editorial .step-card:hover{border-color:color-mix(in srgb, var(--green) 35%, var(--border));transform:translateY(-10px)rotate(-.5deg);box-shadow:0 27px 65px #1e341924}.landing--editorial .step-card:nth-child(3):hover{transform:translateY(-10px)rotate(.5deg)}.landing--editorial .step-card--accent:hover{transform:translateY(-23px)rotate(.35deg);box-shadow:0 32px 70px #192c153d}.landing--editorial .step-card:hover:before{opacity:1;width:390px;height:390px;bottom:-190px;right:-145px}.landing--editorial .step-card:hover:after{opacity:1;background:var(--lime-soft);color:var(--green);transform:translate(0)rotate(0)}.landing--editorial .step-card:hover .step-icon{border-radius:50%;transform:translateY(-5px)rotate(-7deg)scale(1.06);box-shadow:0 13px 26px #284b2f24}.landing--editorial .step-card:nth-child(3):hover .step-icon{transform:translateY(-5px)rotate(7deg)scale(1.06)}.landing--editorial .step-card:hover .step-icon svg{transform:scale(1.08)}.landing--editorial .step-card:hover h3{color:var(--green);transform:translateY(-2px)}.landing--editorial .step-card--accent:hover h3{color:#d8ed91}.landing--editorial .step-card:hover .step-number{color:var(--green);transform:translateY(-3px)}}.route-loader{min-height:100vh;color:var(--text-muted);background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex}.route-loader__orbit{border:1px solid var(--border);border-radius:50%;place-items:center;width:54px;height:54px;margin-top:10px;display:grid;position:relative}.route-loader__orbit:before{content:"";border:1px solid var(--border);border-radius:50%;width:32px;height:32px}.route-loader__orbit i{background:var(--lime-strong);width:9px;height:9px;box-shadow:0 0 0 4px var(--lime-soft);transform-origin:5px 25px;border-radius:50%;animation:1.1s linear infinite routeOrbit;position:absolute;top:2px;left:22px}.route-loader p{margin:0;font-size:12px}@keyframes routeOrbit{to{transform:rotate(360deg)}}
