/* FONEONA Seller — canonical application shell.
   Loaded last so every board shares one header, sidebar and responsive frame. */
:root{
  --shell-sidebar-width:248px;
  --shell-rail-width:72px;
  --shell-header-height:72px;
  --shell-page-x:clamp(24px,2vw,32px);
  --shell-current-sidebar:var(--shell-sidebar-width);
}

html{scrollbar-gutter:stable}
body.workspace-open{--shell-current-sidebar:var(--shell-sidebar-width);min-width:0;background:var(--v2-canvas,#f6f7fb)}
body.workspace-open.sidebar-collapsed{--shell-current-sidebar:var(--shell-rail-width)}
body.workspace-open .app-shell{display:flex!important;width:100%;min-width:0;min-height:100vh}
.sku360-reference-nav,.sku360-reference-topbar{display:none!important}

body.workspace-open .sidebar,
body.workspace-open:has(#products.active) .sidebar,
body.workspace-open.marketing-reference-open .sidebar{
  position:fixed!important;
  inset:0 auto 0 0!important;
  z-index:50!important;
  display:flex!important;
  width:var(--shell-current-sidebar)!important;
  min-width:var(--shell-current-sidebar)!important;
  max-width:var(--shell-current-sidebar)!important;
  padding:20px 12px 14px!important;
  overflow:visible!important;
  border-right:1px solid rgba(255,255,255,.06)!important;
  background:linear-gradient(180deg,#0b1020 0%,#080e19 72%,#070c15 100%)!important;
  color:#f8fafc!important;
  box-shadow:none!important;
  transform:none!important;
  transition:width .22s var(--v2-ease,ease),min-width .22s var(--v2-ease,ease),max-width .22s var(--v2-ease,ease)!important;
}
body.workspace-open .main,
body.workspace-open:has(#products.active) .main,
body.workspace-open.marketing-reference-open .main{
  display:block!important;
  width:calc(100% - var(--shell-current-sidebar))!important;
  min-width:0!important;
  min-height:100vh!important;
  margin-left:var(--shell-current-sidebar)!important;
  transition:width .22s var(--v2-ease,ease),margin-left .22s var(--v2-ease,ease)!important;
}

body.workspace-open .sidebar>.brand{
  display:flex!important;
  min-height:46px!important;
  align-items:center!important;
  gap:11px!important;
  margin:0 0 12px!important;
  padding:0 44px 0 6px!important;
  color:#fff!important;
}
body.workspace-open .sidebar .brand-mark{
  display:grid!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  flex:0 0 40px!important;
  place-items:center!important;
  overflow:hidden!important;
  border-radius:50%!important;
  background:transparent!important;
  box-shadow:0 0 22px rgba(124,92,250,.34)!important;
}
body.workspace-open .sidebar .brand-mark img{display:block;width:100%!important;height:100%!important;object-fit:cover}
body.workspace-open .sidebar .brand-copy{display:block!important;min-width:0!important}
body.workspace-open .sidebar .brand-copy strong{font-size:12px!important;line-height:1.1!important;letter-spacing:.14em!important}
body.workspace-open .sidebar .brand-copy small{margin-top:4px!important;color:#98a2b3!important;font-size:9px!important;line-height:1!important;letter-spacing:.18em!important;text-transform:uppercase!important}

body.workspace-open .sidebar>.nav{
  display:flex!important;
  min-height:0!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:3px!important;
  margin:0!important;
  padding:0 0 10px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  scrollbar-width:none!important;
}
body.workspace-open .sidebar>.nav::-webkit-scrollbar{display:none}
body.workspace-open .sidebar .nav-label{
  display:block!important;
  padding:10px 10px 4px!important;
  color:#667085!important;
  font-size:9px!important;
  font-weight:700!important;
  line-height:1!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
body.workspace-open .sidebar .nav-item{
  display:flex!important;
  width:100%!important;
  min-height:42px!important;
  flex:0 0 auto!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
  padding:0 10px!important;
  border:1px solid transparent!important;
  border-radius:11px!important;
  background:transparent!important;
  color:#b7c0d0!important;
  box-shadow:none!important;
  font:600 12px/1.2 Onest,system-ui,sans-serif!important;
  text-align:left!important;
  transform:none!important;
  transition:background-color .16s ease,border-color .16s ease,color .16s ease!important;
}
body.workspace-open .sidebar .nav-item:hover{background:rgba(255,255,255,.055)!important;color:#f8fafc!important;transform:none!important}
body.workspace-open .sidebar .nav-item.active,
body.workspace-open .sidebar .nav-item[aria-current="page"]{
  border-color:rgba(164,144,255,.15)!important;
  background:rgba(124,92,250,.18)!important;
  color:#fff!important;
  box-shadow:inset 3px 0 0 #8f78ff!important;
}
body.workspace-open .sidebar .nav-icon{
  display:grid!important;
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  flex:0 0 22px!important;
  place-items:center!important;
  margin:0!important;
  border-radius:7px!important;
  background:transparent!important;
  color:#98a2b3!important;
  transform:none!important;
}
body.workspace-open .sidebar .nav-icon svg{width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.75!important;stroke-linecap:round!important;stroke-linejoin:round!important}
body.workspace-open .sidebar .nav-item:hover .nav-icon{color:#d0d5dd!important;background:transparent!important;transform:none!important;filter:none!important}
body.workspace-open .sidebar .nav-item.active .nav-icon{color:#c9bcff!important;background:transparent!important;box-shadow:none!important}
body.workspace-open .sidebar .nav-text{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font:inherit!important;color:inherit!important}
body.workspace-open .sidebar .nav-item>b,
body.workspace-open .sidebar .nav-item>i{
  display:inline-grid!important;
  min-width:22px!important;
  height:22px!important;
  margin-left:auto!important;
  padding:0 6px!important;
  place-items:center!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.08)!important;
  color:#d0d5dd!important;
  box-shadow:none!important;
  font-size:9px!important;
  font-style:normal!important;
}

body.workspace-open .sidebar-toggle{
  position:absolute!important;
  top:15px!important;
  right:12px!important;
  z-index:2!important;
  display:grid!important;
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  min-height:36px!important;
  margin:0!important;
  padding:0!important;
  place-items:center!important;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.045)!important;
  color:#b7c0d0!important;
  box-shadow:none!important;
  transform:none!important;
}
body.workspace-open .sidebar-toggle:hover{border-color:rgba(164,144,255,.32)!important;background:rgba(124,92,250,.13)!important;color:#fff!important;transform:none!important}
body.workspace-open .sidebar-toggle svg{width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.75!important;stroke-linecap:round!important;stroke-linejoin:round!important;transition:transform .2s ease!important}
body.workspace-open .sidebar-mobile-close{display:none!important}

body.workspace-open .sidebar-bottom{display:block!important;margin-top:auto!important;padding:10px 0 0!important;border-top:1px solid rgba(255,255,255,.075)!important}
body.workspace-open .sidebar-account-link{
  display:flex!important;
  width:100%!important;
  min-height:40px!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 0 8px!important;
  padding:0 10px!important;
  border:1px solid transparent!important;
  border-radius:10px!important;
  background:transparent!important;
  color:#b7c0d0!important;
  font:600 11px/1.2 Onest,system-ui,sans-serif!important;
  text-align:left!important;
}
body.workspace-open .sidebar-account-link:hover{border-color:rgba(164,144,255,.17)!important;background:rgba(255,255,255,.05)!important;color:#fff!important}
body.workspace-open .sidebar-account-link svg{width:20px!important;height:20px!important;min-width:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.75!important;stroke-linecap:round!important;stroke-linejoin:round!important}
body.workspace-open .sidebar .profile{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:9px!important;
  margin:0!important;
  padding:6px!important;
  border:0!important;
}
body.workspace-open .sidebar .avatar{display:grid!important;width:36px!important;height:36px!important;min-width:36px!important;place-items:center!important;border-radius:11px!important;background:#282d3c!important;color:#fff!important;font-size:10px!important}
body.workspace-open .sidebar .profile-copy{display:block!important;min-width:0!important}
body.workspace-open .sidebar .profile-copy strong,
body.workspace-open .sidebar .profile-copy small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
body.workspace-open .sidebar .profile-copy strong{font-size:10px!important;color:#f2f4f7!important}
body.workspace-open .sidebar .profile-copy small{margin-top:3px!important;font-size:9px!important;color:#7f8a9d!important}
body.workspace-open .profile-menu-trigger{display:grid!important;width:32px!important;height:32px!important;min-width:32px!important;place-items:center!important;border:0!important;border-radius:9px!important;background:transparent!important;color:#98a2b3!important}
body.workspace-open .profile-menu-trigger:hover{background:rgba(255,255,255,.06)!important;color:#fff!important}
body.workspace-open .profile-menu-trigger svg{width:18px!important;height:18px!important;fill:currentColor!important;stroke:none!important}

body.workspace-open .topbar,
body.workspace-open:has(#products.active) .topbar,
body.workspace-open.marketing-reference-open .topbar{
  position:sticky!important;
  top:0!important;
  z-index:40!important;
  display:flex!important;
  width:100%!important;
  min-width:0!important;
  min-height:var(--shell-header-height)!important;
  height:var(--shell-header-height)!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  padding:0 var(--shell-page-x)!important;
  border-bottom:1px solid #e8eaf2!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:0 1px 0 rgba(16,24,40,.02)!important;
  backdrop-filter:blur(16px) saturate(1.12)!important;
  transform:none!important;
}
body.workspace-open .topbar-left,
body.workspace-open:has(#products.active) .topbar-left{
  display:flex!important;
  min-width:190px!important;
  flex:0 1 auto!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
}
body.workspace-open .topbar-left>div{min-width:0!important}
body.workspace-open .topbar .eyebrow{margin:0 0 4px!important;color:#8b93a3!important;font-size:9px!important;line-height:1!important;letter-spacing:.14em!important}
body.workspace-open .topbar h1{max-width:34vw!important;margin:0!important;overflow:hidden!important;color:#1e2430!important;font-size:22px!important;font-weight:750!important;line-height:1.12!important;letter-spacing:-.035em!important;text-overflow:ellipsis!important;white-space:nowrap!important}
body.workspace-open .topbar-actions,
body.workspace-open:has(#products.active) .topbar-actions{
  display:flex!important;
  min-width:0!important;
  flex:1 1 auto!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
  transform:none!important;
}
body.workspace-open .sync{display:inline-flex!important;min-width:0!important;align-items:center!important;padding:0 14px 0 0!important;border-right:1px solid #e5e7eb!important;color:#667085!important;font-size:10px!important;line-height:1.2!important;white-space:nowrap!important}
body.workspace-open .sync i{width:7px!important;height:7px!important;min-width:7px!important;margin-right:7px!important;border-radius:50%!important;background:#98a2b3!important;box-shadow:0 0 0 4px rgba(152,162,179,.12)!important}
body.workspace-open .sync[data-state="success"] i{background:#12b76a!important;box-shadow:0 0 0 4px rgba(18,183,106,.1)!important}
body.workspace-open .sync[data-state="checking"] i{background:#7c5cfa!important;box-shadow:0 0 0 4px rgba(124,92,250,.11)!important}
body.workspace-open .sync[data-state="warning"] i{background:#f0a429!important;box-shadow:0 0 0 4px rgba(240,164,41,.13)!important}
body.workspace-open .sync[data-state="error"] i{background:#e5484d!important;box-shadow:0 0 0 4px rgba(229,72,77,.12)!important}
body.workspace-open .topbar-command-bar{
  display:flex!important;
  min-width:0!important;
  align-items:center!important;
  gap:0!important;
  min-height:46px!important;
  overflow:visible!important;
  border:1px solid #e4e7ec!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:0 4px 14px rgba(16,24,40,.035)!important;
}
body.workspace-open .topbar-command-bar>button,
body.workspace-open .topbar-command-bar>.notifications-root>button{
  display:inline-flex!important;
  width:auto!important;
  min-width:42px!important;
  min-height:44px!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  margin:0!important;
  padding:0 11px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#667085!important;
  box-shadow:none!important;
  font:650 10px/1 Onest,system-ui,sans-serif!important;
  transform:none!important;
}
body.workspace-open .topbar-command-bar>*+*{border-left:1px solid #eceef2!important}
body.workspace-open .topbar-command-bar button:hover{background:#f8f7ff!important;color:#5f43d2!important;transform:none!important}
body.workspace-open .topbar-command-bar svg{width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.75!important;stroke-linecap:round!important;stroke-linejoin:round!important}
body.workspace-open .topbar-command-bar kbd{margin-left:3px!important;padding:3px 5px!important;border:1px solid #e4e7ec!important;border-radius:6px!important;background:#f9fafb!important;color:#7a8291!important;font:600 9px/1 Onest,system-ui,sans-serif!important}
body.workspace-open .topbar-guide-button>span{display:grid!important;width:18px!important;height:18px!important;place-items:center!important;border:0!important;border-radius:0!important;background:transparent!important}
body.workspace-open .topbar-today-button>b{display:grid!important;min-width:20px!important;height:20px!important;place-items:center!important;border-radius:999px!important;background:#f1edff!important;color:#6e4ef1!important;font-size:9px!important}
body.workspace-open .notifications-root{position:relative!important;display:block!important}
body.workspace-open .notifications-close{display:grid!important;width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;padding:0!important;place-items:center!important;border-radius:10px!important}
body.workspace-open .notifications-close:hover{background:#f5f3ff!important;color:#5f43d2!important}
body.workspace-open .notifications-close svg{width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.75!important;stroke-linecap:round!important;stroke-linejoin:round!important}
body.workspace-open .notifications-footer{display:flex!important;min-height:44px!important;align-items:center!important;justify-content:center!important;gap:8px!important}
body.workspace-open .notifications-footer svg{width:16px!important;height:16px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.75!important;stroke-linecap:round!important;stroke-linejoin:round!important}
body.workspace-open .menu-button{display:none!important}

body.workspace-open .main>.view{box-sizing:border-box;width:100%;max-width:none;margin:0;padding:20px var(--shell-page-x) 52px!important}
body.workspace-open .main>.view:is(#dashboard,#actions,#ads,#promos,#market,#products,#orders,#operations,#economics,#autopilot,#imports,#guide,#rules,#settings):is(#dashboard,#actions,#ads,#promos,#market,#products,#orders,#operations,#economics,#autopilot,#imports,#guide,#rules,#settings){padding:20px var(--shell-page-x) 52px!important}
body.workspace-open.marketing-reference-open #ads.active{width:100%!important;max-width:none!important;padding:24px var(--shell-page-x) 52px!important;background:var(--v2-canvas,#f6f7fb)!important}
body.workspace-open.marketing-reference-open #ads .marketing-reference{width:100%!important;min-height:0!important;background:transparent!important}
body.workspace-open.marketing-reference-open #ads .mr-topbar{display:none!important}
body.workspace-open.marketing-reference-open #ads .mr-page{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}

body.workspace-open .sidebar-scrim{display:none}
body.workspace-open .mobile-bottom-nav button.active,
body.workspace-open .mobile-bottom-nav button[aria-current="page"]{background:#f1edff!important;color:#5f43d2!important}
body.workspace-open .mobile-bottom-nav button.active span,
body.workspace-open .mobile-bottom-nav button[aria-current="page"] span{color:#6e4ef1!important}
body.workspace-open .sidebar-account-link.active{border-color:rgba(164,144,255,.15)!important;background:rgba(124,92,250,.18)!important;color:#fff!important;box-shadow:inset 3px 0 0 #8f78ff!important}

body.workspace-open.sidebar-collapsed .sidebar>.brand{justify-content:center!important;padding:0!important}
body.workspace-open.sidebar-collapsed .sidebar .brand-copy,
body.workspace-open.sidebar-collapsed .sidebar .nav-label,
body.workspace-open.sidebar-collapsed .sidebar .nav-text,
body.workspace-open.sidebar-collapsed .sidebar .nav-item>b,
body.workspace-open.sidebar-collapsed .sidebar .nav-item>i,
body.workspace-open.sidebar-collapsed .sidebar-account-link span,
body.workspace-open.sidebar-collapsed .sidebar .profile-copy,
body.workspace-open.sidebar-collapsed .profile-menu-trigger{display:none!important}
body.workspace-open.sidebar-collapsed .sidebar-toggle{position:static!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;margin:0 auto 12px!important}
body.workspace-open.sidebar-collapsed .sidebar-toggle svg{transform:rotate(180deg)!important}
body.workspace-open.sidebar-collapsed .sidebar .nav-label+ .nav-item{margin-top:4px!important}
body.workspace-open.sidebar-collapsed .sidebar .nav-item{width:48px!important;height:46px!important;min-height:46px!important;align-self:center!important;justify-content:center!important;padding:0!important;border-radius:12px!important;box-shadow:none!important}
body.workspace-open.sidebar-collapsed .sidebar .nav-item.active{box-shadow:inset 0 0 0 1px rgba(164,144,255,.16)!important}
body.workspace-open.sidebar-collapsed .sidebar .nav-icon{width:32px!important;height:32px!important;min-width:32px!important}
body.workspace-open.sidebar-collapsed .sidebar-account-link{width:48px!important;justify-content:center!important;margin-right:auto!important;margin-left:auto!important;padding:0!important}
body.workspace-open.sidebar-collapsed .sidebar .profile{display:flex!important;justify-content:center!important;padding:6px 0!important}

@media(min-width:761px) and (max-width:1279px){
  body.workspace-open{--shell-current-sidebar:var(--shell-rail-width)}
  body.workspace-open .sidebar>.brand{justify-content:center!important;padding:0!important}
  body.workspace-open .sidebar .brand-copy,
  body.workspace-open .sidebar .nav-label,
  body.workspace-open .sidebar .nav-text,
  body.workspace-open .sidebar .nav-item>b,
  body.workspace-open .sidebar .nav-item>i,
  body.workspace-open .sidebar-account-link span,
  body.workspace-open .sidebar .profile-copy,
  body.workspace-open .profile-menu-trigger{display:none!important}
  body.workspace-open .sidebar-toggle{display:none!important}
  body.workspace-open .sidebar .nav-label+ .nav-item{margin-top:4px!important}
  body.workspace-open .sidebar .nav-item{width:48px!important;height:46px!important;min-height:46px!important;align-self:center!important;justify-content:center!important;padding:0!important;border-radius:12px!important}
  body.workspace-open .sidebar .nav-icon{width:32px!important;height:32px!important;min-width:32px!important}
  body.workspace-open .sidebar-account-link{width:48px!important;justify-content:center!important;margin-right:auto!important;margin-left:auto!important;padding:0!important}
  body.workspace-open .sidebar .profile{display:flex!important;justify-content:center!important;padding:6px 0!important}
  body.workspace-open .topbar h1{max-width:28vw!important;font-size:20px!important}
  body.workspace-open .sync{display:none!important}
  body.workspace-open .topbar-guide-button small,
  body.workspace-open .topbar-settings-button span,
  body.workspace-open .topbar-data-button span,
  body.workspace-open .quick-command-trigger>span{display:none!important}
  body.workspace-open:not(:has(#dashboard.active)):not(:has(#ads.active)) .sidebar{
    width:var(--shell-rail-width)!important;
    min-width:var(--shell-rail-width)!important;
    max-width:var(--shell-rail-width)!important;
  }
  body.workspace-open:not(:has(#dashboard.active)):not(:has(#ads.active)) .main{
    width:calc(100% - var(--shell-rail-width))!important;
    margin-left:var(--shell-rail-width)!important;
  }
  body.workspace-open:has(#products.active) .sidebar .brand-copy,
  body.workspace-open:has(#products.active) .sidebar .nav-label,
  body.workspace-open:has(#products.active) .sidebar .nav-text,
  body.workspace-open:has(#products.active) .sidebar .profile-copy,
  body.workspace-open:has(#products.active) .sidebar .profile-menu-trigger{display:none!important}
}

@media(max-width:760px){
  :root{--shell-header-height:64px;--shell-page-x:16px}
  html{scrollbar-gutter:auto}
  body.workspace-open,body.workspace-open.sidebar-collapsed{--shell-current-sidebar:0px}
  body.workspace-open.mobile-nav-open{overflow:hidden!important}
  body.workspace-open .main,
  body.workspace-open:has(#products.active) .main,
  body.workspace-open.marketing-reference-open .main{width:100%!important;margin-left:0!important;padding-bottom:calc(76px + env(safe-area-inset-bottom))!important}
  body.workspace-open .sidebar,
  body.workspace-open:has(#products.active) .sidebar,
  body.workspace-open.marketing-reference-open .sidebar{
    display:flex!important;
    width:min(304px,calc(100vw - 44px))!important;
    min-width:min(304px,calc(100vw - 44px))!important;
    max-width:min(304px,calc(100vw - 44px))!important;
    padding:18px 14px calc(16px + env(safe-area-inset-bottom))!important;
    transform:translateX(-105%)!important;
    transition:transform .22s var(--v2-ease,ease)!important;
    box-shadow:20px 0 54px rgba(7,12,21,.3)!important;
  }
  body.workspace-open .sidebar.open,
  body.workspace-open:has(#products.active) .sidebar.open,
  body.workspace-open.marketing-reference-open .sidebar.open{transform:translateX(0)!important}
  body.workspace-open .sidebar>.brand,
  body.workspace-open.sidebar-collapsed .sidebar>.brand{justify-content:flex-start!important;padding:0 44px 0 6px!important}
  body.workspace-open .sidebar .brand-copy,
  body.workspace-open .sidebar .nav-label,
  body.workspace-open .sidebar .nav-text,
  body.workspace-open .sidebar .nav-item>b,
  body.workspace-open .sidebar .nav-item>i,
  body.workspace-open .sidebar-account-link span,
  body.workspace-open .sidebar .profile-copy,
  body.workspace-open .profile-menu-trigger{display:block!important}
  body.workspace-open .profile-menu-trigger{display:grid!important}
  body.workspace-open .sidebar-toggle{display:none!important}
  body.workspace-open .sidebar-mobile-close{position:absolute!important;top:18px!important;right:14px!important;z-index:3!important;display:grid!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;padding:0!important;place-items:center!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:12px!important;background:rgba(255,255,255,.05)!important;color:#c8cfdb!important}
  body.workspace-open .sidebar-mobile-close:hover{border-color:rgba(164,144,255,.32)!important;background:rgba(124,92,250,.14)!important;color:#fff!important}
  body.workspace-open .sidebar-mobile-close svg{width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.75!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  body.workspace-open .sidebar .nav-item,
  body.workspace-open.sidebar-collapsed .sidebar .nav-item{width:100%!important;height:auto!important;min-height:44px!important;align-self:stretch!important;justify-content:flex-start!important;padding:0 11px!important}
  body.workspace-open .sidebar .nav-icon,
  body.workspace-open.sidebar-collapsed .sidebar .nav-icon{width:24px!important;height:24px!important;min-width:24px!important}
  body.workspace-open .sidebar-account-link,
  body.workspace-open.sidebar-collapsed .sidebar-account-link{width:100%!important;justify-content:flex-start!important;margin:0 0 8px!important;padding:0 11px!important}
  body.workspace-open .sidebar .profile,
  body.workspace-open.sidebar-collapsed .sidebar .profile{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;justify-content:normal!important;padding:6px!important}
  body.workspace-open .sidebar-scrim:not([hidden]){position:fixed;inset:0;z-index:49;display:block!important;width:100%;height:100%;padding:0;border:0;background:rgba(7,12,21,.46);backdrop-filter:blur(2px)}
  body.workspace-open .topbar,
  body.workspace-open:has(#products.active) .topbar,
  body.workspace-open.marketing-reference-open .topbar{height:var(--shell-header-height)!important;min-height:var(--shell-header-height)!important;gap:10px!important;padding:0 14px!important}
  body.workspace-open .menu-button,
  body.workspace-open:has(#dashboard.active) .topbar-left .menu-button{display:grid!important;width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important;flex:0 0 44px!important;place-items:center!important;margin:0 1px 0 0!important;padding:0!important;border:0!important;border-radius:11px!important;background:transparent!important;color:#344054!important}
  body.workspace-open .menu-button:hover{background:#f2f4f7!important;transform:none!important}
  body.workspace-open .menu-button svg{width:24px!important;height:24px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.75!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  body.workspace-open .topbar-left,
  body.workspace-open:has(#products.active) .topbar-left{display:flex!important;min-width:0!important;flex:1 1 auto!important;gap:8px!important}
  body.workspace-open .topbar .eyebrow{font-size:8px!important;letter-spacing:.11em!important}
  body.workspace-open .topbar h1{max-width:calc(100vw - 124px)!important;font-size:18px!important;line-height:1.15!important}
  body.workspace-open .topbar-actions,
  body.workspace-open:has(#products.active) .topbar-actions,
  body.workspace-open:has(#dashboard.active) .topbar-actions{display:flex!important;width:44px!important;min-width:44px!important;max-width:44px!important;flex:0 0 44px!important;gap:0!important}
  body.workspace-open .sync{display:none!important}
  body.workspace-open .topbar-command-bar{display:block!important;width:44px!important;min-width:44px!important;max-width:44px!important;min-height:44px!important;flex:0 0 44px!important;border:0!important;background:transparent!important;box-shadow:none!important}
  body.workspace-open .topbar-command-bar>*{display:none!important;border:0!important}
  body.workspace-open .topbar-command-bar>.notifications-root{display:block!important;width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important}
  body.workspace-open .topbar-command-bar>.notifications-root>#notificationsButton{display:grid!important;width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important;min-height:44px!important;padding:0!important;place-items:center!important;border:0!important;border-radius:11px!important;background:transparent!important}
  body.workspace-open .main>.view{padding:16px 14px calc(92px + env(safe-area-inset-bottom))!important}
  body.workspace-open .main>.view:is(#dashboard,#actions,#ads,#promos,#market,#products,#orders,#operations,#economics,#autopilot,#imports,#guide,#rules,#settings):is(#dashboard,#actions,#ads,#promos,#market,#products,#orders,#operations,#economics,#autopilot,#imports,#guide,#rules,#settings){padding:16px 14px calc(92px + env(safe-area-inset-bottom))!important}
  body.workspace-open.marketing-reference-open #ads.active{padding:16px 12px calc(92px + env(safe-area-inset-bottom))!important}
  body.workspace-open .topbar-command-bar>button,
  body.workspace-open .topbar-command-bar>.notifications-root{display:none!important}
  body.workspace-open .topbar-command-bar>.notifications-root{display:block!important;border:0!important}
  body.workspace-open .topbar-command-bar>.notifications-root>#notificationsButton{display:grid!important}
  body.public-home.workspace-open .mobile-bottom-nav,
  body.workspace-open .mobile-bottom-nav{display:grid!important}
  body.workspace-open .mobile-bottom-nav{z-index:48!important;min-height:72px!important;padding:7px 8px calc(7px + env(safe-area-inset-bottom))!important;border-top:1px solid #e5e8f0!important;background:rgba(255,255,255,.96)!important;box-shadow:0 -10px 30px rgba(16,24,40,.08)!important;backdrop-filter:blur(16px)!important}
  body.workspace-open .mobile-bottom-nav button{min-height:52px!important;border-radius:12px!important;color:#667085!important}
  body.workspace-open .mobile-bottom-nav button span{display:grid!important;width:24px!important;height:24px!important;place-items:center!important;color:#7c5cfa!important}
  body.workspace-open .mobile-bottom-nav button svg{width:21px!important;height:21px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.75!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  body.workspace-open .mobile-bottom-nav button b{font-size:11px!important;line-height:14px!important}
  body.workspace-open .notifications-close{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}
}

@media(min-width:1600px){:root{--shell-page-x:32px}}
@media(prefers-reduced-motion:reduce){
  body.workspace-open .sidebar,body.workspace-open .main,body.workspace-open .sidebar-toggle svg{transition:none!important}
}

body.workspace-open :where(button,a,input,select,textarea):focus-visible{outline:3px solid rgba(124,92,250,.34)!important;outline-offset:2px!important}

/* Sidebar v1 — approved navigation visual layer. */
body.workspace-open .sidebar.fs-sidebar{
  padding:16px 12px 14px!important;
  border-right-color:#1b2940!important;
  background:linear-gradient(180deg,#07111f 0%,#0a1424 100%)!important;
  color:#aab4c4!important;
}
body.workspace-open .sidebar.fs-sidebar>.brand{
  min-height:56px!important;
  margin:0 0 10px!important;
  padding:2px 44px 14px 4px!important;
}
body.workspace-open .sidebar.fs-sidebar .brand-copy strong{font-size:15px!important;line-height:20px!important;letter-spacing:.12em!important}
body.workspace-open .sidebar.fs-sidebar .brand-copy small{font-size:11px!important;letter-spacing:.22em!important}
body.workspace-open .sidebar.fs-sidebar .brand-mark{width:38px!important;height:38px!important;min-width:38px!important;flex-basis:38px!important}
body.workspace-open .sidebar.fs-sidebar>.nav{gap:0!important;padding:0 2px 10px 0!important;scrollbar-width:thin!important;scrollbar-color:#26334a transparent!important}
body.workspace-open .sidebar.fs-sidebar>.nav::-webkit-scrollbar{display:block!important;width:5px!important}
body.workspace-open .sidebar.fs-sidebar>.nav::-webkit-scrollbar-thumb{border-radius:999px!important;background:#26334a!important}
body.workspace-open .sidebar.fs-sidebar .nav-label{margin:8px 0 3px!important;padding:0 10px!important;color:#758096!important;font-size:11px!important;line-height:16px!important;letter-spacing:.14em!important}
body.workspace-open .sidebar.fs-sidebar .nav-item{
  min-height:46px!important;
  gap:10px!important;
  padding:0 10px!important;
  border-radius:13px!important;
  color:#aab4c4!important;
  font-size:14px!important;
  line-height:20px!important;
}
body.workspace-open .sidebar.fs-sidebar .nav-item:hover{background:#121e31!important;color:#f8fafc!important}
body.workspace-open .sidebar.fs-sidebar .nav-item.active,
body.workspace-open .sidebar.fs-sidebar .nav-item[aria-current="page"]{
  border-color:rgba(124,92,250,.32)!important;
  background:linear-gradient(90deg,rgba(109,77,240,.38),rgba(109,77,240,.18))!important;
  box-shadow:none!important;
}
body.workspace-open .sidebar.fs-sidebar .nav-item.active::before{content:""!important;position:absolute!important;left:-13px!important;top:9px!important;bottom:9px!important;width:3px!important;border-radius:0 3px 3px 0!important;background:#7c5cfa!important}
body.workspace-open .sidebar.fs-sidebar .nav-icon{width:22px!important;height:22px!important;min-width:22px!important;color:#94a3b8!important}
body.workspace-open .sidebar.fs-sidebar .nav-item.active .nav-icon{color:#fff!important}
body.workspace-open .sidebar.fs-sidebar .nav-item[data-view="dashboard"] .nav-icon,
body.workspace-open .sidebar.fs-sidebar .nav-item[data-view="actions"] .nav-icon,
body.workspace-open .sidebar.fs-sidebar .nav-item[data-view="products"] .nav-icon,
body.workspace-open .sidebar.fs-sidebar .nav-item[data-view="autopilot"] .nav-icon{color:#a78bfa!important}
body.workspace-open .sidebar.fs-sidebar .nav-item[data-view="ads"] .nav-icon{color:#60a5fa!important}
body.workspace-open .sidebar.fs-sidebar .nav-item[data-view="promos"] .nav-icon{color:#f59e0b!important}
body.workspace-open .sidebar.fs-sidebar .nav-item[data-view="market"] .nav-icon{color:#34d399!important}
body.workspace-open .sidebar.fs-sidebar .nav-item[data-view="orders"] .nav-icon{color:#38bdf8!important}
body.workspace-open .sidebar.fs-sidebar .nav-item[data-view="operations"] .nav-icon{color:#2dd4bf!important}
body.workspace-open .sidebar.fs-sidebar .nav-item[data-view="economics"] .nav-icon{color:#fbbf24!important}
body.workspace-open .sidebar.fs-sidebar .nav-item.active .nav-icon{color:#fff!important}
body.workspace-open .sidebar.fs-sidebar .nav-item>b,
body.workspace-open .sidebar.fs-sidebar .nav-item>i:not(.sidebar-data-status){min-width:24px!important;height:24px!important;padding:0 7px!important;background:#252d3e!important;color:#e2e8f0!important;font-size:11px!important;font-weight:700!important}
body.workspace-open .sidebar.fs-sidebar .nav-item[data-view="ads"]>b,
body.workspace-open .sidebar.fs-sidebar .nav-item[data-view="orders"]>i{background:#123966!important;color:#bfdbfe!important}
body.workspace-open .sidebar.fs-sidebar .nav-item[data-view="promos"]>b{background:#713713!important;color:#fed7aa!important}
body.workspace-open .sidebar.fs-sidebar .nav-item[data-view="operations"]>i{background:#115e59!important;color:#ccfbf1!important}
body.workspace-open .sidebar.fs-sidebar .sidebar-autopilot-mode{background:#252d3e!important;color:#c4b5fd!important}
body.workspace-open .sidebar.fs-sidebar .sidebar-data-status{display:block!important;width:9px!important;min-width:9px!important;height:9px!important;margin-left:auto!important;padding:0!important;border-radius:50%!important;background:#f59e0b!important}
body.workspace-open .sidebar.fs-sidebar .sidebar-data-status.is-ok{background:#10b981!important}
body.workspace-open .sidebar.fs-sidebar .sidebar-data-status.is-critical{background:#ef4444!important}
body.workspace-open .sidebar.fs-sidebar .sidebar-bottom{padding-top:14px!important;border-top-color:#1b2940!important}
body.workspace-open .sidebar.fs-sidebar .sidebar-account-link{min-height:46px!important;margin-bottom:10px!important;border-radius:13px!important;color:#aab4c4!important;font-size:14px!important}
body.workspace-open .sidebar.fs-sidebar .profile{padding:10px!important;border:1px solid #1d2940!important;border-radius:15px!important;background:#0c1627!important}
body.workspace-open .sidebar.fs-sidebar .avatar{width:42px!important;height:42px!important;min-width:42px!important;border-radius:50%!important;background:linear-gradient(135deg,#8b5cf6,#5b36dd)!important;font-size:14px!important}
body.workspace-open .sidebar.fs-sidebar .profile-copy strong{font-size:13px!important;line-height:18px!important}
body.workspace-open .sidebar.fs-sidebar .profile-copy small{font-size:11px!important;color:#94a3b8!important}
body.workspace-open .sidebar.fs-sidebar .profile-menu-trigger{width:24px!important;height:24px!important;min-width:24px!important}
body.workspace-open .sidebar.fs-sidebar .sidebar-toggle{top:18px!important;right:12px!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;border-color:#26334a!important;border-radius:12px!important;background:#111a2a!important}

body.workspace-open.sidebar-collapsed .sidebar.fs-sidebar{padding-inline:10px!important}
body.workspace-open.sidebar-collapsed .sidebar.fs-sidebar>.brand{padding:2px 0 14px!important}
body.workspace-open.sidebar-collapsed .sidebar.fs-sidebar .sidebar-toggle{position:absolute!important;top:18px!important;right:-18px!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;margin:0!important}
body.workspace-open.sidebar-collapsed .sidebar.fs-sidebar .nav-item{width:100%!important;min-height:46px!important}
body.workspace-open.sidebar-collapsed .sidebar.fs-sidebar .nav-item.active::before{left:-11px!important}
body.workspace-open.sidebar-collapsed .sidebar.fs-sidebar .sidebar-data-status{position:absolute!important;right:1px!important;top:4px!important}
body.workspace-open.sidebar-collapsed .sidebar.fs-sidebar .sidebar-autopilot-mode{position:absolute!important;right:1px!important;top:4px!important;font-size:9px!important;line-height:14px!important}

@media(max-width:760px){
  body.workspace-open .sidebar.fs-sidebar{z-index:750!important}
  body.workspace-open .sidebar-scrim:not([hidden]){z-index:740!important}
  body.workspace-open .sidebar.fs-sidebar .sidebar-mobile-close{z-index:2!important}
  body.workspace-open .sidebar.fs-sidebar{padding:16px 10px calc(12px + env(safe-area-inset-bottom))!important}
  body.workspace-open .sidebar.fs-sidebar>.brand{min-height:42px!important;margin-bottom:5px!important;padding:0 42px 6px 4px!important}
  body.workspace-open .sidebar.fs-sidebar .brand-mark{width:32px!important;height:32px!important;min-width:32px!important;flex-basis:32px!important}
  body.workspace-open .sidebar.fs-sidebar .brand-copy strong{font-size:12px!important;line-height:14px!important}
  body.workspace-open .sidebar.fs-sidebar .brand-copy small{font-size:8px!important;letter-spacing:.18em!important}
  body.workspace-open .sidebar.fs-sidebar .nav-label{margin:6px 0 2px!important;padding:0 8px!important;font-size:9px!important;line-height:13px!important}
  body.workspace-open .sidebar.fs-sidebar .nav-item,
  body.workspace-open.sidebar-collapsed .sidebar.fs-sidebar .nav-item{min-height:34px!important;padding:0 8px!important;gap:9px!important;border-radius:8px!important;font-size:11px!important;line-height:14px!important}
  body.workspace-open .sidebar.fs-sidebar .nav-icon{width:19px!important;height:19px!important;min-width:19px!important}
  body.workspace-open .sidebar.fs-sidebar .nav-icon svg{width:18px!important;height:18px!important}
  body.workspace-open .sidebar.fs-sidebar .nav-item>b,
  body.workspace-open .sidebar.fs-sidebar .nav-item>i:not(.sidebar-data-status){min-width:18px!important;height:18px!important;padding:0 5px!important;font-size:9px!important}
  body.workspace-open .sidebar.fs-sidebar .sidebar-data-status{width:8px!important;min-width:8px!important;height:8px!important}
  body.workspace-open .sidebar.fs-sidebar .sidebar-bottom{padding-top:8px!important}
  body.workspace-open .sidebar.fs-sidebar .sidebar-account-link{min-height:34px!important;margin-bottom:5px!important;padding:0 8px!important;border-radius:8px!important;font-size:11px!important}
  body.workspace-open .sidebar.fs-sidebar .sidebar-account-link svg{width:18px!important;height:18px!important;min-width:18px!important}
  body.workspace-open .sidebar.fs-sidebar .profile{gap:7px!important;padding:7px!important;border-radius:10px!important}
  body.workspace-open .sidebar.fs-sidebar .avatar{width:32px!important;height:32px!important;min-width:32px!important;font-size:11px!important}
  body.workspace-open .sidebar.fs-sidebar .profile-copy strong{font-size:10px!important;line-height:13px!important}
  body.workspace-open .sidebar.fs-sidebar .profile-copy small{font-size:9px!important}
  body.workspace-open .sidebar.fs-sidebar .profile-menu-trigger{width:26px!important;height:26px!important;min-width:26px!important}
}
