:root{--mpd-orange:#ef7c00;--mpd-dark:#1f252b;--mpd-soft:#f6f7f8;--mpd-border:#e3e6e8}
body.mpd-admin-body{background:#f5f6f7;color:#1f252b;min-height:100vh}
.mpd-admin-topbar{background:var(--mpd-dark);color:#fff;border-bottom:4px solid var(--mpd-orange)}
.mpd-admin-brand{font-weight:700;letter-spacing:.2px}
.mpd-admin-shell{max-width:1440px;margin:0 auto}
.mpd-admin-card{border:1px solid var(--mpd-border);border-radius:18px;background:#fff;box-shadow:0 8px 30px rgba(31,37,43,.06)}
.mpd-admin-stat{border-left:4px solid var(--mpd-orange)}
.mpd-admin-table th{font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:#6c757d;white-space:nowrap}
.mpd-admin-table td{vertical-align:middle}
.mpd-admin-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:#6c757d;font-weight:700}
.mpd-admin-value{white-space:pre-wrap;word-break:break-word}
.mpd-status{display:inline-flex;align-items:center;border:1px solid #dfe3e6;border-radius:999px;padding:.35rem .7rem;background:#fff;font-weight:600;font-size:.86rem}
.mpd-status::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--mpd-orange);margin-right:.5rem}
.mpd-internal-note{background:#fff8ef;border-left:4px solid var(--mpd-orange);padding:1rem;border-radius:10px}
.mpd-visible-note{background:#eef8f3;border-left:4px solid #198754;padding:1rem;border-radius:10px}
.mpd-admin-login{min-height:100vh;background:linear-gradient(135deg,#1f252b,#343b42);display:grid;place-items:center;padding:24px}
.mpd-admin-login-card{width:min(460px,100%);background:#fff;border-radius:20px;padding:2rem;box-shadow:0 20px 60px rgba(0,0,0,.22)}
@media(max-width:768px){.mpd-admin-table{font-size:.9rem}.mpd-admin-card{border-radius:14px}}
.mpd-action-icon{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;flex:0 0 44px}
.mpd-action-public{background:#eef8f3;color:#198754}
.mpd-action-internal{background:#fff3e7;color:#a95300}
.mpd-public-action-card{border-top:4px solid #198754}
.mpd-internal-action-card{border-top:4px solid var(--mpd-orange)}
.mpd-thread{display:flex;flex-direction:column;gap:.8rem}
.mpd-message{max-width:88%;padding:.9rem 1rem;border-radius:14px;border:1px solid var(--mpd-border);background:#fff}
.mpd-message-admin{align-self:flex-end;background:#eef8f3;border-color:#cfe8da}
.mpd-message-public{align-self:flex-start;background:#fff8ef;border-color:#f3dcc1}
.mpd-message-meta{font-size:.75rem;color:#6c757d;margin-bottom:.25rem}
.mpd-kpi{font-size:2rem;font-weight:800;line-height:1}
.mpd-report-bar{height:10px;border-radius:999px;background:#e9ecef;overflow:hidden}
.mpd-report-bar>span{display:block;height:100%;background:var(--mpd-orange)}
