body.elementor-page,
body.elementor-page .site,
body.elementor-page .site-content,
body.elementor-page .content-area,
body.elementor-page .entry-content,
body.elementor-page .elementor,
body.elementor-page .elementor-section,
body.elementor-page .elementor-container,
body.elementor-page .elementor-widget-wrap,
body.elementor-page .elementor-widget-container {
  max-width: none !important;
}

body.elementor-page .elementor-section,
body.elementor-page .elementor-container,
body.elementor-page .elementor-widget,
body.elementor-page .elementor-widget-container {
  width: 100% !important;
}

#wpadminbar {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

#zl-erp-app {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.zl2-app {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-2: #eef3f8;
  --ink: #142033;
  --muted: #66758a;
  --line: #dbe4ef;
  --blue: #0758d6;
  --green: #098a4a;
  --yellow: #f1b90b;
  --red: #d84c4c;
  --black: #111827;
  --shadow: 0 14px 34px rgba(18, 32, 51, .09);
  min-height: 100vh;
  max-width: 100%;
  overflow-x: clip;
  background: linear-gradient(180deg, rgba(7, 88, 214, .09), transparent 290px), var(--bg);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.zl2-app,
.zl2-app * {
  box-sizing: border-box;
}

.zl2-app button,
.zl2-app input,
.zl2-app textarea,
.zl2-app select {
  font: inherit;
  -webkit-tap-highlight-color: rgba(7, 88, 214, .18);
}

.zl2-app button,
.zl2-app a,
.zl2-brand-button,
.zl2-nav-button {
  -webkit-tap-highlight-color: rgba(7, 88, 214, .18);
}

.zl2-app button:focus-visible,
.zl2-app a:focus-visible,
.zl2-app input:focus-visible,
.zl2-app textarea:focus-visible,
.zl2-app select:focus-visible {
  outline: 3px solid rgba(7, 88, 214, .32);
  outline-offset: 2px;
}

.zl2-app button {
  cursor: pointer;
}

.zl2-app a {
  color: inherit;
  text-decoration: none;
}

.zl2-app h1,
.zl2-app h2,
.zl2-app h3,
.zl2-app p {
  margin: 0;
}

.zl2-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  background: #073763;
  color: #fff;
  box-shadow: 0 10px 26px rgba(0, 32, 76, .18);
}

.zl2-topbar-inner {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 10px 16px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.zl2-brand {
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: auto;
  padding: 0;
}

.zl2-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
}

.zl2-brand strong {
  display: block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.zl2-brand span span {
  display: block;
  margin-top: 3px;
  font-size: .78rem;
  color: rgba(255, 255, 255, .8);
  font-weight: 700;
}

.zl2-top-greeting {
  display: grid;
  gap: 3px;
  text-align: left;
}

.zl2-mobile-break {
  display: none;
}

.zl2-desktop-space {
  display: inline;
}

.zl2-top-greeting strong {
  color: #fff;
  font-size: .96rem;
  line-height: 1.05;
}

.zl2-top-greeting em {
  color: rgba(255, 255, 255, .76);
  font-size: .72rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.zl2-top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
}

.zl2-floating-cart {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  box-shadow: 0 16px 34px rgba(9, 138, 74, .28);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  font-weight: 950;
}

.zl2-floating-cart svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.zl2-floating-cart em {
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #fff;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: .78rem;
}

.zl2-icon-button,
.zl2-theme-button,
.zl2-nav-button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.zl2-icon-button,
.zl2-theme-button {
  width: 42px;
  padding: 0;
}

.zl2-nav-button {
  position: relative;
  width: auto;
  min-width: 42px;
  padding: 0 12px;
  gap: 7px;
}

.zl2-nav-button span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  font-size: .78rem;
  text-transform: uppercase;
}

.zl2-nav-button.zl2-active {
  background: #fff;
  color: #073763;
}

.zl2-nav-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.zl2-nav-button em {
  position: absolute;
  top: -7px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  border: 2px solid #073763;
  border-radius: 999px;
  background: #f1b90b;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  font-size: .68rem;
  font-style: normal;
  font-weight: 950;
}

.zl2-icon-button svg,
.zl2-theme-button svg,
.zl2-search-icon svg,
.zl2-card-button svg,
.zl2-empty svg,
.zl2-footer-links svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.zl2-cart-mini {
  min-height: 42px;
  padding: 0 13px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #073763;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
}

.zl2-shell {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 14px 16px 26px;
}

.zl2-main,
.zl2-catalog-section {
  min-width: 0;
}

.zl2-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 16px;
  align-items: start;
  margin-top: 16px;
}

.zl2-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 16px;
  align-items: stretch;
  min-width: 0;
}

.zl2-carousel,
.zl2-feature-panel,
.zl2-panel,
.zl2-login,
.zl2-product-card,
.zl2-cart,
.zl2-order-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.zl2-carousel {
  position: relative;
  overflow: hidden;
  padding: 12px;
}

.zl2-slide {
  display: none;
  min-height: 242px;
  border-radius: 8px;
  color: #fff;
  padding: 28px;
  align-content: end;
  background: linear-gradient(90deg, rgba(7, 22, 45, .94), rgba(10, 76, 152, .78)), #0d3667;
  cursor: pointer;
}

.zl2-slide.zl2-active {
  display: grid;
}

.zl2-slide.zl2-blue {
  background: linear-gradient(90deg, rgba(4, 53, 116, .94), rgba(43, 126, 239, .80)), #0b5ddb;
}

.zl2-slide.zl2-gold {
  background: linear-gradient(90deg, rgba(16, 34, 55, .94), rgba(222, 153, 12, .72)), #172033;
}

.zl2-slide.zl2-honey {
  background: linear-gradient(90deg, rgba(17, 24, 39, .92), rgba(241, 185, 11, .88)), #f1b90b;
}

.zl2-slide-kicker {
  margin-bottom: 14px;
  font-size: .76rem;
  color: rgba(255, 255, 255, .78);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.zl2-slide h2 {
  max-width: 18ch;
  font-size: clamp(1.8rem, 3.2vw, 2.55rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.zl2-slide p:last-child {
  max-width: 58ch;
  margin-top: 18px;
  color: rgba(255, 255, 255, .86);
  line-height: 1.45;
  font-weight: 650;
}

.zl2-slide-link {
  width: fit-content;
  min-height: 40px;
  margin-top: 16px;
  padding: 0 14px;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
}

.zl2-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.zl2-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .52);
}

.zl2-dot.zl2-active {
  width: 30px;
  background: #fff;
}

.zl2-feature-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  min-width: 0;
}

.zl2-feature-button {
  min-height: 242px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--feature-color), #6c9fff);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.zl2-feature-button.zl2-active {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .55), 0 14px 28px rgba(18, 32, 51, .14);
}

.zl2-panel {
  margin-top: 12px;
}

.zl2-filter-panel {
  padding: 12px;
}

.zl2-filter-row {
  display: grid;
  gap: 11px;
}

.zl2-filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.zl2-eyebrow {
  font-size: .72rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.zl2-result-count,
.zl2-status {
  color: var(--muted);
  font-size: .84rem;
  font-weight: 750;
}

.zl2-top-search {
  position: relative;
  width: 100%;
}

.zl2-top-search input {
  width: 100%;
  min-height: 48px;
  padding: 0 48px 0 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  background: var(--surface-2);
  color: var(--ink);
  font-size: .98rem;
  font-weight: 650;
}

.zl2-search-icon,
.zl2-clear-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
}

.zl2-search-icon {
  left: 15px;
  width: 20px;
  height: 20px;
}

.zl2-clear-search {
  right: 8px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  display: none;
}

.zl2-clear-search.zl2-show {
  display: inline-flex;
}

.zl2-brands,
.zl2-active-filters {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
  padding-bottom: 2px;
}

.zl2-brand-chip,
.zl2-filter-chip {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--ink);
  font-weight: 850;
  white-space: nowrap;
}

.zl2-brand-chip {
  padding: 0 12px 0 9px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.zl2-brand-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--chip-color);
}

.zl2-brand-chip.zl2-active {
  border-color: var(--blue);
  background: var(--chip-color);
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .58);
}

.zl2-brand-chip.zl2-active .zl2-brand-dot {
  background: #fff;
}

.zl2-active-filters {
  min-height: 0;
  display: none;
}

.zl2-active-filters.zl2-show {
  display: flex;
}

.zl2-filter-chip {
  min-height: 32px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: .8rem;
}

.zl2-filter-chip button {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  padding: 0;
}

.zl2-status {
  min-height: 22px;
  margin: 13px 0 10px;
}

.zl2-error {
  margin: 13px 0;
  padding: 12px;
  border: 1px solid rgba(216, 76, 76, .35);
  border-radius: 8px;
  background: rgba(216, 76, 76, .08);
  color: var(--red);
  font-weight: 800;
}

.zl2-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.zl2-product-card {
  min-width: 0;
  border-color: color-mix(in srgb, var(--card-accent, #0758d6) 34%, var(--line));
  background: linear-gradient(180deg, var(--brand-surface, rgba(7, 88, 214, .10)), var(--surface) 64%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.zl2-product-card.zl2-offer {
  border-color: #f1b90b;
  background: linear-gradient(180deg, rgba(241, 185, 11, .28), var(--brand-surface, rgba(7, 88, 214, .10)) 42%, var(--surface) 72%);
}

.zl2-image-wrap {
  position: relative;
  height: 148px;
  min-height: 148px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  cursor: zoom-in;
}

.zl2-image-wrap::after {
  content: "+";
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: rgba(17, 24, 39, .72);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  font-size: .9rem;
}

.zl2-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  display: block;
}

.zl2-brand-label,
.zl2-offer-label {
  position: absolute;
  top: 7px;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  font-size: .66rem;
  font-weight: 900;
  max-width: calc(100% - 16px);
}

.zl2-brand-label {
  left: 8px;
  background: var(--brand-color);
  color: #fff;
}

.zl2-offer-label {
  right: 8px;
  background: #f1b90b;
  color: #111827;
}

.zl2-card-body {
  padding: 8px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
}

.zl2-card-title {
  min-height: 34px;
  font-size: .8rem;
  line-height: 1.18;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zl2-card-meta {
  min-height: 16px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zl2-stock-hint {
  color: var(--green);
  font-size: .72rem;
  font-weight: 850;
}

.zl2-stock-hint.zl2-negative {
  color: var(--red);
}

.zl2-stock-hint.zl2-low-stock {
  color: var(--yellow);
}

.zl2-product-unavailable {
  opacity: .78;
}

.zl2-product-unavailable .zl2-image-wrap img {
  filter: grayscale(.35);
}

.zl2-card-button:disabled {
  background: #94a3b8;
  cursor: not-allowed;
}

.zl2-disabled-qty {
  opacity: .55;
  pointer-events: none;
}

.zl2-card-bottom {
  margin-top: auto;
  display: grid;
  gap: 6px;
}

.zl2-price-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

.zl2-price {
  font-size: .94rem;
  font-weight: 950;
  color: var(--ink);
  line-height: 1.05;
  white-space: nowrap;
}

.zl2-qty-inline {
  display: flex;
  align-items: center;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  padding: 3px;
  flex: 0 0 auto;
}

.zl2-qty-inline button {
  width: 23px;
  height: 23px;
  border: 0;
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
  font-weight: 950;
  padding: 0;
}

.zl2-qty-inline span {
  min-width: 18px;
  text-align: center;
  font-weight: 900;
  font-size: .76rem;
}

.zl2-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 6px;
}

.zl2-card-button,
.zl2-quick-button,
.zl2-load-more,
.zl2-whatsapp,
.zl2-outline-button,
.zl2-status-actions button {
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 950;
}

.zl2-card-button {
  width: 100%;
  min-width: 0;
  background: var(--blue);
  color: #fff;
  font-size: .86rem;
  overflow: hidden;
  white-space: nowrap;
}

.zl2-card-button.zl2-secondary {
  background: var(--surface-2);
  color: var(--ink);
  border: 1px solid var(--line);
}

.zl2-quick-button {
  width: 38px;
  padding: 0;
  background: #0a9f54;
  color: #fff;
}

.zl2-quick-button.zl2-restock-button {
  width: auto;
  min-width: 82px;
  padding: 0 10px;
  background: var(--yellow);
  color: #111827;
}

.zl2-quick-button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.zl2-load-wrap {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.zl2-load-more {
  padding: 0 18px;
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line);
}

.zl2-cart {
  position: sticky;
  top: 80px;
  overflow: hidden;
}

.zl2-cart-head,
.zl2-cart-total,
.zl2-cart-actions {
  padding: 14px;
}

.zl2-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--line);
}

.zl2-cart-head h2 {
  font-size: 1.05rem;
  letter-spacing: 0;
}

.zl2-admin-page-head {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.zl2-admin-page-head h2 {
  margin-top: 3px;
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.zl2-header-icon-actions {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
}

.zl2-header-icon-actions .zl2-icon-only-button {
  position: relative;
}

.zl2-header-icon-actions input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.zl2-product-admin-head {
  grid-template-columns: minmax(0, 1fr) auto;
}

.zl2-product-head-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.zl2-badge {
  min-height: 28px;
  padding: 0 9px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  background: #e8f1ff;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 950;
}

.zl2-cart-items {
  max-height: calc(100vh - 360px);
  overflow: auto;
  padding: 6px 14px;
}

.zl2-empty {
  padding: 30px 12px;
  color: var(--muted);
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 10px;
  font-weight: 750;
}

.zl2-empty svg {
  width: 28px;
  height: 28px;
}

.zl2-cart-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.zl2-cart-row:last-child {
  border-bottom: 0;
}

.zl2-cart-row-title {
  font-size: .88rem;
  line-height: 1.25;
  font-weight: 900;
}

.zl2-cart-row-meta {
  margin-top: 3px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
}

.zl2-cart-controls {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}

.zl2-cart-controls button {
  min-width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--ink);
  font-weight: 950;
}

.zl2-cart-controls .zl2-remove {
  color: var(--red);
  padding: 0 9px;
}

.zl2-cart-row-price {
  font-weight: 950;
  white-space: nowrap;
}

.zl2-cart-total {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
}

.zl2-total-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-weight: 950;
}

.zl2-total-line strong {
  font-size: 1.2rem;
}

.zl2-discount-line {
  color: var(--green);
  font-size: .9rem;
}

.zl2-note {
  margin-top: 8px;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.35;
  font-weight: 650;
}

.zl2-cart-actions {
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--line);
}

.zl2-option-group {
  display: grid;
  gap: 6px;
}

.zl2-option-label {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.zl2-payment-select,
.zl2-customer-fields textarea {
  width: 100%;
  min-height: 40px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  background: var(--surface);
  color: var(--ink);
}

.zl2-customer-fields textarea {
  min-height: 62px;
  resize: vertical;
}

.zl2-whatsapp {
  width: 100%;
  min-height: 46px;
  background: #0a9f54;
  color: #fff;
}

.zl2-whatsapp:disabled {
  opacity: .48;
  cursor: not-allowed;
}

.zl2-outline-button {
  width: 100%;
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line);
}

.zl2-icon-only-button {
  width: 42px;
  height: 42px;
  border: 1px solid color-mix(in srgb, var(--blue) 35%, var(--line));
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  display: inline-grid;
  place-items: center;
}

.zl2-icon-only-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.zl2-danger-button {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.zl2-cart-fab {
  position: fixed;
  right: 14px;
  bottom: calc(14px + env(safe-area-inset-bottom));
  z-index: 85;
  min-height: 54px;
  padding: 0 15px;
  border: 0;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  display: none !important;
  align-items: center;
  gap: 10px;
  box-shadow: 0 14px 32px rgba(7, 88, 214, .35);
  font-weight: 950;
}

.zl2-cart-fab.zl2-open {
  background: #111827;
}

.zl2-toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 70;
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--black);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 850;
  transition: opacity .18s ease, transform .18s ease;
}

.zl2-toast.zl2-show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.zl2-image-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(7, 17, 31, .72);
  backdrop-filter: blur(8px);
}

.zl2-image-modal.zl2-open {
  display: flex;
}

.zl2-image-modal-card {
  width: min(680px, 96vw);
  max-height: 92vh;
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .34);
  overflow: hidden;
}

.zl2-image-modal-head {
  min-height: 48px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.zl2-image-modal-title {
  font-size: .95rem;
  font-weight: 950;
  line-height: 1.2;
}

.zl2-image-modal-close {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--ink);
  font-weight: 950;
}

.zl2-image-modal-body {
  height: min(72vh, 620px);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.zl2-image-modal-body img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.zl2-footer {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 0 16px 26px;
}

.zl2-footer-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(7, 88, 214, .12), transparent 48%), var(--surface);
  box-shadow: var(--shadow);
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
}

.zl2-footer-card h2 {
  font-size: 1.18rem;
  line-height: 1.2;
  margin-bottom: 8px;
}

.zl2-footer-card p,
.zl2-footer-card a {
  color: var(--ink);
  font-weight: 750;
  line-height: 1.45;
}

.zl2-footer-card p + p {
  margin-top: 6px;
}

.zl2-footer-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.zl2-footer-links a {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #073763;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.zl2-auth-shell {
  width: min(1040px, calc(100% - 28px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 34px 0;
  display: grid;
  align-content: center;
  gap: 12px;
}

.zl2-auth-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(300px, .72fr);
  gap: 14px;
  align-items: stretch;
}

.zl2-login,
.zl2-member-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  min-width: 0;
}

.zl2-login {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.zl2-access-card .zl2-auth-form-slot {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
}

.zl2-login img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.zl2-login-brand {
  display: grid;
  gap: 8px;
  justify-items: center;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.zl2-login-copy {
  display: grid;
  gap: 8px;
}

.zl2-login-points {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.zl2-login-points span {
  border: 1px solid rgba(7, 88, 214, .18);
  border-radius: 8px;
  background: rgba(7, 88, 214, .08);
  color: var(--blue);
  padding: 6px 8px;
  font-size: .72rem;
  font-weight: 850;
}

.zl2-login h2 {
  font-size: 1.4rem;
  letter-spacing: 0;
}

.zl2-version-badge {
  display: inline-flex;
  min-height: 20px;
  margin-left: 6px;
  padding: 0 7px;
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--muted);
  align-items: center;
  font-size: .68rem;
  font-weight: 950;
  text-transform: none;
  letter-spacing: 0;
}

.zl2-auth-actions {
  display: grid;
  gap: 8px;
}

.zl2-auth-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
}

.zl2-auth-links button {
  border: 0;
  background: transparent;
  color: var(--blue);
  font-weight: 950;
  padding: 4px 0;
}

.zl2-auth-links button:disabled {
  color: var(--muted);
  cursor: default;
}

.zl2-auth-message {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 12px;
  color: var(--ink);
  font-weight: 800;
}

.zl2-register-form {
  width: min(920px, 100%);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.zl2-profile-form {
  width: 100%;
  max-width: 920px;
  box-shadow: none;
}

.zl2-login-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zl2-login-submit {
  min-height: 50px;
  font-size: 1rem;
}

.zl2-recover-inline {
  min-height: 38px;
  justify-self: start;
  align-self: center;
  padding: 0 12px;
  font-size: .78rem;
}

.zl2-auth-grid .zl2-register-form {
  width: 100%;
  box-shadow: none;
  margin: 0;
}

.zl2-member-card {
  background: linear-gradient(135deg, #073763, #0758d6);
  color: #fff;
  display: grid;
  gap: 12px;
  align-content: center;
  position: relative;
  overflow: hidden;
}

.zl2-member-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08), transparent 38%),
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, .16), transparent 24%);
  pointer-events: none;
}

.zl2-member-card > * {
  position: relative;
}

.zl2-member-card .zl2-eyebrow,
.zl2-member-card h2,
.zl2-member-card p {
  color: #fff;
}

.zl2-member-card h2 {
  font-size: 1.65rem;
  line-height: 1.05;
}

.zl2-member-card p {
  color: rgba(255, 255, 255, .82);
  font-weight: 800;
  line-height: 1.42;
}

.zl2-member-benefits {
  display: grid;
  gap: 8px;
}

.zl2-member-benefits span {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  font-size: .88rem;
  font-weight: 850;
}

.zl2-member-benefits svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.zl2-discount-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.zl2-discount-showcase article {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.zl2-discount-showcase strong {
  color: #fff;
  font-size: .9rem;
  font-weight: 950;
}

.zl2-discount-showcase span {
  color: rgba(255, 255, 255, .82);
  font-size: .74rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: right;
}

.zl2-member-card .zl2-whatsapp {
  background: #fff;
  color: #073763;
}

.zl2-register-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.zl2-register-form input,
.zl2-register-form select,
.zl2-register-form textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--ink);
  padding: 9px 10px;
  outline: none;
}

.zl2-profile-form input:disabled {
  opacity: .8;
  cursor: not-allowed;
}

.zl2-customer-tools {
  border-top: 1px solid var(--line);
  background: var(--surface-2);
  padding: 12px 14px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.zl2-customer-tools label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.zl2-customer-tools input,
.zl2-customer-tools select,
.zl2-status-actions select {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  padding: 0 10px;
  outline: none;
  font-weight: 850;
}

.zl2-register-wide,
.zl2-register-form button {
  grid-column: 1 / -1;
}

.zl2-legal-note {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.35;
}

.zl2-legal-note a {
  color: var(--blue);
  font-weight: 950;
}

.zl2-recovery-flag {
  border: 1px solid color-mix(in srgb, var(--yellow) 48%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--yellow) 11%, var(--surface));
  padding: 8px;
}

.zl2-home-hero,
.zl2-approval {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #073763, #0758d6);
  color: #fff;
  box-shadow: var(--shadow);
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 18px;
  align-items: center;
}

.zl2-home-actions {
  display: grid;
  gap: 8px;
}

.zl2-home-actions .zl2-whatsapp,
.zl2-home-actions .zl2-outline-button {
  min-height: 46px;
}

.zl2-home-actions .zl2-outline-button {
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.zl2-home-hero .zl2-eyebrow,
.zl2-approval .zl2-eyebrow {
  color: rgba(255, 255, 255, .72);
}

.zl2-home-hero h2,
.zl2-approval h2 {
  margin-bottom: 8px;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.05;
}

.zl2-home-hero p,
.zl2-approval p {
  color: rgba(255, 255, 255, .84);
  font-weight: 700;
}

.zl2-home-grid {
  margin: 12px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.zl2-section-label {
  margin-top: 12px;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.zl2-fast-strip {
  margin: 10px 0 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.zl2-fast-strip span {
  min-height: 38px;
  border: 1px solid rgba(7, 88, 214, .18);
  border-radius: 8px;
  background: rgba(7, 88, 214, .08);
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
  font-size: .8rem;
  font-weight: 950;
}

.zl2-home-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 16px;
  display: grid;
  gap: 8px;
}

.zl2-home-card.zl2-status-confirmed,
.zl2-active-order.zl2-status-confirmed {
  border-color: #2563eb;
}

.zl2-home-card.zl2-status-separating,
.zl2-active-order.zl2-status-separating {
  border-color: #f59e0b;
}

.zl2-home-card.zl2-status-ready,
.zl2-active-order.zl2-status-ready {
  border-color: #16a34a;
}

.zl2-active-order {
  margin: 10px 0 12px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 14px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.zl2-active-order-icon {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--status-color, var(--blue)) 14%, var(--surface-2));
  color: var(--status-color, var(--blue));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.zl2-active-order-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.zl2-home-card span {
  color: var(--blue);
  font-size: 1.7rem;
  font-weight: 950;
  line-height: 1;
}

.zl2-home-card strong {
  color: var(--muted);
  font-size: .84rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 1.2;
}

.zl2-client-dashboard {
  display: grid;
  grid-template-columns: minmax(220px, .85fr) minmax(280px, 1.15fr);
  gap: 12px;
  align-items: stretch;
}

.zl2-client-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 16px;
  min-width: 0;
}

.zl2-client-greeting {
  display: grid;
  gap: 10px;
  align-content: start;
}

.zl2-client-greeting h2,
.zl2-status-card h2,
.zl2-last-orders-card h2 {
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.12;
}

.zl2-client-greeting p,
.zl2-status-card p {
  color: var(--muted);
  font-size: .88rem;
  font-weight: 750;
  line-height: 1.35;
}

.zl2-client-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.zl2-client-points {
  border: 1px solid color-mix(in srgb, var(--green) 30%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--green) 9%, var(--surface));
  padding: 11px;
  display: grid;
  place-items: center;
  gap: 12px;
  text-align: center;
}

.zl2-client-orders-total {
  border-color: color-mix(in srgb, var(--blue) 28%, var(--line));
  background: color-mix(in srgb, var(--blue) 8%, var(--surface));
}

.zl2-client-points span {
  color: var(--green);
  font-size: 1.7rem;
  font-weight: 950;
}

.zl2-client-orders-total span {
  color: var(--blue);
}

.zl2-client-points strong {
  color: var(--ink);
  font-size: .82rem;
  text-transform: uppercase;
}

.zl2-status-card {
  border-color: color-mix(in srgb, var(--status-color, var(--blue)) 44%, var(--line));
  background: linear-gradient(135deg, color-mix(in srgb, var(--status-color, var(--blue)) 12%, var(--surface)), var(--surface) 58%);
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.zl2-status-card-live {
  position: relative;
  border-width: 2px;
  overflow: hidden;
  animation: zl2StatusPulse 2.8s ease-in-out infinite;
  padding: 12px;
}

.zl2-status-card-live::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 10px;
  border: 2px solid color-mix(in srgb, var(--status-color, var(--blue)) 58%, transparent);
  pointer-events: none;
  animation: zl2StatusBorder 2.8s linear infinite;
}

@keyframes zl2StatusPulse {
  0%, 100% { box-shadow: var(--shadow); }
  50% { box-shadow: 0 18px 40px color-mix(in srgb, var(--status-color, var(--blue)) 22%, transparent); }
}

@keyframes zl2StatusBorder {
  0% { clip-path: inset(0 92% 0 0); }
  25% { clip-path: inset(0 0 92% 0); }
  50% { clip-path: inset(0 0 0 92%); }
  75% { clip-path: inset(92% 0 0 0); }
  100% { clip-path: inset(0 92% 0 0); }
}

.zl2-status-card small {
  margin-top: 4px;
  color: var(--status-color, var(--blue));
  display: inline-flex;
  font-size: .78rem;
  font-weight: 950;
}

.zl2-status-illustration {
  position: relative;
  width: 76px;
  aspect-ratio: 1;
  border-radius: 24px;
  background: color-mix(in srgb, var(--status-color, var(--blue)) 10%, var(--surface));
  display: grid;
  place-items: center;
  overflow: hidden;
}

.zl2-status-illustration-ring {
  position: absolute;
  inset: 12px;
  border: 8px solid color-mix(in srgb, var(--status-color, var(--blue)) 24%, transparent);
  border-top-color: var(--status-color, var(--blue));
  border-radius: 999px;
  animation: zl2StatusSpin 4.5s linear infinite;
}

.zl2-status-illustration-icon {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--status-color, var(--blue));
  color: #fff;
  display: grid;
  place-items: center;
  animation: zl2StatusFloat 2.2s ease-in-out infinite;
}

@keyframes zl2StatusSpin {
  to { transform: rotate(360deg); }
}

@keyframes zl2StatusFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

.zl2-status-illustration-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
}

.zl2-status-progress {
  margin-top: 9px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.zl2-status-progress span {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 900;
  text-align: center;
}

.zl2-status-progress span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: calc(-50% + 9px);
  width: calc(100% - 18px);
  height: 3px;
  background: var(--line);
}

.zl2-status-progress span:first-child::before {
  display: none;
}

.zl2-status-progress i {
  width: 16px;
  height: 16px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  position: relative;
  z-index: 1;
}

.zl2-status-progress .zl2-reached {
  color: var(--status-color, var(--blue));
}

.zl2-status-progress .zl2-reached::before {
  background: color-mix(in srgb, var(--status-color, var(--blue)) 55%, var(--line));
}

.zl2-status-progress .zl2-reached i {
  border-color: var(--status-color, var(--blue));
  background: var(--status-color, var(--blue));
}

.zl2-status-progress .zl2-current i {
  animation: zl2CurrentDot 1.15s ease-in-out infinite;
}

@keyframes zl2CurrentDot {
  0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--status-color, var(--blue)) 35%, transparent); transform: scale(1); }
  50% { box-shadow: 0 0 0 7px color-mix(in srgb, var(--status-color, var(--blue)) 0%, transparent); transform: scale(1.12); }
}

.zl2-last-orders-card {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
}

.zl2-card-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.zl2-mini-orders {
  display: grid;
  gap: 8px;
}

.zl2-mini-order {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.zl2-mini-order span {
  color: var(--muted);
  font-weight: 850;
}

.zl2-mini-order strong {
  color: var(--ink);
  font-weight: 950;
  text-align: right;
}

.zl2-mini-order.zl2-mini-confirmed {
  --mini-color: var(--yellow);
}

.zl2-mini-order.zl2-mini-progress {
  --mini-color: var(--blue);
}

.zl2-mini-order.zl2-mini-done {
  --mini-color: var(--green);
}

.zl2-mini-order.zl2-mini-cancelled {
  --mini-color: var(--red);
}

.zl2-mini-order[class*="zl2-mini-"] {
  border-color: color-mix(in srgb, var(--mini-color, var(--line)) 35%, var(--line));
  background: color-mix(in srgb, var(--mini-color, var(--surface)) 7%, var(--surface));
}

.zl2-mini-order i {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--mini-color, var(--blue));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

.zl2-mini-order svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

.zl2-mini-progress svg circle {
  fill: currentColor;
  stroke: none;
}

.zl2-mini-order-detail {
  margin-top: -4px;
  border: 1px solid color-mix(in srgb, var(--status-color, var(--blue)) 28%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--status-color, var(--blue)) 7%, var(--surface));
  padding: 10px 12px;
  display: grid;
  gap: 8px;
}

.zl2-mini-order-detail div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.zl2-mini-order-detail strong {
  color: var(--ink);
}

.zl2-mini-order-detail span,
.zl2-mini-order-detail li {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}

.zl2-mini-order-detail ul {
  margin: 0;
  padding-left: 18px;
}

.zl2-mini-order-detail p {
  color: var(--status-color, var(--blue));
  font-weight: 950;
  text-align: right;
}

.zl2-admin-grid {
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.zl2-admin-grid article,
.zl2-dashboard-columns section {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 14px;
}

.zl2-admin-grid span {
  display: block;
  color: var(--blue);
  font-size: 1.35rem;
  font-weight: 950;
}

.zl2-admin-grid strong,
.zl2-dashboard-columns h3 {
  color: var(--muted);
  font-size: .82rem;
  text-transform: uppercase;
}

.zl2-dashboard-columns {
  padding: 0 14px 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.zl2-dashboard-columns section {
  display: grid;
  gap: 8px;
}

.zl2-dashboard-columns .zl2-wide-chart {
  grid-column: 1 / -1;
}

.zl2-dashboard-columns p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--ink);
  font-size: .88rem;
  font-weight: 750;
}

.zl2-chart-bars {
  display: grid;
  gap: 10px;
}

.zl2-chart-row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) 90px;
  gap: 10px;
  align-items: center;
}

.zl2-chart-row span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 900;
}

.zl2-chart-row div {
  height: 12px;
  border-radius: 999px;
  background: var(--surface-2);
  overflow: hidden;
}

.zl2-chart-row i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--green));
}

.zl2-chart-row strong {
  text-align: right;
  color: var(--ink);
  font-size: .82rem;
  font-weight: 950;
}

.zl2-pie-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.zl2-pie {
  width: 150px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .08);
}

.zl2-pie span {
  width: 84px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--surface);
  color: var(--ink);
  display: grid;
  place-items: center;
  text-align: center;
  font-size: .82rem;
  font-weight: 950;
}

.zl2-pie-legend {
  display: grid;
  gap: 8px;
}

.zl2-pie-legend p {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  color: var(--ink);
  font-size: .84rem;
  font-weight: 800;
}

.zl2-pie-legend i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.zl2-pie-legend strong {
  font-size: .8rem;
}

.zl2-dashboard-pro {
  background: linear-gradient(180deg, rgba(7, 88, 214, .06), var(--surface) 260px);
}

.zl2-dashboard-block {
  margin: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.zl2-dashboard-block + .zl2-dashboard-block {
  margin-top: 0;
}

.zl2-dashboard-block-head {
  padding: 14px 14px 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}

.zl2-dashboard-block-head h3 {
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.15;
}

.zl2-dashboard-yellow {
  border-color: color-mix(in srgb, var(--yellow) 46%, var(--line));
  background: linear-gradient(135deg, color-mix(in srgb, var(--yellow) 12%, var(--surface)), var(--surface) 52%);
}

.zl2-dashboard-green {
  border-color: color-mix(in srgb, var(--green) 36%, var(--line));
  background: linear-gradient(135deg, color-mix(in srgb, var(--green) 9%, var(--surface)), var(--surface) 52%);
}

.zl2-dashboard-blue {
  border-color: color-mix(in srgb, var(--blue) 32%, var(--line));
  background: linear-gradient(135deg, color-mix(in srgb, var(--blue) 9%, var(--surface)), var(--surface) 52%);
}

.zl2-dashboard-gray {
  border-color: color-mix(in srgb, var(--ink) 12%, var(--line));
  background: linear-gradient(135deg, color-mix(in srgb, var(--ink) 4%, var(--surface)), var(--surface) 52%);
}

.zl2-hero-metrics {
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.zl2-hero-metrics article {
  min-height: 112px;
  border: 1px solid rgba(7, 88, 214, .16);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 14px;
  display: grid;
  align-content: space-between;
  gap: 8px;
}

.zl2-hero-metrics .zl2-metric-day {
  border-color: #38bdf8;
  background: linear-gradient(135deg, rgba(56, 189, 248, .18), var(--surface) 62%);
}

.zl2-hero-metrics .zl2-metric-open {
  border-color: #073763;
  background: linear-gradient(135deg, rgba(7, 55, 99, .18), var(--surface) 62%);
}

.zl2-hero-metrics .zl2-metric-done {
  border-color: var(--green);
  background: linear-gradient(135deg, rgba(9, 138, 74, .16), var(--surface) 62%);
}

.zl2-hero-metrics .zl2-metric-wait {
  border-color: var(--yellow);
  background: linear-gradient(135deg, rgba(241, 185, 11, .22), var(--surface) 62%);
}

.zl2-hero-metrics small {
  color: var(--muted);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.zl2-hero-metrics strong {
  color: var(--ink);
  font-size: 1.65rem;
  font-weight: 950;
  line-height: 1.05;
}

.zl2-hero-metrics span {
  color: var(--blue);
  font-size: .84rem;
  font-weight: 850;
}

.zl2-theme-metrics {
  padding-top: 10px;
}

.zl2-health-strip {
  padding: 0 14px 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.zl2-health-strip-inline {
  padding: 0;
  min-width: min(620px, 48vw);
}

.zl2-health-strip-inline article {
  min-height: 42px;
  padding: 6px 8px;
}

.zl2-health-strip article {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 7px 9px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 6px;
  align-items: center;
}

.zl2-health-strip article > i {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--blue) 12%, var(--surface));
  color: var(--blue);
  display: grid;
  place-items: center;
}

.zl2-health-strip article > i svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.zl2-health-strip article.zl2-ok {
  border-color: color-mix(in srgb, var(--green) 45%, var(--line));
  background: linear-gradient(135deg, color-mix(in srgb, var(--green) 12%, var(--surface)), var(--surface));
}

.zl2-health-strip article.zl2-alerting {
  border-color: color-mix(in srgb, var(--yellow) 55%, var(--line));
  background: linear-gradient(135deg, color-mix(in srgb, var(--yellow) 16%, var(--surface)), var(--surface));
}

.zl2-health-strip small {
  color: var(--muted);
  font-size: .64rem;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.zl2-health-strip strong {
  color: var(--ink);
  font-size: .88rem;
  font-weight: 950;
  line-height: 1.1;
}

.zl2-health-strip span {
  color: var(--muted);
  font-size: .8rem;
  font-weight: 850;
}

.zl2-health-strip article.zl2-ok > i {
  color: var(--green);
  background: color-mix(in srgb, var(--green) 14%, var(--surface));
}

.zl2-health-strip article.zl2-alerting > i {
  color: var(--yellow);
  background: color-mix(in srgb, var(--yellow) 18%, var(--surface));
}

.zl2-health-strip .zl2-outline-button {
  min-height: 30px;
  justify-content: center;
  padding: 0 8px;
  font-size: .76rem;
}

.zl2-health-warnings {
  margin: 0 14px 14px;
  border: 1px solid color-mix(in srgb, var(--yellow) 52%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--yellow) 10%, var(--surface));
  padding: 10px;
  display: grid;
  gap: 6px;
}

.zl2-health-warnings p {
  color: var(--ink);
  font-size: .84rem;
  font-weight: 850;
  line-height: 1.35;
}

.zl2-settings-grid {
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.zl2-settings-grid section {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 14px;
  display: grid;
  gap: 10px;
}

.zl2-settings-grid h3 {
  color: var(--muted);
  font-size: .82rem;
  text-transform: uppercase;
}

.zl2-settings-wide {
  grid-column: 1 / -1;
}

.zl2-storage-panel {
  border-color: color-mix(in srgb, var(--blue) 24%, var(--line)) !important;
  background: linear-gradient(135deg, color-mix(in srgb, var(--blue) 7%, var(--surface)), var(--surface)) !important;
}

.zl2-storage-panel > div:first-child p {
  color: var(--muted);
  font-size: .84rem;
  font-weight: 800;
}

.zl2-storage-grid {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
  gap: 10px;
  align-items: stretch;
}

.zl2-storage-list {
  display: grid;
  gap: 7px;
}

.zl2-storage-list p {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  padding: 9px 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.zl2-storage-list strong,
.zl2-storage-list span {
  color: var(--ink);
  font-size: .82rem;
  font-weight: 900;
}

.zl2-storage-list span {
  color: var(--muted);
  text-align: right;
}

.zl2-cleanup-form {
  border-top: 1px solid var(--line);
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.zl2-cleanup-form .zl2-outline-button {
  width: auto;
  min-height: 34px;
  padding: 0 10px;
  flex: 0 0 auto;
  font-size: .78rem;
}

.zl2-cleanup-form label {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted);
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .8rem;
  font-weight: 900;
}

.zl2-cleanup-form select {
  min-height: 30px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 900;
}

.zl2-cleanup-form small {
  color: var(--muted);
  font-weight: 800;
}

.zl2-audit-sector-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.zl2-audit-sector-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  padding: 10px;
}

.zl2-audit-sector-grid h4 {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: .8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.zl2-internal-users {
  display: grid;
  gap: 8px;
}

.zl2-internal-users article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  padding: 10px;
  display: grid;
  gap: 5px;
}

.zl2-internal-users strong {
  color: var(--ink);
}

.zl2-internal-users span,
.zl2-internal-users p,
.zl2-internal-users em {
  color: var(--muted);
  font-size: .82rem;
  font-style: normal;
  font-weight: 800;
}

.zl2-internal-users em {
  color: var(--red);
}

.zl2-internal-users .zl2-ok-text {
  color: var(--green);
}

.zl2-settings-warnings {
  margin: 0;
}

.zl2-settings-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.zl2-settings-actions .zl2-outline-button,
.zl2-settings-form button[type="submit"] {
  width: auto;
  min-height: 36px;
  justify-self: start;
  padding: 0 12px;
  font-size: .82rem;
}

.zl2-dashboard-split {
  padding: 0 14px 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.zl2-dashboard-split section {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 14px;
  display: grid;
  gap: 10px;
}

.zl2-dashboard-pies {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zl2-activity-dashboard {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zl2-sales-insights {
  padding: 0 14px 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.zl2-sales-insights article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  padding: 12px;
  display: grid;
  gap: 4px;
}

.zl2-sales-insights strong {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 950;
}

.zl2-sales-insights span {
  color: var(--muted);
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.3;
}

.zl2-critical-stock-mini {
  font-size: .86rem;
}

.zl2-critical-stock-mini .zl2-activity-list {
  max-height: 168px;
  overflow: auto;
}

.zl2-dashboard-split h3 {
  color: var(--muted);
  font-size: .82rem;
  text-transform: uppercase;
}

.zl2-activity-list {
  display: grid;
  gap: 8px;
}

.zl2-activity-list p {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  padding: 9px 10px;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.zl2-activity-list strong {
  color: var(--ink);
  font-size: .8rem;
  font-weight: 950;
}

.zl2-activity-list span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.25;
}

.zl2-approval {
  margin-bottom: 12px;
  background: linear-gradient(135deg, #111827, #334155);
}

.zl2-orders-panel {
  overflow: hidden;
}

.zl2-orders-list {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.zl2-kanban {
  display: grid;
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  gap: 10px;
  padding: 14px;
  overflow-x: auto;
}

.zl2-status-filter,
.zl2-product-tools,
.zl2-stock-brand-filter {
  padding: 12px 14px;
  border-top: 1px solid var(--line);
  background: var(--surface-2);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.zl2-order-filter-shell {
  border-top: 1px solid var(--line);
  background: var(--surface-2);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .95fr);
  gap: 1px;
}

.zl2-status-filter-row {
  border-top: 0;
}

.zl2-status-filter-row > strong {
  color: var(--ink);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.zl2-inline-filter {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 900;
}

.zl2-inline-filter select,
.zl2-inline-filter input {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  padding: 0 9px;
  font-weight: 800;
}

.zl2-search-filter {
  min-width: min(260px, 100%);
}

.zl2-search-filter input {
  min-width: 210px;
}

.zl2-order-export-row {
  padding: 12px 14px 0;
  display: flex;
  justify-content: flex-end;
}

.zl2-download-orders {
  width: auto;
  min-height: 38px;
  padding: 0 12px;
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.zl2-download-orders svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

.zl2-last-update {
  margin-left: auto;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 900;
}

.zl2-status-filter button,
.zl2-stock-brand-filter button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.zl2-sheet-button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 950;
  white-space: nowrap;
}

.zl2-sheet-button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.zl2-sheet-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
}

.zl2-sheet-button input {
  display: none;
}

.zl2-sheet-button.zl2-download {
  background: var(--blue);
}

.zl2-sheet-button.zl2-upload {
  background: var(--green);
}

.zl2-stock-brand-filter button {
  gap: 7px;
}

.zl2-stock-type-inline {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 8px;
  font-size: .74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.zl2-stock-type-inline select {
  min-height: 26px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 950;
  outline: none;
}

.zl2-product-create-form,
.zl2-settings-form {
  margin: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.zl2-product-create-form label,
.zl2-settings-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.zl2-product-create-form input,
.zl2-product-create-form select,
.zl2-settings-form textarea {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--ink);
  padding: 8px;
  font: inherit;
}

.zl2-product-create-form > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-content: end;
}

.zl2-settings-form {
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.zl2-config-block {
  display: grid;
  gap: 7px;
}

.zl2-config-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.zl2-config-title button,
.zl2-config-row button {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--blue);
  display: grid;
  place-items: center;
}

.zl2-config-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px 34px;
  gap: 6px;
}

.zl2-config-block:not(:first-child) .zl2-config-row {
  grid-template-columns: minmax(0, 1fr) 34px;
}

.zl2-config-row input,
.zl2-config-row select {
  width: 100%;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--ink);
  padding: 7px 8px;
  font: inherit;
}

.zl2-settings-form .zl2-auth-message {
  grid-column: 1 / -1;
}

.zl2-stock-brand-filter button .zl2-brand-dot {
  background: var(--chip-color);
}

.zl2-status-filter button.zl2-active,
.zl2-stock-brand-filter button.zl2-active {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.zl2-kanban-column {
  min-height: 420px;
  border: 1px solid color-mix(in srgb, var(--status-color, var(--line)) 34%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--status-color, var(--surface-2)) 8%, var(--surface));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.zl2-kanban-column header {
  min-height: 58px;
  padding: 10px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 9px;
}

.zl2-kanban-column header em {
  margin-left: auto;
  min-width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--status-color, var(--blue));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 950;
}

.zl2-kanban-column header > span {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--status-color, var(--blue));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.zl2-kanban-column svg,
.zl2-kanban-card button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.zl2-kanban-column strong {
  display: block;
  color: var(--ink);
  font-size: .92rem;
  font-weight: 950;
}

.zl2-kanban-column small {
  color: var(--muted);
  font-weight: 800;
}

.zl2-kanban-list {
  min-width: 0;
  padding: 10px;
  display: grid;
  align-content: start;
  gap: 10px;
}

.zl2-kanban-card {
  border: 1px solid color-mix(in srgb, var(--status-color, var(--line)) 28%, var(--line));
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 10px 22px color-mix(in srgb, var(--status-color, var(--blue)) 13%, transparent);
  padding: 10px;
  display: grid;
  gap: 8px;
}

.zl2-kanban-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.zl2-kanban-card-head strong {
  color: var(--status-color, var(--blue));
}

.zl2-kanban-card-head span {
  color: var(--ink);
  font-weight: 950;
}

.zl2-kanban-card h3 {
  font-size: .94rem;
  line-height: 1.2;
}

.zl2-kanban-card p,
.zl2-kanban-card li {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.35;
}

.zl2-kanban-card ul {
  margin: 0;
  padding-left: 16px;
}

.zl2-kanban-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.zl2-kanban-actions button {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border: 1px solid color-mix(in srgb, var(--status-color, var(--blue)) 34%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--status-color, var(--blue)) 13%, var(--surface));
  color: var(--status-color, var(--blue));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  font-weight: 950;
}

.zl2-kanban-actions button:first-child {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.zl2-kanban-actions button:last-child {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.zl2-kanban-actions button[data-cancel="1"] {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.zl2-kanban-actions span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.zl2-order-list-toolbar {
  margin: 12px 14px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  padding: 9px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.zl2-order-list-toolbar label,
.zl2-order-list-toolbar span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 900;
}

.zl2-order-list-toolbar button,
.zl2-line-print {
  min-height: 34px;
  border: 1px solid color-mix(in srgb, var(--blue) 34%, var(--line));
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: .78rem;
  font-weight: 950;
}

.zl2-order-list-toolbar button span {
  color: #fff;
}

.zl2-line-print {
  width: 36px;
  min-width: 36px;
  padding: 0;
}

.zl2-order-list-toolbar button[data-order-bulk="next"] {
  background: var(--green);
  border-color: var(--green);
}

.zl2-order-list-toolbar svg,
.zl2-line-print svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.zl2-order-line-list {
  padding: 14px;
  display: grid;
  gap: 7px;
}

.zl2-order-line {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 10px;
  display: grid;
  grid-template-columns: 28px 96px minmax(180px, 1fr) minmax(120px, .55fr) 100px 120px 100px;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.zl2-order-line-head {
  background: var(--surface-2);
  color: var(--muted);
  font-size: .74rem;
  font-weight: 950;
  text-transform: uppercase;
  cursor: default;
}

.zl2-order-line-detail {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.zl2-section-note {
  margin-top: 5px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.35;
}

.zl2-order-card {
  padding: 14px;
  box-shadow: none;
  border-left: 5px solid var(--line);
}

.zl2-order-card[class*="zl2-status-"] {
  border-left-color: var(--status-color, var(--line));
}

.zl2-admin-order-card {
  background: linear-gradient(90deg, color-mix(in srgb, var(--status-color, var(--blue)) 8%, var(--surface)), var(--surface) 48%);
}

.zl2-order-card-compact.zl2-status-confirmed {
  border-color: #2563eb;
  background: linear-gradient(90deg, rgba(37, 99, 235, .08), var(--surface) 42%);
}

.zl2-order-card-compact.zl2-status-separating {
  border-color: #f59e0b;
  background: linear-gradient(90deg, rgba(245, 158, 11, .1), var(--surface) 42%);
}

.zl2-order-card-compact.zl2-status-ready {
  border-color: #16a34a;
  background: linear-gradient(90deg, rgba(22, 163, 74, .09), var(--surface) 42%);
}

.zl2-order-card-compact.zl2-status-finalized {
  border-color: #0f766e;
  background: linear-gradient(90deg, rgba(15, 118, 110, .08), var(--surface) 42%);
}

.zl2-order-card-compact.zl2-status-cancelled {
  border-color: #dc2626;
  background: linear-gradient(90deg, rgba(220, 38, 38, .08), var(--surface) 42%);
}

.zl2-order-card-compact {
  display: grid;
  gap: 9px;
}

.zl2-order-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.zl2-order-head h3 {
  margin-top: 3px;
  font-size: 1.05rem;
}

.zl2-status-pill {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--status-color, var(--blue)) 16%, var(--surface));
  color: var(--status-color, var(--blue));
  display: inline-flex;
  align-items: center;
  font-size: .88rem;
  font-weight: 950;
}

.zl2-order-customer {
  margin-top: 9px;
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--ink);
  padding: 9px 10px;
  font-size: .84rem;
  font-weight: 850;
}

.zl2-order-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.zl2-order-card li {
  margin: 4px 0;
}

.zl2-order-card-compact ul {
  margin-top: 0;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.35;
}

.zl2-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: 12px;
}

.zl2-timeline span {
  min-height: 30px;
  border-radius: 8px;
  padding: 7px 8px;
  background: var(--surface-2);
  color: var(--muted);
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.zl2-timeline span.zl2-current {
  background: color-mix(in srgb, var(--status-color, var(--green)) 15%, var(--surface));
  color: var(--status-color, var(--green));
}

.zl2-progress-dots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  align-items: center;
}

.zl2-progress-dots span {
  position: relative;
  height: 10px;
  border-radius: 999px;
  background: var(--surface-2);
}

.zl2-progress-dots span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  transform: translate(-50%, -50%);
}

.zl2-progress-dots span.zl2-current::before {
  width: 20px;
  height: 20px;
  border-color: var(--status-color, var(--green));
  background: var(--status-color, var(--green));
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--status-color, var(--green)) 18%, transparent);
}

.zl2-progress-caption {
  color: var(--muted);
  font-size: .84rem;
  font-weight: 750;
}

.zl2-progress-caption strong {
  color: var(--ink);
}

.zl2-status-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.zl2-status-actions button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  background: color-mix(in srgb, var(--status-color, var(--blue)) 13%, var(--surface));
  color: var(--status-color, var(--blue));
  border: 1px solid color-mix(in srgb, var(--status-color, var(--blue)) 38%, var(--line));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.zl2-status-actions button:disabled {
  opacity: .45;
}

.zl2-status-actions button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.zl2-status-actions svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
}

.zl2-status-actions .zl2-next-action {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.zl2-status-actions .zl2-cancel-action {
  background: #d84c4c;
  border-color: #d84c4c;
  color: #fff;
}

.zl2-status-actions .zl2-print-action {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.zl2-status-actions .zl2-copy-action {
  background: var(--black);
  border-color: var(--black);
  color: #fff;
}

.zl2-repeat-order {
  min-height: 36px;
  width: auto;
  padding: 0 12px;
  justify-self: end;
}

.zl2-repeat-order svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
}

.zl2-status-received {
  --status-color: #64748b;
}

.zl2-status-confirmed {
  --status-color: #f1b90b;
}

.zl2-status-separating {
  --status-color: #38bdf8;
}

.zl2-status-ready {
  --status-color: #0758d6;
}

.zl2-status-delivered {
  --status-color: #098a4a;
}

.zl2-status-finalized {
  --status-color: #098a4a;
}

.zl2-status-cancelled {
  --status-color: #d84c4c;
}

.zl2-cancel-reason {
  border-radius: 8px;
  background: rgba(216, 76, 76, .12);
  color: #b91c1c;
  padding: 8px 10px;
  font-size: .82rem;
  font-weight: 850;
}

.zl2-order-benefit {
  border-radius: 8px;
  background: rgba(9, 138, 74, .1);
  color: var(--green);
  padding: 8px 10px;
  font-size: .82rem;
  font-weight: 850;
}

.zl2-management-tabs {
  position: sticky;
  top: 72px;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  backdrop-filter: blur(10px);
}

.zl2-management-tabs button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--ink);
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-weight: 900;
}

.zl2-management-tabs svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.zl2-management-tabs button.zl2-active {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.zl2-management-tabs .zl2-whatsapp {
  width: auto;
  min-height: 38px;
  padding: 0 12px;
}

.zl2-customers-list {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.zl2-customer-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.zl2-customer-row {
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 48px;
  padding: 9px 10px;
  cursor: pointer;
}

.zl2-customer-line {
  display: grid;
  grid-template-columns: 86px minmax(160px, .7fr) minmax(220px, 1fr);
  gap: 10px;
  align-items: center;
}

.zl2-customer-line strong {
  color: var(--blue);
  font-size: .86rem;
  font-weight: 950;
}

.zl2-customer-line span {
  color: var(--ink);
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zl2-customer-line em {
  color: var(--muted);
  font-size: .82rem;
  font-style: normal;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zl2-row-actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 5px;
}

.zl2-row-actions button,
.zl2-stock-actions button {
  min-width: 34px;
}

.zl2-row-actions button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--ink);
  display: grid;
  place-items: center;
}

.zl2-row-actions button.zl2-action-approved {
  border-color: color-mix(in srgb, var(--green) 55%, var(--line));
  background: var(--green);
  color: #fff;
}

.zl2-row-actions button.zl2-action-blocked {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.zl2-row-actions button svg,
.zl2-stock-actions button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.zl2-row-actions select {
  width: 82px;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  font-weight: 900;
  padding: 0 8px;
}

.zl2-customer-detail-row {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  padding-top: 9px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px 12px;
}

.zl2-customer-detail-row label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 800;
}

.zl2-customer-detail-row input,
.zl2-customer-detail-row textarea {
  width: 100%;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--ink);
  padding: 8px;
  font: inherit;
}

.zl2-detail-wide {
  grid-column: 1 / -1;
}

.zl2-customer-detail-row button.zl2-detail-wide {
  width: auto;
  min-height: 36px;
  justify-self: start;
  padding: 0 12px;
}

.zl2-sheet-button.zl2-insert {
  border-color: color-mix(in srgb, var(--green) 45%, var(--line));
  background: color-mix(in srgb, var(--green) 12%, var(--surface));
  color: var(--green);
}

.zl2-customer-card.zl2-tier-normal {
  background: linear-gradient(135deg, rgba(100, 116, 139, .14), var(--surface) 58%);
}

.zl2-customer-card.zl2-tier-ouro {
  border-color: #f1b90b;
  background: linear-gradient(135deg, rgba(241, 185, 11, .26), var(--surface) 58%);
  box-shadow: 0 12px 24px rgba(241, 185, 11, .14);
}

.zl2-customer-card.zl2-tier-prime {
  border-color: #0758d6;
  background: linear-gradient(135deg, rgba(7, 88, 214, .22), var(--surface) 58%);
  box-shadow: 0 12px 24px rgba(7, 88, 214, .16);
}

.zl2-profile-panel.zl2-tier-ouro {
  border-color: #f1b90b;
  background: linear-gradient(180deg, rgba(241, 185, 11, .12), var(--surface) 150px);
}

.zl2-profile-panel.zl2-tier-prime {
  border-color: #0758d6;
  background: linear-gradient(180deg, rgba(7, 88, 214, .12), var(--surface) 150px);
}

.zl2-customer-card h3 {
  margin: 2px 0 6px;
  font-size: 1rem;
}

.zl2-customer-card p:not(.zl2-eyebrow) {
  color: var(--muted);
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.45;
}

.zl2-customer-card .zl2-status-actions button {
  width: auto;
  min-width: 86px;
  padding: 0 12px;
  color: var(--ink);
  background: var(--surface-2);
  border-color: var(--line);
}

.zl2-stock-summary {
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  border-top: 1px solid var(--line);
}

.zl2-stock-summary article,
.zl2-stock-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 12px;
}

.zl2-stock-summary span {
  display: block;
  color: var(--blue);
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1;
}

.zl2-stock-summary strong {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.zl2-check-label {
  align-content: end;
}

.zl2-check-label input {
  width: auto;
  min-height: auto;
  margin-right: 6px;
}

.zl2-stock-list {
  padding: 14px;
  display: grid;
  gap: 10px;
}

.zl2-stock-card {
  display: grid;
  grid-template-columns: minmax(110px, .32fr) minmax(220px, 1fr) minmax(150px, .55fr) minmax(190px, .55fr) auto;
  gap: 12px;
  align-items: center;
}

.zl2-product-row {
  padding: 9px 10px;
}

.zl2-product-line h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zl2-product-line {
  display: contents;
}

.zl2-product-line strong,
.zl2-product-line span,
.zl2-product-line em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zl2-product-line strong {
  color: var(--blue);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.zl2-product-line span {
  color: var(--ink);
  font-weight: 950;
}

.zl2-product-line em {
  color: var(--muted);
  font-size: .82rem;
  font-style: normal;
  font-weight: 850;
}

.zl2-stock-card.zl2-stock-low {
  border-color: #d84c4c;
  background: linear-gradient(135deg, rgba(216, 76, 76, .13), var(--surface) 55%);
}

.zl2-stock-card h3 {
  margin: 2px 0 5px;
  font-size: .95rem;
}

.zl2-stock-card p:not(.zl2-eyebrow) {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 750;
}

.zl2-stock-numbers {
  text-align: center;
}

.zl2-stock-numbers span {
  display: block;
  color: var(--ink);
  font-size: 1.6rem;
  font-weight: 950;
  line-height: 1;
}

.zl2-stock-numbers small {
  color: var(--muted);
  font-weight: 850;
}

.zl2-stock-actions {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.zl2-product-edit {
  display: grid;
  grid-template-columns: minmax(104px, 1fr) minmax(90px, 1fr);
  gap: 8px;
}

.zl2-product-edit label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.zl2-product-edit input {
  width: 100%;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  padding: 0 8px;
  font-weight: 850;
}

.zl2-qty-inline span {
  display: grid;
  grid-template-columns: 30px minmax(46px, 1fr) 30px;
  gap: 4px;
}

.zl2-qty-inline button {
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--blue);
  font-weight: 950;
}

.zl2-product-detail-row {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  padding-top: 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px 12px;
}

.zl2-product-detail-row p {
  color: var(--muted);
  font-size: .8rem;
  font-weight: 800;
}

.zl2-stock-actions button {
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  color: var(--ink);
  padding: 0 10px;
  font-weight: 950;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.zl2-consult-shell {
  display: grid;
  gap: 14px;
}

.zl2-liza-shell {
  display: grid;
  gap: 12px;
  max-width: 980px;
}

.zl2-liza-hero,
.zl2-liza-chat {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.zl2-liza-hero {
  min-height: 106px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--blue) 14%, var(--surface)), var(--surface));
}

.zl2-liza-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--blue) 24%, transparent);
}

.zl2-liza-avatar svg,
.zl2-liza-nav svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.zl2-liza-avatar svg {
  width: 30px;
  height: 30px;
}

.zl2-liza-hero h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.7rem;
  line-height: 1;
}

.zl2-liza-hero p:not(.zl2-eyebrow) {
  margin-top: 6px;
  color: var(--muted);
  font-weight: 800;
}

.zl2-liza-status {
  min-height: 30px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--green) 14%, var(--surface));
  color: var(--green);
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  font-size: .78rem;
  font-weight: 950;
}

.zl2-liza-chat {
  padding: 12px;
  display: grid;
  gap: 10px;
}

.zl2-liza-messages {
  min-height: 310px;
  max-height: 430px;
  overflow: auto;
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 8px;
  border-radius: 8px;
  background: var(--surface-2);
}

.zl2-liza-message {
  width: min(82%, 620px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 10px;
}

.zl2-liza-message strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: .76rem;
  text-transform: uppercase;
}

.zl2-liza-message p {
  margin: 0;
  color: var(--muted);
  font-weight: 760;
  line-height: 1.45;
  white-space: pre-line;
}

.zl2-liza-user {
  justify-self: end;
  background: var(--blue);
  border-color: var(--blue);
}

.zl2-liza-user strong,
.zl2-liza-user p {
  color: #fff;
}

.zl2-liza-quick,
.zl2-liza-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.zl2-liza-quick button {
  min-height: 34px;
  border: 1px solid color-mix(in srgb, var(--blue) 20%, var(--line));
  border-radius: 999px;
  background: color-mix(in srgb, var(--blue) 8%, var(--surface));
  color: var(--blue);
  padding: 0 12px;
  font-weight: 950;
  font-size: .8rem;
}

.zl2-liza-products {
  display: grid;
  gap: 8px;
}

.zl2-liza-products article {
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 9px;
}

.zl2-liza-products strong,
.zl2-liza-products span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zl2-liza-products strong {
  color: var(--ink);
  font-size: .88rem;
}

.zl2-liza-products span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 850;
}

.zl2-liza-products button {
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  font-size: .78rem;
  font-weight: 950;
}

.zl2-liza-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.zl2-liza-form input {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  outline: 0;
  padding: 0 12px;
  font-weight: 850;
}

.zl2-liza-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--blue) 14%, transparent);
}

.zl2-liza-form button {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 950;
}

.zl2-liza-form svg,
.zl2-liza-actions svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.zl2-consult-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--blue) 12%, var(--surface)), var(--surface));
  box-shadow: var(--shadow);
  padding: 16px;
}

.zl2-consult-hero h1 {
  color: var(--ink);
  font-size: 1.65rem;
  line-height: 1.05;
}

.zl2-consult-hero p:not(.zl2-eyebrow) {
  color: var(--muted);
  font-weight: 750;
  margin-top: 6px;
}

.zl2-consult-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
}

.zl2-consult-tabs button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  font-weight: 950;
  white-space: nowrap;
}

.zl2-consult-tabs button.zl2-active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.zl2-consult-tabs svg,
.zl2-consult-card-actions svg,
.zl2-consult-result svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.zl2-consult-layout {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.zl2-consult-sidebar,
.zl2-consult-detail,
.zl2-consult-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 12px;
  min-width: 0;
}

.zl2-consult-sidebar {
  position: sticky;
  top: 92px;
}

.zl2-consult-tools {
  display: grid;
  gap: 9px;
}

.zl2-consult-tools-inline {
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: end;
  margin-bottom: 12px;
}

.zl2-consult-company-tools {
  grid-template-columns: minmax(130px, .7fr) minmax(130px, .7fr) minmax(220px, 1.4fr) auto;
  align-items: end;
  margin-bottom: 12px;
}

.zl2-consult-tools label {
  color: var(--muted);
  display: grid;
  gap: 6px;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.zl2-consult-tools input,
.zl2-consult-tools select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  padding: 0 10px;
  outline: 0;
  text-transform: none;
}

.zl2-consult-tools input:focus,
.zl2-consult-tools select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--blue) 14%, transparent);
}

.zl2-consult-tools span,
.zl2-consult-count {
  color: var(--muted);
  font-size: .84rem;
  font-weight: 850;
}

.zl2-consult-count {
  margin: 10px 0;
}

.zl2-consult-list {
  display: grid;
  gap: 7px;
  max-height: calc(100vh - 280px);
  overflow: auto;
}

.zl2-consult-result {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--blue) 4%, var(--surface));
  color: var(--ink);
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 7px;
  text-align: left;
}

.zl2-consult-result.zl2-active,
.zl2-consult-result:hover {
  border-color: var(--blue);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .1);
}

.zl2-consult-result img,
.zl2-consult-result > span {
  width: 42px;
  height: 42px;
  border-radius: 7px;
  background: var(--surface);
  border: 1px solid var(--line);
  object-fit: contain;
  grid-row: span 2;
  display: grid;
  place-items: center;
  padding: 4px;
}

.zl2-consult-result strong,
.zl2-consult-result small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zl2-consult-result small {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 750;
}

.zl2-consult-device {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.zl2-consult-device h2 {
  color: var(--ink);
  font-size: 1.55rem;
  line-height: 1.1;
}

.zl2-consult-device p:not(.zl2-eyebrow) {
  color: var(--muted);
  font-weight: 800;
  margin-top: 5px;
}

.zl2-consult-device img,
.zl2-consult-phone {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--blue) 5%, var(--surface));
  object-fit: contain;
  padding: 10px;
}

.zl2-consult-phone {
  display: grid;
  place-items: center;
  color: var(--blue);
}

.zl2-consult-phone svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.zl2-consult-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.zl2-consult-specs div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--blue) 5%, var(--surface));
  padding: 10px;
}

.zl2-consult-specs span {
  color: var(--muted);
  display: block;
  font-size: .7rem;
  font-weight: 950;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.zl2-consult-specs strong {
  color: var(--ink);
  overflow-wrap: anywhere;
}

.zl2-consult-section {
  margin-top: 12px;
}

.zl2-consult-section h3 {
  color: var(--ink);
  font-size: 1rem;
  margin-bottom: 8px;
}

.zl2-consult-problem {
  border: 1px solid color-mix(in srgb, var(--yellow) 42%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--yellow) 12%, var(--surface));
  color: var(--ink);
  font-weight: 760;
  line-height: 1.35;
  margin-bottom: 7px;
  padding: 10px;
}

.zl2-consult-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 8px;
  background: #0f172a;
  margin-bottom: 10px;
}

.zl2-consult-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.zl2-consult-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 12px;
  min-width: 0;
}

.zl2-consult-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--blue) 4%, var(--surface));
  object-fit: cover;
  margin-bottom: 10px;
}

.zl2-consult-card small {
  color: var(--blue);
  display: block;
  font-size: .72rem;
  font-weight: 950;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.zl2-consult-card h3 {
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.2;
  margin-bottom: 7px;
}

.zl2-consult-card p,
.zl2-consult-card dd {
  color: var(--muted);
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.35;
}

.zl2-consult-card dl {
  display: grid;
  gap: 5px;
  margin-top: 9px;
}

.zl2-consult-card dt {
  color: var(--ink);
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.zl2-consult-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.zl2-consult-card-actions a {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 900;
}

.zl2-consult-card-actions a:hover {
  border-color: var(--blue);
  background: color-mix(in srgb, var(--blue) 6%, var(--surface));
}

.zl2-consult-empty,
.zl2-loading-panel {
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  padding: 18px;
  font-weight: 850;
  line-height: 1.45;
}

.zl2-dark {
  --bg: #07111f;
  --surface: #101b2c;
  --surface-2: #152338;
  --ink: #eef4ff;
  --muted: #9fb0c8;
  --line: #243653;
  --shadow: 0 18px 38px rgba(0, 0, 0, .28);
}

.zl2-dark .zl2-image-wrap,
.zl2-dark .zl2-image-modal-body {
  background: #fff;
}

.zl2-dark .zl2-price,
.zl2-dark .zl2-card-title {
  color: #fff;
}

.zl2-dark .zl2-card-meta {
  color: #b8c7dc;
}

@media (max-width: 1280px) {
  .zl2-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) {
  .zl2-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .zl2-topbar-inner {
    grid-template-columns: 1fr auto;
  }

  .zl2-consult-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zl2-workspace {
    grid-template-columns: 1fr;
    padding-bottom: 90px;
  }

  .zl2-showcase {
    grid-template-columns: 1fr;
  }

  .zl2-cart {
    position: fixed;
    left: 10px;
    right: 10px;
    width: auto;
    bottom: 74px;
    top: auto;
    z-index: 60;
    max-height: calc(100vh - 96px);
    display: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .zl2-cart.zl2-open {
    display: grid;
  }

  .zl2-cart-items {
    max-height: none;
  }
}

@media (max-width: 760px) {
  #zl-erp-app {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .zl2-app,
  .zl2-app * {
    max-width: 100%;
  }

  .zl2-topbar-inner {
    padding: 8px 10px;
    gap: 8px;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .zl2-brand {
    min-width: 0;
  }

  .zl2-logo {
    width: 42px;
    height: 42px;
  }

  .zl2-brand strong {
    font-size: .9rem;
  }

  .zl2-brand span span {
    font-size: .7rem;
  }

  .zl2-top-greeting strong {
    max-width: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: .76rem;
    line-height: 1.05;
  }

  .zl2-mobile-break {
    display: block;
  }

  .zl2-desktop-space {
    display: none;
  }

  .zl2-top-greeting em {
    display: none;
  }

  .zl2-top-actions {
    gap: 6px;
    min-width: 0;
  }

  .zl2-icon-button,
  .zl2-theme-button {
    width: 38px;
    height: 38px;
  }

  .zl2-nav-button {
    min-width: 40px;
    width: 40px;
    min-height: 38px;
    padding: 0;
  }

  .zl2-nav-button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .zl2-nav-button svg {
    width: 18px;
    height: 18px;
  }

  .zl2-nav-button em {
    top: -6px;
    right: -7px;
  }

  .zl2-shell {
    width: 100%;
    padding: 10px 10px 88px;
    overflow-x: clip;
  }

  .zl2-workspace {
    width: 100%;
    min-width: 0;
    padding-bottom: 0;
    margin-top: 12px;
  }

  .zl2-showcase {
    gap: 8px;
    width: 100%;
    min-width: 0;
  }

  .zl2-carousel {
    display: block;
    padding: 8px;
  }

  .zl2-slide {
    min-height: 178px;
    padding: 18px;
  }

  .zl2-slide h2 {
    max-width: 18ch;
    font-size: 1.42rem;
  }

  .zl2-slide p:last-child {
    margin-top: 10px;
    font-size: .86rem;
  }

  .zl2-slide-link {
    min-height: 36px;
    margin-top: 12px;
    padding: 0 12px;
    font-size: .82rem;
  }

  .zl2-feature-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    width: 100%;
    min-width: 0;
  }

  .zl2-feature-button {
    min-height: 56px;
    padding: 10px;
    font-size: .72rem;
    line-height: 1.15;
  }

  .zl2-brands {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding-bottom: 0;
    width: 100%;
    min-width: 0;
  }

  .zl2-brand-chip {
    min-height: 42px;
    width: 100%;
    justify-content: center;
    padding: 0 6px;
    gap: 6px;
    font-size: .78rem;
  }

  .zl2-brand-dot {
    width: 8px;
    height: 8px;
  }

  .zl2-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    min-width: 0;
  }

  .zl2-panel,
  .zl2-filter-panel,
  .zl2-catalog-section,
  .zl2-product-card {
    min-width: 0;
  }

  .zl2-image-wrap {
    height: 132px;
    min-height: 132px;
  }

  .zl2-card-body {
    padding: 8px;
  }

  .zl2-card-title {
    min-height: 42px;
    font-size: .78rem;
    -webkit-line-clamp: 3;
  }

  .zl2-card-meta {
    font-size: .72rem;
  }

  .zl2-price {
    font-size: .98rem;
  }

  .zl2-card-button {
    min-height: 34px;
    font-size: .76rem;
  }

  .zl2-footer {
    width: 100%;
    padding: 0 10px 22px;
  }

  .zl2-footer-card,
  .zl2-auth-grid,
  .zl2-login,
  .zl2-register-form,
  .zl2-login-form,
  .zl2-customer-tools,
  .zl2-home-hero,
  .zl2-approval,
  .zl2-customer-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .zl2-home-grid {
    grid-template-columns: 1fr;
  }

  .zl2-client-dashboard,
  .zl2-consult-layout,
  .zl2-consult-device,
  .zl2-consult-grid,
  .zl2-consult-tools-inline,
  .zl2-consult-company-tools {
    grid-template-columns: 1fr;
  }

  .zl2-profile-form,
  .zl2-consult-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zl2-profile-form {
    gap: 8px;
    padding: 12px;
  }

  .zl2-profile-form .zl2-register-wide,
  .zl2-profile-form button,
  .zl2-profile-form .zl2-auth-message,
  .zl2-profile-form .zl2-danger-button {
    grid-column: 1 / -1;
  }

  .zl2-status-card {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .zl2-consult-hero {
    align-items: stretch;
    display: grid;
  }

  .zl2-liza-hero {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 12px;
  }

  .zl2-liza-avatar {
    width: 46px;
    height: 46px;
  }

  .zl2-liza-status {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .zl2-liza-messages {
    min-height: 300px;
    max-height: 390px;
  }

  .zl2-liza-message {
    width: 92%;
  }

  .zl2-liza-form {
    grid-template-columns: 1fr;
  }

  .zl2-consult-sidebar {
    position: static;
  }

  .zl2-consult-list {
    max-height: none;
  }

  .zl2-client-card {
    padding: 12px;
  }

  .zl2-client-stats {
    gap: 7px;
  }

  .zl2-client-points {
    min-height: 76px;
    padding: 9px;
    gap: 5px;
  }

  .zl2-client-points span {
    font-size: 1.45rem;
  }

  .zl2-status-card {
    gap: 9px;
    align-items: center;
    padding: 10px;
  }

  .zl2-status-illustration {
    width: 62px;
    border-radius: 14px;
  }

  .zl2-status-illustration-ring {
    inset: 10px;
    border-width: 6px;
  }

  .zl2-status-illustration-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .zl2-status-illustration-icon svg {
    width: 21px;
    height: 21px;
  }

  .zl2-status-card h2 {
    font-size: 1.06rem;
  }

  .zl2-status-card p {
    font-size: .8rem;
  }

  .zl2-status-progress {
    margin-top: 10px;
    gap: 4px;
  }

  .zl2-status-progress span {
    font-size: .62rem;
  }

  .zl2-status-progress em {
    max-width: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .zl2-order-filter-shell {
    grid-template-columns: 1fr;
  }

  .zl2-status-filter-row {
    align-items: stretch;
  }

  .zl2-inline-filter,
  .zl2-inline-filter select,
  .zl2-inline-filter input {
    width: 100%;
  }

  .zl2-card-title-row {
    align-items: flex-start;
  }

  .zl2-active-order {
    grid-template-columns: 1fr;
  }

  .zl2-admin-grid,
  .zl2-dashboard-columns,
  .zl2-dashboard-split,
  .zl2-dashboard-pies,
  .zl2-activity-dashboard,
  .zl2-sales-insights,
  .zl2-storage-grid,
  .zl2-discount-showcase,
  .zl2-hero-metrics,
  .zl2-health-strip,
  .zl2-settings-grid,
  .zl2-admin-page-head,
  .zl2-audit-sector-grid,
  .zl2-product-edit,
  .zl2-chart-row {
    grid-template-columns: 1fr;
  }

  .zl2-health-strip-inline {
    min-width: 0;
  }

  .zl2-header-icon-actions {
    justify-content: flex-start;
  }

  .zl2-product-head-left {
    align-items: flex-start;
    display: grid;
    gap: 10px;
  }

  .zl2-product-create-form,
  .zl2-settings-form {
    grid-template-columns: 1fr;
  }

  .zl2-product-create-form > div {
    grid-template-columns: 1fr;
  }

  .zl2-settings-wide {
    grid-column: auto;
  }

  .zl2-chart-row strong {
    text-align: left;
  }

  .zl2-pie-card {
    grid-template-columns: 1fr;
  }

  .zl2-pie {
    width: min(180px, 100%);
    justify-self: center;
  }

  .zl2-stock-summary,
  .zl2-stock-card {
    grid-template-columns: 1fr;
  }

  .zl2-stock-numbers {
    text-align: left;
  }

  .zl2-stock-actions {
    justify-content: flex-start;
  }

  .zl2-fast-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zl2-customer-card .zl2-status-actions {
    justify-content: flex-start;
  }

  .zl2-customer-row,
  .zl2-stock-card {
    grid-template-columns: 1fr;
  }

  .zl2-customer-line {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .zl2-customer-line em {
    grid-column: 1 / -1;
  }

  .zl2-row-actions {
    justify-content: flex-start;
  }

  .zl2-customer-detail-row {
    grid-template-columns: 1fr;
  }

  .zl2-product-line {
    display: grid;
    gap: 4px;
  }

  .zl2-product-edit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zl2-product-detail-row {
    grid-template-columns: 1fr;
  }

  .zl2-status-actions select {
    width: 100%;
  }

  .zl2-kanban {
    grid-template-columns: minmax(250px, 82vw);
    grid-auto-columns: minmax(250px, 82vw);
    grid-auto-flow: column;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .zl2-kanban-column {
    min-height: 360px;
    scroll-snap-align: start;
  }

  .zl2-footer-links {
    justify-content: flex-start;
  }

  .zl2-timeline {
    grid-template-columns: 1fr;
  }

  .zl2-order-line {
    grid-template-columns: 1fr;
  }

  .zl2-order-line-head {
    display: none;
  }
}
