:root{--color-bg: #0B1D3A;--color-bg-alt: #122a4f;--color-bg-surface: rgba(255, 255, 255, 0.05);--color-bg-surface-solid: #122a4f;--color-text: #F5F0E8;--color-text-muted: rgba(245, 240, 232, 0.65);--color-heading: #F5F0E8;--color-accent: #D4A843;--color-accent-hover: #e4c06d;--color-link: #2A9D8F;--color-link-hover: #3ab8a8;--color-border: rgba(245, 240, 232, 0.1);--color-border-accent: rgba(212, 168, 67, 0.2);--color-shadow: rgba(0, 0, 0, 0.3);--color-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.25);--color-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.3);--color-nav-bg: rgba(11, 29, 58, 0.95);--color-nav-mobile-bg: rgba(11, 29, 58, 0.98);--color-placeholder-bg: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);--color-placeholder-fg: rgba(245, 240, 232, 0.4);--color-badge-bg: rgba(245, 240, 232, 0.08);--color-badge-text: rgba(245, 240, 232, 0.7);--color-section-alt-bg: rgba(255, 255, 255, 0.03);--color-break-border: rgba(245, 240, 232, 0.1)}[data-theme="light"]{--color-bg: #F5F0E8;--color-bg-alt: #FFFFFF;--color-bg-surface: #FFFFFF;--color-bg-surface-solid: #FFFFFF;--color-text: #0B1D3A;--color-text-muted: rgba(11, 29, 58, 0.6);--color-heading: #0B1D3A;--color-accent: #D4A843;--color-accent-hover: #b88c2e;--color-link: #1f7a6f;--color-link-hover: #2A9D8F;--color-border: rgba(11, 29, 58, 0.1);--color-border-accent: rgba(11, 29, 58, 0.12);--color-shadow: rgba(0, 0, 0, 0.1);--color-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);--color-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.12);--color-nav-bg: rgba(245, 240, 232, 0.95);--color-nav-mobile-bg: rgba(245, 240, 232, 0.98);--color-placeholder-bg: linear-gradient(135deg, #F5F0E8 0%, #ede4d6 100%);--color-placeholder-fg: #3876d9;--color-badge-bg: rgba(11, 29, 58, 0.06);--color-badge-text: rgba(11, 29, 58, 0.6);--color-section-alt-bg: #FFFFFF;--color-break-border: rgba(11, 29, 58, 0.1)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;line-height:1.6;color:var(--color-text);background-color:var(--color-bg);transition:background-color 0.3s ease, color 0.3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5,h6{font-family:"Playfair Display",Georgia,"Times New Roman",serif;line-height:1.2;color:var(--color-heading);font-weight:700}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.5rem}h4{font-size:1.125rem}p{margin-bottom:1rem}a{color:var(--color-link);text-decoration:none;transition:color 0.3s ease}a:hover{color:var(--color-link-hover)}strong{font-weight:600}img{max-width:100%;height:auto}.section{padding:6rem 0}.section:nth-child(even){background-color:var(--color-section-alt-bg)}.section-title{text-align:center;margin-bottom:.5rem;font-size:2.5rem;color:var(--color-heading)}.section-title::after{content:'';display:block;width:60px;height:3px;background:#D4A843;margin:1rem auto 2rem}.section-subtitle{text-align:center;color:var(--color-text-muted);font-size:1.125rem;margin-bottom:3rem}.btn{display:inline-block;padding:1rem 2rem;border-radius:8px;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:600;font-size:1rem;text-align:center;text-decoration:none;cursor:pointer;transition:all 0.3s ease;border:2px solid transparent}.btn-primary{background-color:#2A9D8F;color:white;border-color:#2A9D8F}.btn-primary:hover{background-color:#1f7a6f;border-color:#1f7a6f;color:white;transform:translateY(-1px);box-shadow:var(--color-shadow-md)}.btn-large{padding:1.5rem 3rem;font-size:1.125rem}.tbd{opacity:0.6;font-style:italic}.page-content{padding-top:100px;min-height:80vh}.page-content h1{margin-bottom:3rem}.page-content h2{margin-top:3rem;margin-bottom:1rem}.page-content p,.page-content ul,.page-content ol{margin-bottom:1rem}.page-content ul,.page-content ol{padding-left:2rem}.site-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--color-nav-bg);backdrop-filter:blur(10px);transition:background 0.3s ease, box-shadow 0.3s ease}.site-nav.scrolled{box-shadow:var(--color-shadow-md)}.nav-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-brand{font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-size:1.125rem;font-weight:700;color:#D4A843;text-decoration:none;letter-spacing:0.5px}.nav-brand:hover{color:#e4c06d}.nav-links{display:flex;list-style:none;gap:1.5rem;align-items:center}.nav-links a{color:var(--color-text);text-decoration:none;font-size:.875rem;font-weight:500;letter-spacing:0.3px;text-transform:uppercase;padding:.5rem 0;position:relative;transition:color 0.3s ease}.nav-links a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#D4A843;transition:width 0.3s ease}.nav-links a:hover{color:#D4A843}.nav-links a:hover::after{width:100%}.theme-toggle{background:none;border:1px solid var(--color-border);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-text);font-size:1rem;transition:all 0.3s ease;flex-shrink:0}.theme-toggle:hover{color:#D4A843;border-color:#D4A843}.theme-toggle .fa-sun{display:none}.theme-toggle .fa-moon{display:none}:root .theme-toggle .fa-sun{display:inline}:root .theme-toggle .fa-moon{display:none}[data-theme="light"] .theme-toggle .fa-sun{display:none}[data-theme="light"] .theme-toggle .fa-moon{display:inline}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.nav-toggle span{display:block;width:24px;height:2px;background:var(--color-text);transition:all 0.3s ease}.nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 768px){.nav-toggle{display:flex}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:var(--color-nav-mobile-bg);backdrop-filter:blur(10px);flex-direction:column;padding:1.5rem 1.5rem;gap:.5rem}.nav-links.active{display:flex}.nav-links a{padding:1rem 0;font-size:1rem}.theme-toggle{align-self:flex-start}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-bg);overflow:hidden;transition:background 0.3s ease}#hero-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.hero-content{position:relative;z-index:3;text-align:center;padding:3rem;max-width:800px}.hero-supertitle{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:3px;color:var(--color-text-muted);margin-bottom:1rem}.hero-title{font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-size:clamp(3rem, 8vw, 5.5rem);font-weight:700;color:var(--color-heading);margin-bottom:1rem;letter-spacing:1px;text-shadow:0 2px 20px var(--color-shadow)}.hero-tagline{font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-size:clamp(1.1rem, 2.5vw, 1.5rem);font-style:italic;color:#D4A843;margin-bottom:2rem;font-weight:400}.hero-details{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.125rem;color:var(--color-text);margin-bottom:3rem;font-weight:300}.hero-separator{margin:0 1rem;color:#D4A843}.hero-registration-note{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;color:var(--color-text-muted);font-style:italic;border:1px solid rgba(212,168,67,0.3);display:inline-block;padding:.5rem 2rem;border-radius:8px}@media (max-width: 768px){.hero{min-height:90vh}.hero-content{padding:1.5rem}.hero-details{display:flex;flex-direction:column;gap:.5rem}.hero-separator{display:none}}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}@media (max-width: 768px){.about-content{grid-template-columns:1fr;gap:2rem}}.about-text{font-size:1.125rem;color:var(--color-text-muted)}.about-text p:last-child{margin-bottom:0}.about-sessions h3{margin-bottom:1.5rem;color:var(--color-heading)}.session-list{list-style:none}.session-item{padding:1rem 1.5rem;margin-bottom:.5rem;border-left:4px solid var(--session-color, #D4A843);background:var(--color-bg-surface);border-radius:0 4px 4px 0;display:flex;flex-direction:column;gap:.25rem;box-shadow:var(--color-shadow-sm)}.session-header{display:flex;justify-content:space-between;align-items:center;width:100%}.session-name{font-weight:600;color:var(--color-heading)}.session-day{font-size:.875rem;color:var(--color-text-muted)}.session-description{font-size:.875rem;color:var(--color-text-muted);line-height:1.4}.venue-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media (max-width: 768px){.venue-content{grid-template-columns:1fr}}.venue-info{display:flex;flex-direction:column;gap:1.5rem}.venue-card{padding:1.5rem;background:var(--color-bg-surface);border-radius:8px;box-shadow:var(--color-shadow-sm)}.venue-card h3{font-size:1.125rem;margin-bottom:.5rem;color:var(--color-heading)}.venue-card p{margin-bottom:.25rem;color:var(--color-text-muted)}.venue-card p:last-child{margin-bottom:0}.venue-map{border-radius:8px;overflow:hidden;box-shadow:var(--color-shadow-md);min-height:350px}.registration .section-title{color:var(--color-heading)}.registration-content{max-width:900px;margin:0 auto}.registration-cta{text-align:center;margin-bottom:4rem}.registration-cta p{font-size:1.125rem;color:var(--color-text-muted);margin-bottom:2rem}.registration-note{text-align:center;font-size:.875rem;color:var(--color-text-muted);margin-bottom:3rem}.registration-note a{color:#D4A843}.registration-note a:hover{color:#e2c581}.registration-details{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}@media (max-width: 768px){.registration-details{grid-template-columns:1fr}}.registration-card{padding:2rem;background:var(--color-bg-surface);border:1px solid var(--color-border-accent);border-radius:8px}.registration-card h3{color:#D4A843;font-size:1.125rem;margin-bottom:1rem}.registration-card p{color:var(--color-text-muted);font-size:.875rem;margin-bottom:0}.sponsor-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;padding:2rem 0}.sponsor-item{display:flex;align-items:center;justify-content:center;padding:1.5rem 2rem;background:var(--color-bg-surface);border-radius:8px;box-shadow:var(--color-shadow-sm);transition:all 0.3s ease;text-decoration:none;min-width:200px}.sponsor-item:hover{box-shadow:var(--color-shadow-md);transform:translateY(-2px)}.sponsor-item img{max-height:60px;width:auto}.sponsor-icon-name{display:flex;flex-direction:column;align-items:center;gap:.5rem}.sponsor-icon-name i{font-size:1.8rem;color:#2A9D8F}.sponsor-name{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:600;font-size:.875rem;color:var(--color-heading);text-align:center}.past-years-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;max-width:900px;margin:0 auto}@media (max-width: 768px){.past-years-grid{grid-template-columns:1fr}}.past-year-card{text-align:center;padding:2rem;background:var(--color-bg-surface);border-radius:8px;box-shadow:var(--color-shadow-sm);border-top:3px solid #D4A843}.past-year-card h3{font-size:1.5rem;margin-bottom:.5rem}.past-year-theme{font-style:italic;color:var(--color-text-muted);margin-bottom:.25rem}.past-year-date{font-size:.875rem;color:var(--color-text-muted)}.speaker-session{margin-bottom:4rem}.speaker-session:last-child{margin-bottom:0}.speaker-session-title{font-size:1.5rem;margin-bottom:2rem;padding-left:1.5rem;border-left:4px solid var(--session-color, #D4A843)}.speaker-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:2rem}.speaker-card{background:var(--color-bg-surface);border-radius:8px;box-shadow:var(--color-shadow-sm);overflow:hidden;transition:all 0.3s ease;border-top:3px solid var(--session-color, #D4A843)}.speaker-card:hover{box-shadow:var(--color-shadow-md);transform:translateY(-3px)}.speaker-photo{width:100%;aspect-ratio:1;overflow:hidden;background:var(--color-bg-surface)}.speaker-photo img{width:100%;height:100%;object-fit:cover}.speaker-photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-placeholder-bg);color:var(--color-placeholder-fg)}.speaker-photo-placeholder svg{width:60px;height:60px}.speaker-info{padding:1.5rem}.speaker-name{font-size:1.125rem;margin-bottom:.25rem;color:var(--color-heading)}.speaker-affiliation{font-size:.875rem;color:var(--color-text-muted);margin-bottom:.5rem}.speaker-role{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;padding:.25rem .5rem;border-radius:4px;background:var(--color-badge-bg);color:var(--color-badge-text)}.speaker-role--headline{background:rgba(212,168,67,0.15);color:#b88c2e}.speaker-role--tutorial{background:rgba(42,157,143,0.12);color:#1f7a6f}.speaker-role--invited{background:rgba(196,91,62,0.12);color:#a34a31}.speaker-talk-title{margin-top:.5rem;font-style:italic;font-size:.875rem;color:var(--color-text-muted)}.organizer-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:2rem;max-width:1000px;margin:0 auto}@media (max-width: 768px){.organizer-grid{grid-template-columns:repeat(2, 1fr)}}.organizer-card{text-align:center;padding:2rem}.organizer-photo{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 1.5rem;background:var(--color-bg-surface)}.organizer-photo img{width:100%;height:100%;object-fit:cover}.organizer-photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-placeholder-bg);color:var(--color-placeholder-fg)}.organizer-photo-placeholder svg{width:50px;height:50px}.organizer-name{font-size:1.125rem;margin-bottom:.25rem}.organizer-name a{color:var(--color-heading)}.organizer-name a:hover{color:#2A9D8F}.organizer-role{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;color:#2A9D8F;margin-bottom:.25rem}.organizer-affiliation{font-size:.875rem;color:var(--color-text-muted);line-height:1.4}.schedule-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.schedule-tab{padding:1rem 2rem;background:none;border:2px solid var(--color-border);border-radius:8px;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;font-weight:600;color:var(--color-text-muted);cursor:pointer;transition:all 0.3s ease}.schedule-tab:hover{border-color:#D4A843;color:var(--color-heading)}.schedule-tab.active{background:var(--color-accent);border-color:var(--color-accent);color:#FFFFFF}.schedule-day{display:none;max-width:900px;margin:0 auto}.schedule-day--active{display:block}.schedule-item{display:flex;gap:2rem;padding:1.5rem 0;border-bottom:1px solid var(--color-border)}.schedule-item:last-child{border-bottom:none}.schedule-item--headline .schedule-details,.schedule-item--tutorial .schedule-details,.schedule-item--invited .schedule-details,.schedule-item--lightning .schedule-details{border-left:3px solid var(--session-color, #D4A843);padding-left:1.5rem}.schedule-item--break{opacity:0.7}.schedule-item--break .schedule-details{padding-left:1.5rem;border-left:3px solid var(--color-break-border)}.schedule-item--ceremony .schedule-details,.schedule-item--social .schedule-details{padding-left:1.5rem;border-left:3px solid #D4A843}.schedule-time{flex-shrink:0;width:130px;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;font-weight:600;color:var(--color-heading);padding-top:2px}@media (max-width: 576px){.schedule-time{width:90px;font-size:.75rem}}.schedule-details{flex:1}.schedule-item-header{display:flex;align-items:center;gap:1rem;margin-bottom:.25rem;flex-wrap:wrap}.schedule-item-title{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;font-weight:600;color:var(--color-heading)}.schedule-type-badge{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;padding:2px .5rem;border-radius:4px;background:var(--color-badge-bg);color:var(--color-badge-text)}.schedule-speaker{font-size:.875rem;color:var(--color-heading);font-weight:500;margin-bottom:.25rem}.schedule-affiliation{font-weight:400;color:var(--color-text-muted)}.schedule-session-name{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;color:var(--session-color, #D4A843);margin-bottom:.25rem}.schedule-description{font-size:.875rem;color:var(--color-text-muted);margin-bottom:0}@media (max-width: 576px){.schedule-tabs{flex-direction:column}.schedule-item{flex-direction:column;gap:.5rem}.schedule-time{width:auto}}.site-footer{background:#060f1f;color:rgba(245,240,232,0.8);padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.footer-info h3{font-family:"Playfair Display",Georgia,"Times New Roman",serif;color:#D4A843;margin-bottom:.5rem}.footer-info p{color:rgba(245,240,232,0.6);font-size:.875rem;margin-bottom:.25rem}.footer-links h4{color:#F5F0E8;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:rgba(245,240,232,0.6);font-size:.875rem;transition:color 0.3s ease}.footer-links a:hover{color:#D4A843}.footer-contact h4{color:#F5F0E8;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:.875rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.footer-contact p{font-size:.875rem;color:rgba(245,240,232,0.6);margin-bottom:.5rem}.footer-contact .contact-list{list-style:none}.footer-contact .contact-list li{margin-bottom:.25rem}.footer-contact .contact-list a{color:rgba(245,240,232,0.6);font-size:.875rem;transition:color 0.3s ease}.footer-contact .contact-list a:hover{color:#D4A843}.footer-bottom{border-top:1px solid rgba(245,240,232,0.1);padding-top:1.5rem;text-align:center}.footer-bottom p{font-size:.75rem;color:rgba(245,240,232,0.4);margin-bottom:0}.reveal{opacity:0;transform:translateY(20px);transition:opacity 0.6s ease, transform 0.6s ease}.reveal.revealed{opacity:1;transform:translateY(0)}
