:root{color-scheme:dark;--font-inter: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--font-inter);background-color:#090909;--music-player-offset: calc(140px + env(safe-area-inset-bottom, 0)) ;--main-color-1: rgb(148, 47, 255);--main-color-2: rgb(68, 243, 255)}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:#f4f3ff}a{color:inherit}.wrapper{width:min(1500px,100%);margin:0 auto;padding:0 1.5rem var(--music-player-offset);position:relative}.noise{position:fixed;inset:0;pointer-events:none;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="160" height="160" viewBox="0 0 160 160"%3E%3Cfilter id="n" x="0" y="0" width="100%25" height="100%25"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="1.2" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23n)" opacity="0.08"/%3E%3C/svg%3E');mix-blend-mode:soft-light;opacity:.35}.navbar[data-astro-cid-5blmo7yk]{position:absolute;width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;color:#f5f5f5;top:0;left:0}.brand[data-astro-cid-5blmo7yk]{display:flex;align-items:center}.brand-logo[data-astro-cid-5blmo7yk]{height:2.25rem;width:auto}.nav-links[data-astro-cid-5blmo7yk]{list-style:none;display:flex;gap:1.25rem;margin:0;padding:0;background:linear-gradient(to right,var(--main-color-1),var(--main-color-2));background-clip:text}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{display:inline-block;color:transparent;text-decoration:none;font-size:1rem;letter-spacing:.025em;font-weight:700}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover,.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:focus{transition:transform .15s ease-out;transform:translateY(-3px);color:#abb2ff}@media (max-width: 720px){.navbar[data-astro-cid-5blmo7yk]{flex-direction:column;gap:.75rem;padding:1rem;position:static;top:auto;left:auto}.nav-links[data-astro-cid-5blmo7yk]{flex-wrap:wrap;justify-content:center}}.hero[data-astro-cid-bbe6dxrz]{position:relative;min-height:100vh;width:100%;padding:clamp(2rem,6vw,4rem) clamp(1.5rem,6vw,5rem) clamp(3rem,8vw,5rem);display:flex;flex-direction:column;justify-content:center;align-items:center;color:#f9f9ff;overflow:hidden}.hero-inner[data-astro-cid-bbe6dxrz]{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:clamp(1.5rem,3vw,1.75rem);width:min(900px,100%)}.hero-title[data-astro-cid-bbe6dxrz]{margin:0;font-size:clamp(3.2rem,8vw,5rem);line-height:1.05;font-weight:800;letter-spacing:-.02em;text-shadow:0 0 10px rgba(255,255,255,.25)}.hero-title-small[data-astro-cid-bbe6dxrz]{font-size:.75em;font-weight:600;letter-spacing:-.01em;margin-left:.35rem}.aka[data-astro-cid-bbe6dxrz]{position:relative;display:inline-block;background-image:linear-gradient(to right,var(--main-color-1),var(--main-color-2),var(--main-color-1));background-size:300% 100%;animation:gradient 2.4s linear infinite;-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none}.aka[data-astro-cid-bbe6dxrz]:before{content:attr(aria-label);position:absolute;inset:0;background:inherit;background-size:inherit;animation:gradient 2.4s linear infinite;filter:blur(12px);opacity:.5;z-index:-1;-webkit-background-clip:text;background-clip:text;color:transparent}.hero-subtitle[data-astro-cid-bbe6dxrz]{margin:0;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:400;color:#ffffff80;line-height:1.35}.hero-cta[data-astro-cid-bbe6dxrz]{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:1rem}.cta[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.9rem 1.9rem;text-decoration:none;font-weight:600;letter-spacing:.04em;border:1px solid rgba(255,255,255,.35);color:#ffffffd9;transition:transform .2s ease,border-color .2s ease,color .2s ease,background .2s ease}.cta[data-astro-cid-bbe6dxrz].main{background-image:linear-gradient(to right,var(--main-color-1),var(--main-color-2));border:2px;color:#05050b;position:relative}.cta[data-astro-cid-bbe6dxrz].main:before{content:"";position:absolute;height:100%;width:100%;background-image:linear-gradient(to right,var(--main-color-1),var(--main-color-2));z-index:-1;border-radius:999px;filter:blur(10px);opacity:.5}.cta[data-astro-cid-bbe6dxrz].main:hover,.cta[data-astro-cid-bbe6dxrz].main:focus-visible{transform:translateY(-2px)}.cta[data-astro-cid-bbe6dxrz].ghost{backdrop-filter:blur(4px)}.cta[data-astro-cid-bbe6dxrz].ghost:hover,.cta[data-astro-cid-bbe6dxrz].ghost:focus-visible{color:#fff;border-color:#fff;transform:translateY(-2px)}.cta[data-astro-cid-bbe6dxrz]:focus-visible{outline:2px solid rgba(255,255,255,.4);outline-offset:4px}@keyframes gradient{0%{background-position:0% 50%}to{background-position:200% 50%}}@media (max-width: 700px){.hero[data-astro-cid-bbe6dxrz]{min-height:auto;padding-top:clamp(5rem,18vw,7rem);padding-bottom:clamp(2.5rem,10vw,4rem);gap:1.5rem}.hero-inner[data-astro-cid-bbe6dxrz]{align-items:center;text-align:center}.hero-title[data-astro-cid-bbe6dxrz]{font-size:clamp(2.4rem,10vw,3.5rem);line-height:1.15}.hero-title-line[data-astro-cid-bbe6dxrz],.hero-title-line-accent[data-astro-cid-bbe6dxrz]{width:100%}.hero-title-small[data-astro-cid-bbe6dxrz]{display:inline-block;margin-left:.25rem}.hero-cta[data-astro-cid-bbe6dxrz]{justify-content:center;width:100%}.cta[data-astro-cid-bbe6dxrz]{width:100%}}.section[data-astro-cid-oyo7lhtz]{display:flex;flex-direction:column;gap:2rem;padding:5rem 0;position:relative;align-items:center;background:radial-gradient(circle 1200px at 50% 30%,#6a48ff1a,#6a48ff00 50%);background-repeat:no-repeat;background-position:center top}.section[data-astro-cid-oyo7lhtz]:before{content:"";width:90%;height:2px;position:absolute;background:linear-gradient(to right,transparent,var(--main-color-1),var(--main-color-2),transparent);top:0;left:50%;translate:-50% 0;opacity:65%}.section-header[data-astro-cid-oyo7lhtz]{max-width:640px}h2[data-astro-cid-oyo7lhtz]{margin:0;text-align:center;font-size:3rem;color:#ffffffe0}.section-header[data-astro-cid-oyo7lhtz] p[data-astro-cid-oyo7lhtz]{color:#ffffff80;text-align:center;font-size:1.25rem}@media (max-width: 640px){h2[data-astro-cid-oyo7lhtz]{font-size:2.4rem}.section-header[data-astro-cid-oyo7lhtz] p[data-astro-cid-oyo7lhtz]{font-size:1.05rem}}.grid[data-astro-cid-oyo7lhtz]{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.nothing[data-astro-cid-oyo7lhtz]{display:flex;flex-direction:column;justify-content:center;align-items:center;width:min(100%,21rem);min-height:clamp(16rem,55vw,30rem);padding:2.5rem 1.75rem;border-radius:18px;border:1px solid rgba(255,255,255,.1);color:#ffffff40;font-size:clamp(1.25rem,6vw,2rem);text-align:center;font-weight:500;box-shadow:10px 10px 10px 10px #00000040}.player[data-v-e1eeadee]{position:fixed;bottom:0;left:0;right:0;z-index:10;display:grid;--player-side-width: min(320px, 28vw);grid-template-columns:var(--player-side-width) minmax(0,1fr) var(--player-side-width);align-items:center;gap:1.25rem 2rem;padding:1rem 1.75rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0));background:#0f0f0f80;backdrop-filter:blur(30px);border-top:1px solid rgba(255,255,255,.08);color:#f2f1ff;width:100%;transition:opacity .25s ease,transform .25s ease,visibility .25s ease}.player audio[data-v-e1eeadee]{grid-column:1 / -1}.player--hidden[data-v-e1eeadee]{opacity:0;visibility:hidden;transform:translateY(24px);pointer-events:none}.player__details[data-v-e1eeadee]{display:flex;align-items:center;gap:1.25rem;min-width:0}.player__transport[data-v-e1eeadee]{display:grid;gap:.75rem}.player__spacer[data-v-e1eeadee]{min-height:1px}.cover[data-v-e1eeadee]{width:72px;aspect-ratio:1;border-radius:12px;background-size:cover;background-position:center;background-color:#3c385ecc}.meta[data-v-e1eeadee]{display:grid;gap:.35rem;min-width:0}.label[data-v-e1eeadee]{text-transform:uppercase;letter-spacing:.2em;font-size:.65rem;color:#9f99c5}h3[data-v-e1eeadee]{margin:0;font-size:1.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}p[data-v-e1eeadee]{margin:0;color:#cbc7e8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.placeholder[data-v-e1eeadee]{color:#a9a5cc}.controls[data-v-e1eeadee]{display:flex;align-items:center;gap:.75rem;justify-content:center}.control[data-v-e1eeadee]{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:#ffffff14;color:inherit;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.control[data-v-e1eeadee]:hover:not(:disabled){background:#ffffff24;transform:translateY(-1px)}.control[data-v-e1eeadee]:disabled{opacity:.4;cursor:not-allowed;transform:none}.control--icon[data-v-e1eeadee]{width:44px;height:44px;font-size:.9rem}.control--primary[data-v-e1eeadee]{width:56px;height:56px;font-size:1.2rem;background:linear-gradient(135deg,#7f5af0,#2cb1bc);color:#0f0f14;box-shadow:0 14px 24px #4e3ba059}.icon[data-v-e1eeadee]{width:18px;height:18px;display:block}.icon--play[data-v-e1eeadee],.icon--pause[data-v-e1eeadee]{width:20px;height:20px}.control--primary[data-v-e1eeadee]:hover:not(:disabled){background:linear-gradient(135deg,#9470ff,#36c4cf)}.timeline[data-v-e1eeadee]{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;color:#bbb6dc}.timeline__bar[data-v-e1eeadee]{width:100%;-webkit-appearance:none;appearance:none;height:6px;border-radius:999px;background:#ffffff24;outline:none;cursor:pointer}.timeline__bar[data-v-e1eeadee]::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:#7f5af0;box-shadow:0 0 0 2px #131522eb}.timeline__bar[data-v-e1eeadee]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;border:none;background:#7f5af0;box-shadow:0 0 0 2px #131522eb}.timeline__bar[data-v-e1eeadee]:disabled{cursor:not-allowed;opacity:.5}.time[data-v-e1eeadee]{font-variant-numeric:tabular-nums;font-size:.75rem}.sr-only[data-v-e1eeadee]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 768px){.player[data-v-e1eeadee]{grid-template-columns:1fr;padding:.85rem 1.25rem;gap:1rem}.player__details[data-v-e1eeadee]{justify-content:space-between}.player__spacer[data-v-e1eeadee]{display:none}.meta[data-v-e1eeadee]{flex:1}h3[data-v-e1eeadee]{font-size:1rem}.control--icon[data-v-e1eeadee]{width:40px;height:40px}.control--primary[data-v-e1eeadee]{width:52px;height:52px}}.music-card[data-v-7e26b9c6]{flex:0 0 clamp(200px,24vw,280px);scroll-snap-align:start;border-radius:10px;transition:transform .25s ease,background .25s ease}.card[data-v-7e26b9c6]{display:flex;flex-direction:column;gap:2rem;width:100%;border:none;background:none;color:inherit;padding:1rem;text-align:left;cursor:pointer;border-radius:inherit;align-items:center}.music-card[data-v-7e26b9c6]:hover,.music-card[data-v-7e26b9c6]:focus-within{background:#ffffff14}.artwork[data-v-7e26b9c6]{position:relative;width:100%;aspect-ratio:1;border-radius:5px;background-size:cover;background-position:center;background-color:#504e6e99;overflow:hidden;transition:transform .3s ease}.music-card:hover .artwork[data-v-7e26b9c6],.music-card:focus-within .artwork[data-v-7e26b9c6]{transform:translateY(-4px) scale(1.01)}.artwork--placeholder[data-v-7e26b9c6]{background-image:linear-gradient(135deg,#7f5af099,#2cb1bc8c)}.play-indicator[data-v-7e26b9c6]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0c0e1873;opacity:0;transition:opacity .2s ease}.play-indicator svg[data-v-7e26b9c6]{width:42px;height:42px;padding-left:4px;color:#fff}.music-card:hover .play-indicator[data-v-7e26b9c6],.music-card:focus-within .play-indicator[data-v-7e26b9c6]{opacity:1}.details[data-v-7e26b9c6]{display:flex;flex-direction:column;gap:.35rem;width:100%;align-items:flex-start}h4[data-v-7e26b9c6]{margin:0;font-size:1.1rem;letter-spacing:-.01em}.artist[data-v-7e26b9c6]{margin:0;color:#c7c3e5;font-size:.95rem}.section[data-astro-cid-c2fdjekn]{display:flex;flex-direction:column;gap:2rem;padding:5rem 0;position:relative;align-items:center;background:radial-gradient(circle 1200px at 50% 30%,#6a48ff1a,#6a48ff00 50%);background-repeat:no-repeat;background-position:center top}.section[data-astro-cid-c2fdjekn]:before{content:"";width:90%;height:2px;position:absolute;background:linear-gradient(to right,transparent,var(--main-color-1),var(--main-color-2),transparent);top:0;left:50%;translate:-50% 0;opacity:65%}.section-header[data-astro-cid-c2fdjekn]{max-width:640px}h2[data-astro-cid-c2fdjekn]{margin:0;text-align:center;font-size:3rem;color:#ffffffe0}.section-header[data-astro-cid-c2fdjekn] p[data-astro-cid-c2fdjekn]{color:#ffffff80;text-align:center;font-size:1.25rem}@media (max-width: 640px){h2[data-astro-cid-c2fdjekn]{font-size:2.4rem}.section-header[data-astro-cid-c2fdjekn] p[data-astro-cid-c2fdjekn]{font-size:1.05rem}}.music-carousel[data-astro-cid-c2fdjekn]{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;position:relative}.music-carousel__viewport[data-astro-cid-c2fdjekn]{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x proximity;padding:.5rem 0}.music-carousel__viewport[data-astro-cid-c2fdjekn]::-webkit-scrollbar{height:0px}.music-carousel__nav[data-astro-cid-c2fdjekn]{width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#191919b3;color:#f4f3ff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,opacity .2s ease}.music-carousel__nav[data-astro-cid-c2fdjekn] svg[data-astro-cid-c2fdjekn]{width:22px;height:22px;opacity:.5}.music-carousel__nav[data-astro-cid-c2fdjekn]:disabled{opacity:.35;cursor:not-allowed}@media (max-width: 768px){.music-carousel[data-astro-cid-c2fdjekn]{grid-template-columns:1fr;padding:0 2.75rem}.music-carousel__nav[data-astro-cid-c2fdjekn]{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px}.music-carousel__nav[data-astro-cid-c2fdjekn][data-carousel-prev]{left:.5rem}.music-carousel__nav[data-astro-cid-c2fdjekn][data-carousel-next]{right:.5rem}.music-carousel__viewport[data-astro-cid-c2fdjekn]{order:0;gap:1rem}}@media (max-width: 520px){.music-carousel[data-astro-cid-c2fdjekn]{padding:0 1.25rem}.music-carousel__nav[data-astro-cid-c2fdjekn]{display:none}.music-carousel__viewport[data-astro-cid-c2fdjekn]{gap:.75rem}}.footer[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 0;border-top:1px solid rgba(255,255,255,.08);color:#b7b2d7}.footer-links[data-astro-cid-sz7xmlte]{list-style:none;display:flex;gap:1rem;margin:0;padding:0}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:inherit;text-decoration:none}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover,.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:focus{color:#e7e3ff}.page[data-astro-cid-j7pv25f6]{display:flex;flex-direction:column;gap:2rem}
