@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.admin-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);min-height:100vh;display:grid}.sidebar{min-height:100vh;padding:var(--space-6) var(--space-4);background:var(--color-surface);border-right:1px solid var(--color-border);flex-direction:column;display:flex;position:sticky;top:0}.brand-lockup{align-items:center;gap:var(--space-3);padding:0 var(--space-2) var(--space-6);display:flex}.brand-logo{object-fit:contain;width:42px;height:42px;display:block}.brand-caption{color:var(--color-text-muted);letter-spacing:.08em;font-size:13px;font-weight:800}.main-nav{gap:var(--space-1);display:grid}.nav-item{align-items:center;gap:var(--space-3);min-height:50px;padding:0 var(--space-3);color:var(--color-text-muted);border-radius:var(--radius-sm);font-size:15px;font-weight:700;transition:background .18s,color .18s;display:flex}.nav-item:hover{color:var(--color-text);background:var(--color-surface-muted)}.nav-item--active{color:var(--color-primary);background:var(--color-primary-soft)}.nav-icon{place-items:center;width:24px;font-size:20px;font-weight:500;display:grid}.sidebar-footer{gap:var(--space-3);margin-top:auto;display:grid}.connection-pill{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);color:var(--color-text-muted);background:var(--color-background);border-radius:var(--radius-pill);font-size:14px;font-weight:700;display:flex}.connection-pill--connected{color:var(--color-success);background:var(--color-success-soft)}.connection-pill--connecting,.connection-pill--reconnecting{color:var(--color-warning);background:var(--color-warning-soft)}.connection-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.logout-button,.mobile-logout{color:var(--color-text-muted);text-align:left;background:0 0;border:0;padding:0;font-size:13px;font-weight:700}.logout-button:hover,.mobile-logout:hover{color:var(--color-primary)}.mobile-topbar{display:none}.mobile-menu-button{background:var(--color-surface-muted);border-radius:var(--radius-sm);border:0;width:42px;height:42px;padding:9px;display:none}.mobile-menu-button span{background:var(--color-text);border-radius:2px;height:2px;margin:4px 0;display:block}.mobile-menu-layer{z-index:20;display:flex;position:fixed;inset:0}.mobile-menu-overlay{background:#20222561;border:0;width:100%;height:100%;position:absolute;inset:0}.mobile-drawer{z-index:1;width:min(86vw,340px);height:100%;padding:var(--space-5);background:var(--color-surface);box-shadow:var(--shadow-floating);flex-direction:column;display:flex;position:relative}.mobile-drawer-header{margin-bottom:var(--space-5);justify-content:space-between;align-items:center;font-size:20px;display:flex}.mobile-drawer-header button{width:38px;height:38px;color:var(--color-text-muted);background:var(--color-surface-muted);border:0;border-radius:50%;font-size:25px}.mobile-drawer-brand{align-items:center;gap:var(--space-3);margin-bottom:var(--space-6);padding-bottom:var(--space-5);border-bottom:1px solid var(--color-border);display:flex}.mobile-drawer-brand img{object-fit:contain;mix-blend-mode:multiply;border-radius:8px;width:48px;height:48px}.mobile-drawer-brand div{gap:3px;display:grid}.mobile-drawer-brand strong{font-size:17px}.mobile-drawer-brand span{color:var(--color-text-muted);font-size:13px}.mobile-nav{gap:var(--space-1);display:grid}.mobile-drawer-footer{gap:var(--space-4);margin-top:auto;display:grid}.mobile-menu-enter-active,.mobile-menu-leave-active{transition:opacity .18s}.mobile-menu-enter-active .mobile-drawer,.mobile-menu-leave-active .mobile-drawer{transition:transform .18s ease-out}.mobile-menu-enter-from,.mobile-menu-leave-to{opacity:0}.mobile-menu-enter-from .mobile-drawer,.mobile-menu-leave-to .mobile-drawer{transform:translate(-100%)}@media (width<=760px){.admin-shell{display:block}.sidebar{display:none}.mobile-topbar{z-index:8;height:68px;padding:0 var(--space-4);background:var(--color-surface);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.mobile-menu-button{display:block}.mobile-brand{align-items:center;gap:var(--space-2);min-width:0;color:var(--color-text);letter-spacing:.08em;font-size:12px;font-weight:800;display:flex}.mobile-brand img{object-fit:contain;flex:none;width:34px;height:34px}.mobile-brand span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mobile-logout{font-size:22px}}:root{--color-background:#f6f7f8;--color-surface:#fff;--color-surface-muted:#eef0f2;--color-primary:#c62828;--color-primary-strong:#a61f1f;--color-primary-soft:#fbeaea;--color-text:#202225;--color-text-muted:#6b7280;--color-border:#e5e7eb;--color-success:#2cb632;--color-success-soft:#e8f5e9;--color-warning:#9a6500;--color-warning-soft:#fff3e0;--color-danger:#b42318;--color-danger-soft:#fef3f2;--color-white:#fff;--color-white-soft:#ffffff2e;--color-white-muted:#ffffff59;--color-white-copy:#ffffffc7;--color-input-placeholder:#a4a8ae;--shadow-card:0 10px 30px #2022250f;--shadow-floating:0 18px 45px #2022251f;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-pill:999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--sidebar-width:264px;color:var(--color-text);background:var(--color-background);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Inter,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#app{min-height:100%}html{scrollbar-gutter:stable}body{background:var(--color-background);min-width:320px;margin:0;font-size:16px;overflow-x:hidden}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid color-mix(in srgb, var(--color-primary) 28%, transparent);outline-offset:2px}a{color:inherit;text-decoration:none}.vue-notification-group{width:min(400px,100vw - 32px);z-index:1000!important;top:24px!important;right:24px!important}.vue-notification{color:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-floating);border:0;margin:0 0 12px;padding:16px 18px;font-family:inherit;font-size:15px;line-height:1.4}.vue-notification.success{background:var(--color-success)}.vue-notification.error{background:var(--color-danger)}.vue-notification.warn{color:var(--color-white);background:var(--color-warning)}.vue-notification .notification-title{color:var(--color-white);margin-bottom:4px;font-size:15px;font-weight:800}.page-shell{min-width:0;min-height:100vh}.page-content{min-width:0;overflow:clip}.content-container{width:min(100% - 48px,1280px);margin:0 auto}.eyebrow{margin:0 0 var(--space-2);color:var(--color-primary);letter-spacing:.12em;text-transform:uppercase;font-size:13px;font-weight:800}.page-title{color:var(--color-text);letter-spacing:-.04em;margin:0;font-size:clamp(32px,3vw,44px);line-height:1.1}.page-subtitle{margin:var(--space-2) 0 0;color:var(--color-text-muted);font-size:16px;line-height:1.5}.muted{color:var(--color-text-muted)}@media (width<=860px){.content-container{width:min(100% - 32px,720px)}}@media (width<=560px){.content-container{width:min(100% - 24px,480px)}.page-title{font-size:32px}.page-subtitle{font-size:15px}.eyebrow{font-size:12px}}@media (width<=760px){.page-content{overflow:visible}.content-container{width:min(100% - 32px,680px)}.modal-backdrop{overflow:hidden}.editor-header{flex:none}.editor-header h2{max-width:calc(100vw - 112px);font-size:24px;line-height:1.2}.editor-header__actions{justify-content:flex-end;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.editor-header__actions .primary-button{min-height:42px;padding-inline:var(--space-4)}.editor-footer{gap:var(--space-3)}.editor-footer button{min-height:46px}.primary-button,.outline-button,.edit-button,.danger-button{min-height:44px}.search-field{min-width:0}.filter-chips,.brand-tabs,.entity-tabs{scrollbar-width:thin;max-width:100%;padding-bottom:2px;overflow-x:auto}.filter-chip,.brand-tab,.entity-tab{white-space:nowrap;flex:none}}@media (width<=560px){.content-container{width:calc(100% - 24px)}.page-title{font-size:30px}.modal-backdrop{align-items:flex-end}.user-drawer,.orders-drawer,.order-details-drawer,.editor-drawer{border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-height:100dvh}.editor-header{gap:var(--space-3);padding:var(--space-4)}.editor-header h2{max-width:calc(100vw - 88px);font-size:22px}.editor-header .close-button{flex:none;width:40px;height:40px}.editor-header__actions{justify-content:stretch;width:100%}.editor-header__actions>*{flex:1}.detail-section,.detail-card,.order-details-body,.orders-drawer-body,.user-drawer-body{min-width:0}.stats-grid,.order-facts{grid-template-columns:1fr}.order-details-heading{flex-direction:column}.orders-error,.users-error,.dashboard-error{flex-direction:column;align-items:flex-start}.orders-error button,.users-error button,.dashboard-error button{padding:0}}
