@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@500;600;700&display=swap";.subscription-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 24px 60px}.subscription-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-xl);padding:48px;max-width:520px;width:100%;text-align:center;box-shadow:var(--shadow-lg)}.subscription-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.subscription-icon.success{background:#22c55e26;color:#22c55e}.subscription-icon.cancel{background:#ef444426;color:#ef4444}.subscription-card h1{font-size:28px;margin-bottom:12px;color:var(--text)}.subscription-subtitle{font-size:16px;color:var(--text-muted);line-height:1.6;margin-bottom:32px}.subscription-features{background:var(--bg);border-radius:var(--radius-lg);padding:24px;margin-bottom:32px;text-align:left}.subscription-features h3{font-size:14px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.subscription-features ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.subscription-features li{display:flex;align-items:center;gap:12px;color:var(--text);font-size:15px}.subscription-features li svg{color:var(--accent);flex-shrink:0}.subscription-reasons{margin-bottom:32px}.subscription-reasons h3{font-size:14px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.reason-cards{display:flex;flex-direction:column;gap:12px}.reason-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;display:flex;align-items:center;gap:16px;text-align:left}.reason-card svg{color:var(--accent);flex-shrink:0}.reason-card span{font-size:14px;color:var(--text)}.subscription-actions{display:flex;flex-direction:column;gap:12px}.subscription-actions .btn{justify-content:center}@media (max-width: 768px){.subscription-card{padding:32px 24px}.subscription-card h1{font-size:24px}}.subscription-icon.portal{background:var(--accent-subtle);color:var(--accent)}.subscription-status{background:var(--bg);border-radius:var(--radius-lg);padding:20px;margin-bottom:24px}.status-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--border)}.status-row:last-child{border-bottom:none}.status-label{font-size:14px;color:var(--text-muted)}.status-value{font-size:14px;font-weight:500;color:var(--text)}.status-value.advanced{color:var(--accent)}.status-badge{font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px}.status-badge.active{background:#22c55e26;color:#22c55e}.status-badge.past_due{background:#fbbf2426;color:#f59e0b}.status-badge.canceled,.status-badge.none{background:var(--accent-subtle);color:var(--text-muted)}.subscription-actions-grid{display:flex;flex-direction:column;gap:12px}.subscription-action-card{display:flex;align-items:center;gap:16px;padding:16px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;text-align:left}.subscription-action-card:hover{border-color:var(--accent);background:var(--panel)}.subscription-action-card svg{color:var(--accent);flex-shrink:0}.subscription-action-card div{display:flex;flex-direction:column;gap:2px}.subscription-action-card strong{font-size:14px;color:var(--text)}.subscription-action-card span{font-size:12px;color:var(--text-muted)}.privacy-page{padding:140px 0 80px}.privacy-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:48px}.privacy-header h1{font-size:32px;margin-bottom:8px}.privacy-updated{font-size:14px;color:var(--text-faint);margin-bottom:16px}.privacy-section{margin-top:24px;padding:0}.privacy-section h2{font-size:20px;margin-bottom:12px}.privacy-section h3{font-size:16px;margin:20px 0 8px;color:var(--text)}.privacy-section p{margin-top:12px}.privacy-section p:first-of-type{margin-top:0}.privacy-section ul{margin:8px 0 0 20px;padding:0;display:flex;flex-direction:column;gap:8px}.privacy-section li{color:var(--text-muted);line-height:1.6;font-size:16px}.privacy-card code{font-family:var(--font-mono);font-size:.9em;background:var(--bg);padding:2px 6px;border-radius:6px}.privacy-card a{color:var(--accent);text-decoration:none}.privacy-card a:hover{text-decoration:underline}@media (max-width: 768px){.privacy-card{padding:32px 24px}.privacy-header h1{font-size:26px}}html,body{height:100%}body{margin:0;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text)}#root{height:100%}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}a{color:inherit}.md-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-elev1);padding:16px;margin:16px}.header{background:var(--color-surface);border-bottom:1px solid var(--color-border);color:var(--color-text);padding:16px;display:flex;align-items:center;justify-content:space-between}.header h1{margin:0;font-size:16px;font-weight:700;letter-spacing:.02em;text-transform:none}button.md-btn{background:var(--color-accent);color:#fff;border:1px solid transparent;border-radius:var(--radius-md);padding:10px 14px;font-weight:700;letter-spacing:.01em;cursor:pointer;width:100%;transition:background-color .16s ease,transform .16s ease,filter .16s ease}button.md-btn:hover{filter:brightness(1.05)}button.md-btn:active{transform:translateY(1px)}button.md-btn-gold{background:#fbbf2424;color:var(--color-text);border-color:#fbbf2459}button.md-btn-gold:hover{background:#fbbf242e}.tabs{display:flex;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.tab{flex:1;padding:12px;text-align:center;cursor:pointer;color:var(--color-text-muted);border-bottom:2px solid transparent;font-weight:700;letter-spacing:.02em;-webkit-user-select:none;user-select:none;transition:background-color .16s ease,color .16s ease,border-color .16s ease}.tab:hover{background:#f1f5f90a;color:var(--color-text)}.tab.active{color:var(--color-text);border-bottom-color:var(--color-accent)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-thumb{background:#94a3b838;border-radius:999px;border:2px solid transparent;background-clip:content-box}*::-webkit-scrollbar-thumb:hover{background:#94a3b852;border:2px solid transparent;background-clip:content-box}:root{font-size:14px}*,*:before,*:after{box-sizing:border-box}body{margin:0;background-color:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;min-height:100vh}::selection{background:var(--accent);color:#fff}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;letter-spacing:-.025em;color:var(--text)}p{margin:0;line-height:1.65;color:var(--text-muted);font-size:17px}button{font-family:inherit;cursor:pointer}a{color:inherit;text-decoration:none}.page{width:100%;max-width:960px;margin:0 auto;padding:0 24px;overflow-x:hidden}.page-shell{min-height:100vh;display:flex;flex-direction:column;width:100%}.page-content{flex:1;display:flex;flex-direction:column}@media (max-width: 768px){.page{padding:0 12px}}section{position:relative;padding:48px 0}.section-heading{text-align:left;margin-bottom:64px;max-width:none;margin-left:0;margin-right:0;padding:0}.section-heading.align-left{text-align:left;margin-left:0;margin-right:0;max-width:none;padding-left:0;padding-right:0}.section-heading.align-left .advanced-subtitle{margin-left:0;margin-right:0}.nav{position:fixed;top:16px;left:50%;transform:translate(-50%);width:calc(100% - 48px);max-width:960px;display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:var(--panel-glass);border:1px solid var(--border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-full);z-index:100;box-shadow:var(--shadow-sm);transition:all .3s ease}@media (max-width: 768px){.nav{width:calc(100% - 32px);padding:8px 12px;top:12px;justify-content:flex-start;gap:8px}.desktop-only{display:none!important}.brand{margin-left:4px}.nav-actions{margin-left:auto}}@media (min-width: 769px){.mobile-only{display:none!important}}.brand{display:flex;align-items:center}.brand-lockup{display:inline-flex;align-items:center;gap:12px}.brand-logo{width:32px;height:32px;display:block;background:var(--brand-primary);mask:url(/logo.png) center/contain no-repeat;-webkit-mask:url(/logo.png) center/contain no-repeat}.brand-text{display:flex;flex-direction:column}.brand-mark{font-weight:700;letter-spacing:-.02em;font-size:16px;color:var(--text)}.nav-actions{display:flex;align-items:center;gap:8px}.btn{display:inline-flex;align-items:center;gap:8px;border-radius:var(--radius-full);padding:10px 20px;font-weight:600;font-size:14px;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid transparent;text-decoration:none}.btn-primary{background:var(--accent);color:#fff;box-shadow:var(--shadow-glow),var(--shadow-md)}.btn-primary:hover{background:var(--accent-strong);transform:translateY(-1px);box-shadow:var(--shadow-glow),var(--shadow-lg)}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover{color:var(--text);background:var(--accent-subtle)}.stripe-cta.btn{padding:10px 18px;font-size:.9rem}.hero{padding-top:160px;padding-bottom:80px;display:grid;grid-template-columns:1.2fr .8fr;gap:64px;align-items:center}.hero-text{display:flex;flex-direction:column;gap:24px}.eyebrow{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);display:flex;align-items:center;justify-content:flex-start;gap:8px}.eyebrow:before{content:"";width:24px;height:1px;background:var(--accent)}h1.display{font-size:clamp(40px,5vw,64px);line-height:1.1;font-weight:700;letter-spacing:-.025em;padding:.06em 0;background:linear-gradient(135deg,var(--text) 30%,var(--text-muted));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lede{font-size:18px;color:var(--text-muted);max-width:500px}.cta-row{display:flex;gap:16px;margin-top:8px}.social-proof{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text-muted);margin-top:12px;padding:8px 16px;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-full);width:fit-content}.stars{color:var(--warning);letter-spacing:-2px}.preview-shell{position:relative;background:transparent;border:none;box-shadow:none;border-radius:100px;overflow:visible;transform:none;transition:none;max-width:400px;width:100%;margin:0 auto}.preview-shell:hover{transform:none}.hero .preview-shell{isolation:isolate;transform:none;transition:box-shadow .6s ease;box-shadow:none}.hero .preview-shell:hover{box-shadow:none}.browser-bar{display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--bg);border-bottom:1px solid var(--border)}.dot{width:10px;height:10px;border-radius:50%}.dot.red{background:#ef4444}.dot.yellow{background:#f59e0b}.dot.green{background:#10b981}.url-bar{margin-left:12px;flex:1;background:var(--panel);border-radius:4px;padding:4px 12px;font-size:12px;color:var(--text-muted);display:flex;align-items:center;justify-content:center}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;font-size:.75rem;font-weight:600;line-height:1.4;margin:0;vertical-align:1px;letter-spacing:.02em;font-size:.75em;font-weight:700;padding:1px 6px;height:auto;line-height:1}.badge.basic{background:var(--surface-hover);color:var(--text-muted);border:1px solid var(--border)}.badge.advanced{background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-light) 100%);color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:0 2px 8px #3b82f640}.card-highlight-advanced{position:relative;border:1px solid transparent!important;background:linear-gradient(var(--panel),var(--panel)) padding-box,linear-gradient(135deg,var(--brand-primary),var(--brand-light)) border-box!important;box-shadow:0 0 20px #3b82f61a!important}.card-highlight-badge{position:absolute;top:-10px;right:16px;background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-light) 100%);color:#fff;font-size:10px;font-weight:700;padding:2px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.05em;pointer-events:none}.comparison-section{margin-top:64px}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:48px;max-width:960px;margin-left:auto;margin-right:auto}.cta-panel{margin:0 0 48px;background:radial-gradient(circle at top right,var(--accent-strong),var(--bg));border-radius:var(--radius-xl);padding:64px;text-align:center;position:relative;overflow:hidden;color:#fff}.cta-panel:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000,#0006);z-index:1}.cta-content{position:relative;z-index:2;max-width:600px;margin:0 auto}.cta-panel h2{font-size:48px;color:#fff;margin-bottom:24px}.cta-panel p{color:#ffffffe6;font-size:20px;margin-bottom:32px}.cta-panel .btn-primary{background:#fff;color:var(--accent);padding:16px 32px;font-size:18px}.cta-panel .btn-primary:hover{background:#f8fafc;transform:translateY(-2px)}@media (max-width: 768px){.nav{width:calc(100% - 32px);top:16px}.hero{grid-template-columns:1fr;padding-top:120px;gap:40px;text-align:center}.hero-text{align-items:center}.hero .preview-shell{transform:perspective(1000px) rotateY(-4deg) rotateX(2deg);box-shadow:0 16px 36px #0f172a29}.cta-row{justify-content:center}.eyebrow{justify-content:flex-start}.comparison-grid{grid-template-columns:1fr}}.live-indicator{color:#22c55e;margin-right:8px;font-size:1.25em;animation:blink 1.5s infinite;display:inline-block;line-height:1}@keyframes blink{0%{opacity:1;text-shadow:0 0 8px rgba(34,197,94,.4)}50%{opacity:.3;text-shadow:none}to{opacity:1;text-shadow:0 0 8px rgba(34,197,94,.4)}}.advanced-section{padding:48px 0;text-align:left}.advanced-section .section-heading,.faq-section .section-heading{max-width:800px;margin-left:auto;margin-right:auto}.advanced-subtitle{font-size:18px;color:var(--text);font-weight:700;margin-top:16px;max-width:500px;margin-left:0;margin-right:0}.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:48px;max-width:800px;margin-left:auto;margin-right:auto}.pricing-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;text-align:left;position:relative;display:flex;flex-direction:column;transition:all .3s ease}.pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.pricing-card.advanced{border-color:var(--accent);background:linear-gradient(135deg,var(--panel) 0%,rgba(59,130,246,.05) 100%);box-shadow:var(--shadow-glow)}.pricing-card.advanced:hover{box-shadow:var(--shadow-glow),var(--shadow-lg)}.advanced-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;padding:6px 16px;border-radius:var(--radius-full);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:6px;box-shadow:var(--shadow-md)}.pricing-header{margin-bottom:24px}.pricing-name{font-size:20px;font-weight:600;margin-bottom:8px}.pricing-price{display:flex;align-items:baseline;gap:4px;margin-bottom:8px}.price-amount{font-size:40px;font-weight:800;color:var(--text);letter-spacing:-.02em}.price-period,.pricing-description{font-size:14px;color:var(--text-muted)}.feature-list{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:12px}.feature-list li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text)}.feature-icon-check{width:20px;height:20px;background:var(--success);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon-check.advanced{background:var(--accent)}.advanced-cta{width:100%;justify-content:center;margin-top:auto}.advanced-pitch{margin-top:56px;padding:40px;border-radius:var(--radius-lg);border:1px solid var(--border);background:linear-gradient(135deg,#3b82f614,#10b9810f);text-align:left;position:relative;overflow:hidden}.advanced-pitch:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 15% 20%,rgba(59,130,246,.18),transparent 45%);opacity:.7;pointer-events:none}.advanced-pitch-header{position:relative;text-align:center;max-width:720px;margin:0 auto 32px}.pitch-title{font-size:28px;font-weight:700;margin-top:12px}.pitch-subtitle{margin-top:12px;font-size:16px;color:var(--text-muted);line-height:1.6}.advanced-pitch-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:stretch}.pitch-copy{display:flex;flex-direction:column;gap:24px}.pitch-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.pitch-list li{display:flex;gap:12px;font-size:15px;color:var(--text)}.pitch-dot{width:10px;height:10px;margin-top:6px;border-radius:999px;background:var(--accent);box-shadow:0 0 12px #3b82f659;flex-shrink:0}.pitch-cta{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.pitch-cta-button{width:fit-content}.pitch-meta{font-size:12px;color:var(--text-muted)}.pitch-proof{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.proof-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;display:flex;flex-direction:column;gap:6px;min-height:128px;box-shadow:var(--shadow-sm);animation:pitchReveal .6s ease both}.proof-card:nth-child(2){animation-delay:.08s}.proof-card:nth-child(3){animation-delay:.16s}.proof-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted)}.proof-value{font-size:18px;font-weight:700;color:var(--text)}.proof-detail{font-size:13px;color:var(--text-muted);line-height:1.5}.pitch-section-title{margin:32px 0 18px;text-align:center;font-size:12px;letter-spacing:.24em;text-transform:uppercase;color:var(--text-muted)}@keyframes pitchReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.advanced-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:64px;max-width:1000px;margin-left:auto;margin-right:auto}.highlight-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;text-align:left;transition:all .3s ease;animation:pitchReveal .6s ease both}.highlight-card:nth-child(2){animation-delay:.1s}.highlight-card:nth-child(3){animation-delay:.2s}.highlight-card:hover{transform:translateY(-4px);border-color:var(--accent-subtle);box-shadow:var(--shadow-md)}.highlight-card.featured{border-color:var(--accent);background:linear-gradient(135deg,var(--panel) 0%,rgba(59,130,246,.08) 100%)}.highlight-card.featured:hover{box-shadow:var(--shadow-glow)}.highlight-icon{width:52px;height:52px;background:var(--accent-subtle);color:var(--accent);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.highlight-card.featured .highlight-icon{background:var(--accent);color:#fff;box-shadow:0 0 20px var(--accent-glow)}.highlight-card h4{font-size:18px;margin-bottom:8px}.highlight-card p{font-size:14px;color:var(--text-muted);line-height:1.6}@media (max-width: 768px){.pricing-grid{grid-template-columns:1fr}.advanced-pitch{padding:28px 20px}.advanced-pitch-grid,.pitch-proof{grid-template-columns:1fr}.pitch-cta{align-items:stretch}.pitch-cta-button{width:100%;justify-content:center}.advanced-highlights{grid-template-columns:1fr}}
