*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0a0a14;--bg-card: rgba(255, 255, 255, .03);--bg-card-hover: rgba(255, 255, 255, .06);--border: rgba(255, 255, 255, .06);--border-hover: rgba(255, 255, 255, .12);--purple: #7B2D8E;--purple-dark: #3F0E40;--purple-glow: rgba(123, 45, 142, .4);--text: #e0e0e0;--text-muted: #9a9ab0;--text-dim: #6a6a80;--text-faint: #4a4a60;--link: #c090c0;--link-hover: #e0b0e0;--white: #fff;--radius: 12px;--radius-lg: 20px;--radius-xl: 28px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:var(--link);text-decoration:none;transition:color .2s}a:hover{color:var(--link-hover)}img{max-width:100%;display:block}.nav{position:fixed;top:0;left:0;right:0;z-index:100;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0a0a14cc;border-bottom:1px solid var(--border)}.nav-inner{max-width:1400px;margin:0 auto;padding:0 3rem;height:64px;display:flex;align-items:center;justify-content:space-between}.nav-brand{display:flex;align-items:center;gap:.75rem;color:var(--white);font-weight:700;font-size:1.2rem;text-decoration:none}.nav-brand img{width:32px;height:32px;border-radius:8px}.nav-links{display:flex;align-items:center;gap:.25rem}.nav-links a{color:var(--text-muted);font-size:.9rem;padding:.5rem 1rem;border-radius:8px;transition:all .2s}.nav-links a:hover{color:var(--white);background:#ffffff0d}.nav-links a.active{color:var(--white)}.nav-cta{background:var(--purple-dark)!important;color:var(--white)!important;font-weight:600!important;border:1px solid rgba(255,255,255,.08)!important}.nav-cta:hover{background:#551555!important}.nav-toggle{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:.5rem}.nav-toggle svg{width:24px;height:24px}.container-xl{max-width:1400px;margin:0 auto;padding:0 3rem}.section-narrow{max-width:680px;margin:0 auto}.section-wide{max-width:1100px;margin:0 auto}.hero-full{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-full:after{content:"";position:absolute;bottom:0;left:0;right:0;height:30%;background:linear-gradient(to bottom,transparent,var(--bg));pointer-events:none;z-index:1}.hero-full #heroCanvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.hero-content{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 3rem;width:100%;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;min-height:100vh;padding-top:64px}.hero-left h1{font-size:5.5rem;font-weight:800;color:var(--white);letter-spacing:-.04em;line-height:1.05;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(135deg,#c090c0,#7b2d8e,#e0b0e0);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 6s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-sub{font-size:1.3rem;color:var(--text-muted);line-height:1.7;max-width:520px;margin-bottom:2.5rem}.hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.hero-meta{margin-top:1.5rem;font-size:.85rem;color:var(--text-dim);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.hero-meta a{color:var(--text-muted)}.hero-meta a:hover{color:var(--link-hover)}.hero-meta .dot{color:var(--text-faint)}.hero-right{display:flex;align-items:center;justify-content:center}.hero-icon{width:320px;height:320px;border-radius:56px;filter:drop-shadow(0 8px 60px var(--purple-glow)) drop-shadow(0 0px 120px rgba(123,45,142,.2));animation:floatIcon 6s ease-in-out infinite}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}.btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:var(--radius);font-size:1rem;font-weight:600;transition:all .2s ease;text-decoration:none;cursor:pointer;border:none;font-family:var(--font)}.btn-lg{padding:1.1rem 2.25rem;font-size:1.1rem}.btn-primary{background:var(--purple-dark);color:var(--white);border:1px solid rgba(255,255,255,.08)}.btn-primary:hover{background:#551555;color:var(--white);transform:translateY(-1px);box-shadow:0 8px 40px #3f0e4080}.btn-secondary{background:#ffffff0d;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:#ffffff14;color:var(--white);border-color:var(--border-hover)}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid transparent;padding-left:.5rem}.btn-ghost:hover{color:var(--white)}.btn svg{width:20px;height:20px}.btn-group{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.section-full{padding:8rem 0}.section-header-wide{margin-bottom:4rem}.label{font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;color:var(--purple);font-weight:600;margin-bottom:.75rem}.title-xl{font-size:3.2rem;font-weight:700;color:var(--white);letter-spacing:-.03em;line-height:1.15}.section-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--purple);font-weight:600;margin-bottom:.75rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--white);letter-spacing:-.02em;margin-bottom:1rem;line-height:1.2}.section-desc{font-size:1.1rem;color:var(--text-muted);line-height:1.7;max-width:600px}.section-center{text-align:center}.section-center .section-desc{margin:0 auto}.section{padding:6rem 2rem}.bento{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:1.5rem}.bento-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2.5rem;transition:all .3s ease;position:relative;overflow:hidden}.bento-card:before{content:"";position:absolute;top:var(--glow-y, -100px);left:var(--glow-x, -100px);width:300px;height:300px;background:radial-gradient(circle,rgba(123,45,142,.15),transparent 70%);transform:translate(-50%,-50%);pointer-events:none;opacity:0;transition:opacity .3s}.bento-card:hover:before{opacity:1}.bento-card:hover{border-color:#7b2d8e4d;transform:translateY(-2px)}.bento-lg{grid-row:span 2}.bento-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.75rem;background:#7b2d8e1f;border:1px solid rgba(123,45,142,.2)}.bento-card h3{font-size:1.25rem;font-weight:700;color:var(--white);margin-bottom:.75rem}.bento-card p{font-size:.95rem;color:var(--text-muted);line-height:1.7}.stats-bar{padding:4rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#7b2d8e08}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item{text-align:center}.stat-val{display:block;font-size:3rem;font-weight:800;color:var(--white);letter-spacing:-.03em}.stat-lbl{display:block;font-size:.9rem;color:var(--text-muted);margin-top:.25rem}.cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.wide-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem 2.25rem;display:flex;align-items:flex-start;gap:1.25rem;transition:all .3s ease;position:relative;overflow:hidden}.wide-card:before{content:"";position:absolute;top:var(--glow-y, -100px);left:var(--glow-x, -100px);width:250px;height:250px;background:radial-gradient(circle,rgba(123,45,142,.15),transparent 70%);transform:translate(-50%,-50%);pointer-events:none;opacity:0;transition:opacity .3s}.wide-card:hover:before{opacity:1}.wide-card:hover{border-color:#7b2d8e40;transform:translateY(-2px)}.wide-card-icon{width:48px;height:48px;min-width:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:#7b2d8e1f;border:1px solid rgba(123,45,142,.2)}.wide-card h3{font-size:1.1rem;font-weight:600;color:var(--white);margin-bottom:.35rem}.wide-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6}.cta-full{position:relative;padding:8rem 2rem;text-align:center;overflow:hidden;border-top:1px solid var(--border)}.cta-full #ctaCanvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.cta-content{position:relative;z-index:2}.cta-content h2{font-size:3.5rem;font-weight:800;color:var(--white);letter-spacing:-.03em;margin-bottom:.75rem}.cta-content p{font-size:1.25rem;color:var(--text-muted);margin-bottom:2.5rem}.cta-content .hero-actions{justify-content:center}.footer{padding:3rem 2rem;border-top:1px solid var(--border)}.footer-inner{max-width:1400px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.footer-brand{display:flex;align-items:center;gap:.5rem;color:var(--text-dim);font-size:.85rem}.footer-brand img{width:20px;height:20px;border-radius:4px;opacity:.5}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--text-dim);font-size:.85rem}.footer-links a:hover{color:var(--link)}.content-page{padding-top:8rem}.content-page h1{font-size:2.2rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.content-page .updated{font-size:.85rem;color:var(--text-dim);margin-bottom:2.5rem}.content-page h2{font-size:1.2rem;font-weight:600;color:var(--white);margin-top:2.5rem;margin-bottom:.75rem}.content-page p,.content-page li{font-size:.95rem;line-height:1.7;color:#c0c0d0;margin-bottom:1rem}.content-page ul{padding-left:1.5rem;margin-bottom:1rem}.content-page li{margin-bottom:.5rem}.security-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;margin-bottom:1.5rem}.security-card h3{font-size:1.1rem;font-weight:600;color:var(--white);margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem}.security-card p{font-size:.9rem;color:var(--text-muted);line-height:1.7}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:4rem 0}.feature-row+.feature-row{border-top:1px solid var(--border)}.feature-row-text h3{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:.75rem}.feature-row-text p{font-size:1rem;color:var(--text-muted);line-height:1.7;margin-bottom:1rem}.feature-row-visual{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem;display:flex;align-items:center;justify-content:center;min-height:280px;font-size:4rem}.feature-bullets{list-style:none;padding:0}.feature-bullets li{padding:.4rem 0;color:var(--text-muted);font-size:.95rem;display:flex;align-items:baseline;gap:.75rem}.feature-bullets li:before{content:"";width:6px;height:6px;min-width:6px;border-radius:50%;background:var(--purple);margin-top:.4rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:all .3s ease}.feature-card:hover{background:var(--bg-card-hover);border-color:var(--border-hover);transform:translateY(-2px)}.feature-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.5rem;background:#7b2d8e26}.feature-card h3{font-size:1.1rem;font-weight:600;color:var(--white);margin-bottom:.5rem}.feature-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.step{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;text-align:center}.step-number{width:40px;height:40px;border-radius:50%;background:#7b2d8e33;color:var(--link);font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.1rem}.step h3{font-size:1rem;font-weight:600;color:var(--white);margin-bottom:.5rem}.step p{font-size:.9rem;color:var(--text-muted);line-height:1.5}.platform-meta{margin-top:1rem;font-size:.85rem;color:var(--text-dim);text-align:center}.platform-links{margin-top:1.5rem;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.platform-links a{color:var(--text-muted);font-size:.9rem;padding:.5rem 1rem;border-radius:8px;border:1px solid var(--border);transition:all .2s}.platform-links a:hover{color:var(--link-hover);border-color:var(--border-hover);background:#ffffff08}.cta-section{background:linear-gradient(135deg,#3f0e404d,#7b2d8e1a);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.divider{height:1px;background:var(--border);margin:0;border:none}.hero{padding-top:10rem;padding-bottom:6rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(123,45,142,.12) 0%,transparent 70%);pointer-events:none}.hero-logo{width:140px;height:140px;border-radius:28px;margin:0 auto 2rem;filter:drop-shadow(0 4px 32px var(--purple-glow));position:relative}.hero h1{font-size:3.5rem;font-weight:800;color:var(--white);letter-spacing:-.03em;line-height:1.1;margin-bottom:1rem}.hero .subtitle{font-size:1.25rem;color:var(--text-muted);line-height:1.7;max-width:520px;margin:0 auto 2.5rem}@media(max-width:1100px){.hero-left h1{font-size:4rem}.bento{grid-template-columns:repeat(2,1fr)}.bento-lg{grid-row:span 1}.cards-row{grid-template-columns:repeat(2,1fr)}.title-xl{font-size:2.5rem}}@media(max-width:900px){.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-left h1{font-size:3.2rem}.hero-sub{margin:0 auto 2rem}.hero-actions,.hero-meta{justify-content:center}.hero-right{order:-1}.hero-icon{width:200px;height:200px;border-radius:40px}.bento{grid-template-columns:repeat(2,1fr)}.bento-lg{grid-row:span 1}.bento-visual{display:none}.cards-row{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.feature-row{grid-template-columns:1fr;gap:2rem}.feature-row-visual{order:-1}.features-grid{grid-template-columns:repeat(2,1fr)}.cta-content h2{font-size:2.5rem}}@media(max-width:640px){.nav-links{display:none}.nav-toggle{display:block}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:#0a0a14f2;backdrop-filter:blur(20px);padding:1rem;border-bottom:1px solid var(--border)}.nav-inner,.container-xl,.hero-content{padding:0 1.5rem}.hero-left h1{font-size:2.5rem}.hero-sub{font-size:1.1rem}.hero-icon{width:160px;height:160px;border-radius:32px}.title-xl,.section-title{font-size:2rem}.bento,.cards-row{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.steps,.features-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;gap:1rem;text-align:center}.hero-actions{flex-direction:column;align-items:stretch}.btn{justify-content:center}.btn-group{flex-direction:column;align-items:stretch}.cta-content h2{font-size:2rem}.section-full{padding:5rem 0}}
