:root{--bg:#080b12;--surface:#ffffff0a;--surface-hover:#ffffff12;--border:#ffffff17;--accent:#af1419;--accent-glow:#af141959;--text:#e8eaf0;--text-muted:#7a8090;--radius:10px}*,:before,:after{box-sizing:border-box}html,body{background:var(--bg);height:100%;color:var(--text);margin:0;padding:0;font-family:Rubik,Arial,sans-serif}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}input[type=range]{appearance:none;cursor:pointer;background:#ffffff1f;border-radius:2px;outline:none;width:100%;height:3px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent);width:14px;height:14px;box-shadow:0 0 8px var(--accent-glow);cursor:pointer;border-radius:50%;transition:transform .15s}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.3)}input[type=text]:focus{outline:none;border-color:#af14198c!important;box-shadow:0 0 0 3px #af14191f!important}input[type=file]{color:var(--text-muted);width:100%;font-size:13px}input[type=color]{cursor:pointer;border-radius:8px;padding:2px}.show-on-mobile{display:none!important}@media (max-width:767px){.show-on-mobile{display:flex!important}.hide-on-mobile{display:none!important}}@keyframes accentShimmer{0%{background-position:-200%}to{background-position:200%}}.dialog-accent{background:linear-gradient(90deg,#0000 0%,#6b0c10 15%,#af1419 30%,#e8373e 45%,#ff6b70 50%,#e8373e 55%,#af1419 70%,#6b0c10 85%,#0000 100%) 0 0/200% 100%;height:3px;animation:2.2s linear infinite accentShimmer}
