:root{--ink:#131A24;--paper:#F4F4EF;--surface:#FFFFFF;--line:#E7E6DF;--muted:#667085;--muted2:#98A2B3;--brand:#0E4F52;--brand-bright:#12736E;--brand-tint:#E8F1F0;--v-fg:#B42318;--v-bg:#FEF3F2;--v-bd:#FECDCA;--h-fg:#B54708;--h-bg:#FFFAEB;--h-bd:#FEDF89;--t-fg:#5925DC;--t-bg:#F4F3FF;--t-bd:#D9D6FE;--m-fg:#067647;--m-bg:#ECFDF3;--m-bd:#ABEFC6;--n-fg:#475467;--n-bg:#F2F4F7;--n-bd:#E4E7EC;--o-fg:#175CD3;--o-bg:#EFF8FF;--o-bd:#B2DDFF;--radius:14px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0}.kk{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);background:var(--paper);min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;line-height:1.5}.kk-main{flex:1 0 auto}.kk button{font-family:inherit;cursor:pointer}.mono{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;letter-spacing:-.02em}.ref{display:inline-flex;align-items:center;gap:4px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:11px;padding:2px 7px;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--muted);white-space:nowrap;letter-spacing:-.02em}.hdr{background:var(--ink);color:#fff;padding:0 22px}.hdr-in{max-width:1080px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:60px}.wordmark{display:flex;align-items:baseline;gap:9px}.wordmark-lockup{display:inline-flex;align-items:center;gap:11px;background:none;border:none;padding:0;cursor:default;text-align:left}button.wordmark-lockup{cursor:pointer}.wordmark-lockup .wordmark-text{display:flex;align-items:baseline;gap:9px;white-space:nowrap}.wordmark-lockup img,.wordmark-lockup svg{flex:0 0 auto;border-radius:22%}.wordmark b{font-size:19px;font-weight:650;letter-spacing:-.03em}.wordmark .tag{font-family:ui-monospace,Menlo,monospace;font-size:10px;color:#8fb6b4;border:1px solid #2C3B45;padding:2px 6px;border-radius:5px;letter-spacing:0}.wordmark-btn{background:none;border:none;padding:2px;border-radius:8px;color:inherit}.wordmark-btn b{color:#fff}.wordmark-btn:hover b{color:#dce7e6}.wordmark-btn:hover .tag{border-color:#3c4c57}.wordmark-btn:focus-visible{outline:2px solid var(--brand-bright);outline-offset:3px}.acct{position:relative}.acct-btn{display:flex;align-items:center;gap:8px;font-size:13px;color:#c7d0d6;background:#1e2a33;border:1px solid #2C3B45;padding:6px 11px;border-radius:9px}.acct-btn:hover{border-color:#3c4c57}.acct-btn b{color:#fff;font-weight:600}.menu{position:absolute;right:0;top:46px;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 40px #131a2433;min-width:250px;padding:8px;z-index:60}.menu .hd{padding:8px 11px 10px;border-bottom:1px solid var(--line);margin-bottom:5px}.menu .hd .co{font-size:14px;font-weight:650}.menu .hd .em{font-size:12px;color:var(--muted);margin-top:2px;word-break:break-all}.menu .mi{display:block;width:100%;text-align:left;background:none;border:none;padding:9px 11px;border-radius:8px;font-size:14px;color:var(--ink)}.menu .mi:hover{background:var(--paper)}.nav{background:var(--surface);border-bottom:1px solid var(--line);padding:0 22px}.nav-in{max-width:1080px;margin:0 auto;display:flex;gap:2px}.nav button{background:none;border:none;padding:14px 16px 12px;font-size:14px;color:var(--muted);border-bottom:2px solid transparent;margin-bottom:-1px;font-weight:500}.nav button.on{color:var(--ink);border-bottom-color:var(--brand)}.nav button:hover{color:var(--ink)}.wrap{max-width:1080px;margin:0 auto;padding:26px 22px 60px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.h1{font-size:24px;font-weight:650;letter-spacing:-.03em;margin:0 0 4px}.sub{color:var(--muted);font-size:14px;margin:0 0 22px}.eyebrow{font-family:ui-monospace,Menlo,monospace;font-size:13px;letter-spacing:.05em;text-transform:uppercase;color:var(--brand);font-weight:700}.btn{border:1px solid var(--brand);background:var(--brand);color:#fff;font-size:14px;font-weight:550;padding:9px 15px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:7px;text-decoration:none}a.btn:hover{text-decoration:none}.btn:hover{background:var(--brand-bright);border-color:var(--brand-bright)}.btn.ghost{background:var(--surface);color:var(--ink);border-color:var(--line)}.btn.ghost:hover{background:#fafaf7;border-color:var(--muted2)}.btn.sm{padding:6px 11px;font-size:13px;border-radius:8px}.btn.block{width:100%}.btn.danger{background:none;border-color:transparent;color:var(--v-fg);padding:6px 8px}.btn.danger:hover{background:var(--v-bg)}.btn:disabled{opacity:.45;cursor:not-allowed}.badge{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;padding:4px 10px;border-radius:999px;border:1px solid}.bd-v{color:var(--v-fg);background:var(--v-bg);border-color:var(--v-bd)}.bd-h{color:var(--h-fg);background:var(--h-bg);border-color:var(--h-bd)}.bd-t{color:var(--t-fg);background:var(--t-bg);border-color:var(--t-bd)}.bd-m{color:var(--m-fg);background:var(--m-bg);border-color:var(--m-bd)}.bd-n{color:var(--n-fg);background:var(--n-bg);border-color:var(--n-bd)}.bd-o{color:var(--o-fg);background:var(--o-bg);border-color:var(--o-bd)}.dot{width:8px;height:8px;border-radius:50%;display:inline-block}.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.stat{padding:16px 18px}.stat .n{font-size:30px;font-weight:650;letter-spacing:-.03em;line-height:1}.stat .l{font-size:13px;color:var(--muted);margin-top:6px}.spectrum{padding:20px;margin-bottom:22px}.spectrum h3{font-size:15px;margin:0 0 3px;font-weight:600}.spectrum .cap{font-size:13px;color:var(--muted);margin:0 0 16px}.ladder{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.rung{border:1px solid;border-radius:11px;padding:13px 14px}.rung .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.rung .cnt{font-size:24px;font-weight:650;letter-spacing:-.03em}.rung .nm{font-size:13px;font-weight:600}.rung .ds{font-size:12px;color:var(--muted);margin-top:2px;line-height:1.4}.section-t{font-size:13px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.03em;margin:26px 0 12px;font-family:ui-monospace,Menlo,monospace}.task{display:flex;gap:12px;padding:13px 16px;border-bottom:1px solid var(--line);align-items:flex-start}.task:last-child{border-bottom:none}.task .tk-ic{margin-top:1px;flex:0 0 auto}.task .tk-b{flex:1 1 auto;min-width:0}.task .tk-t{font-size:14px;font-weight:550}.task .tk-d{font-size:13px;color:var(--muted);margin-top:2px}.sys{display:flex;gap:14px;padding:16px 18px;border-bottom:1px solid var(--line);align-items:center}.sys:last-child{border-bottom:none}.sys .nm{font-size:15px;font-weight:600}.sys .meta{font-size:13px;color:var(--muted);margin-top:2px;display:flex;gap:8px;flex-wrap:wrap;align-items:center}.sys .grow{flex:1 1 auto;min-width:0}.pill{font-size:12px;color:var(--muted);background:var(--paper);border:1px solid var(--line);padding:2px 8px;border-radius:6px}.empty{text-align:center;padding:46px 20px}.empty .ic{width:46px;height:46px;margin:0 auto 14px;color:var(--muted2)}.empty p{color:var(--muted);font-size:14px;margin:0 0 18px}.onboard{padding:28px}.onboard-h{display:flex;gap:16px;align-items:flex-start;margin-bottom:16px}.onboard-t{font-size:21px;font-weight:660;letter-spacing:-.02em;margin:4px 0 0}.onboard-p{font-size:14px;color:var(--muted);line-height:1.6;max-width:660px;margin:0 0 20px}.onboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.onboard-item{border:1px solid var(--line);border-radius:11px;padding:14px 16px;background:var(--paper)}.onboard-a{font-size:13.5px;font-weight:650;margin-bottom:3px}.onboard-ex{font-size:12.5px;color:var(--muted);line-height:1.5}@media (max-width:720px){.onboard{padding:22px}.onboard-grid{grid-template-columns:1fr}}.todo-card{padding:4px 0;overflow:hidden}.todo-row{display:flex;gap:14px;align-items:flex-start;padding:15px 18px;border-bottom:1px solid var(--line)}.todo-row:last-child{border-bottom:none}.todo-row.done{background:var(--m-bg)}.todo-row.done .todo-t,.todo-row.done .todo-d{color:var(--muted);text-decoration:line-through;text-decoration-color:var(--muted2)}.todo-row.done .ref{color:var(--muted);border-color:var(--line)}.todo-check{padding-top:2px;cursor:pointer}.todo-check input{width:18px;height:18px;accent-color:var(--brand);cursor:pointer}.todo-main{flex:1 1 auto;min-width:0}.todo-t{font-size:13.5px;font-weight:600;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.todo-d{font-size:12.5px;color:var(--muted);margin-top:3px;line-height:1.5}.todo-sys{display:flex;align-items:center;gap:8px;margin-top:8px}.todo-sysname{font-size:12px;color:var(--muted)}.todo-ex{margin-left:0;margin-top:6px}.todo-tpl{flex:0 0 auto;white-space:nowrap}.todo-tpl-wrap{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:6px;max-width:220px}.todo-tpl-label{font-size:11px;color:var(--muted);text-align:right;line-height:1.4}.todo-group{margin-bottom:12px}.todo-group-h{list-style:none;display:flex;align-items:center;gap:10px;cursor:pointer;padding:13px 18px;background:var(--surface);border:1px solid var(--line);border-radius:12px;font-size:13.5px}.todo-group-h::-webkit-details-marker{display:none}.todo-group-h:hover{background:var(--paper)}.todo-group-nm{font-weight:600;flex:1 1 auto}.todo-group-n{font-size:12px;color:var(--muted);font-family:ui-monospace,Menlo,monospace}.todo-group-chev{color:var(--muted2);transition:transform .15s;flex:0 0 auto}.todo-group[open] .todo-group-chev{transform:rotate(180deg)}.todo-group .todo-card{margin-top:8px}.alert-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}.alert-chip{background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:5px 13px;font-size:12.5px;font-weight:550;color:var(--ink);cursor:pointer}.alert-chip:hover{background:var(--paper);border-color:var(--brand)}@media (max-width:640px){.todo-row{flex-wrap:wrap}.todo-tpl{margin-left:32px}.todo-tpl-wrap{align-items:flex-start;margin-left:32px;max-width:none}.todo-tpl-label{text-align:left}}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#131a246b;display:flex;align-items:flex-start;justify-content:center;padding:34px 16px;z-index:50;overflow:auto}.modal{background:var(--surface);border-radius:18px;width:100%;max-width:560px;box-shadow:0 24px 60px #131a243d;overflow:hidden}.modal.wide{max-width:760px}.modal.xl{max-width:920px}.m-hd{padding:20px 24px 16px;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.m-hd h3{font-size:17px;margin:0;font-weight:650;letter-spacing:-.02em}.m-hd p{font-size:13px;color:var(--muted);margin:3px 0 0}.x{background:none;border:none;color:var(--muted2);font-size:22px;line-height:1;padding:2px 6px}.x:hover{color:var(--ink)}.m-bd{padding:22px 24px}.m-ft{padding:16px 24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:10px}.steps{display:flex;gap:6px;padding:0 24px;margin-top:4px}.steps .s{flex:1;height:3px;border-radius:2px;background:var(--line)}.steps .s.done{background:var(--brand)}.steps .s.cur{background:var(--brand-bright)}label.fld{display:block;margin-bottom:16px}label.fld .lb{font-size:13px;font-weight:600;margin-bottom:6px;display:block}.inp,select.inp{width:100%;border:1px solid var(--line);border-radius:9px;padding:9px 11px;font-size:14px;font-family:inherit;color:var(--ink);background:var(--surface)}.inp:focus,select.inp:focus{outline:2px solid var(--brand-tint);border-color:var(--brand)}.q{font-size:14px;font-weight:600;margin:0 0 4px}.q-h{font-size:13px;color:var(--muted);margin:0 0 14px}.opt{display:flex;gap:11px;align-items:flex-start;border:1px solid var(--line);border-radius:11px;padding:12px 13px;margin-bottom:9px;cursor:pointer;background:var(--surface)}.opt:hover{border-color:var(--muted2);background:#fafaf7}.opt.sel{border-color:var(--brand);background:var(--brand-tint)}.opt input{margin-top:2px;accent-color:var(--brand);width:16px;height:16px;flex:0 0 auto}.opt .ot{font-size:14px;font-weight:550}.opt .od{font-size:12.5px;color:var(--muted);margin-top:2px;line-height:1.4}.check{display:flex;gap:10px;align-items:flex-start;padding:9px 2px;cursor:pointer}.check input{margin-top:2px;accent-color:var(--brand);width:16px;height:16px;flex:0 0 auto}.check .ct{font-size:13.5px}.check .cd{font-size:12px;color:var(--muted)}.check-item{border-bottom:1px solid var(--line)}.check-item:last-of-type{border-bottom:none}.check-item .check{border-bottom:none;padding-bottom:4px}.ex-details{margin:0 0 10px 26px;font-size:12px}.ex-details summary{cursor:pointer;color:var(--brand);font-weight:500;list-style:none;display:inline-flex;align-items:center;gap:4px}.ex-details summary::-webkit-details-marker{display:none}.ex-details summary:before{content:"›";display:inline-block;transition:transform .15s;font-weight:700}.ex-details[open] summary:before{transform:rotate(90deg)}.ex-details p{margin:6px 0 0;color:var(--muted);line-height:1.5}.result-hero{border:1px solid;border-radius:14px;padding:18px 20px;margin-bottom:16px}.result-hero h4{margin:0;font-size:19px;font-weight:650;letter-spacing:-.02em;display:flex;align-items:center;gap:9px}.result-hero p{margin:8px 0 0;font-size:13.5px;line-height:1.5}.obl{border:1px solid var(--line);border-radius:11px;padding:13px 15px;margin-bottom:9px}.obl .ot{font-size:13.5px;font-weight:600;display:flex;align-items:center;gap:8px}.obl .od{font-size:12.5px;color:var(--muted);margin-top:3px;line-height:1.45}.disc{background:#fffbeb;border:1px solid var(--h-bd);border-radius:11px;padding:12px 15px;font-size:12.5px;color:#7a5b12;display:flex;gap:9px;margin-top:26px;line-height:1.5}.site-foot{flex:0 0 auto;background:var(--ink);color:#c7d0d6;margin-top:48px}.site-foot-in{max-width:1080px;margin:0 auto;padding:34px 22px 22px;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:24px}.sf-col{display:flex;flex-direction:column;gap:9px}.sf-col .wordmark b{color:#fff}.sf-tag{font-size:13px;color:#8792a0;margin:2px 0 0;max-width:260px;line-height:1.5}.sf-h{font-family:ui-monospace,Menlo,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#5c6774;font-weight:600;margin-bottom:2px}.sf-link{background:none;border:none;color:#c7d0d6;font-size:13.5px;text-align:left;padding:0}.sf-link:hover{color:#fff;text-decoration:underline;text-underline-offset:2px}.site-foot-bottom{border-top:1px solid #26313B;padding:14px 22px;text-align:center;font-size:12px;color:#5c6774;max-width:1080px;margin:0 auto}.legal-body p{margin:0 0 14px;font-size:13.5px;line-height:1.6}.legal-body b{color:var(--ink)}.gdpr-chapter{border:1px solid var(--line);border-radius:11px;margin-bottom:9px;overflow:hidden}.gdpr-chapter-h{width:100%;display:flex;align-items:center;gap:10px;padding:13px 14px;background:var(--surface);border:none;text-align:left}.gdpr-chapter-h:hover{background:var(--paper)}.gdpr-chapter-t{flex:1 1 auto;font-size:13.5px;font-weight:600}.gdpr-chapter-n{font-size:12px;color:var(--muted);font-family:ui-monospace,Menlo,monospace}.gdpr-chev{color:var(--muted2);flex:0 0 auto;transition:transform .15s}.gdpr-chev.open{transform:rotate(180deg)}.gdpr-chapter-body{padding:4px 14px 14px;background:var(--paper)}.gdpr-q{padding:12px 0;border-top:1px solid var(--line)}.gdpr-q:first-child{border-top:none}.gdpr-q-head{margin-bottom:5px}.gdpr-q-text{font-size:13px;font-weight:550;margin-bottom:8px;line-height:1.45}.gdpr-ta{width:100%;resize:vertical;font-family:inherit;font-size:13px}.gdpr-hint{margin-top:7px;font-size:12px;color:var(--muted)}.gdpr-hint summary{cursor:pointer;color:var(--brand);font-weight:500}.gdpr-hint div{margin-top:6px;line-height:1.5;white-space:pre-line}@media (max-width:720px){.site-foot-in{grid-template-columns:1fr;gap:22px}}.land{background:var(--paper)}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.land section[id]{scroll-margin-top:80px}.land-nav{position:sticky;top:0;z-index:40;background:#f4f4efe0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.land-nav-in{max-width:1120px;margin:0 auto;padding:0 22px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px}.land-nav-in .wordmark b{color:var(--ink)}.land-nav-in .wordmark .tag{color:var(--brand);border-color:var(--brand-tint);background:var(--brand-tint)}.land-nav-links{display:flex;gap:26px}.land-nav-links a{color:var(--muted);font-size:14px;font-weight:500;text-decoration:none}.land-nav-links a:hover{color:var(--ink)}.land-nav-cta{display:flex;gap:10px;align-items:center}.btn.lg{padding:13px 24px;font-size:15px;border-radius:11px}@media (max-width:860px){.land-nav-in{gap:12px}.land-nav-links{gap:18px;overflow-x:auto;scrollbar-width:none;flex:1 1 auto;min-width:0}.land-nav-links::-webkit-scrollbar{display:none}.land-nav-links a{white-space:nowrap;font-size:13.5px}.land-nav-cta .btn.ghost{display:none}}@media (max-width:600px){.land-nav-links{display:none}.land-nav-cta .btn.ghost{display:inline-flex}}.wordmark,.wordmark b{white-space:nowrap}@media (max-width:480px){.land-nav-in .wordmark .tag,.hdr .wordmark .tag{display:none}.land-nav-cta{gap:7px}.land-nav-cta .btn{padding:7px 11px;font-size:13px}.land-nav-in{height:58px}}.hero{padding:60px 22px 62px}.hero-in{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1.15fr 1fr;gap:52px;align-items:center}.hero-h1{font-size:41px;line-height:1.12;font-weight:680;letter-spacing:-.03em;margin:16px 0 20px;color:var(--ink);-webkit-hyphens:none;hyphens:none;text-wrap:balance}.hero-sub{font-size:16.5px;color:var(--muted);line-height:1.6;max-width:480px;margin:0 0 22px}.hero-points{list-style:none;padding:0;margin:0 0 26px;display:flex;flex-direction:column;gap:9px}.hero-points li{display:flex;gap:9px;align-items:flex-start;font-size:14.5px;color:var(--ink)}.hero-points li svg{color:var(--m-fg);flex:0 0 auto;margin-top:2px}.hero-cta-row{display:flex;gap:12px;flex-wrap:wrap}.hero-fine{font-size:12.5px;color:var(--muted2);margin-top:14px}.section.free-check{padding-top:16px}.free-check-card{padding:26px 28px;box-shadow:0 16px 40px #131a2414;border-radius:16px}.free-check-card .check{padding:10px 2px}.free-check-result{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.free-check-result .fcr-t{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:650;margin-bottom:8px}.free-check-result p{font-size:13.5px;color:var(--muted);line-height:1.55;margin:0 0 14px}.free-check-result.yes .fcr-t{color:var(--h-fg)}.free-check-result.no .fcr-t{color:var(--m-fg)}.hero-preview{position:relative}.hp-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:0 24px 60px #131a241a;overflow:hidden}.hp-head{display:flex;align-items:center;gap:7px;padding:14px 16px;border-bottom:1px solid var(--line)}.hp-dot{width:8px;height:8px;border-radius:50%}.hp-title{margin-left:8px;font-size:12.5px;color:var(--muted);font-weight:600}.hp-body{padding:6px 0}.hp-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 16px}.hp-row-nm{font-size:14px;font-weight:600}.hp-row-area{font-size:12px;color:var(--muted);margin-top:1px}.hp-chip-float{position:absolute;bottom:-14px;right:18px;background:var(--surface);box-shadow:0 8px 22px #131a2424}@media (max-width:1000px){.hero-in{grid-template-columns:1fr}.hero-h1{font-size:34px}}.section{padding:72px 22px}.section.alt{background:var(--surface)}.section-in{max-width:1120px;margin:0 auto}.section-h2{text-wrap:balance;font-size:34px;font-weight:660;letter-spacing:-.03em;margin:8px 0 30px;max-width:680px;color:var(--ink)}.problem-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:18px;align-items:start}.pf-label{font-size:13px;color:var(--muted);font-weight:600;margin-bottom:0}@media (max-width:800px){.problem-grid{grid-template-columns:1fr}}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps-grid-4{grid-template-columns:repeat(4,1fr)}.steps-grid-5{grid-template-columns:repeat(5,1fr)}@media (max-width:1100px){.steps-grid-5{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.steps-grid-4,.steps-grid-5{grid-template-columns:repeat(2,1fr)}}.step-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:24px}.step-n{font-family:ui-monospace,Menlo,monospace;font-size:13px;color:var(--brand);font-weight:700;width:30px;height:30px;border:1px solid var(--brand-tint);background:var(--brand-tint);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.step-t{font-size:16px;font-weight:640;margin-bottom:6px}.step-d{font-size:13.5px;color:var(--muted);line-height:1.55}@media (max-width:800px){.steps-grid{grid-template-columns:1fr}}.fw-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.fw-h{font-size:15px;font-weight:650;margin-bottom:14px}.fw-yes{padding:24px;border-color:var(--m-bd)}.fw-no{padding:24px}.fw-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.fw-list li{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;line-height:1.5}.fw-list li svg{color:var(--m-fg);flex:0 0 auto;margin-top:2px}.fw-x{color:var(--muted2);font-weight:700;flex:0 0 auto}@media (max-width:800px){.fw-grid{grid-template-columns:1fr}}.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feat-card{padding:20px}.feat-t{font-size:14.5px;font-weight:640;margin-bottom:6px}.feat-d{font-size:13px;color:var(--muted);line-height:1.5}@media (max-width:800px){.feat-grid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.feat-grid{grid-template-columns:1fr}}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px 28px}.trust-item{display:flex;gap:11px;align-items:flex-start}.trust-ic{flex:0 0 auto;width:24px;height:24px;border-radius:7px;background:var(--m-bg);color:var(--m-fg);display:flex;align-items:center;justify-content:center;margin-top:1px}.trust-t{font-size:14.5px;font-weight:640;margin-bottom:4px}.trust-d{font-size:13px;color:var(--muted);line-height:1.55}@media (max-width:860px){.trust-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:560px){.trust-grid{grid-template-columns:1fr}}.faq-item{border-bottom:1px solid var(--line)}.faq-item:last-child{border-bottom:none}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;background:none;border:none;padding:17px 18px;text-align:left;font-size:14.5px;font-weight:600;color:var(--ink)}.faq-chev{color:var(--muted2);flex:0 0 auto;transition:transform .15s}.faq-chev.open{transform:rotate(180deg)}.faq-a{padding:0 18px 18px;font-size:13.5px;color:var(--muted);line-height:1.6}.fines-card{padding:26px}.fines-table{width:100%;border-collapse:collapse;margin:14px 0 4px;table-layout:fixed}.fines-table td{padding:9px 0;border-bottom:1px solid var(--line);font-size:13.5px;word-break:break-word}.fines-table tr:last-child td{border-bottom:none}.fines-table .fv{text-align:right;font-weight:650;white-space:nowrap;color:var(--v-fg);width:42%}.fines-table .fv span{font-weight:500;color:var(--muted);font-size:12px}@media (max-width:560px){.fines-card{padding:20px}.fines-table,.fines-table tbody,.fines-table tr,.fines-table td{display:block;width:auto}.fines-table tr{border-bottom:1px solid var(--line);padding:9px 0}.fines-table tr:last-child{border-bottom:none}.fines-table td{border-bottom:none;padding:0}.fines-table .fv{text-align:left;white-space:normal;margin-top:3px;width:auto}}.fines-sme{margin-top:16px;padding:12px 14px;background:var(--brand-tint);border-radius:10px;font-size:12.5px;line-height:1.55;color:var(--ink)}.fines-sme b{color:var(--brand)}.fines-example{margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.fe-t{font-family:ui-monospace,Menlo,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);font-weight:600;margin-bottom:8px}.fines-example p{font-size:13px;color:var(--muted);line-height:1.55;margin:0 0 10px}.fe-calc{font-size:14px;font-weight:600;color:var(--ink)}.fe-calc b{color:var(--v-fg);font-size:16px}.fe-calc span{display:block;font-size:12px;font-weight:500;color:var(--muted2);margin-top:2px}.fines-disclaimer{margin-top:18px;font-size:12px;color:var(--muted2);max-width:760px;line-height:1.5}.problem-grid>*,.steps-grid>*,.fw-grid>*,.feat-grid>*,.trust-grid>*,.plans>*,.tour-row>*,.hero-in>*,.onboard-grid>*,.stat-row>*,.ladder>*,.site-foot-in>*{min-width:0}.problem-intro{font-size:15.5px;color:var(--ink);line-height:1.65;max-width:820px;margin:0 0 28px}.problem-solution{margin-top:24px;padding:26px 28px;background:linear-gradient(135deg,var(--brand-tint),var(--paper));border:1px solid var(--brand-tint);border-radius:16px;max-width:820px;display:flex;gap:20px;align-items:flex-start}.ps-icon{flex:0 0 auto;width:46px;height:46px;border-radius:12px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #0e4f5247}.ps-eyebrow{font-family:ui-monospace,Menlo,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--brand);font-weight:700;margin-bottom:6px}.ps-h{font-size:19px;font-weight:660;letter-spacing:-.02em;margin:0 0 10px;color:var(--ink)}.problem-solution p{margin:0;font-size:14px;line-height:1.6;color:var(--ink)}@media (max-width:560px){.problem-solution{flex-direction:column}}.tour-intro{color:var(--muted);font-size:14px;margin:-14px 0 40px}.tour-row{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:56px}.tour-row:last-child{margin-bottom:0}.tour-row.rev .tour-copy{order:2}.tour-row.rev .tour-visual{order:1}.tour-h3{font-size:26px;text-wrap:balance;font-weight:640;letter-spacing:-.02em;margin:10px 0}.tour-d{font-size:14.5px;color:var(--muted);line-height:1.6;max-width:420px}.tv-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 16px 40px #131a2414;overflow:hidden}@media (max-width:860px){.tour-row{grid-template-columns:1fr;gap:20px}.tour-row.rev .tour-copy{order:1}.tour-row.rev .tour-visual{order:2}}@media (max-width:1000px){.hero-preview{display:none}}.report h2{font-size:20px;margin:0 0 2px;letter-spacing:-.02em}.report .rmeta{font-size:12.5px;color:var(--muted);margin-bottom:18px}.rtable{width:100%;border-collapse:collapse;font-size:13px;margin-bottom:8px}.rtable th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);border-bottom:1.5px solid var(--ink);padding:7px 8px;font-family:ui-monospace,Menlo,monospace}.rtable td{border-bottom:1px solid var(--line);padding:9px 8px;vertical-align:top}.rtable .rc{font-weight:600;white-space:nowrap}.rsum{background:var(--paper);border:1px solid var(--line);border-radius:11px;padding:14px 16px;margin-bottom:18px}.rsum-t{font-family:ui-monospace,Menlo,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);font-weight:600;margin-bottom:8px}.rsum-row{display:flex;flex-wrap:wrap;gap:6px 20px;font-size:13px;color:var(--ink)}.rsum-row b{font-weight:680}.robl{margin-bottom:14px;break-inside:avoid;page-break-inside:avoid}.auth-wrap{max-width:410px;margin:0 auto;padding:56px 20px 40px}.auth-head{text-align:center;margin-bottom:26px}.auth-head .wm{display:inline-flex;align-items:baseline;gap:9px;margin-bottom:14px}.auth-head .wm b{font-size:22px;font-weight:650;letter-spacing:-.03em}.auth-head .wm .tag{font-family:ui-monospace,Menlo,monospace;font-size:10px;color:var(--brand);border:1px solid var(--brand-tint);background:var(--brand-tint);padding:2px 6px;border-radius:5px}.auth-head p{color:var(--muted);font-size:14px;margin:0}.auth-tabs{display:flex;gap:4px;margin-bottom:18px;background:var(--surface);border:1px solid var(--line);border-radius:11px;padding:4px}.auth-tabs button{flex:1;border:none;background:none;padding:9px;border-radius:8px;font-size:14px;color:var(--muted);font-weight:550}.auth-tabs button.on{background:var(--brand);color:#fff}.note{font-size:13px;padding:10px 12px;border-radius:9px;margin-bottom:14px;line-height:1.45}.note.err{background:var(--v-bg);color:var(--v-fg);border:1px solid var(--v-bd)}.note.ok{background:var(--m-bg);color:var(--m-fg);border:1px solid var(--m-bd)}.note-dismiss{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.note-x{background:none;border:none;color:inherit;font-size:19px;line-height:1;padding:0 2px;opacity:.6;flex:0 0 auto}.note-x:hover{opacity:1}.splash{display:flex;align-items:center;gap:11px;color:var(--muted);font-size:14px;padding:40px 0}.spinner{width:17px;height:17px;border:2px solid var(--line);border-top-color:var(--brand);border-radius:50%;animation:spin .7s linear infinite;flex:0 0 auto}@keyframes spin{to{transform:rotate(360deg)}}.seg{display:flex;gap:8px;margin-bottom:14px}.seg button{flex:1;border:1px solid var(--line);background:var(--surface);border-radius:9px;padding:8px;font-size:13px;color:var(--muted);font-weight:550}.seg button.on{border-color:var(--brand);background:var(--brand-tint);color:var(--brand)}.code{font-family:ui-monospace,Menlo,monospace;font-size:17px;font-weight:600;letter-spacing:.08em;color:var(--ink)}.linkbtn{background:none;border:none;color:var(--brand);font-size:13px;text-decoration:underline;text-underline-offset:2px;padding:0}.center{text-align:center}.fld-hint{display:block;font-size:12px;color:var(--muted2);margin-top:5px}.check.consent{align-items:flex-start;padding:14px 2px 4px;margin-top:4px;cursor:default}.check.consent .ct{font-size:13px;line-height:1.5;color:var(--muted)}.check.consent .linkbtn{font-size:13px}.check.consent input{cursor:pointer}.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:900px;margin:0 auto}.plans-lg{max-width:1020px;gap:22px}.plan{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:24px 22px;display:flex;flex-direction:column}.plans-lg .plan{padding:32px 28px}.plan.hot{border-color:var(--brand);box-shadow:0 8px 30px #0e4f521a}.plans-lg .plan.hot{border-width:2px;box-shadow:0 16px 44px #0e4f5229;transform:translateY(-6px)}.plan-tag{position:absolute;top:-11px;left:22px;background:var(--brand);color:#fff;font-size:11px;font-weight:600;padding:3px 10px;border-radius:999px;letter-spacing:.02em}.plan-nm{font-size:15px;font-weight:650;color:var(--ink)}.plans-lg .plan-nm{font-size:19px}.plan-tagline{font-size:12.5px;color:var(--muted);margin-top:3px}.plan-save{font-size:12px;color:var(--m-fg);font-weight:550;margin-top:2px}.plan-price{margin:10px 0 2px;display:flex;align-items:baseline;gap:5px}.plan-price .amt{font-size:32px;font-weight:680;letter-spacing:-.03em}.plans-lg .plan-price .amt{font-size:40px}.plan-price .per{font-size:13px;color:var(--muted)}.plan-seats{font-size:13px;color:var(--muted);margin-bottom:16px}.plans-lg .plan-seats{font-size:13.5px;font-weight:600;color:var(--brand);margin-bottom:18px}.plan-feat{list-style:none;padding:0;margin:0 0 20px;flex:1 1 auto}.plan-feat li{display:flex;gap:8px;align-items:flex-start;font-size:13.5px;margin-bottom:9px;color:var(--ink)}.plans-lg .plan-feat li{font-size:14px;margin-bottom:12px}.plan-feat li svg{color:var(--m-fg);flex:0 0 auto;margin-top:2px}.plans-lg .btn{padding:12px 20px;font-size:15px}@media (max-width:860px){.plans-lg{grid-template-columns:1fr;max-width:420px}.plans-lg .plan.hot{transform:none}}.addon-card{padding:28px}.addon-card .plan-feat{columns:2;column-gap:20px}.addon-card .plan-feat li{break-inside:avoid}@media (max-width:520px){.addon-card .plan-feat{columns:1}}@media (max-width:720px){.plans{grid-template-columns:1fr;max-width:420px}}.kk button:focus-visible,.kk a:focus-visible,.kk input:focus-visible,.kk textarea:focus-visible,.land button:focus-visible,.land a:focus-visible{outline:2px solid var(--brand-bright);outline-offset:2px;border-radius:6px}.kk button,.land button{-webkit-tap-highlight-color:transparent}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media (max-width:720px){.stat-row{grid-template-columns:repeat(2,1fr);gap:10px}.ladder{grid-template-columns:repeat(2,1fr)}.acct-btn .co-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wrap{padding:20px 16px 50px}.hdr,.nav{padding:0 16px}.nav{position:relative}.nav-in{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.nav-in::-webkit-scrollbar{display:none}.nav-in button{white-space:nowrap;flex:0 0 auto;padding:14px 13px 12px}.nav:after{content:"";position:absolute;right:0;top:0;bottom:0;width:28px;background:linear-gradient(to right,rgba(255,255,255,0),var(--surface));pointer-events:none}.sys{flex-wrap:wrap;gap:10px;padding:14px 16px}.sys .grow{flex:1 1 100%}.sys .badge{order:2}.sys>.no-print{order:3;margin-left:auto}.btn.danger{padding:9px 11px}.backdrop{padding:0;align-items:flex-end}.modal,.modal.wide,.modal.xl{max-width:100%;border-radius:18px 18px 0 0;max-height:94vh;display:flex;flex-direction:column}.m-bd{overflow-y:auto;-webkit-overflow-scrolling:touch}.m-hd{padding:18px 18px 14px}.m-bd{padding:18px}.m-ft{padding:14px 18px;flex-wrap:wrap;gap:10px}.m-ft>div{width:100%;justify-content:flex-end}.report,.tv-card{overflow-x:auto}.rtable{min-width:480px}.m-bd div[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}}@media (max-width:560px){.hero{padding:40px 18px 48px}.hero-h1{font-size:29px}.hero-sub{font-size:15.5px}.hero-cta-row{flex-direction:column;align-items:stretch}.hero-cta-row .btn{width:100%}.section{padding:52px 18px}.section-h2{font-size:26px}.tour-h3{font-size:22px}.land-nav-in{padding:0 18px}.fines-table td{font-size:12.5px}.plans-lg .plan{padding:26px 22px}}@media print{.no-print{display:none!important}.backdrop{position:static;background:#fff;padding:0;overflow:visible;align-items:flex-start}.modal{box-shadow:none;max-width:100%;border-radius:0;max-height:none}.m-bd{overflow:visible}.kk{background:#fff}.rtable{min-width:0}}.compliance-head,.compliance-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap}.compliance-stats{grid-template-columns:repeat(4,1fr)}.compliance-tabs{display:flex;gap:5px;margin:18px 0 14px;padding:4px;background:var(--paper);border:1px solid var(--line);border-radius:12px;overflow-x:auto}.compliance-tabs button{border:none;background:transparent;padding:9px 13px;border-radius:8px;color:var(--muted);font-size:13px;font-weight:600;white-space:nowrap}.compliance-tabs button.on{background:var(--surface);color:var(--brand);box-shadow:0 1px 5px #14282c14}.workflow-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.workflow-card{padding:18px;min-width:0}.workflow-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.workflow-status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;border:1px solid var(--line);font-size:11.5px;font-weight:650;white-space:nowrap}.workflow-status.success{color:var(--m-fg);border-color:var(--m-bd);background:var(--m-bg)}.workflow-status.danger{color:var(--v-fg);border-color:var(--v-bd);background:var(--v-bg)}.workflow-status.warning{color:var(--h-fg);border-color:var(--h-bd);background:var(--h-bg)}.workflow-status.info{color:var(--brand);border-color:var(--brand-bright);background:var(--brand-tint)}.workflow-status.neutral{color:var(--muted);background:var(--paper)}.workflow-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:15px 0;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.workflow-metrics>div,.metric-button{display:flex;flex-direction:column;gap:2px;align-items:flex-start;border:0;background:none;padding:0;text-align:left;color:inherit}.workflow-metrics b{font-size:16px}.workflow-metrics span{font-size:11.5px;color:var(--muted)}.metric-button:hover b{color:var(--brand)}.workflow-controls,.responsibility-grid,.form-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.workflow-controls .fld:last-child{grid-column:span 2}.responsibility-box{margin-top:12px;border-top:1px solid var(--line);padding-top:10px}.responsibility-box summary{cursor:pointer;font-size:12.5px;font-weight:650;color:var(--brand);list-style:none}.responsibility-box summary::-webkit-details-marker{display:none}.responsibility-grid{margin-top:10px}.workflow-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}.compliance-toolbar{margin-bottom:12px;padding:12px 14px;background:var(--paper);border:1px solid var(--line);border-radius:12px;align-items:center}.compliance-task.overdue{background:#9e2f2f09}.priority-dot{width:10px;height:10px;border-radius:50%;margin-top:5px;flex:0 0 auto;background:var(--muted2)}.priority-dot.low{background:#7a9c8c}.priority-dot.medium{background:#c49a42}.priority-dot.high{background:#c46f42}.priority-dot.critical{background:var(--v-fg)}.task-description{font-size:12.5px;color:var(--ink);margin-top:6px;line-height:1.45;white-space:pre-wrap}.task-status{width:145px;padding:7px 8px;flex:0 0 auto}.task-actions,.evidence-actions{display:flex;gap:5px;align-items:center;flex:0 0 auto}.evidence-actions .inp{width:115px;padding:7px 8px}.evidence-icon{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:var(--brand-tint);color:var(--brand);flex:0 0 auto}.audit-time{font-family:ui-monospace,Menlo,monospace;font-size:11px;color:var(--muted);width:82px;flex:0 0 auto;display:flex;flex-direction:column;gap:2px}.audit-time small{font-size:10px}.audit-details{font-size:11.5px;color:var(--muted2);margin-top:4px;word-break:break-word}@media (max-width:900px){.workflow-grid{grid-template-columns:1fr}.compliance-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.compliance-head{align-items:flex-start}.workflow-controls,.responsibility-grid,.form-grid-2{grid-template-columns:1fr}.workflow-controls .fld:last-child{grid-column:auto}.workflow-metrics{grid-template-columns:1fr 1fr}.workflow-metrics>div:last-child{grid-column:span 2}.compliance-task,.evidence-row{align-items:flex-start}.task-status{width:100%;order:4}.task-actions,.evidence-actions{width:100%;justify-content:flex-end;flex-wrap:wrap}.evidence-actions .inp{width:auto;flex:1 1 130px}.audit-time{width:70px}.compliance-toolbar{align-items:stretch}.compliance-toolbar .fld{width:100%;min-width:0!important}}.wordmark-link{text-decoration:none;color:inherit;display:inline-flex}.public-hero{padding:72px 24px 58px;background:linear-gradient(180deg,var(--brand-tint),rgba(255,255,255,.8));border-bottom:1px solid var(--line)}.public-in{max-width:1080px;margin:0 auto}.public-hero h1{font-size:44px;line-height:1.08;letter-spacing:-.035em;max-width:820px;margin:14px 0 16px}.public-hero p{font-size:18px;line-height:1.65;color:var(--muted);max-width:800px}.public-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:48px;padding:52px 24px 80px}.public-article section{margin-bottom:42px}.public-article h2{font-size:26px;letter-spacing:-.02em;margin:0 0 12px}.public-article p{font-size:16px;line-height:1.72;color:var(--ink)}.public-article ul{list-style:none;padding:0;margin:16px 0}.public-article li{display:flex;gap:10px;align-items:flex-start;margin:10px 0;line-height:1.55}.public-article li svg{color:var(--m-fg);flex:0 0 auto;margin-top:4px}.public-sidebar{display:flex;flex-direction:column;gap:16px}.public-sidebar .card{padding:16px}.public-sidebar a{display:flex;justify-content:space-between;gap:12px;padding:10px 2px;border-bottom:1px solid var(--line);text-decoration:none;color:var(--ink);font-size:13.5px}.public-sidebar a:last-child{border-bottom:0}.public-sidebar a:hover{color:var(--brand)}.public-cta{padding:28px!important;border:1px solid var(--brand-bright);border-radius:16px;background:var(--brand-tint)}.public-cta h2{font-size:24px!important}.public-cta p{color:var(--muted)!important}.knowledge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.knowledge-card{padding:22px;text-decoration:none;color:inherit;display:flex;flex-direction:column;min-height:210px;transition:transform .15s,box-shadow .15s}.knowledge-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0e4f521a}.knowledge-card h3{font-size:19px;margin:9px 0}.knowledge-card p{font-size:13.5px;line-height:1.55;color:var(--muted);flex:1}.knowledge-card b{font-size:13px;color:var(--brand)}@media (max-width:900px){.public-layout{grid-template-columns:1fr}.public-sidebar{display:grid;grid-template-columns:1fr 1fr}.knowledge-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.public-hero{padding:46px 18px 40px}.public-hero h1{font-size:32px}.public-hero p{font-size:16px}.public-layout{padding:36px 18px 60px;gap:28px}.public-sidebar,.knowledge-grid{grid-template-columns:1fr}.knowledge-card{min-height:0}}.public-prerender{max-width:980px;margin:0 auto;padding:54px 24px 80px;font-family:system-ui,sans-serif;color:#142326}.public-prerender header{padding-bottom:24px;border-bottom:1px solid #dfe6e5}.public-prerender h1{font-size:40px;line-height:1.1}.public-prerender h2{font-size:25px;margin-top:34px}.public-prerender p,.public-prerender li{font-size:16px;line-height:1.65}.public-prerender header>p:first-child{text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:#0e4f52;font-weight:700}.compliance-stats{grid-template-columns:repeat(5,1fr)}.workflow-metrics.four{grid-template-columns:repeat(4,1fr)}.proposal-list-card{margin-bottom:14px;padding:0;overflow:hidden;border-color:var(--brand-bright)}.proposal-list-head{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;background:var(--brand-tint);border-bottom:1px solid var(--line)}.compliance-task.suggested{background:#0e4f5206}.proposal-bulk-row{display:flex;gap:16px;justify-content:flex-end;margin-bottom:10px}.proposal-editor-list{display:flex;flex-direction:column;gap:12px}.proposal-editor{padding:15px;border:1px solid var(--line);border-radius:12px;background:var(--paper);opacity:.62}.proposal-editor.selected{background:var(--surface);border-color:var(--brand-bright);opacity:1}.proposal-select{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.proposal-select input{margin-top:3px;width:17px;height:17px;accent-color:var(--brand)}.proposal-select>div{min-width:0}.proposal-fields{margin-top:12px}@media (max-width:1000px){.compliance-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width:720px){.compliance-stats{grid-template-columns:repeat(2,1fr)}.workflow-metrics.four{grid-template-columns:1fr 1fr}.workflow-metrics.four>div:last-child{grid-column:auto}.proposal-list-head{align-items:flex-start}.proposal-bulk-row{justify-content:flex-start}}.workflow-guide{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:20px}.workflow-guide>div{position:relative;padding:14px 14px 13px 48px;border:1px solid var(--line);border-radius:12px;background:var(--surface);min-width:0}.workflow-guide span{position:absolute;left:14px;top:14px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;font-size:12px;font-weight:700}.workflow-guide b{display:block;font-size:13px;line-height:1.25}.workflow-guide small{display:block;margin-top:3px;color:var(--muted);font-size:11.5px;line-height:1.35}.workflow-guide-note{margin:9px 2px 0;color:var(--muted);font-size:12.5px;line-height:1.45}.task.compliance-task{display:grid;grid-template-columns:10px minmax(0,1fr) 150px auto;gap:12px;align-items:start}.task.compliance-task .priority-dot{grid-column:1}.task.compliance-task .tk-b{grid-column:2;min-width:0}.task.compliance-task .task-status{grid-column:3;width:150px;min-width:0}.task.compliance-task .task-actions{grid-column:4}.task.compliance-task.suggested{grid-template-columns:10px minmax(0,1fr) auto}.task.compliance-task.suggested .btn{grid-column:3}@media (max-width:900px){.workflow-guide{grid-template-columns:repeat(2,minmax(0,1fr))}.task.compliance-task{grid-template-columns:10px minmax(0,1fr)}.task.compliance-task .task-status{grid-column:2;width:100%}.task.compliance-task .task-actions{grid-column:2;justify-content:flex-start;width:auto}.task.compliance-task.suggested{grid-template-columns:10px minmax(0,1fr)}.task.compliance-task.suggested .btn{grid-column:2;justify-self:start}}@media (max-width:560px){.workflow-guide{grid-template-columns:1fr}}.compliance-head.simplified{align-items:flex-start}.compliance-secondary-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.simple-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:22px}.simple-flow>div{position:relative;padding:15px 14px 15px 48px;border:1px solid var(--line);border-radius:13px;background:var(--surface);min-width:0}.simple-flow span{position:absolute;left:14px;top:15px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;font-size:12px;font-weight:750}.simple-flow b{display:block;font-size:13.5px;line-height:1.25}.simple-flow small{display:block;margin-top:4px;color:var(--muted);font-size:11.5px;line-height:1.4}.simple-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.simple-workflow-grid{align-items:start}.simple-system-card{padding:20px;display:flex;flex-direction:column;gap:16px}.simple-system-meta{margin-top:7px;align-items:center;gap:7px}.simple-system-meta .badge{font-size:11px;padding:3px 7px}.review-hint{color:var(--h-fg);border-color:var(--h-bd);background:var(--h-bg)}.system-progress{padding-top:2px}.system-progress-head{display:flex;justify-content:space-between;gap:12px;font-size:11.5px;color:var(--muted);margin-bottom:7px}.system-progress-head b{color:var(--ink);font-weight:650}.progress-track{height:7px;border-radius:999px;background:var(--paper);border:1px solid var(--line);overflow:hidden}.progress-track>span{display:block;height:100%;background:var(--brand);border-radius:999px;transition:width .2s ease}.next-step-box{padding:16px;border:1px solid var(--brand-bright);background:var(--brand-tint);border-radius:13px}.next-step-kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--brand);font-size:10.5px;font-weight:750}.next-step-title{font-size:17px;font-weight:700;margin-top:5px;color:var(--ink)}.next-step-box p{font-size:12.5px;line-height:1.5;color:var(--muted);margin:6px 0 12px}.next-step-box .btn{width:auto}.system-quick-facts{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.system-quick-facts>div{padding:11px 8px;text-align:center;border-right:1px solid var(--line)}.system-quick-facts>div:last-child{border-right:0}.system-quick-facts b{display:block;font-size:18px}.system-quick-facts span{display:block;margin-top:2px;color:var(--muted);font-size:10.5px}.system-owner-line{display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:12px}.system-owner-line span{color:var(--muted)}.system-owner-line b{font-size:12px;overflow-wrap:anywhere;text-align:right}.system-more{border-top:1px solid var(--line);padding-top:12px}.system-more summary{cursor:pointer;color:var(--brand);font-size:12px;font-weight:650;list-style:none}.system-more summary::-webkit-details-marker{display:none}.system-more summary:after{content:" +";font-weight:400}.system-more[open] summary:after{content:" –"}.system-more-body{padding-top:14px}.simplified-controls{grid-template-columns:1fr 1fr}.simplified-responsibilities{margin-top:14px}.technical-meta{margin-top:12px;padding-top:10px;border-top:1px dashed var(--line);font-size:10.5px;color:var(--muted)}.history-stack{display:flex;flex-direction:column;gap:26px}.history-stack .section-t{font-size:16px;margin-bottom:3px}.history-stack .q-h{margin:0 0 10px}@media (max-width:1000px){.simple-flow,.simple-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.simple-flow{grid-template-columns:1fr}.simple-stats{grid-template-columns:1fr 1fr}.simple-system-card{padding:16px}.workflow-card-head{flex-direction:column}.system-quick-facts{grid-template-columns:1fr 1fr}.system-quick-facts>div:nth-child(2){border-right:0}.system-quick-facts>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.simplified-controls{grid-template-columns:1fr}.system-owner-line{align-items:flex-start;flex-direction:column;gap:4px}.system-owner-line b{text-align:left}}.overview-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.overview-sub{max-width:760px}.overview-head-actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.overview-actions-menu{position:relative}.overview-actions-menu>summary{list-style:none;cursor:pointer}.overview-actions-menu>summary::-webkit-details-marker{display:none}.overview-actions-popover{position:absolute;right:0;top:calc(100% + 7px);z-index:20;width:210px;padding:7px;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:0 14px 35px #0f24261f}.overview-actions-popover button{width:100%;border:0;background:transparent;text-align:left;padding:10px;border-radius:8px;color:var(--ink);font:inherit;font-size:12px;cursor:pointer;display:flex;gap:7px;align-items:center}.overview-actions-popover button:hover{background:var(--paper)}.overview-actions-popover button:disabled{opacity:.45;cursor:not-allowed}.overview-stats{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:14px}.overview-guide{border:1px solid var(--line);border-radius:12px;background:var(--surface);margin:0 0 16px}.overview-guide>summary{cursor:pointer;list-style:none;padding:12px 15px;font-size:12px;font-weight:650;color:var(--brand)}.overview-guide>summary::-webkit-details-marker{display:none}.overview-guide>summary:after{content:" +";font-weight:400}.overview-guide[open]>summary:after{content:" –"}.overview-guide .compact-flow{margin:0;padding:0 12px 12px}.compact-flow>div{padding-top:12px;padding-bottom:12px}.compliance-tabs{margin-top:14px}.overview-system-list{display:flex;flex-direction:column;gap:12px}.overview-system-card{padding:18px 20px;display:flex;flex-direction:column;gap:13px}.overview-system-card .workflow-card-head{align-items:flex-start}.overview-system-body{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:13px 15px;background:var(--brand-tint);border:1px solid var(--brand-bright);border-radius:12px}.overview-next-title{font-size:15px;font-weight:700;color:var(--ink);margin-top:3px}.overview-next p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.45;max-width:760px}.overview-primary-action{white-space:nowrap}.overview-system-footer{display:grid;grid-template-columns:minmax(140px,220px) minmax(0,1fr) minmax(150px,220px);gap:18px;align-items:center}.overview-progress-wrap .system-progress-head{margin-bottom:5px}.overview-progress-wrap .progress-track{height:6px}.overview-system-facts{display:flex;gap:9px 16px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:11px}.overview-system-facts b{color:var(--ink)}.overview-owner{display:flex;justify-content:flex-end;gap:8px;align-items:center;font-size:11px;min-width:0}.overview-owner span{color:var(--muted)}.overview-owner b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px}.overview-system-card .system-more{padding-top:8px}.overview-system-card .system-more summary{font-size:11.5px}@media (max-width:900px){.overview-head{flex-direction:column}.overview-head-actions{justify-content:flex-start}.overview-stats,.overview-system-footer{grid-template-columns:1fr 1fr}.overview-owner{justify-content:flex-start}.overview-system-facts{grid-column:1/-1;grid-row:2}.overview-system-body{grid-template-columns:1fr}.overview-primary-action{justify-self:start}}@media (max-width:560px){.overview-stats{grid-template-columns:1fr 1fr}.overview-system-card{padding:15px}.overview-system-footer{grid-template-columns:1fr}.overview-system-facts{grid-column:auto;grid-row:auto}.overview-owner{justify-content:flex-start}.overview-head-actions{width:100%}.overview-head-actions>.btn{flex:1}.overview-actions-menu{flex:1}.overview-actions-menu>summary{justify-content:center}.overview-actions-popover{left:0;right:auto;width:100%}}.note.warn{background:var(--h-bg);color:var(--h-fg);border:1px solid var(--h-bd)}.review-basis-summary{border:1px solid var(--line);border-radius:13px;padding:15px 16px;background:var(--paper);margin-bottom:14px}.review-system-line{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.review-system-name{font-size:17px;font-weight:700;letter-spacing:-.015em;color:var(--ink)}.review-system-meta{margin-top:6px;gap:6px 14px}.review-system-meta span{font-size:11.5px}.review-version-row{display:flex;gap:7px 18px;flex-wrap:wrap;margin-top:13px;padding-top:11px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}.review-version-row b{color:var(--ink);font-weight:600}.review-attention{margin:0 0 14px}.review-attention b{display:block;margin-bottom:4px}.review-section{border:1px solid var(--line);border-radius:13px;padding:16px;margin:0 0 13px;background:var(--surface)}.review-section:last-child{margin-bottom:0}.review-decision-section{background:var(--paper)}.review-section-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:13px}.review-section-head>div{display:flex;align-items:center;gap:8px}.review-section-head b{font-size:14px}.review-step-number{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;font-size:11px;font-weight:700;flex:0 0 auto}.review-section-state{font-size:10.5px;color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:4px 8px;white-space:nowrap}.review-section-state.success{color:var(--m-fg);border-color:var(--m-bd);background:var(--m-bg)}.review-section-state.warning{color:var(--h-fg);border-color:var(--h-bd);background:var(--h-bg)}.review-reasoning{display:grid;gap:7px}.review-reason{display:flex;gap:8px;align-items:flex-start;font-size:12.5px;line-height:1.45;color:var(--ink)}.review-reason>span{color:var(--m-fg);font-weight:800;flex:0 0 auto}.review-warning-list{margin-top:13px;padding-top:12px;border-top:1px solid var(--line)}.review-mini-title{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700;margin-bottom:7px}.review-warning{display:flex;gap:7px;align-items:flex-start;color:var(--h-fg);font-size:12px;line-height:1.4;margin-top:5px}.review-warning svg{width:15px;height:15px;flex:0 0 auto;margin-top:1px}.review-details{border-top:1px solid var(--line);margin-top:13px;padding-top:10px}.review-details>summary{cursor:pointer;list-style:none;color:var(--brand);font-size:11.5px;font-weight:650}.review-details>summary::-webkit-details-marker{display:none}.review-details>summary:after{content:" +";font-weight:400}.review-details[open]>summary:after{content:" –"}.review-answer-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.review-answer-grid>div{padding:9px 10px;border-radius:9px;background:var(--paper);border:1px solid var(--line);min-width:0}.review-answer-grid span{display:block;color:var(--muted);font-size:10.5px;margin-bottom:3px}.review-answer-grid b{display:block;font-size:11.5px;line-height:1.4;overflow-wrap:anywhere}.review-source-list{display:grid;gap:7px;margin-top:10px}.review-source-list a{display:flex;justify-content:space-between;gap:12px;padding:9px 10px;border:1px solid var(--line);border-radius:9px;text-decoration:none;color:var(--ink);background:var(--paper)}.review-source-list a:hover{border-color:var(--brand-bright)}.review-source-list b{font-size:11.5px}.review-source-list span{font-size:10.5px;color:var(--muted);text-align:right}.review-check-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-bottom:10px}.review-check-grid>div{padding:11px 12px;border-right:1px solid var(--line);background:var(--paper)}.review-check-grid>div:last-child{border-right:0}.review-check-grid b{display:block;font-size:17px;color:var(--ink)}.review-check-grid span{font-size:10.5px;color:var(--muted)}.review-check-grid>div.warning b{color:var(--h-fg)}.review-empty-inline{padding:10px 11px;border-radius:9px;background:var(--paper);color:var(--muted);font-size:11.5px;line-height:1.4}.review-task-list{display:grid;gap:6px;margin-top:10px}.review-task-list>div{display:flex;align-items:flex-start;gap:8px;padding:8px 9px;border:1px solid var(--line);border-radius:9px}.review-done{color:var(--m-fg);font-weight:800}.review-task-list b{display:block;font-size:11.5px}.review-task-list small{display:block;color:var(--muted);font-size:10.5px;margin-top:2px}.review-document-list{display:grid;gap:7px}.review-document-list>div{display:flex;align-items:center;gap:10px;padding:9px 10px;border:1px solid var(--line);border-radius:10px;min-width:0}.review-doc-icon{color:var(--brand);display:flex}.review-doc-icon svg{width:18px;height:18px}.review-document-list b{display:block;font-size:11.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-document-list small{display:block;font-size:10.5px;color:var(--muted);margin-top:2px}.review-document-list .workflow-status{font-size:10px}.review-document-list .btn{flex:0 0 auto}.review-confirm{display:flex;gap:10px;align-items:flex-start;padding:11px 12px;border:1px solid var(--brand-bright);border-radius:10px;background:var(--brand-tint);font-size:11.5px;line-height:1.45;cursor:pointer}.review-confirm input{width:17px;height:17px;margin-top:1px;accent-color:var(--brand);flex:0 0 auto}@media (max-width:760px){.review-answer-grid{grid-template-columns:1fr}.review-check-grid{grid-template-columns:1fr 1fr}.review-check-grid>div:nth-child(2){border-right:0}.review-check-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.review-source-list a{flex-direction:column}.review-source-list span{text-align:left}.review-document-list>div{flex-wrap:wrap}.review-document-list .grow{min-width:calc(100% - 34px)}.review-section-head{align-items:flex-start}.review-section-state{white-space:normal;text-align:right}.review-system-line{flex-direction:column}.review-version-row{display:grid;grid-template-columns:1fr 1fr}}@media (max-width:480px){.review-check-grid{grid-template-columns:1fr}.review-check-grid>div{border-right:0;border-bottom:1px solid var(--line)}.review-check-grid>div:last-child{border-bottom:0}.review-version-row{grid-template-columns:1fr}.review-section{padding:13px}.review-section-head{flex-direction:column}.review-section-state{text-align:left}}.org-topic-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 20px}.org-topic-card .grow{min-width:0}.org-topic-card .btn{flex:0 0 auto}.measure-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}.measure-summary>div{padding:14px 15px;border:1px solid var(--line);border-radius:12px;background:var(--surface);min-width:0}.measure-summary b{display:block;font-size:21px;line-height:1;color:var(--ink)}.measure-summary span{display:block;font-size:12px;font-weight:650;margin-top:6px}.measure-summary small{display:block;font-size:10.5px;color:var(--muted);margin-top:2px;line-height:1.35}.measure-summary .attention{border-color:var(--brand-bright);background:var(--brand-tint)}.measure-summary .danger{border-color:var(--h-bd);background:var(--h-bg)}.measure-summary .danger b{color:var(--h-fg)}.measure-section{margin:0 0 18px}.measure-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin:0 2px 9px}.measure-section-head .section-t{margin:0;font-size:15px}.measure-section-head .q-h{margin:3px 0 0;max-width:760px}.measure-list{overflow:hidden}.measure-preview{display:flex;align-items:center;gap:11px;padding:12px 14px;border-bottom:1px solid var(--line)}.measure-preview:last-child{border-bottom:0}.measure-preview b{display:block;font-size:12.5px}.measure-preview small{display:block;font-size:10.5px;color:var(--muted);margin-top:3px}.measure-preview .workflow-status{flex:0 0 auto}.measure-work-row{padding:13px 14px}.measure-row-head{display:flex;align-items:flex-start;gap:8px;justify-content:space-between}.measure-meta-row{display:flex;gap:5px 12px;flex-wrap:wrap;margin-top:5px;color:var(--muted);font-size:10.5px}.measure-meta-row span{position:relative}.measure-meta-row span+span:before{content:"·";margin-right:12px;color:var(--muted2)}.measure-evidence-required{color:var(--brand);font-weight:650}.measure-description{margin-top:7px}.measure-description>summary{cursor:pointer;color:var(--brand);font-size:10.5px;font-weight:650}.measure-description>div{font-size:11.5px;line-height:1.45;color:var(--muted);margin-top:5px;max-width:850px}.completed-measures{margin-top:4px}.completed-measures>summary{cursor:pointer;list-style:none;display:inline-flex;padding:8px 11px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--brand);font-size:11.5px;font-weight:650;margin-bottom:9px}.completed-measures>summary::-webkit-details-marker{display:none}.completed-measures>summary:after{content:" +";font-weight:400}.completed-measures[open]>summary:after{content:" –"}.audit-scroll{max-height:520px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.audit-scroll .task{background:var(--surface)}.compact-history{gap:20px}.compact-history section{min-width:0}.requirement-verdict{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 12px;border-radius:10px;margin:0 0 10px}.requirement-verdict>div{min-width:0}.requirement-verdict b{display:block;font-size:12px;color:var(--ink)}.requirement-verdict span:not(.workflow-status){display:block;font-size:10.8px;color:var(--muted);line-height:1.4;margin-top:3px}.requirement-verdict.not-required{background:var(--m-bg);border:1px solid var(--m-bd)}.requirement-verdict.required{background:var(--h-bg);border:1px solid var(--h-bd)}.requirement-list{display:grid;gap:6px;margin-top:9px}.requirement-list>div{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:8px 9px;border:1px solid var(--line);border-radius:8px;background:var(--paper)}.requirement-list b{font-size:11.5px}.requirement-list span{font-size:10.5px;color:var(--muted);text-align:right}@media (max-width:760px){.measure-summary{grid-template-columns:1fr 1fr}.org-topic-card,.measure-section-head,.requirement-verdict{align-items:flex-start;flex-direction:column}.requirement-list>div{flex-direction:column}.requirement-list span{text-align:left}.audit-scroll{max-height:440px}}@media (max-width:480px){.measure-summary{grid-template-columns:1fr 1fr}.measure-summary>div{padding:12px}.measure-work-row{padding:12px}.measure-meta-row span+span:before{display:none}.measure-meta-row{flex-direction:column;gap:2px}.audit-scroll{max-height:380px}}.measure-help-card{display:flex;gap:8px 16px;align-items:flex-start;padding:12px 14px;margin:0 0 16px;border:1px solid var(--brand-bright);border-radius:11px;background:var(--brand-tint);font-size:11.5px;line-height:1.45}.measure-help-card b{white-space:nowrap;color:var(--ink)}.measure-help-card span{color:var(--muted)}.measure-system-stack{display:flex;flex-direction:column;gap:16px}.measure-system-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-bottom:1px solid var(--line);background:var(--surface)}.measure-system-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.measure-system-title-row h3{margin:0;font-size:16px}.measure-system-counts{display:flex;gap:8px 16px;flex-wrap:wrap;margin-top:5px;color:var(--muted);font-size:10.8px}.measure-system-counts b{color:var(--ink)}.measure-system-counts .danger,.measure-system-counts .danger b{color:var(--h-fg)}.measure-group-block+.measure-group-block{border-top:1px solid var(--line)}.measure-group-label{font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.055em;color:var(--brand)}.measure-group-explainer{margin:3px 0 10px;color:var(--muted);font-size:10.8px;line-height:1.4}.compact-proposals{border:1px solid var(--line);border-radius:10px}.measure-system-group .completed-measures{padding:0 18px 16px}.measure-system-group .completed-measures .measure-list{border:1px solid var(--line);border-radius:10px;overflow:hidden}.measure-work-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;padding:15px 14px;border-bottom:1px solid var(--line);align-items:start}.measure-work-row:last-child{border-bottom:0}.measure-work-main{min-width:0}.measure-title-line{display:flex;align-items:flex-start;gap:9px}.measure-title-line .priority-dot{margin-top:5px;flex:0 0 auto}.measure-row-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.measure-instruction{margin-top:10px;padding:10px 11px;border-radius:9px;background:var(--paper);border:1px solid var(--line)}.measure-instruction span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.055em;font-weight:750;color:var(--brand);margin-bottom:4px}.measure-instruction b{display:block;font-size:11.5px;line-height:1.48;font-weight:550;color:var(--ink)}.measure-next-hint{margin-top:8px;font-size:11px;line-height:1.45;color:var(--muted)}.measure-next-hint b{color:var(--ink)}.measure-evidence-state{display:flex;gap:8px;margin-top:8px;font-size:10.8px}.measure-evidence-state span{color:var(--muted)}.measure-evidence-state b{color:var(--ink)}.measure-row-actions{display:flex;align-items:flex-end;justify-content:flex-start;flex-direction:column;gap:7px;min-width:190px}.measure-row-actions .btn{width:100%;justify-content:center}.review-comment-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-4px 0 14px}.review-comment-actions span{font-size:10.5px;color:var(--h-fg)}@media (max-width:760px){.measure-help-card,.measure-system-head{flex-direction:column;align-items:flex-start}.measure-work-row{grid-template-columns:1fr}.measure-row-actions{width:100%;min-width:0;align-items:stretch}.measure-row-actions .btn{width:100%}.review-comment-actions{align-items:flex-start;flex-direction:column}}.permission-strip{display:flex;align-items:flex-start;gap:10px;padding:11px 13px;border:1px solid var(--line);border-radius:11px;background:var(--paper);color:var(--muted);font-size:11.5px;line-height:1.45}.permission-strip>div{display:flex;flex-direction:column;gap:2px}.permission-strip b{color:var(--ink);font-size:12px}.permission-strip.compact{margin-top:10px;padding:9px 11px}.locked-action{opacity:.56;cursor:not-allowed;filter:saturate(.55)}.role-lock-text{margin-top:4px;font-size:11px;color:var(--h-fg);font-weight:650}.overview-primary-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.overview-primary-wrap small{max-width:260px;text-align:right;color:var(--muted);font-size:10.5px;line-height:1.35}.register-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap}.register-role-note{margin-top:18px;display:flex;gap:8px;align-items:baseline;flex-wrap:wrap;font-size:11.5px;color:var(--muted)}.register-role-note b{color:var(--ink)}.register-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px}.register-summary>div{padding:14px 15px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.register-summary>div.attention{border-color:var(--h-bd);background:var(--h-bg)}.register-summary b{display:block;font-size:22px;line-height:1;color:var(--ink)}.register-summary .attention b{color:var(--h-fg)}.register-summary span{display:block;font-size:11px;color:var(--muted);margin-top:6px}.register-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) minmax(190px,280px);gap:12px;margin:16px 0}.register-toolbar label{display:flex;flex-direction:column;gap:5px;font-size:10.5px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.register-system-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.register-system-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;min-width:0}.register-system-card.archived{opacity:.72}.register-system-main{padding:17px 18px;flex:1}.register-system-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.register-system-title-row h3{margin:0;font-size:16px;line-height:1.25}.register-system-meta{display:flex;gap:6px 9px;flex-wrap:wrap;margin-top:6px;color:var(--muted);font-size:11px}.register-system-meta span+span:before{content:"·";margin-right:9px;color:var(--muted2)}.register-system-state{margin-top:15px;padding:11px 12px;border-radius:10px;border:1px solid var(--line);display:flex;justify-content:space-between;gap:12px;align-items:flex-start;background:var(--paper)}.register-system-state>div{display:flex;flex-direction:column;gap:3px}.register-system-state b{font-size:12px}.register-system-state span{font-size:10.5px;line-height:1.4;color:var(--muted)}.register-system-state.warning{border-color:var(--h-bd);background:var(--h-bg)}.register-system-state.success{border-color:var(--m-bd);background:var(--m-bg)}.register-system-state.info{border-color:var(--brand-bright);background:var(--brand-tint)}.register-system-state.danger{border-color:var(--v-bd);background:var(--v-bg)}.register-version{white-space:nowrap!important;color:var(--muted)!important}.register-history-hint{font-size:10.5px;color:var(--muted);margin-top:8px;line-height:1.4}.register-system-actions{padding:11px 18px;border-top:1px solid var(--line);display:flex;gap:7px;align-items:center;flex-wrap:wrap}.register-system-actions .btn:first-child{margin-right:auto}.register-archive{margin-top:18px}.register-archive>summary{cursor:pointer;font-size:12px;font-weight:700;color:var(--muted);margin-bottom:10px}.documentation-paths{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:22px}.documentation-paths .card{padding:16px;display:flex;gap:12px;align-items:flex-start}.documentation-paths .featured{border-color:var(--brand-bright);background:var(--brand-tint)}.doc-path-icon{width:26px;height:26px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800;flex:0 0 auto}.documentation-paths b,.documentation-owned h3{display:block;font-size:13px;margin-bottom:4px}.documentation-paths span,.documentation-owned p{display:block;color:var(--muted);font-size:11px;line-height:1.5}.documentation-product{max-width:820px}.documentation-product-main{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.documentation-product .plan-price{margin-top:0;white-space:nowrap}.documentation-owned{padding:17px 18px;display:flex;justify-content:space-between;align-items:center;gap:18px}.documentation-owned h3{margin:8px 0 3px}.documentation-owned p{margin:0;max-width:650px}.guided-document-help{padding:11px 12px;border:1px solid var(--brand-bright);background:var(--brand-tint);border-radius:10px;margin-bottom:14px}.guided-document-help b{display:block;font-size:12px;margin-bottom:3px}.guided-document-help span{display:block;font-size:11px;line-height:1.45;color:var(--muted)}.guided-document-editor{font-family:var(--mono);font-size:11.5px;line-height:1.55;white-space:pre-wrap}.documentation-upsell{width:210px;padding:9px 10px;border-radius:9px;border:1px solid var(--brand-bright);background:var(--brand-tint);text-align:left}.documentation-upsell b{display:block;font-size:10.8px;margin-bottom:3px}.documentation-upsell span{display:block;font-size:9.8px;line-height:1.35;color:var(--muted);margin-bottom:7px}.documentation-upsell .btn{font-size:10px}.measure-summary.five{grid-template-columns:repeat(5,minmax(0,1fr))}.measure-system-stack{display:flex;flex-direction:column;gap:14px}.measure-system-group{padding:0;overflow:hidden}.measure-system-head{padding:16px 18px;background:var(--surface);border-bottom:1px solid var(--line)}.measure-group-block{padding:14px 18px}.proposal-block{background:var(--paper)}.compact-proposals .measure-preview{display:grid;grid-template-columns:10px minmax(0,1fr) minmax(150px,210px);gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.compact-proposals .measure-preview:last-child{border-bottom:0}.measure-preview .grow{min-width:0}.measure-preview b{font-size:12px;display:block}.measure-preview small{font-size:10.5px;color:var(--muted);display:block;margin-top:2px}.measure-proposal-next{font-size:10.5px;color:var(--muted);text-align:right}.measure-work-row{background:var(--surface)}.team-upgrade-note{padding:15px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px}.team-upgrade-note>div{display:flex;flex-direction:column;gap:3px}.team-upgrade-note b{font-size:12px}.team-upgrade-note span{font-size:11px;color:var(--muted)}.landing-overview-row{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}.landing-overview-row:last-child{border-bottom:0}.landing-overview-row b{display:block;font-size:13px}.landing-overview-row small{display:block;font-size:10.5px;color:var(--muted);margin-top:3px}@media (max-width:980px){.register-system-grid{grid-template-columns:1fr}.measure-summary.five{grid-template-columns:repeat(3,minmax(0,1fr))}.documentation-paths{grid-template-columns:1fr}.overview-primary-wrap{align-items:flex-start}.overview-primary-wrap small{text-align:left}}@media (max-width:680px){.register-summary{grid-template-columns:1fr 1fr}.register-toolbar{grid-template-columns:1fr}.register-system-title-row{flex-direction:column}.register-system-actions .btn:first-child{margin-right:0;width:100%}.measure-summary.five{grid-template-columns:1fr 1fr}.compact-proposals .measure-preview{grid-template-columns:10px minmax(0,1fr)}.measure-proposal-next{grid-column:2;text-align:left}.documentation-product-main,.documentation-owned,.team-upgrade-note{flex-direction:column}.documentation-product .plan-price{align-self:flex-start}}.documentation-preview-lock{position:relative;min-height:178px;margin:16px 0 18px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--paper)}.documentation-preview-blur{padding:15px 17px;filter:blur(3.2px);opacity:.52;-webkit-user-select:none;user-select:none;pointer-events:none}.documentation-preview-line{display:grid;grid-template-columns:110px minmax(0,1fr);gap:12px;padding:9px 0;border-bottom:1px solid var(--line)}.documentation-preview-line:last-child{border-bottom:0}.documentation-preview-line span{font-size:10px;color:var(--muted)}.documentation-preview-line b{font-size:11px;font-weight:650}.documentation-preview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:22px;background:#faf9f6c2;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.documentation-preview-overlay>b{font-size:13px;margin:9px 0 5px}.documentation-preview-overlay>span:last-child{max-width:520px;color:var(--muted);font-size:10.8px;line-height:1.5}@media (max-width:680px){.documentation-preview-line{grid-template-columns:1fr}.documentation-preview-lock{min-height:190px}}.guided-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:18px}.guided-sub{max-width:760px;line-height:1.55}.guided-head-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}.guided-loading{padding:22px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px}.advanced-view-head{display:flex;align-items:center;gap:12px;margin:8px 0 18px;padding:10px 0;border-bottom:1px solid var(--line)}.advanced-view-head span{font-size:11.5px;color:var(--muted)}.advanced-page-title{margin-bottom:14px}.advanced-page-title h2{margin:5px 0 3px;font-size:20px;letter-spacing:-.02em}.advanced-page-title p{margin:0;color:var(--muted);font-size:12px}.guided-home{display:flex;flex-direction:column;gap:16px}.guided-summary-line{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:2px}.guided-summary-line>span{display:inline-flex;gap:5px;align-items:center;padding:6px 9px;border:1px solid var(--line);background:var(--surface);border-radius:999px;font-size:11px;color:var(--muted)}.guided-summary-line b{color:var(--ink)}.guided-summary-line .attention{border-color:var(--h-bd);background:var(--h-bg);color:var(--h-fg)}.guided-summary-line .danger{border-color:var(--v-bd);background:var(--v-bg);color:var(--v-fg)}.guided-summary-line .success{border-color:var(--m-bd);background:var(--m-bg);color:var(--m-fg)}.next-action-card{padding:24px;border-color:#c9dbd9;box-shadow:0 12px 34px #0e4f5212;background:linear-gradient(135deg,#fff 0%,#fbfdfc 70%,var(--brand-tint) 150%)}.next-action-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.next-action-top h2{margin:3px 0 8px;font-size:22px;letter-spacing:-.025em}.guided-system-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:11px}.guided-system-meta>span:not(.badge):not(.workflow-status)+span:not(.badge):not(.workflow-status):before{content:"·";margin-right:8px;color:var(--muted2)}.guided-main-cta{min-width:170px}.next-action-copy{margin-top:16px;padding:13px 15px;border-radius:11px;background:var(--brand-tint);display:flex;flex-direction:column;gap:3px}.next-action-copy b{font-size:13px}.next-action-copy span{font-size:11.5px;color:var(--muted);line-height:1.5}.journey-stepper{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin-top:20px;position:relative}.journey-step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;color:var(--muted2);font-size:10.5px;font-weight:650}.journey-step:before{content:"";position:absolute;height:2px;background:var(--line);left:-50%;right:50%;top:13px;z-index:0}.journey-step:first-child:before{display:none}.journey-dot{position:relative;z-index:1;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--surface);border:2px solid var(--line);font-size:10px;color:var(--muted)}.journey-step.complete{color:var(--brand)}.journey-step.complete .journey-dot{background:var(--brand);border-color:var(--brand);color:#fff}.journey-step.complete:before,.journey-step.current:before{background:var(--brand)}.journey-step.current{color:var(--ink)}.journey-step.current .journey-dot{border-color:var(--brand);box-shadow:0 0 0 4px var(--brand-tint);color:var(--brand);background:#fff}.journey-stepper.compact{margin-top:10px;max-width:520px}.journey-stepper.compact .journey-dot{width:20px;height:20px;font-size:8px}.journey-stepper.compact .journey-step{font-size:8.5px;gap:4px}.journey-stepper.compact .journey-step:before{top:9px}.guided-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin:4px 0 9px}.guided-section-head h3{margin:0;font-size:15px}.guided-section-head p{margin:3px 0 0;font-size:11px;color:var(--muted)}.guided-section-head>span{font-size:11px;color:var(--muted)}.guided-system-list{display:flex;flex-direction:column;gap:8px}.guided-system-row{display:flex;align-items:center;gap:18px;padding:14px 16px}.guided-system-row-head{display:flex;align-items:center;gap:8px;justify-content:space-between}.guided-system-row-head>b{font-size:13px}.guided-system-row>div>small{display:block;margin-top:8px;color:var(--muted);font-size:10.5px}.org-guided-task{width:100%;border:1px solid var(--line);padding:13px 15px;display:flex;align-items:center;gap:12px;text-align:left;color:var(--ink);font:inherit;background:var(--surface)}.org-guided-task:hover{border-color:var(--brand-bright);background:#fbfdfc}.org-guided-icon{width:28px;height:28px;border-radius:9px;background:var(--paper);display:grid;place-items:center;color:var(--brand);font-weight:800}.org-guided-task b{display:block;font-size:12px}.org-guided-task small{display:block;font-size:10.5px;color:var(--muted);margin-top:2px}.org-guided-task>span:last-child{font-size:11px;color:var(--brand);font-weight:700}.all-done-card{padding:17px 18px;display:flex;gap:12px;align-items:flex-start;border-color:var(--m-bd);background:var(--m-bg)}.all-done-card>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--m-fg);color:#fff}.all-done-card b{font-size:13px;color:var(--m-fg)}.all-done-card p{margin:2px 0 0;font-size:11px;color:var(--muted)}.guided-empty{padding:34px;max-width:760px;margin:10px auto;text-align:center}.guided-empty-icon{width:46px;height:46px;border-radius:16px;margin:0 auto 14px;background:var(--brand-tint);color:var(--brand);display:grid;place-items:center;font-size:20px;font-weight:800}.guided-empty h2{font-size:22px;margin:6px 0}.guided-empty>p{max-width:580px;margin:0 auto 20px;color:var(--muted);font-size:13px;line-height:1.55}.guided-empty-flow{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:0 0 22px}.guided-empty-flow>div{padding:10px 5px;border-radius:10px;background:var(--paper);display:flex;flex-direction:column;align-items:center;gap:5px}.guided-empty-flow span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--line);font-size:9px;color:var(--brand)}.guided-empty-flow b{font-size:9px}.system-workspace{display:flex;flex-direction:column;gap:14px}.system-workspace-summary{padding:18px 20px}.system-workspace-title{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.system-next-card{padding:19px 20px;border-color:var(--brand-bright);background:var(--brand-tint);display:flex;justify-content:space-between;align-items:center;gap:24px}.system-next-card h2{font-size:17px;margin:3px 0 5px}.system-next-card p{font-size:11.5px;color:var(--muted);margin:0;max-width:720px}.system-next-action{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.system-next-action small{max-width:260px;text-align:right;color:var(--muted);font-size:10px}.system-suggestions-preview{padding:17px 18px}.simple-obligation-row{display:flex;gap:10px;align-items:flex-start;padding:10px 0;border-bottom:1px solid var(--line)}.simple-obligation-row:last-child{border-bottom:0}.simple-obligation-row>span{width:21px;height:21px;border-radius:50%;background:var(--brand-tint);color:var(--brand);display:grid;place-items:center;font-size:9px;font-weight:800;flex:0 0 auto}.simple-obligation-row b{display:block;font-size:11.5px}.simple-obligation-row small{display:block;font-size:10px;color:var(--muted);margin-top:2px}.system-task-card-list{overflow:hidden}.ready-review-card,.completed-system-card{padding:20px;display:flex;align-items:center;gap:14px}.ready-review-card{border-color:var(--m-bd);background:#fcfffd}.ready-review-icon,.completed-system-mark{width:40px;height:40px;border-radius:14px;background:var(--m-bg);color:var(--m-fg);display:grid;place-items:center;font-size:18px;font-weight:800;flex:0 0 auto}.ready-review-card h3,.completed-system-card h2{margin:0;font-size:15px}.ready-review-card p,.completed-system-card p{margin:3px 0 0;font-size:11px;color:var(--muted)}.completed-system-card{border-color:var(--m-bd);background:var(--m-bg)}.system-workspace-details{overflow:hidden}.system-workspace-details>summary{cursor:pointer;list-style:none;padding:13px 16px;font-size:11.5px;font-weight:700;color:var(--brand)}.system-workspace-details>summary::-webkit-details-marker{display:none}.system-workspace-details>summary:after{content:" +";font-weight:400}.system-workspace-details[open]>summary:after{content:" –"}.system-details-body{padding:4px 16px 16px;border-top:1px solid var(--line)}.system-details-body h4{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:14px 0 5px}.system-detail-actions{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.simple-history-row,.simple-document-row{display:flex;align-items:center;gap:9px;padding:9px 0;border-bottom:1px solid var(--line)}.simple-history-row:last-child,.simple-document-row:last-child{border-bottom:0}.simple-history-row>span{color:var(--m-fg);font-weight:800}.simple-history-row b,.simple-document-row b{display:block;font-size:11px}.simple-history-row small,.simple-document-row small{display:block;font-size:9.8px;color:var(--muted);margin-top:1px}.simple-responsibility-line{display:flex;justify-content:space-between;gap:12px;padding:11px 0;font-size:11px}.simple-responsibility-line span{color:var(--muted)}.guided-measure-row{padding:17px 16px}.guided-measure-row .measure-title-line .tk-t{font-size:13px;font-weight:700}.danger-text{color:var(--v-fg)!important;font-weight:700}.compact-note{padding:8px 10px;margin-top:8px;font-size:10px}.inline-evidence-list{display:flex;flex-direction:column;gap:5px;margin-top:9px}.inline-evidence{display:flex;align-items:center;gap:8px;padding:8px 9px;border:1px solid var(--line);border-radius:9px;background:#fff}.inline-evidence.verified{border-color:var(--m-bd);background:var(--m-bg)}.inline-evidence.rejected{border-color:var(--v-bd);background:var(--v-bg)}.inline-evidence-icon{color:var(--brand);display:flex}.inline-evidence b{display:block;font-size:10.5px}.inline-evidence small{display:block;font-size:9.5px;color:var(--muted)}.waiting-review{width:205px;padding:8px 9px;background:var(--paper);border:1px solid var(--line);border-radius:9px;text-align:left}.waiting-review b{display:block;font-size:10px}.waiting-review span{display:block;margin-top:2px;font-size:9px;color:var(--muted);line-height:1.35}.documentation-small-link{font-size:10px!important}.measure-more-actions{position:relative;width:100%;text-align:center}.measure-more-actions>summary{list-style:none;cursor:pointer;color:var(--muted);font-size:9.8px;padding:3px}.measure-more-actions>summary::-webkit-details-marker{display:none}.measure-more-actions>div{display:flex;flex-direction:column;align-items:center;gap:4px;margin-top:4px}.measure-more-actions .linkbtn{font-size:9.8px}.danger-link{color:var(--v-fg)!important}.proposal-simple-owner{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,300px);gap:18px;align-items:center;padding:12px 13px;border:1px solid var(--brand-bright);background:var(--brand-tint);border-radius:11px;margin-bottom:10px}.proposal-simple-owner b{display:block;font-size:12px}.proposal-simple-owner span{display:block;font-size:10.5px;color:var(--muted);margin-top:2px}.proposal-simple-note{font-size:10.5px;color:var(--muted);margin:10px 0}.proposal-simple-list{border:1px solid var(--line);border-radius:12px;overflow:hidden}.proposal-simple-row{display:grid;grid-template-columns:22px minmax(0,1fr) 150px;gap:10px;align-items:start;padding:12px 13px;border-bottom:1px solid var(--line)}.proposal-simple-row:last-child{border-bottom:0}.proposal-check{width:20px;height:20px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:9px}.proposal-simple-row b{display:block;font-size:11.5px}.proposal-simple-row small{display:block;font-size:10px;color:var(--muted);line-height:1.4;margin-top:2px}.proposal-simple-row .grow>span{display:inline-block;margin-top:5px;font-size:9.5px;color:var(--brand);font-weight:650}.proposal-simple-row label>span{display:block;font-size:9px;color:var(--muted);font-weight:700;margin-bottom:4px}.review-simple-hero{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px}.review-simple-meta{font-size:10.5px;color:var(--muted);margin-top:3px}.review-readiness{padding:17px 18px;margin:14px 0}.review-readiness-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.review-readiness-head h3{font-size:15px;margin:3px 0 0}.review-ready-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.review-ready-row{display:flex;gap:8px;align-items:flex-start;padding:10px;border-radius:10px;background:var(--paper)}.review-ready-icon{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:800;flex:0 0 auto}.review-ready-icon.success{background:var(--m-bg);color:var(--m-fg)}.review-ready-icon.warning{background:var(--h-bg);color:var(--h-fg)}.review-ready-row b{display:block;font-size:10.5px}.review-ready-row small{display:block;font-size:9.5px;color:var(--muted);margin-top:2px;line-height:1.35}.review-blocker-copy{margin-top:10px;padding:9px 10px;border-radius:9px;background:var(--h-bg);color:var(--h-fg);font-size:10.3px;line-height:1.45}.review-basis-collapsed{border:1px solid var(--line);border-radius:12px;margin:12px 0;background:var(--surface)}.review-basis-collapsed>summary{padding:12px 14px;font-size:11px;font-weight:700;color:var(--brand);cursor:pointer;list-style:none}.review-basis-collapsed>summary::-webkit-details-marker{display:none}.review-basis-collapsed>summary:after{content:" +";font-weight:400}.review-basis-collapsed[open]>summary:after{content:" –"}.review-basis-body{padding:2px 14px 14px;border-top:1px solid var(--line)}.review-basis-title{font-size:11px;font-weight:800;margin:12px 0 7px}.review-simple-decision{margin-top:16px}.review-simple-decision-head h3{margin:3px 0 12px;font-size:15px}.wizard-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--brand);font-weight:800;margin-bottom:3px}.wizard-head h3{margin-top:0}.wizard-progress{padding:10px 24px 2px;display:flex;align-items:center;gap:12px}.wizard-progress-track{height:5px;border-radius:999px;background:var(--line);flex:1;overflow:hidden}.wizard-progress-track>span{display:block;height:100%;background:var(--brand);border-radius:999px;transition:width .2s ease}.wizard-progress>span{font-size:9.5px;color:var(--muted);white-space:nowrap}.wizard-body{padding-top:18px}.wizard-result-simple .result-hero{margin-bottom:12px}.result-simple-kicker{font-size:9.5px;text-transform:uppercase;letter-spacing:.06em;font-weight:800;margin-bottom:5px;color:inherit;opacity:.8}.result-next{padding:13px 14px;display:flex;gap:10px;align-items:flex-start;margin-bottom:14px}.result-next-icon{width:26px;height:26px;border-radius:9px;background:var(--brand-tint);color:var(--brand);display:grid;place-items:center;font-weight:800}.result-next b{display:block;font-size:11.5px}.result-next span{display:block;font-size:10.5px;color:var(--muted);line-height:1.45;margin-top:2px}.simple-result-list{padding:0 14px;margin-bottom:12px}.wizard-result-details{border:1px solid var(--line);border-radius:10px;background:var(--surface);margin-top:8px}.wizard-result-details>summary{cursor:pointer;list-style:none;padding:10px 12px;font-size:10.5px;font-weight:700;color:var(--brand)}.wizard-result-details>summary::-webkit-details-marker{display:none}.wizard-result-details>summary:after{content:" +";font-weight:400}.wizard-result-details[open]>summary:after{content:" –"}.wizard-result-details-body{padding:2px 12px 12px;border-top:1px solid var(--line)}.result-detail-block{margin-top:10px;padding-top:8px;border-top:1px solid var(--line)}.result-detail-block>b{font-size:10.5px}.simplified-register-head{align-items:flex-start}.register-compact-summary{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0 4px}.register-compact-summary>span{padding:6px 9px;border:1px solid var(--line);border-radius:999px;background:var(--surface);font-size:10.5px;color:var(--muted)}.register-compact-summary b{color:var(--ink)}.register-compact-summary .attention{background:var(--h-bg);border-color:var(--h-bd);color:var(--h-fg)}.register-simple-list{display:flex;flex-direction:column;gap:8px}.register-simple-row{padding:15px 16px;display:flex;align-items:center;gap:18px}.register-simple-row.archived{opacity:.7}.register-simple-title{display:flex;gap:8px;align-items:center;justify-content:space-between}.register-simple-title h3{font-size:14px;margin:0}.register-simple-result{display:flex;gap:8px;align-items:center;margin-top:9px}.register-simple-result small{font-size:9.8px;color:var(--muted)}.register-simple-actions{display:flex;align-items:center;gap:7px}.register-row-menu{position:relative}.register-row-menu>summary{list-style:none;cursor:pointer;border:1px solid var(--line);border-radius:8px;padding:4px 9px;color:var(--muted);font-weight:800}.register-row-menu>summary::-webkit-details-marker{display:none}.register-row-menu>div{position:absolute;right:0;top:calc(100% + 5px);z-index:10;width:210px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:5px;box-shadow:0 10px 30px #131a241f}.register-row-menu button{display:block;width:100%;border:0;background:transparent;text-align:left;padding:8px 9px;border-radius:7px;font:inherit;font-size:10.5px;color:var(--ink)}.register-row-menu button:hover{background:var(--paper)}@media (max-width:820px){.guided-head{flex-direction:column}.guided-head-actions{justify-content:flex-start;width:100%}.next-action-top,.system-next-card{flex-direction:column;align-items:flex-start}.guided-main-cta{min-width:0;width:100%}.journey-step>span:last-child{font-size:8.5px}.system-next-action{align-items:flex-start;width:100%}.system-next-action .btn{width:100%}.system-next-action small{text-align:left}.review-ready-list,.proposal-simple-owner{grid-template-columns:1fr}.proposal-simple-row{grid-template-columns:22px minmax(0,1fr)}.proposal-simple-row label{grid-column:2}.register-simple-row{align-items:flex-start;flex-direction:column}.register-simple-actions{width:100%}.register-simple-actions>.btn{flex:1}.register-row-menu{margin-left:auto}.guided-system-row{align-items:flex-start}.guided-system-row>.btn{align-self:center}}@media (max-width:560px){.guided-empty{padding:24px 16px}.guided-empty-flow{grid-template-columns:1fr 1fr}.guided-empty-flow>div:last-child{grid-column:1/-1}.next-action-card{padding:18px 15px}.journey-stepper{overflow-x:auto;grid-template-columns:repeat(5,84px);justify-content:start;padding-bottom:4px}.journey-stepper.compact{grid-template-columns:repeat(5,66px)}.guided-system-row{flex-direction:column}.guided-system-row>.btn{width:100%;align-self:stretch}.system-workspace-summary{padding:15px}.ready-review-card{align-items:flex-start;flex-wrap:wrap}.ready-review-card .btn{width:100%}.inline-evidence{flex-wrap:wrap}.inline-evidence .btn{width:100%}.proposal-simple-row{padding:11px}.register-simple-actions{flex-wrap:wrap}.register-simple-actions>.btn{width:100%;flex:auto}.register-row-menu{margin-left:0}}.guided-summary-line>span{font-size:12.5px;padding:7px 11px}.guided-system-meta{font-size:12px}.next-action-copy b{font-size:14px}.next-action-copy span{font-size:13px}.journey-step{font-size:11.5px}.journey-stepper.compact .journey-step{font-size:10.5px}.guided-section-head h3{font-size:16px}.guided-section-head p,.guided-section-head>span{font-size:12.5px}.guided-system-row-head>b{font-size:14px}.guided-system-row>div>small{font-size:12px}.org-guided-task b{font-size:13.5px}.org-guided-task small,.org-guided-task>span:last-child{font-size:12px}.all-done-card b{font-size:14px}.all-done-card p{font-size:12.5px}.guided-empty>p{font-size:14px}.guided-empty-flow b{font-size:11px}.guided-empty-flow span{font-size:10.5px}.system-next-card h2{font-size:19px}.system-next-card p{font-size:13px}.system-next-action small{font-size:11.5px}.simple-obligation-row b{font-size:13.5px}.simple-obligation-row small{font-size:12px}.ready-review-card h3,.completed-system-card h2{font-size:16px}.ready-review-card p,.completed-system-card p{font-size:12.5px}.system-workspace-details>summary{font-size:13px}.system-details-body h4{font-size:12px}.simple-history-row b,.simple-document-row b{font-size:12.5px}.simple-history-row small,.simple-document-row small{font-size:11.5px}.simple-responsibility-line{font-size:12.5px}.guided-measure-row .measure-title-line .tk-t{font-size:14px}.compact-note{font-size:11.5px}.inline-evidence b{font-size:12px}.inline-evidence small{font-size:11px}.waiting-review{width:230px}.waiting-review b{font-size:11.5px}.waiting-review span{font-size:10.5px}.documentation-small-link,.measure-more-actions>summary,.measure-more-actions .linkbtn{font-size:11.5px!important}.proposal-simple-owner b{font-size:13.5px}.proposal-simple-owner span,.proposal-simple-note{font-size:12px}.proposal-simple-row b{font-size:13px}.proposal-simple-row small{font-size:11.5px}.proposal-simple-row .grow>span{font-size:11px}.proposal-simple-row label>span{font-size:10.5px}.review-simple-meta{font-size:12px}.review-readiness-head h3{font-size:16px}.review-ready-row b{font-size:12px}.review-ready-row small{font-size:11px}.review-blocker-copy{font-size:12px}.review-basis-collapsed>summary{font-size:12.5px}.review-basis-title{font-size:12.5px}.review-simple-decision-head h3{font-size:16px}.wizard-kicker{font-size:11px}.wizard-progress>span{font-size:11px}.result-simple-kicker{font-size:11px}.result-next b{font-size:13px}.result-next span{font-size:12px}.wizard-result-details>summary{font-size:12px}.result-detail-block>b{font-size:12px}.register-compact-summary>span{font-size:12px}.register-simple-title h3{font-size:15px}.register-simple-result small{font-size:11.5px}.register-row-menu button{font-size:12px}@media (max-width:820px){.journey-step>span:last-child{font-size:10px}}:root{--paper:#F6F7F5;--surface:#FFFFFF;--surface-2:#FBFCFA;--line:#E4E7E2;--line-strong:#D6DBD5;--ink:#172029;--muted:#667085;--muted2:#98A2B3;--brand:#0B5554;--brand-bright:#0D7771;--brand-deep:#073F40;--brand-tint:#EAF4F2;--brand-tint-2:#F4F9F8;--radius:16px;--radius-lg:22px;--shadow-xs:0 1px 2px rgba(23,32,41,.035);--shadow-sm:0 6px 18px rgba(23,32,41,.055);--shadow-md:0 18px 48px rgba(23,32,41,.09);--focus:0 0 0 4px rgba(13,119,113,.13)}html{scroll-padding-top:132px;background:var(--paper)}body{background:var(--paper)}.kk{font-size:15px;background:radial-gradient(circle at 20% -12%,rgba(13,119,113,.045),transparent 31rem),var(--paper)}.kk-main{min-width:0}.wrap{max-width:1180px;padding:38px 28px 76px}.card{border-color:var(--line);border-radius:var(--radius);box-shadow:var(--shadow-xs)}.h1{font-size:30px;line-height:1.18;font-weight:720;letter-spacing:-.035em}.sub{font-size:15px;line-height:1.65;color:#687386}.eyebrow{font-size:12px;letter-spacing:.075em}.section-t{margin-top:32px}.hdr{position:sticky;top:0;z-index:80;padding:0 28px;background:#131a24f7;box-shadow:0 1px #ffffff08}.hdr-in{max-width:1180px;height:66px}.wordmark-lockup{gap:12px}.wordmark b{font-size:20px}.acct-btn{min-height:42px;padding:5px 10px 5px 6px;border-radius:12px;gap:9px;background:#202c35;transition:border-color .16s ease,background .16s ease,transform .16s ease}.acct-btn:hover{background:#25333d;transform:translateY(-1px)}.acct-mark{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:#2f454c;color:#cde3e0;font-size:12px;font-weight:800;flex:0 0 auto}.menu{top:50px;border-radius:16px;box-shadow:var(--shadow-md);padding:8px;min-width:275px}.menu .mi{min-height:42px;border-radius:10px;padding:10px 12px}.nav{position:sticky;top:66px;z-index:70;padding:0 28px;background:#fffffff0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom-color:var(--line)}.nav-in{max-width:1180px;gap:8px;height:58px;align-items:center}.nav button{height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 13px;margin:0;border:0;border-radius:11px;color:#687386;font-size:14px;font-weight:620;transition:color .16s ease,background .16s ease,transform .16s ease}.nav button:hover{background:#f3f6f4;color:var(--ink)}.nav button.on{color:var(--brand-deep);background:var(--brand-tint);border:0}.nav button.on .nav-ic{color:var(--brand)}.nav-ic{display:flex;align-items:center;justify-content:center;color:#84909f}.nav-ic svg{width:17px;height:17px}.btn{min-height:42px;padding:10px 16px;border-radius:11px;font-size:14px;font-weight:650;box-shadow:0 1px 1px #00000006;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 15px #0b55541a}.btn:active:not(:disabled){transform:translateY(0)}.btn.ghost{background:#ffffffd9;border-color:var(--line-strong)}.btn.ghost:hover:not(:disabled){background:#fff;border-color:#c8cfca;box-shadow:var(--shadow-xs)}.btn.sm{min-height:36px;padding:7px 12px;border-radius:10px}.btn:focus-visible,.nav button:focus-visible,.acct-btn:focus-visible,.linkbtn:focus-visible,.register-row-menu>summary:focus-visible,.overview-actions-menu>summary:focus-visible{outline:none;box-shadow:var(--focus)}.linkbtn{min-height:34px}.inp,select.inp{min-height:44px;border-color:var(--line-strong);border-radius:11px;padding:10px 12px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.inp:hover,select.inp:hover{border-color:#c3cbc5}.inp:focus,select.inp:focus{outline:none;border-color:var(--brand-bright);box-shadow:var(--focus)}textarea.inp{min-height:110px;resize:vertical}label.fld .lb,.lb{font-size:13px;color:#344054}.guided-head{margin-bottom:26px;gap:28px}.guided-sub{max-width:770px}.guided-head-actions{padding-top:3px}.guided-summary-line{gap:9px;margin-bottom:4px}.guided-summary-line>span{min-height:34px;padding:7px 12px;background:#ffffffd1;box-shadow:var(--shadow-xs)}.next-action-card{position:relative;overflow:hidden;padding:30px 30px 26px;border-radius:var(--radius-lg);border-color:#c8ddda;background:linear-gradient(135deg,#fff,#fbfefd 56%,#ecf6f4);box-shadow:0 18px 50px #0b555416}.next-action-card:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-110px;bottom:-150px;background:#0d777113;pointer-events:none}.next-action-top,.journey-stepper,.next-action-copy{position:relative;z-index:1}.next-action-top h2{font-size:26px;line-height:1.22;margin:5px 0 10px}.next-step-kicker{font-size:11px;letter-spacing:.1em}.guided-main-cta{min-width:190px;min-height:46px}.next-action-copy{margin-top:20px;padding:15px 17px;border:1px solid rgba(13,119,113,.09);border-radius:13px;background:#eaf4f2c7}.next-action-copy b{font-size:15px}.next-action-copy span{font-size:13.5px;line-height:1.55}.journey-stepper{margin-top:25px;padding:0 4px}.journey-step{gap:8px;font-size:12px}.journey-step:before{height:3px;top:14px;border-radius:999px}.journey-dot{width:30px;height:30px;border-width:2px;box-shadow:0 0 0 4px #fff}.journey-step.complete:before,.journey-step.current:before{background:#96c8c3}.journey-step.complete .journey-dot{box-shadow:0 0 0 4px #fff,0 4px 12px #06764714}.journey-step.current .journey-dot{box-shadow:0 0 0 4px #fff,0 5px 16px #0b555424}.org-guided-task{border:1px solid #D8E5E2;box-shadow:var(--shadow-xs);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.org-guided-task:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm);border-color:#bcd7d3}.guided-other-systems{margin-top:8px}.guided-section-head{margin-bottom:12px}.guided-system-list{gap:10px}.guided-system-row{padding:18px 19px;border-radius:15px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.guided-system-row:hover{border-color:#d1d9d4;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.guided-system-row .journey-stepper{margin-top:12px}.all-done-card{padding:20px 22px;border-color:var(--m-bd);background:linear-gradient(135deg,#fff,var(--m-bg));box-shadow:var(--shadow-xs)}.guided-empty{padding:48px 40px;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.guided-empty-icon{width:54px;height:54px;border-radius:17px}.guided-empty h2{font-size:27px;letter-spacing:-.03em}.guided-empty-flow{gap:8px}.guided-empty-flow>div{padding:13px 8px;border:1px solid var(--line);background:var(--surface-2)}.system-workspace{gap:16px}.system-workspace-summary{padding:22px 24px;border-radius:18px;background:linear-gradient(180deg,#fff,#fdfefd)}.system-next-card{padding:23px 24px;border-radius:18px;border-color:#bcd9d5;background:linear-gradient(135deg,#f8fcfb,#eaf4f2);box-shadow:0 10px 30px #0b55540f}.system-next-card h2{font-size:22px;line-height:1.25}.system-next-card p{font-size:14px;line-height:1.58}.system-suggestions-preview,.ready-review-card,.completed-system-card{border-radius:18px}.system-workspace-details{border-radius:16px}.system-workspace-details>summary{min-height:46px;display:flex;align-items:center}.guided-measure-row{border-radius:0;padding:19px 18px}.measure-work-row{padding:18px}.measure-instruction{padding:13px 14px;border-radius:12px;background:#f8faf8}.measure-row-actions{min-width:205px}.inline-evidence{padding:10px 11px;border-radius:11px}.register-head{margin-bottom:18px}.simplified-register-head{align-items:center}.register-compact-summary{margin:0 0 20px;gap:9px}.register-compact-summary>span{min-height:34px;padding:7px 11px;background:#ffffffd9;box-shadow:var(--shadow-xs)}.register-toolbar{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(220px,.65fr);gap:12px;padding:14px;margin-bottom:16px;border:1px solid var(--line);border-radius:15px;background:#ffffffb8;box-shadow:var(--shadow-xs)}.register-toolbar label>span{display:block;font-size:11px;font-weight:720;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin:0 0 6px 2px}.register-simple-list{gap:10px}.register-simple-row{padding:19px 20px;border-radius:16px;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.register-simple-row:hover{transform:translateY(-1px);border-color:#d0d8d2;box-shadow:var(--shadow-sm)}.register-simple-title h3{font-size:16px;letter-spacing:-.01em}.register-system-meta{font-size:12.5px;line-height:1.5}.register-simple-result{margin-top:11px}.register-simple-actions{gap:8px}.register-row-menu>summary{min-width:38px;min-height:36px;display:grid;place-items:center;padding:0 9px;border-radius:10px}.register-row-menu>div{width:230px;border-radius:13px;box-shadow:var(--shadow-md)}.register-row-menu button{min-height:40px;font-size:13px}.register-archive{margin-top:22px}.register-archive>summary{min-height:44px;display:flex;align-items:center;cursor:pointer;color:var(--muted);font-weight:650}.overview-actions-menu>summary{min-height:42px;display:flex;align-items:center}.overview-actions-popover{border-radius:14px;box-shadow:var(--shadow-md);border-color:var(--line-strong)}.overview-actions-popover button{min-height:40px;border-radius:9px}.workflow-status,.badge{line-height:1.2}.note{border-radius:13px}.backdrop{background:#0d151c80;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding-top:40px}.modal{border:1px solid rgba(255,255,255,.72);border-radius:22px;box-shadow:0 30px 90px #0d151c38}.m-hd{padding:23px 26px 18px;background:linear-gradient(180deg,#fff,#fdfefd)}.m-hd h3{font-size:20px;line-height:1.25}.m-hd p{font-size:13.5px;line-height:1.55;max-width:720px}.x{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;padding:0}.x:hover{background:var(--paper)}.m-bd{padding:24px 26px 28px}.m-ft{padding:16px 26px;background:#fbfcfa}.opt{min-height:54px;padding:14px;border-radius:13px;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.opt:hover{border-color:#c9d0cb;background:#fcfdfc}.opt.sel{border-color:#7cb6b0;background:#f0f8f6;box-shadow:0 0 0 3px #0d77710f}.opt input,.check input{width:18px;height:18px}.opt .ot{font-size:14.5px}.opt .od{font-size:13px;line-height:1.5}.q{font-size:15px}.q-h{font-size:13.5px;line-height:1.55}.wizard-progress{padding:13px 26px 3px}.wizard-progress-track{height:7px}.wizard-body{padding-top:20px}.result-next{padding:15px 16px;border-radius:13px}.review-readiness{border-radius:15px;padding:19px 20px}.review-ready-row{padding:12px;border-radius:12px}.review-basis-collapsed{border-radius:14px}@media (max-width:900px){.wrap{padding-left:22px;padding-right:22px}.next-action-card{padding:24px}.guided-head{gap:18px}.register-toolbar{grid-template-columns:1fr 230px}.measure-row-actions{min-width:180px}}@media (max-width:720px){html{scroll-padding-top:72px}.kk{font-size:15px;padding-bottom:calc(76px + env(safe-area-inset-bottom,0px))}.hdr{top:0;padding:0 16px}.hdr-in{height:58px}.wordmark-lockup .wordmark-text .tag{display:none}.wordmark b{font-size:18px}.acct-btn{min-height:40px;background:transparent;border-color:#33434d;padding:4px 5px}.acct-mark{width:30px;height:30px}.acct-btn .co-name{display:none}.acct-btn svg{display:none}.menu{position:fixed;top:64px;right:12px;left:12px;min-width:0;max-width:none}.nav{position:fixed;top:auto;bottom:0;left:0;right:0;z-index:90;height:calc(68px + env(safe-area-inset-bottom,0px));padding:0 8px env(safe-area-inset-bottom,0px);border-top:1px solid var(--line);border-bottom:0;background:#fffffff7;box-shadow:0 -10px 32px #17202914;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.nav:after{display:none}.nav-in{height:68px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;overflow:visible;width:100%;max-width:none}.nav-in button{height:62px;min-width:0;padding:7px 2px 5px;margin:3px 0;display:flex;flex-direction:column;gap:4px;justify-content:center;border-radius:11px;font-size:10px;font-weight:650;line-height:1.1;white-space:normal;text-align:center}.nav-in button.on{background:var(--brand-tint)}.nav-ic svg{width:20px;height:20px}.nav-label{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}.wrap{padding:24px 16px 36px}.h1{font-size:25px}.sub{font-size:14px;line-height:1.58}.guided-head{margin-bottom:20px}.guided-head-actions{display:grid;grid-template-columns:1fr auto;width:100%;gap:8px;padding:0}.guided-head-actions>.btn{width:100%}.guided-head-actions .overview-actions-menu{min-width:0}.guided-head-actions .overview-actions-menu>summary{justify-content:center}.overview-actions-popover{right:0;left:auto;width:min(280px,calc(100vw - 32px))}.guided-summary-line{gap:7px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px;margin-right:-16px;padding-right:16px;scrollbar-width:none}.guided-summary-line::-webkit-scrollbar{display:none}.guided-summary-line>span{white-space:nowrap;flex:0 0 auto}.next-action-card{padding:21px 18px 18px;border-radius:19px}.next-action-top{gap:16px}.next-action-top h2{font-size:23px}.guided-main-cta{width:100%;min-height:48px}.next-action-copy{margin-top:16px;padding:14px}.journey-stepper{margin:20px -4px 0;padding:2px 4px 5px;overflow-x:auto;grid-template-columns:repeat(5,82px);scrollbar-width:none;scroll-snap-type:x proximity}.journey-stepper::-webkit-scrollbar{display:none}.journey-step{scroll-snap-align:center;font-size:10.5px}.journey-stepper.compact{grid-template-columns:repeat(5,68px)}.journey-stepper.compact .journey-dot{width:25px;height:25px}.journey-stepper.compact .journey-step:before{top:12px}.journey-dot{width:29px;height:29px}.guided-system-row{padding:16px}.guided-system-row>.btn{min-height:44px}.org-guided-task{padding:14px}.guided-empty{padding:30px 18px}.guided-empty h2{font-size:24px}.system-workspace-summary{padding:17px 16px}.system-next-card{padding:19px 17px}.system-next-card h2{font-size:20px}.system-next-card p{font-size:13.5px}.measure-work-row{padding:16px}.measure-row-actions{width:100%;min-width:0}.measure-row-actions .btn{min-height:44px}.waiting-review{width:100%}.simplified-register-head{align-items:flex-start;flex-direction:column}.simplified-register-head>.btn{width:100%;min-height:46px}.register-compact-summary{overflow-x:auto;flex-wrap:nowrap;margin-right:-16px;padding-right:16px;scrollbar-width:none}.register-compact-summary::-webkit-scrollbar{display:none}.register-compact-summary>span{white-space:nowrap;flex:0 0 auto}.register-toolbar{grid-template-columns:1fr;padding:12px;gap:10px}.register-simple-row{padding:16px}.register-simple-title{align-items:flex-start;flex-direction:column;gap:7px}.register-simple-actions{display:grid;grid-template-columns:minmax(0,1fr) 42px;width:100%;gap:8px}.register-simple-actions>.btn{width:100%;min-height:44px}.register-row-menu{margin:0}.register-row-menu>summary{width:42px;height:44px}.register-row-menu>div{position:fixed;left:16px;right:16px;bottom:calc(82px + env(safe-area-inset-bottom,0px));top:auto;width:auto;max-height:50vh;overflow:auto}.register-row-menu button{min-height:46px;font-size:14px}.backdrop{padding:0;align-items:flex-end}.modal,.modal.wide,.modal.xl{border-radius:22px 22px 0 0;max-height:calc(100dvh - 18px)}.m-hd{padding:19px 18px 15px;position:sticky;top:0;z-index:2}.m-hd h3{font-size:18px}.m-bd{padding:19px 18px 24px}.m-ft{padding:12px 18px calc(12px + env(safe-area-inset-bottom,0px));position:sticky;bottom:0;z-index:2}.m-ft>.btn,.m-ft>button.btn{min-height:46px}.inp,select.inp{min-height:46px;font-size:16px}.opt{min-height:60px;padding:14px 13px}.q{font-size:15px}.q-h{font-size:13.5px}.wizard-progress{padding:11px 18px 2px}.wizard-progress>span{font-size:10.5px}.review-simple-hero{align-items:flex-start;flex-direction:column}.review-readiness{padding:16px}}@media (max-width:390px){.nav-in button{font-size:9.5px}.nav-ic svg{width:19px;height:19px}.wrap{padding-left:13px;padding-right:13px}.next-action-card{padding-left:15px;padding-right:15px}.guided-head-actions{grid-template-columns:1fr}.guided-head-actions .overview-actions-menu>summary{width:100%}}.backdrop{z-index:200;padding:28px 16px}.modal,.modal.wide,.modal.xl{display:flex;flex-direction:column;max-height:calc(100dvh - 56px)}.m-hd,.m-ft{flex:0 0 auto}.m-bd{min-height:0;overflow:auto}.guided-document-footer-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.guided-status-groups{display:flex;flex-direction:column;gap:18px}.guided-status-group{padding:0}.guided-status-group-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 2px 9px;padding:0 2px}.guided-status-group-head>div{display:flex;flex-direction:column;gap:3px;min-width:0}.guided-status-group-head b{font-size:13px;color:var(--ink);letter-spacing:-.01em}.guided-status-group-head>div>span{font-size:11.5px;color:var(--muted);line-height:1.45}.guided-status-group-head>span{min-width:27px;height:27px;padding:0 8px;border:1px solid var(--line);border-radius:999px;background:var(--surface);display:grid;place-items:center;font-size:11px;font-weight:700;color:var(--muted)}.guided-status-group .guided-system-list{gap:9px}.guided-system-row{display:grid;grid-template-columns:minmax(190px,.72fr) minmax(430px,1.55fr) auto;align-items:center;gap:24px;padding:20px 21px}.guided-system-row-primary{min-width:0;align-self:stretch;display:flex;flex-direction:column;justify-content:center;gap:8px}.guided-system-row-head{justify-content:flex-start;flex-wrap:wrap;gap:8px 10px}.guided-system-row-head>b{font-size:15px;letter-spacing:-.01em}.guided-system-row-primary>small{display:block;margin:0;color:var(--muted);font-size:12px;line-height:1.4}.guided-system-row-progress{min-width:0;width:100%}.guided-system-row-progress .journey-stepper.compact{margin:0;max-width:none;width:100%}.guided-system-row-progress .journey-stepper.compact .journey-dot{width:27px;height:27px;font-size:10px}.guided-system-row-progress .journey-stepper.compact .journey-step{font-size:10.5px;gap:6px}.guided-system-row-progress .journey-stepper.compact .journey-step:before{top:12.5px}.guided-system-row>.btn{min-width:82px;justify-self:end}.register-head-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}.register-simple-row{display:grid;grid-template-columns:minmax(300px,1.35fr) minmax(250px,.9fr) auto;align-items:center;gap:24px;padding:19px 20px}.register-simple-title{justify-content:flex-start}.register-simple-title h3{font-size:16px}.register-simple-state{display:grid;grid-template-columns:1fr;gap:8px;min-width:0;padding-left:2px}.register-state-line{display:grid;grid-template-columns:78px minmax(0,1fr);align-items:center;gap:10px;min-height:27px}.register-state-line>span{font-size:10px;font-weight:720;letter-spacing:.045em;text-transform:uppercase;color:var(--muted2)}.register-state-line>.workflow-status{justify-self:start}.register-state-value{display:flex;align-items:center;gap:7px;min-width:0;flex-wrap:wrap}.register-state-value small{font-size:10.5px;color:var(--muted);white-space:nowrap}.register-simple-actions{justify-self:end;min-width:245px;justify-content:flex-end}.register-simple-actions>.btn{min-width:196px;justify-content:center}@media (max-width:1080px){.guided-system-row{grid-template-columns:minmax(180px,.75fr) minmax(330px,1.25fr) auto;gap:18px}.register-simple-row{grid-template-columns:minmax(260px,1.15fr) minmax(220px,.85fr) auto;gap:18px}.register-simple-actions{min-width:215px}.register-simple-actions>.btn{min-width:170px}}@media (max-width:900px){.guided-system-row{grid-template-columns:minmax(0,1fr) auto;gap:14px 18px}.guided-system-row-progress{grid-column:1/-1;grid-row:2}.guided-system-row>.btn{grid-column:2;grid-row:1;align-self:center}.register-simple-row{grid-template-columns:minmax(0,1fr) auto;align-items:start}.register-simple-state{grid-column:1;grid-row:2;padding-top:5px}.register-simple-actions{grid-column:2;grid-row:1/3;align-self:center}}@media (max-width:720px){.backdrop{z-index:200;padding:0;align-items:flex-end}.modal,.modal.wide,.modal.xl{max-height:calc(100dvh - 18px)}.guided-status-group-head{align-items:flex-start}.guided-status-group-head>div>span{font-size:11px}.guided-system-row{display:flex;flex-direction:column;align-items:stretch;gap:13px;padding:16px}.guided-system-row-primary{gap:7px}.guided-system-row-progress{width:100%;overflow:hidden}.guided-system-row-progress .journey-stepper.compact{margin:0 -3px;padding:2px 3px 5px;grid-template-columns:repeat(5,70px);overflow-x:auto}.guided-system-row>.btn{width:100%;min-height:44px;justify-self:stretch}.register-head-actions{display:grid;grid-template-columns:1fr;width:100%;gap:8px}.register-head-actions>.btn{width:100%;min-height:46px}.register-simple-row{display:flex;flex-direction:column;align-items:stretch;gap:14px;padding:16px}.register-simple-state{width:100%;padding:12px 0 2px;border-top:1px solid var(--line);gap:9px}.register-state-line{grid-template-columns:76px minmax(0,1fr)}.register-simple-actions{display:grid;grid-template-columns:minmax(0,1fr) 42px;width:100%;min-width:0;justify-self:stretch;align-self:stretch}.register-simple-actions>.btn{width:100%;min-width:0}.guided-document-footer-actions{width:100%;display:grid;grid-template-columns:1fr}.guided-document-footer-actions>.btn{width:100%;min-height:44px}}@media print{.backdrop{z-index:auto;padding:0}.modal,.modal.wide,.modal.xl{max-height:none;display:block}.m-bd{overflow:visible}}.guided-system-row.completed{background:linear-gradient(180deg,#f8fcf8,#f2faf3);border-color:#d3e7d6}.guided-system-row.completed .workflow-status{border-color:#cbe4d1}.transparency-helper{display:flex;gap:12px;align-items:flex-start;padding:16px 18px;margin-bottom:16px;background:linear-gradient(180deg,#f6fbfb,#f9fcfc);border-color:#cfe3e1}.transparency-helper-icon{width:30px;height:30px;border-radius:10px;background:var(--brand-tint);color:var(--brand);display:grid;place-items:center;font-weight:800;flex:0 0 auto}.transparency-helper b{display:block;font-size:14px;margin-bottom:4px}.transparency-helper p{margin:0;font-size:13px;line-height:1.55;color:var(--muted)}.wizard-basis-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.wizard-footer{display:flex;flex-direction:column;gap:12px;padding-bottom:calc(6px + env(safe-area-inset-bottom,0px))}.wizard-footer-error{margin:0;color:var(--v-fg)}.wizard-footer-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.wizard-footer-actions>.btn{min-width:168px}.team-page{display:block}.team-hero{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:12px}.team-hero-cta{min-height:44px}.team-stat-row{margin-top:22px;grid-template-columns:repeat(3,minmax(0,1fr))}.team-invite-card{padding:16px 18px;margin-bottom:18px}.team-invite-grid{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,240px);gap:12px}.team-invite-submit{min-height:46px}.team-member-card{overflow:hidden}.team-member-row{align-items:center;gap:14px}.team-member-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.team-role-select{width:190px;padding:7px 9px}.team-data-card{padding:18px 20px}.mockup-gallery-section{padding-top:10px}.mockup-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.mockup-gallery-card{border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfb);box-shadow:var(--shadow-xs);padding:14px}.mockup-gallery-card .tv-card{height:100%;min-height:250px}.mockup-gallery-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;padding:2px 2px 0}.mockup-gallery-head b{font-size:14px}.mockup-gallery-head span{font-size:11px;color:var(--muted);white-space:nowrap}.enterprise-offer-card{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(240px,.65fr);gap:20px;align-items:center}.enterprise-offer-kicker{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);font-weight:800;margin-bottom:6px}.enterprise-offer-card h3{margin:0 0 8px;font-size:24px;line-height:1.2}.enterprise-offer-card p{margin:0 0 14px;color:var(--muted);line-height:1.65}.enterprise-offer-list{margin-bottom:0}.enterprise-offer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--paper)}.enterprise-offer-contact small{font-size:12px;color:var(--muted)}@media (max-width:980px){.mockup-gallery-grid{grid-template-columns:1fr 1fr}.mockup-gallery-grid>.mockup-gallery-card:last-child{grid-column:1/-1}.enterprise-offer-card{grid-template-columns:1fr}}@media (max-width:720px){.wizard-basis-grid{grid-template-columns:1fr}.wizard-footer-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.wizard-footer-actions>.btn{min-width:0;width:100%}.team-hero{align-items:flex-start}.team-hero-cta{width:100%}.team-stat-row{grid-template-columns:1fr;gap:12px}.team-invite-card{padding:16px}.team-invite-grid{grid-template-columns:1fr}.team-invite-submit{width:100%}.team-member-row{flex-direction:column;align-items:flex-start}.team-member-actions{width:100%;display:grid;grid-template-columns:1fr auto;gap:8px}.team-role-select{width:100%}.team-data-card{padding:16px}.mockup-gallery-grid{grid-template-columns:1fr;gap:14px}.mockup-gallery-card{padding:12px;border-radius:18px}.mockup-gallery-head{flex-direction:column;align-items:flex-start;gap:4px}.mockup-gallery-card .tv-card{min-height:0}.enterprise-offer-card h3{font-size:21px}.enterprise-offer-contact{padding:16px;width:100%}}@media (max-width:420px){.wizard-footer-actions,.team-member-actions{grid-template-columns:1fr}}.register-simple-row.completed{background:linear-gradient(180deg,#f8fcf8,#f2faf3);border-color:#d3e7d6}.branding-page{display:block}.branding-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}.branding-head>div:first-child{max-width:760px}.branding-current{display:flex;align-items:center;gap:9px;padding:11px 13px;border:1px solid var(--line);border-radius:13px;background:var(--surface)}.branding-current>span:first-child{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.branding-current>b{font-size:13px}.branding-module-section{margin-top:26px}.branding-tier-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.branding-tier{padding:20px;display:flex;flex-direction:column;min-height:330px}.branding-tier.active{border-color:var(--brand-bright);box-shadow:0 0 0 3px var(--brand-tint)}.branding-tier-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.branding-tier-head>div:first-child>b{display:block;font-size:16px}.branding-tier-head>div:first-child>span{display:block;font-size:12px;color:var(--muted);line-height:1.45;margin-top:4px}.branding-price{text-align:right;white-space:nowrap}.branding-price strong{display:block;font-size:22px}.branding-price small{display:block;font-size:10.5px;color:var(--muted)}.branding-tier ul{list-style:none;margin:18px 0 20px;padding:0;flex:1}.branding-tier li{display:flex;gap:8px;align-items:flex-start;margin:9px 0;font-size:12.5px}.branding-tier li svg{color:var(--m-fg);flex:0 0 auto;margin-top:2px}.branding-boundaries{margin-top:14px;padding:17px 18px;display:grid;grid-template-columns:1fr 1fr;gap:22px;background:var(--paper)}.branding-boundaries b{display:block;font-size:13px;margin-bottom:4px}.branding-boundaries span{font-size:12px;color:var(--muted);line-height:1.55}.branding-empty{padding:42px 22px;text-align:center;margin-top:24px}.branding-empty-icon{width:52px;height:52px;border-radius:16px;background:var(--brand-tint);color:var(--brand);display:grid;place-items:center;font-size:28px;margin:0 auto 12px}.branding-empty h2{margin:0 0 6px}.branding-empty p{max-width:560px;margin:0 auto;color:var(--muted);line-height:1.55}.branding-workspace{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:20px;align-items:start;margin-top:26px}.branding-form-stack{display:flex;flex-direction:column;gap:14px}.branding-config-card{padding:20px}.branding-config-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.branding-config-head h3{margin:4px 0 0;font-size:18px}.branding-colors{display:grid;grid-template-columns:1fr 1fr;gap:12px}.color-input-row{display:grid;grid-template-columns:48px 1fr;gap:8px}.color-input-row input[type=color]{width:48px;height:44px;border:1px solid var(--line);border-radius:9px;padding:3px;background:#fff}.fld-error{display:block;font-size:11.5px;color:var(--v-fg);margin-top:5px}.branding-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.branding-upload-box{border:1px dashed var(--line);border-radius:13px;padding:14px;background:var(--paper)}.branding-logo-preview{display:block;max-width:100%;height:66px;object-fit:contain;object-position:left center;margin:10px 0}.branding-favicon-preview{display:block;width:52px;height:52px;object-fit:contain;border-radius:9px;margin:10px 0}.branding-upload-placeholder{height:66px;display:grid;place-items:center;color:var(--muted2);font-size:12px;margin:10px 0;background:#fff;border:1px solid var(--line);border-radius:9px}.branding-upload-placeholder.square{width:52px;height:52px}.branding-requirement{display:flex;gap:7px;align-items:flex-start;font-size:10.8px;color:var(--muted);line-height:1.45;margin:8px 0 12px}.branding-requirement svg{flex:0 0 auto;margin-top:1px}.file-btn{position:relative;overflow:hidden}.file-btn input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.file-btn.disabled{opacity:.6;pointer-events:none}.branding-locked{padding:16px 18px;display:flex;align-items:flex-start;gap:12px;background:var(--paper)}.branding-lock-icon{width:31px;height:31px;border-radius:9px;background:#eef1ef;display:grid;place-items:center;color:var(--muted)}.branding-locked b{display:block;font-size:13px}.branding-locked span{display:block;font-size:11.5px;color:var(--muted);margin-top:3px}.branding-hide-platform{border:1px solid var(--line);border-radius:12px;padding:13px;margin-bottom:16px;background:var(--paper)}.branding-nav-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px}.branding-save-row{display:flex;gap:10px;justify-content:space-between;align-items:center;flex-wrap:wrap}.danger-outline{color:var(--v-fg);border-color:var(--v-bd)}.branding-preview{padding:18px;position:sticky;top:148px}.branding-preview-shell{border:1px solid var(--line);border-radius:15px;overflow:hidden;background:#fff;margin-top:12px}.branding-preview-top{height:48px;background:#15242e;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 12px}.branding-preview-brand{display:flex;align-items:center;gap:8px;min-width:0}.branding-preview-brand img{max-width:70px;height:26px;object-fit:contain}.branding-preview-brand b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.branding-preview-logo{width:24px;height:24px;border-radius:7px;background:var(--preview-brand);display:grid;place-items:center;font-size:10px}.branding-preview-top>span{width:26px;height:26px;border-radius:50%;background:#30414c;display:grid;place-items:center;font-size:9px}.branding-preview-nav{display:flex;gap:5px;padding:7px;border-bottom:1px solid var(--line);overflow:hidden}.branding-preview-nav span{font-size:8px;padding:5px 6px;border-radius:6px;white-space:nowrap;color:var(--muted)}.branding-preview-nav span.active{background:color-mix(in srgb,var(--preview-brand) 12%,white);color:var(--preview-brand);font-weight:700}.branding-preview-body{padding:18px 14px 20px}.branding-preview-body>small{color:var(--preview-brand);font-size:8px;text-transform:uppercase;letter-spacing:.07em;font-weight:700}.branding-preview-body h3{font-size:16px;margin:5px 0}.branding-preview-body p{font-size:10px;line-height:1.5;color:var(--muted);margin:0 0 14px}.branding-preview-button{display:inline-flex;background:var(--preview-brand);color:#fff;padding:7px 13px;border-radius:7px;font-size:9px;font-weight:700}.branding-preview-powered{padding:8px 12px;border-top:1px solid var(--line);font-size:8px;color:var(--muted2);text-align:center}.branding-preview-note{font-size:10.5px;color:var(--muted);line-height:1.45;margin-top:10px}@media (max-width:980px){.branding-tier-grid{grid-template-columns:1fr}.branding-tier{min-height:0}.branding-workspace{grid-template-columns:1fr}.branding-preview{position:static}.branding-boundaries{grid-template-columns:1fr}}@media (max-width:720px){.branding-head{align-items:flex-start}.branding-current{width:100%;justify-content:space-between}.branding-config-card{padding:16px}.branding-colors,.branding-upload-grid,.branding-nav-grid{grid-template-columns:1fr}.branding-save-row{display:grid;grid-template-columns:1fr}.branding-save-row .btn{width:100%}.branding-tier-head{align-items:flex-start}.branding-preview{padding:14px}}.wordmark-custom-logo{display:block;object-fit:contain;object-position:left center;flex:0 0 auto}.whitelabel-intro{max-width:820px}.whitelabel-tier-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px}.whitelabel-product-card{padding:22px;position:relative;display:flex;flex-direction:column}.whitelabel-product-card.featured{border-color:var(--brand-bright);box-shadow:0 14px 36px #131a2414}.whitelabel-product-card .plan-feat{flex:1}.whitelabel-comparison{margin-top:18px;padding:0;overflow:hidden}.whitelabel-comparison-head{padding:17px 18px;border-bottom:1px solid var(--line);background:var(--paper)}.whitelabel-comparison-head b{display:block;font-size:14px}.whitelabel-comparison-head span{display:block;font-size:12px;color:var(--muted);margin-top:3px;line-height:1.45}.whitelabel-table-wrap{overflow-x:auto}.whitelabel-table{width:100%;border-collapse:collapse;min-width:650px}.whitelabel-table th,.whitelabel-table td{padding:12px 14px;border-bottom:1px solid var(--line);font-size:12.5px;text-align:center}.whitelabel-table th:first-child,.whitelabel-table td:first-child{text-align:left}.whitelabel-table th{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);background:#fff}.whitelabel-table tr:last-child td{border-bottom:0}.wl-yes{color:var(--m-fg);font-weight:800}.wl-no{color:var(--muted2)}.whitelabel-rules{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.whitelabel-rules .card{padding:16px 18px}.whitelabel-rules b{display:block;font-size:13px;margin-bottom:5px}.whitelabel-rules span{display:block;font-size:11.8px;color:var(--muted);line-height:1.55}.whitelabel-rules strong{color:var(--ink)}@media (max-width:900px){.whitelabel-tier-grid,.whitelabel-rules{grid-template-columns:1fr}}.branding-billing-warning{display:flex;justify-content:space-between;align-items:center;gap:12px}.branding-billing-warning>div{min-width:0}.branding-billing-warning span{line-height:1.45}@media (max-width:720px){.branding-billing-warning{align-items:flex-start;flex-direction:column}.branding-billing-warning .btn{width:100%}}.whitelabel-billing-note{font-size:12px;color:var(--muted);margin:14px 0 0}.register-stage-overview{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:22px 0 16px}.register-stage-card{position:relative;display:flex;align-items:center;gap:10px;min-height:68px;padding:12px 13px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--muted)}.register-stage-card:after{content:"";position:absolute;top:50%;left:calc(100% + 1px);width:10px;height:1px;background:var(--line)}.register-stage-card:last-child:after{display:none}.register-stage-card.has-items{background:linear-gradient(180deg,#fff 0%,var(--brand-tint,#f4f8f6) 100%);border-color:#d6e3dd;color:var(--ink)}.register-stage-number,.register-progress-group-number{display:inline-grid;place-items:center;flex:0 0 auto;width:30px;height:30px;border-radius:9px;border:1px solid var(--line);background:#fff;font-size:12px;font-weight:800;color:var(--muted)}.register-stage-card.has-items .register-stage-number,.register-progress-group-number{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff}.register-stage-card b{display:block;font-size:12px}.register-stage-card small{display:block;margin-top:3px;font-size:10px;color:var(--muted)}.register-progress-groups{display:flex;flex-direction:column;gap:26px}.register-progress-group{display:flex;flex-direction:column;gap:10px}.register-progress-group-head{display:flex;align-items:center;gap:12px;padding:3px 4px 3px 2px}.register-progress-group-title{font-size:14px;font-weight:750;color:var(--ink)}.register-progress-group-head p{margin:3px 0 0;font-size:11px;line-height:1.45;color:var(--muted)}.register-progress-group-count{padding:6px 9px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:10px;font-weight:700;color:var(--muted);white-space:nowrap}.register-loading-line{margin:0 0 12px;font-size:10.5px;color:var(--muted)}.register-progress-stepper{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;max-width:480px;margin-top:13px}.register-progress-step{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-width:0;color:var(--muted2)}.register-progress-step:not(:last-child):after{content:"";position:absolute;top:8px;left:19px;right:4px;height:1px;background:var(--line)}.register-progress-dot{position:relative;z-index:1;display:inline-grid;place-items:center;width:17px;height:17px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:8px;font-weight:800;color:var(--muted)}.register-progress-step>span:last-child{font-size:8.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.register-progress-step.complete .register-progress-dot{border-color:#b7ddc1;background:#eef9f1;color:var(--m-fg)}.register-progress-step.complete:not(:last-child):after{background:#b7ddc1}.register-progress-step.complete>span:last-child{color:var(--m-fg)}.register-progress-step.current .register-progress-dot{border-color:var(--brand-dark);background:var(--brand-dark);color:#fff;box-shadow:0 0 0 3px var(--brand-tint)}.register-progress-step.current>span:last-child{color:var(--ink);font-weight:700}.register-progress-stepper.compact{max-width:430px;margin-top:12px}.register-simple-main{min-width:0}.register-simple-state{min-width:250px}.report-progress-view{background:#f7f9f7}.report-title-block{padding:4px 2px 2px}.report-title-block h2{margin:6px 0 3px;font-size:24px}.report-management-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin:20px 0 14px}.report-management-summary>div{padding:14px 13px;border:1px solid var(--line);border-radius:13px;background:#fff}.report-management-summary b{display:block;font-size:20px;line-height:1;color:var(--ink)}.report-management-summary span{display:block;margin-top:7px;font-size:9.5px;color:var(--muted)}.report-stage-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:24px}.report-stage-chip{display:flex;align-items:center;gap:8px;padding:9px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--muted)}.report-stage-chip>span{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;border:1px solid var(--line);font-size:9px;font-weight:800}.report-stage-chip.active{background:var(--brand-tint);border-color:#d5e5de;color:var(--ink)}.report-stage-chip.active>span{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff}.report-stage-chip b,.report-stage-chip small{display:block}.report-stage-chip b{font-size:10px}.report-stage-chip small{margin-top:2px;font-size:8.5px;color:var(--muted)}.report-progress-groups{display:flex;flex-direction:column;gap:24px}.report-progress-group{display:flex;flex-direction:column;gap:9px}.report-progress-group-head{display:flex;align-items:center;gap:12px;padding:11px 12px;border:1px solid #d8e4de;border-radius:13px;background:var(--brand-tint)}.report-progress-group-head>span{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:var(--brand-dark);color:#fff;font-size:11px;font-weight:800}.report-progress-group-head b,.report-progress-group-head small{display:block}.report-progress-group-head b{font-size:12px}.report-progress-group-head small{margin-top:2px;font-size:9px;color:var(--muted)}.report-progress-group-head em{font-size:9px;font-style:normal;font-weight:700;color:var(--brand-dark);white-space:nowrap}.report-system-list{display:flex;flex-direction:column;gap:8px}.report-system-card{padding:15px 16px;border:1px solid var(--line);border-radius:14px;background:#fff}.report-system-card.completed{background:linear-gradient(180deg,#fbfefb,#f2faf3);border-color:#d3e7d6}.report-system-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.report-system-card-top>div:first-child{min-width:0}.report-system-card-top b{display:block;font-size:13px;color:var(--ink)}.report-system-card-top small{display:block;margin-top:4px;font-size:9.5px;color:var(--muted)}.report-system-badges{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.report-mini-stepper{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin:14px 0 11px;max-width:620px}.report-mini-stepper>div{position:relative;display:flex;align-items:center;gap:5px;color:var(--muted2)}.report-mini-stepper>div:not(:last-child):after{content:"";position:absolute;left:18px;right:5px;top:7px;height:1px;background:var(--line)}.report-mini-stepper>div>span{position:relative;z-index:1;display:grid;place-items:center;width:15px;height:15px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:7px;font-weight:800}.report-mini-stepper>div>small{font-size:8px;white-space:nowrap}.report-mini-stepper>div.complete>span{border-color:#b7ddc1;background:#eef9f1;color:var(--m-fg)}.report-mini-stepper>div.complete:not(:last-child):after{background:#b7ddc1}.report-mini-stepper>div.complete>small{color:var(--m-fg)}.report-mini-stepper>div.current>span{border-color:var(--brand-dark);background:var(--brand-dark);color:#fff}.report-mini-stepper>div.current>small{font-weight:700;color:var(--ink)}.report-system-facts{display:flex;gap:14px;flex-wrap:wrap;padding-top:9px;border-top:1px solid var(--line);font-size:9px;color:var(--muted)}.report-system-facts b{color:var(--ink)}.report-open-items{display:flex;flex-direction:column;gap:4px;margin-top:10px;padding:9px 11px;border-radius:9px;background:var(--paper);font-size:9px;color:var(--ink)}.report-open-items small{color:var(--muted)}.report-org-tasks{margin-top:24px}.report-disclaimer{font-size:10px;color:var(--muted);margin:24px 0 0;line-height:1.55;border-top:1px solid var(--line);padding-top:13px}@media (max-width:1000px){.register-stage-overview,.report-stage-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.register-stage-card:after{display:none}.report-management-summary{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.register-stage-overview{grid-template-columns:1fr 1fr;gap:8px}.register-stage-card{min-height:60px;padding:10px}.register-stage-card:last-child{grid-column:1/-1}.register-progress-group-head{align-items:flex-start}.register-progress-group-count{margin-left:auto}.register-progress-stepper{max-width:none;width:100%}.register-progress-step>span:last-child{font-size:7.5px}.register-simple-state{min-width:0;width:100%}.report-management-summary{grid-template-columns:1fr 1fr}.report-management-summary>div:last-child{grid-column:1/-1}.report-stage-strip{grid-template-columns:1fr 1fr}.report-stage-chip:last-child{grid-column:1/-1}.report-system-card-top{flex-direction:column}.report-system-badges{justify-content:flex-start}.report-mini-stepper>div{flex-direction:column;align-items:flex-start}.report-mini-stepper>div>small{font-size:7px}.report-mini-stepper>div:not(:last-child):after{right:1px}}@media (max-width:420px){.register-stage-overview{grid-template-columns:1fr}.register-stage-card:last-child{grid-column:auto}.register-progress-group-head{flex-wrap:wrap}.register-progress-group-count{margin-left:42px}.report-management-summary,.report-stage-strip{grid-template-columns:1fr}.report-management-summary>div:last-child,.report-stage-chip:last-child{grid-column:auto}}.report-all-measures{gap:7px}.report-all-measures>span{display:flex;flex-wrap:wrap;gap:3px 5px;align-items:baseline;padding:7px 0;border-top:1px solid var(--line);line-height:1.45}.report-all-measures>span:first-of-type{border-top:0}.report-all-measures>span>strong{font-size:8.5px;color:var(--brand-dark)}.report-all-measures>span>small{display:block;flex:1 0 100%;padding-left:10px;font-size:8.5px;color:var(--muted)}.report-document-list{display:flex;flex-direction:column;gap:5px;margin-top:8px;padding:9px 11px;border:1px solid var(--line);border-radius:9px;background:#fff;font-size:8.8px;color:var(--muted)}.report-document-list>b{font-size:9px;color:var(--ink)}.report-document-list>span{line-height:1.45}.report-document-list strong{color:var(--brand-dark)}.report-assessment-basis{display:flex;flex-direction:column;gap:4px;margin-top:9px;padding:9px 11px;border:1px solid var(--line);border-radius:9px;background:#fff;font-size:8.8px;color:var(--muted)}.report-assessment-basis>b{font-size:9px;color:var(--ink)}.report-assessment-basis>small{line-height:1.45;color:var(--ink)}.report-assessment-basis>small.warning{color:var(--w-fg)}.register-state-line{align-items:start}.register-state-line>span{padding-top:6px}.register-state-value{align-items:flex-start}.register-state-hint{flex:1 0 100%;margin-top:1px;line-height:1.35}.register-state-version{align-self:center}.wordmark-custom-logo{border-radius:0!important;max-width:min(150px,28vw)!important;width:auto;height:auto;object-fit:contain}.branding-logo-preview{height:76px;max-width:100%;object-fit:contain;object-position:left center;border-radius:0}.branding-upload-box .file-btn{margin-top:2px}.branding-preview{max-height:calc(100vh - 168px);overflow:auto;scrollbar-gutter:stable;padding:18px}.branding-preview-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.branding-preview-heading>div>span{display:block;margin-top:4px;font-size:10.5px;color:var(--muted)}.branding-live-dot{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:999px;background:#eef9f1;border:1px solid #b7ddc1;color:var(--m-fg);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.branding-live-dot:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px #148b491a}.branding-preview-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:13px 0 10px;padding:4px;background:var(--paper);border:1px solid var(--line);border-radius:10px}.branding-preview-tabs button{border:0;background:transparent;border-radius:7px;padding:7px 6px;font:inherit;font-size:10px;font-weight:720;color:var(--muted);cursor:pointer}.branding-preview-tabs button.active{background:#fff;color:var(--ink);box-shadow:0 1px 4px #131a2414}.branding-preview-stage{position:relative}.branding-preview-shell,.branding-preview-paper,.branding-preview-mail{position:relative;border:1px solid var(--line);border-radius:15px;overflow:hidden;background:#fff}.branding-preview-browser{height:27px;display:flex;align-items:center;gap:6px;padding:0 9px;background:#f4f6f5;border-bottom:1px solid var(--line);font-size:7.5px;color:var(--muted)}.branding-preview-browser img,.branding-preview-browser-favicon{width:13px;height:13px;object-fit:contain;border-radius:3px;display:grid;place-items:center;background:var(--preview-brand);color:#fff;font-size:6px}.branding-preview-browser span:nth-child(2){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.branding-preview-browser i{font-style:normal;color:var(--muted2)}.branding-preview-brand img{max-width:104px;height:28px;object-fit:contain;object-position:left center;border-radius:0}.branding-preview-app-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:9px 12px;border-top:1px solid var(--line);background:#fbfcfb}.branding-preview-app-footer span{font-size:7.5px;line-height:1.35;color:var(--muted);max-width:68%}.branding-preview-app-footer small{font-size:6.8px;color:var(--muted2);white-space:nowrap}.branding-preview-paper{min-height:310px;background:#f7f8f7;padding-bottom:34px}.branding-preview-paper-head{height:48px;padding:0 13px;background:#15242e;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px}.branding-preview-paper-head>div{display:flex;align-items:baseline;gap:6px;min-width:0}.branding-preview-paper-head b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.branding-preview-paper-head small{font-size:5.8px;color:#b9c3c6;white-space:nowrap}.branding-preview-paper-head>span{font-size:7px;font-weight:800;letter-spacing:.06em;color:#d6e1e2}.branding-preview-paper-body{padding:18px 16px}.branding-preview-paper-kicker{font-size:6.8px;text-transform:uppercase;letter-spacing:.08em;color:var(--preview-accent);font-weight:800}.branding-preview-paper-body h3{margin:5px 0 2px;font-size:19px}.branding-preview-paper-company{display:block;font-size:10px;color:var(--preview-brand);margin-bottom:2px}.branding-preview-paper-body>small{font-size:7px;color:var(--muted)}.branding-preview-paper-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:15px 0 12px}.branding-preview-paper-stats span{padding:8px 7px;border:1px solid var(--line);background:#fff;font-size:6.5px;color:var(--muted)}.branding-preview-paper-stats b{display:block;font-size:12px;color:var(--ink);margin-bottom:2px}.branding-preview-paper-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px;border:1px solid var(--line);background:#fff}.branding-preview-paper-row b{display:block;font-size:8px}.branding-preview-paper-row span{display:block;font-size:6.5px;color:var(--muted);margin-top:2px}.branding-preview-paper-row em{font-style:normal;padding:4px 6px;border:1px solid color-mix(in srgb,var(--preview-brand) 35%,white);border-radius:6px;color:var(--preview-brand);font-size:6.5px;font-weight:750}.branding-preview-paper-footer{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;gap:10px;padding:8px 13px;border-top:1px solid var(--line);background:#fff}.branding-preview-paper-footer span{font-size:6.5px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.branding-preview-paper-footer small{font-size:6.5px;color:var(--muted2);white-space:nowrap}.branding-preview-mail{padding:12px;background:#f4f6f5}.branding-preview-mail-meta{display:grid;grid-template-columns:42px minmax(0,1fr);gap:2px 7px;padding:6px 8px;border-bottom:1px solid #dde3df;background:#fff}.branding-preview-mail-meta:first-of-type{border-radius:10px 10px 0 0}.branding-preview-mail-meta>span{grid-row:1/3;font-size:7px;color:var(--muted);padding-top:1px}.branding-preview-mail-meta b{font-size:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.branding-preview-mail-meta small{font-size:6.4px;color:var(--muted2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.branding-preview-mail-card{margin-top:10px;padding:17px 14px;border:1px solid var(--line);border-radius:11px;background:#fff}.branding-preview-mail-card img{display:block;max-width:116px;max-height:38px;object-fit:contain;object-position:left center;margin-bottom:12px}.branding-preview-mail-wordmark{display:block;color:var(--preview-brand);font-size:13px;margin-bottom:11px}.branding-preview-mail-card h3{font-size:13px;margin:0 0 7px}.branding-preview-mail-card p{font-size:8px;line-height:1.5;color:var(--muted);margin:0 0 12px}.branding-preview-mail-card>small{display:block;margin-top:12px;font-size:6.7px;color:var(--muted2)}.branding-preview-locked-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:24px;background:#ffffffe6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.branding-preview-locked-overlay b{font-size:11px}.branding-preview-locked-overlay span{max-width:230px;margin-top:4px;font-size:8px;line-height:1.45;color:var(--muted)}.branding-preview-map{display:flex;flex-direction:column;gap:6px;margin-top:11px;padding:10px 11px;border:1px solid var(--line);border-radius:10px;background:var(--paper)}.branding-preview-map>b{font-size:9.5px}.branding-preview-map>span{display:grid;grid-template-columns:42px 1fr;gap:6px;font-size:8px;line-height:1.35;color:var(--muted)}.branding-preview-map i{font-style:normal;font-weight:800;color:var(--ink)}@media (max-width:980px){.branding-preview{max-height:none;overflow:visible}.wordmark-custom-logo{max-width:132px!important}}@media (max-width:720px){.register-state-line>span{padding-top:5px}.branding-preview-paper-stats{grid-template-columns:1fr 1fr}.branding-preview-map>span{grid-template-columns:38px 1fr}.wordmark-custom-logo{max-width:112px!important}}.guided-system-row-head{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px}.guided-system-row-status{display:flex;align-items:center;min-height:28px}.guided-system-row-status .workflow-status{margin:0}.guided-system-row-primary>small{margin-top:1px}@media (max-width:720px){.guided-system-row-head{width:100%;gap:9px}.guided-system-row-status{width:100%;min-height:30px}.guided-system-row-status .workflow-status{align-self:flex-start}}.documentation-choice-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:14px;margin-top:22px}.documentation-choice{display:flex;gap:14px;align-items:flex-start;padding:20px}.documentation-choice.featured{border-color:#c9e3df;background:linear-gradient(180deg,#fbfefd,#f4fbf9)}.documentation-choice-icon{width:38px;height:38px;border-radius:11px;background:var(--brand-tint);color:var(--brand);display:grid;place-items:center;flex:0 0 auto}.documentation-choice-icon.neutral{background:var(--paper);color:var(--muted)}.documentation-choice-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.documentation-choice-title b{font-size:15px}.documentation-choice p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.documentation-form-preview{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:8px;margin:16px 0;padding:13px;border:1px solid var(--line);border-radius:14px;background:#fff}.documentation-form-preview>div{min-width:0;padding:11px;border-radius:10px;background:var(--paper)}.documentation-form-preview>div:first-child{background:var(--brand-tint)}.documentation-form-preview span,.documentation-form-preview small{display:block;color:var(--muted);font-size:9.5px;line-height:1.35}.documentation-form-preview b{display:block;font-size:11.5px;margin:3px 0;overflow-wrap:anywhere}.documentation-system-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.documentation-system-card{padding:17px}.documentation-system-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.documentation-system-head>span{font-size:10.5px;color:var(--muted);white-space:nowrap}.documentation-type-list{display:grid;gap:7px;margin-top:12px}.documentation-type-list>div{display:flex;align-items:flex-start;gap:9px;padding:9px 10px;border:1px solid var(--line);border-radius:9px;background:var(--paper)}.documentation-type-list>div>span{color:var(--brand);flex:0 0 auto}.documentation-type-list b,.documentation-type-list small{display:block}.documentation-type-list b{font-size:11.5px}.documentation-type-list small{margin-top:2px;color:var(--muted);font-size:9.5px}.guided-document-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:18px;align-items:start}.guided-document-form,.guided-document-live-preview{min-width:0}.guided-document-help a{display:inline-block;margin-top:7px;color:var(--brand-dark);font-size:10px;font-weight:650}.guided-document-meta{display:grid;grid-template-columns:1fr 150px;gap:10px;margin:0 0 14px}.guided-document-meta>div,.guided-document-meta>label{border:1px solid var(--line);border-radius:10px;padding:9px 11px;background:var(--paper)}.guided-document-meta span,.guided-document-meta b{display:block}.guided-document-meta span{font-size:9.5px;color:var(--muted)}.guided-document-meta b{font-size:11.5px;margin-top:3px}.guided-document-meta label .inp{margin-top:4px;padding:7px 8px;min-height:34px}.guided-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.guided-field{min-width:0}.guided-field:has(textarea){grid-column:1/-1}.guided-field textarea{resize:vertical;min-height:86px}.guided-document-live-preview{position:sticky;top:10px;border:1px solid var(--line);border-radius:16px;padding:16px;background:linear-gradient(180deg,#fff,#fafcfb);box-shadow:var(--shadow-xs);max-height:64vh;overflow-y:auto;overflow-x:hidden}.guided-document-live-preview h4{margin:6px 0 10px;font-size:16px}.guided-preview-context{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:12px}.guided-preview-context span{font-size:9px;padding:4px 6px;border-radius:999px;background:var(--paper);border:1px solid var(--line);color:var(--muted)}.guided-preview-sections{display:grid;gap:8px}.guided-preview-sections>div{padding-bottom:8px;border-bottom:1px solid var(--line)}.guided-preview-sections b,.guided-preview-sections span{display:block;overflow-wrap:anywhere}.guided-preview-sections b{font-size:9.5px;color:var(--ink)}.guided-preview-sections span{font-size:9.5px;line-height:1.4;color:var(--muted);margin-top:2px;white-space:pre-wrap}.guided-document-live-preview>p{font-size:9px;line-height:1.45;color:var(--muted);margin:12px 0 0}.legacy-document-note{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.legacy-document-note>div{min-width:0}.legacy-document-note b,.legacy-document-note span{display:block}.legacy-document-note span{font-size:11px;line-height:1.45;margin-top:3px}.evidence-main{min-width:0}.evidence-file-name{overflow-wrap:anywhere;word-break:break-word}.evidence-meta{min-width:0;flex-wrap:wrap}.evidence-row.legacy{background:#fffdf7}.evidence-list-card{overflow:hidden}.product-overview-intro{max-width:700px}.product-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:28px}.product-overview-card{padding:20px;min-width:0}.product-overview-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;color:var(--brand);background:var(--brand-tint);margin-bottom:14px}.product-overview-card h3{font-size:18px;line-height:1.25;margin:7px 0}.product-overview-card>p{font-size:12.5px;line-height:1.55;color:var(--muted);margin:0}.product-overview-sample{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px 10px;margin-top:16px;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--paper);min-width:0}.product-overview-sample>b{font-size:12px;overflow-wrap:anywhere}.product-overview-sample>small{grid-column:1/-1;color:var(--muted);font-size:10px}.product-overview-sample .workflow-status,.product-overview-sample .ref{justify-self:end;white-space:nowrap}.journey-stepper,.journey-stepper.compact,.guided-system-row-progress .journey-stepper.compact{min-width:0;max-width:100%}.journey-step{min-width:0}.journey-step>span:last-child{overflow-wrap:anywhere}.modal,.m-hd,.m-bd,.m-ft,.m-bd>*,.form-grid-2>*,.measure-work-row>*,.evidence-row>*,.sys>*,.card>*{min-width:0}.m-bd{overflow-x:hidden}.inp,textarea,select{max-width:100%;box-sizing:border-box}.measure-more-actions>div,.overview-actions-popover{max-width:min(360px,calc(100vw - 24px))}.overview-actions-popover button,.measure-more-actions button{white-space:normal;text-align:left}.report,.tv-card{max-width:100%}@media (max-width:980px){.documentation-system-list,.guided-document-layout{grid-template-columns:1fr}.guided-document-live-preview{position:static;max-height:none}.product-overview-grid{grid-template-columns:1fr 1fr}}@media (max-width:720px){.documentation-choice-grid,.product-overview-grid{grid-template-columns:1fr}.documentation-choice{padding:16px}.documentation-form-preview{grid-template-columns:1fr}.documentation-product-main,.documentation-owned,.legacy-document-note{flex-direction:column;align-items:stretch}.documentation-product .plan-price{white-space:normal}.documentation-system-head{flex-direction:column}.documentation-system-head>span{white-space:normal}.guided-fields,.guided-document-meta{grid-template-columns:1fr}.guided-field:has(textarea){grid-column:auto}.guided-document-live-preview{border-radius:13px;padding:13px}.guided-document-footer-actions{grid-template-columns:1fr 1fr}.guided-document-footer-actions>.btn{min-width:0}.journey-stepper,.journey-stepper.compact,.guided-system-row-progress .journey-stepper.compact{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;width:100%!important;max-width:100%!important;overflow:visible!important;scroll-snap-type:none!important;margin-left:0!important;margin-right:0!important;padding:2px 0 5px!important;gap:0!important}.journey-step{width:auto!important;min-width:0!important;font-size:9px!important;gap:5px!important}.journey-stepper.compact .journey-step{font-size:8.5px!important}.journey-dot,.journey-stepper.compact .journey-dot{width:25px!important;height:25px!important;font-size:8px!important;box-shadow:0 0 0 3px #fff!important}.journey-step:before,.journey-stepper.compact .journey-step:before{top:11.5px!important}.journey-step>span:last-child{font-size:8.5px!important;line-height:1.15;text-align:center;white-space:normal;max-width:100%}.backdrop{padding:0!important;overflow:hidden}.modal,.modal.wide,.modal.xl{width:100%!important;max-width:100vw!important;max-height:calc(100dvh - 8px)!important;border-radius:18px 18px 0 0!important;overflow:hidden}.m-hd{padding-left:16px;padding-right:12px}.m-bd{padding-left:16px!important;padding-right:16px!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch}.m-ft{padding-left:16px!important;padding-right:16px!important;gap:8px;flex-wrap:wrap}.m-ft>div{min-width:0;max-width:100%}.form-grid-2{grid-template-columns:1fr!important}.evidence-actions{display:grid!important;grid-template-columns:1fr 1fr;width:100%;gap:8px}.evidence-actions .inp{width:100%;grid-column:1/-1}.evidence-actions .btn{width:100%}.evidence-row{overflow:hidden}.advanced-view-head,.guided-head,.guided-head-actions{min-width:0}.guided-head-actions{flex-wrap:wrap}.overview-actions-menu{max-width:100%}.overview-actions-popover{right:0;left:auto;width:min(320px,calc(100vw - 24px))}.measure-more-actions>div{right:0;left:auto;width:min(300px,calc(100vw - 24px))}}@media (max-width:390px){.journey-step{font-size:8px!important}.journey-step>span:last-child{font-size:7.6px!important}.journey-dot,.journey-stepper.compact .journey-dot{width:23px!important;height:23px!important}.journey-step:before,.journey-stepper.compact .journey-step:before{top:10.5px!important}.product-overview-sample{grid-template-columns:1fr}.product-overview-sample .workflow-status,.product-overview-sample .ref{justify-self:start}.guided-document-footer-actions,.evidence-actions{grid-template-columns:1fr}}@media (max-width:720px){.modal .report,.modal .tv-card{overflow-x:hidden!important}.rtable{width:100%;table-layout:fixed}.rtable th,.rtable td{overflow-wrap:anywhere;word-break:break-word;white-space:normal}.whitelabel-table-wrap{overflow-x:hidden}.whitelabel-table{min-width:0;width:100%;table-layout:fixed}.whitelabel-table th,.whitelabel-table td{padding:8px 4px;font-size:9px;overflow-wrap:anywhere}.whitelabel-table th:first-child,.whitelabel-table td:first-child{width:55%}.compliance-tabs{overflow-x:hidden;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.compliance-tabs button{min-width:0;white-space:normal;line-height:1.15}}.addon-trust-line{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:14px;color:var(--muted);font-size:11.5px}.addon-trust-line span{white-space:nowrap}.documentation-purchase-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.documentation-purchase-actions .q-h{margin:0;max-width:430px}.contextual-documentation-offer{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px 20px;margin-bottom:16px;background:linear-gradient(180deg,#fbfdf8,#f6faee);border-color:#dce8c7}.contextual-offer-copy{min-width:0}.contextual-offer-copy h3{margin:5px 0;font-size:17px}.contextual-offer-copy p{margin:0;color:var(--muted);font-size:12.5px;line-height:1.5;max-width:760px}.contextual-offer-copy small{display:block;margin-top:7px;color:var(--muted2);font-size:10.5px}.contextual-offer-action{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex:0 0 auto}.contextual-offer-action>b{font-size:17px;white-space:nowrap}.contextual-offer-action>b span{font-size:10px;color:var(--muted);font-weight:500}.contextual-offer-action>small{max-width:180px;text-align:right;color:var(--muted);font-size:10.5px;line-height:1.4}.register-limit-offer{display:flex;align-items:center;justify-content:space-between;gap:16px}.register-limit-offer b,.register-limit-offer span{display:block}.register-limit-offer span{margin-top:3px;font-size:11.5px}.documentation-small-link{font-size:11px}.documentation-small-link:disabled{opacity:.72;text-decoration:none}@media (max-width:720px){.contextual-documentation-offer,.register-limit-offer{flex-direction:column;align-items:stretch}.contextual-offer-action{align-items:stretch}.contextual-offer-action>small{text-align:left;max-width:none}.contextual-offer-action .btn,.register-limit-offer .btn,.documentation-purchase-actions .btn{width:100%}.addon-trust-line{display:grid;gap:6px}.addon-trust-line span{white-space:normal}.documentation-purchase-actions{display:grid;grid-template-columns:1fr;width:100%}}.inline-upgrade-link{display:inline;padding:0;margin-left:4px;font-size:inherit;vertical-align:baseline}.pricing-trust-note{max-width:820px;margin:20px auto 0;padding:13px 16px;border:1px solid var(--line);border-radius:12px;background:var(--paper);text-align:center}.pricing-trust-note b,.pricing-trust-note span{display:block}.pricing-trust-note b{font-size:12px}.pricing-trust-note span{margin-top:4px;color:var(--muted);font-size:11px;line-height:1.5}.documentation-choice-grid.sales-priority{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr)}.documentation-choice.featured{position:relative}.documentation-choice.alternative{background:var(--surface);border-style:dashed}.documentation-choice.alternative .eyebrow{margin-bottom:5px;font-size:9px;color:var(--muted2)}.documentation-choice-offer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;padding-top:13px;border-top:1px solid rgba(35,116,102,.18)}.documentation-choice-offer>div{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.documentation-choice-offer>div>b{font-size:18px;color:var(--ink)}.documentation-choice-offer>div>span{font-size:10px;color:var(--muted)}.documentation-choice-offer>small{font-size:10.5px;color:var(--muted);line-height:1.4}.documentation-primary-upsell{font-weight:750}.documentation-upload-alternative{font-weight:550}.documentation-standardize-offer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;padding:10px 11px;border:1px solid var(--line);border-radius:10px;background:linear-gradient(180deg,#fff,#fafcfb)}.documentation-standardize-offer>div{min-width:0}.documentation-standardize-offer b,.documentation-standardize-offer span{display:block}.documentation-standardize-offer b{font-size:10.8px}.documentation-standardize-offer span{margin-top:3px;font-size:9.8px;line-height:1.4;color:var(--muted)}.documentation-standardize-offer>small{max-width:190px;font-size:9.8px;line-height:1.4;color:var(--muted);text-align:right}@media (max-width:760px){.documentation-choice-grid.sales-priority{grid-template-columns:1fr}.documentation-choice-offer,.documentation-standardize-offer{flex-direction:column;align-items:stretch}.documentation-choice-offer .btn,.documentation-standardize-offer .btn{width:100%}.documentation-standardize-offer>small{text-align:left;max-width:none}}.evidence-guided-offer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px;padding:16px 18px;background:linear-gradient(180deg,#fbfefd,#f5faf8);border-color:#cfe2dd}.evidence-guided-offer>div{min-width:0}.evidence-guided-offer b,.evidence-guided-offer span{display:block}.evidence-guided-offer b{margin-top:4px;font-size:13px}.evidence-guided-offer span{margin-top:4px;max-width:760px;font-size:11px;line-height:1.45;color:var(--muted)}.evidence-guided-offer>small{max-width:190px;text-align:right;font-size:10px;line-height:1.4;color:var(--muted)}@media (max-width:760px){.evidence-guided-offer{flex-direction:column;align-items:stretch}.evidence-guided-offer .btn{width:100%}.evidence-guided-offer>small{text-align:left;max-width:none}}.guided-document-layout.assistant-mode{grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);gap:22px}.guided-assistant-intro{display:flex;align-items:flex-start;gap:12px;padding:15px 16px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(135deg,var(--brand-tint),#fff);margin-bottom:14px}.guided-assistant-icon{width:34px;height:34px;flex:0 0 34px;border-radius:11px;background:var(--brand-bright);color:#fff;display:grid;place-items:center;font-weight:900}.guided-assistant-intro b,.guided-assistant-intro span{display:block}.guided-assistant-intro b{font-size:13.5px;line-height:1.4;margin:4px 0}.guided-assistant-intro span{font-size:11.5px;line-height:1.5;color:var(--muted)}.guided-progress-line{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:9px;margin:0 0 14px}.guided-progress-line>div{height:6px;background:var(--paper);border-radius:999px;overflow:hidden}.guided-progress-line>div>span{display:block;height:100%;background:var(--brand-bright);border-radius:inherit;transition:width .2s ease}.guided-progress-line b{font-size:10.5px;white-space:nowrap}.guided-progress-line small{font-size:9.5px;color:var(--muted);white-space:nowrap}.guided-question-card{border:1px solid var(--line);border-radius:16px;padding:20px;background:#fff;box-shadow:var(--shadow-xs)}.guided-question-label{font-size:9.5px;text-transform:uppercase;letter-spacing:.07em;font-weight:750;color:var(--brand);margin-bottom:8px}.guided-question-card h3{font-size:20px;line-height:1.25;letter-spacing:-.02em;margin:0 0 8px}.guided-question-help{font-size:12px;line-height:1.55;color:var(--muted);margin:0 0 14px;max-width:680px}.guided-where{margin:0 0 12px;padding:9px 11px;border-radius:10px;background:var(--paper);border:1px solid var(--line)}.guided-where summary{cursor:pointer;color:var(--brand-dark);font-size:11px;font-weight:700}.guided-where p{font-size:11px;line-height:1.5;color:var(--muted);margin:7px 0 0}.guided-example{display:flex;flex-direction:column;gap:3px;margin:0 0 13px;padding:10px 11px;border-left:3px solid var(--brand-bright);background:var(--brand-tint);border-radius:0 9px 9px 0}.guided-example b{font-size:10.5px}.guided-example span{font-size:11px;line-height:1.45;color:var(--muted)}.guided-answer-options{display:grid;grid-template-columns:1fr;gap:8px}.guided-answer-options.multi{grid-template-columns:repeat(2,minmax(0,1fr))}.guided-answer-option{width:100%;min-width:0;display:flex;align-items:center;gap:10px;text-align:left;padding:11px 12px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);font:inherit;font-size:12px;line-height:1.35;cursor:pointer}.guided-answer-option:hover{border-color:var(--brand-bright);background:#fbfdfb}.guided-answer-option.selected{border-color:var(--brand);background:var(--brand-tint);box-shadow:0 0 0 1px color-mix(in srgb,var(--brand) 20%,transparent)}.guided-answer-radio,.guided-answer-check{width:22px;height:22px;flex:0 0 22px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:800;color:#fff;background:#fff}.guided-answer-check{border-radius:6px}.guided-answer-option.selected .guided-answer-radio,.guided-answer-option.selected .guided-answer-check{background:var(--brand);border-color:var(--brand)}.guided-free-answer{display:grid;gap:10px}.guided-question-input{font-size:13px;line-height:1.5}.guided-suggestion{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:11px 12px;border:1px dashed var(--brand-bright);border-radius:11px;background:var(--brand-tint)}.guided-suggestion>div{min-width:0}.guided-suggestion b,.guided-suggestion span{display:block}.guided-suggestion b{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--brand)}.guided-suggestion span{font-size:11px;line-height:1.45;color:var(--muted);margin-top:3px}.guided-suggestion .btn{flex:0 0 auto}.guided-skip{margin-top:12px}.guided-precheck{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:12px 13px;border:1px solid var(--line);border-radius:12px;margin-bottom:14px;background:var(--paper)}.guided-precheck b,.guided-precheck span,.guided-precheck small{display:block}.guided-precheck b{font-size:12px}.guided-precheck span{font-size:10.8px;line-height:1.45;color:var(--muted);margin-top:3px}.guided-precheck small{font-size:9px;color:var(--muted);max-width:190px;text-align:right}.guided-precheck.applies{border-color:var(--h-bd);background:var(--h-bg)}.guided-precheck.not_applies{border-color:var(--m-bd);background:var(--m-bg)}.guided-precheck.review{border-color:var(--line)}.guided-review-card{border:1px solid var(--line);border-radius:16px;padding:18px;background:#fff}.guided-review-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:13px}.guided-review-head h3{font-size:17px;margin:4px 0 5px}.guided-review-head p{font-size:11px;line-height:1.5;color:var(--muted);margin:0;max-width:610px}.guided-review-list{display:grid;gap:6px}.guided-review-row{width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 11px;border:1px solid var(--line);border-radius:10px;background:#fff;text-align:left;font:inherit;color:var(--ink);cursor:pointer}.guided-review-row:hover{border-color:var(--brand-bright);background:var(--brand-tint)}.guided-review-row>div{min-width:0}.guided-review-row b,.guided-review-row span{display:block}.guided-review-row b{font-size:10.5px}.guided-review-row span{font-size:10.5px;line-height:1.4;color:var(--muted);margin-top:2px;overflow-wrap:anywhere;white-space:pre-wrap}.guided-review-row small{font-size:9.5px;color:var(--brand);font-weight:700}.guided-document-advanced{margin-top:12px;border-top:1px solid var(--line);padding-top:10px}.guided-document-advanced summary{font-size:10.5px;color:var(--muted);cursor:pointer;font-weight:650}.guided-document-advanced .guided-document-meta{margin:10px 0 0}.guided-document-live-preview .eyebrow{color:var(--brand-bright)}@media (max-width:980px){.guided-document-layout.assistant-mode{grid-template-columns:1fr}.guided-document-live-preview{order:2}.guided-question-card{padding:17px}.guided-answer-options.multi{grid-template-columns:1fr 1fr}}@media (max-width:680px){.guided-assistant-intro{padding:13px}.guided-assistant-icon{width:30px;height:30px;flex-basis:30px}.guided-progress-line{grid-template-columns:1fr auto}.guided-progress-line small{display:none}.guided-question-card{padding:15px;border-radius:13px}.guided-question-card h3{font-size:18px}.guided-answer-options.multi{grid-template-columns:1fr}.guided-answer-option{font-size:12.5px;padding:12px}.guided-suggestion{flex-direction:column}.guided-suggestion .btn{width:100%}.guided-precheck{flex-direction:column}.guided-precheck small{text-align:left;max-width:none}.guided-review-head{flex-direction:column}.guided-document-footer-actions{grid-template-columns:1fr!important}.guided-document-footer-actions>.btn{width:100%}.guided-document-live-preview{display:none}}.billing-interval-wrap{max-width:340px;margin:22px auto 0;text-align:center}.billing-interval-seg{max-width:280px;margin:0 auto 7px}.billing-saving-note{font-size:11.5px;color:var(--muted);line-height:1.35}.billing-saving-note b{color:var(--m-fg);font-weight:700}.compact-sales-intro{max-width:700px}.whitelabel-teaser-card{padding:20px;margin-top:20px}.whitelabel-teaser-tiers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.whitelabel-teaser-tier{border:1px solid var(--line);border-radius:12px;padding:13px;background:var(--paper);min-width:0}.whitelabel-teaser-tier b,.whitelabel-teaser-tier span,.whitelabel-teaser-tier small{display:block}.whitelabel-teaser-tier b{font-size:13px}.whitelabel-teaser-tier span{font-size:12px;color:var(--brand);font-weight:700;margin-top:2px}.whitelabel-teaser-tier small{font-size:10.5px;color:var(--muted);line-height:1.4;margin-top:6px}.whitelabel-teaser-action{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px}.whitelabel-teaser-action>span{font-size:11.5px;color:var(--muted)}.branding-asset-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hdr .wordmark-custom-logo,.site-foot .wordmark-custom-logo{background:#fff;padding:4px 6px;border-radius:8px!important;box-shadow:0 0 0 1px #ffffff1f}.branding-preview-top .branding-preview-brand img{background:#fff;padding:2px 4px;border-radius:5px}@media (max-width:720px){.whitelabel-teaser-tiers{grid-template-columns:1fr}.whitelabel-teaser-action{align-items:stretch;flex-direction:column}.whitelabel-teaser-action .btn{width:100%}.branding-asset-actions{display:grid;grid-template-columns:1fr;width:100%}.branding-asset-actions .btn,.branding-asset-actions .file-btn{width:100%;justify-content:center}}.wizard-data-check{margin:18px 0 20px;padding-top:18px;border-top:1px solid var(--line)}.wizard-data-check-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:5px}.wizard-data-check-head>div{display:flex;flex-direction:column;gap:3px;min-width:0}.wizard-data-check-head .lb{margin:0;color:var(--muted2);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.wizard-data-check-head b{font-size:15px;line-height:1.35;color:var(--ink)}.wizard-data-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:12px}.wizard-data-option{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--line);border-radius:13px;padding:12px;background:var(--surface);cursor:pointer;min-width:0}.wizard-data-option:hover{border-color:var(--brand-bright)}.wizard-data-option.selected{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand);background:var(--brand-tint)}.wizard-data-option input{margin-top:3px;accent-color:var(--brand);flex:0 0 auto}.wizard-data-option>div{display:flex;flex-direction:column;gap:3px;min-width:0}.wizard-data-option b{font-size:13px;line-height:1.35}.wizard-data-option span{font-size:12px;line-height:1.45;color:var(--muted)}.wizard-data-option small{font-size:11px;line-height:1.45;color:var(--muted2)}.wizard-data-result{border:1px solid var(--line);border-radius:14px;padding:14px 15px;margin-bottom:14px;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.85fr);gap:18px}.wizard-data-result.success{background:var(--m-bg);border-color:var(--m-bd)}.wizard-data-result.info{background:var(--paper)}.wizard-data-result.warning{background:var(--h-bg);border-color:var(--h-bd)}.wizard-data-result.danger{background:var(--v-bg);border-color:var(--v-bd)}.wizard-data-result>div{display:flex;flex-direction:column;gap:4px}.wizard-data-result b{font-size:14px}.wizard-data-result span{font-size:12.5px;line-height:1.5;color:var(--muted)}.wizard-data-result ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:5px}.wizard-data-result li{font-size:12px;line-height:1.4;color:var(--ink)}.system-governance-card{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(240px,.8fr) auto;gap:18px;align-items:center;padding:16px 18px;margin:14px 0}.system-governance-card.warning{border-color:var(--h-bd)}.system-governance-card.danger{border-color:var(--v-bd)}.system-governance-main h3{font-size:15px;margin:2px 0 5px}.system-governance-main p{font-size:12.5px;line-height:1.5;color:var(--muted);margin:0}.system-data-advice{display:flex;flex-direction:column;gap:4px;min-width:0}.system-data-advice b{font-size:12px}.system-data-advice small{font-size:11.5px;line-height:1.45;color:var(--muted)}.review-governance-card{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(250px,.8fr);gap:18px;padding:16px 18px;margin:14px 0}.review-governance-card.warning{border-color:var(--h-bd)}.review-governance-card.danger{border-color:var(--v-bd)}.review-governance-card h3{font-size:15px;margin:3px 0 5px}.review-governance-card p{font-size:12.5px;line-height:1.5;color:var(--muted);margin:0}.review-governance-data{display:flex;flex-direction:column;gap:5px}.review-governance-data b{font-size:12.5px}.review-governance-data span{font-size:11.5px;line-height:1.45;color:var(--muted)}.employee-guide-card{display:flex;align-items:center;gap:15px;padding:17px 18px;margin-top:14px}.employee-guide-icon{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--brand-tint);color:var(--brand);font-size:20px;font-weight:700;flex:0 0 auto}.employee-guide-card h3{font-size:16px;margin:3px 0 4px}.employee-guide-card p{font-size:12.5px;line-height:1.5;color:var(--muted);margin:0 0 6px}.employee-guide-upsell{display:flex;flex-direction:column;align-items:flex-end;gap:7px;flex:0 0 auto}.employee-guide-upsell>b{font-size:14px}.employee-guide-upsell>b span{font-size:11px;color:var(--muted);font-weight:500}.employee-guide-upsell small{font-size:11px;color:var(--muted)}.report-governance-line{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(180px,.6fr);gap:12px;padding:9px 11px;margin:10px 0;background:var(--paper);border-radius:10px;font-size:11px;line-height:1.45;color:var(--muted)}.report-governance-line b{color:var(--ink)}@media (max-width:760px){.wizard-data-options{grid-template-columns:1fr}.wizard-data-result{grid-template-columns:1fr;gap:10px}.system-governance-card,.review-governance-card{grid-template-columns:1fr;gap:11px}.system-governance-card .btn{justify-self:start}.employee-guide-card{align-items:flex-start;flex-wrap:wrap}.employee-guide-upsell{width:100%;align-items:stretch}.employee-guide-upsell .btn{width:100%}.report-governance-line{grid-template-columns:1fr;gap:4px}}.future-law-badge{display:inline-flex;align-items:center;margin-left:8px;padding:2px 6px;border:1px solid var(--h-bd);border-radius:999px;background:var(--h-bg);color:var(--h-fg);font-size:9px;font-weight:750;line-height:1.2;vertical-align:middle;white-space:nowrap}.future-law-note span{display:block;margin-top:5px;line-height:1.45}.wizard-guidance-card{display:flex;align-items:flex-start;gap:11px;padding:14px 15px;border:1px solid var(--line);border-radius:14px;background:var(--paper);margin:10px 0}.wizard-guidance-card.secondary{background:#fff}.wizard-guidance-icon{width:28px;height:28px;flex:0 0 28px;border-radius:9px;display:grid;place-items:center;background:var(--brand);color:#fff;font-weight:800;font-size:12px}.wizard-guidance-card b,.wizard-guidance-card span{display:block}.wizard-guidance-card b{font-size:13.5px;line-height:1.4}.wizard-guidance-card span{font-size:11.5px;line-height:1.5;color:var(--muted);margin-top:3px}.wizard-answer-seg{margin:10px 0 16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:520px}.wizard-answer-seg button{min-width:0}.annex-i-followup{margin-top:7px}.register-state-hint.recheck{color:var(--h-fg);font-weight:700}.recheck-note{border-color:var(--h-bd);background:var(--h-bg)}@media (max-width:600px){.wizard-answer-seg{grid-template-columns:1fr;gap:7px;max-width:none}.wizard-answer-seg button{border-radius:10px!important;border:1px solid var(--line)!important}.future-law-badge{display:flex;width:max-content;margin:5px 0 0}.wizard-guidance-card{padding:12px}}.land-v09{--v09-ink:#13202b;--v09-muted:#647079;--v09-line:rgba(19,32,43,.11);--v09-soft:#f0f3ee;--v09-cream:#f8f7f2;--v09-brand:#0e4f52;--v09-brand-2:#1d7471;--v09-lime:#dfecc2;--v09-dark:#102e30;overflow:clip;background:#f8f7f2;color:var(--v09-ink)}.land-v09 main{overflow:clip}.land-v09 .v09-shell{width:min(1180px,calc(100% - 44px));margin:0 auto}.land-v09 .land-v09-nav{background:#f8f7f2d1;border-color:#13202b14;-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%)}.land-v09 .land-nav-in{max-width:1180px;height:68px;padding:0 22px}.land-v09 .land-nav-links{gap:28px}.land-v09 .land-nav-links a{font-size:13px;font-weight:620;color:#5d696f}.land-v09 .land-nav-links a:hover{color:var(--v09-brand)}.land-v09 .btn{transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.land-v09 .btn:hover{transform:translateY(-1px)}.land-v09 .btn:not(.ghost){box-shadow:0 8px 22px #0e4f5221}.land-v09 .eyebrow{letter-spacing:.115em;font-size:10.5px;font-weight:750}.land-v09 .v09-hero{position:relative;padding:88px 0 96px;background:radial-gradient(circle at 86% 18%,rgba(80,148,135,.12),transparent 27%),linear-gradient(180deg,#fbfaf6,#f7f6f1)}.land-v09 .v09-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.land-v09 .v09-orb-a{width:330px;height:330px;right:-120px;top:38px;background:#d9ebca52}.land-v09 .v09-orb-b{width:190px;height:190px;left:-90px;bottom:-80px;background:#2f747114}.land-v09 .v09-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(480px,.98fr);gap:72px;align-items:center;position:relative;z-index:1}.land-v09 .v09-kicker{display:inline-flex;align-items:center;gap:9px;padding:7px 10px;border:1px solid rgba(14,79,82,.14);background:#ffffff94;border-radius:999px;font-size:10px;font-weight:760;letter-spacing:.11em;color:var(--v09-brand)}.land-v09 .v09-live-dot{width:7px;height:7px;background:#6e9f59;border-radius:50%;box-shadow:0 0 0 5px #6e9f591a}.land-v09 .v09-hero h1{font-size:clamp(43px,5vw,66px);line-height:1.01;letter-spacing:-.055em;font-weight:710;margin:22px 0 24px;text-wrap:balance;max-width:700px}.land-v09 .v09-hero h1 span{color:var(--v09-brand)}.land-v09 .v09-hero-lead{font-size:17px;line-height:1.65;color:#59666d;max-width:610px;margin:0 0 28px}.land-v09 .v09-hero-actions{display:flex;gap:11px;flex-wrap:wrap}.land-v09 .v09-hero-proof{display:flex;gap:11px 20px;flex-wrap:wrap;margin-top:19px;color:#69747a;font-size:11.5px}.land-v09 .v09-hero-proof span{display:inline-flex;align-items:center;gap:6px}.land-v09 .v09-hero-proof svg{color:#568d50}.land-v09 .v09-hero-product{position:relative;perspective:1400px}.land-v09 .v09-window{border:1px solid rgba(19,32,43,.12);border-radius:22px;overflow:hidden;background:#fffffff0;box-shadow:0 34px 90px #14323424,0 5px 16px #13202b0f;transform:rotateY(-2deg) rotateX(1deg)}.land-v09 .v09-window-bar{height:48px;padding:0 16px;display:flex;align-items:center;border-bottom:1px solid var(--v09-line);background:#f7f8f5;color:#7b8589;font-size:10.5px}.land-v09 .v09-window-bar>span{margin:auto;font-weight:620}.land-v09 .v09-window-bar>b{font-size:8px;letter-spacing:.11em;color:#69835f;border:1px solid rgba(94,132,82,.22);background:#f1f6e8;border-radius:999px;padding:4px 7px}.land-v09 .v09-window-dots{display:flex;gap:5px}.land-v09 .v09-window-dots i{display:block;width:7px;height:7px;border-radius:50%;background:#d9ddda}.land-v09 .v09-window-dots i:first-child{background:#e2b4a8}.land-v09 .v09-window-dots i:nth-child(2){background:#e6d2a3}.land-v09 .v09-window-dots i:last-child{background:#b9d4b4}.land-v09 .v09-demo-nav{display:grid;grid-template-columns:repeat(3,1fr);padding:10px;border-bottom:1px solid var(--v09-line);gap:6px;background:#fbfcfa}.land-v09 .v09-demo-nav button{border:1px solid transparent;background:transparent;border-radius:9px;padding:8px 5px;font:inherit;font-size:9.7px;color:#7c8588;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.land-v09 .v09-demo-nav button.active{background:#fff;border-color:var(--v09-line);box-shadow:0 2px 8px #13202b0a;color:var(--v09-brand);font-weight:700}.land-v09 .v09-demo-body{padding:24px;animation:v09-demo-in .38s ease both}@keyframes v09-demo-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.land-v09 .v09-demo-title-row{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.land-v09 .v09-demo-title-row small{font-size:8.5px;letter-spacing:.12em;color:#899194;text-transform:uppercase}.land-v09 .v09-demo-title-row h3{font-size:21px;margin:3px 0 0;letter-spacing:-.02em}.land-v09 .v09-status-pill{font-size:9.5px;background:#f2f5eb;color:#5e7c56;border:1px solid #dce6d1;padding:5px 8px;border-radius:999px;white-space:nowrap}.land-v09 .v09-demo-use{font-size:11.5px;line-height:1.48;color:#6b757a;margin:11px 0 18px;max-width:390px}.land-v09 .v09-demo-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin-bottom:17px}.land-v09 .v09-demo-progress span{height:4px;border-radius:999px;background:#e6e9e6}.land-v09 .v09-demo-progress .done{background:#7da26d}.land-v09 .v09-demo-progress .active{background:var(--v09-brand)}.land-v09 .v09-demo-cards{display:grid;grid-template-columns:1fr 1fr;gap:9px}.land-v09 .v09-demo-cards>div{padding:12px;border:1px solid var(--v09-line);border-radius:12px;background:#fafbf8}.land-v09 .v09-demo-cards small,.land-v09 .v09-demo-cards b,.land-v09 .v09-demo-cards span{display:block}.land-v09 .v09-demo-cards small{font-size:8.5px;color:#8b9496;text-transform:uppercase;letter-spacing:.09em}.land-v09 .v09-demo-cards b{font-size:10.8px;margin:5px 0 3px}.land-v09 .v09-demo-cards span{font-size:9px;color:#7a8386}.land-v09 .v09-next-step{margin-top:10px;padding:12px 13px;background:var(--v09-dark);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.land-v09 .v09-next-step small,.land-v09 .v09-next-step b{display:block}.land-v09 .v09-next-step small{font-size:8.5px;color:#a9c0be;text-transform:uppercase;letter-spacing:.09em}.land-v09 .v09-next-step b{font-size:11px;margin-top:2px}.land-v09 .v09-next-step button{border:0;background:#dfecc2;color:#25473f;border-radius:8px;padding:8px 10px;font:inherit;font-size:9.5px;font-weight:700}.land-v09 .v09-float-note{position:absolute;background:#fff;border:1px solid rgba(19,32,43,.1);box-shadow:0 16px 35px #13202b17;padding:10px 12px;border-radius:11px;font-size:9.5px;line-height:1.4;color:#788185}.land-v09 .v09-float-note b{color:var(--v09-ink);font-size:10px}.land-v09 .v09-float-note.left{left:-36px;bottom:50px}.land-v09 .v09-float-note.right{right:-22px;top:80px}.land-v09 .v09-mandate{padding:102px 0;background:var(--v09-dark);color:#edf4f0;position:relative}.land-v09 .v09-mandate:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 60%,rgba(210,234,196,.09),transparent 26%);pointer-events:none}.land-v09 .v09-mandate-grid{display:grid;grid-template-columns:100px minmax(0,.92fr) minmax(400px,.8fr);gap:50px;align-items:start;position:relative;z-index:1}.land-v09 .v09-chapter{display:flex;flex-direction:column;gap:3px;flex:0 0 auto}.land-v09 .v09-chapter>span{font-family:ui-monospace,Menlo,monospace;font-size:30px;font-weight:700;color:#709b8c;letter-spacing:-.06em}.land-v09 .v09-chapter>small{font-size:8.5px;letter-spacing:.15em;color:#8fa5a1;font-weight:750}.land-v09 .v09-mandate-copy h2{font-size:clamp(32px,3.5vw,50px);line-height:1.08;letter-spacing:-.045em;margin:0 0 19px;font-weight:670}.land-v09 .v09-mandate-copy p{font-size:15px;line-height:1.7;color:#adc0bc;max-width:550px;margin:0}.land-v09 .v09-penalty{border-left:1px solid rgba(255,255,255,.13);padding-left:38px}.land-v09 .v09-penalty-number,.land-v09 .v09-penalty-percent{font-size:clamp(38px,4vw,58px);line-height:.95;letter-spacing:-.05em;font-weight:720;color:#e4efcb}.land-v09 .v09-penalty-number>span:last-child{font-size:.45em;letter-spacing:-.02em}.land-v09 .v09-penalty-or{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#718b86;margin:13px 0}.land-v09 .v09-penalty p{font-size:10.5px;line-height:1.55;color:#91a9a4;margin:16px 0 12px;max-width:390px}.land-v09 .v09-penalty a{font-size:10.5px;color:#d8e7d6;text-decoration:none;font-weight:650}.land-v09 .v09-penalty a span{margin-left:5px}.land-v09 .v09-story{padding:116px 0 120px;background:#f8f7f2}.land-v09 .v09-section-head{display:grid;grid-template-columns:100px minmax(0,700px);gap:50px;margin-bottom:72px}.land-v09 .v09-section-head.compact{margin-bottom:40px}.land-v09 .v09-section-head h2{font-size:clamp(34px,4vw,52px);line-height:1.04;letter-spacing:-.045em;margin:10px 0 14px;font-weight:690}.land-v09 .v09-section-head p{font-size:15px;line-height:1.65;color:#677278;max-width:610px;margin:0}.land-v09 .v09-section-head .v09-chapter>span{color:#9aada1}.land-v09 .v09-section-head .v09-chapter>small{color:#9aa6a3}.land-v09 .v09-story-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(460px,1.12fr);gap:80px;align-items:start}.land-v09 .v09-story-steps{display:flex;flex-direction:column}.land-v09 .v09-story-step{display:grid;grid-template-columns:48px 1fr;gap:17px;padding:24px 0;border-top:1px solid rgba(19,32,43,.1);cursor:pointer;opacity:.53;transition:opacity .25s ease,transform .25s ease}.land-v09 .v09-story-step:last-of-type{border-bottom:1px solid rgba(19,32,43,.1)}.land-v09 .v09-story-step.active{opacity:1;transform:translate(5px)}.land-v09 .v09-story-index{font-family:ui-monospace,Menlo,monospace;font-size:11px;color:#7a9790;padding-top:3px}.land-v09 .v09-story-step h3{font-size:21px;letter-spacing:-.02em;margin:0 0 6px}.land-v09 .v09-story-step b{font-size:12.5px;line-height:1.45;font-weight:650}.land-v09 .v09-story-step p{font-size:11.7px;line-height:1.57;color:#6b767b;margin:8px 0 0;max-width:520px}.land-v09 .v09-story-step:not(.active) p{display:none}.land-v09 .v09-story-cta{align-self:flex-start;margin-top:24px}.land-v09 .v09-story-stage{position:sticky;top:104px;min-width:0}.land-v09 .v09-story-device{border-radius:25px;background:#16383a;padding:12px;box-shadow:0 30px 80px #132f3129;animation:v09-stage .36s ease both}.land-v09 .v09-story-device-top{height:41px;display:flex;align-items:center;justify-content:space-between;color:#9fb6b1;padding:0 10px;font-size:9.5px}.land-v09 .v09-story-device-top b{font-size:9px;color:#d9e7e0;font-weight:650}.land-v09 .v09-story-track{display:grid;grid-template-columns:repeat(5,1fr);gap:0;background:#eff2ed;border-radius:16px 16px 0 0;padding:15px 13px 12px}.land-v09 .v09-story-track span{position:relative;text-align:center;color:#97a09f;font-size:8px}.land-v09 .v09-story-track span:before{content:"";position:absolute;top:10px;left:-50%;width:100%;height:1px;background:#d6dcda}.land-v09 .v09-story-track span:first-child:before{display:none}.land-v09 .v09-story-track i{width:21px;height:21px;margin:0 auto 5px;border-radius:50%;border:1px solid #ccd4d1;background:#f7f8f5;display:grid;place-items:center;font-style:normal;font-size:8px;position:relative;z-index:2}.land-v09 .v09-story-track .done i{background:#759c6b;border-color:#759c6b;color:#fff}.land-v09 .v09-story-track .active i{background:var(--v09-brand);border-color:var(--v09-brand);color:#fff;box-shadow:0 0 0 4px #0e4f521a}.land-v09 .v09-story-track .done:before,.land-v09 .v09-story-track .active:before{background:#8cae83}.land-v09 .v09-story-track small{font-size:7.6px}.land-v09 .v09-story-screen{min-height:355px;background:#fff;border-radius:0 0 16px 16px;padding:34px 34px 30px}.land-v09 .v09-ui-label{font-size:8.5px;letter-spacing:.15em;color:#75878a;font-weight:750}.land-v09 .v09-story-screen h4{font-size:25px;line-height:1.18;letter-spacing:-.03em;margin:9px 0 22px;max-width:430px}.land-v09 .v09-ui-input{border:1px solid #d7deda;border-radius:11px;padding:13px 14px;font-size:11.5px;color:#445359;background:#fbfcfa}.land-v09 .v09-ui-input.filled{box-shadow:inset 3px 0 #8cab80}.land-v09 .v09-ui-help{margin-top:9px;color:#8a9395;font-size:9.5px}.land-v09 .v09-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.land-v09 .v09-choice-grid span,.land-v09 .v09-seg-demo span{border:1px solid #dce2de;border-radius:10px;padding:11px;font-size:10.5px;color:#687579;background:#fbfcfa}.land-v09 .v09-choice-grid span.chosen,.land-v09 .v09-seg-demo span.chosen{border-color:#7da197;background:#eef5f0;color:#244f4e;font-weight:700}.land-v09 .v09-ui-result{margin-top:14px;padding:11px 12px;border-radius:10px;background:#f3f6eb;color:#5b6c51;font-size:10px}.land-v09 .v09-seg-demo{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.land-v09 .v09-seg-demo span{text-align:center}.land-v09 .v09-rule-result{margin-top:16px;border-left:3px solid var(--v09-brand);padding:13px 15px;background:#f6f8f4}.land-v09 .v09-rule-result b,.land-v09 .v09-rule-result span,.land-v09 .v09-rule-result small{display:block}.land-v09 .v09-rule-result b{font-size:12px}.land-v09 .v09-rule-result span{font-size:10px;color:#6a7578;margin-top:4px}.land-v09 .v09-rule-result small{font-size:8.5px;color:#8d9697;margin-top:8px}.land-v09 .v09-ui-copy{font-size:11.5px;line-height:1.6;color:#697479;margin:-7px 0 20px}.land-v09 .v09-measure-row{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #e4e8e5;padding:12px 0;font-size:10.5px}.land-v09 .v09-measure-row span{color:#7e898c}.land-v09 .v09-measure-row b{text-align:right}.land-v09 .v09-release-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#eef5e7;color:#608454;margin:6px 0 16px}.land-v09 .v09-release-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.land-v09 .v09-release-meta span{border:1px solid #e0e5e1;padding:11px;border-radius:10px}.land-v09 .v09-release-meta small,.land-v09 .v09-release-meta b{display:block}.land-v09 .v09-release-meta small{font-size:8.5px;color:#879194}.land-v09 .v09-release-meta b{font-size:10.5px;margin-top:3px}@keyframes v09-stage{0%{opacity:.15;transform:translateY(7px) scale(.992)}to{opacity:1;transform:none}}.land-v09 .v09-check{padding:108px 0;background:#eef1eb}.land-v09 .v09-check-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(480px,1.15fr);gap:90px;align-items:center}.land-v09 .v09-check-copy .v09-chapter{margin-bottom:30px}.land-v09 .v09-check-copy .v09-chapter>span{color:#92a79d}.land-v09 .v09-check-copy h2{font-size:clamp(34px,4vw,48px);letter-spacing:-.045em;line-height:1.05;margin:12px 0 16px}.land-v09 .v09-check-copy>p{font-size:14px;line-height:1.65;color:#667278;max-width:480px}.land-v09 .v09-check-note{margin-top:24px;padding-top:17px;border-top:1px solid rgba(19,32,43,.1);font-size:10.5px;color:#798487}.land-v09 .v09-check-card{background:#fff;border:1px solid rgba(19,32,43,.1);box-shadow:0 20px 60px #13202b14;border-radius:20px;padding:13px}.land-v09 .v09-check-option{display:grid;grid-template-columns:24px minmax(0,1fr);gap:11px;padding:13px;border-radius:11px;cursor:pointer;transition:background .16s,border-color .16s}.land-v09 .v09-check-option:hover{background:#f8faf6}.land-v09 .v09-check-option.chosen{background:#f2f7ee}.land-v09 .v09-check-option input{position:absolute;opacity:0;pointer-events:none}.land-v09 .v09-check-box{width:20px;height:20px;border:1px solid #cdd6d0;border-radius:6px;display:grid;place-items:center;color:#fff;font-size:11px}.land-v09 .v09-check-option.chosen .v09-check-box{background:var(--v09-brand);border-color:var(--v09-brand)}.land-v09 .v09-check-option b,.land-v09 .v09-check-option small{display:block}.land-v09 .v09-check-option b{font-size:12px}.land-v09 .v09-check-option small{font-size:10px;color:#7b8588;line-height:1.45;margin-top:3px}.land-v09 .v09-check-result{display:grid;grid-template-columns:34px 1fr;gap:11px;border-top:1px solid #e1e5e2;margin-top:8px;padding:17px 13px 10px}.land-v09 .v09-check-result-icon{width:30px;height:30px;border-radius:9px;display:grid;place-items:center}.land-v09 .v09-check-result.yes .v09-check-result-icon{background:#f9eee9;color:#9c5b49}.land-v09 .v09-check-result.no .v09-check-result-icon{background:#eef5e7;color:#648557}.land-v09 .v09-check-result b{font-size:12px}.land-v09 .v09-check-result p{font-size:10.5px;color:#6f7b7e;line-height:1.5;margin:5px 0 10px}.land-v09 .v09-artifacts{padding:118px 0;background:#fcfbf7}.land-v09 .v09-artifact-tabs{display:flex;gap:4px;flex-wrap:wrap;border-bottom:1px solid var(--v09-line);margin-bottom:30px}.land-v09 .v09-artifact-tabs button{border:0;background:transparent;padding:12px 15px 13px;font:inherit;font-size:11px;color:#7d878a;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.land-v09 .v09-artifact-tabs button.active{color:var(--v09-brand);border-bottom-color:var(--v09-brand);font-weight:720}.land-v09 .v09-artifact-stage{display:grid;grid-template-columns:minmax(0,.72fr) minmax(480px,1.28fr);gap:85px;align-items:center;min-height:430px}.land-v09 .v09-artifact-copy{animation:v09-demo-in .32s ease both}.land-v09 .v09-artifact-kicker{font-size:9px;letter-spacing:.13em;color:#79918a;text-transform:uppercase;font-weight:750}.land-v09 .v09-artifact-copy h3{font-size:32px;line-height:1.1;letter-spacing:-.035em;margin:10px 0 14px;max-width:480px}.land-v09 .v09-artifact-copy>p{font-size:13px;line-height:1.65;color:#697479;max-width:460px}.land-v09 .v09-artifact-copy ul{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:8px}.land-v09 .v09-artifact-copy li{display:flex;gap:8px;align-items:flex-start;font-size:11px;color:#556367}.land-v09 .v09-artifact-copy svg{color:#6b915e;margin-top:1px}.land-v09 .v09-paper{width:min(100%,600px);margin-left:auto;min-height:350px;background:#fff;border:1px solid #e0e3df;box-shadow:0 28px 65px #13202b17;border-radius:4px;padding:34px 38px;position:relative;animation:v09-paper-in .36s ease both}.land-v09 .v09-paper:before{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;border:1px solid #f0f1ee;pointer-events:none}.land-v09 .v09-paper-head{display:flex;justify-content:space-between;gap:18px;font-size:8.5px;letter-spacing:.11em;color:#738185;margin-bottom:26px}.land-v09 .v09-paper-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid #e9ece9}.land-v09 .v09-paper-row b{font-size:12px}.land-v09 .v09-paper-row span{font-size:9px;color:#5e746e;background:#eef4ee;border-radius:999px;padding:5px 8px}.land-v09 .v09-paper-foot{position:absolute;left:38px;right:38px;bottom:28px;border-top:1px solid #e8ebe8;padding-top:10px;font-size:8.5px;color:#92999a}.land-v09 .v09-paper-brand{display:flex;gap:10px;align-items:center;border-bottom:1px solid #e6e9e6;padding-bottom:15px}.land-v09 .v09-paper-logo{width:28px;height:28px;border-radius:7px;display:grid;place-items:center;background:var(--v09-brand);color:#fff;font-weight:800}.land-v09 .v09-paper-brand b,.land-v09 .v09-paper-brand small{display:block}.land-v09 .v09-paper-brand b{font-size:11px}.land-v09 .v09-paper-brand small{font-size:8.5px;color:#8b9495;margin-top:1px}.land-v09 .v09-paper.evidence h4{font-size:22px;margin:24px 0 17px}.land-v09 .v09-paper.evidence p{font-size:9.5px;line-height:1.7;color:#5e696d}.land-v09 .v09-paper-sign{display:flex;justify-content:space-between;margin-top:22px;padding-top:10px;border-top:1px solid #e5e8e5;font-size:8.5px;color:#879091}.land-v09 .v09-dossier-cover{background:#143536;color:#fff;padding:28px;margin:-34px -38px 24px}.land-v09 .v09-dossier-cover>span{font-size:8px;letter-spacing:.14em;color:#a4bfba}.land-v09 .v09-dossier-cover h4{font-size:25px;margin:8px 0 5px}.land-v09 .v09-dossier-cover small{font-size:8.5px;color:#a7b9b6}.land-v09 .v09-paper.dossier ol{list-style:none;padding:0;margin:0}.land-v09 .v09-paper.dossier li{display:flex;align-items:center;gap:13px;border-bottom:1px solid #e7eae7;padding:12px 0;font-size:10px}.land-v09 .v09-paper.dossier li span{font-family:monospace;color:#8da19b;font-size:8px}.land-v09 .v09-guide-top{background:#eef4e6;padding:20px 22px;margin:-34px -38px 20px}.land-v09 .v09-guide-top span{font-size:8px;letter-spacing:.12em;color:#69805f}.land-v09 .v09-guide-top h4{font-size:23px;margin:6px 0}.land-v09 .v09-guide-top p{font-size:9px;color:#62705e;margin:0}.land-v09 .v09-guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.land-v09 .v09-guide-grid>div{border:1px solid #e4e8e3;border-radius:9px;padding:14px}.land-v09 .v09-guide-grid b,.land-v09 .v09-guide-grid span{display:block}.land-v09 .v09-guide-grid b{font-size:10px;margin-bottom:8px}.land-v09 .v09-guide-grid span{font-size:8.8px;color:#687476;margin-top:5px}@keyframes v09-paper-in{0%{opacity:.1;transform:translateY(12px) rotate(.5deg)}to{opacity:1;transform:none}}.land-v09 .v09-trust{padding:108px 0;background:#f0f2ed}.land-v09 .v09-trust-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(480px,1.18fr);gap:100px;align-items:start}.land-v09 .v09-trust-copy h2{font-size:clamp(33px,3.8vw,47px);line-height:1.06;letter-spacing:-.045em;margin:12px 0 17px;max-width:520px}.land-v09 .v09-trust-copy>p{font-size:13.5px;line-height:1.65;color:#687478;max-width:480px}.land-v09 .v09-rule-badge{display:inline-flex;flex-direction:column;margin-top:25px;border:1px solid #cfd9d2;border-radius:11px;padding:10px 13px;background:#f8faf6}.land-v09 .v09-rule-badge span{font-size:7.5px;letter-spacing:.12em;color:#84928e}.land-v09 .v09-rule-badge b{font-family:ui-monospace,Menlo,monospace;font-size:11px;color:var(--v09-brand);margin-top:4px}.land-v09 .v09-trust-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.land-v09 .v09-trust-list article{display:grid;grid-template-columns:35px 1fr;gap:12px;background:#ffffff9e;border:1px solid rgba(19,32,43,.08);border-radius:14px;padding:16px}.land-v09 .v09-trust-list article>span{width:31px;height:31px;border-radius:9px;background:#e5eee5;color:#5c7d58;display:grid;place-items:center}.land-v09 .v09-trust-list h3{font-size:12px;margin:1px 0 5px}.land-v09 .v09-trust-list p{font-size:9.8px;line-height:1.5;color:#717c7f;margin:0}.land-v09 .v09-mobile-banner{margin-top:78px;background:linear-gradient(115deg,#153637,#214849);border-radius:24px;color:#fff;display:grid;grid-template-columns:1fr 300px;gap:50px;align-items:center;padding:45px 55px 0;overflow:hidden;min-height:340px}.land-v09 .v09-mobile-banner>div:first-child{align-self:center;padding-bottom:42px}.land-v09 .v09-mobile-kicker{font-size:8px;letter-spacing:.14em;color:#aac2be;font-weight:750}.land-v09 .v09-mobile-banner h3{font-size:31px;letter-spacing:-.035em;line-height:1.08;margin:10px 0 12px;max-width:560px}.land-v09 .v09-mobile-banner p{font-size:12px;line-height:1.65;color:#acc0bc;max-width:550px}.land-v09 .v09-phone{width:220px;height:410px;background:#0b1819;border:6px solid #243638;border-radius:35px 35px 0 0;margin:0 auto -72px;padding:10px;box-shadow:0 25px 55px #00000042;position:relative}.land-v09 .v09-phone-island{position:absolute;top:13px;left:50%;transform:translate(-50%);width:63px;height:17px;border-radius:999px;background:#101a1b;z-index:2}.land-v09 .v09-phone-screen{height:100%;border-radius:25px 25px 0 0;background:#f8f8f4;color:#16272b;padding:40px 13px 15px}.land-v09 .v09-phone-screen>small{font-size:7px;letter-spacing:.13em;color:#80908c}.land-v09 .v09-phone-screen>b{display:block;font-size:18px;margin:5px 0 14px}.land-v09 .v09-phone-screen>div{display:flex;align-items:center;justify-content:space-between;gap:7px;background:#fff;border:1px solid #e1e5e1;border-radius:9px;padding:9px;margin-top:7px;font-size:8.8px}.land-v09 .v09-phone-screen i{font-style:normal;color:#9a6e5f;background:#f9eee8;border-radius:999px;padding:3px 5px;font-size:7px}.land-v09 .v09-phone-screen i.ok{color:#5e7c56;background:#eff5e9}.land-v09 .v09-phone-screen button{width:100%;border:0;background:var(--v09-brand);color:#fff;border-radius:8px;padding:9px;margin-top:12px;font:inherit;font-size:8.5px;font-weight:700}.land-v09 .v09-pricing{padding:118px 0;background:#fbfaf6}.land-v09 .v09-pricing-head{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:60px;align-items:end;margin-bottom:48px}.land-v09 .v09-pricing-head h2{font-size:clamp(35px,4vw,50px);line-height:1.04;letter-spacing:-.045em;margin:11px 0 14px}.land-v09 .v09-pricing-head p{font-size:13px;line-height:1.65;color:#6a7579;max-width:610px;margin:0}.land-v09 .v09-pricing-head .billing-interval-wrap{margin:0 0 4px auto;width:100%}.land-v09 .v09-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:stretch}.land-v09 .v09-plan{position:relative;background:#fff;border:1px solid rgba(19,32,43,.1);border-radius:17px;padding:27px 24px 22px;display:flex;flex-direction:column;min-width:0}.land-v09 .v09-plan.featured{border-color:#86a49c;box-shadow:0 20px 55px #0e4f521a;transform:translateY(-7px)}.land-v09 .v09-plan-badge{position:absolute;top:-10px;left:20px;background:var(--v09-brand);color:#fff;border-radius:999px;padding:5px 9px;font-size:7.5px;letter-spacing:.1em;font-weight:760}.land-v09 .v09-plan-top h3{font-size:19px;margin:0}.land-v09 .v09-plan-top p{font-size:10.5px;color:#788286;line-height:1.45;min-height:31px;margin:5px 0 0}.land-v09 .v09-plan-price{display:flex;align-items:baseline;gap:5px;margin:18px 0 7px}.land-v09 .v09-plan-price b{font-size:36px;letter-spacing:-.04em}.land-v09 .v09-plan-price span{font-size:10.5px;color:#7c8588}.land-v09 .v09-plan-volume{font-size:10.5px;color:var(--v09-brand);font-weight:650;border-bottom:1px solid #e5e8e5;padding-bottom:15px}.land-v09 .v09-plan ul{list-style:none;padding:17px 0 13px;margin:0;display:grid;gap:9px;flex:1}.land-v09 .v09-plan li{display:flex;gap:7px;font-size:10.5px;line-height:1.4}.land-v09 .v09-plan li svg{color:#648958;flex:0 0 auto;margin-top:1px}.land-v09 .v09-plan>small{font-size:8.5px;line-height:1.4;color:#899294;text-align:center;margin-top:10px}.land-v09 .v09-pricing-note{margin-top:28px;border-top:1px solid var(--v09-line);padding-top:18px;display:grid;grid-template-columns:190px 1fr;gap:25px;font-size:10px;line-height:1.5;color:#788285}.land-v09 .v09-pricing-note b{color:#435156}.land-v09 .v09-addons{padding:0 0 115px;background:#fbfaf6}.land-v09 .v09-addons-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:15px}.land-v09 .v09-addon-main,.land-v09 .v09-addon-secondary{border-radius:20px;padding:35px;border:1px solid rgba(19,32,43,.1);background:#f0f3ed}.land-v09 .v09-addon-main{background:linear-gradient(130deg,#17393a,#1f4b49);color:#fff;border:0;position:relative;overflow:hidden}.land-v09 .v09-addon-main:after{content:"";width:260px;height:260px;border-radius:50%;background:#dceec117;position:absolute;right:-80px;bottom:-110px}.land-v09 .v09-addon-main .eyebrow{color:#adc8c2}.land-v09 .v09-addon-main h2{font-size:34px;line-height:1.08;letter-spacing:-.035em;margin:12px 0 14px;max-width:580px}.land-v09 .v09-addon-main>p{font-size:11.5px;line-height:1.62;color:#b1c4c0;max-width:630px}.land-v09 .v09-addon-pills{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0}.land-v09 .v09-addon-pills span{border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:5px 8px;font-size:8.5px;color:#d7e5e1}.land-v09 .v09-addon-main .btn{position:relative;z-index:1;background:#dfecc2;color:#24453f;border-color:#dfecc2}.land-v09 .v09-addon-secondary{display:flex;flex-direction:column}.land-v09 .v09-addon-secondary h3{font-size:23px;line-height:1.12;letter-spacing:-.025em;margin:11px 0}.land-v09 .v09-addon-secondary>p{font-size:10.5px;line-height:1.55;color:#737f82}.land-v09 .v09-wl-mini{display:grid;gap:7px;margin:14px 0 18px}.land-v09 .v09-wl-mini span{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #dce1dd;padding-bottom:7px}.land-v09 .v09-wl-mini b,.land-v09 .v09-wl-mini small{font-size:9.5px}.land-v09 .v09-wl-mini small{color:#798487}.land-v09 .v09-addon-secondary .btn{margin-top:auto}.land-v09 .v09-faq{padding:105px 0;background:#f0f2ed}.land-v09 .v09-faq-grid{display:grid;grid-template-columns:minmax(0,.55fr) minmax(500px,1.05fr);gap:100px;align-items:start}.land-v09 .v09-faq h2{font-size:43px;letter-spacing:-.045em;margin:10px 0}.land-v09 .v09-faq-grid>div:first-child>p{font-size:12px;color:#727d80}.land-v09 .v09-faq-item{border-top:1px solid rgba(19,32,43,.11)}.land-v09 .v09-faq-item:last-child{border-bottom:1px solid rgba(19,32,43,.11)}.land-v09 .v09-faq-item button{width:100%;border:0;background:transparent;padding:17px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left;font:inherit;color:var(--v09-ink);font-size:12px;font-weight:650;cursor:pointer}.land-v09 .v09-faq-item button i{font-style:normal;font-size:19px;font-weight:300;color:#78908a}.land-v09 .v09-faq-item p{font-size:10.5px;line-height:1.62;color:#697579;margin:-3px 42px 17px 0;animation:v09-demo-in .2s ease both}.land-v09 .v09-final{padding:90px 0 110px;background:#fbfaf6}.land-v09 .v09-final-card{text-align:center;background:#fff;border:1px solid rgba(19,32,43,.1);border-radius:24px;padding:67px 25px;box-shadow:0 20px 70px #13202b0d}.land-v09 .v09-final-kicker{font-size:8px;letter-spacing:.15em;color:#76908a;font-weight:750}.land-v09 .v09-final h2{font-size:clamp(37px,5vw,55px);letter-spacing:-.05em;line-height:1.02;margin:13px auto 12px;max-width:800px}.land-v09 .v09-final p{font-size:14px;color:#677378;margin:0 0 23px}.land-v09 .v09-final-card>div{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.land-v09 .v09-final-card>small{display:block;margin-top:17px;font-size:9px;color:#939a9b}@media (max-width:1080px){.land-v09 .v09-hero-grid{grid-template-columns:1fr;gap:52px}.land-v09 .v09-hero-copy{max-width:780px}.land-v09 .v09-hero-product{max-width:650px;margin:0 auto;width:100%}.land-v09 .v09-mandate-grid{grid-template-columns:80px 1fr}.land-v09 .v09-penalty{grid-column:2;border-left:0;border-top:1px solid rgba(255,255,255,.13);padding:30px 0 0;margin-top:5px}.land-v09 .v09-story-grid{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:45px}.land-v09 .v09-artifact-stage{gap:45px}.land-v09 .v09-trust-grid{gap:55px}}@media (max-width:900px){.land-v09 .v09-shell{width:min(100% - 34px,1180px)}.land-v09 .v09-section-head{grid-template-columns:1fr;gap:20px;margin-bottom:45px}.land-v09 .v09-section-head .v09-chapter{display:none}.land-v09 .v09-story-grid{grid-template-columns:1fr}.land-v09 .v09-story-stage{position:relative;top:auto;order:-1}.land-v09 .v09-story-device{max-width:640px;margin:0 auto}.land-v09 .v09-story-step:not(.active) p{display:block}.land-v09 .v09-story-step{opacity:.72}.land-v09 .v09-story-step.active{opacity:1}.land-v09 .v09-check-grid{grid-template-columns:1fr;gap:40px}.land-v09 .v09-check-copy{max-width:650px}.land-v09 .v09-check-copy .v09-chapter{display:none}.land-v09 .v09-artifact-stage{grid-template-columns:1fr;min-height:0}.land-v09 .v09-paper{margin:0 auto;width:min(100%,620px)}.land-v09 .v09-trust-grid{grid-template-columns:1fr;gap:35px}.land-v09 .v09-mobile-banner{grid-template-columns:1fr 240px;padding-left:35px;padding-right:35px}.land-v09 .v09-phone{width:190px;height:360px}.land-v09 .v09-pricing-head{grid-template-columns:1fr;gap:25px}.land-v09 .v09-pricing-head .billing-interval-wrap{margin:0}.land-v09 .v09-plans{grid-template-columns:1fr}.land-v09 .v09-plan.featured{transform:none}.land-v09 .v09-plan-top p{min-height:0}.land-v09 .v09-addons-grid{grid-template-columns:1fr}.land-v09 .v09-faq-grid{grid-template-columns:1fr;gap:30px}}@media (max-width:680px){.land-v09 .v09-shell{width:calc(100% - 28px)}.land-v09 .land-nav-in{height:60px;padding:0 14px}.land-v09 .land-nav-cta .btn.ghost{display:none}.land-v09 .land-nav-cta .btn{padding:7px 10px}.land-v09 .land-nav-links{display:none}.land-v09 .v09-hero{padding:58px 0 67px}.land-v09 .v09-hero-grid{gap:38px}.land-v09 .v09-hero h1{font-size:41px;line-height:1.02;margin-top:18px}.land-v09 .v09-hero-lead{font-size:14.5px}.land-v09 .v09-hero-actions{display:grid;grid-template-columns:1fr}.land-v09 .v09-hero-actions .btn{width:100%;justify-content:center}.land-v09 .v09-hero-proof{display:grid;gap:7px}.land-v09 .v09-window{transform:none;border-radius:17px}.land-v09 .v09-demo-nav{grid-template-columns:1fr}.land-v09 .v09-demo-nav button:not(.active){display:none}.land-v09 .v09-demo-body{padding:18px}.land-v09 .v09-demo-cards{grid-template-columns:1fr}.land-v09 .v09-float-note{display:none}.land-v09 .v09-mandate{padding:75px 0}.land-v09 .v09-mandate-grid{grid-template-columns:1fr;gap:24px}.land-v09 .v09-mandate-grid>.v09-chapter{display:none}.land-v09 .v09-penalty{grid-column:auto;padding-top:26px}.land-v09 .v09-mandate-copy h2{font-size:35px}.land-v09 .v09-penalty-number,.land-v09 .v09-penalty-percent{font-size:46px}.land-v09 .v09-story{padding:78px 0 84px}.land-v09 .v09-section-head h2{font-size:36px}.land-v09 .v09-section-head p{font-size:13px}.land-v09 .v09-story-device{padding:8px;border-radius:18px}.land-v09 .v09-story-device-top{height:32px}.land-v09 .v09-story-track{padding:12px 6px 10px}.land-v09 .v09-story-track small{display:none}.land-v09 .v09-story-track span:before{top:10px}.land-v09 .v09-story-screen{min-height:320px;padding:24px 18px}.land-v09 .v09-story-screen h4{font-size:21px}.land-v09 .v09-choice-grid{grid-template-columns:1fr}.land-v09 .v09-story-step{grid-template-columns:38px 1fr;padding:18px 0}.land-v09 .v09-story-step h3{font-size:18px}.land-v09 .v09-story-step b{font-size:11.5px}.land-v09 .v09-story-step p{font-size:10.8px}.land-v09 .v09-story-cta{width:100%}.land-v09 .v09-check{padding:78px 0}.land-v09 .v09-check-copy h2{font-size:35px}.land-v09 .v09-check-card{padding:8px}.land-v09 .v09-check-option{padding:11px 8px}.land-v09 .v09-artifacts{padding:82px 0}.land-v09 .v09-artifact-tabs{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.land-v09 .v09-artifact-tabs::-webkit-scrollbar{display:none}.land-v09 .v09-artifact-tabs button{white-space:nowrap}.land-v09 .v09-artifact-copy h3{font-size:28px}.land-v09 .v09-paper{min-height:330px;padding:28px 24px}.land-v09 .v09-paper:before{top:9px;right:9px;bottom:9px;left:9px}.land-v09 .v09-paper-foot{left:24px;right:24px;bottom:22px}.land-v09 .v09-dossier-cover,.land-v09 .v09-guide-top{margin-left:-24px;margin-right:-24px;margin-top:-28px}.land-v09 .v09-guide-grid{grid-template-columns:1fr}.land-v09 .v09-trust{padding:78px 0}.land-v09 .v09-trust-copy h2{font-size:35px}.land-v09 .v09-trust-list{grid-template-columns:1fr}.land-v09 .v09-mobile-banner{margin-top:50px;grid-template-columns:1fr;padding:31px 25px 0;min-height:0}.land-v09 .v09-mobile-banner>div:first-child{padding-bottom:0}.land-v09 .v09-mobile-banner h3{font-size:27px}.land-v09 .v09-phone{margin-top:10px;width:190px;height:350px}.land-v09 .v09-pricing{padding:83px 0}.land-v09 .v09-pricing-head h2{font-size:36px}.land-v09 .v09-plan{padding:24px 20px}.land-v09 .v09-pricing-note{grid-template-columns:1fr;gap:6px}.land-v09 .v09-addons{padding-bottom:82px}.land-v09 .v09-addon-main,.land-v09 .v09-addon-secondary{padding:27px 22px}.land-v09 .v09-addon-main h2{font-size:29px}.land-v09 .v09-faq{padding:78px 0}.land-v09 .v09-faq h2{font-size:36px}.land-v09 .v09-faq-item button{font-size:11.5px}.land-v09 .v09-faq-item p{margin-right:20px}.land-v09 .v09-final{padding:65px 0 80px}.land-v09 .v09-final-card{padding:45px 18px}.land-v09 .v09-final h2{font-size:37px}.land-v09 .v09-final-card>div{display:grid;grid-template-columns:1fr}.land-v09 .v09-final-card .btn{width:100%;justify-content:center}}@media (max-width:390px){.land-v09 .v09-hero h1{font-size:36px}.land-v09 .v09-kicker{font-size:8.5px}.land-v09 .v09-demo-title-row{display:block}.land-v09 .v09-status-pill{display:inline-block;margin-top:8px}.land-v09 .v09-next-step{align-items:flex-start;flex-direction:column}.land-v09 .v09-next-step button{width:100%}.land-v09 .v09-mandate-copy h2,.land-v09 .v09-section-head h2,.land-v09 .v09-check-copy h2,.land-v09 .v09-trust-copy h2,.land-v09 .v09-pricing-head h2,.land-v09 .v09-faq h2{font-size:32px}.land-v09 .v09-penalty-number,.land-v09 .v09-penalty-percent{font-size:41px}.land-v09 .v09-story-screen h4{font-size:19px}.land-v09 .v09-release-meta{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.land-v09 *{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.land-v09[data-v091=true]{--v091-ease:cubic-bezier(.22,1,.36,1);--v091-soft-ease:cubic-bezier(.16,1,.3,1)}.land-v09[data-v091=true] [id]{scroll-margin-top:88px}.land-v09[data-v091=true] .v091-page-progress{position:fixed;top:0;left:0;right:0;height:2px;z-index:260;pointer-events:none;background:transparent}.land-v09[data-v091=true] .v091-page-progress-bar{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:0 50%;background:linear-gradient(90deg,#6f9a79,#0e4f52 68%,#b2c983);box-shadow:0 0 12px #0e4f5238;will-change:transform}.land-v09[data-v091=true] .land-v09-nav{box-shadow:0 1px #13202b06;transition:background .35s ease,box-shadow .35s ease}.land-v09[data-v091=true] .land-nav-links a{position:relative;transition:color .25s ease}.land-v09[data-v091=true] .land-nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:1px;background:var(--v09-brand);transform:scaleX(0);transform-origin:50% 50%;transition:transform .35s var(--v091-ease)}.land-v09[data-v091=true] .land-nav-links a:hover:after{transform:scaleX(1)}.land-v09[data-v091=true] .btn{transition:transform .32s var(--v091-ease),box-shadow .32s ease,background .25s ease,border-color .25s ease,color .25s ease}.land-v09[data-v091=true] .btn:active{transform:translateY(0) scale(.985)}.land-v09[data-v091=true] .v09-hero{isolation:isolate;overflow:hidden}.land-v09[data-v091=true] .v09-hero:before{content:"";position:absolute;top:-20%;right:-10%;bottom:-20%;left:-10%;pointer-events:none;background:radial-gradient(circle at 72% 26%,rgba(85,150,133,.12),transparent 21%),radial-gradient(circle at 18% 72%,rgba(223,236,194,.2),transparent 19%);z-index:0}.land-v09[data-v091=true] .v09-hero-copy,.land-v09[data-v091=true] .v09-hero-product{position:relative;z-index:1}.land-v09[data-v091=true] .v09-hero-product{--v091-tilt-x:0deg;--v091-tilt-y:0deg;transform-style:preserve-3d}.land-v09[data-v091=true] .v09-hero-product:before{content:"";position:absolute;top:8%;right:-5%;bottom:-7%;left:7%;border-radius:34px;background:radial-gradient(circle at 56% 40%,#296f6b33,#296f6b00 67%);opacity:.7;pointer-events:none;transform:translate3d(0,16px,-1px)}.land-v09[data-v091=true] .v09-window{height:auto;transform:perspective(1400px) rotateX(calc(1deg + var(--v091-tilt-y))) rotateY(calc(-2deg + var(--v091-tilt-x))) translateZ(0);transform-style:preserve-3d;will-change:transform;transition:transform .22s ease-out,box-shadow .45s ease;border-color:#13202b1b}.land-v09[data-v091=true] .v09-hero-product:hover .v09-window{box-shadow:0 42px 105px #1432342b,0 8px 22px #13202b12}.land-v09[data-v091=true] .v09-demo-body{height:286px;box-sizing:border-box}.land-v09[data-v091=true] .v09-demo-cards>div,.land-v09[data-v091=true] .v09-next-step{transition:transform .35s var(--v091-ease),border-color .3s ease,background .3s ease,box-shadow .3s ease}.land-v09[data-v091=true] .v09-demo-cards>div:hover{transform:translateY(-2px);border-color:#0e4f5238;box-shadow:0 10px 24px #13202b0b}.land-v09[data-v091=true] .v09-next-step:hover{transform:translateY(-1px);box-shadow:0 14px 30px #102e301f}.land-v09[data-v091=true] .v09-float-note{will-change:transform;animation:v091-float 6.5s ease-in-out infinite}.land-v09[data-v091=true] .v09-float-note.right{animation-delay:-2.7s}@keyframes v091-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-7px,0)}}.land-v09[data-v091=true] .v091-scroll-cue-wrap{display:flex;justify-content:center;position:relative;z-index:2;margin-top:36px}.land-v09[data-v091=true] .v091-scroll-cue{display:inline-flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:#7a8688;font-size:9px;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.land-v09[data-v091=true] .v091-scroll-cue span{display:block;width:1px;height:30px;background:linear-gradient(180deg,#0e4f5200,#0e4f52b3);transform-origin:50% 0;animation:v091-scroll-cue 1.9s var(--v091-ease) infinite}@keyframes v091-scroll-cue{0%{transform:scaleY(.15);opacity:.25}55%{transform:scaleY(1);opacity:1}to{transform:translateY(7px) scaleY(.25);opacity:0}}.land-v09[data-v091=true] .v091-reveal{opacity:0;transform:translate3d(0,20px,0);transition:opacity .72s ease,transform .82s var(--v091-ease)}.land-v09[data-v091=true] .v091-reveal.is-in{opacity:1;transform:translateZ(0)}.land-v09[data-v091=true] .v09-plans .v091-reveal:nth-child(2){transition-delay:.07s}.land-v09[data-v091=true] .v09-plans .v091-reveal:nth-child(3){transition-delay:.14s}.land-v09[data-v091=true] .v09-story{position:relative;background:linear-gradient(180deg,#f8f7f2,#f5f6f1 48%,#f8f7f2)}.land-v09[data-v091=true] .v09-story:before{content:"";position:absolute;right:-160px;top:24%;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,#357d7414,#357d7400 68%);pointer-events:none}.land-v09[data-v091=true] .v09-story-grid,.land-v09[data-v091=true] .v09-story-steps{position:relative}.land-v09[data-v091=true] .v09-story-step{position:relative;min-height:166px;box-sizing:border-box;opacity:.46;transform:translateZ(0);transition:opacity .5s ease,transform .6s var(--v091-ease),background .5s ease;padding-right:16px}.land-v09[data-v091=true] .v09-story-step:before{content:"";position:absolute;left:-16px;top:24px;bottom:24px;width:2px;border-radius:999px;background:var(--v09-brand);transform:scaleY(0);transform-origin:50% 50%;opacity:0;transition:transform .55s var(--v091-ease),opacity .35s ease}.land-v09[data-v091=true] .v09-story-step.active{opacity:1;transform:translate3d(8px,0,0)}.land-v09[data-v091=true] .v09-story-step.active:before{transform:scaleY(1);opacity:1}.land-v09[data-v091=true] .v09-story-step p{display:block;opacity:0;visibility:hidden;transform:translate3d(0,6px,0);transition:opacity .38s ease,transform .55s var(--v091-ease),visibility 0s linear .42s}.land-v09[data-v091=true] .v09-story-step:not(.active) p{display:block}.land-v09[data-v091=true] .v09-story-step.active p{opacity:1;visibility:visible;transform:translateZ(0);transition-delay:.06s,0s,0s}.land-v09[data-v091=true] .v09-story-stage{top:96px}.land-v09[data-v091=true] .v091-story-progress{height:2px;margin:0 18px 12px;background:#0e4f521a;overflow:hidden;border-radius:999px}.land-v09[data-v091=true] .v091-story-progress span{display:block;width:100%;height:100%;background:linear-gradient(90deg,#8ba67d,#0e4f52);transform-origin:0 50%;transition:transform .65s var(--v091-ease)}.land-v09[data-v091=true] .v09-story-device{animation:none;overflow:hidden;box-shadow:0 34px 90px #132f312b,0 2px #ffffff14 inset;transition:box-shadow .5s ease,transform .5s var(--v091-ease);transform:translateZ(0)}.land-v09[data-v091=true] .v09-story-stage:hover .v09-story-device{transform:translate3d(0,-3px,0);box-shadow:0 42px 105px #132f3130,0 2px #ffffff14 inset}.land-v09[data-v091=true] .v09-story-track i,.land-v09[data-v091=true] .v09-story-track span:before{transition:background .5s ease,border-color .5s ease,color .5s ease,box-shadow .5s ease}.land-v09[data-v091=true] .v091-story-screen-stack{position:relative;height:380px;min-height:0;padding:0;overflow:hidden;background:linear-gradient(180deg,#fff,#fcfdfa)}.land-v09[data-v091=true] .v091-story-layer{position:absolute;top:0;right:0;bottom:0;left:0;padding:34px;box-sizing:border-box;opacity:0;pointer-events:none;transform:translate3d(0,16px,0) scale(.992);transition:opacity .42s ease,transform .62s var(--v091-ease)}.land-v09[data-v091=true] .v091-story-layer.active{opacity:1;pointer-events:auto;transform:translateZ(0) scale(1);z-index:2}.land-v09[data-v091=true] .v09-ui-input,.land-v09[data-v091=true] .v09-rule-result,.land-v09[data-v091=true] .v09-ui-result,.land-v09[data-v091=true] .v09-measure-row,.land-v09[data-v091=true] .v09-release-meta span{transition:transform .35s var(--v091-ease),box-shadow .35s ease,border-color .35s ease,background .35s ease}.land-v09[data-v091=true] .v091-story-layer.active .v09-ui-input:hover,.land-v09[data-v091=true] .v091-story-layer.active .v09-rule-result:hover,.land-v09[data-v091=true] .v091-story-layer.active .v09-ui-result:hover,.land-v09[data-v091=true] .v091-story-layer.active .v09-release-meta span:hover{transform:translateY(-2px);box-shadow:0 9px 22px #13202b0b}.land-v09[data-v091=true] .v09-artifact-tabs button{position:relative;transition:color .28s ease,background .28s ease,border-color .28s ease;border-radius:9px 9px 0 0}.land-v09[data-v091=true] .v09-artifact-tabs button:hover{color:var(--v09-brand);background:#0e4f5209}.land-v09[data-v091=true] .v09-paper{transition:transform .55s var(--v091-ease),box-shadow .5s ease}.land-v09[data-v091=true] .v09-paper:hover{transform:translate3d(0,-4px,0) rotate(-.15deg);box-shadow:0 36px 80px #13202b1c}.land-v09[data-v091=true] .v09-check-card,.land-v09[data-v091=true] .v09-plan,.land-v09[data-v091=true] .v09-addon-secondary,.land-v09[data-v091=true] .v09-trust-list article{transition:transform .48s var(--v091-ease),box-shadow .45s ease,border-color .35s ease,background .35s ease}.land-v09[data-v091=true] .v09-check-option{transition:background .28s ease,border-color .28s ease,transform .35s var(--v091-ease)}.land-v09[data-v091=true] .v09-check-option:hover{transform:translate3d(3px,0,0)}.land-v09[data-v091=true] .v09-final-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff,#fbfdf8)}.land-v09[data-v091=true] .v09-final-card:before{content:"";position:absolute;width:420px;height:420px;right:-190px;top:-230px;border-radius:50%;background:radial-gradient(circle,#5e977d1c,#5e977d00 68%);pointer-events:none}.land-v09[data-v091=true] .v09-final-card>*{position:relative;z-index:1}@media (pointer:fine) and (min-width:901px){.land-v09[data-v091=true] .v09-check-card:hover,.land-v09[data-v091=true] .v09-addon-secondary:hover,.land-v09[data-v091=true] .v09-trust-list article:hover{transform:translate3d(0,-4px,0);box-shadow:0 24px 60px #13202b16;border-color:#0e4f522e}.land-v09[data-v091=true] .v09-plan:hover{transform:translate3d(0,-5px,0);box-shadow:0 24px 62px #13202b17;border-color:#0e4f5233}.land-v09[data-v091=true] .v09-plan.featured:hover{transform:translate3d(0,-11px,0);box-shadow:0 28px 72px #0e4f5224}.land-v09[data-v091=true] .v09-addon-main{transition:transform .5s var(--v091-ease),box-shadow .5s ease}.land-v09[data-v091=true] .v09-addon-main:hover{transform:translate3d(0,-4px,0);box-shadow:0 30px 75px #102e3024}}@media (max-width:900px){.land-v09[data-v091=true] .v091-scroll-cue-wrap{display:none}.land-v09[data-v091=true] .v09-hero-product:before{display:none}.land-v09[data-v091=true] .v09-float-note{animation:none}.land-v09[data-v091=true] .v09-window{transform:none;will-change:auto}.land-v09[data-v091=true] .v09-demo-body{height:auto}.land-v09[data-v091=true] .v09-story-step{min-height:0;padding-right:0;transform:none!important}.land-v09[data-v091=true] .v09-story-step:before{display:none}.land-v09[data-v091=true] .v09-story-step p,.land-v09[data-v091=true] .v09-story-step:not(.active) p{display:block;opacity:1;visibility:visible;transform:none;transition:none}.land-v09[data-v091=true] .v091-story-progress{display:none}.land-v09[data-v091=true] .v091-story-screen-stack{height:auto;min-height:320px;padding:24px 18px;overflow:visible}.land-v09[data-v091=true] .v091-story-layer{display:none;position:relative;inset:auto;padding:0;opacity:1;transform:none;transition:none;pointer-events:auto}.land-v09[data-v091=true] .v091-story-layer.active{display:block}.land-v09[data-v091=true] .v09-story-stage:hover .v09-story-device,.land-v09[data-v091=true] .v09-paper:hover{transform:none}.land-v09[data-v091=true] .v091-reveal{transform:translate3d(0,12px,0)}.land-v09[data-v091=true] .v091-reveal.is-in{transform:none}}@media (max-width:680px){.land-v09[data-v091=true] .v091-page-progress{height:1px}.land-v09[data-v091=true] .v091-story-screen-stack{padding:24px 18px}}@media (prefers-reduced-motion:reduce){.land-v09[data-v091=true] .v09-float-note,.land-v09[data-v091=true] .v091-scroll-cue span{animation:none!important}.land-v09[data-v091=true] .v091-reveal,.land-v09[data-v091=true] .v091-reveal.is-in,.land-v09[data-v091=true] .v091-story-layer,.land-v09[data-v091=true] .v091-story-layer.active{opacity:1!important;transform:none!important;transition:none!important}.land-v09[data-v091=true] .v091-story-layer{display:none!important}.land-v09[data-v091=true] .v091-story-layer.active{display:block!important;position:relative!important;padding:0!important}.land-v09[data-v091=true] .v091-story-screen-stack{height:auto!important;min-height:355px!important;padding:34px!important}.land-v09[data-v091=true] .v09-window{transform:none!important;will-change:auto!important}}.land-v10 .v10-tour{padding:116px 0 124px;background:#f4f4ef;border-top:1px solid rgba(19,32,43,.07);border-bottom:1px solid rgba(19,32,43,.07)}.land-v10 .v10-tour-head{margin-bottom:34px}.land-v10 .v10-tour-shell{background:#fff;border:1px solid #dddcd4;border-radius:20px;overflow:hidden;box-shadow:0 32px 78px #13202b1b,0 2px 8px #13202b09}.land-v10 .v10-tour-topbar{height:66px;padding:0 20px 0 18px;background:#131a24;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.land-v10 .v10-tour-brand{display:flex;align-items:center;gap:10px}.land-v10 .v10-tour-brand>div{display:flex;flex-direction:column}.land-v10 .v10-tour-brand b{font-size:13px;font-weight:680}.land-v10 .v10-tour-brand small{font-size:9.5px;color:#98a7b0;margin-top:1px}.land-v10 .v10-tour-logo{width:29px;height:29px;border-radius:8px;display:grid;place-items:center;background:#0e4f52;color:#fff;font-weight:800;font-size:13px;border:1px solid rgba(255,255,255,.12)}.land-v10 .v10-tour-demo-note{display:flex;align-items:center;gap:8px;font-size:9.5px;color:#b8c3c8;letter-spacing:.015em}.land-v10 .v10-tour-demo-note .v09-live-dot{width:6px;height:6px;box-shadow:0 0 0 4px #6e9f5914}.land-v10 .v10-tour-layout{display:grid;grid-template-columns:190px minmax(0,1fr);min-height:610px}.land-v10 .v10-tour-nav{background:#fafaf7;border-right:1px solid #e7e6df;padding:16px 10px;display:flex;flex-direction:column;gap:3px}.land-v10 .v10-tour-nav>button{border:0;background:transparent;color:#667085;border-radius:9px;padding:10px 11px;display:flex;align-items:center;gap:9px;text-align:left;font:inherit;font-size:11.5px;font-weight:560;cursor:pointer;transition:background .2s ease,color .2s ease,transform .28s cubic-bezier(.2,.8,.2,1)}.land-v10 .v10-tour-nav>button:hover{background:#f0f2ed;color:#131a24;transform:translate(2px)}.land-v10 .v10-tour-nav>button.active{background:#e8f1f0;color:#0e4f52;font-weight:700;box-shadow:inset 2px 0 #0e4f52}.land-v10 .v10-tour-nav-footer{margin-top:auto;border-top:1px solid #e7e6df;padding:13px 10px 3px;display:flex;flex-direction:column}.land-v10 .v10-tour-nav-footer small{font-size:8px;letter-spacing:.11em;color:#98a2b3}.land-v10 .v10-tour-nav-footer b{font-size:11px;margin-top:4px}.land-v10 .v10-tour-nav-footer span{font-size:9px;color:#7b858b;margin-top:2px}.land-v10 .v10-tour-content{min-width:0;background:#f4f4ef;padding:26px 28px 30px}.land-v10 .v10-tour-panel{animation:v10-panel-in .34s cubic-bezier(.2,.8,.2,1) both;min-height:540px}@keyframes v10-panel-in{0%{opacity:.25;transform:translateY(7px)}to{opacity:1;transform:none}}.land-v10 .v10-tour-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:17px}.land-v10 .v10-tour-page-head>div{min-width:0}.land-v10 .v10-tour-page-head .eyebrow{font-size:10px}.land-v10 .v10-tour-page-head h3{font-size:23px;line-height:1.16;letter-spacing:-.035em;margin:4px 0 6px}.land-v10 .v10-tour-page-head p{font-size:11.5px;line-height:1.55;color:#667085;margin:0;max-width:680px}.land-v10 .v10-tour-content .btn{font-size:11px;padding:7px 10px;border-radius:8px}.land-v10 .v10-tour-content .btn.sm{font-size:10px;padding:6px 9px}.land-v10 .v10-tour-stats{grid-template-columns:repeat(4,1fr);gap:9px;margin:0 0 17px}.land-v10 .v10-tour-stats .stat{padding:13px 14px}.land-v10 .v10-tour-stats .stat .n{font-size:24px}.land-v10 .v10-tour-stats .stat .l{font-size:9.5px;margin-top:4px}.land-v10 .v10-tour-two-col{display:grid;grid-template-columns:1.12fr .88fr;gap:13px}.land-v10 .v10-tour-two-col .section-t,.land-v10 .v10-team-grid .section-t{font-size:9px;margin:10px 0 8px}.land-v10 .v10-next-list{overflow:hidden}.land-v10 .v10-next-list>div{display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 13px;border-bottom:1px solid #e7e6df}.land-v10 .v10-next-list>div:last-child{border-bottom:0}.land-v10 .v10-next-list b,.land-v10 .v10-next-list small{display:block}.land-v10 .v10-next-list b{font-size:10.8px}.land-v10 .v10-next-list small{font-size:9px;color:#7c858b;margin-top:2px}.land-v10 .v10-next-list .workflow-status{font-size:8.5px;padding:3px 6px}.land-v10 .v10-dot{width:7px;height:7px;border-radius:50%}.land-v10 .v10-dot.high{background:#b54708}.land-v10 .v10-dot.limited{background:#5925dc}.land-v10 .v10-dot.neutral{background:#667085}.land-v10 .v10-stage-summary{padding:7px 13px}.land-v10 .v10-stage-summary>div{display:grid;grid-template-columns:23px 1fr auto;gap:9px;align-items:center;padding:9px 0;border-bottom:1px solid #e7e6df}.land-v10 .v10-stage-summary>div:last-child{border-bottom:0}.land-v10 .v10-stage-summary>div>span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#eef3ed;color:#0e4f52;font-size:9px;font-weight:750}.land-v10 .v10-stage-summary b{font-size:10px}.land-v10 .v10-stage-summary small{font-size:8.5px;color:#879194}.land-v10 .v10-register-list{display:grid;gap:7px}.land-v10 .v10-register-row{display:grid;grid-template-columns:minmax(0,1fr) 235px auto;gap:14px;align-items:center;padding:12px 13px}.land-v10 .v10-register-row.completed{background:#fbfdf9;border-color:#dce9d7}.land-v10 .v10-register-main{min-width:0}.land-v10 .v10-register-main h4{margin:0;font-size:11.5px}.land-v10 .v10-register-main .register-system-meta{font-size:8.7px;gap:7px;margin-top:3px}.land-v10 .v10-register-main .register-system-meta>span+span:before{content:"·";margin-right:7px;color:#a4abad}.land-v10 .v10-tour-stepper{display:grid;grid-template-columns:repeat(5,1fr);gap:3px;margin-top:8px}.land-v10 .v10-tour-stepper>div{position:relative;display:flex;align-items:center;gap:4px;min-width:0;color:#98a2b3}.land-v10 .v10-tour-stepper>div:after{content:"";position:absolute;left:18px;right:-3px;top:8px;height:1px;background:#e0e3df;z-index:0}.land-v10 .v10-tour-stepper>div:last-child:after{display:none}.land-v10 .v10-tour-stepper span{width:16px;height:16px;border-radius:50%;border:1px solid #d7dbd8;background:#fff;display:grid;place-items:center;font-size:7px;font-weight:700;z-index:1;flex:0 0 auto}.land-v10 .v10-tour-stepper small{font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.land-v10 .v10-tour-stepper .done span{background:#ecfdf3;border-color:#abefc6;color:#067647}.land-v10 .v10-tour-stepper .done:after{background:#abcfb8}.land-v10 .v10-tour-stepper .current span{background:#0e4f52;border-color:#0e4f52;color:#fff}.land-v10 .v10-tour-stepper .current small{color:#0e4f52;font-weight:700}.land-v10 .v10-register-state{display:grid;gap:6px}.land-v10 .v10-register-state>div{display:grid;grid-template-columns:66px minmax(0,1fr);align-items:center;gap:8px}.land-v10 .v10-register-state small{font-size:8px;color:#8a9499}.land-v10 .v10-register-state .workflow-status,.land-v10 .v10-register-state .badge{font-size:8.7px;padding:3px 6px;width:max-content;max-width:100%}.land-v10 .v10-register-state .badge .dot{width:6px;height:6px;background:currentColor}.land-v10 .v10-measure-filter{display:flex;align-items:center;gap:8px;margin:4px 0 10px;font-size:9.5px;color:#7a858b}.land-v10 .v10-measure-filter .btn{margin-left:auto}.land-v10 .v10-task-list{overflow:hidden}.land-v10 .v10-task-row{display:grid;grid-template-columns:7px minmax(0,1fr) auto auto;align-items:center;gap:11px;padding:13px 14px;border-bottom:1px solid #e7e6df}.land-v10 .v10-task-row:last-child{border-bottom:0}.land-v10 .v10-priority{width:7px;height:7px;border-radius:50%}.land-v10 .v10-priority.high{background:#b54708}.land-v10 .v10-priority.medium{background:#d49c38}.land-v10 .v10-priority.low{background:#6c8f7d}.land-v10 .v10-task-main{min-width:0}.land-v10 .v10-task-main>b{display:block;font-size:11px}.land-v10 .v10-task-main>small{display:block;font-size:9px;color:#7d878d;margin-top:2px}.land-v10 .v10-task-meta{display:flex;gap:12px;margin-top:7px;color:#667085;font-size:8.7px}.land-v10 .v10-task-meta span{display:inline-flex;align-items:center;gap:4px}.land-v10 .v10-task-row .workflow-status{font-size:8.7px;padding:3px 7px}.land-v10 .v10-doc-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;align-items:stretch}.land-v10 .v10-guided-doc{padding:18px}.land-v10 .v10-doc-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding-bottom:13px;border-bottom:1px solid #e7e6df}.land-v10 .v10-doc-head small,.land-v10 .v10-doc-head b{display:block}.land-v10 .v10-doc-head small{font-size:8px;color:#7f8a8e;letter-spacing:.08em}.land-v10 .v10-doc-head b{font-size:12px;margin-top:3px}.land-v10 .v10-doc-head .workflow-status{font-size:8.5px}.land-v10 .v10-doc-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin:14px 0 19px}.land-v10 .v10-doc-progress span{height:3px;border-radius:999px;background:#e4e7e3}.land-v10 .v10-doc-progress span:first-child,.land-v10 .v10-doc-progress span.on{background:#0e4f52}.land-v10 .v10-guided-doc label{display:block;font-size:12px;font-weight:650}.land-v10 .v10-doc-help{font-size:9.5px;line-height:1.5;color:#707c81;margin:6px 0 11px}.land-v10 .v10-fake-input{font-size:10.5px;padding:10px 11px;background:#fbfcfa}.land-v10 .v10-example-box{margin-top:10px;padding:10px 11px;background:#f0f4ed;border-radius:9px;border:1px solid #dfe6d9}.land-v10 .v10-example-box b,.land-v10 .v10-example-box span{display:block}.land-v10 .v10-example-box b{font-size:8px;color:#5f7a59;text-transform:uppercase;letter-spacing:.07em}.land-v10 .v10-example-box span{font-size:9.5px;color:#596761;margin-top:3px;line-height:1.45}.land-v10 .v10-doc-actions{display:flex;justify-content:space-between;margin-top:15px}.land-v10 .v10-doc-output{padding:24px 21px;background:#fff;box-shadow:0 8px 25px #13202b0b}.land-v10 .v10-output-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#e8f1f0;color:#0e4f52;margin-bottom:17px}.land-v10 .v10-doc-output>small{font-size:7.8px;letter-spacing:.11em;color:#82908e}.land-v10 .v10-doc-output h4{font-size:20px;margin:5px 0 16px;letter-spacing:-.025em}.land-v10 .v10-doc-output p{font-size:9.5px;line-height:1.65;color:#4d5b60}.land-v10 .v10-doc-output>div:last-child{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #e7e6df;padding-top:12px;margin-top:18px;font-size:8.5px;color:#7d888c}.land-v10 .v10-team-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:14px}.land-v10 .v10-people,.land-v10 .v10-assignment{padding:15px}.land-v10 .v10-people>div:not(.section-t){display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:9px;align-items:center;padding:10px 0;border-bottom:1px solid #e7e6df}.land-v10 .v10-people>div:last-child{border-bottom:0}.land-v10 .v10-avatar{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#e8f1f0;color:#0e4f52;font-size:9px;font-weight:750}.land-v10 .v10-people b,.land-v10 .v10-people small{display:block}.land-v10 .v10-people b{font-size:10.5px}.land-v10 .v10-people small{font-size:8.5px;color:#7b858b;margin-top:2px}.land-v10 .v10-people .workflow-status{font-size:8px;padding:3px 6px}.land-v10 .v10-assignment h4{font-size:15px;margin:0 0 12px}.land-v10 .v10-assignment>div:not(.section-t){display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:11px 0;border-top:1px solid #e7e6df}.land-v10 .v10-assignment span{font-size:9px;color:#7e898e}.land-v10 .v10-assignment b{font-size:9.5px;text-align:right}.land-v10 .v10-dossier-layout{display:grid;grid-template-columns:minmax(0,1fr) 235px;gap:18px;align-items:center}.land-v10 .v10-dossier-page{background:#fff;min-height:420px;border:1px solid #dadbd6;box-shadow:0 20px 48px #13202b14;padding:28px 31px;position:relative}.land-v10 .v10-dossier-brand{display:flex;align-items:center;gap:9px}.land-v10 .v10-dossier-brand>span{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#0e4f52;color:#fff;font-size:11px;font-weight:800}.land-v10 .v10-dossier-brand b,.land-v10 .v10-dossier-brand small{display:block}.land-v10 .v10-dossier-brand b{font-size:10px}.land-v10 .v10-dossier-brand small{font-size:7.5px;color:#879194}.land-v10 .v10-dossier-title{margin:42px 0 24px}.land-v10 .v10-dossier-title small{font-size:7.5px;letter-spacing:.12em;color:#788b86}.land-v10 .v10-dossier-title h4{font-size:27px;letter-spacing:-.04em;margin:5px 0 4px}.land-v10 .v10-dossier-title p{font-size:9.5px;color:#7c878c;margin:0}.land-v10 .v10-dossier-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px;background:#f7f8f5;border:1px solid #e6e8e4;border-radius:10px}.land-v10 .v10-dossier-facts>div{min-width:0}.land-v10 .v10-dossier-facts small,.land-v10 .v10-dossier-facts b{display:block}.land-v10 .v10-dossier-facts small{font-size:7px;color:#8a9498;text-transform:uppercase;letter-spacing:.08em}.land-v10 .v10-dossier-facts b{font-size:8.5px;margin-top:4px}.land-v10 .v10-dossier-facts .workflow-status,.land-v10 .v10-dossier-facts .badge{font-size:7.5px;padding:2px 5px;margin-top:3px}.land-v10 .v10-dossier-facts .badge .dot{width:5px;height:5px;background:currentColor}.land-v10 .v10-dossier-index{display:grid;margin-top:17px}.land-v10 .v10-dossier-index>b{font-size:8px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.land-v10 .v10-dossier-index>span{display:flex;align-items:center;gap:9px;border-top:1px solid #ecece8;padding:7px 0;font-size:8.5px}.land-v10 .v10-dossier-index i{font-style:normal;color:#76918a;font-family:ui-monospace,Menlo,monospace;font-size:7.5px}.land-v10 .v10-dossier-foot{position:absolute;left:31px;right:31px;bottom:18px;border-top:1px solid #ecece8;padding-top:7px;font-size:7px;color:#98a2a5}.land-v10 .v10-dossier-side{display:grid;gap:9px}.land-v10 .v10-dossier-side .card{padding:11px;display:flex;gap:9px;align-items:flex-start}.land-v10 .v10-dossier-side .card>span{color:#0e4f52;flex:0 0 auto}.land-v10 .v10-dossier-side b,.land-v10 .v10-dossier-side small{display:block}.land-v10 .v10-dossier-side b{font-size:9.5px}.land-v10 .v10-dossier-side small{font-size:8px;color:#7c878c;line-height:1.4;margin-top:2px}.land-v10 .v10-export-link{display:flex;align-items:center;justify-content:space-between;gap:12px;text-decoration:none;color:#0e4f52;font-size:9.5px;font-weight:700;padding:11px 2px;margin-top:4px}.land-v10 .v10-export-link:hover{text-decoration:underline}.land-v10 .v10-tour-under{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;margin-top:15px;color:#778287;font-size:9.5px}.land-v10 .v10-tour-under span{display:inline-flex;align-items:center;gap:6px}.land-v10 .v10-tour-under svg{color:#5f8855}@media (pointer:fine) and (min-width:901px){.land-v10 .v10-tour-shell{transition:box-shadow .55s cubic-bezier(.2,.8,.2,1),transform .55s cubic-bezier(.2,.8,.2,1)}.land-v10 .v10-tour-shell:hover{box-shadow:0 38px 92px #13202b20,0 2px 8px #13202b09;transform:translateY(-2px)}.land-v10 .v10-register-row,.land-v10 .v10-task-row,.land-v10 .v10-next-list>div{transition:background .25s ease,border-color .25s ease,transform .35s cubic-bezier(.2,.8,.2,1)}.land-v10 .v10-register-row:hover,.land-v10 .v10-task-row:hover,.land-v10 .v10-next-list>div:hover{background:#fdfefb;transform:translate(2px)}}@media (max-width:1000px){.land-v10 .v10-tour-layout{grid-template-columns:160px minmax(0,1fr)}.land-v10 .v10-tour-content{padding:22px 20px 25px}.land-v10 .v10-register-row{grid-template-columns:minmax(0,1fr) 205px}.land-v10 .v10-register-row>button{display:none}.land-v10 .v10-tour-stepper small{display:none}}@media (max-width:900px){.land-v10 .v10-tour{padding:74px 0 80px}.land-v10 .v10-tour-shell{border-radius:16px}.land-v10 .v10-tour-layout{display:block;min-height:0}.land-v10 .v10-tour-nav{border-right:0;border-bottom:1px solid #e7e6df;display:flex;flex-direction:row;overflow-x:auto;padding:8px;scrollbar-width:none}.land-v10 .v10-tour-nav::-webkit-scrollbar{display:none}.land-v10 .v10-tour-nav>button{flex:0 0 auto;padding:8px 10px}.land-v10 .v10-tour-nav>button.active{box-shadow:inset 0 -2px #0e4f52}.land-v10 .v10-tour-nav-footer{display:none}.land-v10 .v10-tour-content{padding:20px 16px 22px}.land-v10 .v10-tour-panel{min-height:0}.land-v10 .v10-tour-topbar{height:58px}.land-v10 .v10-tour-demo-note{display:none}.land-v10 .v10-tour-stats{grid-template-columns:1fr 1fr}.land-v10 .v10-tour-two-col,.land-v10 .v10-doc-layout,.land-v10 .v10-team-grid,.land-v10 .v10-dossier-layout{grid-template-columns:1fr}.land-v10 .v10-register-row{grid-template-columns:1fr;gap:9px}.land-v10 .v10-register-state{grid-template-columns:1fr 1fr}.land-v10 .v10-register-state>div{display:block}.land-v10 .v10-register-state small{display:block;margin-bottom:3px}.land-v10 .v10-task-row{grid-template-columns:7px minmax(0,1fr) auto}.land-v10 .v10-task-row>button{display:none}.land-v10 .v10-dossier-side{grid-template-columns:1fr 1fr}.land-v10 .v10-export-link{grid-column:1/-1}}@media (max-width:600px){.land-v10 .v10-tour-page-head{display:block}.land-v10 .v10-tour-page-head>a,.land-v10 .v10-tour-page-head>button{margin-top:12px}.land-v10 .v10-tour-stats{gap:7px}.land-v10 .v10-tour-stats .stat{padding:11px}.land-v10 .v10-tour-nav>button span{display:none}.land-v10 .v10-tour-nav>button{width:38px;height:36px;justify-content:center;padding:0}.land-v10 .v10-register-state{grid-template-columns:1fr}.land-v10 .v10-task-row{grid-template-columns:7px minmax(0,1fr)}.land-v10 .v10-task-row>.workflow-status{grid-column:2;width:max-content}.land-v10 .v10-dossier-page{padding:22px 19px;min-height:400px}.land-v10 .v10-dossier-foot{left:19px;right:19px}.land-v10 .v10-dossier-side{grid-template-columns:1fr}.land-v10 .v10-tour-under{justify-content:flex-start;gap:8px}}@media (prefers-reduced-motion:reduce){.land-v10 .v10-tour-panel{animation:none}.land-v10 .v10-tour-shell,.land-v10 .v10-register-row,.land-v10 .v10-task-row,.land-v10 .v10-next-list>div,.land-v10 .v10-tour-nav>button{transition:none!important;transform:none!important}}.land-v10 .v10-export-box{margin-top:3px;padding:11px 12px;border:1px solid #dde2dd;border-radius:10px;background:#fbfcfa}.land-v10 .v10-export-box>small{display:block;font-size:7.4px;letter-spacing:.1em;color:#89938f;margin-bottom:5px}.land-v10 .v10-export-box>a{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:7px 0;border-top:1px solid #e9ebe7;text-decoration:none;color:#152129}.land-v10 .v10-export-box>a b{font-size:8.8px}.land-v10 .v10-export-box>a span{font-size:7.7px;color:#0e4f52}.land-v10 .v10-export-box>a:hover span{text-decoration:underline}.land-v10 .v10-export-box>div{display:flex;flex-wrap:wrap;gap:5px;border-top:1px solid #e9ebe7;padding-top:8px}.land-v10 .v10-export-box>div span{font-size:7.7px;color:#65716f;background:#f0f3ef;border:1px solid #e0e5df;border-radius:999px;padding:4px 6px}.land-v102{--v102-deep:#0f3132;--v102-teal:#0e5b5d;--v102-mint:#eaf4ef;--v102-paper:#fbfbf8;--v102-shadow:0 34px 90px rgba(15,49,50,.14)}.land-v102 .v102-hero-product{perspective:none}.land-v102 .v102-hero-product:before{content:"";position:absolute;top:8%;right:-8%;bottom:-10%;left:7%;border-radius:42px;background:radial-gradient(circle at 50% 35%,#71a99733,#71a99700 66%);filter:blur(18px);pointer-events:none}.land-v102 .v102-hero-window,.land-v102[data-v091=true] .v102-hero-window{position:relative;z-index:1;transform:none!important;will-change:auto!important;box-shadow:0 36px 100px #122c2d2b,0 1px #ffffffb3 inset;border-color:#13202b1c;overflow:hidden}.land-v102 .v102-demo-context{background:#f7f8f5;border-bottom:1px solid var(--v09-line);padding:9px 12px 10px}.land-v102 .v102-demo-context-label{display:block;font-size:7.5px;letter-spacing:.12em;text-transform:uppercase;color:#8b9698;font-weight:760;padding:0 2px 5px}.land-v102 .v102-demo-context .v09-demo-nav{padding:0;border:0;background:transparent}.land-v102 .v102-demo-context .v09-demo-nav button{font-size:9.4px;padding:8px 7px;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.land-v102 .v102-demo-context .v09-demo-nav button:hover{background:#ffffffbf;color:var(--v09-brand)}.land-v102 .v102-demo-body{min-height:355px;height:355px;display:flex;flex-direction:column;padding:20px 22px 16px;animation:v102-demo-fade .34s cubic-bezier(.2,.8,.2,1) both}@keyframes v102-demo-fade{0%{opacity:.25;transform:translateY(5px)}to{opacity:1;transform:none}}.land-v102 .v102-hero-stepper{display:grid;grid-template-columns:repeat(5,1fr);margin:16px 0 14px;gap:0}.land-v102 .v102-hero-stepper span{position:relative;display:flex;align-items:center;justify-content:center;height:28px;font-size:8px;color:#8c9698;border-top:1px solid #dfe4e0;padding-top:7px}.land-v102 .v102-hero-stepper span:before{content:"";position:absolute;top:-5px;width:9px;height:9px;border-radius:50%;background:#fff;border:1px solid #cfd7d3}.land-v102 .v102-hero-stepper span small{position:absolute;top:10px;font-size:6.6px;white-space:nowrap;color:#929b9d;font-weight:560}.land-v102 .v102-hero-stepper .done{color:#5b8f6a}.land-v102 .v102-hero-stepper .done:before{background:#6d9d73;border-color:#6d9d73}.land-v102 .v102-hero-stepper .active{color:var(--v09-brand);font-weight:750}.land-v102 .v102-hero-stepper .active:before{background:var(--v09-brand);border-color:var(--v09-brand);box-shadow:0 0 0 4px #0e4f521a}.land-v102 .v102-demo-cards{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:2px}.land-v102 .v102-demo-cards>div{min-height:75px;padding:11px 11px 10px}.land-v102 .v102-demo-cards b{font-size:10px;line-height:1.25}.land-v102 .v102-demo-cards span{font-size:7.8px}.land-v102 .v102-demo-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #e7ebe7;margin-top:auto;padding-top:12px;font-size:8.5px;color:#879294}.land-v102 .v102-demo-footer>span{display:flex;align-items:center;gap:6px}.land-v102 .v102-demo-footer>a{text-decoration:none;color:var(--v09-brand);font-weight:700}.land-v102 .v102-demo-footer b{font-size:10px}.land-v102 .v09-float-note{display:none!important}.land-v102 .v102-mandate-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px;max-width:650px}.land-v102 .v102-mandate-facts span{border-top:1px solid rgba(255,255,255,.13);padding-top:12px;display:flex;flex-direction:column;gap:3px}.land-v102 .v102-mandate-facts b{font-size:12px;color:#e8f1ed}.land-v102 .v102-mandate-facts small{font-size:8.4px;line-height:1.45;color:#8da8a2}.land-v102 .v102-penalty-label{font-size:7.5px;letter-spacing:.14em;color:#7d9993;font-weight:800;margin-bottom:6px;max-width:320px;line-height:1.45}.land-v102 .v09-penalty-number,.land-v102 .v09-penalty-percent{font-variant-numeric:tabular-nums;letter-spacing:-.055em}.land-v102 .v09-story-grid{grid-template-columns:minmax(360px,.76fr) minmax(610px,1.24fr);gap:58px}.land-v102 .v09-story-stage{top:88px}.land-v102 .v091-story-progress{margin:0 0 12px}.land-v102 .v102-story-window{background:#fff;border:1px solid rgba(19,32,43,.11);border-radius:22px;overflow:hidden;box-shadow:0 38px 100px #112e2f29;height:610px;transform:translateZ(0)}.land-v102 .v102-story-topbar{height:54px;background:#121a24;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 16px;gap:14px}.land-v102 .v102-story-topbar>div{display:flex;align-items:center;gap:8px}.land-v102 .v102-story-topbar b{font-size:11px}.land-v102 .v102-story-topbar small{font-size:8px;color:#93a1aa;padding-left:2px}.land-v102 .v102-mini-logo{width:25px;height:25px;border-radius:7px;background:#0e5b5d;color:#fff;display:grid;place-items:center;font-size:10px;font-weight:800;box-shadow:inset 0 0 0 1px #ffffff1a}.land-v102 .v102-demo-badge{font-size:8px;color:#b5c1c6;background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:999px;padding:5px 8px}.land-v102 .v102-story-app{display:grid;grid-template-columns:48px minmax(0,1fr);height:556px;background:#f5f5f1}.land-v102 .v102-story-sidebar{background:#fafaf7;border-right:1px solid #e4e5df;display:flex;flex-direction:column;align-items:center;padding-top:16px;gap:7px}.land-v102 .v102-story-sidebar span{width:31px;height:31px;border-radius:8px;display:grid;place-items:center;color:#879197}.land-v102 .v102-story-sidebar span.on{background:#e7f0ef;color:#0e5b5d;box-shadow:inset 2px 0 #0e5b5d}.land-v102 .v102-story-main{min-width:0;padding:18px 20px 20px;overflow:hidden}.land-v102 .v102-story-system-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:11px}.land-v102 .v102-story-system-head>div:first-child{min-width:0}.land-v102 .v102-story-system-head small{font-size:7px;letter-spacing:.13em;color:#788b8d;font-weight:760}.land-v102 .v102-story-system-head h4{font-size:20px;letter-spacing:-.03em;margin:3px 0 2px}.land-v102 .v102-story-system-head>div:first-child>span{font-size:8px;color:#7c878b}.land-v102 .v102-story-status{background:#fff;border:1px solid #dde2de;border-radius:10px;padding:8px 10px;text-align:right;min-width:72px}.land-v102 .v102-story-status small{display:block;font-size:6.5px;letter-spacing:.09em;color:#929b9c}.land-v102 .v102-story-status b{display:block;font-size:12px;margin-top:2px;color:#0e5b5d}.land-v102 .v102-story-track{border-radius:11px;padding:10px 9px 9px;background:#fff;border:1px solid #e2e5e1;margin-bottom:12px}.land-v102 .v102-story-track span{font-size:6.8px}.land-v102 .v102-story-track small{font-size:6.2px}.land-v102 .v102-story-track i{width:19px;height:19px}.land-v102 .v102-story-workspace{display:grid;grid-template-columns:minmax(0,1fr) 168px;gap:11px;height:376px}.land-v102 .v102-story-screen,.land-v102[data-v091=true] .v102-story-screen{height:376px;min-height:0;border:1px solid #e0e3df;border-radius:13px;background:#fff;overflow:hidden;box-shadow:0 8px 24px #13202b09}.land-v102[data-v091=true] .v102-story-screen .v091-story-layer{padding:26px 26px 22px}.land-v102 .v102-story-screen h4{font-size:21px;margin:7px 0 17px}.land-v102 .v102-story-screen .v09-ui-copy{font-size:10.2px}.land-v102 .v102-story-screen .v09-ui-input{font-size:10.5px;padding:11px}.land-v102 .v102-story-screen .v09-ui-help{font-size:8.5px}.land-v102 .v102-story-screen .v09-ui-result{font-size:8.8px}.land-v102 .v102-system-context{background:#eef3ef;border:1px solid #dbe4de;border-radius:13px;padding:13px 12px;display:flex;flex-direction:column;gap:0;overflow:hidden}.land-v102 .v102-system-context>small{font-size:7px;letter-spacing:.12em;color:#72877f;font-weight:800;margin-bottom:6px}.land-v102 .v102-system-context>div{padding:8px 0;border-top:1px solid rgba(56,84,77,.1)}.land-v102 .v102-system-context>div span,.land-v102 .v102-system-context>div b{display:block}.land-v102 .v102-system-context>div span{font-size:7px;color:#82908b}.land-v102 .v102-system-context>div b{font-size:8.5px;margin-top:2px;line-height:1.35;color:#294540}.land-v102 .v102-system-context p{font-size:7.7px;line-height:1.5;color:#667871;margin:auto 0 0;padding-top:9px;border-top:1px solid rgba(56,84,77,.1)}.land-v102[data-v091=true] .v09-story-stage:hover .v09-story-device{transform:none!important}.land-v102 .v09-story-step{min-height:158px}.land-v102 .v09-story-step.active{transform:translate3d(5px,0,0)}.land-v102 .v102-capability-strip{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 17px 100px}.land-v102 .v102-capability-strip span{font-size:8.2px;color:#607075;background:#fff;border:1px solid #dedfd9;border-radius:999px;padding:6px 9px;box-shadow:0 3px 10px #13202b06}.land-v102 .v102-tour-shell{box-shadow:0 36px 95px #13202b1c,0 1px #fffc inset}.land-v102 .v10-tour-topbar{height:70px;padding:0 23px}.land-v102 .v10-tour-layout{grid-template-columns:205px minmax(0,1fr);min-height:630px}.land-v102 .v10-tour-nav{padding:18px 11px}.land-v102 .v10-tour-nav>button{font-size:11.8px;padding:11px 12px}.land-v102 .v10-tour-content{padding:30px 32px 34px;background:linear-gradient(180deg,#f5f5f0,#f1f2ed)}.land-v102 .v10-tour-panel{min-height:545px}.land-v102 .v10-tour-page-head h3{font-size:25px}.land-v102 .v10-tour-page-head p{font-size:11.8px}.land-v102 .v10-register-list{gap:9px}.land-v102 .v10-register-row{padding:14px 15px;grid-template-columns:minmax(0,1fr) 245px auto}.land-v102 .v10-register-main h4{font-size:12.3px}.land-v102 .v10-tour-stepper small{font-size:7.3px}.land-v102 .v10-register-state .workflow-status,.land-v102 .v10-register-state .badge{font-size:8.9px}.land-v102 .v10-tour-shell:hover{transform:none!important}.land-v102 .v102-artifacts{padding:118px 0 126px;background:linear-gradient(180deg,#102f31,#12393a);color:#edf4f0;overflow:hidden;position:relative}.land-v102 .v102-artifacts:before{content:"";position:absolute;width:780px;height:780px;border-radius:50%;right:-250px;top:-260px;background:radial-gradient(circle,#c6e2b71c,#c6e2b700 66%);pointer-events:none}.land-v102 .v102-artifact-head{position:relative;z-index:1}.land-v102 .v102-artifact-head .v09-chapter{color:#7fa59c}.land-v102 .v102-artifact-head .eyebrow{color:#9cbab3}.land-v102 .v102-artifact-head h2{color:#f5faf6}.land-v102 .v102-artifact-head p{color:#a8bdb8}.land-v102 .v102-artifact-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(330px,.8fr) minmax(520px,1.2fr);gap:80px;align-items:center;margin-top:45px}.land-v102 .v102-artifact-copy{max-width:470px}.land-v102 .v102-artifact-tabs{display:inline-flex;background:#ffffff0f;border:1px solid rgba(255,255,255,.11);border-radius:10px;padding:4px;margin-bottom:28px}.land-v102 .v102-artifact-tabs button{border:0;background:transparent;color:#9fb5b0;border-radius:7px;padding:8px 12px;font:inherit;font-size:9.5px;font-weight:650;cursor:pointer;transition:background .2s ease,color .2s ease}.land-v102 .v102-artifact-tabs button.active{background:#f5f8f4;color:#173638;box-shadow:0 4px 14px #0000001f}.land-v102 .v102-artifact-type{font-size:7.8px;letter-spacing:.14em;color:#95aaa5;font-weight:800}.land-v102 .v102-artifact-info h3{font-size:34px;line-height:1.08;letter-spacing:-.04em;margin:10px 0 15px;color:#fff}.land-v102 .v102-artifact-info p{font-size:12px;line-height:1.7;color:#abc0bb;margin:0 0 20px}.land-v102 .v102-artifact-checks{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.land-v102 .v102-artifact-checks span{display:flex;align-items:center;gap:5px;font-size:9px;color:#d1e1dc}.land-v102 .v102-artifact-checks svg{color:#afd28f}.land-v102 .v102-artifact-info .btn{margin-right:12px}.land-v102 .v102-artifact-info>small{display:block;font-size:8px;color:#79958f;margin-top:13px}.land-v102 .v102-paper-stage{height:615px;position:relative;perspective:1400px}.land-v102 .v102-paper-shadow{position:absolute;width:390px;aspect-ratio:1/1.414;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 34px 90px #00000047;transition:transform .7s cubic-bezier(.2,.8,.2,1),opacity .35s ease}.land-v102 .v102-paper-shadow img{width:100%;height:100%;object-fit:cover;display:block}.land-v102 .v102-paper-shadow.first{left:16%;top:10px;z-index:2;transform:rotate(-1.2deg)}.land-v102 .v102-paper-shadow.second{left:43%;top:62px;z-index:1;transform:rotate(4.2deg);opacity:.78}.land-v102 .v102-paper-stage:hover .first{transform:translateY(-7px) rotate(-1.8deg)}.land-v102 .v102-paper-stage:hover .second{transform:translate(7px,7px) rotate(5.2deg);opacity:.92}.land-v102 .v102-paper-meta{position:absolute;left:12%;bottom:9px;z-index:3;display:flex;gap:6px}.land-v102 .v102-paper-meta span{font-size:8px;color:#c8d9d4;background:#071e1fc7;border:1px solid rgba(255,255,255,.13);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);padding:6px 8px;border-radius:999px}.land-v102 .v102-mobile-banner{grid-template-columns:minmax(0,1fr) 420px;min-height:430px;padding:52px 58px 0;gap:48px;background:linear-gradient(125deg,#123738,#1c4a4a 60%,#245454)}.land-v102 .v102-mobile-copy{align-self:center;padding-bottom:48px}.land-v102 .v102-mobile-copy h3{font-size:34px;max-width:580px}.land-v102 .v102-mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;margin-top:20px;max-width:500px}.land-v102 .v102-mobile-actions span{display:flex;align-items:center;gap:7px;font-size:9.5px;color:#d4e2de}.land-v102 .v102-mobile-actions svg{color:#b4d58f}.land-v102 .v102-device-stage{position:relative;height:430px;align-self:end}.land-v102 .v102-tablet-card{position:absolute;right:16px;top:55px;width:310px;height:260px;border-radius:20px;background:#f6f7f3;border:6px solid #24393a;box-shadow:0 30px 70px #0000003b;overflow:hidden;transform:rotate(1.7deg)}.land-v102 .v102-tablet-top{height:44px;background:#121a24;color:#fff;display:flex;align-items:center;gap:7px;padding:0 12px}.land-v102 .v102-tablet-top .v102-mini-logo{width:22px;height:22px;font-size:8px}.land-v102 .v102-tablet-top b{font-size:9px}.land-v102 .v102-tablet-top small{font-size:7px;color:#97a6ad;margin-left:auto}.land-v102 .v102-tablet-body{padding:22px 20px}.land-v102 .v102-tablet-body>small{font-size:6.5px;letter-spacing:.12em;color:#80908c}.land-v102 .v102-tablet-body>b{display:block;font-size:18px;margin:6px 0 4px;color:#17292c}.land-v102 .v102-tablet-body>span{font-size:8px;color:#6e7a7e}.land-v102 .v102-tablet-body>div{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-top:22px}.land-v102 .v102-tablet-body i{height:4px;border-radius:999px;background:#dce2de}.land-v102 .v102-tablet-body i.on{background:#0e5b5d}.land-v102 .v102-phone{position:absolute;left:8px;bottom:-68px;width:218px;height:410px;margin:0;z-index:2;transform:rotate(-1deg);box-shadow:0 30px 70px #00000047}.land-v102 .v102-phone-screen{padding:35px 12px 10px;position:relative}.land-v102 .v102-phone-head{display:grid!important;grid-template-columns:24px 1fr 24px!important;align-items:center!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0 0 10px!important;margin:0 0 6px!important}.land-v102 .v102-phone-head .v102-mini-logo{width:22px;height:22px;font-size:8px}.land-v102 .v102-phone-head>b{font-size:10px!important;margin:0!important}.land-v102 .v102-phone-head>i{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e7eeea;color:#46605b;font-style:normal;font-size:7px}.land-v102 .v102-phone-screen>small{font-size:6.5px}.land-v102 .v102-phone-screen>b{font-size:15px;margin:4px 0 10px}.land-v102 .v102-phone-card{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:7px!important;background:#fff!important;border:1px solid #e1e5e1!important;border-radius:9px!important;padding:8px!important;margin-top:6px!important}.land-v102 .v102-phone-card>span{min-width:0}.land-v102 .v102-phone-card strong,.land-v102 .v102-phone-card small{display:block}.land-v102 .v102-phone-card strong{font-size:7.7px;color:#182b2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.land-v102 .v102-phone-card small{font-size:6.2px;color:#879194;margin-top:2px}.land-v102 .v102-phone-card>i{flex:0 0 auto}.land-v102 .v102-phone-card>i.review{color:#6b5c9b;background:#f0ecfb}.land-v102 .v102-phone-screen>button{margin-top:9px;padding:8px;font-size:7.7px}.land-v102 .v102-phone-screen>nav{position:absolute;left:8px;right:8px;bottom:7px;border-top:1px solid #e4e7e3;display:grid;grid-template-columns:repeat(4,1fr);padding-top:6px;background:#f8f8f4}.land-v102 .v102-phone-screen>nav span{display:flex;flex-direction:column;align-items:center;gap:1px;font-size:9px;color:#8c9699}.land-v102 .v102-phone-screen>nav span.on{color:#0e5b5d}.land-v102 .v102-phone-screen>nav small{font-size:5.7px}@media (pointer:fine) and (min-width:901px){.land-v102 .v102-hero-window{transition:box-shadow .35s ease}.land-v102 .v102-hero-window:hover{box-shadow:0 42px 112px #122c2d33,0 1px #ffffffb3 inset}.land-v102 .v102-tour-shell{transition:box-shadow .35s ease}.land-v102 .v102-tour-shell:hover{box-shadow:0 42px 110px #13202b21,0 1px #fffc inset}}@media (max-width:1180px){.land-v102 .v09-story-grid{grid-template-columns:minmax(320px,.72fr) minmax(520px,1.28fr);gap:36px}.land-v102 .v102-story-workspace{grid-template-columns:minmax(0,1fr) 145px}.land-v102 .v102-system-context{padding:11px 10px}.land-v102 .v102-artifact-layout{grid-template-columns:.78fr 1.22fr;gap:42px}.land-v102 .v102-paper-shadow{width:350px}.land-v102 .v102-mobile-banner{grid-template-columns:1fr 370px;padding-left:42px;padding-right:42px}}@media (max-width:1000px){.land-v102 .v102-capability-strip{margin-left:0}.land-v102 .v102-artifact-layout{grid-template-columns:1fr;gap:28px}.land-v102 .v102-artifact-copy{max-width:650px}.land-v102 .v102-paper-stage{height:560px;max-width:700px;width:100%;margin:0 auto}.land-v102 .v102-paper-shadow.first{left:9%}.land-v102 .v102-paper-shadow.second{left:42%}.land-v102 .v102-mobile-banner{grid-template-columns:1fr 330px}.land-v102 .v102-tablet-card{width:260px;right:0}.land-v102 .v102-phone{width:190px}}@media (max-width:900px){.land-v102 .v102-demo-body{height:auto;min-height:0}.land-v102 .v102-demo-cards{grid-template-columns:1fr}.land-v102 .v102-hero-stepper small{display:none}.land-v102 .v102-mandate-facts{grid-template-columns:1fr}.land-v102 .v102-story-window{height:auto;max-width:680px;margin:0 auto}.land-v102 .v102-story-app{height:auto;grid-template-columns:1fr}.land-v102 .v102-story-sidebar{display:none}.land-v102 .v102-story-main{padding:16px}.land-v102 .v102-story-workspace{display:block;height:auto}.land-v102 .v102-system-context{display:none}.land-v102 .v102-story-screen,.land-v102[data-v091=true] .v102-story-screen{height:auto;min-height:320px}.land-v102[data-v091=true] .v102-story-screen .v091-story-layer{padding:0}.land-v102 .v102-story-topbar{height:50px}.land-v102 .v102-mobile-banner{grid-template-columns:1fr;min-height:680px;padding:38px 30px 0}.land-v102 .v102-mobile-copy{padding-bottom:0}.land-v102 .v102-device-stage{width:360px;max-width:100%;margin:0 auto}.land-v102 .v102-tablet-card{right:0}.land-v102 .v102-phone{left:0}}@media (max-width:680px){.land-v102 .v102-demo-context .v09-demo-nav{grid-template-columns:1fr}.land-v102 .v102-demo-context .v09-demo-nav button{text-align:left}.land-v102 .v102-capability-strip{gap:5px}.land-v102 .v102-capability-strip span{font-size:7.7px;padding:5px 7px}.land-v102 .v102-artifacts{padding:80px 0}.land-v102 .v102-artifact-info h3{font-size:28px}.land-v102 .v102-paper-stage{height:460px}.land-v102 .v102-paper-shadow{width:280px}.land-v102 .v102-paper-shadow.first{left:2%}.land-v102 .v102-paper-shadow.second{left:33%;top:48px}.land-v102 .v102-paper-meta{left:0}.land-v102 .v102-mobile-banner{min-height:650px;padding:32px 22px 0}.land-v102 .v102-mobile-actions{grid-template-columns:1fr}.land-v102 .v102-device-stage{width:300px;height:390px}.land-v102 .v102-tablet-card{width:235px;height:225px;top:60px}.land-v102 .v102-phone{width:175px;height:360px;bottom:-60px}}@media (prefers-reduced-motion:reduce){.land-v102 .v102-demo-body,.land-v102 .v102-paper-shadow,.land-v102 .v102-hero-window,.land-v102 .v102-tour-shell{animation:none!important;transition:none!important;transform:none!important}}.land-v11{--v11-ease:cubic-bezier(.22,.61,.36,1);--v11-ease-apple:cubic-bezier(.16,1,.3,1);--v11-shadow:0 34px 90px rgba(18,45,46,.14),0 8px 28px rgba(18,45,46,.07)}.land-v11 .v09-shell{width:min(1240px,calc(100% - 48px))}.land-v11 .v09-section-head{margin-bottom:54px}.land-v11 .v09-section-head.compact{margin-bottom:32px}.land-v11 .v11-hero{padding-top:96px;padding-bottom:112px}.land-v11 .v11-hero-product{min-width:0}.land-v11 .v11-hero-window{transform:none!important;border-radius:26px;box-shadow:0 40px 110px #13323429,0 6px 18px #13202b0f}.land-v11 .v11-demo-context{background:#f7f8f5;border-bottom:1px solid rgba(19,32,43,.09)}.land-v11 .v11-casefile{padding:25px 26px 23px;background:linear-gradient(180deg,#fff,#fbfcfa)}.land-v11 .v11-casefile-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.land-v11 .v11-casefile-head>div{min-width:0}.land-v11 .v11-casefile-head small{display:block;font-size:9px;letter-spacing:.12em;color:#879194;text-transform:uppercase}.land-v11 .v11-casefile-head h3{font-size:23px;letter-spacing:-.03em;margin:4px 0 5px}.land-v11 .v11-casefile-head p{font-size:11px;line-height:1.5;color:#68747a;margin:0;max-width:430px}.land-v11 .v11-casefile-track{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin:22px 0 18px;position:relative}.land-v11 .v11-casefile-track:before{content:"";position:absolute;left:9%;right:9%;top:12px;height:1px;background:#dfe4df}.land-v11 .v11-casefile-track span{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:5px;color:#9aa3a4;font-size:8px;text-align:center}.land-v11 .v11-casefile-track i{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;border:1px solid #d6ddda;background:#fff;font-size:8px;font-style:normal;font-weight:800}.land-v11 .v11-casefile-track span.done i{background:#eaf5ec;border-color:#a4d7ae;color:#34824a}.land-v11 .v11-casefile-track span.active i{background:#0e4f52;border-color:#0e4f52;color:#fff;box-shadow:0 0 0 5px #0e4f5214}.land-v11 .v11-casefile-track span.active small{color:#26494b;font-weight:750}.land-v11 .v11-casefile-events{display:grid;gap:8px}.land-v11 .v11-casefile-events article{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:11px;align-items:center;padding:12px 12px 12px 10px;border:1px solid rgba(19,32,43,.085);border-radius:12px;background:#fff;opacity:.55;transform:translate3d(0,10px,0)}.land-v11 .v11-hero-product.is-live .v11-casefile-events article{animation:v11-event-in .72s var(--v11-ease-apple) forwards;animation-delay:var(--delay)}@keyframes v11-event-in{to{opacity:1;transform:translateZ(0)}}.land-v11 .v11-event-icon{display:grid;place-items:center;width:29px;height:29px;border-radius:9px;background:#edf5f2;color:#1e6865;font-size:8px;font-weight:850;font-style:normal}.land-v11 .v11-event-icon.risk{background:#f7f0ff;color:#6244bd}.land-v11 .v11-event-icon.action{background:#f4f6e9;color:#6c7e24}.land-v11 .v11-casefile-events article small{display:block;color:#8b9699;font-size:7.5px;letter-spacing:.08em;text-transform:uppercase}.land-v11 .v11-casefile-events article b{display:block;color:#24343c;font-size:10.6px;margin-top:2px}.land-v11 .v11-casefile-events article p{margin:2px 0 0;color:#7b8589;font-size:8.5px;line-height:1.4}.land-v11 .v11-casefile-events article>i{font-style:normal;font-size:7.5px;color:#6f817d;background:#f2f5f2;border-radius:999px;padding:4px 7px;white-space:nowrap}.land-v11 .v11-demo-footer{margin-top:14px;padding-top:13px;border-top:1px solid rgba(19,32,43,.08)}.land-v11 .v09-mandate{position:relative}.land-v11 .v09-penalty-number>span:first-child,.land-v11 .v09-penalty-percent>span{font-variant-numeric:tabular-nums}.land-v11 .v09-penalty{min-height:340px;display:flex;flex-direction:column;justify-content:center}.land-v11 .v11-story-inline{display:none;margin-top:16px;padding:18px;border-radius:16px;background:#fff;border:1px solid rgba(19,32,43,.1);box-shadow:0 12px 28px #142f310f}.land-v11 .v09-story-step{scroll-margin-top:110px}.land-v11 .v09-story-screen,.land-v11 .v11-story-inline{contain:layout paint}.land-v11 .v11-tour{padding:118px 0 0;background:linear-gradient(180deg,#f7f6f1,#f4f5f1);overflow:clip}.land-v11 .v11-tour-head{padding-bottom:4px}.land-v11 .v11-tour-head h2{max-width:780px}.land-v11 .v11-tour-head p{max-width:800px}.land-v11 .v11-tour-intro-row{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px 0 26px;border-top:1px solid rgba(19,32,43,.09)}.land-v11 .v11-tour-current{display:flex;align-items:baseline;gap:10px}.land-v11 .v11-tour-current small{font-size:9px;color:#8b9699;text-transform:uppercase;letter-spacing:.1em}.land-v11 .v11-tour-current b{font-size:12px;color:#24464a}.land-v11 .v11-tour-capabilities{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.land-v11 .v11-tour-capabilities span{font-size:8px;color:#667378;padding:6px 8px;border:1px solid rgba(19,32,43,.09);border-radius:999px;background:#ffffffa6}.land-v11 .v11-tour-scroll{position:relative;margin-top:0}.land-v11 .v11-tour-sticky{position:sticky;top:78px;height:calc(100vh - 78px);display:flex;align-items:center;overflow:hidden}.land-v11 .v11-tour-shell{position:relative}.land-v11 .v11-tour-progress{height:2px;background:#dbe2dd;overflow:hidden;margin-bottom:14px;border-radius:999px}.land-v11 .v11-tour-progress>span{display:block;width:100%;height:100%;background:linear-gradient(90deg,#7da071,#0e6766);transform:scaleX(0);transform-origin:left;will-change:transform}.land-v11 .v11-tour-chapters{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin-bottom:12px}.land-v11 .v11-tour-chapters button{min-width:0;border:0;background:transparent;padding:7px 8px;border-radius:10px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:7px;text-align:left;color:#8b969a;font:inherit;cursor:pointer;transition:background .35s ease,color .35s ease,transform .35s var(--v11-ease)}.land-v11 .v11-tour-chapters button i{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;border:1px solid #d9dfdc;background:#fff;font-style:normal}.land-v11 .v11-tour-chapters button span{font-size:8.5px;font-weight:690;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.land-v11 .v11-tour-chapters button small{font-size:7px;font-family:ui-monospace,Menlo,monospace}.land-v11 .v11-tour-chapters button.active{background:#e9f1ef;color:#0c5658}.land-v11 .v11-tour-chapters button.active i{background:#0e5c5e;border-color:#0e5c5e;color:#fff;box-shadow:0 7px 18px #0e4f5229}.land-v11 .v11-tour-chapters button.done{color:#5f7e72}.land-v11 .v11-tour-chapters button:hover{transform:translateY(-1px);background:#eef2ee}.land-v11 .v11-app-frame{height:min(690px,calc(100vh - 188px));min-height:520px;border-radius:26px;overflow:hidden;border:1px solid rgba(19,32,43,.12);background:#fff;box-shadow:0 36px 90px #14313224,0 8px 24px #1431320f}.land-v11 .v11-tour-topbar{height:64px!important;padding:0 24px!important;background:#121a27!important}.land-v11 .v11-app-body{display:grid;grid-template-columns:58px minmax(0,1fr);height:calc(100% - 64px);min-width:0}.land-v11 .v11-app-sidebar{border-right:1px solid #e6e8e4;background:#fbfcfa;display:flex;flex-direction:column;align-items:center;padding:18px 8px;gap:9px;overflow:hidden}.land-v11 .v11-app-sidebar span{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;color:#7c8990;position:relative;transition:background .32s ease,color .32s ease}.land-v11 .v11-app-sidebar span small{display:none}.land-v11 .v11-app-sidebar span.active{background:#e7f0ee;color:#0c5c5d}.land-v11 .v11-app-sidebar span.active:after{content:"";position:absolute;left:-8px;top:8px;bottom:8px;width:2px;background:#0e6464;border-radius:999px}.land-v11 .v11-tour-viewport{position:relative;overflow:hidden;min-width:0;height:100%;background:#f7f7f3}.land-v11 .v11-tour-track{height:100%;display:flex;will-change:transform;transition:none;transform:translateZ(0)}.land-v11 .v11-tour-slide{flex:0 0 100%;width:100%;height:100%;overflow:hidden;padding:23px 28px 24px;box-sizing:border-box;display:flex;align-items:stretch}.land-v11 .v11-tour-slide>.v10-tour-panel{width:100%;height:100%;overflow:hidden;animation:none!important}.land-v11 .v11-tour-slide .v10-tour-page-head{margin-bottom:14px}.land-v11 .v11-tour-slide .v10-tour-page-head h3{font-size:25px}.land-v11 .v11-tour-slide .v10-tour-page-head p{font-size:10px;max-width:720px}.land-v11 .v11-tour-slide .v10-tour-stats{grid-template-columns:repeat(4,1fr);gap:9px}.land-v11 .v11-tour-slide .v10-tour-stats .card{padding:13px}.land-v11 .v11-tour-slide .v10-tour-stats .n{font-size:25px}.land-v11 .v11-tour-slide .v10-tour-two-col{gap:12px;margin-top:12px}.land-v11 .v11-tour-slide .v10-next-list>div{padding:10px}.land-v11 .v11-tour-slide .v10-stage-summary>div{padding:9px 10px}.land-v11 .v11-tour-slide .v10-register-list{gap:7px}.land-v11 .v11-tour-slide .v10-register-row{padding:10px 12px;min-height:72px}.land-v11 .v11-tour-slide .v10-register-row h4{font-size:12px}.land-v11 .v11-tour-slide .v10-tour-stepper small{font-size:6.4px}.land-v11 .v11-tour-slide .v10-tour-stepper span{width:19px;height:19px;font-size:6.5px}.land-v11 .v11-tour-slide .v10-task-row{padding:12px 10px}.land-v11 .v11-tour-slide .v10-doc-layout,.land-v11 .v11-tour-slide .v10-team-grid,.land-v11 .v11-tour-slide .v10-dossier-layout{gap:13px}.land-v11 .v11-tour-slide .v10-guided-doc,.land-v11 .v11-tour-slide .v10-doc-output{padding:17px}.land-v11 .v11-tour-slide .v10-dossier-page{transform:scale(.9);transform-origin:top left;width:111%;height:111%}.land-v11 .v11-tour-slide .v10-dossier-side{gap:7px}.land-v11 .v11-tour-foot{display:flex;justify-content:space-between;align-items:center;padding-top:10px;color:#7f8b8e;font-size:8.5px}.land-v11 .v11-tour-foot b{color:#1b5c5e}.land-v11 .v11-tour-under{margin:0 auto;padding:28px 0 110px}.land-v11 .v11-paper-stage .v102-paper-shadow{animation:v11-paper-enter .72s var(--v11-ease-apple) both}.land-v11 .v11-paper-stage .v102-paper-shadow.second{animation-delay:.08s}@keyframes v11-paper-enter{0%{opacity:0;transform:translate3d(26px,22px,0) rotate(1.2deg) scale(.98)}to{opacity:1;transform:translateZ(0) rotate(0) scale(1)}}.land-v11 .v102-paper-shadow{transition:transform .65s var(--v11-ease-apple),box-shadow .65s var(--v11-ease-apple)}.land-v11 .v102-paper-stage:hover .v102-paper-shadow.first{transform:translate3d(-10px,-7px,0) rotate(-.6deg)}.land-v11 .v102-paper-stage:hover .v102-paper-shadow.second{transform:translate3d(12px,5px,0) rotate(.7deg)}.land-v11 .v11-mobile-banner{grid-template-columns:minmax(0,.88fr) minmax(460px,1.12fr)!important;align-items:center;min-height:520px!important;padding:54px 58px!important;overflow:hidden}.land-v11 .v11-device-grid{display:grid;grid-template-columns:minmax(270px,1fr) 190px;gap:18px;align-items:end;justify-content:end;min-width:0}.land-v11 .v11-browser-device{height:310px;border-radius:20px;background:#f7f8f5;border:8px solid #172227;box-shadow:0 30px 65px #00000047;overflow:hidden;transform:rotate(-1.4deg)}.land-v11 .v11-device-bar{height:47px;background:#121a27;color:#fff;display:flex;align-items:center;gap:8px;padding:0 12px}.land-v11 .v11-device-bar b{font-size:10px}.land-v11 .v11-device-bar small{margin-left:auto;color:#aeb7ba;font-size:7px}.land-v11 .v11-browser-body{padding:18px}.land-v11 .v11-browser-body>small,.land-v11 .v11-phone-device>small{font-size:7px;letter-spacing:.12em;color:#879498}.land-v11 .v11-browser-body h4{margin:5px 0 12px;color:#182932;font-size:20px}.land-v11 .v11-browser-body>div{display:flex;justify-content:space-between;gap:8px;padding:10px;border:1px solid #e1e5e1;border-radius:10px;background:#fff;margin-bottom:7px;font-size:8px}.land-v11 .v11-browser-body>div b{font-size:7px;color:#7c5b22}.land-v11 .v11-browser-body>div b.ok{color:#3f8051}.land-v11 .v11-browser-body footer{display:flex;gap:5px;margin-top:15px}.land-v11 .v11-browser-body footer i{display:block;width:26px;height:4px;border-radius:99px;background:#dfe4df}.land-v11 .v11-browser-body footer i.on{width:55px;background:#1e7774}.land-v11 .v11-phone-device{height:390px;border-radius:35px;background:#fafbf8;border:9px solid #172227;padding:34px 13px 14px;box-shadow:0 35px 70px #0000004d;position:relative;overflow:hidden;transform:translateY(18px)}.land-v11 .v11-phone-device .v09-phone-island{top:10px;width:64px;height:16px}.land-v11 .v11-phone-head{display:flex;align-items:center;gap:7px;margin-bottom:18px}.land-v11 .v11-phone-head b{font-size:10px}.land-v11 .v11-phone-head>i{margin-left:auto;font-style:normal;font-size:7px;background:#edf2ee;border-radius:50%;width:25px;height:25px;display:grid;place-items:center;color:#61706c}.land-v11 .v11-phone-device h4{font-size:18px;line-height:1.1;margin:5px 0 12px;color:#172832}.land-v11 .v11-phone-row{display:flex;gap:8px;justify-content:space-between;align-items:center;padding:10px;border:1px solid #e0e5df;border-radius:10px;background:#fff;margin-bottom:7px}.land-v11 .v11-phone-row span{min-width:0}.land-v11 .v11-phone-row b{display:block;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.land-v11 .v11-phone-row small{display:block;font-size:6.5px;color:#8a9598;margin-top:2px}.land-v11 .v11-phone-row>i{font-style:normal;font-size:6.5px;background:#f7efe8;color:#a46749;padding:4px 5px;border-radius:999px;white-space:nowrap}.land-v11 .v11-phone-row.done>i{background:#eef5e9;color:#508050}.land-v11 .v11-phone-device>button{width:100%;border:0;background:#0d6263;color:#fff;border-radius:10px;font:inherit;font-size:8px;font-weight:750;padding:10px;margin-top:5px}.land-v11 .v11-pricing-head{grid-template-columns:1fr!important;gap:18px!important;align-items:start!important}.land-v11 .v11-pricing-head>div:first-child{max-width:760px}.land-v11 .v11-pricing-head .billing-interval-wrap{width:min(360px,100%)!important;margin:12px auto 4px!important;text-align:center!important}.land-v11 .v11-pricing-head .billing-interval-seg{margin:0 auto!important}.land-v11 .v11-pricing-head .billing-saving-note{text-align:center!important}@media (max-width:900px){.land-v11 .v09-shell{width:min(100% - 30px,720px)}.land-v11 .v11-hero{padding-top:56px;padding-bottom:76px}.land-v11 .v11-hero-product{max-width:680px}.land-v11 .v11-casefile{padding:21px 20px}.land-v11 .v11-casefile-events article{grid-template-columns:32px minmax(0,1fr) auto}.land-v11 .v09-story-grid{display:block!important}.land-v11 .v09-story-stage{display:none!important}.land-v11 .v09-story-steps{display:block}.land-v11 .v09-story-step{opacity:.52!important;transform:none!important;min-height:0!important;padding:26px 0!important}.land-v11 .v09-story-step.active{opacity:1!important}.land-v11 .v09-story-step p{opacity:1!important;visibility:visible!important;transform:none!important}.land-v11 .v11-story-inline{display:block;opacity:.35;transform:translate3d(0,10px,0);transition:opacity .55s ease,transform .7s var(--v11-ease-apple)}.land-v11 .v09-story-step.active .v11-story-inline{opacity:1;transform:none}.land-v11 .v11-story-inline h4{font-size:20px;margin:6px 0 12px}.land-v11 .v11-story-inline .v09-ui-input,.land-v11 .v11-story-inline .v09-rule-result,.land-v11 .v11-story-inline .v09-ui-result{font-size:11px}.land-v11 .v11-story-inline .v09-release-meta{grid-template-columns:1fr 1fr}.land-v11 .v09-story-cta{margin-bottom:10px}.land-v11 .v11-tour{padding-top:82px}.land-v11 .v11-tour-intro-row{align-items:flex-start;flex-direction:column}.land-v11 .v11-tour-capabilities{justify-content:flex-start}.land-v11 .v11-tour-sticky{top:74px;height:calc(100vh - 74px)}.land-v11 .v11-tour-chapters{display:flex;align-items:center;gap:4px;overflow:hidden}.land-v11 .v11-tour-chapters button{flex:1;grid-template-columns:1fr;padding:6px 2px;text-align:center;place-items:center}.land-v11 .v11-tour-chapters button i{width:24px;height:24px}.land-v11 .v11-tour-chapters button span{display:none}.land-v11 .v11-tour-chapters button small{font-size:6.5px}.land-v11 .v11-app-frame{height:calc(100vh - 180px);min-height:560px;border-radius:22px}.land-v11 .v11-tour-topbar{height:58px!important;padding:0 15px!important}.land-v11 .v10-tour-brand small{display:block}.land-v11 .v10-tour-demo-note{font-size:6.8px!important}.land-v11 .v11-app-body{grid-template-columns:1fr;height:calc(100% - 58px)}.land-v11 .v11-app-sidebar{display:none}.land-v11 .v11-tour-slide{padding:18px 18px 20px;overflow:hidden}.land-v11 .v11-tour-slide .v10-tour-page-head{display:block;margin-bottom:12px}.land-v11 .v11-tour-slide .v10-tour-page-head>button,.land-v11 .v11-tour-slide .v10-tour-page-head>a{margin-top:8px}.land-v11 .v11-tour-slide .v10-tour-page-head h3{font-size:23px}.land-v11 .v11-tour-slide .v10-tour-page-head p{font-size:9.5px;line-height:1.5}.land-v11 .v11-tour-slide .v10-tour-stats{grid-template-columns:repeat(2,1fr)}.land-v11 .v11-tour-slide .v10-tour-two-col{grid-template-columns:1fr}.land-v11 .v11-tour-slide .v10-tour-two-col section:last-child{display:none}.land-v11 .v11-tour-slide .v10-register-list{gap:6px}.land-v11 .v11-tour-slide .v10-register-row{grid-template-columns:1fr auto!important;min-height:66px;padding:9px 10px}.land-v11 .v11-tour-slide .v10-register-state{display:none}.land-v11 .v11-tour-slide .v10-register-row>button{font-size:7px;padding:6px 7px}.land-v11 .v11-tour-slide .v10-tour-stepper{margin-top:7px}.land-v11 .v11-tour-slide .v10-tour-stepper small{display:none}.land-v11 .v11-tour-slide .v10-tour-stepper span{width:17px;height:17px}.land-v11 .v11-tour-slide .v10-task-row{grid-template-columns:8px minmax(0,1fr) auto!important;padding:10px 8px}.land-v11 .v11-tour-slide .v10-task-row>button{display:none}.land-v11 .v11-tour-slide .v10-task-meta{gap:6px;flex-wrap:wrap}.land-v11 .v11-tour-slide .v10-task-meta span{font-size:7px}.land-v11 .v11-tour-slide .v10-task-row>.workflow-status{font-size:6.5px}.land-v11 .v11-tour-slide .v10-doc-layout,.land-v11 .v11-tour-slide .v10-team-grid,.land-v11 .v11-tour-slide .v10-dossier-layout{grid-template-columns:1fr!important}.land-v11 .v11-tour-slide .v10-doc-output,.land-v11 .v11-tour-slide .v10-people,.land-v11 .v11-tour-slide .v10-dossier-side{display:none}.land-v11 .v11-tour-slide .v10-guided-doc{padding:14px}.land-v11 .v11-tour-slide .v10-guided-doc label{font-size:11px}.land-v11 .v11-tour-slide .v10-example-box{padding:9px}.land-v11 .v11-tour-slide .v10-dossier-page{transform:none;width:100%;height:auto;padding:16px}.land-v11 .v11-tour-slide .v10-dossier-facts{grid-template-columns:1fr 1fr}.land-v11 .v11-tour-slide .v10-dossier-index span:nth-of-type(n+4){display:none}.land-v11 .v11-tour-foot{font-size:8px}.land-v11 .v11-tour-under{padding-bottom:78px}.land-v11 .v11-mobile-banner{grid-template-columns:1fr!important;min-height:0!important;padding:38px 26px 42px!important;gap:32px!important}.land-v11 .v11-device-grid{grid-template-columns:1fr;gap:20px;width:min(100%,440px);margin:0 auto}.land-v11 .v11-browser-device{height:270px;transform:none}.land-v11 .v11-phone-device{height:390px;width:210px;margin:0 auto;transform:none}.land-v11 .v11-pricing-head .billing-interval-wrap{width:min(330px,100%)!important}.land-v11 .v11-pricing-head .billing-interval-seg{display:grid!important;grid-template-columns:1fr 1fr;width:100%}}@media (max-width:560px){.land-v11 .v09-shell{width:calc(100% - 28px)}.land-v11 .v11-casefile-head{display:block}.land-v11 .v11-casefile-head>.v09-status-pill{display:inline-flex;margin-top:10px}.land-v11 .v11-casefile-track small{display:none}.land-v11 .v11-casefile-track{margin:18px 0 15px}.land-v11 .v11-casefile-events article{grid-template-columns:31px minmax(0,1fr)}.land-v11 .v11-casefile-events article>i{display:none}.land-v11 .v11-casefile-events article p{font-size:8px}.land-v11 .v11-tour-head h2{font-size:34px}.land-v11 .v11-tour-intro-row{padding-bottom:18px}.land-v11 .v11-app-frame{height:calc(100vh - 166px);min-height:520px}.land-v11 .v11-tour-slide{padding:15px 13px 16px}.land-v11 .v11-tour-slide .v10-tour-page-head h3{font-size:20px}.land-v11 .v11-tour-slide .v10-tour-page-head p{display:none}.land-v11 .v11-tour-slide .v10-tour-stats .card{padding:10px}.land-v11 .v11-tour-slide .v10-tour-stats .n{font-size:21px}.land-v11 .v11-tour-slide .v10-tour-stats .l{font-size:7px}.land-v11 .v11-tour-slide .v10-next-list>div{padding:8px}.land-v11 .v11-tour-slide .v10-next-list b{font-size:9px}.land-v11 .v11-tour-slide .v10-next-list small{font-size:7px}.land-v11 .v11-tour-slide .workflow-status{font-size:6.4px}.land-v11 .v11-tour-slide .register-compact-summary{gap:5px}.land-v11 .v11-tour-slide .register-compact-summary span{padding:6px 7px;font-size:7px}.land-v11 .v11-tour-slide .v10-register-row h4{font-size:10.5px}.land-v11 .v11-tour-slide .register-system-meta{font-size:6.5px}.land-v11 .v11-browser-device{height:240px}.land-v11 .v11-phone-device{height:360px}}@media (prefers-reduced-motion:reduce){.land-v11 .v11-casefile-events article{opacity:1;transform:none;animation:none!important}.land-v11 .v11-tour-scroll{height:auto!important}.land-v11 .v11-tour-sticky{position:relative;top:auto;height:auto}.land-v11 .v11-tour-viewport{overflow:visible}.land-v11 .v11-tour-track{display:grid;gap:18px;transform:none!important}.land-v11 .v11-tour-slide{width:100%;height:auto;min-height:520px}.land-v11 .v11-tour-chapters,.land-v11 .v11-tour-progress,.land-v11 .v11-tour-foot{display:none}.land-v11 .v102-paper-shadow{animation:none!important}}.land-v09[data-v12=true]{--v12-ink:#11232d;--v12-muted:#66757d;--v12-deep:#0d3d3f;--v12-teal:#0d6162;--v12-teal-2:#1d7774;--v12-lime:#aacb08;--v12-paper:#f7f8f4;--v12-white:#fff;--v12-line:rgba(17,35,45,.105);--v12-line-strong:rgba(17,35,45,.16);--v12-shadow:0 34px 90px rgba(21,48,49,.12),0 4px 16px rgba(21,48,49,.045);--v12-ease:cubic-bezier(.16,1,.3,1);--v12-ease-soft:cubic-bezier(.22,1,.36,1);overflow:clip;background:#f8f9f6;color:var(--v12-ink)}.land-v09[data-v12=true] main{overflow:clip}.land-v09[data-v12=true] .v12-section-no{display:block;font:700 10px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.14em;color:#6f8988;text-transform:uppercase;margin-bottom:22px}.land-v09[data-v12=true] .v12-kicker{display:inline-flex;align-items:center;gap:9px;font:750 10px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;color:#547372;text-transform:uppercase;margin-bottom:27px}.land-v09[data-v12=true] .v12-kicker>span{width:7px;height:7px;border-radius:50%;background:var(--v12-lime);box-shadow:0 0 0 6px #aacb0814}.land-v09[data-v12=true] .v12-app-icon{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:linear-gradient(145deg,#0c6f70,#0f5153);color:#fff;font-size:11px;font-weight:800;box-shadow:0 7px 18px #07474829}.land-v09[data-v12=true] .v12-readonly{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(96,124,113,.18);background:#f4f7f0;border-radius:999px;padding:7px 11px;color:#667572;font-size:8.5px;white-space:nowrap}.land-v09[data-v12=true] .v12-readonly i{width:6px;height:6px;border-radius:50%;background:#81b84a;box-shadow:0 0 0 4px #81b84a1c}.land-v09[data-v12=true] .v12-nav{background:#f8f9f6d1!important;backdrop-filter:blur(22px) saturate(1.2);-webkit-backdrop-filter:blur(22px) saturate(1.2);border-bottom:1px solid rgba(17,35,45,.07)!important}.land-v09[data-v12=true] .v12-nav .land-nav-in{max-width:1420px}.land-v09[data-v12=true] .v12-nav .land-nav-links{gap:28px}.land-v09[data-v12=true] .v12-nav .land-nav-links a{font-size:12px;color:#59686e}.land-v09[data-v12=true] .v12-hero{position:relative;min-height:calc(100vh - 72px);display:flex;align-items:center;padding:78px 0 72px;background:linear-gradient(180deg,#fbfcf8,#f7f9f5);isolation:isolate}.land-v09[data-v12=true] .v12-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(14,79,82,.14),transparent)}.land-v09[data-v12=true] .v12-hero-ambient{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:-1}.land-v09[data-v12=true] .v12-hero-ambient i{position:absolute;border-radius:50%;filter:blur(1px);opacity:.55}.land-v09[data-v12=true] .v12-hero-ambient i:nth-child(1){width:560px;height:560px;right:-170px;top:-220px;background:radial-gradient(circle,#97bea22e,#97bea200 70%)}.land-v09[data-v12=true] .v12-hero-ambient i:nth-child(2){width:460px;height:460px;left:-180px;bottom:-230px;background:radial-gradient(circle,#0e61621a,#0e616200 70%)}.land-v09[data-v12=true] .v12-hero-ambient i:nth-child(3){width:1px;height:70%;left:51%;top:15%;background:linear-gradient(180deg,transparent,rgba(14,79,82,.12),transparent);border-radius:0}.land-v09[data-v12=true] .v12-hero-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(570px,1.14fr);align-items:center;gap:70px;max-width:1420px}.land-v09[data-v12=true] .v12-hero-copy{position:relative;z-index:2}.land-v09[data-v12=true] .v12-hero-copy h1{font-size:clamp(54px,5vw,82px);line-height:.97;letter-spacing:-.055em;margin:0 0 28px;color:var(--v12-ink);max-width:760px}.land-v09[data-v12=true] .v12-hero-copy h1 em{font-style:normal;color:var(--v12-teal);font-weight:760}.land-v09[data-v12=true] .v12-hero-copy>p{font-size:19px;line-height:1.65;color:#65737a;max-width:670px;margin:0 0 31px}.land-v09[data-v12=true] .v12-hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.land-v09[data-v12=true] .v12-text-link{display:inline-flex;align-items:center;gap:12px;color:var(--v12-ink);font-size:13px;font-weight:750;text-decoration:none}.land-v09[data-v12=true] .v12-text-link span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;border:1px solid var(--v12-line-strong);transition:transform .35s var(--v12-ease),background .25s ease}.land-v09[data-v12=true] .v12-text-link:hover span{transform:translate(4px);background:#fff}.land-v09[data-v12=true] .v12-proof-line{display:flex;gap:17px 22px;flex-wrap:wrap;margin-top:31px;color:#7a868a;font-size:11px}.land-v09[data-v12=true] .v12-proof-line span{display:inline-flex;align-items:center;gap:7px}.land-v09[data-v12=true] .v12-proof-line svg{color:#6e9b67}.land-v09[data-v12=true] .v12-hero-product{position:relative;opacity:0;transform:translate3d(0,26px,0) scale(.985);transition:opacity .8s ease,transform 1s var(--v12-ease)}.land-v09[data-v12=true] .v12-hero-product.is-live{opacity:1;transform:none}.land-v09[data-v12=true] .v12-hero-product:before{content:"";position:absolute;top:15%;right:-7%;bottom:-11%;left:11%;border-radius:50px;background:radial-gradient(circle at 45% 45%,#357c712e,#357c7100 68%);filter:blur(26px);z-index:-1}.land-v09[data-v12=true] .v12-hero-window{border:1px solid rgba(17,35,45,.11);border-radius:28px;background:#fff;box-shadow:0 50px 115px #15303129,0 1px #ffffffe6 inset;overflow:hidden;min-height:550px}.land-v09[data-v12=true] .v12-window-top{height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:#111a24;color:#fff}.land-v09[data-v12=true] .v12-window-top>div{display:flex;align-items:center;gap:9px}.land-v09[data-v12=true] .v12-window-top b{font-size:12px}.land-v09[data-v12=true] .v12-window-top small{font-size:8px;color:#9da8ae;margin-left:3px}.land-v09[data-v12=true] .v12-window-top .v12-readonly{background:#ffffff0e;color:#bbc5c8;border-color:#ffffff17}.land-v09[data-v12=true] .v12-hero-app{display:grid;grid-template-columns:52px minmax(0,1fr);min-height:490px;background:#f7f8f5}.land-v09[data-v12=true] .v12-hero-app>aside{border-right:1px solid var(--v12-line);background:#fff;padding:17px 9px;display:flex;flex-direction:column;align-items:center;gap:11px}.land-v09[data-v12=true] .v12-hero-app>aside span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;color:#86929a}.land-v09[data-v12=true] .v12-hero-app>aside span.on{background:#e7f0ee;color:var(--v12-teal);box-shadow:inset 0 -2px 0 var(--v12-teal)}.land-v09[data-v12=true] .v12-hero-work{padding:18px 19px 20px;min-width:0}.land-v09[data-v12=true] .v12-case-switch{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:13px}.land-v09[data-v12=true] .v12-case-switch button{min-width:0;border:1px solid #dde3df;background:#ffffff9e;border-radius:10px;padding:8px 9px;text-align:left;color:#758188;font:650 8.7px/1.2 inherit;cursor:pointer;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .35s var(--v12-ease)}.land-v09[data-v12=true] .v12-case-switch button span{display:block;font:700 6.5px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#a0aaad;margin-bottom:4px}.land-v09[data-v12=true] .v12-case-switch button.active{background:#fff;border-color:#0e616257;color:var(--v12-teal);box-shadow:0 8px 19px #1440400e}.land-v09[data-v12=true] .v12-case-switch button:hover{transform:translateY(-1px)}.land-v09[data-v12=true] .v12-system-file{background:#fff;border:1px solid #dfe4df;border-radius:16px;padding:21px;box-shadow:0 13px 30px #142f300a;animation:v12-file-in .48s var(--v12-ease) both}@keyframes v12-file-in{0%{opacity:.2;transform:translateY(6px)}to{opacity:1;transform:none}}.land-v09[data-v12=true] .v12-system-file header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.land-v09[data-v12=true] .v12-system-file header small{display:block;font-size:7.5px;color:#8b969a;letter-spacing:.04em}.land-v09[data-v12=true] .v12-system-file h3{font-size:25px;line-height:1.05;margin:5px 0 7px;letter-spacing:-.03em}.land-v09[data-v12=true] .v12-system-file header p{font-size:9.3px;line-height:1.45;color:#7c898e;margin:0;max-width:370px}.land-v09[data-v12=true] .v12-risk-dot{width:12px;height:12px;border-radius:50%;margin-top:5px;box-shadow:0 0 0 7px #4e6f6012}.land-v09[data-v12=true] .v12-risk-dot.high{background:#bd4b05}.land-v09[data-v12=true] .v12-risk-dot.limited{background:#6b2bd7}.land-v09[data-v12=true] .v12-risk-dot.minimal{background:#0a8a5a}.land-v09[data-v12=true] .v12-system-path{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin:23px 0 19px;position:relative}.land-v09[data-v12=true] .v12-system-path:before{content:"";position:absolute;left:8%;right:8%;top:11px;height:1px;background:#dce3df}.land-v09[data-v12=true] .v12-system-path span{position:relative;text-align:center;color:#9aa4a7}.land-v09[data-v12=true] .v12-system-path i{position:relative;z-index:1;display:grid;place-items:center;width:22px;height:22px;margin:0 auto 6px;border:1px solid #ccd7d3;border-radius:50%;background:#fff;font-style:normal;font-size:7.5px}.land-v09[data-v12=true] .v12-system-path small{font-size:6.8px}.land-v09[data-v12=true] .v12-system-path span.done{color:#61956c}.land-v09[data-v12=true] .v12-system-path span.done i{border-color:#a9d7b6;background:#ecf8f0}.land-v09[data-v12=true] .v12-system-path span.active{color:var(--v12-teal);font-weight:750}.land-v09[data-v12=true] .v12-system-path span.active i{background:var(--v12-teal);border-color:var(--v12-teal);color:#fff;box-shadow:0 0 0 5px #0d616214}.land-v09[data-v12=true] .v12-system-insights{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.land-v09[data-v12=true] .v12-system-insights article{background:#f8f9f6;border:1px solid #e4e8e4;border-radius:11px;padding:11px 11px 10px;opacity:0;transform:translateY(7px);animation:v12-insight-in .55s var(--v12-ease) forwards;animation-delay:var(--d)}@keyframes v12-insight-in{to{opacity:1;transform:none}}.land-v09[data-v12=true] .v12-system-insights small{display:block;color:#8a9799;font:700 6.5px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;margin-bottom:5px}.land-v09[data-v12=true] .v12-system-insights b{display:block;font-size:8.8px;line-height:1.25;color:#26363e}.land-v09[data-v12=true] .v12-system-insights span{display:block;font-size:6.7px;line-height:1.35;color:#8a9599;margin-top:5px}.land-v09[data-v12=true] .v12-hero-caption{display:flex;align-items:center;gap:11px;margin-top:14px;padding-left:10px;font-size:9px;color:#8c9899}.land-v09[data-v12=true] .v12-hero-caption span{font:700 7px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;color:#688786}.land-v09[data-v12=true] .v12-scroll-cue{position:absolute;bottom:19px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;color:#899596;text-decoration:none;font-size:8px;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.land-v09[data-v12=true] .v12-scroll-cue span{display:block;width:38px;height:1px;background:linear-gradient(90deg,transparent,var(--v12-teal));transform-origin:right;animation:v12-cue 2.2s ease-in-out infinite}@keyframes v12-cue{0%,to{transform:scaleX(.35);opacity:.35}50%{transform:scaleX(1);opacity:1}}.land-v09[data-v12=true] .v12-mandate{padding:150px 0;background:#103536;color:#f5f8f3;position:relative;overflow:hidden}.land-v09[data-v12=true] .v12-mandate:before{content:"";position:absolute;width:680px;height:680px;left:-270px;top:-300px;border-radius:50%;background:radial-gradient(circle,rgba(183,213,138,.08),transparent 67%)}.land-v09[data-v12=true] .v12-mandate-grid{max-width:1340px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(440px,.75fr);gap:110px;align-items:end}.land-v09[data-v12=true] .v12-mandate .v12-section-no{color:#91aaa7}.land-v09[data-v12=true] .v12-mandate-copy h2{font-size:clamp(52px,5.3vw,82px);line-height:.98;letter-spacing:-.052em;margin:0 0 28px;color:#f5f8f3}.land-v09[data-v12=true] .v12-mandate-copy>p{font-size:18px;line-height:1.65;color:#b7c4c2;max-width:740px;margin:0}.land-v09[data-v12=true] .v12-fact-row{display:flex;gap:54px;margin-top:48px;padding-top:29px;border-top:1px solid rgba(255,255,255,.12)}.land-v09[data-v12=true] .v12-fact-row span{display:flex;align-items:baseline;gap:9px}.land-v09[data-v12=true] .v12-fact-row b{font-size:31px;color:#d4e6a9}.land-v09[data-v12=true] .v12-fact-row small{font-size:9px;color:#97aaa7;text-transform:uppercase;letter-spacing:.08em}.land-v09[data-v12=true] .v12-penalty-panel{border-left:1px solid rgba(255,255,255,.14);padding-left:55px;padding-bottom:4px}.land-v09[data-v12=true] .v12-penalty-panel>small{display:block;font:700 8px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em;color:#8ca5a1;max-width:390px}.land-v09[data-v12=true] .v12-penalty-main{display:flex;align-items:flex-end;gap:8px;margin:19px 0 2px}.land-v09[data-v12=true] .v12-penalty-main b{font-size:clamp(62px,6.3vw,96px);letter-spacing:-.055em;line-height:.9;color:#dff0b9;font-variant-numeric:tabular-nums}.land-v09[data-v12=true] .v12-penalty-main>span{font-size:24px;font-weight:750;color:#dff0b9;margin-bottom:8px}.land-v09[data-v12=true] .v12-penalty-alt{display:flex;align-items:center;gap:13px;margin:21px 0 22px;color:#8fa7a4;font-size:9px;text-transform:uppercase;letter-spacing:.12em}.land-v09[data-v12=true] .v12-penalty-alt i{display:block;width:31px;height:1px;background:#607d79}.land-v09[data-v12=true] .v12-penalty-alt b{font-size:46px;letter-spacing:-.04em;color:#dff0b9;text-transform:none}.land-v09[data-v12=true] .v12-penalty-panel p{font-size:10px;line-height:1.6;color:#99aaa8;max-width:460px}.land-v09[data-v12=true] .v12-penalty-panel a{display:inline-flex;align-items:center;gap:10px;margin-top:15px;color:#eef3ec;text-decoration:none;font-size:10px;font-weight:750}.land-v09[data-v12=true] .v12-penalty-panel a span{transition:transform .3s var(--v12-ease)}.land-v09[data-v12=true] .v12-penalty-panel a:hover span{transform:translate(4px)}.land-v09[data-v12=true] .v12-cinema{height:540vh;position:relative;background:#f4f6f2}.land-v09[data-v12=true] .v12-cinema-sticky{position:sticky;top:72px;height:calc(100vh - 72px);display:flex;align-items:center;overflow:hidden}.land-v09[data-v12=true] .v12-cinema-layout{max-width:1450px;display:grid;grid-template-columns:minmax(290px,.62fr) minmax(720px,1.38fr);gap:55px;align-items:center;width:100%}.land-v09[data-v12=true] .v12-cinema-copy{min-width:0;padding-left:12px}.land-v09[data-v12=true] .v12-cinema-copy-stage{min-height:255px;animation:v12-copy-in .5s var(--v12-ease) both}@keyframes v12-copy-in{0%{opacity:.25;transform:translateY(10px)}to{opacity:1;transform:none}}.land-v09[data-v12=true] .v12-cinema-copy-stage>small{font:700 9px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;color:#7b9291;letter-spacing:.12em}.land-v09[data-v12=true] .v12-cinema-copy-stage h2{font-size:clamp(41px,4.2vw,64px);line-height:1;letter-spacing:-.05em;margin:13px 0 18px}.land-v09[data-v12=true] .v12-cinema-copy-stage>b{display:block;font-size:16px;line-height:1.4;margin-bottom:10px}.land-v09[data-v12=true] .v12-cinema-copy-stage p{font-size:13px;line-height:1.65;color:#6d7b80;max-width:470px;margin:0}.land-v09[data-v12=true] .v12-cinema-rail{display:grid;gap:8px;margin:18px 0 24px}.land-v09[data-v12=true] .v12-cinema-rail span{display:grid;grid-template-columns:26px 1fr;align-items:center;gap:10px;color:#9aa4a7;transition:color .45s ease,transform .5s var(--v12-ease)}.land-v09[data-v12=true] .v12-cinema-rail i{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;border:1px solid #d1d9d5;background:#fafbf8;font-style:normal;font-size:7px}.land-v09[data-v12=true] .v12-cinema-rail small{font-size:8.5px}.land-v09[data-v12=true] .v12-cinema-rail span.active{color:var(--v12-ink);transform:translate(5px)}.land-v09[data-v12=true] .v12-cinema-rail span.active i{background:var(--v12-teal);border-color:var(--v12-teal);color:#fff;box-shadow:0 0 0 5px #0d616214}.land-v09[data-v12=true] .v12-cinema-rail span.done{color:#699a76}.land-v09[data-v12=true] .v12-cinema-rail span.done i{background:#edf7ef;border-color:#b9dfc3}.land-v09[data-v12=true] .v12-cinema-cta{font-size:10px;padding:10px 15px}.land-v09[data-v12=true] .v12-cinema-stage{position:relative;min-width:0}.land-v09[data-v12=true] .v12-cinema-stage:before{content:"";position:absolute;top:12%;right:-7%;bottom:-13%;left:10%;border-radius:55px;background:radial-gradient(circle at 48% 45%,rgba(41,111,103,.13),transparent 67%);filter:blur(24px);pointer-events:none}.land-v09[data-v12=true] .v12-story-window{position:relative;height:min(690px,calc(100vh - 125px));min-height:565px;border:1px solid rgba(17,35,45,.11);border-radius:30px;background:#fff;box-shadow:0 43px 110px #14313126;overflow:hidden;z-index:1}.land-v09[data-v12=true] .v12-story-top{height:57px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;background:#111a24;color:#fff}.land-v09[data-v12=true] .v12-story-top>div{display:flex;align-items:center;gap:9px}.land-v09[data-v12=true] .v12-story-top b{font-size:11px}.land-v09[data-v12=true] .v12-story-top small{font-size:7px;color:#9ca8ad}.land-v09[data-v12=true] .v12-story-top .v12-readonly{background:#ffffff0e;color:#bcc6c9;border-color:#ffffff17}.land-v09[data-v12=true] .v12-story-body{height:calc(100% - 57px);display:grid;grid-template-columns:48px minmax(0,1fr) 190px;background:#f8f9f6}.land-v09[data-v12=true] .v12-story-nav{background:#fff;border-right:1px solid var(--v12-line);display:flex;flex-direction:column;align-items:center;gap:10px;padding:15px 7px}.land-v09[data-v12=true] .v12-story-nav span{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;color:#8b969c}.land-v09[data-v12=true] .v12-story-nav span.on{background:#e8f1ef;color:var(--v12-teal);box-shadow:inset 0 -2px 0 var(--v12-teal)}.land-v09[data-v12=true] .v12-story-main{padding:18px;min-width:0;display:flex;flex-direction:column}.land-v09[data-v12=true] .v12-story-record{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.land-v09[data-v12=true] .v12-story-record>div small{font:700 6.5px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em;color:#839092}.land-v09[data-v12=true] .v12-story-record h3{font-size:22px;line-height:1.05;margin:5px 0}.land-v09[data-v12=true] .v12-story-record p{font-size:7.5px;color:#899497;margin:0}.land-v09[data-v12=true] .v12-story-record>span{border:1px solid #dfe4df;background:#fff;border-radius:11px;min-width:82px;padding:8px 9px;text-align:right}.land-v09[data-v12=true] .v12-story-record>span small{display:block;font-size:5.8px;letter-spacing:.09em;color:#97a1a3}.land-v09[data-v12=true] .v12-story-record>span b{display:block;font-size:15px;color:var(--v12-teal);margin-top:2px}.land-v09[data-v12=true] .v12-story-track{margin:16px 0 14px!important}.land-v09[data-v12=true] .v12-story-workspace{position:relative!important;flex:1!important;height:auto!important;min-height:0!important;padding:0!important;overflow:hidden!important;background:#fff!important;border:1px solid #dfe4df;border-radius:15px}.land-v09[data-v12=true] .v12-story-layer{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;padding:22px 24px!important;display:block!important;will-change:transform,opacity}.land-v09[data-v12=true] .v12-work-scene{height:100%;display:flex;flex-direction:column;justify-content:center;max-width:620px;margin:0 auto;width:100%}.land-v09[data-v12=true] .v12-scene-kicker{font:700 6.5px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.11em;color:#7e9291;margin-bottom:8px}.land-v09[data-v12=true] .v12-work-scene h4{font-size:24px;line-height:1.08;letter-spacing:-.025em;margin:0 0 14px}.land-v09[data-v12=true] .v12-helper{font-size:8px;line-height:1.5;color:#879397;margin:0 0 12px}.land-v09[data-v12=true] .v12-input-card{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #d9e0dc;border-left:3px solid #8db782;background:#fff;border-radius:11px;padding:12px 13px;color:#526269;font-size:9.5px}.land-v09[data-v12=true] .v12-input-card i{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#edf7ef;color:#5c966d;font-style:normal;font-size:8px}.land-v09[data-v12=true] .v12-scan-result{display:grid;grid-template-columns:28px 1fr;gap:10px;margin-top:13px;padding:11px;border-radius:11px;background:#f2f5e8}.land-v09[data-v12=true] .v12-scan-result>span{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:#fff;color:#63866d}.land-v09[data-v12=true] .v12-scan-result small{display:block;font-size:5.8px;letter-spacing:.08em;color:#899682}.land-v09[data-v12=true] .v12-scan-result b{display:block;font-size:9px;margin:2px 0}.land-v09[data-v12=true] .v12-scan-result p{font-size:7px;color:#7e8d81;margin:0}.land-v09[data-v12=true] .v12-choice-row{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:13px}.land-v09[data-v12=true] .v12-choice-row span{border:1px solid #dfe4df;border-radius:9px;text-align:center;padding:9px;font-size:8px;color:#788488;background:#fafbf8}.land-v09[data-v12=true] .v12-choice-row span.chosen{background:#e6f0ee;color:var(--v12-teal);border-color:#91bbb6;font-weight:750}.land-v09[data-v12=true] .v12-class-result{display:grid;grid-template-columns:32px 1fr auto;gap:10px;align-items:center;padding:12px;border:1px solid #efd1b7;background:#fff8ef;border-radius:11px}.land-v09[data-v12=true] .v12-risk-mark{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;font-style:normal;font-weight:850}.land-v09[data-v12=true] .v12-risk-mark.high{background:#ffead9;color:#b84c08}.land-v09[data-v12=true] .v12-class-result small{display:block;font-size:5.8px;letter-spacing:.08em;color:#a58770}.land-v09[data-v12=true] .v12-class-result b{display:block;font-size:9.5px;margin:2px 0}.land-v09[data-v12=true] .v12-class-result p{font-size:7px;color:#8e735f;margin:0}.land-v09[data-v12=true] .v12-class-result em{font:700 6px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#a6866c;font-style:normal}.land-v09[data-v12=true] .v12-measure-stack{display:grid;gap:7px}.land-v09[data-v12=true] .v12-measure-stack article{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;border:1px solid #e0e5e1;background:#fff;border-radius:10px;padding:9px 10px}.land-v09[data-v12=true] .v12-measure-stack article>i{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#f1f4ef;color:#66817b;font:700 6.5px/1 ui-monospace,SFMono-Regular,Menlo,monospace;font-style:normal}.land-v09[data-v12=true] .v12-measure-stack b{display:block;font-size:8.8px}.land-v09[data-v12=true] .v12-measure-stack small{display:block;font-size:6.6px;color:#8a9598;margin-top:2px}.land-v09[data-v12=true] .v12-measure-stack article>span{font-size:6.6px;border-radius:999px;background:#eef4f2;color:#4e7775;padding:5px 7px;white-space:nowrap}.land-v09[data-v12=true] .v12-doc-preview{margin-top:11px;border:1px solid #dfe4df;background:#f8f9f6;border-radius:11px;padding:12px}.land-v09[data-v12=true] .v12-doc-preview>div{display:flex;justify-content:space-between;align-items:center;gap:10px}.land-v09[data-v12=true] .v12-doc-preview small{font-size:5.8px;letter-spacing:.08em;color:#8a9698}.land-v09[data-v12=true] .v12-doc-preview b{font-size:8.7px}.land-v09[data-v12=true] .v12-doc-preview p{font-size:7.2px;line-height:1.45;color:#6f7e82;margin:9px 0}.land-v09[data-v12=true] .v12-doc-preview footer{font-size:6.5px;color:#96a0a2;padding-top:7px;border-top:1px solid #e4e8e4}.land-v09[data-v12=true] .v12-release-scene{text-align:center;align-items:center}.land-v09[data-v12=true] .v12-release-orbit{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:#eaf6ec;color:#16865c;margin-bottom:13px;box-shadow:0 0 0 12px #2d95670f,0 0 0 25px #2d956706}.land-v09[data-v12=true] .v12-release-scene h4{font-size:30px}.land-v09[data-v12=true] .v12-release-scene>p{font-size:8.2px;line-height:1.45;color:#7c898d;max-width:430px;margin:-5px auto 13px}.land-v09[data-v12=true] .v12-release-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;width:100%;max-width:520px}.land-v09[data-v12=true] .v12-release-grid span{border:1px solid #dfe4df;background:#fff;border-radius:10px;padding:9px;text-align:left}.land-v09[data-v12=true] .v12-release-grid small{display:block;font-size:5.8px;color:#929c9f}.land-v09[data-v12=true] .v12-release-grid b{display:block;font-size:8.5px;margin-top:2px}.land-v09[data-v12=true] .v12-dossier-chip{display:flex;align-items:center;gap:8px;margin-top:9px;padding:8px 10px;border-radius:10px;background:#eff4ee;color:#496961;width:100%;max-width:520px;text-align:left}.land-v09[data-v12=true] .v12-dossier-chip span{min-width:0;flex:1}.land-v09[data-v12=true] .v12-dossier-chip b{display:block;font-size:8px}.land-v09[data-v12=true] .v12-dossier-chip small{display:block;font-size:6px;color:#7d8f88}.land-v09[data-v12=true] .v12-dossier-chip>i{font-style:normal}.land-v09[data-v12=true] .v12-record-spine{background:#f2f4ef;border-left:1px solid var(--v12-line);padding:18px 13px;display:flex;flex-direction:column;gap:8px}.land-v09[data-v12=true] .v12-record-spine>small{font:700 6.2px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.11em;color:#7d908f;margin-bottom:5px}.land-v09[data-v12=true] .v12-record-spine>div{padding:9px;border-radius:9px;background:#ffffffa6;border:1px solid rgba(17,35,45,.07)}.land-v09[data-v12=true] .v12-record-spine span{display:block;font-size:5.8px;color:#8c989a}.land-v09[data-v12=true] .v12-record-spine b{display:block;font-size:7.5px;line-height:1.25;margin-top:3px}.land-v09[data-v12=true] .v12-record-spine footer{display:flex;gap:4px;margin-top:auto}.land-v09[data-v12=true] .v12-record-spine footer i{height:3px;flex:1;border-radius:9px;background:#d8dfdb;transition:background .4s ease}.land-v09[data-v12=true] .v12-record-spine footer i.on{background:#4f9287}.land-v09[data-v12=true] .v12-cinema-hint{display:flex;justify-content:flex-end;align-items:center;gap:9px;margin-top:12px;color:#859293;font-size:7.5px;letter-spacing:.04em}.land-v09[data-v12=true] .v12-cinema-hint span{width:36px;height:1px;background:linear-gradient(90deg,transparent,#6b9290)}.land-v09[data-v12=true] .v12-check{padding:150px 0;background:#fff}.land-v09[data-v12=true] .v12-check-shell{max-width:1260px;display:grid;grid-template-columns:.72fr 1.28fr;gap:95px;align-items:center}.land-v09[data-v12=true] .v12-check-copy h2{font-size:clamp(42px,4vw,62px);line-height:1.02;letter-spacing:-.045em;margin:0 0 22px}.land-v09[data-v12=true] .v12-check-copy>p{font-size:15px;line-height:1.65;color:#718086;max-width:500px}.land-v09[data-v12=true] .v12-check-trust{display:flex;flex-wrap:wrap;gap:10px 17px;margin-top:27px;color:#78868a;font-size:9px}.land-v09[data-v12=true] .v12-check-trust span{display:flex;align-items:center;gap:6px}.land-v09[data-v12=true] .v12-check-trust svg{color:#6e9e69}.land-v09[data-v12=true] .v12-check-card{border:1px solid var(--v12-line);border-radius:26px;background:#f8f9f6;box-shadow:var(--v12-shadow);padding:27px 29px;min-height:430px;display:flex;flex-direction:column}.land-v09[data-v12=true] .v12-check-progress{display:flex;align-items:center;gap:12px}.land-v09[data-v12=true] .v12-check-progress:before{content:"";height:3px;flex:1;border-radius:999px;background:#e3e8e3}.land-v09[data-v12=true] .v12-check-progress>span{position:absolute;height:3px;max-width:calc(100% - 90px);border-radius:999px;background:linear-gradient(90deg,#88a96e,var(--v12-teal));transition:width .6s var(--v12-ease)}.land-v09[data-v12=true] .v12-check-progress small{font:700 7px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#879394;min-width:42px;text-align:right}.land-v09[data-v12=true] .v12-check-question{flex:1;padding:50px 18px 30px;animation:v12-question-in .48s var(--v12-ease) both}@keyframes v12-question-in{0%{opacity:.25;transform:translate(8px)}to{opacity:1;transform:none}}.land-v09[data-v12=true] .v12-check-question>small,.land-v09[data-v12=true] .v12-check-result>small{font:700 7px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;color:#7c9291}.land-v09[data-v12=true] .v12-check-question h3{font-size:31px;line-height:1.12;letter-spacing:-.03em;margin:10px 0 11px}.land-v09[data-v12=true] .v12-check-question>p{font-size:12px;line-height:1.55;color:#778489;max-width:650px}.land-v09[data-v12=true] .v12-check-example{border-left:2px solid #adc88c;padding:9px 13px;margin:18px 0 25px;color:#718073;font-size:9px;line-height:1.5;background:#f2f5e8;border-radius:0 8px 8px 0}.land-v09[data-v12=true] .v12-check-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.land-v09[data-v12=true] .v12-check-buttons button{border:1px solid #dbe1dc;background:#fff;border-radius:10px;padding:11px;color:#657278;font:650 10px/1 inherit;cursor:pointer;transition:all .25s ease}.land-v09[data-v12=true] .v12-check-buttons button.chosen{background:#e8f2ef;border-color:#8ebcb6;color:var(--v12-teal);box-shadow:inset 0 0 0 1px #0e616214}.land-v09[data-v12=true] .v12-check-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e6e2;padding-top:15px}.land-v09[data-v12=true] .v12-back{border:0;background:transparent;color:#7e8b8e;font:650 9px/1 inherit;cursor:pointer}.land-v09[data-v12=true] .v12-back:disabled{opacity:.3}.land-v09[data-v12=true] .v12-check-result{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:25px 22px;animation:v12-question-in .48s var(--v12-ease) both}.land-v09[data-v12=true] .v12-check-result>span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;margin-bottom:17px}.land-v09[data-v12=true] .v12-check-result>span.warn{background:#fff0df;color:#bd4b05}.land-v09[data-v12=true] .v12-check-result>span.ok{background:#e9f7ec;color:#13845b}.land-v09[data-v12=true] .v12-check-result h3{font-size:30px;letter-spacing:-.03em;margin:9px 0 10px}.land-v09[data-v12=true] .v12-check-result p{font-size:11px;line-height:1.55;color:#758286;max-width:650px}.land-v09[data-v12=true] .v12-check-result>div{display:flex;gap:8px;margin-top:15px}.land-v09[data-v12=true] .v12-tour{padding:145px 0 0;background:#eff2ed;position:relative}.land-v09[data-v12=true] .v12-tour-intro{max-width:1180px;text-align:center;padding-bottom:52px}.land-v09[data-v12=true] .v12-tour-intro .v12-section-no{margin-bottom:18px}.land-v09[data-v12=true] .v12-tour-intro h2{font-size:clamp(48px,5vw,72px);line-height:.99;letter-spacing:-.05em;margin:0 auto 22px;max-width:880px}.land-v09[data-v12=true] .v12-tour-intro>p{font-size:15px;line-height:1.65;color:#718085;max-width:800px;margin:0 auto}.land-v09[data-v12=true] .v12-tour-capabilities{display:flex;justify-content:center;align-items:center;gap:9px;margin-top:30px;font:700 7px/1 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.07em;color:#738887;flex-wrap:wrap}.land-v09[data-v12=true] .v12-tour-capabilities i{width:20px;height:1px;background:#c0cdc8}.land-v09[data-v12=true] .v12-tour-scroll{height:610vh!important}.land-v09[data-v12=true] .v12-tour-sticky{position:sticky!important;top:72px!important;height:calc(100vh - 72px)!important;display:flex;align-items:center;overflow:hidden}.land-v09[data-v12=true] .v12-tour-shell{max-width:1450px;width:100%;position:relative}.land-v09[data-v12=true] .v12-tour-meta{display:grid;grid-template-columns:230px 1fr 230px;align-items:center;gap:18px;margin-bottom:11px}.land-v09[data-v12=true] .v12-tour-meta>span:first-child{display:grid;grid-template-columns:auto auto 1fr;align-items:baseline;gap:8px}.land-v09[data-v12=true] .v12-tour-meta small{font:700 7px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#7c9190}.land-v09[data-v12=true] .v12-tour-meta b{font-size:11px}.land-v09[data-v12=true] .v12-tour-meta em{font-style:normal;font-size:7.5px;color:#8b9698}.land-v09[data-v12=true] .v12-tour-scroll-note{text-align:right;font-size:7px;color:#839193;text-transform:uppercase;letter-spacing:.08em}.land-v09[data-v12=true] .v12-tour-scroll-note b{color:var(--v12-teal);font-size:11px}.land-v09[data-v12=true] .v12-tour-progress{height:2px!important;margin:0!important;background:#d7dfda!important;border-radius:99px!important;overflow:hidden}.land-v09[data-v12=true] .v12-tour-progress span{display:block;width:100%;height:100%;background:linear-gradient(90deg,#98b878,var(--v12-teal));transform-origin:0 50%;will-change:transform}.land-v09[data-v12=true] .v12-app-frame{height:min(720px,calc(100vh - 135px))!important;min-height:580px!important;border-radius:29px!important;overflow:hidden!important;border:1px solid rgba(17,35,45,.12)!important;box-shadow:0 48px 115px #18343326!important;background:#fff}.land-v09[data-v12=true] .v12-tour-topbar{height:60px!important;background:#111a24!important}.land-v09[data-v12=true] .v12-app-body{display:grid!important;grid-template-columns:172px minmax(0,1fr)!important;height:calc(100% - 60px)!important}.land-v09[data-v12=true] .v12-app-sidebar{display:flex!important;flex-direction:column!important;gap:5px!important;padding:17px 12px!important;background:#fbfcf9!important;border-right:1px solid #e1e5e1!important}.land-v09[data-v12=true] .v12-app-sidebar button{display:flex;align-items:center;gap:9px;border:0;background:transparent;border-radius:10px;padding:9px 10px;color:#718087;font:650 8.5px/1 inherit;text-align:left;cursor:pointer;transition:background .25s ease,color .25s ease,transform .3s var(--v12-ease)}.land-v09[data-v12=true] .v12-app-sidebar button.active{background:#e6f0ee;color:var(--v12-teal);box-shadow:inset 2px 0 0 var(--v12-teal)}.land-v09[data-v12=true] .v12-app-sidebar button.done{color:#6f9176}.land-v09[data-v12=true] .v12-app-sidebar button:hover{transform:translate(2px)}.land-v09[data-v12=true] .v12-tour-viewport{position:relative;overflow:hidden!important;min-width:0;background:#f7f8f5}.land-v09[data-v12=true] .v12-tour-track{display:flex!important;height:100%!important;will-change:transform}.land-v09[data-v12=true] .v12-tour-slide{flex:0 0 100%!important;width:100%!important;height:100%!important;box-sizing:border-box;padding:25px 28px!important;overflow:hidden!important}.land-v09[data-v12=true] .v12-panel{height:100%;display:flex;flex-direction:column;min-width:0}.land-v09[data-v12=true] .v12-tour-page-head{flex:0 0 auto}.land-v09[data-v12=true] .v12-tour-page-head h3{font-size:24px!important}.land-v09[data-v12=true] .v12-tour-page-head p{font-size:9.5px!important;max-width:700px}.land-v09[data-v12=true] .v12-tour-under{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;padding:38px 0 110px;color:#768486;font-size:9px}.land-v09[data-v12=true] .v12-tour-under span{display:flex;align-items:center;gap:7px}.land-v09[data-v12=true] .v12-tour-under svg{color:#63966d}.land-v09[data-v12=true] .v12-proof{padding:150px 0 170px;background:#103536;color:#f5f8f3;position:relative;overflow:hidden}.land-v09[data-v12=true] .v12-proof:before{content:"";position:absolute;width:800px;height:800px;right:-300px;bottom:-370px;border-radius:50%;background:radial-gradient(circle,rgba(186,216,147,.09),transparent 66%)}.land-v09[data-v12=true] .v12-proof-head{text-align:center;max-width:920px;margin:0 auto 70px}.land-v09[data-v12=true] .v12-proof-head .v12-section-no{color:#8fa8a5}.land-v09[data-v12=true] .v12-proof-head h2{font-size:clamp(52px,5vw,76px);line-height:.98;letter-spacing:-.052em;margin:0 0 22px;color:#f5f8f3}.land-v09[data-v12=true] .v12-proof-head p{font-size:15px;line-height:1.6;color:#aebfbc;max-width:760px;margin:auto}.land-v09[data-v12=true] .v12-proof-room{display:grid;grid-template-columns:minmax(340px,.75fr) minmax(560px,1.25fr);gap:85px;align-items:center;max-width:1250px;margin:auto}.land-v09[data-v12=true] .v12-proof-tabs{display:flex;gap:6px;margin-bottom:34px}.land-v09[data-v12=true] .v12-proof-tabs button{border:1px solid rgba(255,255,255,.13);background:#ffffff0b;color:#9eb0ad;border-radius:999px;padding:8px 13px;font:700 8px/1 inherit;cursor:pointer}.land-v09[data-v12=true] .v12-proof-tabs button.active{background:#e4efc4;color:#234541;border-color:#e4efc4}.land-v09[data-v12=true] .v12-proof-copy>small{font:700 7px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.11em;color:#87a29e}.land-v09[data-v12=true] .v12-proof-copy h3{font-size:36px;line-height:1.08;letter-spacing:-.035em;margin:11px 0 16px;color:#fff}.land-v09[data-v12=true] .v12-proof-copy>p{font-size:12px;line-height:1.65;color:#a9bab7}.land-v09[data-v12=true] .v12-proof-features{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0}.land-v09[data-v12=true] .v12-proof-features span{display:flex;align-items:center;gap:5px;border:1px solid rgba(255,255,255,.11);border-radius:999px;padding:6px 9px;color:#b6c4c1;font-size:7.5px}.land-v09[data-v12=true] .v12-proof-features svg{color:#c4dc8f}.land-v09[data-v12=true] .v12-proof-stack{position:relative;height:620px;perspective:1600px;animation:v12-stack-in .9s var(--v12-ease) both}@keyframes v12-stack-in{0%{opacity:.2;transform:translateY(30px) scale(.97)}to{opacity:1;transform:none}}.land-v09[data-v12=true] .v12-paper{position:absolute;left:50%;top:50%;width:440px;aspect-ratio:.707;border-radius:7px;background:#fff;box-shadow:0 40px 90px #0000003d;overflow:hidden}.land-v09[data-v12=true] .v12-paper img{width:100%;height:100%;object-fit:cover;display:block}.land-v09[data-v12=true] .v12-paper.back{transform:translate(-39%,-47%) rotate(8deg) scale(.93);opacity:.58}.land-v09[data-v12=true] .v12-paper.front{transform:translate(-58%,-52%) rotate(-3deg);z-index:2}.land-v09[data-v12=true] .v12-proof-stamp{position:absolute;right:4%;bottom:4%;z-index:4;background:#dff0b9;color:#24443f;border-radius:999px;padding:8px 11px;font:800 7px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;box-shadow:0 12px 30px #0000002e}.land-v09[data-v12=true] .v12-trust{padding:150px 0;background:#fff}.land-v09[data-v12=true] .v12-trust-grid{max-width:1240px;display:grid;grid-template-columns:.88fr 1.12fr;gap:100px;align-items:start}.land-v09[data-v12=true] .v12-trust-copy h2{font-size:clamp(43px,4.4vw,64px);line-height:1;letter-spacing:-.047em;margin:0 0 22px}.land-v09[data-v12=true] .v12-trust-copy>p{font-size:14px;line-height:1.65;color:#718086;max-width:550px}.land-v09[data-v12=true] .v12-rule-chip{display:inline-flex;align-items:center;gap:13px;margin-top:24px;padding:10px 13px;border-radius:11px;background:#f3f6ec;border:1px solid #e2e8d8}.land-v09[data-v12=true] .v12-rule-chip small{font-size:6.5px;letter-spacing:.08em;color:#788774}.land-v09[data-v12=true] .v12-rule-chip b{font:800 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#526a57}.land-v09[data-v12=true] .v12-trust-cards{display:grid;gap:10px}.land-v09[data-v12=true] .v12-trust-cards article{display:grid;grid-template-columns:43px 1fr;gap:14px;padding:18px;border:1px solid #e0e5e1;border-radius:15px;background:#fbfcf9;transition:transform .4s var(--v12-ease),box-shadow .35s ease}.land-v09[data-v12=true] .v12-trust-cards article:hover{transform:translateY(-2px);box-shadow:0 16px 35px #1430310e}.land-v09[data-v12=true] .v12-trust-cards article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#e8f1ef;color:var(--v12-teal)}.land-v09[data-v12=true] .v12-trust-cards h3{font-size:15px;margin:1px 0 4px}.land-v09[data-v12=true] .v12-trust-cards p{font-size:9px;line-height:1.5;color:#778589;margin:0}.land-v09[data-v12=true] .v12-device-story{height:320vh;background:linear-gradient(180deg,#edf1eb,#e5ebe5);position:relative}.land-v09[data-v12=true] .v12-device-sticky{position:sticky;top:72px;height:calc(100vh - 72px);display:flex;align-items:center;overflow:hidden}.land-v09[data-v12=true] .v12-device-layout{max-width:1260px;display:grid;grid-template-columns:.68fr 1.32fr;gap:80px;align-items:center;width:100%}.land-v09[data-v12=true] .v12-device-copy>small{font:700 8px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.11em;color:#758b89}.land-v09[data-v12=true] .v12-device-copy h2{font-size:clamp(44px,4.6vw,67px);line-height:1;letter-spacing:-.05em;margin:12px 0 18px}.land-v09[data-v12=true] .v12-device-copy>p{font-size:13px;line-height:1.65;color:#738186;max-width:520px}.land-v09[data-v12=true] .v12-device-rail{display:flex;gap:8px;margin-top:30px;flex-wrap:wrap}.land-v09[data-v12=true] .v12-device-rail span{display:flex;align-items:center;gap:6px;border:1px solid #d2dad5;border-radius:999px;padding:6px 8px;color:#8a9598;font-size:6.5px;font-weight:700}.land-v09[data-v12=true] .v12-device-rail i{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#f7f9f5;font-style:normal;font-size:6px}.land-v09[data-v12=true] .v12-device-rail span.active{background:#fff;color:var(--v12-teal);border-color:#a9c8c2}.land-v09[data-v12=true] .v12-device-rail span.done{color:#608a69}.land-v09[data-v12=true] .v12-device-stage{display:flex;justify-content:center;align-items:center;min-height:640px;position:relative}.land-v09[data-v12=true] .v12-device-stage:before{content:"";position:absolute;width:75%;height:70%;border-radius:50%;background:radial-gradient(circle,rgba(25,102,94,.14),transparent 67%);filter:blur(18px)}.land-v09[data-v12=true] .v12-device-shell{position:relative;z-index:1;background:#fafbf8;border:9px solid #152126;box-shadow:0 42px 95px #0e2c2b3d;overflow:hidden;transition:width .9s var(--v12-ease),height .9s var(--v12-ease),border-radius .9s var(--v12-ease),transform .9s var(--v12-ease);transform-origin:center}.land-v09[data-v12=true] .v12-device-stage.scene-0 .v12-device-shell{width:min(760px,100%);height:500px;border-radius:24px}.land-v09[data-v12=true] .v12-device-stage.scene-1 .v12-device-shell{width:570px;height:530px;border-radius:29px}.land-v09[data-v12=true] .v12-device-stage.scene-2 .v12-device-shell{width:300px;height:570px;border-radius:42px}.land-v09[data-v12=true] .v12-device-top{height:49px;display:flex;align-items:center;gap:8px;background:#111a24;color:#fff;padding:0 12px}.land-v09[data-v12=true] .v12-device-top b{font-size:9px}.land-v09[data-v12=true] .v12-device-top small{margin-left:auto;color:#9ca7ac;font-size:6.5px}.land-v09[data-v12=true] .v12-device-content{position:relative;height:calc(100% - 49px);background:#f8f9f6;padding:24px;overflow:hidden}.land-v09[data-v12=true] .v12-device-layer{position:absolute;top:24px;right:24px;bottom:24px;left:24px;opacity:0;transform:translateY(10px) scale(.99);pointer-events:none;transition:opacity .55s ease,transform .75s var(--v12-ease)}.land-v09[data-v12=true] .v12-device-layer.active{opacity:1;transform:none;pointer-events:auto}.land-v09[data-v12=true] .v12-device-layer>small{font:700 6.5px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em;color:#81908f}.land-v09[data-v12=true] .v12-device-layer h3{font-size:25px;letter-spacing:-.03em;margin:7px 0 18px}.land-v09[data-v12=true] .v12-device-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}.land-v09[data-v12=true] .v12-device-stats span{background:#fff;border:1px solid #e0e5e1;border-radius:12px;padding:13px}.land-v09[data-v12=true] .v12-device-stats b{display:block;font-size:21px}.land-v09[data-v12=true] .v12-device-stats small{display:block;font-size:6.5px;color:#899598}.land-v09[data-v12=true] .v12-device-list,.land-v09[data-v12=true] .v12-device-register,.land-v09[data-v12=true] .v12-device-mobile-list{display:grid;gap:7px}.land-v09[data-v12=true] .v12-device-list>div,.land-v09[data-v12=true] .v12-device-register>div{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid #e0e5e1;border-radius:10px;padding:10px}.land-v09[data-v12=true] .v12-device-list b{font-size:8.5px}.land-v09[data-v12=true] .v12-device-list span,.land-v09[data-v12=true] .v12-device-register i{font-size:6.5px;color:#7c888b;font-style:normal}.land-v09[data-v12=true] .v12-device-list span.ok{color:#3f8051}.land-v09[data-v12=true] .v12-device-register span{font-size:8px}.land-v09[data-v12=true] .v12-device-stage.scene-2 .v12-device-content{padding:20px 14px}.land-v09[data-v12=true] .v12-device-stage.scene-2 .v12-device-layer{top:20px;right:14px;bottom:20px;left:14px}.land-v09[data-v12=true] .v12-device-stage.scene-2 .v12-device-layer h3{font-size:22px}.land-v09[data-v12=true] .v12-device-mobile-list>div{display:flex;align-items:center;justify-content:space-between;gap:8px;background:#fff;border:1px solid #dfe4df;border-radius:11px;padding:10px}.land-v09[data-v12=true] .v12-device-mobile-list b{display:block;font-size:8px;white-space:nowrap}.land-v09[data-v12=true] .v12-device-mobile-list small{display:block;font-size:6px;color:#8a9598}.land-v09[data-v12=true] .v12-device-mobile-list i{font-style:normal;font-size:6px;color:#95654d;background:#f8eee8;border-radius:999px;padding:4px 6px}.land-v09[data-v12=true] .v12-device-mobile-list i.ok{color:#4b7f54;background:#eef5e9}.land-v09[data-v12=true] .v12-device-layer>button{width:100%;border:0;border-radius:10px;background:var(--v12-teal);color:#fff;padding:10px;font:750 8px/1 inherit;margin-top:8px}.land-v09[data-v12=true] .v12-pricing{padding-top:150px!important;background:#fafbf8}.land-v09[data-v12=true] .v12-pricing-head{text-align:center!important}.land-v09[data-v12=true] .v12-pricing-head>div:first-child{margin:0 auto!important;max-width:820px!important}.land-v09[data-v12=true] .v12-pricing-head h2{font-size:clamp(48px,5vw,70px)!important;line-height:1!important}.land-v09[data-v12=true] .v12-pricing-head .billing-interval-wrap{width:min(410px,100%)!important;margin:31px auto 6px!important}.land-v09[data-v12=true] .v12-pricing-head .billing-interval-seg{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important;margin:auto!important}.land-v09[data-v12=true] .v12-pricing-head .billing-saving-note{text-align:center!important;margin-top:9px!important}.land-v09[data-v12=true] .v12-addons{background:#fafbf8}.land-v09[data-v12=true] .v12-faq,.land-v09[data-v12=true] .v12-final{background:#fff}.land-v09[data-v12=true] .v12-final-card{background:linear-gradient(135deg,#103536,#0d4c4e)!important;box-shadow:0 45px 100px #0f36372e!important;position:relative;overflow:hidden}.land-v09[data-v12=true] .v12-final-card:after{content:"";position:absolute;width:540px;height:540px;right:-210px;top:-260px;border-radius:50%;background:radial-gradient(circle,rgba(203,228,154,.12),transparent 65%);pointer-events:none}@media (max-width:1180px){.land-v09[data-v12=true] .v12-hero-grid{grid-template-columns:.8fr 1.2fr;gap:38px}.land-v09[data-v12=true] .v12-hero-copy h1{font-size:57px}.land-v09[data-v12=true] .v12-system-insights{grid-template-columns:1fr}.land-v09[data-v12=true] .v12-system-insights article{display:grid;grid-template-columns:90px 1fr;gap:8px;align-items:center}.land-v09[data-v12=true] .v12-system-insights span{display:none}.land-v09[data-v12=true] .v12-cinema-layout{grid-template-columns:.52fr 1.48fr;gap:30px}.land-v09[data-v12=true] .v12-story-body{grid-template-columns:44px minmax(0,1fr) 150px}.land-v09[data-v12=true] .v12-record-spine{padding:15px 10px}.land-v09[data-v12=true] .v12-proof-room{gap:45px}.land-v09[data-v12=true] .v12-paper{width:390px}}@media (max-width:900px){.land-v09[data-v12=true]{overflow:clip}.land-v09[data-v12=true] .v12-nav .land-nav-links,.land-v09[data-v12=true] .v12-nav .land-nav-cta .ghost{display:none}.land-v09[data-v12=true] .v12-hero{min-height:auto;padding:52px 0 74px;display:block}.land-v09[data-v12=true] .v12-hero-grid{display:block}.land-v09[data-v12=true] .v12-hero-copy{max-width:none}.land-v09[data-v12=true] .v12-hero-copy h1{font-size:clamp(48px,11.5vw,66px);line-height:.98}.land-v09[data-v12=true] .v12-hero-copy>p{font-size:16px}.land-v09[data-v12=true] .v12-hero-product{margin-top:45px}.land-v09[data-v12=true] .v12-hero-window{min-height:0;border-radius:22px}.land-v09[data-v12=true] .v12-window-top{height:54px;padding:0 13px}.land-v09[data-v12=true] .v12-window-top small{display:none}.land-v09[data-v12=true] .v12-window-top .v12-readonly{font-size:7px;padding:6px 8px}.land-v09[data-v12=true] .v12-hero-app{grid-template-columns:1fr;min-height:0}.land-v09[data-v12=true] .v12-hero-app>aside{display:none}.land-v09[data-v12=true] .v12-hero-work{padding:13px}.land-v09[data-v12=true] .v12-case-switch{grid-template-columns:1fr;gap:5px}.land-v09[data-v12=true] .v12-case-switch button{display:flex;align-items:center;gap:7px}.land-v09[data-v12=true] .v12-case-switch button span{display:inline;margin:0}.land-v09[data-v12=true] .v12-system-file{padding:15px}.land-v09[data-v12=true] .v12-system-file h3{font-size:24px}.land-v09[data-v12=true] .v12-system-insights{grid-template-columns:1fr}.land-v09[data-v12=true] .v12-system-insights article{display:block}.land-v09[data-v12=true] .v12-system-insights span{display:block}.land-v09[data-v12=true] .v12-scroll-cue{display:none}.land-v09[data-v12=true] .v12-mandate{padding:100px 0}.land-v09[data-v12=true] .v12-mandate-grid{grid-template-columns:1fr;gap:70px}.land-v09[data-v12=true] .v12-mandate-copy h2{font-size:clamp(46px,11vw,68px)}.land-v09[data-v12=true] .v12-fact-row{gap:25px;justify-content:space-between}.land-v09[data-v12=true] .v12-penalty-panel{border-left:0;border-top:1px solid rgba(255,255,255,.14);padding:43px 0 0}.land-v09[data-v12=true] .v12-penalty-main b{font-size:clamp(61px,15vw,86px)}.land-v09[data-v12=true] .v12-cinema{height:500vh}.land-v09[data-v12=true] .v12-cinema-sticky{top:66px;height:calc(100vh - 66px);align-items:flex-start;padding-top:18px}.land-v09[data-v12=true] .v12-cinema-layout{display:block}.land-v09[data-v12=true] .v12-cinema-copy{padding:0 2px}.land-v09[data-v12=true] .v12-cinema-copy .v12-section-no{margin-bottom:8px}.land-v09[data-v12=true] .v12-cinema-copy-stage{min-height:116px}.land-v09[data-v12=true] .v12-cinema-copy-stage>small{font-size:7px}.land-v09[data-v12=true] .v12-cinema-copy-stage h2{font-size:31px;margin:5px 0 6px}.land-v09[data-v12=true] .v12-cinema-copy-stage>b{font-size:11px;margin-bottom:4px}.land-v09[data-v12=true] .v12-cinema-copy-stage p{font-size:8.6px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.land-v09[data-v12=true] .v12-cinema-rail{display:flex;gap:4px;margin:7px 0 10px}.land-v09[data-v12=true] .v12-cinema-rail span{display:block;flex:1;text-align:center}.land-v09[data-v12=true] .v12-cinema-rail i{margin:auto;width:20px;height:20px}.land-v09[data-v12=true] .v12-cinema-rail small,.land-v09[data-v12=true] .v12-cinema-cta{display:none}.land-v09[data-v12=true] .v12-story-window{height:calc(100vh - 260px);min-height:470px;border-radius:21px}.land-v09[data-v12=true] .v12-story-top{height:48px;padding:0 10px}.land-v09[data-v12=true] .v12-story-top .v12-readonly{font-size:6px;padding:5px 7px}.land-v09[data-v12=true] .v12-story-body{height:calc(100% - 48px);grid-template-columns:1fr}.land-v09[data-v12=true] .v12-story-nav,.land-v09[data-v12=true] .v12-record-spine{display:none}.land-v09[data-v12=true] .v12-story-main{padding:12px}.land-v09[data-v12=true] .v12-story-record h3{font-size:18px}.land-v09[data-v12=true] .v12-story-record>span{min-width:65px}.land-v09[data-v12=true] .v12-story-track small{display:none}.land-v09[data-v12=true] .v12-story-workspace{border-radius:12px}.land-v09[data-v12=true] .v12-story-layer{padding:15px!important}.land-v09[data-v12=true] .v12-work-scene h4{font-size:21px}.land-v09[data-v12=true] .v12-cinema-hint{display:none}.land-v09[data-v12=true] .v12-check{padding:100px 0}.land-v09[data-v12=true] .v12-check-shell{grid-template-columns:1fr;gap:45px}.land-v09[data-v12=true] .v12-check-card{min-height:410px;padding:21px}.land-v09[data-v12=true] .v12-check-question{padding:39px 4px 24px}.land-v09[data-v12=true] .v12-check-question h3{font-size:27px}.land-v09[data-v12=true] .v12-check-buttons{grid-template-columns:1fr 1fr 1fr}.land-v09[data-v12=true] .v12-tour{padding-top:100px}.land-v09[data-v12=true] .v12-tour-intro{text-align:left;padding-bottom:34px}.land-v09[data-v12=true] .v12-tour-intro h2{font-size:clamp(42px,11vw,61px)}.land-v09[data-v12=true] .v12-tour-capabilities{justify-content:flex-start}.land-v09[data-v12=true] .v12-tour-scroll{height:590vh!important}.land-v09[data-v12=true] .v12-tour-sticky{top:66px!important;height:calc(100vh - 66px)!important}.land-v09[data-v12=true] .v12-tour-meta{grid-template-columns:1fr 1.2fr;margin-bottom:7px}.land-v09[data-v12=true] .v12-tour-meta>span:first-child{grid-template-columns:auto 1fr}.land-v09[data-v12=true] .v12-tour-meta em,.land-v09[data-v12=true] .v12-tour-scroll-note{display:none}.land-v09[data-v12=true] .v12-app-frame{height:calc(100vh - 120px)!important;min-height:515px!important;border-radius:20px!important}.land-v09[data-v12=true] .v12-tour-topbar{height:51px!important;padding:0 11px!important}.land-v09[data-v12=true] .v12-tour-topbar .v10-tour-brand small{display:block}.land-v09[data-v12=true] .v12-tour-topbar .v10-tour-demo-note{font-size:6px!important}.land-v09[data-v12=true] .v12-app-body{grid-template-columns:1fr!important;height:calc(100% - 51px)!important}.land-v09[data-v12=true] .v12-app-sidebar{display:none!important}.land-v09[data-v12=true] .v12-tour-slide{padding:14px 13px 16px!important}.land-v09[data-v12=true] .v12-tour-page-head{margin-bottom:10px}.land-v09[data-v12=true] .v12-tour-page-head h3{font-size:21px!important}.land-v09[data-v12=true] .v12-tour-page-head p{font-size:8.2px!important;line-height:1.45;display:block!important}.land-v09[data-v12=true] .v12-tour-slide .v10-tour-stats{grid-template-columns:repeat(2,1fr)}.land-v09[data-v12=true] .v12-tour-slide .v10-tour-two-col{grid-template-columns:1fr}.land-v09[data-v12=true] .v12-tour-slide .v10-tour-two-col section:last-child{display:none}.land-v09[data-v12=true] .v12-tour-slide .v10-register-row{grid-template-columns:1fr auto!important;min-height:66px;padding:9px 10px}.land-v09[data-v12=true] .v12-tour-slide .v10-register-state,.land-v09[data-v12=true] .v12-tour-slide .v10-tour-stepper small{display:none}.land-v09[data-v12=true] .v12-tour-slide .v10-task-row{grid-template-columns:8px minmax(0,1fr) auto!important}.land-v09[data-v12=true] .v12-tour-slide .v10-task-row>button{display:none}.land-v09[data-v12=true] .v12-tour-slide .v10-doc-layout,.land-v09[data-v12=true] .v12-tour-slide .v10-team-grid,.land-v09[data-v12=true] .v12-tour-slide .v10-dossier-layout{grid-template-columns:1fr!important}.land-v09[data-v12=true] .v12-tour-slide .v10-doc-output,.land-v09[data-v12=true] .v12-tour-slide .v10-people,.land-v09[data-v12=true] .v12-tour-slide .v10-dossier-side{display:none}.land-v09[data-v12=true] .v12-tour-slide .v10-dossier-page{width:100%;height:auto;transform:none;padding:14px}.land-v09[data-v12=true] .v12-tour-under{padding:28px 0 80px;justify-content:flex-start}.land-v09[data-v12=true] .v12-proof{padding:100px 0 120px}.land-v09[data-v12=true] .v12-proof-head{text-align:left;margin-bottom:55px}.land-v09[data-v12=true] .v12-proof-head h2{font-size:clamp(43px,11vw,63px)}.land-v09[data-v12=true] .v12-proof-room{grid-template-columns:1fr;gap:40px}.land-v09[data-v12=true] .v12-proof-stack{height:530px}.land-v09[data-v12=true] .v12-paper{width:min(70vw,390px)}.land-v09[data-v12=true] .v12-trust{padding:100px 0}.land-v09[data-v12=true] .v12-trust-grid{grid-template-columns:1fr;gap:45px}.land-v09[data-v12=true] .v12-device-story{height:285vh}.land-v09[data-v12=true] .v12-device-sticky{top:66px;height:calc(100vh - 66px);align-items:flex-start;padding-top:22px}.land-v09[data-v12=true] .v12-device-layout{grid-template-columns:1fr;gap:15px}.land-v09[data-v12=true] .v12-device-copy .v12-section-no{margin-bottom:6px}.land-v09[data-v12=true] .v12-device-copy h2{font-size:31px;margin:6px 0}.land-v09[data-v12=true] .v12-device-copy>p{font-size:8.5px;line-height:1.4;max-width:none}.land-v09[data-v12=true] .v12-device-rail{margin-top:8px}.land-v09[data-v12=true] .v12-device-stage{min-height:0;height:calc(100vh - 245px)}.land-v09[data-v12=true] .v12-device-stage.scene-0 .v12-device-shell,.land-v09[data-v12=true] .v12-device-stage.scene-1 .v12-device-shell{width:100%;height:min(490px,100%);border-radius:22px}.land-v09[data-v12=true] .v12-device-stage.scene-2 .v12-device-shell{width:min(285px,82vw);height:min(520px,100%);border-radius:38px}.land-v09[data-v12=true] .v12-device-content{padding:17px}.land-v09[data-v12=true] .v12-device-layer{top:17px;right:17px;bottom:17px;left:17px}.land-v09[data-v12=true] .v12-device-layer h3{font-size:21px}.land-v09[data-v12=true] .v12-device-stage.scene-2 .v12-device-content{padding:17px 12px}.land-v09[data-v12=true] .v12-device-stage.scene-2 .v12-device-layer{top:17px;right:12px;bottom:17px;left:12px}.land-v09[data-v12=true] .v12-pricing{padding-top:100px!important}.land-v09[data-v12=true] .v12-pricing-head{text-align:left!important}.land-v09[data-v12=true] .v12-pricing-head .billing-interval-wrap{margin:29px auto 6px!important}.land-v09[data-v12=true] .v12-pricing-head .billing-saving-note{text-align:center!important}}@media (max-width:520px){.land-v09[data-v12=true] .v12-proof-line{gap:10px 13px}.land-v09[data-v12=true] .v12-proof-line span{font-size:9px}.land-v09[data-v12=true] .v12-hero-actions .btn{width:100%}.land-v09[data-v12=true] .v12-text-link{width:100%;justify-content:center}.land-v09[data-v12=true] .v12-case-switch{display:flex;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.land-v09[data-v12=true] .v12-case-switch::-webkit-scrollbar{display:none}.land-v09[data-v12=true] .v12-case-switch button{flex:0 0 78%;white-space:nowrap}.land-v09[data-v12=true] .v12-system-file header p{font-size:8px}.land-v09[data-v12=true] .v12-system-path small{display:none}.land-v09[data-v12=true] .v12-system-insights article span{font-size:6.4px}.land-v09[data-v12=true] .v12-fact-row b{font-size:27px}.land-v09[data-v12=true] .v12-fact-row small{font-size:7px}.land-v09[data-v12=true] .v12-penalty-main b{font-size:14vw}.land-v09[data-v12=true] .v12-penalty-alt b{font-size:40px}.land-v09[data-v12=true] .v12-cinema{height:490vh}.land-v09[data-v12=true] .v12-story-window{height:calc(100vh - 250px);min-height:460px}.land-v09[data-v12=true] .v12-story-record p{display:none}.land-v09[data-v12=true] .v12-story-record>span{padding:6px 7px}.land-v09[data-v12=true] .v12-story-track{margin:10px 0!important}.land-v09[data-v12=true] .v12-story-layer{padding:12px!important}.land-v09[data-v12=true] .v12-work-scene h4{font-size:18px;margin-bottom:10px}.land-v09[data-v12=true] .v12-helper{font-size:7px}.land-v09[data-v12=true] .v12-input-card{font-size:8px;padding:9px}.land-v09[data-v12=true] .v12-scan-result{margin-top:8px;padding:8px}.land-v09[data-v12=true] .v12-choice-row span{padding:7px}.land-v09[data-v12=true] .v12-class-result{padding:8px;grid-template-columns:27px 1fr}.land-v09[data-v12=true] .v12-class-result em{display:none}.land-v09[data-v12=true] .v12-measure-stack article{padding:7px;grid-template-columns:24px 1fr}.land-v09[data-v12=true] .v12-measure-stack article>span{display:none}.land-v09[data-v12=true] .v12-release-grid{grid-template-columns:1fr 1fr}.land-v09[data-v12=true] .v12-release-grid span:nth-child(3){display:none}.land-v09[data-v12=true] .v12-check-buttons{grid-template-columns:1fr}.land-v09[data-v12=true] .v12-check-card{padding:18px;min-height:450px}.land-v09[data-v12=true] .v12-check-question{padding-top:30px}.land-v09[data-v12=true] .v12-check-question h3{font-size:25px}.land-v09[data-v12=true] .v12-tour-intro>p{font-size:12px}.land-v09[data-v12=true] .v12-tour-capabilities{display:none}.land-v09[data-v12=true] .v12-tour-scroll{height:570vh!important}.land-v09[data-v12=true] .v12-tour-meta{grid-template-columns:1fr}.land-v09[data-v12=true] .v12-tour-progress{display:block!important}.land-v09[data-v12=true] .v12-app-frame{height:calc(100vh - 104px)!important;min-height:500px!important}.land-v09[data-v12=true] .v12-tour-topbar .v10-tour-demo-note{display:none}.land-v09[data-v12=true] .v12-tour-slide{padding:12px 10px 14px!important}.land-v09[data-v12=true] .v12-tour-page-head p{display:none!important}.land-v09[data-v12=true] .v12-tour-page-head h3{font-size:19px!important}.land-v09[data-v12=true] .v12-tour-slide .v10-tour-stats .card{padding:9px}.land-v09[data-v12=true] .v12-tour-slide .v10-next-list>div{padding:8px}.land-v09[data-v12=true] .v12-tour-slide .v10-register-row{padding:8px}.land-v09[data-v12=true] .v12-tour-slide .v10-register-row:nth-child(n+5){display:none}.land-v09[data-v12=true] .v12-tour-slide .v10-dossier-index span:nth-of-type(n+4){display:none}.land-v09[data-v12=true] .v12-proof-copy h3{font-size:30px}.land-v09[data-v12=true] .v12-proof-stack{height:430px}.land-v09[data-v12=true] .v12-paper{width:72vw}.land-v09[data-v12=true] .v12-proof-stamp{font-size:6px}.land-v09[data-v12=true] .v12-device-story{height:275vh}.land-v09[data-v12=true] .v12-device-copy>p{display:none}.land-v09[data-v12=true] .v12-device-rail span{font-size:5.5px}.land-v09[data-v12=true] .v12-device-rail i{width:14px;height:14px}.land-v09[data-v12=true] .v12-device-stage{height:calc(100vh - 215px)}.land-v09[data-v12=true] .v12-pricing-head .billing-interval-wrap,.land-v09[data-v12=true] .v12-pricing-head .billing-interval-seg{width:100%!important}.land-v09[data-v12=true] .v12-pricing-head .billing-saving-note{text-align:center!important}}@media (prefers-reduced-motion:reduce){.land-v09[data-v12=true] .v12-scroll-cue span,.land-v09[data-v12=true] .v12-system-insights article{animation:none!important;opacity:1!important;transform:none!important}.land-v09[data-v12=true] .v12-hero-product,.land-v09[data-v12=true] .v12-story-layer,.land-v09[data-v12=true] .v12-device-layer,.land-v09[data-v12=true] .v12-device-shell,.land-v09[data-v12=true] .v12-proof-stack{transition:none!important;animation:none!important}.land-v09[data-v12=true] .v12-cinema{height:auto!important;padding:90px 0}.land-v09[data-v12=true] .v12-cinema-sticky{position:relative!important;top:auto!important;height:auto!important}.land-v09[data-v12=true] .v12-cinema-layout{display:block}.land-v09[data-v12=true] .v12-cinema-copy-stage{min-height:0}.land-v09[data-v12=true] .v12-cinema-stage{margin-top:30px}.land-v09[data-v12=true] .v12-tour-scroll{height:auto!important;padding-bottom:70px}.land-v09[data-v12=true] .v12-tour-sticky{position:relative!important;top:auto!important;height:auto!important}.land-v09[data-v12=true] .v12-tour-viewport{overflow:visible!important}.land-v09[data-v12=true] .v12-tour-track{display:grid!important;gap:20px;transform:none!important}.land-v09[data-v12=true] .v12-tour-slide{height:auto!important;min-height:560px}.land-v09[data-v12=true] .v12-device-story{height:auto!important;padding:90px 0}.land-v09[data-v12=true] .v12-device-sticky{position:relative!important;top:auto!important;height:auto!important}.land-v09[data-v12=true] .v12-device-stage{margin-top:30px}.land-v09[data-v12=true] .v12-device-shell{width:min(760px,100%)!important;height:500px!important;border-radius:24px!important}}@media (max-width:520px){.land-v09[data-v12=true] .v12-case-switch{display:grid;grid-template-columns:1fr;overflow:visible;padding:0}.land-v09[data-v12=true] .v12-case-switch button{width:100%;flex:none;white-space:normal}}.land-v09[data-v12=true] .v12-proof,.land-v09[data-v12=true] .v12-trust,.land-v09[data-v12=true] .v12-pricing,.land-v09[data-v12=true] .v12-addons,.land-v09[data-v12=true] .v12-faq,.land-v09[data-v12=true] .v12-final{content-visibility:auto;contain-intrinsic-size:auto 900px}.land-v09[data-v13=true]{--v13-ease:cubic-bezier(.16,1,.3,1);--v13-spring:cubic-bezier(.22,.9,.26,1)}.land-v09[data-v13=true] .v13-flow-note{display:flex;align-items:center;gap:9px;margin-top:14px;padding-top:12px;border-top:1px solid rgba(17,35,45,.08);color:#738184;font:650 7.5px/1.25 inherit;letter-spacing:.01em}.land-v09[data-v13=true] .v13-flow-note i{font-style:normal;color:#6a9690;font-size:13px}.land-v09[data-v13=true] .v13-flow-note b{color:var(--v12-teal);font-weight:780}.land-v09[data-v13=true] .v13-cause-strip{display:inline-flex;align-items:center;gap:9px;margin:1px 0 12px;padding:7px 10px;border-radius:999px;background:#f4f7ee;border:1px solid rgba(112,147,93,.16);color:#66766d;font-size:7px}.land-v09[data-v13=true] .v13-cause-strip i{font-style:normal;color:#7d9e73}.land-v09[data-v13=true] .v13-cause-strip b{color:#315f59}.land-v09[data-v13=true] .v12-story-layer.active .v13-causal-piece{animation:v13-causal-in .72s var(--v13-ease) both}.land-v09[data-v13=true] .v12-story-layer.active .v13-causal-piece:nth-of-type(2){animation-delay:.12s}.land-v09[data-v13=true] .v12-story-layer.active .v13-causal-piece:nth-of-type(3){animation-delay:.22s}.land-v09[data-v13=true] .v12-story-layer.active .v12-measure-stack .v13-causal-piece:nth-child(1){animation-delay:.06s}.land-v09[data-v13=true] .v12-story-layer.active .v12-measure-stack .v13-causal-piece:nth-child(2){animation-delay:.16s}.land-v09[data-v13=true] .v12-story-layer.active .v12-measure-stack .v13-causal-piece:nth-child(3){animation-delay:.26s}@keyframes v13-causal-in{0%{opacity:0;transform:translate3d(0,10px,0) scale(.99)}to{opacity:1;transform:none}}.land-v09[data-v13=true] .v13-document-flow{display:grid;grid-template-columns:minmax(0,1fr) 50px minmax(0,.92fr);align-items:center;gap:12px;margin-top:2px}.land-v09[data-v13=true] .v13-doc-question h4{margin-bottom:8px}.land-v09[data-v13=true] .v13-doc-question .v12-helper{margin-bottom:10px}.land-v09[data-v13=true] .v13-doc-arrow{display:grid;place-items:center;gap:5px;color:#6f8f89}.land-v09[data-v13=true] .v13-doc-arrow span{font-size:22px}.land-v09[data-v13=true] .v13-doc-arrow small{font-size:5.8px;writing-mode:vertical-rl;text-transform:uppercase;letter-spacing:.08em}.land-v09[data-v13=true] .v13-document-flow .v12-doc-preview{margin:0;min-height:150px;display:flex;flex-direction:column;justify-content:center}.land-v09[data-v13=true] .v13-release-chain{display:flex;justify-content:center;gap:7px;flex-wrap:wrap;margin-bottom:12px}.land-v09[data-v13=true] .v13-release-chain span{padding:5px 8px;border-radius:999px;background:#eff7ef;border:1px solid #d1e8d4;color:#4f805d;font-size:6.5px;font-weight:700}.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-tour-page-head{animation:v13-tour-head .62s var(--v13-ease) both}.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-next-list>div,.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-register-row,.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-task-row,.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-team-grid>.card,.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-dossier-side>.card{animation:v13-tour-row .64s var(--v13-ease) both}.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-next-list>div:nth-child(2),.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-register-row:nth-child(2),.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-task-row:nth-child(2){animation-delay:.08s}.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-next-list>div:nth-child(3),.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-register-row:nth-child(3),.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-task-row:nth-child(3){animation-delay:.15s}.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-register-row:nth-child(4){animation-delay:.21s}.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-register-row:nth-child(5){animation-delay:.27s}.land-v09[data-v13=true] .v12-tour-slide.is-focus.v13-tour-documentation .v10-guided-doc{animation:v13-doc-focus .7s var(--v13-ease) both}.land-v09[data-v13=true] .v12-tour-slide.is-focus.v13-tour-documentation .v10-doc-output{animation:v13-doc-focus .7s .14s var(--v13-ease) both}.land-v09[data-v13=true] .v12-tour-slide.is-focus.v13-tour-team .v10-assignment{animation:v13-doc-focus .7s .12s var(--v13-ease) both}.land-v09[data-v13=true] .v12-tour-slide.is-focus.v13-tour-dossier .v10-dossier-page{animation:v13-dossier-focus .85s var(--v13-ease) both}@keyframes v13-tour-head{0%{opacity:.35;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes v13-tour-row{0%{opacity:.25;transform:translate(12px)}to{opacity:1;transform:none}}@keyframes v13-doc-focus{0%{opacity:.25;transform:translateY(9px) scale(.995)}to{opacity:1;transform:none}}@keyframes v13-dossier-focus{0%{opacity:.25;transform:translateY(10px) rotate(-.5deg) scale(.99)}to{opacity:1;transform:none}}.land-v09[data-v13=true] .v13-trust{background:linear-gradient(180deg,#fff,#f8faf7)}.land-v09[data-v13=true] .v13-trust-grid{grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);align-items:center;gap:80px}.land-v09[data-v13=true] .v13-decision-record{border:1px solid rgba(17,35,45,.11);background:#fff;border-radius:26px;padding:23px;box-shadow:0 34px 85px #1633321a;position:relative;overflow:hidden}.land-v09[data-v13=true] .v13-decision-record:before{content:"";position:absolute;inset:-80px -90px auto auto;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(143,180,112,.13),transparent 70%);pointer-events:none}.land-v09[data-v13=true] .v13-record-top{display:flex;align-items:center;gap:11px;padding-bottom:18px;border-bottom:1px solid #e7ebe7}.land-v09[data-v13=true] .v13-record-top>div{display:grid;gap:2px}.land-v09[data-v13=true] .v13-record-top small{font:700 6.5px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;color:#899695}.land-v09[data-v13=true] .v13-record-top b{font-size:13px}.land-v09[data-v13=true] .v13-record-status{margin-left:auto;border:1px solid #cae0cd;background:#f1f8f1;color:#4e8059;border-radius:999px;padding:6px 9px;font-size:7px;font-weight:750}.land-v09[data-v13=true] .v13-record-result{display:flex;align-items:center;gap:14px;padding:22px 3px 18px}.land-v09[data-v13=true] .v13-record-result h3{margin:3px 0 4px;font-size:23px;letter-spacing:-.025em}.land-v09[data-v13=true] .v13-record-result small{font:700 6.5px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#8d9999;letter-spacing:.09em}.land-v09[data-v13=true] .v13-record-result p{margin:0;color:#728085;font-size:9px}.land-v09[data-v13=true] .v13-record-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e7ebe7;border-left:1px solid #e7ebe7}.land-v09[data-v13=true] .v13-record-grid>div{padding:13px;border-right:1px solid #e7ebe7;border-bottom:1px solid #e7ebe7;min-height:70px}.land-v09[data-v13=true] .v13-record-grid small{display:block;font:700 6px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#8a9897;letter-spacing:.09em;margin-bottom:7px}.land-v09[data-v13=true] .v13-record-grid b{font-size:9px;line-height:1.4}.land-v09[data-v13=true] .v13-record-update{display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:11px;align-items:center;margin-top:14px;padding:12px;border-radius:13px;background:#eef5f1;color:#355e59}.land-v09[data-v13=true] .v13-record-update>span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#fff}.land-v09[data-v13=true] .v13-record-update b{display:block;font-size:9px}.land-v09[data-v13=true] .v13-record-update small{display:block;color:#71827e;font-size:7.5px;line-height:1.35;margin-top:2px}.land-v09[data-v13=true] .v13-record-update>i{font-style:normal;font-size:17px}.land-v09[data-v13=true] .v13-device-story{height:235vh}.land-v09[data-v13=true] .v13-device-stage{perspective:1200px}.land-v09[data-v13=true] .v13-device-shell{transition:width .95s var(--v13-ease),height .95s var(--v13-ease),border-radius .95s var(--v13-ease),transform .95s var(--v13-ease),box-shadow .95s var(--v13-ease)!important;transform-origin:center center}.land-v09[data-v13=true] .v13-device-stage.scene-0 .v13-device-shell{width:95%!important;height:570px!important;border-radius:24px!important;transform:translateZ(0)}.land-v09[data-v13=true] .v13-device-stage.scene-1 .v13-device-shell{width:72%!important;height:590px!important;border-radius:28px!important;transform:translate3d(4%,0,0)}.land-v09[data-v13=true] .v13-device-stage.scene-2 .v13-device-shell{width:42%!important;height:610px!important;border-radius:46px!important;transform:translate3d(18%,0,0);box-shadow:0 46px 110px #1530312e!important}.land-v09[data-v13=true] .v13-context-meter{display:flex;align-items:center;gap:8px;margin:20px 0 2px;color:#9aa6a6;font-size:7.5px;text-transform:uppercase;letter-spacing:.07em}.land-v09[data-v13=true] .v13-context-meter span.on{color:var(--v12-teal);font-weight:800}.land-v09[data-v13=true] .v13-context-meter i{font-style:normal;color:#bdc7c3}.land-v09[data-v13=true] .v13-pricing .billing-interval-wrap{margin-left:auto!important;margin-right:auto!important;text-align:center}.land-v09[data-v13=true] .v13-pricing .billing-interval-seg{margin-inline:auto}.land-v09[data-v13=true] .v13-price-value{display:inline-block;animation:v13-price-change .48s var(--v13-ease) both;font-variant-numeric:tabular-nums}.land-v09[data-v13=true] .v13-saving-active{color:#28734c!important;font-weight:730}@keyframes v13-price-change{0%{opacity:.15;transform:translateY(7px)}to{opacity:1;transform:none}}.land-v09[data-v13=true] .v13-doc-addon{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);gap:35px;align-items:center;overflow:hidden}.land-v09[data-v13=true] .v13-addon-copy{position:relative;z-index:1}.land-v09[data-v13=true] .v13-doc-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:7px;min-width:0}.land-v09[data-v13=true] .v13-doc-flow>i{font-style:normal;color:#9db5ac}.land-v09[data-v13=true] .v13-flow-card{min-height:135px;border:1px solid rgba(255,255,255,.15);background:#ffffff13;border-radius:17px;padding:14px;color:#e9f2ed;display:flex;flex-direction:column;justify-content:center;gap:8px;box-shadow:0 18px 35px #00000014}.land-v09[data-v13=true] .v13-flow-card small{font:700 6px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#9ebcb2;letter-spacing:.08em}.land-v09[data-v13=true] .v13-flow-card b{font-size:9px;line-height:1.35}.land-v09[data-v13=true] .v13-flow-card span{font-size:7px;line-height:1.4;color:#b8c9c4}.land-v09[data-v13=true] .v13-flow-card.pdf{background:#f7f9f4;color:#173038;border-color:#ffffff40;transform:rotate(1.2deg)}.land-v09[data-v13=true] .v13-flow-card.pdf small{color:#728784}.land-v09[data-v13=true] .v13-flow-card.pdf span{color:#71817f}.land-v09[data-v13=true] .v13-wl-addon{position:relative;overflow:hidden}.land-v09[data-v13=true] .v13-wl-toggle{display:flex;gap:5px;margin:18px 0 10px}.land-v09[data-v13=true] .v13-wl-toggle button{border:1px solid #d8dfdb;background:#fff;border-radius:999px;padding:6px 10px;font-size:7px;color:#758382;cursor:pointer}.land-v09[data-v13=true] .v13-wl-toggle button.on{background:#123f40;border-color:#123f40;color:#fff}.land-v09[data-v13=true] .v13-brand-preview{padding:14px;border:1px solid #d9e0dc;border-radius:15px;background:#fff;margin-bottom:15px;transition:background .55s var(--v13-ease),border-color .55s var(--v13-ease),transform .55s var(--v13-ease)}.land-v09[data-v13=true] .v13-brand-preview>div{display:flex;align-items:center;gap:8px;margin-bottom:15px}.land-v09[data-v13=true] .v13-brand-preview>div span{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:#0e6667;color:#fff;font-size:8px;font-weight:800}.land-v09[data-v13=true] .v13-brand-preview>div b{font-size:9px}.land-v09[data-v13=true] .v13-brand-preview>small{font:700 5.8px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:#8a9694;letter-spacing:.09em}.land-v09[data-v13=true] .v13-brand-preview h4{margin:6px 0 12px;font-size:15px}.land-v09[data-v13=true] .v13-brand-bars{display:grid;grid-template-columns:1.5fr .8fr .55fr;gap:6px}.land-v09[data-v13=true] .v13-brand-bars i{height:24px;border-radius:7px;background:#e5efed}.land-v09[data-v13=true] .v13-brand-preview.is-branded{background:#fbf8f1;border-color:#d8cbb8;transform:translateY(-2px)}.land-v09[data-v13=true] .v13-brand-preview.is-branded>div span{background:#8a5b3f}.land-v09[data-v13=true] .v13-brand-preview.is-branded .v13-brand-bars i{background:#eadfd3}.land-v09[data-v13=true] .v13-final-card{background:linear-gradient(135deg,#0d3d3f,#13585a)!important;color:#fff!important;position:relative;overflow:hidden}.land-v09[data-v13=true] .v13-final-card:before{content:"";position:absolute;right:-120px;bottom:-180px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(178,209,106,.2),transparent 67%);pointer-events:none}.land-v09[data-v13=true] .v13-final-card h2{color:#fff!important;text-shadow:none!important}.land-v09[data-v13=true] .v13-final-card p{color:#ffffffbf!important}.land-v09[data-v13=true] .v13-final-card .v09-final-kicker{color:#abc0b9!important}.land-v09[data-v13=true] .v13-final-card small{color:#ffffff8f!important}.land-v09[data-v13=true] .v13-final-card .btn:not(.ghost){background:#ddebaf!important;color:#17383a!important;border-color:#ddebaf!important}.land-v09[data-v13=true] .v13-final-card .btn.ghost{background:#ffffffeb!important;color:#15242b!important;border-color:#ffffffeb!important}@media (max-width:760px){.land-v09[data-v13=true] .v13-document-flow{grid-template-columns:1fr;gap:7px}.land-v09[data-v13=true] .v13-doc-arrow{grid-template-columns:auto auto;justify-content:start}.land-v09[data-v13=true] .v13-doc-arrow small{writing-mode:horizontal-tb}.land-v09[data-v13=true] .v13-doc-arrow span{transform:rotate(90deg);font-size:15px}.land-v09[data-v13=true] .v13-document-flow .v12-doc-preview{min-height:100px}.land-v09[data-v13=true] .v13-trust-grid{grid-template-columns:1fr;gap:30px}.land-v09[data-v13=true] .v13-decision-record{padding:15px;border-radius:20px}.land-v09[data-v13=true] .v13-record-result{padding:15px 1px}.land-v09[data-v13=true] .v13-record-result h3{font-size:19px}.land-v09[data-v13=true] .v13-record-grid{grid-template-columns:1fr}.land-v09[data-v13=true] .v13-record-grid>div{min-height:0;padding:10px}.land-v09[data-v13=true] .v13-record-update{grid-template-columns:28px minmax(0,1fr);padding:9px}.land-v09[data-v13=true] .v13-record-update>span{width:28px;height:28px}.land-v09[data-v13=true] .v13-record-update>i{display:none}.land-v09[data-v13=true] .v13-device-story{height:230vh}.land-v09[data-v13=true] .v13-context-meter{margin-top:7px}.land-v09[data-v13=true] .v13-device-stage.scene-0 .v13-device-shell{width:100%!important;height:100%!important;border-radius:22px!important;transform:none}.land-v09[data-v13=true] .v13-device-stage.scene-1 .v13-device-shell{width:83%!important;height:100%!important;border-radius:28px!important;transform:none}.land-v09[data-v13=true] .v13-device-stage.scene-2 .v13-device-shell{width:min(285px,70vw)!important;height:100%!important;border-radius:40px!important;transform:none}.land-v09[data-v13=true] .v12-device-register>div:nth-child(n+5){display:none}.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-doc-output{display:block!important;padding:10px!important}.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-doc-output p:nth-of-type(2){display:none}.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-doc-output h4{font-size:15px}.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-doc-layout{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-guided-doc{padding:10px!important}.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-example-box{display:none}.land-v09[data-v13=true] .v12-tour-slide.is-focus .v10-doc-actions{margin-top:7px}.land-v09[data-v13=true] .v13-pricing .billing-interval-wrap{width:min(100%,390px)!important;margin-inline:auto!important}.land-v09[data-v13=true] .v13-pricing .billing-interval-seg{width:100%!important}.land-v09[data-v13=true] .v13-doc-addon{grid-template-columns:1fr;gap:25px}.land-v09[data-v13=true] .v13-doc-flow{grid-template-columns:1fr;gap:7px}.land-v09[data-v13=true] .v13-doc-flow>i{transform:rotate(90deg);justify-self:center}.land-v09[data-v13=true] .v13-flow-card{min-height:88px}.land-v09[data-v13=true] .v13-wl-toggle{justify-content:center}.land-v09[data-v13=true] .v13-brand-preview{max-width:390px;margin-inline:auto;margin-bottom:15px}.land-v09[data-v13=true] .v13-final-card{padding-left:24px!important;padding-right:24px!important}.land-v09[data-v13=true] .v13-final-card h2{font-size:clamp(38px,11vw,54px)!important}}@media (max-width:520px){.land-v09[data-v13=true] .v13-flow-note{font-size:6.8px;gap:6px}.land-v09[data-v13=true] .v13-cause-strip{font-size:6.2px}.land-v09[data-v13=true] .v13-release-chain{gap:4px}.land-v09[data-v13=true] .v13-release-chain span{font-size:5.8px;padding:4px 6px}.land-v09[data-v13=true] .v13-context-meter{font-size:5.8px;gap:5px}.land-v09[data-v13=true] .v13-device-stage.scene-2 .v13-device-shell{width:min(270px,76vw)!important}.land-v09[data-v13=true] .v13-doc-flow{margin-top:4px}.land-v09[data-v13=true] .v13-flow-card{padding:11px}}@media (prefers-reduced-motion:reduce){.land-v09[data-v13=true] .v13-causal-piece,.land-v09[data-v13=true] .v12-tour-slide.is-focus *,.land-v09[data-v13=true] .v13-price-value{animation:none!important}.land-v09[data-v13=true] .v13-device-shell,.land-v09[data-v13=true] .v13-brand-preview{transition:none!important}}.land-v09[data-v13=true] .v12-story-layer{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:none!important;transition:none!important;z-index:0}.land-v09[data-v13=true] .v12-story-layer.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;z-index:2}@media (min-width:761px){.land-v09[data-v13=true] .v12-app-body{grid-template-columns:190px minmax(0,1fr)!important}.land-v09[data-v13=true] .v12-app-sidebar{width:auto!important;min-width:0!important;align-items:stretch!important;overflow:hidden!important;padding:18px 13px!important}.land-v09[data-v13=true] .v12-app-sidebar button{width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:20px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;padding:11px 12px!important;white-space:nowrap!important;overflow:hidden!important}.land-v09[data-v13=true] .v12-app-sidebar button>span{display:block!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.15!important}.land-v09[data-v13=true] .v12-app-sidebar button svg{flex:0 0 auto!important}}@media (min-width:1120px){.land-v09[data-v13=true] .v12-tour-slide .v10-register-row{grid-template-columns:minmax(0,1fr) 220px 78px!important;gap:16px!important;padding:11px 13px!important}.land-v09[data-v13=true] .v12-tour-slide .v10-register-row>button{display:inline-flex!important;min-width:72px!important;justify-content:center!important}.land-v09[data-v13=true] .v12-tour-slide .v10-register-state{min-width:0!important}.land-v09[data-v13=true] .v12-tour-slide .v10-tour-stepper{gap:7px!important;margin-top:10px!important}.land-v09[data-v13=true] .v12-tour-slide .v10-tour-stepper>div{gap:5px!important}.land-v09[data-v13=true] .v12-tour-slide .v10-tour-stepper small{font-size:6.7px!important;max-width:78px!important}}.land-v09[data-v13=true] .v13-tour-dossier .v10-dossier-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 245px!important;gap:18px!important;align-items:stretch!important;min-height:0!important;flex:1 1 auto!important;overflow:hidden!important}.land-v09[data-v13=true] .v13-tour-dossier .v10-dossier-page{width:100%!important;height:100%!important;min-height:0!important;transform:none!important;transform-origin:center!important;margin:0!important;padding:25px 28px!important;overflow:hidden!important;box-sizing:border-box!important}.land-v09[data-v13=true] .v13-tour-dossier .v10-dossier-title{margin:26px 0 18px!important}.land-v09[data-v13=true] .v13-tour-dossier .v10-dossier-title h4{font-size:24px!important}.land-v09[data-v13=true] .v13-tour-dossier .v10-dossier-facts{padding:10px!important}.land-v09[data-v13=true] .v13-tour-dossier .v10-dossier-index{margin-top:13px!important}.land-v09[data-v13=true] .v13-tour-dossier .v10-dossier-index>span{padding:5px 0!important}.land-v09[data-v13=true] .v13-tour-dossier .v10-dossier-side{position:static!important;inset:auto!important;width:auto!important;min-width:0!important;display:flex!important;flex-direction:column!important;gap:8px!important;align-self:stretch!important;overflow:hidden!important}.land-v09[data-v13=true] .v13-tour-dossier .v10-dossier-side>.card{position:static!important;transform:none!important;margin:0!important;flex:0 0 auto!important;padding:10px!important}.land-v09[data-v13=true] .v13-tour-dossier .v10-export-box{position:static!important;margin-top:auto!important;min-width:0!important;overflow:hidden!important;padding:10px!important}.land-v09[data-v13=true] .v13-tour-dossier .v10-export-box>a{display:grid!important;grid-template-columns:1fr!important;gap:2px!important;align-items:start!important}.land-v09[data-v13=true] .v13-tour-dossier .v10-export-box>a span{white-space:normal!important;overflow-wrap:anywhere!important}@media (min-width:761px) and (max-width:1120px){.land-v09[data-v13=true] .v12-app-body{grid-template-columns:72px minmax(0,1fr)!important}.land-v09[data-v13=true] .v12-app-sidebar{padding:16px 10px!important;align-items:center!important}.land-v09[data-v13=true] .v12-app-sidebar button{display:flex!important;width:44px!important;height:44px!important;padding:0!important;justify-content:center!important;border-radius:12px!important}.land-v09[data-v13=true] .v12-app-sidebar button>span{display:none!important}.land-v09[data-v13=true] .v12-tour-slide .v10-register-row{grid-template-columns:minmax(0,1fr) 190px!important}.land-v09[data-v13=true] .v12-tour-slide .v10-register-row>button{display:none!important}.land-v09[data-v13=true] .v13-tour-dossier .v10-dossier-layout{grid-template-columns:minmax(0,1fr) 205px!important;gap:12px!important}}@media (max-width:760px){.land-v09[data-v13=true] .v12-story-workspace{isolation:isolate!important}.land-v09[data-v13=true] .v12-story-layer{top:0!important;right:0!important;bottom:0!important;left:0!important}.land-v09[data-v13=true] .v12-story-layer.active{display:block!important}.land-v09[data-v13=true] .v13-tour-dossier .v10-dossier-layout{grid-template-columns:1fr!important;overflow:visible!important}.land-v09[data-v13=true] .v13-tour-dossier .v10-dossier-page{height:auto!important;min-height:410px!important;padding:16px!important}.land-v09[data-v13=true] .v13-tour-dossier .v10-dossier-side{display:none!important}}.land-v09[data-v13=true] .register-compact-summary{justify-content:center!important}.land-v09[data-v13=true] .register-compact-summary span{text-align:center}.land-v09[data-v13=true] .v12-release-proof{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;max-width:520px;margin-top:10px;padding:10px 12px;border-radius:12px;background:#eff4ee;color:#496961;text-align:left}.land-v09[data-v13=true] .v12-release-proof>span{display:grid;place-items:center;width:28px;height:28px;border-radius:10px;background:#e4eee7}.land-v09[data-v13=true] .v12-release-proof>div b,.land-v09[data-v13=true] .v12-release-proof>div small{display:block}.land-v09[data-v13=true] .v12-release-proof>div b{font-size:8.2px}.land-v09[data-v13=true] .v12-release-proof>div small{font-size:6.2px;color:#73857e;margin-top:2px}.land-v09[data-v13=true] .v12-release-proof>i{font-style:normal;color:#64806f}.land-v09[data-v13=true] .v13-story-scroll{width:100%}@media (max-width:900px){.land-v09[data-v13=true] .v13-story-scroll{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:6px}.land-v09[data-v13=true] .v13-story-scroll::-webkit-scrollbar{display:none}.land-v09[data-v13=true] .v13-story-scroll>.v12-story-window{min-width:760px;margin-inline:auto}}@media (max-width:640px){.land-v09[data-v13=true] .v13-story-scroll>.v12-story-window{min-width:680px}}.land-v09[data-v13=true] .v13-device-stage{padding-inline:12px;box-sizing:border-box}.land-v09[data-v13=true] .v13-device-shell{margin-inline:auto;max-width:100%}@media (max-width:760px){.land-v09[data-v13=true] .v13-device-story{height:215vh!important}.land-v09[data-v13=true] .v13-device-stage{height:calc(100vh - 235px)!important;padding-inline:8px}.land-v09[data-v13=true] .v13-device-stage.scene-0 .v13-device-shell{width:min(100%,660px)!important;height:min(430px,100%)!important}.land-v09[data-v13=true] .v13-device-stage.scene-1 .v13-device-shell{width:min(100%,540px)!important;height:min(390px,100%)!important}.land-v09[data-v13=true] .v13-device-stage.scene-2 .v13-device-shell{width:min(270px,74vw)!important;height:min(445px,100%)!important}}@media (max-width:520px){.land-v09[data-v13=true] .v13-device-story{height:205vh!important}.land-v09[data-v13=true] .v13-device-stage.scene-0 .v13-device-shell{height:min(395px,100%)!important}.land-v09[data-v13=true] .v13-device-stage.scene-1 .v13-device-shell{height:min(360px,100%)!important}.land-v09[data-v13=true] .v13-device-stage.scene-2 .v13-device-shell{height:min(420px,100%)!important}}.land-v09[data-v13=true] .v13-hero-file{display:flex;flex-direction:column;gap:14px}.land-v09[data-v13=true] .v13-hero-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.land-v09[data-v13=true] .v13-hero-summary span,.land-v09[data-v13=true] .v13-hero-side-card,.land-v09[data-v13=true] .v13-hero-side-proof{border:1px solid #e0e5e1;background:#f8faf6;border-radius:11px}.land-v09[data-v13=true] .v13-hero-summary span{padding:10px 11px}.land-v09[data-v13=true] .v13-hero-summary small{display:block;font:700 6.3px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;color:#869295}.land-v09[data-v13=true] .v13-hero-summary b{display:block;font-size:8.5px;margin-top:4px}.land-v09[data-v13=true] .v13-hero-file-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(220px,.8fr);gap:10px;align-items:stretch}.land-v09[data-v13=true] .v13-hero-side{display:grid;gap:10px}.land-v09[data-v13=true] .v13-hero-side-card,.land-v09[data-v13=true] .v13-hero-side-proof{padding:12px}.land-v09[data-v13=true] .v13-hero-side-card small,.land-v09[data-v13=true] .v13-hero-side-proof small{display:block;font:700 6.2px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;color:#869295}.land-v09[data-v13=true] .v13-hero-side-card b,.land-v09[data-v13=true] .v13-hero-side-proof b{display:block;font-size:8.6px;line-height:1.45;margin-top:5px}.land-v09[data-v13=true] .v13-hero-side-card ul{list-style:none;padding:0;margin:9px 0 0;display:grid;gap:7px}.land-v09[data-v13=true] .v13-hero-side-card li{display:flex;align-items:center;gap:6px;font-size:7.5px;color:#5e6d72}.land-v09[data-v13=true] .v13-hero-side-card li svg{color:#4b8b57;flex:0 0 auto}.land-v09[data-v13=true] .v13-hero-side-proof span{display:block;font-size:7.2px;line-height:1.45;color:#6f7e82;margin-top:5px}.land-v09[data-v13=true] .v13-hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #e0e5e1;border-radius:12px;background:#fbfcf9}.land-v09[data-v13=true] .v13-hero-bottom>span{display:grid;grid-template-columns:16px auto;column-gap:8px;align-items:center;color:#5c6c72}.land-v09[data-v13=true] .v13-hero-bottom>span svg{grid-row:1 / span 2;color:#5b8571}.land-v09[data-v13=true] .v13-hero-bottom>span b{font-size:8px}.land-v09[data-v13=true] .v13-hero-bottom>span small{font-size:7px;color:#7a868b}.land-v09[data-v13=true] .v13-hero-bottom button{border:0;border-radius:10px;background:#0e5f62;color:#fff;padding:9px 12px;font:750 7.8px/1 inherit}@media (max-width:900px){.land-v09[data-v13=true] .v13-hero-summary,.land-v09[data-v13=true] .v13-hero-file-grid{grid-template-columns:1fr}.land-v09[data-v13=true] .v13-hero-bottom{flex-direction:column;align-items:flex-start}.land-v09[data-v13=true] .v13-hero-bottom button{width:100%}}.land-v09[data-v13=true] .v13-tour-documentation .v10-tour-panel,.land-v09[data-v13=true] .v13-tour-documentation .v10-doc-layout,.land-v09[data-v13=true] .v13-tour-documentation .v10-guided-doc,.land-v09[data-v13=true] .v13-tour-documentation .v10-doc-output{min-width:0}.land-v09[data-v13=true] .v13-doc-scroll{width:100%}@media (max-width:900px){.land-v09[data-v13=true] .v13-tour-documentation .v13-doc-scroll{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:6px}.land-v09[data-v13=true] .v13-tour-documentation .v13-doc-scroll::-webkit-scrollbar{display:none}.land-v09[data-v13=true] .v13-tour-documentation .v13-doc-board{min-width:720px;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr)!important}}@media (max-width:640px){.land-v09[data-v13=true] .v13-tour-documentation .v13-doc-board{min-width:660px}}.land-v09[data-v13=true] .v13-flow-card.pdf{transform:none!important}.land-v09[data-v13=true] .v13-brand-preview{padding:18px!important;min-height:255px}.land-v09[data-v13=true] .v13-brand-preview-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.land-v09[data-v13=true] .v13-brand-preview-head span{display:grid;place-items:center;width:29px;height:29px;border-radius:9px;background:#0e6667;color:#fff;font-size:9px;font-weight:800}.land-v09[data-v13=true] .v13-brand-preview-head b{font-size:11px}.land-v09[data-v13=true] .v13-brand-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:10px 0 12px}.land-v09[data-v13=true] .v13-brand-stats span{padding:10px;border:1px solid #e1e6e1;border-radius:10px;background:#fafbf8}.land-v09[data-v13=true] .v13-brand-stats b{display:block;font-size:15px}.land-v09[data-v13=true] .v13-brand-stats small{display:block;font-size:6.8px;color:#829095;margin-top:2px}.land-v09[data-v13=true] .v13-brand-list{display:grid;gap:7px;margin-bottom:12px}.land-v09[data-v13=true] .v13-brand-list i{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #e1e6e1;border-radius:10px;background:#fff;padding:9px 10px;font-style:normal}.land-v09[data-v13=true] .v13-brand-list b{font-size:8px}.land-v09[data-v13=true] .v13-brand-list small{font-size:6.7px;color:#7b8a8f}.land-v09[data-v13=true] .v13-brand-bars{grid-template-columns:1.3fr 1fr .9fr!important}.land-v09[data-v13=true] .v13-brand-bars i{height:18px!important}.land-v09[data-v13=true] .v13-brand-preview.is-branded .v13-brand-preview-head span{background:#8a5b3f}@media (max-width:520px){.land-v09[data-v13=true] .v13-brand-preview{min-height:0}.land-v09[data-v13=true] .v13-brand-stats{grid-template-columns:repeat(3,1fr)}}.land-v09[data-v13=true] .v12-device-layer{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:none!important;transition:none!important}.land-v09[data-v13=true] .v12-device-layer.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}@media (max-width:900px){.land-v09[data-v13=true] .v12-cinema-layout,.land-v09[data-v13=true] .v12-device-layout{width:calc(100% - 30px)!important;margin-left:auto!important;margin-right:auto!important}}@media (max-width:520px){.land-v09[data-v13=true] .v12-cinema-layout,.land-v09[data-v13=true] .v12-device-layout{width:calc(100% - 28px)!important}}@media (min-width:761px){.land-v09[data-v13=true] .register-compact-summary{justify-content:flex-start!important}}@media (max-width:760px){.land-v09[data-v13=true] .register-compact-summary{justify-content:center!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}}@media (max-width:900px){.land-v09[data-v13=true] .v13-hero-summary{display:flex!important;gap:7px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px}.land-v09[data-v13=true] .v13-hero-summary::-webkit-scrollbar{display:none}.land-v09[data-v13=true] .v13-hero-summary>span{flex:0 0 min(78%,270px)}.land-v09[data-v13=true] .v13-hero-file-grid>.v12-system-insights{display:none!important}.land-v09[data-v13=true] .v13-hero-side{grid-template-columns:1fr 1fr}.land-v09[data-v13=true] .v13-hero-side-card,.land-v09[data-v13=true] .v13-hero-side-proof{min-height:112px}}@media (max-width:520px){.land-v09[data-v13=true] .v13-hero-side{grid-template-columns:1fr}.land-v09[data-v13=true] .v13-hero-side-card,.land-v09[data-v13=true] .v13-hero-side-proof{min-height:0}}.land-v09[data-v13=true] .v13-brand-preview>.v13-brand-preview-head{display:flex!important;align-items:center!important;gap:10px!important;margin:0 0 12px!important}.land-v09[data-v13=true] .v13-brand-preview>.v13-brand-preview-head>span{display:grid!important;place-items:center!important;width:29px!important;height:29px!important;padding:0!important;border:0!important;border-radius:9px!important;background:#0e6667!important;color:#fff!important}.land-v09[data-v13=true] .v13-brand-preview.is-branded>.v13-brand-preview-head>span{background:#8a5b3f!important}.land-v09[data-v13=true] .v13-brand-preview>.v13-brand-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;margin:10px 0 12px!important}.land-v09[data-v13=true] .v13-brand-preview>.v13-brand-stats>span{display:block!important;width:auto!important;height:auto!important;padding:10px!important;border:1px solid #e1e6e1!important;border-radius:10px!important;background:#fafbf8!important;color:inherit!important;text-align:left!important}.land-v09[data-v13=true] .v13-brand-preview>.v13-brand-list{display:grid!important;gap:7px!important;margin:0 0 12px!important}.land-v09[data-v13=true] .v13-brand-preview>.v13-brand-list>i{width:auto!important;height:auto!important}.land-v09[data-v13=true] .v13-brand-preview>.v13-brand-bars{display:grid!important;grid-template-columns:1.3fr 1fr .9fr!important;gap:6px!important;margin:0!important}.land-v09[data-v13=true] .v12-cinema-stage,.land-v09[data-v13=true] .v12-device-stage,.land-v09[data-v13=true] .v12-tour-viewport{min-width:0}.land-v09[data-v13=true] .v13-brand-preview>.v13-brand-preview-head>b{font-size:11px!important}.land-v09[data-v13=true] .v13-brand-preview>.v13-brand-stats>span>b{font-size:15px!important;color:var(--v12-ink)!important}.land-v09[data-v13=true] .v13-brand-preview>.v13-brand-stats>span>small{display:block!important;font-size:6.8px!important;color:#829095!important;margin-top:2px!important}.land-v09[data-v13=true] .v13-brand-preview>.v13-brand-list>i>b{font-size:8px!important;color:var(--v12-ink)!important}.land-v09[data-v13=true] .v13-brand-preview>.v13-brand-list>i>small{font-size:6.7px!important;color:#7b8a8f!important}.land-v09[data-v13=true] .v13-brand-preview.is-branded>.v13-brand-stats>span{background:#fbf7f0!important;color:inherit!important}@media (max-width:900px){.land-v09[data-v13=true] .v13-tour-documentation .v10-doc-output{display:block!important}}
