/* azino777casino.buzz — лендинг Azino777 / Азино777. Тема «Сапфир Рояль»: королевский двор, сапфировый люкс, корона и регалии. */

:root {
  --bg: #0a0e1f;
  --bg2: #101633;
  --bg3: #172044;
  --line: #243161;
  --line2: #33437f;
  --txt: #eef1fb;
  --txt-d: #aeb9e0;
  --txt-dd: #7b85b4;
  --saph: #2a5be0;
  --gold: #edc23c;
  --saph-d: #1c3fb0;
  --hot: #5b86ff;
  --rad: 13px;
  --rad-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 "Alegreya", Georgia, "Times New Roman", serif;
  color: var(--txt);
  background:
    radial-gradient(1040px 600px at 88% -12%, rgba(42, 91, 224, .20) 0%, transparent 60%),
    radial-gradient(780px 560px at -8% 56%, rgba(237, 194, 60, .07) 0%, transparent 62%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--saph); text-decoration: none }
a:hover { text-decoration: underline }

.scepterchip-skip {
  position: absolute; top: -44px; left: 8px;
  padding: 8px 13px; background: var(--gold); color: #0a0c16;
  border-radius: 6px; z-index: 110; font-weight: 700;
}
.scepterchip-skip:focus { top: 8px }

/* ===== HEADER BAR ===== */
.courtbar {
  display: flex; align-items: center; gap: 16px;
  padding: 13px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 14, 31, .84);
  backdrop-filter: blur(11px);
  position: sticky; top: 0; z-index: 60;
}
.crownlogo { display: flex; align-items: center; gap: 12px; color: var(--txt) }
.crownlogo:hover { text-decoration: none }
.crownlogo__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 11px rgba(42, 91, 224, .6));
}
.crownlogo__t {
  font-family: "Stardos Stencil", "Alegreya", system-ui, serif;
  font-weight: 700; line-height: 1; letter-spacing: .4px;
}
.crownlogo__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.6px; font-weight: 400; margin-top: 5px;
  text-transform: uppercase; font-family: "Alegreya", serif;
}
.courtnav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.courtnav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.courtnav a:hover { color: var(--gold); border-bottom-color: var(--gold); text-decoration: none }

/* ===== CTA ===== */
.crownbtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 21px; border-radius: 8px;
  font-family: "Stardos Stencil", "Alegreya", system-ui, serif;
  font-weight: 700; font-size: 14px; letter-spacing: .5px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer;
}
.crownbtn:hover { text-decoration: none; transform: translateY(-1px) }
.crownbtn--mini { background: var(--bg3); color: var(--txt); border-color: var(--line) }
.crownbtn--mini:hover { background: var(--bg2); border-color: var(--saph) }
.crownbtn--wide { padding: 15px 30px; font-size: 15px; border-radius: 10px }
.crownbtn--royal {
  background: linear-gradient(120deg, #3a6cf0 0%, #1c3fb0 100%);
  color: #f4f7ff; border: 0;
  box-shadow: 0 13px 32px -11px rgba(42, 91, 224, .78);
  font-weight: 700;
}
.crownbtn--royal:hover { box-shadow: 0 17px 40px -9px rgba(42, 91, 224, .95) }
.crownbtn--ghost { background: transparent; color: var(--txt); border-color: var(--line2) }
.crownbtn--ghost:hover { border-color: var(--gold); color: var(--gold) }

/* ===== AGGREGATE COUNTER STRIP ===== */
.creststrip {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 11px 24px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(42, 91, 224, .06), rgba(237, 194, 60, .04));
  font-size: 13px;
}
.creststrip__cell {
  display: flex; flex-direction: column; gap: 3px;
  padding: 6px 15px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.creststrip__cell:last-child { border-right: 0 }
.creststrip__num {
  font-family: "Stardos Stencil", "Alegreya", system-ui, serif;
  font-weight: 700; font-size: 15px; color: var(--gold);
  letter-spacing: .3px;
}
.creststrip__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO ===== */
.courthero {
  display: grid; grid-template-columns: 1.16fr 1fr; gap: 38px;
  padding: 50px 24px 34px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.courthero__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.6px; color: var(--gold);
  background: rgba(237, 194, 60, .09);
  border: 1px solid rgba(237, 194, 60, .3);
  padding: 6px 13px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Stardos Stencil", "Alegreya", system-ui, serif;
  font-size: clamp(28px, 4.1vw, 46px); line-height: 1.12;
  margin: 0 0 18px; letter-spacing: .2px; font-weight: 700;
}
.galacta { color: var(--saph) }
.galacta--gold { color: var(--gold) }
.courthero__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.68;
}
.courthero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.courthero__fig { margin: 0 }
.saphcurve {
  display: block; width: 100%; height: auto;
  border-radius: var(--rad); border: 1px solid var(--line);
  background:
    radial-gradient(440px 320px at 30% 26%, rgba(42, 91, 224, .3), transparent 60%),
    radial-gradient(360px 280px at 76% 80%, rgba(237, 194, 60, .16), transparent 64%),
    linear-gradient(135deg, #0c1228 0%, #131c40 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 26px 66px -24px rgba(42, 91, 224, .5);
}
.courthero__fig figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* HERO KPI */
.peerkpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 19px 0 0; border-top: 1px solid var(--line);
}
.peerkpi__item { display: flex; flex-direction: column; gap: 3px }
.peerkpi__num {
  font-family: "Stardos Stencil", system-ui, serif;
  font-size: 25px; font-weight: 700;
  color: var(--saph); letter-spacing: .2px;
}
.peerkpi__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.2px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 58px 24px;
}
section.courthero, section.welcomecourt { padding-top: 36px }
.courtover {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.8px; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
  margin: 0 0 10px; font-family: "Stardos Stencil", serif;
}
h2 {
  font-family: "Stardos Stencil", "Alegreya", system-ui, serif;
  font-size: clamp(23px, 3vw, 34px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: .2px; font-weight: 700;
}
h3 {
  font-family: "Stardos Stencil", "Alegreya", system-ui, serif;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--saph); font-weight: 700; letter-spacing: .2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.courtlead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== WELCOME ===== */
.welcomecourt {
  background:
    radial-gradient(740px 360px at 80% 26%, rgba(237, 194, 60, .08) 0%, transparent 68%),
    rgba(16, 22, 51, .58);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  margin: 34px 24px;
  max-width: none;
}
.welcomecourt__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.courtbox {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.courtbox:hover { border-color: var(--saph); transform: translateY(-2px) }
.courtbox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(42, 91, 224, .08), transparent 58%);
  pointer-events: none;
}
.courtbox__rank {
  font-family: "Stardos Stencil", system-ui, serif;
  font-size: 11px; color: var(--gold); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 9px; text-transform: uppercase;
}
.courtbox__pct {
  font-family: "Stardos Stencil", system-ui, serif;
  font-size: 30px; font-weight: 700; line-height: 1;
  color: var(--saph); letter-spacing: .2px;
  margin-bottom: 9px;
}
.courtbox__title { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.courtbox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.52 }

/* ===== THREE STEPS ===== */
.stepgem__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.quickplay {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 25px;
  position: relative;
}
.quickplay__num {
  font-family: "Stardos Stencil", system-ui, serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 700; line-height: 1;
  color: var(--bg3);
}
.quickplay__head {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--saph); font-family: "Stardos Stencil", serif;
}
.quickplay p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID ===== */
.gemwall {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.gemcard {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.gemcard:hover {
  transform: translateY(-3px);
  border-color: var(--saph);
  box-shadow: 0 18px 38px -15px rgba(42, 91, 224, .48);
}
.gemcard__face {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Stardos Stencil", system-ui, serif;
  font-weight: 700; font-size: 22px; color: rgba(238, 241, 251, .92);
  text-align: center; padding: 14px;
  letter-spacing: .2px; line-height: 1.16;
  position: relative; overflow: hidden;
}
.gemcard__face::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 42%, rgba(0,0,0,.4) 100%);
  pointer-events: none;
}
.gemface-1 { background: linear-gradient(135deg, #0c1f55 0%, #2a5be0 100%) }
.gemface-2 { background: linear-gradient(135deg, #2a2206 0%, #edc23c 100%); color: #0a0c16 }
.gemface-3 { background: linear-gradient(135deg, #160a36 0%, #6a4dff 100%) }
.gemface-4 { background: linear-gradient(135deg, #062436 0%, #4dc8ff 100%) }
.gemface-5 { background: linear-gradient(135deg, #1a0a2a 0%, #b558ff 100%) }
.gemface-6 { background: linear-gradient(135deg, #0a2a26 0%, #34d2b0 100%); color: #08160c }
.gemface-7 { background: linear-gradient(135deg, #2a0814 0%, #ff5572 100%) }
.gemface-8 { background: linear-gradient(135deg, #0c1f55 0%, #5b86ff 100%) }
.gemface-9 { background: linear-gradient(135deg, #2a2206 0%, #ffd96a 100%); color: #0a0c16 }
.gemface-10 { background: linear-gradient(135deg, #08233a 0%, #2a5be0 100%) }
.gemface-11 { background: linear-gradient(135deg, #1a1230 0%, #8a7bff 100%) }
.gemface-12 { background: linear-gradient(135deg, #2a1206 0%, #ff9a3a 100%); color: #0a0c16 }

.gemcard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700 }
.gemcard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.42 }
.gemcard__act {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 700;
  border: 1px solid var(--line); transition: all .15s;
  font-family: "Stardos Stencil", serif; letter-spacing: .4px;
}
.gemcard__act:hover { background: var(--saph); border-color: var(--saph); color: #f4f7ff; text-decoration: none }

.provcourt { margin: 24px 0 0 }
.provcourt__title { font-size: 12px; color: var(--gold); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700 }
.provcourt__list { display: flex; flex-wrap: wrap; gap: 8px }
.provcourt__list span {
  padding: 6px 12px;
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== LOYALTY ===== */
.perkcourt__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.perkcourt {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 22px 24px;
  transition: border-color .2s;
}
.perkcourt:hover { border-color: var(--gold) }
.perkcourt__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--gold); font-family: "Stardos Stencil", serif }
.perkcourt p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.62 }

/* VIP throne ladder */
.throneladder {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 16px;
}
.peerstep {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 11px 8px;
  text-align: center;
  position: relative;
}
.peerstep:nth-child(1) { transform: translateY(0) }
.peerstep:nth-child(2) { transform: translateY(-9px) }
.peerstep:nth-child(3) { transform: translateY(-18px) }
.peerstep:nth-child(4) { transform: translateY(-26px); border-color: var(--saph); background: var(--bg2) }
.peerstep:nth-child(5) { transform: translateY(-35px); border-color: var(--saph); background: var(--bg2) }
.peerstep:nth-child(6) { transform: translateY(-45px); border-color: var(--gold); background: linear-gradient(135deg, var(--bg2), rgba(237, 194, 60, .1)) }
.peerstep__name {
  font-family: "Stardos Stencil", system-ui, serif;
  font-size: 12px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.peerstep__cb { font-size: 11px; color: var(--txt-d) }
.peerstep:nth-child(6) .peerstep__name { color: var(--gold) }

/* ===== TOURNAMENT ===== */
.galatour {
  background:
    radial-gradient(660px 360px at 50% 50%, rgba(42, 91, 224, .12) 0%, transparent 68%),
    var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  margin: 34px 24px; max-width: none;
  text-align: center;
}
.galatour__btns { margin: 22px 0 28px }
.daisstat {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.daisstat > div {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 19px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.daisstat__v {
  font-family: "Stardos Stencil", system-ui, serif;
  font-size: 22px; font-weight: 700; color: var(--saph);
  margin-bottom: 4px; letter-spacing: .2px;
}
.daisstat__k { font-size: 14px; font-weight: 700; color: var(--txt) }
.daisstat__d { font-size: 12px; color: var(--txt-d); line-height: 1.42 }

/* ===== LIVE GALLERY ===== */
.liveroyal__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.heraldbox {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.heraldbox:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 38px -15px rgba(91, 134, 255, .44);
}
.heraldbox__face {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Stardos Stencil", system-ui, serif;
  font-weight: 700; font-size: 18px; color: rgba(238, 241, 251, .94);
  padding: 12px; text-align: center; letter-spacing: .2px;
  position: relative; overflow: hidden;
}
.hf-1 { background: linear-gradient(135deg, #0a1a44 0%, #4dc8ff 100%) }
.hf-2 { background: linear-gradient(135deg, #160a30 0%, #5b86ff 100%) }
.hf-3 { background: linear-gradient(135deg, #0c1f55 0%, #2a5be0 100%) }
.hf-4 { background: linear-gradient(135deg, #2a2206 0%, #edc23c 100%); color: #0a0c16 }
.hf-5 { background: linear-gradient(135deg, #2a0814 0%, #ff5572 100%) }
.hf-6 { background: linear-gradient(135deg, #1a1230 0%, #8a7bff 100%) }

.heraldbox__b { padding: 14px 16px 16px; position: relative }
.heraldbox__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.heraldbox__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.heraldbox__m { font-size: 13px; color: var(--gold); font-weight: 700; margin-bottom: 4px }
.heraldbox__p { font-size: 12px; color: var(--txt-dd) }
.heraldbox__flag {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #fff;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW ===== */
.brandcourt h3 {
  border-left: 3px solid var(--saph);
  padding-left: 14px; margin-top: 30px;
}
.brandcourt p { color: var(--txt); line-height: 1.72 }
.housecharter {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.housecharter span {
  padding: 7px 13px;
  background: var(--bg2);
  border: 1px solid var(--saph);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .4px;
}

/* ===== REVIEWS ===== */
.peerwords__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.peerquote {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.peerquote__stars { color: var(--gold); font-size: 16px; letter-spacing: 4px }
.peerquote__stars--four .gemstar-dim { color: var(--line2); }
.peerquote__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.peerquote__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.peerquote__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--saph), var(--gold));
  border-radius: 50%; color: #0a0c16; font-weight: 700; font-size: 14px;
  flex: none; font-family: "Stardos Stencil", serif;
}

/* ===== PAYMENTS ===== */
.cashvault__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.railcourt {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.railcourt__n { font-size: 15px; color: var(--txt); font-weight: 700; font-family: "Stardos Stencil", serif }
.railcourt__d { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }

.timecourt {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.timecourt > div {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: var(--rad-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.timecourt__v {
  font-family: "Stardos Stencil", system-ui, serif;
  font-size: 16px; color: var(--saph); font-weight: 700;
}
.timecourt__l { font-size: 12px; color: var(--txt-d) }

/* ===== FINAL CTA ===== */
.lastplay {
  text-align: center; padding: 58px 24px;
  background:
    radial-gradient(640px 320px at 50% 50%, rgba(42, 91, 224, .17) 0%, transparent 68%),
    var(--bg2);
  border-radius: var(--rad);
  margin: 34px 24px;
  border: 1px solid var(--line);
  max-width: none;
}
.lastplay h2 { margin-bottom: 10px }
.lastplay p { color: var(--txt-d); margin-bottom: 24px }

/* ===== FAQ ===== */
.faqcourt h2 { margin-bottom: 22px }
.qacourt {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
.qacourt[open] { border-color: var(--saph) }
.qacourt summary {
  cursor: pointer; font-weight: 700; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
  font-family: "Stardos Stencil", serif; letter-spacing: .2px;
}
.qacourt summary::-webkit-details-marker { display: none }
.qacourt summary::after {
  content: "✦"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--gold); font-size: 12px;
  transition: transform .25s;
}
.qacourt[open] summary::after { transform: translateY(-50%) rotate(180deg); border-color: var(--saph) }
.qacourt p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== AUTHOR NOTE ===== */
.notecourt {
  background:
    radial-gradient(560px 280px at 12% 20%, rgba(237, 194, 60, .06) 0%, transparent 64%),
    var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rad);
  margin: 34px 24px; max-width: none;
  padding: 32px 28px;
}
.notedais {
  font-size: 13px; color: var(--txt-d); line-height: 1.66; margin: 0;
}
.notecourt h2 { font-size: clamp(20px, 2.4vw, 26px) }
.notecourt .courtover { color: var(--saph) }

/* ===== FOOTER ===== */
.courtfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(10, 14, 31, .62);
}
.courtfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 44px 24px 28px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 38px;
}
.courtfoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.66 }
.courtfoot__mark {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.courtfoot__mark span { display: flex; flex-direction: column; line-height: 1.12 }
.courtfoot__name { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: "Stardos Stencil", serif }
.courtfoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.66 }
.courtfoot__legal .litname { color: var(--saph) }
.courtfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.courtfoot__col h4 {
  font-family: "Stardos Stencil", system-ui, serif;
  font-size: 12px; color: var(--gold); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.6px;
  margin: 0 0 12px;
}
.courtfoot__col ul { list-style: none; padding: 0; margin: 0 }
.courtfoot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.courtfoot__col li:hover { color: var(--txt) }
.courtfoot__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 24px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .welcomecourt__grid { grid-template-columns: repeat(2, 1fr) }
  .cashvault__grid { grid-template-columns: repeat(3, 1fr) }
  .daisstat { grid-template-columns: repeat(2, 1fr) }
  .peerwords__grid { grid-template-columns: 1fr }
  .courtfoot__top { grid-template-columns: 1fr }
  .creststrip { grid-template-columns: repeat(3, 1fr) }
  .creststrip__cell:nth-child(4), .creststrip__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .throneladder { grid-template-columns: repeat(3, 1fr) }
  .peerstep { transform: none !important }
}

@media (max-width: 880px) {
  .courthero { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .courthero__fig { order: -1 }
  .courtnav { display: none }
  .courtbar { padding: 11px 15px }
  section { padding: 38px 16px }
  .welcomecourt, .galatour, .lastplay, .notecourt { padding: 36px 18px; margin: 24px 14px }
  .welcomecourt__grid { grid-template-columns: 1fr }
  .stepgem__grid { grid-template-columns: 1fr }
  .perkcourt__grid { grid-template-columns: 1fr }
  .courtfoot__top { padding: 30px 16px 22px; gap: 22px }
  .courtfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .creststrip { padding: 8px 15px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .creststrip__cell { padding: 4px 11px }
  .timecourt { grid-template-columns: 1fr }
  .peerkpi { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .gemwall { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .liveroyal__grid { grid-template-columns: 1fr }
  .gemcard h3 { font-size: 13px }
  .gemcard p { font-size: 11px }
  .gemcard__face { font-size: 16px }
  .courthero__btns { flex-direction: column; align-items: stretch }
  .crownbtn--wide { width: 100% }
  .cashvault__grid { grid-template-columns: repeat(2, 1fr) }
  .daisstat { grid-template-columns: 1fr }
  .courtfoot__cols { grid-template-columns: 1fr }
  .throneladder { grid-template-columns: repeat(2, 1fr) }
}
