@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";.loader-container{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.equalizer{display:flex;align-items:flex-end;gap:6px}.bar{width:6px;height:12px;background:#ff4f8d;animation:bounce 1.2s infinite ease-in-out;border-radius:4px}.bar:nth-child(1){animation-delay:0s}.bar:nth-child(2){animation-delay:.15s}.bar:nth-child(3){animation-delay:.3s}.bar:nth-child(4){animation-delay:.45s}@keyframes bounce{0%{height:10px}50%{height:28px}to{height:10px}}.loader-text{font-size:15px;font-weight:500;color:#fff;opacity:.8}:root{--background:#0f0f12;--foreground:#f8f8f8;--font-dm-sans:"DM Sans", sans-serif;--electric-blue:#05f;--pop-red:#f33;--neon-purple:#a855f7;--muted:#1a1a1e;--muted-foreground:#a1a1aa}:root,:host{--font-dm-sans:var(--font-dm-sans)}*,:before,:after{box-sizing:border-box}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-dm-sans),sans-serif;-webkit-font-smoothing:antialiased;margin:0}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-thumb{background:var(--muted);border-radius:8px;transition:background .3s}body::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}body::-webkit-scrollbar-track{background:var(--background)}body.legal-layout--menu-open{touch-action:none;overflow:hidden}@media(max-width:768px){.legal-layout--menu-open .header__breadcrumb,.legal-layout--menu-open .header__legal-text,.privacy-policy-page .header__breadcrumb,.privacy-policy-page .header__legal-text,.cookie-policy-page .header__breadcrumb,.cookie-policy-page .header__legal-text,.terms-of-use-page .header__breadcrumb,.terms-of-use-page .header__legal-text{display:none!important}}header nav a{color:#f8f8f8;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}
