@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--bg-base:#050507;--bg-elevated:#0a0a0f;--bg-card:#ffffff06;--bg-card-hover:#ffffff0d;--accent:#7c5cfc;--accent-dark:#6b4fdb;--accent-light:#a78bfa;--accent-glow:#7c5cfc33;--accent-2:#06b6d4;--border:#ffffff14;--border-hover:#ffffff2e;--text:#fafafa;--text-secondary:#b4b4bc;--text-muted:#8a8a94;--text-heading:#fff;--navbar-bg:#050507b3;--card-shadow:none;--radius:1rem;--radius-lg:1.25rem;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=light]{--bg-base:#f8f9fb;--bg-elevated:#fff;--bg-card:#00000006;--bg-card-hover:#0000000d;--accent:#6d4fdb;--accent-dark:#5b3ec7;--accent-light:#7c5cfc;--accent-glow:#6d4fdb1f;--accent-2:#0891b2;--border:#00000014;--border-hover:#00000029;--text:#1a1a2e;--text-secondary:#4a4a5a;--text-muted:#71717a;--text-heading:#0f0f1a;--navbar-bg:#f8f9fbcc;--card-shadow:0 1px 3px #0000000f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:light){:root:not([data-theme]){--bg-base:#f8f9fb;--bg-elevated:#fff;--bg-card:#00000006;--bg-card-hover:#0000000d;--accent:#6d4fdb;--accent-dark:#5b3ec7;--accent-light:#7c5cfc;--accent-glow:#6d4fdb1f;--accent-2:#0891b2;--border:#00000014;--border-hover:#00000029;--text:#1a1a2e;--text-secondary:#4a4a5a;--text-muted:#71717a;--text-heading:#0f0f1a;--navbar-bg:#f8f9fbcc;--card-shadow:0 1px 3px #0000000f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-base);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}body:before{content:"";pointer-events:none;opacity:.025;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");position:fixed;inset:0}.navbar{z-index:100;-webkit-backdrop-filter:blur(24px)saturate(1.8);background:var(--navbar-bg);border-bottom:1px solid var(--border);position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;max-width:1200px;height:72px;margin:0 auto;padding:0 2rem;display:flex}.navbar-brand{align-items:center;gap:.625rem;text-decoration:none;transition:opacity .2s;display:flex}.navbar-brand:hover{opacity:.85}.brand-text{color:#fff;letter-spacing:-.02em;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}.brand-highlight{background:linear-gradient(135deg,#7c5cfc,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.navbar-links{align-items:center;gap:2.25rem;list-style:none;display:flex}.navbar-links a{color:var(--text-secondary);letter-spacing:.01em;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.navbar-links a:hover{color:var(--text)}.btn-primary{background:linear-gradient(135deg, var(--accent), #9333ea);color:#fff;cursor:pointer;border:none;border-radius:.625rem;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 2px 12px #7c5cfc40}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 24px #7c5cfc80}.btn-primary-lg{border-radius:.875rem;padding:1rem 2.25rem;font-size:1.0625rem;box-shadow:0 4px 20px #7c5cfc59}.btn-primary-lg:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 8px 40px #7c5cfc80}.btn-secondary{border:1px solid var(--border-hover);color:var(--text-secondary);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border-radius:.875rem;align-items:center;gap:.5rem;padding:1rem 2.25rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.btn-secondary:hover{border-color:var(--border-hover);background:var(--bg-card-hover);transform:translateY(-1px)}.hero{text-align:center;padding:12rem 0 6rem;position:relative;overflow:visible}.hero-orb{pointer-events:none;border-radius:50%;position:absolute}.hero-orb-1{filter:blur(80px);background:radial-gradient(circle,#7c5cfc1f,#9333ea0f,#0000 70%);width:800px;height:800px;animation:8s ease-in-out infinite orb-pulse;top:40px;left:50%;transform:translate(-50%)}.hero-orb-2{filter:blur(60px);background:radial-gradient(circle,#06b6d414,#0000 70%);width:400px;height:400px;animation:12s ease-in-out infinite orb-drift;top:120px;left:15%}@keyframes orb-pulse{0%,to{opacity:.7;transform:translate(-50%)scale(1)}50%{opacity:1;transform:translate(-50%)scale(1.15)}}@keyframes orb-drift{0%,to{transform:translate(0)}50%{transform:translate(40px,-20px)}}.hero-inner{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}.hero-text{text-align:left}.hero-text .hero-buttons,.hero-text .platform-badges{justify-content:flex-start}.hero-text p{margin-left:0;margin-right:0}.hero-spline{width:140%;height:700px;margin-top:-40px;margin-left:0;margin-right:-20%;position:relative;overflow:visible}.hero-spline-placeholder{width:100%;height:650px}.hero-demo-hint{color:#fff;white-space:nowrap;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:none;z-index:10;background:#7c5cfc33;border:1px solid #7c5cfc80;border-radius:9999px;padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;animation:.5s ease-out hintFadeIn,2s ease-in-out infinite hintGlow;position:absolute;bottom:40px;left:50%;transform:translate(-50%);box-shadow:0 0 20px #7c5cfc26}@keyframes hintGlow{0%,to{box-shadow:0 0 20px #7c5cfc26}50%{box-shadow:0 0 30px #7c5cfc4d}}@keyframes hintFadeIn{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.hero-demo-overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10;background:#0a0a10f2;border:1px solid #7c5cfc33;border-radius:14px;width:85%;max-width:320px;padding:.75rem 1rem;animation:.25s ease-out hintFadeIn;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.hero-demo-overlay.is-recording{border-color:#ef44444d;box-shadow:0 0 20px #ef44440f}.hero-demo-live{flex-wrap:wrap;align-items:center;gap:.625rem;display:flex}.hero-demo-rec-badge{color:#f87171;text-transform:uppercase;letter-spacing:.06em;background:#ef44441a;border:1px solid #ef444440;border-radius:9999px;flex-shrink:0;align-items:center;gap:5px;padding:.15rem .5rem;font-size:.625rem;font-weight:700;display:inline-flex}.hero-demo-dot{background:#ef4444;border-radius:50%;flex-shrink:0;width:6px;height:6px}.hero-demo-dot.pulse{animation:1s ease-in-out infinite demoPulse}@keyframes demoPulse{0%,to{opacity:1}50%{opacity:.3}}.hero-demo-bars{align-items:center;gap:2px;height:24px;display:flex}.hero-demo-bar{background:#a78bfa;border-radius:2px;width:2.5px;height:6px;animation:.7s ease-in-out infinite alternate demoBarPulse}@keyframes demoBarPulse{0%{opacity:.3;height:4px}to{opacity:.9;height:20px}}.hero-demo-spinner{border:2px solid #7c5cfc26;border-top-color:#7c5cfc;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.hero-demo-text{color:#fff;width:100%;margin:0;font-size:.8125rem;line-height:1.5}.hero-demo-streaming{color:#ffffffd9;animation:.3s ease-out textFadeIn}@keyframes textFadeIn{0%{opacity:.4}to{opacity:1}}.hero-demo-waiting{color:var(--text-muted);font-size:.75rem;font-style:italic}.hero-demo-result{flex-direction:column;gap:.5rem;display:flex}.hero-demo-meta{align-items:center;gap:.5rem;display:flex}.hero-demo-lang-badge{color:#a78bfa;text-transform:uppercase;letter-spacing:.05em;background:#7c5cfc1a;border:1px solid #7c5cfc33;border-radius:9999px;padding:.1rem .4rem;font-size:.5625rem;font-weight:700;display:inline-block}.hero-demo-groq{color:var(--text-muted);opacity:.6;letter-spacing:.02em;margin-left:auto;font-size:.5625rem;font-weight:500}.hero-demo-countdown{color:#a78bfa;font-variant-numeric:tabular-nums;margin-left:auto;font-family:Outfit,monospace;font-size:.875rem;font-weight:700}.hero-demo-processing-text{color:var(--text-muted);font-size:.75rem;font-weight:500}.hero-badge{color:var(--accent-light);background:#7c5cfc14;border:1px solid #7c5cfc2e;border-radius:9999px;align-items:center;gap:.625rem;margin-bottom:2.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;animation:.8s ease-out float-in;display:inline-flex}.hero h1{letter-spacing:-.04em;margin-bottom:1.75rem;font-size:clamp(2.75rem,7vw,5rem);font-weight:800;line-height:1.05;animation:.8s ease-out .1s both float-in}.gradient-text{background:linear-gradient(135deg,#7c5cfc 0%,#a78bfa 40%,#06b6d4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:var(--text-secondary);max-width:580px;margin:0 auto 3rem;font-size:1.1875rem;line-height:1.75;animation:.8s ease-out .2s both float-in}.hero-subtitle{color:var(--text-muted);margin-top:-2rem;margin-bottom:3rem;font-size:1.125rem;font-style:italic;font-weight:400;animation:.8s ease-out .25s both float-in}@keyframes float-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem;animation:.8s ease-out .3s both float-in;display:flex}.platform-badges{color:var(--text-muted);justify-content:center;gap:1.75rem;font-size:.875rem;animation:.8s ease-out .4s both float-in;display:flex}.platform-badges span{align-items:center;gap:.5rem;display:flex}.platform-badges .soon{opacity:.45}.soon-tag{color:var(--text-muted);background:#ffffff0f;border-radius:9999px;padding:.125rem .5rem;font-size:.625rem;font-weight:500}.app-compat{align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}.app-compat-label{color:var(--text-muted);white-space:nowrap;font-size:.75rem;font-weight:500}.app-compat-icons{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.app-compat-icon{width:36px;height:36px;color:var(--text-muted);cursor:default;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.app-compat-icon:hover{color:#a78bfa;background:#7c5cfc14;border-color:#7c5cfc33;transform:translateY(-2px)}.app-compat-more{color:var(--text-muted);opacity:.7;font-size:.6875rem;font-weight:500}.section{border-top:1px solid var(--border);padding:6rem 2rem;position:relative}.section-inner{max-width:1100px;margin:0 auto}.section-header{text-align:center;margin-bottom:4.5rem}.section-header h2{letter-spacing:-.025em;margin-bottom:1rem;font-size:clamp(1.875rem,4.5vw,2.75rem);font-weight:700;line-height:1.15}.section-header p{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1.125rem}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (max-width:768px){.grid-3{grid-template-columns:1fr}.navbar-links{display:none}.hero{padding-top:8rem}.pricing-toggle-btn{padding:.5rem .875rem;font-size:.8125rem}.hero-grid{grid-template-columns:1fr}.hero-text{text-align:center}.hero-text .hero-buttons,.hero-text .platform-badges{justify-content:center}.hero-spline{order:-1;height:320px}}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.card:before{content:"";border-radius:inherit;opacity:0;background:linear-gradient(135deg,#7c5cfc0f,#0000 60%);transition:opacity .35s;position:absolute;inset:0}.card:hover{background:var(--bg-card-hover);border-color:#7c5cfc33;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d,0 0 40px #7c5cfc0f}.card:hover:before{opacity:1}.card-icon{width:52px;height:52px;color:var(--accent-light);background:linear-gradient(135deg,#7c5cfc1f,#06b6d40f);border:1px solid #7c5cfc26;border-radius:.875rem;justify-content:center;align-items:center;margin-bottom:1.25rem;transition:all .35s;display:flex;position:relative}.card:hover .card-icon{background:linear-gradient(135deg,#7c5cfc33,#06b6d41a);transform:scale(1.05);box-shadow:0 4px 16px #7c5cfc26}.card h3{letter-spacing:-.01em;margin-bottom:.625rem;font-size:1.0625rem;font-weight:600;position:relative}.card p{color:var(--text-secondary);font-size:.875rem;line-height:1.65;position:relative}.step-card{flex-direction:column;display:flex}.step-animation-wrapper{background:linear-gradient(135deg,#7c5cfc0f,#06b6d408);border-radius:12px;justify-content:center;align-items:center;width:100%;height:160px;margin-bottom:1.5rem;display:flex;overflow:hidden}.step-animation{width:100%;max-width:200px;height:100%}.step-number{width:44px;height:44px;color:var(--accent-light);background:linear-gradient(135deg,#7c5cfc1f,#9333ea0f);border:1px solid #7c5cfc26;border-radius:.875rem;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:.9375rem;font-weight:700;display:flex}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.25rem;max-width:960px;margin:0 auto;display:grid}@media (max-width:768px){.pricing-grid{grid-template-columns:1fr;max-width:400px}}.pricing-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;padding:2.25rem 2rem;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 4px 24px #0003}.pricing-card:hover{background:var(--bg-card-hover);border-color:var(--border-hover);transform:translateY(-4px);box-shadow:0 16px 48px #0006}.pricing-card.highlight{background:#7c5cfc0f;border-color:#7c5cfc33;box-shadow:0 4px 24px #0003,0 0 30px #7c5cfc0d}.pricing-card.highlight:hover{background:#7c5cfc14;border-color:#7c5cfc4d;box-shadow:0 16px 48px #0006,0 0 40px #7c5cfc14}.pricing-badge{background:linear-gradient(135deg, var(--accent), #9333ea);color:#fff;letter-spacing:.06em;border-radius:9999px;padding:.25rem .875rem;font-size:.6875rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #7c5cfc4d}.pricing-toggle-wrapper{justify-content:center;margin-bottom:3rem;display:flex}.pricing-toggle{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff14;border-radius:9999px;gap:.25rem;padding:.3125rem;display:inline-flex}.pricing-toggle-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:9999px;padding:.5625rem 1.375rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative}.pricing-toggle-btn:hover{color:var(--text);background:#ffffff0d}.pricing-toggle-btn.active{background:linear-gradient(135deg, var(--accent), #9333ea);color:#fff;box-shadow:0 2px 16px #7c5cfc59}.pricing-toggle-badge{color:#34d399;letter-spacing:.03em;background:#34d39926;border-radius:9999px;margin-left:.375rem;padding:.125rem .5rem;font-size:.625rem;font-weight:700;display:inline-block}.pricing-toggle-btn.active .pricing-toggle-badge{color:#fff;background:#fff3}.pricing-card.unavailable{opacity:.45}.pricing-card.unavailable .pricing-btn{cursor:not-allowed;opacity:.5}.pricing-name{letter-spacing:-.01em;align-items:center;gap:.5rem;margin-bottom:.375rem;font-size:1.1875rem;font-weight:600;display:flex}.pricing-icon{color:var(--accent-light);justify-content:center;align-items:center;display:inline-flex}.pricing-subtitle{color:var(--accent-light);letter-spacing:.02em;margin-bottom:1rem;font-size:.8125rem;font-weight:500}.pricing-price{letter-spacing:-.03em;color:var(--text-heading);margin-bottom:.125rem;font-size:2.75rem;font-weight:800}.pricing-period{color:var(--text-muted);margin-bottom:1.5rem;font-size:.875rem}.pricing-features{margin-bottom:2rem;list-style:none}.pricing-features li{color:var(--text-secondary);align-items:flex-start;gap:.625rem;padding:.4rem 0;font-size:.875rem;line-height:1.5;display:flex}.pricing-features li svg{color:var(--accent);flex-shrink:0;margin-top:3px}.pricing-btn{text-align:center;cursor:pointer;border:none;border-radius:.75rem;width:100%;margin-top:auto;padding:.8125rem;font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:block}.pricing-btn.primary{background:linear-gradient(135deg, var(--accent), #9333ea);color:#fff;box-shadow:0 4px 16px #7c5cfc40}.pricing-btn.primary:hover{transform:translateY(-1px);box-shadow:0 6px 28px #7c5cfc73}.pricing-btn.secondary{background:var(--bg-card);color:var(--text);border:1px solid var(--border)}.pricing-btn.secondary:hover{background:var(--bg-card-hover);border-color:var(--border-hover);transform:translateY(-1px)}.download-section{text-align:center}.download-section .version-tag{opacity:.6;margin-left:.25rem;font-size:.75rem}.download-meta{color:var(--text-muted);margin-top:1rem;font-size:.75rem}.smartscreen-note{border:1px solid var(--border);text-align:left;max-width:540px;color:var(--text-secondary);background:#ffffff08;border-radius:.75rem;align-items:flex-start;gap:.75rem;margin:1.5rem auto 0;padding:1rem 1.25rem;font-size:.8125rem;line-height:1.6;display:flex}.smartscreen-note svg{color:var(--text-muted);flex-shrink:0;margin-top:2px}.modal-backdrop{z-index:9999;background:#000;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out modal-fade-in;display:flex;position:fixed;inset:0}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal-card{background:#0e0e14;border:1px solid #7c5cfc26;border-radius:1.25rem;width:100%;max-width:720px;padding:2.5rem;animation:.25s ease-out modal-slide-up;position:relative;box-shadow:0 24px 80px #000,0 0 80px #7c5cfc14}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-grid{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;display:grid}.modal-left{text-align:left}.modal-right{flex-direction:column;justify-content:space-between;height:100%;display:flex}@media (max-width:640px){.modal-grid{grid-template-columns:1fr;gap:1.5rem}}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.25rem;transition:all .2s;position:absolute;top:1rem;right:1rem}.modal-close:hover{color:var(--text);background:#ffffff0f}.modal-icon{color:#fbbf24;background:linear-gradient(135deg,#fbbf241a,#f59e0b0d);border:1px solid #fbbf2426;border-radius:1rem;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.25rem;display:inline-flex}.modal-title{letter-spacing:-.02em;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700}.modal-text{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.875rem;line-height:1.7}.modal-steps{justify-content:center;gap:1.5rem;margin-bottom:1.25rem;display:flex}.modal-steps-vertical{text-align:left;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.modal-steps-vertical .modal-step{background:#7c5cfc0a;border:1px solid #7c5cfc1a;border-radius:.625rem;padding:.625rem .875rem}.modal-step{color:var(--text);align-items:center;gap:.625rem;font-size:.875rem;font-weight:500;display:flex}.modal-step-num{background:linear-gradient(135deg, var(--accent), #9333ea);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;font-weight:700;display:flex}.modal-reassurance{color:var(--text-muted);margin-top:.5rem;font-size:.8125rem}.modal-download-btn{justify-content:center;width:100%;text-decoration:none}.comparison-wrapper{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#7c5cfc0a,#14141e99);border:1px solid #7c5cfc26;border-radius:20px;max-width:860px;margin:0 auto;overflow:hidden}.comparison-table{border-collapse:separate;border-spacing:0;width:100%;font-size:.875rem}.comparison-table thead th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #7c5cfc1f;padding:1.5rem;font-size:.75rem;font-weight:500}.comparison-table thead th.cmp-highlight-col{color:#fff;text-transform:none;letter-spacing:normal;background:#7c5cfc1f;font-size:1rem;font-weight:700}.cmp-brand{justify-content:center;align-items:center;gap:.5rem;font-family:Outfit,sans-serif;display:flex}.comparison-table tbody td{color:var(--text-secondary);text-align:center;border-bottom:1px solid #ffffff0a;padding:1rem 1.5rem;font-size:.875rem;transition:background .2s}.comparison-table tbody tr{transition:background .2s}.comparison-table tbody tr:hover{background:#7c5cfc0a}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table td:first-child,.comparison-table th:first-child{text-align:left;color:var(--text);padding-left:2rem;font-weight:500}.comparison-table th:nth-child(2),.comparison-table th:nth-child(3),.comparison-table th:nth-child(4){text-align:center}.cmp-highlight-col{background:#7c5cfc0f;position:relative}thead .cmp-highlight-col{background:#7c5cfc1f}.comparison-table td.cmp-highlight-col{color:#fff;font-weight:600}.cmp-yes{color:#34d399;justify-content:center;align-items:center;gap:.375rem;display:inline-flex}.cmp-yes svg{flex-shrink:0}.cmp-yes span{color:inherit;font-size:.8125rem}.cmp-no{color:#f87171;opacity:.5;justify-content:center;align-items:center;gap:.375rem;display:inline-flex}.cmp-no span{color:var(--text-muted);font-size:.75rem}.cmp-soon{color:var(--accent-light);letter-spacing:.02em;background:#7c5cfc1a;border:1px solid #7c5cfc26;border-radius:9999px;padding:.125rem .625rem;font-size:.6875rem;font-weight:600;display:inline-block}.footer{border-top:1px solid var(--border);padding:3rem 2rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.footer-brand{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.footer-brand span{color:var(--text);font-weight:600}.footer-links{gap:2rem;display:flex}.footer-links a{color:var(--text-muted);font-size:.875rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--text)}.legal-page{padding:8rem 2rem 4rem}.legal-inner{max-width:720px;margin:0 auto}.legal-inner h1{letter-spacing:-.03em;margin-bottom:.5rem;font-size:2.25rem;font-weight:700}.legal-updated{color:var(--text-muted);margin-bottom:3rem;font-size:.875rem}.legal-inner section{margin-bottom:2.5rem}.legal-inner h2{color:var(--text-heading);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.legal-inner h3{color:var(--text-secondary);margin-top:1.25rem;margin-bottom:.5rem;font-size:1rem;font-weight:600}.legal-inner p{color:var(--text-secondary);margin-bottom:.75rem;font-size:.9375rem;line-height:1.75}.legal-inner ul{margin:.5rem 0 1rem;padding:0;list-style:none}.legal-inner ul li{color:var(--text-secondary);padding-left:1.5rem;font-size:.9375rem;line-height:1.75;position:relative}.legal-inner ul li:before{content:"•";color:var(--accent);font-weight:700;position:absolute;left:0}.legal-inner a{color:var(--accent-light);text-decoration:none;transition:color .2s}.legal-inner a:hover{color:var(--text)}.legal-table{border-collapse:collapse;width:100%;margin:1rem 0 1.5rem;font-size:.8125rem}.legal-table th,.legal-table td{text-align:left;border-bottom:1px solid var(--border);color:var(--text-secondary);padding:.625rem .875rem;line-height:1.5}.legal-table th{color:var(--text-heading);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.legal-table td strong{color:var(--text)}@media (max-width:640px){.legal-table{display:block;overflow-x:auto}}.theme-toggle{border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .2s;display:inline-flex}.theme-toggle:hover{border-color:var(--border-hover);color:var(--text);background:var(--bg-card-hover)}.theme-toggle-label{letter-spacing:.02em}[data-theme=light] .hero-orb,[data-theme=light] body:before{display:none}[data-theme=light] .card{box-shadow:var(--card-shadow);border-color:var(--border)}[data-theme=light] .hero h1{color:var(--text-heading)}[data-theme=light] .navbar-brand span{color:var(--text-heading)!important}[data-theme=light] .gradient-text{background:linear-gradient(135deg,#6d4fdb 0%,#0891b2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (prefers-color-scheme:light){:root:not([data-theme]) .hero-orb,:root:not([data-theme]) body:before{display:none}:root:not([data-theme]) .card{border-color:#00000014;box-shadow:0 1px 3px #0000000f}:root:not([data-theme]) .hero h1{color:#0f0f1a}:root:not([data-theme]) .navbar-brand span{color:#0f0f1a!important}:root:not([data-theme]) .gradient-text{background:linear-gradient(135deg,#6d4fdb 0%,#0891b2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}}
