@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");.landing-fullscreen-root{width:100vw;min-height:100vh;margin:0;padding:0;background:radial-gradient(circle at 50% 40%,#ffffff 0,#f8fafc 50%,#e2e8f0 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;box-sizing:border-box}.fullscreen-ambient-lights{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.light-glow{position:absolute;border-radius:50%;filter:blur(90px);opacity:.35;animation:glowPulse 5s ease-in-out infinite alternate}.glow-pink{width:500px;height:500px;top:-120px;left:-100px;background:linear-gradient(135deg,#ff2a5f,#ec4899)}.glow-purple{width:550px;height:550px;bottom:-150px;right:-100px;background:linear-gradient(135deg,#8b5cf6,#a855f7);animation-delay:1.2s}.glow-cyan{width:400px;height:400px;top:30%;right:10%;background:linear-gradient(135deg,#06b6d4,#3b82f6);animation-delay:2.4s}.glow-amber{width:380px;height:380px;bottom:20%;left:10%;background:linear-gradient(135deg,#f59e0b,#fbbf24);animation-delay:3.6s}@keyframes glowPulse{0%{transform:scale(1) translateY(0);opacity:.3}to{transform:scale(1.15) translateY(-20px);opacity:.5}}.fullscreen-stage-content{max-width:900px;position:relative;z-index:1;padding:2rem}.dance-wrap,.fullscreen-stage-content{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.dance-wrap{gap:1.5rem}.logo-container{display:flex;justify-content:center;align-items:center;width:100%}.logo-image-fullscreen{width:100%;max-width:340px;height:auto;filter:drop-shadow(0 10px 25px rgba(0,0,0,.12))}.fashion-dance-container{width:100%;max-width:400px;display:flex;justify-content:center}.fashion-dance-svg{width:100%;height:auto}.tagline-container{margin-top:2rem;display:flex;justify-content:center}.tagline-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.65rem 1.6rem;background:rgba(255,255,255,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,42,95,.2);border-radius:99px;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:700;color:#0f172a;box-shadow:0 10px 30px rgba(0,0,0,.08);letter-spacing:-.01em;transition:transform .3s ease}.tagline-badge:hover{transform:translateY(-2px)}.sparkle-icon{font-size:1.1rem}@media (max-width:768px){.logo-image-fullscreen{max-width:270px}.tagline-badge{padding:.55rem 1.25rem;font-size:.95rem}}@media (max-width:480px){.logo-image-fullscreen{max-width:220px}.tagline-badge{padding:.5rem 1rem;font-size:.85rem}}