*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px;background-color:#0a0a0f}body{background-color:#0a0a0f;color:#f0f0f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;color:#fff}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}a{color:#7c8cf8;text-decoration:underline;text-underline-offset:3px}a:hover{color:#a5b0ff}ul,ol{padding-left:1.5rem}li{margin-bottom:.25rem}hr{border:none;border-top:1px solid rgba(255,255,255,.1);margin:2rem 0}code,pre{font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:.875em}pre{background-color:#ffffff0d;border-radius:6px;padding:1rem;overflow-x:auto}strong{font-weight:600;color:#fff}.container{width:100%;max-width:800px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.site-footer[data-astro-cid-mxwhdbpv]{padding:2rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.footer-inner[data-astro-cid-mxwhdbpv]{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.footer-copy[data-astro-cid-mxwhdbpv]{font-size:.875rem;opacity:.6}.footer-links[data-astro-cid-mxwhdbpv]{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.footer-links[data-astro-cid-mxwhdbpv] a[data-astro-cid-mxwhdbpv]{font-size:.875rem;text-decoration:none;opacity:.7;transition:opacity .15s ease}.footer-links[data-astro-cid-mxwhdbpv] a[data-astro-cid-mxwhdbpv]:hover{opacity:1}@media(min-width:480px){.footer-inner[data-astro-cid-mxwhdbpv]{flex-direction:row;justify-content:space-between;text-align:left}}html{background-color:#041618}body{background:linear-gradient(180deg,#041618,#072a2f);min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}h1,h2,h3{color:#fff;letter-spacing:-.03em;font-weight:800}a{color:#2dd4bf;transition:color .2s ease}a:hover{color:#5eead4}.section-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(20,184,166,.25) 25%,rgba(8,145,178,.4) 50%,rgba(20,184,166,.25) 75%,transparent 100%);margin:0 auto}.hero{position:relative;text-align:center;padding:7rem 1.5rem 5rem;overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 50% 20%,rgba(20,184,166,.18) 0%,transparent 60%),radial-gradient(ellipse 50% 40% at 20% 70%,rgba(8,145,178,.1) 0%,transparent 50%),radial-gradient(ellipse 50% 40% at 80% 60%,rgba(13,148,136,.08) 0%,transparent 50%);pointer-events:none;z-index:0}.hero-glow-orb{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(20,184,166,.22) 0%,rgba(8,145,178,.08) 40%,transparent 70%);filter:blur(55px);pointer-events:none;z-index:0;animation:spore-pulse 7s ease-in-out infinite}@keyframes spore-pulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.95;transform:translate(-50%,-50%) scale(1.15)}}.hero-emoji{position:relative;z-index:1;font-size:4.5rem;line-height:1;margin-bottom:1.5rem;filter:drop-shadow(0 0 30px rgba(20,184,166,.55))}.hero-title{position:relative;z-index:1;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:900;line-height:1.05;background:linear-gradient(135deg,#fff,#5eead4 40%,#2dd4bf,#0891b2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.25rem}.hero-subtitle{position:relative;z-index:1;font-size:clamp(1rem,2.5vw,1.35rem);color:#ffffff8c;font-weight:400;line-height:1.6;max-width:580px;margin:0 auto}.features{padding:4rem 1.5rem 5rem;max-width:900px;margin:0 auto;width:100%}.section-heading{text-align:center;font-size:clamp(1.5rem,4vw,2.25rem);margin-bottom:.5rem;color:#fff}.section-subheading{text-align:center;font-size:1.0625rem;color:#fff6;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.feature-card{background:linear-gradient(180deg,#14b8a612,#072a2fcc);border:1px solid rgba(20,184,166,.18);border-radius:20px;padding:2.25rem 1.75rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(20,184,166,.45),transparent);opacity:0;transition:opacity .3s ease}.feature-card:hover{transform:translateY(-6px);box-shadow:0 0 40px #14b8a62e,0 15px 40px #00000080;border-color:#14b8a666}.feature-card:hover:before{opacity:1}.feature-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;line-height:1;margin-bottom:1.25rem;background:#14b8a61a;border:1px solid rgba(20,184,166,.18)}.feature-title{font-size:1.15rem;font-weight:700;margin-bottom:.5rem;color:#fff}.feature-desc{font-size:.9rem;color:#ffffff7a;line-height:1.6}.safety{padding:3rem 1.5rem;max-width:720px;margin:0 auto;width:100%;text-align:center}.safety-card{background:linear-gradient(180deg,#ea580c14,#072a2f99);border:1px solid rgba(234,88,12,.25);border-radius:20px;padding:2rem}.safety-icon{font-size:2rem;margin-bottom:.75rem;filter:drop-shadow(0 0 15px rgba(234,88,12,.55))}.safety-title{font-size:1.15rem;font-weight:700;color:#fb923c;margin-bottom:.5rem}.safety-desc{font-size:.9rem;color:#ffffff85;line-height:1.6}.safety-desc a{color:#2dd4bf}.safety-desc a:hover{color:#5eead4}.cta{text-align:center;padding:4rem 1.5rem 5rem}.cta-heading{font-size:clamp(1.75rem,5vw,2.75rem);background:linear-gradient(135deg,#fff,#5eead4 40%,#2dd4bf,#0891b2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.cta-sub{font-size:1.0625rem;color:#fff6;margin-bottom:2.5rem}.legal{max-width:760px;margin:0 auto;padding:4rem 1.5rem 3rem;width:100%}.legal-title{font-size:clamp(2rem,5vw,3rem);font-weight:900;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#2dd4bf,#0891b2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legal-updated{font-size:.875rem;color:#ffffff59;margin-bottom:2.5rem}.legal h2{font-size:1.3rem;font-weight:700;margin-top:2.25rem;margin-bottom:.75rem;color:#fff}.legal h3{font-size:1.05rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:#ffffffd9}.legal p{font-size:.95rem;color:#ffffff9e;line-height:1.75;margin-bottom:1rem}.legal ul{padding-left:1.25rem;margin-bottom:1rem}.legal li{font-size:.95rem;color:#ffffff9e;line-height:1.75;margin-bottom:.4rem}.legal a{color:#2dd4bf}.legal a:hover{color:#5eead4}.legal strong{color:#ffffffe6}.legal-callout{background:linear-gradient(180deg,#ea580c14,#072a2f80);border:1px solid rgba(234,88,12,.25);border-radius:14px;padding:1rem 1.25rem;margin:1rem 0 1.25rem}.legal-callout p{margin-bottom:.5rem}.legal-callout p:last-child{margin-bottom:0}.contact-lead{font-size:1.05rem;color:#ffffffb8;line-height:1.7;margin-bottom:1.25rem}.contact-email{display:inline-block;font-size:1.1rem;font-weight:700;color:#5eead4;padding:.65rem 1.1rem;background:#14b8a61a;border:1px solid rgba(20,184,166,.3);border-radius:12px;text-decoration:none;transition:background .2s ease,border-color .2s ease;margin-top:.5rem}.contact-email:hover{background:#14b8a62e;border-color:#14b8a680;color:#5eead4}@media(max-width:768px){.hero{padding:5rem 1.5rem 3rem}.hero-emoji{font-size:3.5rem}.features-grid{grid-template-columns:1fr;gap:1.5rem;max-width:450px;margin:0 auto}}
