/*
 * Gold Dashboard Theme
 * Adapted from the reference site's UX patterns without copying its code/assets.
 * Keeps the panel's Bootstrap/Twig functionality intact.
 */

:root {
  --gold-950: #241904;
  --gold-900: #332306;
  --gold-800: #50370a;
  --gold-700: #77520d;
  --gold-600: #a87417;
  --gold-500: #c9972b;
  --gold-400: #ddb95d;
  --gold-300: #ecd68e;
  --gold-200: #f4e7bb;
  --gold-100: #fbf5df;
  --gold-50: #fdfaf0;
  --ink: #f5ecd9;
  --muted: #b5a98f;
  --canvas: #110d08;
  --surface: #1b160f;
  --line: #40341f;
  --line-strong: #705926;
  --danger: #b23a32;
  --success: #2f7d52;
  --shadow-sm: 0 3px 10px rgba(0, 0, 0, 0.24);
  --shadow-md: 0 14px 34px rgba(0, 0, 0, 0.32);
}

/* New order description: compact, readable typography on phones. */
@media (max-width: 767px) {
  #service_description .panel-body {
    font-size: 14px;
    line-height: 1.55;
  }
}

/* New Order service sorting v2: align the compact filter with the Service heading. */
body.gold-neworder-sort .gold-service-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

body.gold-neworder-sort .gold-service-heading > label {
  flex: 0 1 auto;
  margin: 0;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  margin: 0 0 0 auto;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__label {
  gap: 5px;
  margin: 0;
  font-size: 11.5px;
  line-height: 1;
  white-space: nowrap;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__label i {
  font-size: 10.5px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__control {
  width: 138px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__icon {
  display: none;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__select {
  height: 34px;
  padding: 0 27px 0 10px;
  border-radius: 10px;
  font-size: 11.5px;
  line-height: 34px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__chevron {
  right: 10px;
  font-size: 8.5px;
}

@media (max-width: 420px) {
  body.gold-neworder-sort .gold-service-heading {
    gap: 8px;
    margin-bottom: 7px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort {
    gap: 5px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__label {
    font-size: 10.5px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__control {
    width: 124px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__select {
    height: 32px;
    padding-right: 24px;
    padding-left: 8px;
    font-size: 10.5px;
    line-height: 32px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__chevron {
    right: 8px;
  }
}

/* Orders UI v7: compact progress bar at the foot of every order card. */
body.gold-orders-page.gold-orders-v7 .gold-orders-card-v7 {
  grid-template-areas:
    'id id id id status status status status actions actions actions actions'
    'service service service service service service service service service service service service'
    'link link link link link link link link link link link link'
    'date date date date date date quantity quantity quantity quantity quantity quantity'
    'charge charge charge charge start start start start remains remains remains remains'
    'progress progress progress progress progress progress progress progress progress progress progress progress' !important;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-cell--progress {
  --order-progress-colour: #c49328;
  grid-area: progress;
  display: block !important;
  width: 100% !important;
  min-width: 0;
  margin: 2px 0 0 !important;
  padding: 9px 2px 1px !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid rgba(184, 146, 67, 0.22) !important;
  box-sizing: border-box;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress--completed {
  --order-progress-colour: #219b69;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress--inprogress,
body.gold-orders-page.gold-orders-v7 .gold-orders-progress--processing {
  --order-progress-colour: #347ee8;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress--partial {
  --order-progress-colour: #df9525;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress--canceled {
  --order-progress-colour: #d75050;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  gap: 10px;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress__label {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #837456;
  gap: 5px;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.015em;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress__label i {
  color: var(--order-progress-colour);
  font-size: 9px;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress__percent {
  flex: 0 0 auto;
  color: var(--order-progress-colour);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress__track {
  position: relative;
  width: 100%;
  height: 7px;
  overflow: hidden;
  background: rgba(112, 93, 57, 0.12);
  border: 1px solid rgba(117, 94, 49, 0.1);
  border-radius: 999px;
  box-shadow: inset 0 1px 2px rgba(73, 49, 7, 0.06);
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress__fill {
  display: block;
  height: 100%;
  min-width: 0;
  background: var(--order-progress-colour);
  background: linear-gradient(90deg, color-mix(in srgb, var(--order-progress-colour) 78%, white), var(--order-progress-colour));
  border-radius: inherit;
  box-shadow: 0 0 7px color-mix(in srgb, var(--order-progress-colour) 24%, transparent);
  transition: width 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.gold-dark.gold-orders-page.gold-orders-v7 .gold-orders-cell--progress {
  border-top-color: rgba(223, 181, 87, 0.18) !important;
}

body.gold-dark.gold-orders-page.gold-orders-v7 .gold-orders-progress__label {
  color: #bbae91;
}

body.gold-dark.gold-orders-page.gold-orders-v7 .gold-orders-progress__track {
  background: rgba(255, 246, 222, 0.1);
  border-color: rgba(255, 229, 164, 0.09);
}

@media (max-width: 767px) {
  body.gold-orders-page.gold-orders-v7 .gold-orders-card-v7 {
    grid-template-areas:
      'id id id id id status status status actions actions actions actions'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date date quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains'
      'progress progress progress progress progress progress progress progress progress progress progress progress' !important;
  }

  body.gold-orders-page.gold-orders-v7 .gold-orders-cell--progress {
    padding-top: 8px !important;
  }

  body.gold-orders-page.gold-orders-v7 .gold-orders-progress__summary {
    margin-bottom: 5px;
  }

  body.gold-orders-page.gold-orders-v7 .gold-orders-progress__track {
    height: 6px;
  }
}

@media (max-width: 374px) {
  body.gold-orders-page.gold-orders-v7 .gold-orders-card-v7 {
    grid-template-areas:
      'id id id id id id status status status actions actions actions'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date date quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains'
      'progress progress progress progress progress progress progress progress progress progress progress progress' !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-orders-page.gold-orders-v7 .gold-orders-progress__fill {
    transition: none;
  }
}

/* Orders UI v6: visible service IDs and a genuinely full-width link field. */
body.gold-orders-page.gold-orders-v6 .gold-orders-card-v6 > .gold-orders-cell--link {
  grid-area: link !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  justify-self: stretch !important;
  box-sizing: border-box !important;
}

body.gold-orders-page.gold-orders-v6 .gold-orders-card-v6 .gold-orders-service__tag--with-id {
  white-space: nowrap;
}

/* Sidebar currency selector v1. */
@media (max-width: 991px) {
  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-head {
    z-index: 6;
    gap: 10px;
    overflow: visible;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 54px;
    flex: 1 1 auto;
    align-items: center;
    margin: 0;
    padding: 6px 8px 6px 6px;
    color: var(--gold-900);
    background: linear-gradient(145deg, #fffefb, #fff8e8);
    border: 1px solid rgba(190, 145, 48, 0.56);
    border-radius: 14px;
    box-shadow: 0 7px 18px rgba(102, 68, 8, 0.09);
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger:hover,
  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger:focus,
  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger.is-open {
    color: var(--gold-900);
    border-color: var(--gold-600);
    box-shadow: 0 9px 22px rgba(102, 68, 8, 0.15), 0 0 0 3px rgba(222, 177, 68, 0.13);
    outline: 0;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger:active {
    transform: translateY(1px);
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger > .gold-drawer-artwork {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 11px;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-balance {
    flex: 1 1 auto;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-balance small {
    margin-bottom: 3px;
    font-size: 8px;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-balance strong {
    max-width: 110px;
    font-size: 16px;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-current {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 4px;
    margin-left: 7px;
    padding: 5px 6px;
    color: #74500d;
    background: rgba(244, 216, 137, 0.45);
    border: 1px solid rgba(181, 132, 35, 0.28);
    border-radius: 9px;
    font-size: 9px;
    font-weight: 850;
    line-height: 1;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-current__flag {
    font-size: 14px;
    line-height: 1;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-current__code {
    letter-spacing: 0.025em;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-current__chevron {
    width: auto;
    height: auto;
    margin: 0 0 0 1px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 7px;
    transition: transform 0.18s ease;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger.is-open .gold-drawer-currency-current__chevron {
    transform: rotate(180deg);
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger.is-loading .gold-drawer-currency-current__chevron {
    animation: gold-spin 0.8s linear infinite;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-close {
    flex: 0 0 40px;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-panel {
    position: absolute;
    z-index: 8;
    top: calc(100% - 7px);
    right: 18px;
    left: 18px;
    display: block;
    padding: 8px;
    overflow: hidden;
    background: rgba(255, 254, 250, 0.985);
    border: 1px solid rgba(182, 136, 39, 0.48);
    border-radius: 15px;
    box-shadow: 0 20px 42px rgba(49, 33, 5, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-7px) scale(0.985);
    transform-origin: top center;
    pointer-events: none;
    transition: opacity 0.16s ease, transform 0.18s ease, visibility 0.18s ease;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-panel__head {
    position: relative;
    margin-bottom: 7px;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-panel__search-icon {
    position: absolute;
    top: 50%;
    left: 11px;
    color: #9a762b;
    font-size: 11px;
    transform: translateY(-50%);
    pointer-events: none;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-search {
    display: block;
    width: 100%;
    height: 37px;
    margin: 0;
    padding: 0 11px 0 32px;
    color: #3d321f;
    background: #fff;
    border: 1px solid rgba(185, 145, 61, 0.34);
    border-radius: 10px;
    box-shadow: inset 0 1px 2px rgba(83, 55, 5, 0.04);
    font-size: 12px;
    outline: 0;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-search:focus {
    border-color: var(--gold-500);
    box-shadow: 0 0 0 3px rgba(222, 177, 68, 0.13);
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-options {
    display: grid;
    max-height: min(48vh, 310px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    padding: 1px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option {
    display: grid;
    min-width: 0;
    min-height: 45px;
    grid-template-columns: 25px minmax(0, 1fr) 12px;
    align-items: center;
    gap: 6px;
    padding: 6px 7px;
    color: #4f4029;
    background: #fffdf8;
    border: 1px solid rgba(197, 163, 92, 0.27);
    border-radius: 10px;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option:hover,
  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option:focus {
    color: #503609;
    background: #fff5d8;
    border-color: rgba(184, 132, 28, 0.53);
    outline: 0;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option.is-active {
    color: #3d2903;
    background: linear-gradient(145deg, #fbe7a4, #f2c955);
    border-color: #d1a02e;
    box-shadow: 0 4px 10px rgba(105, 69, 5, 0.12);
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option__flag {
    font-size: 18px;
    line-height: 1;
    text-align: center;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.05;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option__copy strong {
    overflow: hidden;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option__copy small {
    overflow: hidden;
    margin-top: 3px;
    color: #8a7756;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option__check {
    color: #6e4b0b;
    font-size: 9px;
    opacity: 0;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option.is-active .gold-drawer-currency-option__check {
    opacity: 1;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-empty {
    display: none;
    padding: 19px 10px;
    color: #8a7756;
    font-size: 11px;
    font-weight: 750;
    text-align: center;
  }

  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger,
  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-panel {
    color: #f2dfad;
    background: #1a1711;
    border-color: #695326;
  }

  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-current {
    color: #f2d47c;
    background: #2b2417;
    border-color: #665127;
  }

  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-search,
  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option {
    color: #ede2cc;
    background: #211d16;
    border-color: #493d27;
  }

  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option:hover,
  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option:focus,
  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option.is-active {
    color: #ffe49a;
    background: #302716;
    border-color: #886b2d;
  }
}

/* New Order service sorting v3: smallest readable touch target. */
body.gold-neworder-sort .gold-service-heading .gold-service-sort {
  gap: 4px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__label {
  gap: 4px;
  font-size: 10.5px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__label i {
  font-size: 9.5px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__control {
  width: 112px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__select {
  height: 30px;
  min-height: 30px;
  padding-right: 23px;
  padding-left: 8px;
  border-radius: 8px;
  font-size: 10.5px;
  line-height: 30px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__chevron {
  right: 8px;
  font-size: 7.5px;
}

@media (max-width: 420px) {
  body.gold-neworder-sort .gold-service-heading .gold-service-sort__label {
    font-size: 9.5px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__label i {
    font-size: 8.5px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__control {
    width: 100px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__select {
    height: 28px;
    min-height: 28px;
    padding-right: 20px;
    padding-left: 7px;
    border-radius: 7px;
    font-size: 9.5px;
    line-height: 28px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__chevron {
    right: 7px;
    font-size: 7px;
  }
}

/* Service speed indicator v1 --------------------------------------------- */
.gold-speed-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 19px;
  padding: 2px 6px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: .01em;
  white-space: nowrap;
  box-shadow: 0 3px 9px rgba(64, 44, 10, .08);
}

.gold-speed-indicator--fast {
  color: #176742;
  background: #e4f6ec;
  border-color: #a8ddbf;
}

.gold-speed-indicator--medium {
  color: #914d0b;
  background: #fff0d7;
  border-color: #efc778;
}

.gold-speed-indicator--normal {
  color: #176178;
  background: #e2f4f8;
  border-color: #9ed5df;
}

.gold-speed-indicator--slow {
  color: #8a3e25;
  background: #ffeadf;
  border-color: #efb59c;
}

.gold-speed-indicator--very-slow {
  color: #9a2f32;
  background: #ffe4e3;
  border-color: #eea5a5;
}

.gold-speed-indicator--stuck {
  color: #fff8e8;
  background: linear-gradient(135deg, #9a443d, #71302e);
  border-color: #a75049;
  box-shadow: 0 4px 12px rgba(113, 48, 46, .22);
}

.gold-service-option__meta .gold-service-option__speed {
  flex: 0 0 auto;
  margin-left: auto;
}

body.gold-dark .gold-speed-indicator--fast {
  color: #a7efca;
  background: rgba(31, 115, 77, .28);
  border-color: rgba(83, 180, 133, .55);
}

body.gold-dark .gold-speed-indicator--medium {
  color: #ffd49a;
  background: rgba(141, 81, 20, .28);
  border-color: rgba(215, 146, 55, .55);
}

body.gold-dark .gold-speed-indicator--normal {
  color: #a9e7f2;
  background: rgba(31, 104, 124, .28);
  border-color: rgba(82, 161, 181, .55);
}

body.gold-dark .gold-speed-indicator--slow {
  color: #ffc7ae;
  background: rgba(133, 59, 35, .30);
  border-color: rgba(200, 103, 72, .55);
}

body.gold-dark .gold-speed-indicator--very-slow {
  color: #ffc1c1;
  background: rgba(139, 44, 47, .32);
  border-color: rgba(202, 82, 84, .58);
}

@media (max-width: 767px) {
  .gold-service-option__meta .gold-service-option__speed {
    margin-left: 0;
  }

}

html {
  min-height: 100%;
  background: var(--canvas);
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 86% 8%, rgba(221, 185, 93, 0.13), transparent 26rem),
    var(--canvas);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.gold-main {
  min-height: calc(100vh - 64px);
}

.gold-skip-link {
  position: fixed;
  z-index: 2000;
  top: 10px;
  left: 12px;
  padding: 9px 13px;
  color: #fff;
  background: var(--gold-900);
  border-radius: 8px;
  transform: translateY(-160%);
}

.gold-skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

a {
  color: var(--gold-700);
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

a:hover,
a:focus {
  color: var(--gold-900);
  text-decoration: none;
}

/* Public / signed-out navigation */
.navbar-default {
  min-height: 64px;
  margin-bottom: 28px;
  background: rgba(255, 254, 253, 0.96);
  border: 0;
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.navbar-default .navbar-brand {
  min-height: 64px;
  color: var(--gold-900);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: var(--gold-600);
}

.navbar-brand img {
  max-height: 38px;
  width: auto;
}

.navbar-default .navbar-nav > li > a {
  color: #615747;
  font-weight: 600;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: var(--gold-800);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: var(--gold-950);
  background: var(--gold-100);
}

.navbar-default .navbar-toggle {
  margin-top: 14px;
  border-color: var(--gold-300);
  border-radius: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--gold-700);
}

/* Authenticated app shell: fixed sidebar + compact top bar */
body.gold-auth {
  padding-top: 64px;
  padding-left: 260px;
}

body.gold-auth > .navbar {
  position: fixed;
  z-index: 1030;
  top: 0;
  bottom: 0;
  left: 0;
  width: 260px;
  min-height: 100vh;
  margin: 0;
  overflow: visible;
  background: rgba(255, 254, 253, 0.98);
  border: 0;
  border-right: 1px solid var(--line);
  box-shadow: 8px 0 28px rgba(70, 50, 12, 0.055);
}

body.gold-auth > .navbar > .container-fluid {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 14px;
}

body.gold-auth .navbar-header {
  float: none;
  width: 100%;
}

body.gold-auth .navbar-brand {
  display: flex;
  float: none;
  align-items: center;
  width: 100%;
  height: 76px;
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, var(--gold-950), var(--gold-700));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  overflow: hidden;
  font-size: 16px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-auth .navbar-brand img {
  max-width: 184px;
  max-height: 44px;
  object-fit: contain;
}

body.gold-auth .navbar-toggle {
  display: none;
}

body.gold-auth #navbar,
body.gold-auth #navbar.navbar-collapse,
body.gold-auth #navbar.navbar-collapsed {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 76px) !important;
  padding: 16px 0 110px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  box-shadow: none;
}

body.gold-auth .navbar-left-block {
  float: none !important;
  width: 100%;
  margin: 0;
}

body.gold-auth .navbar-left-block > li {
  float: none;
  width: 100%;
  margin: 3px 0;
}

body.gold-auth .navbar-left-block > li > a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  overflow: hidden;
  color: #625a4e;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 650;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gold-menu-arrow {
  margin-left: auto;
  color: #b8aa8e;
  font-size: 10px;
  transition: transform 0.18s ease, color 0.18s ease;
}

body.gold-auth .navbar-left-block > li > a:hover .gold-menu-arrow,
body.gold-auth .navbar-left-block > li > a:focus .gold-menu-arrow,
body.gold-auth .navbar-left-block > .active > a .gold-menu-arrow {
  color: var(--gold-700);
  transform: translateX(2px);
}

.gold-drawer-head,
.gold-drawer-backdrop,
.gold-mobile-actions,
.gold-bottom-nav {
  display: none;
}

/* Optional light/dark appearance, controlled from the mobile header. */
body.gold-dark {
  --ink: #f5ead2;
  --muted: #ada28e;
  --canvas: #0f1217;
  --surface: #171b22;
  --line: #2b3038;
  --line-strong: #3b3d3e;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 4%, rgba(201, 151, 43, 0.13), transparent 24rem),
    var(--canvas);
}

body.gold-dark > .navbar,
body.gold-dark .navbar-right-block,
body.gold-dark .gold-summary-card,
body.gold-dark .well,
body.gold-dark .panel,
body.gold-dark .list-group,
body.gold-dark .table-responsive,
body.gold-dark .table,
body.gold-dark .gold-bottom-nav,
body.gold-dark .gold-profile-menu {
  color: var(--ink);
  background: var(--surface);
  border-color: var(--line-strong);
}

body.gold-dark .navbar-default .navbar-nav > li > a,
body.gold-dark .navbar-right-block > li > a,
body.gold-dark .gold-summary-card,
body.gold-dark .gold-bottom-nav a,
body.gold-dark .gold-profile-menu a {
  color: #d6cbb6;
}

body.gold-dark .form-control,
body.gold-dark .select2-container .select2-selection,
body.gold-dark .bootstrap-select > .dropdown-toggle,
body.gold-dark #service_description .panel-body,
body.gold-dark .border-solid.border-rounded,
body.gold-dark .dropdown-menu {
  color: var(--ink);
  background: #12161c;
  border-color: #42454b;
}

body.gold-dark .form-control[readonly],
body.gold-dark .form-control[disabled],
body.gold-dark fieldset[disabled] .form-control {
  color: #b9ae99;
  background: #20242b;
}

body.gold-dark .gold-card-title,
body.gold-dark .control-label,
body.gold-dark label,
body.gold-dark .gold-summary-card__value,
body.gold-dark .gold-profile-menu__title {
  color: var(--ink);
}

body.gold-dark .gold-summary-card__icon,
body.gold-dark .gold-card-title__icon,
body.gold-dark .gold-mobile-action,
body.gold-dark .gold-profile-trigger__avatar {
  color: var(--gold-300);
  background: #252318;
  border-color: #594a25;
}

body.gold-dark .panel-heading,
body.gold-dark .table > thead > tr > th {
  color: var(--gold-300) !important;
  background: #201e17 !important;
  border-color: #3c372b !important;
}

body.gold-dark .table > tbody > tr > td {
  border-top-color: #30343b;
}

body.gold-dark .table-hover > tbody > tr:hover {
  background: #201e17;
}

body.gold-dark .dropdown-menu > li > a {
  color: #d6cbb6;
}

body.gold-dark .dropdown-menu > li > a:hover,
body.gold-dark .dropdown-menu > li > a:focus {
  color: var(--gold-200);
  background: #292519;
}

body.gold-auth .navbar-left-block > li > a:hover,
body.gold-auth .navbar-left-block > li > a:focus {
  color: var(--gold-900);
  background: var(--gold-50);
  border-color: var(--gold-200);
  transform: translateX(2px);
}

body.gold-auth .navbar-left-block > .active > a,
body.gold-auth .navbar-left-block > .active > a:hover,
body.gold-auth .navbar-left-block > .active > a:focus {
  color: var(--gold-950);
  background: linear-gradient(135deg, var(--gold-100), #f6e6ad);
  border-color: var(--gold-300);
  box-shadow: inset 3px 0 0 var(--gold-600);
}

body.gold-auth .navbar-icon {
  width: 22px;
  margin-right: 8px;
  color: var(--gold-600);
  text-align: center;
}

body.gold-auth .navbar-right-block {
  position: fixed;
  z-index: 1025;
  top: 0;
  right: 0;
  left: 260px;
  display: flex !important;
  float: none !important;
  align-items: center;
  justify-content: flex-end;
  height: 64px;
  margin: 0;
  padding: 0 28px;
  background: rgba(255, 254, 253, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

body.gold-auth .navbar-right-block::before {
  content: attr(data-title);
  margin-right: auto;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.015em;
}

body.gold-auth .navbar-right-block > li {
  float: none;
}

body.gold-auth .navbar-right-block > li > a {
  min-height: 38px;
  margin: 0 3px;
  padding: 9px 12px;
  color: #625a4e;
  border-radius: 10px;
  font-weight: 650;
  line-height: 20px;
}

body.gold-auth .navbar-right-block > li > a:hover,
body.gold-auth .navbar-right-block > li > a:focus {
  color: var(--gold-900);
  background: var(--gold-100);
}

body.gold-auth .navbar-right-block .badge {
  min-width: 68px;
  padding: 7px 11px;
  color: #fffdf6;
  background: linear-gradient(135deg, var(--gold-800), var(--gold-500));
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 5px 14px rgba(169, 116, 23, 0.22);
}

body.gold-auth .gold-main > .container {
  width: auto;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 26px 30px 0;
}

body.gold-auth .gold-main > .container:last-of-type {
  padding-bottom: 34px;
}

body.gold-auth .col-md-8.col-md-offset-2 {
  width: 100%;
  margin-left: 0;
}

/* Dashboard summary shortcuts */
.gold-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 18px;
}

.gold-summary-card {
  display: flex;
  align-items: center;
  min-height: 86px;
  padding: 16px 18px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 13px;
  box-shadow: var(--shadow-md);
}

.gold-summary-card:hover,
.gold-summary-card:focus {
  color: var(--ink);
  border-color: var(--gold-400);
  box-shadow: 0 14px 34px rgba(115, 78, 12, 0.14);
  transform: translateY(-2px);
}

.gold-summary-card__icon {
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 13px;
  color: var(--gold-800);
  background: linear-gradient(135deg, var(--gold-100), var(--gold-200));
  border: 1px solid var(--gold-300);
  border-radius: 12px;
  font-size: 17px;
}

.gold-summary-card__copy {
  min-width: 0;
}

.gold-summary-card__value,
.gold-summary-card__label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gold-summary-card__value {
  color: var(--gold-900);
  font-size: 16px;
  font-weight: 850;
}

.gold-summary-card__label {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

/* Cards and form surfaces */
.well,
.panel,
.list-group,
.table-responsive {
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 15px;
  box-shadow: var(--shadow-md);
}

.well {
  min-height: 20px;
  margin-bottom: 20px;
  padding: 26px;
}

.gold-card-title {
  display: flex;
  align-items: center;
  margin: -4px 0 24px;
  padding-bottom: 16px;
  color: var(--gold-900);
  border-bottom: 1px solid var(--line);
  font-size: 19px;
  font-weight: 850;
  letter-spacing: -0.015em;
}

.gold-card-title__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  color: var(--gold-900);
  background: var(--gold-100);
  border: 1px solid var(--gold-300);
  border-radius: 10px;
  font-size: 14px;
}

.panel-heading {
  padding: 16px 20px;
  color: var(--gold-900) !important;
  background: var(--gold-50) !important;
  border-color: var(--line) !important;
  border-radius: 14px 14px 0 0;
  font-weight: 800;
}

.panel-body {
  padding: 20px;
}

.form-group {
  margin-bottom: 18px;
}

.control-label,
label {
  margin-bottom: 7px;
  color: #443b2e;
  font-size: 13px;
  font-weight: 750;
}

.form-control,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple,
.bootstrap-select > .dropdown-toggle {
  min-height: 44px;
  padding: 10px 13px;
  color: var(--ink);
  background: #fffdfa;
  border: 1px solid #d9cfbd;
  border-radius: 10px;
  box-shadow: inset 0 1px 2px rgba(70, 50, 12, 0.035);
  font-size: 14px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.select2-container {
  max-width: 100%;
  width: 100% !important;
}

.select2-container .select2-selection {
  overflow: hidden;
}

.select2-container .select2-selection__rendered,
.select2-container .select2-selection__text {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-control:hover,
.select2-container .select2-selection--single:hover,
.select2-container .select2-selection--multiple:hover {
  border-color: var(--gold-400);
}

.form-control:focus,
.select2-container--focus .select2-selection,
.select2-container--open .select2-selection {
  background: #fff;
  border-color: var(--gold-500);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(201, 151, 43, 0.16);
}

.form-control[readonly],
.form-control[disabled],
fieldset[disabled] .form-control {
  color: #716858;
  background: #f3eee3;
}

textarea.form-control {
  min-height: 118px;
  resize: vertical;
}

#new-order-search .form-control,
#template-input {
  padding-left: 42px !important;
}

#new-order-search button {
  z-index: 2;
  color: var(--gold-700) !important;
}

#service_description .panel-body,
.border-solid.border-rounded {
  color: #544a3c;
  background: linear-gradient(135deg, #fffdfa, var(--gold-50));
  border: 1px solid var(--gold-200);
  border-radius: 11px;
  box-shadow: none;
}

.help-block,
.form-group small,
.text-muted {
  color: var(--muted) !important;
}

/* Buttons */
.btn {
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 750;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
}

.btn-primary,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #211704;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
  border-color: var(--gold-600);
  box-shadow: 0 7px 18px rgba(169, 116, 23, 0.2);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary:hover {
  color: #170f02;
  background: linear-gradient(135deg, #e5c56f, #bd8720);
  border-color: var(--gold-700);
  box-shadow: 0 9px 22px rgba(169, 116, 23, 0.26);
}

#order-form > .btn-primary {
  min-width: 156px;
}

.btn-default {
  color: #514735;
  background: #fffdfa;
  border-color: var(--line-strong);
}

.btn-default:hover,
.btn-default:focus {
  color: var(--gold-900);
  background: var(--gold-50);
  border-color: var(--gold-400);
}

/* Tables, tabs, dropdowns and messages */
.table {
  margin-bottom: 0;
  background: var(--surface);
}

.table > thead > tr > th {
  padding: 13px 14px;
  color: #5f5442;
  background: var(--gold-50);
  border-bottom: 1px solid var(--gold-200);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.table > tbody > tr > td {
  padding: 13px 14px;
  border-top-color: #eee7da;
  vertical-align: middle;
}

.table-hover > tbody > tr:hover {
  background: #fffaf0;
}

.nav-tabs {
  border-bottom-color: var(--line-strong);
}

.nav-tabs > li > a {
  color: #6d6252;
  border-radius: 9px 9px 0 0;
  font-weight: 650;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: var(--gold-900);
  background: var(--surface);
  border-color: var(--line-strong) var(--line-strong) transparent;
}

.dropdown-menu {
  padding: 7px;
  background: var(--surface);
  border-color: var(--line-strong);
  border-radius: 11px;
  box-shadow: var(--shadow-md);
}

.dropdown-menu > li > a {
  padding: 9px 11px;
  border-radius: 8px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  color: var(--gold-950);
  background: var(--gold-100);
}

.pagination > li > a,
.pagination > li > span {
  color: var(--gold-800);
  border-color: var(--line-strong);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
  color: #fff;
  background: var(--gold-700);
  border-color: var(--gold-700);
}

.alert {
  border: 1px solid transparent;
  border-radius: 11px;
  box-shadow: var(--shadow-sm);
}

.alert-success {
  color: #225b3c;
  background: #edf8f1;
  border-color: #b9dec8;
}

.alert-danger {
  color: #8a2d28;
  background: #fff1ef;
  border-color: #f0c1bc;
}

#notify-wrapper {
  right: 24px;
  bottom: 24px;
  left: auto;
  max-width: 420px;
}

.forgot-password {
  float: right;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 650;
}

/* Signed-out forms */
body:not(.gold-auth) .gold-main > .container .col-md-8.col-md-offset-2 {
  float: none;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

body:not(.gold-auth) .gold-main > .container:first-of-type {
  padding-top: 34px;
}

/* Responsive app behaviour */
@media (max-width: 991px) {
  body.gold-auth {
    padding-top: 64px;
    padding-bottom: 70px;
    padding-left: 0;
  }

  body.gold-auth > .navbar {
    right: 0;
    bottom: auto;
    width: 100%;
    height: 64px;
    min-height: 64px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  body.gold-auth > .navbar > .container-fluid {
    display: block;
    height: 64px;
    padding: 0 16px;
  }

  body.gold-auth .navbar-header {
    display: flex;
    align-items: center;
    height: 64px;
  }

  body.gold-auth .navbar-brand {
    order: 1;
    float: none;
    width: auto;
    height: 64px;
    padding: 12px 0;
    border: 0;
  }

  body.gold-auth .navbar-toggle {
    display: block;
    order: 0;
    float: none;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin: 0 10px 0 0;
    padding: 10px;
    background: #fffdfa;
    border-color: var(--gold-300);
  }

  .gold-mobile-actions {
    position: relative;
    order: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
  }

  .gold-mobile-action,
  .gold-profile-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0;
    color: var(--gold-900);
    background: #fffdfa;
    border: 1px solid var(--gold-300);
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    font-size: 16px;
  }

  .gold-mobile-action:hover,
  .gold-mobile-action:focus,
  .gold-profile-trigger:hover,
  .gold-profile-trigger:focus,
  .gold-profile-trigger[aria-expanded="true"] {
    color: #fff;
    background: var(--gold-800);
    border-color: var(--gold-800);
  }

  .gold-profile-wrap {
    position: relative;
  }

  .gold-profile-trigger {
    gap: 5px;
    width: auto;
    padding: 0 8px 0 5px;
  }

  .gold-profile-trigger__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: linear-gradient(135deg, var(--gold-800), var(--gold-500));
    border-radius: 50%;
    font-size: 13px;
  }

  .gold-profile-trigger__avatar.gold-profile-trigger__avatar--artwork {
    overflow: hidden;
    padding: 0;
    background: #f5cc59;
    border: 1px solid #dfb33f;
    border-radius: 9px;
    box-shadow: 0 3px 8px rgba(146, 94, 12, 0.2);
  }

  .gold-profile-trigger__avatar--artwork > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
  }

  .gold-profile-trigger__caret {
    font-size: 9px;
  }

  .gold-profile-menu {
    position: absolute;
    z-index: 1060;
    top: calc(100% + 10px);
    right: 0;
    display: none;
    width: 185px;
    padding: 8px;
    background: var(--surface);
    border: 1px solid var(--line-strong);
    border-radius: 13px;
    box-shadow: 0 16px 38px rgba(46, 32, 6, 0.2);
  }

  .gold-profile-menu.is-open {
    display: block;
  }

  .gold-profile-menu__title {
    display: block;
    padding: 7px 10px 9px;
    color: var(--gold-900);
    border-bottom: 1px solid var(--line);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.035em;
  }

  .gold-profile-menu a {
    display: flex;
    align-items: center;
    min-height: 42px;
    margin-top: 4px;
    padding: 9px 10px;
    color: #5e5444;
    border-radius: 9px;
    font-weight: 700;
  }

  .gold-profile-menu a:hover,
  .gold-profile-menu a:focus {
    color: var(--gold-900);
    background: var(--gold-100);
  }

  .gold-profile-menu a i {
    width: 24px;
    color: var(--gold-700);
  }

  body.gold-auth #navbar,
  body.gold-auth #navbar.navbar-collapse,
  body.gold-auth #navbar.navbar-collapsed {
    position: fixed;
    z-index: 1045;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    display: block !important;
    width: min(84vw, 330px);
    height: 100vh !important;
    max-height: none;
    margin-right: 0;
    margin-left: 0;
    padding: 0 16px 28px;
    overflow-y: auto;
    background: rgba(255, 254, 253, 0.99);
    border: 0;
    border-right: 1px solid var(--gold-200);
    box-shadow: 20px 0 55px rgba(48, 34, 7, 0.24);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-105%);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease, visibility 0.28s ease;
  }

  body.gold-auth #navbar.collapse:not(.in) {
    display: block !important;
  }

  body.gold-auth #navbar.in,
  body.gold-auth #navbar.gold-drawer-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .gold-drawer-head {
    position: sticky;
    z-index: 2;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    margin: 0 -16px 14px;
    padding: 0 18px;
    background: rgba(255, 254, 253, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .gold-drawer-title {
    display: flex;
    align-items: center;
    color: var(--gold-900);
    font-size: 18px;
    font-weight: 850;
  }

  .gold-drawer-balance {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    line-height: 1.05;
  }

  .gold-drawer-balance small {
    margin-bottom: 4px;
    color: #8b7958;
    font-size: 8.5px;
    font-weight: 750;
    letter-spacing: 0.055em;
    text-transform: uppercase;
  }

  .gold-drawer-balance strong {
    overflow: hidden;
    color: inherit;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -0.01em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .gold-drawer-title i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    color: var(--gold-900);
    background: linear-gradient(135deg, var(--gold-100), var(--gold-200));
    border: 1px solid var(--gold-300);
    border-radius: 10px;
    font-size: 14px;
  }

  .gold-drawer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: var(--gold-900);
    background: #fff;
    border: 1px solid var(--gold-300);
    border-radius: 11px;
    box-shadow: var(--shadow-sm);
    font-size: 16px;
  }

  .gold-drawer-close:hover,
  .gold-drawer-close:focus {
    color: #fff;
    background: var(--gold-800);
    border-color: var(--gold-800);
  }

  .gold-drawer-backdrop {
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(31, 23, 8, 0.54);
    border: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  body.gold-drawer-open .gold-drawer-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.gold-drawer-open {
    overflow: hidden;
  }

  body.gold-drawer-open > .navbar {
    z-index: 1050;
  }

  body.gold-auth #navbar .navbar-left-block > li {
    margin: 5px 0;
  }

  body.gold-auth #navbar .navbar-left-block > li > a {
    min-height: 50px;
    padding: 12px 13px;
    background: #fffdfa;
    border-color: #eee5d4;
    border-radius: 12px;
    box-shadow: 0 2px 7px rgba(70, 50, 12, 0.045);
  }

  body.gold-auth #navbar .navbar-left-block > li > a:hover,
  body.gold-auth #navbar .navbar-left-block > li > a:focus,
  body.gold-auth #navbar .navbar-left-block > .active > a {
    background: linear-gradient(135deg, var(--gold-100), #f7e8b5);
    border-color: var(--gold-300);
  }

  body.gold-auth #navbar .navbar-icon {
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    color: var(--gold-800);
    background: var(--gold-100);
    border: 1px solid var(--gold-200);
    border-radius: 9px;
  }

  body.gold-dark .navbar-toggle,
  body.gold-dark .gold-profile-trigger,
  body.gold-dark .gold-drawer-close,
  body.gold-dark #navbar,
  body.gold-dark .gold-drawer-head,
  body.gold-dark #navbar .navbar-left-block > li > a {
    color: var(--ink);
    background: #171b22;
    border-color: #3b3d3e;
  }

  body.gold-dark #navbar .navbar-left-block > li > a:hover,
  body.gold-dark #navbar .navbar-left-block > li > a:focus,
  body.gold-dark #navbar .navbar-left-block > .active > a {
    color: var(--gold-200);
    background: #292519;
    border-color: #594a25;
  }

  body.gold-dark #navbar .navbar-icon {
    color: var(--gold-300);
    background: #252318;
    border-color: #594a25;
  }

  body.gold-dark .gold-drawer-title {
    color: var(--gold-200);
  }

  body.gold-dark .gold-drawer-balance small {
    color: #aa9a7b;
  }

  body.gold-dark .gold-drawer-title i {
    color: var(--gold-300);
    background: #252318;
    border-color: #594a25;
  }

  body.gold-auth .navbar-right-block {
    display: none !important;
  }

  body.gold-auth .navbar-right-block::before {
    display: none;
  }

  body.gold-auth .navbar-right-block > li {
    flex: 1 1 0;
    text-align: center;
  }

  body.gold-auth .navbar-right-block > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin: 0 2px;
    padding: 7px;
    font-size: 12px;
  }

  .gold-bottom-nav {
    position: fixed;
    z-index: 1030;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    height: 72px;
    padding: 7px 4px calc(5px + env(safe-area-inset-bottom));
    background: rgba(255, 254, 253, 0.98);
    border-top: 1px solid var(--line);
    box-shadow: 0 -8px 24px rgba(70, 50, 12, 0.08);
  }

  .gold-bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    color: #786f61;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
  }

  .gold-bottom-nav a i {
    margin-bottom: 4px;
    font-size: 17px;
  }

  .gold-bottom-nav a.is-active,
  .gold-bottom-nav a:hover,
  .gold-bottom-nav a:focus {
    color: var(--gold-800);
  }

  .gold-bottom-nav__primary i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-top: -15px;
    color: #fff;
    background: linear-gradient(135deg, var(--gold-700), var(--gold-500));
    border: 3px solid var(--surface);
    border-radius: 50%;
    box-shadow: 0 7px 17px rgba(169, 116, 23, 0.28);
  }

  body.gold-auth .gold-main > .container {
    width: 100%;
    max-width: none;
    padding: 20px 18px 0;
  }
}

@media (max-width: 767px) {
  .navbar-default {
    margin-bottom: 18px;
  }

  .gold-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .gold-summary-card {
    min-height: 88px;
    padding: 12px;
  }

  .gold-summary-card__icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    margin-right: 9px;
  }

  .gold-summary-card__value {
    font-size: 14px;
  }

  .gold-summary-card__label {
    font-size: 10px;
  }

  /* Prevent iOS focus zoom and keep Select2 inside the mobile viewport. */
  input.form-control,
  textarea.form-control,
  .select2-search__field,
  #template-input {
    font-size: 16px !important;
  }

  body > .select2-container.select2-container--open {
    right: 12px !important;
    left: 12px !important;
    width: auto !important;
    max-width: none !important;
  }

  body > .select2-container--open .select2-dropdown,
  body > .select2-container--open .select2-results,
  body > .select2-container--open .select2-results__options {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body > .select2-container--open .select2-results__options {
    max-height: 360px;
    overflow-y: auto !important;
  }

  body > .select2-container--open .select2-results__option,
  body > .select2-container--open .select2-results__option > a {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0;
    overflow: hidden !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body > .select2-container--open .select2-results__option {
    padding: 10px 11px;
    font-size: 12px;
    line-height: 1.4;
  }

  body > .select2-container--open .select2-results__option .select2-selection__text {
    display: inline;
    width: auto;
    max-width: none;
    overflow: visible;
    white-space: normal !important;
    text-overflow: clip;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  #orderform-service + .select2 .select2-selection--single {
    display: flex;
    align-items: center;
    height: auto !important;
    min-height: 46px;
    padding: 7px 32px 7px 9px;
  }

  #orderform-service + .select2 .select2-selection__rendered {
    width: 100%;
    height: auto;
    padding: 0;
    overflow: visible;
    font-size: 11px;
    line-height: 1.32;
    white-space: normal !important;
    text-overflow: clip;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  #orderform-service + .select2 .select2-selection__rendered > span,
  #orderform-service + .select2 .select2-selection__text {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  #orderform-service + .select2 .select2-selection__arrow {
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
  }

  /* Structured service cards inside the open dropdown. */
  body > .select2-container--open.gold-service-dropdown .select2-dropdown {
    padding: 4px;
    background: linear-gradient(145deg, #090806, #171109 58%, #0d0b07);
    border: 1px solid #8f6b20;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(13, 10, 4, 0.34), 0 0 0 1px rgba(239, 203, 108, 0.08);
  }

  body > .select2-container--open.gold-service-dropdown .select2-results__options {
    padding: 2px 3px 4px;
    scroll-behavior: smooth;
  }

  body > .select2-container--open.gold-service-dropdown .select2-results__options::-webkit-scrollbar {
    width: 6px;
  }

  body > .select2-container--open.gold-service-dropdown .select2-results__options::-webkit-scrollbar-thumb {
    background: linear-gradient(var(--gold-300), var(--gold-600));
    border-radius: 999px;
  }

  body > .select2-container--open.gold-service-dropdown .select2-results__option {
    margin: 4px 0;
    padding: 0;
    background: transparent !important;
    border: 0;
    border-radius: 10px;
  }

  .gold-service-option {
    --service-accent: #e1ba57;
    --service-accent-soft: rgba(225, 186, 87, 0.14);
    --service-surface-start: #211b10;
    --service-surface-end: #100e0a;
    position: relative;
    display: block !important;
    min-height: 76px;
    padding: 8px 9px 8px 10px !important;
    overflow: hidden;
    color: #f5ecd9;
    background: linear-gradient(135deg, var(--service-surface-start), var(--service-surface-end));
    border: 1px solid var(--service-accent);
    border-radius: 10px;
    box-shadow: inset 3px 0 0 var(--service-accent), 0 4px 12px rgba(0, 0, 0, 0.18);
    transition: border-color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
  }

  .gold-service-option::after {
    position: absolute;
    top: -28px;
    right: -34px;
    width: 94px;
    height: 78px;
    background: radial-gradient(circle, var(--service-accent-soft), transparent 68%);
    content: '';
    pointer-events: none;
  }

  .gold-service-option--variant-0 {
    --service-accent: #e7c15d;
    --service-accent-soft: rgba(231, 193, 93, 0.18);
    --service-surface-start: #241d10;
    --service-surface-end: #100e09;
  }

  .gold-service-option--variant-1 {
    --service-accent: #c78d2f;
    --service-accent-soft: rgba(199, 141, 47, 0.2);
    --service-surface-start: #21170c;
    --service-surface-end: #0f0d09;
  }

  .gold-service-option--variant-2 {
    --service-accent: #d5a56a;
    --service-accent-soft: rgba(213, 165, 106, 0.18);
    --service-surface-start: #211812;
    --service-surface-end: #100d0a;
  }

  .gold-service-option--variant-3 {
    --service-accent: #b7a062;
    --service-accent-soft: rgba(183, 160, 98, 0.18);
    --service-surface-start: #1d1a12;
    --service-surface-end: #0e0d0a;
  }

  .gold-service-option__head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: start;
    gap: 7px;
  }

  .gold-service-option__id {
    display: inline-flex;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 4px;
    color: #171107;
    background: linear-gradient(135deg, #f3d477, var(--service-accent));
    border-radius: 6px;
    font-size: 9px;
    font-weight: 850;
    line-height: 1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.28);
  }

  .gold-service-option__name {
    display: block;
    min-width: 0;
    color: #f7efdf;
    font-size: 10px;
    font-weight: 750;
    line-height: 1.32;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .gold-service-option__price {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 2px 5px;
    color: #201706;
    background: linear-gradient(135deg, #f6db87, var(--service-accent));
    border: 1px solid rgba(255, 236, 173, 0.62);
    border-radius: 999px;
    font-size: 8px;
    font-weight: 850;
    line-height: 1.15;
    white-space: nowrap;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.22);
  }

  .gold-service-option__meta {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
    margin-top: 7px;
    padding-top: 6px;
    border-top: 1px solid rgba(232, 195, 100, 0.18);
  }

  .gold-service-option__metric {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #c8beaa;
    font-size: 8.5px;
    font-weight: 550;
    line-height: 1.2;
    white-space: nowrap;
  }

  .gold-service-option__metric i {
    color: var(--service-accent);
    font-size: 8px;
  }

  .gold-service-option__metric strong {
    color: #eee1c5;
    font-weight: 750;
  }

  .gold-service-option__metric.is-time,
  .gold-service-option__metric.is-new {
    padding: 2px 6px;
    color: #f2dfae;
    background: var(--service-accent-soft);
    border: 1px solid rgba(226, 187, 87, 0.24);
    border-radius: 999px;
  }

  .gold-service-option__metric.is-new {
    color: #171107;
    background: linear-gradient(135deg, #efd06e, var(--service-accent));
    border-color: rgba(255, 238, 177, 0.54);
    font-weight: 850;
  }

  .gold-service-option__metric.is-new i {
    color: #2a1d05;
  }

  .select2-results__option.active .gold-service-option,
  .select2-results__option[aria-selected="true"] .gold-service-option {
    background: linear-gradient(135deg, #30240f, #151008);
    border-color: #f0cd70;
    box-shadow: inset 3px 0 0 #f3cf70, 0 0 0 1px rgba(241, 203, 106, 0.16), 0 7px 18px rgba(0, 0, 0, 0.26);
  }

  .select2-results__option--highlighted .gold-service-option {
    border-color: #f3cf70;
    box-shadow: inset 3px 0 0 #f3cf70, 0 0 0 1px rgba(241, 203, 106, 0.16), 0 7px 18px rgba(0, 0, 0, 0.26);
  }

  body.gold-dark > .select2-container--open.gold-service-dropdown .select2-dropdown,
  body.gold-dark .gold-service-option {
    color: #f5ecd9;
    border-color: var(--service-accent, #8f6b20);
  }

  body.gold-dark .gold-service-option__name {
    color: #f7efdf;
  }

  body.gold-dark .gold-service-option__price {
    color: #201706;
    background: linear-gradient(135deg, #f6db87, var(--service-accent));
    border-color: rgba(255, 236, 173, 0.62);
  }

  body.gold-dark .select2-results__option.active .gold-service-option,
  body.gold-dark .select2-results__option[aria-selected="true"] .gold-service-option,
  body.gold-dark .select2-results__option--highlighted .gold-service-option {
    background: linear-gradient(135deg, #30240f, #151008);
    border-color: #f0cd70;
  }

  .well,
  .panel-body {
    padding: 18px;
  }

  body.gold-auth .gold-main > .container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .gold-main > .container > .row {
    margin-right: 0;
    margin-left: 0;
  }

  .gold-main > .container > .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  #order-form > .btn-primary,
  .form-group .btn-primary {
    width: 100%;
  }

  .table-responsive {
    border-radius: 12px;
  }

  .forgot-password,
  .pull-right-middle {
    float: none !important;
    display: block;
    margin-top: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* New Order service picker: unavailable average time badge. */
.gold-service-dropdown .gold-service-option__metric.is-new {
  padding: 2px 6px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #3b825d, #2f6f50) !important;
  border: 1px solid #39785a !important;
  border-radius: 999px;
  box-shadow: 0 3px 8px rgba(47, 111, 80, 0.18);
  font-size: 8.5px;
  font-weight: 750;
  line-height: 1.2;
}

.gold-service-dropdown .gold-service-option__metric.is-new i,
.gold-service-dropdown .gold-service-option__metric.is-new strong,
.gold-service-dropdown .gold-service-option__metric.is-new span {
  color: #ffffff !important;
}

body.gold-dark .gold-service-dropdown .gold-service-option__metric.is-new {
  background: linear-gradient(135deg, #377a58, #285f45) !important;
  border-color: #4b8567 !important;
  box-shadow: 0 3px 10px rgba(40, 95, 69, 0.3);
}

/* Dashboard account summary artwork supplied by the site owner. */
.gold-summary-card__icon.gold-summary-card__icon--artwork {
  overflow: hidden;
  padding: 0;
  background: #f5cc59;
  border-color: #dfb33f;
  box-shadow: 0 7px 16px rgba(146, 94, 12, 0.22);
}

.gold-summary-card__icon--artwork > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

body.gold-dark .gold-summary-card__icon.gold-summary-card__icon--artwork {
  background: #c69729;
  border-color: #886316;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.32);
}

/* Signed-in drawer artwork supplied by the site owner. */
body.gold-auth #navbar .navbar-icon.gold-sidebar-artwork,
.gold-drawer-title > .gold-drawer-artwork {
  overflow: hidden;
  padding: 0;
  background: linear-gradient(145deg, #fff9e8, #f2d982);
  border: 1px solid #dfb747;
  box-shadow: 0 5px 12px rgba(137, 87, 9, 0.16);
}

.gold-drawer-title > .gold-drawer-artwork {
  display: inline-flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 10px;
}

.gold-sidebar-artwork > img,
.gold-drawer-artwork > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.gold-auth #navbar .navbar-left-block > .active > a .gold-sidebar-artwork {
  background: rgba(255, 249, 223, 0.74);
  border-color: rgba(128, 82, 8, 0.3);
}

body.gold-dark #navbar .navbar-icon.gold-sidebar-artwork,
body.gold-dark .gold-drawer-title > .gold-drawer-artwork {
  background: linear-gradient(145deg, #2b2111, #151008);
  border-color: #7a5b20;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.3);
}

/* Premium public password-recovery page. */
.gold-reset-page {
  position: relative;
  display: grid;
  min-height: calc(100vh - 64px);
  place-items: center;
  padding: 64px 24px 88px;
  overflow: hidden;
  color: #302517;
  background:
    radial-gradient(circle at 8% 14%, rgba(229, 180, 57, 0.2), transparent 23rem),
    radial-gradient(circle at 93% 84%, rgba(185, 123, 20, 0.13), transparent 28rem),
    linear-gradient(145deg, #fffdf8 0%, #f8efd9 52%, #fffaf0 100%);
}

.gold-reset-page::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.36;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(164, 112, 19, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(164, 112, 19, 0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%);
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.gold-reset-page__glow {
  position: absolute;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(188, 131, 26, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.gold-reset-page__glow::before,
.gold-reset-page__glow::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(188, 131, 26, 0.11);
  border-radius: inherit;
}

.gold-reset-page__glow::before { inset: 45px; }
.gold-reset-page__glow::after { inset: 94px; }
.gold-reset-page__glow--one { top: -210px; right: -120px; }
.gold-reset-page__glow--two { bottom: -250px; left: -130px; }

.gold-reset-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(440px, 1.18fr);
  width: min(100%, 980px);
  overflow: hidden;
  background: rgba(255, 253, 247, 0.98);
  border: 1px solid rgba(184, 128, 23, 0.42);
  border-radius: 26px;
  box-shadow: 0 30px 80px rgba(89, 55, 3, 0.17), 0 0 0 7px rgba(203, 150, 39, 0.035), inset 0 1px #fff;
}

.gold-reset-card__visual {
  position: relative;
  display: flex;
  min-height: 570px;
  flex-direction: column;
  justify-content: center;
  padding: 49px 42px;
  overflow: hidden;
  color: #f9ecd1;
  background:
    radial-gradient(circle at 15% 7%, rgba(239, 194, 76, 0.2), transparent 15rem),
    radial-gradient(circle at 105% 95%, rgba(178, 111, 10, 0.22), transparent 19rem),
    linear-gradient(145deg, #1d160c, #090704 70%);
}

.gold-reset-card__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.38;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(237, 194, 90, 0.085) 1px, transparent 1px),
    linear-gradient(90deg, rgba(237, 194, 90, 0.085) 1px, transparent 1px);
  background-size: 38px 38px;
}

.gold-reset-card__visual > * { position: relative; z-index: 1; }

.gold-reset-card__badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 29px;
  margin-bottom: 31px;
  padding: 6px 11px;
  gap: 7px;
  color: #efd16f;
  background: rgba(224, 177, 55, 0.08);
  border: 1px solid rgba(224, 177, 55, 0.25);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gold-reset-card__visual-icon,
.gold-reset-card__header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #211503;
  background: linear-gradient(145deg, #f8dc7c, #c68113);
  border: 1px solid rgba(132, 82, 3, 0.3);
  box-shadow: 0 13px 28px rgba(165, 103, 8, 0.25), inset 0 1px rgba(255, 255, 255, 0.72);
}

.gold-reset-card__visual-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 24px;
  border-radius: 20px;
  font-size: 27px;
}

body.gold-public .gold-reset-card__visual h1 {
  max-width: 310px;
  margin: 0;
  color: #fff5df;
  font-size: clamp(32px, 3.6vw, 47px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.gold-reset-card__visual > p {
  max-width: 315px;
  margin: 16px 0 0;
  color: #bdb09b;
  font-size: 13px;
  line-height: 1.68;
}

.gold-reset-card__steps {
  display: grid;
  margin-top: 33px;
  gap: 11px;
}

.gold-reset-card__steps span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cabeaa;
  font-size: 10px;
  font-weight: 700;
}

.gold-reset-card__steps b {
  display: inline-flex;
  flex: 0 0 25px;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #1e1404;
  background: linear-gradient(145deg, #f3d471, #c68318);
  border-radius: 8px;
  font-size: 9px;
}

.gold-reset-card__form-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 48px 47px 0;
  background:
    radial-gradient(circle at 100% 0, rgba(223, 176, 56, 0.14), transparent 16rem),
    rgba(255, 253, 247, 0.985);
}

.gold-reset-card__header {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  margin-bottom: 29px;
  padding-bottom: 25px;
  gap: 15px;
  border-bottom: 1px solid rgba(151, 105, 19, 0.17);
}

.gold-reset-card__header-icon {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  font-size: 18px;
}

.gold-reset-card__eyebrow {
  display: block;
  margin: 0 0 4px;
  color: #a06c12;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.gold-reset-card__header h2 {
  margin: 0;
  color: #281e11;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.gold-reset-card__header p {
  max-width: 430px;
  margin: 7px 0 0;
  color: #7d7263;
  font-size: 11px;
  line-height: 1.55;
}

.gold-reset-card__form { margin: 0; }
.gold-reset-card__form .alert { margin-bottom: 18px; border-radius: 12px; font-size: 12px; }

.gold-reset-card__field label {
  display: block;
  margin: 0 0 9px;
  color: #342818;
  font-size: 12px;
  font-weight: 850;
}

.gold-reset-card__input-wrap {
  position: relative;
}

.gold-reset-card__input-wrap > i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 17px;
  color: #b27a13;
  font-size: 14px;
  transform: translateY(-50%);
}

.gold-reset-card__input-wrap .form-control {
  width: 100%;
  height: 57px;
  padding: 12px 16px 12px 47px;
  color: #302619;
  background: #fffdfa;
  border: 1px solid rgba(170, 117, 20, 0.36);
  border-radius: 14px;
  box-shadow: inset 0 1px 3px rgba(95, 61, 4, 0.045);
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.gold-reset-card__input-wrap .form-control:focus {
  background: #fff;
  border-color: #bf8016;
  box-shadow: 0 0 0 4px rgba(207, 151, 39, 0.13), 0 10px 24px rgba(108, 68, 5, 0.08);
  outline: 0;
}

.gold-reset-card__input-wrap .form-control::placeholder { color: #a39a8c; }

.gold-reset-card__field small {
  display: flex;
  align-items: center;
  margin-top: 9px;
  gap: 6px;
  color: #908575;
  font-size: 9px;
  line-height: 1.4;
}

.gold-reset-card__field small i { color: #a87415; }
.gold-reset-card__captcha { margin: 19px 0; overflow-x: auto; }

.gold-reset-card__submit {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr) 19px;
  width: 100%;
  min-height: 55px;
  align-items: center;
  margin-top: 25px;
  padding: 12px 18px;
  gap: 10px;
  color: #201503;
  background: linear-gradient(135deg, #f7da7b, #daa12d 58%, #c47d11);
  border: 1px solid #b8750d;
  border-radius: 14px;
  box-shadow: 0 13px 27px rgba(169, 106, 8, 0.2), inset 0 1px rgba(255, 255, 255, 0.67);
  font-size: 13px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gold-reset-card__submit:hover,
.gold-reset-card__submit:focus {
  color: #130d03;
  box-shadow: 0 17px 33px rgba(169, 106, 8, 0.28), inset 0 1px rgba(255, 255, 255, 0.72);
  outline: 0;
  transform: translateY(-2px);
}

.gold-reset-card__submit i:first-child { text-align: left; }
.gold-reset-card__submit i:last-child { text-align: right; }

.gold-reset-card__back {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 19px auto 24px;
  gap: 8px;
  color: #8f6111;
  font-size: 11px;
  font-weight: 800;
}

.gold-reset-card__back:hover,
.gold-reset-card__back:focus { color: #bf7e11; text-decoration: none; }

.gold-reset-card__footer {
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  margin: auto -47px 0;
  padding: 12px 20px;
  gap: 7px;
  color: #877b69;
  background: rgba(230, 207, 155, 0.2);
  border-top: 1px solid rgba(151, 105, 19, 0.13);
  font-size: 9px;
  font-weight: 750;
}

.gold-reset-card__footer i { color: #a87414; }

body.gold-public.gold-dark .gold-reset-page {
  color: #eee1c8;
  background:
    radial-gradient(circle at 8% 14%, rgba(222, 175, 54, 0.16), transparent 23rem),
    radial-gradient(circle at 93% 84%, rgba(167, 105, 12, 0.12), transparent 28rem),
    linear-gradient(145deg, #0a0805, #171107 56%, #090704);
}

body.gold-public.gold-dark .gold-reset-card {
  background: #100c07;
  border-color: rgba(202, 154, 48, 0.49);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.52), inset 0 1px rgba(255, 224, 137, 0.045);
}

body.gold-public.gold-dark .gold-reset-card__form-panel {
  background:
    radial-gradient(circle at 100% 0, rgba(220, 172, 49, 0.13), transparent 16rem),
    linear-gradient(145deg, #1c160e, #0c0906 75%);
}

body.gold-public.gold-dark .gold-reset-card__header { border-bottom-color: rgba(190, 140, 39, 0.28); }
body.gold-public.gold-dark .gold-reset-card__header h2,
body.gold-public.gold-dark .gold-reset-card__field label { color: #f4e5c5; }
body.gold-public.gold-dark .gold-reset-card__header p,
body.gold-public.gold-dark .gold-reset-card__field small,
body.gold-public.gold-dark .gold-reset-card__footer { color: #aa9d87; }

body.gold-public.gold-dark .gold-reset-card__input-wrap .form-control {
  color: #f3e8d4;
  background: rgba(8, 7, 5, 0.78);
  border-color: rgba(193, 143, 42, 0.44);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.32);
}

body.gold-public.gold-dark .gold-reset-card__input-wrap .form-control:focus {
  background: #0a0805;
  border-color: #d3a43e;
  box-shadow: 0 0 0 4px rgba(207, 151, 39, 0.13);
}

body.gold-public.gold-dark .gold-reset-card__back { color: #dfbb57; }
body.gold-public.gold-dark .gold-reset-card__footer {
  background: rgba(222, 176, 59, 0.06);
  border-top-color: rgba(190, 140, 39, 0.23);
}

@media (max-width: 767px) {
  .gold-reset-page {
    min-height: calc(100vh - 61px);
    align-items: start;
    padding: 38px 14px 70px;
  }

  .gold-reset-card {
    grid-template-columns: 1fr;
    border-radius: 21px;
  }

  .gold-reset-card__visual {
    min-height: 0;
    padding: 27px 23px 29px;
  }

  .gold-reset-card__badge { margin-bottom: 20px; font-size: 8px; }
  .gold-reset-card__visual-icon { width: 54px; height: 54px; margin-bottom: 16px; border-radius: 16px; font-size: 21px; }
  .gold-reset-card__visual h1 { max-width: 100%; font-size: 31px; }
  .gold-reset-card__visual > p { margin-top: 10px; font-size: 11px; }
  .gold-reset-card__steps { display: none; }

  .gold-reset-card__form-panel { padding: 25px 18px 0; }
  .gold-reset-card__header { grid-template-columns: 43px minmax(0, 1fr); margin-bottom: 23px; padding-bottom: 20px; gap: 12px; }
  .gold-reset-card__header-icon { width: 43px; height: 43px; border-radius: 13px; font-size: 15px; }
  .gold-reset-card__header h2 { font-size: 21px; }
  .gold-reset-card__header p { font-size: 10px; }
  .gold-reset-card__submit { min-height: 53px; }
  .gold-reset-card__footer { margin-right: -18px; margin-left: -18px; border-radius: 0 0 20px 20px; }
}

@media (max-width: 390px) {
  .gold-reset-page { padding-right: 11px; padding-left: 11px; }
  .gold-reset-card__visual { padding-right: 19px; padding-left: 19px; }
  .gold-reset-card__form-panel { padding-right: 16px; padding-left: 16px; }
  .gold-reset-card__header p { max-width: 240px; }
  .gold-reset-card__footer { margin-right: -16px; margin-left: -16px; }
}

/* Luxury Obsidian Gold skin shared by every template/page. */
html {
  background: #090704;
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 5%, rgba(225, 186, 87, 0.13), transparent 25rem),
    radial-gradient(circle at 12% 82%, rgba(150, 99, 24, 0.1), transparent 30rem),
    linear-gradient(145deg, #171109, #0b0906 58%, #120d07);
  background-attachment: fixed;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(236, 214, 142, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(236, 214, 142, 0.018) 1px, transparent 1px);
  background-size: 34px 34px;
  content: '';
  pointer-events: none;
}

a {
  color: #ddb95d;
}

a:hover,
a:focus {
  color: #f2d77f;
}

.navbar-default,
body.gold-auth > .navbar,
body.gold-auth .navbar-right-block {
  color: #f5ecd9;
  background: linear-gradient(155deg, rgba(28, 22, 14, 0.99), rgba(8, 7, 5, 0.99));
  border-color: #5d491f;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

body.gold-auth > .navbar {
  border-right: 1px solid #6f5521;
  box-shadow: 10px 0 34px rgba(0, 0, 0, 0.34), inset -1px 0 rgba(235, 196, 96, 0.06);
}

.navbar-default .navbar-brand,
body.gold-auth .navbar-brand {
  color: #e8c766;
  border-color: rgba(232, 199, 102, 0.2);
  text-shadow: 0 1px 12px rgba(212, 163, 49, 0.2);
}

.navbar-default .navbar-nav > li > a,
body.gold-auth .navbar-left-block > li > a,
body.gold-auth .navbar-right-block > li > a {
  color: #c9bea7;
}

body.gold-auth .navbar-left-block > li > a:hover,
body.gold-auth .navbar-left-block > li > a:focus {
  color: #f4dea0;
  background: linear-gradient(135deg, rgba(193, 139, 36, 0.15), rgba(36, 28, 17, 0.82));
  border-color: rgba(221, 185, 93, 0.4);
}

body.gold-auth .navbar-left-block > .active > a,
body.gold-auth .navbar-left-block > .active > a:hover,
body.gold-auth .navbar-left-block > .active > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #171005;
  background: linear-gradient(135deg, #f1d47b, #b67a18);
  border-color: #e0b643;
  box-shadow: inset 3px 0 0 #fff0b3, 0 6px 16px rgba(171, 114, 20, 0.22);
}

body.gold-auth .navbar-icon,
.gold-menu-arrow {
  color: #d3a83e;
}

body.gold-auth .navbar-left-block > .active > a .navbar-icon,
body.gold-auth .navbar-left-block > .active > a .gold-menu-arrow {
  color: #261805;
}

body.gold-auth .navbar-right-block::before {
  color: #f0d179;
}

body.gold-auth .navbar-right-block > li > a:hover,
body.gold-auth .navbar-right-block > li > a:focus {
  color: #f3d989;
  background: rgba(211, 168, 62, 0.12);
}

body.gold-auth .navbar-right-block .badge,
.badge,
.label-primary {
  color: #171005;
  background: linear-gradient(135deg, #f2d474, #a86f13);
  border: 1px solid rgba(255, 231, 153, 0.44);
  box-shadow: 0 6px 16px rgba(169, 116, 23, 0.28);
}

.gold-summary-card,
.well,
.panel,
.list-group,
.table-responsive,
.table,
.modal-content,
.popover,
.gold-profile-menu {
  color: #eee5d3;
  background: linear-gradient(145deg, #211a11, #12100c 72%);
  border-color: #685124;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 224, 140, 0.035);
}

.gold-summary-card {
  position: relative;
  overflow: hidden;
}

.gold-summary-card::after {
  position: absolute;
  top: -42px;
  right: -34px;
  width: 112px;
  height: 112px;
  background: radial-gradient(circle, rgba(225, 186, 87, 0.14), transparent 68%);
  content: '';
  pointer-events: none;
}

.gold-summary-card:hover,
.gold-summary-card:focus {
  color: #fff3cf;
  border-color: #d4a83e;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(225, 186, 87, 0.11);
}

.gold-summary-card__icon,
.gold-card-title__icon {
  color: #1c1304;
  background: linear-gradient(135deg, #f1d47c, #b87c19);
  border-color: #e8c15e;
  box-shadow: 0 6px 15px rgba(150, 95, 12, 0.24);
}

.gold-summary-card__value,
.gold-card-title,
.panel-title,
.modal-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f0d279;
}

.gold-summary-card__label,
.help-block,
.form-group small,
.text-muted {
  color: #b7aa8e !important;
}

.gold-card-title {
  border-bottom-color: rgba(231, 193, 93, 0.22);
}

.panel-heading,
.table > thead > tr > th,
.modal-header,
.popover-title {
  color: #edcd72 !important;
  background: linear-gradient(135deg, #2a2113, #17120c) !important;
  border-color: #5b461d !important;
}

.panel-footer,
.modal-footer {
  color: #c9bea8;
  background: #15110b;
  border-color: #49391d;
}

.control-label,
label,
.gold-profile-menu__title {
  color: #e8d5a5;
}

.form-control,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple,
.bootstrap-select > .dropdown-toggle,
.input-group-addon,
#service_description .panel-body,
.border-solid.border-rounded {
  color: #f4ead5;
  background: linear-gradient(145deg, #17130e, #0e0c09);
  border-color: #68542a;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.form-control::placeholder,
.select2-search__field::placeholder {
  color: #817761;
  opacity: 1;
}

.select2-container .select2-selection__rendered,
.select2-container .select2-selection__text,
.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle .filter-option {
  color: #f4ead5 !important;
}

.select2-container .select2-selection__arrow b,
.bootstrap-select > .dropdown-toggle .caret {
  border-top-color: #d5ae4c;
}

.form-control:hover,
.select2-container .select2-selection--single:hover,
.select2-container .select2-selection--multiple:hover,
.bootstrap-select > .dropdown-toggle:hover {
  border-color: #b98b2b;
}

.form-control:focus,
.select2-container--focus .select2-selection,
.select2-container--open .select2-selection,
.bootstrap-select.open > .dropdown-toggle {
  color: #fff4d5;
  background: #0d0b08;
  border-color: #e0b84f;
  box-shadow: 0 0 0 3px rgba(211, 168, 62, 0.16), inset 0 1px 2px rgba(0, 0, 0, 0.34);
}

.form-control[readonly],
.form-control[disabled],
fieldset[disabled] .form-control {
  color: #b5aa93;
  background: #272117;
  border-color: #514324;
}

#new-order-search button {
  color: #dfb94f !important;
}

#service_description .panel-body,
.border-solid.border-rounded {
  color: #d8cdb6;
  background: linear-gradient(145deg, #1c1710, #100e0a);
  border-color: #57451f;
}

.btn-default,
.btn-secondary {
  color: #ead8aa;
  background: linear-gradient(145deg, #211a11, #100e0a);
  border-color: #745a28;
}

.btn-default:hover,
.btn-default:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #1c1304;
  background: linear-gradient(135deg, #edcf78, #b37a1a);
  border-color: #d9ad43;
}

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #1a1104;
  background: linear-gradient(135deg, #efd176, #ad7215);
  border-color: #d6a93d;
  box-shadow: 0 6px 15px rgba(166, 107, 15, 0.22);
}

.text-primary,
.text-info {
  color: #e5c264 !important;
}

.bg-primary,
.bg-info,
.label-info,
.progress-bar,
.progress-bar-info {
  color: #1a1104;
  background: linear-gradient(135deg, #efd176, #ad7215) !important;
}

.panel-primary,
.panel-info {
  border-color: #705926;
}

.panel-primary > .panel-heading,
.panel-info > .panel-heading {
  color: #edcd72 !important;
  background: linear-gradient(135deg, #2a2113, #17120c) !important;
  border-color: #5b461d !important;
}

.table > tbody > tr > td {
  color: #ded5c3;
  border-top-color: #3d3322;
}

.table-striped > tbody > tr:nth-of-type(odd),
.table-hover > tbody > tr:hover {
  background: rgba(190, 137, 38, 0.075);
}

.table a,
.list-group-item a {
  color: #e2bf61;
}

.list-group-item {
  color: #ddd3bf;
  background: #17130e;
  border-color: #3f3421;
}

.list-group-item:hover,
.list-group-item:focus,
.list-group-item.active,
.list-group-item.active:hover {
  color: #f2dda3;
  background: #292012;
  border-color: #816326;
}

.nav-tabs {
  border-bottom-color: #655027;
}

.nav-tabs > li > a {
  color: #bfb39c;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #efd27d;
  background: rgba(211, 168, 62, 0.1);
  border-color: #5b481f;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #f0d27a;
  background: #17130e;
  border-color: #705926 #705926 transparent;
}

.nav-pills > li > a {
  color: #cbbd9f;
  background: transparent;
  border: 1px solid transparent;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #efd27d;
  background: rgba(211, 168, 62, 0.1);
  border-color: #59451e;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #1a1104;
  background: linear-gradient(135deg, #efd176, #ac7114);
  border-color: #d6a93d;
  box-shadow: 0 6px 15px rgba(166, 107, 15, 0.24);
}

.dropdown-menu {
  color: #eee3cd;
  background: linear-gradient(145deg, #1c1710, #0e0c09);
  border-color: #705926;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.4);
}

.dropdown-menu > li > a {
  color: #d6cbb5;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  color: #1b1204;
  background: linear-gradient(135deg, #efd177, #b97e1d);
}

.pagination > li > a,
.pagination > li > span {
  color: #e3c267;
  background: #17130e;
  border-color: #58451f;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
  color: #1a1104;
  background: linear-gradient(135deg, #efd176, #af7416);
  border-color: #d5a93e;
}

.alert-success {
  color: #cce6c8;
  background: #142318;
  border-color: #476b45;
}

.alert-info {
  color: #d9d8bd;
  background: #1b211b;
  border-color: #6d7041;
}

.alert-warning {
  color: #f2dda1;
  background: #2a210f;
  border-color: #8c6a24;
}

.alert-danger {
  color: #efc2b8;
  background: #2b1714;
  border-color: #7c4238;
}

.close {
  color: #efcf73;
  text-shadow: none;
  opacity: 0.82;
}

body.gold-dark {
  --ink: #f7edd9;
  --muted: #a69b84;
  --canvas: #050403;
  --surface: #0e0c08;
  --line: #2e271a;
  --line-strong: #5b471f;
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 4%, rgba(199, 148, 38, 0.1), transparent 23rem),
    linear-gradient(145deg, #080604, #020202 66%, #090603);
}

body.gold-dark .gold-summary-card,
body.gold-dark .well,
body.gold-dark .panel,
body.gold-dark .list-group,
body.gold-dark .table-responsive,
body.gold-dark .table,
body.gold-dark .modal-content,
body.gold-dark .gold-profile-menu {
  color: #eee5d2;
  background: linear-gradient(145deg, #12100c, #080705 74%);
  border-color: #55431f;
}

body.gold-dark .form-control,
body.gold-dark .select2-container .select2-selection,
body.gold-dark .bootstrap-select > .dropdown-toggle,
body.gold-dark #service_description .panel-body,
body.gold-dark .border-solid.border-rounded,
body.gold-dark .dropdown-menu {
  color: #f5ecd8;
  background: #080705;
  border-color: #554521;
}

@media (max-width: 991px) {
  body.gold-auth > .navbar,
  body.gold-auth #navbar,
  body.gold-auth #navbar.navbar-collapse,
  body.gold-auth #navbar.navbar-collapsed,
  .gold-drawer-head,
  .gold-bottom-nav,
  .gold-profile-menu {
    color: #f4ead6;
    background: linear-gradient(155deg, #1c160e, #090704);
    border-color: #675022;
  }

  body.gold-auth .navbar-toggle,
  .gold-mobile-action,
  .gold-profile-trigger,
  .gold-drawer-close {
    color: #e7c65f;
    background: linear-gradient(145deg, #211a11, #0c0a07);
    border-color: #8a6928;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.28);
  }

  .gold-mobile-action:hover,
  .gold-mobile-action:focus,
  .gold-profile-trigger:hover,
  .gold-profile-trigger:focus,
  .gold-profile-trigger[aria-expanded="true"],
  .gold-drawer-close:hover,
  .gold-drawer-close:focus {
    color: #1b1204;
    background: linear-gradient(135deg, #efd074, #aa7014);
    border-color: #d7aa3d;
  }

  .gold-profile-trigger__avatar,
  .gold-drawer-title i,
  body.gold-auth #navbar .navbar-icon {
    color: #1c1304;
    background: linear-gradient(135deg, #f0d177, #b77b19);
    border-color: #dcb34a;
  }

  .gold-profile-menu__title,
  .gold-drawer-title {
    color: #efd27d;
    border-color: rgba(224, 181, 73, 0.22);
  }

  .gold-profile-menu a,
  body.gold-auth #navbar .navbar-left-block > li > a {
    color: #d6cbb5;
    background: linear-gradient(145deg, #1b160f, #0f0d09);
    border-color: #48391d;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.18);
  }

  .gold-profile-menu a:hover,
  .gold-profile-menu a:focus,
  body.gold-auth #navbar .navbar-left-block > li > a:hover,
  body.gold-auth #navbar .navbar-left-block > li > a:focus,
  body.gold-auth #navbar .navbar-left-block > .active > a {
    color: #1b1204;
    background: linear-gradient(135deg, #edd078, #b97d1b);
    border-color: #dcb34a;
  }

  body.gold-auth #navbar .navbar-left-block > .active > a .navbar-icon,
  body.gold-auth #navbar .navbar-left-block > .active > a .gold-menu-arrow {
    color: #1d1304;
  }

  .gold-bottom-nav {
    border-top: 1px solid #705522;
    box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.38);
  }

  .gold-bottom-nav a {
    color: #a99e89;
  }

  .gold-bottom-nav a.is-active,
  .gold-bottom-nav a:hover,
  .gold-bottom-nav a:focus {
    color: #f0d076;
  }

  .gold-bottom-nav__primary i {
    color: #171005;
    background: linear-gradient(135deg, #f2d474, #a96e12);
    border-color: #17130d;
    box-shadow: 0 8px 19px rgba(179, 119, 20, 0.38);
  }

  body.gold-dark > .navbar,
  body.gold-dark #navbar,
  body.gold-dark .gold-drawer-head,
  body.gold-dark .gold-bottom-nav,
  body.gold-dark .gold-profile-menu {
    background: linear-gradient(155deg, #0d0b08, #030302);
    border-color: #51401f;
  }
}

/* Gold White light appearance; Midnight Gold remains under body.gold-dark. */
body:not(.gold-dark) {
  --ink: #2b2215;
  --muted: #786d5c;
  --canvas: #f6f0e3;
  --surface: #fffefa;
  --line: #e4d8bd;
  --line-strong: #cfb879;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 4%, rgba(218, 177, 68, 0.2), transparent 24rem),
    radial-gradient(circle at 8% 82%, rgba(238, 216, 154, 0.24), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f5eddb 58%, #fffaf0);
}

body:not(.gold-dark)::before {
  background-image: linear-gradient(rgba(151, 105, 20, 0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(151, 105, 20, 0.022) 1px, transparent 1px);
}

body:not(.gold-dark) a {
  color: #8a5b08;
}

body:not(.gold-dark) a:hover,
body:not(.gold-dark) a:focus {
  color: #4f3304;
}

body:not(.gold-dark) .navbar-default,
body.gold-auth:not(.gold-dark) > .navbar,
body.gold-auth:not(.gold-dark) .navbar-right-block {
  color: #2b2215;
  background: linear-gradient(145deg, rgba(255, 254, 250, 0.99), rgba(250, 244, 231, 0.99));
  border-color: #d4c18d;
  box-shadow: 0 10px 28px rgba(91, 64, 10, 0.09);
}

body.gold-auth:not(.gold-dark) > .navbar {
  border-right-color: #cbae62;
  box-shadow: 10px 0 32px rgba(91, 64, 10, 0.08), inset -1px 0 rgba(148, 101, 14, 0.08);
}

body:not(.gold-dark) .navbar-default .navbar-brand,
body.gold-auth:not(.gold-dark) .navbar-brand {
  color: #76500b;
  border-color: rgba(167, 119, 29, 0.18);
  text-shadow: none;
}

body:not(.gold-dark) .navbar-default .navbar-nav > li > a,
body.gold-auth:not(.gold-dark) .navbar-left-block > li > a,
body.gold-auth:not(.gold-dark) .navbar-right-block > li > a {
  color: #655b4c;
}

body.gold-auth:not(.gold-dark) .navbar-left-block > li > a:hover,
body.gold-auth:not(.gold-dark) .navbar-left-block > li > a:focus {
  color: #5a3a05;
  background: linear-gradient(135deg, #fffaf0, #f6e7b7);
  border-color: #dfc372;
}

body.gold-auth:not(.gold-dark) .navbar-left-block > .active > a,
body.gold-auth:not(.gold-dark) .navbar-left-block > .active > a:hover,
body.gold-auth:not(.gold-dark) .navbar-left-block > .active > a:focus,
body:not(.gold-dark) .navbar-default .navbar-nav > .active > a,
body:not(.gold-dark) .navbar-default .navbar-nav > .active > a:hover,
body:not(.gold-dark) .navbar-default .navbar-nav > .active > a:focus {
  color: #221604;
  background: linear-gradient(135deg, #f3d77f, #c28a24);
  border-color: #d9ad47;
  box-shadow: inset 3px 0 0 #fff4bf, 0 6px 15px rgba(158, 104, 15, 0.15);
}

body.gold-auth:not(.gold-dark) .navbar-icon,
body:not(.gold-dark) .gold-menu-arrow {
  color: #a77318;
}

body.gold-auth:not(.gold-dark) .navbar-left-block > .active > a .navbar-icon,
body.gold-auth:not(.gold-dark) .navbar-left-block > .active > a .gold-menu-arrow {
  color: #291a04;
}

body.gold-auth:not(.gold-dark) .navbar-right-block::before,
body:not(.gold-dark) .gold-summary-card__value,
body:not(.gold-dark) .gold-card-title,
body:not(.gold-dark) .panel-title,
body:not(.gold-dark) .modal-title,
body:not(.gold-dark) h1,
body:not(.gold-dark) h2,
body:not(.gold-dark) h3,
body:not(.gold-dark) h4,
body:not(.gold-dark) h5,
body:not(.gold-dark) h6 {
  color: #5d3e07;
}

body:not(.gold-dark) .gold-summary-card,
body:not(.gold-dark) .well,
body:not(.gold-dark) .panel,
body:not(.gold-dark) .list-group,
body:not(.gold-dark) .table-responsive,
body:not(.gold-dark) .table,
body:not(.gold-dark) .modal-content,
body:not(.gold-dark) .popover,
body:not(.gold-dark) .gold-profile-menu {
  color: #342b1d;
  background: linear-gradient(145deg, #fffefa, #fbf6eb 76%);
  border-color: #d2bb7b;
  box-shadow: 0 14px 34px rgba(88, 60, 8, 0.1), inset 0 1px rgba(255, 255, 255, 0.7);
}

body:not(.gold-dark) .gold-summary-card::after {
  background: radial-gradient(circle, rgba(216, 173, 61, 0.16), transparent 68%);
}

body:not(.gold-dark) .gold-summary-card:hover,
body:not(.gold-dark) .gold-summary-card:focus {
  color: #281c0a;
  border-color: #b98729;
  box-shadow: 0 17px 38px rgba(105, 68, 6, 0.14), 0 0 0 1px rgba(202, 151, 43, 0.11);
}

body:not(.gold-dark) .gold-summary-card__label,
body:not(.gold-dark) .help-block,
body:not(.gold-dark) .form-group small,
body:not(.gold-dark) .text-muted {
  color: #817561 !important;
}

body:not(.gold-dark) .gold-card-title {
  border-bottom-color: #e4d7b8;
}

body:not(.gold-dark) .panel-heading,
body:not(.gold-dark) .table > thead > tr > th,
body:not(.gold-dark) .modal-header,
body:not(.gold-dark) .popover-title {
  color: #674608 !important;
  background: linear-gradient(135deg, #fff9e9, #f3e5bc) !important;
  border-color: #dcc887 !important;
}

body:not(.gold-dark) .panel-footer,
body:not(.gold-dark) .modal-footer {
  color: #6c6253;
  background: #fbf6ea;
  border-color: #dfd2b2;
}

body:not(.gold-dark) .control-label,
body:not(.gold-dark) label,
body:not(.gold-dark) .gold-profile-menu__title {
  color: #4a3a22;
}

body:not(.gold-dark) .form-control,
body:not(.gold-dark) .select2-container .select2-selection--single,
body:not(.gold-dark) .select2-container .select2-selection--multiple,
body:not(.gold-dark) .bootstrap-select > .dropdown-toggle,
body:not(.gold-dark) .input-group-addon,
body:not(.gold-dark) #service_description .panel-body,
body:not(.gold-dark) .border-solid.border-rounded {
  color: #2e271d;
  background: linear-gradient(145deg, #fffefa, #fdf9f0);
  border-color: #d4c39c;
  box-shadow: inset 0 1px 2px rgba(81, 55, 7, 0.04);
}

body:not(.gold-dark) .form-control::placeholder,
body:not(.gold-dark) .select2-search__field::placeholder {
  color: #978b77;
}

body:not(.gold-dark) .select2-container .select2-selection__rendered,
body:not(.gold-dark) .select2-container .select2-selection__text,
body:not(.gold-dark) .bootstrap-select > .dropdown-toggle,
body:not(.gold-dark) .bootstrap-select > .dropdown-toggle .filter-option {
  color: #2e271d !important;
}

body:not(.gold-dark) .form-control:focus,
body:not(.gold-dark) .select2-container--focus .select2-selection,
body:not(.gold-dark) .select2-container--open .select2-selection,
body:not(.gold-dark) .bootstrap-select.open > .dropdown-toggle {
  color: #211708;
  background: #fff;
  border-color: #c5902d;
  box-shadow: 0 0 0 3px rgba(201, 151, 43, 0.14);
}

body:not(.gold-dark) .form-control[readonly],
body:not(.gold-dark) .form-control[disabled],
body:not(.gold-dark) fieldset[disabled] .form-control {
  color: #756b5c;
  background: #f2ebdc;
  border-color: #d6c7a7;
}

body:not(.gold-dark) #service_description .panel-body,
body:not(.gold-dark) .border-solid.border-rounded {
  color: #5b5143;
  background: linear-gradient(145deg, #fffefa, #fcf5df);
  border-color: #e2d095;
}

body:not(.gold-dark) .btn-default,
body:not(.gold-dark) .btn-secondary {
  color: #59482d;
  background: linear-gradient(145deg, #fffefa, #f8efdd);
  border-color: #cdb77c;
}

body:not(.gold-dark) .table > tbody > tr > td {
  color: #4d4437;
  border-top-color: #e7deca;
}

body:not(.gold-dark) .table-striped > tbody > tr:nth-of-type(odd),
body:not(.gold-dark) .table-hover > tbody > tr:hover {
  background: #fff8e8;
}

body:not(.gold-dark) .list-group-item {
  color: #4f4639;
  background: #fffefa;
  border-color: #e1d4b7;
}

body:not(.gold-dark) .nav-tabs {
  border-bottom-color: #d2bc82;
}

body:not(.gold-dark) .nav-tabs > li > a,
body:not(.gold-dark) .nav-pills > li > a {
  color: #746853;
}

body:not(.gold-dark) .nav-tabs > li > a:hover,
body:not(.gold-dark) .nav-tabs > li > a:focus,
body:not(.gold-dark) .nav-pills > li > a:hover,
body:not(.gold-dark) .nav-pills > li > a:focus {
  color: #5c3d07;
  background: #fff5d9;
  border-color: #d8c183;
}

body:not(.gold-dark) .nav-tabs > li.active > a,
body:not(.gold-dark) .nav-tabs > li.active > a:hover,
body:not(.gold-dark) .nav-tabs > li.active > a:focus {
  color: #563906;
  background: #fffefa;
  border-color: #d2bc82 #d2bc82 transparent;
}

body:not(.gold-dark) .dropdown-menu {
  color: #41382b;
  background: linear-gradient(145deg, #fffefa, #faf3e3);
  border-color: #cdb67a;
  box-shadow: 0 17px 38px rgba(88, 60, 8, 0.14);
}

body:not(.gold-dark) .dropdown-menu > li > a {
  color: #615644;
}

body:not(.gold-dark) .pagination > li > a,
body:not(.gold-dark) .pagination > li > span {
  color: #77500b;
  background: #fffefa;
  border-color: #d2c096;
}

body:not(.gold-dark) > .select2-container--open.gold-service-dropdown .select2-dropdown {
  background: linear-gradient(145deg, #fffefa, #f7ecd2);
  border-color: #c89b3a;
  box-shadow: 0 18px 40px rgba(96, 62, 5, 0.18), 0 0 0 1px rgba(196, 145, 37, 0.08);
}

body:not(.gold-dark) .gold-service-option {
  --service-surface-start: #fffefa;
  --service-surface-end: #faf2df;
  color: #302719;
  box-shadow: inset 3px 0 0 var(--service-accent), 0 4px 12px rgba(93, 60, 5, 0.09);
}

body:not(.gold-dark) .gold-service-option__name {
  color: #33291a;
}

body:not(.gold-dark) .gold-service-option__meta {
  border-top-color: rgba(139, 95, 16, 0.16);
}

body:not(.gold-dark) .gold-service-option__metric {
  color: #726755;
}

body:not(.gold-dark) .gold-service-option__metric strong {
  color: #49391f;
}

body:not(.gold-dark) .gold-service-option__metric.is-time {
  color: #6d4a0b;
}

body:not(.gold-dark) .select2-results__option.active .gold-service-option,
body:not(.gold-dark) .select2-results__option[aria-selected="true"] .gold-service-option,
body:not(.gold-dark) .select2-results__option--highlighted .gold-service-option {
  background: linear-gradient(135deg, #fff8e4, #f5e2ad);
  border-color: #c7932b;
  box-shadow: inset 3px 0 0 #d6a439, 0 0 0 1px rgba(190, 137, 38, 0.1), 0 7px 17px rgba(99, 62, 4, 0.12);
}

@media (max-width: 991px) {
  body.gold-auth:not(.gold-dark) > .navbar,
  body.gold-auth:not(.gold-dark) #navbar,
  body.gold-auth:not(.gold-dark) #navbar.navbar-collapse,
  body.gold-auth:not(.gold-dark) #navbar.navbar-collapsed,
  body:not(.gold-dark) .gold-drawer-head,
  body:not(.gold-dark) .gold-bottom-nav,
  body:not(.gold-dark) .gold-profile-menu {
    color: #342b1d;
    background: linear-gradient(145deg, #fffefa, #f9f1df);
    border-color: #ceb576;
  }

  body.gold-auth:not(.gold-dark) .navbar-toggle,
  body:not(.gold-dark) .gold-mobile-action,
  body:not(.gold-dark) .gold-profile-trigger,
  body:not(.gold-dark) .gold-drawer-close {
    color: #684608;
    background: linear-gradient(145deg, #fffefa, #f7edd7);
    border-color: #d4b866;
    box-shadow: 0 5px 13px rgba(96, 64, 7, 0.1);
  }

  body:not(.gold-dark) .gold-profile-menu__title,
  body:not(.gold-dark) .gold-drawer-title {
    color: #664508;
    border-color: #e0d0aa;
  }

  body:not(.gold-dark) .gold-profile-menu a,
  body.gold-auth:not(.gold-dark) #navbar .navbar-left-block > li > a {
    color: #5c5242;
    background: linear-gradient(145deg, #fffefa, #faf3e5);
    border-color: #e0d4ba;
    box-shadow: 0 3px 8px rgba(83, 55, 6, 0.06);
  }

  body:not(.gold-dark) .gold-profile-menu a:hover,
  body:not(.gold-dark) .gold-profile-menu a:focus,
  body.gold-auth:not(.gold-dark) #navbar .navbar-left-block > li > a:hover,
  body.gold-auth:not(.gold-dark) #navbar .navbar-left-block > li > a:focus,
  body.gold-auth:not(.gold-dark) #navbar .navbar-left-block > .active > a {
    color: #241704;
    background: linear-gradient(135deg, #f4da87, #c58c25);
    border-color: #d7aa42;
  }

  body:not(.gold-dark) .gold-bottom-nav {
    border-top-color: #cfb36e;
    box-shadow: 0 -9px 25px rgba(90, 59, 6, 0.1);
  }

  body:not(.gold-dark) .gold-bottom-nav a {
    color: #7d725f;
  }

  body:not(.gold-dark) .gold-bottom-nav a.is-active,
  body:not(.gold-dark) .gold-bottom-nav a:hover,
  body:not(.gold-dark) .gold-bottom-nav a:focus {
    color: #7b5108;
  }

  body:not(.gold-dark) .gold-bottom-nav__primary i {
    color: #211504;
    background: linear-gradient(135deg, #f3d77f, #b97c1b);
    border-color: #fffefa;
    box-shadow: 0 8px 18px rgba(155, 98, 10, 0.23);
  }
}

/* Compositor-friendly mobile drawer motion. */
@media (max-width: 991px) {
  body.gold-auth #navbar,
  body.gold-auth #navbar.navbar-collapse,
  body.gold-auth #navbar.navbar-collapsed {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-102%, 0, 0);
    transition:
      transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.26s ease-out,
      visibility 0s linear 0.42s;
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }

  body.gold-auth #navbar.in,
  body.gold-auth #navbar.gold-drawer-open {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
  }

  .gold-drawer-backdrop {
    opacity: 0;
    visibility: hidden;
    transform: translateZ(0);
    transition: opacity 0.34s ease-out, visibility 0s linear 0.42s;
    will-change: opacity;
    backface-visibility: hidden;
  }

  body.gold-drawer-open .gold-drawer-backdrop {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }

  body.gold-auth #navbar .gold-drawer-head,
  body.gold-auth #navbar .navbar-left-block > li {
    opacity: 0;
    transform: translate3d(-12px, 0, 0);
    transition: transform 0.32s ease-out, opacity 0.24s ease-out;
    transition-delay: 0s;
    will-change: transform, opacity;
  }

  body.gold-auth #navbar.gold-drawer-open .gold-drawer-head,
  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  body.gold-auth #navbar.gold-drawer-open .gold-drawer-head {
    transition-delay: 0.07s;
  }

  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li:nth-child(1) {
    transition-delay: 0.08s;
  }

  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li:nth-child(2) {
    transition-delay: 0.105s;
  }

  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li:nth-child(3) {
    transition-delay: 0.13s;
  }

  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li:nth-child(4) {
    transition-delay: 0.155s;
  }

  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li:nth-child(5) {
    transition-delay: 0.18s;
  }

  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li:nth-child(n + 6) {
    transition-delay: 0.205s;
  }

  .gold-drawer-close:active,
  .navbar-toggle:active {
    transform: scale(0.94);
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 991px) {
  body.gold-auth #navbar,
  body.gold-auth #navbar .gold-drawer-head,
  body.gold-auth #navbar .navbar-left-block > li,
  .gold-drawer-backdrop {
    transition: none !important;
  }
}

/* Category dropdown only: compact premium Gold White / Midnight Gold cards. */
body > .select2-container--open.gold-category-dropdown .select2-dropdown {
  padding: 6px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #f7ecd2);
  border: 1px solid #c69a3a;
  border-radius: 14px;
  box-shadow: 0 18px 38px rgba(91, 59, 5, 0.18), 0 0 0 1px rgba(255, 247, 215, 0.82);
}

body > .select2-container--open.gold-category-dropdown .select2-results,
body > .select2-container--open.gold-category-dropdown .select2-results__options {
  background: transparent !important;
}

body > .select2-container--open.gold-category-dropdown .select2-results__options {
  max-height: min(58vh, 360px);
  padding: 1px 2px 3px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #c79732 transparent;
}

body > .select2-container--open.gold-category-dropdown .select2-results__options::-webkit-scrollbar {
  width: 5px;
}

body > .select2-container--open.gold-category-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: linear-gradient(#e7c764, #ad741d);
  border-radius: 999px;
}

body > .select2-container--open.gold-category-dropdown .select2-results__option {
  margin: 5px 0;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

body > .select2-container--open.gold-category-dropdown .gold-category-option {
  --category-accent: #d5aa42;
  --category-glow: rgba(213, 170, 66, 0.12);
  position: relative;
  display: flex !important;
  align-items: center;
  width: 100% !important;
  min-height: 50px !important;
  padding: 8px 36px 8px 9px !important;
  overflow: hidden !important;
  color: #3b2b10 !important;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.32;
  text-decoration: none !important;
  background: linear-gradient(135deg, #fffefa, #fbf4e4) !important;
  border: 1px solid rgba(190, 145, 47, 0.48) !important;
  border-radius: 11px;
  box-shadow: inset 3px 0 0 var(--category-accent), 0 4px 12px rgba(91, 59, 5, 0.07);
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

body > .select2-container--open.gold-category-dropdown .gold-category-option::after {
  content: '\203A';
  position: absolute;
  top: 50%;
  right: 13px;
  color: var(--category-accent);
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-52%);
  transition: transform 0.16s ease, color 0.16s ease;
}

body > .select2-container--open.gold-category-dropdown .gold-category-option__image {
  flex: 0 0 auto;
  width: 20px !important;
  height: 20px !important;
  margin: 0 10px 0 0 !important;
  padding: 5px;
  object-fit: contain;
  box-sizing: content-box;
  background: linear-gradient(145deg, #fffef8, #f5e5b9);
  border: 1px solid rgba(188, 142, 39, 0.42);
  border-radius: 9px;
  box-shadow: 0 3px 8px var(--category-glow);
}

body > .select2-container--open.gold-category-dropdown .gold-category-option--variant-0 {
  --category-accent: #d5aa42;
  --category-glow: rgba(213, 170, 66, 0.14);
}

body > .select2-container--open.gold-category-dropdown .gold-category-option--variant-1 {
  --category-accent: #b77c22;
  --category-glow: rgba(183, 124, 34, 0.14);
}

body > .select2-container--open.gold-category-dropdown .gold-category-option--variant-2 {
  --category-accent: #c99a64;
  --category-glow: rgba(201, 154, 100, 0.14);
}

body > .select2-container--open.gold-category-dropdown .gold-category-option--variant-3 {
  --category-accent: #ac984d;
  --category-glow: rgba(172, 152, 77, 0.14);
}

body > .select2-container--open.gold-category-dropdown .select2-results__option.active .gold-category-option,
body > .select2-container--open.gold-category-dropdown .select2-results__option[aria-selected="true"] .gold-category-option,
body > .select2-container--open.gold-category-dropdown .select2-results__option--highlighted .gold-category-option,
body > .select2-container--open.gold-category-dropdown .gold-category-option:hover,
body > .select2-container--open.gold-category-dropdown .gold-category-option:focus {
  color: #211504 !important;
  background: linear-gradient(135deg, #f6dc87, #c48722) !important;
  border-color: #a96f16 !important;
  box-shadow: inset 3px 0 0 #fff1b7, 0 7px 16px rgba(126, 78, 5, 0.2);
  transform: translateY(-1px);
}

body > .select2-container--open.gold-category-dropdown .select2-results__option.active .gold-category-option::after,
body > .select2-container--open.gold-category-dropdown .select2-results__option[aria-selected="true"] .gold-category-option::after,
body > .select2-container--open.gold-category-dropdown .select2-results__option--highlighted .gold-category-option::after,
body > .select2-container--open.gold-category-dropdown .gold-category-option:hover::after,
body > .select2-container--open.gold-category-dropdown .gold-category-option:focus::after {
  color: #241704;
  transform: translate(2px, -52%);
}

body > .select2-container--open.gold-category-dropdown .select2-results__option.active .gold-category-option__image,
body > .select2-container--open.gold-category-dropdown .select2-results__option[aria-selected="true"] .gold-category-option__image,
body > .select2-container--open.gold-category-dropdown .select2-results__option--highlighted .gold-category-option__image {
  background: rgba(255, 251, 231, 0.86);
  border-color: rgba(83, 51, 3, 0.22);
}

body.gold-dark > .select2-container--open.gold-category-dropdown .select2-dropdown {
  background: linear-gradient(145deg, #080704, #171109 62%, #0c0905);
  border-color: #8f6b20;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(237, 196, 91, 0.09);
}

body.gold-dark > .select2-container--open.gold-category-dropdown .gold-category-option {
  color: #f2e7ce !important;
  background: linear-gradient(135deg, #1d180f, #0e0c08) !important;
  border-color: rgba(186, 139, 41, 0.5) !important;
  box-shadow: inset 3px 0 0 var(--category-accent), 0 5px 14px rgba(0, 0, 0, 0.26);
}

body.gold-dark > .select2-container--open.gold-category-dropdown .gold-category-option__image {
  background: linear-gradient(145deg, #2b2314, #151109);
  border-color: rgba(213, 171, 66, 0.44);
}

body.gold-dark > .select2-container--open.gold-category-dropdown .select2-results__option.active .gold-category-option,
body.gold-dark > .select2-container--open.gold-category-dropdown .select2-results__option[aria-selected="true"] .gold-category-option,
body.gold-dark > .select2-container--open.gold-category-dropdown .select2-results__option--highlighted .gold-category-option,
body.gold-dark > .select2-container--open.gold-category-dropdown .gold-category-option:hover,
body.gold-dark > .select2-container--open.gold-category-dropdown .gold-category-option:focus {
  color: #1b1102 !important;
  background: linear-gradient(135deg, #f4d878, #b97817) !important;
  border-color: #f1cf6c !important;
  box-shadow: inset 3px 0 0 #fff0ac, 0 8px 18px rgba(0, 0, 0, 0.38);
}

@media (max-width: 575px) {
  body > .select2-container--open.gold-category-dropdown .select2-dropdown {
    padding: 5px;
    border-radius: 12px;
  }

  body > .select2-container--open.gold-category-dropdown .gold-category-option {
    min-height: 48px !important;
    padding: 7px 34px 7px 8px !important;
    font-size: 11.5px !important;
  }

  body > .select2-container--open.gold-category-dropdown .gold-category-option__image {
    width: 19px !important;
    height: 19px !important;
    margin-right: 8px !important;
    padding: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body > .select2-container--open.gold-category-dropdown .gold-category-option,
  body > .select2-container--open.gold-category-dropdown .gold-category-option::after {
    transition: none;
  }
}

/* Services page only: responsive premium catalogue. */
body.gold-services-page .gold-main {
  min-height: calc(100vh - 64px);
  background:
    radial-gradient(circle at 92% 4%, rgba(218, 173, 58, 0.17), transparent 24rem),
    radial-gradient(circle at 7% 78%, rgba(184, 128, 30, 0.1), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f8efd9 58%, #fffaf0);
}

body.gold-services-page .gold-main > .container,
body.gold-services-page .gold-main > .container > .row,
body.gold-services-page .gold-main > .container > .row > [class*="col-"] {
  min-width: 0;
  max-width: 100%;
}

body.gold-services-page .gold-services-toolbar {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  padding: 9px;
  background: linear-gradient(145deg, rgba(255, 254, 249, 0.98), rgba(247, 236, 208, 0.96));
  border: 1px solid #cdae62;
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(91, 58, 4, 0.11);
}

body.gold-services-page .gold-services-toolbar > li,
body.gold-services-page .gold-services-toolbar > li.search {
  float: none !important;
  margin: 0;
}

body.gold-services-page .gold-services-toolbar > li.search {
  flex: 1 1 auto;
  min-width: 0;
}

body.gold-services-page .gold-services-toolbar .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  padding: 0;
  color: #211504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #ae7419;
  border-radius: 11px;
  box-shadow: 0 7px 16px rgba(145, 91, 9, 0.2);
}

body.gold-services-page .gold-services-toolbar .dropdown-toggle .caret {
  margin-left: 5px;
}

body.gold-services-page .gold-services-toolbar .input-group {
  width: 100%;
}

body.gold-services-page .gold-services-toolbar .form-control {
  height: 46px;
  min-height: 46px;
  padding: 10px 13px;
  border-radius: 11px 0 0 11px;
}

body.gold-services-page .gold-services-toolbar [data-filter-serch-btn] {
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  color: #6a4708;
  border-left: 0;
  border-radius: 0 11px 11px 0;
}

body.gold-services-page .gold-services-toolbar .dropdown-menu {
  width: min(340px, calc(100vw - 24px));
  max-height: min(62vh, 460px);
  margin-top: 8px;
  padding: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  background: linear-gradient(145deg, #fffefa, #f7ecd2);
  border: 1px solid #c69a3a;
  border-radius: 13px;
  box-shadow: 0 18px 38px rgba(91, 59, 5, 0.2);
}

body.gold-services-page .gold-services-toolbar .dropdown-menu > li > a {
  display: flex;
  align-items: center;
  min-height: 44px;
  margin: 4px 0;
  padding: 8px 10px;
  overflow: hidden;
  color: #3a2c15;
  background: rgba(255, 254, 249, 0.82);
  border: 1px solid rgba(192, 147, 46, 0.38);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
}

body.gold-services-page .gold-services-toolbar .dropdown-menu > li > a:hover,
body.gold-services-page .gold-services-toolbar .dropdown-menu > li > a:focus {
  color: #211504;
  background: linear-gradient(135deg, #f4dc8c, #c58a25);
  border-color: #af751a;
}

body.gold-services-page .gold-services-toolbar .dropdown-menu img {
  flex: 0 0 auto;
  width: 22px !important;
  height: 22px !important;
  margin-right: 9px;
  object-fit: contain;
}

body.gold-services-page .gold-services-shell {
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  background: linear-gradient(145deg, #fffefa, #fbf5e7 72%, #f5e7c7);
  border: 1px solid #c9a54f;
  border-radius: 17px;
  box-shadow: 0 18px 38px rgba(87, 56, 6, 0.12), inset 0 1px rgba(255, 255, 255, 0.78);
}

body.gold-services-page .gold-services-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -2px 0 15px;
  padding: 0 0 15px;
}

body.gold-services-page .gold-services-title .gold-card-title__icon {
  flex: 0 0 auto;
  margin: 0;
}

body.gold-services-page .gold-services-title__copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  color: #5d3e07;
  line-height: 1.15;
}

body.gold-services-page .gold-services-title__copy small {
  margin-top: 4px;
  color: #82745e;
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0;
}

body.gold-services-page .gold-services-title__count {
  flex: 0 0 auto;
  padding: 6px 9px;
  color: #684407;
  background: linear-gradient(145deg, #fff9e8, #f0dfae);
  border: 1px solid #d2b467;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

body.gold-services-page .gold-services-table {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 7px;
  background: transparent;
}

body.gold-services-page .gold-services-table > thead > tr > th {
  padding: 11px 9px;
  color: #684608 !important;
  background: linear-gradient(135deg, #fff8e5, #f0ddaa) !important;
  border-top: 1px solid #d8be79;
  border-bottom: 1px solid #c9a24a;
  font-size: 10.5px;
  letter-spacing: 0.035em;
}

body.gold-services-page .gold-services-table > thead > tr > th:first-child {
  width: 42px !important;
  border-left: 1px solid #d8be79;
  border-radius: 10px 0 0 10px;
}

body.gold-services-page .gold-services-table > thead > tr > th:nth-child(2) {
  width: 62px;
}

body.gold-services-page .gold-services-table > thead > tr > th:nth-child(3) {
  width: auto;
}

body.gold-services-page .gold-services-table > thead > tr > th:nth-child(4) {
  width: 118px;
}

body.gold-services-page .gold-services-table > thead > tr > th:nth-child(5),
body.gold-services-page .gold-services-table > thead > tr > th:nth-child(6) {
  width: 92px;
}

body.gold-services-page .gold-services-table > thead > tr > th:last-child {
  width: 76px;
  border-right: 1px solid #d8be79;
  border-radius: 0 10px 10px 0;
}

body.gold-services-page .gold-services-category-cell {
  padding: 11px 13px !important;
  color: #231705 !important;
  background: linear-gradient(135deg, #f4d97d, #c78b24) !important;
  border: 1px solid #a96e14 !important;
  border-radius: 11px;
  box-shadow: 0 8px 18px rgba(115, 71, 5, 0.17), inset 0 1px rgba(255, 244, 195, 0.68);
  font-size: 12px;
  letter-spacing: 0.01em;
}

body.gold-services-page .gold-services-category-icon {
  width: 23px !important;
  height: 23px !important;
  max-width: none !important;
  max-height: none !important;
  margin-right: 9px;
  padding: 4px;
  object-fit: contain;
  box-sizing: content-box;
  background: rgba(255, 252, 232, 0.82);
  border: 1px solid rgba(91, 54, 3, 0.2);
  border-radius: 9px;
  vertical-align: middle;
}

body.gold-services-page .gold-services-row {
  --services-accent: #d5aa42;
}

body.gold-services-page .gold-services-row--variant-0 {
  --services-accent: #d5aa42;
}

body.gold-services-page .gold-services-row--variant-1 {
  --services-accent: #b87c22;
}

body.gold-services-page .gold-services-row--variant-2 {
  --services-accent: #c79a65;
}

body.gold-services-page .gold-services-row--variant-3 {
  --services-accent: #a9954a;
}

body.gold-services-page .gold-services-row > td {
  padding: 11px 9px;
  color: #403626;
  background: rgba(255, 254, 250, 0.92);
  border-top: 1px solid rgba(192, 151, 61, 0.35);
  border-bottom: 1px solid rgba(192, 151, 61, 0.35);
  overflow-wrap: anywhere;
}

body.gold-services-page .gold-services-row > td:first-child {
  border-left: 3px solid var(--services-accent);
  border-radius: 11px 0 0 11px;
}

body.gold-services-page .gold-services-row > td:last-child {
  border-right: 1px solid rgba(192, 151, 61, 0.35);
  border-radius: 0 11px 11px 0;
}

body.gold-services-page .gold-services-row:hover > td {
  background: #fff7e3;
  border-color: #bd8c2e;
}

body.gold-services-page .gold-services-cell--id {
  color: #734d08;
  font-weight: 850;
}

body.gold-services-page .gold-services-cell--name {
  color: #312717;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.38;
}

body.gold-services-page .gold-services-cell--rate {
  color: #76500a;
  font-weight: 850;
}

body.gold-services-page .gold-services-cell--favorite [data-favorite-service-id] {
  color: #a8781e;
  cursor: pointer;
}

body.gold-services-page .gold-services-cell--action .btn {
  min-height: 34px;
  padding: 7px 11px;
  color: #3a2707;
  background: linear-gradient(145deg, #fff9e8, #eedba8);
  border: 1px solid #c7a34f;
  border-radius: 9px;
  font-size: 10.5px;
  box-shadow: none;
}

body.gold-services-page .gold-services-cell--action .btn:hover,
body.gold-services-page .gold-services-cell--action .btn:focus {
  color: #1d1202;
  background: linear-gradient(135deg, #f2d676, #bd7f1c);
  border-color: #a96e14;
}

body.gold-dark.gold-services-page .gold-main {
  background:
    radial-gradient(circle at 90% 4%, rgba(223, 179, 65, 0.13), transparent 24rem),
    radial-gradient(circle at 8% 78%, rgba(133, 87, 18, 0.11), transparent 28rem),
    linear-gradient(145deg, #100c07, #050403 58%, #0e0a05);
}

body.gold-dark.gold-services-page .gold-services-toolbar,
body.gold-dark.gold-services-page .gold-services-shell {
  background: linear-gradient(145deg, #1d170f, #0b0906 72%, #151008);
  border-color: #76591e;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-dark.gold-services-page .gold-services-title__copy {
  color: #f0d279;
}

body.gold-dark.gold-services-page .gold-services-title__copy small {
  color: #ae9e82;
}

body.gold-dark.gold-services-page .gold-services-title__count {
  color: #edce78;
  background: linear-gradient(145deg, #2a2113, #151009);
  border-color: #6f551e;
}

body.gold-dark.gold-services-page .gold-services-toolbar .dropdown-menu {
  background: linear-gradient(145deg, #080704, #171109 62%, #0c0905);
  border-color: #8f6b20;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.58);
}

body.gold-dark.gold-services-page .gold-services-toolbar .dropdown-menu > li > a {
  color: #eee3cb;
  background: linear-gradient(135deg, #1e190f, #0e0c08);
  border-color: rgba(183, 135, 38, 0.48);
}

body.gold-dark.gold-services-page .gold-services-toolbar .dropdown-menu > li > a:hover,
body.gold-dark.gold-services-page .gold-services-toolbar .dropdown-menu > li > a:focus {
  color: #1d1202;
  background: linear-gradient(135deg, #f2d676, #b97917);
  border-color: #efcb66;
}

body.gold-dark.gold-services-page .gold-services-row > td {
  color: #dfd3bc;
  background: linear-gradient(135deg, #1c170f, #0e0c08);
  border-color: rgba(159, 118, 34, 0.4);
}

body.gold-dark.gold-services-page .gold-services-row:hover > td {
  background: linear-gradient(135deg, #282014, #151009);
  border-color: #9e7626;
}

body.gold-dark.gold-services-page .gold-services-cell--id,
body.gold-dark.gold-services-page .gold-services-cell--rate {
  color: #e8c968;
}

body.gold-dark.gold-services-page .gold-services-cell--name {
  color: #f1e7d3;
}

body.gold-dark.gold-services-page .gold-services-cell--favorite [data-favorite-service-id] {
  color: #d5a93f;
}

body.gold-dark.gold-services-page .gold-services-cell--action .btn {
  color: #e6d7b4;
  background: linear-gradient(145deg, #282014, #151009);
  border-color: #74571f;
}

@media (max-width: 767px) {
  body.gold-services-page .gold-main > .container {
    width: 100%;
    padding: 12px 10px 28px;
  }

  body.gold-services-page .gold-main > .container > .row {
    width: 100%;
    margin: 0;
  }

  body.gold-services-page .gold-main > .container > .row > [class*="col-"] {
    width: 100%;
    padding: 0;
  }

  body.gold-services-page .gold-services-toolbar {
    gap: 7px;
    margin-bottom: 10px;
    padding: 7px;
    border-radius: 12px;
  }

  body.gold-services-page .gold-services-toolbar .dropdown-toggle,
  body.gold-services-page .gold-services-toolbar .form-control,
  body.gold-services-page .gold-services-toolbar [data-filter-serch-btn] {
    height: 43px;
    min-height: 43px;
  }

  body.gold-services-page .gold-services-toolbar .dropdown-toggle,
  body.gold-services-page .gold-services-toolbar [data-filter-serch-btn] {
    width: 43px;
    min-width: 43px;
  }

  body.gold-services-page .gold-services-shell {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 0 16px;
    padding: 13px 10px 12px;
    overflow: hidden;
    border-radius: 15px;
  }

  body.gold-services-page .gold-services-title {
    margin: 0 2px 11px;
    padding: 0 0 12px;
  }

  body.gold-services-page .gold-services-title .gold-card-title__icon {
    width: 34px;
    height: 34px;
  }

  body.gold-services-page .gold-services-title__copy {
    font-size: 16px;
  }

  body.gold-services-page .gold-services-title__count {
    padding: 5px 8px;
    font-size: 9px;
  }

  body.gold-services-page .gold-services-table,
  body.gold-services-page .gold-services-table > tbody {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.gold-services-page .gold-services-table {
    table-layout: auto;
    border-spacing: 0;
  }

  body.gold-services-page .gold-services-table > thead {
    display: none;
  }

  body.gold-services-page .gold-services-category-row {
    display: block;
    width: 100%;
    margin: 10px 0 7px;
  }

  body.gold-services-page .gold-services-category-row:first-child {
    margin-top: 0;
  }

  body.gold-services-page .gold-services-category-cell {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 9px !important;
    border-radius: 10px;
    font-size: 11.5px;
    line-height: 1.25;
  }

  body.gold-services-page .gold-services-category-icon {
    width: 20px !important;
    height: 20px !important;
    margin-right: 8px;
    padding: 3px;
    border-radius: 8px;
  }

  body.gold-services-page .gold-services-row {
    position: relative;
    display: grid;
    grid-template-columns: 34px repeat(3, minmax(0, 1fr)) 32px;
    grid-template-areas:
      "id name name name favorite"
      "rate rate min max action";
    gap: 8px 7px;
    width: 100%;
    margin: 0 0 8px;
    padding: 9px;
    overflow: hidden;
    background: linear-gradient(145deg, #fffefa, #faf1dc);
    border: 1px solid rgba(190, 145, 47, 0.58);
    border-left: 3px solid var(--services-accent);
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(88, 56, 5, 0.08);
  }

  body.gold-services-page .gold-services-row > td {
    display: block;
    min-width: 0;
    padding: 0;
    color: #423728;
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
  }

  body.gold-services-page .gold-services-row:hover > td {
    background: transparent;
  }

  body.gold-services-page .gold-services-cell--favorite {
    grid-area: favorite;
    align-self: start;
    text-align: center;
  }

  body.gold-services-page .gold-services-cell--favorite [data-favorite-service-id] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: rgba(207, 166, 65, 0.12);
    border: 1px solid rgba(190, 144, 42, 0.35);
    border-radius: 9px;
  }

  body.gold-services-page .gold-services-cell--id {
    grid-area: id;
    align-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    min-height: 30px;
    color: #241704;
    background: linear-gradient(135deg, #f1d475, #b87b19);
    border: 1px solid #a86e13 !important;
    border-radius: 9px !important;
    box-shadow: 0 4px 10px rgba(125, 75, 5, 0.17);
    font-size: 10.5px;
    line-height: 1;
  }

  body.gold-services-page .gold-services-cell--name {
    grid-area: name;
    align-self: center;
    color: #2e2415;
    font-size: 11.25px;
    font-weight: 750;
    line-height: 1.35;
  }

  body.gold-services-page .gold-services-cell--rate {
    grid-area: rate;
  }

  body.gold-services-page .gold-services-cell--min {
    grid-area: min;
  }

  body.gold-services-page .gold-services-cell--max {
    grid-area: max;
  }

  body.gold-services-page .gold-services-cell--action {
    grid-area: action;
  }

  body.gold-services-page .gold-services-cell--rate,
  body.gold-services-page .gold-services-cell--min,
  body.gold-services-page .gold-services-cell--max {
    min-height: 43px;
    padding: 6px 5px !important;
    overflow: hidden;
    color: #49391d;
    background: rgba(241, 221, 172, 0.42) !important;
    border: 1px solid rgba(190, 145, 47, 0.28) !important;
    border-radius: 8px !important;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
  }

  body.gold-services-page .gold-services-cell--rate::before,
  body.gold-services-page .gold-services-cell--min::before,
  body.gold-services-page .gold-services-cell--max::before {
    display: block;
    margin-bottom: 4px;
    color: #8b744c;
    content: attr(data-gold-label);
    font-size: 7.5px;
    font-weight: 800;
    letter-spacing: 0.045em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.gold-services-page .gold-services-cell--action.is-empty {
    display: none;
  }

  body.gold-services-page .gold-services-cell--action .btn {
    width: 32px;
    min-width: 32px;
    min-height: 43px;
    padding: 0;
    overflow: hidden;
    color: transparent !important;
    border-radius: 8px;
    font-size: 0;
  }

  body.gold-services-page .gold-services-cell--action .btn::before {
    color: #4d3306;
    content: '\f06e';
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free', FontAwesome;
    font-size: 12px;
    font-weight: 900;
  }

  body.gold-dark.gold-services-page .gold-services-row {
    background: linear-gradient(145deg, #1d170f, #0b0906);
    border-color: rgba(165, 123, 34, 0.55);
    border-left-color: var(--services-accent);
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.3);
  }

  body.gold-dark.gold-services-page .gold-services-row > td,
  body.gold-dark.gold-services-page .gold-services-cell--name {
    color: #efe4ce;
  }

  body.gold-dark.gold-services-page .gold-services-cell--rate,
  body.gold-dark.gold-services-page .gold-services-cell--min,
  body.gold-dark.gold-services-page .gold-services-cell--max {
    color: #e6cd88;
    background: rgba(129, 94, 28, 0.16) !important;
    border-color: rgba(174, 130, 36, 0.32) !important;
  }

  body.gold-dark.gold-services-page .gold-services-cell--rate::before,
  body.gold-dark.gold-services-page .gold-services-cell--min::before,
  body.gold-dark.gold-services-page .gold-services-cell--max::before {
    color: #9e8c6b;
  }

  body.gold-dark.gold-services-page .gold-services-cell--favorite [data-favorite-service-id] {
    background: rgba(190, 143, 40, 0.12);
    border-color: rgba(190, 143, 40, 0.35);
  }

  body.gold-dark.gold-services-page .gold-services-cell--action .btn::before {
    color: #e5c86f;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-services-page .gold-services-row,
  body.gold-services-page .gold-services-cell--action .btn {
    transition: none;
  }
}

/* Service ID only: premium gold number badge. */
@media (max-width: 767px) {
  body.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--id {
    position: relative;
    z-index: 1;
    align-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 31px;
    min-height: 31px;
    padding: 0 !important;
    overflow: hidden;
    color: #251704 !important;
    background: linear-gradient(145deg, #ffeaa5 0%, #e1b94f 43%, #b57616 100%) !important;
    border: 1px solid #9f6511 !important;
    border-radius: 9px !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 249, 213, 0.88),
      inset 0 -1px 0 rgba(102, 58, 4, 0.22),
      0 5px 12px rgba(126, 77, 5, 0.22);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: center;
    text-shadow: 0 1px rgba(255, 240, 176, 0.45);
    transition: transform 0.16s ease, box-shadow 0.16s ease;
  }

  body.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--id::after {
    position: absolute;
    top: -18px;
    left: -16px;
    width: 20px;
    height: 68px;
    background: linear-gradient(90deg, transparent, rgba(255, 252, 223, 0.5), transparent);
    content: '';
    pointer-events: none;
    transform: rotate(28deg);
  }

  body.gold-services-page .gold-services-row:hover > .gold-services-cell--id {
    transform: translateY(-1px);
    box-shadow:
      inset 0 1px 0 rgba(255, 249, 213, 0.9),
      inset 0 -1px 0 rgba(102, 58, 4, 0.24),
      0 7px 15px rgba(126, 77, 5, 0.27);
  }

  body.gold-dark.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--id {
    color: #171004 !important;
    background: linear-gradient(145deg, #f7dc7d 0%, #cf9c2d 48%, #8e580d 100%) !important;
    border-color: #d4a33a !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 239, 170, 0.7),
      inset 0 -1px 0 rgba(53, 31, 2, 0.35),
      0 5px 14px rgba(0, 0, 0, 0.42),
      0 0 0 1px rgba(224, 177, 65, 0.1);
  }
}

/* Orders page only: premium responsive history. */
body.gold-orders-page .gold-main {
  min-height: calc(100vh - 64px);
  background:
    radial-gradient(circle at 90% 4%, rgba(218, 173, 58, 0.17), transparent 24rem),
    radial-gradient(circle at 6% 82%, rgba(178, 122, 28, 0.09), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f7eed8 58%, #fffbf2);
}

body.gold-orders-page .gold-main > .container-fluid,
body.gold-orders-page .gold-main > .container-fluid > .row,
body.gold-orders-page .gold-main > .container-fluid > .row > [class*="col-"] {
  min-width: 0;
  max-width: 100%;
}

body.gold-orders-page .gold-orders-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 310px);
  gap: 10px;
  margin: 0 0 14px;
  padding: 9px;
  background: linear-gradient(145deg, rgba(255, 254, 249, 0.98), rgba(247, 236, 208, 0.96));
  border: 1px solid #cdae62;
  border-radius: 14px;
  box-shadow: 0 12px 27px rgba(91, 58, 4, 0.11);
}

body.gold-orders-page .gold-orders-toolbar {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  margin: 0;
}

body.gold-orders-page .gold-orders-toolbar > li {
  float: none !important;
  flex: 0 0 auto;
  margin: 0;
}

body.gold-orders-page .gold-orders-toolbar > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 12px;
  color: #6f604a;
  background: rgba(255, 254, 249, 0.72);
  border: 1px solid rgba(195, 158, 73, 0.32);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

body.gold-orders-page .gold-orders-tab__icon {
  margin-right: 6px;
  color: #ad7c21;
  font-size: 10px;
}

body.gold-orders-page .gold-orders-toolbar > li > a:hover,
body.gold-orders-page .gold-orders-toolbar > li > a:focus {
  color: #3b2808;
  background: #fff8e7;
  border-color: #c18e2d;
}

body.gold-orders-page .gold-orders-toolbar > li.active > a,
body.gold-orders-page .gold-orders-toolbar > li.active > a:hover,
body.gold-orders-page .gold-orders-toolbar > li.active > a:focus {
  color: #211504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border-color: #a96f15;
  box-shadow: 0 7px 16px rgba(143, 88, 7, 0.2), inset 0 1px rgba(255, 242, 184, 0.72);
}

body.gold-orders-page .gold-orders-toolbar > li.active .gold-orders-tab__icon {
  color: #2d1c03;
}

body.gold-orders-page .gold-orders-search {
  align-self: center;
  width: 100%;
  margin: 0;
}

body.gold-orders-page .gold-orders-search .input-group {
  width: 100%;
}

body.gold-orders-page .gold-orders-search .form-control {
  height: 42px;
  min-height: 42px;
  padding: 9px 13px;
  border-radius: 10px 0 0 10px;
}

body.gold-orders-page .gold-orders-search .btn {
  width: 44px;
  min-width: 44px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  color: #684608;
  border-left: 0;
  border-radius: 0 10px 10px 0;
}

body.gold-orders-page .gold-orders-shell {
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  background: linear-gradient(145deg, #fffefa, #fbf5e7 72%, #f5e7c7);
  border: 1px solid #c9a54f;
  border-radius: 17px;
  box-shadow: 0 18px 38px rgba(87, 56, 6, 0.12), inset 0 1px rgba(255, 255, 255, 0.78);
}

body.gold-orders-page .gold-orders-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -2px 0 15px;
  padding: 0 0 15px;
}

body.gold-orders-page .gold-orders-title .gold-card-title__icon {
  flex: 0 0 auto;
  margin: 0;
}

body.gold-orders-page .gold-orders-title__copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  color: #5d3e07;
  line-height: 1.15;
}

body.gold-orders-page .gold-orders-title__copy small {
  margin-top: 4px;
  color: #82745e;
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0;
}

body.gold-orders-page .gold-orders-title__count {
  flex: 0 0 auto;
  padding: 6px 9px;
  color: #684407;
  background: linear-gradient(145deg, #fff9e8, #f0dfae);
  border: 1px solid #d2b467;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

body.gold-orders-page .gold-orders-table {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 7px;
  background: transparent;
}

body.gold-orders-page .gold-orders-table.is-empty {
  display: none;
}

body.gold-orders-page .gold-orders-table > thead > tr > th {
  padding: 11px 8px;
  overflow: hidden;
  color: #684608 !important;
  background: linear-gradient(135deg, #fff8e5, #f0ddaa) !important;
  border-top: 1px solid #d8be79;
  border-bottom: 1px solid #c9a24a;
  font-size: 9.5px;
  letter-spacing: 0.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-orders-page .gold-orders-table > thead > tr > th:first-child {
  width: 60px;
  border-left: 1px solid #d8be79;
  border-radius: 10px 0 0 10px;
}

body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(2) {
  width: 112px;
}

body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(3),
body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(7) {
  width: 19%;
}

body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(4),
body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(5),
body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(6),
body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(8),
body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(9) {
  width: 84px;
}

body.gold-orders-page .gold-orders-table > thead > tr > th:last-child {
  border-right: 1px solid #d8be79;
  border-radius: 0 10px 10px 0;
}

body.gold-orders-page .gold-orders-row {
  --orders-accent: #d5aa42;
}

body.gold-orders-page .gold-orders-row--variant-0 {
  --orders-accent: #d5aa42;
}

body.gold-orders-page .gold-orders-row--variant-1 {
  --orders-accent: #b87c22;
}

body.gold-orders-page .gold-orders-row--variant-2 {
  --orders-accent: #c79a65;
}

body.gold-orders-page .gold-orders-row--variant-3 {
  --orders-accent: #a9954a;
}

body.gold-orders-page .gold-orders-row > td {
  padding: 11px 8px;
  overflow-wrap: anywhere;
  color: #403626;
  background: rgba(255, 254, 250, 0.92);
  border-top: 1px solid rgba(192, 151, 61, 0.35);
  border-bottom: 1px solid rgba(192, 151, 61, 0.35);
  font-size: 10.5px;
}

body.gold-orders-page .gold-orders-row > td:first-child {
  border-left: 3px solid var(--orders-accent);
  border-radius: 11px 0 0 11px;
}

body.gold-orders-page .gold-orders-row > td:last-child {
  border-right: 1px solid rgba(192, 151, 61, 0.35);
  border-radius: 0 11px 11px 0;
}

body.gold-orders-page .gold-orders-cell--id,
body.gold-orders-page .gold-orders-cell--charge {
  color: #76500a;
  font-weight: 850;
}

body.gold-orders-page .gold-orders-cell--service {
  color: #312717;
  font-weight: 750;
  line-height: 1.35;
}

body.gold-orders-page .gold-orders-cell--link a {
  color: #916316;
  text-decoration: none;
}

body.gold-orders-page .gold-orders-cell--status {
  font-weight: 800;
}

body.gold-orders-page .gold-orders-empty {
  display: flex;
  align-items: center;
  min-height: 230px;
  padding: 30px 20px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 15%, rgba(226, 182, 68, 0.18), transparent 9rem),
    linear-gradient(145deg, #fffefa, #f9efd7);
  border: 1px dashed #c9a85a;
  border-radius: 14px;
}

body.gold-orders-page .gold-orders-empty__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 15px;
  color: #251704;
  background: linear-gradient(145deg, #f6dc83, #b97917);
  border: 1px solid #a96d12;
  border-radius: 18px;
  box-shadow: 0 11px 23px rgba(131, 79, 5, 0.22), inset 0 1px rgba(255, 242, 183, 0.75);
  font-size: 22px;
}

body.gold-orders-page .gold-orders-empty__title {
  color: #493006;
  font-size: 17px;
  font-weight: 850;
}

body.gold-orders-page .gold-orders-empty__copy {
  max-width: 390px;
  margin: 7px 0 17px;
  color: #7e725f;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.55;
}

body.gold-orders-page .gold-orders-empty__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 15px;
  color: #211504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #a96f15;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(135, 82, 5, 0.2);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

body.gold-orders-page .gold-orders-empty__action i {
  margin-right: 7px;
}

body.gold-orders-page .gold-orders-empty__action:hover,
body.gold-orders-page .gold-orders-empty__action:focus {
  color: #160d01;
  background: linear-gradient(135deg, #f8df8d, #c98b21);
  text-decoration: none;
  transform: translateY(-1px);
}

body.gold-dark.gold-orders-page .gold-main {
  background:
    radial-gradient(circle at 90% 4%, rgba(223, 179, 65, 0.13), transparent 24rem),
    radial-gradient(circle at 7% 80%, rgba(133, 87, 18, 0.11), transparent 28rem),
    linear-gradient(145deg, #100c07, #050403 58%, #0e0a05);
}

body.gold-dark.gold-orders-page .gold-orders-controls,
body.gold-dark.gold-orders-page .gold-orders-shell {
  background: linear-gradient(145deg, #1d170f, #0b0906 72%, #151008);
  border-color: #76591e;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-dark.gold-orders-page .gold-orders-toolbar > li > a {
  color: #b9ad97;
  background: linear-gradient(145deg, #211a10, #100d08);
  border-color: rgba(152, 111, 31, 0.42);
}

body.gold-dark.gold-orders-page .gold-orders-toolbar > li > a:hover,
body.gold-dark.gold-orders-page .gold-orders-toolbar > li > a:focus {
  color: #efd681;
  background: #2a2113;
  border-color: #8c6923;
}

body.gold-dark.gold-orders-page .gold-orders-toolbar > li.active > a,
body.gold-dark.gold-orders-page .gold-orders-toolbar > li.active > a:hover,
body.gold-dark.gold-orders-page .gold-orders-toolbar > li.active > a:focus {
  color: #1a1002;
  background: linear-gradient(135deg, #f4d878, #b97817);
  border-color: #f0cb64;
}

body.gold-dark.gold-orders-page .gold-orders-title__copy {
  color: #f0d279;
}

body.gold-dark.gold-orders-page .gold-orders-title__copy small {
  color: #ae9e82;
}

body.gold-dark.gold-orders-page .gold-orders-title__count {
  color: #edce78;
  background: linear-gradient(145deg, #2a2113, #151009);
  border-color: #6f551e;
}

body.gold-dark.gold-orders-page .gold-orders-row > td {
  color: #dfd3bc;
  background: linear-gradient(135deg, #1c170f, #0e0c08);
  border-color: rgba(159, 118, 34, 0.4);
}

body.gold-dark.gold-orders-page .gold-orders-cell--id,
body.gold-dark.gold-orders-page .gold-orders-cell--charge,
body.gold-dark.gold-orders-page .gold-orders-cell--link a {
  color: #e5c668;
}

body.gold-dark.gold-orders-page .gold-orders-cell--service {
  color: #f0e5cf;
}

body.gold-dark.gold-orders-page .gold-orders-empty {
  background:
    radial-gradient(circle at 50% 15%, rgba(219, 171, 52, 0.13), transparent 9rem),
    linear-gradient(145deg, #1a150d, #090806);
  border-color: #71551f;
}

body.gold-dark.gold-orders-page .gold-orders-empty__title {
  color: #edcf79;
}

body.gold-dark.gold-orders-page .gold-orders-empty__copy {
  color: #ad9f86;
}

@media (max-width: 1100px) {
  body.gold-orders-page .gold-orders-controls {
    grid-template-columns: 1fr;
  }

  body.gold-orders-page .gold-orders-toolbar {
    padding-bottom: 2px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

  body.gold-orders-page .gold-orders-toolbar::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767px) {
  body.gold-orders-page .gold-main > .container-fluid {
    width: 100%;
    padding: 12px 10px 28px;
  }

  body.gold-orders-page .gold-main > .container-fluid > .row {
    width: 100%;
    margin: 0;
  }

  body.gold-orders-page .gold-main > .container-fluid > .row > [class*="col-"] {
    width: 100%;
    padding: 0;
  }

  body.gold-orders-page .gold-orders-controls {
    gap: 8px;
    margin-bottom: 10px;
    padding: 7px;
    border-radius: 12px;
  }

  body.gold-orders-page .gold-orders-toolbar {
    gap: 5px;
  }

  body.gold-orders-page .gold-orders-toolbar > li > a {
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 9px;
    font-size: 10.5px;
  }

  body.gold-orders-page .gold-orders-tab__icon {
    margin-right: 5px;
    font-size: 9px;
  }

  body.gold-orders-page .gold-orders-search .form-control,
  body.gold-orders-page .gold-orders-search .btn {
    height: 43px;
    min-height: 43px;
  }

  body.gold-orders-page .gold-orders-search .btn {
    width: 43px;
    min-width: 43px;
  }

  body.gold-orders-page .gold-orders-shell {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 0 16px;
    padding: 13px 10px 12px;
    border-radius: 15px;
  }

  body.gold-orders-page .gold-orders-title {
    margin: 0 2px 11px;
    padding: 0 0 12px;
  }

  body.gold-orders-page .gold-orders-title .gold-card-title__icon {
    width: 34px;
    height: 34px;
  }

  body.gold-orders-page .gold-orders-title__copy {
    font-size: 16px;
  }

  body.gold-orders-page .gold-orders-title__count {
    padding: 5px 8px;
    font-size: 9px;
  }

  body.gold-orders-page .gold-orders-table,
  body.gold-orders-page .gold-orders-table > tbody {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.gold-orders-page .gold-orders-table.is-empty {
    display: none;
  }

  body.gold-orders-page .gold-orders-table > thead {
    display: none;
  }

  body.gold-orders-page .gold-orders-row {
    position: relative;
    display: grid;
    grid-template-columns: 40px repeat(4, minmax(0, 1fr));
    grid-template-areas:
      "id service service service status"
      "date date link link link"
      "charge charge start quantity remains";
    gap: 8px 7px;
    width: 100%;
    margin: 0 0 9px;
    padding: 9px;
    overflow: hidden;
    background: linear-gradient(145deg, #fffefa, #faf1dc);
    border: 1px solid rgba(190, 145, 47, 0.58);
    border-left: 3px solid var(--orders-accent);
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(88, 56, 5, 0.08);
  }

  body.gold-orders-page .gold-orders-row > td {
    display: block;
    min-width: 0;
    padding: 0;
    color: #423728;
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
  }

  body.gold-orders-page .gold-orders-cell--id {
    grid-area: id;
    align-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-height: 32px;
    padding: 0 !important;
    color: #251704 !important;
    background: linear-gradient(145deg, #ffeaa5, #d9a83d 50%, #a96c13) !important;
    border: 1px solid #9f6511 !important;
    border-radius: 9px !important;
    box-shadow: inset 0 1px rgba(255, 247, 204, 0.78), 0 5px 12px rgba(126, 77, 5, 0.2);
    font-size: 10.5px;
    font-weight: 900;
    line-height: 1;
  }

  body.gold-orders-page .gold-orders-cell--service {
    grid-area: service;
    align-self: center;
    color: #2f2516;
    font-size: 11.25px;
    font-weight: 750;
    line-height: 1.35;
  }

  body.gold-orders-page .gold-orders-cell--status {
    grid-area: status;
    align-self: start;
    justify-self: end;
    padding: 6px 7px !important;
    color: #604106;
    background: #f3e2b5 !important;
    border: 1px solid #d1af58 !important;
    border-radius: 999px !important;
    font-size: 8px;
    font-weight: 850;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }

  body.gold-orders-page .gold-orders-cell--date {
    grid-area: date;
  }

  body.gold-orders-page .gold-orders-cell--link {
    grid-area: link;
  }

  body.gold-orders-page .gold-orders-cell--charge {
    grid-area: charge;
  }

  body.gold-orders-page .gold-orders-cell--start {
    grid-area: start;
  }

  body.gold-orders-page .gold-orders-cell--quantity {
    grid-area: quantity;
  }

  body.gold-orders-page .gold-orders-cell--remains {
    grid-area: remains;
  }

  body.gold-orders-page .gold-orders-cell--date,
  body.gold-orders-page .gold-orders-cell--link,
  body.gold-orders-page .gold-orders-cell--charge,
  body.gold-orders-page .gold-orders-cell--start,
  body.gold-orders-page .gold-orders-cell--quantity,
  body.gold-orders-page .gold-orders-cell--remains {
    min-height: 42px;
    padding: 6px !important;
    overflow: hidden;
    color: #49391d;
    background: rgba(241, 221, 172, 0.42) !important;
    border: 1px solid rgba(190, 145, 47, 0.28) !important;
    border-radius: 8px !important;
    font-size: 9px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
  }

  body.gold-orders-page .gold-orders-cell--date::before,
  body.gold-orders-page .gold-orders-cell--link::before,
  body.gold-orders-page .gold-orders-cell--charge::before,
  body.gold-orders-page .gold-orders-cell--start::before,
  body.gold-orders-page .gold-orders-cell--quantity::before,
  body.gold-orders-page .gold-orders-cell--remains::before {
    display: block;
    margin-bottom: 4px;
    color: #8b744c;
    content: attr(data-gold-label);
    font-size: 7.2px;
    font-weight: 850;
    letter-spacing: 0.045em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.gold-orders-page .gold-orders-cell--link,
  body.gold-orders-page .gold-orders-cell--link a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body.gold-orders-page .gold-orders-status--completed {
    color: #17633d !important;
    background: #dff4e8 !important;
    border-color: #8bc8a6 !important;
  }

  body.gold-orders-page .gold-orders-status--inprogress,
  body.gold-orders-page .gold-orders-status--processing {
    color: #255479 !important;
    background: #e0eef7 !important;
    border-color: #96bad3 !important;
  }

  body.gold-orders-page .gold-orders-status--partial {
    color: #6a417f !important;
    background: #f0e6f5 !important;
    border-color: #c5a3d5 !important;
  }

  body.gold-orders-page .gold-orders-status--canceled {
    color: #873c35 !important;
    background: #f8e4df !important;
    border-color: #d9a39a !important;
  }

  body.gold-orders-page .gold-orders-empty {
    min-height: 255px;
    padding: 28px 17px;
    border-radius: 12px;
  }

  body.gold-orders-page .gold-orders-empty__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
    border-radius: 16px;
    font-size: 20px;
  }

  body.gold-dark.gold-orders-page .gold-orders-row {
    background: linear-gradient(145deg, #1d170f, #0b0906);
    border-color: rgba(165, 123, 34, 0.55);
    border-left-color: var(--orders-accent);
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.3);
  }

  body.gold-dark.gold-orders-page .gold-orders-row > td,
  body.gold-dark.gold-orders-page .gold-orders-cell--service {
    color: #efe4ce;
  }

  body.gold-dark.gold-orders-page .gold-orders-cell--date,
  body.gold-dark.gold-orders-page .gold-orders-cell--link,
  body.gold-dark.gold-orders-page .gold-orders-cell--charge,
  body.gold-dark.gold-orders-page .gold-orders-cell--start,
  body.gold-dark.gold-orders-page .gold-orders-cell--quantity,
  body.gold-dark.gold-orders-page .gold-orders-cell--remains {
    color: #e6cd88;
    background: rgba(129, 94, 28, 0.16) !important;
    border-color: rgba(174, 130, 36, 0.32) !important;
  }

  body.gold-dark.gold-orders-page .gold-orders-cell--date::before,
  body.gold-dark.gold-orders-page .gold-orders-cell--link::before,
  body.gold-dark.gold-orders-page .gold-orders-cell--charge::before,
  body.gold-dark.gold-orders-page .gold-orders-cell--start::before,
  body.gold-dark.gold-orders-page .gold-orders-cell--quantity::before,
  body.gold-dark.gold-orders-page .gold-orders-cell--remains::before {
    color: #9e8c6b;
  }

  body.gold-dark.gold-orders-page .gold-orders-cell--status {
    color: #edcd73 !important;
    background: #2a2113 !important;
    border-color: #71551f !important;
  }
}

/* Add funds method only: premium custom payment picker. */
body.gold-addfunds-page .gold-method-select {
  position: relative;
  z-index: 35;
  width: 100%;
}

body.gold-addfunds-page .gold-method-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.gold-addfunds-page .gold-method-trigger {
  display: grid;
  width: 100%;
  min-height: 58px;
  padding: 8px 13px 8px 9px;
  grid-template-columns: 40px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 10px;
  color: #39290e;
  text-align: left;
  background: linear-gradient(145deg, #fffefa, #f8eed7);
  border: 1px solid #bd8a29;
  border-radius: 13px;
  box-shadow: 0 7px 16px rgba(92, 58, 4, 0.08), inset 0 1px rgba(255, 255, 255, 0.82);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.gold-addfunds-page .gold-method-trigger:hover,
body.gold-addfunds-page .gold-method-trigger:focus,
body.gold-addfunds-page .gold-method-select.is-open .gold-method-trigger {
  border-color: #a86a10;
  box-shadow: 0 0 0 3px rgba(197, 144, 35, 0.13), 0 10px 22px rgba(91, 56, 4, 0.12);
  outline: none;
}

body.gold-addfunds-page .gold-method-trigger__icon,
body.gold-addfunds-page .gold-method-option__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #251703;
  background: linear-gradient(145deg, #f4d879, #b87817);
  border: 1px solid #ab7014;
  border-radius: 11px;
  box-shadow: 0 6px 14px rgba(120, 72, 5, 0.18), inset 0 1px rgba(255, 244, 193, 0.72);
}

/* Payment method brand artwork v1 */
body.gold-addfunds-page .gold-method-brand-icon {
  display: block;
  width: 30px;
  height: 30px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 2px 3px rgba(82, 50, 0, 0.13));
}

body.gold-addfunds-page .gold-method-brand-icon--fpx {
  width: 31px;
  height: 31px;
}

body.gold-addfunds-page .gold-method-brand-icon--binance {
  width: 29px;
  height: 29px;
}

body.gold-addfunds-page .gold-method-brand-icon--whatsapp {
  width: 30px;
  height: 30px;
}

body.gold-addfunds-page .gold-method-trigger__icon {
  width: 40px;
  height: 40px;
  font-size: 14px;
}

body.gold-addfunds-page .gold-method-trigger__copy,
body.gold-addfunds-page .gold-method-option__copy,
body.gold-addfunds-page .gold-method-menu__head-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-addfunds-page .gold-method-trigger__copy strong {
  overflow: hidden;
  color: #3b290a;
  font-size: 12.5px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-addfunds-page .gold-method-trigger__copy small {
  margin-top: 3px;
  overflow: hidden;
  color: #8a795d;
  font-size: 9.5px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-addfunds-page .gold-method-trigger__arrow {
  justify-self: center;
  color: #9f6c15;
  font-size: 10px;
  transition: transform 0.2s ease;
}

body.gold-addfunds-page .gold-method-select.is-open .gold-method-trigger__arrow {
  transform: rotate(180deg);
}

body.gold-addfunds-page .gold-method-menu {
  position: absolute;
  z-index: 90;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  padding: 8px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #f5e7c7);
  border: 1px solid #b98628;
  border-radius: 15px;
  box-shadow: 0 22px 48px rgba(58, 37, 3, 0.25), inset 0 1px rgba(255, 255, 255, 0.78);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.985);
  transform-origin: top center;
  visibility: hidden;
  transition: opacity 0.18s ease, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.18s ease;
}

body.gold-addfunds-page .gold-method-select.is-open .gold-method-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
}

body.gold-addfunds-page .gold-method-menu__head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 2px 7px;
  padding: 5px 5px 10px;
  border-bottom: 1px solid rgba(189, 143, 42, 0.35);
}

body.gold-addfunds-page .gold-method-menu__head-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  color: #8d5e10;
  background: rgba(238, 205, 113, 0.33);
  border: 1px solid rgba(187, 132, 34, 0.38);
  border-radius: 9px;
  font-size: 10px;
}

body.gold-addfunds-page .gold-method-menu__head-copy strong {
  color: #563806;
  font-size: 11px;
  font-weight: 850;
}

body.gold-addfunds-page .gold-method-menu__head-copy small {
  margin-top: 2px;
  color: #8e7b5c;
  font-size: 8.5px;
  font-weight: 650;
}

body.gold-addfunds-page .gold-method-menu__options {
  display: flex;
  max-height: 290px;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: column;
  gap: 6px;
  overscroll-behavior: contain;
}

body.gold-addfunds-page .gold-method-option {
  --method-accent: #c59028;
  display: grid;
  width: 100%;
  min-height: 55px;
  padding: 7px 9px;
  grid-template-columns: 38px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 9px;
  color: #3e301b;
  text-align: left;
  background: rgba(255, 254, 250, 0.78);
  border: 1px solid rgba(190, 147, 48, 0.34);
  border-left: 3px solid var(--method-accent);
  border-radius: 11px;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

body.gold-addfunds-page .gold-method-option--variant-1 {
  --method-accent: #aa6d19;
}

body.gold-addfunds-page .gold-method-option--variant-2 {
  --method-accent: #d0ae57;
}

body.gold-addfunds-page .gold-method-option--variant-3 {
  --method-accent: #8d6d31;
}

body.gold-addfunds-page .gold-method-option:hover,
body.gold-addfunds-page .gold-method-option:focus,
body.gold-addfunds-page .gold-method-option.is-selected {
  background: linear-gradient(135deg, #fff9e8, #f3dfaa);
  border-color: #c3932d;
  box-shadow: 0 7px 16px rgba(100, 62, 4, 0.1);
  outline: none;
  transform: translateY(-1px);
}

body.gold-addfunds-page .gold-method-option__icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  font-size: 12px;
}

body.gold-addfunds-page .gold-method-option__copy strong {
  overflow: hidden;
  color: #39280c;
  font-size: 11.5px;
  font-weight: 820;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-addfunds-page .gold-method-option__copy small {
  margin-top: 3px;
  color: #867458;
  font-size: 8.5px;
  font-weight: 650;
}

body.gold-addfunds-page .gold-method-option__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 25px;
  height: 25px;
  color: transparent;
  background: rgba(218, 195, 144, 0.2);
  border: 1px solid rgba(177, 132, 38, 0.28);
  border-radius: 50%;
  font-size: 8px;
}

body.gold-addfunds-page .gold-method-option.is-selected .gold-method-option__check {
  color: #211503;
  background: linear-gradient(145deg, #efd36f, #b87716);
  border-color: #a86910;
  box-shadow: 0 4px 9px rgba(105, 61, 3, 0.18);
}

body.gold-dark.gold-addfunds-page .gold-method-trigger {
  color: #eee2cb;
  background: linear-gradient(145deg, #1d170f, #0a0805);
  border-color: #72551d;
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.32), inset 0 1px rgba(255, 226, 139, 0.035);
}

body.gold-dark.gold-addfunds-page .gold-method-trigger:hover,
body.gold-dark.gold-addfunds-page .gold-method-trigger:focus,
body.gold-dark.gold-addfunds-page .gold-method-select.is-open .gold-method-trigger {
  border-color: #b88927;
  box-shadow: 0 0 0 3px rgba(197, 145, 40, 0.14), 0 12px 26px rgba(0, 0, 0, 0.38);
}

body.gold-dark.gold-addfunds-page .gold-method-trigger__copy strong,
body.gold-dark.gold-addfunds-page .gold-method-option__copy strong,
body.gold-dark.gold-addfunds-page .gold-method-menu__head-copy strong {
  color: #f0d783;
}

body.gold-dark.gold-addfunds-page .gold-method-trigger__copy small,
body.gold-dark.gold-addfunds-page .gold-method-option__copy small,
body.gold-dark.gold-addfunds-page .gold-method-menu__head-copy small {
  color: #aa9b81;
}

body.gold-dark.gold-addfunds-page .gold-method-menu {
  background: linear-gradient(145deg, #1e180f, #080704 78%, #151008);
  border-color: #76581e;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.56), inset 0 1px rgba(255, 223, 126, 0.04);
}

body.gold-dark.gold-addfunds-page .gold-method-menu__head {
  border-bottom-color: rgba(159, 117, 31, 0.42);
}

body.gold-dark.gold-addfunds-page .gold-method-menu__head-icon {
  color: #d9ad43;
  background: rgba(121, 85, 22, 0.2);
  border-color: rgba(181, 134, 37, 0.4);
}

body.gold-dark.gold-addfunds-page .gold-method-option {
  color: #e5d8c0;
  background: linear-gradient(135deg, #19140d, #0b0906);
  border-color: rgba(148, 108, 30, 0.42);
  border-left-color: var(--method-accent);
}

body.gold-dark.gold-addfunds-page .gold-method-option:hover,
body.gold-dark.gold-addfunds-page .gold-method-option:focus,
body.gold-dark.gold-addfunds-page .gold-method-option.is-selected {
  background: linear-gradient(135deg, #2a2113, #151009);
  border-color: #8c6822;
  border-left-color: var(--method-accent);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  body.gold-addfunds-page .gold-method-trigger {
    min-height: 54px;
    padding: 7px 10px 7px 8px;
    grid-template-columns: 37px minmax(0, 1fr) 24px;
    gap: 9px;
    border-radius: 11px;
  }

  body.gold-addfunds-page .gold-method-trigger__icon {
    width: 37px;
    height: 37px;
    border-radius: 10px;
    font-size: 12px;
  }

  body.gold-addfunds-page .gold-method-trigger__copy strong {
    font-size: 11.5px;
  }

  body.gold-addfunds-page .gold-method-trigger__copy small {
    font-size: 8.5px;
  }

  body.gold-addfunds-page .gold-method-menu {
    top: calc(100% + 6px);
    padding: 7px;
    border-radius: 13px;
  }

  body.gold-addfunds-page .gold-method-option {
    min-height: 52px;
    grid-template-columns: 35px minmax(0, 1fr) 26px;
    gap: 8px;
  }

  body.gold-addfunds-page .gold-method-option__icon {
    width: 35px;
    height: 35px;
  }

  body.gold-addfunds-page .gold-method-option__copy strong {
    font-size: 10.5px;
  }
}

/* API page only: responsive premium documentation. */
body.gold-api-page .gold-main {
  min-height: calc(100vh - 64px);
  background:
    radial-gradient(circle at 88% 5%, rgba(220, 176, 58, 0.17), transparent 27rem),
    radial-gradient(circle at 4% 74%, rgba(191, 137, 35, 0.08), transparent 30rem),
    linear-gradient(145deg, #fffdf8, #f7eed8 58%, #fffbf2);
}

body.gold-api-page .gold-main > .container {
  width: 100%;
  max-width: 1280px;
}

body.gold-api-page .gold-main > .container > .row {
  margin: 0;
}

body.gold-api-page .gold-api-column {
  float: none;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

body.gold-api-page .gold-api-shell {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  padding: 20px;
  overflow: visible;
  background: linear-gradient(145deg, #fffefa, #fbf5e7 72%, #f5e7c7);
  border: 1px solid #c9a54f;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(83, 53, 5, 0.12), inset 0 1px rgba(255, 255, 255, 0.8);
}

body.gold-api-page .gold-api-content {
  width: 100%;
  max-width: none;
}

body.gold-api-page .gold-api-hero {
  position: relative;
  display: grid;
  min-height: 86px;
  margin-bottom: 16px;
  padding: 15px 16px;
  overflow: hidden;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  background:
    radial-gradient(circle at 92% 12%, rgba(226, 181, 62, 0.21), transparent 10rem),
    linear-gradient(145deg, #fff9e8, #f2dfac);
  border: 1px solid #caa34b;
  border-radius: 15px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

body.gold-api-page .gold-api-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #241704;
  background: linear-gradient(145deg, #f5dc82, #b87a18);
  border: 1px solid #aa6e12;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(125, 74, 5, 0.2), inset 0 1px rgba(255, 244, 193, 0.72);
  font-size: 17px;
}

body.gold-api-page .gold-api-hero__copy {
  min-width: 0;
}

body.gold-api-page .gold-api-hero__title {
  margin: 0;
  color: #543705;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

body.gold-api-page .gold-api-hero__subtitle {
  margin: 5px 0 0;
  color: #7c6d54;
  font-size: 10.5px;
  font-weight: 650;
}

body.gold-api-page .gold-api-hero__version {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  color: #704807;
  background: rgba(255, 250, 232, 0.74);
  border: 1px solid rgba(177, 125, 28, 0.45);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
  white-space: nowrap;
}

body.gold-api-page .gold-api-hero__version i {
  margin-right: 5px;
  color: #b47816;
  font-size: 8px;
}

body.gold-api-page .gold-api-overview-card {
  margin-bottom: 16px;
  padding: 6px;
  background: rgba(255, 254, 250, 0.74);
  border: 1px solid #d6bb78;
  border-radius: 14px;
  box-shadow: 0 9px 22px rgba(86, 54, 4, 0.07);
}

body.gold-api-page .gold-api-overview-table {
  width: 100% !important;
  margin: 0 !important;
  table-layout: fixed;
  background: transparent !important;
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: none !important;
}

body.gold-api-page .gold-api-overview-row > td {
  padding: 10px 12px !important;
  color: #514532;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(195, 158, 72, 0.26) !important;
  font-size: 10.5px;
  vertical-align: middle;
}

body.gold-api-page .gold-api-overview-row:last-child > td {
  border-bottom: 0 !important;
}

body.gold-api-page .gold-api-overview-label {
  width: 31%;
  color: #63440c !important;
  font-weight: 800;
}

body.gold-api-page .gold-api-overview-label i {
  width: 22px;
  margin-right: 7px;
  color: #af7819;
  text-align: center;
}

body.gold-api-page .gold-api-overview-value {
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.gold-api-page .gold-api-overview-value a {
  color: #93600b;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(147, 96, 11, 0.35);
  text-underline-offset: 2px;
}

body.gold-api-page .gold-api-value-pill {
  display: inline-flex;
  padding: 5px 8px;
  color: #694408;
  background: linear-gradient(135deg, #fff6d8, #edd59b);
  border: 1px solid #cfaa50;
  border-radius: 8px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

body.gold-api-page .gold-api-endpoint {
  --api-accent: #c6932d;
  position: relative;
  margin: 0 0 14px;
  padding: 14px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #fbf5e8);
  border: 1px solid rgba(190, 146, 47, 0.55);
  border-left: 4px solid var(--api-accent);
  border-radius: 15px;
  box-shadow: 0 11px 26px rgba(86, 54, 4, 0.08), inset 0 1px rgba(255, 255, 255, 0.72);
}

body.gold-api-page .gold-api-endpoint--variant-1 {
  --api-accent: #a96c18;
}

body.gold-api-page .gold-api-endpoint--variant-2 {
  --api-accent: #d3af51;
}

body.gold-api-page .gold-api-endpoint--variant-3 {
  --api-accent: #8e6b2d;
}

body.gold-api-page .gold-api-endpoint__title {
  display: grid;
  margin: -1px 0 12px;
  padding: 0 0 11px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(187, 144, 45, 0.28);
}

body.gold-api-page .gold-api-endpoint__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #251703;
  background: linear-gradient(145deg, #f2d778, #b77716);
  border: 1px solid #a86c11;
  border-radius: 11px;
  box-shadow: 0 6px 14px rgba(119, 69, 4, 0.17), inset 0 1px rgba(255, 243, 191, 0.7);
  font-size: 12px;
}

body.gold-api-page .gold-api-endpoint__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-api-page .gold-api-endpoint__copy strong {
  color: #4b3207;
  font-size: 14px;
  font-weight: 880;
  line-height: 1.15;
}

body.gold-api-page .gold-api-endpoint__copy small {
  margin-top: 3px;
  color: #8a7a60;
  font-size: 8.5px;
  font-weight: 650;
}

body.gold-api-page .gold-api-endpoint__method {
  padding: 5px 8px;
  color: #684307;
  background: rgba(246, 225, 172, 0.65);
  border: 1px solid rgba(183, 130, 30, 0.4);
  border-radius: 8px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.055em;
}

body.gold-api-page .gold-api-table-wrap {
  width: 100%;
  margin: 0 0 11px;
  overflow: hidden;
  border: 1px solid rgba(194, 153, 60, 0.38);
  border-radius: 11px;
}

body.gold-api-page .gold-api-parameters {
  width: 100% !important;
  margin: 0 !important;
  table-layout: fixed;
  background: transparent !important;
  border: 0 !important;
  border-collapse: collapse;
  box-shadow: none !important;
}

body.gold-api-page .gold-api-parameters > thead > tr > th {
  padding: 9px 11px !important;
  color: #664508 !important;
  background: linear-gradient(135deg, #fff7df, #efdba9) !important;
  border: 0 !important;
  border-bottom: 1px solid #d0ad59 !important;
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.gold-api-page .gold-api-parameters > thead > tr > th:first-child {
  width: 37%;
}

body.gold-api-page .gold-api-parameters > tbody > tr > td {
  padding: 9px 11px !important;
  color: #5f5545;
  background: rgba(255, 254, 251, 0.82) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(209, 188, 142, 0.48) !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: 9.5px;
  vertical-align: middle;
}

body.gold-api-page .gold-api-parameters > tbody > tr:last-child > td {
  border-bottom: 0 !important;
}

body.gold-api-page .gold-api-parameter-name {
  width: 37%;
}

body.gold-api-page .gold-api-parameter-name code {
  display: inline-flex;
  max-width: 100%;
  padding: 4px 6px;
  overflow-wrap: anywhere;
  color: #7e5109;
  background: #fff4d3;
  border: 1px solid rgba(191, 139, 39, 0.32);
  border-radius: 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8.5px;
  font-weight: 800;
  white-space: normal;
}

body.gold-api-page .gold-api-code-block {
  margin-top: 2px;
  overflow: hidden;
  background: #11100d;
  border: 1px solid #7a5d24;
  border-radius: 12px;
  box-shadow: 0 9px 22px rgba(40, 27, 4, 0.14);
}

body.gold-api-page .gold-api-code-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  padding: 6px 8px 6px 11px;
  background: linear-gradient(135deg, #2a2419, #17140f);
  border-bottom: 1px solid #60491f;
}

body.gold-api-page .gold-api-code-label {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #eed88d;
  font-size: 9px;
  font-weight: 800;
}

body.gold-api-page .gold-api-code-label > i {
  margin-right: 7px;
  color: #d3a93e;
  font-size: 10px;
}

body.gold-api-page .gold-api-code-label small {
  margin-left: 7px;
  padding: 3px 5px;
  color: #d8be73;
  background: rgba(190, 143, 37, 0.16);
  border: 1px solid rgba(190, 143, 37, 0.3);
  border-radius: 5px;
  font-size: 7px;
  letter-spacing: 0.05em;
}

body.gold-api-page .gold-api-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  min-height: 28px;
  padding: 5px 8px;
  color: #dfcca0;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(211, 169, 62, 0.31);
  border-radius: 7px;
  font-size: 8px;
  font-weight: 800;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

body.gold-api-page .gold-api-copy i {
  margin-right: 5px;
  font-size: 8px;
}

body.gold-api-page .gold-api-copy:hover,
body.gold-api-page .gold-api-copy:focus,
body.gold-api-page .gold-api-copy.is-copied {
  color: #251704;
  background: linear-gradient(145deg, #efd36e, #b87917);
  border-color: #d5aa42;
  outline: none;
}

body.gold-api-page .gold-api-code {
  width: 100%;
  max-width: 100%;
  max-height: 390px;
  margin: 0 !important;
  padding: 13px 14px !important;
  overflow: auto;
  color: #e8dcbf !important;
  background:
    linear-gradient(rgba(216, 174, 71, 0.025) 1px, transparent 1px),
    #0c0b09 !important;
  background-size: 100% 23px !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9.5px;
  line-height: 1.5;
  white-space: pre;
  overscroll-behavior: contain;
}

body.gold-api-page .gold-api-example-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  margin-top: 12px;
  padding: 9px 12px;
  color: #392504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #a96f15;
  border-radius: 10px;
  box-shadow: 0 7px 16px rgba(134, 81, 5, 0.16);
  font-size: 10px;
  font-weight: 850;
}

body.gold-api-page .gold-api-example-link > i:first-child {
  margin-right: 7px;
  font-size: 15px;
}

body.gold-api-page .gold-api-example-link__arrow {
  margin-left: auto;
  font-size: 8px;
}

body.gold-dark.gold-api-page .gold-main {
  background:
    radial-gradient(circle at 88% 5%, rgba(220, 175, 56, 0.12), transparent 27rem),
    radial-gradient(circle at 4% 74%, rgba(120, 80, 17, 0.1), transparent 30rem),
    linear-gradient(145deg, #100c07, #050403 58%, #0e0a05);
}

body.gold-dark.gold-api-page .gold-api-shell,
body.gold-dark.gold-api-page .gold-api-endpoint {
  background: linear-gradient(145deg, #1d170f, #0b0906 74%, #151008);
  border-color: #76591e;
  border-left-color: var(--api-accent, #76591e);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-dark.gold-api-page .gold-api-hero {
  background:
    radial-gradient(circle at 92% 12%, rgba(222, 174, 52, 0.13), transparent 10rem),
    linear-gradient(145deg, #2a2113, #151009);
  border-color: #74571f;
}

body.gold-dark.gold-api-page .gold-api-hero__title,
body.gold-dark.gold-api-page .gold-api-endpoint__copy strong {
  color: #f0d37a;
}

body.gold-dark.gold-api-page .gold-api-hero__subtitle,
body.gold-dark.gold-api-page .gold-api-endpoint__copy small {
  color: #ad9e83;
}

body.gold-dark.gold-api-page .gold-api-hero__version,
body.gold-dark.gold-api-page .gold-api-endpoint__method {
  color: #e3c875;
  background: rgba(111, 78, 20, 0.2);
  border-color: rgba(187, 139, 38, 0.4);
}

body.gold-dark.gold-api-page .gold-api-overview-card {
  background: linear-gradient(145deg, #1c170f, #0d0b07);
  border-color: #67501f;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

body.gold-dark.gold-api-page .gold-api-overview-row > td {
  color: #c6baa4;
  border-bottom-color: rgba(133, 101, 38, 0.35) !important;
}

body.gold-dark.gold-api-page .gold-api-overview-label {
  color: #e0c575 !important;
}

body.gold-dark.gold-api-page .gold-api-value-pill {
  color: #e4ca7b;
  background: rgba(107, 75, 18, 0.24);
  border-color: #6d5220;
}

body.gold-dark.gold-api-page .gold-api-table-wrap {
  border-color: rgba(128, 96, 33, 0.48);
}

body.gold-dark.gold-api-page .gold-api-parameters > thead > tr > th {
  color: #e7cc7c !important;
  background: linear-gradient(135deg, #2a2113, #17120b) !important;
  border-bottom-color: #71551f !important;
}

body.gold-dark.gold-api-page .gold-api-parameters > tbody > tr > td {
  color: #c7baa4;
  background: rgba(17, 14, 9, 0.78) !important;
  border-bottom-color: rgba(111, 84, 33, 0.34) !important;
}

body.gold-dark.gold-api-page .gold-api-parameter-name code {
  color: #ddbd68;
  background: rgba(108, 76, 18, 0.2);
  border-color: rgba(159, 116, 29, 0.36);
}

@media (max-width: 767px) {
  body.gold-api-page .gold-main > .container {
    width: 100%;
    padding: 12px 9px 102px;
  }

  body.gold-api-page .gold-api-column {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body.gold-api-page .gold-api-shell {
    width: 100% !important;
    margin: 0;
    padding: 11px;
    border-radius: 15px;
  }

  body.gold-api-page .gold-api-hero {
    min-height: 72px;
    margin-bottom: 11px;
    padding: 11px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 9px;
    border-radius: 12px;
  }

  body.gold-api-page .gold-api-hero__icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 14px;
  }

  body.gold-api-page .gold-api-hero__title {
    font-size: 16px;
  }

  body.gold-api-page .gold-api-hero__subtitle {
    font-size: 8.5px;
    line-height: 1.35;
  }

  body.gold-api-page .gold-api-hero__version {
    padding: 5px 7px;
    font-size: 7.5px;
  }

  body.gold-api-page .gold-api-overview-card {
    margin-bottom: 11px;
    padding: 4px;
    border-radius: 11px;
  }

  body.gold-api-page .gold-api-overview-row > td {
    padding: 8px 7px !important;
    font-size: 9px;
  }

  body.gold-api-page .gold-api-overview-label {
    width: 36%;
  }

  body.gold-api-page .gold-api-overview-label i {
    width: 17px;
    margin-right: 4px;
    font-size: 8px;
  }

  body.gold-api-page .gold-api-value-pill {
    padding: 4px 6px;
    font-size: 7.5px;
  }

  body.gold-api-page .gold-api-endpoint {
    margin-bottom: 10px;
    padding: 10px;
    border-left-width: 3px;
    border-radius: 12px;
  }

  body.gold-api-page .gold-api-endpoint__title {
    margin-bottom: 9px;
    padding-bottom: 9px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 8px;
  }

  body.gold-api-page .gold-api-endpoint__icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    font-size: 10px;
  }

  body.gold-api-page .gold-api-endpoint__copy strong {
    font-size: 11.5px;
  }

  body.gold-api-page .gold-api-endpoint__copy small {
    font-size: 7.5px;
  }

  body.gold-api-page .gold-api-endpoint__method {
    padding: 4px 6px;
    font-size: 7px;
  }

  body.gold-api-page .gold-api-table-wrap {
    margin-bottom: 8px;
    border-radius: 9px;
  }

  body.gold-api-page .gold-api-parameters > thead > tr > th,
  body.gold-api-page .gold-api-parameters > tbody > tr > td {
    padding: 7px !important;
    font-size: 8.5px;
  }

  body.gold-api-page .gold-api-parameters > thead > tr > th:first-child,
  body.gold-api-page .gold-api-parameter-name {
    width: 39%;
  }

  body.gold-api-page .gold-api-parameter-name code {
    padding: 3px 5px;
    font-size: 7.5px;
  }

  body.gold-api-page .gold-api-code-head {
    min-height: 37px;
    padding: 5px 6px 5px 9px;
  }

  body.gold-api-page .gold-api-code-label {
    font-size: 8px;
  }

  body.gold-api-page .gold-api-copy {
    min-width: 58px;
    min-height: 26px;
    padding: 4px 7px;
    font-size: 7.5px;
  }

  body.gold-api-page .gold-api-code {
    max-height: 320px;
    padding: 11px !important;
    font-size: 8.5px;
    line-height: 1.45;
  }

  body.gold-api-page .gold-api-example-link {
    min-height: 39px;
    font-size: 9px;
  }
}

/* Mass order page only: bulk order composer and safe clear flow. */
body.gold-massorder-page .gold-main {
  min-height: calc(100vh - 64px);
  background:
    radial-gradient(circle at 90% 5%, rgba(220, 176, 58, 0.17), transparent 25rem),
    radial-gradient(circle at 5% 82%, rgba(188, 132, 30, 0.08), transparent 29rem),
    linear-gradient(145deg, #fffdf8, #f7eed8 58%, #fffbf2);
}

body.gold-massorder-page .gold-main > .container {
  width: 100%;
  max-width: 1040px;
}

body.gold-massorder-page .gold-main > .container > .row {
  margin: 0;
}

body.gold-massorder-page .gold-massorder-column {
  float: none;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
}

body.gold-massorder-page .gold-massorder-panel {
  width: 100%;
  margin: 0;
  padding: 20px;
  overflow: visible;
  background: linear-gradient(145deg, #fffefa, #fbf5e7 72%, #f5e7c7);
  border: 1px solid #c9a54f;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(83, 53, 5, 0.12), inset 0 1px rgba(255, 255, 255, 0.8);
}

body.gold-massorder-page .gold-massorder-head {
  display: grid;
  margin: -2px 0 16px;
  padding: 0 0 15px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid rgba(191, 150, 57, 0.34);
}

body.gold-massorder-page .gold-massorder-head__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #251703;
  background: linear-gradient(145deg, #f4d97b, #b87918);
  border: 1px solid #aa6e12;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(124, 74, 5, 0.2), inset 0 1px rgba(255, 244, 193, 0.72);
  font-size: 15px;
}

body.gold-massorder-page .gold-massorder-head__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-massorder-page .gold-massorder-head__title-row {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
}

body.gold-massorder-page .gold-massorder-head__title-row > strong {
  overflow: hidden;
  color: #543705;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-massorder-page .gold-massorder-head__copy > small {
  margin-top: 4px;
  color: #82745d;
  font-size: 9.5px;
  font-weight: 650;
}

body.gold-massorder-page .gold-massorder-count {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 4px 7px;
  color: #77500c;
  background: #fff7dd;
  border: 1px solid rgba(183, 132, 35, 0.42);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 850;
  white-space: nowrap;
}

body.gold-massorder-page .gold-massorder-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 10px;
  color: #b4252b;
  background: rgba(255, 242, 239, 0.8);
  border: 1px solid rgba(187, 49, 55, 0.42);
  border-radius: 9px;
  font-size: 9px;
  font-weight: 850;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

body.gold-massorder-page .gold-massorder-clear i {
  margin-right: 6px;
  font-size: 9px;
}

body.gold-massorder-page .gold-massorder-clear:hover,
body.gold-massorder-page .gold-massorder-clear:focus {
  color: #fff;
  background: linear-gradient(135deg, #c23b40, #8d171d);
  border-color: #84161b;
  outline: none;
  transform: translateY(-1px);
}

body.gold-massorder-page .gold-massorder-clear:disabled {
  color: #a99e8c;
  background: #f3eee4;
  border-color: #d9cfbd;
  cursor: not-allowed;
  opacity: 0.66;
  transform: none;
}

body.gold-massorder-page .gold-massorder-form,
body.gold-massorder-page .gold-massorder-field {
  margin: 0;
}

body.gold-massorder-page .gold-mass-builder {
  margin: 0 0 14px;
  padding: 13px;
  background:
    radial-gradient(circle at 92% 8%, rgba(222, 178, 58, 0.16), transparent 9rem),
    linear-gradient(145deg, #fff9e8, #f4e3ba);
  border: 1px solid #d0ae5b;
  border-radius: 14px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

body.gold-massorder-page .gold-mass-builder__head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 11px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(188, 143, 44, 0.3);
}

body.gold-massorder-page .gold-mass-builder__head-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  color: #281903;
  background: linear-gradient(145deg, #f2d674, #b77717);
  border: 1px solid #a96d11;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(119, 69, 4, 0.17), inset 0 1px rgba(255, 243, 191, 0.7);
  font-size: 11px;
}

body.gold-massorder-page .gold-mass-builder__head-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-massorder-page .gold-mass-builder__head-copy strong {
  color: #523605;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

body.gold-massorder-page .gold-mass-builder__head-copy small {
  margin-top: 3px;
  color: #827258;
  font-size: 8.5px;
  font-weight: 650;
}

body.gold-massorder-page .gold-mass-builder__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.gold-massorder-page .gold-mass-builder__field {
  min-width: 0;
}

body.gold-massorder-page .gold-mass-builder__field--link {
  grid-column: 1 / -1;
}

body.gold-massorder-page .gold-mass-builder__field > label {
  display: block;
  margin: 0 0 6px;
  color: #49371b;
  font-size: 9.5px;
  font-weight: 850;
}

body.gold-massorder-page .gold-mass-builder__input-wrap {
  position: relative;
  display: block;
  width: 100%;
}

body.gold-massorder-page .gold-mass-builder__field-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 12px;
  color: #ad781b;
  font-size: 10px;
  pointer-events: none;
  transform: translateY(-50%);
}

body.gold-massorder-page .gold-mass-builder__input {
  width: 100%;
  min-height: 44px;
  padding: 9px 11px 9px 36px;
  color: #322a1e;
  background: rgba(255, 254, 250, 0.9);
  border: 1px solid #ccb278;
  border-radius: 10px;
  box-shadow: inset 0 1px 3px rgba(82, 54, 6, 0.045);
  font-size: 10.5px;
  font-weight: 650;
  transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

body.gold-massorder-page .gold-mass-builder__input:hover {
  border-color: #bc8d31;
}

body.gold-massorder-page .gold-mass-builder__input:focus {
  background: #fff;
  border-color: #b87919;
  box-shadow: 0 0 0 3px rgba(195, 141, 35, 0.13), inset 0 1px 3px rgba(82, 54, 6, 0.04);
  outline: none;
}

body.gold-massorder-page .gold-mass-builder__input::placeholder {
  color: #a99f8e;
  opacity: 1;
}

body.gold-massorder-page .gold-mass-builder__add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin-top: 11px;
  padding: 9px 13px;
  color: #241704;
  background: linear-gradient(135deg, #efd172, #b97918);
  border: 1px solid #a96c11;
  border-radius: 10px;
  box-shadow: 0 8px 17px rgba(123, 72, 4, 0.16);
  font-size: 10.5px;
  font-weight: 900;
  transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

body.gold-massorder-page .gold-mass-builder__add i {
  margin-right: 7px;
  font-size: 10px;
}

body.gold-massorder-page .gold-mass-builder__add:hover,
body.gold-massorder-page .gold-mass-builder__add:focus {
  color: #170e01;
  background: linear-gradient(135deg, #f6dc85, #c8881c);
  border-color: #9d620c;
  box-shadow: 0 10px 21px rgba(123, 72, 4, 0.22);
  outline: none;
  transform: translateY(-1px);
}

body.gold-massorder-page .gold-mass-builder__feedback {
  display: none;
  min-height: 34px;
  margin-top: 9px;
  padding: 8px 10px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 8.5px;
  font-weight: 750;
}

body.gold-massorder-page .gold-mass-builder__feedback.is-error,
body.gold-massorder-page .gold-mass-builder__feedback.is-success {
  display: flex;
}

body.gold-massorder-page .gold-mass-builder__feedback i {
  margin-right: 7px;
  font-size: 10px;
}

body.gold-massorder-page .gold-mass-builder__feedback.is-error {
  color: #a41f25;
  background: rgba(255, 235, 232, 0.86);
  border-color: rgba(182, 49, 55, 0.38);
}

body.gold-massorder-page .gold-mass-builder__feedback.is-success {
  color: #286542;
  background: rgba(232, 247, 236, 0.88);
  border-color: rgba(67, 137, 87, 0.34);
}

body.gold-massorder-page .gold-massorder-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

body.gold-massorder-page .gold-massorder-textarea {
  width: 100%;
  min-height: 370px;
  padding: 15px;
  resize: vertical;
  color: #352c20;
  background:
    linear-gradient(rgba(190, 145, 45, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, #fffefa, #fbf8f0);
  background-size: 100% 28px, auto;
  border: 1px solid #c9ae6c;
  border-radius: 13px;
  box-shadow: inset 0 2px 5px rgba(85, 55, 5, 0.045);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  line-height: 1.55;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body.gold-massorder-page .gold-massorder-textarea:hover {
  border-color: #b9882c;
}

body.gold-massorder-page .gold-massorder-textarea:focus {
  background-color: #fff;
  border-color: #b77b1c;
  box-shadow: 0 0 0 3px rgba(196, 143, 38, 0.14), inset 0 2px 5px rgba(85, 55, 5, 0.04);
  outline: none;
}

body.gold-massorder-page .gold-massorder-textarea::placeholder {
  color: #a49a88;
  opacity: 1;
}

body.gold-massorder-page .gold-massorder-format {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 10px 0 13px;
  padding: 9px 10px;
  color: #675b48;
  background: rgba(255, 249, 231, 0.82);
  border: 1px solid rgba(194, 150, 51, 0.36);
  border-radius: 10px;
}

body.gold-massorder-page .gold-massorder-format__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  color: #2b1b03;
  background: linear-gradient(145deg, #efd473, #b77717);
  border: 1px solid #ad7112;
  border-radius: 8px;
  font-size: 9px;
}

body.gold-massorder-page .gold-massorder-format__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-massorder-page .gold-massorder-format__copy > span {
  display: flex;
  align-items: center;
  min-width: 0;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 9.5px;
}

body.gold-massorder-page .gold-massorder-format__copy strong {
  color: #60420d;
  font-weight: 850;
}

body.gold-massorder-page .gold-massorder-format__copy code {
  padding: 3px 6px;
  color: #71500f;
  background: #fff;
  border: 1px solid rgba(184, 133, 34, 0.3);
  border-radius: 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8.5px;
  font-weight: 750;
  white-space: normal;
}

body.gold-massorder-page .gold-massorder-format__copy small {
  margin-top: 3px;
  color: #8b7e68;
  font-size: 8px;
  font-weight: 650;
}

body.gold-massorder-page .gold-massorder-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 10px 15px;
  color: #241704;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #a96f15;
  border-radius: 11px;
  box-shadow: 0 9px 20px rgba(134, 81, 5, 0.18);
  font-size: 11px;
  font-weight: 900;
  transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

body.gold-massorder-page .gold-massorder-submit i {
  margin-right: 7px;
  font-size: 10px;
}

body.gold-massorder-page .gold-massorder-submit:hover,
body.gold-massorder-page .gold-massorder-submit:focus {
  color: #160d01;
  background: linear-gradient(135deg, #f8df8d, #c98b21);
  border-color: #a76a10;
  box-shadow: 0 11px 24px rgba(135, 82, 5, 0.24);
  outline: none;
  transform: translateY(-1px);
}

body.gold-clear-dialog-open {
  overflow: hidden;
}

.gold-clear-modal {
  position: fixed;
  z-index: 5000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.gold-clear-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.gold-clear-modal__backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(15, 10, 3, 0.62);
  border: 0;
  backdrop-filter: blur(5px);
}

.gold-clear-dialog {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  padding: 19px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 8%, rgba(219, 174, 55, 0.17), transparent 10rem),
    linear-gradient(145deg, #fffefa, #f5e8c9);
  border: 1px solid #b98a2d;
  border-radius: 17px;
  box-shadow: 0 28px 70px rgba(21, 13, 2, 0.38), inset 0 1px rgba(255, 255, 255, 0.78);
  opacity: 0;
  transform: translateY(16px) scale(0.97);
  transition: opacity 0.22s ease, transform 0.26s cubic-bezier(0.22, 1, 0.36, 1);
}

.gold-clear-modal.is-open .gold-clear-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gold-clear-stage {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.gold-clear-stage[hidden] {
  display: none !important;
}

.gold-clear-stage__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 10px;
  color: #302004;
  background: linear-gradient(145deg, #f5dc80, #bd801c);
  border: 1px solid #ad7012;
  border-radius: 15px;
  box-shadow: 0 10px 22px rgba(125, 75, 4, 0.21), inset 0 1px rgba(255, 245, 196, 0.7);
  font-size: 18px;
}

.gold-clear-stage__icon--danger {
  color: #fff;
  background: linear-gradient(145deg, #d55459, #8d171d);
  border-color: #7f1419;
  box-shadow: 0 10px 22px rgba(126, 24, 29, 0.24), inset 0 1px rgba(255, 218, 220, 0.24);
}

.gold-clear-stage__step {
  display: inline-flex;
  margin-bottom: 7px;
  padding: 4px 7px;
  color: #7b520d;
  background: rgba(255, 244, 210, 0.72);
  border: 1px solid rgba(185, 133, 34, 0.38);
  border-radius: 999px;
  font-size: 7.5px;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.gold-clear-stage__step--danger {
  color: #a21f25;
  background: rgba(255, 234, 232, 0.78);
  border-color: rgba(184, 47, 53, 0.38);
}

.gold-clear-stage h3 {
  margin: 0;
  color: #543705;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.gold-clear-stage p {
  max-width: 330px;
  margin: 9px auto 17px;
  color: #766851;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.55;
}

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

.gold-clear-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 11px;
  border-radius: 9px;
  font-size: 9.5px;
  font-weight: 850;
}

.gold-clear-button i {
  font-size: 8px;
}

.gold-clear-button--continue i,
.gold-clear-button--confirm i {
  margin-left: 6px;
}

.gold-clear-button--back i {
  margin-right: 6px;
}

.gold-clear-button--cancel,
.gold-clear-button--back {
  color: #695d49;
  background: rgba(255, 254, 249, 0.8);
  border: 1px solid #cdbb91;
}

.gold-clear-button--continue {
  color: #241704;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #a96f15;
}

.gold-clear-button--confirm {
  color: #fff;
  background: linear-gradient(135deg, #c94046, #8c171c);
  border: 1px solid #791217;
  box-shadow: 0 7px 16px rgba(120, 22, 27, 0.2);
}

.gold-clear-button:hover,
.gold-clear-button:focus {
  filter: brightness(1.05);
  outline: none;
}

body.gold-dark.gold-massorder-page .gold-main {
  background:
    radial-gradient(circle at 90% 5%, rgba(222, 177, 57, 0.12), transparent 25rem),
    radial-gradient(circle at 5% 82%, rgba(124, 82, 17, 0.1), transparent 29rem),
    linear-gradient(145deg, #100c07, #050403 58%, #0e0a05);
}

body.gold-dark.gold-massorder-page .gold-massorder-panel {
  background: linear-gradient(145deg, #1d170f, #0b0906 72%, #151008);
  border-color: #76591e;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-dark.gold-massorder-page .gold-mass-builder {
  background:
    radial-gradient(circle at 92% 8%, rgba(221, 172, 50, 0.12), transparent 9rem),
    linear-gradient(145deg, #2a2113, #151009);
  border-color: #72551e;
  box-shadow: inset 0 1px rgba(255, 225, 138, 0.04);
}

body.gold-dark.gold-massorder-page .gold-mass-builder__head {
  border-bottom-color: rgba(151, 111, 31, 0.4);
}

body.gold-dark.gold-massorder-page .gold-mass-builder__head-copy strong,
body.gold-dark.gold-massorder-page .gold-mass-builder__field > label {
  color: #e9ce7b;
}

body.gold-dark.gold-massorder-page .gold-mass-builder__head-copy small {
  color: #aa9b81;
}

body.gold-dark.gold-massorder-page .gold-mass-builder__input {
  color: #e6dac4;
  background: linear-gradient(145deg, #17130d, #090705);
  border-color: #654d20;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.28);
}

body.gold-dark.gold-massorder-page .gold-mass-builder__input:focus {
  background: #090704;
  border-color: #b78927;
  box-shadow: 0 0 0 3px rgba(196, 143, 38, 0.13), inset 0 1px 3px rgba(0, 0, 0, 0.28);
}

body.gold-dark.gold-massorder-page .gold-mass-builder__input::placeholder {
  color: #746b5e;
}

body.gold-dark.gold-massorder-page .gold-mass-builder__feedback.is-error {
  color: #ff797e;
  background: rgba(132, 29, 35, 0.2);
  border-color: rgba(201, 69, 75, 0.42);
}

body.gold-dark.gold-massorder-page .gold-mass-builder__feedback.is-success {
  color: #8fd1a3;
  background: rgba(41, 105, 60, 0.19);
  border-color: rgba(83, 150, 102, 0.34);
}

body.gold-dark.gold-massorder-page .gold-massorder-head__title-row > strong {
  color: #f0d279;
}

body.gold-dark.gold-massorder-page .gold-massorder-head__copy > small,
body.gold-dark.gold-massorder-page .gold-massorder-format__copy small {
  color: #aa9b82;
}

body.gold-dark.gold-massorder-page .gold-massorder-count {
  color: #e3c675;
  background: rgba(105, 74, 18, 0.22);
  border-color: #6e5220;
}

body.gold-dark.gold-massorder-page .gold-massorder-clear {
  color: #ff797e;
  background: rgba(129, 28, 34, 0.18);
  border-color: rgba(199, 70, 76, 0.42);
}

body.gold-dark.gold-massorder-page .gold-massorder-clear:disabled {
  color: #776f63;
  background: #17130e;
  border-color: #3f3526;
}

body.gold-dark.gold-massorder-page .gold-massorder-textarea {
  color: #e6dbc6;
  background:
    linear-gradient(rgba(206, 159, 54, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, #17130d, #080705);
  background-size: 100% 28px, auto;
  border-color: #664d20;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.28);
}

body.gold-dark.gold-massorder-page .gold-massorder-textarea:focus {
  background-color: #090704;
  border-color: #b88928;
  box-shadow: 0 0 0 3px rgba(196, 143, 38, 0.13), inset 0 2px 6px rgba(0, 0, 0, 0.26);
}

body.gold-dark.gold-massorder-page .gold-massorder-format {
  color: #bdaf96;
  background: rgba(99, 71, 20, 0.15);
  border-color: rgba(148, 108, 30, 0.38);
}

body.gold-dark.gold-massorder-page .gold-massorder-format__copy strong {
  color: #dfc574;
}

body.gold-dark.gold-massorder-page .gold-massorder-format__copy code {
  color: #d7ba69;
  background: #14100a;
  border-color: rgba(147, 107, 29, 0.4);
}

body.gold-dark .gold-clear-dialog {
  background:
    radial-gradient(circle at 90% 8%, rgba(220, 173, 51, 0.12), transparent 10rem),
    linear-gradient(145deg, #211a10, #090705);
  border-color: #76581e;
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.64), inset 0 1px rgba(255, 223, 130, 0.04);
}

body.gold-dark .gold-clear-stage h3 {
  color: #efd178;
}

body.gold-dark .gold-clear-stage p {
  color: #aa9c84;
}

body.gold-dark .gold-clear-button--cancel,
body.gold-dark .gold-clear-button--back {
  color: #c4b69e;
  background: #17130d;
  border-color: #5a4725;
}

@media (max-width: 767px) {
  body.gold-massorder-page .gold-main > .container {
    width: 100%;
    padding: 12px 10px 102px;
  }

  body.gold-massorder-page .gold-massorder-column {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body.gold-massorder-page .gold-massorder-panel {
    width: 100%;
    margin: 0;
    padding: 13px 12px;
    border-radius: 15px;
  }

  body.gold-massorder-page .gold-massorder-head {
    margin: 0 0 12px;
    padding: 0 0 12px;
    grid-template-columns: 39px minmax(0, 1fr) auto;
    gap: 9px;
  }

  body.gold-massorder-page .gold-massorder-head__icon {
    width: 39px;
    height: 39px;
    border-radius: 10px;
    font-size: 12px;
  }

  body.gold-massorder-page .gold-massorder-head__title-row {
    gap: 6px;
  }

  body.gold-massorder-page .gold-massorder-head__title-row > strong {
    font-size: 14px;
  }

  body.gold-massorder-page .gold-massorder-head__copy > small {
    font-size: 8px;
  }

  body.gold-massorder-page .gold-massorder-count {
    padding: 3px 5px;
    font-size: 7px;
  }

  body.gold-massorder-page .gold-massorder-clear {
    min-height: 34px;
    padding: 6px 8px;
    font-size: 8px;
  }

  body.gold-massorder-page .gold-massorder-clear i {
    margin-right: 4px;
    font-size: 8px;
  }

  body.gold-massorder-page .gold-massorder-textarea {
    min-height: 360px;
    padding: 12px;
    border-radius: 11px;
    font-size: 10px;
  }

  body.gold-massorder-page .gold-mass-builder {
    margin-bottom: 11px;
    padding: 10px;
    border-radius: 12px;
  }

  body.gold-massorder-page .gold-mass-builder__head {
    margin-bottom: 9px;
    padding-bottom: 9px;
  }

  body.gold-massorder-page .gold-mass-builder__head-icon {
    width: 31px;
    height: 31px;
    border-radius: 9px;
    font-size: 10px;
  }

  body.gold-massorder-page .gold-mass-builder__head-copy strong {
    font-size: 11.5px;
  }

  body.gold-massorder-page .gold-mass-builder__head-copy small {
    font-size: 7.5px;
  }

  body.gold-massorder-page .gold-mass-builder__grid {
    gap: 8px;
  }

  body.gold-massorder-page .gold-mass-builder__field > label {
    margin-bottom: 5px;
    font-size: 8.5px;
  }

  body.gold-massorder-page .gold-mass-builder__input {
    min-height: 41px;
    padding: 8px 9px 8px 33px;
    border-radius: 9px;
    font-size: 9.5px;
  }

  body.gold-massorder-page .gold-mass-builder__field-icon {
    left: 11px;
    font-size: 9px;
  }

  body.gold-massorder-page .gold-mass-builder__add {
    min-height: 40px;
    margin-top: 9px;
    font-size: 9.5px;
  }

  body.gold-massorder-page .gold-massorder-format {
    align-items: flex-start;
    margin: 9px 0 11px;
    padding: 8px;
    gap: 8px;
  }

  body.gold-massorder-page .gold-massorder-format__copy > span {
    font-size: 8.5px;
  }

  body.gold-massorder-page .gold-massorder-format__copy code {
    font-size: 7.5px;
  }

  body.gold-massorder-page .gold-massorder-submit {
    min-height: 43px;
    font-size: 10px;
  }

  .gold-clear-modal {
    padding: 12px;
  }

  .gold-clear-dialog {
    padding: 16px 14px;
    border-radius: 15px;
  }

  .gold-clear-stage__icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    font-size: 15px;
  }

  .gold-clear-stage h3 {
    font-size: 17px;
  }

  .gold-clear-stage p {
    margin-bottom: 14px;
    font-size: 9px;
  }

  .gold-clear-button {
    min-height: 38px;
    font-size: 8.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-clear-modal,
  .gold-clear-dialog {
    transition: none;
  }
}

/* Account page only: premium profile and security settings. */
body.gold-account-page .gold-main {
  min-height: calc(100vh - 64px);
  background:
    radial-gradient(circle at 90% 4%, rgba(219, 175, 60, 0.17), transparent 24rem),
    radial-gradient(circle at 7% 82%, rgba(181, 126, 29, 0.09), transparent 29rem),
    linear-gradient(145deg, #fffdf8, #f7eed8 58%, #fffbf2);
}

body.gold-account-page .gold-main > .container {
  width: 100%;
  max-width: 1210px;
}

body.gold-account-page .gold-account-column {
  float: none;
  display: grid;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.gold-account-page .gold-account-tabs {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  grid-column: 1 / -1;
  gap: 6px;
  margin: 0;
  padding: 6px;
  background: linear-gradient(145deg, rgba(255, 254, 249, 0.98), rgba(247, 236, 208, 0.96));
  border: 1px solid #cdae62;
  border-radius: 13px;
  box-shadow: 0 10px 23px rgba(91, 58, 4, 0.1);
}

body.gold-account-page .gold-account-tabs > li {
  float: none;
  margin: 0;
}

body.gold-account-page .gold-account-tabs > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  color: #6d604c;
  background: rgba(255, 254, 249, 0.72);
  border: 1px solid rgba(195, 158, 73, 0.3);
  border-radius: 9px;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

body.gold-account-page .gold-account-tab__icon {
  margin-right: 7px;
  color: #ae7b20;
  font-size: 10px;
}

body.gold-account-page .gold-account-tabs > li > a:hover,
body.gold-account-page .gold-account-tabs > li > a:focus {
  color: #382607;
  background: #fff8e7;
  border-color: #c18e2d;
}

body.gold-account-page .gold-account-tabs > li.active > a,
body.gold-account-page .gold-account-tabs > li.active > a:hover,
body.gold-account-page .gold-account-tabs > li.active > a:focus {
  color: #211504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border-color: #a96f15;
  box-shadow: 0 7px 16px rgba(143, 88, 7, 0.2), inset 0 1px rgba(255, 242, 184, 0.72);
}

body.gold-account-page .gold-account-tabs > li.active .gold-account-tab__icon {
  color: #2d1c03;
}

body.gold-account-page .gold-account-panel {
  align-self: start;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #fbf5e7 72%, #f5e7c7);
  border: 1px solid #c9a54f;
  border-radius: 17px;
  box-shadow: 0 17px 36px rgba(87, 56, 6, 0.11), inset 0 1px rgba(255, 255, 255, 0.78);
}

body.gold-account-page .gold-account-api {
  grid-column: 1 / -1;
}

body.gold-account-page .gold-account-panel-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -2px 0 16px;
  padding: 0 0 15px;
}

body.gold-account-page .gold-account-panel-title .gold-card-title__icon {
  flex: 0 0 auto;
  margin: 0;
}

body.gold-account-page .gold-account-panel-title__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #5d3e07;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.15;
}

body.gold-account-page .gold-account-panel-title__copy small {
  margin-top: 4px;
  color: #82745e;
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0;
}

body.gold-account-page .gold-account-profile-summary {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 17px;
  padding: 11px;
  background:
    radial-gradient(circle at 92% 10%, rgba(224, 180, 66, 0.2), transparent 7rem),
    linear-gradient(145deg, #fff9e8, #f5e4b8);
  border: 1px solid #d3b568;
  border-radius: 13px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

body.gold-account-page .gold-account-profile-summary__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  color: #211504;
  background: linear-gradient(145deg, #f6dc83, #b97917);
  border: 1px solid #a96d12;
  border-radius: 13px;
  box-shadow: 0 8px 17px rgba(127, 77, 5, 0.2), inset 0 1px rgba(255, 242, 183, 0.75);
  font-size: 16px;
  font-weight: 900;
}

body.gold-account-page .gold-account-profile-summary__copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
}

body.gold-account-page .gold-account-profile-summary__copy strong,
body.gold-account-page .gold-account-profile-summary__copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-account-page .gold-account-profile-summary__copy strong {
  color: #3c2806;
  font-size: 13px;
  font-weight: 850;
}

body.gold-account-page .gold-account-profile-summary__copy small {
  margin-top: 3px;
  color: #806f52;
  font-size: 10px;
  font-weight: 650;
}

body.gold-account-page .gold-account-profile-summary__badge {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 5px 8px;
  color: #326442;
  background: rgba(229, 247, 234, 0.82);
  border: 1px solid rgba(91, 154, 109, 0.42);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
}

body.gold-account-page .gold-account-profile-summary__badge i {
  margin-right: 4px;
  font-size: 8px;
}

body.gold-account-page .gold-account-field {
  margin-bottom: 15px;
}

body.gold-account-page .gold-account-field > label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 7px;
  color: #47371f;
  font-size: 11.5px;
  font-weight: 800;
}

body.gold-account-page .gold-account-input-wrap {
  position: relative;
  display: block;
  width: 100%;
}

body.gold-account-page .gold-account-field__icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 12px;
  color: #aa7920;
  font-size: 11px;
  pointer-events: none;
  transform: translateY(-50%);
}

body.gold-account-page .gold-account-input-wrap > .form-control {
  width: 100%;
  min-height: 46px;
  padding: 10px 13px 10px 38px;
  color: #31291e;
  background: linear-gradient(145deg, #fffefa, #fbf7ee);
  border: 1px solid #d4c29a;
  border-radius: 11px;
  box-shadow: inset 0 1px 2px rgba(82, 55, 7, 0.04);
  font-size: 12px;
}

body.gold-account-page .gold-account-input-wrap > .form-control:hover {
  border-color: #c29a42;
}

body.gold-account-page .gold-account-input-wrap > .form-control:focus {
  background: #fff;
  border-color: #be8928;
  box-shadow: 0 0 0 3px rgba(196, 143, 38, 0.14);
}

body.gold-account-page .gold-account-input-wrap > .form-control[readonly],
body.gold-account-page .gold-account-input-wrap > .form-control[disabled] {
  color: #6d6251;
  background: linear-gradient(145deg, #f5efdf, #eee4ce);
  border-color: #d1bd91;
}

body.gold-account-page .gold-account-input-wrap > select.form-control {
  padding-right: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-account-page .gold-account-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 41px;
  padding: 9px 15px;
  color: #211504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #a96f15;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(135, 82, 5, 0.18);
  font-size: 11px;
  font-weight: 850;
}

body.gold-account-page .gold-account-action:hover,
body.gold-account-page .gold-account-action:focus {
  color: #160d01;
  background: linear-gradient(135deg, #f8df8d, #c98b21);
  border-color: #a76a10;
  box-shadow: 0 10px 21px rgba(135, 82, 5, 0.24);
}

body.gold-account-page .gold-account-password form,
body.gold-account-page .gold-account-timezone form,
body.gold-account-page .gold-account-api form {
  margin: 0;
}

body.gold-account-page .gold-account-2fa > label.control-label {
  display: none;
}

body.gold-account-page .gold-account-2fa form > p {
  position: relative;
  min-height: 54px;
  margin: 0 0 14px;
  padding: 11px 11px 11px 45px;
  color: #685b47;
  background: rgba(244, 228, 188, 0.48);
  border: 1px solid rgba(194, 152, 57, 0.32);
  border-radius: 11px;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.5;
}

body.gold-account-page .gold-account-2fa form > p::before {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #694507;
  background: linear-gradient(145deg, #f4d97d, #c48720);
  border-radius: 8px;
  content: '\f3ed';
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free', FontAwesome;
  font-size: 10px;
  font-weight: 900;
}

body.gold-account-page .gold-account-api .form-group {
  margin-bottom: 10px;
}

body.gold-account-page .gold-account-api .form-group > label:only-child {
  display: none;
}

body.gold-account-page .gold-account-modal .modal-dialog {
  max-width: 520px;
}

body.gold-account-page .gold-account-modal .modal-content {
  overflow: hidden;
  border: 1px solid #9f7929;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(31, 20, 3, 0.32);
}

body.gold-account-page .gold-account-modal .modal-header {
  background: linear-gradient(135deg, #fff8e5, #f0ddaa) !important;
}

body.gold-account-page .gold-account-modal .modal-title {
  color: #5e3d06;
  font-weight: 850;
}

body.gold-dark.gold-account-page .gold-main {
  background:
    radial-gradient(circle at 90% 4%, rgba(223, 179, 65, 0.13), transparent 24rem),
    radial-gradient(circle at 7% 80%, rgba(133, 87, 18, 0.11), transparent 28rem),
    linear-gradient(145deg, #100c07, #050403 58%, #0e0a05);
}

body.gold-dark.gold-account-page .gold-account-tabs,
body.gold-dark.gold-account-page .gold-account-panel {
  background: linear-gradient(145deg, #1d170f, #0b0906 72%, #151008);
  border-color: #76591e;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-dark.gold-account-page .gold-account-tabs > li > a {
  color: #b9ad97;
  background: linear-gradient(145deg, #211a10, #100d08);
  border-color: rgba(152, 111, 31, 0.42);
}

body.gold-dark.gold-account-page .gold-account-tabs > li > a:hover,
body.gold-dark.gold-account-page .gold-account-tabs > li > a:focus {
  color: #efd681;
  background: #2a2113;
  border-color: #8c6923;
}

body.gold-dark.gold-account-page .gold-account-tabs > li.active > a,
body.gold-dark.gold-account-page .gold-account-tabs > li.active > a:hover,
body.gold-dark.gold-account-page .gold-account-tabs > li.active > a:focus {
  color: #1a1002;
  background: linear-gradient(135deg, #f4d878, #b97817);
  border-color: #f0cb64;
}

body.gold-dark.gold-account-page .gold-account-panel-title__copy {
  color: #f0d279;
}

body.gold-dark.gold-account-page .gold-account-panel-title__copy small {
  color: #ae9e82;
}

body.gold-dark.gold-account-page .gold-account-profile-summary {
  background:
    radial-gradient(circle at 92% 10%, rgba(221, 172, 53, 0.14), transparent 7rem),
    linear-gradient(145deg, #2a2113, #151009);
  border-color: #74571f;
  box-shadow: inset 0 1px rgba(255, 227, 145, 0.04);
}

body.gold-dark.gold-account-page .gold-account-profile-summary__copy strong {
  color: #f1d681;
}

body.gold-dark.gold-account-page .gold-account-profile-summary__copy small {
  color: #a99b82;
}

body.gold-dark.gold-account-page .gold-account-profile-summary__badge {
  color: #9dd0ac;
  background: rgba(46, 104, 65, 0.22);
  border-color: rgba(95, 160, 113, 0.38);
}

body.gold-dark.gold-account-page .gold-account-field > label {
  color: #e1cfaa;
}

body.gold-dark.gold-account-page .gold-account-field__icon {
  color: #d0a43b;
}

body.gold-dark.gold-account-page .gold-account-input-wrap > .form-control {
  color: #eee3ce;
  background: linear-gradient(145deg, #17130d, #090806);
  border-color: #654d22;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.22);
}

body.gold-dark.gold-account-page .gold-account-input-wrap > .form-control:hover {
  border-color: #927023;
}

body.gold-dark.gold-account-page .gold-account-input-wrap > .form-control:focus {
  background: #0b0906;
  border-color: #c5952c;
  box-shadow: 0 0 0 3px rgba(197, 149, 44, 0.14);
}

body.gold-dark.gold-account-page .gold-account-input-wrap > .form-control[readonly],
body.gold-dark.gold-account-page .gold-account-input-wrap > .form-control[disabled] {
  color: #b8aa90;
  background: linear-gradient(145deg, #211b12, #120f0a);
  border-color: #5e4922;
}

body.gold-dark.gold-account-page .gold-account-2fa form > p {
  color: #afa187;
  background: rgba(126, 91, 26, 0.14);
  border-color: rgba(166, 124, 34, 0.32);
}

body.gold-dark.gold-account-page .gold-account-modal .modal-content {
  border-color: #806123;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.58);
}

body.gold-dark.gold-account-page .gold-account-modal .modal-header {
  background: linear-gradient(135deg, #2a2113, #15120c) !important;
}

body.gold-dark.gold-account-page .gold-account-modal .modal-title {
  color: #edcf78;
}

@media (max-width: 767px) {
  body.gold-account-page .gold-main > .container {
    width: 100%;
    padding: 12px 10px 28px;
  }

  body.gold-account-page .gold-main > .container > .row {
    width: 100%;
    margin: 0;
  }

  body.gold-account-page .gold-account-column {
    display: grid;
    width: 100%;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 11px;
  }

  body.gold-account-page .gold-account-tabs,
  body.gold-account-page .gold-account-api {
    grid-column: 1;
  }

  body.gold-account-page .gold-account-tabs {
    display: flex !important;
    align-items: stretch;
    width: 100%;
    padding: 6px;
    gap: 6px;
    border-radius: 12px;
  }

  body.gold-account-page .gold-account-tabs > li {
    float: none !important;
    display: block;
    flex: 1 1 0;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0;
  }

  body.gold-account-page .gold-account-tabs > li > a {
    width: 100%;
  }

  body.gold-account-page .gold-account-tabs > li > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 39px;
    min-height: 39px;
    padding: 8px 10px;
    border-radius: 9px;
    font-size: 10.5px;
    line-height: 1;
    white-space: nowrap;
  }

  body.gold-account-page .gold-account-panel {
    width: 100%;
    margin: 0;
    padding: 14px 12px;
    border-radius: 15px;
  }

  body.gold-account-page .gold-account-panel-title {
    margin: 0 0 13px;
    padding: 0 0 12px;
  }

  body.gold-account-page .gold-account-panel-title .gold-card-title__icon {
    width: 34px;
    height: 34px;
  }

  body.gold-account-page .gold-account-panel-title__copy {
    font-size: 15px;
  }

  body.gold-account-page .gold-account-panel-title__copy small {
    font-size: 9.5px;
  }

  body.gold-account-page .gold-account-profile-summary {
    gap: 9px;
    margin-bottom: 14px;
    padding: 9px;
    border-radius: 11px;
  }

  body.gold-account-page .gold-account-profile-summary__avatar {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    font-size: 14px;
  }

  body.gold-account-page .gold-account-profile-summary__copy strong {
    font-size: 11.5px;
  }

  body.gold-account-page .gold-account-profile-summary__copy small {
    font-size: 8.5px;
  }

  body.gold-account-page .gold-account-profile-summary__badge {
    padding: 4px 6px;
    font-size: 8px;
  }

  body.gold-account-page .gold-account-field {
    margin-bottom: 13px;
  }

  body.gold-account-page .gold-account-field > label {
    font-size: 10.5px;
  }

  body.gold-account-page .gold-account-input-wrap > .form-control {
    min-height: 44px;
    padding-left: 37px;
    border-radius: 10px;
    font-size: 11.5px;
  }

  body.gold-account-page .gold-account-field__icon {
    left: 12px;
    font-size: 10.5px;
  }

  body.gold-account-page .gold-account-action {
    width: 100%;
    min-height: 41px;
  }

  body.gold-account-page .gold-account-2fa form > p {
    font-size: 10px;
  }

  body.gold-account-page .gold-account-modal .modal-dialog {
    margin: 14px 10px;
  }
}

/* Notifications page only: confirmation and preference centre. */
body.gold-notifications-page .gold-notifications-column {
  align-items: start;
}

body.gold-notifications-page .gold-notifications-panel {
  align-self: start;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #fbf5e7 72%, #f5e7c7);
  border: 1px solid #c9a54f;
  border-radius: 17px;
  box-shadow: 0 17px 36px rgba(87, 56, 6, 0.11), inset 0 1px rgba(255, 255, 255, 0.78);
}

body.gold-notifications-page .gold-notifications-title,
body.gold-notifications-page .gold-notifications-preferences-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -2px 0 16px;
  padding: 0 0 15px;
}

body.gold-notifications-page .gold-notifications-title .gold-card-title__icon,
body.gold-notifications-page .gold-notifications-preferences-title .gold-card-title__icon {
  flex: 0 0 auto;
  margin: 0;
}

body.gold-notifications-page .gold-notifications-title__copy,
body.gold-notifications-page .gold-notifications-preferences-title__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #5d3e07;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.15;
}

body.gold-notifications-page .gold-notifications-title__copy small,
body.gold-notifications-page .gold-notifications-preferences-title__copy small {
  margin-top: 4px;
  color: #82745e;
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0;
}

body.gold-notifications-page .gold-notifications-email-card {
  position: relative;
  display: grid;
  min-height: 210px;
  padding: 17px;
  overflow: hidden;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  grid-template-areas:
    "icon title status"
    "icon copy copy"
    "action action action";
  gap: 7px 12px;
  background:
    radial-gradient(circle at 92% 8%, rgba(224, 180, 66, 0.2), transparent 9rem),
    linear-gradient(145deg, #fff9e8, #f5e4b8);
  border: 1px solid #d3b568;
  border-radius: 14px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

body.gold-notifications-page .gold-notifications-email-card::after {
  position: absolute;
  right: -38px;
  bottom: -54px;
  width: 138px;
  height: 138px;
  background: radial-gradient(circle, rgba(197, 144, 35, 0.13), transparent 68%);
  content: '';
  pointer-events: none;
}

body.gold-notifications-page .gold-notifications-email-card__icon {
  z-index: 1;
  grid-area: icon;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  width: 50px;
  height: 50px;
  color: #241704;
  background: linear-gradient(145deg, #f6dc83, #b97917);
  border: 1px solid #a96d12;
  border-radius: 14px;
  box-shadow: 0 9px 20px rgba(127, 77, 5, 0.22), inset 0 1px rgba(255, 242, 183, 0.75);
  font-size: 18px;
}

body.gold-notifications-page .gold-notifications-email-card__status {
  z-index: 1;
  grid-area: status;
  display: inline-flex;
  align-items: center;
  align-self: start;
  justify-self: end;
  padding: 6px 9px;
  color: #a71920;
  background: rgba(255, 235, 232, 0.92);
  border: 1px solid rgba(181, 40, 47, 0.5);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}

body.gold-notifications-page .gold-notifications-email-card__status i {
  margin-right: 5px;
  font-size: 8px;
}

body.gold-notifications-page .gold-notifications-email-card__title {
  z-index: 1;
  grid-area: title;
  align-self: center;
  margin: 0;
  color: #99191f;
  font-size: 14px;
  font-weight: 900;
}

body.gold-notifications-page .gold-notifications-email-card__copy {
  z-index: 1;
  grid-area: copy;
  margin: 0;
  color: #a12a30;
  font-size: 10.5px;
  font-weight: 750;
  line-height: 1.55;
}

body.gold-notifications-page .gold-notifications-email-card__form {
  z-index: 1;
  grid-area: action;
  align-self: end;
  margin: 9px 0 0;
}

body.gold-notifications-page .gold-notifications-confirm-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 9px 15px;
  color: #211504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #a96f15;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(135, 82, 5, 0.19);
  font-size: 11px;
  font-weight: 850;
}

body.gold-notifications-page .gold-notifications-confirm-action:hover,
body.gold-notifications-page .gold-notifications-confirm-action:focus {
  color: #160d01;
  background: linear-gradient(135deg, #f8df8d, #c98b21);
  border-color: #a76a10;
  box-shadow: 0 10px 21px rgba(135, 82, 5, 0.25);
}

body.gold-notifications-page .gold-notifications-preferences > form {
  margin: 0;
}

body.gold-notifications-page .gold-notifications-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 7px;
  background: transparent;
}

body.gold-notifications-page .gold-notifications-table > thead > tr > th {
  padding: 10px 12px;
  color: #684608 !important;
  background: linear-gradient(135deg, #fff8e5, #f0ddaa) !important;
  border-top: 1px solid #d8be79;
  border-bottom: 1px solid #c9a24a;
  font-size: 9.5px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.gold-notifications-page .gold-notifications-table > thead > tr > th:first-child {
  border-left: 1px solid #d8be79;
  border-radius: 10px 0 0 10px;
}

body.gold-notifications-page .gold-notifications-table > thead > tr > th:last-child {
  width: 180px;
  border-right: 1px solid #d8be79;
  border-radius: 0 10px 10px 0;
  text-align: center;
}

body.gold-notifications-page .gold-notifications-row {
  --notification-accent: #d2a43a;
}

body.gold-notifications-page .gold-notifications-row--variant-1 {
  --notification-accent: #bd7f22;
}

body.gold-notifications-page .gold-notifications-row--variant-2 {
  --notification-accent: #c39662;
}

body.gold-notifications-page .gold-notifications-row > td {
  padding: 11px 12px;
  color: #403626;
  background: rgba(255, 254, 250, 0.92);
  border-top: 1px solid rgba(192, 151, 61, 0.35);
  border-bottom: 1px solid rgba(192, 151, 61, 0.35);
  vertical-align: middle;
}

body.gold-notifications-page .gold-notifications-row > td:first-child {
  border-left: 3px solid var(--notification-accent);
  border-radius: 11px 0 0 11px;
}

body.gold-notifications-page .gold-notifications-row > td:last-child {
  border-right: 1px solid rgba(192, 151, 61, 0.35);
  border-radius: 0 11px 11px 0;
}

body.gold-notifications-page .gold-notification-name {
  display: flex;
  align-items: center;
  min-width: 0;
}

body.gold-notifications-page .gold-notification-name__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  color: #241704;
  background: linear-gradient(145deg, #f5da80, #b87917);
  border: 1px solid #a86e13;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(125, 75, 5, 0.16);
  font-size: 12px;
}

body.gold-notifications-page .gold-notification-name__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-notifications-page .gold-notification-name__copy strong {
  color: #3c2d14;
  font-size: 11.5px;
  font-weight: 800;
}

body.gold-notifications-page .gold-notification-name__copy small {
  margin-top: 3px;
  color: #847661;
  font-size: 9px;
  font-weight: 650;
}

body.gold-notifications-page .gold-notifications-cell--email {
  text-align: center;
}

body.gold-notifications-page .gold-notification-toggle-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 32px;
}

body.gold-notifications-page .gold-notification-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

body.gold-notifications-page .gold-notification-switch {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  width: 42px;
  height: 24px;
  padding: 2px;
  background: #e8ddc4;
  border: 1px solid #c8b17a;
  border-radius: 999px;
  box-shadow: inset 0 2px 4px rgba(84, 55, 5, 0.08);
  transition: background 0.16s ease, border-color 0.16s ease;
}

body.gold-notifications-page .gold-notification-switch__thumb {
  display: block;
  width: 18px;
  height: 18px;
  background: #fffdf7;
  border: 1px solid #bca871;
  border-radius: 50%;
  box-shadow: 0 3px 7px rgba(72, 47, 5, 0.18);
  transform: translateX(0);
  transition: transform 0.18s ease;
}

body.gold-notifications-page .gold-notification-checkbox:checked + .gold-notification-switch {
  background: linear-gradient(135deg, #edce6b, #b77614);
  border-color: #a46810;
}

body.gold-notifications-page .gold-notification-checkbox:checked + .gold-notification-switch .gold-notification-switch__thumb {
  border-color: rgba(96, 56, 3, 0.34);
  transform: translateX(16px);
}

body.gold-notifications-page .gold-notification-checkbox:disabled + .gold-notification-switch {
  cursor: not-allowed;
  opacity: 0.76;
}

body.gold-notifications-page .gold-notification-lock {
  display: inline-flex;
  align-items: center;
  color: #88775b;
  font-size: 8.5px;
  font-weight: 750;
  white-space: nowrap;
}

body.gold-notifications-page .gold-notification-lock i {
  margin-right: 4px;
  color: #b07b1c;
  font-size: 8px;
}

body.gold-dark.gold-notifications-page .gold-notifications-panel {
  background: linear-gradient(145deg, #1d170f, #0b0906 72%, #151008);
  border-color: #76591e;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-dark.gold-notifications-page .gold-notifications-title__copy,
body.gold-dark.gold-notifications-page .gold-notifications-preferences-title__copy {
  color: #f0d279;
}

body.gold-dark.gold-notifications-page .gold-notifications-title__copy small,
body.gold-dark.gold-notifications-page .gold-notifications-preferences-title__copy small {
  color: #ae9e82;
}

body.gold-dark.gold-notifications-page .gold-notifications-email-card {
  background:
    radial-gradient(circle at 92% 8%, rgba(221, 172, 53, 0.14), transparent 9rem),
    linear-gradient(145deg, #2a2113, #151009);
  border-color: #74571f;
  box-shadow: inset 0 1px rgba(255, 227, 145, 0.04);
}

body.gold-dark.gold-notifications-page .gold-notifications-email-card__title {
  color: #ff787d;
}

body.gold-dark.gold-notifications-page .gold-notifications-email-card__copy {
  color: #f06e73;
}

body.gold-dark.gold-notifications-page .gold-notifications-email-card__status {
  color: #ff8387;
  background: rgba(146, 29, 35, 0.25);
  border-color: rgba(232, 84, 90, 0.56);
}

body.gold-dark.gold-notifications-page .gold-notifications-row > td {
  color: #dfd3bc;
  background: linear-gradient(135deg, #1c170f, #0e0c08);
  border-color: rgba(159, 118, 34, 0.4);
}

body.gold-dark.gold-notifications-page .gold-notification-name__copy strong {
  color: #f0e5cf;
}

body.gold-dark.gold-notifications-page .gold-notification-name__copy small,
body.gold-dark.gold-notifications-page .gold-notification-lock {
  color: #a99a80;
}

body.gold-dark.gold-notifications-page .gold-notification-switch {
  background: #292116;
  border-color: #6a5226;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.32);
}

body.gold-dark.gold-notifications-page .gold-notification-switch__thumb {
  background: #e9dcc0;
  border-color: #8d7338;
}

body.gold-dark.gold-notifications-page .gold-notification-checkbox:checked + .gold-notification-switch {
  background: linear-gradient(135deg, #e6c65f, #9f6410);
  border-color: #d2a13a;
}

/* Account save confirmation: fixed, dismissible success popup. */
.gold-save-toast-region {
  position: fixed;
  z-index: 3000;
  top: 78px;
  left: 50%;
  display: flex;
  width: min(520px, calc(100% - 32px));
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
  transform: translateX(-50%);
}

.gold-save-toast {
  position: relative;
  display: grid;
  min-height: 64px;
  padding: 10px 11px 10px 12px;
  overflow: hidden;
  grid-template-columns: 40px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 11px;
  color: #f8f3e7;
  background:
    radial-gradient(circle at 8% 12%, rgba(218, 175, 62, 0.14), transparent 7rem),
    linear-gradient(135deg, #1d2c21, #0c1710 72%);
  border: 1px solid #a9822d;
  border-radius: 15px;
  box-shadow: 0 18px 42px rgba(20, 20, 9, 0.28), 0 4px 12px rgba(67, 44, 5, 0.14), inset 0 1px rgba(255, 239, 185, 0.08);
  opacity: 0;
  pointer-events: auto;
  transform: translateY(-18px) scale(0.98);
  transition: opacity 0.24s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.gold-save-toast::after {
  position: absolute;
  right: 52px;
  bottom: 0;
  left: 64px;
  height: 1px;
  background: linear-gradient(90deg, rgba(211, 169, 61, 0.68), transparent);
  content: '';
  pointer-events: none;
}

.gold-save-toast.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gold-save-toast.is-leaving {
  opacity: 0;
  transform: translateY(-12px) scale(0.98);
}

.gold-save-toast__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #172116;
  background: linear-gradient(145deg, #f1d774, #b57a18);
  border: 1px solid #d6ad43;
  border-radius: 12px;
  box-shadow: 0 7px 17px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 246, 201, 0.7);
  font-size: 14px;
}

.gold-save-toast__message {
  min-width: 0;
  color: #f3ead8;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.005em;
  line-height: 1.35;
}

.gold-save-toast__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #cfbea0;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(222, 190, 107, 0.22);
  border-radius: 11px;
  font-size: 12px;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.gold-save-toast__close:hover,
.gold-save-toast__close:focus {
  color: #241704;
  background: linear-gradient(145deg, #f0d477, #b87918);
  border-color: #d5aa3c;
  outline: none;
  transform: scale(1.04);
}

body.gold-dark .gold-save-toast {
  background:
    radial-gradient(circle at 8% 12%, rgba(228, 180, 55, 0.12), transparent 7rem),
    linear-gradient(135deg, #18241b, #070c08 76%);
  border-color: #846521;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 229, 148, 0.06);
}

@media (max-width: 767px) {
  .gold-save-toast-region {
    top: 76px;
    width: calc(100% - 20px);
  }

  .gold-save-toast {
    min-height: 58px;
    padding: 9px;
    grid-template-columns: 36px minmax(0, 1fr) 34px;
    gap: 9px;
    border-radius: 13px;
  }

  .gold-save-toast__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 12px;
  }

  .gold-save-toast__message {
    font-size: 12px;
  }

  .gold-save-toast__close {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 11px;
  }

  .gold-save-toast::after {
    right: 47px;
    left: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-save-toast {
    transition: none;
  }
}

@media (max-width: 767px) {
  body.gold-notifications-page .gold-notifications-panel {
    width: 100%;
    margin: 0;
    padding: 14px 12px;
    border-radius: 15px;
  }

  body.gold-notifications-page .gold-notifications-title,
  body.gold-notifications-page .gold-notifications-preferences-title {
    margin: 0 0 13px;
    padding: 0 0 12px;
  }

  body.gold-notifications-page .gold-notifications-title .gold-card-title__icon,
  body.gold-notifications-page .gold-notifications-preferences-title .gold-card-title__icon {
    width: 34px;
    height: 34px;
  }

  body.gold-notifications-page .gold-notifications-title__copy,
  body.gold-notifications-page .gold-notifications-preferences-title__copy {
    font-size: 15px;
  }

  body.gold-notifications-page .gold-notifications-title__copy small,
  body.gold-notifications-page .gold-notifications-preferences-title__copy small {
    font-size: 9.5px;
  }

  body.gold-notifications-page .gold-notifications-email-card {
    min-height: 250px;
    padding: 14px;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-areas:
      "icon title"
      "status status"
      "copy copy"
      "action action";
    gap: 9px 10px;
    border-radius: 12px;
  }

  body.gold-notifications-page .gold-notifications-email-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 15px;
  }

  body.gold-notifications-page .gold-notifications-email-card__title {
    font-size: 12.5px;
  }

  body.gold-notifications-page .gold-notifications-email-card__status {
    justify-self: start;
    padding: 5px 8px;
    font-size: 8.5px;
  }

  body.gold-notifications-page .gold-notifications-email-card__copy {
    font-size: 10px;
  }

  body.gold-notifications-page .gold-notifications-confirm-action {
    min-height: 41px;
  }

  body.gold-notifications-page .gold-notifications-table,
  body.gold-notifications-page .gold-notifications-table > tbody {
    display: block;
    width: 100%;
  }

  body.gold-notifications-page .gold-notifications-table > thead {
    display: none;
  }

  body.gold-notifications-page .gold-notifications-row {
    display: grid;
    width: 100%;
    margin: 0 0 8px;
    padding: 9px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    background: linear-gradient(145deg, #fffefa, #faf1dc);
    border: 1px solid rgba(190, 145, 47, 0.58);
    border-left: 3px solid var(--notification-accent);
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(88, 56, 5, 0.08);
  }

  body.gold-notifications-page .gold-notifications-row > td {
    display: block;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
  }

  body.gold-notifications-page .gold-notification-name__icon {
    width: 33px;
    height: 33px;
    margin-right: 8px;
    border-radius: 9px;
    font-size: 10px;
  }

  body.gold-notifications-page .gold-notification-name__copy strong {
    font-size: 10.5px;
  }

  body.gold-notifications-page .gold-notification-name__copy small {
    font-size: 8.5px;
  }

  body.gold-notifications-page .gold-notification-toggle-wrap {
    align-items: flex-end;
    flex-direction: column;
    gap: 5px;
  }

  body.gold-notifications-page .gold-notification-switch {
    width: 38px;
    height: 22px;
  }

  body.gold-notifications-page .gold-notification-switch__thumb {
    width: 16px;
    height: 16px;
  }

  body.gold-notifications-page .gold-notification-checkbox:checked + .gold-notification-switch .gold-notification-switch__thumb {
    transform: translateX(14px);
  }

  body.gold-notifications-page .gold-notification-lock {
    font-size: 7.5px;
  }

  body.gold-dark.gold-notifications-page .gold-notifications-row {
    background: linear-gradient(145deg, #1d170f, #0b0906);
    border-color: rgba(165, 123, 34, 0.55);
    border-left-color: var(--notification-accent);
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.3);
  }
}

/* --------------------------------------------------------------------------
   Modern public homepage — scoped to signin.twig only
   -------------------------------------------------------------------------- */
body.gold-public {
  --home-black: #080705;
  --home-ink: #201a11;
  --home-muted: #756c5f;
  --home-cream: #fbf7eb;
  --home-surface: #fffdf7;
  --home-gold: #c99024;
  --home-gold-light: #f4d77e;
  --home-line: rgba(155, 111, 25, 0.25);
  color: var(--home-ink);
  background: var(--home-cream);
}

body.gold-public .gold-main {
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

body.gold-public > .navbar,
body.gold-public .navbar-default {
  position: relative;
  z-index: 100;
  margin: 0;
  background: rgba(255, 253, 247, 0.96);
  border: 0;
  border-bottom: 1px solid rgba(168, 116, 23, 0.22);
  box-shadow: 0 10px 30px rgba(64, 43, 5, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.gold-public .navbar-default .navbar-brand {
  color: #2c210c;
  font-weight: 850;
  letter-spacing: -0.035em;
}

body.gold-public .navbar-default .navbar-nav > li > a {
  color: #514735;
  font-weight: 700;
}

body.gold-public .navbar-default .navbar-nav > li > a:hover,
body.gold-public .navbar-default .navbar-nav > li > a:focus {
  color: #8e5f09;
}

body.gold-public .navbar-default .navbar-nav > .active > a,
body.gold-public .navbar-default .navbar-nav > .active > a:hover,
body.gold-public .navbar-default .navbar-nav > .active > a:focus {
  color: #241a08;
  background: linear-gradient(135deg, #f2d16f, #c88918);
  box-shadow: 0 7px 18px rgba(151, 101, 10, 0.18);
}

.gold-home,
.gold-home *,
.gold-home *::before,
.gold-home *::after {
  box-sizing: border-box;
}

.gold-home {
  position: relative;
  color: var(--home-ink);
  background: var(--home-cream);
}

.gold-home a {
  text-decoration: none;
}

.gold-home__shell {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.gold-home__hero {
  position: relative;
  min-height: 680px;
  padding: 80px 0 74px;
  overflow: hidden;
  color: #f9f1df;
  background:
    linear-gradient(rgba(225, 178, 70, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(225, 178, 70, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 15% 22%, rgba(230, 182, 69, 0.16), transparent 27rem),
    radial-gradient(circle at 90% 78%, rgba(166, 106, 13, 0.17), transparent 25rem),
    linear-gradient(135deg, #070604 0%, #110d08 54%, #090704 100%);
  background-size: 48px 48px, 48px 48px, auto, auto, auto;
  border-bottom: 1px solid rgba(224, 181, 81, 0.38);
}

.gold-home__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.65;
  background: linear-gradient(115deg, transparent 15%, rgba(255, 226, 139, 0.055) 45%, transparent 72%);
  pointer-events: none;
}

.gold-home__glow {
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(230, 190, 96, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.gold-home__glow::before,
.gold-home__glow::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(230, 190, 96, 0.12);
  border-radius: inherit;
}

.gold-home__glow::before { inset: 42px; }
.gold-home__glow::after { inset: 90px; }
.gold-home__glow--one { top: -170px; right: -90px; }
.gold-home__glow--two { bottom: -230px; left: -120px; width: 470px; height: 470px; }

.gold-home__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  align-items: center;
  gap: 78px;
}

.gold-home__intro {
  position: relative;
  z-index: 3;
}

.gold-home__eyebrow,
.gold-home__kicker,
.gold-home__micro {
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.gold-home__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  gap: 9px;
  color: #f2d477;
  background: rgba(230, 185, 78, 0.08);
  border: 1px solid rgba(230, 185, 78, 0.24);
  border-radius: 999px;
}

.gold-home__eyebrow-dot {
  width: 7px;
  height: 7px;
  background: #f3cf63;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(243, 207, 99, 0.1), 0 0 18px rgba(243, 207, 99, 0.7);
}

.gold-home__intro h1 {
  max-width: 720px;
  margin: 24px 0 21px;
  color: #fff9ec;
  font-size: clamp(48px, 5.4vw, 76px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.gold-home__intro h1 span {
  color: transparent;
  background: linear-gradient(105deg, #fff0b8 0%, #e8ba4d 48%, #a97011 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.gold-home__intro h1 .gold-home__headline-accent {
  display: block;
  width: fit-content;
  margin-bottom: 9px;
  color: #ff4b4b;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  font-size: 0.64em;
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-decoration-line: underline;
  text-decoration-color: rgba(255, 75, 75, 0.82);
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
  text-shadow: 0 7px 24px rgba(255, 54, 54, 0.22);
}

.gold-home__intro h1 .gold-home__headline-main {
  display: block;
  color: #fff9ec;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

.gold-home__lead {
  max-width: 650px;
  margin: 0;
  color: #ddd1bd;
  font-size: 17px;
  font-weight: 620;
  line-height: 1.76;
}

.gold-home__actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 31px;
  gap: 12px;
}

.gold-home__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.gold-home__button:hover,
.gold-home__button:focus {
  text-decoration: none;
  transform: translateY(-2px);
}

.gold-home__button--primary {
  color: #211706;
  background: linear-gradient(135deg, #f7dc82, #d59a27 62%, #bd7710);
  border-color: #f4d170;
  box-shadow: 0 13px 30px rgba(180, 117, 12, 0.28), inset 0 1px rgba(255, 255, 255, 0.65);
}

.gold-home__button--primary:hover,
.gold-home__button--primary:focus {
  color: #130e05;
  box-shadow: 0 17px 36px rgba(180, 117, 12, 0.36), inset 0 1px rgba(255, 255, 255, 0.7);
}

.gold-home__button--ghost {
  color: #f7edd8;
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(230, 196, 116, 0.25);
}

.gold-home__button--ghost:hover,
.gold-home__button--ghost:focus {
  color: #fff;
  background: rgba(229, 185, 78, 0.09);
  border-color: rgba(230, 196, 116, 0.45);
}

.gold-home__assurance {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 11px 20px;
  color: #a99e8d;
  font-size: 11px;
  font-weight: 700;
}

.gold-home__assurance span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.gold-home__assurance i { color: #d7a638; }

.gold-home__social-orbit {
  display: flex;
  align-items: center;
  margin-top: 34px;
  gap: 15px;
}

.gold-home__orbit-label {
  color: #807768;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gold-home__orbit-icons {
  display: flex;
  padding-left: 8px;
}

.gold-home__platform {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-left: -8px;
  color: #f5deb0;
  background: #171109;
  border: 1px solid rgba(226, 183, 83, 0.25);
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25);
  font-size: 14px;
}

.gold-home__login-benefits {
  position: relative;
  z-index: 3;
  margin-top: 27px;
  padding: 0 8px;
}

.gold-home__login-benefits .gold-home__assurance {
  justify-content: center;
  margin-top: 0;
}

.gold-home__login-benefits .gold-home__social-orbit {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 23px;
  gap: 10px;
}

.gold-home__login-wrap {
  position: relative;
  z-index: 3;
}

.gold-home__login-card {
  position: relative;
  padding: 29px;
  color: #2c2418;
  background:
    radial-gradient(circle at 100% 0, rgba(224, 177, 64, 0.17), transparent 16rem),
    rgba(255, 253, 247, 0.985);
  border: 1px solid rgba(232, 195, 107, 0.66);
  border-radius: 22px;
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.38), 0 0 0 6px rgba(224, 174, 56, 0.035), inset 0 1px #fff;
}

.gold-home__login-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  left: 28px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #e7b844, transparent);
}

.gold-home__login-head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding-bottom: 21px;
  gap: 13px;
  border-bottom: 1px solid rgba(155, 111, 25, 0.17);
}

.gold-home__login-icon {
  display: flex;
  flex: 0 0 47px;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  color: #241904;
  background: linear-gradient(145deg, #f6d878, #c78313);
  border: 1px solid rgba(133, 84, 4, 0.28);
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(166, 106, 11, 0.22), inset 0 1px rgba(255, 255, 255, 0.62);
  font-size: 18px;
}

.gold-home__micro { display: block; margin: 1px 0 4px; color: #a37217; font-size: 8px; }
.gold-home__login-head h2 { margin: 0; color: #251d12; font-size: 23px; font-weight: 900; letter-spacing: -0.035em; }
.gold-home__login-head p { margin: 4px 0 0; color: #7f7568; font-size: 11px; line-height: 1.45; }

.gold-home__login-form { margin: 0; }
.gold-home__login-form .alert { margin-bottom: 17px; font-size: 12px; }
.gold-home__field { margin-bottom: 17px; }
.gold-home__field > label,
.gold-home__field-row label { margin: 0 0 7px; color: #3a2d1c; font-size: 11px; font-weight: 800; }
.gold-home__field-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.gold-home__field-row a { margin-bottom: 7px; color: #9c6810; font-size: 10px; font-weight: 750; }
.gold-home__field-row a:hover,
.gold-home__field-row a:focus { color: #573a07; }

.gold-home__input-wrap { position: relative; }
.gold-home__input-wrap > i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 15px;
  color: #ad7a1d;
  font-size: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}

.gold-home__input-wrap .form-control {
  width: 100%;
  height: 49px;
  padding: 10px 14px 10px 41px;
  color: #2f271c;
  background: rgba(255, 254, 250, 0.9);
  border: 1px solid #d9c491;
  border-radius: 12px;
  box-shadow: inset 0 2px 5px rgba(72, 48, 5, 0.035);
  font-size: 13px;
  font-weight: 600;
}

.gold-home__input-wrap .form-control:focus {
  background: #fff;
  border-color: #b87710;
  box-shadow: 0 0 0 4px rgba(199, 143, 35, 0.12), inset 0 2px 5px rgba(72, 48, 5, 0.025);
  outline: none;
}

.gold-home__input-wrap .form-control::placeholder { color: #aaa093; font-weight: 500; }

.gold-home__login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 49px;
  margin-top: 6px;
  padding: 11px 18px;
  gap: 10px;
  color: #211706;
  background: linear-gradient(135deg, #f4d574, #d59824 63%, #bd7710);
  border: 1px solid #a96a08;
  border-radius: 12px;
  box-shadow: 0 12px 23px rgba(163, 102, 8, 0.22), inset 0 1px rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 850;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gold-home__login-button:hover,
.gold-home__login-button:focus { transform: translateY(-1px); box-shadow: 0 15px 29px rgba(163, 102, 8, 0.29), inset 0 1px rgba(255, 255, 255, 0.7); outline: none; }
.gold-home__login-button i { font-size: 10px; }
.gold-home__captcha { margin: 10px 0 16px; }
.gold-home__divider { display: flex; align-items: center; margin: 19px 0; color: #978c7e; font-size: 9px; text-transform: uppercase; letter-spacing: 0.08em; }
.gold-home__divider::before,
.gold-home__divider::after { content: ""; flex: 1; height: 1px; background: rgba(155, 111, 25, 0.17); }
.gold-home__divider span { padding: 0 11px; }

.gold-home__signup-line {
  margin: 18px 0 0;
  color: #786f62;
  text-align: center;
  font-size: 11px;
}

.gold-home__signup-line a { margin-left: 4px; color: #96630a; font-weight: 850; }
.gold-home__signup-line a i { margin-left: 3px; font-size: 8px; }
.gold-home__secure-line { display: flex; align-items: center; justify-content: center; margin: 22px -29px -29px; padding: 13px; gap: 8px; color: #817768; background: rgba(232, 211, 164, 0.21); border-top: 1px solid rgba(155, 111, 25, 0.13); border-radius: 0 0 22px 22px; font-size: 9px; font-weight: 700; }
.gold-home__secure-line i { color: #a87313; }

.gold-home__float-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  min-width: 180px;
  padding: 10px 13px;
  gap: 10px;
  color: #e9dbc1;
  background: rgba(24, 18, 10, 0.92);
  border: 1px solid rgba(225, 183, 82, 0.28);
  border-radius: 13px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  animation: goldHomeFloat 4.5s ease-in-out infinite;
}

.gold-home__float-card--top { top: -32px; right: -42px; }
.gold-home__float-card--bottom { bottom: 150px; left: -70px; animation-delay: -2.2s; }
.gold-home__float-icon { display: flex; align-items: center; justify-content: center; width: 31px; height: 31px; color: #2c1d04; background: linear-gradient(145deg, #f0d06e, #bf7b14); border-radius: 9px; font-size: 12px; }
.gold-home__float-card > span:last-child { display: flex; flex-direction: column; }
.gold-home__float-card strong { color: #fff1ce; font-size: 10px; }
.gold-home__float-card small { margin-top: 2px; color: #9e927f; font-size: 8px; }

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

.gold-home__trust {
  position: relative;
  z-index: 5;
  color: #302719;
  background: #fffdf8;
  border-bottom: 1px solid var(--home-line);
  box-shadow: 0 14px 35px rgba(85, 56, 4, 0.05);
}

.gold-home__trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.gold-home__trust-grid article { display: flex; align-items: center; justify-content: center; min-height: 112px; padding: 24px; gap: 13px; border-right: 1px solid var(--home-line); }
.gold-home__trust-grid article:last-child { border-right: 0; }
.gold-home__trust-grid article > i { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; color: #8a5907; background: linear-gradient(145deg, #fff7dc, #f0d489); border: 1px solid rgba(177, 121, 16, 0.24); border-radius: 12px; box-shadow: 0 8px 18px rgba(138, 89, 7, 0.1); }
.gold-home__trust-grid article div { display: flex; flex-direction: column; }
.gold-home__trust-grid strong { color: #2b2113; font-size: 14px; font-weight: 900; }
.gold-home__trust-grid span { margin-top: 2px; color: #817767; font-size: 9px; font-weight: 650; }

.gold-home__section { position: relative; padding: 92px 0; }
.gold-home__section--platforms { background: linear-gradient(180deg, #fbf7eb, #fffdf8); }
.gold-home__section-head { max-width: 680px; margin: 0 auto 40px; text-align: center; }
.gold-home__kicker { display: block; margin-bottom: 11px; color: #a16d11; }
.gold-home__section-head h2,
.gold-home__feature-copy h2,
.gold-home__cta h2 { margin: 0; color: #261e12; font-size: clamp(30px, 4vw, 44px); font-weight: 900; line-height: 1.08; letter-spacing: -0.045em; }
.gold-home__section-head p { max-width: 600px; margin: 14px auto 0; color: #7b7163; font-size: 14px; line-height: 1.7; }

.gold-home__platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.gold-home__service-card { position: relative; display: flex; align-items: center; min-height: 105px; padding: 19px; gap: 14px; overflow: hidden; color: #30271a; background: rgba(255, 255, 255, 0.8); border: 1px solid var(--home-line); border-radius: 17px; box-shadow: 0 13px 32px rgba(83, 53, 3, 0.06); transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.gold-home__service-card::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 4px; background: var(--platform-color, #c89127); }
.gold-home__service-card:hover,
.gold-home__service-card:focus { color: #20180c; border-color: rgba(173, 116, 15, 0.52); box-shadow: 0 18px 38px rgba(83, 53, 3, 0.11); transform: translateY(-3px); }
.gold-home__service-card > i { display: flex; flex: 0 0 48px; align-items: center; justify-content: center; width: 48px; height: 48px; color: #fff; background: var(--platform-color, #c89127); border-radius: 14px; box-shadow: 0 9px 20px color-mix(in srgb, var(--platform-color, #c89127) 25%, transparent); font-size: 20px; }
.gold-home__service-card > span { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.gold-home__service-card strong { color: #2c2316; font-size: 14px; font-weight: 900; }
.gold-home__service-card small { margin-top: 5px; overflow: hidden; color: #82786a; font-size: 9px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.gold-home__service-card > b { color: #ad7819; font-size: 10px; transition: transform 0.2s ease; }
.gold-home__service-card:hover > b { transform: translateX(3px); }
.gold-home__service-card--instagram { --platform-color: #d83b7d; }
.gold-home__service-card--tiktok { --platform-color: #171717; }
.gold-home__service-card--youtube { --platform-color: #e22a2a; }
.gold-home__service-card--facebook { --platform-color: #2e68c7; }
.gold-home__service-card--telegram { --platform-color: #258ec4; }
.gold-home__service-card--twitter { --platform-color: #3c8dc2; }

.gold-home__section--steps {
  color: #f8eedc;
  background:
    radial-gradient(circle at 75% 0, rgba(220, 171, 54, 0.13), transparent 25rem),
    linear-gradient(135deg, #0a0805, #151008 55%, #090704);
  border-top: 1px solid rgba(224, 181, 81, 0.25);
  border-bottom: 1px solid rgba(224, 181, 81, 0.25);
}
.gold-home__section-head--light h2 { color: #fff5df; }
.gold-home__section-head--light p { color: #a99f90; }
.gold-home__steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gold-home__steps-grid article { position: relative; min-height: 230px; padding: 27px 23px; overflow: hidden; background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)); border: 1px solid rgba(225, 183, 83, 0.21); border-radius: 18px; }
.gold-home__steps-grid article::after { content: ""; position: absolute; right: -50px; bottom: -50px; width: 120px; height: 120px; background: radial-gradient(circle, rgba(226, 177, 59, 0.13), transparent 68%); }
.gold-home__steps-grid article > i { display: flex; align-items: center; justify-content: center; width: 43px; height: 43px; margin-bottom: 29px; color: #231804; background: linear-gradient(145deg, #f3d678, #c88416); border-radius: 13px; box-shadow: 0 10px 24px rgba(177, 112, 11, 0.21); font-size: 15px; }
.gold-home__step-number { position: absolute; top: 18px; right: 19px; color: rgba(244, 214, 134, 0.32); font-size: 12px; font-weight: 900; letter-spacing: 0.08em; }
.gold-home__steps-grid h3 { margin: 0 0 9px; color: #f8ecd4; font-size: 16px; font-weight: 850; }
.gold-home__steps-grid p { margin: 0; color: #9f9585; font-size: 10px; line-height: 1.65; }

.gold-home__section--features { background: #fffdf8; }
.gold-home__features-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: 72px; }
.gold-home__feature-copy h2 { max-width: 480px; }
.gold-home__feature-copy p { max-width: 480px; margin: 18px 0 0; color: #796f61; font-size: 14px; line-height: 1.75; }
.gold-home__text-link { display: inline-flex; align-items: center; margin-top: 24px; gap: 8px; color: #96630a; font-size: 12px; font-weight: 850; }
.gold-home__text-link:hover,
.gold-home__text-link:focus { color: #573a07; }
.gold-home__feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.gold-home__feature-grid article { display: flex; min-height: 145px; padding: 21px; gap: 15px; background: linear-gradient(145deg, #fff, #fbf4e0); border: 1px solid var(--home-line); border-radius: 17px; box-shadow: 0 12px 27px rgba(81, 52, 4, 0.055); }
.gold-home__feature-grid article > i { display: flex; flex: 0 0 42px; align-items: center; justify-content: center; width: 42px; height: 42px; color: #2a1d07; background: linear-gradient(145deg, #f3d574, #ce8f1d); border-radius: 12px; box-shadow: 0 9px 19px rgba(157, 99, 8, 0.17); }
.gold-home__feature-grid h3 { margin: 2px 0 7px; color: #302618; font-size: 14px; font-weight: 850; }
.gold-home__feature-grid p { margin: 0; color: #817767; font-size: 9.5px; line-height: 1.65; }

.gold-home__custom { padding: 50px 0; color: #403629; background: #fbf5e4; border-top: 1px solid var(--home-line); }
.gold-home__custom img { max-width: 100%; height: auto; }

.gold-home__cta { padding: 38px 0 78px; background: #fffdf8; }
.gold-home__cta-card { display: flex; align-items: center; justify-content: space-between; min-height: 230px; padding: 48px 55px; gap: 35px; overflow: hidden; color: #f8eedc; background: radial-gradient(circle at 83% 0, rgba(235, 190, 78, 0.2), transparent 24rem), linear-gradient(135deg, #0b0906, #1b1308); border: 1px solid rgba(207, 153, 43, 0.42); border-radius: 24px; box-shadow: 0 24px 55px rgba(70, 44, 3, 0.17); }
.gold-home__cta h2 { max-width: 650px; color: #fff3d7; }
.gold-home__cta p { margin: 12px 0 0; color: #a99d89; font-size: 12px; }
.gold-home__cta .gold-home__button { flex: 0 0 auto; }

.gold-home__footer { color: #9c917f; background: #080705; border-top: 1px solid rgba(225, 183, 83, 0.22); }
.gold-home__footer .gold-home__shell { display: flex; align-items: center; justify-content: space-between; min-height: 80px; gap: 20px; }
.gold-home__footer strong { color: #e5c36e; font-size: 13px; }
.gold-home__footer span { font-size: 9px; }

@media (max-width: 1100px) {
  .gold-home__hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr); gap: 45px; }
  .gold-home__float-card--top { right: -15px; }
  .gold-home__float-card--bottom { left: -35px; }
}

@media (max-width: 991px) {
  body.gold-public .navbar-default .navbar-toggle { border-color: rgba(168, 116, 23, 0.35); }
  body.gold-public .navbar-default .navbar-toggle .icon-bar { background: #5c3f0b; }
  body.gold-public .navbar-default .navbar-collapse { background: #fffdf8; border-color: rgba(168, 116, 23, 0.2); }
  .gold-home__hero { padding: 65px 0 70px; }
  .gold-home__hero-grid { grid-template-columns: 1fr; gap: 62px; }
  .gold-home__intro { max-width: 760px; margin: 0 auto; text-align: center; }
  .gold-home__intro h1 .gold-home__headline-accent { margin-right: auto; margin-left: auto; }
  .gold-home__lead { margin-right: auto; margin-left: auto; }
  .gold-home__actions,
  .gold-home__assurance,
  .gold-home__social-orbit { justify-content: center; }
  .gold-home__login-wrap { width: min(510px, 100%); margin: 0 auto; }
  .gold-home__trust-grid { grid-template-columns: repeat(2, 1fr); }
  .gold-home__trust-grid article:nth-child(2) { border-right: 0; }
  .gold-home__trust-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--home-line); }
  .gold-home__platform-grid { grid-template-columns: repeat(2, 1fr); }
  .gold-home__steps-grid { grid-template-columns: repeat(2, 1fr); }
  .gold-home__features-layout { grid-template-columns: 1fr; gap: 40px; }
  .gold-home__feature-copy { max-width: 650px; text-align: center; margin: 0 auto; }
  .gold-home__feature-copy h2,
  .gold-home__feature-copy p { margin-right: auto; margin-left: auto; }
}

@media (max-width: 767px) {
  .gold-home__shell { width: min(100% - 28px, 620px); }
  .gold-home__hero { min-height: 0; padding: 48px 0 55px; }
  .gold-home__eyebrow { padding: 7px 10px; font-size: 8px; }
  .gold-home__intro h1 { margin-top: 19px; font-size: clamp(34px, 10.6vw, 48px); line-height: 1.08; letter-spacing: -0.045em; }
  .gold-home__intro h1 .gold-home__headline-accent { margin-bottom: 13px; font-size: 0.72em; text-decoration-thickness: 2px; text-underline-offset: 6px; }
  .gold-home__lead { max-width: 560px; font-size: 14px; line-height: 1.72; }
  .gold-home__actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 9px; }
  .gold-home__button { min-height: 48px; padding: 11px 14px; font-size: 11px; }
  .gold-home__assurance { gap: 9px 13px; font-size: 9px; }
  .gold-home__social-orbit { flex-direction: column; gap: 10px; }
  .gold-home__login-card { padding: 22px 18px; border-radius: 18px; }
  .gold-home__login-head { margin-bottom: 20px; padding-bottom: 17px; }
  .gold-home__login-icon { flex-basis: 43px; width: 43px; height: 43px; }
  .gold-home__login-head h2 { font-size: 20px; }
  .gold-home__input-wrap .form-control { height: 50px; font-size: 16px; }
  .gold-home__secure-line { margin: 20px -18px -22px; border-radius: 0 0 18px 18px; }
  .gold-home__float-card { display: none; }
  .gold-home__trust-grid article { min-height: 94px; padding: 17px 10px; justify-content: flex-start; }
  .gold-home__trust-grid article > i { width: 37px; height: 37px; }
  .gold-home__trust-grid strong { font-size: 11px; }
  .gold-home__trust-grid span { font-size: 7.5px; }
  .gold-home__section { padding: 67px 0; }
  .gold-home__section-head { margin-bottom: 29px; }
  .gold-home__section-head h2,
  .gold-home__feature-copy h2,
  .gold-home__cta h2 { font-size: 30px; }
  .gold-home__section-head p,
  .gold-home__feature-copy p { font-size: 12px; }
  .gold-home__platform-grid { grid-template-columns: 1fr; gap: 10px; }
  .gold-home__service-card { min-height: 88px; padding: 15px; }
  .gold-home__steps-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .gold-home__steps-grid article { min-height: 205px; padding: 21px 17px; }
  .gold-home__steps-grid article > i { margin-bottom: 23px; }
  .gold-home__feature-grid { grid-template-columns: 1fr; gap: 10px; }
  .gold-home__feature-grid article { min-height: 120px; padding: 18px; }
  .gold-home__cta { padding: 25px 0 58px; }
  .gold-home__cta-card { align-items: flex-start; flex-direction: column; min-height: 0; padding: 31px 24px; border-radius: 19px; }
  .gold-home__cta-card .gold-home__button { width: 100%; }
  .gold-home__footer .gold-home__shell { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
}

@media (max-width: 430px) {
  .gold-home__actions { grid-template-columns: 1fr; }
  .gold-home__steps-grid { grid-template-columns: 1fr; }
  .gold-home__steps-grid article { min-height: 180px; }
  .gold-home__assurance { align-items: flex-start; flex-direction: column; }
  .gold-home__login-benefits { margin-top: 25px; padding: 0 6px; }
  .gold-home__login-benefits .gold-home__assurance { align-items: center; }
  .gold-home__trust-grid { grid-template-columns: 1fr; }
  .gold-home__trust-grid article { border-right: 0; border-bottom: 1px solid var(--home-line); }
  .gold-home__trust-grid article:last-child { border-bottom: 0; }
}

/* Keep headings legible inside the dark homepage sections. */
body.gold-public .gold-home__intro h1 {
  color: #fff9ec;
}

body.gold-public .gold-home__section-head--light h2,
body.gold-public .gold-home__steps-grid h3,
body.gold-public .gold-home__cta h2 {
  color: #fff3d7;
}

/* Public Services uses the same premium cards as the signed-in catalogue. */
body.gold-public.gold-services-page .gold-main {
  min-height: calc(100vh - 64px);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 4%, rgba(218, 173, 58, 0.17), transparent 24rem),
    radial-gradient(circle at 7% 78%, rgba(184, 128, 30, 0.1), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f8efd9 58%, #fffaf0);
}

body.gold-services-page--public .gold-services-table > thead > tr > th:first-child {
  width: 62px !important;
}

body.gold-services-page--public .gold-services-table > thead > tr > th:nth-child(2) {
  width: auto;
}

body.gold-services-page--public .gold-services-table > thead > tr > th:nth-child(3) {
  width: 118px;
}

body.gold-services-page--public .gold-services-table > thead > tr > th:nth-child(4),
body.gold-services-page--public .gold-services-table > thead > tr > th:nth-child(5) {
  width: 92px;
}

body.gold-services-page--public .gold-services-table > thead > tr > th:last-child {
  width: 76px;
}

@media (max-width: 767px) {
  body.gold-services-page--public .gold-services-row {
    grid-template-columns: 34px repeat(3, minmax(0, 1fr)) 32px;
    grid-template-areas:
      "id name name name action"
      "rate rate min max action";
  }
}

/* Public API keeps the premium documentation surface outside the account UI. */
body.gold-public.gold-api-page .gold-main {
  min-height: calc(100vh - 64px);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 5%, rgba(220, 176, 58, 0.17), transparent 27rem),
    radial-gradient(circle at 4% 74%, rgba(191, 137, 35, 0.08), transparent 30rem),
    linear-gradient(145deg, #fffdf8, #f7eed8 58%, #fffbf2);
}

@media (max-width: 767px) {
  body.gold-api-page--public .gold-main > .container {
    padding-bottom: 34px;
  }
}

/* Public mobile navigation: smooth premium drawer from the right. */
.gold-public-drawer__header,
.gold-public-drawer__footer,
.gold-public-drawer-overlay,
.gold-public-drawer__emoji,
.gold-public-drawer__arrow,
.gold-public-drawer__copy small {
  display: none;
}

.gold-public-drawer__copy strong {
  font: inherit;
}

@media (max-width: 767px) {
  body.gold-public-drawer-open {
    overflow: hidden;
  }

  body.gold-public > .navbar {
    overflow: visible;
  }

  body.gold-public .navbar-default .gold-public-drawer,
  body.gold-public .navbar-default .gold-public-drawer.collapse,
  body.gold-public .navbar-default .gold-public-drawer.collapsing,
  body.gold-public .navbar-default .gold-public-drawer.in {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: flex !important;
    width: min(88vw, 354px);
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    flex-direction: column;
    color: #38280c;
    background:
      radial-gradient(circle at 100% 0, rgba(226, 178, 57, 0.24), transparent 18rem),
      linear-gradient(160deg, #fffdf8 0%, #fbf2db 58%, #f4e4bd 100%);
    border: 0;
    border-left: 1px solid rgba(166, 113, 18, 0.42);
    border-radius: 22px 0 0 22px;
    box-shadow: -24px 0 55px rgba(45, 29, 3, 0.27);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(105%, 0, 0);
    will-change: transform, opacity;
    transition:
      transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.3s ease,
      visibility 0s linear 0.42s;
  }

  body.gold-public .navbar-default .gold-public-drawer.is-open,
  body.gold-public .navbar-default .gold-public-drawer.in {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
  }

  body.gold-public .navbar-default .gold-public-drawer__header {
    display: grid;
    min-height: 92px;
    padding: max(16px, env(safe-area-inset-top)) 17px 15px;
    grid-template-columns: 44px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 11px;
    background: rgba(255, 253, 247, 0.78);
    border-bottom: 1px solid rgba(170, 120, 24, 0.28);
    box-shadow: 0 8px 22px rgba(82, 51, 4, 0.07);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  body.gold-public .gold-public-drawer__brand-emoji {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: linear-gradient(145deg, #f7dd7f, #bd7c17);
    border: 1px solid #aa6d11;
    border-radius: 13px;
    box-shadow: 0 8px 18px rgba(132, 79, 4, 0.2), inset 0 1px rgba(255, 247, 204, 0.74);
    font-size: 17px;
  }

  body.gold-public .gold-public-drawer__heading {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  body.gold-public .gold-public-drawer__heading strong {
    color: #392707;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -0.015em;
  }

  body.gold-public .gold-public-drawer__heading small {
    margin-top: 3px;
    overflow: hidden;
    color: #8b7756;
    font-size: 8.5px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-public .gold-public-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #4e3508;
    background: rgba(255, 253, 246, 0.72);
    border: 1px solid rgba(166, 113, 18, 0.36);
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(76, 47, 3, 0.08);
    font-size: 25px;
    font-weight: 450;
    line-height: 1;
    transition: transform 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
  }

  body.gold-public .gold-public-drawer__close:hover,
  body.gold-public .gold-public-drawer__close:focus {
    color: #251704;
    background: #f3d77d;
    border-color: #a96e13;
    outline: none;
    box-shadow: 0 8px 18px rgba(126, 75, 5, 0.18);
  }

  body.gold-public .gold-public-drawer__close:active {
    transform: scale(0.93);
  }

  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 17px 14px 12px;
    overflow-x: hidden;
    overflow-y: auto;
    flex: 1 1 auto;
    overscroll-behavior: contain;
  }

  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li {
    float: none;
    width: 100%;
    margin: 0 0 9px;
    opacity: 0;
    transform: translate3d(22px, 0, 0);
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
  }

  body.gold-public .navbar-default .gold-public-drawer.is-open > .navbar-nav > li,
  body.gold-public .navbar-default .gold-public-drawer.in > .navbar-nav > li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  body.gold-public .gold-public-drawer.is-open > .navbar-nav > li:nth-child(1),
  body.gold-public .gold-public-drawer.in > .navbar-nav > li:nth-child(1) { transition-delay: 0.07s; }
  body.gold-public .gold-public-drawer.is-open > .navbar-nav > li:nth-child(2),
  body.gold-public .gold-public-drawer.in > .navbar-nav > li:nth-child(2) { transition-delay: 0.11s; }
  body.gold-public .gold-public-drawer.is-open > .navbar-nav > li:nth-child(3),
  body.gold-public .gold-public-drawer.in > .navbar-nav > li:nth-child(3) { transition-delay: 0.15s; }
  body.gold-public .gold-public-drawer.is-open > .navbar-nav > li:nth-child(4),
  body.gold-public .gold-public-drawer.in > .navbar-nav > li:nth-child(4) { transition-delay: 0.19s; }

  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li > a,
  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li.active > a {
    display: grid;
    min-height: 68px;
    padding: 10px 11px;
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 11px;
    color: #4c402d;
    background: rgba(255, 254, 250, 0.72);
    border: 1px solid rgba(176, 130, 36, 0.28);
    border-radius: 13px;
    box-shadow: 0 7px 17px rgba(73, 45, 3, 0.055);
    line-height: 1.2;
    white-space: normal;
  }

  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li > a:hover,
  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li > a:focus {
    color: #2a1a03;
    background: #fff9e8;
    border-color: rgba(166, 111, 18, 0.52);
    outline: none;
    transform: translateX(-3px);
    box-shadow: 0 10px 22px rgba(90, 54, 3, 0.11);
  }

  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li.active > a,
  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li.active > a:hover,
  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li.active > a:focus {
    color: #241604;
    background:
      radial-gradient(circle at 90% 8%, rgba(255, 244, 191, 0.42), transparent 8rem),
      linear-gradient(135deg, #f6dc7c, #ce8b1b);
    border-color: #a76a10;
    box-shadow: 0 11px 25px rgba(139, 84, 5, 0.21), inset 0 1px rgba(255, 246, 201, 0.76);
  }

  body.gold-public .gold-public-drawer__emoji {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: linear-gradient(145deg, #fff9e6, #f0d995);
    border: 1px solid rgba(159, 104, 15, 0.34);
    border-radius: 11px;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.78);
    font-size: 17px;
  }

  body.gold-public .gold-public-drawer li.active .gold-public-drawer__emoji {
    background: rgba(255, 250, 226, 0.74);
    border-color: rgba(103, 61, 4, 0.29);
  }

  body.gold-public .gold-public-drawer__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  body.gold-public .gold-public-drawer__copy strong {
    color: inherit;
    font-size: 13px;
    font-weight: 850;
  }

  body.gold-public .gold-public-drawer__copy small {
    display: block;
    margin-top: 4px;
    overflow: hidden;
    color: #8a7c66;
    font-size: 8.5px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-public .gold-public-drawer li.active .gold-public-drawer__copy small {
    color: rgba(58, 35, 3, 0.66);
  }

  body.gold-public .gold-public-drawer__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9a6a12;
    font-size: 24px;
    font-weight: 500;
    transition: transform 0.18s ease;
  }

  body.gold-public .gold-public-drawer a:hover .gold-public-drawer__arrow,
  body.gold-public .gold-public-drawer a:focus .gold-public-drawer__arrow {
    transform: translateX(3px);
  }

  body.gold-public .gold-public-drawer__footer {
    display: grid;
    min-height: 78px;
    padding: 13px 18px calc(13px + env(safe-area-inset-bottom));
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    color: #60450f;
    background: rgba(248, 233, 196, 0.68);
    border-top: 1px solid rgba(167, 115, 20, 0.24);
  }

  body.gold-public .gold-public-drawer__footer > span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: rgba(255, 252, 237, 0.74);
    border: 1px solid rgba(169, 113, 18, 0.28);
    border-radius: 9px;
    font-size: 14px;
  }

  body.gold-public .gold-public-drawer__footer > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  body.gold-public .gold-public-drawer__footer strong {
    font-size: 10px;
    font-weight: 850;
  }

  body.gold-public .gold-public-drawer__footer small {
    margin-top: 2px;
    color: #8c7a5b;
    font-size: 7.5px;
    font-weight: 650;
  }

  body.gold-public .navbar-default .gold-public-drawer-overlay {
    position: fixed;
    z-index: 1;
    inset: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    padding: 0;
    background: rgba(12, 8, 3, 0.5);
    border: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: opacity 0.34s ease, visibility 0s linear 0.42s;
  }

  body.gold-public-drawer-open .navbar-default .gold-public-drawer-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  body.gold-public .navbar-default .navbar-toggle {
    transition: transform 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
  }

  body.gold-public .navbar-default .navbar-toggle:hover,
  body.gold-public .navbar-default .navbar-toggle:focus {
    background: #fff8e4;
    border-color: #b87c18;
    outline: none;
    box-shadow: 0 7px 17px rgba(120, 73, 4, 0.14);
  }

  body.gold-public .navbar-default .navbar-toggle:active {
    transform: scale(0.94);
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  body.gold-public .navbar-default .gold-public-drawer,
  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li,
  body.gold-public .navbar-default .gold-public-drawer-overlay {
    transition-duration: 0.01ms !important;
    transition-delay: 0s !important;
  }
}

/* Public Sign up: premium two-panel registration experience. */
body.gold-public.gold-signup-page .gold-main {
  min-height: calc(100vh - 64px);
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(221, 174, 54, 0.2), transparent 28rem),
    radial-gradient(circle at 7% 86%, rgba(184, 128, 30, 0.1), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f6ecd4 58%, #fffaf0);
}

body.gold-signup-page .gold-main > .container {
  width: 100%;
  max-width: 1240px;
  padding: 34px 30px 48px;
}

body.gold-signup-page .gold-main > .container > .row {
  margin: 0;
}

body.gold-signup-page .gold-signup-column {
  float: none;
  width: 100% !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
  padding: 0;
}

body.gold-signup-page .gold-signup-panel {
  float: none;
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 23px;
  box-shadow: 0 24px 60px rgba(73, 46, 4, 0.16);
}

body.gold-signup-page .gold-signup-layout {
  display: grid;
  width: 100%;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  background: #fffdf8;
  border: 1px solid #caa34e;
  border-radius: 23px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.78);
}

body.gold-signup-page .gold-signup-visual {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 610px;
  padding: 35px 34px 30px;
  overflow: hidden;
  flex-direction: column;
  color: #f4e8ce;
  background:
    linear-gradient(rgba(214, 165, 48, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 165, 48, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 88% 7%, rgba(233, 186, 69, 0.22), transparent 18rem),
    linear-gradient(145deg, #171108, #080604 67%, #130d06);
  background-size: 36px 36px, 36px 36px, auto, auto;
  border-right: 1px solid rgba(192, 141, 37, 0.42);
}

body.gold-signup-page .gold-signup-visual::before,
body.gold-signup-page .gold-signup-visual::after {
  position: absolute;
  border: 1px solid rgba(224, 177, 64, 0.16);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}

body.gold-signup-page .gold-signup-visual::before {
  top: -145px;
  right: -118px;
  width: 330px;
  height: 330px;
}

body.gold-signup-page .gold-signup-visual::after {
  right: -54px;
  bottom: -115px;
  width: 245px;
  height: 245px;
}

body.gold-signup-page .gold-signup-visual__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  min-height: 31px;
  padding: 6px 10px;
  color: #e8ca70;
  background: rgba(206, 153, 39, 0.1);
  border: 1px solid rgba(213, 165, 54, 0.34);
  border-radius: 999px;
  font-size: 8.5px;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

body.gold-signup-page .gold-signup-visual__eyebrow i {
  margin-right: 7px;
  color: #f0ca5a;
  font-size: 8px;
}

body.gold-signup-page .gold-signup-visual__image {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 24px 0 25px;
  padding: 9px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(227, 181, 71, 0.65);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28), 0 0 0 4px rgba(213, 164, 49, 0.07);
}

body.gold-signup-page .gold-signup-visual__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-radius: 12px;
}

body.gold-signup-page .gold-signup-visual__copy {
  position: relative;
  z-index: 1;
}

body.gold-signup-page .gold-signup-visual__copy h1 {
  margin: 0;
  color: #fff3d7;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

body.gold-signup-page .gold-signup-visual__copy p {
  max-width: 430px;
  margin: 13px 0 0;
  color: #b7aa92;
  font-size: 10.5px;
  font-weight: 550;
  line-height: 1.65;
}

body.gold-signup-page .gold-signup-benefits {
  position: relative;
  z-index: 1;
  display: flex;
  margin-top: auto;
  padding-top: 23px;
  gap: 8px;
  flex-wrap: wrap;
}

body.gold-signup-page .gold-signup-benefits > span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 9px;
  color: #d8cbb2;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(214, 164, 48, 0.22);
  border-radius: 9px;
  font-size: 8px;
  font-weight: 750;
}

body.gold-signup-page .gold-signup-benefits b {
  margin-right: 6px;
  font-size: 11px;
}

body.gold-signup-page .gold-signup-form-card {
  min-width: 0;
  padding: 35px 38px;
  background:
    radial-gradient(circle at 100% 0, rgba(225, 180, 66, 0.17), transparent 18rem),
    linear-gradient(145deg, #fffefa, #fbf5e7 74%, #f5e7c7);
}

body.gold-signup-page .gold-signup-form {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

body.gold-signup-page .gold-signup-form__head {
  display: grid;
  min-height: 70px;
  margin-bottom: 23px;
  padding-bottom: 18px;
  grid-template-columns: 45px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid rgba(181, 136, 42, 0.28);
}

body.gold-signup-page .gold-signup-form__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #281905;
  background: linear-gradient(145deg, #f5dc80, #bc7a17);
  border: 1px solid #aa6b10;
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(127, 74, 4, 0.19), inset 0 1px rgba(255, 246, 198, 0.72);
  font-size: 14px;
}

body.gold-signup-page .gold-signup-form__heading {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-signup-page .gold-signup-form__heading strong {
  color: #4b3207;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

body.gold-signup-page .gold-signup-form__heading small {
  margin-top: 4px;
  color: #88775d;
  font-size: 9px;
  font-weight: 650;
}

body.gold-signup-page .gold-signup-form__secure {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  color: #6d4809;
  background: rgba(247, 225, 171, 0.56);
  border: 1px solid rgba(182, 130, 30, 0.39);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 850;
}

body.gold-signup-page .gold-signup-form__secure i {
  margin-right: 5px;
  font-size: 7px;
}

body.gold-signup-page .gold-signup-group {
  margin-bottom: 16px;
}

body.gold-signup-page .gold-signup-group > .control-label {
  margin-bottom: 7px;
  color: #514025;
  font-size: 10px;
  font-weight: 820;
}

body.gold-signup-page .gold-signup-field {
  position: relative;
  width: 100%;
}

body.gold-signup-page .gold-signup-field__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #9a6812;
  background: rgba(240, 218, 163, 0.44);
  border: 1px solid rgba(181, 132, 35, 0.23);
  border-radius: 9px;
  font-size: 10px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: color 0.16s ease, background-color 0.16s ease, border-color 0.16s ease;
}

body.gold-signup-page .gold-signup-field .form-control {
  width: 100%;
  height: 54px;
  min-height: 54px;
  padding: 11px 13px 11px 52px;
  color: #3d3324;
  background: rgba(255, 254, 250, 0.9);
  border: 1px solid #d1b76f;
  border-radius: 12px;
  box-shadow: inset 0 1px 2px rgba(67, 43, 4, 0.025);
  font-size: 13px;
  font-weight: 620;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

body.gold-signup-page .gold-signup-field .form-control::placeholder {
  color: #aaa08e;
  font-weight: 500;
}

body.gold-signup-page .gold-signup-field .form-control:focus {
  background: #fff;
  border-color: #b77a17;
  outline: none;
  box-shadow: 0 0 0 3px rgba(205, 151, 40, 0.13), 0 8px 19px rgba(92, 56, 4, 0.07);
}

body.gold-signup-page .gold-signup-group:focus-within .gold-signup-field__icon {
  color: #2a1a03;
  background: linear-gradient(145deg, #f4d978, #c98a1d);
  border-color: #a96b10;
}

body.gold-signup-page .gold-signup-group.has-error .gold-signup-field .form-control {
  border-color: #b9362e;
  box-shadow: 0 0 0 3px rgba(185, 54, 46, 0.09);
}

body.gold-signup-page .gold-signup-group .help-block {
  margin: 6px 2px 0;
  color: #a92e28;
  font-size: 8.5px;
  font-weight: 700;
}

body.gold-signup-page .gold-signup-actions {
  display: flex;
  margin: 24px 0 0;
  flex-direction: column;
}

body.gold-signup-page .gold-signup-actions > [class*="col-"] {
  float: none;
  width: 100%;
  padding: 0;
}

body.gold-signup-page .gold-signup-actions .form-inline,
body.gold-signup-page .gold-signup-actions .form-group {
  display: block;
  width: 100%;
  margin: 0;
}

body.gold-signup-page .gold-signup-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 11px 18px;
  color: #261704;
  background:
    radial-gradient(circle at 90% 0, rgba(255, 244, 191, 0.44), transparent 8rem),
    linear-gradient(135deg, #f3d675, #cb891a);
  border: 1px solid #a96d12;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(136, 80, 4, 0.19), inset 0 1px rgba(255, 246, 198, 0.72);
  font-size: 12px;
  font-weight: 900;
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

body.gold-signup-page .gold-signup-submit i {
  margin-left: 9px;
  font-size: 9px;
  transition: transform 0.16s ease;
}

body.gold-signup-page .gold-signup-submit:hover,
body.gold-signup-page .gold-signup-submit:focus {
  color: #1d1102;
  filter: brightness(1.03);
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 13px 27px rgba(136, 80, 4, 0.24), inset 0 1px rgba(255, 248, 209, 0.8);
}

body.gold-signup-page .gold-signup-submit:hover i,
body.gold-signup-page .gold-signup-submit:focus i {
  transform: translateX(3px);
}

body.gold-signup-page .gold-signup-signin {
  display: block;
  margin-top: 18px;
  color: #7d715f;
  font-size: 10px;
  font-weight: 620;
  text-align: center;
}

body.gold-signup-page .gold-signup-signin a {
  color: #8d5d08;
  font-weight: 850;
}

body.gold-signup-page .gold-signup-form > .alert {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 9px;
  font-weight: 700;
}

@media (max-width: 900px) {
  body.gold-signup-page .gold-signup-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  body.gold-signup-page .gold-signup-visual,
  body.gold-signup-page .gold-signup-form-card {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  body.gold-signup-page .gold-main > .container {
    width: 100%;
    padding: 14px 10px 34px;
  }

  body.gold-signup-page .gold-main > .container > .row,
  body.gold-signup-page .gold-signup-column {
    width: 100%;
    margin: 0 !important;
    padding: 0;
  }

  body.gold-signup-page .gold-signup-panel,
  body.gold-signup-page .gold-signup-layout {
    border-radius: 18px;
  }

  body.gold-signup-page .gold-signup-layout {
    display: flex;
    flex-direction: column;
  }

  body.gold-signup-page .gold-signup-visual {
    min-height: 0;
    padding: 19px 17px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(193, 143, 39, 0.42);
  }

  body.gold-signup-page .gold-signup-visual__eyebrow {
    min-height: 27px;
    padding: 5px 9px;
    font-size: 7px;
  }

  body.gold-signup-page .gold-signup-visual__image {
    width: min(100%, 370px);
    margin: 15px auto 17px;
    padding: 7px;
    border-radius: 14px;
  }

  body.gold-signup-page .gold-signup-visual__image img {
    border-radius: 9px;
  }

  body.gold-signup-page .gold-signup-visual__copy h1 {
    font-size: 23px;
  }

  body.gold-signup-page .gold-signup-visual__copy p {
    margin-top: 9px;
    font-size: 9.5px;
    line-height: 1.55;
  }

  body.gold-signup-page .gold-signup-benefits {
    margin-top: 16px;
    padding-top: 0;
    gap: 6px;
  }

  body.gold-signup-page .gold-signup-benefits > span {
    min-height: 29px;
    padding: 5px 7px;
    font-size: 7px;
  }

  body.gold-signup-page .gold-signup-form-card {
    padding: 21px 17px 23px;
  }

  body.gold-signup-page .gold-signup-form__head {
    min-height: 58px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 9px;
  }

  body.gold-signup-page .gold-signup-form__icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    font-size: 12px;
  }

  body.gold-signup-page .gold-signup-form__heading strong {
    font-size: 15px;
  }

  body.gold-signup-page .gold-signup-form__heading small {
    font-size: 8px;
  }

  body.gold-signup-page .gold-signup-form__secure {
    padding: 5px 7px;
    font-size: 7px;
  }

  body.gold-signup-page .gold-signup-group {
    margin-bottom: 14px;
  }

  body.gold-signup-page .gold-signup-group > .control-label {
    font-size: 10px;
  }

  body.gold-signup-page .gold-signup-field .form-control {
    height: 52px;
    min-height: 52px;
    padding-left: 49px;
    font-size: 16px;
  }

  body.gold-signup-page .gold-signup-field__icon {
    left: 9px;
    width: 31px;
    height: 31px;
  }

  body.gold-signup-page .gold-signup-actions {
    margin-top: 21px;
  }

  body.gold-signup-page .gold-signup-submit {
    min-height: 50px;
    font-size: 11px;
  }

  body.gold-signup-page .gold-signup-signin {
    margin-top: 16px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-signup-page .gold-signup-field .form-control,
  body.gold-signup-page .gold-signup-field__icon,
  body.gold-signup-page .gold-signup-submit,
  body.gold-signup-page .gold-signup-submit i {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   Public pages — persistent premium light / dark colour mode
   -------------------------------------------------------------------------- */
.gold-public-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #563906;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.78), transparent 2.7rem),
    linear-gradient(145deg, #fffdf5, #f2dfae);
  border: 1px solid rgba(169, 116, 19, 0.43);
  border-radius: 12px;
  box-shadow: 0 7px 17px rgba(111, 67, 4, 0.1), inset 0 1px rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, background 0.25s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.16s ease;
}

.gold-public-theme-toggle:hover,
.gold-public-theme-toggle:focus {
  color: #201303;
  background: linear-gradient(145deg, #f7dc7d, #cd8b1b);
  border-color: #a76b10;
  outline: none;
  box-shadow: 0 9px 21px rgba(124, 74, 4, 0.19), inset 0 1px rgba(255, 247, 205, 0.78);
  transform: translateY(-1px);
}

.gold-public-theme-toggle:active {
  transform: scale(0.94);
}

.gold-public-theme-toggle--mobile {
  display: none;
}

body.gold-public .navbar-default .navbar-nav > .gold-public-theme-item {
  display: flex;
  align-items: center;
  min-height: 60px;
  margin: 0 8px;
}

body.gold-public .navbar-default .navbar-nav > .gold-public-theme-item > .gold-public-theme-toggle {
  float: none;
}

body.gold-public,
body.gold-public .gold-main,
body.gold-public .gold-home,
body.gold-public > .navbar,
body.gold-public .navbar-default {
  transition: color 0.28s ease, background-color 0.32s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

/* Public navigation in dark mode. */
body.gold-public.gold-dark {
  --home-ink: #f2e8d5;
  --home-muted: #b0a38e;
  --home-cream: #080705;
  --home-surface: #141008;
  --home-line: rgba(207, 157, 50, 0.3);
  color: #eee3cf;
  background: #080705;
  color-scheme: dark;
}

body.gold-public.gold-dark > .navbar,
body.gold-public.gold-dark .navbar-default {
  background:
    radial-gradient(circle at 84% 0, rgba(218, 168, 47, 0.12), transparent 15rem),
    rgba(9, 8, 6, 0.97);
  border-bottom-color: rgba(195, 144, 37, 0.52);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.38);
}

body.gold-public.gold-dark .navbar-default .navbar-brand {
  color: #edce78;
  text-shadow: 0 0 20px rgba(225, 175, 55, 0.13);
}

body.gold-public.gold-dark .navbar-default .navbar-nav > li > a {
  color: #cfc3ae;
}

body.gold-public.gold-dark .navbar-default .navbar-nav > li > a:hover,
body.gold-public.gold-dark .navbar-default .navbar-nav > li > a:focus {
  color: #f1d373;
}

body.gold-public.gold-dark .navbar-default .navbar-nav > .active > a,
body.gold-public.gold-dark .navbar-default .navbar-nav > .active > a:hover,
body.gold-public.gold-dark .navbar-default .navbar-nav > .active > a:focus {
  color: #1d1202;
  background: linear-gradient(135deg, #f1d16f, #bd7812);
}

body.gold-public.gold-dark .gold-public-theme-toggle {
  color: #f3d672;
  background:
    radial-gradient(circle at 28% 18%, rgba(226, 179, 62, 0.15), transparent 2.5rem),
    linear-gradient(145deg, #211a10, #0c0a07);
  border-color: rgba(197, 148, 43, 0.5);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 224, 136, 0.055);
}

body.gold-public.gold-dark .gold-public-theme-toggle:hover,
body.gold-public.gold-dark .gold-public-theme-toggle:focus {
  color: #211503;
  background: linear-gradient(145deg, #f1d573, #c58215);
  border-color: #d2a241;
}

/* Homepage surfaces in dark mode. The hero, process section and footer already
   use the dark luxury palette, so this completes the remaining light panels. */
body.gold-public.gold-dark .gold-home {
  color: #eee4d2;
  background: #080705;
}

body.gold-public.gold-dark .gold-home__login-card {
  background:
    radial-gradient(circle at 100% 0, rgba(221, 175, 55, 0.14), transparent 16rem),
    linear-gradient(145deg, #1d170f, #0b0906 74%, #151008);
  border-color: rgba(197, 148, 43, 0.53);
  box-shadow: 0 25px 58px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 225, 139, 0.045);
}

body.gold-public.gold-dark .gold-home__login-head {
  border-bottom-color: rgba(189, 140, 40, 0.3);
}

body.gold-public.gold-dark .gold-home__login-head h2,
body.gold-public.gold-dark .gold-home__field > label,
body.gold-public.gold-dark .gold-home__field-row label {
  color: #f3e5c7;
}

body.gold-public.gold-dark .gold-home__login-head p,
body.gold-public.gold-dark .gold-home__signup-line,
body.gold-public.gold-dark .gold-home__divider,
body.gold-public.gold-dark .gold-home__secure-line {
  color: #aa9e89;
}

body.gold-public.gold-dark .gold-home__field-row a,
body.gold-public.gold-dark .gold-home__signup-line a,
body.gold-public.gold-dark .gold-home__text-link {
  color: #e4c15c;
}

body.gold-public.gold-dark .gold-home__field-row a:hover,
body.gold-public.gold-dark .gold-home__field-row a:focus,
body.gold-public.gold-dark .gold-home__signup-line a:hover,
body.gold-public.gold-dark .gold-home__signup-line a:focus,
body.gold-public.gold-dark .gold-home__text-link:hover,
body.gold-public.gold-dark .gold-home__text-link:focus {
  color: #ffe294;
}

body.gold-public.gold-dark .gold-home__input-wrap > i {
  color: #d0a63b;
}

body.gold-public.gold-dark .gold-home__input-wrap .form-control {
  color: #f0e5d0;
  background: rgba(5, 4, 3, 0.76);
  border-color: rgba(172, 126, 33, 0.55);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.44);
}

body.gold-public.gold-dark .gold-home__input-wrap .form-control::placeholder {
  color: #796f60;
}

body.gold-public.gold-dark .gold-home__input-wrap .form-control:focus {
  background: #090705;
  border-color: #d19b2e;
  box-shadow: 0 0 0 3px rgba(205, 151, 40, 0.14), 0 9px 22px rgba(0, 0, 0, 0.34);
}

body.gold-public.gold-dark .gold-home__divider::before,
body.gold-public.gold-dark .gold-home__divider::after {
  background: rgba(191, 142, 42, 0.28);
}

body.gold-public.gold-dark .gold-home__secure-line {
  background: rgba(105, 77, 25, 0.14);
  border-top-color: rgba(181, 132, 36, 0.25);
}

body.gold-public.gold-dark .gold-home__trust,
body.gold-public.gold-dark .gold-home__section--platforms,
body.gold-public.gold-dark .gold-home__section--features,
body.gold-public.gold-dark .gold-home__custom,
body.gold-public.gold-dark .gold-home__cta {
  background:
    radial-gradient(circle at 88% 0, rgba(219, 170, 50, 0.08), transparent 23rem),
    linear-gradient(180deg, #0d0a06, #070604);
}

body.gold-public.gold-dark .gold-home__trust,
body.gold-public.gold-dark .gold-home__custom {
  border-color: rgba(180, 132, 35, 0.27);
}

body.gold-public.gold-dark .gold-home__trust-grid article {
  border-color: rgba(180, 132, 35, 0.25);
}

body.gold-public.gold-dark .gold-home__trust-grid strong,
body.gold-public.gold-dark .gold-home__section-head h2,
body.gold-public.gold-dark .gold-home__feature-copy h2,
body.gold-public.gold-dark .gold-home__service-card strong,
body.gold-public.gold-dark .gold-home__feature-grid h3 {
  color: #f1e3c8;
}

body.gold-public.gold-dark .gold-home__trust-grid span,
body.gold-public.gold-dark .gold-home__section-head p,
body.gold-public.gold-dark .gold-home__feature-copy p,
body.gold-public.gold-dark .gold-home__service-card small,
body.gold-public.gold-dark .gold-home__feature-grid p,
body.gold-public.gold-dark .gold-home__custom {
  color: #aa9e89;
}

body.gold-public.gold-dark .gold-home__service-card,
body.gold-public.gold-dark .gold-home__feature-grid article {
  color: #eadfc9;
  background:
    radial-gradient(circle at 100% 0, rgba(220, 173, 54, 0.08), transparent 10rem),
    linear-gradient(145deg, #1b160e, #0b0906);
  border-color: rgba(180, 133, 37, 0.38);
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.3);
}

body.gold-public.gold-dark .gold-home__service-card:hover,
body.gold-public.gold-dark .gold-home__service-card:focus {
  color: #fff0cc;
  background: linear-gradient(145deg, #241c10, #100c07);
  border-color: rgba(220, 170, 58, 0.68);
  box-shadow: 0 19px 42px rgba(0, 0, 0, 0.42);
}

body.gold-public.gold-dark .gold-home__cta-card {
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.48);
}

/* Reassert dark page canvases after the public-page layout overrides. */
body.gold-public.gold-dark.gold-services-page .gold-main,
body.gold-public.gold-dark.gold-api-page .gold-main,
body.gold-public.gold-dark.gold-signup-page .gold-main {
  background:
    radial-gradient(circle at 90% 4%, rgba(223, 179, 65, 0.13), transparent 24rem),
    radial-gradient(circle at 8% 78%, rgba(133, 87, 18, 0.11), transparent 28rem),
    linear-gradient(145deg, #100c07, #050403 58%, #0e0a05);
}

/* Public sign-up form in dark mode. */
body.gold-public.gold-dark.gold-signup-page .gold-signup-panel {
  box-shadow: 0 25px 62px rgba(0, 0, 0, 0.53);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-layout {
  background: #0d0a06;
  border-color: #76591e;
  box-shadow: inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-form-card {
  background:
    radial-gradient(circle at 100% 0, rgba(225, 180, 66, 0.14), transparent 18rem),
    linear-gradient(145deg, #1d170f, #0b0906 74%, #151008);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-form__head {
  border-bottom-color: rgba(190, 141, 40, 0.34);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-form__heading strong,
body.gold-public.gold-dark.gold-signup-page .gold-signup-group > .control-label {
  color: #f1e2c4;
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-form__heading small,
body.gold-public.gold-dark.gold-signup-page .gold-signup-signin {
  color: #a99c87;
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-form__secure {
  color: #e5c464;
  background: rgba(125, 91, 25, 0.2);
  border-color: rgba(193, 143, 38, 0.43);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-field__icon {
  color: #d5aa3c;
  background: rgba(111, 80, 21, 0.21);
  border-color: rgba(177, 130, 34, 0.35);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-field .form-control {
  color: #eee3cf;
  background: rgba(5, 4, 3, 0.75);
  border-color: rgba(176, 130, 34, 0.58);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.46);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-field .form-control::placeholder {
  color: #7b7161;
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-field .form-control:focus {
  background: #080604;
  border-color: #d19a2c;
  box-shadow: 0 0 0 3px rgba(205, 151, 40, 0.14), 0 9px 21px rgba(0, 0, 0, 0.35);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-signin a {
  color: #e4c15f;
}

/* Safe fallback for smaller public forms such as password recovery. */
body.gold-public.gold-dark:not(.gold-services-page):not(.gold-api-page):not(.gold-signup-page) .gold-main > .container .well {
  color: #eee3cf;
  background: linear-gradient(145deg, #1d170f, #0b0906);
  border-color: #76591e;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42);
}

body.gold-public.gold-dark:not(.gold-services-page):not(.gold-api-page):not(.gold-signup-page) .gold-main > .container .form-control {
  color: #eee3cf;
  background: #090705;
  border-color: rgba(178, 132, 36, 0.58);
}

body.gold-public.gold-dark:not(.gold-services-page):not(.gold-api-page):not(.gold-signup-page) .gold-main > .container .control-label {
  color: #f0e2c7;
}

@media (max-width: 767px) {
  .gold-public-theme-toggle--desktop,
  body.gold-public .navbar-default .navbar-nav > .gold-public-theme-item {
    display: none !important;
  }

  .gold-public-theme-toggle--mobile {
    float: right;
    display: inline-flex;
    width: 42px;
    height: 42px;
    margin: 8px 7px 8px 0;
  }

  body.gold-public.gold-dark .navbar-default .navbar-toggle {
    background: linear-gradient(145deg, #20190f, #0c0a07);
    border-color: rgba(197, 148, 43, 0.5);
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.32);
  }

  body.gold-public.gold-dark .navbar-default .navbar-toggle .icon-bar {
    background: #e5c461;
  }

  body.gold-public.gold-dark .navbar-default .navbar-toggle:hover,
  body.gold-public.gold-dark .navbar-default .navbar-toggle:focus {
    background: #261c0f;
    border-color: #c9962e;
  }

  body.gold-public.gold-dark .navbar-default .gold-public-drawer,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer.collapse,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer.collapsing,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer.in {
    color: #e9ddc6;
    background:
      radial-gradient(circle at 100% 0, rgba(226, 178, 57, 0.17), transparent 18rem),
      linear-gradient(160deg, #17120b 0%, #080604 63%, #110d07 100%);
    border-left-color: rgba(196, 146, 39, 0.55);
    box-shadow: -26px 0 58px rgba(0, 0, 0, 0.65);
  }

  body.gold-public.gold-dark .navbar-default .gold-public-drawer__header {
    background: rgba(13, 10, 6, 0.82);
    border-bottom-color: rgba(184, 135, 36, 0.38);
    box-shadow: 0 8px 23px rgba(0, 0, 0, 0.32);
  }

  body.gold-public.gold-dark .gold-public-drawer__heading strong {
    color: #f0d378;
  }

  body.gold-public.gold-dark .gold-public-drawer__heading small,
  body.gold-public.gold-dark .gold-public-drawer__copy small,
  body.gold-public.gold-dark .gold-public-drawer__footer small {
    color: #9e927f;
  }

  body.gold-public.gold-dark .gold-public-drawer__close {
    color: #ead078;
    background: rgba(38, 29, 16, 0.72);
    border-color: rgba(182, 135, 38, 0.49);
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.3);
  }

  body.gold-public.gold-dark .gold-public-drawer__close:hover,
  body.gold-public.gold-dark .gold-public-drawer__close:focus {
    color: #231603;
    background: #e7c860;
  }

  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li > a,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li.active > a {
    color: #e0d5c1;
    background: linear-gradient(145deg, rgba(35, 28, 17, 0.9), rgba(13, 10, 7, 0.9));
    border-color: rgba(174, 130, 37, 0.46);
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.27);
  }

  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li > a:hover,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li > a:focus {
    color: #f5e8cc;
    background: #231a0e;
    border-color: rgba(212, 162, 50, 0.67);
  }

  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li.active > a,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li.active > a:hover,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li.active > a:focus {
    color: #241604;
    background: linear-gradient(135deg, #f2d475, #c98517);
  }

  body.gold-public.gold-dark .gold-public-drawer__emoji {
    background: linear-gradient(145deg, #302516, #171108);
    border-color: rgba(192, 143, 40, 0.48);
    box-shadow: inset 0 1px rgba(255, 226, 141, 0.07);
  }

  body.gold-public.gold-dark .gold-public-drawer li.active .gold-public-drawer__emoji {
    background: rgba(255, 246, 202, 0.52);
    border-color: rgba(103, 61, 4, 0.3);
  }

  body.gold-public.gold-dark .gold-public-drawer__footer {
    color: #e1c66e;
    background: rgba(25, 19, 11, 0.88);
    border-top-color: rgba(182, 134, 36, 0.36);
  }

  body.gold-public.gold-dark .gold-public-drawer__footer > span:first-child {
    background: rgba(52, 39, 20, 0.76);
    border-color: rgba(187, 139, 39, 0.43);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-public-theme-toggle,
  body.gold-public,
  body.gold-public .gold-main,
  body.gold-public .gold-home,
  body.gold-public > .navbar,
  body.gold-public .navbar-default {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   New order — platform category and service filter
   -------------------------------------------------------------------------- */
.gold-card-title--platform {
  position: relative;
  overflow: visible;
  gap: 9px;
}

.gold-card-title--platform > span:not(.gold-card-title__icon) {
  min-width: 0;
}

.gold-platform-filter {
  position: relative;
  z-index: 80;
  display: inline-flex;
  margin-left: auto;
  flex: 0 0 auto;
}

.gold-platform-filter__trigger {
  display: grid;
  min-width: 158px;
  min-height: 42px;
  padding: 6px 9px;
  grid-template-columns: 28px minmax(0, 1fr) 15px;
  align-items: center;
  gap: 7px;
  color: #4c3710;
  background:
    radial-gradient(circle at 92% 0, rgba(241, 202, 98, 0.28), transparent 6rem),
    linear-gradient(145deg, #fffdf8, #f5e8c8);
  border: 1px solid #c8a452;
  border-radius: 11px;
  box-shadow: 0 7px 17px rgba(92, 56, 4, 0.09), inset 0 1px rgba(255, 255, 255, 0.82);
  font-size: 9.5px;
  font-weight: 850;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  transition: color 0.16s ease, background 0.2s ease, border-color 0.16s ease, box-shadow 0.18s ease, transform 0.16s ease;
}

.gold-platform-filter__trigger:hover,
.gold-platform-filter__trigger:focus,
.gold-platform-filter.is-open .gold-platform-filter__trigger {
  color: #281a03;
  background: linear-gradient(145deg, #fff8df, #ebcf82);
  border-color: #aa7112;
  outline: none;
  box-shadow: 0 10px 22px rgba(115, 69, 4, 0.15), inset 0 1px rgba(255, 255, 255, 0.85);
}

.gold-platform-filter__trigger:active {
  transform: scale(0.975);
}

.gold-platform-filter__current {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gold-platform-filter__chevron {
  justify-self: center;
  color: #9f6c12;
  font-size: 8px;
  transition: transform 0.2s ease;
}

.gold-platform-filter.is-open .gold-platform-filter__chevron {
  transform: rotate(180deg);
}

.gold-platform-filter__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  overflow: hidden;
  color: #704805;
  background: linear-gradient(145deg, #fff8de, #e9cb79);
  border: 1px solid rgba(167, 111, 17, 0.35);
  border-radius: 8px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1;
}

.gold-platform-filter__icon img,
.gold-platform-filter__icon svg {
  display: block;
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  margin: 0 !important;
  object-fit: contain;
}

.gold-platform-filter__icon > i,
.gold-platform-filter__icon > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  font-size: 12px;
  line-height: 1;
}

.gold-platform-filter__menu {
  position: absolute;
  z-index: 5;
  top: calc(100% + 8px);
  right: 0;
  display: grid;
  width: 245px;
  max-height: min(62vh, 450px);
  padding: 7px;
  overflow-x: hidden;
  overflow-y: auto;
  gap: 5px;
  background:
    radial-gradient(circle at 100% 0, rgba(228, 182, 69, 0.2), transparent 10rem),
    linear-gradient(145deg, #fffefa, #f7eed9);
  border: 1px solid #bc8b2f;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(59, 36, 3, 0.23), inset 0 1px rgba(255, 255, 255, 0.84);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-7px) scale(0.98);
  transform-origin: top right;
  transition: opacity 0.18s ease, visibility 0s linear 0.24s, transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.gold-platform-filter.is-open .gold-platform-filter__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition-delay: 0s;
}

.gold-platform-filter__option {
  display: grid;
  width: 100%;
  min-height: 43px;
  padding: 6px 8px;
  grid-template-columns: 30px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 8px;
  color: #55462f;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(176, 128, 31, 0.2);
  border-radius: 10px;
  box-shadow: none;
  font-size: 10px;
  font-weight: 780;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  transition: color 0.15s ease, background 0.17s ease, border-color 0.15s ease, transform 0.15s ease;
}

.gold-platform-filter__option:hover,
.gold-platform-filter__option:focus {
  color: #2b1b03;
  background: #fff8e4;
  border-color: rgba(170, 112, 17, 0.5);
  outline: none;
  transform: translateX(-2px);
}

.gold-platform-filter__option.is-active {
  color: #251604;
  background:
    radial-gradient(circle at 92% 0, rgba(255, 245, 196, 0.42), transparent 6rem),
    linear-gradient(135deg, #f3d675, #cc8919);
  border-color: #a96b10;
  box-shadow: 0 7px 16px rgba(132, 78, 4, 0.15), inset 0 1px rgba(255, 247, 204, 0.74);
}

.gold-platform-filter__option.is-active .gold-platform-filter__icon {
  background: rgba(255, 250, 229, 0.76);
  border-color: rgba(102, 61, 4, 0.27);
}

.gold-platform-filter__option:disabled {
  opacity: 0.38;
  cursor: not-allowed;
  filter: grayscale(0.55);
}

.gold-platform-filter__option-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gold-platform-filter__check {
  justify-self: center;
  color: #5e3d05;
  font-size: 8px;
  opacity: 0;
}

.gold-platform-filter__option.is-active .gold-platform-filter__check {
  opacity: 1;
}

body.gold-dark .gold-platform-filter__trigger {
  color: #eadfc9;
  background:
    radial-gradient(circle at 92% 0, rgba(213, 162, 48, 0.1), transparent 6rem),
    linear-gradient(145deg, #211a10, #0d0a07);
  border-color: rgba(190, 141, 39, 0.55);
  box-shadow: 0 8px 19px rgba(0, 0, 0, 0.31), inset 0 1px rgba(255, 226, 139, 0.05);
}

body.gold-dark .gold-platform-filter__trigger:hover,
body.gold-dark .gold-platform-filter__trigger:focus,
body.gold-dark .gold-platform-filter.is-open .gold-platform-filter__trigger {
  color: #f8e9c8;
  background: linear-gradient(145deg, #2a2012, #120e08);
  border-color: rgba(218, 166, 52, 0.75);
}

body.gold-dark .gold-platform-filter__icon {
  color: #e0c36a;
  background: linear-gradient(145deg, #302516, #171108);
  border-color: rgba(192, 143, 40, 0.48);
  box-shadow: inset 0 1px rgba(255, 226, 141, 0.07);
}

body.gold-dark .gold-platform-filter__menu {
  background:
    radial-gradient(circle at 100% 0, rgba(224, 176, 57, 0.14), transparent 10rem),
    linear-gradient(145deg, #1d170f, #090705 76%, #130e07);
  border-color: #77591e;
  box-shadow: 0 22px 49px rgba(0, 0, 0, 0.58), inset 0 1px rgba(255, 225, 136, 0.04);
}

body.gold-dark .gold-platform-filter__option {
  color: #d8ccb7;
  background: linear-gradient(145deg, rgba(34, 27, 17, 0.94), rgba(13, 10, 7, 0.94));
  border-color: rgba(178, 133, 38, 0.4);
}

body.gold-dark .gold-platform-filter__option:hover,
body.gold-dark .gold-platform-filter__option:focus {
  color: #f4e7cd;
  background: #241b0f;
  border-color: rgba(213, 163, 51, 0.68);
}

body.gold-dark .gold-platform-filter__option.is-active {
  color: #251604;
  background: linear-gradient(135deg, #f1d373, #c78316);
  border-color: #d2a13c;
}

@media (max-width: 767px) {
  .gold-card-title--platform {
    gap: 7px;
  }

  .gold-card-title--platform .gold-card-title__icon {
    flex: 0 0 36px;
  }

  .gold-platform-filter__trigger {
    min-width: 137px;
    min-height: 38px;
    padding: 5px 7px;
    grid-template-columns: 25px minmax(0, 1fr) 12px;
    gap: 6px;
    font-size: 8.5px;
  }

  .gold-platform-filter__trigger .gold-platform-filter__icon {
    width: 25px;
    height: 25px;
    border-radius: 7px;
  }

  .gold-platform-filter__trigger .gold-platform-filter__icon img,
  .gold-platform-filter__trigger .gold-platform-filter__icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  .gold-platform-filter__menu {
    width: min(78vw, 245px);
    max-height: min(58vh, 430px);
  }
}

@media (max-width: 390px) {
  .gold-platform-filter__trigger {
    min-width: 42px;
    width: 42px;
    grid-template-columns: 1fr;
  }

  .gold-platform-filter__trigger .gold-platform-filter__current,
  .gold-platform-filter__trigger .gold-platform-filter__chevron {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-platform-filter__trigger,
  .gold-platform-filter__chevron,
  .gold-platform-filter__menu,
  .gold-platform-filter__option {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   New order — "Read Here Before Order" action and guidelines modal
   -------------------------------------------------------------------------- */
body.gold-order-guidelines-open {
  overflow: hidden;
}

.gold-order-read-wrap {
  display: flex;
  width: 100%;
  margin: 14px 0 8px;
  justify-content: center;
}

.gold-order-read-button {
  position: relative;
  display: inline-flex;
  width: auto;
  min-height: 34px;
  padding: 5px 7px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #776f62;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  cursor: pointer;
  transition: color 0.18s ease, background 0.2s ease, border-color 0.18s ease, box-shadow 0.2s ease, transform 0.16s ease;
}

.gold-order-read-button::before {
  display: none;
}

.gold-order-read-button:hover,
.gold-order-read-button:focus {
  color: #9a6710;
  background: transparent;
  border-color: transparent;
  outline: none;
  box-shadow: none;
  transform: none;
}

.gold-order-read-button:active {
  opacity: 0.72;
  transform: none;
}

.gold-order-read-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  color: #8a8173;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.gold-order-read-button__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.gold-order-read-button__copy strong {
  color: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.gold-order-read-button__copy small {
  margin-top: 3px;
  color: #8a7656;
  font-size: 8px;
  font-weight: 680;
}

.gold-order-read-button__arrow {
  display: none;
}

.gold-order-read-button:hover .gold-order-read-button__arrow,
.gold-order-read-button:focus .gold-order-read-button__arrow {
  transform: translateX(3px);
}

.gold-order-guidelines {
  position: fixed;
  z-index: 20050;
  inset: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0s linear 0.34s;
}

.gold-order-guidelines.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.gold-order-guidelines__backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(10, 7, 3, 0.72);
  border: 0;
  outline: 0;
  cursor: default;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.gold-order-guidelines__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100%, 760px);
  max-height: min(88vh, 820px);
  max-height: min(88dvh, 820px);
  overflow: hidden;
  flex-direction: column;
  color: #42321a;
  background:
    radial-gradient(circle at 100% 0, rgba(226, 179, 61, 0.2), transparent 20rem),
    linear-gradient(145deg, #fffefa, #fbf4e2 76%, #f3e1b8);
  border: 1px solid #bd8b2b;
  border-radius: 21px;
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.36), inset 0 1px rgba(255, 255, 255, 0.9);
  opacity: 0;
  transform: translateY(18px) scale(0.975);
  transition: opacity 0.24s ease, transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.gold-order-guidelines.is-open .gold-order-guidelines__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gold-order-guidelines__header {
  display: grid;
  flex: 0 0 auto;
  min-height: 86px;
  padding: 17px 19px;
  grid-template-columns: 48px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 12px;
  background: rgba(255, 253, 246, 0.8);
  border-bottom: 1px solid rgba(177, 126, 26, 0.3);
  box-shadow: 0 8px 22px rgba(82, 50, 4, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.gold-order-guidelines__header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff2dc;
  background: linear-gradient(145deg, #cf4646, #941e1e);
  border: 1px solid #7f1717;
  border-radius: 13px;
  box-shadow: 0 9px 19px rgba(151, 31, 31, 0.22), inset 0 1px rgba(255, 220, 192, 0.25);
  font-size: 15px;
}

.gold-order-guidelines__heading {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.gold-order-guidelines__heading small {
  margin-bottom: 3px;
  color: #b22e2e;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gold-order-guidelines__heading strong {
  color: #392607;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.gold-order-guidelines__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #674509;
  background: rgba(255, 253, 247, 0.78);
  border: 1px solid rgba(169, 116, 20, 0.42);
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(74, 45, 3, 0.08);
  font-size: 25px;
  font-weight: 450;
  line-height: 1;
  cursor: pointer;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.gold-order-guidelines__close:hover,
.gold-order-guidelines__close:focus {
  color: #fff;
  background: #a42626;
  border-color: #7e1717;
  outline: none;
}

.gold-order-guidelines__close:active {
  transform: scale(0.93);
}

.gold-order-guidelines__content {
  min-height: 0;
  padding: 19px;
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1 1 auto;
  overscroll-behavior: contain;
  scrollbar-color: #b47b17 rgba(204, 165, 81, 0.16);
  scrollbar-width: thin;
}

.gold-order-guidelines__content::-webkit-scrollbar {
  width: 7px;
}

.gold-order-guidelines__content::-webkit-scrollbar-thumb {
  background: #b47b17;
  border-radius: 999px;
}

.gold-order-guidelines__intro {
  display: grid;
  margin-bottom: 14px;
  padding: 13px 14px;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: #7d2020;
  background: rgba(190, 47, 47, 0.075);
  border: 1px solid rgba(180, 42, 42, 0.35);
  border-left: 4px solid #b22d2d;
  border-radius: 12px;
}

.gold-order-guidelines__intro > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #b32d2d;
  border-radius: 9px;
  font-size: 11px;
}

.gold-order-guidelines__intro p {
  margin: 0;
  font-size: 11px;
  font-weight: 820;
  line-height: 1.55;
}

.gold-order-guidelines__list {
  display: grid;
  gap: 9px;
}

.gold-order-guidelines__item {
  display: grid;
  min-width: 0;
  margin: 0;
  padding: 12px 13px;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: flex-start;
  gap: 10px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(176, 128, 32, 0.25);
  border-radius: 11px;
  box-shadow: 0 6px 15px rgba(76, 47, 3, 0.035);
}

.gold-order-guidelines__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #fff7ed;
  background: linear-gradient(145deg, #ca3f3f, #8f2020);
  border: 1px solid #821919;
  border-radius: 9px;
  box-shadow: 0 5px 11px rgba(143, 31, 31, 0.16);
  font-size: 9px;
  font-weight: 900;
}

.gold-order-guidelines__item p {
  margin: 2px 0 0;
  color: #554832;
  font-size: 10.5px;
  font-weight: 620;
  line-height: 1.6;
}

.gold-order-guidelines__footer {
  display: flex;
  flex: 0 0 auto;
  min-height: 73px;
  padding: 13px 19px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: rgba(248, 235, 204, 0.88);
  border-top: 1px solid rgba(178, 127, 28, 0.3);
  box-shadow: 0 -7px 18px rgba(82, 50, 4, 0.05);
}

.gold-order-guidelines__footer > span {
  display: inline-flex;
  align-items: center;
  color: #806d4e;
  font-size: 8.5px;
  font-weight: 700;
}

.gold-order-guidelines__footer > span i {
  margin-right: 7px;
  color: #af7918;
  font-size: 10px;
}

.gold-order-guidelines__accept {
  display: inline-flex;
  min-width: 148px;
  min-height: 43px;
  padding: 9px 16px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #251703;
  background: linear-gradient(135deg, #f2d573, #ca8718);
  border: 1px solid #a66b10;
  border-radius: 11px;
  box-shadow: 0 8px 18px rgba(133, 79, 4, 0.18), inset 0 1px rgba(255, 247, 205, 0.78);
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
  transition: filter 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.gold-order-guidelines__accept:hover,
.gold-order-guidelines__accept:focus {
  color: #1c1102;
  filter: brightness(1.04);
  outline: none;
  box-shadow: 0 10px 23px rgba(133, 79, 4, 0.25), inset 0 1px rgba(255, 247, 205, 0.82);
  transform: translateY(-1px);
}

body.gold-dark .gold-order-read-button {
  color: #b8ac97;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

body.gold-dark .gold-order-read-button:hover,
body.gold-dark .gold-order-read-button:focus {
  color: #eccb6b;
  background: transparent;
  border-color: transparent;
}

body.gold-dark .gold-order-read-button__icon {
  color: #b7aa92;
}

body.gold-dark .gold-order-read-button__copy small {
  color: #a99c85;
}

body.gold-dark .gold-order-guidelines__dialog {
  color: #eee2ca;
  background:
    radial-gradient(circle at 100% 0, rgba(224, 176, 57, 0.15), transparent 20rem),
    linear-gradient(145deg, #1d170f, #090705 76%, #130e07);
  border-color: #77591e;
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.68), inset 0 1px rgba(255, 225, 136, 0.04);
}

body.gold-dark .gold-order-guidelines__header {
  background: rgba(14, 11, 7, 0.84);
  border-bottom-color: rgba(190, 141, 39, 0.37);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.34);
}

body.gold-dark .gold-order-guidelines__heading strong {
  color: #f1dcaa;
}

body.gold-dark .gold-order-guidelines__heading small {
  color: #f06d6d;
}

body.gold-dark .gold-order-guidelines__close {
  color: #e6c967;
  background: rgba(41, 31, 17, 0.74);
  border-color: rgba(188, 140, 39, 0.5);
  box-shadow: 0 7px 17px rgba(0, 0, 0, 0.3);
}

body.gold-dark .gold-order-guidelines__close:hover,
body.gold-dark .gold-order-guidelines__close:focus {
  color: #fff;
  background: #a52b2b;
  border-color: #d05353;
}

body.gold-dark .gold-order-guidelines__intro {
  color: #ffd4d4;
  background: rgba(187, 45, 45, 0.13);
  border-color: rgba(222, 82, 82, 0.45);
  border-left-color: #d54848;
}

body.gold-dark .gold-order-guidelines__item {
  background: linear-gradient(145deg, rgba(34, 27, 17, 0.94), rgba(13, 10, 7, 0.94));
  border-color: rgba(178, 133, 38, 0.4);
  box-shadow: 0 7px 17px rgba(0, 0, 0, 0.25);
}

body.gold-dark .gold-order-guidelines__item p {
  color: #d1c4ad;
}

body.gold-dark .gold-order-guidelines__footer {
  background: rgba(25, 19, 11, 0.94);
  border-top-color: rgba(185, 137, 37, 0.38);
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.25);
}

body.gold-dark .gold-order-guidelines__footer > span {
  color: #a99b84;
}

@media (max-width: 767px) {
  .gold-order-read-wrap {
    margin: 13px 0 7px;
  }

  .gold-order-read-button {
    width: auto;
    min-height: 34px;
  }

  .gold-order-guidelines {
    padding: 10px;
    align-items: flex-end;
  }

  .gold-order-guidelines__dialog {
    width: 100%;
    max-height: 91vh;
    max-height: 91dvh;
    border-radius: 19px;
    transform: translateY(32px) scale(0.985);
  }

  .gold-order-guidelines__header {
    min-height: 76px;
    padding: 13px 14px;
    grid-template-columns: 42px minmax(0, 1fr) 38px;
    gap: 10px;
  }

  .gold-order-guidelines__header-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 13px;
  }

  .gold-order-guidelines__heading strong {
    font-size: 16px;
  }

  .gold-order-guidelines__heading small {
    font-size: 7px;
  }

  .gold-order-guidelines__close {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 23px;
  }

  .gold-order-guidelines__content {
    padding: 13px;
  }

  .gold-order-guidelines__intro {
    padding: 11px;
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 9px;
  }

  .gold-order-guidelines__intro > i {
    width: 29px;
    height: 29px;
  }

  .gold-order-guidelines__intro p {
    font-size: 10px;
  }

  .gold-order-guidelines__item {
    padding: 10px;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 9px;
  }

  .gold-order-guidelines__number {
    width: 26px;
    height: 26px;
  }

  .gold-order-guidelines__item p {
    margin-top: 1px;
    font-size: 10px;
    line-height: 1.55;
  }

  .gold-order-guidelines__footer {
    min-height: 64px;
    padding: 10px 13px calc(10px + env(safe-area-inset-bottom));
  }

  .gold-order-guidelines__footer > span {
    display: none;
  }

  .gold-order-guidelines__accept {
    width: 100%;
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-order-read-button,
  .gold-order-read-button__arrow,
  .gold-order-guidelines,
  .gold-order-guidelines__dialog,
  .gold-order-guidelines__close,
  .gold-order-guidelines__accept {
    transition: none;
  }
}
/* KingOfPanel Telegram shortcut beside the colour-mode control. */
.gold-telegram-action,
.gold-telegram-action:visited {
  color: #229ed9 !important;
  background: linear-gradient(145deg, #ffffff, #f2faff) !important;
  border-color: rgba(34, 158, 217, 0.5) !important;
  box-shadow: 0 6px 15px rgba(34, 158, 217, 0.18) !important;
  text-decoration: none !important;
  transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.gold-telegram-action i {
  color: inherit;
  font-size: 20px;
}

.gold-telegram-action:hover,
.gold-telegram-action:focus {
  color: #ffffff !important;
  background: linear-gradient(145deg, #42bff5, #168bd2) !important;
  border-color: #168bd2 !important;
  box-shadow: 0 9px 20px rgba(34, 158, 217, 0.32) !important;
  outline: none;
  transform: translateY(-1px);
}

body.gold-dark .gold-telegram-action,
body.gold-dark .gold-telegram-action:visited {
  color: #39b7f0 !important;
  background: linear-gradient(145deg, #171d22, #0b0f12) !important;
  border-color: rgba(57, 183, 240, 0.62) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.32) !important;
}

body.gold-dark .gold-telegram-action:hover,
body.gold-dark .gold-telegram-action:focus {
  color: #ffffff !important;
  background: linear-gradient(145deg, #42bff5, #168bd2) !important;
  border-color: #42bff5 !important;
}

@media (max-width: 420px) {
  .gold-mobile-actions {
    gap: 6px;
  }

  .gold-telegram-action {
    min-width: 39px;
    width: 39px;
  }
}

/* Services catalogue v2: correctly accommodates Average Time and Details. */
body.gold-services-page .gold-services-table > thead > tr > th:nth-last-child(2) {
  width: 150px;
}

body.gold-services-page .gold-services-table > thead > tr > th:last-child {
  width: 84px;
}

body.gold-services-page .gold-services-cell--average {
  color: #70531b;
  font-size: 10.5px;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
}

body.gold-services-page .gold-services-cell--average::before {
  margin-right: 6px;
  color: #b07b18;
  content: '\f017';
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free', FontAwesome;
  font-weight: 900;
}

body.gold-services-page .gold-services-cell--average.is-new {
  color: #167154;
  font-weight: 850;
}

body.gold-services-page .gold-services-cell--average.is-new::before {
  color: #23926f;
  content: '\f06a';
}

body.gold-dark.gold-services-page .gold-services-cell--average {
  color: #dec783;
}

body.gold-dark.gold-services-page .gold-services-cell--average.is-new,
body.gold-dark.gold-services-page .gold-services-cell--average.is-new::before {
  color: #63d4ae;
}

@media (max-width: 767px) {
  body.gold-services-page .gold-services-shell {
    padding: 14px 10px 13px;
  }

  body.gold-services-page .gold-services-category-row {
    margin: 12px 0 8px;
  }

  body.gold-services-page .gold-services-category-cell {
    min-height: 42px;
    padding: 9px 11px !important;
    border-radius: 11px;
    box-shadow: 0 7px 16px rgba(115, 71, 5, 0.14), inset 0 1px rgba(255, 244, 195, 0.68);
    font-weight: 850;
  }

  body.gold-services-page .gold-services-row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas:
      'id id name name name name name name name name favorite favorite'
      'rate rate rate rate rate rate min min min max max max'
      'average average average average average average average average action action action action';
    gap: 8px 6px;
    padding: 10px;
    overflow: hidden;
    border-radius: 13px;
    box-shadow: 0 8px 19px rgba(88, 56, 5, 0.09);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  }

  body.gold-services-page--public .gold-services-row {
    grid-template-areas:
      'id id name name name name name name name name name name'
      'rate rate rate rate rate rate min min min max max max'
      'average average average average average average average average action action action action';
  }

  body.gold-services-page .gold-services-row:hover {
    border-color: rgba(180, 126, 27, 0.78);
    box-shadow: 0 11px 24px rgba(88, 56, 5, 0.13);
    transform: translateY(-1px);
  }

  body.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--id {
    grid-area: id;
    width: 100%;
    height: 34px;
    min-height: 34px;
    border-radius: 10px !important;
    font-size: 10.5px;
  }

  body.gold-services-page .gold-services-cell--name {
    grid-area: name;
    align-self: center;
    padding: 1px 2px !important;
    font-size: 11.5px;
    line-height: 1.35;
  }

  body.gold-services-page .gold-services-cell--favorite {
    grid-area: favorite;
    align-self: start;
  }

  body.gold-services-page .gold-services-cell--favorite [data-favorite-service-id] {
    width: 100%;
    min-width: 0;
    height: 34px;
    border-radius: 10px;
  }

  body.gold-services-page .gold-services-cell--rate {
    grid-area: rate;
  }

  body.gold-services-page .gold-services-cell--min {
    grid-area: min;
  }

  body.gold-services-page .gold-services-cell--max {
    grid-area: max;
  }

  body.gold-services-page .gold-services-cell--average {
    grid-area: average;
  }

  body.gold-services-page .gold-services-cell--action {
    grid-area: action;
  }

  body.gold-services-page .gold-services-cell--rate,
  body.gold-services-page .gold-services-cell--min,
  body.gold-services-page .gold-services-cell--max,
  body.gold-services-page .gold-services-cell--average {
    min-width: 0;
    min-height: 44px;
    padding: 7px 6px !important;
    overflow: hidden;
    color: #49391d;
    background: rgba(241, 221, 172, 0.42) !important;
    border: 1px solid rgba(190, 145, 47, 0.28) !important;
    border-radius: 9px !important;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    overflow-wrap: anywhere;
  }

  body.gold-services-page .gold-services-cell--rate::before,
  body.gold-services-page .gold-services-cell--min::before,
  body.gold-services-page .gold-services-cell--max::before,
  body.gold-services-page .gold-services-cell--average::before {
    display: block;
    margin: 0 0 5px;
    color: #8b744c;
    content: attr(data-gold-label);
    font-family: inherit;
    font-size: 7.5px;
    font-weight: 850;
    letter-spacing: 0.045em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.gold-services-page .gold-services-cell--average {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  body.gold-services-page .gold-services-cell--average.is-new {
    color: #176f53;
    background: linear-gradient(145deg, rgba(230, 249, 241, 0.94), rgba(211, 239, 227, 0.88)) !important;
    border-color: rgba(48, 143, 105, 0.34) !important;
  }

  body.gold-services-page .gold-services-cell--average.is-new::before {
    color: #3b8f70;
    content: 'AVERAGE TIME';
  }

  body.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--action .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 7px 6px;
    color: #4d3306 !important;
    border-radius: 9px;
    font-size: 9.5px;
    font-weight: 850;
    line-height: 1.1;
  }

  body.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--action .btn::before {
    margin-right: 5px;
    color: inherit;
    font-size: 10px;
  }

  body.gold-dark.gold-services-page .gold-services-cell--rate,
  body.gold-dark.gold-services-page .gold-services-cell--min,
  body.gold-dark.gold-services-page .gold-services-cell--max,
  body.gold-dark.gold-services-page .gold-services-cell--average {
    color: #e6cd88;
    background: rgba(129, 94, 28, 0.16) !important;
    border-color: rgba(174, 130, 36, 0.32) !important;
  }

  body.gold-dark.gold-services-page .gold-services-cell--rate::before,
  body.gold-dark.gold-services-page .gold-services-cell--min::before,
  body.gold-dark.gold-services-page .gold-services-cell--max::before,
  body.gold-dark.gold-services-page .gold-services-cell--average::before {
    color: #9e8c6b;
  }

  body.gold-dark.gold-services-page .gold-services-cell--average.is-new {
    color: #70d9b7;
    background: linear-gradient(145deg, rgba(24, 65, 53, 0.52), rgba(12, 38, 31, 0.72)) !important;
    border-color: rgba(75, 181, 143, 0.38) !important;
  }

  body.gold-dark.gold-services-page .gold-services-cell--average.is-new::before {
    color: #7fceb3;
  }

body.gold-dark.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--action .btn {
  color: #edcf78 !important;
  background: linear-gradient(145deg, #282014, #151009);
  border-color: #74571f;
}
}

/* Average Time tooltip and neutral New Service panel. */
body.gold-services-page .gold-services-cell--average {
  position: relative;
  overflow: visible !important;
}

@media (max-width: 767px) {
  body.gold-services-page .gold-services-cell--average.is-new {
    color: #16815d;
    background: rgba(241, 221, 172, 0.42) !important;
    border-color: rgba(190, 145, 47, 0.28) !important;
  }

  body.gold-services-page .gold-services-cell--average.is-new::before {
    color: #8b744c;
  }

  body.gold-dark.gold-services-page .gold-services-cell--average.is-new {
    color: #70d9b7;
    background: rgba(129, 94, 28, 0.16) !important;
    border-color: rgba(174, 130, 36, 0.32) !important;
  }

  body.gold-dark.gold-services-page .gold-services-cell--average.is-new::before {
    color: #9e8c6b;
  }
}

body.gold-services-page .gold-average-tooltip {
  position: absolute;
  top: 6px;
  right: 7px;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  color: #9a711f;
  background: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  cursor: help;
}

body.gold-services-page .gold-average-tooltip:hover,
body.gold-services-page .gold-average-tooltip:focus,
body.gold-services-page .gold-average-tooltip.is-open {
  color: #c88b14;
  background: rgba(210, 163, 59, 0.14);
  outline: none;
}

body.gold-services-page .gold-average-tooltip__content {
  position: absolute;
  right: auto;
  bottom: calc(100% + 8px);
  left: 50%;
  z-index: 30;
  width: min(250px, calc(100vw - 48px));
  padding: 10px 12px;
  color: #fff9e9;
  background: #2d2415;
  border: 1px solid rgba(218, 171, 68, 0.58);
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(44, 31, 8, 0.2);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: left;
  text-transform: none;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 5px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

body.gold-services-page .gold-average-tooltip__content::after {
  position: absolute;
  top: 100%;
  right: auto;
  left: 50%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #2d2415;
  content: '';
  transform: translateX(-50%);
}

body.gold-services-page .gold-average-tooltip:hover .gold-average-tooltip__content,
body.gold-services-page .gold-average-tooltip:focus .gold-average-tooltip__content,
body.gold-services-page .gold-average-tooltip.is-open .gold-average-tooltip__content {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

body.gold-dark.gold-services-page .gold-average-tooltip {
  color: #a98b48;
}

body.gold-dark.gold-services-page .gold-average-tooltip:hover,
body.gold-dark.gold-services-page .gold-average-tooltip:focus,
body.gold-dark.gold-services-page .gold-average-tooltip.is-open {
  color: #f0cb71;
  background: rgba(226, 178, 71, 0.13);
}

body.gold-dark.gold-services-page .gold-average-tooltip__content {
  color: #f8e9bc;
  background: #17120b;
  border-color: rgba(206, 155, 52, 0.46);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.46);
}

body.gold-dark.gold-services-page .gold-average-tooltip__content::after {
  border-top-color: #17120b;
}

/* New Order service sorting: compact, touch-friendly and isolated from other pages. */
body.gold-neworder-sort .gold-service-sort {
  margin-top: 2px;
  margin-bottom: 18px;
}

body.gold-neworder-sort .gold-service-sort__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #3f321d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

body.gold-neworder-sort .gold-service-sort__label i {
  color: #b57c12;
  font-size: 15px;
}

body.gold-neworder-sort .gold-service-sort__control {
  position: relative;
}

body.gold-neworder-sort .gold-service-sort__icon {
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #30230d;
  background: linear-gradient(145deg, #f5cf63, #d99a1d);
  border: 1px solid rgba(172, 117, 16, 0.48);
  border-radius: 11px;
  box-shadow: 0 5px 12px rgba(125, 84, 8, 0.14);
  pointer-events: none;
  transform: translateY(-50%);
}

body.gold-neworder-sort .gold-service-sort__select {
  width: 100%;
  height: 54px;
  padding: 0 44px 0 58px;
  color: #40341f;
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid rgba(183, 139, 48, 0.48);
  border-radius: 14px;
  box-shadow: 0 5px 16px rgba(100, 70, 14, 0.06);
  font-size: 14px;
  font-weight: 750;
  line-height: 54px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.gold-neworder-sort .gold-service-sort__select:hover {
  border-color: rgba(183, 128, 27, 0.76);
}

body.gold-neworder-sort .gold-service-sort__select:focus {
  border-color: #c48b1b;
  box-shadow: 0 0 0 3px rgba(211, 161, 47, 0.18), 0 6px 18px rgba(100, 70, 14, 0.08);
  outline: none;
}

body.gold-neworder-sort .gold-service-sort__chevron {
  position: absolute;
  top: 50%;
  right: 17px;
  color: #94732e;
  font-size: 11px;
  pointer-events: none;
  transform: translateY(-50%);
}

body.gold-dark.gold-neworder-sort .gold-service-sort__label {
  color: #ead79d;
}

body.gold-dark.gold-neworder-sort .gold-service-sort__label i {
  color: #dbaf4e;
}

body.gold-dark.gold-neworder-sort .gold-service-sort__icon {
  color: #1e1608;
  background: linear-gradient(145deg, #e5b849, #aa7315);
  border-color: rgba(218, 169, 59, 0.48);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

body.gold-dark.gold-neworder-sort .gold-service-sort__select {
  color: #f1dfa9;
  background: #1b160e;
  border-color: rgba(190, 145, 47, 0.46);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}

body.gold-dark.gold-neworder-sort .gold-service-sort__select option {
  color: #f1dfa9;
  background: #1b160e;
}

body.gold-dark.gold-neworder-sort .gold-service-sort__chevron {
  color: #d2ad5a;
}

@media (max-width: 767px) {
  body.gold-neworder-sort .gold-service-sort {
    margin-bottom: 16px;
  }

  body.gold-neworder-sort .gold-service-sort__label {
    margin-bottom: 7px;
    font-size: 14px;
  }

  body.gold-neworder-sort .gold-service-sort__select {
    height: 50px;
    padding-right: 40px;
    padding-left: 54px;
    border-radius: 13px;
    font-size: 13.5px;
    line-height: 50px;
  }

  body.gold-neworder-sort .gold-service-sort__icon {
    left: 7px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
}

/* Services catalogue smooth loading and reveal. */
#service-table {
  width: 100%;
  max-width: 100%;
  max-height: 270px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(6px);
  animation: gold-services-fallback-reveal 0s 8s forwards;
}

body:not(.gold-services-ready) .well:has(#service-table) {
  position: relative;
  min-height: 270px;
  overflow: hidden;
}

body:not(.gold-services-ready) .well:has(#service-table)::before {
  position: absolute;
  top: 116px;
  left: 50%;
  z-index: 4;
  color: #8a6418;
  content: 'Preparing services...';
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}

body:not(.gold-services-ready) .well:has(#service-table)::after {
  position: absolute;
  top: 68px;
  left: calc(50% - 18px);
  z-index: 4;
  width: 36px;
  height: 36px;
  border: 3px solid rgba(197, 145, 35, 0.22);
  border-top-color: #c68d18;
  border-radius: 50%;
  content: '';
  animation: gold-services-loader-spin 720ms linear infinite;
}

body.gold-services-ready #service-table {
  max-height: none;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  animation: none;
  transition: opacity 240ms ease, transform 240ms ease;
}

body.gold-dark:not(.gold-services-ready) .well:has(#service-table)::before {
  color: #dbbd6f;
}

body.gold-dark:not(.gold-services-ready) .well:has(#service-table)::after {
  border-color: rgba(213, 169, 67, 0.2);
  border-top-color: #e0b34f;
}

@keyframes gold-services-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes gold-services-fallback-reveal {
  to {
    max-height: none;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body:not(.gold-services-ready) .well:has(#service-table)::after {
    animation-duration: 1.4s;
  }

  body.gold-services-ready #service-table {
    transition-duration: 1ms;
  }
}

/* Orders UI v2: clearer cards and touch-friendly status navigation. */
body.gold-orders-page.gold-orders-v2 .gold-orders-controls {
  position: relative;
}

body.gold-orders-page.gold-orders-v2 .gold-orders-toolbar {
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

body.gold-orders-page.gold-orders-v2 .gold-orders-toolbar > li {
  scroll-snap-align: start;
}

body.gold-orders-page.gold-orders-v2 .gold-orders-tab__label {
  display: inline-block;
}

body.gold-orders-page.gold-orders-v2 .gold-orders-row {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.gold-orders-page.gold-orders-v2 .gold-orders-row:hover,
body.gold-orders-page.gold-orders-v2 .gold-orders-row:focus-within {
  border-color: rgba(174, 126, 29, 0.78);
  box-shadow: 0 11px 24px rgba(88, 56, 5, 0.13);
}

body.gold-orders-page.gold-orders-v2 .gold-orders-status__icon {
  margin-right: 5px;
  font-size: 0.9em;
}

@media (max-width: 767px) {
  body.gold-orders-page.gold-orders-v2 .gold-main > .container-fluid {
    padding: 10px 9px 30px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-controls {
    gap: 9px;
    padding: 8px;
    overflow: hidden;
    border-radius: 14px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-toolbar {
    gap: 6px;
    margin: 0 -1px;
    padding: 1px 1px 4px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-toolbar > li > a {
    min-height: 41px;
    padding: 9px 11px;
    border-radius: 10px;
    font-size: 10px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-search .form-control,
  body.gold-orders-page.gold-orders-v2 .gold-orders-search .btn {
    height: 46px;
    min-height: 46px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-shell {
    padding: 14px 10px 12px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas:
      'id id id service service service service service service status status status'
      'date date date date date date link link link link link link'
      'charge charge charge start start start quantity quantity quantity remains remains remains';
    gap: 8px 7px;
    padding: 10px;
    overflow: visible;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(88, 56, 5, 0.1);
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--id {
    align-self: start;
    width: auto;
    min-width: 58px;
    min-height: 36px;
    padding: 0 8px !important;
    justify-self: start;
    border-radius: 10px !important;
    font-size: 10.5px;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--id::before {
    margin-right: 2px;
    content: '#';
    opacity: 0.72;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--service {
    align-self: start;
    padding: 2px 2px 0 !important;
    font-size: 10.75px;
    line-height: 1.38;
    overflow-wrap: anywhere;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 30px;
    padding: 6px 8px !important;
    font-size: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--date,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--link {
    min-height: 48px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--date,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--link,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--charge,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--start,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--quantity,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--remains {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    flex-direction: column;
    padding: 7px 6px !important;
    border-radius: 9px !important;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--link,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--link a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--link a {
    display: block;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--date::before,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--link::before,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--charge::before,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--start::before,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--quantity::before,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--remains::before {
    margin-bottom: 5px;
    font-size: 7px;
  }

  body.gold-dark.gold-orders-page.gold-orders-v2 .gold-orders-row:hover,
  body.gold-dark.gold-orders-page.gold-orders-v2 .gold-orders-row:focus-within {
    border-color: rgba(212, 163, 52, 0.68);
    box-shadow: 0 13px 26px rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 374px) {
  body.gold-orders-page.gold-orders-v2 .gold-orders-row {
    grid-template-areas:
      'id id id service service service service service status status status status'
      'date date date date date date link link link link link link'
      'charge charge charge start start start quantity quantity quantity remains remains remains';
    gap: 7px 5px;
    padding: 8px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--id {
    min-width: 54px;
    padding: 0 6px !important;
    font-size: 9.5px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--service {
    font-size: 10px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--status {
    padding: 6px 5px !important;
    font-size: 7.5px;
  }
}

/* Orders UI v3: reference-inspired stacked cards. */
body.gold-orders-page.gold-orders-v3 .gold-orders-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  padding: 0;
  color: #a77920;
  background: transparent;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  font-size: 11px;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

body.gold-orders-page.gold-orders-v3 .gold-orders-copy:hover,
body.gold-orders-page.gold-orders-v3 .gold-orders-copy:focus,
body.gold-orders-page.gold-orders-v3 .gold-orders-copy.is-copied {
  color: #176f53;
  background: rgba(38, 153, 111, 0.12);
  outline: none;
}

body.gold-orders-page.gold-orders-v3 .gold-orders-copy:active {
  transform: scale(0.92);
}

body.gold-orders-page.gold-orders-v3 .gold-orders-copy.is-copy-error {
  color: #b12f37;
  background: rgba(191, 48, 57, 0.1);
}

body.gold-orders-page .gold-orders-copy-helper {
  position: fixed;
  top: -1000px;
  left: -1000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

@media (max-width: 767px) {
  body.gold-orders-page.gold-orders-v3 .gold-orders-row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas:
      'id id id id id id status status status status status status'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date date quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains';
    gap: 9px 7px;
    padding: 12px;
    overflow: visible;
    background: linear-gradient(150deg, #fffefa, #fbf5e8);
    border: 1px solid rgba(181, 138, 42, 0.62);
    border-left: 3px solid var(--orders-accent);
    border-radius: 15px;
    box-shadow: 0 9px 21px rgba(87, 55, 5, 0.1);
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id {
    grid-area: id;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    min-width: 0;
    min-height: 35px;
    padding: 4px 5px 4px 11px !important;
    justify-self: start;
    color: #fff6d8 !important;
    background: linear-gradient(135deg, #6d4b0e, #3f2907) !important;
    border: 1px solid #4a2f07 !important;
    border-radius: 9px !important;
    box-shadow: 0 5px 12px rgba(72, 42, 3, 0.2);
    font-size: 10.5px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id::before {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-id__value {
    display: block;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id .gold-orders-copy {
    width: 26px;
    height: 26px;
    margin-left: 4px;
    color: #f3d26f;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id .gold-orders-copy:hover,
  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id .gold-orders-copy:focus,
  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id .gold-orders-copy.is-copied {
    color: #fff6d5;
    background: rgba(255, 235, 170, 0.15);
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--status {
    grid-area: status;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: end;
    width: auto;
    max-width: 100%;
    min-height: 31px;
    padding: 7px 10px !important;
    border-radius: 999px !important;
    font-size: 8.25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--service {
    grid-area: service;
    display: flex;
    align-items: flex-start;
    min-width: 0;
    padding: 1px 1px 2px !important;
    gap: 7px;
    color: #302617;
    font-size: 10.75px;
    font-weight: 780;
    line-height: 1.42;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--service.is-empty {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-service__tag {
    flex: 0 0 auto;
    padding: 4px 7px;
    color: #6a4505;
    background: #f5df9f;
    border: 1px solid #d0aa4f;
    border-radius: 7px;
    font-size: 8px;
    font-weight: 850;
    line-height: 1;
    text-transform: uppercase;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-service__name {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--link {
    grid-area: link;
    display: grid;
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 6px 7px !important;
    grid-template-columns: 24px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 5px;
    color: #3d3427;
    background: rgba(255, 254, 250, 0.74) !important;
    border: 1px solid rgba(153, 129, 78, 0.56) !important;
    border-radius: 12px !important;
    font-size: 9.25px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--link::before {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #26916b;
    font-size: 10px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-link__value,
  body.gold-orders-page.gold-orders-v3 .gold-orders-link__value:hover,
  body.gold-orders-page.gold-orders-v3 .gold-orders-link__value:focus {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: #3d3427;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    min-height: 34px;
    padding: 6px 8px !important;
    flex-direction: row;
    gap: 5px;
    color: #3e3528;
    background: rgba(255, 254, 250, 0.66) !important;
    border: 1px solid rgba(156, 137, 94, 0.5) !important;
    border-radius: 999px !important;
    font-size: 8.5px;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3::before {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__label {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 4px;
    color: #8a7b62;
    font-size: 7.75px;
    font-weight: 750;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__label i {
    color: #2a976f;
    font-size: 8px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__value {
    min-width: 0;
    overflow: hidden;
    color: #302719;
    font-size: 8.5px;
    font-weight: 850;
    text-overflow: ellipsis;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-row {
    background: linear-gradient(150deg, #1c170f, #0d0a06);
    border-color: rgba(168, 126, 34, 0.6);
    border-left-color: var(--orders-accent);
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-cell--id {
    color: #1f1402 !important;
    background: linear-gradient(135deg, #f0d172, #b77918) !important;
    border-color: #8e5a0d !important;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-cell--id .gold-orders-copy {
    color: #3f2804;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-cell--service,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-service__name {
    color: #f0e5cf;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-service__tag {
    color: #f1d171;
    background: rgba(150, 107, 25, 0.25);
    border-color: rgba(188, 142, 42, 0.48);
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-cell--link,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3 {
    color: #e5d8bf;
    background: rgba(39, 31, 19, 0.76) !important;
    border-color: rgba(133, 105, 48, 0.56) !important;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-link__value,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-link__value:hover,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-link__value:focus,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-metric__value {
    color: #eee2cb;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-metric__label {
    color: #aa9a7f;
  }
}

@media (max-width: 374px) {
  body.gold-orders-page.gold-orders-v3 .gold-orders-row {
    padding: 10px;
    gap: 8px 5px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id {
    padding-left: 8px !important;
    font-size: 9.25px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--status {
    padding: 7px 7px !important;
    font-size: 7.5px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--service {
    gap: 5px;
    font-size: 10px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3 {
    padding: 6px !important;
    gap: 3px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__label span {
    display: none;
  }
}

/* Orders UI v4: extend the reference-inspired card layout to desktop. */
@media (min-width: 768px) {
  body.gold-orders-page.gold-orders-v3 .gold-orders-table {
    display: block;
    width: 100% !important;
    border-spacing: 0;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-table > thead {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-table > tbody {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row {
    position: relative;
    display: grid;
    width: 100%;
    margin: 0;
    padding: 16px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas:
      'id id id id id id status status status status status status'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date quantity quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains';
    gap: 11px 9px;
    overflow: visible;
    background: linear-gradient(150deg, #fffefa, #fbf5e8);
    border: 1px solid rgba(181, 138, 42, 0.58);
    border-left: 4px solid var(--orders-accent);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(87, 55, 5, 0.09);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row:hover,
  body.gold-orders-page.gold-orders-v3 .gold-orders-row:focus-within {
    border-color: rgba(176, 128, 28, 0.76);
    box-shadow: 0 15px 30px rgba(87, 55, 5, 0.14);
    transform: translateY(-1px);
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td {
    display: block;
    min-width: 0;
    padding: 0;
    color: #423728;
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id {
    grid-area: id;
    display: inline-flex;
    align-items: center;
    justify-self: start;
    width: auto;
    min-height: 39px;
    padding: 5px 6px 5px 13px !important;
    color: #fff6d8 !important;
    background: linear-gradient(135deg, #725013, #3e2806) !important;
    border: 1px solid #4a2f07 !important;
    border-radius: 10px !important;
    box-shadow: 0 6px 14px rgba(72, 42, 3, 0.2);
    font-size: 11.5px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id::before {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id .gold-orders-copy {
    margin-left: 5px;
    color: #f3d26f;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--status {
    grid-area: status;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: end;
    width: auto;
    min-height: 34px;
    padding: 8px 13px !important;
    border-radius: 999px !important;
    font-size: 9px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--service {
    grid-area: service;
    display: flex;
    align-items: flex-start;
    min-width: 0;
    padding: 1px 2px 2px !important;
    gap: 8px;
    color: #302617;
    font-size: 12px;
    font-weight: 780;
    line-height: 1.45;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--service.is-empty {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-service__tag {
    flex: 0 0 auto;
    padding: 5px 8px;
    color: #6a4505;
    background: #f5df9f;
    border: 1px solid #d0aa4f;
    border-radius: 7px;
    font-size: 8.5px;
    font-weight: 850;
    line-height: 1;
    text-transform: uppercase;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-service__name {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--link {
    grid-area: link;
    display: grid;
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 7px 9px !important;
    grid-template-columns: 26px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 6px;
    color: #3d3427;
    background: rgba(255, 254, 250, 0.78) !important;
    border: 1px solid rgba(153, 129, 78, 0.54) !important;
    border-radius: 12px !important;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--link::before {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #26916b;
    font-size: 11px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-link__value,
  body.gold-orders-page.gold-orders-v3 .gold-orders-link__value:hover,
  body.gold-orders-page.gold-orders-v3 .gold-orders-link__value:focus {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: #3d3427;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--date {
    grid-area: date;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--quantity {
    grid-area: quantity;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--charge {
    grid-area: charge;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--start {
    grid-area: start;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--remains {
    grid-area: remains;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 7px 10px !important;
    flex-direction: row;
    gap: 6px;
    color: #3e3528;
    background: rgba(255, 254, 250, 0.7) !important;
    border: 1px solid rgba(156, 137, 94, 0.48) !important;
    border-radius: 999px !important;
    font-size: 9.5px;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3::before {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__label {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 5px;
    color: #8a7b62;
    font-size: 8.5px;
    font-weight: 750;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__label i {
    color: #2a976f;
    font-size: 9px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__value {
    min-width: 0;
    overflow: hidden;
    color: #302719;
    font-size: 9.5px;
    font-weight: 850;
    text-overflow: ellipsis;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-row {
    background: linear-gradient(150deg, #1c170f, #0d0a06);
    border-color: rgba(168, 126, 34, 0.6);
    border-left-color: var(--orders-accent);
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-cell--service,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-service__name {
    color: #f0e5cf;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-cell--link,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3 {
    color: #e5d8bf;
    background: rgba(39, 31, 19, 0.76) !important;
    border-color: rgba(133, 105, 48, 0.56) !important;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-link__value,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-link__value:hover,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-link__value:focus,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-metric__value {
    color: #eee2cb;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-metric__label {
    color: #aa9a7f;
  }
}

@media (min-width: 1280px) {
  body.gold-orders-page.gold-orders-v3 .gold-orders-table > tbody {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Orders UI v4.1: neutralise legacy table display/width utilities. */
@media (min-width: 768px) {
  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td.gold-orders-cell--id,
  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td.gold-orders-cell--status {
    display: inline-flex !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td.gold-orders-cell--status {
    border-radius: 999px !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td.gold-orders-cell--service {
    display: flex !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td.gold-orders-cell--link {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td.gold-orders-metric--v3 {
    display: inline-flex !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-status--completed {
    color: #17633d !important;
    background: #dff4e8 !important;
    border: 1px solid #8bc8a6 !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-status--inprogress,
  body.gold-orders-page.gold-orders-v3 .gold-orders-status--processing {
    color: #255479 !important;
    background: #e0eef7 !important;
    border: 1px solid #96bad3 !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-status--partial {
    color: #6a417f !important;
    background: #f0e6f5 !important;
    border: 1px solid #c5a3d5 !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-status--canceled {
    color: #873c35 !important;
    background: #f8e4df !important;
    border: 1px solid #d9a39a !important;
  }
}

/* Orders UI v5: full links and contextual order actions. */
body.gold-orders-page.gold-orders-v5 .gold-orders-link__value,
body.gold-orders-page.gold-orders-v5 .gold-orders-link__value:hover,
body.gold-orders-page.gold-orders-v5 .gold-orders-link__value:focus {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.gold-orders-page.gold-orders-v5 .gold-orders-cell--actions {
  grid-area: actions;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  padding: 0 !important;
  gap: 7px;
  background: transparent !important;
  border: 0 !important;
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action-form {
  display: inline-flex;
  margin: 0;
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  margin: 0;
  padding: 0 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: 0 6px 14px rgba(63, 39, 4, 0.14);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  transition: box-shadow 160ms ease, filter 160ms ease, transform 160ms ease;
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action:hover,
body.gold-orders-page.gold-orders-v5 .gold-orders-action:focus {
  color: #fff !important;
  filter: brightness(1.06);
  outline: none;
  box-shadow: 0 8px 18px rgba(63, 39, 4, 0.2);
  transform: translateY(-1px);
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action:active {
  transform: scale(0.94);
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action--refill {
  background: linear-gradient(135deg, #31aa74, #187a50) !important;
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action--cancel {
  background: linear-gradient(135deg, #f05b63, #c52d37) !important;
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action--support {
  background: linear-gradient(135deg, #43b9ef, #1689c3) !important;
}

@media (max-width: 767px) {
  body.gold-orders-page.gold-orders-v5 .gold-orders-row {
    grid-template-areas:
      'id id id id id status status status actions actions actions actions'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date date quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains';
  }

  body.gold-orders-page.gold-orders-v5 .gold-orders-cell--actions {
    align-self: center;
  }

  body.gold-orders-page.gold-orders-v5 .gold-orders-action {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    border-radius: 9px !important;
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  body.gold-orders-page.gold-orders-v5 .gold-orders-row {
    grid-template-areas:
      'id id id id status status status status actions actions actions actions'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date quantity quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains';
  }

  body.gold-orders-page.gold-orders-v5 .gold-orders-cell--actions {
    align-self: center;
  }
}

@media (max-width: 374px) {
  body.gold-orders-page.gold-orders-v5 .gold-orders-row {
    grid-template-areas:
      'id id id id id id status status status actions actions actions'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date date quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains';
  }

  body.gold-orders-page.gold-orders-v5 .gold-orders-action {
    width: 29px;
    height: 29px;
    min-width: 29px;
    min-height: 29px;
  }
}

/* Orders UI v5.1: prevent the legacy table from flashing before enhancement. */
body:has(.nav-pills a[href*="/orders/pending"]):not(.gold-orders-v5) .gold-main > .container-fluid {
  opacity: 0;
  visibility: hidden;
  animation: goldOrdersBootFallback 0s linear 2.5s forwards;
}

body:has(.nav-pills a[href*="/orders/pending"]):not(.gold-orders-v5)::after {
  position: fixed;
  z-index: 1200;
  top: 50%;
  left: 50%;
  min-width: 132px;
  padding: 11px 15px;
  color: #6d4a0a;
  content: 'Loading orders…';
  background: rgba(255, 252, 242, 0.94);
  border: 1px solid rgba(190, 145, 47, 0.55);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(69, 43, 5, 0.14);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-align: center;
  transform: translate(-50%, -50%);
  animation: goldOrdersLoadingPulse 900ms ease-in-out infinite alternate,
    goldOrdersBootDismiss 0s linear 2.5s forwards;
}

body.gold-dark:has(.nav-pills a[href*="/orders/pending"]):not(.gold-orders-v5)::after {
  color: #efd47b;
  background: rgba(24, 19, 12, 0.95);
  border-color: rgba(170, 127, 35, 0.62);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.38);
}

body.gold-orders-page.gold-orders-v5 .gold-main > .container-fluid {
  animation: goldOrdersReveal 240ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes goldOrdersReveal {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes goldOrdersLoadingPulse {
  from {
    opacity: 0.68;
    transform: translate(-50%, -50%) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes goldOrdersBootFallback {
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes goldOrdersBootDismiss {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-orders-page.gold-orders-v5 .gold-main > .container-fluid {
    animation-duration: 1ms;
  }

  body:has(.nav-pills a[href*="/orders/pending"]):not(.gold-orders-v5)::after {
    animation: goldOrdersBootDismiss 0s linear 2.5s forwards;
  }
}

/* Refill UI v1.0: compact filters and responsive request cards. */
body.gold-refill-page {
  --refill-ink: #3f2b0a;
  --refill-muted: #82745d;
  --refill-border: rgba(188, 143, 43, 0.38);
  --refill-surface: rgba(255, 253, 247, 0.88);
  --refill-soft: rgba(249, 239, 210, 0.62);
}

body.gold-dark.gold-refill-page {
  --refill-ink: #f7e9bd;
  --refill-muted: #bcae91;
  --refill-border: rgba(205, 161, 57, 0.34);
  --refill-surface: rgba(29, 24, 17, 0.9);
  --refill-soft: rgba(103, 75, 21, 0.18);
}

body.gold-refill-page .gold-refill-controls {
  position: relative;
  margin: 14px 0;
  padding: 10px;
  overflow: hidden;
  background: var(--refill-surface);
  border: 1px solid var(--refill-border);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(86, 57, 8, 0.07);
}

body.gold-refill-page .gold-refill-tabs.nav-pills {
  display: flex;
  gap: 7px;
  width: 100%;
  margin: 0 0 10px;
  padding: 1px 1px 5px;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  list-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

body.gold-refill-page .gold-refill-tabs.nav-pills::-webkit-scrollbar {
  display: none;
}

body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab {
  float: none;
  margin: 0;
  flex: 0 0 auto;
}

body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab > .gold-refill-tab__link {
  display: inline-flex;
  min-height: 42px;
  margin: 0;
  padding: 9px 13px;
  color: var(--refill-muted);
  align-items: center;
  gap: 7px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab > .gold-refill-tab__link i {
  width: 14px;
  color: #aa7a17;
  font-size: 12px;
  text-align: center;
}

body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab > .gold-refill-tab__link:hover,
body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab > .gold-refill-tab__link:focus {
  color: var(--refill-ink);
  background: var(--refill-soft);
  border-color: var(--refill-border);
}

body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab.active > .gold-refill-tab__link {
  color: #302003;
  background: linear-gradient(135deg, #f7d771 0%, #d99b19 100%);
  border-color: rgba(164, 111, 7, 0.48);
  box-shadow: 0 7px 16px rgba(157, 105, 9, 0.2);
}

body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab.active > .gold-refill-tab__link i {
  color: #302003;
}

body.gold-refill-page .gold-refill-search {
  position: relative;
  width: 100%;
  margin: 0;
}

body.gold-refill-page .gold-refill-search .input-group {
  display: flex;
  width: 100%;
}

body.gold-refill-page .gold-refill-search .form-control {
  height: 48px;
  padding: 0 54px 0 16px;
  color: var(--refill-ink);
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid var(--refill-border);
  border-radius: 13px !important;
  box-shadow: none;
  font-size: 14px;
}

body.gold-dark.gold-refill-page .gold-refill-search .form-control {
  background: rgba(255, 255, 255, 0.035);
}

body.gold-refill-page .gold-refill-search .form-control::placeholder {
  color: #9d917c;
  opacity: 1;
}

body.gold-refill-page .gold-refill-search .input-group-btn {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  display: block;
  width: 48px;
  height: 48px;
}

body.gold-refill-page .gold-refill-search .input-group-btn .btn {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #74500b;
  background: transparent;
  border: 0;
  border-radius: 0 13px 13px 0;
  box-shadow: none;
  place-items: center;
}

body.gold-refill-page .gold-refill-search .input-group-btn .btn:hover,
body.gold-refill-page .gold-refill-search .input-group-btn .btn:focus {
  color: #3f2b0a;
  background: rgba(229, 183, 70, 0.18);
}

body.gold-refill-page .gold-refill-shell.well {
  margin: 0 0 20px;
  padding: 14px;
  overflow: visible;
  background: var(--refill-surface);
  border: 1px solid var(--refill-border);
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(78, 50, 6, 0.08);
}

body.gold-refill-page .gold-refill-heading {
  display: grid;
  margin: 0 0 14px;
  padding: 0 0 14px;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 11px;
  border-bottom: 1px solid var(--refill-border);
}

body.gold-refill-page .gold-refill-heading__icon {
  display: grid;
  width: 48px;
  height: 48px;
  overflow: hidden;
  color: #342203;
  background: linear-gradient(145deg, #f9dc7b, #d99a16);
  border: 1px solid rgba(170, 115, 9, 0.36);
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(150, 98, 5, 0.2);
  font-size: 17px;
  place-items: center;
}

body.gold-refill-page .gold-refill-heading__icon--artwork {
  padding: 3px;
  background: rgba(255, 250, 232, 0.88);
}

body.gold-refill-page .gold-refill-heading__icon--artwork img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.gold-refill-page .gold-refill-heading__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

body.gold-refill-page .gold-refill-heading__copy strong {
  color: var(--refill-ink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.15;
}

body.gold-refill-page .gold-refill-heading__copy small {
  color: var(--refill-muted);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
}

body.gold-refill-page .gold-refill-heading__count {
  padding: 7px 10px;
  color: #79550f;
  background: var(--refill-soft);
  border: 1px solid var(--refill-border);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

body.gold-refill-page .gold-refill-table,
body.gold-refill-page .gold-refill-table > tbody {
  display: block;
  width: 100%;
}

body.gold-refill-page .gold-refill-table {
  margin: 0;
  background: transparent;
  border: 0;
}

body.gold-refill-page .gold-refill-table > thead {
  display: none;
}

body.gold-refill-page .gold-refill-table > tbody > .gold-refill-row {
  display: grid;
  width: 100%;
  margin: 0 0 12px;
  padding: 13px;
  color: var(--refill-ink);
  background: linear-gradient(145deg, rgba(255, 254, 250, 0.96), rgba(250, 242, 219, 0.72));
  border: 1px solid var(--refill-border);
  border-left: 3px solid #d5a228;
  border-radius: 17px;
  box-shadow: 0 9px 22px rgba(82, 53, 6, 0.06);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-areas:
    'id id id id id id id status status status status status'
    'order order order order date date date date date date date date'
    'link link link link link link link link link link link link'
    'service service service service service service service service service service service service';
  gap: 9px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.gold-dark.gold-refill-page .gold-refill-table > tbody > .gold-refill-row {
  background: linear-gradient(145deg, rgba(41, 33, 22, 0.98), rgba(29, 24, 17, 0.96));
}

body.gold-refill-page .gold-refill-table > tbody > .gold-refill-row:last-child {
  margin-bottom: 0;
}

body.gold-refill-page .gold-refill-table > tbody > .gold-refill-row:hover {
  border-color: rgba(187, 137, 31, 0.62);
  box-shadow: 0 12px 27px rgba(82, 53, 6, 0.1);
  transform: translateY(-1px);
}

body.gold-refill-page .gold-refill-table > tbody > .gold-refill-row > .gold-refill-cell {
  display: block;
  min-width: 0;
  padding: 0;
  vertical-align: initial;
  background: transparent;
  border: 0;
}

body.gold-refill-page .gold-refill-cell--id {
  grid-area: id;
  align-self: center;
}

body.gold-refill-page .gold-refill-cell--status {
  grid-area: status;
  align-self: center;
  justify-self: end;
}

body.gold-refill-page .gold-refill-cell--order { grid-area: order; }
body.gold-refill-page .gold-refill-cell--date { grid-area: date; }
body.gold-refill-page .gold-refill-cell--link { grid-area: link; }
body.gold-refill-page .gold-refill-cell--service { grid-area: service; }

body.gold-refill-page .gold-refill-id {
  display: inline-flex;
  max-width: 100%;
  min-height: 36px;
  padding: 8px 11px;
  color: #fff8e4;
  align-items: center;
  gap: 7px;
  background: linear-gradient(135deg, #7d570b, #472d02);
  border-radius: 11px;
  box-shadow: 0 7px 14px rgba(66, 41, 1, 0.2);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
}

body.gold-refill-page .gold-refill-id i {
  color: #f5d267;
  font-size: 11px;
}

body.gold-refill-page .gold-refill-status {
  display: inline-flex;
  max-width: 100%;
  min-height: 30px;
  padding: 7px 10px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

body.gold-refill-page .gold-refill-status--pending {
  color: #875607;
  background: #fff0c5;
  border-color: #efd18a;
}

body.gold-refill-page .gold-refill-status--inprogress {
  color: #185f9a;
  background: #e4f3ff;
  border-color: #aed7f5;
}

body.gold-refill-page .gold-refill-status--completed {
  color: #1e6d4d;
  background: #ddf3e9;
  border-color: #b8dfcf;
}

body.gold-refill-page .gold-refill-status--rejected,
body.gold-refill-page .gold-refill-status--error {
  color: #a63a3a;
  background: #ffebea;
  border-color: #f0c2bf;
}

body.gold-refill-page .gold-refill-detail {
  display: flex;
  min-width: 0;
  min-height: 57px;
  padding: 9px 10px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(188, 143, 43, 0.24);
  border-radius: 12px;
}

body.gold-dark.gold-refill-page .gold-refill-detail {
  background: rgba(255, 255, 255, 0.025);
}

body.gold-refill-page .gold-refill-detail__label {
  display: block;
  overflow: hidden;
  color: var(--refill-muted);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

body.gold-refill-page .gold-refill-detail__label i {
  width: 11px;
  color: #2c9b78;
  font-size: 9px;
  text-align: center;
}

body.gold-refill-page .gold-refill-detail__value,
body.gold-refill-page .gold-refill-detail__value a {
  display: block;
  min-width: 0;
  color: var(--refill-ink);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.gold-refill-page .gold-refill-detail__value a {
  color: #9b6b0e;
  text-decoration: none;
}

body.gold-refill-page .gold-refill-detail__value a:hover,
body.gold-refill-page .gold-refill-detail__value a:focus {
  color: #5f3f04;
  text-decoration: underline;
}

body.gold-refill-page .gold-refill-detail--service .gold-refill-detail__value {
  font-weight: 750;
}

body.gold-refill-page .gold-refill-empty {
  display: flex;
  min-height: 220px;
  padding: 30px 18px;
  color: var(--refill-muted);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  text-align: center;
}

body.gold-refill-page .gold-refill-empty__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 7px;
  color: #805a0f;
  background: var(--refill-soft);
  border: 1px solid var(--refill-border);
  border-radius: 18px;
  font-size: 20px;
  place-items: center;
}

body.gold-refill-page .gold-refill-empty strong {
  color: var(--refill-ink);
  font-size: 14px;
  font-weight: 900;
}

body.gold-refill-page .gold-refill-empty > span:last-child {
  font-size: 11px;
}

@media (min-width: 768px) {
  body.gold-refill-page .gold-refill-controls {
    display: grid;
    padding: 11px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 12px;
  }

  body.gold-refill-page .gold-refill-tabs.nav-pills {
    margin: 0;
    padding-bottom: 1px;
  }

  body.gold-refill-page .gold-refill-table > tbody > .gold-refill-row {
    grid-template-areas:
      'id id id id id id status status status status status status'
      'order order order date date date date date date link link link'
      'service service service service service service service service service service service service';
  }
}

@media (max-width: 374px) {
  body.gold-refill-page .gold-refill-shell.well {
    padding: 11px;
  }

  body.gold-refill-page .gold-refill-heading {
    grid-template-columns: auto minmax(0, 1fr);
  }

  body.gold-refill-page .gold-refill-heading__count {
    display: none;
  }

  body.gold-refill-page .gold-refill-table > tbody > .gold-refill-row {
    grid-template-areas:
      'id id id id id id id status status status status status'
      'order order order order date date date date date date date date'
      'link link link link link link link link link link link link'
      'service service service service service service service service service service service service';
  }
}

/* Prevent the legacy refill table from flashing before the enhancement is ready. */
body:has(.nav-pills a[href*="/refill/pending"]):not(.gold-refill-v1) .gold-main > .container-fluid {
  opacity: 0;
  visibility: hidden;
  animation: goldRefillBootFallback 0s linear 2.5s forwards;
}

body:has(.nav-pills a[href*="/refill/pending"]):not(.gold-refill-v1)::after {
  position: fixed;
  z-index: 1200;
  top: 50%;
  left: 50%;
  min-width: 132px;
  padding: 11px 15px;
  color: #6d4a0a;
  content: 'Loading refills…';
  background: rgba(255, 252, 242, 0.94);
  border: 1px solid rgba(190, 145, 47, 0.55);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(69, 43, 5, 0.14);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  transform: translate(-50%, -50%);
  animation: goldRefillLoadingPulse 900ms ease-in-out infinite alternate,
    goldRefillBootDismiss 0s linear 2.5s forwards;
}

body.gold-dark:has(.nav-pills a[href*="/refill/pending"]):not(.gold-refill-v1)::after {
  color: #efd47b;
  background: rgba(24, 19, 12, 0.95);
  border-color: rgba(170, 127, 35, 0.62);
}

body.gold-refill-page.gold-refill-v1 .gold-main > .container-fluid {
  animation: goldRefillReveal 240ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes goldRefillReveal {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes goldRefillLoadingPulse {
  from { opacity: 0.68; transform: translate(-50%, -50%) scale(0.98); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes goldRefillBootFallback {
  to { opacity: 1; visibility: visible; }
}

@keyframes goldRefillBootDismiss {
  to { opacity: 0; visibility: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-refill-page.gold-refill-v1 .gold-main > .container-fluid {
    animation-duration: 1ms;
  }

  body:has(.nav-pills a[href*="/refill/pending"]):not(.gold-refill-v1)::after {
    animation: goldRefillBootDismiss 0s linear 2.5s forwards;
  }
}

/* Add funds UI v2 --------------------------------------------------------- */
body.gold-addfunds-page .gold-main {
  min-height: calc(100vh - 64px);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 92% 4%, rgba(231, 189, 72, 0.18), transparent 25rem),
    radial-gradient(circle at 5% 65%, rgba(194, 137, 28, 0.08), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f8efdb 58%, #fffaf0);
}

body.gold-addfunds-page .gold-addfunds-form-container,
body.gold-addfunds-page .gold-addfunds-history-container {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

body.gold-addfunds-page .gold-addfunds-form-container > .row,
body.gold-addfunds-page .gold-addfunds-history-container > .row {
  margin-right: 0;
  margin-left: 0;
}

body.gold-addfunds-page .gold-addfunds-column,
body.gold-addfunds-page .gold-addfunds-history-column {
  float: none;
  width: 100%;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

body.gold-addfunds-page .gold-addfunds-shell,
body.gold-addfunds-page .gold-addfunds-history-shell {
  width: 100%;
  margin: 0;
  overflow: visible;
  background: linear-gradient(145deg, rgba(255, 255, 252, 0.98), rgba(250, 242, 222, 0.98));
  border: 1px solid rgba(181, 132, 33, 0.56);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(89, 57, 5, 0.09), inset 0 1px rgba(255, 255, 255, 0.86);
}

body.gold-addfunds-page .gold-addfunds-shell {
  padding: 24px;
}

body.gold-addfunds-page .gold-addfunds-title {
  display: grid;
  min-height: 68px;
  margin: -4px 0 22px;
  padding: 0 0 18px;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid rgba(182, 135, 43, 0.28);
}

body.gold-addfunds-page .gold-addfunds-title__artwork {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #3a2304;
  background: linear-gradient(145deg, #f8dc7d, #c88719);
  border: 1px solid rgba(172, 112, 17, 0.62);
  border-radius: 17px;
  box-shadow: 0 9px 18px rgba(124, 77, 5, 0.18), inset 0 1px rgba(255, 249, 211, 0.8);
  font-size: 22px;
}

body.gold-addfunds-page .gold-addfunds-title__artwork img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.gold-addfunds-page .gold-addfunds-title__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

body.gold-addfunds-page .gold-addfunds-title__copy strong {
  color: #3b2607;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.05;
}

body.gold-addfunds-page .gold-addfunds-title__copy small {
  color: #8d7a5c;
  font-size: 11px;
  font-weight: 700;
}

body.gold-addfunds-page .gold-addfunds-title__secure {
  display: inline-flex;
  min-height: 31px;
  padding: 6px 10px;
  align-items: center;
  gap: 6px;
  color: #27735a;
  background: #e6f5ed;
  border: 1px solid #b9dfce;
  border-radius: 999px;
  font-size: 9.5px;
  font-weight: 850;
  letter-spacing: 0.02em;
}

body.gold-addfunds-page .gold-addfunds-form {
  width: 100%;
  margin: 0;
}

body.gold-addfunds-page .gold-addfunds-section,
body.gold-addfunds-page .gold-addfunds-summary__item {
  margin-bottom: 18px;
}

body.gold-addfunds-page .gold-addfunds-label {
  display: inline-flex;
  margin-bottom: 9px;
  align-items: center;
  gap: 8px;
  color: #4d3919;
  font-size: 12.5px;
  font-weight: 850;
}

body.gold-addfunds-page .gold-addfunds-label__icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #8a5b0d;
  background: rgba(226, 188, 87, 0.18);
  border: 1px solid rgba(183, 132, 34, 0.3);
  border-radius: 8px;
  font-size: 9px;
}

body.gold-addfunds-page .gold-addfunds-instructions {
  margin-top: 4px;
}

body.gold-addfunds-page .gold-addfunds-instructions__body {
  position: relative;
  padding: 18px !important;
  overflow: hidden;
  color: #5b4a31;
  background: linear-gradient(145deg, rgba(255, 255, 252, 0.94), rgba(249, 240, 216, 0.88));
  border: 1px solid rgba(189, 144, 49, 0.4) !important;
  border-radius: 16px !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.86);
  font-size: 12px;
  line-height: 1.55;
}

body.gold-addfunds-page .gold-addfunds-instructions__body::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  content: '';
  background: linear-gradient(#efca63, #b67613);
}

body.gold-addfunds-page .gold-addfunds-instructions__body p,
body.gold-addfunds-page .gold-addfunds-instructions__body div {
  margin-top: 0;
  margin-bottom: 12px;
}

body.gold-addfunds-page .gold-addfunds-instructions__headline {
  display: inline-flex;
  margin: 0 auto 15px !important;
  padding: 7px 12px;
  align-items: center;
  justify-content: center;
  color: #66430a;
  background: rgba(236, 205, 119, 0.28);
  border: 1px solid rgba(188, 138, 38, 0.34);
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  text-align: center;
}

body.gold-addfunds-page .gold-addfunds-instructions__image {
  display: block !important;
  width: 100% !important;
  max-width: 520px !important;
  margin: 16px auto !important;
  border: 1px solid rgba(184, 135, 38, 0.28);
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(78, 48, 3, 0.1);
}

body.gold-addfunds-page .gold-addfunds-bonus {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

body.gold-addfunds-page .gold-addfunds-money-field {
  position: relative;
  display: flex;
  width: 100%;
  align-items: stretch;
}

body.gold-addfunds-page .gold-addfunds-money-field__prefix {
  display: inline-flex;
  width: 55px;
  align-items: center;
  justify-content: center;
  color: #694409;
  background: linear-gradient(145deg, #f8e8b3, #e7c366);
  border: 1px solid #c99b3d;
  border-right: 0;
  border-radius: 13px 0 0 13px;
  font-size: 12px;
  font-weight: 900;
}

body.gold-addfunds-page .gold-addfunds-money-field .form-control {
  height: 52px;
  min-width: 0;
  padding: 11px 14px;
  color: #3a2a11;
  background: rgba(255, 255, 252, 0.9);
  border: 1px solid #caa557;
  border-radius: 0 13px 13px 0;
  box-shadow: inset 0 1px 3px rgba(78, 49, 5, 0.05);
  font-size: 14px;
  font-weight: 750;
}

body.gold-addfunds-page .gold-addfunds-money-field .form-control:focus {
  border-color: #a96d12;
  box-shadow: 0 0 0 3px rgba(195, 139, 32, 0.14);
}

body.gold-addfunds-page .gold-addfunds-money-field--readonly .form-control,
body.gold-addfunds-page .gold-addfunds-money-field--readonly .form-control:disabled {
  color: #645337;
  background: rgba(245, 236, 215, 0.72);
  opacity: 1;
}

body.gold-addfunds-page .gold-addfunds-field-hint {
  display: flex;
  margin-top: 8px;
  align-items: flex-start;
  gap: 7px;
  color: #8b7b61;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.4;
}

body.gold-addfunds-page .gold-addfunds-field-hint i {
  margin-top: 2px;
  color: #af791b;
}

body.gold-addfunds-page .gold-addfunds-summary {
  display: grid;
  margin: 2px 0 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.gold-addfunds-page .gold-addfunds-summary__item {
  min-width: 0;
  margin: 0;
  padding: 13px;
  background: rgba(246, 234, 205, 0.55);
  border: 1px solid rgba(185, 138, 42, 0.34);
  border-radius: 15px;
}

body.gold-addfunds-page .gold-addfunds-summary__item--total {
  background: linear-gradient(145deg, rgba(251, 239, 196, 0.82), rgba(242, 214, 139, 0.55));
  border-color: rgba(177, 123, 24, 0.5);
}

body.gold-addfunds-page .gold-addfunds-assurance {
  display: flex;
  margin: 0 0 13px;
  padding: 10px 12px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #647061;
  background: rgba(231, 244, 236, 0.72);
  border: 1px solid rgba(122, 179, 149, 0.35);
  border-radius: 12px;
  font-size: 9.5px;
  font-weight: 750;
}

body.gold-addfunds-page .gold-addfunds-assurance i {
  margin-right: 5px;
  color: #2d8d69;
}

body.gold-addfunds-page .gold-addfunds-submit {
  display: grid;
  width: 100%;
  min-height: 52px;
  padding: 12px 17px;
  grid-template-columns: 26px minmax(0, 1fr) 26px;
  align-items: center;
  color: #241603;
  background: linear-gradient(135deg, #f4d56d, #d99b23 72%, #bf7e14);
  border: 1px solid #aa6c0e;
  border-radius: 14px;
  box-shadow: 0 11px 24px rgba(126, 76, 5, 0.19), inset 0 1px rgba(255, 247, 203, 0.75);
  font-size: 13.5px;
  font-weight: 900;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.gold-addfunds-page .gold-addfunds-submit:hover,
body.gold-addfunds-page .gold-addfunds-submit:focus {
  color: #211302;
  box-shadow: 0 14px 28px rgba(113, 66, 4, 0.24), 0 0 0 3px rgba(202, 148, 36, 0.15);
  outline: none;
  transform: translateY(-1px);
}

body.gold-addfunds-page .gold-addfunds-submit i:first-child {
  justify-self: start;
}

body.gold-addfunds-page .gold-addfunds-submit i:last-child {
  justify-self: end;
}

body.gold-addfunds-page .gold-addfunds-history-shell {
  padding: 22px;
  overflow: hidden;
}

body.gold-addfunds-page .gold-addfunds-history-title {
  display: grid;
  margin-bottom: 18px;
  padding-bottom: 16px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid rgba(182, 135, 43, 0.28);
}

body.gold-addfunds-page .gold-addfunds-history-title__icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: #3c2708;
  background: linear-gradient(145deg, #f0ce69, #bf7d16);
  border: 1px solid #ad7014;
  border-radius: 13px;
  box-shadow: 0 7px 15px rgba(105, 63, 4, 0.16);
}

body.gold-addfunds-page .gold-addfunds-history-title__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

body.gold-addfunds-page .gold-addfunds-history-title__copy strong {
  color: #49310b;
  font-size: 17px;
  font-weight: 900;
}

body.gold-addfunds-page .gold-addfunds-history-title__copy small {
  color: #8d7b60;
  font-size: 9.5px;
  font-weight: 650;
}

body.gold-addfunds-page .gold-addfunds-history-title__count {
  padding: 6px 10px;
  color: #75500d;
  background: rgba(242, 220, 158, 0.45);
  border: 1px solid rgba(180, 130, 33, 0.38);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
}

body.gold-addfunds-page .gold-addfunds-history-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 8px;
}

body.gold-addfunds-page .gold-addfunds-history-table thead th {
  padding: 10px 12px;
  color: #806222;
  background: rgba(241, 220, 163, 0.38);
  border: 0;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.gold-addfunds-page .gold-addfunds-history-row {
  background: rgba(255, 255, 253, 0.72);
  box-shadow: 0 5px 13px rgba(76, 47, 3, 0.045);
}

body.gold-addfunds-page .gold-addfunds-history-cell {
  padding: 12px;
  color: #58482f;
  border-top: 1px solid rgba(185, 140, 47, 0.25) !important;
  border-bottom: 1px solid rgba(185, 140, 47, 0.25) !important;
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle !important;
}

body.gold-addfunds-page .gold-addfunds-history-cell:first-child {
  border-left: 1px solid rgba(185, 140, 47, 0.25) !important;
  border-radius: 12px 0 0 12px;
}

body.gold-addfunds-page .gold-addfunds-history-cell:last-child {
  border-right: 1px solid rgba(185, 140, 47, 0.25) !important;
  border-radius: 0 12px 12px 0;
}

body.gold-addfunds-page .gold-addfunds-transaction-id {
  display: inline-flex;
  padding: 6px 9px;
  color: #553603;
  background: linear-gradient(145deg, #f4d775, #d59a28);
  border: 1px solid rgba(167, 105, 12, 0.58);
  border-radius: 9px;
  font-weight: 900;
}

body.gold-addfunds-page .gold-addfunds-history-cell--3.is-credit {
  color: #237657;
}

body.gold-addfunds-page .gold-addfunds-history-cell--3.is-debit {
  color: #b4554b;
}

body.gold-addfunds-page .gold-addfunds-invoice {
  display: inline-flex;
  min-height: 30px;
  padding: 6px 9px;
  align-items: center;
  gap: 6px;
  color: #74500f;
  background: rgba(245, 227, 179, 0.5);
  border: 1px solid rgba(180, 131, 34, 0.4);
  border-radius: 9px;
  font-size: 9px;
  font-weight: 850;
}

body.gold-dark.gold-addfunds-page .gold-main {
  background:
    radial-gradient(circle at 90% 5%, rgba(172, 124, 31, 0.15), transparent 26rem),
    linear-gradient(145deg, #090704, #151008 58%, #080603);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-shell,
body.gold-dark.gold-addfunds-page .gold-addfunds-history-shell {
  background: linear-gradient(145deg, rgba(29, 23, 14, 0.98), rgba(12, 9, 5, 0.99));
  border-color: rgba(143, 105, 29, 0.65);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35), inset 0 1px rgba(255, 224, 130, 0.035);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-title,
body.gold-dark.gold-addfunds-page .gold-addfunds-history-title {
  border-bottom-color: rgba(148, 108, 31, 0.42);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-title__copy strong,
body.gold-dark.gold-addfunds-page .gold-addfunds-history-title__copy strong,
body.gold-dark.gold-addfunds-page .gold-addfunds-label {
  color: #efd98e;
}

body.gold-dark.gold-addfunds-page .gold-addfunds-title__copy small,
body.gold-dark.gold-addfunds-page .gold-addfunds-history-title__copy small,
body.gold-dark.gold-addfunds-page .gold-addfunds-field-hint {
  color: #aa9a7e;
}

body.gold-dark.gold-addfunds-page .gold-addfunds-instructions__body,
body.gold-dark.gold-addfunds-page .gold-addfunds-summary__item {
  color: #d7c9af;
  background: linear-gradient(145deg, rgba(31, 25, 16, 0.95), rgba(15, 11, 7, 0.98));
  border-color: rgba(137, 99, 28, 0.52) !important;
}

body.gold-dark.gold-addfunds-page .gold-addfunds-instructions__headline {
  color: #e7c96e;
  background: rgba(130, 92, 20, 0.2);
  border-color: rgba(166, 120, 30, 0.42);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-money-field .form-control,
body.gold-dark.gold-addfunds-page .gold-addfunds-money-field--readonly .form-control,
body.gold-dark.gold-addfunds-page .gold-addfunds-money-field--readonly .form-control:disabled {
  color: #e2d5bc;
  background: #110d08;
  border-color: #75571e;
}

body.gold-dark.gold-addfunds-page .gold-addfunds-money-field__prefix {
  color: #251704;
  background: linear-gradient(145deg, #e2bf59, #9e6611);
  border-color: #8b5910;
}

body.gold-dark.gold-addfunds-page .gold-addfunds-assurance {
  color: #aebeb3;
  background: rgba(40, 92, 70, 0.18);
  border-color: rgba(64, 139, 104, 0.35);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-history-table thead th {
  color: #c9a94f;
  background: rgba(106, 76, 19, 0.2);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-history-row {
  background: rgba(24, 18, 11, 0.92);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.22);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-history-cell {
  color: #d9cbb1;
  border-color: rgba(130, 95, 29, 0.42) !important;
}

@media (max-width: 767px) {
  body.gold-addfunds-page .gold-addfunds-form-container,
  body.gold-addfunds-page .gold-addfunds-history-container {
    padding: 14px 10px 0;
  }

  body.gold-addfunds-page .gold-addfunds-history-container {
    padding-top: 12px;
    padding-bottom: 28px;
  }

  body.gold-addfunds-page .gold-addfunds-shell,
  body.gold-addfunds-page .gold-addfunds-history-shell {
    padding: 15px;
    border-radius: 18px;
  }

  body.gold-addfunds-page .gold-addfunds-title {
    min-height: 56px;
    margin: 0 0 17px;
    padding-bottom: 14px;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 10px;
  }

  body.gold-addfunds-page .gold-addfunds-title__artwork {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  body.gold-addfunds-page .gold-addfunds-title__copy strong {
    font-size: 18px;
  }

  body.gold-addfunds-page .gold-addfunds-title__copy small {
    font-size: 9px;
  }

  body.gold-addfunds-page .gold-addfunds-title__secure {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 8px;
  }

  body.gold-addfunds-page .gold-addfunds-instructions__body {
    padding: 15px 13px !important;
    font-size: 11.5px;
    line-height: 1.5;
  }

  body.gold-addfunds-page .gold-addfunds-instructions__body p,
  body.gold-addfunds-page .gold-addfunds-instructions__body div {
    margin-bottom: 10px;
  }

  body.gold-addfunds-page .gold-addfunds-instructions__headline {
    max-width: 100%;
    font-size: 9.5px;
  }

  body.gold-addfunds-page .gold-addfunds-instructions__image {
    margin: 12px auto !important;
    border-radius: 10px;
  }

  body.gold-addfunds-page .gold-addfunds-summary {
    gap: 8px;
  }

  body.gold-addfunds-page .gold-addfunds-summary__item {
    padding: 10px;
  }

  body.gold-addfunds-page .gold-addfunds-summary__item .gold-addfunds-label {
    font-size: 9.5px;
  }

  body.gold-addfunds-page .gold-addfunds-summary__item .gold-addfunds-label__icon {
    width: 21px;
    height: 21px;
    border-radius: 7px;
    font-size: 8px;
  }

  body.gold-addfunds-page .gold-addfunds-summary__item .gold-addfunds-money-field__prefix {
    width: 39px;
    font-size: 9.5px;
  }

  body.gold-addfunds-page .gold-addfunds-summary__item .form-control {
    height: 45px;
    padding: 9px;
    font-size: 11px;
  }

  body.gold-addfunds-page .gold-addfunds-assurance {
    justify-content: space-around;
    gap: 8px;
    font-size: 8.5px;
  }

  body.gold-addfunds-page .gold-addfunds-history-title {
    grid-template-columns: 39px minmax(0, 1fr) auto;
    gap: 9px;
  }

  body.gold-addfunds-page .gold-addfunds-history-title__icon {
    width: 39px;
    height: 39px;
    border-radius: 11px;
    font-size: 12px;
  }

  body.gold-addfunds-page .gold-addfunds-history-title__copy strong {
    font-size: 14px;
  }

  body.gold-addfunds-page .gold-addfunds-history-title__count {
    padding: 5px 8px;
    font-size: 8px;
  }

  body.gold-addfunds-page .gold-addfunds-history-table,
  body.gold-addfunds-page .gold-addfunds-history-table tbody {
    display: block;
  }

  body.gold-addfunds-page .gold-addfunds-history-table thead {
    display: none;
  }

  body.gold-addfunds-page .gold-addfunds-history-row {
    display: grid;
    margin-bottom: 10px;
    padding: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border: 1px solid rgba(182, 134, 39, 0.34);
    border-radius: 14px;
  }

  body.gold-addfunds-page .gold-addfunds-history-cell {
    display: flex;
    min-width: 0;
    padding: 9px;
    flex-direction: column;
    gap: 4px;
    background: rgba(248, 239, 216, 0.52);
    border: 1px solid rgba(183, 139, 48, 0.22) !important;
    border-radius: 10px !important;
    font-size: 10px;
    overflow-wrap: anywhere;
  }

  body.gold-addfunds-page .gold-addfunds-history-cell::before {
    color: #9a7b3b;
    content: attr(data-label);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.gold-addfunds-page .gold-addfunds-history-cell--2 {
    grid-column: 1 / -1;
  }

  body.gold-addfunds-page .gold-addfunds-history-cell--4:empty,
  body.gold-addfunds-page .gold-addfunds-history-cell--4.is-empty {
    display: none;
  }

  body.gold-addfunds-page .gold-addfunds-history-cell--4:not(:empty) {
    align-self: stretch;
    justify-content: center;
  }

  body.gold-dark.gold-addfunds-page .gold-addfunds-history-cell {
    background: rgba(99, 72, 20, 0.13);
    border-color: rgba(134, 98, 28, 0.34) !important;
  }
}

@media (max-width: 390px) {
  body.gold-addfunds-page .gold-addfunds-title__secure span {
    display: none;
  }

  body.gold-addfunds-page .gold-addfunds-title__secure {
    width: 28px;
    padding: 0;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-addfunds-page .gold-addfunds-submit,
  body.gold-addfunds-page .gold-method-trigger,
  body.gold-addfunds-page .gold-method-option {
    transition-duration: 1ms;
  }
}

/* Updates UI v1 ---------------------------------------------------------- */
body.gold-updates-page .gold-main {
  min-height: calc(100vh - 64px);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 92% 2%, rgba(227, 181, 59, 0.17), transparent 25rem),
    radial-gradient(circle at 3% 72%, rgba(181, 126, 24, 0.08), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f8efdc 60%, #fffbf2);
}

body.gold-updates-page .gold-updates-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 18px 38px;
}

body.gold-updates-page .gold-updates-container > .row,
body.gold-updates-page .gold-updates-outer-column > .row {
  margin-right: 0;
  margin-left: 0;
}

body.gold-updates-page .gold-updates-outer-column,
body.gold-updates-page .gold-updates-toolbar-column,
body.gold-updates-page .gold-updates-content-column {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.gold-updates-page .gold-updates-toolbar {
  display: grid;
  width: 100%;
  margin: 0 0 16px;
  padding: 10px;
  grid-template-columns: minmax(150px, 220px) minmax(260px, 420px);
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 252, 0.96), rgba(249, 239, 215, 0.96));
  border: 1px solid rgba(182, 133, 35, 0.52);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(84, 51, 4, 0.08), inset 0 1px rgba(255, 255, 255, 0.84);
}

body.gold-updates-page .gold-updates-toolbar::before,
body.gold-updates-page .gold-updates-toolbar::after {
  display: none;
}

body.gold-updates-page .gold-updates-toolbar > li {
  float: none;
  margin: 0;
}

body.gold-updates-page .gold-updates-filter {
  display: grid;
  width: 100%;
  min-height: 50px;
  padding: 7px 12px 7px 8px;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  color: #4a3007;
  text-align: left;
  background: linear-gradient(145deg, #f6d76e, #d49824);
  border: 1px solid #ae7113;
  border-radius: 13px;
  box-shadow: 0 8px 17px rgba(112, 67, 4, 0.16), inset 0 1px rgba(255, 248, 205, 0.75);
  font-size: 12px;
  font-weight: 900;
}

body.gold-updates-page .gold-updates-filter:hover,
body.gold-updates-page .gold-updates-filter:focus,
body.gold-updates-page .open > .gold-updates-filter {
  color: #352104;
  background: linear-gradient(145deg, #f9df83, #d9a02c);
  border-color: #965e0c;
  box-shadow: 0 0 0 3px rgba(194, 137, 30, 0.14), 0 10px 22px rgba(104, 61, 3, 0.18);
  outline: none;
}

body.gold-updates-page .gold-updates-filter__icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #321e03;
  background: rgba(255, 245, 199, 0.4);
  border: 1px solid rgba(114, 71, 7, 0.22);
  border-radius: 10px;
  font-size: 11px;
}

body.gold-updates-page .gold-updates-filter .caret {
  justify-self: end;
}

body.gold-updates-page .gold-updates-filter > span:not(.gold-updates-filter__icon):not(.caret) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-updates-page .gold-updates-filter-menu {
  width: 100%;
  min-width: 220px;
  margin-top: 7px;
  padding: 7px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #f6e9c9);
  border: 1px solid #ba8728;
  border-radius: 13px;
  box-shadow: 0 18px 42px rgba(65, 40, 3, 0.22);
}

body.gold-updates-page .gold-updates-filter-menu > li > .gold-updates-filter-option {
  display: flex;
  min-height: 38px;
  padding: 8px 10px;
  align-items: center;
  gap: 9px;
  color: #5c4217;
  border-radius: 9px;
  font-size: 10px;
  font-weight: 800;
}

body.gold-updates-page .gold-updates-filter-menu > li > .gold-updates-filter-option i {
  width: 18px;
  color: #a36c11;
  text-align: center;
}

body.gold-updates-page .gold-updates-filter-menu > li.active > a,
body.gold-updates-page .gold-updates-filter-menu > li > a:hover,
body.gold-updates-page .gold-updates-filter-menu > li > a:focus {
  color: #3b2606;
  background: rgba(235, 204, 117, 0.42);
}

body.gold-updates-page .gold-updates-search,
body.gold-updates-page .gold-updates-search .input-group {
  width: 100%;
}

body.gold-updates-page .gold-updates-search .form-control {
  height: 50px;
  padding: 11px 14px;
  color: #4d3c22;
  background: rgba(255, 255, 252, 0.9);
  border: 1px solid #c9a354;
  border-right: 0;
  border-radius: 13px 0 0 13px;
  box-shadow: inset 0 1px 3px rgba(80, 50, 4, 0.04);
  font-size: 12px;
  font-weight: 700;
}

body.gold-updates-page .gold-updates-search .form-control:focus {
  border-color: #a96d12;
  box-shadow: 0 0 0 3px rgba(195, 139, 32, 0.13);
}

body.gold-updates-page .gold-updates-search button {
  width: 50px;
  height: 50px;
  color: #6c470b;
  background: #fffdf8;
  border: 1px solid #c9a354;
  border-radius: 0 13px 13px 0;
  font-size: 13px;
}

body.gold-updates-page .gold-updates-shell {
  width: 100%;
  margin: 0;
  padding: 22px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 252, 0.98), rgba(249, 241, 221, 0.98));
  border: 1px solid rgba(181, 132, 33, 0.56);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(89, 57, 5, 0.09), inset 0 1px rgba(255, 255, 255, 0.86);
}

body.gold-updates-page .gold-updates-title {
  display: grid;
  min-height: 62px;
  margin: 0 0 19px;
  padding: 0 0 17px;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(182, 135, 43, 0.28);
}

body.gold-updates-page .gold-updates-title__artwork {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #3a2304;
  background: linear-gradient(145deg, #f8dc7d, #c88719);
  border: 1px solid rgba(172, 112, 17, 0.62);
  border-radius: 16px;
  box-shadow: 0 9px 18px rgba(124, 77, 5, 0.18), inset 0 1px rgba(255, 249, 211, 0.8);
  font-size: 20px;
}

body.gold-updates-page .gold-updates-title__artwork img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.gold-updates-page .gold-updates-title__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

body.gold-updates-page .gold-updates-title__copy strong {
  color: #3d2808;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.05;
}

body.gold-updates-page .gold-updates-title__copy small {
  color: #8b795c;
  font-size: 10px;
  font-weight: 680;
}

body.gold-updates-page .gold-updates-title__count {
  padding: 7px 11px;
  color: #76500c;
  background: rgba(242, 220, 158, 0.45);
  border: 1px solid rgba(180, 130, 33, 0.4);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
  white-space: nowrap;
}

body.gold-updates-page .gold-updates-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 9px;
  table-layout: fixed;
}

body.gold-updates-page .gold-updates-table thead th {
  padding: 10px 13px;
  color: #7e601f;
  background: rgba(240, 218, 158, 0.42);
  border: 0;
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.gold-updates-page .gold-updates-table thead th:first-child {
  width: 48%;
  border-radius: 10px 0 0 10px;
}

body.gold-updates-page .gold-updates-table thead th:nth-child(2) {
  width: 16%;
}

body.gold-updates-page .gold-updates-table thead th:last-child {
  width: 36%;
  border-radius: 0 10px 10px 0;
}

body.gold-updates-page .gold-update-card {
  background: rgba(255, 255, 253, 0.75);
  box-shadow: 0 6px 16px rgba(78, 48, 3, 0.045);
}

body.gold-updates-page .gold-update-cell {
  padding: 12px 13px;
  color: #58482f;
  border-top: 1px solid rgba(185, 140, 47, 0.25) !important;
  border-bottom: 1px solid rgba(185, 140, 47, 0.25) !important;
  vertical-align: middle !important;
}

body.gold-updates-page .gold-update-cell:first-child {
  border-left: 1px solid rgba(185, 140, 47, 0.25) !important;
  border-radius: 13px 0 0 13px;
}

body.gold-updates-page .gold-update-cell:last-child {
  border-right: 1px solid rgba(185, 140, 47, 0.25) !important;
  border-radius: 0 13px 13px 0;
}

body.gold-updates-page .gold-update-service__meta {
  display: flex;
  margin-bottom: 6px;
  align-items: center;
  gap: 7px;
}

body.gold-updates-page .gold-update-service__id {
  display: inline-flex;
  min-height: 24px;
  padding: 5px 8px;
  align-items: center;
  color: #4b2f04;
  background: linear-gradient(145deg, #f2d26e, #d29725);
  border: 1px solid rgba(164, 102, 11, 0.55);
  border-radius: 8px;
  font-size: 8.5px;
  font-weight: 900;
  white-space: nowrap;
}

body.gold-updates-page .gold-update-service__platform {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #7b5916;
  background: rgba(239, 219, 166, 0.46);
  border: 1px solid rgba(179, 133, 39, 0.3);
  border-radius: 8px;
  font-size: 10px;
}

body.gold-updates-page .gold-update-service__platform--instagram { color: #c13a78; }
body.gold-updates-page .gold-update-service__platform--facebook { color: #3477c7; }
body.gold-updates-page .gold-update-service__platform--tiktok { color: #202020; }
body.gold-updates-page .gold-update-service__platform--telegram { color: #249fd7; }
body.gold-updates-page .gold-update-service__platform--youtube { color: #e43f3f; }
body.gold-updates-page .gold-update-service__platform--whatsapp { color: #29a96b; }
body.gold-updates-page .gold-update-service__platform--linkedin { color: #2474a8; }
body.gold-updates-page .gold-update-service__platform--github { color: #3e3e46; }
body.gold-updates-page .gold-update-service__platform--twitch { color: #7651b5; }

body.gold-updates-page .gold-update-service__name {
  display: block;
  color: #44341d;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

body.gold-updates-page .gold-update-date {
  display: inline-flex;
  min-height: 30px;
  padding: 7px 9px;
  align-items: center;
  gap: 6px;
  color: #72551e;
  background: rgba(245, 233, 201, 0.52);
  border: 1px solid rgba(183, 138, 43, 0.3);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

body.gold-updates-page .gold-update-date i {
  color: #b07816;
  font-size: 9px;
}

body.gold-updates-page .gold-update-change {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

body.gold-updates-page .gold-update-status {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  min-height: 26px;
  padding: 6px 9px;
  align-items: center;
  gap: 6px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 8.5px;
  font-weight: 900;
  white-space: nowrap;
}

body.gold-updates-page .gold-update-change--decreased .gold-update-status {
  color: #1d7655;
  background: #e0f4ea;
  border-color: #b9dfcd;
}

body.gold-updates-page .gold-update-change--increased .gold-update-status {
  color: #a65042;
  background: #ffebe7;
  border-color: #f1c2b9;
}

body.gold-updates-page .gold-update-change--enabled .gold-update-status {
  color: #1b7052;
  background: #ddf2e8;
  border-color: #b5dac8;
}

body.gold-updates-page .gold-update-change--disabled .gold-update-status {
  color: #a04444;
  background: #f8e9e7;
  border-color: #e7bfba;
}

body.gold-updates-page .gold-update-change--new .gold-update-status {
  color: #2b6599;
  background: #e5f2ff;
  border-color: #b9d8f3;
}

body.gold-updates-page .gold-update-change--updated .gold-update-status {
  color: #7b5b19;
  background: #f7edcf;
  border-color: #dec68b;
}

body.gold-updates-page .gold-update-price-flow {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
  align-items: center;
  gap: 5px;
}

body.gold-updates-page .gold-update-price {
  display: flex;
  min-width: 0;
  padding: 7px 8px;
  flex-direction: column;
  gap: 2px;
  background: rgba(246, 237, 214, 0.56);
  border: 1px solid rgba(181, 137, 46, 0.24);
  border-radius: 9px;
}

body.gold-updates-page .gold-update-price small {
  overflow: hidden;
  color: #998563;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

body.gold-updates-page .gold-update-price strong {
  overflow: hidden;
  color: #59421a;
  font-size: 9px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-updates-page .gold-update-change--decreased .gold-update-price--new strong { color: #1d7655; }
body.gold-updates-page .gold-update-change--increased .gold-update-price--new strong { color: #ab4f41; }

body.gold-updates-page .gold-update-price-flow__arrow {
  color: #a87318;
  font-size: 8px;
  text-align: center;
}

body.gold-updates-page .gold-update-message {
  color: #66563e;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
}

body.gold-updates-page .gold-updates-pagination {
  display: flex;
  width: 100%;
  margin: 17px 0 0;
  padding: 2px 0 4px;
  overflow-x: auto;
  justify-content: center;
  gap: 6px;
  scrollbar-width: thin;
}

body.gold-updates-page .gold-updates-pagination > li {
  flex: 0 0 auto;
}

body.gold-updates-page .gold-updates-pagination > li > a,
body.gold-updates-page .gold-updates-pagination > li > span {
  min-width: 36px;
  height: 36px;
  padding: 9px 10px;
  color: #725116;
  background: rgba(255, 255, 252, 0.85);
  border: 1px solid rgba(184, 138, 43, 0.42);
  border-radius: 10px;
  font-size: 9px;
  font-weight: 850;
  text-align: center;
}

body.gold-updates-page .gold-updates-pagination > .active > a,
body.gold-updates-page .gold-updates-pagination > .active > span,
body.gold-updates-page .gold-updates-pagination > li > a:hover,
body.gold-updates-page .gold-updates-pagination > li > a:focus {
  color: #2f1c02;
  background: linear-gradient(145deg, #f0ce69, #c6881e);
  border-color: #a96910;
}

body.gold-updates-page .gold-updates-empty {
  display: flex;
  min-height: 250px;
  padding: 34px 18px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: #8b7a60;
  text-align: center;
}

body.gold-updates-page .gold-updates-empty__icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  margin-bottom: 5px;
  align-items: center;
  justify-content: center;
  color: #8b5c0e;
  background: rgba(239, 218, 161, 0.5);
  border: 1px solid rgba(180, 132, 36, 0.42);
  border-radius: 18px;
  font-size: 19px;
}

body.gold-updates-page .gold-updates-empty strong {
  color: #4c3510;
  font-size: 15px;
  font-weight: 900;
}

body.gold-updates-page .gold-updates-empty > span:last-child {
  font-size: 10px;
  font-weight: 650;
}

body.gold-dark.gold-updates-page .gold-main {
  background:
    radial-gradient(circle at 90% 4%, rgba(167, 119, 28, 0.15), transparent 26rem),
    linear-gradient(145deg, #090704, #151008 58%, #080603);
}

body.gold-dark.gold-updates-page .gold-updates-toolbar,
body.gold-dark.gold-updates-page .gold-updates-shell {
  background: linear-gradient(145deg, rgba(29, 23, 14, 0.98), rgba(12, 9, 5, 0.99));
  border-color: rgba(143, 105, 29, 0.64);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.36), inset 0 1px rgba(255, 224, 130, 0.035);
}

body.gold-dark.gold-updates-page .gold-updates-title {
  border-bottom-color: rgba(148, 108, 31, 0.42);
}

body.gold-dark.gold-updates-page .gold-updates-title__copy strong,
body.gold-dark.gold-updates-page .gold-update-service__name {
  color: #ead9b9;
}

body.gold-dark.gold-updates-page .gold-updates-title__copy small {
  color: #a9987c;
}

body.gold-dark.gold-updates-page .gold-updates-title__count {
  color: #e2c267;
  background: rgba(113, 80, 18, 0.22);
  border-color: rgba(155, 113, 28, 0.48);
}

body.gold-dark.gold-updates-page .gold-updates-search .form-control,
body.gold-dark.gold-updates-page .gold-updates-search button {
  color: #e3d6bd;
  background: #110d08;
  border-color: #71531b;
}

body.gold-dark.gold-updates-page .gold-updates-filter-menu {
  background: linear-gradient(145deg, #1f190f, #090704);
  border-color: #76571d;
}

body.gold-dark.gold-updates-page .gold-updates-filter-menu > li > .gold-updates-filter-option {
  color: #d6c8ad;
}

body.gold-dark.gold-updates-page .gold-updates-filter-menu > li.active > a,
body.gold-dark.gold-updates-page .gold-updates-filter-menu > li > a:hover,
body.gold-dark.gold-updates-page .gold-updates-filter-menu > li > a:focus {
  color: #efd47e;
  background: rgba(116, 82, 18, 0.24);
}

body.gold-dark.gold-updates-page .gold-updates-table thead th {
  color: #c9a94f;
  background: rgba(106, 76, 19, 0.2);
}

body.gold-dark.gold-updates-page .gold-update-card {
  background: rgba(24, 18, 11, 0.94);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.23);
}

body.gold-dark.gold-updates-page .gold-update-cell {
  color: #d7cab0;
  border-color: rgba(130, 95, 29, 0.42) !important;
}

body.gold-dark.gold-updates-page .gold-update-service__platform,
body.gold-dark.gold-updates-page .gold-update-date,
body.gold-dark.gold-updates-page .gold-update-price {
  background: rgba(104, 75, 20, 0.14);
  border-color: rgba(139, 101, 28, 0.35);
}

body.gold-dark.gold-updates-page .gold-update-date,
body.gold-dark.gold-updates-page .gold-update-price strong,
body.gold-dark.gold-updates-page .gold-update-message {
  color: #d9c9a9;
}

body.gold-dark.gold-updates-page .gold-update-price small {
  color: #9e8e71;
}

body.gold-dark.gold-updates-page .gold-updates-pagination > li > a,
body.gold-dark.gold-updates-page .gold-updates-pagination > li > span {
  color: #d7c7a7;
  background: #151008;
  border-color: rgba(137, 99, 27, 0.5);
}

@media (max-width: 767px) {
  body.gold-updates-page .gold-updates-container {
    padding: 12px 9px 28px;
  }

  body.gold-updates-page .gold-updates-toolbar {
    margin-bottom: 12px;
    padding: 8px;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 8px;
    border-radius: 15px;
  }

  body.gold-updates-page .gold-updates-filter,
  body.gold-updates-page .gold-updates-search .form-control,
  body.gold-updates-page .gold-updates-search button {
    min-height: 47px;
    height: 47px;
  }

  body.gold-updates-page .gold-updates-filter {
    padding: 6px 8px;
    grid-template-columns: 31px minmax(0, 1fr) auto;
    gap: 6px;
    border-radius: 11px;
    font-size: 10.5px;
  }

  body.gold-updates-page .gold-updates-filter__icon {
    width: 31px;
    height: 31px;
    border-radius: 8px;
    font-size: 9px;
  }

  body.gold-updates-page .gold-updates-search .form-control {
    min-width: 0;
    padding: 10px 11px;
    border-radius: 11px 0 0 11px;
    font-size: 10.5px;
  }

  body.gold-updates-page .gold-updates-search button {
    width: 45px;
    border-radius: 0 11px 11px 0;
    font-size: 11px;
  }

  body.gold-updates-page .gold-updates-shell {
    padding: 14px;
    border-radius: 18px;
  }

  body.gold-updates-page .gold-updates-title {
    min-height: 51px;
    margin-bottom: 13px;
    padding-bottom: 13px;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 9px;
  }

  body.gold-updates-page .gold-updates-title__artwork {
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }

  body.gold-updates-page .gold-updates-title__copy strong {
    font-size: 17px;
  }

  body.gold-updates-page .gold-updates-title__copy small {
    font-size: 8.5px;
  }

  body.gold-updates-page .gold-updates-title__count {
    padding: 5px 8px;
    font-size: 7.5px;
  }

  body.gold-updates-page .gold-updates-table,
  body.gold-updates-page .gold-updates-table tbody {
    display: block;
  }

  body.gold-updates-page .gold-updates-table thead {
    display: none;
  }

  body.gold-updates-page .gold-update-card {
    display: grid;
    margin-bottom: 10px;
    padding: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      'service date'
      'change change';
    gap: 9px;
    border: 1px solid rgba(181, 134, 40, 0.38);
    border-radius: 15px;
  }

  body.gold-updates-page .gold-update-cell {
    display: block;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: 0 !important;
  }

  body.gold-updates-page .gold-update-cell--service {
    grid-area: service;
  }

  body.gold-updates-page .gold-update-cell--date {
    grid-area: date;
    align-self: start;
    justify-self: end;
  }

  body.gold-updates-page .gold-update-cell--change {
    grid-area: change;
    padding-top: 10px;
    border-top: 1px solid rgba(182, 137, 43, 0.23) !important;
  }

  body.gold-updates-page .gold-update-service__meta {
    margin-bottom: 7px;
  }

  body.gold-updates-page .gold-update-service__id {
    min-height: 23px;
    font-size: 8px;
  }

  body.gold-updates-page .gold-update-service__platform {
    width: 23px;
    height: 23px;
    font-size: 9px;
  }

  body.gold-updates-page .gold-update-service__name {
    font-size: 10.5px;
    line-height: 1.38;
  }

  body.gold-updates-page .gold-update-date {
    min-height: 27px;
    padding: 6px 8px;
    font-size: 7.5px;
  }

  body.gold-updates-page .gold-update-change {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
  }

  body.gold-updates-page .gold-update-status {
    min-height: 26px;
    padding: 6px 8px;
    font-size: 7.5px;
  }

  body.gold-updates-page .gold-update-price {
    padding: 6px 7px;
  }

  body.gold-updates-page .gold-update-price strong {
    font-size: 8.5px;
  }

  body.gold-updates-page .gold-update-message {
    padding: 7px 9px;
    background: rgba(246, 237, 214, 0.5);
    border: 1px solid rgba(181, 137, 46, 0.24);
    border-radius: 9px;
    font-size: 9px;
  }

  body.gold-dark.gold-updates-page .gold-update-message {
    background: rgba(104, 75, 20, 0.14);
    border-color: rgba(139, 101, 28, 0.35);
  }

  body.gold-updates-page .gold-updates-pagination {
    justify-content: flex-start;
  }
}

@media (max-width: 374px) {
  body.gold-updates-page .gold-updates-title__count {
    display: none;
  }

  body.gold-updates-page .gold-update-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      'service'
      'date'
      'change';
  }

  body.gold-updates-page .gold-update-cell--date {
    justify-self: start;
  }

  body.gold-updates-page .gold-update-change {
    grid-template-columns: 1fr;
  }
}

/* Prevent the legacy Updates table from flashing before enhancement. */
body:has(.nav-pills a[href="/updates/new"]):not(.gold-updates-v1) .gold-main > .container-fluid {
  opacity: 0;
  visibility: hidden;
  animation: goldUpdatesBootFallback 0s linear 2.5s forwards;
}

body:has(.nav-pills a[href="/updates/new"]):not(.gold-updates-v1)::after {
  position: fixed;
  z-index: 1200;
  top: 50%;
  left: 50%;
  min-width: 132px;
  padding: 11px 15px;
  color: #6d4a0a;
  content: 'Loading updates…';
  background: rgba(255, 252, 242, 0.94);
  border: 1px solid rgba(190, 145, 47, 0.55);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(69, 43, 5, 0.14);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  transform: translate(-50%, -50%);
  animation: goldUpdatesPulse 900ms ease-in-out infinite alternate,
    goldUpdatesBootDismiss 0s linear 2.5s forwards;
}

body.gold-dark:has(.nav-pills a[href="/updates/new"]):not(.gold-updates-v1)::after {
  color: #efd47b;
  background: rgba(24, 19, 12, 0.95);
  border-color: rgba(170, 127, 35, 0.62);
}

body.gold-updates-page.gold-updates-v1 .gold-main > .container-fluid {
  animation: goldUpdatesReveal 240ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes goldUpdatesReveal {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes goldUpdatesPulse {
  from { opacity: 0.68; transform: translate(-50%, -50%) scale(0.98); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes goldUpdatesBootFallback {
  to { opacity: 1; visibility: visible; }
}

@keyframes goldUpdatesBootDismiss {
  to { opacity: 0; visibility: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-updates-page.gold-updates-v1 .gold-main > .container-fluid {
    animation-duration: 1ms;
  }

  body:has(.nav-pills a[href="/updates/new"]):not(.gold-updates-v1)::after {
    animation: goldUpdatesBootDismiss 0s linear 2.5s forwards;
  }
}

/* Global page loading screen -------------------------------------------- */
html.gold-page-is-loading,
html.gold-page-is-loading body {
  overflow: hidden;
}

.gold-page-loader {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #392707;
  background:
    radial-gradient(circle at 50% 42%, rgba(232, 189, 78, 0.20), transparent 18rem),
    linear-gradient(145deg, #fffdf6, #f8efd9);
  opacity: 1;
  visibility: visible;
  transition: opacity 280ms ease, visibility 280ms ease;
}

.gold-page-loader.is-hidden,
html:not(.gold-page-is-loading) .gold-page-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gold-page-loader__content {
  display: flex;
  width: min(290px, 88vw);
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.gold-page-loader__mark {
  position: relative;
  display: grid;
  z-index: 0;
  width: 136px;
  height: 136px;
  margin-bottom: 12px;
  place-items: center;
  color: transparent;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 12px 20px rgba(79, 47, 2, 0.22));
  font-size: 0;
}

.gold-page-loader__mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gold-page-loader__mark::after {
  position: absolute;
  z-index: -1;
  inset: 19px;
  content: '';
  background: radial-gradient(circle, rgba(229, 176, 48, 0.26), rgba(229, 176, 48, 0));
  border-radius: 50%;
  animation: goldPageLoaderLogoPulse 1.25s ease-in-out infinite alternate;
}

.gold-page-loader strong {
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.gold-page-loader small {
  margin-top: 4px;
  color: #81745f;
  font-size: 12px;
  font-weight: 650;
}

.gold-page-loader__bar {
  position: relative;
  width: 128px;
  height: 4px;
  margin-top: 17px;
  overflow: hidden;
  background: rgba(158, 116, 31, 0.16);
  border-radius: 999px;
}

.gold-page-loader__bar::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(90deg, transparent, #c68b18, transparent);
  transform: translateX(-100%);
  animation: goldPageLoaderBar 1.15s ease-in-out infinite;
}

body.gold-dark .gold-page-loader {
  color: #f6e8c4;
  background:
    radial-gradient(circle at 50% 42%, rgba(210, 158, 42, 0.14), transparent 18rem),
    linear-gradient(145deg, #17120b, #0b0906);
}

body.gold-dark .gold-page-loader small {
  color: #b9aa8b;
}

@keyframes goldPageLoaderLogoPulse {
  from { opacity: 0.45; transform: scale(0.88); }
  to { opacity: 1; transform: scale(1.16); }
}

@keyframes goldPageLoaderBar {
  50%, 100% { transform: translateX(100%); }
}

@media (prefers-reduced-motion: reduce) {
  .gold-page-loader__mark::after,
  .gold-page-loader__bar::after {
    animation-duration: 1.8s;
  }
}

/* Affiliates page v1 ---------------------------------------------------- */
.gold-affiliates-page {
  padding-top: 18px;
  padding-bottom: 110px;
}

.gold-affiliates {
  display: grid;
  gap: 16px;
  color: #3a2b14;
}

.gold-affiliates__hero,
.gold-affiliates__referral-card,
.gold-affiliates__stats,
.gold-affiliates__payments {
  border: 1px solid rgba(177, 126, 26, 0.50);
  background: rgba(255, 253, 247, 0.92);
  box-shadow: 0 9px 24px rgba(94, 63, 8, 0.08);
}

.gold-affiliates__hero {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px;
  border-radius: 18px;
}

.gold-affiliates__hero-icon,
.gold-affiliates__section-heading-icon,
.gold-affiliates__metric-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  color: #2d1d05;
  background: linear-gradient(145deg, #f4ce66, #d99b19);
  box-shadow: 0 7px 16px rgba(186, 126, 8, 0.24);
}

.gold-affiliates__hero-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  font-size: 19px;
}

.gold-affiliates h1,
.gold-affiliates h2,
.gold-affiliates p {
  margin: 0;
}

.gold-affiliates h1 {
  color: #3b2705;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.gold-affiliates__hero p,
.gold-affiliates__section-heading p {
  margin-top: 2px;
  color: #84775f;
  font-size: 11.5px;
  font-weight: 650;
}

.gold-affiliates__referral-card {
  padding: 16px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(232, 184, 64, 0.20), transparent 13rem),
    rgba(255, 253, 247, 0.94);
}

.gold-affiliates__section-label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: #705010;
  font-size: 10.5px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gold-affiliates__section-label i {
  color: #c58a13;
  font-size: 12px;
}

.gold-affiliates__link-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 8px 8px 8px 12px;
  border: 1px solid rgba(165, 129, 57, 0.40);
  background: #fffdfa;
  border-radius: 12px;
}

.gold-affiliates__link-row code {
  min-width: 0;
  color: #47371e;
  background: transparent;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  overflow-wrap: anywhere;
  white-space: normal;
}

.gold-affiliates__copy {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 11px;
  border: 1px solid #c49127;
  color: #4b3104;
  background: linear-gradient(145deg, #f5d16d, #dfa427);
  border-radius: 9px;
  font-size: 10.5px;
  font-weight: 850;
  transition: transform 160ms ease, background 160ms ease;
}

.gold-affiliates__copy:active {
  transform: scale(0.97);
}

.gold-affiliates__copy.is-copied {
  border-color: #5ca67d;
  color: #fff;
  background: #3d9468;
}

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

.gold-affiliates__reward-card {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  padding: 14px;
  border: 1px solid rgba(177, 126, 26, 0.42);
  background: linear-gradient(145deg, rgba(255, 253, 247, 0.98), rgba(250, 239, 207, 0.84));
  border-radius: 16px;
  box-shadow: 0 7px 18px rgba(94, 63, 8, 0.07);
}

.gold-affiliates__metric-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  font-size: 14px;
}

.gold-affiliates__reward-card small,
.gold-affiliates__stat-card small,
.gold-affiliates__payment-card small {
  display: block;
  color: #85765e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
}

.gold-affiliates__reward-card strong {
  display: block;
  margin-top: 3px;
  color: #352305;
  font-size: 16px;
  font-weight: 900;
}

.gold-affiliates__stats,
.gold-affiliates__payments {
  padding: 16px;
  border-radius: 18px;
}

.gold-affiliates__section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(173, 130, 44, 0.25);
}

.gold-affiliates__section-heading-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  font-size: 14px;
}

.gold-affiliates__section-heading h2 {
  color: #3b2705;
  font-size: 16px;
  font-weight: 900;
}

.gold-affiliates__stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  padding-top: 13px;
}

.gold-affiliates__stat-card {
  position: relative;
  min-width: 0;
  min-height: 90px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(178, 139, 66, 0.28);
  background: #fffdfa;
  border-radius: 13px;
}

.gold-affiliates__stat-card > i {
  display: block;
  margin-bottom: 10px;
  color: #c48a17;
  font-size: 14px;
}

.gold-affiliates__stat-card strong {
  display: block;
  margin-top: 4px;
  color: #342405;
  font-size: 17px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.gold-affiliates__stat-card--highlight {
  border-color: rgba(42, 133, 90, 0.40);
  background: linear-gradient(145deg, #f6fff9, #e8f8ee);
}

.gold-affiliates__stat-card--highlight > i,
.gold-affiliates__stat-card--highlight strong {
  color: #277a53;
}

.gold-affiliates__payout-btn {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  border: 1px solid #bd8310;
  color: #302004;
  background: linear-gradient(145deg, #f3ca5d, #dfa31d);
  border-radius: 12px;
  box-shadow: 0 7px 17px rgba(170, 111, 4, 0.17);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.gold-affiliates__payout-btn:hover,
.gold-affiliates__payout-btn:focus {
  color: #302004;
  text-decoration: none;
}

.gold-affiliates__payment-list {
  display: grid;
  gap: 9px;
  padding-top: 13px;
}

.gold-affiliates__payment-card {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.9fr;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(178, 139, 66, 0.28);
  background: #fffdfa;
  border-radius: 13px;
}

.gold-affiliates__payment-card strong {
  display: block;
  margin-top: 4px;
  color: #392908;
  font-size: 12px;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.gold-affiliates__payment-status {
  color: #267851 !important;
}

.gold-affiliates__pagination {
  display: flex;
  justify-content: center;
  margin: 0;
}

body.gold-dark .gold-affiliates {
  color: #f5e8c7;
}

body.gold-dark .gold-affiliates__hero,
body.gold-dark .gold-affiliates__referral-card,
body.gold-dark .gold-affiliates__stats,
body.gold-dark .gold-affiliates__payments,
body.gold-dark .gold-affiliates__reward-card,
body.gold-dark .gold-affiliates__link-row,
body.gold-dark .gold-affiliates__stat-card,
body.gold-dark .gold-affiliates__payment-card {
  border-color: rgba(220, 177, 78, 0.30);
  background: #1c1710;
}

body.gold-dark .gold-affiliates h1,
body.gold-dark .gold-affiliates h2,
body.gold-dark .gold-affiliates__reward-card strong,
body.gold-dark .gold-affiliates__stat-card strong,
body.gold-dark .gold-affiliates__payment-card strong,
body.gold-dark .gold-affiliates__link-row code {
  color: #f6e8c4;
}

body.gold-dark .gold-affiliates__hero p,
body.gold-dark .gold-affiliates__section-heading p,
body.gold-dark .gold-affiliates__reward-card small,
body.gold-dark .gold-affiliates__stat-card small,
body.gold-dark .gold-affiliates__payment-card small {
  color: #b7aa91;
}

body.gold-dark .gold-affiliates__stat-card--highlight {
  border-color: rgba(80, 184, 129, 0.38);
  background: #10251b;
}

@media (max-width: 767px) {
  .gold-affiliates-page {
    width: 100%;
    padding-top: 14px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .gold-affiliates-page > .row {
    margin-right: 0;
    margin-left: 0;
  }

  .gold-affiliates-page .col-md-10 {
    padding-right: 0;
    padding-left: 0;
  }

  .gold-affiliates {
    gap: 12px;
  }

  .gold-affiliates__hero,
  .gold-affiliates__referral-card,
  .gold-affiliates__stats,
  .gold-affiliates__payments {
    border-radius: 15px;
  }

  .gold-affiliates__hero {
    padding: 14px;
  }

  .gold-affiliates__hero-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 17px;
  }

  .gold-affiliates h1 {
    font-size: 18px;
  }

  .gold-affiliates__referral-card,
  .gold-affiliates__stats,
  .gold-affiliates__payments {
    padding: 13px;
  }

  .gold-affiliates__reward-card {
    padding: 11px;
  }

  .gold-affiliates__metric-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 12px;
  }

  .gold-affiliates__reward-card strong {
    font-size: 14px;
  }

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

  .gold-affiliates__stat-card {
    min-height: 86px;
    padding: 11px;
  }

  .gold-affiliates__stat-card strong {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .gold-affiliates__link-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .gold-affiliates__copy {
    width: 100%;
  }

  .gold-affiliates__reward-grid {
    grid-template-columns: 1fr;
  }
}

/* Child panel order page v1 -------------------------------------------- */
.gold-child-panel-page { padding-top: 18px; padding-bottom: 110px; }

.gold-child-panel {
  overflow: hidden;
  border: 1px solid rgba(177, 126, 26, 0.50);
  color: #3a2b14;
  background: rgba(255, 253, 247, 0.94);
  border-radius: 19px;
  box-shadow: 0 12px 30px rgba(94, 63, 8, 0.09);
}

.gold-child-panel__hero {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px;
  border-bottom: 1px solid rgba(173, 130, 44, 0.25);
  background: radial-gradient(circle at 100% 0, rgba(231, 181, 57, 0.18), transparent 15rem);
}

.gold-child-panel__hero-icon,
.gold-child-panel__notice-icon,
.gold-child-panel__select-icon,
.gold-child-panel__price-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
}

.gold-child-panel__hero-icon {
  width: 48px;
  height: 48px;
  color: #2d1d05;
  background: linear-gradient(145deg, #f4ce66, #d99b19);
  border-radius: 14px;
  box-shadow: 0 7px 16px rgba(186, 126, 8, 0.24);
  font-size: 19px;
}

.gold-child-panel__hero h1,
.gold-child-panel__hero p { margin: 0; }

.gold-child-panel__hero h1 {
  color: #3b2705;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.gold-child-panel__hero p {
  margin-top: 2px;
  color: #84775f;
  font-size: 11.5px;
  font-weight: 650;
}

.gold-child-panel__form {
  display: grid;
  gap: 15px;
  padding: 17px;
}

.gold-child-panel__field { min-width: 0; margin: 0; }

.gold-child-panel__field label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  color: #47320d;
  font-size: 11.5px;
  font-weight: 850;
}

.gold-child-panel__field label i {
  width: 15px;
  color: #bd8415;
  text-align: center;
}

.gold-child-panel__field .form-control {
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid rgba(165, 129, 57, 0.46);
  color: #3c2d15;
  background: #fffdfa;
  border-radius: 12px;
  box-shadow: inset 0 1px 2px rgba(86, 57, 7, 0.04);
  font-size: 12px;
  font-weight: 650;
}

.gold-child-panel__field .form-control:focus {
  border-color: #c58b17;
  box-shadow: 0 0 0 3px rgba(212, 163, 50, 0.15);
}

.gold-child-panel__nameservers {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  padding: 13px;
  border: 1px solid rgba(212, 158, 42, 0.36);
  color: #f4e8c5;
  background: linear-gradient(145deg, #243026, #152019);
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(20, 33, 24, 0.16);
}

.gold-child-panel__notice-icon {
  width: 34px;
  height: 34px;
  color: #3c2a05;
  background: #f1c348;
  border-radius: 10px;
  font-size: 13px;
}

.gold-child-panel__nameservers strong { display: block; font-size: 11px; font-weight: 850; }

.gold-child-panel__nameservers ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.gold-child-panel__nameservers li { margin: 0; }

.gold-child-panel__nameservers code {
  display: inline-block;
  padding: 4px 7px;
  border: 1px solid rgba(236, 210, 144, 0.22);
  color: #fff3d1;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 7px;
  font-family: inherit;
  font-size: 10px;
  font-weight: 750;
}

.gold-child-panel__select-wrap { position: relative; }

.gold-child-panel__select-wrap .form-control {
  padding-right: 39px;
  padding-left: 43px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.gold-child-panel__select-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 10px;
  width: 26px;
  height: 26px;
  color: #5b3b05;
  background: #f2d581;
  border-radius: 8px;
  pointer-events: none;
  transform: translateY(-50%);
  font-size: 10px;
}

.gold-child-panel__select-chevron {
  position: absolute;
  top: 50%;
  right: 14px;
  color: #8f681b;
  pointer-events: none;
  transform: translateY(-50%);
  font-size: 9px;
}

.gold-child-panel__field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gold-child-panel__checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 10px;
  padding-top: 2px;
}

.gold-child-panel__price {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(177, 126, 26, 0.38);
  background: linear-gradient(145deg, #fffdf7, #f8eccb);
  border-radius: 12px;
}

.gold-child-panel__price-icon {
  width: 32px;
  height: 32px;
  color: #4f3304;
  background: linear-gradient(145deg, #f2cc65, #dda020);
  border-radius: 9px;
  font-size: 12px;
}

.gold-child-panel__price small {
  display: block;
  color: #88775c;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gold-child-panel__price strong {
  display: block;
  margin-top: 2px;
  color: #382504;
  font-size: 15px;
  font-weight: 900;
}

.gold-child-panel__submit {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid #bd8310;
  color: #302004;
  background: linear-gradient(145deg, #f3ca5d, #dfa31d);
  border-radius: 12px;
  box-shadow: 0 7px 17px rgba(170, 111, 4, 0.17);
  font-size: 12px;
  font-weight: 900;
}

body.gold-dark .gold-child-panel {
  border-color: rgba(220, 177, 78, 0.30);
  color: #f5e8c7;
  background: #1c1710;
}

body.gold-dark .gold-child-panel__hero h1,
body.gold-dark .gold-child-panel__field label,
body.gold-dark .gold-child-panel__field .form-control,
body.gold-dark .gold-child-panel__price strong { color: #f6e8c4; }

body.gold-dark .gold-child-panel__hero p,
body.gold-dark .gold-child-panel__price small { color: #b7aa91; }

body.gold-dark .gold-child-panel__field .form-control,
body.gold-dark .gold-child-panel__price {
  border-color: rgba(220, 177, 78, 0.30);
  background: #15110c;
}

@media (max-width: 767px) {
  .gold-child-panel-page {
    width: 100%;
    padding-top: 14px;
    padding-right: 14px;
    padding-left: 14px;
  }
  .gold-child-panel-page > .row { margin-right: 0; margin-left: 0; }
  .gold-child-panel-page .col-md-8 { padding-right: 0; padding-left: 0; }
  .gold-child-panel { border-radius: 15px; }
  .gold-child-panel__hero { padding: 14px; }
  .gold-child-panel__hero-icon { width: 42px; height: 42px; border-radius: 12px; font-size: 17px; }
  .gold-child-panel__hero h1 { font-size: 18px; }
  .gold-child-panel__form { gap: 13px; padding: 13px; }
  .gold-child-panel__field-grid { grid-template-columns: 1fr; gap: 13px; }
  .gold-child-panel__checkout { grid-template-columns: 1fr; }
  .gold-child-panel__submit { min-height: 44px; }
}

/* New Order service sorting v5: lock compact right-aligned layout. */
body.gold-neworder-sort .gold-service-heading {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: 8px !important;
}

body.gold-neworder-sort .gold-service-heading > label {
  flex: 0 1 auto !important;
  margin: 0 !important;
  white-space: nowrap;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  gap: 4px !important;
  width: auto !important;
  margin: 0 0 0 auto !important;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  width: auto !important;
  margin: 0 !important;
  font-size: 10.5px !important;
  line-height: 1 !important;
  white-space: nowrap;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__label i {
  width: auto !important;
  font-size: 9.5px !important;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__control {
  position: relative !important;
  display: block !important;
  flex: 0 0 112px !important;
  width: 112px !important;
  height: 30px !important;
  margin: 0 !important;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__icon {
  display: none !important;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__select {
  display: block !important;
  width: 100% !important;
  height: 30px !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 0 23px 0 8px !important;
  border-radius: 8px !important;
  font-size: 10.5px !important;
  line-height: 30px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__chevron {
  position: absolute !important;
  top: 50% !important;
  right: 8px !important;
  display: block !important;
  margin: 0 !important;
  pointer-events: none;
  transform: translateY(-50%) !important;
  font-size: 7.5px !important;
}

@media (max-width: 420px) {
  body.gold-neworder-sort .gold-service-heading {
    gap: 7px !important;
    margin-bottom: 7px !important;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__label {
    font-size: 9.5px !important;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__label i {
    font-size: 8.5px !important;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__control {
    flex-basis: 100px !important;
    width: 100px !important;
    height: 28px !important;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__select {
    height: 28px !important;
    min-height: 28px !important;
    padding-right: 20px !important;
    padding-left: 7px !important;
    border-radius: 7px !important;
    font-size: 9.5px !important;
    line-height: 28px !important;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__chevron {
    right: 7px !important;
    font-size: 7px !important;
  }
}

/* Add funds UI v2.1: clearer payment-to-history spacing and list-style transactions. */
body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-container {
  margin-top: 18px;
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table {
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table thead th {
  border-bottom: 1px solid rgba(182, 135, 43, 0.28);
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-row {
  background: transparent !important;
  box-shadow: none !important;
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell {
  padding: 14px 12px;
  background: transparent !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(185, 140, 47, 0.22) !important;
  border-left: 0 !important;
  border-radius: 0 !important;
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-row:last-child .gold-addfunds-history-cell {
  border-bottom: 0 !important;
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-transaction-id {
  padding: 0;
  color: #76500d;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-transaction-id::before {
  content: '#';
  opacity: 0.62;
}

body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell {
  background: transparent !important;
  border-bottom-color: rgba(148, 108, 31, 0.34) !important;
}

body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-transaction-id {
  color: #e2c269;
}

@media (max-width: 767px) {
  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-container {
    margin-top: 18px;
    padding-top: 12px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-shell {
    padding-bottom: 10px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-title {
    margin-bottom: 0;
    padding-bottom: 14px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-row {
    display: grid !important;
    margin: 0 !important;
    padding: 13px 2px !important;
    grid-template-areas:
      'id amount'
      'date amount'
      'method action';
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 4px 14px;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(182, 134, 39, 0.24) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-row:last-child {
    border-bottom: 0 !important;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell {
    display: flex !important;
    min-width: 0;
    padding: 0 !important;
    flex-direction: row;
    align-items: baseline;
    gap: 6px;
    color: #65563e;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 9.5px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell::before {
    flex: 0 0 auto;
    color: #a18449;
    font-size: 6.8px;
    line-height: 1.35;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--0 {
    grid-area: id;
    color: #5a3c08;
    font-size: 12px;
    font-weight: 900;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--1 {
    grid-area: date;
    color: #8a7a61;
    font-size: 8.8px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--2 {
    grid-area: method;
    grid-column: auto;
    color: #58482f;
    font-size: 9.5px;
    font-weight: 720;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--3 {
    grid-area: amount;
    min-width: 58px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
    font-size: 13px;
    font-weight: 900;
    text-align: right;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--4 {
    grid-area: action;
    justify-content: flex-start;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-transaction-id {
    display: inline;
    padding: 0;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-invoice {
    min-height: 25px;
    padding: 4px 7px;
    border-radius: 7px;
    font-size: 7.5px;
  }

  body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-row {
    border-bottom-color: rgba(148, 108, 31, 0.34) !important;
  }

  body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell {
    color: #cfc0a5;
  }

  body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--0 {
    color: #e5c76e;
  }

  body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--1 {
    color: #aa9a7e;
  }
}

/* Add funds UI v2.2: keep long payment instructions comfortable on phones. */
@media (max-width: 767px) {
  body.gold-addfunds-page .gold-addfunds-instructions__body {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  body.gold-addfunds-page .gold-addfunds-instructions__body p,
  body.gold-addfunds-page .gold-addfunds-instructions__body div,
  body.gold-addfunds-page .gold-addfunds-instructions__body span,
  body.gold-addfunds-page .gold-addfunds-instructions__body strong,
  body.gold-addfunds-page .gold-addfunds-instructions__body b,
  body.gold-addfunds-page .gold-addfunds-instructions__body em,
  body.gold-addfunds-page .gold-addfunds-instructions__body li,
  body.gold-addfunds-page .gold-addfunds-instructions__body a {
    font-size: inherit !important;
    line-height: inherit !important;
  }

body.gold-addfunds-page .gold-addfunds-instructions__headline {
    font-size: 9.5px !important;
    line-height: 1.4 !important;
  }
}

/* Add funds UI v2.4: touch-friendly horizontal transaction list on phones. */
@media (max-width: 767px) {
  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-shell {
    position: relative;
    overflow: hidden;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-title {
    position: relative;
    margin-bottom: 32px !important;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-title::after {
    position: absolute;
    bottom: -25px;
    left: 0;
    display: inline-flex;
    min-height: 20px;
    padding: 3px 8px;
    align-items: center;
    color: #8b6b2f;
    content: '\2194  Swipe left / right';
    background: rgba(237, 211, 143, 0.2);
    border: 1px solid rgba(181, 132, 35, 0.2);
    border-radius: 999px;
    font-size: 7.5px;
    font-weight: 800;
    letter-spacing: 0.02em;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 7px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: rgba(178, 126, 25, 0.58) rgba(223, 200, 145, 0.2);
    scrollbar-width: thin;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table::-webkit-scrollbar {
    height: 5px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table::-webkit-scrollbar-track {
    background: rgba(223, 200, 145, 0.2);
    border-radius: 999px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #d9ae43, #9f6810);
    border-radius: 999px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table tbody {
    display: block !important;
    min-width: 665px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-row {
    display: grid !important;
    min-width: 665px;
    padding: 12px 4px !important;
    grid-template-areas: 'id date method amount action' !important;
    grid-template-columns: 80px 150px minmax(200px, 1fr) 68px 112px !important;
    align-items: center;
    gap: 12px !important;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell {
    min-width: 0;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 3px !important;
    overflow-wrap: normal !important;
    word-break: normal;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--0,
  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--1,
  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--3 {
    white-space: nowrap;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--3 {
    align-items: flex-end !important;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--4 {
    align-items: flex-start !important;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-invoice {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 8px;
    white-space: nowrap;
  }

  body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-title::after {
    color: #d7bd78;
    background: rgba(121, 86, 20, 0.2);
    border-color: rgba(184, 139, 49, 0.28);
  }
}

/* New order account popup v1: premium account detail sheet. */
body.gold-account-popup-ready .gold-summary-card--username {
  position: relative;
  cursor: pointer;
}

body.gold-account-popup-ready .gold-summary-card--username::after {
  position: absolute;
  top: 50%;
  right: 14px;
  color: rgba(126, 85, 13, 0.66);
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  font-weight: 900;
  transform: translateY(-50%);
  transition: transform 0.2s ease, color 0.2s ease;
}

body.gold-account-popup-ready .gold-summary-card--username:hover::after,
body.gold-account-popup-ready .gold-summary-card--username:focus::after {
  color: #8b5c08;
  transform: translate(2px, -50%);
}

body.gold-account-popup-open {
  overflow: hidden;
}

.gold-account-popup {
  position: fixed;
  z-index: 100000;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0s linear 0.24s, opacity 0.24s ease;
}

.gold-account-popup.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.gold-account-popup__backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  inset: 0;
  background: rgba(24, 16, 5, 0.58);
  border: 0;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.gold-account-popup__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(540px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  overflow-x: hidden;
  overflow-y: auto;
  color: #514126;
  background:
    radial-gradient(circle at 92% 4%, rgba(243, 205, 96, 0.2), transparent 28%),
    linear-gradient(155deg, #fffdf7, #f8f0dc);
  border: 1px solid rgba(176, 124, 23, 0.5);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(38, 23, 2, 0.34), inset 0 1px rgba(255, 255, 255, 0.92);
  outline: 0;
  transform: translate(-50%, calc(-50% + 16px)) scale(0.98);
  transition: transform 0.25s ease;
}

.gold-account-popup.is-open .gold-account-popup__dialog {
  transform: translate(-50%, -50%) scale(1);
}

.gold-account-popup__handle {
  display: none;
}

.gold-account-popup__header {
  display: grid;
  padding: 18px 20px 15px;
  grid-template-columns: 40px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid rgba(177, 130, 39, 0.22);
}

.gold-account-popup__header-icon,
.gold-account-popup__detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #704808;
  background: linear-gradient(145deg, rgba(245, 215, 127, 0.68), rgba(220, 170, 54, 0.3));
  border: 1px solid rgba(177, 127, 30, 0.3);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

.gold-account-popup__header-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-size: 14px;
}

.gold-account-popup__header-copy,
.gold-account-popup__identity-copy,
.gold-account-popup__detail-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.gold-account-popup__header-copy {
  gap: 2px;
}

.gold-account-popup__header-copy strong {
  color: #3e2908;
  font-size: 17px;
  font-weight: 900;
}

.gold-account-popup__header-copy small {
  color: #8d7a5b;
  font-size: 10px;
  font-weight: 650;
}

.gold-account-popup__close {
  display: inline-flex;
  width: 38px;
  height: 38px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: #6b4a13;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(171, 123, 31, 0.34);
  border-radius: 12px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gold-account-popup__close:hover,
.gold-account-popup__close:focus {
  background: rgba(239, 205, 112, 0.4);
  outline: 2px solid rgba(205, 154, 48, 0.28);
  outline-offset: 2px;
  transform: rotate(3deg);
}

.gold-account-popup__identity {
  display: flex;
  margin: 16px 20px 0;
  padding: 13px;
  align-items: center;
  gap: 11px;
  background: rgba(255, 252, 242, 0.68);
  border: 1px solid rgba(177, 128, 31, 0.25);
  border-radius: 16px;
}

.gold-account-popup__avatar {
  display: inline-flex;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #66400a;
  background: linear-gradient(145deg, #f5d474, #cf8f20);
  border: 1px solid rgba(166, 111, 13, 0.38);
  border-radius: 15px;
  box-shadow: 0 8px 18px rgba(101, 63, 4, 0.14);
  font-size: 19px;
}

.gold-account-popup__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gold-account-popup__identity-copy {
  flex: 1 1 auto;
  gap: 2px;
}

.gold-account-popup__identity-copy strong {
  overflow: hidden;
  color: #3f2a09;
  font-size: 16px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gold-account-popup__identity-copy small {
  color: #8b7757;
  font-size: 9.5px;
  font-weight: 650;
}

.gold-account-popup__level-badge {
  display: inline-flex;
  min-height: 29px;
  padding: 5px 9px;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  color: #6f4808;
  background: linear-gradient(145deg, rgba(248, 222, 141, 0.7), rgba(221, 175, 63, 0.38));
  border: 1px solid rgba(179, 127, 27, 0.32);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
}

.gold-account-popup__details {
  display: grid;
  padding: 14px 20px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.gold-account-popup__detail {
  display: grid;
  min-height: 67px;
  padding: 11px;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 252, 0.66);
  border: 1px solid rgba(177, 131, 41, 0.22);
  border-radius: 14px;
}

.gold-account-popup__detail--email,
.gold-account-popup__detail--discount {
  grid-column: 1 / -1;
}

.gold-account-popup__detail--discount {
  background: linear-gradient(130deg, rgba(254, 242, 197, 0.88), rgba(244, 212, 124, 0.48));
  border-color: rgba(178, 124, 19, 0.32);
}

.gold-account-popup__detail-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 11px;
}

.gold-account-popup__detail-copy {
  gap: 3px;
}

.gold-account-popup__detail-copy small {
  color: #9a825b;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gold-account-popup__detail-value {
  min-width: 0;
  overflow: hidden;
  color: #46300e;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
  text-overflow: ellipsis;
}

.gold-account-popup__detail.is-loading .gold-account-popup__detail-value {
  color: #a29378;
}

.gold-account-popup__email-line {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}

.gold-account-popup__email-line .gold-account-popup__detail-value {
  flex: 0 1 auto;
  white-space: nowrap;
}

.gold-account-popup__email-status {
  display: inline-flex;
  min-height: 21px;
  padding: 3px 7px;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 7.5px;
  font-weight: 850;
}

.gold-account-popup__email-status.is-checking,
.gold-account-popup__email-status.is-unverified {
  color: #77736c;
  background: #eeece7;
  border-color: #d4d0c8;
}

.gold-account-popup__email-status.is-verified {
  color: #0873bd;
  background: #e1f3ff;
  border-color: #91d0f8;
}

.gold-account-popup__footer {
  display: grid;
  padding: 13px 20px 18px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 9px;
  background: rgba(250, 242, 221, 0.86);
  border-top: 1px solid rgba(177, 130, 39, 0.2);
}

.gold-account-popup__dismiss,
.gold-account-popup__profile-link {
  display: inline-flex;
  min-height: 42px;
  padding: 9px 13px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 850;
  text-decoration: none !important;
}

.gold-account-popup__dismiss {
  color: #6a593d;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(171, 129, 44, 0.26);
}

.gold-account-popup__profile-link {
  color: #291b05 !important;
  background: linear-gradient(135deg, #f3cf69, #d5951f);
  border: 1px solid #b67813;
  box-shadow: 0 8px 17px rgba(112, 68, 3, 0.14);
}

.gold-account-popup__dismiss:hover,
.gold-account-popup__dismiss:focus,
.gold-account-popup__profile-link:hover,
.gold-account-popup__profile-link:focus {
  filter: brightness(1.03);
  outline: 2px solid rgba(202, 151, 46, 0.3);
  outline-offset: 2px;
}

body.gold-dark .gold-account-popup__dialog {
  color: #d8c9ad;
  background:
    radial-gradient(circle at 92% 4%, rgba(205, 153, 46, 0.12), transparent 30%),
    linear-gradient(155deg, #211a10, #17120c);
  border-color: rgba(183, 139, 52, 0.48);
}

body.gold-dark .gold-account-popup__header,
body.gold-dark .gold-account-popup__footer {
  border-color: rgba(170, 127, 44, 0.28);
}

body.gold-dark .gold-account-popup__header-copy strong,
body.gold-dark .gold-account-popup__identity-copy strong,
body.gold-dark .gold-account-popup__detail-value {
  color: #f1ddb0;
}

body.gold-dark .gold-account-popup__header-copy small,
body.gold-dark .gold-account-popup__identity-copy small,
body.gold-dark .gold-account-popup__detail-copy small {
  color: #aa9878;
}

body.gold-dark .gold-account-popup__identity,
body.gold-dark .gold-account-popup__detail,
body.gold-dark .gold-account-popup__close,
body.gold-dark .gold-account-popup__dismiss {
  color: #d5c19b;
  background: rgba(68, 51, 22, 0.38);
  border-color: rgba(166, 123, 37, 0.3);
}

body.gold-dark .gold-account-popup__detail--discount {
  background: linear-gradient(130deg, rgba(116, 80, 16, 0.4), rgba(74, 53, 19, 0.48));
}

body.gold-dark .gold-account-popup__footer {
  background: rgba(26, 20, 12, 0.94);
}

@media (max-width: 767px) {
  .gold-account-popup__dialog {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: min(88dvh, 720px);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 24px 24px 0 0;
    transform: translateY(100%);
  }

  .gold-account-popup.is-open .gold-account-popup__dialog {
    transform: translateY(0);
  }

  .gold-account-popup__handle {
    display: block;
    width: 38px;
    height: 4px;
    margin: 8px auto 0;
    background: rgba(137, 103, 39, 0.32);
    border-radius: 999px;
  }

  .gold-account-popup__header {
    padding: 10px 15px 12px;
    grid-template-columns: 35px minmax(0, 1fr) 36px;
    gap: 9px;
  }

  .gold-account-popup__header-icon {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    font-size: 12px;
  }

  .gold-account-popup__header-copy strong {
    font-size: 14px;
  }

  .gold-account-popup__header-copy small {
    font-size: 8.5px;
  }

  .gold-account-popup__close {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .gold-account-popup__identity {
    margin: 12px 14px 0;
    padding: 10px;
    gap: 9px;
    border-radius: 14px;
  }

  .gold-account-popup__avatar {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
    border-radius: 13px;
  }

  .gold-account-popup__identity-copy strong {
    font-size: 13px;
  }

  .gold-account-popup__identity-copy small,
  .gold-account-popup__level-badge {
    font-size: 8px;
  }

  .gold-account-popup__details {
    padding: 11px 14px 14px;
    gap: 7px;
  }

  .gold-account-popup__detail {
    min-height: 58px;
    padding: 8px;
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 7px;
    border-radius: 11px;
  }

  .gold-account-popup__detail-icon {
    width: 29px;
    height: 29px;
    border-radius: 8px;
    font-size: 9px;
  }

  .gold-account-popup__detail-copy small {
    font-size: 6.8px;
  }

  .gold-account-popup__detail-value {
    font-size: 10px;
  }

  .gold-account-popup__email-line {
    flex-wrap: wrap;
    gap: 5px;
  }

  .gold-account-popup__email-status {
    min-height: 19px;
    padding: 2px 6px;
    font-size: 6.8px;
  }

  .gold-account-popup__footer {
    position: sticky;
    bottom: 0;
    padding: 10px 14px max(12px, env(safe-area-inset-bottom));
    gap: 7px;
  }

  .gold-account-popup__dismiss,
  .gold-account-popup__profile-link {
    min-height: 40px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-account-popup,
  .gold-account-popup__dialog,
  body.gold-account-popup-ready .gold-summary-card--username::after {
    transition: none !important;
  }
}

/* Orders UI v8: compact icon switcher and horizontally scrollable list view. */
body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  color: #704b08;
  background: linear-gradient(145deg, #fffaf0, #f2dfad);
  border: 1px solid #d1b36a;
  border-radius: 10px;
  box-shadow: 0 5px 12px rgba(101, 64, 7, 0.1), inset 0 1px rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle:hover,
body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle:focus-visible {
  color: #3e2703;
  background: linear-gradient(145deg, #fffdf7, #ebcb76);
  border-color: #b88426;
  outline: none;
  box-shadow: 0 0 0 3px rgba(205, 156, 48, 0.16), 0 7px 16px rgba(94, 57, 4, 0.14);
  transform: translateY(-1px);
}

body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle:active {
  transform: scale(0.94);
}

body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle i {
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle.is-list i {
  transform: rotate(180deg);
}

body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-scroll {
  width: 100%;
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-view-scroll {
  position: relative;
  padding: 0 0 7px;
  overflow-x: auto;
  overflow-y: hidden;
  background: rgba(255, 253, 247, 0.72);
  border: 1px solid rgba(191, 151, 63, 0.38);
  border-radius: 12px;
  box-shadow: inset 0 -8px 18px rgba(93, 60, 8, 0.035);
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #c6922e rgba(112, 87, 42, 0.1);
  scrollbar-width: thin;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-view-scroll::-webkit-scrollbar {
  height: 6px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-view-scroll::-webkit-scrollbar-track {
  background: rgba(112, 87, 42, 0.1);
  border-radius: 999px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-view-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #e2be62, #a96f16);
  border-radius: 999px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table {
  display: table !important;
  width: 1640px !important;
  min-width: 1640px !important;
  max-width: none !important;
  margin: 0 !important;
  table-layout: fixed !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: transparent !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead {
  display: table-header-group !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > tbody {
  display: table-row-group !important;
  width: auto !important;
  max-width: none !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr,
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row,
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-card-v7 {
  display: table-row !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th {
  position: relative;
  display: table-cell !important;
  height: 43px;
  padding: 10px 9px !important;
  overflow: hidden;
  color: #654407 !important;
  background: linear-gradient(180deg, #fff8e5, #f1dfb0) !important;
  border: 0 !important;
  border-right: 1px solid rgba(177, 137, 52, 0.2) !important;
  border-bottom: 1px solid #caa34e !important;
  border-radius: 0 !important;
  box-sizing: border-box;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(1),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--id {
  width: 135px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(2),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--date {
  width: 150px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(3),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--link {
  width: 230px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(4),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--charge {
  width: 90px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(5),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--start {
  width: 105px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(6),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--quantity {
  width: 95px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(7),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--service {
  width: 330px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(8),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--status {
  width: 110px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(9),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--remains {
  width: 95px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(10),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--actions {
  width: 120px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(11),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--progress {
  width: 180px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > td,
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > td.gold-orders-cell {
  display: table-cell !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 62px;
  margin: 0 !important;
  padding: 9px !important;
  overflow: hidden !important;
  color: #3e3528;
  background: rgba(255, 254, 250, 0.96) !important;
  border: 0 !important;
  border-right: 1px solid rgba(183, 147, 70, 0.16) !important;
  border-bottom: 1px solid rgba(183, 147, 70, 0.3) !important;
  border-radius: 0 !important;
  box-sizing: border-box;
  font-size: 9.5px;
  line-height: 1.35;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row:nth-child(even) > td {
  background: rgba(249, 242, 224, 0.94) !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:first-child,
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--id {
  position: static !important;
  left: auto !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:first-child {
  z-index: auto;
  border-radius: 10px 0 0 0 !important;
  box-shadow: none;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--id {
  z-index: auto;
  color: #684608 !important;
  background: #fffaf0 !important;
  box-shadow: none;
  font-weight: 850;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row:nth-child(even) > .gold-orders-cell--id {
  background: #f8efd9 !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-id__value,
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-copy,
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-link__icon {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 4px 0 0 !important;
  padding: 0 !important;
  vertical-align: middle;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-copy {
  margin-left: 4px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-cell--link .gold-orders-link__value {
  display: inline-block !important;
  width: 170px !important;
  max-width: 170px !important;
  overflow: hidden !important;
  color: #5e4b29;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  vertical-align: middle;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-service__tag {
  display: inline-flex;
  margin: 0 0 4px;
  padding: 3px 6px;
  font-size: 8px;
  white-space: nowrap;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-service__name {
  display: -webkit-box;
  overflow: hidden;
  font-size: 9.5px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-metric__label {
  display: none !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-metric__value {
  display: block;
  overflow: hidden;
  color: #33291b;
  font-size: 9.5px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-cell--status {
  text-align: center !important;
  white-space: nowrap;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-cell--actions {
  text-align: center !important;
  white-space: nowrap;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-action-form {
  display: inline-flex;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-action {
  display: inline-flex !important;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin: 0 2px !important;
  border-radius: 8px !important;
  font-size: 9px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-cell--progress {
  --order-progress-colour: #c49328;
  border-top: 0 !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-progress__summary {
  margin: 0 0 6px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-progress__label {
  font-size: 8px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-progress__percent {
  font-size: 10px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-progress__track {
  height: 6px;
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle {
  color: #ecd078;
  background: linear-gradient(145deg, #2b2214, #171109);
  border-color: #71551e;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.28), inset 0 1px rgba(255, 230, 151, 0.04);
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-view-scroll {
  background: rgba(20, 16, 10, 0.82);
  border-color: rgba(158, 118, 36, 0.42);
  box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.16);
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th {
  color: #e8cb73 !important;
  background: linear-gradient(180deg, #302515, #1e170e) !important;
  border-color: rgba(172, 129, 38, 0.38) !important;
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > td,
body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > td.gold-orders-cell {
  color: #ded2bb;
  background: rgba(28, 23, 15, 0.98) !important;
  border-color: rgba(145, 111, 45, 0.3) !important;
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row:nth-child(even) > td {
  background: rgba(36, 29, 18, 0.98) !important;
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--id {
  color: #efd27c !important;
  background: #21190e !important;
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row:nth-child(even) > .gold-orders-cell--id {
  background: #2a2012 !important;
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-link__value,
body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-service__name,
body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-metric__value {
  color: #eee1c9 !important;
}

@media (max-width: 767px) {
  body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-title {
    gap: 7px;
  }

  body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle {
    width: 31px;
    height: 31px;
    border-radius: 9px;
    font-size: 9.5px;
  }

  body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-view-scroll {
    margin-top: 1px;
    border-radius: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle,
  body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle i {
    transition: none !important;
  }
}

/* Orders UI v9: small themed scroll-to-top button above the mobile navigation. */
body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop {
  position: fixed;
  z-index: 1026;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  color: #3b2503;
  background: linear-gradient(145deg, #f6da80, #bd7f1b);
  border: 1px solid #aa6e12;
  border-radius: 13px;
  box-shadow: 0 10px 23px rgba(102, 63, 5, 0.24), inset 0 1px rgba(255, 245, 190, 0.72);
  opacity: 0;
  visibility: hidden;
  font-size: 13px;
  line-height: 1;
  pointer-events: none;
  transform: translateY(9px) scale(0.94);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease, box-shadow 160ms ease, background 160ms ease;
}

body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop:hover,
body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop:focus-visible {
  color: #241502;
  background: linear-gradient(145deg, #ffe89e, #c8891f);
  border-color: #8f590c;
  outline: none;
  box-shadow: 0 0 0 3px rgba(205, 154, 41, 0.18), 0 12px 26px rgba(100, 60, 4, 0.28);
  transform: translateY(-2px) scale(1);
}

body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop:active {
  transform: translateY(0) scale(0.92);
}

body.gold-dark.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop {
  color: #171005;
  background: linear-gradient(145deg, #f0d071, #a96d13);
  border-color: #d0a23e;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 238, 169, 0.58);
}

@media (max-width: 991px) {
  body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop {
    right: max(14px, env(safe-area-inset-right));
    bottom: calc(84px + env(safe-area-inset-bottom));
    width: 38px;
    height: 38px;
    border-radius: 11px;
    font-size: 11px;
  }
}

@media (max-width: 374px) {
  body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop {
    right: max(11px, env(safe-area-inset-right));
    bottom: calc(81px + env(safe-area-inset-bottom));
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 10.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop {
    transition: none !important;
  }
}
/*
 * Gold Dashboard Theme
 * Adapted from the reference site's UX patterns without copying its code/assets.
 * Keeps the panel's Bootstrap/Twig functionality intact.
 */

:root {
  --gold-950: #241904;
  --gold-900: #332306;
  --gold-800: #50370a;
  --gold-700: #77520d;
  --gold-600: #a87417;
  --gold-500: #c9972b;
  --gold-400: #ddb95d;
  --gold-300: #ecd68e;
  --gold-200: #f4e7bb;
  --gold-100: #fbf5df;
  --gold-50: #fdfaf0;
  --ink: #f5ecd9;
  --muted: #b5a98f;
  --canvas: #110d08;
  --surface: #1b160f;
  --line: #40341f;
  --line-strong: #705926;
  --danger: #b23a32;
  --success: #2f7d52;
  --shadow-sm: 0 3px 10px rgba(0, 0, 0, 0.24);
  --shadow-md: 0 14px 34px rgba(0, 0, 0, 0.32);
}

/* New order description: compact, readable typography on phones. */
@media (max-width: 767px) {
  #service_description .panel-body {
    font-size: 14px;
    line-height: 1.55;
  }
}

/* New Order service sorting v2: align the compact filter with the Service heading. */
body.gold-neworder-sort .gold-service-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

body.gold-neworder-sort .gold-service-heading > label {
  flex: 0 1 auto;
  margin: 0;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  margin: 0 0 0 auto;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__label {
  gap: 5px;
  margin: 0;
  font-size: 11.5px;
  line-height: 1;
  white-space: nowrap;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__label i {
  font-size: 10.5px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__control {
  width: 138px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__icon {
  display: none;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__select {
  height: 34px;
  padding: 0 27px 0 10px;
  border-radius: 10px;
  font-size: 11.5px;
  line-height: 34px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__chevron {
  right: 10px;
  font-size: 8.5px;
}

@media (max-width: 420px) {
  body.gold-neworder-sort .gold-service-heading {
    gap: 8px;
    margin-bottom: 7px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort {
    gap: 5px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__label {
    font-size: 10.5px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__control {
    width: 124px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__select {
    height: 32px;
    padding-right: 24px;
    padding-left: 8px;
    font-size: 10.5px;
    line-height: 32px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__chevron {
    right: 8px;
  }
}

/* Orders UI v7: compact progress bar at the foot of every order card. */
body.gold-orders-page.gold-orders-v7 .gold-orders-card-v7 {
  grid-template-areas:
    'id id id id status status status status actions actions actions actions'
    'service service service service service service service service service service service service'
    'link link link link link link link link link link link link'
    'date date date date date date quantity quantity quantity quantity quantity quantity'
    'charge charge charge charge start start start start remains remains remains remains'
    'progress progress progress progress progress progress progress progress progress progress progress progress' !important;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-cell--progress {
  --order-progress-colour: #c49328;
  grid-area: progress;
  display: block !important;
  width: 100% !important;
  min-width: 0;
  margin: 2px 0 0 !important;
  padding: 9px 2px 1px !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid rgba(184, 146, 67, 0.22) !important;
  box-sizing: border-box;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress--completed {
  --order-progress-colour: #219b69;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress--inprogress,
body.gold-orders-page.gold-orders-v7 .gold-orders-progress--processing {
  --order-progress-colour: #347ee8;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress--partial {
  --order-progress-colour: #df9525;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress--canceled {
  --order-progress-colour: #d75050;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  gap: 10px;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress__label {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #837456;
  gap: 5px;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.015em;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress__label i {
  color: var(--order-progress-colour);
  font-size: 9px;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress__percent {
  flex: 0 0 auto;
  color: var(--order-progress-colour);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress__track {
  position: relative;
  width: 100%;
  height: 7px;
  overflow: hidden;
  background: rgba(112, 93, 57, 0.12);
  border: 1px solid rgba(117, 94, 49, 0.1);
  border-radius: 999px;
  box-shadow: inset 0 1px 2px rgba(73, 49, 7, 0.06);
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress__fill {
  display: block;
  height: 100%;
  min-width: 0;
  background: var(--order-progress-colour);
  background: linear-gradient(90deg, color-mix(in srgb, var(--order-progress-colour) 78%, white), var(--order-progress-colour));
  border-radius: inherit;
  box-shadow: 0 0 7px color-mix(in srgb, var(--order-progress-colour) 24%, transparent);
  transition: width 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.gold-dark.gold-orders-page.gold-orders-v7 .gold-orders-cell--progress {
  border-top-color: rgba(223, 181, 87, 0.18) !important;
}

body.gold-dark.gold-orders-page.gold-orders-v7 .gold-orders-progress__label {
  color: #bbae91;
}

body.gold-dark.gold-orders-page.gold-orders-v7 .gold-orders-progress__track {
  background: rgba(255, 246, 222, 0.1);
  border-color: rgba(255, 229, 164, 0.09);
}

@media (max-width: 767px) {
  body.gold-orders-page.gold-orders-v7 .gold-orders-card-v7 {
    grid-template-areas:
      'id id id id id status status status actions actions actions actions'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date date quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains'
      'progress progress progress progress progress progress progress progress progress progress progress progress' !important;
  }

  body.gold-orders-page.gold-orders-v7 .gold-orders-cell--progress {
    padding-top: 8px !important;
  }

  body.gold-orders-page.gold-orders-v7 .gold-orders-progress__summary {
    margin-bottom: 5px;
  }

  body.gold-orders-page.gold-orders-v7 .gold-orders-progress__track {
    height: 6px;
  }
}

@media (max-width: 374px) {
  body.gold-orders-page.gold-orders-v7 .gold-orders-card-v7 {
    grid-template-areas:
      'id id id id id id status status status actions actions actions'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date date quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains'
      'progress progress progress progress progress progress progress progress progress progress progress progress' !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-orders-page.gold-orders-v7 .gold-orders-progress__fill {
    transition: none;
  }
}

/* Orders UI v6: visible service IDs and a genuinely full-width link field. */
body.gold-orders-page.gold-orders-v6 .gold-orders-card-v6 > .gold-orders-cell--link {
  grid-area: link !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  justify-self: stretch !important;
  box-sizing: border-box !important;
}

body.gold-orders-page.gold-orders-v6 .gold-orders-card-v6 .gold-orders-service__tag--with-id {
  white-space: nowrap;
}

/* Sidebar currency selector v1. */
@media (max-width: 991px) {
  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-head {
    z-index: 6;
    gap: 10px;
    overflow: visible;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 54px;
    flex: 1 1 auto;
    align-items: center;
    margin: 0;
    padding: 6px 8px 6px 6px;
    color: var(--gold-900);
    background: linear-gradient(145deg, #fffefb, #fff8e8);
    border: 1px solid rgba(190, 145, 48, 0.56);
    border-radius: 14px;
    box-shadow: 0 7px 18px rgba(102, 68, 8, 0.09);
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger:hover,
  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger:focus,
  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger.is-open {
    color: var(--gold-900);
    border-color: var(--gold-600);
    box-shadow: 0 9px 22px rgba(102, 68, 8, 0.15), 0 0 0 3px rgba(222, 177, 68, 0.13);
    outline: 0;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger:active {
    transform: translateY(1px);
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger > .gold-drawer-artwork {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 11px;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-balance {
    flex: 1 1 auto;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-balance small {
    margin-bottom: 3px;
    font-size: 8px;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-balance strong {
    max-width: 110px;
    font-size: 16px;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-current {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 4px;
    margin-left: 7px;
    padding: 5px 6px;
    color: #74500d;
    background: rgba(244, 216, 137, 0.45);
    border: 1px solid rgba(181, 132, 35, 0.28);
    border-radius: 9px;
    font-size: 9px;
    font-weight: 850;
    line-height: 1;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-current__flag {
    font-size: 14px;
    line-height: 1;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-current__code {
    letter-spacing: 0.025em;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-current__chevron {
    width: auto;
    height: auto;
    margin: 0 0 0 1px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 7px;
    transition: transform 0.18s ease;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger.is-open .gold-drawer-currency-current__chevron {
    transform: rotate(180deg);
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger.is-loading .gold-drawer-currency-current__chevron {
    animation: gold-spin 0.8s linear infinite;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-close {
    flex: 0 0 40px;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-panel {
    position: absolute;
    z-index: 8;
    top: calc(100% - 7px);
    right: 18px;
    left: 18px;
    display: block;
    padding: 8px;
    overflow: hidden;
    background: rgba(255, 254, 250, 0.985);
    border: 1px solid rgba(182, 136, 39, 0.48);
    border-radius: 15px;
    box-shadow: 0 20px 42px rgba(49, 33, 5, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-7px) scale(0.985);
    transform-origin: top center;
    pointer-events: none;
    transition: opacity 0.16s ease, transform 0.18s ease, visibility 0.18s ease;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-panel__head {
    position: relative;
    margin-bottom: 7px;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-panel__search-icon {
    position: absolute;
    top: 50%;
    left: 11px;
    color: #9a762b;
    font-size: 11px;
    transform: translateY(-50%);
    pointer-events: none;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-search {
    display: block;
    width: 100%;
    height: 37px;
    margin: 0;
    padding: 0 11px 0 32px;
    color: #3d321f;
    background: #fff;
    border: 1px solid rgba(185, 145, 61, 0.34);
    border-radius: 10px;
    box-shadow: inset 0 1px 2px rgba(83, 55, 5, 0.04);
    font-size: 12px;
    outline: 0;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-search:focus {
    border-color: var(--gold-500);
    box-shadow: 0 0 0 3px rgba(222, 177, 68, 0.13);
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-options {
    display: grid;
    max-height: min(48vh, 310px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    padding: 1px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option {
    display: grid;
    min-width: 0;
    min-height: 45px;
    grid-template-columns: 25px minmax(0, 1fr) 12px;
    align-items: center;
    gap: 6px;
    padding: 6px 7px;
    color: #4f4029;
    background: #fffdf8;
    border: 1px solid rgba(197, 163, 92, 0.27);
    border-radius: 10px;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option:hover,
  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option:focus {
    color: #503609;
    background: #fff5d8;
    border-color: rgba(184, 132, 28, 0.53);
    outline: 0;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option.is-active {
    color: #3d2903;
    background: linear-gradient(145deg, #fbe7a4, #f2c955);
    border-color: #d1a02e;
    box-shadow: 0 4px 10px rgba(105, 69, 5, 0.12);
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option__flag {
    font-size: 18px;
    line-height: 1;
    text-align: center;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.05;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option__copy strong {
    overflow: hidden;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option__copy small {
    overflow: hidden;
    margin-top: 3px;
    color: #8a7756;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option__check {
    color: #6e4b0b;
    font-size: 9px;
    opacity: 0;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option.is-active .gold-drawer-currency-option__check {
    opacity: 1;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-empty {
    display: none;
    padding: 19px 10px;
    color: #8a7756;
    font-size: 11px;
    font-weight: 750;
    text-align: center;
  }

  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger,
  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-panel {
    color: #f2dfad;
    background: #1a1711;
    border-color: #695326;
  }

  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-current {
    color: #f2d47c;
    background: #2b2417;
    border-color: #665127;
  }

  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-search,
  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option {
    color: #ede2cc;
    background: #211d16;
    border-color: #493d27;
  }

  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option:hover,
  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option:focus,
  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option.is-active {
    color: #ffe49a;
    background: #302716;
    border-color: #886b2d;
  }
}

/* New Order service sorting v3: smallest readable touch target. */
body.gold-neworder-sort .gold-service-heading .gold-service-sort {
  gap: 4px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__label {
  gap: 4px;
  font-size: 10.5px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__label i {
  font-size: 9.5px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__control {
  width: 112px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__select {
  height: 30px;
  min-height: 30px;
  padding-right: 23px;
  padding-left: 8px;
  border-radius: 8px;
  font-size: 10.5px;
  line-height: 30px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__chevron {
  right: 8px;
  font-size: 7.5px;
}

@media (max-width: 420px) {
  body.gold-neworder-sort .gold-service-heading .gold-service-sort__label {
    font-size: 9.5px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__label i {
    font-size: 8.5px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__control {
    width: 100px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__select {
    height: 28px;
    min-height: 28px;
    padding-right: 20px;
    padding-left: 7px;
    border-radius: 7px;
    font-size: 9.5px;
    line-height: 28px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__chevron {
    right: 7px;
    font-size: 7px;
  }
}

/* Service speed indicator v1 --------------------------------------------- */
.gold-speed-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 19px;
  padding: 2px 6px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: .01em;
  white-space: nowrap;
  box-shadow: 0 3px 9px rgba(64, 44, 10, .08);
}

.gold-speed-indicator--fast {
  color: #176742;
  background: #e4f6ec;
  border-color: #a8ddbf;
}

.gold-speed-indicator--medium {
  color: #914d0b;
  background: #fff0d7;
  border-color: #efc778;
}

.gold-speed-indicator--normal {
  color: #176178;
  background: #e2f4f8;
  border-color: #9ed5df;
}

.gold-speed-indicator--slow {
  color: #8a3e25;
  background: #ffeadf;
  border-color: #efb59c;
}

.gold-speed-indicator--very-slow {
  color: #9a2f32;
  background: #ffe4e3;
  border-color: #eea5a5;
}

.gold-speed-indicator--stuck {
  color: #fff8e8;
  background: linear-gradient(135deg, #9a443d, #71302e);
  border-color: #a75049;
  box-shadow: 0 4px 12px rgba(113, 48, 46, .22);
}

.gold-service-option__meta .gold-service-option__speed {
  flex: 0 0 auto;
  margin-left: auto;
}

body.gold-dark .gold-speed-indicator--fast {
  color: #a7efca;
  background: rgba(31, 115, 77, .28);
  border-color: rgba(83, 180, 133, .55);
}

body.gold-dark .gold-speed-indicator--medium {
  color: #ffd49a;
  background: rgba(141, 81, 20, .28);
  border-color: rgba(215, 146, 55, .55);
}

body.gold-dark .gold-speed-indicator--normal {
  color: #a9e7f2;
  background: rgba(31, 104, 124, .28);
  border-color: rgba(82, 161, 181, .55);
}

body.gold-dark .gold-speed-indicator--slow {
  color: #ffc7ae;
  background: rgba(133, 59, 35, .30);
  border-color: rgba(200, 103, 72, .55);
}

body.gold-dark .gold-speed-indicator--very-slow {
  color: #ffc1c1;
  background: rgba(139, 44, 47, .32);
  border-color: rgba(202, 82, 84, .58);
}

@media (max-width: 767px) {
  .gold-service-option__meta .gold-service-option__speed {
    margin-left: 0;
  }

}

html {
  min-height: 100%;
  background: var(--canvas);
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 86% 8%, rgba(221, 185, 93, 0.13), transparent 26rem),
    var(--canvas);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.gold-main {
  min-height: calc(100vh - 64px);
}

.gold-skip-link {
  position: fixed;
  z-index: 2000;
  top: 10px;
  left: 12px;
  padding: 9px 13px;
  color: #fff;
  background: var(--gold-900);
  border-radius: 8px;
  transform: translateY(-160%);
}

.gold-skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

a {
  color: var(--gold-700);
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

a:hover,
a:focus {
  color: var(--gold-900);
  text-decoration: none;
}

/* Public / signed-out navigation */
.navbar-default {
  min-height: 64px;
  margin-bottom: 28px;
  background: rgba(255, 254, 253, 0.96);
  border: 0;
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.navbar-default .navbar-brand {
  min-height: 64px;
  color: var(--gold-900);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: var(--gold-600);
}

.navbar-brand img {
  max-height: 38px;
  width: auto;
}

.navbar-default .navbar-nav > li > a {
  color: #615747;
  font-weight: 600;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: var(--gold-800);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: var(--gold-950);
  background: var(--gold-100);
}

.navbar-default .navbar-toggle {
  margin-top: 14px;
  border-color: var(--gold-300);
  border-radius: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--gold-700);
}

/* Authenticated app shell: fixed sidebar + compact top bar */
body.gold-auth {
  padding-top: 64px;
  padding-left: 260px;
}

body.gold-auth > .navbar {
  position: fixed;
  z-index: 1030;
  top: 0;
  bottom: 0;
  left: 0;
  width: 260px;
  min-height: 100vh;
  margin: 0;
  overflow: visible;
  background: rgba(255, 254, 253, 0.98);
  border: 0;
  border-right: 1px solid var(--line);
  box-shadow: 8px 0 28px rgba(70, 50, 12, 0.055);
}

body.gold-auth > .navbar > .container-fluid {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 14px;
}

body.gold-auth .navbar-header {
  float: none;
  width: 100%;
}

body.gold-auth .navbar-brand {
  display: flex;
  float: none;
  align-items: center;
  width: 100%;
  height: 76px;
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, var(--gold-950), var(--gold-700));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  overflow: hidden;
  font-size: 16px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-auth .navbar-brand img {
  max-width: 184px;
  max-height: 44px;
  object-fit: contain;
}

body.gold-auth .navbar-toggle {
  display: none;
}

body.gold-auth #navbar,
body.gold-auth #navbar.navbar-collapse,
body.gold-auth #navbar.navbar-collapsed {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 76px) !important;
  padding: 16px 0 110px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  box-shadow: none;
}

body.gold-auth .navbar-left-block {
  float: none !important;
  width: 100%;
  margin: 0;
}

body.gold-auth .navbar-left-block > li {
  float: none;
  width: 100%;
  margin: 3px 0;
}

body.gold-auth .navbar-left-block > li > a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  overflow: hidden;
  color: #625a4e;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 650;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gold-menu-arrow {
  margin-left: auto;
  color: #b8aa8e;
  font-size: 10px;
  transition: transform 0.18s ease, color 0.18s ease;
}

body.gold-auth .navbar-left-block > li > a:hover .gold-menu-arrow,
body.gold-auth .navbar-left-block > li > a:focus .gold-menu-arrow,
body.gold-auth .navbar-left-block > .active > a .gold-menu-arrow {
  color: var(--gold-700);
  transform: translateX(2px);
}

.gold-drawer-head,
.gold-drawer-backdrop,
.gold-mobile-actions,
.gold-bottom-nav {
  display: none;
}

/* Optional light/dark appearance, controlled from the mobile header. */
body.gold-dark {
  --ink: #f5ead2;
  --muted: #ada28e;
  --canvas: #0f1217;
  --surface: #171b22;
  --line: #2b3038;
  --line-strong: #3b3d3e;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 4%, rgba(201, 151, 43, 0.13), transparent 24rem),
    var(--canvas);
}

body.gold-dark > .navbar,
body.gold-dark .navbar-right-block,
body.gold-dark .gold-summary-card,
body.gold-dark .well,
body.gold-dark .panel,
body.gold-dark .list-group,
body.gold-dark .table-responsive,
body.gold-dark .table,
body.gold-dark .gold-bottom-nav,
body.gold-dark .gold-profile-menu {
  color: var(--ink);
  background: var(--surface);
  border-color: var(--line-strong);
}

body.gold-dark .navbar-default .navbar-nav > li > a,
body.gold-dark .navbar-right-block > li > a,
body.gold-dark .gold-summary-card,
body.gold-dark .gold-bottom-nav a,
body.gold-dark .gold-profile-menu a {
  color: #d6cbb6;
}

body.gold-dark .form-control,
body.gold-dark .select2-container .select2-selection,
body.gold-dark .bootstrap-select > .dropdown-toggle,
body.gold-dark #service_description .panel-body,
body.gold-dark .border-solid.border-rounded,
body.gold-dark .dropdown-menu {
  color: var(--ink);
  background: #12161c;
  border-color: #42454b;
}

body.gold-dark .form-control[readonly],
body.gold-dark .form-control[disabled],
body.gold-dark fieldset[disabled] .form-control {
  color: #b9ae99;
  background: #20242b;
}

body.gold-dark .gold-card-title,
body.gold-dark .control-label,
body.gold-dark label,
body.gold-dark .gold-summary-card__value,
body.gold-dark .gold-profile-menu__title {
  color: var(--ink);
}

body.gold-dark .gold-summary-card__icon,
body.gold-dark .gold-card-title__icon,
body.gold-dark .gold-mobile-action,
body.gold-dark .gold-profile-trigger__avatar {
  color: var(--gold-300);
  background: #252318;
  border-color: #594a25;
}

body.gold-dark .panel-heading,
body.gold-dark .table > thead > tr > th {
  color: var(--gold-300) !important;
  background: #201e17 !important;
  border-color: #3c372b !important;
}

body.gold-dark .table > tbody > tr > td {
  border-top-color: #30343b;
}

body.gold-dark .table-hover > tbody > tr:hover {
  background: #201e17;
}

body.gold-dark .dropdown-menu > li > a {
  color: #d6cbb6;
}

body.gold-dark .dropdown-menu > li > a:hover,
body.gold-dark .dropdown-menu > li > a:focus {
  color: var(--gold-200);
  background: #292519;
}

body.gold-auth .navbar-left-block > li > a:hover,
body.gold-auth .navbar-left-block > li > a:focus {
  color: var(--gold-900);
  background: var(--gold-50);
  border-color: var(--gold-200);
  transform: translateX(2px);
}

body.gold-auth .navbar-left-block > .active > a,
body.gold-auth .navbar-left-block > .active > a:hover,
body.gold-auth .navbar-left-block > .active > a:focus {
  color: var(--gold-950);
  background: linear-gradient(135deg, var(--gold-100), #f6e6ad);
  border-color: var(--gold-300);
  box-shadow: inset 3px 0 0 var(--gold-600);
}

body.gold-auth .navbar-icon {
  width: 22px;
  margin-right: 8px;
  color: var(--gold-600);
  text-align: center;
}

body.gold-auth .navbar-right-block {
  position: fixed;
  z-index: 1025;
  top: 0;
  right: 0;
  left: 260px;
  display: flex !important;
  float: none !important;
  align-items: center;
  justify-content: flex-end;
  height: 64px;
  margin: 0;
  padding: 0 28px;
  background: rgba(255, 254, 253, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

body.gold-auth .navbar-right-block::before {
  content: attr(data-title);
  margin-right: auto;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.015em;
}

body.gold-auth .navbar-right-block > li {
  float: none;
}

body.gold-auth .navbar-right-block > li > a {
  min-height: 38px;
  margin: 0 3px;
  padding: 9px 12px;
  color: #625a4e;
  border-radius: 10px;
  font-weight: 650;
  line-height: 20px;
}

body.gold-auth .navbar-right-block > li > a:hover,
body.gold-auth .navbar-right-block > li > a:focus {
  color: var(--gold-900);
  background: var(--gold-100);
}

body.gold-auth .navbar-right-block .badge {
  min-width: 68px;
  padding: 7px 11px;
  color: #fffdf6;
  background: linear-gradient(135deg, var(--gold-800), var(--gold-500));
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 5px 14px rgba(169, 116, 23, 0.22);
}

body.gold-auth .gold-main > .container {
  width: auto;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 26px 30px 0;
}

body.gold-auth .gold-main > .container:last-of-type {
  padding-bottom: 34px;
}

body.gold-auth .col-md-8.col-md-offset-2 {
  width: 100%;
  margin-left: 0;
}

/* Dashboard summary shortcuts */
.gold-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 18px;
}

.gold-summary-card {
  display: flex;
  align-items: center;
  min-height: 86px;
  padding: 16px 18px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 13px;
  box-shadow: var(--shadow-md);
}

.gold-summary-card:hover,
.gold-summary-card:focus {
  color: var(--ink);
  border-color: var(--gold-400);
  box-shadow: 0 14px 34px rgba(115, 78, 12, 0.14);
  transform: translateY(-2px);
}

.gold-summary-card__icon {
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 13px;
  color: var(--gold-800);
  background: linear-gradient(135deg, var(--gold-100), var(--gold-200));
  border: 1px solid var(--gold-300);
  border-radius: 12px;
  font-size: 17px;
}

.gold-summary-card__copy {
  min-width: 0;
}

.gold-summary-card__value,
.gold-summary-card__label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gold-summary-card__value {
  color: var(--gold-900);
  font-size: 16px;
  font-weight: 850;
}

.gold-summary-card__label {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

/* Cards and form surfaces */
.well,
.panel,
.list-group,
.table-responsive {
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 15px;
  box-shadow: var(--shadow-md);
}

.well {
  min-height: 20px;
  margin-bottom: 20px;
  padding: 26px;
}

.gold-card-title {
  display: flex;
  align-items: center;
  margin: -4px 0 24px;
  padding-bottom: 16px;
  color: var(--gold-900);
  border-bottom: 1px solid var(--line);
  font-size: 19px;
  font-weight: 850;
  letter-spacing: -0.015em;
}

.gold-card-title__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  color: var(--gold-900);
  background: var(--gold-100);
  border: 1px solid var(--gold-300);
  border-radius: 10px;
  font-size: 14px;
}

.panel-heading {
  padding: 16px 20px;
  color: var(--gold-900) !important;
  background: var(--gold-50) !important;
  border-color: var(--line) !important;
  border-radius: 14px 14px 0 0;
  font-weight: 800;
}

.panel-body {
  padding: 20px;
}

.form-group {
  margin-bottom: 18px;
}

.control-label,
label {
  margin-bottom: 7px;
  color: #443b2e;
  font-size: 13px;
  font-weight: 750;
}

.form-control,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple,
.bootstrap-select > .dropdown-toggle {
  min-height: 44px;
  padding: 10px 13px;
  color: var(--ink);
  background: #fffdfa;
  border: 1px solid #d9cfbd;
  border-radius: 10px;
  box-shadow: inset 0 1px 2px rgba(70, 50, 12, 0.035);
  font-size: 14px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.select2-container {
  max-width: 100%;
  width: 100% !important;
}

.select2-container .select2-selection {
  overflow: hidden;
}

.select2-container .select2-selection__rendered,
.select2-container .select2-selection__text {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-control:hover,
.select2-container .select2-selection--single:hover,
.select2-container .select2-selection--multiple:hover {
  border-color: var(--gold-400);
}

.form-control:focus,
.select2-container--focus .select2-selection,
.select2-container--open .select2-selection {
  background: #fff;
  border-color: var(--gold-500);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(201, 151, 43, 0.16);
}

.form-control[readonly],
.form-control[disabled],
fieldset[disabled] .form-control {
  color: #716858;
  background: #f3eee3;
}

textarea.form-control {
  min-height: 118px;
  resize: vertical;
}

#new-order-search .form-control,
#template-input {
  padding-left: 42px !important;
}

#new-order-search button {
  z-index: 2;
  color: var(--gold-700) !important;
}

#service_description .panel-body,
.border-solid.border-rounded {
  color: #544a3c;
  background: linear-gradient(135deg, #fffdfa, var(--gold-50));
  border: 1px solid var(--gold-200);
  border-radius: 11px;
  box-shadow: none;
}

.help-block,
.form-group small,
.text-muted {
  color: var(--muted) !important;
}

/* Buttons */
.btn {
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 750;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
}

.btn-primary,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #211704;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
  border-color: var(--gold-600);
  box-shadow: 0 7px 18px rgba(169, 116, 23, 0.2);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary:hover {
  color: #170f02;
  background: linear-gradient(135deg, #e5c56f, #bd8720);
  border-color: var(--gold-700);
  box-shadow: 0 9px 22px rgba(169, 116, 23, 0.26);
}

#order-form > .btn-primary {
  min-width: 156px;
}

.btn-default {
  color: #514735;
  background: #fffdfa;
  border-color: var(--line-strong);
}

.btn-default:hover,
.btn-default:focus {
  color: var(--gold-900);
  background: var(--gold-50);
  border-color: var(--gold-400);
}

/* Tables, tabs, dropdowns and messages */
.table {
  margin-bottom: 0;
  background: var(--surface);
}

.table > thead > tr > th {
  padding: 13px 14px;
  color: #5f5442;
  background: var(--gold-50);
  border-bottom: 1px solid var(--gold-200);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.table > tbody > tr > td {
  padding: 13px 14px;
  border-top-color: #eee7da;
  vertical-align: middle;
}

.table-hover > tbody > tr:hover {
  background: #fffaf0;
}

.nav-tabs {
  border-bottom-color: var(--line-strong);
}

.nav-tabs > li > a {
  color: #6d6252;
  border-radius: 9px 9px 0 0;
  font-weight: 650;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: var(--gold-900);
  background: var(--surface);
  border-color: var(--line-strong) var(--line-strong) transparent;
}

.dropdown-menu {
  padding: 7px;
  background: var(--surface);
  border-color: var(--line-strong);
  border-radius: 11px;
  box-shadow: var(--shadow-md);
}

.dropdown-menu > li > a {
  padding: 9px 11px;
  border-radius: 8px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  color: var(--gold-950);
  background: var(--gold-100);
}

.pagination > li > a,
.pagination > li > span {
  color: var(--gold-800);
  border-color: var(--line-strong);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
  color: #fff;
  background: var(--gold-700);
  border-color: var(--gold-700);
}

.alert {
  border: 1px solid transparent;
  border-radius: 11px;
  box-shadow: var(--shadow-sm);
}

.alert-success {
  color: #225b3c;
  background: #edf8f1;
  border-color: #b9dec8;
}

.alert-danger {
  color: #8a2d28;
  background: #fff1ef;
  border-color: #f0c1bc;
}

#notify-wrapper {
  right: 24px;
  bottom: 24px;
  left: auto;
  max-width: 420px;
}

.forgot-password {
  float: right;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 650;
}

/* Signed-out forms */
body:not(.gold-auth) .gold-main > .container .col-md-8.col-md-offset-2 {
  float: none;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

body:not(.gold-auth) .gold-main > .container:first-of-type {
  padding-top: 34px;
}

/* Responsive app behaviour */
@media (max-width: 991px) {
  body.gold-auth {
    padding-top: 64px;
    padding-bottom: 70px;
    padding-left: 0;
  }

  body.gold-auth > .navbar {
    right: 0;
    bottom: auto;
    width: 100%;
    height: 64px;
    min-height: 64px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  body.gold-auth > .navbar > .container-fluid {
    display: block;
    height: 64px;
    padding: 0 16px;
  }

  body.gold-auth .navbar-header {
    display: flex;
    align-items: center;
    height: 64px;
  }

  body.gold-auth .navbar-brand {
    order: 1;
    float: none;
    width: auto;
    height: 64px;
    padding: 12px 0;
    border: 0;
  }

  body.gold-auth .navbar-toggle {
    display: block;
    order: 0;
    float: none;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin: 0 10px 0 0;
    padding: 10px;
    background: #fffdfa;
    border-color: var(--gold-300);
  }

  .gold-mobile-actions {
    position: relative;
    order: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
  }

  .gold-mobile-action,
  .gold-profile-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0;
    color: var(--gold-900);
    background: #fffdfa;
    border: 1px solid var(--gold-300);
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    font-size: 16px;
  }

  .gold-mobile-action:hover,
  .gold-mobile-action:focus,
  .gold-profile-trigger:hover,
  .gold-profile-trigger:focus,
  .gold-profile-trigger[aria-expanded="true"] {
    color: #fff;
    background: var(--gold-800);
    border-color: var(--gold-800);
  }

  .gold-profile-wrap {
    position: relative;
  }

  .gold-profile-trigger {
    gap: 5px;
    width: auto;
    padding: 0 8px 0 5px;
  }

  .gold-profile-trigger__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: linear-gradient(135deg, var(--gold-800), var(--gold-500));
    border-radius: 50%;
    font-size: 13px;
  }

  .gold-profile-trigger__avatar.gold-profile-trigger__avatar--artwork {
    overflow: hidden;
    padding: 0;
    background: #f5cc59;
    border: 1px solid #dfb33f;
    border-radius: 9px;
    box-shadow: 0 3px 8px rgba(146, 94, 12, 0.2);
  }

  .gold-profile-trigger__avatar--artwork > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
  }

  .gold-profile-trigger__caret {
    font-size: 9px;
  }

  .gold-profile-menu {
    position: absolute;
    z-index: 1060;
    top: calc(100% + 10px);
    right: 0;
    display: none;
    width: 185px;
    padding: 8px;
    background: var(--surface);
    border: 1px solid var(--line-strong);
    border-radius: 13px;
    box-shadow: 0 16px 38px rgba(46, 32, 6, 0.2);
  }

  .gold-profile-menu.is-open {
    display: block;
  }

  .gold-profile-menu__title {
    display: block;
    padding: 7px 10px 9px;
    color: var(--gold-900);
    border-bottom: 1px solid var(--line);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.035em;
  }

  .gold-profile-menu a {
    display: flex;
    align-items: center;
    min-height: 42px;
    margin-top: 4px;
    padding: 9px 10px;
    color: #5e5444;
    border-radius: 9px;
    font-weight: 700;
  }

  .gold-profile-menu a:hover,
  .gold-profile-menu a:focus {
    color: var(--gold-900);
    background: var(--gold-100);
  }

  .gold-profile-menu a i {
    width: 24px;
    color: var(--gold-700);
  }

  body.gold-auth #navbar,
  body.gold-auth #navbar.navbar-collapse,
  body.gold-auth #navbar.navbar-collapsed {
    position: fixed;
    z-index: 1045;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    display: block !important;
    width: min(84vw, 330px);
    height: 100vh !important;
    max-height: none;
    margin-right: 0;
    margin-left: 0;
    padding: 0 16px 28px;
    overflow-y: auto;
    background: rgba(255, 254, 253, 0.99);
    border: 0;
    border-right: 1px solid var(--gold-200);
    box-shadow: 20px 0 55px rgba(48, 34, 7, 0.24);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-105%);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease, visibility 0.28s ease;
  }

  body.gold-auth #navbar.collapse:not(.in) {
    display: block !important;
  }

  body.gold-auth #navbar.in,
  body.gold-auth #navbar.gold-drawer-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .gold-drawer-head {
    position: sticky;
    z-index: 2;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    margin: 0 -16px 14px;
    padding: 0 18px;
    background: rgba(255, 254, 253, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .gold-drawer-title {
    display: flex;
    align-items: center;
    color: var(--gold-900);
    font-size: 18px;
    font-weight: 850;
  }

  .gold-drawer-balance {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    line-height: 1.05;
  }

  .gold-drawer-balance small {
    margin-bottom: 4px;
    color: #8b7958;
    font-size: 8.5px;
    font-weight: 750;
    letter-spacing: 0.055em;
    text-transform: uppercase;
  }

  .gold-drawer-balance strong {
    overflow: hidden;
    color: inherit;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -0.01em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .gold-drawer-title i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    color: var(--gold-900);
    background: linear-gradient(135deg, var(--gold-100), var(--gold-200));
    border: 1px solid var(--gold-300);
    border-radius: 10px;
    font-size: 14px;
  }

  .gold-drawer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: var(--gold-900);
    background: #fff;
    border: 1px solid var(--gold-300);
    border-radius: 11px;
    box-shadow: var(--shadow-sm);
    font-size: 16px;
  }

  .gold-drawer-close:hover,
  .gold-drawer-close:focus {
    color: #fff;
    background: var(--gold-800);
    border-color: var(--gold-800);
  }

  .gold-drawer-backdrop {
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(31, 23, 8, 0.54);
    border: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  body.gold-drawer-open .gold-drawer-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.gold-drawer-open {
    overflow: hidden;
  }

  body.gold-drawer-open > .navbar {
    z-index: 1050;
  }

  body.gold-auth #navbar .navbar-left-block > li {
    margin: 5px 0;
  }

  body.gold-auth #navbar .navbar-left-block > li > a {
    min-height: 50px;
    padding: 12px 13px;
    background: #fffdfa;
    border-color: #eee5d4;
    border-radius: 12px;
    box-shadow: 0 2px 7px rgba(70, 50, 12, 0.045);
  }

  body.gold-auth #navbar .navbar-left-block > li > a:hover,
  body.gold-auth #navbar .navbar-left-block > li > a:focus,
  body.gold-auth #navbar .navbar-left-block > .active > a {
    background: linear-gradient(135deg, var(--gold-100), #f7e8b5);
    border-color: var(--gold-300);
  }

  body.gold-auth #navbar .navbar-icon {
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    color: var(--gold-800);
    background: var(--gold-100);
    border: 1px solid var(--gold-200);
    border-radius: 9px;
  }

  body.gold-dark .navbar-toggle,
  body.gold-dark .gold-profile-trigger,
  body.gold-dark .gold-drawer-close,
  body.gold-dark #navbar,
  body.gold-dark .gold-drawer-head,
  body.gold-dark #navbar .navbar-left-block > li > a {
    color: var(--ink);
    background: #171b22;
    border-color: #3b3d3e;
  }

  body.gold-dark #navbar .navbar-left-block > li > a:hover,
  body.gold-dark #navbar .navbar-left-block > li > a:focus,
  body.gold-dark #navbar .navbar-left-block > .active > a {
    color: var(--gold-200);
    background: #292519;
    border-color: #594a25;
  }

  body.gold-dark #navbar .navbar-icon {
    color: var(--gold-300);
    background: #252318;
    border-color: #594a25;
  }

  body.gold-dark .gold-drawer-title {
    color: var(--gold-200);
  }

  body.gold-dark .gold-drawer-balance small {
    color: #aa9a7b;
  }

  body.gold-dark .gold-drawer-title i {
    color: var(--gold-300);
    background: #252318;
    border-color: #594a25;
  }

  body.gold-auth .navbar-right-block {
    display: none !important;
  }

  body.gold-auth .navbar-right-block::before {
    display: none;
  }

  body.gold-auth .navbar-right-block > li {
    flex: 1 1 0;
    text-align: center;
  }

  body.gold-auth .navbar-right-block > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin: 0 2px;
    padding: 7px;
    font-size: 12px;
  }

  .gold-bottom-nav {
    position: fixed;
    z-index: 1030;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    height: 72px;
    padding: 7px 4px calc(5px + env(safe-area-inset-bottom));
    background: rgba(255, 254, 253, 0.98);
    border-top: 1px solid var(--line);
    box-shadow: 0 -8px 24px rgba(70, 50, 12, 0.08);
  }

  .gold-bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    color: #786f61;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
  }

  .gold-bottom-nav a i {
    margin-bottom: 4px;
    font-size: 17px;
  }

  .gold-bottom-nav a.is-active,
  .gold-bottom-nav a:hover,
  .gold-bottom-nav a:focus {
    color: var(--gold-800);
  }

  .gold-bottom-nav__primary i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-top: -15px;
    color: #fff;
    background: linear-gradient(135deg, var(--gold-700), var(--gold-500));
    border: 3px solid var(--surface);
    border-radius: 50%;
    box-shadow: 0 7px 17px rgba(169, 116, 23, 0.28);
  }

  body.gold-auth .gold-main > .container {
    width: 100%;
    max-width: none;
    padding: 20px 18px 0;
  }
}

@media (max-width: 767px) {
  .navbar-default {
    margin-bottom: 18px;
  }

  .gold-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .gold-summary-card {
    min-height: 88px;
    padding: 12px;
  }

  .gold-summary-card__icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    margin-right: 9px;
  }

  .gold-summary-card__value {
    font-size: 14px;
  }

  .gold-summary-card__label {
    font-size: 10px;
  }

  /* Prevent iOS focus zoom and keep Select2 inside the mobile viewport. */
  input.form-control,
  textarea.form-control,
  .select2-search__field,
  #template-input {
    font-size: 16px !important;
  }

  body > .select2-container.select2-container--open {
    right: 12px !important;
    left: 12px !important;
    width: auto !important;
    max-width: none !important;
  }

  body > .select2-container--open .select2-dropdown,
  body > .select2-container--open .select2-results,
  body > .select2-container--open .select2-results__options {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body > .select2-container--open .select2-results__options {
    max-height: 360px;
    overflow-y: auto !important;
  }

  body > .select2-container--open .select2-results__option,
  body > .select2-container--open .select2-results__option > a {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0;
    overflow: hidden !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body > .select2-container--open .select2-results__option {
    padding: 10px 11px;
    font-size: 12px;
    line-height: 1.4;
  }

  body > .select2-container--open .select2-results__option .select2-selection__text {
    display: inline;
    width: auto;
    max-width: none;
    overflow: visible;
    white-space: normal !important;
    text-overflow: clip;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  #orderform-service + .select2 .select2-selection--single {
    display: flex;
    align-items: center;
    height: auto !important;
    min-height: 46px;
    padding: 7px 32px 7px 9px;
  }

  #orderform-service + .select2 .select2-selection__rendered {
    width: 100%;
    height: auto;
    padding: 0;
    overflow: visible;
    font-size: 11px;
    line-height: 1.32;
    white-space: normal !important;
    text-overflow: clip;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  #orderform-service + .select2 .select2-selection__rendered > span,
  #orderform-service + .select2 .select2-selection__text {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  #orderform-service + .select2 .select2-selection__arrow {
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
  }

  /* Structured service cards inside the open dropdown. */
  body > .select2-container--open.gold-service-dropdown .select2-dropdown {
    padding: 4px;
    background: linear-gradient(145deg, #090806, #171109 58%, #0d0b07);
    border: 1px solid #8f6b20;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(13, 10, 4, 0.34), 0 0 0 1px rgba(239, 203, 108, 0.08);
  }

  body > .select2-container--open.gold-service-dropdown .select2-results__options {
    padding: 2px 3px 4px;
    scroll-behavior: smooth;
  }

  body > .select2-container--open.gold-service-dropdown .select2-results__options::-webkit-scrollbar {
    width: 6px;
  }

  body > .select2-container--open.gold-service-dropdown .select2-results__options::-webkit-scrollbar-thumb {
    background: linear-gradient(var(--gold-300), var(--gold-600));
    border-radius: 999px;
  }

  body > .select2-container--open.gold-service-dropdown .select2-results__option {
    margin: 4px 0;
    padding: 0;
    background: transparent !important;
    border: 0;
    border-radius: 10px;
  }

  .gold-service-option {
    --service-accent: #e1ba57;
    --service-accent-soft: rgba(225, 186, 87, 0.14);
    --service-surface-start: #211b10;
    --service-surface-end: #100e0a;
    position: relative;
    display: block !important;
    min-height: 76px;
    padding: 8px 9px 8px 10px !important;
    overflow: hidden;
    color: #f5ecd9;
    background: linear-gradient(135deg, var(--service-surface-start), var(--service-surface-end));
    border: 1px solid var(--service-accent);
    border-radius: 10px;
    box-shadow: inset 3px 0 0 var(--service-accent), 0 4px 12px rgba(0, 0, 0, 0.18);
    transition: border-color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
  }

  .gold-service-option::after {
    position: absolute;
    top: -28px;
    right: -34px;
    width: 94px;
    height: 78px;
    background: radial-gradient(circle, var(--service-accent-soft), transparent 68%);
    content: '';
    pointer-events: none;
  }

  .gold-service-option--variant-0 {
    --service-accent: #e7c15d;
    --service-accent-soft: rgba(231, 193, 93, 0.18);
    --service-surface-start: #241d10;
    --service-surface-end: #100e09;
  }

  .gold-service-option--variant-1 {
    --service-accent: #c78d2f;
    --service-accent-soft: rgba(199, 141, 47, 0.2);
    --service-surface-start: #21170c;
    --service-surface-end: #0f0d09;
  }

  .gold-service-option--variant-2 {
    --service-accent: #d5a56a;
    --service-accent-soft: rgba(213, 165, 106, 0.18);
    --service-surface-start: #211812;
    --service-surface-end: #100d0a;
  }

  .gold-service-option--variant-3 {
    --service-accent: #b7a062;
    --service-accent-soft: rgba(183, 160, 98, 0.18);
    --service-surface-start: #1d1a12;
    --service-surface-end: #0e0d0a;
  }

  .gold-service-option__head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: start;
    gap: 7px;
  }

  .gold-service-option__id {
    display: inline-flex;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 4px;
    color: #171107;
    background: linear-gradient(135deg, #f3d477, var(--service-accent));
    border-radius: 6px;
    font-size: 9px;
    font-weight: 850;
    line-height: 1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.28);
  }

  .gold-service-option__name {
    display: block;
    min-width: 0;
    color: #f7efdf;
    font-size: 10px;
    font-weight: 750;
    line-height: 1.32;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .gold-service-option__price {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 2px 5px;
    color: #201706;
    background: linear-gradient(135deg, #f6db87, var(--service-accent));
    border: 1px solid rgba(255, 236, 173, 0.62);
    border-radius: 999px;
    font-size: 8px;
    font-weight: 850;
    line-height: 1.15;
    white-space: nowrap;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.22);
  }

  .gold-service-option__meta {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
    margin-top: 7px;
    padding-top: 6px;
    border-top: 1px solid rgba(232, 195, 100, 0.18);
  }

  .gold-service-option__metric {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #c8beaa;
    font-size: 8.5px;
    font-weight: 550;
    line-height: 1.2;
    white-space: nowrap;
  }

  .gold-service-option__metric i {
    color: var(--service-accent);
    font-size: 8px;
  }

  .gold-service-option__metric strong {
    color: #eee1c5;
    font-weight: 750;
  }

  .gold-service-option__metric.is-time,
  .gold-service-option__metric.is-new {
    padding: 2px 6px;
    color: #f2dfae;
    background: var(--service-accent-soft);
    border: 1px solid rgba(226, 187, 87, 0.24);
    border-radius: 999px;
  }

  .gold-service-option__metric.is-new {
    color: #171107;
    background: linear-gradient(135deg, #efd06e, var(--service-accent));
    border-color: rgba(255, 238, 177, 0.54);
    font-weight: 850;
  }

  .gold-service-option__metric.is-new i {
    color: #2a1d05;
  }

  .select2-results__option.active .gold-service-option,
  .select2-results__option[aria-selected="true"] .gold-service-option {
    background: linear-gradient(135deg, #30240f, #151008);
    border-color: #f0cd70;
    box-shadow: inset 3px 0 0 #f3cf70, 0 0 0 1px rgba(241, 203, 106, 0.16), 0 7px 18px rgba(0, 0, 0, 0.26);
  }

  .select2-results__option--highlighted .gold-service-option {
    border-color: #f3cf70;
    box-shadow: inset 3px 0 0 #f3cf70, 0 0 0 1px rgba(241, 203, 106, 0.16), 0 7px 18px rgba(0, 0, 0, 0.26);
  }

  body.gold-dark > .select2-container--open.gold-service-dropdown .select2-dropdown,
  body.gold-dark .gold-service-option {
    color: #f5ecd9;
    border-color: var(--service-accent, #8f6b20);
  }

  body.gold-dark .gold-service-option__name {
    color: #f7efdf;
  }

  body.gold-dark .gold-service-option__price {
    color: #201706;
    background: linear-gradient(135deg, #f6db87, var(--service-accent));
    border-color: rgba(255, 236, 173, 0.62);
  }

  body.gold-dark .select2-results__option.active .gold-service-option,
  body.gold-dark .select2-results__option[aria-selected="true"] .gold-service-option,
  body.gold-dark .select2-results__option--highlighted .gold-service-option {
    background: linear-gradient(135deg, #30240f, #151008);
    border-color: #f0cd70;
  }

  .well,
  .panel-body {
    padding: 18px;
  }

  body.gold-auth .gold-main > .container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .gold-main > .container > .row {
    margin-right: 0;
    margin-left: 0;
  }

  .gold-main > .container > .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  #order-form > .btn-primary,
  .form-group .btn-primary {
    width: 100%;
  }

  .table-responsive {
    border-radius: 12px;
  }

  .forgot-password,
  .pull-right-middle {
    float: none !important;
    display: block;
    margin-top: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* New Order service picker: unavailable average time badge. */
.gold-service-dropdown .gold-service-option__metric.is-new {
  padding: 2px 6px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #3b825d, #2f6f50) !important;
  border: 1px solid #39785a !important;
  border-radius: 999px;
  box-shadow: 0 3px 8px rgba(47, 111, 80, 0.18);
  font-size: 8.5px;
  font-weight: 750;
  line-height: 1.2;
}

.gold-service-dropdown .gold-service-option__metric.is-new i,
.gold-service-dropdown .gold-service-option__metric.is-new strong,
.gold-service-dropdown .gold-service-option__metric.is-new span {
  color: #ffffff !important;
}

body.gold-dark .gold-service-dropdown .gold-service-option__metric.is-new {
  background: linear-gradient(135deg, #377a58, #285f45) !important;
  border-color: #4b8567 !important;
  box-shadow: 0 3px 10px rgba(40, 95, 69, 0.3);
}

/* Dashboard account summary artwork supplied by the site owner. */
.gold-summary-card__icon.gold-summary-card__icon--artwork {
  overflow: hidden;
  padding: 0;
  background: #f5cc59;
  border-color: #dfb33f;
  box-shadow: 0 7px 16px rgba(146, 94, 12, 0.22);
}

.gold-summary-card__icon--artwork > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

body.gold-dark .gold-summary-card__icon.gold-summary-card__icon--artwork {
  background: #c69729;
  border-color: #886316;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.32);
}

/* Signed-in drawer artwork supplied by the site owner. */
body.gold-auth #navbar .navbar-icon.gold-sidebar-artwork,
.gold-drawer-title > .gold-drawer-artwork {
  overflow: hidden;
  padding: 0;
  background: linear-gradient(145deg, #fff9e8, #f2d982);
  border: 1px solid #dfb747;
  box-shadow: 0 5px 12px rgba(137, 87, 9, 0.16);
}

.gold-drawer-title > .gold-drawer-artwork {
  display: inline-flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 10px;
}

.gold-sidebar-artwork > img,
.gold-drawer-artwork > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.gold-auth #navbar .navbar-left-block > .active > a .gold-sidebar-artwork {
  background: rgba(255, 249, 223, 0.74);
  border-color: rgba(128, 82, 8, 0.3);
}

body.gold-dark #navbar .navbar-icon.gold-sidebar-artwork,
body.gold-dark .gold-drawer-title > .gold-drawer-artwork {
  background: linear-gradient(145deg, #2b2111, #151008);
  border-color: #7a5b20;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.3);
}

/* Premium public password-recovery page. */
.gold-reset-page {
  position: relative;
  display: grid;
  min-height: calc(100vh - 64px);
  place-items: center;
  padding: 64px 24px 88px;
  overflow: hidden;
  color: #302517;
  background:
    radial-gradient(circle at 8% 14%, rgba(229, 180, 57, 0.2), transparent 23rem),
    radial-gradient(circle at 93% 84%, rgba(185, 123, 20, 0.13), transparent 28rem),
    linear-gradient(145deg, #fffdf8 0%, #f8efd9 52%, #fffaf0 100%);
}

.gold-reset-page::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.36;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(164, 112, 19, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(164, 112, 19, 0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%);
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.gold-reset-page__glow {
  position: absolute;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(188, 131, 26, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.gold-reset-page__glow::before,
.gold-reset-page__glow::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(188, 131, 26, 0.11);
  border-radius: inherit;
}

.gold-reset-page__glow::before { inset: 45px; }
.gold-reset-page__glow::after { inset: 94px; }
.gold-reset-page__glow--one { top: -210px; right: -120px; }
.gold-reset-page__glow--two { bottom: -250px; left: -130px; }

.gold-reset-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(440px, 1.18fr);
  width: min(100%, 980px);
  overflow: hidden;
  background: rgba(255, 253, 247, 0.98);
  border: 1px solid rgba(184, 128, 23, 0.42);
  border-radius: 26px;
  box-shadow: 0 30px 80px rgba(89, 55, 3, 0.17), 0 0 0 7px rgba(203, 150, 39, 0.035), inset 0 1px #fff;
}

.gold-reset-card__visual {
  position: relative;
  display: flex;
  min-height: 570px;
  flex-direction: column;
  justify-content: center;
  padding: 49px 42px;
  overflow: hidden;
  color: #f9ecd1;
  background:
    radial-gradient(circle at 15% 7%, rgba(239, 194, 76, 0.2), transparent 15rem),
    radial-gradient(circle at 105% 95%, rgba(178, 111, 10, 0.22), transparent 19rem),
    linear-gradient(145deg, #1d160c, #090704 70%);
}

.gold-reset-card__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.38;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(237, 194, 90, 0.085) 1px, transparent 1px),
    linear-gradient(90deg, rgba(237, 194, 90, 0.085) 1px, transparent 1px);
  background-size: 38px 38px;
}

.gold-reset-card__visual > * { position: relative; z-index: 1; }

.gold-reset-card__badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 29px;
  margin-bottom: 31px;
  padding: 6px 11px;
  gap: 7px;
  color: #efd16f;
  background: rgba(224, 177, 55, 0.08);
  border: 1px solid rgba(224, 177, 55, 0.25);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gold-reset-card__visual-icon,
.gold-reset-card__header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #211503;
  background: linear-gradient(145deg, #f8dc7c, #c68113);
  border: 1px solid rgba(132, 82, 3, 0.3);
  box-shadow: 0 13px 28px rgba(165, 103, 8, 0.25), inset 0 1px rgba(255, 255, 255, 0.72);
}

.gold-reset-card__visual-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 24px;
  border-radius: 20px;
  font-size: 27px;
}

body.gold-public .gold-reset-card__visual h1 {
  max-width: 310px;
  margin: 0;
  color: #fff5df;
  font-size: clamp(32px, 3.6vw, 47px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.gold-reset-card__visual > p {
  max-width: 315px;
  margin: 16px 0 0;
  color: #bdb09b;
  font-size: 13px;
  line-height: 1.68;
}

.gold-reset-card__steps {
  display: grid;
  margin-top: 33px;
  gap: 11px;
}

.gold-reset-card__steps span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cabeaa;
  font-size: 10px;
  font-weight: 700;
}

.gold-reset-card__steps b {
  display: inline-flex;
  flex: 0 0 25px;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #1e1404;
  background: linear-gradient(145deg, #f3d471, #c68318);
  border-radius: 8px;
  font-size: 9px;
}

.gold-reset-card__form-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 48px 47px 0;
  background:
    radial-gradient(circle at 100% 0, rgba(223, 176, 56, 0.14), transparent 16rem),
    rgba(255, 253, 247, 0.985);
}

.gold-reset-card__header {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  margin-bottom: 29px;
  padding-bottom: 25px;
  gap: 15px;
  border-bottom: 1px solid rgba(151, 105, 19, 0.17);
}

.gold-reset-card__header-icon {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  font-size: 18px;
}

.gold-reset-card__eyebrow {
  display: block;
  margin: 0 0 4px;
  color: #a06c12;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.gold-reset-card__header h2 {
  margin: 0;
  color: #281e11;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.gold-reset-card__header p {
  max-width: 430px;
  margin: 7px 0 0;
  color: #7d7263;
  font-size: 11px;
  line-height: 1.55;
}

.gold-reset-card__form { margin: 0; }
.gold-reset-card__form .alert { margin-bottom: 18px; border-radius: 12px; font-size: 12px; }

.gold-reset-card__field label {
  display: block;
  margin: 0 0 9px;
  color: #342818;
  font-size: 12px;
  font-weight: 850;
}

.gold-reset-card__input-wrap {
  position: relative;
}

.gold-reset-card__input-wrap > i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 17px;
  color: #b27a13;
  font-size: 14px;
  transform: translateY(-50%);
}

.gold-reset-card__input-wrap .form-control {
  width: 100%;
  height: 57px;
  padding: 12px 16px 12px 47px;
  color: #302619;
  background: #fffdfa;
  border: 1px solid rgba(170, 117, 20, 0.36);
  border-radius: 14px;
  box-shadow: inset 0 1px 3px rgba(95, 61, 4, 0.045);
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.gold-reset-card__input-wrap .form-control:focus {
  background: #fff;
  border-color: #bf8016;
  box-shadow: 0 0 0 4px rgba(207, 151, 39, 0.13), 0 10px 24px rgba(108, 68, 5, 0.08);
  outline: 0;
}

.gold-reset-card__input-wrap .form-control::placeholder { color: #a39a8c; }

.gold-reset-card__field small {
  display: flex;
  align-items: center;
  margin-top: 9px;
  gap: 6px;
  color: #908575;
  font-size: 9px;
  line-height: 1.4;
}

.gold-reset-card__field small i { color: #a87415; }
.gold-reset-card__captcha { margin: 19px 0; overflow-x: auto; }

.gold-reset-card__submit {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr) 19px;
  width: 100%;
  min-height: 55px;
  align-items: center;
  margin-top: 25px;
  padding: 12px 18px;
  gap: 10px;
  color: #201503;
  background: linear-gradient(135deg, #f7da7b, #daa12d 58%, #c47d11);
  border: 1px solid #b8750d;
  border-radius: 14px;
  box-shadow: 0 13px 27px rgba(169, 106, 8, 0.2), inset 0 1px rgba(255, 255, 255, 0.67);
  font-size: 13px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gold-reset-card__submit:hover,
.gold-reset-card__submit:focus {
  color: #130d03;
  box-shadow: 0 17px 33px rgba(169, 106, 8, 0.28), inset 0 1px rgba(255, 255, 255, 0.72);
  outline: 0;
  transform: translateY(-2px);
}

.gold-reset-card__submit i:first-child { text-align: left; }
.gold-reset-card__submit i:last-child { text-align: right; }

.gold-reset-card__back {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 19px auto 24px;
  gap: 8px;
  color: #8f6111;
  font-size: 11px;
  font-weight: 800;
}

.gold-reset-card__back:hover,
.gold-reset-card__back:focus { color: #bf7e11; text-decoration: none; }

.gold-reset-card__footer {
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  margin: auto -47px 0;
  padding: 12px 20px;
  gap: 7px;
  color: #877b69;
  background: rgba(230, 207, 155, 0.2);
  border-top: 1px solid rgba(151, 105, 19, 0.13);
  font-size: 9px;
  font-weight: 750;
}

.gold-reset-card__footer i { color: #a87414; }

body.gold-public.gold-dark .gold-reset-page {
  color: #eee1c8;
  background:
    radial-gradient(circle at 8% 14%, rgba(222, 175, 54, 0.16), transparent 23rem),
    radial-gradient(circle at 93% 84%, rgba(167, 105, 12, 0.12), transparent 28rem),
    linear-gradient(145deg, #0a0805, #171107 56%, #090704);
}

body.gold-public.gold-dark .gold-reset-card {
  background: #100c07;
  border-color: rgba(202, 154, 48, 0.49);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.52), inset 0 1px rgba(255, 224, 137, 0.045);
}

body.gold-public.gold-dark .gold-reset-card__form-panel {
  background:
    radial-gradient(circle at 100% 0, rgba(220, 172, 49, 0.13), transparent 16rem),
    linear-gradient(145deg, #1c160e, #0c0906 75%);
}

body.gold-public.gold-dark .gold-reset-card__header { border-bottom-color: rgba(190, 140, 39, 0.28); }
body.gold-public.gold-dark .gold-reset-card__header h2,
body.gold-public.gold-dark .gold-reset-card__field label { color: #f4e5c5; }
body.gold-public.gold-dark .gold-reset-card__header p,
body.gold-public.gold-dark .gold-reset-card__field small,
body.gold-public.gold-dark .gold-reset-card__footer { color: #aa9d87; }

body.gold-public.gold-dark .gold-reset-card__input-wrap .form-control {
  color: #f3e8d4;
  background: rgba(8, 7, 5, 0.78);
  border-color: rgba(193, 143, 42, 0.44);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.32);
}

body.gold-public.gold-dark .gold-reset-card__input-wrap .form-control:focus {
  background: #0a0805;
  border-color: #d3a43e;
  box-shadow: 0 0 0 4px rgba(207, 151, 39, 0.13);
}

body.gold-public.gold-dark .gold-reset-card__back { color: #dfbb57; }
body.gold-public.gold-dark .gold-reset-card__footer {
  background: rgba(222, 176, 59, 0.06);
  border-top-color: rgba(190, 140, 39, 0.23);
}

@media (max-width: 767px) {
  .gold-reset-page {
    min-height: calc(100vh - 61px);
    align-items: start;
    padding: 38px 14px 70px;
  }

  .gold-reset-card {
    grid-template-columns: 1fr;
    border-radius: 21px;
  }

  .gold-reset-card__visual {
    min-height: 0;
    padding: 27px 23px 29px;
  }

  .gold-reset-card__badge { margin-bottom: 20px; font-size: 8px; }
  .gold-reset-card__visual-icon { width: 54px; height: 54px; margin-bottom: 16px; border-radius: 16px; font-size: 21px; }
  .gold-reset-card__visual h1 { max-width: 100%; font-size: 31px; }
  .gold-reset-card__visual > p { margin-top: 10px; font-size: 11px; }
  .gold-reset-card__steps { display: none; }

  .gold-reset-card__form-panel { padding: 25px 18px 0; }
  .gold-reset-card__header { grid-template-columns: 43px minmax(0, 1fr); margin-bottom: 23px; padding-bottom: 20px; gap: 12px; }
  .gold-reset-card__header-icon { width: 43px; height: 43px; border-radius: 13px; font-size: 15px; }
  .gold-reset-card__header h2 { font-size: 21px; }
  .gold-reset-card__header p { font-size: 10px; }
  .gold-reset-card__submit { min-height: 53px; }
  .gold-reset-card__footer { margin-right: -18px; margin-left: -18px; border-radius: 0 0 20px 20px; }
}

@media (max-width: 390px) {
  .gold-reset-page { padding-right: 11px; padding-left: 11px; }
  .gold-reset-card__visual { padding-right: 19px; padding-left: 19px; }
  .gold-reset-card__form-panel { padding-right: 16px; padding-left: 16px; }
  .gold-reset-card__header p { max-width: 240px; }
  .gold-reset-card__footer { margin-right: -16px; margin-left: -16px; }
}

/* Luxury Obsidian Gold skin shared by every template/page. */
html {
  background: #090704;
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 5%, rgba(225, 186, 87, 0.13), transparent 25rem),
    radial-gradient(circle at 12% 82%, rgba(150, 99, 24, 0.1), transparent 30rem),
    linear-gradient(145deg, #171109, #0b0906 58%, #120d07);
  background-attachment: fixed;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(236, 214, 142, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(236, 214, 142, 0.018) 1px, transparent 1px);
  background-size: 34px 34px;
  content: '';
  pointer-events: none;
}

a {
  color: #ddb95d;
}

a:hover,
a:focus {
  color: #f2d77f;
}

.navbar-default,
body.gold-auth > .navbar,
body.gold-auth .navbar-right-block {
  color: #f5ecd9;
  background: linear-gradient(155deg, rgba(28, 22, 14, 0.99), rgba(8, 7, 5, 0.99));
  border-color: #5d491f;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

body.gold-auth > .navbar {
  border-right: 1px solid #6f5521;
  box-shadow: 10px 0 34px rgba(0, 0, 0, 0.34), inset -1px 0 rgba(235, 196, 96, 0.06);
}

.navbar-default .navbar-brand,
body.gold-auth .navbar-brand {
  color: #e8c766;
  border-color: rgba(232, 199, 102, 0.2);
  text-shadow: 0 1px 12px rgba(212, 163, 49, 0.2);
}

.navbar-default .navbar-nav > li > a,
body.gold-auth .navbar-left-block > li > a,
body.gold-auth .navbar-right-block > li > a {
  color: #c9bea7;
}

body.gold-auth .navbar-left-block > li > a:hover,
body.gold-auth .navbar-left-block > li > a:focus {
  color: #f4dea0;
  background: linear-gradient(135deg, rgba(193, 139, 36, 0.15), rgba(36, 28, 17, 0.82));
  border-color: rgba(221, 185, 93, 0.4);
}

body.gold-auth .navbar-left-block > .active > a,
body.gold-auth .navbar-left-block > .active > a:hover,
body.gold-auth .navbar-left-block > .active > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #171005;
  background: linear-gradient(135deg, #f1d47b, #b67a18);
  border-color: #e0b643;
  box-shadow: inset 3px 0 0 #fff0b3, 0 6px 16px rgba(171, 114, 20, 0.22);
}

body.gold-auth .navbar-icon,
.gold-menu-arrow {
  color: #d3a83e;
}

body.gold-auth .navbar-left-block > .active > a .navbar-icon,
body.gold-auth .navbar-left-block > .active > a .gold-menu-arrow {
  color: #261805;
}

body.gold-auth .navbar-right-block::before {
  color: #f0d179;
}

body.gold-auth .navbar-right-block > li > a:hover,
body.gold-auth .navbar-right-block > li > a:focus {
  color: #f3d989;
  background: rgba(211, 168, 62, 0.12);
}

body.gold-auth .navbar-right-block .badge,
.badge,
.label-primary {
  color: #171005;
  background: linear-gradient(135deg, #f2d474, #a86f13);
  border: 1px solid rgba(255, 231, 153, 0.44);
  box-shadow: 0 6px 16px rgba(169, 116, 23, 0.28);
}

.gold-summary-card,
.well,
.panel,
.list-group,
.table-responsive,
.table,
.modal-content,
.popover,
.gold-profile-menu {
  color: #eee5d3;
  background: linear-gradient(145deg, #211a11, #12100c 72%);
  border-color: #685124;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 224, 140, 0.035);
}

.gold-summary-card {
  position: relative;
  overflow: hidden;
}

.gold-summary-card::after {
  position: absolute;
  top: -42px;
  right: -34px;
  width: 112px;
  height: 112px;
  background: radial-gradient(circle, rgba(225, 186, 87, 0.14), transparent 68%);
  content: '';
  pointer-events: none;
}

.gold-summary-card:hover,
.gold-summary-card:focus {
  color: #fff3cf;
  border-color: #d4a83e;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(225, 186, 87, 0.11);
}

.gold-summary-card__icon,
.gold-card-title__icon {
  color: #1c1304;
  background: linear-gradient(135deg, #f1d47c, #b87c19);
  border-color: #e8c15e;
  box-shadow: 0 6px 15px rgba(150, 95, 12, 0.24);
}

.gold-summary-card__value,
.gold-card-title,
.panel-title,
.modal-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f0d279;
}

.gold-summary-card__label,
.help-block,
.form-group small,
.text-muted {
  color: #b7aa8e !important;
}

.gold-card-title {
  border-bottom-color: rgba(231, 193, 93, 0.22);
}

.panel-heading,
.table > thead > tr > th,
.modal-header,
.popover-title {
  color: #edcd72 !important;
  background: linear-gradient(135deg, #2a2113, #17120c) !important;
  border-color: #5b461d !important;
}

.panel-footer,
.modal-footer {
  color: #c9bea8;
  background: #15110b;
  border-color: #49391d;
}

.control-label,
label,
.gold-profile-menu__title {
  color: #e8d5a5;
}

.form-control,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple,
.bootstrap-select > .dropdown-toggle,
.input-group-addon,
#service_description .panel-body,
.border-solid.border-rounded {
  color: #f4ead5;
  background: linear-gradient(145deg, #17130e, #0e0c09);
  border-color: #68542a;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.form-control::placeholder,
.select2-search__field::placeholder {
  color: #817761;
  opacity: 1;
}

.select2-container .select2-selection__rendered,
.select2-container .select2-selection__text,
.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle .filter-option {
  color: #f4ead5 !important;
}

.select2-container .select2-selection__arrow b,
.bootstrap-select > .dropdown-toggle .caret {
  border-top-color: #d5ae4c;
}

.form-control:hover,
.select2-container .select2-selection--single:hover,
.select2-container .select2-selection--multiple:hover,
.bootstrap-select > .dropdown-toggle:hover {
  border-color: #b98b2b;
}

.form-control:focus,
.select2-container--focus .select2-selection,
.select2-container--open .select2-selection,
.bootstrap-select.open > .dropdown-toggle {
  color: #fff4d5;
  background: #0d0b08;
  border-color: #e0b84f;
  box-shadow: 0 0 0 3px rgba(211, 168, 62, 0.16), inset 0 1px 2px rgba(0, 0, 0, 0.34);
}

.form-control[readonly],
.form-control[disabled],
fieldset[disabled] .form-control {
  color: #b5aa93;
  background: #272117;
  border-color: #514324;
}

#new-order-search button {
  color: #dfb94f !important;
}

#service_description .panel-body,
.border-solid.border-rounded {
  color: #d8cdb6;
  background: linear-gradient(145deg, #1c1710, #100e0a);
  border-color: #57451f;
}

.btn-default,
.btn-secondary {
  color: #ead8aa;
  background: linear-gradient(145deg, #211a11, #100e0a);
  border-color: #745a28;
}

.btn-default:hover,
.btn-default:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #1c1304;
  background: linear-gradient(135deg, #edcf78, #b37a1a);
  border-color: #d9ad43;
}

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #1a1104;
  background: linear-gradient(135deg, #efd176, #ad7215);
  border-color: #d6a93d;
  box-shadow: 0 6px 15px rgba(166, 107, 15, 0.22);
}

.text-primary,
.text-info {
  color: #e5c264 !important;
}

.bg-primary,
.bg-info,
.label-info,
.progress-bar,
.progress-bar-info {
  color: #1a1104;
  background: linear-gradient(135deg, #efd176, #ad7215) !important;
}

.panel-primary,
.panel-info {
  border-color: #705926;
}

.panel-primary > .panel-heading,
.panel-info > .panel-heading {
  color: #edcd72 !important;
  background: linear-gradient(135deg, #2a2113, #17120c) !important;
  border-color: #5b461d !important;
}

.table > tbody > tr > td {
  color: #ded5c3;
  border-top-color: #3d3322;
}

.table-striped > tbody > tr:nth-of-type(odd),
.table-hover > tbody > tr:hover {
  background: rgba(190, 137, 38, 0.075);
}

.table a,
.list-group-item a {
  color: #e2bf61;
}

.list-group-item {
  color: #ddd3bf;
  background: #17130e;
  border-color: #3f3421;
}

.list-group-item:hover,
.list-group-item:focus,
.list-group-item.active,
.list-group-item.active:hover {
  color: #f2dda3;
  background: #292012;
  border-color: #816326;
}

.nav-tabs {
  border-bottom-color: #655027;
}

.nav-tabs > li > a {
  color: #bfb39c;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #efd27d;
  background: rgba(211, 168, 62, 0.1);
  border-color: #5b481f;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #f0d27a;
  background: #17130e;
  border-color: #705926 #705926 transparent;
}

.nav-pills > li > a {
  color: #cbbd9f;
  background: transparent;
  border: 1px solid transparent;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #efd27d;
  background: rgba(211, 168, 62, 0.1);
  border-color: #59451e;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #1a1104;
  background: linear-gradient(135deg, #efd176, #ac7114);
  border-color: #d6a93d;
  box-shadow: 0 6px 15px rgba(166, 107, 15, 0.24);
}

.dropdown-menu {
  color: #eee3cd;
  background: linear-gradient(145deg, #1c1710, #0e0c09);
  border-color: #705926;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.4);
}

.dropdown-menu > li > a {
  color: #d6cbb5;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  color: #1b1204;
  background: linear-gradient(135deg, #efd177, #b97e1d);
}

.pagination > li > a,
.pagination > li > span {
  color: #e3c267;
  background: #17130e;
  border-color: #58451f;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
  color: #1a1104;
  background: linear-gradient(135deg, #efd176, #af7416);
  border-color: #d5a93e;
}

.alert-success {
  color: #cce6c8;
  background: #142318;
  border-color: #476b45;
}

.alert-info {
  color: #d9d8bd;
  background: #1b211b;
  border-color: #6d7041;
}

.alert-warning {
  color: #f2dda1;
  background: #2a210f;
  border-color: #8c6a24;
}

.alert-danger {
  color: #efc2b8;
  background: #2b1714;
  border-color: #7c4238;
}

.close {
  color: #efcf73;
  text-shadow: none;
  opacity: 0.82;
}

body.gold-dark {
  --ink: #f7edd9;
  --muted: #a69b84;
  --canvas: #050403;
  --surface: #0e0c08;
  --line: #2e271a;
  --line-strong: #5b471f;
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 4%, rgba(199, 148, 38, 0.1), transparent 23rem),
    linear-gradient(145deg, #080604, #020202 66%, #090603);
}

body.gold-dark .gold-summary-card,
body.gold-dark .well,
body.gold-dark .panel,
body.gold-dark .list-group,
body.gold-dark .table-responsive,
body.gold-dark .table,
body.gold-dark .modal-content,
body.gold-dark .gold-profile-menu {
  color: #eee5d2;
  background: linear-gradient(145deg, #12100c, #080705 74%);
  border-color: #55431f;
}

body.gold-dark .form-control,
body.gold-dark .select2-container .select2-selection,
body.gold-dark .bootstrap-select > .dropdown-toggle,
body.gold-dark #service_description .panel-body,
body.gold-dark .border-solid.border-rounded,
body.gold-dark .dropdown-menu {
  color: #f5ecd8;
  background: #080705;
  border-color: #554521;
}

@media (max-width: 991px) {
  body.gold-auth > .navbar,
  body.gold-auth #navbar,
  body.gold-auth #navbar.navbar-collapse,
  body.gold-auth #navbar.navbar-collapsed,
  .gold-drawer-head,
  .gold-bottom-nav,
  .gold-profile-menu {
    color: #f4ead6;
    background: linear-gradient(155deg, #1c160e, #090704);
    border-color: #675022;
  }

  body.gold-auth .navbar-toggle,
  .gold-mobile-action,
  .gold-profile-trigger,
  .gold-drawer-close {
    color: #e7c65f;
    background: linear-gradient(145deg, #211a11, #0c0a07);
    border-color: #8a6928;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.28);
  }

  .gold-mobile-action:hover,
  .gold-mobile-action:focus,
  .gold-profile-trigger:hover,
  .gold-profile-trigger:focus,
  .gold-profile-trigger[aria-expanded="true"],
  .gold-drawer-close:hover,
  .gold-drawer-close:focus {
    color: #1b1204;
    background: linear-gradient(135deg, #efd074, #aa7014);
    border-color: #d7aa3d;
  }

  .gold-profile-trigger__avatar,
  .gold-drawer-title i,
  body.gold-auth #navbar .navbar-icon {
    color: #1c1304;
    background: linear-gradient(135deg, #f0d177, #b77b19);
    border-color: #dcb34a;
  }

  .gold-profile-menu__title,
  .gold-drawer-title {
    color: #efd27d;
    border-color: rgba(224, 181, 73, 0.22);
  }

  .gold-profile-menu a,
  body.gold-auth #navbar .navbar-left-block > li > a {
    color: #d6cbb5;
    background: linear-gradient(145deg, #1b160f, #0f0d09);
    border-color: #48391d;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.18);
  }

  .gold-profile-menu a:hover,
  .gold-profile-menu a:focus,
  body.gold-auth #navbar .navbar-left-block > li > a:hover,
  body.gold-auth #navbar .navbar-left-block > li > a:focus,
  body.gold-auth #navbar .navbar-left-block > .active > a {
    color: #1b1204;
    background: linear-gradient(135deg, #edd078, #b97d1b);
    border-color: #dcb34a;
  }

  body.gold-auth #navbar .navbar-left-block > .active > a .navbar-icon,
  body.gold-auth #navbar .navbar-left-block > .active > a .gold-menu-arrow {
    color: #1d1304;
  }

  .gold-bottom-nav {
    border-top: 1px solid #705522;
    box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.38);
  }

  .gold-bottom-nav a {
    color: #a99e89;
  }

  .gold-bottom-nav a.is-active,
  .gold-bottom-nav a:hover,
  .gold-bottom-nav a:focus {
    color: #f0d076;
  }

  .gold-bottom-nav__primary i {
    color: #171005;
    background: linear-gradient(135deg, #f2d474, #a96e12);
    border-color: #17130d;
    box-shadow: 0 8px 19px rgba(179, 119, 20, 0.38);
  }

  body.gold-dark > .navbar,
  body.gold-dark #navbar,
  body.gold-dark .gold-drawer-head,
  body.gold-dark .gold-bottom-nav,
  body.gold-dark .gold-profile-menu {
    background: linear-gradient(155deg, #0d0b08, #030302);
    border-color: #51401f;
  }
}

/* Gold White light appearance; Midnight Gold remains under body.gold-dark. */
body:not(.gold-dark) {
  --ink: #2b2215;
  --muted: #786d5c;
  --canvas: #f6f0e3;
  --surface: #fffefa;
  --line: #e4d8bd;
  --line-strong: #cfb879;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 4%, rgba(218, 177, 68, 0.2), transparent 24rem),
    radial-gradient(circle at 8% 82%, rgba(238, 216, 154, 0.24), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f5eddb 58%, #fffaf0);
}

body:not(.gold-dark)::before {
  background-image: linear-gradient(rgba(151, 105, 20, 0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(151, 105, 20, 0.022) 1px, transparent 1px);
}

body:not(.gold-dark) a {
  color: #8a5b08;
}

body:not(.gold-dark) a:hover,
body:not(.gold-dark) a:focus {
  color: #4f3304;
}

body:not(.gold-dark) .navbar-default,
body.gold-auth:not(.gold-dark) > .navbar,
body.gold-auth:not(.gold-dark) .navbar-right-block {
  color: #2b2215;
  background: linear-gradient(145deg, rgba(255, 254, 250, 0.99), rgba(250, 244, 231, 0.99));
  border-color: #d4c18d;
  box-shadow: 0 10px 28px rgba(91, 64, 10, 0.09);
}

body.gold-auth:not(.gold-dark) > .navbar {
  border-right-color: #cbae62;
  box-shadow: 10px 0 32px rgba(91, 64, 10, 0.08), inset -1px 0 rgba(148, 101, 14, 0.08);
}

body:not(.gold-dark) .navbar-default .navbar-brand,
body.gold-auth:not(.gold-dark) .navbar-brand {
  color: #76500b;
  border-color: rgba(167, 119, 29, 0.18);
  text-shadow: none;
}

body:not(.gold-dark) .navbar-default .navbar-nav > li > a,
body.gold-auth:not(.gold-dark) .navbar-left-block > li > a,
body.gold-auth:not(.gold-dark) .navbar-right-block > li > a {
  color: #655b4c;
}

body.gold-auth:not(.gold-dark) .navbar-left-block > li > a:hover,
body.gold-auth:not(.gold-dark) .navbar-left-block > li > a:focus {
  color: #5a3a05;
  background: linear-gradient(135deg, #fffaf0, #f6e7b7);
  border-color: #dfc372;
}

body.gold-auth:not(.gold-dark) .navbar-left-block > .active > a,
body.gold-auth:not(.gold-dark) .navbar-left-block > .active > a:hover,
body.gold-auth:not(.gold-dark) .navbar-left-block > .active > a:focus,
body:not(.gold-dark) .navbar-default .navbar-nav > .active > a,
body:not(.gold-dark) .navbar-default .navbar-nav > .active > a:hover,
body:not(.gold-dark) .navbar-default .navbar-nav > .active > a:focus {
  color: #221604;
  background: linear-gradient(135deg, #f3d77f, #c28a24);
  border-color: #d9ad47;
  box-shadow: inset 3px 0 0 #fff4bf, 0 6px 15px rgba(158, 104, 15, 0.15);
}

body.gold-auth:not(.gold-dark) .navbar-icon,
body:not(.gold-dark) .gold-menu-arrow {
  color: #a77318;
}

body.gold-auth:not(.gold-dark) .navbar-left-block > .active > a .navbar-icon,
body.gold-auth:not(.gold-dark) .navbar-left-block > .active > a .gold-menu-arrow {
  color: #291a04;
}

body.gold-auth:not(.gold-dark) .navbar-right-block::before,
body:not(.gold-dark) .gold-summary-card__value,
body:not(.gold-dark) .gold-card-title,
body:not(.gold-dark) .panel-title,
body:not(.gold-dark) .modal-title,
body:not(.gold-dark) h1,
body:not(.gold-dark) h2,
body:not(.gold-dark) h3,
body:not(.gold-dark) h4,
body:not(.gold-dark) h5,
body:not(.gold-dark) h6 {
  color: #5d3e07;
}

body:not(.gold-dark) .gold-summary-card,
body:not(.gold-dark) .well,
body:not(.gold-dark) .panel,
body:not(.gold-dark) .list-group,
body:not(.gold-dark) .table-responsive,
body:not(.gold-dark) .table,
body:not(.gold-dark) .modal-content,
body:not(.gold-dark) .popover,
body:not(.gold-dark) .gold-profile-menu {
  color: #342b1d;
  background: linear-gradient(145deg, #fffefa, #fbf6eb 76%);
  border-color: #d2bb7b;
  box-shadow: 0 14px 34px rgba(88, 60, 8, 0.1), inset 0 1px rgba(255, 255, 255, 0.7);
}

body:not(.gold-dark) .gold-summary-card::after {
  background: radial-gradient(circle, rgba(216, 173, 61, 0.16), transparent 68%);
}

body:not(.gold-dark) .gold-summary-card:hover,
body:not(.gold-dark) .gold-summary-card:focus {
  color: #281c0a;
  border-color: #b98729;
  box-shadow: 0 17px 38px rgba(105, 68, 6, 0.14), 0 0 0 1px rgba(202, 151, 43, 0.11);
}

body:not(.gold-dark) .gold-summary-card__label,
body:not(.gold-dark) .help-block,
body:not(.gold-dark) .form-group small,
body:not(.gold-dark) .text-muted {
  color: #817561 !important;
}

body:not(.gold-dark) .gold-card-title {
  border-bottom-color: #e4d7b8;
}

body:not(.gold-dark) .panel-heading,
body:not(.gold-dark) .table > thead > tr > th,
body:not(.gold-dark) .modal-header,
body:not(.gold-dark) .popover-title {
  color: #674608 !important;
  background: linear-gradient(135deg, #fff9e9, #f3e5bc) !important;
  border-color: #dcc887 !important;
}

body:not(.gold-dark) .panel-footer,
body:not(.gold-dark) .modal-footer {
  color: #6c6253;
  background: #fbf6ea;
  border-color: #dfd2b2;
}

body:not(.gold-dark) .control-label,
body:not(.gold-dark) label,
body:not(.gold-dark) .gold-profile-menu__title {
  color: #4a3a22;
}

body:not(.gold-dark) .form-control,
body:not(.gold-dark) .select2-container .select2-selection--single,
body:not(.gold-dark) .select2-container .select2-selection--multiple,
body:not(.gold-dark) .bootstrap-select > .dropdown-toggle,
body:not(.gold-dark) .input-group-addon,
body:not(.gold-dark) #service_description .panel-body,
body:not(.gold-dark) .border-solid.border-rounded {
  color: #2e271d;
  background: linear-gradient(145deg, #fffefa, #fdf9f0);
  border-color: #d4c39c;
  box-shadow: inset 0 1px 2px rgba(81, 55, 7, 0.04);
}

body:not(.gold-dark) .form-control::placeholder,
body:not(.gold-dark) .select2-search__field::placeholder {
  color: #978b77;
}

body:not(.gold-dark) .select2-container .select2-selection__rendered,
body:not(.gold-dark) .select2-container .select2-selection__text,
body:not(.gold-dark) .bootstrap-select > .dropdown-toggle,
body:not(.gold-dark) .bootstrap-select > .dropdown-toggle .filter-option {
  color: #2e271d !important;
}

body:not(.gold-dark) .form-control:focus,
body:not(.gold-dark) .select2-container--focus .select2-selection,
body:not(.gold-dark) .select2-container--open .select2-selection,
body:not(.gold-dark) .bootstrap-select.open > .dropdown-toggle {
  color: #211708;
  background: #fff;
  border-color: #c5902d;
  box-shadow: 0 0 0 3px rgba(201, 151, 43, 0.14);
}

body:not(.gold-dark) .form-control[readonly],
body:not(.gold-dark) .form-control[disabled],
body:not(.gold-dark) fieldset[disabled] .form-control {
  color: #756b5c;
  background: #f2ebdc;
  border-color: #d6c7a7;
}

body:not(.gold-dark) #service_description .panel-body,
body:not(.gold-dark) .border-solid.border-rounded {
  color: #5b5143;
  background: linear-gradient(145deg, #fffefa, #fcf5df);
  border-color: #e2d095;
}

body:not(.gold-dark) .btn-default,
body:not(.gold-dark) .btn-secondary {
  color: #59482d;
  background: linear-gradient(145deg, #fffefa, #f8efdd);
  border-color: #cdb77c;
}

body:not(.gold-dark) .table > tbody > tr > td {
  color: #4d4437;
  border-top-color: #e7deca;
}

body:not(.gold-dark) .table-striped > tbody > tr:nth-of-type(odd),
body:not(.gold-dark) .table-hover > tbody > tr:hover {
  background: #fff8e8;
}

body:not(.gold-dark) .list-group-item {
  color: #4f4639;
  background: #fffefa;
  border-color: #e1d4b7;
}

body:not(.gold-dark) .nav-tabs {
  border-bottom-color: #d2bc82;
}

body:not(.gold-dark) .nav-tabs > li > a,
body:not(.gold-dark) .nav-pills > li > a {
  color: #746853;
}

body:not(.gold-dark) .nav-tabs > li > a:hover,
body:not(.gold-dark) .nav-tabs > li > a:focus,
body:not(.gold-dark) .nav-pills > li > a:hover,
body:not(.gold-dark) .nav-pills > li > a:focus {
  color: #5c3d07;
  background: #fff5d9;
  border-color: #d8c183;
}

body:not(.gold-dark) .nav-tabs > li.active > a,
body:not(.gold-dark) .nav-tabs > li.active > a:hover,
body:not(.gold-dark) .nav-tabs > li.active > a:focus {
  color: #563906;
  background: #fffefa;
  border-color: #d2bc82 #d2bc82 transparent;
}

body:not(.gold-dark) .dropdown-menu {
  color: #41382b;
  background: linear-gradient(145deg, #fffefa, #faf3e3);
  border-color: #cdb67a;
  box-shadow: 0 17px 38px rgba(88, 60, 8, 0.14);
}

body:not(.gold-dark) .dropdown-menu > li > a {
  color: #615644;
}

body:not(.gold-dark) .pagination > li > a,
body:not(.gold-dark) .pagination > li > span {
  color: #77500b;
  background: #fffefa;
  border-color: #d2c096;
}

body:not(.gold-dark) > .select2-container--open.gold-service-dropdown .select2-dropdown {
  background: linear-gradient(145deg, #fffefa, #f7ecd2);
  border-color: #c89b3a;
  box-shadow: 0 18px 40px rgba(96, 62, 5, 0.18), 0 0 0 1px rgba(196, 145, 37, 0.08);
}

body:not(.gold-dark) .gold-service-option {
  --service-surface-start: #fffefa;
  --service-surface-end: #faf2df;
  color: #302719;
  box-shadow: inset 3px 0 0 var(--service-accent), 0 4px 12px rgba(93, 60, 5, 0.09);
}

body:not(.gold-dark) .gold-service-option__name {
  color: #33291a;
}

body:not(.gold-dark) .gold-service-option__meta {
  border-top-color: rgba(139, 95, 16, 0.16);
}

body:not(.gold-dark) .gold-service-option__metric {
  color: #726755;
}

body:not(.gold-dark) .gold-service-option__metric strong {
  color: #49391f;
}

body:not(.gold-dark) .gold-service-option__metric.is-time {
  color: #6d4a0b;
}

body:not(.gold-dark) .select2-results__option.active .gold-service-option,
body:not(.gold-dark) .select2-results__option[aria-selected="true"] .gold-service-option,
body:not(.gold-dark) .select2-results__option--highlighted .gold-service-option {
  background: linear-gradient(135deg, #fff8e4, #f5e2ad);
  border-color: #c7932b;
  box-shadow: inset 3px 0 0 #d6a439, 0 0 0 1px rgba(190, 137, 38, 0.1), 0 7px 17px rgba(99, 62, 4, 0.12);
}

@media (max-width: 991px) {
  body.gold-auth:not(.gold-dark) > .navbar,
  body.gold-auth:not(.gold-dark) #navbar,
  body.gold-auth:not(.gold-dark) #navbar.navbar-collapse,
  body.gold-auth:not(.gold-dark) #navbar.navbar-collapsed,
  body:not(.gold-dark) .gold-drawer-head,
  body:not(.gold-dark) .gold-bottom-nav,
  body:not(.gold-dark) .gold-profile-menu {
    color: #342b1d;
    background: linear-gradient(145deg, #fffefa, #f9f1df);
    border-color: #ceb576;
  }

  body.gold-auth:not(.gold-dark) .navbar-toggle,
  body:not(.gold-dark) .gold-mobile-action,
  body:not(.gold-dark) .gold-profile-trigger,
  body:not(.gold-dark) .gold-drawer-close {
    color: #684608;
    background: linear-gradient(145deg, #fffefa, #f7edd7);
    border-color: #d4b866;
    box-shadow: 0 5px 13px rgba(96, 64, 7, 0.1);
  }

  body:not(.gold-dark) .gold-profile-menu__title,
  body:not(.gold-dark) .gold-drawer-title {
    color: #664508;
    border-color: #e0d0aa;
  }

  body:not(.gold-dark) .gold-profile-menu a,
  body.gold-auth:not(.gold-dark) #navbar .navbar-left-block > li > a {
    color: #5c5242;
    background: linear-gradient(145deg, #fffefa, #faf3e5);
    border-color: #e0d4ba;
    box-shadow: 0 3px 8px rgba(83, 55, 6, 0.06);
  }

  body:not(.gold-dark) .gold-profile-menu a:hover,
  body:not(.gold-dark) .gold-profile-menu a:focus,
  body.gold-auth:not(.gold-dark) #navbar .navbar-left-block > li > a:hover,
  body.gold-auth:not(.gold-dark) #navbar .navbar-left-block > li > a:focus,
  body.gold-auth:not(.gold-dark) #navbar .navbar-left-block > .active > a {
    color: #241704;
    background: linear-gradient(135deg, #f4da87, #c58c25);
    border-color: #d7aa42;
  }

  body:not(.gold-dark) .gold-bottom-nav {
    border-top-color: #cfb36e;
    box-shadow: 0 -9px 25px rgba(90, 59, 6, 0.1);
  }

  body:not(.gold-dark) .gold-bottom-nav a {
    color: #7d725f;
  }

  body:not(.gold-dark) .gold-bottom-nav a.is-active,
  body:not(.gold-dark) .gold-bottom-nav a:hover,
  body:not(.gold-dark) .gold-bottom-nav a:focus {
    color: #7b5108;
  }

  body:not(.gold-dark) .gold-bottom-nav__primary i {
    color: #211504;
    background: linear-gradient(135deg, #f3d77f, #b97c1b);
    border-color: #fffefa;
    box-shadow: 0 8px 18px rgba(155, 98, 10, 0.23);
  }
}

/* Compositor-friendly mobile drawer motion. */
@media (max-width: 991px) {
  body.gold-auth #navbar,
  body.gold-auth #navbar.navbar-collapse,
  body.gold-auth #navbar.navbar-collapsed {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-102%, 0, 0);
    transition:
      transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.26s ease-out,
      visibility 0s linear 0.42s;
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }

  body.gold-auth #navbar.in,
  body.gold-auth #navbar.gold-drawer-open {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
  }

  .gold-drawer-backdrop {
    opacity: 0;
    visibility: hidden;
    transform: translateZ(0);
    transition: opacity 0.34s ease-out, visibility 0s linear 0.42s;
    will-change: opacity;
    backface-visibility: hidden;
  }

  body.gold-drawer-open .gold-drawer-backdrop {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }

  body.gold-auth #navbar .gold-drawer-head,
  body.gold-auth #navbar .navbar-left-block > li {
    opacity: 0;
    transform: translate3d(-12px, 0, 0);
    transition: transform 0.32s ease-out, opacity 0.24s ease-out;
    transition-delay: 0s;
    will-change: transform, opacity;
  }

  body.gold-auth #navbar.gold-drawer-open .gold-drawer-head,
  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  body.gold-auth #navbar.gold-drawer-open .gold-drawer-head {
    transition-delay: 0.07s;
  }

  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li:nth-child(1) {
    transition-delay: 0.08s;
  }

  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li:nth-child(2) {
    transition-delay: 0.105s;
  }

  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li:nth-child(3) {
    transition-delay: 0.13s;
  }

  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li:nth-child(4) {
    transition-delay: 0.155s;
  }

  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li:nth-child(5) {
    transition-delay: 0.18s;
  }

  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li:nth-child(n + 6) {
    transition-delay: 0.205s;
  }

  .gold-drawer-close:active,
  .navbar-toggle:active {
    transform: scale(0.94);
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 991px) {
  body.gold-auth #navbar,
  body.gold-auth #navbar .gold-drawer-head,
  body.gold-auth #navbar .navbar-left-block > li,
  .gold-drawer-backdrop {
    transition: none !important;
  }
}

/* Category dropdown only: compact premium Gold White / Midnight Gold cards. */
body > .select2-container--open.gold-category-dropdown .select2-dropdown {
  padding: 6px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #f7ecd2);
  border: 1px solid #c69a3a;
  border-radius: 14px;
  box-shadow: 0 18px 38px rgba(91, 59, 5, 0.18), 0 0 0 1px rgba(255, 247, 215, 0.82);
}

body > .select2-container--open.gold-category-dropdown .select2-results,
body > .select2-container--open.gold-category-dropdown .select2-results__options {
  background: transparent !important;
}

body > .select2-container--open.gold-category-dropdown .select2-results__options {
  max-height: min(58vh, 360px);
  padding: 1px 2px 3px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #c79732 transparent;
}

body > .select2-container--open.gold-category-dropdown .select2-results__options::-webkit-scrollbar {
  width: 5px;
}

body > .select2-container--open.gold-category-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: linear-gradient(#e7c764, #ad741d);
  border-radius: 999px;
}

body > .select2-container--open.gold-category-dropdown .select2-results__option {
  margin: 5px 0;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

body > .select2-container--open.gold-category-dropdown .gold-category-option {
  --category-accent: #d5aa42;
  --category-glow: rgba(213, 170, 66, 0.12);
  position: relative;
  display: flex !important;
  align-items: center;
  width: 100% !important;
  min-height: 50px !important;
  padding: 8px 36px 8px 9px !important;
  overflow: hidden !important;
  color: #3b2b10 !important;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.32;
  text-decoration: none !important;
  background: linear-gradient(135deg, #fffefa, #fbf4e4) !important;
  border: 1px solid rgba(190, 145, 47, 0.48) !important;
  border-radius: 11px;
  box-shadow: inset 3px 0 0 var(--category-accent), 0 4px 12px rgba(91, 59, 5, 0.07);
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

body > .select2-container--open.gold-category-dropdown .gold-category-option::after {
  content: '\203A';
  position: absolute;
  top: 50%;
  right: 13px;
  color: var(--category-accent);
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-52%);
  transition: transform 0.16s ease, color 0.16s ease;
}

body > .select2-container--open.gold-category-dropdown .gold-category-option__image {
  flex: 0 0 auto;
  width: 20px !important;
  height: 20px !important;
  margin: 0 10px 0 0 !important;
  padding: 5px;
  object-fit: contain;
  box-sizing: content-box;
  background: linear-gradient(145deg, #fffef8, #f5e5b9);
  border: 1px solid rgba(188, 142, 39, 0.42);
  border-radius: 9px;
  box-shadow: 0 3px 8px var(--category-glow);
}

body > .select2-container--open.gold-category-dropdown .gold-category-option--variant-0 {
  --category-accent: #d5aa42;
  --category-glow: rgba(213, 170, 66, 0.14);
}

body > .select2-container--open.gold-category-dropdown .gold-category-option--variant-1 {
  --category-accent: #b77c22;
  --category-glow: rgba(183, 124, 34, 0.14);
}

body > .select2-container--open.gold-category-dropdown .gold-category-option--variant-2 {
  --category-accent: #c99a64;
  --category-glow: rgba(201, 154, 100, 0.14);
}

body > .select2-container--open.gold-category-dropdown .gold-category-option--variant-3 {
  --category-accent: #ac984d;
  --category-glow: rgba(172, 152, 77, 0.14);
}

body > .select2-container--open.gold-category-dropdown .select2-results__option.active .gold-category-option,
body > .select2-container--open.gold-category-dropdown .select2-results__option[aria-selected="true"] .gold-category-option,
body > .select2-container--open.gold-category-dropdown .select2-results__option--highlighted .gold-category-option,
body > .select2-container--open.gold-category-dropdown .gold-category-option:hover,
body > .select2-container--open.gold-category-dropdown .gold-category-option:focus {
  color: #211504 !important;
  background: linear-gradient(135deg, #f6dc87, #c48722) !important;
  border-color: #a96f16 !important;
  box-shadow: inset 3px 0 0 #fff1b7, 0 7px 16px rgba(126, 78, 5, 0.2);
  transform: translateY(-1px);
}

body > .select2-container--open.gold-category-dropdown .select2-results__option.active .gold-category-option::after,
body > .select2-container--open.gold-category-dropdown .select2-results__option[aria-selected="true"] .gold-category-option::after,
body > .select2-container--open.gold-category-dropdown .select2-results__option--highlighted .gold-category-option::after,
body > .select2-container--open.gold-category-dropdown .gold-category-option:hover::after,
body > .select2-container--open.gold-category-dropdown .gold-category-option:focus::after {
  color: #241704;
  transform: translate(2px, -52%);
}

body > .select2-container--open.gold-category-dropdown .select2-results__option.active .gold-category-option__image,
body > .select2-container--open.gold-category-dropdown .select2-results__option[aria-selected="true"] .gold-category-option__image,
body > .select2-container--open.gold-category-dropdown .select2-results__option--highlighted .gold-category-option__image {
  background: rgba(255, 251, 231, 0.86);
  border-color: rgba(83, 51, 3, 0.22);
}

body.gold-dark > .select2-container--open.gold-category-dropdown .select2-dropdown {
  background: linear-gradient(145deg, #080704, #171109 62%, #0c0905);
  border-color: #8f6b20;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(237, 196, 91, 0.09);
}

body.gold-dark > .select2-container--open.gold-category-dropdown .gold-category-option {
  color: #f2e7ce !important;
  background: linear-gradient(135deg, #1d180f, #0e0c08) !important;
  border-color: rgba(186, 139, 41, 0.5) !important;
  box-shadow: inset 3px 0 0 var(--category-accent), 0 5px 14px rgba(0, 0, 0, 0.26);
}

body.gold-dark > .select2-container--open.gold-category-dropdown .gold-category-option__image {
  background: linear-gradient(145deg, #2b2314, #151109);
  border-color: rgba(213, 171, 66, 0.44);
}

body.gold-dark > .select2-container--open.gold-category-dropdown .select2-results__option.active .gold-category-option,
body.gold-dark > .select2-container--open.gold-category-dropdown .select2-results__option[aria-selected="true"] .gold-category-option,
body.gold-dark > .select2-container--open.gold-category-dropdown .select2-results__option--highlighted .gold-category-option,
body.gold-dark > .select2-container--open.gold-category-dropdown .gold-category-option:hover,
body.gold-dark > .select2-container--open.gold-category-dropdown .gold-category-option:focus {
  color: #1b1102 !important;
  background: linear-gradient(135deg, #f4d878, #b97817) !important;
  border-color: #f1cf6c !important;
  box-shadow: inset 3px 0 0 #fff0ac, 0 8px 18px rgba(0, 0, 0, 0.38);
}

@media (max-width: 575px) {
  body > .select2-container--open.gold-category-dropdown .select2-dropdown {
    padding: 5px;
    border-radius: 12px;
  }

  body > .select2-container--open.gold-category-dropdown .gold-category-option {
    min-height: 48px !important;
    padding: 7px 34px 7px 8px !important;
    font-size: 11.5px !important;
  }

  body > .select2-container--open.gold-category-dropdown .gold-category-option__image {
    width: 19px !important;
    height: 19px !important;
    margin-right: 8px !important;
    padding: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body > .select2-container--open.gold-category-dropdown .gold-category-option,
  body > .select2-container--open.gold-category-dropdown .gold-category-option::after {
    transition: none;
  }
}

/* Services page only: responsive premium catalogue. */
body.gold-services-page .gold-main {
  min-height: calc(100vh - 64px);
  background:
    radial-gradient(circle at 92% 4%, rgba(218, 173, 58, 0.17), transparent 24rem),
    radial-gradient(circle at 7% 78%, rgba(184, 128, 30, 0.1), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f8efd9 58%, #fffaf0);
}

body.gold-services-page .gold-main > .container,
body.gold-services-page .gold-main > .container > .row,
body.gold-services-page .gold-main > .container > .row > [class*="col-"] {
  min-width: 0;
  max-width: 100%;
}

body.gold-services-page .gold-services-toolbar {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  padding: 9px;
  background: linear-gradient(145deg, rgba(255, 254, 249, 0.98), rgba(247, 236, 208, 0.96));
  border: 1px solid #cdae62;
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(91, 58, 4, 0.11);
}

body.gold-services-page .gold-services-toolbar > li,
body.gold-services-page .gold-services-toolbar > li.search {
  float: none !important;
  margin: 0;
}

body.gold-services-page .gold-services-toolbar > li.search {
  flex: 1 1 auto;
  min-width: 0;
}

body.gold-services-page .gold-services-toolbar .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  padding: 0;
  color: #211504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #ae7419;
  border-radius: 11px;
  box-shadow: 0 7px 16px rgba(145, 91, 9, 0.2);
}

body.gold-services-page .gold-services-toolbar .dropdown-toggle .caret {
  margin-left: 5px;
}

body.gold-services-page .gold-services-toolbar .input-group {
  width: 100%;
}

body.gold-services-page .gold-services-toolbar .form-control {
  height: 46px;
  min-height: 46px;
  padding: 10px 13px;
  border-radius: 11px 0 0 11px;
}

body.gold-services-page .gold-services-toolbar [data-filter-serch-btn] {
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  color: #6a4708;
  border-left: 0;
  border-radius: 0 11px 11px 0;
}

body.gold-services-page .gold-services-toolbar .dropdown-menu {
  width: min(340px, calc(100vw - 24px));
  max-height: min(62vh, 460px);
  margin-top: 8px;
  padding: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  background: linear-gradient(145deg, #fffefa, #f7ecd2);
  border: 1px solid #c69a3a;
  border-radius: 13px;
  box-shadow: 0 18px 38px rgba(91, 59, 5, 0.2);
}

body.gold-services-page .gold-services-toolbar .dropdown-menu > li > a {
  display: flex;
  align-items: center;
  min-height: 44px;
  margin: 4px 0;
  padding: 8px 10px;
  overflow: hidden;
  color: #3a2c15;
  background: rgba(255, 254, 249, 0.82);
  border: 1px solid rgba(192, 147, 46, 0.38);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
}

body.gold-services-page .gold-services-toolbar .dropdown-menu > li > a:hover,
body.gold-services-page .gold-services-toolbar .dropdown-menu > li > a:focus {
  color: #211504;
  background: linear-gradient(135deg, #f4dc8c, #c58a25);
  border-color: #af751a;
}

body.gold-services-page .gold-services-toolbar .dropdown-menu img {
  flex: 0 0 auto;
  width: 22px !important;
  height: 22px !important;
  margin-right: 9px;
  object-fit: contain;
}

body.gold-services-page .gold-services-shell {
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  background: linear-gradient(145deg, #fffefa, #fbf5e7 72%, #f5e7c7);
  border: 1px solid #c9a54f;
  border-radius: 17px;
  box-shadow: 0 18px 38px rgba(87, 56, 6, 0.12), inset 0 1px rgba(255, 255, 255, 0.78);
}

body.gold-services-page .gold-services-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -2px 0 15px;
  padding: 0 0 15px;
}

body.gold-services-page .gold-services-title .gold-card-title__icon {
  flex: 0 0 auto;
  margin: 0;
}

body.gold-services-page .gold-services-title__copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  color: #5d3e07;
  line-height: 1.15;
}

body.gold-services-page .gold-services-title__copy small {
  margin-top: 4px;
  color: #82745e;
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0;
}

body.gold-services-page .gold-services-title__count {
  flex: 0 0 auto;
  padding: 6px 9px;
  color: #684407;
  background: linear-gradient(145deg, #fff9e8, #f0dfae);
  border: 1px solid #d2b467;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

body.gold-services-page .gold-services-table {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 7px;
  background: transparent;
}

body.gold-services-page .gold-services-table > thead > tr > th {
  padding: 11px 9px;
  color: #684608 !important;
  background: linear-gradient(135deg, #fff8e5, #f0ddaa) !important;
  border-top: 1px solid #d8be79;
  border-bottom: 1px solid #c9a24a;
  font-size: 10.5px;
  letter-spacing: 0.035em;
}

body.gold-services-page .gold-services-table > thead > tr > th:first-child {
  width: 42px !important;
  border-left: 1px solid #d8be79;
  border-radius: 10px 0 0 10px;
}

body.gold-services-page .gold-services-table > thead > tr > th:nth-child(2) {
  width: 62px;
}

body.gold-services-page .gold-services-table > thead > tr > th:nth-child(3) {
  width: auto;
}

body.gold-services-page .gold-services-table > thead > tr > th:nth-child(4) {
  width: 118px;
}

body.gold-services-page .gold-services-table > thead > tr > th:nth-child(5),
body.gold-services-page .gold-services-table > thead > tr > th:nth-child(6) {
  width: 92px;
}

body.gold-services-page .gold-services-table > thead > tr > th:last-child {
  width: 76px;
  border-right: 1px solid #d8be79;
  border-radius: 0 10px 10px 0;
}

body.gold-services-page .gold-services-category-cell {
  padding: 11px 13px !important;
  color: #231705 !important;
  background: linear-gradient(135deg, #f4d97d, #c78b24) !important;
  border: 1px solid #a96e14 !important;
  border-radius: 11px;
  box-shadow: 0 8px 18px rgba(115, 71, 5, 0.17), inset 0 1px rgba(255, 244, 195, 0.68);
  font-size: 12px;
  letter-spacing: 0.01em;
}

body.gold-services-page .gold-services-category-icon {
  width: 23px !important;
  height: 23px !important;
  max-width: none !important;
  max-height: none !important;
  margin-right: 9px;
  padding: 4px;
  object-fit: contain;
  box-sizing: content-box;
  background: rgba(255, 252, 232, 0.82);
  border: 1px solid rgba(91, 54, 3, 0.2);
  border-radius: 9px;
  vertical-align: middle;
}

body.gold-services-page .gold-services-row {
  --services-accent: #d5aa42;
}

body.gold-services-page .gold-services-row--variant-0 {
  --services-accent: #d5aa42;
}

body.gold-services-page .gold-services-row--variant-1 {
  --services-accent: #b87c22;
}

body.gold-services-page .gold-services-row--variant-2 {
  --services-accent: #c79a65;
}

body.gold-services-page .gold-services-row--variant-3 {
  --services-accent: #a9954a;
}

body.gold-services-page .gold-services-row > td {
  padding: 11px 9px;
  color: #403626;
  background: rgba(255, 254, 250, 0.92);
  border-top: 1px solid rgba(192, 151, 61, 0.35);
  border-bottom: 1px solid rgba(192, 151, 61, 0.35);
  overflow-wrap: anywhere;
}

body.gold-services-page .gold-services-row > td:first-child {
  border-left: 3px solid var(--services-accent);
  border-radius: 11px 0 0 11px;
}

body.gold-services-page .gold-services-row > td:last-child {
  border-right: 1px solid rgba(192, 151, 61, 0.35);
  border-radius: 0 11px 11px 0;
}

body.gold-services-page .gold-services-row:hover > td {
  background: #fff7e3;
  border-color: #bd8c2e;
}

body.gold-services-page .gold-services-cell--id {
  color: #734d08;
  font-weight: 850;
}

body.gold-services-page .gold-services-cell--name {
  color: #312717;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.38;
}

body.gold-services-page .gold-services-cell--rate {
  color: #76500a;
  font-weight: 850;
}

body.gold-services-page .gold-services-cell--favorite [data-favorite-service-id] {
  color: #a8781e;
  cursor: pointer;
}

body.gold-services-page .gold-services-cell--action .btn {
  min-height: 34px;
  padding: 7px 11px;
  color: #3a2707;
  background: linear-gradient(145deg, #fff9e8, #eedba8);
  border: 1px solid #c7a34f;
  border-radius: 9px;
  font-size: 10.5px;
  box-shadow: none;
}

body.gold-services-page .gold-services-cell--action .btn:hover,
body.gold-services-page .gold-services-cell--action .btn:focus {
  color: #1d1202;
  background: linear-gradient(135deg, #f2d676, #bd7f1c);
  border-color: #a96e14;
}

body.gold-dark.gold-services-page .gold-main {
  background:
    radial-gradient(circle at 90% 4%, rgba(223, 179, 65, 0.13), transparent 24rem),
    radial-gradient(circle at 8% 78%, rgba(133, 87, 18, 0.11), transparent 28rem),
    linear-gradient(145deg, #100c07, #050403 58%, #0e0a05);
}

body.gold-dark.gold-services-page .gold-services-toolbar,
body.gold-dark.gold-services-page .gold-services-shell {
  background: linear-gradient(145deg, #1d170f, #0b0906 72%, #151008);
  border-color: #76591e;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-dark.gold-services-page .gold-services-title__copy {
  color: #f0d279;
}

body.gold-dark.gold-services-page .gold-services-title__copy small {
  color: #ae9e82;
}

body.gold-dark.gold-services-page .gold-services-title__count {
  color: #edce78;
  background: linear-gradient(145deg, #2a2113, #151009);
  border-color: #6f551e;
}

body.gold-dark.gold-services-page .gold-services-toolbar .dropdown-menu {
  background: linear-gradient(145deg, #080704, #171109 62%, #0c0905);
  border-color: #8f6b20;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.58);
}

body.gold-dark.gold-services-page .gold-services-toolbar .dropdown-menu > li > a {
  color: #eee3cb;
  background: linear-gradient(135deg, #1e190f, #0e0c08);
  border-color: rgba(183, 135, 38, 0.48);
}

body.gold-dark.gold-services-page .gold-services-toolbar .dropdown-menu > li > a:hover,
body.gold-dark.gold-services-page .gold-services-toolbar .dropdown-menu > li > a:focus {
  color: #1d1202;
  background: linear-gradient(135deg, #f2d676, #b97917);
  border-color: #efcb66;
}

body.gold-dark.gold-services-page .gold-services-row > td {
  color: #dfd3bc;
  background: linear-gradient(135deg, #1c170f, #0e0c08);
  border-color: rgba(159, 118, 34, 0.4);
}

body.gold-dark.gold-services-page .gold-services-row:hover > td {
  background: linear-gradient(135deg, #282014, #151009);
  border-color: #9e7626;
}

body.gold-dark.gold-services-page .gold-services-cell--id,
body.gold-dark.gold-services-page .gold-services-cell--rate {
  color: #e8c968;
}

body.gold-dark.gold-services-page .gold-services-cell--name {
  color: #f1e7d3;
}

body.gold-dark.gold-services-page .gold-services-cell--favorite [data-favorite-service-id] {
  color: #d5a93f;
}

body.gold-dark.gold-services-page .gold-services-cell--action .btn {
  color: #e6d7b4;
  background: linear-gradient(145deg, #282014, #151009);
  border-color: #74571f;
}

@media (max-width: 767px) {
  body.gold-services-page .gold-main > .container {
    width: 100%;
    padding: 12px 10px 28px;
  }

  body.gold-services-page .gold-main > .container > .row {
    width: 100%;
    margin: 0;
  }

  body.gold-services-page .gold-main > .container > .row > [class*="col-"] {
    width: 100%;
    padding: 0;
  }

  body.gold-services-page .gold-services-toolbar {
    gap: 7px;
    margin-bottom: 10px;
    padding: 7px;
    border-radius: 12px;
  }

  body.gold-services-page .gold-services-toolbar .dropdown-toggle,
  body.gold-services-page .gold-services-toolbar .form-control,
  body.gold-services-page .gold-services-toolbar [data-filter-serch-btn] {
    height: 43px;
    min-height: 43px;
  }

  body.gold-services-page .gold-services-toolbar .dropdown-toggle,
  body.gold-services-page .gold-services-toolbar [data-filter-serch-btn] {
    width: 43px;
    min-width: 43px;
  }

  body.gold-services-page .gold-services-shell {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 0 16px;
    padding: 13px 10px 12px;
    overflow: hidden;
    border-radius: 15px;
  }

  body.gold-services-page .gold-services-title {
    margin: 0 2px 11px;
    padding: 0 0 12px;
  }

  body.gold-services-page .gold-services-title .gold-card-title__icon {
    width: 34px;
    height: 34px;
  }

  body.gold-services-page .gold-services-title__copy {
    font-size: 16px;
  }

  body.gold-services-page .gold-services-title__count {
    padding: 5px 8px;
    font-size: 9px;
  }

  body.gold-services-page .gold-services-table,
  body.gold-services-page .gold-services-table > tbody {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.gold-services-page .gold-services-table {
    table-layout: auto;
    border-spacing: 0;
  }

  body.gold-services-page .gold-services-table > thead {
    display: none;
  }

  body.gold-services-page .gold-services-category-row {
    display: block;
    width: 100%;
    margin: 10px 0 7px;
  }

  body.gold-services-page .gold-services-category-row:first-child {
    margin-top: 0;
  }

  body.gold-services-page .gold-services-category-cell {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 9px !important;
    border-radius: 10px;
    font-size: 11.5px;
    line-height: 1.25;
  }

  body.gold-services-page .gold-services-category-icon {
    width: 20px !important;
    height: 20px !important;
    margin-right: 8px;
    padding: 3px;
    border-radius: 8px;
  }

  body.gold-services-page .gold-services-row {
    position: relative;
    display: grid;
    grid-template-columns: 34px repeat(3, minmax(0, 1fr)) 32px;
    grid-template-areas:
      "id name name name favorite"
      "rate rate min max action";
    gap: 8px 7px;
    width: 100%;
    margin: 0 0 8px;
    padding: 9px;
    overflow: hidden;
    background: linear-gradient(145deg, #fffefa, #faf1dc);
    border: 1px solid rgba(190, 145, 47, 0.58);
    border-left: 3px solid var(--services-accent);
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(88, 56, 5, 0.08);
  }

  body.gold-services-page .gold-services-row > td {
    display: block;
    min-width: 0;
    padding: 0;
    color: #423728;
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
  }

  body.gold-services-page .gold-services-row:hover > td {
    background: transparent;
  }

  body.gold-services-page .gold-services-cell--favorite {
    grid-area: favorite;
    align-self: start;
    text-align: center;
  }

  body.gold-services-page .gold-services-cell--favorite [data-favorite-service-id] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: rgba(207, 166, 65, 0.12);
    border: 1px solid rgba(190, 144, 42, 0.35);
    border-radius: 9px;
  }

  body.gold-services-page .gold-services-cell--id {
    grid-area: id;
    align-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    min-height: 30px;
    color: #241704;
    background: linear-gradient(135deg, #f1d475, #b87b19);
    border: 1px solid #a86e13 !important;
    border-radius: 9px !important;
    box-shadow: 0 4px 10px rgba(125, 75, 5, 0.17);
    font-size: 10.5px;
    line-height: 1;
  }

  body.gold-services-page .gold-services-cell--name {
    grid-area: name;
    align-self: center;
    color: #2e2415;
    font-size: 11.25px;
    font-weight: 750;
    line-height: 1.35;
  }

  body.gold-services-page .gold-services-cell--rate {
    grid-area: rate;
  }

  body.gold-services-page .gold-services-cell--min {
    grid-area: min;
  }

  body.gold-services-page .gold-services-cell--max {
    grid-area: max;
  }

  body.gold-services-page .gold-services-cell--action {
    grid-area: action;
  }

  body.gold-services-page .gold-services-cell--rate,
  body.gold-services-page .gold-services-cell--min,
  body.gold-services-page .gold-services-cell--max {
    min-height: 43px;
    padding: 6px 5px !important;
    overflow: hidden;
    color: #49391d;
    background: rgba(241, 221, 172, 0.42) !important;
    border: 1px solid rgba(190, 145, 47, 0.28) !important;
    border-radius: 8px !important;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
  }

  body.gold-services-page .gold-services-cell--rate::before,
  body.gold-services-page .gold-services-cell--min::before,
  body.gold-services-page .gold-services-cell--max::before {
    display: block;
    margin-bottom: 4px;
    color: #8b744c;
    content: attr(data-gold-label);
    font-size: 7.5px;
    font-weight: 800;
    letter-spacing: 0.045em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.gold-services-page .gold-services-cell--action.is-empty {
    display: none;
  }

  body.gold-services-page .gold-services-cell--action .btn {
    width: 32px;
    min-width: 32px;
    min-height: 43px;
    padding: 0;
    overflow: hidden;
    color: transparent !important;
    border-radius: 8px;
    font-size: 0;
  }

  body.gold-services-page .gold-services-cell--action .btn::before {
    color: #4d3306;
    content: '\f06e';
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free', FontAwesome;
    font-size: 12px;
    font-weight: 900;
  }

  body.gold-dark.gold-services-page .gold-services-row {
    background: linear-gradient(145deg, #1d170f, #0b0906);
    border-color: rgba(165, 123, 34, 0.55);
    border-left-color: var(--services-accent);
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.3);
  }

  body.gold-dark.gold-services-page .gold-services-row > td,
  body.gold-dark.gold-services-page .gold-services-cell--name {
    color: #efe4ce;
  }

  body.gold-dark.gold-services-page .gold-services-cell--rate,
  body.gold-dark.gold-services-page .gold-services-cell--min,
  body.gold-dark.gold-services-page .gold-services-cell--max {
    color: #e6cd88;
    background: rgba(129, 94, 28, 0.16) !important;
    border-color: rgba(174, 130, 36, 0.32) !important;
  }

  body.gold-dark.gold-services-page .gold-services-cell--rate::before,
  body.gold-dark.gold-services-page .gold-services-cell--min::before,
  body.gold-dark.gold-services-page .gold-services-cell--max::before {
    color: #9e8c6b;
  }

  body.gold-dark.gold-services-page .gold-services-cell--favorite [data-favorite-service-id] {
    background: rgba(190, 143, 40, 0.12);
    border-color: rgba(190, 143, 40, 0.35);
  }

  body.gold-dark.gold-services-page .gold-services-cell--action .btn::before {
    color: #e5c86f;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-services-page .gold-services-row,
  body.gold-services-page .gold-services-cell--action .btn {
    transition: none;
  }
}

/* Service ID only: premium gold number badge. */
@media (max-width: 767px) {
  body.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--id {
    position: relative;
    z-index: 1;
    align-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 31px;
    min-height: 31px;
    padding: 0 !important;
    overflow: hidden;
    color: #251704 !important;
    background: linear-gradient(145deg, #ffeaa5 0%, #e1b94f 43%, #b57616 100%) !important;
    border: 1px solid #9f6511 !important;
    border-radius: 9px !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 249, 213, 0.88),
      inset 0 -1px 0 rgba(102, 58, 4, 0.22),
      0 5px 12px rgba(126, 77, 5, 0.22);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: center;
    text-shadow: 0 1px rgba(255, 240, 176, 0.45);
    transition: transform 0.16s ease, box-shadow 0.16s ease;
  }

  body.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--id::after {
    position: absolute;
    top: -18px;
    left: -16px;
    width: 20px;
    height: 68px;
    background: linear-gradient(90deg, transparent, rgba(255, 252, 223, 0.5), transparent);
    content: '';
    pointer-events: none;
    transform: rotate(28deg);
  }

  body.gold-services-page .gold-services-row:hover > .gold-services-cell--id {
    transform: translateY(-1px);
    box-shadow:
      inset 0 1px 0 rgba(255, 249, 213, 0.9),
      inset 0 -1px 0 rgba(102, 58, 4, 0.24),
      0 7px 15px rgba(126, 77, 5, 0.27);
  }

  body.gold-dark.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--id {
    color: #171004 !important;
    background: linear-gradient(145deg, #f7dc7d 0%, #cf9c2d 48%, #8e580d 100%) !important;
    border-color: #d4a33a !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 239, 170, 0.7),
      inset 0 -1px 0 rgba(53, 31, 2, 0.35),
      0 5px 14px rgba(0, 0, 0, 0.42),
      0 0 0 1px rgba(224, 177, 65, 0.1);
  }
}

/* Orders page only: premium responsive history. */
body.gold-orders-page .gold-main {
  min-height: calc(100vh - 64px);
  background:
    radial-gradient(circle at 90% 4%, rgba(218, 173, 58, 0.17), transparent 24rem),
    radial-gradient(circle at 6% 82%, rgba(178, 122, 28, 0.09), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f7eed8 58%, #fffbf2);
}

body.gold-orders-page .gold-main > .container-fluid,
body.gold-orders-page .gold-main > .container-fluid > .row,
body.gold-orders-page .gold-main > .container-fluid > .row > [class*="col-"] {
  min-width: 0;
  max-width: 100%;
}

body.gold-orders-page .gold-orders-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 310px);
  gap: 10px;
  margin: 0 0 14px;
  padding: 9px;
  background: linear-gradient(145deg, rgba(255, 254, 249, 0.98), rgba(247, 236, 208, 0.96));
  border: 1px solid #cdae62;
  border-radius: 14px;
  box-shadow: 0 12px 27px rgba(91, 58, 4, 0.11);
}

body.gold-orders-page .gold-orders-toolbar {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  margin: 0;
}

body.gold-orders-page .gold-orders-toolbar > li {
  float: none !important;
  flex: 0 0 auto;
  margin: 0;
}

body.gold-orders-page .gold-orders-toolbar > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 12px;
  color: #6f604a;
  background: rgba(255, 254, 249, 0.72);
  border: 1px solid rgba(195, 158, 73, 0.32);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

body.gold-orders-page .gold-orders-tab__icon {
  margin-right: 6px;
  color: #ad7c21;
  font-size: 10px;
}

body.gold-orders-page .gold-orders-toolbar > li > a:hover,
body.gold-orders-page .gold-orders-toolbar > li > a:focus {
  color: #3b2808;
  background: #fff8e7;
  border-color: #c18e2d;
}

body.gold-orders-page .gold-orders-toolbar > li.active > a,
body.gold-orders-page .gold-orders-toolbar > li.active > a:hover,
body.gold-orders-page .gold-orders-toolbar > li.active > a:focus {
  color: #211504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border-color: #a96f15;
  box-shadow: 0 7px 16px rgba(143, 88, 7, 0.2), inset 0 1px rgba(255, 242, 184, 0.72);
}

body.gold-orders-page .gold-orders-toolbar > li.active .gold-orders-tab__icon {
  color: #2d1c03;
}

body.gold-orders-page .gold-orders-search {
  align-self: center;
  width: 100%;
  margin: 0;
}

body.gold-orders-page .gold-orders-search .input-group {
  width: 100%;
}

body.gold-orders-page .gold-orders-search .form-control {
  height: 42px;
  min-height: 42px;
  padding: 9px 13px;
  border-radius: 10px 0 0 10px;
}

body.gold-orders-page .gold-orders-search .btn {
  width: 44px;
  min-width: 44px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  color: #684608;
  border-left: 0;
  border-radius: 0 10px 10px 0;
}

body.gold-orders-page .gold-orders-shell {
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  background: linear-gradient(145deg, #fffefa, #fbf5e7 72%, #f5e7c7);
  border: 1px solid #c9a54f;
  border-radius: 17px;
  box-shadow: 0 18px 38px rgba(87, 56, 6, 0.12), inset 0 1px rgba(255, 255, 255, 0.78);
}

body.gold-orders-page .gold-orders-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -2px 0 15px;
  padding: 0 0 15px;
}

body.gold-orders-page .gold-orders-title .gold-card-title__icon {
  flex: 0 0 auto;
  margin: 0;
}

body.gold-orders-page .gold-orders-title__copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  color: #5d3e07;
  line-height: 1.15;
}

body.gold-orders-page .gold-orders-title__copy small {
  margin-top: 4px;
  color: #82745e;
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0;
}

body.gold-orders-page .gold-orders-title__count {
  flex: 0 0 auto;
  padding: 6px 9px;
  color: #684407;
  background: linear-gradient(145deg, #fff9e8, #f0dfae);
  border: 1px solid #d2b467;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

body.gold-orders-page .gold-orders-table {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 7px;
  background: transparent;
}

body.gold-orders-page .gold-orders-table.is-empty {
  display: none;
}

body.gold-orders-page .gold-orders-table > thead > tr > th {
  padding: 11px 8px;
  overflow: hidden;
  color: #684608 !important;
  background: linear-gradient(135deg, #fff8e5, #f0ddaa) !important;
  border-top: 1px solid #d8be79;
  border-bottom: 1px solid #c9a24a;
  font-size: 9.5px;
  letter-spacing: 0.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-orders-page .gold-orders-table > thead > tr > th:first-child {
  width: 60px;
  border-left: 1px solid #d8be79;
  border-radius: 10px 0 0 10px;
}

body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(2) {
  width: 112px;
}

body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(3),
body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(7) {
  width: 19%;
}

body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(4),
body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(5),
body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(6),
body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(8),
body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(9) {
  width: 84px;
}

body.gold-orders-page .gold-orders-table > thead > tr > th:last-child {
  border-right: 1px solid #d8be79;
  border-radius: 0 10px 10px 0;
}

body.gold-orders-page .gold-orders-row {
  --orders-accent: #d5aa42;
}

body.gold-orders-page .gold-orders-row--variant-0 {
  --orders-accent: #d5aa42;
}

body.gold-orders-page .gold-orders-row--variant-1 {
  --orders-accent: #b87c22;
}

body.gold-orders-page .gold-orders-row--variant-2 {
  --orders-accent: #c79a65;
}

body.gold-orders-page .gold-orders-row--variant-3 {
  --orders-accent: #a9954a;
}

body.gold-orders-page .gold-orders-row > td {
  padding: 11px 8px;
  overflow-wrap: anywhere;
  color: #403626;
  background: rgba(255, 254, 250, 0.92);
  border-top: 1px solid rgba(192, 151, 61, 0.35);
  border-bottom: 1px solid rgba(192, 151, 61, 0.35);
  font-size: 10.5px;
}

body.gold-orders-page .gold-orders-row > td:first-child {
  border-left: 3px solid var(--orders-accent);
  border-radius: 11px 0 0 11px;
}

body.gold-orders-page .gold-orders-row > td:last-child {
  border-right: 1px solid rgba(192, 151, 61, 0.35);
  border-radius: 0 11px 11px 0;
}

body.gold-orders-page .gold-orders-cell--id,
body.gold-orders-page .gold-orders-cell--charge {
  color: #76500a;
  font-weight: 850;
}

body.gold-orders-page .gold-orders-cell--service {
  color: #312717;
  font-weight: 750;
  line-height: 1.35;
}

body.gold-orders-page .gold-orders-cell--link a {
  color: #916316;
  text-decoration: none;
}

body.gold-orders-page .gold-orders-cell--status {
  font-weight: 800;
}

body.gold-orders-page .gold-orders-empty {
  display: flex;
  align-items: center;
  min-height: 230px;
  padding: 30px 20px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 15%, rgba(226, 182, 68, 0.18), transparent 9rem),
    linear-gradient(145deg, #fffefa, #f9efd7);
  border: 1px dashed #c9a85a;
  border-radius: 14px;
}

body.gold-orders-page .gold-orders-empty__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 15px;
  color: #251704;
  background: linear-gradient(145deg, #f6dc83, #b97917);
  border: 1px solid #a96d12;
  border-radius: 18px;
  box-shadow: 0 11px 23px rgba(131, 79, 5, 0.22), inset 0 1px rgba(255, 242, 183, 0.75);
  font-size: 22px;
}

body.gold-orders-page .gold-orders-empty__title {
  color: #493006;
  font-size: 17px;
  font-weight: 850;
}

body.gold-orders-page .gold-orders-empty__copy {
  max-width: 390px;
  margin: 7px 0 17px;
  color: #7e725f;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.55;
}

body.gold-orders-page .gold-orders-empty__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 15px;
  color: #211504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #a96f15;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(135, 82, 5, 0.2);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

body.gold-orders-page .gold-orders-empty__action i {
  margin-right: 7px;
}

body.gold-orders-page .gold-orders-empty__action:hover,
body.gold-orders-page .gold-orders-empty__action:focus {
  color: #160d01;
  background: linear-gradient(135deg, #f8df8d, #c98b21);
  text-decoration: none;
  transform: translateY(-1px);
}

body.gold-dark.gold-orders-page .gold-main {
  background:
    radial-gradient(circle at 90% 4%, rgba(223, 179, 65, 0.13), transparent 24rem),
    radial-gradient(circle at 7% 80%, rgba(133, 87, 18, 0.11), transparent 28rem),
    linear-gradient(145deg, #100c07, #050403 58%, #0e0a05);
}

body.gold-dark.gold-orders-page .gold-orders-controls,
body.gold-dark.gold-orders-page .gold-orders-shell {
  background: linear-gradient(145deg, #1d170f, #0b0906 72%, #151008);
  border-color: #76591e;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-dark.gold-orders-page .gold-orders-toolbar > li > a {
  color: #b9ad97;
  background: linear-gradient(145deg, #211a10, #100d08);
  border-color: rgba(152, 111, 31, 0.42);
}

body.gold-dark.gold-orders-page .gold-orders-toolbar > li > a:hover,
body.gold-dark.gold-orders-page .gold-orders-toolbar > li > a:focus {
  color: #efd681;
  background: #2a2113;
  border-color: #8c6923;
}

body.gold-dark.gold-orders-page .gold-orders-toolbar > li.active > a,
body.gold-dark.gold-orders-page .gold-orders-toolbar > li.active > a:hover,
body.gold-dark.gold-orders-page .gold-orders-toolbar > li.active > a:focus {
  color: #1a1002;
  background: linear-gradient(135deg, #f4d878, #b97817);
  border-color: #f0cb64;
}

body.gold-dark.gold-orders-page .gold-orders-title__copy {
  color: #f0d279;
}

body.gold-dark.gold-orders-page .gold-orders-title__copy small {
  color: #ae9e82;
}

body.gold-dark.gold-orders-page .gold-orders-title__count {
  color: #edce78;
  background: linear-gradient(145deg, #2a2113, #151009);
  border-color: #6f551e;
}

body.gold-dark.gold-orders-page .gold-orders-row > td {
  color: #dfd3bc;
  background: linear-gradient(135deg, #1c170f, #0e0c08);
  border-color: rgba(159, 118, 34, 0.4);
}

body.gold-dark.gold-orders-page .gold-orders-cell--id,
body.gold-dark.gold-orders-page .gold-orders-cell--charge,
body.gold-dark.gold-orders-page .gold-orders-cell--link a {
  color: #e5c668;
}

body.gold-dark.gold-orders-page .gold-orders-cell--service {
  color: #f0e5cf;
}

body.gold-dark.gold-orders-page .gold-orders-empty {
  background:
    radial-gradient(circle at 50% 15%, rgba(219, 171, 52, 0.13), transparent 9rem),
    linear-gradient(145deg, #1a150d, #090806);
  border-color: #71551f;
}

body.gold-dark.gold-orders-page .gold-orders-empty__title {
  color: #edcf79;
}

body.gold-dark.gold-orders-page .gold-orders-empty__copy {
  color: #ad9f86;
}

@media (max-width: 1100px) {
  body.gold-orders-page .gold-orders-controls {
    grid-template-columns: 1fr;
  }

  body.gold-orders-page .gold-orders-toolbar {
    padding-bottom: 2px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

  body.gold-orders-page .gold-orders-toolbar::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767px) {
  body.gold-orders-page .gold-main > .container-fluid {
    width: 100%;
    padding: 12px 10px 28px;
  }

  body.gold-orders-page .gold-main > .container-fluid > .row {
    width: 100%;
    margin: 0;
  }

  body.gold-orders-page .gold-main > .container-fluid > .row > [class*="col-"] {
    width: 100%;
    padding: 0;
  }

  body.gold-orders-page .gold-orders-controls {
    gap: 8px;
    margin-bottom: 10px;
    padding: 7px;
    border-radius: 12px;
  }

  body.gold-orders-page .gold-orders-toolbar {
    gap: 5px;
  }

  body.gold-orders-page .gold-orders-toolbar > li > a {
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 9px;
    font-size: 10.5px;
  }

  body.gold-orders-page .gold-orders-tab__icon {
    margin-right: 5px;
    font-size: 9px;
  }

  body.gold-orders-page .gold-orders-search .form-control,
  body.gold-orders-page .gold-orders-search .btn {
    height: 43px;
    min-height: 43px;
  }

  body.gold-orders-page .gold-orders-search .btn {
    width: 43px;
    min-width: 43px;
  }

  body.gold-orders-page .gold-orders-shell {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 0 16px;
    padding: 13px 10px 12px;
    border-radius: 15px;
  }

  body.gold-orders-page .gold-orders-title {
    margin: 0 2px 11px;
    padding: 0 0 12px;
  }

  body.gold-orders-page .gold-orders-title .gold-card-title__icon {
    width: 34px;
    height: 34px;
  }

  body.gold-orders-page .gold-orders-title__copy {
    font-size: 16px;
  }

  body.gold-orders-page .gold-orders-title__count {
    padding: 5px 8px;
    font-size: 9px;
  }

  body.gold-orders-page .gold-orders-table,
  body.gold-orders-page .gold-orders-table > tbody {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.gold-orders-page .gold-orders-table.is-empty {
    display: none;
  }

  body.gold-orders-page .gold-orders-table > thead {
    display: none;
  }

  body.gold-orders-page .gold-orders-row {
    position: relative;
    display: grid;
    grid-template-columns: 40px repeat(4, minmax(0, 1fr));
    grid-template-areas:
      "id service service service status"
      "date date link link link"
      "charge charge start quantity remains";
    gap: 8px 7px;
    width: 100%;
    margin: 0 0 9px;
    padding: 9px;
    overflow: hidden;
    background: linear-gradient(145deg, #fffefa, #faf1dc);
    border: 1px solid rgba(190, 145, 47, 0.58);
    border-left: 3px solid var(--orders-accent);
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(88, 56, 5, 0.08);
  }

  body.gold-orders-page .gold-orders-row > td {
    display: block;
    min-width: 0;
    padding: 0;
    color: #423728;
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
  }

  body.gold-orders-page .gold-orders-cell--id {
    grid-area: id;
    align-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-height: 32px;
    padding: 0 !important;
    color: #251704 !important;
    background: linear-gradient(145deg, #ffeaa5, #d9a83d 50%, #a96c13) !important;
    border: 1px solid #9f6511 !important;
    border-radius: 9px !important;
    box-shadow: inset 0 1px rgba(255, 247, 204, 0.78), 0 5px 12px rgba(126, 77, 5, 0.2);
    font-size: 10.5px;
    font-weight: 900;
    line-height: 1;
  }

  body.gold-orders-page .gold-orders-cell--service {
    grid-area: service;
    align-self: center;
    color: #2f2516;
    font-size: 11.25px;
    font-weight: 750;
    line-height: 1.35;
  }

  body.gold-orders-page .gold-orders-cell--status {
    grid-area: status;
    align-self: start;
    justify-self: end;
    padding: 6px 7px !important;
    color: #604106;
    background: #f3e2b5 !important;
    border: 1px solid #d1af58 !important;
    border-radius: 999px !important;
    font-size: 8px;
    font-weight: 850;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }

  body.gold-orders-page .gold-orders-cell--date {
    grid-area: date;
  }

  body.gold-orders-page .gold-orders-cell--link {
    grid-area: link;
  }

  body.gold-orders-page .gold-orders-cell--charge {
    grid-area: charge;
  }

  body.gold-orders-page .gold-orders-cell--start {
    grid-area: start;
  }

  body.gold-orders-page .gold-orders-cell--quantity {
    grid-area: quantity;
  }

  body.gold-orders-page .gold-orders-cell--remains {
    grid-area: remains;
  }

  body.gold-orders-page .gold-orders-cell--date,
  body.gold-orders-page .gold-orders-cell--link,
  body.gold-orders-page .gold-orders-cell--charge,
  body.gold-orders-page .gold-orders-cell--start,
  body.gold-orders-page .gold-orders-cell--quantity,
  body.gold-orders-page .gold-orders-cell--remains {
    min-height: 42px;
    padding: 6px !important;
    overflow: hidden;
    color: #49391d;
    background: rgba(241, 221, 172, 0.42) !important;
    border: 1px solid rgba(190, 145, 47, 0.28) !important;
    border-radius: 8px !important;
    font-size: 9px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
  }

  body.gold-orders-page .gold-orders-cell--date::before,
  body.gold-orders-page .gold-orders-cell--link::before,
  body.gold-orders-page .gold-orders-cell--charge::before,
  body.gold-orders-page .gold-orders-cell--start::before,
  body.gold-orders-page .gold-orders-cell--quantity::before,
  body.gold-orders-page .gold-orders-cell--remains::before {
    display: block;
    margin-bottom: 4px;
    color: #8b744c;
    content: attr(data-gold-label);
    font-size: 7.2px;
    font-weight: 850;
    letter-spacing: 0.045em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.gold-orders-page .gold-orders-cell--link,
  body.gold-orders-page .gold-orders-cell--link a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body.gold-orders-page .gold-orders-status--completed {
    color: #17633d !important;
    background: #dff4e8 !important;
    border-color: #8bc8a6 !important;
  }

  body.gold-orders-page .gold-orders-status--inprogress,
  body.gold-orders-page .gold-orders-status--processing {
    color: #255479 !important;
    background: #e0eef7 !important;
    border-color: #96bad3 !important;
  }

  body.gold-orders-page .gold-orders-status--partial {
    color: #6a417f !important;
    background: #f0e6f5 !important;
    border-color: #c5a3d5 !important;
  }

  body.gold-orders-page .gold-orders-status--canceled {
    color: #873c35 !important;
    background: #f8e4df !important;
    border-color: #d9a39a !important;
  }

  body.gold-orders-page .gold-orders-empty {
    min-height: 255px;
    padding: 28px 17px;
    border-radius: 12px;
  }

  body.gold-orders-page .gold-orders-empty__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
    border-radius: 16px;
    font-size: 20px;
  }

  body.gold-dark.gold-orders-page .gold-orders-row {
    background: linear-gradient(145deg, #1d170f, #0b0906);
    border-color: rgba(165, 123, 34, 0.55);
    border-left-color: var(--orders-accent);
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.3);
  }

  body.gold-dark.gold-orders-page .gold-orders-row > td,
  body.gold-dark.gold-orders-page .gold-orders-cell--service {
    color: #efe4ce;
  }

  body.gold-dark.gold-orders-page .gold-orders-cell--date,
  body.gold-dark.gold-orders-page .gold-orders-cell--link,
  body.gold-dark.gold-orders-page .gold-orders-cell--charge,
  body.gold-dark.gold-orders-page .gold-orders-cell--start,
  body.gold-dark.gold-orders-page .gold-orders-cell--quantity,
  body.gold-dark.gold-orders-page .gold-orders-cell--remains {
    color: #e6cd88;
    background: rgba(129, 94, 28, 0.16) !important;
    border-color: rgba(174, 130, 36, 0.32) !important;
  }

  body.gold-dark.gold-orders-page .gold-orders-cell--date::before,
  body.gold-dark.gold-orders-page .gold-orders-cell--link::before,
  body.gold-dark.gold-orders-page .gold-orders-cell--charge::before,
  body.gold-dark.gold-orders-page .gold-orders-cell--start::before,
  body.gold-dark.gold-orders-page .gold-orders-cell--quantity::before,
  body.gold-dark.gold-orders-page .gold-orders-cell--remains::before {
    color: #9e8c6b;
  }

  body.gold-dark.gold-orders-page .gold-orders-cell--status {
    color: #edcd73 !important;
    background: #2a2113 !important;
    border-color: #71551f !important;
  }
}

/* Add funds method only: premium custom payment picker. */
body.gold-addfunds-page .gold-method-select {
  position: relative;
  z-index: 35;
  width: 100%;
}

body.gold-addfunds-page .gold-method-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.gold-addfunds-page .gold-method-trigger {
  display: grid;
  width: 100%;
  min-height: 58px;
  padding: 8px 13px 8px 9px;
  grid-template-columns: 40px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 10px;
  color: #39290e;
  text-align: left;
  background: linear-gradient(145deg, #fffefa, #f8eed7);
  border: 1px solid #bd8a29;
  border-radius: 13px;
  box-shadow: 0 7px 16px rgba(92, 58, 4, 0.08), inset 0 1px rgba(255, 255, 255, 0.82);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.gold-addfunds-page .gold-method-trigger:hover,
body.gold-addfunds-page .gold-method-trigger:focus,
body.gold-addfunds-page .gold-method-select.is-open .gold-method-trigger {
  border-color: #a86a10;
  box-shadow: 0 0 0 3px rgba(197, 144, 35, 0.13), 0 10px 22px rgba(91, 56, 4, 0.12);
  outline: none;
}

body.gold-addfunds-page .gold-method-trigger__icon,
body.gold-addfunds-page .gold-method-option__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #251703;
  background: linear-gradient(145deg, #f4d879, #b87817);
  border: 1px solid #ab7014;
  border-radius: 11px;
  box-shadow: 0 6px 14px rgba(120, 72, 5, 0.18), inset 0 1px rgba(255, 244, 193, 0.72);
}

/* Payment method brand artwork v1 */
body.gold-addfunds-page .gold-method-brand-icon {
  display: block;
  width: 30px;
  height: 30px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 2px 3px rgba(82, 50, 0, 0.13));
}

body.gold-addfunds-page .gold-method-brand-icon--fpx {
  width: 31px;
  height: 31px;
}

body.gold-addfunds-page .gold-method-brand-icon--binance {
  width: 29px;
  height: 29px;
}

body.gold-addfunds-page .gold-method-brand-icon--whatsapp {
  width: 30px;
  height: 30px;
}

body.gold-addfunds-page .gold-method-trigger__icon {
  width: 40px;
  height: 40px;
  font-size: 14px;
}

body.gold-addfunds-page .gold-method-trigger__copy,
body.gold-addfunds-page .gold-method-option__copy,
body.gold-addfunds-page .gold-method-menu__head-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-addfunds-page .gold-method-trigger__copy strong {
  overflow: hidden;
  color: #3b290a;
  font-size: 12.5px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-addfunds-page .gold-method-trigger__copy small {
  margin-top: 3px;
  overflow: hidden;
  color: #8a795d;
  font-size: 9.5px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-addfunds-page .gold-method-trigger__arrow {
  justify-self: center;
  color: #9f6c15;
  font-size: 10px;
  transition: transform 0.2s ease;
}

body.gold-addfunds-page .gold-method-select.is-open .gold-method-trigger__arrow {
  transform: rotate(180deg);
}

body.gold-addfunds-page .gold-method-menu {
  position: absolute;
  z-index: 90;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  padding: 8px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #f5e7c7);
  border: 1px solid #b98628;
  border-radius: 15px;
  box-shadow: 0 22px 48px rgba(58, 37, 3, 0.25), inset 0 1px rgba(255, 255, 255, 0.78);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.985);
  transform-origin: top center;
  visibility: hidden;
  transition: opacity 0.18s ease, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.18s ease;
}

body.gold-addfunds-page .gold-method-select.is-open .gold-method-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
}

body.gold-addfunds-page .gold-method-menu__head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 2px 7px;
  padding: 5px 5px 10px;
  border-bottom: 1px solid rgba(189, 143, 42, 0.35);
}

body.gold-addfunds-page .gold-method-menu__head-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  color: #8d5e10;
  background: rgba(238, 205, 113, 0.33);
  border: 1px solid rgba(187, 132, 34, 0.38);
  border-radius: 9px;
  font-size: 10px;
}

body.gold-addfunds-page .gold-method-menu__head-copy strong {
  color: #563806;
  font-size: 11px;
  font-weight: 850;
}

body.gold-addfunds-page .gold-method-menu__head-copy small {
  margin-top: 2px;
  color: #8e7b5c;
  font-size: 8.5px;
  font-weight: 650;
}

body.gold-addfunds-page .gold-method-menu__options {
  display: flex;
  max-height: 290px;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: column;
  gap: 6px;
  overscroll-behavior: contain;
}

body.gold-addfunds-page .gold-method-option {
  --method-accent: #c59028;
  display: grid;
  width: 100%;
  min-height: 55px;
  padding: 7px 9px;
  grid-template-columns: 38px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 9px;
  color: #3e301b;
  text-align: left;
  background: rgba(255, 254, 250, 0.78);
  border: 1px solid rgba(190, 147, 48, 0.34);
  border-left: 3px solid var(--method-accent);
  border-radius: 11px;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

body.gold-addfunds-page .gold-method-option--variant-1 {
  --method-accent: #aa6d19;
}

body.gold-addfunds-page .gold-method-option--variant-2 {
  --method-accent: #d0ae57;
}

body.gold-addfunds-page .gold-method-option--variant-3 {
  --method-accent: #8d6d31;
}

body.gold-addfunds-page .gold-method-option:hover,
body.gold-addfunds-page .gold-method-option:focus,
body.gold-addfunds-page .gold-method-option.is-selected {
  background: linear-gradient(135deg, #fff9e8, #f3dfaa);
  border-color: #c3932d;
  box-shadow: 0 7px 16px rgba(100, 62, 4, 0.1);
  outline: none;
  transform: translateY(-1px);
}

body.gold-addfunds-page .gold-method-option__icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  font-size: 12px;
}

body.gold-addfunds-page .gold-method-option__copy strong {
  overflow: hidden;
  color: #39280c;
  font-size: 11.5px;
  font-weight: 820;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-addfunds-page .gold-method-option__copy small {
  margin-top: 3px;
  color: #867458;
  font-size: 8.5px;
  font-weight: 650;
}

body.gold-addfunds-page .gold-method-option__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 25px;
  height: 25px;
  color: transparent;
  background: rgba(218, 195, 144, 0.2);
  border: 1px solid rgba(177, 132, 38, 0.28);
  border-radius: 50%;
  font-size: 8px;
}

body.gold-addfunds-page .gold-method-option.is-selected .gold-method-option__check {
  color: #211503;
  background: linear-gradient(145deg, #efd36f, #b87716);
  border-color: #a86910;
  box-shadow: 0 4px 9px rgba(105, 61, 3, 0.18);
}

body.gold-dark.gold-addfunds-page .gold-method-trigger {
  color: #eee2cb;
  background: linear-gradient(145deg, #1d170f, #0a0805);
  border-color: #72551d;
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.32), inset 0 1px rgba(255, 226, 139, 0.035);
}

body.gold-dark.gold-addfunds-page .gold-method-trigger:hover,
body.gold-dark.gold-addfunds-page .gold-method-trigger:focus,
body.gold-dark.gold-addfunds-page .gold-method-select.is-open .gold-method-trigger {
  border-color: #b88927;
  box-shadow: 0 0 0 3px rgba(197, 145, 40, 0.14), 0 12px 26px rgba(0, 0, 0, 0.38);
}

body.gold-dark.gold-addfunds-page .gold-method-trigger__copy strong,
body.gold-dark.gold-addfunds-page .gold-method-option__copy strong,
body.gold-dark.gold-addfunds-page .gold-method-menu__head-copy strong {
  color: #f0d783;
}

body.gold-dark.gold-addfunds-page .gold-method-trigger__copy small,
body.gold-dark.gold-addfunds-page .gold-method-option__copy small,
body.gold-dark.gold-addfunds-page .gold-method-menu__head-copy small {
  color: #aa9b81;
}

body.gold-dark.gold-addfunds-page .gold-method-menu {
  background: linear-gradient(145deg, #1e180f, #080704 78%, #151008);
  border-color: #76581e;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.56), inset 0 1px rgba(255, 223, 126, 0.04);
}

body.gold-dark.gold-addfunds-page .gold-method-menu__head {
  border-bottom-color: rgba(159, 117, 31, 0.42);
}

body.gold-dark.gold-addfunds-page .gold-method-menu__head-icon {
  color: #d9ad43;
  background: rgba(121, 85, 22, 0.2);
  border-color: rgba(181, 134, 37, 0.4);
}

body.gold-dark.gold-addfunds-page .gold-method-option {
  color: #e5d8c0;
  background: linear-gradient(135deg, #19140d, #0b0906);
  border-color: rgba(148, 108, 30, 0.42);
  border-left-color: var(--method-accent);
}

body.gold-dark.gold-addfunds-page .gold-method-option:hover,
body.gold-dark.gold-addfunds-page .gold-method-option:focus,
body.gold-dark.gold-addfunds-page .gold-method-option.is-selected {
  background: linear-gradient(135deg, #2a2113, #151009);
  border-color: #8c6822;
  border-left-color: var(--method-accent);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  body.gold-addfunds-page .gold-method-trigger {
    min-height: 54px;
    padding: 7px 10px 7px 8px;
    grid-template-columns: 37px minmax(0, 1fr) 24px;
    gap: 9px;
    border-radius: 11px;
  }

  body.gold-addfunds-page .gold-method-trigger__icon {
    width: 37px;
    height: 37px;
    border-radius: 10px;
    font-size: 12px;
  }

  body.gold-addfunds-page .gold-method-trigger__copy strong {
    font-size: 11.5px;
  }

  body.gold-addfunds-page .gold-method-trigger__copy small {
    font-size: 8.5px;
  }

  body.gold-addfunds-page .gold-method-menu {
    top: calc(100% + 6px);
    padding: 7px;
    border-radius: 13px;
  }

  body.gold-addfunds-page .gold-method-option {
    min-height: 52px;
    grid-template-columns: 35px minmax(0, 1fr) 26px;
    gap: 8px;
  }

  body.gold-addfunds-page .gold-method-option__icon {
    width: 35px;
    height: 35px;
  }

  body.gold-addfunds-page .gold-method-option__copy strong {
    font-size: 10.5px;
  }
}

/* API page only: responsive premium documentation. */
body.gold-api-page .gold-main {
  min-height: calc(100vh - 64px);
  background:
    radial-gradient(circle at 88% 5%, rgba(220, 176, 58, 0.17), transparent 27rem),
    radial-gradient(circle at 4% 74%, rgba(191, 137, 35, 0.08), transparent 30rem),
    linear-gradient(145deg, #fffdf8, #f7eed8 58%, #fffbf2);
}

body.gold-api-page .gold-main > .container {
  width: 100%;
  max-width: 1280px;
}

body.gold-api-page .gold-main > .container > .row {
  margin: 0;
}

body.gold-api-page .gold-api-column {
  float: none;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

body.gold-api-page .gold-api-shell {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  padding: 20px;
  overflow: visible;
  background: linear-gradient(145deg, #fffefa, #fbf5e7 72%, #f5e7c7);
  border: 1px solid #c9a54f;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(83, 53, 5, 0.12), inset 0 1px rgba(255, 255, 255, 0.8);
}

body.gold-api-page .gold-api-content {
  width: 100%;
  max-width: none;
}

body.gold-api-page .gold-api-hero {
  position: relative;
  display: grid;
  min-height: 86px;
  margin-bottom: 16px;
  padding: 15px 16px;
  overflow: hidden;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  background:
    radial-gradient(circle at 92% 12%, rgba(226, 181, 62, 0.21), transparent 10rem),
    linear-gradient(145deg, #fff9e8, #f2dfac);
  border: 1px solid #caa34b;
  border-radius: 15px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

body.gold-api-page .gold-api-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #241704;
  background: linear-gradient(145deg, #f5dc82, #b87a18);
  border: 1px solid #aa6e12;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(125, 74, 5, 0.2), inset 0 1px rgba(255, 244, 193, 0.72);
  font-size: 17px;
}

body.gold-api-page .gold-api-hero__copy {
  min-width: 0;
}

body.gold-api-page .gold-api-hero__title {
  margin: 0;
  color: #543705;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

body.gold-api-page .gold-api-hero__subtitle {
  margin: 5px 0 0;
  color: #7c6d54;
  font-size: 10.5px;
  font-weight: 650;
}

body.gold-api-page .gold-api-hero__version {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  color: #704807;
  background: rgba(255, 250, 232, 0.74);
  border: 1px solid rgba(177, 125, 28, 0.45);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
  white-space: nowrap;
}

body.gold-api-page .gold-api-hero__version i {
  margin-right: 5px;
  color: #b47816;
  font-size: 8px;
}

body.gold-api-page .gold-api-overview-card {
  margin-bottom: 16px;
  padding: 6px;
  background: rgba(255, 254, 250, 0.74);
  border: 1px solid #d6bb78;
  border-radius: 14px;
  box-shadow: 0 9px 22px rgba(86, 54, 4, 0.07);
}

body.gold-api-page .gold-api-overview-table {
  width: 100% !important;
  margin: 0 !important;
  table-layout: fixed;
  background: transparent !important;
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: none !important;
}

body.gold-api-page .gold-api-overview-row > td {
  padding: 10px 12px !important;
  color: #514532;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(195, 158, 72, 0.26) !important;
  font-size: 10.5px;
  vertical-align: middle;
}

body.gold-api-page .gold-api-overview-row:last-child > td {
  border-bottom: 0 !important;
}

body.gold-api-page .gold-api-overview-label {
  width: 31%;
  color: #63440c !important;
  font-weight: 800;
}

body.gold-api-page .gold-api-overview-label i {
  width: 22px;
  margin-right: 7px;
  color: #af7819;
  text-align: center;
}

body.gold-api-page .gold-api-overview-value {
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.gold-api-page .gold-api-overview-value a {
  color: #93600b;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(147, 96, 11, 0.35);
  text-underline-offset: 2px;
}

body.gold-api-page .gold-api-value-pill {
  display: inline-flex;
  padding: 5px 8px;
  color: #694408;
  background: linear-gradient(135deg, #fff6d8, #edd59b);
  border: 1px solid #cfaa50;
  border-radius: 8px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

body.gold-api-page .gold-api-endpoint {
  --api-accent: #c6932d;
  position: relative;
  margin: 0 0 14px;
  padding: 14px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #fbf5e8);
  border: 1px solid rgba(190, 146, 47, 0.55);
  border-left: 4px solid var(--api-accent);
  border-radius: 15px;
  box-shadow: 0 11px 26px rgba(86, 54, 4, 0.08), inset 0 1px rgba(255, 255, 255, 0.72);
}

body.gold-api-page .gold-api-endpoint--variant-1 {
  --api-accent: #a96c18;
}

body.gold-api-page .gold-api-endpoint--variant-2 {
  --api-accent: #d3af51;
}

body.gold-api-page .gold-api-endpoint--variant-3 {
  --api-accent: #8e6b2d;
}

body.gold-api-page .gold-api-endpoint__title {
  display: grid;
  margin: -1px 0 12px;
  padding: 0 0 11px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(187, 144, 45, 0.28);
}

body.gold-api-page .gold-api-endpoint__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #251703;
  background: linear-gradient(145deg, #f2d778, #b77716);
  border: 1px solid #a86c11;
  border-radius: 11px;
  box-shadow: 0 6px 14px rgba(119, 69, 4, 0.17), inset 0 1px rgba(255, 243, 191, 0.7);
  font-size: 12px;
}

body.gold-api-page .gold-api-endpoint__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-api-page .gold-api-endpoint__copy strong {
  color: #4b3207;
  font-size: 14px;
  font-weight: 880;
  line-height: 1.15;
}

body.gold-api-page .gold-api-endpoint__copy small {
  margin-top: 3px;
  color: #8a7a60;
  font-size: 8.5px;
  font-weight: 650;
}

body.gold-api-page .gold-api-endpoint__method {
  padding: 5px 8px;
  color: #684307;
  background: rgba(246, 225, 172, 0.65);
  border: 1px solid rgba(183, 130, 30, 0.4);
  border-radius: 8px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.055em;
}

body.gold-api-page .gold-api-table-wrap {
  width: 100%;
  margin: 0 0 11px;
  overflow: hidden;
  border: 1px solid rgba(194, 153, 60, 0.38);
  border-radius: 11px;
}

body.gold-api-page .gold-api-parameters {
  width: 100% !important;
  margin: 0 !important;
  table-layout: fixed;
  background: transparent !important;
  border: 0 !important;
  border-collapse: collapse;
  box-shadow: none !important;
}

body.gold-api-page .gold-api-parameters > thead > tr > th {
  padding: 9px 11px !important;
  color: #664508 !important;
  background: linear-gradient(135deg, #fff7df, #efdba9) !important;
  border: 0 !important;
  border-bottom: 1px solid #d0ad59 !important;
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.gold-api-page .gold-api-parameters > thead > tr > th:first-child {
  width: 37%;
}

body.gold-api-page .gold-api-parameters > tbody > tr > td {
  padding: 9px 11px !important;
  color: #5f5545;
  background: rgba(255, 254, 251, 0.82) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(209, 188, 142, 0.48) !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: 9.5px;
  vertical-align: middle;
}

body.gold-api-page .gold-api-parameters > tbody > tr:last-child > td {
  border-bottom: 0 !important;
}

body.gold-api-page .gold-api-parameter-name {
  width: 37%;
}

body.gold-api-page .gold-api-parameter-name code {
  display: inline-flex;
  max-width: 100%;
  padding: 4px 6px;
  overflow-wrap: anywhere;
  color: #7e5109;
  background: #fff4d3;
  border: 1px solid rgba(191, 139, 39, 0.32);
  border-radius: 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8.5px;
  font-weight: 800;
  white-space: normal;
}

body.gold-api-page .gold-api-code-block {
  margin-top: 2px;
  overflow: hidden;
  background: #11100d;
  border: 1px solid #7a5d24;
  border-radius: 12px;
  box-shadow: 0 9px 22px rgba(40, 27, 4, 0.14);
}

body.gold-api-page .gold-api-code-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  padding: 6px 8px 6px 11px;
  background: linear-gradient(135deg, #2a2419, #17140f);
  border-bottom: 1px solid #60491f;
}

body.gold-api-page .gold-api-code-label {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #eed88d;
  font-size: 9px;
  font-weight: 800;
}

body.gold-api-page .gold-api-code-label > i {
  margin-right: 7px;
  color: #d3a93e;
  font-size: 10px;
}

body.gold-api-page .gold-api-code-label small {
  margin-left: 7px;
  padding: 3px 5px;
  color: #d8be73;
  background: rgba(190, 143, 37, 0.16);
  border: 1px solid rgba(190, 143, 37, 0.3);
  border-radius: 5px;
  font-size: 7px;
  letter-spacing: 0.05em;
}

body.gold-api-page .gold-api-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  min-height: 28px;
  padding: 5px 8px;
  color: #dfcca0;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(211, 169, 62, 0.31);
  border-radius: 7px;
  font-size: 8px;
  font-weight: 800;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

body.gold-api-page .gold-api-copy i {
  margin-right: 5px;
  font-size: 8px;
}

body.gold-api-page .gold-api-copy:hover,
body.gold-api-page .gold-api-copy:focus,
body.gold-api-page .gold-api-copy.is-copied {
  color: #251704;
  background: linear-gradient(145deg, #efd36e, #b87917);
  border-color: #d5aa42;
  outline: none;
}

body.gold-api-page .gold-api-code {
  width: 100%;
  max-width: 100%;
  max-height: 390px;
  margin: 0 !important;
  padding: 13px 14px !important;
  overflow: auto;
  color: #e8dcbf !important;
  background:
    linear-gradient(rgba(216, 174, 71, 0.025) 1px, transparent 1px),
    #0c0b09 !important;
  background-size: 100% 23px !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9.5px;
  line-height: 1.5;
  white-space: pre;
  overscroll-behavior: contain;
}

body.gold-api-page .gold-api-example-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  margin-top: 12px;
  padding: 9px 12px;
  color: #392504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #a96f15;
  border-radius: 10px;
  box-shadow: 0 7px 16px rgba(134, 81, 5, 0.16);
  font-size: 10px;
  font-weight: 850;
}

body.gold-api-page .gold-api-example-link > i:first-child {
  margin-right: 7px;
  font-size: 15px;
}

body.gold-api-page .gold-api-example-link__arrow {
  margin-left: auto;
  font-size: 8px;
}

body.gold-dark.gold-api-page .gold-main {
  background:
    radial-gradient(circle at 88% 5%, rgba(220, 175, 56, 0.12), transparent 27rem),
    radial-gradient(circle at 4% 74%, rgba(120, 80, 17, 0.1), transparent 30rem),
    linear-gradient(145deg, #100c07, #050403 58%, #0e0a05);
}

body.gold-dark.gold-api-page .gold-api-shell,
body.gold-dark.gold-api-page .gold-api-endpoint {
  background: linear-gradient(145deg, #1d170f, #0b0906 74%, #151008);
  border-color: #76591e;
  border-left-color: var(--api-accent, #76591e);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-dark.gold-api-page .gold-api-hero {
  background:
    radial-gradient(circle at 92% 12%, rgba(222, 174, 52, 0.13), transparent 10rem),
    linear-gradient(145deg, #2a2113, #151009);
  border-color: #74571f;
}

body.gold-dark.gold-api-page .gold-api-hero__title,
body.gold-dark.gold-api-page .gold-api-endpoint__copy strong {
  color: #f0d37a;
}

body.gold-dark.gold-api-page .gold-api-hero__subtitle,
body.gold-dark.gold-api-page .gold-api-endpoint__copy small {
  color: #ad9e83;
}

body.gold-dark.gold-api-page .gold-api-hero__version,
body.gold-dark.gold-api-page .gold-api-endpoint__method {
  color: #e3c875;
  background: rgba(111, 78, 20, 0.2);
  border-color: rgba(187, 139, 38, 0.4);
}

body.gold-dark.gold-api-page .gold-api-overview-card {
  background: linear-gradient(145deg, #1c170f, #0d0b07);
  border-color: #67501f;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

body.gold-dark.gold-api-page .gold-api-overview-row > td {
  color: #c6baa4;
  border-bottom-color: rgba(133, 101, 38, 0.35) !important;
}

body.gold-dark.gold-api-page .gold-api-overview-label {
  color: #e0c575 !important;
}

body.gold-dark.gold-api-page .gold-api-value-pill {
  color: #e4ca7b;
  background: rgba(107, 75, 18, 0.24);
  border-color: #6d5220;
}

body.gold-dark.gold-api-page .gold-api-table-wrap {
  border-color: rgba(128, 96, 33, 0.48);
}

body.gold-dark.gold-api-page .gold-api-parameters > thead > tr > th {
  color: #e7cc7c !important;
  background: linear-gradient(135deg, #2a2113, #17120b) !important;
  border-bottom-color: #71551f !important;
}

body.gold-dark.gold-api-page .gold-api-parameters > tbody > tr > td {
  color: #c7baa4;
  background: rgba(17, 14, 9, 0.78) !important;
  border-bottom-color: rgba(111, 84, 33, 0.34) !important;
}

body.gold-dark.gold-api-page .gold-api-parameter-name code {
  color: #ddbd68;
  background: rgba(108, 76, 18, 0.2);
  border-color: rgba(159, 116, 29, 0.36);
}

@media (max-width: 767px) {
  body.gold-api-page .gold-main > .container {
    width: 100%;
    padding: 12px 9px 102px;
  }

  body.gold-api-page .gold-api-column {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body.gold-api-page .gold-api-shell {
    width: 100% !important;
    margin: 0;
    padding: 11px;
    border-radius: 15px;
  }

  body.gold-api-page .gold-api-hero {
    min-height: 72px;
    margin-bottom: 11px;
    padding: 11px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 9px;
    border-radius: 12px;
  }

  body.gold-api-page .gold-api-hero__icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 14px;
  }

  body.gold-api-page .gold-api-hero__title {
    font-size: 16px;
  }

  body.gold-api-page .gold-api-hero__subtitle {
    font-size: 8.5px;
    line-height: 1.35;
  }

  body.gold-api-page .gold-api-hero__version {
    padding: 5px 7px;
    font-size: 7.5px;
  }

  body.gold-api-page .gold-api-overview-card {
    margin-bottom: 11px;
    padding: 4px;
    border-radius: 11px;
  }

  body.gold-api-page .gold-api-overview-row > td {
    padding: 8px 7px !important;
    font-size: 9px;
  }

  body.gold-api-page .gold-api-overview-label {
    width: 36%;
  }

  body.gold-api-page .gold-api-overview-label i {
    width: 17px;
    margin-right: 4px;
    font-size: 8px;
  }

  body.gold-api-page .gold-api-value-pill {
    padding: 4px 6px;
    font-size: 7.5px;
  }

  body.gold-api-page .gold-api-endpoint {
    margin-bottom: 10px;
    padding: 10px;
    border-left-width: 3px;
    border-radius: 12px;
  }

  body.gold-api-page .gold-api-endpoint__title {
    margin-bottom: 9px;
    padding-bottom: 9px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 8px;
  }

  body.gold-api-page .gold-api-endpoint__icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    font-size: 10px;
  }

  body.gold-api-page .gold-api-endpoint__copy strong {
    font-size: 11.5px;
  }

  body.gold-api-page .gold-api-endpoint__copy small {
    font-size: 7.5px;
  }

  body.gold-api-page .gold-api-endpoint__method {
    padding: 4px 6px;
    font-size: 7px;
  }

  body.gold-api-page .gold-api-table-wrap {
    margin-bottom: 8px;
    border-radius: 9px;
  }

  body.gold-api-page .gold-api-parameters > thead > tr > th,
  body.gold-api-page .gold-api-parameters > tbody > tr > td {
    padding: 7px !important;
    font-size: 8.5px;
  }

  body.gold-api-page .gold-api-parameters > thead > tr > th:first-child,
  body.gold-api-page .gold-api-parameter-name {
    width: 39%;
  }

  body.gold-api-page .gold-api-parameter-name code {
    padding: 3px 5px;
    font-size: 7.5px;
  }

  body.gold-api-page .gold-api-code-head {
    min-height: 37px;
    padding: 5px 6px 5px 9px;
  }

  body.gold-api-page .gold-api-code-label {
    font-size: 8px;
  }

  body.gold-api-page .gold-api-copy {
    min-width: 58px;
    min-height: 26px;
    padding: 4px 7px;
    font-size: 7.5px;
  }

  body.gold-api-page .gold-api-code {
    max-height: 320px;
    padding: 11px !important;
    font-size: 8.5px;
    line-height: 1.45;
  }

  body.gold-api-page .gold-api-example-link {
    min-height: 39px;
    font-size: 9px;
  }
}

/* Mass order page only: bulk order composer and safe clear flow. */
body.gold-massorder-page .gold-main {
  min-height: calc(100vh - 64px);
  background:
    radial-gradient(circle at 90% 5%, rgba(220, 176, 58, 0.17), transparent 25rem),
    radial-gradient(circle at 5% 82%, rgba(188, 132, 30, 0.08), transparent 29rem),
    linear-gradient(145deg, #fffdf8, #f7eed8 58%, #fffbf2);
}

body.gold-massorder-page .gold-main > .container {
  width: 100%;
  max-width: 1040px;
}

body.gold-massorder-page .gold-main > .container > .row {
  margin: 0;
}

body.gold-massorder-page .gold-massorder-column {
  float: none;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
}

body.gold-massorder-page .gold-massorder-panel {
  width: 100%;
  margin: 0;
  padding: 20px;
  overflow: visible;
  background: linear-gradient(145deg, #fffefa, #fbf5e7 72%, #f5e7c7);
  border: 1px solid #c9a54f;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(83, 53, 5, 0.12), inset 0 1px rgba(255, 255, 255, 0.8);
}

body.gold-massorder-page .gold-massorder-head {
  display: grid;
  margin: -2px 0 16px;
  padding: 0 0 15px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid rgba(191, 150, 57, 0.34);
}

body.gold-massorder-page .gold-massorder-head__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #251703;
  background: linear-gradient(145deg, #f4d97b, #b87918);
  border: 1px solid #aa6e12;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(124, 74, 5, 0.2), inset 0 1px rgba(255, 244, 193, 0.72);
  font-size: 15px;
}

body.gold-massorder-page .gold-massorder-head__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-massorder-page .gold-massorder-head__title-row {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
}

body.gold-massorder-page .gold-massorder-head__title-row > strong {
  overflow: hidden;
  color: #543705;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-massorder-page .gold-massorder-head__copy > small {
  margin-top: 4px;
  color: #82745d;
  font-size: 9.5px;
  font-weight: 650;
}

body.gold-massorder-page .gold-massorder-count {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 4px 7px;
  color: #77500c;
  background: #fff7dd;
  border: 1px solid rgba(183, 132, 35, 0.42);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 850;
  white-space: nowrap;
}

body.gold-massorder-page .gold-massorder-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 10px;
  color: #b4252b;
  background: rgba(255, 242, 239, 0.8);
  border: 1px solid rgba(187, 49, 55, 0.42);
  border-radius: 9px;
  font-size: 9px;
  font-weight: 850;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

body.gold-massorder-page .gold-massorder-clear i {
  margin-right: 6px;
  font-size: 9px;
}

body.gold-massorder-page .gold-massorder-clear:hover,
body.gold-massorder-page .gold-massorder-clear:focus {
  color: #fff;
  background: linear-gradient(135deg, #c23b40, #8d171d);
  border-color: #84161b;
  outline: none;
  transform: translateY(-1px);
}

body.gold-massorder-page .gold-massorder-clear:disabled {
  color: #a99e8c;
  background: #f3eee4;
  border-color: #d9cfbd;
  cursor: not-allowed;
  opacity: 0.66;
  transform: none;
}

body.gold-massorder-page .gold-massorder-form,
body.gold-massorder-page .gold-massorder-field {
  margin: 0;
}

body.gold-massorder-page .gold-mass-builder {
  margin: 0 0 14px;
  padding: 13px;
  background:
    radial-gradient(circle at 92% 8%, rgba(222, 178, 58, 0.16), transparent 9rem),
    linear-gradient(145deg, #fff9e8, #f4e3ba);
  border: 1px solid #d0ae5b;
  border-radius: 14px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

body.gold-massorder-page .gold-mass-builder__head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 11px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(188, 143, 44, 0.3);
}

body.gold-massorder-page .gold-mass-builder__head-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  color: #281903;
  background: linear-gradient(145deg, #f2d674, #b77717);
  border: 1px solid #a96d11;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(119, 69, 4, 0.17), inset 0 1px rgba(255, 243, 191, 0.7);
  font-size: 11px;
}

body.gold-massorder-page .gold-mass-builder__head-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-massorder-page .gold-mass-builder__head-copy strong {
  color: #523605;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

body.gold-massorder-page .gold-mass-builder__head-copy small {
  margin-top: 3px;
  color: #827258;
  font-size: 8.5px;
  font-weight: 650;
}

body.gold-massorder-page .gold-mass-builder__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.gold-massorder-page .gold-mass-builder__field {
  min-width: 0;
}

body.gold-massorder-page .gold-mass-builder__field--link {
  grid-column: 1 / -1;
}

body.gold-massorder-page .gold-mass-builder__field > label {
  display: block;
  margin: 0 0 6px;
  color: #49371b;
  font-size: 9.5px;
  font-weight: 850;
}

body.gold-massorder-page .gold-mass-builder__input-wrap {
  position: relative;
  display: block;
  width: 100%;
}

body.gold-massorder-page .gold-mass-builder__field-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 12px;
  color: #ad781b;
  font-size: 10px;
  pointer-events: none;
  transform: translateY(-50%);
}

body.gold-massorder-page .gold-mass-builder__input {
  width: 100%;
  min-height: 44px;
  padding: 9px 11px 9px 36px;
  color: #322a1e;
  background: rgba(255, 254, 250, 0.9);
  border: 1px solid #ccb278;
  border-radius: 10px;
  box-shadow: inset 0 1px 3px rgba(82, 54, 6, 0.045);
  font-size: 10.5px;
  font-weight: 650;
  transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

body.gold-massorder-page .gold-mass-builder__input:hover {
  border-color: #bc8d31;
}

body.gold-massorder-page .gold-mass-builder__input:focus {
  background: #fff;
  border-color: #b87919;
  box-shadow: 0 0 0 3px rgba(195, 141, 35, 0.13), inset 0 1px 3px rgba(82, 54, 6, 0.04);
  outline: none;
}

body.gold-massorder-page .gold-mass-builder__input::placeholder {
  color: #a99f8e;
  opacity: 1;
}

body.gold-massorder-page .gold-mass-builder__add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin-top: 11px;
  padding: 9px 13px;
  color: #241704;
  background: linear-gradient(135deg, #efd172, #b97918);
  border: 1px solid #a96c11;
  border-radius: 10px;
  box-shadow: 0 8px 17px rgba(123, 72, 4, 0.16);
  font-size: 10.5px;
  font-weight: 900;
  transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

body.gold-massorder-page .gold-mass-builder__add i {
  margin-right: 7px;
  font-size: 10px;
}

body.gold-massorder-page .gold-mass-builder__add:hover,
body.gold-massorder-page .gold-mass-builder__add:focus {
  color: #170e01;
  background: linear-gradient(135deg, #f6dc85, #c8881c);
  border-color: #9d620c;
  box-shadow: 0 10px 21px rgba(123, 72, 4, 0.22);
  outline: none;
  transform: translateY(-1px);
}

body.gold-massorder-page .gold-mass-builder__feedback {
  display: none;
  min-height: 34px;
  margin-top: 9px;
  padding: 8px 10px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 8.5px;
  font-weight: 750;
}

body.gold-massorder-page .gold-mass-builder__feedback.is-error,
body.gold-massorder-page .gold-mass-builder__feedback.is-success {
  display: flex;
}

body.gold-massorder-page .gold-mass-builder__feedback i {
  margin-right: 7px;
  font-size: 10px;
}

body.gold-massorder-page .gold-mass-builder__feedback.is-error {
  color: #a41f25;
  background: rgba(255, 235, 232, 0.86);
  border-color: rgba(182, 49, 55, 0.38);
}

body.gold-massorder-page .gold-mass-builder__feedback.is-success {
  color: #286542;
  background: rgba(232, 247, 236, 0.88);
  border-color: rgba(67, 137, 87, 0.34);
}

body.gold-massorder-page .gold-massorder-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

body.gold-massorder-page .gold-massorder-textarea {
  width: 100%;
  min-height: 370px;
  padding: 15px;
  resize: vertical;
  color: #352c20;
  background:
    linear-gradient(rgba(190, 145, 45, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, #fffefa, #fbf8f0);
  background-size: 100% 28px, auto;
  border: 1px solid #c9ae6c;
  border-radius: 13px;
  box-shadow: inset 0 2px 5px rgba(85, 55, 5, 0.045);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  line-height: 1.55;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body.gold-massorder-page .gold-massorder-textarea:hover {
  border-color: #b9882c;
}

body.gold-massorder-page .gold-massorder-textarea:focus {
  background-color: #fff;
  border-color: #b77b1c;
  box-shadow: 0 0 0 3px rgba(196, 143, 38, 0.14), inset 0 2px 5px rgba(85, 55, 5, 0.04);
  outline: none;
}

body.gold-massorder-page .gold-massorder-textarea::placeholder {
  color: #a49a88;
  opacity: 1;
}

body.gold-massorder-page .gold-massorder-format {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 10px 0 13px;
  padding: 9px 10px;
  color: #675b48;
  background: rgba(255, 249, 231, 0.82);
  border: 1px solid rgba(194, 150, 51, 0.36);
  border-radius: 10px;
}

body.gold-massorder-page .gold-massorder-format__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  color: #2b1b03;
  background: linear-gradient(145deg, #efd473, #b77717);
  border: 1px solid #ad7112;
  border-radius: 8px;
  font-size: 9px;
}

body.gold-massorder-page .gold-massorder-format__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-massorder-page .gold-massorder-format__copy > span {
  display: flex;
  align-items: center;
  min-width: 0;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 9.5px;
}

body.gold-massorder-page .gold-massorder-format__copy strong {
  color: #60420d;
  font-weight: 850;
}

body.gold-massorder-page .gold-massorder-format__copy code {
  padding: 3px 6px;
  color: #71500f;
  background: #fff;
  border: 1px solid rgba(184, 133, 34, 0.3);
  border-radius: 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8.5px;
  font-weight: 750;
  white-space: normal;
}

body.gold-massorder-page .gold-massorder-format__copy small {
  margin-top: 3px;
  color: #8b7e68;
  font-size: 8px;
  font-weight: 650;
}

body.gold-massorder-page .gold-massorder-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 10px 15px;
  color: #241704;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #a96f15;
  border-radius: 11px;
  box-shadow: 0 9px 20px rgba(134, 81, 5, 0.18);
  font-size: 11px;
  font-weight: 900;
  transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

body.gold-massorder-page .gold-massorder-submit i {
  margin-right: 7px;
  font-size: 10px;
}

body.gold-massorder-page .gold-massorder-submit:hover,
body.gold-massorder-page .gold-massorder-submit:focus {
  color: #160d01;
  background: linear-gradient(135deg, #f8df8d, #c98b21);
  border-color: #a76a10;
  box-shadow: 0 11px 24px rgba(135, 82, 5, 0.24);
  outline: none;
  transform: translateY(-1px);
}

body.gold-clear-dialog-open {
  overflow: hidden;
}

.gold-clear-modal {
  position: fixed;
  z-index: 5000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.gold-clear-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.gold-clear-modal__backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(15, 10, 3, 0.62);
  border: 0;
  backdrop-filter: blur(5px);
}

.gold-clear-dialog {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  padding: 19px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 8%, rgba(219, 174, 55, 0.17), transparent 10rem),
    linear-gradient(145deg, #fffefa, #f5e8c9);
  border: 1px solid #b98a2d;
  border-radius: 17px;
  box-shadow: 0 28px 70px rgba(21, 13, 2, 0.38), inset 0 1px rgba(255, 255, 255, 0.78);
  opacity: 0;
  transform: translateY(16px) scale(0.97);
  transition: opacity 0.22s ease, transform 0.26s cubic-bezier(0.22, 1, 0.36, 1);
}

.gold-clear-modal.is-open .gold-clear-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gold-clear-stage {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.gold-clear-stage[hidden] {
  display: none !important;
}

.gold-clear-stage__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 10px;
  color: #302004;
  background: linear-gradient(145deg, #f5dc80, #bd801c);
  border: 1px solid #ad7012;
  border-radius: 15px;
  box-shadow: 0 10px 22px rgba(125, 75, 4, 0.21), inset 0 1px rgba(255, 245, 196, 0.7);
  font-size: 18px;
}

.gold-clear-stage__icon--danger {
  color: #fff;
  background: linear-gradient(145deg, #d55459, #8d171d);
  border-color: #7f1419;
  box-shadow: 0 10px 22px rgba(126, 24, 29, 0.24), inset 0 1px rgba(255, 218, 220, 0.24);
}

.gold-clear-stage__step {
  display: inline-flex;
  margin-bottom: 7px;
  padding: 4px 7px;
  color: #7b520d;
  background: rgba(255, 244, 210, 0.72);
  border: 1px solid rgba(185, 133, 34, 0.38);
  border-radius: 999px;
  font-size: 7.5px;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.gold-clear-stage__step--danger {
  color: #a21f25;
  background: rgba(255, 234, 232, 0.78);
  border-color: rgba(184, 47, 53, 0.38);
}

.gold-clear-stage h3 {
  margin: 0;
  color: #543705;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.gold-clear-stage p {
  max-width: 330px;
  margin: 9px auto 17px;
  color: #766851;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.55;
}

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

.gold-clear-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 11px;
  border-radius: 9px;
  font-size: 9.5px;
  font-weight: 850;
}

.gold-clear-button i {
  font-size: 8px;
}

.gold-clear-button--continue i,
.gold-clear-button--confirm i {
  margin-left: 6px;
}

.gold-clear-button--back i {
  margin-right: 6px;
}

.gold-clear-button--cancel,
.gold-clear-button--back {
  color: #695d49;
  background: rgba(255, 254, 249, 0.8);
  border: 1px solid #cdbb91;
}

.gold-clear-button--continue {
  color: #241704;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #a96f15;
}

.gold-clear-button--confirm {
  color: #fff;
  background: linear-gradient(135deg, #c94046, #8c171c);
  border: 1px solid #791217;
  box-shadow: 0 7px 16px rgba(120, 22, 27, 0.2);
}

.gold-clear-button:hover,
.gold-clear-button:focus {
  filter: brightness(1.05);
  outline: none;
}

body.gold-dark.gold-massorder-page .gold-main {
  background:
    radial-gradient(circle at 90% 5%, rgba(222, 177, 57, 0.12), transparent 25rem),
    radial-gradient(circle at 5% 82%, rgba(124, 82, 17, 0.1), transparent 29rem),
    linear-gradient(145deg, #100c07, #050403 58%, #0e0a05);
}

body.gold-dark.gold-massorder-page .gold-massorder-panel {
  background: linear-gradient(145deg, #1d170f, #0b0906 72%, #151008);
  border-color: #76591e;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-dark.gold-massorder-page .gold-mass-builder {
  background:
    radial-gradient(circle at 92% 8%, rgba(221, 172, 50, 0.12), transparent 9rem),
    linear-gradient(145deg, #2a2113, #151009);
  border-color: #72551e;
  box-shadow: inset 0 1px rgba(255, 225, 138, 0.04);
}

body.gold-dark.gold-massorder-page .gold-mass-builder__head {
  border-bottom-color: rgba(151, 111, 31, 0.4);
}

body.gold-dark.gold-massorder-page .gold-mass-builder__head-copy strong,
body.gold-dark.gold-massorder-page .gold-mass-builder__field > label {
  color: #e9ce7b;
}

body.gold-dark.gold-massorder-page .gold-mass-builder__head-copy small {
  color: #aa9b81;
}

body.gold-dark.gold-massorder-page .gold-mass-builder__input {
  color: #e6dac4;
  background: linear-gradient(145deg, #17130d, #090705);
  border-color: #654d20;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.28);
}

body.gold-dark.gold-massorder-page .gold-mass-builder__input:focus {
  background: #090704;
  border-color: #b78927;
  box-shadow: 0 0 0 3px rgba(196, 143, 38, 0.13), inset 0 1px 3px rgba(0, 0, 0, 0.28);
}

body.gold-dark.gold-massorder-page .gold-mass-builder__input::placeholder {
  color: #746b5e;
}

body.gold-dark.gold-massorder-page .gold-mass-builder__feedback.is-error {
  color: #ff797e;
  background: rgba(132, 29, 35, 0.2);
  border-color: rgba(201, 69, 75, 0.42);
}

body.gold-dark.gold-massorder-page .gold-mass-builder__feedback.is-success {
  color: #8fd1a3;
  background: rgba(41, 105, 60, 0.19);
  border-color: rgba(83, 150, 102, 0.34);
}

body.gold-dark.gold-massorder-page .gold-massorder-head__title-row > strong {
  color: #f0d279;
}

body.gold-dark.gold-massorder-page .gold-massorder-head__copy > small,
body.gold-dark.gold-massorder-page .gold-massorder-format__copy small {
  color: #aa9b82;
}

body.gold-dark.gold-massorder-page .gold-massorder-count {
  color: #e3c675;
  background: rgba(105, 74, 18, 0.22);
  border-color: #6e5220;
}

body.gold-dark.gold-massorder-page .gold-massorder-clear {
  color: #ff797e;
  background: rgba(129, 28, 34, 0.18);
  border-color: rgba(199, 70, 76, 0.42);
}

body.gold-dark.gold-massorder-page .gold-massorder-clear:disabled {
  color: #776f63;
  background: #17130e;
  border-color: #3f3526;
}

body.gold-dark.gold-massorder-page .gold-massorder-textarea {
  color: #e6dbc6;
  background:
    linear-gradient(rgba(206, 159, 54, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, #17130d, #080705);
  background-size: 100% 28px, auto;
  border-color: #664d20;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.28);
}

body.gold-dark.gold-massorder-page .gold-massorder-textarea:focus {
  background-color: #090704;
  border-color: #b88928;
  box-shadow: 0 0 0 3px rgba(196, 143, 38, 0.13), inset 0 2px 6px rgba(0, 0, 0, 0.26);
}

body.gold-dark.gold-massorder-page .gold-massorder-format {
  color: #bdaf96;
  background: rgba(99, 71, 20, 0.15);
  border-color: rgba(148, 108, 30, 0.38);
}

body.gold-dark.gold-massorder-page .gold-massorder-format__copy strong {
  color: #dfc574;
}

body.gold-dark.gold-massorder-page .gold-massorder-format__copy code {
  color: #d7ba69;
  background: #14100a;
  border-color: rgba(147, 107, 29, 0.4);
}

body.gold-dark .gold-clear-dialog {
  background:
    radial-gradient(circle at 90% 8%, rgba(220, 173, 51, 0.12), transparent 10rem),
    linear-gradient(145deg, #211a10, #090705);
  border-color: #76581e;
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.64), inset 0 1px rgba(255, 223, 130, 0.04);
}

body.gold-dark .gold-clear-stage h3 {
  color: #efd178;
}

body.gold-dark .gold-clear-stage p {
  color: #aa9c84;
}

body.gold-dark .gold-clear-button--cancel,
body.gold-dark .gold-clear-button--back {
  color: #c4b69e;
  background: #17130d;
  border-color: #5a4725;
}

@media (max-width: 767px) {
  body.gold-massorder-page .gold-main > .container {
    width: 100%;
    padding: 12px 10px 102px;
  }

  body.gold-massorder-page .gold-massorder-column {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body.gold-massorder-page .gold-massorder-panel {
    width: 100%;
    margin: 0;
    padding: 13px 12px;
    border-radius: 15px;
  }

  body.gold-massorder-page .gold-massorder-head {
    margin: 0 0 12px;
    padding: 0 0 12px;
    grid-template-columns: 39px minmax(0, 1fr) auto;
    gap: 9px;
  }

  body.gold-massorder-page .gold-massorder-head__icon {
    width: 39px;
    height: 39px;
    border-radius: 10px;
    font-size: 12px;
  }

  body.gold-massorder-page .gold-massorder-head__title-row {
    gap: 6px;
  }

  body.gold-massorder-page .gold-massorder-head__title-row > strong {
    font-size: 14px;
  }

  body.gold-massorder-page .gold-massorder-head__copy > small {
    font-size: 8px;
  }

  body.gold-massorder-page .gold-massorder-count {
    padding: 3px 5px;
    font-size: 7px;
  }

  body.gold-massorder-page .gold-massorder-clear {
    min-height: 34px;
    padding: 6px 8px;
    font-size: 8px;
  }

  body.gold-massorder-page .gold-massorder-clear i {
    margin-right: 4px;
    font-size: 8px;
  }

  body.gold-massorder-page .gold-massorder-textarea {
    min-height: 360px;
    padding: 12px;
    border-radius: 11px;
    font-size: 10px;
  }

  body.gold-massorder-page .gold-mass-builder {
    margin-bottom: 11px;
    padding: 10px;
    border-radius: 12px;
  }

  body.gold-massorder-page .gold-mass-builder__head {
    margin-bottom: 9px;
    padding-bottom: 9px;
  }

  body.gold-massorder-page .gold-mass-builder__head-icon {
    width: 31px;
    height: 31px;
    border-radius: 9px;
    font-size: 10px;
  }

  body.gold-massorder-page .gold-mass-builder__head-copy strong {
    font-size: 11.5px;
  }

  body.gold-massorder-page .gold-mass-builder__head-copy small {
    font-size: 7.5px;
  }

  body.gold-massorder-page .gold-mass-builder__grid {
    gap: 8px;
  }

  body.gold-massorder-page .gold-mass-builder__field > label {
    margin-bottom: 5px;
    font-size: 8.5px;
  }

  body.gold-massorder-page .gold-mass-builder__input {
    min-height: 41px;
    padding: 8px 9px 8px 33px;
    border-radius: 9px;
    font-size: 9.5px;
  }

  body.gold-massorder-page .gold-mass-builder__field-icon {
    left: 11px;
    font-size: 9px;
  }

  body.gold-massorder-page .gold-mass-builder__add {
    min-height: 40px;
    margin-top: 9px;
    font-size: 9.5px;
  }

  body.gold-massorder-page .gold-massorder-format {
    align-items: flex-start;
    margin: 9px 0 11px;
    padding: 8px;
    gap: 8px;
  }

  body.gold-massorder-page .gold-massorder-format__copy > span {
    font-size: 8.5px;
  }

  body.gold-massorder-page .gold-massorder-format__copy code {
    font-size: 7.5px;
  }

  body.gold-massorder-page .gold-massorder-submit {
    min-height: 43px;
    font-size: 10px;
  }

  .gold-clear-modal {
    padding: 12px;
  }

  .gold-clear-dialog {
    padding: 16px 14px;
    border-radius: 15px;
  }

  .gold-clear-stage__icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    font-size: 15px;
  }

  .gold-clear-stage h3 {
    font-size: 17px;
  }

  .gold-clear-stage p {
    margin-bottom: 14px;
    font-size: 9px;
  }

  .gold-clear-button {
    min-height: 38px;
    font-size: 8.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-clear-modal,
  .gold-clear-dialog {
    transition: none;
  }
}

/* Account page only: premium profile and security settings. */
body.gold-account-page .gold-main {
  min-height: calc(100vh - 64px);
  background:
    radial-gradient(circle at 90% 4%, rgba(219, 175, 60, 0.17), transparent 24rem),
    radial-gradient(circle at 7% 82%, rgba(181, 126, 29, 0.09), transparent 29rem),
    linear-gradient(145deg, #fffdf8, #f7eed8 58%, #fffbf2);
}

body.gold-account-page .gold-main > .container {
  width: 100%;
  max-width: 1210px;
}

body.gold-account-page .gold-account-column {
  float: none;
  display: grid;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.gold-account-page .gold-account-tabs {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  grid-column: 1 / -1;
  gap: 6px;
  margin: 0;
  padding: 6px;
  background: linear-gradient(145deg, rgba(255, 254, 249, 0.98), rgba(247, 236, 208, 0.96));
  border: 1px solid #cdae62;
  border-radius: 13px;
  box-shadow: 0 10px 23px rgba(91, 58, 4, 0.1);
}

body.gold-account-page .gold-account-tabs > li {
  float: none;
  margin: 0;
}

body.gold-account-page .gold-account-tabs > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  color: #6d604c;
  background: rgba(255, 254, 249, 0.72);
  border: 1px solid rgba(195, 158, 73, 0.3);
  border-radius: 9px;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

body.gold-account-page .gold-account-tab__icon {
  margin-right: 7px;
  color: #ae7b20;
  font-size: 10px;
}

body.gold-account-page .gold-account-tabs > li > a:hover,
body.gold-account-page .gold-account-tabs > li > a:focus {
  color: #382607;
  background: #fff8e7;
  border-color: #c18e2d;
}

body.gold-account-page .gold-account-tabs > li.active > a,
body.gold-account-page .gold-account-tabs > li.active > a:hover,
body.gold-account-page .gold-account-tabs > li.active > a:focus {
  color: #211504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border-color: #a96f15;
  box-shadow: 0 7px 16px rgba(143, 88, 7, 0.2), inset 0 1px rgba(255, 242, 184, 0.72);
}

body.gold-account-page .gold-account-tabs > li.active .gold-account-tab__icon {
  color: #2d1c03;
}

body.gold-account-page .gold-account-panel {
  align-self: start;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #fbf5e7 72%, #f5e7c7);
  border: 1px solid #c9a54f;
  border-radius: 17px;
  box-shadow: 0 17px 36px rgba(87, 56, 6, 0.11), inset 0 1px rgba(255, 255, 255, 0.78);
}

body.gold-account-page .gold-account-api {
  grid-column: 1 / -1;
}

body.gold-account-page .gold-account-panel-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -2px 0 16px;
  padding: 0 0 15px;
}

body.gold-account-page .gold-account-panel-title .gold-card-title__icon {
  flex: 0 0 auto;
  margin: 0;
}

body.gold-account-page .gold-account-panel-title__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #5d3e07;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.15;
}

body.gold-account-page .gold-account-panel-title__copy small {
  margin-top: 4px;
  color: #82745e;
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0;
}

body.gold-account-page .gold-account-profile-summary {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 17px;
  padding: 11px;
  background:
    radial-gradient(circle at 92% 10%, rgba(224, 180, 66, 0.2), transparent 7rem),
    linear-gradient(145deg, #fff9e8, #f5e4b8);
  border: 1px solid #d3b568;
  border-radius: 13px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

body.gold-account-page .gold-account-profile-summary__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  color: #211504;
  background: linear-gradient(145deg, #f6dc83, #b97917);
  border: 1px solid #a96d12;
  border-radius: 13px;
  box-shadow: 0 8px 17px rgba(127, 77, 5, 0.2), inset 0 1px rgba(255, 242, 183, 0.75);
  font-size: 16px;
  font-weight: 900;
}

body.gold-account-page .gold-account-profile-summary__copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
}

body.gold-account-page .gold-account-profile-summary__copy strong,
body.gold-account-page .gold-account-profile-summary__copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-account-page .gold-account-profile-summary__copy strong {
  color: #3c2806;
  font-size: 13px;
  font-weight: 850;
}

body.gold-account-page .gold-account-profile-summary__copy small {
  margin-top: 3px;
  color: #806f52;
  font-size: 10px;
  font-weight: 650;
}

body.gold-account-page .gold-account-profile-summary__badge {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 5px 8px;
  color: #326442;
  background: rgba(229, 247, 234, 0.82);
  border: 1px solid rgba(91, 154, 109, 0.42);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
}

body.gold-account-page .gold-account-profile-summary__badge i {
  margin-right: 4px;
  font-size: 8px;
}

body.gold-account-page .gold-account-field {
  margin-bottom: 15px;
}

body.gold-account-page .gold-account-field > label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 7px;
  color: #47371f;
  font-size: 11.5px;
  font-weight: 800;
}

body.gold-account-page .gold-account-input-wrap {
  position: relative;
  display: block;
  width: 100%;
}

body.gold-account-page .gold-account-field__icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 12px;
  color: #aa7920;
  font-size: 11px;
  pointer-events: none;
  transform: translateY(-50%);
}

body.gold-account-page .gold-account-input-wrap > .form-control {
  width: 100%;
  min-height: 46px;
  padding: 10px 13px 10px 38px;
  color: #31291e;
  background: linear-gradient(145deg, #fffefa, #fbf7ee);
  border: 1px solid #d4c29a;
  border-radius: 11px;
  box-shadow: inset 0 1px 2px rgba(82, 55, 7, 0.04);
  font-size: 12px;
}

body.gold-account-page .gold-account-input-wrap > .form-control:hover {
  border-color: #c29a42;
}

body.gold-account-page .gold-account-input-wrap > .form-control:focus {
  background: #fff;
  border-color: #be8928;
  box-shadow: 0 0 0 3px rgba(196, 143, 38, 0.14);
}

body.gold-account-page .gold-account-input-wrap > .form-control[readonly],
body.gold-account-page .gold-account-input-wrap > .form-control[disabled] {
  color: #6d6251;
  background: linear-gradient(145deg, #f5efdf, #eee4ce);
  border-color: #d1bd91;
}

body.gold-account-page .gold-account-input-wrap > select.form-control {
  padding-right: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-account-page .gold-account-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 41px;
  padding: 9px 15px;
  color: #211504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #a96f15;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(135, 82, 5, 0.18);
  font-size: 11px;
  font-weight: 850;
}

body.gold-account-page .gold-account-action:hover,
body.gold-account-page .gold-account-action:focus {
  color: #160d01;
  background: linear-gradient(135deg, #f8df8d, #c98b21);
  border-color: #a76a10;
  box-shadow: 0 10px 21px rgba(135, 82, 5, 0.24);
}

body.gold-account-page .gold-account-password form,
body.gold-account-page .gold-account-timezone form,
body.gold-account-page .gold-account-api form {
  margin: 0;
}

body.gold-account-page .gold-account-2fa > label.control-label {
  display: none;
}

body.gold-account-page .gold-account-2fa form > p {
  position: relative;
  min-height: 54px;
  margin: 0 0 14px;
  padding: 11px 11px 11px 45px;
  color: #685b47;
  background: rgba(244, 228, 188, 0.48);
  border: 1px solid rgba(194, 152, 57, 0.32);
  border-radius: 11px;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.5;
}

body.gold-account-page .gold-account-2fa form > p::before {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #694507;
  background: linear-gradient(145deg, #f4d97d, #c48720);
  border-radius: 8px;
  content: '\f3ed';
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free', FontAwesome;
  font-size: 10px;
  font-weight: 900;
}

body.gold-account-page .gold-account-api .form-group {
  margin-bottom: 10px;
}

body.gold-account-page .gold-account-api .form-group > label:only-child {
  display: none;
}

body.gold-account-page .gold-account-modal .modal-dialog {
  max-width: 520px;
}

body.gold-account-page .gold-account-modal .modal-content {
  overflow: hidden;
  border: 1px solid #9f7929;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(31, 20, 3, 0.32);
}

body.gold-account-page .gold-account-modal .modal-header {
  background: linear-gradient(135deg, #fff8e5, #f0ddaa) !important;
}

body.gold-account-page .gold-account-modal .modal-title {
  color: #5e3d06;
  font-weight: 850;
}

body.gold-dark.gold-account-page .gold-main {
  background:
    radial-gradient(circle at 90% 4%, rgba(223, 179, 65, 0.13), transparent 24rem),
    radial-gradient(circle at 7% 80%, rgba(133, 87, 18, 0.11), transparent 28rem),
    linear-gradient(145deg, #100c07, #050403 58%, #0e0a05);
}

body.gold-dark.gold-account-page .gold-account-tabs,
body.gold-dark.gold-account-page .gold-account-panel {
  background: linear-gradient(145deg, #1d170f, #0b0906 72%, #151008);
  border-color: #76591e;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-dark.gold-account-page .gold-account-tabs > li > a {
  color: #b9ad97;
  background: linear-gradient(145deg, #211a10, #100d08);
  border-color: rgba(152, 111, 31, 0.42);
}

body.gold-dark.gold-account-page .gold-account-tabs > li > a:hover,
body.gold-dark.gold-account-page .gold-account-tabs > li > a:focus {
  color: #efd681;
  background: #2a2113;
  border-color: #8c6923;
}

body.gold-dark.gold-account-page .gold-account-tabs > li.active > a,
body.gold-dark.gold-account-page .gold-account-tabs > li.active > a:hover,
body.gold-dark.gold-account-page .gold-account-tabs > li.active > a:focus {
  color: #1a1002;
  background: linear-gradient(135deg, #f4d878, #b97817);
  border-color: #f0cb64;
}

body.gold-dark.gold-account-page .gold-account-panel-title__copy {
  color: #f0d279;
}

body.gold-dark.gold-account-page .gold-account-panel-title__copy small {
  color: #ae9e82;
}

body.gold-dark.gold-account-page .gold-account-profile-summary {
  background:
    radial-gradient(circle at 92% 10%, rgba(221, 172, 53, 0.14), transparent 7rem),
    linear-gradient(145deg, #2a2113, #151009);
  border-color: #74571f;
  box-shadow: inset 0 1px rgba(255, 227, 145, 0.04);
}

body.gold-dark.gold-account-page .gold-account-profile-summary__copy strong {
  color: #f1d681;
}

body.gold-dark.gold-account-page .gold-account-profile-summary__copy small {
  color: #a99b82;
}

body.gold-dark.gold-account-page .gold-account-profile-summary__badge {
  color: #9dd0ac;
  background: rgba(46, 104, 65, 0.22);
  border-color: rgba(95, 160, 113, 0.38);
}

body.gold-dark.gold-account-page .gold-account-field > label {
  color: #e1cfaa;
}

body.gold-dark.gold-account-page .gold-account-field__icon {
  color: #d0a43b;
}

body.gold-dark.gold-account-page .gold-account-input-wrap > .form-control {
  color: #eee3ce;
  background: linear-gradient(145deg, #17130d, #090806);
  border-color: #654d22;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.22);
}

body.gold-dark.gold-account-page .gold-account-input-wrap > .form-control:hover {
  border-color: #927023;
}

body.gold-dark.gold-account-page .gold-account-input-wrap > .form-control:focus {
  background: #0b0906;
  border-color: #c5952c;
  box-shadow: 0 0 0 3px rgba(197, 149, 44, 0.14);
}

body.gold-dark.gold-account-page .gold-account-input-wrap > .form-control[readonly],
body.gold-dark.gold-account-page .gold-account-input-wrap > .form-control[disabled] {
  color: #b8aa90;
  background: linear-gradient(145deg, #211b12, #120f0a);
  border-color: #5e4922;
}

body.gold-dark.gold-account-page .gold-account-2fa form > p {
  color: #afa187;
  background: rgba(126, 91, 26, 0.14);
  border-color: rgba(166, 124, 34, 0.32);
}

body.gold-dark.gold-account-page .gold-account-modal .modal-content {
  border-color: #806123;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.58);
}

body.gold-dark.gold-account-page .gold-account-modal .modal-header {
  background: linear-gradient(135deg, #2a2113, #15120c) !important;
}

body.gold-dark.gold-account-page .gold-account-modal .modal-title {
  color: #edcf78;
}

@media (max-width: 767px) {
  body.gold-account-page .gold-main > .container {
    width: 100%;
    padding: 12px 10px 28px;
  }

  body.gold-account-page .gold-main > .container > .row {
    width: 100%;
    margin: 0;
  }

  body.gold-account-page .gold-account-column {
    display: grid;
    width: 100%;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 11px;
  }

  body.gold-account-page .gold-account-tabs,
  body.gold-account-page .gold-account-api {
    grid-column: 1;
  }

  body.gold-account-page .gold-account-tabs {
    display: flex !important;
    align-items: stretch;
    width: 100%;
    padding: 6px;
    gap: 6px;
    border-radius: 12px;
  }

  body.gold-account-page .gold-account-tabs > li {
    float: none !important;
    display: block;
    flex: 1 1 0;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0;
  }

  body.gold-account-page .gold-account-tabs > li > a {
    width: 100%;
  }

  body.gold-account-page .gold-account-tabs > li > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 39px;
    min-height: 39px;
    padding: 8px 10px;
    border-radius: 9px;
    font-size: 10.5px;
    line-height: 1;
    white-space: nowrap;
  }

  body.gold-account-page .gold-account-panel {
    width: 100%;
    margin: 0;
    padding: 14px 12px;
    border-radius: 15px;
  }

  body.gold-account-page .gold-account-panel-title {
    margin: 0 0 13px;
    padding: 0 0 12px;
  }

  body.gold-account-page .gold-account-panel-title .gold-card-title__icon {
    width: 34px;
    height: 34px;
  }

  body.gold-account-page .gold-account-panel-title__copy {
    font-size: 15px;
  }

  body.gold-account-page .gold-account-panel-title__copy small {
    font-size: 9.5px;
  }

  body.gold-account-page .gold-account-profile-summary {
    gap: 9px;
    margin-bottom: 14px;
    padding: 9px;
    border-radius: 11px;
  }

  body.gold-account-page .gold-account-profile-summary__avatar {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    font-size: 14px;
  }

  body.gold-account-page .gold-account-profile-summary__copy strong {
    font-size: 11.5px;
  }

  body.gold-account-page .gold-account-profile-summary__copy small {
    font-size: 8.5px;
  }

  body.gold-account-page .gold-account-profile-summary__badge {
    padding: 4px 6px;
    font-size: 8px;
  }

  body.gold-account-page .gold-account-field {
    margin-bottom: 13px;
  }

  body.gold-account-page .gold-account-field > label {
    font-size: 10.5px;
  }

  body.gold-account-page .gold-account-input-wrap > .form-control {
    min-height: 44px;
    padding-left: 37px;
    border-radius: 10px;
    font-size: 11.5px;
  }

  body.gold-account-page .gold-account-field__icon {
    left: 12px;
    font-size: 10.5px;
  }

  body.gold-account-page .gold-account-action {
    width: 100%;
    min-height: 41px;
  }

  body.gold-account-page .gold-account-2fa form > p {
    font-size: 10px;
  }

  body.gold-account-page .gold-account-modal .modal-dialog {
    margin: 14px 10px;
  }
}

/* Notifications page only: confirmation and preference centre. */
body.gold-notifications-page .gold-notifications-column {
  align-items: start;
}

body.gold-notifications-page .gold-notifications-panel {
  align-self: start;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #fbf5e7 72%, #f5e7c7);
  border: 1px solid #c9a54f;
  border-radius: 17px;
  box-shadow: 0 17px 36px rgba(87, 56, 6, 0.11), inset 0 1px rgba(255, 255, 255, 0.78);
}

body.gold-notifications-page .gold-notifications-title,
body.gold-notifications-page .gold-notifications-preferences-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -2px 0 16px;
  padding: 0 0 15px;
}

body.gold-notifications-page .gold-notifications-title .gold-card-title__icon,
body.gold-notifications-page .gold-notifications-preferences-title .gold-card-title__icon {
  flex: 0 0 auto;
  margin: 0;
}

body.gold-notifications-page .gold-notifications-title__copy,
body.gold-notifications-page .gold-notifications-preferences-title__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #5d3e07;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.15;
}

body.gold-notifications-page .gold-notifications-title__copy small,
body.gold-notifications-page .gold-notifications-preferences-title__copy small {
  margin-top: 4px;
  color: #82745e;
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0;
}

body.gold-notifications-page .gold-notifications-email-card {
  position: relative;
  display: grid;
  min-height: 210px;
  padding: 17px;
  overflow: hidden;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  grid-template-areas:
    "icon title status"
    "icon copy copy"
    "action action action";
  gap: 7px 12px;
  background:
    radial-gradient(circle at 92% 8%, rgba(224, 180, 66, 0.2), transparent 9rem),
    linear-gradient(145deg, #fff9e8, #f5e4b8);
  border: 1px solid #d3b568;
  border-radius: 14px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

body.gold-notifications-page .gold-notifications-email-card::after {
  position: absolute;
  right: -38px;
  bottom: -54px;
  width: 138px;
  height: 138px;
  background: radial-gradient(circle, rgba(197, 144, 35, 0.13), transparent 68%);
  content: '';
  pointer-events: none;
}

body.gold-notifications-page .gold-notifications-email-card__icon {
  z-index: 1;
  grid-area: icon;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  width: 50px;
  height: 50px;
  color: #241704;
  background: linear-gradient(145deg, #f6dc83, #b97917);
  border: 1px solid #a96d12;
  border-radius: 14px;
  box-shadow: 0 9px 20px rgba(127, 77, 5, 0.22), inset 0 1px rgba(255, 242, 183, 0.75);
  font-size: 18px;
}

body.gold-notifications-page .gold-notifications-email-card__status {
  z-index: 1;
  grid-area: status;
  display: inline-flex;
  align-items: center;
  align-self: start;
  justify-self: end;
  padding: 6px 9px;
  color: #a71920;
  background: rgba(255, 235, 232, 0.92);
  border: 1px solid rgba(181, 40, 47, 0.5);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}

body.gold-notifications-page .gold-notifications-email-card__status i {
  margin-right: 5px;
  font-size: 8px;
}

body.gold-notifications-page .gold-notifications-email-card__title {
  z-index: 1;
  grid-area: title;
  align-self: center;
  margin: 0;
  color: #99191f;
  font-size: 14px;
  font-weight: 900;
}

body.gold-notifications-page .gold-notifications-email-card__copy {
  z-index: 1;
  grid-area: copy;
  margin: 0;
  color: #a12a30;
  font-size: 10.5px;
  font-weight: 750;
  line-height: 1.55;
}

body.gold-notifications-page .gold-notifications-email-card__form {
  z-index: 1;
  grid-area: action;
  align-self: end;
  margin: 9px 0 0;
}

body.gold-notifications-page .gold-notifications-confirm-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 9px 15px;
  color: #211504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #a96f15;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(135, 82, 5, 0.19);
  font-size: 11px;
  font-weight: 850;
}

body.gold-notifications-page .gold-notifications-confirm-action:hover,
body.gold-notifications-page .gold-notifications-confirm-action:focus {
  color: #160d01;
  background: linear-gradient(135deg, #f8df8d, #c98b21);
  border-color: #a76a10;
  box-shadow: 0 10px 21px rgba(135, 82, 5, 0.25);
}

body.gold-notifications-page .gold-notifications-preferences > form {
  margin: 0;
}

body.gold-notifications-page .gold-notifications-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 7px;
  background: transparent;
}

body.gold-notifications-page .gold-notifications-table > thead > tr > th {
  padding: 10px 12px;
  color: #684608 !important;
  background: linear-gradient(135deg, #fff8e5, #f0ddaa) !important;
  border-top: 1px solid #d8be79;
  border-bottom: 1px solid #c9a24a;
  font-size: 9.5px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.gold-notifications-page .gold-notifications-table > thead > tr > th:first-child {
  border-left: 1px solid #d8be79;
  border-radius: 10px 0 0 10px;
}

body.gold-notifications-page .gold-notifications-table > thead > tr > th:last-child {
  width: 180px;
  border-right: 1px solid #d8be79;
  border-radius: 0 10px 10px 0;
  text-align: center;
}

body.gold-notifications-page .gold-notifications-row {
  --notification-accent: #d2a43a;
}

body.gold-notifications-page .gold-notifications-row--variant-1 {
  --notification-accent: #bd7f22;
}

body.gold-notifications-page .gold-notifications-row--variant-2 {
  --notification-accent: #c39662;
}

body.gold-notifications-page .gold-notifications-row > td {
  padding: 11px 12px;
  color: #403626;
  background: rgba(255, 254, 250, 0.92);
  border-top: 1px solid rgba(192, 151, 61, 0.35);
  border-bottom: 1px solid rgba(192, 151, 61, 0.35);
  vertical-align: middle;
}

body.gold-notifications-page .gold-notifications-row > td:first-child {
  border-left: 3px solid var(--notification-accent);
  border-radius: 11px 0 0 11px;
}

body.gold-notifications-page .gold-notifications-row > td:last-child {
  border-right: 1px solid rgba(192, 151, 61, 0.35);
  border-radius: 0 11px 11px 0;
}

body.gold-notifications-page .gold-notification-name {
  display: flex;
  align-items: center;
  min-width: 0;
}

body.gold-notifications-page .gold-notification-name__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  color: #241704;
  background: linear-gradient(145deg, #f5da80, #b87917);
  border: 1px solid #a86e13;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(125, 75, 5, 0.16);
  font-size: 12px;
}

body.gold-notifications-page .gold-notification-name__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-notifications-page .gold-notification-name__copy strong {
  color: #3c2d14;
  font-size: 11.5px;
  font-weight: 800;
}

body.gold-notifications-page .gold-notification-name__copy small {
  margin-top: 3px;
  color: #847661;
  font-size: 9px;
  font-weight: 650;
}

body.gold-notifications-page .gold-notifications-cell--email {
  text-align: center;
}

body.gold-notifications-page .gold-notification-toggle-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 32px;
}

body.gold-notifications-page .gold-notification-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

body.gold-notifications-page .gold-notification-switch {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  width: 42px;
  height: 24px;
  padding: 2px;
  background: #e8ddc4;
  border: 1px solid #c8b17a;
  border-radius: 999px;
  box-shadow: inset 0 2px 4px rgba(84, 55, 5, 0.08);
  transition: background 0.16s ease, border-color 0.16s ease;
}

body.gold-notifications-page .gold-notification-switch__thumb {
  display: block;
  width: 18px;
  height: 18px;
  background: #fffdf7;
  border: 1px solid #bca871;
  border-radius: 50%;
  box-shadow: 0 3px 7px rgba(72, 47, 5, 0.18);
  transform: translateX(0);
  transition: transform 0.18s ease;
}

body.gold-notifications-page .gold-notification-checkbox:checked + .gold-notification-switch {
  background: linear-gradient(135deg, #edce6b, #b77614);
  border-color: #a46810;
}

body.gold-notifications-page .gold-notification-checkbox:checked + .gold-notification-switch .gold-notification-switch__thumb {
  border-color: rgba(96, 56, 3, 0.34);
  transform: translateX(16px);
}

body.gold-notifications-page .gold-notification-checkbox:disabled + .gold-notification-switch {
  cursor: not-allowed;
  opacity: 0.76;
}

body.gold-notifications-page .gold-notification-lock {
  display: inline-flex;
  align-items: center;
  color: #88775b;
  font-size: 8.5px;
  font-weight: 750;
  white-space: nowrap;
}

body.gold-notifications-page .gold-notification-lock i {
  margin-right: 4px;
  color: #b07b1c;
  font-size: 8px;
}

body.gold-dark.gold-notifications-page .gold-notifications-panel {
  background: linear-gradient(145deg, #1d170f, #0b0906 72%, #151008);
  border-color: #76591e;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-dark.gold-notifications-page .gold-notifications-title__copy,
body.gold-dark.gold-notifications-page .gold-notifications-preferences-title__copy {
  color: #f0d279;
}

body.gold-dark.gold-notifications-page .gold-notifications-title__copy small,
body.gold-dark.gold-notifications-page .gold-notifications-preferences-title__copy small {
  color: #ae9e82;
}

body.gold-dark.gold-notifications-page .gold-notifications-email-card {
  background:
    radial-gradient(circle at 92% 8%, rgba(221, 172, 53, 0.14), transparent 9rem),
    linear-gradient(145deg, #2a2113, #151009);
  border-color: #74571f;
  box-shadow: inset 0 1px rgba(255, 227, 145, 0.04);
}

body.gold-dark.gold-notifications-page .gold-notifications-email-card__title {
  color: #ff787d;
}

body.gold-dark.gold-notifications-page .gold-notifications-email-card__copy {
  color: #f06e73;
}

body.gold-dark.gold-notifications-page .gold-notifications-email-card__status {
  color: #ff8387;
  background: rgba(146, 29, 35, 0.25);
  border-color: rgba(232, 84, 90, 0.56);
}

body.gold-dark.gold-notifications-page .gold-notifications-row > td {
  color: #dfd3bc;
  background: linear-gradient(135deg, #1c170f, #0e0c08);
  border-color: rgba(159, 118, 34, 0.4);
}

body.gold-dark.gold-notifications-page .gold-notification-name__copy strong {
  color: #f0e5cf;
}

body.gold-dark.gold-notifications-page .gold-notification-name__copy small,
body.gold-dark.gold-notifications-page .gold-notification-lock {
  color: #a99a80;
}

body.gold-dark.gold-notifications-page .gold-notification-switch {
  background: #292116;
  border-color: #6a5226;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.32);
}

body.gold-dark.gold-notifications-page .gold-notification-switch__thumb {
  background: #e9dcc0;
  border-color: #8d7338;
}

body.gold-dark.gold-notifications-page .gold-notification-checkbox:checked + .gold-notification-switch {
  background: linear-gradient(135deg, #e6c65f, #9f6410);
  border-color: #d2a13a;
}

/* Account save confirmation: fixed, dismissible success popup. */
.gold-save-toast-region {
  position: fixed;
  z-index: 3000;
  top: 78px;
  left: 50%;
  display: flex;
  width: min(520px, calc(100% - 32px));
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
  transform: translateX(-50%);
}

.gold-save-toast {
  position: relative;
  display: grid;
  min-height: 64px;
  padding: 10px 11px 10px 12px;
  overflow: hidden;
  grid-template-columns: 40px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 11px;
  color: #f8f3e7;
  background:
    radial-gradient(circle at 8% 12%, rgba(218, 175, 62, 0.14), transparent 7rem),
    linear-gradient(135deg, #1d2c21, #0c1710 72%);
  border: 1px solid #a9822d;
  border-radius: 15px;
  box-shadow: 0 18px 42px rgba(20, 20, 9, 0.28), 0 4px 12px rgba(67, 44, 5, 0.14), inset 0 1px rgba(255, 239, 185, 0.08);
  opacity: 0;
  pointer-events: auto;
  transform: translateY(-18px) scale(0.98);
  transition: opacity 0.24s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.gold-save-toast::after {
  position: absolute;
  right: 52px;
  bottom: 0;
  left: 64px;
  height: 1px;
  background: linear-gradient(90deg, rgba(211, 169, 61, 0.68), transparent);
  content: '';
  pointer-events: none;
}

.gold-save-toast.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gold-save-toast.is-leaving {
  opacity: 0;
  transform: translateY(-12px) scale(0.98);
}

.gold-save-toast__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #172116;
  background: linear-gradient(145deg, #f1d774, #b57a18);
  border: 1px solid #d6ad43;
  border-radius: 12px;
  box-shadow: 0 7px 17px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 246, 201, 0.7);
  font-size: 14px;
}

.gold-save-toast__message {
  min-width: 0;
  color: #f3ead8;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.005em;
  line-height: 1.35;
}

.gold-save-toast__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #cfbea0;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(222, 190, 107, 0.22);
  border-radius: 11px;
  font-size: 12px;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.gold-save-toast__close:hover,
.gold-save-toast__close:focus {
  color: #241704;
  background: linear-gradient(145deg, #f0d477, #b87918);
  border-color: #d5aa3c;
  outline: none;
  transform: scale(1.04);
}

body.gold-dark .gold-save-toast {
  background:
    radial-gradient(circle at 8% 12%, rgba(228, 180, 55, 0.12), transparent 7rem),
    linear-gradient(135deg, #18241b, #070c08 76%);
  border-color: #846521;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 229, 148, 0.06);
}

@media (max-width: 767px) {
  .gold-save-toast-region {
    top: 76px;
    width: calc(100% - 20px);
  }

  .gold-save-toast {
    min-height: 58px;
    padding: 9px;
    grid-template-columns: 36px minmax(0, 1fr) 34px;
    gap: 9px;
    border-radius: 13px;
  }

  .gold-save-toast__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 12px;
  }

  .gold-save-toast__message {
    font-size: 12px;
  }

  .gold-save-toast__close {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 11px;
  }

  .gold-save-toast::after {
    right: 47px;
    left: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-save-toast {
    transition: none;
  }
}

@media (max-width: 767px) {
  body.gold-notifications-page .gold-notifications-panel {
    width: 100%;
    margin: 0;
    padding: 14px 12px;
    border-radius: 15px;
  }

  body.gold-notifications-page .gold-notifications-title,
  body.gold-notifications-page .gold-notifications-preferences-title {
    margin: 0 0 13px;
    padding: 0 0 12px;
  }

  body.gold-notifications-page .gold-notifications-title .gold-card-title__icon,
  body.gold-notifications-page .gold-notifications-preferences-title .gold-card-title__icon {
    width: 34px;
    height: 34px;
  }

  body.gold-notifications-page .gold-notifications-title__copy,
  body.gold-notifications-page .gold-notifications-preferences-title__copy {
    font-size: 15px;
  }

  body.gold-notifications-page .gold-notifications-title__copy small,
  body.gold-notifications-page .gold-notifications-preferences-title__copy small {
    font-size: 9.5px;
  }

  body.gold-notifications-page .gold-notifications-email-card {
    min-height: 250px;
    padding: 14px;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-areas:
      "icon title"
      "status status"
      "copy copy"
      "action action";
    gap: 9px 10px;
    border-radius: 12px;
  }

  body.gold-notifications-page .gold-notifications-email-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 15px;
  }

  body.gold-notifications-page .gold-notifications-email-card__title {
    font-size: 12.5px;
  }

  body.gold-notifications-page .gold-notifications-email-card__status {
    justify-self: start;
    padding: 5px 8px;
    font-size: 8.5px;
  }

  body.gold-notifications-page .gold-notifications-email-card__copy {
    font-size: 10px;
  }

  body.gold-notifications-page .gold-notifications-confirm-action {
    min-height: 41px;
  }

  body.gold-notifications-page .gold-notifications-table,
  body.gold-notifications-page .gold-notifications-table > tbody {
    display: block;
    width: 100%;
  }

  body.gold-notifications-page .gold-notifications-table > thead {
    display: none;
  }

  body.gold-notifications-page .gold-notifications-row {
    display: grid;
    width: 100%;
    margin: 0 0 8px;
    padding: 9px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    background: linear-gradient(145deg, #fffefa, #faf1dc);
    border: 1px solid rgba(190, 145, 47, 0.58);
    border-left: 3px solid var(--notification-accent);
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(88, 56, 5, 0.08);
  }

  body.gold-notifications-page .gold-notifications-row > td {
    display: block;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
  }

  body.gold-notifications-page .gold-notification-name__icon {
    width: 33px;
    height: 33px;
    margin-right: 8px;
    border-radius: 9px;
    font-size: 10px;
  }

  body.gold-notifications-page .gold-notification-name__copy strong {
    font-size: 10.5px;
  }

  body.gold-notifications-page .gold-notification-name__copy small {
    font-size: 8.5px;
  }

  body.gold-notifications-page .gold-notification-toggle-wrap {
    align-items: flex-end;
    flex-direction: column;
    gap: 5px;
  }

  body.gold-notifications-page .gold-notification-switch {
    width: 38px;
    height: 22px;
  }

  body.gold-notifications-page .gold-notification-switch__thumb {
    width: 16px;
    height: 16px;
  }

  body.gold-notifications-page .gold-notification-checkbox:checked + .gold-notification-switch .gold-notification-switch__thumb {
    transform: translateX(14px);
  }

  body.gold-notifications-page .gold-notification-lock {
    font-size: 7.5px;
  }

  body.gold-dark.gold-notifications-page .gold-notifications-row {
    background: linear-gradient(145deg, #1d170f, #0b0906);
    border-color: rgba(165, 123, 34, 0.55);
    border-left-color: var(--notification-accent);
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.3);
  }
}

/* --------------------------------------------------------------------------
   Modern public homepage — scoped to signin.twig only
   -------------------------------------------------------------------------- */
body.gold-public {
  --home-black: #080705;
  --home-ink: #201a11;
  --home-muted: #756c5f;
  --home-cream: #fbf7eb;
  --home-surface: #fffdf7;
  --home-gold: #c99024;
  --home-gold-light: #f4d77e;
  --home-line: rgba(155, 111, 25, 0.25);
  color: var(--home-ink);
  background: var(--home-cream);
}

body.gold-public .gold-main {
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

body.gold-public > .navbar,
body.gold-public .navbar-default {
  position: relative;
  z-index: 100;
  margin: 0;
  background: rgba(255, 253, 247, 0.96);
  border: 0;
  border-bottom: 1px solid rgba(168, 116, 23, 0.22);
  box-shadow: 0 10px 30px rgba(64, 43, 5, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.gold-public .navbar-default .navbar-brand {
  color: #2c210c;
  font-weight: 850;
  letter-spacing: -0.035em;
}

body.gold-public .navbar-default .navbar-nav > li > a {
  color: #514735;
  font-weight: 700;
}

body.gold-public .navbar-default .navbar-nav > li > a:hover,
body.gold-public .navbar-default .navbar-nav > li > a:focus {
  color: #8e5f09;
}

body.gold-public .navbar-default .navbar-nav > .active > a,
body.gold-public .navbar-default .navbar-nav > .active > a:hover,
body.gold-public .navbar-default .navbar-nav > .active > a:focus {
  color: #241a08;
  background: linear-gradient(135deg, #f2d16f, #c88918);
  box-shadow: 0 7px 18px rgba(151, 101, 10, 0.18);
}

.gold-home,
.gold-home *,
.gold-home *::before,
.gold-home *::after {
  box-sizing: border-box;
}

.gold-home {
  position: relative;
  color: var(--home-ink);
  background: var(--home-cream);
}

.gold-home a {
  text-decoration: none;
}

.gold-home__shell {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.gold-home__hero {
  position: relative;
  min-height: 680px;
  padding: 80px 0 74px;
  overflow: hidden;
  color: #f9f1df;
  background:
    linear-gradient(rgba(225, 178, 70, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(225, 178, 70, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 15% 22%, rgba(230, 182, 69, 0.16), transparent 27rem),
    radial-gradient(circle at 90% 78%, rgba(166, 106, 13, 0.17), transparent 25rem),
    linear-gradient(135deg, #070604 0%, #110d08 54%, #090704 100%);
  background-size: 48px 48px, 48px 48px, auto, auto, auto;
  border-bottom: 1px solid rgba(224, 181, 81, 0.38);
}

.gold-home__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.65;
  background: linear-gradient(115deg, transparent 15%, rgba(255, 226, 139, 0.055) 45%, transparent 72%);
  pointer-events: none;
}

.gold-home__glow {
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(230, 190, 96, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.gold-home__glow::before,
.gold-home__glow::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(230, 190, 96, 0.12);
  border-radius: inherit;
}

.gold-home__glow::before { inset: 42px; }
.gold-home__glow::after { inset: 90px; }
.gold-home__glow--one { top: -170px; right: -90px; }
.gold-home__glow--two { bottom: -230px; left: -120px; width: 470px; height: 470px; }

.gold-home__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  align-items: center;
  gap: 78px;
}

.gold-home__intro {
  position: relative;
  z-index: 3;
}

.gold-home__eyebrow,
.gold-home__kicker,
.gold-home__micro {
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.gold-home__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  gap: 9px;
  color: #f2d477;
  background: rgba(230, 185, 78, 0.08);
  border: 1px solid rgba(230, 185, 78, 0.24);
  border-radius: 999px;
}

.gold-home__eyebrow-dot {
  width: 7px;
  height: 7px;
  background: #f3cf63;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(243, 207, 99, 0.1), 0 0 18px rgba(243, 207, 99, 0.7);
}

.gold-home__intro h1 {
  max-width: 720px;
  margin: 24px 0 21px;
  color: #fff9ec;
  font-size: clamp(48px, 5.4vw, 76px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.gold-home__intro h1 span {
  color: transparent;
  background: linear-gradient(105deg, #fff0b8 0%, #e8ba4d 48%, #a97011 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.gold-home__intro h1 .gold-home__headline-accent {
  display: block;
  width: fit-content;
  margin-bottom: 9px;
  color: #ff4b4b;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  font-size: 0.64em;
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-decoration-line: underline;
  text-decoration-color: rgba(255, 75, 75, 0.82);
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
  text-shadow: 0 7px 24px rgba(255, 54, 54, 0.22);
}

.gold-home__intro h1 .gold-home__headline-main {
  display: block;
  color: #fff9ec;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

.gold-home__lead {
  max-width: 650px;
  margin: 0;
  color: #ddd1bd;
  font-size: 17px;
  font-weight: 620;
  line-height: 1.76;
}

.gold-home__actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 31px;
  gap: 12px;
}

.gold-home__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.gold-home__button:hover,
.gold-home__button:focus {
  text-decoration: none;
  transform: translateY(-2px);
}

.gold-home__button--primary {
  color: #211706;
  background: linear-gradient(135deg, #f7dc82, #d59a27 62%, #bd7710);
  border-color: #f4d170;
  box-shadow: 0 13px 30px rgba(180, 117, 12, 0.28), inset 0 1px rgba(255, 255, 255, 0.65);
}

.gold-home__button--primary:hover,
.gold-home__button--primary:focus {
  color: #130e05;
  box-shadow: 0 17px 36px rgba(180, 117, 12, 0.36), inset 0 1px rgba(255, 255, 255, 0.7);
}

.gold-home__button--ghost {
  color: #f7edd8;
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(230, 196, 116, 0.25);
}

.gold-home__button--ghost:hover,
.gold-home__button--ghost:focus {
  color: #fff;
  background: rgba(229, 185, 78, 0.09);
  border-color: rgba(230, 196, 116, 0.45);
}

.gold-home__assurance {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 11px 20px;
  color: #a99e8d;
  font-size: 11px;
  font-weight: 700;
}

.gold-home__assurance span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.gold-home__assurance i { color: #d7a638; }

.gold-home__social-orbit {
  display: flex;
  align-items: center;
  margin-top: 34px;
  gap: 15px;
}

.gold-home__orbit-label {
  color: #807768;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gold-home__orbit-icons {
  display: flex;
  padding-left: 8px;
}

.gold-home__platform {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-left: -8px;
  color: #f5deb0;
  background: #171109;
  border: 1px solid rgba(226, 183, 83, 0.25);
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25);
  font-size: 14px;
}

.gold-home__login-benefits {
  position: relative;
  z-index: 3;
  margin-top: 27px;
  padding: 0 8px;
}

.gold-home__login-benefits .gold-home__assurance {
  justify-content: center;
  margin-top: 0;
}

.gold-home__login-benefits .gold-home__social-orbit {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 23px;
  gap: 10px;
}

.gold-home__login-wrap {
  position: relative;
  z-index: 3;
}

.gold-home__login-card {
  position: relative;
  padding: 29px;
  color: #2c2418;
  background:
    radial-gradient(circle at 100% 0, rgba(224, 177, 64, 0.17), transparent 16rem),
    rgba(255, 253, 247, 0.985);
  border: 1px solid rgba(232, 195, 107, 0.66);
  border-radius: 22px;
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.38), 0 0 0 6px rgba(224, 174, 56, 0.035), inset 0 1px #fff;
}

.gold-home__login-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  left: 28px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #e7b844, transparent);
}

.gold-home__login-head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding-bottom: 21px;
  gap: 13px;
  border-bottom: 1px solid rgba(155, 111, 25, 0.17);
}

.gold-home__login-icon {
  display: flex;
  flex: 0 0 47px;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  color: #241904;
  background: linear-gradient(145deg, #f6d878, #c78313);
  border: 1px solid rgba(133, 84, 4, 0.28);
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(166, 106, 11, 0.22), inset 0 1px rgba(255, 255, 255, 0.62);
  font-size: 18px;
}

.gold-home__micro { display: block; margin: 1px 0 4px; color: #a37217; font-size: 8px; }
.gold-home__login-head h2 { margin: 0; color: #251d12; font-size: 23px; font-weight: 900; letter-spacing: -0.035em; }
.gold-home__login-head p { margin: 4px 0 0; color: #7f7568; font-size: 11px; line-height: 1.45; }

.gold-home__login-form { margin: 0; }
.gold-home__login-form .alert { margin-bottom: 17px; font-size: 12px; }
.gold-home__field { margin-bottom: 17px; }
.gold-home__field > label,
.gold-home__field-row label { margin: 0 0 7px; color: #3a2d1c; font-size: 11px; font-weight: 800; }
.gold-home__field-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.gold-home__field-row a { margin-bottom: 7px; color: #9c6810; font-size: 10px; font-weight: 750; }
.gold-home__field-row a:hover,
.gold-home__field-row a:focus { color: #573a07; }

.gold-home__input-wrap { position: relative; }
.gold-home__input-wrap > i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 15px;
  color: #ad7a1d;
  font-size: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}

.gold-home__input-wrap .form-control {
  width: 100%;
  height: 49px;
  padding: 10px 14px 10px 41px;
  color: #2f271c;
  background: rgba(255, 254, 250, 0.9);
  border: 1px solid #d9c491;
  border-radius: 12px;
  box-shadow: inset 0 2px 5px rgba(72, 48, 5, 0.035);
  font-size: 13px;
  font-weight: 600;
}

.gold-home__input-wrap .form-control:focus {
  background: #fff;
  border-color: #b87710;
  box-shadow: 0 0 0 4px rgba(199, 143, 35, 0.12), inset 0 2px 5px rgba(72, 48, 5, 0.025);
  outline: none;
}

.gold-home__input-wrap .form-control::placeholder { color: #aaa093; font-weight: 500; }

.gold-home__login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 49px;
  margin-top: 6px;
  padding: 11px 18px;
  gap: 10px;
  color: #211706;
  background: linear-gradient(135deg, #f4d574, #d59824 63%, #bd7710);
  border: 1px solid #a96a08;
  border-radius: 12px;
  box-shadow: 0 12px 23px rgba(163, 102, 8, 0.22), inset 0 1px rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 850;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gold-home__login-button:hover,
.gold-home__login-button:focus { transform: translateY(-1px); box-shadow: 0 15px 29px rgba(163, 102, 8, 0.29), inset 0 1px rgba(255, 255, 255, 0.7); outline: none; }
.gold-home__login-button i { font-size: 10px; }
.gold-home__captcha { margin: 10px 0 16px; }
.gold-home__divider { display: flex; align-items: center; margin: 19px 0; color: #978c7e; font-size: 9px; text-transform: uppercase; letter-spacing: 0.08em; }
.gold-home__divider::before,
.gold-home__divider::after { content: ""; flex: 1; height: 1px; background: rgba(155, 111, 25, 0.17); }
.gold-home__divider span { padding: 0 11px; }

.gold-home__signup-line {
  margin: 18px 0 0;
  color: #786f62;
  text-align: center;
  font-size: 11px;
}

.gold-home__signup-line a { margin-left: 4px; color: #96630a; font-weight: 850; }
.gold-home__signup-line a i { margin-left: 3px; font-size: 8px; }
.gold-home__secure-line { display: flex; align-items: center; justify-content: center; margin: 22px -29px -29px; padding: 13px; gap: 8px; color: #817768; background: rgba(232, 211, 164, 0.21); border-top: 1px solid rgba(155, 111, 25, 0.13); border-radius: 0 0 22px 22px; font-size: 9px; font-weight: 700; }
.gold-home__secure-line i { color: #a87313; }

.gold-home__float-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  min-width: 180px;
  padding: 10px 13px;
  gap: 10px;
  color: #e9dbc1;
  background: rgba(24, 18, 10, 0.92);
  border: 1px solid rgba(225, 183, 82, 0.28);
  border-radius: 13px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  animation: goldHomeFloat 4.5s ease-in-out infinite;
}

.gold-home__float-card--top { top: -32px; right: -42px; }
.gold-home__float-card--bottom { bottom: 150px; left: -70px; animation-delay: -2.2s; }
.gold-home__float-icon { display: flex; align-items: center; justify-content: center; width: 31px; height: 31px; color: #2c1d04; background: linear-gradient(145deg, #f0d06e, #bf7b14); border-radius: 9px; font-size: 12px; }
.gold-home__float-card > span:last-child { display: flex; flex-direction: column; }
.gold-home__float-card strong { color: #fff1ce; font-size: 10px; }
.gold-home__float-card small { margin-top: 2px; color: #9e927f; font-size: 8px; }

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

.gold-home__trust {
  position: relative;
  z-index: 5;
  color: #302719;
  background: #fffdf8;
  border-bottom: 1px solid var(--home-line);
  box-shadow: 0 14px 35px rgba(85, 56, 4, 0.05);
}

.gold-home__trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.gold-home__trust-grid article { display: flex; align-items: center; justify-content: center; min-height: 112px; padding: 24px; gap: 13px; border-right: 1px solid var(--home-line); }
.gold-home__trust-grid article:last-child { border-right: 0; }
.gold-home__trust-grid article > i { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; color: #8a5907; background: linear-gradient(145deg, #fff7dc, #f0d489); border: 1px solid rgba(177, 121, 16, 0.24); border-radius: 12px; box-shadow: 0 8px 18px rgba(138, 89, 7, 0.1); }
.gold-home__trust-grid article div { display: flex; flex-direction: column; }
.gold-home__trust-grid strong { color: #2b2113; font-size: 14px; font-weight: 900; }
.gold-home__trust-grid span { margin-top: 2px; color: #817767; font-size: 9px; font-weight: 650; }

.gold-home__section { position: relative; padding: 92px 0; }
.gold-home__section--platforms { background: linear-gradient(180deg, #fbf7eb, #fffdf8); }
.gold-home__section-head { max-width: 680px; margin: 0 auto 40px; text-align: center; }
.gold-home__kicker { display: block; margin-bottom: 11px; color: #a16d11; }
.gold-home__section-head h2,
.gold-home__feature-copy h2,
.gold-home__cta h2 { margin: 0; color: #261e12; font-size: clamp(30px, 4vw, 44px); font-weight: 900; line-height: 1.08; letter-spacing: -0.045em; }
.gold-home__section-head p { max-width: 600px; margin: 14px auto 0; color: #7b7163; font-size: 14px; line-height: 1.7; }

.gold-home__platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.gold-home__service-card { position: relative; display: flex; align-items: center; min-height: 105px; padding: 19px; gap: 14px; overflow: hidden; color: #30271a; background: rgba(255, 255, 255, 0.8); border: 1px solid var(--home-line); border-radius: 17px; box-shadow: 0 13px 32px rgba(83, 53, 3, 0.06); transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.gold-home__service-card::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 4px; background: var(--platform-color, #c89127); }
.gold-home__service-card:hover,
.gold-home__service-card:focus { color: #20180c; border-color: rgba(173, 116, 15, 0.52); box-shadow: 0 18px 38px rgba(83, 53, 3, 0.11); transform: translateY(-3px); }
.gold-home__service-card > i { display: flex; flex: 0 0 48px; align-items: center; justify-content: center; width: 48px; height: 48px; color: #fff; background: var(--platform-color, #c89127); border-radius: 14px; box-shadow: 0 9px 20px color-mix(in srgb, var(--platform-color, #c89127) 25%, transparent); font-size: 20px; }
.gold-home__service-card > span { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.gold-home__service-card strong { color: #2c2316; font-size: 14px; font-weight: 900; }
.gold-home__service-card small { margin-top: 5px; overflow: hidden; color: #82786a; font-size: 9px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.gold-home__service-card > b { color: #ad7819; font-size: 10px; transition: transform 0.2s ease; }
.gold-home__service-card:hover > b { transform: translateX(3px); }
.gold-home__service-card--instagram { --platform-color: #d83b7d; }
.gold-home__service-card--tiktok { --platform-color: #171717; }
.gold-home__service-card--youtube { --platform-color: #e22a2a; }
.gold-home__service-card--facebook { --platform-color: #2e68c7; }
.gold-home__service-card--telegram { --platform-color: #258ec4; }
.gold-home__service-card--twitter { --platform-color: #3c8dc2; }

.gold-home__section--steps {
  color: #f8eedc;
  background:
    radial-gradient(circle at 75% 0, rgba(220, 171, 54, 0.13), transparent 25rem),
    linear-gradient(135deg, #0a0805, #151008 55%, #090704);
  border-top: 1px solid rgba(224, 181, 81, 0.25);
  border-bottom: 1px solid rgba(224, 181, 81, 0.25);
}
.gold-home__section-head--light h2 { color: #fff5df; }
.gold-home__section-head--light p { color: #a99f90; }
.gold-home__steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gold-home__steps-grid article { position: relative; min-height: 230px; padding: 27px 23px; overflow: hidden; background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)); border: 1px solid rgba(225, 183, 83, 0.21); border-radius: 18px; }
.gold-home__steps-grid article::after { content: ""; position: absolute; right: -50px; bottom: -50px; width: 120px; height: 120px; background: radial-gradient(circle, rgba(226, 177, 59, 0.13), transparent 68%); }
.gold-home__steps-grid article > i { display: flex; align-items: center; justify-content: center; width: 43px; height: 43px; margin-bottom: 29px; color: #231804; background: linear-gradient(145deg, #f3d678, #c88416); border-radius: 13px; box-shadow: 0 10px 24px rgba(177, 112, 11, 0.21); font-size: 15px; }
.gold-home__step-number { position: absolute; top: 18px; right: 19px; color: rgba(244, 214, 134, 0.32); font-size: 12px; font-weight: 900; letter-spacing: 0.08em; }
.gold-home__steps-grid h3 { margin: 0 0 9px; color: #f8ecd4; font-size: 16px; font-weight: 850; }
.gold-home__steps-grid p { margin: 0; color: #9f9585; font-size: 10px; line-height: 1.65; }

.gold-home__section--features { background: #fffdf8; }
.gold-home__features-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: 72px; }
.gold-home__feature-copy h2 { max-width: 480px; }
.gold-home__feature-copy p { max-width: 480px; margin: 18px 0 0; color: #796f61; font-size: 14px; line-height: 1.75; }
.gold-home__text-link { display: inline-flex; align-items: center; margin-top: 24px; gap: 8px; color: #96630a; font-size: 12px; font-weight: 850; }
.gold-home__text-link:hover,
.gold-home__text-link:focus { color: #573a07; }
.gold-home__feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.gold-home__feature-grid article { display: flex; min-height: 145px; padding: 21px; gap: 15px; background: linear-gradient(145deg, #fff, #fbf4e0); border: 1px solid var(--home-line); border-radius: 17px; box-shadow: 0 12px 27px rgba(81, 52, 4, 0.055); }
.gold-home__feature-grid article > i { display: flex; flex: 0 0 42px; align-items: center; justify-content: center; width: 42px; height: 42px; color: #2a1d07; background: linear-gradient(145deg, #f3d574, #ce8f1d); border-radius: 12px; box-shadow: 0 9px 19px rgba(157, 99, 8, 0.17); }
.gold-home__feature-grid h3 { margin: 2px 0 7px; color: #302618; font-size: 14px; font-weight: 850; }
.gold-home__feature-grid p { margin: 0; color: #817767; font-size: 9.5px; line-height: 1.65; }

.gold-home__custom { padding: 50px 0; color: #403629; background: #fbf5e4; border-top: 1px solid var(--home-line); }
.gold-home__custom img { max-width: 100%; height: auto; }

.gold-home__cta { padding: 38px 0 78px; background: #fffdf8; }
.gold-home__cta-card { display: flex; align-items: center; justify-content: space-between; min-height: 230px; padding: 48px 55px; gap: 35px; overflow: hidden; color: #f8eedc; background: radial-gradient(circle at 83% 0, rgba(235, 190, 78, 0.2), transparent 24rem), linear-gradient(135deg, #0b0906, #1b1308); border: 1px solid rgba(207, 153, 43, 0.42); border-radius: 24px; box-shadow: 0 24px 55px rgba(70, 44, 3, 0.17); }
.gold-home__cta h2 { max-width: 650px; color: #fff3d7; }
.gold-home__cta p { margin: 12px 0 0; color: #a99d89; font-size: 12px; }
.gold-home__cta .gold-home__button { flex: 0 0 auto; }

.gold-home__footer { color: #9c917f; background: #080705; border-top: 1px solid rgba(225, 183, 83, 0.22); }
.gold-home__footer .gold-home__shell { display: flex; align-items: center; justify-content: space-between; min-height: 80px; gap: 20px; }
.gold-home__footer strong { color: #e5c36e; font-size: 13px; }
.gold-home__footer span { font-size: 9px; }

@media (max-width: 1100px) {
  .gold-home__hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr); gap: 45px; }
  .gold-home__float-card--top { right: -15px; }
  .gold-home__float-card--bottom { left: -35px; }
}

@media (max-width: 991px) {
  body.gold-public .navbar-default .navbar-toggle { border-color: rgba(168, 116, 23, 0.35); }
  body.gold-public .navbar-default .navbar-toggle .icon-bar { background: #5c3f0b; }
  body.gold-public .navbar-default .navbar-collapse { background: #fffdf8; border-color: rgba(168, 116, 23, 0.2); }
  .gold-home__hero { padding: 65px 0 70px; }
  .gold-home__hero-grid { grid-template-columns: 1fr; gap: 62px; }
  .gold-home__intro { max-width: 760px; margin: 0 auto; text-align: center; }
  .gold-home__intro h1 .gold-home__headline-accent { margin-right: auto; margin-left: auto; }
  .gold-home__lead { margin-right: auto; margin-left: auto; }
  .gold-home__actions,
  .gold-home__assurance,
  .gold-home__social-orbit { justify-content: center; }
  .gold-home__login-wrap { width: min(510px, 100%); margin: 0 auto; }
  .gold-home__trust-grid { grid-template-columns: repeat(2, 1fr); }
  .gold-home__trust-grid article:nth-child(2) { border-right: 0; }
  .gold-home__trust-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--home-line); }
  .gold-home__platform-grid { grid-template-columns: repeat(2, 1fr); }
  .gold-home__steps-grid { grid-template-columns: repeat(2, 1fr); }
  .gold-home__features-layout { grid-template-columns: 1fr; gap: 40px; }
  .gold-home__feature-copy { max-width: 650px; text-align: center; margin: 0 auto; }
  .gold-home__feature-copy h2,
  .gold-home__feature-copy p { margin-right: auto; margin-left: auto; }
}

@media (max-width: 767px) {
  .gold-home__shell { width: min(100% - 28px, 620px); }
  .gold-home__hero { min-height: 0; padding: 48px 0 55px; }
  .gold-home__eyebrow { padding: 7px 10px; font-size: 8px; }
  .gold-home__intro h1 { margin-top: 19px; font-size: clamp(34px, 10.6vw, 48px); line-height: 1.08; letter-spacing: -0.045em; }
  .gold-home__intro h1 .gold-home__headline-accent { margin-bottom: 13px; font-size: 0.72em; text-decoration-thickness: 2px; text-underline-offset: 6px; }
  .gold-home__lead { max-width: 560px; font-size: 14px; line-height: 1.72; }
  .gold-home__actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 9px; }
  .gold-home__button { min-height: 48px; padding: 11px 14px; font-size: 11px; }
  .gold-home__assurance { gap: 9px 13px; font-size: 9px; }
  .gold-home__social-orbit { flex-direction: column; gap: 10px; }
  .gold-home__login-card { padding: 22px 18px; border-radius: 18px; }
  .gold-home__login-head { margin-bottom: 20px; padding-bottom: 17px; }
  .gold-home__login-icon { flex-basis: 43px; width: 43px; height: 43px; }
  .gold-home__login-head h2 { font-size: 20px; }
  .gold-home__input-wrap .form-control { height: 50px; font-size: 16px; }
  .gold-home__secure-line { margin: 20px -18px -22px; border-radius: 0 0 18px 18px; }
  .gold-home__float-card { display: none; }
  .gold-home__trust-grid article { min-height: 94px; padding: 17px 10px; justify-content: flex-start; }
  .gold-home__trust-grid article > i { width: 37px; height: 37px; }
  .gold-home__trust-grid strong { font-size: 11px; }
  .gold-home__trust-grid span { font-size: 7.5px; }
  .gold-home__section { padding: 67px 0; }
  .gold-home__section-head { margin-bottom: 29px; }
  .gold-home__section-head h2,
  .gold-home__feature-copy h2,
  .gold-home__cta h2 { font-size: 30px; }
  .gold-home__section-head p,
  .gold-home__feature-copy p { font-size: 12px; }
  .gold-home__platform-grid { grid-template-columns: 1fr; gap: 10px; }
  .gold-home__service-card { min-height: 88px; padding: 15px; }
  .gold-home__steps-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .gold-home__steps-grid article { min-height: 205px; padding: 21px 17px; }
  .gold-home__steps-grid article > i { margin-bottom: 23px; }
  .gold-home__feature-grid { grid-template-columns: 1fr; gap: 10px; }
  .gold-home__feature-grid article { min-height: 120px; padding: 18px; }
  .gold-home__cta { padding: 25px 0 58px; }
  .gold-home__cta-card { align-items: flex-start; flex-direction: column; min-height: 0; padding: 31px 24px; border-radius: 19px; }
  .gold-home__cta-card .gold-home__button { width: 100%; }
  .gold-home__footer .gold-home__shell { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
}

@media (max-width: 430px) {
  .gold-home__actions { grid-template-columns: 1fr; }
  .gold-home__steps-grid { grid-template-columns: 1fr; }
  .gold-home__steps-grid article { min-height: 180px; }
  .gold-home__assurance { align-items: flex-start; flex-direction: column; }
  .gold-home__login-benefits { margin-top: 25px; padding: 0 6px; }
  .gold-home__login-benefits .gold-home__assurance { align-items: center; }
  .gold-home__trust-grid { grid-template-columns: 1fr; }
  .gold-home__trust-grid article { border-right: 0; border-bottom: 1px solid var(--home-line); }
  .gold-home__trust-grid article:last-child { border-bottom: 0; }
}

/* Keep headings legible inside the dark homepage sections. */
body.gold-public .gold-home__intro h1 {
  color: #fff9ec;
}

body.gold-public .gold-home__section-head--light h2,
body.gold-public .gold-home__steps-grid h3,
body.gold-public .gold-home__cta h2 {
  color: #fff3d7;
}

/* Public Services uses the same premium cards as the signed-in catalogue. */
body.gold-public.gold-services-page .gold-main {
  min-height: calc(100vh - 64px);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 4%, rgba(218, 173, 58, 0.17), transparent 24rem),
    radial-gradient(circle at 7% 78%, rgba(184, 128, 30, 0.1), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f8efd9 58%, #fffaf0);
}

body.gold-services-page--public .gold-services-table > thead > tr > th:first-child {
  width: 62px !important;
}

body.gold-services-page--public .gold-services-table > thead > tr > th:nth-child(2) {
  width: auto;
}

body.gold-services-page--public .gold-services-table > thead > tr > th:nth-child(3) {
  width: 118px;
}

body.gold-services-page--public .gold-services-table > thead > tr > th:nth-child(4),
body.gold-services-page--public .gold-services-table > thead > tr > th:nth-child(5) {
  width: 92px;
}

body.gold-services-page--public .gold-services-table > thead > tr > th:last-child {
  width: 76px;
}

@media (max-width: 767px) {
  body.gold-services-page--public .gold-services-row {
    grid-template-columns: 34px repeat(3, minmax(0, 1fr)) 32px;
    grid-template-areas:
      "id name name name action"
      "rate rate min max action";
  }
}

/* Public API keeps the premium documentation surface outside the account UI. */
body.gold-public.gold-api-page .gold-main {
  min-height: calc(100vh - 64px);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 5%, rgba(220, 176, 58, 0.17), transparent 27rem),
    radial-gradient(circle at 4% 74%, rgba(191, 137, 35, 0.08), transparent 30rem),
    linear-gradient(145deg, #fffdf8, #f7eed8 58%, #fffbf2);
}

@media (max-width: 767px) {
  body.gold-api-page--public .gold-main > .container {
    padding-bottom: 34px;
  }
}

/* Public mobile navigation: smooth premium drawer from the right. */
.gold-public-drawer__header,
.gold-public-drawer__footer,
.gold-public-drawer-overlay,
.gold-public-drawer__emoji,
.gold-public-drawer__arrow,
.gold-public-drawer__copy small {
  display: none;
}

.gold-public-drawer__copy strong {
  font: inherit;
}

@media (max-width: 767px) {
  body.gold-public-drawer-open {
    overflow: hidden;
  }

  body.gold-public > .navbar {
    overflow: visible;
  }

  body.gold-public .navbar-default .gold-public-drawer,
  body.gold-public .navbar-default .gold-public-drawer.collapse,
  body.gold-public .navbar-default .gold-public-drawer.collapsing,
  body.gold-public .navbar-default .gold-public-drawer.in {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: flex !important;
    width: min(88vw, 354px);
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    flex-direction: column;
    color: #38280c;
    background:
      radial-gradient(circle at 100% 0, rgba(226, 178, 57, 0.24), transparent 18rem),
      linear-gradient(160deg, #fffdf8 0%, #fbf2db 58%, #f4e4bd 100%);
    border: 0;
    border-left: 1px solid rgba(166, 113, 18, 0.42);
    border-radius: 22px 0 0 22px;
    box-shadow: -24px 0 55px rgba(45, 29, 3, 0.27);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(105%, 0, 0);
    will-change: transform, opacity;
    transition:
      transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.3s ease,
      visibility 0s linear 0.42s;
  }

  body.gold-public .navbar-default .gold-public-drawer.is-open,
  body.gold-public .navbar-default .gold-public-drawer.in {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
  }

  body.gold-public .navbar-default .gold-public-drawer__header {
    display: grid;
    min-height: 92px;
    padding: max(16px, env(safe-area-inset-top)) 17px 15px;
    grid-template-columns: 44px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 11px;
    background: rgba(255, 253, 247, 0.78);
    border-bottom: 1px solid rgba(170, 120, 24, 0.28);
    box-shadow: 0 8px 22px rgba(82, 51, 4, 0.07);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  body.gold-public .gold-public-drawer__brand-emoji {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: linear-gradient(145deg, #f7dd7f, #bd7c17);
    border: 1px solid #aa6d11;
    border-radius: 13px;
    box-shadow: 0 8px 18px rgba(132, 79, 4, 0.2), inset 0 1px rgba(255, 247, 204, 0.74);
    font-size: 17px;
  }

  body.gold-public .gold-public-drawer__heading {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  body.gold-public .gold-public-drawer__heading strong {
    color: #392707;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -0.015em;
  }

  body.gold-public .gold-public-drawer__heading small {
    margin-top: 3px;
    overflow: hidden;
    color: #8b7756;
    font-size: 8.5px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-public .gold-public-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #4e3508;
    background: rgba(255, 253, 246, 0.72);
    border: 1px solid rgba(166, 113, 18, 0.36);
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(76, 47, 3, 0.08);
    font-size: 25px;
    font-weight: 450;
    line-height: 1;
    transition: transform 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
  }

  body.gold-public .gold-public-drawer__close:hover,
  body.gold-public .gold-public-drawer__close:focus {
    color: #251704;
    background: #f3d77d;
    border-color: #a96e13;
    outline: none;
    box-shadow: 0 8px 18px rgba(126, 75, 5, 0.18);
  }

  body.gold-public .gold-public-drawer__close:active {
    transform: scale(0.93);
  }

  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 17px 14px 12px;
    overflow-x: hidden;
    overflow-y: auto;
    flex: 1 1 auto;
    overscroll-behavior: contain;
  }

  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li {
    float: none;
    width: 100%;
    margin: 0 0 9px;
    opacity: 0;
    transform: translate3d(22px, 0, 0);
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
  }

  body.gold-public .navbar-default .gold-public-drawer.is-open > .navbar-nav > li,
  body.gold-public .navbar-default .gold-public-drawer.in > .navbar-nav > li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  body.gold-public .gold-public-drawer.is-open > .navbar-nav > li:nth-child(1),
  body.gold-public .gold-public-drawer.in > .navbar-nav > li:nth-child(1) { transition-delay: 0.07s; }
  body.gold-public .gold-public-drawer.is-open > .navbar-nav > li:nth-child(2),
  body.gold-public .gold-public-drawer.in > .navbar-nav > li:nth-child(2) { transition-delay: 0.11s; }
  body.gold-public .gold-public-drawer.is-open > .navbar-nav > li:nth-child(3),
  body.gold-public .gold-public-drawer.in > .navbar-nav > li:nth-child(3) { transition-delay: 0.15s; }
  body.gold-public .gold-public-drawer.is-open > .navbar-nav > li:nth-child(4),
  body.gold-public .gold-public-drawer.in > .navbar-nav > li:nth-child(4) { transition-delay: 0.19s; }

  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li > a,
  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li.active > a {
    display: grid;
    min-height: 68px;
    padding: 10px 11px;
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 11px;
    color: #4c402d;
    background: rgba(255, 254, 250, 0.72);
    border: 1px solid rgba(176, 130, 36, 0.28);
    border-radius: 13px;
    box-shadow: 0 7px 17px rgba(73, 45, 3, 0.055);
    line-height: 1.2;
    white-space: normal;
  }

  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li > a:hover,
  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li > a:focus {
    color: #2a1a03;
    background: #fff9e8;
    border-color: rgba(166, 111, 18, 0.52);
    outline: none;
    transform: translateX(-3px);
    box-shadow: 0 10px 22px rgba(90, 54, 3, 0.11);
  }

  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li.active > a,
  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li.active > a:hover,
  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li.active > a:focus {
    color: #241604;
    background:
      radial-gradient(circle at 90% 8%, rgba(255, 244, 191, 0.42), transparent 8rem),
      linear-gradient(135deg, #f6dc7c, #ce8b1b);
    border-color: #a76a10;
    box-shadow: 0 11px 25px rgba(139, 84, 5, 0.21), inset 0 1px rgba(255, 246, 201, 0.76);
  }

  body.gold-public .gold-public-drawer__emoji {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: linear-gradient(145deg, #fff9e6, #f0d995);
    border: 1px solid rgba(159, 104, 15, 0.34);
    border-radius: 11px;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.78);
    font-size: 17px;
  }

  body.gold-public .gold-public-drawer li.active .gold-public-drawer__emoji {
    background: rgba(255, 250, 226, 0.74);
    border-color: rgba(103, 61, 4, 0.29);
  }

  body.gold-public .gold-public-drawer__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  body.gold-public .gold-public-drawer__copy strong {
    color: inherit;
    font-size: 13px;
    font-weight: 850;
  }

  body.gold-public .gold-public-drawer__copy small {
    display: block;
    margin-top: 4px;
    overflow: hidden;
    color: #8a7c66;
    font-size: 8.5px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-public .gold-public-drawer li.active .gold-public-drawer__copy small {
    color: rgba(58, 35, 3, 0.66);
  }

  body.gold-public .gold-public-drawer__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9a6a12;
    font-size: 24px;
    font-weight: 500;
    transition: transform 0.18s ease;
  }

  body.gold-public .gold-public-drawer a:hover .gold-public-drawer__arrow,
  body.gold-public .gold-public-drawer a:focus .gold-public-drawer__arrow {
    transform: translateX(3px);
  }

  body.gold-public .gold-public-drawer__footer {
    display: grid;
    min-height: 78px;
    padding: 13px 18px calc(13px + env(safe-area-inset-bottom));
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    color: #60450f;
    background: rgba(248, 233, 196, 0.68);
    border-top: 1px solid rgba(167, 115, 20, 0.24);
  }

  body.gold-public .gold-public-drawer__footer > span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: rgba(255, 252, 237, 0.74);
    border: 1px solid rgba(169, 113, 18, 0.28);
    border-radius: 9px;
    font-size: 14px;
  }

  body.gold-public .gold-public-drawer__footer > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  body.gold-public .gold-public-drawer__footer strong {
    font-size: 10px;
    font-weight: 850;
  }

  body.gold-public .gold-public-drawer__footer small {
    margin-top: 2px;
    color: #8c7a5b;
    font-size: 7.5px;
    font-weight: 650;
  }

  body.gold-public .navbar-default .gold-public-drawer-overlay {
    position: fixed;
    z-index: 1;
    inset: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    padding: 0;
    background: rgba(12, 8, 3, 0.5);
    border: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: opacity 0.34s ease, visibility 0s linear 0.42s;
  }

  body.gold-public-drawer-open .navbar-default .gold-public-drawer-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  body.gold-public .navbar-default .navbar-toggle {
    transition: transform 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
  }

  body.gold-public .navbar-default .navbar-toggle:hover,
  body.gold-public .navbar-default .navbar-toggle:focus {
    background: #fff8e4;
    border-color: #b87c18;
    outline: none;
    box-shadow: 0 7px 17px rgba(120, 73, 4, 0.14);
  }

  body.gold-public .navbar-default .navbar-toggle:active {
    transform: scale(0.94);
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  body.gold-public .navbar-default .gold-public-drawer,
  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li,
  body.gold-public .navbar-default .gold-public-drawer-overlay {
    transition-duration: 0.01ms !important;
    transition-delay: 0s !important;
  }
}

/* Public Sign up: premium two-panel registration experience. */
body.gold-public.gold-signup-page .gold-main {
  min-height: calc(100vh - 64px);
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(221, 174, 54, 0.2), transparent 28rem),
    radial-gradient(circle at 7% 86%, rgba(184, 128, 30, 0.1), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f6ecd4 58%, #fffaf0);
}

body.gold-signup-page .gold-main > .container {
  width: 100%;
  max-width: 1240px;
  padding: 34px 30px 48px;
}

body.gold-signup-page .gold-main > .container > .row {
  margin: 0;
}

body.gold-signup-page .gold-signup-column {
  float: none;
  width: 100% !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
  padding: 0;
}

body.gold-signup-page .gold-signup-panel {
  float: none;
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 23px;
  box-shadow: 0 24px 60px rgba(73, 46, 4, 0.16);
}

body.gold-signup-page .gold-signup-layout {
  display: grid;
  width: 100%;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  background: #fffdf8;
  border: 1px solid #caa34e;
  border-radius: 23px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.78);
}

body.gold-signup-page .gold-signup-visual {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 610px;
  padding: 35px 34px 30px;
  overflow: hidden;
  flex-direction: column;
  color: #f4e8ce;
  background:
    linear-gradient(rgba(214, 165, 48, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 165, 48, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 88% 7%, rgba(233, 186, 69, 0.22), transparent 18rem),
    linear-gradient(145deg, #171108, #080604 67%, #130d06);
  background-size: 36px 36px, 36px 36px, auto, auto;
  border-right: 1px solid rgba(192, 141, 37, 0.42);
}

body.gold-signup-page .gold-signup-visual::before,
body.gold-signup-page .gold-signup-visual::after {
  position: absolute;
  border: 1px solid rgba(224, 177, 64, 0.16);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}

body.gold-signup-page .gold-signup-visual::before {
  top: -145px;
  right: -118px;
  width: 330px;
  height: 330px;
}

body.gold-signup-page .gold-signup-visual::after {
  right: -54px;
  bottom: -115px;
  width: 245px;
  height: 245px;
}

body.gold-signup-page .gold-signup-visual__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  min-height: 31px;
  padding: 6px 10px;
  color: #e8ca70;
  background: rgba(206, 153, 39, 0.1);
  border: 1px solid rgba(213, 165, 54, 0.34);
  border-radius: 999px;
  font-size: 8.5px;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

body.gold-signup-page .gold-signup-visual__eyebrow i {
  margin-right: 7px;
  color: #f0ca5a;
  font-size: 8px;
}

body.gold-signup-page .gold-signup-visual__image {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 24px 0 25px;
  padding: 9px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(227, 181, 71, 0.65);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28), 0 0 0 4px rgba(213, 164, 49, 0.07);
}

body.gold-signup-page .gold-signup-visual__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-radius: 12px;
}

body.gold-signup-page .gold-signup-visual__copy {
  position: relative;
  z-index: 1;
}

body.gold-signup-page .gold-signup-visual__copy h1 {
  margin: 0;
  color: #fff3d7;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

body.gold-signup-page .gold-signup-visual__copy p {
  max-width: 430px;
  margin: 13px 0 0;
  color: #b7aa92;
  font-size: 10.5px;
  font-weight: 550;
  line-height: 1.65;
}

body.gold-signup-page .gold-signup-benefits {
  position: relative;
  z-index: 1;
  display: flex;
  margin-top: auto;
  padding-top: 23px;
  gap: 8px;
  flex-wrap: wrap;
}

body.gold-signup-page .gold-signup-benefits > span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 9px;
  color: #d8cbb2;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(214, 164, 48, 0.22);
  border-radius: 9px;
  font-size: 8px;
  font-weight: 750;
}

body.gold-signup-page .gold-signup-benefits b {
  margin-right: 6px;
  font-size: 11px;
}

body.gold-signup-page .gold-signup-form-card {
  min-width: 0;
  padding: 35px 38px;
  background:
    radial-gradient(circle at 100% 0, rgba(225, 180, 66, 0.17), transparent 18rem),
    linear-gradient(145deg, #fffefa, #fbf5e7 74%, #f5e7c7);
}

body.gold-signup-page .gold-signup-form {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

body.gold-signup-page .gold-signup-form__head {
  display: grid;
  min-height: 70px;
  margin-bottom: 23px;
  padding-bottom: 18px;
  grid-template-columns: 45px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid rgba(181, 136, 42, 0.28);
}

body.gold-signup-page .gold-signup-form__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #281905;
  background: linear-gradient(145deg, #f5dc80, #bc7a17);
  border: 1px solid #aa6b10;
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(127, 74, 4, 0.19), inset 0 1px rgba(255, 246, 198, 0.72);
  font-size: 14px;
}

body.gold-signup-page .gold-signup-form__heading {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-signup-page .gold-signup-form__heading strong {
  color: #4b3207;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

body.gold-signup-page .gold-signup-form__heading small {
  margin-top: 4px;
  color: #88775d;
  font-size: 9px;
  font-weight: 650;
}

body.gold-signup-page .gold-signup-form__secure {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  color: #6d4809;
  background: rgba(247, 225, 171, 0.56);
  border: 1px solid rgba(182, 130, 30, 0.39);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 850;
}

body.gold-signup-page .gold-signup-form__secure i {
  margin-right: 5px;
  font-size: 7px;
}

body.gold-signup-page .gold-signup-group {
  margin-bottom: 16px;
}

body.gold-signup-page .gold-signup-group > .control-label {
  margin-bottom: 7px;
  color: #514025;
  font-size: 10px;
  font-weight: 820;
}

body.gold-signup-page .gold-signup-field {
  position: relative;
  width: 100%;
}

body.gold-signup-page .gold-signup-field__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #9a6812;
  background: rgba(240, 218, 163, 0.44);
  border: 1px solid rgba(181, 132, 35, 0.23);
  border-radius: 9px;
  font-size: 10px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: color 0.16s ease, background-color 0.16s ease, border-color 0.16s ease;
}

body.gold-signup-page .gold-signup-field .form-control {
  width: 100%;
  height: 54px;
  min-height: 54px;
  padding: 11px 13px 11px 52px;
  color: #3d3324;
  background: rgba(255, 254, 250, 0.9);
  border: 1px solid #d1b76f;
  border-radius: 12px;
  box-shadow: inset 0 1px 2px rgba(67, 43, 4, 0.025);
  font-size: 13px;
  font-weight: 620;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

body.gold-signup-page .gold-signup-field .form-control::placeholder {
  color: #aaa08e;
  font-weight: 500;
}

body.gold-signup-page .gold-signup-field .form-control:focus {
  background: #fff;
  border-color: #b77a17;
  outline: none;
  box-shadow: 0 0 0 3px rgba(205, 151, 40, 0.13), 0 8px 19px rgba(92, 56, 4, 0.07);
}

body.gold-signup-page .gold-signup-group:focus-within .gold-signup-field__icon {
  color: #2a1a03;
  background: linear-gradient(145deg, #f4d978, #c98a1d);
  border-color: #a96b10;
}

body.gold-signup-page .gold-signup-group.has-error .gold-signup-field .form-control {
  border-color: #b9362e;
  box-shadow: 0 0 0 3px rgba(185, 54, 46, 0.09);
}

body.gold-signup-page .gold-signup-group .help-block {
  margin: 6px 2px 0;
  color: #a92e28;
  font-size: 8.5px;
  font-weight: 700;
}

body.gold-signup-page .gold-signup-actions {
  display: flex;
  margin: 24px 0 0;
  flex-direction: column;
}

body.gold-signup-page .gold-signup-actions > [class*="col-"] {
  float: none;
  width: 100%;
  padding: 0;
}

body.gold-signup-page .gold-signup-actions .form-inline,
body.gold-signup-page .gold-signup-actions .form-group {
  display: block;
  width: 100%;
  margin: 0;
}

body.gold-signup-page .gold-signup-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 11px 18px;
  color: #261704;
  background:
    radial-gradient(circle at 90% 0, rgba(255, 244, 191, 0.44), transparent 8rem),
    linear-gradient(135deg, #f3d675, #cb891a);
  border: 1px solid #a96d12;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(136, 80, 4, 0.19), inset 0 1px rgba(255, 246, 198, 0.72);
  font-size: 12px;
  font-weight: 900;
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

body.gold-signup-page .gold-signup-submit i {
  margin-left: 9px;
  font-size: 9px;
  transition: transform 0.16s ease;
}

body.gold-signup-page .gold-signup-submit:hover,
body.gold-signup-page .gold-signup-submit:focus {
  color: #1d1102;
  filter: brightness(1.03);
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 13px 27px rgba(136, 80, 4, 0.24), inset 0 1px rgba(255, 248, 209, 0.8);
}

body.gold-signup-page .gold-signup-submit:hover i,
body.gold-signup-page .gold-signup-submit:focus i {
  transform: translateX(3px);
}

body.gold-signup-page .gold-signup-signin {
  display: block;
  margin-top: 18px;
  color: #7d715f;
  font-size: 10px;
  font-weight: 620;
  text-align: center;
}

body.gold-signup-page .gold-signup-signin a {
  color: #8d5d08;
  font-weight: 850;
}

body.gold-signup-page .gold-signup-form > .alert {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 9px;
  font-weight: 700;
}

@media (max-width: 900px) {
  body.gold-signup-page .gold-signup-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  body.gold-signup-page .gold-signup-visual,
  body.gold-signup-page .gold-signup-form-card {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  body.gold-signup-page .gold-main > .container {
    width: 100%;
    padding: 14px 10px 34px;
  }

  body.gold-signup-page .gold-main > .container > .row,
  body.gold-signup-page .gold-signup-column {
    width: 100%;
    margin: 0 !important;
    padding: 0;
  }

  body.gold-signup-page .gold-signup-panel,
  body.gold-signup-page .gold-signup-layout {
    border-radius: 18px;
  }

  body.gold-signup-page .gold-signup-layout {
    display: flex;
    flex-direction: column;
  }

  body.gold-signup-page .gold-signup-visual {
    min-height: 0;
    padding: 19px 17px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(193, 143, 39, 0.42);
  }

  body.gold-signup-page .gold-signup-visual__eyebrow {
    min-height: 27px;
    padding: 5px 9px;
    font-size: 7px;
  }

  body.gold-signup-page .gold-signup-visual__image {
    width: min(100%, 370px);
    margin: 15px auto 17px;
    padding: 7px;
    border-radius: 14px;
  }

  body.gold-signup-page .gold-signup-visual__image img {
    border-radius: 9px;
  }

  body.gold-signup-page .gold-signup-visual__copy h1 {
    font-size: 23px;
  }

  body.gold-signup-page .gold-signup-visual__copy p {
    margin-top: 9px;
    font-size: 9.5px;
    line-height: 1.55;
  }

  body.gold-signup-page .gold-signup-benefits {
    margin-top: 16px;
    padding-top: 0;
    gap: 6px;
  }

  body.gold-signup-page .gold-signup-benefits > span {
    min-height: 29px;
    padding: 5px 7px;
    font-size: 7px;
  }

  body.gold-signup-page .gold-signup-form-card {
    padding: 21px 17px 23px;
  }

  body.gold-signup-page .gold-signup-form__head {
    min-height: 58px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 9px;
  }

  body.gold-signup-page .gold-signup-form__icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    font-size: 12px;
  }

  body.gold-signup-page .gold-signup-form__heading strong {
    font-size: 15px;
  }

  body.gold-signup-page .gold-signup-form__heading small {
    font-size: 8px;
  }

  body.gold-signup-page .gold-signup-form__secure {
    padding: 5px 7px;
    font-size: 7px;
  }

  body.gold-signup-page .gold-signup-group {
    margin-bottom: 14px;
  }

  body.gold-signup-page .gold-signup-group > .control-label {
    font-size: 10px;
  }

  body.gold-signup-page .gold-signup-field .form-control {
    height: 52px;
    min-height: 52px;
    padding-left: 49px;
    font-size: 16px;
  }

  body.gold-signup-page .gold-signup-field__icon {
    left: 9px;
    width: 31px;
    height: 31px;
  }

  body.gold-signup-page .gold-signup-actions {
    margin-top: 21px;
  }

  body.gold-signup-page .gold-signup-submit {
    min-height: 50px;
    font-size: 11px;
  }

  body.gold-signup-page .gold-signup-signin {
    margin-top: 16px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-signup-page .gold-signup-field .form-control,
  body.gold-signup-page .gold-signup-field__icon,
  body.gold-signup-page .gold-signup-submit,
  body.gold-signup-page .gold-signup-submit i {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   Public pages — persistent premium light / dark colour mode
   -------------------------------------------------------------------------- */
.gold-public-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #563906;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.78), transparent 2.7rem),
    linear-gradient(145deg, #fffdf5, #f2dfae);
  border: 1px solid rgba(169, 116, 19, 0.43);
  border-radius: 12px;
  box-shadow: 0 7px 17px rgba(111, 67, 4, 0.1), inset 0 1px rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, background 0.25s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.16s ease;
}

.gold-public-theme-toggle:hover,
.gold-public-theme-toggle:focus {
  color: #201303;
  background: linear-gradient(145deg, #f7dc7d, #cd8b1b);
  border-color: #a76b10;
  outline: none;
  box-shadow: 0 9px 21px rgba(124, 74, 4, 0.19), inset 0 1px rgba(255, 247, 205, 0.78);
  transform: translateY(-1px);
}

.gold-public-theme-toggle:active {
  transform: scale(0.94);
}

.gold-public-theme-toggle--mobile {
  display: none;
}

body.gold-public .navbar-default .navbar-nav > .gold-public-theme-item {
  display: flex;
  align-items: center;
  min-height: 60px;
  margin: 0 8px;
}

body.gold-public .navbar-default .navbar-nav > .gold-public-theme-item > .gold-public-theme-toggle {
  float: none;
}

body.gold-public,
body.gold-public .gold-main,
body.gold-public .gold-home,
body.gold-public > .navbar,
body.gold-public .navbar-default {
  transition: color 0.28s ease, background-color 0.32s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

/* Public navigation in dark mode. */
body.gold-public.gold-dark {
  --home-ink: #f2e8d5;
  --home-muted: #b0a38e;
  --home-cream: #080705;
  --home-surface: #141008;
  --home-line: rgba(207, 157, 50, 0.3);
  color: #eee3cf;
  background: #080705;
  color-scheme: dark;
}

body.gold-public.gold-dark > .navbar,
body.gold-public.gold-dark .navbar-default {
  background:
    radial-gradient(circle at 84% 0, rgba(218, 168, 47, 0.12), transparent 15rem),
    rgba(9, 8, 6, 0.97);
  border-bottom-color: rgba(195, 144, 37, 0.52);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.38);
}

body.gold-public.gold-dark .navbar-default .navbar-brand {
  color: #edce78;
  text-shadow: 0 0 20px rgba(225, 175, 55, 0.13);
}

body.gold-public.gold-dark .navbar-default .navbar-nav > li > a {
  color: #cfc3ae;
}

body.gold-public.gold-dark .navbar-default .navbar-nav > li > a:hover,
body.gold-public.gold-dark .navbar-default .navbar-nav > li > a:focus {
  color: #f1d373;
}

body.gold-public.gold-dark .navbar-default .navbar-nav > .active > a,
body.gold-public.gold-dark .navbar-default .navbar-nav > .active > a:hover,
body.gold-public.gold-dark .navbar-default .navbar-nav > .active > a:focus {
  color: #1d1202;
  background: linear-gradient(135deg, #f1d16f, #bd7812);
}

body.gold-public.gold-dark .gold-public-theme-toggle {
  color: #f3d672;
  background:
    radial-gradient(circle at 28% 18%, rgba(226, 179, 62, 0.15), transparent 2.5rem),
    linear-gradient(145deg, #211a10, #0c0a07);
  border-color: rgba(197, 148, 43, 0.5);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 224, 136, 0.055);
}

body.gold-public.gold-dark .gold-public-theme-toggle:hover,
body.gold-public.gold-dark .gold-public-theme-toggle:focus {
  color: #211503;
  background: linear-gradient(145deg, #f1d573, #c58215);
  border-color: #d2a241;
}

/* Homepage surfaces in dark mode. The hero, process section and footer already
   use the dark luxury palette, so this completes the remaining light panels. */
body.gold-public.gold-dark .gold-home {
  color: #eee4d2;
  background: #080705;
}

body.gold-public.gold-dark .gold-home__login-card {
  background:
    radial-gradient(circle at 100% 0, rgba(221, 175, 55, 0.14), transparent 16rem),
    linear-gradient(145deg, #1d170f, #0b0906 74%, #151008);
  border-color: rgba(197, 148, 43, 0.53);
  box-shadow: 0 25px 58px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 225, 139, 0.045);
}

body.gold-public.gold-dark .gold-home__login-head {
  border-bottom-color: rgba(189, 140, 40, 0.3);
}

body.gold-public.gold-dark .gold-home__login-head h2,
body.gold-public.gold-dark .gold-home__field > label,
body.gold-public.gold-dark .gold-home__field-row label {
  color: #f3e5c7;
}

body.gold-public.gold-dark .gold-home__login-head p,
body.gold-public.gold-dark .gold-home__signup-line,
body.gold-public.gold-dark .gold-home__divider,
body.gold-public.gold-dark .gold-home__secure-line {
  color: #aa9e89;
}

body.gold-public.gold-dark .gold-home__field-row a,
body.gold-public.gold-dark .gold-home__signup-line a,
body.gold-public.gold-dark .gold-home__text-link {
  color: #e4c15c;
}

body.gold-public.gold-dark .gold-home__field-row a:hover,
body.gold-public.gold-dark .gold-home__field-row a:focus,
body.gold-public.gold-dark .gold-home__signup-line a:hover,
body.gold-public.gold-dark .gold-home__signup-line a:focus,
body.gold-public.gold-dark .gold-home__text-link:hover,
body.gold-public.gold-dark .gold-home__text-link:focus {
  color: #ffe294;
}

body.gold-public.gold-dark .gold-home__input-wrap > i {
  color: #d0a63b;
}

body.gold-public.gold-dark .gold-home__input-wrap .form-control {
  color: #f0e5d0;
  background: rgba(5, 4, 3, 0.76);
  border-color: rgba(172, 126, 33, 0.55);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.44);
}

body.gold-public.gold-dark .gold-home__input-wrap .form-control::placeholder {
  color: #796f60;
}

body.gold-public.gold-dark .gold-home__input-wrap .form-control:focus {
  background: #090705;
  border-color: #d19b2e;
  box-shadow: 0 0 0 3px rgba(205, 151, 40, 0.14), 0 9px 22px rgba(0, 0, 0, 0.34);
}

body.gold-public.gold-dark .gold-home__divider::before,
body.gold-public.gold-dark .gold-home__divider::after {
  background: rgba(191, 142, 42, 0.28);
}

body.gold-public.gold-dark .gold-home__secure-line {
  background: rgba(105, 77, 25, 0.14);
  border-top-color: rgba(181, 132, 36, 0.25);
}

body.gold-public.gold-dark .gold-home__trust,
body.gold-public.gold-dark .gold-home__section--platforms,
body.gold-public.gold-dark .gold-home__section--features,
body.gold-public.gold-dark .gold-home__custom,
body.gold-public.gold-dark .gold-home__cta {
  background:
    radial-gradient(circle at 88% 0, rgba(219, 170, 50, 0.08), transparent 23rem),
    linear-gradient(180deg, #0d0a06, #070604);
}

body.gold-public.gold-dark .gold-home__trust,
body.gold-public.gold-dark .gold-home__custom {
  border-color: rgba(180, 132, 35, 0.27);
}

body.gold-public.gold-dark .gold-home__trust-grid article {
  border-color: rgba(180, 132, 35, 0.25);
}

body.gold-public.gold-dark .gold-home__trust-grid strong,
body.gold-public.gold-dark .gold-home__section-head h2,
body.gold-public.gold-dark .gold-home__feature-copy h2,
body.gold-public.gold-dark .gold-home__service-card strong,
body.gold-public.gold-dark .gold-home__feature-grid h3 {
  color: #f1e3c8;
}

body.gold-public.gold-dark .gold-home__trust-grid span,
body.gold-public.gold-dark .gold-home__section-head p,
body.gold-public.gold-dark .gold-home__feature-copy p,
body.gold-public.gold-dark .gold-home__service-card small,
body.gold-public.gold-dark .gold-home__feature-grid p,
body.gold-public.gold-dark .gold-home__custom {
  color: #aa9e89;
}

body.gold-public.gold-dark .gold-home__service-card,
body.gold-public.gold-dark .gold-home__feature-grid article {
  color: #eadfc9;
  background:
    radial-gradient(circle at 100% 0, rgba(220, 173, 54, 0.08), transparent 10rem),
    linear-gradient(145deg, #1b160e, #0b0906);
  border-color: rgba(180, 133, 37, 0.38);
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.3);
}

body.gold-public.gold-dark .gold-home__service-card:hover,
body.gold-public.gold-dark .gold-home__service-card:focus {
  color: #fff0cc;
  background: linear-gradient(145deg, #241c10, #100c07);
  border-color: rgba(220, 170, 58, 0.68);
  box-shadow: 0 19px 42px rgba(0, 0, 0, 0.42);
}

body.gold-public.gold-dark .gold-home__cta-card {
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.48);
}

/* Reassert dark page canvases after the public-page layout overrides. */
body.gold-public.gold-dark.gold-services-page .gold-main,
body.gold-public.gold-dark.gold-api-page .gold-main,
body.gold-public.gold-dark.gold-signup-page .gold-main {
  background:
    radial-gradient(circle at 90% 4%, rgba(223, 179, 65, 0.13), transparent 24rem),
    radial-gradient(circle at 8% 78%, rgba(133, 87, 18, 0.11), transparent 28rem),
    linear-gradient(145deg, #100c07, #050403 58%, #0e0a05);
}

/* Public sign-up form in dark mode. */
body.gold-public.gold-dark.gold-signup-page .gold-signup-panel {
  box-shadow: 0 25px 62px rgba(0, 0, 0, 0.53);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-layout {
  background: #0d0a06;
  border-color: #76591e;
  box-shadow: inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-form-card {
  background:
    radial-gradient(circle at 100% 0, rgba(225, 180, 66, 0.14), transparent 18rem),
    linear-gradient(145deg, #1d170f, #0b0906 74%, #151008);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-form__head {
  border-bottom-color: rgba(190, 141, 40, 0.34);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-form__heading strong,
body.gold-public.gold-dark.gold-signup-page .gold-signup-group > .control-label {
  color: #f1e2c4;
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-form__heading small,
body.gold-public.gold-dark.gold-signup-page .gold-signup-signin {
  color: #a99c87;
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-form__secure {
  color: #e5c464;
  background: rgba(125, 91, 25, 0.2);
  border-color: rgba(193, 143, 38, 0.43);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-field__icon {
  color: #d5aa3c;
  background: rgba(111, 80, 21, 0.21);
  border-color: rgba(177, 130, 34, 0.35);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-field .form-control {
  color: #eee3cf;
  background: rgba(5, 4, 3, 0.75);
  border-color: rgba(176, 130, 34, 0.58);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.46);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-field .form-control::placeholder {
  color: #7b7161;
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-field .form-control:focus {
  background: #080604;
  border-color: #d19a2c;
  box-shadow: 0 0 0 3px rgba(205, 151, 40, 0.14), 0 9px 21px rgba(0, 0, 0, 0.35);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-signin a {
  color: #e4c15f;
}

/* Safe fallback for smaller public forms such as password recovery. */
body.gold-public.gold-dark:not(.gold-services-page):not(.gold-api-page):not(.gold-signup-page) .gold-main > .container .well {
  color: #eee3cf;
  background: linear-gradient(145deg, #1d170f, #0b0906);
  border-color: #76591e;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42);
}

body.gold-public.gold-dark:not(.gold-services-page):not(.gold-api-page):not(.gold-signup-page) .gold-main > .container .form-control {
  color: #eee3cf;
  background: #090705;
  border-color: rgba(178, 132, 36, 0.58);
}

body.gold-public.gold-dark:not(.gold-services-page):not(.gold-api-page):not(.gold-signup-page) .gold-main > .container .control-label {
  color: #f0e2c7;
}

@media (max-width: 767px) {
  .gold-public-theme-toggle--desktop,
  body.gold-public .navbar-default .navbar-nav > .gold-public-theme-item {
    display: none !important;
  }

  .gold-public-theme-toggle--mobile {
    float: right;
    display: inline-flex;
    width: 42px;
    height: 42px;
    margin: 8px 7px 8px 0;
  }

  body.gold-public.gold-dark .navbar-default .navbar-toggle {
    background: linear-gradient(145deg, #20190f, #0c0a07);
    border-color: rgba(197, 148, 43, 0.5);
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.32);
  }

  body.gold-public.gold-dark .navbar-default .navbar-toggle .icon-bar {
    background: #e5c461;
  }

  body.gold-public.gold-dark .navbar-default .navbar-toggle:hover,
  body.gold-public.gold-dark .navbar-default .navbar-toggle:focus {
    background: #261c0f;
    border-color: #c9962e;
  }

  body.gold-public.gold-dark .navbar-default .gold-public-drawer,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer.collapse,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer.collapsing,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer.in {
    color: #e9ddc6;
    background:
      radial-gradient(circle at 100% 0, rgba(226, 178, 57, 0.17), transparent 18rem),
      linear-gradient(160deg, #17120b 0%, #080604 63%, #110d07 100%);
    border-left-color: rgba(196, 146, 39, 0.55);
    box-shadow: -26px 0 58px rgba(0, 0, 0, 0.65);
  }

  body.gold-public.gold-dark .navbar-default .gold-public-drawer__header {
    background: rgba(13, 10, 6, 0.82);
    border-bottom-color: rgba(184, 135, 36, 0.38);
    box-shadow: 0 8px 23px rgba(0, 0, 0, 0.32);
  }

  body.gold-public.gold-dark .gold-public-drawer__heading strong {
    color: #f0d378;
  }

  body.gold-public.gold-dark .gold-public-drawer__heading small,
  body.gold-public.gold-dark .gold-public-drawer__copy small,
  body.gold-public.gold-dark .gold-public-drawer__footer small {
    color: #9e927f;
  }

  body.gold-public.gold-dark .gold-public-drawer__close {
    color: #ead078;
    background: rgba(38, 29, 16, 0.72);
    border-color: rgba(182, 135, 38, 0.49);
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.3);
  }

  body.gold-public.gold-dark .gold-public-drawer__close:hover,
  body.gold-public.gold-dark .gold-public-drawer__close:focus {
    color: #231603;
    background: #e7c860;
  }

  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li > a,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li.active > a {
    color: #e0d5c1;
    background: linear-gradient(145deg, rgba(35, 28, 17, 0.9), rgba(13, 10, 7, 0.9));
    border-color: rgba(174, 130, 37, 0.46);
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.27);
  }

  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li > a:hover,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li > a:focus {
    color: #f5e8cc;
    background: #231a0e;
    border-color: rgba(212, 162, 50, 0.67);
  }

  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li.active > a,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li.active > a:hover,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li.active > a:focus {
    color: #241604;
    background: linear-gradient(135deg, #f2d475, #c98517);
  }

  body.gold-public.gold-dark .gold-public-drawer__emoji {
    background: linear-gradient(145deg, #302516, #171108);
    border-color: rgba(192, 143, 40, 0.48);
    box-shadow: inset 0 1px rgba(255, 226, 141, 0.07);
  }

  body.gold-public.gold-dark .gold-public-drawer li.active .gold-public-drawer__emoji {
    background: rgba(255, 246, 202, 0.52);
    border-color: rgba(103, 61, 4, 0.3);
  }

  body.gold-public.gold-dark .gold-public-drawer__footer {
    color: #e1c66e;
    background: rgba(25, 19, 11, 0.88);
    border-top-color: rgba(182, 134, 36, 0.36);
  }

  body.gold-public.gold-dark .gold-public-drawer__footer > span:first-child {
    background: rgba(52, 39, 20, 0.76);
    border-color: rgba(187, 139, 39, 0.43);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-public-theme-toggle,
  body.gold-public,
  body.gold-public .gold-main,
  body.gold-public .gold-home,
  body.gold-public > .navbar,
  body.gold-public .navbar-default {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   New order — platform category and service filter
   -------------------------------------------------------------------------- */
.gold-card-title--platform {
  position: relative;
  overflow: visible;
  gap: 9px;
}

.gold-card-title--platform > span:not(.gold-card-title__icon) {
  min-width: 0;
}

.gold-platform-filter {
  position: relative;
  z-index: 80;
  display: inline-flex;
  margin-left: auto;
  flex: 0 0 auto;
}

.gold-platform-filter__trigger {
  display: grid;
  min-width: 158px;
  min-height: 42px;
  padding: 6px 9px;
  grid-template-columns: 28px minmax(0, 1fr) 15px;
  align-items: center;
  gap: 7px;
  color: #4c3710;
  background:
    radial-gradient(circle at 92% 0, rgba(241, 202, 98, 0.28), transparent 6rem),
    linear-gradient(145deg, #fffdf8, #f5e8c8);
  border: 1px solid #c8a452;
  border-radius: 11px;
  box-shadow: 0 7px 17px rgba(92, 56, 4, 0.09), inset 0 1px rgba(255, 255, 255, 0.82);
  font-size: 9.5px;
  font-weight: 850;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  transition: color 0.16s ease, background 0.2s ease, border-color 0.16s ease, box-shadow 0.18s ease, transform 0.16s ease;
}

.gold-platform-filter__trigger:hover,
.gold-platform-filter__trigger:focus,
.gold-platform-filter.is-open .gold-platform-filter__trigger {
  color: #281a03;
  background: linear-gradient(145deg, #fff8df, #ebcf82);
  border-color: #aa7112;
  outline: none;
  box-shadow: 0 10px 22px rgba(115, 69, 4, 0.15), inset 0 1px rgba(255, 255, 255, 0.85);
}

.gold-platform-filter__trigger:active {
  transform: scale(0.975);
}

.gold-platform-filter__current {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gold-platform-filter__chevron {
  justify-self: center;
  color: #9f6c12;
  font-size: 8px;
  transition: transform 0.2s ease;
}

.gold-platform-filter.is-open .gold-platform-filter__chevron {
  transform: rotate(180deg);
}

.gold-platform-filter__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  overflow: hidden;
  color: #704805;
  background: linear-gradient(145deg, #fff8de, #e9cb79);
  border: 1px solid rgba(167, 111, 17, 0.35);
  border-radius: 8px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1;
}

.gold-platform-filter__icon img,
.gold-platform-filter__icon svg {
  display: block;
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  margin: 0 !important;
  object-fit: contain;
}

.gold-platform-filter__icon > i,
.gold-platform-filter__icon > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  font-size: 12px;
  line-height: 1;
}

.gold-platform-filter__menu {
  position: absolute;
  z-index: 5;
  top: calc(100% + 8px);
  right: 0;
  display: grid;
  width: 245px;
  max-height: min(62vh, 450px);
  padding: 7px;
  overflow-x: hidden;
  overflow-y: auto;
  gap: 5px;
  background:
    radial-gradient(circle at 100% 0, rgba(228, 182, 69, 0.2), transparent 10rem),
    linear-gradient(145deg, #fffefa, #f7eed9);
  border: 1px solid #bc8b2f;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(59, 36, 3, 0.23), inset 0 1px rgba(255, 255, 255, 0.84);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-7px) scale(0.98);
  transform-origin: top right;
  transition: opacity 0.18s ease, visibility 0s linear 0.24s, transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.gold-platform-filter.is-open .gold-platform-filter__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition-delay: 0s;
}

.gold-platform-filter__option {
  display: grid;
  width: 100%;
  min-height: 43px;
  padding: 6px 8px;
  grid-template-columns: 30px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 8px;
  color: #55462f;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(176, 128, 31, 0.2);
  border-radius: 10px;
  box-shadow: none;
  font-size: 10px;
  font-weight: 780;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  transition: color 0.15s ease, background 0.17s ease, border-color 0.15s ease, transform 0.15s ease;
}

.gold-platform-filter__option:hover,
.gold-platform-filter__option:focus {
  color: #2b1b03;
  background: #fff8e4;
  border-color: rgba(170, 112, 17, 0.5);
  outline: none;
  transform: translateX(-2px);
}

.gold-platform-filter__option.is-active {
  color: #251604;
  background:
    radial-gradient(circle at 92% 0, rgba(255, 245, 196, 0.42), transparent 6rem),
    linear-gradient(135deg, #f3d675, #cc8919);
  border-color: #a96b10;
  box-shadow: 0 7px 16px rgba(132, 78, 4, 0.15), inset 0 1px rgba(255, 247, 204, 0.74);
}

.gold-platform-filter__option.is-active .gold-platform-filter__icon {
  background: rgba(255, 250, 229, 0.76);
  border-color: rgba(102, 61, 4, 0.27);
}

.gold-platform-filter__option:disabled {
  opacity: 0.38;
  cursor: not-allowed;
  filter: grayscale(0.55);
}

.gold-platform-filter__option-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gold-platform-filter__check {
  justify-self: center;
  color: #5e3d05;
  font-size: 8px;
  opacity: 0;
}

.gold-platform-filter__option.is-active .gold-platform-filter__check {
  opacity: 1;
}

body.gold-dark .gold-platform-filter__trigger {
  color: #eadfc9;
  background:
    radial-gradient(circle at 92% 0, rgba(213, 162, 48, 0.1), transparent 6rem),
    linear-gradient(145deg, #211a10, #0d0a07);
  border-color: rgba(190, 141, 39, 0.55);
  box-shadow: 0 8px 19px rgba(0, 0, 0, 0.31), inset 0 1px rgba(255, 226, 139, 0.05);
}

body.gold-dark .gold-platform-filter__trigger:hover,
body.gold-dark .gold-platform-filter__trigger:focus,
body.gold-dark .gold-platform-filter.is-open .gold-platform-filter__trigger {
  color: #f8e9c8;
  background: linear-gradient(145deg, #2a2012, #120e08);
  border-color: rgba(218, 166, 52, 0.75);
}

body.gold-dark .gold-platform-filter__icon {
  color: #e0c36a;
  background: linear-gradient(145deg, #302516, #171108);
  border-color: rgba(192, 143, 40, 0.48);
  box-shadow: inset 0 1px rgba(255, 226, 141, 0.07);
}

body.gold-dark .gold-platform-filter__menu {
  background:
    radial-gradient(circle at 100% 0, rgba(224, 176, 57, 0.14), transparent 10rem),
    linear-gradient(145deg, #1d170f, #090705 76%, #130e07);
  border-color: #77591e;
  box-shadow: 0 22px 49px rgba(0, 0, 0, 0.58), inset 0 1px rgba(255, 225, 136, 0.04);
}

body.gold-dark .gold-platform-filter__option {
  color: #d8ccb7;
  background: linear-gradient(145deg, rgba(34, 27, 17, 0.94), rgba(13, 10, 7, 0.94));
  border-color: rgba(178, 133, 38, 0.4);
}

body.gold-dark .gold-platform-filter__option:hover,
body.gold-dark .gold-platform-filter__option:focus {
  color: #f4e7cd;
  background: #241b0f;
  border-color: rgba(213, 163, 51, 0.68);
}

body.gold-dark .gold-platform-filter__option.is-active {
  color: #251604;
  background: linear-gradient(135deg, #f1d373, #c78316);
  border-color: #d2a13c;
}

@media (max-width: 767px) {
  .gold-card-title--platform {
    gap: 7px;
  }

  .gold-card-title--platform .gold-card-title__icon {
    flex: 0 0 36px;
  }

  .gold-platform-filter__trigger {
    min-width: 137px;
    min-height: 38px;
    padding: 5px 7px;
    grid-template-columns: 25px minmax(0, 1fr) 12px;
    gap: 6px;
    font-size: 8.5px;
  }

  .gold-platform-filter__trigger .gold-platform-filter__icon {
    width: 25px;
    height: 25px;
    border-radius: 7px;
  }

  .gold-platform-filter__trigger .gold-platform-filter__icon img,
  .gold-platform-filter__trigger .gold-platform-filter__icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  .gold-platform-filter__menu {
    width: min(78vw, 245px);
    max-height: min(58vh, 430px);
  }
}

@media (max-width: 390px) {
  .gold-platform-filter__trigger {
    min-width: 42px;
    width: 42px;
    grid-template-columns: 1fr;
  }

  .gold-platform-filter__trigger .gold-platform-filter__current,
  .gold-platform-filter__trigger .gold-platform-filter__chevron {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-platform-filter__trigger,
  .gold-platform-filter__chevron,
  .gold-platform-filter__menu,
  .gold-platform-filter__option {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   New order — "Read Here Before Order" action and guidelines modal
   -------------------------------------------------------------------------- */
body.gold-order-guidelines-open {
  overflow: hidden;
}

.gold-order-read-wrap {
  display: flex;
  width: 100%;
  margin: 14px 0 8px;
  justify-content: center;
}

.gold-order-read-button {
  position: relative;
  display: inline-flex;
  width: auto;
  min-height: 34px;
  padding: 5px 7px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #776f62;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  cursor: pointer;
  transition: color 0.18s ease, background 0.2s ease, border-color 0.18s ease, box-shadow 0.2s ease, transform 0.16s ease;
}

.gold-order-read-button::before {
  display: none;
}

.gold-order-read-button:hover,
.gold-order-read-button:focus {
  color: #9a6710;
  background: transparent;
  border-color: transparent;
  outline: none;
  box-shadow: none;
  transform: none;
}

.gold-order-read-button:active {
  opacity: 0.72;
  transform: none;
}

.gold-order-read-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  color: #8a8173;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.gold-order-read-button__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.gold-order-read-button__copy strong {
  color: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.gold-order-read-button__copy small {
  margin-top: 3px;
  color: #8a7656;
  font-size: 8px;
  font-weight: 680;
}

.gold-order-read-button__arrow {
  display: none;
}

.gold-order-read-button:hover .gold-order-read-button__arrow,
.gold-order-read-button:focus .gold-order-read-button__arrow {
  transform: translateX(3px);
}

.gold-order-guidelines {
  position: fixed;
  z-index: 20050;
  inset: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0s linear 0.34s;
}

.gold-order-guidelines.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.gold-order-guidelines__backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(10, 7, 3, 0.72);
  border: 0;
  outline: 0;
  cursor: default;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.gold-order-guidelines__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100%, 760px);
  max-height: min(88vh, 820px);
  max-height: min(88dvh, 820px);
  overflow: hidden;
  flex-direction: column;
  color: #42321a;
  background:
    radial-gradient(circle at 100% 0, rgba(226, 179, 61, 0.2), transparent 20rem),
    linear-gradient(145deg, #fffefa, #fbf4e2 76%, #f3e1b8);
  border: 1px solid #bd8b2b;
  border-radius: 21px;
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.36), inset 0 1px rgba(255, 255, 255, 0.9);
  opacity: 0;
  transform: translateY(18px) scale(0.975);
  transition: opacity 0.24s ease, transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.gold-order-guidelines.is-open .gold-order-guidelines__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gold-order-guidelines__header {
  display: grid;
  flex: 0 0 auto;
  min-height: 86px;
  padding: 17px 19px;
  grid-template-columns: 48px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 12px;
  background: rgba(255, 253, 246, 0.8);
  border-bottom: 1px solid rgba(177, 126, 26, 0.3);
  box-shadow: 0 8px 22px rgba(82, 50, 4, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.gold-order-guidelines__header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff2dc;
  background: linear-gradient(145deg, #cf4646, #941e1e);
  border: 1px solid #7f1717;
  border-radius: 13px;
  box-shadow: 0 9px 19px rgba(151, 31, 31, 0.22), inset 0 1px rgba(255, 220, 192, 0.25);
  font-size: 15px;
}

.gold-order-guidelines__heading {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.gold-order-guidelines__heading small {
  margin-bottom: 3px;
  color: #b22e2e;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gold-order-guidelines__heading strong {
  color: #392607;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.gold-order-guidelines__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #674509;
  background: rgba(255, 253, 247, 0.78);
  border: 1px solid rgba(169, 116, 20, 0.42);
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(74, 45, 3, 0.08);
  font-size: 25px;
  font-weight: 450;
  line-height: 1;
  cursor: pointer;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.gold-order-guidelines__close:hover,
.gold-order-guidelines__close:focus {
  color: #fff;
  background: #a42626;
  border-color: #7e1717;
  outline: none;
}

.gold-order-guidelines__close:active {
  transform: scale(0.93);
}

.gold-order-guidelines__content {
  min-height: 0;
  padding: 19px;
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1 1 auto;
  overscroll-behavior: contain;
  scrollbar-color: #b47b17 rgba(204, 165, 81, 0.16);
  scrollbar-width: thin;
}

.gold-order-guidelines__content::-webkit-scrollbar {
  width: 7px;
}

.gold-order-guidelines__content::-webkit-scrollbar-thumb {
  background: #b47b17;
  border-radius: 999px;
}

.gold-order-guidelines__intro {
  display: grid;
  margin-bottom: 14px;
  padding: 13px 14px;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: #7d2020;
  background: rgba(190, 47, 47, 0.075);
  border: 1px solid rgba(180, 42, 42, 0.35);
  border-left: 4px solid #b22d2d;
  border-radius: 12px;
}

.gold-order-guidelines__intro > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #b32d2d;
  border-radius: 9px;
  font-size: 11px;
}

.gold-order-guidelines__intro p {
  margin: 0;
  font-size: 11px;
  font-weight: 820;
  line-height: 1.55;
}

.gold-order-guidelines__list {
  display: grid;
  gap: 9px;
}

.gold-order-guidelines__item {
  display: grid;
  min-width: 0;
  margin: 0;
  padding: 12px 13px;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: flex-start;
  gap: 10px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(176, 128, 32, 0.25);
  border-radius: 11px;
  box-shadow: 0 6px 15px rgba(76, 47, 3, 0.035);
}

.gold-order-guidelines__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #fff7ed;
  background: linear-gradient(145deg, #ca3f3f, #8f2020);
  border: 1px solid #821919;
  border-radius: 9px;
  box-shadow: 0 5px 11px rgba(143, 31, 31, 0.16);
  font-size: 9px;
  font-weight: 900;
}

.gold-order-guidelines__item p {
  margin: 2px 0 0;
  color: #554832;
  font-size: 10.5px;
  font-weight: 620;
  line-height: 1.6;
}

.gold-order-guidelines__footer {
  display: flex;
  flex: 0 0 auto;
  min-height: 73px;
  padding: 13px 19px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: rgba(248, 235, 204, 0.88);
  border-top: 1px solid rgba(178, 127, 28, 0.3);
  box-shadow: 0 -7px 18px rgba(82, 50, 4, 0.05);
}

.gold-order-guidelines__footer > span {
  display: inline-flex;
  align-items: center;
  color: #806d4e;
  font-size: 8.5px;
  font-weight: 700;
}

.gold-order-guidelines__footer > span i {
  margin-right: 7px;
  color: #af7918;
  font-size: 10px;
}

.gold-order-guidelines__accept {
  display: inline-flex;
  min-width: 148px;
  min-height: 43px;
  padding: 9px 16px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #251703;
  background: linear-gradient(135deg, #f2d573, #ca8718);
  border: 1px solid #a66b10;
  border-radius: 11px;
  box-shadow: 0 8px 18px rgba(133, 79, 4, 0.18), inset 0 1px rgba(255, 247, 205, 0.78);
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
  transition: filter 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.gold-order-guidelines__accept:hover,
.gold-order-guidelines__accept:focus {
  color: #1c1102;
  filter: brightness(1.04);
  outline: none;
  box-shadow: 0 10px 23px rgba(133, 79, 4, 0.25), inset 0 1px rgba(255, 247, 205, 0.82);
  transform: translateY(-1px);
}

body.gold-dark .gold-order-read-button {
  color: #b8ac97;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

body.gold-dark .gold-order-read-button:hover,
body.gold-dark .gold-order-read-button:focus {
  color: #eccb6b;
  background: transparent;
  border-color: transparent;
}

body.gold-dark .gold-order-read-button__icon {
  color: #b7aa92;
}

body.gold-dark .gold-order-read-button__copy small {
  color: #a99c85;
}

body.gold-dark .gold-order-guidelines__dialog {
  color: #eee2ca;
  background:
    radial-gradient(circle at 100% 0, rgba(224, 176, 57, 0.15), transparent 20rem),
    linear-gradient(145deg, #1d170f, #090705 76%, #130e07);
  border-color: #77591e;
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.68), inset 0 1px rgba(255, 225, 136, 0.04);
}

body.gold-dark .gold-order-guidelines__header {
  background: rgba(14, 11, 7, 0.84);
  border-bottom-color: rgba(190, 141, 39, 0.37);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.34);
}

body.gold-dark .gold-order-guidelines__heading strong {
  color: #f1dcaa;
}

body.gold-dark .gold-order-guidelines__heading small {
  color: #f06d6d;
}

body.gold-dark .gold-order-guidelines__close {
  color: #e6c967;
  background: rgba(41, 31, 17, 0.74);
  border-color: rgba(188, 140, 39, 0.5);
  box-shadow: 0 7px 17px rgba(0, 0, 0, 0.3);
}

body.gold-dark .gold-order-guidelines__close:hover,
body.gold-dark .gold-order-guidelines__close:focus {
  color: #fff;
  background: #a52b2b;
  border-color: #d05353;
}

body.gold-dark .gold-order-guidelines__intro {
  color: #ffd4d4;
  background: rgba(187, 45, 45, 0.13);
  border-color: rgba(222, 82, 82, 0.45);
  border-left-color: #d54848;
}

body.gold-dark .gold-order-guidelines__item {
  background: linear-gradient(145deg, rgba(34, 27, 17, 0.94), rgba(13, 10, 7, 0.94));
  border-color: rgba(178, 133, 38, 0.4);
  box-shadow: 0 7px 17px rgba(0, 0, 0, 0.25);
}

body.gold-dark .gold-order-guidelines__item p {
  color: #d1c4ad;
}

body.gold-dark .gold-order-guidelines__footer {
  background: rgba(25, 19, 11, 0.94);
  border-top-color: rgba(185, 137, 37, 0.38);
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.25);
}

body.gold-dark .gold-order-guidelines__footer > span {
  color: #a99b84;
}

@media (max-width: 767px) {
  .gold-order-read-wrap {
    margin: 13px 0 7px;
  }

  .gold-order-read-button {
    width: auto;
    min-height: 34px;
  }

  .gold-order-guidelines {
    padding: 10px;
    align-items: flex-end;
  }

  .gold-order-guidelines__dialog {
    width: 100%;
    max-height: 91vh;
    max-height: 91dvh;
    border-radius: 19px;
    transform: translateY(32px) scale(0.985);
  }

  .gold-order-guidelines__header {
    min-height: 76px;
    padding: 13px 14px;
    grid-template-columns: 42px minmax(0, 1fr) 38px;
    gap: 10px;
  }

  .gold-order-guidelines__header-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 13px;
  }

  .gold-order-guidelines__heading strong {
    font-size: 16px;
  }

  .gold-order-guidelines__heading small {
    font-size: 7px;
  }

  .gold-order-guidelines__close {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 23px;
  }

  .gold-order-guidelines__content {
    padding: 13px;
  }

  .gold-order-guidelines__intro {
    padding: 11px;
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 9px;
  }

  .gold-order-guidelines__intro > i {
    width: 29px;
    height: 29px;
  }

  .gold-order-guidelines__intro p {
    font-size: 10px;
  }

  .gold-order-guidelines__item {
    padding: 10px;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 9px;
  }

  .gold-order-guidelines__number {
    width: 26px;
    height: 26px;
  }

  .gold-order-guidelines__item p {
    margin-top: 1px;
    font-size: 10px;
    line-height: 1.55;
  }

  .gold-order-guidelines__footer {
    min-height: 64px;
    padding: 10px 13px calc(10px + env(safe-area-inset-bottom));
  }

  .gold-order-guidelines__footer > span {
    display: none;
  }

  .gold-order-guidelines__accept {
    width: 100%;
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-order-read-button,
  .gold-order-read-button__arrow,
  .gold-order-guidelines,
  .gold-order-guidelines__dialog,
  .gold-order-guidelines__close,
  .gold-order-guidelines__accept {
    transition: none;
  }
}
/* KingOfPanel Telegram shortcut beside the colour-mode control. */
.gold-telegram-action,
.gold-telegram-action:visited {
  color: #229ed9 !important;
  background: linear-gradient(145deg, #ffffff, #f2faff) !important;
  border-color: rgba(34, 158, 217, 0.5) !important;
  box-shadow: 0 6px 15px rgba(34, 158, 217, 0.18) !important;
  text-decoration: none !important;
  transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.gold-telegram-action i {
  color: inherit;
  font-size: 20px;
}

.gold-telegram-action:hover,
.gold-telegram-action:focus {
  color: #ffffff !important;
  background: linear-gradient(145deg, #42bff5, #168bd2) !important;
  border-color: #168bd2 !important;
  box-shadow: 0 9px 20px rgba(34, 158, 217, 0.32) !important;
  outline: none;
  transform: translateY(-1px);
}

body.gold-dark .gold-telegram-action,
body.gold-dark .gold-telegram-action:visited {
  color: #39b7f0 !important;
  background: linear-gradient(145deg, #171d22, #0b0f12) !important;
  border-color: rgba(57, 183, 240, 0.62) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.32) !important;
}

body.gold-dark .gold-telegram-action:hover,
body.gold-dark .gold-telegram-action:focus {
  color: #ffffff !important;
  background: linear-gradient(145deg, #42bff5, #168bd2) !important;
  border-color: #42bff5 !important;
}

@media (max-width: 420px) {
  .gold-mobile-actions {
    gap: 6px;
  }

  .gold-telegram-action {
    min-width: 39px;
    width: 39px;
  }
}

/* Services catalogue v2: correctly accommodates Average Time and Details. */
body.gold-services-page .gold-services-table > thead > tr > th:nth-last-child(2) {
  width: 150px;
}

body.gold-services-page .gold-services-table > thead > tr > th:last-child {
  width: 84px;
}

body.gold-services-page .gold-services-cell--average {
  color: #70531b;
  font-size: 10.5px;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
}

body.gold-services-page .gold-services-cell--average::before {
  margin-right: 6px;
  color: #b07b18;
  content: '\f017';
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free', FontAwesome;
  font-weight: 900;
}

body.gold-services-page .gold-services-cell--average.is-new {
  color: #167154;
  font-weight: 850;
}

body.gold-services-page .gold-services-cell--average.is-new::before {
  color: #23926f;
  content: '\f06a';
}

body.gold-dark.gold-services-page .gold-services-cell--average {
  color: #dec783;
}

body.gold-dark.gold-services-page .gold-services-cell--average.is-new,
body.gold-dark.gold-services-page .gold-services-cell--average.is-new::before {
  color: #63d4ae;
}

@media (max-width: 767px) {
  body.gold-services-page .gold-services-shell {
    padding: 14px 10px 13px;
  }

  body.gold-services-page .gold-services-category-row {
    margin: 12px 0 8px;
  }

  body.gold-services-page .gold-services-category-cell {
    min-height: 42px;
    padding: 9px 11px !important;
    border-radius: 11px;
    box-shadow: 0 7px 16px rgba(115, 71, 5, 0.14), inset 0 1px rgba(255, 244, 195, 0.68);
    font-weight: 850;
  }

  body.gold-services-page .gold-services-row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas:
      'id id name name name name name name name name favorite favorite'
      'rate rate rate rate rate rate min min min max max max'
      'average average average average average average average average action action action action';
    gap: 8px 6px;
    padding: 10px;
    overflow: hidden;
    border-radius: 13px;
    box-shadow: 0 8px 19px rgba(88, 56, 5, 0.09);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  }

  body.gold-services-page--public .gold-services-row {
    grid-template-areas:
      'id id name name name name name name name name name name'
      'rate rate rate rate rate rate min min min max max max'
      'average average average average average average average average action action action action';
  }

  body.gold-services-page .gold-services-row:hover {
    border-color: rgba(180, 126, 27, 0.78);
    box-shadow: 0 11px 24px rgba(88, 56, 5, 0.13);
    transform: translateY(-1px);
  }

  body.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--id {
    grid-area: id;
    width: 100%;
    height: 34px;
    min-height: 34px;
    border-radius: 10px !important;
    font-size: 10.5px;
  }

  body.gold-services-page .gold-services-cell--name {
    grid-area: name;
    align-self: center;
    padding: 1px 2px !important;
    font-size: 11.5px;
    line-height: 1.35;
  }

  body.gold-services-page .gold-services-cell--favorite {
    grid-area: favorite;
    align-self: start;
  }

  body.gold-services-page .gold-services-cell--favorite [data-favorite-service-id] {
    width: 100%;
    min-width: 0;
    height: 34px;
    border-radius: 10px;
  }

  body.gold-services-page .gold-services-cell--rate {
    grid-area: rate;
  }

  body.gold-services-page .gold-services-cell--min {
    grid-area: min;
  }

  body.gold-services-page .gold-services-cell--max {
    grid-area: max;
  }

  body.gold-services-page .gold-services-cell--average {
    grid-area: average;
  }

  body.gold-services-page .gold-services-cell--action {
    grid-area: action;
  }

  body.gold-services-page .gold-services-cell--rate,
  body.gold-services-page .gold-services-cell--min,
  body.gold-services-page .gold-services-cell--max,
  body.gold-services-page .gold-services-cell--average {
    min-width: 0;
    min-height: 44px;
    padding: 7px 6px !important;
    overflow: hidden;
    color: #49391d;
    background: rgba(241, 221, 172, 0.42) !important;
    border: 1px solid rgba(190, 145, 47, 0.28) !important;
    border-radius: 9px !important;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    overflow-wrap: anywhere;
  }

  body.gold-services-page .gold-services-cell--rate::before,
  body.gold-services-page .gold-services-cell--min::before,
  body.gold-services-page .gold-services-cell--max::before,
  body.gold-services-page .gold-services-cell--average::before {
    display: block;
    margin: 0 0 5px;
    color: #8b744c;
    content: attr(data-gold-label);
    font-family: inherit;
    font-size: 7.5px;
    font-weight: 850;
    letter-spacing: 0.045em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.gold-services-page .gold-services-cell--average {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  body.gold-services-page .gold-services-cell--average.is-new {
    color: #176f53;
    background: linear-gradient(145deg, rgba(230, 249, 241, 0.94), rgba(211, 239, 227, 0.88)) !important;
    border-color: rgba(48, 143, 105, 0.34) !important;
  }

  body.gold-services-page .gold-services-cell--average.is-new::before {
    color: #3b8f70;
    content: 'AVERAGE TIME';
  }

  body.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--action .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 7px 6px;
    color: #4d3306 !important;
    border-radius: 9px;
    font-size: 9.5px;
    font-weight: 850;
    line-height: 1.1;
  }

  body.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--action .btn::before {
    margin-right: 5px;
    color: inherit;
    font-size: 10px;
  }

  body.gold-dark.gold-services-page .gold-services-cell--rate,
  body.gold-dark.gold-services-page .gold-services-cell--min,
  body.gold-dark.gold-services-page .gold-services-cell--max,
  body.gold-dark.gold-services-page .gold-services-cell--average {
    color: #e6cd88;
    background: rgba(129, 94, 28, 0.16) !important;
    border-color: rgba(174, 130, 36, 0.32) !important;
  }

  body.gold-dark.gold-services-page .gold-services-cell--rate::before,
  body.gold-dark.gold-services-page .gold-services-cell--min::before,
  body.gold-dark.gold-services-page .gold-services-cell--max::before,
  body.gold-dark.gold-services-page .gold-services-cell--average::before {
    color: #9e8c6b;
  }

  body.gold-dark.gold-services-page .gold-services-cell--average.is-new {
    color: #70d9b7;
    background: linear-gradient(145deg, rgba(24, 65, 53, 0.52), rgba(12, 38, 31, 0.72)) !important;
    border-color: rgba(75, 181, 143, 0.38) !important;
  }

  body.gold-dark.gold-services-page .gold-services-cell--average.is-new::before {
    color: #7fceb3;
  }

body.gold-dark.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--action .btn {
  color: #edcf78 !important;
  background: linear-gradient(145deg, #282014, #151009);
  border-color: #74571f;
}
}

/* Average Time tooltip and neutral New Service panel. */
body.gold-services-page .gold-services-cell--average {
  position: relative;
  overflow: visible !important;
}

@media (max-width: 767px) {
  body.gold-services-page .gold-services-cell--average.is-new {
    color: #16815d;
    background: rgba(241, 221, 172, 0.42) !important;
    border-color: rgba(190, 145, 47, 0.28) !important;
  }

  body.gold-services-page .gold-services-cell--average.is-new::before {
    color: #8b744c;
  }

  body.gold-dark.gold-services-page .gold-services-cell--average.is-new {
    color: #70d9b7;
    background: rgba(129, 94, 28, 0.16) !important;
    border-color: rgba(174, 130, 36, 0.32) !important;
  }

  body.gold-dark.gold-services-page .gold-services-cell--average.is-new::before {
    color: #9e8c6b;
  }
}

body.gold-services-page .gold-average-tooltip {
  position: absolute;
  top: 6px;
  right: 7px;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  color: #9a711f;
  background: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  cursor: help;
}

body.gold-services-page .gold-average-tooltip:hover,
body.gold-services-page .gold-average-tooltip:focus,
body.gold-services-page .gold-average-tooltip.is-open {
  color: #c88b14;
  background: rgba(210, 163, 59, 0.14);
  outline: none;
}

body.gold-services-page .gold-average-tooltip__content {
  position: absolute;
  right: auto;
  bottom: calc(100% + 8px);
  left: 50%;
  z-index: 30;
  width: min(250px, calc(100vw - 48px));
  padding: 10px 12px;
  color: #fff9e9;
  background: #2d2415;
  border: 1px solid rgba(218, 171, 68, 0.58);
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(44, 31, 8, 0.2);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: left;
  text-transform: none;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 5px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

body.gold-services-page .gold-average-tooltip__content::after {
  position: absolute;
  top: 100%;
  right: auto;
  left: 50%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #2d2415;
  content: '';
  transform: translateX(-50%);
}

body.gold-services-page .gold-average-tooltip:hover .gold-average-tooltip__content,
body.gold-services-page .gold-average-tooltip:focus .gold-average-tooltip__content,
body.gold-services-page .gold-average-tooltip.is-open .gold-average-tooltip__content {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

body.gold-dark.gold-services-page .gold-average-tooltip {
  color: #a98b48;
}

body.gold-dark.gold-services-page .gold-average-tooltip:hover,
body.gold-dark.gold-services-page .gold-average-tooltip:focus,
body.gold-dark.gold-services-page .gold-average-tooltip.is-open {
  color: #f0cb71;
  background: rgba(226, 178, 71, 0.13);
}

body.gold-dark.gold-services-page .gold-average-tooltip__content {
  color: #f8e9bc;
  background: #17120b;
  border-color: rgba(206, 155, 52, 0.46);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.46);
}

body.gold-dark.gold-services-page .gold-average-tooltip__content::after {
  border-top-color: #17120b;
}

/* New Order service sorting: compact, touch-friendly and isolated from other pages. */
body.gold-neworder-sort .gold-service-sort {
  margin-top: 2px;
  margin-bottom: 18px;
}

body.gold-neworder-sort .gold-service-sort__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #3f321d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

body.gold-neworder-sort .gold-service-sort__label i {
  color: #b57c12;
  font-size: 15px;
}

body.gold-neworder-sort .gold-service-sort__control {
  position: relative;
}

body.gold-neworder-sort .gold-service-sort__icon {
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #30230d;
  background: linear-gradient(145deg, #f5cf63, #d99a1d);
  border: 1px solid rgba(172, 117, 16, 0.48);
  border-radius: 11px;
  box-shadow: 0 5px 12px rgba(125, 84, 8, 0.14);
  pointer-events: none;
  transform: translateY(-50%);
}

body.gold-neworder-sort .gold-service-sort__select {
  width: 100%;
  height: 54px;
  padding: 0 44px 0 58px;
  color: #40341f;
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid rgba(183, 139, 48, 0.48);
  border-radius: 14px;
  box-shadow: 0 5px 16px rgba(100, 70, 14, 0.06);
  font-size: 14px;
  font-weight: 750;
  line-height: 54px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.gold-neworder-sort .gold-service-sort__select:hover {
  border-color: rgba(183, 128, 27, 0.76);
}

body.gold-neworder-sort .gold-service-sort__select:focus {
  border-color: #c48b1b;
  box-shadow: 0 0 0 3px rgba(211, 161, 47, 0.18), 0 6px 18px rgba(100, 70, 14, 0.08);
  outline: none;
}

body.gold-neworder-sort .gold-service-sort__chevron {
  position: absolute;
  top: 50%;
  right: 17px;
  color: #94732e;
  font-size: 11px;
  pointer-events: none;
  transform: translateY(-50%);
}

body.gold-dark.gold-neworder-sort .gold-service-sort__label {
  color: #ead79d;
}

body.gold-dark.gold-neworder-sort .gold-service-sort__label i {
  color: #dbaf4e;
}

body.gold-dark.gold-neworder-sort .gold-service-sort__icon {
  color: #1e1608;
  background: linear-gradient(145deg, #e5b849, #aa7315);
  border-color: rgba(218, 169, 59, 0.48);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

body.gold-dark.gold-neworder-sort .gold-service-sort__select {
  color: #f1dfa9;
  background: #1b160e;
  border-color: rgba(190, 145, 47, 0.46);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}

body.gold-dark.gold-neworder-sort .gold-service-sort__select option {
  color: #f1dfa9;
  background: #1b160e;
}

body.gold-dark.gold-neworder-sort .gold-service-sort__chevron {
  color: #d2ad5a;
}

@media (max-width: 767px) {
  body.gold-neworder-sort .gold-service-sort {
    margin-bottom: 16px;
  }

  body.gold-neworder-sort .gold-service-sort__label {
    margin-bottom: 7px;
    font-size: 14px;
  }

  body.gold-neworder-sort .gold-service-sort__select {
    height: 50px;
    padding-right: 40px;
    padding-left: 54px;
    border-radius: 13px;
    font-size: 13.5px;
    line-height: 50px;
  }

  body.gold-neworder-sort .gold-service-sort__icon {
    left: 7px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
}

/* Services catalogue smooth loading and reveal. */
#service-table {
  width: 100%;
  max-width: 100%;
  max-height: 270px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(6px);
  animation: gold-services-fallback-reveal 0s 8s forwards;
}

body:not(.gold-services-ready) .well:has(#service-table) {
  position: relative;
  min-height: 270px;
  overflow: hidden;
}

body:not(.gold-services-ready) .well:has(#service-table)::before {
  position: absolute;
  top: 116px;
  left: 50%;
  z-index: 4;
  color: #8a6418;
  content: 'Preparing services...';
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}

body:not(.gold-services-ready) .well:has(#service-table)::after {
  position: absolute;
  top: 68px;
  left: calc(50% - 18px);
  z-index: 4;
  width: 36px;
  height: 36px;
  border: 3px solid rgba(197, 145, 35, 0.22);
  border-top-color: #c68d18;
  border-radius: 50%;
  content: '';
  animation: gold-services-loader-spin 720ms linear infinite;
}

body.gold-services-ready #service-table {
  max-height: none;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  animation: none;
  transition: opacity 240ms ease, transform 240ms ease;
}

body.gold-dark:not(.gold-services-ready) .well:has(#service-table)::before {
  color: #dbbd6f;
}

body.gold-dark:not(.gold-services-ready) .well:has(#service-table)::after {
  border-color: rgba(213, 169, 67, 0.2);
  border-top-color: #e0b34f;
}

@keyframes gold-services-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes gold-services-fallback-reveal {
  to {
    max-height: none;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body:not(.gold-services-ready) .well:has(#service-table)::after {
    animation-duration: 1.4s;
  }

  body.gold-services-ready #service-table {
    transition-duration: 1ms;
  }
}

/* Orders UI v2: clearer cards and touch-friendly status navigation. */
body.gold-orders-page.gold-orders-v2 .gold-orders-controls {
  position: relative;
}

body.gold-orders-page.gold-orders-v2 .gold-orders-toolbar {
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

body.gold-orders-page.gold-orders-v2 .gold-orders-toolbar > li {
  scroll-snap-align: start;
}

body.gold-orders-page.gold-orders-v2 .gold-orders-tab__label {
  display: inline-block;
}

body.gold-orders-page.gold-orders-v2 .gold-orders-row {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.gold-orders-page.gold-orders-v2 .gold-orders-row:hover,
body.gold-orders-page.gold-orders-v2 .gold-orders-row:focus-within {
  border-color: rgba(174, 126, 29, 0.78);
  box-shadow: 0 11px 24px rgba(88, 56, 5, 0.13);
}

body.gold-orders-page.gold-orders-v2 .gold-orders-status__icon {
  margin-right: 5px;
  font-size: 0.9em;
}

@media (max-width: 767px) {
  body.gold-orders-page.gold-orders-v2 .gold-main > .container-fluid {
    padding: 10px 9px 30px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-controls {
    gap: 9px;
    padding: 8px;
    overflow: hidden;
    border-radius: 14px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-toolbar {
    gap: 6px;
    margin: 0 -1px;
    padding: 1px 1px 4px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-toolbar > li > a {
    min-height: 41px;
    padding: 9px 11px;
    border-radius: 10px;
    font-size: 10px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-search .form-control,
  body.gold-orders-page.gold-orders-v2 .gold-orders-search .btn {
    height: 46px;
    min-height: 46px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-shell {
    padding: 14px 10px 12px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas:
      'id id id service service service service service service status status status'
      'date date date date date date link link link link link link'
      'charge charge charge start start start quantity quantity quantity remains remains remains';
    gap: 8px 7px;
    padding: 10px;
    overflow: visible;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(88, 56, 5, 0.1);
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--id {
    align-self: start;
    width: auto;
    min-width: 58px;
    min-height: 36px;
    padding: 0 8px !important;
    justify-self: start;
    border-radius: 10px !important;
    font-size: 10.5px;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--id::before {
    margin-right: 2px;
    content: '#';
    opacity: 0.72;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--service {
    align-self: start;
    padding: 2px 2px 0 !important;
    font-size: 10.75px;
    line-height: 1.38;
    overflow-wrap: anywhere;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 30px;
    padding: 6px 8px !important;
    font-size: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--date,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--link {
    min-height: 48px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--date,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--link,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--charge,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--start,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--quantity,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--remains {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    flex-direction: column;
    padding: 7px 6px !important;
    border-radius: 9px !important;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--link,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--link a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--link a {
    display: block;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--date::before,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--link::before,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--charge::before,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--start::before,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--quantity::before,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--remains::before {
    margin-bottom: 5px;
    font-size: 7px;
  }

  body.gold-dark.gold-orders-page.gold-orders-v2 .gold-orders-row:hover,
  body.gold-dark.gold-orders-page.gold-orders-v2 .gold-orders-row:focus-within {
    border-color: rgba(212, 163, 52, 0.68);
    box-shadow: 0 13px 26px rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 374px) {
  body.gold-orders-page.gold-orders-v2 .gold-orders-row {
    grid-template-areas:
      'id id id service service service service service status status status status'
      'date date date date date date link link link link link link'
      'charge charge charge start start start quantity quantity quantity remains remains remains';
    gap: 7px 5px;
    padding: 8px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--id {
    min-width: 54px;
    padding: 0 6px !important;
    font-size: 9.5px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--service {
    font-size: 10px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--status {
    padding: 6px 5px !important;
    font-size: 7.5px;
  }
}

/* Orders UI v3: reference-inspired stacked cards. */
body.gold-orders-page.gold-orders-v3 .gold-orders-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  padding: 0;
  color: #a77920;
  background: transparent;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  font-size: 11px;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

body.gold-orders-page.gold-orders-v3 .gold-orders-copy:hover,
body.gold-orders-page.gold-orders-v3 .gold-orders-copy:focus,
body.gold-orders-page.gold-orders-v3 .gold-orders-copy.is-copied {
  color: #176f53;
  background: rgba(38, 153, 111, 0.12);
  outline: none;
}

body.gold-orders-page.gold-orders-v3 .gold-orders-copy:active {
  transform: scale(0.92);
}

body.gold-orders-page.gold-orders-v3 .gold-orders-copy.is-copy-error {
  color: #b12f37;
  background: rgba(191, 48, 57, 0.1);
}

body.gold-orders-page .gold-orders-copy-helper {
  position: fixed;
  top: -1000px;
  left: -1000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

@media (max-width: 767px) {
  body.gold-orders-page.gold-orders-v3 .gold-orders-row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas:
      'id id id id id id status status status status status status'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date date quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains';
    gap: 9px 7px;
    padding: 12px;
    overflow: visible;
    background: linear-gradient(150deg, #fffefa, #fbf5e8);
    border: 1px solid rgba(181, 138, 42, 0.62);
    border-left: 3px solid var(--orders-accent);
    border-radius: 15px;
    box-shadow: 0 9px 21px rgba(87, 55, 5, 0.1);
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id {
    grid-area: id;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    min-width: 0;
    min-height: 35px;
    padding: 4px 5px 4px 11px !important;
    justify-self: start;
    color: #fff6d8 !important;
    background: linear-gradient(135deg, #6d4b0e, #3f2907) !important;
    border: 1px solid #4a2f07 !important;
    border-radius: 9px !important;
    box-shadow: 0 5px 12px rgba(72, 42, 3, 0.2);
    font-size: 10.5px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id::before {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-id__value {
    display: block;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id .gold-orders-copy {
    width: 26px;
    height: 26px;
    margin-left: 4px;
    color: #f3d26f;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id .gold-orders-copy:hover,
  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id .gold-orders-copy:focus,
  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id .gold-orders-copy.is-copied {
    color: #fff6d5;
    background: rgba(255, 235, 170, 0.15);
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--status {
    grid-area: status;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: end;
    width: auto;
    max-width: 100%;
    min-height: 31px;
    padding: 7px 10px !important;
    border-radius: 999px !important;
    font-size: 8.25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--service {
    grid-area: service;
    display: flex;
    align-items: flex-start;
    min-width: 0;
    padding: 1px 1px 2px !important;
    gap: 7px;
    color: #302617;
    font-size: 10.75px;
    font-weight: 780;
    line-height: 1.42;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--service.is-empty {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-service__tag {
    flex: 0 0 auto;
    padding: 4px 7px;
    color: #6a4505;
    background: #f5df9f;
    border: 1px solid #d0aa4f;
    border-radius: 7px;
    font-size: 8px;
    font-weight: 850;
    line-height: 1;
    text-transform: uppercase;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-service__name {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--link {
    grid-area: link;
    display: grid;
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 6px 7px !important;
    grid-template-columns: 24px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 5px;
    color: #3d3427;
    background: rgba(255, 254, 250, 0.74) !important;
    border: 1px solid rgba(153, 129, 78, 0.56) !important;
    border-radius: 12px !important;
    font-size: 9.25px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--link::before {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #26916b;
    font-size: 10px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-link__value,
  body.gold-orders-page.gold-orders-v3 .gold-orders-link__value:hover,
  body.gold-orders-page.gold-orders-v3 .gold-orders-link__value:focus {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: #3d3427;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    min-height: 34px;
    padding: 6px 8px !important;
    flex-direction: row;
    gap: 5px;
    color: #3e3528;
    background: rgba(255, 254, 250, 0.66) !important;
    border: 1px solid rgba(156, 137, 94, 0.5) !important;
    border-radius: 999px !important;
    font-size: 8.5px;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3::before {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__label {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 4px;
    color: #8a7b62;
    font-size: 7.75px;
    font-weight: 750;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__label i {
    color: #2a976f;
    font-size: 8px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__value {
    min-width: 0;
    overflow: hidden;
    color: #302719;
    font-size: 8.5px;
    font-weight: 850;
    text-overflow: ellipsis;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-row {
    background: linear-gradient(150deg, #1c170f, #0d0a06);
    border-color: rgba(168, 126, 34, 0.6);
    border-left-color: var(--orders-accent);
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-cell--id {
    color: #1f1402 !important;
    background: linear-gradient(135deg, #f0d172, #b77918) !important;
    border-color: #8e5a0d !important;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-cell--id .gold-orders-copy {
    color: #3f2804;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-cell--service,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-service__name {
    color: #f0e5cf;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-service__tag {
    color: #f1d171;
    background: rgba(150, 107, 25, 0.25);
    border-color: rgba(188, 142, 42, 0.48);
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-cell--link,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3 {
    color: #e5d8bf;
    background: rgba(39, 31, 19, 0.76) !important;
    border-color: rgba(133, 105, 48, 0.56) !important;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-link__value,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-link__value:hover,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-link__value:focus,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-metric__value {
    color: #eee2cb;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-metric__label {
    color: #aa9a7f;
  }
}

@media (max-width: 374px) {
  body.gold-orders-page.gold-orders-v3 .gold-orders-row {
    padding: 10px;
    gap: 8px 5px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id {
    padding-left: 8px !important;
    font-size: 9.25px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--status {
    padding: 7px 7px !important;
    font-size: 7.5px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--service {
    gap: 5px;
    font-size: 10px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3 {
    padding: 6px !important;
    gap: 3px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__label span {
    display: none;
  }
}

/* Orders UI v4: extend the reference-inspired card layout to desktop. */
@media (min-width: 768px) {
  body.gold-orders-page.gold-orders-v3 .gold-orders-table {
    display: block;
    width: 100% !important;
    border-spacing: 0;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-table > thead {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-table > tbody {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row {
    position: relative;
    display: grid;
    width: 100%;
    margin: 0;
    padding: 16px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas:
      'id id id id id id status status status status status status'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date quantity quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains';
    gap: 11px 9px;
    overflow: visible;
    background: linear-gradient(150deg, #fffefa, #fbf5e8);
    border: 1px solid rgba(181, 138, 42, 0.58);
    border-left: 4px solid var(--orders-accent);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(87, 55, 5, 0.09);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row:hover,
  body.gold-orders-page.gold-orders-v3 .gold-orders-row:focus-within {
    border-color: rgba(176, 128, 28, 0.76);
    box-shadow: 0 15px 30px rgba(87, 55, 5, 0.14);
    transform: translateY(-1px);
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td {
    display: block;
    min-width: 0;
    padding: 0;
    color: #423728;
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id {
    grid-area: id;
    display: inline-flex;
    align-items: center;
    justify-self: start;
    width: auto;
    min-height: 39px;
    padding: 5px 6px 5px 13px !important;
    color: #fff6d8 !important;
    background: linear-gradient(135deg, #725013, #3e2806) !important;
    border: 1px solid #4a2f07 !important;
    border-radius: 10px !important;
    box-shadow: 0 6px 14px rgba(72, 42, 3, 0.2);
    font-size: 11.5px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id::before {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id .gold-orders-copy {
    margin-left: 5px;
    color: #f3d26f;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--status {
    grid-area: status;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: end;
    width: auto;
    min-height: 34px;
    padding: 8px 13px !important;
    border-radius: 999px !important;
    font-size: 9px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--service {
    grid-area: service;
    display: flex;
    align-items: flex-start;
    min-width: 0;
    padding: 1px 2px 2px !important;
    gap: 8px;
    color: #302617;
    font-size: 12px;
    font-weight: 780;
    line-height: 1.45;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--service.is-empty {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-service__tag {
    flex: 0 0 auto;
    padding: 5px 8px;
    color: #6a4505;
    background: #f5df9f;
    border: 1px solid #d0aa4f;
    border-radius: 7px;
    font-size: 8.5px;
    font-weight: 850;
    line-height: 1;
    text-transform: uppercase;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-service__name {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--link {
    grid-area: link;
    display: grid;
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 7px 9px !important;
    grid-template-columns: 26px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 6px;
    color: #3d3427;
    background: rgba(255, 254, 250, 0.78) !important;
    border: 1px solid rgba(153, 129, 78, 0.54) !important;
    border-radius: 12px !important;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--link::before {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #26916b;
    font-size: 11px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-link__value,
  body.gold-orders-page.gold-orders-v3 .gold-orders-link__value:hover,
  body.gold-orders-page.gold-orders-v3 .gold-orders-link__value:focus {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: #3d3427;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--date {
    grid-area: date;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--quantity {
    grid-area: quantity;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--charge {
    grid-area: charge;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--start {
    grid-area: start;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--remains {
    grid-area: remains;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 7px 10px !important;
    flex-direction: row;
    gap: 6px;
    color: #3e3528;
    background: rgba(255, 254, 250, 0.7) !important;
    border: 1px solid rgba(156, 137, 94, 0.48) !important;
    border-radius: 999px !important;
    font-size: 9.5px;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3::before {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__label {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 5px;
    color: #8a7b62;
    font-size: 8.5px;
    font-weight: 750;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__label i {
    color: #2a976f;
    font-size: 9px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__value {
    min-width: 0;
    overflow: hidden;
    color: #302719;
    font-size: 9.5px;
    font-weight: 850;
    text-overflow: ellipsis;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-row {
    background: linear-gradient(150deg, #1c170f, #0d0a06);
    border-color: rgba(168, 126, 34, 0.6);
    border-left-color: var(--orders-accent);
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-cell--service,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-service__name {
    color: #f0e5cf;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-cell--link,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3 {
    color: #e5d8bf;
    background: rgba(39, 31, 19, 0.76) !important;
    border-color: rgba(133, 105, 48, 0.56) !important;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-link__value,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-link__value:hover,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-link__value:focus,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-metric__value {
    color: #eee2cb;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-metric__label {
    color: #aa9a7f;
  }
}

@media (min-width: 1280px) {
  body.gold-orders-page.gold-orders-v3 .gold-orders-table > tbody {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Orders UI v4.1: neutralise legacy table display/width utilities. */
@media (min-width: 768px) {
  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td.gold-orders-cell--id,
  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td.gold-orders-cell--status {
    display: inline-flex !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td.gold-orders-cell--status {
    border-radius: 999px !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td.gold-orders-cell--service {
    display: flex !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td.gold-orders-cell--link {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td.gold-orders-metric--v3 {
    display: inline-flex !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-status--completed {
    color: #17633d !important;
    background: #dff4e8 !important;
    border: 1px solid #8bc8a6 !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-status--inprogress,
  body.gold-orders-page.gold-orders-v3 .gold-orders-status--processing {
    color: #255479 !important;
    background: #e0eef7 !important;
    border: 1px solid #96bad3 !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-status--partial {
    color: #6a417f !important;
    background: #f0e6f5 !important;
    border: 1px solid #c5a3d5 !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-status--canceled {
    color: #873c35 !important;
    background: #f8e4df !important;
    border: 1px solid #d9a39a !important;
  }
}

/* Orders UI v5: full links and contextual order actions. */
body.gold-orders-page.gold-orders-v5 .gold-orders-link__value,
body.gold-orders-page.gold-orders-v5 .gold-orders-link__value:hover,
body.gold-orders-page.gold-orders-v5 .gold-orders-link__value:focus {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.gold-orders-page.gold-orders-v5 .gold-orders-cell--actions {
  grid-area: actions;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  padding: 0 !important;
  gap: 7px;
  background: transparent !important;
  border: 0 !important;
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action-form {
  display: inline-flex;
  margin: 0;
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  margin: 0;
  padding: 0 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: 0 6px 14px rgba(63, 39, 4, 0.14);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  transition: box-shadow 160ms ease, filter 160ms ease, transform 160ms ease;
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action:hover,
body.gold-orders-page.gold-orders-v5 .gold-orders-action:focus {
  color: #fff !important;
  filter: brightness(1.06);
  outline: none;
  box-shadow: 0 8px 18px rgba(63, 39, 4, 0.2);
  transform: translateY(-1px);
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action:active {
  transform: scale(0.94);
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action--refill {
  background: linear-gradient(135deg, #31aa74, #187a50) !important;
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action--cancel {
  background: linear-gradient(135deg, #f05b63, #c52d37) !important;
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action--support {
  background: linear-gradient(135deg, #43b9ef, #1689c3) !important;
}

@media (max-width: 767px) {
  body.gold-orders-page.gold-orders-v5 .gold-orders-row {
    grid-template-areas:
      'id id id id id status status status actions actions actions actions'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date date quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains';
  }

  body.gold-orders-page.gold-orders-v5 .gold-orders-cell--actions {
    align-self: center;
  }

  body.gold-orders-page.gold-orders-v5 .gold-orders-action {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    border-radius: 9px !important;
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  body.gold-orders-page.gold-orders-v5 .gold-orders-row {
    grid-template-areas:
      'id id id id status status status status actions actions actions actions'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date quantity quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains';
  }

  body.gold-orders-page.gold-orders-v5 .gold-orders-cell--actions {
    align-self: center;
  }
}

@media (max-width: 374px) {
  body.gold-orders-page.gold-orders-v5 .gold-orders-row {
    grid-template-areas:
      'id id id id id id status status status actions actions actions'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date date quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains';
  }

  body.gold-orders-page.gold-orders-v5 .gold-orders-action {
    width: 29px;
    height: 29px;
    min-width: 29px;
    min-height: 29px;
  }
}

/* Orders UI v5.1: prevent the legacy table from flashing before enhancement. */
body:has(.nav-pills a[href*="/orders/pending"]):not(.gold-orders-v5) .gold-main > .container-fluid {
  opacity: 0;
  visibility: hidden;
  animation: goldOrdersBootFallback 0s linear 2.5s forwards;
}

body:has(.nav-pills a[href*="/orders/pending"]):not(.gold-orders-v5)::after {
  position: fixed;
  z-index: 1200;
  top: 50%;
  left: 50%;
  min-width: 132px;
  padding: 11px 15px;
  color: #6d4a0a;
  content: 'Loading orders…';
  background: rgba(255, 252, 242, 0.94);
  border: 1px solid rgba(190, 145, 47, 0.55);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(69, 43, 5, 0.14);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-align: center;
  transform: translate(-50%, -50%);
  animation: goldOrdersLoadingPulse 900ms ease-in-out infinite alternate,
    goldOrdersBootDismiss 0s linear 2.5s forwards;
}

body.gold-dark:has(.nav-pills a[href*="/orders/pending"]):not(.gold-orders-v5)::after {
  color: #efd47b;
  background: rgba(24, 19, 12, 0.95);
  border-color: rgba(170, 127, 35, 0.62);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.38);
}

body.gold-orders-page.gold-orders-v5 .gold-main > .container-fluid {
  animation: goldOrdersReveal 240ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes goldOrdersReveal {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes goldOrdersLoadingPulse {
  from {
    opacity: 0.68;
    transform: translate(-50%, -50%) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes goldOrdersBootFallback {
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes goldOrdersBootDismiss {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-orders-page.gold-orders-v5 .gold-main > .container-fluid {
    animation-duration: 1ms;
  }

  body:has(.nav-pills a[href*="/orders/pending"]):not(.gold-orders-v5)::after {
    animation: goldOrdersBootDismiss 0s linear 2.5s forwards;
  }
}

/* Refill UI v1.0: compact filters and responsive request cards. */
body.gold-refill-page {
  --refill-ink: #3f2b0a;
  --refill-muted: #82745d;
  --refill-border: rgba(188, 143, 43, 0.38);
  --refill-surface: rgba(255, 253, 247, 0.88);
  --refill-soft: rgba(249, 239, 210, 0.62);
}

body.gold-dark.gold-refill-page {
  --refill-ink: #f7e9bd;
  --refill-muted: #bcae91;
  --refill-border: rgba(205, 161, 57, 0.34);
  --refill-surface: rgba(29, 24, 17, 0.9);
  --refill-soft: rgba(103, 75, 21, 0.18);
}

body.gold-refill-page .gold-refill-controls {
  position: relative;
  margin: 14px 0;
  padding: 10px;
  overflow: hidden;
  background: var(--refill-surface);
  border: 1px solid var(--refill-border);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(86, 57, 8, 0.07);
}

body.gold-refill-page .gold-refill-tabs.nav-pills {
  display: flex;
  gap: 7px;
  width: 100%;
  margin: 0 0 10px;
  padding: 1px 1px 5px;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  list-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

body.gold-refill-page .gold-refill-tabs.nav-pills::-webkit-scrollbar {
  display: none;
}

body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab {
  float: none;
  margin: 0;
  flex: 0 0 auto;
}

body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab > .gold-refill-tab__link {
  display: inline-flex;
  min-height: 42px;
  margin: 0;
  padding: 9px 13px;
  color: var(--refill-muted);
  align-items: center;
  gap: 7px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab > .gold-refill-tab__link i {
  width: 14px;
  color: #aa7a17;
  font-size: 12px;
  text-align: center;
}

body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab > .gold-refill-tab__link:hover,
body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab > .gold-refill-tab__link:focus {
  color: var(--refill-ink);
  background: var(--refill-soft);
  border-color: var(--refill-border);
}

body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab.active > .gold-refill-tab__link {
  color: #302003;
  background: linear-gradient(135deg, #f7d771 0%, #d99b19 100%);
  border-color: rgba(164, 111, 7, 0.48);
  box-shadow: 0 7px 16px rgba(157, 105, 9, 0.2);
}

body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab.active > .gold-refill-tab__link i {
  color: #302003;
}

body.gold-refill-page .gold-refill-search {
  position: relative;
  width: 100%;
  margin: 0;
}

body.gold-refill-page .gold-refill-search .input-group {
  display: flex;
  width: 100%;
}

body.gold-refill-page .gold-refill-search .form-control {
  height: 48px;
  padding: 0 54px 0 16px;
  color: var(--refill-ink);
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid var(--refill-border);
  border-radius: 13px !important;
  box-shadow: none;
  font-size: 14px;
}

body.gold-dark.gold-refill-page .gold-refill-search .form-control {
  background: rgba(255, 255, 255, 0.035);
}

body.gold-refill-page .gold-refill-search .form-control::placeholder {
  color: #9d917c;
  opacity: 1;
}

body.gold-refill-page .gold-refill-search .input-group-btn {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  display: block;
  width: 48px;
  height: 48px;
}

body.gold-refill-page .gold-refill-search .input-group-btn .btn {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #74500b;
  background: transparent;
  border: 0;
  border-radius: 0 13px 13px 0;
  box-shadow: none;
  place-items: center;
}

body.gold-refill-page .gold-refill-search .input-group-btn .btn:hover,
body.gold-refill-page .gold-refill-search .input-group-btn .btn:focus {
  color: #3f2b0a;
  background: rgba(229, 183, 70, 0.18);
}

body.gold-refill-page .gold-refill-shell.well {
  margin: 0 0 20px;
  padding: 14px;
  overflow: visible;
  background: var(--refill-surface);
  border: 1px solid var(--refill-border);
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(78, 50, 6, 0.08);
}

body.gold-refill-page .gold-refill-heading {
  display: grid;
  margin: 0 0 14px;
  padding: 0 0 14px;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 11px;
  border-bottom: 1px solid var(--refill-border);
}

body.gold-refill-page .gold-refill-heading__icon {
  display: grid;
  width: 48px;
  height: 48px;
  overflow: hidden;
  color: #342203;
  background: linear-gradient(145deg, #f9dc7b, #d99a16);
  border: 1px solid rgba(170, 115, 9, 0.36);
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(150, 98, 5, 0.2);
  font-size: 17px;
  place-items: center;
}

body.gold-refill-page .gold-refill-heading__icon--artwork {
  padding: 3px;
  background: rgba(255, 250, 232, 0.88);
}

body.gold-refill-page .gold-refill-heading__icon--artwork img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.gold-refill-page .gold-refill-heading__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

body.gold-refill-page .gold-refill-heading__copy strong {
  color: var(--refill-ink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.15;
}

body.gold-refill-page .gold-refill-heading__copy small {
  color: var(--refill-muted);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
}

body.gold-refill-page .gold-refill-heading__count {
  padding: 7px 10px;
  color: #79550f;
  background: var(--refill-soft);
  border: 1px solid var(--refill-border);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

body.gold-refill-page .gold-refill-table,
body.gold-refill-page .gold-refill-table > tbody {
  display: block;
  width: 100%;
}

body.gold-refill-page .gold-refill-table {
  margin: 0;
  background: transparent;
  border: 0;
}

body.gold-refill-page .gold-refill-table > thead {
  display: none;
}

body.gold-refill-page .gold-refill-table > tbody > .gold-refill-row {
  display: grid;
  width: 100%;
  margin: 0 0 12px;
  padding: 13px;
  color: var(--refill-ink);
  background: linear-gradient(145deg, rgba(255, 254, 250, 0.96), rgba(250, 242, 219, 0.72));
  border: 1px solid var(--refill-border);
  border-left: 3px solid #d5a228;
  border-radius: 17px;
  box-shadow: 0 9px 22px rgba(82, 53, 6, 0.06);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-areas:
    'id id id id id id id status status status status status'
    'order order order order date date date date date date date date'
    'link link link link link link link link link link link link'
    'service service service service service service service service service service service service';
  gap: 9px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.gold-dark.gold-refill-page .gold-refill-table > tbody > .gold-refill-row {
  background: linear-gradient(145deg, rgba(41, 33, 22, 0.98), rgba(29, 24, 17, 0.96));
}

body.gold-refill-page .gold-refill-table > tbody > .gold-refill-row:last-child {
  margin-bottom: 0;
}

body.gold-refill-page .gold-refill-table > tbody > .gold-refill-row:hover {
  border-color: rgba(187, 137, 31, 0.62);
  box-shadow: 0 12px 27px rgba(82, 53, 6, 0.1);
  transform: translateY(-1px);
}

body.gold-refill-page .gold-refill-table > tbody > .gold-refill-row > .gold-refill-cell {
  display: block;
  min-width: 0;
  padding: 0;
  vertical-align: initial;
  background: transparent;
  border: 0;
}

body.gold-refill-page .gold-refill-cell--id {
  grid-area: id;
  align-self: center;
}

body.gold-refill-page .gold-refill-cell--status {
  grid-area: status;
  align-self: center;
  justify-self: end;
}

body.gold-refill-page .gold-refill-cell--order { grid-area: order; }
body.gold-refill-page .gold-refill-cell--date { grid-area: date; }
body.gold-refill-page .gold-refill-cell--link { grid-area: link; }
body.gold-refill-page .gold-refill-cell--service { grid-area: service; }

body.gold-refill-page .gold-refill-id {
  display: inline-flex;
  max-width: 100%;
  min-height: 36px;
  padding: 8px 11px;
  color: #fff8e4;
  align-items: center;
  gap: 7px;
  background: linear-gradient(135deg, #7d570b, #472d02);
  border-radius: 11px;
  box-shadow: 0 7px 14px rgba(66, 41, 1, 0.2);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
}

body.gold-refill-page .gold-refill-id i {
  color: #f5d267;
  font-size: 11px;
}

body.gold-refill-page .gold-refill-status {
  display: inline-flex;
  max-width: 100%;
  min-height: 30px;
  padding: 7px 10px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

body.gold-refill-page .gold-refill-status--pending {
  color: #875607;
  background: #fff0c5;
  border-color: #efd18a;
}

body.gold-refill-page .gold-refill-status--inprogress {
  color: #185f9a;
  background: #e4f3ff;
  border-color: #aed7f5;
}

body.gold-refill-page .gold-refill-status--completed {
  color: #1e6d4d;
  background: #ddf3e9;
  border-color: #b8dfcf;
}

body.gold-refill-page .gold-refill-status--rejected,
body.gold-refill-page .gold-refill-status--error {
  color: #a63a3a;
  background: #ffebea;
  border-color: #f0c2bf;
}

body.gold-refill-page .gold-refill-detail {
  display: flex;
  min-width: 0;
  min-height: 57px;
  padding: 9px 10px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(188, 143, 43, 0.24);
  border-radius: 12px;
}

body.gold-dark.gold-refill-page .gold-refill-detail {
  background: rgba(255, 255, 255, 0.025);
}

body.gold-refill-page .gold-refill-detail__label {
  display: block;
  overflow: hidden;
  color: var(--refill-muted);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

body.gold-refill-page .gold-refill-detail__label i {
  width: 11px;
  color: #2c9b78;
  font-size: 9px;
  text-align: center;
}

body.gold-refill-page .gold-refill-detail__value,
body.gold-refill-page .gold-refill-detail__value a {
  display: block;
  min-width: 0;
  color: var(--refill-ink);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.gold-refill-page .gold-refill-detail__value a {
  color: #9b6b0e;
  text-decoration: none;
}

body.gold-refill-page .gold-refill-detail__value a:hover,
body.gold-refill-page .gold-refill-detail__value a:focus {
  color: #5f3f04;
  text-decoration: underline;
}

body.gold-refill-page .gold-refill-detail--service .gold-refill-detail__value {
  font-weight: 750;
}

body.gold-refill-page .gold-refill-empty {
  display: flex;
  min-height: 220px;
  padding: 30px 18px;
  color: var(--refill-muted);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  text-align: center;
}

body.gold-refill-page .gold-refill-empty__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 7px;
  color: #805a0f;
  background: var(--refill-soft);
  border: 1px solid var(--refill-border);
  border-radius: 18px;
  font-size: 20px;
  place-items: center;
}

body.gold-refill-page .gold-refill-empty strong {
  color: var(--refill-ink);
  font-size: 14px;
  font-weight: 900;
}

body.gold-refill-page .gold-refill-empty > span:last-child {
  font-size: 11px;
}

@media (min-width: 768px) {
  body.gold-refill-page .gold-refill-controls {
    display: grid;
    padding: 11px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 12px;
  }

  body.gold-refill-page .gold-refill-tabs.nav-pills {
    margin: 0;
    padding-bottom: 1px;
  }

  body.gold-refill-page .gold-refill-table > tbody > .gold-refill-row {
    grid-template-areas:
      'id id id id id id status status status status status status'
      'order order order date date date date date date link link link'
      'service service service service service service service service service service service service';
  }
}

@media (max-width: 374px) {
  body.gold-refill-page .gold-refill-shell.well {
    padding: 11px;
  }

  body.gold-refill-page .gold-refill-heading {
    grid-template-columns: auto minmax(0, 1fr);
  }

  body.gold-refill-page .gold-refill-heading__count {
    display: none;
  }

  body.gold-refill-page .gold-refill-table > tbody > .gold-refill-row {
    grid-template-areas:
      'id id id id id id id status status status status status'
      'order order order order date date date date date date date date'
      'link link link link link link link link link link link link'
      'service service service service service service service service service service service service';
  }
}

/* Prevent the legacy refill table from flashing before the enhancement is ready. */
body:has(.nav-pills a[href*="/refill/pending"]):not(.gold-refill-v1) .gold-main > .container-fluid {
  opacity: 0;
  visibility: hidden;
  animation: goldRefillBootFallback 0s linear 2.5s forwards;
}

body:has(.nav-pills a[href*="/refill/pending"]):not(.gold-refill-v1)::after {
  position: fixed;
  z-index: 1200;
  top: 50%;
  left: 50%;
  min-width: 132px;
  padding: 11px 15px;
  color: #6d4a0a;
  content: 'Loading refills…';
  background: rgba(255, 252, 242, 0.94);
  border: 1px solid rgba(190, 145, 47, 0.55);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(69, 43, 5, 0.14);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  transform: translate(-50%, -50%);
  animation: goldRefillLoadingPulse 900ms ease-in-out infinite alternate,
    goldRefillBootDismiss 0s linear 2.5s forwards;
}

body.gold-dark:has(.nav-pills a[href*="/refill/pending"]):not(.gold-refill-v1)::after {
  color: #efd47b;
  background: rgba(24, 19, 12, 0.95);
  border-color: rgba(170, 127, 35, 0.62);
}

body.gold-refill-page.gold-refill-v1 .gold-main > .container-fluid {
  animation: goldRefillReveal 240ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes goldRefillReveal {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes goldRefillLoadingPulse {
  from { opacity: 0.68; transform: translate(-50%, -50%) scale(0.98); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes goldRefillBootFallback {
  to { opacity: 1; visibility: visible; }
}

@keyframes goldRefillBootDismiss {
  to { opacity: 0; visibility: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-refill-page.gold-refill-v1 .gold-main > .container-fluid {
    animation-duration: 1ms;
  }

  body:has(.nav-pills a[href*="/refill/pending"]):not(.gold-refill-v1)::after {
    animation: goldRefillBootDismiss 0s linear 2.5s forwards;
  }
}

/* Add funds UI v2 --------------------------------------------------------- */
body.gold-addfunds-page .gold-main {
  min-height: calc(100vh - 64px);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 92% 4%, rgba(231, 189, 72, 0.18), transparent 25rem),
    radial-gradient(circle at 5% 65%, rgba(194, 137, 28, 0.08), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f8efdb 58%, #fffaf0);
}

body.gold-addfunds-page .gold-addfunds-form-container,
body.gold-addfunds-page .gold-addfunds-history-container {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

body.gold-addfunds-page .gold-addfunds-form-container > .row,
body.gold-addfunds-page .gold-addfunds-history-container > .row {
  margin-right: 0;
  margin-left: 0;
}

body.gold-addfunds-page .gold-addfunds-column,
body.gold-addfunds-page .gold-addfunds-history-column {
  float: none;
  width: 100%;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

body.gold-addfunds-page .gold-addfunds-shell,
body.gold-addfunds-page .gold-addfunds-history-shell {
  width: 100%;
  margin: 0;
  overflow: visible;
  background: linear-gradient(145deg, rgba(255, 255, 252, 0.98), rgba(250, 242, 222, 0.98));
  border: 1px solid rgba(181, 132, 33, 0.56);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(89, 57, 5, 0.09), inset 0 1px rgba(255, 255, 255, 0.86);
}

body.gold-addfunds-page .gold-addfunds-shell {
  padding: 24px;
}

body.gold-addfunds-page .gold-addfunds-title {
  display: grid;
  min-height: 68px;
  margin: -4px 0 22px;
  padding: 0 0 18px;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid rgba(182, 135, 43, 0.28);
}

body.gold-addfunds-page .gold-addfunds-title__artwork {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #3a2304;
  background: linear-gradient(145deg, #f8dc7d, #c88719);
  border: 1px solid rgba(172, 112, 17, 0.62);
  border-radius: 17px;
  box-shadow: 0 9px 18px rgba(124, 77, 5, 0.18), inset 0 1px rgba(255, 249, 211, 0.8);
  font-size: 22px;
}

body.gold-addfunds-page .gold-addfunds-title__artwork img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.gold-addfunds-page .gold-addfunds-title__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

body.gold-addfunds-page .gold-addfunds-title__copy strong {
  color: #3b2607;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.05;
}

body.gold-addfunds-page .gold-addfunds-title__copy small {
  color: #8d7a5c;
  font-size: 11px;
  font-weight: 700;
}

body.gold-addfunds-page .gold-addfunds-title__secure {
  display: inline-flex;
  min-height: 31px;
  padding: 6px 10px;
  align-items: center;
  gap: 6px;
  color: #27735a;
  background: #e6f5ed;
  border: 1px solid #b9dfce;
  border-radius: 999px;
  font-size: 9.5px;
  font-weight: 850;
  letter-spacing: 0.02em;
}

body.gold-addfunds-page .gold-addfunds-form {
  width: 100%;
  margin: 0;
}

body.gold-addfunds-page .gold-addfunds-section,
body.gold-addfunds-page .gold-addfunds-summary__item {
  margin-bottom: 18px;
}

body.gold-addfunds-page .gold-addfunds-label {
  display: inline-flex;
  margin-bottom: 9px;
  align-items: center;
  gap: 8px;
  color: #4d3919;
  font-size: 12.5px;
  font-weight: 850;
}

body.gold-addfunds-page .gold-addfunds-label__icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #8a5b0d;
  background: rgba(226, 188, 87, 0.18);
  border: 1px solid rgba(183, 132, 34, 0.3);
  border-radius: 8px;
  font-size: 9px;
}

body.gold-addfunds-page .gold-addfunds-instructions {
  margin-top: 4px;
}

body.gold-addfunds-page .gold-addfunds-instructions__body {
  position: relative;
  padding: 18px !important;
  overflow: hidden;
  color: #5b4a31;
  background: linear-gradient(145deg, rgba(255, 255, 252, 0.94), rgba(249, 240, 216, 0.88));
  border: 1px solid rgba(189, 144, 49, 0.4) !important;
  border-radius: 16px !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.86);
  font-size: 12px;
  line-height: 1.55;
}

body.gold-addfunds-page .gold-addfunds-instructions__body::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  content: '';
  background: linear-gradient(#efca63, #b67613);
}

body.gold-addfunds-page .gold-addfunds-instructions__body p,
body.gold-addfunds-page .gold-addfunds-instructions__body div {
  margin-top: 0;
  margin-bottom: 12px;
}

body.gold-addfunds-page .gold-addfunds-instructions__headline {
  display: inline-flex;
  margin: 0 auto 15px !important;
  padding: 7px 12px;
  align-items: center;
  justify-content: center;
  color: #66430a;
  background: rgba(236, 205, 119, 0.28);
  border: 1px solid rgba(188, 138, 38, 0.34);
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  text-align: center;
}

body.gold-addfunds-page .gold-addfunds-instructions__image {
  display: block !important;
  width: 100% !important;
  max-width: 520px !important;
  margin: 16px auto !important;
  border: 1px solid rgba(184, 135, 38, 0.28);
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(78, 48, 3, 0.1);
}

body.gold-addfunds-page .gold-addfunds-bonus {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

body.gold-addfunds-page .gold-addfunds-money-field {
  position: relative;
  display: flex;
  width: 100%;
  align-items: stretch;
}

body.gold-addfunds-page .gold-addfunds-money-field__prefix {
  display: inline-flex;
  width: 55px;
  align-items: center;
  justify-content: center;
  color: #694409;
  background: linear-gradient(145deg, #f8e8b3, #e7c366);
  border: 1px solid #c99b3d;
  border-right: 0;
  border-radius: 13px 0 0 13px;
  font-size: 12px;
  font-weight: 900;
}

body.gold-addfunds-page .gold-addfunds-money-field .form-control {
  height: 52px;
  min-width: 0;
  padding: 11px 14px;
  color: #3a2a11;
  background: rgba(255, 255, 252, 0.9);
  border: 1px solid #caa557;
  border-radius: 0 13px 13px 0;
  box-shadow: inset 0 1px 3px rgba(78, 49, 5, 0.05);
  font-size: 14px;
  font-weight: 750;
}

body.gold-addfunds-page .gold-addfunds-money-field .form-control:focus {
  border-color: #a96d12;
  box-shadow: 0 0 0 3px rgba(195, 139, 32, 0.14);
}

body.gold-addfunds-page .gold-addfunds-money-field--readonly .form-control,
body.gold-addfunds-page .gold-addfunds-money-field--readonly .form-control:disabled {
  color: #645337;
  background: rgba(245, 236, 215, 0.72);
  opacity: 1;
}

body.gold-addfunds-page .gold-addfunds-field-hint {
  display: flex;
  margin-top: 8px;
  align-items: flex-start;
  gap: 7px;
  color: #8b7b61;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.4;
}

body.gold-addfunds-page .gold-addfunds-field-hint i {
  margin-top: 2px;
  color: #af791b;
}

body.gold-addfunds-page .gold-addfunds-summary {
  display: grid;
  margin: 2px 0 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.gold-addfunds-page .gold-addfunds-summary__item {
  min-width: 0;
  margin: 0;
  padding: 13px;
  background: rgba(246, 234, 205, 0.55);
  border: 1px solid rgba(185, 138, 42, 0.34);
  border-radius: 15px;
}

body.gold-addfunds-page .gold-addfunds-summary__item--total {
  background: linear-gradient(145deg, rgba(251, 239, 196, 0.82), rgba(242, 214, 139, 0.55));
  border-color: rgba(177, 123, 24, 0.5);
}

body.gold-addfunds-page .gold-addfunds-assurance {
  display: flex;
  margin: 0 0 13px;
  padding: 10px 12px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #647061;
  background: rgba(231, 244, 236, 0.72);
  border: 1px solid rgba(122, 179, 149, 0.35);
  border-radius: 12px;
  font-size: 9.5px;
  font-weight: 750;
}

body.gold-addfunds-page .gold-addfunds-assurance i {
  margin-right: 5px;
  color: #2d8d69;
}

body.gold-addfunds-page .gold-addfunds-submit {
  display: grid;
  width: 100%;
  min-height: 52px;
  padding: 12px 17px;
  grid-template-columns: 26px minmax(0, 1fr) 26px;
  align-items: center;
  color: #241603;
  background: linear-gradient(135deg, #f4d56d, #d99b23 72%, #bf7e14);
  border: 1px solid #aa6c0e;
  border-radius: 14px;
  box-shadow: 0 11px 24px rgba(126, 76, 5, 0.19), inset 0 1px rgba(255, 247, 203, 0.75);
  font-size: 13.5px;
  font-weight: 900;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.gold-addfunds-page .gold-addfunds-submit:hover,
body.gold-addfunds-page .gold-addfunds-submit:focus {
  color: #211302;
  box-shadow: 0 14px 28px rgba(113, 66, 4, 0.24), 0 0 0 3px rgba(202, 148, 36, 0.15);
  outline: none;
  transform: translateY(-1px);
}

body.gold-addfunds-page .gold-addfunds-submit i:first-child {
  justify-self: start;
}

body.gold-addfunds-page .gold-addfunds-submit i:last-child {
  justify-self: end;
}

body.gold-addfunds-page .gold-addfunds-history-shell {
  padding: 22px;
  overflow: hidden;
}

body.gold-addfunds-page .gold-addfunds-history-title {
  display: grid;
  margin-bottom: 18px;
  padding-bottom: 16px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid rgba(182, 135, 43, 0.28);
}

body.gold-addfunds-page .gold-addfunds-history-title__icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: #3c2708;
  background: linear-gradient(145deg, #f0ce69, #bf7d16);
  border: 1px solid #ad7014;
  border-radius: 13px;
  box-shadow: 0 7px 15px rgba(105, 63, 4, 0.16);
}

body.gold-addfunds-page .gold-addfunds-history-title__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

body.gold-addfunds-page .gold-addfunds-history-title__copy strong {
  color: #49310b;
  font-size: 17px;
  font-weight: 900;
}

body.gold-addfunds-page .gold-addfunds-history-title__copy small {
  color: #8d7b60;
  font-size: 9.5px;
  font-weight: 650;
}

body.gold-addfunds-page .gold-addfunds-history-title__count {
  padding: 6px 10px;
  color: #75500d;
  background: rgba(242, 220, 158, 0.45);
  border: 1px solid rgba(180, 130, 33, 0.38);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
}

body.gold-addfunds-page .gold-addfunds-history-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 8px;
}

body.gold-addfunds-page .gold-addfunds-history-table thead th {
  padding: 10px 12px;
  color: #806222;
  background: rgba(241, 220, 163, 0.38);
  border: 0;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.gold-addfunds-page .gold-addfunds-history-row {
  background: rgba(255, 255, 253, 0.72);
  box-shadow: 0 5px 13px rgba(76, 47, 3, 0.045);
}

body.gold-addfunds-page .gold-addfunds-history-cell {
  padding: 12px;
  color: #58482f;
  border-top: 1px solid rgba(185, 140, 47, 0.25) !important;
  border-bottom: 1px solid rgba(185, 140, 47, 0.25) !important;
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle !important;
}

body.gold-addfunds-page .gold-addfunds-history-cell:first-child {
  border-left: 1px solid rgba(185, 140, 47, 0.25) !important;
  border-radius: 12px 0 0 12px;
}

body.gold-addfunds-page .gold-addfunds-history-cell:last-child {
  border-right: 1px solid rgba(185, 140, 47, 0.25) !important;
  border-radius: 0 12px 12px 0;
}

body.gold-addfunds-page .gold-addfunds-transaction-id {
  display: inline-flex;
  padding: 6px 9px;
  color: #553603;
  background: linear-gradient(145deg, #f4d775, #d59a28);
  border: 1px solid rgba(167, 105, 12, 0.58);
  border-radius: 9px;
  font-weight: 900;
}

body.gold-addfunds-page .gold-addfunds-history-cell--3.is-credit {
  color: #237657;
}

body.gold-addfunds-page .gold-addfunds-history-cell--3.is-debit {
  color: #b4554b;
}

body.gold-addfunds-page .gold-addfunds-invoice {
  display: inline-flex;
  min-height: 30px;
  padding: 6px 9px;
  align-items: center;
  gap: 6px;
  color: #74500f;
  background: rgba(245, 227, 179, 0.5);
  border: 1px solid rgba(180, 131, 34, 0.4);
  border-radius: 9px;
  font-size: 9px;
  font-weight: 850;
}

body.gold-dark.gold-addfunds-page .gold-main {
  background:
    radial-gradient(circle at 90% 5%, rgba(172, 124, 31, 0.15), transparent 26rem),
    linear-gradient(145deg, #090704, #151008 58%, #080603);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-shell,
body.gold-dark.gold-addfunds-page .gold-addfunds-history-shell {
  background: linear-gradient(145deg, rgba(29, 23, 14, 0.98), rgba(12, 9, 5, 0.99));
  border-color: rgba(143, 105, 29, 0.65);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35), inset 0 1px rgba(255, 224, 130, 0.035);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-title,
body.gold-dark.gold-addfunds-page .gold-addfunds-history-title {
  border-bottom-color: rgba(148, 108, 31, 0.42);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-title__copy strong,
body.gold-dark.gold-addfunds-page .gold-addfunds-history-title__copy strong,
body.gold-dark.gold-addfunds-page .gold-addfunds-label {
  color: #efd98e;
}

body.gold-dark.gold-addfunds-page .gold-addfunds-title__copy small,
body.gold-dark.gold-addfunds-page .gold-addfunds-history-title__copy small,
body.gold-dark.gold-addfunds-page .gold-addfunds-field-hint {
  color: #aa9a7e;
}

body.gold-dark.gold-addfunds-page .gold-addfunds-instructions__body,
body.gold-dark.gold-addfunds-page .gold-addfunds-summary__item {
  color: #d7c9af;
  background: linear-gradient(145deg, rgba(31, 25, 16, 0.95), rgba(15, 11, 7, 0.98));
  border-color: rgba(137, 99, 28, 0.52) !important;
}

body.gold-dark.gold-addfunds-page .gold-addfunds-instructions__headline {
  color: #e7c96e;
  background: rgba(130, 92, 20, 0.2);
  border-color: rgba(166, 120, 30, 0.42);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-money-field .form-control,
body.gold-dark.gold-addfunds-page .gold-addfunds-money-field--readonly .form-control,
body.gold-dark.gold-addfunds-page .gold-addfunds-money-field--readonly .form-control:disabled {
  color: #e2d5bc;
  background: #110d08;
  border-color: #75571e;
}

body.gold-dark.gold-addfunds-page .gold-addfunds-money-field__prefix {
  color: #251704;
  background: linear-gradient(145deg, #e2bf59, #9e6611);
  border-color: #8b5910;
}

body.gold-dark.gold-addfunds-page .gold-addfunds-assurance {
  color: #aebeb3;
  background: rgba(40, 92, 70, 0.18);
  border-color: rgba(64, 139, 104, 0.35);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-history-table thead th {
  color: #c9a94f;
  background: rgba(106, 76, 19, 0.2);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-history-row {
  background: rgba(24, 18, 11, 0.92);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.22);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-history-cell {
  color: #d9cbb1;
  border-color: rgba(130, 95, 29, 0.42) !important;
}

@media (max-width: 767px) {
  body.gold-addfunds-page .gold-addfunds-form-container,
  body.gold-addfunds-page .gold-addfunds-history-container {
    padding: 14px 10px 0;
  }

  body.gold-addfunds-page .gold-addfunds-history-container {
    padding-top: 12px;
    padding-bottom: 28px;
  }

  body.gold-addfunds-page .gold-addfunds-shell,
  body.gold-addfunds-page .gold-addfunds-history-shell {
    padding: 15px;
    border-radius: 18px;
  }

  body.gold-addfunds-page .gold-addfunds-title {
    min-height: 56px;
    margin: 0 0 17px;
    padding-bottom: 14px;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 10px;
  }

  body.gold-addfunds-page .gold-addfunds-title__artwork {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  body.gold-addfunds-page .gold-addfunds-title__copy strong {
    font-size: 18px;
  }

  body.gold-addfunds-page .gold-addfunds-title__copy small {
    font-size: 9px;
  }

  body.gold-addfunds-page .gold-addfunds-title__secure {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 8px;
  }

  body.gold-addfunds-page .gold-addfunds-instructions__body {
    padding: 15px 13px !important;
    font-size: 11.5px;
    line-height: 1.5;
  }

  body.gold-addfunds-page .gold-addfunds-instructions__body p,
  body.gold-addfunds-page .gold-addfunds-instructions__body div {
    margin-bottom: 10px;
  }

  body.gold-addfunds-page .gold-addfunds-instructions__headline {
    max-width: 100%;
    font-size: 9.5px;
  }

  body.gold-addfunds-page .gold-addfunds-instructions__image {
    margin: 12px auto !important;
    border-radius: 10px;
  }

  body.gold-addfunds-page .gold-addfunds-summary {
    gap: 8px;
  }

  body.gold-addfunds-page .gold-addfunds-summary__item {
    padding: 10px;
  }

  body.gold-addfunds-page .gold-addfunds-summary__item .gold-addfunds-label {
    font-size: 9.5px;
  }

  body.gold-addfunds-page .gold-addfunds-summary__item .gold-addfunds-label__icon {
    width: 21px;
    height: 21px;
    border-radius: 7px;
    font-size: 8px;
  }

  body.gold-addfunds-page .gold-addfunds-summary__item .gold-addfunds-money-field__prefix {
    width: 39px;
    font-size: 9.5px;
  }

  body.gold-addfunds-page .gold-addfunds-summary__item .form-control {
    height: 45px;
    padding: 9px;
    font-size: 11px;
  }

  body.gold-addfunds-page .gold-addfunds-assurance {
    justify-content: space-around;
    gap: 8px;
    font-size: 8.5px;
  }

  body.gold-addfunds-page .gold-addfunds-history-title {
    grid-template-columns: 39px minmax(0, 1fr) auto;
    gap: 9px;
  }

  body.gold-addfunds-page .gold-addfunds-history-title__icon {
    width: 39px;
    height: 39px;
    border-radius: 11px;
    font-size: 12px;
  }

  body.gold-addfunds-page .gold-addfunds-history-title__copy strong {
    font-size: 14px;
  }

  body.gold-addfunds-page .gold-addfunds-history-title__count {
    padding: 5px 8px;
    font-size: 8px;
  }

  body.gold-addfunds-page .gold-addfunds-history-table,
  body.gold-addfunds-page .gold-addfunds-history-table tbody {
    display: block;
  }

  body.gold-addfunds-page .gold-addfunds-history-table thead {
    display: none;
  }

  body.gold-addfunds-page .gold-addfunds-history-row {
    display: grid;
    margin-bottom: 10px;
    padding: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border: 1px solid rgba(182, 134, 39, 0.34);
    border-radius: 14px;
  }

  body.gold-addfunds-page .gold-addfunds-history-cell {
    display: flex;
    min-width: 0;
    padding: 9px;
    flex-direction: column;
    gap: 4px;
    background: rgba(248, 239, 216, 0.52);
    border: 1px solid rgba(183, 139, 48, 0.22) !important;
    border-radius: 10px !important;
    font-size: 10px;
    overflow-wrap: anywhere;
  }

  body.gold-addfunds-page .gold-addfunds-history-cell::before {
    color: #9a7b3b;
    content: attr(data-label);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.gold-addfunds-page .gold-addfunds-history-cell--2 {
    grid-column: 1 / -1;
  }

  body.gold-addfunds-page .gold-addfunds-history-cell--4:empty,
  body.gold-addfunds-page .gold-addfunds-history-cell--4.is-empty {
    display: none;
  }

  body.gold-addfunds-page .gold-addfunds-history-cell--4:not(:empty) {
    align-self: stretch;
    justify-content: center;
  }

  body.gold-dark.gold-addfunds-page .gold-addfunds-history-cell {
    background: rgba(99, 72, 20, 0.13);
    border-color: rgba(134, 98, 28, 0.34) !important;
  }
}

@media (max-width: 390px) {
  body.gold-addfunds-page .gold-addfunds-title__secure span {
    display: none;
  }

  body.gold-addfunds-page .gold-addfunds-title__secure {
    width: 28px;
    padding: 0;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-addfunds-page .gold-addfunds-submit,
  body.gold-addfunds-page .gold-method-trigger,
  body.gold-addfunds-page .gold-method-option {
    transition-duration: 1ms;
  }
}

/* Updates UI v1 ---------------------------------------------------------- */
body.gold-updates-page .gold-main {
  min-height: calc(100vh - 64px);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 92% 2%, rgba(227, 181, 59, 0.17), transparent 25rem),
    radial-gradient(circle at 3% 72%, rgba(181, 126, 24, 0.08), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f8efdc 60%, #fffbf2);
}

body.gold-updates-page .gold-updates-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 18px 38px;
}

body.gold-updates-page .gold-updates-container > .row,
body.gold-updates-page .gold-updates-outer-column > .row {
  margin-right: 0;
  margin-left: 0;
}

body.gold-updates-page .gold-updates-outer-column,
body.gold-updates-page .gold-updates-toolbar-column,
body.gold-updates-page .gold-updates-content-column {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.gold-updates-page .gold-updates-toolbar {
  display: grid;
  width: 100%;
  margin: 0 0 16px;
  padding: 10px;
  grid-template-columns: minmax(150px, 220px) minmax(260px, 420px);
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 252, 0.96), rgba(249, 239, 215, 0.96));
  border: 1px solid rgba(182, 133, 35, 0.52);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(84, 51, 4, 0.08), inset 0 1px rgba(255, 255, 255, 0.84);
}

body.gold-updates-page .gold-updates-toolbar::before,
body.gold-updates-page .gold-updates-toolbar::after {
  display: none;
}

body.gold-updates-page .gold-updates-toolbar > li {
  float: none;
  margin: 0;
}

body.gold-updates-page .gold-updates-filter {
  display: grid;
  width: 100%;
  min-height: 50px;
  padding: 7px 12px 7px 8px;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  color: #4a3007;
  text-align: left;
  background: linear-gradient(145deg, #f6d76e, #d49824);
  border: 1px solid #ae7113;
  border-radius: 13px;
  box-shadow: 0 8px 17px rgba(112, 67, 4, 0.16), inset 0 1px rgba(255, 248, 205, 0.75);
  font-size: 12px;
  font-weight: 900;
}

body.gold-updates-page .gold-updates-filter:hover,
body.gold-updates-page .gold-updates-filter:focus,
body.gold-updates-page .open > .gold-updates-filter {
  color: #352104;
  background: linear-gradient(145deg, #f9df83, #d9a02c);
  border-color: #965e0c;
  box-shadow: 0 0 0 3px rgba(194, 137, 30, 0.14), 0 10px 22px rgba(104, 61, 3, 0.18);
  outline: none;
}

body.gold-updates-page .gold-updates-filter__icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #321e03;
  background: rgba(255, 245, 199, 0.4);
  border: 1px solid rgba(114, 71, 7, 0.22);
  border-radius: 10px;
  font-size: 11px;
}

body.gold-updates-page .gold-updates-filter .caret {
  justify-self: end;
}

body.gold-updates-page .gold-updates-filter > span:not(.gold-updates-filter__icon):not(.caret) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-updates-page .gold-updates-filter-menu {
  width: 100%;
  min-width: 220px;
  margin-top: 7px;
  padding: 7px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #f6e9c9);
  border: 1px solid #ba8728;
  border-radius: 13px;
  box-shadow: 0 18px 42px rgba(65, 40, 3, 0.22);
}

body.gold-updates-page .gold-updates-filter-menu > li > .gold-updates-filter-option {
  display: flex;
  min-height: 38px;
  padding: 8px 10px;
  align-items: center;
  gap: 9px;
  color: #5c4217;
  border-radius: 9px;
  font-size: 10px;
  font-weight: 800;
}

body.gold-updates-page .gold-updates-filter-menu > li > .gold-updates-filter-option i {
  width: 18px;
  color: #a36c11;
  text-align: center;
}

body.gold-updates-page .gold-updates-filter-menu > li.active > a,
body.gold-updates-page .gold-updates-filter-menu > li > a:hover,
body.gold-updates-page .gold-updates-filter-menu > li > a:focus {
  color: #3b2606;
  background: rgba(235, 204, 117, 0.42);
}

body.gold-updates-page .gold-updates-search,
body.gold-updates-page .gold-updates-search .input-group {
  width: 100%;
}

body.gold-updates-page .gold-updates-search .form-control {
  height: 50px;
  padding: 11px 14px;
  color: #4d3c22;
  background: rgba(255, 255, 252, 0.9);
  border: 1px solid #c9a354;
  border-right: 0;
  border-radius: 13px 0 0 13px;
  box-shadow: inset 0 1px 3px rgba(80, 50, 4, 0.04);
  font-size: 12px;
  font-weight: 700;
}

body.gold-updates-page .gold-updates-search .form-control:focus {
  border-color: #a96d12;
  box-shadow: 0 0 0 3px rgba(195, 139, 32, 0.13);
}

body.gold-updates-page .gold-updates-search button {
  width: 50px;
  height: 50px;
  color: #6c470b;
  background: #fffdf8;
  border: 1px solid #c9a354;
  border-radius: 0 13px 13px 0;
  font-size: 13px;
}

body.gold-updates-page .gold-updates-shell {
  width: 100%;
  margin: 0;
  padding: 22px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 252, 0.98), rgba(249, 241, 221, 0.98));
  border: 1px solid rgba(181, 132, 33, 0.56);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(89, 57, 5, 0.09), inset 0 1px rgba(255, 255, 255, 0.86);
}

body.gold-updates-page .gold-updates-title {
  display: grid;
  min-height: 62px;
  margin: 0 0 19px;
  padding: 0 0 17px;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(182, 135, 43, 0.28);
}

body.gold-updates-page .gold-updates-title__artwork {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #3a2304;
  background: linear-gradient(145deg, #f8dc7d, #c88719);
  border: 1px solid rgba(172, 112, 17, 0.62);
  border-radius: 16px;
  box-shadow: 0 9px 18px rgba(124, 77, 5, 0.18), inset 0 1px rgba(255, 249, 211, 0.8);
  font-size: 20px;
}

body.gold-updates-page .gold-updates-title__artwork img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.gold-updates-page .gold-updates-title__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

body.gold-updates-page .gold-updates-title__copy strong {
  color: #3d2808;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.05;
}

body.gold-updates-page .gold-updates-title__copy small {
  color: #8b795c;
  font-size: 10px;
  font-weight: 680;
}

body.gold-updates-page .gold-updates-title__count {
  padding: 7px 11px;
  color: #76500c;
  background: rgba(242, 220, 158, 0.45);
  border: 1px solid rgba(180, 130, 33, 0.4);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
  white-space: nowrap;
}

body.gold-updates-page .gold-updates-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 9px;
  table-layout: fixed;
}

body.gold-updates-page .gold-updates-table thead th {
  padding: 10px 13px;
  color: #7e601f;
  background: rgba(240, 218, 158, 0.42);
  border: 0;
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.gold-updates-page .gold-updates-table thead th:first-child {
  width: 48%;
  border-radius: 10px 0 0 10px;
}

body.gold-updates-page .gold-updates-table thead th:nth-child(2) {
  width: 16%;
}

body.gold-updates-page .gold-updates-table thead th:last-child {
  width: 36%;
  border-radius: 0 10px 10px 0;
}

body.gold-updates-page .gold-update-card {
  background: rgba(255, 255, 253, 0.75);
  box-shadow: 0 6px 16px rgba(78, 48, 3, 0.045);
}

body.gold-updates-page .gold-update-cell {
  padding: 12px 13px;
  color: #58482f;
  border-top: 1px solid rgba(185, 140, 47, 0.25) !important;
  border-bottom: 1px solid rgba(185, 140, 47, 0.25) !important;
  vertical-align: middle !important;
}

body.gold-updates-page .gold-update-cell:first-child {
  border-left: 1px solid rgba(185, 140, 47, 0.25) !important;
  border-radius: 13px 0 0 13px;
}

body.gold-updates-page .gold-update-cell:last-child {
  border-right: 1px solid rgba(185, 140, 47, 0.25) !important;
  border-radius: 0 13px 13px 0;
}

body.gold-updates-page .gold-update-service__meta {
  display: flex;
  margin-bottom: 6px;
  align-items: center;
  gap: 7px;
}

body.gold-updates-page .gold-update-service__id {
  display: inline-flex;
  min-height: 24px;
  padding: 5px 8px;
  align-items: center;
  color: #4b2f04;
  background: linear-gradient(145deg, #f2d26e, #d29725);
  border: 1px solid rgba(164, 102, 11, 0.55);
  border-radius: 8px;
  font-size: 8.5px;
  font-weight: 900;
  white-space: nowrap;
}

body.gold-updates-page .gold-update-service__platform {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #7b5916;
  background: rgba(239, 219, 166, 0.46);
  border: 1px solid rgba(179, 133, 39, 0.3);
  border-radius: 8px;
  font-size: 10px;
}

body.gold-updates-page .gold-update-service__platform--instagram { color: #c13a78; }
body.gold-updates-page .gold-update-service__platform--facebook { color: #3477c7; }
body.gold-updates-page .gold-update-service__platform--tiktok { color: #202020; }
body.gold-updates-page .gold-update-service__platform--telegram { color: #249fd7; }
body.gold-updates-page .gold-update-service__platform--youtube { color: #e43f3f; }
body.gold-updates-page .gold-update-service__platform--whatsapp { color: #29a96b; }
body.gold-updates-page .gold-update-service__platform--linkedin { color: #2474a8; }
body.gold-updates-page .gold-update-service__platform--github { color: #3e3e46; }
body.gold-updates-page .gold-update-service__platform--twitch { color: #7651b5; }

body.gold-updates-page .gold-update-service__name {
  display: block;
  color: #44341d;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

body.gold-updates-page .gold-update-date {
  display: inline-flex;
  min-height: 30px;
  padding: 7px 9px;
  align-items: center;
  gap: 6px;
  color: #72551e;
  background: rgba(245, 233, 201, 0.52);
  border: 1px solid rgba(183, 138, 43, 0.3);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

body.gold-updates-page .gold-update-date i {
  color: #b07816;
  font-size: 9px;
}

body.gold-updates-page .gold-update-change {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

body.gold-updates-page .gold-update-status {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  min-height: 26px;
  padding: 6px 9px;
  align-items: center;
  gap: 6px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 8.5px;
  font-weight: 900;
  white-space: nowrap;
}

body.gold-updates-page .gold-update-change--decreased .gold-update-status {
  color: #1d7655;
  background: #e0f4ea;
  border-color: #b9dfcd;
}

body.gold-updates-page .gold-update-change--increased .gold-update-status {
  color: #a65042;
  background: #ffebe7;
  border-color: #f1c2b9;
}

body.gold-updates-page .gold-update-change--enabled .gold-update-status {
  color: #1b7052;
  background: #ddf2e8;
  border-color: #b5dac8;
}

body.gold-updates-page .gold-update-change--disabled .gold-update-status {
  color: #a04444;
  background: #f8e9e7;
  border-color: #e7bfba;
}

body.gold-updates-page .gold-update-change--new .gold-update-status {
  color: #2b6599;
  background: #e5f2ff;
  border-color: #b9d8f3;
}

body.gold-updates-page .gold-update-change--updated .gold-update-status {
  color: #7b5b19;
  background: #f7edcf;
  border-color: #dec68b;
}

body.gold-updates-page .gold-update-price-flow {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
  align-items: center;
  gap: 5px;
}

body.gold-updates-page .gold-update-price {
  display: flex;
  min-width: 0;
  padding: 7px 8px;
  flex-direction: column;
  gap: 2px;
  background: rgba(246, 237, 214, 0.56);
  border: 1px solid rgba(181, 137, 46, 0.24);
  border-radius: 9px;
}

body.gold-updates-page .gold-update-price small {
  overflow: hidden;
  color: #998563;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

body.gold-updates-page .gold-update-price strong {
  overflow: hidden;
  color: #59421a;
  font-size: 9px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-updates-page .gold-update-change--decreased .gold-update-price--new strong { color: #1d7655; }
body.gold-updates-page .gold-update-change--increased .gold-update-price--new strong { color: #ab4f41; }

body.gold-updates-page .gold-update-price-flow__arrow {
  color: #a87318;
  font-size: 8px;
  text-align: center;
}

body.gold-updates-page .gold-update-message {
  color: #66563e;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
}

body.gold-updates-page .gold-updates-pagination {
  display: flex;
  width: 100%;
  margin: 17px 0 0;
  padding: 2px 0 4px;
  overflow-x: auto;
  justify-content: center;
  gap: 6px;
  scrollbar-width: thin;
}

body.gold-updates-page .gold-updates-pagination > li {
  flex: 0 0 auto;
}

body.gold-updates-page .gold-updates-pagination > li > a,
body.gold-updates-page .gold-updates-pagination > li > span {
  min-width: 36px;
  height: 36px;
  padding: 9px 10px;
  color: #725116;
  background: rgba(255, 255, 252, 0.85);
  border: 1px solid rgba(184, 138, 43, 0.42);
  border-radius: 10px;
  font-size: 9px;
  font-weight: 850;
  text-align: center;
}

body.gold-updates-page .gold-updates-pagination > .active > a,
body.gold-updates-page .gold-updates-pagination > .active > span,
body.gold-updates-page .gold-updates-pagination > li > a:hover,
body.gold-updates-page .gold-updates-pagination > li > a:focus {
  color: #2f1c02;
  background: linear-gradient(145deg, #f0ce69, #c6881e);
  border-color: #a96910;
}

body.gold-updates-page .gold-updates-empty {
  display: flex;
  min-height: 250px;
  padding: 34px 18px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: #8b7a60;
  text-align: center;
}

body.gold-updates-page .gold-updates-empty__icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  margin-bottom: 5px;
  align-items: center;
  justify-content: center;
  color: #8b5c0e;
  background: rgba(239, 218, 161, 0.5);
  border: 1px solid rgba(180, 132, 36, 0.42);
  border-radius: 18px;
  font-size: 19px;
}

body.gold-updates-page .gold-updates-empty strong {
  color: #4c3510;
  font-size: 15px;
  font-weight: 900;
}

body.gold-updates-page .gold-updates-empty > span:last-child {
  font-size: 10px;
  font-weight: 650;
}

body.gold-dark.gold-updates-page .gold-main {
  background:
    radial-gradient(circle at 90% 4%, rgba(167, 119, 28, 0.15), transparent 26rem),
    linear-gradient(145deg, #090704, #151008 58%, #080603);
}

body.gold-dark.gold-updates-page .gold-updates-toolbar,
body.gold-dark.gold-updates-page .gold-updates-shell {
  background: linear-gradient(145deg, rgba(29, 23, 14, 0.98), rgba(12, 9, 5, 0.99));
  border-color: rgba(143, 105, 29, 0.64);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.36), inset 0 1px rgba(255, 224, 130, 0.035);
}

body.gold-dark.gold-updates-page .gold-updates-title {
  border-bottom-color: rgba(148, 108, 31, 0.42);
}

body.gold-dark.gold-updates-page .gold-updates-title__copy strong,
body.gold-dark.gold-updates-page .gold-update-service__name {
  color: #ead9b9;
}

body.gold-dark.gold-updates-page .gold-updates-title__copy small {
  color: #a9987c;
}

body.gold-dark.gold-updates-page .gold-updates-title__count {
  color: #e2c267;
  background: rgba(113, 80, 18, 0.22);
  border-color: rgba(155, 113, 28, 0.48);
}

body.gold-dark.gold-updates-page .gold-updates-search .form-control,
body.gold-dark.gold-updates-page .gold-updates-search button {
  color: #e3d6bd;
  background: #110d08;
  border-color: #71531b;
}

body.gold-dark.gold-updates-page .gold-updates-filter-menu {
  background: linear-gradient(145deg, #1f190f, #090704);
  border-color: #76571d;
}

body.gold-dark.gold-updates-page .gold-updates-filter-menu > li > .gold-updates-filter-option {
  color: #d6c8ad;
}

body.gold-dark.gold-updates-page .gold-updates-filter-menu > li.active > a,
body.gold-dark.gold-updates-page .gold-updates-filter-menu > li > a:hover,
body.gold-dark.gold-updates-page .gold-updates-filter-menu > li > a:focus {
  color: #efd47e;
  background: rgba(116, 82, 18, 0.24);
}

body.gold-dark.gold-updates-page .gold-updates-table thead th {
  color: #c9a94f;
  background: rgba(106, 76, 19, 0.2);
}

body.gold-dark.gold-updates-page .gold-update-card {
  background: rgba(24, 18, 11, 0.94);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.23);
}

body.gold-dark.gold-updates-page .gold-update-cell {
  color: #d7cab0;
  border-color: rgba(130, 95, 29, 0.42) !important;
}

body.gold-dark.gold-updates-page .gold-update-service__platform,
body.gold-dark.gold-updates-page .gold-update-date,
body.gold-dark.gold-updates-page .gold-update-price {
  background: rgba(104, 75, 20, 0.14);
  border-color: rgba(139, 101, 28, 0.35);
}

body.gold-dark.gold-updates-page .gold-update-date,
body.gold-dark.gold-updates-page .gold-update-price strong,
body.gold-dark.gold-updates-page .gold-update-message {
  color: #d9c9a9;
}

body.gold-dark.gold-updates-page .gold-update-price small {
  color: #9e8e71;
}

body.gold-dark.gold-updates-page .gold-updates-pagination > li > a,
body.gold-dark.gold-updates-page .gold-updates-pagination > li > span {
  color: #d7c7a7;
  background: #151008;
  border-color: rgba(137, 99, 27, 0.5);
}

@media (max-width: 767px) {
  body.gold-updates-page .gold-updates-container {
    padding: 12px 9px 28px;
  }

  body.gold-updates-page .gold-updates-toolbar {
    margin-bottom: 12px;
    padding: 8px;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 8px;
    border-radius: 15px;
  }

  body.gold-updates-page .gold-updates-filter,
  body.gold-updates-page .gold-updates-search .form-control,
  body.gold-updates-page .gold-updates-search button {
    min-height: 47px;
    height: 47px;
  }

  body.gold-updates-page .gold-updates-filter {
    padding: 6px 8px;
    grid-template-columns: 31px minmax(0, 1fr) auto;
    gap: 6px;
    border-radius: 11px;
    font-size: 10.5px;
  }

  body.gold-updates-page .gold-updates-filter__icon {
    width: 31px;
    height: 31px;
    border-radius: 8px;
    font-size: 9px;
  }

  body.gold-updates-page .gold-updates-search .form-control {
    min-width: 0;
    padding: 10px 11px;
    border-radius: 11px 0 0 11px;
    font-size: 10.5px;
  }

  body.gold-updates-page .gold-updates-search button {
    width: 45px;
    border-radius: 0 11px 11px 0;
    font-size: 11px;
  }

  body.gold-updates-page .gold-updates-shell {
    padding: 14px;
    border-radius: 18px;
  }

  body.gold-updates-page .gold-updates-title {
    min-height: 51px;
    margin-bottom: 13px;
    padding-bottom: 13px;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 9px;
  }

  body.gold-updates-page .gold-updates-title__artwork {
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }

  body.gold-updates-page .gold-updates-title__copy strong {
    font-size: 17px;
  }

  body.gold-updates-page .gold-updates-title__copy small {
    font-size: 8.5px;
  }

  body.gold-updates-page .gold-updates-title__count {
    padding: 5px 8px;
    font-size: 7.5px;
  }

  body.gold-updates-page .gold-updates-table,
  body.gold-updates-page .gold-updates-table tbody {
    display: block;
  }

  body.gold-updates-page .gold-updates-table thead {
    display: none;
  }

  body.gold-updates-page .gold-update-card {
    display: grid;
    margin-bottom: 10px;
    padding: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      'service date'
      'change change';
    gap: 9px;
    border: 1px solid rgba(181, 134, 40, 0.38);
    border-radius: 15px;
  }

  body.gold-updates-page .gold-update-cell {
    display: block;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: 0 !important;
  }

  body.gold-updates-page .gold-update-cell--service {
    grid-area: service;
  }

  body.gold-updates-page .gold-update-cell--date {
    grid-area: date;
    align-self: start;
    justify-self: end;
  }

  body.gold-updates-page .gold-update-cell--change {
    grid-area: change;
    padding-top: 10px;
    border-top: 1px solid rgba(182, 137, 43, 0.23) !important;
  }

  body.gold-updates-page .gold-update-service__meta {
    margin-bottom: 7px;
  }

  body.gold-updates-page .gold-update-service__id {
    min-height: 23px;
    font-size: 8px;
  }

  body.gold-updates-page .gold-update-service__platform {
    width: 23px;
    height: 23px;
    font-size: 9px;
  }

  body.gold-updates-page .gold-update-service__name {
    font-size: 10.5px;
    line-height: 1.38;
  }

  body.gold-updates-page .gold-update-date {
    min-height: 27px;
    padding: 6px 8px;
    font-size: 7.5px;
  }

  body.gold-updates-page .gold-update-change {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
  }

  body.gold-updates-page .gold-update-status {
    min-height: 26px;
    padding: 6px 8px;
    font-size: 7.5px;
  }

  body.gold-updates-page .gold-update-price {
    padding: 6px 7px;
  }

  body.gold-updates-page .gold-update-price strong {
    font-size: 8.5px;
  }

  body.gold-updates-page .gold-update-message {
    padding: 7px 9px;
    background: rgba(246, 237, 214, 0.5);
    border: 1px solid rgba(181, 137, 46, 0.24);
    border-radius: 9px;
    font-size: 9px;
  }

  body.gold-dark.gold-updates-page .gold-update-message {
    background: rgba(104, 75, 20, 0.14);
    border-color: rgba(139, 101, 28, 0.35);
  }

  body.gold-updates-page .gold-updates-pagination {
    justify-content: flex-start;
  }
}

@media (max-width: 374px) {
  body.gold-updates-page .gold-updates-title__count {
    display: none;
  }

  body.gold-updates-page .gold-update-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      'service'
      'date'
      'change';
  }

  body.gold-updates-page .gold-update-cell--date {
    justify-self: start;
  }

  body.gold-updates-page .gold-update-change {
    grid-template-columns: 1fr;
  }
}

/* Prevent the legacy Updates table from flashing before enhancement. */
body:has(.nav-pills a[href="/updates/new"]):not(.gold-updates-v1) .gold-main > .container-fluid {
  opacity: 0;
  visibility: hidden;
  animation: goldUpdatesBootFallback 0s linear 2.5s forwards;
}

body:has(.nav-pills a[href="/updates/new"]):not(.gold-updates-v1)::after {
  position: fixed;
  z-index: 1200;
  top: 50%;
  left: 50%;
  min-width: 132px;
  padding: 11px 15px;
  color: #6d4a0a;
  content: 'Loading updates…';
  background: rgba(255, 252, 242, 0.94);
  border: 1px solid rgba(190, 145, 47, 0.55);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(69, 43, 5, 0.14);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  transform: translate(-50%, -50%);
  animation: goldUpdatesPulse 900ms ease-in-out infinite alternate,
    goldUpdatesBootDismiss 0s linear 2.5s forwards;
}

body.gold-dark:has(.nav-pills a[href="/updates/new"]):not(.gold-updates-v1)::after {
  color: #efd47b;
  background: rgba(24, 19, 12, 0.95);
  border-color: rgba(170, 127, 35, 0.62);
}

body.gold-updates-page.gold-updates-v1 .gold-main > .container-fluid {
  animation: goldUpdatesReveal 240ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes goldUpdatesReveal {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes goldUpdatesPulse {
  from { opacity: 0.68; transform: translate(-50%, -50%) scale(0.98); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes goldUpdatesBootFallback {
  to { opacity: 1; visibility: visible; }
}

@keyframes goldUpdatesBootDismiss {
  to { opacity: 0; visibility: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-updates-page.gold-updates-v1 .gold-main > .container-fluid {
    animation-duration: 1ms;
  }

  body:has(.nav-pills a[href="/updates/new"]):not(.gold-updates-v1)::after {
    animation: goldUpdatesBootDismiss 0s linear 2.5s forwards;
  }
}

/* Global page loading screen -------------------------------------------- */
html.gold-page-is-loading,
html.gold-page-is-loading body {
  overflow: hidden;
}

.gold-page-loader {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #392707;
  background:
    radial-gradient(circle at 50% 42%, rgba(232, 189, 78, 0.20), transparent 18rem),
    linear-gradient(145deg, #fffdf6, #f8efd9);
  opacity: 1;
  visibility: visible;
  transition: opacity 280ms ease, visibility 280ms ease;
}

.gold-page-loader.is-hidden,
html:not(.gold-page-is-loading) .gold-page-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gold-page-loader__content {
  display: flex;
  width: min(290px, 88vw);
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.gold-page-loader__mark {
  position: relative;
  display: grid;
  z-index: 0;
  width: 136px;
  height: 136px;
  margin-bottom: 12px;
  place-items: center;
  color: transparent;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 12px 20px rgba(79, 47, 2, 0.22));
  font-size: 0;
}

.gold-page-loader__mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gold-page-loader__mark::after {
  position: absolute;
  z-index: -1;
  inset: 19px;
  content: '';
  background: radial-gradient(circle, rgba(229, 176, 48, 0.26), rgba(229, 176, 48, 0));
  border-radius: 50%;
  animation: goldPageLoaderLogoPulse 1.25s ease-in-out infinite alternate;
}

.gold-page-loader strong {
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.gold-page-loader small {
  margin-top: 4px;
  color: #81745f;
  font-size: 12px;
  font-weight: 650;
}

.gold-page-loader__bar {
  position: relative;
  width: 128px;
  height: 4px;
  margin-top: 17px;
  overflow: hidden;
  background: rgba(158, 116, 31, 0.16);
  border-radius: 999px;
}

.gold-page-loader__bar::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(90deg, transparent, #c68b18, transparent);
  transform: translateX(-100%);
  animation: goldPageLoaderBar 1.15s ease-in-out infinite;
}

body.gold-dark .gold-page-loader {
  color: #f6e8c4;
  background:
    radial-gradient(circle at 50% 42%, rgba(210, 158, 42, 0.14), transparent 18rem),
    linear-gradient(145deg, #17120b, #0b0906);
}

body.gold-dark .gold-page-loader small {
  color: #b9aa8b;
}

@keyframes goldPageLoaderLogoPulse {
  from { opacity: 0.45; transform: scale(0.88); }
  to { opacity: 1; transform: scale(1.16); }
}

@keyframes goldPageLoaderBar {
  50%, 100% { transform: translateX(100%); }
}

@media (prefers-reduced-motion: reduce) {
  .gold-page-loader__mark::after,
  .gold-page-loader__bar::after {
    animation-duration: 1.8s;
  }
}

/* Affiliates page v1 ---------------------------------------------------- */
.gold-affiliates-page {
  padding-top: 18px;
  padding-bottom: 110px;
}

.gold-affiliates {
  display: grid;
  gap: 16px;
  color: #3a2b14;
}

.gold-affiliates__hero,
.gold-affiliates__referral-card,
.gold-affiliates__stats,
.gold-affiliates__payments {
  border: 1px solid rgba(177, 126, 26, 0.50);
  background: rgba(255, 253, 247, 0.92);
  box-shadow: 0 9px 24px rgba(94, 63, 8, 0.08);
}

.gold-affiliates__hero {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px;
  border-radius: 18px;
}

.gold-affiliates__hero-icon,
.gold-affiliates__section-heading-icon,
.gold-affiliates__metric-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  color: #2d1d05;
  background: linear-gradient(145deg, #f4ce66, #d99b19);
  box-shadow: 0 7px 16px rgba(186, 126, 8, 0.24);
}

.gold-affiliates__hero-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  font-size: 19px;
}

.gold-affiliates h1,
.gold-affiliates h2,
.gold-affiliates p {
  margin: 0;
}

.gold-affiliates h1 {
  color: #3b2705;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.gold-affiliates__hero p,
.gold-affiliates__section-heading p {
  margin-top: 2px;
  color: #84775f;
  font-size: 11.5px;
  font-weight: 650;
}

.gold-affiliates__referral-card {
  padding: 16px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(232, 184, 64, 0.20), transparent 13rem),
    rgba(255, 253, 247, 0.94);
}

.gold-affiliates__section-label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: #705010;
  font-size: 10.5px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gold-affiliates__section-label i {
  color: #c58a13;
  font-size: 12px;
}

.gold-affiliates__link-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 8px 8px 8px 12px;
  border: 1px solid rgba(165, 129, 57, 0.40);
  background: #fffdfa;
  border-radius: 12px;
}

.gold-affiliates__link-row code {
  min-width: 0;
  color: #47371e;
  background: transparent;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  overflow-wrap: anywhere;
  white-space: normal;
}

.gold-affiliates__copy {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 11px;
  border: 1px solid #c49127;
  color: #4b3104;
  background: linear-gradient(145deg, #f5d16d, #dfa427);
  border-radius: 9px;
  font-size: 10.5px;
  font-weight: 850;
  transition: transform 160ms ease, background 160ms ease;
}

.gold-affiliates__copy:active {
  transform: scale(0.97);
}

.gold-affiliates__copy.is-copied {
  border-color: #5ca67d;
  color: #fff;
  background: #3d9468;
}

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

.gold-affiliates__reward-card {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  padding: 14px;
  border: 1px solid rgba(177, 126, 26, 0.42);
  background: linear-gradient(145deg, rgba(255, 253, 247, 0.98), rgba(250, 239, 207, 0.84));
  border-radius: 16px;
  box-shadow: 0 7px 18px rgba(94, 63, 8, 0.07);
}

.gold-affiliates__metric-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  font-size: 14px;
}

.gold-affiliates__reward-card small,
.gold-affiliates__stat-card small,
.gold-affiliates__payment-card small {
  display: block;
  color: #85765e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
}

.gold-affiliates__reward-card strong {
  display: block;
  margin-top: 3px;
  color: #352305;
  font-size: 16px;
  font-weight: 900;
}

.gold-affiliates__stats,
.gold-affiliates__payments {
  padding: 16px;
  border-radius: 18px;
}

.gold-affiliates__section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(173, 130, 44, 0.25);
}

.gold-affiliates__section-heading-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  font-size: 14px;
}

.gold-affiliates__section-heading h2 {
  color: #3b2705;
  font-size: 16px;
  font-weight: 900;
}

.gold-affiliates__stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  padding-top: 13px;
}

.gold-affiliates__stat-card {
  position: relative;
  min-width: 0;
  min-height: 90px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(178, 139, 66, 0.28);
  background: #fffdfa;
  border-radius: 13px;
}

.gold-affiliates__stat-card > i {
  display: block;
  margin-bottom: 10px;
  color: #c48a17;
  font-size: 14px;
}

.gold-affiliates__stat-card strong {
  display: block;
  margin-top: 4px;
  color: #342405;
  font-size: 17px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.gold-affiliates__stat-card--highlight {
  border-color: rgba(42, 133, 90, 0.40);
  background: linear-gradient(145deg, #f6fff9, #e8f8ee);
}

.gold-affiliates__stat-card--highlight > i,
.gold-affiliates__stat-card--highlight strong {
  color: #277a53;
}

.gold-affiliates__payout-btn {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  border: 1px solid #bd8310;
  color: #302004;
  background: linear-gradient(145deg, #f3ca5d, #dfa31d);
  border-radius: 12px;
  box-shadow: 0 7px 17px rgba(170, 111, 4, 0.17);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.gold-affiliates__payout-btn:hover,
.gold-affiliates__payout-btn:focus {
  color: #302004;
  text-decoration: none;
}

.gold-affiliates__payment-list {
  display: grid;
  gap: 9px;
  padding-top: 13px;
}

.gold-affiliates__payment-card {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.9fr;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(178, 139, 66, 0.28);
  background: #fffdfa;
  border-radius: 13px;
}

.gold-affiliates__payment-card strong {
  display: block;
  margin-top: 4px;
  color: #392908;
  font-size: 12px;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.gold-affiliates__payment-status {
  color: #267851 !important;
}

.gold-affiliates__pagination {
  display: flex;
  justify-content: center;
  margin: 0;
}

body.gold-dark .gold-affiliates {
  color: #f5e8c7;
}

body.gold-dark .gold-affiliates__hero,
body.gold-dark .gold-affiliates__referral-card,
body.gold-dark .gold-affiliates__stats,
body.gold-dark .gold-affiliates__payments,
body.gold-dark .gold-affiliates__reward-card,
body.gold-dark .gold-affiliates__link-row,
body.gold-dark .gold-affiliates__stat-card,
body.gold-dark .gold-affiliates__payment-card {
  border-color: rgba(220, 177, 78, 0.30);
  background: #1c1710;
}

body.gold-dark .gold-affiliates h1,
body.gold-dark .gold-affiliates h2,
body.gold-dark .gold-affiliates__reward-card strong,
body.gold-dark .gold-affiliates__stat-card strong,
body.gold-dark .gold-affiliates__payment-card strong,
body.gold-dark .gold-affiliates__link-row code {
  color: #f6e8c4;
}

body.gold-dark .gold-affiliates__hero p,
body.gold-dark .gold-affiliates__section-heading p,
body.gold-dark .gold-affiliates__reward-card small,
body.gold-dark .gold-affiliates__stat-card small,
body.gold-dark .gold-affiliates__payment-card small {
  color: #b7aa91;
}

body.gold-dark .gold-affiliates__stat-card--highlight {
  border-color: rgba(80, 184, 129, 0.38);
  background: #10251b;
}

@media (max-width: 767px) {
  .gold-affiliates-page {
    width: 100%;
    padding-top: 14px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .gold-affiliates-page > .row {
    margin-right: 0;
    margin-left: 0;
  }

  .gold-affiliates-page .col-md-10 {
    padding-right: 0;
    padding-left: 0;
  }

  .gold-affiliates {
    gap: 12px;
  }

  .gold-affiliates__hero,
  .gold-affiliates__referral-card,
  .gold-affiliates__stats,
  .gold-affiliates__payments {
    border-radius: 15px;
  }

  .gold-affiliates__hero {
    padding: 14px;
  }

  .gold-affiliates__hero-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 17px;
  }

  .gold-affiliates h1 {
    font-size: 18px;
  }

  .gold-affiliates__referral-card,
  .gold-affiliates__stats,
  .gold-affiliates__payments {
    padding: 13px;
  }

  .gold-affiliates__reward-card {
    padding: 11px;
  }

  .gold-affiliates__metric-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 12px;
  }

  .gold-affiliates__reward-card strong {
    font-size: 14px;
  }

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

  .gold-affiliates__stat-card {
    min-height: 86px;
    padding: 11px;
  }

  .gold-affiliates__stat-card strong {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .gold-affiliates__link-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .gold-affiliates__copy {
    width: 100%;
  }

  .gold-affiliates__reward-grid {
    grid-template-columns: 1fr;
  }
}

/* Child panel order page v1 -------------------------------------------- */
.gold-child-panel-page { padding-top: 18px; padding-bottom: 110px; }

.gold-child-panel {
  overflow: hidden;
  border: 1px solid rgba(177, 126, 26, 0.50);
  color: #3a2b14;
  background: rgba(255, 253, 247, 0.94);
  border-radius: 19px;
  box-shadow: 0 12px 30px rgba(94, 63, 8, 0.09);
}

.gold-child-panel__hero {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px;
  border-bottom: 1px solid rgba(173, 130, 44, 0.25);
  background: radial-gradient(circle at 100% 0, rgba(231, 181, 57, 0.18), transparent 15rem);
}

.gold-child-panel__hero-icon,
.gold-child-panel__notice-icon,
.gold-child-panel__select-icon,
.gold-child-panel__price-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
}

.gold-child-panel__hero-icon {
  width: 48px;
  height: 48px;
  color: #2d1d05;
  background: linear-gradient(145deg, #f4ce66, #d99b19);
  border-radius: 14px;
  box-shadow: 0 7px 16px rgba(186, 126, 8, 0.24);
  font-size: 19px;
}

.gold-child-panel__hero h1,
.gold-child-panel__hero p { margin: 0; }

.gold-child-panel__hero h1 {
  color: #3b2705;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.gold-child-panel__hero p {
  margin-top: 2px;
  color: #84775f;
  font-size: 11.5px;
  font-weight: 650;
}

.gold-child-panel__form {
  display: grid;
  gap: 15px;
  padding: 17px;
}

.gold-child-panel__field { min-width: 0; margin: 0; }

.gold-child-panel__field label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  color: #47320d;
  font-size: 11.5px;
  font-weight: 850;
}

.gold-child-panel__field label i {
  width: 15px;
  color: #bd8415;
  text-align: center;
}

.gold-child-panel__field .form-control {
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid rgba(165, 129, 57, 0.46);
  color: #3c2d15;
  background: #fffdfa;
  border-radius: 12px;
  box-shadow: inset 0 1px 2px rgba(86, 57, 7, 0.04);
  font-size: 12px;
  font-weight: 650;
}

.gold-child-panel__field .form-control:focus {
  border-color: #c58b17;
  box-shadow: 0 0 0 3px rgba(212, 163, 50, 0.15);
}

.gold-child-panel__nameservers {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  padding: 13px;
  border: 1px solid rgba(212, 158, 42, 0.36);
  color: #f4e8c5;
  background: linear-gradient(145deg, #243026, #152019);
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(20, 33, 24, 0.16);
}

.gold-child-panel__notice-icon {
  width: 34px;
  height: 34px;
  color: #3c2a05;
  background: #f1c348;
  border-radius: 10px;
  font-size: 13px;
}

.gold-child-panel__nameservers strong { display: block; font-size: 11px; font-weight: 850; }

.gold-child-panel__nameservers ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.gold-child-panel__nameservers li { margin: 0; }

.gold-child-panel__nameservers code {
  display: inline-block;
  padding: 4px 7px;
  border: 1px solid rgba(236, 210, 144, 0.22);
  color: #fff3d1;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 7px;
  font-family: inherit;
  font-size: 10px;
  font-weight: 750;
}

.gold-child-panel__select-wrap { position: relative; }

.gold-child-panel__select-wrap .form-control {
  padding-right: 39px;
  padding-left: 43px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.gold-child-panel__select-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 10px;
  width: 26px;
  height: 26px;
  color: #5b3b05;
  background: #f2d581;
  border-radius: 8px;
  pointer-events: none;
  transform: translateY(-50%);
  font-size: 10px;
}

.gold-child-panel__select-chevron {
  position: absolute;
  top: 50%;
  right: 14px;
  color: #8f681b;
  pointer-events: none;
  transform: translateY(-50%);
  font-size: 9px;
}

.gold-child-panel__field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gold-child-panel__checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 10px;
  padding-top: 2px;
}

.gold-child-panel__price {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(177, 126, 26, 0.38);
  background: linear-gradient(145deg, #fffdf7, #f8eccb);
  border-radius: 12px;
}

.gold-child-panel__price-icon {
  width: 32px;
  height: 32px;
  color: #4f3304;
  background: linear-gradient(145deg, #f2cc65, #dda020);
  border-radius: 9px;
  font-size: 12px;
}

.gold-child-panel__price small {
  display: block;
  color: #88775c;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gold-child-panel__price strong {
  display: block;
  margin-top: 2px;
  color: #382504;
  font-size: 15px;
  font-weight: 900;
}

.gold-child-panel__submit {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid #bd8310;
  color: #302004;
  background: linear-gradient(145deg, #f3ca5d, #dfa31d);
  border-radius: 12px;
  box-shadow: 0 7px 17px rgba(170, 111, 4, 0.17);
  font-size: 12px;
  font-weight: 900;
}

body.gold-dark .gold-child-panel {
  border-color: rgba(220, 177, 78, 0.30);
  color: #f5e8c7;
  background: #1c1710;
}

body.gold-dark .gold-child-panel__hero h1,
body.gold-dark .gold-child-panel__field label,
body.gold-dark .gold-child-panel__field .form-control,
body.gold-dark .gold-child-panel__price strong { color: #f6e8c4; }

body.gold-dark .gold-child-panel__hero p,
body.gold-dark .gold-child-panel__price small { color: #b7aa91; }

body.gold-dark .gold-child-panel__field .form-control,
body.gold-dark .gold-child-panel__price {
  border-color: rgba(220, 177, 78, 0.30);
  background: #15110c;
}

@media (max-width: 767px) {
  .gold-child-panel-page {
    width: 100%;
    padding-top: 14px;
    padding-right: 14px;
    padding-left: 14px;
  }
  .gold-child-panel-page > .row { margin-right: 0; margin-left: 0; }
  .gold-child-panel-page .col-md-8 { padding-right: 0; padding-left: 0; }
  .gold-child-panel { border-radius: 15px; }
  .gold-child-panel__hero { padding: 14px; }
  .gold-child-panel__hero-icon { width: 42px; height: 42px; border-radius: 12px; font-size: 17px; }
  .gold-child-panel__hero h1 { font-size: 18px; }
  .gold-child-panel__form { gap: 13px; padding: 13px; }
  .gold-child-panel__field-grid { grid-template-columns: 1fr; gap: 13px; }
  .gold-child-panel__checkout { grid-template-columns: 1fr; }
  .gold-child-panel__submit { min-height: 44px; }
}

/* New Order service sorting v5: lock compact right-aligned layout. */
body.gold-neworder-sort .gold-service-heading {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: 8px !important;
}

body.gold-neworder-sort .gold-service-heading > label {
  flex: 0 1 auto !important;
  margin: 0 !important;
  white-space: nowrap;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  gap: 4px !important;
  width: auto !important;
  margin: 0 0 0 auto !important;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  width: auto !important;
  margin: 0 !important;
  font-size: 10.5px !important;
  line-height: 1 !important;
  white-space: nowrap;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__label i {
  width: auto !important;
  font-size: 9.5px !important;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__control {
  position: relative !important;
  display: block !important;
  flex: 0 0 112px !important;
  width: 112px !important;
  height: 30px !important;
  margin: 0 !important;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__icon {
  display: none !important;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__select {
  display: block !important;
  width: 100% !important;
  height: 30px !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 0 23px 0 8px !important;
  border-radius: 8px !important;
  font-size: 10.5px !important;
  line-height: 30px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__chevron {
  position: absolute !important;
  top: 50% !important;
  right: 8px !important;
  display: block !important;
  margin: 0 !important;
  pointer-events: none;
  transform: translateY(-50%) !important;
  font-size: 7.5px !important;
}

@media (max-width: 420px) {
  body.gold-neworder-sort .gold-service-heading {
    gap: 7px !important;
    margin-bottom: 7px !important;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__label {
    font-size: 9.5px !important;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__label i {
    font-size: 8.5px !important;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__control {
    flex-basis: 100px !important;
    width: 100px !important;
    height: 28px !important;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__select {
    height: 28px !important;
    min-height: 28px !important;
    padding-right: 20px !important;
    padding-left: 7px !important;
    border-radius: 7px !important;
    font-size: 9.5px !important;
    line-height: 28px !important;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__chevron {
    right: 7px !important;
    font-size: 7px !important;
  }
}

/* Add funds UI v2.1: clearer payment-to-history spacing and list-style transactions. */
body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-container {
  margin-top: 18px;
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table {
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table thead th {
  border-bottom: 1px solid rgba(182, 135, 43, 0.28);
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-row {
  background: transparent !important;
  box-shadow: none !important;
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell {
  padding: 14px 12px;
  background: transparent !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(185, 140, 47, 0.22) !important;
  border-left: 0 !important;
  border-radius: 0 !important;
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-row:last-child .gold-addfunds-history-cell {
  border-bottom: 0 !important;
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-transaction-id {
  padding: 0;
  color: #76500d;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-transaction-id::before {
  content: '#';
  opacity: 0.62;
}

body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell {
  background: transparent !important;
  border-bottom-color: rgba(148, 108, 31, 0.34) !important;
}

body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-transaction-id {
  color: #e2c269;
}

@media (max-width: 767px) {
  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-container {
    margin-top: 18px;
    padding-top: 12px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-shell {
    padding-bottom: 10px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-title {
    margin-bottom: 0;
    padding-bottom: 14px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-row {
    display: grid !important;
    margin: 0 !important;
    padding: 13px 2px !important;
    grid-template-areas:
      'id amount'
      'date amount'
      'method action';
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 4px 14px;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(182, 134, 39, 0.24) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-row:last-child {
    border-bottom: 0 !important;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell {
    display: flex !important;
    min-width: 0;
    padding: 0 !important;
    flex-direction: row;
    align-items: baseline;
    gap: 6px;
    color: #65563e;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 9.5px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell::before {
    flex: 0 0 auto;
    color: #a18449;
    font-size: 6.8px;
    line-height: 1.35;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--0 {
    grid-area: id;
    color: #5a3c08;
    font-size: 12px;
    font-weight: 900;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--1 {
    grid-area: date;
    color: #8a7a61;
    font-size: 8.8px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--2 {
    grid-area: method;
    grid-column: auto;
    color: #58482f;
    font-size: 9.5px;
    font-weight: 720;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--3 {
    grid-area: amount;
    min-width: 58px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
    font-size: 13px;
    font-weight: 900;
    text-align: right;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--4 {
    grid-area: action;
    justify-content: flex-start;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-transaction-id {
    display: inline;
    padding: 0;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-invoice {
    min-height: 25px;
    padding: 4px 7px;
    border-radius: 7px;
    font-size: 7.5px;
  }

  body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-row {
    border-bottom-color: rgba(148, 108, 31, 0.34) !important;
  }

  body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell {
    color: #cfc0a5;
  }

  body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--0 {
    color: #e5c76e;
  }

  body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--1 {
    color: #aa9a7e;
  }
}

/* Add funds UI v2.2: keep long payment instructions comfortable on phones. */
@media (max-width: 767px) {
  body.gold-addfunds-page .gold-addfunds-instructions__body {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  body.gold-addfunds-page .gold-addfunds-instructions__body p,
  body.gold-addfunds-page .gold-addfunds-instructions__body div,
  body.gold-addfunds-page .gold-addfunds-instructions__body span,
  body.gold-addfunds-page .gold-addfunds-instructions__body strong,
  body.gold-addfunds-page .gold-addfunds-instructions__body b,
  body.gold-addfunds-page .gold-addfunds-instructions__body em,
  body.gold-addfunds-page .gold-addfunds-instructions__body li,
  body.gold-addfunds-page .gold-addfunds-instructions__body a {
    font-size: inherit !important;
    line-height: inherit !important;
  }

body.gold-addfunds-page .gold-addfunds-instructions__headline {
    font-size: 9.5px !important;
    line-height: 1.4 !important;
  }
}

/* Add funds UI v2.4: touch-friendly horizontal transaction list on phones. */
@media (max-width: 767px) {
  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-shell {
    position: relative;
    overflow: hidden;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-title {
    position: relative;
    margin-bottom: 32px !important;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-title::after {
    position: absolute;
    bottom: -25px;
    left: 0;
    display: inline-flex;
    min-height: 20px;
    padding: 3px 8px;
    align-items: center;
    color: #8b6b2f;
    content: '\2194  Swipe left / right';
    background: rgba(237, 211, 143, 0.2);
    border: 1px solid rgba(181, 132, 35, 0.2);
    border-radius: 999px;
    font-size: 7.5px;
    font-weight: 800;
    letter-spacing: 0.02em;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 7px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: rgba(178, 126, 25, 0.58) rgba(223, 200, 145, 0.2);
    scrollbar-width: thin;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table::-webkit-scrollbar {
    height: 5px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table::-webkit-scrollbar-track {
    background: rgba(223, 200, 145, 0.2);
    border-radius: 999px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #d9ae43, #9f6810);
    border-radius: 999px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table tbody {
    display: block !important;
    min-width: 665px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-row {
    display: grid !important;
    min-width: 665px;
    padding: 12px 4px !important;
    grid-template-areas: 'id date method amount action' !important;
    grid-template-columns: 80px 150px minmax(200px, 1fr) 68px 112px !important;
    align-items: center;
    gap: 12px !important;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell {
    min-width: 0;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 3px !important;
    overflow-wrap: normal !important;
    word-break: normal;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--0,
  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--1,
  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--3 {
    white-space: nowrap;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--3 {
    align-items: flex-end !important;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--4 {
    align-items: flex-start !important;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-invoice {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 8px;
    white-space: nowrap;
  }

  body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-title::after {
    color: #d7bd78;
    background: rgba(121, 86, 20, 0.2);
    border-color: rgba(184, 139, 49, 0.28);
  }
}

/* New order account popup v1: premium account detail sheet. */
body.gold-account-popup-ready .gold-summary-card--username {
  position: relative;
  cursor: pointer;
}

body.gold-account-popup-ready .gold-summary-card--username::after {
  position: absolute;
  top: 50%;
  right: 14px;
  color: rgba(126, 85, 13, 0.66);
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  font-weight: 900;
  transform: translateY(-50%);
  transition: transform 0.2s ease, color 0.2s ease;
}

body.gold-account-popup-ready .gold-summary-card--username:hover::after,
body.gold-account-popup-ready .gold-summary-card--username:focus::after {
  color: #8b5c08;
  transform: translate(2px, -50%);
}

body.gold-account-popup-open {
  overflow: hidden;
}

.gold-account-popup {
  position: fixed;
  z-index: 100000;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0s linear 0.24s, opacity 0.24s ease;
}

.gold-account-popup.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.gold-account-popup__backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  inset: 0;
  background: rgba(24, 16, 5, 0.58);
  border: 0;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.gold-account-popup__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(540px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  overflow-x: hidden;
  overflow-y: auto;
  color: #514126;
  background:
    radial-gradient(circle at 92% 4%, rgba(243, 205, 96, 0.2), transparent 28%),
    linear-gradient(155deg, #fffdf7, #f8f0dc);
  border: 1px solid rgba(176, 124, 23, 0.5);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(38, 23, 2, 0.34), inset 0 1px rgba(255, 255, 255, 0.92);
  outline: 0;
  transform: translate(-50%, calc(-50% + 16px)) scale(0.98);
  transition: transform 0.25s ease;
}

.gold-account-popup.is-open .gold-account-popup__dialog {
  transform: translate(-50%, -50%) scale(1);
}

.gold-account-popup__handle {
  display: none;
}

.gold-account-popup__header {
  display: grid;
  padding: 18px 20px 15px;
  grid-template-columns: 40px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid rgba(177, 130, 39, 0.22);
}

.gold-account-popup__header-icon,
.gold-account-popup__detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #704808;
  background: linear-gradient(145deg, rgba(245, 215, 127, 0.68), rgba(220, 170, 54, 0.3));
  border: 1px solid rgba(177, 127, 30, 0.3);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

.gold-account-popup__header-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-size: 14px;
}

.gold-account-popup__header-copy,
.gold-account-popup__identity-copy,
.gold-account-popup__detail-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.gold-account-popup__header-copy {
  gap: 2px;
}

.gold-account-popup__header-copy strong {
  color: #3e2908;
  font-size: 17px;
  font-weight: 900;
}

.gold-account-popup__header-copy small {
  color: #8d7a5b;
  font-size: 10px;
  font-weight: 650;
}

.gold-account-popup__close {
  display: inline-flex;
  width: 38px;
  height: 38px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: #6b4a13;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(171, 123, 31, 0.34);
  border-radius: 12px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gold-account-popup__close:hover,
.gold-account-popup__close:focus {
  background: rgba(239, 205, 112, 0.4);
  outline: 2px solid rgba(205, 154, 48, 0.28);
  outline-offset: 2px;
  transform: rotate(3deg);
}

.gold-account-popup__identity {
  display: flex;
  margin: 16px 20px 0;
  padding: 13px;
  align-items: center;
  gap: 11px;
  background: rgba(255, 252, 242, 0.68);
  border: 1px solid rgba(177, 128, 31, 0.25);
  border-radius: 16px;
}

.gold-account-popup__avatar {
  display: inline-flex;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #66400a;
  background: linear-gradient(145deg, #f5d474, #cf8f20);
  border: 1px solid rgba(166, 111, 13, 0.38);
  border-radius: 15px;
  box-shadow: 0 8px 18px rgba(101, 63, 4, 0.14);
  font-size: 19px;
}

.gold-account-popup__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gold-account-popup__identity-copy {
  flex: 1 1 auto;
  gap: 2px;
}

.gold-account-popup__identity-copy strong {
  overflow: hidden;
  color: #3f2a09;
  font-size: 16px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gold-account-popup__identity-copy small {
  color: #8b7757;
  font-size: 9.5px;
  font-weight: 650;
}

.gold-account-popup__level-badge {
  display: inline-flex;
  min-height: 29px;
  padding: 5px 9px;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  color: #6f4808;
  background: linear-gradient(145deg, rgba(248, 222, 141, 0.7), rgba(221, 175, 63, 0.38));
  border: 1px solid rgba(179, 127, 27, 0.32);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
}

.gold-account-popup__details {
  display: grid;
  padding: 14px 20px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.gold-account-popup__detail {
  display: grid;
  min-height: 67px;
  padding: 11px;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 252, 0.66);
  border: 1px solid rgba(177, 131, 41, 0.22);
  border-radius: 14px;
}

.gold-account-popup__detail--email,
.gold-account-popup__detail--discount {
  grid-column: 1 / -1;
}

.gold-account-popup__detail--discount {
  background: linear-gradient(130deg, rgba(254, 242, 197, 0.88), rgba(244, 212, 124, 0.48));
  border-color: rgba(178, 124, 19, 0.32);
}

.gold-account-popup__detail-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 11px;
}

.gold-account-popup__detail-copy {
  gap: 3px;
}

.gold-account-popup__detail-copy small {
  color: #9a825b;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gold-account-popup__detail-value {
  min-width: 0;
  overflow: hidden;
  color: #46300e;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
  text-overflow: ellipsis;
}

.gold-account-popup__detail.is-loading .gold-account-popup__detail-value {
  color: #a29378;
}

.gold-account-popup__email-line {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}

.gold-account-popup__email-line .gold-account-popup__detail-value {
  flex: 0 1 auto;
  white-space: nowrap;
}

.gold-account-popup__email-status {
  display: inline-flex;
  min-height: 21px;
  padding: 3px 7px;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 7.5px;
  font-weight: 850;
}

.gold-account-popup__email-status.is-checking,
.gold-account-popup__email-status.is-unverified {
  color: #77736c;
  background: #eeece7;
  border-color: #d4d0c8;
}

.gold-account-popup__email-status.is-verified {
  color: #0873bd;
  background: #e1f3ff;
  border-color: #91d0f8;
}

.gold-account-popup__footer {
  display: grid;
  padding: 13px 20px 18px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 9px;
  background: rgba(250, 242, 221, 0.86);
  border-top: 1px solid rgba(177, 130, 39, 0.2);
}

.gold-account-popup__dismiss,
.gold-account-popup__profile-link {
  display: inline-flex;
  min-height: 42px;
  padding: 9px 13px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 850;
  text-decoration: none !important;
}

.gold-account-popup__dismiss {
  color: #6a593d;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(171, 129, 44, 0.26);
}

.gold-account-popup__profile-link {
  color: #291b05 !important;
  background: linear-gradient(135deg, #f3cf69, #d5951f);
  border: 1px solid #b67813;
  box-shadow: 0 8px 17px rgba(112, 68, 3, 0.14);
}

.gold-account-popup__dismiss:hover,
.gold-account-popup__dismiss:focus,
.gold-account-popup__profile-link:hover,
.gold-account-popup__profile-link:focus {
  filter: brightness(1.03);
  outline: 2px solid rgba(202, 151, 46, 0.3);
  outline-offset: 2px;
}

body.gold-dark .gold-account-popup__dialog {
  color: #d8c9ad;
  background:
    radial-gradient(circle at 92% 4%, rgba(205, 153, 46, 0.12), transparent 30%),
    linear-gradient(155deg, #211a10, #17120c);
  border-color: rgba(183, 139, 52, 0.48);
}

body.gold-dark .gold-account-popup__header,
body.gold-dark .gold-account-popup__footer {
  border-color: rgba(170, 127, 44, 0.28);
}

body.gold-dark .gold-account-popup__header-copy strong,
body.gold-dark .gold-account-popup__identity-copy strong,
body.gold-dark .gold-account-popup__detail-value {
  color: #f1ddb0;
}

body.gold-dark .gold-account-popup__header-copy small,
body.gold-dark .gold-account-popup__identity-copy small,
body.gold-dark .gold-account-popup__detail-copy small {
  color: #aa9878;
}

body.gold-dark .gold-account-popup__identity,
body.gold-dark .gold-account-popup__detail,
body.gold-dark .gold-account-popup__close,
body.gold-dark .gold-account-popup__dismiss {
  color: #d5c19b;
  background: rgba(68, 51, 22, 0.38);
  border-color: rgba(166, 123, 37, 0.3);
}

body.gold-dark .gold-account-popup__detail--discount {
  background: linear-gradient(130deg, rgba(116, 80, 16, 0.4), rgba(74, 53, 19, 0.48));
}

body.gold-dark .gold-account-popup__footer {
  background: rgba(26, 20, 12, 0.94);
}

@media (max-width: 767px) {
  .gold-account-popup__dialog {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: min(88dvh, 720px);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 24px 24px 0 0;
    transform: translateY(100%);
  }

  .gold-account-popup.is-open .gold-account-popup__dialog {
    transform: translateY(0);
  }

  .gold-account-popup__handle {
    display: block;
    width: 38px;
    height: 4px;
    margin: 8px auto 0;
    background: rgba(137, 103, 39, 0.32);
    border-radius: 999px;
  }

  .gold-account-popup__header {
    padding: 10px 15px 12px;
    grid-template-columns: 35px minmax(0, 1fr) 36px;
    gap: 9px;
  }

  .gold-account-popup__header-icon {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    font-size: 12px;
  }

  .gold-account-popup__header-copy strong {
    font-size: 14px;
  }

  .gold-account-popup__header-copy small {
    font-size: 8.5px;
  }

  .gold-account-popup__close {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .gold-account-popup__identity {
    margin: 12px 14px 0;
    padding: 10px;
    gap: 9px;
    border-radius: 14px;
  }

  .gold-account-popup__avatar {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
    border-radius: 13px;
  }

  .gold-account-popup__identity-copy strong {
    font-size: 13px;
  }

  .gold-account-popup__identity-copy small,
  .gold-account-popup__level-badge {
    font-size: 8px;
  }

  .gold-account-popup__details {
    padding: 11px 14px 14px;
    gap: 7px;
  }

  .gold-account-popup__detail {
    min-height: 58px;
    padding: 8px;
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 7px;
    border-radius: 11px;
  }

  .gold-account-popup__detail-icon {
    width: 29px;
    height: 29px;
    border-radius: 8px;
    font-size: 9px;
  }

  .gold-account-popup__detail-copy small {
    font-size: 6.8px;
  }

  .gold-account-popup__detail-value {
    font-size: 10px;
  }

  .gold-account-popup__email-line {
    flex-wrap: wrap;
    gap: 5px;
  }

  .gold-account-popup__email-status {
    min-height: 19px;
    padding: 2px 6px;
    font-size: 6.8px;
  }

  .gold-account-popup__footer {
    position: sticky;
    bottom: 0;
    padding: 10px 14px max(12px, env(safe-area-inset-bottom));
    gap: 7px;
  }

  .gold-account-popup__dismiss,
  .gold-account-popup__profile-link {
    min-height: 40px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-account-popup,
  .gold-account-popup__dialog,
  body.gold-account-popup-ready .gold-summary-card--username::after {
    transition: none !important;
  }
}

/* Orders UI v8: compact icon switcher and horizontally scrollable list view. */
body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  color: #704b08;
  background: linear-gradient(145deg, #fffaf0, #f2dfad);
  border: 1px solid #d1b36a;
  border-radius: 10px;
  box-shadow: 0 5px 12px rgba(101, 64, 7, 0.1), inset 0 1px rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle:hover,
body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle:focus-visible {
  color: #3e2703;
  background: linear-gradient(145deg, #fffdf7, #ebcb76);
  border-color: #b88426;
  outline: none;
  box-shadow: 0 0 0 3px rgba(205, 156, 48, 0.16), 0 7px 16px rgba(94, 57, 4, 0.14);
  transform: translateY(-1px);
}

body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle:active {
  transform: scale(0.94);
}

body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle i {
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle.is-list i {
  transform: rotate(180deg);
}

body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-scroll {
  width: 100%;
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-view-scroll {
  position: relative;
  padding: 0 0 7px;
  overflow-x: auto;
  overflow-y: hidden;
  background: rgba(255, 253, 247, 0.72);
  border: 1px solid rgba(191, 151, 63, 0.38);
  border-radius: 12px;
  box-shadow: inset 0 -8px 18px rgba(93, 60, 8, 0.035);
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #c6922e rgba(112, 87, 42, 0.1);
  scrollbar-width: thin;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-view-scroll::-webkit-scrollbar {
  height: 6px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-view-scroll::-webkit-scrollbar-track {
  background: rgba(112, 87, 42, 0.1);
  border-radius: 999px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-view-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #e2be62, #a96f16);
  border-radius: 999px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table {
  display: table !important;
  width: 1640px !important;
  min-width: 1640px !important;
  max-width: none !important;
  margin: 0 !important;
  table-layout: fixed !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: transparent !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead {
  display: table-header-group !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > tbody {
  display: table-row-group !important;
  width: auto !important;
  max-width: none !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr,
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row,
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-card-v7 {
  display: table-row !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th {
  position: relative;
  display: table-cell !important;
  height: 43px;
  padding: 10px 9px !important;
  overflow: hidden;
  color: #654407 !important;
  background: linear-gradient(180deg, #fff8e5, #f1dfb0) !important;
  border: 0 !important;
  border-right: 1px solid rgba(177, 137, 52, 0.2) !important;
  border-bottom: 1px solid #caa34e !important;
  border-radius: 0 !important;
  box-sizing: border-box;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(1),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--id {
  width: 135px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(2),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--date {
  width: 150px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(3),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--link {
  width: 230px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(4),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--charge {
  width: 90px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(5),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--start {
  width: 105px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(6),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--quantity {
  width: 95px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(7),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--service {
  width: 330px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(8),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--status {
  width: 110px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(9),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--remains {
  width: 95px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(10),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--actions {
  width: 120px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(11),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--progress {
  width: 180px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > td,
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > td.gold-orders-cell {
  display: table-cell !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 62px;
  margin: 0 !important;
  padding: 9px !important;
  overflow: hidden !important;
  color: #3e3528;
  background: rgba(255, 254, 250, 0.96) !important;
  border: 0 !important;
  border-right: 1px solid rgba(183, 147, 70, 0.16) !important;
  border-bottom: 1px solid rgba(183, 147, 70, 0.3) !important;
  border-radius: 0 !important;
  box-sizing: border-box;
  font-size: 9.5px;
  line-height: 1.35;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row:nth-child(even) > td {
  background: rgba(249, 242, 224, 0.94) !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:first-child,
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--id {
  position: static !important;
  left: auto !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:first-child {
  z-index: auto;
  border-radius: 10px 0 0 0 !important;
  box-shadow: none;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--id {
  z-index: auto;
  color: #684608 !important;
  background: #fffaf0 !important;
  box-shadow: none;
  font-weight: 850;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row:nth-child(even) > .gold-orders-cell--id {
  background: #f8efd9 !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-id__value,
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-copy,
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-link__icon {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 4px 0 0 !important;
  padding: 0 !important;
  vertical-align: middle;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-copy {
  margin-left: 4px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-cell--link .gold-orders-link__value {
  display: inline-block !important;
  width: 170px !important;
  max-width: 170px !important;
  overflow: hidden !important;
  color: #5e4b29;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  vertical-align: middle;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-service__tag {
  display: inline-flex;
  margin: 0 0 4px;
  padding: 3px 6px;
  font-size: 8px;
  white-space: nowrap;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-service__name {
  display: -webkit-box;
  overflow: hidden;
  font-size: 9.5px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-metric__label {
  display: none !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-metric__value {
  display: block;
  overflow: hidden;
  color: #33291b;
  font-size: 9.5px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-cell--status {
  text-align: center !important;
  white-space: nowrap;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-cell--actions {
  text-align: center !important;
  white-space: nowrap;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-action-form {
  display: inline-flex;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-action {
  display: inline-flex !important;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin: 0 2px !important;
  border-radius: 8px !important;
  font-size: 9px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-cell--progress {
  --order-progress-colour: #c49328;
  border-top: 0 !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-progress__summary {
  margin: 0 0 6px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-progress__label {
  font-size: 8px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-progress__percent {
  font-size: 10px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-progress__track {
  height: 6px;
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle {
  color: #ecd078;
  background: linear-gradient(145deg, #2b2214, #171109);
  border-color: #71551e;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.28), inset 0 1px rgba(255, 230, 151, 0.04);
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-view-scroll {
  background: rgba(20, 16, 10, 0.82);
  border-color: rgba(158, 118, 36, 0.42);
  box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.16);
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th {
  color: #e8cb73 !important;
  background: linear-gradient(180deg, #302515, #1e170e) !important;
  border-color: rgba(172, 129, 38, 0.38) !important;
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > td,
body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > td.gold-orders-cell {
  color: #ded2bb;
  background: rgba(28, 23, 15, 0.98) !important;
  border-color: rgba(145, 111, 45, 0.3) !important;
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row:nth-child(even) > td {
  background: rgba(36, 29, 18, 0.98) !important;
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--id {
  color: #efd27c !important;
  background: #21190e !important;
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row:nth-child(even) > .gold-orders-cell--id {
  background: #2a2012 !important;
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-link__value,
body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-service__name,
body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-metric__value {
  color: #eee1c9 !important;
}

@media (max-width: 767px) {
  body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-title {
    gap: 7px;
  }

  body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle {
    width: 31px;
    height: 31px;
    border-radius: 9px;
    font-size: 9.5px;
  }

  body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-view-scroll {
    margin-top: 1px;
    border-radius: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle,
  body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle i {
    transition: none !important;
  }
}

/* Orders UI v9: small themed scroll-to-top button above the mobile navigation. */
body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop {
  position: fixed;
  z-index: 1026;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  color: #3b2503;
  background: linear-gradient(145deg, #f6da80, #bd7f1b);
  border: 1px solid #aa6e12;
  border-radius: 13px;
  box-shadow: 0 10px 23px rgba(102, 63, 5, 0.24), inset 0 1px rgba(255, 245, 190, 0.72);
  opacity: 0;
  visibility: hidden;
  font-size: 13px;
  line-height: 1;
  pointer-events: none;
  transform: translateY(9px) scale(0.94);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease, box-shadow 160ms ease, background 160ms ease;
}

body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop:hover,
body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop:focus-visible {
  color: #241502;
  background: linear-gradient(145deg, #ffe89e, #c8891f);
  border-color: #8f590c;
  outline: none;
  box-shadow: 0 0 0 3px rgba(205, 154, 41, 0.18), 0 12px 26px rgba(100, 60, 4, 0.28);
  transform: translateY(-2px) scale(1);
}

body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop:active {
  transform: translateY(0) scale(0.92);
}

body.gold-dark.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop {
  color: #171005;
  background: linear-gradient(145deg, #f0d071, #a96d13);
  border-color: #d0a23e;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 238, 169, 0.58);
}

@media (max-width: 991px) {
  body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop {
    right: max(14px, env(safe-area-inset-right));
    bottom: calc(84px + env(safe-area-inset-bottom));
    width: 38px;
    height: 38px;
    border-radius: 11px;
    font-size: 11px;
  }
}

@media (max-width: 374px) {
  body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop {
    right: max(11px, env(safe-area-inset-right));
    bottom: calc(81px + env(safe-area-inset-bottom));
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 10.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop {
    transition: none !important;
  }
}
/*
 * Gold Dashboard Theme
 * Adapted from the reference site's UX patterns without copying its code/assets.
 * Keeps the panel's Bootstrap/Twig functionality intact.
 */

:root {
  --gold-950: #241904;
  --gold-900: #332306;
  --gold-800: #50370a;
  --gold-700: #77520d;
  --gold-600: #a87417;
  --gold-500: #c9972b;
  --gold-400: #ddb95d;
  --gold-300: #ecd68e;
  --gold-200: #f4e7bb;
  --gold-100: #fbf5df;
  --gold-50: #fdfaf0;
  --ink: #f5ecd9;
  --muted: #b5a98f;
  --canvas: #110d08;
  --surface: #1b160f;
  --line: #40341f;
  --line-strong: #705926;
  --danger: #b23a32;
  --success: #2f7d52;
  --shadow-sm: 0 3px 10px rgba(0, 0, 0, 0.24);
  --shadow-md: 0 14px 34px rgba(0, 0, 0, 0.32);
}

/* New order description: compact, readable typography on phones. */
@media (max-width: 767px) {
  #service_description .panel-body {
    font-size: 14px;
    line-height: 1.55;
  }
}

/* New Order service sorting v2: align the compact filter with the Service heading. */
body.gold-neworder-sort .gold-service-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

body.gold-neworder-sort .gold-service-heading > label {
  flex: 0 1 auto;
  margin: 0;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  margin: 0 0 0 auto;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__label {
  gap: 5px;
  margin: 0;
  font-size: 11.5px;
  line-height: 1;
  white-space: nowrap;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__label i {
  font-size: 10.5px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__control {
  width: 138px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__icon {
  display: none;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__select {
  height: 34px;
  padding: 0 27px 0 10px;
  border-radius: 10px;
  font-size: 11.5px;
  line-height: 34px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__chevron {
  right: 10px;
  font-size: 8.5px;
}

@media (max-width: 420px) {
  body.gold-neworder-sort .gold-service-heading {
    gap: 8px;
    margin-bottom: 7px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort {
    gap: 5px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__label {
    font-size: 10.5px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__control {
    width: 124px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__select {
    height: 32px;
    padding-right: 24px;
    padding-left: 8px;
    font-size: 10.5px;
    line-height: 32px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__chevron {
    right: 8px;
  }
}

/* Orders UI v7: compact progress bar at the foot of every order card. */
body.gold-orders-page.gold-orders-v7 .gold-orders-card-v7 {
  grid-template-areas:
    'id id id id status status status status actions actions actions actions'
    'service service service service service service service service service service service service'
    'link link link link link link link link link link link link'
    'date date date date date date quantity quantity quantity quantity quantity quantity'
    'charge charge charge charge start start start start remains remains remains remains'
    'progress progress progress progress progress progress progress progress progress progress progress progress' !important;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-cell--progress {
  --order-progress-colour: #c49328;
  grid-area: progress;
  display: block !important;
  width: 100% !important;
  min-width: 0;
  margin: 2px 0 0 !important;
  padding: 9px 2px 1px !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid rgba(184, 146, 67, 0.22) !important;
  box-sizing: border-box;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress--completed {
  --order-progress-colour: #219b69;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress--inprogress,
body.gold-orders-page.gold-orders-v7 .gold-orders-progress--processing {
  --order-progress-colour: #347ee8;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress--partial {
  --order-progress-colour: #df9525;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress--canceled {
  --order-progress-colour: #d75050;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  gap: 10px;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress__label {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #837456;
  gap: 5px;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.015em;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress__label i {
  color: var(--order-progress-colour);
  font-size: 9px;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress__percent {
  flex: 0 0 auto;
  color: var(--order-progress-colour);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress__track {
  position: relative;
  width: 100%;
  height: 7px;
  overflow: hidden;
  background: rgba(112, 93, 57, 0.12);
  border: 1px solid rgba(117, 94, 49, 0.1);
  border-radius: 999px;
  box-shadow: inset 0 1px 2px rgba(73, 49, 7, 0.06);
}

body.gold-orders-page.gold-orders-v7 .gold-orders-progress__fill {
  display: block;
  height: 100%;
  min-width: 0;
  background: var(--order-progress-colour);
  background: linear-gradient(90deg, color-mix(in srgb, var(--order-progress-colour) 78%, white), var(--order-progress-colour));
  border-radius: inherit;
  box-shadow: 0 0 7px color-mix(in srgb, var(--order-progress-colour) 24%, transparent);
  transition: width 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.gold-dark.gold-orders-page.gold-orders-v7 .gold-orders-cell--progress {
  border-top-color: rgba(223, 181, 87, 0.18) !important;
}

body.gold-dark.gold-orders-page.gold-orders-v7 .gold-orders-progress__label {
  color: #bbae91;
}

body.gold-dark.gold-orders-page.gold-orders-v7 .gold-orders-progress__track {
  background: rgba(255, 246, 222, 0.1);
  border-color: rgba(255, 229, 164, 0.09);
}

@media (max-width: 767px) {
  body.gold-orders-page.gold-orders-v7 .gold-orders-card-v7 {
    grid-template-areas:
      'id id id id id status status status actions actions actions actions'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date date quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains'
      'progress progress progress progress progress progress progress progress progress progress progress progress' !important;
  }

  body.gold-orders-page.gold-orders-v7 .gold-orders-cell--progress {
    padding-top: 8px !important;
  }

  body.gold-orders-page.gold-orders-v7 .gold-orders-progress__summary {
    margin-bottom: 5px;
  }

  body.gold-orders-page.gold-orders-v7 .gold-orders-progress__track {
    height: 6px;
  }
}

@media (max-width: 374px) {
  body.gold-orders-page.gold-orders-v7 .gold-orders-card-v7 {
    grid-template-areas:
      'id id id id id id status status status actions actions actions'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date date quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains'
      'progress progress progress progress progress progress progress progress progress progress progress progress' !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-orders-page.gold-orders-v7 .gold-orders-progress__fill {
    transition: none;
  }
}

/* Orders UI v6: visible service IDs and a genuinely full-width link field. */
body.gold-orders-page.gold-orders-v6 .gold-orders-card-v6 > .gold-orders-cell--link {
  grid-area: link !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  justify-self: stretch !important;
  box-sizing: border-box !important;
}

body.gold-orders-page.gold-orders-v6 .gold-orders-card-v6 .gold-orders-service__tag--with-id {
  white-space: nowrap;
}

/* Sidebar currency selector v1. */
@media (max-width: 991px) {
  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-head {
    z-index: 6;
    gap: 10px;
    overflow: visible;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 54px;
    flex: 1 1 auto;
    align-items: center;
    margin: 0;
    padding: 6px 8px 6px 6px;
    color: var(--gold-900);
    background: linear-gradient(145deg, #fffefb, #fff8e8);
    border: 1px solid rgba(190, 145, 48, 0.56);
    border-radius: 14px;
    box-shadow: 0 7px 18px rgba(102, 68, 8, 0.09);
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger:hover,
  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger:focus,
  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger.is-open {
    color: var(--gold-900);
    border-color: var(--gold-600);
    box-shadow: 0 9px 22px rgba(102, 68, 8, 0.15), 0 0 0 3px rgba(222, 177, 68, 0.13);
    outline: 0;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger:active {
    transform: translateY(1px);
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger > .gold-drawer-artwork {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 11px;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-balance {
    flex: 1 1 auto;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-balance small {
    margin-bottom: 3px;
    font-size: 8px;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-balance strong {
    max-width: 110px;
    font-size: 16px;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-current {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 4px;
    margin-left: 7px;
    padding: 5px 6px;
    color: #74500d;
    background: rgba(244, 216, 137, 0.45);
    border: 1px solid rgba(181, 132, 35, 0.28);
    border-radius: 9px;
    font-size: 9px;
    font-weight: 850;
    line-height: 1;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-current__flag {
    font-size: 14px;
    line-height: 1;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-current__code {
    letter-spacing: 0.025em;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-current__chevron {
    width: auto;
    height: auto;
    margin: 0 0 0 1px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 7px;
    transition: transform 0.18s ease;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger.is-open .gold-drawer-currency-current__chevron {
    transform: rotate(180deg);
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger.is-loading .gold-drawer-currency-current__chevron {
    animation: gold-spin 0.8s linear infinite;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-close {
    flex: 0 0 40px;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-panel {
    position: absolute;
    z-index: 8;
    top: calc(100% - 7px);
    right: 18px;
    left: 18px;
    display: block;
    padding: 8px;
    overflow: hidden;
    background: rgba(255, 254, 250, 0.985);
    border: 1px solid rgba(182, 136, 39, 0.48);
    border-radius: 15px;
    box-shadow: 0 20px 42px rgba(49, 33, 5, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-7px) scale(0.985);
    transform-origin: top center;
    pointer-events: none;
    transition: opacity 0.16s ease, transform 0.18s ease, visibility 0.18s ease;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-panel__head {
    position: relative;
    margin-bottom: 7px;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-panel__search-icon {
    position: absolute;
    top: 50%;
    left: 11px;
    color: #9a762b;
    font-size: 11px;
    transform: translateY(-50%);
    pointer-events: none;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-search {
    display: block;
    width: 100%;
    height: 37px;
    margin: 0;
    padding: 0 11px 0 32px;
    color: #3d321f;
    background: #fff;
    border: 1px solid rgba(185, 145, 61, 0.34);
    border-radius: 10px;
    box-shadow: inset 0 1px 2px rgba(83, 55, 5, 0.04);
    font-size: 12px;
    outline: 0;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-search:focus {
    border-color: var(--gold-500);
    box-shadow: 0 0 0 3px rgba(222, 177, 68, 0.13);
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-options {
    display: grid;
    max-height: min(48vh, 310px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    padding: 1px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option {
    display: grid;
    min-width: 0;
    min-height: 45px;
    grid-template-columns: 25px minmax(0, 1fr) 12px;
    align-items: center;
    gap: 6px;
    padding: 6px 7px;
    color: #4f4029;
    background: #fffdf8;
    border: 1px solid rgba(197, 163, 92, 0.27);
    border-radius: 10px;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option:hover,
  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option:focus {
    color: #503609;
    background: #fff5d8;
    border-color: rgba(184, 132, 28, 0.53);
    outline: 0;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option.is-active {
    color: #3d2903;
    background: linear-gradient(145deg, #fbe7a4, #f2c955);
    border-color: #d1a02e;
    box-shadow: 0 4px 10px rgba(105, 69, 5, 0.12);
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option__flag {
    font-size: 18px;
    line-height: 1;
    text-align: center;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.05;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option__copy strong {
    overflow: hidden;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option__copy small {
    overflow: hidden;
    margin-top: 3px;
    color: #8a7756;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option__check {
    color: #6e4b0b;
    font-size: 9px;
    opacity: 0;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option.is-active .gold-drawer-currency-option__check {
    opacity: 1;
  }

  body.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-empty {
    display: none;
    padding: 19px 10px;
    color: #8a7756;
    font-size: 11px;
    font-weight: 750;
    text-align: center;
  }

  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-trigger,
  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-panel {
    color: #f2dfad;
    background: #1a1711;
    border-color: #695326;
  }

  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-current {
    color: #f2d47c;
    background: #2b2417;
    border-color: #665127;
  }

  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-search,
  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option {
    color: #ede2cc;
    background: #211d16;
    border-color: #493d27;
  }

  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option:hover,
  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option:focus,
  body.gold-dark.gold-auth.gold-drawer-currency-v1 .gold-drawer-currency-option.is-active {
    color: #ffe49a;
    background: #302716;
    border-color: #886b2d;
  }
}

/* New Order service sorting v3: smallest readable touch target. */
body.gold-neworder-sort .gold-service-heading .gold-service-sort {
  gap: 4px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__label {
  gap: 4px;
  font-size: 10.5px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__label i {
  font-size: 9.5px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__control {
  width: 112px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__select {
  height: 30px;
  min-height: 30px;
  padding-right: 23px;
  padding-left: 8px;
  border-radius: 8px;
  font-size: 10.5px;
  line-height: 30px;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__chevron {
  right: 8px;
  font-size: 7.5px;
}

@media (max-width: 420px) {
  body.gold-neworder-sort .gold-service-heading .gold-service-sort__label {
    font-size: 9.5px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__label i {
    font-size: 8.5px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__control {
    width: 100px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__select {
    height: 28px;
    min-height: 28px;
    padding-right: 20px;
    padding-left: 7px;
    border-radius: 7px;
    font-size: 9.5px;
    line-height: 28px;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__chevron {
    right: 7px;
    font-size: 7px;
  }
}

/* Service speed indicator v1 --------------------------------------------- */
.gold-speed-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 19px;
  padding: 2px 6px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: .01em;
  white-space: nowrap;
  box-shadow: 0 3px 9px rgba(64, 44, 10, .08);
}

.gold-speed-indicator--fast {
  color: #176742;
  background: #e4f6ec;
  border-color: #a8ddbf;
}

.gold-speed-indicator--medium {
  color: #914d0b;
  background: #fff0d7;
  border-color: #efc778;
}

.gold-speed-indicator--normal {
  color: #176178;
  background: #e2f4f8;
  border-color: #9ed5df;
}

.gold-speed-indicator--slow {
  color: #8a3e25;
  background: #ffeadf;
  border-color: #efb59c;
}

.gold-speed-indicator--very-slow {
  color: #9a2f32;
  background: #ffe4e3;
  border-color: #eea5a5;
}

.gold-speed-indicator--stuck {
  color: #fff8e8;
  background: linear-gradient(135deg, #9a443d, #71302e);
  border-color: #a75049;
  box-shadow: 0 4px 12px rgba(113, 48, 46, .22);
}

.gold-service-option__meta .gold-service-option__speed {
  flex: 0 0 auto;
  margin-left: auto;
}

body.gold-dark .gold-speed-indicator--fast {
  color: #a7efca;
  background: rgba(31, 115, 77, .28);
  border-color: rgba(83, 180, 133, .55);
}

body.gold-dark .gold-speed-indicator--medium {
  color: #ffd49a;
  background: rgba(141, 81, 20, .28);
  border-color: rgba(215, 146, 55, .55);
}

body.gold-dark .gold-speed-indicator--normal {
  color: #a9e7f2;
  background: rgba(31, 104, 124, .28);
  border-color: rgba(82, 161, 181, .55);
}

body.gold-dark .gold-speed-indicator--slow {
  color: #ffc7ae;
  background: rgba(133, 59, 35, .30);
  border-color: rgba(200, 103, 72, .55);
}

body.gold-dark .gold-speed-indicator--very-slow {
  color: #ffc1c1;
  background: rgba(139, 44, 47, .32);
  border-color: rgba(202, 82, 84, .58);
}

@media (max-width: 767px) {
  .gold-service-option__meta .gold-service-option__speed {
    margin-left: 0;
  }

}

html {
  min-height: 100%;
  background: var(--canvas);
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 86% 8%, rgba(221, 185, 93, 0.13), transparent 26rem),
    var(--canvas);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.gold-main {
  min-height: calc(100vh - 64px);
}

.gold-skip-link {
  position: fixed;
  z-index: 2000;
  top: 10px;
  left: 12px;
  padding: 9px 13px;
  color: #fff;
  background: var(--gold-900);
  border-radius: 8px;
  transform: translateY(-160%);
}

.gold-skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

a {
  color: var(--gold-700);
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

a:hover,
a:focus {
  color: var(--gold-900);
  text-decoration: none;
}

/* Public / signed-out navigation */
.navbar-default {
  min-height: 64px;
  margin-bottom: 28px;
  background: rgba(255, 254, 253, 0.96);
  border: 0;
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.navbar-default .navbar-brand {
  min-height: 64px;
  color: var(--gold-900);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: var(--gold-600);
}

.navbar-brand img {
  max-height: 38px;
  width: auto;
}

.navbar-default .navbar-nav > li > a {
  color: #615747;
  font-weight: 600;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: var(--gold-800);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: var(--gold-950);
  background: var(--gold-100);
}

.navbar-default .navbar-toggle {
  margin-top: 14px;
  border-color: var(--gold-300);
  border-radius: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--gold-700);
}

/* Authenticated app shell: fixed sidebar + compact top bar */
body.gold-auth {
  padding-top: 64px;
  padding-left: 260px;
}

body.gold-auth > .navbar {
  position: fixed;
  z-index: 1030;
  top: 0;
  bottom: 0;
  left: 0;
  width: 260px;
  min-height: 100vh;
  margin: 0;
  overflow: visible;
  background: rgba(255, 254, 253, 0.98);
  border: 0;
  border-right: 1px solid var(--line);
  box-shadow: 8px 0 28px rgba(70, 50, 12, 0.055);
}

body.gold-auth > .navbar > .container-fluid {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 14px;
}

body.gold-auth .navbar-header {
  float: none;
  width: 100%;
}

body.gold-auth .navbar-brand {
  display: flex;
  float: none;
  align-items: center;
  width: 100%;
  height: 76px;
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, var(--gold-950), var(--gold-700));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  overflow: hidden;
  font-size: 16px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-auth .navbar-brand img {
  max-width: 184px;
  max-height: 44px;
  object-fit: contain;
}

body.gold-auth .navbar-toggle {
  display: none;
}

body.gold-auth #navbar,
body.gold-auth #navbar.navbar-collapse,
body.gold-auth #navbar.navbar-collapsed {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 76px) !important;
  padding: 16px 0 110px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  box-shadow: none;
}

body.gold-auth .navbar-left-block {
  float: none !important;
  width: 100%;
  margin: 0;
}

body.gold-auth .navbar-left-block > li {
  float: none;
  width: 100%;
  margin: 3px 0;
}

body.gold-auth .navbar-left-block > li > a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  overflow: hidden;
  color: #625a4e;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 650;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gold-menu-arrow {
  margin-left: auto;
  color: #b8aa8e;
  font-size: 10px;
  transition: transform 0.18s ease, color 0.18s ease;
}

body.gold-auth .navbar-left-block > li > a:hover .gold-menu-arrow,
body.gold-auth .navbar-left-block > li > a:focus .gold-menu-arrow,
body.gold-auth .navbar-left-block > .active > a .gold-menu-arrow {
  color: var(--gold-700);
  transform: translateX(2px);
}

.gold-drawer-head,
.gold-drawer-backdrop,
.gold-mobile-actions,
.gold-bottom-nav {
  display: none;
}

/* Optional light/dark appearance, controlled from the mobile header. */
body.gold-dark {
  --ink: #f5ead2;
  --muted: #ada28e;
  --canvas: #0f1217;
  --surface: #171b22;
  --line: #2b3038;
  --line-strong: #3b3d3e;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 4%, rgba(201, 151, 43, 0.13), transparent 24rem),
    var(--canvas);
}

body.gold-dark > .navbar,
body.gold-dark .navbar-right-block,
body.gold-dark .gold-summary-card,
body.gold-dark .well,
body.gold-dark .panel,
body.gold-dark .list-group,
body.gold-dark .table-responsive,
body.gold-dark .table,
body.gold-dark .gold-bottom-nav,
body.gold-dark .gold-profile-menu {
  color: var(--ink);
  background: var(--surface);
  border-color: var(--line-strong);
}

body.gold-dark .navbar-default .navbar-nav > li > a,
body.gold-dark .navbar-right-block > li > a,
body.gold-dark .gold-summary-card,
body.gold-dark .gold-bottom-nav a,
body.gold-dark .gold-profile-menu a {
  color: #d6cbb6;
}

body.gold-dark .form-control,
body.gold-dark .select2-container .select2-selection,
body.gold-dark .bootstrap-select > .dropdown-toggle,
body.gold-dark #service_description .panel-body,
body.gold-dark .border-solid.border-rounded,
body.gold-dark .dropdown-menu {
  color: var(--ink);
  background: #12161c;
  border-color: #42454b;
}

body.gold-dark .form-control[readonly],
body.gold-dark .form-control[disabled],
body.gold-dark fieldset[disabled] .form-control {
  color: #b9ae99;
  background: #20242b;
}

body.gold-dark .gold-card-title,
body.gold-dark .control-label,
body.gold-dark label,
body.gold-dark .gold-summary-card__value,
body.gold-dark .gold-profile-menu__title {
  color: var(--ink);
}

body.gold-dark .gold-summary-card__icon,
body.gold-dark .gold-card-title__icon,
body.gold-dark .gold-mobile-action,
body.gold-dark .gold-profile-trigger__avatar {
  color: var(--gold-300);
  background: #252318;
  border-color: #594a25;
}

body.gold-dark .panel-heading,
body.gold-dark .table > thead > tr > th {
  color: var(--gold-300) !important;
  background: #201e17 !important;
  border-color: #3c372b !important;
}

body.gold-dark .table > tbody > tr > td {
  border-top-color: #30343b;
}

body.gold-dark .table-hover > tbody > tr:hover {
  background: #201e17;
}

body.gold-dark .dropdown-menu > li > a {
  color: #d6cbb6;
}

body.gold-dark .dropdown-menu > li > a:hover,
body.gold-dark .dropdown-menu > li > a:focus {
  color: var(--gold-200);
  background: #292519;
}

body.gold-auth .navbar-left-block > li > a:hover,
body.gold-auth .navbar-left-block > li > a:focus {
  color: var(--gold-900);
  background: var(--gold-50);
  border-color: var(--gold-200);
  transform: translateX(2px);
}

body.gold-auth .navbar-left-block > .active > a,
body.gold-auth .navbar-left-block > .active > a:hover,
body.gold-auth .navbar-left-block > .active > a:focus {
  color: var(--gold-950);
  background: linear-gradient(135deg, var(--gold-100), #f6e6ad);
  border-color: var(--gold-300);
  box-shadow: inset 3px 0 0 var(--gold-600);
}

body.gold-auth .navbar-icon {
  width: 22px;
  margin-right: 8px;
  color: var(--gold-600);
  text-align: center;
}

body.gold-auth .navbar-right-block {
  position: fixed;
  z-index: 1025;
  top: 0;
  right: 0;
  left: 260px;
  display: flex !important;
  float: none !important;
  align-items: center;
  justify-content: flex-end;
  height: 64px;
  margin: 0;
  padding: 0 28px;
  background: rgba(255, 254, 253, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

body.gold-auth .navbar-right-block::before {
  content: attr(data-title);
  margin-right: auto;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.015em;
}

body.gold-auth .navbar-right-block > li {
  float: none;
}

body.gold-auth .navbar-right-block > li > a {
  min-height: 38px;
  margin: 0 3px;
  padding: 9px 12px;
  color: #625a4e;
  border-radius: 10px;
  font-weight: 650;
  line-height: 20px;
}

body.gold-auth .navbar-right-block > li > a:hover,
body.gold-auth .navbar-right-block > li > a:focus {
  color: var(--gold-900);
  background: var(--gold-100);
}

body.gold-auth .navbar-right-block .badge {
  min-width: 68px;
  padding: 7px 11px;
  color: #fffdf6;
  background: linear-gradient(135deg, var(--gold-800), var(--gold-500));
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 5px 14px rgba(169, 116, 23, 0.22);
}

body.gold-auth .gold-main > .container {
  width: auto;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 26px 30px 0;
}

body.gold-auth .gold-main > .container:last-of-type {
  padding-bottom: 34px;
}

body.gold-auth .col-md-8.col-md-offset-2 {
  width: 100%;
  margin-left: 0;
}

/* Dashboard summary shortcuts */
.gold-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 18px;
}

.gold-summary-card {
  display: flex;
  align-items: center;
  min-height: 86px;
  padding: 16px 18px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 13px;
  box-shadow: var(--shadow-md);
}

.gold-summary-card:hover,
.gold-summary-card:focus {
  color: var(--ink);
  border-color: var(--gold-400);
  box-shadow: 0 14px 34px rgba(115, 78, 12, 0.14);
  transform: translateY(-2px);
}

.gold-summary-card__icon {
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 13px;
  color: var(--gold-800);
  background: linear-gradient(135deg, var(--gold-100), var(--gold-200));
  border: 1px solid var(--gold-300);
  border-radius: 12px;
  font-size: 17px;
}

.gold-summary-card__copy {
  min-width: 0;
}

.gold-summary-card__value,
.gold-summary-card__label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gold-summary-card__value {
  color: var(--gold-900);
  font-size: 16px;
  font-weight: 850;
}

.gold-summary-card__label {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

/* Cards and form surfaces */
.well,
.panel,
.list-group,
.table-responsive {
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 15px;
  box-shadow: var(--shadow-md);
}

.well {
  min-height: 20px;
  margin-bottom: 20px;
  padding: 26px;
}

.gold-card-title {
  display: flex;
  align-items: center;
  margin: -4px 0 24px;
  padding-bottom: 16px;
  color: var(--gold-900);
  border-bottom: 1px solid var(--line);
  font-size: 19px;
  font-weight: 850;
  letter-spacing: -0.015em;
}

.gold-card-title__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  color: var(--gold-900);
  background: var(--gold-100);
  border: 1px solid var(--gold-300);
  border-radius: 10px;
  font-size: 14px;
}

.panel-heading {
  padding: 16px 20px;
  color: var(--gold-900) !important;
  background: var(--gold-50) !important;
  border-color: var(--line) !important;
  border-radius: 14px 14px 0 0;
  font-weight: 800;
}

.panel-body {
  padding: 20px;
}

.form-group {
  margin-bottom: 18px;
}

.control-label,
label {
  margin-bottom: 7px;
  color: #443b2e;
  font-size: 13px;
  font-weight: 750;
}

.form-control,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple,
.bootstrap-select > .dropdown-toggle {
  min-height: 44px;
  padding: 10px 13px;
  color: var(--ink);
  background: #fffdfa;
  border: 1px solid #d9cfbd;
  border-radius: 10px;
  box-shadow: inset 0 1px 2px rgba(70, 50, 12, 0.035);
  font-size: 14px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.select2-container {
  max-width: 100%;
  width: 100% !important;
}

.select2-container .select2-selection {
  overflow: hidden;
}

.select2-container .select2-selection__rendered,
.select2-container .select2-selection__text {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-control:hover,
.select2-container .select2-selection--single:hover,
.select2-container .select2-selection--multiple:hover {
  border-color: var(--gold-400);
}

.form-control:focus,
.select2-container--focus .select2-selection,
.select2-container--open .select2-selection {
  background: #fff;
  border-color: var(--gold-500);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(201, 151, 43, 0.16);
}

.form-control[readonly],
.form-control[disabled],
fieldset[disabled] .form-control {
  color: #716858;
  background: #f3eee3;
}

textarea.form-control {
  min-height: 118px;
  resize: vertical;
}

#new-order-search .form-control,
#template-input {
  padding-left: 42px !important;
}

#new-order-search button {
  z-index: 2;
  color: var(--gold-700) !important;
}

#service_description .panel-body,
.border-solid.border-rounded {
  color: #544a3c;
  background: linear-gradient(135deg, #fffdfa, var(--gold-50));
  border: 1px solid var(--gold-200);
  border-radius: 11px;
  box-shadow: none;
}

.help-block,
.form-group small,
.text-muted {
  color: var(--muted) !important;
}

/* Buttons */
.btn {
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 750;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
}

.btn-primary,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #211704;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
  border-color: var(--gold-600);
  box-shadow: 0 7px 18px rgba(169, 116, 23, 0.2);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary:hover {
  color: #170f02;
  background: linear-gradient(135deg, #e5c56f, #bd8720);
  border-color: var(--gold-700);
  box-shadow: 0 9px 22px rgba(169, 116, 23, 0.26);
}

#order-form > .btn-primary {
  min-width: 156px;
}

.btn-default {
  color: #514735;
  background: #fffdfa;
  border-color: var(--line-strong);
}

.btn-default:hover,
.btn-default:focus {
  color: var(--gold-900);
  background: var(--gold-50);
  border-color: var(--gold-400);
}

/* Tables, tabs, dropdowns and messages */
.table {
  margin-bottom: 0;
  background: var(--surface);
}

.table > thead > tr > th {
  padding: 13px 14px;
  color: #5f5442;
  background: var(--gold-50);
  border-bottom: 1px solid var(--gold-200);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.table > tbody > tr > td {
  padding: 13px 14px;
  border-top-color: #eee7da;
  vertical-align: middle;
}

.table-hover > tbody > tr:hover {
  background: #fffaf0;
}

.nav-tabs {
  border-bottom-color: var(--line-strong);
}

.nav-tabs > li > a {
  color: #6d6252;
  border-radius: 9px 9px 0 0;
  font-weight: 650;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: var(--gold-900);
  background: var(--surface);
  border-color: var(--line-strong) var(--line-strong) transparent;
}

.dropdown-menu {
  padding: 7px;
  background: var(--surface);
  border-color: var(--line-strong);
  border-radius: 11px;
  box-shadow: var(--shadow-md);
}

.dropdown-menu > li > a {
  padding: 9px 11px;
  border-radius: 8px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  color: var(--gold-950);
  background: var(--gold-100);
}

.pagination > li > a,
.pagination > li > span {
  color: var(--gold-800);
  border-color: var(--line-strong);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
  color: #fff;
  background: var(--gold-700);
  border-color: var(--gold-700);
}

.alert {
  border: 1px solid transparent;
  border-radius: 11px;
  box-shadow: var(--shadow-sm);
}

.alert-success {
  color: #225b3c;
  background: #edf8f1;
  border-color: #b9dec8;
}

.alert-danger {
  color: #8a2d28;
  background: #fff1ef;
  border-color: #f0c1bc;
}

#notify-wrapper {
  right: 24px;
  bottom: 24px;
  left: auto;
  max-width: 420px;
}

.forgot-password {
  float: right;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 650;
}

/* Signed-out forms */
body:not(.gold-auth) .gold-main > .container .col-md-8.col-md-offset-2 {
  float: none;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

body:not(.gold-auth) .gold-main > .container:first-of-type {
  padding-top: 34px;
}

/* Responsive app behaviour */
@media (max-width: 991px) {
  body.gold-auth {
    padding-top: 64px;
    padding-bottom: 70px;
    padding-left: 0;
  }

  body.gold-auth > .navbar {
    right: 0;
    bottom: auto;
    width: 100%;
    height: 64px;
    min-height: 64px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  body.gold-auth > .navbar > .container-fluid {
    display: block;
    height: 64px;
    padding: 0 16px;
  }

  body.gold-auth .navbar-header {
    display: flex;
    align-items: center;
    height: 64px;
  }

  body.gold-auth .navbar-brand {
    order: 1;
    float: none;
    width: auto;
    height: 64px;
    padding: 12px 0;
    border: 0;
  }

  body.gold-auth .navbar-toggle {
    display: block;
    order: 0;
    float: none;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin: 0 10px 0 0;
    padding: 10px;
    background: #fffdfa;
    border-color: var(--gold-300);
  }

  .gold-mobile-actions {
    position: relative;
    order: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
  }

  .gold-mobile-action,
  .gold-profile-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0;
    color: var(--gold-900);
    background: #fffdfa;
    border: 1px solid var(--gold-300);
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    font-size: 16px;
  }

  .gold-mobile-action:hover,
  .gold-mobile-action:focus,
  .gold-profile-trigger:hover,
  .gold-profile-trigger:focus,
  .gold-profile-trigger[aria-expanded="true"] {
    color: #fff;
    background: var(--gold-800);
    border-color: var(--gold-800);
  }

  .gold-profile-wrap {
    position: relative;
  }

  .gold-profile-trigger {
    gap: 5px;
    width: auto;
    padding: 0 8px 0 5px;
  }

  .gold-profile-trigger__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: linear-gradient(135deg, var(--gold-800), var(--gold-500));
    border-radius: 50%;
    font-size: 13px;
  }

  .gold-profile-trigger__avatar.gold-profile-trigger__avatar--artwork {
    overflow: hidden;
    padding: 0;
    background: #f5cc59;
    border: 1px solid #dfb33f;
    border-radius: 9px;
    box-shadow: 0 3px 8px rgba(146, 94, 12, 0.2);
  }

  .gold-profile-trigger__avatar--artwork > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
  }

  .gold-profile-trigger__caret {
    font-size: 9px;
  }

  .gold-profile-menu {
    position: absolute;
    z-index: 1060;
    top: calc(100% + 10px);
    right: 0;
    display: none;
    width: 185px;
    padding: 8px;
    background: var(--surface);
    border: 1px solid var(--line-strong);
    border-radius: 13px;
    box-shadow: 0 16px 38px rgba(46, 32, 6, 0.2);
  }

  .gold-profile-menu.is-open {
    display: block;
  }

  .gold-profile-menu__title {
    display: block;
    padding: 7px 10px 9px;
    color: var(--gold-900);
    border-bottom: 1px solid var(--line);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.035em;
  }

  .gold-profile-menu a {
    display: flex;
    align-items: center;
    min-height: 42px;
    margin-top: 4px;
    padding: 9px 10px;
    color: #5e5444;
    border-radius: 9px;
    font-weight: 700;
  }

  .gold-profile-menu a:hover,
  .gold-profile-menu a:focus {
    color: var(--gold-900);
    background: var(--gold-100);
  }

  .gold-profile-menu a i {
    width: 24px;
    color: var(--gold-700);
  }

  body.gold-auth #navbar,
  body.gold-auth #navbar.navbar-collapse,
  body.gold-auth #navbar.navbar-collapsed {
    position: fixed;
    z-index: 1045;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    display: block !important;
    width: min(84vw, 330px);
    height: 100vh !important;
    max-height: none;
    margin-right: 0;
    margin-left: 0;
    padding: 0 16px 28px;
    overflow-y: auto;
    background: rgba(255, 254, 253, 0.99);
    border: 0;
    border-right: 1px solid var(--gold-200);
    box-shadow: 20px 0 55px rgba(48, 34, 7, 0.24);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-105%);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease, visibility 0.28s ease;
  }

  body.gold-auth #navbar.collapse:not(.in) {
    display: block !important;
  }

  body.gold-auth #navbar.in,
  body.gold-auth #navbar.gold-drawer-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .gold-drawer-head {
    position: sticky;
    z-index: 2;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    margin: 0 -16px 14px;
    padding: 0 18px;
    background: rgba(255, 254, 253, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .gold-drawer-title {
    display: flex;
    align-items: center;
    color: var(--gold-900);
    font-size: 18px;
    font-weight: 850;
  }

  .gold-drawer-balance {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    line-height: 1.05;
  }

  .gold-drawer-balance small {
    margin-bottom: 4px;
    color: #8b7958;
    font-size: 8.5px;
    font-weight: 750;
    letter-spacing: 0.055em;
    text-transform: uppercase;
  }

  .gold-drawer-balance strong {
    overflow: hidden;
    color: inherit;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -0.01em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .gold-drawer-title i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    color: var(--gold-900);
    background: linear-gradient(135deg, var(--gold-100), var(--gold-200));
    border: 1px solid var(--gold-300);
    border-radius: 10px;
    font-size: 14px;
  }

  .gold-drawer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: var(--gold-900);
    background: #fff;
    border: 1px solid var(--gold-300);
    border-radius: 11px;
    box-shadow: var(--shadow-sm);
    font-size: 16px;
  }

  .gold-drawer-close:hover,
  .gold-drawer-close:focus {
    color: #fff;
    background: var(--gold-800);
    border-color: var(--gold-800);
  }

  .gold-drawer-backdrop {
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(31, 23, 8, 0.54);
    border: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  body.gold-drawer-open .gold-drawer-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.gold-drawer-open {
    overflow: hidden;
  }

  body.gold-drawer-open > .navbar {
    z-index: 1050;
  }

  body.gold-auth #navbar .navbar-left-block > li {
    margin: 5px 0;
  }

  body.gold-auth #navbar .navbar-left-block > li > a {
    min-height: 50px;
    padding: 12px 13px;
    background: #fffdfa;
    border-color: #eee5d4;
    border-radius: 12px;
    box-shadow: 0 2px 7px rgba(70, 50, 12, 0.045);
  }

  body.gold-auth #navbar .navbar-left-block > li > a:hover,
  body.gold-auth #navbar .navbar-left-block > li > a:focus,
  body.gold-auth #navbar .navbar-left-block > .active > a {
    background: linear-gradient(135deg, var(--gold-100), #f7e8b5);
    border-color: var(--gold-300);
  }

  body.gold-auth #navbar .navbar-icon {
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    color: var(--gold-800);
    background: var(--gold-100);
    border: 1px solid var(--gold-200);
    border-radius: 9px;
  }

  body.gold-dark .navbar-toggle,
  body.gold-dark .gold-profile-trigger,
  body.gold-dark .gold-drawer-close,
  body.gold-dark #navbar,
  body.gold-dark .gold-drawer-head,
  body.gold-dark #navbar .navbar-left-block > li > a {
    color: var(--ink);
    background: #171b22;
    border-color: #3b3d3e;
  }

  body.gold-dark #navbar .navbar-left-block > li > a:hover,
  body.gold-dark #navbar .navbar-left-block > li > a:focus,
  body.gold-dark #navbar .navbar-left-block > .active > a {
    color: var(--gold-200);
    background: #292519;
    border-color: #594a25;
  }

  body.gold-dark #navbar .navbar-icon {
    color: var(--gold-300);
    background: #252318;
    border-color: #594a25;
  }

  body.gold-dark .gold-drawer-title {
    color: var(--gold-200);
  }

  body.gold-dark .gold-drawer-balance small {
    color: #aa9a7b;
  }

  body.gold-dark .gold-drawer-title i {
    color: var(--gold-300);
    background: #252318;
    border-color: #594a25;
  }

  body.gold-auth .navbar-right-block {
    display: none !important;
  }

  body.gold-auth .navbar-right-block::before {
    display: none;
  }

  body.gold-auth .navbar-right-block > li {
    flex: 1 1 0;
    text-align: center;
  }

  body.gold-auth .navbar-right-block > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin: 0 2px;
    padding: 7px;
    font-size: 12px;
  }

  .gold-bottom-nav {
    position: fixed;
    z-index: 1030;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    height: 72px;
    padding: 7px 4px calc(5px + env(safe-area-inset-bottom));
    background: rgba(255, 254, 253, 0.98);
    border-top: 1px solid var(--line);
    box-shadow: 0 -8px 24px rgba(70, 50, 12, 0.08);
  }

  .gold-bottom-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    color: #786f61;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
  }

  .gold-bottom-nav a i {
    margin-bottom: 4px;
    font-size: 17px;
  }

  .gold-bottom-nav a.is-active,
  .gold-bottom-nav a:hover,
  .gold-bottom-nav a:focus {
    color: var(--gold-800);
  }

  .gold-bottom-nav__primary i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-top: -15px;
    color: #fff;
    background: linear-gradient(135deg, var(--gold-700), var(--gold-500));
    border: 3px solid var(--surface);
    border-radius: 50%;
    box-shadow: 0 7px 17px rgba(169, 116, 23, 0.28);
  }

  body.gold-auth .gold-main > .container {
    width: 100%;
    max-width: none;
    padding: 20px 18px 0;
  }
}

@media (max-width: 767px) {
  .navbar-default {
    margin-bottom: 18px;
  }

  .gold-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .gold-summary-card {
    min-height: 88px;
    padding: 12px;
  }

  .gold-summary-card__icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    margin-right: 9px;
  }

  .gold-summary-card__value {
    font-size: 14px;
  }

  .gold-summary-card__label {
    font-size: 10px;
  }

  /* Prevent iOS focus zoom and keep Select2 inside the mobile viewport. */
  input.form-control,
  textarea.form-control,
  .select2-search__field,
  #template-input {
    font-size: 16px !important;
  }

  body > .select2-container.select2-container--open {
    right: 12px !important;
    left: 12px !important;
    width: auto !important;
    max-width: none !important;
  }

  body > .select2-container--open .select2-dropdown,
  body > .select2-container--open .select2-results,
  body > .select2-container--open .select2-results__options {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body > .select2-container--open .select2-results__options {
    max-height: 360px;
    overflow-y: auto !important;
  }

  body > .select2-container--open .select2-results__option,
  body > .select2-container--open .select2-results__option > a {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0;
    overflow: hidden !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body > .select2-container--open .select2-results__option {
    padding: 10px 11px;
    font-size: 12px;
    line-height: 1.4;
  }

  body > .select2-container--open .select2-results__option .select2-selection__text {
    display: inline;
    width: auto;
    max-width: none;
    overflow: visible;
    white-space: normal !important;
    text-overflow: clip;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  #orderform-service + .select2 .select2-selection--single {
    display: flex;
    align-items: center;
    height: auto !important;
    min-height: 46px;
    padding: 7px 32px 7px 9px;
  }

  #orderform-service + .select2 .select2-selection__rendered {
    width: 100%;
    height: auto;
    padding: 0;
    overflow: visible;
    font-size: 11px;
    line-height: 1.32;
    white-space: normal !important;
    text-overflow: clip;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  #orderform-service + .select2 .select2-selection__rendered > span,
  #orderform-service + .select2 .select2-selection__text {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  #orderform-service + .select2 .select2-selection__arrow {
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
  }

  /* Structured service cards inside the open dropdown. */
  body > .select2-container--open.gold-service-dropdown .select2-dropdown {
    padding: 4px;
    background: linear-gradient(145deg, #090806, #171109 58%, #0d0b07);
    border: 1px solid #8f6b20;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(13, 10, 4, 0.34), 0 0 0 1px rgba(239, 203, 108, 0.08);
  }

  body > .select2-container--open.gold-service-dropdown .select2-results__options {
    padding: 2px 3px 4px;
    scroll-behavior: smooth;
  }

  body > .select2-container--open.gold-service-dropdown .select2-results__options::-webkit-scrollbar {
    width: 6px;
  }

  body > .select2-container--open.gold-service-dropdown .select2-results__options::-webkit-scrollbar-thumb {
    background: linear-gradient(var(--gold-300), var(--gold-600));
    border-radius: 999px;
  }

  body > .select2-container--open.gold-service-dropdown .select2-results__option {
    margin: 4px 0;
    padding: 0;
    background: transparent !important;
    border: 0;
    border-radius: 10px;
  }

  .gold-service-option {
    --service-accent: #e1ba57;
    --service-accent-soft: rgba(225, 186, 87, 0.14);
    --service-surface-start: #211b10;
    --service-surface-end: #100e0a;
    position: relative;
    display: block !important;
    min-height: 76px;
    padding: 8px 9px 8px 10px !important;
    overflow: hidden;
    color: #f5ecd9;
    background: linear-gradient(135deg, var(--service-surface-start), var(--service-surface-end));
    border: 1px solid var(--service-accent);
    border-radius: 10px;
    box-shadow: inset 3px 0 0 var(--service-accent), 0 4px 12px rgba(0, 0, 0, 0.18);
    transition: border-color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
  }

  .gold-service-option::after {
    position: absolute;
    top: -28px;
    right: -34px;
    width: 94px;
    height: 78px;
    background: radial-gradient(circle, var(--service-accent-soft), transparent 68%);
    content: '';
    pointer-events: none;
  }

  .gold-service-option--variant-0 {
    --service-accent: #e7c15d;
    --service-accent-soft: rgba(231, 193, 93, 0.18);
    --service-surface-start: #241d10;
    --service-surface-end: #100e09;
  }

  .gold-service-option--variant-1 {
    --service-accent: #c78d2f;
    --service-accent-soft: rgba(199, 141, 47, 0.2);
    --service-surface-start: #21170c;
    --service-surface-end: #0f0d09;
  }

  .gold-service-option--variant-2 {
    --service-accent: #d5a56a;
    --service-accent-soft: rgba(213, 165, 106, 0.18);
    --service-surface-start: #211812;
    --service-surface-end: #100d0a;
  }

  .gold-service-option--variant-3 {
    --service-accent: #b7a062;
    --service-accent-soft: rgba(183, 160, 98, 0.18);
    --service-surface-start: #1d1a12;
    --service-surface-end: #0e0d0a;
  }

  .gold-service-option__head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: start;
    gap: 7px;
  }

  .gold-service-option__id {
    display: inline-flex;
    flex: 0 0 22px;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 4px;
    color: #171107;
    background: linear-gradient(135deg, #f3d477, var(--service-accent));
    border-radius: 6px;
    font-size: 9px;
    font-weight: 850;
    line-height: 1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.28);
  }

  .gold-service-option__name {
    display: block;
    min-width: 0;
    color: #f7efdf;
    font-size: 10px;
    font-weight: 750;
    line-height: 1.32;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .gold-service-option__price {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 2px 5px;
    color: #201706;
    background: linear-gradient(135deg, #f6db87, var(--service-accent));
    border: 1px solid rgba(255, 236, 173, 0.62);
    border-radius: 999px;
    font-size: 8px;
    font-weight: 850;
    line-height: 1.15;
    white-space: nowrap;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.22);
  }

  .gold-service-option__meta {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
    margin-top: 7px;
    padding-top: 6px;
    border-top: 1px solid rgba(232, 195, 100, 0.18);
  }

  .gold-service-option__metric {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #c8beaa;
    font-size: 8.5px;
    font-weight: 550;
    line-height: 1.2;
    white-space: nowrap;
  }

  .gold-service-option__metric i {
    color: var(--service-accent);
    font-size: 8px;
  }

  .gold-service-option__metric strong {
    color: #eee1c5;
    font-weight: 750;
  }

  .gold-service-option__metric.is-time,
  .gold-service-option__metric.is-new {
    padding: 2px 6px;
    color: #f2dfae;
    background: var(--service-accent-soft);
    border: 1px solid rgba(226, 187, 87, 0.24);
    border-radius: 999px;
  }

  .gold-service-option__metric.is-new {
    color: #171107;
    background: linear-gradient(135deg, #efd06e, var(--service-accent));
    border-color: rgba(255, 238, 177, 0.54);
    font-weight: 850;
  }

  .gold-service-option__metric.is-new i {
    color: #2a1d05;
  }

  .select2-results__option.active .gold-service-option,
  .select2-results__option[aria-selected="true"] .gold-service-option {
    background: linear-gradient(135deg, #30240f, #151008);
    border-color: #f0cd70;
    box-shadow: inset 3px 0 0 #f3cf70, 0 0 0 1px rgba(241, 203, 106, 0.16), 0 7px 18px rgba(0, 0, 0, 0.26);
  }

  .select2-results__option--highlighted .gold-service-option {
    border-color: #f3cf70;
    box-shadow: inset 3px 0 0 #f3cf70, 0 0 0 1px rgba(241, 203, 106, 0.16), 0 7px 18px rgba(0, 0, 0, 0.26);
  }

  body.gold-dark > .select2-container--open.gold-service-dropdown .select2-dropdown,
  body.gold-dark .gold-service-option {
    color: #f5ecd9;
    border-color: var(--service-accent, #8f6b20);
  }

  body.gold-dark .gold-service-option__name {
    color: #f7efdf;
  }

  body.gold-dark .gold-service-option__price {
    color: #201706;
    background: linear-gradient(135deg, #f6db87, var(--service-accent));
    border-color: rgba(255, 236, 173, 0.62);
  }

  body.gold-dark .select2-results__option.active .gold-service-option,
  body.gold-dark .select2-results__option[aria-selected="true"] .gold-service-option,
  body.gold-dark .select2-results__option--highlighted .gold-service-option {
    background: linear-gradient(135deg, #30240f, #151008);
    border-color: #f0cd70;
  }

  .well,
  .panel-body {
    padding: 18px;
  }

  body.gold-auth .gold-main > .container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .gold-main > .container > .row {
    margin-right: 0;
    margin-left: 0;
  }

  .gold-main > .container > .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  #order-form > .btn-primary,
  .form-group .btn-primary {
    width: 100%;
  }

  .table-responsive {
    border-radius: 12px;
  }

  .forgot-password,
  .pull-right-middle {
    float: none !important;
    display: block;
    margin-top: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* New Order service picker: unavailable average time badge. */
.gold-service-dropdown .gold-service-option__metric.is-new {
  padding: 2px 6px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #3b825d, #2f6f50) !important;
  border: 1px solid #39785a !important;
  border-radius: 999px;
  box-shadow: 0 3px 8px rgba(47, 111, 80, 0.18);
  font-size: 8.5px;
  font-weight: 750;
  line-height: 1.2;
}

.gold-service-dropdown .gold-service-option__metric.is-new i,
.gold-service-dropdown .gold-service-option__metric.is-new strong,
.gold-service-dropdown .gold-service-option__metric.is-new span {
  color: #ffffff !important;
}

body.gold-dark .gold-service-dropdown .gold-service-option__metric.is-new {
  background: linear-gradient(135deg, #377a58, #285f45) !important;
  border-color: #4b8567 !important;
  box-shadow: 0 3px 10px rgba(40, 95, 69, 0.3);
}

/* Dashboard account summary artwork supplied by the site owner. */
.gold-summary-card__icon.gold-summary-card__icon--artwork {
  overflow: hidden;
  padding: 0;
  background: #f5cc59;
  border-color: #dfb33f;
  box-shadow: 0 7px 16px rgba(146, 94, 12, 0.22);
}

.gold-summary-card__icon--artwork > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

body.gold-dark .gold-summary-card__icon.gold-summary-card__icon--artwork {
  background: #c69729;
  border-color: #886316;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.32);
}

/* Signed-in drawer artwork supplied by the site owner. */
body.gold-auth #navbar .navbar-icon.gold-sidebar-artwork,
.gold-drawer-title > .gold-drawer-artwork {
  overflow: hidden;
  padding: 0;
  background: linear-gradient(145deg, #fff9e8, #f2d982);
  border: 1px solid #dfb747;
  box-shadow: 0 5px 12px rgba(137, 87, 9, 0.16);
}

.gold-drawer-title > .gold-drawer-artwork {
  display: inline-flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 10px;
}

.gold-sidebar-artwork > img,
.gold-drawer-artwork > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.gold-auth #navbar .navbar-left-block > .active > a .gold-sidebar-artwork {
  background: rgba(255, 249, 223, 0.74);
  border-color: rgba(128, 82, 8, 0.3);
}

body.gold-dark #navbar .navbar-icon.gold-sidebar-artwork,
body.gold-dark .gold-drawer-title > .gold-drawer-artwork {
  background: linear-gradient(145deg, #2b2111, #151008);
  border-color: #7a5b20;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.3);
}

/* Premium public password-recovery page. */
.gold-reset-page {
  position: relative;
  display: grid;
  min-height: calc(100vh - 64px);
  place-items: center;
  padding: 64px 24px 88px;
  overflow: hidden;
  color: #302517;
  background:
    radial-gradient(circle at 8% 14%, rgba(229, 180, 57, 0.2), transparent 23rem),
    radial-gradient(circle at 93% 84%, rgba(185, 123, 20, 0.13), transparent 28rem),
    linear-gradient(145deg, #fffdf8 0%, #f8efd9 52%, #fffaf0 100%);
}

.gold-reset-page::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.36;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(164, 112, 19, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(164, 112, 19, 0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%);
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.gold-reset-page__glow {
  position: absolute;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(188, 131, 26, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.gold-reset-page__glow::before,
.gold-reset-page__glow::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(188, 131, 26, 0.11);
  border-radius: inherit;
}

.gold-reset-page__glow::before { inset: 45px; }
.gold-reset-page__glow::after { inset: 94px; }
.gold-reset-page__glow--one { top: -210px; right: -120px; }
.gold-reset-page__glow--two { bottom: -250px; left: -130px; }

.gold-reset-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(440px, 1.18fr);
  width: min(100%, 980px);
  overflow: hidden;
  background: rgba(255, 253, 247, 0.98);
  border: 1px solid rgba(184, 128, 23, 0.42);
  border-radius: 26px;
  box-shadow: 0 30px 80px rgba(89, 55, 3, 0.17), 0 0 0 7px rgba(203, 150, 39, 0.035), inset 0 1px #fff;
}

.gold-reset-card__visual {
  position: relative;
  display: flex;
  min-height: 570px;
  flex-direction: column;
  justify-content: center;
  padding: 49px 42px;
  overflow: hidden;
  color: #f9ecd1;
  background:
    radial-gradient(circle at 15% 7%, rgba(239, 194, 76, 0.2), transparent 15rem),
    radial-gradient(circle at 105% 95%, rgba(178, 111, 10, 0.22), transparent 19rem),
    linear-gradient(145deg, #1d160c, #090704 70%);
}

.gold-reset-card__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.38;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(237, 194, 90, 0.085) 1px, transparent 1px),
    linear-gradient(90deg, rgba(237, 194, 90, 0.085) 1px, transparent 1px);
  background-size: 38px 38px;
}

.gold-reset-card__visual > * { position: relative; z-index: 1; }

.gold-reset-card__badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 29px;
  margin-bottom: 31px;
  padding: 6px 11px;
  gap: 7px;
  color: #efd16f;
  background: rgba(224, 177, 55, 0.08);
  border: 1px solid rgba(224, 177, 55, 0.25);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gold-reset-card__visual-icon,
.gold-reset-card__header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #211503;
  background: linear-gradient(145deg, #f8dc7c, #c68113);
  border: 1px solid rgba(132, 82, 3, 0.3);
  box-shadow: 0 13px 28px rgba(165, 103, 8, 0.25), inset 0 1px rgba(255, 255, 255, 0.72);
}

.gold-reset-card__visual-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 24px;
  border-radius: 20px;
  font-size: 27px;
}

body.gold-public .gold-reset-card__visual h1 {
  max-width: 310px;
  margin: 0;
  color: #fff5df;
  font-size: clamp(32px, 3.6vw, 47px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.gold-reset-card__visual > p {
  max-width: 315px;
  margin: 16px 0 0;
  color: #bdb09b;
  font-size: 13px;
  line-height: 1.68;
}

.gold-reset-card__steps {
  display: grid;
  margin-top: 33px;
  gap: 11px;
}

.gold-reset-card__steps span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cabeaa;
  font-size: 10px;
  font-weight: 700;
}

.gold-reset-card__steps b {
  display: inline-flex;
  flex: 0 0 25px;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #1e1404;
  background: linear-gradient(145deg, #f3d471, #c68318);
  border-radius: 8px;
  font-size: 9px;
}

.gold-reset-card__form-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 48px 47px 0;
  background:
    radial-gradient(circle at 100% 0, rgba(223, 176, 56, 0.14), transparent 16rem),
    rgba(255, 253, 247, 0.985);
}

.gold-reset-card__header {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  margin-bottom: 29px;
  padding-bottom: 25px;
  gap: 15px;
  border-bottom: 1px solid rgba(151, 105, 19, 0.17);
}

.gold-reset-card__header-icon {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  font-size: 18px;
}

.gold-reset-card__eyebrow {
  display: block;
  margin: 0 0 4px;
  color: #a06c12;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.gold-reset-card__header h2 {
  margin: 0;
  color: #281e11;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.gold-reset-card__header p {
  max-width: 430px;
  margin: 7px 0 0;
  color: #7d7263;
  font-size: 11px;
  line-height: 1.55;
}

.gold-reset-card__form { margin: 0; }
.gold-reset-card__form .alert { margin-bottom: 18px; border-radius: 12px; font-size: 12px; }

.gold-reset-card__field label {
  display: block;
  margin: 0 0 9px;
  color: #342818;
  font-size: 12px;
  font-weight: 850;
}

.gold-reset-card__input-wrap {
  position: relative;
}

.gold-reset-card__input-wrap > i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 17px;
  color: #b27a13;
  font-size: 14px;
  transform: translateY(-50%);
}

.gold-reset-card__input-wrap .form-control {
  width: 100%;
  height: 57px;
  padding: 12px 16px 12px 47px;
  color: #302619;
  background: #fffdfa;
  border: 1px solid rgba(170, 117, 20, 0.36);
  border-radius: 14px;
  box-shadow: inset 0 1px 3px rgba(95, 61, 4, 0.045);
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.gold-reset-card__input-wrap .form-control:focus {
  background: #fff;
  border-color: #bf8016;
  box-shadow: 0 0 0 4px rgba(207, 151, 39, 0.13), 0 10px 24px rgba(108, 68, 5, 0.08);
  outline: 0;
}

.gold-reset-card__input-wrap .form-control::placeholder { color: #a39a8c; }

.gold-reset-card__field small {
  display: flex;
  align-items: center;
  margin-top: 9px;
  gap: 6px;
  color: #908575;
  font-size: 9px;
  line-height: 1.4;
}

.gold-reset-card__field small i { color: #a87415; }
.gold-reset-card__captcha { margin: 19px 0; overflow-x: auto; }

.gold-reset-card__submit {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr) 19px;
  width: 100%;
  min-height: 55px;
  align-items: center;
  margin-top: 25px;
  padding: 12px 18px;
  gap: 10px;
  color: #201503;
  background: linear-gradient(135deg, #f7da7b, #daa12d 58%, #c47d11);
  border: 1px solid #b8750d;
  border-radius: 14px;
  box-shadow: 0 13px 27px rgba(169, 106, 8, 0.2), inset 0 1px rgba(255, 255, 255, 0.67);
  font-size: 13px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gold-reset-card__submit:hover,
.gold-reset-card__submit:focus {
  color: #130d03;
  box-shadow: 0 17px 33px rgba(169, 106, 8, 0.28), inset 0 1px rgba(255, 255, 255, 0.72);
  outline: 0;
  transform: translateY(-2px);
}

.gold-reset-card__submit i:first-child { text-align: left; }
.gold-reset-card__submit i:last-child { text-align: right; }

.gold-reset-card__back {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 19px auto 24px;
  gap: 8px;
  color: #8f6111;
  font-size: 11px;
  font-weight: 800;
}

.gold-reset-card__back:hover,
.gold-reset-card__back:focus { color: #bf7e11; text-decoration: none; }

.gold-reset-card__footer {
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  margin: auto -47px 0;
  padding: 12px 20px;
  gap: 7px;
  color: #877b69;
  background: rgba(230, 207, 155, 0.2);
  border-top: 1px solid rgba(151, 105, 19, 0.13);
  font-size: 9px;
  font-weight: 750;
}

.gold-reset-card__footer i { color: #a87414; }

body.gold-public.gold-dark .gold-reset-page {
  color: #eee1c8;
  background:
    radial-gradient(circle at 8% 14%, rgba(222, 175, 54, 0.16), transparent 23rem),
    radial-gradient(circle at 93% 84%, rgba(167, 105, 12, 0.12), transparent 28rem),
    linear-gradient(145deg, #0a0805, #171107 56%, #090704);
}

body.gold-public.gold-dark .gold-reset-card {
  background: #100c07;
  border-color: rgba(202, 154, 48, 0.49);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.52), inset 0 1px rgba(255, 224, 137, 0.045);
}

body.gold-public.gold-dark .gold-reset-card__form-panel {
  background:
    radial-gradient(circle at 100% 0, rgba(220, 172, 49, 0.13), transparent 16rem),
    linear-gradient(145deg, #1c160e, #0c0906 75%);
}

body.gold-public.gold-dark .gold-reset-card__header { border-bottom-color: rgba(190, 140, 39, 0.28); }
body.gold-public.gold-dark .gold-reset-card__header h2,
body.gold-public.gold-dark .gold-reset-card__field label { color: #f4e5c5; }
body.gold-public.gold-dark .gold-reset-card__header p,
body.gold-public.gold-dark .gold-reset-card__field small,
body.gold-public.gold-dark .gold-reset-card__footer { color: #aa9d87; }

body.gold-public.gold-dark .gold-reset-card__input-wrap .form-control {
  color: #f3e8d4;
  background: rgba(8, 7, 5, 0.78);
  border-color: rgba(193, 143, 42, 0.44);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.32);
}

body.gold-public.gold-dark .gold-reset-card__input-wrap .form-control:focus {
  background: #0a0805;
  border-color: #d3a43e;
  box-shadow: 0 0 0 4px rgba(207, 151, 39, 0.13);
}

body.gold-public.gold-dark .gold-reset-card__back { color: #dfbb57; }
body.gold-public.gold-dark .gold-reset-card__footer {
  background: rgba(222, 176, 59, 0.06);
  border-top-color: rgba(190, 140, 39, 0.23);
}

@media (max-width: 767px) {
  .gold-reset-page {
    min-height: calc(100vh - 61px);
    align-items: start;
    padding: 38px 14px 70px;
  }

  .gold-reset-card {
    grid-template-columns: 1fr;
    border-radius: 21px;
  }

  .gold-reset-card__visual {
    min-height: 0;
    padding: 27px 23px 29px;
  }

  .gold-reset-card__badge { margin-bottom: 20px; font-size: 8px; }
  .gold-reset-card__visual-icon { width: 54px; height: 54px; margin-bottom: 16px; border-radius: 16px; font-size: 21px; }
  .gold-reset-card__visual h1 { max-width: 100%; font-size: 31px; }
  .gold-reset-card__visual > p { margin-top: 10px; font-size: 11px; }
  .gold-reset-card__steps { display: none; }

  .gold-reset-card__form-panel { padding: 25px 18px 0; }
  .gold-reset-card__header { grid-template-columns: 43px minmax(0, 1fr); margin-bottom: 23px; padding-bottom: 20px; gap: 12px; }
  .gold-reset-card__header-icon { width: 43px; height: 43px; border-radius: 13px; font-size: 15px; }
  .gold-reset-card__header h2 { font-size: 21px; }
  .gold-reset-card__header p { font-size: 10px; }
  .gold-reset-card__submit { min-height: 53px; }
  .gold-reset-card__footer { margin-right: -18px; margin-left: -18px; border-radius: 0 0 20px 20px; }
}

@media (max-width: 390px) {
  .gold-reset-page { padding-right: 11px; padding-left: 11px; }
  .gold-reset-card__visual { padding-right: 19px; padding-left: 19px; }
  .gold-reset-card__form-panel { padding-right: 16px; padding-left: 16px; }
  .gold-reset-card__header p { max-width: 240px; }
  .gold-reset-card__footer { margin-right: -16px; margin-left: -16px; }
}

/* Luxury Obsidian Gold skin shared by every template/page. */
html {
  background: #090704;
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 5%, rgba(225, 186, 87, 0.13), transparent 25rem),
    radial-gradient(circle at 12% 82%, rgba(150, 99, 24, 0.1), transparent 30rem),
    linear-gradient(145deg, #171109, #0b0906 58%, #120d07);
  background-attachment: fixed;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(236, 214, 142, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(236, 214, 142, 0.018) 1px, transparent 1px);
  background-size: 34px 34px;
  content: '';
  pointer-events: none;
}

a {
  color: #ddb95d;
}

a:hover,
a:focus {
  color: #f2d77f;
}

.navbar-default,
body.gold-auth > .navbar,
body.gold-auth .navbar-right-block {
  color: #f5ecd9;
  background: linear-gradient(155deg, rgba(28, 22, 14, 0.99), rgba(8, 7, 5, 0.99));
  border-color: #5d491f;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

body.gold-auth > .navbar {
  border-right: 1px solid #6f5521;
  box-shadow: 10px 0 34px rgba(0, 0, 0, 0.34), inset -1px 0 rgba(235, 196, 96, 0.06);
}

.navbar-default .navbar-brand,
body.gold-auth .navbar-brand {
  color: #e8c766;
  border-color: rgba(232, 199, 102, 0.2);
  text-shadow: 0 1px 12px rgba(212, 163, 49, 0.2);
}

.navbar-default .navbar-nav > li > a,
body.gold-auth .navbar-left-block > li > a,
body.gold-auth .navbar-right-block > li > a {
  color: #c9bea7;
}

body.gold-auth .navbar-left-block > li > a:hover,
body.gold-auth .navbar-left-block > li > a:focus {
  color: #f4dea0;
  background: linear-gradient(135deg, rgba(193, 139, 36, 0.15), rgba(36, 28, 17, 0.82));
  border-color: rgba(221, 185, 93, 0.4);
}

body.gold-auth .navbar-left-block > .active > a,
body.gold-auth .navbar-left-block > .active > a:hover,
body.gold-auth .navbar-left-block > .active > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #171005;
  background: linear-gradient(135deg, #f1d47b, #b67a18);
  border-color: #e0b643;
  box-shadow: inset 3px 0 0 #fff0b3, 0 6px 16px rgba(171, 114, 20, 0.22);
}

body.gold-auth .navbar-icon,
.gold-menu-arrow {
  color: #d3a83e;
}

body.gold-auth .navbar-left-block > .active > a .navbar-icon,
body.gold-auth .navbar-left-block > .active > a .gold-menu-arrow {
  color: #261805;
}

body.gold-auth .navbar-right-block::before {
  color: #f0d179;
}

body.gold-auth .navbar-right-block > li > a:hover,
body.gold-auth .navbar-right-block > li > a:focus {
  color: #f3d989;
  background: rgba(211, 168, 62, 0.12);
}

body.gold-auth .navbar-right-block .badge,
.badge,
.label-primary {
  color: #171005;
  background: linear-gradient(135deg, #f2d474, #a86f13);
  border: 1px solid rgba(255, 231, 153, 0.44);
  box-shadow: 0 6px 16px rgba(169, 116, 23, 0.28);
}

.gold-summary-card,
.well,
.panel,
.list-group,
.table-responsive,
.table,
.modal-content,
.popover,
.gold-profile-menu {
  color: #eee5d3;
  background: linear-gradient(145deg, #211a11, #12100c 72%);
  border-color: #685124;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 224, 140, 0.035);
}

.gold-summary-card {
  position: relative;
  overflow: hidden;
}

.gold-summary-card::after {
  position: absolute;
  top: -42px;
  right: -34px;
  width: 112px;
  height: 112px;
  background: radial-gradient(circle, rgba(225, 186, 87, 0.14), transparent 68%);
  content: '';
  pointer-events: none;
}

.gold-summary-card:hover,
.gold-summary-card:focus {
  color: #fff3cf;
  border-color: #d4a83e;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(225, 186, 87, 0.11);
}

.gold-summary-card__icon,
.gold-card-title__icon {
  color: #1c1304;
  background: linear-gradient(135deg, #f1d47c, #b87c19);
  border-color: #e8c15e;
  box-shadow: 0 6px 15px rgba(150, 95, 12, 0.24);
}

.gold-summary-card__value,
.gold-card-title,
.panel-title,
.modal-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f0d279;
}

.gold-summary-card__label,
.help-block,
.form-group small,
.text-muted {
  color: #b7aa8e !important;
}

.gold-card-title {
  border-bottom-color: rgba(231, 193, 93, 0.22);
}

.panel-heading,
.table > thead > tr > th,
.modal-header,
.popover-title {
  color: #edcd72 !important;
  background: linear-gradient(135deg, #2a2113, #17120c) !important;
  border-color: #5b461d !important;
}

.panel-footer,
.modal-footer {
  color: #c9bea8;
  background: #15110b;
  border-color: #49391d;
}

.control-label,
label,
.gold-profile-menu__title {
  color: #e8d5a5;
}

.form-control,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple,
.bootstrap-select > .dropdown-toggle,
.input-group-addon,
#service_description .panel-body,
.border-solid.border-rounded {
  color: #f4ead5;
  background: linear-gradient(145deg, #17130e, #0e0c09);
  border-color: #68542a;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.form-control::placeholder,
.select2-search__field::placeholder {
  color: #817761;
  opacity: 1;
}

.select2-container .select2-selection__rendered,
.select2-container .select2-selection__text,
.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle .filter-option {
  color: #f4ead5 !important;
}

.select2-container .select2-selection__arrow b,
.bootstrap-select > .dropdown-toggle .caret {
  border-top-color: #d5ae4c;
}

.form-control:hover,
.select2-container .select2-selection--single:hover,
.select2-container .select2-selection--multiple:hover,
.bootstrap-select > .dropdown-toggle:hover {
  border-color: #b98b2b;
}

.form-control:focus,
.select2-container--focus .select2-selection,
.select2-container--open .select2-selection,
.bootstrap-select.open > .dropdown-toggle {
  color: #fff4d5;
  background: #0d0b08;
  border-color: #e0b84f;
  box-shadow: 0 0 0 3px rgba(211, 168, 62, 0.16), inset 0 1px 2px rgba(0, 0, 0, 0.34);
}

.form-control[readonly],
.form-control[disabled],
fieldset[disabled] .form-control {
  color: #b5aa93;
  background: #272117;
  border-color: #514324;
}

#new-order-search button {
  color: #dfb94f !important;
}

#service_description .panel-body,
.border-solid.border-rounded {
  color: #d8cdb6;
  background: linear-gradient(145deg, #1c1710, #100e0a);
  border-color: #57451f;
}

.btn-default,
.btn-secondary {
  color: #ead8aa;
  background: linear-gradient(145deg, #211a11, #100e0a);
  border-color: #745a28;
}

.btn-default:hover,
.btn-default:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #1c1304;
  background: linear-gradient(135deg, #edcf78, #b37a1a);
  border-color: #d9ad43;
}

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #1a1104;
  background: linear-gradient(135deg, #efd176, #ad7215);
  border-color: #d6a93d;
  box-shadow: 0 6px 15px rgba(166, 107, 15, 0.22);
}

.text-primary,
.text-info {
  color: #e5c264 !important;
}

.bg-primary,
.bg-info,
.label-info,
.progress-bar,
.progress-bar-info {
  color: #1a1104;
  background: linear-gradient(135deg, #efd176, #ad7215) !important;
}

.panel-primary,
.panel-info {
  border-color: #705926;
}

.panel-primary > .panel-heading,
.panel-info > .panel-heading {
  color: #edcd72 !important;
  background: linear-gradient(135deg, #2a2113, #17120c) !important;
  border-color: #5b461d !important;
}

.table > tbody > tr > td {
  color: #ded5c3;
  border-top-color: #3d3322;
}

.table-striped > tbody > tr:nth-of-type(odd),
.table-hover > tbody > tr:hover {
  background: rgba(190, 137, 38, 0.075);
}

.table a,
.list-group-item a {
  color: #e2bf61;
}

.list-group-item {
  color: #ddd3bf;
  background: #17130e;
  border-color: #3f3421;
}

.list-group-item:hover,
.list-group-item:focus,
.list-group-item.active,
.list-group-item.active:hover {
  color: #f2dda3;
  background: #292012;
  border-color: #816326;
}

.nav-tabs {
  border-bottom-color: #655027;
}

.nav-tabs > li > a {
  color: #bfb39c;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #efd27d;
  background: rgba(211, 168, 62, 0.1);
  border-color: #5b481f;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #f0d27a;
  background: #17130e;
  border-color: #705926 #705926 transparent;
}

.nav-pills > li > a {
  color: #cbbd9f;
  background: transparent;
  border: 1px solid transparent;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #efd27d;
  background: rgba(211, 168, 62, 0.1);
  border-color: #59451e;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #1a1104;
  background: linear-gradient(135deg, #efd176, #ac7114);
  border-color: #d6a93d;
  box-shadow: 0 6px 15px rgba(166, 107, 15, 0.24);
}

.dropdown-menu {
  color: #eee3cd;
  background: linear-gradient(145deg, #1c1710, #0e0c09);
  border-color: #705926;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.4);
}

.dropdown-menu > li > a {
  color: #d6cbb5;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  color: #1b1204;
  background: linear-gradient(135deg, #efd177, #b97e1d);
}

.pagination > li > a,
.pagination > li > span {
  color: #e3c267;
  background: #17130e;
  border-color: #58451f;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
  color: #1a1104;
  background: linear-gradient(135deg, #efd176, #af7416);
  border-color: #d5a93e;
}

.alert-success {
  color: #cce6c8;
  background: #142318;
  border-color: #476b45;
}

.alert-info {
  color: #d9d8bd;
  background: #1b211b;
  border-color: #6d7041;
}

.alert-warning {
  color: #f2dda1;
  background: #2a210f;
  border-color: #8c6a24;
}

.alert-danger {
  color: #efc2b8;
  background: #2b1714;
  border-color: #7c4238;
}

.close {
  color: #efcf73;
  text-shadow: none;
  opacity: 0.82;
}

body.gold-dark {
  --ink: #f7edd9;
  --muted: #a69b84;
  --canvas: #050403;
  --surface: #0e0c08;
  --line: #2e271a;
  --line-strong: #5b471f;
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 4%, rgba(199, 148, 38, 0.1), transparent 23rem),
    linear-gradient(145deg, #080604, #020202 66%, #090603);
}

body.gold-dark .gold-summary-card,
body.gold-dark .well,
body.gold-dark .panel,
body.gold-dark .list-group,
body.gold-dark .table-responsive,
body.gold-dark .table,
body.gold-dark .modal-content,
body.gold-dark .gold-profile-menu {
  color: #eee5d2;
  background: linear-gradient(145deg, #12100c, #080705 74%);
  border-color: #55431f;
}

body.gold-dark .form-control,
body.gold-dark .select2-container .select2-selection,
body.gold-dark .bootstrap-select > .dropdown-toggle,
body.gold-dark #service_description .panel-body,
body.gold-dark .border-solid.border-rounded,
body.gold-dark .dropdown-menu {
  color: #f5ecd8;
  background: #080705;
  border-color: #554521;
}

@media (max-width: 991px) {
  body.gold-auth > .navbar,
  body.gold-auth #navbar,
  body.gold-auth #navbar.navbar-collapse,
  body.gold-auth #navbar.navbar-collapsed,
  .gold-drawer-head,
  .gold-bottom-nav,
  .gold-profile-menu {
    color: #f4ead6;
    background: linear-gradient(155deg, #1c160e, #090704);
    border-color: #675022;
  }

  body.gold-auth .navbar-toggle,
  .gold-mobile-action,
  .gold-profile-trigger,
  .gold-drawer-close {
    color: #e7c65f;
    background: linear-gradient(145deg, #211a11, #0c0a07);
    border-color: #8a6928;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.28);
  }

  .gold-mobile-action:hover,
  .gold-mobile-action:focus,
  .gold-profile-trigger:hover,
  .gold-profile-trigger:focus,
  .gold-profile-trigger[aria-expanded="true"],
  .gold-drawer-close:hover,
  .gold-drawer-close:focus {
    color: #1b1204;
    background: linear-gradient(135deg, #efd074, #aa7014);
    border-color: #d7aa3d;
  }

  .gold-profile-trigger__avatar,
  .gold-drawer-title i,
  body.gold-auth #navbar .navbar-icon {
    color: #1c1304;
    background: linear-gradient(135deg, #f0d177, #b77b19);
    border-color: #dcb34a;
  }

  .gold-profile-menu__title,
  .gold-drawer-title {
    color: #efd27d;
    border-color: rgba(224, 181, 73, 0.22);
  }

  .gold-profile-menu a,
  body.gold-auth #navbar .navbar-left-block > li > a {
    color: #d6cbb5;
    background: linear-gradient(145deg, #1b160f, #0f0d09);
    border-color: #48391d;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.18);
  }

  .gold-profile-menu a:hover,
  .gold-profile-menu a:focus,
  body.gold-auth #navbar .navbar-left-block > li > a:hover,
  body.gold-auth #navbar .navbar-left-block > li > a:focus,
  body.gold-auth #navbar .navbar-left-block > .active > a {
    color: #1b1204;
    background: linear-gradient(135deg, #edd078, #b97d1b);
    border-color: #dcb34a;
  }

  body.gold-auth #navbar .navbar-left-block > .active > a .navbar-icon,
  body.gold-auth #navbar .navbar-left-block > .active > a .gold-menu-arrow {
    color: #1d1304;
  }

  .gold-bottom-nav {
    border-top: 1px solid #705522;
    box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.38);
  }

  .gold-bottom-nav a {
    color: #a99e89;
  }

  .gold-bottom-nav a.is-active,
  .gold-bottom-nav a:hover,
  .gold-bottom-nav a:focus {
    color: #f0d076;
  }

  .gold-bottom-nav__primary i {
    color: #171005;
    background: linear-gradient(135deg, #f2d474, #a96e12);
    border-color: #17130d;
    box-shadow: 0 8px 19px rgba(179, 119, 20, 0.38);
  }

  body.gold-dark > .navbar,
  body.gold-dark #navbar,
  body.gold-dark .gold-drawer-head,
  body.gold-dark .gold-bottom-nav,
  body.gold-dark .gold-profile-menu {
    background: linear-gradient(155deg, #0d0b08, #030302);
    border-color: #51401f;
  }
}

/* Gold White light appearance; Midnight Gold remains under body.gold-dark. */
body:not(.gold-dark) {
  --ink: #2b2215;
  --muted: #786d5c;
  --canvas: #f6f0e3;
  --surface: #fffefa;
  --line: #e4d8bd;
  --line-strong: #cfb879;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 4%, rgba(218, 177, 68, 0.2), transparent 24rem),
    radial-gradient(circle at 8% 82%, rgba(238, 216, 154, 0.24), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f5eddb 58%, #fffaf0);
}

body:not(.gold-dark)::before {
  background-image: linear-gradient(rgba(151, 105, 20, 0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(151, 105, 20, 0.022) 1px, transparent 1px);
}

body:not(.gold-dark) a {
  color: #8a5b08;
}

body:not(.gold-dark) a:hover,
body:not(.gold-dark) a:focus {
  color: #4f3304;
}

body:not(.gold-dark) .navbar-default,
body.gold-auth:not(.gold-dark) > .navbar,
body.gold-auth:not(.gold-dark) .navbar-right-block {
  color: #2b2215;
  background: linear-gradient(145deg, rgba(255, 254, 250, 0.99), rgba(250, 244, 231, 0.99));
  border-color: #d4c18d;
  box-shadow: 0 10px 28px rgba(91, 64, 10, 0.09);
}

body.gold-auth:not(.gold-dark) > .navbar {
  border-right-color: #cbae62;
  box-shadow: 10px 0 32px rgba(91, 64, 10, 0.08), inset -1px 0 rgba(148, 101, 14, 0.08);
}

body:not(.gold-dark) .navbar-default .navbar-brand,
body.gold-auth:not(.gold-dark) .navbar-brand {
  color: #76500b;
  border-color: rgba(167, 119, 29, 0.18);
  text-shadow: none;
}

body:not(.gold-dark) .navbar-default .navbar-nav > li > a,
body.gold-auth:not(.gold-dark) .navbar-left-block > li > a,
body.gold-auth:not(.gold-dark) .navbar-right-block > li > a {
  color: #655b4c;
}

body.gold-auth:not(.gold-dark) .navbar-left-block > li > a:hover,
body.gold-auth:not(.gold-dark) .navbar-left-block > li > a:focus {
  color: #5a3a05;
  background: linear-gradient(135deg, #fffaf0, #f6e7b7);
  border-color: #dfc372;
}

body.gold-auth:not(.gold-dark) .navbar-left-block > .active > a,
body.gold-auth:not(.gold-dark) .navbar-left-block > .active > a:hover,
body.gold-auth:not(.gold-dark) .navbar-left-block > .active > a:focus,
body:not(.gold-dark) .navbar-default .navbar-nav > .active > a,
body:not(.gold-dark) .navbar-default .navbar-nav > .active > a:hover,
body:not(.gold-dark) .navbar-default .navbar-nav > .active > a:focus {
  color: #221604;
  background: linear-gradient(135deg, #f3d77f, #c28a24);
  border-color: #d9ad47;
  box-shadow: inset 3px 0 0 #fff4bf, 0 6px 15px rgba(158, 104, 15, 0.15);
}

body.gold-auth:not(.gold-dark) .navbar-icon,
body:not(.gold-dark) .gold-menu-arrow {
  color: #a77318;
}

body.gold-auth:not(.gold-dark) .navbar-left-block > .active > a .navbar-icon,
body.gold-auth:not(.gold-dark) .navbar-left-block > .active > a .gold-menu-arrow {
  color: #291a04;
}

body.gold-auth:not(.gold-dark) .navbar-right-block::before,
body:not(.gold-dark) .gold-summary-card__value,
body:not(.gold-dark) .gold-card-title,
body:not(.gold-dark) .panel-title,
body:not(.gold-dark) .modal-title,
body:not(.gold-dark) h1,
body:not(.gold-dark) h2,
body:not(.gold-dark) h3,
body:not(.gold-dark) h4,
body:not(.gold-dark) h5,
body:not(.gold-dark) h6 {
  color: #5d3e07;
}

body:not(.gold-dark) .gold-summary-card,
body:not(.gold-dark) .well,
body:not(.gold-dark) .panel,
body:not(.gold-dark) .list-group,
body:not(.gold-dark) .table-responsive,
body:not(.gold-dark) .table,
body:not(.gold-dark) .modal-content,
body:not(.gold-dark) .popover,
body:not(.gold-dark) .gold-profile-menu {
  color: #342b1d;
  background: linear-gradient(145deg, #fffefa, #fbf6eb 76%);
  border-color: #d2bb7b;
  box-shadow: 0 14px 34px rgba(88, 60, 8, 0.1), inset 0 1px rgba(255, 255, 255, 0.7);
}

body:not(.gold-dark) .gold-summary-card::after {
  background: radial-gradient(circle, rgba(216, 173, 61, 0.16), transparent 68%);
}

body:not(.gold-dark) .gold-summary-card:hover,
body:not(.gold-dark) .gold-summary-card:focus {
  color: #281c0a;
  border-color: #b98729;
  box-shadow: 0 17px 38px rgba(105, 68, 6, 0.14), 0 0 0 1px rgba(202, 151, 43, 0.11);
}

body:not(.gold-dark) .gold-summary-card__label,
body:not(.gold-dark) .help-block,
body:not(.gold-dark) .form-group small,
body:not(.gold-dark) .text-muted {
  color: #817561 !important;
}

body:not(.gold-dark) .gold-card-title {
  border-bottom-color: #e4d7b8;
}

body:not(.gold-dark) .panel-heading,
body:not(.gold-dark) .table > thead > tr > th,
body:not(.gold-dark) .modal-header,
body:not(.gold-dark) .popover-title {
  color: #674608 !important;
  background: linear-gradient(135deg, #fff9e9, #f3e5bc) !important;
  border-color: #dcc887 !important;
}

body:not(.gold-dark) .panel-footer,
body:not(.gold-dark) .modal-footer {
  color: #6c6253;
  background: #fbf6ea;
  border-color: #dfd2b2;
}

body:not(.gold-dark) .control-label,
body:not(.gold-dark) label,
body:not(.gold-dark) .gold-profile-menu__title {
  color: #4a3a22;
}

body:not(.gold-dark) .form-control,
body:not(.gold-dark) .select2-container .select2-selection--single,
body:not(.gold-dark) .select2-container .select2-selection--multiple,
body:not(.gold-dark) .bootstrap-select > .dropdown-toggle,
body:not(.gold-dark) .input-group-addon,
body:not(.gold-dark) #service_description .panel-body,
body:not(.gold-dark) .border-solid.border-rounded {
  color: #2e271d;
  background: linear-gradient(145deg, #fffefa, #fdf9f0);
  border-color: #d4c39c;
  box-shadow: inset 0 1px 2px rgba(81, 55, 7, 0.04);
}

body:not(.gold-dark) .form-control::placeholder,
body:not(.gold-dark) .select2-search__field::placeholder {
  color: #978b77;
}

body:not(.gold-dark) .select2-container .select2-selection__rendered,
body:not(.gold-dark) .select2-container .select2-selection__text,
body:not(.gold-dark) .bootstrap-select > .dropdown-toggle,
body:not(.gold-dark) .bootstrap-select > .dropdown-toggle .filter-option {
  color: #2e271d !important;
}

body:not(.gold-dark) .form-control:focus,
body:not(.gold-dark) .select2-container--focus .select2-selection,
body:not(.gold-dark) .select2-container--open .select2-selection,
body:not(.gold-dark) .bootstrap-select.open > .dropdown-toggle {
  color: #211708;
  background: #fff;
  border-color: #c5902d;
  box-shadow: 0 0 0 3px rgba(201, 151, 43, 0.14);
}

body:not(.gold-dark) .form-control[readonly],
body:not(.gold-dark) .form-control[disabled],
body:not(.gold-dark) fieldset[disabled] .form-control {
  color: #756b5c;
  background: #f2ebdc;
  border-color: #d6c7a7;
}

body:not(.gold-dark) #service_description .panel-body,
body:not(.gold-dark) .border-solid.border-rounded {
  color: #5b5143;
  background: linear-gradient(145deg, #fffefa, #fcf5df);
  border-color: #e2d095;
}

body:not(.gold-dark) .btn-default,
body:not(.gold-dark) .btn-secondary {
  color: #59482d;
  background: linear-gradient(145deg, #fffefa, #f8efdd);
  border-color: #cdb77c;
}

body:not(.gold-dark) .table > tbody > tr > td {
  color: #4d4437;
  border-top-color: #e7deca;
}

body:not(.gold-dark) .table-striped > tbody > tr:nth-of-type(odd),
body:not(.gold-dark) .table-hover > tbody > tr:hover {
  background: #fff8e8;
}

body:not(.gold-dark) .list-group-item {
  color: #4f4639;
  background: #fffefa;
  border-color: #e1d4b7;
}

body:not(.gold-dark) .nav-tabs {
  border-bottom-color: #d2bc82;
}

body:not(.gold-dark) .nav-tabs > li > a,
body:not(.gold-dark) .nav-pills > li > a {
  color: #746853;
}

body:not(.gold-dark) .nav-tabs > li > a:hover,
body:not(.gold-dark) .nav-tabs > li > a:focus,
body:not(.gold-dark) .nav-pills > li > a:hover,
body:not(.gold-dark) .nav-pills > li > a:focus {
  color: #5c3d07;
  background: #fff5d9;
  border-color: #d8c183;
}

body:not(.gold-dark) .nav-tabs > li.active > a,
body:not(.gold-dark) .nav-tabs > li.active > a:hover,
body:not(.gold-dark) .nav-tabs > li.active > a:focus {
  color: #563906;
  background: #fffefa;
  border-color: #d2bc82 #d2bc82 transparent;
}

body:not(.gold-dark) .dropdown-menu {
  color: #41382b;
  background: linear-gradient(145deg, #fffefa, #faf3e3);
  border-color: #cdb67a;
  box-shadow: 0 17px 38px rgba(88, 60, 8, 0.14);
}

body:not(.gold-dark) .dropdown-menu > li > a {
  color: #615644;
}

body:not(.gold-dark) .pagination > li > a,
body:not(.gold-dark) .pagination > li > span {
  color: #77500b;
  background: #fffefa;
  border-color: #d2c096;
}

body:not(.gold-dark) > .select2-container--open.gold-service-dropdown .select2-dropdown {
  background: linear-gradient(145deg, #fffefa, #f7ecd2);
  border-color: #c89b3a;
  box-shadow: 0 18px 40px rgba(96, 62, 5, 0.18), 0 0 0 1px rgba(196, 145, 37, 0.08);
}

body:not(.gold-dark) .gold-service-option {
  --service-surface-start: #fffefa;
  --service-surface-end: #faf2df;
  color: #302719;
  box-shadow: inset 3px 0 0 var(--service-accent), 0 4px 12px rgba(93, 60, 5, 0.09);
}

body:not(.gold-dark) .gold-service-option__name {
  color: #33291a;
}

body:not(.gold-dark) .gold-service-option__meta {
  border-top-color: rgba(139, 95, 16, 0.16);
}

body:not(.gold-dark) .gold-service-option__metric {
  color: #726755;
}

body:not(.gold-dark) .gold-service-option__metric strong {
  color: #49391f;
}

body:not(.gold-dark) .gold-service-option__metric.is-time {
  color: #6d4a0b;
}

body:not(.gold-dark) .select2-results__option.active .gold-service-option,
body:not(.gold-dark) .select2-results__option[aria-selected="true"] .gold-service-option,
body:not(.gold-dark) .select2-results__option--highlighted .gold-service-option {
  background: linear-gradient(135deg, #fff8e4, #f5e2ad);
  border-color: #c7932b;
  box-shadow: inset 3px 0 0 #d6a439, 0 0 0 1px rgba(190, 137, 38, 0.1), 0 7px 17px rgba(99, 62, 4, 0.12);
}

@media (max-width: 991px) {
  body.gold-auth:not(.gold-dark) > .navbar,
  body.gold-auth:not(.gold-dark) #navbar,
  body.gold-auth:not(.gold-dark) #navbar.navbar-collapse,
  body.gold-auth:not(.gold-dark) #navbar.navbar-collapsed,
  body:not(.gold-dark) .gold-drawer-head,
  body:not(.gold-dark) .gold-bottom-nav,
  body:not(.gold-dark) .gold-profile-menu {
    color: #342b1d;
    background: linear-gradient(145deg, #fffefa, #f9f1df);
    border-color: #ceb576;
  }

  body.gold-auth:not(.gold-dark) .navbar-toggle,
  body:not(.gold-dark) .gold-mobile-action,
  body:not(.gold-dark) .gold-profile-trigger,
  body:not(.gold-dark) .gold-drawer-close {
    color: #684608;
    background: linear-gradient(145deg, #fffefa, #f7edd7);
    border-color: #d4b866;
    box-shadow: 0 5px 13px rgba(96, 64, 7, 0.1);
  }

  body:not(.gold-dark) .gold-profile-menu__title,
  body:not(.gold-dark) .gold-drawer-title {
    color: #664508;
    border-color: #e0d0aa;
  }

  body:not(.gold-dark) .gold-profile-menu a,
  body.gold-auth:not(.gold-dark) #navbar .navbar-left-block > li > a {
    color: #5c5242;
    background: linear-gradient(145deg, #fffefa, #faf3e5);
    border-color: #e0d4ba;
    box-shadow: 0 3px 8px rgba(83, 55, 6, 0.06);
  }

  body:not(.gold-dark) .gold-profile-menu a:hover,
  body:not(.gold-dark) .gold-profile-menu a:focus,
  body.gold-auth:not(.gold-dark) #navbar .navbar-left-block > li > a:hover,
  body.gold-auth:not(.gold-dark) #navbar .navbar-left-block > li > a:focus,
  body.gold-auth:not(.gold-dark) #navbar .navbar-left-block > .active > a {
    color: #241704;
    background: linear-gradient(135deg, #f4da87, #c58c25);
    border-color: #d7aa42;
  }

  body:not(.gold-dark) .gold-bottom-nav {
    border-top-color: #cfb36e;
    box-shadow: 0 -9px 25px rgba(90, 59, 6, 0.1);
  }

  body:not(.gold-dark) .gold-bottom-nav a {
    color: #7d725f;
  }

  body:not(.gold-dark) .gold-bottom-nav a.is-active,
  body:not(.gold-dark) .gold-bottom-nav a:hover,
  body:not(.gold-dark) .gold-bottom-nav a:focus {
    color: #7b5108;
  }

  body:not(.gold-dark) .gold-bottom-nav__primary i {
    color: #211504;
    background: linear-gradient(135deg, #f3d77f, #b97c1b);
    border-color: #fffefa;
    box-shadow: 0 8px 18px rgba(155, 98, 10, 0.23);
  }
}

/* Compositor-friendly mobile drawer motion. */
@media (max-width: 991px) {
  body.gold-auth #navbar,
  body.gold-auth #navbar.navbar-collapse,
  body.gold-auth #navbar.navbar-collapsed {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-102%, 0, 0);
    transition:
      transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.26s ease-out,
      visibility 0s linear 0.42s;
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }

  body.gold-auth #navbar.in,
  body.gold-auth #navbar.gold-drawer-open {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
  }

  .gold-drawer-backdrop {
    opacity: 0;
    visibility: hidden;
    transform: translateZ(0);
    transition: opacity 0.34s ease-out, visibility 0s linear 0.42s;
    will-change: opacity;
    backface-visibility: hidden;
  }

  body.gold-drawer-open .gold-drawer-backdrop {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }

  body.gold-auth #navbar .gold-drawer-head,
  body.gold-auth #navbar .navbar-left-block > li {
    opacity: 0;
    transform: translate3d(-12px, 0, 0);
    transition: transform 0.32s ease-out, opacity 0.24s ease-out;
    transition-delay: 0s;
    will-change: transform, opacity;
  }

  body.gold-auth #navbar.gold-drawer-open .gold-drawer-head,
  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  body.gold-auth #navbar.gold-drawer-open .gold-drawer-head {
    transition-delay: 0.07s;
  }

  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li:nth-child(1) {
    transition-delay: 0.08s;
  }

  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li:nth-child(2) {
    transition-delay: 0.105s;
  }

  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li:nth-child(3) {
    transition-delay: 0.13s;
  }

  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li:nth-child(4) {
    transition-delay: 0.155s;
  }

  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li:nth-child(5) {
    transition-delay: 0.18s;
  }

  body.gold-auth #navbar.gold-drawer-open .navbar-left-block > li:nth-child(n + 6) {
    transition-delay: 0.205s;
  }

  .gold-drawer-close:active,
  .navbar-toggle:active {
    transform: scale(0.94);
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 991px) {
  body.gold-auth #navbar,
  body.gold-auth #navbar .gold-drawer-head,
  body.gold-auth #navbar .navbar-left-block > li,
  .gold-drawer-backdrop {
    transition: none !important;
  }
}

/* Category dropdown only: compact premium Gold White / Midnight Gold cards. */
body > .select2-container--open.gold-category-dropdown .select2-dropdown {
  padding: 6px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #f7ecd2);
  border: 1px solid #c69a3a;
  border-radius: 14px;
  box-shadow: 0 18px 38px rgba(91, 59, 5, 0.18), 0 0 0 1px rgba(255, 247, 215, 0.82);
}

body > .select2-container--open.gold-category-dropdown .select2-results,
body > .select2-container--open.gold-category-dropdown .select2-results__options {
  background: transparent !important;
}

body > .select2-container--open.gold-category-dropdown .select2-results__options {
  max-height: min(58vh, 360px);
  padding: 1px 2px 3px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #c79732 transparent;
}

body > .select2-container--open.gold-category-dropdown .select2-results__options::-webkit-scrollbar {
  width: 5px;
}

body > .select2-container--open.gold-category-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: linear-gradient(#e7c764, #ad741d);
  border-radius: 999px;
}

body > .select2-container--open.gold-category-dropdown .select2-results__option {
  margin: 5px 0;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

body > .select2-container--open.gold-category-dropdown .gold-category-option {
  --category-accent: #d5aa42;
  --category-glow: rgba(213, 170, 66, 0.12);
  position: relative;
  display: flex !important;
  align-items: center;
  width: 100% !important;
  min-height: 50px !important;
  padding: 8px 36px 8px 9px !important;
  overflow: hidden !important;
  color: #3b2b10 !important;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.32;
  text-decoration: none !important;
  background: linear-gradient(135deg, #fffefa, #fbf4e4) !important;
  border: 1px solid rgba(190, 145, 47, 0.48) !important;
  border-radius: 11px;
  box-shadow: inset 3px 0 0 var(--category-accent), 0 4px 12px rgba(91, 59, 5, 0.07);
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

body > .select2-container--open.gold-category-dropdown .gold-category-option::after {
  content: '\203A';
  position: absolute;
  top: 50%;
  right: 13px;
  color: var(--category-accent);
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-52%);
  transition: transform 0.16s ease, color 0.16s ease;
}

body > .select2-container--open.gold-category-dropdown .gold-category-option__image {
  flex: 0 0 auto;
  width: 20px !important;
  height: 20px !important;
  margin: 0 10px 0 0 !important;
  padding: 5px;
  object-fit: contain;
  box-sizing: content-box;
  background: linear-gradient(145deg, #fffef8, #f5e5b9);
  border: 1px solid rgba(188, 142, 39, 0.42);
  border-radius: 9px;
  box-shadow: 0 3px 8px var(--category-glow);
}

body > .select2-container--open.gold-category-dropdown .gold-category-option--variant-0 {
  --category-accent: #d5aa42;
  --category-glow: rgba(213, 170, 66, 0.14);
}

body > .select2-container--open.gold-category-dropdown .gold-category-option--variant-1 {
  --category-accent: #b77c22;
  --category-glow: rgba(183, 124, 34, 0.14);
}

body > .select2-container--open.gold-category-dropdown .gold-category-option--variant-2 {
  --category-accent: #c99a64;
  --category-glow: rgba(201, 154, 100, 0.14);
}

body > .select2-container--open.gold-category-dropdown .gold-category-option--variant-3 {
  --category-accent: #ac984d;
  --category-glow: rgba(172, 152, 77, 0.14);
}

body > .select2-container--open.gold-category-dropdown .select2-results__option.active .gold-category-option,
body > .select2-container--open.gold-category-dropdown .select2-results__option[aria-selected="true"] .gold-category-option,
body > .select2-container--open.gold-category-dropdown .select2-results__option--highlighted .gold-category-option,
body > .select2-container--open.gold-category-dropdown .gold-category-option:hover,
body > .select2-container--open.gold-category-dropdown .gold-category-option:focus {
  color: #211504 !important;
  background: linear-gradient(135deg, #f6dc87, #c48722) !important;
  border-color: #a96f16 !important;
  box-shadow: inset 3px 0 0 #fff1b7, 0 7px 16px rgba(126, 78, 5, 0.2);
  transform: translateY(-1px);
}

body > .select2-container--open.gold-category-dropdown .select2-results__option.active .gold-category-option::after,
body > .select2-container--open.gold-category-dropdown .select2-results__option[aria-selected="true"] .gold-category-option::after,
body > .select2-container--open.gold-category-dropdown .select2-results__option--highlighted .gold-category-option::after,
body > .select2-container--open.gold-category-dropdown .gold-category-option:hover::after,
body > .select2-container--open.gold-category-dropdown .gold-category-option:focus::after {
  color: #241704;
  transform: translate(2px, -52%);
}

body > .select2-container--open.gold-category-dropdown .select2-results__option.active .gold-category-option__image,
body > .select2-container--open.gold-category-dropdown .select2-results__option[aria-selected="true"] .gold-category-option__image,
body > .select2-container--open.gold-category-dropdown .select2-results__option--highlighted .gold-category-option__image {
  background: rgba(255, 251, 231, 0.86);
  border-color: rgba(83, 51, 3, 0.22);
}

body.gold-dark > .select2-container--open.gold-category-dropdown .select2-dropdown {
  background: linear-gradient(145deg, #080704, #171109 62%, #0c0905);
  border-color: #8f6b20;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(237, 196, 91, 0.09);
}

body.gold-dark > .select2-container--open.gold-category-dropdown .gold-category-option {
  color: #f2e7ce !important;
  background: linear-gradient(135deg, #1d180f, #0e0c08) !important;
  border-color: rgba(186, 139, 41, 0.5) !important;
  box-shadow: inset 3px 0 0 var(--category-accent), 0 5px 14px rgba(0, 0, 0, 0.26);
}

body.gold-dark > .select2-container--open.gold-category-dropdown .gold-category-option__image {
  background: linear-gradient(145deg, #2b2314, #151109);
  border-color: rgba(213, 171, 66, 0.44);
}

body.gold-dark > .select2-container--open.gold-category-dropdown .select2-results__option.active .gold-category-option,
body.gold-dark > .select2-container--open.gold-category-dropdown .select2-results__option[aria-selected="true"] .gold-category-option,
body.gold-dark > .select2-container--open.gold-category-dropdown .select2-results__option--highlighted .gold-category-option,
body.gold-dark > .select2-container--open.gold-category-dropdown .gold-category-option:hover,
body.gold-dark > .select2-container--open.gold-category-dropdown .gold-category-option:focus {
  color: #1b1102 !important;
  background: linear-gradient(135deg, #f4d878, #b97817) !important;
  border-color: #f1cf6c !important;
  box-shadow: inset 3px 0 0 #fff0ac, 0 8px 18px rgba(0, 0, 0, 0.38);
}

@media (max-width: 575px) {
  body > .select2-container--open.gold-category-dropdown .select2-dropdown {
    padding: 5px;
    border-radius: 12px;
  }

  body > .select2-container--open.gold-category-dropdown .gold-category-option {
    min-height: 48px !important;
    padding: 7px 34px 7px 8px !important;
    font-size: 11.5px !important;
  }

  body > .select2-container--open.gold-category-dropdown .gold-category-option__image {
    width: 19px !important;
    height: 19px !important;
    margin-right: 8px !important;
    padding: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body > .select2-container--open.gold-category-dropdown .gold-category-option,
  body > .select2-container--open.gold-category-dropdown .gold-category-option::after {
    transition: none;
  }
}

/* Services page only: responsive premium catalogue. */
body.gold-services-page .gold-main {
  min-height: calc(100vh - 64px);
  background:
    radial-gradient(circle at 92% 4%, rgba(218, 173, 58, 0.17), transparent 24rem),
    radial-gradient(circle at 7% 78%, rgba(184, 128, 30, 0.1), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f8efd9 58%, #fffaf0);
}

body.gold-services-page .gold-main > .container,
body.gold-services-page .gold-main > .container > .row,
body.gold-services-page .gold-main > .container > .row > [class*="col-"] {
  min-width: 0;
  max-width: 100%;
}

body.gold-services-page .gold-services-toolbar {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  padding: 9px;
  background: linear-gradient(145deg, rgba(255, 254, 249, 0.98), rgba(247, 236, 208, 0.96));
  border: 1px solid #cdae62;
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(91, 58, 4, 0.11);
}

body.gold-services-page .gold-services-toolbar > li,
body.gold-services-page .gold-services-toolbar > li.search {
  float: none !important;
  margin: 0;
}

body.gold-services-page .gold-services-toolbar > li.search {
  flex: 1 1 auto;
  min-width: 0;
}

body.gold-services-page .gold-services-toolbar .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  padding: 0;
  color: #211504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #ae7419;
  border-radius: 11px;
  box-shadow: 0 7px 16px rgba(145, 91, 9, 0.2);
}

body.gold-services-page .gold-services-toolbar .dropdown-toggle .caret {
  margin-left: 5px;
}

body.gold-services-page .gold-services-toolbar .input-group {
  width: 100%;
}

body.gold-services-page .gold-services-toolbar .form-control {
  height: 46px;
  min-height: 46px;
  padding: 10px 13px;
  border-radius: 11px 0 0 11px;
}

body.gold-services-page .gold-services-toolbar [data-filter-serch-btn] {
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  color: #6a4708;
  border-left: 0;
  border-radius: 0 11px 11px 0;
}

body.gold-services-page .gold-services-toolbar .dropdown-menu {
  width: min(340px, calc(100vw - 24px));
  max-height: min(62vh, 460px);
  margin-top: 8px;
  padding: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  background: linear-gradient(145deg, #fffefa, #f7ecd2);
  border: 1px solid #c69a3a;
  border-radius: 13px;
  box-shadow: 0 18px 38px rgba(91, 59, 5, 0.2);
}

body.gold-services-page .gold-services-toolbar .dropdown-menu > li > a {
  display: flex;
  align-items: center;
  min-height: 44px;
  margin: 4px 0;
  padding: 8px 10px;
  overflow: hidden;
  color: #3a2c15;
  background: rgba(255, 254, 249, 0.82);
  border: 1px solid rgba(192, 147, 46, 0.38);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
}

body.gold-services-page .gold-services-toolbar .dropdown-menu > li > a:hover,
body.gold-services-page .gold-services-toolbar .dropdown-menu > li > a:focus {
  color: #211504;
  background: linear-gradient(135deg, #f4dc8c, #c58a25);
  border-color: #af751a;
}

body.gold-services-page .gold-services-toolbar .dropdown-menu img {
  flex: 0 0 auto;
  width: 22px !important;
  height: 22px !important;
  margin-right: 9px;
  object-fit: contain;
}

body.gold-services-page .gold-services-shell {
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  background: linear-gradient(145deg, #fffefa, #fbf5e7 72%, #f5e7c7);
  border: 1px solid #c9a54f;
  border-radius: 17px;
  box-shadow: 0 18px 38px rgba(87, 56, 6, 0.12), inset 0 1px rgba(255, 255, 255, 0.78);
}

body.gold-services-page .gold-services-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -2px 0 15px;
  padding: 0 0 15px;
}

body.gold-services-page .gold-services-title .gold-card-title__icon {
  flex: 0 0 auto;
  margin: 0;
}

body.gold-services-page .gold-services-title__copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  color: #5d3e07;
  line-height: 1.15;
}

body.gold-services-page .gold-services-title__copy small {
  margin-top: 4px;
  color: #82745e;
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0;
}

body.gold-services-page .gold-services-title__count {
  flex: 0 0 auto;
  padding: 6px 9px;
  color: #684407;
  background: linear-gradient(145deg, #fff9e8, #f0dfae);
  border: 1px solid #d2b467;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

body.gold-services-page .gold-services-table {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 7px;
  background: transparent;
}

body.gold-services-page .gold-services-table > thead > tr > th {
  padding: 11px 9px;
  color: #684608 !important;
  background: linear-gradient(135deg, #fff8e5, #f0ddaa) !important;
  border-top: 1px solid #d8be79;
  border-bottom: 1px solid #c9a24a;
  font-size: 10.5px;
  letter-spacing: 0.035em;
}

body.gold-services-page .gold-services-table > thead > tr > th:first-child {
  width: 42px !important;
  border-left: 1px solid #d8be79;
  border-radius: 10px 0 0 10px;
}

body.gold-services-page .gold-services-table > thead > tr > th:nth-child(2) {
  width: 62px;
}

body.gold-services-page .gold-services-table > thead > tr > th:nth-child(3) {
  width: auto;
}

body.gold-services-page .gold-services-table > thead > tr > th:nth-child(4) {
  width: 118px;
}

body.gold-services-page .gold-services-table > thead > tr > th:nth-child(5),
body.gold-services-page .gold-services-table > thead > tr > th:nth-child(6) {
  width: 92px;
}

body.gold-services-page .gold-services-table > thead > tr > th:last-child {
  width: 76px;
  border-right: 1px solid #d8be79;
  border-radius: 0 10px 10px 0;
}

body.gold-services-page .gold-services-category-cell {
  padding: 11px 13px !important;
  color: #231705 !important;
  background: linear-gradient(135deg, #f4d97d, #c78b24) !important;
  border: 1px solid #a96e14 !important;
  border-radius: 11px;
  box-shadow: 0 8px 18px rgba(115, 71, 5, 0.17), inset 0 1px rgba(255, 244, 195, 0.68);
  font-size: 12px;
  letter-spacing: 0.01em;
}

body.gold-services-page .gold-services-category-icon {
  width: 23px !important;
  height: 23px !important;
  max-width: none !important;
  max-height: none !important;
  margin-right: 9px;
  padding: 4px;
  object-fit: contain;
  box-sizing: content-box;
  background: rgba(255, 252, 232, 0.82);
  border: 1px solid rgba(91, 54, 3, 0.2);
  border-radius: 9px;
  vertical-align: middle;
}

body.gold-services-page .gold-services-row {
  --services-accent: #d5aa42;
}

body.gold-services-page .gold-services-row--variant-0 {
  --services-accent: #d5aa42;
}

body.gold-services-page .gold-services-row--variant-1 {
  --services-accent: #b87c22;
}

body.gold-services-page .gold-services-row--variant-2 {
  --services-accent: #c79a65;
}

body.gold-services-page .gold-services-row--variant-3 {
  --services-accent: #a9954a;
}

body.gold-services-page .gold-services-row > td {
  padding: 11px 9px;
  color: #403626;
  background: rgba(255, 254, 250, 0.92);
  border-top: 1px solid rgba(192, 151, 61, 0.35);
  border-bottom: 1px solid rgba(192, 151, 61, 0.35);
  overflow-wrap: anywhere;
}

body.gold-services-page .gold-services-row > td:first-child {
  border-left: 3px solid var(--services-accent);
  border-radius: 11px 0 0 11px;
}

body.gold-services-page .gold-services-row > td:last-child {
  border-right: 1px solid rgba(192, 151, 61, 0.35);
  border-radius: 0 11px 11px 0;
}

body.gold-services-page .gold-services-row:hover > td {
  background: #fff7e3;
  border-color: #bd8c2e;
}

body.gold-services-page .gold-services-cell--id {
  color: #734d08;
  font-weight: 850;
}

body.gold-services-page .gold-services-cell--name {
  color: #312717;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.38;
}

body.gold-services-page .gold-services-cell--rate {
  color: #76500a;
  font-weight: 850;
}

body.gold-services-page .gold-services-cell--favorite [data-favorite-service-id] {
  color: #a8781e;
  cursor: pointer;
}

body.gold-services-page .gold-services-cell--action .btn {
  min-height: 34px;
  padding: 7px 11px;
  color: #3a2707;
  background: linear-gradient(145deg, #fff9e8, #eedba8);
  border: 1px solid #c7a34f;
  border-radius: 9px;
  font-size: 10.5px;
  box-shadow: none;
}

body.gold-services-page .gold-services-cell--action .btn:hover,
body.gold-services-page .gold-services-cell--action .btn:focus {
  color: #1d1202;
  background: linear-gradient(135deg, #f2d676, #bd7f1c);
  border-color: #a96e14;
}

body.gold-dark.gold-services-page .gold-main {
  background:
    radial-gradient(circle at 90% 4%, rgba(223, 179, 65, 0.13), transparent 24rem),
    radial-gradient(circle at 8% 78%, rgba(133, 87, 18, 0.11), transparent 28rem),
    linear-gradient(145deg, #100c07, #050403 58%, #0e0a05);
}

body.gold-dark.gold-services-page .gold-services-toolbar,
body.gold-dark.gold-services-page .gold-services-shell {
  background: linear-gradient(145deg, #1d170f, #0b0906 72%, #151008);
  border-color: #76591e;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-dark.gold-services-page .gold-services-title__copy {
  color: #f0d279;
}

body.gold-dark.gold-services-page .gold-services-title__copy small {
  color: #ae9e82;
}

body.gold-dark.gold-services-page .gold-services-title__count {
  color: #edce78;
  background: linear-gradient(145deg, #2a2113, #151009);
  border-color: #6f551e;
}

body.gold-dark.gold-services-page .gold-services-toolbar .dropdown-menu {
  background: linear-gradient(145deg, #080704, #171109 62%, #0c0905);
  border-color: #8f6b20;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.58);
}

body.gold-dark.gold-services-page .gold-services-toolbar .dropdown-menu > li > a {
  color: #eee3cb;
  background: linear-gradient(135deg, #1e190f, #0e0c08);
  border-color: rgba(183, 135, 38, 0.48);
}

body.gold-dark.gold-services-page .gold-services-toolbar .dropdown-menu > li > a:hover,
body.gold-dark.gold-services-page .gold-services-toolbar .dropdown-menu > li > a:focus {
  color: #1d1202;
  background: linear-gradient(135deg, #f2d676, #b97917);
  border-color: #efcb66;
}

body.gold-dark.gold-services-page .gold-services-row > td {
  color: #dfd3bc;
  background: linear-gradient(135deg, #1c170f, #0e0c08);
  border-color: rgba(159, 118, 34, 0.4);
}

body.gold-dark.gold-services-page .gold-services-row:hover > td {
  background: linear-gradient(135deg, #282014, #151009);
  border-color: #9e7626;
}

body.gold-dark.gold-services-page .gold-services-cell--id,
body.gold-dark.gold-services-page .gold-services-cell--rate {
  color: #e8c968;
}

body.gold-dark.gold-services-page .gold-services-cell--name {
  color: #f1e7d3;
}

body.gold-dark.gold-services-page .gold-services-cell--favorite [data-favorite-service-id] {
  color: #d5a93f;
}

body.gold-dark.gold-services-page .gold-services-cell--action .btn {
  color: #e6d7b4;
  background: linear-gradient(145deg, #282014, #151009);
  border-color: #74571f;
}

@media (max-width: 767px) {
  body.gold-services-page .gold-main > .container {
    width: 100%;
    padding: 12px 10px 28px;
  }

  body.gold-services-page .gold-main > .container > .row {
    width: 100%;
    margin: 0;
  }

  body.gold-services-page .gold-main > .container > .row > [class*="col-"] {
    width: 100%;
    padding: 0;
  }

  body.gold-services-page .gold-services-toolbar {
    gap: 7px;
    margin-bottom: 10px;
    padding: 7px;
    border-radius: 12px;
  }

  body.gold-services-page .gold-services-toolbar .dropdown-toggle,
  body.gold-services-page .gold-services-toolbar .form-control,
  body.gold-services-page .gold-services-toolbar [data-filter-serch-btn] {
    height: 43px;
    min-height: 43px;
  }

  body.gold-services-page .gold-services-toolbar .dropdown-toggle,
  body.gold-services-page .gold-services-toolbar [data-filter-serch-btn] {
    width: 43px;
    min-width: 43px;
  }

  body.gold-services-page .gold-services-shell {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 0 16px;
    padding: 13px 10px 12px;
    overflow: hidden;
    border-radius: 15px;
  }

  body.gold-services-page .gold-services-title {
    margin: 0 2px 11px;
    padding: 0 0 12px;
  }

  body.gold-services-page .gold-services-title .gold-card-title__icon {
    width: 34px;
    height: 34px;
  }

  body.gold-services-page .gold-services-title__copy {
    font-size: 16px;
  }

  body.gold-services-page .gold-services-title__count {
    padding: 5px 8px;
    font-size: 9px;
  }

  body.gold-services-page .gold-services-table,
  body.gold-services-page .gold-services-table > tbody {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.gold-services-page .gold-services-table {
    table-layout: auto;
    border-spacing: 0;
  }

  body.gold-services-page .gold-services-table > thead {
    display: none;
  }

  body.gold-services-page .gold-services-category-row {
    display: block;
    width: 100%;
    margin: 10px 0 7px;
  }

  body.gold-services-page .gold-services-category-row:first-child {
    margin-top: 0;
  }

  body.gold-services-page .gold-services-category-cell {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 9px !important;
    border-radius: 10px;
    font-size: 11.5px;
    line-height: 1.25;
  }

  body.gold-services-page .gold-services-category-icon {
    width: 20px !important;
    height: 20px !important;
    margin-right: 8px;
    padding: 3px;
    border-radius: 8px;
  }

  body.gold-services-page .gold-services-row {
    position: relative;
    display: grid;
    grid-template-columns: 34px repeat(3, minmax(0, 1fr)) 32px;
    grid-template-areas:
      "id name name name favorite"
      "rate rate min max action";
    gap: 8px 7px;
    width: 100%;
    margin: 0 0 8px;
    padding: 9px;
    overflow: hidden;
    background: linear-gradient(145deg, #fffefa, #faf1dc);
    border: 1px solid rgba(190, 145, 47, 0.58);
    border-left: 3px solid var(--services-accent);
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(88, 56, 5, 0.08);
  }

  body.gold-services-page .gold-services-row > td {
    display: block;
    min-width: 0;
    padding: 0;
    color: #423728;
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
  }

  body.gold-services-page .gold-services-row:hover > td {
    background: transparent;
  }

  body.gold-services-page .gold-services-cell--favorite {
    grid-area: favorite;
    align-self: start;
    text-align: center;
  }

  body.gold-services-page .gold-services-cell--favorite [data-favorite-service-id] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: rgba(207, 166, 65, 0.12);
    border: 1px solid rgba(190, 144, 42, 0.35);
    border-radius: 9px;
  }

  body.gold-services-page .gold-services-cell--id {
    grid-area: id;
    align-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    min-height: 30px;
    color: #241704;
    background: linear-gradient(135deg, #f1d475, #b87b19);
    border: 1px solid #a86e13 !important;
    border-radius: 9px !important;
    box-shadow: 0 4px 10px rgba(125, 75, 5, 0.17);
    font-size: 10.5px;
    line-height: 1;
  }

  body.gold-services-page .gold-services-cell--name {
    grid-area: name;
    align-self: center;
    color: #2e2415;
    font-size: 11.25px;
    font-weight: 750;
    line-height: 1.35;
  }

  body.gold-services-page .gold-services-cell--rate {
    grid-area: rate;
  }

  body.gold-services-page .gold-services-cell--min {
    grid-area: min;
  }

  body.gold-services-page .gold-services-cell--max {
    grid-area: max;
  }

  body.gold-services-page .gold-services-cell--action {
    grid-area: action;
  }

  body.gold-services-page .gold-services-cell--rate,
  body.gold-services-page .gold-services-cell--min,
  body.gold-services-page .gold-services-cell--max {
    min-height: 43px;
    padding: 6px 5px !important;
    overflow: hidden;
    color: #49391d;
    background: rgba(241, 221, 172, 0.42) !important;
    border: 1px solid rgba(190, 145, 47, 0.28) !important;
    border-radius: 8px !important;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
  }

  body.gold-services-page .gold-services-cell--rate::before,
  body.gold-services-page .gold-services-cell--min::before,
  body.gold-services-page .gold-services-cell--max::before {
    display: block;
    margin-bottom: 4px;
    color: #8b744c;
    content: attr(data-gold-label);
    font-size: 7.5px;
    font-weight: 800;
    letter-spacing: 0.045em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.gold-services-page .gold-services-cell--action.is-empty {
    display: none;
  }

  body.gold-services-page .gold-services-cell--action .btn {
    width: 32px;
    min-width: 32px;
    min-height: 43px;
    padding: 0;
    overflow: hidden;
    color: transparent !important;
    border-radius: 8px;
    font-size: 0;
  }

  body.gold-services-page .gold-services-cell--action .btn::before {
    color: #4d3306;
    content: '\f06e';
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free', FontAwesome;
    font-size: 12px;
    font-weight: 900;
  }

  body.gold-dark.gold-services-page .gold-services-row {
    background: linear-gradient(145deg, #1d170f, #0b0906);
    border-color: rgba(165, 123, 34, 0.55);
    border-left-color: var(--services-accent);
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.3);
  }

  body.gold-dark.gold-services-page .gold-services-row > td,
  body.gold-dark.gold-services-page .gold-services-cell--name {
    color: #efe4ce;
  }

  body.gold-dark.gold-services-page .gold-services-cell--rate,
  body.gold-dark.gold-services-page .gold-services-cell--min,
  body.gold-dark.gold-services-page .gold-services-cell--max {
    color: #e6cd88;
    background: rgba(129, 94, 28, 0.16) !important;
    border-color: rgba(174, 130, 36, 0.32) !important;
  }

  body.gold-dark.gold-services-page .gold-services-cell--rate::before,
  body.gold-dark.gold-services-page .gold-services-cell--min::before,
  body.gold-dark.gold-services-page .gold-services-cell--max::before {
    color: #9e8c6b;
  }

  body.gold-dark.gold-services-page .gold-services-cell--favorite [data-favorite-service-id] {
    background: rgba(190, 143, 40, 0.12);
    border-color: rgba(190, 143, 40, 0.35);
  }

  body.gold-dark.gold-services-page .gold-services-cell--action .btn::before {
    color: #e5c86f;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-services-page .gold-services-row,
  body.gold-services-page .gold-services-cell--action .btn {
    transition: none;
  }
}

/* Service ID only: premium gold number badge. */
@media (max-width: 767px) {
  body.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--id {
    position: relative;
    z-index: 1;
    align-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 31px;
    min-height: 31px;
    padding: 0 !important;
    overflow: hidden;
    color: #251704 !important;
    background: linear-gradient(145deg, #ffeaa5 0%, #e1b94f 43%, #b57616 100%) !important;
    border: 1px solid #9f6511 !important;
    border-radius: 9px !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 249, 213, 0.88),
      inset 0 -1px 0 rgba(102, 58, 4, 0.22),
      0 5px 12px rgba(126, 77, 5, 0.22);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: center;
    text-shadow: 0 1px rgba(255, 240, 176, 0.45);
    transition: transform 0.16s ease, box-shadow 0.16s ease;
  }

  body.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--id::after {
    position: absolute;
    top: -18px;
    left: -16px;
    width: 20px;
    height: 68px;
    background: linear-gradient(90deg, transparent, rgba(255, 252, 223, 0.5), transparent);
    content: '';
    pointer-events: none;
    transform: rotate(28deg);
  }

  body.gold-services-page .gold-services-row:hover > .gold-services-cell--id {
    transform: translateY(-1px);
    box-shadow:
      inset 0 1px 0 rgba(255, 249, 213, 0.9),
      inset 0 -1px 0 rgba(102, 58, 4, 0.24),
      0 7px 15px rgba(126, 77, 5, 0.27);
  }

  body.gold-dark.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--id {
    color: #171004 !important;
    background: linear-gradient(145deg, #f7dc7d 0%, #cf9c2d 48%, #8e580d 100%) !important;
    border-color: #d4a33a !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 239, 170, 0.7),
      inset 0 -1px 0 rgba(53, 31, 2, 0.35),
      0 5px 14px rgba(0, 0, 0, 0.42),
      0 0 0 1px rgba(224, 177, 65, 0.1);
  }
}

/* Orders page only: premium responsive history. */
body.gold-orders-page .gold-main {
  min-height: calc(100vh - 64px);
  background:
    radial-gradient(circle at 90% 4%, rgba(218, 173, 58, 0.17), transparent 24rem),
    radial-gradient(circle at 6% 82%, rgba(178, 122, 28, 0.09), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f7eed8 58%, #fffbf2);
}

body.gold-orders-page .gold-main > .container-fluid,
body.gold-orders-page .gold-main > .container-fluid > .row,
body.gold-orders-page .gold-main > .container-fluid > .row > [class*="col-"] {
  min-width: 0;
  max-width: 100%;
}

body.gold-orders-page .gold-orders-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 310px);
  gap: 10px;
  margin: 0 0 14px;
  padding: 9px;
  background: linear-gradient(145deg, rgba(255, 254, 249, 0.98), rgba(247, 236, 208, 0.96));
  border: 1px solid #cdae62;
  border-radius: 14px;
  box-shadow: 0 12px 27px rgba(91, 58, 4, 0.11);
}

body.gold-orders-page .gold-orders-toolbar {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  margin: 0;
}

body.gold-orders-page .gold-orders-toolbar > li {
  float: none !important;
  flex: 0 0 auto;
  margin: 0;
}

body.gold-orders-page .gold-orders-toolbar > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 12px;
  color: #6f604a;
  background: rgba(255, 254, 249, 0.72);
  border: 1px solid rgba(195, 158, 73, 0.32);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

body.gold-orders-page .gold-orders-tab__icon {
  margin-right: 6px;
  color: #ad7c21;
  font-size: 10px;
}

body.gold-orders-page .gold-orders-toolbar > li > a:hover,
body.gold-orders-page .gold-orders-toolbar > li > a:focus {
  color: #3b2808;
  background: #fff8e7;
  border-color: #c18e2d;
}

body.gold-orders-page .gold-orders-toolbar > li.active > a,
body.gold-orders-page .gold-orders-toolbar > li.active > a:hover,
body.gold-orders-page .gold-orders-toolbar > li.active > a:focus {
  color: #211504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border-color: #a96f15;
  box-shadow: 0 7px 16px rgba(143, 88, 7, 0.2), inset 0 1px rgba(255, 242, 184, 0.72);
}

body.gold-orders-page .gold-orders-toolbar > li.active .gold-orders-tab__icon {
  color: #2d1c03;
}

body.gold-orders-page .gold-orders-search {
  align-self: center;
  width: 100%;
  margin: 0;
}

body.gold-orders-page .gold-orders-search .input-group {
  width: 100%;
}

body.gold-orders-page .gold-orders-search .form-control {
  height: 42px;
  min-height: 42px;
  padding: 9px 13px;
  border-radius: 10px 0 0 10px;
}

body.gold-orders-page .gold-orders-search .btn {
  width: 44px;
  min-width: 44px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  color: #684608;
  border-left: 0;
  border-radius: 0 10px 10px 0;
}

body.gold-orders-page .gold-orders-shell {
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  background: linear-gradient(145deg, #fffefa, #fbf5e7 72%, #f5e7c7);
  border: 1px solid #c9a54f;
  border-radius: 17px;
  box-shadow: 0 18px 38px rgba(87, 56, 6, 0.12), inset 0 1px rgba(255, 255, 255, 0.78);
}

body.gold-orders-page .gold-orders-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -2px 0 15px;
  padding: 0 0 15px;
}

body.gold-orders-page .gold-orders-title .gold-card-title__icon {
  flex: 0 0 auto;
  margin: 0;
}

body.gold-orders-page .gold-orders-title__copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  color: #5d3e07;
  line-height: 1.15;
}

body.gold-orders-page .gold-orders-title__copy small {
  margin-top: 4px;
  color: #82745e;
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0;
}

body.gold-orders-page .gold-orders-title__count {
  flex: 0 0 auto;
  padding: 6px 9px;
  color: #684407;
  background: linear-gradient(145deg, #fff9e8, #f0dfae);
  border: 1px solid #d2b467;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

body.gold-orders-page .gold-orders-table {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 7px;
  background: transparent;
}

body.gold-orders-page .gold-orders-table.is-empty {
  display: none;
}

body.gold-orders-page .gold-orders-table > thead > tr > th {
  padding: 11px 8px;
  overflow: hidden;
  color: #684608 !important;
  background: linear-gradient(135deg, #fff8e5, #f0ddaa) !important;
  border-top: 1px solid #d8be79;
  border-bottom: 1px solid #c9a24a;
  font-size: 9.5px;
  letter-spacing: 0.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-orders-page .gold-orders-table > thead > tr > th:first-child {
  width: 60px;
  border-left: 1px solid #d8be79;
  border-radius: 10px 0 0 10px;
}

body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(2) {
  width: 112px;
}

body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(3),
body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(7) {
  width: 19%;
}

body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(4),
body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(5),
body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(6),
body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(8),
body.gold-orders-page .gold-orders-table > thead > tr > th:nth-child(9) {
  width: 84px;
}

body.gold-orders-page .gold-orders-table > thead > tr > th:last-child {
  border-right: 1px solid #d8be79;
  border-radius: 0 10px 10px 0;
}

body.gold-orders-page .gold-orders-row {
  --orders-accent: #d5aa42;
}

body.gold-orders-page .gold-orders-row--variant-0 {
  --orders-accent: #d5aa42;
}

body.gold-orders-page .gold-orders-row--variant-1 {
  --orders-accent: #b87c22;
}

body.gold-orders-page .gold-orders-row--variant-2 {
  --orders-accent: #c79a65;
}

body.gold-orders-page .gold-orders-row--variant-3 {
  --orders-accent: #a9954a;
}

body.gold-orders-page .gold-orders-row > td {
  padding: 11px 8px;
  overflow-wrap: anywhere;
  color: #403626;
  background: rgba(255, 254, 250, 0.92);
  border-top: 1px solid rgba(192, 151, 61, 0.35);
  border-bottom: 1px solid rgba(192, 151, 61, 0.35);
  font-size: 10.5px;
}

body.gold-orders-page .gold-orders-row > td:first-child {
  border-left: 3px solid var(--orders-accent);
  border-radius: 11px 0 0 11px;
}

body.gold-orders-page .gold-orders-row > td:last-child {
  border-right: 1px solid rgba(192, 151, 61, 0.35);
  border-radius: 0 11px 11px 0;
}

body.gold-orders-page .gold-orders-cell--id,
body.gold-orders-page .gold-orders-cell--charge {
  color: #76500a;
  font-weight: 850;
}

body.gold-orders-page .gold-orders-cell--service {
  color: #312717;
  font-weight: 750;
  line-height: 1.35;
}

body.gold-orders-page .gold-orders-cell--link a {
  color: #916316;
  text-decoration: none;
}

body.gold-orders-page .gold-orders-cell--status {
  font-weight: 800;
}

body.gold-orders-page .gold-orders-empty {
  display: flex;
  align-items: center;
  min-height: 230px;
  padding: 30px 20px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 15%, rgba(226, 182, 68, 0.18), transparent 9rem),
    linear-gradient(145deg, #fffefa, #f9efd7);
  border: 1px dashed #c9a85a;
  border-radius: 14px;
}

body.gold-orders-page .gold-orders-empty__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 15px;
  color: #251704;
  background: linear-gradient(145deg, #f6dc83, #b97917);
  border: 1px solid #a96d12;
  border-radius: 18px;
  box-shadow: 0 11px 23px rgba(131, 79, 5, 0.22), inset 0 1px rgba(255, 242, 183, 0.75);
  font-size: 22px;
}

body.gold-orders-page .gold-orders-empty__title {
  color: #493006;
  font-size: 17px;
  font-weight: 850;
}

body.gold-orders-page .gold-orders-empty__copy {
  max-width: 390px;
  margin: 7px 0 17px;
  color: #7e725f;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.55;
}

body.gold-orders-page .gold-orders-empty__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 15px;
  color: #211504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #a96f15;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(135, 82, 5, 0.2);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

body.gold-orders-page .gold-orders-empty__action i {
  margin-right: 7px;
}

body.gold-orders-page .gold-orders-empty__action:hover,
body.gold-orders-page .gold-orders-empty__action:focus {
  color: #160d01;
  background: linear-gradient(135deg, #f8df8d, #c98b21);
  text-decoration: none;
  transform: translateY(-1px);
}

body.gold-dark.gold-orders-page .gold-main {
  background:
    radial-gradient(circle at 90% 4%, rgba(223, 179, 65, 0.13), transparent 24rem),
    radial-gradient(circle at 7% 80%, rgba(133, 87, 18, 0.11), transparent 28rem),
    linear-gradient(145deg, #100c07, #050403 58%, #0e0a05);
}

body.gold-dark.gold-orders-page .gold-orders-controls,
body.gold-dark.gold-orders-page .gold-orders-shell {
  background: linear-gradient(145deg, #1d170f, #0b0906 72%, #151008);
  border-color: #76591e;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-dark.gold-orders-page .gold-orders-toolbar > li > a {
  color: #b9ad97;
  background: linear-gradient(145deg, #211a10, #100d08);
  border-color: rgba(152, 111, 31, 0.42);
}

body.gold-dark.gold-orders-page .gold-orders-toolbar > li > a:hover,
body.gold-dark.gold-orders-page .gold-orders-toolbar > li > a:focus {
  color: #efd681;
  background: #2a2113;
  border-color: #8c6923;
}

body.gold-dark.gold-orders-page .gold-orders-toolbar > li.active > a,
body.gold-dark.gold-orders-page .gold-orders-toolbar > li.active > a:hover,
body.gold-dark.gold-orders-page .gold-orders-toolbar > li.active > a:focus {
  color: #1a1002;
  background: linear-gradient(135deg, #f4d878, #b97817);
  border-color: #f0cb64;
}

body.gold-dark.gold-orders-page .gold-orders-title__copy {
  color: #f0d279;
}

body.gold-dark.gold-orders-page .gold-orders-title__copy small {
  color: #ae9e82;
}

body.gold-dark.gold-orders-page .gold-orders-title__count {
  color: #edce78;
  background: linear-gradient(145deg, #2a2113, #151009);
  border-color: #6f551e;
}

body.gold-dark.gold-orders-page .gold-orders-row > td {
  color: #dfd3bc;
  background: linear-gradient(135deg, #1c170f, #0e0c08);
  border-color: rgba(159, 118, 34, 0.4);
}

body.gold-dark.gold-orders-page .gold-orders-cell--id,
body.gold-dark.gold-orders-page .gold-orders-cell--charge,
body.gold-dark.gold-orders-page .gold-orders-cell--link a {
  color: #e5c668;
}

body.gold-dark.gold-orders-page .gold-orders-cell--service {
  color: #f0e5cf;
}

body.gold-dark.gold-orders-page .gold-orders-empty {
  background:
    radial-gradient(circle at 50% 15%, rgba(219, 171, 52, 0.13), transparent 9rem),
    linear-gradient(145deg, #1a150d, #090806);
  border-color: #71551f;
}

body.gold-dark.gold-orders-page .gold-orders-empty__title {
  color: #edcf79;
}

body.gold-dark.gold-orders-page .gold-orders-empty__copy {
  color: #ad9f86;
}

@media (max-width: 1100px) {
  body.gold-orders-page .gold-orders-controls {
    grid-template-columns: 1fr;
  }

  body.gold-orders-page .gold-orders-toolbar {
    padding-bottom: 2px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

  body.gold-orders-page .gold-orders-toolbar::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767px) {
  body.gold-orders-page .gold-main > .container-fluid {
    width: 100%;
    padding: 12px 10px 28px;
  }

  body.gold-orders-page .gold-main > .container-fluid > .row {
    width: 100%;
    margin: 0;
  }

  body.gold-orders-page .gold-main > .container-fluid > .row > [class*="col-"] {
    width: 100%;
    padding: 0;
  }

  body.gold-orders-page .gold-orders-controls {
    gap: 8px;
    margin-bottom: 10px;
    padding: 7px;
    border-radius: 12px;
  }

  body.gold-orders-page .gold-orders-toolbar {
    gap: 5px;
  }

  body.gold-orders-page .gold-orders-toolbar > li > a {
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 9px;
    font-size: 10.5px;
  }

  body.gold-orders-page .gold-orders-tab__icon {
    margin-right: 5px;
    font-size: 9px;
  }

  body.gold-orders-page .gold-orders-search .form-control,
  body.gold-orders-page .gold-orders-search .btn {
    height: 43px;
    min-height: 43px;
  }

  body.gold-orders-page .gold-orders-search .btn {
    width: 43px;
    min-width: 43px;
  }

  body.gold-orders-page .gold-orders-shell {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 0 16px;
    padding: 13px 10px 12px;
    border-radius: 15px;
  }

  body.gold-orders-page .gold-orders-title {
    margin: 0 2px 11px;
    padding: 0 0 12px;
  }

  body.gold-orders-page .gold-orders-title .gold-card-title__icon {
    width: 34px;
    height: 34px;
  }

  body.gold-orders-page .gold-orders-title__copy {
    font-size: 16px;
  }

  body.gold-orders-page .gold-orders-title__count {
    padding: 5px 8px;
    font-size: 9px;
  }

  body.gold-orders-page .gold-orders-table,
  body.gold-orders-page .gold-orders-table > tbody {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.gold-orders-page .gold-orders-table.is-empty {
    display: none;
  }

  body.gold-orders-page .gold-orders-table > thead {
    display: none;
  }

  body.gold-orders-page .gold-orders-row {
    position: relative;
    display: grid;
    grid-template-columns: 40px repeat(4, minmax(0, 1fr));
    grid-template-areas:
      "id service service service status"
      "date date link link link"
      "charge charge start quantity remains";
    gap: 8px 7px;
    width: 100%;
    margin: 0 0 9px;
    padding: 9px;
    overflow: hidden;
    background: linear-gradient(145deg, #fffefa, #faf1dc);
    border: 1px solid rgba(190, 145, 47, 0.58);
    border-left: 3px solid var(--orders-accent);
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(88, 56, 5, 0.08);
  }

  body.gold-orders-page .gold-orders-row > td {
    display: block;
    min-width: 0;
    padding: 0;
    color: #423728;
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
  }

  body.gold-orders-page .gold-orders-cell--id {
    grid-area: id;
    align-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-height: 32px;
    padding: 0 !important;
    color: #251704 !important;
    background: linear-gradient(145deg, #ffeaa5, #d9a83d 50%, #a96c13) !important;
    border: 1px solid #9f6511 !important;
    border-radius: 9px !important;
    box-shadow: inset 0 1px rgba(255, 247, 204, 0.78), 0 5px 12px rgba(126, 77, 5, 0.2);
    font-size: 10.5px;
    font-weight: 900;
    line-height: 1;
  }

  body.gold-orders-page .gold-orders-cell--service {
    grid-area: service;
    align-self: center;
    color: #2f2516;
    font-size: 11.25px;
    font-weight: 750;
    line-height: 1.35;
  }

  body.gold-orders-page .gold-orders-cell--status {
    grid-area: status;
    align-self: start;
    justify-self: end;
    padding: 6px 7px !important;
    color: #604106;
    background: #f3e2b5 !important;
    border: 1px solid #d1af58 !important;
    border-radius: 999px !important;
    font-size: 8px;
    font-weight: 850;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }

  body.gold-orders-page .gold-orders-cell--date {
    grid-area: date;
  }

  body.gold-orders-page .gold-orders-cell--link {
    grid-area: link;
  }

  body.gold-orders-page .gold-orders-cell--charge {
    grid-area: charge;
  }

  body.gold-orders-page .gold-orders-cell--start {
    grid-area: start;
  }

  body.gold-orders-page .gold-orders-cell--quantity {
    grid-area: quantity;
  }

  body.gold-orders-page .gold-orders-cell--remains {
    grid-area: remains;
  }

  body.gold-orders-page .gold-orders-cell--date,
  body.gold-orders-page .gold-orders-cell--link,
  body.gold-orders-page .gold-orders-cell--charge,
  body.gold-orders-page .gold-orders-cell--start,
  body.gold-orders-page .gold-orders-cell--quantity,
  body.gold-orders-page .gold-orders-cell--remains {
    min-height: 42px;
    padding: 6px !important;
    overflow: hidden;
    color: #49391d;
    background: rgba(241, 221, 172, 0.42) !important;
    border: 1px solid rgba(190, 145, 47, 0.28) !important;
    border-radius: 8px !important;
    font-size: 9px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
  }

  body.gold-orders-page .gold-orders-cell--date::before,
  body.gold-orders-page .gold-orders-cell--link::before,
  body.gold-orders-page .gold-orders-cell--charge::before,
  body.gold-orders-page .gold-orders-cell--start::before,
  body.gold-orders-page .gold-orders-cell--quantity::before,
  body.gold-orders-page .gold-orders-cell--remains::before {
    display: block;
    margin-bottom: 4px;
    color: #8b744c;
    content: attr(data-gold-label);
    font-size: 7.2px;
    font-weight: 850;
    letter-spacing: 0.045em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.gold-orders-page .gold-orders-cell--link,
  body.gold-orders-page .gold-orders-cell--link a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body.gold-orders-page .gold-orders-status--completed {
    color: #17633d !important;
    background: #dff4e8 !important;
    border-color: #8bc8a6 !important;
  }

  body.gold-orders-page .gold-orders-status--inprogress,
  body.gold-orders-page .gold-orders-status--processing {
    color: #255479 !important;
    background: #e0eef7 !important;
    border-color: #96bad3 !important;
  }

  body.gold-orders-page .gold-orders-status--partial {
    color: #6a417f !important;
    background: #f0e6f5 !important;
    border-color: #c5a3d5 !important;
  }

  body.gold-orders-page .gold-orders-status--canceled {
    color: #873c35 !important;
    background: #f8e4df !important;
    border-color: #d9a39a !important;
  }

  body.gold-orders-page .gold-orders-empty {
    min-height: 255px;
    padding: 28px 17px;
    border-radius: 12px;
  }

  body.gold-orders-page .gold-orders-empty__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
    border-radius: 16px;
    font-size: 20px;
  }

  body.gold-dark.gold-orders-page .gold-orders-row {
    background: linear-gradient(145deg, #1d170f, #0b0906);
    border-color: rgba(165, 123, 34, 0.55);
    border-left-color: var(--orders-accent);
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.3);
  }

  body.gold-dark.gold-orders-page .gold-orders-row > td,
  body.gold-dark.gold-orders-page .gold-orders-cell--service {
    color: #efe4ce;
  }

  body.gold-dark.gold-orders-page .gold-orders-cell--date,
  body.gold-dark.gold-orders-page .gold-orders-cell--link,
  body.gold-dark.gold-orders-page .gold-orders-cell--charge,
  body.gold-dark.gold-orders-page .gold-orders-cell--start,
  body.gold-dark.gold-orders-page .gold-orders-cell--quantity,
  body.gold-dark.gold-orders-page .gold-orders-cell--remains {
    color: #e6cd88;
    background: rgba(129, 94, 28, 0.16) !important;
    border-color: rgba(174, 130, 36, 0.32) !important;
  }

  body.gold-dark.gold-orders-page .gold-orders-cell--date::before,
  body.gold-dark.gold-orders-page .gold-orders-cell--link::before,
  body.gold-dark.gold-orders-page .gold-orders-cell--charge::before,
  body.gold-dark.gold-orders-page .gold-orders-cell--start::before,
  body.gold-dark.gold-orders-page .gold-orders-cell--quantity::before,
  body.gold-dark.gold-orders-page .gold-orders-cell--remains::before {
    color: #9e8c6b;
  }

  body.gold-dark.gold-orders-page .gold-orders-cell--status {
    color: #edcd73 !important;
    background: #2a2113 !important;
    border-color: #71551f !important;
  }
}

/* Add funds method only: premium custom payment picker. */
body.gold-addfunds-page .gold-method-select {
  position: relative;
  z-index: 35;
  width: 100%;
}

body.gold-addfunds-page .gold-method-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.gold-addfunds-page .gold-method-trigger {
  display: grid;
  width: 100%;
  min-height: 58px;
  padding: 8px 13px 8px 9px;
  grid-template-columns: 40px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 10px;
  color: #39290e;
  text-align: left;
  background: linear-gradient(145deg, #fffefa, #f8eed7);
  border: 1px solid #bd8a29;
  border-radius: 13px;
  box-shadow: 0 7px 16px rgba(92, 58, 4, 0.08), inset 0 1px rgba(255, 255, 255, 0.82);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.gold-addfunds-page .gold-method-trigger:hover,
body.gold-addfunds-page .gold-method-trigger:focus,
body.gold-addfunds-page .gold-method-select.is-open .gold-method-trigger {
  border-color: #a86a10;
  box-shadow: 0 0 0 3px rgba(197, 144, 35, 0.13), 0 10px 22px rgba(91, 56, 4, 0.12);
  outline: none;
}

body.gold-addfunds-page .gold-method-trigger__icon,
body.gold-addfunds-page .gold-method-option__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #251703;
  background: linear-gradient(145deg, #f4d879, #b87817);
  border: 1px solid #ab7014;
  border-radius: 11px;
  box-shadow: 0 6px 14px rgba(120, 72, 5, 0.18), inset 0 1px rgba(255, 244, 193, 0.72);
}

/* Payment method brand artwork v1 */
body.gold-addfunds-page .gold-method-brand-icon {
  display: block;
  width: 30px;
  height: 30px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 2px 3px rgba(82, 50, 0, 0.13));
}

body.gold-addfunds-page .gold-method-brand-icon--fpx {
  width: 31px;
  height: 31px;
}

body.gold-addfunds-page .gold-method-brand-icon--binance {
  width: 29px;
  height: 29px;
}

body.gold-addfunds-page .gold-method-brand-icon--whatsapp {
  width: 30px;
  height: 30px;
}

body.gold-addfunds-page .gold-method-trigger__icon {
  width: 40px;
  height: 40px;
  font-size: 14px;
}

body.gold-addfunds-page .gold-method-trigger__copy,
body.gold-addfunds-page .gold-method-option__copy,
body.gold-addfunds-page .gold-method-menu__head-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-addfunds-page .gold-method-trigger__copy strong {
  overflow: hidden;
  color: #3b290a;
  font-size: 12.5px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-addfunds-page .gold-method-trigger__copy small {
  margin-top: 3px;
  overflow: hidden;
  color: #8a795d;
  font-size: 9.5px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-addfunds-page .gold-method-trigger__arrow {
  justify-self: center;
  color: #9f6c15;
  font-size: 10px;
  transition: transform 0.2s ease;
}

body.gold-addfunds-page .gold-method-select.is-open .gold-method-trigger__arrow {
  transform: rotate(180deg);
}

body.gold-addfunds-page .gold-method-menu {
  position: absolute;
  z-index: 90;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  padding: 8px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #f5e7c7);
  border: 1px solid #b98628;
  border-radius: 15px;
  box-shadow: 0 22px 48px rgba(58, 37, 3, 0.25), inset 0 1px rgba(255, 255, 255, 0.78);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.985);
  transform-origin: top center;
  visibility: hidden;
  transition: opacity 0.18s ease, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.18s ease;
}

body.gold-addfunds-page .gold-method-select.is-open .gold-method-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
}

body.gold-addfunds-page .gold-method-menu__head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 2px 7px;
  padding: 5px 5px 10px;
  border-bottom: 1px solid rgba(189, 143, 42, 0.35);
}

body.gold-addfunds-page .gold-method-menu__head-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  color: #8d5e10;
  background: rgba(238, 205, 113, 0.33);
  border: 1px solid rgba(187, 132, 34, 0.38);
  border-radius: 9px;
  font-size: 10px;
}

body.gold-addfunds-page .gold-method-menu__head-copy strong {
  color: #563806;
  font-size: 11px;
  font-weight: 850;
}

body.gold-addfunds-page .gold-method-menu__head-copy small {
  margin-top: 2px;
  color: #8e7b5c;
  font-size: 8.5px;
  font-weight: 650;
}

body.gold-addfunds-page .gold-method-menu__options {
  display: flex;
  max-height: 290px;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: column;
  gap: 6px;
  overscroll-behavior: contain;
}

body.gold-addfunds-page .gold-method-option {
  --method-accent: #c59028;
  display: grid;
  width: 100%;
  min-height: 55px;
  padding: 7px 9px;
  grid-template-columns: 38px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 9px;
  color: #3e301b;
  text-align: left;
  background: rgba(255, 254, 250, 0.78);
  border: 1px solid rgba(190, 147, 48, 0.34);
  border-left: 3px solid var(--method-accent);
  border-radius: 11px;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

body.gold-addfunds-page .gold-method-option--variant-1 {
  --method-accent: #aa6d19;
}

body.gold-addfunds-page .gold-method-option--variant-2 {
  --method-accent: #d0ae57;
}

body.gold-addfunds-page .gold-method-option--variant-3 {
  --method-accent: #8d6d31;
}

body.gold-addfunds-page .gold-method-option:hover,
body.gold-addfunds-page .gold-method-option:focus,
body.gold-addfunds-page .gold-method-option.is-selected {
  background: linear-gradient(135deg, #fff9e8, #f3dfaa);
  border-color: #c3932d;
  box-shadow: 0 7px 16px rgba(100, 62, 4, 0.1);
  outline: none;
  transform: translateY(-1px);
}

body.gold-addfunds-page .gold-method-option__icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  font-size: 12px;
}

body.gold-addfunds-page .gold-method-option__copy strong {
  overflow: hidden;
  color: #39280c;
  font-size: 11.5px;
  font-weight: 820;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-addfunds-page .gold-method-option__copy small {
  margin-top: 3px;
  color: #867458;
  font-size: 8.5px;
  font-weight: 650;
}

body.gold-addfunds-page .gold-method-option__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 25px;
  height: 25px;
  color: transparent;
  background: rgba(218, 195, 144, 0.2);
  border: 1px solid rgba(177, 132, 38, 0.28);
  border-radius: 50%;
  font-size: 8px;
}

body.gold-addfunds-page .gold-method-option.is-selected .gold-method-option__check {
  color: #211503;
  background: linear-gradient(145deg, #efd36f, #b87716);
  border-color: #a86910;
  box-shadow: 0 4px 9px rgba(105, 61, 3, 0.18);
}

body.gold-dark.gold-addfunds-page .gold-method-trigger {
  color: #eee2cb;
  background: linear-gradient(145deg, #1d170f, #0a0805);
  border-color: #72551d;
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.32), inset 0 1px rgba(255, 226, 139, 0.035);
}

body.gold-dark.gold-addfunds-page .gold-method-trigger:hover,
body.gold-dark.gold-addfunds-page .gold-method-trigger:focus,
body.gold-dark.gold-addfunds-page .gold-method-select.is-open .gold-method-trigger {
  border-color: #b88927;
  box-shadow: 0 0 0 3px rgba(197, 145, 40, 0.14), 0 12px 26px rgba(0, 0, 0, 0.38);
}

body.gold-dark.gold-addfunds-page .gold-method-trigger__copy strong,
body.gold-dark.gold-addfunds-page .gold-method-option__copy strong,
body.gold-dark.gold-addfunds-page .gold-method-menu__head-copy strong {
  color: #f0d783;
}

body.gold-dark.gold-addfunds-page .gold-method-trigger__copy small,
body.gold-dark.gold-addfunds-page .gold-method-option__copy small,
body.gold-dark.gold-addfunds-page .gold-method-menu__head-copy small {
  color: #aa9b81;
}

body.gold-dark.gold-addfunds-page .gold-method-menu {
  background: linear-gradient(145deg, #1e180f, #080704 78%, #151008);
  border-color: #76581e;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.56), inset 0 1px rgba(255, 223, 126, 0.04);
}

body.gold-dark.gold-addfunds-page .gold-method-menu__head {
  border-bottom-color: rgba(159, 117, 31, 0.42);
}

body.gold-dark.gold-addfunds-page .gold-method-menu__head-icon {
  color: #d9ad43;
  background: rgba(121, 85, 22, 0.2);
  border-color: rgba(181, 134, 37, 0.4);
}

body.gold-dark.gold-addfunds-page .gold-method-option {
  color: #e5d8c0;
  background: linear-gradient(135deg, #19140d, #0b0906);
  border-color: rgba(148, 108, 30, 0.42);
  border-left-color: var(--method-accent);
}

body.gold-dark.gold-addfunds-page .gold-method-option:hover,
body.gold-dark.gold-addfunds-page .gold-method-option:focus,
body.gold-dark.gold-addfunds-page .gold-method-option.is-selected {
  background: linear-gradient(135deg, #2a2113, #151009);
  border-color: #8c6822;
  border-left-color: var(--method-accent);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  body.gold-addfunds-page .gold-method-trigger {
    min-height: 54px;
    padding: 7px 10px 7px 8px;
    grid-template-columns: 37px minmax(0, 1fr) 24px;
    gap: 9px;
    border-radius: 11px;
  }

  body.gold-addfunds-page .gold-method-trigger__icon {
    width: 37px;
    height: 37px;
    border-radius: 10px;
    font-size: 12px;
  }

  body.gold-addfunds-page .gold-method-trigger__copy strong {
    font-size: 11.5px;
  }

  body.gold-addfunds-page .gold-method-trigger__copy small {
    font-size: 8.5px;
  }

  body.gold-addfunds-page .gold-method-menu {
    top: calc(100% + 6px);
    padding: 7px;
    border-radius: 13px;
  }

  body.gold-addfunds-page .gold-method-option {
    min-height: 52px;
    grid-template-columns: 35px minmax(0, 1fr) 26px;
    gap: 8px;
  }

  body.gold-addfunds-page .gold-method-option__icon {
    width: 35px;
    height: 35px;
  }

  body.gold-addfunds-page .gold-method-option__copy strong {
    font-size: 10.5px;
  }
}

/* API page only: responsive premium documentation. */
body.gold-api-page .gold-main {
  min-height: calc(100vh - 64px);
  background:
    radial-gradient(circle at 88% 5%, rgba(220, 176, 58, 0.17), transparent 27rem),
    radial-gradient(circle at 4% 74%, rgba(191, 137, 35, 0.08), transparent 30rem),
    linear-gradient(145deg, #fffdf8, #f7eed8 58%, #fffbf2);
}

body.gold-api-page .gold-main > .container {
  width: 100%;
  max-width: 1280px;
}

body.gold-api-page .gold-main > .container > .row {
  margin: 0;
}

body.gold-api-page .gold-api-column {
  float: none;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

body.gold-api-page .gold-api-shell {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  padding: 20px;
  overflow: visible;
  background: linear-gradient(145deg, #fffefa, #fbf5e7 72%, #f5e7c7);
  border: 1px solid #c9a54f;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(83, 53, 5, 0.12), inset 0 1px rgba(255, 255, 255, 0.8);
}

body.gold-api-page .gold-api-content {
  width: 100%;
  max-width: none;
}

body.gold-api-page .gold-api-hero {
  position: relative;
  display: grid;
  min-height: 86px;
  margin-bottom: 16px;
  padding: 15px 16px;
  overflow: hidden;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  background:
    radial-gradient(circle at 92% 12%, rgba(226, 181, 62, 0.21), transparent 10rem),
    linear-gradient(145deg, #fff9e8, #f2dfac);
  border: 1px solid #caa34b;
  border-radius: 15px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

body.gold-api-page .gold-api-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #241704;
  background: linear-gradient(145deg, #f5dc82, #b87a18);
  border: 1px solid #aa6e12;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(125, 74, 5, 0.2), inset 0 1px rgba(255, 244, 193, 0.72);
  font-size: 17px;
}

body.gold-api-page .gold-api-hero__copy {
  min-width: 0;
}

body.gold-api-page .gold-api-hero__title {
  margin: 0;
  color: #543705;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

body.gold-api-page .gold-api-hero__subtitle {
  margin: 5px 0 0;
  color: #7c6d54;
  font-size: 10.5px;
  font-weight: 650;
}

body.gold-api-page .gold-api-hero__version {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  color: #704807;
  background: rgba(255, 250, 232, 0.74);
  border: 1px solid rgba(177, 125, 28, 0.45);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
  white-space: nowrap;
}

body.gold-api-page .gold-api-hero__version i {
  margin-right: 5px;
  color: #b47816;
  font-size: 8px;
}

body.gold-api-page .gold-api-overview-card {
  margin-bottom: 16px;
  padding: 6px;
  background: rgba(255, 254, 250, 0.74);
  border: 1px solid #d6bb78;
  border-radius: 14px;
  box-shadow: 0 9px 22px rgba(86, 54, 4, 0.07);
}

body.gold-api-page .gold-api-overview-table {
  width: 100% !important;
  margin: 0 !important;
  table-layout: fixed;
  background: transparent !important;
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: none !important;
}

body.gold-api-page .gold-api-overview-row > td {
  padding: 10px 12px !important;
  color: #514532;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(195, 158, 72, 0.26) !important;
  font-size: 10.5px;
  vertical-align: middle;
}

body.gold-api-page .gold-api-overview-row:last-child > td {
  border-bottom: 0 !important;
}

body.gold-api-page .gold-api-overview-label {
  width: 31%;
  color: #63440c !important;
  font-weight: 800;
}

body.gold-api-page .gold-api-overview-label i {
  width: 22px;
  margin-right: 7px;
  color: #af7819;
  text-align: center;
}

body.gold-api-page .gold-api-overview-value {
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.gold-api-page .gold-api-overview-value a {
  color: #93600b;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(147, 96, 11, 0.35);
  text-underline-offset: 2px;
}

body.gold-api-page .gold-api-value-pill {
  display: inline-flex;
  padding: 5px 8px;
  color: #694408;
  background: linear-gradient(135deg, #fff6d8, #edd59b);
  border: 1px solid #cfaa50;
  border-radius: 8px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

body.gold-api-page .gold-api-endpoint {
  --api-accent: #c6932d;
  position: relative;
  margin: 0 0 14px;
  padding: 14px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #fbf5e8);
  border: 1px solid rgba(190, 146, 47, 0.55);
  border-left: 4px solid var(--api-accent);
  border-radius: 15px;
  box-shadow: 0 11px 26px rgba(86, 54, 4, 0.08), inset 0 1px rgba(255, 255, 255, 0.72);
}

body.gold-api-page .gold-api-endpoint--variant-1 {
  --api-accent: #a96c18;
}

body.gold-api-page .gold-api-endpoint--variant-2 {
  --api-accent: #d3af51;
}

body.gold-api-page .gold-api-endpoint--variant-3 {
  --api-accent: #8e6b2d;
}

body.gold-api-page .gold-api-endpoint__title {
  display: grid;
  margin: -1px 0 12px;
  padding: 0 0 11px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(187, 144, 45, 0.28);
}

body.gold-api-page .gold-api-endpoint__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #251703;
  background: linear-gradient(145deg, #f2d778, #b77716);
  border: 1px solid #a86c11;
  border-radius: 11px;
  box-shadow: 0 6px 14px rgba(119, 69, 4, 0.17), inset 0 1px rgba(255, 243, 191, 0.7);
  font-size: 12px;
}

body.gold-api-page .gold-api-endpoint__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-api-page .gold-api-endpoint__copy strong {
  color: #4b3207;
  font-size: 14px;
  font-weight: 880;
  line-height: 1.15;
}

body.gold-api-page .gold-api-endpoint__copy small {
  margin-top: 3px;
  color: #8a7a60;
  font-size: 8.5px;
  font-weight: 650;
}

body.gold-api-page .gold-api-endpoint__method {
  padding: 5px 8px;
  color: #684307;
  background: rgba(246, 225, 172, 0.65);
  border: 1px solid rgba(183, 130, 30, 0.4);
  border-radius: 8px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.055em;
}

body.gold-api-page .gold-api-table-wrap {
  width: 100%;
  margin: 0 0 11px;
  overflow: hidden;
  border: 1px solid rgba(194, 153, 60, 0.38);
  border-radius: 11px;
}

body.gold-api-page .gold-api-parameters {
  width: 100% !important;
  margin: 0 !important;
  table-layout: fixed;
  background: transparent !important;
  border: 0 !important;
  border-collapse: collapse;
  box-shadow: none !important;
}

body.gold-api-page .gold-api-parameters > thead > tr > th {
  padding: 9px 11px !important;
  color: #664508 !important;
  background: linear-gradient(135deg, #fff7df, #efdba9) !important;
  border: 0 !important;
  border-bottom: 1px solid #d0ad59 !important;
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.gold-api-page .gold-api-parameters > thead > tr > th:first-child {
  width: 37%;
}

body.gold-api-page .gold-api-parameters > tbody > tr > td {
  padding: 9px 11px !important;
  color: #5f5545;
  background: rgba(255, 254, 251, 0.82) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(209, 188, 142, 0.48) !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: 9.5px;
  vertical-align: middle;
}

body.gold-api-page .gold-api-parameters > tbody > tr:last-child > td {
  border-bottom: 0 !important;
}

body.gold-api-page .gold-api-parameter-name {
  width: 37%;
}

body.gold-api-page .gold-api-parameter-name code {
  display: inline-flex;
  max-width: 100%;
  padding: 4px 6px;
  overflow-wrap: anywhere;
  color: #7e5109;
  background: #fff4d3;
  border: 1px solid rgba(191, 139, 39, 0.32);
  border-radius: 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8.5px;
  font-weight: 800;
  white-space: normal;
}

body.gold-api-page .gold-api-code-block {
  margin-top: 2px;
  overflow: hidden;
  background: #11100d;
  border: 1px solid #7a5d24;
  border-radius: 12px;
  box-shadow: 0 9px 22px rgba(40, 27, 4, 0.14);
}

body.gold-api-page .gold-api-code-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  padding: 6px 8px 6px 11px;
  background: linear-gradient(135deg, #2a2419, #17140f);
  border-bottom: 1px solid #60491f;
}

body.gold-api-page .gold-api-code-label {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #eed88d;
  font-size: 9px;
  font-weight: 800;
}

body.gold-api-page .gold-api-code-label > i {
  margin-right: 7px;
  color: #d3a93e;
  font-size: 10px;
}

body.gold-api-page .gold-api-code-label small {
  margin-left: 7px;
  padding: 3px 5px;
  color: #d8be73;
  background: rgba(190, 143, 37, 0.16);
  border: 1px solid rgba(190, 143, 37, 0.3);
  border-radius: 5px;
  font-size: 7px;
  letter-spacing: 0.05em;
}

body.gold-api-page .gold-api-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  min-height: 28px;
  padding: 5px 8px;
  color: #dfcca0;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(211, 169, 62, 0.31);
  border-radius: 7px;
  font-size: 8px;
  font-weight: 800;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

body.gold-api-page .gold-api-copy i {
  margin-right: 5px;
  font-size: 8px;
}

body.gold-api-page .gold-api-copy:hover,
body.gold-api-page .gold-api-copy:focus,
body.gold-api-page .gold-api-copy.is-copied {
  color: #251704;
  background: linear-gradient(145deg, #efd36e, #b87917);
  border-color: #d5aa42;
  outline: none;
}

body.gold-api-page .gold-api-code {
  width: 100%;
  max-width: 100%;
  max-height: 390px;
  margin: 0 !important;
  padding: 13px 14px !important;
  overflow: auto;
  color: #e8dcbf !important;
  background:
    linear-gradient(rgba(216, 174, 71, 0.025) 1px, transparent 1px),
    #0c0b09 !important;
  background-size: 100% 23px !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9.5px;
  line-height: 1.5;
  white-space: pre;
  overscroll-behavior: contain;
}

body.gold-api-page .gold-api-example-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  margin-top: 12px;
  padding: 9px 12px;
  color: #392504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #a96f15;
  border-radius: 10px;
  box-shadow: 0 7px 16px rgba(134, 81, 5, 0.16);
  font-size: 10px;
  font-weight: 850;
}

body.gold-api-page .gold-api-example-link > i:first-child {
  margin-right: 7px;
  font-size: 15px;
}

body.gold-api-page .gold-api-example-link__arrow {
  margin-left: auto;
  font-size: 8px;
}

body.gold-dark.gold-api-page .gold-main {
  background:
    radial-gradient(circle at 88% 5%, rgba(220, 175, 56, 0.12), transparent 27rem),
    radial-gradient(circle at 4% 74%, rgba(120, 80, 17, 0.1), transparent 30rem),
    linear-gradient(145deg, #100c07, #050403 58%, #0e0a05);
}

body.gold-dark.gold-api-page .gold-api-shell,
body.gold-dark.gold-api-page .gold-api-endpoint {
  background: linear-gradient(145deg, #1d170f, #0b0906 74%, #151008);
  border-color: #76591e;
  border-left-color: var(--api-accent, #76591e);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-dark.gold-api-page .gold-api-hero {
  background:
    radial-gradient(circle at 92% 12%, rgba(222, 174, 52, 0.13), transparent 10rem),
    linear-gradient(145deg, #2a2113, #151009);
  border-color: #74571f;
}

body.gold-dark.gold-api-page .gold-api-hero__title,
body.gold-dark.gold-api-page .gold-api-endpoint__copy strong {
  color: #f0d37a;
}

body.gold-dark.gold-api-page .gold-api-hero__subtitle,
body.gold-dark.gold-api-page .gold-api-endpoint__copy small {
  color: #ad9e83;
}

body.gold-dark.gold-api-page .gold-api-hero__version,
body.gold-dark.gold-api-page .gold-api-endpoint__method {
  color: #e3c875;
  background: rgba(111, 78, 20, 0.2);
  border-color: rgba(187, 139, 38, 0.4);
}

body.gold-dark.gold-api-page .gold-api-overview-card {
  background: linear-gradient(145deg, #1c170f, #0d0b07);
  border-color: #67501f;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

body.gold-dark.gold-api-page .gold-api-overview-row > td {
  color: #c6baa4;
  border-bottom-color: rgba(133, 101, 38, 0.35) !important;
}

body.gold-dark.gold-api-page .gold-api-overview-label {
  color: #e0c575 !important;
}

body.gold-dark.gold-api-page .gold-api-value-pill {
  color: #e4ca7b;
  background: rgba(107, 75, 18, 0.24);
  border-color: #6d5220;
}

body.gold-dark.gold-api-page .gold-api-table-wrap {
  border-color: rgba(128, 96, 33, 0.48);
}

body.gold-dark.gold-api-page .gold-api-parameters > thead > tr > th {
  color: #e7cc7c !important;
  background: linear-gradient(135deg, #2a2113, #17120b) !important;
  border-bottom-color: #71551f !important;
}

body.gold-dark.gold-api-page .gold-api-parameters > tbody > tr > td {
  color: #c7baa4;
  background: rgba(17, 14, 9, 0.78) !important;
  border-bottom-color: rgba(111, 84, 33, 0.34) !important;
}

body.gold-dark.gold-api-page .gold-api-parameter-name code {
  color: #ddbd68;
  background: rgba(108, 76, 18, 0.2);
  border-color: rgba(159, 116, 29, 0.36);
}

@media (max-width: 767px) {
  body.gold-api-page .gold-main > .container {
    width: 100%;
    padding: 12px 9px 102px;
  }

  body.gold-api-page .gold-api-column {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body.gold-api-page .gold-api-shell {
    width: 100% !important;
    margin: 0;
    padding: 11px;
    border-radius: 15px;
  }

  body.gold-api-page .gold-api-hero {
    min-height: 72px;
    margin-bottom: 11px;
    padding: 11px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 9px;
    border-radius: 12px;
  }

  body.gold-api-page .gold-api-hero__icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 14px;
  }

  body.gold-api-page .gold-api-hero__title {
    font-size: 16px;
  }

  body.gold-api-page .gold-api-hero__subtitle {
    font-size: 8.5px;
    line-height: 1.35;
  }

  body.gold-api-page .gold-api-hero__version {
    padding: 5px 7px;
    font-size: 7.5px;
  }

  body.gold-api-page .gold-api-overview-card {
    margin-bottom: 11px;
    padding: 4px;
    border-radius: 11px;
  }

  body.gold-api-page .gold-api-overview-row > td {
    padding: 8px 7px !important;
    font-size: 9px;
  }

  body.gold-api-page .gold-api-overview-label {
    width: 36%;
  }

  body.gold-api-page .gold-api-overview-label i {
    width: 17px;
    margin-right: 4px;
    font-size: 8px;
  }

  body.gold-api-page .gold-api-value-pill {
    padding: 4px 6px;
    font-size: 7.5px;
  }

  body.gold-api-page .gold-api-endpoint {
    margin-bottom: 10px;
    padding: 10px;
    border-left-width: 3px;
    border-radius: 12px;
  }

  body.gold-api-page .gold-api-endpoint__title {
    margin-bottom: 9px;
    padding-bottom: 9px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 8px;
  }

  body.gold-api-page .gold-api-endpoint__icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    font-size: 10px;
  }

  body.gold-api-page .gold-api-endpoint__copy strong {
    font-size: 11.5px;
  }

  body.gold-api-page .gold-api-endpoint__copy small {
    font-size: 7.5px;
  }

  body.gold-api-page .gold-api-endpoint__method {
    padding: 4px 6px;
    font-size: 7px;
  }

  body.gold-api-page .gold-api-table-wrap {
    margin-bottom: 8px;
    border-radius: 9px;
  }

  body.gold-api-page .gold-api-parameters > thead > tr > th,
  body.gold-api-page .gold-api-parameters > tbody > tr > td {
    padding: 7px !important;
    font-size: 8.5px;
  }

  body.gold-api-page .gold-api-parameters > thead > tr > th:first-child,
  body.gold-api-page .gold-api-parameter-name {
    width: 39%;
  }

  body.gold-api-page .gold-api-parameter-name code {
    padding: 3px 5px;
    font-size: 7.5px;
  }

  body.gold-api-page .gold-api-code-head {
    min-height: 37px;
    padding: 5px 6px 5px 9px;
  }

  body.gold-api-page .gold-api-code-label {
    font-size: 8px;
  }

  body.gold-api-page .gold-api-copy {
    min-width: 58px;
    min-height: 26px;
    padding: 4px 7px;
    font-size: 7.5px;
  }

  body.gold-api-page .gold-api-code {
    max-height: 320px;
    padding: 11px !important;
    font-size: 8.5px;
    line-height: 1.45;
  }

  body.gold-api-page .gold-api-example-link {
    min-height: 39px;
    font-size: 9px;
  }
}

/* Mass order page only: bulk order composer and safe clear flow. */
body.gold-massorder-page .gold-main {
  min-height: calc(100vh - 64px);
  background:
    radial-gradient(circle at 90% 5%, rgba(220, 176, 58, 0.17), transparent 25rem),
    radial-gradient(circle at 5% 82%, rgba(188, 132, 30, 0.08), transparent 29rem),
    linear-gradient(145deg, #fffdf8, #f7eed8 58%, #fffbf2);
}

body.gold-massorder-page .gold-main > .container {
  width: 100%;
  max-width: 1040px;
}

body.gold-massorder-page .gold-main > .container > .row {
  margin: 0;
}

body.gold-massorder-page .gold-massorder-column {
  float: none;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
}

body.gold-massorder-page .gold-massorder-panel {
  width: 100%;
  margin: 0;
  padding: 20px;
  overflow: visible;
  background: linear-gradient(145deg, #fffefa, #fbf5e7 72%, #f5e7c7);
  border: 1px solid #c9a54f;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(83, 53, 5, 0.12), inset 0 1px rgba(255, 255, 255, 0.8);
}

body.gold-massorder-page .gold-massorder-head {
  display: grid;
  margin: -2px 0 16px;
  padding: 0 0 15px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid rgba(191, 150, 57, 0.34);
}

body.gold-massorder-page .gold-massorder-head__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #251703;
  background: linear-gradient(145deg, #f4d97b, #b87918);
  border: 1px solid #aa6e12;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(124, 74, 5, 0.2), inset 0 1px rgba(255, 244, 193, 0.72);
  font-size: 15px;
}

body.gold-massorder-page .gold-massorder-head__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-massorder-page .gold-massorder-head__title-row {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
}

body.gold-massorder-page .gold-massorder-head__title-row > strong {
  overflow: hidden;
  color: #543705;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-massorder-page .gold-massorder-head__copy > small {
  margin-top: 4px;
  color: #82745d;
  font-size: 9.5px;
  font-weight: 650;
}

body.gold-massorder-page .gold-massorder-count {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 4px 7px;
  color: #77500c;
  background: #fff7dd;
  border: 1px solid rgba(183, 132, 35, 0.42);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 850;
  white-space: nowrap;
}

body.gold-massorder-page .gold-massorder-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 10px;
  color: #b4252b;
  background: rgba(255, 242, 239, 0.8);
  border: 1px solid rgba(187, 49, 55, 0.42);
  border-radius: 9px;
  font-size: 9px;
  font-weight: 850;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

body.gold-massorder-page .gold-massorder-clear i {
  margin-right: 6px;
  font-size: 9px;
}

body.gold-massorder-page .gold-massorder-clear:hover,
body.gold-massorder-page .gold-massorder-clear:focus {
  color: #fff;
  background: linear-gradient(135deg, #c23b40, #8d171d);
  border-color: #84161b;
  outline: none;
  transform: translateY(-1px);
}

body.gold-massorder-page .gold-massorder-clear:disabled {
  color: #a99e8c;
  background: #f3eee4;
  border-color: #d9cfbd;
  cursor: not-allowed;
  opacity: 0.66;
  transform: none;
}

body.gold-massorder-page .gold-massorder-form,
body.gold-massorder-page .gold-massorder-field {
  margin: 0;
}

body.gold-massorder-page .gold-mass-builder {
  margin: 0 0 14px;
  padding: 13px;
  background:
    radial-gradient(circle at 92% 8%, rgba(222, 178, 58, 0.16), transparent 9rem),
    linear-gradient(145deg, #fff9e8, #f4e3ba);
  border: 1px solid #d0ae5b;
  border-radius: 14px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

body.gold-massorder-page .gold-mass-builder__head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 11px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(188, 143, 44, 0.3);
}

body.gold-massorder-page .gold-mass-builder__head-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  color: #281903;
  background: linear-gradient(145deg, #f2d674, #b77717);
  border: 1px solid #a96d11;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(119, 69, 4, 0.17), inset 0 1px rgba(255, 243, 191, 0.7);
  font-size: 11px;
}

body.gold-massorder-page .gold-mass-builder__head-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-massorder-page .gold-mass-builder__head-copy strong {
  color: #523605;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

body.gold-massorder-page .gold-mass-builder__head-copy small {
  margin-top: 3px;
  color: #827258;
  font-size: 8.5px;
  font-weight: 650;
}

body.gold-massorder-page .gold-mass-builder__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.gold-massorder-page .gold-mass-builder__field {
  min-width: 0;
}

body.gold-massorder-page .gold-mass-builder__field--link {
  grid-column: 1 / -1;
}

body.gold-massorder-page .gold-mass-builder__field > label {
  display: block;
  margin: 0 0 6px;
  color: #49371b;
  font-size: 9.5px;
  font-weight: 850;
}

body.gold-massorder-page .gold-mass-builder__input-wrap {
  position: relative;
  display: block;
  width: 100%;
}

body.gold-massorder-page .gold-mass-builder__field-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 12px;
  color: #ad781b;
  font-size: 10px;
  pointer-events: none;
  transform: translateY(-50%);
}

body.gold-massorder-page .gold-mass-builder__input {
  width: 100%;
  min-height: 44px;
  padding: 9px 11px 9px 36px;
  color: #322a1e;
  background: rgba(255, 254, 250, 0.9);
  border: 1px solid #ccb278;
  border-radius: 10px;
  box-shadow: inset 0 1px 3px rgba(82, 54, 6, 0.045);
  font-size: 10.5px;
  font-weight: 650;
  transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

body.gold-massorder-page .gold-mass-builder__input:hover {
  border-color: #bc8d31;
}

body.gold-massorder-page .gold-mass-builder__input:focus {
  background: #fff;
  border-color: #b87919;
  box-shadow: 0 0 0 3px rgba(195, 141, 35, 0.13), inset 0 1px 3px rgba(82, 54, 6, 0.04);
  outline: none;
}

body.gold-massorder-page .gold-mass-builder__input::placeholder {
  color: #a99f8e;
  opacity: 1;
}

body.gold-massorder-page .gold-mass-builder__add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin-top: 11px;
  padding: 9px 13px;
  color: #241704;
  background: linear-gradient(135deg, #efd172, #b97918);
  border: 1px solid #a96c11;
  border-radius: 10px;
  box-shadow: 0 8px 17px rgba(123, 72, 4, 0.16);
  font-size: 10.5px;
  font-weight: 900;
  transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

body.gold-massorder-page .gold-mass-builder__add i {
  margin-right: 7px;
  font-size: 10px;
}

body.gold-massorder-page .gold-mass-builder__add:hover,
body.gold-massorder-page .gold-mass-builder__add:focus {
  color: #170e01;
  background: linear-gradient(135deg, #f6dc85, #c8881c);
  border-color: #9d620c;
  box-shadow: 0 10px 21px rgba(123, 72, 4, 0.22);
  outline: none;
  transform: translateY(-1px);
}

body.gold-massorder-page .gold-mass-builder__feedback {
  display: none;
  min-height: 34px;
  margin-top: 9px;
  padding: 8px 10px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 8.5px;
  font-weight: 750;
}

body.gold-massorder-page .gold-mass-builder__feedback.is-error,
body.gold-massorder-page .gold-mass-builder__feedback.is-success {
  display: flex;
}

body.gold-massorder-page .gold-mass-builder__feedback i {
  margin-right: 7px;
  font-size: 10px;
}

body.gold-massorder-page .gold-mass-builder__feedback.is-error {
  color: #a41f25;
  background: rgba(255, 235, 232, 0.86);
  border-color: rgba(182, 49, 55, 0.38);
}

body.gold-massorder-page .gold-mass-builder__feedback.is-success {
  color: #286542;
  background: rgba(232, 247, 236, 0.88);
  border-color: rgba(67, 137, 87, 0.34);
}

body.gold-massorder-page .gold-massorder-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

body.gold-massorder-page .gold-massorder-textarea {
  width: 100%;
  min-height: 370px;
  padding: 15px;
  resize: vertical;
  color: #352c20;
  background:
    linear-gradient(rgba(190, 145, 45, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, #fffefa, #fbf8f0);
  background-size: 100% 28px, auto;
  border: 1px solid #c9ae6c;
  border-radius: 13px;
  box-shadow: inset 0 2px 5px rgba(85, 55, 5, 0.045);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  line-height: 1.55;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body.gold-massorder-page .gold-massorder-textarea:hover {
  border-color: #b9882c;
}

body.gold-massorder-page .gold-massorder-textarea:focus {
  background-color: #fff;
  border-color: #b77b1c;
  box-shadow: 0 0 0 3px rgba(196, 143, 38, 0.14), inset 0 2px 5px rgba(85, 55, 5, 0.04);
  outline: none;
}

body.gold-massorder-page .gold-massorder-textarea::placeholder {
  color: #a49a88;
  opacity: 1;
}

body.gold-massorder-page .gold-massorder-format {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 10px 0 13px;
  padding: 9px 10px;
  color: #675b48;
  background: rgba(255, 249, 231, 0.82);
  border: 1px solid rgba(194, 150, 51, 0.36);
  border-radius: 10px;
}

body.gold-massorder-page .gold-massorder-format__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  color: #2b1b03;
  background: linear-gradient(145deg, #efd473, #b77717);
  border: 1px solid #ad7112;
  border-radius: 8px;
  font-size: 9px;
}

body.gold-massorder-page .gold-massorder-format__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-massorder-page .gold-massorder-format__copy > span {
  display: flex;
  align-items: center;
  min-width: 0;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 9.5px;
}

body.gold-massorder-page .gold-massorder-format__copy strong {
  color: #60420d;
  font-weight: 850;
}

body.gold-massorder-page .gold-massorder-format__copy code {
  padding: 3px 6px;
  color: #71500f;
  background: #fff;
  border: 1px solid rgba(184, 133, 34, 0.3);
  border-radius: 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8.5px;
  font-weight: 750;
  white-space: normal;
}

body.gold-massorder-page .gold-massorder-format__copy small {
  margin-top: 3px;
  color: #8b7e68;
  font-size: 8px;
  font-weight: 650;
}

body.gold-massorder-page .gold-massorder-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 10px 15px;
  color: #241704;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #a96f15;
  border-radius: 11px;
  box-shadow: 0 9px 20px rgba(134, 81, 5, 0.18);
  font-size: 11px;
  font-weight: 900;
  transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

body.gold-massorder-page .gold-massorder-submit i {
  margin-right: 7px;
  font-size: 10px;
}

body.gold-massorder-page .gold-massorder-submit:hover,
body.gold-massorder-page .gold-massorder-submit:focus {
  color: #160d01;
  background: linear-gradient(135deg, #f8df8d, #c98b21);
  border-color: #a76a10;
  box-shadow: 0 11px 24px rgba(135, 82, 5, 0.24);
  outline: none;
  transform: translateY(-1px);
}

body.gold-clear-dialog-open {
  overflow: hidden;
}

.gold-clear-modal {
  position: fixed;
  z-index: 5000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.gold-clear-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.gold-clear-modal__backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(15, 10, 3, 0.62);
  border: 0;
  backdrop-filter: blur(5px);
}

.gold-clear-dialog {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  padding: 19px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 8%, rgba(219, 174, 55, 0.17), transparent 10rem),
    linear-gradient(145deg, #fffefa, #f5e8c9);
  border: 1px solid #b98a2d;
  border-radius: 17px;
  box-shadow: 0 28px 70px rgba(21, 13, 2, 0.38), inset 0 1px rgba(255, 255, 255, 0.78);
  opacity: 0;
  transform: translateY(16px) scale(0.97);
  transition: opacity 0.22s ease, transform 0.26s cubic-bezier(0.22, 1, 0.36, 1);
}

.gold-clear-modal.is-open .gold-clear-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gold-clear-stage {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.gold-clear-stage[hidden] {
  display: none !important;
}

.gold-clear-stage__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 10px;
  color: #302004;
  background: linear-gradient(145deg, #f5dc80, #bd801c);
  border: 1px solid #ad7012;
  border-radius: 15px;
  box-shadow: 0 10px 22px rgba(125, 75, 4, 0.21), inset 0 1px rgba(255, 245, 196, 0.7);
  font-size: 18px;
}

.gold-clear-stage__icon--danger {
  color: #fff;
  background: linear-gradient(145deg, #d55459, #8d171d);
  border-color: #7f1419;
  box-shadow: 0 10px 22px rgba(126, 24, 29, 0.24), inset 0 1px rgba(255, 218, 220, 0.24);
}

.gold-clear-stage__step {
  display: inline-flex;
  margin-bottom: 7px;
  padding: 4px 7px;
  color: #7b520d;
  background: rgba(255, 244, 210, 0.72);
  border: 1px solid rgba(185, 133, 34, 0.38);
  border-radius: 999px;
  font-size: 7.5px;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.gold-clear-stage__step--danger {
  color: #a21f25;
  background: rgba(255, 234, 232, 0.78);
  border-color: rgba(184, 47, 53, 0.38);
}

.gold-clear-stage h3 {
  margin: 0;
  color: #543705;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.gold-clear-stage p {
  max-width: 330px;
  margin: 9px auto 17px;
  color: #766851;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.55;
}

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

.gold-clear-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 11px;
  border-radius: 9px;
  font-size: 9.5px;
  font-weight: 850;
}

.gold-clear-button i {
  font-size: 8px;
}

.gold-clear-button--continue i,
.gold-clear-button--confirm i {
  margin-left: 6px;
}

.gold-clear-button--back i {
  margin-right: 6px;
}

.gold-clear-button--cancel,
.gold-clear-button--back {
  color: #695d49;
  background: rgba(255, 254, 249, 0.8);
  border: 1px solid #cdbb91;
}

.gold-clear-button--continue {
  color: #241704;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #a96f15;
}

.gold-clear-button--confirm {
  color: #fff;
  background: linear-gradient(135deg, #c94046, #8c171c);
  border: 1px solid #791217;
  box-shadow: 0 7px 16px rgba(120, 22, 27, 0.2);
}

.gold-clear-button:hover,
.gold-clear-button:focus {
  filter: brightness(1.05);
  outline: none;
}

body.gold-dark.gold-massorder-page .gold-main {
  background:
    radial-gradient(circle at 90% 5%, rgba(222, 177, 57, 0.12), transparent 25rem),
    radial-gradient(circle at 5% 82%, rgba(124, 82, 17, 0.1), transparent 29rem),
    linear-gradient(145deg, #100c07, #050403 58%, #0e0a05);
}

body.gold-dark.gold-massorder-page .gold-massorder-panel {
  background: linear-gradient(145deg, #1d170f, #0b0906 72%, #151008);
  border-color: #76591e;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-dark.gold-massorder-page .gold-mass-builder {
  background:
    radial-gradient(circle at 92% 8%, rgba(221, 172, 50, 0.12), transparent 9rem),
    linear-gradient(145deg, #2a2113, #151009);
  border-color: #72551e;
  box-shadow: inset 0 1px rgba(255, 225, 138, 0.04);
}

body.gold-dark.gold-massorder-page .gold-mass-builder__head {
  border-bottom-color: rgba(151, 111, 31, 0.4);
}

body.gold-dark.gold-massorder-page .gold-mass-builder__head-copy strong,
body.gold-dark.gold-massorder-page .gold-mass-builder__field > label {
  color: #e9ce7b;
}

body.gold-dark.gold-massorder-page .gold-mass-builder__head-copy small {
  color: #aa9b81;
}

body.gold-dark.gold-massorder-page .gold-mass-builder__input {
  color: #e6dac4;
  background: linear-gradient(145deg, #17130d, #090705);
  border-color: #654d20;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.28);
}

body.gold-dark.gold-massorder-page .gold-mass-builder__input:focus {
  background: #090704;
  border-color: #b78927;
  box-shadow: 0 0 0 3px rgba(196, 143, 38, 0.13), inset 0 1px 3px rgba(0, 0, 0, 0.28);
}

body.gold-dark.gold-massorder-page .gold-mass-builder__input::placeholder {
  color: #746b5e;
}

body.gold-dark.gold-massorder-page .gold-mass-builder__feedback.is-error {
  color: #ff797e;
  background: rgba(132, 29, 35, 0.2);
  border-color: rgba(201, 69, 75, 0.42);
}

body.gold-dark.gold-massorder-page .gold-mass-builder__feedback.is-success {
  color: #8fd1a3;
  background: rgba(41, 105, 60, 0.19);
  border-color: rgba(83, 150, 102, 0.34);
}

body.gold-dark.gold-massorder-page .gold-massorder-head__title-row > strong {
  color: #f0d279;
}

body.gold-dark.gold-massorder-page .gold-massorder-head__copy > small,
body.gold-dark.gold-massorder-page .gold-massorder-format__copy small {
  color: #aa9b82;
}

body.gold-dark.gold-massorder-page .gold-massorder-count {
  color: #e3c675;
  background: rgba(105, 74, 18, 0.22);
  border-color: #6e5220;
}

body.gold-dark.gold-massorder-page .gold-massorder-clear {
  color: #ff797e;
  background: rgba(129, 28, 34, 0.18);
  border-color: rgba(199, 70, 76, 0.42);
}

body.gold-dark.gold-massorder-page .gold-massorder-clear:disabled {
  color: #776f63;
  background: #17130e;
  border-color: #3f3526;
}

body.gold-dark.gold-massorder-page .gold-massorder-textarea {
  color: #e6dbc6;
  background:
    linear-gradient(rgba(206, 159, 54, 0.035) 1px, transparent 1px),
    linear-gradient(145deg, #17130d, #080705);
  background-size: 100% 28px, auto;
  border-color: #664d20;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.28);
}

body.gold-dark.gold-massorder-page .gold-massorder-textarea:focus {
  background-color: #090704;
  border-color: #b88928;
  box-shadow: 0 0 0 3px rgba(196, 143, 38, 0.13), inset 0 2px 6px rgba(0, 0, 0, 0.26);
}

body.gold-dark.gold-massorder-page .gold-massorder-format {
  color: #bdaf96;
  background: rgba(99, 71, 20, 0.15);
  border-color: rgba(148, 108, 30, 0.38);
}

body.gold-dark.gold-massorder-page .gold-massorder-format__copy strong {
  color: #dfc574;
}

body.gold-dark.gold-massorder-page .gold-massorder-format__copy code {
  color: #d7ba69;
  background: #14100a;
  border-color: rgba(147, 107, 29, 0.4);
}

body.gold-dark .gold-clear-dialog {
  background:
    radial-gradient(circle at 90% 8%, rgba(220, 173, 51, 0.12), transparent 10rem),
    linear-gradient(145deg, #211a10, #090705);
  border-color: #76581e;
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.64), inset 0 1px rgba(255, 223, 130, 0.04);
}

body.gold-dark .gold-clear-stage h3 {
  color: #efd178;
}

body.gold-dark .gold-clear-stage p {
  color: #aa9c84;
}

body.gold-dark .gold-clear-button--cancel,
body.gold-dark .gold-clear-button--back {
  color: #c4b69e;
  background: #17130d;
  border-color: #5a4725;
}

@media (max-width: 767px) {
  body.gold-massorder-page .gold-main > .container {
    width: 100%;
    padding: 12px 10px 102px;
  }

  body.gold-massorder-page .gold-massorder-column {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body.gold-massorder-page .gold-massorder-panel {
    width: 100%;
    margin: 0;
    padding: 13px 12px;
    border-radius: 15px;
  }

  body.gold-massorder-page .gold-massorder-head {
    margin: 0 0 12px;
    padding: 0 0 12px;
    grid-template-columns: 39px minmax(0, 1fr) auto;
    gap: 9px;
  }

  body.gold-massorder-page .gold-massorder-head__icon {
    width: 39px;
    height: 39px;
    border-radius: 10px;
    font-size: 12px;
  }

  body.gold-massorder-page .gold-massorder-head__title-row {
    gap: 6px;
  }

  body.gold-massorder-page .gold-massorder-head__title-row > strong {
    font-size: 14px;
  }

  body.gold-massorder-page .gold-massorder-head__copy > small {
    font-size: 8px;
  }

  body.gold-massorder-page .gold-massorder-count {
    padding: 3px 5px;
    font-size: 7px;
  }

  body.gold-massorder-page .gold-massorder-clear {
    min-height: 34px;
    padding: 6px 8px;
    font-size: 8px;
  }

  body.gold-massorder-page .gold-massorder-clear i {
    margin-right: 4px;
    font-size: 8px;
  }

  body.gold-massorder-page .gold-massorder-textarea {
    min-height: 360px;
    padding: 12px;
    border-radius: 11px;
    font-size: 10px;
  }

  body.gold-massorder-page .gold-mass-builder {
    margin-bottom: 11px;
    padding: 10px;
    border-radius: 12px;
  }

  body.gold-massorder-page .gold-mass-builder__head {
    margin-bottom: 9px;
    padding-bottom: 9px;
  }

  body.gold-massorder-page .gold-mass-builder__head-icon {
    width: 31px;
    height: 31px;
    border-radius: 9px;
    font-size: 10px;
  }

  body.gold-massorder-page .gold-mass-builder__head-copy strong {
    font-size: 11.5px;
  }

  body.gold-massorder-page .gold-mass-builder__head-copy small {
    font-size: 7.5px;
  }

  body.gold-massorder-page .gold-mass-builder__grid {
    gap: 8px;
  }

  body.gold-massorder-page .gold-mass-builder__field > label {
    margin-bottom: 5px;
    font-size: 8.5px;
  }

  body.gold-massorder-page .gold-mass-builder__input {
    min-height: 41px;
    padding: 8px 9px 8px 33px;
    border-radius: 9px;
    font-size: 9.5px;
  }

  body.gold-massorder-page .gold-mass-builder__field-icon {
    left: 11px;
    font-size: 9px;
  }

  body.gold-massorder-page .gold-mass-builder__add {
    min-height: 40px;
    margin-top: 9px;
    font-size: 9.5px;
  }

  body.gold-massorder-page .gold-massorder-format {
    align-items: flex-start;
    margin: 9px 0 11px;
    padding: 8px;
    gap: 8px;
  }

  body.gold-massorder-page .gold-massorder-format__copy > span {
    font-size: 8.5px;
  }

  body.gold-massorder-page .gold-massorder-format__copy code {
    font-size: 7.5px;
  }

  body.gold-massorder-page .gold-massorder-submit {
    min-height: 43px;
    font-size: 10px;
  }

  .gold-clear-modal {
    padding: 12px;
  }

  .gold-clear-dialog {
    padding: 16px 14px;
    border-radius: 15px;
  }

  .gold-clear-stage__icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    font-size: 15px;
  }

  .gold-clear-stage h3 {
    font-size: 17px;
  }

  .gold-clear-stage p {
    margin-bottom: 14px;
    font-size: 9px;
  }

  .gold-clear-button {
    min-height: 38px;
    font-size: 8.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-clear-modal,
  .gold-clear-dialog {
    transition: none;
  }
}

/* Account page only: premium profile and security settings. */
body.gold-account-page .gold-main {
  min-height: calc(100vh - 64px);
  background:
    radial-gradient(circle at 90% 4%, rgba(219, 175, 60, 0.17), transparent 24rem),
    radial-gradient(circle at 7% 82%, rgba(181, 126, 29, 0.09), transparent 29rem),
    linear-gradient(145deg, #fffdf8, #f7eed8 58%, #fffbf2);
}

body.gold-account-page .gold-main > .container {
  width: 100%;
  max-width: 1210px;
}

body.gold-account-page .gold-account-column {
  float: none;
  display: grid;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.gold-account-page .gold-account-tabs {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  grid-column: 1 / -1;
  gap: 6px;
  margin: 0;
  padding: 6px;
  background: linear-gradient(145deg, rgba(255, 254, 249, 0.98), rgba(247, 236, 208, 0.96));
  border: 1px solid #cdae62;
  border-radius: 13px;
  box-shadow: 0 10px 23px rgba(91, 58, 4, 0.1);
}

body.gold-account-page .gold-account-tabs > li {
  float: none;
  margin: 0;
}

body.gold-account-page .gold-account-tabs > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  color: #6d604c;
  background: rgba(255, 254, 249, 0.72);
  border: 1px solid rgba(195, 158, 73, 0.3);
  border-radius: 9px;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

body.gold-account-page .gold-account-tab__icon {
  margin-right: 7px;
  color: #ae7b20;
  font-size: 10px;
}

body.gold-account-page .gold-account-tabs > li > a:hover,
body.gold-account-page .gold-account-tabs > li > a:focus {
  color: #382607;
  background: #fff8e7;
  border-color: #c18e2d;
}

body.gold-account-page .gold-account-tabs > li.active > a,
body.gold-account-page .gold-account-tabs > li.active > a:hover,
body.gold-account-page .gold-account-tabs > li.active > a:focus {
  color: #211504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border-color: #a96f15;
  box-shadow: 0 7px 16px rgba(143, 88, 7, 0.2), inset 0 1px rgba(255, 242, 184, 0.72);
}

body.gold-account-page .gold-account-tabs > li.active .gold-account-tab__icon {
  color: #2d1c03;
}

body.gold-account-page .gold-account-panel {
  align-self: start;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #fbf5e7 72%, #f5e7c7);
  border: 1px solid #c9a54f;
  border-radius: 17px;
  box-shadow: 0 17px 36px rgba(87, 56, 6, 0.11), inset 0 1px rgba(255, 255, 255, 0.78);
}

body.gold-account-page .gold-account-api {
  grid-column: 1 / -1;
}

body.gold-account-page .gold-account-panel-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -2px 0 16px;
  padding: 0 0 15px;
}

body.gold-account-page .gold-account-panel-title .gold-card-title__icon {
  flex: 0 0 auto;
  margin: 0;
}

body.gold-account-page .gold-account-panel-title__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #5d3e07;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.15;
}

body.gold-account-page .gold-account-panel-title__copy small {
  margin-top: 4px;
  color: #82745e;
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0;
}

body.gold-account-page .gold-account-profile-summary {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 17px;
  padding: 11px;
  background:
    radial-gradient(circle at 92% 10%, rgba(224, 180, 66, 0.2), transparent 7rem),
    linear-gradient(145deg, #fff9e8, #f5e4b8);
  border: 1px solid #d3b568;
  border-radius: 13px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

body.gold-account-page .gold-account-profile-summary__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  color: #211504;
  background: linear-gradient(145deg, #f6dc83, #b97917);
  border: 1px solid #a96d12;
  border-radius: 13px;
  box-shadow: 0 8px 17px rgba(127, 77, 5, 0.2), inset 0 1px rgba(255, 242, 183, 0.75);
  font-size: 16px;
  font-weight: 900;
}

body.gold-account-page .gold-account-profile-summary__copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
}

body.gold-account-page .gold-account-profile-summary__copy strong,
body.gold-account-page .gold-account-profile-summary__copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-account-page .gold-account-profile-summary__copy strong {
  color: #3c2806;
  font-size: 13px;
  font-weight: 850;
}

body.gold-account-page .gold-account-profile-summary__copy small {
  margin-top: 3px;
  color: #806f52;
  font-size: 10px;
  font-weight: 650;
}

body.gold-account-page .gold-account-profile-summary__badge {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 5px 8px;
  color: #326442;
  background: rgba(229, 247, 234, 0.82);
  border: 1px solid rgba(91, 154, 109, 0.42);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
}

body.gold-account-page .gold-account-profile-summary__badge i {
  margin-right: 4px;
  font-size: 8px;
}

body.gold-account-page .gold-account-field {
  margin-bottom: 15px;
}

body.gold-account-page .gold-account-field > label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 7px;
  color: #47371f;
  font-size: 11.5px;
  font-weight: 800;
}

body.gold-account-page .gold-account-input-wrap {
  position: relative;
  display: block;
  width: 100%;
}

body.gold-account-page .gold-account-field__icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 12px;
  color: #aa7920;
  font-size: 11px;
  pointer-events: none;
  transform: translateY(-50%);
}

body.gold-account-page .gold-account-input-wrap > .form-control {
  width: 100%;
  min-height: 46px;
  padding: 10px 13px 10px 38px;
  color: #31291e;
  background: linear-gradient(145deg, #fffefa, #fbf7ee);
  border: 1px solid #d4c29a;
  border-radius: 11px;
  box-shadow: inset 0 1px 2px rgba(82, 55, 7, 0.04);
  font-size: 12px;
}

body.gold-account-page .gold-account-input-wrap > .form-control:hover {
  border-color: #c29a42;
}

body.gold-account-page .gold-account-input-wrap > .form-control:focus {
  background: #fff;
  border-color: #be8928;
  box-shadow: 0 0 0 3px rgba(196, 143, 38, 0.14);
}

body.gold-account-page .gold-account-input-wrap > .form-control[readonly],
body.gold-account-page .gold-account-input-wrap > .form-control[disabled] {
  color: #6d6251;
  background: linear-gradient(145deg, #f5efdf, #eee4ce);
  border-color: #d1bd91;
}

body.gold-account-page .gold-account-input-wrap > select.form-control {
  padding-right: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-account-page .gold-account-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 41px;
  padding: 9px 15px;
  color: #211504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #a96f15;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(135, 82, 5, 0.18);
  font-size: 11px;
  font-weight: 850;
}

body.gold-account-page .gold-account-action:hover,
body.gold-account-page .gold-account-action:focus {
  color: #160d01;
  background: linear-gradient(135deg, #f8df8d, #c98b21);
  border-color: #a76a10;
  box-shadow: 0 10px 21px rgba(135, 82, 5, 0.24);
}

body.gold-account-page .gold-account-password form,
body.gold-account-page .gold-account-timezone form,
body.gold-account-page .gold-account-api form {
  margin: 0;
}

body.gold-account-page .gold-account-2fa > label.control-label {
  display: none;
}

body.gold-account-page .gold-account-2fa form > p {
  position: relative;
  min-height: 54px;
  margin: 0 0 14px;
  padding: 11px 11px 11px 45px;
  color: #685b47;
  background: rgba(244, 228, 188, 0.48);
  border: 1px solid rgba(194, 152, 57, 0.32);
  border-radius: 11px;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.5;
}

body.gold-account-page .gold-account-2fa form > p::before {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #694507;
  background: linear-gradient(145deg, #f4d97d, #c48720);
  border-radius: 8px;
  content: '\f3ed';
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free', FontAwesome;
  font-size: 10px;
  font-weight: 900;
}

body.gold-account-page .gold-account-api .form-group {
  margin-bottom: 10px;
}

body.gold-account-page .gold-account-api .form-group > label:only-child {
  display: none;
}

body.gold-account-page .gold-account-modal .modal-dialog {
  max-width: 520px;
}

body.gold-account-page .gold-account-modal .modal-content {
  overflow: hidden;
  border: 1px solid #9f7929;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(31, 20, 3, 0.32);
}

body.gold-account-page .gold-account-modal .modal-header {
  background: linear-gradient(135deg, #fff8e5, #f0ddaa) !important;
}

body.gold-account-page .gold-account-modal .modal-title {
  color: #5e3d06;
  font-weight: 850;
}

body.gold-dark.gold-account-page .gold-main {
  background:
    radial-gradient(circle at 90% 4%, rgba(223, 179, 65, 0.13), transparent 24rem),
    radial-gradient(circle at 7% 80%, rgba(133, 87, 18, 0.11), transparent 28rem),
    linear-gradient(145deg, #100c07, #050403 58%, #0e0a05);
}

body.gold-dark.gold-account-page .gold-account-tabs,
body.gold-dark.gold-account-page .gold-account-panel {
  background: linear-gradient(145deg, #1d170f, #0b0906 72%, #151008);
  border-color: #76591e;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-dark.gold-account-page .gold-account-tabs > li > a {
  color: #b9ad97;
  background: linear-gradient(145deg, #211a10, #100d08);
  border-color: rgba(152, 111, 31, 0.42);
}

body.gold-dark.gold-account-page .gold-account-tabs > li > a:hover,
body.gold-dark.gold-account-page .gold-account-tabs > li > a:focus {
  color: #efd681;
  background: #2a2113;
  border-color: #8c6923;
}

body.gold-dark.gold-account-page .gold-account-tabs > li.active > a,
body.gold-dark.gold-account-page .gold-account-tabs > li.active > a:hover,
body.gold-dark.gold-account-page .gold-account-tabs > li.active > a:focus {
  color: #1a1002;
  background: linear-gradient(135deg, #f4d878, #b97817);
  border-color: #f0cb64;
}

body.gold-dark.gold-account-page .gold-account-panel-title__copy {
  color: #f0d279;
}

body.gold-dark.gold-account-page .gold-account-panel-title__copy small {
  color: #ae9e82;
}

body.gold-dark.gold-account-page .gold-account-profile-summary {
  background:
    radial-gradient(circle at 92% 10%, rgba(221, 172, 53, 0.14), transparent 7rem),
    linear-gradient(145deg, #2a2113, #151009);
  border-color: #74571f;
  box-shadow: inset 0 1px rgba(255, 227, 145, 0.04);
}

body.gold-dark.gold-account-page .gold-account-profile-summary__copy strong {
  color: #f1d681;
}

body.gold-dark.gold-account-page .gold-account-profile-summary__copy small {
  color: #a99b82;
}

body.gold-dark.gold-account-page .gold-account-profile-summary__badge {
  color: #9dd0ac;
  background: rgba(46, 104, 65, 0.22);
  border-color: rgba(95, 160, 113, 0.38);
}

body.gold-dark.gold-account-page .gold-account-field > label {
  color: #e1cfaa;
}

body.gold-dark.gold-account-page .gold-account-field__icon {
  color: #d0a43b;
}

body.gold-dark.gold-account-page .gold-account-input-wrap > .form-control {
  color: #eee3ce;
  background: linear-gradient(145deg, #17130d, #090806);
  border-color: #654d22;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.22);
}

body.gold-dark.gold-account-page .gold-account-input-wrap > .form-control:hover {
  border-color: #927023;
}

body.gold-dark.gold-account-page .gold-account-input-wrap > .form-control:focus {
  background: #0b0906;
  border-color: #c5952c;
  box-shadow: 0 0 0 3px rgba(197, 149, 44, 0.14);
}

body.gold-dark.gold-account-page .gold-account-input-wrap > .form-control[readonly],
body.gold-dark.gold-account-page .gold-account-input-wrap > .form-control[disabled] {
  color: #b8aa90;
  background: linear-gradient(145deg, #211b12, #120f0a);
  border-color: #5e4922;
}

body.gold-dark.gold-account-page .gold-account-2fa form > p {
  color: #afa187;
  background: rgba(126, 91, 26, 0.14);
  border-color: rgba(166, 124, 34, 0.32);
}

body.gold-dark.gold-account-page .gold-account-modal .modal-content {
  border-color: #806123;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.58);
}

body.gold-dark.gold-account-page .gold-account-modal .modal-header {
  background: linear-gradient(135deg, #2a2113, #15120c) !important;
}

body.gold-dark.gold-account-page .gold-account-modal .modal-title {
  color: #edcf78;
}

@media (max-width: 767px) {
  body.gold-account-page .gold-main > .container {
    width: 100%;
    padding: 12px 10px 28px;
  }

  body.gold-account-page .gold-main > .container > .row {
    width: 100%;
    margin: 0;
  }

  body.gold-account-page .gold-account-column {
    display: grid;
    width: 100%;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 11px;
  }

  body.gold-account-page .gold-account-tabs,
  body.gold-account-page .gold-account-api {
    grid-column: 1;
  }

  body.gold-account-page .gold-account-tabs {
    display: flex !important;
    align-items: stretch;
    width: 100%;
    padding: 6px;
    gap: 6px;
    border-radius: 12px;
  }

  body.gold-account-page .gold-account-tabs > li {
    float: none !important;
    display: block;
    flex: 1 1 0;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0;
  }

  body.gold-account-page .gold-account-tabs > li > a {
    width: 100%;
  }

  body.gold-account-page .gold-account-tabs > li > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 39px;
    min-height: 39px;
    padding: 8px 10px;
    border-radius: 9px;
    font-size: 10.5px;
    line-height: 1;
    white-space: nowrap;
  }

  body.gold-account-page .gold-account-panel {
    width: 100%;
    margin: 0;
    padding: 14px 12px;
    border-radius: 15px;
  }

  body.gold-account-page .gold-account-panel-title {
    margin: 0 0 13px;
    padding: 0 0 12px;
  }

  body.gold-account-page .gold-account-panel-title .gold-card-title__icon {
    width: 34px;
    height: 34px;
  }

  body.gold-account-page .gold-account-panel-title__copy {
    font-size: 15px;
  }

  body.gold-account-page .gold-account-panel-title__copy small {
    font-size: 9.5px;
  }

  body.gold-account-page .gold-account-profile-summary {
    gap: 9px;
    margin-bottom: 14px;
    padding: 9px;
    border-radius: 11px;
  }

  body.gold-account-page .gold-account-profile-summary__avatar {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    font-size: 14px;
  }

  body.gold-account-page .gold-account-profile-summary__copy strong {
    font-size: 11.5px;
  }

  body.gold-account-page .gold-account-profile-summary__copy small {
    font-size: 8.5px;
  }

  body.gold-account-page .gold-account-profile-summary__badge {
    padding: 4px 6px;
    font-size: 8px;
  }

  body.gold-account-page .gold-account-field {
    margin-bottom: 13px;
  }

  body.gold-account-page .gold-account-field > label {
    font-size: 10.5px;
  }

  body.gold-account-page .gold-account-input-wrap > .form-control {
    min-height: 44px;
    padding-left: 37px;
    border-radius: 10px;
    font-size: 11.5px;
  }

  body.gold-account-page .gold-account-field__icon {
    left: 12px;
    font-size: 10.5px;
  }

  body.gold-account-page .gold-account-action {
    width: 100%;
    min-height: 41px;
  }

  body.gold-account-page .gold-account-2fa form > p {
    font-size: 10px;
  }

  body.gold-account-page .gold-account-modal .modal-dialog {
    margin: 14px 10px;
  }
}

/* Notifications page only: confirmation and preference centre. */
body.gold-notifications-page .gold-notifications-column {
  align-items: start;
}

body.gold-notifications-page .gold-notifications-panel {
  align-self: start;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #fbf5e7 72%, #f5e7c7);
  border: 1px solid #c9a54f;
  border-radius: 17px;
  box-shadow: 0 17px 36px rgba(87, 56, 6, 0.11), inset 0 1px rgba(255, 255, 255, 0.78);
}

body.gold-notifications-page .gold-notifications-title,
body.gold-notifications-page .gold-notifications-preferences-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -2px 0 16px;
  padding: 0 0 15px;
}

body.gold-notifications-page .gold-notifications-title .gold-card-title__icon,
body.gold-notifications-page .gold-notifications-preferences-title .gold-card-title__icon {
  flex: 0 0 auto;
  margin: 0;
}

body.gold-notifications-page .gold-notifications-title__copy,
body.gold-notifications-page .gold-notifications-preferences-title__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #5d3e07;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.15;
}

body.gold-notifications-page .gold-notifications-title__copy small,
body.gold-notifications-page .gold-notifications-preferences-title__copy small {
  margin-top: 4px;
  color: #82745e;
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0;
}

body.gold-notifications-page .gold-notifications-email-card {
  position: relative;
  display: grid;
  min-height: 210px;
  padding: 17px;
  overflow: hidden;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  grid-template-areas:
    "icon title status"
    "icon copy copy"
    "action action action";
  gap: 7px 12px;
  background:
    radial-gradient(circle at 92% 8%, rgba(224, 180, 66, 0.2), transparent 9rem),
    linear-gradient(145deg, #fff9e8, #f5e4b8);
  border: 1px solid #d3b568;
  border-radius: 14px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

body.gold-notifications-page .gold-notifications-email-card::after {
  position: absolute;
  right: -38px;
  bottom: -54px;
  width: 138px;
  height: 138px;
  background: radial-gradient(circle, rgba(197, 144, 35, 0.13), transparent 68%);
  content: '';
  pointer-events: none;
}

body.gold-notifications-page .gold-notifications-email-card__icon {
  z-index: 1;
  grid-area: icon;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  width: 50px;
  height: 50px;
  color: #241704;
  background: linear-gradient(145deg, #f6dc83, #b97917);
  border: 1px solid #a96d12;
  border-radius: 14px;
  box-shadow: 0 9px 20px rgba(127, 77, 5, 0.22), inset 0 1px rgba(255, 242, 183, 0.75);
  font-size: 18px;
}

body.gold-notifications-page .gold-notifications-email-card__status {
  z-index: 1;
  grid-area: status;
  display: inline-flex;
  align-items: center;
  align-self: start;
  justify-self: end;
  padding: 6px 9px;
  color: #a71920;
  background: rgba(255, 235, 232, 0.92);
  border: 1px solid rgba(181, 40, 47, 0.5);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}

body.gold-notifications-page .gold-notifications-email-card__status i {
  margin-right: 5px;
  font-size: 8px;
}

body.gold-notifications-page .gold-notifications-email-card__title {
  z-index: 1;
  grid-area: title;
  align-self: center;
  margin: 0;
  color: #99191f;
  font-size: 14px;
  font-weight: 900;
}

body.gold-notifications-page .gold-notifications-email-card__copy {
  z-index: 1;
  grid-area: copy;
  margin: 0;
  color: #a12a30;
  font-size: 10.5px;
  font-weight: 750;
  line-height: 1.55;
}

body.gold-notifications-page .gold-notifications-email-card__form {
  z-index: 1;
  grid-area: action;
  align-self: end;
  margin: 9px 0 0;
}

body.gold-notifications-page .gold-notifications-confirm-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 9px 15px;
  color: #211504;
  background: linear-gradient(135deg, #f3d77f, #bd8120);
  border: 1px solid #a96f15;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(135, 82, 5, 0.19);
  font-size: 11px;
  font-weight: 850;
}

body.gold-notifications-page .gold-notifications-confirm-action:hover,
body.gold-notifications-page .gold-notifications-confirm-action:focus {
  color: #160d01;
  background: linear-gradient(135deg, #f8df8d, #c98b21);
  border-color: #a76a10;
  box-shadow: 0 10px 21px rgba(135, 82, 5, 0.25);
}

body.gold-notifications-page .gold-notifications-preferences > form {
  margin: 0;
}

body.gold-notifications-page .gold-notifications-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 7px;
  background: transparent;
}

body.gold-notifications-page .gold-notifications-table > thead > tr > th {
  padding: 10px 12px;
  color: #684608 !important;
  background: linear-gradient(135deg, #fff8e5, #f0ddaa) !important;
  border-top: 1px solid #d8be79;
  border-bottom: 1px solid #c9a24a;
  font-size: 9.5px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.gold-notifications-page .gold-notifications-table > thead > tr > th:first-child {
  border-left: 1px solid #d8be79;
  border-radius: 10px 0 0 10px;
}

body.gold-notifications-page .gold-notifications-table > thead > tr > th:last-child {
  width: 180px;
  border-right: 1px solid #d8be79;
  border-radius: 0 10px 10px 0;
  text-align: center;
}

body.gold-notifications-page .gold-notifications-row {
  --notification-accent: #d2a43a;
}

body.gold-notifications-page .gold-notifications-row--variant-1 {
  --notification-accent: #bd7f22;
}

body.gold-notifications-page .gold-notifications-row--variant-2 {
  --notification-accent: #c39662;
}

body.gold-notifications-page .gold-notifications-row > td {
  padding: 11px 12px;
  color: #403626;
  background: rgba(255, 254, 250, 0.92);
  border-top: 1px solid rgba(192, 151, 61, 0.35);
  border-bottom: 1px solid rgba(192, 151, 61, 0.35);
  vertical-align: middle;
}

body.gold-notifications-page .gold-notifications-row > td:first-child {
  border-left: 3px solid var(--notification-accent);
  border-radius: 11px 0 0 11px;
}

body.gold-notifications-page .gold-notifications-row > td:last-child {
  border-right: 1px solid rgba(192, 151, 61, 0.35);
  border-radius: 0 11px 11px 0;
}

body.gold-notifications-page .gold-notification-name {
  display: flex;
  align-items: center;
  min-width: 0;
}

body.gold-notifications-page .gold-notification-name__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  color: #241704;
  background: linear-gradient(145deg, #f5da80, #b87917);
  border: 1px solid #a86e13;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(125, 75, 5, 0.16);
  font-size: 12px;
}

body.gold-notifications-page .gold-notification-name__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-notifications-page .gold-notification-name__copy strong {
  color: #3c2d14;
  font-size: 11.5px;
  font-weight: 800;
}

body.gold-notifications-page .gold-notification-name__copy small {
  margin-top: 3px;
  color: #847661;
  font-size: 9px;
  font-weight: 650;
}

body.gold-notifications-page .gold-notifications-cell--email {
  text-align: center;
}

body.gold-notifications-page .gold-notification-toggle-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 32px;
}

body.gold-notifications-page .gold-notification-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

body.gold-notifications-page .gold-notification-switch {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  width: 42px;
  height: 24px;
  padding: 2px;
  background: #e8ddc4;
  border: 1px solid #c8b17a;
  border-radius: 999px;
  box-shadow: inset 0 2px 4px rgba(84, 55, 5, 0.08);
  transition: background 0.16s ease, border-color 0.16s ease;
}

body.gold-notifications-page .gold-notification-switch__thumb {
  display: block;
  width: 18px;
  height: 18px;
  background: #fffdf7;
  border: 1px solid #bca871;
  border-radius: 50%;
  box-shadow: 0 3px 7px rgba(72, 47, 5, 0.18);
  transform: translateX(0);
  transition: transform 0.18s ease;
}

body.gold-notifications-page .gold-notification-checkbox:checked + .gold-notification-switch {
  background: linear-gradient(135deg, #edce6b, #b77614);
  border-color: #a46810;
}

body.gold-notifications-page .gold-notification-checkbox:checked + .gold-notification-switch .gold-notification-switch__thumb {
  border-color: rgba(96, 56, 3, 0.34);
  transform: translateX(16px);
}

body.gold-notifications-page .gold-notification-checkbox:disabled + .gold-notification-switch {
  cursor: not-allowed;
  opacity: 0.76;
}

body.gold-notifications-page .gold-notification-lock {
  display: inline-flex;
  align-items: center;
  color: #88775b;
  font-size: 8.5px;
  font-weight: 750;
  white-space: nowrap;
}

body.gold-notifications-page .gold-notification-lock i {
  margin-right: 4px;
  color: #b07b1c;
  font-size: 8px;
}

body.gold-dark.gold-notifications-page .gold-notifications-panel {
  background: linear-gradient(145deg, #1d170f, #0b0906 72%, #151008);
  border-color: #76591e;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-dark.gold-notifications-page .gold-notifications-title__copy,
body.gold-dark.gold-notifications-page .gold-notifications-preferences-title__copy {
  color: #f0d279;
}

body.gold-dark.gold-notifications-page .gold-notifications-title__copy small,
body.gold-dark.gold-notifications-page .gold-notifications-preferences-title__copy small {
  color: #ae9e82;
}

body.gold-dark.gold-notifications-page .gold-notifications-email-card {
  background:
    radial-gradient(circle at 92% 8%, rgba(221, 172, 53, 0.14), transparent 9rem),
    linear-gradient(145deg, #2a2113, #151009);
  border-color: #74571f;
  box-shadow: inset 0 1px rgba(255, 227, 145, 0.04);
}

body.gold-dark.gold-notifications-page .gold-notifications-email-card__title {
  color: #ff787d;
}

body.gold-dark.gold-notifications-page .gold-notifications-email-card__copy {
  color: #f06e73;
}

body.gold-dark.gold-notifications-page .gold-notifications-email-card__status {
  color: #ff8387;
  background: rgba(146, 29, 35, 0.25);
  border-color: rgba(232, 84, 90, 0.56);
}

body.gold-dark.gold-notifications-page .gold-notifications-row > td {
  color: #dfd3bc;
  background: linear-gradient(135deg, #1c170f, #0e0c08);
  border-color: rgba(159, 118, 34, 0.4);
}

body.gold-dark.gold-notifications-page .gold-notification-name__copy strong {
  color: #f0e5cf;
}

body.gold-dark.gold-notifications-page .gold-notification-name__copy small,
body.gold-dark.gold-notifications-page .gold-notification-lock {
  color: #a99a80;
}

body.gold-dark.gold-notifications-page .gold-notification-switch {
  background: #292116;
  border-color: #6a5226;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.32);
}

body.gold-dark.gold-notifications-page .gold-notification-switch__thumb {
  background: #e9dcc0;
  border-color: #8d7338;
}

body.gold-dark.gold-notifications-page .gold-notification-checkbox:checked + .gold-notification-switch {
  background: linear-gradient(135deg, #e6c65f, #9f6410);
  border-color: #d2a13a;
}

/* Account save confirmation: fixed, dismissible success popup. */
.gold-save-toast-region {
  position: fixed;
  z-index: 3000;
  top: 78px;
  left: 50%;
  display: flex;
  width: min(520px, calc(100% - 32px));
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
  transform: translateX(-50%);
}

.gold-save-toast {
  position: relative;
  display: grid;
  min-height: 64px;
  padding: 10px 11px 10px 12px;
  overflow: hidden;
  grid-template-columns: 40px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 11px;
  color: #f8f3e7;
  background:
    radial-gradient(circle at 8% 12%, rgba(218, 175, 62, 0.14), transparent 7rem),
    linear-gradient(135deg, #1d2c21, #0c1710 72%);
  border: 1px solid #a9822d;
  border-radius: 15px;
  box-shadow: 0 18px 42px rgba(20, 20, 9, 0.28), 0 4px 12px rgba(67, 44, 5, 0.14), inset 0 1px rgba(255, 239, 185, 0.08);
  opacity: 0;
  pointer-events: auto;
  transform: translateY(-18px) scale(0.98);
  transition: opacity 0.24s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.gold-save-toast::after {
  position: absolute;
  right: 52px;
  bottom: 0;
  left: 64px;
  height: 1px;
  background: linear-gradient(90deg, rgba(211, 169, 61, 0.68), transparent);
  content: '';
  pointer-events: none;
}

.gold-save-toast.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gold-save-toast.is-leaving {
  opacity: 0;
  transform: translateY(-12px) scale(0.98);
}

.gold-save-toast__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #172116;
  background: linear-gradient(145deg, #f1d774, #b57a18);
  border: 1px solid #d6ad43;
  border-radius: 12px;
  box-shadow: 0 7px 17px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 246, 201, 0.7);
  font-size: 14px;
}

.gold-save-toast__message {
  min-width: 0;
  color: #f3ead8;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.005em;
  line-height: 1.35;
}

.gold-save-toast__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #cfbea0;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(222, 190, 107, 0.22);
  border-radius: 11px;
  font-size: 12px;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.gold-save-toast__close:hover,
.gold-save-toast__close:focus {
  color: #241704;
  background: linear-gradient(145deg, #f0d477, #b87918);
  border-color: #d5aa3c;
  outline: none;
  transform: scale(1.04);
}

body.gold-dark .gold-save-toast {
  background:
    radial-gradient(circle at 8% 12%, rgba(228, 180, 55, 0.12), transparent 7rem),
    linear-gradient(135deg, #18241b, #070c08 76%);
  border-color: #846521;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 229, 148, 0.06);
}

@media (max-width: 767px) {
  .gold-save-toast-region {
    top: 76px;
    width: calc(100% - 20px);
  }

  .gold-save-toast {
    min-height: 58px;
    padding: 9px;
    grid-template-columns: 36px minmax(0, 1fr) 34px;
    gap: 9px;
    border-radius: 13px;
  }

  .gold-save-toast__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 12px;
  }

  .gold-save-toast__message {
    font-size: 12px;
  }

  .gold-save-toast__close {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 11px;
  }

  .gold-save-toast::after {
    right: 47px;
    left: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-save-toast {
    transition: none;
  }
}

@media (max-width: 767px) {
  body.gold-notifications-page .gold-notifications-panel {
    width: 100%;
    margin: 0;
    padding: 14px 12px;
    border-radius: 15px;
  }

  body.gold-notifications-page .gold-notifications-title,
  body.gold-notifications-page .gold-notifications-preferences-title {
    margin: 0 0 13px;
    padding: 0 0 12px;
  }

  body.gold-notifications-page .gold-notifications-title .gold-card-title__icon,
  body.gold-notifications-page .gold-notifications-preferences-title .gold-card-title__icon {
    width: 34px;
    height: 34px;
  }

  body.gold-notifications-page .gold-notifications-title__copy,
  body.gold-notifications-page .gold-notifications-preferences-title__copy {
    font-size: 15px;
  }

  body.gold-notifications-page .gold-notifications-title__copy small,
  body.gold-notifications-page .gold-notifications-preferences-title__copy small {
    font-size: 9.5px;
  }

  body.gold-notifications-page .gold-notifications-email-card {
    min-height: 250px;
    padding: 14px;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-areas:
      "icon title"
      "status status"
      "copy copy"
      "action action";
    gap: 9px 10px;
    border-radius: 12px;
  }

  body.gold-notifications-page .gold-notifications-email-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 15px;
  }

  body.gold-notifications-page .gold-notifications-email-card__title {
    font-size: 12.5px;
  }

  body.gold-notifications-page .gold-notifications-email-card__status {
    justify-self: start;
    padding: 5px 8px;
    font-size: 8.5px;
  }

  body.gold-notifications-page .gold-notifications-email-card__copy {
    font-size: 10px;
  }

  body.gold-notifications-page .gold-notifications-confirm-action {
    min-height: 41px;
  }

  body.gold-notifications-page .gold-notifications-table,
  body.gold-notifications-page .gold-notifications-table > tbody {
    display: block;
    width: 100%;
  }

  body.gold-notifications-page .gold-notifications-table > thead {
    display: none;
  }

  body.gold-notifications-page .gold-notifications-row {
    display: grid;
    width: 100%;
    margin: 0 0 8px;
    padding: 9px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    background: linear-gradient(145deg, #fffefa, #faf1dc);
    border: 1px solid rgba(190, 145, 47, 0.58);
    border-left: 3px solid var(--notification-accent);
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(88, 56, 5, 0.08);
  }

  body.gold-notifications-page .gold-notifications-row > td {
    display: block;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
  }

  body.gold-notifications-page .gold-notification-name__icon {
    width: 33px;
    height: 33px;
    margin-right: 8px;
    border-radius: 9px;
    font-size: 10px;
  }

  body.gold-notifications-page .gold-notification-name__copy strong {
    font-size: 10.5px;
  }

  body.gold-notifications-page .gold-notification-name__copy small {
    font-size: 8.5px;
  }

  body.gold-notifications-page .gold-notification-toggle-wrap {
    align-items: flex-end;
    flex-direction: column;
    gap: 5px;
  }

  body.gold-notifications-page .gold-notification-switch {
    width: 38px;
    height: 22px;
  }

  body.gold-notifications-page .gold-notification-switch__thumb {
    width: 16px;
    height: 16px;
  }

  body.gold-notifications-page .gold-notification-checkbox:checked + .gold-notification-switch .gold-notification-switch__thumb {
    transform: translateX(14px);
  }

  body.gold-notifications-page .gold-notification-lock {
    font-size: 7.5px;
  }

  body.gold-dark.gold-notifications-page .gold-notifications-row {
    background: linear-gradient(145deg, #1d170f, #0b0906);
    border-color: rgba(165, 123, 34, 0.55);
    border-left-color: var(--notification-accent);
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.3);
  }
}

/* --------------------------------------------------------------------------
   Modern public homepage — scoped to signin.twig only
   -------------------------------------------------------------------------- */
body.gold-public {
  --home-black: #080705;
  --home-ink: #201a11;
  --home-muted: #756c5f;
  --home-cream: #fbf7eb;
  --home-surface: #fffdf7;
  --home-gold: #c99024;
  --home-gold-light: #f4d77e;
  --home-line: rgba(155, 111, 25, 0.25);
  color: var(--home-ink);
  background: var(--home-cream);
}

body.gold-public .gold-main {
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

body.gold-public > .navbar,
body.gold-public .navbar-default {
  position: relative;
  z-index: 100;
  margin: 0;
  background: rgba(255, 253, 247, 0.96);
  border: 0;
  border-bottom: 1px solid rgba(168, 116, 23, 0.22);
  box-shadow: 0 10px 30px rgba(64, 43, 5, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.gold-public .navbar-default .navbar-brand {
  color: #2c210c;
  font-weight: 850;
  letter-spacing: -0.035em;
}

body.gold-public .navbar-default .navbar-nav > li > a {
  color: #514735;
  font-weight: 700;
}

body.gold-public .navbar-default .navbar-nav > li > a:hover,
body.gold-public .navbar-default .navbar-nav > li > a:focus {
  color: #8e5f09;
}

body.gold-public .navbar-default .navbar-nav > .active > a,
body.gold-public .navbar-default .navbar-nav > .active > a:hover,
body.gold-public .navbar-default .navbar-nav > .active > a:focus {
  color: #241a08;
  background: linear-gradient(135deg, #f2d16f, #c88918);
  box-shadow: 0 7px 18px rgba(151, 101, 10, 0.18);
}

.gold-home,
.gold-home *,
.gold-home *::before,
.gold-home *::after {
  box-sizing: border-box;
}

.gold-home {
  position: relative;
  color: var(--home-ink);
  background: var(--home-cream);
}

.gold-home a {
  text-decoration: none;
}

.gold-home__shell {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.gold-home__hero {
  position: relative;
  min-height: 680px;
  padding: 80px 0 74px;
  overflow: hidden;
  color: #f9f1df;
  background:
    linear-gradient(rgba(225, 178, 70, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(225, 178, 70, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 15% 22%, rgba(230, 182, 69, 0.16), transparent 27rem),
    radial-gradient(circle at 90% 78%, rgba(166, 106, 13, 0.17), transparent 25rem),
    linear-gradient(135deg, #070604 0%, #110d08 54%, #090704 100%);
  background-size: 48px 48px, 48px 48px, auto, auto, auto;
  border-bottom: 1px solid rgba(224, 181, 81, 0.38);
}

.gold-home__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.65;
  background: linear-gradient(115deg, transparent 15%, rgba(255, 226, 139, 0.055) 45%, transparent 72%);
  pointer-events: none;
}

.gold-home__glow {
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(230, 190, 96, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.gold-home__glow::before,
.gold-home__glow::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(230, 190, 96, 0.12);
  border-radius: inherit;
}

.gold-home__glow::before { inset: 42px; }
.gold-home__glow::after { inset: 90px; }
.gold-home__glow--one { top: -170px; right: -90px; }
.gold-home__glow--two { bottom: -230px; left: -120px; width: 470px; height: 470px; }

.gold-home__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  align-items: center;
  gap: 78px;
}

.gold-home__intro {
  position: relative;
  z-index: 3;
}

.gold-home__eyebrow,
.gold-home__kicker,
.gold-home__micro {
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.gold-home__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  gap: 9px;
  color: #f2d477;
  background: rgba(230, 185, 78, 0.08);
  border: 1px solid rgba(230, 185, 78, 0.24);
  border-radius: 999px;
}

.gold-home__eyebrow-dot {
  width: 7px;
  height: 7px;
  background: #f3cf63;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(243, 207, 99, 0.1), 0 0 18px rgba(243, 207, 99, 0.7);
}

.gold-home__intro h1 {
  max-width: 720px;
  margin: 24px 0 21px;
  color: #fff9ec;
  font-size: clamp(48px, 5.4vw, 76px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.gold-home__intro h1 span {
  color: transparent;
  background: linear-gradient(105deg, #fff0b8 0%, #e8ba4d 48%, #a97011 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.gold-home__intro h1 .gold-home__headline-accent {
  display: block;
  width: fit-content;
  margin-bottom: 9px;
  color: #ff4b4b;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  font-size: 0.64em;
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-decoration-line: underline;
  text-decoration-color: rgba(255, 75, 75, 0.82);
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
  text-shadow: 0 7px 24px rgba(255, 54, 54, 0.22);
}

.gold-home__intro h1 .gold-home__headline-main {
  display: block;
  color: #fff9ec;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

.gold-home__lead {
  max-width: 650px;
  margin: 0;
  color: #ddd1bd;
  font-size: 17px;
  font-weight: 620;
  line-height: 1.76;
}

.gold-home__actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 31px;
  gap: 12px;
}

.gold-home__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.gold-home__button:hover,
.gold-home__button:focus {
  text-decoration: none;
  transform: translateY(-2px);
}

.gold-home__button--primary {
  color: #211706;
  background: linear-gradient(135deg, #f7dc82, #d59a27 62%, #bd7710);
  border-color: #f4d170;
  box-shadow: 0 13px 30px rgba(180, 117, 12, 0.28), inset 0 1px rgba(255, 255, 255, 0.65);
}

.gold-home__button--primary:hover,
.gold-home__button--primary:focus {
  color: #130e05;
  box-shadow: 0 17px 36px rgba(180, 117, 12, 0.36), inset 0 1px rgba(255, 255, 255, 0.7);
}

.gold-home__button--ghost {
  color: #f7edd8;
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(230, 196, 116, 0.25);
}

.gold-home__button--ghost:hover,
.gold-home__button--ghost:focus {
  color: #fff;
  background: rgba(229, 185, 78, 0.09);
  border-color: rgba(230, 196, 116, 0.45);
}

.gold-home__assurance {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 11px 20px;
  color: #a99e8d;
  font-size: 11px;
  font-weight: 700;
}

.gold-home__assurance span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.gold-home__assurance i { color: #d7a638; }

.gold-home__social-orbit {
  display: flex;
  align-items: center;
  margin-top: 34px;
  gap: 15px;
}

.gold-home__orbit-label {
  color: #807768;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gold-home__orbit-icons {
  display: flex;
  padding-left: 8px;
}

.gold-home__platform {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-left: -8px;
  color: #f5deb0;
  background: #171109;
  border: 1px solid rgba(226, 183, 83, 0.25);
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25);
  font-size: 14px;
}

.gold-home__login-benefits {
  position: relative;
  z-index: 3;
  margin-top: 27px;
  padding: 0 8px;
}

.gold-home__login-benefits .gold-home__assurance {
  justify-content: center;
  margin-top: 0;
}

.gold-home__login-benefits .gold-home__social-orbit {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 23px;
  gap: 10px;
}

.gold-home__login-wrap {
  position: relative;
  z-index: 3;
}

.gold-home__login-card {
  position: relative;
  padding: 29px;
  color: #2c2418;
  background:
    radial-gradient(circle at 100% 0, rgba(224, 177, 64, 0.17), transparent 16rem),
    rgba(255, 253, 247, 0.985);
  border: 1px solid rgba(232, 195, 107, 0.66);
  border-radius: 22px;
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.38), 0 0 0 6px rgba(224, 174, 56, 0.035), inset 0 1px #fff;
}

.gold-home__login-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  left: 28px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #e7b844, transparent);
}

.gold-home__login-head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding-bottom: 21px;
  gap: 13px;
  border-bottom: 1px solid rgba(155, 111, 25, 0.17);
}

.gold-home__login-icon {
  display: flex;
  flex: 0 0 47px;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  color: #241904;
  background: linear-gradient(145deg, #f6d878, #c78313);
  border: 1px solid rgba(133, 84, 4, 0.28);
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(166, 106, 11, 0.22), inset 0 1px rgba(255, 255, 255, 0.62);
  font-size: 18px;
}

.gold-home__micro { display: block; margin: 1px 0 4px; color: #a37217; font-size: 8px; }
.gold-home__login-head h2 { margin: 0; color: #251d12; font-size: 23px; font-weight: 900; letter-spacing: -0.035em; }
.gold-home__login-head p { margin: 4px 0 0; color: #7f7568; font-size: 11px; line-height: 1.45; }

.gold-home__login-form { margin: 0; }
.gold-home__login-form .alert { margin-bottom: 17px; font-size: 12px; }
.gold-home__field { margin-bottom: 17px; }
.gold-home__field > label,
.gold-home__field-row label { margin: 0 0 7px; color: #3a2d1c; font-size: 11px; font-weight: 800; }
.gold-home__field-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.gold-home__field-row a { margin-bottom: 7px; color: #9c6810; font-size: 10px; font-weight: 750; }
.gold-home__field-row a:hover,
.gold-home__field-row a:focus { color: #573a07; }

.gold-home__input-wrap { position: relative; }
.gold-home__input-wrap > i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 15px;
  color: #ad7a1d;
  font-size: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}

.gold-home__input-wrap .form-control {
  width: 100%;
  height: 49px;
  padding: 10px 14px 10px 41px;
  color: #2f271c;
  background: rgba(255, 254, 250, 0.9);
  border: 1px solid #d9c491;
  border-radius: 12px;
  box-shadow: inset 0 2px 5px rgba(72, 48, 5, 0.035);
  font-size: 13px;
  font-weight: 600;
}

.gold-home__input-wrap .form-control:focus {
  background: #fff;
  border-color: #b87710;
  box-shadow: 0 0 0 4px rgba(199, 143, 35, 0.12), inset 0 2px 5px rgba(72, 48, 5, 0.025);
  outline: none;
}

.gold-home__input-wrap .form-control::placeholder { color: #aaa093; font-weight: 500; }

.gold-home__login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 49px;
  margin-top: 6px;
  padding: 11px 18px;
  gap: 10px;
  color: #211706;
  background: linear-gradient(135deg, #f4d574, #d59824 63%, #bd7710);
  border: 1px solid #a96a08;
  border-radius: 12px;
  box-shadow: 0 12px 23px rgba(163, 102, 8, 0.22), inset 0 1px rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 850;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gold-home__login-button:hover,
.gold-home__login-button:focus { transform: translateY(-1px); box-shadow: 0 15px 29px rgba(163, 102, 8, 0.29), inset 0 1px rgba(255, 255, 255, 0.7); outline: none; }
.gold-home__login-button i { font-size: 10px; }
.gold-home__captcha { margin: 10px 0 16px; }
.gold-home__divider { display: flex; align-items: center; margin: 19px 0; color: #978c7e; font-size: 9px; text-transform: uppercase; letter-spacing: 0.08em; }
.gold-home__divider::before,
.gold-home__divider::after { content: ""; flex: 1; height: 1px; background: rgba(155, 111, 25, 0.17); }
.gold-home__divider span { padding: 0 11px; }

.gold-home__signup-line {
  margin: 18px 0 0;
  color: #786f62;
  text-align: center;
  font-size: 11px;
}

.gold-home__signup-line a { margin-left: 4px; color: #96630a; font-weight: 850; }
.gold-home__signup-line a i { margin-left: 3px; font-size: 8px; }
.gold-home__secure-line { display: flex; align-items: center; justify-content: center; margin: 22px -29px -29px; padding: 13px; gap: 8px; color: #817768; background: rgba(232, 211, 164, 0.21); border-top: 1px solid rgba(155, 111, 25, 0.13); border-radius: 0 0 22px 22px; font-size: 9px; font-weight: 700; }
.gold-home__secure-line i { color: #a87313; }

.gold-home__float-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  min-width: 180px;
  padding: 10px 13px;
  gap: 10px;
  color: #e9dbc1;
  background: rgba(24, 18, 10, 0.92);
  border: 1px solid rgba(225, 183, 82, 0.28);
  border-radius: 13px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  animation: goldHomeFloat 4.5s ease-in-out infinite;
}

.gold-home__float-card--top { top: -32px; right: -42px; }
.gold-home__float-card--bottom { bottom: 150px; left: -70px; animation-delay: -2.2s; }
.gold-home__float-icon { display: flex; align-items: center; justify-content: center; width: 31px; height: 31px; color: #2c1d04; background: linear-gradient(145deg, #f0d06e, #bf7b14); border-radius: 9px; font-size: 12px; }
.gold-home__float-card > span:last-child { display: flex; flex-direction: column; }
.gold-home__float-card strong { color: #fff1ce; font-size: 10px; }
.gold-home__float-card small { margin-top: 2px; color: #9e927f; font-size: 8px; }

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

.gold-home__trust {
  position: relative;
  z-index: 5;
  color: #302719;
  background: #fffdf8;
  border-bottom: 1px solid var(--home-line);
  box-shadow: 0 14px 35px rgba(85, 56, 4, 0.05);
}

.gold-home__trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.gold-home__trust-grid article { display: flex; align-items: center; justify-content: center; min-height: 112px; padding: 24px; gap: 13px; border-right: 1px solid var(--home-line); }
.gold-home__trust-grid article:last-child { border-right: 0; }
.gold-home__trust-grid article > i { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; color: #8a5907; background: linear-gradient(145deg, #fff7dc, #f0d489); border: 1px solid rgba(177, 121, 16, 0.24); border-radius: 12px; box-shadow: 0 8px 18px rgba(138, 89, 7, 0.1); }
.gold-home__trust-grid article div { display: flex; flex-direction: column; }
.gold-home__trust-grid strong { color: #2b2113; font-size: 14px; font-weight: 900; }
.gold-home__trust-grid span { margin-top: 2px; color: #817767; font-size: 9px; font-weight: 650; }

.gold-home__section { position: relative; padding: 92px 0; }
.gold-home__section--platforms { background: linear-gradient(180deg, #fbf7eb, #fffdf8); }
.gold-home__section-head { max-width: 680px; margin: 0 auto 40px; text-align: center; }
.gold-home__kicker { display: block; margin-bottom: 11px; color: #a16d11; }
.gold-home__section-head h2,
.gold-home__feature-copy h2,
.gold-home__cta h2 { margin: 0; color: #261e12; font-size: clamp(30px, 4vw, 44px); font-weight: 900; line-height: 1.08; letter-spacing: -0.045em; }
.gold-home__section-head p { max-width: 600px; margin: 14px auto 0; color: #7b7163; font-size: 14px; line-height: 1.7; }

.gold-home__platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.gold-home__service-card { position: relative; display: flex; align-items: center; min-height: 105px; padding: 19px; gap: 14px; overflow: hidden; color: #30271a; background: rgba(255, 255, 255, 0.8); border: 1px solid var(--home-line); border-radius: 17px; box-shadow: 0 13px 32px rgba(83, 53, 3, 0.06); transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.gold-home__service-card::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 4px; background: var(--platform-color, #c89127); }
.gold-home__service-card:hover,
.gold-home__service-card:focus { color: #20180c; border-color: rgba(173, 116, 15, 0.52); box-shadow: 0 18px 38px rgba(83, 53, 3, 0.11); transform: translateY(-3px); }
.gold-home__service-card > i { display: flex; flex: 0 0 48px; align-items: center; justify-content: center; width: 48px; height: 48px; color: #fff; background: var(--platform-color, #c89127); border-radius: 14px; box-shadow: 0 9px 20px color-mix(in srgb, var(--platform-color, #c89127) 25%, transparent); font-size: 20px; }
.gold-home__service-card > span { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.gold-home__service-card strong { color: #2c2316; font-size: 14px; font-weight: 900; }
.gold-home__service-card small { margin-top: 5px; overflow: hidden; color: #82786a; font-size: 9px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.gold-home__service-card > b { color: #ad7819; font-size: 10px; transition: transform 0.2s ease; }
.gold-home__service-card:hover > b { transform: translateX(3px); }
.gold-home__service-card--instagram { --platform-color: #d83b7d; }
.gold-home__service-card--tiktok { --platform-color: #171717; }
.gold-home__service-card--youtube { --platform-color: #e22a2a; }
.gold-home__service-card--facebook { --platform-color: #2e68c7; }
.gold-home__service-card--telegram { --platform-color: #258ec4; }
.gold-home__service-card--twitter { --platform-color: #3c8dc2; }

.gold-home__section--steps {
  color: #f8eedc;
  background:
    radial-gradient(circle at 75% 0, rgba(220, 171, 54, 0.13), transparent 25rem),
    linear-gradient(135deg, #0a0805, #151008 55%, #090704);
  border-top: 1px solid rgba(224, 181, 81, 0.25);
  border-bottom: 1px solid rgba(224, 181, 81, 0.25);
}
.gold-home__section-head--light h2 { color: #fff5df; }
.gold-home__section-head--light p { color: #a99f90; }
.gold-home__steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gold-home__steps-grid article { position: relative; min-height: 230px; padding: 27px 23px; overflow: hidden; background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)); border: 1px solid rgba(225, 183, 83, 0.21); border-radius: 18px; }
.gold-home__steps-grid article::after { content: ""; position: absolute; right: -50px; bottom: -50px; width: 120px; height: 120px; background: radial-gradient(circle, rgba(226, 177, 59, 0.13), transparent 68%); }
.gold-home__steps-grid article > i { display: flex; align-items: center; justify-content: center; width: 43px; height: 43px; margin-bottom: 29px; color: #231804; background: linear-gradient(145deg, #f3d678, #c88416); border-radius: 13px; box-shadow: 0 10px 24px rgba(177, 112, 11, 0.21); font-size: 15px; }
.gold-home__step-number { position: absolute; top: 18px; right: 19px; color: rgba(244, 214, 134, 0.32); font-size: 12px; font-weight: 900; letter-spacing: 0.08em; }
.gold-home__steps-grid h3 { margin: 0 0 9px; color: #f8ecd4; font-size: 16px; font-weight: 850; }
.gold-home__steps-grid p { margin: 0; color: #9f9585; font-size: 10px; line-height: 1.65; }

.gold-home__section--features { background: #fffdf8; }
.gold-home__features-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: 72px; }
.gold-home__feature-copy h2 { max-width: 480px; }
.gold-home__feature-copy p { max-width: 480px; margin: 18px 0 0; color: #796f61; font-size: 14px; line-height: 1.75; }
.gold-home__text-link { display: inline-flex; align-items: center; margin-top: 24px; gap: 8px; color: #96630a; font-size: 12px; font-weight: 850; }
.gold-home__text-link:hover,
.gold-home__text-link:focus { color: #573a07; }
.gold-home__feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.gold-home__feature-grid article { display: flex; min-height: 145px; padding: 21px; gap: 15px; background: linear-gradient(145deg, #fff, #fbf4e0); border: 1px solid var(--home-line); border-radius: 17px; box-shadow: 0 12px 27px rgba(81, 52, 4, 0.055); }
.gold-home__feature-grid article > i { display: flex; flex: 0 0 42px; align-items: center; justify-content: center; width: 42px; height: 42px; color: #2a1d07; background: linear-gradient(145deg, #f3d574, #ce8f1d); border-radius: 12px; box-shadow: 0 9px 19px rgba(157, 99, 8, 0.17); }
.gold-home__feature-grid h3 { margin: 2px 0 7px; color: #302618; font-size: 14px; font-weight: 850; }
.gold-home__feature-grid p { margin: 0; color: #817767; font-size: 9.5px; line-height: 1.65; }

.gold-home__custom { padding: 50px 0; color: #403629; background: #fbf5e4; border-top: 1px solid var(--home-line); }
.gold-home__custom img { max-width: 100%; height: auto; }

.gold-home__cta { padding: 38px 0 78px; background: #fffdf8; }
.gold-home__cta-card { display: flex; align-items: center; justify-content: space-between; min-height: 230px; padding: 48px 55px; gap: 35px; overflow: hidden; color: #f8eedc; background: radial-gradient(circle at 83% 0, rgba(235, 190, 78, 0.2), transparent 24rem), linear-gradient(135deg, #0b0906, #1b1308); border: 1px solid rgba(207, 153, 43, 0.42); border-radius: 24px; box-shadow: 0 24px 55px rgba(70, 44, 3, 0.17); }
.gold-home__cta h2 { max-width: 650px; color: #fff3d7; }
.gold-home__cta p { margin: 12px 0 0; color: #a99d89; font-size: 12px; }
.gold-home__cta .gold-home__button { flex: 0 0 auto; }

.gold-home__footer { color: #9c917f; background: #080705; border-top: 1px solid rgba(225, 183, 83, 0.22); }
.gold-home__footer .gold-home__shell { display: flex; align-items: center; justify-content: space-between; min-height: 80px; gap: 20px; }
.gold-home__footer strong { color: #e5c36e; font-size: 13px; }
.gold-home__footer span { font-size: 9px; }

@media (max-width: 1100px) {
  .gold-home__hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr); gap: 45px; }
  .gold-home__float-card--top { right: -15px; }
  .gold-home__float-card--bottom { left: -35px; }
}

@media (max-width: 991px) {
  body.gold-public .navbar-default .navbar-toggle { border-color: rgba(168, 116, 23, 0.35); }
  body.gold-public .navbar-default .navbar-toggle .icon-bar { background: #5c3f0b; }
  body.gold-public .navbar-default .navbar-collapse { background: #fffdf8; border-color: rgba(168, 116, 23, 0.2); }
  .gold-home__hero { padding: 65px 0 70px; }
  .gold-home__hero-grid { grid-template-columns: 1fr; gap: 62px; }
  .gold-home__intro { max-width: 760px; margin: 0 auto; text-align: center; }
  .gold-home__intro h1 .gold-home__headline-accent { margin-right: auto; margin-left: auto; }
  .gold-home__lead { margin-right: auto; margin-left: auto; }
  .gold-home__actions,
  .gold-home__assurance,
  .gold-home__social-orbit { justify-content: center; }
  .gold-home__login-wrap { width: min(510px, 100%); margin: 0 auto; }
  .gold-home__trust-grid { grid-template-columns: repeat(2, 1fr); }
  .gold-home__trust-grid article:nth-child(2) { border-right: 0; }
  .gold-home__trust-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--home-line); }
  .gold-home__platform-grid { grid-template-columns: repeat(2, 1fr); }
  .gold-home__steps-grid { grid-template-columns: repeat(2, 1fr); }
  .gold-home__features-layout { grid-template-columns: 1fr; gap: 40px; }
  .gold-home__feature-copy { max-width: 650px; text-align: center; margin: 0 auto; }
  .gold-home__feature-copy h2,
  .gold-home__feature-copy p { margin-right: auto; margin-left: auto; }
}

@media (max-width: 767px) {
  .gold-home__shell { width: min(100% - 28px, 620px); }
  .gold-home__hero { min-height: 0; padding: 48px 0 55px; }
  .gold-home__eyebrow { padding: 7px 10px; font-size: 8px; }
  .gold-home__intro h1 { margin-top: 19px; font-size: clamp(34px, 10.6vw, 48px); line-height: 1.08; letter-spacing: -0.045em; }
  .gold-home__intro h1 .gold-home__headline-accent { margin-bottom: 13px; font-size: 0.72em; text-decoration-thickness: 2px; text-underline-offset: 6px; }
  .gold-home__lead { max-width: 560px; font-size: 14px; line-height: 1.72; }
  .gold-home__actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 9px; }
  .gold-home__button { min-height: 48px; padding: 11px 14px; font-size: 11px; }
  .gold-home__assurance { gap: 9px 13px; font-size: 9px; }
  .gold-home__social-orbit { flex-direction: column; gap: 10px; }
  .gold-home__login-card { padding: 22px 18px; border-radius: 18px; }
  .gold-home__login-head { margin-bottom: 20px; padding-bottom: 17px; }
  .gold-home__login-icon { flex-basis: 43px; width: 43px; height: 43px; }
  .gold-home__login-head h2 { font-size: 20px; }
  .gold-home__input-wrap .form-control { height: 50px; font-size: 16px; }
  .gold-home__secure-line { margin: 20px -18px -22px; border-radius: 0 0 18px 18px; }
  .gold-home__float-card { display: none; }
  .gold-home__trust-grid article { min-height: 94px; padding: 17px 10px; justify-content: flex-start; }
  .gold-home__trust-grid article > i { width: 37px; height: 37px; }
  .gold-home__trust-grid strong { font-size: 11px; }
  .gold-home__trust-grid span { font-size: 7.5px; }
  .gold-home__section { padding: 67px 0; }
  .gold-home__section-head { margin-bottom: 29px; }
  .gold-home__section-head h2,
  .gold-home__feature-copy h2,
  .gold-home__cta h2 { font-size: 30px; }
  .gold-home__section-head p,
  .gold-home__feature-copy p { font-size: 12px; }
  .gold-home__platform-grid { grid-template-columns: 1fr; gap: 10px; }
  .gold-home__service-card { min-height: 88px; padding: 15px; }
  .gold-home__steps-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .gold-home__steps-grid article { min-height: 205px; padding: 21px 17px; }
  .gold-home__steps-grid article > i { margin-bottom: 23px; }
  .gold-home__feature-grid { grid-template-columns: 1fr; gap: 10px; }
  .gold-home__feature-grid article { min-height: 120px; padding: 18px; }
  .gold-home__cta { padding: 25px 0 58px; }
  .gold-home__cta-card { align-items: flex-start; flex-direction: column; min-height: 0; padding: 31px 24px; border-radius: 19px; }
  .gold-home__cta-card .gold-home__button { width: 100%; }
  .gold-home__footer .gold-home__shell { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
}

@media (max-width: 430px) {
  .gold-home__actions { grid-template-columns: 1fr; }
  .gold-home__steps-grid { grid-template-columns: 1fr; }
  .gold-home__steps-grid article { min-height: 180px; }
  .gold-home__assurance { align-items: flex-start; flex-direction: column; }
  .gold-home__login-benefits { margin-top: 25px; padding: 0 6px; }
  .gold-home__login-benefits .gold-home__assurance { align-items: center; }
  .gold-home__trust-grid { grid-template-columns: 1fr; }
  .gold-home__trust-grid article { border-right: 0; border-bottom: 1px solid var(--home-line); }
  .gold-home__trust-grid article:last-child { border-bottom: 0; }
}

/* Keep headings legible inside the dark homepage sections. */
body.gold-public .gold-home__intro h1 {
  color: #fff9ec;
}

body.gold-public .gold-home__section-head--light h2,
body.gold-public .gold-home__steps-grid h3,
body.gold-public .gold-home__cta h2 {
  color: #fff3d7;
}

/* Public Services uses the same premium cards as the signed-in catalogue. */
body.gold-public.gold-services-page .gold-main {
  min-height: calc(100vh - 64px);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 4%, rgba(218, 173, 58, 0.17), transparent 24rem),
    radial-gradient(circle at 7% 78%, rgba(184, 128, 30, 0.1), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f8efd9 58%, #fffaf0);
}

body.gold-services-page--public .gold-services-table > thead > tr > th:first-child {
  width: 62px !important;
}

body.gold-services-page--public .gold-services-table > thead > tr > th:nth-child(2) {
  width: auto;
}

body.gold-services-page--public .gold-services-table > thead > tr > th:nth-child(3) {
  width: 118px;
}

body.gold-services-page--public .gold-services-table > thead > tr > th:nth-child(4),
body.gold-services-page--public .gold-services-table > thead > tr > th:nth-child(5) {
  width: 92px;
}

body.gold-services-page--public .gold-services-table > thead > tr > th:last-child {
  width: 76px;
}

@media (max-width: 767px) {
  body.gold-services-page--public .gold-services-row {
    grid-template-columns: 34px repeat(3, minmax(0, 1fr)) 32px;
    grid-template-areas:
      "id name name name action"
      "rate rate min max action";
  }
}

/* Public API keeps the premium documentation surface outside the account UI. */
body.gold-public.gold-api-page .gold-main {
  min-height: calc(100vh - 64px);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 5%, rgba(220, 176, 58, 0.17), transparent 27rem),
    radial-gradient(circle at 4% 74%, rgba(191, 137, 35, 0.08), transparent 30rem),
    linear-gradient(145deg, #fffdf8, #f7eed8 58%, #fffbf2);
}

@media (max-width: 767px) {
  body.gold-api-page--public .gold-main > .container {
    padding-bottom: 34px;
  }
}

/* Public mobile navigation: smooth premium drawer from the right. */
.gold-public-drawer__header,
.gold-public-drawer__footer,
.gold-public-drawer-overlay,
.gold-public-drawer__emoji,
.gold-public-drawer__arrow,
.gold-public-drawer__copy small {
  display: none;
}

.gold-public-drawer__copy strong {
  font: inherit;
}

@media (max-width: 767px) {
  body.gold-public-drawer-open {
    overflow: hidden;
  }

  body.gold-public > .navbar {
    overflow: visible;
  }

  body.gold-public .navbar-default .gold-public-drawer,
  body.gold-public .navbar-default .gold-public-drawer.collapse,
  body.gold-public .navbar-default .gold-public-drawer.collapsing,
  body.gold-public .navbar-default .gold-public-drawer.in {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: flex !important;
    width: min(88vw, 354px);
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    flex-direction: column;
    color: #38280c;
    background:
      radial-gradient(circle at 100% 0, rgba(226, 178, 57, 0.24), transparent 18rem),
      linear-gradient(160deg, #fffdf8 0%, #fbf2db 58%, #f4e4bd 100%);
    border: 0;
    border-left: 1px solid rgba(166, 113, 18, 0.42);
    border-radius: 22px 0 0 22px;
    box-shadow: -24px 0 55px rgba(45, 29, 3, 0.27);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(105%, 0, 0);
    will-change: transform, opacity;
    transition:
      transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.3s ease,
      visibility 0s linear 0.42s;
  }

  body.gold-public .navbar-default .gold-public-drawer.is-open,
  body.gold-public .navbar-default .gold-public-drawer.in {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
  }

  body.gold-public .navbar-default .gold-public-drawer__header {
    display: grid;
    min-height: 92px;
    padding: max(16px, env(safe-area-inset-top)) 17px 15px;
    grid-template-columns: 44px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 11px;
    background: rgba(255, 253, 247, 0.78);
    border-bottom: 1px solid rgba(170, 120, 24, 0.28);
    box-shadow: 0 8px 22px rgba(82, 51, 4, 0.07);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  body.gold-public .gold-public-drawer__brand-emoji {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: linear-gradient(145deg, #f7dd7f, #bd7c17);
    border: 1px solid #aa6d11;
    border-radius: 13px;
    box-shadow: 0 8px 18px rgba(132, 79, 4, 0.2), inset 0 1px rgba(255, 247, 204, 0.74);
    font-size: 17px;
  }

  body.gold-public .gold-public-drawer__heading {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  body.gold-public .gold-public-drawer__heading strong {
    color: #392707;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -0.015em;
  }

  body.gold-public .gold-public-drawer__heading small {
    margin-top: 3px;
    overflow: hidden;
    color: #8b7756;
    font-size: 8.5px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-public .gold-public-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #4e3508;
    background: rgba(255, 253, 246, 0.72);
    border: 1px solid rgba(166, 113, 18, 0.36);
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(76, 47, 3, 0.08);
    font-size: 25px;
    font-weight: 450;
    line-height: 1;
    transition: transform 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
  }

  body.gold-public .gold-public-drawer__close:hover,
  body.gold-public .gold-public-drawer__close:focus {
    color: #251704;
    background: #f3d77d;
    border-color: #a96e13;
    outline: none;
    box-shadow: 0 8px 18px rgba(126, 75, 5, 0.18);
  }

  body.gold-public .gold-public-drawer__close:active {
    transform: scale(0.93);
  }

  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 17px 14px 12px;
    overflow-x: hidden;
    overflow-y: auto;
    flex: 1 1 auto;
    overscroll-behavior: contain;
  }

  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li {
    float: none;
    width: 100%;
    margin: 0 0 9px;
    opacity: 0;
    transform: translate3d(22px, 0, 0);
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
  }

  body.gold-public .navbar-default .gold-public-drawer.is-open > .navbar-nav > li,
  body.gold-public .navbar-default .gold-public-drawer.in > .navbar-nav > li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  body.gold-public .gold-public-drawer.is-open > .navbar-nav > li:nth-child(1),
  body.gold-public .gold-public-drawer.in > .navbar-nav > li:nth-child(1) { transition-delay: 0.07s; }
  body.gold-public .gold-public-drawer.is-open > .navbar-nav > li:nth-child(2),
  body.gold-public .gold-public-drawer.in > .navbar-nav > li:nth-child(2) { transition-delay: 0.11s; }
  body.gold-public .gold-public-drawer.is-open > .navbar-nav > li:nth-child(3),
  body.gold-public .gold-public-drawer.in > .navbar-nav > li:nth-child(3) { transition-delay: 0.15s; }
  body.gold-public .gold-public-drawer.is-open > .navbar-nav > li:nth-child(4),
  body.gold-public .gold-public-drawer.in > .navbar-nav > li:nth-child(4) { transition-delay: 0.19s; }

  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li > a,
  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li.active > a {
    display: grid;
    min-height: 68px;
    padding: 10px 11px;
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 11px;
    color: #4c402d;
    background: rgba(255, 254, 250, 0.72);
    border: 1px solid rgba(176, 130, 36, 0.28);
    border-radius: 13px;
    box-shadow: 0 7px 17px rgba(73, 45, 3, 0.055);
    line-height: 1.2;
    white-space: normal;
  }

  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li > a:hover,
  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li > a:focus {
    color: #2a1a03;
    background: #fff9e8;
    border-color: rgba(166, 111, 18, 0.52);
    outline: none;
    transform: translateX(-3px);
    box-shadow: 0 10px 22px rgba(90, 54, 3, 0.11);
  }

  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li.active > a,
  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li.active > a:hover,
  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li.active > a:focus {
    color: #241604;
    background:
      radial-gradient(circle at 90% 8%, rgba(255, 244, 191, 0.42), transparent 8rem),
      linear-gradient(135deg, #f6dc7c, #ce8b1b);
    border-color: #a76a10;
    box-shadow: 0 11px 25px rgba(139, 84, 5, 0.21), inset 0 1px rgba(255, 246, 201, 0.76);
  }

  body.gold-public .gold-public-drawer__emoji {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: linear-gradient(145deg, #fff9e6, #f0d995);
    border: 1px solid rgba(159, 104, 15, 0.34);
    border-radius: 11px;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.78);
    font-size: 17px;
  }

  body.gold-public .gold-public-drawer li.active .gold-public-drawer__emoji {
    background: rgba(255, 250, 226, 0.74);
    border-color: rgba(103, 61, 4, 0.29);
  }

  body.gold-public .gold-public-drawer__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  body.gold-public .gold-public-drawer__copy strong {
    color: inherit;
    font-size: 13px;
    font-weight: 850;
  }

  body.gold-public .gold-public-drawer__copy small {
    display: block;
    margin-top: 4px;
    overflow: hidden;
    color: #8a7c66;
    font-size: 8.5px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-public .gold-public-drawer li.active .gold-public-drawer__copy small {
    color: rgba(58, 35, 3, 0.66);
  }

  body.gold-public .gold-public-drawer__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9a6a12;
    font-size: 24px;
    font-weight: 500;
    transition: transform 0.18s ease;
  }

  body.gold-public .gold-public-drawer a:hover .gold-public-drawer__arrow,
  body.gold-public .gold-public-drawer a:focus .gold-public-drawer__arrow {
    transform: translateX(3px);
  }

  body.gold-public .gold-public-drawer__footer {
    display: grid;
    min-height: 78px;
    padding: 13px 18px calc(13px + env(safe-area-inset-bottom));
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    color: #60450f;
    background: rgba(248, 233, 196, 0.68);
    border-top: 1px solid rgba(167, 115, 20, 0.24);
  }

  body.gold-public .gold-public-drawer__footer > span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: rgba(255, 252, 237, 0.74);
    border: 1px solid rgba(169, 113, 18, 0.28);
    border-radius: 9px;
    font-size: 14px;
  }

  body.gold-public .gold-public-drawer__footer > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  body.gold-public .gold-public-drawer__footer strong {
    font-size: 10px;
    font-weight: 850;
  }

  body.gold-public .gold-public-drawer__footer small {
    margin-top: 2px;
    color: #8c7a5b;
    font-size: 7.5px;
    font-weight: 650;
  }

  body.gold-public .navbar-default .gold-public-drawer-overlay {
    position: fixed;
    z-index: 1;
    inset: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    padding: 0;
    background: rgba(12, 8, 3, 0.5);
    border: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: opacity 0.34s ease, visibility 0s linear 0.42s;
  }

  body.gold-public-drawer-open .navbar-default .gold-public-drawer-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  body.gold-public .navbar-default .navbar-toggle {
    transition: transform 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
  }

  body.gold-public .navbar-default .navbar-toggle:hover,
  body.gold-public .navbar-default .navbar-toggle:focus {
    background: #fff8e4;
    border-color: #b87c18;
    outline: none;
    box-shadow: 0 7px 17px rgba(120, 73, 4, 0.14);
  }

  body.gold-public .navbar-default .navbar-toggle:active {
    transform: scale(0.94);
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  body.gold-public .navbar-default .gold-public-drawer,
  body.gold-public .navbar-default .gold-public-drawer > .navbar-nav > li,
  body.gold-public .navbar-default .gold-public-drawer-overlay {
    transition-duration: 0.01ms !important;
    transition-delay: 0s !important;
  }
}

/* Public Sign up: premium two-panel registration experience. */
body.gold-public.gold-signup-page .gold-main {
  min-height: calc(100vh - 64px);
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(221, 174, 54, 0.2), transparent 28rem),
    radial-gradient(circle at 7% 86%, rgba(184, 128, 30, 0.1), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f6ecd4 58%, #fffaf0);
}

body.gold-signup-page .gold-main > .container {
  width: 100%;
  max-width: 1240px;
  padding: 34px 30px 48px;
}

body.gold-signup-page .gold-main > .container > .row {
  margin: 0;
}

body.gold-signup-page .gold-signup-column {
  float: none;
  width: 100% !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
  padding: 0;
}

body.gold-signup-page .gold-signup-panel {
  float: none;
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 23px;
  box-shadow: 0 24px 60px rgba(73, 46, 4, 0.16);
}

body.gold-signup-page .gold-signup-layout {
  display: grid;
  width: 100%;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  background: #fffdf8;
  border: 1px solid #caa34e;
  border-radius: 23px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.78);
}

body.gold-signup-page .gold-signup-visual {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 610px;
  padding: 35px 34px 30px;
  overflow: hidden;
  flex-direction: column;
  color: #f4e8ce;
  background:
    linear-gradient(rgba(214, 165, 48, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 165, 48, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 88% 7%, rgba(233, 186, 69, 0.22), transparent 18rem),
    linear-gradient(145deg, #171108, #080604 67%, #130d06);
  background-size: 36px 36px, 36px 36px, auto, auto;
  border-right: 1px solid rgba(192, 141, 37, 0.42);
}

body.gold-signup-page .gold-signup-visual::before,
body.gold-signup-page .gold-signup-visual::after {
  position: absolute;
  border: 1px solid rgba(224, 177, 64, 0.16);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}

body.gold-signup-page .gold-signup-visual::before {
  top: -145px;
  right: -118px;
  width: 330px;
  height: 330px;
}

body.gold-signup-page .gold-signup-visual::after {
  right: -54px;
  bottom: -115px;
  width: 245px;
  height: 245px;
}

body.gold-signup-page .gold-signup-visual__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  min-height: 31px;
  padding: 6px 10px;
  color: #e8ca70;
  background: rgba(206, 153, 39, 0.1);
  border: 1px solid rgba(213, 165, 54, 0.34);
  border-radius: 999px;
  font-size: 8.5px;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

body.gold-signup-page .gold-signup-visual__eyebrow i {
  margin-right: 7px;
  color: #f0ca5a;
  font-size: 8px;
}

body.gold-signup-page .gold-signup-visual__image {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 24px 0 25px;
  padding: 9px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(227, 181, 71, 0.65);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28), 0 0 0 4px rgba(213, 164, 49, 0.07);
}

body.gold-signup-page .gold-signup-visual__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-radius: 12px;
}

body.gold-signup-page .gold-signup-visual__copy {
  position: relative;
  z-index: 1;
}

body.gold-signup-page .gold-signup-visual__copy h1 {
  margin: 0;
  color: #fff3d7;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

body.gold-signup-page .gold-signup-visual__copy p {
  max-width: 430px;
  margin: 13px 0 0;
  color: #b7aa92;
  font-size: 10.5px;
  font-weight: 550;
  line-height: 1.65;
}

body.gold-signup-page .gold-signup-benefits {
  position: relative;
  z-index: 1;
  display: flex;
  margin-top: auto;
  padding-top: 23px;
  gap: 8px;
  flex-wrap: wrap;
}

body.gold-signup-page .gold-signup-benefits > span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 9px;
  color: #d8cbb2;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(214, 164, 48, 0.22);
  border-radius: 9px;
  font-size: 8px;
  font-weight: 750;
}

body.gold-signup-page .gold-signup-benefits b {
  margin-right: 6px;
  font-size: 11px;
}

body.gold-signup-page .gold-signup-form-card {
  min-width: 0;
  padding: 35px 38px;
  background:
    radial-gradient(circle at 100% 0, rgba(225, 180, 66, 0.17), transparent 18rem),
    linear-gradient(145deg, #fffefa, #fbf5e7 74%, #f5e7c7);
}

body.gold-signup-page .gold-signup-form {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

body.gold-signup-page .gold-signup-form__head {
  display: grid;
  min-height: 70px;
  margin-bottom: 23px;
  padding-bottom: 18px;
  grid-template-columns: 45px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid rgba(181, 136, 42, 0.28);
}

body.gold-signup-page .gold-signup-form__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #281905;
  background: linear-gradient(145deg, #f5dc80, #bc7a17);
  border: 1px solid #aa6b10;
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(127, 74, 4, 0.19), inset 0 1px rgba(255, 246, 198, 0.72);
  font-size: 14px;
}

body.gold-signup-page .gold-signup-form__heading {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.gold-signup-page .gold-signup-form__heading strong {
  color: #4b3207;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

body.gold-signup-page .gold-signup-form__heading small {
  margin-top: 4px;
  color: #88775d;
  font-size: 9px;
  font-weight: 650;
}

body.gold-signup-page .gold-signup-form__secure {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  color: #6d4809;
  background: rgba(247, 225, 171, 0.56);
  border: 1px solid rgba(182, 130, 30, 0.39);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 850;
}

body.gold-signup-page .gold-signup-form__secure i {
  margin-right: 5px;
  font-size: 7px;
}

body.gold-signup-page .gold-signup-group {
  margin-bottom: 16px;
}

body.gold-signup-page .gold-signup-group > .control-label {
  margin-bottom: 7px;
  color: #514025;
  font-size: 10px;
  font-weight: 820;
}

body.gold-signup-page .gold-signup-field {
  position: relative;
  width: 100%;
}

body.gold-signup-page .gold-signup-field__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #9a6812;
  background: rgba(240, 218, 163, 0.44);
  border: 1px solid rgba(181, 132, 35, 0.23);
  border-radius: 9px;
  font-size: 10px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: color 0.16s ease, background-color 0.16s ease, border-color 0.16s ease;
}

body.gold-signup-page .gold-signup-field .form-control {
  width: 100%;
  height: 54px;
  min-height: 54px;
  padding: 11px 13px 11px 52px;
  color: #3d3324;
  background: rgba(255, 254, 250, 0.9);
  border: 1px solid #d1b76f;
  border-radius: 12px;
  box-shadow: inset 0 1px 2px rgba(67, 43, 4, 0.025);
  font-size: 13px;
  font-weight: 620;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

body.gold-signup-page .gold-signup-field .form-control::placeholder {
  color: #aaa08e;
  font-weight: 500;
}

body.gold-signup-page .gold-signup-field .form-control:focus {
  background: #fff;
  border-color: #b77a17;
  outline: none;
  box-shadow: 0 0 0 3px rgba(205, 151, 40, 0.13), 0 8px 19px rgba(92, 56, 4, 0.07);
}

body.gold-signup-page .gold-signup-group:focus-within .gold-signup-field__icon {
  color: #2a1a03;
  background: linear-gradient(145deg, #f4d978, #c98a1d);
  border-color: #a96b10;
}

body.gold-signup-page .gold-signup-group.has-error .gold-signup-field .form-control {
  border-color: #b9362e;
  box-shadow: 0 0 0 3px rgba(185, 54, 46, 0.09);
}

body.gold-signup-page .gold-signup-group .help-block {
  margin: 6px 2px 0;
  color: #a92e28;
  font-size: 8.5px;
  font-weight: 700;
}

body.gold-signup-page .gold-signup-actions {
  display: flex;
  margin: 24px 0 0;
  flex-direction: column;
}

body.gold-signup-page .gold-signup-actions > [class*="col-"] {
  float: none;
  width: 100%;
  padding: 0;
}

body.gold-signup-page .gold-signup-actions .form-inline,
body.gold-signup-page .gold-signup-actions .form-group {
  display: block;
  width: 100%;
  margin: 0;
}

body.gold-signup-page .gold-signup-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 11px 18px;
  color: #261704;
  background:
    radial-gradient(circle at 90% 0, rgba(255, 244, 191, 0.44), transparent 8rem),
    linear-gradient(135deg, #f3d675, #cb891a);
  border: 1px solid #a96d12;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(136, 80, 4, 0.19), inset 0 1px rgba(255, 246, 198, 0.72);
  font-size: 12px;
  font-weight: 900;
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

body.gold-signup-page .gold-signup-submit i {
  margin-left: 9px;
  font-size: 9px;
  transition: transform 0.16s ease;
}

body.gold-signup-page .gold-signup-submit:hover,
body.gold-signup-page .gold-signup-submit:focus {
  color: #1d1102;
  filter: brightness(1.03);
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 13px 27px rgba(136, 80, 4, 0.24), inset 0 1px rgba(255, 248, 209, 0.8);
}

body.gold-signup-page .gold-signup-submit:hover i,
body.gold-signup-page .gold-signup-submit:focus i {
  transform: translateX(3px);
}

body.gold-signup-page .gold-signup-signin {
  display: block;
  margin-top: 18px;
  color: #7d715f;
  font-size: 10px;
  font-weight: 620;
  text-align: center;
}

body.gold-signup-page .gold-signup-signin a {
  color: #8d5d08;
  font-weight: 850;
}

body.gold-signup-page .gold-signup-form > .alert {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 9px;
  font-weight: 700;
}

@media (max-width: 900px) {
  body.gold-signup-page .gold-signup-layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  body.gold-signup-page .gold-signup-visual,
  body.gold-signup-page .gold-signup-form-card {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  body.gold-signup-page .gold-main > .container {
    width: 100%;
    padding: 14px 10px 34px;
  }

  body.gold-signup-page .gold-main > .container > .row,
  body.gold-signup-page .gold-signup-column {
    width: 100%;
    margin: 0 !important;
    padding: 0;
  }

  body.gold-signup-page .gold-signup-panel,
  body.gold-signup-page .gold-signup-layout {
    border-radius: 18px;
  }

  body.gold-signup-page .gold-signup-layout {
    display: flex;
    flex-direction: column;
  }

  body.gold-signup-page .gold-signup-visual {
    min-height: 0;
    padding: 19px 17px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(193, 143, 39, 0.42);
  }

  body.gold-signup-page .gold-signup-visual__eyebrow {
    min-height: 27px;
    padding: 5px 9px;
    font-size: 7px;
  }

  body.gold-signup-page .gold-signup-visual__image {
    width: min(100%, 370px);
    margin: 15px auto 17px;
    padding: 7px;
    border-radius: 14px;
  }

  body.gold-signup-page .gold-signup-visual__image img {
    border-radius: 9px;
  }

  body.gold-signup-page .gold-signup-visual__copy h1 {
    font-size: 23px;
  }

  body.gold-signup-page .gold-signup-visual__copy p {
    margin-top: 9px;
    font-size: 9.5px;
    line-height: 1.55;
  }

  body.gold-signup-page .gold-signup-benefits {
    margin-top: 16px;
    padding-top: 0;
    gap: 6px;
  }

  body.gold-signup-page .gold-signup-benefits > span {
    min-height: 29px;
    padding: 5px 7px;
    font-size: 7px;
  }

  body.gold-signup-page .gold-signup-form-card {
    padding: 21px 17px 23px;
  }

  body.gold-signup-page .gold-signup-form__head {
    min-height: 58px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 9px;
  }

  body.gold-signup-page .gold-signup-form__icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    font-size: 12px;
  }

  body.gold-signup-page .gold-signup-form__heading strong {
    font-size: 15px;
  }

  body.gold-signup-page .gold-signup-form__heading small {
    font-size: 8px;
  }

  body.gold-signup-page .gold-signup-form__secure {
    padding: 5px 7px;
    font-size: 7px;
  }

  body.gold-signup-page .gold-signup-group {
    margin-bottom: 14px;
  }

  body.gold-signup-page .gold-signup-group > .control-label {
    font-size: 10px;
  }

  body.gold-signup-page .gold-signup-field .form-control {
    height: 52px;
    min-height: 52px;
    padding-left: 49px;
    font-size: 16px;
  }

  body.gold-signup-page .gold-signup-field__icon {
    left: 9px;
    width: 31px;
    height: 31px;
  }

  body.gold-signup-page .gold-signup-actions {
    margin-top: 21px;
  }

  body.gold-signup-page .gold-signup-submit {
    min-height: 50px;
    font-size: 11px;
  }

  body.gold-signup-page .gold-signup-signin {
    margin-top: 16px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-signup-page .gold-signup-field .form-control,
  body.gold-signup-page .gold-signup-field__icon,
  body.gold-signup-page .gold-signup-submit,
  body.gold-signup-page .gold-signup-submit i {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   Public pages — persistent premium light / dark colour mode
   -------------------------------------------------------------------------- */
.gold-public-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #563906;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.78), transparent 2.7rem),
    linear-gradient(145deg, #fffdf5, #f2dfae);
  border: 1px solid rgba(169, 116, 19, 0.43);
  border-radius: 12px;
  box-shadow: 0 7px 17px rgba(111, 67, 4, 0.1), inset 0 1px rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, background 0.25s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.16s ease;
}

.gold-public-theme-toggle:hover,
.gold-public-theme-toggle:focus {
  color: #201303;
  background: linear-gradient(145deg, #f7dc7d, #cd8b1b);
  border-color: #a76b10;
  outline: none;
  box-shadow: 0 9px 21px rgba(124, 74, 4, 0.19), inset 0 1px rgba(255, 247, 205, 0.78);
  transform: translateY(-1px);
}

.gold-public-theme-toggle:active {
  transform: scale(0.94);
}

.gold-public-theme-toggle--mobile {
  display: none;
}

body.gold-public .navbar-default .navbar-nav > .gold-public-theme-item {
  display: flex;
  align-items: center;
  min-height: 60px;
  margin: 0 8px;
}

body.gold-public .navbar-default .navbar-nav > .gold-public-theme-item > .gold-public-theme-toggle {
  float: none;
}

body.gold-public,
body.gold-public .gold-main,
body.gold-public .gold-home,
body.gold-public > .navbar,
body.gold-public .navbar-default {
  transition: color 0.28s ease, background-color 0.32s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

/* Public navigation in dark mode. */
body.gold-public.gold-dark {
  --home-ink: #f2e8d5;
  --home-muted: #b0a38e;
  --home-cream: #080705;
  --home-surface: #141008;
  --home-line: rgba(207, 157, 50, 0.3);
  color: #eee3cf;
  background: #080705;
  color-scheme: dark;
}

body.gold-public.gold-dark > .navbar,
body.gold-public.gold-dark .navbar-default {
  background:
    radial-gradient(circle at 84% 0, rgba(218, 168, 47, 0.12), transparent 15rem),
    rgba(9, 8, 6, 0.97);
  border-bottom-color: rgba(195, 144, 37, 0.52);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.38);
}

body.gold-public.gold-dark .navbar-default .navbar-brand {
  color: #edce78;
  text-shadow: 0 0 20px rgba(225, 175, 55, 0.13);
}

body.gold-public.gold-dark .navbar-default .navbar-nav > li > a {
  color: #cfc3ae;
}

body.gold-public.gold-dark .navbar-default .navbar-nav > li > a:hover,
body.gold-public.gold-dark .navbar-default .navbar-nav > li > a:focus {
  color: #f1d373;
}

body.gold-public.gold-dark .navbar-default .navbar-nav > .active > a,
body.gold-public.gold-dark .navbar-default .navbar-nav > .active > a:hover,
body.gold-public.gold-dark .navbar-default .navbar-nav > .active > a:focus {
  color: #1d1202;
  background: linear-gradient(135deg, #f1d16f, #bd7812);
}

body.gold-public.gold-dark .gold-public-theme-toggle {
  color: #f3d672;
  background:
    radial-gradient(circle at 28% 18%, rgba(226, 179, 62, 0.15), transparent 2.5rem),
    linear-gradient(145deg, #211a10, #0c0a07);
  border-color: rgba(197, 148, 43, 0.5);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 224, 136, 0.055);
}

body.gold-public.gold-dark .gold-public-theme-toggle:hover,
body.gold-public.gold-dark .gold-public-theme-toggle:focus {
  color: #211503;
  background: linear-gradient(145deg, #f1d573, #c58215);
  border-color: #d2a241;
}

/* Homepage surfaces in dark mode. The hero, process section and footer already
   use the dark luxury palette, so this completes the remaining light panels. */
body.gold-public.gold-dark .gold-home {
  color: #eee4d2;
  background: #080705;
}

body.gold-public.gold-dark .gold-home__login-card {
  background:
    radial-gradient(circle at 100% 0, rgba(221, 175, 55, 0.14), transparent 16rem),
    linear-gradient(145deg, #1d170f, #0b0906 74%, #151008);
  border-color: rgba(197, 148, 43, 0.53);
  box-shadow: 0 25px 58px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 225, 139, 0.045);
}

body.gold-public.gold-dark .gold-home__login-head {
  border-bottom-color: rgba(189, 140, 40, 0.3);
}

body.gold-public.gold-dark .gold-home__login-head h2,
body.gold-public.gold-dark .gold-home__field > label,
body.gold-public.gold-dark .gold-home__field-row label {
  color: #f3e5c7;
}

body.gold-public.gold-dark .gold-home__login-head p,
body.gold-public.gold-dark .gold-home__signup-line,
body.gold-public.gold-dark .gold-home__divider,
body.gold-public.gold-dark .gold-home__secure-line {
  color: #aa9e89;
}

body.gold-public.gold-dark .gold-home__field-row a,
body.gold-public.gold-dark .gold-home__signup-line a,
body.gold-public.gold-dark .gold-home__text-link {
  color: #e4c15c;
}

body.gold-public.gold-dark .gold-home__field-row a:hover,
body.gold-public.gold-dark .gold-home__field-row a:focus,
body.gold-public.gold-dark .gold-home__signup-line a:hover,
body.gold-public.gold-dark .gold-home__signup-line a:focus,
body.gold-public.gold-dark .gold-home__text-link:hover,
body.gold-public.gold-dark .gold-home__text-link:focus {
  color: #ffe294;
}

body.gold-public.gold-dark .gold-home__input-wrap > i {
  color: #d0a63b;
}

body.gold-public.gold-dark .gold-home__input-wrap .form-control {
  color: #f0e5d0;
  background: rgba(5, 4, 3, 0.76);
  border-color: rgba(172, 126, 33, 0.55);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.44);
}

body.gold-public.gold-dark .gold-home__input-wrap .form-control::placeholder {
  color: #796f60;
}

body.gold-public.gold-dark .gold-home__input-wrap .form-control:focus {
  background: #090705;
  border-color: #d19b2e;
  box-shadow: 0 0 0 3px rgba(205, 151, 40, 0.14), 0 9px 22px rgba(0, 0, 0, 0.34);
}

body.gold-public.gold-dark .gold-home__divider::before,
body.gold-public.gold-dark .gold-home__divider::after {
  background: rgba(191, 142, 42, 0.28);
}

body.gold-public.gold-dark .gold-home__secure-line {
  background: rgba(105, 77, 25, 0.14);
  border-top-color: rgba(181, 132, 36, 0.25);
}

body.gold-public.gold-dark .gold-home__trust,
body.gold-public.gold-dark .gold-home__section--platforms,
body.gold-public.gold-dark .gold-home__section--features,
body.gold-public.gold-dark .gold-home__custom,
body.gold-public.gold-dark .gold-home__cta {
  background:
    radial-gradient(circle at 88% 0, rgba(219, 170, 50, 0.08), transparent 23rem),
    linear-gradient(180deg, #0d0a06, #070604);
}

body.gold-public.gold-dark .gold-home__trust,
body.gold-public.gold-dark .gold-home__custom {
  border-color: rgba(180, 132, 35, 0.27);
}

body.gold-public.gold-dark .gold-home__trust-grid article {
  border-color: rgba(180, 132, 35, 0.25);
}

body.gold-public.gold-dark .gold-home__trust-grid strong,
body.gold-public.gold-dark .gold-home__section-head h2,
body.gold-public.gold-dark .gold-home__feature-copy h2,
body.gold-public.gold-dark .gold-home__service-card strong,
body.gold-public.gold-dark .gold-home__feature-grid h3 {
  color: #f1e3c8;
}

body.gold-public.gold-dark .gold-home__trust-grid span,
body.gold-public.gold-dark .gold-home__section-head p,
body.gold-public.gold-dark .gold-home__feature-copy p,
body.gold-public.gold-dark .gold-home__service-card small,
body.gold-public.gold-dark .gold-home__feature-grid p,
body.gold-public.gold-dark .gold-home__custom {
  color: #aa9e89;
}

body.gold-public.gold-dark .gold-home__service-card,
body.gold-public.gold-dark .gold-home__feature-grid article {
  color: #eadfc9;
  background:
    radial-gradient(circle at 100% 0, rgba(220, 173, 54, 0.08), transparent 10rem),
    linear-gradient(145deg, #1b160e, #0b0906);
  border-color: rgba(180, 133, 37, 0.38);
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.3);
}

body.gold-public.gold-dark .gold-home__service-card:hover,
body.gold-public.gold-dark .gold-home__service-card:focus {
  color: #fff0cc;
  background: linear-gradient(145deg, #241c10, #100c07);
  border-color: rgba(220, 170, 58, 0.68);
  box-shadow: 0 19px 42px rgba(0, 0, 0, 0.42);
}

body.gold-public.gold-dark .gold-home__cta-card {
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.48);
}

/* Reassert dark page canvases after the public-page layout overrides. */
body.gold-public.gold-dark.gold-services-page .gold-main,
body.gold-public.gold-dark.gold-api-page .gold-main,
body.gold-public.gold-dark.gold-signup-page .gold-main {
  background:
    radial-gradient(circle at 90% 4%, rgba(223, 179, 65, 0.13), transparent 24rem),
    radial-gradient(circle at 8% 78%, rgba(133, 87, 18, 0.11), transparent 28rem),
    linear-gradient(145deg, #100c07, #050403 58%, #0e0a05);
}

/* Public sign-up form in dark mode. */
body.gold-public.gold-dark.gold-signup-page .gold-signup-panel {
  box-shadow: 0 25px 62px rgba(0, 0, 0, 0.53);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-layout {
  background: #0d0a06;
  border-color: #76591e;
  box-shadow: inset 0 1px rgba(255, 223, 129, 0.035);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-form-card {
  background:
    radial-gradient(circle at 100% 0, rgba(225, 180, 66, 0.14), transparent 18rem),
    linear-gradient(145deg, #1d170f, #0b0906 74%, #151008);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-form__head {
  border-bottom-color: rgba(190, 141, 40, 0.34);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-form__heading strong,
body.gold-public.gold-dark.gold-signup-page .gold-signup-group > .control-label {
  color: #f1e2c4;
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-form__heading small,
body.gold-public.gold-dark.gold-signup-page .gold-signup-signin {
  color: #a99c87;
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-form__secure {
  color: #e5c464;
  background: rgba(125, 91, 25, 0.2);
  border-color: rgba(193, 143, 38, 0.43);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-field__icon {
  color: #d5aa3c;
  background: rgba(111, 80, 21, 0.21);
  border-color: rgba(177, 130, 34, 0.35);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-field .form-control {
  color: #eee3cf;
  background: rgba(5, 4, 3, 0.75);
  border-color: rgba(176, 130, 34, 0.58);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.46);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-field .form-control::placeholder {
  color: #7b7161;
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-field .form-control:focus {
  background: #080604;
  border-color: #d19a2c;
  box-shadow: 0 0 0 3px rgba(205, 151, 40, 0.14), 0 9px 21px rgba(0, 0, 0, 0.35);
}

body.gold-public.gold-dark.gold-signup-page .gold-signup-signin a {
  color: #e4c15f;
}

/* Safe fallback for smaller public forms such as password recovery. */
body.gold-public.gold-dark:not(.gold-services-page):not(.gold-api-page):not(.gold-signup-page) .gold-main > .container .well {
  color: #eee3cf;
  background: linear-gradient(145deg, #1d170f, #0b0906);
  border-color: #76591e;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42);
}

body.gold-public.gold-dark:not(.gold-services-page):not(.gold-api-page):not(.gold-signup-page) .gold-main > .container .form-control {
  color: #eee3cf;
  background: #090705;
  border-color: rgba(178, 132, 36, 0.58);
}

body.gold-public.gold-dark:not(.gold-services-page):not(.gold-api-page):not(.gold-signup-page) .gold-main > .container .control-label {
  color: #f0e2c7;
}

@media (max-width: 767px) {
  .gold-public-theme-toggle--desktop,
  body.gold-public .navbar-default .navbar-nav > .gold-public-theme-item {
    display: none !important;
  }

  .gold-public-theme-toggle--mobile {
    float: right;
    display: inline-flex;
    width: 42px;
    height: 42px;
    margin: 8px 7px 8px 0;
  }

  body.gold-public.gold-dark .navbar-default .navbar-toggle {
    background: linear-gradient(145deg, #20190f, #0c0a07);
    border-color: rgba(197, 148, 43, 0.5);
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.32);
  }

  body.gold-public.gold-dark .navbar-default .navbar-toggle .icon-bar {
    background: #e5c461;
  }

  body.gold-public.gold-dark .navbar-default .navbar-toggle:hover,
  body.gold-public.gold-dark .navbar-default .navbar-toggle:focus {
    background: #261c0f;
    border-color: #c9962e;
  }

  body.gold-public.gold-dark .navbar-default .gold-public-drawer,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer.collapse,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer.collapsing,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer.in {
    color: #e9ddc6;
    background:
      radial-gradient(circle at 100% 0, rgba(226, 178, 57, 0.17), transparent 18rem),
      linear-gradient(160deg, #17120b 0%, #080604 63%, #110d07 100%);
    border-left-color: rgba(196, 146, 39, 0.55);
    box-shadow: -26px 0 58px rgba(0, 0, 0, 0.65);
  }

  body.gold-public.gold-dark .navbar-default .gold-public-drawer__header {
    background: rgba(13, 10, 6, 0.82);
    border-bottom-color: rgba(184, 135, 36, 0.38);
    box-shadow: 0 8px 23px rgba(0, 0, 0, 0.32);
  }

  body.gold-public.gold-dark .gold-public-drawer__heading strong {
    color: #f0d378;
  }

  body.gold-public.gold-dark .gold-public-drawer__heading small,
  body.gold-public.gold-dark .gold-public-drawer__copy small,
  body.gold-public.gold-dark .gold-public-drawer__footer small {
    color: #9e927f;
  }

  body.gold-public.gold-dark .gold-public-drawer__close {
    color: #ead078;
    background: rgba(38, 29, 16, 0.72);
    border-color: rgba(182, 135, 38, 0.49);
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.3);
  }

  body.gold-public.gold-dark .gold-public-drawer__close:hover,
  body.gold-public.gold-dark .gold-public-drawer__close:focus {
    color: #231603;
    background: #e7c860;
  }

  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li > a,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li.active > a {
    color: #e0d5c1;
    background: linear-gradient(145deg, rgba(35, 28, 17, 0.9), rgba(13, 10, 7, 0.9));
    border-color: rgba(174, 130, 37, 0.46);
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.27);
  }

  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li > a:hover,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li > a:focus {
    color: #f5e8cc;
    background: #231a0e;
    border-color: rgba(212, 162, 50, 0.67);
  }

  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li.active > a,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li.active > a:hover,
  body.gold-public.gold-dark .navbar-default .gold-public-drawer > .navbar-nav > li.active > a:focus {
    color: #241604;
    background: linear-gradient(135deg, #f2d475, #c98517);
  }

  body.gold-public.gold-dark .gold-public-drawer__emoji {
    background: linear-gradient(145deg, #302516, #171108);
    border-color: rgba(192, 143, 40, 0.48);
    box-shadow: inset 0 1px rgba(255, 226, 141, 0.07);
  }

  body.gold-public.gold-dark .gold-public-drawer li.active .gold-public-drawer__emoji {
    background: rgba(255, 246, 202, 0.52);
    border-color: rgba(103, 61, 4, 0.3);
  }

  body.gold-public.gold-dark .gold-public-drawer__footer {
    color: #e1c66e;
    background: rgba(25, 19, 11, 0.88);
    border-top-color: rgba(182, 134, 36, 0.36);
  }

  body.gold-public.gold-dark .gold-public-drawer__footer > span:first-child {
    background: rgba(52, 39, 20, 0.76);
    border-color: rgba(187, 139, 39, 0.43);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-public-theme-toggle,
  body.gold-public,
  body.gold-public .gold-main,
  body.gold-public .gold-home,
  body.gold-public > .navbar,
  body.gold-public .navbar-default {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   New order — platform category and service filter
   -------------------------------------------------------------------------- */
.gold-card-title--platform {
  position: relative;
  overflow: visible;
  gap: 9px;
}

.gold-card-title--platform > span:not(.gold-card-title__icon) {
  min-width: 0;
}

.gold-platform-filter {
  position: relative;
  z-index: 80;
  display: inline-flex;
  margin-left: auto;
  flex: 0 0 auto;
}

.gold-platform-filter__trigger {
  display: grid;
  min-width: 158px;
  min-height: 42px;
  padding: 6px 9px;
  grid-template-columns: 28px minmax(0, 1fr) 15px;
  align-items: center;
  gap: 7px;
  color: #4c3710;
  background:
    radial-gradient(circle at 92% 0, rgba(241, 202, 98, 0.28), transparent 6rem),
    linear-gradient(145deg, #fffdf8, #f5e8c8);
  border: 1px solid #c8a452;
  border-radius: 11px;
  box-shadow: 0 7px 17px rgba(92, 56, 4, 0.09), inset 0 1px rgba(255, 255, 255, 0.82);
  font-size: 9.5px;
  font-weight: 850;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  transition: color 0.16s ease, background 0.2s ease, border-color 0.16s ease, box-shadow 0.18s ease, transform 0.16s ease;
}

.gold-platform-filter__trigger:hover,
.gold-platform-filter__trigger:focus,
.gold-platform-filter.is-open .gold-platform-filter__trigger {
  color: #281a03;
  background: linear-gradient(145deg, #fff8df, #ebcf82);
  border-color: #aa7112;
  outline: none;
  box-shadow: 0 10px 22px rgba(115, 69, 4, 0.15), inset 0 1px rgba(255, 255, 255, 0.85);
}

.gold-platform-filter__trigger:active {
  transform: scale(0.975);
}

.gold-platform-filter__current {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gold-platform-filter__chevron {
  justify-self: center;
  color: #9f6c12;
  font-size: 8px;
  transition: transform 0.2s ease;
}

.gold-platform-filter.is-open .gold-platform-filter__chevron {
  transform: rotate(180deg);
}

.gold-platform-filter__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  overflow: hidden;
  color: #704805;
  background: linear-gradient(145deg, #fff8de, #e9cb79);
  border: 1px solid rgba(167, 111, 17, 0.35);
  border-radius: 8px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1;
}

.gold-platform-filter__icon img,
.gold-platform-filter__icon svg {
  display: block;
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  margin: 0 !important;
  object-fit: contain;
}

.gold-platform-filter__icon > i,
.gold-platform-filter__icon > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  font-size: 12px;
  line-height: 1;
}

.gold-platform-filter__menu {
  position: absolute;
  z-index: 5;
  top: calc(100% + 8px);
  right: 0;
  display: grid;
  width: 245px;
  max-height: min(62vh, 450px);
  padding: 7px;
  overflow-x: hidden;
  overflow-y: auto;
  gap: 5px;
  background:
    radial-gradient(circle at 100% 0, rgba(228, 182, 69, 0.2), transparent 10rem),
    linear-gradient(145deg, #fffefa, #f7eed9);
  border: 1px solid #bc8b2f;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(59, 36, 3, 0.23), inset 0 1px rgba(255, 255, 255, 0.84);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-7px) scale(0.98);
  transform-origin: top right;
  transition: opacity 0.18s ease, visibility 0s linear 0.24s, transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.gold-platform-filter.is-open .gold-platform-filter__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition-delay: 0s;
}

.gold-platform-filter__option {
  display: grid;
  width: 100%;
  min-height: 43px;
  padding: 6px 8px;
  grid-template-columns: 30px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 8px;
  color: #55462f;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(176, 128, 31, 0.2);
  border-radius: 10px;
  box-shadow: none;
  font-size: 10px;
  font-weight: 780;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  transition: color 0.15s ease, background 0.17s ease, border-color 0.15s ease, transform 0.15s ease;
}

.gold-platform-filter__option:hover,
.gold-platform-filter__option:focus {
  color: #2b1b03;
  background: #fff8e4;
  border-color: rgba(170, 112, 17, 0.5);
  outline: none;
  transform: translateX(-2px);
}

.gold-platform-filter__option.is-active {
  color: #251604;
  background:
    radial-gradient(circle at 92% 0, rgba(255, 245, 196, 0.42), transparent 6rem),
    linear-gradient(135deg, #f3d675, #cc8919);
  border-color: #a96b10;
  box-shadow: 0 7px 16px rgba(132, 78, 4, 0.15), inset 0 1px rgba(255, 247, 204, 0.74);
}

.gold-platform-filter__option.is-active .gold-platform-filter__icon {
  background: rgba(255, 250, 229, 0.76);
  border-color: rgba(102, 61, 4, 0.27);
}

.gold-platform-filter__option:disabled {
  opacity: 0.38;
  cursor: not-allowed;
  filter: grayscale(0.55);
}

.gold-platform-filter__option-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gold-platform-filter__check {
  justify-self: center;
  color: #5e3d05;
  font-size: 8px;
  opacity: 0;
}

.gold-platform-filter__option.is-active .gold-platform-filter__check {
  opacity: 1;
}

body.gold-dark .gold-platform-filter__trigger {
  color: #eadfc9;
  background:
    radial-gradient(circle at 92% 0, rgba(213, 162, 48, 0.1), transparent 6rem),
    linear-gradient(145deg, #211a10, #0d0a07);
  border-color: rgba(190, 141, 39, 0.55);
  box-shadow: 0 8px 19px rgba(0, 0, 0, 0.31), inset 0 1px rgba(255, 226, 139, 0.05);
}

body.gold-dark .gold-platform-filter__trigger:hover,
body.gold-dark .gold-platform-filter__trigger:focus,
body.gold-dark .gold-platform-filter.is-open .gold-platform-filter__trigger {
  color: #f8e9c8;
  background: linear-gradient(145deg, #2a2012, #120e08);
  border-color: rgba(218, 166, 52, 0.75);
}

body.gold-dark .gold-platform-filter__icon {
  color: #e0c36a;
  background: linear-gradient(145deg, #302516, #171108);
  border-color: rgba(192, 143, 40, 0.48);
  box-shadow: inset 0 1px rgba(255, 226, 141, 0.07);
}

body.gold-dark .gold-platform-filter__menu {
  background:
    radial-gradient(circle at 100% 0, rgba(224, 176, 57, 0.14), transparent 10rem),
    linear-gradient(145deg, #1d170f, #090705 76%, #130e07);
  border-color: #77591e;
  box-shadow: 0 22px 49px rgba(0, 0, 0, 0.58), inset 0 1px rgba(255, 225, 136, 0.04);
}

body.gold-dark .gold-platform-filter__option {
  color: #d8ccb7;
  background: linear-gradient(145deg, rgba(34, 27, 17, 0.94), rgba(13, 10, 7, 0.94));
  border-color: rgba(178, 133, 38, 0.4);
}

body.gold-dark .gold-platform-filter__option:hover,
body.gold-dark .gold-platform-filter__option:focus {
  color: #f4e7cd;
  background: #241b0f;
  border-color: rgba(213, 163, 51, 0.68);
}

body.gold-dark .gold-platform-filter__option.is-active {
  color: #251604;
  background: linear-gradient(135deg, #f1d373, #c78316);
  border-color: #d2a13c;
}

@media (max-width: 767px) {
  .gold-card-title--platform {
    gap: 7px;
  }

  .gold-card-title--platform .gold-card-title__icon {
    flex: 0 0 36px;
  }

  .gold-platform-filter__trigger {
    min-width: 137px;
    min-height: 38px;
    padding: 5px 7px;
    grid-template-columns: 25px minmax(0, 1fr) 12px;
    gap: 6px;
    font-size: 8.5px;
  }

  .gold-platform-filter__trigger .gold-platform-filter__icon {
    width: 25px;
    height: 25px;
    border-radius: 7px;
  }

  .gold-platform-filter__trigger .gold-platform-filter__icon img,
  .gold-platform-filter__trigger .gold-platform-filter__icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  .gold-platform-filter__menu {
    width: min(78vw, 245px);
    max-height: min(58vh, 430px);
  }
}

@media (max-width: 390px) {
  .gold-platform-filter__trigger {
    min-width: 42px;
    width: 42px;
    grid-template-columns: 1fr;
  }

  .gold-platform-filter__trigger .gold-platform-filter__current,
  .gold-platform-filter__trigger .gold-platform-filter__chevron {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-platform-filter__trigger,
  .gold-platform-filter__chevron,
  .gold-platform-filter__menu,
  .gold-platform-filter__option {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   New order — "Read Here Before Order" action and guidelines modal
   -------------------------------------------------------------------------- */
body.gold-order-guidelines-open {
  overflow: hidden;
}

.gold-order-read-wrap {
  display: flex;
  width: 100%;
  margin: 14px 0 8px;
  justify-content: center;
}

.gold-order-read-button {
  position: relative;
  display: inline-flex;
  width: auto;
  min-height: 34px;
  padding: 5px 7px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #776f62;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  cursor: pointer;
  transition: color 0.18s ease, background 0.2s ease, border-color 0.18s ease, box-shadow 0.2s ease, transform 0.16s ease;
}

.gold-order-read-button::before {
  display: none;
}

.gold-order-read-button:hover,
.gold-order-read-button:focus {
  color: #9a6710;
  background: transparent;
  border-color: transparent;
  outline: none;
  box-shadow: none;
  transform: none;
}

.gold-order-read-button:active {
  opacity: 0.72;
  transform: none;
}

.gold-order-read-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  color: #8a8173;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.gold-order-read-button__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.gold-order-read-button__copy strong {
  color: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.gold-order-read-button__copy small {
  margin-top: 3px;
  color: #8a7656;
  font-size: 8px;
  font-weight: 680;
}

.gold-order-read-button__arrow {
  display: none;
}

.gold-order-read-button:hover .gold-order-read-button__arrow,
.gold-order-read-button:focus .gold-order-read-button__arrow {
  transform: translateX(3px);
}

.gold-order-guidelines {
  position: fixed;
  z-index: 20050;
  inset: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0s linear 0.34s;
}

.gold-order-guidelines.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.gold-order-guidelines__backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(10, 7, 3, 0.72);
  border: 0;
  outline: 0;
  cursor: default;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.gold-order-guidelines__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100%, 760px);
  max-height: min(88vh, 820px);
  max-height: min(88dvh, 820px);
  overflow: hidden;
  flex-direction: column;
  color: #42321a;
  background:
    radial-gradient(circle at 100% 0, rgba(226, 179, 61, 0.2), transparent 20rem),
    linear-gradient(145deg, #fffefa, #fbf4e2 76%, #f3e1b8);
  border: 1px solid #bd8b2b;
  border-radius: 21px;
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.36), inset 0 1px rgba(255, 255, 255, 0.9);
  opacity: 0;
  transform: translateY(18px) scale(0.975);
  transition: opacity 0.24s ease, transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.gold-order-guidelines.is-open .gold-order-guidelines__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gold-order-guidelines__header {
  display: grid;
  flex: 0 0 auto;
  min-height: 86px;
  padding: 17px 19px;
  grid-template-columns: 48px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 12px;
  background: rgba(255, 253, 246, 0.8);
  border-bottom: 1px solid rgba(177, 126, 26, 0.3);
  box-shadow: 0 8px 22px rgba(82, 50, 4, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.gold-order-guidelines__header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff2dc;
  background: linear-gradient(145deg, #cf4646, #941e1e);
  border: 1px solid #7f1717;
  border-radius: 13px;
  box-shadow: 0 9px 19px rgba(151, 31, 31, 0.22), inset 0 1px rgba(255, 220, 192, 0.25);
  font-size: 15px;
}

.gold-order-guidelines__heading {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.gold-order-guidelines__heading small {
  margin-bottom: 3px;
  color: #b22e2e;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gold-order-guidelines__heading strong {
  color: #392607;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.gold-order-guidelines__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #674509;
  background: rgba(255, 253, 247, 0.78);
  border: 1px solid rgba(169, 116, 20, 0.42);
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(74, 45, 3, 0.08);
  font-size: 25px;
  font-weight: 450;
  line-height: 1;
  cursor: pointer;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.gold-order-guidelines__close:hover,
.gold-order-guidelines__close:focus {
  color: #fff;
  background: #a42626;
  border-color: #7e1717;
  outline: none;
}

.gold-order-guidelines__close:active {
  transform: scale(0.93);
}

.gold-order-guidelines__content {
  min-height: 0;
  padding: 19px;
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1 1 auto;
  overscroll-behavior: contain;
  scrollbar-color: #b47b17 rgba(204, 165, 81, 0.16);
  scrollbar-width: thin;
}

.gold-order-guidelines__content::-webkit-scrollbar {
  width: 7px;
}

.gold-order-guidelines__content::-webkit-scrollbar-thumb {
  background: #b47b17;
  border-radius: 999px;
}

.gold-order-guidelines__intro {
  display: grid;
  margin-bottom: 14px;
  padding: 13px 14px;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: #7d2020;
  background: rgba(190, 47, 47, 0.075);
  border: 1px solid rgba(180, 42, 42, 0.35);
  border-left: 4px solid #b22d2d;
  border-radius: 12px;
}

.gold-order-guidelines__intro > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #b32d2d;
  border-radius: 9px;
  font-size: 11px;
}

.gold-order-guidelines__intro p {
  margin: 0;
  font-size: 11px;
  font-weight: 820;
  line-height: 1.55;
}

.gold-order-guidelines__list {
  display: grid;
  gap: 9px;
}

.gold-order-guidelines__item {
  display: grid;
  min-width: 0;
  margin: 0;
  padding: 12px 13px;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: flex-start;
  gap: 10px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(176, 128, 32, 0.25);
  border-radius: 11px;
  box-shadow: 0 6px 15px rgba(76, 47, 3, 0.035);
}

.gold-order-guidelines__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #fff7ed;
  background: linear-gradient(145deg, #ca3f3f, #8f2020);
  border: 1px solid #821919;
  border-radius: 9px;
  box-shadow: 0 5px 11px rgba(143, 31, 31, 0.16);
  font-size: 9px;
  font-weight: 900;
}

.gold-order-guidelines__item p {
  margin: 2px 0 0;
  color: #554832;
  font-size: 10.5px;
  font-weight: 620;
  line-height: 1.6;
}

.gold-order-guidelines__footer {
  display: flex;
  flex: 0 0 auto;
  min-height: 73px;
  padding: 13px 19px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: rgba(248, 235, 204, 0.88);
  border-top: 1px solid rgba(178, 127, 28, 0.3);
  box-shadow: 0 -7px 18px rgba(82, 50, 4, 0.05);
}

.gold-order-guidelines__footer > span {
  display: inline-flex;
  align-items: center;
  color: #806d4e;
  font-size: 8.5px;
  font-weight: 700;
}

.gold-order-guidelines__footer > span i {
  margin-right: 7px;
  color: #af7918;
  font-size: 10px;
}

.gold-order-guidelines__accept {
  display: inline-flex;
  min-width: 148px;
  min-height: 43px;
  padding: 9px 16px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #251703;
  background: linear-gradient(135deg, #f2d573, #ca8718);
  border: 1px solid #a66b10;
  border-radius: 11px;
  box-shadow: 0 8px 18px rgba(133, 79, 4, 0.18), inset 0 1px rgba(255, 247, 205, 0.78);
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
  transition: filter 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.gold-order-guidelines__accept:hover,
.gold-order-guidelines__accept:focus {
  color: #1c1102;
  filter: brightness(1.04);
  outline: none;
  box-shadow: 0 10px 23px rgba(133, 79, 4, 0.25), inset 0 1px rgba(255, 247, 205, 0.82);
  transform: translateY(-1px);
}

body.gold-dark .gold-order-read-button {
  color: #b8ac97;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

body.gold-dark .gold-order-read-button:hover,
body.gold-dark .gold-order-read-button:focus {
  color: #eccb6b;
  background: transparent;
  border-color: transparent;
}

body.gold-dark .gold-order-read-button__icon {
  color: #b7aa92;
}

body.gold-dark .gold-order-read-button__copy small {
  color: #a99c85;
}

body.gold-dark .gold-order-guidelines__dialog {
  color: #eee2ca;
  background:
    radial-gradient(circle at 100% 0, rgba(224, 176, 57, 0.15), transparent 20rem),
    linear-gradient(145deg, #1d170f, #090705 76%, #130e07);
  border-color: #77591e;
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.68), inset 0 1px rgba(255, 225, 136, 0.04);
}

body.gold-dark .gold-order-guidelines__header {
  background: rgba(14, 11, 7, 0.84);
  border-bottom-color: rgba(190, 141, 39, 0.37);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.34);
}

body.gold-dark .gold-order-guidelines__heading strong {
  color: #f1dcaa;
}

body.gold-dark .gold-order-guidelines__heading small {
  color: #f06d6d;
}

body.gold-dark .gold-order-guidelines__close {
  color: #e6c967;
  background: rgba(41, 31, 17, 0.74);
  border-color: rgba(188, 140, 39, 0.5);
  box-shadow: 0 7px 17px rgba(0, 0, 0, 0.3);
}

body.gold-dark .gold-order-guidelines__close:hover,
body.gold-dark .gold-order-guidelines__close:focus {
  color: #fff;
  background: #a52b2b;
  border-color: #d05353;
}

body.gold-dark .gold-order-guidelines__intro {
  color: #ffd4d4;
  background: rgba(187, 45, 45, 0.13);
  border-color: rgba(222, 82, 82, 0.45);
  border-left-color: #d54848;
}

body.gold-dark .gold-order-guidelines__item {
  background: linear-gradient(145deg, rgba(34, 27, 17, 0.94), rgba(13, 10, 7, 0.94));
  border-color: rgba(178, 133, 38, 0.4);
  box-shadow: 0 7px 17px rgba(0, 0, 0, 0.25);
}

body.gold-dark .gold-order-guidelines__item p {
  color: #d1c4ad;
}

body.gold-dark .gold-order-guidelines__footer {
  background: rgba(25, 19, 11, 0.94);
  border-top-color: rgba(185, 137, 37, 0.38);
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.25);
}

body.gold-dark .gold-order-guidelines__footer > span {
  color: #a99b84;
}

@media (max-width: 767px) {
  .gold-order-read-wrap {
    margin: 13px 0 7px;
  }

  .gold-order-read-button {
    width: auto;
    min-height: 34px;
  }

  .gold-order-guidelines {
    padding: 10px;
    align-items: flex-end;
  }

  .gold-order-guidelines__dialog {
    width: 100%;
    max-height: 91vh;
    max-height: 91dvh;
    border-radius: 19px;
    transform: translateY(32px) scale(0.985);
  }

  .gold-order-guidelines__header {
    min-height: 76px;
    padding: 13px 14px;
    grid-template-columns: 42px minmax(0, 1fr) 38px;
    gap: 10px;
  }

  .gold-order-guidelines__header-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    font-size: 13px;
  }

  .gold-order-guidelines__heading strong {
    font-size: 16px;
  }

  .gold-order-guidelines__heading small {
    font-size: 7px;
  }

  .gold-order-guidelines__close {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 23px;
  }

  .gold-order-guidelines__content {
    padding: 13px;
  }

  .gold-order-guidelines__intro {
    padding: 11px;
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 9px;
  }

  .gold-order-guidelines__intro > i {
    width: 29px;
    height: 29px;
  }

  .gold-order-guidelines__intro p {
    font-size: 10px;
  }

  .gold-order-guidelines__item {
    padding: 10px;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 9px;
  }

  .gold-order-guidelines__number {
    width: 26px;
    height: 26px;
  }

  .gold-order-guidelines__item p {
    margin-top: 1px;
    font-size: 10px;
    line-height: 1.55;
  }

  .gold-order-guidelines__footer {
    min-height: 64px;
    padding: 10px 13px calc(10px + env(safe-area-inset-bottom));
  }

  .gold-order-guidelines__footer > span {
    display: none;
  }

  .gold-order-guidelines__accept {
    width: 100%;
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-order-read-button,
  .gold-order-read-button__arrow,
  .gold-order-guidelines,
  .gold-order-guidelines__dialog,
  .gold-order-guidelines__close,
  .gold-order-guidelines__accept {
    transition: none;
  }
}
/* KingOfPanel Telegram shortcut beside the colour-mode control. */
.gold-telegram-action,
.gold-telegram-action:visited {
  color: #229ed9 !important;
  background: linear-gradient(145deg, #ffffff, #f2faff) !important;
  border-color: rgba(34, 158, 217, 0.5) !important;
  box-shadow: 0 6px 15px rgba(34, 158, 217, 0.18) !important;
  text-decoration: none !important;
  transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.gold-telegram-action i {
  color: inherit;
  font-size: 20px;
}

.gold-telegram-action:hover,
.gold-telegram-action:focus {
  color: #ffffff !important;
  background: linear-gradient(145deg, #42bff5, #168bd2) !important;
  border-color: #168bd2 !important;
  box-shadow: 0 9px 20px rgba(34, 158, 217, 0.32) !important;
  outline: none;
  transform: translateY(-1px);
}

body.gold-dark .gold-telegram-action,
body.gold-dark .gold-telegram-action:visited {
  color: #39b7f0 !important;
  background: linear-gradient(145deg, #171d22, #0b0f12) !important;
  border-color: rgba(57, 183, 240, 0.62) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.32) !important;
}

body.gold-dark .gold-telegram-action:hover,
body.gold-dark .gold-telegram-action:focus {
  color: #ffffff !important;
  background: linear-gradient(145deg, #42bff5, #168bd2) !important;
  border-color: #42bff5 !important;
}

@media (max-width: 420px) {
  .gold-mobile-actions {
    gap: 6px;
  }

  .gold-telegram-action {
    min-width: 39px;
    width: 39px;
  }
}

/* Services catalogue v2: correctly accommodates Average Time and Details. */
body.gold-services-page .gold-services-table > thead > tr > th:nth-last-child(2) {
  width: 150px;
}

body.gold-services-page .gold-services-table > thead > tr > th:last-child {
  width: 84px;
}

body.gold-services-page .gold-services-cell--average {
  color: #70531b;
  font-size: 10.5px;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
}

body.gold-services-page .gold-services-cell--average::before {
  margin-right: 6px;
  color: #b07b18;
  content: '\f017';
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free', FontAwesome;
  font-weight: 900;
}

body.gold-services-page .gold-services-cell--average.is-new {
  color: #167154;
  font-weight: 850;
}

body.gold-services-page .gold-services-cell--average.is-new::before {
  color: #23926f;
  content: '\f06a';
}

body.gold-dark.gold-services-page .gold-services-cell--average {
  color: #dec783;
}

body.gold-dark.gold-services-page .gold-services-cell--average.is-new,
body.gold-dark.gold-services-page .gold-services-cell--average.is-new::before {
  color: #63d4ae;
}

@media (max-width: 767px) {
  body.gold-services-page .gold-services-shell {
    padding: 14px 10px 13px;
  }

  body.gold-services-page .gold-services-category-row {
    margin: 12px 0 8px;
  }

  body.gold-services-page .gold-services-category-cell {
    min-height: 42px;
    padding: 9px 11px !important;
    border-radius: 11px;
    box-shadow: 0 7px 16px rgba(115, 71, 5, 0.14), inset 0 1px rgba(255, 244, 195, 0.68);
    font-weight: 850;
  }

  body.gold-services-page .gold-services-row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas:
      'id id name name name name name name name name favorite favorite'
      'rate rate rate rate rate rate min min min max max max'
      'average average average average average average average average action action action action';
    gap: 8px 6px;
    padding: 10px;
    overflow: hidden;
    border-radius: 13px;
    box-shadow: 0 8px 19px rgba(88, 56, 5, 0.09);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  }

  body.gold-services-page--public .gold-services-row {
    grid-template-areas:
      'id id name name name name name name name name name name'
      'rate rate rate rate rate rate min min min max max max'
      'average average average average average average average average action action action action';
  }

  body.gold-services-page .gold-services-row:hover {
    border-color: rgba(180, 126, 27, 0.78);
    box-shadow: 0 11px 24px rgba(88, 56, 5, 0.13);
    transform: translateY(-1px);
  }

  body.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--id {
    grid-area: id;
    width: 100%;
    height: 34px;
    min-height: 34px;
    border-radius: 10px !important;
    font-size: 10.5px;
  }

  body.gold-services-page .gold-services-cell--name {
    grid-area: name;
    align-self: center;
    padding: 1px 2px !important;
    font-size: 11.5px;
    line-height: 1.35;
  }

  body.gold-services-page .gold-services-cell--favorite {
    grid-area: favorite;
    align-self: start;
  }

  body.gold-services-page .gold-services-cell--favorite [data-favorite-service-id] {
    width: 100%;
    min-width: 0;
    height: 34px;
    border-radius: 10px;
  }

  body.gold-services-page .gold-services-cell--rate {
    grid-area: rate;
  }

  body.gold-services-page .gold-services-cell--min {
    grid-area: min;
  }

  body.gold-services-page .gold-services-cell--max {
    grid-area: max;
  }

  body.gold-services-page .gold-services-cell--average {
    grid-area: average;
  }

  body.gold-services-page .gold-services-cell--action {
    grid-area: action;
  }

  body.gold-services-page .gold-services-cell--rate,
  body.gold-services-page .gold-services-cell--min,
  body.gold-services-page .gold-services-cell--max,
  body.gold-services-page .gold-services-cell--average {
    min-width: 0;
    min-height: 44px;
    padding: 7px 6px !important;
    overflow: hidden;
    color: #49391d;
    background: rgba(241, 221, 172, 0.42) !important;
    border: 1px solid rgba(190, 145, 47, 0.28) !important;
    border-radius: 9px !important;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    overflow-wrap: anywhere;
  }

  body.gold-services-page .gold-services-cell--rate::before,
  body.gold-services-page .gold-services-cell--min::before,
  body.gold-services-page .gold-services-cell--max::before,
  body.gold-services-page .gold-services-cell--average::before {
    display: block;
    margin: 0 0 5px;
    color: #8b744c;
    content: attr(data-gold-label);
    font-family: inherit;
    font-size: 7.5px;
    font-weight: 850;
    letter-spacing: 0.045em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.gold-services-page .gold-services-cell--average {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  body.gold-services-page .gold-services-cell--average.is-new {
    color: #176f53;
    background: linear-gradient(145deg, rgba(230, 249, 241, 0.94), rgba(211, 239, 227, 0.88)) !important;
    border-color: rgba(48, 143, 105, 0.34) !important;
  }

  body.gold-services-page .gold-services-cell--average.is-new::before {
    color: #3b8f70;
    content: 'AVERAGE TIME';
  }

  body.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--action .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 7px 6px;
    color: #4d3306 !important;
    border-radius: 9px;
    font-size: 9.5px;
    font-weight: 850;
    line-height: 1.1;
  }

  body.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--action .btn::before {
    margin-right: 5px;
    color: inherit;
    font-size: 10px;
  }

  body.gold-dark.gold-services-page .gold-services-cell--rate,
  body.gold-dark.gold-services-page .gold-services-cell--min,
  body.gold-dark.gold-services-page .gold-services-cell--max,
  body.gold-dark.gold-services-page .gold-services-cell--average {
    color: #e6cd88;
    background: rgba(129, 94, 28, 0.16) !important;
    border-color: rgba(174, 130, 36, 0.32) !important;
  }

  body.gold-dark.gold-services-page .gold-services-cell--rate::before,
  body.gold-dark.gold-services-page .gold-services-cell--min::before,
  body.gold-dark.gold-services-page .gold-services-cell--max::before,
  body.gold-dark.gold-services-page .gold-services-cell--average::before {
    color: #9e8c6b;
  }

  body.gold-dark.gold-services-page .gold-services-cell--average.is-new {
    color: #70d9b7;
    background: linear-gradient(145deg, rgba(24, 65, 53, 0.52), rgba(12, 38, 31, 0.72)) !important;
    border-color: rgba(75, 181, 143, 0.38) !important;
  }

  body.gold-dark.gold-services-page .gold-services-cell--average.is-new::before {
    color: #7fceb3;
  }

body.gold-dark.gold-services-page .gold-services-table > tbody > .gold-services-row > .gold-services-cell--action .btn {
  color: #edcf78 !important;
  background: linear-gradient(145deg, #282014, #151009);
  border-color: #74571f;
}
}

/* Average Time tooltip and neutral New Service panel. */
body.gold-services-page .gold-services-cell--average {
  position: relative;
  overflow: visible !important;
}

@media (max-width: 767px) {
  body.gold-services-page .gold-services-cell--average.is-new {
    color: #16815d;
    background: rgba(241, 221, 172, 0.42) !important;
    border-color: rgba(190, 145, 47, 0.28) !important;
  }

  body.gold-services-page .gold-services-cell--average.is-new::before {
    color: #8b744c;
  }

  body.gold-dark.gold-services-page .gold-services-cell--average.is-new {
    color: #70d9b7;
    background: rgba(129, 94, 28, 0.16) !important;
    border-color: rgba(174, 130, 36, 0.32) !important;
  }

  body.gold-dark.gold-services-page .gold-services-cell--average.is-new::before {
    color: #9e8c6b;
  }
}

body.gold-services-page .gold-average-tooltip {
  position: absolute;
  top: 6px;
  right: 7px;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  color: #9a711f;
  background: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  cursor: help;
}

body.gold-services-page .gold-average-tooltip:hover,
body.gold-services-page .gold-average-tooltip:focus,
body.gold-services-page .gold-average-tooltip.is-open {
  color: #c88b14;
  background: rgba(210, 163, 59, 0.14);
  outline: none;
}

body.gold-services-page .gold-average-tooltip__content {
  position: absolute;
  right: auto;
  bottom: calc(100% + 8px);
  left: 50%;
  z-index: 30;
  width: min(250px, calc(100vw - 48px));
  padding: 10px 12px;
  color: #fff9e9;
  background: #2d2415;
  border: 1px solid rgba(218, 171, 68, 0.58);
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(44, 31, 8, 0.2);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: left;
  text-transform: none;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 5px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

body.gold-services-page .gold-average-tooltip__content::after {
  position: absolute;
  top: 100%;
  right: auto;
  left: 50%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #2d2415;
  content: '';
  transform: translateX(-50%);
}

body.gold-services-page .gold-average-tooltip:hover .gold-average-tooltip__content,
body.gold-services-page .gold-average-tooltip:focus .gold-average-tooltip__content,
body.gold-services-page .gold-average-tooltip.is-open .gold-average-tooltip__content {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

body.gold-dark.gold-services-page .gold-average-tooltip {
  color: #a98b48;
}

body.gold-dark.gold-services-page .gold-average-tooltip:hover,
body.gold-dark.gold-services-page .gold-average-tooltip:focus,
body.gold-dark.gold-services-page .gold-average-tooltip.is-open {
  color: #f0cb71;
  background: rgba(226, 178, 71, 0.13);
}

body.gold-dark.gold-services-page .gold-average-tooltip__content {
  color: #f8e9bc;
  background: #17120b;
  border-color: rgba(206, 155, 52, 0.46);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.46);
}

body.gold-dark.gold-services-page .gold-average-tooltip__content::after {
  border-top-color: #17120b;
}

/* New Order service sorting: compact, touch-friendly and isolated from other pages. */
body.gold-neworder-sort .gold-service-sort {
  margin-top: 2px;
  margin-bottom: 18px;
}

body.gold-neworder-sort .gold-service-sort__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #3f321d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

body.gold-neworder-sort .gold-service-sort__label i {
  color: #b57c12;
  font-size: 15px;
}

body.gold-neworder-sort .gold-service-sort__control {
  position: relative;
}

body.gold-neworder-sort .gold-service-sort__icon {
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #30230d;
  background: linear-gradient(145deg, #f5cf63, #d99a1d);
  border: 1px solid rgba(172, 117, 16, 0.48);
  border-radius: 11px;
  box-shadow: 0 5px 12px rgba(125, 84, 8, 0.14);
  pointer-events: none;
  transform: translateY(-50%);
}

body.gold-neworder-sort .gold-service-sort__select {
  width: 100%;
  height: 54px;
  padding: 0 44px 0 58px;
  color: #40341f;
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid rgba(183, 139, 48, 0.48);
  border-radius: 14px;
  box-shadow: 0 5px 16px rgba(100, 70, 14, 0.06);
  font-size: 14px;
  font-weight: 750;
  line-height: 54px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.gold-neworder-sort .gold-service-sort__select:hover {
  border-color: rgba(183, 128, 27, 0.76);
}

body.gold-neworder-sort .gold-service-sort__select:focus {
  border-color: #c48b1b;
  box-shadow: 0 0 0 3px rgba(211, 161, 47, 0.18), 0 6px 18px rgba(100, 70, 14, 0.08);
  outline: none;
}

body.gold-neworder-sort .gold-service-sort__chevron {
  position: absolute;
  top: 50%;
  right: 17px;
  color: #94732e;
  font-size: 11px;
  pointer-events: none;
  transform: translateY(-50%);
}

body.gold-dark.gold-neworder-sort .gold-service-sort__label {
  color: #ead79d;
}

body.gold-dark.gold-neworder-sort .gold-service-sort__label i {
  color: #dbaf4e;
}

body.gold-dark.gold-neworder-sort .gold-service-sort__icon {
  color: #1e1608;
  background: linear-gradient(145deg, #e5b849, #aa7315);
  border-color: rgba(218, 169, 59, 0.48);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

body.gold-dark.gold-neworder-sort .gold-service-sort__select {
  color: #f1dfa9;
  background: #1b160e;
  border-color: rgba(190, 145, 47, 0.46);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}

body.gold-dark.gold-neworder-sort .gold-service-sort__select option {
  color: #f1dfa9;
  background: #1b160e;
}

body.gold-dark.gold-neworder-sort .gold-service-sort__chevron {
  color: #d2ad5a;
}

@media (max-width: 767px) {
  body.gold-neworder-sort .gold-service-sort {
    margin-bottom: 16px;
  }

  body.gold-neworder-sort .gold-service-sort__label {
    margin-bottom: 7px;
    font-size: 14px;
  }

  body.gold-neworder-sort .gold-service-sort__select {
    height: 50px;
    padding-right: 40px;
    padding-left: 54px;
    border-radius: 13px;
    font-size: 13.5px;
    line-height: 50px;
  }

  body.gold-neworder-sort .gold-service-sort__icon {
    left: 7px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
}

/* Services catalogue smooth loading and reveal. */
#service-table {
  width: 100%;
  max-width: 100%;
  max-height: 270px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(6px);
  animation: gold-services-fallback-reveal 0s 8s forwards;
}

body:not(.gold-services-ready) .well:has(#service-table) {
  position: relative;
  min-height: 270px;
  overflow: hidden;
}

body:not(.gold-services-ready) .well:has(#service-table)::before {
  position: absolute;
  top: 116px;
  left: 50%;
  z-index: 4;
  color: #8a6418;
  content: 'Preparing services...';
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}

body:not(.gold-services-ready) .well:has(#service-table)::after {
  position: absolute;
  top: 68px;
  left: calc(50% - 18px);
  z-index: 4;
  width: 36px;
  height: 36px;
  border: 3px solid rgba(197, 145, 35, 0.22);
  border-top-color: #c68d18;
  border-radius: 50%;
  content: '';
  animation: gold-services-loader-spin 720ms linear infinite;
}

body.gold-services-ready #service-table {
  max-height: none;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  animation: none;
  transition: opacity 240ms ease, transform 240ms ease;
}

body.gold-dark:not(.gold-services-ready) .well:has(#service-table)::before {
  color: #dbbd6f;
}

body.gold-dark:not(.gold-services-ready) .well:has(#service-table)::after {
  border-color: rgba(213, 169, 67, 0.2);
  border-top-color: #e0b34f;
}

@keyframes gold-services-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes gold-services-fallback-reveal {
  to {
    max-height: none;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body:not(.gold-services-ready) .well:has(#service-table)::after {
    animation-duration: 1.4s;
  }

  body.gold-services-ready #service-table {
    transition-duration: 1ms;
  }
}

/* Orders UI v2: clearer cards and touch-friendly status navigation. */
body.gold-orders-page.gold-orders-v2 .gold-orders-controls {
  position: relative;
}

body.gold-orders-page.gold-orders-v2 .gold-orders-toolbar {
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

body.gold-orders-page.gold-orders-v2 .gold-orders-toolbar > li {
  scroll-snap-align: start;
}

body.gold-orders-page.gold-orders-v2 .gold-orders-tab__label {
  display: inline-block;
}

body.gold-orders-page.gold-orders-v2 .gold-orders-row {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.gold-orders-page.gold-orders-v2 .gold-orders-row:hover,
body.gold-orders-page.gold-orders-v2 .gold-orders-row:focus-within {
  border-color: rgba(174, 126, 29, 0.78);
  box-shadow: 0 11px 24px rgba(88, 56, 5, 0.13);
}

body.gold-orders-page.gold-orders-v2 .gold-orders-status__icon {
  margin-right: 5px;
  font-size: 0.9em;
}

@media (max-width: 767px) {
  body.gold-orders-page.gold-orders-v2 .gold-main > .container-fluid {
    padding: 10px 9px 30px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-controls {
    gap: 9px;
    padding: 8px;
    overflow: hidden;
    border-radius: 14px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-toolbar {
    gap: 6px;
    margin: 0 -1px;
    padding: 1px 1px 4px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-toolbar > li > a {
    min-height: 41px;
    padding: 9px 11px;
    border-radius: 10px;
    font-size: 10px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-search .form-control,
  body.gold-orders-page.gold-orders-v2 .gold-orders-search .btn {
    height: 46px;
    min-height: 46px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-shell {
    padding: 14px 10px 12px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas:
      'id id id service service service service service service status status status'
      'date date date date date date link link link link link link'
      'charge charge charge start start start quantity quantity quantity remains remains remains';
    gap: 8px 7px;
    padding: 10px;
    overflow: visible;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(88, 56, 5, 0.1);
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--id {
    align-self: start;
    width: auto;
    min-width: 58px;
    min-height: 36px;
    padding: 0 8px !important;
    justify-self: start;
    border-radius: 10px !important;
    font-size: 10.5px;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--id::before {
    margin-right: 2px;
    content: '#';
    opacity: 0.72;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--service {
    align-self: start;
    padding: 2px 2px 0 !important;
    font-size: 10.75px;
    line-height: 1.38;
    overflow-wrap: anywhere;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 30px;
    padding: 6px 8px !important;
    font-size: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--date,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--link {
    min-height: 48px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--date,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--link,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--charge,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--start,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--quantity,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--remains {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    flex-direction: column;
    padding: 7px 6px !important;
    border-radius: 9px !important;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--link,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--link a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--link a {
    display: block;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--date::before,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--link::before,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--charge::before,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--start::before,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--quantity::before,
  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--remains::before {
    margin-bottom: 5px;
    font-size: 7px;
  }

  body.gold-dark.gold-orders-page.gold-orders-v2 .gold-orders-row:hover,
  body.gold-dark.gold-orders-page.gold-orders-v2 .gold-orders-row:focus-within {
    border-color: rgba(212, 163, 52, 0.68);
    box-shadow: 0 13px 26px rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 374px) {
  body.gold-orders-page.gold-orders-v2 .gold-orders-row {
    grid-template-areas:
      'id id id service service service service service status status status status'
      'date date date date date date link link link link link link'
      'charge charge charge start start start quantity quantity quantity remains remains remains';
    gap: 7px 5px;
    padding: 8px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--id {
    min-width: 54px;
    padding: 0 6px !important;
    font-size: 9.5px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--service {
    font-size: 10px;
  }

  body.gold-orders-page.gold-orders-v2 .gold-orders-cell--status {
    padding: 6px 5px !important;
    font-size: 7.5px;
  }
}

/* Orders UI v3: reference-inspired stacked cards. */
body.gold-orders-page.gold-orders-v3 .gold-orders-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  padding: 0;
  color: #a77920;
  background: transparent;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  font-size: 11px;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

body.gold-orders-page.gold-orders-v3 .gold-orders-copy:hover,
body.gold-orders-page.gold-orders-v3 .gold-orders-copy:focus,
body.gold-orders-page.gold-orders-v3 .gold-orders-copy.is-copied {
  color: #176f53;
  background: rgba(38, 153, 111, 0.12);
  outline: none;
}

body.gold-orders-page.gold-orders-v3 .gold-orders-copy:active {
  transform: scale(0.92);
}

body.gold-orders-page.gold-orders-v3 .gold-orders-copy.is-copy-error {
  color: #b12f37;
  background: rgba(191, 48, 57, 0.1);
}

body.gold-orders-page .gold-orders-copy-helper {
  position: fixed;
  top: -1000px;
  left: -1000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

@media (max-width: 767px) {
  body.gold-orders-page.gold-orders-v3 .gold-orders-row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas:
      'id id id id id id status status status status status status'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date date quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains';
    gap: 9px 7px;
    padding: 12px;
    overflow: visible;
    background: linear-gradient(150deg, #fffefa, #fbf5e8);
    border: 1px solid rgba(181, 138, 42, 0.62);
    border-left: 3px solid var(--orders-accent);
    border-radius: 15px;
    box-shadow: 0 9px 21px rgba(87, 55, 5, 0.1);
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id {
    grid-area: id;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    min-width: 0;
    min-height: 35px;
    padding: 4px 5px 4px 11px !important;
    justify-self: start;
    color: #fff6d8 !important;
    background: linear-gradient(135deg, #6d4b0e, #3f2907) !important;
    border: 1px solid #4a2f07 !important;
    border-radius: 9px !important;
    box-shadow: 0 5px 12px rgba(72, 42, 3, 0.2);
    font-size: 10.5px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id::before {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-id__value {
    display: block;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id .gold-orders-copy {
    width: 26px;
    height: 26px;
    margin-left: 4px;
    color: #f3d26f;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id .gold-orders-copy:hover,
  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id .gold-orders-copy:focus,
  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id .gold-orders-copy.is-copied {
    color: #fff6d5;
    background: rgba(255, 235, 170, 0.15);
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--status {
    grid-area: status;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: end;
    width: auto;
    max-width: 100%;
    min-height: 31px;
    padding: 7px 10px !important;
    border-radius: 999px !important;
    font-size: 8.25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--service {
    grid-area: service;
    display: flex;
    align-items: flex-start;
    min-width: 0;
    padding: 1px 1px 2px !important;
    gap: 7px;
    color: #302617;
    font-size: 10.75px;
    font-weight: 780;
    line-height: 1.42;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--service.is-empty {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-service__tag {
    flex: 0 0 auto;
    padding: 4px 7px;
    color: #6a4505;
    background: #f5df9f;
    border: 1px solid #d0aa4f;
    border-radius: 7px;
    font-size: 8px;
    font-weight: 850;
    line-height: 1;
    text-transform: uppercase;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-service__name {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--link {
    grid-area: link;
    display: grid;
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 6px 7px !important;
    grid-template-columns: 24px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 5px;
    color: #3d3427;
    background: rgba(255, 254, 250, 0.74) !important;
    border: 1px solid rgba(153, 129, 78, 0.56) !important;
    border-radius: 12px !important;
    font-size: 9.25px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--link::before {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #26916b;
    font-size: 10px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-link__value,
  body.gold-orders-page.gold-orders-v3 .gold-orders-link__value:hover,
  body.gold-orders-page.gold-orders-v3 .gold-orders-link__value:focus {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: #3d3427;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    min-height: 34px;
    padding: 6px 8px !important;
    flex-direction: row;
    gap: 5px;
    color: #3e3528;
    background: rgba(255, 254, 250, 0.66) !important;
    border: 1px solid rgba(156, 137, 94, 0.5) !important;
    border-radius: 999px !important;
    font-size: 8.5px;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3::before {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__label {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 4px;
    color: #8a7b62;
    font-size: 7.75px;
    font-weight: 750;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__label i {
    color: #2a976f;
    font-size: 8px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__value {
    min-width: 0;
    overflow: hidden;
    color: #302719;
    font-size: 8.5px;
    font-weight: 850;
    text-overflow: ellipsis;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-row {
    background: linear-gradient(150deg, #1c170f, #0d0a06);
    border-color: rgba(168, 126, 34, 0.6);
    border-left-color: var(--orders-accent);
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-cell--id {
    color: #1f1402 !important;
    background: linear-gradient(135deg, #f0d172, #b77918) !important;
    border-color: #8e5a0d !important;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-cell--id .gold-orders-copy {
    color: #3f2804;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-cell--service,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-service__name {
    color: #f0e5cf;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-service__tag {
    color: #f1d171;
    background: rgba(150, 107, 25, 0.25);
    border-color: rgba(188, 142, 42, 0.48);
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-cell--link,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3 {
    color: #e5d8bf;
    background: rgba(39, 31, 19, 0.76) !important;
    border-color: rgba(133, 105, 48, 0.56) !important;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-link__value,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-link__value:hover,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-link__value:focus,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-metric__value {
    color: #eee2cb;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-metric__label {
    color: #aa9a7f;
  }
}

@media (max-width: 374px) {
  body.gold-orders-page.gold-orders-v3 .gold-orders-row {
    padding: 10px;
    gap: 8px 5px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id {
    padding-left: 8px !important;
    font-size: 9.25px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--status {
    padding: 7px 7px !important;
    font-size: 7.5px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--service {
    gap: 5px;
    font-size: 10px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3 {
    padding: 6px !important;
    gap: 3px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__label span {
    display: none;
  }
}

/* Orders UI v4: extend the reference-inspired card layout to desktop. */
@media (min-width: 768px) {
  body.gold-orders-page.gold-orders-v3 .gold-orders-table {
    display: block;
    width: 100% !important;
    border-spacing: 0;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-table > thead {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-table > tbody {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row {
    position: relative;
    display: grid;
    width: 100%;
    margin: 0;
    padding: 16px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas:
      'id id id id id id status status status status status status'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date quantity quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains';
    gap: 11px 9px;
    overflow: visible;
    background: linear-gradient(150deg, #fffefa, #fbf5e8);
    border: 1px solid rgba(181, 138, 42, 0.58);
    border-left: 4px solid var(--orders-accent);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(87, 55, 5, 0.09);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row:hover,
  body.gold-orders-page.gold-orders-v3 .gold-orders-row:focus-within {
    border-color: rgba(176, 128, 28, 0.76);
    box-shadow: 0 15px 30px rgba(87, 55, 5, 0.14);
    transform: translateY(-1px);
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td {
    display: block;
    min-width: 0;
    padding: 0;
    color: #423728;
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id {
    grid-area: id;
    display: inline-flex;
    align-items: center;
    justify-self: start;
    width: auto;
    min-height: 39px;
    padding: 5px 6px 5px 13px !important;
    color: #fff6d8 !important;
    background: linear-gradient(135deg, #725013, #3e2806) !important;
    border: 1px solid #4a2f07 !important;
    border-radius: 10px !important;
    box-shadow: 0 6px 14px rgba(72, 42, 3, 0.2);
    font-size: 11.5px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id::before {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--id .gold-orders-copy {
    margin-left: 5px;
    color: #f3d26f;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--status {
    grid-area: status;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: end;
    width: auto;
    min-height: 34px;
    padding: 8px 13px !important;
    border-radius: 999px !important;
    font-size: 9px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--service {
    grid-area: service;
    display: flex;
    align-items: flex-start;
    min-width: 0;
    padding: 1px 2px 2px !important;
    gap: 8px;
    color: #302617;
    font-size: 12px;
    font-weight: 780;
    line-height: 1.45;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--service.is-empty {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-service__tag {
    flex: 0 0 auto;
    padding: 5px 8px;
    color: #6a4505;
    background: #f5df9f;
    border: 1px solid #d0aa4f;
    border-radius: 7px;
    font-size: 8.5px;
    font-weight: 850;
    line-height: 1;
    text-transform: uppercase;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-service__name {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--link {
    grid-area: link;
    display: grid;
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 7px 9px !important;
    grid-template-columns: 26px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 6px;
    color: #3d3427;
    background: rgba(255, 254, 250, 0.78) !important;
    border: 1px solid rgba(153, 129, 78, 0.54) !important;
    border-radius: 12px !important;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--link::before {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #26916b;
    font-size: 11px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-link__value,
  body.gold-orders-page.gold-orders-v3 .gold-orders-link__value:hover,
  body.gold-orders-page.gold-orders-v3 .gold-orders-link__value:focus {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    color: #3d3427;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--date {
    grid-area: date;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--quantity {
    grid-area: quantity;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--charge {
    grid-area: charge;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--start {
    grid-area: start;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-cell--remains {
    grid-area: remains;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 7px 10px !important;
    flex-direction: row;
    gap: 6px;
    color: #3e3528;
    background: rgba(255, 254, 250, 0.7) !important;
    border: 1px solid rgba(156, 137, 94, 0.48) !important;
    border-radius: 999px !important;
    font-size: 9.5px;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3::before {
    display: none;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__label {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 5px;
    color: #8a7b62;
    font-size: 8.5px;
    font-weight: 750;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__label i {
    color: #2a976f;
    font-size: 9px;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-metric__value {
    min-width: 0;
    overflow: hidden;
    color: #302719;
    font-size: 9.5px;
    font-weight: 850;
    text-overflow: ellipsis;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-row {
    background: linear-gradient(150deg, #1c170f, #0d0a06);
    border-color: rgba(168, 126, 34, 0.6);
    border-left-color: var(--orders-accent);
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-cell--service,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-service__name {
    color: #f0e5cf;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-cell--link,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-metric--v3 {
    color: #e5d8bf;
    background: rgba(39, 31, 19, 0.76) !important;
    border-color: rgba(133, 105, 48, 0.56) !important;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-link__value,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-link__value:hover,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-link__value:focus,
  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-metric__value {
    color: #eee2cb;
  }

  body.gold-dark.gold-orders-page.gold-orders-v3 .gold-orders-metric__label {
    color: #aa9a7f;
  }
}

@media (min-width: 1280px) {
  body.gold-orders-page.gold-orders-v3 .gold-orders-table > tbody {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Orders UI v4.1: neutralise legacy table display/width utilities. */
@media (min-width: 768px) {
  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td.gold-orders-cell--id,
  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td.gold-orders-cell--status {
    display: inline-flex !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td.gold-orders-cell--status {
    border-radius: 999px !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td.gold-orders-cell--service {
    display: flex !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td.gold-orders-cell--link {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-row > td.gold-orders-metric--v3 {
    display: inline-flex !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-status--completed {
    color: #17633d !important;
    background: #dff4e8 !important;
    border: 1px solid #8bc8a6 !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-status--inprogress,
  body.gold-orders-page.gold-orders-v3 .gold-orders-status--processing {
    color: #255479 !important;
    background: #e0eef7 !important;
    border: 1px solid #96bad3 !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-status--partial {
    color: #6a417f !important;
    background: #f0e6f5 !important;
    border: 1px solid #c5a3d5 !important;
  }

  body.gold-orders-page.gold-orders-v3 .gold-orders-status--canceled {
    color: #873c35 !important;
    background: #f8e4df !important;
    border: 1px solid #d9a39a !important;
  }
}

/* Orders UI v5: full links and contextual order actions. */
body.gold-orders-page.gold-orders-v5 .gold-orders-link__value,
body.gold-orders-page.gold-orders-v5 .gold-orders-link__value:hover,
body.gold-orders-page.gold-orders-v5 .gold-orders-link__value:focus {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.gold-orders-page.gold-orders-v5 .gold-orders-cell--actions {
  grid-area: actions;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  padding: 0 !important;
  gap: 7px;
  background: transparent !important;
  border: 0 !important;
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action-form {
  display: inline-flex;
  margin: 0;
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  margin: 0;
  padding: 0 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: 0 6px 14px rgba(63, 39, 4, 0.14);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  transition: box-shadow 160ms ease, filter 160ms ease, transform 160ms ease;
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action:hover,
body.gold-orders-page.gold-orders-v5 .gold-orders-action:focus {
  color: #fff !important;
  filter: brightness(1.06);
  outline: none;
  box-shadow: 0 8px 18px rgba(63, 39, 4, 0.2);
  transform: translateY(-1px);
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action:active {
  transform: scale(0.94);
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action--refill {
  background: linear-gradient(135deg, #31aa74, #187a50) !important;
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action--cancel {
  background: linear-gradient(135deg, #f05b63, #c52d37) !important;
}

body.gold-orders-page.gold-orders-v5 .gold-orders-action--support {
  background: linear-gradient(135deg, #43b9ef, #1689c3) !important;
}

@media (max-width: 767px) {
  body.gold-orders-page.gold-orders-v5 .gold-orders-row {
    grid-template-areas:
      'id id id id id status status status actions actions actions actions'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date date quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains';
  }

  body.gold-orders-page.gold-orders-v5 .gold-orders-cell--actions {
    align-self: center;
  }

  body.gold-orders-page.gold-orders-v5 .gold-orders-action {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    border-radius: 9px !important;
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  body.gold-orders-page.gold-orders-v5 .gold-orders-row {
    grid-template-areas:
      'id id id id status status status status actions actions actions actions'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date quantity quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains';
  }

  body.gold-orders-page.gold-orders-v5 .gold-orders-cell--actions {
    align-self: center;
  }
}

@media (max-width: 374px) {
  body.gold-orders-page.gold-orders-v5 .gold-orders-row {
    grid-template-areas:
      'id id id id id id status status status actions actions actions'
      'service service service service service service service service service service service service'
      'link link link link link link link link link link link link'
      'date date date date date date date quantity quantity quantity quantity quantity'
      'charge charge charge charge start start start start remains remains remains remains';
  }

  body.gold-orders-page.gold-orders-v5 .gold-orders-action {
    width: 29px;
    height: 29px;
    min-width: 29px;
    min-height: 29px;
  }
}

/* Orders UI v5.1: prevent the legacy table from flashing before enhancement. */
body:has(.nav-pills a[href*="/orders/pending"]):not(.gold-orders-v5) .gold-main > .container-fluid {
  opacity: 0;
  visibility: hidden;
  animation: goldOrdersBootFallback 0s linear 2.5s forwards;
}

body:has(.nav-pills a[href*="/orders/pending"]):not(.gold-orders-v5)::after {
  position: fixed;
  z-index: 1200;
  top: 50%;
  left: 50%;
  min-width: 132px;
  padding: 11px 15px;
  color: #6d4a0a;
  content: 'Loading orders…';
  background: rgba(255, 252, 242, 0.94);
  border: 1px solid rgba(190, 145, 47, 0.55);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(69, 43, 5, 0.14);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-align: center;
  transform: translate(-50%, -50%);
  animation: goldOrdersLoadingPulse 900ms ease-in-out infinite alternate,
    goldOrdersBootDismiss 0s linear 2.5s forwards;
}

body.gold-dark:has(.nav-pills a[href*="/orders/pending"]):not(.gold-orders-v5)::after {
  color: #efd47b;
  background: rgba(24, 19, 12, 0.95);
  border-color: rgba(170, 127, 35, 0.62);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.38);
}

body.gold-orders-page.gold-orders-v5 .gold-main > .container-fluid {
  animation: goldOrdersReveal 240ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes goldOrdersReveal {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes goldOrdersLoadingPulse {
  from {
    opacity: 0.68;
    transform: translate(-50%, -50%) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes goldOrdersBootFallback {
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes goldOrdersBootDismiss {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-orders-page.gold-orders-v5 .gold-main > .container-fluid {
    animation-duration: 1ms;
  }

  body:has(.nav-pills a[href*="/orders/pending"]):not(.gold-orders-v5)::after {
    animation: goldOrdersBootDismiss 0s linear 2.5s forwards;
  }
}

/* Refill UI v1.0: compact filters and responsive request cards. */
body.gold-refill-page {
  --refill-ink: #3f2b0a;
  --refill-muted: #82745d;
  --refill-border: rgba(188, 143, 43, 0.38);
  --refill-surface: rgba(255, 253, 247, 0.88);
  --refill-soft: rgba(249, 239, 210, 0.62);
}

body.gold-dark.gold-refill-page {
  --refill-ink: #f7e9bd;
  --refill-muted: #bcae91;
  --refill-border: rgba(205, 161, 57, 0.34);
  --refill-surface: rgba(29, 24, 17, 0.9);
  --refill-soft: rgba(103, 75, 21, 0.18);
}

body.gold-refill-page .gold-refill-controls {
  position: relative;
  margin: 14px 0;
  padding: 10px;
  overflow: hidden;
  background: var(--refill-surface);
  border: 1px solid var(--refill-border);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(86, 57, 8, 0.07);
}

body.gold-refill-page .gold-refill-tabs.nav-pills {
  display: flex;
  gap: 7px;
  width: 100%;
  margin: 0 0 10px;
  padding: 1px 1px 5px;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  list-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

body.gold-refill-page .gold-refill-tabs.nav-pills::-webkit-scrollbar {
  display: none;
}

body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab {
  float: none;
  margin: 0;
  flex: 0 0 auto;
}

body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab > .gold-refill-tab__link {
  display: inline-flex;
  min-height: 42px;
  margin: 0;
  padding: 9px 13px;
  color: var(--refill-muted);
  align-items: center;
  gap: 7px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 12px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab > .gold-refill-tab__link i {
  width: 14px;
  color: #aa7a17;
  font-size: 12px;
  text-align: center;
}

body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab > .gold-refill-tab__link:hover,
body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab > .gold-refill-tab__link:focus {
  color: var(--refill-ink);
  background: var(--refill-soft);
  border-color: var(--refill-border);
}

body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab.active > .gold-refill-tab__link {
  color: #302003;
  background: linear-gradient(135deg, #f7d771 0%, #d99b19 100%);
  border-color: rgba(164, 111, 7, 0.48);
  box-shadow: 0 7px 16px rgba(157, 105, 9, 0.2);
}

body.gold-refill-page .gold-refill-tabs.nav-pills > .gold-refill-tab.active > .gold-refill-tab__link i {
  color: #302003;
}

body.gold-refill-page .gold-refill-search {
  position: relative;
  width: 100%;
  margin: 0;
}

body.gold-refill-page .gold-refill-search .input-group {
  display: flex;
  width: 100%;
}

body.gold-refill-page .gold-refill-search .form-control {
  height: 48px;
  padding: 0 54px 0 16px;
  color: var(--refill-ink);
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid var(--refill-border);
  border-radius: 13px !important;
  box-shadow: none;
  font-size: 14px;
}

body.gold-dark.gold-refill-page .gold-refill-search .form-control {
  background: rgba(255, 255, 255, 0.035);
}

body.gold-refill-page .gold-refill-search .form-control::placeholder {
  color: #9d917c;
  opacity: 1;
}

body.gold-refill-page .gold-refill-search .input-group-btn {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  display: block;
  width: 48px;
  height: 48px;
}

body.gold-refill-page .gold-refill-search .input-group-btn .btn {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #74500b;
  background: transparent;
  border: 0;
  border-radius: 0 13px 13px 0;
  box-shadow: none;
  place-items: center;
}

body.gold-refill-page .gold-refill-search .input-group-btn .btn:hover,
body.gold-refill-page .gold-refill-search .input-group-btn .btn:focus {
  color: #3f2b0a;
  background: rgba(229, 183, 70, 0.18);
}

body.gold-refill-page .gold-refill-shell.well {
  margin: 0 0 20px;
  padding: 14px;
  overflow: visible;
  background: var(--refill-surface);
  border: 1px solid var(--refill-border);
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(78, 50, 6, 0.08);
}

body.gold-refill-page .gold-refill-heading {
  display: grid;
  margin: 0 0 14px;
  padding: 0 0 14px;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 11px;
  border-bottom: 1px solid var(--refill-border);
}

body.gold-refill-page .gold-refill-heading__icon {
  display: grid;
  width: 48px;
  height: 48px;
  overflow: hidden;
  color: #342203;
  background: linear-gradient(145deg, #f9dc7b, #d99a16);
  border: 1px solid rgba(170, 115, 9, 0.36);
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(150, 98, 5, 0.2);
  font-size: 17px;
  place-items: center;
}

body.gold-refill-page .gold-refill-heading__icon--artwork {
  padding: 3px;
  background: rgba(255, 250, 232, 0.88);
}

body.gold-refill-page .gold-refill-heading__icon--artwork img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.gold-refill-page .gold-refill-heading__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

body.gold-refill-page .gold-refill-heading__copy strong {
  color: var(--refill-ink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.15;
}

body.gold-refill-page .gold-refill-heading__copy small {
  color: var(--refill-muted);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
}

body.gold-refill-page .gold-refill-heading__count {
  padding: 7px 10px;
  color: #79550f;
  background: var(--refill-soft);
  border: 1px solid var(--refill-border);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

body.gold-refill-page .gold-refill-table,
body.gold-refill-page .gold-refill-table > tbody {
  display: block;
  width: 100%;
}

body.gold-refill-page .gold-refill-table {
  margin: 0;
  background: transparent;
  border: 0;
}

body.gold-refill-page .gold-refill-table > thead {
  display: none;
}

body.gold-refill-page .gold-refill-table > tbody > .gold-refill-row {
  display: grid;
  width: 100%;
  margin: 0 0 12px;
  padding: 13px;
  color: var(--refill-ink);
  background: linear-gradient(145deg, rgba(255, 254, 250, 0.96), rgba(250, 242, 219, 0.72));
  border: 1px solid var(--refill-border);
  border-left: 3px solid #d5a228;
  border-radius: 17px;
  box-shadow: 0 9px 22px rgba(82, 53, 6, 0.06);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-areas:
    'id id id id id id id status status status status status'
    'order order order order date date date date date date date date'
    'link link link link link link link link link link link link'
    'service service service service service service service service service service service service';
  gap: 9px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.gold-dark.gold-refill-page .gold-refill-table > tbody > .gold-refill-row {
  background: linear-gradient(145deg, rgba(41, 33, 22, 0.98), rgba(29, 24, 17, 0.96));
}

body.gold-refill-page .gold-refill-table > tbody > .gold-refill-row:last-child {
  margin-bottom: 0;
}

body.gold-refill-page .gold-refill-table > tbody > .gold-refill-row:hover {
  border-color: rgba(187, 137, 31, 0.62);
  box-shadow: 0 12px 27px rgba(82, 53, 6, 0.1);
  transform: translateY(-1px);
}

body.gold-refill-page .gold-refill-table > tbody > .gold-refill-row > .gold-refill-cell {
  display: block;
  min-width: 0;
  padding: 0;
  vertical-align: initial;
  background: transparent;
  border: 0;
}

body.gold-refill-page .gold-refill-cell--id {
  grid-area: id;
  align-self: center;
}

body.gold-refill-page .gold-refill-cell--status {
  grid-area: status;
  align-self: center;
  justify-self: end;
}

body.gold-refill-page .gold-refill-cell--order { grid-area: order; }
body.gold-refill-page .gold-refill-cell--date { grid-area: date; }
body.gold-refill-page .gold-refill-cell--link { grid-area: link; }
body.gold-refill-page .gold-refill-cell--service { grid-area: service; }

body.gold-refill-page .gold-refill-id {
  display: inline-flex;
  max-width: 100%;
  min-height: 36px;
  padding: 8px 11px;
  color: #fff8e4;
  align-items: center;
  gap: 7px;
  background: linear-gradient(135deg, #7d570b, #472d02);
  border-radius: 11px;
  box-shadow: 0 7px 14px rgba(66, 41, 1, 0.2);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
}

body.gold-refill-page .gold-refill-id i {
  color: #f5d267;
  font-size: 11px;
}

body.gold-refill-page .gold-refill-status {
  display: inline-flex;
  max-width: 100%;
  min-height: 30px;
  padding: 7px 10px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

body.gold-refill-page .gold-refill-status--pending {
  color: #875607;
  background: #fff0c5;
  border-color: #efd18a;
}

body.gold-refill-page .gold-refill-status--inprogress {
  color: #185f9a;
  background: #e4f3ff;
  border-color: #aed7f5;
}

body.gold-refill-page .gold-refill-status--completed {
  color: #1e6d4d;
  background: #ddf3e9;
  border-color: #b8dfcf;
}

body.gold-refill-page .gold-refill-status--rejected,
body.gold-refill-page .gold-refill-status--error {
  color: #a63a3a;
  background: #ffebea;
  border-color: #f0c2bf;
}

body.gold-refill-page .gold-refill-detail {
  display: flex;
  min-width: 0;
  min-height: 57px;
  padding: 9px 10px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(188, 143, 43, 0.24);
  border-radius: 12px;
}

body.gold-dark.gold-refill-page .gold-refill-detail {
  background: rgba(255, 255, 255, 0.025);
}

body.gold-refill-page .gold-refill-detail__label {
  display: block;
  overflow: hidden;
  color: var(--refill-muted);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

body.gold-refill-page .gold-refill-detail__label i {
  width: 11px;
  color: #2c9b78;
  font-size: 9px;
  text-align: center;
}

body.gold-refill-page .gold-refill-detail__value,
body.gold-refill-page .gold-refill-detail__value a {
  display: block;
  min-width: 0;
  color: var(--refill-ink);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.gold-refill-page .gold-refill-detail__value a {
  color: #9b6b0e;
  text-decoration: none;
}

body.gold-refill-page .gold-refill-detail__value a:hover,
body.gold-refill-page .gold-refill-detail__value a:focus {
  color: #5f3f04;
  text-decoration: underline;
}

body.gold-refill-page .gold-refill-detail--service .gold-refill-detail__value {
  font-weight: 750;
}

body.gold-refill-page .gold-refill-empty {
  display: flex;
  min-height: 220px;
  padding: 30px 18px;
  color: var(--refill-muted);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  text-align: center;
}

body.gold-refill-page .gold-refill-empty__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 7px;
  color: #805a0f;
  background: var(--refill-soft);
  border: 1px solid var(--refill-border);
  border-radius: 18px;
  font-size: 20px;
  place-items: center;
}

body.gold-refill-page .gold-refill-empty strong {
  color: var(--refill-ink);
  font-size: 14px;
  font-weight: 900;
}

body.gold-refill-page .gold-refill-empty > span:last-child {
  font-size: 11px;
}

@media (min-width: 768px) {
  body.gold-refill-page .gold-refill-controls {
    display: grid;
    padding: 11px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 12px;
  }

  body.gold-refill-page .gold-refill-tabs.nav-pills {
    margin: 0;
    padding-bottom: 1px;
  }

  body.gold-refill-page .gold-refill-table > tbody > .gold-refill-row {
    grid-template-areas:
      'id id id id id id status status status status status status'
      'order order order date date date date date date link link link'
      'service service service service service service service service service service service service';
  }
}

@media (max-width: 374px) {
  body.gold-refill-page .gold-refill-shell.well {
    padding: 11px;
  }

  body.gold-refill-page .gold-refill-heading {
    grid-template-columns: auto minmax(0, 1fr);
  }

  body.gold-refill-page .gold-refill-heading__count {
    display: none;
  }

  body.gold-refill-page .gold-refill-table > tbody > .gold-refill-row {
    grid-template-areas:
      'id id id id id id id status status status status status'
      'order order order order date date date date date date date date'
      'link link link link link link link link link link link link'
      'service service service service service service service service service service service service';
  }
}

/* Prevent the legacy refill table from flashing before the enhancement is ready. */
body:has(.nav-pills a[href*="/refill/pending"]):not(.gold-refill-v1) .gold-main > .container-fluid {
  opacity: 0;
  visibility: hidden;
  animation: goldRefillBootFallback 0s linear 2.5s forwards;
}

body:has(.nav-pills a[href*="/refill/pending"]):not(.gold-refill-v1)::after {
  position: fixed;
  z-index: 1200;
  top: 50%;
  left: 50%;
  min-width: 132px;
  padding: 11px 15px;
  color: #6d4a0a;
  content: 'Loading refills…';
  background: rgba(255, 252, 242, 0.94);
  border: 1px solid rgba(190, 145, 47, 0.55);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(69, 43, 5, 0.14);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  transform: translate(-50%, -50%);
  animation: goldRefillLoadingPulse 900ms ease-in-out infinite alternate,
    goldRefillBootDismiss 0s linear 2.5s forwards;
}

body.gold-dark:has(.nav-pills a[href*="/refill/pending"]):not(.gold-refill-v1)::after {
  color: #efd47b;
  background: rgba(24, 19, 12, 0.95);
  border-color: rgba(170, 127, 35, 0.62);
}

body.gold-refill-page.gold-refill-v1 .gold-main > .container-fluid {
  animation: goldRefillReveal 240ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes goldRefillReveal {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes goldRefillLoadingPulse {
  from { opacity: 0.68; transform: translate(-50%, -50%) scale(0.98); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes goldRefillBootFallback {
  to { opacity: 1; visibility: visible; }
}

@keyframes goldRefillBootDismiss {
  to { opacity: 0; visibility: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-refill-page.gold-refill-v1 .gold-main > .container-fluid {
    animation-duration: 1ms;
  }

  body:has(.nav-pills a[href*="/refill/pending"]):not(.gold-refill-v1)::after {
    animation: goldRefillBootDismiss 0s linear 2.5s forwards;
  }
}

/* Add funds UI v2 --------------------------------------------------------- */
body.gold-addfunds-page .gold-main {
  min-height: calc(100vh - 64px);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 92% 4%, rgba(231, 189, 72, 0.18), transparent 25rem),
    radial-gradient(circle at 5% 65%, rgba(194, 137, 28, 0.08), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f8efdb 58%, #fffaf0);
}

body.gold-addfunds-page .gold-addfunds-form-container,
body.gold-addfunds-page .gold-addfunds-history-container {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

body.gold-addfunds-page .gold-addfunds-form-container > .row,
body.gold-addfunds-page .gold-addfunds-history-container > .row {
  margin-right: 0;
  margin-left: 0;
}

body.gold-addfunds-page .gold-addfunds-column,
body.gold-addfunds-page .gold-addfunds-history-column {
  float: none;
  width: 100%;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

body.gold-addfunds-page .gold-addfunds-shell,
body.gold-addfunds-page .gold-addfunds-history-shell {
  width: 100%;
  margin: 0;
  overflow: visible;
  background: linear-gradient(145deg, rgba(255, 255, 252, 0.98), rgba(250, 242, 222, 0.98));
  border: 1px solid rgba(181, 132, 33, 0.56);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(89, 57, 5, 0.09), inset 0 1px rgba(255, 255, 255, 0.86);
}

body.gold-addfunds-page .gold-addfunds-shell {
  padding: 24px;
}

body.gold-addfunds-page .gold-addfunds-title {
  display: grid;
  min-height: 68px;
  margin: -4px 0 22px;
  padding: 0 0 18px;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid rgba(182, 135, 43, 0.28);
}

body.gold-addfunds-page .gold-addfunds-title__artwork {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #3a2304;
  background: linear-gradient(145deg, #f8dc7d, #c88719);
  border: 1px solid rgba(172, 112, 17, 0.62);
  border-radius: 17px;
  box-shadow: 0 9px 18px rgba(124, 77, 5, 0.18), inset 0 1px rgba(255, 249, 211, 0.8);
  font-size: 22px;
}

body.gold-addfunds-page .gold-addfunds-title__artwork img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.gold-addfunds-page .gold-addfunds-title__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

body.gold-addfunds-page .gold-addfunds-title__copy strong {
  color: #3b2607;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.05;
}

body.gold-addfunds-page .gold-addfunds-title__copy small {
  color: #8d7a5c;
  font-size: 11px;
  font-weight: 700;
}

body.gold-addfunds-page .gold-addfunds-title__secure {
  display: inline-flex;
  min-height: 31px;
  padding: 6px 10px;
  align-items: center;
  gap: 6px;
  color: #27735a;
  background: #e6f5ed;
  border: 1px solid #b9dfce;
  border-radius: 999px;
  font-size: 9.5px;
  font-weight: 850;
  letter-spacing: 0.02em;
}

body.gold-addfunds-page .gold-addfunds-form {
  width: 100%;
  margin: 0;
}

body.gold-addfunds-page .gold-addfunds-section,
body.gold-addfunds-page .gold-addfunds-summary__item {
  margin-bottom: 18px;
}

body.gold-addfunds-page .gold-addfunds-label {
  display: inline-flex;
  margin-bottom: 9px;
  align-items: center;
  gap: 8px;
  color: #4d3919;
  font-size: 12.5px;
  font-weight: 850;
}

body.gold-addfunds-page .gold-addfunds-label__icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #8a5b0d;
  background: rgba(226, 188, 87, 0.18);
  border: 1px solid rgba(183, 132, 34, 0.3);
  border-radius: 8px;
  font-size: 9px;
}

body.gold-addfunds-page .gold-addfunds-instructions {
  margin-top: 4px;
}

body.gold-addfunds-page .gold-addfunds-instructions__body {
  position: relative;
  padding: 18px !important;
  overflow: hidden;
  color: #5b4a31;
  background: linear-gradient(145deg, rgba(255, 255, 252, 0.94), rgba(249, 240, 216, 0.88));
  border: 1px solid rgba(189, 144, 49, 0.4) !important;
  border-radius: 16px !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.86);
  font-size: 12px;
  line-height: 1.55;
}

body.gold-addfunds-page .gold-addfunds-instructions__body::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  content: '';
  background: linear-gradient(#efca63, #b67613);
}

body.gold-addfunds-page .gold-addfunds-instructions__body p,
body.gold-addfunds-page .gold-addfunds-instructions__body div {
  margin-top: 0;
  margin-bottom: 12px;
}

body.gold-addfunds-page .gold-addfunds-instructions__headline {
  display: inline-flex;
  margin: 0 auto 15px !important;
  padding: 7px 12px;
  align-items: center;
  justify-content: center;
  color: #66430a;
  background: rgba(236, 205, 119, 0.28);
  border: 1px solid rgba(188, 138, 38, 0.34);
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  text-align: center;
}

body.gold-addfunds-page .gold-addfunds-instructions__image {
  display: block !important;
  width: 100% !important;
  max-width: 520px !important;
  margin: 16px auto !important;
  border: 1px solid rgba(184, 135, 38, 0.28);
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(78, 48, 3, 0.1);
}

body.gold-addfunds-page .gold-addfunds-bonus {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

body.gold-addfunds-page .gold-addfunds-money-field {
  position: relative;
  display: flex;
  width: 100%;
  align-items: stretch;
}

body.gold-addfunds-page .gold-addfunds-money-field__prefix {
  display: inline-flex;
  width: 55px;
  align-items: center;
  justify-content: center;
  color: #694409;
  background: linear-gradient(145deg, #f8e8b3, #e7c366);
  border: 1px solid #c99b3d;
  border-right: 0;
  border-radius: 13px 0 0 13px;
  font-size: 12px;
  font-weight: 900;
}

body.gold-addfunds-page .gold-addfunds-money-field .form-control {
  height: 52px;
  min-width: 0;
  padding: 11px 14px;
  color: #3a2a11;
  background: rgba(255, 255, 252, 0.9);
  border: 1px solid #caa557;
  border-radius: 0 13px 13px 0;
  box-shadow: inset 0 1px 3px rgba(78, 49, 5, 0.05);
  font-size: 14px;
  font-weight: 750;
}

body.gold-addfunds-page .gold-addfunds-money-field .form-control:focus {
  border-color: #a96d12;
  box-shadow: 0 0 0 3px rgba(195, 139, 32, 0.14);
}

body.gold-addfunds-page .gold-addfunds-money-field--readonly .form-control,
body.gold-addfunds-page .gold-addfunds-money-field--readonly .form-control:disabled {
  color: #645337;
  background: rgba(245, 236, 215, 0.72);
  opacity: 1;
}

body.gold-addfunds-page .gold-addfunds-field-hint {
  display: flex;
  margin-top: 8px;
  align-items: flex-start;
  gap: 7px;
  color: #8b7b61;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.4;
}

body.gold-addfunds-page .gold-addfunds-field-hint i {
  margin-top: 2px;
  color: #af791b;
}

body.gold-addfunds-page .gold-addfunds-summary {
  display: grid;
  margin: 2px 0 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.gold-addfunds-page .gold-addfunds-summary__item {
  min-width: 0;
  margin: 0;
  padding: 13px;
  background: rgba(246, 234, 205, 0.55);
  border: 1px solid rgba(185, 138, 42, 0.34);
  border-radius: 15px;
}

body.gold-addfunds-page .gold-addfunds-summary__item--total {
  background: linear-gradient(145deg, rgba(251, 239, 196, 0.82), rgba(242, 214, 139, 0.55));
  border-color: rgba(177, 123, 24, 0.5);
}

body.gold-addfunds-page .gold-addfunds-assurance {
  display: flex;
  margin: 0 0 13px;
  padding: 10px 12px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #647061;
  background: rgba(231, 244, 236, 0.72);
  border: 1px solid rgba(122, 179, 149, 0.35);
  border-radius: 12px;
  font-size: 9.5px;
  font-weight: 750;
}

body.gold-addfunds-page .gold-addfunds-assurance i {
  margin-right: 5px;
  color: #2d8d69;
}

body.gold-addfunds-page .gold-addfunds-submit {
  display: grid;
  width: 100%;
  min-height: 52px;
  padding: 12px 17px;
  grid-template-columns: 26px minmax(0, 1fr) 26px;
  align-items: center;
  color: #241603;
  background: linear-gradient(135deg, #f4d56d, #d99b23 72%, #bf7e14);
  border: 1px solid #aa6c0e;
  border-radius: 14px;
  box-shadow: 0 11px 24px rgba(126, 76, 5, 0.19), inset 0 1px rgba(255, 247, 203, 0.75);
  font-size: 13.5px;
  font-weight: 900;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.gold-addfunds-page .gold-addfunds-submit:hover,
body.gold-addfunds-page .gold-addfunds-submit:focus {
  color: #211302;
  box-shadow: 0 14px 28px rgba(113, 66, 4, 0.24), 0 0 0 3px rgba(202, 148, 36, 0.15);
  outline: none;
  transform: translateY(-1px);
}

body.gold-addfunds-page .gold-addfunds-submit i:first-child {
  justify-self: start;
}

body.gold-addfunds-page .gold-addfunds-submit i:last-child {
  justify-self: end;
}

body.gold-addfunds-page .gold-addfunds-history-shell {
  padding: 22px;
  overflow: hidden;
}

body.gold-addfunds-page .gold-addfunds-history-title {
  display: grid;
  margin-bottom: 18px;
  padding-bottom: 16px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid rgba(182, 135, 43, 0.28);
}

body.gold-addfunds-page .gold-addfunds-history-title__icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: #3c2708;
  background: linear-gradient(145deg, #f0ce69, #bf7d16);
  border: 1px solid #ad7014;
  border-radius: 13px;
  box-shadow: 0 7px 15px rgba(105, 63, 4, 0.16);
}

body.gold-addfunds-page .gold-addfunds-history-title__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

body.gold-addfunds-page .gold-addfunds-history-title__copy strong {
  color: #49310b;
  font-size: 17px;
  font-weight: 900;
}

body.gold-addfunds-page .gold-addfunds-history-title__copy small {
  color: #8d7b60;
  font-size: 9.5px;
  font-weight: 650;
}

body.gold-addfunds-page .gold-addfunds-history-title__count {
  padding: 6px 10px;
  color: #75500d;
  background: rgba(242, 220, 158, 0.45);
  border: 1px solid rgba(180, 130, 33, 0.38);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
}

body.gold-addfunds-page .gold-addfunds-history-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 8px;
}

body.gold-addfunds-page .gold-addfunds-history-table thead th {
  padding: 10px 12px;
  color: #806222;
  background: rgba(241, 220, 163, 0.38);
  border: 0;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.gold-addfunds-page .gold-addfunds-history-row {
  background: rgba(255, 255, 253, 0.72);
  box-shadow: 0 5px 13px rgba(76, 47, 3, 0.045);
}

body.gold-addfunds-page .gold-addfunds-history-cell {
  padding: 12px;
  color: #58482f;
  border-top: 1px solid rgba(185, 140, 47, 0.25) !important;
  border-bottom: 1px solid rgba(185, 140, 47, 0.25) !important;
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle !important;
}

body.gold-addfunds-page .gold-addfunds-history-cell:first-child {
  border-left: 1px solid rgba(185, 140, 47, 0.25) !important;
  border-radius: 12px 0 0 12px;
}

body.gold-addfunds-page .gold-addfunds-history-cell:last-child {
  border-right: 1px solid rgba(185, 140, 47, 0.25) !important;
  border-radius: 0 12px 12px 0;
}

body.gold-addfunds-page .gold-addfunds-transaction-id {
  display: inline-flex;
  padding: 6px 9px;
  color: #553603;
  background: linear-gradient(145deg, #f4d775, #d59a28);
  border: 1px solid rgba(167, 105, 12, 0.58);
  border-radius: 9px;
  font-weight: 900;
}

body.gold-addfunds-page .gold-addfunds-history-cell--3.is-credit {
  color: #237657;
}

body.gold-addfunds-page .gold-addfunds-history-cell--3.is-debit {
  color: #b4554b;
}

body.gold-addfunds-page .gold-addfunds-invoice {
  display: inline-flex;
  min-height: 30px;
  padding: 6px 9px;
  align-items: center;
  gap: 6px;
  color: #74500f;
  background: rgba(245, 227, 179, 0.5);
  border: 1px solid rgba(180, 131, 34, 0.4);
  border-radius: 9px;
  font-size: 9px;
  font-weight: 850;
}

body.gold-dark.gold-addfunds-page .gold-main {
  background:
    radial-gradient(circle at 90% 5%, rgba(172, 124, 31, 0.15), transparent 26rem),
    linear-gradient(145deg, #090704, #151008 58%, #080603);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-shell,
body.gold-dark.gold-addfunds-page .gold-addfunds-history-shell {
  background: linear-gradient(145deg, rgba(29, 23, 14, 0.98), rgba(12, 9, 5, 0.99));
  border-color: rgba(143, 105, 29, 0.65);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35), inset 0 1px rgba(255, 224, 130, 0.035);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-title,
body.gold-dark.gold-addfunds-page .gold-addfunds-history-title {
  border-bottom-color: rgba(148, 108, 31, 0.42);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-title__copy strong,
body.gold-dark.gold-addfunds-page .gold-addfunds-history-title__copy strong,
body.gold-dark.gold-addfunds-page .gold-addfunds-label {
  color: #efd98e;
}

body.gold-dark.gold-addfunds-page .gold-addfunds-title__copy small,
body.gold-dark.gold-addfunds-page .gold-addfunds-history-title__copy small,
body.gold-dark.gold-addfunds-page .gold-addfunds-field-hint {
  color: #aa9a7e;
}

body.gold-dark.gold-addfunds-page .gold-addfunds-instructions__body,
body.gold-dark.gold-addfunds-page .gold-addfunds-summary__item {
  color: #d7c9af;
  background: linear-gradient(145deg, rgba(31, 25, 16, 0.95), rgba(15, 11, 7, 0.98));
  border-color: rgba(137, 99, 28, 0.52) !important;
}

body.gold-dark.gold-addfunds-page .gold-addfunds-instructions__headline {
  color: #e7c96e;
  background: rgba(130, 92, 20, 0.2);
  border-color: rgba(166, 120, 30, 0.42);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-money-field .form-control,
body.gold-dark.gold-addfunds-page .gold-addfunds-money-field--readonly .form-control,
body.gold-dark.gold-addfunds-page .gold-addfunds-money-field--readonly .form-control:disabled {
  color: #e2d5bc;
  background: #110d08;
  border-color: #75571e;
}

body.gold-dark.gold-addfunds-page .gold-addfunds-money-field__prefix {
  color: #251704;
  background: linear-gradient(145deg, #e2bf59, #9e6611);
  border-color: #8b5910;
}

body.gold-dark.gold-addfunds-page .gold-addfunds-assurance {
  color: #aebeb3;
  background: rgba(40, 92, 70, 0.18);
  border-color: rgba(64, 139, 104, 0.35);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-history-table thead th {
  color: #c9a94f;
  background: rgba(106, 76, 19, 0.2);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-history-row {
  background: rgba(24, 18, 11, 0.92);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.22);
}

body.gold-dark.gold-addfunds-page .gold-addfunds-history-cell {
  color: #d9cbb1;
  border-color: rgba(130, 95, 29, 0.42) !important;
}

@media (max-width: 767px) {
  body.gold-addfunds-page .gold-addfunds-form-container,
  body.gold-addfunds-page .gold-addfunds-history-container {
    padding: 14px 10px 0;
  }

  body.gold-addfunds-page .gold-addfunds-history-container {
    padding-top: 12px;
    padding-bottom: 28px;
  }

  body.gold-addfunds-page .gold-addfunds-shell,
  body.gold-addfunds-page .gold-addfunds-history-shell {
    padding: 15px;
    border-radius: 18px;
  }

  body.gold-addfunds-page .gold-addfunds-title {
    min-height: 56px;
    margin: 0 0 17px;
    padding-bottom: 14px;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 10px;
  }

  body.gold-addfunds-page .gold-addfunds-title__artwork {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  body.gold-addfunds-page .gold-addfunds-title__copy strong {
    font-size: 18px;
  }

  body.gold-addfunds-page .gold-addfunds-title__copy small {
    font-size: 9px;
  }

  body.gold-addfunds-page .gold-addfunds-title__secure {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 8px;
  }

  body.gold-addfunds-page .gold-addfunds-instructions__body {
    padding: 15px 13px !important;
    font-size: 11.5px;
    line-height: 1.5;
  }

  body.gold-addfunds-page .gold-addfunds-instructions__body p,
  body.gold-addfunds-page .gold-addfunds-instructions__body div {
    margin-bottom: 10px;
  }

  body.gold-addfunds-page .gold-addfunds-instructions__headline {
    max-width: 100%;
    font-size: 9.5px;
  }

  body.gold-addfunds-page .gold-addfunds-instructions__image {
    margin: 12px auto !important;
    border-radius: 10px;
  }

  body.gold-addfunds-page .gold-addfunds-summary {
    gap: 8px;
  }

  body.gold-addfunds-page .gold-addfunds-summary__item {
    padding: 10px;
  }

  body.gold-addfunds-page .gold-addfunds-summary__item .gold-addfunds-label {
    font-size: 9.5px;
  }

  body.gold-addfunds-page .gold-addfunds-summary__item .gold-addfunds-label__icon {
    width: 21px;
    height: 21px;
    border-radius: 7px;
    font-size: 8px;
  }

  body.gold-addfunds-page .gold-addfunds-summary__item .gold-addfunds-money-field__prefix {
    width: 39px;
    font-size: 9.5px;
  }

  body.gold-addfunds-page .gold-addfunds-summary__item .form-control {
    height: 45px;
    padding: 9px;
    font-size: 11px;
  }

  body.gold-addfunds-page .gold-addfunds-assurance {
    justify-content: space-around;
    gap: 8px;
    font-size: 8.5px;
  }

  body.gold-addfunds-page .gold-addfunds-history-title {
    grid-template-columns: 39px minmax(0, 1fr) auto;
    gap: 9px;
  }

  body.gold-addfunds-page .gold-addfunds-history-title__icon {
    width: 39px;
    height: 39px;
    border-radius: 11px;
    font-size: 12px;
  }

  body.gold-addfunds-page .gold-addfunds-history-title__copy strong {
    font-size: 14px;
  }

  body.gold-addfunds-page .gold-addfunds-history-title__count {
    padding: 5px 8px;
    font-size: 8px;
  }

  body.gold-addfunds-page .gold-addfunds-history-table,
  body.gold-addfunds-page .gold-addfunds-history-table tbody {
    display: block;
  }

  body.gold-addfunds-page .gold-addfunds-history-table thead {
    display: none;
  }

  body.gold-addfunds-page .gold-addfunds-history-row {
    display: grid;
    margin-bottom: 10px;
    padding: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border: 1px solid rgba(182, 134, 39, 0.34);
    border-radius: 14px;
  }

  body.gold-addfunds-page .gold-addfunds-history-cell {
    display: flex;
    min-width: 0;
    padding: 9px;
    flex-direction: column;
    gap: 4px;
    background: rgba(248, 239, 216, 0.52);
    border: 1px solid rgba(183, 139, 48, 0.22) !important;
    border-radius: 10px !important;
    font-size: 10px;
    overflow-wrap: anywhere;
  }

  body.gold-addfunds-page .gold-addfunds-history-cell::before {
    color: #9a7b3b;
    content: attr(data-label);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.gold-addfunds-page .gold-addfunds-history-cell--2 {
    grid-column: 1 / -1;
  }

  body.gold-addfunds-page .gold-addfunds-history-cell--4:empty,
  body.gold-addfunds-page .gold-addfunds-history-cell--4.is-empty {
    display: none;
  }

  body.gold-addfunds-page .gold-addfunds-history-cell--4:not(:empty) {
    align-self: stretch;
    justify-content: center;
  }

  body.gold-dark.gold-addfunds-page .gold-addfunds-history-cell {
    background: rgba(99, 72, 20, 0.13);
    border-color: rgba(134, 98, 28, 0.34) !important;
  }
}

@media (max-width: 390px) {
  body.gold-addfunds-page .gold-addfunds-title__secure span {
    display: none;
  }

  body.gold-addfunds-page .gold-addfunds-title__secure {
    width: 28px;
    padding: 0;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-addfunds-page .gold-addfunds-submit,
  body.gold-addfunds-page .gold-method-trigger,
  body.gold-addfunds-page .gold-method-option {
    transition-duration: 1ms;
  }
}

/* Updates UI v1 ---------------------------------------------------------- */
body.gold-updates-page .gold-main {
  min-height: calc(100vh - 64px);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 92% 2%, rgba(227, 181, 59, 0.17), transparent 25rem),
    radial-gradient(circle at 3% 72%, rgba(181, 126, 24, 0.08), transparent 28rem),
    linear-gradient(145deg, #fffdf8, #f8efdc 60%, #fffbf2);
}

body.gold-updates-page .gold-updates-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 18px 38px;
}

body.gold-updates-page .gold-updates-container > .row,
body.gold-updates-page .gold-updates-outer-column > .row {
  margin-right: 0;
  margin-left: 0;
}

body.gold-updates-page .gold-updates-outer-column,
body.gold-updates-page .gold-updates-toolbar-column,
body.gold-updates-page .gold-updates-content-column {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.gold-updates-page .gold-updates-toolbar {
  display: grid;
  width: 100%;
  margin: 0 0 16px;
  padding: 10px;
  grid-template-columns: minmax(150px, 220px) minmax(260px, 420px);
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 252, 0.96), rgba(249, 239, 215, 0.96));
  border: 1px solid rgba(182, 133, 35, 0.52);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(84, 51, 4, 0.08), inset 0 1px rgba(255, 255, 255, 0.84);
}

body.gold-updates-page .gold-updates-toolbar::before,
body.gold-updates-page .gold-updates-toolbar::after {
  display: none;
}

body.gold-updates-page .gold-updates-toolbar > li {
  float: none;
  margin: 0;
}

body.gold-updates-page .gold-updates-filter {
  display: grid;
  width: 100%;
  min-height: 50px;
  padding: 7px 12px 7px 8px;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  color: #4a3007;
  text-align: left;
  background: linear-gradient(145deg, #f6d76e, #d49824);
  border: 1px solid #ae7113;
  border-radius: 13px;
  box-shadow: 0 8px 17px rgba(112, 67, 4, 0.16), inset 0 1px rgba(255, 248, 205, 0.75);
  font-size: 12px;
  font-weight: 900;
}

body.gold-updates-page .gold-updates-filter:hover,
body.gold-updates-page .gold-updates-filter:focus,
body.gold-updates-page .open > .gold-updates-filter {
  color: #352104;
  background: linear-gradient(145deg, #f9df83, #d9a02c);
  border-color: #965e0c;
  box-shadow: 0 0 0 3px rgba(194, 137, 30, 0.14), 0 10px 22px rgba(104, 61, 3, 0.18);
  outline: none;
}

body.gold-updates-page .gold-updates-filter__icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #321e03;
  background: rgba(255, 245, 199, 0.4);
  border: 1px solid rgba(114, 71, 7, 0.22);
  border-radius: 10px;
  font-size: 11px;
}

body.gold-updates-page .gold-updates-filter .caret {
  justify-self: end;
}

body.gold-updates-page .gold-updates-filter > span:not(.gold-updates-filter__icon):not(.caret) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-updates-page .gold-updates-filter-menu {
  width: 100%;
  min-width: 220px;
  margin-top: 7px;
  padding: 7px;
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #f6e9c9);
  border: 1px solid #ba8728;
  border-radius: 13px;
  box-shadow: 0 18px 42px rgba(65, 40, 3, 0.22);
}

body.gold-updates-page .gold-updates-filter-menu > li > .gold-updates-filter-option {
  display: flex;
  min-height: 38px;
  padding: 8px 10px;
  align-items: center;
  gap: 9px;
  color: #5c4217;
  border-radius: 9px;
  font-size: 10px;
  font-weight: 800;
}

body.gold-updates-page .gold-updates-filter-menu > li > .gold-updates-filter-option i {
  width: 18px;
  color: #a36c11;
  text-align: center;
}

body.gold-updates-page .gold-updates-filter-menu > li.active > a,
body.gold-updates-page .gold-updates-filter-menu > li > a:hover,
body.gold-updates-page .gold-updates-filter-menu > li > a:focus {
  color: #3b2606;
  background: rgba(235, 204, 117, 0.42);
}

body.gold-updates-page .gold-updates-search,
body.gold-updates-page .gold-updates-search .input-group {
  width: 100%;
}

body.gold-updates-page .gold-updates-search .form-control {
  height: 50px;
  padding: 11px 14px;
  color: #4d3c22;
  background: rgba(255, 255, 252, 0.9);
  border: 1px solid #c9a354;
  border-right: 0;
  border-radius: 13px 0 0 13px;
  box-shadow: inset 0 1px 3px rgba(80, 50, 4, 0.04);
  font-size: 12px;
  font-weight: 700;
}

body.gold-updates-page .gold-updates-search .form-control:focus {
  border-color: #a96d12;
  box-shadow: 0 0 0 3px rgba(195, 139, 32, 0.13);
}

body.gold-updates-page .gold-updates-search button {
  width: 50px;
  height: 50px;
  color: #6c470b;
  background: #fffdf8;
  border: 1px solid #c9a354;
  border-radius: 0 13px 13px 0;
  font-size: 13px;
}

body.gold-updates-page .gold-updates-shell {
  width: 100%;
  margin: 0;
  padding: 22px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 252, 0.98), rgba(249, 241, 221, 0.98));
  border: 1px solid rgba(181, 132, 33, 0.56);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(89, 57, 5, 0.09), inset 0 1px rgba(255, 255, 255, 0.86);
}

body.gold-updates-page .gold-updates-title {
  display: grid;
  min-height: 62px;
  margin: 0 0 19px;
  padding: 0 0 17px;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(182, 135, 43, 0.28);
}

body.gold-updates-page .gold-updates-title__artwork {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #3a2304;
  background: linear-gradient(145deg, #f8dc7d, #c88719);
  border: 1px solid rgba(172, 112, 17, 0.62);
  border-radius: 16px;
  box-shadow: 0 9px 18px rgba(124, 77, 5, 0.18), inset 0 1px rgba(255, 249, 211, 0.8);
  font-size: 20px;
}

body.gold-updates-page .gold-updates-title__artwork img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.gold-updates-page .gold-updates-title__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

body.gold-updates-page .gold-updates-title__copy strong {
  color: #3d2808;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.05;
}

body.gold-updates-page .gold-updates-title__copy small {
  color: #8b795c;
  font-size: 10px;
  font-weight: 680;
}

body.gold-updates-page .gold-updates-title__count {
  padding: 7px 11px;
  color: #76500c;
  background: rgba(242, 220, 158, 0.45);
  border: 1px solid rgba(180, 130, 33, 0.4);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
  white-space: nowrap;
}

body.gold-updates-page .gold-updates-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 9px;
  table-layout: fixed;
}

body.gold-updates-page .gold-updates-table thead th {
  padding: 10px 13px;
  color: #7e601f;
  background: rgba(240, 218, 158, 0.42);
  border: 0;
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.gold-updates-page .gold-updates-table thead th:first-child {
  width: 48%;
  border-radius: 10px 0 0 10px;
}

body.gold-updates-page .gold-updates-table thead th:nth-child(2) {
  width: 16%;
}

body.gold-updates-page .gold-updates-table thead th:last-child {
  width: 36%;
  border-radius: 0 10px 10px 0;
}

body.gold-updates-page .gold-update-card {
  background: rgba(255, 255, 253, 0.75);
  box-shadow: 0 6px 16px rgba(78, 48, 3, 0.045);
}

body.gold-updates-page .gold-update-cell {
  padding: 12px 13px;
  color: #58482f;
  border-top: 1px solid rgba(185, 140, 47, 0.25) !important;
  border-bottom: 1px solid rgba(185, 140, 47, 0.25) !important;
  vertical-align: middle !important;
}

body.gold-updates-page .gold-update-cell:first-child {
  border-left: 1px solid rgba(185, 140, 47, 0.25) !important;
  border-radius: 13px 0 0 13px;
}

body.gold-updates-page .gold-update-cell:last-child {
  border-right: 1px solid rgba(185, 140, 47, 0.25) !important;
  border-radius: 0 13px 13px 0;
}

body.gold-updates-page .gold-update-service__meta {
  display: flex;
  margin-bottom: 6px;
  align-items: center;
  gap: 7px;
}

body.gold-updates-page .gold-update-service__id {
  display: inline-flex;
  min-height: 24px;
  padding: 5px 8px;
  align-items: center;
  color: #4b2f04;
  background: linear-gradient(145deg, #f2d26e, #d29725);
  border: 1px solid rgba(164, 102, 11, 0.55);
  border-radius: 8px;
  font-size: 8.5px;
  font-weight: 900;
  white-space: nowrap;
}

body.gold-updates-page .gold-update-service__platform {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #7b5916;
  background: rgba(239, 219, 166, 0.46);
  border: 1px solid rgba(179, 133, 39, 0.3);
  border-radius: 8px;
  font-size: 10px;
}

body.gold-updates-page .gold-update-service__platform--instagram { color: #c13a78; }
body.gold-updates-page .gold-update-service__platform--facebook { color: #3477c7; }
body.gold-updates-page .gold-update-service__platform--tiktok { color: #202020; }
body.gold-updates-page .gold-update-service__platform--telegram { color: #249fd7; }
body.gold-updates-page .gold-update-service__platform--youtube { color: #e43f3f; }
body.gold-updates-page .gold-update-service__platform--whatsapp { color: #29a96b; }
body.gold-updates-page .gold-update-service__platform--linkedin { color: #2474a8; }
body.gold-updates-page .gold-update-service__platform--github { color: #3e3e46; }
body.gold-updates-page .gold-update-service__platform--twitch { color: #7651b5; }

body.gold-updates-page .gold-update-service__name {
  display: block;
  color: #44341d;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

body.gold-updates-page .gold-update-date {
  display: inline-flex;
  min-height: 30px;
  padding: 7px 9px;
  align-items: center;
  gap: 6px;
  color: #72551e;
  background: rgba(245, 233, 201, 0.52);
  border: 1px solid rgba(183, 138, 43, 0.3);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

body.gold-updates-page .gold-update-date i {
  color: #b07816;
  font-size: 9px;
}

body.gold-updates-page .gold-update-change {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

body.gold-updates-page .gold-update-status {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  min-height: 26px;
  padding: 6px 9px;
  align-items: center;
  gap: 6px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 8.5px;
  font-weight: 900;
  white-space: nowrap;
}

body.gold-updates-page .gold-update-change--decreased .gold-update-status {
  color: #1d7655;
  background: #e0f4ea;
  border-color: #b9dfcd;
}

body.gold-updates-page .gold-update-change--increased .gold-update-status {
  color: #a65042;
  background: #ffebe7;
  border-color: #f1c2b9;
}

body.gold-updates-page .gold-update-change--enabled .gold-update-status {
  color: #1b7052;
  background: #ddf2e8;
  border-color: #b5dac8;
}

body.gold-updates-page .gold-update-change--disabled .gold-update-status {
  color: #a04444;
  background: #f8e9e7;
  border-color: #e7bfba;
}

body.gold-updates-page .gold-update-change--new .gold-update-status {
  color: #2b6599;
  background: #e5f2ff;
  border-color: #b9d8f3;
}

body.gold-updates-page .gold-update-change--updated .gold-update-status {
  color: #7b5b19;
  background: #f7edcf;
  border-color: #dec68b;
}

body.gold-updates-page .gold-update-price-flow {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
  align-items: center;
  gap: 5px;
}

body.gold-updates-page .gold-update-price {
  display: flex;
  min-width: 0;
  padding: 7px 8px;
  flex-direction: column;
  gap: 2px;
  background: rgba(246, 237, 214, 0.56);
  border: 1px solid rgba(181, 137, 46, 0.24);
  border-radius: 9px;
}

body.gold-updates-page .gold-update-price small {
  overflow: hidden;
  color: #998563;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

body.gold-updates-page .gold-update-price strong {
  overflow: hidden;
  color: #59421a;
  font-size: 9px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-updates-page .gold-update-change--decreased .gold-update-price--new strong { color: #1d7655; }
body.gold-updates-page .gold-update-change--increased .gold-update-price--new strong { color: #ab4f41; }

body.gold-updates-page .gold-update-price-flow__arrow {
  color: #a87318;
  font-size: 8px;
  text-align: center;
}

body.gold-updates-page .gold-update-message {
  color: #66563e;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
}

body.gold-updates-page .gold-updates-pagination {
  display: flex;
  width: 100%;
  margin: 17px 0 0;
  padding: 2px 0 4px;
  overflow-x: auto;
  justify-content: center;
  gap: 6px;
  scrollbar-width: thin;
}

body.gold-updates-page .gold-updates-pagination > li {
  flex: 0 0 auto;
}

body.gold-updates-page .gold-updates-pagination > li > a,
body.gold-updates-page .gold-updates-pagination > li > span {
  min-width: 36px;
  height: 36px;
  padding: 9px 10px;
  color: #725116;
  background: rgba(255, 255, 252, 0.85);
  border: 1px solid rgba(184, 138, 43, 0.42);
  border-radius: 10px;
  font-size: 9px;
  font-weight: 850;
  text-align: center;
}

body.gold-updates-page .gold-updates-pagination > .active > a,
body.gold-updates-page .gold-updates-pagination > .active > span,
body.gold-updates-page .gold-updates-pagination > li > a:hover,
body.gold-updates-page .gold-updates-pagination > li > a:focus {
  color: #2f1c02;
  background: linear-gradient(145deg, #f0ce69, #c6881e);
  border-color: #a96910;
}

body.gold-updates-page .gold-updates-empty {
  display: flex;
  min-height: 250px;
  padding: 34px 18px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: #8b7a60;
  text-align: center;
}

body.gold-updates-page .gold-updates-empty__icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  margin-bottom: 5px;
  align-items: center;
  justify-content: center;
  color: #8b5c0e;
  background: rgba(239, 218, 161, 0.5);
  border: 1px solid rgba(180, 132, 36, 0.42);
  border-radius: 18px;
  font-size: 19px;
}

body.gold-updates-page .gold-updates-empty strong {
  color: #4c3510;
  font-size: 15px;
  font-weight: 900;
}

body.gold-updates-page .gold-updates-empty > span:last-child {
  font-size: 10px;
  font-weight: 650;
}

body.gold-dark.gold-updates-page .gold-main {
  background:
    radial-gradient(circle at 90% 4%, rgba(167, 119, 28, 0.15), transparent 26rem),
    linear-gradient(145deg, #090704, #151008 58%, #080603);
}

body.gold-dark.gold-updates-page .gold-updates-toolbar,
body.gold-dark.gold-updates-page .gold-updates-shell {
  background: linear-gradient(145deg, rgba(29, 23, 14, 0.98), rgba(12, 9, 5, 0.99));
  border-color: rgba(143, 105, 29, 0.64);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.36), inset 0 1px rgba(255, 224, 130, 0.035);
}

body.gold-dark.gold-updates-page .gold-updates-title {
  border-bottom-color: rgba(148, 108, 31, 0.42);
}

body.gold-dark.gold-updates-page .gold-updates-title__copy strong,
body.gold-dark.gold-updates-page .gold-update-service__name {
  color: #ead9b9;
}

body.gold-dark.gold-updates-page .gold-updates-title__copy small {
  color: #a9987c;
}

body.gold-dark.gold-updates-page .gold-updates-title__count {
  color: #e2c267;
  background: rgba(113, 80, 18, 0.22);
  border-color: rgba(155, 113, 28, 0.48);
}

body.gold-dark.gold-updates-page .gold-updates-search .form-control,
body.gold-dark.gold-updates-page .gold-updates-search button {
  color: #e3d6bd;
  background: #110d08;
  border-color: #71531b;
}

body.gold-dark.gold-updates-page .gold-updates-filter-menu {
  background: linear-gradient(145deg, #1f190f, #090704);
  border-color: #76571d;
}

body.gold-dark.gold-updates-page .gold-updates-filter-menu > li > .gold-updates-filter-option {
  color: #d6c8ad;
}

body.gold-dark.gold-updates-page .gold-updates-filter-menu > li.active > a,
body.gold-dark.gold-updates-page .gold-updates-filter-menu > li > a:hover,
body.gold-dark.gold-updates-page .gold-updates-filter-menu > li > a:focus {
  color: #efd47e;
  background: rgba(116, 82, 18, 0.24);
}

body.gold-dark.gold-updates-page .gold-updates-table thead th {
  color: #c9a94f;
  background: rgba(106, 76, 19, 0.2);
}

body.gold-dark.gold-updates-page .gold-update-card {
  background: rgba(24, 18, 11, 0.94);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.23);
}

body.gold-dark.gold-updates-page .gold-update-cell {
  color: #d7cab0;
  border-color: rgba(130, 95, 29, 0.42) !important;
}

body.gold-dark.gold-updates-page .gold-update-service__platform,
body.gold-dark.gold-updates-page .gold-update-date,
body.gold-dark.gold-updates-page .gold-update-price {
  background: rgba(104, 75, 20, 0.14);
  border-color: rgba(139, 101, 28, 0.35);
}

body.gold-dark.gold-updates-page .gold-update-date,
body.gold-dark.gold-updates-page .gold-update-price strong,
body.gold-dark.gold-updates-page .gold-update-message {
  color: #d9c9a9;
}

body.gold-dark.gold-updates-page .gold-update-price small {
  color: #9e8e71;
}

body.gold-dark.gold-updates-page .gold-updates-pagination > li > a,
body.gold-dark.gold-updates-page .gold-updates-pagination > li > span {
  color: #d7c7a7;
  background: #151008;
  border-color: rgba(137, 99, 27, 0.5);
}

@media (max-width: 767px) {
  body.gold-updates-page .gold-updates-container {
    padding: 12px 9px 28px;
  }

  body.gold-updates-page .gold-updates-toolbar {
    margin-bottom: 12px;
    padding: 8px;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 8px;
    border-radius: 15px;
  }

  body.gold-updates-page .gold-updates-filter,
  body.gold-updates-page .gold-updates-search .form-control,
  body.gold-updates-page .gold-updates-search button {
    min-height: 47px;
    height: 47px;
  }

  body.gold-updates-page .gold-updates-filter {
    padding: 6px 8px;
    grid-template-columns: 31px minmax(0, 1fr) auto;
    gap: 6px;
    border-radius: 11px;
    font-size: 10.5px;
  }

  body.gold-updates-page .gold-updates-filter__icon {
    width: 31px;
    height: 31px;
    border-radius: 8px;
    font-size: 9px;
  }

  body.gold-updates-page .gold-updates-search .form-control {
    min-width: 0;
    padding: 10px 11px;
    border-radius: 11px 0 0 11px;
    font-size: 10.5px;
  }

  body.gold-updates-page .gold-updates-search button {
    width: 45px;
    border-radius: 0 11px 11px 0;
    font-size: 11px;
  }

  body.gold-updates-page .gold-updates-shell {
    padding: 14px;
    border-radius: 18px;
  }

  body.gold-updates-page .gold-updates-title {
    min-height: 51px;
    margin-bottom: 13px;
    padding-bottom: 13px;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 9px;
  }

  body.gold-updates-page .gold-updates-title__artwork {
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }

  body.gold-updates-page .gold-updates-title__copy strong {
    font-size: 17px;
  }

  body.gold-updates-page .gold-updates-title__copy small {
    font-size: 8.5px;
  }

  body.gold-updates-page .gold-updates-title__count {
    padding: 5px 8px;
    font-size: 7.5px;
  }

  body.gold-updates-page .gold-updates-table,
  body.gold-updates-page .gold-updates-table tbody {
    display: block;
  }

  body.gold-updates-page .gold-updates-table thead {
    display: none;
  }

  body.gold-updates-page .gold-update-card {
    display: grid;
    margin-bottom: 10px;
    padding: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      'service date'
      'change change';
    gap: 9px;
    border: 1px solid rgba(181, 134, 40, 0.38);
    border-radius: 15px;
  }

  body.gold-updates-page .gold-update-cell {
    display: block;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: 0 !important;
  }

  body.gold-updates-page .gold-update-cell--service {
    grid-area: service;
  }

  body.gold-updates-page .gold-update-cell--date {
    grid-area: date;
    align-self: start;
    justify-self: end;
  }

  body.gold-updates-page .gold-update-cell--change {
    grid-area: change;
    padding-top: 10px;
    border-top: 1px solid rgba(182, 137, 43, 0.23) !important;
  }

  body.gold-updates-page .gold-update-service__meta {
    margin-bottom: 7px;
  }

  body.gold-updates-page .gold-update-service__id {
    min-height: 23px;
    font-size: 8px;
  }

  body.gold-updates-page .gold-update-service__platform {
    width: 23px;
    height: 23px;
    font-size: 9px;
  }

  body.gold-updates-page .gold-update-service__name {
    font-size: 10.5px;
    line-height: 1.38;
  }

  body.gold-updates-page .gold-update-date {
    min-height: 27px;
    padding: 6px 8px;
    font-size: 7.5px;
  }

  body.gold-updates-page .gold-update-change {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
  }

  body.gold-updates-page .gold-update-status {
    min-height: 26px;
    padding: 6px 8px;
    font-size: 7.5px;
  }

  body.gold-updates-page .gold-update-price {
    padding: 6px 7px;
  }

  body.gold-updates-page .gold-update-price strong {
    font-size: 8.5px;
  }

  body.gold-updates-page .gold-update-message {
    padding: 7px 9px;
    background: rgba(246, 237, 214, 0.5);
    border: 1px solid rgba(181, 137, 46, 0.24);
    border-radius: 9px;
    font-size: 9px;
  }

  body.gold-dark.gold-updates-page .gold-update-message {
    background: rgba(104, 75, 20, 0.14);
    border-color: rgba(139, 101, 28, 0.35);
  }

  body.gold-updates-page .gold-updates-pagination {
    justify-content: flex-start;
  }
}

@media (max-width: 374px) {
  body.gold-updates-page .gold-updates-title__count {
    display: none;
  }

  body.gold-updates-page .gold-update-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      'service'
      'date'
      'change';
  }

  body.gold-updates-page .gold-update-cell--date {
    justify-self: start;
  }

  body.gold-updates-page .gold-update-change {
    grid-template-columns: 1fr;
  }
}

/* Prevent the legacy Updates table from flashing before enhancement. */
body:has(.nav-pills a[href="/updates/new"]):not(.gold-updates-v1) .gold-main > .container-fluid {
  opacity: 0;
  visibility: hidden;
  animation: goldUpdatesBootFallback 0s linear 2.5s forwards;
}

body:has(.nav-pills a[href="/updates/new"]):not(.gold-updates-v1)::after {
  position: fixed;
  z-index: 1200;
  top: 50%;
  left: 50%;
  min-width: 132px;
  padding: 11px 15px;
  color: #6d4a0a;
  content: 'Loading updates…';
  background: rgba(255, 252, 242, 0.94);
  border: 1px solid rgba(190, 145, 47, 0.55);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(69, 43, 5, 0.14);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  transform: translate(-50%, -50%);
  animation: goldUpdatesPulse 900ms ease-in-out infinite alternate,
    goldUpdatesBootDismiss 0s linear 2.5s forwards;
}

body.gold-dark:has(.nav-pills a[href="/updates/new"]):not(.gold-updates-v1)::after {
  color: #efd47b;
  background: rgba(24, 19, 12, 0.95);
  border-color: rgba(170, 127, 35, 0.62);
}

body.gold-updates-page.gold-updates-v1 .gold-main > .container-fluid {
  animation: goldUpdatesReveal 240ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes goldUpdatesReveal {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes goldUpdatesPulse {
  from { opacity: 0.68; transform: translate(-50%, -50%) scale(0.98); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes goldUpdatesBootFallback {
  to { opacity: 1; visibility: visible; }
}

@keyframes goldUpdatesBootDismiss {
  to { opacity: 0; visibility: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-updates-page.gold-updates-v1 .gold-main > .container-fluid {
    animation-duration: 1ms;
  }

  body:has(.nav-pills a[href="/updates/new"]):not(.gold-updates-v1)::after {
    animation: goldUpdatesBootDismiss 0s linear 2.5s forwards;
  }
}

/* Global page loading screen -------------------------------------------- */
html.gold-page-is-loading,
html.gold-page-is-loading body {
  overflow: hidden;
}

.gold-page-loader {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #392707;
  background:
    radial-gradient(circle at 50% 42%, rgba(232, 189, 78, 0.20), transparent 18rem),
    linear-gradient(145deg, #fffdf6, #f8efd9);
  opacity: 1;
  visibility: visible;
  transition: opacity 280ms ease, visibility 280ms ease;
}

.gold-page-loader.is-hidden,
html:not(.gold-page-is-loading) .gold-page-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gold-page-loader__content {
  display: flex;
  width: min(290px, 88vw);
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.gold-page-loader__mark {
  position: relative;
  display: grid;
  z-index: 0;
  width: 136px;
  height: 136px;
  margin-bottom: 12px;
  place-items: center;
  color: transparent;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 12px 20px rgba(79, 47, 2, 0.22));
  font-size: 0;
}

.gold-page-loader__mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gold-page-loader__mark::after {
  position: absolute;
  z-index: -1;
  inset: 19px;
  content: '';
  background: radial-gradient(circle, rgba(229, 176, 48, 0.26), rgba(229, 176, 48, 0));
  border-radius: 50%;
  animation: goldPageLoaderLogoPulse 1.25s ease-in-out infinite alternate;
}

.gold-page-loader strong {
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.gold-page-loader small {
  margin-top: 4px;
  color: #81745f;
  font-size: 12px;
  font-weight: 650;
}

.gold-page-loader__bar {
  position: relative;
  width: 128px;
  height: 4px;
  margin-top: 17px;
  overflow: hidden;
  background: rgba(158, 116, 31, 0.16);
  border-radius: 999px;
}

.gold-page-loader__bar::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(90deg, transparent, #c68b18, transparent);
  transform: translateX(-100%);
  animation: goldPageLoaderBar 1.15s ease-in-out infinite;
}

body.gold-dark .gold-page-loader {
  color: #f6e8c4;
  background:
    radial-gradient(circle at 50% 42%, rgba(210, 158, 42, 0.14), transparent 18rem),
    linear-gradient(145deg, #17120b, #0b0906);
}

body.gold-dark .gold-page-loader small {
  color: #b9aa8b;
}

@keyframes goldPageLoaderLogoPulse {
  from { opacity: 0.45; transform: scale(0.88); }
  to { opacity: 1; transform: scale(1.16); }
}

@keyframes goldPageLoaderBar {
  50%, 100% { transform: translateX(100%); }
}

@media (prefers-reduced-motion: reduce) {
  .gold-page-loader__mark::after,
  .gold-page-loader__bar::after {
    animation-duration: 1.8s;
  }
}

/* Affiliates page v1 ---------------------------------------------------- */
.gold-affiliates-page {
  padding-top: 18px;
  padding-bottom: 110px;
}

.gold-affiliates {
  display: grid;
  gap: 16px;
  color: #3a2b14;
}

.gold-affiliates__hero,
.gold-affiliates__referral-card,
.gold-affiliates__stats,
.gold-affiliates__payments {
  border: 1px solid rgba(177, 126, 26, 0.50);
  background: rgba(255, 253, 247, 0.92);
  box-shadow: 0 9px 24px rgba(94, 63, 8, 0.08);
}

.gold-affiliates__hero {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px;
  border-radius: 18px;
}

.gold-affiliates__hero-icon,
.gold-affiliates__section-heading-icon,
.gold-affiliates__metric-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  color: #2d1d05;
  background: linear-gradient(145deg, #f4ce66, #d99b19);
  box-shadow: 0 7px 16px rgba(186, 126, 8, 0.24);
}

.gold-affiliates__hero-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  font-size: 19px;
}

.gold-affiliates h1,
.gold-affiliates h2,
.gold-affiliates p {
  margin: 0;
}

.gold-affiliates h1 {
  color: #3b2705;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.gold-affiliates__hero p,
.gold-affiliates__section-heading p {
  margin-top: 2px;
  color: #84775f;
  font-size: 11.5px;
  font-weight: 650;
}

.gold-affiliates__referral-card {
  padding: 16px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(232, 184, 64, 0.20), transparent 13rem),
    rgba(255, 253, 247, 0.94);
}

.gold-affiliates__section-label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: #705010;
  font-size: 10.5px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.gold-affiliates__section-label i {
  color: #c58a13;
  font-size: 12px;
}

.gold-affiliates__link-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 8px 8px 8px 12px;
  border: 1px solid rgba(165, 129, 57, 0.40);
  background: #fffdfa;
  border-radius: 12px;
}

.gold-affiliates__link-row code {
  min-width: 0;
  color: #47371e;
  background: transparent;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  overflow-wrap: anywhere;
  white-space: normal;
}

.gold-affiliates__copy {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 11px;
  border: 1px solid #c49127;
  color: #4b3104;
  background: linear-gradient(145deg, #f5d16d, #dfa427);
  border-radius: 9px;
  font-size: 10.5px;
  font-weight: 850;
  transition: transform 160ms ease, background 160ms ease;
}

.gold-affiliates__copy:active {
  transform: scale(0.97);
}

.gold-affiliates__copy.is-copied {
  border-color: #5ca67d;
  color: #fff;
  background: #3d9468;
}

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

.gold-affiliates__reward-card {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  padding: 14px;
  border: 1px solid rgba(177, 126, 26, 0.42);
  background: linear-gradient(145deg, rgba(255, 253, 247, 0.98), rgba(250, 239, 207, 0.84));
  border-radius: 16px;
  box-shadow: 0 7px 18px rgba(94, 63, 8, 0.07);
}

.gold-affiliates__metric-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  font-size: 14px;
}

.gold-affiliates__reward-card small,
.gold-affiliates__stat-card small,
.gold-affiliates__payment-card small {
  display: block;
  color: #85765e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
}

.gold-affiliates__reward-card strong {
  display: block;
  margin-top: 3px;
  color: #352305;
  font-size: 16px;
  font-weight: 900;
}

.gold-affiliates__stats,
.gold-affiliates__payments {
  padding: 16px;
  border-radius: 18px;
}

.gold-affiliates__section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(173, 130, 44, 0.25);
}

.gold-affiliates__section-heading-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  font-size: 14px;
}

.gold-affiliates__section-heading h2 {
  color: #3b2705;
  font-size: 16px;
  font-weight: 900;
}

.gold-affiliates__stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  padding-top: 13px;
}

.gold-affiliates__stat-card {
  position: relative;
  min-width: 0;
  min-height: 90px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(178, 139, 66, 0.28);
  background: #fffdfa;
  border-radius: 13px;
}

.gold-affiliates__stat-card > i {
  display: block;
  margin-bottom: 10px;
  color: #c48a17;
  font-size: 14px;
}

.gold-affiliates__stat-card strong {
  display: block;
  margin-top: 4px;
  color: #342405;
  font-size: 17px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.gold-affiliates__stat-card--highlight {
  border-color: rgba(42, 133, 90, 0.40);
  background: linear-gradient(145deg, #f6fff9, #e8f8ee);
}

.gold-affiliates__stat-card--highlight > i,
.gold-affiliates__stat-card--highlight strong {
  color: #277a53;
}

.gold-affiliates__payout-btn {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  border: 1px solid #bd8310;
  color: #302004;
  background: linear-gradient(145deg, #f3ca5d, #dfa31d);
  border-radius: 12px;
  box-shadow: 0 7px 17px rgba(170, 111, 4, 0.17);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.gold-affiliates__payout-btn:hover,
.gold-affiliates__payout-btn:focus {
  color: #302004;
  text-decoration: none;
}

.gold-affiliates__payment-list {
  display: grid;
  gap: 9px;
  padding-top: 13px;
}

.gold-affiliates__payment-card {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.9fr;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(178, 139, 66, 0.28);
  background: #fffdfa;
  border-radius: 13px;
}

.gold-affiliates__payment-card strong {
  display: block;
  margin-top: 4px;
  color: #392908;
  font-size: 12px;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.gold-affiliates__payment-status {
  color: #267851 !important;
}

.gold-affiliates__pagination {
  display: flex;
  justify-content: center;
  margin: 0;
}

body.gold-dark .gold-affiliates {
  color: #f5e8c7;
}

body.gold-dark .gold-affiliates__hero,
body.gold-dark .gold-affiliates__referral-card,
body.gold-dark .gold-affiliates__stats,
body.gold-dark .gold-affiliates__payments,
body.gold-dark .gold-affiliates__reward-card,
body.gold-dark .gold-affiliates__link-row,
body.gold-dark .gold-affiliates__stat-card,
body.gold-dark .gold-affiliates__payment-card {
  border-color: rgba(220, 177, 78, 0.30);
  background: #1c1710;
}

body.gold-dark .gold-affiliates h1,
body.gold-dark .gold-affiliates h2,
body.gold-dark .gold-affiliates__reward-card strong,
body.gold-dark .gold-affiliates__stat-card strong,
body.gold-dark .gold-affiliates__payment-card strong,
body.gold-dark .gold-affiliates__link-row code {
  color: #f6e8c4;
}

body.gold-dark .gold-affiliates__hero p,
body.gold-dark .gold-affiliates__section-heading p,
body.gold-dark .gold-affiliates__reward-card small,
body.gold-dark .gold-affiliates__stat-card small,
body.gold-dark .gold-affiliates__payment-card small {
  color: #b7aa91;
}

body.gold-dark .gold-affiliates__stat-card--highlight {
  border-color: rgba(80, 184, 129, 0.38);
  background: #10251b;
}

@media (max-width: 767px) {
  .gold-affiliates-page {
    width: 100%;
    padding-top: 14px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .gold-affiliates-page > .row {
    margin-right: 0;
    margin-left: 0;
  }

  .gold-affiliates-page .col-md-10 {
    padding-right: 0;
    padding-left: 0;
  }

  .gold-affiliates {
    gap: 12px;
  }

  .gold-affiliates__hero,
  .gold-affiliates__referral-card,
  .gold-affiliates__stats,
  .gold-affiliates__payments {
    border-radius: 15px;
  }

  .gold-affiliates__hero {
    padding: 14px;
  }

  .gold-affiliates__hero-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 17px;
  }

  .gold-affiliates h1 {
    font-size: 18px;
  }

  .gold-affiliates__referral-card,
  .gold-affiliates__stats,
  .gold-affiliates__payments {
    padding: 13px;
  }

  .gold-affiliates__reward-card {
    padding: 11px;
  }

  .gold-affiliates__metric-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 12px;
  }

  .gold-affiliates__reward-card strong {
    font-size: 14px;
  }

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

  .gold-affiliates__stat-card {
    min-height: 86px;
    padding: 11px;
  }

  .gold-affiliates__stat-card strong {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .gold-affiliates__link-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .gold-affiliates__copy {
    width: 100%;
  }

  .gold-affiliates__reward-grid {
    grid-template-columns: 1fr;
  }
}

/* Child panel order page v1 -------------------------------------------- */
.gold-child-panel-page { padding-top: 18px; padding-bottom: 110px; }

.gold-child-panel {
  overflow: hidden;
  border: 1px solid rgba(177, 126, 26, 0.50);
  color: #3a2b14;
  background: rgba(255, 253, 247, 0.94);
  border-radius: 19px;
  box-shadow: 0 12px 30px rgba(94, 63, 8, 0.09);
}

.gold-child-panel__hero {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px;
  border-bottom: 1px solid rgba(173, 130, 44, 0.25);
  background: radial-gradient(circle at 100% 0, rgba(231, 181, 57, 0.18), transparent 15rem);
}

.gold-child-panel__hero-icon,
.gold-child-panel__notice-icon,
.gold-child-panel__select-icon,
.gold-child-panel__price-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
}

.gold-child-panel__hero-icon {
  width: 48px;
  height: 48px;
  color: #2d1d05;
  background: linear-gradient(145deg, #f4ce66, #d99b19);
  border-radius: 14px;
  box-shadow: 0 7px 16px rgba(186, 126, 8, 0.24);
  font-size: 19px;
}

.gold-child-panel__hero h1,
.gold-child-panel__hero p { margin: 0; }

.gold-child-panel__hero h1 {
  color: #3b2705;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.gold-child-panel__hero p {
  margin-top: 2px;
  color: #84775f;
  font-size: 11.5px;
  font-weight: 650;
}

.gold-child-panel__form {
  display: grid;
  gap: 15px;
  padding: 17px;
}

.gold-child-panel__field { min-width: 0; margin: 0; }

.gold-child-panel__field label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  color: #47320d;
  font-size: 11.5px;
  font-weight: 850;
}

.gold-child-panel__field label i {
  width: 15px;
  color: #bd8415;
  text-align: center;
}

.gold-child-panel__field .form-control {
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid rgba(165, 129, 57, 0.46);
  color: #3c2d15;
  background: #fffdfa;
  border-radius: 12px;
  box-shadow: inset 0 1px 2px rgba(86, 57, 7, 0.04);
  font-size: 12px;
  font-weight: 650;
}

.gold-child-panel__field .form-control:focus {
  border-color: #c58b17;
  box-shadow: 0 0 0 3px rgba(212, 163, 50, 0.15);
}

.gold-child-panel__nameservers {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  padding: 13px;
  border: 1px solid rgba(212, 158, 42, 0.36);
  color: #f4e8c5;
  background: linear-gradient(145deg, #243026, #152019);
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(20, 33, 24, 0.16);
}

.gold-child-panel__notice-icon {
  width: 34px;
  height: 34px;
  color: #3c2a05;
  background: #f1c348;
  border-radius: 10px;
  font-size: 13px;
}

.gold-child-panel__nameservers strong { display: block; font-size: 11px; font-weight: 850; }

.gold-child-panel__nameservers ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.gold-child-panel__nameservers li { margin: 0; }

.gold-child-panel__nameservers code {
  display: inline-block;
  padding: 4px 7px;
  border: 1px solid rgba(236, 210, 144, 0.22);
  color: #fff3d1;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 7px;
  font-family: inherit;
  font-size: 10px;
  font-weight: 750;
}

.gold-child-panel__select-wrap { position: relative; }

.gold-child-panel__select-wrap .form-control {
  padding-right: 39px;
  padding-left: 43px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.gold-child-panel__select-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 10px;
  width: 26px;
  height: 26px;
  color: #5b3b05;
  background: #f2d581;
  border-radius: 8px;
  pointer-events: none;
  transform: translateY(-50%);
  font-size: 10px;
}

.gold-child-panel__select-chevron {
  position: absolute;
  top: 50%;
  right: 14px;
  color: #8f681b;
  pointer-events: none;
  transform: translateY(-50%);
  font-size: 9px;
}

.gold-child-panel__field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gold-child-panel__checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 10px;
  padding-top: 2px;
}

.gold-child-panel__price {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(177, 126, 26, 0.38);
  background: linear-gradient(145deg, #fffdf7, #f8eccb);
  border-radius: 12px;
}

.gold-child-panel__price-icon {
  width: 32px;
  height: 32px;
  color: #4f3304;
  background: linear-gradient(145deg, #f2cc65, #dda020);
  border-radius: 9px;
  font-size: 12px;
}

.gold-child-panel__price small {
  display: block;
  color: #88775c;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gold-child-panel__price strong {
  display: block;
  margin-top: 2px;
  color: #382504;
  font-size: 15px;
  font-weight: 900;
}

.gold-child-panel__submit {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid #bd8310;
  color: #302004;
  background: linear-gradient(145deg, #f3ca5d, #dfa31d);
  border-radius: 12px;
  box-shadow: 0 7px 17px rgba(170, 111, 4, 0.17);
  font-size: 12px;
  font-weight: 900;
}

body.gold-dark .gold-child-panel {
  border-color: rgba(220, 177, 78, 0.30);
  color: #f5e8c7;
  background: #1c1710;
}

body.gold-dark .gold-child-panel__hero h1,
body.gold-dark .gold-child-panel__field label,
body.gold-dark .gold-child-panel__field .form-control,
body.gold-dark .gold-child-panel__price strong { color: #f6e8c4; }

body.gold-dark .gold-child-panel__hero p,
body.gold-dark .gold-child-panel__price small { color: #b7aa91; }

body.gold-dark .gold-child-panel__field .form-control,
body.gold-dark .gold-child-panel__price {
  border-color: rgba(220, 177, 78, 0.30);
  background: #15110c;
}

@media (max-width: 767px) {
  .gold-child-panel-page {
    width: 100%;
    padding-top: 14px;
    padding-right: 14px;
    padding-left: 14px;
  }
  .gold-child-panel-page > .row { margin-right: 0; margin-left: 0; }
  .gold-child-panel-page .col-md-8 { padding-right: 0; padding-left: 0; }
  .gold-child-panel { border-radius: 15px; }
  .gold-child-panel__hero { padding: 14px; }
  .gold-child-panel__hero-icon { width: 42px; height: 42px; border-radius: 12px; font-size: 17px; }
  .gold-child-panel__hero h1 { font-size: 18px; }
  .gold-child-panel__form { gap: 13px; padding: 13px; }
  .gold-child-panel__field-grid { grid-template-columns: 1fr; gap: 13px; }
  .gold-child-panel__checkout { grid-template-columns: 1fr; }
  .gold-child-panel__submit { min-height: 44px; }
}

/* New Order service sorting v5: lock compact right-aligned layout. */
body.gold-neworder-sort .gold-service-heading {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: 8px !important;
}

body.gold-neworder-sort .gold-service-heading > label {
  flex: 0 1 auto !important;
  margin: 0 !important;
  white-space: nowrap;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  gap: 4px !important;
  width: auto !important;
  margin: 0 0 0 auto !important;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  width: auto !important;
  margin: 0 !important;
  font-size: 10.5px !important;
  line-height: 1 !important;
  white-space: nowrap;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__label i {
  width: auto !important;
  font-size: 9.5px !important;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__control {
  position: relative !important;
  display: block !important;
  flex: 0 0 112px !important;
  width: 112px !important;
  height: 30px !important;
  margin: 0 !important;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__icon {
  display: none !important;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__select {
  display: block !important;
  width: 100% !important;
  height: 30px !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 0 23px 0 8px !important;
  border-radius: 8px !important;
  font-size: 10.5px !important;
  line-height: 30px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

body.gold-neworder-sort .gold-service-heading .gold-service-sort__chevron {
  position: absolute !important;
  top: 50% !important;
  right: 8px !important;
  display: block !important;
  margin: 0 !important;
  pointer-events: none;
  transform: translateY(-50%) !important;
  font-size: 7.5px !important;
}

@media (max-width: 420px) {
  body.gold-neworder-sort .gold-service-heading {
    gap: 7px !important;
    margin-bottom: 7px !important;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__label {
    font-size: 9.5px !important;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__label i {
    font-size: 8.5px !important;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__control {
    flex-basis: 100px !important;
    width: 100px !important;
    height: 28px !important;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__select {
    height: 28px !important;
    min-height: 28px !important;
    padding-right: 20px !important;
    padding-left: 7px !important;
    border-radius: 7px !important;
    font-size: 9.5px !important;
    line-height: 28px !important;
  }

  body.gold-neworder-sort .gold-service-heading .gold-service-sort__chevron {
    right: 7px !important;
    font-size: 7px !important;
  }
}

/* Add funds UI v2.1: clearer payment-to-history spacing and list-style transactions. */
body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-container {
  margin-top: 18px;
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table {
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table thead th {
  border-bottom: 1px solid rgba(182, 135, 43, 0.28);
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-row {
  background: transparent !important;
  box-shadow: none !important;
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell {
  padding: 14px 12px;
  background: transparent !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(185, 140, 47, 0.22) !important;
  border-left: 0 !important;
  border-radius: 0 !important;
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-row:last-child .gold-addfunds-history-cell {
  border-bottom: 0 !important;
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-transaction-id {
  padding: 0;
  color: #76500d;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-transaction-id::before {
  content: '#';
  opacity: 0.62;
}

body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell {
  background: transparent !important;
  border-bottom-color: rgba(148, 108, 31, 0.34) !important;
}

body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-transaction-id {
  color: #e2c269;
}

@media (max-width: 767px) {
  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-container {
    margin-top: 18px;
    padding-top: 12px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-shell {
    padding-bottom: 10px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-title {
    margin-bottom: 0;
    padding-bottom: 14px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-row {
    display: grid !important;
    margin: 0 !important;
    padding: 13px 2px !important;
    grid-template-areas:
      'id amount'
      'date amount'
      'method action';
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 4px 14px;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(182, 134, 39, 0.24) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-row:last-child {
    border-bottom: 0 !important;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell {
    display: flex !important;
    min-width: 0;
    padding: 0 !important;
    flex-direction: row;
    align-items: baseline;
    gap: 6px;
    color: #65563e;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 9.5px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell::before {
    flex: 0 0 auto;
    color: #a18449;
    font-size: 6.8px;
    line-height: 1.35;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--0 {
    grid-area: id;
    color: #5a3c08;
    font-size: 12px;
    font-weight: 900;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--1 {
    grid-area: date;
    color: #8a7a61;
    font-size: 8.8px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--2 {
    grid-area: method;
    grid-column: auto;
    color: #58482f;
    font-size: 9.5px;
    font-weight: 720;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--3 {
    grid-area: amount;
    min-width: 58px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
    font-size: 13px;
    font-weight: 900;
    text-align: right;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--4 {
    grid-area: action;
    justify-content: flex-start;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-transaction-id {
    display: inline;
    padding: 0;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-invoice {
    min-height: 25px;
    padding: 4px 7px;
    border-radius: 7px;
    font-size: 7.5px;
  }

  body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-row {
    border-bottom-color: rgba(148, 108, 31, 0.34) !important;
  }

  body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell {
    color: #cfc0a5;
  }

  body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--0 {
    color: #e5c76e;
  }

  body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--1 {
    color: #aa9a7e;
  }
}

/* Add funds UI v2.2: keep long payment instructions comfortable on phones. */
@media (max-width: 767px) {
  body.gold-addfunds-page .gold-addfunds-instructions__body {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  body.gold-addfunds-page .gold-addfunds-instructions__body p,
  body.gold-addfunds-page .gold-addfunds-instructions__body div,
  body.gold-addfunds-page .gold-addfunds-instructions__body span,
  body.gold-addfunds-page .gold-addfunds-instructions__body strong,
  body.gold-addfunds-page .gold-addfunds-instructions__body b,
  body.gold-addfunds-page .gold-addfunds-instructions__body em,
  body.gold-addfunds-page .gold-addfunds-instructions__body li,
  body.gold-addfunds-page .gold-addfunds-instructions__body a {
    font-size: inherit !important;
    line-height: inherit !important;
  }

body.gold-addfunds-page .gold-addfunds-instructions__headline {
    font-size: 9.5px !important;
    line-height: 1.4 !important;
  }
}

/* Add funds UI v2.4: touch-friendly horizontal transaction list on phones. */
@media (max-width: 767px) {
  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-shell {
    position: relative;
    overflow: hidden;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-title {
    position: relative;
    margin-bottom: 32px !important;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-title::after {
    position: absolute;
    bottom: -25px;
    left: 0;
    display: inline-flex;
    min-height: 20px;
    padding: 3px 8px;
    align-items: center;
    color: #8b6b2f;
    content: '\2194  Swipe left / right';
    background: rgba(237, 211, 143, 0.2);
    border: 1px solid rgba(181, 132, 35, 0.2);
    border-radius: 999px;
    font-size: 7.5px;
    font-weight: 800;
    letter-spacing: 0.02em;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 7px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: rgba(178, 126, 25, 0.58) rgba(223, 200, 145, 0.2);
    scrollbar-width: thin;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table::-webkit-scrollbar {
    height: 5px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table::-webkit-scrollbar-track {
    background: rgba(223, 200, 145, 0.2);
    border-radius: 999px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #d9ae43, #9f6810);
    border-radius: 999px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-table tbody {
    display: block !important;
    min-width: 665px;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-row {
    display: grid !important;
    min-width: 665px;
    padding: 12px 4px !important;
    grid-template-areas: 'id date method amount action' !important;
    grid-template-columns: 80px 150px minmax(200px, 1fr) 68px 112px !important;
    align-items: center;
    gap: 12px !important;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell {
    min-width: 0;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 3px !important;
    overflow-wrap: normal !important;
    word-break: normal;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--0,
  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--1,
  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--3 {
    white-space: nowrap;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--3 {
    align-items: flex-end !important;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-cell--4 {
    align-items: flex-start !important;
  }

  body.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-invoice {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 8px;
    white-space: nowrap;
  }

  body.gold-dark.gold-addfunds-page.gold-addfunds-v2 .gold-addfunds-history-title::after {
    color: #d7bd78;
    background: rgba(121, 86, 20, 0.2);
    border-color: rgba(184, 139, 49, 0.28);
  }
}

/* New order account popup v1: premium account detail sheet. */
body.gold-account-popup-ready .gold-summary-card--username {
  position: relative;
  cursor: pointer;
}

body.gold-account-popup-ready .gold-summary-card--username::after {
  position: absolute;
  top: 50%;
  right: 14px;
  color: rgba(126, 85, 13, 0.66);
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  font-weight: 900;
  transform: translateY(-50%);
  transition: transform 0.2s ease, color 0.2s ease;
}

body.gold-account-popup-ready .gold-summary-card--username:hover::after,
body.gold-account-popup-ready .gold-summary-card--username:focus::after {
  color: #8b5c08;
  transform: translate(2px, -50%);
}

body.gold-account-popup-open {
  overflow: hidden;
}

.gold-account-popup {
  position: fixed;
  z-index: 100000;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0s linear 0.24s, opacity 0.24s ease;
}

.gold-account-popup.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.gold-account-popup__backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  inset: 0;
  background: rgba(24, 16, 5, 0.58);
  border: 0;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.gold-account-popup__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(540px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  overflow-x: hidden;
  overflow-y: auto;
  color: #514126;
  background:
    radial-gradient(circle at 92% 4%, rgba(243, 205, 96, 0.2), transparent 28%),
    linear-gradient(155deg, #fffdf7, #f8f0dc);
  border: 1px solid rgba(176, 124, 23, 0.5);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(38, 23, 2, 0.34), inset 0 1px rgba(255, 255, 255, 0.92);
  outline: 0;
  transform: translate(-50%, calc(-50% + 16px)) scale(0.98);
  transition: transform 0.25s ease;
}

.gold-account-popup.is-open .gold-account-popup__dialog {
  transform: translate(-50%, -50%) scale(1);
}

.gold-account-popup__handle {
  display: none;
}

.gold-account-popup__header {
  display: grid;
  padding: 18px 20px 15px;
  grid-template-columns: 40px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid rgba(177, 130, 39, 0.22);
}

.gold-account-popup__header-icon,
.gold-account-popup__detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #704808;
  background: linear-gradient(145deg, rgba(245, 215, 127, 0.68), rgba(220, 170, 54, 0.3));
  border: 1px solid rgba(177, 127, 30, 0.3);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

.gold-account-popup__header-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-size: 14px;
}

.gold-account-popup__header-copy,
.gold-account-popup__identity-copy,
.gold-account-popup__detail-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.gold-account-popup__header-copy {
  gap: 2px;
}

.gold-account-popup__header-copy strong {
  color: #3e2908;
  font-size: 17px;
  font-weight: 900;
}

.gold-account-popup__header-copy small {
  color: #8d7a5b;
  font-size: 10px;
  font-weight: 650;
}

.gold-account-popup__close {
  display: inline-flex;
  width: 38px;
  height: 38px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: #6b4a13;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(171, 123, 31, 0.34);
  border-radius: 12px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gold-account-popup__close:hover,
.gold-account-popup__close:focus {
  background: rgba(239, 205, 112, 0.4);
  outline: 2px solid rgba(205, 154, 48, 0.28);
  outline-offset: 2px;
  transform: rotate(3deg);
}

.gold-account-popup__identity {
  display: flex;
  margin: 16px 20px 0;
  padding: 13px;
  align-items: center;
  gap: 11px;
  background: rgba(255, 252, 242, 0.68);
  border: 1px solid rgba(177, 128, 31, 0.25);
  border-radius: 16px;
}

.gold-account-popup__avatar {
  display: inline-flex;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #66400a;
  background: linear-gradient(145deg, #f5d474, #cf8f20);
  border: 1px solid rgba(166, 111, 13, 0.38);
  border-radius: 15px;
  box-shadow: 0 8px 18px rgba(101, 63, 4, 0.14);
  font-size: 19px;
}

.gold-account-popup__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gold-account-popup__identity-copy {
  flex: 1 1 auto;
  gap: 2px;
}

.gold-account-popup__identity-copy strong {
  overflow: hidden;
  color: #3f2a09;
  font-size: 16px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gold-account-popup__identity-copy small {
  color: #8b7757;
  font-size: 9.5px;
  font-weight: 650;
}

.gold-account-popup__level-badge {
  display: inline-flex;
  min-height: 29px;
  padding: 5px 9px;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  color: #6f4808;
  background: linear-gradient(145deg, rgba(248, 222, 141, 0.7), rgba(221, 175, 63, 0.38));
  border: 1px solid rgba(179, 127, 27, 0.32);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
}

.gold-account-popup__details {
  display: grid;
  padding: 14px 20px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.gold-account-popup__detail {
  display: grid;
  min-height: 67px;
  padding: 11px;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 252, 0.66);
  border: 1px solid rgba(177, 131, 41, 0.22);
  border-radius: 14px;
}

.gold-account-popup__detail--email,
.gold-account-popup__detail--discount {
  grid-column: 1 / -1;
}

.gold-account-popup__detail--discount {
  background: linear-gradient(130deg, rgba(254, 242, 197, 0.88), rgba(244, 212, 124, 0.48));
  border-color: rgba(178, 124, 19, 0.32);
}

.gold-account-popup__detail-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 11px;
}

.gold-account-popup__detail-copy {
  gap: 3px;
}

.gold-account-popup__detail-copy small {
  color: #9a825b;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gold-account-popup__detail-value {
  min-width: 0;
  overflow: hidden;
  color: #46300e;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
  text-overflow: ellipsis;
}

.gold-account-popup__detail.is-loading .gold-account-popup__detail-value {
  color: #a29378;
}

.gold-account-popup__email-line {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}

.gold-account-popup__email-line .gold-account-popup__detail-value {
  flex: 0 1 auto;
  white-space: nowrap;
}

.gold-account-popup__email-status {
  display: inline-flex;
  min-height: 21px;
  padding: 3px 7px;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 7.5px;
  font-weight: 850;
}

.gold-account-popup__email-status.is-checking,
.gold-account-popup__email-status.is-unverified {
  color: #77736c;
  background: #eeece7;
  border-color: #d4d0c8;
}

.gold-account-popup__email-status.is-verified {
  color: #0873bd;
  background: #e1f3ff;
  border-color: #91d0f8;
}

.gold-account-popup__footer {
  display: grid;
  padding: 13px 20px 18px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 9px;
  background: rgba(250, 242, 221, 0.86);
  border-top: 1px solid rgba(177, 130, 39, 0.2);
}

.gold-account-popup__dismiss,
.gold-account-popup__profile-link {
  display: inline-flex;
  min-height: 42px;
  padding: 9px 13px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 850;
  text-decoration: none !important;
}

.gold-account-popup__dismiss {
  color: #6a593d;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(171, 129, 44, 0.26);
}

.gold-account-popup__profile-link {
  color: #291b05 !important;
  background: linear-gradient(135deg, #f3cf69, #d5951f);
  border: 1px solid #b67813;
  box-shadow: 0 8px 17px rgba(112, 68, 3, 0.14);
}

.gold-account-popup__dismiss:hover,
.gold-account-popup__dismiss:focus,
.gold-account-popup__profile-link:hover,
.gold-account-popup__profile-link:focus {
  filter: brightness(1.03);
  outline: 2px solid rgba(202, 151, 46, 0.3);
  outline-offset: 2px;
}

body.gold-dark .gold-account-popup__dialog {
  color: #d8c9ad;
  background:
    radial-gradient(circle at 92% 4%, rgba(205, 153, 46, 0.12), transparent 30%),
    linear-gradient(155deg, #211a10, #17120c);
  border-color: rgba(183, 139, 52, 0.48);
}

body.gold-dark .gold-account-popup__header,
body.gold-dark .gold-account-popup__footer {
  border-color: rgba(170, 127, 44, 0.28);
}

body.gold-dark .gold-account-popup__header-copy strong,
body.gold-dark .gold-account-popup__identity-copy strong,
body.gold-dark .gold-account-popup__detail-value {
  color: #f1ddb0;
}

body.gold-dark .gold-account-popup__header-copy small,
body.gold-dark .gold-account-popup__identity-copy small,
body.gold-dark .gold-account-popup__detail-copy small {
  color: #aa9878;
}

body.gold-dark .gold-account-popup__identity,
body.gold-dark .gold-account-popup__detail,
body.gold-dark .gold-account-popup__close,
body.gold-dark .gold-account-popup__dismiss {
  color: #d5c19b;
  background: rgba(68, 51, 22, 0.38);
  border-color: rgba(166, 123, 37, 0.3);
}

body.gold-dark .gold-account-popup__detail--discount {
  background: linear-gradient(130deg, rgba(116, 80, 16, 0.4), rgba(74, 53, 19, 0.48));
}

body.gold-dark .gold-account-popup__footer {
  background: rgba(26, 20, 12, 0.94);
}

@media (max-width: 767px) {
  .gold-account-popup__dialog {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: min(88dvh, 720px);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 24px 24px 0 0;
    transform: translateY(100%);
  }

  .gold-account-popup.is-open .gold-account-popup__dialog {
    transform: translateY(0);
  }

  .gold-account-popup__handle {
    display: block;
    width: 38px;
    height: 4px;
    margin: 8px auto 0;
    background: rgba(137, 103, 39, 0.32);
    border-radius: 999px;
  }

  .gold-account-popup__header {
    padding: 10px 15px 12px;
    grid-template-columns: 35px minmax(0, 1fr) 36px;
    gap: 9px;
  }

  .gold-account-popup__header-icon {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    font-size: 12px;
  }

  .gold-account-popup__header-copy strong {
    font-size: 14px;
  }

  .gold-account-popup__header-copy small {
    font-size: 8.5px;
  }

  .gold-account-popup__close {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .gold-account-popup__identity {
    margin: 12px 14px 0;
    padding: 10px;
    gap: 9px;
    border-radius: 14px;
  }

  .gold-account-popup__avatar {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
    border-radius: 13px;
  }

  .gold-account-popup__identity-copy strong {
    font-size: 13px;
  }

  .gold-account-popup__identity-copy small,
  .gold-account-popup__level-badge {
    font-size: 8px;
  }

  .gold-account-popup__details {
    padding: 11px 14px 14px;
    gap: 7px;
  }

  .gold-account-popup__detail {
    min-height: 58px;
    padding: 8px;
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 7px;
    border-radius: 11px;
  }

  .gold-account-popup__detail-icon {
    width: 29px;
    height: 29px;
    border-radius: 8px;
    font-size: 9px;
  }

  .gold-account-popup__detail-copy small {
    font-size: 6.8px;
  }

  .gold-account-popup__detail-value {
    font-size: 10px;
  }

  .gold-account-popup__email-line {
    flex-wrap: wrap;
    gap: 5px;
  }

  .gold-account-popup__email-status {
    min-height: 19px;
    padding: 2px 6px;
    font-size: 6.8px;
  }

  .gold-account-popup__footer {
    position: sticky;
    bottom: 0;
    padding: 10px 14px max(12px, env(safe-area-inset-bottom));
    gap: 7px;
  }

  .gold-account-popup__dismiss,
  .gold-account-popup__profile-link {
    min-height: 40px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-account-popup,
  .gold-account-popup__dialog,
  body.gold-account-popup-ready .gold-summary-card--username::after {
    transition: none !important;
  }
}

/* Orders UI v8: compact icon switcher and horizontally scrollable list view. */
body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  color: #704b08;
  background: linear-gradient(145deg, #fffaf0, #f2dfad);
  border: 1px solid #d1b36a;
  border-radius: 10px;
  box-shadow: 0 5px 12px rgba(101, 64, 7, 0.1), inset 0 1px rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle:hover,
body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle:focus-visible {
  color: #3e2703;
  background: linear-gradient(145deg, #fffdf7, #ebcb76);
  border-color: #b88426;
  outline: none;
  box-shadow: 0 0 0 3px rgba(205, 156, 48, 0.16), 0 7px 16px rgba(94, 57, 4, 0.14);
  transform: translateY(-1px);
}

body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle:active {
  transform: scale(0.94);
}

body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle i {
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle.is-list i {
  transform: rotate(180deg);
}

body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-scroll {
  width: 100%;
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-view-scroll {
  position: relative;
  padding: 0 0 7px;
  overflow-x: auto;
  overflow-y: hidden;
  background: rgba(255, 253, 247, 0.72);
  border: 1px solid rgba(191, 151, 63, 0.38);
  border-radius: 12px;
  box-shadow: inset 0 -8px 18px rgba(93, 60, 8, 0.035);
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #c6922e rgba(112, 87, 42, 0.1);
  scrollbar-width: thin;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-view-scroll::-webkit-scrollbar {
  height: 6px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-view-scroll::-webkit-scrollbar-track {
  background: rgba(112, 87, 42, 0.1);
  border-radius: 999px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-view-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #e2be62, #a96f16);
  border-radius: 999px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table {
  display: table !important;
  width: 1640px !important;
  min-width: 1640px !important;
  max-width: none !important;
  margin: 0 !important;
  table-layout: fixed !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: transparent !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead {
  display: table-header-group !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > tbody {
  display: table-row-group !important;
  width: auto !important;
  max-width: none !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr,
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row,
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-card-v7 {
  display: table-row !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th {
  position: relative;
  display: table-cell !important;
  height: 43px;
  padding: 10px 9px !important;
  overflow: hidden;
  color: #654407 !important;
  background: linear-gradient(180deg, #fff8e5, #f1dfb0) !important;
  border: 0 !important;
  border-right: 1px solid rgba(177, 137, 52, 0.2) !important;
  border-bottom: 1px solid #caa34e !important;
  border-radius: 0 !important;
  box-sizing: border-box;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(1),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--id {
  width: 135px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(2),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--date {
  width: 150px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(3),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--link {
  width: 230px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(4),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--charge {
  width: 90px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(5),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--start {
  width: 105px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(6),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--quantity {
  width: 95px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(7),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--service {
  width: 330px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(8),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--status {
  width: 110px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(9),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--remains {
  width: 95px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(10),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--actions {
  width: 120px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:nth-child(11),
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--progress {
  width: 180px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > td,
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > td.gold-orders-cell {
  display: table-cell !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 62px;
  margin: 0 !important;
  padding: 9px !important;
  overflow: hidden !important;
  color: #3e3528;
  background: rgba(255, 254, 250, 0.96) !important;
  border: 0 !important;
  border-right: 1px solid rgba(183, 147, 70, 0.16) !important;
  border-bottom: 1px solid rgba(183, 147, 70, 0.3) !important;
  border-radius: 0 !important;
  box-sizing: border-box;
  font-size: 9.5px;
  line-height: 1.35;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row:nth-child(even) > td {
  background: rgba(249, 242, 224, 0.94) !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:first-child,
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--id {
  position: static !important;
  left: auto !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th:first-child {
  z-index: auto;
  border-radius: 10px 0 0 0 !important;
  box-shadow: none;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--id {
  z-index: auto;
  color: #684608 !important;
  background: #fffaf0 !important;
  box-shadow: none;
  font-weight: 850;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row:nth-child(even) > .gold-orders-cell--id {
  background: #f8efd9 !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-id__value,
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-copy,
body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-link__icon {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 4px 0 0 !important;
  padding: 0 !important;
  vertical-align: middle;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-copy {
  margin-left: 4px !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-cell--link .gold-orders-link__value {
  display: inline-block !important;
  width: 170px !important;
  max-width: 170px !important;
  overflow: hidden !important;
  color: #5e4b29;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  vertical-align: middle;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-service__tag {
  display: inline-flex;
  margin: 0 0 4px;
  padding: 3px 6px;
  font-size: 8px;
  white-space: nowrap;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-service__name {
  display: -webkit-box;
  overflow: hidden;
  font-size: 9.5px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-metric__label {
  display: none !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-metric__value {
  display: block;
  overflow: hidden;
  color: #33291b;
  font-size: 9.5px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-cell--status {
  text-align: center !important;
  white-space: nowrap;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-cell--actions {
  text-align: center !important;
  white-space: nowrap;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-action-form {
  display: inline-flex;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-action {
  display: inline-flex !important;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin: 0 2px !important;
  border-radius: 8px !important;
  font-size: 9px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-cell--progress {
  --order-progress-colour: #c49328;
  border-top: 0 !important;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-progress__summary {
  margin: 0 0 6px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-progress__label {
  font-size: 8px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-progress__percent {
  font-size: 10px;
}

body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-progress__track {
  height: 6px;
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle {
  color: #ecd078;
  background: linear-gradient(145deg, #2b2214, #171109);
  border-color: #71551e;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.28), inset 0 1px rgba(255, 230, 151, 0.04);
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-view-scroll {
  background: rgba(20, 16, 10, 0.82);
  border-color: rgba(158, 118, 36, 0.42);
  box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.16);
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-table > thead > tr > th {
  color: #e8cb73 !important;
  background: linear-gradient(180deg, #302515, #1e170e) !important;
  border-color: rgba(172, 129, 38, 0.38) !important;
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > td,
body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > td.gold-orders-cell {
  color: #ded2bb;
  background: rgba(28, 23, 15, 0.98) !important;
  border-color: rgba(145, 111, 45, 0.3) !important;
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row:nth-child(even) > td {
  background: rgba(36, 29, 18, 0.98) !important;
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row > .gold-orders-cell--id {
  color: #efd27c !important;
  background: #21190e !important;
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-row:nth-child(even) > .gold-orders-cell--id {
  background: #2a2012 !important;
}

body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-link__value,
body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-service__name,
body.gold-dark.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-metric__value {
  color: #eee1c9 !important;
}

@media (max-width: 767px) {
  body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-title {
    gap: 7px;
  }

  body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle {
    width: 31px;
    height: 31px;
    border-radius: 9px;
    font-size: 9.5px;
  }

  body.gold-orders-page.gold-orders-view-switch-v8.gold-orders-list-view .gold-orders-view-scroll {
    margin-top: 1px;
    border-radius: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle,
  body.gold-orders-page.gold-orders-view-switch-v8 .gold-orders-view-toggle i {
    transition: none !important;
  }
}

/* Orders UI v9: small themed scroll-to-top button above the mobile navigation. */
body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop {
  position: fixed;
  z-index: 1026;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  color: #3b2503;
  background: linear-gradient(145deg, #f6da80, #bd7f1b);
  border: 1px solid #aa6e12;
  border-radius: 13px;
  box-shadow: 0 10px 23px rgba(102, 63, 5, 0.24), inset 0 1px rgba(255, 245, 190, 0.72);
  opacity: 0;
  visibility: hidden;
  font-size: 13px;
  line-height: 1;
  pointer-events: none;
  transform: translateY(9px) scale(0.94);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease, box-shadow 160ms ease, background 160ms ease;
}

body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop:hover,
body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop:focus-visible {
  color: #241502;
  background: linear-gradient(145deg, #ffe89e, #c8891f);
  border-color: #8f590c;
  outline: none;
  box-shadow: 0 0 0 3px rgba(205, 154, 41, 0.18), 0 12px 26px rgba(100, 60, 4, 0.28);
  transform: translateY(-2px) scale(1);
}

body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop:active {
  transform: translateY(0) scale(0.92);
}

body.gold-dark.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop {
  color: #171005;
  background: linear-gradient(145deg, #f0d071, #a96d13);
  border-color: #d0a23e;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 238, 169, 0.58);
}

@media (max-width: 991px) {
  body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop {
    right: max(14px, env(safe-area-inset-right));
    bottom: calc(84px + env(safe-area-inset-bottom));
    width: 38px;
    height: 38px;
    border-radius: 11px;
    font-size: 11px;
  }
}

@media (max-width: 374px) {
  body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop {
    right: max(11px, env(safe-area-inset-right));
    bottom: calc(81px + env(safe-area-inset-bottom));
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 10.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-orders-page.gold-orders-scrolltop-v9 .gold-orders-scrolltop {
    transition: none !important;
  }
}

/* New Order UI v10: compact icon-only Refill and Cancel indicators below the price. */
body.gold-neworder-service-actions-v10 .gold-service-option__aside {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 4px;
  min-width: max-content;
}

body.gold-neworder-service-actions-v10 .gold-service-option__actions {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
  max-width: 54px;
  pointer-events: none;
}

body.gold-neworder-service-actions-v10 .gold-service-option__action {
  display: inline-grid;
  place-items: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(54, 35, 5, 0.12);
}

body.gold-neworder-service-actions-v10 .gold-service-option__action--refill {
  color: #17653d;
  background: linear-gradient(135deg, #edfff4, #d4f5e2);
  border-color: rgba(41, 157, 101, 0.38);
}

body.gold-neworder-service-actions-v10 .gold-service-option__action--cancel {
  color: #8d2929;
  background: linear-gradient(135deg, #fff3f0, #ffe1dc);
  border-color: rgba(196, 67, 67, 0.35);
}

body.gold-dark.gold-neworder-service-actions-v10 .gold-service-option__action--refill {
  color: #baf3d0;
  background: rgba(31, 126, 77, 0.25);
  border-color: rgba(80, 195, 131, 0.42);
}

body.gold-dark.gold-neworder-service-actions-v10 .gold-service-option__action--cancel {
  color: #ffc5bc;
  background: rgba(153, 48, 48, 0.24);
  border-color: rgba(224, 100, 89, 0.4);
}

@media (max-width: 374px) {
  body.gold-neworder-service-actions-v10 .gold-service-option__actions {
    max-width: 50px;
  }

  body.gold-neworder-service-actions-v10 .gold-service-option__action {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}


/* Services UI v11: card/list view switcher for public and signed-in catalogues. */
body.gold-services-view-switch-v11 .gold-services-title {
  gap: 12px;
}

body.gold-services-view-switch-v11 .gold-services-title__copy {
  min-width: 0;
  margin-right: auto;
}

body.gold-services-view-switch-v11 .gold-services-view-toggle {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(165, 112, 0, 0.54);
  border-radius: 11px;
  color: #5d3b00;
  background: linear-gradient(145deg, #fff9df 0%, #f3d273 100%);
  box-shadow: 0 5px 13px rgba(126, 82, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  cursor: pointer;
  transition: transform 160ms ease, color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

body.gold-services-view-switch-v11 .gold-services-view-toggle:hover,
body.gold-services-view-switch-v11 .gold-services-view-toggle:focus-visible {
  transform: translateY(-1px);
  color: #241600;
  outline: none;
  box-shadow: 0 7px 16px rgba(126, 82, 0, 0.2), 0 0 0 3px rgba(223, 173, 52, 0.18);
}

body.gold-services-view-switch-v11 .gold-services-view-toggle.is-list {
  color: #fffaf0;
  background: linear-gradient(145deg, #8d5c08 0%, #c58b16 100%);
}

body.gold-services-view-switch-v11 .gold-services-view-toggle i {
  font-size: 13px;
  line-height: 1;
  pointer-events: none;
}

body.gold-services-view-switch-v11 .gold-services-view-scroll {
  width: 100%;
  min-width: 0;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-view-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid rgba(172, 124, 22, 0.32);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.48);
  scrollbar-width: thin;
  scrollbar-color: rgba(164, 112, 8, 0.65) rgba(240, 222, 170, 0.42);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-view-scroll:focus-visible {
  outline: 2px solid rgba(204, 145, 20, 0.56);
  outline-offset: 3px;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-view-scroll::-webkit-scrollbar {
  height: 7px;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-view-scroll::-webkit-scrollbar-track {
  background: rgba(240, 222, 170, 0.42);
  border-radius: 999px;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-view-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #c7972a, #8f5e09);
  border-radius: 999px;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-table {
  display: table !important;
  width: 1110px !important;
  min-width: 1110px !important;
  margin: 0 !important;
  table-layout: fixed !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

body.gold-services-view-switch-v11.gold-services-list-view.gold-services-page--public .gold-services-table {
  width: 1060px !important;
  min-width: 1060px !important;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-table > thead {
  display: table-header-group !important;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-table > tbody {
  display: table-row-group !important;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-table > thead > tr,
body.gold-services-view-switch-v11.gold-services-list-view .gold-services-table > tbody > tr,
body.gold-services-view-switch-v11.gold-services-list-view .gold-services-category-row,
body.gold-services-view-switch-v11.gold-services-list-view .gold-services-row {
  display: table-row !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-table th,
body.gold-services-view-switch-v11.gold-services-list-view .gold-services-table td,
body.gold-services-view-switch-v11.gold-services-list-view .gold-services-category-cell,
body.gold-services-view-switch-v11.gold-services-list-view .gold-services-row > td {
  display: table-cell !important;
  position: static !important;
  float: none !important;
  width: auto;
  height: auto !important;
  min-height: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 11px 10px !important;
  vertical-align: middle !important;
  border: 0 !important;
  border-right: 1px solid rgba(177, 136, 49, 0.18) !important;
  border-bottom: 1px solid rgba(177, 136, 49, 0.24) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.54) !important;
  box-shadow: none !important;
  color: #302713;
  font-size: 11px !important;
  line-height: 1.35 !important;
  text-align: left !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-table th {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  color: #624300 !important;
  background: linear-gradient(180deg, #fff8dc 0%, #f8e3a0 100%) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap !important;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-table th:last-child,
body.gold-services-view-switch-v11.gold-services-list-view .gold-services-table td:last-child {
  border-right: 0 !important;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-row:nth-child(even) > td {
  background: rgba(251, 244, 222, 0.72) !important;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-category-cell {
  padding: 11px 14px !important;
  color: #251800 !important;
  background: linear-gradient(100deg, #f7d363 0%, #d59618 100%) !important;
  border-right: 0 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.01em;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-cell--favorite {
  width: 50px !important;
  text-align: center !important;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-cell--id {
  width: 72px !important;
  color: #6a4700 !important;
  font-weight: 900 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-cell--name {
  width: 400px !important;
  font-weight: 750 !important;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-cell--rate {
  width: 120px !important;
  color: #735000 !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-cell--min,
body.gold-services-view-switch-v11.gold-services-list-view .gold-services-cell--max {
  width: 92px !important;
  white-space: nowrap !important;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-cell--average {
  width: 150px !important;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-cell--action {
  display: table-cell !important;
  width: 82px !important;
  text-align: center !important;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-cell--rate::before,
body.gold-services-view-switch-v11.gold-services-list-view .gold-services-cell--min::before,
body.gold-services-view-switch-v11.gold-services-list-view .gold-services-cell--max::before,
body.gold-services-view-switch-v11.gold-services-list-view .gold-services-cell--average::before,
body.gold-services-view-switch-v11.gold-services-list-view .gold-services-cell--action::before {
  display: none !important;
  content: none !important;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-cell--action .btn {
  width: auto !important;
  min-width: 54px !important;
  height: auto !important;
  min-height: 29px !important;
  padding: 6px 9px !important;
  border: 1px solid rgba(156, 104, 0, 0.48) !important;
  border-radius: 9px !important;
  color: #503300 !important;
  background: linear-gradient(145deg, #fff7d9 0%, #ecc65a 100%) !important;
  box-shadow: 0 3px 8px rgba(116, 72, 0, 0.13) !important;
  font-size: 9.5px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

body.gold-services-view-switch-v11.gold-services-list-view .gold-services-cell--action .btn::before {
  display: none !important;
  content: none !important;
}

body.gold-services-view-switch-v11.gold-services-list-view:not(.gold-services-page--public) .gold-services-table th:nth-child(1) { width: 50px; }
body.gold-services-view-switch-v11.gold-services-list-view:not(.gold-services-page--public) .gold-services-table th:nth-child(2) { width: 72px; }
body.gold-services-view-switch-v11.gold-services-list-view:not(.gold-services-page--public) .gold-services-table th:nth-child(3) { width: 400px; }
body.gold-services-view-switch-v11.gold-services-list-view:not(.gold-services-page--public) .gold-services-table th:nth-child(4) { width: 120px; }
body.gold-services-view-switch-v11.gold-services-list-view:not(.gold-services-page--public) .gold-services-table th:nth-child(5),
body.gold-services-view-switch-v11.gold-services-list-view:not(.gold-services-page--public) .gold-services-table th:nth-child(6) { width: 92px; }
body.gold-services-view-switch-v11.gold-services-list-view:not(.gold-services-page--public) .gold-services-table th:nth-child(7) { width: 150px; }
body.gold-services-view-switch-v11.gold-services-list-view:not(.gold-services-page--public) .gold-services-table th:nth-child(8) { width: 82px; }

body.gold-services-view-switch-v11.gold-services-list-view.gold-services-page--public .gold-services-table th:nth-child(1) { width: 72px; }
body.gold-services-view-switch-v11.gold-services-list-view.gold-services-page--public .gold-services-table th:nth-child(2) { width: 420px; }
body.gold-services-view-switch-v11.gold-services-list-view.gold-services-page--public .gold-services-table th:nth-child(3) { width: 120px; }
body.gold-services-view-switch-v11.gold-services-list-view.gold-services-page--public .gold-services-table th:nth-child(4),
body.gold-services-view-switch-v11.gold-services-list-view.gold-services-page--public .gold-services-table th:nth-child(5) { width: 92px; }
body.gold-services-view-switch-v11.gold-services-list-view.gold-services-page--public .gold-services-table th:nth-child(6) { width: 150px; }
body.gold-services-view-switch-v11.gold-services-list-view.gold-services-page--public .gold-services-table th:nth-child(7) { width: 82px; }

body.gold-dark.gold-services-view-switch-v11 .gold-services-view-toggle {
  color: #f8dc92;
  border-color: rgba(231, 186, 78, 0.44);
  background: linear-gradient(145deg, #33270e 0%, #5e4514 100%);
}

body.gold-dark.gold-services-view-switch-v11 .gold-services-view-toggle.is-list {
  color: #1e1503;
  background: linear-gradient(145deg, #f1ce69 0%, #b97c0f 100%);
}

body.gold-dark.gold-services-view-switch-v11.gold-services-list-view .gold-services-view-scroll {
  border-color: rgba(232, 187, 76, 0.3);
  background: rgba(17, 14, 8, 0.82);
  box-shadow: inset 0 0 0 1px rgba(255, 223, 139, 0.06);
}

body.gold-dark.gold-services-view-switch-v11.gold-services-list-view .gold-services-table th {
  color: #ffe8a6 !important;
  background: linear-gradient(180deg, #493713 0%, #2b220f 100%) !important;
}

body.gold-dark.gold-services-view-switch-v11.gold-services-list-view .gold-services-table td {
  color: #f4ead2 !important;
  background: rgba(30, 26, 18, 0.96) !important;
  border-color: rgba(229, 185, 79, 0.16) !important;
}

body.gold-dark.gold-services-view-switch-v11.gold-services-list-view .gold-services-row:nth-child(even) > td {
  background: rgba(43, 35, 18, 0.96) !important;
}

body.gold-dark.gold-services-view-switch-v11.gold-services-list-view .gold-services-category-cell {
  color: #241700 !important;
  background: linear-gradient(100deg, #f0ce68 0%, #b9790a 100%) !important;
}

body.gold-dark.gold-services-view-switch-v11.gold-services-list-view .gold-services-cell--id,
body.gold-dark.gold-services-view-switch-v11.gold-services-list-view .gold-services-cell--rate {
  color: #f3ce70 !important;
}

@media (max-width: 767px) {
  body.gold-services-view-switch-v11 .gold-services-title {
    gap: 8px;
  }

  body.gold-services-view-switch-v11 .gold-services-view-toggle {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
    border-radius: 10px;
  }

  body.gold-services-view-switch-v11 .gold-services-view-toggle i {
    font-size: 12px;
  }

  body.gold-services-view-switch-v11 .gold-services-title__count {
    white-space: nowrap;
  }

  body.gold-services-view-switch-v11.gold-services-list-view .gold-services-view-scroll {
    border-radius: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-services-view-switch-v11 .gold-services-view-toggle {
    transition: none;
  }
}

/* Services catalogue v12: calmer spacing, clearer controls and cleaner mobile list mode. */
body.gold-services-page.gold-services-polish-v12 .gold-services-toolbar {
  gap: 8px;
  margin-bottom: 12px;
  padding: 8px;
  border-color: rgba(187, 139, 39, 0.62);
  border-radius: 16px;
  box-shadow: 0 9px 24px rgba(93, 59, 5, 0.09), inset 0 1px rgba(255, 255, 255, 0.82);
}

body.gold-services-page.gold-services-polish-v12 .gold-services-toolbar .form-control {
  color: #352a17;
  font-size: 13px;
  box-shadow: none;
}

body.gold-services-page.gold-services-polish-v12 .gold-services-toolbar .form-control:focus {
  border-color: #c28a1b;
  box-shadow: 0 0 0 3px rgba(213, 164, 48, 0.14);
}

body.gold-services-page.gold-services-polish-v12 .gold-services-shell {
  border-color: rgba(188, 139, 37, 0.62);
  border-radius: 19px;
  box-shadow: 0 15px 34px rgba(87, 56, 6, 0.1), inset 0 1px rgba(255, 255, 255, 0.82);
}

body.gold-services-page.gold-services-polish-v12 .gold-services-title {
  align-items: center;
  margin: 0 0 14px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(189, 147, 55, 0.27);
}

body.gold-services-page.gold-services-polish-v12 .gold-services-title__copy {
  font-weight: 850;
}

body.gold-services-page.gold-services-polish-v12 .gold-services-title__copy small {
  line-height: 1.25;
}

body.gold-services-page.gold-services-polish-v12 .gold-services-title__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}

body.gold-services-page.gold-services-polish-v12 .gold-services-view-toggle {
  border-color: rgba(156, 102, 0, 0.48);
  box-shadow: 0 5px 12px rgba(113, 72, 4, 0.13), inset 0 1px rgba(255, 255, 255, 0.82);
}

body.gold-services-page.gold-services-polish-v12 .gold-services-title__count {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
}

body.gold-services-page.gold-services-polish-v12 .gold-services-view-hint {
  display: none;
}

body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-view-scroll {
  border-color: rgba(169, 118, 18, 0.36);
  background: rgba(255, 254, 249, 0.78);
  box-shadow: 0 8px 22px rgba(91, 57, 4, 0.08), inset 0 1px rgba(255, 255, 255, 0.85);
}

body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-table {
  width: 1020px !important;
  min-width: 1020px !important;
}

body.gold-services-page.gold-services-polish-v12.gold-services-list-view.gold-services-page--public .gold-services-table {
  width: 950px !important;
  min-width: 950px !important;
}

body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-table th,
body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-table td {
  padding: 10px 9px !important;
  border-color: rgba(175, 130, 35, 0.2) !important;
  font-size: 10.75px !important;
}

body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-table th {
  height: 40px;
  color: #5f4207 !important;
  background: linear-gradient(180deg, #fff9e7 0%, #f4dfa2 100%) !important;
  font-size: 9.5px !important;
  letter-spacing: 0.045em;
}

body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-th--favorite {
  color: #9c6c13 !important;
  text-align: center !important;
}

body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-th--favorite i {
  font-size: 12px;
}

body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-category-cell {
  padding: 10px 13px !important;
  color: #2e1d02 !important;
  background: linear-gradient(100deg, #f7dc84 0%, #e0ac3c 58%, #c88719 100%) !important;
  font-size: 11.5px !important;
  box-shadow: inset 0 1px rgba(255, 248, 209, 0.72);
}

body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row > td {
  background: rgba(255, 254, 250, 0.96) !important;
}

body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row:nth-child(even) > td {
  background: rgba(249, 241, 218, 0.76) !important;
}

body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row:hover {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row:hover > td {
  background: #fff4d7 !important;
}

body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-table > tbody > .gold-services-row > .gold-services-cell--id {
  position: static;
  z-index: auto;
  display: table-cell !important;
  width: 68px !important;
  height: auto;
  min-height: 0;
  padding: 10px 9px !important;
  color: #6b4806 !important;
  background: rgba(255, 254, 250, 0.96) !important;
  border: 0 !important;
  border-right: 1px solid rgba(175, 130, 35, 0.2) !important;
  border-bottom: 1px solid rgba(175, 130, 35, 0.2) !important;
  border-radius: 0 !important;
  box-shadow: none;
  font-size: 10.75px;
  text-shadow: none;
  transform: none;
}

body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row:nth-child(even) > .gold-services-cell--id {
  background: rgba(249, 241, 218, 0.76) !important;
}

body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-table > tbody > .gold-services-row > .gold-services-cell--id::after {
  display: none;
  content: none;
}

body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-cell--favorite [data-favorite-service-id] {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  background: rgba(218, 177, 74, 0.11);
  border: 1px solid rgba(181, 130, 26, 0.28);
  border-radius: 8px;
}

body.gold-dark.gold-services-page.gold-services-polish-v12 .gold-services-title {
  border-bottom-color: rgba(220, 174, 66, 0.2);
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-view-scroll {
  background: rgba(14, 11, 7, 0.9);
  border-color: rgba(224, 179, 72, 0.3);
  box-shadow: 0 11px 28px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 227, 144, 0.05);
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-table > tbody > .gold-services-row > .gold-services-cell--id {
  color: #edcc71 !important;
  background: rgba(30, 26, 18, 0.96) !important;
  border-color: rgba(229, 185, 79, 0.16) !important;
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row:nth-child(even) > .gold-services-cell--id {
  background: rgba(43, 35, 18, 0.96) !important;
}

@media (max-width: 767px) {
  body.gold-services-page.gold-services-polish-v12 .gold-main > .container {
    padding: 10px 8px 28px;
  }

  body.gold-services-page.gold-services-polish-v12 .gold-services-toolbar {
    gap: 6px;
    margin-bottom: 10px;
    padding: 6px;
    border-radius: 13px;
  }

  body.gold-services-page.gold-services-polish-v12 .gold-services-toolbar .dropdown-toggle,
  body.gold-services-page.gold-services-polish-v12 .gold-services-toolbar .form-control,
  body.gold-services-page.gold-services-polish-v12 .gold-services-toolbar [data-filter-serch-btn] {
    height: 42px;
    min-height: 42px;
  }

  body.gold-services-page.gold-services-polish-v12 .gold-services-toolbar .dropdown-toggle,
  body.gold-services-page.gold-services-polish-v12 .gold-services-toolbar [data-filter-serch-btn] {
    width: 42px;
    min-width: 42px;
  }

  body.gold-services-page.gold-services-polish-v12 .gold-services-shell {
    padding: 11px 9px 12px;
    border-radius: 15px;
  }

  body.gold-services-page.gold-services-polish-v12 .gold-services-title {
    gap: 7px;
    margin-bottom: 10px;
    padding: 0 1px 10px;
  }

  body.gold-services-page.gold-services-polish-v12 .gold-services-title .gold-card-title__icon {
    width: 33px;
    height: 33px;
    border-radius: 10px;
  }

  body.gold-services-page.gold-services-polish-v12 .gold-services-title__copy {
    font-size: 15px;
  }

  body.gold-services-page.gold-services-polish-v12 .gold-services-title__copy small {
    margin-top: 3px;
    font-size: 9.25px;
  }

  body.gold-services-page.gold-services-polish-v12 .gold-services-title__actions {
    gap: 6px;
  }

  body.gold-services-page.gold-services-polish-v12 .gold-services-view-toggle {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  body.gold-services-page.gold-services-polish-v12 .gold-services-title__count {
    min-height: 30px;
    padding: 5px 8px;
    font-size: 8.5px;
  }

  body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-view-hint {
    display: flex;
    align-items: center;
    gap: 6px;
    width: max-content;
    max-width: 100%;
    margin: 0 0 7px auto;
    padding: 5px 8px;
    color: #76540e;
    background: rgba(246, 227, 177, 0.54);
    border: 1px solid rgba(184, 133, 29, 0.24);
    border-radius: 999px;
    font-size: 8.5px;
    font-weight: 750;
    line-height: 1.15;
  }

  body.gold-services-page.gold-services-polish-v12 .gold-services-view-hint i {
    color: #a46f0d;
    font-size: 9px;
  }

  body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-view-scroll {
    border-radius: 12px;
    scrollbar-width: thin;
  }

  body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-table {
    width: 930px !important;
    min-width: 930px !important;
  }

  body.gold-services-page.gold-services-polish-v12.gold-services-list-view.gold-services-page--public .gold-services-table {
    width: 895px !important;
    min-width: 895px !important;
  }

  body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-table th,
  body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-table td {
    padding: 9px 8px !important;
    font-size: 10.25px !important;
    line-height: 1.32 !important;
  }

  body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-category-cell {
    min-height: 0;
    padding: 9px 11px !important;
    border-radius: 0;
    font-size: 11px !important;
  }

  body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-table > tbody > .gold-services-row > .gold-services-cell--id {
    width: 66px !important;
    height: auto;
    min-height: 0;
    padding: 9px 8px !important;
    border-radius: 0 !important;
    font-size: 10.25px;
  }

  body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-cell--name {
    font-size: 10.5px !important;
    line-height: 1.35 !important;
  }

  body.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-cell--favorite [data-favorite-service-id] {
    width: 27px;
    height: 27px;
    min-width: 27px;
    min-height: 27px;
  }

  body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-view-hint {
    color: #dbc27f;
    background: rgba(111, 80, 21, 0.18);
    border-color: rgba(211, 162, 51, 0.24);
  }
}

@media (max-width: 390px) {
  body.gold-services-page.gold-services-polish-v12 .gold-services-title__copy small {
    max-width: 145px;
  }

  body.gold-services-page.gold-services-polish-v12 .gold-services-title__count {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.gold-services-page.gold-services-polish-v12 .gold-services-toolbar .form-control,
  body.gold-services-page.gold-services-polish-v12 .gold-services-view-toggle {
    transition: none;
  }
}


/* Services catalogue v13: remove the helper pill and keep hidden tooltips inside the table. */
body.gold-services-page.gold-services-polish-v12 .gold-services-view-hint {
  display: none !important;
}

body.gold-services-page.gold-services-polish-v12 .gold-average-tooltip__content {
  right: 0;
  left: auto;
  transform: translate(0, 5px);
}

body.gold-services-page.gold-services-polish-v12 .gold-average-tooltip__content::after {
  right: 10px;
  left: auto;
  transform: none;
}

body.gold-services-page.gold-services-polish-v12 .gold-average-tooltip:hover .gold-average-tooltip__content,
body.gold-services-page.gold-services-polish-v12 .gold-average-tooltip:focus .gold-average-tooltip__content,
body.gold-services-page.gold-services-polish-v12 .gold-average-tooltip.is-open .gold-average-tooltip__content {
  transform: translate(0, 0);
}


/* Services catalogue v14: cohesive, high-contrast list view in dark mode. */
body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-view-scroll {
  background: #100d08;
  border-color: rgba(223, 177, 72, 0.38);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.44), inset 0 1px rgba(255, 230, 163, 0.06);
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-table th {
  color: #f5dfa0 !important;
  background: linear-gradient(180deg, #3b2c13 0%, #241a0c 100%) !important;
  border-color: rgba(226, 181, 79, 0.28) !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-th--favorite {
  color: #edc866 !important;
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-category-cell {
  color: #f7e6b6 !important;
  background: linear-gradient(100deg, #3b2b13 0%, #2a1f10 58%, #1c160d 100%) !important;
  border-top-color: rgba(231, 187, 87, 0.34) !important;
  border-bottom-color: rgba(231, 187, 87, 0.25) !important;
  box-shadow: inset 3px 0 #c9962f, inset 0 1px rgba(255, 232, 169, 0.06);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.62);
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row > td,
body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-table > tbody > .gold-services-row > .gold-services-cell--id {
  color: #e9dfc8 !important;
  background: #18140e !important;
  border-color: rgba(218, 174, 75, 0.18) !important;
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row:nth-child(even) > td,
body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row:nth-child(even) > .gold-services-cell--id {
  background: #211a10 !important;
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row:hover > td,
body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row:hover > .gold-services-cell--id {
  color: #fff3d0 !important;
  background: #2c2212 !important;
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-cell--id {
  color: #f0cb6a !important;
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-cell--name {
  color: #f3ead6 !important;
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-cell--rate,
body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-cell--min,
body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-cell--max,
body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-cell--average {
  color: #dec882 !important;
  background: #18140e !important;
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row:nth-child(even) > .gold-services-cell--rate,
body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row:nth-child(even) > .gold-services-cell--min,
body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row:nth-child(even) > .gold-services-cell--max,
body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row:nth-child(even) > .gold-services-cell--average {
  background: #211a10 !important;
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row:hover > .gold-services-cell--rate,
body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row:hover > .gold-services-cell--min,
body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row:hover > .gold-services-cell--max,
body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-row:hover > .gold-services-cell--average {
  color: #f4dc99 !important;
  background: #2c2212 !important;
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-cell--average.is-new {
  color: #76d9b6 !important;
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-cell--favorite [data-favorite-service-id] {
  color: #d8b653 !important;
  background: #292116 !important;
  border-color: rgba(225, 180, 73, 0.34) !important;
  box-shadow: inset 0 1px rgba(255, 232, 166, 0.05);
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-cell--favorite [data-favorite-service-id]:hover,
body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-cell--favorite [data-favorite-service-id]:focus {
  color: #ffe39a !important;
  background: #3a2b14 !important;
  border-color: rgba(239, 197, 100, 0.58) !important;
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-cell--action .btn {
  color: #f8df99 !important;
  background: linear-gradient(145deg, #3a2c16, #21180c) !important;
  border-color: rgba(220, 174, 69, 0.5) !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28), inset 0 1px rgba(255, 233, 171, 0.08);
}

body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-cell--action .btn:hover,
body.gold-dark.gold-services-page.gold-services-polish-v12.gold-services-list-view .gold-services-cell--action .btn:focus {
  color: #fff2c5 !important;
  background: linear-gradient(145deg, #4a3719, #2b1f0e) !important;
  border-color: rgba(239, 195, 92, 0.72) !important;
}


/* Services catalogue v15: stable Average Time help and a labelled action column. */
body.gold-services-page .gold-average-tooltip {
  display: none !important;
}

body.gold-services-page #service-table thead .gold-services-th--action {
  width: 82px !important;
  min-width: 82px !important;
  padding-right: 9px !important;
  padding-left: 9px !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body.gold-services-page #service-table thead .gold-services-header-tooltip {
  position: static !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  color: #8f6818;
  vertical-align: middle;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: help;
  transition: color 150ms ease, background-color 150ms ease;
}

body.gold-services-page #service-table thead .gold-services-header-tooltip:hover,
body.gold-services-page #service-table thead .gold-services-header-tooltip:focus {
  color: #5f3d04;
  background: rgba(178, 126, 22, 0.13);
  outline: none;
}

.tooltip.gold-services-average-help {
  z-index: 11000 !important;
  pointer-events: none;
}

.tooltip.gold-services-average-help .tooltip-inner {
  max-width: min(250px, calc(100vw - 32px));
  padding: 9px 11px;
  color: #fff8e7;
  background: #2b1d08;
  border: 1px solid rgba(215, 169, 68, 0.65);
  border-radius: 9px;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
  text-align: left;
  white-space: normal;
  box-shadow: 0 9px 24px rgba(45, 29, 4, 0.3);
}

.tooltip.gold-services-average-help.bottom .tooltip-arrow {
  border-bottom-color: #2b1d08;
}

.tooltip.gold-services-average-help.top .tooltip-arrow {
  border-top-color: #2b1d08;
}

body.gold-dark.gold-services-page #service-table thead .gold-services-header-tooltip {
  color: #d9b75a;
}

body.gold-dark.gold-services-page #service-table thead .gold-services-header-tooltip:hover,
body.gold-dark.gold-services-page #service-table thead .gold-services-header-tooltip:focus {
  color: #ffe69b;
  background: rgba(227, 180, 74, 0.14);
}

body.gold-dark ~ .tooltip.gold-services-average-help .tooltip-inner,
body.gold-dark .tooltip.gold-services-average-help .tooltip-inner {
  color: #f8e9bc;
  background: #17120b;
  border-color: rgba(206, 155, 52, 0.5);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.46);
}

@media (max-width: 767px) {
  body.gold-services-page #service-table thead .gold-services-th--action {
    width: 78px !important;
    min-width: 78px !important;
  }

  .tooltip.gold-services-average-help .tooltip-inner {
    font-size: 10.5px;
  }
}

/* Account settings v17: corrected panel roles and API-key safety notice. */
body.gold-account-page.gold-account-layout-v17 .gold-api-safety-reminder {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 15px;
  padding: 11px 12px;
  color: #654409;
  background: linear-gradient(145deg, #fff9e7, #f6e5b4);
  border: 1px solid #d6b45c;
  border-radius: 11px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

body.gold-account-page.gold-account-layout-v17 .gold-api-safety-reminder__icon {
  display: inline-flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #2b1b03;
  background: linear-gradient(145deg, #f5da7d, #c48620);
  border: 1px solid rgba(157, 101, 13, 0.65);
  border-radius: 9px;
  box-shadow: 0 5px 12px rgba(124, 77, 7, 0.16);
}

body.gold-account-page.gold-account-layout-v17 .gold-api-safety-reminder__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
  padding-top: 1px;
  color: #756342;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.45;
}

body.gold-account-page.gold-account-layout-v17 .gold-api-safety-reminder__copy strong {
  color: #5b3904;
  font-size: 11.5px;
  font-weight: 850;
  line-height: 1.25;
}

body.gold-dark.gold-account-page.gold-account-layout-v17 .gold-api-safety-reminder {
  color: #ead18a;
  background: linear-gradient(145deg, #2b2112, #171109);
  border-color: rgba(196, 145, 38, 0.55);
  box-shadow: inset 0 1px rgba(255, 226, 135, 0.045);
}

body.gold-dark.gold-account-page.gold-account-layout-v17 .gold-api-safety-reminder__copy {
  color: #b7a989;
}

body.gold-dark.gold-account-page.gold-account-layout-v17 .gold-api-safety-reminder__copy strong {
  color: #f0d276;
}

@media (max-width: 767px) {
  body.gold-account-page.gold-account-layout-v17 .gold-api-safety-reminder {
    gap: 9px;
    margin-bottom: 13px;
    padding: 10px;
  }

  body.gold-account-page.gold-account-layout-v17 .gold-api-safety-reminder__copy {
    font-size: 9.5px;
  }

  body.gold-account-page.gold-account-layout-v17 .gold-api-safety-reminder__copy strong {
    font-size: 11px;
  }
}


/* API safety notice v18: accessible red warning treatment in both themes. */
body.gold-account-page.gold-account-layout-v17 .gold-api-safety-reminder {
  color: #9a302d;
  background: linear-gradient(145deg, #fff5f4, #f9d9d6);
  border-color: #d96661;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.78), 0 6px 16px rgba(151, 43, 39, 0.08);
}

body.gold-account-page.gold-account-layout-v17 .gold-api-safety-reminder__icon {
  color: #fff8f7;
  background: linear-gradient(145deg, #dc625d, #a72d29);
  border-color: #92241f;
  box-shadow: 0 5px 12px rgba(132, 30, 26, 0.2);
}

body.gold-account-page.gold-account-layout-v17 .gold-api-safety-reminder__copy {
  color: #9a302d;
}

body.gold-account-page.gold-account-layout-v17 .gold-api-safety-reminder__copy strong {
  color: #801d1a;
}

body.gold-dark.gold-account-page.gold-account-layout-v17 .gold-api-safety-reminder {
  color: #f1aaa6;
  background: linear-gradient(145deg, #321718, #1c0c0d);
  border-color: rgba(236, 101, 95, 0.68);
  box-shadow: inset 0 1px rgba(255, 183, 179, 0.05), 0 7px 18px rgba(0, 0, 0, 0.25);
}

body.gold-dark.gold-account-page.gold-account-layout-v17 .gold-api-safety-reminder__icon {
  color: #fff4f3;
  background: linear-gradient(145deg, #d7534e, #84211e);
  border-color: #ec7771;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.3);
}

body.gold-dark.gold-account-page.gold-account-layout-v17 .gold-api-safety-reminder__copy {
  color: #f1aaa6;
}

body.gold-dark.gold-account-page.gold-account-layout-v17 .gold-api-safety-reminder__copy strong {
  color: #ffc0bc;
}


/* FAQ page v19: gold-themed searchable accordion experience. */
body.gold-faq-page .gold-main {
  background:
    radial-gradient(circle at 50% 1%, rgba(221, 174, 55, 0.13), transparent 23rem),
    linear-gradient(180deg, #fffdf8, #faf2df);
}

body.gold-faq-page .gold-main > .container {
  width: min(100%, 1060px);
  padding-top: 42px;
  padding-bottom: 58px;
}

.gold-faq {
  width: min(100%, 920px);
  margin: 0 auto;
  color: #30230e;
}

.gold-faq-hero {
  max-width: 750px;
  margin: 0 auto 30px;
  text-align: center;
}

.gold-faq-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  margin-bottom: 20px;
  color: #2b1b03;
  background: linear-gradient(145deg, #f8e4a0, #d39a2b);
  border: 1px solid #bd8120;
  border-radius: 22px;
  box-shadow: 0 13px 28px rgba(143, 88, 7, 0.18), inset 0 1px rgba(255, 247, 205, 0.9);
  font-size: 34px;
}

.gold-faq-hero h1 {
  margin: 0 0 10px;
  color: #563806;
  font-size: clamp(29px, 4.4vw, 44px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.gold-faq-hero p {
  max-width: 660px;
  margin: 0 auto;
  color: #756a57;
  font-size: 16px;
  font-weight: 550;
  line-height: 1.65;
}

.gold-faq-search {
  position: relative;
  display: flex;
  align-items: center;
  width: min(100%, 790px);
  margin: 0 auto;
}

.gold-faq-search__icon {
  position: absolute;
  left: 21px;
  z-index: 1;
  color: #8c681f;
  font-size: 18px;
  pointer-events: none;
}

.gold-faq-search input {
  width: 100%;
  height: 62px;
  padding: 0 58px 0 54px;
  color: #38270b;
  background: rgba(255, 254, 250, 0.92);
  border: 1px solid #c4a04c;
  border-radius: 17px;
  outline: none;
  box-shadow: 0 12px 28px rgba(83, 53, 5, 0.08), inset 0 1px rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 600;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.gold-faq-search input::placeholder {
  color: #9a907e;
}

.gold-faq-search input:focus {
  background: #fff;
  border-color: #9f6d14;
  box-shadow: 0 0 0 3px rgba(213, 166, 52, 0.2), 0 14px 30px rgba(83, 53, 5, 0.1);
}

.gold-faq-search__clear {
  position: absolute;
  right: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  color: #6b4a0d;
  background: #f7e8bb;
  border: 1px solid #d2b15d;
  border-radius: 11px;
}

.gold-faq-search__clear:hover,
.gold-faq-search__clear:focus {
  color: #251704;
  background: #efd581;
  outline: none;
}

.gold-faq-search-status {
  min-height: 18px;
  margin: 9px auto 22px;
  color: #8a795b;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.gold-faq-groups {
  display: grid;
  gap: 14px;
}

.gold-faq-group {
  overflow: hidden;
  background: linear-gradient(145deg, #fffefa, #fbf5e8);
  border: 1px solid #c7a451;
  border-radius: 18px;
  box-shadow: 0 13px 30px rgba(78, 50, 6, 0.085), inset 0 1px rgba(255, 255, 255, 0.85);
}

.gold-faq-group__toggle {
  display: grid;
  align-items: center;
  width: 100%;
  min-height: 78px;
  padding: 13px 18px;
  color: #553704;
  background: transparent;
  border: 0;
  grid-template-columns: 48px minmax(0, 1fr) 24px;
  gap: 14px;
  text-align: left;
}

.gold-faq-group__toggle:hover,
.gold-faq-group__toggle:focus {
  background: rgba(239, 211, 132, 0.19);
  outline: none;
}

.gold-faq-group__toggle:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(190, 132, 29, 0.28);
}

.gold-faq-group__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #684707;
  background: linear-gradient(145deg, #fff2c7, #e8c364);
  border: 1px solid #d4b258;
  border-radius: 14px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.gold-faq-group__title {
  overflow: hidden;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.25;
  text-overflow: ellipsis;
}

.gold-faq-group__chevron {
  justify-self: center;
  color: #806b45;
  font-size: 14px;
  transition: transform 180ms ease;
}

.gold-faq-group.is-open .gold-faq-group__chevron {
  transform: rotate(180deg);
}

.gold-faq-group__body {
  border-top: 1px solid rgba(184, 142, 51, 0.28);
}

.gold-faq-item + .gold-faq-item {
  border-top: 1px solid rgba(171, 145, 93, 0.24);
}

.gold-faq-question {
  display: grid;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 16px 20px;
  color: #33250e;
  background: transparent;
  border: 0;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 14px;
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1.42;
  text-align: left;
}

.gold-faq-question:hover,
.gold-faq-question:focus,
.gold-faq-item.is-open .gold-faq-question {
  color: #624006;
  background: rgba(244, 223, 165, 0.28);
  outline: none;
}

.gold-faq-question:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(190, 132, 29, 0.24);
}

.gold-faq-question > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #704b08;
  background: #f7e8ba;
  border: 1px solid #d5b55f;
  border-radius: 9px;
  font-size: 10px;
}

.gold-faq-answer {
  background: rgba(247, 235, 202, 0.36);
}

.gold-faq-answer__inner {
  padding: 0 58px 18px 20px;
  color: #70634e;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.65;
}

.gold-faq-answer__inner p {
  margin: 0;
}

.gold-faq-answer__inner strong {
  color: #593a05;
  font-weight: 800;
}

.gold-faq-empty {
  align-items: center;
  justify-content: center;
  min-height: 180px;
  margin-top: 14px;
  padding: 25px;
  color: #7c6b4d;
  background: rgba(255, 254, 250, 0.7);
  border: 1px dashed #c7a451;
  border-radius: 18px;
  flex-direction: column;
  gap: 7px;
  text-align: center;
}

.gold-faq-empty:not([hidden]) {
  display: flex;
}

.gold-faq-empty i {
  margin-bottom: 5px;
  color: #b27b19;
  font-size: 25px;
}

.gold-faq-empty strong {
  color: #583a06;
  font-size: 15px;
}

.gold-faq-empty span {
  font-size: 12px;
}

body.gold-dark.gold-faq-page .gold-main {
  background:
    radial-gradient(circle at 50% 1%, rgba(209, 158, 38, 0.1), transparent 23rem),
    linear-gradient(180deg, #0d0b07, #141006);
}

body.gold-dark .gold-faq {
  color: #ead79c;
}

body.gold-dark .gold-faq-hero__icon {
  color: #f5d77a;
  background: linear-gradient(145deg, #2d2416, #17120b);
  border-color: #7e6020;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.36), inset 0 1px rgba(255, 224, 124, 0.04);
}

body.gold-dark .gold-faq-hero h1 {
  color: #efd47e;
}

body.gold-dark .gold-faq-hero p,
body.gold-dark .gold-faq-search-status {
  color: #aaa08d;
}

body.gold-dark .gold-faq-search input {
  color: #efe3c4;
  background: rgba(24, 19, 12, 0.94);
  border-color: #775a20;
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.35), inset 0 1px rgba(255, 225, 132, 0.035);
}

body.gold-dark .gold-faq-search input::placeholder {
  color: #827968;
}

body.gold-dark .gold-faq-search input:focus {
  background: #1d170e;
  border-color: #c08b25;
  box-shadow: 0 0 0 3px rgba(198, 145, 34, 0.18), 0 14px 30px rgba(0, 0, 0, 0.4);
}

body.gold-dark .gold-faq-search__icon {
  color: #d0a43d;
}

body.gold-dark .gold-faq-search__clear {
  color: #edd27d;
  background: #2b2113;
  border-color: #755820;
}

body.gold-dark .gold-faq-group {
  background: linear-gradient(145deg, #1d180f, #100d08);
  border-color: #72561e;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 225, 131, 0.035);
}

body.gold-dark .gold-faq-group__toggle {
  color: #ebcf78;
}

body.gold-dark .gold-faq-group__toggle:hover,
body.gold-dark .gold-faq-group__toggle:focus {
  background: rgba(210, 162, 53, 0.08);
}

body.gold-dark .gold-faq-group__icon {
  color: #efd16f;
  background: linear-gradient(145deg, #302616, #19130b);
  border-color: #76591f;
}

body.gold-dark .gold-faq-group__chevron {
  color: #b6a16f;
}

body.gold-dark .gold-faq-group__body,
body.gold-dark .gold-faq-item + .gold-faq-item {
  border-color: rgba(143, 106, 33, 0.35);
}

body.gold-dark .gold-faq-question {
  color: #e4d8bd;
}

body.gold-dark .gold-faq-question:hover,
body.gold-dark .gold-faq-question:focus,
body.gold-dark .gold-faq-item.is-open .gold-faq-question {
  color: #f0d57e;
  background: rgba(204, 153, 42, 0.075);
}

body.gold-dark .gold-faq-question > i {
  color: #e7c665;
  background: #2b2214;
  border-color: #73571f;
}

body.gold-dark .gold-faq-answer {
  background: rgba(224, 177, 67, 0.035);
}

body.gold-dark .gold-faq-answer__inner {
  color: #b7aa91;
}

body.gold-dark .gold-faq-answer__inner strong,
body.gold-dark .gold-faq-empty strong {
  color: #ecd07b;
}

body.gold-dark .gold-faq-empty {
  color: #a99d86;
  background: rgba(25, 20, 12, 0.72);
  border-color: #74571f;
}

@media (max-width: 767px) {
  body.gold-faq-page .gold-main > .container {
    width: 100%;
    padding: 24px 13px 42px;
  }

  .gold-faq-hero {
    margin-bottom: 22px;
  }

  .gold-faq-hero__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    border-radius: 19px;
    font-size: 28px;
  }

  .gold-faq-hero h1 {
    margin-bottom: 8px;
    font-size: clamp(25px, 8vw, 34px);
  }

  .gold-faq-hero p {
    max-width: 490px;
    font-size: 13px;
    line-height: 1.58;
  }

  .gold-faq-search input {
    height: 54px;
    padding-left: 48px;
    border-radius: 15px;
    font-size: 14px;
  }

  .gold-faq-search__icon {
    left: 18px;
    font-size: 16px;
  }

  .gold-faq-search__clear {
    right: 10px;
    width: 34px;
    height: 34px;
  }

  .gold-faq-search-status {
    margin-bottom: 17px;
    font-size: 10px;
  }

  .gold-faq-groups {
    gap: 11px;
  }

  .gold-faq-group {
    border-radius: 15px;
  }

  .gold-faq-group__toggle {
    min-height: 67px;
    padding: 10px 13px;
    grid-template-columns: 42px minmax(0, 1fr) 20px;
    gap: 10px;
  }

  .gold-faq-group__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 16px;
  }

  .gold-faq-group__title {
    font-size: 15.5px;
  }

  .gold-faq-question {
    min-height: 58px;
    padding: 14px 13px;
    grid-template-columns: minmax(0, 1fr) 27px;
    gap: 10px;
    font-size: 12.5px;
  }

  .gold-faq-question > i {
    width: 27px;
    height: 27px;
  }

  .gold-faq-answer__inner {
    padding: 0 50px 15px 13px;
    font-size: 11.5px;
    line-height: 1.62;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gold-faq-group__chevron,
  .gold-faq-search input {
    transition: none;
  }
}


/* FAQ mobile density v20: smaller type and controls for easier phone reading. */
@media (max-width: 767px) {
  body.gold-faq-page .gold-main > .container {
    padding: 15px 11px 34px;
  }

  .gold-faq-hero {
    margin-bottom: 15px;
  }

  .gold-faq-hero__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 11px;
    border-radius: 15px;
    box-shadow: 0 8px 18px rgba(143, 88, 7, 0.14), inset 0 1px rgba(255, 247, 205, 0.86);
    font-size: 22px;
  }

  .gold-faq-hero h1 {
    max-width: 360px;
    margin: 0 auto 6px;
    font-size: 22px;
    line-height: 1.16;
  }

  .gold-faq-hero p {
    max-width: 420px;
    font-size: 10.5px;
    line-height: 1.48;
  }

  .gold-faq-search {
    max-width: 470px;
  }

  .gold-faq-search input {
    height: 45px;
    padding: 0 45px 0 41px;
    border-radius: 12px;
    box-shadow: 0 7px 17px rgba(83, 53, 5, 0.07), inset 0 1px rgba(255, 255, 255, 0.88);
    font-size: 12px;
  }

  .gold-faq-search__icon {
    left: 15px;
    font-size: 13px;
  }

  .gold-faq-search__clear {
    right: 8px;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    font-size: 10px;
  }

  .gold-faq-search-status {
    min-height: 13px;
    margin: 6px auto 12px;
    font-size: 8.5px;
  }

  .gold-faq-groups {
    gap: 8px;
  }

  .gold-faq-group {
    border-radius: 12px;
    box-shadow: 0 7px 18px rgba(78, 50, 6, 0.07), inset 0 1px rgba(255, 255, 255, 0.8);
  }

  .gold-faq-group__toggle {
    min-height: 54px;
    padding: 8px 11px;
    grid-template-columns: 34px minmax(0, 1fr) 18px;
    gap: 9px;
  }

  .gold-faq-group__icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    font-size: 13px;
  }

  .gold-faq-group__title {
    font-size: 13px;
    line-height: 1.2;
  }

  .gold-faq-group__chevron {
    font-size: 10px;
  }

  .gold-faq-question {
    min-height: 49px;
    padding: 11px;
    grid-template-columns: minmax(0, 1fr) 25px;
    gap: 9px;
    font-size: 11.5px;
    line-height: 1.38;
  }

  .gold-faq-question > i {
    width: 25px;
    height: 25px;
    border-radius: 8px;
    font-size: 9px;
  }

  .gold-faq-answer__inner {
    padding: 0 45px 13px 11px;
    font-size: 10.5px;
    line-height: 1.56;
  }

  body.gold-dark .gold-faq-hero__icon,
  body.gold-dark .gold-faq-group {
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 225, 131, 0.03);
  }
}
