:root {
  --eldhbv-bg: #102E29;
  --eldhbv-panel: #1B453B;
  --eldhbv-cream: #F2E8C9;
  --eldhbv-cherry: #662E5B;
  --eldhbv-amber: #E8C85A;
  --eldhbv-mint: #2AA889;
  --eldhbv-blue: #2D50B8;
  --eldhbv-lime: #2D50B8;
  --eldhbv-max: 1240px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .13;
  background-image: radial-gradient(circle, #F2E8C9 0 1px, transparent 1.5px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.eldhbv-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 12px max(20px, calc((100vw - var(--eldhbv-max)) / 2));
  border-bottom: 1px solid rgba(242, 232, 201, .16);
  background: rgba(16, 46, 41, .9);
  backdrop-filter: blur(18px);
}

.eldhbv-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--eldhbv-cherry);
  border-radius: 12px 12px 3px 12px;
  color: white;
  background: linear-gradient(135deg, var(--eldhbv-cherry), #662E5B);
  box-shadow: 0 10px 28px rgba(102, 46, 91, .19);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .015em;
}
.eldhbv-button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(102, 46, 91, .3); }
.eldhbv-button--ghost { color: var(--eldhbv-cream); border-color: rgba(242, 232, 201, .4); background: transparent; box-shadow: none; }
.eldhbv-button--dark { color: var(--eldhbv-cream); border-color: var(--eldhbv-bg); background: var(--eldhbv-bg); box-shadow: none; }
.eldhbv-button--small { min-height: 40px; padding: 8px 14px; font-size: 14px; }
.eldhbv-actions { display: flex; gap: 11px; flex-wrap: wrap; margin-top: 28px; }

.eldhbv-assay-board { position: relative; min-width: 0; max-width: 100%; min-height: 500px; padding: 31px 39px 84px; border: 4px solid #102E29; border-radius: 34px 34px 88px 88px; background: linear-gradient(145deg, #1B453B, var(--eldhbv-panel) 46%, #1B453B); box-shadow: inset 0 0 0 3px rgba(242, 232, 201, .13), inset 0 -35px 60px rgba(0, 0, 0, .42), 0 34px 70px rgba(0, 0, 0, .42); }
.eldhbv-assay-head { margin: -4px auto 23px; padding: 11px 15px; border: 2px solid var(--eldhbv-amber); border-radius: 999px; color: var(--eldhbv-amber); background: #1B453B; text-align: center; font-family: "Old Standard TT", sans-serif; font-size: 13px; letter-spacing: .08em; }
.eldhbv-assay-head span { color: var(--eldhbv-lime); }
.eldhbv-assay-cells { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 9px solid #102E29; border-radius: 17px; background: var(--eldhbv-cream); box-shadow: inset 0 0 30px rgba(16, 46, 41, .26); }
.eldhbv-assay-cells > div { position: relative; display: grid; place-items: center; min-height: 205px; color: var(--eldhbv-bg); border-right: 4px solid #C8B583; background: linear-gradient(90deg, #F2E8C9, #F2E8C9 27% 73%, #C8B583); }
.eldhbv-assay-cells > div:last-child { border: 0; }
.eldhbv-assay-cells span { font-family: "Old Standard TT", sans-serif; font-size: clamp(31px, 5vw, 66px); }
.eldhbv-assay-cells > div:first-child span { color: var(--eldhbv-cherry); text-shadow: 16px -11px 0 var(--eldhbv-cherry); }
.eldhbv-assay-cells > div:nth-child(2) span { color: var(--eldhbv-blue); }
.eldhbv-assay-cells > div:nth-child(3) span { padding: 5px; color: var(--eldhbv-cream); background: var(--eldhbv-bg); }
.eldhbv-assay-cells em { position: absolute; bottom: 15px; font-style: normal; font-weight: 800; font-size: 10px; letter-spacing: .13em; }
.eldhbv-assay-rule { position: absolute; left: 20px; right: 20px; top: 48%; height: 5px; z-index: 2; background: linear-gradient(90deg, transparent, var(--eldhbv-cherry) 12% 88%, transparent); filter: drop-shadow(0 0 7px var(--eldhbv-cherry)); animation: eldhbv-assay-rule-pulse 2.4s ease-in-out infinite; }
.eldhbv-assay-stamp { position: absolute; right: -40px; top: 126px; width: 42px; height: 160px; border-radius: 0 18px 18px 0; background: #102E29; }
.eldhbv-assay-stamp::before { content: ""; position: absolute; left: 12px; top: -47px; width: 15px; height: 70px; border-radius: 10px; background: #C8B583; transform: rotate(8deg); transform-origin: bottom; }
.eldhbv-assay-stamp i { position: absolute; left: 2px; top: -71px; width: 38px; height: 38px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #662E5B, var(--eldhbv-cherry) 55%, #662E5B); box-shadow: 0 0 24px rgba(102, 46, 91, .55); }
.eldhbv-assay-footer { position: absolute; left: 18%; right: 18%; bottom: 24px; display: flex; align-items: center; justify-content: space-between; padding: 11px 18px; border: 2px solid var(--eldhbv-mint); border-radius: 8px 8px 28px 28px; background: #102E29; }
.eldhbv-assay-footer span { color: var(--eldhbv-lime); font-family: "Old Standard TT", sans-serif; font-size: 18px; }
.eldhbv-assay-footer small { color: var(--eldhbv-mint); letter-spacing: .1em; }

.eldhbv-section { position: relative; padding: clamp(64px, 8vw, 112px) 0; }
.eldhbv-section > .eldhbv-wrap { position: relative; }
.eldhbv-stage-label { margin-bottom: 17px; }
.eldhbv-section h2 { max-width: 1000px; margin: 0 0 29px; font-family: "Old Standard TT", Impact, sans-serif; font-size: clamp(31px, 4.4vw, 58px); font-weight: 400; line-height: 1.12; letter-spacing: -.035em; }
.eldhbv-section h3 { max-width: 820px; margin: 0 0 15px; color: inherit; font-family: inherit; font-size: clamp(21px, 2.6vw, 33px); font-weight: 800; line-height: 1.2; }
.eldhbv-prose { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 32px; }
.eldhbv-prose-group { min-width: 0; padding: 0; color: inherit; background: transparent; font-family: inherit; }
.eldhbv-prose-group:nth-child(2n) { position: relative; padding-left: 32px; }
.eldhbv-prose-group:nth-child(2n)::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: currentColor; opacity: .28; }
.eldhbv-prose-group--wide { grid-column: 1 / -1; }
.eldhbv-prose .eldhbv-lead, .eldhbv-prose .eldhbv-copy { max-width: none; color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }
.eldhbv-prose-group p:last-child { margin-bottom: 0; }
.eldhbv-section__cta { margin-top: 32px; }

.eldhbv-action-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 38px; }
.eldhbv-action-grid a { min-height: 190px; padding: 24px; border: 2px solid var(--eldhbv-bg); border-radius: 10px 28px 10px 10px; color: var(--eldhbv-bg); background: rgba(255, 255, 255, .35); text-decoration: none; }
.eldhbv-action-grid small { display: block; color: #662E5B; font-weight: 800; }
.eldhbv-action-grid span { display: block; margin: 28px 0 4px; font-family: "Old Standard TT", sans-serif; font-size: 23px; }
.eldhbv-action-grid em { font-style: normal; }

.eldhbv-game-roll { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; margin-top: 40px; }
.eldhbv-game-roll a { position: relative; min-height: 226px; padding: 25px; overflow: hidden; border: 1px solid rgba(242, 232, 201, .2); border-radius: 26px 9px; background: linear-gradient(155deg, #1B453B, #1B453B); text-decoration: none; }
.eldhbv-game-roll a::before { content: "7"; position: absolute; right: -4px; bottom: -27px; color: rgba(232, 200, 90, .14); font-family: "Old Standard TT", sans-serif; font-size: 120px; }
.eldhbv-game-roll span, .eldhbv-game-roll small, .eldhbv-game-roll em { position: relative; z-index: 1; display: block; }
.eldhbv-game-roll span { font-family: "Old Standard TT", sans-serif; font-size: 19px; line-height: 1.25; }
.eldhbv-game-roll small { margin-top: 24px; color: var(--eldhbv-mint); }
.eldhbv-game-roll em { margin-top: 8px; color: var(--eldhbv-amber); font-style: normal; }

.eldhbv-loyalty { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 42px; }
.eldhbv-loyalty > div { min-height: 190px; padding: 19px; border: 2px solid var(--eldhbv-bg); border-radius: 70px 70px 14px 14px; background: rgba(255, 255, 255, calc(.18 + var(--eldhbv-i) * .025)); }
.eldhbv-loyalty small, .eldhbv-loyalty span, .eldhbv-loyalty em { display: block; }
.eldhbv-loyalty small { width: 35px; height: 35px; padding-top: 4px; border-radius: 50%; color: var(--eldhbv-cream); background: var(--eldhbv-bg); text-align: center; font-weight: 800; }
.eldhbv-loyalty span { margin-top: 26px; font-family: "Old Standard TT", sans-serif; }
.eldhbv-loyalty em { margin-top: 5px; font-style: normal; font-size: 28px; font-weight: 800; }

.eldhbv-receipt { margin-top: 40px; overflow: hidden; border: 2px solid currentColor; border-radius: 20px; }
.eldhbv-receipt__head, .eldhbv-receipt a { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 12px; padding: 14px 18px; }
.eldhbv-receipt__head { color: var(--eldhbv-bg); background: var(--eldhbv-lime); font-weight: 800; }
.eldhbv-receipt a { border-top: 1px dashed rgba(242, 232, 201, .3); text-decoration: none; }
.eldhbv-receipt a:hover { color: var(--eldhbv-bg); background: var(--eldhbv-mint); }
.eldhbv-receipt a > span { font-weight: 800; }

.eldhbv-faq { columns: initial; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.eldhbv-faq details { border: 1px solid rgba(242, 232, 201, .2); border-radius: 16px; background: rgba(16, 46, 41, .28); }
.eldhbv-faq summary { padding: 19px 50px 19px 19px; cursor: pointer; font-weight: 800; }
.eldhbv-faq details[open] { background: rgba(16, 46, 41, .48); }
.eldhbv-faq p { padding: 0 19px 19px; margin: 0; }

@keyframes eldhbv-assay-rule-pulse { 50% { opacity: .45; transform: scaleX(.94); } }
@keyframes eldhbv-lamp { 50% { box-shadow: 0 0 0 10px rgba(102, 46, 91, .03), 0 0 22px var(--eldhbv-cherry); } }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--eldhbv-bg); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--eldhbv-cream);
  font-family: "Didact Gothic", "Arial Narrow", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
  background:
    radial-gradient(circle at 8% 8%, rgba(102, 46, 91, .13), transparent 27rem),
    radial-gradient(circle at 92% 22%, rgba(45, 80, 184, .16), transparent 29rem),
    linear-gradient(180deg, #102E29 0, #1B453B 45%, #102E29 100%);
}

a { color: inherit; }
.eldhbv-wrap { width: min(var(--eldhbv-max), calc(100% - 40px)); margin-inline: auto; }
.eldhbv-skip { position: fixed; top: -80px; left: 14px; z-index: 100; padding: 10px 15px; color: #102E29; background: var(--eldhbv-lime); }
.eldhbv-skip:focus { top: 14px; }

.eldhbv-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.eldhbv-brand svg { width: 51px; height: 51px; flex: 0 0 auto; }
.eldhbv-brand > span { font-family: "Old Standard TT", Impact, sans-serif; font-size: 20px; line-height: 1.05; letter-spacing: -.03em; }
.eldhbv-brand small { display: block; margin-top: 6px; color: var(--eldhbv-mint); font-family: "Didact Gothic", sans-serif; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.eldhbv-header nav { display: flex; justify-content: center; gap: 4px; flex-wrap: wrap; }
.eldhbv-header nav a { padding: 8px 11px; border-radius: 999px; color: rgba(242, 232, 201, .76); text-decoration: none; font-size: 14px; }
.eldhbv-header nav a:hover { color: var(--eldhbv-bg); background: var(--eldhbv-amber); }

.eldhbv-hero { position: relative; overflow: hidden; padding: clamp(62px, 8vw, 112px) 0 0; }
.eldhbv-hero::after { content: "777"; position: absolute; top: 26px; right: -20px; z-index: -1; color: rgba(232, 200, 90, .05); font-family: "Old Standard TT", sans-serif; font-size: clamp(130px, 26vw, 380px); line-height: 1; }
.eldhbv-hero__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: clamp(34px, 6vw, 84px); min-width: 0; }
.eldhbv-hero__copy { min-width: 0; }
.eldhbv-kicker, .eldhbv-stage-label { color: var(--eldhbv-mint); font-weight: 800; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.eldhbv-hero h1 { max-width: 780px; margin: 15px 0 25px; overflow-wrap: anywhere; font-family: "Old Standard TT", Impact, sans-serif; font-size: clamp(39px, 5.4vw, 76px); font-weight: 400; line-height: 1.05; letter-spacing: -.045em; }
.eldhbv-lead { max-width: 780px; margin: 0 0 17px; color: rgba(242, 232, 201, .9); font-size: clamp(19px, 2vw, 23px); line-height: 1.6; }
.eldhbv-copy { max-width: 920px; margin: 0 0 16px; }

.eldhbv-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 58px; padding-bottom: 58px; }
.eldhbv-kpis a { position: relative; overflow: hidden; min-height: 126px; padding: 23px; border: 1px solid rgba(242, 232, 201, .18); border-radius: 18px; background: rgba(41, 16, 46, .78); text-decoration: none; }
.eldhbv-kpis a::after { content: ""; position: absolute; right: -18px; bottom: -18px; width: 72px; height: 72px; border: 16px dotted var(--eldhbv-cherry); border-radius: 50%; opacity: .25; }
.eldhbv-kpis small { display: block; color: var(--eldhbv-mint); font-weight: 800; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.eldhbv-kpis span { position: relative; z-index: 1; display: block; margin-top: 9px; font-family: "Old Standard TT", sans-serif; font-size: clamp(17px, 2vw, 24px); line-height: 1.2; }

.eldhbv-section--stage { color: var(--eldhbv-bg); background: var(--eldhbv-cream); }
.eldhbv-section--stage .eldhbv-stage-label { color: #662E5B; }
.eldhbv-section--plum { background: linear-gradient(120deg, #1B453B, #1B453B); }
.eldhbv-section--cherry { background: linear-gradient(135deg, #662E5B, #1B453B); }
.eldhbv-section--amber { color: var(--eldhbv-bg); background: linear-gradient(115deg, #E8C85A, #E8C85A); }
.eldhbv-section--amber .eldhbv-stage-label { color: #662E5B; }
.eldhbv-section--lime { color: var(--eldhbv-bg); background: linear-gradient(120deg, #2D50B8, #2AA889); }
.eldhbv-section--lime .eldhbv-stage-label { color: #C8B583; }

.eldhbv-coupons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; margin-top: 37px; }
.eldhbv-coupons > div { position: relative; min-height: 175px; padding: 24px; overflow: hidden; border: 2px solid currentColor; border-radius: 24px 5px 24px 5px; background: rgba(16, 46, 41, .08); }
.eldhbv-coupons > div::before, .eldhbv-coupons > div::after { content: ""; position: absolute; top: 50%; width: 26px; height: 26px; border-radius: 50%; background: currentColor; transform: translateY(-50%); }
.eldhbv-coupons > div::before { left: -16px; }
.eldhbv-coupons > div::after { right: -16px; }
.eldhbv-coupons small, .eldhbv-coupons em { display: block; font-style: normal; }
.eldhbv-coupons span { display: block; margin: 18px 0 8px; font-family: "Old Standard TT", sans-serif; font-size: 20px; line-height: 1.2; }

.eldhbv-live-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 38px; }
.eldhbv-live-strip a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 18px; border: 1px solid rgba(242, 232, 201, .22); border-radius: 14px; background: rgba(16, 46, 41, .3); text-decoration: none; }
.eldhbv-live-strip i { width: 13px; height: 13px; border-radius: 50%; background: var(--eldhbv-cherry); box-shadow: 0 0 0 6px rgba(102, 46, 91, .12); animation: eldhbv-lamp 1.8s ease-in-out infinite; }
.eldhbv-live-strip span { font-weight: 800; }
.eldhbv-live-strip small { color: var(--eldhbv-mint); }
.eldhbv-live-strip em { grid-column: 2 / -1; color: var(--eldhbv-amber); font-style: normal; }

.eldhbv-prize { display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: stretch; gap: 10px; margin-top: 38px; }
.eldhbv-prize > div, .eldhbv-prize > a { padding: 22px; border: 2px solid var(--eldhbv-bg); border-radius: 10px; background: rgba(255, 255, 255, .28); }
.eldhbv-prize small, .eldhbv-prize span { display: block; }
.eldhbv-prize span { margin-top: 7px; font-family: "Old Standard TT", sans-serif; font-size: 21px; }
.eldhbv-prize > a { display: grid; place-items: center; color: var(--eldhbv-cream); background: var(--eldhbv-bg); text-decoration: none; font-weight: 800; }

.eldhbv-controls { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 36px; }
.eldhbv-controls span { padding: 11px 15px; border: 2px solid var(--eldhbv-bg); border-radius: 999px; background: rgba(255, 255, 255, .3); font-weight: 800; }
.eldhbv-device { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 38px; }
.eldhbv-device > div { min-height: 180px; padding: 27px; border: 2px solid var(--eldhbv-bg); border-radius: 34px; background: rgba(255, 255, 255, .28); }
.eldhbv-device small, .eldhbv-device span, .eldhbv-device em { display: block; }
.eldhbv-device span { margin: 19px 0 7px; font-family: "Old Standard TT", sans-serif; font-size: 22px; }
.eldhbv-device em { font-style: normal; }

.eldhbv-footer { display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; padding: 50px max(20px, calc((100vw - var(--eldhbv-max)) / 2)); border-top: 1px solid rgba(242, 232, 201, .15); background: #102E29; color: rgba(242, 232, 201, .72); }
.eldhbv-footer__brand { display: block; margin-bottom: 9px; color: var(--eldhbv-cream); font-family: "Old Standard TT", sans-serif; font-size: 24px; }
.eldhbv-footer > div:last-child > span { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 9px; border-radius: 50%; color: var(--eldhbv-bg); background: var(--eldhbv-amber); font-weight: 800; }

@media (max-width: 1050px) {
  .eldhbv-header { grid-template-columns: auto auto; }
  .eldhbv-header nav { grid-column: 1 / -1; grid-row: 2; }
  .eldhbv-header > .eldhbv-button { justify-self: end; }
  .eldhbv-hero__grid { grid-template-columns: minmax(0, 1fr); }
  .eldhbv-assay-board { width: min(620px, 92%); margin: 20px auto 0; }
  .eldhbv-action-grid, .eldhbv-coupons { grid-template-columns: repeat(2, 1fr); }
  .eldhbv-game-roll { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .eldhbv-live-strip { grid-template-columns: repeat(2, 1fr); }
  .eldhbv-prize { grid-template-columns: repeat(3, 1fr); }
  .eldhbv-prize > a { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .eldhbv-wrap { width: min(100% - 24px, var(--eldhbv-max)); }
  .eldhbv-header { position: relative; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; padding: 11px 12px; overflow: hidden; }
  .eldhbv-brand > span { font-size: 17px; }
  .eldhbv-brand svg { width: 43px; height: 43px; }
  .eldhbv-header nav { width: 100%; max-width: 100%; justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; }
  .eldhbv-header nav a { flex: 0 0 auto; }
  .eldhbv-button--small { padding-inline: 10px; }
  .eldhbv-header > .eldhbv-button { display: none; }
  .eldhbv-hero { padding-top: 46px; }
  .eldhbv-hero h1 { max-width: 100%; font-size: clamp(31px, 9.4vw, 43px); line-height: 1.08; }
  .eldhbv-assay-board { min-height: 370px; width: calc(100% - 28px); padding: 23px 24px 70px; }
  .eldhbv-assay-head { font-size: 10px; }
  .eldhbv-assay-cells > div { min-height: 145px; }
  .eldhbv-assay-cells span { font-size: 25px; }
  .eldhbv-assay-stamp { right: -27px; top: 102px; width: 30px; height: 118px; }
  .eldhbv-assay-stamp::before { left: 7px; }
  .eldhbv-assay-stamp i { left: -2px; }
  .eldhbv-kpis { grid-template-columns: repeat(2, 1fr); margin-top: 42px; }
  .eldhbv-kpis a { min-height: 110px; padding: 17px; }
  .eldhbv-section { padding-block: 56px; }
  .eldhbv-section h2 { font-size: clamp(29px, 9vw, 41px); }
  .eldhbv-prose { grid-template-columns: 1fr; }
  .eldhbv-prose-group:nth-child(2n) { padding-left: 0; }
  .eldhbv-prose-group:nth-child(2n)::before { display: none; }
  .eldhbv-prose-group--wide { grid-column: auto; }
  .eldhbv-game-roll { grid-template-columns: 1fr; }
  .eldhbv-loyalty { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eldhbv-action-grid, .eldhbv-coupons, .eldhbv-live-strip, .eldhbv-device, .eldhbv-faq { grid-template-columns: 1fr; }
  .eldhbv-receipt { overflow-x: auto; }
  .eldhbv-receipt__head, .eldhbv-receipt a { min-width: 630px; }
  .eldhbv-footer { grid-template-columns: 1fr; gap: 28px; padding: 40px 18px; }
}

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


/* Пробирная ведомость · EL 15: domain-specific visual layer */
body { background: repeating-linear-gradient(90deg, transparent 0 31px, #662E5B22 31px 32px), radial-gradient(circle at 18% 14%, #E8C85A25, transparent 24rem), linear-gradient(155deg, #102E29, #1B453B); }
body::before { opacity: .08; background-image: repeating-linear-gradient(0deg, transparent 0 23px, #F2E8C9 24px 25px); background-size: 46px 46px; }
.eldhbv-button, .eldhbv-game-roll a, .eldhbv-loyalty > div { border-radius: 2px 24px 2px 24px; }
.eldhbv-section:nth-of-type(3n) > .eldhbv-wrap::after { content: ""; position: absolute; right: 0; top: -28px; width: 74px; height: 12px; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; opacity: .24; }
.eldhbv-assay-board { transform: rotate(-1deg); }
.eldhbv-assay-cells > div:nth-child(2) { transform: translateY(5px); }
.eldhbv-assay-rule { background: linear-gradient(90deg, transparent, #662E5B 14% 86%, transparent); }
.eldhbv-game-roll a:nth-child(3n+2) { transform: translateY(7px); }
.eldhbv-loyalty > div:nth-child(even) { background: color-mix(in srgb, #F2E8C9 24%, transparent); }
.eldhbv-assay-board { clip-path: polygon(7% 0, 93% 0, 100% 8%, 100% 92%, 93% 100%, 7% 100%, 0 92%, 0 8%); border-radius: 0; box-shadow: 18px 18px 0 #662E5B24; }
.eldhbv-assay-head { border-radius: 0; letter-spacing: .24em; }
.eldhbv-assay-cells > div { border-radius: 0; border-inline: 1px dashed #662E5B; }
.eldhbv-assay-stamp { display: none; }
@media (max-width: 400px) {
  .eldhbv-prize { grid-template-columns: 1fr; }
  .eldhbv-prize > a { grid-column: auto; }
  .eldhbv-prize > div, .eldhbv-prize > a { min-width: 0; overflow-wrap: anywhere; }
}
