:root{--mp-primary:#4f6df5;--mp-primary-soft:#eef1ff;--mp-bg:#f5f7fb;--mp-card:#fff;--mp-text:#111827;--mp-muted:#6f7a8d;--mp-border:#e6eaf2;--mp-success:#21a66b;--mp-success-soft:#eaf8f1;--mp-danger:#c83b49;--mp-radius:16px;--mp-shadow:0 12px 35px rgba(27,39,78,.045)}html,body{min-height:100%}body{margin:0;background:var(--mp-bg);color:var(--mp-text);font-family:Inter,sans-serif}.mp-shell{min-height:100vh;display:grid;grid-template-columns:255px minmax(0,1fr)}.mp-sidebar{position:sticky;top:0;height:100vh;padding:22px 16px;display:flex;flex-direction:column;overflow-y:auto;border-right:1px solid var(--mp-border);background:#fff}.mp-brand{display:flex;align-items:center;gap:11px;padding:4px 6px 18px;color:inherit;text-decoration:none}.mp-brand-symbol{width:42px;height:42px}.mp-brand strong,.mp-brand small{display:block}.mp-brand strong{font-size:.9rem}.mp-brand small{color:var(--mp-muted);font-size:.68rem}.mp-nav{display:grid;gap:5px}.mp-nav-section{margin:22px 12px 8px;color:#99a3b4;font-size:.66rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.mp-nav-link{min-height:42px;padding:10px 12px;display:flex;gap:11px;align-items:center;border-radius:11px;color:#556174;text-decoration:none;font-size:.84rem;font-weight:600;transition:.18s ease}.mp-nav-link i{width:18px}.mp-nav-link:hover{color:var(--mp-primary);background:#f3f5fb;transform:translateX(2px)}.mp-nav-link.active{color:var(--mp-primary);background:var(--mp-primary-soft)}.mp-sidebar-footer{margin-top:auto;padding:18px 6px 0;border-top:1px solid var(--mp-border)}.mp-version{display:flex;justify-content:space-between;align-items:center;color:var(--mp-muted);font-size:.72rem}.mp-version strong{color:#354052;font-size:.76rem}.mp-version span{padding:4px 7px;border-radius:999px;color:var(--mp-primary);background:var(--mp-primary-soft);font-weight:700}.mp-logout{width:100%;margin-top:14px;padding:10px 12px;display:flex;gap:9px;justify-content:center;align-items:center;border:1px solid var(--mp-border);border-radius:10px;background:#fff;color:#697487;font-size:.8rem;font-weight:700}.mp-page{min-width:0}.mp-topbar{min-height:74px;padding:14px 28px;display:flex;justify-content:flex-end;align-items:center;gap:24px;border-bottom:1px solid var(--mp-border);background:rgba(255,255,255,.92)}.mp-search{width:min(390px,42vw);height:42px;padding:0 12px;display:flex;gap:10px;align-items:center;border:1px solid var(--mp-border);border-radius:12px;background:#fff}.mp-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;font-size:.82rem}.mp-search kbd{padding:3px 7px;border-radius:7px;color:#8b95a6;background:#f4f6fa;box-shadow:none;font-size:.64rem}.mp-topbar-user{display:flex;gap:10px;align-items:center}.mp-icon-button{width:38px;height:38px;border:0;border-radius:10px;background:transparent}.mp-topbar-divider{width:1px;height:28px;background:var(--mp-border)}.mp-user-avatar{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--mp-primary);background:var(--mp-primary-soft);font-size:.8rem;font-weight:800}.mp-user-info strong,.mp-user-info small{display:block;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mp-user-info strong{font-size:.8rem}.mp-user-info small{color:#8a94a5;font-size:.68rem}.mp-content{min-width:0;padding:28px 32px 40px}.dashboard-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card{min-width:0;min-height:124px;padding:18px;overflow:hidden}.metric-card>div{min-width:0}.metric-card small,.metric-card span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-columns{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:18px}.content-card{min-width:0;overflow:hidden}.application-row{min-width:0;grid-template-columns:42px minmax(150px,1fr) minmax(100px,auto) auto;gap:12px}.application-main{min-width:0}.application-main strong,.application-main small,.service-row strong,.service-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.application-tags{min-width:0}.application-tags span,.status-dot-label,.status-pill{white-space:nowrap}.service-row{min-width:0;grid-template-columns:42px minmax(0,1fr) auto}.service-row>div{min-width:0}@media(max-width:1180px){.dashboard-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-columns{grid-template-columns:1fr}}@media(max-width:900px){.mp-shell{grid-template-columns:1fr}.mp-sidebar{display:none}.mp-topbar{justify-content:space-between}.mp-search{width:min(420px,60vw)}}@media(max-width:650px){.mp-content{padding:22px 16px 32px}.mp-user-info,.mp-topbar-divider,.mp-search kbd{display:none}.dashboard-grid-four{grid-template-columns:1fr}.application-row{grid-template-columns:42px minmax(0,1fr)}.application-tags,.status-dot-label{grid-column:2}}