body.is-producer-view #academy-producer.panel:not(.is-login-gate) {
  width: 100%;
  max-width: none;
  padding: 0;
  background: #f7f5ef;
}

body.is-producer-view #producer-state.state {
  padding: 0;
}

.producer-workspace {
  display: grid;
  grid-template-columns: 224px minmax(0, 1fr);
  min-height: calc(100dvh - 96px);
  color: #0b1d3c;
}

.producer-sidebar {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  min-height: calc(100dvh - 96px);
  padding: 26px 18px 22px;
  background: #031b3e;
  color: #fff;
}

.producer-sidebar-brand {
  display: block;
  padding: 0 8px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.producer-sidebar-brand img {
  display: block;
  width: 150px;
  height: auto;
}

.producer-sidebar nav,
.producer-sidebar-foot {
  display: grid;
  gap: 4px;
  margin-top: 24px;
}

.producer-sidebar-foot {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(197, 155, 68, .6);
}

.producer-sidebar button {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, .76);
  font-family: var(--academy-sans);
  font-size: 14px;
  text-align: left;
}

.producer-sidebar button span {
  color: #d1a44d;
  font-size: 18px;
  text-align: center;
}

.producer-sidebar button:hover,
.producer-sidebar button.active {
  background: rgba(22, 70, 170, .42);
  box-shadow: inset 3px 0 #1747df;
  color: #fff;
  transform: none;
}

.producer-dashboard {
  width: min(1500px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 54px);
}

.producer-dashboard-head,
.producer-section-head,
.producer-account,
.producer-quick-actions,
.producer-performance-summary {
  display: flex;
  align-items: center;
}

.producer-dashboard-head {
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

.producer-dashboard-head h1,
.producer-section-head h2 {
  margin: 0;
  color: #071b3d;
  font-family: var(--academy-serif);
  font-weight: 500;
}

.producer-dashboard-head h1 {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
}

.producer-dashboard-head p:not(.producer-kicker) {
  margin: 10px 0 0;
  color: #667085;
}

.producer-kicker {
  margin: 0 0 8px;
  color: #a27627;
  font-family: var(--academy-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.producer-account {
  gap: 12px;
  min-width: 250px;
  padding-left: 20px;
  border-left: 1px solid #d8d2c4;
}

.producer-account > span {
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid #c69a43;
  border-radius: 50%;
  background: #123fbe;
  color: #fff;
  font-family: var(--academy-serif);
  font-size: 22px;
  place-items: center;
}

.producer-account div {
  display: grid;
  min-width: 0;
}

.producer-account strong {
  max-width: 240px;
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.producer-account small,
.producer-data-note {
  color: #7b8190;
}

.producer-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d8d2c4;
  background: #fffefa;
}

.producer-metrics article {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 24px;
  border-right: 1px solid #ded8cb;
}

.producer-metrics article:last-child {
  border-right: 0;
}

.producer-metrics span,
.producer-metrics small {
  color: #6f7582;
  font-size: 12px;
}

.producer-metrics strong {
  color: #0b1d3c;
  font-family: var(--academy-serif);
  font-size: clamp(25px, 2.5vw, 36px);
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

.producer-quick-actions {
  gap: 10px;
  margin: 18px 0 28px;
}

.producer-quick-actions button,
.producer-products-panel .producer-section-head button,
.producer-orders-panel .producer-section-head button,
.producer-attention > button {
  min-height: 42px;
  border-radius: 0;
}

.producer-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, .7fr);
  gap: 18px;
}

.producer-performance,
.producer-attention,
.producer-products-panel,
.producer-orders-panel {
  border: 1px solid #d8d2c4;
  background: #fffefa;
}

.producer-performance,
.producer-attention,
.producer-products-panel,
.producer-orders-panel {
  padding: 24px;
}

.producer-section-head {
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.producer-section-head h2 {
  font-size: 24px;
}

.producer-section-head > span {
  min-width: 34px;
  padding: 7px 10px;
  border: 1px solid #ddd5c6;
  color: #6c7280;
  font-size: 11px;
  text-align: center;
}

.producer-performance-summary {
  gap: 42px;
  padding: 18px 0;
  border-top: 1px solid #e2ddd2;
  border-bottom: 1px solid #e2ddd2;
}

.producer-performance-summary div {
  display: grid;
  gap: 3px;
}

.producer-performance-summary small {
  color: #707686;
}

.producer-performance-summary strong {
  font-size: 22px;
  font-variant-numeric: tabular-nums;
}

.producer-empty-state,
.producer-empty-compact {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 180px;
  padding: 24px;
  color: #69707e;
  text-align: center;
}

.producer-empty-state > span {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 13px;
  border: 1px solid #c99c43;
  border-radius: 50%;
  color: #a27627;
  font-size: 22px;
  place-items: center;
}

.producer-empty-state strong,
.producer-empty-compact strong {
  color: #162542;
  font-family: var(--academy-serif);
  font-size: 19px;
  font-weight: 500;
}

.producer-empty-state p,
.producer-empty-compact p {
  max-width: 430px;
  margin: 7px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.producer-empty-state button {
  margin-top: 18px;
}

.producer-attention ul,
.producer-orders-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.producer-attention li {
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid #e4dfd5;
  color: #39445a;
  font-size: 13px;
  line-height: 1.4;
}

.producer-attention li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: 6px 0 -7px -20px;
  border-radius: 50%;
  background: #c99c43;
}

.producer-attention > button {
  width: 100%;
  margin-top: 16px;
}

.producer-table-wrap {
  overflow-x: auto;
}

.producer-products-panel table {
  width: 100%;
  border-collapse: collapse;
}

.producer-products-panel th,
.producer-products-panel td {
  padding: 14px 12px;
  border-bottom: 1px solid #e2ddd2;
  font-size: 13px;
  text-align: left;
}

.producer-products-panel th {
  color: #727887;
  font-size: 10px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.producer-products-panel tbody tr {
  cursor: pointer;
}

.producer-products-panel tbody tr:hover {
  background: #f7f4ec;
}

.producer-products-panel td:first-child {
  display: grid;
  min-width: 220px;
}

.producer-products-panel td small {
  color: #7a8090;
}

.producer-status {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #d7d0c2;
  color: #5f6674;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.producer-status.is-success {
  border-color: #a9d3bd;
  background: #edf8f1;
  color: #267448;
}

.producer-status.is-warning {
  border-color: #e4c785;
  background: #fff8e7;
  color: #94650a;
}

.producer-orders-panel li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #e2ddd2;
}

.producer-orders-panel li > div {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.producer-orders-panel li > div:last-child {
  justify-items: end;
}

.producer-orders-panel li strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.producer-orders-panel li small {
  color: #7a8090;
}

.producer-data-note {
  margin: 18px 0 0;
  font-size: 11px;
}

.producer-create-product {
  flex: 0 0 auto;
  min-height: 48px;
  padding-inline: 22px;
}

.producer-catalog-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
  border: 1px solid #d8d2c4;
  background: #fffefa;
}

.producer-catalog-summary div {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 18px 22px;
  border-right: 1px solid #ded8cb;
}

.producer-catalog-summary div:last-child {
  border-right: 0;
}

.producer-catalog-summary strong {
  color: #0b1d3c;
  font-family: var(--academy-serif);
  font-size: 28px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

.producer-catalog-summary span,
.producer-catalog-panel-head > p {
  color: #727887;
  font-size: 12px;
}

.producer-catalog-panel {
  border: 1px solid #d8d2c4;
  background: #fffefa;
}

.producer-catalog-panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px 20px;
  border-bottom: 1px solid #e2ddd2;
}

.producer-catalog-panel-head h2 {
  margin: 0;
  color: #071b3d;
  font-family: var(--academy-serif);
  font-size: 28px;
  font-weight: 500;
}

.producer-catalog-panel-head > p {
  margin: 0 0 3px;
}

.producer-product-filters {
  display: grid;
  grid-template-columns: minmax(240px, 1.7fr) repeat(4, minmax(140px, 1fr));
  gap: 12px;
  padding: 20px 26px;
  border-bottom: 1px solid #e2ddd2;
  background: #faf8f2;
}

.producer-product-filters label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.producer-product-filters label > span {
  color: #4e586d;
  font-family: var(--academy-mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.producer-product-filters input,
.producer-product-filters select {
  width: 100%;
  height: 48px;
  margin: 0;
  border: 1px solid #cbc5b9;
  border-radius: 0;
  background: #fff;
  color: #15223d;
  font-size: 13px;
}

.producer-product-search > div {
  position: relative;
}

.producer-product-search input {
  padding-right: 42px;
}

.producer-product-search div > span {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #1747df;
  font-size: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}

.producer-catalog-table-wrap {
  overflow-x: auto;
}

.producer-catalog-table {
  width: 100%;
  border-collapse: collapse;
}

.producer-catalog-table th,
.producer-catalog-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #e8e3d9;
  color: #465066;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
}

.producer-catalog-table th {
  background: #fffefa;
  color: #747b89;
  font-family: var(--academy-mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.producer-catalog-table tbody tr:hover {
  background: #faf8f2;
}

.producer-catalog-table tbody tr:last-child td {
  border-bottom: 0;
}

.producer-product-identity {
  display: grid;
  grid-template-columns: 44px minmax(180px, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 250px;
}

.producer-product-identity > img,
.producer-product-identity > span {
  display: grid;
  width: 44px;
  height: 56px;
  border: 1px solid #d4ccbc;
  background: #0a2c76;
  color: #fff;
  object-fit: cover;
  place-items: center;
}

.producer-product-identity > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.producer-product-identity strong {
  overflow: hidden;
  color: #15223d;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.producer-product-identity small {
  overflow: hidden;
  color: #7a8090;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.producer-product-price {
  color: #15223d;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.producer-open-product {
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid #1747df;
  background: transparent;
  box-shadow: none;
  color: #1747df;
  font-size: 10px;
  white-space: nowrap;
}

.producer-open-product:hover {
  background: #1747df;
  color: #fff;
  transform: none;
}

.producer-product-results .producer-empty-state {
  min-height: 280px;
}

.producer-product-page {
  min-height: 100vh;
}

.producer-product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
  color: #747b8b;
  font-size: 12px;
}

.producer-product-breadcrumb button {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #1747df;
  font: inherit;
  text-transform: none;
  letter-spacing: 0;
}

.producer-product-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.producer-product-head h1 {
  max-width: 820px;
  margin: 7px 0 14px;
  color: #0b1f3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}

.producer-product-badges,
.producer-product-head-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.producer-product-badges > span:not(.producer-status) {
  padding: 6px 10px;
  border: 1px solid #d7dbea;
  color: #5e6677;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.producer-product-head-actions a,
.producer-product-head-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #1747df;
  color: #1747df;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
  text-decoration: none;
}

.producer-product-head-actions .primary {
  color: #fff;
}

.producer-product-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
  border: 1px solid #ded8cb;
  background: #fff;
}

.producer-product-summary article {
  display: grid;
  gap: 5px;
  min-height: 126px;
  padding: 24px 28px;
  border-right: 1px solid #ded8cb;
}

.producer-product-summary article:last-child {
  border-right: 0;
}

.producer-product-summary span,
.producer-product-summary small {
  color: #778095;
  font-size: 11px;
}

.producer-product-summary strong {
  color: #0b1f3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.producer-product-grid {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(460px, 1.22fr);
  gap: 24px;
}

.producer-publication-card,
.producer-product-actions-panel {
  padding: 28px;
  border: 1px solid #ded8cb;
  background: #fff;
}

.producer-publication-card .producer-section-head,
.producer-product-actions-panel .producer-section-head {
  margin-bottom: 22px;
}

.producer-publication-card .producer-section-head > strong {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #c9d3f5;
  border-radius: 50%;
  color: #1747df;
  font-size: 12px;
}

.producer-publication-progress {
  height: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #e8ebf3;
}

.producer-publication-progress span {
  display: block;
  height: 100%;
  background: #1747df;
}

.producer-publication-card ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.producer-publication-card li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #ece8df;
}

.producer-publication-card li > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #cfd5e2;
  border-radius: 50%;
  color: transparent;
}

.producer-publication-card li.is-complete > span {
  border-color: #0b8664;
  background: #e7f6f0;
  color: #087454;
}

.producer-publication-card li div {
  display: grid;
  gap: 3px;
}

.producer-publication-card li strong {
  color: #182541;
  font-size: 12px;
}

.producer-publication-card li small {
  color: #838b99;
  font-size: 10px;
}

.producer-product-note {
  margin: 20px 0 0;
  padding: 14px 16px;
  border-left: 3px solid #c68b2d;
  background: #faf4e8;
  color: #6f582f;
  font-size: 11px;
  line-height: 1.5;
}

.producer-product-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.producer-product-action {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  min-height: 100px;
  padding: 17px;
  border: 1px solid #dce0ea;
  background: #fff;
  box-shadow: none;
  color: #15223d;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}

.producer-product-action:hover {
  border-color: #1747df;
  background: #f7f9ff;
  transform: none;
}

.producer-product-action > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #ccd6f8;
  color: #1747df;
  font-size: 17px;
}

.producer-product-action div {
  display: grid;
  gap: 5px;
}

.producer-product-action strong {
  font-size: 12px;
}

.producer-product-action small {
  color: #747d8e;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.producer-product-action i {
  color: #1747df;
  font-size: 16px;
  font-style: normal;
}

@media (max-width: 1100px) {
  .producer-workspace { grid-template-columns: 76px minmax(0, 1fr); }
  .producer-sidebar { padding-inline: 10px; }
  .producer-sidebar-brand { padding-inline: 0; }
  .producer-sidebar-brand img { width: 56px; object-fit: cover; object-position: left; }
  .producer-sidebar button { grid-template-columns: 1fr; padding: 0; font-size: 0; text-align: center; }
  .producer-sidebar button span { font-size: 20px; }
  .producer-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .producer-metrics article:nth-child(2) { border-right: 0; }
  .producer-metrics article:nth-child(-n+2) { border-bottom: 1px solid #ded8cb; }
  .producer-product-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .producer-product-search { grid-column: 1 / -1; }
  .producer-product-head { align-items: flex-start; flex-direction: column; }
  .producer-product-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .producer-workspace { display: block; }
  .producer-sidebar { position: sticky; z-index: 5; top: 0; display: block; min-height: 0; padding: 10px 14px; overflow-x: auto; }
  .producer-sidebar-brand { display: none; }
  .producer-sidebar nav { display: flex; width: max-content; margin: 0; }
  .producer-sidebar-foot { display: none; }
  .producer-sidebar button { display: flex; grid-template-columns: none; gap: 7px; width: auto; min-height: 42px; padding: 0 14px; font-size: 12px; }
  .producer-sidebar button span { font-size: 15px; }
  .producer-dashboard { padding: 26px 18px 40px; }
  .producer-dashboard-head { align-items: flex-start; flex-direction: column; }
  .producer-account { width: 100%; padding: 14px 0 0; border-top: 1px solid #d8d2c4; border-left: 0; }
  .producer-dashboard-grid { grid-template-columns: 1fr; }
  .producer-metrics { grid-template-columns: 1fr; }
  .producer-metrics article { border-right: 0; border-bottom: 1px solid #ded8cb; }
  .producer-metrics article:last-child { border-bottom: 0; }
  .producer-quick-actions button { flex: 1; }
  .producer-performance, .producer-attention, .producer-products-panel, .producer-orders-panel { padding: 18px; }
  .producer-create-product { width: 100%; }
  .producer-catalog-summary { grid-template-columns: 1fr; }
  .producer-catalog-summary div { border-right: 0; border-bottom: 1px solid #ded8cb; }
  .producer-catalog-summary div:last-child { border-bottom: 0; }
  .producer-catalog-panel-head { align-items: flex-start; flex-direction: column; padding: 20px 18px; }
  .producer-product-filters { grid-template-columns: 1fr; padding: 18px; }
  .producer-product-search { grid-column: auto; }
  .producer-catalog-table th, .producer-catalog-table td { padding: 12px 14px; }
  .producer-product-head-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .producer-product-summary { grid-template-columns: 1fr; }
  .producer-product-summary article { min-height: 104px; border-right: 0; border-bottom: 1px solid #ded8cb; }
  .producer-product-summary article:last-child { border-bottom: 0; }
  .producer-publication-card, .producer-product-actions-panel { padding: 20px 18px; }
  .producer-product-actions { grid-template-columns: 1fr; }
}
