@charset "UTF-8";
/* BizzoCasino New Zealand — bizzocasinonewzealand.com */
/* ---- HUES — "Basalt & Pounamu" palette (bizzocasinonewzealand.com)
   volcanic basalt panels + pounamu jade accent + kauri copper highlights ---- */
:root {
  /* backgrounds — volcanic basalt */
  --slate-base: #131a1c;
  --slate-deep: #0b1113;
  --slate-core: #10171a;
  --slate-slab: #1d282a;
  --slate-slab-alt: #182123;
  /* text */
  --letter-bright: #f4f9f8;
  --letter-body: #d5e2df;
  --letter-soft: #91a5a2;
  --letter-invert: #0b1113;
  /* accents */
  --pounamu: #2fbf8f;
  --pounamu-deep: #157f5f;
  --fern: #cfe0dc;
  --kauri: #e0663a;
  --kauri-soft: #ff8a5c;
  --lagoon: #37a9c9;
  --live-dot: #ff8a5c;
  /* gradients */
  --sweep-cta: linear-gradient(155deg, #5fdcaa 0%, #17a877 100%);
  --sweep-cta-over: linear-gradient(155deg, #17a877 0%, #5fdcaa 100%);
  --sweep-panel: linear-gradient(168deg, #1d282a 0%, #141d1f 100%);
  --sweep-jade: linear-gradient(155deg, #6fe0b4 0%, #1aa87b 100%);
  --sweep-bar: linear-gradient(90deg, #2fbf8f 0%, #e0663a 100%);
  /* lines & borders */
  --edge: rgba(207, 224, 220, 0.14);
  --edge-lit: rgba(47, 191, 143, 0.45);
  /* geometry */
  --curve: 20px;
  --curve-lg: 12px;
  --curve-xl: 18px;
  /* motion */
  --glide: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea,
select {
  font: inherit;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Poppins-400-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Poppins-600-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Poppins-700-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Poppins-800-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Darumadrop One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/DarumadropOne-400-latin.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  background: radial-gradient(52% 38% at 12% 4%, rgba(55, 169, 201, 0.1) 0%, transparent 100%), radial-gradient(44% 32% at 90% 18%, rgba(47, 191, 143, 0.06) 0%, transparent 100%), linear-gradient(180deg, #182123 0%, var(--slate-base, #131a1c) 46%, #070d0e 100%), var(--slate-core, #131a1c);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: var(--letter-bright);
  text-align: left;
  min-height: 100vh;
  overflow-x: hidden;
  hyphens: none;
  overflow-wrap: break-word;
}

p {
  margin-top: 20px;
  width: 100%;
}
p:first-child {
  margin-top: 0;
}

.headline + p {
  margin-top: 0;
}

ul,
ol {
  text-align: left;
  width: 100%;
}

.panel,
.wideband {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.panel {
  display: flex;
  padding: 20px;
  margin-top: 20px;
  border-radius: var(--curve, 20px);
  background: var(--sweep-panel, linear-gradient(180deg, #1d282a 0%, #141d1f 100%));
  border: 1px solid var(--edge, rgba(207, 224, 220, 0.12));
}
@media (max-width: 850px) {
  .panel {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .panel {
    padding: 10px;
  }
}

.panel-bg > .coverimg + * {
  margin-top: 0;
}
.panel-bg p {
  color: var(--letter-bright, #f4f9f8);
}

.wideband {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1580px) {
  .wideband {
    padding-left: calc(50% - 790px);
    padding-right: calc(50% - 790px);
  }
}

.panel > *,
.wideband > * {
  display: block;
  position: relative;
}

.page__buttons {
  display: none;
}
@media (max-width: 650px) {
  .page__buttons {
    background: rgba(11, 17, 19, 0.85);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .page__buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page {
  position: relative;
  margin: 0 auto;
  display: flex;
}
.page__wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 10px 48px;
}
.page__content {
  position: relative;
  flex: 1 1 calc(100% - 20px - 248px);
  min-width: 0;
  overflow: hidden;
  padding-bottom: 0;
}
@media (max-width: 1050px) {
  .page__content {
    flex: 1 1 100%;
  }
}
@media (max-width: 650px) {
  .page__buttons .button {
    width: calc(50% - 4px);
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    min-width: 0;
  }
}

@media (max-width: 850px) {
  .page,
  .mastbar,
  .sitebase {
    padding-left: 0;
    padding-right: 0;
  }
}
.legaltext > h1,
.nofound > h1,
h2,
h3,
h4 {
  display: block;
  color: var(--fern, #cfe0dc);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  position: relative;
  width: 100%;
  word-break: break-word;
}

p {
  color: var(--letter-body, #d5e2df);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

/* h2 (and the main heading of legal pages) — left, uppercase, jade-copper rule underneath */
.legaltext > h1,
.nofound > h1,
h2 {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 0 0 12px 38px;
  margin: 0 0 20px;
  width: 100%;
  /* site-coloured diamond as the marker of the main heading */
}
.legaltext > h1::before,
.nofound > h1::before,
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 1.9 22.1 12 12 22.1 1.9 12Z' stroke='%232fbf8f' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M12 7.1 16.9 12 12 16.9 7.1 12Z' fill='%23e0663a'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.legaltext > h1::after,
.nofound > h1::after,
h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--pounamu, #2fbf8f) 0%, var(--kauri, #e0663a) 34%, rgba(224, 102, 58, 0.35) 62%, transparent 100%);
}
@media (max-width: 850px) {
  .legaltext > h1,
  .nofound > h1,
  h2 {
    font-size: 24px;
    padding-left: 34px;
  }
  .legaltext > h1::before,
  .nofound > h1::before,
  h2::before {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 650px) {
  .legaltext > h1,
  .nofound > h1,
  h2 {
    font-size: 22px;
    padding-left: 30px;
  }
  .legaltext > h1::before,
  .nofound > h1::before,
  h2::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 450px) {
  .legaltext > h1,
  .nofound > h1,
  h2 {
    font-size: 20px;
  }
}

h3 {
  color: var(--pounamu, #2fbf8f);
  font-weight: 700;
  font-size: 20px;
  text-transform: none;
  padding: 0 0 0 16px;
  margin-top: 24px;
  margin-bottom: 14px;
}
h3:first-child {
  margin-top: 0;
}
h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  bottom: 0.25em;
  width: 4px;
  border-radius: 2px;
  background: var(--kauri, #e0663a);
}
@media (max-width: 850px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  h3 {
    font-size: 17px;
    padding-left: 12px;
  }
}

h3 + p {
  margin-top: 0;
}

h4 {
  color: var(--pounamu, #2fbf8f);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 8px;
}

h4 + p {
  margin-top: 0;
}

h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}

.panel h2 + p,
.panel h2 + .duo,
.panel h2 + .ticks,
.panel h2 + .stepflow,
.panel h2 + .dtbl,
.panel h2 + .specrow,
.panel h2 + .grades,
.panel h2 + .figbox,
.panel h2 + div:has(> table),
.panel > h2 + .phold,
.panel h2 + .asks__list,
.panel h2 + .sayso__slider,
.panel h2 + .prosncons__cols,
.panel h2 + img,
.panel h3 + .duo,
.panel h3 + .ticks,
.panel h3 + .stepflow,
.panel h3 + .dtbl,
.panel h3 + .specrow,
.panel h3 + .grades,
.panel h3 + .figbox,
.panel h3 + div:has(> table),
.panel > h3 + .phold,
.panel h3 + img {
  margin-top: 0;
}

.legaltext > h1 + p,
.nofound > h1 + p,
h2 + p {
  margin-top: 0;
}

.imgwrap img,
.coverimg img {
  display: block;
  position: relative;
  margin: auto;
}

.coverimg {
  display: block !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.coverimg img,
.coverimg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.js-ask-panel {
  display: none;
  overflow: hidden;
}
.js-ask-panel.is-shown {
  height: 100%;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: rgb(244, 249, 248);
  line-height: 1;
}

use {
  fill: rgb(244, 249, 248);
  fill-rule: evenodd;
  transition: all 0.5s;
}

.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

section[id] {
  scroll-margin-top: 0;
}

.panel h2[id] {
  scroll-margin-top: 20px;
}

.panel img:not(:where(.glyph, .sitemark, .pinflag, .paylogo)) {
  width: 100%;
  height: clamp(360px, 32vw, 480px);
  object-fit: cover;
  object-position: top;
  border-radius: var(--curve-xl, 14px);
  display: block;
}
@media (max-width: 850px) {
  .panel img:not(:where(.glyph, .sitemark, .pinflag, .paylogo)) {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .panel img:not(:where(.glyph, .sitemark, .pinflag, .paylogo)) {
    height: 220px;
  }
}

.panel .coverimg img,
.panel .coverimg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
}

/* == ticks — feature list: jade rail on the left, fern-frond marker == */
.ticks {
  margin-top: 20px;
  position: relative;
}
.ticks:first-child, h3 + .ticks, h2 + .ticks, p + .ticks {
  margin-top: 14px;
}
.ticks > li {
  position: relative;
  background: linear-gradient(96deg, rgba(47, 191, 143, 0.1) 0%, rgba(11, 17, 19, 0.55) 42%);
  border: 1px solid var(--edge, rgba(207, 224, 220, 0.14));
  border-left: 3px solid var(--pounamu, #2fbf8f);
  border-radius: 0 var(--curve-lg, 12px) var(--curve-lg, 12px) 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  padding: 13px 14px 13px 44px;
  width: 100%;
}
.ticks > li b,
.ticks > li strong {
  color: var(--pounamu, #2fbf8f);
  font-weight: 700;
}
.ticks > li + li {
  margin-top: 9px;
}
.ticks > li {
  /* fern frond marker, matches the jade rail */
}
.ticks > li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 14px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232fbf8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21V8'/%3E%3Cpath d='M12 8c0-3.4 2.6-5.6 6.4-6-.2 3.9-2.6 6-6.4 6Z'/%3E%3Cpath d='M12 14c-3.2 0-5.4-1.9-5.8-5.2C9.7 9.1 12 10.9 12 14Z'/%3E%3C/svg%3E");
}
@media (hover: hover) {
  .ticks > li {
    transition: border-color var(--glide, 0.2s ease), background var(--glide, 0.2s ease);
  }
  .ticks > li:hover {
    border-color: var(--edge-lit, rgba(47, 191, 143, 0.45));
    border-left-color: var(--kauri, #e0663a);
  }
}
@media (max-width: 650px) {
  .ticks > li {
    padding: 12px 12px 12px 38px;
    font-size: 14px;
  }
  .ticks > li::before {
    left: 10px;
    width: 18px;
    height: 18px;
  }
}

.duo {
  display: flex;
  gap: 22px;
  width: 100%;
  margin-top: 20px;
  align-items: stretch;
}
.duo > div {
  flex: 1 1 0;
  min-width: 0;
}
.duo {
  /* --flip: the media sits in the first column, so the photo goes LEFT */
}
.duo--wide-text > div:last-child {
  flex: 0 1 38%;
}
@media (max-width: 850px) {
  .duo {
    flex-direction: column;
    gap: 16px;
  }
  .duo--wide-text > div:last-child {
    flex: 1 1 auto;
  }
}

.duo > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.duo > div:last-child {
  position: relative;
  overflow: hidden;
  border-radius: var(--curve-lg, 8px);
  border: 1px solid var(--edge, rgba(207, 224, 220, 0.14));
  min-height: 280px;
}
.duo > div:last-child::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 -60px 70px -40px rgba(11, 17, 19, 0.95);
}
.duo > div:last-child .phold,
.duo > div:last-child img:not(:where(.glyph, .sitemark)) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 850px) {
  .duo > div:last-child {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .duo > div:last-child {
    min-height: 220px;
  }
}

.duo--flip > div:first-child {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--curve-lg, 8px);
  border: 1px solid var(--edge, rgba(207, 224, 220, 0.14));
  min-height: 280px;
}
.duo--flip > div:first-child img:not(:where(.glyph, .sitemark)) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 850px) {
  .duo--flip > div:first-child {
    min-height: 260px;
    flex: 0 0 260px;
  }
}
@media (max-width: 767px) {
  .duo--flip > div:first-child {
    min-height: 210px;
    flex: 0 0 210px;
  }
}

.duo--flip > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  border: 0;
  min-height: auto;
}
.duo--flip > div:last-child::after {
  display: none;
}
.duo--flip > div:last-child {
  /* in column mode the text side must not collapse to zero */
}
@media (max-width: 850px) {
  .duo--flip > div:last-child {
    min-height: auto;
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .duo--flip > div:last-child {
    min-height: auto;
  }
}

.figbox {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 22px;
  border-radius: var(--curve-lg, 8px);
  overflow: hidden;
  border: 1px solid var(--edge, rgba(207, 224, 220, 0.14));
}
.figbox img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0 !important;
}

h2 + .figbox,
h3 + .figbox,
p + .figbox {
  margin-top: 18px;
}

/* --band — cinematic full-width strip: any source ratio is cropped to one height */
.figbox--band img {
  height: clamp(240px, 26vw, 400px);
  object-fit: cover;
  object-position: center 32%;
}
@media (max-width: 850px) {
  .figbox--band img {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .figbox--band img {
    height: 190px;
  }
}

.phold {
  display: block;
  position: relative;
  width: 100%;
  border-radius: var(--curve-lg, 8px);
  border: 1px dashed rgba(47, 191, 143, 0.35);
  background: repeating-linear-gradient(135deg, rgba(47, 191, 143, 0.06) 0 12px, transparent 12px 24px), rgba(11, 17, 19, 0.6);
  overflow: hidden;
}
.phold::after {
  content: attr(data-slot);
  display: block;
  padding: 10px;
  font-size: 11px;
  line-height: 1.4;
  color: var(--letter-soft, #91a5a2);
  word-break: break-all;
}
.phold--16x9 {
  aspect-ratio: 16/9;
}
.phold--21x9 {
  aspect-ratio: 21/9;
}
.phold--4x3 {
  aspect-ratio: 4/3;
}
.phold--3x1 {
  aspect-ratio: 3/1;
}
.phold--3x4 {
  aspect-ratio: 3/4;
}
.phold--1x1 {
  aspect-ratio: 1/1;
}
.phold--fill {
  position: absolute;
  inset: 0;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  border: 0;
}

.panel > .phold {
  margin-top: 20px;
}

/* == subnote — small print under a table == */
.panel > .subnote {
  margin-top: 12px;
  padding-left: 12px;
  border-left: 2px solid rgba(47, 191, 143, 0.45);
  font-size: 13px;
  line-height: 1.55;
  color: var(--letter-soft, #91a5a2);
}

/* first block inside a duo column must start flush with the column top —
   otherwise the text side sits lower than the photo and stretches the row */
.duo > div > .stepflow:first-child,
.duo > div > .ticks:first-child,
.duo > div > .dtbl:first-child,
.duo > div > div:has(> table):first-child {
  margin-top: 0;
}

.duo > div > .stepflow:first-child > li:first-child {
  margin-top: 0;
}

.mastbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: linear-gradient(180deg, #1a2523 0%, #070d0e 100%);
  border-bottom: 1px solid rgba(47, 191, 143, 0.35);
}
.mastbar__wrap {
  display: flex;
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 10px;
  min-height: 64px;
  gap: 20px;
}
.mastbar__logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 238px;
}
.mastbar__logo img {
  height: 40px;
  width: auto;
  display: block;
}
@media (max-width: 1050px) {
  .mastbar__logo {
    width: auto;
  }
}
.mastbar__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}
.mastbar__nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: var(--curve-lg, 10px);
  color: var(--letter-bright, #f4f9f8);
  font-weight: 600;
  font-size: 15px;
}
.mastbar__nav a svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mastbar__nav a {
  transition: color var(--glide), background var(--glide);
}
.mastbar__nav a.is-current {
  color: var(--pounamu, #2fbf8f);
  box-shadow: inset 0 -2px 0 0 var(--kauri, #e0663a);
  border-radius: 0;
}
@media (hover: hover) {
  .mastbar__nav a:hover {
    color: var(--pounamu, #2fbf8f);
    background: rgba(207, 224, 220, 0.06);
  }
}
.mastbar__nav {
  /* thin vertical rule between the items */
}
.mastbar__nav a + a {
  position: relative;
  margin-left: 15px;
}
.mastbar__nav a + a::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: rgba(207, 224, 220, 0.22);
}
@media (max-width: 900px) {
  .mastbar__nav {
    display: none;
  }
}
.mastbar__right {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  flex: 0 0 auto;
}
.mastbar__clock {
  font-size: 16px;
  font-weight: 700;
  color: var(--letter-body, #d5e2df);
  font-variant-numeric: tabular-nums;
}
.mastbar__lang {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--letter-bright, #f4f9f8);
}
.mastbar__lang .pinflag {
  font-size: 22px;
  line-height: 1;
}
.mastbar__lang img {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  object-fit: cover;
  display: block;
}
.mastbar__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 900px) {
  .mastbar__buttons {
    display: none;
  }
}
.mastbar__burger {
  display: none;
  border: 2px solid var(--pounamu, #2fbf8f);
  padding: 10px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}
.mastbar__burger svg {
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  fill: none;
}
.mastbar__burger svg rect {
  transform-origin: 50% 50%;
  transition: all 0.5s;
  fill: var(--pounamu, #2fbf8f);
}
.mastbar__burger.is-open svg rect:nth-child(1) {
  x: -2px;
  y: 6px;
  width: 20px;
  transform: rotate(225deg);
}
.mastbar__burger.is-open svg rect:nth-child(2) {
  transform: scale(0, 2);
}
.mastbar__burger.is-open svg rect:nth-child(3) {
  x: -2px;
  y: 6px;
  width: 20px;
  transform: rotate(135deg);
}
@media (max-width: 900px) {
  .mastbar__burger {
    display: block;
  }
}

.readbar {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 48;
  height: 3px;
  background: rgba(47, 191, 143, 0.12);
  pointer-events: none;
}
.readbar span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #2fbf8f 0%, #12775a 100%);
  border-radius: 0 3px 3px 0;
  box-shadow: 0 0 8px rgba(47, 191, 143, 0.55);
  transition: width 0.12s linear;
}

.flyout {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 49;
  background: #182123;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0 25px;
  transition: max-height 0.5s ease, visibility 0.5s ease, padding 0.5s ease;
}
.flyout.is-open {
  max-height: calc(100vh - 64px);
  max-height: calc(100dvh - 64px);
  overflow: auto;
  visibility: visible;
  padding: 25px;
}
.flyout__links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flyout__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--letter-bright, #f4f9f8);
  transition: color var(--glide);
}
.flyout__links a svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.flyout__links a.is-current {
  font-weight: 700;
  color: var(--pounamu, #2fbf8f);
}
.flyout__links a:hover {
  color: var(--pounamu, #2fbf8f);
}
.flyout__links a:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 37px;
}
.flyout__links a:not(:last-child)::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='12' viewBox='0 0 30 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.4' y='6' width='8' height='1' fill='url(%23paint0_linear_3530_3408)'/%3E%3Crect opacity='0.4' x='22' y='6' width='8' height='1' fill='url(%23paint1_linear_3530_3408)'/%3E%3Crect x='15' y='0.707107' width='6.99997' height='7.00001' transform='rotate(45 15 0.707107)' stroke='%232fbf8f'/%3E%3Crect x='15' y='4.24264' width='1.99998' height='2.00002' transform='rotate(45 15 4.24264)' fill='%232fbf8f'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3530_3408' x1='0' y1='6.5' x2='8' y2='6.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23f4f9f8'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3530_3408' x1='30' y1='6.5' x2='22' y2='6.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23f4f9f8'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 12px;
  width: 30px;
}
.flyout__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

body.scroll-lock {
  overflow: hidden;
  overscroll-behavior: none;
}

@keyframes nz-pulse-jade {
  0%, 100% {
    box-shadow: 0 0 10px rgba(17, 98, 74, 0.45), 0 6px 18px -6px rgba(17, 98, 74, 0.55);
  }
  50% {
    box-shadow: 0 0 24px rgba(110, 226, 180, 0.85), 0 6px 22px -6px rgba(17, 98, 74, 0.7);
  }
}
@keyframes nz-pulse-copper {
  0%, 100% {
    box-shadow: 0 0 10px rgba(224, 102, 58, 0.42), 0 8px 20px -8px rgba(224, 102, 58, 0.55);
  }
  50% {
    box-shadow: 0 0 24px rgba(255, 168, 110, 0.75), 0 8px 24px -8px rgba(224, 102, 58, 0.7);
  }
}
.mastbar__login {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 41px;
  padding: 0 18px;
  border-radius: var(--curve-lg, 10px);
  border: 1px solid rgba(47, 191, 143, 0.6);
  background: transparent;
  color: var(--letter-bright, #f4f9f8);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: background var(--glide), border-color var(--glide), color var(--glide);
}
@media (hover: hover) {
  .mastbar__login:hover {
    background: rgba(47, 191, 143, 0.12);
    border-color: var(--pounamu, #2fbf8f);
    color: var(--pounamu, #2fbf8f);
  }
}
.mastbar__login:focus-visible {
  outline: 2px solid var(--pounamu, #2fbf8f);
  outline-offset: 2px;
}

.mastbar__signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  padding: 0 24px;
  border-radius: var(--curve-lg, 10px);
  background: var(--sweep-cta, linear-gradient(155deg, #5fdcaa 0%, #17a877 100%));
  color: var(--letter-invert, #0b1113);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 6px 18px -6px rgba(17, 98, 74, 0.55);
  animation: nz-pulse-jade 2.8s ease-in-out infinite;
  transition: filter var(--glide), transform var(--glide);
}
@media (hover: hover) {
  .mastbar__signup:hover {
    filter: brightness(1.07);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px -8px rgba(17, 98, 74, 0.7);
  }
}
.mastbar__signup:focus-visible {
  outline: 2px solid var(--pounamu, #2fbf8f);
  outline-offset: 2px;
}

.cta-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 34px;
  margin-top: 20px;
  border-radius: var(--curve-lg, 10px);
  background: var(--sweep-cta, linear-gradient(155deg, #5fdcaa 0%, #17a877 100%));
  color: var(--letter-invert, #0b1113);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  box-shadow: 0 10px 26px -10px rgba(17, 98, 74, 0.65);
  animation: nz-pulse-jade 2.8s ease-in-out infinite;
  transition: filter var(--glide), transform var(--glide);
}
.cta-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 40%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-18deg);
  animation: nz-cta-sheen 4.8s ease-in-out infinite;
  pointer-events: none;
}
@media (hover: hover) {
  .cta-link:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -10px rgba(17, 98, 74, 0.8);
  }
}
.cta-link:focus-visible {
  outline: 2px solid var(--pounamu, #2fbf8f);
  outline-offset: 2px;
}

@keyframes nz-cta-sheen {
  0%, 62% {
    left: -60%;
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  86%, 100% {
    left: 130%;
    opacity: 0;
  }
}
.getapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 268px;
  max-width: 100%;
  height: 56px;
  padding: 12px 24px;
  margin-top: 20px;
  border-radius: var(--curve-lg, 10px);
  background: linear-gradient(150deg, #f0a058 0%, #e07f3c 50%, #d9752f 100%);
  border: 1px solid rgba(255, 214, 176, 0.45);
  color: var(--letter-invert, #0b1113);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 8px 20px -8px rgba(224, 102, 58, 0.6);
  animation: nz-pulse-copper 3.4s ease-in-out infinite;
  transition: filter var(--glide), transform var(--glide);
}
.getapp-btn svg {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  fill: var(--letter-invert, #0b1113);
}
@media (hover: hover) {
  .getapp-btn:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
  }
}
.getapp-btn:focus-visible {
  outline: 2px solid var(--letter-bright, #f4f9f8);
  outline-offset: 2px;
}

.panel > .cta-link,
.panel > .getapp-btn {
  align-self: flex-start;
}

.panel > .getapp-btn {
  display: inline-flex;
  width: 268px;
}

.getapp-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.getapp-row .getapp-btn {
  margin: 20px 14px 0 0;
}

.sidedock {
  flex: 0 0 248px;
  width: 248px;
  position: sticky;
  /* 64px header + 10px = exactly where .pitch starts, so both columns line up */
  top: 74px;
  max-height: calc(100vh - 94px);
  overflow-y: auto;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 12px;
  border-radius: var(--curve-xl, 18px);
  background: linear-gradient(168deg, #1f2b2b 0%, #121b1c 100%);
  border: 1px solid var(--edge, rgba(207, 224, 220, 0.12));
  border-top: 2px solid rgba(47, 191, 143, 0.5);
  box-shadow: inset 0 1px 0 rgba(207, 224, 220, 0.06);
}
.sidedock::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1050px) {
  .sidedock {
    display: none;
  }
}

.sidedock__promos {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.sidedock__feature {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 52px;
  padding: 0 12px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #06100d;
  background: linear-gradient(152deg, #6fe0b4 0%, #35cc99 46%, #17a877 100%);
  border: 1px solid rgba(182, 240, 216, 0.55);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 7px 18px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  transition: filter 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.sidedock__feature::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: -55%;
  bottom: -55%;
  left: -55%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.52), transparent);
  transform: skewX(-20deg);
  transition: left 0.42s ease;
}
@media (hover: hover) {
  .sidedock__feature:hover {
    filter: brightness(1.1) saturate(1.08);
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 15px rgba(47, 191, 143, 0.42);
  }
  .sidedock__feature:hover::after {
    left: 125%;
  }
  .sidedock__feature:hover .luckwheel__wheel {
    animation-duration: 1.25s;
    filter: brightness(1.08) drop-shadow(0 2px 4px rgba(7, 13, 14, 0.5));
  }
  .sidedock__feature:hover .chestbox {
    transform: translateY(-2px) scale(1.04);
  }
}
.sidedock__feature:active {
  transform: translateY(1px) scale(0.99);
}

.luckwheel {
  position: relative;
  width: 58px;
  height: 52px;
  display: block;
  align-self: stretch;
  flex: 0 0 auto;
}
.luckwheel img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
}
.luckwheel__wheel {
  width: 44px;
  height: 44px;
  animation: nz-wheel-spin 3.2s linear infinite;
  filter: drop-shadow(0 2px 3px rgba(7, 13, 14, 0.42));
}
.luckwheel__frame {
  z-index: 2;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -49%);
  filter: drop-shadow(0 2px 3px rgba(14, 22, 24, 0.5));
}

@keyframes nz-wheel-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.chestbox {
  width: 49px;
  height: 49px;
  flex: 0 0 auto;
  margin: 0 0 0 5px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.sidedock__menu {
  display: flex;
  flex-direction: column;
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(47, 191, 143, 0.75) 0%, rgba(224, 102, 58, 0.45) 46%, rgba(207, 224, 220, 0) 100%) 1;
  padding-top: 8px;
}
.sidedock__menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 8px;
  border-radius: var(--curve-lg, 10px);
  color: var(--letter-body, #d5e2df);
  font-size: 14px;
  font-weight: 600;
  transition: background var(--glide), color var(--glide);
}
.sidedock__menu li a svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--pounamu, #2fbf8f);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (hover: hover) {
  .sidedock__menu li a:hover {
    background: rgba(207, 224, 220, 0.08);
    color: var(--letter-bright, #f4f9f8);
  }
}
.sidedock__menu .tag {
  margin-left: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 8px;
  background: linear-gradient(150deg, #f0a058 0%, #d9752f 100%);
  color: var(--letter-invert, #0b1113);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidedock__app {
  display: block;
  background: linear-gradient(150deg, #1c2827 0%, #121b1c 100%);
  border-top: 2px solid rgba(47, 191, 143, 0.45);
  border-radius: 10px;
  box-shadow: 1px 3px 0 0 #0c1517;
  position: relative;
  padding: 21px 75px 18px 12px;
  transition: color var(--glide);
}

.dockapp__text {
  font-size: 9px;
  color: var(--letter-soft, #91a5a2);
  line-height: 12px;
  transition: color var(--glide);
}
.dockapp__text span {
  font-weight: 900;
  font-size: 16px;
  color: var(--letter-bright, #fff);
  line-height: 100%;
  display: block;
  margin-bottom: 5px;
  transition: color var(--glide);
}

@media (hover: hover) {
  .sidedock__app:hover .dockapp__text,
  .sidedock__app:hover .dockapp__text span {
    color: var(--pounamu, #2fbf8f);
  }
}
.dockapp__img {
  max-width: 75px;
  position: absolute;
  bottom: 0;
  right: 7px;
}
.dockapp__img img {
  display: block;
}

.jumps {
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(47, 191, 143, 0.75) 0%, rgba(224, 102, 58, 0.45) 46%, rgba(207, 224, 220, 0) 100%) 1;
  padding-top: 12px;
}
.jumps__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 6px 8px;
  border-radius: var(--curve-lg, 10px);
  color: var(--pounamu, #2fbf8f);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background var(--glide);
}
.jumps__toggle::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--pounamu, #2fbf8f);
  border-bottom: 2px solid var(--pounamu, #2fbf8f);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-right: 4px;
}
.jumps__toggle.is-open::after {
  transform: rotate(-135deg);
}
@media (hover: hover) {
  .jumps__toggle:hover {
    background: rgba(207, 224, 220, 0.06);
  }
}
.jumps__list {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  margin-top: 0;
  scrollbar-width: none;
  transition: max-height 0.45s ease, visibility 0.45s ease, margin-top 0.45s ease;
}
.jumps__list::-webkit-scrollbar {
  display: none;
}
.jumps__list.is-open {
  max-height: 56vh;
  overflow-y: auto;
  visibility: visible;
  margin-top: 6px;
}
.jumps__list a {
  display: block;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 14px;
  color: var(--letter-body, #d5e2df);
  transition: background var(--glide), color var(--glide);
}
@media (hover: hover) {
  .jumps__list a:hover {
    background: rgba(207, 224, 220, 0.07);
    color: var(--pounamu, #2fbf8f);
  }
}

.jumps--inline {
  display: none;
  border: 1px solid var(--edge, rgba(207, 224, 220, 0.12));
  border-radius: var(--curve-lg, 12px);
  background: linear-gradient(168deg, #1f2b2b 0%, #121b1c 100%);
  padding: 8px 10px;
  margin-top: 20px;
}
@media (max-width: 1050px) {
  .jumps--inline {
    display: block;
  }
}

.sitebase {
  padding: 40px 20px 26px;
  background: linear-gradient(180deg, #16211f 0%, #080f11 100%);
  border-top: 1px solid var(--edge, rgba(207, 224, 220, 0.12));
}
.sitebase__wrap {
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.sitebase__geo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}
.sitebase__geo a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 7px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--edge, rgba(207, 224, 220, 0.12));
  font-size: 12.5px;
  color: var(--letter-body, #d5e2df);
  transition: border-color var(--glide), background var(--glide), color var(--glide);
}
.sitebase__geo a span.pinflag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.08);
}
@media (hover: hover) {
  .sitebase__geo a:hover {
    border-color: rgba(47, 191, 143, 0.5);
    background: rgba(47, 191, 143, 0.08);
    color: var(--pounamu, #2fbf8f);
  }
}
.sitebase__divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(47, 191, 143, 0.45) 50%, transparent 100%);
}
.sitebase__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
.sitebase__links a {
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--letter-body, #d5e2df);
  transition: color var(--glide);
}
@media (hover: hover) {
  .sitebase__links a:hover {
    color: var(--pounamu, #2fbf8f);
  }
}
.sitebase__links a + a {
  border-left: 1px solid rgba(47, 191, 143, 0.4);
}
.sitebase__pay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.sitebase__pay li {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 122px;
}
.sitebase__pay li img {
  display: block;
  max-height: 45px;
  width: auto;
}
.sitebase__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid var(--edge, rgba(207, 224, 220, 0.12));
  padding-top: 20px;
}
@media (max-width: 650px) {
  .sitebase__bottom {
    flex-direction: column;
    text-align: center;
  }
}
.sitebase__disclaimer {
  max-width: 860px;
  font-size: 12.5px;
  color: var(--letter-soft, #91a5a2);
}
.sitebase__disclaimer b {
  display: block;
  color: var(--letter-body, #d5e2df);
  margin-top: 8px;
}
.sitebase__age {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--sweep-jade, linear-gradient(180deg, #6fe0b4 0%, #157f5f 100%));
  color: var(--letter-invert, #0b1113);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 0 22px rgba(47, 191, 143, 0.45);
  animation: nz-age-glow 4s ease-in-out infinite;
}

@keyframes nz-age-glow {
  0%, 100% {
    box-shadow: 0 0 14px rgba(47, 191, 143, 0.35);
  }
  50% {
    box-shadow: 0 0 26px rgba(47, 191, 143, 0.6);
  }
}
.topjump {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--sweep-cta, linear-gradient(180deg, #2fbf8f 0%, #11624a 100%));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, box-shadow var(--glide);
  box-shadow: 0 8px 20px -8px rgba(17, 98, 74, 0.7);
}
.topjump svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--letter-invert, #0b1113);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.topjump.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (hover: hover) {
  .topjump:hover {
    box-shadow: 0 12px 26px -8px rgba(17, 98, 74, 0.9);
  }
}
@media (max-width: 650px) {
  .topjump {
    bottom: 78px;
  }
}

.cookiebar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  display: none;
  align-items: center;
  gap: 16px;
  max-width: 860px;
  margin: 0 auto;
  padding: 14px 18px;
  border-radius: var(--curve-xl, 14px);
  border: 1px solid rgba(47, 191, 143, 0.4);
  background: rgba(11, 17, 19, 0.96);
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
}
.cookiebar.is-visible {
  display: flex;
}
.cookiebar p {
  margin: 0;
  font-size: 12.5px;
  color: var(--letter-body, #d5e2df);
}
.cookiebar p a {
  color: var(--pounamu, #2fbf8f);
  text-decoration: underline;
}
.cookiebar__actions {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}
.cookiebar__accept {
  padding: 9px 18px;
  border-radius: var(--curve-lg, 10px);
  background: var(--sweep-cta, linear-gradient(180deg, #2fbf8f 0%, #11624a 100%));
  color: var(--letter-invert, #0b1113);
  font-weight: 700;
  font-size: 13px;
  transition: filter var(--glide);
}
@media (hover: hover) {
  .cookiebar__accept:hover {
    filter: brightness(1.08);
  }
}
.cookiebar__decline {
  padding: 9px 14px;
  border-radius: var(--curve-lg, 10px);
  border: 1px solid var(--edge, rgba(207, 224, 220, 0.25));
  color: var(--letter-soft, #91a5a2);
  font-weight: 600;
  font-size: 13px;
  transition: color var(--glide), border-color var(--glide);
}
@media (hover: hover) {
  .cookiebar__decline:hover {
    color: var(--letter-bright, #f4f9f8);
    border-color: var(--letter-bright, #f4f9f8);
  }
}
@media (max-width: 650px) {
  .cookiebar {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .cookiebar__actions {
    justify-content: center;
  }
}

.nz-splash {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(10, 18, 16, 0.72) 0%, rgba(11, 17, 19, 0.85) 100%), var(--slate-base, #131a1c);
  background-size: cover;
  background-position: center top;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.nz-splash.is-leaving {
  opacity: 0;
  pointer-events: none;
}
.nz-splash__letters {
  position: relative;
  display: flex;
  gap: 0.06em;
  font-family: "Darumadrop One", "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(44px, 9vw, 110px);
  color: var(--pounamu, #2fbf8f);
  text-shadow: 0 4px 0 rgba(9, 70, 52, 0.8), 0 10px 30px rgba(0, 0, 0, 0.6);
}
.nz-splash span {
  display: inline-block;
  animation: nz-letter-fly var(--fly-dur, 1.4s) cubic-bezier(0.22, 0.85, 0.3, 1) both;
  animation-delay: var(--fly-delay, 0s);
}
.nz-splash__geo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--letter-bright, #f4f9f8);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  opacity: 0;
  animation: nz-geo-reveal 0.4s ease-out 1.3s forwards;
}
.nz-splash__geo .pinflag {
  font-size: 1.35em;
  line-height: 1;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}

@keyframes nz-geo-reveal {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.nz-fade {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(46% 42% at 50% 50%, rgba(29, 40, 42, 0.9) 0%, rgba(11, 17, 19, 0.97) 100%), var(--slate-base, #131a1c);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}
.nz-fade.is-on {
  opacity: 1;
  pointer-events: auto;
}
.nz-fade.is-blank {
  opacity: 0;
  transition: opacity 0.45s ease;
}
.nz-fade__wheel {
  position: relative;
  width: 92px;
  height: 96px;
  filter: drop-shadow(0 8px 26px rgba(47, 191, 143, 0.35));
}
.nz-fade__wheel img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
}
.nz-fade__wheel .nz-fade__disc {
  width: 72px;
  height: 72px;
  animation: nz-wheel-spin 1.1s linear infinite;
}
.nz-fade__wheel .nz-fade__frame {
  width: 88px;
  height: 92px;
  transform: translate(-50%, -49%);
}

@keyframes nz-letter-fly {
  0% {
    transform: translate(var(--fly-x, 0), var(--fly-y, 0)) rotate(var(--fly-r, 0deg)) scale(1.6);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 1;
  }
}
.pitch {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 10px 0 0;
  padding: 0;
  border-radius: var(--curve, 20px);
  background: #070d0e;
  /* darkening wash under the copy */
}
.pitch::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 13, 14, 0.15) 0%, rgba(7, 13, 14, 0.9) 92%), linear-gradient(90deg, rgba(7, 13, 14, 0.88) 0%, rgba(7, 13, 14, 0.35) 52%, transparent 78%);
  pointer-events: none;
}
.pitch .coverimg {
  z-index: 0;
}
.pitch .coverimg img,
.pitch .coverimg video,
.pitch .coverimg .phold {
  object-position: 88% top;
}
@media (max-width: 850px) {
  .pitch .coverimg img,
  .pitch .coverimg video,
  .pitch .coverimg .phold {
    object-position: 80% 22%;
  }
}
.pitch__wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 820px;
  width: 100%;
  margin-right: auto;
  padding: 30px 34px;
  margin-left: 24px;
  background: rgba(11, 17, 19, 0.5);
  backdrop-filter: blur(3px);
  border-radius: var(--curve-lg, 8px);
  /* stretch keeps equal padding on both sides */
}
@media (max-width: 850px) {
  .pitch__wrap {
    width: auto;
    align-self: stretch;
    margin: 18px;
    padding: 22px 18px;
  }
}
.pitch__wrap {
  /* centre the content on phones */
}
@media (max-width: 650px) {
  .pitch__wrap {
    align-items: center;
    text-align: center;
    margin: 12px;
    padding: 18px 14px;
  }
}
.pitch {
  /* score shown as a badge */
}
.pitch__rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid var(--edge-lit, rgba(47, 191, 143, 0.45));
  background: rgba(47, 191, 143, 0.1);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--letter-soft, #91a5a2);
}
.pitch__rating b {
  color: var(--pounamu, #2fbf8f);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}
.pitch__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: auto;
  font-size: 13px;
  color: var(--letter-soft, #91a5a2);
}
.pitch__breadcrumbs a {
  color: var(--pounamu, #2fbf8f);
  transition: color var(--glide);
}
@media (hover: hover) {
  .pitch__breadcrumbs a:hover {
    color: var(--letter-bright, #f4f9f8);
  }
}
.pitch__breadcrumbs li + li::before {
  content: "›";
  margin-right: 6px;
  color: var(--letter-soft, #91a5a2);
}
@media (max-width: 650px) {
  .pitch__breadcrumbs {
    justify-content: center;
  }
}
.pitch h1 {
  margin-top: 14px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.22;
  color: var(--letter-bright, #f4f9f8);
}
@media (max-width: 850px) {
  .pitch h1 {
    font-size: 27px;
  }
}
@media (max-width: 650px) {
  .pitch h1 {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .pitch h1 {
    font-size: 22px;
  }
}
.pitch__text {
  margin-top: 12px;
  max-width: 640px;
  font-size: 14px;
  color: var(--letter-body, #d5e2df);
}
@media (max-width: 767px) {
  .pitch {
    min-height: 400px;
  }
}

/* ---- PROMOBAND — bonus banner: framed card over the photo ---- */
.promoband {
  justify-content: center;
  align-items: flex-start;
  min-height: 425px;
  padding: 20px 20px 20px 6.2%;
  border: 1px solid var(--edge, rgba(207, 224, 220, 0.14));
}
.promoband__bg {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.promoband__bg img,
.promoband__bg .phold {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 850px) {
  .promoband__bg img,
  .promoband__bg .phold {
    object-position: 95%;
  }
}
.promoband__wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 2px solid rgba(47, 191, 143, 0.6);
  border-radius: 12px;
  padding: 32px 20px;
  max-width: 653px;
  width: 100%;
}
.promoband__title {
  display: block;
  color: var(--pounamu, #2fbf8f);
  font-weight: 700;
  font-size: 31px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 850px) {
  .promoband__title {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .promoband__title {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .promoband__title {
    font-size: 22px;
  }
}
.promoband__text {
  position: relative;
  width: auto;
  margin-top: 20px;
  padding: 8px 131px;
  color: var(--letter-bright, #f4f9f8);
  font-weight: 900;
  font-size: 20px;
  line-height: 115%;
  text-transform: uppercase;
}
.promoband__text::before, .promoband__text::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 39px;
  width: 116px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.promoband__text::before {
  background-image: url("data:image/svg+xml,%3Csvg width='116' height='39' viewBox='0 0 116 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='9' height='9' transform='matrix(1 0 0 -1 0 24)' fill='%232fbf8f'/%3E%3Crect x='2.12132' width='23.9973' height='23.9973' transform='matrix(0.707107 0.707107 0.707107 -0.707107 78.0313 18)' stroke='%232fbf8f' stroke-width='3'/%3E%3Crect x='0.707107' width='13.9977' height='13.9977' transform='matrix(0.707107 0.707107 0.707107 -0.707107 70.5471 19)' stroke='%23f4f9f8'/%3E%3Crect width='81' height='1' transform='matrix(1 0 0 -1 9 20)' fill='%23f4f9f8'/%3E%3C/svg%3E%0A");
  left: 0;
}
.promoband__text::after {
  background-image: url("data:image/svg+xml,%3Csvg width='116' height='39' viewBox='0 0 116 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='116' y='24' width='9' height='9' transform='rotate(180 116 24)' fill='%232fbf8f'/%3E%3Crect x='36.4686' y='19.5' width='23.9973' height='23.9973' transform='rotate(135 36.4686 19.5)' stroke='%232fbf8f' stroke-width='3'/%3E%3Crect x='44.9529' y='19.5' width='13.9977' height='13.9977' transform='rotate(135 44.9529 19.5)' stroke='%23f4f9f8'/%3E%3Crect x='107' y='20' width='81' height='1' transform='rotate(180 107 20)' fill='%23f4f9f8'/%3E%3C/svg%3E%0A");
  right: 0;
}
@media (max-width: 650px) {
  .promoband__text {
    font-size: 18px;
    padding: 8px 0;
  }
  .promoband__text::before, .promoband__text::after {
    display: none;
  }
}
.promoband__button {
  min-width: 153px;
  margin-top: 20px;
}
@media (max-width: 850px) {
  .promoband {
    min-height: 300px;
    padding: 20px;
    align-items: center;
  }
  .promoband__wrap {
    background-color: rgba(19, 26, 28, 0.3);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(47, 191, 143, 0.6);
    border-radius: 6px;
    padding: 15px;
  }
}

/* ---- DTBL — data tables: flex rows, jade head bar, striped body,
   horizontal scroll kept on narrow screens ---- */
.panel div:has(> table),
.panel .dtbl {
  width: 100%;
  margin-top: 20px;
  border-radius: var(--curve-lg, 12px);
  border: 1px solid rgba(207, 224, 220, 0.1);
  font-size: 15px;
  color: var(--letter-bright, #f4f9f8);
  overflow: auto;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #2fbf8f rgba(207, 224, 220, 0.16);
}
.panel div:has(> table)::-webkit-scrollbar,
.panel .dtbl::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.panel div:has(> table)::-webkit-scrollbar-track,
.panel .dtbl::-webkit-scrollbar-track {
  background: rgba(207, 224, 220, 0.16);
  border-radius: 6px;
}
.panel div:has(> table)::-webkit-scrollbar-thumb,
.panel .dtbl::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #2fbf8f 0%, #e0663a 100%);
  border-radius: 6px;
}
.panel div:has(> table) > table,
.panel .dtbl > table {
  width: 100%;
  border-collapse: collapse;
}
.panel div:has(> table) > table tr,
.panel .dtbl > table tr {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 13px 18px;
}
.panel div:has(> table) > table tr > *,
.panel .dtbl > table tr > * {
  flex: 1;
  padding: 0;
  text-align: left;
}
.panel div:has(> table) > table thead tr,
.panel .dtbl > table thead tr {
  background: linear-gradient(150deg, #4fd6a2 0%, #1aa87b 100%);
  line-height: 140%;
  color: var(--letter-invert, #0b1113);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.panel div:has(> table) > table th,
.panel .dtbl > table th {
  font-weight: 700;
}
.panel div:has(> table) > table,
.panel .dtbl > table {
  /* striped body — rows read without extra separators */
}
.panel div:has(> table) > table tbody tr,
.panel .dtbl > table tbody tr {
  background: #182123;
  line-height: 22px;
  border-top: 1px solid rgba(207, 224, 220, 0.07);
}
.panel div:has(> table) > table tbody tr:nth-child(even),
.panel .dtbl > table tbody tr:nth-child(even) {
  background: #14201f;
}
.panel div:has(> table) > table td a,
.panel .dtbl > table td a {
  color: inherit;
  text-decoration: underline;
}
.panel div:has(> table) > table,
.panel .dtbl > table {
  /* narrow screens: the table scrolls sideways instead of squeezing */
}
@media (max-width: 850px) {
  .panel div:has(> table) > table,
  .panel .dtbl > table {
    min-width: 900px;
  }
}
.panel {
  /* kv table: FIRST ROW acts as the head bar, the rest stays plain */
}
.panel .dtbl--kv > table tbody tr:first-child {
  background: linear-gradient(150deg, #4fd6a2 0%, #1aa87b 100%);
  border-top: 0;
}
.panel .dtbl--kv > table tbody tr:first-child th,
.panel .dtbl--kv > table tbody tr:first-child td {
  color: var(--letter-invert, #0b1113);
  font-weight: 700;
  text-transform: uppercase;
}
.panel {
  /* label column: wider than the czech-style 25% so long labels stay on one line */
}
.panel .dtbl--kv > table th {
  flex: 0 0 28%;
  font-weight: 700;
  color: var(--pounamu, #2fbf8f);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.panel .dtbl--kv > table td {
  flex: 1 1 auto;
}
@media (max-width: 850px) {
  .panel .dtbl--kv > table {
    min-width: 760px;
  }
}
.panel {
  /* tight tables (5 columns) need more room before they start scrolling */
}
.panel .dtbl--tight > table tr {
  gap: 18px;
}
@media (max-width: 850px) {
  .panel .dtbl--tight > table {
    min-width: 940px;
  }
}

/* ---- GRADES — deposit bonus tiers as cards instead of a table ---- */
.grades {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-top: 14px;
  counter-reset: gradenum;
}
.grades > li {
  counter-increment: gradenum;
  position: relative;
  flex: 1 1 240px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: var(--curve-lg, 8px);
  border: 1px solid var(--edge, rgba(207, 224, 220, 0.14));
  background: linear-gradient(140deg, #1c2c28 0%, #182123 52%, #10171a 100%);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  /* sweeping sheen layer, switched on by hover */
}
.grades > li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-image: linear-gradient(115deg, rgba(47, 191, 143, 0) 0%, rgba(47, 191, 143, 0.22) 25%, rgba(224, 102, 58, 0.26) 50%, rgba(207, 224, 220, 0.16) 75%, rgba(47, 191, 143, 0) 100%);
  background-size: 200% 100%;
  background-repeat: repeat;
  transition: opacity 0.3s ease;
}
.grades > li {
  /* gradenum number as a watermark */
}
.grades > li::after {
  content: counter(gradenum);
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
  color: rgba(207, 224, 220, 0.07);
  pointer-events: none;
}
.grades > li {
  /* last gradenum = the biggest bonus */
}
.grades > li:last-child {
  border-color: var(--edge-lit, rgba(47, 191, 143, 0.45));
  background: linear-gradient(140deg, rgba(47, 191, 143, 0.24) 0%, rgba(224, 102, 58, 0.16) 46%, rgba(12, 19, 21, 0.95) 100%);
}
@media (hover: hover) {
  .grades > li:hover {
    transform: translateY(-3px);
    border-color: rgba(47, 191, 143, 0.55);
    box-shadow: 0 12px 26px rgba(4, 10, 10, 0.5);
  }
  .grades > li:hover::before {
    opacity: 1;
    animation: nz-gradenum-flow 2.6s linear infinite;
  }
}
.grades > li b,
.grades > li span,
.grades > li p {
  position: relative;
  z-index: 1;
}
.grades > li {
  /* the top two lines must stay clear of the watermark */
}
.grades > li b,
.grades > li span {
  padding-right: 42px;
}
.grades > li b {
  display: block;
  color: var(--letter-bright, #f4f9f8);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}
.grades > li span {
  display: block;
  color: var(--pounamu, #2fbf8f);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.grades > li p {
  margin: 0;
  color: var(--letter-body, #d5e2df);
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 850px) {
  .grades > li {
    flex: 1 1 46%;
  }
}
@media (max-width: 650px) {
  .grades > li {
    flex: 1 1 100%;
  }
}

@keyframes nz-gradenum-flow {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 200% 50%;
  }
}
/* ---- STEPFLOW — numbered steps as a vertical timeline ---- */
.stepflow {
  margin-top: 16px;
  position: relative;
  counter-reset: stepnum;
  padding-left: 0;
}
.stepflow > li {
  counter-increment: stepnum;
  position: relative;
  margin-top: 16px;
  padding: 2px 0 16px 46px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--letter-body, #d5e2df);
}
.stepflow > li b,
.stepflow > li strong {
  color: var(--pounamu, #2fbf8f);
  font-weight: 700;
}
.stepflow > li {
  /* step number — filled jade badge with a dark numeral */
}
.stepflow > li::before {
  content: counter(stepnum);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 9px 9px 9px 2px;
  background: linear-gradient(150deg, #4fd6a2 0%, #1aa87b 100%);
  color: var(--letter-invert, #0b1113);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px -4px rgba(47, 191, 143, 0.6);
  z-index: 1;
}
.stepflow > li {
  /* dotted connector between the steps */
}
.stepflow > li::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 34px;
  bottom: -16px;
  width: 2px;
  background-image: linear-gradient(180deg, rgba(47, 191, 143, 0.7) 0%, rgba(224, 102, 58, 0.25) 100%);
  mask-image: repeating-linear-gradient(180deg, #000 0 4px, transparent 4px 9px);
  -webkit-mask-image: repeating-linear-gradient(180deg, #000 0 4px, transparent 4px 9px);
}
.stepflow > li:last-child {
  padding-bottom: 0;
}
.stepflow > li:last-child::after {
  display: none;
}
@media (max-width: 650px) {
  .stepflow > li {
    padding-left: 38px;
    padding-bottom: 16px;
    font-size: 14px;
  }
  .stepflow > li::before {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
  .stepflow > li::after {
    left: 12px;
    top: 26px;
  }
}

/* ---- LEGALTEXT — terms / privacy / cookie policy ----
   The page heading is an H1 styled like a section H2, so its subheadings must be H2
   to keep the order H1 → H2. They are deliberately kept at the compact H3 scale:
   five full-size H2 blocks would swamp a short legal page, and the rendered size
   must stay exactly as it was. ---- */
.legaltext h2 {
  color: var(--pounamu, #2fbf8f);
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  padding: 0 0 0 16px;
  margin: 24px 0 14px;
  /* short kauri bar instead of the diamond + gradient rule of a section H2 */
}
.legaltext h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  bottom: 0.25em;
  width: 4px;
  height: auto;
  border-radius: 2px;
  background: var(--kauri, #e0663a);
  background-image: none;
}
.legaltext h2::after {
  display: none;
}
@media (max-width: 850px) {
  .legaltext h2 {
    font-size: 18px;
    padding-left: 16px;
  }
  .legaltext h2::before {
    width: 4px;
    height: auto;
  }
}
@media (max-width: 650px) {
  .legaltext h2 {
    font-size: 18px;
    padding-left: 16px;
  }
  .legaltext h2::before {
    width: 4px;
    height: auto;
  }
}
@media (max-width: 450px) {
  .legaltext h2 {
    font-size: 17px;
    padding-left: 12px;
  }
}

.legaltext h2 + p {
  margin-top: 0;
}

.strengths .duo {
  align-items: stretch;
}

.strengths .ticks {
  margin-top: 20px;
}

/* ---- PROSNCONS — advantages and drawbacks ---- */
.prosncons__cols {
  display: flex;
  gap: 14px;
  width: 100%;
  margin-top: 16px;
}
.prosncons__cols > div {
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
  border-radius: var(--curve-lg, 8px);
  border: 1px solid var(--edge, rgba(207, 224, 220, 0.14));
  background: rgba(11, 17, 19, 0.5);
  overflow: hidden;
}
.prosncons__cols > div h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 10px 16px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--letter-invert, #0b1113);
}
.prosncons__cols > div h3::before {
  content: "";
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 17px;
  position: static;
}
.prosncons__cols > div ul {
  padding: 8px 16px 16px;
}
.prosncons__cols > div li {
  position: relative;
  padding: 16px 0 16px 32px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--letter-body, #d5e2df);
  border-bottom: 1px solid rgba(207, 224, 220, 0.07);
}
.prosncons__cols > div li:last-child {
  border-bottom: 0;
}
.prosncons__cols > div li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.prosncons__cols {
  /* pros — flowing green bar, white plus, ticked circles */
}
.prosncons__cols > div:first-child h3 {
  /* every stop stays light enough to hold 4.5:1 contrast with dark text */
  background-image: linear-gradient(90deg, #3fd39a 0%, #9ff0cf 22%, #3fd39a 42%, #63e0ae 68%, #3fd39a 100%);
  background-size: 250% 100%;
  animation: nz-scale-flow 3.4s linear infinite;
}
.prosncons__cols > div:first-child h3::before {
  background-color: #0d6b4e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M5 12h14M12 5v14'/%3E%3C/svg%3E");
}
.prosncons__cols > div:first-child li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234fdca0' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m8 12.4 2.7 2.7L16.2 9.6'/%3E%3C/svg%3E");
}
.prosncons__cols {
  /* cons — flowing copper bar, white minus, crossed circles */
}
.prosncons__cols > div:last-child h3 {
  /* stops stay dark so white text holds 4.5:1 contrast */
  background-image: linear-gradient(90deg, #d9752f 0%, #f0a058 22%, #d9752f 42%, #e88a4a 68%, #d9752f 100%);
  background-size: 250% 100%;
  animation: nz-scale-flow 3.4s linear infinite;
  color: var(--letter-invert, #0b1113);
}
.prosncons__cols > div:last-child h3::before {
  background-color: #7a3210;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
}
.prosncons__cols > div:last-child li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff8a5c' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='m9.2 9.2 5.6 5.6M14.8 9.2l-5.6 5.6'/%3E%3C/svg%3E");
}
@media (max-width: 850px) {
  .prosncons__cols {
    flex-direction: column;
  }
}

@keyframes nz-scale-flow {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 250% 50%;
  }
}
.joinflow .duo {
  align-items: stretch;
}

.joinflow .stepflow {
  margin-top: 12px;
}

.onphone .duo > div:last-child .phold,
.onphone .duo > div:last-child img:not(:where(.glyph, .sitemark)) {
  object-position: center;
}

.is-app .onphone {
  position: relative;
  overflow: hidden;
  border-radius: var(--curve-lg, 10px);
  padding: 60px;
}
.is-app .onphone > div:not(.coverimg) {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(11, 17, 19, 0.78);
  backdrop-filter: blur(6px);
  border-radius: var(--curve-lg, 8px);
  border: 1px solid var(--edge, rgba(207, 224, 220, 0.14));
  padding: 22px;
}
@media (max-width: 850px) {
  .is-app .onphone {
    padding: 40px 20px;
  }
  .is-app .onphone > div:not(.coverimg) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .is-app .onphone {
    padding: 20px 12px;
  }
  .is-app .onphone > div:not(.coverimg) {
    padding: 15px;
  }
}

.panel.appband {
  height: 350px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(47, 191, 143, 0.3);
}
@media (max-width: 850px) {
  .panel.appband {
    height: auto;
    min-height: 280px;
    padding: 40px 20px;
  }
}
@media (max-width: 450px) {
  .panel.appband {
    padding: 30px 10px;
  }
}

.appband__bg {
  z-index: 0;
}
.appband__bg img,
.appband__bg .phold {
  object-position: center;
}
.appband__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(58% 72% at 50% 50%, rgba(11, 17, 19, 0.35) 0%, rgba(11, 17, 19, 0.2) 62%, rgba(11, 17, 19, 0) 100%);
}
.appband__actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 15vw, 320px);
  width: 100%;
}
@media (max-width: 850px) {
  .appband__actions {
    flex-direction: column;
    gap: 18px;
  }
}
.appband__button {
  white-space: normal;
  line-height: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 268px;
  min-width: 0;
  max-width: 100%;
  height: 56px;
  min-height: 0;
  padding: 12px 24px;
  margin: 0;
}
.appband__button svg {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

/* ---- VIPCLUB — photo across the block, text card on the LEFT ---- */
/* crop shifted up so the subject's head stays in frame */
.is-home .vipclub .coverimg img {
  object-position: center 22%;
}
@media (max-width: 850px) {
  .is-home .vipclub .coverimg img {
    object-position: 62% 18%;
  }
}

.is-home .vipclub {
  position: relative;
  overflow: hidden;
  border-radius: var(--curve, 20px);
  padding: 56px 48px;
}
.is-home .vipclub > div:not(.coverimg) {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(11, 17, 19, 0.78);
  backdrop-filter: blur(6px);
  border: 1px solid var(--edge, rgba(207, 224, 220, 0.14));
  border-radius: var(--curve-lg, 8px);
  padding: 22px;
}
.is-home .vipclub > div:not(.coverimg) > .cta-link {
  margin-top: 20px;
}
@media (max-width: 850px) {
  .is-home .vipclub {
    padding: 32px 18px;
  }
  .is-home .vipclub > div:not(.coverimg) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .is-home .vipclub {
    padding: 16px 10px;
  }
  .is-home .vipclub > div:not(.coverimg) {
    padding: 15px;
  }
}

.tablesroom .dtbl > table tr > *:nth-child(2) {
  flex: 2;
}

/* ---- LIVECASINO — live dealer games: photo and copy side by side ---- */
.livecasino .duo {
  margin-top: 0;
  align-items: stretch;
}

@media (max-width: 850px) {
  .livecasino .duo > div:first-child {
    min-height: 240px;
  }
}

/* ---- LICENCEBOX — photo across the block, text card on the RIGHT ---- */
.licencebox {
  position: relative;
  overflow: hidden;
  border-radius: var(--curve, 20px);
  padding: 56px 48px;
}
.licencebox > div:not(.coverimg) {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(11, 17, 19, 0.78);
  backdrop-filter: blur(6px);
  border: 1px solid var(--edge, rgba(207, 224, 220, 0.14));
  border-right: 3px solid var(--kauri, #e0663a);
  border-radius: var(--curve-lg, 8px) 0 0 var(--curve-lg, 8px);
  padding: 22px;
}
@media (max-width: 850px) {
  .licencebox {
    padding: 32px 18px;
  }
  .licencebox > div:not(.coverimg) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .licencebox {
    padding: 16px 10px;
  }
  .licencebox > div:not(.coverimg) {
    padding: 15px;
  }
}

/* ---- CAREHUB — support channels ---- */
.carehub .duo {
  align-items: stretch;
}

.carehub .ticks {
  margin-top: 0;
}

.asks__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
}

.asks__item {
  border: 1px solid var(--pounamu, #2fbf8f);
  border-radius: var(--curve-xl, 14px);
  overflow: hidden;
  background: var(--slate-slab, #1d282a);
  transition: border-color var(--glide);
}
.asks__item:has(.ask-row__title.unfolded) {
  border-color: transparent;
}

.ask-row__title {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 46px 14px 16px;
  background: var(--slate-core, #131a1c);
  color: var(--letter-bright, #f4f9f8);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  transition: filter var(--glide);
}
.ask-row__title::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-right: 2px solid var(--letter-bright, #f4f9f8);
  border-bottom: 2px solid var(--letter-bright, #f4f9f8);
  transform: rotate(45deg);
  transition: transform 0.3s ease, margin-top 0.3s ease;
}
.ask-row__title.unfolded::after {
  transform: rotate(-135deg);
  margin-top: -2px;
}
@media (hover: hover) {
  .ask-row__title:hover {
    filter: brightness(1.05);
  }
}
@media (max-width: 850px) {
  .ask-row__title {
    font-size: 14px;
  }
}

.ask-row__desc {
  border-top: 1px solid var(--pounamu, #2fbf8f);
  padding: 0 16px;
}
.ask-row__desc p {
  padding: 14px 0;
  margin: 0;
}

.sayso__carousel {
  width: 100%;
  overflow: hidden;
  margin-top: 14px;
}

.sayso__track {
  display: flex;
  gap: 20px;
  width: max-content;
}

.sayso__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(180deg, #1d282a 0%, #141d1f 100%);
  border: 2px solid rgba(47, 191, 143, 0.6);
  box-shadow: 0 0 14px rgba(47, 191, 143, 0.25);
  color: var(--pounamu, #2fbf8f);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.04em;
}
.sayso__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
}

.sayso__card {
  flex: none;
  width: 416px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-radius: var(--curve-xl, 14px);
  border: 1px solid rgba(47, 191, 143, 0.35);
  background: linear-gradient(180deg, rgba(29, 40, 42, 0.9) 0%, rgba(12, 19, 21, 0.9) 100%);
  box-shadow: 0 8px 24px -12px rgba(47, 191, 143, 0.25);
}
@media (max-width: 767px) {
  .sayso__card {
    width: 320px;
  }
}
@media (max-width: 450px) {
  .sayso__card {
    width: 260px;
  }
}
.sayso__card .stars {
  display: flex;
  gap: 4px;
  width: auto;
}
.sayso__card .stars svg {
  width: 18px;
  height: 18px;
  fill: var(--pounamu, #2fbf8f);
}
.sayso__card .stars svg.is-blank {
  fill: rgba(207, 224, 220, 0.25);
}
.sayso__card h3 {
  margin: 0;
  padding: 0;
  background: none;
  color: var(--pounamu, #2fbf8f);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.sayso__card h3::before {
  display: none;
}
.sayso__card p {
  margin: 0;
  font-size: 13.5px;
  text-align: center;
  color: var(--letter-body, #d5e2df);
}

.sayso__nav {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.sayso__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--letter-bright, #f4f9f8);
  transition: transform var(--glide), box-shadow var(--glide);
}
.sayso__btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--letter-invert, #0b1113);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (hover: hover) {
  .sayso__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px -8px rgba(244, 249, 248, 0.6);
  }
}

/* ---- GRADECARD — editorial scores ---- */
.gradecard table tbody td:nth-child(2) {
  white-space: nowrap;
  font-weight: 800;
  color: var(--pounamu, #2fbf8f);
}

/* narrow first two columns — the rest of the width goes to the comment */
.gradecard .dtbl tr > *:nth-child(1) {
  flex: 0 0 160px;
}

.gradecard .dtbl tr > *:nth-child(2) {
  flex: 0 0 70px;
}

.gradecard .dtbl tr > *:nth-child(3) {
  flex: 1 1 auto;
}

/* ---- EDITORIAL (conclusion): portrait left, copy beside it ---- */
.editorial__row {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  margin-top: 0;
}

.editorial__photo {
  flex: 0 0 170px;
}
.editorial__photo img,
.editorial__photo .phold {
  width: 170px;
  height: 170px !important;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  border: 2px solid var(--edge-lit, rgba(47, 191, 143, 0.45));
  margin: 0;
}

.editorial__body {
  flex: 1 1 0;
  min-width: 0;
}
.editorial__body h3 {
  margin-top: 0;
}
.editorial__body p + p {
  margin-top: 20px;
}
.editorial__body .cta-link {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .editorial__row {
    flex-direction: column;
    align-items: center;
  }
  .editorial__photo {
    flex: 0 0 auto;
  }
  .editorial__body {
    width: 100%;
    text-align: center;
  }
  .editorial__body h3 {
    padding: 0;
  }
  .editorial__body h3::before {
    display: none;
  }
  .editorial__body .cta-link {
    margin-left: auto;
    margin-right: auto;
  }
}
.welcomepack {
  position: relative;
  overflow: hidden;
  border-radius: var(--curve-lg, 10px);
  padding: 60px;
}
.welcomepack > div:not(.coverimg) {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(11, 17, 19, 0.78);
  backdrop-filter: blur(6px);
  border-radius: var(--curve-lg, 8px);
  border: 1px solid var(--edge, rgba(207, 224, 220, 0.14));
  padding: 22px;
}
@media (max-width: 850px) {
  .welcomepack {
    padding: 40px 20px;
  }
  .welcomepack > div:not(.coverimg) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .welcomepack {
    padding: 20px 12px;
  }
  .welcomepack > div:not(.coverimg) {
    padding: 15px;
  }
}

.spinbonus .duo--flip > div:first-child {
  flex: 0 0 min(46%, 520px);
  min-height: 0;
  aspect-ratio: 4/3;
  align-self: flex-start;
}
.spinbonus .duo--flip > div:first-child img:not(:where(.glyph, .sitemark)) {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 850px) {
  .spinbonus .duo--flip > div:first-child {
    flex: none;
    width: 100%;
    aspect-ratio: 16/10;
  }
}

/* the photo sits in the first column (.duo--flip) and fills the full height
   of the text column beside it. */
.moneyback .duo--flip > div:first-child {
  flex: 0 0 min(46%, 520px);
  align-self: stretch;
  min-height: 0;
}
.moneyback .duo--flip > div:first-child img:not(:where(.glyph, .sitemark)) {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 850px) {
  .moneyback .duo--flip > div:first-child {
    flex: 0 0 260px;
    width: 100%;
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .moneyback .duo--flip > div:first-child {
    flex: 0 0 210px;
    min-height: 210px;
  }
}

.is-app .playsmart {
  position: relative;
  overflow: hidden;
  border-radius: var(--curve-lg, 10px);
  padding: 60px;
}
.is-app .playsmart > div:not(.coverimg) {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(11, 17, 19, 0.78);
  backdrop-filter: blur(6px);
  border-radius: var(--curve-lg, 8px);
  border: 1px solid var(--edge, rgba(207, 224, 220, 0.14));
  padding: 22px;
}
@media (max-width: 850px) {
  .is-app .playsmart {
    padding: 40px 20px;
  }
  .is-app .playsmart > div:not(.coverimg) {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .is-app .playsmart {
    padding: 20px 12px;
  }
  .is-app .playsmart > div:not(.coverimg) {
    padding: 15px;
  }
}

.installflow .duo {
  align-items: stretch;
}

.installflow .duo--flip > div:first-child img {
  object-position: left center;
}

.installflow .stepflow {
  margin-top: 12px;
}

/* ---- NEEDLIST — app requirements: photo left, spec table beside it ---- */
.needlist .duo--flip > div:first-child {
  flex: 0 0 min(46%, 520px);
  align-self: stretch;
  min-height: 0;
}
@media (max-width: 850px) {
  .needlist .duo--flip > div:first-child {
    flex: 0 0 260px;
    width: 100%;
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .needlist .duo--flip > div:first-child {
    flex: 0 0 210px;
    min-height: 210px;
  }
}
.needlist .duo--flip > div:last-child .dtbl {
  margin-top: 0;
}
.needlist {
  /* narrower column: smaller gaps, fixed width for the parameter cell */
}
.needlist .dtbl > table tr {
  gap: 18px;
  padding: 12px 16px;
}
.needlist .dtbl > table tbody th {
  flex: 0 0 34%;
  color: var(--pounamu, #2fbf8f);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.needlist .dtbl > table thead th:first-child {
  flex: 0 0 34%;
}
.needlist .dtbl > table {
  /* full width on tablets, horizontal scroll on phones */
}
@media (max-width: 850px) {
  .needlist .dtbl > table {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .needlist .dtbl > table {
    width: auto;
    min-width: 460px;
  }
  .needlist .dtbl > table tr {
    gap: 12px;
    padding: 11px 12px;
  }
  .needlist .dtbl > table tbody th {
    flex: 0 0 38%;
  }
  .needlist .dtbl > table thead th:first-child {
    flex: 0 0 38%;
  }
}

.panel.nofound {
  min-height: 560px;
  padding: clamp(24px, 4vw, 52px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 5vw, 80px);
  text-align: center;
}
.panel.nofound::before {
  content: "";
  position: absolute;
  inset: auto 4% 0 auto;
  width: min(42vw, 520px);
  height: 72%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55, 169, 201, 0.2), transparent 68%);
  pointer-events: none;
}

.nofound__copy {
  flex: 1 1 620px;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.nofound__copy p {
  max-width: 620px;
}
.nofound__character {
  position: relative;
  flex: 0 1 390px;
  align-self: stretch;
  min-height: 470px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
}
.nofound__speech {
  position: absolute;
  top: auto;
  bottom: 445px;
  left: 0;
  z-index: 2;
  width: max-content;
  max-width: 240px;
  margin: 0;
  padding: 13px 20px;
  border: 2px solid var(--pounamu, #2fbf8f);
  border-radius: 22px;
  background: var(--letter-bright, #f4f9f8);
  color: var(--letter-invert, #0b1113);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  transform: rotate(-3deg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.nofound__speech strong {
  color: #37a9c9;
}
.nofound__speech::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -15px;
  width: 25px;
  height: 25px;
  background: var(--letter-bright, #f4f9f8);
  border-right: 2px solid var(--pounamu, #2fbf8f);
  border-bottom: 2px solid var(--pounamu, #2fbf8f);
  transform: skew(18deg) rotate(38deg);
}
.panel .nofound__owl, .nofound__owl {
  width: min(100%, 360px);
  height: 470px;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.42));
}

@media (max-width: 767px) {
  .panel.nofound {
    min-height: 0;
    flex-direction: column;
    gap: 12px;
  }
  .nofound__copy {
    display: contents;
  }
  .nofound__copy h2 {
    order: 1;
  }
  .nofound__copy p {
    order: 2;
    width: 100%;
    max-width: 100%;
  }
  .nofound__character {
    order: 3;
    width: 100%;
    min-height: 350px;
    align-self: auto;
    /* keeps the speech bubble clear of the paragraph above on narrow screens */
    margin-top: 14px;
  }
  .nofound__copy .cta-link {
    order: 4;
  }
  .nofound__speech {
    top: auto;
    bottom: 330px;
    left: 50%;
    transform: translateX(-85%) rotate(-3deg);
    font-size: 16px;
  }
  .panel .nofound__owl, .nofound__owl {
    width: min(100%, 280px);
    height: 350px;
  }
}
@media (max-width: 450px) {
  .nofound__speech {
    left: 8px;
    transform: rotate(-3deg);
  }
}
.scratch-dock {
  --shift: 118px;
  position: fixed;
  right: 0;
  top: 46%;
  z-index: 45;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  translate: var(--shift) 0;
  transition: translate 0.45s cubic-bezier(0.3, 1.25, 0.4, 1);
}
.scratch-dock.is-open {
  translate: 0 0;
}

.scratch-dock__toggle {
  flex: 0 0 auto;
  width: 30px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px 0 0 10px;
  background: var(--sweep-jade, linear-gradient(180deg, #6fe0b4 0%, #157f5f 100%));
  color: #0b1113;
  cursor: pointer;
  box-shadow: -4px 0 14px rgba(47, 191, 143, 0.35);
}
.scratch-dock__toggle svg {
  fill: none;
  transition: transform 0.3s ease;
  animation: nz-arrow-nudge 1.5s ease-in-out infinite;
}
@media (hover: hover) {
  .scratch-dock__toggle:hover {
    filter: brightness(1.08);
  }
}

.scratch-dock.is-open .scratch-dock__toggle svg {
  transform: rotate(180deg);
  animation: none;
}

@keyframes nz-arrow-nudge {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
}
.scratch-launcher {
  position: relative;
  flex: 0 0 auto;
  width: 100px;
  aspect-ratio: 16/9;
  margin: 0 10px 0 8px;
  padding: 0;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.48));
  cursor: pointer;
  isolation: isolate;
  animation: nz-scratch-float 3.2s ease-in-out infinite;
}
.scratch-launcher img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.scratch-launcher span {
  position: absolute;
  inset: 30% 20% 24%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  color: #b6f0d8;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}
@media (hover: hover) {
  .scratch-launcher:hover {
    animation-play-state: paused;
    filter: drop-shadow(0 12px 24px rgba(47, 191, 143, 0.42));
    transform: rotate(1deg) scale(1.06);
  }
}

@keyframes nz-scratch-float {
  0%, 100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}
.scratch {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(9, 17, 15, 0.78);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.scratch.is-on {
  opacity: 1;
}

.scratch__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(94vw, 760px);
  padding: 62px 88px 48px;
  background: url("../images/scratch-card.webp") center/100% 100% no-repeat;
  text-align: center;
  transform: rotate(-3deg);
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 20px rgba(47, 191, 143, 0.35));
  animation: nz-scratch-glow 2.6s ease-in-out infinite;
}

@keyframes nz-scratch-glow {
  0%, 100% {
    filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 16px rgba(47, 191, 143, 0.3));
  }
  50% {
    filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 36px rgba(47, 191, 143, 0.6));
  }
}
.scratch__brand {
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #16241f;
  margin: 0 0 6px;
}

.scratch__num {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #16241f;
  margin-top: 14px;
}

.scratch__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(11, 17, 19, 0.7);
  color: var(--letter-soft, #91a5a2);
  font-size: 22px;
  line-height: 1;
  transition: color var(--glide), background var(--glide);
}
@media (hover: hover) {
  .scratch__close:hover {
    color: var(--letter-bright, #f4f9f8);
    background: rgb(11, 17, 19);
  }
}

.scratch__title {
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0f1a18;
  margin: 0;
}

.scratch__sub {
  font-size: 13px;
  color: #1e332c;
  margin-top: 4px;
}

.scratch__zone {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  margin-top: 16px;
  border-radius: var(--curve-lg, 10px);
  overflow: hidden;
}

.scratch__prize {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: radial-gradient(60% 80% at 50% 0%, rgba(47, 191, 143, 0.15) 0%, transparent 100%), var(--slate-deep, #0b1113);
  color: var(--letter-bright, #f4f9f8);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.scratch__prize b {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--pounamu, #2fbf8f);
}
.scratch__prize span {
  font-size: 14px;
  font-weight: 600;
  color: var(--letter-body, #d5e2df);
}

.scratch__foil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  touch-action: none;
  cursor: none;
  transition: opacity 0.6s ease;
}
.scratch__foil.is-cleared {
  opacity: 0;
  pointer-events: none;
}

.scratch__coin {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45%;
  background: linear-gradient(90deg, #0b4d3a 0%, #13805f 12%, #b6f0d8 42%, #0e6349 70%, #093c2d 100%);
  border: 2px solid #093a2c;
  box-shadow: inset 3px 0 4px rgba(255, 255, 255, 0.55), inset -3px 0 4px rgba(6, 44, 33, 0.55), 5px 8px 12px rgba(0, 0, 0, 0.48);
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-18deg);
  transition: opacity 0.15s ease;
  z-index: 2;
}
.scratch__coin.is-visible {
  opacity: 1;
}
.scratch__coin.is-rubbing {
  animation: nz-coin-rub 0.35s ease-in-out infinite;
}

.scratch__win {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  padding: 8px 22px;
  border: 3px solid var(--pounamu, #2fbf8f);
  border-radius: 10px;
  background: rgba(11, 17, 19, 0.78);
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: clamp(20px, 5vw, 34px);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--pounamu, #2fbf8f);
  text-shadow: 0 2px 0 rgba(8, 64, 48, 0.8), 0 6px 18px rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-7deg) scale(2.4);
}

.scratch__card.is-won .scratch__win {
  animation: nz-win-stamp 0.55s cubic-bezier(0.2, 1.4, 0.4, 1) 0.25s forwards;
}

@keyframes nz-win-stamp {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-7deg) scale(2.4);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-7deg) scale(1);
  }
}
.scratch__flake {
  position: absolute;
  z-index: 1;
  border-radius: 2px;
  background: linear-gradient(135deg, #b6f0d8 0%, #2fbf8f 55%, #12775a 100%);
  box-shadow: 0 0 4px rgba(47, 191, 143, 0.4);
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: nz-flake-fall var(--dur, 0.7s) ease-in forwards;
}

@keyframes nz-flake-fall {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--fx, 0px)), calc(-50% + var(--fy, 60px))) rotate(var(--rot, 180deg));
  }
}
@keyframes nz-coin-rub {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(-25deg) scale(0.96);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-10deg) scale(1);
  }
}
.scratch__cta.cta-link {
  margin-top: 20px;
  opacity: 0.45;
  filter: saturate(0.5);
  pointer-events: none;
  transition: opacity 0.4s ease, filter 0.4s ease;
}

.scratch__card.is-won .scratch__cta.cta-link {
  opacity: 1;
  filter: none;
  pointer-events: auto;
}
.scratch__card.is-won .scratch__prize b {
  animation: nz-prize-pop 0.6s ease;
}

@keyframes nz-prize-pop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 450px) {
  .scratch-dock {
    --shift: 92px;
    top: auto;
    bottom: 150px;
    transform: none;
  }
  .scratch-dock__toggle {
    width: 26px;
    height: 50px;
  }
  .scratch-launcher {
    width: 78px;
    margin: 0 6px;
  }
  .scratch-launcher span {
    font-size: 7px;
  }
  .scratch {
    padding: 10px;
  }
  .scratch__card {
    padding: 34px 20px 26px;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    transform: rotate(-2deg);
  }
  .scratch__prize b {
    font-size: 36px;
  }
  .scratch__prize {
    font-size: 15px;
  }
}
:focus-visible {
  outline: 2px solid var(--pounamu, #2fbf8f);
  outline-offset: 2px;
}

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