:root{--color-bg: #050505;--color-bg-alt: #0a0a0a;--color-surface: #121212;--color-text: #ffffff;--color-text-muted: #d4d4d8;--color-border: rgba(255, 255, 255, .1);--color-accent-start: #FF4D4D;--color-accent-mid: #FF0000;--color-accent-end: #B30000;--gradient-sunset: linear-gradient(135deg, var(--color-accent-start), var(--color-accent-mid), var(--color-accent-end));--gradient-sunset-text: linear-gradient(to right, #FF4D4D, #FF0000);--gradient-cosmic: radial-gradient(circle at 50% 100%, #11081f 0%, #000000 100%);--font-main: "Outfit", sans-serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .5);--shadow-glow: 0 0 15px rgba(255, 140, 0, .1)}:root.dark-theme{--color-bg: #09090b;--color-bg-alt: #121214;--color-surface: #18181b;--color-text: #ffffff;--color-text-muted: #a1a1aa;--color-border: rgba(255, 255, 255, .08);--gradient-cosmic: radial-gradient(circle at 50% 100%, #180f2b 0%, #09090b 100%)}:root.light-theme{--color-bg: #f7f7f4;--color-bg-alt: #efeae4;--color-surface: #ffffff;--color-text: #1c1c1e;--color-text-muted: #52525b;--color-border: rgba(0, 0, 0, .08);--gradient-cosmic: none}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-main);background-color:var(--color-bg);background-image:var(--gradient-cosmic);background-attachment:fixed;color:var(--color-text);line-height:1.7;letter-spacing:.01em;-webkit-font-smoothing:antialiased;transition:background-color .4s ease,color .4s ease,border-color .4s ease}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;background:none;cursor:pointer}h1,h2,h3,h4,h5,h6{line-height:1.2;letter-spacing:-.01em}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.text-gradient{background:var(--gradient-sunset-text);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.glass{background:#14141499;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--color-border)}.section-padding{padding:10rem 0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.page-loader{display:flex;align-items:center;justify-content:center;min-height:50vh;width:100%}.loader-spinner{width:40px;height:40px;border:3px solid rgba(255,77,77,.1);border-radius:50%;border-top-color:var(--color-accent-start);animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .2s ease;padding:1.5rem 0;border-bottom:1px solid transparent}.navbar.scrolled{padding:1rem 0;background:#050505d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08)}.nav-container{display:flex;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.nav-logo{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:1.25rem;letter-spacing:-.01em;color:#fff;margin-right:3rem}.logo-icon{color:#fff}.nav-links{display:flex;gap:2rem;align-items:center}.nav-actions{display:flex;gap:1rem;align-items:center;margin-left:auto}.mobile-toggle{display:none;font-size:1.5rem;color:#fff;margin-left:auto}@media(max-width:768px){.nav-links,.nav-actions{display:none}.mobile-toggle{display:block}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--color-bg);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:999;gap:2rem}}.footer{background:var(--color-bg-alt);padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.05);margin-top:auto;position:relative;z-index:10}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:3rem;margin-bottom:3rem}.footer-brand h2{font-size:1.5rem;margin-bottom:1rem;color:#fff}.footer-brand p{color:var(--color-text-muted);max-width:300px}.footer-links h3{color:#fff;margin-bottom:1.5rem;font-size:1.1rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:var(--color-text-muted);transition:color .3s}.footer-links a:hover{color:var(--color-accent-mid)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);color:var(--color-text-muted);font-size:.9rem}@media(max-width:768px){.footer-content{flex-direction:column;gap:2rem;text-align:left}.footer-links{text-align:left!important;width:100%}}.crowd-container{position:relative;height:600px;width:100%;overflow:hidden}.crowd-header{position:absolute;top:5.5rem;left:50%;transform:translate(-50%);display:grid;align-content:start;justify-items:center;gap:1.5rem;text-align:center;color:#000;z-index:10}.crowd-label{position:relative;max-width:12ch;font-size:.75rem;text-transform:uppercase;font-family:var(--font-main);letter-spacing:.2em;line-height:1.25;opacity:.4}.crowd-label:after{content:"";position:absolute;left:50%;top:100%;height:64px;width:1px;background:linear-gradient(to bottom,#000000,transparent);transform:translate(-50%);margin-top:1rem}.crowd-canvas-wrapper{position:absolute;bottom:0;height:100%;width:100%}.crowd-canvas{position:absolute;bottom:0;height:90vh;width:100%;pointer-events:none}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:80px}@media(max-width:1024px)and (min-width:768px){.hero-content{max-width:60%}.hero-title{font-size:3.5rem}}.hero-content{max-width:900px;position:relative;z-index:1}.hero-title{font-size:clamp(3rem,7vw,5.5rem);line-height:1.1;font-weight:700;margin-bottom:2rem;letter-spacing:-.02em}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.4rem);color:var(--color-text-muted);margin-bottom:3rem;max-width:600px;line-height:1.7}.section-title{font-size:2.5rem;font-weight:600;margin-bottom:1rem;text-align:center;letter-spacing:-.02em}.section-desc{text-align:center;color:var(--color-text-muted);max-width:600px;margin:0 auto 5rem;font-size:1.1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{padding:3rem 2.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;position:relative;overflow:hidden;z-index:1}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-sunset);opacity:0;z-index:-1;transition:opacity .5s ease}.feature-card:hover{border-color:#ff000080;transform:translateY(-5px);box-shadow:0 10px 30px #f003}.feature-card:hover:before{opacity:1}.feature-card:hover .feature-title,.feature-card:hover .feature-icon,.feature-card:hover p{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.feature-icon{color:#fff;margin-bottom:2rem;opacity:.9;transition:color .5s ease}.feature-title{font-size:1.35rem;margin-bottom:1rem;font-weight:600;color:#fff;transition:color .5s ease}.feature-card p{color:var(--color-text-muted);font-size:1rem;line-height:1.7;transition:color .5s ease}.cta-section{text-align:center;background:linear-gradient(#0009,#000c),url(/Lolla.jpg);background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:75vh;padding:10rem 2rem 8rem;border-radius:var(--radius-md);margin:4rem 0;border:1px solid var(--color-border);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;text-align:center;padding:3rem 0 1.5rem}@media(max-width:1024px){.hero{align-items:flex-start;padding-top:14vh}.hero-content{max-width:100%;margin-left:0;margin-right:0}}
