@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";#root{max-width:100%;margin:0;padding:0;text-align:left}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,sans-serif;background:#fff;color:#111827;line-height:1.6;min-height:100vh}.berkeley-blue{color:#003262}.berkeley-gold{color:#fdb515}nav{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50;border-bottom:1px solid #f3f4f6}.nav-container{max-width:1152px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{font-weight:700;font-size:1.25rem}.nav-link{color:#111827;text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:#003262}main{padding-top:6rem;animation:fadeIn .5s ease-in-out}.container{max-width:1152px;margin:0 auto;padding:5rem 1.5rem}.hero{text-align:center;margin-bottom:5rem}h1{font-size:4rem;font-weight:700;letter-spacing:-.02em;margin-bottom:2rem}.tagline{font-size:2.5rem;font-weight:500;color:#374151;margin-top:1rem}.event-card{max-width:42rem;margin:0 auto 3rem;background:linear-gradient(to bottom right,#f9fafb,#f3f4f6);border-radius:1rem;padding:2rem;border:1px solid #e5e7eb;box-shadow:0 10px 15px -3px #0000001a;animation:slideUp .5s ease-out;text-align:center}.event-label{color:#003262;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.event-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.event-details{font-size:1.125rem;color:#4b5563;line-height:1.8}.event-details p{margin:.5rem 0}.event-details .location{font-weight:500}.event-note{font-size:.875rem;color:#6b7280;margin-top:.75rem}.description{max-width:48rem;margin:5rem auto 0;text-align:center;color:#6b7280;font-size:1.125rem;line-height:1.8;animation:fadeIn .5s ease-in-out;animation-delay:.3s;animation-fill-mode:both}footer{margin-top:8rem;border-top:1px solid #f3f4f6;padding:2rem 1.5rem}.footer-content{max-width:1152px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#6b7280}.form-section{max-width:32rem;margin:4rem auto 0;animation:fadeIn .5s ease-in-out;animation-delay:.4s;animation-fill-mode:both}.form-card{background:linear-gradient(to bottom right,#e6f2ff,#cce0ff);border-radius:1rem;padding:2.5rem;border:1px solid #003262;box-shadow:0 10px 15px -3px #00326233;text-align:center}.form-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.form-subtitle{font-size:1rem;color:#6b7280;margin-bottom:1.5rem}.form-group{display:flex;gap:.75rem;margin-bottom:1rem}.form-input{flex:1;padding:.875rem 1rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:.5rem;background:#fff;transition:all .2s;font-family:Inter,system-ui,sans-serif}.form-input:focus{outline:none;border-color:#003262;box-shadow:0 0 0 3px #0032621a}.form-input::placeholder{color:#9ca3af}.submit-btn{padding:.875rem 1.5rem;background:#003262;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:Inter,system-ui,sans-serif;min-width:140px}.submit-btn:hover:not(:disabled){background:#024;transform:translateY(-1px);box-shadow:0 10px 15px -3px #00326233}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.form-message{margin-top:1rem;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;animation:slideUp .3s ease-out}.form-message.success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.form-message.error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.form-message.info{background:#dbeafe;color:#1e3a8a;border:1px solid #bfdbfe}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.let-me-in-btn{background:#fdb515;color:#003262;padding:.75rem 2rem;font-size:1.125rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);margin-top:1.5rem;position:relative;animation:pulse 2s infinite;box-shadow:0 0 #fdb515b3;transform-origin:center}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #fdb515b3}50%{transform:scale(1.05);box-shadow:0 0 0 10px #fdb51500}to{transform:scale(1);box-shadow:0 0 #fdb51500}}.let-me-in-btn:hover{background:#f5a200;transform:translateY(-3px) scale(1.08);box-shadow:0 8px 25px #fdb51559;animation:pulse 2s infinite}.popup-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.popup-content{background:#fff;border-radius:1rem;padding:2.5rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 40px #00000026;animation:slideUp .3s ease-out}.popup-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#6b7280;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .2s}.popup-close:hover{background:#f3f4f6;color:#111827}.got-it-btn{background:#003262;color:#fff;padding:.75rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s;margin-top:1.5rem;width:100%}.got-it-btn:hover{background:#024;transform:translateY(-1px);box-shadow:0 4px 12px #0032624d}.popup-section{margin-bottom:2rem}.popup-section:last-child{margin-bottom:0}.popup-section h2,.popup-section h3{color:#003262;font-size:1.875rem;margin-bottom:1rem;font-weight:700}.popup-section p{color:#4b5563;font-size:1.125rem;line-height:1.75}.remember-list{list-style:none;padding:0}.remember-list li{color:#4b5563;font-size:1.125rem;line-height:1.75;padding-left:1.5rem;position:relative;margin-bottom:1rem}.remember-list li:before{content:"-";position:absolute;left:0;color:#fdb515;font-weight:700}.phone-popup h2{color:#003262;font-size:1.5rem;margin-bottom:1.5rem;font-weight:600;text-align:center}.phone-popup .form-card{box-shadow:none;padding:0;background:transparent;border:none}.phone-popup .form-title,.phone-popup .form-subtitle{display:none}.phone-popup .form-section{margin:0;animation:none}.phone-popup .form-group{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-bottom:0}.phone-popup .form-input{background:#fff;border:2px solid #e5e7eb;text-align:center;width:100%;max-width:300px}.phone-popup .form-input::placeholder{color:#9ca3af;text-align:center}.phone-popup .submit-btn{width:100%;max-width:300px}@media (max-width: 768px){h1{font-size:3rem}.tagline{font-size:1.75rem}.event-title{font-size:1.5rem}.footer-content{flex-direction:column;gap:.5rem}.form-group{flex-direction:column}.submit-btn{width:100%}.form-card{padding:1.5rem}}@media (max-width: 640px){.popup-overlay{padding:0}.popup-content{padding:1.5rem;margin:1rem;max-width:calc(100vw - 2rem);max-height:calc(100vh - 2rem)}.popup-section{margin-bottom:1.25rem}.popup-section h2,.popup-section h3{font-size:1.25rem;margin-bottom:.75rem}.popup-section p{font-size:.9375rem;line-height:1.6}.remember-list li{font-size:.9375rem;line-height:1.6;margin-bottom:.75rem;padding-left:1.25rem}.got-it-btn{padding:.625rem 1.5rem;font-size:.9375rem;margin-top:1rem}.phone-popup h2{font-size:1.125rem;margin-bottom:1rem;padding:0 .5rem}.phone-popup .form-input{font-size:.9375rem;padding:.75rem 1rem}.phone-popup .submit-btn{font-size:.9375rem;padding:.75rem 1.5rem}.let-me-in-btn{font-size:1rem;padding:.625rem 1.5rem}}@media (max-width: 380px){.popup-content{padding:1.25rem;margin:.75rem;max-width:calc(100vw - 1.5rem)}.popup-section h2,.popup-section h3{font-size:1.125rem}.popup-section p{font-size:.875rem}.remember-list li{font-size:.875rem;padding-left:1rem}.phone-popup h2{font-size:1rem}.got-it-btn,.phone-popup .submit-btn{font-size:.875rem;padding:.625rem 1.25rem}}
