*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Quicksand,-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(180deg,#0d1a2d,#12243d,#1a2744,#1e2d4a,#232f4f);background-attachment:fixed;color:#e8e4df;min-height:100vh;line-height:1.6;overflow-x:hidden}::selection{background:#a78bfa4d;color:#fff}.app.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column;position:relative}.stars-container.svelte-12qhfyh{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.star.svelte-12qhfyh{position:absolute;width:2px;height:2px;background:#fff;border-radius:50%;animation:svelte-12qhfyh-twinkle 3s ease-in-out infinite}@keyframes svelte-12qhfyh-twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.fireflies-container.svelte-12qhfyh{position:fixed;inset:0;pointer-events:none;z-index:1;overflow:hidden}.firefly.svelte-12qhfyh{position:absolute;width:4px;height:4px;background:#a7f3d0;border-radius:50%;box-shadow:0 0 8px 2px #a7f3d099;animation:svelte-12qhfyh-float 6s ease-in-out infinite}@keyframes svelte-12qhfyh-float{0%,to{transform:translate(0) scale(1);opacity:.4}25%{transform:translate(15px,-20px) scale(1.1);opacity:.8}50%{transform:translate(-10px,-35px) scale(.9);opacity:.3}75%{transform:translate(20px,-15px) scale(1.05);opacity:.7}}.nav.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;z-index:100;background:linear-gradient(180deg,rgba(13,26,45,.95) 0%,transparent 100%)}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#e8e4df;font-weight:600;font-size:1.25rem;transition:transform .3s ease}.logo.svelte-12qhfyh:hover{transform:scale(1.02)}.logo-icon.svelte-12qhfyh{font-size:1.5rem;filter:drop-shadow(0 0 8px rgba(255,255,255,.3))}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:2rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#e8e4dfcc;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s ease;position:relative}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:#e8e4df}.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh):after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:linear-gradient(90deg,#a78bfa,#818cf8);border-radius:1px}.nav-cta.svelte-12qhfyh{background:linear-gradient(135deg,#6366f1,#8b5cf6);padding:.6rem 1.25rem;border-radius:2rem;color:#fff!important;font-weight:600;box-shadow:0 4px 20px #6366f14d;transition:all .3s ease}.nav-cta.svelte-12qhfyh:hover{transform:translateY(-2px);box-shadow:0 6px 25px #6366f166}.nav-cta.coming-soon.svelte-12qhfyh{background:#6366f133;border:1px solid rgba(99,102,241,.4);box-shadow:none;cursor:default}.nav-cta.coming-soon.svelte-12qhfyh:hover{transform:none;box-shadow:none}main.svelte-12qhfyh{flex:1;position:relative;z-index:10;padding-top:5rem}footer.svelte-12qhfyh{position:relative;z-index:10;padding:3rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.05);background:#0d1a2d80}.footer-content.svelte-12qhfyh{max-width:600px;margin:0 auto}.footer-tagline.svelte-12qhfyh{font-size:1.1rem;color:#e8e4dfb3;margin-bottom:1rem}.footer-links.svelte-12qhfyh{display:flex;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#e8e4df99;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#a78bfa}.divider.svelte-12qhfyh{color:#e8e4df4d}.social-link.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;color:#e8e4df80;padding:.5rem;border-radius:50%;transition:all .3s ease;margin:.75rem 0}.social-link.svelte-12qhfyh:hover{color:#a78bfa;background:#a78bfa1a;transform:translateY(-2px)}.copyright.svelte-12qhfyh{font-size:.85rem;color:#e8e4df66}.music-control.svelte-12qhfyh{position:fixed;bottom:1.5rem;left:1.5rem;z-index:100;display:flex;align-items:center;gap:.5rem;background:#0d1a2dd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:2rem;padding:.6rem 1rem;color:#e8e4dfcc;font-family:inherit;font-size:.85rem;cursor:pointer;transition:all .3s ease}.music-control.svelte-12qhfyh:hover{background:#6366f133;border-color:#6366f14d;color:#fff}.music-control.playing.svelte-12qhfyh{background:#6366f126;border-color:#6366f140}.music-control.playing.svelte-12qhfyh .music-icon:where(.svelte-12qhfyh){animation:svelte-12qhfyh-pulse 2s ease-in-out infinite}.music-control.svelte-12qhfyh:disabled{opacity:.7;cursor:wait}@keyframes svelte-12qhfyh-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.music-icon.svelte-12qhfyh{font-size:1rem}.music-label.svelte-12qhfyh{font-weight:500}@media(max-width:768px){.nav.svelte-12qhfyh{padding:1rem}.nav-links.svelte-12qhfyh{gap:1rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):not(.nav-cta){display:none}.nav-cta.svelte-12qhfyh{font-size:.85rem;padding:.5rem 1rem}.music-control.svelte-12qhfyh{bottom:1rem;left:1rem;padding:.5rem .75rem}.music-label.svelte-12qhfyh{display:none}}
