:root{--bs-primary:#3c50e0;--bs-primary-rgb:60,80,224;--sidebar-width:260px;--navbar-height:64px;--sidebar-bg:#1c2434;--sidebar-bg-hover:rgba(255,255,255,0.06);--sidebar-active-bg:#2a3a55;--sidebar-text:#8a99af;--sidebar-text-active:#ffffff;--body-bg:#f1f5f9}.placeholder{opacity:.12;background-color:#9ca3af}*{box-sizing:border-box}body{font-family:var(--font-poppins),"Poppins",system-ui,-apple-system,sans-serif;background-color:var(--st-bg);color:#1e293b}.layout-sidebar{width:var(--sidebar-width);height:100vh;position:fixed;top:0;left:0;z-index:1000;background:var(--sidebar-bg);transition:width .25s ease;display:flex;flex-direction:column;overflow:hidden}.layout-main{margin-left:var(--sidebar-width);min-height:100vh}.layout-navbar{height:var(--navbar-height);position:-webkit-sticky;position:sticky;top:0;z-index:999;background:#ffffff;box-shadow:0 1px 0 #e2e8f0}.sidebar-brand{display:flex;align-items:center;gap:.625rem;padding:1.25rem;border-bottom:1px solid rgba(255,255,255,.06);text-decoration:none}.sidebar-brand-icon{width:36px;height:36px;background:var(--bs-primary);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-brand-text{font-size:1.125rem;font-weight:700;color:#ffffff;letter-spacing:-.01em}.sidebar-group-label{padding:.5rem 1rem .375rem;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:0}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.55rem 1rem;margin:.1rem .625rem;border-radius:6px;color:var(--sidebar-text);text-decoration:none;font-size:.875rem;font-weight:500;transition:all .15s ease;position:relative}.sidebar-link:hover{background:var(--sidebar-bg-hover);color:#ffffff}.sidebar-link.active{background:var(--sidebar-active-bg);color:var(--sidebar-text-active)}.sidebar-link.active:before{content:"";position:absolute;left:-.625rem;top:50%;transform:translateY(-50%);width:3px;height:60%;background:var(--bs-primary);border-radius:0 3px 3px 0}.sidebar-link-icon{font-size:1rem;flex-shrink:0;opacity:.85}.sidebar-link.active .sidebar-link-icon{opacity:1;color:#60a5fa}.sidebar-user{padding:.875rem 1rem;border-top:1px solid rgba(255,255,255,.06);gap:.625rem}.sidebar-avatar,.sidebar-user{display:flex;align-items:center}.sidebar-avatar{width:36px;height:36px;border-radius:50%;background:var(--bs-primary);justify-content:center;font-size:.75rem;font-weight:700;color:#fff;flex-shrink:0}.sidebar-user-name{font-size:.8rem;font-weight:600;color:#e2e8f0;line-height:1.2}.sidebar-user-role{font-size:.7rem;color:#64748b}.navbar-icon-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;transition:all .15s;text-decoration:none;font-size:1rem;position:relative}.navbar-icon-btn:hover{background:#f8fafc;color:#1e293b}.navbar-badge{position:absolute;top:-7px;right:-6px;min-width:22px;height:22px;padding:0 5px;background:#ef4444;border-radius:9px;border:2px solid #fff;font-size:.65rem;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;line-height:1;animation:navbar-badge-pulse 2s ease-in-out infinite}@keyframes navbar-badge-pulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 rgba(239,68,68,.4)}50%{transform:scale(1.1);box-shadow:0 0 0 5px rgba(239,68,68,0)}}.card{border:1px solid #e2e8f0!important;border-radius:.75rem!important;box-shadow:0 1px 3px rgba(0,0,0,.06)!important}.stat-card-primary{background:linear-gradient(135deg,#3c50e0,#2a3abf)}.stat-card-success{background:linear-gradient(135deg,#16a34a,#15803d)}.stat-card-warning{background:linear-gradient(135deg,#d97706,#b45309)}.stat-card-danger{background:linear-gradient(135deg,#dc2626,#b91c1c)}.table thead th{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f8fafc;border-bottom-width:1px}::-webkit-scrollbar{width:5px;height:5px;width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.landing-hero{background:linear-gradient(135deg,#eff6ff,#f0fdf4);border-bottom:1px solid #e2e8f0}.landing-store-card{transition:transform .18s ease,box-shadow .18s ease;border:1px solid #e5e7eb;overflow:hidden}.landing-store-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)!important}.landing-store-banner{height:160px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden}.landing-store-banner-img{width:100%;height:100%;object-fit:cover;display:block}.landing-clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.footer-link:hover{color:#fff!important}