@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #000000;--card-bg: rgba(10, 10, 12, .85);--border: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .18);--text-main: #ffffff;--text-sub: rgba(255, 255, 255, .55);--text-muted: rgba(255, 255, 255, .32);--spotify: #1db954}html,body{height:100%;background-color:#000!important;color:var(--text-main);font-family:Inter,-apple-system,sans-serif;overflow-x:hidden;user-select:none;-webkit-user-select:none}#root{min-height:100vh;display:flex;justify-content:center;align-items:center;background-color:#000}.guns-card{background:var(--card-bg);backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px);border:1px solid var(--border);border-radius:20px;box-shadow:0 30px 70px #000000f2;transition:border-color .3s ease}.guns-card:hover{border-color:var(--border-hover)}.guns-btn{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:12px;background:#ffffff06;border:1px solid rgba(255,255,255,.05);color:#fff;text-decoration:none;font-size:13px;font-weight:500;transition:all .2s ease}.guns-btn:hover{background:#ffffff0f;border-color:#ffffff24}input[type=range].guns-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff1f;height:2px;border-radius:2px;outline:none}input[type=range].guns-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:8px;height:8px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 0 6px #ffffffe6}.status-dot-online{background:#22c55e;box-shadow:0 0 8px #22c55e66}.font-space{font-family:Space Grotesk,sans-serif}
