.highlight-page{background:var(--bg-deep);color:#fff;min-height:100vh;overflow-x:hidden}.highlight-hero{isolation:isolate;justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.highlight-hero__bg{opacity:.9;display:block;position:absolute;inset:0}.highlight-hero__bg-image{object-fit:cover;object-position:center;filter:saturate(.9)contrast(1.05);width:100%;height:100%}.highlight-hero__bg-overlay{z-index:1;background:linear-gradient(#06081647 0%,#06081666 40%,#060816bf 100%);position:absolute;inset:0}.highlight-hero__glow{pointer-events:none;z-index:1;background:radial-gradient(circle at 50% 30%,#e046a329,#0000 45%);position:absolute;inset:0}.highlight-hero__content{z-index:10;text-align:center;flex-direction:column;align-items:center;max-width:900px;padding:2rem 1.5rem;display:flex;position:relative}.highlight-hero__logo-wrap{margin-bottom:1.5rem}.highlight-hero__fade-up{animation:.8s cubic-bezier(.22,1,.36,1) both heroFadeUp}.highlight-hero__fade-up--2{animation-delay:60ms}.highlight-hero__fade-up--3{animation-delay:.12s}.highlight-hero__fade-up--4{animation-delay:.18s}.highlight-hero__fade-up--5{animation-delay:.24s}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.highlight-hero__logo{filter:drop-shadow(0 10px 30px #00000080);max-width:550px;height:auto}@media (min-width:640px){.highlight-hero__logo{max-width:700px}}@media (max-width:1024px){.highlight-hero__content{padding:2rem 1.25rem}.highlight-hero__logo{max-width:520px}}@media (max-width:768px){.highlight-hero{min-height:85dvh}.highlight-hero__content{padding:1.9rem 1rem}.highlight-hero__logo{max-width:360px}.highlight-hero__badge{gap:.4rem;padding:.45rem 1rem;font-size:.75rem}.highlight-hero__title{font-size:clamp(1.9rem,7vw,2.75rem)}.highlight-hero__desc{max-width:100%;margin-bottom:1.75rem;font-size:clamp(.95rem,2.5vw,1.05rem)}.highlight-hero__scroll{margin-top:.75rem}}@media (max-width:640px){.highlight-hero{min-height:78dvh}.highlight-hero__content{padding:1.5rem .85rem}.highlight-hero__logo{max-width:280px}.highlight-hero__badge{padding:.4rem .95rem;font-size:.7rem}.highlight-hero__title{font-size:clamp(1.8rem,8vw,2.2rem)}.highlight-hero__desc{padding:0 .25rem;font-size:.95rem;line-height:1.6}.highlight-hero__scroll{width:22px;height:36px}}.highlight-hero__badge{-webkit-backdrop-filter:blur(10px);letter-spacing:.25em;color:var(--accent-yellow);background:#8f5ce626;border:1px solid #8f5ce64d;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.7rem;font-weight:600;display:inline-flex}.highlight-hero__badge-icon{width:14px;height:14px}.highlight-hero__title{font-family:var(--font-headline-local),sans-serif;text-shadow:0 0 40px #e046a34d,0 0 80px #8f5ce626;margin-bottom:1.25rem;font-size:clamp(1.75rem,5vw,3.5rem);font-weight:900;line-height:1.15}.highlight-hero__title-accent{background:linear-gradient(135deg,var(--primary-pink-light),var(--accent-yellow));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.highlight-hero__desc{color:#ffffffb3;max-width:600px;margin-bottom:2.5rem;font-size:clamp(.9rem,2vw,1.1rem);line-height:1.7}.highlight-hero__scroll{border:2px solid #fff3;border-radius:12px;justify-content:center;width:24px;height:40px;padding-top:6px;display:flex}.highlight-hero__scroll-dot{background:#ffffff80;border-radius:2px;width:4px;height:8px}.highlight-gallery{max-width:1200px;margin:0 auto;padding:5rem 1rem;position:relative}.highlight-gallery__header,.highlight-video__header,.highlight-sponsors__header{text-align:center;margin-bottom:2.5rem}.highlight-gallery__header-label,.highlight-video__header-label,.highlight-sponsors__header-label{letter-spacing:.3em;color:var(--primary-pink-light);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.7rem;font-weight:600;display:inline-flex}.highlight-gallery__header-icon,.highlight-video__header-icon,.highlight-sponsors__header-icon{width:14px;height:14px}.highlight-gallery__header-title,.highlight-video__header-title,.highlight-sponsors__header-title{font-family:var(--font-headline-local),sans-serif;margin:0;font-size:clamp(1.6rem,4vw,2.5rem);font-weight:700}.highlight-gallery__header-subtitle{color:#ffffff80;margin-top:.5rem;font-size:.95rem}.highlight-gallery__viewer{background:#1a1d3abf;border:1px solid #ffffff14;border-radius:1.5rem;overflow:hidden}.highlight-gallery__stage{aspect-ratio:16/9;background:#0a0c1a;position:relative;overflow:hidden}@media (max-width:640px){.highlight-gallery__stage{aspect-ratio:4/3}}.highlight-gallery__image-wrap{position:absolute;inset:0}.highlight-gallery__image,.highlight-gallery__thumb-image,.highlight-lightbox__image{object-fit:cover;width:100%;height:100%;display:block}.highlight-gallery__loading-overlay{z-index:5;background:#0a0c1aa6;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.highlight-gallery__loading-icon{color:#ffffffd9;width:2rem;height:2rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.highlight-lightbox__image{object-fit:contain}.highlight-gallery__vignette{pointer-events:none;background:radial-gradient(#0000 50%,#0e102699 100%);position:absolute;inset:0}.highlight-gallery__nav{z-index:10;color:#fff;cursor:pointer;opacity:0;background:#0e1026cc;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.highlight-gallery__stage:hover .highlight-gallery__nav{opacity:1}@media (hover:none){.highlight-gallery__nav{opacity:1;width:36px;height:36px}}.highlight-gallery__nav:hover{background:#8f5ce680;border-color:#8f5ce699}.highlight-gallery__nav--prev{left:1rem}.highlight-gallery__nav--next{right:1rem}.highlight-gallery__controls{z-index:10;background:#0e1026e6;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:.75rem;padding:.4rem .75rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.highlight-gallery__control-btn{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.4rem;transition:all .2s;display:flex}.highlight-gallery__control-btn:hover{color:#fff;background:#ffffff1a}.highlight-gallery__counter{color:#fff9;letter-spacing:.1em;font-variant-numeric:tabular-nums;text-align:center;min-width:50px;font-size:.75rem;font-weight:500}.highlight-gallery__progress-track{z-index:10;background:#ffffff0f;height:3px;position:absolute;bottom:0;left:0;right:0}.highlight-gallery__progress-bar{background:linear-gradient(90deg,var(--primary-purple-light),var(--primary-pink-light));border-radius:0 2px 2px 0;height:100%}.highlight-gallery__thumbs-container{background:#0e102666;border-top:1px solid #ffffff0a;padding:.75rem}.highlight-gallery__thumbs{scroll-behavior:auto;scrollbar-width:thin;scrollbar-color:#8f5ce64d transparent;gap:.5rem;padding:.25rem;display:flex;overflow-x:auto}.highlight-gallery__thumbs::-webkit-scrollbar{height:4px}.highlight-gallery__thumbs::-webkit-scrollbar-track{background:0 0}.highlight-gallery__thumbs::-webkit-scrollbar-thumb{background:#8f5ce64d;border-radius:4px}.highlight-gallery__thumb{cursor:pointer;opacity:.5;background:#0a0c1a;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:72px;height:48px;transition:all .25s;position:relative;overflow:hidden}.highlight-gallery__thumb:hover{opacity:.85}.highlight-gallery__thumb--active{opacity:1}.highlight-gallery__thumb-ring{border:2px solid var(--primary-pink-light);pointer-events:none;border-radius:10px;position:absolute;inset:-2px;box-shadow:0 0 12px #e046a34d}.highlight-lightbox{z-index:9999;cursor:pointer;background:#000000eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.highlight-lightbox__content{cursor:default;width:90vw;height:80vh;position:relative}.highlight-lightbox__close{z-index:10;color:#fff;cursor:pointer;background:#00000080;border:1px solid #fff3;border-radius:50%;padding:.75rem;transition:all .2s;position:absolute;top:1.5rem;right:1.5rem}.highlight-lightbox__close:hover{background:#8f5ce680}.highlight-lightbox__nav{z-index:10;color:#fff;cursor:pointer;background:#00000080;border:1px solid #ffffff26;border-radius:50%;padding:.75rem;transition:all .2s;position:absolute;top:50%;transform:translateY(-50%)}.highlight-lightbox__nav:hover{background:#8f5ce680}.highlight-lightbox__nav--prev{left:1.5rem}.highlight-lightbox__nav--next{right:1.5rem}.highlight-lightbox__counter{color:#fff9;letter-spacing:.1em;font-size:.85rem;font-weight:500;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.highlight-video{max-width:1200px;margin:0 auto;padding:5rem 1rem;position:relative}.highlight-video__frame-outer{background:linear-gradient(135deg,#8f5ce666,#e046a34d,#ff6a0033);border-radius:1.5rem;padding:3px;box-shadow:0 0 0 1px #8f5ce626,0 20px 60px #00000080,0 0 80px #8f5ce614}.highlight-video__frame-inner{background:#0a0c1a;border-radius:calc(1.5rem - 3px);overflow:hidden}.highlight-video__iframe{aspect-ratio:16/9;border:none;width:100%;display:block}.highlight-sponsors{max-width:1000px;margin:0 auto;padding:4rem 1rem 5rem;position:relative}.highlight-sponsors__grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;display:grid}@media (min-width:640px){.highlight-sponsors__grid{grid-template-columns:repeat(5,1fr);gap:1.25rem}}.highlight-sponsors__card{-webkit-backdrop-filter:blur(8px);cursor:default;background:#1a1d3a66;border:1px solid #ffffff0f;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem 1rem;transition:all .3s;display:flex}.highlight-sponsors__card:hover{background:#1a1d3a99;border-color:#8f5ce64d;box-shadow:0 0 30px #8f5ce61a}.highlight-sponsors__logo{object-fit:contain;filter:brightness(1.1);width:auto;max-height:48px;transition:filter .3s}.highlight-sponsors__card:hover .highlight-sponsors__logo{filter:brightness(1.3)drop-shadow(0 0 8px #8f5ce64d)}.highlight-sponsors__name{letter-spacing:.1em;color:#fff6;text-transform:uppercase;font-size:.7rem;font-weight:500}.highlight-footer{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem 3rem;display:flex;position:relative;overflow:hidden}.highlight-footer__inner{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:min(100%,700px);max-width:700px;margin:0 auto;display:flex;position:relative}.highlight-footer__divider{background:linear-gradient(90deg,var(--primary-purple-light),var(--primary-pink-light));border-radius:1px;width:60px;height:2px;margin:0 auto 2rem}.highlight-footer__text{font-family:var(--font-logo-local),sans-serif;letter-spacing:.18em;color:#fff;white-space:nowrap;margin:0 0 .75rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:1.05}.highlight-footer__subtext{color:#ffffffb3;letter-spacing:.2em;margin:-.3rem 0 0;font-size:clamp(1.25rem,2.75vw,1.65rem);font-weight:600}.highlight-footer__glow{pointer-events:none;background:radial-gradient(#e046a326 0%,#0000 70%);width:300px;height:120px;position:absolute;bottom:-60px;left:50%;transform:translate(-50%)}
