.sample-shell{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"ss01", "cv11", "tnum";font-size:15px;font-family:var(--font-sans);color:var(--ink-1);letter-spacing:-.01em;background:var(--bg);min-height:100vh;padding-bottom:140px}.sample-shell *{box-sizing:border-box}.sample-shell .num{font-variant-numeric:tabular-nums;letter-spacing:-.01em}.sample-shell .mono{font-family:var(--font-mono)}.sample-shell .lex{font-family:var(--font-lexend)}.sample-shell .sb{grid-template-columns:repeat(4,1fr);display:grid}.sample-shell .sb-cell{border-right:1px solid var(--rule);flex-direction:column;padding:24px;display:flex}.sample-shell .sb-cell:last-child{border-right:none}.sample-shell .sb-label{text-transform:uppercase;letter-spacing:.08em;color:#8a8a90;margin-bottom:10px;font-size:12px;font-weight:500;line-height:14px}.sample-shell .sb-value{font-variant-numeric:tabular-nums;letter-spacing:-.024em;color:var(--ink-1);font-size:35px;font-weight:500;line-height:1}.sample-shell .sb-value+.sb-sub{margin-top:8px}.sample-shell .sb-sub{color:#8a8a90;white-space:nowrap;font-size:13px;font-weight:500;line-height:15px}.sample-shell .section{border-top:1px solid var(--rule);padding:80px 0}.sample-shell .section:first-of-type{border-top:none}.sample-shell .section-head{align-items:baseline;gap:28px;margin-bottom:48px;display:flex}.sample-shell .badge-num{font-family:var(--font-mono);letter-spacing:.14em;color:var(--ink-3);flex-shrink:0;width:28px;font-size:11px;font-weight:500}.sample-shell .section-title{letter-spacing:-.025em;color:var(--ink-1);margin:0;font-size:36px;font-weight:500;line-height:1.1}.sample-shell .section-meta{text-transform:uppercase;letter-spacing:.14em;color:var(--ink-3);margin-left:auto;font-size:12px;font-weight:500}.sample-shell .chip{background:var(--rule-soft);height:28px;color:var(--ink-2);border:1px solid var(--rule);cursor:pointer;border-radius:999px;align-items:center;gap:7px;padding:0 12px;font-size:12.5px;font-weight:500;transition:background .12s,color .12s;display:inline-flex}.sample-shell .chip:hover{color:var(--ink-1);background:#ebebef}.sample-shell .chip .dot{background:var(--ink-3);border-radius:99px;width:6px;height:6px}.sample-shell .chip.neg{background:var(--neg-soft);color:var(--neg);border-color:#b4413c29}.sample-shell .chip.neg .dot{background:var(--neg)}.sample-shell .chip.amber{background:var(--amber-soft);color:var(--amber);border-color:#9a6d1e2e}.sample-shell .chip.amber .dot{background:var(--amber)}.sample-shell .chip.pos{background:var(--pos-soft);color:var(--pos);border-color:#2f7d4f29}.sample-shell .chip.pos .dot{background:var(--pos)}.sample-shell .hero-eyebrow{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--ink-3);margin-bottom:18px;font-size:11px}.sample-shell .hero-title{letter-spacing:-.035em;color:var(--ink-1);margin:0 0 14px;font-size:60px;font-weight:400;line-height:1.04}.sample-shell .hero-verdict{color:var(--ink-2);letter-spacing:-.015em;max-width:760px;margin:0 0 12px;font-size:24px;font-weight:400;line-height:1.3}.sample-shell .hero-context{color:var(--ink-3);font-size:14px;font-weight:500}.sample-shell table.dt{border-collapse:collapse;width:100%}.sample-shell table.dt th{text-transform:uppercase;letter-spacing:.14em;color:var(--ink-3);text-align:left;padding-bottom:12px;font-size:11px;font-weight:500}.sample-shell table.dt th.r{text-align:right}.sample-shell table.dt td{border-top:1px solid var(--rule-soft);color:var(--ink-1);padding:16px 0;font-size:15px}.sample-shell table.dt td.r{text-align:right;font-variant-numeric:tabular-nums}.sample-shell table.dt td.muted{color:var(--ink-2)}.sample-shell table.dt tr.total td{border-top:1px solid var(--ink-1);padding-top:18px;font-weight:600}.sample-shell .rule-strip{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.sample-shell .heat{font-variant-numeric:tabular-nums;height:48px;color:var(--ink-1);border-radius:0;justify-content:center;align-items:center;font-size:14px;font-weight:500;display:flex}.sample-shell .frame-stage{perspective:2400px;perspective-origin:50% 30%;position:relative}.sample-shell .frame-card{background:var(--surface);border:1px solid var(--rule);transform-style:preserve-3d;transform-origin:50% 0;will-change:transform, opacity;border-radius:24px;box-shadow:inset 0 1px #fff9,0 30px 80px -30px #1e3a5f2e,0 1px 2px #1e3a5f0a}.sample-shell .frame-card.exit-3d{pointer-events:none;animation:.55s cubic-bezier(.5,0,.2,1) forwards sample-card-3d-exit}.sample-shell .frame-card.enter-3d{animation:.55s cubic-bezier(.4,.1,.2,1) forwards sample-card-3d-enter}@keyframes sample-card-3d-exit{0%{opacity:1;transform:translateY(0)translateZ(0)rotateX(0)}to{opacity:0;transform:translateY(0)translateZ(-80px)rotateX(8deg)}}@keyframes sample-card-3d-enter{0%{opacity:0;transform:translateY(0)translateZ(60px)rotateX(-6deg)}60%{opacity:1}to{opacity:1;transform:translateY(0)translateZ(0)rotateX(0)}}.sample-shell .frame-chrome{border-bottom:1px solid var(--rule);background:#fbfbfd99;border-top-left-radius:24px;border-top-right-radius:24px;align-items:center;gap:16px;padding:18px 28px;display:flex}.sample-shell .chrome-glyph{width:36px;height:36px;color:var(--brand);background:#1e3a5f14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:background .3s,color .3s;display:flex}.sample-shell .chrome-text{flex-direction:column;line-height:1.15;display:flex}.sample-shell .chrome-title{color:var(--ink-1);letter-spacing:-.01em;font-size:14px;font-weight:600}.sample-shell .chrome-sub{color:var(--ink-3);font-size:12px;font-family:var(--font-mono);margin-top:3px}.sample-shell .chrome-progress{align-items:center;gap:4px;margin-left:auto;display:flex}.sample-shell .chrome-dot{background:var(--rule);border-radius:99px;width:5px;height:5px;transition:width .35s,background .35s}.sample-shell .chrome-dot.active{background:var(--brand);border-radius:3px;width:18px}.sample-shell .rail-wrap{z-index:50;-webkit-backdrop-filter:saturate(180%)blur(28px);background:#ffffffe0;border:1px solid #1e3a5f14;border-radius:18px;flex-direction:column;gap:2px;width:56px;padding:8px;transition:width .3s cubic-bezier(.3,.7,.3,1);display:flex;position:fixed;top:50%;left:24px;transform:translateY(-50%);box-shadow:0 30px 60px -20px #1e3a5f38}.sample-shell .rail-wrap:hover{width:244px}.sample-shell .rail-item{cursor:pointer;height:44px;color:var(--ink-2);text-align:left;white-space:nowrap;background:0 0;border:0;border-radius:11px;align-items:center;gap:12px;padding:0 12px;transition:background .15s,color .15s;display:flex;overflow:hidden}.sample-shell .rail-item:hover{color:var(--ink-1);background:#1e3a5f0d}.sample-shell .rail-item.active{color:var(--brand);background:#1e3a5f1a}.sample-shell .rail-item .glyph{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.sample-shell .rail-item .rail-num{font-family:var(--font-mono);color:var(--ink-4);width:14px;font-size:10px}.sample-shell .rail-item.active .rail-num{color:var(--brand)}.sample-shell .rail-item .rail-label{opacity:0;letter-spacing:-.005em;font-size:13px;font-weight:500;transition:opacity .25s 50ms}.sample-shell .rail-wrap:hover .rail-label{opacity:1}.sample-shell .back-btn{z-index:60;-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);border:1px solid var(--rule);color:var(--ink-2);letter-spacing:-.005em;cursor:pointer;background:#ffffffd9;border-radius:999px;align-items:center;gap:8px;padding:8px 14px 8px 10px;font-size:13px;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:inline-flex;position:fixed;top:20px;left:24px}.sample-shell .back-btn:hover{color:var(--ink-1);background:#fff}.sample-shell .cta-primary{background:var(--brand);color:#fff;cursor:pointer;letter-spacing:-.005em;border:0;border-radius:999px;align-items:center;gap:8px;padding:11px 18px;font-size:13.5px;font-weight:500;text-decoration:none;transition:transform .15s;display:inline-flex;box-shadow:inset 0 1px #ffffff26,0 8px 20px -8px #1e3a5f66}.sample-shell .cta-primary:hover{transform:translateY(-1px)}.sample-shell .cta-ghost{color:var(--ink-1);border:1px solid var(--rule);cursor:pointer;letter-spacing:-.005em;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:10px 16px;font-size:13.5px;font-weight:500;text-decoration:none;display:inline-flex}.sample-shell .cta-ghost:hover{border-color:var(--ink-4);background:#fff}.sample-shell .cta-cluster{z-index:60;gap:8px;display:flex;position:fixed;top:20px;right:24px}.sample-shell .cta-bar{z-index:40;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#1e3a5ff5;border-top:1px solid #ffffff14;align-items:center;gap:20px;padding:16px 28px;transition:transform .4s cubic-bezier(.3,.7,.3,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(110%)}.sample-shell .cta-bar.show{transform:translateY(0)}.sample-shell .cta-bar-msg{letter-spacing:-.005em;font-size:14px;font-weight:500}.sample-shell .cta-bar-sub{color:#fff9;font-size:12px;font-family:var(--font-mono);margin-left:8px}.sample-shell .cta-bar-spacer{flex:1}.sample-shell .cta-bar .cta-primary{color:var(--brand);background:#fff;box-shadow:0 1px 2px #0000001a}.sample-shell .cta-bar .cta-ghost{color:#fff;border-color:#ffffff40}.sample-shell .inline-cta{background:linear-gradient(#1e3a5f08 0%,#1e3a5f0f 100%);border:1px solid #1e3a5f1a;border-radius:20px;align-items:center;gap:24px;margin-top:64px;padding:32px 36px;display:flex}.sample-shell .inline-cta-text{flex:1}.sample-shell .inline-cta h4{letter-spacing:-.02em;color:var(--ink-1);margin:0 0 4px;font-size:18px;font-weight:500}.sample-shell .inline-cta p{color:var(--ink-2);margin:0;font-size:14px;line-height:1.5}.sample-shell .hover-hint{cursor:not-allowed;position:relative}.sample-shell .hover-hint:after{content:"sample · sign up to edit";background:var(--ink-1);color:#fff;font-size:10.5px;font-family:var(--font-mono);letter-spacing:.04em;white-space:nowrap;opacity:0;pointer-events:none;z-index:20;border-radius:6px;padding:4px 8px;transition:opacity .15s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.sample-shell .hover-hint:hover:after{opacity:1}.sample-shell .dotted-num{font-variant-numeric:tabular-nums;border-bottom:1.5px dotted var(--ink-4);color:var(--ink-1);padding:2px 0;font-weight:500;transition:border-bottom-color .15s}.sample-shell .hover-hint:hover .dotted-num{border-bottom-color:var(--accent)}.sample-shell .tab-content{padding:56px 56px 80px}.sample-shell .content-wrap{max-width:1200px;margin:0 auto;padding:88px 28px 40px}.sample-shell .deal-header{border-bottom:1px solid var(--rule);justify-content:space-between;align-items:flex-end;margin-bottom:28px;padding-bottom:28px;display:flex}.sample-shell .deal-title{font-family:var(--font-lexend);letter-spacing:-.025em;color:var(--ink-1);margin:0 0 6px;font-size:32px;font-weight:500;line-height:1.1}.sample-shell .deal-sub{color:var(--ink-3);font-size:13px;font-family:var(--font-mono)}.sample-shell .deal-tag{font-size:11px;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:#8a6f3a;background:#b8975a1f;border:1px solid #b8975a38;border-radius:999px;align-items:center;gap:6px;margin-bottom:10px;padding:5px 10px;display:inline-flex}.sample-shell .deal-tag .dot{background:#b8975a;border-radius:99px;width:5px;height:5px}.sample-shell .progress-strip{font-size:12px;font-family:var(--font-mono);color:var(--ink-3);align-items:center;gap:16px;display:flex}.sample-shell .progress-strip .lbl{font-weight:500}.sample-shell .progress-strip .val{color:var(--ink-1)}.sample-shell .progress-strip .sep{background:var(--rule);width:1px;height:14px}
