

:root {
  --hdr: 78px;
  --pad: clamp(14px, 2.2vw, 30px);
  --cap-h: 122px;
  --hud-h: 60px;
  --win-w: 1040px;
  --win-h: 620px;
  --font-mono: ui-monospace, "SF Mono", Menlo, Consolas, "Cascadia Mono", "Liberation Mono", monospace;
  --p-lift: 0 30px 80px rgba(20,20,15,.16), 0 2px 6px rgba(20,20,15,.06);
  --p-card: 0 10px 30px rgba(20,20,15,.08);
  --ui-blue: #1A5FB4;          
  --hl: var(--accent-soft);    
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) { --p-lift: 0 30px 80px rgba(0,0,0,.45); --p-card: 0 10px 30px rgba(0,0,0,.3); --ui-blue: #8AB4F8; --hl: rgba(232,133,58,.30); }
}
:root[data-theme="dark"] { --p-lift: 0 30px 80px rgba(0,0,0,.45); --p-card: 0 10px 30px rgba(0,0,0,.3); --ui-blue: #8AB4F8; --hl: rgba(232,133,58,.30); }

.film { position: relative; z-index: 1; }
.film__track { padding-top: 12px; }
.film__stage { position: relative; overflow: hidden; isolation: isolate; padding: var(--pad); background: var(--bg); color: var(--fg); }
.js .film--live .film__track { padding-top: 0; }
.js .film--live .film__stage {
  height: calc(100vh - var(--hdr));
  height: calc(100svh - var(--hdr));
  min-height: 560px; padding: 0;
}
.film__dots {
  position: absolute; inset: -25% -15%; z-index: 0; pointer-events: none; opacity: .5;
  background-image: radial-gradient(circle, var(--border) 1px, transparent 1.6px);
  background-size: 32px 32px;
  transform-origin: 0 0;
}
.orbs--film { z-index: 0; transform-origin: 0 0; }
.js .film--live .film__dots, .js .film--live .orbs--film { will-change: transform; }
.orbs--film i { background: var(--green-600); }
.orbs--film i:nth-child(1) { width: 420px; height: 420px; right: -150px; top: -170px; opacity: .05; }
.orbs--film i:nth-child(2) { width: 160px; height: 160px; left: 5%; bottom: -60px; opacity: .06; }
.orbs--film i:nth-child(3) { width: 80px;  height: 80px;  left: 42%; top: 8%; opacity: .05; }

.caps { position: relative; z-index: 3; display: grid; gap: 18px; margin-bottom: 26px; }
.cap {
  margin: 0; font-family: var(--font-display); font-weight: var(--wt-display);
  letter-spacing: var(--track-display); line-height: 1.15;
  font-size: clamp(1.5rem, 1.05rem + 1.75vw, 2.45rem);
}
.cap__k {
  display: block; margin-bottom: 8px;
  font-family: var(--font-body); font-size: 11.5px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--accent-deep);
}

.hl {
  font-style: inherit; padding: .04em .12em; margin: 0 -.12em; border-radius: .18em;
  background-image: linear-gradient(var(--hl), var(--hl));
  background-repeat: no-repeat; background-position: 0 0; background-size: 100% 100%;
}
.js .film--live .hl { background-size: 0% 100%; }
.cap__k::before {
  content: ""; display: inline-block; width: 16px; height: 2px; margin-right: 10px;
  vertical-align: middle; background: var(--accent);
}
.js .film--live .caps {
  position: absolute; left: var(--pad); right: var(--pad); top: 0; height: var(--cap-h);
  display: block; margin: 0; text-align: center; pointer-events: none;
}
.js .film--live .cap { position: absolute; left: 0; right: 0; top: 55%; opacity: 0; }

.winbox { position: relative; z-index: 2; overflow-x: auto; }
.js .film--live .winbox {
  position: absolute; left: var(--pad); right: var(--pad);
  top: var(--cap-h); bottom: var(--hud-h); overflow: visible;
}
.win {
  position: relative; width: var(--win-w); margin-inline: auto;
  background: var(--surface); color: var(--fg);
  border: 1px solid var(--border); border-radius: 14px;
  box-shadow: var(--p-lift); overflow: hidden;
  font-family: var(--font-body); font-size: 13px; line-height: 1.4;
}
.js .film--live .win {
  position: absolute; left: 0; top: 0; margin: 0; height: var(--win-h);
  transform-origin: 0 0; will-change: transform; opacity: 0;
}
.js .film--still .win { transform-origin: 0 0; }
.js .film--still .winbox { overflow: hidden; }

.chrome {
  position: relative; display: flex; align-items: center; gap: 14px;
  height: 44px; padding: 0 14px; background: var(--bg); border-bottom: 1px solid var(--border);
}
.chrome__dots { display: flex; gap: 6px; }
.chrome__dots b { display: block; width: 10px; height: 10px; border-radius: 50%; background: var(--border); }
.chrome__tabs { display: flex; gap: 3px; align-self: flex-end; }
.tab { white-space: nowrap;
  padding: 8px 14px 9px; border-radius: 9px 9px 0 0;
  font-size: 11.5px; font-weight: 600; letter-spacing: .01em; color: var(--fg-faint);
}
.tab.is-on { background: var(--surface); color: var(--fg); }
.chrome__url {
  flex: 1 1 auto; height: 28px; display: flex; align-items: center; padding: 0 12px;
  border-radius: 8px; background: var(--surface); border: 1px solid var(--border);
  font-family: var(--font-mono); font-size: 11.5px; color: var(--fg-soft); white-space: nowrap; overflow: hidden;
}
.chrome__load { display: none; }
.js .film--live .chrome__load { display: block; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; }
.js .film--live .chrome__load b { display: block; height: 100%; background: var(--accent); transform: scaleX(0); transform-origin: 0 50%; opacity: 0; }

.screen { position: relative; }
.pg { position: relative; min-height: 420px; border-top: 1px solid var(--border); }
.pg:first-child { border-top: 0; }
.js .film--live .screen { position: absolute; left: 0; right: 0; top: 44px; bottom: 0; }
.js .film--live .pg { position: absolute; inset: 0; min-height: 0; border: 0; opacity: 0; pointer-events: none; overflow: hidden; }

.caret { display: none; }
.js .film--live .caret {
  display: inline-block; width: 1.5px; height: 1em; margin-left: 2px; vertical-align: -.12em;
  background: currentColor; opacity: 0;
}

.pg--search { display: flex; align-items: center; justify-content: center; }
.sp { display: grid; justify-items: center; gap: 26px; width: min(560px, 90%); padding: 40px 0; }
.smk { display: flex; gap: 7px; }
.smk b { display: block; width: 18px; height: 18px; border-radius: 50%; }
.smk b:nth-child(1) { background: var(--green-600); }
.smk b:nth-child(2) { background: var(--accent); }
.smk b:nth-child(3) { background: var(--green-300); }
.smk b:nth-child(4) { background: var(--fg); }
.smk--sm b { width: 11px; height: 11px; }
.sbox {
  width: 100%; height: 50px; display: flex; align-items: center; gap: 14px; padding: 0 20px;
  border-radius: 999px; border: 1px solid var(--border); background: var(--surface);
  box-shadow: var(--p-card); font-size: 15px; color: var(--fg);
}
.sbox__ic { flex: 0 0 auto; width: 13px; height: 13px; border-radius: 50%; border: 2px solid var(--fg-faint); position: relative; }
.sbox__ic::after { content: ""; position: absolute; width: 2px; height: 6px; background: var(--fg-faint); right: -3px; bottom: -4px; transform: rotate(-45deg); }
.sp__btn {
  padding: 9px 18px; border-radius: 6px; background: var(--bg); border: 1px solid var(--border);
  font-size: 12.5px; font-weight: 500; color: var(--fg-soft);
}

.pg--results { padding: 0 0 20px; }
.rtop { display: flex; align-items: center; gap: 22px; padding: 16px 28px 12px; }
.rbox {
  width: min(560px, 100%); height: 40px; display: flex; align-items: center; gap: 12px; padding: 0 18px;
  border-radius: 999px; border: 1px solid var(--border); background: var(--surface); box-shadow: var(--p-card);
  font-size: 13.5px; color: var(--fg);
}
.rtabs { display: flex; gap: 22px; padding: 0 28px 0 88px; border-bottom: 1px solid var(--border); font-size: 12px; color: var(--fg-faint); }
.rtabs span { padding: 6px 2px 9px; border-bottom: 2px solid transparent; }
.rtabs span.is-on { color: var(--fg); border-bottom-color: var(--fg); }
.rlist { display: grid; gap: 4px; padding: 14px 28px 0 88px; width: min(720px, 100%); }
.res { display: grid; gap: 3px; padding: 10px 14px; border-radius: 10px; }
.js .film--live .res { opacity: 0; will-change: transform; }
.res__tag { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--fg-soft); }
.res__src { font-size: 11.5px; color: var(--fg-faint); }
.res__h { font-size: 16.5px; line-height: 1.25; color: var(--ui-blue); }
.res__d { font-size: 12.5px; line-height: 1.45; color: var(--fg-soft); }
.res__d--bars { display: grid; gap: 6px; padding-top: 4px; }
.res__d--bars b { display: block; height: 8px; border-radius: 4px; background: var(--border); width: 92%; }
.res__d--bars b + b { width: 64%; }
.res__l { display: flex; gap: 16px; padding-top: 3px; font-size: 12px; color: var(--ui-blue); }
.res__l i { font-style: normal; }
.res--you.is-hot { background: var(--bg); box-shadow: inset 0 0 0 1px var(--border); }

.auc {
  position: relative; margin: 18px auto 0; padding: 20px 24px 18px; width: min(640px, 100%);
  border-radius: 14px; border: 1px solid var(--border); background: var(--bg);
  display: grid; gap: 4px;
}
.js .film--live .auc { position: absolute; left: 50%; top: 52%; margin: 0; opacity: 0; transform: translate(-50%, -50%); box-shadow: var(--p-lift); }
.auc__h { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-deep); }
.auc__h i { flex: 1 1 auto; height: 2px; border-radius: 2px; background: var(--border); position: relative; overflow: hidden; }
.auc__h i b { position: absolute; inset: 0; background: var(--accent); transform: scaleX(0); transform-origin: 0 50%; }
.auc__h em { font-style: normal; font-weight: 500; letter-spacing: .02em; text-transform: none; color: var(--fg-faint); }
.auc__cols, .au { display: grid; grid-template-columns: 116px 58px 74px 58px 1fr 74px; align-items: center; gap: 12px; }
.auc__cols { padding: 0 0 6px; border-bottom: 1px solid var(--border); font-size: 9.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--fg-faint); }
.js .film--live .auc__cols { opacity: 0; }
.au { padding: 8px 0; }
.js .film--live .au { opacity: 0; }
.au__n { font-family: var(--font-mono); font-size: 11.5px; color: var(--fg); }
.au--you .au__n { color: var(--green-600); font-weight: 700; }
.au__d { display: flex; gap: 4px; }
.js .film--live .au__d { opacity: 0; }
.au__d b { display: block; width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid var(--fg-faint); }
.au__d[data-d="1"] b:first-child, .au__d[data-d="2"] b:nth-child(-n+2), .au__d[data-d="3"] b { background: var(--green-600); border-color: var(--green-600); }
.au--you .au__d[data-d="1"] b:first-child, .au--you .au__d[data-d="2"] b:nth-child(-n+2), .au--you .au__d[data-d="3"] b { background: var(--accent); border-color: var(--accent); }
.au__b { height: 4px; border-radius: 4px; background: var(--border); position: relative; overflow: hidden; }
.au__b b { position: absolute; inset: 0; background: var(--green-600); transform: scaleX(0); transform-origin: 0 50%; }
.au--you .au__b b { background: var(--accent); }
.au__v { text-align: right; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--fg-faint); }
.au[data-shown="1"] .au__v { color: var(--green-600); }
.js .film--live .au__v { opacity: 0; }

.wb { display: grid; grid-template-rows: auto 1fr auto; min-height: 100%; }
.js .film--live .wb { height: 100%; }
.wb__nav { display: flex; align-items: center; gap: 28px; padding: 16px 34px; border-bottom: 1px solid var(--border); }
.wb__logo { display: flex; align-items: center; gap: 9px; font-family: var(--font-display); font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
.wb__logo b { display: block; width: 22px; height: 22px; border-radius: 6px; background: var(--green-600); }
.wb__links { display: flex; gap: 22px; margin-left: auto; font-size: 12.5px; color: var(--fg-soft); }
.wb__links i { font-style: normal; }
.wb__tel { padding: 8px 14px; border-radius: 999px; border: 1px solid var(--fg); font-size: 12px; font-weight: 600; }
.wb__hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; padding: 34px 34px 26px; }
.wb__copy { display: grid; gap: 14px; }
.wb__eb { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-deep); }
.wb__h1 { margin: 0; font-family: var(--font-display); font-weight: var(--wt-display); font-size: 36px; line-height: 1.08; letter-spacing: var(--track-display); }
.wb__sub { margin: 0; font-size: 14px; line-height: 1.55; color: var(--fg-soft); max-width: 44ch; }
.wb__ticks { list-style: none; margin: 4px 0 0; padding: 0; display: grid; gap: 7px; font-size: 12.5px; color: var(--fg-soft); }
.wb__ticks li { position: relative; padding-left: 20px; }
.wb__ticks li::before { content: ""; position: absolute; left: 0; top: 4px; width: 10px; height: 10px; border-radius: 50%; background: var(--green-600); }
.wb__form { position: relative; padding: 20px 22px 22px; border-radius: 14px; border: 1px solid var(--border); background: var(--bg); box-shadow: var(--p-card); display: grid; gap: 12px; }
.wb__ft { font-family: var(--font-display); font-size: 19px; font-weight: 600; letter-spacing: -.01em; }
.wb__fields { display: grid; gap: 10px; }
.sf {
  display: flex; align-items: center; gap: 10px; height: 40px; padding: 0 13px;
  border-radius: 8px; border: 1px solid var(--border); background: var(--surface); font-size: 13px;
}
.sf span { flex: 0 0 auto; width: 54px; font-size: 11px; color: var(--fg-faint); }
.sf__v { font-weight: 500; }
.sf.is-focus { border-color: var(--green-600); box-shadow: 0 0 0 3px var(--green-100); }
.wb__go { display: inline-block; margin-top: 4px; padding: 11px 18px; border-radius: 999px; background: var(--accent); color: var(--ink); font-size: 13px; font-weight: 600; justify-self: start; }
.wb__ok { display: grid; grid-template-columns: 28px 1fr; grid-template-rows: auto auto; column-gap: 12px; align-items: center; padding: 6px 0 4px; }
.js .film--live .wb__ok { position: absolute; left: 22px; right: 22px; top: 62px; opacity: 0; }
.wb__ok i { grid-row: 1 / 3; width: 28px; height: 28px; border-radius: 50%; background: var(--green-600); position: relative; }
.wb__ok i::after { content: ""; position: absolute; left: 10px; top: 6px; width: 6px; height: 11px; border: solid var(--bone); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.wb__ok b { font-size: 14px; }
.wb__ok span { font-size: 12.5px; color: var(--fg-soft); }
.wb__strip { display: flex; align-items: center; gap: 26px; padding: 14px 34px 20px; border-top: 1px solid var(--border); font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--fg-faint); }
.wb__strip b { display: block; width: 74px; height: 16px; border-radius: 4px; background: var(--border); }
.js .film--live [data-part] { opacity: 0; }

.ac { display: grid; grid-template-columns: 178px 1fr; min-height: 100%; }
.js .film--live .ac { height: 100%; }
.ac__rail { display: grid; align-content: start; gap: 2px; padding: 16px 12px; background: var(--bg); border-right: 1px solid var(--border); }
.ac__brand { display: flex; align-items: center; gap: 8px; padding: 4px 8px 14px; font-size: 13px; font-weight: 700; }
.ac__brand b { display: block; width: 18px; height: 18px; border-radius: 5px; background: var(--accent); }
.ar__i { padding: 8px 10px; border-radius: 7px; font-style: normal; font-size: 12px; color: var(--fg-soft); }
.ar__i.is-on { background: var(--surface); color: var(--fg); font-weight: 600; box-shadow: 0 1px 3px rgba(20,20,15,.08); }
.js .film--live .ar__i, .js .film--live .ac__brand { opacity: 0; }
.ac__main { position: relative; padding: 16px 22px 18px; display: grid; grid-template-rows: auto 1fr; gap: 14px; }
.ac__body { position: relative; min-height: 0; }
.ac__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.js .film--live .ac__top { opacity: 0; }
.ac__camp { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; }
.ac__camp b { display: block; width: 9px; height: 9px; border-radius: 50%; background: var(--green-600); }
.ac__date { padding: 6px 11px; border-radius: 6px; border: 1px solid var(--border); font-size: 11px; color: var(--fg-soft); }
.view { position: relative; display: grid; align-content: start; gap: 14px; }
.view + .view { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border); }
.js .film--live .view { position: absolute; inset: 0; margin: 0; padding: 0; border: 0; opacity: 0; }

.kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.kpi { padding: 12px 14px; border-radius: 10px; border: 1px solid var(--border); background: var(--surface); display: grid; gap: 4px; }
.js .film--live .kpi { opacity: 0; will-change: transform; }
.kpi span { font-size: 10.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--fg-faint); }
.kpi b { font-family: var(--font-display); font-size: 24px; font-weight: 500; letter-spacing: -.02em; line-height: 1; display: inline-block; transform-origin: 0 50%; }
.kpi--hot b { color: var(--accent-deep); }
.chart { padding: 12px 14px 10px; border-radius: 10px; border: 1px solid var(--border); display: grid; gap: 10px; }
.js .film--live .chart { opacity: 0; }
.chart__t { font-size: 10.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--fg-faint); }
.bars { display: flex; align-items: flex-end; gap: 6px; height: 86px; }
.bars i { flex: 1 1 0; height: calc(var(--h) * 100%); position: relative; }
.bars i b { position: absolute; inset: 0; border-radius: 3px 3px 0 0; background: var(--green-300); transform: scaleY(0); transform-origin: 50% 100%; }
.convs { display: grid; gap: 6px; }
.js .film--live .convs__t { opacity: 0; }
.convs__t { font-size: 10.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--fg-faint); }
.cv { display: grid; grid-template-columns: 82px 1fr 64px; align-items: center; gap: 12px; padding: 8px 12px; border-radius: 8px; border: 1px solid var(--border); font-size: 12px; }
.js .film--live .cv { opacity: 0; will-change: transform; }
.cv__k { font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--fg-soft); }
.cv__q { font-family: var(--font-mono); font-size: 11.5px; }
.cv__w { text-align: right; font-size: 11px; color: var(--fg-faint); }
.cv--new { border-color: var(--accent); background: var(--accent-soft); }
.cv--new .cv__w { color: var(--accent-deep); font-weight: 600; }
.chain { display: flex; align-items: center; gap: 6px; padding: 4px 0 0 2px; }
.chain i {
  font-style: normal; font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  padding: 4px 8px; border-radius: 999px; border: 1px solid var(--border); color: var(--fg-soft); position: relative;
}
.chain i + i { margin-left: 10px; }
.chain i + i::before { content: ""; position: absolute; left: -13px; top: 50%; width: 10px; height: 1px; background: var(--fg-faint); }
.chain i.is-lit { border-color: var(--green-600); color: var(--green-600); }
.js .film--live .chain i { opacity: 0; }

.tbl { display: grid; gap: 2px; }
.tr { display: grid; grid-template-columns: 26px 1.4fr 1.1fr 60px 76px; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 7px; font-size: 12px; }
.tr span:nth-child(4), .tr span:nth-child(5) { text-align: right; font-family: var(--font-mono); font-size: 11.5px; }
.tr--h { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--fg-faint); border-bottom: 1px solid var(--border); border-radius: 0; }
.tr--h span:nth-child(4), .tr--h span:nth-child(5) { font-family: var(--font-body); font-size: 10px; }
.tr:not(.tr--h) span:nth-child(2) { font-family: var(--font-mono); font-size: 11.5px; }
.tr:not(.tr--h) span:nth-child(3) { color: var(--fg-soft); }
.js .film--live .tr:not(.tr--h) { opacity: 0; will-change: transform; }
.tr.is-hov { background: var(--bg); }
.tr.is-out { color: var(--fg-faint); }
.tr.is-out span:nth-child(2) { text-decoration: line-through; }
.cb { width: 15px; height: 15px; border-radius: 4px; border: 1.5px solid var(--fg-faint); position: relative; }
.cb.is-on { background: var(--green-600); border-color: var(--green-600); }
.cb.is-on::after { content: ""; position: absolute; left: 4px; top: 1px; width: 4px; height: 8px; border: solid var(--bone); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.negbar {
  display: flex; align-items: center; gap: 14px; padding: 10px 14px; border-radius: 9px;
  background: var(--fg); color: var(--bg); font-size: 12px;
}
.js .film--live .negbar { position: absolute; left: 0; right: 0; bottom: 0; opacity: 0; will-change: transform; }
.negbar b { margin-left: auto; padding: 7px 12px; border-radius: 999px; background: var(--accent); color: var(--ink); font-size: 11.5px; font-weight: 600; display: inline-block; }

.tbl--k .tr { grid-template-columns: 1.3fr 80px 1fr; }
.kr { display: grid; grid-template-columns: 1.3fr 80px 1fr; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 7px; font-size: 12px; }
.kr span:first-child { font-family: var(--font-mono); font-size: 11.5px; }
.kr span:nth-child(2) { color: var(--fg-soft); }
.js .film--live .kr { opacity: 0; }
.kr.is-hov { background: var(--bg); }
.kb { position: relative; height: 8px; border-radius: 4px; background: var(--border); overflow: visible; }
.kb b { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; border-radius: 4px; background: var(--green-600); transform: scaleX(0); transform-origin: 0 50%; }
.kr--cut .kb b { background: var(--fg-faint); }
.kb em {
  position: absolute; left: 0; top: -7px; padding: 3px 8px; border-radius: 999px;
  border: 1px solid var(--border); background: var(--surface);
  font-style: normal; font-size: 9.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--fg-faint);
}
.js .film--live .kb em { opacity: 0; }
.negs { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; padding-top: 6px; font-size: 10.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--fg-faint); }
.negs i { font-style: normal; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0; text-transform: none; padding: 4px 9px; border-radius: 999px; background: var(--bg); border: 1px solid var(--border); color: var(--fg-soft); text-decoration: line-through; }
.js .film--live .negs i { opacity: 0; }

.toast {
  display: grid; grid-template-columns: 22px 1fr; column-gap: 10px; align-items: center;
  margin-top: 16px; padding: 10px 14px; border-radius: 10px;
  background: var(--fg); color: var(--bg); font-size: 12px; width: max-content; max-width: 100%;
}
.js .film--live .toast { position: absolute; right: 0; bottom: 0; margin: 0; opacity: 0; box-shadow: var(--p-lift); will-change: transform; }
.toast i { grid-row: 1 / 3; width: 22px; height: 22px; border-radius: 50%; background: var(--accent); }
.toast b { font-size: 12px; }
.toast span { font-family: var(--font-mono); font-size: 11px; opacity: .8; }

.endc { position: relative; z-index: 3; margin-top: 30px; text-align: center; display: grid; justify-items: center; gap: 12px; }
.js .film--live .endc { position: absolute; left: var(--pad); right: var(--pad); top: 50%; margin: 0; transform: translateY(-52%); pointer-events: none; }
.endc__h { margin: 0; font-size: clamp(1.8rem, 1.2rem + 2.2vw, 3rem); }
.endc__p { margin: 0; color: var(--fg-soft); }
.endc__l { list-style: none; margin: 6px 0 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; }
.endc__l li { position: relative; padding-left: 16px; font-size: var(--fs-sm); color: var(--fg-soft); }
.endc__l li::before { content: ""; position: absolute; left: 0; top: .5em; width: 6px; height: 6px; border-radius: 50%; background: var(--green-600); }
.endc__go { margin-top: 14px; }
.js .film--live .endc__h, .js .film--live .endc__p, .js .film--live .endc__l li, .js .film--live .endc__go { opacity: 0; }
.js .film--live .endc__go { pointer-events: auto; }

.ptr { display: none; }
.js .film--live .ptr {
  display: block; position: absolute; left: 0; top: 0; z-index: 8;
  width: 16px; height: 23px; pointer-events: none; opacity: 0;
  background: var(--fg);
  clip-path: polygon(0 0, 0 100%, 27% 78%, 45% 100%, 62% 88%, 45% 66%, 100% 62%);
  will-change: transform;
}

.js .film--live .ptr b {
  position: absolute; left: -12px; top: -12px; width: 38px; height: 38px;
  border-radius: 50%; border: 2px solid var(--accent); opacity: 0;
}

.hud { display: none; }
.js .film--live .hud {
  position: absolute; left: var(--pad); right: var(--pad); bottom: 14px; z-index: 9;
  display: flex; align-items: center; gap: 16px;
  font-family: var(--font-body); font-size: 11px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--fg-faint); opacity: 0;
}
.js .film--live .hud[hidden] { display: none; }
.hud__tc { font-family: var(--font-mono); letter-spacing: .04em; font-variant-numeric: tabular-nums; min-width: 4.5ch; }
.hud > .hud__track { flex: 1 1 auto; position: relative; height: 2px; border-radius: 2px; background: var(--border); overflow: hidden; }
.hud__head { position: absolute; inset: 0; background: var(--fg); transform: scaleX(0); transform-origin: 0 50%; }
.hud__ch { display: flex; gap: 2px; list-style: none; margin: 0; padding: 0; }
.hud__ch button {
  border: 0; background: none; color: var(--fg-faint); font: inherit;
  letter-spacing: inherit; text-transform: inherit;
  padding: 8px 9px; border-radius: var(--r-pill); cursor: pointer;
  transition: color .2s var(--ease), background-color .2s var(--ease);
}
.hud__ch button:hover { color: var(--fg); }
.hud__ch button.is-here { background: var(--surface); color: var(--fg); box-shadow: 0 1px 3px rgba(20,20,15,.08); }
.hud__btn {
  border: 1px solid var(--border); background: var(--surface); color: var(--fg);
  font: inherit; letter-spacing: inherit; text-transform: inherit;
  padding: 8px 12px; border-radius: var(--r-pill); cursor: pointer; min-width: 6.5em;
  transition: border-color .2s var(--ease);
}
.hud__btn:hover { border-color: var(--fg); }

.cols { display: grid; gap: 18px; max-width: 68ch; }
.cta { margin-top: clamp(44px, 6vw, 80px); padding-top: clamp(34px, 4vw, 54px); border-top: 1px solid var(--border); }
.cta__h { font-size: clamp(1.5rem, 1.15rem + 1.7vw, 2.4rem); max-width: 20ch; }
.cta__p { margin-top: 14px; max-width: 52ch; color: var(--fg-soft); line-height: 1.65; }
.cta .btn { margin-top: 26px; }

:root { --cap-w: clamp(300px, 26vw, 460px); --col-gap: 52px; }
@media (min-width: 1600px) {
  .js .film--live .caps {
    left: auto; right: var(--pad); top: var(--pad); bottom: var(--hud-h);
    width: var(--cap-w); height: auto; text-align: left;
  }
  .js .film--live .cap { top: 50%; font-size: clamp(1.6rem, .7rem + 1.9vw, 2.8rem); line-height: 1.1; }
  .js .film--live .cap__k { font-size: 12px; margin-bottom: 14px; }
  .js .film--live .winbox { top: var(--pad); right: calc(var(--pad) + var(--cap-w) + var(--col-gap)); }
}

.film--phone { --cap-h: 92px; --hud-h: 58px; --win-w: 380px; --win-h: 524px; }
@media (max-width: 900px) {
  :root { --pad: 10px; }
  .js .film--live .film__stage { min-height: 600px; }
  .js .film--live .hud { flex-wrap: wrap; gap: 6px 4px; bottom: 10px; font-size: 10px; }
  .hud__tc { display: none; }
  .hud > .hud__track { flex-basis: 100%; order: -1; }
  .hud__ch { flex: 1 1 auto; }
  .hud__ch button { padding: 6px 6px; letter-spacing: .04em; }
  .hud__btn { padding: 6px 9px; min-width: 0; margin-left: auto; }
  .cap { font-size: clamp(1.25rem, 1rem + 2.4vw, 1.6rem); }
  .cap__k { font-size: 10px; margin-bottom: 5px; }
  .endc__h { font-size: clamp(1.6rem, 1.2rem + 3vw, 2.2rem); }
  .endc__l { gap: 6px 14px; }
  .endc__l li { font-size: 12.5px; }
  .endc__go { margin-top: 10px; }
  .ptr { width: 14px; height: 20px; }
}
@media (max-width: 400px) {
  .hud__ch button { padding: 6px 4px; letter-spacing: 0; }
  .hud__btn { padding: 6px 7px; }
}

.hud__s { display: none; }
@media (max-width: 900px) {
  .hud__l { display: none; }
  .hud__s { display: inline; }
}

.film--phone .chrome { gap: 10px; padding: 0 10px; }
.film--phone .chrome__dots { display: none; }
.film--phone .tab { padding: 7px 10px 8px; font-size: 11px; }
.film--phone .chrome__url { font-size: 10.5px; padding: 0 9px; }
.film--phone .sp { gap: 18px; padding: 24px 0; }
.film--phone .sbox { height: 44px; font-size: 13.5px; padding: 0 16px; }
.film--phone .rtop { gap: 10px; padding: 10px 12px 8px; }
.film--phone .rbox { height: 36px; font-size: 12px; }
.film--phone .rtabs { padding-left: 14px; gap: 16px; }
.film--phone .rlist { padding: 8px 12px 0; gap: 1px; }
.film--phone .res { padding: 6px 10px; gap: 2px; }
.film--phone .res__h { font-size: 14.5px; }
.film--phone .res__d { font-size: 11.5px; line-height: 1.35; }
.film--phone .rlist { padding-bottom: 6px; }
.film--phone .res__l { gap: 10px; font-size: 11px; }
.film--phone .auc { padding: 14px 14px 10px; width: auto; gap: 2px; }
.js .film--live.film--phone .auc { left: 12px; right: 12px; top: 50%; transform: translateY(-50%); }
.film--phone .auc__h { gap: 8px; margin-bottom: 8px; }
.film--phone .auc__h em { display: none; }
.film--phone .auc__cols, .film--phone .au { grid-template-columns: 84px 36px 56px 36px 1fr; gap: 7px; }
.film--phone .auc__cols { font-size: 8px; letter-spacing: .06em; }
.film--phone .auc__cols span:last-child, .film--phone .au .au__v { grid-column: 1 / -1; grid-row: 2; text-align: left; padding-top: 2px; }
.film--phone .au { padding: 6px 0; }
.film--phone .au__n { font-size: 10.5px; }
.film--phone .au__d { gap: 3px; }
.film--phone .au__d b { width: 7px; height: 7px; }
.film--phone .au__v { font-size: 8.5px; }
.film--phone .wb__nav { gap: 12px; padding: 12px 16px; }
.film--phone .wb__links { display: none; }
.film--phone .wb__tel { margin-left: auto; padding: 7px 11px; font-size: 11px; }
.film--phone .wb__hero { grid-template-columns: 1fr; gap: 14px; padding: 16px 14px 12px; }
.film--phone .wb__copy { gap: 9px; }
.film--phone .wb__h1 { font-size: 23px; }
.film--phone .wb__sub { font-size: 12.5px; }
.film--phone .wb__ticks { display: none; }
.film--phone .wb__form { padding: 12px 12px 14px; gap: 8px; }
.film--phone .wb__ft { font-size: 16px; }
.film--phone .wb__fields { gap: 7px; }
.film--phone .sf { height: 33px; font-size: 12px; }
.film--phone .wb__go { padding: 9px 15px; font-size: 12px; }
.js .film--live.film--phone .wb__ok { left: 14px; right: 14px; top: 50px; }
.film--phone .wb__strip { padding: 8px 14px 10px; gap: 10px; }
.film--phone .wb__strip b { width: 44px; height: 12px; }
.film--phone .ac { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
.film--phone .ac__rail { grid-auto-flow: column; align-items: center; justify-content: start; gap: 4px; padding: 8px 10px; border-right: 0; border-bottom: 1px solid var(--border); overflow: hidden; }
.film--phone .ac__brand { padding: 0 6px 0 0; font-size: 12px; }
.film--phone .ar__i { padding: 6px 8px; font-size: 10.5px; white-space: nowrap; }
.film--phone .ar__i[data-v="camp"], .film--phone .ar__i[data-v="groups"], .film--phone .ar__i[data-v="ads"] { display: none; }
.film--phone .ac__main { padding: 10px 12px 12px; gap: 8px; }
.film--phone .ac__camp { font-size: 12.5px; }
.film--phone .ac__date { font-size: 10px; padding: 5px 8px; }
.film--phone .view { gap: 10px; }
.film--phone .kpis { gap: 8px; }
.film--phone .kpi { padding: 9px 10px; gap: 3px; }
.film--phone .kpi span { font-size: 9px; }
.film--phone .kpi b { font-size: 19px; }
.film--phone .chart { padding: 9px 10px 8px; gap: 7px; }
.film--phone .bars { height: 54px; gap: 4px; }
.film--phone .cv { grid-template-columns: 58px 1fr 46px; gap: 7px; padding: 6px 8px; font-size: 11px; }
.film--phone .cv__k { font-size: 9px; }
.film--phone .cv__q { font-size: 10px; }
.film--phone .chain { flex-wrap: wrap; gap: 4px; }
.film--phone .chain i { font-size: 9px; padding: 3px 6px; }
.film--phone .chain i + i { margin-left: 8px; }
.film--phone .chain i + i::before { left: -10px; width: 7px; }
.film--phone .tr { grid-template-columns: 20px 1fr 52px; gap: 7px; padding: 6px 8px; font-size: 11px; }
.film--phone .tr span:nth-child(3), .film--phone .tr span:nth-child(4) { display: none; }
.film--phone .tr:not(.tr--h) span:nth-child(2) { font-size: 10.5px; }
.film--phone .negbar { padding: 8px 10px; gap: 10px; font-size: 11px; }
.film--phone .negbar b { padding: 6px 10px; font-size: 10.5px; }
.film--phone .tbl--k .tr, .film--phone .kr { grid-template-columns: 1.2fr 1fr; }
.film--phone .tbl--k .tr span:nth-child(2), .film--phone .kr span:nth-child(2) { display: none; }
.film--phone .kr { padding: 7px 8px; font-size: 11px; }
.film--phone .kr span:first-child { font-size: 10.5px; }
.film--phone .negs { font-size: 9.5px; }
.film--phone .negs i { font-size: 10px; padding: 3px 7px; }
.js .film--live.film--phone .toast { right: 0; bottom: 0; }
.film--phone .toast { padding: 8px 11px; font-size: 11px; }
.film--phone .toast span { font-size: 10px; }

@media (prefers-reduced-motion: reduce) {
  .orbs--film i { animation: none; }
  .hud__ch button, .hud__btn { transition: none; }
}
