.navbar.svelte-rfuq4y{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:all .3s ease}.navbar.scrolled.svelte-rfuq4y{background:#0d0b14d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(139,84,250,.1);padding:.6rem 0}.nav-inner.svelte-rfuq4y{display:flex;align-items:center;justify-content:space-between}.nav-logo.svelte-rfuq4y{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.1rem;color:#fff;text-decoration:none}.logo-lean.svelte-rfuq4y{font-family:var(--font-mono);font-size:1.4rem;color:var(--purple-400);letter-spacing:-.15em}.nav-links.svelte-rfuq4y{display:flex;align-items:center;gap:2rem}.nav-links.svelte-rfuq4y a:where(.svelte-rfuq4y){color:var(--text-muted);font-size:.9rem;font-weight:500;transition:color .2s ease;text-decoration:none}.nav-links.svelte-rfuq4y a:where(.svelte-rfuq4y):hover{color:#fff}.btn-nav.svelte-rfuq4y{padding:.55rem 1.4rem;font-size:.85rem;color:#fff!important}@media(max-width:768px){.nav-links.svelte-rfuq4y a:where(.svelte-rfuq4y):not(.btn-nav){display:none}}.hero.svelte-1q37ri0{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:5rem}.hero-bg.svelte-1q37ri0{position:absolute;inset:0;z-index:0}.orb.svelte-1q37ri0{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:svelte-1q37ri0-float 20s ease-in-out infinite}.orb-1.svelte-1q37ri0{width:600px;height:600px;background:radial-gradient(circle,rgba(139,84,250,.5),transparent);top:-10%;right:-10%;animation-delay:0s}.orb-2.svelte-1q37ri0{width:400px;height:400px;background:radial-gradient(circle,rgba(107,63,160,.4),transparent);bottom:-5%;left:-5%;animation-delay:-7s}.orb-3.svelte-1q37ri0{width:300px;height:300px;background:radial-gradient(circle,rgba(232,185,49,.2),transparent);top:40%;left:50%;animation-delay:-14s}.grid-overlay.svelte-1q37ri0{position:absolute;inset:0;background-image:linear-gradient(rgba(139,84,250,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(139,84,250,.03) 1px,transparent 1px);background-size:60px 60px}@keyframes svelte-1q37ri0-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.hero-content.svelte-1q37ri0{position:relative;z-index:1;opacity:0;transform:translateY(30px);transition:all 1s cubic-bezier(.16,1,.3,1)}.hero-content.visible.svelte-1q37ri0{opacity:1;transform:translateY(0)}.hero-badge.svelte-1q37ri0{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}.hero-title.svelte-1q37ri0{font-size:clamp(3rem,8vw,6rem);font-weight:900;line-height:1.05;letter-spacing:-.03em;margin-bottom:1.5rem}.gradient-text.svelte-1q37ri0{background:linear-gradient(135deg,var(--purple-400),var(--purple-200),var(--gold-400));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.year.svelte-1q37ri0{font-family:var(--font-mono);font-size:.5em;color:var(--text-muted);vertical-align:super;margin-left:.3em}.hero-description.svelte-1q37ri0{font-size:1.2rem;color:var(--text-muted);max-width:550px;line-height:1.7;margin-bottom:2.5rem}.hero-description.svelte-1q37ri0 a:where(.svelte-1q37ri0){color:var(--purple-300);text-decoration:underline;text-underline-offset:3px}.hero-actions.svelte-1q37ri0{display:flex;gap:1rem;margin-bottom:4rem;flex-wrap:wrap}.floating-code.svelte-1q37ri0{position:absolute;right:6%;top:14%;z-index:1;background:#140f23cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(139,84,250,.2);border-radius:12px;padding:1.5rem;font-family:var(--font-mono);font-size:.82rem;line-height:1.6;opacity:0;transform:translateY(20px) rotate(1.5deg);transition:all 1.2s cubic-bezier(.16,1,.3,1) .5s;box-shadow:0 20px 60px #0000004d}.floating-code.visible.svelte-1q37ri0{opacity:1;transform:translateY(0) rotate(1.5deg)}.floating-code.svelte-1q37ri0 pre:where(.svelte-1q37ri0){margin:0}.floating-code.svelte-1q37ri0 .kw:where(.svelte-1q37ri0){color:var(--purple-300)}.floating-code.svelte-1q37ri0 .fn:where(.svelte-1q37ri0){color:var(--gold-400)}@media(max-width:1024px){.floating-code.svelte-1q37ri0{display:none}}@media(max-width:768px){.hero.svelte-1q37ri0{padding-top:6rem;min-height:auto;padding-bottom:4rem}}.day-tabs.svelte-1vi3u2b{display:flex;gap:.75rem;margin-bottom:3rem;flex-wrap:wrap}.day-tab.svelte-1vi3u2b{display:flex;flex-direction:column;align-items:flex-start;padding:1rem 1.5rem;border-radius:12px;border:1px solid rgba(139,84,250,.15);background:#1e163280;cursor:pointer;transition:all .3s ease;color:var(--text-muted);min-width:160px}.day-tab.svelte-1vi3u2b:hover{border-color:#8b54fa66;background:#8b54fa14}.day-tab.active.svelte-1vi3u2b{border-color:var(--purple-400);background:#8b54fa26;color:#fff;box-shadow:0 4px 20px #8b54fa33}.day-tab-date.svelte-1vi3u2b{font-size:.8rem;font-weight:600;opacity:.8}.day-tab-label.svelte-1vi3u2b{font-size:1rem;font-weight:700}.timeline.svelte-1vi3u2b{position:relative;padding-left:2rem}.timeline.svelte-1vi3u2b:before{content:"";position:absolute;left:6px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--purple-400),transparent)}.timeline-item.svelte-1vi3u2b{position:relative;margin-bottom:1.25rem;animation:svelte-1vi3u2b-fadeInLeft .5s ease both}.timeline-marker.svelte-1vi3u2b{position:absolute;left:-2rem;top:1.5rem;width:14px;height:14px;border-radius:50%;transform:translate(-3px);box-shadow:0 0 12px #8b54fa66}.timeline-content.svelte-1vi3u2b{padding:1.25rem 1.5rem}.timeline-content.svelte-1vi3u2b:hover{transform:translateY(-2px)}.timeline-header.svelte-1vi3u2b{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.timeline-time.svelte-1vi3u2b{font-family:var(--font-mono);font-size:.85rem;color:var(--purple-300);font-weight:500}.timeline-type.svelte-1vi3u2b{font-size:.75rem;font-weight:600}.timeline-content.svelte-1vi3u2b h3:where(.svelte-1vi3u2b){font-size:1.1rem;color:var(--text-heading);margin-bottom:.3rem}.timeline-venue.svelte-1vi3u2b{display:inline-block;font-size:.78rem;color:var(--text-muted);margin-bottom:.4rem;opacity:.8}.timeline-content.svelte-1vi3u2b p:where(.svelte-1vi3u2b){color:var(--text-muted);font-size:.9rem;line-height:1.5}.timeline-speaker.svelte-1vi3u2b{font-size:.9rem;color:var(--gold-400);font-weight:500;margin-bottom:.3rem}.timeline-abstract.svelte-1vi3u2b{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(139,84,250,.1)}.abstract-label.svelte-1vi3u2b{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--purple-300);margin-bottom:.4rem}.timeline-abstract.svelte-1vi3u2b p:where(.svelte-1vi3u2b){font-size:.85rem;line-height:1.6;color:var(--text-muted);opacity:.85}@keyframes svelte-1vi3u2b-fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media(max-width:768px){.day-tabs.svelte-1vi3u2b{gap:.5rem}.day-tab.svelte-1vi3u2b{min-width:auto;padding:.75rem 1rem}}.challenges-list.svelte-19786qm{list-style:none;max-width:800px;margin:0 auto}.challenge-item.svelte-19786qm{display:flex;align-items:flex-start;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid rgba(139,84,250,.08);animation:svelte-19786qm-fadeInUp .5s ease both}.challenge-item.svelte-19786qm:last-child{border-bottom:none}.challenge-marker.svelte-19786qm{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:var(--purple-400);margin-top:.55rem}.challenge-content.svelte-19786qm h3:where(.svelte-19786qm){font-size:1.1rem;color:var(--text-heading);margin-bottom:.3rem}.challenge-content.svelte-19786qm p:where(.svelte-19786qm){color:var(--text-muted);font-size:.95rem;line-height:1.6}@keyframes svelte-19786qm-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.challenges-list.svelte-19786qm{max-width:100%}.floating-snippet.svelte-19786qm{display:none}}.floating-snippet.svelte-19786qm{position:absolute;background:#140f23b3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(139,84,250,.15);border-radius:10px;padding:1rem 1.25rem;font-family:var(--font-mono);font-size:.75rem;line-height:1.5;color:var(--text);pointer-events:none;z-index:0;opacity:.4}.floating-snippet.svelte-19786qm .kw:where(.svelte-19786qm){color:var(--purple-300)}.floating-snippet.svelte-19786qm .fn:where(.svelte-19786qm){color:var(--gold-400)}.floating-snippet.svelte-19786qm .cm:where(.svelte-19786qm){color:var(--text-muted)}.snippet-left.svelte-19786qm{left:2%;bottom:6%;transform:rotate(-1.5deg)}.snippet-right.svelte-19786qm{right:2%;top:8%;transform:rotate(1deg)}.organizers-grid.svelte-z7h3d9{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;margin-bottom:4rem}.organizer-card.svelte-z7h3d9{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;animation:svelte-z7h3d9-fadeInUp .6s ease both;text-decoration:none;color:inherit;cursor:pointer}.avatar.svelte-z7h3d9{width:70px;height:70px;border-radius:50%;border:2px solid;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background:#8b54fa14}.avatar-initials.svelte-z7h3d9{font-size:1.3rem;font-weight:700;font-family:var(--font-mono)}.organizer-card.svelte-z7h3d9 h3:where(.svelte-z7h3d9){font-size:1rem;color:var(--text-heading);margin-bottom:.3rem}.dept.svelte-z7h3d9{font-size:.8rem;font-weight:600}.role.svelte-z7h3d9{font-size:.75rem;color:var(--text-muted);margin-top:.2rem}.linkable.svelte-z7h3d9:hover{border-color:#8b54fa80;box-shadow:0 20px 60px #6b3fa033}@keyframes svelte-z7h3d9-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sponsors-showcase.svelte-z7h3d9{display:flex;justify-content:center;margin-bottom:5rem}.sponsor-card.svelte-z7h3d9{position:relative;overflow:visible;text-align:center;padding:3rem 4rem;max-width:500px;background:linear-gradient(135deg,#e8b9310d,#8b54fa0d);border-color:#e8b93133}.sponsor-card.svelte-z7h3d9:hover{border-color:#e8b93166}.sponsor-logo.svelte-z7h3d9{margin-bottom:1.5rem}.sponsor-icon.svelte-z7h3d9{font-size:4rem;color:var(--gold-400)}.sponsor-card.svelte-z7h3d9 h3:where(.svelte-z7h3d9){font-size:1.3rem;color:var(--text-heading);margin-bottom:.75rem}.sponsor-card.svelte-z7h3d9 p:where(.svelte-z7h3d9){color:var(--text-muted);font-size:.95rem;margin-bottom:1.25rem;line-height:1.6}.cta-section.svelte-z7h3d9{margin-top:2rem}.cta-card.svelte-z7h3d9{text-align:center;padding:4rem 3rem;background:linear-gradient(135deg,#8b54fa1f,#6b3fa00f);border-color:#8b54fa4d}.cta-card.svelte-z7h3d9 h2:where(.svelte-z7h3d9){font-size:2.2rem;margin-bottom:1rem;background:linear-gradient(135deg,var(--purple-300),var(--gold-400));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-card.svelte-z7h3d9 p:where(.svelte-z7h3d9){color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto 2rem;line-height:1.7}.cta-actions.svelte-z7h3d9{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.floating-snippet.svelte-z7h3d9{position:absolute;background:#8b54fa0f;border:1px solid rgba(139,84,250,.15);border-radius:12px;padding:1rem 1.25rem;font-family:JetBrains Mono,monospace;font-size:.8rem;color:var(--text-muted);pointer-events:none;z-index:0;white-space:pre;line-height:1.6}.floating-snippet.svelte-z7h3d9 pre:where(.svelte-z7h3d9){margin:0}.floating-snippet.svelte-z7h3d9 code:where(.svelte-z7h3d9){font-family:inherit}.floating-snippet.svelte-z7h3d9 .kw:where(.svelte-z7h3d9){color:var(--purple-300)}.floating-snippet.svelte-z7h3d9 .fn:where(.svelte-z7h3d9){color:var(--gold-400)}.snippet-cta.svelte-z7h3d9{top:-1.5rem;right:-12rem;transform:rotate(1.5deg);opacity:.45}@media(max-width:768px){.organizers-grid.svelte-z7h3d9{grid-template-columns:repeat(2,1fr)}.sponsor-card.svelte-z7h3d9{padding:2rem}.floating-snippet.svelte-z7h3d9{display:none}.cta-card.svelte-z7h3d9{padding:3rem 1.5rem}.cta-card.svelte-z7h3d9 h2:where(.svelte-z7h3d9){font-size:1.7rem}}.footer.svelte-jz8lnl{border-top:1px solid rgba(139,84,250,.1);padding:3rem 0;margin-top:2rem}.footer-inner.svelte-jz8lnl{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.footer-brand.svelte-jz8lnl{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.1rem;color:var(--text-heading)}.footer-logo.svelte-jz8lnl{font-family:var(--font-mono);font-size:1.4rem;color:var(--purple-400);letter-spacing:-.15em}.footer-links.svelte-jz8lnl{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.footer-links.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--text-muted);font-size:.9rem;transition:color .2s ease}.footer-links.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--purple-300)}.footer-copy.svelte-jz8lnl{color:var(--text-muted);font-size:.8rem;opacity:.7}
