:root{--google-blue:#4285f4;--google-red:#ea4335;--google-yellow:#fbbc04;--google-green:#34a853;--google-blue-glow:#4285f440;--google-red-glow:#ea433540;--google-yellow-glow:#fbbc0440;--google-green-glow:#34a85340;--bg-main:#fff;--bg-subtle:#f8fafc;--bg-card:#fff;--bg-card-hover:#f1f5f9;--bg-glass:#ffffffd9;--text-main:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--border-color:#e2e8f0;--border-subtle:#e2e8f0cc;--shadow-sm:0 2px 8px #0f172a0a;--shadow-md:0 10px 30px -10px #0f172a14;--shadow-lg:0 20px 40px -15px #0f172a1f;--shadow-glow:0 0 40px #4285f426;--badge-blue-bg:#e8f0fe;--badge-blue-text:#1a73e8;--badge-red-bg:#fce8e6;--badge-red-text:#d93025;--badge-yellow-bg:#fef7e0;--badge-yellow-text:#b06000;--badge-green-bg:#e6f4ea;--badge-green-text:#137333;--font-body:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-heading:"Outfit", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", monospace;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--radius-xl:30px;--radius-pill:9999px;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-smooth:.3s cubic-bezier(.16, 1, .3, 1);--transition-bounce:.5s cubic-bezier(.34, 1.56, .64, 1)}[data-theme=dark]{--bg-main:#07090e;--bg-subtle:#0d121d;--bg-card:#121826;--bg-card-hover:#192236;--bg-glass:#121826d9;--text-main:#f8fafc;--text-muted:#94a3b8;--text-light:#64748b;--border-color:#1e293b;--border-subtle:#ffffff14;--shadow-sm:0 2px 10px #0000004d;--shadow-md:0 12px 30px #00000080;--shadow-lg:0 24px 50px #000000b3;--shadow-glow:0 0 50px #4285f440;--badge-blue-bg:#4285f426;--badge-blue-text:#8ab4f8;--badge-red-bg:#ea433526;--badge-red-text:#f28b82;--badge-yellow-bg:#fbbc0426;--badge-yellow-text:#fdd663;--badge-green-bg:#34a85326;--badge-green-text:#81c995}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:var(--font-body);color:var(--text-main);background-color:var(--bg-main);transition:background-color var(--transition-smooth), color var(--transition-smooth)}body{-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-main);font-weight:700;line-height:1.2}.glass-panel{background:var(--bg-glass);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.text-gradient-google{background:linear-gradient(135deg, var(--google-blue) 0%, #7c3aed 50%, var(--google-red) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.text-gradient-blue{background:linear-gradient(135deg,#1a73e8 0%,#4285f4 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.google-dot{border-radius:50%;width:8px;height:8px;margin-right:4px;display:inline-block}.google-dot.blue{background-color:var(--google-blue)}.google-dot.red{background-color:var(--google-red)}.google-dot.yellow{background-color:var(--google-yellow)}.google-dot.green{background-color:var(--google-green)}.btn-primary{background:var(--google-blue);color:#fff;font-family:var(--font-body);border-radius:var(--radius-pill);cursor:pointer;box-shadow:0 4px 14px var(--google-blue-glow);transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;gap:8px;padding:11px 24px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary:hover{box-shadow:0 8px 20px var(--google-blue-glow);background:#1a73e8;transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:var(--bg-card);color:var(--text-main);font-family:var(--font-body);border-radius:var(--radius-pill);border:1px solid var(--border-color);cursor:pointer;box-shadow:var(--shadow-sm);transition:all var(--transition-fast);justify-content:center;align-items:center;gap:8px;padding:10px 22px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-secondary:hover{background:var(--bg-card-hover);border-color:var(--google-blue);color:var(--google-blue);transform:translateY(-2px)}.badge{border-radius:var(--radius-pill);letter-spacing:.02em;align-items:center;gap:6px;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-flex}.badge-blue{background:var(--badge-blue-bg);color:var(--badge-blue-text)}.badge-red{background:var(--badge-red-bg);color:var(--badge-red-text)}.badge-yellow{background:var(--badge-yellow-bg);color:var(--badge-yellow-text)}.badge-green{background:var(--badge-green-bg);color:var(--badge-green-text)}@keyframes floatSlow{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(1deg)}}@keyframes floatReverse{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(8px)rotate(-1deg)}}@keyframes pulseGlow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.animate-float{animation:5s ease-in-out infinite floatSlow}.animate-float-reverse{animation:6s ease-in-out infinite floatReverse}.animate-pulse-glow{animation:4s ease-in-out infinite pulseGlow}.container{max-width:1240px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}@media (width<=768px){.container{padding-left:16px;padding-right:16px}}.navbar-wrapper.svelte-rfuq4y{z-index:1000;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);background:var(--bg-glass);width:100%;transition:background-color var(--transition-smooth);position:sticky;top:0}.announcement-banner.svelte-rfuq4y{color:#fff;background:linear-gradient(90deg,#1a73e8 0%,#4285f4 50%,#34a853 100%);padding:6px 0;font-size:.8rem}.announcement-inner.svelte-rfuq4y{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.announcement-badge.svelte-rfuq4y{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-pill);letter-spacing:.02em;background:#ffffff38;align-items:center;gap:4px;padding:2px 10px;font-weight:700;display:inline-flex}.announcement-text.svelte-rfuq4y{font-weight:500}.announcement-link.svelte-rfuq4y{color:#fff;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;font-weight:700;text-decoration:underline}.navbar-main.svelte-rfuq4y{padding:12px 0}.nav-container.svelte-rfuq4y{justify-content:space-between;align-items:center;gap:20px;display:flex}.brand-link.svelte-rfuq4y{cursor:pointer;text-align:left;background:0 0;border:none;padding:0}.brand-logo-wrap.svelte-rfuq4y{align-items:center;gap:12px;display:flex}.brand-logo-img.svelte-rfuq4y{object-fit:contain;width:40px;height:40px;box-shadow:var(--shadow-sm);border-radius:8px;flex-shrink:0}.brand-text.svelte-rfuq4y{flex-direction:column;display:flex}.brand-name.svelte-rfuq4y{color:var(--text-muted);letter-spacing:-.01em;font-size:.85rem;font-weight:600;line-height:1.1}.brand-chapter.svelte-rfuq4y{font-size:1.1rem;font-weight:800;font-family:var(--font-heading);color:var(--google-blue);line-height:1.2}.nav-links-desktop.svelte-rfuq4y{background:var(--bg-subtle);border-radius:var(--radius-pill);border:1px solid var(--border-color);align-items:center;gap:6px;padding:4px 6px;display:flex}.nav-link.svelte-rfuq4y{color:var(--text-muted);font-family:var(--font-body);border-radius:var(--radius-pill);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;align-items:center;gap:6px;padding:8px 18px;font-size:.9rem;font-weight:600;display:inline-flex;position:relative}.nav-link.svelte-rfuq4y:hover{color:var(--text-main)}.nav-link.active.svelte-rfuq4y{background:var(--bg-card);color:var(--google-blue);box-shadow:var(--shadow-sm)}.active-dot.svelte-rfuq4y{background:var(--google-blue);border-radius:50%;width:5px;height:5px}.nav-actions.svelte-rfuq4y{align-items:center;gap:12px;display:flex}.theme-toggle-btn.svelte-rfuq4y{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;width:40px;height:40px;transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.theme-toggle-btn.svelte-rfuq4y:hover{color:var(--google-yellow);border-color:var(--google-yellow);transform:rotate(15deg)}.join-btn.svelte-rfuq4y{padding:9px 20px;font-size:.9rem}.mobile-menu-btn.svelte-rfuq4y{color:var(--text-main);cursor:pointer;background:0 0;border:none;padding:4px;display:none}.mobile-nav-menu.svelte-rfuq4y{border-top:1px solid var(--border-subtle);background:var(--bg-glass);padding:16px 0 24px}.mobile-nav-inner.svelte-rfuq4y{flex-direction:column;gap:8px;display:flex}.mobile-nav-link.svelte-rfuq4y{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-main);border-radius:var(--radius-md);cursor:pointer;text-align:left;justify-content:space-between;align-items:center;padding:12px 18px;font-size:1rem;font-weight:600;display:flex}.mobile-nav-link.active.svelte-rfuq4y{border-color:var(--google-blue);color:var(--google-blue);background:var(--badge-blue-bg)}.active-pill.svelte-rfuq4y{color:var(--google-blue);background:var(--bg-card);border-radius:var(--radius-pill);padding:2px 8px;font-size:.75rem;font-weight:700}.mobile-nav-actions.svelte-rfuq4y{margin-top:12px}@media (width<=860px){.nav-links-desktop.svelte-rfuq4y,.join-btn.svelte-rfuq4y{display:none}.mobile-menu-btn.svelte-rfuq4y{display:block}}.footer-wrapper.svelte-jz8lnl{color:#e2e8f0;background:#090d16;border-top:1px solid #ffffff14;margin-top:60px;position:relative;overflow:hidden}.footer-top-strip.svelte-jz8lnl{width:100%;height:4px;display:flex}.strip-color.svelte-jz8lnl{flex:1;height:100%}.strip-color.blue.svelte-jz8lnl{background-color:var(--google-blue)}.strip-color.red.svelte-jz8lnl{background-color:var(--google-red)}.strip-color.yellow.svelte-jz8lnl{background-color:var(--google-yellow)}.strip-color.green.svelte-jz8lnl{background-color:var(--google-green)}.footer-content.svelte-jz8lnl{padding-top:54px;padding-bottom:28px}.footer-grid.svelte-jz8lnl{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.footer-logo-row.svelte-jz8lnl{align-items:center;gap:12px;margin-bottom:16px;display:flex}.footer-logo-img.svelte-jz8lnl{object-fit:contain;border-radius:8px;width:38px;height:38px}.footer-brand-title.svelte-jz8lnl{color:#94a3b8;font-size:.85rem;font-weight:600}.footer-brand-city.svelte-jz8lnl{font-size:1.15rem;font-weight:800;font-family:var(--font-heading);color:#fff}.footer-brand-desc.svelte-jz8lnl{color:#94a3b8;max-width:380px;margin-bottom:20px;font-size:.88rem;line-height:1.6}.footer-social-row.svelte-jz8lnl{align-items:center;gap:10px;margin-bottom:20px;display:flex}.social-btn.svelte-jz8lnl{color:#cbd5e1;width:38px;height:38px;transition:all var(--transition-fast);background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.social-btn.svelte-jz8lnl:hover{background:var(--google-blue);color:#fff;transform:translateY(-3px)}.footer-contact-items.svelte-jz8lnl{flex-direction:column;gap:8px;display:flex}.contact-item.svelte-jz8lnl{color:#94a3b8;align-items:center;gap:8px;font-size:.82rem;display:flex}.contact-item.svelte-jz8lnl a:where(.svelte-jz8lnl){color:#cbd5e1;text-decoration:none}.contact-item.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--google-blue)}.footer-heading.svelte-jz8lnl{color:#fff;letter-spacing:-.01em;margin-bottom:18px;font-size:1rem;font-weight:700}.footer-nav-list.svelte-jz8lnl{flex-direction:column;gap:10px;list-style:none;display:flex}.link-btn.svelte-jz8lnl{color:#94a3b8;font-family:var(--font-body);cursor:pointer;text-align:left;transition:color var(--transition-fast);background:0 0;border:none;padding:0;font-size:.88rem}.link-btn.svelte-jz8lnl:hover,.link-a.svelte-jz8lnl:hover{color:#fff}.link-a.svelte-jz8lnl{color:#94a3b8;transition:color var(--transition-fast);align-items:center;gap:5px;font-size:.88rem;text-decoration:none;display:inline-flex}.skyline-wrap.svelte-jz8lnl{color:#fff;width:100%;height:60px;margin-bottom:20px;overflow:hidden}.skyline-svg.svelte-jz8lnl{width:100%;height:100%}.footer-bottom-row.svelte-jz8lnl{color:#64748b;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:20px;font-size:.8rem;display:flex}.inline-heart.svelte-jz8lnl{vertical-align:middle;margin:0 2px;display:inline}.footer-legal-links.svelte-jz8lnl{align-items:center;gap:8px;display:flex}.footer-legal-links.svelte-jz8lnl a:where(.svelte-jz8lnl){color:#64748b;text-decoration:none}.footer-legal-links.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:#cbd5e1}@media (width<=960px){.footer-grid.svelte-jz8lnl{grid-template-columns:1fr 1fr}}@media (width<=580px){.footer-grid.svelte-jz8lnl{grid-template-columns:1fr}.footer-bottom-row.svelte-jz8lnl{flex-direction:column;align-items:flex-start}}.countdown-bar-wrapper.svelte-nwop9o{width:100%;margin:24px 0 36px}.countdown-glass-container.svelte-nwop9o{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);justify-content:space-between;align-items:center;gap:24px;padding:20px 28px;display:flex;position:relative;overflow:hidden}.countdown-glass-container.svelte-nwop9o:before{content:"";background:linear-gradient(90deg, var(--google-blue), var(--google-red), var(--google-yellow), var(--google-green));width:100%;height:3px;position:absolute;top:0;left:0}.event-meta-block.svelte-nwop9o{flex-direction:column;gap:4px;display:flex}.live-pill.svelte-nwop9o{letter-spacing:.08em;color:var(--google-red);align-items:center;gap:6px;font-size:.7rem;font-weight:800;display:inline-flex}.pulse-indicator.svelte-nwop9o{background-color:var(--google-red);width:7px;height:7px;box-shadow:0 0 8px var(--google-red);border-radius:50%;animation:1.5s infinite pulseGlow}.countdown-title.svelte-nwop9o{margin:0;font-size:1.3rem;font-weight:700}.event-sub-badges.svelte-nwop9o{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.sub-badge.svelte-nwop9o{color:var(--text-muted);align-items:center;gap:5px;font-size:.8rem;display:inline-flex}.countdown-digits-wrapper.svelte-nwop9o{background:var(--bg-subtle);border-radius:var(--radius-md);border:1px solid var(--border-color);align-items:center;gap:8px;padding:10px 18px;display:flex}.time-unit.svelte-nwop9o{flex-direction:column;align-items:center;min-width:44px;display:flex}.digit-value.svelte-nwop9o{font-family:var(--font-mono);color:var(--text-main);font-size:1.8rem;font-weight:700;line-height:1}.digit-value.accent-sec.svelte-nwop9o{color:var(--google-blue)}.digit-label.svelte-nwop9o{letter-spacing:.05em;color:var(--text-light);margin-top:4px;font-size:.65rem;font-weight:700}.time-sep.svelte-nwop9o{font-family:var(--font-mono);color:var(--text-light);margin-bottom:12px;font-size:1.5rem;font-weight:700}.countdown-actions.svelte-nwop9o{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.timer-btn.svelte-nwop9o{padding:10px 20px;font-size:.9rem}.cfp-link.svelte-nwop9o{color:var(--google-blue);transition:color var(--transition-fast);align-items:center;gap:5px;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-flex}.cfp-link.svelte-nwop9o:hover{color:#1a73e8;text-decoration:underline}@media (width<=900px){.countdown-glass-container.svelte-nwop9o{flex-direction:column;align-items:flex-start;gap:16px}.countdown-digits-wrapper.svelte-nwop9o{justify-content:center;width:100%}.countdown-actions.svelte-nwop9o{flex-direction:row;justify-content:space-between;align-items:center;width:100%}}.marquee-section.svelte-1ks9nlw{background:var(--bg-subtle);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);width:100%;padding:16px 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.marquee-track.svelte-1ks9nlw{gap:16px;width:max-content;animation:32s linear infinite svelte-1ks9nlw-scrollInfinite;display:flex}.marquee-track.svelte-1ks9nlw:hover{animation-play-state:paused}@keyframes svelte-1ks9nlw-scrollInfinite{0%{transform:translate(0)}to{transform:translate(-50%)}}.track-chip.svelte-1ks9nlw{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-pill);box-shadow:var(--shadow-sm);white-space:nowrap;transition:transform var(--transition-fast);align-items:center;gap:8px;padding:8px 16px;display:inline-flex}.track-chip.svelte-1ks9nlw:hover{border-color:var(--google-blue);transform:translateY(-2px)}.track-dot.svelte-1ks9nlw{border-radius:50%;flex-shrink:0;width:8px;height:8px}.track-name.svelte-1ks9nlw{color:var(--text-main);font-size:.85rem;font-weight:600}.track-tag.svelte-1ks9nlw{color:var(--text-light);background:var(--bg-subtle);border-radius:var(--radius-sm);letter-spacing:.02em;padding:2px 6px;font-size:.7rem;font-weight:700}.stats-grid.svelte-1tbaren{grid-template-columns:repeat(4,1fr);gap:20px;width:100%;display:grid}.stat-card.svelte-1tbaren{transition:transform var(--transition-fast), box-shadow var(--transition-fast);flex-direction:column;align-items:flex-start;gap:16px;padding:24px 20px;display:flex}.stat-card.svelte-1tbaren:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.stat-icon-wrapper.svelte-1tbaren{border-radius:var(--radius-md);justify-content:center;align-items:center;width:46px;height:46px;display:flex}.stat-icon-wrapper.blue.svelte-1tbaren{background:var(--badge-blue-bg);color:var(--badge-blue-text)}.stat-icon-wrapper.green.svelte-1tbaren{background:var(--badge-green-bg);color:var(--badge-green-text)}.stat-icon-wrapper.yellow.svelte-1tbaren{background:var(--badge-yellow-bg);color:var(--badge-yellow-text)}.stat-icon-wrapper.red.svelte-1tbaren{background:var(--badge-red-bg);color:var(--badge-red-text)}.stat-content.svelte-1tbaren{flex-direction:column;display:flex}.stat-number.svelte-1tbaren{font-family:var(--font-heading);color:var(--text-main);font-size:2.2rem;font-weight:800;line-height:1.1}.stat-label.svelte-1tbaren{color:var(--text-main);margin-top:4px;font-size:.95rem;font-weight:700}.stat-desc.svelte-1tbaren{color:var(--text-muted);margin-top:2px;font-size:.8rem}@media (width<=960px){.stats-grid.svelte-1tbaren{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.stats-grid.svelte-1tbaren{grid-template-columns:1fr}}.event-card.svelte-14fxf3u{height:100%;transition:transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-fast);flex-direction:column;display:flex;overflow:hidden}.event-card.svelte-14fxf3u:hover{box-shadow:var(--shadow-lg);border-color:var(--google-blue);transform:translateY(-6px)}.card-media.svelte-14fxf3u{background:var(--bg-subtle);width:100%;height:190px;position:relative;overflow:hidden}.card-img.svelte-14fxf3u{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-smooth)}.event-card.svelte-14fxf3u:hover .card-img:where(.svelte-14fxf3u){transform:scale(1.05)}.card-badges-row.svelte-14fxf3u{justify-content:space-between;align-items:center;gap:8px;display:flex;position:absolute;top:14px;left:14px;right:14px}.status-chip.svelte-14fxf3u{border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);align-items:center;gap:5px;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.status-chip.live.svelte-14fxf3u{color:#fff;background:#34a853e6}.status-chip.closed.svelte-14fxf3u{color:#fff;background:#ea4335e6}.status-dot.svelte-14fxf3u{background:#fff;border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulseGlow}.status-dot.red.svelte-14fxf3u{background:#fff}.status-chip.past.svelte-14fxf3u{color:#cbd5e1;background:#0f172abf}.card-body.svelte-14fxf3u{flex-direction:column;flex-grow:1;padding:20px;display:flex}.tag-label.svelte-14fxf3u{text-transform:uppercase;letter-spacing:.05em;color:var(--google-blue);margin-bottom:6px;font-size:.75rem;font-weight:700}.card-title.svelte-14fxf3u{color:var(--text-main);margin-bottom:8px;font-size:1.25rem;font-weight:700;line-height:1.3}.card-desc.svelte-14fxf3u{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:16px;font-size:.88rem;line-height:1.5;display:-webkit-box;overflow:hidden}.meta-list.svelte-14fxf3u{border-top:1px dashed var(--border-color);flex-direction:column;gap:8px;margin-top:auto;padding-top:14px;display:flex}.meta-row.svelte-14fxf3u{color:var(--text-muted);align-items:center;gap:8px;font-size:.82rem;display:flex}.truncate-venue.svelte-14fxf3u{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-footer.svelte-14fxf3u{border-top:1px solid var(--border-subtle);background:var(--bg-subtle);padding:14px 20px 18px}.event-action-btn.svelte-14fxf3u{background:var(--bg-card);border:1px solid var(--border-color);width:100%;color:var(--google-blue);border-radius:var(--radius-pill);cursor:pointer;transition:all var(--transition-fast);justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:.88rem;font-weight:600;display:flex}.event-action-btn.svelte-14fxf3u:hover{background:var(--google-blue);color:#fff;border-color:var(--google-blue)}.home-page.svelte-16zigxp{flex-direction:column;gap:40px;display:flex}.hero-section.svelte-16zigxp{padding:60px 0 30px;position:relative;overflow:hidden}.hero-container.svelte-16zigxp{grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;display:grid}.hero-content.svelte-16zigxp{flex-direction:column;align-items:flex-start;display:flex}.hero-badge.svelte-16zigxp{color:var(--google-blue);background:var(--badge-blue-bg);border-radius:var(--radius-pill);align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;font-size:.82rem;font-weight:700;display:inline-flex}.badge-dot-live.svelte-16zigxp{background:var(--google-blue);border-radius:50%;width:8px;height:8px;animation:1.5s infinite pulseGlow}.hero-headline.svelte-16zigxp{letter-spacing:-.03em;margin-bottom:20px;font-size:3.6rem;font-weight:800;line-height:1.1}.highlight-blue.svelte-16zigxp{color:var(--google-blue)}.hero-subtitle.svelte-16zigxp{color:var(--text-muted);max-width:520px;margin-bottom:28px;font-size:1.15rem;line-height:1.6}.hero-cta-group.svelte-16zigxp{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:36px;display:flex}.hero-btn-main.svelte-16zigxp{padding:13px 28px;font-size:1rem}.hero-btn-sub.svelte-16zigxp{padding:12px 24px;font-size:1rem}.hero-sub-stats.svelte-16zigxp{border-top:1px solid var(--border-subtle);align-items:center;gap:20px;width:100%;padding-top:24px;display:flex}.sub-stat-item.svelte-16zigxp{flex-direction:column;display:flex}.sub-stat-num.svelte-16zigxp{font-family:var(--font-heading);color:var(--text-main);font-size:1.3rem;font-weight:800}.sub-stat-label.svelte-16zigxp{color:var(--text-light);font-size:.76rem;font-weight:600}.stat-divider.svelte-16zigxp{background:var(--border-color);width:1px;height:32px}.hero-visual-wrapper.svelte-16zigxp{justify-content:center;width:100%;display:flex;position:relative}.hero-image-frame.svelte-16zigxp{border-radius:var(--radius-xl);width:100%;max-width:540px;position:relative;overflow:visible}.hero-kanpur-img.svelte-16zigxp{border-radius:var(--radius-xl);width:100%;height:auto;box-shadow:var(--shadow-lg);border:1px solid var(--border-subtle);object-fit:cover;display:block}.hero-image-overlay.svelte-16zigxp{border-radius:var(--radius-xl);pointer-events:none;background:linear-gradient(#0000 60%,#00000040 100%);position:absolute;inset:0}.floating-chip.svelte-16zigxp{border-radius:var(--radius-pill);background:var(--bg-glass);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-subtle);z-index:5;align-items:center;gap:10px;padding:8px 14px;display:flex;position:absolute;box-shadow:0 10px 25px #0000001f}.chip-code.svelte-16zigxp{top:-12px;left:-12px}.chip-braces.svelte-16zigxp{top:24%;right:-24px}.chip-idea.svelte-16zigxp{bottom:25px;left:-20px}.chip-mobile.svelte-16zigxp{bottom:-15px;right:30px}.chip-icon-box.svelte-16zigxp{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.chip-icon-box.blue.svelte-16zigxp{background:var(--badge-blue-bg);color:var(--badge-blue-text)}.chip-icon-box.green.svelte-16zigxp{background:var(--badge-green-bg);color:var(--badge-green-text)}.chip-icon-box.yellow.svelte-16zigxp{background:var(--badge-yellow-bg);color:var(--badge-yellow-text)}.chip-icon-box.red.svelte-16zigxp{background:var(--badge-red-bg);color:var(--badge-red-text)}.chip-text.svelte-16zigxp{flex-direction:column;display:flex}.chip-title.svelte-16zigxp{color:var(--text-main);font-size:.8rem;font-weight:700;line-height:1.1}.chip-sub.svelte-16zigxp{color:var(--text-light);font-size:.68rem;font-weight:500}.pillars-section.svelte-16zigxp{margin-top:10px}.pillars-card-wrap.svelte-16zigxp{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:24px;padding:24px 32px;display:grid}.pillar-item.svelte-16zigxp{align-items:flex-start;gap:16px;display:flex}.pillar-icon-box.svelte-16zigxp{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.pillar-icon-box.blue.svelte-16zigxp{background:var(--badge-blue-bg);color:var(--badge-blue-text)}.pillar-icon-box.green.svelte-16zigxp{background:var(--badge-green-bg);color:var(--badge-green-text)}.pillar-icon-box.yellow.svelte-16zigxp{background:var(--badge-yellow-bg);color:var(--badge-yellow-text)}.pillar-details.svelte-16zigxp{flex-direction:column;display:flex}.pillar-title.svelte-16zigxp{color:var(--text-main);margin-bottom:4px;font-size:1rem;font-weight:700}.pillar-desc.svelte-16zigxp{color:var(--text-muted);font-size:.84rem;line-height:1.45}.pillar-divider.svelte-16zigxp{background:var(--border-color);width:1px;height:50px}.section-header-center.svelte-16zigxp{text-align:center;flex-direction:column;align-items:center;margin-bottom:40px;display:flex}.section-pill.svelte-16zigxp{letter-spacing:.08em;color:var(--google-blue);background:var(--badge-blue-bg);border-radius:var(--radius-pill);align-items:center;gap:6px;margin-bottom:12px;padding:4px 12px;font-size:.75rem;font-weight:800;display:inline-flex}.section-heading.svelte-16zigxp{margin-bottom:12px;font-size:2.4rem;font-weight:800}.section-subtext.svelte-16zigxp{color:var(--text-muted);max-width:600px;font-size:1.05rem;line-height:1.6}.events-preview-grid.svelte-16zigxp{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;max-width:900px;margin-bottom:36px;margin-left:auto;margin-right:auto;display:grid}.see-all-wrap.svelte-16zigxp{justify-content:center;display:flex}.see-all-btn.svelte-16zigxp{padding:11px 28px;font-size:.95rem}.cta-banner-section.svelte-16zigxp{margin-top:30px}.cta-card.svelte-16zigxp{border-radius:var(--radius-xl);color:#fff;background:linear-gradient(135deg,#1a73e8 0%,#4285f4 60%,#34a853 100%);padding:56px 40px;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #1a73e866}.cta-card-content.svelte-16zigxp{z-index:2;flex-direction:column;align-items:flex-start;max-width:640px;display:flex;position:relative}.cta-badge.svelte-16zigxp{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-pill);letter-spacing:.06em;background:#fff3;align-items:center;gap:6px;margin-bottom:16px;padding:5px 14px;font-size:.75rem;font-weight:800;display:inline-flex}.cta-title.svelte-16zigxp{color:#fff;margin-bottom:14px;font-size:2.5rem;font-weight:800;line-height:1.2}.cta-highlight.svelte-16zigxp{color:#fef7e0;-webkit-text-decoration:underline #fbbc04;text-decoration:underline #fbbc04}.cta-desc.svelte-16zigxp{color:#ffffffe6;margin-bottom:28px;font-size:1.05rem;line-height:1.6}.cta-actions.svelte-16zigxp{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.cta-btn-white.svelte-16zigxp{color:#1a73e8;background:#fff;box-shadow:0 6px 16px #00000026}.cta-btn-white.svelte-16zigxp:hover{color:#1557b0;background:#f1f5f9}.cta-btn-outline.svelte-16zigxp{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff6}.cta-btn-outline.svelte-16zigxp:hover{color:#fff;background:#ffffff40;border-color:#fff}.cta-decor-circle.svelte-16zigxp{pointer-events:none;border-radius:50%;position:absolute}.circle-1.svelte-16zigxp{background:radial-gradient(circle,#fbbc0440 0%,#0000 70%);width:400px;height:400px;top:-150px;right:-100px}.circle-2.svelte-16zigxp{background:radial-gradient(circle,#34a85333 0%,#0000 70%);width:320px;height:320px;bottom:-120px;right:15%}@media (width<=1024px){.hero-container.svelte-16zigxp{text-align:center;grid-template-columns:1fr}.hero-content.svelte-16zigxp{align-items:center}.hero-headline.svelte-16zigxp{font-size:3rem}.hero-cta-group.svelte-16zigxp,.hero-sub-stats.svelte-16zigxp{justify-content:center}.pillars-card-wrap.svelte-16zigxp{grid-template-columns:1fr;gap:20px}.pillar-divider.svelte-16zigxp{display:none}.events-preview-grid.svelte-16zigxp{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.events-preview-grid.svelte-16zigxp{grid-template-columns:1fr}.hero-headline.svelte-16zigxp{font-size:2.3rem}.cta-card.svelte-16zigxp{padding:36px 20px}.cta-title.svelte-16zigxp{font-size:1.8rem}.floating-chip.svelte-16zigxp{display:none}}.events-page.svelte-ek6hn{padding-bottom:60px}.events-header-hero.svelte-ek6hn{background:radial-gradient(circle at 50% 30%, var(--bg-subtle) 0%, var(--bg-main) 100%);border-bottom:1px solid var(--border-subtle);text-align:center;padding:70px 0 50px;position:relative;overflow:hidden}.header-inner.svelte-ek6hn{z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.page-title.svelte-ek6hn{letter-spacing:-.02em;margin:12px 0 16px;font-size:3.2rem;font-weight:800}.highlight-blue.svelte-ek6hn{color:var(--google-blue)}.page-subtitle.svelte-ek6hn{color:var(--text-muted);max-width:580px;font-size:1.15rem;line-height:1.6}.header-doodle.svelte-ek6hn{pointer-events:none;z-index:1;position:absolute}.doodle-1.svelte-ek6hn{animation:6s ease-in-out infinite floatSlow;top:20%;left:8%}.doodle-2.svelte-ek6hn{animation:7s ease-in-out infinite floatReverse;top:25%;right:10%}.doodle-3.svelte-ek6hn{animation:5s ease-in-out infinite floatReverse;bottom:15%;left:18%}.doodle-4.svelte-ek6hn{animation:6.5s ease-in-out infinite floatSlow;bottom:20%;right:16%}.events-content-container.svelte-ek6hn{z-index:5;margin-top:-30px;position:relative}.filter-controls-wrap.svelte-ek6hn{flex-direction:column;gap:16px;margin-bottom:24px;padding:16px 20px;display:flex}.search-input-wrap.svelte-ek6hn{align-items:center;width:100%;display:flex;position:relative}.search-icon.svelte-ek6hn{color:var(--text-light);pointer-events:none;position:absolute;left:14px}.search-input.svelte-ek6hn{background:var(--bg-subtle);border:1px solid var(--border-color);border-radius:var(--radius-pill);width:100%;color:var(--text-main);font-size:.95rem;font-family:var(--font-body);transition:border-color var(--transition-fast);outline:none;padding:12px 42px}.search-input.svelte-ek6hn:focus{border-color:var(--google-blue);background:var(--bg-card)}.clear-search-btn.svelte-ek6hn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;display:flex;position:absolute;right:14px}.filter-tabs-scroll.svelte-ek6hn{align-items:center;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.tab-btn.svelte-ek6hn{background:var(--bg-subtle);border:1px solid var(--border-color);color:var(--text-muted);border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;transition:all var(--transition-fast);padding:7px 18px;font-size:.85rem;font-weight:600}.tab-btn.svelte-ek6hn:hover{color:var(--text-main);border-color:var(--google-blue)}.tab-btn.active.svelte-ek6hn{background:var(--google-blue);color:#fff;border-color:var(--google-blue);box-shadow:0 4px 12px var(--google-blue-glow)}.events-status-row.svelte-ek6hn{color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:24px;padding:0 4px;font-size:.9rem;display:flex}.reset-filter-btn.svelte-ek6hn{color:var(--google-blue);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:600;text-decoration:underline}.events-grid.svelte-ek6hn{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.empty-state.svelte-ek6hn{text-align:center;flex-direction:column;align-items:center;padding:60px 20px;display:flex}.empty-icon.svelte-ek6hn{background:var(--bg-subtle);width:64px;height:64px;color:var(--text-light);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.empty-title.svelte-ek6hn{margin-bottom:8px;font-size:1.3rem;font-weight:700}.empty-desc.svelte-ek6hn{color:var(--text-muted);max-width:420px;margin-bottom:24px;font-size:.95rem}@media (width<=1024px){.events-grid.svelte-ek6hn{grid-template-columns:repeat(2,1fr)}.page-title.svelte-ek6hn{font-size:2.6rem}}@media (width<=680px){.events-grid.svelte-ek6hn{grid-template-columns:1fr}.page-title.svelte-ek6hn{font-size:2.1rem}.header-doodle.svelte-ek6hn{display:none}}.team-card.svelte-1t1yi4p{text-align:center;height:100%;transition:transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-fast);flex-direction:column;align-items:center;padding:28px 20px 22px;display:flex}.team-card.svelte-1t1yi4p:hover{box-shadow:var(--shadow-lg);border-color:var(--google-blue);transform:translateY(-6px)}.avatar-wrap.svelte-1t1yi4p{width:108px;height:108px;margin-bottom:18px;position:relative}.avatar-img.svelte-1t1yi4p{object-fit:cover;border:3px solid var(--border-color);width:100%;height:100%;box-shadow:var(--shadow-sm);border-radius:50%}.avatar-badge-dot.svelte-1t1yi4p{border:2px solid var(--bg-card);border-radius:50%;width:16px;height:16px;position:absolute;bottom:4px;right:4px}.avatar-badge-dot.blue.svelte-1t1yi4p{background-color:var(--google-blue)}.avatar-badge-dot.green.svelte-1t1yi4p{background-color:var(--google-green)}.avatar-badge-dot.yellow.svelte-1t1yi4p{background-color:var(--google-yellow)}.avatar-badge-dot.red.svelte-1t1yi4p{background-color:var(--google-red)}.member-info.svelte-1t1yi4p{flex-direction:column;flex-grow:1;align-items:center;width:100%;display:flex}.member-name.svelte-1t1yi4p{color:var(--text-main);margin-bottom:6px;font-size:1.15rem;font-weight:700}.role-pill.svelte-1t1yi4p{border-radius:var(--radius-pill);margin-bottom:6px;padding:3px 12px;font-size:.76rem;font-weight:700;display:inline-block}.affiliation-text.svelte-1t1yi4p{color:var(--text-light);margin-bottom:12px;font-size:.78rem;font-weight:600}.member-bio.svelte-1t1yi4p{color:var(--text-muted);margin-bottom:18px;font-size:.84rem;line-height:1.5}.social-links-row.svelte-1t1yi4p{border-top:1px solid var(--border-subtle);justify-content:center;align-items:center;gap:8px;width:100%;margin-top:auto;padding-top:14px;display:flex}.social-icon-btn.svelte-1t1yi4p{background:var(--bg-subtle);width:34px;height:34px;color:var(--text-muted);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.social-icon-btn.svelte-1t1yi4p:hover{background:var(--badge-blue-bg);color:var(--google-blue);transform:translateY(-2px)}.team-page.svelte-12cxwjz{padding-bottom:60px}.team-collage-hero.svelte-12cxwjz{background:#000;justify-content:center;align-items:center;width:100%;min-height:420px;display:flex;position:relative;overflow:hidden}.collage-grid.svelte-12cxwjz{opacity:.35;grid-template-columns:repeat(6,1fr);display:grid;position:absolute;inset:0}.collage-cell.svelte-12cxwjz{width:100%;height:100%;overflow:hidden}.collage-img.svelte-12cxwjz{object-fit:cover;filter:grayscale(40%);width:100%;height:100%}.collage-overlay.svelte-12cxwjz{background:linear-gradient(#07090e66 0%,#07090ef2 100%);position:absolute;inset:0}.center-badge-wrap.svelte-12cxwjz{z-index:5;text-align:center;flex-direction:column;align-items:center;max-width:650px;padding:40px 20px;display:flex;position:relative}.gdg-emblem-badge.svelte-12cxwjz{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:16px;padding:10px;display:flex;box-shadow:0 8px 24px #0006}.team-emblem-img.svelte-12cxwjz{object-fit:contain;width:100%;height:100%}.team-hero-title.svelte-12cxwjz{color:#fff;letter-spacing:-.02em;margin-bottom:14px;font-size:3.2rem;font-weight:800}.team-hero-desc.svelte-12cxwjz{color:#cbd5e1;font-size:1.05rem;line-height:1.6}.team-content-container.svelte-12cxwjz{z-index:10;margin-top:-40px;position:relative}.team-stats-strip.svelte-12cxwjz{text-align:center;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:36px;padding:28px 24px;display:grid}.tstat-box.svelte-12cxwjz{flex-direction:column;align-items:center;display:flex}.tstat-icon-wrap.svelte-12cxwjz{border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:10px;display:flex}.tstat-icon-wrap.blue.svelte-12cxwjz{background:var(--badge-blue-bg);color:var(--badge-blue-text)}.tstat-icon-wrap.green.svelte-12cxwjz{background:var(--badge-green-bg);color:var(--badge-green-text)}.tstat-icon-wrap.yellow.svelte-12cxwjz{background:var(--badge-yellow-bg);color:var(--badge-yellow-text)}.tstat-icon-wrap.red.svelte-12cxwjz{background:var(--badge-red-bg);color:var(--badge-red-text)}.tstat-value.svelte-12cxwjz{font-family:var(--font-heading);color:var(--text-main);font-size:2rem;font-weight:800;line-height:1.1}.tstat-label.svelte-12cxwjz{color:var(--text-muted);margin-top:4px;font-size:.82rem;font-weight:600}.team-filters-wrap.svelte-12cxwjz{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:32px;display:flex}.team-tab-btn.svelte-12cxwjz{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-muted);border-radius:var(--radius-pill);cursor:pointer;transition:all var(--transition-fast);padding:8px 20px;font-size:.88rem;font-weight:600}.team-tab-btn.svelte-12cxwjz:hover{color:var(--google-blue);border-color:var(--google-blue)}.team-tab-btn.active.svelte-12cxwjz{background:var(--google-blue);color:#fff;border-color:var(--google-blue);box-shadow:0 4px 14px var(--google-blue-glow)}.team-grid.svelte-12cxwjz{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:50px;display:grid}.volunteer-cta-banner.svelte-12cxwjz{color:#fff;border-radius:var(--radius-xl);text-align:center;background:linear-gradient(135deg,#00897b 0%,#00c853 100%);flex-direction:column;align-items:center;padding:56px 40px;display:flex;box-shadow:0 20px 40px -10px #00c85359}.volunteer-heart-icon.svelte-12cxwjz{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:18px;display:flex;box-shadow:0 4px 14px #00000026}.volunteer-title.svelte-12cxwjz{color:#fff;margin-bottom:12px;font-size:2.3rem;font-weight:800}.volunteer-desc.svelte-12cxwjz{color:#ffffffeb;max-width:620px;margin-bottom:28px;font-size:1.05rem;line-height:1.6}.volunteer-action-btn.svelte-12cxwjz{color:#00897b;font-family:var(--font-body);border-radius:var(--radius-pill);cursor:pointer;transition:transform var(--transition-fast), background var(--transition-fast);background:#fff;border:none;align-items:center;gap:8px;padding:12px 28px;font-size:.98rem;font-weight:700;display:inline-flex;box-shadow:0 6px 16px #00000026}.volunteer-action-btn.svelte-12cxwjz:hover{background:#f1f5f9;transform:translateY(-2px)}@media (width<=1024px){.team-grid.svelte-12cxwjz{grid-template-columns:repeat(2,1fr)}.team-hero-title.svelte-12cxwjz{font-size:2.6rem}}@media (width<=768px){.team-stats-strip.svelte-12cxwjz{grid-template-columns:repeat(2,1fr);gap:16px}.collage-grid.svelte-12cxwjz{grid-template-columns:repeat(3,1fr)}}@media (width<=540px){.team-grid.svelte-12cxwjz{grid-template-columns:1fr}.team-hero-title.svelte-12cxwjz{font-size:2rem}.volunteer-title.svelte-12cxwjz{font-size:1.8rem}.volunteer-cta-banner.svelte-12cxwjz{padding:36px 20px}}.faq-container.svelte-1rhwcka{width:100%;max-width:860px;margin:0 auto}.faq-filter-chips.svelte-1rhwcka{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:28px;display:flex}.cat-chip.svelte-1rhwcka{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-muted);border-radius:var(--radius-pill);cursor:pointer;transition:all var(--transition-fast);padding:7px 18px;font-size:.85rem;font-weight:600}.cat-chip.svelte-1rhwcka:hover{color:var(--google-blue);border-color:var(--google-blue)}.cat-chip.active.svelte-1rhwcka{background:var(--google-blue);color:#fff;border-color:var(--google-blue)}.faq-accordion-list.svelte-1rhwcka{flex-direction:column;gap:12px;display:flex}.faq-item.svelte-1rhwcka{border:1px solid var(--border-color);border-radius:var(--radius-md);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);overflow:hidden}.faq-item.open.svelte-1rhwcka{border-color:var(--google-blue);box-shadow:var(--shadow-sm)}.faq-trigger.svelte-1rhwcka{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:18px 22px;display:flex}.faq-question-wrap.svelte-1rhwcka{align-items:center;gap:12px;display:flex}.faq-dot.svelte-1rhwcka{background-color:var(--google-blue);border-radius:50%;flex-shrink:0;width:8px;height:8px}.faq-question.svelte-1rhwcka{color:var(--text-main);font-size:1rem;font-weight:700}.faq-chevron-icon.svelte-1rhwcka{color:var(--text-muted);transition:transform var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.faq-chevron-icon.rotated.svelte-1rhwcka{color:var(--google-blue);transform:rotate(180deg)}.faq-answer-wrap.svelte-1rhwcka{padding:0 22px 20px 42px;animation:.2s ease-out fadeIn}.faq-answer.svelte-1rhwcka{color:var(--text-muted);font-size:.92rem;line-height:1.6}.contact-page.svelte-drgh2a{padding-bottom:60px}.contact-header-hero.svelte-drgh2a{background:radial-gradient(circle at 50% 30%, var(--bg-subtle) 0%, var(--bg-main) 100%);border-bottom:1px solid var(--border-subtle);text-align:center;padding:70px 0 50px}.header-inner.svelte-drgh2a{flex-direction:column;align-items:center;display:flex}.page-title.svelte-drgh2a{letter-spacing:-.02em;margin:12px 0 16px;font-size:3.2rem;font-weight:800}.highlight-blue.svelte-drgh2a{color:var(--google-blue)}.page-subtitle.svelte-drgh2a{color:var(--text-muted);max-width:580px;font-size:1.15rem;line-height:1.6}.contact-content-container.svelte-drgh2a{z-index:5;margin-top:-30px;position:relative}.contact-grid.svelte-drgh2a{grid-template-columns:1.15fr .85fr;gap:30px;margin-bottom:60px;display:grid}.form-card.svelte-drgh2a{padding:32px 28px}.card-heading.svelte-drgh2a{margin-bottom:6px;font-size:1.5rem;font-weight:800}.card-subtext.svelte-drgh2a{color:var(--text-muted);margin-bottom:24px;font-size:.9rem}.contact-form.svelte-drgh2a{flex-direction:column;gap:16px;display:flex}.form-row-2.svelte-drgh2a{grid-template-columns:1fr 1fr;gap:14px;display:grid}.input-group.svelte-drgh2a{flex-direction:column;gap:6px;display:flex}.input-group.svelte-drgh2a label:where(.svelte-drgh2a){color:var(--text-main);font-size:.82rem;font-weight:600}.input-group.svelte-drgh2a input:where(.svelte-drgh2a),.input-group.svelte-drgh2a select:where(.svelte-drgh2a),.input-group.svelte-drgh2a textarea:where(.svelte-drgh2a){background:var(--bg-subtle);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-main);font-size:.92rem;font-family:var(--font-body);transition:border-color var(--transition-fast);outline:none;padding:11px 14px}.input-group.svelte-drgh2a input:where(.svelte-drgh2a):focus,.input-group.svelte-drgh2a select:where(.svelte-drgh2a):focus,.input-group.svelte-drgh2a textarea:where(.svelte-drgh2a):focus{border-color:var(--google-blue);background:var(--bg-card)}.submit-btn.svelte-drgh2a{align-self:flex-start;margin-top:8px;padding:12px 28px}.info-column.svelte-drgh2a{flex-direction:column;gap:20px;display:flex}.info-cards-row.svelte-drgh2a{grid-template-columns:1fr 1fr;gap:14px;display:grid}.info-card.svelte-drgh2a{align-items:flex-start;gap:12px;padding:18px;display:flex}.info-icon-wrap.svelte-drgh2a{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.info-icon-wrap.blue.svelte-drgh2a{background:var(--badge-blue-bg);color:var(--badge-blue-text)}.info-icon-wrap.red.svelte-drgh2a{background:var(--badge-red-bg);color:var(--badge-red-text)}.info-card-text.svelte-drgh2a{flex-direction:column;display:flex;overflow:hidden}.info-card-title.svelte-drgh2a{text-transform:uppercase;color:var(--text-light);font-size:.78rem;font-weight:700}.info-card-value.svelte-drgh2a{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:700;text-decoration:none;overflow:hidden}.info-card-hint.svelte-drgh2a{color:var(--text-muted);font-size:.74rem}.social-card.svelte-drgh2a{padding:22px}.social-title.svelte-drgh2a{margin-bottom:14px;font-size:1.05rem;font-weight:700}.social-chips-row.svelte-drgh2a{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.social-chip.svelte-drgh2a{border-radius:var(--radius-md);color:#fff;transition:transform var(--transition-fast);align-items:center;gap:8px;padding:10px 14px;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}.social-chip.svelte-drgh2a:hover{transform:translateY(-2px)}.social-chip.linkedin.svelte-drgh2a{background:#0077b5}.social-chip.github.svelte-drgh2a{background:#24292e}.social-chip.instagram.svelte-drgh2a{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.social-chip.whatsapp.svelte-drgh2a{background:#25d366}.map-card.svelte-drgh2a{flex-direction:column;gap:12px;padding:18px;display:flex}.map-header.svelte-drgh2a{justify-content:space-between;align-items:center;display:flex}.map-title.svelte-drgh2a{font-size:1.05rem;font-weight:700}.map-badge.svelte-drgh2a{color:var(--google-blue);background:var(--badge-blue-bg);border-radius:var(--radius-pill);align-items:center;gap:4px;padding:2px 8px;font-size:.72rem;font-weight:600;display:inline-flex}.map-embed-wrapper.svelte-drgh2a{border-radius:var(--radius-md);border:1px solid var(--border-color);width:100%;height:180px;overflow:hidden}.map-iframe.svelte-drgh2a{border:none;width:100%;height:100%}.map-footer.svelte-drgh2a{color:var(--text-muted);align-items:center;gap:6px;font-size:.78rem;display:flex}.faq-section.svelte-drgh2a{margin-bottom:60px}.section-header-center.svelte-drgh2a{text-align:center;margin-bottom:36px}.section-heading.svelte-drgh2a{margin-bottom:8px;font-size:2.3rem;font-weight:800}.section-subtext.svelte-drgh2a{color:var(--text-muted);font-size:1rem}.contact-cta-banner.svelte-drgh2a{color:#fff;border-radius:var(--radius-xl);background:linear-gradient(135deg,#00897b 0%,#00c853 100%);padding:46px 36px;box-shadow:0 16px 36px -10px #00c85359}.contact-cta-content.svelte-drgh2a{text-align:center;flex-direction:column;align-items:center;display:flex}.contact-cta-title.svelte-drgh2a{color:#fff;margin-bottom:10px;font-size:2.2rem;font-weight:800}.contact-cta-desc.svelte-drgh2a{color:#ffffffe6;margin-bottom:24px;font-size:1.05rem}.contact-cta-btns.svelte-drgh2a{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.cta-white-btn.svelte-drgh2a{color:#00897b;background:#fff;border:none;font-weight:700}.cta-white-btn.svelte-drgh2a:hover{background:#f1f5f9}.cta-solid-btn.svelte-drgh2a{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000040;border:1px solid #fff6}.cta-solid-btn.svelte-drgh2a:hover{background:#0006}@media (width<=960px){.contact-grid.svelte-drgh2a{grid-template-columns:1fr}}@media (width<=580px){.form-row-2.svelte-drgh2a,.info-cards-row.svelte-drgh2a,.social-chips-row.svelte-drgh2a{grid-template-columns:1fr}.page-title.svelte-drgh2a{font-size:2.2rem}.contact-cta-title.svelte-drgh2a{font-size:1.7rem}}.modal-backdrop.svelte-18033iz{z-index:2000;-webkit-backdrop-filter:blur(8px);background:#000000a6;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out svelte-18033iz-fadeIn;display:flex;position:fixed;inset:0}@keyframes svelte-18033iz-fadeIn{0%{opacity:0}to{opacity:1}}.modal-dialog.svelte-18033iz{background:var(--bg-card);border:1px solid var(--border-color);width:100%;max-width:680px;max-height:90vh;box-shadow:var(--shadow-lg);border-radius:var(--radius-lg);flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) svelte-18033iz-slideUp;display:flex;position:relative;overflow:hidden}@keyframes svelte-18033iz-slideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-close-btn.svelte-18033iz{z-index:10;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:36px;height:36px;transition:background var(--transition-fast);background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:14px;right:14px}.modal-close-btn.svelte-18033iz:hover{background:#000c}.modal-banner-wrap.svelte-18033iz{background:var(--bg-subtle);width:100%;height:180px;position:relative}.modal-banner-img.svelte-18033iz{object-fit:cover;width:100%;height:100%}.modal-banner-overlay.svelte-18033iz{gap:8px;display:flex;position:absolute;bottom:12px;left:20px}.modal-body-scroll.svelte-18033iz{flex-direction:column;gap:24px;padding:24px;display:flex;overflow-y:auto}.modal-title.svelte-18033iz{margin-bottom:12px;font-size:1.6rem;font-weight:800;line-height:1.25}.modal-meta-grid.svelte-18033iz{background:var(--bg-subtle);border-radius:var(--radius-md);border:1px solid var(--border-color);flex-direction:column;gap:8px;padding:12px 16px;display:flex}.meta-item.svelte-18033iz{color:var(--text-muted);align-items:center;gap:8px;font-size:.88rem;display:flex}.section-title.svelte-18033iz{color:var(--text-main);margin-bottom:10px;font-size:1.05rem;font-weight:700}.section-text.svelte-18033iz{color:var(--text-muted);font-size:.92rem;line-height:1.6}.agenda-timeline.svelte-18033iz{flex-direction:column;gap:12px;display:flex}.agenda-item.svelte-18033iz{background:var(--bg-subtle);border-radius:var(--radius-sm);border-left:3px solid var(--google-blue);align-items:flex-start;gap:14px;padding:10px 14px;display:flex}.agenda-time-badge.svelte-18033iz{font-family:var(--font-mono);color:var(--google-blue);white-space:nowrap;padding-top:2px;font-size:.78rem;font-weight:700}.agenda-session.svelte-18033iz{color:var(--text-main);font-size:.9rem;font-weight:600}.agenda-speaker.svelte-18033iz{color:var(--text-light);font-size:.8rem}.speakers-grid.svelte-18033iz{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.speaker-card.svelte-18033iz{background:var(--bg-subtle);border:1px solid var(--border-color);border-radius:var(--radius-md);align-items:center;gap:12px;padding:10px 14px;display:flex}.speaker-avatar.svelte-18033iz{background:var(--badge-blue-bg);width:36px;height:36px;color:var(--google-blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.speaker-name.svelte-18033iz{color:var(--text-main);font-size:.88rem;font-weight:700}.speaker-role.svelte-18033iz{color:var(--text-muted);font-size:.75rem}.speaker-company.svelte-18033iz{color:var(--google-blue);font-size:.72rem;font-weight:600}.modal-footer.svelte-18033iz{border-top:1px solid var(--border-color);background:var(--bg-subtle);justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;display:flex}.cal-link.svelte-18033iz{color:var(--text-muted);align-items:center;gap:6px;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.cal-link.svelte-18033iz:hover{color:var(--google-blue)}.rsvp-btn-group.svelte-18033iz{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.official-bevy-btn.svelte-18033iz{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-main);border-radius:var(--radius-pill);transition:all var(--transition-fast);align-items:center;gap:6px;padding:9px 18px;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.official-bevy-btn.svelte-18033iz:hover{border-color:var(--google-blue);color:var(--google-blue);transform:translateY(-2px)}.btn-rsvp-success.svelte-18033iz{color:#fff;border-radius:var(--radius-pill);background:#137333;border:none;align-items:center;gap:8px;padding:10px 22px;font-size:.9rem;font-weight:700;display:inline-flex}.btn-rsvp-closed.svelte-18033iz{color:#ea4335;border-radius:var(--radius-pill);cursor:not-allowed;background:#ea433526;border:1px solid #ea433566;align-items:center;gap:8px;padding:10px 22px;font-size:.9rem;font-weight:700;display:inline-flex}@media (width<=600px){.speakers-grid.svelte-18033iz{grid-template-columns:1fr}.modal-footer.svelte-18033iz{flex-direction:column-reverse;align-items:stretch}}.modal-backdrop.svelte-p7r57t{z-index:2100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000a6;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-dialog.svelte-p7r57t{background:var(--bg-card);border:1px solid var(--border-color);width:100%;max-width:620px;max-height:92vh;box-shadow:var(--shadow-lg);border-radius:var(--radius-lg);padding:32px 28px;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;position:relative;overflow-y:auto}.modal-close-btn.svelte-p7r57t{background:var(--bg-subtle);border:1px solid var(--border-color);width:34px;height:34px;color:var(--text-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:18px;right:18px}.modal-header-banner.svelte-p7r57t{text-align:center;flex-direction:column;align-items:center;margin-bottom:24px;display:flex}.heart-icon-badge.svelte-p7r57t{background:linear-gradient(135deg,#ea4335 0%,#fa7b17 100%);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:14px;display:flex;box-shadow:0 4px 14px #ea43354d}.form-title.svelte-p7r57t{margin-bottom:6px;font-size:1.5rem;font-weight:800}.form-subtitle.svelte-p7r57t{color:var(--text-muted);max-width:480px;font-size:.88rem;line-height:1.5}.modal-form.svelte-p7r57t{flex-direction:column;gap:16px;display:flex}.form-row-2.svelte-p7r57t{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-group.svelte-p7r57t{flex-direction:column;gap:6px;display:flex}.form-group.svelte-p7r57t label:where(.svelte-p7r57t){color:var(--text-main);font-size:.82rem;font-weight:600}.form-group.svelte-p7r57t input:where(.svelte-p7r57t),.form-group.svelte-p7r57t select:where(.svelte-p7r57t),.form-group.svelte-p7r57t textarea:where(.svelte-p7r57t){background:var(--bg-subtle);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-main);font-family:var(--font-body);transition:border-color var(--transition-fast);outline:none;padding:10px 14px;font-size:.9rem}.form-group.svelte-p7r57t input:where(.svelte-p7r57t):focus,.form-group.svelte-p7r57t select:where(.svelte-p7r57t):focus,.form-group.svelte-p7r57t textarea:where(.svelte-p7r57t):focus{border-color:var(--google-blue);background:var(--bg-card)}.modal-form-actions.svelte-p7r57t{justify-content:flex-end;align-items:center;gap:12px;margin-top:10px;display:flex}@media (width<=580px){.form-row-2.svelte-p7r57t{grid-template-columns:1fr}.modal-form-actions.svelte-p7r57t{flex-direction:column-reverse}.modal-form-actions.svelte-p7r57t button:where(.svelte-p7r57t){width:100%}}.toast-floating.svelte-1cpok13{z-index:3000;border-radius:var(--radius-pill);color:#fff;border:1px solid var(--google-green);background:#0f172a;align-items:center;gap:12px;padding:14px 20px;animation:.3s cubic-bezier(.16,1,.3,1) svelte-1cpok13-toastSlide;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 10px 30px #00000059}@keyframes svelte-1cpok13-toastSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.toast-icon.svelte-1cpok13{color:var(--google-green);align-items:center;display:flex}.toast-text.svelte-1cpok13{font-size:.9rem;font-weight:600}.toast-close.svelte-1cpok13{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;padding:2px;display:flex}.toast-close.svelte-1cpok13:hover{color:#fff}.app-layout.svelte-1n46o8q{background-color:var(--bg-main);min-height:100vh;color:var(--text-main);flex-direction:column;display:flex}.main-viewport.svelte-1n46o8q{flex-grow:1}
