@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--primary-red:#ea1d2c;--primary-orange:#f90;--bg-black:#000;--bg-dark:#0a0a0a;--card-bg:#ffffff0d;--glass-bg:#0009;--glass-border:#ffffff1a;--text-primary:#fff;--text-secondary:#fff9;--accent-red:#ff3b30;--accent-green:#34c759;--header-height-desktop:120px;--header-height-mobile:90px;--player-height-desktop:100px;--player-height-mobile:90px;--app-header-height:var(--header-height-desktop);--app-player-height:var(--player-height-desktop)}@media (max-width:1024px){:root{--app-header-height:var(--header-height-mobile)}}@media (max-width:768px){:root{--app-player-height:var(--player-height-mobile)}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-black);color:var(--text-primary);scrollbar-gutter:stable;min-height:100vh;font-family:Inter,sans-serif;position:relative;overflow-x:hidden}html{scroll-padding-top:calc(var(--app-header-height) + 24px)}body:before{content:"";filter:blur(1px)brightness(.7)sepia()saturate(3)hue-rotate(-15deg);z-index:-10;background-image:url(https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?auto=format&fit=crop&q=80&w=1600);background-position:bottom;background-size:140%;position:fixed;inset:0}body:after{content:"";z-index:-9;background:linear-gradient(#000000b3 0%,#0006 10%,#000 25%);position:fixed;inset:0}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.widget-glass{-webkit-backdrop-filter:blur(20px);background:#1c1c1ed9;border:1px solid #ffffff26;border-radius:16px}.container{max-width:1400px;margin:0 auto;padding:0 2rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-black)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#443}
