:root{font-family:Inter,Arial,sans-serif;color:#1a1d21;background:#f8f9fa;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}h1,h2,h3{color:#0b1b58;letter-spacing:-.025em;text-wrap:balance}h1{font-size:clamp(1.55rem,3vw,2.25rem);margin:4px 0 0}h2{font-size:1.35rem;margin:0 0 8px}h3{font-size:1rem;margin:0 0 12px}.layout{display:grid;grid-template-columns:245px minmax(0,1fr);min-height:100vh}.sidebar{background:#0b1b58;color:#fff;padding:27px 19px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{display:flex;gap:12px;align-items:center;text-decoration:none;font-weight:750;font-size:14px;line-height:1.2}.brand small{display:block;font-size:11px;color:#c8d1f2;margin-top:6px;font-weight:500}.brand-icon{width:42px;height:42px;border:1px solid #f5b400;border-radius:13px;display:grid;place-items:center;color:#f5b400;font-weight:800;letter-spacing:-.1em;flex-shrink:0}.brand-icon span{font-size:9px}.nav-label,.eyebrow{font-size:11px;letter-spacing:.12em;font-weight:700}.nav-label{color:#9eabce;margin:47px 12px 14px}.sidebar nav{display:grid;gap:5px}.sidebar nav a{text-decoration:none;padding:13px 14px;border-radius:14px;color:#dce3f6;font-size:14px;font-weight:550;transition:background .15s}.sidebar nav a:hover,.sidebar nav a.active{background:#263a82;color:white}.sidebar nav a.active{box-shadow:inset 3px 0 #f5b400}.sidebar-foot{border-top:1px solid #30427d;padding:20px 10px 4px;margin-top:auto;font-size:11px;line-height:1.5;color:#e3e9fb}.sidebar-foot small{display:block;color:#aab8dc;margin:6px 0 0 14px}.status-dot{width:7px;height:7px;background:#f5b400;display:inline-block;border-radius:50%;margin-right:4px}main{min-width:0}.topbar{padding:32px clamp(22px,4vw,56px) 24px;border-bottom:1px solid #e8ebf2;display:flex;justify-content:space-between;align-items:center;gap:20px;background:#fff}.eyebrow{color:#4761bd}.content{padding:32px clamp(22px,4vw,56px) 80px;max-width:1500px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.section-head p,.muted{color:#687080;font-size:14px;line-height:1.6}.section-head p{margin:5px 0 0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;margin-bottom:28px}.card{background:#fff;border:1px solid rgba(11,27,88,.055);border-radius:28px;padding:25px;box-shadow:0 4px 10px -2px rgba(11,27,88,.04),0 10px 24px -6px rgba(11,27,88,.06);margin-bottom:20px}.metric .label{font-size:12px;font-weight:600;color:#687080}.metric strong{display:block;font-size:2rem;letter-spacing:-.04em;color:#0b1b58;margin:14px 0 5px}.metric small{color:#8791a1}.accent{height:4px;background:#f5b400;border-radius:4px;width:35px;margin:14px 0 0}.btn,.outline{border:0;border-radius:999px;padding:11px 19px;display:inline-flex;gap:8px;align-items:center;justify-content:center;text-decoration:none;font-weight:650;font-size:13px;white-space:nowrap}.btn{background:#f5b400;color:#0b1b58}.btn:hover{background:#fbbf24}.btn.secondary{background:#0b1b58;color:white}.btn.ghost,.outline{border:1px solid #d8deea;background:#fff;color:#0b1b58}.btn.danger{background:#fff0ee;color:#9d3329}.btn:disabled{opacity:.48;cursor:not-allowed}.toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:18px}.toolbar input{max-width:360px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px;text-align:left}th{color:#73809a;font-size:11px;text-transform:uppercase;letter-spacing:.075em;padding:11px 14px;border-bottom:1px solid #e7ebf3;white-space:nowrap}td{padding:15px 14px;border-bottom:1px solid #f0f2f6;color:#343a40}tr:last-child td{border:0}td strong{color:#0b1b58}.pill{border-radius:999px;background:#eef3ff;color:#142fa0;padding:5px 9px;font-size:11px;font-weight:700;display:inline-block}.pill.active,.pill.completed{background:#e3f7e7;color:#216039}.pill.paused,.pill.needs_review{background:#fff2d2;color:#855807}.pill.bounced,.pill.complained,.pill.cancelled,.pill.unsubscribed{background:#ffe8e4;color:#9d3329}form{display:grid;gap:16px}label{display:grid;gap:7px;color:#495057;font-weight:600;font-size:13px}input,textarea,select{border:1px solid #dee2e6;background:#fff;border-radius:14px;padding:12px 14px;min-height:46px;width:100%;color:#1a1d21}textarea{min-height:120px;resize:vertical;font-family:inherit;line-height:1.5}textarea.code{font:12px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace;min-height:360px;white-space:pre}input:focus,textarea:focus,select:focus{outline:0;border-color:#3a5be8;box-shadow:0 0 0 3px rgba(58,91,232,.17)}.row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.actions{display:flex;gap:9px;flex-wrap:wrap;align-items:center}.check{display:flex;align-items:flex-start;gap:10px;font-size:12px;line-height:1.5;font-weight:500}.check input{width:17px;min-height:auto;flex-shrink:0;margin-top:2px}.empty{padding:38px;color:#687080;text-align:center}#notice:not(:empty){margin:20px clamp(22px,4vw,56px) 0;padding:13px 17px;background:#eef3ff;border-radius:14px;color:#0b1b58;font-size:13px}#notice.error{background:#ffe8e4;color:#8b2923}.preview{border:1px solid #dee2e6;border-radius:14px;width:100%;height:500px;background:#fff}.info{padding:15px;background:#eef3ff;border-radius:14px;color:#0e2378;font-size:13px;line-height:1.6}.small{font-size:12px}.link{border:0;background:transparent;color:#142fa0;text-decoration:underline;padding:0;font-weight:600}.v-space{margin-top:18px}@media(max-width:840px){.layout{grid-template-columns:1fr}.sidebar{height:auto;position:static;padding:14px 20px}.sidebar nav{display:flex;overflow:auto;margin-top:14px}.sidebar nav a{white-space:nowrap;padding:9px 12px}.nav-label,.sidebar-foot{display:none}.topbar{padding:21px}.content{padding:22px}.outline{display:none}}@media(max-width:600px){.row{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.card{padding:19px}.grid{grid-template-columns:1fr 1fr}.metric strong{font-size:1.5rem}}
