.navbar{z-index:100;justify-content:space-between;align-items:center;padding:1rem 2rem;transition:background .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#050510e6;box-shadow:0 1px #ffffff0d}.navbar-brand{letter-spacing:.2em;color:#e8e6f0;font-size:1.1rem;font-weight:300}.navbar-links{gap:1.5rem;display:flex}.navbar-links a{color:#c8c3dc99;font-size:.9rem;text-decoration:none;transition:color .3s}.navbar-links a:hover{color:#d4cfff}@media (width<=600px){.navbar{padding:.8rem 1rem}}.hero{text-align:center;background:radial-gradient(at 30%,#1a1a2e 0%,#0d0d1a 60%,#050510 100%);justify-content:center;align-items:center;min-height:60vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background-image:radial-gradient(1px 1px at 10% 20%,#fff6,#0000),radial-gradient(1px 1px at 30% 60%,#ffffff4d,#0000),radial-gradient(1.5px 1.5px at 50% 10%,#ffffff80,#0000),radial-gradient(1px 1px at 70% 40%,#fff3,#0000),radial-gradient(1px 1px at 80% 80%,#ffffff4d,#0000),radial-gradient(1.5px 1.5px at 90% 15%,#fff6,#0000),radial-gradient(1px 1px at 15% 85%,#ffffff40,#0000),radial-gradient(1px 1px at 45% 75%,#ffffff59,#0000),radial-gradient(1px 1px at 65% 55%,#fff3,#0000),radial-gradient(1.5px 1.5px at 85% 35%,#ffffff4d,#0000);animation:4s ease-in-out infinite alternate twinkle;position:absolute;inset:0}@keyframes twinkle{0%{opacity:.5}to{opacity:1}}.hero-content{z-index:1;position:relative}.hero-title{letter-spacing:.3em;color:#e8e6f0;text-shadow:0 0 40px #b4a0ff4d;margin:0 0 1rem;font-size:4rem;font-weight:300}.hero-subtitle{color:#c8c3dc99;letter-spacing:.15em;margin:0;font-size:1.1rem;font-weight:300}@media (width<=600px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:.95rem}}.gallery{max-width:1200px;margin:0 auto;padding:4rem 2rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.gallery-item{cursor:pointer;aspect-ratio:16/9;background:#111;border-radius:8px;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.05)}.gallery-item-overlay{color:#fffc;opacity:0;background:linear-gradient(#0000,#000000b3);padding:2rem 1rem .8rem;font-size:.85rem;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.gallery-item:hover .gallery-item-overlay{opacity:1}.lightbox{z-index:1000;cursor:zoom-out;background:#000000e6;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.lightbox img{object-fit:contain;border-radius:4px;max-width:90vw;max-height:90vh}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=600px){.gallery-grid{grid-template-columns:1fr}.gallery{padding:3rem 1rem}}.music{max-width:900px;margin:0 auto;padding:4rem 2rem}.section-title{letter-spacing:.15em;color:#e8e6f0;text-align:center;margin:0 0 2rem;font-size:1.8rem;font-weight:300}.category-tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.tab{color:#c8c3dcb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:2rem;padding:.4rem 1.2rem;font-size:.9rem;transition:all .3s}.tab:hover{color:#e8e6f0;background:#ffffff1a}.tab.active{color:#d4cfff;background:#8c78dc40;border-color:#8c78dc66}.playlist-link{text-align:center;color:#b4a0ffcc;border:1px solid #8c78dc4d;border-radius:2rem;width:fit-content;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:.6rem 1.5rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:block}.playlist-link:hover{color:#d4cfff;background:#8c78dc26;border-color:#8c78dc80}.song-list{flex-direction:column;gap:0;display:flex}.song-item{border-radius:6px;align-items:center;gap:1rem;padding:.75rem 1rem;transition:background .2s;display:flex}.song-item:hover{background:#ffffff0a}.song-number{color:#c8c3dc4d;text-align:right;font-variant-numeric:tabular-nums;min-width:1.5rem;font-size:.85rem}.song-info{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.song-title{color:#e8e6f0;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;overflow:hidden}.song-artist{color:#c8c3dc73;font-size:.8rem}.song-category-tag{color:#b4a0ff80;white-space:nowrap;border:1px solid #8c78dc33;border-radius:1rem;padding:.15rem .6rem;font-size:.75rem}.song-count{text-align:center;color:#c8c3dc59;margin-top:1.5rem;font-size:.85rem}@media (width<=600px){.music{padding:3rem 1rem}.song-category-tag{display:none}}.footer{text-align:center;color:#c8c3dc40;letter-spacing:.1em;border-top:1px solid #ffffff0d;padding:3rem 2rem;font-size:.85rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#e8e6f0;-webkit-font-smoothing:antialiased;background:#0a0a14;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans SC,sans-serif}.app{min-height:100vh}
