:root{--rg-bg: #eef1f4;--rg-surface: #ffffff;--rg-text: #1b2430;--rg-muted: #6b7683;--rg-line: #e3e7ec;--rg-accent: #2e7d32;--rg-accent-text: #ffffff;--rg-live: #e53935;--rg-radius: 16px;--rg-radius-sm: 10px;--rg-shadow: 0 1px 3px rgba(20, 30, 45, .08)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--rg-bg);color:var(--rg-text);-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;color:var(--rg-text)}.rg-app{max-width:480px;margin:0 auto;min-height:100vh;background:var(--rg-bg);padding:calc(env(safe-area-inset-top) + 16px) 14px calc(env(safe-area-inset-bottom) + 24px)}@media (min-width: 600px){body{background:#d9dee4}}.rg-eq{display:flex;align-items:center;gap:2px;height:34px;width:100%;overflow:hidden}.rg-eq i{flex:1 1 auto;height:100%;border-radius:2px;background:var(--rg-accent);transform:scaleY(.22);animation:rg-eq .9s ease-in-out infinite}.rg-eq.paused i{animation-play-state:paused;transform:scaleY(.16);background:var(--rg-line)}@keyframes rg-eq{0%,to{transform:scaleY(.2)}50%{transform:scaleY(1)}}@media (prefers-reduced-motion: reduce){.rg-eq i{animation:none;transform:scaleY(.4)}}.rg-wave{display:inline-flex;align-items:flex-end;gap:2px;height:14px}.rg-wave span{width:3px;background:#fff;border-radius:2px;animation:rg-wave 1s ease-in-out infinite}.rg-wave span:nth-child(2){animation-delay:.2s}.rg-wave span:nth-child(3){animation-delay:.4s}.rg-wave span:nth-child(4){animation-delay:.6s}@keyframes rg-wave{0%,to{height:4px}50%{height:14px}}
