:root {
  --bg: #120f1d;
  --bg-2: #1b1629;
  --bg-3: #251e38;
  --panel2: #302747;
  --line: #584b72;
  --line-2: #8a78ad;
  --txt: #f7f1e8;
  --txt-d: #d5cddd;
  --txt-dd: #a99db8;
  --acc: #ff9b5e;
  --acc-l: #ffc28f;
  --acc-2: #718cff;
  --acc-2-l: #9eb0ff;
  --acc-2-d: #4f63c6;
  --hot: #e77a42;
  --on-acc: #17111e;
  --mono: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Consolas", "DejaVu Sans Mono", monospace;
  --sans: Candara, "Segoe UI", Arial, sans-serif;
  --heading: "Arial Rounded MT Bold", Candara, "Segoe UI", sans-serif;
  --greengrad: linear-gradient(120deg, #ff9b5e 0%, #e77a42 58%, #ffc28f 100%);
  --nub: repeating-linear-gradient(135deg, rgba(255, 209, 102, .045) 0 1px, transparent 1px 11px);
  --r: 14px;
  --r-s: 10px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.66 var(--sans);
  color: var(--txt);
  background:
    radial-gradient(1180px 560px at 84% -8%, rgba(240, 180, 41, .12) 0%, transparent 58%),
    radial-gradient(840px 470px at 2% 6%, rgba(194, 24, 91, .09) 0%, transparent 54%),
    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(--nub);
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--acc-l); text-decoration: none }
a:hover { text-decoration: underline }
.bx176-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 }


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


.bx176-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;
}
.bx176-cta:hover { text-decoration: none; transform: translateY(-1px) }
.bx176-cta--small { background: var(--acc); color: var(--on-acc); border-color: transparent }
.bx176-cta--small:hover { box-shadow: 0 8px 22px rgba(240, 180, 41, .3) }
.bx176-cta--big { padding: 15px 28px; font-size: 15px; border-radius: 12px }
.bx176-cta--hot {
  background: var(--greengrad);
  color: var(--on-acc); border: 0;
  box-shadow: 0 8px 26px rgba(240, 180, 41, .26);
  font-weight: 800;
}
.bx176-cta--hot:hover { box-shadow: 0 13px 34px rgba(240, 180, 41, .44) }
.bx176-cta--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.bx176-cta--ghost:hover { border-color: var(--acc); color: var(--acc-l) }


.bx176-metr {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 12px; padding: 16px 22px 0;
  max-width: 1240px; margin: 0 auto;
}
.bx176-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;
}
.bx176-metr__cell::before {
  content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--acc), var(--acc-2)); opacity: .75;
}
.bx176-metr__num {
  font-family: var(--mono);
  font-weight: 700; font-size: 21px; color: var(--acc-l);
  letter-spacing: .2px;
}
.bx176-metr__lbl { font-size: 11.5px; color: var(--txt-d); letter-spacing: .4px; line-height: 1.35 }


.bx176-hero {
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
}
.bx176-hero__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--acc-2-l);
  background: rgba(194, 24, 91, .1);
  border: 1px solid rgba(194, 24, 91, .32);
  padding: 6px 12px; border-radius: 5px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700; font-family: var(--mono);
}
h1 {
  font-family: var(--sans);
  font-size: clamp(27px, 4.1vw, 44px); line-height: 1.18;
  margin: 0 0 18px; letter-spacing: .1px; font-weight: 800;
}
.acc { color: var(--acc-l); white-space: nowrap }
.bx176-hero__sub {
  color: var(--txt); font-size: 16.5px; margin: 0 0 14px; line-height: 1.72;
}
.bx176-hero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 8px }


section {
  max-width: 1240px; margin: 0 auto;
  padding: 52px 22px;
}
section.bx176-hero, section.bx176-welcome { padding-top: 36px }
.bx176-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(--sans);
  font-size: clamp(22px, 3.1vw, 33px); line-height: 1.24;
  margin: 0 0 16px; letter-spacing: .1px; font-weight: 800;
}
h3 {
  font-family: var(--sans);
  font-size: clamp(18px, 2vw, 22px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--txt); font-weight: 800; letter-spacing: .1px;
}
p { margin: 0 0 14px; color: var(--txt) }
.bx176-lead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 880px; line-height: 1.7 }


.bx176-qstat {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  max-width: 1240px; margin: 0 auto; padding: 16px 22px 0;
}
.bx176-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;
}
.bx176-qs:hover { border-color: var(--acc); transform: translateY(-2px) }
.bx176-qs__k {
  font-family: var(--mono);
  font-weight: 700; font-size: 26px; line-height: 1; color: var(--acc-l);
}
.bx176-qs__t { font-weight: 800; font-size: 14px; color: var(--acc-2-l) }
.bx176-qs__d { font-size: 13px; color: var(--txt-d); line-height: 1.5 }


.bx176-login {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 22px;
}
.bx176-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;
}
.bx176-lgc:hover { border-color: var(--acc); transform: translateY(-2px) }
.bx176-lgc__h {
  font-family: var(--sans);
  font-weight: 800; font-size: 16px; color: var(--txt); margin-bottom: 8px;
}
.bx176-lgc__d { font-size: 13.5px; color: var(--txt-d); line-height: 1.56 }
.bx176-reglist { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 8px; }
.bx176-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);
}
.bx176-reglist__k {
  display: inline-block; min-width: 108px; color: var(--acc-2-l);
  font-family: var(--mono); font-weight: 700; margin-right: 8px;
}


.bx176-welcome {
  background:
    radial-gradient(720px 360px at 82% 22%, rgba(240, 180, 41, .08) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.bx176-welcome__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.bx176-wbox {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.bx176-wbox:hover { border-color: var(--acc); transform: translateY(-2px) }
.bx176-wbox--3 { border-color: rgba(240, 180, 41, .42) }
.bx176-wbox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(240, 180, 41, .09), transparent 60%);
  pointer-events: none;
}
.bx176-wbox__step {
  font-family: var(--mono);
  font-size: 12px; color: var(--acc-2-l); font-weight: 700;
  letter-spacing: .8px; margin-bottom: 8px; text-transform: uppercase;
}
.bx176-wbox__pct {
  font-family: var(--mono);
  font-size: 34px; font-weight: 700; line-height: 1;
  color: var(--acc-l); letter-spacing: .5px;
  margin-bottom: 10px;
}
.bx176-wbox__title { font-weight: 800; font-size: 15px; margin-bottom: 6px; color: var(--txt) }
.bx176-wbox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.55 }


.bx176-subs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 10px; }
.subs__grid--3 { grid-template-columns: repeat(3, 1fr); }
.subs__grid--4 { grid-template-columns: repeat(2, 1fr); }
.bx176-subs__box {
  background: var(--panel2); border: 1px solid var(--line);
  border-top: 2px solid var(--acc-2);
  border-radius: var(--r); padding: 22px 22px;
  transition: border-color .2s, transform .15s;
}
.bx176-subs__box:hover { border-color: var(--acc); transform: translateY(-2px) }
.bx176-subs__box h3 { margin: 0 0 8px; color: var(--acc-2-l) }
.bx176-subs__box p { color: var(--txt-d); font-size: 14px; line-height: 1.64; margin: 0; }


.bx176-st3 {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px;
  margin-top: 22px;
}
.bx176-st3__box {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative; overflow: hidden;
}
.bx176-st3__n {
  font-family: var(--mono);
  position: absolute; top: 10px; right: 20px;
  font-size: 58px; font-weight: 700; line-height: 1;
  color: rgba(255, 209, 102, .12);
}
.bx176-st3__box h3 {
  font-size: 18px; font-weight: 800; margin: 0 0 12px; padding-right: 54px;
  color: var(--txt); font-family: var(--sans); position: relative;
}
.bx176-st3__box p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6; position: relative }


.bx176-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.bx176-grid.bx176-g4 { grid-template-columns: repeat(4, 1fr); }
.bx176-card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.bx176-card:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -14px rgba(240, 180, 41, .4);
}
.bx176-card__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono);
  font-weight: 700; font-size: 21px; color: var(--on-acc);
  text-align: center; padding: 14px;
  letter-spacing: .2px; line-height: 1.2;
  position: relative; overflow: hidden;
}
.bx176-card__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 42%, rgba(0,0,0,.4) 100%);
  pointer-events: none;
}
.bx176-cv-1 { background: linear-gradient(135deg, #ff9b5e 0%, #9a7118 100%) }
.bx176-cv-2 { background: linear-gradient(135deg, #718cff 0%, #861340 100%) }
.bx176-cv-3 { background: linear-gradient(135deg, #ffc28f 0%, #ff9b5e 100%) }
.bx176-cv-4 { background: linear-gradient(135deg, #e77a42 0%, #9a7118 100%) }
.bx176-cv-5 { background: linear-gradient(135deg, #9eb0ff 0%, #4f63c6 100%) }
.bx176-cv-6 { background: linear-gradient(135deg, #ff9b5e 0%, #718cff 100%) }
.bx176-cv-7 { background: linear-gradient(135deg, #ffc28f 0%, #c8921c 100%) }
.bx176-cv-8 { background: linear-gradient(135deg, #718cff 0%, #ff9b5e 100%) }
.bx176-cv-9 { background: linear-gradient(135deg, #e77a42 0%, #b7861b 100%) }
.bx176-cv-10 { background: linear-gradient(135deg, #9eb0ff 0%, #e77a42 100%) }
.bx176-cv-11 { background: linear-gradient(135deg, #ff9b5e 0%, #9a7118 100%) }
.bx176-cv-12 { background: linear-gradient(135deg, #718cff 0%, #861340 100%) }
.bx176-cv-13 { background: linear-gradient(135deg, #ffc28f 0%, #ff9b5e 100%) }
.bx176-cv-14 { background: linear-gradient(135deg, #e77a42 0%, #9a7118 100%) }
.bx176-cv-15 { background: linear-gradient(135deg, #9eb0ff 0%, #4f63c6 100%) }

.bx176-card h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 800; font-family: var(--mono); letter-spacing: 0 }
.bx176-card p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.bx176-card__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--panel2); color: var(--acc-l);
  text-align: center; border-radius: 8px; font-size: 13px; font-weight: 800;
  border: 1px solid var(--line); transition: all .15s;
}
.bx176-card__btn:hover { background: var(--acc); border-color: var(--acc); color: var(--on-acc); text-decoration: none }

.bx176-prov { margin: 22px 0 0 }
.bx176-prov__title { font-size: 12px; color: var(--acc-2-l); margin-bottom: 10px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; font-family: var(--mono) }
.bx176-prov__list { display: flex; flex-wrap: wrap; gap: 8px }
.bx176-prov__list span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 20px;
  font-size: 12.5px; color: var(--txt-d);
}


.live__grid,
.bx176-livegrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px; margin-top: 22px;
}
.bx176-lvbox {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.bx176-lvbox:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -14px rgba(240, 180, 41, .42);
}
.bx176-lvbox__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono);
  font-weight: 700; font-size: clamp(18px, 2vw, 25px); color: var(--on-acc);
  padding: 18px; text-align: center; letter-spacing: .4px;
  overflow-wrap: anywhere;
}
.lv-1 { background: linear-gradient(135deg, #ff9b5e 0%, #9a7118 100%) }
.lv-2 { background: linear-gradient(135deg, #718cff 0%, #861340 100%) }
.lv-3 { background: linear-gradient(135deg, #ffc28f 0%, #ff9b5e 100%) }
.lv-4 { background: linear-gradient(135deg, #e77a42 0%, #9a7118 100%) }
.lv-5 { background: linear-gradient(135deg, #9eb0ff 0%, #4f63c6 100%) }
.lv-6 { background: linear-gradient(135deg, #ff9b5e 0%, #718cff 100%) }
.lv-7 { background: linear-gradient(135deg, #ffc28f 0%, #c8921c 100%) }
.lv-8 { background: linear-gradient(135deg, #718cff 0%, #ff9b5e 100%) }
.lvbox__b { padding: 14px 16px 16px }
.lvbox__t { font-weight: 800; font-size: 16px; margin-bottom: 4px; font-family: var(--sans); color: var(--txt) }
.lvbox__s { font-size: 12.5px; color: var(--txt-d); margin-bottom: 8px }
.lvbox__m { font-size: 13px; color: var(--acc-2-l); font-weight: 700 }
.bx176-livegrid .bx176-lvbox:nth-child(1) .bx176-lvbox__cover { background: linear-gradient(135deg, #ff9b5e 0%, #9a7118 100%) }
.bx176-livegrid .bx176-lvbox:nth-child(2) .bx176-lvbox__cover { background: linear-gradient(135deg, #718cff 0%, #861340 100%) }
.bx176-livegrid .bx176-lvbox:nth-child(3) .bx176-lvbox__cover { background: linear-gradient(135deg, #ffc28f 0%, #c8921c 100%) }
.bx176-livegrid .bx176-lvbox:nth-child(4) .bx176-lvbox__cover { background: linear-gradient(135deg, #9eb0ff 0%, #4f63c6 100%) }
.bx176-livegrid .bx176-lvbox:nth-child(5) .bx176-lvbox__cover { background: linear-gradient(135deg, #e77a42 0%, #9a7118 100%) }
.bx176-livegrid .bx176-lvbox:nth-child(6) .bx176-lvbox__cover { background: linear-gradient(135deg, #ff9b5e 0%, #718cff 100%) }
.bx176-livegrid .bx176-lvbox h3 {
  margin: 0; padding: 16px 16px 0;
  font-size: 17px; line-height: 1.3; color: var(--txt);
}
.bx176-livegrid .bx176-lvbox p {
  margin: 0; padding: 8px 16px 18px;
  color: var(--txt-d); font-size: 13px; line-height: 1.55;
}


.bx176-loy__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.bx176-lbox {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.bx176-lbox:hover { border-color: var(--acc-2) }
.bx176-lbox__h { font-weight: 800; font-size: 18px; margin-bottom: 10px; color: var(--acc-2-l); font-family: var(--sans) }
.bx176-lbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.62 }


.bx176-ladder {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 9px; margin-top: 16px;
}
.bx176-ladder__step {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 8px 13px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bx176-ladder__step::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 3px;
  background: var(--acc);
}
.bx176-ladder__step:nth-child(1)::after { width: 20% }
.bx176-ladder__step:nth-child(2)::after { width: 36% }
.bx176-ladder__step:nth-child(3)::after { width: 52% }
.bx176-ladder__step:nth-child(4)::after { width: 68% }
.bx176-ladder__step:nth-child(5)::after { width: 84% }
.bx176-ladder__step:nth-child(6)::after { width: 100% }
.bx176-ladder__step:nth-child(4) { border-color: var(--acc-2-d) }
.bx176-ladder__step:nth-child(5) { border-color: var(--acc-2) }
.bx176-ladder__step:nth-child(6) { border-color: var(--acc); background: linear-gradient(180deg, rgba(240, 180, 41, .16), var(--panel2)) }
.bx176-ladder__lvl {
  display: block; font-size: 10px; letter-spacing: 1.8px;
  color: var(--txt-dd); font-weight: 700; margin-bottom: 6px; font-family: var(--mono);
}
.bx176-ladder__name {
  font-family: var(--mono);
  font-size: 15px; font-weight: 700; color: var(--acc-2-l);
  display: block; line-height: 1.1; margin-bottom: 5px;
}
.bx176-ladder__cb { font-size: 11px; color: var(--txt-d) }
.bx176-ladder__step:nth-child(6) .bx176-ladder__name { color: var(--acc-l) }


.bx176-tour {
  background:
    radial-gradient(640px 360px at 50% 30%, rgba(240, 180, 41, .12) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.bx176-tour .bx176-lead { margin-left: auto; margin-right: auto; }
.bx176-tour__btns { margin: 24px 0 0 }
.bx176-tour__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.bx176-tour__kpi > div {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.bx176-tour__kpi span {
  font-family: var(--mono);
  font-size: 27px; font-weight: 700; color: var(--acc-l);
  margin-bottom: 2px; letter-spacing: .3px;
}
.bx176-tour__kpi .bx176-k { font-size: 14px; font-weight: 800; color: var(--txt); font-family: var(--sans); margin: 0 }
.bx176-tour__kpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }


.bx176-brand h3 {
  border-left: 3px solid var(--acc);
  padding-left: 14px; margin-top: 30px; color: var(--txt);
}
.bx176-brand p { color: var(--txt-d); line-height: 1.74 }
.bx176-badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.bx176-bdg {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--acc-2-d);
  border-radius: 20px;
  font-size: 12.5px; color: var(--acc-2-l);
  letter-spacing: .3px;
}


.bx176-rtp__wrap { overflow-x: auto; margin-top: 22px; border: 1px solid var(--line); border-radius: var(--r) }
.bx176-rtp table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 560px }
.bx176-rtp thead th {
  background: var(--bg-3); color: var(--acc-2-l);
  text-align: left; padding: 13px 16px;
  font-family: var(--mono);
  font-weight: 700; text-transform: uppercase; letter-spacing: .8px; font-size: 12px;
  border-bottom: 1px solid var(--line-2);
}
.bx176-rtp tbody td { padding: 12px 16px; border-bottom: 1px solid var(--line); color: var(--txt-d) }
.bx176-rtp tbody tr:last-child td { border-bottom: 0 }
.bx176-rtp tbody tr:nth-child(odd) td { background: rgba(19, 18, 23, .6) }
.bx176-rtp tbody tr:hover td { background: rgba(240, 180, 41, .08); color: var(--txt) }
.bx176-rtp .bx176-rtp__name { color: var(--txt); font-weight: 700 }
.bx176-rtp .bx176-rtp__val { font-family: var(--mono); color: var(--acc-l); font-size: 15px; font-weight: 700 }
.bx176-rtp__note { font-size: 12.5px; color: var(--txt-dd); margin-top: 12px; font-style: italic }


.rev__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.rbox {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.rbox__stars { color: var(--acc-2-l); font-size: 15px; letter-spacing: 3px }
.rbox__stars--four .star-off { color: var(--line-2); }
.rbox__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.rbox__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12.5px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.rbox__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--acc), var(--acc-2));
  border-radius: 50%; color: var(--on-acc); font-weight: 800; font-size: 14px;
  flex: none;
}


.bx176-final {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 40%, rgba(240, 180, 41, .16) 0%, transparent 70%),
    linear-gradient(135deg, rgba(240, 180, 41, .05), rgba(194, 24, 91, .05)), var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.bx176-final h2 { margin-bottom: 10px }
.bx176-final p { color: var(--txt-d); margin-bottom: 24px; max-width: 640px; margin-left: auto; margin-right: auto }


.bx176-author { border-top: 1px solid var(--line); }
.bx176-author p { color: var(--txt-d); font-size: 14px; line-height: 1.72; max-width: 900px }


.bx176-faq h2 { margin-bottom: 22px }
details {
  background: var(--panel2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--acc) }
summary {
  cursor: pointer; font-weight: 800; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px; color: var(--txt);
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line-2); border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--acc-l); font-size: 16px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--acc) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 14px; line-height: 1.66 }


.bx176-foot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: var(--bg-2);
}
.bx176-foot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.2fr 2fr; gap: 36px;
}
.bx176-foot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.bx176-foot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.bx176-foot__brandname { display: flex; flex-direction: column; line-height: 1.15; font-size: 12px; color: var(--txt-d) }
.bx176-foot__brandname .bx176-k { color: var(--txt); font-size: 20px; font-weight: 700; margin-bottom: 3px; font-family: var(--mono) }
.bx176-foot__legal { font-size: 12.5px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.bx176-foot__legal .bx176-k { color: var(--acc-2-l); font-weight: 700 }
.bx176-foot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.bx176-foot__col h4 {
  font-family: var(--sans);
  font-size: 12px; color: var(--acc-2-l); font-weight: 800;
  text-transform: uppercase; letter-spacing: 1.4px;
  margin: 0 0 12px;
}
.bx176-foot__col ul { list-style: none; padding: 0; margin: 0 }
.bx176-foot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.bx176-foot__col li:hover { color: var(--txt) }
.bx176-foot__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txt-dd);
}


.bx176-hero--solo {
  display: block; text-align: center;
  max-width: 940px; padding: 52px 22px 26px;
}
.bx176-hero--solo h1 { margin-left: auto; margin-right: auto; }
.bx176-hero--solo .bx176-hero__sub { margin-left: auto; margin-right: auto; max-width: 800px; }
.bx176-hero--solo .bx176-hero__btns { justify-content: center; }


@media (max-width: 1024px) {
  .bx176-welcome__grid { grid-template-columns: 1fr }
  .bx176-tour__kpi { grid-template-columns: repeat(2, 1fr) }
  .rev__grid { grid-template-columns: 1fr }
  .bx176-foot__top { grid-template-columns: 1fr }
  .bx176-metr { grid-template-columns: repeat(3, 1fr) }
  .bx176-qstat { grid-template-columns: repeat(2, 1fr) }
  .bx176-subs__grid, .subs__grid--3, .subs__grid--4 { grid-template-columns: 1fr }
  .bx176-loy__grid { grid-template-columns: 1fr }
}

@media (max-width: 880px) {
  .bx176-hero { padding-top: 32px }
  .bx176-nav { display: none }
  .bx176-bar { padding: 11px 14px }
  section { padding: 36px 16px }
  .bx176-welcome, .bx176-tour, .bx176-final { padding: 36px 18px; margin: 22px 14px }
  .bx176-st3 { grid-template-columns: 1fr }
  .bx176-login { grid-template-columns: 1fr }
  .bx176-foot__top { padding: 30px 16px 22px; gap: 22px }
  .bx176-foot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .bx176-metr { padding: 12px 14px 0; grid-template-columns: repeat(2, 1fr) }
  .bx176-ladder { grid-template-columns: repeat(3, 1fr) }
  .bx176-grid.bx176-g4 { grid-template-columns: repeat(2, 1fr) }
  .bx176-livegrid { grid-template-columns: repeat(2, minmax(0, 1fr)) }
}

@media (max-width: 480px) {
  body { font-size: 15.5px }
  .bx176-grid, .bx176-grid.bx176-g4 { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .live__grid, .bx176-livegrid { grid-template-columns: 1fr }
  .bx176-card h3 { font-size: 13px }
  .bx176-card p { font-size: 11px }
  .bx176-card__cover { font-size: 17px }
  .bx176-hero__btns { flex-direction: column; align-items: stretch }
  .bx176-cta--big { width: 100% }
  .bx176-tour__kpi { grid-template-columns: 1fr }
  .bx176-foot__cols { grid-template-columns: 1fr }
  .bx176-ladder { grid-template-columns: repeat(2, 1fr) }
  .bx176-qstat, .bx176-metr { grid-template-columns: 1fr }
}


/* Beef176 nocturne ticket-press identity */
html, body { width: 100%; max-width: 100%; overflow-x: clip; }
body::before {
  background-image:
    radial-gradient(circle at 50% 50%, transparent 0 72px, rgba(110,132,146,.11) 73px 74px, transparent 75px 124px),
    linear-gradient(rgba(194,24,91,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(194,24,91,.045) 1px, transparent 1px);
  background-size: 250px 250px, 36px 36px, 36px 36px;
}
h1, h2, h3, h4 { font-family: var(--heading); }
:where(a, summary):focus-visible {
  outline: 3px solid #ff9b5e;
  outline-offset: 4px;
  border-radius: 8px;
}
.bx176-bar > *, .bx176-nav, main, section, .bx176-grid > *, .bx176-welcome__grid > * { min-width: 0; }
.bx176-hero { position: relative; overflow: hidden; }
.bx176-hero::after {
  content: "";
  position: absolute;
  width: 270px; height: 78px; right: -54px; top: 38px;
  border: 17px solid rgba(240,180,41,.18);
  border-radius: 50%; transform: rotate(-18deg); pointer-events: none;
}
.bx176-card__btn, .bx176-cta { min-height: 44px; }
.bx176-welcome__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.bx176-ladder { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.bx176-visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
@media (max-width: 1080px) {
  .bx176-welcome__grid, .bx176-ladder { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .bx176-bar { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .bx176-bar .bx176-cta--small { width: 100%; }
  .bx176-nav { display: none; }
  .bx176-welcome__grid, .bx176-ladder { grid-template-columns: 1fr; }
  h1, h2 { overflow-wrap: break-word; }
}
@media (max-width: 480px) {
  .bx176-grid.bx176-g4 { grid-template-columns: 1fr; }
}


/* Unique Beef176 surface: flat nocturne field with perforated ticket marks. */
body {
  background:
    radial-gradient(760px 420px at 12% -4%, rgba(113,140,255,.20), transparent 62%),
    radial-gradient(700px 380px at 92% 10%, rgba(255,155,94,.14), transparent 66%),
    #120f1d;
}
body::before {
  background-image:
    radial-gradient(circle, rgba(247,241,232,.08) 0 1px, transparent 1.5px),
    linear-gradient(115deg, transparent 0 47%, rgba(113,140,255,.045) 48% 49%, transparent 50%);
  background-size: 24px 24px, 160px 160px;
}
.bx176-bar { background: rgba(18,15,29,.92); border-bottom-color: rgba(158,176,255,.30); }
.bx176-hero::after {
  width: 230px; height: 230px; right: -80px; top: -54px;
  border: 1px dashed rgba(255,155,94,.42); border-radius: 50%;
  box-shadow: inset 0 0 0 22px rgba(255,155,94,.035), inset 0 0 0 44px rgba(113,140,255,.025);
  transform: none;
}
.bx176-qs,.bx176-metr__cell,.bx176-subs__box,.bx176-st3__box,.bx176-card,.bx176-lvbox,.rbox {
  border-radius: 4px;
  border-color: rgba(158,176,255,.34);
  background: linear-gradient(145deg, rgba(48,39,71,.96), rgba(27,22,41,.98));
  box-shadow: 8px 8px 0 rgba(7,5,13,.18);
}
.bx176-qs,.bx176-card,.bx176-lvbox { position: relative; }
.bx176-qs::after,.bx176-card::after,.bx176-lvbox::after {
  content: ""; position: absolute; width: 8px; height: 8px; right: 9px; top: 9px;
  border: 1px solid rgba(255,194,143,.7); border-radius: 50%;
}
.bx176-cta { border-radius: 3px; letter-spacing: .025em; text-transform: uppercase; }
.bx176-cta--hot { background: linear-gradient(90deg,#ff9b5e,#ffc28f); }
.bx176-ovrline,.bx176-logo__sub,.bx176-hero__chip { letter-spacing: 1.8px; }
.bx176-foot { border-top-color: rgba(158,176,255,.32); background: #0d0a16; }
