.sidebar{z-index:100;background:#1a1a2e;flex-direction:column;width:250px;min-height:100vh;transition:transform .25s;display:flex;position:fixed;top:0;left:0}.sidebar__logo{border-bottom:1px solid #ffffff14;padding:24px 20px}.sidebar__logo-text{color:#fff;letter-spacing:.5px;font-size:20px;font-weight:700}.sidebar__nav{flex-direction:column;flex:1;gap:2px;padding:12px 8px;display:flex}.sidebar__link{color:#fff9;border-radius:8px;align-items:center;gap:12px;padding:10px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.sidebar__link:hover{color:#ffffffe6;background:#ffffff0f}.sidebar__link--active{color:#3b82f6;background:#3b82f626}.sidebar__link--active:hover{color:#3b82f6;background:#3b82f633}.sidebar__footer{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:8px;padding:16px 14px;display:flex}.sidebar__user-info{align-items:center;gap:10px;min-width:0;display:flex}.sidebar__avatar{color:#fff;background:#3b82f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:600;display:flex}.sidebar__user-details{flex-direction:column;min-width:0;display:flex}.sidebar__user-name{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.sidebar__user-role{color:#fff6;text-transform:capitalize;font-size:11px}.sidebar__logout{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:6px;transition:background .15s,color .15s;display:flex}.sidebar__logout:hover{color:#ef4444;background:#ef444426}.sidebar-overlay{z-index:99;background:#00000080;display:none;position:fixed;inset:0}@media (width<=767px){.sidebar{transform:translate(-100%)}.sidebar--open{transform:translate(0)}.sidebar-overlay{display:block}}.header{z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:60px;padding:0 24px;display:flex;position:sticky;top:0}.header__left{align-items:center;gap:12px;display:flex}.header__menu-btn{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;display:none}.header__menu-btn:hover{background:#f3f4f6}.header__title{color:#111827;margin:0;font-size:18px;font-weight:600}.header__right{align-items:center;gap:16px;display:flex}.header__bell{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background .15s,color .15s;display:flex;position:relative}.header__bell:hover{color:#374151;background:#f3f4f6}.header__badge{color:#fff;background:#ef4444;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:2px;right:2px}.header__user{align-items:center;gap:8px;display:flex}.header__user-name{color:#374151;font-size:14px;font-weight:500}.header__role-badge{text-transform:capitalize;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:600}.header__logout-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:background .15s,color .15s;display:flex}.header__logout-btn:hover{color:#ef4444;background:#ef444414}@media (width<=767px){.header{padding:0 16px}.header__menu-btn{display:flex}.header__user-name{display:none}}.app-layout{background:#f9fafb;min-height:100vh;display:flex}.app-layout__main{flex-direction:column;flex:1;min-height:100vh;margin-left:250px;display:flex}.app-layout__content{flex:1;padding:24px}@media (width<=767px){.app-layout__main{margin-left:0}.app-layout__content{padding:16px}}*{box-sizing:border-box;margin:0;padding:0}body{color:#1f2937;-webkit-font-smoothing:antialiased;background:#f3f4f6;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}@keyframes spin{to{transform:rotate(360deg)}}a{color:inherit;text-decoration:none}input,textarea,select,button{font-family:inherit}input,textarea,select{border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-size:14px;transition:border-color .2s}input:focus,textarea:focus,select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}button{cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.btn-primary{color:#fff;background:#3b82f6}.btn-primary:hover{background:#2563eb}.btn-secondary{color:#374151;background:#f3f4f6;border:1px solid #d1d5db}.btn-secondary:hover{background:#e5e7eb}.btn-danger{color:#fff;background:#ef4444}.btn-danger:hover{background:#dc2626}.btn-sm{padding:6px 12px;font-size:13px}.card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #00000014}.badge{border-radius:20px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}.badge-blue{color:#1d4ed8;background:#dbeafe}.badge-yellow{color:#92400e;background:#fef3c7}.badge-green{color:#065f46;background:#d1fae5}.badge-red{color:#991b1b;background:#fee2e2}.badge-gray{color:#4b5563;background:#f3f4f6}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
