@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";.seller-footer{--footer-bg:#fff9f1e0;--footer-ink:#362061;--footer-muted:#786d89;--footer-border:#3620611a;--footer-hover:#6b4dd1;border-top:1px solid var(--footer-border);background:var(--footer-bg);width:100%;color:var(--footer-ink);-webkit-backdrop-filter:blur(14px);flex:none}.seller-footer-inner{grid-template-columns:minmax(190px,1fr) auto minmax(280px,1fr);align-items:center;gap:24px;width:100%;max-width:1600px;min-height:56px;margin:0 auto;padding:14px 15px;display:grid}.footer-brand,.footer-links,.footer-platform-meta,.footer-status,.footer-sync,.footer-version{align-items:center;display:flex}.footer-brand{gap:10px;min-width:0}.footer-brand-logo{object-fit:contain;object-position:left center;flex:none;width:105px;height:28px;display:block}.footer-brand>div{flex-direction:column;min-width:0;display:flex}.footer-brand>div span{color:var(--footer-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:8px;overflow:hidden}.footer-links{justify-content:center;gap:3px}.footer-links a{color:var(--footer-muted);border-radius:8px;align-items:center;gap:5px;padding:7px 8px;font-size:9px;font-weight:600;text-decoration:none;transition:background .15s,color .15s,transform .15s;display:flex}.footer-links a:hover{color:var(--footer-hover);background:#e1c3ff59;transform:translateY(-1px)}.footer-links a:focus-visible{outline-offset:1px;outline:3px solid #6b4dd133}.footer-platform-meta{color:var(--footer-muted);white-space:nowrap;justify-content:flex-end;gap:8px;font-size:8px}.footer-version,.footer-status,.footer-sync{gap:5px}.footer-version{border:1px solid var(--footer-border);color:#6b4dd1;background:#ffffffb3;border-radius:7px;padding:4px 7px;font-weight:750}.footer-status{color:#5c4800;background:#f4cf4338;border-radius:7px;padding:4px 7px;font-weight:700}.footer-status-dot{background:#f4cf43;border-radius:50%;width:6px;height:6px;position:relative;box-shadow:0 0 0 3px #f4cf432e}.footer-status-dot:after{border-radius:inherit;content:"";border:1px solid #f4cf437a;animation:2.4s ease-out infinite footer-status-pulse;position:absolute;inset:-3px}@keyframes footer-status-pulse{0%,45%{opacity:0;transform:scale(.7)}60%{opacity:1}to{opacity:0;transform:scale(1.7)}}.footer-sync{color:#8c9690}@media (width<=1280px){.seller-footer-inner{grid-template-columns:1fr auto}.footer-links{border-top:1px solid var(--footer-border);grid-area:2/1/auto/-1;justify-content:flex-start;padding-top:8px}}@media (width<=720px){.seller-footer-inner{flex-direction:column;align-items:flex-start;gap:14px;padding:20px 18px;display:flex}.footer-links{border-top:1px solid var(--footer-border);border-bottom:1px solid var(--footer-border);flex-wrap:wrap;justify-content:flex-start;width:100%;padding:9px 0}.footer-platform-meta{white-space:normal;flex-wrap:wrap;justify-content:flex-start}}@media (width<=420px){.footer-links a{width:calc(50% - 2px);padding-inline:4px}.footer-sync{width:100%}}@media (prefers-reduced-motion:reduce){.footer-status-dot:after{animation:none}.footer-links a{transition-duration:.01ms}}.seller-navbar{--nav-ink:#362061;--nav-muted:#746a86;--nav-border:#3620611f;--nav-accent:#6b4dd1;--nav-accent-dark:#362061;z-index:50;border-bottom:1px solid var(--nav-border);height:80px;color:var(--nav-ink);-webkit-backdrop-filter:blur(20px)saturate(160%);background:#ffffffdb;position:sticky;top:0;box-shadow:0 10px 30px #3620610d}.navbar-inner{box-sizing:border-box;align-items:center;gap:24px;width:100%;max-width:1600px;height:100%;margin:0 auto;padding:0 28px;display:flex;position:relative}.navbar-brand,.navbar-actions,.seller-logo,.store-switcher,.seller-profile,.add-product-button{align-items:center;display:flex}.navbar-brand{flex:none;gap:12px}.nav-icon-button{color:#746a86;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;flex:none;place-items:center;width:40px;height:40px;padding:0;transition:background .16s,border-color .16s,color .16s,transform .16s;display:grid;position:relative}.nav-icon-button:hover,.nav-icon-button.is-active{border-color:var(--nav-border);color:var(--nav-accent);background:#fff9f1;transform:translateY(-1px)}.nav-icon-button:focus-visible,.store-switcher:focus-visible,.seller-profile:focus-visible,.add-product-button:focus-visible,.seller-logo:focus-visible{outline-offset:2px;outline:3px solid #6b4dd133}.seller-logo{color:var(--nav-ink);text-decoration:none}.seller-logo img{object-fit:contain;width:150px;height:34px;display:block}.global-search{color:#87918b;background:#fff9f1eb;border:1px solid #e2e7e4;border-radius:13px;flex:480px;align-items:center;min-width:220px;max-width:560px;height:44px;margin:0 auto;padding:0 12px 0 15px;transition:border-color .16s,background .16s,box-shadow .16s;display:flex;box-shadow:inset 0 1px 2px #13251b05}.global-search:focus-within{background:#fff;border-color:#6b4dd16b;box-shadow:0 0 0 4px #6b4dd117,0 8px 24px #36206112}.global-search input,.mobile-search input{width:100%;min-width:0;color:var(--nav-ink);font:inherit;background:0 0;border:0;outline:0;padding:0 11px;font-size:13px}.global-search input::placeholder,.mobile-search input::placeholder{color:#929b96}.global-search input::-webkit-search-cancel-button{display:none}.mobile-search input::-webkit-search-cancel-button{display:none}.global-search kbd{color:#8b948f;background:#fff;border:1px solid #dfe5e1;border-bottom-width:2px;border-radius:6px;flex:none;padding:3px 7px;font-family:inherit;font-size:10px}.navbar-actions{flex:none;gap:5px}.notification-badge{box-sizing:border-box;color:#fff;background:#e24d4d;border:2px solid #fff;border-radius:10px;place-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:800;display:grid;position:absolute;top:3px;right:2px}.add-product-button{background:var(--nav-accent);color:#fff;cursor:pointer;height:40px;font:inherit;border:0;border-radius:11px;justify-content:center;gap:7px;margin-left:5px;padding:0 15px;font-size:12px;font-weight:700;transition:background .16s,box-shadow .16s,transform .16s;box-shadow:0 7px 18px #6b4dd138}.add-product-button:hover{background:var(--nav-accent-dark);transform:translateY(-1px);box-shadow:0 9px 22px #36206140}.navbar-divider{background:var(--nav-border);width:1px;height:28px;margin:0 7px}.navbar-menu-wrap{position:relative}.store-switcher,.seller-profile{height:48px;color:var(--nav-ink);cursor:pointer;font:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;gap:9px;padding:0 8px;transition:background .16s,border-color .16s}.store-switcher:hover,.store-switcher.is-active,.seller-profile:hover,.seller-profile.is-active{border-color:var(--nav-border);background:#fff9f1}.store-icon{width:32px;height:32px;color:var(--nav-accent);background:#e1c3ff73;border-radius:9px;place-items:center;display:grid}.store-copy,.profile-copy{flex-direction:column;min-width:0;display:flex}.store-copy small,.profile-copy small{color:#859089;font-size:9px;line-height:1.25}.store-copy strong,.profile-copy strong{max-width:104px;color:var(--nav-ink);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;line-height:1.45;overflow:hidden}.profile-copy small{color:var(--nav-accent);align-items:center;gap:3px;display:flex}.profile-avatar{color:#fff;background:linear-gradient(145deg,#6b4dd1,#362061);border:2px solid #fff;border-radius:11px;flex:none;place-items:center;width:36px;height:36px;font-size:11px;font-weight:800;display:grid;position:relative;box-shadow:0 0 0 1px #e1c3ff}.online-indicator{background:#f4cf43;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;bottom:-2px;right:-2px}.navbar-dropdown{background:#fffffffa;border:1px solid #192c211a;border-radius:16px;animation:.16s ease-out menu-enter;position:absolute;top:calc(100% + 14px);right:0;overflow:hidden;box-shadow:0 20px 55px #36206129,0 3px 12px #3620610f}@keyframes menu-enter{0%{opacity:0;transform:translateY(-5px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.notification-panel{width:min(380px,100vw - 32px)}.store-panel{width:288px}.profile-panel{width:280px}.dropdown-heading{border-bottom:1px solid #edf0ee;justify-content:space-between;align-items:center;padding:18px 18px 14px;display:flex}.dropdown-heading.compact{padding-bottom:16px}.dropdown-heading h2{color:var(--nav-ink);margin:2px 0 0;font-size:15px;font-weight:750}.eyebrow{color:#95a099;letter-spacing:1.1px;text-transform:uppercase;font-size:9px;font-weight:800;display:block}.dropdown-heading>button{color:var(--nav-accent);cursor:pointer;font:inherit;background:0 0;border:0;padding:5px;font-size:10px;font-weight:700}.notification-item{width:100%;color:var(--nav-ink);cursor:pointer;font:inherit;text-align:left;background:#fff;border:0;border-bottom:1px solid #f0f2f1;align-items:flex-start;gap:12px;padding:14px 18px;transition:background .14s;display:flex}.notification-item:hover{background:#fff9f1}.notification-icon{width:36px;height:36px;color:var(--nav-accent);background:#e1c3ff73;border-radius:10px;flex:none;place-items:center;display:grid}.notification-copy{flex-direction:column;flex:1;min-width:0;display:flex}.notification-copy strong{font-size:11px;font-weight:750}.notification-copy span{color:#707a74;margin-top:2px;font-size:10px;line-height:1.45}.notification-copy small{color:#a0a8a3;margin-top:5px;font-size:9px}.unread-dot{background:var(--nav-accent);border-radius:50%;flex:none;width:7px;height:7px;margin-top:5px;box-shadow:0 0 0 3px #6b4dd11f}.dropdown-footer-action{width:100%;color:var(--nav-accent);cursor:pointer;font:inherit;background:#fff9f1;border:0;justify-content:center;align-items:center;gap:6px;padding:13px;font-size:10px;font-weight:750;display:flex}.store-list{padding:7px}.store-list button{width:100%;color:var(--nav-ink);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:9px;display:flex}.store-list button:hover,.store-list button.selected{background:#e1c3ff47}.store-list button>span:nth-child(2){flex-direction:column;flex:1;display:flex}.store-list strong{font-size:11px}.store-list small{color:#8a948e;font-size:9px}.store-avatar{color:#362061;background:#fff9f1;border-radius:9px;place-items:center;width:34px;height:34px;font-size:9px;font-weight:800;display:grid}.selected-check{color:var(--nav-accent);font-size:12px;font-weight:800}.profile-card{background:linear-gradient(145deg,#fff,#fff9f1);border-bottom:1px solid #edf0ee;gap:12px;padding:18px;display:flex}.profile-avatar-large{border-radius:13px;width:44px;height:44px}.profile-card>div{flex-direction:column;min-width:0;display:flex}.profile-card strong{font-size:12px}.profile-card span{color:#7e8882;text-overflow:ellipsis;font-size:9px;overflow:hidden}.profile-card small{color:var(--nav-accent);align-items:center;gap:3px;margin-top:4px;font-size:9px;font-weight:700;display:flex}.profile-menu{padding:7px}.profile-menu button,.sign-out-button{color:#526058;cursor:pointer;width:100%;font:inherit;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;padding:10px 11px;font-size:10px;font-weight:650;display:flex}.profile-menu button:hover{color:var(--nav-ink);background:#fff9f1}.sign-out-button{color:#bc4848;border-top:1px solid #edf0ee;border-radius:0;padding:13px 18px}.mobile-search-button,.mobile-search{display:none}@media (width<=1240px){.navbar-inner{gap:16px;padding:0 20px}.profile-copy,.store-copy{display:none}.store-switcher,.seller-profile{gap:5px}.store-switcher>svg,.seller-profile>svg{display:none}}@media (width<=900px){.seller-navbar{height:72px}.global-search{display:none}.navbar-actions{margin-left:auto}.mobile-search-button{display:grid}.mobile-search{border:1px solid var(--nav-border);color:#87918b;background:#fff;border-radius:13px;align-items:center;height:46px;padding:0 14px;animation:.16s ease-out menu-enter;display:flex;position:absolute;top:calc(100% + 9px);left:16px;right:16px;box-shadow:0 15px 35px #36206129}.support-button,.navbar-divider{display:none}}@media (width<=640px){.navbar-inner{gap:8px;padding:0 14px}.navbar-brand{gap:6px}.seller-logo{display:none}.navbar-actions{gap:2px}.add-product-button{width:40px;padding:0}.add-product-button span,.store-menu-wrap{display:none}.seller-profile{padding:0 3px}.seller-profile>svg{display:none}.profile-avatar{width:34px;height:34px}.notification-panel{width:auto;position:fixed;top:80px;left:12px;right:12px}}@media (prefers-reduced-motion:reduce){.seller-navbar *,.seller-navbar :before,.seller-navbar :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.seller-sidebar{--sidebar-width:310px;--sidebar-accent:#6b4dd1;--sidebar-ink:#362061;--sidebar-muted:#786d89;z-index:70;width:var(--sidebar-width);height:100dvh;color:var(--sidebar-ink);background:#fff9f1b8;border-right:1px solid #3620611a;flex-direction:column;transition:width .22s cubic-bezier(.4,0,.2,1),transform .22s;display:flex;position:fixed;inset:0 auto 0 0;box-shadow:8px 0 30px #3620610d}.seller-sidebar.is-collapsed{--sidebar-width:80px}.sidebar-brand{border-bottom:1px solid #36206117;flex:0 0 80px;justify-content:space-between;align-items:center;padding:0 20px;display:flex}.sidebar-logo{min-width:0;color:inherit;align-items:center;text-decoration:none;display:flex}.sidebar-store-copy{flex-direction:column;min-width:0;display:flex}.sidebar-logo img{object-fit:contain;object-position:left center;width:190px;max-width:100%;height:43px;transition:width .22s;display:block}.sidebar-mobile-close{color:#362061;background:#fff9f1;border:0;border-radius:10px;place-items:center;width:36px;height:36px;padding:0;display:none}.sidebar-store-card{background:#fff;border:1px solid #3620611f;border-radius:13px;flex:none;align-items:center;gap:10px;margin:14px 12px 10px;padding:11px;display:flex;box-shadow:0 5px 16px #3620610d}.sidebar-store-avatar{width:34px;height:34px;color:var(--sidebar-accent);background:#e1c3ff7a;border-radius:10px;flex:0 0 34px;place-items:center;font-size:10px;font-weight:800;display:grid}.sidebar-store-copy{flex:1}.sidebar-store-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;overflow:hidden}.sidebar-store-copy small{color:var(--sidebar-accent);align-items:center;gap:3px;margin-top:2px;font-size:11px;font-weight:700;display:flex}.store-card-arrow{color:#9ba49f}.sidebar-collapse-button{z-index:2;color:#69746d;cursor:pointer;background:#fff;border:1px solid #36206126;border-radius:9px;place-items:center;width:26px;height:26px;padding:0;transition:color .15s,transform .15s;display:grid;position:absolute;top:96px;right:-13px;box-shadow:0 4px 12px #3620611f}.sidebar-collapse-button:hover{color:var(--sidebar-accent);transform:scale(1.05)}.sidebar-scroll-region{scrollbar-color:#d9e0dc transparent;scrollbar-width:thin;flex:1;min-height:0;padding:4px 14px 18px;overflow:hidden auto}.sidebar-scroll-region::-webkit-scrollbar{width:5px}.sidebar-scroll-region::-webkit-scrollbar-thumb{background:#d9e0dc;border-radius:8px}.sidebar-search{color:#87918b;background:#fff9f1;border:1px solid #3620611f;border-radius:11px;align-items:center;height:44px;margin-bottom:12px;padding:0 11px;transition:border-color .15s,box-shadow .15s;display:flex;position:relative}.sidebar-search:focus-within{background:#fff;border-color:#6b4dd166;box-shadow:0 0 0 3px #6b4dd117}.sidebar-search input{width:100%;min-width:0;color:var(--sidebar-ink);background:0 0;border:0;outline:0;padding:0 8px;font-size:13px}.sidebar-search input::placeholder{color:#9aa39e}.sidebar-search input::-webkit-search-cancel-button{display:none}.sidebar-search>button{color:#8b958f;cursor:pointer;background:0 0;border:0;place-items:center;padding:3px;display:grid}.sidebar-navigation{flex-direction:column;gap:6px;display:flex}.sidebar-nav-section{min-width:0}.sidebar-section-button{color:#59655e;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;width:100%;min-height:46px;padding:0 12px;font-size:13px;font-weight:750;transition:background .15s,color .15s;display:flex;position:relative}.sidebar-section-button>svg:first-child{flex:none;width:19px;height:19px}.sidebar-section-button>span:first-of-type{flex:1}.sidebar-section-button:hover,.sidebar-section-button.has-active-item{color:#362061;background:#e1c3ff47}.sidebar-section-button.has-active-item{color:var(--sidebar-accent)}.section-chevron{color:#98a19c;transition:transform .18s}.section-chevron.is-open{transform:rotate(180deg)}.sidebar-submenu{grid-template-rows:0fr;transition:grid-template-rows .2s;display:grid}.sidebar-submenu.is-open{grid-template-rows:1fr}.sidebar-submenu>div{overflow:hidden}.sidebar-submenu-item{color:#758078;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:11px;width:100%;min-height:42px;margin:3px 0;padding:0 10px 0 32px;font-size:12px;font-weight:650;transition:background .15s,color .15s,transform .15s;display:flex;position:relative}.sidebar-submenu-item:before{content:"";background:0 0;border-radius:4px;width:3px;position:absolute;top:9px;bottom:9px;left:5px}.sidebar-submenu-item:hover{color:#362061;background:#fff9f1;transform:translate(2px)}.sidebar-submenu-item.is-active{color:var(--sidebar-accent);background:#e1c3ff6b;font-weight:750}.sidebar-submenu-item.is-active:before{background:var(--sidebar-accent)}.sidebar-submenu-item.is-danger{color:#b45454}.sidebar-submenu-item>span{flex:1;line-height:1.25}.sidebar-submenu-item small{color:#6b4dd1;text-align:center;background:#e1c3ff73;border-radius:10px;min-width:24px;padding:3px 7px;font-size:10px;font-weight:800}.sidebar-submenu-item small.is-warning{color:#725b00;background:#f4cf4340}.sidebar-submenu-item small.is-danger{color:#bd4b4b;background:#fde8e8}.sidebar-empty-state{color:#9aa39e;text-align:center;flex-direction:column;align-items:center;padding:32px 12px;display:flex}.sidebar-empty-state strong{color:#69746d;margin-top:10px;font-size:11px}.sidebar-empty-state span{margin-top:3px;font-size:9px}.sidebar-footer{border-top:1px solid #36206117;flex:none;padding:10px 12px 12px}.store-health-card{background:#fff9f1;border-radius:12px;padding:10px 11px;position:relative}.store-health-heading{align-items:center;gap:8px;display:flex}.health-icon{width:30px;height:30px;color:var(--sidebar-accent);background:#e1c3ff80;border-radius:9px;place-items:center;display:grid}.store-health-heading>span:nth-child(2){flex-direction:column;flex:1;display:flex}.store-health-heading strong{font-size:12px}.store-health-heading small{color:#6b4dd1;font-size:10px;font-weight:700}.store-health-heading em{color:var(--sidebar-accent);font-size:12px;font-style:normal;font-weight:800}.health-progress{background:#e1c3ff;border-radius:5px;height:4px;margin-top:8px;overflow:hidden}.health-progress span{border-radius:inherit;background:linear-gradient(90deg,#6b4dd1,#f4cf43);width:96%;height:100%;display:block}.sidebar-quick-links{margin-top:5px}.sidebar-quick-links button{color:#77827b;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;width:100%;height:40px;padding:0 10px;font-size:12px;font-weight:700;display:flex;position:relative}.sidebar-quick-links button:hover{color:#362061;background:#fff9f1}.sidebar-tooltip{z-index:100;color:#fff;pointer-events:none;opacity:0;white-space:nowrap;background:#362061;border-radius:7px;width:max-content;max-width:190px;padding:7px 9px;font-size:11px;font-weight:650;transition:opacity .13s,transform .13s;position:absolute;top:50%;left:calc(100% + 14px);transform:translate(4px,-50%);box-shadow:0 7px 18px #36206138}.sidebar-tooltip:before{content:"";border:5px solid #0000;border-right-color:#362061;position:absolute;top:50%;right:100%;transform:translateY(-50%)}.seller-sidebar:not(.is-collapsed) .sidebar-tooltip,.seller-sidebar.is-collapsed .sidebar-store-copy,.seller-sidebar.is-collapsed .store-card-arrow,.seller-sidebar.is-collapsed .sidebar-section-button>span:first-of-type,.seller-sidebar.is-collapsed .section-chevron,.seller-sidebar.is-collapsed .sidebar-search input,.seller-sidebar.is-collapsed .sidebar-search>button,.seller-sidebar.is-collapsed .sidebar-submenu,.seller-sidebar.is-collapsed .store-health-heading>span:nth-child(2),.seller-sidebar.is-collapsed .store-health-heading em,.seller-sidebar.is-collapsed .health-progress,.seller-sidebar.is-collapsed .sidebar-quick-links button>span:not(.sidebar-tooltip){display:none}.seller-sidebar.is-collapsed .sidebar-brand{justify-content:center;padding:0}.seller-sidebar.is-collapsed .sidebar-logo{width:52px;overflow:hidden}.seller-sidebar.is-collapsed .sidebar-logo img{object-fit:contain;object-position:left center;width:190px;max-width:none;height:44px}.seller-sidebar.is-collapsed .sidebar-store-card{justify-content:center;margin-inline:12px;padding-inline:0}.seller-sidebar.is-collapsed .sidebar-scroll-region{padding-inline:12px;overflow:visible}.seller-sidebar.is-collapsed .sidebar-search,.seller-sidebar.is-collapsed .sidebar-section-button,.seller-sidebar.is-collapsed .sidebar-quick-links button{justify-content:center;padding:0}.seller-sidebar.is-collapsed .sidebar-nav-section,.seller-sidebar.is-collapsed .sidebar-search,.seller-sidebar.is-collapsed .store-health-card,.seller-sidebar.is-collapsed .sidebar-quick-links button{position:relative}.seller-sidebar.is-collapsed .sidebar-section-button:hover .sidebar-tooltip,.seller-sidebar.is-collapsed .sidebar-search:hover .sidebar-tooltip,.seller-sidebar.is-collapsed .store-health-card:hover .sidebar-tooltip,.seller-sidebar.is-collapsed .sidebar-quick-links button:hover .sidebar-tooltip{opacity:1;transform:translateY(-50%)}.seller-sidebar.is-collapsed .store-health-card{place-items:center;padding:9px 0;display:grid}.seller-sidebar.is-collapsed .store-health-heading{display:block}.seller-sidebar.is-collapsed .sidebar-footer{padding-inline:12px}.sidebar-scrim{z-index:65;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#3620616b;border:0;transition:opacity .2s;display:none;position:fixed;inset:0}@media (width<=900px){.seller-sidebar,.seller-sidebar.is-collapsed{--sidebar-width:min(300px, calc(100vw - 48px));transform:translate(-105%)}.seller-sidebar.is-mobile-open{transform:translate(0)}.seller-sidebar.is-collapsed .sidebar-logo{width:auto;overflow:visible}.seller-sidebar.is-collapsed .sidebar-logo img{width:190px}.seller-sidebar.is-collapsed .sidebar-store-copy,.seller-sidebar.is-collapsed .store-card-arrow,.seller-sidebar.is-collapsed .sidebar-section-button>span:first-of-type,.seller-sidebar.is-collapsed .section-chevron,.seller-sidebar.is-collapsed .sidebar-search input,.seller-sidebar.is-collapsed .sidebar-submenu,.seller-sidebar.is-collapsed .store-health-heading>span:nth-child(2),.seller-sidebar.is-collapsed .store-health-heading em,.seller-sidebar.is-collapsed .health-progress,.seller-sidebar.is-collapsed .sidebar-quick-links button>span:not(.sidebar-tooltip){display:flex}.seller-sidebar.is-collapsed .sidebar-brand,.seller-sidebar.is-collapsed .sidebar-store-card,.seller-sidebar.is-collapsed .sidebar-search,.seller-sidebar.is-collapsed .sidebar-section-button,.seller-sidebar.is-collapsed .sidebar-quick-links button{justify-content:initial;padding-inline:11px}.seller-sidebar.is-collapsed .sidebar-brand{justify-content:space-between;padding-inline:20px}.seller-sidebar.is-collapsed .sidebar-store-card{margin-inline:12px}.seller-sidebar.is-collapsed .sidebar-scroll-region{overflow:hidden auto}.seller-sidebar.is-collapsed .sidebar-submenu{display:grid}.seller-sidebar.is-collapsed .store-health-card{padding:10px 11px;display:block}.seller-sidebar.is-collapsed .store-health-heading{display:flex}.sidebar-collapse-button{display:none}.sidebar-mobile-close{display:grid}.sidebar-tooltip{display:none!important}.sidebar-scrim{display:block}.sidebar-scrim.is-visible{opacity:1;pointer-events:auto}}@media (prefers-reduced-motion:reduce){.seller-sidebar,.seller-sidebar *{scroll-behavior:auto!important;transition-duration:.01ms!important}}.seller-layout{--seller-sidebar-width:280px;--layout-bg:#fff;--layout-surface:#fff;--layout-ink:#362061;--layout-muted:#786d89;--layout-border:#3620611a;--layout-accent:#6b4dd1;background:var(--layout-bg);width:100%;height:100dvh;color:var(--layout-ink);overflow:hidden}.seller-layout.sidebar-is-collapsed{--seller-sidebar-width:80px}.seller-layout-main{min-width:0;height:100dvh;margin-left:var(--seller-sidebar-width);flex-direction:column;transition:margin-left .22s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.seller-layout-main>.seller-navbar{flex:none;position:relative;top:auto}.seller-workspace-scroll{overscroll-behavior:contain;scroll-behavior:smooth;scrollbar-color:#e1c3ff transparent;scrollbar-width:thin;background:#fff;flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden auto}.seller-workspace-scroll::-webkit-scrollbar{width:7px}.seller-workspace-scroll::-webkit-scrollbar-track{background:0 0}.seller-workspace-scroll::-webkit-scrollbar-thumb{background:#e1c3ff padding-box padding-box;border:2px solid #0000;border-radius:10px}.seller-layout-content{flex-direction:column;flex:1 0 auto;min-height:min-content;display:flex}.seller-content-container{width:min(1380px,100% - 48px);margin:0 auto;padding:32px 0 56px}.seller-page-header{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:28px;display:flex}.seller-page-heading{min-width:0}.seller-breadcrumbs{flex-wrap:wrap;align-items:center;gap:5px;margin-bottom:12px;display:flex}.seller-breadcrumbs>span{color:#a0a9a3;align-items:center;gap:5px;display:flex}.seller-breadcrumbs a{color:#7b867f;font-size:12px;font-weight:650;text-decoration:none;transition:color .15s}.seller-breadcrumbs a[href]:hover{color:var(--layout-accent)}.seller-breadcrumbs>span:last-child a{color:#362061;pointer-events:none}.seller-page-eyebrow{color:var(--layout-accent);letter-spacing:1.1px;text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:800;display:block}.seller-page-header h1{color:var(--layout-ink);letter-spacing:-1.25px;margin:0;font-size:clamp(26px,3vw,36px);font-weight:750;line-height:1.12}.seller-page-header p{max-width:680px;color:var(--layout-muted);margin:8px 0 0;font-size:14px;line-height:1.55}.seller-page-actions{flex:none;align-items:center;gap:8px;display:flex}.page-action-button{cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:7px;height:40px;padding:0 14px;font-size:12px;font-weight:750;transition:background .15s,border-color .15s,box-shadow .15s,transform .15s;display:inline-flex}.page-action-button:hover{transform:translateY(-1px)}.page-action-button.is-secondary{color:#362061;background:#ffffffd1;border:1px solid #36206124}.page-action-button.is-secondary:hover{background:#fff;border-color:#e1c3ff}.page-action-button.is-primary{border:1px solid var(--layout-accent);background:var(--layout-accent);color:#fff;box-shadow:0 7px 18px #6b4dd133}.page-action-button.is-primary:hover{background:#362061;box-shadow:0 9px 22px #3620613d}.page-action-button:focus-visible{outline-offset:2px;outline:3px solid #6b4dd133}.seller-page-transition{animation:.24s ease-out seller-page-enter}@keyframes seller-page-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.dashboard-skeleton{flex-direction:column;gap:16px;display:flex}.skeleton-heading,.skeleton-card,.skeleton-panel{border:1px solid var(--layout-border);background:var(--layout-surface);border-radius:16px;overflow:hidden}.skeleton-heading{background:0 0;border:0;flex-direction:column;gap:9px;width:280px;display:flex}.skeleton-heading span,.skeleton-card span,.skeleton-panel span{background:#e1c3ff6b;border-radius:7px;display:block;position:relative;overflow:hidden}.skeleton-heading span:after,.skeleton-card span:after,.skeleton-panel span:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb8,#0000);animation:1.5s infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.skeleton-heading span:first-child{width:65%;height:24px}.skeleton-heading span:last-child{width:100%;height:11px}.skeleton-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.skeleton-card{flex-direction:column;gap:15px;min-height:130px;padding:22px;display:flex}.skeleton-card span:first-child{width:48%;height:10px}.skeleton-card span:nth-child(2){width:70%;height:27px}.skeleton-card span:nth-child(3){width:55%;height:9px}.skeleton-panel{flex-direction:column;gap:16px;min-height:300px;padding:24px;display:flex}.skeleton-panel span:first-child{width:18%;height:12px}.skeleton-panel span:nth-child(2){width:28%;height:25px}.skeleton-panel span:nth-child(3){width:100%;height:190px;margin-top:14px}@keyframes skeleton-shimmer{to{transform:translate(100%)}}.dashboard-empty-state{text-align:center;background:#ffffff9e;border:1px dashed #e1c3ff;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:48px 24px;display:flex}.empty-state-icon{width:54px;height:54px;color:var(--layout-accent);background:#e1c3ff7a;border-radius:16px;place-items:center;display:grid;box-shadow:0 0 0 7px #6b4dd10f}.dashboard-empty-state h2{color:var(--layout-ink);margin:20px 0 0;font-size:17px}.dashboard-empty-state p{max-width:390px;color:var(--layout-muted);margin:7px 0 0;font-size:11px;line-height:1.55}.dashboard-empty-state button{background:var(--layout-accent);color:#fff;cursor:pointer;border:0;border-radius:10px;align-items:center;gap:7px;height:38px;margin-top:20px;padding:0 13px;font-size:10px;font-weight:750;display:flex}.seller-toast{color:#362061!important;border:1px solid #3620611f!important;border-radius:12px!important;font-size:11px!important;font-weight:650!important;box-shadow:0 14px 38px #36206129!important}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}body.sidebar-drawer-open{overflow:hidden}@media (width<=900px){.seller-layout,.seller-layout.sidebar-is-collapsed{--seller-sidebar-width:0px}.seller-content-container{width:min(100% - 32px,1380px);padding-top:26px}.skeleton-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.seller-page-header{flex-direction:column;align-items:flex-start;gap:18px}.seller-page-actions{width:100%}.seller-page-actions .page-action-button{flex:1}.skeleton-card-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.seller-workspace-scroll{scroll-behavior:auto}.seller-page-transition,.skeleton-heading span:after,.skeleton-card span:after,.skeleton-panel span:after{animation:none}}#root{min-height:100vh}:root{--color-primary:#6b4dd1;--color-deep:#362061;--color-highlight:#f4cf43;--color-lavender:#e1c3ff;--color-cream:#fff9f1;color:var(--color-deep);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:DM Sans,Inter,system-ui,sans-serif}*{box-sizing:border-box}html{min-width:320px;min-height:100%}body{background:#fff;min-width:320px;min-height:100vh;margin:0}button,input{font-family:inherit}
