:root{--zap-bg:#171e2e;--zap-panel:#1e2738;--zap-border:#2a3a4e;--zap-text:#e9edef;--zap-muted:#8696a0;--zap-accent:#00a884;--zap-orange:#f26522;--zap-touch-min:44px;--zap-break-tablet:768px;--zap-break-desktop:1024px}body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom)}.dashboard-root{flex-direction:column;max-width:1600px;height:100dvh;margin:0 auto;display:flex;position:relative;overflow:hidden}.dashboard-body{flex:1;display:flex;position:relative;overflow:hidden}.dashboard-aside-left,.dashboard-aside-right{-webkit-overflow-scrolling:touch;flex-shrink:0;overflow-y:auto}.dashboard-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}@media (max-width:767px){.dashboard-aside-left{z-index:100;width:min(320px,100vw);transition:transform .25s ease-out;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #0000004d}.dashboard-aside-left.dashboard-panel-open{transform:translate(0)}.dashboard-aside-right{z-index:100;width:min(320px,100vw);transition:transform .25s ease-out;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-4px 0 24px #0000004d}.dashboard-aside-right.dashboard-panel-open{transform:translate(0)}.dashboard-backdrop{z-index:99;opacity:0;pointer-events:none;background:#00000080;transition:opacity .2s;position:fixed;inset:0}.dashboard-backdrop.dashboard-backdrop-visible{opacity:1;pointer-events:auto}}@media (pointer:coarse){.dashboard-root button:not(.dashboard-touch-ignore),.dashboard-root a[href]{min-height:var(--zap-touch-min);min-width:var(--zap-touch-min)}}.adm-root{background:var(--zap-bg);min-height:100vh;color:var(--zap-text)}.adm-header{background:var(--zap-panel);border-bottom:1px solid var(--zap-border);padding:.75rem 1rem}.adm-header-inner{flex-wrap:wrap;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.adm-back{color:var(--zap-accent);font-size:.9rem;text-decoration:none}.adm-back:hover{text-decoration:underline}.adm-nav{gap:.25rem;display:flex}.adm-nav-link{color:var(--zap-muted);border-radius:6px;padding:.5rem .75rem;font-size:.95rem;text-decoration:none}.adm-nav-link:hover{color:var(--zap-text);background:#ffffff0f}.adm-nav-link-active{color:var(--zap-accent);background:#00a88426}.adm-main{max-width:1200px;margin:0 auto;padding:1.5rem 1rem}.adm-card{background:var(--zap-panel);border:1px solid var(--zap-border);border-radius:8px;margin-bottom:1rem;padding:1.25rem}.adm-card h2{margin:0 0 .5rem;font-size:1.1rem}.adm-card p{color:var(--zap-muted);margin:0;font-size:.9rem}.adm-card a{color:var(--zap-accent);text-decoration:none}.adm-card a:hover{text-decoration:underline}.adm-placeholder{color:var(--zap-muted);font-style:italic}.adm-btn{cursor:pointer;background:var(--zap-accent);color:#fff;border:none;border-radius:6px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;transition:opacity .15s;display:inline-flex}.adm-btn:hover{opacity:.85}.adm-btn:disabled{opacity:.4;cursor:not-allowed}.adm-btn-outline{border:1px solid var(--zap-border);color:var(--zap-text);background:0 0}.adm-btn-danger{background:#c0392b}.adm-btn-sm{padding:.3rem .6rem;font-size:.8rem}.adm-table{border-collapse:collapse;width:100%;font-size:.85rem}.adm-table th,.adm-table td{text-align:left;border-bottom:1px solid var(--zap-border);padding:.5rem .75rem}.adm-table th{color:var(--zap-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.8rem;font-weight:600}.adm-table tbody tr:hover{background:#ffffff08}.adm-form-group{flex-wrap:wrap;align-items:flex-end;gap:.5rem;margin-bottom:1rem;display:flex}.adm-form-field{flex-direction:column;gap:.25rem;display:flex}.adm-form-field label{color:var(--zap-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem}.adm-form-field input,.adm-form-field select{background:var(--zap-bg);border:1px solid var(--zap-border);color:var(--zap-text);border-radius:6px;min-width:120px;padding:.45rem .6rem;font-size:.9rem}.adm-form-field input:focus,.adm-form-field select:focus{border-color:var(--zap-accent);outline:none}.adm-stats{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.adm-stat{background:var(--zap-bg);border:1px solid var(--zap-border);text-align:center;border-radius:8px;min-width:100px;padding:.75rem 1rem}.adm-stat-value{font-size:1.5rem;font-weight:700}.adm-stat-label{color:var(--zap-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem}.adm-progress{background:var(--zap-bg);border-radius:4px;width:100%;height:8px;margin:.5rem 0;overflow:hidden}.adm-progress-bar{background:var(--zap-accent);border-radius:4px;height:100%;transition:width .3s}.adm-badge{border-radius:10px;padding:.15rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.adm-badge-sent{color:#00a884;background:#00a88433}.adm-badge-failed{color:#e74c3c;background:#c0392b33}.adm-badge-pending{color:var(--zap-muted);background:#8696a033}.adm-badge-delivered{color:#3498db;background:#3498db33}.adm-badge-read{color:#2ecc71;background:#2ecc7133}.adm-th-sort{font:inherit;color:inherit;cursor:pointer;text-align:left;text-underline-offset:3px;background:0 0;border:none;margin:0;padding:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.adm-th-sort:hover{color:#fff}.adm-convo-link{color:#5db7ff;text-underline-offset:2px;text-decoration:underline}.adm-convo-link:hover{color:#8cc8ff}
