/* CBR data dashboard — isolated styles for the /cbr category layout. */

.zayman-cbr {
  --cbr-primary: #3f6ecb;
  --cbr-primary-dark: #2d56ac;
  --cbr-primary-deep: #173b7a;
  --cbr-primary-soft: #edf4ff;
  --cbr-ink: #18263b;
  --cbr-muted: #67758a;
  --cbr-border: #dfe7f2;
  --cbr-surface: #fff;
  --cbr-page: #f5f8fc;
  --cbr-success: #16845c;
  --cbr-success-soft: #e9f8f1;
  --cbr-danger: #be4557;
  --cbr-danger-soft: #fff0f2;
  --cbr-warning: #a36a16;
  --cbr-warning-soft: #fff7e8;
  --cbr-shadow-sm: 0 10px 34px rgba(31, 61, 114, 0.08);
  --cbr-shadow-md: 0 26px 76px rgba(31, 61, 114, 0.13);
  --cbr-radius-xl: 34px;
  --cbr-radius-lg: 24px;
  --cbr-radius-md: 17px;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 24px 0 80px;
  color: var(--cbr-ink);
  font-family: inherit;
}

.zayman-cbr,
.zayman-cbr *,
.zayman-cbr *::before,
.zayman-cbr *::after {
  box-sizing: border-box;
}

.zayman-cbr h1,
.zayman-cbr h2,
.zayman-cbr h3,
.zayman-cbr p,
.zayman-cbr dl,
.zayman-cbr dd {
  margin-top: 0;
}

.zayman-cbr svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.zayman-cbr__hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(32px, 5vw, 70px);
  min-height: 590px;
  padding: clamp(38px, 5vw, 66px);
  overflow: hidden;
  border: 1px solid rgba(108, 145, 208, 0.28);
  border-radius: var(--cbr-radius-xl);
  background:
    radial-gradient(circle at 4% 4%, rgba(255, 255, 255, 0.96), transparent 28%),
    radial-gradient(circle at 52% 112%, rgba(74, 124, 215, 0.2), transparent 38%),
    linear-gradient(135deg, #f9fbff 0%, #edf4ff 52%, #e4efff 100%);
  box-shadow: 0 32px 94px rgba(40, 77, 143, 0.13);
}

.zayman-cbr__hero::before,
.zayman-cbr__hero::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.zayman-cbr__hero::before {
  top: -210px;
  right: 23%;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(63, 110, 203, 0.1);
  box-shadow: 0 0 0 62px rgba(255, 255, 255, 0.12);
}

.zayman-cbr__hero::after {
  right: -130px;
  bottom: -190px;
  width: 430px;
  height: 430px;
  background: rgba(255, 255, 255, 0.45);
}

.zayman-cbr__hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.zayman-cbr__eyebrow,
.zayman-cbr__section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--cbr-primary-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.zayman-cbr__eyebrow {
  align-self: flex-start;
  padding: 8px 13px 8px 9px;
  border: 1px solid rgba(63, 110, 203, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 8px 22px rgba(63, 110, 203, 0.08);
  backdrop-filter: blur(12px);
}

.zayman-cbr__eyebrow-icon {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--cbr-primary), var(--cbr-primary-deep));
}

.zayman-cbr__eyebrow-icon svg {
  width: 16px;
  height: 16px;
}

body.site .zayman-cbr__hero h1 {
  max-width: 680px;
  margin: 25px 0 19px;
  color: var(--cbr-ink);
  font-size: clamp(2.25rem, 3.2vw, 3.5rem);
  font-weight: 820;
  letter-spacing: -0.058em;
  line-height: 0.98;
  text-wrap: balance;
}

.zayman-cbr__lead {
  max-width: 650px;
  margin-bottom: 28px;
  color: #4f5f77;
  font-size: clamp(1.03rem, 1.3vw, 1.2rem);
  line-height: 1.68;
}

.zayman-cbr__freshness {
  display: inline-grid;
  grid-template-columns: 11px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  align-self: flex-start;
  min-width: min(100%, 310px);
  padding: 12px 15px;
  border: 1px solid rgba(23, 132, 92, 0.14);
  border-radius: 14px;
  color: #176246;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 28px rgba(33, 75, 121, 0.07);
  backdrop-filter: blur(12px);
}

.zayman-cbr__freshness-dot {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cbr-success);
  box-shadow: 0 0 0 5px rgba(22, 132, 92, 0.12);
}

.zayman-cbr__freshness strong,
.zayman-cbr__freshness small {
  display: block;
}

.zayman-cbr__freshness strong {
  font-size: 0.85rem;
  line-height: 1.25;
}

.zayman-cbr__freshness small {
  margin-top: 3px;
  color: #60726a;
  font-size: 0.73rem;
  line-height: 1.3;
}

.zayman-cbr__freshness--notice,
.zayman-cbr__freshness--pending {
  border-color: rgba(163, 106, 22, 0.2);
  color: #8b5810;
}

.zayman-cbr__freshness--notice .zayman-cbr__freshness-dot,
.zayman-cbr__freshness--pending .zayman-cbr__freshness-dot {
  background: #d08b22;
  box-shadow: 0 0 0 5px rgba(208, 139, 34, 0.13);
}

.zayman-cbr__freshness--stale {
  border-color: rgba(190, 69, 87, 0.18);
  color: #9e3043;
}

.zayman-cbr__freshness--stale .zayman-cbr__freshness-dot {
  background: var(--cbr-danger);
  box-shadow: 0 0 0 5px rgba(190, 69, 87, 0.12);
}

.zayman-cbr .zayman-cbr__source-note {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 20px 0 0;
  color: #738096;
  font-size: 0.8rem;
}

.zayman-cbr__source-note > span {
  color: var(--cbr-primary);
}

.zayman-cbr__source-note svg {
  width: 17px;
  height: 17px;
}

body.site .zayman-cbr__source-note a {
  color: var(--cbr-primary-dark);
  font-weight: 750;
}

.zayman-cbr__pulse {
  position: relative;
  z-index: 2;
  align-self: center;
  min-width: 0;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 27px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 3%, rgba(137, 180, 255, 0.33), transparent 32%),
    linear-gradient(145deg, #315fac 0%, #234b91 52%, #183a72 100%);
  box-shadow: 0 26px 62px rgba(25, 57, 115, 0.27);
}

.zayman-cbr__pulse::after {
  position: absolute;
  right: -72px;
  bottom: -88px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.065);
  content: "";
  pointer-events: none;
}

.zayman-cbr__pulse-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.zayman-cbr__pulse-orbit--one {
  top: -96px;
  right: -36px;
  width: 240px;
  height: 240px;
}

.zayman-cbr__pulse-orbit--two {
  top: -53px;
  right: 8px;
  width: 152px;
  height: 152px;
}

.zayman-cbr__pulse-head,
.zayman-cbr__pulse-foot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.zayman-cbr__pulse-head > span:first-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zayman-cbr__pulse-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.68rem;
  font-weight: 700;
}

.zayman-cbr__pulse-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #72e2b5;
  box-shadow: 0 0 0 4px rgba(114, 226, 181, 0.12);
}

.zayman-cbr__key-rate {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin: 26px 0 24px;
}

.zayman-cbr__key-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 17px;
  color: #cae0ff;
  background: rgba(255, 255, 255, 0.1);
}

.zayman-cbr__key-icon svg {
  width: 25px;
  height: 25px;
}

.zayman-cbr__key-copy > small,
.zayman-cbr__key-copy > strong,
.zayman-cbr__key-copy > time,
.zayman-cbr__key-copy > span {
  display: block;
}

.zayman-cbr__key-copy > small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 650;
}

.zayman-cbr__key-copy > strong {
  margin: 3px 0 2px;
  color: #fff;
  font-size: clamp(2.6rem, 4.7vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
}

.zayman-cbr__key-copy > strong em {
  margin-left: 4px;
  font-size: 0.48em;
  font-style: normal;
  font-weight: 750;
}

.zayman-cbr__key-copy > time,
.zayman-cbr__key-copy > span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
}

.zayman-cbr__pulse-rates {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.zayman-cbr__pulse-rates > div {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.075);
}

.zayman-cbr__pulse-rates span,
.zayman-cbr__pulse-rates strong {
  display: block;
}

.zayman-cbr__pulse-rates span {
  display: flex;
  gap: 6px;
  align-items: center;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.68rem;
  font-weight: 750;
}

.zayman-cbr__pulse-rates span b {
  color: #bcd5ff;
  font-size: 0.9rem;
}

.zayman-cbr__pulse-rates strong {
  margin-top: 6px;
  color: #fff;
  font-size: clamp(0.82rem, 1.2vw, 1rem);
  line-height: 1.15;
  white-space: nowrap;
}

.zayman-cbr__pulse-foot {
  justify-content: flex-start;
  margin-top: 19px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  line-height: 1.4;
}

.zayman-cbr__pulse-foot svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.zayman-cbr__section {
  margin-top: clamp(58px, 8vw, 92px);
}

.zayman-cbr__section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}

body.site .zayman-cbr__section-head h2,
body.site .zayman-cbr__status h2,
body.site .zayman-cbr__empty h2 {
  margin: 7px 0 0;
  color: var(--cbr-ink);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 790;
  letter-spacing: -0.045em;
  line-height: 1.05;
  text-wrap: balance;
}

.zayman-cbr__section-head > p {
  max-width: 440px;
  margin: 0;
  color: var(--cbr-muted);
  font-size: 0.94rem;
  line-height: 1.55;
  text-align: right;
}

.zayman-cbr__primary-rates {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.zayman-cbr__rate-card {
  position: relative;
  display: block;
  min-width: 0;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--cbr-border);
  border-radius: var(--cbr-radius-lg);
  color: inherit;
  background: var(--cbr-surface);
  box-shadow: var(--cbr-shadow-sm);
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.zayman-cbr__rate-card::after {
  position: absolute;
  top: -52px;
  right: -42px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: rgba(63, 110, 203, 0.05);
  content: "";
  pointer-events: none;
}

.zayman-cbr__rate-card:hover {
  z-index: 2;
  border-color: #c9d8ef;
  box-shadow: 0 18px 50px rgba(31, 61, 114, 0.12);
  transform: translateY(-3px);
}

.zayman-cbr__rate-card:focus-visible,
.zayman-cbr__secondary-rate:focus-visible,
.zayman-cbr__metal:focus-visible {
  outline: 3px solid rgba(63, 110, 203, 0.3);
  outline-offset: 3px;
}

.zayman-cbr__rate-card--usd { --currency-accent: #3970c7; --currency-soft: #edf4ff; }
.zayman-cbr__rate-card--eur { --currency-accent: #7752c8; --currency-soft: #f3efff; }
.zayman-cbr__rate-card--cny { --currency-accent: #c65355; --currency-soft: #fff0f1; }

.zayman-cbr__rate-card-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.zayman-cbr__currency-symbol {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px;
  color: var(--currency-accent, var(--cbr-primary));
  background: var(--currency-soft, var(--cbr-primary-soft));
  font-size: 1.35rem;
  font-weight: 800;
}

.zayman-cbr__rate-card-head > span:nth-child(2) strong,
.zayman-cbr__rate-card-head > span:nth-child(2) small {
  display: block;
  min-width: 0;
}

.zayman-cbr__rate-card-head > span:nth-child(2) strong {
  font-size: 0.98rem;
  letter-spacing: 0.03em;
}

.zayman-cbr__rate-card-head > span:nth-child(2) small {
  margin-top: 2px;
  overflow: hidden;
  color: var(--cbr-muted);
  font-size: 0.72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zayman-cbr__trend {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  padding: 6px 8px;
  border-radius: 999px;
  color: #58677c;
  background: #f2f5f9;
  font-size: 0.68rem;
  font-weight: 750;
}

.zayman-cbr__trend i {
  font-size: 0.85rem;
  font-style: normal;
}

.zayman-cbr__trend--up,
.zayman-cbr .is-up {
  color: var(--cbr-success);
}

.zayman-cbr__trend--up {
  background: var(--cbr-success-soft);
}

.zayman-cbr__trend--down,
.zayman-cbr .is-down {
  color: var(--cbr-danger);
}

.zayman-cbr__trend--down {
  background: var(--cbr-danger-soft);
}

.zayman-cbr__rate-value {
  position: relative;
  z-index: 1;
  margin: 24px 0 18px;
  color: var(--cbr-ink);
  font-size: clamp(2rem, 3.6vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
  white-space: nowrap;
}

.zayman-cbr__rate-value small {
  color: #7b8798;
  font-size: 0.44em;
  font-weight: 700;
}

.zayman-cbr__rate-card-foot,
.zayman-cbr__metal-foot,
.zayman-cbr__benchmark-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--cbr-muted);
  font-size: 0.72rem;
}

.zayman-cbr__rate-card-foot > span:last-child,
.zayman-cbr__metal-foot > span,
.zayman-cbr__benchmark-foot > span {
  font-weight: 750;
}

.zayman-cbr__secondary-rates {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 15px;
}

.zayman-cbr__secondary-rate {
  display: grid;
  grid-template-columns: minmax(82px, auto) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid var(--cbr-border);
  border-radius: 15px;
  color: inherit;
  background: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.zayman-cbr__secondary-rate:hover {
  border-color: #c9d8ef;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31, 61, 114, 0.08);
}

.zayman-cbr__currency-code {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #45546b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.zayman-cbr__currency-code b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  color: var(--cbr-primary-dark);
  background: var(--cbr-primary-soft);
  font-size: 0.8rem;
  letter-spacing: 0;
}

.zayman-cbr__secondary-value {
  overflow: hidden;
  color: var(--cbr-ink);
  font-size: 0.86rem;
  font-weight: 780;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zayman-cbr__mini-trend,
.zayman-cbr__table-change {
  color: #6c7889;
  font-size: 0.67rem;
  font-weight: 730;
  white-space: nowrap;
}

.zayman-cbr__disclosure {
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid var(--cbr-border);
  border-radius: var(--cbr-radius-md);
  background: var(--cbr-surface);
  box-shadow: 0 8px 28px rgba(31, 61, 114, 0.045);
}

.zayman-cbr__disclosure > summary,
.zayman-cbr__statistics details > summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 20px;
  color: var(--cbr-ink);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 780;
  list-style: none;
  transition: background 0.2s ease;
}

.zayman-cbr__disclosure > summary::-webkit-details-marker,
.zayman-cbr__statistics details > summary::-webkit-details-marker {
  display: none;
}

.zayman-cbr__disclosure > summary::after,
.zayman-cbr__statistics details > summary::after {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  margin-left: 4px;
  border-right: 2px solid #8390a3;
  border-bottom: 2px solid #8390a3;
  content: "";
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}

.zayman-cbr__disclosure[open] > summary::after,
.zayman-cbr__statistics details[open] > summary::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.zayman-cbr__disclosure > summary:hover,
.zayman-cbr__statistics details > summary:hover {
  background: #f8faff;
}

.zayman-cbr__disclosure > summary > span,
.zayman-cbr__statistics details > summary > span {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.zayman-cbr__disclosure > summary svg {
  width: 20px;
  height: 20px;
  color: var(--cbr-primary);
}

.zayman-cbr__disclosure > summary small,
.zayman-cbr__statistics details > summary small {
  margin-left: auto;
  color: var(--cbr-muted);
  font-size: 0.72rem;
  font-weight: 650;
  white-space: nowrap;
}

.zayman-cbr__table-wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-top: 1px solid var(--cbr-border);
}

.zayman-cbr__table {
  width: 100%;
  min-width: 680px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  color: var(--cbr-ink);
  background: #fff;
  font-size: 0.84rem;
}

.zayman-cbr__table-wrap--rates {
  overflow: clip;
}

.zayman-cbr__table--rates {
  min-width: 0;
  table-layout: fixed;
}

.zayman-cbr__table--rates th:first-child { width: 42%; }
.zayman-cbr__table--rates th:nth-child(2) { width: 22%; }
.zayman-cbr__table--rates th:nth-child(3) { width: 16%; }
.zayman-cbr__table--rates th:nth-child(4) { width: 20%; }

.zayman-cbr__table th,
.zayman-cbr__table td {
  padding: 13px 18px;
  border: 0;
  border-bottom: 1px solid #edf1f6;
  vertical-align: middle;
}

.zayman-cbr__table thead th {
  color: #748195;
  background: #f8fafd;
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.055em;
  text-align: left;
  text-transform: uppercase;
}

.zayman-cbr__table tbody tr:last-child th,
.zayman-cbr__table tbody tr:last-child td {
  border-bottom: 0;
}

.zayman-cbr__table tbody tr:hover {
  background: #fbfcff;
}

.zayman-cbr__table tbody th {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  font-weight: 650;
}

.zayman-cbr__table-currency-copy {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: center;
}

.zayman-cbr__table-currency-copy > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.zayman-cbr__table-code {
  display: inline-grid;
  min-height: 24px;
  padding: 0 6px;
  place-items: center;
  border-radius: 8px;
  color: var(--cbr-primary-dark);
  background: var(--cbr-primary-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.zayman-cbr__pulse-flag,
.zayman-cbr__currency-symbol,
.zayman-cbr__currency-code-flag,
.zayman-cbr__table-flag {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  overflow: hidden;
  line-height: 1;
}

.zayman-cbr__pulse-flag {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.56rem;
}

.zayman-cbr__pulse-rates .zayman-cbr__pulse-flag {
  color: #bcd5ff;
  font-size: 0.56rem;
}

.zayman-cbr__table-flag {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--cbr-primary-dark);
  background: var(--cbr-primary-soft);
  font-size: 0.58rem;
  font-weight: 800;
}

.zayman-cbr__pulse-flag.is-flag,
.zayman-cbr__currency-symbol.is-flag,
.zayman-cbr__currency-code-flag.is-flag,
.zayman-cbr__table-flag.is-flag {
  box-sizing: border-box;
  border: 1px solid rgba(31, 61, 114, 0.14);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 14px rgba(31, 61, 114, 0.13);
}

.zayman-cbr__currency-avatar-fallback {
  position: relative;
  z-index: 0;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  font: inherit;
  font-style: normal;
}

.zayman-cbr__pulse-flag img,
.zayman-cbr__currency-symbol img,
.zayman-cbr__currency-code-flag img,
.zayman-cbr__table-flag img {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zayman-cbr__fine-print {
  margin: 12px 4px 0;
  color: #7b8797;
  font-size: 0.72rem;
}

.zayman-cbr__benchmarks {
  display: grid;
  grid-template-columns: minmax(280px, 0.64fr) minmax(0, 1.36fr);
  gap: 16px;
}

.zayman-cbr__benchmark-key {
  position: relative;
  display: block;
  min-height: 100%;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(68, 111, 190, 0.22);
  border-radius: var(--cbr-radius-lg);
  color: inherit;
  background:
    radial-gradient(circle at 100% 0%, rgba(116, 157, 230, 0.25), transparent 34%),
    linear-gradient(145deg, #f5f9ff, #eaf2ff);
  box-shadow: var(--cbr-shadow-sm);
  text-decoration: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

body.site a.zayman-cbr__benchmark-key:hover {
  border-color: rgba(63, 110, 203, 0.42);
  color: inherit;
  box-shadow: 0 22px 52px rgba(31, 61, 114, 0.14);
  text-decoration: none;
  transform: translateY(-3px);
}

body.site a.zayman-cbr__benchmark-key:focus-visible {
  outline: 3px solid rgba(63, 110, 203, 0.34);
  outline-offset: 3px;
}

.zayman-cbr__benchmark-key::after {
  position: absolute;
  right: -45px;
  bottom: -48px;
  width: 145px;
  height: 145px;
  border: 24px solid rgba(63, 110, 203, 0.045);
  border-radius: 50%;
  content: "";
}

.zayman-cbr__benchmark-key-top {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 11px;
  align-items: center;
}

.zayman-cbr__benchmark-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, var(--cbr-primary), var(--cbr-primary-deep));
  box-shadow: 0 10px 24px rgba(45, 86, 172, 0.2);
}

.zayman-cbr__benchmark-icon svg {
  width: 19px;
  height: 19px;
}

.zayman-cbr__benchmark-kicker {
  color: var(--cbr-primary-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.zayman-cbr__benchmark-key > strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: 31px 0 12px;
  color: var(--cbr-primary-deep);
  font-size: clamp(3.2rem, 6vw, 5.2rem);
  font-weight: 820;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.zayman-cbr__benchmark-key > strong small {
  margin-left: 5px;
  font-size: 0.42em;
  font-weight: 760;
}

.zayman-cbr__benchmark-key > p {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin-bottom: 26px;
  color: #62738d;
  font-size: 0.85rem;
  line-height: 1.55;
}

.zayman-cbr__benchmark-foot {
  position: relative;
  z-index: 1;
  padding-top: 15px;
  border-top: 1px solid rgba(93, 129, 192, 0.16);
}

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

.zayman-cbr__metal {
  display: block;
  min-width: 0;
  padding: 19px;
  border: 1px solid var(--cbr-border);
  border-radius: 19px;
  color: inherit;
  background: var(--cbr-surface);
  box-shadow: 0 10px 30px rgba(31, 61, 114, 0.055);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.zayman-cbr__metal:hover {
  border-color: #c9d8ef;
  box-shadow: 0 15px 38px rgba(31, 61, 114, 0.1);
  transform: translateY(-2px);
}

.zayman-cbr__metal-head {
  display: flex;
  gap: 11px;
  align-items: center;
}

.zayman-cbr__metal-mark {
  position: relative;
  width: 37px;
  height: 37px;
  flex: 0 0 auto;
  border: 1px solid rgba(117, 128, 146, 0.18);
  border-radius: 50%;
  background: linear-gradient(145deg, #f4c85c, #b67b16);
  box-shadow: inset -5px -6px 12px rgba(90, 53, 0, 0.15), 0 6px 14px rgba(132, 91, 23, 0.16);
}

.zayman-cbr__metal-mark::after {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  content: "";
}

.zayman-cbr__metal--2 .zayman-cbr__metal-mark {
  background: linear-gradient(145deg, #f0f3f7, #9ba8b7);
}

.zayman-cbr__metal--3 .zayman-cbr__metal-mark {
  background: linear-gradient(145deg, #d7e6ec, #7596a4);
}

.zayman-cbr__metal--4 .zayman-cbr__metal-mark {
  background: linear-gradient(145deg, #e2ddeb, #8b809f);
}

.zayman-cbr__metal-head strong,
.zayman-cbr__metal-head small {
  display: block;
}

.zayman-cbr__metal-head strong {
  font-size: 0.9rem;
}

.zayman-cbr__metal-head small {
  margin-top: 2px;
  color: var(--cbr-muted);
  font-size: 0.69rem;
}

.zayman-cbr__metal-price {
  margin: 18px 0 15px;
  min-width: 0;
  padding: 12px 13px;
  border-radius: 11px;
  background: #f7f9fc;
}

.zayman-cbr__metal-price small,
.zayman-cbr__metal-price strong {
  display: block;
}

.zayman-cbr__metal-price small {
  color: var(--cbr-muted);
  font-size: 0.65rem;
  font-weight: 650;
}

.zayman-cbr__metal-price strong {
  margin-top: 3px;
  color: var(--cbr-ink);
  font-size: 1.16rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.zayman-cbr__metal-price em {
  color: var(--cbr-muted);
  font-size: 0.68em;
  font-style: normal;
  font-weight: 680;
}

.zayman-cbr__market-grid,
.zayman-cbr__operational-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.zayman-cbr__market-card {
  --market-accent: #3f6ecb;
  --market-soft: #edf4ff;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--cbr-border);
  border-radius: var(--cbr-radius-lg);
  background: var(--cbr-surface);
  box-shadow: var(--cbr-shadow-sm);
}

.zayman-cbr__market-card--violet { --market-accent: #7956c6; --market-soft: #f3efff; }
.zayman-cbr__market-card--cyan { --market-accent: #187f9e; --market-soft: #eaf8fc; }
.zayman-cbr__market-card--gold { --market-accent: #a86c11; --market-soft: #fff6e4; }

.zayman-cbr__market-card > header {
  display: grid;
  grid-template-columns: 47px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding-bottom: 17px;
  border-bottom: 1px solid #edf1f6;
}

.zayman-cbr__market-icon {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  border-radius: 15px;
  color: var(--market-accent);
  background: var(--market-soft);
}

.zayman-cbr__market-icon svg {
  width: 22px;
  height: 22px;
}

.zayman-cbr__market-card > header strong,
.zayman-cbr__market-card > header small {
  display: block;
}

.zayman-cbr__market-card > header strong {
  color: var(--cbr-ink);
  font-size: 1rem;
}

.zayman-cbr__market-card > header small {
  margin-top: 3px;
  color: var(--cbr-muted);
  font-size: 0.7rem;
  line-height: 1.4;
}

.zayman-cbr__market-card dl,
.zayman-cbr__operational-card dl,
.zayman-cbr__all-data dl {
  margin: 0;
}

.zayman-cbr__market-card dl > div,
.zayman-cbr__operational-card dl > div,
.zayman-cbr__all-data dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f7;
}

.zayman-cbr__market-card dl > div:last-child,
.zayman-cbr__operational-card dl > div:last-child,
.zayman-cbr__all-data dl > div:last-child {
  border-bottom: 0;
}

.zayman-cbr__market-card dt,
.zayman-cbr__operational-card dt,
.zayman-cbr__all-data dt {
  min-width: 0;
  color: #5d6b7f;
  font-size: 0.76rem;
  line-height: 1.35;
}

.zayman-cbr__market-card dt small,
.zayman-cbr__operational-card dt small,
.zayman-cbr__all-data dt small {
  display: block;
  margin-top: 2px;
  overflow-wrap: anywhere;
  color: #929cac;
  font-size: 0.62rem;
}

.zayman-cbr__market-card dd,
.zayman-cbr__operational-card dd,
.zayman-cbr__all-data dd {
  margin: 0;
  color: var(--cbr-ink);
  font-size: 0.95rem;
  font-weight: 780;
  text-align: right;
  white-space: nowrap;
}

.zayman-cbr__market-card dd small,
.zayman-cbr__operational-card dd small,
.zayman-cbr__all-data dd small {
  margin-left: 4px;
  color: var(--cbr-muted);
  font-size: 0.65rem;
  font-weight: 650;
}

.zayman-cbr__market-card > footer {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 10px;
  padding-top: 13px;
  border-top: 1px solid #edf1f6;
  color: var(--cbr-muted);
  font-size: 0.7rem;
}

.zayman-cbr__market-card > footer span {
  color: var(--market-accent);
}

.zayman-cbr__market-card > footer svg {
  width: 16px;
  height: 16px;
}

.zayman-cbr__operational-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zayman-cbr__operational-card {
  min-width: 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--cbr-border);
  border-radius: 19px;
  background: linear-gradient(180deg, #fff, #fbfcff);
  box-shadow: 0 9px 28px rgba(31, 61, 114, 0.055);
}

.zayman-cbr__operational-card > header {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 62px;
  margin-bottom: 8px;
}

.zayman-cbr__operational-card > header > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  color: var(--cbr-primary);
  background: var(--cbr-primary-soft);
}

.zayman-cbr__operational-card > header svg {
  width: 18px;
  height: 18px;
}

body.site .zayman-cbr__operational-card h3,
body.site .zayman-cbr__all-data h3 {
  margin: 0;
  color: var(--cbr-ink);
  font-size: 0.83rem;
  font-weight: 760;
  letter-spacing: -0.01em;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.zayman-cbr__operational-card header time,
.zayman-cbr__all-data header time,
.zayman-cbr__date-note {
  display: block;
  margin-top: 4px;
  color: var(--cbr-muted);
  font-size: 0.62rem;
  line-height: 1.4;
}

.zayman-cbr__operational-card dl > div {
  grid-template-columns: minmax(0, 1fr);
  gap: 4px;
  padding: 9px 0;
}

.zayman-cbr__operational-card dd {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-align: left;
  white-space: normal;
}

.zayman-cbr__disclosure--operational {
  margin-top: 16px;
}

.zayman-cbr__all-data {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  border-top: 1px solid var(--cbr-border);
  background: #f7f9fc;
}

.zayman-cbr__all-data > article {
  min-width: 0;
  padding: 16px;
  border: 1px solid #e4eaf3;
  border-radius: 15px;
  background: #fff;
}

.zayman-cbr__all-data > article > header {
  min-height: 53px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef2f7;
}

.zayman-cbr__all-data dl > div {
  grid-template-columns: minmax(0, 1fr);
  gap: 4px;
  padding: 9px 0;
}

.zayman-cbr__all-data dd {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  overflow-wrap: anywhere;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}

.zayman-cbr__statistics {
  display: grid;
  gap: 10px;
}

.zayman-cbr__statistics-panel {
  overflow: hidden;
  border: 1px solid var(--cbr-border);
  border-radius: var(--cbr-radius-md);
  background: var(--cbr-surface);
  box-shadow: 0 8px 28px rgba(31, 61, 114, 0.045);
}

.zayman-cbr__statistics-trigger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 14px;
  gap: 18px;
  align-items: center;
  width: 100%;
  padding: 17px 20px;
  border: 0;
  color: var(--cbr-ink);
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: background 0.2s ease;
}

.zayman-cbr__statistics-trigger:hover,
.zayman-cbr__statistics-trigger[aria-expanded="true"] {
  background: #f8faff;
}

.zayman-cbr__statistics-trigger:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid rgba(63, 110, 203, 0.28);
  outline-offset: -3px;
}

.zayman-cbr__statistics-trigger-copy {
  display: block;
  min-width: 0;
}

.zayman-cbr__statistics-trigger-copy strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 0.9rem;
  font-weight: 780;
  line-height: 1.35;
}

.zayman-cbr__statistics-trigger-copy small {
  display: block;
  margin-top: 4px;
  color: var(--cbr-muted);
  font-size: 0.69rem;
  font-weight: 620;
  line-height: 1.45;
}

.zayman-cbr__statistics-chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid #8390a3;
  border-bottom: 2px solid #8390a3;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}

.zayman-cbr__statistics-trigger[aria-expanded="true"] .zayman-cbr__statistics-chevron {
  transform: rotate(225deg) translate(-2px, -2px);
}

.zayman-cbr__statistics-content {
  min-width: 0;
  border-top: 1px solid var(--cbr-border);
}

.zayman-cbr__statistics-content[hidden] {
  display: none;
}

.zayman-cbr__statistics-hint,
.zayman-cbr__statistics-status {
  margin: 0;
  padding: 22px 20px;
  color: var(--cbr-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.zayman-cbr__statistics-status.is-loading::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 9px;
  border: 2px solid #c9d7ed;
  border-top-color: var(--cbr-primary);
  border-radius: 50%;
  content: "";
  vertical-align: -3px;
  animation: zayman-cbr-spin 0.7s linear infinite;
}

.zayman-cbr__statistics-status.is-error {
  color: var(--cbr-danger);
  background: var(--cbr-danger-soft);
}

.zayman-cbr__statistics-retry {
  margin-left: 7px;
  padding: 6px 10px;
  border: 1px solid currentColor;
  border-radius: 9px;
  color: inherit;
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 720;
}

@keyframes zayman-cbr-spin {
  to { transform: rotate(360deg); }
}

.zayman-cbr__statistics details {
  overflow: hidden;
  border: 1px solid var(--cbr-border);
  border-radius: var(--cbr-radius-md);
  background: var(--cbr-surface);
  box-shadow: 0 8px 28px rgba(31, 61, 114, 0.045);
}

.zayman-cbr__statistics details > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 12px;
}

.zayman-cbr__table--statistics {
  min-width: 780px;
}

.zayman-cbr__table--statistics tbody th {
  display: table-cell;
  max-width: 520px;
  line-height: 1.35;
}

.zayman-cbr__table--statistics tbody th a {
  font-weight: 700;
  text-decoration: none;
}

.zayman-cbr__table--statistics tbody th small,
.zayman-cbr__table--statistics tbody td small {
  display: block;
  margin-top: 3px;
  color: var(--cbr-muted);
  font-size: 0.68rem;
  font-weight: 550;
}

.zayman-cbr__status {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  margin-top: clamp(62px, 9vw, 100px);
  padding: clamp(28px, 5vw, 50px);
  border: 1px solid rgba(80, 126, 203, 0.18);
  border-radius: var(--cbr-radius-xl);
  background:
    radial-gradient(circle at 0% 100%, rgba(86, 132, 211, 0.13), transparent 34%),
    linear-gradient(135deg, #f9fbff, #eef4ff);
}

.zayman-cbr__status-copy {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 17px;
  align-items: start;
}

.zayman-cbr__status-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(145deg, var(--cbr-primary), var(--cbr-primary-deep));
  box-shadow: 0 14px 30px rgba(45, 86, 172, 0.22);
}

.zayman-cbr__status-icon svg {
  width: 25px;
  height: 25px;
}

body.site .zayman-cbr__status h2 {
  font-size: clamp(1.45rem, 2vw, 1.85rem);
}

.zayman-cbr__status-copy p {
  max-width: 500px;
  margin: 15px 0 0;
  color: var(--cbr-muted);
  font-size: 0.86rem;
  line-height: 1.62;
}

.zayman-cbr__dataset-status {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.zayman-cbr__dataset-status > div {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid rgba(104, 137, 194, 0.16);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.75);
}

.zayman-cbr__dataset-status span,
.zayman-cbr__dataset-status strong,
.zayman-cbr__dataset-status small {
  display: block;
}

.zayman-cbr__dataset-status span {
  color: var(--cbr-muted);
  font-size: 0.66rem;
}

.zayman-cbr__dataset-status strong {
  margin-top: 3px;
  overflow: hidden;
  color: var(--cbr-ink);
  font-size: 0.79rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zayman-cbr__dataset-status-total {
  grid-column: 1 / -1;
}

.zayman-cbr__dataset-status-total small {
  margin-top: 4px;
  color: #8290a4;
  font-size: 0.64rem;
}

.zayman-cbr__empty {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-top: 42px;
  padding: clamp(26px, 5vw, 44px);
  border: 1px dashed #c9d7ea;
  border-radius: var(--cbr-radius-lg);
  background: rgba(255, 255, 255, 0.72);
}

.zayman-cbr__empty-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 22px;
  color: var(--cbr-primary);
  background: var(--cbr-primary-soft);
}

.zayman-cbr__empty-icon svg {
  width: 34px;
  height: 34px;
}

.zayman-cbr__empty p {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--cbr-muted);
  line-height: 1.65;
}

.zayman-cbr__legal {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  margin-top: 25px;
  padding: 17px 19px;
  border: 1px solid var(--cbr-border);
  border-radius: 15px;
  color: #6c788b;
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  line-height: 1.55;
}

.zayman-cbr__legal > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  color: var(--cbr-primary);
  background: var(--cbr-primary-soft);
}

.zayman-cbr__legal svg {
  width: 17px;
  height: 17px;
}

.zayman-cbr__legal p {
  margin: 4px 0 0;
}

body.site .zayman-cbr__legal a {
  color: var(--cbr-primary-dark);
  font-weight: 700;
}

@media (max-width: 1100px) {
  .zayman-cbr__hero {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.86fr);
    gap: 30px;
    padding: 42px;
  }

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

  .zayman-cbr__all-data {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zayman-cbr__secondary-rates {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .zayman-cbr {
    padding-top: 16px;
  }

  .zayman-cbr__hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    padding: clamp(30px, 6vw, 48px);
  }

  .zayman-cbr__hero-copy {
    padding: 4px 0;
  }

  body.site .zayman-cbr__hero h1 {
    max-width: 760px;
  }

  .zayman-cbr__pulse {
    width: 100%;
  }

  .zayman-cbr__section-head {
    display: block;
  }

  .zayman-cbr__section-head > p {
    max-width: 650px;
    margin-top: 12px;
    text-align: left;
  }

  .zayman-cbr__primary-rates {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zayman-cbr__primary-rates > :first-child {
    grid-column: 1 / -1;
  }

  .zayman-cbr__benchmarks,
  .zayman-cbr__status {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 680px) {
  .zayman-cbr {
    padding-bottom: 54px;
  }

  .zayman-cbr__hero {
    margin-inline: -4px;
    padding: 27px 21px 21px;
    border-radius: 25px;
  }

  body.site .zayman-cbr__hero h1 {
    margin-top: 20px;
    font-size: clamp(1.9rem, 8vw, 2.25rem);
  }

  .zayman-cbr__eyebrow {
    font-size: 0.66rem;
  }

  .zayman-cbr__lead {
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .zayman-cbr__freshness {
    width: 100%;
  }

  .zayman-cbr__pulse {
    padding: 20px;
    border-radius: 21px;
  }

  .zayman-cbr__key-rate {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .zayman-cbr__key-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .zayman-cbr__pulse-rates {
    gap: 6px;
  }

  .zayman-cbr__pulse-rates > div {
    padding: 10px 8px;
  }

  .zayman-cbr__pulse-rates span {
    font-size: 0.61rem;
  }

  .zayman-cbr__pulse-rates strong {
    font-size: 0.76rem;
  }

  .zayman-cbr__section {
    margin-top: 54px;
  }

  .zayman-cbr__table-wrap--rates {
    overflow: visible;
  }

  .zayman-cbr__table--rates,
  .zayman-cbr__table--rates tbody {
    display: block;
    width: 100%;
  }

  .zayman-cbr__table--rates thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .zayman-cbr__table--rates tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 14px;
    align-items: center;
    padding: 13px 15px;
    border-bottom: 1px solid #edf1f6;
  }

  .zayman-cbr__table--rates tbody th {
    display: grid;
    grid-row: 1 / span 2;
    grid-column: 1;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 9px;
    max-width: none;
    padding: 0;
    border: 0;
  }

  .zayman-cbr__table--rates tbody td {
    padding: 0;
    border: 0;
    text-align: right;
  }

  .zayman-cbr__table--rates tbody td:nth-of-type(1) {
    grid-row: 1;
    grid-column: 2;
  }

  .zayman-cbr__table--rates tbody td:nth-of-type(2) {
    display: none;
  }

  .zayman-cbr__table--rates tbody td:nth-of-type(3) {
    grid-row: 2;
    grid-column: 2;
    color: var(--cbr-muted);
    font-size: 0.67rem;
  }

  .zayman-cbr__primary-rates,
  .zayman-cbr__secondary-rates,
  .zayman-cbr__metals,
  .zayman-cbr__market-grid,
  .zayman-cbr__operational-grid,
  .zayman-cbr__all-data,
  .zayman-cbr__dataset-status {
    grid-template-columns: minmax(0, 1fr);
  }

  .zayman-cbr__primary-rates > :first-child,
  .zayman-cbr__dataset-status-total {
    grid-column: auto;
  }

  .zayman-cbr__rate-card:hover {
    transform: none;
  }

  .zayman-cbr__secondary-rate {
    grid-template-columns: minmax(84px, auto) minmax(0, 1fr) auto;
  }

  .zayman-cbr__benchmarks {
    gap: 12px;
  }

  .zayman-cbr__benchmark-key,
  .zayman-cbr__market-card,
  .zayman-cbr__rate-card {
    padding: 20px;
  }

  .zayman-cbr__status {
    padding: 24px 19px;
    border-radius: 24px;
  }

  .zayman-cbr__status-copy {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
  }

  .zayman-cbr__status-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .zayman-cbr__status-icon svg {
    width: 21px;
    height: 21px;
  }

  .zayman-cbr__empty {
    grid-template-columns: minmax(0, 1fr);
  }

  .zayman-cbr__empty-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .zayman-cbr__disclosure > summary,
  .zayman-cbr__statistics details > summary {
    padding: 15px;
  }

  .zayman-cbr__disclosure > summary small,
  .zayman-cbr__statistics details > summary small {
    display: none;
  }

  .zayman-cbr__all-data {
    padding: 10px;
  }
}

@media (max-width: 410px) {
  .zayman-cbr__pulse-rates {
    grid-template-columns: minmax(0, 1fr);
  }

  .zayman-cbr__pulse-rates > div {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .zayman-cbr__pulse-rates strong {
    margin: 0;
  }

  .zayman-cbr__secondary-rate {
    grid-template-columns: minmax(84px, auto) minmax(0, 1fr);
  }

  .zayman-cbr__mini-trend {
    grid-column: 2;
    text-align: right;
  }
}

/* Readability floor for secondary data. These labels carry dates, units and
   source context, so they must remain comfortable to read instead of behaving
   like decorative microcopy. */
.zayman-cbr__freshness small,
.zayman-cbr__pulse-head > span:first-child,
.zayman-cbr__pulse-live,
.zayman-cbr__pulse-rates span,
.zayman-cbr__pulse-foot,
.zayman-cbr__rate-card-head > span:nth-child(2) small,
.zayman-cbr__trend,
.zayman-cbr__rate-card-foot,
.zayman-cbr__metal-foot,
.zayman-cbr__benchmark-foot,
.zayman-cbr__currency-code,
.zayman-cbr__mini-trend,
.zayman-cbr__table-change,
.zayman-cbr__disclosure > summary small,
.zayman-cbr__statistics details > summary small,
.zayman-cbr__table thead th,
.zayman-cbr__table-code,
.zayman-cbr__fine-print,
.zayman-cbr__metal-head small,
.zayman-cbr__metal-price small,
.zayman-cbr__market-card > header small,
.zayman-cbr__market-card dt small,
.zayman-cbr__operational-card dt small,
.zayman-cbr__all-data dt small,
.zayman-cbr__market-card dd small,
.zayman-cbr__operational-card dd small,
.zayman-cbr__all-data dd small,
.zayman-cbr__market-card > footer,
.zayman-cbr__operational-card header time,
.zayman-cbr__all-data header time,
.zayman-cbr__date-note,
.zayman-cbr__statistics-trigger-copy small,
.zayman-cbr__table--statistics tbody th small,
.zayman-cbr__table--statistics tbody td small,
.zayman-cbr__dataset-status span,
.zayman-cbr__dataset-status-total small {
  font-size: 0.78rem;
}

@media (max-width: 767px) {
  .zayman-cbr__statistics-content .zayman-cbr__table-wrap {
    overflow: visible;
  }

  .zayman-cbr__table--statistics,
  .zayman-cbr__table--statistics tbody {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .zayman-cbr__table--statistics thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .zayman-cbr__table--statistics tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 16px;
    padding: 16px;
    border-bottom: 1px solid #edf1f6;
  }

  .zayman-cbr__table--statistics tbody tr:last-child {
    border-bottom: 0;
  }

  .zayman-cbr__table--statistics tbody th {
    display: block;
    grid-column: 1 / -1;
    max-width: none;
    padding: 0 0 12px;
    border: 0;
    border-bottom: 1px solid #edf1f6;
    overflow-wrap: anywhere;
  }

  .zayman-cbr__table--statistics tbody td {
    display: block;
    min-width: 0;
    padding: 0;
    border: 0;
    overflow-wrap: anywhere;
    text-align: left;
  }

  .zayman-cbr__table--statistics tbody td::before {
    display: block;
    margin-bottom: 5px;
    color: #7a8799;
    content: attr(data-label);
    font-size: 0.8125rem;
    font-weight: 760;
    letter-spacing: 0.025em;
    text-transform: uppercase;
  }

  .zayman-cbr__eyebrow,
  .zayman-cbr__section-label,
  .zayman-cbr__key-copy > time,
  .zayman-cbr__key-copy > span,
  .zayman-cbr__pulse-rates strong,
  .zayman-cbr__benchmark-kicker,
  .zayman-cbr__market-card dt,
  .zayman-cbr__operational-card dt,
  .zayman-cbr__all-data dt,
  .zayman-cbr__source-note,
  .zayman-cbr__dataset-status strong,
  .zayman-cbr__metal-price em,
  .zayman-cbr__legal,
  .zayman-cbr__table--rates tbody td:nth-of-type(3),
  .zayman-cbr__freshness small,
  .zayman-cbr__pulse-head > span:first-child,
  .zayman-cbr__pulse-live,
  .zayman-cbr__pulse-rates span,
  .zayman-cbr__pulse-foot,
  .zayman-cbr__rate-card-head > span:nth-child(2) small,
  .zayman-cbr__trend,
  .zayman-cbr__rate-card-foot,
  .zayman-cbr__metal-foot,
  .zayman-cbr__benchmark-foot,
  .zayman-cbr__currency-code,
  .zayman-cbr__mini-trend,
  .zayman-cbr__table-change,
  .zayman-cbr__table thead th,
  .zayman-cbr__table-code,
  .zayman-cbr__fine-print,
  .zayman-cbr__metal-head small,
  .zayman-cbr__metal-price small,
  .zayman-cbr__market-card > header small,
  .zayman-cbr__market-card dt small,
  .zayman-cbr__operational-card dt small,
  .zayman-cbr__all-data dt small,
  .zayman-cbr__market-card dd small,
  .zayman-cbr__operational-card dd small,
  .zayman-cbr__all-data dd small,
  .zayman-cbr__market-card > footer,
  .zayman-cbr__operational-card header time,
  .zayman-cbr__all-data header time,
  .zayman-cbr__date-note,
  .zayman-cbr__statistics-trigger-copy small,
  .zayman-cbr__table--statistics tbody th small,
  .zayman-cbr__table--statistics tbody td small,
  .zayman-cbr__dataset-status span,
  .zayman-cbr__dataset-status-total small {
    font-size: 0.8125rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zayman-cbr *,
  .zayman-cbr *::before,
  .zayman-cbr *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .zayman-cbr {
    width: 100%;
    padding: 0;
  }

  .zayman-cbr__hero,
  .zayman-cbr__status,
  .zayman-cbr__rate-card,
  .zayman-cbr__market-card,
  .zayman-cbr__operational-card,
  .zayman-cbr__metal,
  .zayman-cbr__disclosure,
  .zayman-cbr__statistics details {
    box-shadow: none;
  }

  .zayman-cbr__pulse {
    color: #18263b;
    background: #eef4ff;
    box-shadow: none;
  }

  .zayman-cbr__pulse * {
    color: #18263b !important;
  }
}
