:root {
  color-scheme: dark;
  --bg: #121116;
  --bg-deep: #0c0b0f;
  --surface: #1a181f;
  --surface-2: #242129;
  --surface-3: #2b2730;
  --border: rgb(255 255 255 / 9%);
  --border-strong: rgb(255 255 255 / 14%);
  --text: #f8f5fa;
  --muted: #a8a1ad;
  --pink: #ff4778;
  --pink-2: #d92762;
  --violet: #9b62ff;
  --success: #38db92;
  --warning: #ffbd4a;
  --danger: #ff5d67;
  --shell: 1220px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
p, h1, h2, h3 { margin-top: 0; }
button:focus-visible, a:focus-visible { outline: 3px solid rgb(155 98 255 / 70%); outline-offset: 4px; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: 126px 0; position: relative; overflow: hidden; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 12px 18px; border-radius: 10px; background: #fff; color: #111; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 20px; color: #d4ccd8; font-size: .72rem; line-height: 1.2; font-weight: 800; letter-spacing: .2em; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 12px rgb(56 219 146 / 80%); }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.05; }
h2 { margin-bottom: 24px; font-size: clamp(2.4rem, 4.4vw, 4.2rem); font-weight: 790; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; cursor: pointer; font-size: .92rem; font-weight: 760; transition: transform .2s var(--ease), border-color .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(105deg, var(--pink), var(--pink-2) 62%, #ba347e); color: white; box-shadow: 0 12px 32px rgb(217 39 98 / 25%), inset 0 1px rgb(255 255 255 / 18%); }
.button-primary:hover { box-shadow: 0 16px 42px rgb(217 39 98 / 38%), inset 0 1px rgb(255 255 255 / 25%); }
.button-ghost { border-color: var(--border-strong); background: rgb(255 255 255 / 4%); backdrop-filter: blur(10px); }
.button-ghost:hover { background: rgb(255 255 255 / 8%); border-color: rgb(255 255 255 / 22%); }
.button-small { min-height: 42px; padding: 0 19px; border-radius: 12px; }
.play-icon { width: 26px; height: 26px; display: grid; place-items: center; padding-left: 2px; border: 1px solid rgb(255 255 255 / 20%); border-radius: 50%; font-size: .55rem; }

/* Navigation */
.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.scrolled { background: rgb(18 17 22 / 82%); border-color: var(--border); backdrop-filter: blur(20px); }
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.14rem; font-weight: 770; letter-spacing: -.04em; }
.brand img { filter: drop-shadow(0 8px 15px rgb(135 21 73 / 30%)); }
.brand > span > span { color: var(--pink); }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: .88rem; font-weight: 620; }
.nav-links > a:not(.button) { color: #d0cad3; transition: color .2s; }
.nav-links > a:not(.button):hover { color: #fff; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); cursor: pointer; }
.nav-toggle span { display: block; width: 19px; height: 1.5px; margin: 5px auto; background: #fff; transition: transform .2s; }

/* Hero */
.hero { position: relative; min-height: 900px; padding: 164px 0 0; overflow: hidden; background: radial-gradient(circle at 55% 4%, rgb(255 71 120 / 7%), transparent 32%), linear-gradient(180deg, var(--bg-deep), var(--bg) 75%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 240px; background: linear-gradient(180deg, transparent, var(--bg)); pointer-events: none; }
.hero-atmosphere { position: absolute; inset: 35px -10% auto 27%; height: 750px; background-image: linear-gradient(90deg, var(--bg-deep) 0%, transparent 40%), url('/assets/sync-orbit.webp'); background-position: center; background-size: cover; opacity: .58; filter: saturate(.95); mask-image: linear-gradient(180deg, black 0%, black 75%, transparent 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .84fr 1.16fr; gap: 36px; align-items: center; }
.hero-copy { position: relative; z-index: 3; padding-bottom: 36px; }
.hero h1 { max-width: 700px; margin-bottom: 28px; font-size: clamp(3.6rem, 5.7vw, 5.55rem); font-weight: 820; line-height: .98; letter-spacing: -.065em; }
.hero h1 span { color: transparent; background: linear-gradient(92deg, #fff 3%, #d7c6ef 55%, #b678ff); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 590px; margin-bottom: 34px; color: #b9b2bf; font-size: 1.15rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { display: flex; align-items: center; gap: 9px; margin: 18px 0 0; color: #817a86; font-size: .76rem; }
.microcopy > span { color: var(--pink); }
.microcopy i { width: 3px; height: 3px; border-radius: 50%; background: #665f6a; }
.hero-visual { position: relative; min-width: 0; perspective: 1200px; }
.browser-window { position: relative; z-index: 2; width: 680px; max-width: 112%; overflow: hidden; border: 1px solid rgb(255 255 255 / 15%); border-radius: 22px; background: #111015; box-shadow: 0 45px 110px rgb(0 0 0 / 62%), 0 2px 20px rgb(0 0 0 / 50%), 0 0 80px rgb(155 98 255 / 10%); transform: rotateY(-4deg) rotateX(1deg); transform-origin: left center; }
.browser-top { height: 44px; display: grid; grid-template-columns: 80px 1fr 40px; align-items: center; padding: 0 12px; border-bottom: 1px solid rgb(255 255 255 / 7%); background: #232127; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #625e67; }
.window-dots i:first-child { background: #ff665e; }.window-dots i:nth-child(2) { background: #ffbd4a; }.window-dots i:last-child { background: #38db92; }
.address-bar { width: 66%; min-width: 190px; justify-self: center; padding: 5px 14px; border-radius: 8px; background: #16151a; color: #8d8791; font-family: ui-monospace, monospace; font-size: .61rem; text-align: center; }
.address-bar .lock { margin-right: 7px; color: var(--success); font-size: .46rem; }
.browser-more { color: #77727b; text-align: right; font-size: .6rem; letter-spacing: 2px; }
.player-shell { height: 500px; display: grid; grid-template-columns: 52px 1fr 302px; padding: 12px; gap: 11px; background: radial-gradient(circle at 36% 39%, rgb(155 98 255 / 18%), transparent 26%), #0f0e12; }
.player-rail { display: flex; flex-direction: column; align-items: center; gap: 24px; padding-top: 8px; border-right: 1px solid rgb(255 255 255 / 6%); }
.player-rail span { width: 18px; height: 3px; border-radius: 5px; background: #39363e; }.player-rail span:nth-child(3) { background: var(--pink); }.player-rail .rail-logo { width: 22px; height: 22px; margin-bottom: 12px; border-radius: 50%; background: linear-gradient(145deg, #fe4a7a, #8c42f5); }
.album-zone { position: relative; min-width: 0; padding: 54px 25px 20px; }
.album-art { aspect-ratio: 1; max-width: 230px; margin: 0 auto 25px; border-radius: 9px; background: radial-gradient(circle at 50% 43%, transparent 0 12%, rgb(14 12 20 / 92%) 13% 18%, transparent 19%), repeating-radial-gradient(circle, rgb(255 255 255 / 8%) 0 2px, transparent 3px 7px), linear-gradient(145deg, #6b295a, #241735 45%, #8b3f88); box-shadow: 0 26px 60px rgb(0 0 0 / 55%); }
.album-art span { display: block; width: 46%; height: 46%; margin: auto; position: relative; top: 27%; border-radius: 50%; border: 1px solid rgb(255 255 255 / 13%); background: radial-gradient(circle, #ff4778 0 7%, #15121b 8% 29%, #9b62ff 30% 31%, #1a1620 32%); }
.song-lines b, .song-lines i { display: block; height: 7px; margin-inline: auto; border-radius: 5px; background: #ded9e0; }.song-lines b { width: 66%; }.song-lines i { width: 42%; height: 5px; margin-top: 9px; background: #625d66; }
.player-controls { display: flex; align-items: center; justify-content: center; gap: 26px; margin-top: 22px; color: #aaa4ad; }.player-controls b { width: 36px; height: 36px; display: grid; place-items: center; padding-left: 2px; border-radius: 50%; background: #f5f2f6; color: #18151b; font-size: .7rem; }.player-controls i { font-size: 1.5rem; font-style: normal; }
.extension-panel { padding: 18px; border: 1px solid rgb(255 255 255 / 10%); border-radius: 17px; background: linear-gradient(155deg, rgb(40 36 46 / 96%), rgb(25 23 30 / 98%)); box-shadow: 0 22px 52px rgb(0 0 0 / 45%); }
.panel-heading, .panel-brand, .party-line, .now-playing, .members-row, .queue-card { display: flex; align-items: center; }
.panel-heading { justify-content: space-between; }
.panel-brand { gap: 7px; font-size: .78rem; font-weight: 650; }.panel-brand b { color: var(--pink); }.panel-brand img { filter: none; }
.connected { display: flex; align-items: center; gap: 5px; color: var(--success); font-size: .51rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }.connected i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; }
.party-line { justify-content: space-between; margin-top: 22px; }.party-line > span { color: #7e7782; font-size: .53rem; font-weight: 800; letter-spacing: .18em; }.party-line button { padding: 5px 8px; border: 1px solid rgb(255 255 255 / 9%); border-radius: 7px; background: #17151b; color: #ddd8df; cursor: pointer; font-family: ui-monospace, monospace; font-size: .66rem; letter-spacing: .15em; }.party-line button span { color: #817a86; }
.now-playing { gap: 10px; margin-top: 12px; padding: 10px; border: 1px solid rgb(255 255 255 / 7%); border-radius: 11px; background: rgb(255 255 255 / 3%); }.mini-cover { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 7px; background: radial-gradient(circle at 36% 34%, #ff93ad, transparent 10%), linear-gradient(145deg, #812c66, #312049 52%, #ae4d75); }.now-playing div:nth-child(2) { min-width: 0; flex: 1; }.now-playing strong, .now-playing span { overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap; }.now-playing strong { font-size: .66rem; }.now-playing span { margin-top: 2px; color: #8b8490; font-size: .54rem; }.now-playing button { width: 30px; height: 30px; border: 0; border-radius: 50%; background: linear-gradient(145deg, var(--pink), var(--pink-2)); color: #fff; cursor: pointer; font-size: .58rem; }
.timeline { position: relative; height: 3px; margin: 18px 0 7px; border-radius: 4px; background: #49444e; }.timeline span { display: block; width: 61%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--pink), var(--violet)); }.timeline i { position: absolute; top: 50%; left: 61%; width: 8px; height: 8px; border-radius: 50%; background: #fff; transform: translate(-50%, -50%); box-shadow: 0 0 8px var(--pink); }
.time-row { display: flex; justify-content: space-between; color: #77717b; font-family: ui-monospace, monospace; font-size: .48rem; }.time-row b { color: var(--success); font-weight: 600; }
.members-row { margin-top: 20px; }.avatars { display: flex; }.avatars i { width: 25px; height: 25px; display: grid; place-items: center; margin-left: -5px; border: 2px solid #201d24; border-radius: 50%; background: #743451; color: #fff; font-size: .48rem; font-style: normal; font-weight: 700; }.avatars i:first-child { margin-left: 0; background: #5d4690; }.avatars i:last-child { background: #3b6e67; }.members-row > span { flex: 1; margin-left: 7px; color: #98919c; font-size: .52rem; }.members-row button { padding: 5px 8px; border: 1px solid rgb(255 71 120 / 20%); border-radius: 7px; background: rgb(255 71 120 / 8%); color: #ff87a6; font-size: .48rem; }
.queue-card { justify-content: space-between; margin-top: 18px; padding: 11px; border-radius: 10px; background: #17151b; }.queue-card strong, .queue-card span { display: block; }.queue-card strong { font-size: .6rem; }.queue-card > div span { color: #77717b; font-size: .49rem; }.queue-bars { display: flex !important; align-items: flex-end; gap: 2px; height: 18px; }.queue-bars i { width: 2px; border-radius: 2px; background: var(--pink); animation: wave 1.1s ease-in-out infinite alternate; }.queue-bars i:first-child { height: 8px; }.queue-bars i:nth-child(2) { height: 16px; animation-delay: -.5s; }.queue-bars i:last-child { height: 11px; animation-delay: -.25s; }
.orbit-ring { position: absolute; z-index: 1; border: 1px solid rgb(255 71 120 / 20%); border-radius: 50%; pointer-events: none; }.orbit-ring-one { width: 580px; height: 580px; top: -65px; right: -120px; }.orbit-ring-two { width: 430px; height: 430px; top: 8px; right: -43px; border-color: rgb(155 98 255 / 16%); }
.floating-status { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 11px 15px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 13px; background: rgb(35 31 41 / 85%); box-shadow: 0 18px 44px rgb(0 0 0 / 42%); backdrop-filter: blur(16px); }.floating-status small, .floating-status strong { display: block; }.floating-status small { color: #817a86; font-size: .47rem; font-weight: 800; letter-spacing: .12em; }.floating-status strong { font-size: .62rem; }.floating-status-left { left: -34px; bottom: 45px; }.floating-status-right { right: -42px; top: 62px; }.status-icon, .avatar-mini { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; font-size: .6rem; font-weight: 800; }.status-icon { background: rgb(56 219 146 / 12%); color: var(--success); border: 1px solid rgb(56 219 146 / 25%); }.avatar-mini { background: linear-gradient(145deg, #8b526e, #5c3a7d); }
.signal-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 90px; padding: 28px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.signal-strip > div { display: flex; align-items: center; gap: 14px; padding: 0 25px; border-right: 1px solid var(--border); }.signal-strip > div:first-child { padding-left: 0; }.signal-strip > div:last-child { border-right: 0; }.signal-strip > div > span { color: #58525d; font-family: ui-monospace, monospace; font-size: .68rem; }.signal-strip p { margin: 0; color: #817a86; font-size: .7rem; line-height: 1.45; }.signal-strip strong { display: block; color: #e5e0e7; font-size: .78rem; }

/* Feature grid */
.features { background: radial-gradient(circle at 15% 30%, rgb(217 39 98 / 7%), transparent 22%); }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading h2 { margin: 0; }.section-heading > p { max-width: 430px; margin: 0 0 9px; color: var(--muted); font-size: 1.04rem; }
.feature-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 16px; }
.feature-card { position: relative; min-height: 425px; overflow: hidden; padding: 28px; border: 1px solid var(--border); border-radius: 25px; background: linear-gradient(145deg, rgb(39 35 44 / 80%), rgb(25 23 30 / 90%)); box-shadow: inset 0 1px rgb(255 255 255 / 3%); }
.feature-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -90px; bottom: -120px; border-radius: 50%; background: var(--pink); filter: blur(90px); opacity: .06; }
.feature-main { background: radial-gradient(circle at 20% 110%, rgb(255 71 120 / 15%), transparent 45%), linear-gradient(145deg, #242029, #18161c); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 50px; border: 1px solid rgb(255 71 120 / 20%); border-radius: 14px; background: rgb(255 71 120 / 8%); }
.feature-icon svg { width: 23px; fill: none; stroke: #ff6e95; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card-number { position: absolute; top: 35px; right: 30px; color: #5f5964; font-family: ui-monospace, monospace; font-size: .68rem; }
.feature-card h3 { margin-bottom: 14px; font-size: 1.55rem; }.feature-card p { max-width: 390px; color: var(--muted); font-size: .92rem; }
.sync-viz { position: relative; margin-top: 35px; }.sync-viz > div { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 10px; margin-bottom: 13px; }.sync-viz span { color: #817b85; font-size: .55rem; }.sync-viz i { position: relative; display: block; height: 2px; border-radius: 2px; background: #3d3941; }.sync-viz i::after { content: ""; position: absolute; left: calc(72% + var(--offset)); top: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--pink); transform: translate(-50%, -50%); box-shadow: 0 0 12px rgb(255 71 120 / 70%); }.sync-viz b { position: absolute; top: -6px; bottom: 6px; left: calc(48px + 10px + (100% - 58px) * .72); width: 1px; background: linear-gradient(transparent, var(--pink), transparent); }
.mini-queue { display: flex; align-items: center; gap: 8px; margin-top: 10px; padding: 9px; border: 1px solid rgb(255 255 255 / 6%); border-radius: 10px; background: rgb(255 255 255 / 3%); }.mini-queue i { width: 29px; height: 29px; border-radius: 6px; background: linear-gradient(145deg, #714058, #3e315e); }.mini-queue span { width: 55%; height: 5px; border-radius: 3px; background: #504a54; }.mini-queue b { margin-left: auto; color: #66606a; font-size: .6rem; }
.inside-chip { display: flex; align-items: center; gap: 8px; margin-top: 35px; padding: 10px; border: 1px solid rgb(56 219 146 / 10%); border-radius: 11px; background: rgb(56 219 146 / 5%); font-size: .63rem; }.inside-chip span { flex: 1; }.inside-chip b { color: var(--success); }

/* Generated visual story */
.remote-story { position: relative; overflow: hidden; padding: 10px 0 126px; background: var(--bg); }
.remote-frame { position: relative; min-height: 650px; overflow: hidden; border: 1px solid var(--border-strong); border-radius: 32px; background: #0b090e; box-shadow: 0 42px 110px rgb(0 0 0 / 38%); }
.remote-frame > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.remote-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(9 8 11 / 92%) 0%, rgb(9 8 11 / 48%) 36%, transparent 66%), linear-gradient(0deg, rgb(9 8 11 / 55%), transparent 50%); }
.remote-copy { position: absolute; z-index: 2; top: 68px; left: 68px; max-width: 470px; }
.remote-copy h2 { font-size: clamp(2.7rem, 4.5vw, 4.5rem); }
.remote-copy > p:not(.eyebrow) { max-width: 420px; color: #aaa1ae; }
.remote-label { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 11px; background: rgb(27 23 31 / 72%); box-shadow: 0 12px 35px rgb(0 0 0 / 30%); backdrop-filter: blur(12px); color: #dad3dd; font-size: .6rem; line-height: 1.25; }
.remote-label i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 9px var(--success); }
.remote-label b { color: var(--success); font-size: .48rem; font-weight: 600; }
.label-simo { left: 22%; bottom: 13%; }.label-giulia { left: 57%; top: 19%; }.label-luca { right: 8%; bottom: 29%; }

/* Steps */
.steps { border-top: 1px solid rgb(255 255 255 / 4%); background: var(--bg-deep); }
.center-heading { max-width: 760px; margin: 0 auto 65px; text-align: center; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: steps; }
.step-card { position: relative; padding: 22px; border: 1px solid var(--border); border-radius: 24px; background: #151419; }.step-index { position: absolute; z-index: 2; top: 34px; left: 34px; color: #655f69; font-family: ui-monospace, monospace; font-size: .65rem; }.step-visual { height: 240px; display: flex; align-items: center; justify-content: center; margin-bottom: 26px; border-radius: 18px; background: radial-gradient(circle at 50% 50%, rgb(155 98 255 / 10%), transparent 47%), #1b1920; }
.step-card h3 { margin: 0 10px 10px; font-size: 1.35rem; }.step-card > p { margin: 0 10px 10px; color: var(--muted); font-size: .86rem; }
.install-visual { flex-direction: column; gap: 12px; color: #938b99; font-size: .6rem; }.chrome-ring { width: 76px; height: 76px; display: grid; place-items: center; border: 10px solid #27232e; border-top-color: var(--pink); border-right-color: var(--violet); border-radius: 50%; color: white; font-size: 1.7rem; box-shadow: 0 0 35px rgb(255 71 120 / 14%); }
.code-visual { flex-direction: column; }.code-visual small { color: #68616d; font-size: .52rem; font-weight: 800; letter-spacing: .16em; }.code-visual strong { margin-top: 5px; font-family: ui-monospace, monospace; font-size: 1.65rem; letter-spacing: .17em; }.code-visual i { margin-top: 15px; padding: 5px 10px; border-radius: 20px; background: rgb(56 219 146 / 8%); color: var(--success); font-size: .55rem; font-style: normal; }
.together-visual { flex-direction: column; overflow: hidden; }.join-avatars { display: flex; }.join-avatars i { width: 56px; height: 56px; display: grid; place-items: center; margin-left: -8px; border: 4px solid #1b1920; border-radius: 50%; background: linear-gradient(145deg, #67457d, #3e3156); font-size: .68rem; font-style: normal; font-weight: 700; }.join-avatars i:nth-child(2) { background: linear-gradient(145deg, #9b4869, #563053); }.join-avatars i:nth-child(3) { background: linear-gradient(145deg, #34786d, #315052); }.wave-line { width: 130px; height: 25px; margin-top: 18px; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 130 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 13h18l5-8 8 16 9-18 9 19 8-9h73' fill='none' stroke='%23ff4778' stroke-width='2'/%3E%3C/svg%3E") center/contain no-repeat; }

/* Collaboration */
.collaboration { background: radial-gradient(circle at 15% 55%, rgb(155 98 255 / 9%), transparent 30%), var(--bg); }
.split-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 95px; }
.queue-showcase { position: relative; min-height: 600px; }
.queue-art { width: 100%; height: 415px; object-fit: cover; border: 1px solid var(--border-strong); border-radius: 25px; box-shadow: 0 35px 85px rgb(0 0 0 / 32%); }
.queue-demo { position: absolute; right: -22px; bottom: 0; width: 88%; padding: 25px; border: 1px solid var(--border-strong); border-radius: 22px; background: linear-gradient(150deg, rgb(41 37 46 / 96%), rgb(23 21 27 / 97%)); box-shadow: 0 40px 90px rgb(0 0 0 / 48%); transform: rotate(-1.5deg); backdrop-filter: blur(18px); }
.demo-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }.demo-top small, .demo-top strong { display: block; }.demo-top small { color: var(--pink); font-size: .52rem; font-weight: 800; letter-spacing: .16em; }.demo-top strong { margin-top: 4px; font-size: .92rem; }.demo-top button { padding: 7px 11px; border: 1px solid rgb(255 71 120 / 18%); border-radius: 8px; background: rgb(255 71 120 / 9%); color: #ff8aa8; font-size: .57rem; }
.track { display: grid; grid-template-columns: 24px 47px 1fr 40px 20px; gap: 11px; align-items: center; margin-bottom: 7px; padding: 10px; border: 1px solid transparent; border-radius: 11px; }.track.active { border-color: rgb(255 255 255 / 7%); background: rgb(255 255 255 / 4%); }.track > b { color: #625c66; font-family: ui-monospace, monospace; font-size: .57rem; }.cover { width: 47px; height: 47px; border-radius: 8px; }.cover-one { background: linear-gradient(145deg, #f2749a, #493267 65%); }.cover-two { background: radial-gradient(circle, #78b2b4, #243e55 65%); }.cover-three { background: linear-gradient(50deg, #ea845d, #532c52); }.track div strong, .track div span { display: block; }.track div strong { font-size: .68rem; }.track div span { color: #79727d; font-size: .57rem; }.track small { color: #7c7580; font-size: .55rem; }.track em { color: #77717b; font-size: .6rem; font-style: normal; }
.added-by { display: flex; align-items: center; gap: 9px; margin-top: 23px; padding-top: 18px; border-top: 1px solid var(--border); }.added-by p { flex: 1; margin: 0; color: #8f8893; font-size: .6rem; }.added-by p strong { color: #d3cdd5; }.added-by > i { color: #69636c; font-size: .55rem; font-style: normal; }
.split-copy h2 { font-size: clamp(2.4rem, 4.3vw, 3.9rem); }.split-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; }.check-list { margin: 30px 0 0; padding: 0; list-style: none; }.check-list li { display: flex; align-items: center; gap: 11px; margin-top: 13px; color: #c6c0c9; font-size: .85rem; }.check-list span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: rgb(56 219 146 / 9%); color: var(--success); font-size: .62rem; }

/* Ready */
.ready-section { padding-top: 20px; }
.ready-card { position: relative; min-height: 560px; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 90px; overflow: hidden; padding: 75px; border: 1px solid var(--border); border-radius: 32px; background: #19171d; }
.ready-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(18 15 21 / 96%) 0%, rgb(18 15 21 / 82%) 45%, rgb(18 15 21 / 34%) 100%); pointer-events: none; }
.ready-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .52; }
.ready-copy, .ready-visual { position: relative; z-index: 2; }
.ready-copy > p:not(.eyebrow) { color: var(--muted); }.notice { display: inline-flex; align-items: center; gap: 9px; margin-top: 12px; padding: 8px 12px; border: 1px solid rgb(255 189 74 / 14%); border-radius: 10px; background: rgb(255 189 74 / 6%); color: #b7a583; font-size: .68rem; }.notice span { width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid rgb(255 189 74 / 35%); border-radius: 50%; color: var(--warning); font-size: .55rem; font-weight: 800; }
.ready-visual { padding: 17px; border: 1px solid var(--border); border-radius: 20px; background: rgb(10 9 12 / 35%); box-shadow: 0 25px 70px rgb(0 0 0 / 25%); }
.participant { display: flex; align-items: center; gap: 11px; margin-bottom: 8px; padding: 11px; border: 1px solid rgb(255 255 255 / 6%); border-radius: 12px; background: rgb(255 255 255 / 3%); }.participant > i { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #443450; font-size: .53rem; font-style: normal; font-weight: 700; }.participant div { flex: 1; }.participant strong, .participant span { display: block; }.participant strong { font-size: .7rem; }.participant span { color: var(--success); font-size: .55rem; }.participant > b { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: rgb(56 219 146 / 10%); color: var(--success); font-size: .52rem; }.participant.waiting { border-color: rgb(255 189 74 / 11%); }.participant.waiting span { color: var(--warning); }.participant.waiting b { border: 2px solid #544932; border-top-color: var(--warning); background: transparent; animation: spin 1s linear infinite; }
.resume-bar { position: relative; overflow: hidden; margin-top: 17px; padding: 13px; border-radius: 12px; background: linear-gradient(90deg, rgb(255 71 120 / 11%), rgb(155 98 255 / 8%)); }.resume-bar span { color: #8f8893; font-size: .58rem; }.resume-bar strong { float: right; color: #e5dfe7; font-family: ui-monospace, monospace; font-size: .72rem; }.resume-bar i { position: absolute; left: 0; bottom: 0; width: 74%; height: 2px; background: linear-gradient(90deg, var(--pink), var(--violet)); }

/* Privacy */
.privacy { padding-top: 150px; background: linear-gradient(180deg, var(--bg), #0e0d11); }
.privacy-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.privacy-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); }.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; color: #f0eaf2; font-size: .8rem; font-weight: 700; }.text-link span { color: var(--pink); font-size: 1.1rem; transition: transform .2s; }.text-link:hover span { transform: translateX(4px); }
.privacy-cards { display: grid; gap: 11px; }.privacy-item { display: flex; gap: 16px; padding: 21px; border: 1px solid var(--border); border-radius: 17px; background: rgb(255 255 255 / 3%); }.privacy-icon { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgb(155 98 255 / 16%); border-radius: 13px; background: rgb(155 98 255 / 8%); color: #bd98ff; }.privacy-item strong { font-size: .85rem; }.privacy-item p { margin: 4px 0 0; color: #8d8691; font-size: .72rem; }
.privacy-art { position: relative; grid-column: 1 / -1; height: 490px; overflow: hidden; margin: 20px 0 0; border: 1px solid var(--border-strong); border-radius: 28px; background: #09080b; box-shadow: 0 35px 90px rgb(0 0 0 / 28%); }
.privacy-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgb(9 8 11 / 72%), transparent 42%); pointer-events: none; }
.privacy-art img { width: 100%; height: 100%; object-fit: cover; }
.privacy-art figcaption { position: absolute; z-index: 2; left: 28px; bottom: 24px; display: flex; align-items: center; gap: 11px; padding: 10px 15px; border: 1px solid rgb(255 255 255 / 11%); border-radius: 12px; background: rgb(21 18 25 / 72%); backdrop-filter: blur(15px); color: #9d95a1; font-size: .7rem; }
.privacy-art figcaption i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 10px var(--success); }.privacy-art figcaption strong { color: #ece6ee; }

/* Download */
.download { background: #0e0d11; }
.download-panel { position: relative; min-height: 440px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 50px; overflow: hidden; padding: 70px 75px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 32px; background: linear-gradient(135deg, #29232d, #19161f 60%, #20182a); box-shadow: 0 35px 100px rgb(0 0 0 / 35%); }.download-panel::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 75% 50%, transparent 0 17%, rgb(155 98 255 / 8%) 17.2% 17.4%, transparent 17.6% 25%, rgb(255 71 120 / 8%) 25.2% 25.4%, transparent 25.6%); pointer-events: none; }.download-glow { position: absolute; width: 420px; height: 420px; right: -80px; top: 20px; border-radius: 50%; background: var(--pink); filter: blur(150px); opacity: .12; }
.download-copy { position: relative; z-index: 2; }.version-chip { width: max-content; margin-bottom: 20px; padding: 6px 10px; border: 1px solid rgb(56 219 146 / 13%); border-radius: 20px; background: rgb(56 219 146 / 6%); color: #8bc9ad; font-size: .57rem; font-weight: 800; letter-spacing: .12em; }.version-chip i { display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: var(--success); box-shadow: 0 0 8px var(--success); }.download-copy h2 { font-size: clamp(2.5rem, 4.5vw, 4.25rem); }.download-copy > p { color: var(--muted); }.download-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 29px; }.release-note { max-width: 620px; margin: 18px 0 0; color: #827a87 !important; font-size: .66rem; }.release-note span { color: var(--warning); }
.download-orb { position: relative; z-index: 2; display: grid; place-items: center; }.download-orb > img { width: 145px; filter: drop-shadow(0 30px 45px rgb(135 21 73 / 55%)); animation: float 5s ease-in-out infinite; }.system-pill { position: absolute; top: 73%; right: -8px; display: flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 13px; background: rgb(25 22 30 / 85%); box-shadow: 0 16px 35px rgb(0 0 0 / 35%); backdrop-filter: blur(12px); }.system-pill > span { color: var(--pink); }.system-pill small, .system-pill strong { display: block; }.system-pill small { color: #79717f; font-size: .44rem; letter-spacing: .13em; }.system-pill strong { font-size: .62rem; }

/* FAQ */
.faq { background: #0e0d11; }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 105px; align-items: start; }.faq-heading { position: sticky; top: 120px; }.faq-heading > p:not(.eyebrow) { max-width: 400px; color: var(--muted); }
.faq-item { border-bottom: 1px solid var(--border); }.faq-item:first-child { border-top: 1px solid var(--border); }.faq-item h3 { margin: 0; letter-spacing: -.02em; }.faq-item button { width: 100%; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 2px; border: 0; background: transparent; cursor: pointer; text-align: left; font-size: 1rem; font-weight: 650; }.faq-item button span { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--border-strong); border-radius: 50%; color: #9c949f; font-size: .9rem; font-weight: 400; transition: transform .25s, background .25s; }.faq-item button[aria-expanded="true"] span { background: rgb(255 71 120 / 10%); color: var(--pink); transform: rotate(45deg); }.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s var(--ease); }.faq-answer p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); font-size: .86rem; }.faq-item.open .faq-answer { grid-template-rows: 1fr; }.faq-item.open .faq-answer p { padding-bottom: 24px; }

/* Footer */
.final-cta { position: relative; overflow: hidden; padding: 120px 0 140px; background: radial-gradient(circle at 50% 70%, rgb(217 39 98 / 18%), transparent 32%), #0e0d11; text-align: center; }.final-cta::before { content: ""; position: absolute; left: 50%; bottom: -500px; width: 900px; height: 900px; border: 1px solid rgb(255 71 120 / 12%); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 100px rgb(155 98 255 / 8%); }.final-cta-inner { position: relative; z-index: 2; }.final-cta img { margin: 0 auto 28px; filter: drop-shadow(0 18px 30px rgb(135 21 73 / 50%)); }.final-cta h2 { margin-bottom: 16px; font-size: clamp(3.2rem, 6vw, 5.7rem); line-height: .95; }.final-cta h2 span { color: var(--pink); }.final-cta p { margin-bottom: 28px; color: var(--muted); }
.site-footer { border-top: 1px solid var(--border); background: #0b0a0d; }.footer-top { display: grid; grid-template-columns: 1.7fr .65fr .65fr .85fr; gap: 55px; padding: 65px 0 55px; }.footer-brand p, .footer-status p { color: #706a73; font-size: .68rem; }.footer-brand p { margin-top: 17px; }.footer-links, .footer-status { display: flex; flex-direction: column; gap: 9px; font-size: .72rem; }.footer-links strong, .footer-status strong { margin-bottom: 4px; color: #dfd9e1; font-size: .68rem; }.footer-links a { color: #77717b; transition: color .2s; }.footer-links a:hover { color: #fff; }.footer-status > span { color: #89828c; font-size: .64rem; }.footer-status > span i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--warning); }.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 22px 0; border-top: 1px solid var(--border); color: #5f5962; font-size: .59rem; }.footer-bottom p { margin: 0; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; max-width: min(90vw, 470px); padding: 12px 18px; border: 1px solid var(--border-strong); border-radius: 12px; background: rgb(36 33 41 / 95%); box-shadow: 0 18px 50px rgb(0 0 0 / 45%); color: #e9e3eb; font-size: .76rem; opacity: 0; pointer-events: none; transform: translate(-50%, 18px); transition: opacity .25s, transform .25s; }.toast.show { opacity: 1; transform: translate(-50%, 0); }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 50% 50%, rgb(255 71 120 / 12%), transparent 30%), var(--bg); text-align: center; }.error-card { max-width: 620px; }.error-card img { margin: 0 auto 25px; }.error-card h1 { font-size: clamp(2.5rem, 7vw, 4.5rem); }.error-card p:not(.eyebrow) { margin-bottom: 26px; color: var(--muted); }

/* Motion */
.reveal { opacity: 1; transform: translateY(24px); transition: transform .75s var(--ease); }.reveal.visible { transform: translateY(0); }
@keyframes wave { from { transform: scaleY(.5); } to { transform: scaleY(1); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-10px); } }

@media (max-width: 1080px) {
  .nav-links { gap: 22px; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; }
  .browser-window { width: 620px; }
  .player-shell { grid-template-columns: 45px 1fr 275px; height: 470px; }.album-zone { padding-inline: 15px; }.extension-panel { padding: 14px; }
  .floating-status-right { right: -8px; }.floating-status-left { left: -12px; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }.feature-card { padding: 24px; }
  .split-layout, .privacy-grid { gap: 60px; }
  .ready-card { gap: 50px; padding: 60px; }
}

@media (max-width: 900px) {
  .section { padding: 100px 0; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 70px; left: 24px; right: 24px; display: grid; gap: 0; padding: 12px; border: 1px solid var(--border-strong); border-radius: 17px; background: rgb(25 23 30 / 98%); box-shadow: 0 25px 70px rgb(0 0 0 / 50%); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s, visibility .2s, transform .2s; }
  .nav-links.open { opacity: 1; visibility: visible; transform: translateY(0); }.nav-links > a { padding: 13px 12px; }.nav-links .button { margin-top: 5px; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 135px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 720px; padding-bottom: 20px; }.hero-visual { width: min(100%, 730px); margin: 25px auto 0; }.browser-window { width: 100%; max-width: 100%; transform: none; }.hero-atmosphere { inset: 350px -30% auto 0; }.signal-strip { margin-top: 70px; grid-template-columns: repeat(2, 1fr); }.signal-strip > div { border-bottom: 1px solid var(--border); }.signal-strip > div:nth-child(2) { border-right: 0; }.signal-strip > div:nth-child(n+3) { padding-top: 20px; padding-bottom: 0; border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-main { grid-column: 1 / -1; }.feature-card { min-height: 370px; }
  .remote-frame { min-height: 590px; }.remote-copy { top: 52px; left: 48px; }.label-simo { left: 18%; }.label-giulia { left: auto; right: 23%; }
  .steps-grid { grid-template-columns: 1fr; }.step-card { display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; align-items: center; }.step-visual { grid-row: 1 / 4; margin-bottom: 0; }.step-index { left: calc(50% + 28px); }.step-card h3 { align-self: end; margin-top: 50px; }.step-card > p { align-self: start; }
  .split-layout, .privacy-grid, .faq-grid { grid-template-columns: 1fr; }.split-copy { order: -1; }.queue-showcase { width: min(100%, 680px); }.privacy-grid, .faq-grid { gap: 55px; }.faq-heading { position: static; }
  .ready-card { grid-template-columns: 1fr; }.ready-visual { width: min(100%, 520px); }
  .download-panel { grid-template-columns: 1fr; }.download-orb { display: none; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; }.footer-status { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }.section { padding: 82px 0; }
  .nav { height: 70px; }.brand img { width: 38px; height: 38px; }.nav-links { top: 63px; left: 16px; right: 16px; }
  .hero { padding-top: 116px; }.hero h1 { font-size: clamp(3rem, 14.2vw, 4.3rem); }.hero-lead { font-size: 1rem; }.hero-actions { display: grid; }.hero-actions .button { width: 100%; }.microcopy { align-items: flex-start; flex-wrap: wrap; font-size: .68rem; }.microcopy i { display: none; }
  .hero-visual { margin-top: 40px; }.browser-window { width: 760px; transform: scale(.62); transform-origin: left top; }.hero-visual { height: 350px; overflow: visible; }.floating-status { display: none; }.orbit-ring { display: none; }.browser-top { grid-template-columns: 65px 1fr 30px; }.player-shell { height: 500px; grid-template-columns: 52px 1fr 302px; }.hero-atmosphere { inset: 420px -60% auto -40%; height: 600px; }
  .signal-strip { grid-template-columns: 1fr; margin-top: 20px; }.signal-strip > div { padding: 15px 0 !important; border-right: 0; border-bottom: 1px solid var(--border) !important; }.signal-strip > div:last-child { border-bottom: 0 !important; }
  h2 { font-size: 2.55rem; }.section-heading { margin-bottom: 38px; }.feature-grid { grid-template-columns: 1fr; }.feature-main { grid-column: auto; }.feature-card { min-height: 385px; }
  .remote-story { padding-bottom: 80px; }.remote-frame { width: calc(100% - 24px); min-height: 620px; border-radius: 25px; }.remote-frame > img { object-position: 57% center; }.remote-shade { background: linear-gradient(180deg, rgb(9 8 11 / 92%) 0%, rgb(9 8 11 / 42%) 62%, rgb(9 8 11 / 75%) 100%); }.remote-copy { top: 42px; left: 24px; right: 24px; }.remote-copy h2 { font-size: 2.65rem; }.remote-label { display: none; }
  .center-heading { margin-bottom: 40px; }.steps-grid { gap: 12px; }.step-card { display: block; padding: 16px 16px 25px; }.step-index { top: 29px; left: 29px; }.step-visual { height: 210px; margin-bottom: 22px; }.step-card h3 { margin-top: 0; }
  .split-layout { gap: 45px; }.queue-showcase { min-height: 555px; }.queue-art { height: 315px; }.queue-demo { position: relative; right: auto; width: calc(100% - 18px); margin: -42px auto 0; padding: 15px; transform: none; }.track { grid-template-columns: 18px 42px 1fr 30px; gap: 8px; }.track em { display: none; }.cover { width: 42px; height: 42px; }.demo-top button { display: none; }
  .ready-section { padding-top: 10px; }.ready-card { width: calc(100% - 24px); padding: 48px 22px; gap: 35px; border-radius: 25px; }.ready-copy h2 br { display: none; }
  .privacy { padding-top: 95px; }.privacy-grid { gap: 42px; }.privacy-item { padding: 17px; }.privacy-art { height: 420px; margin-top: 0; border-radius: 23px; }.privacy-art img { object-position: 42% center; }.privacy-art figcaption { left: 14px; right: 14px; bottom: 14px; }
  .download-panel { min-height: auto; padding: 48px 22px; border-radius: 25px; }.download-actions { display: grid; }.download-actions .button { width: 100%; }.download-copy h2 { font-size: 2.8rem; }
  .faq-grid { gap: 35px; }.faq-item button { min-height: 78px; font-size: .9rem; }
  .final-cta { padding: 90px 0 110px; }.final-cta h2 { font-size: 3.5rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px 25px; }.footer-brand { grid-column: 1 / -1; }.footer-status { grid-column: 1 / -1; }.footer-bottom { display: block; }.footer-bottom p + p { margin-top: 9px; }
}

@media (max-width: 410px) {
  .browser-window { transform: scale(.51); }.hero-visual { height: 290px; }
  .hero h1 { font-size: 2.9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
