:root{--primary: #f03e3e;--primary-hover: #c92a2a;--bg-dark: #121212;--bg-card: #1e1e1e;--text-main: #ffffff;--text-muted: #a0a0a0;--border: #333333}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--bg-dark);color:var(--text-main);display:flex;justify-content:center;align-items:center;min-height:100vh}.app-container{text-align:center;padding:2rem;background:var(--bg-card);border-radius:1rem;box-shadow:0 10px 30px #00000080;max-width:500px;width:90%}.brand-title{color:var(--primary);font-size:2rem;margin-bottom:1rem;font-weight:800;letter-spacing:-.5px}.status-badge{display:inline-block;padding:.5rem 1rem;background:#f03e3e1a;color:var(--primary);border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:2rem;border:1px solid var(--primary)}.mic-button{background:var(--primary);color:#fff;border:none;border-radius:50%;width:100px;height:100px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #f03e3e66;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.mic-button:hover:not(:disabled){background:var(--primary-hover);transform:scale(1.05)}.mic-button.recording{animation:pulse 1.5s infinite}.mic-button:disabled{background:var(--border);cursor:not-allowed;box-shadow:none;color:var(--text-muted)}@keyframes pulse{0%{box-shadow:0 0 #f03e3eb3}70%{box-shadow:0 0 0 20px #f03e3e00}to{box-shadow:0 0 #f03e3e00}}.info-text{color:var(--text-muted);font-size:.95rem;line-height:1.5}
