/* SmartID Sidebar Pro */
:root{--side:#0f172a;--side2:#111c33;--sideText:#cbd5e1;--sideActive:#2563eb;}
*{box-sizing:border-box}
.sp-layout{min-height:100vh;display:flex;background:#f5f7fb;}
.sp-sidebar{position:fixed;left:0;top:0;bottom:0;width:270px;background:linear-gradient(180deg,var(--side),var(--side2));color:#fff;padding:18px;z-index:50;transition:.25s ease;box-shadow:14px 0 40px rgba(15,23,42,.20);overflow-y:auto;}
.sp-sidebar.collapsed{width:82px;}
.sp-brand{display:flex;align-items:center;gap:12px;padding:10px 8px 20px;border-bottom:1px solid rgba(255,255,255,.10);margin-bottom:14px;}
.sp-logo{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#7c3aed);display:flex;align-items:center;justify-content:center;font-size:20px;flex:0 0 auto;}
.sp-title{font-weight:900;line-height:1.1;white-space:nowrap;}
.sp-sub{font-size:11px;color:#94a3b8;margin-top:2px;white-space:nowrap;}
.sp-sidebar.collapsed .sp-title,.sp-sidebar.collapsed .sp-sub,.sp-sidebar.collapsed .sp-label,.sp-sidebar.collapsed .sp-user-meta{display:none;}
.sp-menu a{display:flex;align-items:center;gap:12px;padding:12px 12px;border-radius:14px;color:var(--sideText);text-decoration:none;margin-bottom:5px;font-size:14px;font-weight:700;transition:.18s;}
.sp-menu a:hover,.sp-menu a.active{background:rgba(37,99,235,.22);color:#fff;}
.sp-menu .sp-ico{width:22px;text-align:center;font-size:17px;flex:0 0 auto;}
.sp-user{margin-top:18px;padding:12px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);display:flex;gap:10px;align-items:center;}
.sp-avatar{width:34px;height:34px;border-radius:50%;background:#2563eb;display:flex;align-items:center;justify-content:center;font-weight:900;flex:0 0 auto;}
.sp-user-meta{font-size:12px;color:#cbd5e1;line-height:1.25;}
.sp-main{margin-left:270px;flex:1;min-width:0;transition:.25s ease;}
.sp-main.full{margin-left:82px;}
.sp-topbar{height:66px;background:rgba(255,255,255,.86);backdrop-filter:blur(14px);border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 22px;position:sticky;top:0;z-index:30;}
.sp-toggle{width:42px;height:42px;border-radius:14px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;font-size:20px;box-shadow:0 8px 22px rgba(15,23,42,.06);}
.sp-page-title{font-weight:900;}
.sp-content{padding:22px;}
@media(max-width:900px){.sp-sidebar{transform:translateX(-100%);width:270px}.sp-sidebar.open{transform:translateX(0)}.sp-sidebar.collapsed{width:270px}.sp-main,.sp-main.full{margin-left:0}.sp-overlay{display:none;position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:40}.sp-overlay.show{display:block}}
