@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@600;700;800;900&display=swap";
:root{--c-primary:#2563eb;--c-secondary:#db2777;--c-dark:#0f172a;--c-surface:#f8fafc;--c-border:#0f172a14;--c-text:#334155;--c-muted:#64748b;--font-display:"Poppins",sans-serif;--font-body:"Inter",sans-serif;--radius-lg:2rem;--radius-xl:2.5rem;--shadow-card:0 4px 24px -4px #0f172a1a;--shadow-featured:0 20px 60px -10px #2563eb1f;--transition:.4s cubic-bezier(.4,0,.2,1);--nav-h:72px}.ev-nav{z-index:50;height:var(--nav-h);-webkit-backdrop-filter:blur(16px);background:#ffffffe6;border-bottom:1px solid #0000000d;transition:box-shadow .3s,background .3s;position:fixed;top:0;left:0;right:0}.ev-nav--scrolled{background:#fffffff7;box-shadow:0 2px 20px -4px #0f172a1a}.ev-nav__inner{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.ev-nav__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.ev-nav__logo-img{-o-object-fit:contain;object-fit:contain;width:auto;height:40px}.ev-nav__links{align-items:center;gap:2rem;display:flex}.ev-nav__link{font-family:var(--font-body);color:var(--c-muted);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.ev-nav__link:hover{color:var(--c-dark)}.ev-nav__link--active{color:var(--c-primary);font-weight:700}.ev-nav__cta{background:var(--c-primary);color:#fff;font-family:var(--font-display);border-radius:999px;align-items:center;padding:.55rem 1.5rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex;box-shadow:0 4px 14px -2px #2563eb59}.ev-nav__cta:hover{background:#1d4ed8;transform:translateY(-1px)}.ev-nav__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:.25rem;display:none}.ev-nav__hamburger span{background:var(--c-dark);border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.ev-nav__hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.ev-nav__hamburger--open span:nth-child(2){opacity:0}.ev-nav__hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.ev-nav__mobile{top:var(--nav-h);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--c-border);z-index:49;background:#fffffffa;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem 1.75rem;display:none;position:fixed;left:0;right:0;box-shadow:0 8px 24px -4px #0f172a1a}.ev-nav__mobile--open{display:flex}.ev-nav__mobile-link{font-family:var(--font-body);color:var(--c-muted);border-radius:.5rem;padding:.65rem .5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.ev-nav__mobile-link:hover{color:var(--c-dark);background:var(--c-surface)}.ev-nav__mobile-link--active{color:var(--c-primary);font-weight:700}.ev-nav__mobile-cta{background:var(--c-primary);color:#fff;font-family:var(--font-display);border-radius:999px;justify-content:center;align-items:center;margin-top:.75rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 14px -2px #2563eb59}@media (max-width:767px){.ev-nav__links{display:none}.ev-nav__hamburger{display:flex}}.ev-hero{border-bottom:1px solid var(--c-border);text-align:center;font-family:var(--font-body);opacity:0;background:#fff;padding:10rem 1.5rem 5rem;transition:opacity .7s,transform .7s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;transform:translateY(24px)}.ev-hero--in{opacity:1;transform:translateY(0)}.ev-hero__dots{pointer-events:none;background-image:radial-gradient(#2563eb17 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.ev-hero__glow{pointer-events:none;background:radial-gradient(circle,#2563eb12 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-120px;right:-100px}.ev-hero__inner{z-index:1;max-width:760px;margin:0 auto;position:relative}.ev-hero__eyebrow{color:var(--c-primary);font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;background:#eff6ff;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.7rem;font-weight:700;display:inline-flex}.ev-hero__eyebrow svg{width:12px;height:12px}.ev-hero__title{font-family:var(--font-display);color:var(--c-dark);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.4rem,7vw,5rem);font-weight:800;line-height:1.05}.ev-hero__title-accent{background:linear-gradient(135deg,var(--c-primary),var(--c-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ev-hero__sub{color:var(--c-muted);max-width:560px;margin:0 auto;font-size:1.1rem;line-height:1.75}.ev-tabs-bar{top:var(--nav-h);z-index:40;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--c-border);background:#f8fafceb;padding:.75rem 0;position:sticky;box-shadow:0 4px 12px -4px #0f172a0f}.ev-tabs{scrollbar-width:none;gap:.6rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;overflow-x:auto}.ev-tabs::-webkit-scrollbar{display:none}.ev-tab{font-family:var(--font-display);border:1.5px solid var(--c-border);color:var(--c-muted);cursor:pointer;transition:var(--transition);white-space:nowrap;background:#fff;border-radius:999px;flex-shrink:0;padding:.5rem 1.25rem;font-size:.82rem;font-weight:700}.ev-tab:hover{border-color:var(--c-primary);color:var(--c-primary)}.ev-tab--active{background:var(--c-dark);color:#fff;border-color:var(--c-dark)}.ev-main{max-width:1200px;font-family:var(--font-body);margin:0 auto;padding:0 1.5rem 6rem}.ev-section{margin-top:4rem}.ev-section__heading{font-family:var(--font-display);color:var(--c-dark);align-items:center;gap:.75rem;margin-bottom:1.75rem;font-size:1.4rem;font-weight:800;display:flex}.ev-section__heading--ruled{border-bottom:1.5px solid var(--c-border);padding-bottom:1rem}.ev-section__subheading{font-family:var(--font-display);color:var(--c-dark);border-bottom:1px solid var(--c-border);margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700}.ev-reveal{opacity:0;transition:opacity .6s,transform .6s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.ev-reveal--in{opacity:1;transform:translateY(0)}.ev-pulse{flex-shrink:0;width:14px;height:14px;display:inline-flex;position:relative}.ev-pulse__ring{opacity:.75;background:#93c5fd;border-radius:50%;animation:1.5s ease-in-out infinite evPulse;position:absolute;inset:0}.ev-pulse__dot{background:var(--c-primary);border-radius:50%;width:100%;height:100%;position:relative}@keyframes evPulse{0%,to{opacity:.75;transform:scale(1)}50%{opacity:0;transform:scale(1.8)}}.ev-featured{border-radius:var(--radius-xl);border:1.5px solid var(--c-border);box-shadow:var(--shadow-featured);transition:border-color var(--transition);background:#fff;grid-template-columns:1fr;display:grid;overflow:hidden}.ev-featured:hover{border-color:#2563eb40}@media (min-width:1024px){.ev-featured{grid-template-columns:1fr 1fr}}.ev-featured__img-wrap{height:280px;position:relative;overflow:hidden}@media (min-width:1024px){.ev-featured__img-wrap{height:auto;min-height:360px}}.ev-featured__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .7s}.ev-featured:hover .ev-featured__img{transform:scale(1.04)}.ev-featured__countdown{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:var(--font-display);color:var(--c-primary);background:#ffffffeb;border-radius:.75rem;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.78rem;font-weight:700;display:flex;position:absolute;top:1.25rem;left:1.25rem;box-shadow:0 4px 12px #00000014}.ev-featured__countdown svg{width:14px;height:14px}.ev-featured__body{flex-direction:column;justify-content:center;padding:2.5rem 2rem;display:flex}@media (min-width:768px){.ev-featured__body{padding:3rem 3.5rem}}.ev-featured__label{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:var(--c-secondary);margin-bottom:.75rem;font-size:.65rem;font-weight:800;display:block}.ev-featured__title{font-family:var(--font-display);color:var(--c-dark);letter-spacing:-.02em;margin-bottom:.85rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.15}.ev-featured__desc{color:var(--c-muted);margin-bottom:1.75rem;font-size:.95rem;line-height:1.75}.ev-featured__meta{color:var(--c-text);flex-wrap:wrap;gap:1.25rem;margin-bottom:2rem;font-size:.85rem;font-weight:600;display:flex}.ev-featured__meta span{align-items:center;gap:.4rem;display:flex}.ev-featured__meta svg{width:16px;height:16px}.ev-btn{font-family:var(--font-display);cursor:pointer;transition:var(--transition);border:none;border-radius:1rem;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.875rem;font-weight:700;text-decoration:none;display:inline-flex}.ev-btn svg{width:16px;height:16px}.ev-btn--primary{background:var(--c-primary);color:#fff;box-shadow:0 8px 20px -4px #2563eb59}.ev-btn--primary:hover{background:#1d4ed8;transform:translateY(-2px)}.ev-grid{grid-template-columns:1fr;gap:1.75rem;display:grid}@media (min-width:640px){.ev-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ev-grid{grid-template-columns:repeat(3,1fr)}}.ev-empty{text-align:center;color:var(--c-muted);padding:4rem 0;font-size:1rem}.ev-card{border:1.5px solid var(--c-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);background:#fff;flex-direction:column;animation:.5s both evCardIn;display:flex;overflow:hidden}@keyframes evCardIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.ev-card:hover{border-color:#2563eb33;transform:translateY(-6px);box-shadow:0 20px 40px -8px #2563eb21}.ev-card__img-wrap{background:#f1f5f9;height:210px;position:relative;overflow:hidden}.ev-card__img{-o-object-fit:cover;object-fit:cover;filter:grayscale(50%);opacity:.88;width:100%;height:100%;transition:filter .5s,opacity .5s,transform .5s}.ev-card:hover .ev-card__img{filter:grayscale(0);opacity:1;transform:scale(1.04)}.ev-card__img-overlay{background:linear-gradient(#0000,#0f172a4d);position:absolute;inset:0}.ev-card__badge{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;border-radius:.5rem;padding:.28rem .75rem;font-size:.6rem;font-weight:800;position:absolute;top:1rem;right:1rem}.ev-card__badge--past{background:var(--c-dark);color:#fff}.ev-card__badge--upcoming{background:var(--c-primary);color:#fff}.ev-card__body{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem;display:flex}.ev-card__meta{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.ev-card__date{color:var(--c-muted);align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;display:flex}.ev-card__date svg{width:12px;height:12px}.ev-card__category{font-size:.65rem;font-weight:700;font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;border-radius:.4rem;padding:.22rem .65rem}.ev-card__title{font-family:var(--font-display);color:var(--c-dark);transition:color var(--transition);font-size:1.05rem;font-weight:700;line-height:1.35}.ev-card:hover .ev-card__title{color:var(--c-primary)}.ev-card__desc{color:var(--c-muted);flex:1;font-size:.855rem;line-height:1.7}.ev-card__takeaways{border:1px solid var(--c-border);background:#f8fafc;border-radius:.875rem;margin-top:.25rem;padding:.85rem 1rem}.ev-card__takeaways-label{color:var(--c-text);font-size:.68rem;font-weight:700;font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.5rem}.ev-card__takeaways ul{margin:0;padding:0;list-style:none}.ev-card__takeaways li{color:var(--c-muted);align-items:flex-start;gap:.4rem;margin-bottom:.3rem;font-size:.78rem;line-height:1.5;display:flex}.ev-card__takeaways li svg{color:#22c55e;flex-shrink:0;width:12px;height:12px;margin-top:2px}.ev-card__cta{background:linear-gradient(135deg,var(--c-primary),var(--c-secondary));color:#fff;font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:gap var(--transition),transform var(--transition);border:none;border-radius:999px;align-self:flex-start;align-items:center;gap:.45rem;margin-top:.5rem;padding:.6rem 1.25rem;font-size:.75rem;font-weight:700;display:inline-flex;box-shadow:0 4px 14px -2px #2563eb47}.ev-card__cta svg{width:14px;height:14px}.ev-card__cta:hover{gap:.65rem;transform:translateY(-1px)}.ev-newsletter{background:var(--c-dark);color:#fff;font-family:var(--font-body);border-top:1px solid #ffffff0f;padding:5rem 1.5rem}.ev-newsletter__inner{text-align:center;max-width:560px;margin:0 auto}.ev-newsletter__title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.6rem,4vw,2.2rem);font-weight:800}.ev-newsletter__sub{color:#94a3b8;margin-bottom:2rem;font-size:.95rem;line-height:1.75}.ev-newsletter__form{flex-direction:column;gap:.75rem;display:flex}@media (min-width:480px){.ev-newsletter__form{flex-direction:row}}.ev-newsletter__input-wrap{flex:1;align-items:center;display:flex;position:relative}.ev-newsletter__input-wrap svg{color:#64748b;pointer-events:none;width:16px;height:16px;position:absolute;left:1rem}.ev-newsletter__input-wrap input{color:#fff;width:100%;font-family:var(--font-body);transition:border-color var(--transition);background:#ffffff12;border:1.5px solid #ffffff1f;border-radius:.875rem;outline:none;padding:.9rem 1rem .9rem 2.75rem;font-size:.9rem}.ev-newsletter__input-wrap input::placeholder{color:#64748b}.ev-newsletter__input-wrap input:focus{border-color:var(--c-primary)}.ev-newsletter__btn{background:var(--c-primary);color:#fff;font-family:var(--font-display);cursor:pointer;white-space:nowrap;transition:background var(--transition),transform var(--transition);border:none;border-radius:.875rem;padding:.9rem 1.75rem;font-size:.875rem;font-weight:700;box-shadow:0 6px 20px -4px #2563eb80}.ev-newsletter__btn:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px)}.ev-newsletter__btn:disabled{opacity:.65;cursor:not-allowed}.ev-newsletter__success{color:#86efac;background:#22c55e1f;border-radius:.875rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.9rem;font-weight:600;display:flex}.ev-newsletter__success svg{width:16px;height:16px}.ev-newsletter__error{color:#fca5a5;margin-top:.5rem;font-size:.82rem}.ev-skeleton{background:#e2e8f0;border-radius:.5rem;animation:1.4s ease-in-out infinite evShimmer}@keyframes evShimmer{0%,to{opacity:1}50%{opacity:.4}}.ev-skeleton--img{border-radius:var(--radius-lg);height:280px}.ev-skeleton--tag{width:100px;height:16px;margin-bottom:.75rem}.ev-skeleton--title{border-radius:.375rem;width:70%;height:32px;margin-bottom:.75rem}.ev-skeleton--text{border-radius:.25rem;width:90%;height:14px;margin-bottom:.5rem}.ev-skeleton--short{width:55%}.ev-featured--skeleton{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}@media (min-width:1024px){.ev-featured--skeleton{flex-direction:row}}.ev-featured--skeleton .ev-skeleton--img{flex:1;height:320px}.ev-card--skeleton .ev-skeleton--img{border-radius:0;height:210px}.ev-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172aa6;justify-content:center;align-items:center;padding:1.5rem;animation:.25s evFadeIn;display:flex;position:fixed;inset:0}@keyframes evFadeIn{0%{opacity:0}to{opacity:1}}.ev-modal{background:#fff;border-radius:1.5rem;width:100%;max-width:580px;max-height:90vh;padding:2.5rem;animation:.3s cubic-bezier(.16,1,.3,1) evScaleIn;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #0000004d}@keyframes evScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ev-modal__close{color:var(--c-muted);cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.4rem;transition:color .2s,background .2s;position:absolute;top:1.25rem;right:1.25rem}.ev-modal__close:hover{color:var(--c-dark);background:#f1f5f9}.ev-modal__close svg{width:22px;height:22px;display:block}.ev-modal__header{text-align:center;margin-bottom:2rem}.ev-modal__title{font-family:var(--font-display);color:var(--c-primary);margin-bottom:.35rem;font-size:1.5rem;font-weight:800}.ev-modal__sub{color:var(--c-muted);font-size:.9rem;font-family:var(--font-body)}.ev-modal__form{flex-direction:column;gap:1.1rem;display:flex}.ev-modal__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:480px){.ev-modal__row{grid-template-columns:1fr}}.ev-modal__field{flex-direction:column;gap:.45rem;display:flex}.ev-modal__field label{font-family:var(--font-display);color:var(--c-dark);font-size:.82rem;font-weight:700}.ev-modal__field input,.ev-modal__field textarea{border:1.5px solid var(--c-border);font-family:var(--font-body);color:var(--c-text);background:#fcfcfc;border-radius:.625rem;outline:none;padding:.75rem 1rem;font-size:.9rem;transition:border-color .2s}.ev-modal__field input:focus,.ev-modal__field textarea:focus{border-color:var(--c-primary);background:#fff}.ev-modal__field textarea{resize:vertical}.ev-modal__error{color:#ef4444;font-size:.82rem;font-family:var(--font-body);text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:.5rem}.ev-modal__actions{grid-template-columns:auto 1fr;gap:.75rem;margin-top:.5rem;display:grid}.ev-modal__btn-cancel{border:1.5px solid var(--c-border);font-family:var(--font-display);color:var(--c-text);cursor:pointer;background:#fff;border-radius:.75rem;padding:.8rem 1.5rem;font-size:.875rem;font-weight:700;transition:border-color .2s,color .2s}.ev-modal__btn-cancel:hover{border-color:var(--c-primary);color:var(--c-primary)}.ev-modal__btn-submit{background:var(--c-primary);color:#fff;font-family:var(--font-display);cursor:pointer;border:none;border-radius:.75rem;padding:.8rem 1.5rem;font-size:.875rem;font-weight:700;transition:background .2s,transform .2s;box-shadow:0 4px 12px #2563eb4d}.ev-modal__btn-submit:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px)}.ev-modal__btn-submit:disabled{opacity:.6;cursor:not-allowed}.ev-modal__success{text-align:center;font-family:var(--font-body);padding:1.5rem 0}.ev-modal__success h3{font-family:var(--font-display);color:var(--c-dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.ev-modal__success p{color:var(--c-muted);font-size:.9rem}.ev-modal__success-icon svg{color:#22c55e;width:56px;height:56px;margin-bottom:1rem}
:root{--nav-h:72px}.ed-nav{z-index:100;height:var(--nav-h);-webkit-backdrop-filter:blur(16px);background:#ffffffe6;border-bottom:1px solid #0000000f;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}.ed-nav--scrolled{box-shadow:0 4px 24px -4px #0000001a}.ed-nav__inner{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.ed-nav__logo{align-items:center;text-decoration:none;display:flex}.ed-nav__logo-img{width:auto;height:40px}.ed-nav__links{align-items:center;gap:2rem;display:flex}.ed-nav__link{color:#64748b;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.ed-nav__link:hover{color:#0f172a}.ed-nav__link--active{color:#2563eb;font-weight:700}.ed-nav__cta{color:#fff;background:#2563eb;border-radius:999px;padding:.5rem 1.4rem;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;box-shadow:0 4px 14px -2px #2563eb4d}.ed-nav__cta:hover{background:#1d4ed8;transform:translateY(-1px)}.ed-nav__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:.25rem;display:none}.ed-nav__hamburger span{background:#0f172a;border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.ed-nav__hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.ed-nav__hamburger--open span:nth-child(2){opacity:0}.ed-nav__hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.ed-nav__mobile{top:var(--nav-h);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:99;background:#fffffffa;border-bottom:1px solid #0f172a14;flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem 1.75rem;display:none;position:fixed;left:0;right:0;box-shadow:0 8px 24px -4px #0f172a1a}.ed-nav__mobile--open{display:flex}.ed-nav__mobile-link{color:#64748b;border-radius:.5rem;padding:.65rem .5rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.ed-nav__mobile-link:hover{color:#0f172a;background:#f8fafc}.ed-nav__mobile-link--active{color:#2563eb;font-weight:700}.ed-nav__mobile-cta{color:#fff;background:#2563eb;border-radius:999px;justify-content:center;align-items:center;margin-top:.75rem;padding:.75rem 1.5rem;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 14px -2px #2563eb59}@media (max-width:767px){.ed-nav__links{display:none}.ed-nav__hamburger{display:flex}}.ed-hero{min-height:100vh;padding:calc(var(--nav-h) + 1.5rem)1.5rem 4rem;flex-direction:column;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.ed-hero__bg{z-index:0;position:absolute;inset:0}.ed-hero__bg-img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.ed-hero__overlay{background:linear-gradient(#05081240 0%,#050812b3 60%,#050812f5 100%);position:absolute;inset:0}.ed-hero__topbar{top:calc(var(--nav-h) + 1.25rem);z-index:2;justify-content:space-between;align-items:center;display:flex;position:absolute;left:1.5rem;right:1.5rem}.ed-back-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:.45rem;padding:.5rem 1.1rem;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.ed-back-btn svg{width:15px;height:15px}.ed-back-btn:hover{background:#ffffff38;transform:translate(-2px)}.ed-share-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:.4rem;padding:.5rem 1.1rem;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:700;transition:background .2s;display:inline-flex}.ed-share-btn svg{width:15px;height:15px}.ed-share-btn:hover{background:#ffffff38}.ed-hero__content{z-index:1;text-align:center;width:100%;max-width:800px;margin:0 auto;position:relative}.ed-status-pill{letter-spacing:.12em;text-transform:uppercase;border-radius:999px;margin-bottom:1.25rem;padding:.35rem 1rem;font-family:Poppins,sans-serif;font-size:.7rem;font-weight:800;display:inline-block}.ed-status-pill--past{color:#cbd5e1;background:#ffffff1f;border:1px solid #ffffff40}.ed-status-pill--upcoming{color:#fff;background:#2563ebcc;border:1px solid #60a5fa66}.ed-hero__title{color:#fff;letter-spacing:-.02em;text-shadow:0 2px 24px #00000059;margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-size:clamp(2rem,6vw,3.75rem);font-weight:800;line-height:1.1}.ed-hero__meta{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.ed-hero__meta-item{color:#fffc;align-items:center;gap:.45rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;display:flex}.ed-hero__meta-item svg{width:16px;height:16px}.ed-countdown{margin-bottom:2rem}.ed-countdown__label{color:#ffffff8c;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:.78rem;font-weight:600}.ed-countdown__blocks{justify-content:center;align-items:center;gap:.75rem;display:flex}.ed-countdown__block{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:.875rem;flex-direction:column;align-items:center;min-width:72px;padding:.85rem 1.25rem;display:flex}.ed-countdown__num{color:#fff;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:800;line-height:1}.ed-countdown__unit{color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;margin-top:.3rem;font-family:Inter,sans-serif;font-size:.65rem;font-weight:600}.ed-btn{cursor:pointer;border:none;border-radius:.875rem;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .25s,transform .25s,box-shadow .25s;display:inline-flex}.ed-btn svg{width:16px;height:16px}.ed-btn--lg{padding:1rem 2.25rem;font-size:1rem}.ed-btn--primary{color:#fff;background:#2563eb;box-shadow:0 6px 20px -4px #2563eb66}.ed-btn--primary:hover{background:#1d4ed8;transform:translateY(-2px)}.ed-btn--ghost{color:#334155;background:#fff;border:1.5px solid #0f172a14}.ed-btn--ghost:hover{color:#2563eb;border-color:#2563eb}.ed-body{background:#f8fafc;min-height:50vh;padding-bottom:5rem;font-family:Inter,sans-serif}.ed-container{max-width:900px;margin:0 auto;padding:0 1.5rem}.ed-tabs-bar{top:var(--nav-h);z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);scrollbar-width:none;background:#f8fafceb;border-bottom:1px solid #0f172a14;gap:0;margin:0 -1.5rem;padding:0 1.5rem;display:flex;position:sticky;overflow-x:auto}.ed-tabs-bar::-webkit-scrollbar{display:none}.ed-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2.5px solid #0000;flex-shrink:0;padding:1rem 1.5rem;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:700;transition:color .2s,border-color .2s}.ed-tab:hover{color:#0f172a}.ed-tab--active{color:#2563eb;border-bottom-color:#2563eb}.ed-tab-content{padding-top:.5rem}.ed-section{border-bottom:1px solid #0f172a14;padding:2.5rem 0}.ed-section:last-child{border-bottom:none}.ed-section__title{color:#0f172a;letter-spacing:-.01em;margin-bottom:1.25rem;font-family:Poppins,sans-serif;font-size:1.35rem;font-weight:800}.ed-section__text{color:#334155;font-size:1rem;line-height:1.9}.ed-two-col{border-bottom:1px solid #0f172a14;grid-template-columns:1fr;gap:1.25rem;padding:2.5rem 0;display:grid}@media (min-width:640px){.ed-two-col{grid-template-columns:1fr 1fr}}.ed-info-card{background:#fff;border:1.5px solid #0f172a14;border-radius:1.25rem;padding:1.75rem;transition:box-shadow .25s,border-color .25s}.ed-info-card:hover{border-color:#2563eb2e;box-shadow:0 8px 24px -4px #0f172a17}.ed-info-card__icon{border-radius:.875rem;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:1rem;display:flex}.ed-info-card__icon svg{width:20px;height:20px}.ed-info-card__icon--blue{color:#2563eb;background:#eff6ff}.ed-info-card__icon--green{color:#16a34a;background:#f0fdf4}.ed-info-card__title{color:#0f172a;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700}.ed-checklist{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.ed-checklist li{color:#334155;align-items:flex-start;gap:.5rem;font-size:.9rem;line-height:1.6;display:flex}.ed-checklist li svg{color:#2563eb;flex-shrink:0;width:14px;height:14px;margin-top:3px}.ed-checklist--green li svg{color:#16a34a}.ed-highlights-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:560px){.ed-highlights-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:860px){.ed-highlights-grid{grid-template-columns:repeat(3,1fr)}}.ed-highlight-card{background:#fff;border:1.5px solid #0f172a14;border-radius:1rem;padding:1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;animation:.45s both edCardIn;position:relative;overflow:hidden}@keyframes edCardIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.ed-highlight-card:hover{border-color:#2563eb38;transform:translateY(-4px);box-shadow:0 12px 32px -6px #2563eb1f}.ed-highlight-card__num{color:#2563eb14;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:800;line-height:1;position:absolute;top:1rem;right:1rem}.ed-highlight-card__icon{color:#d97706;background:#fef9c3;border-radius:.75rem;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:.85rem;display:flex}.ed-highlight-card__icon svg{width:18px;height:18px}.ed-highlight-card__text{color:#334155;font-size:.9rem;font-weight:500;line-height:1.6}.ed-gallery{grid-template-columns:repeat(2,1fr);gap:.625rem;display:grid}@media (min-width:560px){.ed-gallery{grid-template-columns:repeat(3,1fr)}}.ed-gallery__item{aspect-ratio:4/3;cursor:pointer;background:#e2e8f0;border:none;border-radius:.875rem;padding:0;position:relative;overflow:hidden}.ed-gallery__item img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s}.ed-gallery__item-overlay{color:#fff;background:#0f172a00;justify-content:center;align-items:center;transition:background .3s;display:flex;position:absolute;inset:0}.ed-gallery__item-overlay svg{opacity:0;width:28px;height:28px;transition:opacity .3s}.ed-gallery__item:hover img{transform:scale(1.05)}.ed-gallery__item:hover .ed-gallery__item-overlay{background:#0f172a73}.ed-gallery__item:hover .ed-gallery__item-overlay svg{opacity:1}.ed-video{aspect-ratio:16/9;background:#0f172a;border-radius:1.25rem;overflow:hidden;box-shadow:0 12px 40px -8px #0f172a33}.ed-video iframe{border:none;width:100%;height:100%}.ed-cta-bar{flex-wrap:wrap;align-items:center;gap:1rem;padding:2.5rem 0 0;display:flex}.ed-lightbox{z-index:999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#050812f5;justify-content:center;align-items:center;animation:.2s edFadeIn;display:flex;position:fixed;inset:0}@keyframes edFadeIn{0%{opacity:0}to{opacity:1}}.ed-lightbox__img{-o-object-fit:contain;object-fit:contain;border-radius:.75rem;max-width:90vw;max-height:85vh;animation:.25s edScaleIn;box-shadow:0 24px 80px -8px #0009}@keyframes edScaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.ed-lightbox__close{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.ed-lightbox__close:hover{background:#ffffff38}.ed-lightbox__close svg{width:18px;height:18px}.ed-lightbox__prev,.ed-lightbox__next{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ed-lightbox__prev{left:1.25rem}.ed-lightbox__next{right:1.25rem}.ed-lightbox__prev:hover{background:#ffffff38;transform:translateY(-50%)translate(-2px)}.ed-lightbox__next:hover{background:#ffffff38;transform:translateY(-50%)translate(2px)}.ed-lightbox__prev svg,.ed-lightbox__next svg{width:20px;height:20px}.ed-lightbox__counter{color:#fff9;background:#ffffff14;border-radius:999px;padding:.3rem .85rem;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:700;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.ed-hero-skeleton{background:#1e293b;height:100vh}.ed-sk{background:#e2e8f0;border-radius:.5rem;animation:1.4s ease-in-out infinite edShimmer}@keyframes edShimmer{0%,to{opacity:1}50%{opacity:.4}}.ed-sk--full{border-radius:0;width:100%;height:100%}.ed-sk--title{border-radius:.5rem;width:55%;height:36px;margin:2.5rem auto 1rem}.ed-sk--text{width:80%;height:15px;margin:0 auto .75rem}.ed-sk--short{width:45%}.ed-error{text-align:center;min-height:80vh;padding:calc(var(--nav-h) + 2rem)1.5rem 2rem;flex-direction:column;justify-content:center;align-items:center;font-family:Inter,sans-serif;display:flex}.ed-error h1{color:#0f172a;margin-bottom:.75rem;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:800}.ed-error p{color:#64748b;margin-bottom:2rem}
