:root{--royal-blue:#2a4dd0;--royal-blue-hover:#3b63f5;--royal-blue-active:#1a38a8;--royal-blue-glow:#2a4dd026;--royal-blue-semi:#2a4dd014;--noble-white:#fff;--noble-white-darker:#f5f7fa;--noble-white-slate:#e9efff;--text-dark:#050b24;--text-muted:#5e6b8c;--border-color:#2a4dd0;--border-light:#2a4dd033;--font-header:"Gotham", -apple-system, sans-serif;--font-body:"Gotham", -apple-system, sans-serif;--transition-smooth:all .3s cubic-bezier(.25, .8, .25, 1);--transition-fast:all .15s ease-out;--border-radius-sm:6px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:#f0f2f8;min-height:100%}body{background-color:var(--noble-white);color:var(--text-dark);font-family:var(--font-body);min-height:100dvh;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);font-size:16px;font-weight:400;line-height:1.6;overflow-x:hidden}#root{flex-direction:column;min-height:100dvh;display:flex}#root>.app-layout{z-index:1;flex-direction:column;flex:1;width:100%;display:flex;position:relative}#root>.app-layout>main{flex:1;width:100%}.page-bg{z-index:-1;pointer-events:none;background-color:#f0f2f8;width:100vw;height:100vh;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}@keyframes bgDrift{0%{background-position:0 0,100% 100%,50%,20% 80%}20%{background-position:30% 15%,80% 65%,35% 55%,10% 90%}40%{background-position:10% 35%,70% 80%,55% 40%,30% 70%}60%{background-position:35% 15%,85% 60%,45% 60%,15% 75%}80%{background-position:5% 30%,90% 75%,50% 35%,25% 85%}to{background-position:0 0,100% 100%,50%,20% 80%}}.page-bg:after{content:"";pointer-events:none;background-color:#0000;background-image:radial-gradient(70% 55% at 5% 15%,#3c64c842 0%,#0000 60%),radial-gradient(50% 40% at 95% 85%,#5078c836 0%,#0000 55%),radial-gradient(40% 50%,#6482be24 0%,#0000 50%),radial-gradient(60% 30% at 20% 80%,#466ebe2e 0%,#0000 55%);background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:100% 100%;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;animation:12s ease-in-out infinite bgDrift;position:absolute;top:0;bottom:0;left:0;right:0}@media (max-width:640px){.page-bg:after{background:radial-gradient(60% 45% at 10% 20%,#3c64c840 0%,#0000 60%),radial-gradient(40% 30% at 90% 80%,#5078c833 0%,#0000 55%),radial-gradient(30% 40%,#6482be24 0%,#0000 50%),radial-gradient(50% 20% at 30% 70%,#466ebe2e 0%,#0000 55%)}}h1,h2,h3,h4,h5,h6{font-family:var(--font-header);font-weight:700;line-height:1.1}ul,ol{padding-left:40px}ul ul,ol ul,ul ol,ol ol{margin:4px 0;padding-left:32px}ul{list-style-type:disc}ul ul{list-style-type:circle}ul ul ul{list-style-type:square}p{color:var(--text-muted);font-weight:400}strong,b{font-weight:800}.hub-section{max-width:1200px;margin:0 auto;padding:60px 4%;position:relative}.hub-section-header{margin-bottom:40px}.hub-section-title{font-family:var(--font-header);letter-spacing:-.5px;color:#111827;font-size:2.25rem;font-weight:800}.hub-card{background:#fff;border:2px solid #e0e4ec;border-radius:12px;padding:32px}.hub-grid-2{grid-template-columns:1fr 1fr;gap:24px;display:grid}.hub-grid-3{grid-template-columns:1fr 1fr 1fr;gap:24px;display:grid}@media (max-width:768px){.hub-grid-2,.hub-grid-3{grid-template-columns:1fr}.hub-section{padding:40px 4%}}.responsive-grid-2{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}@media (max-width:768px){html,body{overscroll-behavior-y:none}.responsive-grid-2{grid-template-columns:1fr}.responsive-grid-2 .photo-slider{order:-1}}header{z-index:100;background:#fff;height:64px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1300px;height:100%;margin:0 auto;display:flex;position:relative}.header-logo{z-index:2;flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.logo-icon{justify-content:center;align-items:center;width:36px;height:36px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex}.logo-icon img{object-fit:contain;width:100%;height:100%;display:block}.logo-text{font-family:"Gotham", var(--font-header);letter-spacing:.5px;color:var(--text-dark);white-space:nowrap;font-size:1rem;font-weight:700}.header-nav{align-items:center;display:flex}.nav-links{align-items:center;gap:2px;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:#111827;font-family:var(--font-header);border-radius:var(--border-radius-sm);white-space:nowrap;padding:6px 14px;font-size:.88rem;font-weight:600;text-decoration:none;position:relative}.nav-links a:hover{color:#2a4dd0}.nav-links li.active a{color:#2a4dd0;font-weight:700}.menu-toggle{cursor:pointer;z-index:3;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.menu-toggle span{border-radius:var(--border-radius-sm);background-color:#111827;width:22px;height:2px;transition:all .2s;display:block}.menu-toggle.menu-open span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle.menu-open span:nth-child(2){opacity:0}.menu-toggle.menu-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav-backdrop,.mobile-nav{display:none}@media (max-width:900px){header{height:56px}.header-inner{padding:0 16px}.logo-icon{width:34px;height:34px}.logo-text,.header-nav{display:none}.menu-toggle{display:flex}.mobile-nav-backdrop{z-index:98;background:#0f162899;width:100vw;height:calc(100vh - 56px);animation:.2s fadeIn;display:block;position:fixed;top:56px;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-nav{z-index:99;background:#fff;flex-direction:column;width:100%;animation:.2s cubic-bezier(.16,1,.3,1) mobileNavSlideIn;display:flex;position:fixed;top:56px;left:0}@keyframes mobileNavSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-links{flex-direction:column;gap:2px;width:100%;margin:0;padding:8px 16px 16px;list-style:none;display:flex}.mobile-nav-links a{color:#111827;font-family:var(--font-header);border-radius:var(--border-radius-sm);padding:10px 14px;font-size:.95rem;font-weight:600;text-decoration:none;display:block}.mobile-nav-links a:hover{color:#2a4dd0}.mobile-nav-links li.active a{color:#2a4dd0;font-weight:700}}@media (max-width:480px){.logo-icon{width:30px;height:30px}}.george-page{background:0 0;min-height:100vh;padding-bottom:80px}.mascot-header{text-align:center;background:0 0;padding:100px 4% 0;position:relative}.mascot-header-eyebrow{font-family:var(--font-header);letter-spacing:1.5px;text-transform:uppercase;color:#2a4dd0;margin-bottom:2px;font-size:1rem}.mascot-header:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#2a4dd014 1px,#0000 1px);background-size:24px 24px;position:absolute;top:0;bottom:0;left:0;right:0}.mascot-header-inner{z-index:1;max-width:720px;margin:0 auto;position:relative}.mascot-header-title{font-family:var(--font-header);color:#111827;letter-spacing:-.3px;margin-bottom:16px;font-size:clamp(2.2rem,5.5vw,3.8rem);font-weight:800;line-height:1.2}.mascot-header-title span{color:#111827}@media (max-width:768px){.mascot-header{padding:64px 4% 0}.mascot-header-title{letter-spacing:-.2px;margin-bottom:12px;font-size:clamp(1.4rem,4vw,2.1rem)}}@media (max-width:640px){.mascot-header{padding:48px 4% 0}.mascot-header-title{letter-spacing:0;margin-bottom:10px;font-size:clamp(1.2rem,4.5vw,1.8rem)}}footer{padding:1.5rem 4% 1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom));color:#e2e8f4;background-color:#0f1628;border-top:none}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;max-width:1300px;margin:0 auto 1.2rem;display:flex}.footer-about{align-items:center;gap:14px;display:flex}.footer-logo{color:#fff;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.footer-logo img{width:36px;height:36px;display:block}.footer-logo-text{font-family:"Gotham", var(--font-header);letter-spacing:.5px;color:#fff;white-space:nowrap;font-size:1rem;font-weight:700}.footer-social-col{align-items:center;gap:14px;display:flex}.footer-heading{font-family:var(--font-header);letter-spacing:1.5px;text-transform:uppercase;color:#7a8db8;white-space:nowrap;margin:0;font-size:.68rem;font-weight:700}.footer-social{flex-wrap:wrap;gap:6px;display:flex}.footer-social-link{border-radius:var(--border-radius-sm);color:#fff;white-space:nowrap;align-items:center;gap:5px;padding:5px 9px;font-size:.78rem;font-weight:500;text-decoration:none;transition:none;display:inline-flex}.footer-social-link svg{flex-shrink:0;width:14px;height:14px}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;max-width:1300px;margin:0 auto;padding-top:.8rem;display:flex}.copyright,.footer-credit{color:#4a587a;margin:0;font-size:.75rem}.footer-credit a{color:#7a8db8;text-decoration:none}@media (max-width:1024px){.footer-logo-text{display:none}}@media (max-width:768px){footer{padding:1.2rem 5% .8rem;padding-bottom:calc(.8rem + env(safe-area-inset-bottom))}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:1rem}.footer-about,.footer-social-col{flex-wrap:wrap;justify-content:center}.footer-heading{text-align:center}.footer-bottom{text-align:center;flex-direction:column;align-items:center;gap:6px}}.scroll-reveal{opacity:1;transition:none;transform:none}.scroll-reveal--visible{opacity:1;transform:translateY(0)}.event-section{background:0 0;width:100%;padding:40px 4%;position:relative;overflow:hidden}.event-section-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid}.event-section-media{border-radius:var(--border-radius-sm);aspect-ratio:4/3;order:1;display:flex;overflow:hidden}.event-section-reverse .event-section-media{order:2}.event-section-media img,.event-section-media>div{object-fit:cover;width:100%;height:100%}.event-section-info{flex-direction:column;order:2;justify-content:center;gap:4px;display:flex}.event-section-reverse .event-section-info{order:1}.event-section-title{font-family:var(--font-header);color:var(--text-dark);letter-spacing:-.5px;font-size:2.25rem;font-weight:800;line-height:1.2}.event-section-desc{color:var(--text-muted);font-size:1.05rem;line-height:1.8}.george-chip{font-family:var(--font-header);letter-spacing:1px;text-transform:uppercase;color:#2a4dd0;font-size:.85rem}@media (max-width:992px){.event-section{padding:32px 4%}.event-section-inner{gap:40px}.event-section-title{font-size:1.85rem}}@media (max-width:768px){.event-section{padding:28px 4%}.event-section-inner,.event-section-reverse{direction:ltr;grid-template-columns:1fr;gap:30px}.event-section-media{aspect-ratio:4/3;order:1!important}.event-section-info{order:2!important}}.hero-slider-track{position:relative}.hero-slide-enter-next{animation:.2s cubic-bezier(.25,.8,.25,1) both heroSlideInNext}.hero-slide-enter-prev{animation:.2s cubic-bezier(.25,.8,.25,1) both heroSlideInPrev}@keyframes heroSlideInNext{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes heroSlideInPrev{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.hero-slider-dots{justify-content:center;align-items:center;gap:10px;margin-top:32px;display:flex}.hero-slider-dot{cursor:pointer;background:0 0;border:2px solid #d1d5db;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.hero-slider-dot.active{background:#2a4dd0;border-color:#2a4dd0;transform:scale(1.2)}.hero-slider-dot:hover{border-color:#2a4dd0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.animate-fade-in-up,.animate-fade-in,.animate-scale-in{opacity:1}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.delay-7{animation-delay:.7s}.delay-8{animation-delay:.8s}.george-hero{text-align:center;background:0 0;flex-direction:column;min-height:calc(100vh - 70px);padding:40px 4% 0;display:flex;position:relative;overflow:hidden}.george-hero .hero{flex:1;justify-content:center;align-items:center;display:flex}.george-hero-inner{z-index:1;max-width:720px;margin:0 auto;position:relative}.george-hero-title{font-family:var(--font-header);color:#111827;letter-spacing:-1px;margin-bottom:16px;font-size:clamp(2.8rem,7vw,4.5rem);font-weight:800;line-height:1.1}.george-hero-sub{color:#6b7280;max-width:800px;margin:0 auto 40px;font-size:1.2rem;line-height:1.7}.landing-logo{width:160px;height:auto;margin-bottom:20px}.landing-org-name{font-family:var(--font-header);color:#2a4dd0;white-space:nowrap;margin-bottom:12px;font-size:clamp(1.75rem,4vw,2rem)}.landing-cta-row{justify-content:center;align-items:center;gap:24px;margin-top:32px;display:flex}@media (max-width:1024px){.george-hero{min-height:calc(100vh - 60px)}.landing-logo{width:140px}.landing-org-name{font-size:clamp(1rem,2.2vw,1.75rem)}.george-hero-title{font-size:clamp(1.8rem,5vw,3.2rem)}}@keyframes heroShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.hero-skeleton{flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex}.hero-skeleton-eyebrow{background:linear-gradient(90deg,#2a4dd014 25%,#2a4dd02e 50%,#2a4dd014 75%) 0 0/200% 100%;border-radius:6px;width:40%;max-width:120px;height:10px;margin-top:4px;animation:1.5s ease-in-out infinite heroShimmer}.skeleton-hero-title{background:linear-gradient(90deg,#2a4dd014 25%,#2a4dd033 50%,#2a4dd014 75%) 0 0/200% 100%;border-radius:8px;width:65%;max-width:480px;height:44px;animation:1.5s ease-in-out infinite heroShimmer}.skeleton-hero-sub{background:linear-gradient(90deg,#2a4dd00f 25%,#2a4dd029 50%,#2a4dd00f 75%) 0 0/200% 100%;border-radius:6px;width:55%;max-width:400px;height:14px;animation:1.5s ease-in-out infinite heroShimmer}.hero-skeleton-btn-row{justify-content:center;gap:12px;margin-top:18px;display:flex}.hero-skeleton-btn{background:linear-gradient(90deg,#2a4dd01a 25%,#2a4dd038 50%,#2a4dd01a 75%) 0 0/200% 100%;border-radius:6px;width:160px;height:48px;animation:1.5s ease-in-out infinite heroShimmer}@media (max-width:768px){.skeleton-hero-title{width:75%;height:34px}.skeleton-hero-sub{height:12px}.hero-skeleton-btn{width:130px;height:42px}}@media (max-width:640px){.george-hero{padding:30px 4% 0}.landing-logo{width:120px}.landing-org-name{font-size:clamp(.75rem,4vw,1rem)}.george-hero-title{letter-spacing:-.5px;font-size:clamp(1.8rem,8vw,2.4rem)}.george-hero-sub{font-size:1.3rem}}.batches-page{background:0 0;min-height:100vh;padding-bottom:80px}.b-hero{text-align:center;background:0 0;padding:100px 4% 60px}.b-title{font-family:var(--font-header);color:#111827;letter-spacing:-.3px;margin-bottom:16px;font-size:clamp(2.2rem,5.5vw,3.8rem);font-weight:800;line-height:1.2}.b-sub{color:#6b7280;max-width:520px;margin:0 auto;font-size:1.15rem;line-height:1.7}.b-refresh{color:#9ca3af;justify-content:center;align-items:center;gap:8px;margin-top:12px;font-size:.82rem;display:flex}.b-error{color:#2a4dd0;border-radius:var(--border-radius-sm);background:#2a4dd00f;margin-top:12px;padding:8px 16px;font-size:.85rem;display:inline-block}.b-controls{flex-direction:column;align-items:center;gap:16px;max-width:1100px;margin:0 auto;padding:32px 4% 0;display:flex}.b-search{width:100%;max-width:480px;margin:0 auto}.b-search-input{border-radius:var(--border-radius-sm);width:100%;font-family:var(--font-body);color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;outline:none;padding:14px 16px;font-size:.92rem;line-height:1.5;transition:all .2s cubic-bezier(.4,0,.2,1)}.b-search-input:focus{background:#fff;border-color:#2a4dd0}.b-search-input::placeholder{color:#9ca3af}.b-filters{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;display:flex}.b-decades{flex-wrap:wrap;gap:6px;display:flex}.b-sort{gap:6px;display:flex}.b-filter-btn{color:#6b7280;font-family:var(--font-header);border-radius:var(--border-radius-sm);cursor:pointer;background:#fff;border:2px solid #d1d5db;justify-content:center;align-items:center;padding:8px 18px;font-size:.82rem;font-weight:700;line-height:1.2;text-decoration:none;transition:all .15s;display:inline-flex}.b-filter-btn.active{color:#fff;background:#2a4dd0;border-color:#2a4dd0}.b-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;max-width:1100px;margin:0 auto;padding:32px 4% 0;display:grid}.b-card{cursor:pointer;background:#fff;border:2px solid #e0e4ec;border-radius:12px;flex-direction:column;gap:8px;padding:24px;display:flex;position:relative;overflow:hidden}.b-card-year{font-family:var(--font-header);letter-spacing:.5px;text-transform:uppercase;color:#2a4dd0;font-size:.72rem}.b-card-name{font-family:var(--font-header);color:#111827;margin:0;font-size:1.1rem;font-weight:600;line-height:1.3}.b-card-count{color:#9ca3af;margin-top:4px;font-size:.82rem}.b-empty{text-align:center;max-width:1100px;margin:0 auto;padding:80px 4%}.b-empty-text{color:#9ca3af;font-size:.95rem}.r-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#0f162880;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0}.r-modal{background:#fff;border:2px solid #e0e4ec;border-radius:12px;width:100%;max-width:560px;max-height:80vh;padding:36px 32px;position:relative;overflow-y:auto}.r-close{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;line-height:1;transition:background .1s;display:flex;position:absolute;top:16px;right:16px}.r-close:hover{color:#111827;background:#e5e7eb}.r-header{margin-bottom:24px;padding-bottom:20px}.r-year{font-family:var(--font-header);letter-spacing:.5px;text-transform:uppercase;color:#2a4dd0;font-size:.72rem}.r-name{font-family:var(--font-header);color:#111827;margin:6px 0;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;line-height:1.2}.r-count{color:#9ca3af;font-size:.85rem}.r-list{grid-template-columns:1fr 1fr;gap:6px;display:grid}.r-member{color:#374151;border-radius:var(--border-radius-sm);align-items:center;padding:8px 12px;font-size:.85rem;font-weight:500;display:flex}.r-member.highlighted{color:#2a4dd0;background:#eef2ff;font-weight:600}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.batch-card.skeleton{pointer-events:none;border-radius:var(--border-radius-sm);background:#fff;flex-direction:column;justify-content:space-between;gap:12px;min-height:100px;padding:24px;display:flex}.skeleton-line{border-radius:var(--border-radius-sm);background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;height:12px;margin-bottom:8px;animation:1.5s ease-in-out infinite shimmer}.skeleton-short{width:40%;height:10px}.skeleton-long{width:80%;height:16px}.skeleton-medium{width:55%;height:10px;margin-top:8px}@keyframes spin{to{transform:rotate(360deg)}}.refreshing-spinner{border:2px solid #e5e7eb;border-top-color:#2a4dd0;border-radius:50%;width:12px;height:12px;animation:.8s linear infinite spin;display:inline-block}.b-pagination{justify-content:center;align-items:center;gap:16px;max-width:1100px;margin:0 auto;padding:40px 4% 0;display:flex}.b-page-indicator{align-items:center;gap:6px;display:flex}.b-page-dot{border-radius:var(--border-radius-sm);color:#6b7280;width:36px;height:36px;font-family:var(--font-header);cursor:pointer;background:#fff;border:2px solid #d1d5db;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;line-height:1;text-decoration:none;transition:all .15s;display:inline-flex}.b-page-dot.active{color:#fff;background:#2a4dd0;border-color:#2a4dd0}@media (max-width:640px){.b-pagination{flex-wrap:wrap;gap:10px}.b-page-indicator{order:-1;justify-content:center;width:100%}}@media (max-width:768px){.b-hero{padding:60px 4% 40px}.b-controls{align-items:center}.b-search{max-width:100%}.b-filters,.b-decades{justify-content:center}.b-sort{margin-left:0}.b-grid,.r-list{grid-template-columns:1fr}.r-modal{max-height:90vh;padding:28px 20px}}.premium-button{color:#fff;border-radius:var(--border-radius-sm);font-family:var(--font-header);cursor:pointer;background-color:#2a4dd0;border:none;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;padding:12px 24px;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .12s,filter .12s;display:inline-flex}.premium-button:hover{filter:brightness(1.12)}.premium-button:active{background-color:#0f267a}.premium-button:disabled,.premium-button--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}@keyframes integral-spin{to{transform:rotate(360deg)}}
