/* 1xbet-casino1.online — лендинг 1xBet / 1хБет. Концепт «Икс-Сейф»: официальный сейф/хранилище, оружейный графит, стальной синий, хром. Шрифты Jura + Scada. */

:root {
  --bg: #0c1015;
  --bg-2: #141b23;
  --bg-3: #1d2531;
  --line: #2a3340;
  --line-2: #3a4554;
  --txt: #e9eef4;
  --txt-d: #aab4c2;
  --txt-dd: #7a8696;
  --steel: #74a0d4;
  --steel-d: #4f7bb6;
  --chrome: #cdd8e6;
  --hot-a: #5f93e0;
  --hot-b: #2f53b8;
  --good: #6bd58f;
  --r: 14px;
  --r-s: 9px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.66 "Scada", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1000px 580px at 84% -10%, rgba(116, 160, 212, .16) 0%, transparent 60%),
    radial-gradient(720px 520px at -10% 60%, rgba(205, 216, 230, .05) 0%, transparent 62%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--steel); text-decoration: none }
a:hover { text-decoration: underline }

h1, h2, h3, h4,
.atrium h1, .audit h2, .allot h2, .depot h2, .entry h2, .custody h2,
.vie h2, .den h2, .wicket h2, .vouches h2, .lockup h2, .asked h2,
.endnote h2, .audit h3, .spec__h, .coffer__title, .cabin__t, .bin h3, .foundation h4 {
  font-family: "Jura", "Scada", Georgia, sans-serif;
  font-weight: 700;
  letter-spacing: .2px;
}

.tovault {
  position: absolute; top: -44px; left: 8px;
  padding: 9px 14px; background: var(--chrome); color: #0d1219;
  border-radius: 7px; z-index: 100; font-weight: 700;
}
.tovault:focus { top: 8px }

/* ===== HEADER / CONSOLE ===== */
.console {
  display: flex; align-items: center; gap: 18px;
  padding: 13px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(12, 16, 21, .86);
  backdrop-filter: blur(11px);
  position: sticky; top: 0; z-index: 50;
}
.dial { display: flex; align-items: center; gap: 11px; flex: 0 0 auto }
.dial__svg { width: 40px; height: 40px }
.dial__t {
  font-family: "Jura", sans-serif; font-weight: 700; font-size: 21px;
  color: var(--chrome); display: flex; flex-direction: column; line-height: 1.05;
}
.dial__sub { font-family: "Scada", sans-serif; font-weight: 400; font-size: 11px; color: var(--txt-dd); letter-spacing: .4px }
.wards { margin-left: auto; display: flex; gap: 19px; flex-wrap: wrap }
.wards a { color: var(--txt-d); font-size: 14.5px; letter-spacing: .3px }
.wards a:hover { color: var(--chrome); text-decoration: none }

/* ===== BUTTONS / BOLT ===== */
.bolt {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: "Jura", sans-serif; font-weight: 700; letter-spacing: .4px;
  border-radius: var(--r-s); border: 1px solid transparent; cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, background .15s ease;
}
.bolt--sm { padding: 9px 18px; font-size: 14px; background: linear-gradient(135deg, var(--hot-a), var(--hot-b)); color: #fff }
.bolt--lg { padding: 15px 30px; font-size: 16.5px }
.bolt--hot { background: linear-gradient(135deg, var(--hot-a), var(--hot-b)); color: #fff; box-shadow: 0 10px 28px rgba(47, 83, 184, .32) }
.bolt--line { background: transparent; border-color: var(--line-2); color: var(--chrome) }
.bolt--hot:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(47, 83, 184, .42); text-decoration: none }
.bolt--line:hover { border-color: var(--steel); color: #fff; text-decoration: none }
.bolt--sm:hover { transform: translateY(-1px); text-decoration: none }

/* ===== READOUT STRIP ===== */
.readout {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px;
  background: var(--line); border-bottom: 1px solid var(--line);
}
.readout__cell { background: var(--bg-2); padding: 15px 16px; text-align: center }
.readout__v { display: block; font-family: "Jura", sans-serif; font-weight: 700; font-size: 21px; color: var(--chrome) }
.readout__k { display: block; font-size: 11.5px; color: var(--txt-dd); margin-top: 3px }

/* ===== HERO / ATRIUM ===== */
.atrium {
  display: grid; grid-template-columns: 1.12fr .88fr; gap: 40px; align-items: center;
  max-width: 1180px; margin: 0 auto; padding: 56px 24px 40px;
}
.atrium__tag {
  display: inline-block; font-family: "Jura", sans-serif; font-size: 12.5px; letter-spacing: 1.1px;
  color: var(--steel); border: 1px solid var(--line-2); border-radius: 30px; padding: 5px 14px; margin: 0 0 18px;
}
.atrium h1 { font-size: 33px; line-height: 1.2; margin: 0 0 18px; color: #fff }
.atrium h1 .acc { color: var(--steel) }
.atrium__sub { font-size: 16.5px; color: var(--txt-d); margin: 0 0 24px; max-width: 38em }
.atrium__acts { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px }
.manifest { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px }
.manifest__row {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-s);
  padding: 14px 10px; text-align: center;
}
.manifest__v { display: block; font-family: "Jura", sans-serif; font-weight: 700; font-size: 22px; color: var(--steel) }
.manifest__k { display: block; font-size: 11.5px; color: var(--txt-dd); margin-top: 3px }
.atrium__plate { margin: 0 }
.atrium__plate-svg { width: 100%; height: auto; filter: drop-shadow(0 18px 40px rgba(0, 0, 0, .42)) }
.atrium__plate figcaption { margin-top: 12px; font-size: 12.5px; color: var(--txt-dd); text-align: center }

/* ===== SECTION SHELL ===== */
.audit, .allot, .depot, .entry, .custody, .vie, .den, .wicket, .vouches, .lockup, .asked, .endnote {
  max-width: 1180px; margin: 0 auto; padding: 50px 24px;
  border-top: 1px solid var(--line);
}
.over {
  font-family: "Jura", sans-serif; font-size: 12.5px; letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--steel-d); margin: 0 0 8px;
}
h2 { font-size: 27px; margin: 0 0 16px; color: #fff }
.standfirst { font-size: 16.5px; color: var(--txt-d); max-width: 60em; margin: 0 0 26px }

/* ===== AUDIT / OVERVIEW ===== */
.audit h3 { font-size: 19px; margin: 26px 0 9px; color: var(--chrome) }
.audit p { color: var(--txt-d); margin: 0 0 12px; max-width: 62em }
.sentries { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px }
.sentry {
  font-family: "Jura", sans-serif; font-size: 13px; color: var(--chrome);
  background: var(--bg-2); border: 1px solid var(--line-2); border-radius: 30px; padding: 7px 15px;
}

/* ===== WELCOME / ALLOT ===== */
.allot__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 26px }
.coffer {
  background: linear-gradient(180deg, var(--bg-2), var(--bg)); border: 1px solid var(--line);
  border-radius: var(--r); padding: 20px 18px; position: relative; overflow: hidden;
}
.coffer::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg, var(--steel), transparent) }
.coffer__step { font-family: "Jura", sans-serif; font-size: 12px; letter-spacing: 1px; color: var(--txt-dd); text-transform: uppercase }
.coffer__pct { font-family: "Jura", sans-serif; font-weight: 700; font-size: 30px; color: var(--steel); margin: 6px 0 8px }
.coffer__title { font-size: 16px; color: #fff; margin-bottom: 8px }
.coffer__sub { font-size: 13.5px; color: var(--txt-d) }

/* ===== CATALOGUE / DEPOT ===== */
.depot__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 26px }
.bin {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; display: flex; flex-direction: column; transition: border-color .15s ease, transform .12s ease;
}
.bin:hover { border-color: var(--steel-d); transform: translateY(-3px) }
.bin__face {
  font-family: "Jura", sans-serif; font-weight: 700; font-size: 18px; color: #0d1219;
  height: 104px; display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1.1;
  background: linear-gradient(135deg, #9fb6d6, #5f86b8);
}
.bf-2 { background: linear-gradient(135deg, #b6c2cf, #6f86a0) }
.bf-3 { background: linear-gradient(135deg, #8fb0d6, #4f76aa) }
.bf-4 { background: linear-gradient(135deg, #c0c9d6, #7e92ad) }
.bf-5 { background: linear-gradient(135deg, #8aa6c8, #56708f) }
.bf-6 { background: linear-gradient(135deg, #a6b8d0, #6680a4) }
.bf-7 { background: linear-gradient(135deg, #9cb2cc, #5d7ba6) }
.bf-8 { background: linear-gradient(135deg, #b2c0d2, #728aa8) }
.bf-9 { background: linear-gradient(135deg, #8fa8c6, #50709c) }
.bf-10 { background: linear-gradient(135deg, #bcc7d4, #7b90ac) }
.bf-11 { background: linear-gradient(135deg, #94adcb, #5878a2) }
.bf-12 { background: linear-gradient(135deg, #a8bad0, #6a86ac) }
.bin h3 { font-size: 15px; margin: 13px 14px 5px; color: #fff }
.bin p { font-size: 12.5px; color: var(--txt-dd); margin: 0 14px 12px }
.bin__go {
  margin: auto 14px 14px; padding: 8px 0; text-align: center; border-radius: var(--r-s);
  border: 1px solid var(--line-2); color: var(--chrome); font-family: "Jura", sans-serif; font-size: 13px;
}
.bin__go:hover { background: var(--bg-3); border-color: var(--steel); text-decoration: none }
.index { margin-top: 18px }
.index__h { font-family: "Jura", sans-serif; font-size: 13px; letter-spacing: .6px; color: var(--txt-dd); margin-bottom: 10px }
.index__row { display: flex; flex-wrap: wrap; gap: 8px }
.index__row span {
  font-size: 13px; color: var(--txt-d); background: var(--bg-2);
  border: 1px solid var(--line); border-radius: 7px; padding: 6px 12px;
}

/* ===== THREE STEPS / ENTRY ===== */
.entry__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px }
.tread { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 20px }
.tread__n {
  font-family: "Jura", sans-serif; font-weight: 700; font-size: 18px; color: var(--hot-b);
  width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: var(--chrome); margin-bottom: 13px;
}
.tread__h { font-family: "Jura", sans-serif; font-weight: 700; font-size: 17px; color: #fff; margin-bottom: 8px }
.tread p { font-size: 14.5px; color: var(--txt-d); margin: 0 }

/* ===== LOYALTY / CUSTODY ===== */
.tumblers { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin: 6px 0 26px }
.tumbler {
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2)); border: 1px solid var(--line);
  border-radius: var(--r-s); padding: 15px 9px; text-align: center;
}
.tumbler:last-child { border-color: var(--steel-d); box-shadow: inset 0 0 0 1px rgba(116, 160, 212, .25) }
.tumbler__name { display: block; font-family: "Jura", sans-serif; font-weight: 700; font-size: 15px; color: var(--chrome) }
.tumbler__cb { display: block; font-size: 12.5px; color: var(--steel); margin-top: 5px }
.custody__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px }
.spec { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 18px }
.spec__h { font-family: "Jura", sans-serif; font-weight: 700; font-size: 16.5px; color: #fff; margin-bottom: 8px }
.spec p { font-size: 14.5px; color: var(--txt-d); margin: 0 }

/* ===== TOURNAMENT / VIE ===== */
.vie__acts { margin: 4px 0 24px }
.vie__kpi { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px }
.vie__kpi > div {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 18px 15px; text-align: center;
}
.vie__kpi span { display: block; font-family: "Jura", sans-serif; font-weight: 700; font-size: 27px; color: var(--steel) }
.vie__kpi em { display: block; font-style: normal; font-size: 14px; color: #fff; margin: 5px 0 3px }
.vie__kpi i { display: block; font-style: normal; font-size: 12.5px; color: var(--txt-dd) }

/* ===== LIVE / DEN ===== */
.den__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px }
.cabin {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
  transition: border-color .15s ease, transform .12s ease;
}
.cabin:hover { border-color: var(--steel-d); transform: translateY(-3px) }
.cabin__face {
  font-family: "Jura", sans-serif; font-weight: 700; font-size: 19px; color: #0d1219;
  height: 92px; display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1.1;
  background: linear-gradient(135deg, #aebfd4, #647f9f);
}
.cb-2 { background: linear-gradient(135deg, #9db2cc, #587498) }
.cb-3 { background: linear-gradient(135deg, #b8c4d2, #748aa6) }
.cb-4 { background: linear-gradient(135deg, #8fa9c8, #527092) }
.cb-5 { background: linear-gradient(135deg, #a8b8cc, #66809e) }
.cb-6 { background: linear-gradient(135deg, #97aece, #5577a4) }
.cabin__b { padding: 14px 16px 16px }
.cabin__t { font-size: 16px; color: #fff; margin-bottom: 3px }
.cabin__s { font-size: 12.5px; color: var(--steel); margin-bottom: 9px }
.cabin__m { font-size: 13.5px; color: var(--txt-d) }
.cabin__p { font-size: 13px; color: var(--txt-dd); margin-top: 4px }
.cabin__live {
  display: inline-block; margin-top: 10px; font-family: "Jura", sans-serif; font-size: 11px; letter-spacing: 1px;
  color: var(--good); border: 1px solid rgba(107, 213, 143, .4); border-radius: 20px; padding: 3px 11px;
}

/* ===== CASHIER / WICKET ===== */
.wicket__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-bottom: 18px }
.duct {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-s);
  padding: 16px 10px; text-align: center;
}
.duct__n { display: block; font-family: "Jura", sans-serif; font-weight: 700; font-size: 16px; color: var(--chrome) }
.duct__d { display: block; font-style: normal; font-size: 11.5px; color: var(--txt-dd); margin-top: 4px }
.wicket__times { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px }
.wicket__times > div { background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--r-s); padding: 15px 16px }
.wicket__times .duct__n { text-align: left; color: var(--steel) }
.wicket__times em { display: block; font-style: normal; font-size: 13.5px; color: var(--txt-d); margin-top: 5px }

/* ===== REVIEWS / VOUCHES ===== */
.vouches__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px }
.vouch { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 18px }
.vouch__stars { color: var(--steel); letter-spacing: 2px; font-size: 14px; margin-bottom: 10px }
.vouch__stars--four .star-off { color: var(--line-2) }
.vouch__q { font-size: 14.5px; color: var(--txt); margin: 0 0 14px }
.vouch__meta { font-size: 13px; color: var(--txt-dd); display: flex; align-items: center; gap: 10px }
.vouch__a {
  width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, var(--steel), var(--hot-b));
  color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: "Jura", sans-serif; font-weight: 700;
}

/* ===== PRE-FOOTER / LOCKUP ===== */
.lockup { text-align: center; background: linear-gradient(180deg, var(--bg-2), var(--bg)); }
.lockup h2 { font-size: 28px }
.lockup p { font-size: 16.5px; color: var(--txt-d); max-width: 44em; margin: 0 auto 22px }

/* ===== FAQ / ASKED ===== */
.asked details {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-s);
  padding: 4px 18px; margin-bottom: 11px;
}
.asked summary {
  font-family: "Jura", sans-serif; font-weight: 600; font-size: 15.5px; color: var(--chrome);
  cursor: pointer; padding: 14px 0; list-style: none;
}
.asked summary::-webkit-details-marker { display: none }
.asked summary::after { content: "+"; float: right; color: var(--steel); font-size: 20px; line-height: 1 }
.asked details[open] summary::after { content: "–" }
.asked details p { font-size: 14.5px; color: var(--txt-d); margin: 0 0 16px }

/* ===== AUTHOR NOTE / ENDNOTE ===== */
.endnote { max-width: 1180px; margin: 0 auto }
.endnote p { font-size: 14.5px; color: var(--txt-d); max-width: 64em; margin: 0 0 12px }

/* ===== FOOTER / FOUNDATION ===== */
.foundation { border-top: 1px solid var(--line); background: var(--bg-2); margin-top: 10px }
.foundation__top {
  max-width: 1180px; margin: 0 auto; padding: 40px 24px 26px;
  display: grid; grid-template-columns: 1.3fr 2fr; gap: 36px;
}
.foundation__logo { display: flex; align-items: center; gap: 11px; margin-bottom: 14px }
.foundation__mark { font-family: "Jura", sans-serif; font-weight: 700; font-size: 19px; color: var(--chrome); display: flex; flex-direction: column; line-height: 1.1 }
.foundation__mark i { font-style: normal; font-weight: 400; font-size: 11.5px; color: var(--txt-dd) }
.foundation__legal { font-size: 12.5px; color: var(--txt-dd); line-height: 1.6 }
.foundation__legal .lede { color: var(--txt-d); font-weight: 700 }
.foundation__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px }
.foundation__col h4 { font-family: "Jura", sans-serif; font-size: 14px; color: var(--chrome); margin: 0 0 11px }
.foundation__col ul { list-style: none; padding: 0; margin: 0 }
.foundation__col li { font-size: 13px; color: var(--txt-dd); padding: 4px 0 }
.foundation__bottom {
  border-top: 1px solid var(--line); max-width: 1180px; margin: 0 auto; padding: 18px 24px;
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  font-size: 12px; color: var(--txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
  .atrium { grid-template-columns: 1fr; gap: 28px }
  .atrium h1 { font-size: 28px }
  .readout { grid-template-columns: repeat(3, 1fr) }
  .readout__cell:nth-child(4), .readout__cell:nth-child(5) { border-top: 1px solid var(--line) }
  .allot__grid, .depot__grid { grid-template-columns: repeat(2, 1fr) }
  .den__grid, .vie__kpi { grid-template-columns: repeat(2, 1fr) }
  .custody__grid { grid-template-columns: 1fr }
  .tumblers { grid-template-columns: repeat(3, 1fr) }
  .wicket__grid { grid-template-columns: repeat(3, 1fr) }
  .foundation__top { grid-template-columns: 1fr; gap: 24px }
}
@media (max-width: 620px) {
  .console { flex-wrap: wrap; gap: 12px; padding: 12px 16px }
  .wards { width: 100%; order: 3; gap: 14px }
  .readout { grid-template-columns: repeat(2, 1fr) }
  .manifest { grid-template-columns: repeat(2, 1fr) }
  .allot__grid, .depot__grid, .den__grid, .vie__kpi, .vouches__grid, .entry__grid, .foundation__cols { grid-template-columns: 1fr }
  .tumblers, .wicket__grid { grid-template-columns: repeat(2, 1fr) }
  .atrium h1 { font-size: 25px }
  h2 { font-size: 23px }
}
