:root{--ground:#f6f6f4;--ground-2:#efefec;--panel:#fcfcfb;--panel-hover:#f0f0ec;--orange:#ff782d;--orange-deep:#e8590c;--orange-light:#ffb477;--orange-tint:#ffe7d6;--orange-tint-2:#fad3bc;--orange-rim:rgba(255,120,45,0.34);--ink:#15171a;--ink-2:#3a3f46;--instr:#5b6470;--instr-2:#8a929e;--line:#dedfdb;--line-2:#cfd1cc;--line-faint:#e7e7e3;--dark:#0f1116;--dark-2:#191c22;--dark-3:#1d2024;--dark-line:#262a31;--dark-ink:#eceef1;--dark-instr:#9aa2ae;--r-sm:8px;--r:12px;--r-md:14px;--r-lg:20px;--r-pill:999px;--ease:cubic-bezier(0.22,1,0.36,1);--launch-angle:-40deg;--shadow-xs:0 1px 2px rgba(21,23,26,0.05);--shadow-sm:0 1px 2px rgba(21,23,26,0.05),0 2px 8px rgba(21,23,26,0.04);--shadow:0 2px 4px rgba(21,23,26,0.05),0 12px 32px rgba(21,23,26,0.08);--shadow-lg:0 8px 18px rgba(21,23,26,0.08),0 30px 60px rgba(21,23,26,0.12);--body:var(--ink-2);--muted:var(--instr);--peach:var(--orange-tint);--peach-line:var(--orange-tint-2);--lavender:var(--instr-2);--chrome:var(--dark);--chrome-bar:rgba(15,17,22,0.92);--orange-300:var(--orange);--orange-400:var(--orange)}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:var(--font-body),system-ui,sans-serif;color:var(--body);-webkit-font-smoothing:antialiased}.deck-root,body{background:var(--chrome)}.deck-root{position:fixed;inset:0;display:flex;flex-direction:column}.deck-root.presenting{background:#15161b}.toolbar{flex:0 0 auto;height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;background:var(--chrome-bar);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #2c2f38;color:#e8eaee;z-index:20}.tb-left,.tb-mid,.tb-right{display:flex;align-items:center;gap:10px}.tb-home{color:var(--orange-300);text-decoration:none;font-weight:600;font-size:13.5px}.tb-home:hover{text-decoration:underline}.tb-meta{color:#aeb4bf;font-size:13px}.tb-meta b{color:#fff}.tb-count{color:#d6d9df;font-size:13.5px;min-width:54px;text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tb-btn{font-family:var(--font-body);font-size:13.5px;font-weight:600;color:#e8eaee;background:rgba(255,255,255,.06);border:1px solid #343843;border-radius:9px;padding:8px 13px;cursor:pointer;transition:background .15s,border-color .15s}.tb-btn:hover:not(:disabled){background:rgba(255,255,255,.12);border-color:#4a4f5b}.tb-btn:disabled{opacity:.38;cursor:default}.tb-on{background:var(--orange);border-color:var(--orange);color:#fff}.tb-quiet{color:#aeb4bf}@media (max-width:720px){.toolbar{gap:8px;padding:0 12px}.tb-left{min-width:0;flex:1 1}.tb-meta{font-size:11.5px;line-height:1.3;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tb-count{min-width:40px}}.tb-history{display:inline-flex;gap:4px}.tb-icon{font-size:16px;line-height:1;padding:8px 11px}.present-hud-history{display:flex;gap:6px}.present-hud-history button{flex:1 1;background:rgba(255,255,255,.1);border:none;color:#fff;font-family:var(--font-body);font-size:12px;font-weight:600;border-radius:7px;padding:6px 8px;cursor:pointer;transition:background .15s}.present-hud-history button:hover:not(:disabled){background:rgba(255,255,255,.2)}.present-hud-history button:disabled{opacity:.35;cursor:default}.variant-switch{display:inline-flex;gap:2px;background:rgba(255,255,255,.06);border:1px solid #343843;border-radius:9px;padding:2px}.variant-switch button{font-family:var(--font-body);font-size:12.5px;font-weight:600;color:#c5cad3;background:none;border:none;border-radius:7px;padding:6px 11px;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.variant-switch button:hover:not(.on){color:#fff;background:rgba(255,255,255,.09)}.variant-switch button.on{background:var(--orange);color:#fff}.stage-viewport{position:relative;flex:1 1 auto;overflow:hidden}.stage{top:50%;left:50%;width:1123px;height:794px;transform-origin:center center;background:#fff;box-shadow:0 30px 90px -28px rgba(0,0,0,.65);cursor:pointer;font-family:var(--font-body);color:var(--body)}.progress,.stage{position:absolute}.progress{top:0;left:0;right:0;height:3px;pointer-events:none}.progress span{display:block;height:100%;background:var(--orange);transition:width .25s ease}.present-hud{position:absolute;top:0;left:0;width:260px;height:160px;z-index:7}.present-hud-handle{position:absolute;top:14px;left:14px;width:32px;height:24px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:17px;line-height:1;letter-spacing:1px;background:rgba(20,21,26,.45);border-radius:8px;opacity:.28;transition:opacity .2s}.present-hud:hover .present-hud-handle{opacity:0}.present-hud-panel{position:absolute;top:14px;left:14px;display:flex;flex-direction:column;gap:8px;padding:9px;background:rgba(20,21,26,.85);border-radius:12px;opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .18s,transform .18s}.present-hud:hover .present-hud-panel{opacity:1;transform:none;pointer-events:auto}.present-hud-nav{display:flex;align-items:center;justify-content:center;gap:10px;color:#fff;font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.present-hud-nav button{background:rgba(255,255,255,.1);border:none;color:#fff;font-size:16px;line-height:1;border-radius:7px;padding:4px 10px;cursor:pointer}.present-hud-nav button:disabled{opacity:.35;cursor:default}.present-hud-variants{background:rgba(255,255,255,.06)}.edit-banner{flex:0 0 auto;background:var(--ink);color:#fff;font-size:13px;padding:9px 14px;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.edit-banner kbd{background:rgba(255,255,255,.16);border-radius:5px;padding:1px 6px;font-family:var(--font-body)}.edit-color-tools{display:inline-flex;align-items:center;gap:7px}.edit-color-label{font-size:12px;opacity:.7}.edit-color-btn{font-family:var(--font-display);font-size:12px;font-weight:700;padding:4px 11px;border-radius:8px;border:1.5px solid rgba(255,255,255,.28);background:transparent;color:#fff;cursor:pointer;transition:background .15s}.edit-color-btn:hover{background:rgba(255,255,255,.14)}.edit-color-orange{color:var(--orange);border-color:var(--orange)}.toast{position:fixed;bottom:26px;left:50%;transform:translateX(-50%);background:var(--ink);color:#fff;padding:13px 18px;border-radius:11px;font-size:13px;max-width:560px;text-align:center;box-shadow:0 24px 50px -18px rgba(0,0,0,.6);z-index:50}.slide{background:#fff;overflow:hidden;color:var(--body)}.slide,.slide-body{position:absolute;inset:0}.slide-body{padding:58px 60px 94px;z-index:1}.slide-body.has-sidebar{padding-left:210px}.slide-hero .slide-body{padding:0;display:flex;align-items:center;justify-content:center}.hero-topbar{top:0;height:56px;background:var(--ink)}.hero-hairline,.hero-topbar{position:absolute;left:0;right:0;z-index:2}.hero-hairline{top:56px;height:3px;background:var(--orange)}.section-label{position:absolute;top:64px;left:34px;width:156px;z-index:3}.section-label-text{position:relative;z-index:1;display:block;font-family:var(--font-display);font-weight:800;font-size:25px;line-height:1.12;letter-spacing:-.01em;color:var(--ink)}.sidebar-divider{position:absolute;top:84px;bottom:104px;left:190px;width:2px;background:var(--orange);z-index:2}.footer-wordmark{bottom:32px;left:46px;color:var(--ink);z-index:4}.angled-corner,.footer-wordmark{position:absolute;pointer-events:none}.angled-corner{right:0;bottom:0;z-index:3}.ac-fill{position:absolute;inset:0}.ac-brand{position:absolute;right:24px;bottom:13px;display:flex;align-items:center;gap:8px;color:#fff;font-family:var(--font-body);font-weight:600;z-index:2}.section-title{text-align:center;margin:0 0 20px;position:relative;z-index:1}.section-title-text{font-family:var(--font-display);font-weight:700;color:var(--orange);font-size:30px;line-height:1.14;letter-spacing:-.01em}.section-title-rule{display:block;width:148px;height:3px;background:var(--ink);border-radius:2px;margin:11px auto 0}.section-title-sub{margin-top:9px;font-size:13px;font-weight:700;color:var(--ink)}.cover-center{position:relative;text-align:center;max-width:860px;padding:0 30px}.cover-title{position:relative;z-index:1}.cover-company{font-size:60px;line-height:1.05;color:var(--ink)}.cover-company,.cover-subtitle{font-family:var(--font-display);font-weight:700;letter-spacing:-.015em}.cover-subtitle{font-size:52px;line-height:1.08;color:var(--orange);margin-top:6px}.cover-wordmark{position:absolute;bottom:52px;left:54px;color:var(--ink);z-index:4}.testi-list{display:flex;flex-direction:column;gap:15px;margin-top:4px}.testi-list-full{height:100%;justify-content:center}.testi-row{display:grid;grid-template-columns:196px 1fr;grid-gap:26px;gap:26px;align-items:center}.testi-video{position:relative;height:98px;background:var(--ink);border-radius:7px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#fff}.testi-video span{font-size:12px;opacity:.92}.testi-quote{font-size:13px;line-height:1.52;color:var(--body)}.prose{font-size:12.5px;line-height:1.5;color:var(--body)}.prose .blk-h{font-family:var(--font-body);font-weight:700;color:var(--ink);font-size:13px;margin:12px 0 4px}.prose .blk-h-accent{font-family:var(--font-display);font-weight:700;color:var(--orange);font-size:16px;margin:15px 0 6px}.prose .blk-h-accent:first-child,.prose .blk-h:first-child{margin-top:0}.prose .blk-p{margin:0 0 8px}.prose .blk-ol,.prose .blk-ul{margin:0 0 9px;padding-left:22px}.prose .blk-ul{list-style:disc}.prose .blk-ol{list-style:decimal}.prose .blk-ol li,.prose .blk-ul li{margin:3px 0}.prose .blk-check{list-style:none;margin:6px 0 9px}.prose .blk-check li{display:flex;gap:9px;align-items:flex-start;margin:5px 0}.check-box{width:14px;height:14px;border:2px solid var(--orange);border-radius:3px;flex:0 0 auto;margin-top:1px}.prose strong{font-weight:700;color:var(--ink)}.feature-table{width:100%;border-collapse:separate;border-spacing:0 3px;font-size:11px;margin-top:2px}.feature-table td{vertical-align:top;padding:8px 13px}.ft-name{width:218px;background:var(--peach);font-weight:700;color:var(--ink);border-radius:5px 0 0 5px}.ft-desc{background:#fff;color:var(--body);line-height:1.42;padding-left:16px}.modules-grid{column-count:2;column-gap:44px;font-size:10px;margin-top:2px}.module{page-break-inside:avoid;break-inside:avoid;margin-bottom:10px}.module-title{font-family:var(--font-body);font-weight:700;color:var(--ink);font-size:10.5px;margin:0 0 2px}.module-lesson{color:var(--body);line-height:1.38}.invest-table{margin:6px 0 20px}.invest-row{display:grid;grid-template-columns:1fr 300px;grid-gap:20px;gap:20px;align-items:center;background:var(--peach);padding:16px 24px;border-bottom:3px solid #fff}.invest-name{font-weight:700;color:var(--ink);font-size:15px}.invest-note{font-size:12.5px;color:var(--body);margin-top:5px;line-height:1.4}.invest-price{font-weight:700;color:var(--ink);font-size:15px;line-height:1.3}.invest-total{border-top:3px solid var(--ink)}.invest-notes{list-style:disc;padding-left:22px;font-size:13px;font-weight:700;color:var(--ink)}.invest-notes li{margin:8px 0}.sign-wrap{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:84px}.sign-wrap-client{padding-top:52px}.sign-instruct{font-size:15px;color:var(--muted);margin:22px 0 4px}.sign-wordmark{color:var(--ink)}.sign-title-wrap{position:relative;margin-top:24px}.sign-title{position:relative;z-index:1;font-family:var(--font-display);font-weight:700;font-size:66px;color:var(--ink);letter-spacing:-.02em}.sign-title .accent{color:var(--orange)}.sign-underline{display:block;width:240px;height:5px;border-radius:3px;margin:4px auto 0;background:var(--orange)}.sign-steps{list-style:decimal;text-align:left;margin:28px auto 0;padding-left:26px;max-width:660px;font-size:16px;font-weight:700;color:var(--ink)}.sign-steps li{margin:9px 0;padding-left:6px}.sign-steps strong{color:var(--ink)}.sign-blocks{display:flex;gap:80px;margin-top:30px;align-items:flex-start;justify-content:center}.sign-block{display:flex;flex-direction:column;align-items:center;width:300px}.sign-line-area{height:74px;width:300px;display:flex;align-items:flex-end;justify-content:center}.sign-img{max-height:92px;max-width:300px;margin-bottom:-14px;position:relative;z-index:1}.sign-img-ghost{opacity:.34}.sign-captured .sign-img{margin-bottom:0}.sign-empty{color:#aab0b8;font-size:12.5px;padding-bottom:7px}.sign-line{width:270px;border-top:1.5px solid #9aa0a8;margin:4px 0 9px}.sign-party{font-size:15px;font-weight:700;color:var(--ink)}.sign-email{margin-top:9px;width:252px;text-align:center;font-size:13px;font-family:var(--font-body);border:1px solid var(--line-2);border-radius:8px;padding:7px 10px;color:var(--ink)}.sign-email:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 2px rgba(255,120,45,.18)}.sign-row{display:flex;align-items:center;gap:10px;margin-top:10px}.sign-status{font-size:12.5px;font-weight:700}.sign-status.ok{color:#2f9e44}.sign-btn{margin-top:10px;font-family:var(--font-display);font-weight:700;font-size:14px;color:var(--ink);background:#fff;border:1.5px solid var(--line-2);border-radius:10px;padding:10px 17px;cursor:pointer}.sign-btn:hover:not(:disabled){border-color:var(--orange)}.sign-btn:disabled{opacity:.45;cursor:default}.sign-btn.primary{color:#fff;border:none;background:var(--orange);box-shadow:0 12px 26px -14px rgba(255,120,45,.7)}.sign-btn.primary:hover:not(:disabled){filter:brightness(1.05)}.sign-textbtn{background:none;border:none;color:var(--muted);font-size:12.5px;cursor:pointer;text-decoration:underline}.sign-textbtn:hover{color:var(--orange-deep)}.sign-textbtn:disabled{opacity:.5;cursor:default;text-decoration:none}.sign-status.err{color:#d64545}.sign-status.warn{color:#e8631a}.sign-fallback-note{font-size:12px;color:var(--muted)}.sign-block-client{background:#f7f8fb;border:1px solid var(--line);border-radius:14px;padding:16px 18px;width:360px}.sign-party-top{margin-bottom:9px}.sign-captured{display:flex;flex-direction:column;align-items:center;gap:4px;margin:4px 0 2px;border:1px solid var(--line);border-radius:10px;padding:8px 10px;background:#fff}.sign-captured .sign-img{max-height:64px;max-width:280px}.sign-consent{display:flex;gap:9px;align-items:flex-start;margin:11px 2px 12px;font-size:12px;line-height:1.4;color:var(--body);text-align:left;cursor:pointer;max-width:320px}.sign-consent input{margin-top:2px;accent-color:var(--orange);flex:0 0 auto}.sign-done{text-align:center;margin-top:36px}.sign-done-check{width:64px;height:64px;margin:0 auto 14px;border-radius:999px;background:#e7f6ee;color:#2f9e44;font-size:34px;display:flex;align-items:center;justify-content:center}.sign-done h3{font-family:var(--font-display);font-weight:700;font-size:26px;color:var(--ink)}.sign-done p{font-size:15px;color:var(--muted);margin-top:8px;max-width:440px;margin-left:auto;margin-right:auto}.sigfield-tabs{display:flex;gap:8px;margin-bottom:8px;align-items:center}.sigfield-tabs button{font-family:var(--font-body);font-size:13px;font-weight:600;color:var(--body);background:#f4f6f9;border:1px solid var(--line-2);border-radius:8px;padding:6px 12px;cursor:pointer}.sigfield-tabs button.on{background:var(--orange);border-color:var(--orange);color:#fff}.sigfield-clear{margin-left:auto;color:var(--muted)!important;background:none!important;border:none!important;text-decoration:underline}.sigfield-canvas{cursor:crosshair;display:block;background:repeating-linear-gradient(0deg,transparent,transparent 94%,var(--line) 94%)}.sigfield-canvas,.sigfield-type{border:1.5px dashed var(--line-2);border-radius:10px}.sigfield-type{position:relative;display:flex;align-items:center;justify-content:center}.sigfield-typed{font-size:46px;color:var(--ink);pointer-events:none;line-height:1}.sigfield-input{position:absolute;bottom:8px;left:8px;right:8px;text-align:center;font-size:13px;font-family:var(--font-body);border:none;border-top:1px solid var(--line);padding:6px;background:transparent;color:var(--ink)}.sigfield-input:focus{outline:none}.sig-modal{position:fixed;inset:0;background:rgba(15,16,20,.55);display:flex;align-items:center;justify-content:center;z-index:60}.sig-modal-card{background:#fff;border-radius:18px;padding:26px;width:520px;max-width:92vw;box-shadow:0 40px 90px -30px rgba(0,0,0,.6)}.sig-modal-card h3{font-family:var(--font-display);font-weight:700;font-size:21px;color:var(--ink)}.sig-modal-card p{font-size:13px;color:var(--muted);margin:6px 0 16px}.sig-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.sig-modal-actions button{font-family:var(--font-body);font-weight:600;font-size:14px;padding:10px 18px;border-radius:10px;border:1px solid var(--line-2);background:#fff;color:var(--body);cursor:pointer}.sig-modal-actions .primary{background:var(--orange);border-color:var(--orange);color:#fff}.sig-modal-actions button:disabled{opacity:.45;cursor:default}.editable{outline:none}.editing.editable{cursor:text;border-radius:4px;transition:box-shadow .12s}.editing.editable:hover{box-shadow:0 0 0 2px rgba(255,120,45,.35)}.editing.editable:focus{box-shadow:0 0 0 2px rgba(255,120,45,.9);background:rgba(255,120,45,.05)}.home{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:70px 24px;color:#e8eaee}.home-inner{width:100%;max-width:720px}.home h1{font-family:var(--font-display);font-weight:800;font-size:34px;color:#fff;letter-spacing:-.02em}.home .home-sub{color:#aeb4bf;margin-top:10px;font-size:15px;line-height:1.5}.home-grid{display:grid;grid-gap:16px;gap:16px;margin-top:32px}.home-card{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#1b1d23;border:1px solid #2c2f38;border-radius:16px;padding:22px 24px;text-decoration:none;color:inherit;transition:transform .15s,border-color .15s}.home-card:hover{transform:translateY(-2px);border-color:rgba(255,143,79,.45)}.home-card h2{font-family:var(--font-display);font-weight:700;font-size:21px;color:#fff}.home-card p{color:#8b9099;font-size:13px;margin-top:4px}.home-badge{font-family:var(--font-display);font-weight:800;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--orange);border-radius:999px;padding:7px 14px}.home-open{color:var(--orange-300);font-weight:700;font-size:14px;white-space:nowrap}.home-note{margin-top:28px;color:#6b7079;font-size:12.5px;line-height:1.6}.home-note kbd{background:#2c2f38;border-radius:5px;padding:1px 7px;color:#d6d9df}.upcoming{margin-bottom:34px}.upcoming-head{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}.upcoming-head h2{font-family:var(--font-display);font-weight:800;font-size:20px;color:#fff;letter-spacing:-.01em}.upcoming-note{color:#8b9099;font-size:13px;line-height:1.55;margin-top:6px;max-width:640px}.upcoming-list{list-style:none;margin:16px 0 0;padding:0;display:grid;grid-gap:10px;gap:10px}.upcoming-row{display:flex;align-items:center;gap:16px;background:#1b1d23;border:1px solid #2c2f38;border-radius:14px;padding:14px 18px;transition:border-color .15s}.upcoming-row:hover{border-color:rgba(255,143,79,.45)}.upcoming-when{min-width:132px;color:var(--orange-300);font-weight:700;font-size:13.5px;white-space:nowrap}.upcoming-co{flex:1 1 auto;color:#e8eaee;font-size:15px;min-width:0}.upcoming-co strong{color:#fff;font-weight:700}.upcoming-who{color:#8b9099}.upcoming-status{flex:0 0 auto}.upcoming-ready{display:inline-block;font-size:11.5px;letter-spacing:.02em;padding:3px 10px;border-radius:999px;background:var(--orange-tint);color:var(--orange-deep);border:1px solid var(--orange-tint-2)}.upcoming-open,.upcoming-ready{font-weight:700;white-space:nowrap}.upcoming-open{flex:0 0 auto;color:var(--orange);font-size:14px;text-decoration:none}.upcoming-open:hover{color:var(--orange-deep)}.guar-toggle{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.03em;padding:3px 10px;margin-right:10px;border-radius:999px;white-space:nowrap;cursor:pointer;color:#8b9099;background:transparent;border:1px solid rgba(139,144,153,.35)}.guar-toggle:hover{color:#c6cad1;border-color:rgba(198,202,209,.55)}.guar-toggle-on{color:var(--orange-deep);background:var(--orange-tint);border-color:var(--orange-tint-2)}.guar-toggle-on:hover{color:var(--orange-deep);border-color:var(--orange)}.guar-toggle:disabled{opacity:.55;cursor:default}.dash-company .guar-toggle{margin-left:8px;margin-right:0;vertical-align:1px}.upcoming-review{margin-top:18px}.upcoming-review-head{color:#c9964f;font-size:13px;font-weight:600;margin:0 0 2px}.upcoming-row-review{opacity:.75;border-style:dashed}.upcoming-review-reason{display:block;color:#b08a55;font-size:12.5px;margin-top:2px}.dash-legal-flag,.upcoming-legal-flag{border-radius:999px;color:#ffc98f;background:rgba(255,160,60,.12);border:1px solid rgba(255,160,60,.28)}.dash-legal-flag,.upcoming-check-ok,.upcoming-legal-flag{display:inline-block;margin-left:8px;font-size:11px;font-weight:700;letter-spacing:.02em;padding:2px 8px;white-space:nowrap;cursor:help;vertical-align:1px}.upcoming-check-ok{border-radius:999px;color:#8fd6a4;background:rgba(80,200,120,.1);border:1px solid rgba(80,200,120,.25)}.upcoming-check-fail{color:#ff9d9d;background:rgba(255,90,90,.12);border-color:rgba(255,90,90,.32)}.dash-review{margin-top:26px}.dash-review-head{display:flex;align-items:baseline;gap:12px;width:100%;text-align:left;background:transparent;border:0;padding:6px 2px;cursor:pointer;flex-wrap:wrap}.dash-review-title{color:#ffc98f;font-weight:800;font-size:15px;font-family:var(--font-display);white-space:nowrap}.dash-review-sub{color:#8b9099;font-size:12.5px;line-height:1.5;flex:1 1 320px}.dash-review-chev{color:#8b9099;font-size:13px}.dash-table-review .dash-row{grid-template-columns:minmax(0,1.4fr) minmax(0,2fr) auto;display:grid;align-items:center}.dash-review-verdict{display:flex;align-items:center;gap:10px;min-width:0}.dash-review-reason{color:#9aa0aa;font-size:12.5px;line-height:1.45;overflow:hidden;text-overflow:ellipsis}.dash-q-notmsp{color:#ff9a8f;background:rgba(255,90,70,.12)}.dash-q-unsure{color:#ffc98f;background:rgba(255,160,60,.14)}@media (prefers-reduced-motion:reduce){*{transition:none!important}}.print-page,.print-root{background:#fff}.print-page{position:relative;width:1123px;height:794px;overflow:hidden;margin:0 auto;break-after:page;page-break-after:always;page-break-inside:avoid;break-inside:avoid}.print-page:last-child{break-after:auto;page-break-after:auto}.sign-printed{font-size:13px;color:var(--body);margin-top:2px}.cert{background:#fff;overflow:hidden;color:var(--body)}.cert,.cert-body{position:absolute;inset:0}.cert-body{padding:84px 70px 40px;z-index:1}.cert-head{display:flex;align-items:center;justify-content:space-between;color:var(--ink)}.cert-title{font-family:var(--font-display);font-weight:800;font-size:26px;color:var(--ink);letter-spacing:-.01em}.cert-intro{font-size:12.5px;line-height:1.55;color:var(--body);margin:16px 0 18px}.cert-intro b{color:var(--ink)}.cert-parties{display:grid;grid-template-columns:1fr 1fr;grid-gap:34px;gap:34px;margin-bottom:18px}.cert-party{background:#fafbfc;border:1px solid var(--line);border-radius:12px;padding:14px 18px 16px}.cert-party-label{font-family:var(--font-display);font-weight:700;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--orange-deep)}.cert-sig-area{height:58px;display:flex;align-items:flex-end;margin-top:6px}.cert-sig-img{max-height:66px;max-width:240px;margin-bottom:-8px;position:relative;z-index:1}.cert-sig-empty{color:#aab0b8;font-size:12px;font-style:italic;padding-bottom:6px}.cert-party-line{border-top:1.5px solid #9aa0a8;margin:3px 0 7px}.cert-party-name{font-weight:700;color:var(--ink);font-size:15px}.cert-party-title{font-size:11.5px;color:var(--body);margin-top:1px}.cert-party-org{font-size:12px;color:var(--muted);margin-bottom:7px}.cert-kv{display:grid;grid-template-columns:58px 1fr;grid-gap:2px 10px;gap:2px 10px;font-size:11px}.cert-kv dt{color:var(--muted);font-weight:600}.cert-kv dd{color:var(--ink);word-break:break-word}.cert-kv .cert-ua{font-size:9.5px;line-height:1.3;color:var(--body)}.cert-meta{display:grid;grid-template-columns:220px 1fr;grid-gap:6px 14px;gap:6px 14px;font-size:12px;border-top:2px solid var(--ink);border-bottom:1px solid var(--line);padding:12px 0;margin-bottom:14px}.cert-meta dt{color:var(--muted);font-weight:700}.cert-hash,.cert-meta dd{color:var(--ink)}.cert-hash{font-family:var(--font-mono,ui-monospace,monospace);font-size:11px;word-break:break-all}.cert-trail-title{font-family:var(--font-display);font-weight:700;font-size:13px;color:var(--ink);margin-bottom:6px}.cert-trail{width:100%;border-collapse:collapse;font-size:10.5px}.cert-trail th{text-align:left;color:var(--muted);font-weight:700;padding:4px 8px;border-bottom:1px solid var(--line-2)}.cert-trail td{padding:4px 8px;border-bottom:1px solid var(--line);color:var(--body);vertical-align:top}.cert-trail td:first-child{color:var(--ink);font-weight:600}.cert-foot{margin-top:16px;font-size:9.5px;line-height:1.45;color:var(--muted)}.addendum{background:#fff;overflow:hidden;color:var(--body)}.addendum,.addendum-body{position:absolute;inset:0}.addendum-body{padding:92px 84px 56px;z-index:1}.addendum-kicker{font-family:var(--font-display);font-weight:700;font-size:12px;letter-spacing:.09em;text-transform:uppercase;color:var(--orange-deep)}.addendum-title{font-family:var(--font-display);font-weight:800;font-size:34px;color:var(--ink);letter-spacing:-.015em;margin:8px 0 14px}.addendum-lead{font-size:14px;line-height:1.55;color:var(--body);margin:0 0 22px;max-width:820px}.addendum-note{font-size:17px;line-height:1.6;color:var(--ink);white-space:pre-wrap;border-left:3px solid var(--orange-deep);padding:8px 0 8px 22px}.addendum-edits{display:flex;flex-direction:column;gap:16px}.addendum-edit{display:grid;grid-template-columns:168px 1fr;grid-gap:20px;gap:20px;align-items:baseline;border-bottom:1px solid var(--line);padding-bottom:14px}.addendum-edit:last-child{border-bottom:0}.addendum-edit-label{font-family:var(--font-display);font-weight:700;font-size:11.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.addendum-edit-text{font-size:14.5px;line-height:1.5;color:var(--ink)}.addendum-edit-text b,.addendum-edit-text strong{color:var(--ink);font-weight:700}@media print{body,html{background:#fff!important}body{-webkit-print-color-adjust:exact;print-color-adjust:exact}.print-page{margin:0;box-shadow:none}}@media screen{.print-root{padding:20px 0;display:flex;flex-direction:column;align-items:center;gap:20px}.print-page{box-shadow:0 18px 50px -22px rgba(0,0,0,.5)}}.portal-gate{display:flex;gap:10px;margin-top:22px}.portal-gate-input{flex:1 1;background:#1b1d23;border:1px solid #2c2f38;border-radius:10px;padding:11px 14px;color:#e8eaee;font-family:var(--font-body);font-size:14px}.portal-gate-input:focus{outline:none;border-color:var(--orange)}.portal-btn{font-family:var(--font-display);font-weight:700;font-size:14px;color:#fff;background:var(--orange);border:none;border-radius:10px;padding:11px 18px;cursor:pointer;white-space:nowrap}.portal-btn:hover:not(:disabled){filter:brightness(1.05)}.portal-btn:disabled{background:#26252e;color:#6f6c7a;cursor:default}.portal-build{display:flex;align-items:center;gap:14px;margin-top:30px;flex-wrap:wrap}.portal-build-msg{color:#aeb4bf;font-size:13px}.portal-build-msg.err{color:#ff9a8f}.portal-actions{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.portal-pdf{color:#8fd6a8!important}.dash-page{align-items:flex-start;justify-content:flex-start;padding:40px 24px 64px}.dash-inner{max-width:1040px}.dash-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.dash h1{font-family:var(--font-display);font-weight:800;font-size:30px;color:#fff;letter-spacing:-.02em}.dash-lede{color:#c7ccd4;margin-top:9px;font-size:14.5px;line-height:1.5;max-width:62ch}.dash-sub{color:#8b9099;margin-top:7px;font-size:13px}.dash-sub b{color:#c7ccd4;font-weight:600}.dash-why{display:inline-block;margin-left:7px;font-size:11.5px;font-weight:700;padding:3px 8px;border-radius:999px;white-space:nowrap;letter-spacing:.01em}.dash-why-hot{color:#ffd2bd;background:rgba(255,120,45,.24);border:1px solid rgba(255,120,45,.5)}.dash-why-warm{color:var(--orange-300);background:rgba(255,120,45,.12)}.dash-why-cool{color:#9aa0aa;background:rgba(255,255,255,.06)}.dash-why-good{color:#7fd8ad;background:rgba(62,207,142,.12)}.dash-more{display:block;width:100%;margin-top:16px;padding:13px 18px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid #2c2f38;color:#b9c0c9;font-family:var(--font-display);font-weight:600;font-size:14px;cursor:pointer}.dash-more:hover{background:rgba(255,255,255,.08);border-color:#3d424e;color:#e8eaee}.dash-signout{color:var(--orange-300);text-decoration:none}.dash-signout:hover{text-decoration:underline}.dash-controls{display:flex;align-items:center;gap:14px;margin-top:22px;flex-wrap:wrap}.dash-search{flex:1 1;min-width:220px;background:#1b1d23;border:1px solid #2c2f38;border-radius:10px;padding:10px 14px;color:#e8eaee;font-family:var(--font-body);font-size:14px}.dash-search:focus{outline:none;border-color:var(--orange)}.dash-filters{display:inline-flex;gap:6px;flex-wrap:wrap}.dash-chip{background:#1b1d23;border:1px solid #2c2f38;border-radius:999px;color:#aeb4bf;padding:7px 13px;font-size:12.5px;font-weight:600;cursor:pointer}.dash-chip:hover{border-color:#3a3f4a;color:#e8eaee}.dash-chip.on{background:var(--orange);border-color:var(--orange);color:#fff}.dash-table{margin-top:20px;display:flex;flex-direction:column}.dash-row{display:grid;grid-template-columns:minmax(180px,2.4fr) .7fr 1.4fr .8fr .8fr minmax(190px,1.4fr);align-items:center;grid-gap:14px;gap:14px;padding:13px 14px;border-bottom:1px solid #23262e}.dash-row-head{color:#6b7079;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid #2c2f38;padding-bottom:9px}.dash-row:not(.dash-row-head):hover{background:rgba(255,255,255,.02)}.dash-company{display:flex;flex-direction:column;gap:3px;min-width:0}.dash-company-link{color:#fff;font-family:var(--font-display);font-weight:700;font-size:15px;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-company-link:hover{color:var(--orange-300)}.dash-company-sub{color:#6b7079;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-sub-variant{display:none;color:var(--orange-300);font-weight:700}.dash-variant{font-family:var(--font-display);font-weight:800;font-size:11px;letter-spacing:.06em;color:var(--orange-300)}.dash-status{font-size:12px;font-weight:600;padding:3px 9px;border-radius:999px;white-space:nowrap;border:1px solid transparent}.dash-status-draft{color:#9aa0aa;background:rgba(255,255,255,.05)}.dash-status-presented{color:#b9c0c9;background:rgba(154,162,174,.14)}.dash-status-sent{color:var(--orange-300);background:rgba(255,120,45,.12)}.dash-status-signed{color:#ffc98f;background:rgba(255,160,60,.14)}.dash-status-paid{color:#8fd6a8;background:rgba(80,200,130,.14)}.dash-status-void{color:#ff9a8f;background:rgba(255,90,70,.12)}.dash-date{color:#8b9099;font-size:13px}.dash-actions-head{text-align:right}.dash-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.dash-act{font-size:12.5px;font-weight:600;color:#c7ccd4;text-decoration:none;background:#1b1d23;border:1px solid #2c2f38;border-radius:8px;padding:6px 11px;cursor:pointer;font-family:var(--font-body);white-space:nowrap}.dash-act:hover{border-color:var(--orange);color:#fff}.dash-act-pdf{color:#8fd6a8}.dash-act-pdf:hover{border-color:#8fd6a8}.dash-empty{margin-top:32px;color:#6b7079;font-size:13.5px}.dash-footer{margin-top:36px;padding-top:8px;border-top:1px solid #23262e}.dash-footer .portal-build{margin-top:22px}@media (max-width:720px){.dash-row{grid-template-columns:1fr auto;row-gap:6px}.dash-row-head,.dash-row>:nth-child(2),.dash-row>:nth-child(4),.dash-row>:nth-child(5){display:none}.dash-sub-variant{display:inline}.dash-actions{grid-column:1/-1;justify-content:flex-start}.upcoming-row{flex-wrap:wrap;row-gap:8px;padding:12px 14px}.upcoming-when{min-width:0;flex:1 1 auto;order:1}.upcoming-open{order:2}.upcoming-co{order:3;flex:1 1 100%}.upcoming-status{order:4;flex:1 1 100%;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.upcoming-status .guar-toggle{margin-right:0}}body:has(.cp-root),html:has(.cp-root){height:auto;background:var(--ground)}.cp-root{--cp-ink:var(--ink);--cp-body:var(--ink-2);--cp-muted:var(--instr);min-height:100dvh;background:var(--ground);color:var(--cp-body);font-family:var(--font-body),system-ui,sans-serif;font-size:16px;line-height:1.62;-webkit-font-smoothing:antialiased;padding-bottom:0}.cp-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:10px;padding:11px 16px;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e2e6ec}.cp-topbar-mark{color:var(--cp-ink);flex:0 0 auto}.cp-topbar-co{font-size:12.5px;color:var(--cp-muted);font-weight:600;margin-left:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:52%}.cp-progress{position:absolute;left:0;bottom:-1px;height:3px;width:0;background:var(--orange);transition:width .1s linear}.cp-main{max-width:760px;margin:0 auto;padding:0 0 40px}.cp-hero{position:relative;background:#fff;border-bottom:4px solid var(--orange);padding:40px 22px 34px;text-align:center;overflow:hidden}.cp-hero:before{content:"";position:absolute;inset:0 0 auto 0;height:6px;background:var(--cp-ink)}.cp-hero-eyebrow{font-family:var(--font-display);font-weight:700;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--orange-deep);margin-top:8px}.cp-hero-title{font-weight:800;font-size:30px;line-height:1.1;letter-spacing:-.02em;color:var(--cp-ink);margin:12px 0 2px}.cp-hero-sub,.cp-hero-title{font-family:var(--font-display)}.cp-hero-sub{font-weight:700;font-size:22px;color:var(--orange);letter-spacing:-.01em}.cp-hero-prepared{font-size:13px;color:var(--cp-muted);margin-top:16px}.cp-summary{background:#fff;margin:16px 12px 0;border:1px solid #e6e9ef;border-radius:16px;padding:20px;box-shadow:0 14px 40px -28px rgba(20,21,26,.4)}.cp-summary-grid{display:grid;grid-gap:16px;gap:16px}.cp-summary-k{font-family:var(--font-display);font-weight:700;font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--orange-deep);margin-bottom:3px}.cp-summary-v{font-size:15px;color:var(--cp-body);line-height:1.5}.cp-summary-cta{display:inline-block;margin-top:16px;font-family:var(--font-body);font-weight:700;color:var(--orange-deep);font-size:14px;cursor:pointer;background:none;border:none;padding:0}.cp-summary-cta:hover{text-decoration:underline}.cp-section{background:#fff;margin:16px 12px 0;border:1px solid #e9ecf1;border-radius:16px;padding:26px 22px}.cp-eyebrow{font-family:var(--font-display);font-weight:700;font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--cp-muted);margin-bottom:8px}.cp-head{margin-bottom:18px}.cp-head,.cp-head .cp-eyebrow{text-align:center}.cp-h2{font-family:var(--font-display);font-weight:700;font-size:25px;line-height:1.16;letter-spacing:-.01em}.cp-accent,.cp-h2{color:var(--orange)}.cp-rule{display:block;width:120px;height:3px;background:var(--cp-ink);border-radius:2px}.cp-head .cp-rule,.cp-rule{margin:12px auto 0}.cp-sub{margin-top:10px;font-size:13.5px;font-weight:700;color:var(--cp-ink)}.cp-lead{font-size:16px;margin-top:4px}.cp-lead,.cp-prose{color:var(--cp-body)}.cp-prose{font-size:15.5px;line-height:1.62}.cp-prose .blk-h{font-family:var(--font-body);font-weight:700;color:var(--cp-ink);font-size:16px;margin:18px 0 6px}.cp-prose .blk-h-accent{font-family:var(--font-display);font-weight:700;color:var(--orange);font-size:19px;margin:22px 0 8px}.cp-prose .blk-h-accent:first-child,.cp-prose .blk-h:first-child{margin-top:0}.cp-prose .blk-p{margin:0 0 12px}.cp-prose .blk-ol,.cp-prose .blk-ul{margin:0 0 12px;padding-left:22px}.cp-prose .blk-ul{list-style:disc}.cp-prose .blk-ol{list-style:decimal}.cp-prose .blk-ol li,.cp-prose .blk-ul li{margin:6px 0}.cp-prose .blk-check{list-style:none;margin:8px 0 12px}.cp-prose .blk-check li{display:flex;gap:10px;align-items:flex-start;margin:8px 0}.cp-prose .check-box{width:16px;height:16px;border:2px solid var(--orange);border-radius:3px;flex:0 0 auto;margin-top:3px}.cp-prose strong{font-weight:700;color:var(--cp-ink)}.cp-testi-list{display:flex;flex-direction:column;gap:14px}.cp-testi{background:#f7f8fb;border:1px solid #eceef3;border-left:3px solid var(--orange);border-radius:12px;padding:16px 18px;margin:0}.cp-testi-q{font-size:15px;line-height:1.55;color:var(--cp-body)}.cp-testi-q strong{color:var(--cp-ink)}.cp-features{display:flex;flex-direction:column;gap:10px}.cp-feature{background:#fff;border:1px solid #eceef3;border-radius:12px;padding:14px 16px}.cp-feature-name{font-family:var(--font-display);font-weight:700;color:var(--cp-ink);font-size:16px}.cp-feature-desc{font-size:14px;line-height:1.5;color:var(--cp-body);margin-top:5px}.cp-modules{display:flex;flex-direction:column;gap:14px}.cp-module-title{font-family:var(--font-display);font-weight:700;color:var(--cp-ink);font-size:15.5px}.cp-module-lessons{list-style:disc;padding-left:22px;margin-top:5px;font-size:14px;color:var(--cp-body)}.cp-module-lessons li{margin:3px 0}.cp-invest{gap:4px;margin-top:6px}.cp-invest,.cp-invest-row{display:flex;flex-direction:column}.cp-invest-row{background:var(--peach);border-radius:12px;padding:18px 20px;gap:8px}.cp-invest-main{display:flex;flex-direction:column;gap:5px}.cp-invest-name{font-weight:700;color:var(--cp-ink);font-size:16px}.cp-invest-note{font-size:13.5px;color:var(--cp-body);line-height:1.45}.cp-invest-price{font-family:var(--font-display);font-weight:800;color:var(--cp-ink);font-size:26px;line-height:1.18;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cp-invest-total{background:var(--cp-ink);border-radius:12px}.cp-invest-total .cp-invest-name,.cp-invest-total .cp-invest-price{color:#fff}.cp-invest-total .cp-invest-price{color:var(--orange-300)}.cp-invest-notes{list-style:disc;padding-left:22px;margin-top:14px;font-size:14px;font-weight:700;color:var(--cp-ink)}.cp-invest-notes li{margin:7px 0}.cp-sign-section{padding-bottom:30px}.cp-print{margin-bottom:18px}.cp-sign{display:flex;flex-direction:column;gap:16px}.cp-sign-msp{background:#f7f8fb;border:1px solid #eceef3;border-radius:12px;padding:14px 16px}.cp-sign-msp-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.cp-sign-msp-img{max-height:48px;max-width:200px}.cp-sign-msp-name{font-family:var(--font-sign),cursive;font-size:26px;color:var(--cp-ink)}.cp-sign-msp-badge{font-size:12.5px;font-weight:700;color:#2f9e44;white-space:nowrap}.cp-sign-msp-meta{font-size:13px;color:var(--cp-muted);margin-top:6px}.cp-sign-you{background:#fff;border:1.5px solid var(--orange-300);border-radius:14px;padding:18px 16px}.cp-sign-you-head{font-family:var(--font-display);font-weight:700;font-size:16px;color:var(--cp-ink);margin-bottom:14px}.cp-field{display:block;margin-bottom:14px}.cp-field-label{display:block;font-size:13px;font-weight:600;color:var(--cp-muted);margin-bottom:6px}.cp-input{width:100%;min-height:52px;font-size:16px;font-family:var(--font-body);color:var(--cp-ink);background:#fff;border:1.5px solid var(--line-2);border-radius:11px;padding:12px 14px}.cp-input:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,120,45,.16)}.cp-sig-add{width:100%}.cp-sig-captured{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px;border:1px solid var(--line);border-radius:11px;background:#fff}.cp-sig-img{max-height:90px;max-width:100%}.cp-textbtn{background:none;border:none;color:var(--cp-muted);font-size:13px;text-decoration:underline;cursor:pointer}.cp-textbtn:hover{color:var(--orange-deep)}.cp-check{display:flex;gap:11px;align-items:flex-start;margin:12px 0;font-size:13.5px;line-height:1.45;color:var(--cp-body);cursor:pointer}.cp-check input{width:22px;height:22px;margin-top:1px;accent-color:var(--orange);flex:0 0 auto}.cp-sign-consent{font-size:12.5px;margin:2px 2px 14px}.cp-confirm-body,.cp-sign-consent{line-height:1.55;color:var(--cp-body)}.cp-confirm-body{font-size:14px;margin:6px auto 18px;max-width:30rem}.cp-disclosure{line-height:1.5;background:#f7f8fb;border:1px solid #eceef3;border-radius:10px;padding:12px 14px;margin:14px 0 4px}.cp-disclosure,.cp-sign-hint{font-size:12.5px;color:var(--cp-muted)}.cp-sign-hint{margin-top:8px;text-align:center}.cp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;font-family:var(--font-display);font-weight:700;font-size:16px;border-radius:12px;padding:13px 20px;cursor:pointer;border:1.5px solid transparent;text-decoration:none;transition:filter .15s,background .15s,border-color .15s}.cp-btn-primary{width:100%;color:#fff;border:none;background:var(--orange);box-shadow:0 14px 30px -16px rgba(255,120,45,.75)}.cp-btn-primary:hover:not(:disabled){filter:brightness(1.05)}.cp-btn-primary:disabled{background:#e9e7e4;color:#7b7770;cursor:default;box-shadow:none}.cp-sign-blocked{font-size:14px;font-weight:600;color:var(--orange-deep);margin-top:10px;text-align:center}.cp-preview-note{border:1px dashed #d6cfc7;border-radius:12px;background:#fbf8f5;padding:16px 18px;font-size:14.5px;line-height:1.55;color:#5c5750}.cp-btn-outline{color:var(--cp-ink);background:#fff;border-color:var(--line-2)}.cp-btn-outline:hover{border-color:var(--orange)}.cp-btn-ghost{color:var(--orange-deep);background:#fff;border-color:var(--line)}.cp-btn-ghost:hover{border-color:var(--orange)}.cp-sign-submit{margin-top:12px}.cp-sign-result{text-align:center;padding:18px 6px}.cp-sign-check{background:#e7f6ee;color:#2f9e44}.cp-sign-check,.cp-sign-x{width:64px;height:64px;margin:0 auto 14px;border-radius:999px;font-size:34px;display:flex;align-items:center;justify-content:center}.cp-sign-x{background:#fdeceb;color:#d64545;font-weight:800}.cp-sign-result h3{font-family:var(--font-display);font-weight:700;font-size:23px;color:var(--cp-ink)}.cp-sign-result p{font-size:15px;color:var(--cp-muted);margin:8px auto 0;max-width:440px}.cp-interstitial-line{font-size:15px;color:var(--cp-body)!important;background:#f7f8fb;border:1px solid #eceef3;border-radius:11px;padding:14px 16px}.cp-pay-actions{display:flex;flex-direction:column;gap:10px;margin-top:18px}.cp-pay-trust{font-size:12px;color:var(--cp-muted)!important;margin-top:12px!important}.cp-footer{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--cp-muted);font-size:13px;font-weight:600;padding:28px 0 12px}.cp-footer svg{color:var(--cp-ink)}.cp-stickybar{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;align-items:center;gap:12px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid #e2e6ec;transform:translateY(120%);transition:transform .22s ease}.cp-stickybar.on{transform:none}.cp-stickybar-co{font-size:13px;font-weight:700;color:var(--cp-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cp-stickybar-btn{width:auto;flex:0 0 auto;margin-left:auto;min-height:46px;padding:10px 18px}.deck-signpill{position:fixed;right:20px;bottom:calc(20px + env(safe-area-inset-bottom));z-index:60;display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border:0;border-radius:999px;background:var(--orange);color:#fff;font-family:var(--font-display);font-weight:800;font-size:15px;letter-spacing:.01em;cursor:pointer;box-shadow:0 10px 28px -8px rgba(232,89,12,.55);transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.deck-signpill:hover{background:var(--orange-deep);transform:translateY(-2px);box-shadow:0 14px 34px -8px rgba(232,89,12,.6)}.deck-signpill:active{transform:translateY(0)}.cp-notfound{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 24px;background:var(--ground)}.cp-notfound h1{font-family:var(--font-display);font-weight:800;font-size:28px;color:var(--cp-ink,#141319)}.cp-notfound p{color:#6b7079;margin-top:12px;font-size:15px;max-width:420px;line-height:1.5}@media (min-width:768px){.cp-root{font-size:17px}.cp-main{padding:0 0 56px}.cp-hero{border-radius:0 0 20px 20px;padding:56px 40px 44px}.cp-hero-title{font-size:44px}.cp-hero-sub{font-size:30px}.cp-section,.cp-summary{margin:20px 0 0;padding:34px 40px}.cp-summary-grid{grid-template-columns:1fr 1fr;gap:22px 30px}.cp-h2{font-size:30px}.cp-invest-row{flex-direction:row;align-items:center;justify-content:space-between}.cp-invest-price{font-size:30px;text-align:right}.cp-stickybar{display:none}}@media print{body:has(.cp-root),html:has(.cp-root){background:#fff!important}.cp-print,.cp-sign-result,.cp-sign-you,.cp-stickybar,.cp-summary-cta,.cp-topbar{display:none!important}.cp-root{background:#fff}.cp-section,.cp-summary{page-break-inside:avoid;break-inside:avoid;border-color:#ddd;box-shadow:none;margin:12px 0}.cp-main{max-width:100%}}.slide-action,.slide-impact,.slide-invest,.slide-lesson{display:flex;flex-direction:column;background:var(--ground);color:var(--ink-2);padding:60px 72px 78px;font-family:var(--font-body)}.slide-lesson-tight{padding:44px 64px 62px}.slide-impact{align-items:center;justify-content:center;text-align:center}.eyebrow-pill{align-self:flex-start;display:inline-flex;align-items:center;gap:9px;font-family:var(--font-mono);font-weight:500;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--orange-deep);background:var(--orange-tint);border:1px solid var(--orange-tint-2);padding:7px 14px;border-radius:var(--r-pill)}.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--orange);flex:none}.lesson-head{display:flex;flex-direction:column;gap:16px;margin-bottom:26px}.lesson-title{font-family:var(--font-display);font-weight:500;font-size:38px;line-height:1.1;letter-spacing:-.02em;color:var(--ink);max-width:26ch}.lesson-title .accent{color:var(--orange)}.lesson-punch{font-size:18px;line-height:1.5;color:var(--ink-2);margin-top:24px;max-width:64ch}.lesson-punch .accent{color:var(--orange-deep);font-weight:600}.lesson-caption{font-size:14px;line-height:1.5;color:var(--instr);margin-top:14px;max-width:74ch}.impact-stack{display:flex;flex-direction:column;align-items:center;gap:22px;max-width:1000px}.impact-line{font-family:var(--font-display);font-weight:600;font-size:56px;line-height:1.08;letter-spacing:-.03em;color:var(--ink)}.impact-line .accent{color:var(--orange)}.impact-sub{font-size:20px;line-height:1.5;color:var(--instr);max-width:44ch}.mech{margin-top:6px}.mech-bar{display:flex;height:62px;border-radius:var(--r);overflow:hidden;border:1px solid var(--line)}.mech-seg{background:var(--ground-2);display:flex;align-items:center;justify-content:center;border-right:2px solid var(--panel)}.mech-seg:last-child{border-right:0}.mech-seg.live{background:var(--orange)}.mech-seg-pct{font-family:var(--font-mono);font-weight:700;font-size:17px;color:var(--instr)}.mech-seg.live .mech-seg-pct{color:#fff}.mech-rows{display:flex;flex-direction:column;margin-top:18px}.mech-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px 12px;padding:10px 0;border-bottom:1px solid var(--line-faint)}.mech-dot{width:11px;height:11px;border-radius:50%;background:var(--instr-2);flex:none}.mech-row.live .mech-dot{background:var(--orange)}.mech-label{font-family:var(--font-display);font-weight:600;font-size:16px;color:var(--ink)}.mech-pct{font-family:var(--font-mono);font-weight:700;font-size:15px;color:var(--instr);margin-left:auto}.mech-row.live .mech-pct{color:var(--orange-deep)}.mech-note{flex-basis:100%;padding-left:23px;font-size:13px;color:var(--instr)}.chart-wrap{margin:2px auto 0;max-width:950px;background:var(--panel);border:1px solid var(--line);border-radius:var(--r-md);padding:12px 20px 6px;box-shadow:var(--shadow-sm)}.chart-svg{width:100%;height:auto;display:block}.chart-grid{stroke:var(--line);stroke-width:1}.chart-axis{font-family:var(--font-mono);font-size:14px;fill:var(--instr-2)}.chart-line-live{fill:none;stroke:var(--orange);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.chart-line-fast{fill:none;stroke:var(--orange-light);stroke-width:3;stroke-dasharray:3 9;stroke-linecap:round;stroke-linejoin:round}.chart-node{fill:var(--orange)}.chart-node-end{stroke:var(--panel);stroke-width:3}.chart-node-fast{fill:var(--orange-light)}.chart-callout{font-family:var(--font-mono);font-size:14px;font-weight:700;fill:var(--ink)}.chart-callout-sub{font-family:var(--font-mono);font-size:12px;fill:var(--instr)}.chart-callout-end{font-weight:700;fill:var(--orange-deep)}.chart-callout-end,.chart-legend{font-family:var(--font-mono);font-size:14px}.chart-legend{fill:var(--instr)}.proof{display:flex;flex-direction:column}.proof-cred{font-family:var(--font-display);font-weight:600;font-size:18px;color:var(--ink);margin-bottom:12px}.proof-rank-label,.proof-speed-label{font-family:var(--font-mono);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--instr);margin:6px 0 10px;display:flex;align-items:center;gap:8px}.proof-bolt{color:var(--orange)}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:11px;gap:11px}.proof-grid-compact{grid-template-columns:repeat(2,1fr)}.proof-tile{background:var(--panel);border:1px solid var(--line);border-radius:var(--r-md);padding:13px 15px;margin:0;box-shadow:var(--shadow-xs)}.proof-metric{display:flex;align-items:baseline;gap:8px;margin-bottom:6px}.proof-metric-n{font-family:var(--font-mono);font-weight:700;font-size:24px;color:var(--orange);letter-spacing:-.02em}.proof-metric-l{font-size:12.5px;color:var(--instr)}.proof-quote{font-size:13.5px;line-height:1.45;color:var(--ink-2)}.proof-attr{font-size:12px;color:var(--instr);margin-top:7px;font-style:normal}.proof-ranks{display:flex;gap:11px;margin-bottom:4px}.proof-rank{flex:1 1;display:flex;gap:11px;align-items:center;background:var(--ground-2);border:1px solid var(--line);border-radius:var(--r);padding:11px 13px}.proof-rank-pin{color:var(--orange);flex:none;display:flex}.proof-rank-img{width:52px;height:52px;object-fit:cover;border-radius:8px;flex:none}.proof-rank-client{font-family:var(--font-display);font-weight:700;font-size:14.5px;color:var(--ink)}.proof-rank-claim{font-size:12.5px;color:var(--ink-2)}.proof-rank-place{font-family:var(--font-mono);font-size:11px;color:var(--instr)}.proof-foot{margin-top:12px}.proof-foot,.proof-shots-label{font-size:12px;color:var(--instr)}.proof-shots-label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;margin:10px 0 7px;display:flex;align-items:center;gap:8px}.proof-shots-label:before{content:"✉";color:var(--orange)}.proof-shots{display:flex;flex-direction:column;gap:10px}.proof-shot{margin:0;border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden;background:#fff;box-shadow:var(--shadow-xs)}.proof-shot-img{display:block;width:100%;height:auto;max-height:138px;object-fit:contain;object-position:left top}.proof-shot-cap{font-size:12px;color:var(--instr);padding:5px 13px 6px;background:var(--ground-2);border-top:1px solid var(--line);font-style:normal}.deliv{display:flex;flex-direction:column}.deliv-intro{font-size:16px;line-height:1.5;color:var(--ink-2);margin-bottom:18px;max-width:84ch}.deliv-cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px 28px;gap:22px 28px}.deliv-group-head{display:flex;align-items:baseline;gap:10px;margin-bottom:11px}.deliv-group-label{font-family:var(--font-display);font-weight:700;font-size:16px;color:var(--ink)}.deliv-group-sub{font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--orange-deep)}.deliv-items{display:flex;flex-direction:column;gap:10px}.deliv-item-top{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}.deliv-item-name{font-family:var(--font-display);font-weight:600;font-size:14.5px;color:var(--ink)}.deliv-item-metric{font-family:var(--font-mono);font-size:10.5px;color:var(--orange-deep);background:var(--orange-tint);border:1px solid var(--orange-tint-2);border-radius:var(--r-pill);padding:2px 8px}.deliv-item-desc{font-size:12.5px;line-height:1.42;color:var(--instr);margin-top:3px}.deliv-speedup{display:flex;gap:14px;align-items:flex-start;margin-top:20px;background:var(--panel);border:1px solid var(--line);border-radius:var(--r-md);padding:15px 18px}.deliv-speedup-bar{width:4px;align-self:stretch;background:var(--orange);border-radius:2px;flex:none}.deliv-speedup-text{font-size:15px;line-height:1.5;color:var(--ink-2)}.deliv-speedup-text .accent{color:var(--orange-deep);font-weight:600}.slide-invest{align-items:center;justify-content:center;text-align:center}.invest-ltv{font-size:20px;line-height:1.5;color:var(--ink-2);max-width:42ch;margin:0 auto 26px}.invest-impact{display:flex;align-items:baseline;justify-content:center;gap:6px}.invest-impact-num{font-family:var(--font-mono);font-weight:700;font-size:132px;line-height:.9;letter-spacing:-.05em;color:var(--orange)}.invest-impact-unit{font-family:var(--font-mono);font-weight:500;font-size:38px;color:var(--instr)}.slide-invest .invest-table{max-width:700px;margin:26px auto 0;text-align:left}.slide-invest .invest-row{display:grid;grid-template-columns:1fr auto;grid-gap:18px;gap:18px;align-items:center;background:var(--ground-2);border:1px solid var(--line);border-radius:var(--r);padding:14px 18px;margin-bottom:8px}.slide-invest .invest-name{font-family:var(--font-display);font-weight:600;color:var(--ink);font-size:15px}.slide-invest .invest-note{font-size:12.5px;color:var(--instr);margin-top:4px;line-height:1.4}.slide-invest .invest-price{font-family:var(--font-mono);font-weight:700;color:var(--ink);font-size:15px;text-align:right;white-space:pre-line}.slide-invest .invest-notes{list-style:none;padding:0;margin:26px auto 0;max-width:66ch;text-align:center;font-weight:400;color:var(--instr);font-size:13px}.slide-invest .invest-notes li{margin:5px 0}.slide-action{position:absolute;inset:0;justify-content:center;padding-left:100px}.slide-action:before{content:"";position:absolute;left:0;top:0;bottom:0;width:14px;background:var(--orange)}.action-stack{max-width:64ch}.action-tag{font-family:var(--font-mono);font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--orange-deep)}.guar-headline{font-family:var(--font-display);font-weight:600;font-size:46px;line-height:1.08;letter-spacing:-.02em;color:var(--ink);margin-top:14px;max-width:20ch}.guar-headline .accent{color:var(--orange)}.guar-remedy{font-size:16px;line-height:1.5;color:var(--ink-2);margin-top:16px;max-width:72ch}.guar-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:22px}.guar-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--r-md);padding:14px 16px;box-shadow:var(--shadow-xs)}.guar-card-k{font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--orange-deep)}.guar-card-v{font-size:13px;line-height:1.42;color:var(--ink-2);margin-top:6px}.guar-foot{font-size:12.5px;color:var(--instr);margin-top:18px}.slide-close{justify-content:flex-start;padding-top:52px}.close-slide{max-width:70ch}.close-headline{font-family:var(--font-display);font-weight:600;font-size:40px;line-height:1.1;letter-spacing:-.02em;color:var(--ink);margin:14px 0 0}.close-headline .accent{color:var(--orange)}.close-points{display:flex;flex-direction:column;gap:13px;margin-top:20px}.close-point-k{font-family:var(--font-mono);font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--orange-deep);display:block;margin-bottom:3px}.close-point-v{font-size:14.5px;line-height:1.45;color:var(--ink-2)}.close-start{margin-top:22px;display:flex;flex-direction:column;gap:9px}.close-start-label{font-family:var(--font-mono);font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--instr)}.close-start-static{font-family:var(--font-display);font-weight:600;font-size:18px;color:var(--ink)}.close-levers{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}.close-lever{font-family:var(--font-body);font-size:13px;font-weight:600;color:var(--ink-2);background:var(--panel);border:1px solid var(--line-2);border-radius:var(--r-pill);padding:8px 14px;cursor:pointer}.close-lever.on,.close-lever:hover{border-color:var(--orange)}.close-lever.on{background:var(--orange);color:#fff}.close-sweetener{margin-top:12px;font-size:14px;line-height:1.5;color:var(--ink-2);background:var(--orange-tint);border:1px solid var(--orange-tint-2);border-radius:var(--r);padding:11px 14px}.close-sweetener-discount{background:var(--ground-2);border-color:var(--line)}.sdp-pill{font-family:var(--font-body);font-size:15px;font-weight:600;color:var(--ink);background:var(--ground-2);border:1px solid var(--line);border-radius:999px;padding:7px 15px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:border-color .14s ease}.sdp-pill:hover{border-color:var(--orange-light)}.sdp-caret{font-size:11px;color:var(--instr);line-height:1}.sdp-tabs{display:inline-flex;gap:4px;background:var(--ground-2);border:1px solid var(--line);border-radius:var(--r);padding:3px}.sdp-tab{font-family:var(--font-body);font-size:13px;font-weight:600;color:var(--ink-2);background:none;border:none;border-radius:8px;padding:7px 14px;cursor:pointer}.sdp-tab.on{background:var(--orange);color:#fff}.sdp-now{margin-top:10px;display:flex;flex-direction:column;gap:2px}.sdp-now-date{font-family:var(--font-display);font-weight:600;font-size:18px;color:var(--ink)}.sdp-now-note{font-size:13px;color:var(--instr)}.sdp-pick{margin-top:10px;display:flex;flex-direction:column;gap:6px}.sdp-pick-label{font-size:12.5px;color:var(--instr)}.sdp-input{font-family:var(--font-body);font-size:15px;border:1.5px solid var(--line-2);border-radius:var(--r);padding:9px 12px;color:var(--ink);background:var(--panel);max-width:240px}.sdp-input:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 2px rgba(255,120,45,.18)}.slide-cover{background:var(--dark);color:var(--dark-ink);overflow:hidden}.cover-grid{inset:0;z-index:0;background-image:linear-gradient(var(--dark-line) 1px,transparent 1px),linear-gradient(90deg,var(--dark-line) 1px,transparent 1px);background-size:46px 46px;opacity:.5;-webkit-mask-image:radial-gradient(78% 95% at 16% 14%,#000,transparent 76%);mask-image:radial-gradient(78% 95% at 16% 14%,#000,transparent 76%)}.cover-grid,.cover-traj{position:absolute;pointer-events:none}.cover-traj{right:0;top:0;width:46%;height:100%;z-index:1}.cover-traj svg{width:100%;height:100%;display:block;overflow:visible}.cover-arc{fill:none;stroke:var(--orange);stroke-width:3.5;stroke-linecap:round}.cover-arc-node{fill:var(--orange)}.cover-wrap{position:absolute;left:84px;top:50%;transform:translateY(-50%);z-index:2;max-width:780px}.cover-mark{color:var(--dark-ink);opacity:.95;margin-bottom:34px}.cover-kicker{font-family:var(--font-mono);font-weight:500;font-size:14px;letter-spacing:.16em;text-transform:uppercase;color:var(--orange);display:inline-flex;align-items:center;gap:12px}.cover-kicker:before{content:"";width:28px;height:2px;background:var(--orange);transform:rotate(-40deg);transform-origin:left center}.cover-h1{font-family:var(--font-display);font-weight:600;font-size:62px;line-height:1.02;letter-spacing:-.03em;color:var(--dark-ink);margin-top:22px}.cover-sub{font-family:var(--font-body);font-size:22px;color:var(--dark-instr);margin-top:18px}.cp-head-left{text-align:left}.cp-eyebrow-pill{display:inline-flex;align-items:center;font-family:var(--font-mono);font-weight:500;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--orange-deep);background:var(--orange-tint);border:1px solid var(--orange-tint-2);padding:5px 11px;border-radius:var(--r-pill)}.cp-statement{text-align:center}.cp-impact-line{font-family:var(--font-display);font-weight:700;font-size:27px;line-height:1.14;letter-spacing:-.02em;color:var(--cp-ink);margin:12px 0 8px}.cp-impact-line .accent{color:var(--orange)}.cp-punch{font-size:16px;line-height:1.55;color:var(--cp-body);margin-top:16px}.cp-punch .accent{color:var(--orange-deep);font-weight:700}.cp-h2 .accent{color:var(--orange)}.cp-chart-wrap{margin-top:12px;background:#fff;border:1px solid #e9ecf1;border-radius:14px;padding:14px}.cp-guar-headline{font-family:var(--font-display);font-weight:700;font-size:26px;line-height:1.14;letter-spacing:-.02em;color:var(--cp-ink);margin:12px 0 0}.cp-guar-headline .accent{color:var(--orange)}.cp-guar-remedy{font-size:15px;line-height:1.55;color:var(--cp-body);margin-top:12px}.cp-guar-list{list-style:none;padding:0;margin:16px 0 0;display:flex;flex-direction:column;gap:12px}.cp-guar-list li{display:flex;gap:11px;font-size:14.5px;line-height:1.5;color:var(--cp-body)}.cp-guar-list li:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--orange);flex:none;margin-top:7px}.cp-guar-foot{font-size:12.5px;color:var(--cp-muted);margin-top:14px}.cp-close-points{display:flex;flex-direction:column;gap:12px;margin-top:8px}.cp-close-start{margin-top:16px;font-size:15px;color:var(--cp-body)}.cp-close-start b{color:var(--cp-ink)}.cp-invest-ltv{font-size:16px;line-height:1.55;color:var(--cp-body);margin-bottom:16px}.cp-invest-impact{display:flex;align-items:baseline;gap:6px;margin-bottom:6px}.cp-invest-impact-num{font-family:var(--font-mono);font-weight:700;font-size:56px;line-height:.95;letter-spacing:-.04em;color:var(--orange)}.cp-invest-impact-unit{font-family:var(--font-mono);font-weight:500;font-size:22px;color:var(--cp-muted)}.cp-terms{background:#fff;margin:16px 12px 0;border:1px solid #e9ecf1;border-radius:16px;overflow:hidden}.cp-terms-summary{cursor:pointer;padding:18px 22px;font-family:var(--font-display);font-weight:700;font-size:15px;color:var(--cp-ink);display:flex;align-items:center;justify-content:space-between;gap:12px;list-style:none}.cp-terms-summary::-webkit-details-marker{display:none}.cp-terms-summary:after{content:"▾";color:var(--orange-deep)}.cp-terms[open] .cp-terms-summary:after{content:"▴"}.cp-terms-hint{font-family:var(--font-body);font-weight:400;font-size:12.5px;color:var(--cp-muted);margin-left:auto}.cp-terms-body{padding:0 6px 6px}.cp-terms-body .cp-section{margin:0 0 8px;border:none;border-top:1px solid #eef0f4;border-radius:0}.cp-root .proof-grid,.cp-root .proof-grid-compact{grid-template-columns:1fr 1fr}.cp-root .proof-ranks{flex-direction:column}.cp-root .deliv-cols{grid-template-columns:1fr;gap:18px}.cp-root .proof-shot-img{max-height:none}@media (max-width:560px){.cp-root .proof-grid,.cp-root .proof-grid-compact{grid-template-columns:1fr}}@media (min-width:768px){.cp-impact-line{font-size:36px}.cp-guar-headline{font-size:34px}.cp-invest-impact-num{font-size:72px}}.deck-shell{position:fixed;inset:0;display:flex;flex-direction:column;background:var(--chrome)}.deck-toolbar{flex:0 0 auto;height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;background:var(--chrome-bar);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #2c2f38;color:#e8eaee;z-index:20}.deck-tb-meta{font-size:13px;color:#aeb4bf}.deck-tb-nav{display:flex;align-items:center;gap:10px}.deck-tb-nav button{background:rgba(255,255,255,.06);border:1px solid #343843;color:#e8eaee;font-size:16px;line-height:1;border-radius:8px;padding:5px 12px;cursor:pointer}.deck-tb-nav button:disabled{opacity:.38;cursor:default}.deck-tb-count{font-size:13px;color:#d6d9df;min-width:54px;text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.deck-tb-link{color:var(--orange-300);font-size:12.5px;text-decoration:none}.deck-tb-link:hover{text-decoration:underline}.deck-viewport{position:relative;flex:1 1 auto;overflow:hidden}.deckstage{position:absolute;top:50%;left:50%;transform-origin:center center;background:var(--ground);box-shadow:0 30px 90px -28px rgba(0,0,0,.65);--pane-x:130px;--pane-top:94px;--pane-bottom:84px;--gap-kick-title:16px;--gap-title-body:54px;--neutral-disc:var(--ground-2)}.deck-slide-mount{position:absolute;inset:0}.deck-swipehint{display:none}@media (hover:none) and (pointer:coarse){.deck-swipehint{display:block;position:absolute;left:50%;bottom:26px;transform:translateX(-50%);z-index:12;pointer-events:none;white-space:nowrap;padding:9px 16px;border-radius:999px;background:rgba(20,19,25,.82);border:1px solid rgba(255,120,45,.45);color:#ffd2bd;font-family:var(--font-display);font-weight:600;font-size:13px;animation:deck-swipehint-in .4s ease both,deck-swipehint-pulse 2.4s ease-in-out .6s infinite}}@keyframes deck-swipehint-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@keyframes deck-swipehint-pulse{0%,to{opacity:.72}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.deck-swipehint{animation:none}}.deck-progress{position:absolute;bottom:0;left:0;right:0;height:3px;pointer-events:none}.deck-progress span{display:block;height:100%;background:var(--orange);transition:width .25s ease}.slot-mount{display:contents}.deck-slot-startdate{display:inline-flex}.sg-startinline .sdp{display:inline-flex;flex-direction:column;align-items:center;gap:4px}.sg-startinline .sdp-now,.sg-startinline .sdp-pick{margin-top:4px;align-items:center;text-align:center}.sg-startinline .sdp-now-note{display:none}.sg-startinline .sdp-now-date{font-size:15px}.deck-slot-startdate-static .sdp-now-date{font-family:var(--font-body);font-weight:600;font-size:17px;color:var(--ink)}.sg-note-add{background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:16px;color:var(--orange-deep);font-weight:600;padding:6px 10px;border-radius:8px}.sg-note-add span{color:var(--instr-2);font-weight:400}.sg-note-add:hover{background:var(--orange-tint)}.sg-note-edit{display:flex;flex-direction:column;align-items:center;gap:8px;width:min(560px,80%);margin:0 auto}.sg-note-edit-head{display:flex;align-items:center;justify-content:space-between;width:100%}.sg-note-edit-title{font-family:var(--font-mono);font-weight:700;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--instr)}.sg-note-remove{background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:13px;color:var(--instr-2);padding:2px 4px;border-radius:6px}.sg-note-remove:hover{color:var(--orange-deep);background:var(--orange-tint)}.sg-note-field{width:100%;min-height:88px;resize:vertical;border:1px solid var(--line);border-radius:14px;background:#fff;padding:13px 16px;font-family:var(--font-body);font-size:17px;color:var(--ink);line-height:1.4;outline:none}.sg-note-field:focus{border-color:var(--orange-light);box-shadow:0 0 0 3px var(--orange-tint)}.sg-note-edit-hint{font-family:var(--font-body);font-size:13px;color:var(--instr-2)}.sg-note-shown{width:min(620px,84%);margin:0 auto;text-align:left;border-left:2px solid var(--orange-light);padding:4px 0 4px 16px}.sg-note-shown-label{font-family:var(--font-mono);font-weight:700;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--instr)}.sg-note-shown-body{margin:6px 0 0;font-family:var(--font-body);font-size:17px;color:var(--ink-2);line-height:1.4;white-space:pre-wrap}.sg-send-form{display:inline-flex;align-items:center;gap:8px}.sg-send-email{width:232px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:9px 12px;font-family:var(--font-body);font-size:15px;color:var(--ink);outline:none}.sg-send-email:focus{border-color:var(--orange-light);box-shadow:0 0 0 3px var(--orange-tint)}.sg-send-go{background:var(--orange);color:#fff;border:none;border-radius:10px;padding:9px 16px;font-family:var(--font-body);font-weight:600;font-size:15px;cursor:pointer}.sg-send-go:disabled{opacity:.5;cursor:default}.deck-sig{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;background:none;border:none;cursor:pointer}.deck-sig-cta:hover .sg-sighint{color:var(--orange)}.deck-sig-img{max-height:150px;max-width:90%;object-fit:contain}.deck-sig-stamp{font-family:var(--font-mono);font-size:12px;letter-spacing:.04em;color:var(--instr);display:flex;align-items:center;gap:8px}.deck-sig-undo{background:none;border:none;color:var(--orange-deep);font-size:12px;cursor:pointer;text-decoration:underline}.deck-send-done{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-body);font-size:15px;color:var(--instr)}.deck-send-copy{background:none;border:none;color:var(--orange-deep);font-weight:600;font-size:15px;cursor:pointer;text-decoration:underline}.deck-sign-modal{width:min(560px,94vw);max-height:92vh;overflow-y:auto;text-align:left}.deck-sign-modal .cp-sign-you{margin-top:4px}.deck-sign-err{color:#c0392b;font-size:13px;margin:8px 0 0}