:root{--bg:#0b1020;--surface:#121826;--card:#151c2e;--accent:#4f46e5;--muted:hsla(0,0%,100%,.65);--text:#f3f4f6;--border:hsla(0,0%,100%,.08);--green:#40c812;--yellow:#c8b012;--red:#c82712;--text-strong:#e5e7eb;--text-muted:#a0a0a0;--text-super-muted:#3f4153;--font-material-symbols:"Material Symbols Rounded";--stats-grid:100px 4.5ch 3.5ch 3.5ch 3.5ch 7ch 1ch;--stats-grid-header:100px 4.5ch 3.5ch 3.5ch 3.5ch 7ch 1ch;--stats-grid-desktop:60% 5% 5% 5% 5% 5% 5% 1ch;--stats-grid-header-desktop:60% 5% 5% 5% 5% 5% 5% 1ch;--checkbox:#222}.checkbox{width:18px;height:18px;background-color:var(--checkbox);border-radius:4px;transition:background-color .05s;border:2px solid var(--muted)}@media (max-width:720px){.desktop-only{display:none}}.checkbox.checked{background-color:var(--accent)}.material-symbol{font-family:var(--font-material-symbols),"Material Symbols Rounded",system-ui,sans-serif;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Inter,system-ui,sans-serif;color:var(--text);background-color:var(--bg);scroll-behavior:smooth}a{color:var(--accent);text-decoration:none}.wrap{max-width:1100px;margin:0 auto;padding:24px}.logo{width:48px;height:48px;border-radius:10px;background:linear-gradient(135deg,var(--accent),#06b6d4);display:flex;align-items:center;justify-content:center;font-weight:700}.brand-text h1{margin:0}.brand{flex-direction:row}.tagline,nav a{color:var(--muted)}nav a{font-weight:600;margin-left:18px}nav a:hover{color:#fff}.hero{display:flex;align-items:center;justify-content:space-between;margin-top:60px;flex-wrap:wrap}.hero-content{max-width:520px}.hero-content h2{font-size:42px;margin:0 0 16px}.hero-content p{color:var(--muted);font-size:17px}.hero-buttons{margin-top:24px;display:flex;gap:12px}.cta{background:var(--accent);color:#fff;border-radius:10px;font-weight:700}.cta,.ghost{padding:12px 18px}.ghost{border:1px solid var(--border);color:var(--muted);border-radius:10px}.illustration{position:relative;width:260px;height:260px}.circle{position:absolute;border-radius:50%;background:var(--accent);opacity:.1}.circle.large{width:260px;height:260px;top:0;left:0}.circle.small{width:100px;height:100px;bottom:10px;right:20px;opacity:.15}.card{position:absolute;bottom:20px;left:20px;background:var(--card);padding:14px 16px;border-radius:10px;font-size:14px;border:1px solid var(--border)}.features{margin-top:100px;text-align:center}.features-grid{margin-top:40px;display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px;text-align:left}.feature-card h3{margin-bottom:10px;color:#fff}.feature-card p{color:var(--muted)}.pricing{margin-top:100px;text-align:center}.billing-toggle{margin:24px 0}.billing-toggle button{background:transparent;border:1px solid var(--border);color:var(--muted);padding:8px 16px;margin:0 6px;border-radius:8px;cursor:pointer}.billing-toggle button.active{background:var(--accent);color:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;margin-top:30px}.plan-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:28px}.plan-card .price{font-size:32px;margin:12px 0}.plan-card ul{list-style:none;padding:0;color:var(--muted);margin-bottom:16px}.primaryButton{background:var(--accent);color:#fff;padding:12px 16px;border-radius:8px;font-weight:700;border:none;cursor:pointer}.footer{margin-top:100px;border-top:1px solid var(--border);padding-top:24px;color:var(--muted);font-size:14px}.footer-top{display:flex;justify-content:space-between;flex-wrap:wrap}.footer-brand{font-weight:700;font-size:18px;color:#fff}.footer-bottom{margin-top:14px;display:flex;gap:16px}.footer-bottom a{color:var(--muted);font-size:13px}.footer-bottom a:hover{color:#fff}.header{display:flex;align-items:center;justify-content:space-between;padding:14px 0;position:-webkit-sticky;position:sticky;top:0;background:rgba(11,16,32,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50}.menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer}.menu-toggle .bar{width:24px;height:2px;background:var(--text);border-radius:2px}.nav a{margin-left:20px;color:var(--muted)}.nav.active{display:flex;flex-direction:column;position:absolute;right:20px;top:60px;background:var(--surface);padding:16px;border-radius:12px;border:1px solid var(--border)}.header.open .nav a{margin:10px 0}@media (max-width:780px){.menu-toggle{display:flex}nav.nav{display:none}nav.nav.active{display:flex}.logo{width:40px;height:40px;font-size:14px}.brand-text h1{font-size:18px;margin:0}.tagline{font-size:12px}.hero{flex-direction:column}.hero-content h2{font-size:32px}.hero-content p{font-size:15px}.footer-top{flex-direction:column;gap:12px}}.highlight{position:absolute;top:50%;left:50%;width:260px;height:260px;background:radial-gradient(circle,rgba(79,70,229,.25) 0,transparent 70%);transform:translate(-50%,-50%);border-radius:50%;z-index:0}.legal-page{background:#0b1020;color:#fff;font-family:Inter,system-ui,sans-serif;min-height:100vh;display:flex;flex-direction:column}.legal-header{justify-content:center;padding:24px;border-bottom:1px solid hsla(0,0%,100%,.08)}.brand,.legal-header{display:flex;align-items:center}.brand{gap:12px}.logoBox{width:50px;height:50px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#06b6d4);display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:18px;box-shadow:0 6px 20px rgba(79,70,229,.18)}.brandName{margin:0;font-size:20px;font-weight:700}.tagline{color:hsla(0,0%,100%,.65);font-size:13px}.legal-container{max-width:800px;margin:40px auto;padding:0 20px;line-height:1.6}.legal-container h1{font-size:32px;margin-bottom:16px}.legal-container h2{margin-top:28px;margin-bottom:8px;color:#e5e7eb;font-size:20px}.legal-container p{color:hsla(0,0%,100%,.8);font-size:15px;margin-bottom:12px}.legal-container a{color:#4f46e5;text-decoration:none}.legal-container a:hover{text-decoration:underline}.legal-footer{text-align:center;border-top:1px solid hsla(0,0%,100%,.08);padding:20px;font-size:14px;color:hsla(0,0%,100%,.7);margin-top:auto}.legal-links{margin-top:8px;display:flex;justify-content:center;gap:16px}.legal-links a{color:hsla(0,0%,100%,.85);text-decoration:none;font-size:13px}.legal-links a:hover{color:#fff}@media (max-width:720px){.logoBox{width:44px;height:44px;font-size:16px}.brandName{font-size:18px}.legal-container h1{font-size:26px}}.appShell{min-height:100dvh;padding-left:240px;background:var(--bg,#0b1020);color:var(--text,#f3f4f6)}.appMain{position:relative;z-index:1;padding:24px}@media (max-width:768px){.appShell{padding-left:70px}}@font-face{font-family:__materialSymbols_d9b57a;src:url(/_next/static/media/5c457b199e46f400-s.p.woff2) format("woff2");font-display:swap;font-weight:100 700;font-style:normal}@font-face{font-family:__materialSymbols_Fallback_d9b57a;src:local("Arial");ascent-override:50.19%;descent-override:4.56%;line-gap-override:0.00%;size-adjust:219.15%}.__className_d9b57a{font-family:__materialSymbols_d9b57a,__materialSymbols_Fallback_d9b57a;font-style:normal}.__variable_d9b57a{--font-material-symbols:"__materialSymbols_d9b57a","__materialSymbols_Fallback_d9b57a"}