/* martincasino13.top — Martin / Martin broad-brand page on martin-b.txt
   Concept: Master Key.
   Palette: graphite #0f1115, royal violet #6d4ae6, brass #c88a2f, nickel #c7cdd6.
*/

:root {
  --bg: #0f1115;
  --bg-2: #171b23;
  --bg-3: #1f2430;
  --panel2: #232938;
  --line: #2f3545;
  --line-2: #464d61;
  --txt: #ece9e2;
  --txt-d: #c7c2b6;
  --txt-dd: #9a93a8;
  --acc: #6d4ae6;
  --acc-l: #b39aff;
  --acc-2: #c88a2f;
  --acc-2-l: #e6bc75;
  --acc-2-d: #8f6324;
  --hot: #8568ff;
  --steel: #c7cdd6;
  --on-acc: #f7f4ff;
  --head: "Baskerville Old Face", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  --mono: ui-monospace, "Cascadia Code", "Consolas", "SFMono-Regular", monospace;
  --violetgrad: linear-gradient(135deg, #6d4ae6 0%, #8568ff 56%, #b39aff 100%);
  --keycut: repeating-linear-gradient(135deg, rgba(179, 154, 255, .03) 0 1px, transparent 1px 15px);
  --r: 14px;
  --r-s: 10px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.68 var(--sans);
  color: var(--txt);
  background:
    radial-gradient(1080px 520px at 82% -10%, rgba(109, 74, 230, .14) 0%, transparent 60%),
    radial-gradient(760px 360px at 6% 8%, rgba(200, 138, 47, .12) 0%, transparent 56%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: var(--keycut);
  opacity: .54;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--acc-l); text-decoration: none }
a:hover { text-decoration: underline }
.k { color: var(--acc-2-l); font-weight: 700 }

.skip {
  position: absolute;
  top: -42px;
  left: 8px;
  padding: 8px 12px;
  background: var(--acc);
  color: var(--on-acc);
  border-radius: 6px;
  z-index: 100;
  font-weight: 700;
}
.skip:focus { top: 8px }

.bar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(15, 17, 21, .9);
  backdrop-filter: blur(11px);
  position: sticky;
  top: 0;
  z-index: 50;
}
.logo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.logo:hover { text-decoration: none }
.logo__svg {
  width: 36px;
  height: 36px;
  flex: none;
  filter: drop-shadow(0 0 12px rgba(109, 74, 230, .4));
}
.logo__t {
  font-family: var(--head);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2px;
  font-size: 25px;
}
.logo__sub {
  display: block;
  font-size: 10px;
  color: var(--acc-2-l);
  letter-spacing: 2px;
  font-weight: 700;
  margin-top: 5px;
  text-transform: uppercase;
  font-family: var(--mono);
}
.nav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.nav a {
  color: var(--txt-d);
  font-size: 14px;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
}
.nav a:hover { color: var(--acc-l); border-bottom-color: var(--acc); text-decoration: none }

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 10px;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 14px;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer;
  letter-spacing: .2px;
}
.cta:hover { text-decoration: none; transform: translateY(-1px) }
.cta--small { background: var(--acc); color: var(--on-acc); border-color: transparent }
.cta--small:hover { box-shadow: 0 8px 22px rgba(109, 74, 230, .35) }
.cta--big { padding: 15px 28px; font-size: 15px; border-radius: 12px }
.cta--hot {
  background: var(--violetgrad);
  color: var(--on-acc);
  border: 0;
  box-shadow: 0 8px 26px rgba(109, 74, 230, .28);
}
.cta--hot:hover { box-shadow: 0 13px 34px rgba(109, 74, 230, .42) }
.cta--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.cta--ghost:hover { border-color: var(--acc); color: var(--acc-l) }

.metr {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 16px 22px 0;
  max-width: 1240px;
  margin: 0 auto;
}
.metr__cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  align-items: flex-start;
}
.metr__cell::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--acc), var(--acc-2));
  opacity: .85;
}
.metr__num {
  font-family: var(--head);
  font-weight: 700;
  font-size: 21px;
  color: var(--steel);
}
.metr__lbl { font-size: 11.5px; color: var(--txt-d); letter-spacing: .4px; line-height: 1.35 }

.hero {
  padding: 48px 22px 32px;
  max-width: 1240px;
  margin: 0 auto;
}
.hero__chip {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1.4px;
  color: var(--acc-2-l);
  background: rgba(200, 138, 47, .1);
  border: 1px solid rgba(200, 138, 47, .32);
  padding: 6px 12px;
  border-radius: 999px;
  margin: 0 0 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--mono);
}
h1 {
  font-family: var(--head);
  font-size: clamp(30px, 4.4vw, 47px);
  line-height: 1.14;
  margin: 0 0 18px;
  letter-spacing: -.2px;
  font-weight: 700;
}
.acc { color: var(--acc-l); white-space: nowrap }
.hero__sub {
  color: var(--txt);
  font-size: 16.8px;
  margin: 0 0 14px;
  line-height: 1.76;
  max-width: 1080px;
}
.hero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 8px }

section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 52px 22px;
}
section.hero, section.welcome { padding-top: 36px }
.ovrline {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--acc-2-l);
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-family: var(--mono);
}
h2 {
  font-family: var(--head);
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.2;
  margin: 0 0 16px;
  letter-spacing: -.1px;
  font-weight: 700;
}
h3 {
  font-family: var(--head);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.28;
  margin: 26px 0 10px;
  color: var(--txt);
  font-weight: 700;
}
h4 {
  font-family: var(--head);
  font-size: 19px;
  margin: 0 0 12px;
  color: var(--txt);
}
p { margin: 0 0 14px; color: var(--txt) }
.lead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 940px; line-height: 1.74 }

.qstat {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 16px 22px 0;
}
.qs {
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: border-color .2s, transform .15s;
}
.qs:hover { border-color: var(--acc); transform: translateY(-2px) }
.qs__k {
  font-family: var(--head);
  font-weight: 700;
  font-size: 27px;
  line-height: 1;
  color: var(--steel);
}
.qs__t { font-weight: 800; font-size: 14px; color: var(--acc-2-l) }
.qs__d { font-size: 13px; color: var(--txt-d); line-height: 1.55 }

.login {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}
.lgc {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--acc);
  border-radius: var(--r);
  padding: 20px 20px;
  transition: border-color .2s, transform .15s;
}
.lgc:hover { border-color: var(--acc); transform: translateY(-2px) }
.lgc__h {
  font-family: var(--head);
  font-weight: 700;
  font-size: 18px;
  color: var(--txt);
  margin-bottom: 8px;
}
.lgc__d { font-size: 13.6px; color: var(--txt-d); line-height: 1.56 }
.reglist { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 8px; }
.reglist li {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 12px 16px;
  font-size: 13.5px;
  color: var(--txt-d);
}
.reglist__k {
  display: inline-block;
  min-width: 108px;
  color: var(--acc-2-l);
  font-family: var(--mono);
  font-weight: 700;
  margin-right: 8px;
}

.welcome {
  background:
    radial-gradient(720px 360px at 82% 22%, rgba(109, 74, 230, .09) 0%, transparent 72%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.welcome__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.wbox {
  background: rgba(15, 17, 21, .72);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px 18px 16px;
}
.wbox__step {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: var(--acc-2-l);
  margin-bottom: 10px;
}
.wbox__pct {
  font-family: var(--head);
  font-size: 28px;
  color: var(--acc-l);
  margin-bottom: 8px;
}
.wbox__title {
  font-family: var(--head);
  font-size: 21px;
  line-height: 1.28;
  margin-bottom: 10px;
}
.wbox__sub { color: var(--txt-d); font-size: 13.5px; line-height: 1.58 }
.wbox--4 { border-color: rgba(200, 138, 47, .35) }

.subs__grid,
.live__grid,
.loyal__grid,
.rev__grid {
  display: grid;
  gap: 14px;
}
.subs__grid { grid-template-columns: repeat(3, 1fr) }
.subs__box,
.lbox,
.rbox,
.sbox {
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px;
}
.subs__box h3,
.lbox__h,
.sbox__head { margin-top: 0 }

.grid.g4 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.card {
  background: linear-gradient(180deg, rgba(35, 41, 56, .96), rgba(23, 27, 35, .96));
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card__cover {
  min-height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--head);
  font-size: 24px;
  line-height: 1.02;
  color: #ffffff;
  padding: 14px;
  background:
    radial-gradient(circle at 18% 22%, rgba(230, 188, 117, .18) 0%, transparent 36%),
    linear-gradient(145deg, rgba(109, 74, 230, .72), rgba(26, 30, 40, .96));
}
.cv-2,.cv-5,.cv-9,.cv-15 { background: linear-gradient(145deg, rgba(200, 138, 47, .75), rgba(26, 30, 40, .96)) }
.cv-4,.cv-8,.cv-13 { background: linear-gradient(145deg, rgba(179, 154, 255, .7), rgba(26, 30, 40, .96)) }
.card h3 { padding: 16px 16px 0; font-size: 19px }
.card p { padding: 0 16px 12px; color: var(--txt-d); font-size: 13px; min-height: 53px }
.card__btn {
  margin: auto 16px 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 10px 12px;
  background: rgba(109, 74, 230, .14);
  color: var(--acc-l);
  border: 1px solid rgba(109, 74, 230, .34);
  font-weight: 700;
}
.card__btn:hover { text-decoration: none; background: rgba(109, 74, 230, .22) }

.prov {
  margin-top: 16px;
  background: rgba(23, 27, 35, .74);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
}
.prov__title {
  font-family: var(--mono);
  color: var(--acc-2-l);
  letter-spacing: .9px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 12px;
}
.prov__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.prov__list span,
.bdg {
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--txt-d);
  background: rgba(15, 17, 21, .78);
  font-size: 12.5px;
}

.steps3__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.sbox__num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(109, 74, 230, .18);
  border: 1px solid rgba(109, 74, 230, .45);
  color: var(--acc-l);
  font-family: var(--head);
  font-size: 24px;
  margin-bottom: 12px;
}
.sbox__head {
  font-family: var(--head);
  font-size: 21px;
  margin-bottom: 8px;
}

.live__grid {
  grid-template-columns: repeat(4, 1fr);
}
.lvbox {
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
}
.lvbox__cover {
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--head);
  font-size: 30px;
  letter-spacing: 1px;
  color: #fff;
  background: linear-gradient(140deg, rgba(109, 74, 230, .75), rgba(15, 17, 21, .95));
}
.lv-2,.lv-5,.lv-7 { background: linear-gradient(140deg, rgba(200, 138, 47, .7), rgba(15, 17, 21, .95)) }
.lvbox__b { padding: 14px 15px 16px }
.lvbox__t { font-family: var(--head); font-size: 20px; margin-bottom: 4px }
.lvbox__s { color: var(--txt-d); font-size: 13px; margin-bottom: 6px }
.lvbox__m { color: var(--acc-l); font-size: 13px }

.loyal__grid { grid-template-columns: repeat(3, 1fr) }
.lbox__h {
  font-family: var(--head);
  font-size: 22px;
  margin-bottom: 8px;
  color: var(--acc-2-l);
}

.tour__kpi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.tour__kpi div {
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
}
.tour__kpi span:first-child {
  display: block;
  font-family: var(--head);
  font-size: 28px;
  color: var(--steel);
  margin-bottom: 8px;
}
.tour__kpi .k { display: block; margin-bottom: 8px }
.tour__kpi i { font-style: normal; color: var(--txt-d); font-size: 13px }
.tour__btns { margin-top: 20px }

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.rtp__wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 16px;
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
}
th, td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
th {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: .8px;
  font-size: 12px;
  color: var(--acc-2-l);
}
td { color: var(--txt-d) }
.rtp__name { color: var(--txt); font-weight: 700 }
.rtp__val { color: var(--acc-l) }
.rtp__note { margin-top: 14px; color: var(--txt-d) }

.rev__grid { grid-template-columns: repeat(3, 1fr) }
.rbox__stars { color: var(--acc-2-l); letter-spacing: 2px; margin-bottom: 10px }
.star-off { color: #67616f }
.rbox__q { color: var(--txt); font-size: 14.2px; line-height: 1.66 }
.rbox__meta { color: var(--txt-d); font-size: 12.8px; margin-top: 12px }
.rbox__a {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(109, 74, 230, .16);
  color: var(--acc-l);
  margin-right: 8px;
  font-weight: 700;
}

.final {
  text-align: center;
  padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 40%, rgba(109, 74, 230, .17) 0%, transparent 70%),
    linear-gradient(135deg, rgba(109, 74, 230, .05), rgba(200, 138, 47, .06)),
    var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.final h2 { margin-bottom: 10px }
.final p {
  max-width: 640px;
  margin: 0 auto 24px;
  color: var(--txt-d);
}

.faq details {
  background: linear-gradient(180deg, rgba(35, 41, 56, .95), rgba(23, 27, 35, .95));
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 12px;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--head);
  font-size: 20px;
  color: var(--txt);
}
.faq summary::-webkit-details-marker { display: none }
.faq p { margin-top: 10px; color: var(--txt-d) }

.author {
  border-top: 1px solid var(--line);
  margin-top: 12px;
}

.foot {
  border-top: 1px solid var(--line);
  background: rgba(15, 17, 21, .92);
  margin-top: 24px;
}
.foot__top {
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 22px 20px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
}
.foot__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.foot__brandname {
  font-family: var(--head);
  font-size: 24px;
  color: var(--txt);
}
.foot__legal {
  color: var(--txt-d);
  max-width: 760px;
}
.foot__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.foot__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
  color: var(--txt-d);
  font-size: 14px;
}
.foot__bottom {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 22px 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--txt-dd);
  font-size: 13px;
}

@media (max-width: 1080px) {
  .grid.g4 { grid-template-columns: repeat(3, 1fr) }
  .welcome__grid,
  .tour__kpi,
  .metr,
  .qstat,
  .rev__grid,
  .live__grid,
  .loyal__grid,
  .subs__grid { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 820px) {
  .bar { flex-wrap: wrap }
  .nav { margin-left: 0; width: 100%; gap: 14px }
  .login,
  .steps3__grid,
  .foot__top,
  .foot__cols,
  .welcome__grid,
  .tour__kpi,
  .metr,
  .qstat,
  .rev__grid,
  .live__grid,
  .loyal__grid,
  .subs__grid,
  .grid.g4 { grid-template-columns: 1fr }
  .foot__bottom { flex-direction: column }
}

@media (max-width: 520px) {
  section,
  .hero,
  .foot__top,
  .foot__bottom,
  .bar,
  .metr,
  .qstat { padding-left: 16px; padding-right: 16px }
  .final { padding: 36px 18px; margin: 22px 14px }
  .hero__btns { flex-direction: column; align-items: stretch }
  .cta--big { width: 100% }
  h1 { font-size: 33px }
  h2 { font-size: 28px }
  .logo__t { font-size: 23px }
}
