:root{--bg-primary:#0b0f19;--bg-secondary:#111827;--bg-tertiary:#1e293b;--bg-muted:#334155;--bg-subtle:#475569;--text-primary:#f8fafc;--text-secondary:#e2e8f0;--text-muted:#94a3b8;--text-light:#cbd5e1;--text-faint:#64748b;--red-400:#ef4444;--red-500:#8b1e1e;--red-600:#6a1616;--red-300:#f87171;--gold-400:#f59e0b;--gold-500:#d97706;--blue-500:#2563eb;--silver-300:#cbd5e1;--silver-400:#94a3b8;--silver-500:#64748b;--silver-600:#475569;--white:#fff;--dark-90:#0b0f19e6;--dark-70:#0b0f19b3;--dark-50:#0b0f1980;--dark-20:#0b0f1933;--dark-10:#0b0f191a;--dark-05:#0b0f190d;--ff-heading:"Playfair Display", Georgia, serif;--ff-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--ff-accent:"Outfit", sans-serif;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--space-5xl:8rem;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--ease-out:cubic-bezier(.25, .46, .45, .94);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--duration-fast:.2s;--duration-normal:.4s;--duration-slow:.6s;--shadow-glow:0 0 40px #8b1e1e40;--shadow-card:0 4px 24px #0000004d;--shadow-elevated:0 12px 40px #00000080}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;max-width:100%;font-size:16px;overflow-x:hidden}body{font-family:var(--ff-body);background-color:var(--bg-primary);color:var(--text-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}a{color:inherit;transition:color var(--duration-fast) var(--ease-out);text-decoration:none}img{max-width:100%;height:auto;display:block}ul{list-style:none}.container{width:100%;max-width:1200px;padding:0 var(--space-xl);margin:0 auto}.container-wide{width:100%;max-width:1600px;padding:0 var(--space-lg);margin:0 auto}.section-label{font-family:var(--ff-accent);letter-spacing:3px;text-transform:uppercase;color:var(--red-500);margin-bottom:var(--space-md);font-size:.75rem;font-weight:600}.section-title{font-family:var(--ff-heading);color:var(--text-primary);margin-bottom:var(--space-lg);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.15}.section-subtitle{color:var(--text-muted);max-width:600px;font-size:1.1rem;line-height:1.7}.gold-text,.accent-text{background:linear-gradient(135deg, var(--red-300), var(--red-500), var(--silver-500));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass{-webkit-backdrop-filter:blur(20px);color:var(--text-primary);background:#ffffff08;border:1px solid #ffffff14;box-shadow:0 8px 32px #0006}.glass-light{-webkit-backdrop-filter:blur(16px);color:var(--text-primary);background:#ffffff0a;border:1px solid #ffffff17;box-shadow:0 4px 20px #0000004d}.btn{justify-content:center;align-items:center;gap:var(--space-sm);font-family:var(--ff-accent);letter-spacing:1px;text-transform:uppercase;border-radius:var(--radius-full);cursor:pointer;transition:all var(--duration-normal) var(--ease-out);border:none;padding:14px 32px;font-size:.9rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg, var(--red-500), var(--red-400));color:var(--white);box-shadow:0 4px 20px #8b1e1e40}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #8b1e1e66}.btn-primary:after{content:"";background:linear-gradient(135deg,#0000,#fff3,#0000);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.btn-primary:hover:after{transform:translate(100%)}.btn-outline{color:var(--text-secondary);border:1.5px solid var(--dark-20);background:0 0}.btn-outline:hover{border-color:var(--red-500);color:var(--red-500);transform:translateY(-2px)}.navbar{z-index:1000;width:100%;padding:var(--space-lg) 0;transition:all var(--duration-normal) var(--ease-out);position:fixed;top:0;left:0}.navbar.scrolled{padding:var(--space-sm) 0;-webkit-backdrop-filter:blur(20px);background:#0b0f19e0;border-bottom:1px solid #ffffff14;box-shadow:0 4px 30px #00000080}.navbar .container-wide{padding:0 var(--space-lg);justify-content:space-between;align-items:center;display:flex}.nav-brand{align-items:center;gap:var(--space-md);display:flex}.nav-logo-wrapper{background:#fff;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden;box-shadow:0 2px 8px #0006}.nav-logo{object-fit:contain;width:130%;height:130%}.nav-brand-text{font-family:var(--ff-heading);color:#ef4444;font-size:1.4rem;font-weight:700}.nav-brand-text span{color:#f8fafc}.nav-links{align-items:center;gap:var(--space-2xl);display:flex}.nav-links a{font-family:var(--ff-accent);letter-spacing:1px;text-transform:uppercase;color:#e2e8f0;transition:color var(--duration-fast) var(--ease-out);padding-bottom:4px;font-size:.85rem;font-weight:600;position:relative}.nav-links a:after{content:"";width:0;height:2px;transition:width var(--duration-normal) var(--ease-out);background:#ef4444;position:absolute;bottom:0;left:0}.nav-links a:hover{color:#f8fafc}.nav-links a:hover:after{width:100%}.nav-cta{color:var(--white)!important;padding:10px 24px!important;font-size:.8rem!important}.nav-cta:hover{color:var(--white)!important}.nav-profile{align-items:center;gap:var(--space-sm);background:var(--dark-05);border:1px solid var(--dark-10);border-radius:var(--radius-full);transition:all var(--duration-fast) var(--ease-out);padding:6px 12px;display:flex}.nav-profile:hover{background:var(--dark-10);border-color:var(--dark-20);transform:translateY(-2px)}.nav-avatar{object-fit:cover;border:1.5px solid var(--red-500);border-radius:50%;width:32px;height:32px}.nav-user-name{font-family:var(--ff-accent);color:var(--text-primary);font-size:.85rem;font-weight:600}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-toggle span{background:var(--text-primary);width:24px;height:2px;transition:all var(--duration-fast) var(--ease-out);border-radius:2px;display:block}.premium-hero{background-color:var(--bg-primary);justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:1;position:absolute;inset:0}.hero-bg img{object-fit:cover;object-position:center top;filter:brightness(1.02)saturate(.95);width:100%;height:100%;animation:30s ease-in-out infinite alternate slowPan;transform:scale(1.05)}@keyframes slowPan{0%{transform:scale(1.05)translate(0)}to{transform:scale(1.1)translate(-2%,-2%)}}.premium-overlay{z-index:2;background:linear-gradient(to bottom, #0b0f1966 0%, #0b0f19bf 60%, var(--bg-primary) 100%);position:absolute;inset:0}.premium-hero-content{text-align:center;z-index:3;box-shadow:none;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;padding:2rem 3rem;display:flex}.premium-hero-title{font-family:var(--ff-heading);letter-spacing:-2px;color:var(--text-primary);margin-bottom:var(--space-xl);animation:fadeInScale 1.5s var(--ease-out) both;text-shadow:0 4px 30px #000c;font-size:clamp(4rem,12vw,9rem);font-weight:800;line-height:1}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.scroll-indicator{bottom:var(--space-3xl);align-items:center;gap:var(--space-md);opacity:.7;width:max-content;transition:opacity var(--duration-normal) ease;animation:fadeInUp 1s var(--ease-out) 1s both;z-index:3;flex-direction:column;margin:0 auto;display:flex;position:absolute;left:0;right:0}.scroll-indicator:hover{opacity:1}.scroll-text{font-family:var(--ff-accent);letter-spacing:3px;text-transform:uppercase;color:var(--text-secondary);font-size:.75rem;font-weight:500}.scroll-line{background:linear-gradient(#1a1d2b33,#0000);width:2px;height:60px;position:relative;overflow:hidden}.scroll-line:after{content:"";background:var(--text-primary);width:100%;height:30%;animation:2s cubic-bezier(.65,0,.35,1) infinite scrollDown;position:absolute;top:0;left:0}@keyframes scrollDown{0%{transform:translateY(-100%)}to{transform:translateY(300%)}}.about{padding:var(--space-5xl) 0 var(--space-2xl) 0;background:var(--bg-primary);position:relative}.about .container{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.about-image-wrapper{border-radius:var(--radius-lg);aspect-ratio:4/3;box-shadow:var(--shadow-elevated);position:relative;overflow:hidden}.about-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform var(--duration-slow) var(--ease-out)}.about-image-wrapper:hover img{transform:scale(1.05)}.about-image-overlay{background:linear-gradient(#0000,#1a1d2b59);position:absolute;inset:0}.about-image-badge{bottom:var(--space-xl);left:var(--space-xl);border-radius:var(--radius-md);font-family:var(--ff-accent);letter-spacing:1px;text-transform:uppercase;color:var(--gold-500);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #1a1d2b14;padding:12px 24px;font-size:.8rem;font-weight:600;position:absolute}.about-features{gap:var(--space-lg);margin-top:var(--space-2xl);grid-template-columns:1fr 1fr;display:grid}.about-feature{align-items:flex-start;gap:var(--space-md);display:flex}.about-feature-icon{border-radius:var(--radius-md);width:40px;height:40px;color:var(--red-500);background:linear-gradient(135deg,#8b1e1e1f,#8b1e1e0a);flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.about-feature-text h4{font-family:var(--ff-accent);color:var(--text-primary);margin-bottom:4px;font-size:.9rem;font-weight:600}.about-feature-text p{color:var(--text-light);font-size:.82rem;line-height:1.5}.committees{padding:var(--space-2xl) 0 var(--space-2xl) 0;background:linear-gradient(to bottom, var(--bg-primary) 0%, var(--bg-secondary) 10%, var(--bg-secondary) 90%, var(--bg-primary) 100%);position:relative;overflow:hidden}.committees-header{text-align:center;margin-bottom:var(--space-4xl)}.committees-header .section-subtitle{margin:0 auto}.committees-grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.committee-card{border-radius:var(--radius-lg);padding:var(--space-2xl);transition:all var(--duration-normal) var(--ease-out);cursor:pointer;-webkit-backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff14;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006}.committee-card:before,.committee-card:hover:before{display:none}.committee-card:hover{background:#ffffff0f;border-color:#ef444459;transform:translateY(-4px);box-shadow:0 12px 40px #0009,0 0 25px #8b1e1e33}.committee-icon{border-radius:var(--radius-lg);width:56px;height:56px;margin-bottom:var(--space-xl);justify-content:center;align-items:center;font-size:1.5rem;display:flex}.committee-icon.icon-silver{color:var(--silver-600);background:linear-gradient(135deg,#5c64781f,#5c64780f)}.committee-icon.icon-red{color:var(--red-500);background:linear-gradient(135deg,#8b1e1e1f,#a728280f)}.committee-icon.icon-green{color:#16a34a;background:linear-gradient(135deg,#16a34a1f,#16a34a0f)}.committee-card h3{font-family:var(--ff-heading);color:var(--text-primary);margin-bottom:var(--space-sm);font-size:1.3rem;font-weight:700}.committee-card h3 a{color:inherit;transition:transform var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out);text-decoration:none;display:inline-block}.committee-card:hover h3 a,.committee-card h3 a:hover{color:var(--red-400);text-shadow:0 0 12px #ef444466;transform:scale(1.08)}.committee-card .committee-full-name{font-family:var(--ff-accent);letter-spacing:1px;text-transform:uppercase;color:var(--gold-500);margin-bottom:var(--space-lg);font-size:.75rem;font-weight:600}.committee-card p{color:var(--text-muted);margin-bottom:var(--space-xl);font-size:.92rem;line-height:1.7}.committee-agenda{padding:var(--space-md);border-radius:var(--radius-md);background:var(--dark-05)}.committee-agenda-label{font-family:var(--ff-accent);letter-spacing:1px;text-transform:uppercase;color:var(--gold-500);margin-bottom:6px;font-size:.7rem;font-weight:600}.committee-agenda-text{color:var(--text-muted);font-size:.85rem;font-style:italic}.topic-item:not(:last-child){margin-bottom:var(--space-md);padding-bottom:var(--space-md);border-bottom:1px solid var(--dark-05)}.timeline-section{padding:var(--space-2xl) 0 var(--space-2xl) 0;background:var(--bg-primary);position:relative}.timeline-section:before{content:"";background:radial-gradient(at 50% 0,#8b1e1e0a 0%,#0000 50%);position:absolute;inset:0}.timeline-header{text-align:center;margin-bottom:var(--space-4xl)}.timeline-header .section-subtitle{margin:0 auto}.schedule-grid{gap:var(--space-2xl);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));max-width:900px;margin:0 auto;display:grid}.schedule-card{padding:var(--space-2xl);border-radius:var(--radius-lg);transition:all var(--duration-normal) var(--ease-out);-webkit-backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff14;flex-direction:column;display:flex;box-shadow:0 8px 32px #0006}.schedule-card:hover{background:#ffffff0f;border-color:#ef444459;transform:translateY(-4px);box-shadow:0 12px 40px #0009,0 0 25px #8b1e1e33}.schedule-card-header{margin-bottom:var(--space-lg);border-bottom:1px solid var(--dark-05);padding-bottom:var(--space-md)}.schedule-day-badge{font-family:var(--ff-accent);letter-spacing:2px;text-transform:uppercase;color:var(--red-500);border-radius:var(--radius-full);margin-bottom:var(--space-xs);background:#8b1e1e14;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.schedule-card-header h3{font-family:var(--ff-heading);color:var(--text-primary);margin-top:.25rem;font-size:1.3rem}.schedule-list{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.schedule-list li{font-family:var(--ff-body);color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.92rem;font-weight:500;display:flex}.schedule-dot{background:var(--red-500);opacity:.8;border-radius:50%;flex-shrink:0;width:6px;height:6px}.register-cta{padding:var(--space-2xl) 0 var(--space-5xl) 0;text-align:center;position:relative}.register-cta:before{content:"";background:radial-gradient(at 30%,#8b1e1e0a 0%,#0000 50%),radial-gradient(at 70%,#252d5008 0%,#0000 50%);position:absolute;inset:0}.register-cta-box{padding:var(--space-4xl) var(--space-2xl);border-radius:var(--radius-xl);position:relative;overflow:hidden}.register-cta-box:before{content:"";border-radius:var(--radius-xl);background:linear-gradient(135deg, var(--red-500), transparent, var(--dark-10));z-index:-1;opacity:.15;position:absolute;inset:-1px}.register-cta h2{font-family:var(--ff-heading);color:var(--text-primary);margin-bottom:var(--space-lg);font-size:clamp(2rem,4vw,3rem);font-weight:700}.register-cta p{color:var(--text-muted);max-width:550px;margin:0 auto var(--space-2xl);font-size:1.1rem;line-height:1.7}.register-cta .btn-primary{padding:16px 48px;font-size:1rem}.register-cta-info{justify-content:center;gap:var(--space-3xl);margin-top:var(--space-2xl);display:flex}.register-cta-info span{font-family:var(--ff-accent);color:var(--text-light);align-items:center;gap:var(--space-sm);font-size:.85rem;display:flex}.footer{padding:var(--space-lg) 0;border-top:1px solid var(--dark-05);background:linear-gradient(to bottom, var(--bg-primary) 0%, var(--bg-secondary) 15%)}.footer-top{gap:var(--space-3xl);padding-bottom:var(--space-2xl);border-bottom:1px solid var(--dark-05);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.footer-brand{align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg);display:flex}.footer-brand img{border:1.5px solid var(--dark-10);border-radius:50%;width:40px;height:40px}.footer-brand-name{font-family:var(--ff-heading);color:var(--red-500);font-size:1.2rem;font-weight:700}.footer-brand-name span{color:var(--text-primary)}.footer-description{color:var(--text-light);max-width:320px;font-size:.9rem;line-height:1.7}.footer-links h4{font-family:var(--ff-accent);letter-spacing:2px;text-transform:uppercase;color:var(--red-400);margin-bottom:var(--space-lg);font-size:.75rem;font-weight:600}.footer-links ul{gap:var(--space-md);flex-direction:column;display:flex}.footer-links a{color:var(--text-light);transition:all var(--duration-fast) var(--ease-out);font-size:.9rem}.footer-links a:hover{color:var(--text-primary);padding-left:4px}.footer-bottom{padding-top:var(--space-xl);justify-content:space-between;align-items:center;display:flex}.footer-copy{color:var(--text-light);font-size:.82rem}.footer-socials{gap:var(--space-md);display:flex}.footer-social-link{background:var(--dark-05);border:1px solid var(--dark-10);width:40px;height:40px;color:var(--text-muted);transition:all var(--duration-fast) var(--ease-out);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.footer-social-link:hover{background:var(--red-500);color:var(--white);border-color:var(--red-500);transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.reveal{opacity:0;will-change:transform, opacity;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1)}.reveal-up{transform:translateY(100px)}.reveal-down{transform:translateY(-100px)}.reveal-left{transform:translate(-120px)}.reveal-right{transform:translate(120px)}.reveal-zoom{transform:scale(.85)translateY(60px)}.reveal:not(.reveal-up):not(.reveal-down):not(.reveal-left):not(.reveal-right):not(.reveal-zoom){transform:translateY(80px)}.reveal.active{opacity:1;transform:translate(0)scale(1)!important}.committees-grid .committee-card,.about-features .about-feature,.timeline .timeline-item{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(60px)}.committees-grid .committee-card.stagger-visible,.about-features .about-feature.stagger-visible,.timeline .timeline-item.stagger-visible,.register-cta-info span.stagger-visible{opacity:1;transform:translateY(0)}.section-label{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1) .1s,transform .6s cubic-bezier(.16,1,.3,1) .1s;transform:translateY(20px)}.reveal.active .section-label,.section-label.stagger-visible{opacity:1;transform:translateY(0)}.reveal.active .section-title{animation:.8s cubic-bezier(.16,1,.3,1) .15s both fadeSlideUp}.reveal.active .section-subtitle{animation:.8s cubic-bezier(.16,1,.3,1) .3s both fadeSlideUp}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.glow-orb{filter:blur(80px);pointer-events:none;z-index:-1;border-radius:50%;position:absolute}.glow-orb.red{background:#8b1e1e0d}.glow-orb.navy{background:#252d500a}@media (width<=1024px){.hero .container{text-align:center;flex-direction:column}.hero-content,.hero-description{max-width:100%}.hero-actions,.hero-stats{justify-content:center}.hero-visual{flex:none;width:100%;max-width:420px}.about .container{gap:var(--space-2xl);grid-template-columns:1fr}.committees-grid{grid-template-columns:1fr 1fr}.footer-top{gap:var(--space-2xl);grid-template-columns:1fr 1fr}}@media (width<=768px){.navbar{-webkit-backdrop-filter:blur(20px);box-sizing:border-box;border-bottom:1px solid #ffffff14;width:100vw;max-width:100vw;padding:0;left:0;right:0;background:#0b0f19f7!important}.navbar .container-wide{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;max-width:100%;margin:0;padding:.75rem 1rem;display:flex}.nav-brand-text{font-size:1.1rem}.nav-toggle{z-index:1060;cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;gap:5px;padding:8px;position:fixed;top:14px;right:16px;display:flex!important}.nav-toggle span{transform-origin:50%;background:#f8fafc;border-radius:3px;width:24px;height:2.5px;transition:transform .25s,opacity .2s;display:block}.nav-toggle.active span:first-child{transform:translateY(7.5px)rotate(45deg)}.nav-toggle.active span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-toggle.active span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.nav-links{-webkit-backdrop-filter:blur(24px);z-index:1050;box-sizing:border-box;background:#0b0f19fa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100vw;height:100vh;margin:0;padding:2rem 1.5rem;display:none;position:fixed;top:0;left:0}.nav-links.active{animation:.25s both mobileMenuIn;display:flex}@keyframes mobileMenuIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.nav-links li{text-align:center;width:100%;list-style:none}.nav-links a{font-family:var(--ff-heading);color:#f8fafc;text-transform:none;letter-spacing:0;border-radius:10px;padding:.55rem 1.5rem;font-size:1.8rem;font-weight:700;text-decoration:none;transition:color .2s,background .2s;display:block}.nav-links a:after{display:none}.nav-links a:active,.nav-links a:hover{color:#ef4444;background:#ef444417}section,.training-videos-section{max-width:100vw;overflow-x:hidden}.committees-grid{grid-template-columns:1fr}.committee-topics-grid{gap:1.25rem;grid-template-columns:1fr!important}.committee-detail-page{padding-top:5.5rem;padding-bottom:3rem}.committee-hero-title{font-size:2rem}.hero-stats{gap:var(--space-lg);flex-direction:column}.about-features{grid-template-columns:1fr}.register-cta-info{gap:var(--space-md);flex-direction:column}.footer-top{grid-template-columns:1fr}.footer-bottom{gap:var(--space-lg);text-align:center;flex-direction:column}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--bg-muted);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--silver-400)}.training-videos-section{background:linear-gradient(to bottom, var(--bg-primary) 0%, var(--bg-primary) 100%);padding:6rem 0;position:relative}.video-categories-tabs{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.video-tab-btn{color:var(--text-primary);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:24px;padding:.65rem 1.4rem;font-size:.95rem;font-weight:600;transition:all .3s}.video-tab-btn:hover{color:#ef4444;background:#ffffff14;border-color:#ef444466;transform:translateY(-2px)}.video-tab-btn.active{background:linear-gradient(135deg, var(--red-500) 0%, var(--red-400) 100%);color:#fff;border-color:#0000;box-shadow:0 4px 16px #8b1e1e59}.videos-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.video-card-item{-webkit-backdrop-filter:blur(20px);cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 8px 32px #0006}.video-card-item:hover{background:#ffffff0f;border-color:#ef444459;transform:translateY(-4px);box-shadow:0 12px 40px #0009,0 0 25px #8b1e1e33}.video-thumb-wrapper{aspect-ratio:16/9;background:#000;width:100%;position:relative;overflow:hidden}.video-thumb-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.video-card-item:hover .video-thumb-img{transform:scale(1.08)}.video-play-btn{color:#fff;background:#8b1e1ee6;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.9);box-shadow:0 4px 20px #0006}.video-card-item:hover .video-play-btn{background:#a72828;transform:translate(-50%,-50%)scale(1.1)}.video-card-info{flex-direction:column;flex:1;padding:1.25rem;display:flex}.video-card-title{font-family:var(--ff-accent);color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:700;line-height:1.35}.video-card-meta{color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:auto;font-size:.85rem;display:flex}.video-badge{color:var(--red-500);background:#8b1e1e14;border-radius:12px;padding:.25rem .65rem;font-size:.75rem;font-weight:700}.video-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;opacity:0;pointer-events:none;background:#0a0e1ad9;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.video-modal-backdrop.open{opacity:1;pointer-events:auto}.video-modal-container{background:#111625;border:1px solid #ffffff1a;border-radius:20px;width:92%;max-width:900px;transition:transform .3s;position:relative;overflow:hidden;transform:scale(.95);box-shadow:0 25px 60px #00000080}.video-modal-backdrop.open .video-modal-container{transform:scale(1)}.video-modal-close{color:#fff;cursor:pointer;z-index:10;background:#ffffff26;border:none;border-radius:50%;width:36px;height:36px;font-size:1.5rem;line-height:1;transition:all .2s;position:absolute;top:12px;right:16px}.video-modal-close:hover{background:var(--red-500)}.video-modal-body{aspect-ratio:16/9;background:#000;width:100%;position:relative}.video-modal-body iframe{width:100%;height:100%}.video-modal-footer{color:#fff;padding:1.25rem 1.5rem}.video-modal-footer h3{font-family:var(--ff-accent);font-size:1.25rem;font-weight:700}.home-quiz-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:30;background:#0a0e1aeb;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;animation:.3s ease-out fadeIn;display:flex;position:absolute;top:0;left:0}.home-quiz-card{color:#1a1d2b;width:100%;max-width:540px;font-family:var(--ff-body);background:#fff;border-radius:20px;padding:2rem;box-shadow:0 20px 50px #00000080}.home-quiz-badge{color:var(--red-500);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.78rem;font-weight:800}.home-quiz-title{font-family:var(--ff-accent);color:#1a1d2b;margin-bottom:1.25rem;font-size:1.2rem;font-weight:800;line-height:1.4}.home-quiz-options{flex-direction:column;gap:.75rem;margin-bottom:1.25rem;display:flex}.home-quiz-option-btn{color:#334155;text-align:left;cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;padding:.85rem 1.1rem;font-size:.92rem;font-weight:600;transition:all .2s}.home-quiz-option-btn:hover{border-color:var(--red-400);background:#fff;transform:translateY(-1px)}.home-quiz-option-btn.selected{border-color:var(--red-500);color:var(--red-500);background:#8b1e1e14}.home-quiz-alert{border-radius:10px;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.88rem;font-weight:700}.home-quiz-alert.error{color:#ef4444;background:#fef2f2;border:1px solid #fecaca}.home-quiz-alert.success{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.home-quiz-submit-btn{background:linear-gradient(135deg, var(--red-500) 0%, var(--red-400) 100%);color:#fff;cursor:pointer;border:none;border-radius:30px;width:100%;padding:.9rem;font-size:.95rem;font-weight:700;transition:all .3s;box-shadow:0 4px 16px #8b1e1e40}.home-quiz-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b1e1e59}.video-modal-controls-bar{background:#fff;border-top:1px solid #f1f5f9;align-items:center;gap:.85rem;padding:.85rem 1.25rem .5rem;display:flex}.player-icon-btn{cursor:pointer;color:#334155;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:transform .15s,opacity .15s;display:flex}.player-icon-btn:hover{opacity:.8;transform:scale(1.1)}.player-text-btn{color:#334155;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.2rem .4rem;font-size:.88rem;font-weight:800;transition:background .15s}.player-text-btn:hover{background:#f1f5f9}.player-timeline-container{cursor:pointer;flex-direction:column;flex:1;justify-content:center;padding-top:1.1rem;display:flex;position:relative}.player-time-labels{color:#64748b;font-size:.72rem;font-weight:700;font-family:var(--ff-body), system-ui, sans-serif;justify-content:space-between;display:flex;position:absolute;top:0;left:0;right:0}.player-seekbar-track{background:#e2e8f0;border-radius:2px;width:100%;height:4px;position:relative}.player-seekbar-fill{background:#2563eb;border-radius:2px;width:0%;height:100%;transition:width .1s linear}.player-seekbar-handle{background:#2563eb;border-radius:50%;width:10px;height:10px;transition:left .1s linear;position:absolute;top:50%;left:0%;transform:translate(-50%,-50%);box-shadow:0 0 4px #2563eb80}.player-markers-track{width:100%;height:16px;margin-top:2px;position:relative}.video-marker-droplet{cursor:pointer;z-index:15;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:absolute;top:0;transform:translate(-50%)}.video-marker-droplet:hover{transform:translate(-50%)scale(1.35)}.committee-detail-page{background:var(--bg-primary);color:var(--text-secondary);min-height:100vh;padding-top:8rem;padding-bottom:5rem;position:relative;overflow-x:hidden}.back-link{color:var(--gold-500);transition:all var(--duration-fast) var(--ease-out);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.back-link:hover{color:var(--text-primary);transform:translate(-4px)}.committee-hero{margin-bottom:4rem;position:relative}.committee-hero-badge{color:var(--gold-500);text-transform:uppercase;letter-spacing:.5px;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;margin-bottom:1rem;padding:.35rem .85rem;font-size:.8rem;font-weight:700;display:inline-block}.committee-hero-title{color:var(--text-primary);letter-spacing:-.5px;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800}.committee-hero-subtitle{font-family:var(--ff-accent);letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;font-weight:600}.committee-hero-desc{max-width:750px;color:var(--text-muted);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.committee-topics-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;display:grid}@media (width<=768px){.committee-topics-grid{grid-template-columns:1fr}}.topic-card{padding:var(--space-2xl);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(20px);transition:all var(--duration-normal) var(--ease-out);background:#ffffff08;border:1px solid #ffffff14;flex-direction:column;justify-content:space-between;display:flex;box-shadow:0 8px 32px #0006}.topic-card:hover{background:#ffffff0d;border-color:#ef444459;transform:translateY(-4px);box-shadow:0 12px 40px #0009,0 0 25px #8b1e1e33}.topic-card-badge{color:var(--red-400);text-transform:uppercase;letter-spacing:.5px;background:#8b1e1e26;border:1px solid #8b1e1e4d;border-radius:8px;align-self:flex-start;margin-bottom:1.25rem;padding:.25rem .65rem;font-size:.75rem;font-weight:700}.topic-card-title{color:var(--text-primary);margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:700;line-height:1.4}.topic-card-desc{color:var(--text-muted);margin-bottom:var(--space-xl);flex-grow:1;font-size:.95rem;line-height:1.6}.btn-download-guide{width:100%;padding:.85rem var(--space-xl);border-radius:var(--radius-md);color:#fff;cursor:pointer;background:linear-gradient(90deg,#8b1e1e 0%,#a72828 100%);border:none;justify-content:center;align-items:center;gap:.6rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #8b1e1e40}.btn-download-guide:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b1e1e59}
