.mmct-panel{font-family:'Rubik',system-ui,sans-serif;margin:0;background:#f1f5f9;color:#1e293b}
.mmct-shell{display:flex;min-height:100vh}
.mmct-sidebar{width:240px;background:#0f172a;color:#e2e8f0;padding:20px 0;display:flex;flex-direction:column}
.mmct-brand{padding:0 20px 20px;font-weight:700;font-size:18px;color:#fff}
.mmct-nav-section{padding:14px 20px 6px;font-size:10px;font-weight:700;letter-spacing:.5px;color:#64748b}
.mmct-nav-link{display:block;padding:10px 20px;color:#cbd5e1;text-decoration:none;font-weight:500}
.mmct-nav-link:hover,.mmct-nav-link.active{background:#1e293b;color:#fff}
.mmct-sidebar-foot{margin-top:auto;padding:16px 20px;border-top:1px solid #1e293b;font-size:13px;display:flex;justify-content:space-between;gap:8px}
.mmct-sidebar-foot a{color:#818cf8}
.mmct-main{flex:1;padding:24px;overflow:auto}
.mmct-page-title{font-size:28px;font-weight:600;margin:0 0 20px}
.mmct-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}
.mmct-table th,.mmct-table td{padding:10px 12px;border-bottom:1px solid #f1f5f9;text-align:left;font-size:14px}
.mmct-table th{background:#f8fafc;font-weight:600}
.mmct-filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px;background:#fff;padding:12px;border:1px solid #e2e8f0;border-radius:12px}
.mmct-filters input,.mmct-filters select{padding:8px 10px;border:1px solid #cbd5e1;border-radius:8px}
.mmct-btn{display:inline-block;padding:10px 16px;border-radius:8px;border:none;background:#6366f1;color:#fff;text-decoration:none;font-weight:600;cursor:pointer}
.mmct-btn-secondary{background:#e2e8f0;color:#334155}
.mmct-alert{padding:12px 16px;border-radius:8px;margin-bottom:16px}
.mmct-alert-success{background:#dcfce7;color:#166534}
.mmct-alert-error{background:#fef2f2;color:#991b1b}
.auth-wrap{min-height:100vh;display:grid;place-items:center;background:#f1f5f9;padding:24px}
.auth-card{background:#fff;border-radius:16px;padding:32px;width:100%;max-width:420px;box-shadow:0 8px 30px rgba(0,0,0,.08)}
.auth-card h1{margin:0 0 8px;font-size:24px}
.auth-card label{display:block;margin:12px 0 4px;font-size:13px;font-weight:500}
.auth-card input{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px}
.auth-card button{margin-top:16px;width:100%}
