:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:dark;--lf-bg: #050716;--lf-bg-soft: #0b0f24;--lf-accent-pink: #ff4fd8;--lf-accent-blue: #34d0ff;--lf-text-main: #fdfdfd;--lf-text-muted: #b0b3c7;--lf-border-soft: rgba(255, 255, 255, .08);--lf-radius-lg: 24px;--lf-radius-md: 16px;background-color:var(--lf-bg)}html{scrollbar-gutter:stable}body{margin:0;min-height:100vh;overflow-y:scroll;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top left,#1b1a3a,var(--lf-bg) 55%);color:var(--lf-text-main)}#root{min-height:100vh}:root{--lf-bg: #050716;--lf-bg-soft: #0b0f24;--lf-accent-pink: #ff4fd8;--lf-accent-blue: #34d0ff;--lf-text-main: #fdfdfd;--lf-text-muted: #b0b3c7;--lf-border-soft: rgba(255, 255, 255, .08);--lf-radius-lg: 24px;--lf-radius-md: 16px;--lf-content-max: 900px}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top left,#1b1a3a,#050716 55%);color:var(--lf-text-main)}.lf-app{min-height:100vh;display:flex;flex-direction:column}.lf-header{border-bottom:1px solid var(--lf-border-soft);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(90deg,#050716f2,#050716d9)}.lf-header-inner{max-width:var(--lf-content-max);margin:0 auto;padding:1.5rem 2.25rem;display:flex;align-items:center;justify-content:space-between}.lf-logo{height:60px;width:auto;display:block}.lf-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.lf-nav{display:flex;gap:1.5rem;font-size:.95rem}.lf-nav-link{position:relative;text-decoration:none;color:#fdfdfddb;opacity:.78;transition:opacity .18s ease,color .18s ease}.lf-nav-link:after{content:"";position:absolute;left:0;bottom:-.35rem;width:0;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--lf-accent-pink),var(--lf-accent-blue));transition:width .18s ease}.lf-nav-link:hover{opacity:1;color:#fff}.lf-nav-link:hover:after{width:100%}.lf-nav-link-active{opacity:1;color:#fff}.lf-nav-link-active:after{width:100%}.lf-main{flex:1;padding:2.25rem min(6vw,3.5rem) 3rem;max-width:var(--lf-content-max);margin:0 auto;width:100%}.lf-section{margin-bottom:3rem}.lf-section h1,.lf-section h2{margin:0 0 .75rem}.lf-section-intro{margin:0 0 1.5rem;max-width:720px;color:var(--lf-text-muted)}.lf-hero{margin-bottom:3rem;padding:1.8rem 2rem 2.4rem;border-radius:var(--lf-radius-lg);background:radial-gradient(circle at top left,#33215c,#0b0f24);border:1px solid rgba(255,255,255,.04);position:relative;overflow:hidden}.lf-hero:before{content:"";position:absolute;inset:-40%;background:radial-gradient(circle at 10% 0,rgba(255,79,216,.18),transparent 55%),radial-gradient(circle at 90% 100%,rgba(52,208,255,.13),transparent 55%);opacity:.9;pointer-events:none}.lf-hero-text{position:relative;max-width:620px}.lf-hero h1{font-size:clamp(2rem,3vw,2.6rem);margin:0 0 .4rem}.lf-hero p{margin-top:.2rem;color:var(--lf-text-muted)}.lf-hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.lf-btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.25rem;border-radius:999px;border:1px solid transparent;font-size:.95rem;font-weight:500;cursor:pointer;text-decoration:none;color:#fdfdfde0;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.lf-btn:hover{color:#fff}.lf-btn-primary{background:linear-gradient(135deg,var(--lf-accent-pink),var(--lf-accent-blue));color:#050716}.lf-btn-primary:hover{filter:brightness(1.05)}.lf-btn-ghost{background:transparent;border-color:#ffffff40}.lf-btn-ghost:hover{background:#ffffff0f}.lf-btn-spotify{background:#19a34b;border-color:#19a34b;color:#050716}.lf-btn-spotify:hover{background:#1db954;border-color:#1db954;color:#fff;box-shadow:0 10px 24px #1db95459}.lf-btn-youtube{background:#e0002f;border-color:#e0002f;color:#050716}.lf-btn-youtube:hover{background:#f03;border-color:#f03;color:#fff;box-shadow:0 10px 24px #ff003359}.lf-release-grid{display:grid;gap:1.75rem}@media(min-width:860px){.lf-release-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.lf-release-card{background:radial-gradient(circle at top,#15172f,#050716);border-radius:var(--lf-radius-lg);padding:1.25rem 1.25rem 1.4rem;border:1px solid var(--lf-border-soft);display:flex;flex-direction:column;gap:1rem}.lf-cover-wrap{position:relative;border-radius:var(--lf-radius-md);overflow:hidden}.lf-cover{width:100%;display:block;border-radius:var(--lf-radius-md)}.lf-chip{position:absolute;left:.85rem;bottom:.85rem;padding:.2rem .7rem;font-size:.75rem;border-radius:999px;background:#050716e6;border:1px solid rgba(255,255,255,.25)}.lf-release-body h3{margin:0 0 .35rem}.lf-release-desc{margin:0 0 .95rem;color:var(--lf-text-muted)}.lf-stream-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.lf-stream-btn{font-size:.82rem;padding:.45rem .9rem;border-radius:999px;text-decoration:none;border:1px solid rgba(255,255,255,.22);color:#fdfdfde0;background:#050716cc;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.lf-stream-btn:hover{border-color:var(--lf-accent-blue);background:#090f28f5;color:#fff;box-shadow:0 8px 18px #00000073}.lf-section-va{margin-top:1rem}.lf-va-grid{display:grid;gap:1rem}@media(min-width:780px){.lf-va-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.lf-va-card{padding:1rem 1.1rem;border-radius:var(--lf-radius-md);background:#050716e6;border:1px solid var(--lf-border-soft)}.lf-va-card h3{margin:0 0 .4rem}.lf-va-card p{margin:0 0 .4rem;color:var(--lf-text-muted)}.lf-section-socials{margin-top:3rem}.lf-social-grid{display:grid;gap:1rem;margin-top:1rem}@media(min-width:650px){.lf-social-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.lf-social-card{border-radius:var(--lf-radius-md);padding:.9rem 1rem;text-decoration:none;color:#fdfdfde0;display:flex;align-items:center;justify-content:center;gap:.65rem;border:1px solid var(--lf-border-soft);background:#050716d9;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.lf-social-card:hover{border-color:var(--lf-accent-blue);background:#090f28f5;color:#fff;box-shadow:0 8px 18px #00000073}.lf-social-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}.lf-social-icon img{width:20px;height:20px;display:block;filter:invert(1) brightness(1.2);opacity:.95}.lf-social-text{display:flex;flex-direction:column}.lf-social-label{font-size:.9rem}.lf-social-handle{font-size:.8rem;color:var(--lf-text-muted)}.lf-footer{border-top:1px solid var(--lf-border-soft);padding:.9rem 2.25rem 1.1rem;font-size:.8rem;color:var(--lf-text-muted);display:flex;justify-content:space-between;gap:.75rem;flex-wrap:wrap}@media(max-width:720px){.lf-header-inner{flex-direction:column;align-items:flex-start;gap:.9rem;padding-inline:1.25rem}.lf-header-right{align-items:flex-start}.lf-main{padding-inline:1.25rem}.lf-hero{padding-inline:1.5rem}}
