:root{--brand-yellow: #FACC15;--brand-dark: #1C1C1E;--brand-gray-dark: #2C2C2E;--brand-gray-light: #3A3A3C;--brand-gray-text: #8E8E93}body{background-color:#000;color:#fff;margin:0;padding:0;font-family:Montserrat,sans-serif}.skeleton{background:linear-gradient(90deg,#2c2c2e 25%,#3a3a3c,#2c2c2e 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--brand-dark);border-radius:10px}::-webkit-scrollbar-thumb{background:var(--brand-yellow);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#d4af13}*{scrollbar-width:thin;scrollbar-color:var(--brand-yellow) var(--brand-dark)}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:var(--brand-yellow);cursor:pointer}input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--brand-yellow);cursor:pointer;border:none}
