*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0a0f;--bg-surface: #13131e;--bg-elevated: #1e1e2e;--bg-muted: #18182a;--border: #2a2a45;--border-subtle: #3a3a5c;--text-primary: #f0f0f8;--text-secondary: #b8b8d0;--text-muted: #6e6e8a;--accent: #6366f1;--accent-dark: #4f46e5;--accent-light: #a5b4fc;--purple: #8b5cf6;--purple-light: #c4b5fd;--blue: #3b82f6;--cyan: #22d3ee;--rose: #f472b6;--font-body: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-label: "Inter", sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-pill: 77px}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#0a0a0acc;backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1100px;margin:0 auto;padding:0 28px;height:72px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:15px;font-weight:600;color:var(--text-primary);text-decoration:none;letter-spacing:-.01em}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{font-size:14px;color:var(--text-muted);text-decoration:none;transition:color .15s ease}.nav-links a:hover{color:var(--text-primary)}.nav-cta{background:var(--accent);color:var(--text-primary)!important;padding:8px 20px;border-radius:var(--radius-pill);font-weight:500;font-size:13px!important;transition:background .15s ease!important}.nav-cta:hover{background:var(--accent-dark)!important;color:var(--text-primary)!important}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:120px 28px 80px;max-width:800px;margin:0 auto}.hero-badge{font-family:var(--font-label);font-size:13px;font-weight:500;color:var(--accent-light);background:#6366f11a;border:1px solid rgba(99,102,241,.2);padding:6px 16px;border-radius:var(--radius-pill);margin-bottom:32px;letter-spacing:.02em}.hero h1{font-size:clamp(36px,6vw,56px);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:24px}.highlight{background:linear-gradient(135deg,var(--accent),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:17px;color:var(--text-secondary);max-width:560px;margin-bottom:40px;line-height:1.7}.hero-actions{display:flex;gap:16px;margin-bottom:64px}.btn-primary{display:inline-flex;align-items:center;background:var(--accent);color:var(--text-primary);padding:12px 28px;border-radius:var(--radius-pill);font-size:14px;font-weight:600;text-decoration:none;transition:background .15s ease}.btn-primary:hover{background:var(--accent-dark)}.btn-secondary{display:inline-flex;align-items:center;background:transparent;color:var(--text-secondary);padding:12px 28px;border-radius:var(--radius-pill);font-size:14px;font-weight:500;text-decoration:none;border:1px solid var(--border);transition:all .15s ease}.btn-secondary:hover{border-color:var(--text-muted);color:var(--text-primary)}.btn-large{padding:16px 36px;font-size:15px}.hero-stats{display:flex;align-items:center;gap:40px}.stat{display:flex;flex-direction:column;align-items:center;gap:4px}.stat-value{font-size:28px;font-weight:700;letter-spacing:-.02em}.stat-label{font-size:13px;color:var(--text-muted);font-family:var(--font-label)}.stat-divider{width:1px;height:32px;background:var(--border)}.section-inner{max-width:1100px;margin:0 auto;padding:0 28px}.section-label{font-family:var(--font-label);font-size:13px;font-weight:500;color:var(--accent-light);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}section h2{font-size:clamp(28px,4vw,40px);font-weight:700;letter-spacing:-.02em;margin-bottom:20px;line-height:1.15}section>.section-inner>p{font-size:16px;color:var(--text-secondary);max-width:600px;line-height:1.7;margin-bottom:48px}.about{padding:120px 0}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.about-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;transition:border-color .2s ease}.about-card:hover{border-color:var(--border-subtle)}.card-icon{font-size:13px;font-weight:600;color:var(--accent-light);font-family:var(--font-label);margin-bottom:20px}.about-card h3{font-size:18px;font-weight:600;margin-bottom:12px;letter-spacing:-.01em}.about-card p{font-size:14px;color:var(--text-muted);line-height:1.7}.pillars{padding:120px 0}.pillars-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:48px}.pillars-grid .pillar-card:nth-child(1),.pillars-grid .pillar-card:nth-child(2){grid-column:span 3}.pillars-grid .pillar-card:nth-child(3),.pillars-grid .pillar-card:nth-child(4),.pillars-grid .pillar-card:nth-child(5){grid-column:span 2}.pillar-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px;position:relative;overflow:hidden;transition:border-color .2s ease}.pillar-card:hover{border-color:var(--border-subtle)}.pillar-accent{width:40px;height:3px;border-radius:2px;margin-bottom:24px}.accent-green{background:var(--blue)}.accent-purple{background:var(--purple)}.accent-gold{background:var(--cyan)}.accent-red{background:var(--rose)}.pillar-card h3{font-size:18px;font-weight:600;margin-bottom:12px;letter-spacing:-.01em}.pillar-card p{font-size:14px;color:var(--text-muted);line-height:1.7}.events{padding:120px 0}.events-list{display:flex;flex-direction:column;gap:16px;margin-top:48px}.event-card{display:flex;gap:28px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:28px;transition:border-color .2s ease}.event-card:hover{border-color:var(--border-subtle)}.event-date{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:64px;gap:2px}.event-month{font-family:var(--font-label);font-size:11px;font-weight:600;color:var(--accent-light);text-transform:uppercase;letter-spacing:.1em}.event-day{font-size:28px;font-weight:700;letter-spacing:-.02em}.event-info h3{font-size:16px;font-weight:600;margin-bottom:8px;letter-spacing:-.01em}.event-info p{font-size:14px;color:var(--text-secondary);line-height:1.6;margin-bottom:12px}.event-meta{font-family:var(--font-label);font-size:12px;color:var(--text-muted)}.join{padding:120px 0}.join-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:72px 48px;text-align:center;display:flex;flex-direction:column;align-items:center}.join-card h2{margin-bottom:16px}.join-card p{font-size:16px;color:var(--text-secondary);max-width:480px;line-height:1.7;margin-bottom:36px}footer{border-top:1px solid var(--border);padding:28px 0}.footer-inner{max-width:1100px;margin:0 auto;padding:0 28px;display:flex;justify-content:space-between;align-items:center}.footer-logo{font-size:14px;font-weight:500;color:var(--text-muted)}.footer-note{font-size:13px;color:var(--text-muted)}.footer-note a{color:var(--accent-light);text-decoration:none}.footer-note a:hover{text-decoration:underline}@media(max-width:768px){.nav-links a:not(.nav-cta){display:none}.about-grid,.pillars-grid{grid-template-columns:1fr}.hero-stats{flex-direction:column;gap:24px}.stat-divider{width:32px;height:1px}.event-card{flex-direction:column;gap:16px}.event-date{flex-direction:row;gap:8px}.join-card{padding:48px 24px}}
