:root{font-family:Inter,system-ui,sans-serif;color:#172033;background:#f4f6f9}*{box-sizing:border-box}body{margin:0}a{color:#1769aa;text-decoration:none}header{height:58px;background:#152238;color:#fff;display:flex;align-items:center;gap:24px;padding:0 22px}header .brand{color:#fff;font-weight:800;margin-right:auto}header form{margin:0}nav{display:flex;gap:5px;flex-wrap:wrap;background:#fff;padding:10px 18px;border-bottom:1px solid #dbe1e8}nav a{padding:7px 9px;border-radius:5px;font-size:14px}nav a:hover{background:#eaf2f8}main{max-width:1500px;margin:22px auto;padding:0 20px}h1{margin:0 0 18px}h2{margin-top:30px}.heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:12px}.card{background:#fff;border:1px solid #dfe5eb;border-radius:8px;padding:16px;display:flex;flex-direction:column}.card b{font-size:28px}.card span{font-size:12px;color:#58677a;margin-top:5px}.button,button{display:inline-block;border:1px solid #b8c3cf;border-radius:5px;background:#fff;padding:8px 12px;color:#172033;cursor:pointer}.primary{background:#1769aa;color:#fff;border-color:#1769aa}.warning-button{background:#fff4dc;border-color:#e7a82f}.filters,.inline-form{display:flex;gap:8px;flex-wrap:wrap;background:#fff;padding:12px;border:1px solid #dfe5eb;border-radius:7px}input,select,textarea{width:100%;padding:9px;border:1px solid #bdc8d3;border-radius:5px;background:#fff}.filters input,.filters select,.inline-form input{width:auto;min-width:140px}table{width:100%;border-collapse:collapse;background:#fff;font-size:13px}.table-wrap{overflow:auto}th,td{text-align:left;padding:9px;border-bottom:1px solid #e4e8ed;vertical-align:top}th{background:#eef2f6;white-space:nowrap}.badge,.tags span{display:inline-block;background:#e7f0f8;border-radius:999px;padding:3px 8px;font-size:12px}.pagination{display:flex;justify-content:center;gap:25px;margin:18px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;background:#fff;padding:18px;border:1px solid #dfe5eb;border-radius:8px}.form-grid label{font-size:13px}.form-grid .wide{grid-column:1/-1}.details{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1px;background:#dfe5eb;border:1px solid #dfe5eb}.details div{background:#fff;padding:11px;display:flex;flex-direction:column;overflow-wrap:anywhere}.details span{font-size:11px;color:#68788c}.inline{display:inline}.notice,.warning,.danger,.flash{padding:12px;border-radius:6px;margin:12px 0}.notice{background:#eaf2f8}.warning{background:#fff4dc}.danger,.flash.error{background:#fde7e7;color:#841c1c}.flash.success{background:#e6f6ea;color:#185b2c}.note,.timeline article{background:#fff;border-left:4px solid #1769aa;padding:12px;margin:8px 0}.timeline pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px}.auth{max-width:430px;margin:8vh auto;background:#fff;padding:28px;border-radius:9px;border:1px solid #dfe5eb}.auth label{display:block;margin:14px 0}.auth button{width:100%}code{white-space:pre-wrap;overflow-wrap:anywhere;font-size:11px}.companies-table tbody tr{background:#fff}.companies-table tr.company-row-dnc>td{background:#fff1f3}.status-badge{display:inline-block;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:650;line-height:1.25;white-space:nowrap}.status-first-sent{background:#e5f3ff;color:#155a8a}.status-first-reply{background:#fff4cf;color:#755600}.status-second-sent{background:#f0eaff;color:#5a3e91}.status-second-reply{background:#def7ec;color:#17634b}.status-listing{background:#ddf6df;color:#246a31}.status-bounced{background:#eceff3;color:#4e5968}.status-negative{background:#ffe0e5;color:#9a2940}.status-neutral{background:#fff;color:#566273;border:1px solid #d9e0e7}@media(max-width:750px){.form-grid{grid-template-columns:1fr}.heading{align-items:flex-start;flex-direction:column}header{height:auto;padding:12px}nav{overflow:auto;flex-wrap:nowrap}.details{grid-template-columns:1fr}}
