@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;500;700;900&display=swap";:root{--bg-dark: #0a0a0a;--primary-glow: #7000df;--secondary-glow: #ff0055;--text-white: #ffffff;--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--bg-dark);color:var(--text-white);font-family:Outfit,sans-serif;overflow-x:hidden;width:100%}#app{width:100%;max-width:100%}.app-container[data-v-873d6a58]{font-family:Outfit,sans-serif;background:linear-gradient(180deg,#253e64,#1c3254,#152238 50%,#0e1624);color:#fff;width:100%;overflow-x:hidden}.navbar[data-v-873d6a58]{position:fixed;top:0;left:0;width:100%;padding:20px 5%;z-index:1000;transition:all .4s ease;background:transparent}.navbar.scrolled[data-v-873d6a58]{background:#253e64cc;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:15px 5%;border-bottom:1px solid rgba(171,239,255,.1)}.nav-container[data-v-873d6a58]{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.logo-area[data-v-873d6a58]{display:flex;gap:15px}.logo-img[data-v-873d6a58]{height:40px;width:auto;filter:drop-shadow(0 0 5px rgba(255,255,255,.2));border-radius:5px}.menu-links[data-v-873d6a58]{display:flex;gap:30px;align-items:center}.nav-link[data-v-873d6a58]{color:#fffc;text-decoration:none;font-weight:500;text-transform:uppercase;font-size:.9rem;letter-spacing:1px;cursor:pointer;transition:color .3s;position:relative}.nav-link[data-v-873d6a58]:hover,.nav-link.active[data-v-873d6a58]{color:#ffd064;text-shadow:0 0 10px rgba(255,208,100,.4)}.nav-link.active[data-v-873d6a58]:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:#ffd064;box-shadow:0 0 10px #ffd064}.history-link[data-v-873d6a58]{color:#abefff}.ticket-btn[data-v-873d6a58]{background:linear-gradient(45deg,#ffd064,#f39c12);padding:10px 25px;border-radius:30px;color:#253e64;font-weight:900;font-size:.8rem;transition:transform .2s;text-decoration:none}.ticket-btn[data-v-873d6a58]:hover{transform:scale(1.05);box-shadow:0 0 20px #ffd06499}.section[data-v-873d6a58]{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;padding:80px 20px;background:transparent}.content[data-v-873d6a58]{width:100%;max-width:1400px;z-index:2;position:relative;margin:0 auto}.section-title[data-v-873d6a58]{font-size:3rem;font-weight:900;margin-bottom:3rem;letter-spacing:-2px;color:#fff}.center[data-v-873d6a58]{text-align:center}.left-align[data-v-873d6a58]{text-align:left}.no-margin[data-v-873d6a58]{margin-bottom:.5rem}.hero[data-v-873d6a58]{min-height:100vh;background-size:cover;background-position:center;background-attachment:fixed;text-align:center}.overlay[data-v-873d6a58]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#253e6466,#253e64)}.hero-main-logo[data-v-873d6a58]{max-width:558px;width:100%;height:auto;margin-bottom:.1rem;filter:drop-shadow(0 10px 20px rgba(0,0,0,.4))}.headline[data-v-873d6a58]{font-size:5rem;line-height:1;font-weight:900;margin-bottom:2rem}.sub-headline[data-v-873d6a58]{color:#abefff;letter-spacing:5px;margin-bottom:1rem}.gradient-text[data-v-873d6a58]{background:linear-gradient(90deg,#abefff,#ffd064);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.main-btn[data-v-873d6a58]{display:inline-block;padding:15px 40px;background:#ffd064;color:#253e64;font-weight:900;text-decoration:none;border-radius:50px;margin-top:2rem;transition:all .3s}.main-btn[data-v-873d6a58]:hover{background:#fff;color:#253e64;box-shadow:0 0 20px #ffd06480}.coming-soon-btn[data-v-873d6a58]{background:transparent;border:2px solid #519FC8;color:#abefff;cursor:default}.coming-soon-btn[data-v-873d6a58]:hover{background:#519fc833;box-shadow:none;color:#abefff}.grid-split[data-v-873d6a58]{display:grid;grid-template-columns:.8fr 1.5fr 1fr;gap:2rem;align-items:center}.section-tag[data-v-873d6a58]{color:#ffd064;font-weight:700;letter-spacing:2px;text-transform:uppercase;font-size:.9rem;display:block;margin-bottom:10px}.text-block p[data-v-873d6a58]{color:#d1e8ff;line-height:1.8;margin-bottom:1.5rem;font-size:1rem}.highlight-p[data-v-873d6a58]{color:#abefff!important;font-size:1.2rem!important;font-weight:500;border-left:4px solid #FFD064;padding-left:15px}.stats-row[data-v-873d6a58]{display:flex;gap:30px;margin-top:30px;border-top:1px solid rgba(255,255,255,.1);padding-top:20px}.stat h3[data-v-873d6a58]{color:#ffd064;font-size:2rem;margin:0}.stat p[data-v-873d6a58]{color:#519fc8;font-size:.8rem;letter-spacing:1px;margin:0}.mascot-side[data-v-873d6a58]{display:flex;justify-content:center;align-items:center}.mascot-img[data-v-873d6a58]{width:100%;max-width:350px;height:auto;filter:drop-shadow(0 5px 15px rgba(0,0,0,.3));animation:floatMascot-873d6a58 4s ease-in-out infinite}@keyframes floatMascot-873d6a58{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.image-stack-side[data-v-873d6a58]{display:flex;justify-content:center;align-items:center;position:relative}.photo-stack[data-v-873d6a58]{position:relative;width:320px;height:420px}.stack-card[data-v-873d6a58]{position:absolute;width:100%;height:100%;border-radius:20px;overflow:hidden;border:5px solid white;box-shadow:0 10px 30px #00000080;transition:all .5s cubic-bezier(.25,.8,.25,1)}.stack-card img[data-v-873d6a58]{width:100%;height:100%;object-fit:cover}.stack-1[data-v-873d6a58]{transform:rotate(-10deg) translate(-20px,10px);z-index:1}.stack-2[data-v-873d6a58]{transform:rotate(10deg) translate(20px,20px);z-index:2}.stack-3[data-v-873d6a58]{transform:rotate(-2deg);z-index:3}.photo-stack:hover .stack-1[data-v-873d6a58]{transform:rotate(-25deg) translate(-80px,20px) scale(1.05)}.photo-stack:hover .stack-2[data-v-873d6a58]{transform:rotate(25deg) translate(80px,40px) scale(1.05)}.photo-stack:hover .stack-3[data-v-873d6a58]{transform:scale(1.1);box-shadow:0 0 30px #abefff99}.stack-glow[data-v-873d6a58]{position:absolute;width:300px;height:300px;background:#519fc8;filter:blur(80px);opacity:.5;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0}.highlight[data-v-873d6a58]{background-size:cover;background-position:center;background-attachment:fixed;position:relative}.highlight-overlay[data-v-873d6a58]{position:absolute;inset:0;background:linear-gradient(to bottom,#253e64,#253e64d9,#152238);z-index:1}.highlight-header-flex[data-v-873d6a58]{display:flex;justify-content:space-between;align-items:end;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:20px}.section-subtitle[data-v-873d6a58]{color:#abefff;font-size:1.1rem;margin:0;opacity:.8}.bento-grid[data-v-873d6a58]{display:grid;grid-template-columns:1.5fr 1fr;gap:20px;height:500px}.bento-item[data-v-873d6a58]{background:#1e325099;border:1px solid rgba(171,239,255,.15);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.bento-item[data-v-873d6a58]:hover{transform:translateY(-5px);box-shadow:0 10px 40px #0000004d;border-color:#abefff4d}.video-box[data-v-873d6a58]{position:relative;display:flex;flex-direction:column}.video-wrapper[data-v-873d6a58]{flex-grow:1;position:relative;width:100%;height:100%}.video-wrapper iframe[data-v-873d6a58]{width:100%;height:100%}.video-label[data-v-873d6a58]{position:absolute;top:20px;left:20px;background:#000000b3;padding:5px 15px;border-radius:20px;font-weight:700;color:#ffd064;font-size:.9rem;pointer-events:none}.bento-stack[data-v-873d6a58]{display:grid;grid-template-rows:1fr 1.5fr;gap:20px}.info-box[data-v-873d6a58]{padding:2rem;display:flex;flex-direction:column;justify-content:center;gap:1.5rem;background:linear-gradient(135deg,#1e3250cc,#ffd0640d)}.info-row[data-v-873d6a58]{display:flex;align-items:center;gap:1rem}.info-icon[data-v-873d6a58]{font-size:2.5rem;background:#ffffff1a;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:15px}.info-detail[data-v-873d6a58]{display:flex;flex-direction:column}.info-detail .label[data-v-873d6a58]{font-size:.8rem;color:#abefff;letter-spacing:1px;font-weight:700;opacity:.7}.info-detail .value[data-v-873d6a58]{font-size:1.2rem;color:#fff;font-weight:700}.map-box[data-v-873d6a58]{display:flex;flex-direction:column;position:relative}.map-header[data-v-873d6a58]{padding:15px 20px;background:#0003;display:flex;align-items:center;gap:10px;color:#ffd064;font-weight:700}.map-frame-wrapper[data-v-873d6a58]{flex-grow:1;width:100%;height:100%}.gallery[data-v-873d6a58]{overflow:hidden}.gallery-bg-blur[data-v-873d6a58]{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;filter:blur(60px) brightness(.4);z-index:0;transition:background-image 1s ease}.slideshow-container[data-v-873d6a58]{position:relative;width:100%;height:70vh;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #0009;border:1px solid rgba(255,255,255,.1)}.slide-item[data-v-873d6a58]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease,transform 4s ease;transform:scale(1.1)}.slide-item.active[data-v-873d6a58]{opacity:1;transform:scale(1);z-index:1}.slide-item img[data-v-873d6a58]{width:100%;height:100%;object-fit:cover}.slide-gradient[data-v-873d6a58]{position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(to top,#253E64,transparent)}.dots-container[data-v-873d6a58]{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.dot[data-v-873d6a58]{width:10px;height:10px;background:#ffffff4d;border-radius:50%;cursor:pointer;transition:all .3s}.dot.active[data-v-873d6a58]{background:#ffd064;transform:scale(1.3);box-shadow:0 0 10px #ffd064}.multi-lineup[data-v-873d6a58]{display:block;padding-top:100px;padding-bottom:100px}.lineup-group[data-v-873d6a58]{margin-bottom:5rem;width:100%}.artist-container[data-v-873d6a58]{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin:0 auto;max-width:1200px}.artist-card[data-v-873d6a58]{width:250px;background:#1a2c47cc;border-radius:15px;overflow:hidden;transition:transform .3s;box-shadow:0 10px 30px #0000004d;border:1px solid #519FC8}.artist-card[data-v-873d6a58]:hover{transform:translateY(-10px);border-color:#ffd064}.img-wrapper img[data-v-873d6a58]{width:100%;height:250px;object-fit:cover}.info[data-v-873d6a58]{padding:1.5rem;text-align:center}.info h3[data-v-873d6a58]{color:#abefff;margin-bottom:5px}.footer[data-v-873d6a58]{text-align:center;padding:2rem;background:#152238cc;color:#abefff;border-top:1px solid #519FC8}.glow-orb[data-v-873d6a58]{position:absolute;width:400px;height:400px;border-radius:50%;filter:blur(100px);opacity:.4;z-index:1;animation:float-873d6a58 8s infinite alternate}.cyan[data-v-873d6a58]{background:#abefff}.gold[data-v-873d6a58]{background:#ffd064}.top-right[data-v-873d6a58]{top:10%;right:-100px}.bottom-left[data-v-873d6a58]{bottom:10%;left:-100px}@keyframes float-873d6a58{0%{transform:translateY(0)}to{transform:translateY(30px)}}.hamburger[data-v-873d6a58]{display:none;background:none;border:none;cursor:pointer}.bar[data-v-873d6a58]{display:block;width:25px;height:3px;margin:5px auto;background-color:#fff;transition:all .3s}@media(max-width:1024px){.grid-split[data-v-873d6a58]{grid-template-columns:1fr;text-align:center;gap:3rem}.text-side[data-v-873d6a58]{order:1}.mascot-side[data-v-873d6a58]{order:2}.image-stack-side[data-v-873d6a58]{order:3}.text-side .left-align[data-v-873d6a58]{text-align:center}.highlight-p[data-v-873d6a58]{border-left:none;border-top:4px solid #FFD064;padding-top:15px;padding-left:0}.stats-row[data-v-873d6a58]{justify-content:center}.mascot-img[data-v-873d6a58]{max-width:250px}.highlight-header-flex[data-v-873d6a58]{flex-direction:column;align-items:center;text-align:center;gap:10px}.bento-grid[data-v-873d6a58]{display:flex;flex-direction:column;height:auto;gap:20px}.video-box[data-v-873d6a58]{height:300px}.bento-stack[data-v-873d6a58]{display:flex;flex-direction:column;gap:20px}.map-box[data-v-873d6a58]{height:250px}}@media(max-width:768px){.hamburger[data-v-873d6a58]{display:block;z-index:1001}.menu-links[data-v-873d6a58]{position:fixed;top:0;right:0;height:100vh;width:80%;background:#253e64fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;transform:translate(100%);transition:transform .3s}.menu-links.mobile-active[data-v-873d6a58]{transform:translate(0)}.headline[data-v-873d6a58]{font-size:3rem}.photo-stack[data-v-873d6a58]{width:100%;height:350px}.slideshow-container[data-v-873d6a58]{height:50vh}}
