:root {
  --wg-accent: #D43131;
  --wg-text: #111827;
  --wg-muted: #6B7280;
  --wg-border: #E5E7EB;
  --wg-bg: #FFFFFF;
  --wg-soft: #F9FAFB;
  --wg-shadow: 0 16px 45px rgba(17, 24, 39, 0.12);
}

.wg-qr-app {
  position: relative;
  align-self: start;
}

.elementor-widget-wg_qr_menu_widget,
.elementor-widget-wg_qr_menu_horizontal_widget {
  height: auto !important;
  min-height: 0 !important;
  flex: 0 0 auto !important;
  align-self: flex-start !important;
  width: 100% !important;
}

.elementor-widget-wg_qr_menu_widget .elementor-widget-container,
.elementor-widget-wg_qr_menu_horizontal_widget .elementor-widget-container {
  height: auto !important;
  min-height: 0 !important;
  flex: 0 0 auto !important;
  align-self: flex-start !important;
  width: 100% !important;
}

.wg-product-grid {
  display: grid;
  grid-template-columns: repeat(var(--wg-cols, 2), minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  align-content: start;
  justify-content: start;
  grid-auto-flow: row;
}

.wg-product-category-group {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
}

.wg-product-category-group:last-child {
  margin-bottom: 0;
}

.wg-product-category-group__header {
  display: grid;
  justify-items: start;
  gap: 12px;
}

.wg-product-category-group__divider {
  display: block;
  border-radius: 999px;
  background: var(--wg-accent);
}

.wg-product-category-group__title {
  margin: 0;
  color: var(--wg-text);
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -.03em;
  font-weight: 800;
}

.wg-product-card {
  position: relative;
  background: var(--wg-bg);
  border: 1px solid var(--wg-border);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--wg-shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}

.wg-product-card[data-product-url] {
  cursor: pointer;
}

.wg-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 60px rgba(17, 24, 39, 0.14);
}

.wg-product-card--out-of-stock:hover {
  transform: none;
  box-shadow: var(--wg-shadow);
}

.wg-product-stock-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17, 24, 39, .82);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(17, 24, 39, .14);
}

.wg-product-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #F3F4F6;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 0;
}

.wg-product-card--out-of-stock {
  position: relative;
  background: #f4f4f4;
  border-color: rgba(148, 163, 184, .38);
}

.wg-product-card--out-of-stock .wg-product-card__image {
  filter: grayscale(1) saturate(.1) brightness(.82);
  opacity: .78;
}

.wg-product-card--out-of-stock .wg-product-card__body {
  opacity: .84;
}

.wg-product-card--out-of-stock .wg-product-title,
.wg-product-card--out-of-stock .wg-description,
.wg-product-card--out-of-stock .wg-price {
  color: #667085;
}

.wg-product-card--out-of-stock .wg-product-card__footer,
.wg-product-card--out-of-stock .wg-product-card__action {
  opacity: .92;
}

.wg-product-card--out-of-stock .wg-add {
  background: #c9ced6 !important;
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: none !important;
  cursor: not-allowed;
  transform: none !important;
  pointer-events: none;
}

.wg-product-card--out-of-stock .wg-add:hover {
  transform: none;
}

.wg-product-card--out-of-stock .wg-add:disabled {
  opacity: 1;
}

.wg-product-card__image img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

.wg-product-card__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--wg-muted);
  font-weight: 600;
}

.wg-product-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px;
}

.wg-product-card__body h4 {
  margin: 0 0 8px;
  color: var(--wg-text);
  font-size: 18px;
  line-height: 1.2;
}

.wg-description {
  margin: 0;
  color: var(--wg-muted);
  font-size: 14px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 66px;
}

.wg-product-card__footer {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.wg-product-card--horizontal {
  display: grid;
  grid-template-columns: var(--wg-horizontal-thumb-size, 84px) minmax(0, 1fr) auto;
  align-items: center;
  padding: 8px 10px;
  gap: 10px 12px;
}

.wg-product-card--horizontal .wg-product-card__image {
  width: var(--wg-horizontal-thumb-size, 84px) !important;
  height: var(--wg-horizontal-thumb-size, 84px) !important;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  margin: 0;
  flex-shrink: 0;
  align-self: center;
}

.wg-product-card--horizontal .wg-product-card__body {
  flex: 1;
  min-width: 0;
  gap: 4px;
  padding: var(--wg-horizontal-text-padding-top, 0px) 0 var(--wg-horizontal-text-padding-bottom, 0px) 0 !important;
  align-self: center;
}

.wg-product-card--horizontal .wg-product-card__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wg-product-card--horizontal .wg-product-card__body h4 {
  margin: 0;
  font-size: 15px;
  line-height: 1.15;
}

.wg-product-card--horizontal .wg-description {
  min-height: 0;
  font-size: 13px;
  line-height: 1.35;
  display: block;
  -webkit-line-clamp: unset;
}

.wg-product-card--horizontal .wg-product-card__footer {
  padding-top: 6px;
  margin-top: 0;
}

.wg-product-card--horizontal .wg-price-box {
  width: auto;
  flex: 0 0 auto;
}

.wg-product-card--horizontal .wg-button-box {
  display: none;
}

.wg-product-card--horizontal .wg-product-card__action-price {
  display: none;
}

.wg-product-card--horizontal .wg-product-card__action {
  align-self: center;
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.wg-price-box,
.wg-button-box {
  width: 50%;
}

.wg-price-box {
  text-align: left;
}

.wg-button-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.wg-product-card__action-price {
  width: auto;
  text-align: center;
}

.wg-product-card--horizontal.wg-product-card--price-left .wg-product-card__footer {
  display: flex;
}

.wg-product-card--horizontal.wg-product-card--price-left .wg-product-card__action-price {
  display: none;
}

.wg-product-card--horizontal.wg-product-card--price-right .wg-product-card__footer {
  display: none;
}

.wg-product-card--horizontal.wg-product-card--price-right .wg-product-card__action-price {
  display: block;
}

.wg-price {
  font-size: 16px;
  font-weight: 800;
  color: var(--wg-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wg-add {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: none;
  background: var(--wg-accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(212, 49, 49, 0.28);
  transition: transform .15s ease, opacity .15s ease, background-color .15s ease, color .15s ease;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.wg-add:hover {
  transform: scale(1.04);
}

.wg-product-card--horizontal .wg-add {
  width: 40px;
  height: 40px;
  font-size: 24px;
}

.wg-product-card--horizontal .wg-product-stock-badge {
  top: 10px;
  left: 10px;
}

.wg-empty-products {
  padding: 20px;
  border: 1px dashed var(--wg-border);
  border-radius: 18px;
  color: var(--wg-muted);
  background: var(--wg-soft);
}

.wg-product-single-page {
  display: grid;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 100dvh;
}

.wg-product-single {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  min-height: 100dvh;
}

.wg-product-single__media {
  position: relative;
  width: 100%;
  min-height: 360px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(17, 24, 39, .04), rgba(17, 24, 39, .02));
}

.wg-product-single__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.wg-product-single__close {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(17, 24, 39, .68);
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  box-shadow: 0 10px 20px rgba(17, 24, 39, .16);
  backdrop-filter: blur(10px);
}

.wg-product-single__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--wg-muted);
  font-weight: 700;
}

.wg-product-single__body {
  display: grid;
  gap: 12px;
  padding: 12px 12px 10px;
  background: var(--wg-bg);
}

.wg-product-single__title {
  margin: 0;
  color: var(--wg-text);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.wg-product-single__price-value--inline {
  display: block;
  margin: 0;
  color: var(--wg-text);
  font-size: 19px;
  line-height: 1.1;
  font-weight: 700;
}

.wg-product-single__description {
  margin: 0;
  color: var(--wg-muted);
  font-size: 16px;
  line-height: 1.6;
  max-width: 60ch;
}

.wg-product-single__options {
  display: grid;
  gap: 12px;
}

.wg-product-single__option-group {
  display: grid;
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wg-product-single__option-head h3 {
  margin: 0;
  color: var(--wg-text);
  font-size: 18px;
  line-height: 1.15;
}

.wg-product-single__option-head p {
  margin: 6px 0 0;
  color: var(--wg-muted);
  font-size: 14px;
  line-height: 1.5;
}

.wg-product-single__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wg-product-single__choice {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, .14);
  background: #fff;
  cursor: pointer;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease, opacity .15s ease, background-color .15s ease;
}

.wg-product-single__choice:hover {
  transform: translateY(-1px);
  border-color: rgba(212, 49, 49, .25);
  box-shadow: 0 14px 30px rgba(17, 24, 39, .06);
}

.wg-product-single__choice input {
  width: 18px;
  height: 18px;
  margin: 0;
  flex: 0 0 auto;
  accent-color: var(--wg-accent);
}

.wg-product-single__choice-label {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: auto;
}

.wg-product-single__choice-label strong {
  color: var(--wg-text);
  font-size: 15px;
  line-height: 1.35;
}

.wg-product-single__choice-label small {
  color: var(--wg-accent);
  font-weight: 800;
  white-space: nowrap;
  line-height: 1.2;
}

.wg-product-single__choice.is-selected {
  border-color: rgba(212, 49, 49, .36);
  background: rgba(212, 49, 49, .06);
  box-shadow: 0 12px 26px rgba(212, 49, 49, .12);
}

.wg-product-single__choice.is-removed {
  background: rgba(17, 24, 39, .02);
  opacity: calc(var(--wg-choice-removed-opacity, 68) / 100);
}

.wg-product-single__choice.is-removed .wg-product-single__choice-label strong,
.wg-product-single__choice.is-removed .wg-product-single__choice-label small {
  text-decoration: line-through;
}

.wg-product-single__empty-options {
  color: var(--wg-muted);
  font-size: 14px;
}

.wg-product-single__footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 12px;
  border-radius: 0;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(17, 24, 39, .14);
}

.wg-product-page-add {
  width: 100%;
  align-self: stretch;
  min-height: 58px;
  border: none;
  border-radius: 18px;
  background: var(--wg-accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(212, 49, 49, .22);
  box-sizing: border-box;
  text-align: center;
}

.wg-product-page-add__price {
  font-size: 14px;
  font-weight: 800;
  opacity: .95;
}

.wg-product-single-page {
  --wg-product-footer-space: 106px;
}

.wg-product-single {
  padding-bottom: var(--wg-product-footer-space);
}

body.elementor-editor-active .wg-product-single__footer,
.elementor-edit-mode .wg-product-single__footer {
  position: static;
}

body.elementor-editor-active .wg-product-single,
.elementor-edit-mode .wg-product-single {
  min-height: auto;
  padding-bottom: 0;
}

body.elementor-editor-active .wg-product-single-page,
.elementor-edit-mode .wg-product-single-page {
  min-height: auto;
}

@media (max-width: 640px) {
  .wg-product-single__media {
    min-height: 280px;
  }

  .wg-product-single__close {
    top: 10px;
    left: 10px;
    width: 36px;
    height: 36px;
    font-size: 26px;
  }

  .wg-product-single__body {
    padding: 12px 10px 10px;
    gap: 10px;
  }

  .wg-product-single__title {
    font-size: clamp(24px, 8vw, 32px);
  }

  .wg-product-single__price-value--inline {
    font-size: 17px;
  }

  .wg-product-single__description {
    font-size: 15px;
  }

  .wg-product-single__option-group {
    padding: 0;
  }

  .wg-product-single__choices {
    gap: 8px;
  }

  .wg-product-single__choice {
    width: auto;
    padding: 10px 12px;
  }

  .wg-product-single__footer {
    bottom: 10px;
    padding: 10px;
    border-radius: 20px;
  }

  .wg-product-page-add {
    min-height: 54px;
    font-size: 16px;
  }
}

.wg-ui-shell {
  position: relative;
  z-index: 999999;
}

.wg-cart-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 66px;
  height: 66px;
  width: var(--wg-cart-fab-size, 66px);
  height: var(--wg-cart-fab-size, 66px);
  border-radius: var(--wg-cart-fab-radius, 999px);
  border: var(--wg-cart-fab-border-width, 0px) var(--wg-cart-fab-border-style, solid) var(--wg-cart-fab-border-color, transparent);
  background: var(--wg-cart-fab-bg, var(--wg-accent));
  color: var(--wg-cart-fab-color, #fff);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(212, 49, 49, 0.32);
  z-index: 9999999;
}

.wg-cart-fab__icon {
  font-size: 26px;
  width: 1em;
  height: 1em;
  flex: 0 0 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.wg-cart-fab__count {
  position: absolute;
  right: 4px;
  top: 4px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--wg-cart-fab-count-bg, #fff);
  color: var(--wg-cart-fab-count-color, var(--wg-accent));
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wg-side-cart {
  position: fixed;
  top: 0;
  right: -420px;
  width: 380px;
  max-width: calc(100vw - 36px);
  height: 100vh;
  background: #fff;
  box-shadow: -18px 0 50px rgba(0,0,0,.18);
  z-index: 10000000;
  display: flex;
  flex-direction: column;
  transition: right .35s cubic-bezier(.25,1,.5,1);
}

.wg-side-cart.is-open {
  right: 0;
}

.wg-side-cart__header,
.wg-side-cart__footer {
  padding: 18px 20px;
  border-color: var(--wg-border);
}

.wg-side-cart__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--wg-border);
}

.wg-side-cart__header h3 {
  margin: 0;
  font-size: 20px;
}

.wg-close-cart,
.wg-modal__close {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: none;
  background: var(--wg-soft);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.wg-cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 16px 20px;
}

.wg-cart-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #F3F4F6;
}

.wg-cart-item__name {
  flex: 1;
  color: var(--wg-text);
  font-weight: 600;
  line-height: 1.35;
}

.wg-cart-item__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.wg-cart-item__options {
  width: 100%;
  margin-top: 4px;
  color: var(--wg-muted);
  font-size: 12px;
  line-height: 1.45;
}

.wg-remove-item {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 999px;
  background: #FEE2E2;
  color: #B91C1C;
  cursor: pointer;
}

.wg-empty-state {
  padding: 16px;
  border: 1px dashed var(--wg-border);
  border-radius: 16px;
  background: var(--wg-soft);
  color: var(--wg-muted);
  text-align: center;
}

.wg-side-cart__footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-top: 1px solid var(--wg-border);
  background: #FAFAFA;
}

.wg-table-field {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(229, 231, 235, .95);
}

.wg-table-field.is-hidden {
  display: none;
}

.wg-table-field label {
  font-size: 13px;
  font-weight: 700;
  color: var(--wg-text);
}

.wg-table-code {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--wg-border);
  border-radius: 14px;
  padding: 10px 14px;
  background: #fff;
  color: var(--wg-text);
}

.wg-table-code:focus {
  outline: none;
  border-color: rgba(212, 49, 49, .45);
  box-shadow: 0 0 0 4px rgba(212, 49, 49, .10);
}

.wg-table-field__help {
  margin: 0;
  color: var(--wg-muted);
  font-size: 12px;
  line-height: 1.45;
}

.wg-note-field {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(229, 231, 235, .95);
}

.wg-note-field label {
  font-size: 13px;
  font-weight: 700;
  color: var(--wg-text);
}

.wg-order-note {
  width: 100%;
  min-height: 62px;
  resize: vertical;
  border: 1px solid var(--wg-border);
  border-radius: 14px;
  padding: 10px 14px;
  background: #fff;
  color: var(--wg-text);
  font: inherit;
  overflow-wrap: anywhere;
}

.wg-order-note:focus {
  outline: none;
  border-color: rgba(212, 49, 49, .45);
  box-shadow: 0 0 0 4px rgba(212, 49, 49, .10);
}

.wg-note-field__help {
  margin: 0;
  color: var(--wg-muted);
  font-size: 12px;
  line-height: 1.45;
}

.wg-order-note-cell {
  max-width: 260px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.wg-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 16px;
}

.wg-checkout-btn {
  display: block !important;
  width: var(--wg-checkout-width, 100%) !important;
  max-width: none !important;
  align-self: stretch !important;
  box-sizing: border-box !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  border: var(--wg-checkout-border-width, 1px) var(--wg-checkout-border-style, solid) var(--wg-checkout-border-color, transparent) !important;
  border-radius: var(--wg-checkout-radius, 14px) !important;
  background: var(--wg-checkout-bg, var(--wg-accent)) !important;
  color: var(--wg-checkout-color, #fff) !important;
  font-family: var(--wg-checkout-font-family, inherit) !important;
  font-size: var(--wg-checkout-font-size, 16px) !important;
  font-weight: var(--wg-checkout-font-weight, 800) !important;
  line-height: var(--wg-checkout-line-height, 1.2) !important;
  cursor: pointer !important;
  text-align: center !important;
  transition: opacity .15s ease, transform .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
}

.wg-checkout-btn:hover:not(:disabled) {
  background: var(--wg-checkout-hover-bg, var(--wg-checkout-bg, var(--wg-accent))) !important;
  color: var(--wg-checkout-hover-color, var(--wg-checkout-color, #fff)) !important;
}

.wg-checkout-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.wg-checkout-btn.is-loading {
  pointer-events: none;
  opacity: .85;
}

.wg-image-preview-wrap {
  margin-top: 12px;
}

.wg-image-preview {
  display: block;
  width: 180px;
  max-width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(78, 54, 31, .14);
  background: #f3f4f6;
}

.wg-image-preview.is-hidden {
  display: none;
}

.wg-modal {
  position: fixed;
  inset: 0;
  z-index: 10000001;
  display: none;
  align-items: center;
  justify-content: center;
}

.wg-modal.is-open {
  display: flex;
}

.wg-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.52);
}

.wg-modal__panel {
  position: relative;
  z-index: 1;
  width: min(420px, calc(100vw - 30px));
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--wg-shadow);
  padding: 22px;
  text-align: center;
}

.wg-modal__panel h3 {
  margin: 6px 0 10px;
  font-size: 24px;
}

.wg-modal__text {
  margin: 0 0 16px;
  color: var(--wg-muted);
}

.wg-modal__close {
  position: absolute;
  right: 14px;
  top: 14px;
}

.wg-reservation-result-modal .wg-modal__panel {
  width: min(560px, calc(100vw - 30px));
  padding: 18px;
  border-radius: 24px;
  text-align: center;
}

.wg-reservation-result-modal__content {
  padding: 28px 26px 24px;
}

.wg-reservation-result-modal .wg-modal__title {
  margin: 10px 0 12px;
  font-size: 27px;
  line-height: 1.12;
  letter-spacing: -.02em;
}

.wg-reservation-result-modal .wg-modal__text {
  margin: 0 auto;
  color: var(--wg-muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 42ch;
}

.wg-reservation-result-modal__confirm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  min-height: 46px;
  min-width: 160px;
  padding: 0 22px;
  border: 1px solid rgba(182, 90, 43, .16);
  border-radius: 14px;
  background: linear-gradient(135deg, #b65a2b, #d27a47);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(182, 90, 43, .16);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}

.wg-reservation-result-modal__confirm:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(182, 90, 43, .22);
}

.wg-reservation-result-modal__confirm:focus-visible {
  outline: 3px solid rgba(182, 90, 43, .22);
  outline-offset: 2px;
}

.wg-reservation-result-modal__confirm svg,
.wg-reservation-result-modal__confirm i {
  width: 16px;
  height: 16px;
}

.wg-reservation-result-modal .wg-modal__close {
  display: none;
  cursor: pointer;
}

.wg-qrcode {
  display: grid;
  place-items: center;
  padding: 10px 0 4px;
}

.wg-admin-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 20px;
  margin-top: 20px;
}

.wg-admin-grid--options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.wg-option-category-box {
  display: grid;
  gap: 10px;
  margin: 18px 0 8px;
  padding: 16px;
  border: 1px solid rgba(127, 106, 88, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .62);
}

.wg-option-category-box strong {
  font-size: 14px;
}

.wg-option-category-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  max-height: 220px;
  overflow: auto;
  padding-right: 2px;
}

.wg-option-category-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(127, 106, 88, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .84);
  color: var(--wg-admin-text);
}

.wg-admin-wrap {
  --wg-admin-bg: #f4f1ea;
  --wg-admin-surface: rgba(255,255,255,.78);
  --wg-admin-surface-strong: #fffdfa;
  --wg-admin-border: rgba(78, 54, 31, .12);
  --wg-admin-text: #24170d;
  --wg-admin-muted: #7f6a58;
  --wg-admin-accent: #b65a2b;
  --wg-admin-accent-dark: #8f441f;
  --wg-admin-shadow: 0 24px 60px rgba(61, 37, 18, .10);
  padding: 18px 20px 0 2px;
}

.wp-admin.wg-embedded-admin .wg-admin-wrap {
  width: min(100%, 1600px);
  margin: 24px auto 32px;
  padding: 8px 22px 28px;
}

.wg-admin-wrap h1,
.wg-admin-wrap h2,
.wg-admin-wrap h3 {
  color: var(--wg-admin-text);
  letter-spacing: -.02em;
}

.wg-admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .9fr);
  gap: 18px;
  align-items: stretch;
  margin: 0 0 18px;
}

.wg-admin-hero__content,
.wg-admin-metrics {
  background: var(--wg-admin-surface);
  border: 1px solid var(--wg-admin-border);
  border-radius: 28px;
  box-shadow: var(--wg-admin-shadow);
  backdrop-filter: blur(14px);
}

.wg-admin-hero__content {
  padding: 28px 30px;
}

.wg-admin-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(182, 90, 43, .10);
  color: var(--wg-admin-accent-dark);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.wg-admin-hero__content h1 {
  margin: 14px 0 10px;
  font-size: 34px;
  line-height: 1.08;
}

.wg-admin-hero__content p {
  max-width: 640px;
  margin: 0;
  color: var(--wg-admin-muted);
  font-size: 15px;
  line-height: 1.7;
}

.wg-admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 16px;
}

.wg-admin-metric {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 116px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(250,245,238,.92) 100%);
  border: 1px solid rgba(182, 90, 43, .10);
}

.wg-admin-metric__label {
  color: var(--wg-admin-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wg-admin-metric strong {
  margin-top: 18px;
  font-size: 34px;
  line-height: 1;
  color: var(--wg-admin-text);
}

.wg-admin-tabs {
  display: inline-flex;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 10px;
  margin: 0 0 22px;
  padding: 8px;
  border: 1px solid var(--wg-admin-border);
  border-radius: 18px;
  background: rgba(255,255,255,.66);
  box-shadow: 0 12px 30px rgba(61, 37, 18, .06);
  scrollbar-width: thin;
}

.wg-admin-tabs-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 14px;
  flex-wrap: nowrap;
  margin: 0 0 22px;
}

.wg-admin-tabs--main {
  flex: 0 0 auto;
  width: auto;
  margin: 0;
}

.wg-admin-tabs--settings {
  flex: 0 0 auto;
  width: fit-content;
  min-width: 0;
  max-width: none;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  gap: 0;
}

.wg-admin-tabs .nav-tab {
  float: none;
  margin: 0;
  border: none;
  border-radius: 12px;
  background: transparent;
  color: var(--wg-admin-muted);
  font-weight: 700;
  padding: 10px 16px;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.wg-admin-tabs .nav-tab:hover {
  background: rgba(182, 90, 43, .08);
  color: var(--wg-admin-text);
  transform: translateY(-1px);
}

.wg-admin-tabs .nav-tab-active,
.wg-admin-tabs .nav-tab-active:hover {
  background: linear-gradient(135deg, var(--wg-admin-accent) 0%, #d27a47 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(182, 90, 43, .22);
}

.wg-admin-tabs .nav-tab.wg-admin-tab--icon {
  display: flex;
  width: 52px;
  min-width: 52px;
  height: 52px;
  padding: 0;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.wg-admin-tabs .nav-tab.wg-admin-tab--icon .dashicons {
  display: block;
  margin: 0;
  font-size: 22px;
  width: 22px;
  height: 22px;
  line-height: 1;
}

.wg-admin-card {
  background: var(--wg-admin-surface);
  border: 1px solid var(--wg-admin-border);
  border-radius: 26px;
  padding: 24px;
  box-shadow: var(--wg-admin-shadow);
  backdrop-filter: blur(14px);
}

.wg-admin-card--danger {
  border-color: rgba(176, 42, 55, .18);
  background: linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(255,243,244,.86) 100%);
}

.wg-admin-card h2 {
  margin: 0 0 18px;
  font-size: 22px;
}

.wg-settings-page {
  display: grid;
  gap: 18px;
}

.wg-settings-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.wg-settings-hero__content {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.wg-settings-hero__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: none;
  margin-left: auto;
}

.wg-settings-hero h2 {
  margin: 0;
  font-size: 22px;
}

.wg-settings-hero p {
  margin: 0;
  color: var(--wg-admin-muted);
}

.wg-settings-stack {
  display: grid;
  gap: 18px;
}

.wg-settings-section {
  display: grid;
  gap: 18px;
}

.wg-settings-section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.wg-settings-section__head h3 {
  margin: 0 0 6px;
  font-size: 20px;
}

.wg-settings-section__head p {
  margin: 0;
  color: var(--wg-admin-muted);
}

.wg-settings-form {
  display: grid;
  gap: 16px;
}

.wg-settings-restaurant-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.wg-settings-field {
  margin: 0;
  display: block;
  min-width: 0;
}

.wg-settings-field label {
  display: block;
  margin: 0 0 8px;
}

.wg-settings-control {
  width: 100%;
  display: block;
  max-width: none;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(36, 23, 13, .14) !important;
  border-radius: 14px !important;
  background: #fff;
  color: var(--wg-admin-text);
  box-shadow: none;
  outline: none;
}

.wg-settings-field input.wg-settings-control,
.wg-settings-field textarea.wg-settings-control {
  min-height: 48px;
  height: 48px;
  padding: 0 16px;
  line-height: 1.2;
  font-size: 14px;
}

.wg-settings-field textarea.wg-settings-control {
  padding-top: 12px;
  padding-bottom: 12px;
  resize: vertical;
  min-height: 48px;
}

.wg-settings-field input[type="email"].wg-settings-control,
.wg-settings-field input[type="text"].wg-settings-control,
.wg-settings-field input[type="tel"].wg-settings-control,
.wg-settings-field textarea.wg-settings-control {
  border-color: rgba(36, 23, 13, .14) !important;
  border-radius: 14px !important;
  background: #fff !important;
}

.wg-settings-field input.wg-settings-control:focus,
.wg-settings-field textarea.wg-settings-control:focus {
  border-color: rgba(182, 90, 43, .42) !important;
  box-shadow: 0 0 0 3px rgba(182, 90, 43, .08);
}

.wg-settings-form--hours {
  gap: 14px;
}

.wg-settings-form textarea {
  min-height: 180px;
  resize: vertical;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.wg-settings-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wg-settings-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(36, 23, 13, .12);
  background: rgba(255, 255, 255, .86);
  color: var(--wg-admin-muted);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.wg-settings-pill:hover,
.wg-settings-pill:focus-visible {
  border-color: rgba(182, 90, 43, .36);
  background: rgba(182, 90, 43, .08);
  color: var(--wg-admin-accent);
  transform: translateY(-1px);
  outline: none;
}

.wg-hours-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wg-admin-muted);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.wg-hours-table__status .wg-hours-switch,
.wg-hours-table__status .wg-hours-switch span {
  font-weight: 600;
}

.wg-hours-switch input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
}

.wg-hours-table-wrap {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(78, 54, 31, .08);
  background: rgba(249, 244, 237, .58);
}

.wg-hours-table {
  width: 100%;
  margin: 0;
  border: 0;
  background: transparent;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: inherit;
}

.wg-hours-table thead th {
  background: rgba(255,255,255,.72);
  color: var(--wg-admin-muted);
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  border-bottom: 1px solid rgba(78, 54, 31, .08);
}

.wg-hours-table th,
.wg-hours-table td {
  padding: 9px 12px;
  vertical-align: middle;
  font-family: inherit;
}

.wg-hours-table tbody tr {
  background: rgba(255,255,255,.58);
}

.wg-hours-table tbody tr:nth-child(even) {
  background: rgba(249, 244, 237, .42);
}

.wg-hours-table tbody tr.is-open {
  background: rgba(255,255,255,.72);
}

.wg-hours-table tbody tr.is-closed {
  background: rgba(249, 244, 237,.28);
}

.wg-hours-table__day {
  width: 24%;
  color: var(--wg-admin-text);
  font-weight: 600;
  font-size: 13px;
}

.wg-hours-table__status {
  width: 18%;
}

.wg-hours-table__time {
  width: 19%;
}

.wg-hours-table__time label {
  display: block;
  margin: 0;
}

.wg-hours-table__time input[type="time"] {
  width: 100%;
  max-width: 92px;
  min-height: 36px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
}

.wg-hours-table tbody tr.is-closed .wg-hours-table__time input[type="time"][readonly] {
  background: rgba(255, 255, 255, .62);
  color: rgba(78, 54, 31, .58);
  cursor: not-allowed;
}

.wg-hours-table .wg-hours-switch {
  min-height: 36px;
  font-family: inherit;
  font-size: 13px;
}

.wg-settings-section--future {
  min-height: 120px;
}

@media (max-width: 960px) {
  .wg-admin-tabs-row {
    flex-wrap: wrap;
  }

  .wg-hours-table,
  .wg-hours-table thead,
  .wg-hours-table tbody,
  .wg-hours-table tr,
  .wg-hours-table th,
  .wg-hours-table td {
    display: block;
  }

  .wg-hours-table thead {
    display: none;
  }

  .wg-hours-table tbody tr {
    padding: 12px 14px;
    border-top: 1px solid rgba(78, 54, 31, .08);
  }

  .wg-hours-table th,
  .wg-hours-table td {
    padding: 7px 0;
  }

  .wg-hours-table td + td {
    border-top: 1px solid rgba(78, 54, 31, .06);
    margin-top: 8px;
  }

  .wg-hours-table__day,
  .wg-hours-table__status,
  .wg-hours-table__time {
    width: auto;
  }

  .wg-hours-table__status {
    margin-top: 10px;
  }

  .wg-hours-table__time {
    margin-top: 10px;
  }
}

.wg-admin-card form p {
  margin: 0 0 16px;
}

.wg-admin-card label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--wg-admin-text);
  font-weight: 700;
}

.wg-admin-wrap input[type="text"],
.wg-admin-wrap input[type="url"],
.wg-admin-wrap input[type="number"],
.wg-admin-wrap select,
.wg-admin-wrap textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(78, 54, 31, .14);
  border-radius: 14px;
  padding: 10px 14px;
  background: rgba(255,255,255,.88);
  color: var(--wg-admin-text);
  box-shadow: inset 0 1px 2px rgba(61, 37, 18, .03);
}

.wg-admin-wrap textarea {
  min-height: 140px;
  resize: vertical;
}

.wg-admin-wrap input:focus,
.wg-admin-wrap select:focus,
.wg-admin-wrap textarea:focus {
  border-color: rgba(182, 90, 43, .55);
  box-shadow: 0 0 0 4px rgba(182, 90, 43, .12);
  outline: none;
}

.wg-admin-wrap .button {
  border: none;
  border-radius: 12px;
  min-height: 40px;
  padding: 0 14px;
  background: rgba(36, 23, 13, .08);
  color: var(--wg-admin-text);
  box-shadow: none;
  transition: transform .15s ease, background-color .15s ease, color .15s ease;
}

.wg-admin-wrap .button:hover {
  background: rgba(36, 23, 13, .12);
  color: var(--wg-admin-text);
  transform: translateY(-1px);
}

.wg-admin-wrap .button-primary {
  background: linear-gradient(135deg, var(--wg-admin-accent) 0%, #d27a47 100%);
  color: #fff;
}

.wg-admin-wrap .button-primary:hover {
  background: linear-gradient(135deg, var(--wg-admin-accent-dark) 0%, var(--wg-admin-accent) 100%);
  color: #fff;
}

.wg-admin-wrap .button-link-delete {
  background: rgba(176, 42, 55, .10);
  color: #a12b35;
}

.wg-admin-wrap .button-link-delete:hover {
  background: rgba(176, 42, 55, .14);
  color: #8d1f28;
}

.wg-admin-wrap .button-danger {
  background: linear-gradient(135deg, #b22a37 0%, #dc4b5a 100%);
  color: #fff;
}

.wg-admin-wrap .button-danger:hover {
  background: linear-gradient(135deg, #8d1f28 0%, #b22a37 100%);
  color: #fff;
}

.wg-admin-wrap .notice.notice-success {
  border: 1px solid rgba(66, 128, 89, .15);
  border-left-width: 4px;
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(48, 78, 56, .08);
}

.wg-admin-wrap .widefat {
  border: 1px solid var(--wg-admin-border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: none;
  background: rgba(255,255,255,.78);
}

.wg-admin-wrap .widefat thead th {
  padding: 16px 14px;
  background: rgba(36, 23, 13, .04);
  color: var(--wg-admin-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
  border-bottom: 1px solid rgba(78, 54, 31, .10);
}

.wg-admin-wrap .widefat td {
  padding: 16px 14px;
  vertical-align: top;
  color: var(--wg-admin-text);
}

.wg-admin-wrap .widefat tbody tr:nth-child(odd) {
  background: rgba(255,255,255,.72);
}

.wg-admin-wrap .widefat tbody tr:nth-child(even) {
  background: rgba(249, 244, 237, .72);
}

.wg-admin-wrap .widefat tbody tr:hover {
  background: rgba(255, 244, 232, .95);
}

.wg-admin-wrap .widefat ul {
  margin: 0;
}

.wg-admin-wrap .widefat select {
  min-width: 150px;
}

.wg-admin-table-wrap {
  overflow: auto;
  margin-top: 6px;
  -webkit-overflow-scrolling: touch;
}

.wg-admin-table-wrap--reservation-types {
  overflow: hidden;
}

.wg-admin-table-wrap--orders .widefat {
  min-width: 980px;
}

.wg-admin-table-wrap--categories .widefat {
  min-width: 640px;
}

.wg-admin-grid--products {
  grid-template-columns: minmax(240px, .82fr) minmax(520px, 1.6fr) minmax(260px, .88fr);
  align-items: start;
}

.wg-admin-grid--reservation-types {
  display: grid;
  grid-template-columns: minmax(250px, .78fr) minmax(420px, 1.42fr);
  gap: 18px;
  margin-bottom: 18px;
}

.wg-admin-grid--reservation-special-options {
  display: grid;
  grid-template-columns: minmax(250px, .78fr) minmax(420px, 1.42fr);
  gap: 18px;
  margin-bottom: 18px;
}

.wg-admin-card--product-editor,
.wg-admin-card--bulk-pricing {
  position: sticky;
  top: 32px;
}

.wg-admin-card--product-editor,
.wg-admin-card--products-list {
  min-width: 0;
}

.wg-admin-card--reservation-type-editor,
.wg-admin-card--reservation-type-list {
  min-width: 0;
}

.wg-admin-card--reservation-special-option-editor,
.wg-admin-card--reservation-special-option-list {
  min-width: 0;
}

.wg-admin-table-wrap--reservation-special-options .widefat {
  min-width: 880px;
}

@media (min-width: 961px) {
  .wg-admin-grid--products {
    --wg-products-equal-height: min(760px, calc(100vh - 210px));
  }
}

.wg-admin-card--products-list .wg-products-list-scroll {
  max-height: calc(100vh - 290px);
  overflow: auto;
  margin-right: -6px;
  padding-right: 6px;
  box-sizing: border-box;
}

.wg-admin-card--products-list .widefat {
  table-layout: fixed;
}

.wg-admin-card--products-list .widefat thead th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.wg-admin-card--products-list .widefat td,
.wg-admin-card--products-list .widefat th {
  word-break: break-word;
}

.wg-admin-card--products-list .widefat th:last-child,
.wg-admin-card--products-list .widefat td:last-child {
  width: 150px;
}

.wg-admin-card--reservation-type-list .widefat {
  table-layout: fixed;
  width: 100%;
}

.wg-admin-card--reservation-type-list .widefat thead th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.wg-admin-card--reservation-type-list .widefat td,
.wg-admin-card--reservation-type-list .widefat th {
  word-break: break-word;
}

.wg-admin-card--reservation-type-list .widefat th:nth-child(1),
.wg-admin-card--reservation-type-list .widefat td:nth-child(1) {
  width: 34px;
  white-space: nowrap;
}

.wg-admin-card--reservation-type-list .widefat th:nth-child(2),
.wg-admin-card--reservation-type-list .widefat td:nth-child(2) {
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wg-admin-card--reservation-type-list .widefat th:nth-child(3),
.wg-admin-card--reservation-type-list .widefat td:nth-child(3) {
  width: 66px;
  white-space: nowrap;
}

.wg-admin-card--reservation-type-list .widefat th:nth-child(4),
.wg-admin-card--reservation-type-list .widefat td:nth-child(4) {
  width: 84px;
  white-space: nowrap;
}

.wg-admin-card--reservation-type-list .widefat th:nth-child(5),
.wg-admin-card--reservation-type-list .widefat td:nth-child(5) {
  width: 108px;
  white-space: nowrap;
}

.wg-admin-card--reservation-type-list .widefat th:nth-child(6),
.wg-admin-card--reservation-type-list .widefat td:nth-child(6) {
  width: 138px;
  white-space: nowrap;
}

.wg-admin-card--reservation-type-list .widefat th:nth-child(7),
.wg-admin-card--reservation-type-list .widefat td:nth-child(7) {
  width: 154px;
  white-space: nowrap;
}

.wg-product-row--unavailable td {
  color: #8B6B6B;
}

.wg-product-row--unavailable td:nth-child(2) {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(180, 64, 64, .7);
}

.wg-product-row--unavailable td:nth-child(5) {
  color: #B22A37;
  font-weight: 700;
}

.wg-products-actions {
  white-space: nowrap;
}

.wg-products-actions .button,
.wg-products-actions__delete {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.wg-products-actions__delete {
  margin-left: 6px;
}

.wg-report-summary,
.wg-report-kpi,
.wg-report-top-products-card,
.wg-report-heatmap-card {
  margin-bottom: 18px;
}

.wg-report-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.wg-report-toolbar h2 {
  margin: 0 0 8px;
}

.wg-report-toolbar p {
  margin: 0;
  color: var(--wg-admin-muted);
}

.wg-report-range-tabs {
  margin: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.wg-report-toolbar__meta {
  margin-top: 14px;
  color: var(--wg-admin-muted);
}

.wg-report-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.wg-report-kpi {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
}

.wg-report-kpi span {
  color: var(--wg-admin-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wg-report-kpi strong {
  font-size: 32px;
  line-height: 1;
  color: var(--wg-admin-text);
}

.wg-report-top-products-card {
  padding-bottom: 18px;
}

.wg-report-top-products__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.wg-report-top-products__header h2 {
  margin: 0 0 8px;
}

.wg-report-top-products__header p {
  margin: 0;
  color: var(--wg-admin-muted);
}

.wg-report-top-products__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(212, 49, 49, .10);
  color: var(--wg-admin-accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.wg-report-top-products__controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.wg-report-top-products__button {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(78, 54, 31, .12);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: var(--wg-admin-text);
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(66, 42, 20, .06);
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, opacity .18s ease;
}

.wg-report-top-products__button:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,.95);
  border-color: rgba(78, 54, 31, .18);
}

.wg-report-top-products__button:disabled {
  opacity: .42;
  cursor: not-allowed;
  transform: none;
}

.wg-report-top-products__viewport {
  overflow: hidden;
  margin-top: 18px;
}

.wg-report-top-products {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  transition: transform .24s ease;
  will-change: transform;
}

.wg-report-top-products__row {
  flex: 0 0 calc((100% - 24px) / 3);
  min-width: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(249, 244, 237, .72);
  border: 1px solid rgba(78, 54, 31, .08);
}

.wg-report-top-products__rank {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(255,255,255,.9);
  color: var(--wg-admin-accent-dark);
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(78, 54, 31, .08);
}

.wg-report-top-products__content {
  min-width: 0;
}

.wg-report-top-products__name {
  color: var(--wg-admin-text);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wg-report-top-products__bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(78, 54, 31, .08);
  overflow: hidden;
}

.wg-report-top-products__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--wg-admin-accent), var(--wg-admin-accent-dark));
}

.wg-report-top-products__meta {
  display: grid;
  justify-items: end;
  gap: 4px;
  text-align: right;
  white-space: nowrap;
}

.wg-report-top-products__meta strong {
  color: var(--wg-admin-text);
  font-size: 16px;
}

.wg-report-top-products__meta span {
  color: var(--wg-admin-muted);
  font-size: 11px;
  font-weight: 600;
}

.wg-report-top-products__empty {
  margin-top: 14px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(249, 244, 237, .72);
  color: var(--wg-admin-muted);
  font-weight: 600;
  width: 100%;
  margin-top: 0;
}

.wg-report-range-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(78, 54, 31, .12);
  background: rgba(255,255,255,.72);
  color: var(--wg-admin-text);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(66, 42, 20, .06);
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.wg-report-range-tab:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,.92);
  border-color: rgba(78, 54, 31, .16);
}

.wg-report-range-tab.nav-tab-active {
  background: linear-gradient(135deg, var(--wg-admin-accent), var(--wg-admin-accent-dark));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 12px 26px rgba(212, 49, 49, .22);
}

.wg-kasa-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.wg-kasa-card__header h2 {
  margin: 0 0 8px;
}

.wg-kasa-card__header p {
  margin: 0;
  color: var(--wg-admin-muted);
}

.wg-kasa-card__meta {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  min-width: 110px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(249, 244, 237, .72);
  border: 1px solid rgba(78, 54, 31, .08);
}

.wg-kasa-card__meta strong {
  font-size: 24px;
  line-height: 1;
  color: var(--wg-admin-text);
}

.wg-kasa-card__meta span {
  color: var(--wg-admin-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.wg-kasa-table-wrap {
  overflow: auto;
  margin-top: 18px;
}

.wg-kasa-table {
  min-width: 1040px;
}

.wg-kasa-items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.wg-kasa-items li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(249, 244, 237, .72);
  border: 1px solid rgba(78, 54, 31, .08);
}

.wg-kasa-items__name {
  color: var(--wg-admin-text);
  font-weight: 600;
}

.wg-kasa-items__meta {
  color: var(--wg-admin-muted);
  font-size: 12px;
  white-space: nowrap;
}

.wg-kasa-items__options {
  display: block;
  grid-column: 1 / -1;
  color: var(--wg-admin-muted);
  font-size: 12px;
  line-height: 1.45;
}

.wg-kasa-actions__form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.wg-kasa-actions__form select {
  min-width: 150px;
}

.wg-kasa-actions__form .button {
  white-space: nowrap;
}

.wg-report-heatmap-card {
  overflow: hidden;
}

.wg-report-heatmap__header h2 {
  margin: 0 0 8px;
}

.wg-report-heatmap__header p {
  margin: 0;
  color: var(--wg-admin-muted);
}

.wg-report-heatmap {
  margin-top: 18px;
  overflow: auto;
}

.wg-report-heatmap__scale,
.wg-report-heatmap__row {
  display: grid;
  grid-template-columns: 84px repeat(12, minmax(30px, 1fr));
  gap: 6px;
  align-items: center;
  min-width: max-content;
}

.wg-report-heatmap__scale {
  margin-bottom: 8px;
}

.wg-report-heatmap__scale span {
  color: var(--wg-admin-muted);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.wg-modal.is-canceled .wg-modal__panel {
  border: 1px solid rgba(176, 39, 39, .18);
  box-shadow: 0 28px 80px rgba(176, 39, 39, .18);
}

.wg-report-heatmap__row {
  margin-bottom: 6px;
}

.wg-report-heatmap__row-label {
  color: var(--wg-admin-muted);
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

.wg-report-heatmap__cell {
  display: block;
  min-height: 28px;
  border-radius: 8px;
  background: #f4e9e1;
  border: 1px solid rgba(182, 90, 43, .12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
}

.wg-bulk-price-toolbar,
.wg-bulk-price-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.wg-bulk-price-toolbar {
  margin-bottom: 18px;
}

.wg-bulk-price-groups {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
  max-height: 520px;
  overflow: auto;
  padding-right: 6px;
}

.wg-bulk-price-group {
  border: 1px solid rgba(78, 54, 31, .10);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  overflow: hidden;
}

.wg-bulk-price-group__label {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  margin: 0 !important;
  background: rgba(36, 23, 13, .04);
}

.wg-bulk-price-group__label small {
  color: var(--wg-admin-muted);
  font-weight: 600;
}

.wg-bulk-price-group__items {
  display: grid;
  gap: 10px;
  padding: 14px 16px 16px;
}

.wg-bulk-price-item {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin: 0 !important;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(249, 244, 237, .72);
}

.wg-bulk-price-item input[type="checkbox"],
.wg-bulk-price-group__label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 0;
}

.wg-bulk-price-item__name {
  color: var(--wg-admin-text);
  font-weight: 600;
}

.wg-bulk-price-item__price {
  color: var(--wg-admin-accent-dark);
  white-space: nowrap;
}

.wg-bulk-price-actions {
  justify-content: space-between;
  align-items: flex-end;
}

.wg-bulk-price-actions__field {
  flex: 1 1 100%;
  max-width: none;
}

.wg-bulk-price-actions__field label {
  display: block;
}

.wg-bulk-price-actions__field input {
  width: 100%;
}

.wg-bulk-price-actions__buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  flex: 1 1 100%;
}

.wg-bulk-price-button {
  min-height: 44px !important;
  color: #fff !important;
  font-weight: 700;
}

.wg-bulk-price-button--discount {
  background: linear-gradient(135deg, #b22a37 0%, #dc4b5a 100%) !important;
}

.wg-bulk-price-button--discount:hover {
  background: linear-gradient(135deg, #8d1f28 0%, #b22a37 100%) !important;
  color: #fff !important;
}

.wg-bulk-price-button--increase {
  background: linear-gradient(135deg, #2b8a4b 0%, #42b76a 100%) !important;
}

.wg-bulk-price-button--increase:hover {
  background: linear-gradient(135deg, #1f6e3b 0%, #2b8a4b 100%) !important;
  color: #fff !important;
}

.wg-order-actions {
  white-space: nowrap;
  vertical-align: top;
}

.wg-order-actions__form,
.wg-order-actions__delete {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  vertical-align: middle;
}

.wg-order-actions__delete {
  margin-left: 8px;
}

.wg-orders-toolbar {
  display: flex;
  justify-content: flex-start;
  margin: 14px 0 0;
}

.wg-orders-reset-modal[hidden] {
  display: none;
}

.wg-orders-reset-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
}

.wg-orders-reset-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 19, 24, .58);
}

.wg-orders-reset-modal__panel {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100vw - 32px));
  margin: 8vh auto 0;
  padding: 22px 22px 18px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 70px rgba(0, 0, 0, .28);
}

.wg-orders-reset-modal__panel h3 {
  margin: 0 0 10px;
}

.wg-orders-reset-modal__panel p {
  margin: 0 0 16px;
  color: var(--wg-admin-muted);
}

.wg-orders-reset-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: var(--wg-admin-muted);
}

.wg-orders-reset-form {
  display: grid;
  gap: 12px;
}

.wg-orders-reset-form .regular-text {
  max-width: 100%;
}

.wg-orders-reset-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.wg-reset-list {
  margin: 0 0 18px;
  padding-left: 18px;
  color: var(--wg-admin-text);
}

.wg-reset-list li {
  margin-bottom: 8px;
}

.wg-reset-ack {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
  color: var(--wg-admin-text);
  font-weight: 700;
}

.wg-order-actions__form select {
  width: auto;
  min-width: 154px;
  margin: 0;
}

.wg-order-actions .button {
  margin: 0;
}

#wpbody-content .wg-admin-notice {
  display: block !important;
  margin: 0 0 16px;
}

.wg-reservations-panel {
  display: grid;
  gap: 18px;
}

.wg-reservations-grid {
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.wg-reservations-summary {
  display: grid;
  gap: 16px;
}

.wg-reservation-filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  margin-left: auto;
}

.wg-reservation-filters select {
  width: auto;
  min-width: 170px;
  min-height: 40px;
  margin: 0;
}

.wg-reservation-filters .button {
  width: auto;
  margin: 0;
}

.wg-reservation-kpis {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.wg-reservation-kpis .wg-report-kpi {
  min-height: 118px;
}

.wg-admin-table-wrap--reservations .widefat {
  min-width: 1280px;
}

.wg-reservation-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
  vertical-align: top;
}

.wg-reservation-actions__form,
.wg-reservation-actions__delete {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  margin: 0;
}

.wg-reservation-actions__form select {
  width: auto;
  min-width: 150px;
}

a.button.button-secondary.wg-reservation-actions__whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  padding: 0;
  border-radius: 999px;
  border-color: rgba(37, 211, 102, .32);
  background: rgba(37, 211, 102, .12);
  color: #15803d;
  box-shadow: none;
  overflow: hidden;
}

a.button.button-secondary.wg-reservation-actions__whatsapp:hover,
a.button.button-secondary.wg-reservation-actions__whatsapp:focus {
  border-color: rgba(37, 211, 102, .42);
  background: rgba(37, 211, 102, .18);
  color: #0f6a2f;
}

a.button.button-secondary.wg-reservation-actions__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  padding: 0;
  border-radius: 999px;
  border-color: rgba(59, 130, 246, .32);
  background: rgba(59, 130, 246, .12);
  color: #2563eb;
  box-shadow: none;
  overflow: hidden;
}

a.button.button-secondary.wg-reservation-actions__phone:hover,
a.button.button-secondary.wg-reservation-actions__phone:focus {
  border-color: rgba(59, 130, 246, .42);
  background: rgba(59, 130, 246, .18);
  color: #1d4ed8;
}

.wg-reservation-actions__phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

.wg-reservation-actions__phone-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.wg-reservation-actions__whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

.wg-reservation-actions__whatsapp-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.wg-reservation-widget {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(249, 244, 239, .98));
  border: 1px solid rgba(182, 90, 43, .14);
  box-shadow: 0 18px 50px rgba(38, 23, 13, .08);
}

.wg-reservation-widget__header {
  display: grid;
  gap: 6px;
}

.wg-reservation-widget__header h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.15;
  color: var(--wg-text);
}

.wg-reservation-widget__header p {
  margin: 0;
  color: var(--wg-admin-muted);
}

.wg-reservation-widget__notice {
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 700;
}

.wg-reservation-widget__notice.is-success {
  background: rgba(66, 128, 89, .12);
  color: #24583a;
}

.wg-reservation-widget__notice.is-error {
  background: rgba(176, 42, 55, .12);
  color: #8d1f28;
}

.wg-reservation-form {
  display: grid;
  gap: 18px;
}

.wg-reservation-widget__header {
  display: grid;
  gap: 8px;
}

.wg-reservation-widget__title {
  margin: 0;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--wg-text);
}

.wg-reservation-widget__description {
  margin: 0;
  max-width: 42ch;
  font-size: 16px;
  line-height: 1.55;
  color: var(--wg-admin-muted);
}

.wg-opening-hours-widget {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(182, 90, 43, .14);
  box-shadow: 0 18px 50px var(--wg-opening-hours-shadow-color, rgba(38, 23, 13, .08));
}

.wg-opening-hours-widget__accent {
  display: none;
}

.wg-opening-hours-widget__header {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding-bottom: 8px;
}

.wg-opening-hours-widget__header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background: rgba(34, 26, 20, .12);
}

.wg-opening-hours-widget__title {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--wg-text);
}

.wg-opening-hours-widget__description {
  margin: 0;
  max-width: 42ch;
  color: var(--wg-admin-muted);
  font-size: 15px;
  line-height: 1.55;
}

.wg-opening-hours-widget__list {
  position: relative;
  z-index: 1;
  display: grid;
}

.wg-opening-hours-widget.has-dividers .wg-opening-hours-widget__row {
  border-bottom: 1px solid rgba(34, 26, 20, .1);
}

.wg-opening-hours-widget:not(.has-dividers) .wg-opening-hours-widget__row {
  border-bottom: 0;
}

.wg-opening-hours-widget__row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 6px;
  color: #7a746f;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.wg-opening-hours-widget.has-dividers .wg-opening-hours-widget__row:not(.is-today) {
  border-bottom: 1px solid rgba(34, 26, 20, .1);
}

.wg-opening-hours-widget.has-dividers .wg-opening-hours-widget__row.is-today {
  border-bottom: 1px solid rgba(246, 141, 76, .55);
}

.wg-opening-hours-widget__row.is-today {
  margin: 0;
  padding: 13px 6px;
  background: rgba(255, 247, 240, .96);
  box-shadow: none;
}

.wg-opening-hours-widget__row.is-closed {
  opacity: .8;
  overflow: hidden;
}

.wg-opening-hours-widget.has-closed-line .wg-opening-hours-widget__row.is-closed::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 50%;
  height: var(--wg-opening-hours-closed-line-height, 2px);
  background: var(--wg-opening-hours-closed-line-color, rgba(34, 26, 20, .22));
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
  border-radius: 999px;
}

.wg-opening-hours-widget:not(.has-closed-line) .wg-opening-hours-widget__row.is-closed::after {
  content: none;
}

.wg-opening-hours-widget__row > * {
  position: relative;
  z-index: 1;
}

.wg-opening-hours-widget__row:hover {
  transform: translateY(-1px);
}

.wg-opening-hours-widget__day {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;
}

.wg-opening-hours-widget__dot {
  flex: none;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--wg-opening-hours-accent, #31a46a);
  box-shadow: 0 0 0 2px rgba(49, 164, 106, .12);
  transform: translateY(0);
}

.wg-opening-hours-widget__day-label {
  min-width: 0;
  font-weight: 700;
  color: var(--wg-admin-text);
}

.wg-opening-hours-widget__badge {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(246, 141, 76, .42);
  background: rgba(255, 242, 233, .95);
  color: #d86f2f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1;
}

.wg-opening-hours-widget__hours {
  flex: none;
  color: var(--wg-text);
  font-weight: 700;
  letter-spacing: -.01em;
  text-align: right;
}

.wg-opening-hours-widget__row.is-today .wg-opening-hours-widget__day-label,
.wg-opening-hours-widget__row.is-today .wg-opening-hours-widget__hours {
  color: #d86f2f;
}

.wg-opening-hours-widget__row.is-today .wg-opening-hours-widget__badge {
  background: rgba(255, 242, 233, .96);
}

.wg-restaurant-info-widget {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(182, 90, 43, .14);
  box-shadow: 0 18px 50px rgba(38, 23, 13, .08);
}

.wg-restaurant-info-widget__header {
  display: grid;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(34, 26, 20, .12);
}

.wg-restaurant-info-widget__title {
  margin: 0;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: var(--wg-text);
}

.wg-restaurant-info-widget__description {
  margin: 0;
  color: var(--wg-admin-muted);
  font-size: 15px;
  line-height: 1.55;
}

.wg-restaurant-info-widget__list {
  display: grid;
}

.wg-restaurant-info-widget__row {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  gap: 10px;
  padding: 14px 2px;
  border-bottom: 1px solid rgba(34, 26, 20, .1);
  color: var(--wg-text);
  text-decoration: none;
  transition: transform .2s ease, color .2s ease, opacity .2s ease;
}

.wg-restaurant-info-widget__row:hover {
  transform: translateY(-1px);
}

.wg-restaurant-info-widget__row:last-child {
  border-bottom: 0;
}

.wg-restaurant-info-widget__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 18px;
  height: 18px;
  color: #f68d4c;
  font-size: 14px;
  line-height: 1;
}

.wg-restaurant-info-widget__icon svg,
.wg-restaurant-info-widget__icon i {
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
}

.wg-restaurant-info-widget__label {
  flex: none;
  width: 92px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #9a958f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wg-restaurant-info-widget__value {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
  max-width: 100%;
  color: #f68d4c;
  font-weight: 700;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wg-restaurant-info-widget__row[href]:hover .wg-restaurant-info-widget__value {
  opacity: .85;
}

.wg-restaurant-info-widget__row,
.wg-restaurant-info-widget__row * {
  text-decoration: none !important;
}

.wg-categories-widget {
  display: grid;
  gap: 18px;
}

.wg-categories-widget__header {
  display: grid;
  gap: 8px;
}

.wg-categories-widget__title {
  margin: 0;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: var(--wg-text);
}

.wg-categories-widget__description {
  margin: 0;
  max-width: 52ch;
  color: var(--wg-admin-muted);
  font-size: 15px;
  line-height: 1.55;
}

.wg-categories-widget__grid {
  display: grid;
  grid-template-columns: repeat(var(--wg-category-grid-columns, 2), minmax(0, 1fr));
  gap: 18px;
}

.wg-categories-widget__card,
.wg-categories-widget__card * {
  text-decoration: none !important;
}

.wg-categories-widget--horizontal .wg-categories-widget__grid {
  grid-template-columns: 1fr;
}

.wg-categories-widget--carousel {
  gap: 14px;
}

.wg-categories-widget--carousel .wg-categories-widget__grid {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  padding-bottom: 4px;
  scrollbar-width: none;
  cursor: grab;
}

.wg-categories-widget--carousel .wg-categories-widget__grid::-webkit-scrollbar {
  display: none;
}

.wg-categories-widget--carousel .wg-categories-widget__grid.is-dragging {
  cursor: grabbing;
}

.wg-categories-widget--carousel .wg-categories-widget__card {
  flex: 0 0 calc((100% - (16px * (var(--wg-category-carousel-visible, 4) - 1))) / var(--wg-category-carousel-visible, 4));
  min-width: 0;
  min-height: auto;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  scroll-snap-align: start;
  display: grid;
  gap: 10px;
  justify-items: center;
}

.wg-categories-widget--carousel .wg-categories-widget__card:hover,
.wg-categories-widget--carousel .wg-categories-widget__card:focus-visible {
  transform: none;
  box-shadow: none;
}

.wg-categories-widget--carousel .wg-categories-widget__image {
  position: relative;
  width: 100%;
  max-width: 88px;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 999px;
  border: var(--wg-category-carousel-border-width, 3px) solid var(--wg-category-carousel-border-color, rgba(182, 90, 43, .22));
  box-shadow: none;
  transform: none;
}

.wg-categories-widget--carousel .wg-categories-widget__overlay {
  display: none;
}

.wg-categories-widget--carousel .wg-categories-widget__copy {
  position: relative;
  inset: auto;
  right: auto;
  left: auto;
  bottom: auto;
  top: auto;
  padding: 0;
  text-align: center;
}

.wg-categories-widget--carousel .wg-categories-widget__name {
  color: var(--wg-text);
  font-size: 16px;
  font-weight: 700;
  text-shadow: none;
}

.wg-categories-widget--carousel .wg-categories-widget__card,
.wg-categories-widget--carousel .wg-categories-widget__card * {
  text-decoration: none !important;
}

.wg-categories-widget__carousel-arrow {
  display: none;
}

.wg-categories-widget__card {
  position: relative;
  display: block;
  min-height: 190px;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #d9c3ae;
  box-shadow: 0 14px 34px rgba(38, 23, 13, .16);
  isolation: isolate;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.wg-categories-widget--horizontal .wg-categories-widget__card {
  min-height: 110px;
}

.wg-categories-widget__card:hover,
.wg-categories-widget__card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(38, 23, 13, .22);
}

.wg-categories-widget__image {
  position: absolute;
  inset: 0;
  background-color: #d9c3ae;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.01);
}

.wg-categories-widget__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .02) 0%, rgba(0, 0, 0, .12) 45%, rgba(0, 0, 0, .72) 100%);
}

.wg-categories-widget--horizontal .wg-categories-widget__overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .36) 50%, rgba(0, 0, 0, .16) 100%);
}

.wg-categories-widget__copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 18px;
}

.wg-categories-widget--horizontal .wg-categories-widget__copy {
  top: 0;
  bottom: 0;
  right: 72px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
}

.wg-categories-widget__name {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .26);
}

.wg-categories-widget--horizontal .wg-categories-widget__name {
  font-size: 22px;
}

.wg-categories-widget__chevron {
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 3;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  pointer-events: none;
}

.wg-categories-widget__chevron::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: 3px solid rgba(255, 255, 255, .95);
  border-bottom: 3px solid rgba(255, 255, 255, .95);
  transform: rotate(-45deg);
}

.wg-categories-widget--horizontal .wg-categories-widget__chevron {
  right: 16px;
}

.wg-categories-widget__empty {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .9);
  border: 1px dashed rgba(182, 90, 43, .2);
  color: var(--wg-admin-muted);
  font-size: 14px;
  line-height: 1.5;
}

.wg-categories-widget--carousel .wg-categories-widget__grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-start;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  padding-bottom: 4px;
  scrollbar-width: none;
  cursor: grab;
}

.wg-categories-widget--carousel .wg-categories-widget__grid::-webkit-scrollbar {
  display: none;
}

.wg-categories-widget--carousel .wg-categories-widget__grid.is-dragging {
  cursor: grabbing;
}

.wg-categories-widget--carousel .wg-categories-widget__card {
  flex: 0 0 calc((100% - (16px * 3)) / var(--wg-category-carousel-visible, 4));
  min-width: 84px;
  min-height: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  scroll-snap-align: start;
  display: grid;
  gap: 10px;
  justify-items: center;
}

.wg-categories-widget--carousel .wg-categories-widget__card:hover,
.wg-categories-widget--carousel .wg-categories-widget__card:focus-visible {
  transform: none;
  box-shadow: none !important;
}

.wg-categories-widget--carousel .wg-categories-widget__image {
  position: relative;
  width: 100%;
  max-width: 88px;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 999px;
  border: var(--wg-category-carousel-border-width, 3px) solid var(--wg-category-carousel-border-color, rgba(182, 90, 43, .22));
  box-shadow: none !important;
  transform: none;
}

.wg-categories-widget--carousel .wg-categories-widget__overlay {
  display: none;
}

.wg-categories-widget--carousel .wg-categories-widget__copy {
  position: relative;
  inset: auto;
  right: auto;
  left: auto;
  bottom: auto;
  top: auto;
  padding: 0;
  text-align: center;
}

.wg-categories-widget--carousel .wg-categories-widget__name {
  color: var(--wg-text);
  font-size: 16px;
  font-weight: 700;
  text-shadow: none;
}

@media (max-width: 520px) {
  .wg-settings-restaurant-grid {
    grid-template-columns: 1fr;
  }

  .wg-settings-hero__actions {
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;
  }

  .wg-categories-widget__grid {
    gap: 14px;
  }

  .wg-categories-widget--horizontal .wg-categories-widget__card {
    min-height: 92px;
  }

  .wg-categories-widget--horizontal .wg-categories-widget__copy {
    right: 60px;
    padding: 14px 16px;
  }

  .wg-categories-widget--horizontal .wg-categories-widget__name {
    font-size: 20px;
  }

  .wg-categories-widget--carousel .wg-categories-widget__card {
    flex-basis: calc((100% - (16px * (var(--wg-category-carousel-visible, 4) - 1))) / var(--wg-category-carousel-visible, 4));
  }

  .wg-categories-widget--carousel .wg-categories-widget__image {
    max-width: 72px;
  }

  .wg-opening-hours-widget {
    padding: 18px;
  }

  .wg-opening-hours-widget__title {
    font-size: 24px;
  }

  .wg-opening-hours-widget__row {
    gap: 12px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .wg-opening-hours-widget__hours {
    text-align: right;
  }

  .wg-opening-hours-widget__row.is-today {
    background: rgba(255, 247, 240, .96);
  }
}

.wg-reservation-steps {
  position: relative;
}

.wg-reservation-step {
  display: grid;
  gap: 16px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(182, 90, 43, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.wg-reservation-step__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.wg-reservation-step__top-content {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.wg-reservation-step__eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--wg-admin-accent-dark);
}

.wg-reservation-step__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
  color: var(--wg-text);
}

.wg-reservation-step__error {
  margin: 0;
  color: #8d1f28;
  font-weight: 700;
}

.wg-reservation-count {
  display: grid;
  gap: 12px;
}

.wg-reservation-count__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.wg-reservation-count__label,
.wg-reservation-time__label,
.wg-reservation-date__label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--wg-admin-muted);
}

.wg-reservation-count__value-label {
  font-size: 20px;
  color: var(--wg-text);
}

.wg-reservation-count__label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--wg-admin-muted);
}

.wg-reservation-count__controls {
  --wg-party-border: rgba(36, 23, 13, .14);
  display: grid;
  grid-template-columns: 54px minmax(140px, 1fr) 54px;
  gap: 0;
  align-items: center;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--wg-party-border);
  background: #fff;
}

.wg-reservation-count__btn,
.wg-reservation-count__value {
  min-height: 48px;
  border-radius: 0;
  border: 0 !important;
  background: #fff;
  color: var(--wg-text);
  font-weight: 800;
  box-sizing: border-box;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: 0;
}

.wg-reservation-count__btn {
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.wg-reservation-count__btn--minus {
  box-shadow: inset -1px 0 0 var(--wg-party-border);
}

.wg-reservation-count__value {
  box-shadow: inset 1px 0 0 var(--wg-party-border), inset -1px 0 0 var(--wg-party-border);
}

.wg-reservation-count__btn--plus {
  box-shadow: inset 1px 0 0 var(--wg-party-border);
}

.wg-reservation-count__controls button {
  border-color: transparent !important;
}

.wg-reservation-count__value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 18px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  text-align: center;
}

.wg-reservation-count__value-number {
  font-variant-numeric: tabular-nums;
}

.wg-reservation-count__value-suffix {
  font-size: 14px;
  font-weight: 700;
  color: var(--wg-text);
  white-space: nowrap;
}

.wg-reservation-time {
  display: grid;
  gap: 10px;
}

.wg-reservation-date {
  position: relative;
  display: grid;
  gap: 10px;
}

.wg-reservation-date__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wg-reservation-time__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.wg-reservation-time__chip {
  position: relative;
  width: 100%;
  min-height: 46px;
  padding: 0 22px 0 12px;
  border-radius: 12px;
  border: 1px solid #d9d2cc;
  background: #fff;
  color: #5d4031;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.wg-reservation-time__chip:not(:disabled)::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #20c05c;
}

.wg-reservation-time__chip:hover {
  transform: translateY(-1px);
  border-color: rgba(214, 53, 101, .45);
  box-shadow: 0 8px 16px rgba(214, 53, 101, .08);
}

.wg-reservation-time__chip:disabled {
  opacity: .38;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.wg-reservation-time__chip[hidden],
.wg-reservation-time__chip.is-hidden {
  display: none !important;
}

.wg-reservation-time__chip:disabled::after {
  content: none;
}

.wg-reservation-time__chip.is-active {
  background: #d63a69;
  border-color: #d63a69;
  color: #fff;
  box-shadow: 0 10px 20px rgba(214, 58, 105, .18);
}

.wg-reservation-date__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid #d0c8c2;
  background: #fff;
  color: var(--wg-text);
  cursor: pointer;
  font-weight: 700;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .65), 0 2px 12px rgba(33, 20, 12, .04);
}

.wg-reservation-date__trigger-text {
  min-width: 0;
  text-align: left;
}

.wg-reservation-date__trigger-icon {
  flex: 0 0 auto;
  color: var(--wg-admin-muted);
  font-size: 15px;
}

.wg-reservation-calendar {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 15;
  width: min(100%, 330px);
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(36, 23, 13, .10);
  background: #fff;
  box-shadow: 0 18px 40px rgba(35, 21, 13, .12);
}

.wg-reservation-calendar__header {
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  gap: 8px;
}

.wg-reservation-calendar__month {
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  color: var(--wg-text);
}

.wg-reservation-calendar__nav {
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: var(--wg-admin-muted);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  -webkit-appearance: none;
}

.wg-reservation-calendar__nav:hover {
  background: rgba(182, 90, 43, .08);
  color: var(--wg-admin-accent-dark);
}

.wg-reservation-calendar__weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.wg-reservation-calendar__weekday {
  text-align: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .10em;
  color: #8a7a6f;
}

.wg-reservation-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.wg-reservation-calendar__empty {
  display: block;
  aspect-ratio: 1;
}

.wg-reservation-calendar__day {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  min-height: 38px;
  border: 1px solid #e6dfda;
  background: #fff;
  color: var(--wg-text);
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.wg-reservation-step {
  transition: opacity .22s ease, transform .22s ease;
  will-change: opacity, transform;
}

.wg-reservation-step.is-transitioning-out {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.wg-reservation-step.is-transitioning-in {
  opacity: 0;
  transform: translateY(-8px);
}

.wg-reservation-calendar__day:hover {
  transform: translateY(-1px);
  background: #faf7f4;
  border-color: #d9cfc6;
}

.wg-reservation-calendar__day.is-selected {
  background: var(--wg-admin-accent);
  border-color: var(--wg-admin-accent);
  color: #fff;
  box-shadow: 0 10px 18px rgba(182, 90, 43, .18);
}

.wg-reservation-calendar__day.is-today:not(.is-selected) {
  border-color: rgba(182, 90, 43, .42);
}

.wg-reservation-calendar__day.is-disabled {
  opacity: .36;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.wg-reservation-calendar__day.is-closed {
  opacity: .24;
  background: rgba(255, 255, 255, .72);
  color: rgba(78, 54, 31, .38);
  border-color: rgba(78, 54, 31, .08);
}

.wg-reservation-calendar__day.is-disabled:hover {
  background: #fff;
  border-color: #e6dfda;
}

.wg-reservation-calendar__day.is-selected:hover {
  background: var(--wg-admin-accent);
  border-color: var(--wg-admin-accent);
}

.wg-reservation-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.wg-reservation-admin-form {
  display: grid;
  gap: 18px;
}

.wg-reservation-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wg-reservation-field {
  display: grid;
  gap: 8px;
}

.wg-reservation-field__label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--wg-admin-muted);
}

.wg-reservation-field input,
.wg-reservation-field select,
.wg-reservation-field textarea {
  width: 100%;
  border: 1px solid rgba(36, 23, 13, .14);
  border-radius: 14px;
  background: #fff;
  color: var(--wg-text);
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.5;
  box-shadow: none;
}

.wg-reservation-field textarea {
  min-height: 118px;
  resize: vertical;
}

.wg-reservation-field--full {
  grid-column: 1 / -1;
}

.wg-reservation-form__actions {
  display: grid;
  gap: 10px;
}

.wg-reservation-special-options {
  display: grid;
  gap: 0;
  border: 1px solid rgba(36, 23, 13, .12);
  border-radius: 18px !important;
  overflow: hidden;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 10px 24px rgba(38, 23, 13, .06);
}

.wg-reservation-special-options__toggle {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  min-height: 54px;
  padding: 14px 56px 14px 16px;
  border: 0;
  border-radius: 0 !important;
  background: transparent;
  color: var(--wg-text);
  cursor: pointer;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}

.wg-reservation-special-options__title {
  display: block;
  min-width: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
}

.wg-reservation-special-options__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: inherit;
  line-height: 1;
}

.wg-reservation-special-options__icon-up,
.wg-reservation-special-options__icon-down {
  display: none !important;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.wg-reservation-special-options__toggle[aria-expanded="false"] .wg-reservation-special-options__icon-down {
  display: block !important;
}

.wg-reservation-special-options__toggle[aria-expanded="true"] .wg-reservation-special-options__icon-up {
  display: block !important;
}

.wg-reservation-special-options__toggle[aria-expanded="true"] .wg-reservation-special-options__icon {
  transform: translateY(-50%);
}

.wg-reservation-special-options__panel {
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 0;
  border-top: 1px solid rgba(36, 23, 13, .08);
  border-radius: 0 !important;
  background: rgba(255, 255, 255, .96);
  box-shadow: none;
}

.wg-reservation-special-options__notes {
  margin-top: 2px;
}

.wg-reservation-special-options__empty {
  padding: 14px 16px;
  border: 1px dashed rgba(36, 23, 13, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .82);
  color: var(--wg-admin-muted);
  font-size: 14px;
  line-height: 1.45;
}

.wg-reservation-special-options__group {
  display: grid;
  gap: 10px;
}

.wg-reservation-special-options__group-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--wg-admin-muted);
}

.wg-reservation-special-options__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.wg-reservation-special-options__card {
  display: grid;
  gap: 5px;
  align-content: start;
  padding: 14px 14px 13px;
  border: 1px solid rgba(36, 23, 13, .10);
  border-radius: 16px;
  background: #fff;
  color: var(--wg-text);
  text-align: left;
  box-shadow: 0 8px 18px rgba(38, 23, 13, .05);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}

.wg-reservation-special-options__card:hover {
  transform: translateY(-1px);
  border-color: rgba(212, 49, 49, .28);
  box-shadow: 0 14px 24px rgba(38, 23, 13, .08);
}

.wg-reservation-special-options__card.is-selected {
  border-color: rgba(212, 49, 49, .50);
  background: rgba(212, 49, 49, .06);
  box-shadow: 0 14px 24px rgba(212, 49, 49, .10);
}

.wg-reservation-special-options__card-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.wg-reservation-special-options__card-desc {
  color: inherit;
  opacity: .74;
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.wg-reservation-special-options__extra {
  padding: 14px 16px;
  border: 1px solid rgba(245, 158, 11, .28);
  border-radius: 16px;
  background: rgba(255, 247, 230, .88);
}

.wg-reservation-special-options__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--wg-text);
}

.wg-reservation-special-options__check input[type="checkbox"] {
  margin-top: 3px;
}

.wg-reservation-special-options__check span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.wg-reservation-table-types {
  display: grid;
  gap: 12px;
}

.wg-reservation-table-types__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wg-reservation-table-types__label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--wg-admin-muted);
}

.wg-reservation-table-types__grid {
  display: grid;
  gap: 14px;
}

.wg-reservation-table-types__empty {
  padding: 14px 16px;
  border: 1px dashed rgba(36, 23, 13, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  color: var(--wg-admin-muted);
  font-size: 14px;
}

.wg-reservation-table-card {
  display: grid;
  grid-template-columns: 100%;
  text-align: left;
  position: relative;
  border: 1px solid rgba(36, 23, 13, .10);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 28px rgba(38, 23, 13, .08);
  cursor: pointer;
  padding: 0 !important;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, opacity .18s ease;
}

.wg-reservation-table-card.is-favorite {
  border-color: rgba(245, 158, 11, .42);
  box-shadow: 0 14px 30px rgba(245, 158, 11, .12);
}

.wg-reservation-table-card:disabled {
  pointer-events: none;
}

.wg-reservation-table-card:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(212, 49, 49, .28);
  box-shadow: 0 16px 30px rgba(38, 23, 13, .12);
  background: var(--wg-table-type-card-hover-bg, #fff);
  background-color: var(--wg-table-type-card-hover-bg, #fff) !important;
  background-image: none !important;
}

.wg-reservation-table-card:focus:not(:disabled),
.wg-reservation-table-card:focus-visible:not(:disabled) {
  background: var(--wg-table-type-card-bg, #fff);
  background-color: var(--wg-table-type-card-bg, #fff) !important;
  background-image: none !important;
}

.wg-reservation-table-card:disabled,
.wg-reservation-table-card.is-disabled {
  opacity: .70;
  cursor: not-allowed;
  box-shadow: 0 10px 22px rgba(38, 23, 13, .06);
}

.wg-reservation-table-card.is-selected {
  background: var(--wg-table-type-card-bg, #fff);
  background-image: none;
  border-color: var(--wg-table-type-card-selected-border, rgba(212, 49, 49, .42)) !important;
  box-shadow: 0 18px 34px rgba(212, 49, 49, .12);
  background-color: var(--wg-table-type-card-bg, #fff) !important;
}

.wg-reservation-table-card--restaurant-selection:hover:not(:disabled),
.wg-reservation-table-card--restaurant-selection:focus:not(:disabled),
.wg-reservation-table-card--restaurant-selection:focus-visible:not(:disabled) {
  background: var(--wg-restaurant-selection-card-bg, #fff) !important;
  background-color: var(--wg-restaurant-selection-card-bg, #fff) !important;
  background-image: none !important;
}

.wg-reservation-table-card__image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 5;
  background-color: #e9e2dc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}

.wg-reservation-table-card__badge-group {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}

.wg-reservation-table-card__badge-group--card {
  top: 12px;
  right: 12px;
}

.wg-reservation-table-card__badge-group--compact {
  gap: 6px;
}

.wg-reservation-table-card__selected-badge,
.wg-reservation-table-card__favorite-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 0;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(17, 24, 39, .18);
  backdrop-filter: blur(8px);
}

.wg-reservation-table-card__selected-badge {
  display: none;
  border: 1px solid rgba(255, 255, 255, .28);
  background: var(--wg-selected-badge-bg, #f97316);
  color: var(--wg-selected-badge-color, #fff);
  transition: transform .18s ease;
}

.wg-reservation-table-card.is-selected .wg-reservation-table-card__selected-badge {
  display: inline-flex;
}

.wg-reservation-table-card__selected-badge--compact {
  width: var(--wg-restaurant-selection-selected-badge-size, 12px) !important;
  height: var(--wg-restaurant-selection-selected-badge-size, 12px) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  border-width: 1px !important;
}

.wg-reservation-table-card--restaurant-selection.is-selected .wg-reservation-table-card__selected-badge--compact {
  width: var(--wg-restaurant-selection-selected-badge-size, 12px) !important;
  height: var(--wg-restaurant-selection-selected-badge-size, 12px) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

.wg-reservation-table-card--restaurant-selection .wg-reservation-table-card__selected-badge-icon {
  font-size: var(--wg-restaurant-selection-selected-badge-icon-size, 6px) !important;
  line-height: 1;
}

.wg-reservation-table-card__favorite-badge {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .30);
  background: rgba(17, 24, 39, .72);
  color: #fff;
}

.wg-reservation-table-card__favorite-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #facc15;
  font-size: 18px;
  line-height: 1;
}

.wg-reservation-table-card__favorite-badge-text {
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.wg-reservation-table-card__body {
  display: grid;
  gap: 10px;
  padding: 18px 18px 20px;
  margin: 0;
}

.wg-reservation-table-card__body--restaurant-selection {
  gap: 12px;
}

.wg-reservation-table-card__selection-head {
  display: block;
  width: 100%;
}

.wg-reservation-table-card__selection-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
  width: 100%;
  text-align: left;
}

.wg-reservation-table-card--restaurant-selection .wg-reservation-table-card__title {
  display: block;
}

.wg-reservation-table-card--restaurant-selection .wg-reservation-table-card__badge-group {
  display: inline-flex;
}

.wg-reservation-table-card__description {
  color: var(--wg-accent, #D43131);
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}

.wg-reservation-table-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.wg-reservation-table-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.wg-reservation-table-card__title {
  color: var(--wg-text);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.15;
}

.wg-reservation-table-card__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  color: var(--wg-table-type-available-color, #16a34a);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.wg-reservation-table-card__status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--wg-table-type-available-color, #22c55e);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .14);
}

.wg-reservation-table-card.is-disabled .wg-reservation-table-card__status {
  color: var(--wg-table-type-unavailable-color, #dc2626);
}

.wg-reservation-table-card.is-disabled .wg-reservation-table-card__status-dot {
  background: var(--wg-table-type-unavailable-color, #dc2626);
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .14);
}

.wg-reservation-table-card__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(36, 23, 13, .12);
  background: #fff;
  color: var(--wg-muted);
  font-size: 13px;
  font-weight: 700;
}

.wg-reservation-table-type-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.wg-reservation-table-type-actions__form,
.wg-reservation-table-type-actions__delete {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.wg-table-type-favorite-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0;
  margin-right: 6px;
  border-radius: 999px;
  line-height: 1;
}

.wg-table-type-favorite-toggle.is-favorite {
  background: rgba(250, 204, 21, .18);
  color: #a16207;
  border: 1px solid rgba(250, 204, 21, .30);
}

.wg-table-type-favorite-toggle__icon {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

.wg-reservation-table-type-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;
}

.wg-reservation-table-card__pill-icon {
  font-size: 12px;
  line-height: 1;
}

.wg-reservation-next,
.wg-reservation-back {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid rgba(36, 23, 13, .14);
  background: #fff;
  color: var(--wg-text);
  font-weight: 800;
  cursor: pointer;
}

.wg-reservation-step__back {
  flex: 0 0 auto;
  min-width: 28px;
  min-height: 28px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  border-color: rgba(36, 23, 13, .10);
  color: var(--wg-admin-muted);
  font-size: 0;
  line-height: 0;
  box-shadow: 0 6px 14px rgba(36, 23, 13, .06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 0;
}

.wg-reservation-step__back:hover {
  background: rgba(182, 90, 43, .08);
  color: var(--wg-admin-accent-dark);
  border-color: rgba(182, 90, 43, .18);
}

.wg-reservation-step__back-icon {
  width: 12px;
  height: 12px;
  display: block;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 1;
  color: currentColor;
  fill: currentColor;
  stroke: currentColor;
}

.wg-reservation-step__back-icon svg,
.wg-reservation-step__back-icon i {
  width: 12px;
  height: 12px;
  display: block;
}

.wg-reservation-next {
  background: var(--wg-admin-accent);
  border-color: var(--wg-admin-accent);
  color: #fff;
}

.wg-reservation-next:hover {
  background: #bc5b29;
}

.wg-reservation-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--wg-admin-accent);
  border-radius: 14px;
  background: var(--wg-admin-accent);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

.wg-reservation-submit:hover {
  background: #bc5b29;
  border-color: #bc5b29;
  box-shadow: 0 8px 18px rgba(182, 90, 43, .18);
  transform: translateY(-1px);
}

.wg-reservations-page .wg-report-kpi strong,
.wg-reservations-summary .wg-report-kpi strong {
  font-size: 30px;
}

.wg-admin-wrap .inline-edit-row,
.wg-admin-wrap .regular-text,
.wg-admin-wrap .large-text {
  max-width: 100%;
}

@media (max-width: 960px) {
  .wg-admin-hero {
    grid-template-columns: 1fr;
  }

  .wg-admin-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wg-admin-grid {
    grid-template-columns: 1fr;
  }

  .wg-admin-grid--options {
    grid-template-columns: 1fr;
  }

  .wg-option-category-list {
    grid-template-columns: 1fr;
  }

  .wg-admin-grid--products {
    grid-template-columns: 1fr;
  }

  .wg-admin-grid--reservation-types {
    grid-template-columns: 1fr;
  }

  .wg-admin-grid--reservation-special-options {
    grid-template-columns: 1fr;
  }

  .wg-report-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wg-report-toolbar {
    flex-direction: column;
  }

  .wg-admin-card--product-editor,
  .wg-admin-card--bulk-pricing {
    position: static;
  }

  .wg-bulk-price-actions {
    align-items: stretch;
  }

  .wg-bulk-price-actions__field {
    max-width: none;
  }

  .wg-bulk-price-actions__buttons,
  .wg-bulk-price-actions .button {
    width: 100%;
  }

  .wg-bulk-price-actions__buttons {
    grid-template-columns: 1fr;
  }

  .wg-bulk-price-item {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .wg-bulk-price-item__price {
    grid-column: 2;
  }

  .wg-report-heatmap__scale,
  .wg-report-heatmap__row {
    grid-template-columns: 64px repeat(12, minmax(24px, 1fr));
  }

  .wg-report-top-products__row {
    flex-basis: calc((100% - 12px) / 2);
  }

  .wg-reservations-grid {
    grid-template-columns: 1fr;
  }

  .wg-reservation-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wg-product-grid {
    grid-template-columns: repeat(var(--wg-cols, 2), minmax(0, 1fr));
  }

  .wg-side-cart {
    width: min(380px, 100vw);
  }
}

@media (max-width: 640px) {
  .wp-admin.wg-embedded-admin .wg-admin-wrap {
    width: calc(100% - 20px);
    margin: 14px auto 18px;
    padding: 8px 10px 20px;
  }

  .wg-admin-hero__content {
    padding: 22px;
  }

  .wg-admin-hero__content h1 {
    font-size: 28px;
  }

  .wg-admin-metrics {
    grid-template-columns: 1fr;
  }

  .wg-admin-tabs {
    width: 100%;
    padding: 6px;
    gap: 8px;
  }

  .wg-admin-tabs .nav-tab {
    flex: 0 0 auto;
    padding: 9px 14px;
  }

  .wg-admin-card {
    padding: 18px;
    border-radius: 22px;
  }

  .wg-reservation-filters {
    width: 100%;
  }

  .wg-reservation-filters input,
  .wg-reservation-filters select,
  .wg-reservation-filters .button {
    width: 100%;
  }

  .wg-reservation-form__grid,
  .wg-reservation-kpis {
    grid-template-columns: 1fr;
  }

  .wg-reservation-calendar {
    position: static;
    width: 100%;
  }

  .wg-cart-fab {
    right: 14px;
    bottom: 14px;
  }

  .wg-product-card__footer {
    gap: 10px;
  }

  .wg-price {
    font-size: 16px;
  }
}

.wg-modal.is-approved .wg-qrcode:empty {
  display: none;
}

.wg-scanner-shell {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.wg-scanner-frame {
  max-width: 520px;
  width: 100%;
}

.wg-scanner-video {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  border-radius: 18px;
  background: #111827;
  object-fit: cover;
}

.wg-scanner-status {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(36, 23, 13, .06);
  color: var(--wg-admin-text);
  font-weight: 600;
}

.wg-scanner-status.is-success {
  background: rgba(66, 128, 89, .12);
  color: #24583a;
}

.wg-scanner-status.is-error {
  background: rgba(176, 42, 55, .12);
  color: #8d1f28;
}

.wg-scanner-status.is-pending {
  background: rgba(182, 90, 43, .12);
  color: var(--wg-admin-accent-dark);
}

.wg-scanner-note {
  color: var(--wg-admin-muted);
  font-size: 14px;
}

.wg-garson-app-body {
  margin: 0;
  min-height: 100vh;
  color: var(--wg-text);
  background:
    radial-gradient(circle at top left, rgba(212, 49, 49, .16), transparent 34%),
    radial-gradient(circle at 85% 12%, rgba(17, 24, 39, .08), transparent 22%),
    linear-gradient(180deg, #fffaf7 0%, #f6f2ee 100%);
}

.wg-garson-app-body * {
  box-sizing: border-box;
}

.wg-garson-app {
  width: min(1120px, calc(100vw - 24px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 22px 0 48px;
  display: grid;
  place-items: start center;
}

.wg-garson-app__shell {
  width: 100%;
  display: grid;
  gap: 20px;
}

.wg-garson-app__hero {
  padding: 18px 6px 2px;
}

.wg-garson-app__hero h1 {
  margin: 0 0 8px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -.03em;
  color: #111827;
}

.wg-garson-app__hero p {
  max-width: 680px;
  margin: 0;
  color: #5b6472;
  font-size: 16px;
  line-height: 1.6;
}

.wg-garson-app__hero .wg-garson-app__eyebrow {
  margin-bottom: 10px;
}

.wg-garson-app__workspace,
.wg-garson-app__login,
.wg-garson-app__denied {
  width: 100%;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 28px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 22px 55px rgba(17, 24, 39, .12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.wg-garson-app__workspace {
  padding: 26px;
}

.wg-garson-app__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.wg-garson-app__header-copy h2,
.wg-garson-app__login-hero h2,
.wg-garson-app__denied h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.1;
  letter-spacing: -.02em;
}

.wg-garson-app__header-copy p,
.wg-garson-app__login-hero p,
.wg-garson-app__denied p {
  margin: 0;
  color: #5b6472;
  line-height: 1.6;
}

.wg-garson-app__info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.wg-garson-app__info-card,
.wg-garson-app__feature {
  position: relative;
  overflow: hidden;
  padding: 16px 16px 15px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .84), rgba(255, 255, 255, .58));
  border: 1px solid rgba(17, 24, 39, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6);
}

.wg-garson-app__info-card::before,
.wg-garson-app__feature::before {
  content: '';
  position: absolute;
  inset: auto -30px -38px auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 49, 49, .12), rgba(212, 49, 49, 0) 70%);
  pointer-events: none;
}

.wg-garson-app__info-label,
.wg-garson-app__feature span {
  display: block;
  margin-bottom: 8px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wg-garson-app__info-card strong,
.wg-garson-app__feature strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.25;
  color: #111827;
}

.wg-garson-app__info-card p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.45;
}

.wg-garson-app__notice {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(212, 49, 49, .10);
  color: #8f1d1d;
  font-weight: 600;
  line-height: 1.45;
}

.wg-garson-app__remember {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #374151;
  font-weight: 600;
}

.wg-garson-app__login-hero {
  margin-bottom: 18px;
}

.wg-garson-app__login-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, .9fr);
  gap: 18px;
}

.wg-garson-app__login-panel {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(17, 24, 39, .08);
}

.wg-garson-app__login-side {
  display: grid;
  gap: 12px;
  align-content: start;
}

.wg-garson-app__feature {
  padding: 18px;
}

.wg-garson-app__feature strong {
  font-size: 15px;
}

.wg-garson-app__login-side .wg-garson-app__logout-link {
  justify-self: start;
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.wg-garson-app__login-side .wg-garson-app__logout-link::before {
  content: '↩';
  font-weight: 900;
}

.wg-garson-app__login-footer {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 24, 39, .08);
}

.wg-garson-app__logout-link {
  color: var(--wg-admin-accent-dark);
  font-weight: 700;
  text-decoration: none;
}

.wg-garson-app .wg-scanner-shell {
  gap: 14px;
  margin-top: 0;
}

.wg-garson-app .wg-scanner-frame {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: min(74vh, 760px);
  padding: 16px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, .98), rgba(17, 24, 39, .98)),
    radial-gradient(circle at top, rgba(212, 49, 49, .12), transparent 45%);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 26px 80px rgba(15, 23, 42, .24);
  overflow: hidden;
}

.wg-garson-app .wg-scanner-frame::before {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: inset 0 0 0 1px rgba(212, 49, 49, .08);
  pointer-events: none;
}

.wg-garson-app .wg-scanner-frame video,
.wg-garson-app .wg-scanner-frame canvas {
  width: 100%;
  height: 100%;
  min-height: min(74vh, 760px);
  border-radius: 20px;
  object-fit: cover;
}

.wg-garson-app .wg-scanner-status {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  color: #111827;
  font-weight: 700;
  border: 1px solid rgba(17, 24, 39, .08);
  box-shadow: 0 10px 28px rgba(17, 24, 39, .08);
}

.wg-garson-app .wg-scanner-note {
  color: #6b7280;
  font-size: 14px;
  padding-left: 4px;
}

.wg-garson-app__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(17, 24, 39, .08);
  color: #111827;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.wg-garson-app__denied {
  max-width: 720px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}

.wg-garson-app__denied::before {
  content: '!';
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  border-radius: 18px;
  background: rgba(212, 49, 49, .12);
  color: var(--wg-admin-accent-dark);
  font-size: 24px;
  font-weight: 900;
}

@media (max-width: 720px) {
  .wg-garson-app {
    width: min(100vw, 100%);
    padding: 14px 0 28px;
  }

  .wg-garson-app__info-grid,
  .wg-garson-app__login-grid {
    grid-template-columns: 1fr;
  }

  .wg-garson-app__workspace,
  .wg-garson-app__login,
  .wg-garson-app__denied {
    border-radius: 22px;
  }

  .wg-garson-app__header {
    flex-direction: column;
    align-items: stretch;
  }

  .wg-garson-app__header-copy h2,
  .wg-garson-app__login h2,
  .wg-garson-app__denied h2 {
    font-size: 24px;
  }

  .wg-garson-app__logout {
    width: 100%;
  }

  .wg-garson-app__workspace {
    padding: 16px;
  }

  .wg-garson-app .wg-scanner-frame {
    min-height: 62vh;
    padding: 10px;
  }
}

@media (max-width: 960px) {
  .wg-side-cart {
    right: -100vw;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100dvh;
    border-radius: 0;
  }
}

/* Garson App Modern Override */
.wg-garson-app-body {
  background:
    radial-gradient(circle at 12% 12%, rgba(212, 49, 49, .18), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(17, 24, 39, .10), transparent 24%),
    radial-gradient(circle at 52% 108%, rgba(212, 49, 49, .10), transparent 34%),
    linear-gradient(180deg, #fcfbf9 0%, #f1ece6 100%);
}

.wg-garson-app-body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .34), transparent 26%),
    linear-gradient(315deg, rgba(255, 255, 255, .20), transparent 22%);
}

.wg-garson-app {
  width: min(1220px, calc(100vw - 28px));
  padding: 24px 0 56px;
}

.wg-garson-app__workspace,
.wg-garson-app__login,
.wg-garson-app__denied {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .72));
  box-shadow:
    0 24px 70px rgba(15, 23, 42, .12),
    inset 0 1px 0 rgba(255, 255, 255, .72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.wg-garson-app__workspace::before,
.wg-garson-app__login::before,
.wg-garson-app__denied::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .16), transparent 22%),
    radial-gradient(circle at 16% 0%, rgba(212, 49, 49, .10), transparent 28%);
}

.wg-garson-app__workspace {
  padding: 26px;
}

.wg-garson-app__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.wg-garson-app__header-copy h2,
.wg-garson-app__login h2,
.wg-garson-app__denied h2 {
  margin: 0 0 8px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.08;
  letter-spacing: -.04em;
  color: #111827;
}

.wg-garson-app__header-copy p,
.wg-garson-app__login p,
.wg-garson-app__denied p {
  margin: 0;
  color: #5c6472;
  line-height: 1.65;
}

.wg-garson-app__logout,
.wg-garson-app__logout-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(212, 49, 49, .16);
  background:
    linear-gradient(180deg, rgba(212, 49, 49, .12), rgba(212, 49, 49, .08));
  color: var(--wg-admin-accent-dark);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(212, 49, 49, .10);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.wg-garson-app__logout:hover,
.wg-garson-app__logout-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(212, 49, 49, .14);
}

.wg-garson-app__login,
.wg-garson-app__denied {
  max-width: 580px;
  margin: 0 auto;
  padding: 30px;
}

.wg-garson-app__notice {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(212, 49, 49, .10);
  color: #8f1d1d;
  font-weight: 700;
}

.wg-garson-app__login form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.wg-garson-app__login label {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}

.wg-garson-app__login input[type="text"],
.wg-garson-app__login input[type="password"] {
  width: 100%;
  min-height: 54px;
  padding: 13px 16px;
  border: 1px solid rgba(17, 24, 39, .12);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(250, 250, 250, .96));
  color: #111827;
  font: inherit;
  font-size: 15px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.wg-garson-app__login input[type="text"]::placeholder,
.wg-garson-app__login input[type="password"]::placeholder {
  color: #9ca3af;
}

.wg-garson-app__login input[type="text"]:focus,
.wg-garson-app__login input[type="password"]:focus {
  outline: none;
  border-color: rgba(212, 49, 49, .5);
  box-shadow: 0 0 0 5px rgba(212, 49, 49, .10);
  transform: translateY(-1px);
}

.wg-garson-app__login .button {
  min-height: 52px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #e44444 0%, #cb3030 100%);
  color: #fff;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 18px 34px rgba(212, 49, 49, .22);
}

.wg-garson-app__login .button:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(212, 49, 49, .26);
}

.wg-garson-app__login .button:focus-visible,
.wg-garson-app__logout:focus-visible,
.wg-garson-app__logout-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(212, 49, 49, .14), 0 0 0 8px rgba(212, 49, 49, .08);
}

.wg-garson-app__remember {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #374151;
  font-weight: 600;
}

.wg-garson-app__login-footer {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 24, 39, .08);
}

.wg-garson-app__logout-link {
  width: fit-content;
}

.wg-garson-app .wg-scanner-shell {
  gap: 14px;
}

.wg-garson-app .wg-scanner-frame {
  position: relative;
  min-height: min(74vh, 760px);
  padding: 16px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top, rgba(212, 49, 49, .16), transparent 40%),
    linear-gradient(180deg, #0f172a 0%, #111827 100%);
  border: 1px solid rgba(255, 255, 255, .09);
  box-shadow:
    0 28px 84px rgba(15, 23, 42, .24),
    inset 0 1px 0 rgba(255, 255, 255, .08);
  overflow: hidden;
}

.wg-garson-app .wg-scanner-frame::before,
.wg-garson-app .wg-scanner-frame::after {
  content: '';
  position: absolute;
  inset: 14px;
  border-radius: 20px;
  pointer-events: none;
}

.wg-garson-app .wg-scanner-frame::before {
  border: 1px solid rgba(255, 255, 255, .10);
  box-shadow:
    inset 0 0 0 1px rgba(212, 49, 49, .06),
    0 0 0 1px rgba(255, 255, 255, .02);
}

.wg-garson-app .wg-scanner-frame::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, .06)),
    linear-gradient(180deg, rgba(255, 255, 255, .05), transparent 18%, transparent 82%, rgba(255, 255, 255, .05));
  mix-blend-mode: screen;
}

.wg-garson-app .wg-scanner-frame video,
.wg-garson-app .wg-scanner-frame canvas {
  width: 100%;
  height: 100%;
  min-height: min(74vh, 760px);
  border-radius: 18px;
  object-fit: cover;
}

.wg-garson-app .wg-scanner-status {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .86);
  color: #111827;
  font-weight: 700;
  border: 1px solid rgba(17, 24, 39, .08);
  box-shadow: 0 10px 28px rgba(17, 24, 39, .08);
}

.wg-garson-app .wg-scanner-note {
  color: #6b7280;
  font-size: 14px;
  padding-left: 4px;
}

.wg-garson-app__denied {
  text-align: center;
}

.wg-garson-app__denied::before {
  content: '!';
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  border-radius: 18px;
  background: rgba(212, 49, 49, .12);
  color: var(--wg-admin-accent-dark);
  font-size: 24px;
  font-weight: 900;
}

@media (max-width: 720px) {
  .wg-garson-app {
    width: min(100vw, 100%);
    padding: 14px 0 28px;
  }

  .wg-garson-app__workspace,
  .wg-garson-app__login,
  .wg-garson-app__denied {
    border-radius: 24px;
  }

  .wg-garson-app__workspace,
  .wg-garson-app__login,
  .wg-garson-app__denied {
    padding: 18px;
  }

  .wg-garson-app__header {
    flex-direction: column;
    align-items: stretch;
  }

  .wg-garson-app__header-copy h2,
  .wg-garson-app__login h2,
  .wg-garson-app__denied h2 {
    font-size: 24px;
  }

  .wg-garson-app__logout,
  .wg-garson-app__logout-link {
    width: 100%;
  }

  .wg-garson-app .wg-scanner-frame {
    min-height: 62vh;
    padding: 10px;
    border-radius: 24px;
  }

  .wg-garson-app .wg-scanner-frame::before,
  .wg-garson-app .wg-scanner-frame::after {
    inset: 10px;
    border-radius: 18px;
  }
}

.wg-install-card {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10000020;
  width: min(420px, calc(100vw - 24px));
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-areas:
    "icon body"
    "icon actions";
  gap: 0 14px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(17, 24, 39, .10);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(250, 247, 243, .96));
  box-shadow: 0 24px 70px rgba(15, 23, 42, .18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.wg-install-card[hidden] {
  display: none !important;
}

.wg-install-card__icon {
  grid-area: icon;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #e44444 0%, #cb3030 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 18px 32px rgba(212, 49, 49, .24);
}

.wg-install-card__body {
  grid-area: body;
}

.wg-install-card__body strong {
  display: block;
  margin: 2px 0 6px;
  color: #111827;
  font-size: 16px;
  line-height: 1.2;
}

.wg-install-card__body p {
  margin: 0;
  color: #5b6472;
  line-height: 1.5;
  font-size: 14px;
}

.wg-install-card__actions {
  grid-area: actions;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 14px;
}

.wg-install-card__button {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.wg-install-card__button--secondary {
  background: rgba(17, 24, 39, .06);
  color: #111827;
}

.wg-install-card__button--primary {
  background: linear-gradient(180deg, #e44444 0%, #cb3030 100%);
  color: #fff;
  box-shadow: 0 18px 32px rgba(212, 49, 49, .20);
}

.wg-install-card__button:hover {
  transform: translateY(-1px);
}

.wg-install-guide[hidden] {
  display: none !important;
}

.wg-install-guide {
  position: fixed;
  inset: 0;
  z-index: 10000030;
}

.wg-install-guide__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, .56);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.wg-install-guide__panel {
  position: relative;
  z-index: 1;
  width: min(460px, calc(100vw - 28px));
  margin: 10vh auto 0;
  padding: 24px 22px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .20);
}

.wg-install-guide__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 24, 39, .08);
  color: #111827;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.wg-install-guide__panel h3 {
  margin: 0 0 12px;
  padding-right: 42px;
  color: #111827;
  font-size: 24px;
}

.wg-install-guide__panel p {
  margin: 0 0 14px;
  color: #5b6472;
  line-height: 1.6;
}

.wg-install-guide__steps {
  margin: 0 0 14px 18px;
  padding: 0;
  color: #111827;
}

.wg-install-guide__steps li {
  margin-bottom: 10px;
  line-height: 1.55;
}

.wg-install-guide__hint {
  margin-bottom: 0 !important;
  color: #92400e !important;
  font-weight: 700;
}

.wg-manager-app-body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 10%, rgba(182, 90, 43, .14), transparent 24%),
    radial-gradient(circle at 86% 14%, rgba(17, 24, 39, .08), transparent 22%),
    linear-gradient(180deg, #fcfbf9 0%, #efe7df 100%);
  overflow: auto;
}

.wg-manager-app-body--login {
  display: grid;
  place-items: center;
  padding: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wg-manager-app-shell {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}

.wg-manager-app-body--login .wg-manager-app-shell {
  width: min(400px, calc(100vw - 24px));
  min-height: auto;
}

.wg-manager-app {
  width: 100%;
  min-height: 100vh;
}

.wg-manager-app--fullscreen {
  display: block;
  min-height: 100vh;
  background: transparent;
}

.wg-manager-app__frame {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  border: 0;
  display: block;
  background: transparent;
}

.wg-manager-app__login {
  width: 100%;
}

.wg-manager-app__login-card {
  position: relative;
  width: 100%;
  padding: 18px 18px 16px;
  border-radius: 24px;
  border: 1px solid rgba(17, 24, 39, .08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(249, 246, 241, .92));
  box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
  overflow: hidden;
}

.wg-manager-app__login-card h2 {
  margin: 8px 0 8px;
  color: #111827;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.wg-manager-app__login-card p {
  margin: 0 0 14px;
  color: #5b6472;
  line-height: 1.55;
  font-size: 14px;
}

.wg-manager-app__login-card form {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(17, 24, 39, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
  overflow: hidden;
}

.wg-manager-app__login-card label {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}

.wg-manager-app__login-card input[type="text"],
.wg-manager-app__login-card input[type="password"] {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid rgba(17, 24, 39, .12);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(250, 250, 250, .96));
  color: #111827;
  font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 15px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  box-sizing: border-box;
}

.wg-manager-app__login-card input[type="text"]:focus,
.wg-manager-app__login-card input[type="password"]:focus {
  outline: none;
  border-color: rgba(212, 49, 49, .5);
  box-shadow: 0 0 0 3px rgba(212, 49, 49, .10);
  transform: none;
}

.wg-manager-app__remember {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #374151;
  font-weight: 600;
}

.wg-manager-app__login-card .button {
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #e44444 0%, #cb3030 100%);
  color: #fff;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 18px 34px rgba(212, 49, 49, .22);
}

.wg-manager-app__login-card .button:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(212, 49, 49, .26);
}

.wg-manager-app__login-card .button:focus-visible,
.wg-manager-app__logout-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(212, 49, 49, .14), 0 0 0 8px rgba(212, 49, 49, .08);
}

.wg-manager-app__notice {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(212, 49, 49, .10);
  color: #8f1d1d;
  font-weight: 600;
  line-height: 1.4;
  font-size: 13px;
}

.wg-manager-app__login-footer {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 24, 39, .08);
}

.wg-manager-app__logout-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8f441f;
  font-weight: 700;
  text-decoration: none;
}

.wg-manager-app__logout-link::before {
  content: '↗';
  font-size: 12px;
}

.wg-manager-app__login-card input:-webkit-autofill,
.wg-manager-app__login-card input:-webkit-autofill:hover,
.wg-manager-app__login-card input:-webkit-autofill:focus,
.wg-manager-app__login-card input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, .98) inset !important;
  box-shadow: 0 0 0 1000px rgba(255, 255, 255, .98) inset !important;
  -webkit-text-fill-color: #111827 !important;
  transition: background-color 9999s ease-out 0s;
}

@media (max-width: 720px) {
  .wg-install-card {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .wg-install-card__actions {
    flex-wrap: wrap;
  }

  .wg-install-card__button {
    flex: 1 1 auto;
  }

  .wg-install-guide__panel {
    margin-top: 8vh;
    padding: 22px 18px 18px;
    border-radius: 22px;
  }

  .wg-install-guide__panel h3 {
    font-size: 22px;
  }

  .wg-manager-app-body--login {
    padding: 12px;
  }

  .wg-manager-app-body--login .wg-manager-app-shell {
    width: 100%;
  }

  .wg-manager-app__login-card {
    padding: 16px 14px 14px;
    border-radius: 20px;
  }

  .wg-manager-app__login-card form {
    padding: 12px;
    border-radius: 16px;
  }

  .wg-manager-app__frame {
    min-height: 100vh;
  }
}

/* Garson App login form override */
.wg-garson-app__login {
  width: min(880px, 100%);
  padding: 0;
  border: 1px solid rgba(17, 24, 39, .08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(251, 248, 244, .92));
  overflow: hidden;
}

.wg-garson-app__login::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 10%, rgba(212, 49, 49, .16), transparent 26%),
    radial-gradient(circle at 92% 0%, rgba(17, 24, 39, .08), transparent 22%);
}

.wg-garson-app__login h2,
.wg-garson-app__login p {
  position: relative;
  z-index: 1;
}

.wg-garson-app__login h2 {
  padding: 30px 30px 10px;
  font-size: clamp(28px, 3.2vw, 38px);
  letter-spacing: -.04em;
}

.wg-garson-app__login p {
  max-width: 560px;
  padding: 0 30px 22px;
  color: #5c6472;
  font-size: 15px;
}

.wg-garson-app__login form#loginform,
.wg-garson-app__login form {
  position: relative;
  z-index: 1;
  margin: 0 30px 30px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(17, 24, 39, .08);
  box-shadow: 0 20px 48px rgba(17, 24, 39, .08);
}

.wg-garson-app__login form#loginform p {
  padding: 0;
  margin: 0 0 14px;
}

.wg-garson-app__login form#loginform p:last-of-type {
  margin-bottom: 0;
}

.wg-garson-app__login .login-username,
.wg-garson-app__login .login-password {
  display: grid;
  gap: 8px;
}

.wg-garson-app__login .login-remember {
  margin: 6px 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wg-garson-app__login .login-remember label {
  margin: 0;
}

.wg-garson-app__login .login-submit {
  margin: 0;
}

.wg-garson-app__login form label {
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}

.wg-garson-app__login form .input,
.wg-garson-app__login form input[type="text"],
.wg-garson-app__login form input[type="password"] {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(17, 24, 39, .12);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(250, 250, 250, .96));
  color: #111827;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.wg-garson-app__login form .input:focus,
.wg-garson-app__login form input[type="text"]:focus,
.wg-garson-app__login form input[type="password"]:focus {
  outline: none;
  border-color: rgba(212, 49, 49, .5);
  box-shadow: 0 0 0 5px rgba(212, 49, 49, .10);
}

.wg-garson-app__login form .button-primary {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #e44444 0%, #cb3030 100%);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(212, 49, 49, .22);
}

.wg-garson-app__login form .button-primary:hover {
  box-shadow: 0 20px 36px rgba(212, 49, 49, .26);
}

.wg-garson-app__login form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #cb3030;
}

.wg-garson-app__login .wg-garson-app__login-footer {
  position: relative;
  z-index: 1;
  margin: 0 30px 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 24, 39, .08);
}

.wg-garson-app__login .wg-garson-app__logout-link {
  width: auto;
  min-height: 44px;
  padding: 0 16px;
}

.wg-garson-app__login .wg-garson-app__logout-link::before {
  content: '↩';
  margin-right: 4px;
  font-weight: 900;
}

@media (max-width: 720px) {
  .wg-garson-app__login h2 {
    padding: 22px 20px 8px;
  }

  .wg-garson-app__login p {
    padding: 0 20px 18px;
  }

  .wg-garson-app__login form#loginform,
  .wg-garson-app__login form {
    margin: 0 20px 20px;
    padding: 18px;
    border-radius: 20px;
  }

  .wg-garson-app__login .wg-garson-app__login-footer {
    margin: 0 20px 20px;
  }
}

@media (max-width: 560px) {
  .wg-report-kpis {
    grid-template-columns: 1fr;
  }

  .wg-report-top-products__row {
    flex-basis: 100%;
  }
}

