*{margin:0;padding:0;box-sizing:border-box}body{overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{border:none;background:none;cursor:pointer;font:inherit}input{font:inherit}.waveform-container{display:flex;align-items:center;justify-content:center;gap:3px;height:28px}.waveform-bar{width:3px;border-radius:2px;background:currentColor;animation:waveAnim .8s ease-in-out infinite}.waveform-bar:nth-child(1){animation-delay:0s}.waveform-bar:nth-child(2){animation-delay:.1s}.waveform-bar:nth-child(3){animation-delay:.2s}.waveform-bar:nth-child(4){animation-delay:.3s}.waveform-bar:nth-child(5){animation-delay:.4s}@keyframes waveAnim{0%,to{height:6px}50%{height:24px}}.toast-container{position:fixed;bottom:20px;right:20px;z-index:200;display:flex;flex-direction:column;gap:8px}.toast{background:#14141eeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:10px 16px;font-size:12px;color:#e2e8f0;box-shadow:0 8px 32px #0006;animation:slideInRight .25s ease;display:flex;align-items:center;gap:8px}.toast.error{border-color:#ef444466}.toast.success{border-color:#22c55e4d}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}
