@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg-primary:#0a1429;--bg-secondary:#122240;--bg-card:#12224099;--bg-card-hover:#122240e6;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-gold:#f5a623;--accent-gold-hover:#f7b750;--accent-gold-light:#f5a62326;--border-subtle:#ffffff14;--error:#ef4444;--success:#10b981;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--transition:all .25s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Outfit,sans-serif;line-height:1.5}#root{z-index:1;min-height:100vh;position:relative}#root:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(at 50% 100%,#f5a62326 0%,#0000 60%),radial-gradient(circle at 50% 100%,#ff781e26 0%,#0000 50%);animation:4s ease-in-out infinite alternate lantern-glow;position:fixed;inset:0}@keyframes lantern-glow{0%{opacity:.7;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:600;line-height:1.2}h1{text-align:center;background:linear-gradient(90deg,#fff,#cbd5e1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,4rem)}.subtitle{text-align:center;color:var(--accent-gold);text-transform:uppercase;letter-spacing:.1em;margin-bottom:3rem;font-size:1.125rem;font-weight:500}.container{width:100%;max-width:1000px;margin:0 auto;padding:2rem 1.5rem}.main-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:.5rem;display:flex}.selection-layout{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=900px){.selection-layout{grid-template-columns:1fr 1fr;gap:2rem}}.session-title{color:var(--accent-gold);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:baseline;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.25rem;display:flex}.session-title span{color:var(--text-secondary);font-size:.875rem;font-weight:400}.radio-list{flex-direction:column;gap:.75rem;display:flex}.radio-option{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);align-items:center;padding:1rem;display:flex}.radio-option:hover{background:var(--bg-card-hover);border-color:#fff3}.radio-option.selected{background:var(--accent-gold-light);border-color:var(--accent-gold)}.radio-input-wrapper{flex-shrink:0;width:20px;height:20px;margin-right:1rem;position:relative}.radio-input-wrapper input{opacity:0;cursor:pointer;z-index:2;width:100%;height:100%;position:absolute}.custom-radio{border:2px solid var(--text-secondary);width:20px;height:20px;transition:var(--transition);border-radius:50%;position:absolute;top:0;left:0}.radio-option.selected .custom-radio{border-color:var(--accent-gold)}.radio-option.selected .custom-radio:after{content:"";background:var(--accent-gold);border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.option-text{flex-grow:1;padding-right:1rem;line-height:1.4}.option-theme{color:var(--text-primary);font-weight:500}.option-speaker{color:var(--text-secondary);font-size:.9rem}.radio-option.selected .option-theme{color:var(--accent-gold)}.info-btn{color:var(--text-secondary);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;display:flex}.info-btn:hover{color:var(--text-primary);background:#ffffff1a}.registration-section{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:600px;margin:0 auto;padding:2.5rem}.registration-section h2{text-align:center;margin-bottom:.5rem;font-size:1.75rem}.registration-section p{color:var(--text-secondary);text-align:center;margin-bottom:2rem}.form-group{margin-bottom:1.25rem}.form-label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-input{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);transition:var(--transition);padding:.875rem 1rem;font-family:inherit;font-size:1rem}.form-input:focus{border-color:var(--accent-gold);box-shadow:0 0 0 2px var(--accent-gold-light);outline:none}.submit-btn{background:var(--accent-gold);color:#000;border-radius:var(--radius-sm);cursor:pointer;width:100%;transition:var(--transition);border:none;margin-top:1rem;padding:1rem;font-family:inherit;font-size:1rem;font-weight:600}.submit-btn:hover:not(:disabled){background:var(--accent-gold-hover);transform:translateY(-2px)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.selection-summary{background:var(--bg-secondary);border-radius:var(--radius-sm);margin-bottom:2rem;padding:1rem}.summary-item{border-bottom:1px solid var(--border-subtle);justify-content:space-between;padding:.5rem 0;display:flex}.summary-item:last-child{border-bottom:none}.success-view{text-align:center;background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid #10b9814d;max-width:600px;margin:0 auto;padding:4rem 2rem}.success-icon{width:80px;height:80px;color:var(--success);background:#10b9811a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2.5rem;display:flex}.status-banner{background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:space-between;align-items:center;margin-top:2rem;margin-bottom:2rem;padding:1rem 1.5rem;display:flex}.status-badge{background:#ffffff0d;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;display:flex}.status-badge.filled{background:var(--accent-gold-light);color:var(--accent-gold)}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#000000b3;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal-content{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:100%;max-width:500px;padding:2rem;animation:.3s ease-out modalFadeIn;position:relative;box-shadow:0 25px 50px -12px #00000080}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-close{color:var(--text-secondary);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:50%;padding:.25rem;font-size:1.5rem;line-height:1;position:absolute;top:1rem;right:1rem}.modal-close:hover{color:var(--text-primary);background:#ffffff1a}.modal-header{border-bottom:1px solid var(--border-subtle);align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.modal-avatar{object-fit:cover;border:2px solid var(--accent-gold);border-radius:50%;width:80px;height:80px}.modal-speaker-name{color:var(--text-primary);margin-bottom:.25rem;font-size:1.5rem}.modal-bio{color:var(--text-secondary);white-space:pre-wrap;line-height:1.7}@media (width<=768px){.container{padding:1rem}.main-header{margin-bottom:1rem}h1{font-size:2.2rem}.subtitle{margin-bottom:.5rem;font-size:.85rem;line-height:1.3}.carousel-wrapper{margin-bottom:1.5rem;padding:1rem .5rem}.carousel-themes{margin-bottom:1rem}.carousel-theme-item{margin-bottom:.5rem}.carousel-theme-item h4{font-size:.95rem}.carousel-theme-item p{font-size:.75rem}.carousel-image-container{width:120px;height:120px}.carousel-speaker-name{margin-bottom:.75rem;font-size:1.3rem}.carousel-bio-list{font-size:.8rem;line-height:1.3}.carousel-bio-list li{margin-bottom:.4rem}.carousel-info{padding:0 1rem}.carousel-dots{margin-top:1rem}.session-title{margin-bottom:1rem;font-size:1.1rem}.radio-option{padding:.75rem}.status-banner{flex-direction:column;align-items:flex-start;gap:1rem}.registration-section{padding:1.5rem}.option-text{flex-direction:column;margin-left:.5rem;display:flex}.option-speaker{margin-top:.25rem;margin-left:0}.radio-option{align-items:flex-start}.radio-input-wrapper{margin-top:.25rem}}.session-btn{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;transition:var(--transition);justify-content:center;align-items:center;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;font-weight:500;display:inline-flex}.session-btn:hover{background:#ffffff1a}.carousel-wrapper{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 1rem;display:flex}.carousel-content{flex-direction:column;align-items:center;width:100%;max-width:600px;display:flex}.carousel-themes{text-align:center;width:100%;margin-bottom:2rem}.carousel-theme-item{margin-bottom:1rem}.carousel-theme-item h4{color:var(--text-primary);margin-bottom:.25rem;font-size:1.125rem;font-weight:500}.carousel-theme-item p{color:var(--text-secondary);font-size:.875rem}.carousel-main{justify-content:space-between;align-items:center;width:100%;margin-bottom:1.5rem;display:flex}.carousel-btn{color:var(--text-secondary);cursor:pointer;transition:var(--transition);background:0 0;border:none;padding:.5rem}.carousel-btn:hover{color:var(--text-primary)}.carousel-image-container{border:2px solid var(--bg-secondary);border-radius:8px;flex-shrink:0;width:180px;height:180px;overflow:hidden;box-shadow:0 10px 20px #0000004d}.carousel-image{object-fit:cover;width:100%;height:100%}.carousel-info{text-align:center;width:100%;padding:0 2rem}.carousel-speaker-name{color:var(--text-primary);margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:1.75rem;font-style:italic;font-weight:400}.carousel-bio-list{text-align:left;color:var(--text-primary);padding-left:1.5rem;font-size:.95rem;line-height:1.6;list-style:outside}.carousel-bio-list li{margin-bottom:.75rem}.carousel-dots{gap:.75rem;margin-top:2rem;display:flex}.carousel-dot{cursor:pointer;width:12px;height:12px;transition:var(--transition);background:#ffffff4d;border:none;border-radius:50%}.carousel-dot.active{background:var(--text-primary);transform:scale(1.2)}
