/* Fontes locais: eliminam duas folhas de estilo remotas do caminho crítico.
   `optional` garante texto imediato em conexões lentas e evita troca tardia
   de métricas (CLS), sem impedir o uso da identidade tipográfica quando a
   fonte já estiver disponível a tempo ou em cache. */
@font-face { font-family:'Roboto'; font-style:normal; font-weight:400 800; font-display:optional; src:url('/assets/roboto-latin-ccAYIvAh.woff2') format('woff2'); }
@font-face { font-family:'Roboto'; font-style:italic; font-weight:400 700; font-display:optional; src:url('/assets/roboto-italic-latin-BZYj8CJm.woff2') format('woff2'); }
@font-face { font-family:'Manrope'; font-style:normal; font-weight:500 800; font-display:optional; src:url('/assets/manrope-latin-DHIcAJRg.woff2') format('woff2'); }
@font-face { font-family:'DM Mono'; font-style:normal; font-weight:500; font-display:optional; src:url('/assets/dm-mono-latin-DRMDZjhP.woff2') format('woff2'); }

:root { font-family: 'Roboto', Arial, sans-serif; color: #f7f9ff; background: #07090e; font-synthesis: none; text-rendering: optimizeLegibility; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: #1DB954 #0d1018; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #0d1018; }
::-webkit-scrollbar-thumb { background: #1DB954; border: 2px solid #0d1018; border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: #4CD97B; }
body { margin: 0; min-width: 320px; background: #07090e; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { vertical-align: middle; }

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #7be69c;
  outline-offset: 3px;
}

/* Impede seleção/cópia de texto de links e botões (menu, rodapé, CTAs,
   marca) por clique-arrasto ou clique-direito > Copiar. Não afeta o
   texto de conteúdo (parágrafos, termos, artigos), que fica em
   elementos como <p>/<span>/<li>, não em <a>/<button>. */
a, button {
  -webkit-user-select: none;
  user-select: none;
}
:root { --blue: #1DB954; --text-muted: #98a0b2; --line: rgba(255,255,255,.11); }
/* Antes era "main{overflow:hidden}" (seletor de tag, sem escopo) — como esse
   CSS carrega em todo o site, também batia no <main class="dash-page"> do
   Dashboard e quebrava o position:sticky do cabeçalho de lá. Renomeado pra
   classe própria da página inicial. O "overflow:hidden" em si foi removido
   (testado sem ele: nenhum elemento decorativo do hero causa rolagem
   horizontal) porque, pela mesma razão, ele quebraria o sticky da própria
   Nav aqui embaixo. */
.home-page { background: radial-gradient(circle at 76% 18%, rgba(29,185,84,.14), transparent 25%), #07090e; }

/* Com a Nav fixa no topo, um clique em "Como funciona"/"Plataformas" (âncora
   #id) pousava a seção bem atrás da barra — o topo do conteúdo ficava
   escondido. */
#inicio, #como-funciona, #plataformas { scroll-margin-top: 100px; }
.container { width: min(1160px, calc(100% - 48px)); margin: auto; }
.hero { min-height: 620px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; padding: 60px 0 82px; }
.eyebrow, .section-heading > span, .platform-section > div > span { font: 500 10px 'DM Mono', monospace; letter-spacing: 1.3px; color: #a9b0c0; }.eyebrow { display: flex; align-items: center; gap: 10px; animation: rise .8s ease both; }.eyebrow span { height: 7px; width: 7px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 5px rgba(29,185,84,.13); }
h1 { font-size: clamp(48px, 5.2vw, 76px); line-height: .98; letter-spacing: -4px; margin: 23px 0; font-weight: 700; animation: hero-rise .9s .1s ease both; } h1 em { font-family: 'Playfair Display', serif; font-weight: 600; color: var(--blue); }
.hero-copy > p { color: var(--text-muted); max-width: 472px; line-height: 1.7; font-size: 15px; animation: hero-rise .9s .2s ease both; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; animation: rise .9s .3s ease both; }.button { font-size: 13px; font-weight: 700; padding: 15px 18px; border-radius: 7px; transition: transform .25s, background .25s; }.button:hover { transform: translateY(-3px); }.button-primary { background: var(--blue); color:#06120a; box-shadow: 0 10px 28px rgba(29,185,84,.26); }.button-primary span { padding-left: 13px; }.button-ghost { border: 1px solid var(--line); color: #d7dbe4; }.button-ghost span { padding-left: 12px; }
.hero-proof { display: flex; align-items: center; margin-top: 48px; gap: 12px; animation: rise .9s .4s ease both; }.avatars { display: flex; }.avatars b { width: 27px; height: 27px; border-radius: 50%; border: 2px solid #0a0c12; margin-left: -7px; display:grid; place-items:center; font: 10px 'DM Mono'; background:#3c4659; }.avatars b:first-child {margin:0;background:#806049}.avatars b:nth-child(2){background:#515f85}.avatars b:nth-child(3){background:#8c4850}.avatars b:last-child{background:var(--blue)}.hero-proof p{font-size:10px;line-height:1.55;color:#81899a}.hero-proof strong{font-weight:700;color:#dce0e9}
.hero-visual { height: 470px; position: relative; display: grid; place-items: center; animation: float .9s .2s ease both; }.glow { position: absolute; width: 325px; height: 325px; background: var(--blue); filter: blur(115px); opacity: .25; }.orbit { position:absolute;border:1px solid rgba(29,185,84,.18);border-radius:50%;transform:rotate(-32deg);}.orbit-one{width:520px;height:245px}.orbit-two{width:390px;height:390px;border-color:rgba(29,185,84,.11)}
.art-card{position:absolute;width:260px;height:330px;border-radius:7px;box-shadow:0 35px 75px rgba(0,0,0,.48);overflow:hidden}.art-front{z-index:2;background:#1DB954;transform:rotate(-5deg);animation: card-drift 6s ease-in-out infinite}.art-front img{width:100%;height:100%;object-fit:cover;opacity:.92}.art-back{z-index:1;background:linear-gradient(145deg,#0f2a1a,#090c13 68%);transform:rotate(13deg) translate(34px,4px);border:1px solid rgba(255,255,255,.12)}
.mini-card{position:absolute;z-index:3;background:rgba(18,22,32,.9);border:1px solid rgba(255,255,255,.13);box-shadow:0 16px 34px rgba(0,0,0,.26);backdrop-filter:blur(12px);border-radius:8px;padding:12px;display:flex;gap:9px;align-items:center}.mini-card small{display:block;color:#8c95a6;font:8px 'DM Mono';letter-spacing:.6px}.mini-card b{display:block;font-size:10px;margin-top:4px}.card-release{left:-4px;top:95px;animation: side-float 4.5s ease-in-out infinite}.card-live{right:-2px;bottom:85px;animation: side-float 4.5s 1s ease-in-out infinite}.mini-icon{height:24px;width:24px;background:var(--blue);display:grid;place-items:center;border-radius:5px}.live-dot{height:7px;width:7px;background:#1DB954;border-radius:50%;box-shadow:0 0 0 4px rgba(29,185,84,.1)}
.sound-lines{position:absolute;right:16px;top:55px;height:50px;display:flex;align-items:center;gap:4px}.sound-lines i{width:2px;background:var(--blue);border-radius:4px;animation:pulse 1.2s ease-in-out infinite}.sound-lines i:nth-child(1){height:10px}.sound-lines i:nth-child(2){height:28px;animation-delay:.15s}.sound-lines i:nth-child(3){height:17px;animation-delay:.3s}.sound-lines i:nth-child(4){height:37px;animation-delay:.45s}.sound-lines i:nth-child(5){height:21px;animation-delay:.6s}.sound-lines i:nth-child(6){height:33px;animation-delay:.8s}.sound-lines i:nth-child(7){height:14px;animation-delay:1s}.sound-lines i:nth-child(8){height:25px;animation-delay:1.1s}
.platform-icon{width:20px;height:20px;display:grid;place-items:center;line-height:0;color:#e8ebf1;flex:0 0 auto}.platform-icon svg{width:100%;height:100%;fill:currentColor}.ticker{border-top:1px solid var(--line);border-bottom:1px solid var(--line);height:80px;display:flex;align-items:center;white-space:nowrap;overflow:hidden}.ticker-track{display:flex;width:max-content;align-items:center;animation:marquee 22s linear infinite;will-change:transform}.ticker-group{display:flex;align-items:center;gap:48px;padding-right:48px}.ticker:hover .ticker-track{animation-play-state:paused}.ticker-group>span{color:#b9bfca;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}.ticker-group>span:nth-child(4n) .platform-icon{color:var(--blue)}
.spotlight{padding:110px 0 0}.spotlight-sub{color:var(--text-muted);line-height:1.7;font-size:14px;max-width:420px;margin-top:-30px}.spotlight-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:44px}.spotlight-grid article{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:3/4;border:1px solid var(--line);background:#11151f;transition:transform .3s,border .3s}.spotlight-grid article:hover{transform:translateY(-6px);border-color:rgba(29,185,84,.65)}.spotlight-grid img{width:100%;height:100%;object-fit:cover;display:block}.spotlight-info{position:absolute;left:0;right:0;bottom:0;padding:30px 12px 12px;background:linear-gradient(0deg,rgba(3,5,9,.92),rgba(3,5,9,.45) 70%,transparent);display:flex;flex-direction:column;gap:5px}.spotlight-info b{font-size:13px;letter-spacing:-.3px}.spotlight-info span{display:flex;align-items:center;gap:4px;font:600 10px 'DM Mono',monospace;color:#7be69c}
.benefits{padding:130px 0}.section-heading h2,.platform-section h2{font-size:clamp(32px,3.4vw,47px);line-height:1.08;letter-spacing:-2.5px;margin:17px 0 46px}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.benefit-grid article{border:1px solid var(--line);background:linear-gradient(140deg,rgba(255,255,255,.045),rgba(255,255,255,.01));min-height:287px;padding:29px;border-radius:7px;position:relative;overflow:hidden;transition:transform .3s,border .3s}.benefit-grid article:hover{transform:translateY(-6px);border-color:rgba(29,185,84,.65)}.benefit-icon{height:36px;width:36px;color:var(--blue);border:1px solid rgba(29,185,84,.35);background:rgba(29,185,84,.12);border-radius:7px;display:grid;place-items:center;font-size:19px}.benefit-grid h3{font-size:18px;letter-spacing:-.8px;margin:35px 0 10px}.benefit-grid p{font-size:13px;line-height:1.7;color:var(--text-muted);max-width:245px}.benefit-grid article>a{position:absolute;bottom:28px;font-size:12px;font-weight:700}.benefit-grid article>a span{margin-left:8px;color:var(--blue)}.featured{background:linear-gradient(145deg,rgba(29,185,84,.22),rgba(19,27,47,.35))!important}.chart{height:53px;position:absolute;bottom:0;left:0;right:0;display:flex;align-items:end;gap:10px;padding:0 29px}.chart i{display:block;flex:1;background:linear-gradient(0deg,var(--blue),rgba(29,185,84,.1));border-radius:3px 3px 0 0}.chart i:nth-child(1){height:18%}.chart i:nth-child(2){height:36%}.chart i:nth-child(3){height:28%}.chart i:nth-child(4){height:58%}.chart i:nth-child(5){height:43%}.chart i:nth-child(6){height:79%}.chart i:nth-child(7){height:100%}
.platform-section{padding:100px 0 125px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:10px}.platform-section h2{margin-bottom:0}.platform-section>p{color:var(--text-muted);line-height:1.7;max-width:300px;padding-top:29px;font-size:14px}.platform-list{grid-column:1/-1;margin-top:48px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.platform-list>div{height:85px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:11px;padding:0 18px;font-size:13px;font-weight:700;transition:background .25s}.platform-list>div:hover{background:rgba(29,185,84,.09)}.platform-list>div>.platform-icon{color:#dce4f5}.platform-list span{margin-left:auto;color:var(--blue);opacity:0}.platform-list>div:hover span{opacity:1}.footer{border-top:1px solid var(--line);height:92px;display:flex;align-items:center;justify-content:space-between;color:#737c8e;font-size:11px}.footer a{color:#b8bfcc}
[data-reveal]{opacity:0;transform:translateY(32px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.75,.25,1)}[data-reveal].is-visible{opacity:1;transform:none}.benefit-grid article{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s cubic-bezier(.2,.75,.25,1),border .3s}.benefit-grid.is-visible article{opacity:1;transform:none}.benefit-grid.is-visible article:nth-child(2){transition-delay:.12s}.benefit-grid.is-visible article:nth-child(3){transition-delay:.24s}.platform-list>div{opacity:0;transform:translateY(15px)}.platform-list.is-visible>div{animation:platform-in .45s cubic-bezier(.2,.75,.25,1) both}.platform-list.is-visible>div:nth-child(2){animation-delay:.06s}.platform-list.is-visible>div:nth-child(3){animation-delay:.12s}.platform-list.is-visible>div:nth-child(4){animation-delay:.18s}.platform-list.is-visible>div:nth-child(5){animation-delay:.24s}.platform-list.is-visible>div:nth-child(6){animation-delay:.3s}.platform-list.is-visible>div:nth-child(7){animation-delay:.36s}.platform-list.is-visible>div:nth-child(8){animation-delay:.42s}
@keyframes hero-rise{from{transform:translateY(18px)}to{transform:none}}@keyframes rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes float{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:none}}@keyframes card-drift{50%{transform:rotate(-3deg) translateY(-10px)}}@keyframes side-float{50%{transform:translateY(-9px)}}@keyframes pulse{50%{transform:scaleY(.5);opacity:.5}}@keyframes marquee{to{transform:translateX(-50%)}}@keyframes platform-in{to{opacity:1;transform:none}}

/* ── O melhor suporte — demonstração em estilo de chat ── */
.support-love{padding:120px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.support-love-copy>span{font:500 10px 'DM Mono',monospace;letter-spacing:1.3px;color:#a9b0c0}
.support-love-copy h2{font-size:clamp(32px,3.4vw,47px);line-height:1.08;letter-spacing:-2.5px;margin:16px 0 22px}
.support-love-copy h2 em{font-family:'Playfair Display',serif;font-weight:600;color:var(--blue)}
.support-love-copy>p{color:var(--text-muted);line-height:1.75;font-size:14.5px;max-width:440px;margin-bottom:30px}
.support-love-stat{display:flex;align-items:center;gap:10px;margin-top:26px;font:600 11px 'DM Mono',monospace;letter-spacing:.2px;color:#8b93a4}
.support-love-pulse{position:relative;flex:none;width:8px;height:8px;border-radius:50%;background:var(--blue)}
.support-love-pulse:after{content:'';position:absolute;inset:0;border-radius:inherit;background:rgba(29,185,84,.5);animation:support-pulse 2.4s ease-out infinite;will-change:transform,opacity}
@keyframes support-pulse{0%{transform:scale(1);opacity:1}70%,100%{transform:scale(4.25);opacity:0}}
.support-love-chat{display:flex;flex-direction:column;gap:14px}
.support-msg{max-width:82%}
.support-msg.is-us{align-self:flex-start}
.support-msg.is-them{align-self:flex-end}
.support-bubble{border-radius:18px;padding:14px 18px;font-size:14px;line-height:1.6;opacity:0;transform:translateY(22px) scale(.96)}
.support-bubble p{margin:0}
.support-msg.is-us .support-bubble{background:linear-gradient(155deg,#1DB954,#158a44);color:#06120a;border-bottom-left-radius:6px;box-shadow:0 16px 34px rgba(15,120,60,.28)}
.support-msg.is-them .support-bubble{background:#151a24;color:#e7ebf3;border:1px solid rgba(255,255,255,.08);border-right:3px solid rgba(29,185,84,.5);border-bottom-right-radius:6px;box-shadow:0 16px 34px rgba(0,0,0,.32)}
.support-love-chat.is-visible .support-bubble{animation:support-msg-in .55s cubic-bezier(.2,.75,.25,1) both}
.support-love-chat.is-visible .support-msg{animation:support-bob 7s ease-in-out infinite}
.support-love-chat.is-visible .support-msg:nth-child(1) .support-bubble{animation-delay:.1s}
.support-love-chat.is-visible .support-msg:nth-child(2) .support-bubble{animation-delay:.45s}
.support-love-chat.is-visible .support-msg:nth-child(3) .support-bubble{animation-delay:.85s}
.support-love-chat.is-visible .support-msg:nth-child(4) .support-bubble{animation-delay:1.2s}
.support-love-chat.is-visible .support-msg:nth-child(5) .support-bubble{animation-delay:1.6s}
.support-love-chat.is-visible .support-msg:nth-child(6) .support-bubble{animation-delay:1.95s}
.support-love-chat.is-visible .support-msg:nth-child(7) .support-bubble{animation-delay:2.35s}
.support-love-chat.is-visible .support-msg:nth-child(8) .support-bubble{animation-delay:2.7s}
.support-love-chat.is-visible .support-msg:nth-child(odd){animation-delay:.4s}
.support-love-chat.is-visible .support-msg:nth-child(3n){animation-delay:1.1s;animation-duration:8s}
.support-love-chat.is-visible .support-msg:nth-child(3n+1){animation-delay:2s;animation-duration:7.5s}
@keyframes support-msg-in{from{opacity:0;transform:translateY(22px) scale(.96)}to{opacity:1;transform:none}}
@keyframes support-bob{50%{transform:translateY(-6px)}}
@media (max-width: 780px){.container{width:min(100% - 34px,580px)}.hero{grid-template-columns:1fr;min-height:0;padding:55px 0 57px}.hero-copy>p{font-size:14px}.hero-visual{height:346px;margin:35px -10px 0}.hero-visual .art-card{width:205px;height:260px}.hero-visual .art-back{transform:rotate(13deg) translate(26px,3px)}.orbit-one{width:400px;height:185px}.orbit-two{width:280px;height:280px}.card-release{left:0;top:48px}.card-live{right:0;bottom:36px}.sound-lines{right:14px;top:24px}.ticker{height:66px}.ticker-group{gap:32px;padding-right:32px}.spotlight{padding:64px 0 0}.spotlight-sub{margin-top:-18px}.spotlight-grid{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:30px}.spotlight-info{padding:22px 9px 9px}.spotlight-info b{font-size:11px}.spotlight-info span{font-size:8px}.benefits{padding:78px 0}.section-heading h2{margin-bottom:28px}.benefit-grid{grid-template-columns:1fr;gap:11px}.benefit-grid article{min-height:245px}.platform-section{padding:75px 0;grid-template-columns:1fr}.platform-section>p{padding:0;margin:0}.platform-list{margin-top:28px;grid-template-columns:repeat(2,1fr)}.platform-list>div{height:72px;padding:0 12px;font-size:11px}.footer{height:auto;padding:25px 0;gap:15px}.hero-proof{margin-top:35px}h1{letter-spacing:-2.7px}.support-love{grid-template-columns:1fr;gap:34px;padding:78px 0}.support-love-copy>p{font-size:14px}.support-msg{max-width:90%}.support-love-chat{gap:11px}}
@media (max-width: 420px){.container{width:calc(100% - 28px)}.hero{padding-top:42px}.hero-actions{flex-direction:column;align-items:stretch}.button{text-align:center}.hero-visual{height:315px;margin-top:25px}.hero-visual .art-card{width:175px;height:223px}.orbit-one{width:330px;height:155px}.orbit-two{display:none}.card-release{left:-3px;top:32px}.card-live{right:-3px;bottom:25px}.mini-card{padding:9px;gap:6px}.mini-card b{font-size:9px}.mini-card small{font-size:7px}.sound-lines{display:none}.platform-list{grid-template-columns:1fr}.platform-list>div{height:62px;padding:0 15px}.footer{font-size:10px}.spotlight-grid{grid-template-columns:repeat(2,1fr)}}
.spotlight-editorial{max-width:590px;margin-top:-30px}.spotlight-editorial p{margin:0;color:var(--text-muted);line-height:1.7;font-size:14px}.spotlight-editorial small{display:block;margin-top:10px;padding-left:12px;border-left:2px solid rgba(29,185,84,.5);color:#7c8698;font-size:10px;line-height:1.6}.spotlight-editorial+.spotlight-grid{margin-top:38px}
@media(max-width:780px){.spotlight-editorial{margin-top:-18px}.spotlight-editorial small{font-size:9px}.spotlight-editorial+.spotlight-grid{margin-top:28px}}
@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}

/* Seções fora da primeira tela não participam do layout inicial. O valor
   intrínseco reserva espaço até o navegador aproximá-las da viewport. */
.spotlight,.benefits,.platform-section,.support-love,.site-footer{content-visibility:auto;contain-intrinsic-block-size:auto 900px}
.nav-bar { position: sticky; top: 0; z-index: 20; background: rgba(7,9,14,.72); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.1); }
.nav { width: min(1160px, calc(100% - 48px)); margin: auto; height: 92px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 4; }
.brand { font-size: 15px; font-weight: 800; letter-spacing: -0.8px; display: flex; align-items: center; gap: 10px; }.brand > span:last-child { display: inline-flex; align-items: baseline; gap: 4px; }
.brand > span:last-child span { display: inline-block; background: #1DB954; color: #07090e; padding: 2px 7px 3px; border-radius: 5px; font-size: .86em; letter-spacing: -.2px; transform: translateY(-1px); }
.brand-mark { display: flex; align-items: end; gap: 3px; height: 20px; }.brand-mark i { display: block; width: 4px; background: #1DB954; border-radius: 6px; }.brand-mark i:nth-child(1){height:9px}.brand-mark i:nth-child(2){height:18px}.brand-mark i:nth-child(3){height:13px}
.brand-logo{display:block;width:auto;height:42px;aspect-ratio:2300/891;object-fit:contain}
.nav-links { display: flex; gap: 32px; color: #b7bdcc; font-size: 13px; }.nav-actions { display:flex; align-items:center; gap:9px; }.nav-links a, .nav-login { transition: color .25s ease; }.nav-links a:hover, .nav-login:hover { color: white; }
.nav-mobile-toggle{display:none;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.03);color:#e7edf8;border-radius:9px;cursor:pointer;flex:none}
.nav-mobile-toggle:hover{border-color:rgba(29,185,84,.4)}
.nav-mobile-backdrop{position:fixed;inset:0;z-index:9;background:rgba(4,6,10,.6);backdrop-filter:blur(2px);animation:nav-fade .15s ease both}
.nav-mobile-panel{position:fixed;left:12px;right:12px;top:78px;z-index:10;display:grid;gap:2px;padding:12px;background:#11151f;border:1px solid rgba(255,255,255,.11);border-radius:14px;box-shadow:0 24px 56px rgba(0,0,0,.5);animation:nav-panel-in .18s cubic-bezier(.2,.75,.25,1) both}
.nav-mobile-panel a{padding:13px 12px;border-radius:9px;color:#dce1eb;font-size:14px;font-weight:600;transition:background .2s}
.nav-mobile-panel a:hover{background:rgba(255,255,255,.06)}
.nav-mobile-actions{display:grid;gap:8px;margin-top:8px;padding-top:12px;border-top:1px solid rgba(255,255,255,.11)}
.nav-mobile-actions .nav-login,.nav-mobile-actions .nav-signup{text-align:center;padding:13px}
@keyframes nav-fade{from{opacity:0}to{opacity:1}}
@keyframes nav-panel-in{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
.nav-login, .nav-signup { padding: 11px 16px; border-radius: 99px; font-size: 13px; font-weight: 700; }.nav-login { border: 1px solid rgba(255,255,255,.11); }.nav-login span { margin-left: 8px; color: #1DB954; }.nav-signup { background:#1DB954; color:#06120a; box-shadow:0 8px 20px rgba(29,185,84,.22); transition:transform .25s,background .25s; }.nav-signup:hover { transform:translateY(-2px); background:#1ED760; }
button.nav-logout-link{padding:11px 16px;border-radius:99px;font:700 13px 'Manrope',sans-serif;color:#b7bdcc;background:transparent;border:1px solid rgba(255,255,255,.11);cursor:pointer;transition:color .25s ease,border-color .25s ease}button.nav-logout-link:hover{color:#fff;border-color:rgba(255,255,255,.22)}
.home-profile{position:relative}.home-profile-trigger{height:43px;display:flex;align-items:center;gap:8px;padding:5px 11px 5px 5px;border:1px solid rgba(255,255,255,.11);border-radius:99px;background:rgba(17,21,31,.8);color:#e7edf8;font:700 12px 'Manrope',sans-serif;cursor:pointer}.home-profile-trigger:hover{border-color:rgba(29,185,84,.48)}.home-avatar{width:31px;height:31px;flex:none;border-radius:50%;display:grid;place-items:center;background:linear-gradient(140deg,#1DB954,#4CD97B);color:white;font-size:12px;overflow:hidden}.home-avatar img{width:100%;height:100%;object-fit:cover}.home-profile-trigger i{font-size:9px;color:#8994a8;font-style:normal;transition:transform .2s}.home-profile-trigger i.is-open{transform:rotate(180deg)}.home-profile-menu{position:absolute;right:0;top:calc(100% + 9px);z-index:10;width:220px;padding:7px;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:#11151f;box-shadow:0 20px 48px rgba(0,0,0,.45)}.home-profile-email{padding:8px 10px 11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,.09);color:#8c97aa;font:11px 'DM Mono',monospace}.home-profile-menu a,.home-profile-menu button{width:100%;display:flex;align-items:center;gap:10px;border:0;border-radius:7px;padding:10px;text-align:left;background:transparent;color:#e1e7f1;font:600 12px 'Manrope',sans-serif;cursor:pointer}.home-profile-menu a{margin-top:5px}.home-profile-menu a:hover,.home-profile-menu button:hover{background:rgba(255,255,255,.07)}.home-profile-menu button.is-danger{color:#ff9ba3}.home-menu-icon{width:24px;height:24px;flex:none;display:grid;place-items:center;border-radius:6px;background:rgba(255,255,255,.07);color:#9aa4b8}.home-profile-menu a:hover .home-menu-icon{background:rgba(29,185,84,.16);color:#4CD97B}.home-profile-menu button.is-danger .home-menu-icon{background:rgba(255,155,163,.12);color:#ff9ba3}
.nav-mobile-identity{display:flex;align-items:center;gap:12px;padding:4px 6px 14px;margin-bottom:6px;border-bottom:1px solid rgba(255,255,255,.11)}.nav-mobile-identity-info{min-width:0;flex:1}.nav-mobile-identity-info strong{display:block;font-size:14px;color:#f1f4fa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-mobile-identity-info small{display:block;margin-top:2px;font-size:11.5px;color:#8994a8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nav-mobile-account{display:grid;gap:2px}.nav-mobile-account a,.nav-mobile-account button{display:flex;align-items:center;gap:11px;padding:12px;border-radius:9px;border:0;background:transparent;color:#dce1eb;font:600 13.5px 'Manrope',sans-serif;text-align:left;cursor:pointer;width:100%}.nav-mobile-account a:hover,.nav-mobile-account button:hover{background:rgba(255,255,255,.06)}.nav-mobile-account button.is-danger{color:#ff9ba3}
@media (max-width: 780px){.nav{width:min(100% - 34px,580px);height:74px}.nav-links{display:none}.nav-mobile-toggle{display:flex}.nav-actions>.nav-login,.nav-actions>.nav-signup,.nav-actions>.home-profile{display:none}.nav-login,.nav-signup{padding:9px 12px}}
@media (max-width: 420px){.nav{width:calc(100% - 28px)}.brand{font-size:13px;gap:8px}.brand-logo{height:34px}.nav-actions{gap:5px}.nav-login,.nav-signup{font-size:10px;padding:8px 9px}.nav-login span{display:none}}
.home-profile{display:flex;align-items:center;gap:7px}.home-header-action{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#171a23;color:#cbd2dd;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.home-header-action:hover{border-color:rgba(29,185,84,.4);background:#1d222c;color:#61e488}.home-profile-menu{top:calc(100% + 10px);width:240px}.home-profile-identity{min-width:0;padding:8px 8px 13px;margin-bottom:5px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.09)}.home-profile-identity>span:last-child{min-width:0}.home-profile-identity strong,.home-profile-identity small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-profile-identity strong{color:#f0f3f7;font-size:11px}.home-profile-identity small{margin-top:3px;color:#7f8999;font-size:9px}@media(max-width:780px){.nav-actions>.home-profile{display:flex}.home-header-action{width:38px;height:38px}.nav-mobile-toggle{margin-left:0}}@media(max-width:420px){.home-profile{gap:5px}.home-header-action{width:36px;height:36px}.home-header-action:first-child{display:none}.home-profile-menu{position:fixed;left:10px;right:10px;top:70px;width:auto}}
.nav-actions>.home-profile .home-header-action:first-child{display:grid}
.site-footer{border-top:1px solid rgba(255,255,255,.11);background:#07090e;color:#f7f9ff;font-family:'Roboto',Arial,sans-serif}

.site-footer-main{width:min(1160px,calc(100% - 48px));margin:auto;padding:64px 0 40px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:32px}

.site-footer-brand-link{font-size:15px;font-weight:800;letter-spacing:-.8px;display:flex;align-items:center;gap:10px;width:max-content}
.site-footer-brand-link>span:last-child{display:inline-flex;align-items:baseline;gap:4px}
.site-footer-brand-link>span:last-child span{display:inline-block;background:#1DB954;color:#07090e;padding:2px 7px 3px;border-radius:5px;font-size:.86em;letter-spacing:-.2px;transform:translateY(-1px)}
.site-footer-brand-mark{display:flex;align-items:end;gap:3px;height:20px}
.site-footer-brand-mark i{display:block;width:4px;background:#1DB954;border-radius:6px}
.site-footer-brand-mark i:nth-child(1){height:9px}
.site-footer-brand-mark i:nth-child(2){height:18px}
.site-footer-brand-mark i:nth-child(3){height:13px}
.site-footer-brand-logo{display:block;width:auto;height:42px;aspect-ratio:2300/891;object-fit:contain}
.site-footer-brand p{margin:14px 0 0;max-width:280px;font-size:13px;line-height:1.7;color:#98a0b2}
.site-footer-mail{display:inline-flex;align-items:center;gap:7px;margin-top:16px;font-size:12.5px;color:#c6cedb;font-weight:600}
.site-footer-mail:hover{color:#4CD97B}
.site-footer-social{display:flex;gap:14px;margin-top:16px}
.site-footer-social a{width:17px;height:17px;display:grid;place-items:center;color:#5b6577}
.site-footer-social a:hover{color:#4CD97B}
.site-footer-social svg{width:100%;height:100%;fill:currentColor}

.site-footer-col{display:flex;flex-direction:column;gap:13px}
.site-footer-col>span{font:700 10.5px 'DM Mono',monospace;letter-spacing:1px;color:#7f899c;margin-bottom:2px}
.site-footer-col a{font-size:13px;color:#b7bdcc;transition:color .2s;width:max-content}
.site-footer-col a:hover{color:white}

.site-footer-trust{width:min(1160px,calc(100% - 48px));margin:auto;padding:28px 0;border-top:1px solid rgba(255,255,255,.08);display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.site-footer-trust-item{display:flex;align-items:flex-start;gap:12px;color:#4CD97B}
.site-footer-trust-item div{color:#98a0b2}
.site-footer-trust-item strong{display:block;font-size:12.5px;color:#e3e9f6;margin-bottom:3px}
.site-footer-trust-item p{margin:0;font-size:11.5px;line-height:1.6}

.site-footer-platforms{width:min(1160px,calc(100% - 48px));margin:auto;padding:24px 0;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.site-footer-platforms>span{font:700 10.5px 'DM Mono',monospace;letter-spacing:1px;color:#7f899c;flex:none}
.site-footer-platforms>div{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.site-footer-platforms>div>span{width:18px;height:18px;display:grid;place-items:center;color:#5b6577}
.site-footer-platforms>div>span svg{width:100%;height:100%;fill:currentColor}

.site-footer-legal{width:min(1160px,calc(100% - 48px));margin:auto;padding:22px 0 30px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.site-footer-legal p{margin:0;font-size:11px;color:#7b8496;line-height:1.6}

@media(max-width:820px){
  .site-footer-main{grid-template-columns:1fr 1fr;gap:36px 24px}
  .site-footer-trust{grid-template-columns:1fr}
  .site-footer-legal{flex-direction:column;gap:6px}
}
@media(max-width:520px){
  .site-footer-main{grid-template-columns:1fr}
}
.cookie-consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 999;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(247, 249, 255, 0.1);
  background: rgba(12, 15, 22, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  font-family: 'Roboto', Arial, sans-serif;
}

.cookie-consent-icon {
  flex: none;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(29, 185, 84, 0.14);
  color: #1DB954;
}

.cookie-consent p {
  flex: 1;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(247, 249, 255, 0.78);
}

.cookie-consent p a {
  color: #1DB954;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-consent-actions {
  flex: none;
  display: flex;
  gap: 8px;
}

.cookie-consent-reject,
.cookie-consent-accept {
  border: none;
  border-radius: 10px;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.cookie-consent-reject {
  background: transparent;
  color: rgba(247, 249, 255, 0.7);
  border: 1px solid rgba(247, 249, 255, 0.16);
}

.cookie-consent-reject:hover {
  background: rgba(247, 249, 255, 0.06);
}

.cookie-consent-accept {
  background: #1DB954;
  color: #07090e;
}

.cookie-consent-accept:hover {
  background: #1ed760;
}

@media (max-width: 560px) {
  .cookie-consent {
    flex-wrap: wrap;
  }
  .cookie-consent-actions {
    width: 100%;
    justify-content: flex-end;
  }
}
