*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#f7f9fb;color:#191c1e}a{color:inherit;text-decoration:none}.container{max-width:1180px;margin:auto;padding:0 24px}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8f0;background:#fff}.brand{display:flex;gap:10px;align-items:center;font-weight:800}.mark{width:32px;height:32px;border-radius:10px;background:#131b2e;color:#fff;display:grid;place-items:center}.nav{display:flex;gap:18px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;border-radius:12px;padding:10px 16px;font-weight:700;background:#fff;cursor:pointer}.btn.primary{background:#0058be;border-color:#0058be;color:#fff}.btn.danger{background:#ba1a1a;border-color:#ba1a1a;color:#fff}.btn.ghost{border-color:transparent;background:transparent}.hero{padding:84px 0;background:radial-gradient(circle at top right,rgba(173,198,255,.25),transparent 30%),#f7f9fb}.hero h1{font-size:52px;line-height:1.05;margin:0 0 18px;letter-spacing:-.02em;color:#0b1020}.hero p{font-size:18px;color:#45464d;max-width:720px}.grid{display:grid;gap:18px}.grid.cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:22px}.app{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:#0b0e14;color:#eff1f3;padding:24px}.sidebar a{display:block;padding:12px 14px;border-radius:10px;color:#cbd5e1}.sidebar a:hover{background:#131b2e;color:#fff}.sidebar .btn{color:#eff1f3;border-color:#334155}.main{padding:28px}.page-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.muted{color:#64748b}.stat{font-size:30px;font-weight:800}.table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}.table th,.table td{padding:14px 16px;border-bottom:1px solid #edf2f7;text-align:left}.table th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.form{max-width:760px}.field{display:grid;gap:7px;margin-bottom:16px}.field label{font-size:14px;font-weight:700}.input,select,textarea{width:100%;border:1px solid #cbd5e1;border-radius:12px;padding:11px 13px;background:#fff;font:inherit}.input:focus,select:focus,textarea:focus{outline:2px solid rgba(0,88,190,.18);border-color:#0058be}.alert{padding:12px 14px;border-radius:12px;margin-bottom:16px;background:#d8e2ff;color:#001a42}.badge{display:inline-flex;padding:5px 10px;border-radius:999px;background:#e9ddff;color:#23005c;font-size:12px;font-weight:800}.actions{display:flex;gap:10px;flex-wrap:wrap}.auth{min-height:calc(100vh - 72px);display:grid;place-items:center;padding:24px;background:radial-gradient(circle at bottom left,rgba(233,221,255,.35),transparent 32%),#f7f9fb}.auth-card{width:min(520px,100%);background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:28px}.checkbox{display:flex;gap:10px;align-items:flex-start;margin:10px 0;color:#45464d}@media(max-width:820px){.app{grid-template-columns:1fr}.sidebar{position:static}.hero h1{font-size:38px}.page-head{align-items:flex-start;flex-direction:column}}
.user-box{margin:16px 0 18px;padding:12px 14px;border:1px solid #1f2937;border-radius:12px;background:#101722;color:#eff1f3}.user-box strong,.user-box span{display:block}.user-box span{margin-top:4px;color:#94a3b8;font-size:13px}
.brand-with-logo{gap:12px}.brand-logo{width:58px;height:58px;border-radius:14px;object-fit:cover;box-shadow:0 10px 24px rgba(0,0,0,.18)}.sidebar .brand-logo{width:72px;height:72px}.public-logo{width:54px;height:54px}.logo-only{width:max-content;padding:0}.sidebar .logo-only{padding:0 0 8px}.brand-with-logo span{letter-spacing:.01em}
.badge--enviado{background:#f1f5f9;color:#475569}.badge--processando{background:#dbeafe;color:#1d4ed8}.badge--transcrito{background:#dcfce7;color:#166534}.badge--falhou{background:#fee2e2;color:#991b1b}
.progress-bar-wrap{height:3px;background:#e2e8f0;border-radius:2px;margin-top:7px;overflow:hidden}.progress-bar-indeterminate{height:100%;width:35%;background:#0058be;border-radius:2px;animation:pb-slide 1.5s ease-in-out infinite}@keyframes pb-slide{0%{transform:translateX(-100%)}100%{transform:translateX(380%)}}
