*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji";background:var(--bg);color:var(--text);overflow:hidden}a{color:#111827;text-decoration:none}button{cursor:pointer}:root{--header-h: 64px;--sidebar-w: 260px;--sidebar-w-collapsed: 72px;--bg: #f6f7fb;--card: #ffffff;--line: #e5e7eb;--text: #111827;--muted: #6b7280;--primary: #6d6cf6}.app{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:40;height:var(--header-h);background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:.75rem;padding:0 1rem}.header .search{flex:1;display:flex;align-items:center;gap:.5rem;background:#f3f4f6;border:1px solid var(--line);border-radius:10px;padding:.5rem .75rem}.header .avatar{width:34px;height:34px;border-radius:999px;background:#ddd;overflow:hidden}.header .avatar img{width:100%;height:100%;object-fit:cover}.main{display:grid;grid-template-columns:var(--sidebar-w) 1fr;flex:1;min-height:0;transition:grid-template-columns .2s ease}.main.is-collapsed{grid-template-columns:var(--sidebar-w-collapsed) 1fr}.sidebar{position:sticky;top:var(--header-h);height:calc(100vh - var(--header-h));min-height:0;overflow:auto;background:#fff;border-right:1px solid var(--line);padding:1rem .5rem;width:var(--sidebar-w);transition:width .2s ease}.sidebar.collapsed{width:var(--sidebar-w-collapsed)}.logo{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;margin-bottom:.75rem}.brand{width:36px;height:36px;border-radius:10px;object-fit:contain;background:#eef2ff;display:inline-block}.logo-text{font-weight:700}.side-section{margin-bottom:.75rem}.side-title{padding:.5rem .75rem;font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.side-item,.side-summary{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;color:#374151}.side-item:hover,.side-summary:hover{background:#f3f4f6}details.group>summary.side-summary{list-style:none;cursor:pointer}details.group[open]>summary .chev{transform:rotate(90deg)}.navlink-active{background:#eef2ff;color:#3730a3}.side-icon{width:18px;text-align:center}.sidebar.collapsed .side-label,.sidebar.collapsed .logo-text{display:none}@media (max-width: 1024px){.main{grid-template-columns:1fr}.sidebar{position:fixed;left:-280px;top:var(--header-h);width:260px;z-index:50;transition:left .2s ease}.sidebar.open{left:0}}.content{flex:1;min-width:0;min-height:0;overflow:hidden;display:flex;flex-direction:column}.card{border:1px solid var(--line);border-radius:12px;background:var(--card);padding:1rem}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{border:1px solid var(--line);padding:.6rem .7rem;font-size:.9rem}.table th{background:#f8fafc;text-align:left;font-weight:600}.input{width:100%;padding:.6rem .7rem;border:1px solid #d1d5db;border-radius:.375rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1rem;border-radius:.375rem;border:1px solid #111827;background:#111827;color:#fff}.btn.secondary{background:#fff;color:#111827;border-color:#d1d5db}.text-sm{font-size:.875rem;color:var(--muted)}.btn-chip{background:var(--primary);color:#fff;border:1px solid var(--primary);padding:.5rem 1rem;border-radius:8px;font-weight:600;display:inline-block;text-align:center}.page-grid-rows{height:100%;display:grid;grid-template-rows:auto auto 1fr;row-gap:12px;min-height:0;overflow:hidden}.page-grid-rows .page-scroll{min-height:0;overflow:auto}.mui-grid-fill{height:100%;display:flex;flex-direction:column;min-height:0;overflow:hidden}.mui-grid-fill>.MuiDataGrid-root{flex:1;min-height:0}.mui-grid-fill .MuiDataGrid-virtualScroller{overflow:auto!important}.mui-grid-fill .MuiDataGrid-footerContainer{border-top:1px solid var(--line)}.dt-shell .dataTables_wrapper{display:grid;grid-template-rows:auto 1fr auto;row-gap:.5rem;width:100%;overflow:visible}.dt-shell .dataTables_scroll{overflow:visible!important}.dt-shell .dataTables_scrollBody{overflow:auto!important}.dt-shell .dt-top,.dt-shell .dt-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.page-grid-rows{height:100%;display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:12px;min-height:0;overflow:hidden}.page-grid-rows .page-scroll{min-height:0;overflow:auto;scrollbar-gutter:stable both-edges}.mui-grid-fill{height:100%;min-height:0;overflow:hidden}.mui-grid-fill .MuiDataGrid-root{height:100%;min-height:0}.mui-grid-fill .MuiDataGrid-virtualScroller{overflow:auto!important;scrollbar-width:thin}.mui-grid-fill .MuiDataGrid-virtualScroller::-webkit-scrollbar{width:12px;height:12px}.mui-grid-fill .MuiDataGrid-virtualScroller::-webkit-scrollbar-thumb{background:#c7cbd4;border-radius:8px}.mui-grid-fill .MuiDataGrid-virtualScroller::-webkit-scrollbar-track{background:#eef1f6}
