.dashboard-layout{display:flex;min-height:100vh;background:#f0f2f8;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.bd-sidebar{width:220px;min-width:220px;background:#1a2456;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto;flex-shrink:0}.sidebar-user{padding:20px 16px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-avatar{width:48px;height:48px;border-radius:50%;background:#2d3c7e;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;color:#fff;margin-bottom:10px;position:relative;overflow:hidden}.sidebar-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.online-dot{width:10px;height:10px;background:#22c55e;border-radius:50%;position:absolute;bottom:2px;right:2px;border:2px solid #1a2456}.sidebar-username{font-size:13px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-meta{font-size:11px;color:#ffffff73;margin-top:2px;text-transform:capitalize}.sidebar-nav{padding:8px 0;flex:1}.sidebar-item{display:flex;align-items:center;gap:10px;padding:9px 16px;font-size:12.5px;color:#fff9;cursor:pointer;transition:all .15s;text-decoration:none;border:none;background:none;width:100%;text-align:left;font-family:inherit}.sidebar-item:hover{background:#ffffff12;color:#fff}.sidebar-item.active{background:#f47b202e;color:#f47b20;font-weight:600}.sidebar-icon{width:18px;text-align:center;font-size:14px;flex-shrink:0}.sidebar-logout{margin-top:auto;color:#fff6;cursor:pointer;border-top:1px solid rgba(255,255,255,.06)}.sidebar-logout:hover{color:#f87171;background:#ef44441a}.dashboard-main{flex:1;padding:24px;min-width:0;overflow:auto}@media(max-width:768px){.dashboard-layout{flex-direction:column}.bd-sidebar{width:100%;min-width:100%;height:auto;position:static;flex-direction:row;flex-wrap:wrap}.sidebar-user{padding:12px 16px;border-bottom:none;border-right:1px solid rgba(255,255,255,.08)}.sidebar-nav{display:flex;flex-wrap:wrap;padding:4px 0;flex:1}.sidebar-item{padding:8px 12px;font-size:12px}.dashboard-main{padding:16px}}
