.ent-district-page{z-index:500;box-sizing:border-box;background-color:#f8fafc;flex-direction:column;width:100vw;height:auto;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;position:fixed;inset:64px 0 0;overflow:hidden}.district-content-grid{grid-template-rows:1fr;grid-template-columns:240px 1fr;width:100%;height:100%;display:grid;position:relative;overflow:hidden}.district-sidebar-left{box-sizing:border-box;z-index:1000;background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;height:100%;padding:1.5rem 1.5rem 15px;display:flex;overflow:hidden}.sidebar-menu-list{flex-direction:column;gap:6px;margin-top:1rem;display:flex}.sidebar-menu-item{color:#4b5563;cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.sidebar-menu-item:hover{color:#111827;background-color:#f3f4f6}.sidebar-menu-item.active{color:#2563eb;background-color:#eff6ff}.sidebar-user-section{background-color:#fff;border-top:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;margin-top:auto;margin-left:-1.5rem;margin-right:-1.5rem;padding:0;display:flex}.user-profile{border-bottom:1px solid #e5e7eb;align-items:center;gap:12px;padding:12px 1.5rem;display:flex}.avatar{color:#475569;background-color:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:600;display:flex}.user-info{flex-direction:column;flex:1;display:flex;overflow:hidden}.user-name{color:#1f2937;white-space:nowrap;font-size:14px;font-weight:600}.user-role{color:#6b7280;white-space:nowrap;font-size:11px}.status-dot{background-color:#10b981;border:2px solid #fff;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 1px #f3f4f6}.logout-button{color:#dc2626;cursor:pointer;border-radius:8px;align-items:center;gap:10px;margin:12px 1.5rem;padding:10px;font-size:14px;font-weight:500;transition:background .2s;display:flex}.logout-button:hover{background-color:#fef2f2}.ent-content-area{box-sizing:border-box;z-index:1;background-color:#f8fafc;height:100%;padding:32px 40px;overflow-y:auto}@media (max-width:1024px){.district-content-grid{grid-template-columns:80px 1fr}.sidebar-menu-item .menu-label,.user-info,.status-dot,.logout-button span,.sidebar-district-header{display:none}.district-sidebar-left{align-items:center;padding:12px 12px 20px}.sidebar-menu-item,.logout-button{justify-content:center;width:100%;padding:12px}.avatar{margin:0}}@media (max-width:768px){.district-content-grid{flex-direction:column;height:auto;display:flex;overflow:visible}.district-sidebar-left{white-space:nowrap;border-bottom:1px solid #e2e8f0;border-right:none;flex-direction:row;align-items:center;gap:12px;width:100%;height:auto;padding:12px;overflow-x:auto}.sidebar-menu-list{flex-direction:row;margin-top:0}.sidebar-menu-item{justify-content:center;width:auto;padding:8px}.sidebar-user-section{display:none}.ent-content-area{height:auto;padding:20px}}
