:root{--bg-color: #000;--text-color: #fff;--accent-color: #007bff;--glass-bg: rgba(255, 255, 255, .1);--glass-border: rgba(255, 255, 255, .2);--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .37);--dock-bg: rgba(255, 255, 255, .15);--window-header-height: 30px;--dock-height: 80px}*{box-sizing:border-box;margin:0;padding:0;-webkit-user-select:none;user-select:none}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--bg-color);color:var(--text-color);overflow:hidden;width:100vw;height:100vh}#root{width:100%;height:100%;position:relative}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff6}@keyframes equalize{0%{height:10%}50%{height:100%}to{height:10%}}.visualizer-bar{width:4px;background:var(--theme-color, #007bff);animation:equalize 1s infinite;border-radius:2px}.v-bar-1{animation-duration:.8s}.v-bar-2{animation-duration:1.2s}.v-bar-3{animation-duration:.5s}.v-bar-4{animation-duration:.9s}.v-bar-5{animation-duration:1.1s}.v-bar-6{animation-duration:.7s}
