.mg{flex-direction:column;gap:1.25rem;display:flex}.mg__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.mg__title{color:var(--text-color);align-items:center;gap:.75rem;font-size:1.3rem;font-weight:700;display:flex}.mg__title i{width:2.4rem;height:2.4rem;color:var(--primary-color);background:color-mix(in srgb,var(--primary-color)14%,transparent);border-radius:12px;justify-content:center;align-items:center;font-size:1.05rem;display:inline-flex}.mg__subtitle{color:var(--text-color-secondary);margin-top:.35rem;font-size:.875rem}.mg__header-actions{flex-wrap:wrap;gap:.6rem;display:flex}.mg__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}@media (min-width:900px){.mg__stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.mg-stat{background:var(--surface-card);border:1px solid var(--surface-border);border-radius:14px;align-items:center;gap:.85rem;padding:.95rem 1.1rem;display:flex}.mg-stat__icon{border-radius:12px;flex:none;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1rem;display:inline-flex}.mg-stat__icon--primary{color:var(--primary-color);background:color-mix(in srgb,var(--primary-color)14%,transparent)}.mg-stat__icon--success{color:#16a34a;background:#16a34a24}.mg-stat__icon--danger{color:#dc2626;background:#dc262624}.mg-stat__icon--warn{color:#d97706;background:#d9770624}.mg-stat__value{color:var(--text-color);font-size:1.35rem;font-weight:700;line-height:1.2}.mg-stat__label{color:var(--text-color-secondary);font-size:.78rem}.mg__toolbar{background:var(--surface-card);border:1px solid var(--surface-border);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.mg__search{background:var(--surface-ground);border:1px solid var(--surface-border);border-radius:10px;flex:16rem;align-items:center;gap:.55rem;max-width:26rem;padding:.45rem .8rem;transition:border-color .18s,box-shadow .18s;display:flex}.mg__search:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary-color)18%,transparent)}.mg__search i{color:var(--text-color-secondary);font-size:.85rem}.mg__search .p-inputtext{color:var(--text-color);background:0 0;border:none;outline:none;flex:1;padding:0;font-size:.875rem;box-shadow:none!important}.mg__filters{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.mg-filter{color:var(--text-color-secondary);background:var(--surface-ground);border:1px solid var(--surface-border);cursor:pointer;border-radius:9999px;padding:.4rem .85rem;font-size:.8rem;font-weight:600;transition:all .18s}.mg-filter:hover{color:var(--text-color);border-color:var(--primary-color)}.mg-filter--active{color:#fff;background:var(--primary-color);border-color:var(--primary-color)}.mg-filter:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.mg-filter__count{opacity:.8;margin-left:.35rem}.mg__table{background:var(--surface-card);border:1px solid var(--surface-border);border-radius:14px;overflow:hidden}.mg__table .p-datatable-thead>tr>th{letter-spacing:.02em;text-transform:uppercase;color:var(--text-color-secondary);background:var(--surface-ground);font-size:.78rem}.mg__table .p-datatable-tbody>tr{transition:background-color .15s}.mg__table .p-datatable-tbody>tr.mg-row--clickable{cursor:pointer}.mg__table .p-datatable-tbody>tr:hover{background:var(--surface-hover)!important}.mg-cell__primary{color:var(--text-color);font-weight:600}.mg-cell__secondary{color:var(--text-color-secondary);font-size:.78rem}.mg-pill{white-space:nowrap;border:1px solid #0000;border-radius:9999px;align-items:center;gap:.4rem;padding:.22rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex}.mg-pill__dot{background:currentColor;border-radius:9999px;width:7px;height:7px}.mg-pill--success{color:#16a34a;background:#16a34a1f;border-color:#16a34a47}.mg-pill--danger{color:#dc2626;background:#dc26261f;border-color:#dc262647}.mg-pill--warn{color:#d97706;background:#d977061f;border-color:#d9770647}.mg-pill--neutral{color:var(--text-color-secondary);background:var(--surface-hover);border-color:var(--surface-border)}.mg-pill--info{color:var(--primary-color);background:color-mix(in srgb,var(--primary-color)12%,transparent);border-color:color-mix(in srgb,var(--primary-color)30%,transparent)}.mg-pill--success .mg-pill__dot{box-shadow:0 0 0 3px #16a34a2e}.mg-level{min-width:8rem}.mg-level__bar{background:var(--surface-border);border-radius:9999px;height:7px;overflow:hidden}.mg-level__bar span{border-radius:9999px;height:100%;transition:width .3s;display:block}.mg-level__text{color:var(--text-color-secondary);margin-top:.3rem;font-size:.75rem}.mg-section{background:var(--surface-card);border:1px solid var(--surface-border);border-radius:14px;overflow:hidden}.mg-section__head{border-bottom:1px solid var(--surface-border);background:var(--surface-ground);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.95rem 1.15rem;display:flex}.mg-section__title{color:var(--text-color);align-items:center;gap:.55rem;font-size:.95rem;font-weight:700;display:flex}.mg-section__title i{color:var(--primary-color)}.mg-section__body{padding:1.25rem 1.15rem}.mg-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:768px){.mg-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}}.mg-grid--split{grid-template-columns:1fr;align-items:start;gap:1.25rem;display:grid}@media (min-width:1100px){.mg-grid--split{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}}.mg-kv{flex-direction:column;gap:.9rem;display:flex}.mg-kv__row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;display:flex}.mg-kv__key{color:var(--text-color-secondary);align-items:center;gap:.5rem;font-size:.82rem;display:flex}.mg-kv__value{color:var(--text-color);text-align:right;word-break:break-word;font-size:.9rem;font-weight:600}.mg-code{color:var(--primary-color);background:color-mix(in srgb,var(--primary-color)10%,transparent);border:1px solid color-mix(in srgb,var(--primary-color)24%,transparent);border-radius:7px;align-items:center;gap:.35rem;padding:.2rem .55rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;display:inline-flex}.mg-note{color:var(--text-color-secondary);align-items:flex-start;gap:.5rem;margin-top:.9rem;font-size:.78rem;line-height:1.6;display:flex}.mg-actions{border-top:1px solid var(--surface-border);flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.mg-empty{text-align:center;flex-direction:column;align-items:center;gap:.6rem;padding:3rem 1.5rem;display:flex}.mg-empty i{color:var(--text-color-secondary);opacity:.5;font-size:2rem}.mg-empty__title{color:var(--text-color);font-size:1rem;font-weight:600}.mg-empty__desc{color:var(--text-color-secondary);max-width:24rem;font-size:.85rem}@media (prefers-reduced-motion:reduce){.mg *{transition-duration:.001ms!important}}.pl-head{border-bottom:1px solid var(--surface-border);flex-direction:column;gap:.35rem;margin:1.25rem 1.5rem 0;padding-bottom:1rem;display:flex}@media (max-width:640px){.pl-head{margin:1rem 1rem 0}}.pl-head__crumbs.p-breadcrumb{background:0 0;border:0;padding:0;font-size:.8rem;line-height:1.4}.pl-head__crumbs.p-breadcrumb .p-breadcrumb-list{flex-wrap:wrap;row-gap:.15rem}.pl-head__crumbs.p-breadcrumb .p-menuitem-link,.pl-head__crumbs.p-breadcrumb .p-menuitem-text,.pl-head__crumbs.p-breadcrumb .p-menuitem-icon,.pl-head__crumbs.p-breadcrumb .p-breadcrumb-chevron{color:var(--text-color-secondary);font-size:.8rem}.pl-head__crumbs.p-breadcrumb .p-menuitem-link:hover .p-menuitem-text,.pl-head__crumbs.p-breadcrumb .p-menuitem-link:hover .p-menuitem-icon{color:var(--primary-color)}.pl-head__crumbs.p-breadcrumb .p-breadcrumb-list>li:last-child .p-menuitem-text{color:var(--text-color);font-weight:600}.pl-head__title{color:var(--text-color);overflow-wrap:anywhere;margin:0;font-size:1.5rem;font-weight:700;line-height:1.3}.pl-head__desc{color:var(--text-color-secondary);max-width:70ch;margin:0;font-size:.875rem;line-height:1.6}.p-datatable .p-datatable-thead>tr:nth-child(2)>th{background:var(--surface-card);border-top:0;padding:.35rem .75rem .6rem}.mg-colfilter.p-inputtext,.mg-colfilter .p-inputtext,.mg-colfilter.p-dropdown{width:100%;padding-top:.35rem;padding-bottom:.35rem;font-size:.8rem;font-weight:400}.mg-colfilter.p-dropdown .p-dropdown-label{padding-top:.35rem;padding-bottom:.35rem;font-size:.8rem;font-weight:400}
