@charset "utf-8";

:root { --bg: #0a0a0b; --card: #121214; --card2: #17171a; --inset: #0d0d0f; --border: #232328; --border2: #2e2e34; --text: #f4f4f5; --muted: #8b8b94; --faint: #5c5c64; --cyan: #22d3ee; --green: #4ade80; --pink: #ec4899; --amber: #f59e0b; --purple: #a78bfa; --yellow: #facc15; --blue: #60a5fa; --orange: #f97316; --gold: #fbbf24; --red: #f87171; --grid: #1e1e22; --axis: #2e2e34; }

* { margin: 0px; padding: 0px; box-sizing: border-box; }

[hidden] { display: none !important; }

body { background: var(--bg); color: var(--text); font-family: Manrope, system-ui, sans-serif; font-size: 14px; -webkit-font-smoothing: antialiased; }

.num, .tab { font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }

button { font-family: inherit; color: inherit; background: none; border: 0px; cursor: pointer; }

input, select { font-family: inherit; color: inherit; }

:focus { outline: none; }

:focus-visible { outline: rgba(34, 211, 238, 0.7) solid 2px; outline-offset: 1px; border-radius: 8px; }

.app { display: block; min-height: 100vh; }

.main { min-width: 0px; display: flex; flex-direction: column; padding-left: 18px; }

.nav-edge { position: fixed; left: 0px; top: 0px; bottom: 0px; width: 16px; z-index: 58; cursor: pointer; background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent); }

.nav-edge::after { content: ""; position: absolute; left: 5px; top: 50%; transform: translateY(-50%); width: 3px; height: 56px; border-radius: 2px; background: var(--border2); transition: background 0.18s, height 0.18s; }

.nav-edge:hover::after, .nav-edge:focus-visible::after { background: var(--cyan); height: 88px; }

.nav-edge:focus-visible { outline: rgba(34, 211, 238, 0.7) solid 2px; outline-offset: -2px; }

.sidebar { position: fixed; left: 0px; top: 0px; bottom: 0px; width: 296px; background: rgb(16, 16, 18); border-right: 1px solid var(--border2); padding: 20px 0px 14px; overflow-y: auto; z-index: 60; box-shadow: rgba(0, 0, 0, 0.75) 26px 0px 70px; display: flex; flex-direction: column; transform: translateX(-100%); visibility: hidden; transition: transform 0.22s cubic-bezier(0.2, 0.9, 0.2, 1), visibility 0.22s; }

.sidebar.open { transform: none; visibility: visible; }

@media (prefers-reduced-motion: reduce) {
  .sidebar { transition: opacity 0.14s; }
}

.nav-brand { display: flex; align-items: baseline; gap: 9px; margin: 0px 20px 4px; }

.logo { display: inline-block; background: rgb(255, 255, 255); color: rgb(10, 10, 11); font-weight: 800; font-size: 13px; letter-spacing: 0.06em; padding: 7px 22px 7px 14px; clip-path: polygon(0px 0px, 100% 0px, 84% 100%, 0px 100%); }

.nav-brand .by { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; color: var(--faint); }

.nav-sec { padding: 0px 20px; margin-top: 16px; margin-bottom: 2px; font-size: 10px; font-weight: 800; letter-spacing: 0.14em; color: var(--faint); }

.nav-item { display: grid; grid-template-columns: 17px 1fr; gap: 11px; align-items: start; padding: 8px 20px; color: var(--muted); cursor: pointer; position: relative; text-decoration: none; margin-top: 2px; }

.nav-item svg { width: 16px; height: 16px; stroke: currentcolor; fill: none; stroke-width: 1.7; flex-shrink: 0; margin-top: 1px; }

.nav-item .t { display: block; font-size: 13px; font-weight: 600; line-height: 1.25; }

.nav-item .s { display: block; font-size: 10.5px; font-weight: 600; color: var(--faint); margin-top: 2px; letter-spacing: 0.01em; font-variant-numeric: tabular-nums; }

.nav-item:hover { color: var(--text); background: rgba(255, 255, 255, 0.03); }

.nav-item.active { color: var(--text); background: linear-gradient(90deg, rgba(34, 211, 238, 0.12), transparent); }

.nav-item.active .t { font-weight: 700; }

.nav-item.active::before { content: ""; position: absolute; left: 0px; top: 4px; bottom: 4px; width: 2px; background: var(--cyan); }

.nav-foot { margin-top: auto; padding: 14px 20px 0px; font-size: 10.5px; color: var(--faint); line-height: 1.65; border-top: 1px solid var(--border); }

.nav-foot b { color: var(--muted); font-weight: 700; }

.btn.lang { font-weight: 800; letter-spacing: 0.06em; min-width: 40px; justify-content: center; }

.avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(140deg, rgb(34, 211, 238), rgb(14, 116, 144)); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; color: rgb(6, 37, 43); flex-shrink: 0; position: relative; }

.avatar::after { content: ""; position: absolute; right: 0px; bottom: 0px; width: 10px; height: 10px; border-radius: 50%; background: var(--green); border: 2px solid var(--bg); }

.topbar { display: flex; align-items: center; gap: 28px; padding: 16px 28px; flex-wrap: wrap; position: sticky; top: 0px; z-index: 40; background: var(--bg); border-bottom: 1px solid var(--border); }

.title-block h1 { font-size: 22px; font-weight: 800; letter-spacing: -0.01em; white-space: nowrap; }

.crumbs { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: 12.5px; margin-top: 3px; }

.crumbs .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--faint); }

.controls { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; flex: 1 1 0%; }

.pills { display: flex; background: var(--card2); border: 1px solid var(--border); border-radius: 12px; padding: 4px; gap: 2px; }

.pills button { background: transparent; border: 0px; color: var(--muted); font-weight: 700; font-size: 13px; padding: 8px 14px; border-radius: 8px; cursor: pointer; white-space: nowrap; }

.pills button:hover { color: var(--text); }

.pills button[aria-pressed="true"] { background: rgb(38, 38, 44); color: var(--text); }

.toolbar { display: flex; align-items: center; gap: 14px; }

.tool, .icon-btn { background: none; border: 0px; color: var(--muted); cursor: pointer; padding: 2px; display: flex; align-items: center; }

.tool:hover, .icon-btn:hover { color: var(--text); }

.tool svg { width: 17px; height: 17px; stroke: currentcolor; fill: none; stroke-width: 1.6; }

.icon-btn { font-size: 14px; width: 26px; height: 26px; justify-content: center; border-radius: 8px; }

.icon-btn:hover { background: var(--card2); }

.btn { height: 34px; padding: 0px 14px; border: 1px solid var(--border); border-radius: 10px; background: var(--card2); color: var(--text); font-weight: 700; font-size: 13px; white-space: nowrap; }

.btn:hover { border-color: var(--border2); }

.btn.primary { background: rgba(34, 211, 238, 0.12); border-color: rgba(34, 211, 238, 0.4); color: rgb(165, 243, 252); }

.sel, select.sel { appearance: none; background-attachment: ; background-origin: ; background-clip: ; background-color: ; border: 1px solid var(--border); color: var(--text); font-family: inherit; font-size: 12.5px; font-weight: 700; padding: 0px 26px 0px 12px; height: 30px; border-radius: 9px; cursor: pointer; background-image: linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%); background-position: calc(100% - 14px) 13px, calc(100% - 9px) 13px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }

.toggle { height: 30px; padding: 0px 11px; border: 1px solid var(--border); border-radius: 9px; background: var(--card2); color: var(--muted); font-size: 12.5px; font-weight: 700; white-space: nowrap; }

.toggle:hover { color: var(--text); }

.toggle[aria-pressed="true"] { background: rgba(34, 211, 238, 0.12); border-color: rgba(34, 211, 238, 0.4); color: rgb(165, 243, 252); }

.chip { height: 30px; display: inline-flex; align-items: center; gap: 7px; padding: 0px 11px; border-radius: 9px; border: 1px solid var(--border); background: var(--card2); color: var(--muted); font-size: 12.5px; font-weight: 700; white-space: nowrap; }

.chip:hover { color: var(--text); }

.chip.warn { border-color: rgba(250, 204, 21, 0.4); background: rgba(250, 204, 21, 0.1); color: var(--yellow); }

.autorefresh { display: flex; justify-content: flex-end; align-items: center; gap: 10px; padding: 6px 28px 10px; color: var(--faint); font-size: 12.5px; font-weight: 600; background: var(--bg); border-bottom: 1px solid var(--border); }

.live-pill { display: inline-flex; align-items: center; gap: 7px; background: rgb(27, 27, 32); border: 1px solid rgb(43, 43, 50); border-radius: 99px; padding: 6px 15px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; }

.live-pill .d { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }

.page { padding: 18px 28px 28px; display: flex; flex-direction: column; gap: 16px; }

.card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 20px; position: relative; min-width: 0px; }

.card-label { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; color: var(--muted); }

.card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }

.card-title { font-size: 17px; font-weight: 800; letter-spacing: -0.01em; white-space: nowrap; }

.sp { flex: 1 1 0%; }

.sec-hdr { display: flex; align-items: center; gap: 14px; padding: 8px 0px 0px; }

.sec-hdr .sec-label { font-size: 10.5px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; color: var(--faint); white-space: nowrap; }

.sec-hdr .sec-line { flex: 1 1 0%; height: 1px; background: var(--border); }

.toprow { display: grid; grid-template-columns: 1.02fr 0.98fr 1.3fr; gap: 16px; align-items: stretch; }

.toprow > .card { display: flex; flex-direction: column; }

.row-sys { display: grid; grid-template-columns: 1.02fr 2.28fr; gap: 16px; align-items: stretch; }

@media (max-width: 1180px) {
  .toprow, .row-sys { grid-template-columns: 1fr; }
}

.badge-note { font-size: 11px; font-weight: 700; color: var(--faint); border: 1px solid var(--border); padding: 3px 9px; border-radius: 99px; white-space: nowrap; }

.tlink { color: var(--cyan); font-size: 12px; font-weight: 700; text-decoration: none; white-space: nowrap; }

.tlink:hover { text-decoration: underline; }

footer { padding: 4px 28px 26px; color: var(--faint); font-size: 12px; display: flex; justify-content: space-between; }

.vp-status { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; padding: 5px 13px; border-radius: 99px; border: 1px solid; }

.vp-status .d { width: 6px; height: 6px; border-radius: 50%; background: currentcolor; }

.vp-status.online { background: rgba(74, 222, 128, 0.08); border-color: rgba(74, 222, 128, 0.35); color: var(--green); }

.vp-status.repair { background: rgba(248, 113, 113, 0.08); border-color: rgba(248, 113, 113, 0.35); color: var(--red); }

.vp-status.depot { background: rgba(139, 139, 148, 0.1); border-color: rgba(139, 139, 148, 0.3); color: var(--muted); }

.vp-status.reserve { background: rgba(34, 211, 238, 0.08); border-color: rgba(34, 211, 238, 0.35); color: var(--cyan); }

.vp-name { font-size: 21px; font-weight: 800; margin-top: 5px; }

.vp-sub { font-size: 12.5px; color: var(--muted); font-weight: 600; margin-top: 2px; }

.vp-photo { margin-top: 14px; border-radius: 10px; overflow: hidden; position: relative; height: 132px; background: linear-gradient(160deg, rgb(22, 50, 58), rgb(13, 29, 36) 55%, rgb(10, 20, 26)); }

.vp-photo svg { position: absolute; inset: 0px; width: 100%; height: 100%; }

#busArt svg { position: absolute; inset: 0px; }

.vp-overlay { position: absolute; left: 0px; right: 0px; bottom: 0px; display: flex; justify-content: space-between; padding: 10px 14px; background: linear-gradient(transparent, rgba(0, 0, 0, 0.6)); }

.vp-ov-label { font-size: 10px; font-weight: 800; letter-spacing: 0.1em; color: rgb(185, 194, 198); }

.vp-ov-val { font-size: 14.5px; font-weight: 800; color: rgb(255, 255, 255); margin-top: 1px; }

.vp-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; margin-top: 14px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

.vp-stat { padding: 12px 4px; }

.vp-stat + .vp-stat { border-left: 1px solid var(--border); padding-left: 16px; }

.vp-stat .k { font-size: 10.5px; font-weight: 800; letter-spacing: 0.1em; color: var(--faint); }

.vp-stat .v { font-size: 17px; font-weight: 800; margin-top: 3px; }

.vp-stat .v small { font-size: 12px; color: var(--muted); font-weight: 600; margin-left: 2px; }

.vp-mach { margin-top: 12px; }

.vp-mach .k { font-size: 10.5px; font-weight: 800; letter-spacing: 0.12em; color: var(--faint); margin-bottom: 8px; }

.vp-mach .row { display: flex; justify-content: space-between; padding: 4px 0px; font-size: 14px; }

.vp-mach .row .l { color: var(--muted); }

.vp-mach .row .r { font-weight: 700; font-variant-numeric: tabular-nums; }

.mt4 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.mt { background: var(--inset); border: 1px solid var(--border); border-radius: 12px; padding: 13px 15px; min-width: 0px; }

.mt .k { font-size: 10.5px; font-weight: 800; letter-spacing: 0.1em; color: var(--faint); text-transform: uppercase; }

.mt .v { display: flex; align-items: baseline; gap: 4px; margin-top: 5px; }

.mt .v b { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }

.mt .v u { text-decoration: none; font-size: 12.5px; color: var(--muted); font-weight: 700; }

.mt .d { display: flex; align-items: baseline; gap: 8px; margin-top: 4px; font-size: 11px; font-weight: 600; color: var(--muted); flex-wrap: wrap; }

.mt .d .base { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.delta { display: inline-flex; align-items: center; gap: 3px; font-weight: 800; font-variant-numeric: tabular-nums; }

.delta .ar { font-size: 9px; }

.delta.good { color: var(--green); }

.delta.bad { color: var(--red); }

.delta.flat { color: var(--faint); }

.sec { font-size: 11.5px; color: var(--muted); font-weight: 600; line-height: 1.8; border-top: 1px solid var(--border); padding-top: 10px; margin-top: 12px; }

.sec b { color: var(--text); font-weight: 800; font-variant-numeric: tabular-nums; }

.peaks { display: flex; flex-direction: column; gap: 6px; border-top: 1px solid var(--border); padding-top: 10px; margin-top: 10px; }

.peaks .lbl { font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); }

.peaks .pk { display: grid; grid-template-columns: 1fr auto auto auto; gap: 7px; align-items: baseline; cursor: pointer; padding: 3px 6px; margin: 0px -6px; border-radius: 8px; }

.peaks .pk:hover { background: var(--card2); }

.peaks .pk .k { font-size: 11px; font-weight: 700; color: var(--muted); }

.peaks .pk b { font-size: 15px; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }

.peaks .pk u { text-decoration: none; font-size: 10.5px; color: var(--faint); font-weight: 700; }

.peaks .pk .jmp { font-size: 10px; color: var(--faint); }

.peaks .pk:hover .jmp { color: var(--cyan); }

.cov-warn { display: inline-flex; align-items: center; font-size: 10.5px; font-weight: 700; padding: 3px 9px; border-radius: 99px; background: rgba(250, 204, 21, 0.1); border: 1px solid rgba(250, 204, 21, 0.35); color: var(--yellow); }

.chip-period { font-size: 11px; font-weight: 700; color: var(--faint); border: 1px solid var(--border); padding: 4px 10px; border-radius: 99px; white-space: nowrap; }

.al-sum { font-size: 11.5px; color: var(--muted); font-weight: 600; white-space: nowrap; }

.count { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0px 6px; border-radius: 99px; font-size: 11px; font-weight: 800; background: rgba(248, 113, 113, 0.14); color: var(--red); border: 1px solid rgba(248, 113, 113, 0.4); }

.al-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }

@media (max-width: 1400px) {
  .al-grid { grid-template-columns: repeat(2, 1fr); }
}

.al { display: flex; align-items: flex-start; gap: 8px; background: var(--inset); border-top-color: ; border-top-style: ; border-top-width: ; border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-left: 2px solid var(--border2); border-radius: 10px; padding: 10px 12px; min-width: 0px; text-align: left; }

.al:hover { border-color: var(--border2); }

.al[aria-pressed="true"] { background: rgb(26, 26, 31); box-shadow: rgba(34, 211, 238, 0.35) 0px 0px 0px 1px inset; }

.al .ic { width: 17px; height: 17px; flex: 0 0 auto; color: var(--faint); margin-top: 1px; }

.al .ic svg { display: block; width: 17px; height: 17px; }

.al .tx { min-width: 0px; flex: 1 1 0%; display: flex; flex-direction: column; gap: 2px; }

.al .lb { display: block; font-size: 9.5px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.al .nt { display: block; font-size: 12px; font-weight: 700; color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.al .bd { flex: 0 0 auto; min-width: 20px; height: 20px; padding: 0px 6px; border-radius: 99px; display: grid; place-items: center; font-size: 11px; font-weight: 800; border: 1px solid transparent; }

.al.ok .bd { color: var(--green); border-color: rgba(74, 222, 128, 0.35); background: rgba(74, 222, 128, 0.1); }

.al.ok .nt { color: var(--muted); font-weight: 600; }

.al.na { opacity: 0.45; }

.al.na .bd { color: var(--faint); border-color: var(--border); }

.al.crit { border-left-color: var(--red); }

.al.crit .ic { color: var(--red); }

.al.crit .bd { color: var(--red); background: rgba(248, 113, 113, 0.12); border-color: rgba(248, 113, 113, 0.4); }

.al.serious { border-left-color: var(--orange); }

.al.serious .ic { color: var(--orange); }

.al.serious .bd { color: var(--orange); background: rgba(249, 115, 22, 0.12); border-color: rgba(249, 115, 22, 0.4); }

.al.warn { border-left-color: var(--yellow); }

.al.warn .ic { color: var(--yellow); }

.al.warn .bd { color: var(--yellow); background: rgba(250, 204, 21, 0.12); border-color: rgba(250, 204, 21, 0.4); }

.al.info { border-left-color: var(--cyan); }

.al.info .ic { color: var(--cyan); }

.al.info .bd { color: var(--cyan); background: rgba(34, 211, 238, 0.12); border-color: rgba(34, 211, 238, 0.4); }

.al-detail { margin-top: 12px; background: var(--inset); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }

.att-row { display: grid; grid-template-columns: 20px 1fr auto; gap: 10px; align-items: start; padding: 11px 13px; border-bottom: 1px solid var(--border); }

.att-row:last-child { border-bottom: 0px; }

.ico { width: 20px; height: 20px; display: grid; place-items: center; font-size: 11px; font-weight: 800; border-radius: 6px; margin-top: 1px; }

.ico.crit { background: rgba(248, 113, 113, 0.14); color: var(--red); }

.ico.serious { background: rgba(249, 115, 22, 0.14); color: var(--orange); }

.ico.warn { background: rgba(250, 204, 21, 0.14); color: var(--yellow); }

.ico.info { background: rgba(34, 211, 238, 0.14); color: var(--cyan); }

.att-row .t { font-size: 13px; font-weight: 700; line-height: 1.35; }

.att-row .m { font-size: 11.5px; color: var(--muted); font-weight: 600; margin-top: 3px; }

.sev-label { font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); }

.att-row .a button { height: 26px; padding: 0px 11px; border: 1px solid var(--border2); border-radius: 8px; font-size: 11.5px; font-weight: 700; color: var(--muted); white-space: nowrap; }

.att-row .a button:hover { color: var(--text); background: var(--card2); }

.al-docs { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--border); font-size: 11.5px; color: var(--muted); font-weight: 600; }

.al-docs .ic { width: 15px; height: 15px; color: var(--faint); }

.al-docs .ic svg { width: 15px; height: 15px; }

.al-docs .d { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }

.al-docs .d i { width: 6px; height: 6px; border-radius: 50%; flex: 0 0 auto; }

.al-docs .d b { color: var(--text); font-weight: 800; }

.kv { display: grid; grid-template-columns: auto 1fr; gap: 8px 12px; margin-top: 14px; font-size: 13.5px; }

.kv .k { color: var(--muted); font-weight: 600; }

.kv .v { text-align: right; font-weight: 700; }

.status-line { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }

.st-meta { color: var(--muted); font-size: 12.5px; font-weight: 600; }

.map-card { display: flex; flex-direction: column; }

.map-tools { display: flex; align-items: center; gap: 8px; margin: 2px 0px 10px; flex-wrap: wrap; }

.map-tools .sel { flex: 1 1 0%; min-width: 150px; }

.map-wrap { position: relative; flex: 1 1 0%; min-height: 320px; border-radius: 10px; overflow: hidden; background: var(--inset); }

.map-canvas { position: absolute; inset: 0px; }

.map-canvas svg { display: block; width: 100%; height: 100%; }

.map-note { position: absolute; left: 10px; top: 10px; z-index: 5; font-size: 11px; font-weight: 700; color: var(--text); background: rgba(10, 10, 11, 0.8); border: 1px solid var(--border2); border-radius: 99px; padding: 4px 11px; pointer-events: none; }

.map-attr { position: absolute; right: 8px; bottom: 8px; z-index: 5; font-size: 9.5px; color: var(--faint); background: rgba(10, 10, 11, 0.7); border-radius: 6px; padding: 2px 6px; pointer-events: none; }

.map-marker { position: absolute; z-index: 6; width: 12px; height: 12px; border-radius: 50%; background: var(--cyan); box-shadow: rgb(13, 13, 15) 0px 0px 0px 2px, rgba(34, 211, 238, 0.9) 0px 0px 14px; transform: translate(-6px, -6px); pointer-events: none; }

.seg-hit { cursor: pointer; }

.legend { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 12px; font-size: 11.5px; color: var(--muted); font-weight: 600; }

.legend .li { display: inline-flex; align-items: center; gap: 6px; }

.legend .sw { width: 14px; height: 3px; border-radius: 2px; flex: 0 0 auto; }

.legend .rng { color: var(--faint); }

.seg-info { font-size: 12px; font-weight: 600; }

.seg-info .hint { color: var(--faint); }

.seg-info .nm { font-weight: 800; display: flex; align-items: center; gap: 8px; margin-bottom: 6px; font-size: 12.5px; }

.seg-info .grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 12px; color: var(--muted); }

.seg-info .grid b { color: var(--text); font-weight: 800; font-variant-numeric: tabular-nums; }

.seg-info .worst { color: var(--orange); font-weight: 800; }

.acc { border-top: 1px solid var(--border); margin-top: 2px; }

.acc-h { display: flex; align-items: center; gap: 8px; width: 100%; padding: 10px 0px; text-align: left; }

.acc-h .chev { color: var(--faint); font-size: 13px; width: 9px; transition: transform 0.12s; }

.acc-h[aria-expanded="true"] .chev { transform: rotate(90deg); color: var(--muted); }

.acc-h .t { font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }

.acc-h .sum { margin-left: auto; font-size: 11.5px; color: var(--faint); font-weight: 600; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.acc-b { padding: 0px 0px 12px; }

.stops { padding: 2px 0px; }

.stops .r { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center; padding: 6px 0px; border-bottom: 1px solid var(--grid); font-size: 12px; }

.stops .r:last-child { border-bottom: 0px; }

.stops .r span { color: var(--muted); font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.stops .r b { font-weight: 800; font-variant-numeric: tabular-nums; }

.stops .r .miss { font-size: 11px; color: var(--yellow); font-weight: 700; }

.stops .r .ok { font-size: 11px; color: var(--faint); font-weight: 700; }

.stops-foot { padding-top: 4px; }

.chart-h { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding-bottom: 6px; }

.chart-h .lg { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; color: var(--muted); font-weight: 700; }

.chart-h .lg i { width: 14px; height: 3px; border-radius: 2px; flex: 0 0 auto; }

.lg-band { background: rgba(34, 211, 238, 0.25); border: 1px solid rgba(34, 211, 238, 0.5); }

.lg-line { background: var(--cyan); }

.speed { position: relative; height: 104px; padding: 0px 0px 14px; }

.speed svg { display: block; width: 100%; height: 100%; overflow: visible; }

.speed .xlab { position: absolute; left: 0px; right: 0px; bottom: -1px; display: flex; justify-content: space-between; font-size: 9.5px; color: var(--faint); font-weight: 700; font-variant-numeric: tabular-nums; pointer-events: none; }

.speed .cross { position: absolute; top: 0px; bottom: 14px; width: 1px; background: var(--border2); pointer-events: none; opacity: 0; }

.map-foot { font-size: 11px; color: var(--faint); font-weight: 600; padding-top: 8px; border-top: 1px solid var(--border); }

.ch-legend { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }

.ch-legend .li { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; white-space: nowrap; cursor: pointer; padding: 3px 6px; margin: -3px -6px; border-radius: 8px; }

.ch-legend button.li:hover { background: var(--card2); }

.ch-legend .li i { width: 14px; height: 2.5px; border-radius: 2px; flex: 0 0 auto; position: relative; background: currentcolor; }

.ch-legend .li i.dot::after { content: ""; position: absolute; left: 4px; top: -2.5px; width: 7px; height: 7px; border-radius: 50%; background: currentcolor; }

.ch-legend .li.dash i { background: none; border-top: 2.5px dashed; height: 0px; }

.ch-legend .li.hatch i { height: 11px; border-radius: 3px; border: 1px solid rgba(248, 113, 113, 0.55); background: repeating-linear-gradient(45deg, rgba(248, 113, 113, 0.5) 0px, rgba(248, 113, 113, 0.5) 1.3px, rgba(248, 113, 113, 0.1) 1.3px, rgba(248, 113, 113, 0.1) 5px); }

.ch-legend .li[aria-pressed="false"] { opacity: 0.4; text-decoration: line-through; }

.ch-stats { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin: 2px 0px 12px; font-size: 11.5px; color: var(--muted); font-weight: 600; }

.ch-stats .st { display: inline-flex; align-items: baseline; gap: 6px; white-space: nowrap; }

.ch-stats .st i { width: 9px; height: 9px; border-radius: 50%; flex: 0 0 auto; align-self: center; }

.ch-stats .st b { color: var(--text); font-weight: 800; font-variant-numeric: tabular-nums; }

.ch-stats .gapst { color: rgb(252, 165, 165); border: 1px solid rgba(248, 113, 113, 0.35); background: rgba(248, 113, 113, 0.08); border-radius: 99px; padding: 3px 10px; }

.ch-stats .gapst b { color: rgb(252, 165, 165); }

.ch-wrap { position: relative; }

.ch-plot { position: relative; height: 186px; }

.ch-plot svg { display: block; width: 100%; height: 100%; overflow: visible; }

.ch-axis { position: relative; height: 16px; margin-top: 3px; }

.ch-axis span { position: absolute; transform: translateX(-50%); font-size: 9.5px; color: var(--faint); font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }

.ch-cursor { position: absolute; top: 0px; bottom: 18px; width: 1px; background: var(--border2); pointer-events: none; opacity: 0; }

.ch-dots { position: absolute; inset: 0px; pointer-events: none; }

.ch-dots i { position: absolute; width: 10px; height: 10px; border-radius: 50%; transform: translate(-5px, -5px); box-shadow: 0 0 0 2px var(--card); opacity: 0; }

.ch-thr-lab { font-size: 9.5px; fill: rgb(252, 165, 165); font-weight: 700; }

.tl-lanes { position: relative; margin-top: 10px; border-top: 1px solid var(--border); padding-top: 10px; }

.tl-lane { position: relative; height: 22px; margin-bottom: 4px; }

.tl-lane:last-child { margin-bottom: 0px; }

.tl-lane .nm { position: absolute; left: 0px; top: 4px; width: 78px; font-size: 9.5px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.tl-track { position: absolute; inset: 0px 0px 0px 84px; overflow: hidden; }

.blk { position: absolute; border-radius: 4px; overflow: hidden; white-space: nowrap; }

.blk.plan { top: 1px; height: 20px; background: rgba(255, 255, 255, 0.043); border: 1px solid rgba(255, 255, 255, 0.08); }

.blk.fact { top: 6px; height: 10px; box-shadow: 0 0 0 1px var(--card); }

.blk.fact.ok { background: var(--green); }

.blk.fact.warn { background: var(--yellow); }

.blk.fact.bad { background: var(--orange); }

.blk.fact.crit { background: var(--red); }

.blk.miss { top: 1px; height: 20px; border: 1px dashed rgba(248, 113, 113, 0.55); background: rgba(248, 113, 113, 0.08); }

.blk.idle { top: 5px; height: 12px; background: repeating-linear-gradient(45deg, rgb(38, 38, 44), rgb(38, 38, 44) 3px, rgb(26, 26, 31) 3px, rgb(26, 26, 31) 6px); border: 1px solid var(--border); }

.blk.band { top: 4px; height: 15px; background: rgba(34, 211, 238, 0.1); border: 1px solid rgba(34, 211, 238, 0.28); color: rgb(165, 243, 252); font-size: 9.5px; font-weight: 700; line-height: 13px; padding: 0px 6px; text-overflow: ellipsis; }

.blk .cap { font-size: 9px; line-height: 10px; color: rgb(10, 10, 11); font-weight: 800; padding: 0px 3px; }

.mk { position: absolute; top: 4px; width: 13px; height: 13px; transform: translateX(-6.5px); border-radius: 4px; display: grid; place-items: center; font-size: 9px; font-weight: 800; cursor: pointer; }

.mk.crit { background: var(--red); color: rgb(42, 10, 10); }

.mk.serious { background: var(--orange); color: rgb(42, 18, 6); }

.mk.warn { background: var(--yellow); color: rgb(42, 34, 6); }

.mk.info { background: var(--cyan); color: rgb(4, 37, 43); }

.mk.fuel { background: var(--purple); color: rgb(26, 16, 48); }

.mk:hover { outline: rgba(255, 255, 255, 0.55) solid 2px; }

.tl-days { position: relative; height: 46px; margin-left: 84px; display: flex; gap: 2px; align-items: flex-end; }

.tl-days .d { flex: 1 1 0%; position: relative; min-width: 3px; background: var(--inset); border-radius: 3px 3px 0px 0px; cursor: pointer; }

.tl-days .d i { position: absolute; left: 0px; right: 0px; bottom: 0px; border-radius: 3px 3px 0px 0px; }

.tl-days .d.out { background: repeating-linear-gradient(45deg, rgb(26, 26, 31), rgb(26, 26, 31) 3px, rgb(20, 20, 24) 3px, rgb(20, 20, 24) 6px); }

.tl-days .d:hover { outline: 1px solid var(--border2); }

.tl-empty { padding: 16px 0px; font-size: 12px; color: var(--faint); font-weight: 600; }

.sl-wrap { padding-top: 8px; }

.slicer { position: relative; height: 20px; margin-left: 84px; }

.slicer .tr { position: absolute; left: 0px; right: 0px; top: 8px; height: 4px; border-radius: 2px; background: var(--card2); }

.slicer .sel { position: absolute; top: 8px; height: 4px; border-radius: 2px; background: var(--cyan); opacity: 0.9; cursor: grab; }

.slicer .sel:active { cursor: grabbing; }

.slicer .hnd { position: absolute; top: 2px; width: 16px; height: 16px; border-radius: 50%; background: rgb(10, 10, 11); border: 2.5px solid var(--cyan); transform: translateX(-8px); cursor: ew-resize; box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 6px; }

.slicer .hnd:hover, .slicer .hnd:focus-visible { box-shadow: rgba(34, 211, 238, 0.2) 0px 0px 0px 4px; }

.sl-cap { display: flex; align-items: center; gap: 12px; margin-left: 84px; margin-top: 6px; font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); }

.sl-cap #slInfo { text-transform: none; letter-spacing: 0px; color: var(--text); font-size: 12px; font-weight: 700; }

.sl-cap .toggle { height: 24px; font-size: 11px; text-transform: none; letter-spacing: 0px; }

.ch-foot { display: flex; gap: 14px; margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--border); font-size: 11px; color: var(--faint); font-weight: 600; }

.hg-body { display: grid; grid-template-columns: minmax(0px, 1fr) 250px; gap: 18px; }

@media (max-width: 1000px) {
  .hg-body { grid-template-columns: 1fr; }
}

.hg-plot { position: relative; height: 186px; }

.hg-plot svg { display: block; width: 100%; height: 100%; overflow: visible; }

.hg-plot .hbar { cursor: crosshair; }

.hg-plot .hbar:hover { opacity: 0.78; }

.hg-axis { position: relative; height: 16px; margin-top: 3px; }

.hg-axis span { position: absolute; transform: translateX(-50%); font-size: 9.5px; color: var(--faint); font-weight: 700; font-variant-numeric: tabular-nums; }

.hg-stats { border-left: 1px solid var(--border); padding-left: 16px; display: flex; flex-direction: column; gap: 8px; }

.hg-stats .st-row { display: grid; grid-template-columns: 10px 1fr auto; gap: 8px; align-items: baseline; font-size: 11.5px; color: var(--muted); font-weight: 600; }

.hg-stats .st-row i { width: 9px; height: 9px; border-radius: 2px; align-self: center; }

.hg-stats .st-row .k { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.hg-stats .st-row b { font-variant-numeric: tabular-nums; font-weight: 800; color: var(--text); }

.hg-stats .hd { font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); border-top: 1px solid var(--border); padding-top: 9px; }

.hg-stats .hd:first-child { border-top: 0px; padding-top: 0px; }

.tr-sum { font-size: 11.5px; color: var(--muted); font-weight: 600; white-space: nowrap; }

.tr-wrap { max-height: 320px; overflow: auto; border: 1px solid var(--border); border-radius: 12px; background: var(--inset); }

.tr-table { width: 100%; border-collapse: collapse; font-size: 12.5px; }

.tr-table th { position: sticky; top: 0px; z-index: 2; background: rgb(20, 20, 24); text-align: right; padding: 9px 11px; border-bottom: 1px solid var(--border2); color: var(--faint); font-weight: 800; font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; cursor: pointer; }

.tr-table th:first-child, .tr-table td:first-child, .tr-table th.l, .tr-table td.l { text-align: left; }

.tr-table th:hover { color: var(--text); }

.tr-table th .ar { opacity: 0.4; font-size: 9px; }

.tr-table th[aria-sort] .ar { opacity: 1; color: var(--cyan); }

.tr-table td { padding: 8px 11px; border-bottom: 1px solid var(--grid); text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; font-weight: 600; }

.tr-table tr:hover td { background: rgb(20, 20, 24); }

.tr-table tr.sel td { background: rgba(34, 211, 238, 0.08); box-shadow: rgba(34, 211, 238, 0.25) 0px 0px 0px 1px inset; }

.tr-table tr { cursor: pointer; }

.tr-table td.dir { color: var(--muted); max-width: 230px; overflow: hidden; text-overflow: ellipsis; }

.tr-table td .zero { color: var(--faint); }

.tr-table .d-ok { color: var(--green); font-weight: 800; }

.tr-table .d-warn { color: var(--yellow); font-weight: 800; }

.tr-table .d-bad { color: var(--orange); font-weight: 800; }

.tr-table .d-crit { color: var(--red); font-weight: 800; }

.tr-table tr.missed td { color: var(--faint); }

.tr-table tr.missed td:first-child::after { content: " · не выполнен"; color: var(--red); font-size: 10px; font-weight: 700; }

.kpi-table { overflow: auto; max-height: 320px; margin-top: 4px; }

.kpi-table table { width: 100%; border-collapse: collapse; font-size: 12.5px; }

.kpi-table th { position: sticky; top: 0px; background: var(--card); text-align: right; padding: 8px 10px; border-bottom: 1px solid var(--border2); color: var(--faint); font-weight: 800; font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; }

.kpi-table th:first-child, .kpi-table td:first-child { text-align: left; }

.kpi-table td { padding: 7px 10px; border-bottom: 1px solid var(--grid); text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; font-weight: 600; }

.kpi-table td b { font-weight: 800; }

.num { font-variant-numeric: tabular-nums; }

.combo { position: relative; }

.combo-btn { display: flex; align-items: center; gap: 10px; height: 38px; padding: 0px 12px; border: 1px solid var(--border2); border-radius: 10px; background: var(--card2); max-width: 360px; font-weight: 700; }

.combo-btn:hover { border-color: rgb(58, 58, 66); }

.combo-main { display: flex; align-items: baseline; gap: 8px; min-width: 0px; }

.combo-main b { font-size: 14px; font-weight: 800; white-space: nowrap; font-variant-numeric: tabular-nums; }

.combo-main span { color: var(--muted); font-size: 12px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 170px; }

.caret { color: var(--muted); font-size: 10px; }

.dot { width: 8px; height: 8px; border-radius: 50%; flex: 0 0 auto; }

.dot.online { background: var(--green); }

.dot.depot { background: var(--muted); }

.dot.repair { background: var(--red); }

.dot.reserve { background: var(--cyan); }

.route-badge { display: inline-grid; place-items: center; min-width: 22px; height: 19px; padding: 0px 6px; border-radius: 6px; background: rgba(34, 211, 238, 0.12); border: 1px solid rgba(34, 211, 238, 0.35); color: rgb(165, 243, 252); font-size: 11px; font-weight: 800; }

.combo-panel { position: absolute; top: 44px; left: 0px; width: 544px; z-index: 200; background: rgb(24, 24, 28); border: 1px solid var(--border2); border-radius: 14px; padding: 8px; box-shadow: rgba(0, 0, 0, 0.6) 0px 12px 34px; }

.combo-panel input { width: 100%; height: 34px; padding: 0px 11px; margin-bottom: 6px; background: var(--inset); border: 1px solid var(--border); border-radius: 9px; font-size: 13px; font-weight: 600; }

.combo-panel input:focus { border-color: rgba(34, 211, 238, 0.5); }

.combo-list { max-height: 280px; overflow: auto; }

.combo-row { display: grid; grid-template-columns: 10px 96px minmax(0px, 1fr) 30px 72px; gap: 9px; align-items: center; width: 100%; padding: 9px 8px; border-radius: 9px; text-align: left; font-weight: 600; }

.combo-row:hover { background: var(--card2); }

.combo-row[aria-selected="true"] { background: rgba(34, 211, 238, 0.1); box-shadow: rgba(34, 211, 238, 0.3) 0px 0px 0px 1px inset; }

.combo-row .pl { font-weight: 800; font-variant-numeric: tabular-nums; font-size: 13px; }

.combo-row .md { color: var(--muted); font-size: 12.5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.combo-row .st { font-size: 11px; color: var(--faint); text-align: right; font-weight: 700; }

.combo-foot { border-top: 1px solid var(--border); margin-top: 6px; padding-top: 8px; font-size: 11px; color: var(--faint); font-weight: 600; }

.range { display: flex; align-items: center; gap: 7px; height: 34px; padding: 0px 12px; border: 1px solid var(--border); border-radius: 10px; background: var(--card2); color: var(--muted); font-size: 12.5px; font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }

.mode-chip { height: 34px; display: flex; align-items: center; gap: 6px; padding: 0px 12px; border-radius: 10px; border: 1px solid var(--border); background: var(--card2); color: var(--muted); font-size: 12.5px; font-weight: 700; white-space: nowrap; }

.mode-chip b { font-weight: 800; color: var(--text); }

.pop { position: absolute; z-index: 300; background: rgb(24, 24, 28); border: 1px solid var(--border2); border-radius: 14px; box-shadow: rgba(0, 0, 0, 0.6) 0px 12px 34px; padding: 14px; }

.pop h4 { margin: 0px 0px 10px; font-size: 12px; font-weight: 800; letter-spacing: 0.06em; color: var(--muted); }

.pop .fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.pop label { display: block; font-size: 10.5px; font-weight: 800; letter-spacing: 0.08em; color: var(--faint); margin-bottom: 4px; }

.pop input[type="datetime-local"] { width: 100%; height: 34px; padding: 0px 10px; background: var(--inset); border: 1px solid var(--border); border-radius: 9px; font-size: 13px; font-weight: 600; }

.pop .quick { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 11px; }

.pop .quick button { height: 28px; padding: 0px 11px; border: 1px solid var(--border); border-radius: 8px; color: var(--muted); font-size: 12px; font-weight: 700; }

.pop .quick button:hover { color: var(--text); background: var(--card2); }

.pop .foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 12px; border-top: 1px solid var(--border); padding-top: 11px; }

.pop .note { font-size: 11px; color: var(--faint); font-weight: 600; max-width: 240px; }

.menu { min-width: 250px; padding: 7px; }

.menu button { display: flex; align-items: center; gap: 9px; width: 100%; padding: 9px 10px; border-radius: 9px; text-align: left; color: var(--muted); font-size: 13px; font-weight: 600; }

.menu button:hover { background: var(--card2); color: var(--text); }

.menu .sep { height: 1px; background: var(--border); margin: 6px 2px; }

.menu .k { margin-left: auto; color: var(--faint); font-size: 11px; }

.tip { position: fixed; z-index: 900; pointer-events: none; opacity: 0; transition: opacity 0.1s; background: rgb(30, 30, 35); border: 1px solid var(--border2); border-radius: 10px; padding: 9px 11px; font-size: 12px; font-weight: 600; box-shadow: rgba(0, 0, 0, 0.65) 0px 12px 30px; white-space: nowrap; }

.tip .tip-h { font-size: 12.5px; font-weight: 800; color: var(--text); margin-bottom: 5px; }

.tip .tip-r { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); }

.tip .tip-r i { width: 12px; height: 2.5px; border-radius: 2px; flex: 0 0 auto; }

.tip .tip-r b { margin-left: auto; color: var(--text); font-weight: 800; font-variant-numeric: tabular-nums; }

.tip .tl { color: var(--faint); display: block; font-size: 10.5px; font-weight: 700; }

.tip b { font-variant-numeric: tabular-nums; }

.toast-wrap { position: fixed; right: 20px; bottom: 20px; z-index: 950; display: flex; flex-direction: column; gap: 10px; }

.toast { background: rgb(24, 24, 28); border-top-color: ; border-top-style: ; border-top-width: ; border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-left: 3px solid var(--cyan); border-radius: 12px; padding: 11px 15px; font-size: 12.5px; font-weight: 600; box-shadow: rgba(0, 0, 0, 0.65) 0px 14px 34px; animation: 0.16s ease-out 0s 1 normal none running in; }

@keyframes in { 
  0% { opacity: 0; transform: translateX(10px); }
}

.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); }

.hx { display: grid; grid-template-columns: 1.05fr 1fr 1fr; gap: 16px; }

@media (max-width: 1500px) {
  .hx { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1040px) {
  .hx { grid-template-columns: 1fr; }
}

.hx-score { display: flex; align-items: flex-end; gap: 14px; margin-top: 2px; }

.hx-num { font-size: 52px; font-weight: 800; line-height: 0.92; letter-spacing: -0.03em; }

.hx-of { font-size: 13px; color: var(--faint); font-weight: 700; padding-bottom: 7px; }

.hx-verd { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 10px; border-radius: 8px; border: 1px solid var(--border2); background: var(--inset); margin-bottom: 8px; }

.hx-verd i { width: 7px; height: 7px; border-radius: 50%; background: currentcolor; flex: 0 0 auto; }

.hx-spark { height: 38px; margin: 12px 0px 4px; position: relative; }

.hx-spark svg { display: block; width: 100%; height: 100%; overflow: visible; }

.hx-cap { font-size: 11px; color: var(--faint); display: flex; justify-content: space-between; }

.hx-contrib { margin-top: 14px; display: grid; gap: 7px; }

.hx-row { display: grid; grid-template-columns: 112px 1fr 42px; align-items: center; gap: 10px; font-size: 12px; }

.hx-row .l { color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.hx-track { display: block; height: 7px; background: var(--inset); border-radius: 4px; overflow: hidden; border: 1px solid var(--border); }

.hx-fill { display: block; height: 100%; border-radius: 3px; }

.hx-row .v { text-align: right; font-weight: 700; font-variant-numeric: tabular-nums; }

.act { display: grid; gap: 9px; margin-top: 4px; }

.act-i { border-top-color: ; border-top-style: ; border-top-width: ; border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-left-color: ; border-left-style: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-left-width: 3px; border-radius: 10px; background: var(--inset); padding: 10px 12px; display: grid; gap: 4px; cursor: pointer; }

.act-i:hover { border-color: var(--border2); }

.act-t { font-size: 12.5px; font-weight: 700; }

.act-m { font-size: 11.5px; color: var(--muted); line-height: 1.45; }

.act-f { display: flex; gap: 8px; align-items: center; font-size: 10.5px; color: var(--faint); flex-wrap: wrap; }

.act-w { font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; padding: 2px 7px; border-radius: 6px; border: 1px solid var(--border2); }

.conf { display: inline-flex; gap: 2px; align-items: center; }

.conf b { width: 14px; height: 4px; border-radius: 2px; background: var(--border2); }

.conf b.on { background: var(--cyan); }

.av { display: grid; gap: 8px; margin-top: 2px; }

.av-r { display: grid; grid-template-columns: 1fr 58px 74px 46px; align-items: center; gap: 9px; font-size: 12px; }

.av-r .n { color: var(--text); font-weight: 600; }

.av-bar { height: 6px; border-radius: 3px; background: var(--inset); border: 1px solid var(--border); overflow: hidden; }

.av-bar i { display: block; height: 100%; }

.av-r .p { text-align: right; font-weight: 700; font-variant-numeric: tabular-nums; }

.av-r .s { font-size: 10.5px; color: var(--faint); text-align: right; }

.pt-fl { display: flex; gap: 6px; flex-wrap: wrap; }

.pt-fl button { font-size: 11.5px; font-weight: 700; padding: 6px 11px; border-radius: 9px; border: 1px solid var(--border); color: var(--muted); background: var(--card2); }

.pt-fl button[aria-pressed="true"] { color: var(--bg); background: var(--text); border-color: var(--text); }

.pt-wrap { overflow-x: auto; }

table.pt { width: 100%; border-collapse: collapse; font-size: 12.5px; min-width: 1080px; }

table.pt th { text-align: left; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); padding: 0px 10px 8px; border-bottom: 1px solid var(--border); white-space: nowrap; }

table.pt th.r, table.pt td.r { text-align: right; }

table.pt td { padding: 9px 10px; border-bottom: 1px solid var(--border); vertical-align: middle; }

table.pt tbody tr { cursor: pointer; }

table.pt tbody tr:hover { background: rgba(255, 255, 255, 0.027); }

table.pt tbody tr.sel { background: rgba(34, 211, 238, 0.07); }

.pt-sub { font-size: 10px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--faint); }

.pt-nm { font-weight: 650; }

.pt-cur { font-weight: 800; font-variant-numeric: tabular-nums; }

.pt-dev { font-weight: 800; font-variant-numeric: tabular-nums; white-space: nowrap; }

.pt-src { font-size: 11px; color: var(--muted); white-space: nowrap; }

.pt-sp { width: 96px; height: 20px; }

.pt-sp svg { display: block; width: 96px; height: 20px; overflow: visible; }

.pt-st { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; white-space: nowrap; }

.pt-st i { width: 7px; height: 7px; border-radius: 50%; background: currentcolor; }

.pt-det { border: 1px solid var(--border2); border-radius: 12px; background: var(--inset); padding: 14px 16px; margin-top: 12px; display: grid; gap: 10px; }

.pt-det h4 { font-size: 13.5px; font-weight: 800; }

.pt-det .gr { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 10px 20px; }

.pt-det .kv { display: grid; gap: 2px; }

.pt-det .kv .k { font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); }

.pt-det .kv .v { font-size: 12.5px; font-weight: 650; }

.pt-det .why { font-size: 12px; color: var(--muted); line-height: 1.5; }

.pt-det .acts { display: flex; gap: 8px; flex-wrap: wrap; }

.rs-wrap { position: relative; }

.rs-plot { height: 210px; position: relative; }

.rs-plot svg { display: block; width: 100%; height: 100%; overflow: visible; }

.rs-axis { display: flex; justify-content: space-between; font-size: 10.5px; color: var(--faint); margin-top: 6px; padding-left: 44px; }

.rs-dec { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 14px; }

.rs-bar { display: flex; height: 16px; border-radius: 5px; overflow: hidden; border: 1px solid var(--border); }

.rs-bar i { display: block; height: 100%; }

.rs-leg { display: flex; gap: 14px; flex-wrap: wrap; font-size: 11.5px; color: var(--muted); }

.rs-leg span { display: inline-flex; align-items: center; gap: 6px; }

.rs-leg b { width: 9px; height: 9px; border-radius: 2px; }

.vg-rules { display: flex; gap: 7px; flex-wrap: wrap; }

.vg-rules span { font-size: 11px; color: var(--muted); border: 1px solid var(--border); border-radius: 8px; padding: 4px 9px; background: var(--inset); white-space: nowrap; }

.vg-plot { height: 230px; position: relative; margin-top: 12px; }

.vg-plot svg { display: block; width: 100%; height: 100%; overflow: visible; }

.dc { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; }

.dc-grid { display: grid; gap: 3px; }

.dc-cell { border-radius: 4px; height: 34px; display: grid; place-items: center; font-size: 11px; font-weight: 700; font-variant-numeric: tabular-nums; border: 1px solid transparent; }

.dc-cell.over { border-color: rgba(248, 113, 113, 0.5); }

.dc-yl { font-size: 10.5px; color: var(--faint); height: 34px; display: flex; align-items: center; justify-content: flex-end; padding-right: 8px; white-space: nowrap; }

.dc-xl { font-size: 10.5px; color: var(--faint); text-align: center; }

.dc-side { display: grid; gap: 10px; align-content: start; }

table.ev { width: 100%; border-collapse: collapse; font-size: 12.5px; }

table.ev th { text-align: left; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); padding: 0px 10px 8px; border-bottom: 1px solid var(--border); white-space: nowrap; }

table.ev td { padding: 9px 10px; border-bottom: 1px solid var(--border); }

table.ev td.r { text-align: right; }

.ev-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 7px; border: 1px solid var(--border2); background: var(--inset); white-space: nowrap; }

.dc-kv { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 2px 14px; border: 1px solid var(--border); border-radius: 10px; background: var(--inset); padding: 10px 12px; }

.dc-kv .pt-sub { align-self: center; }

.dc-v { font-size: 22px; font-weight: 800; font-variant-numeric: tabular-nums; text-align: right; }

.dc-kv .pt-src { grid-column: 1 / -1; }

.hdt { flex: 0 0 auto; min-width: 0px; }

.card-head .ch-legend { margin-left: 4px; }

.fl-top { display: grid; grid-template-columns: 1.35fr 1fr; gap: 16px; }

@media (max-width: 1280px) {
  .fl-top { grid-template-columns: 1fr; }
}

.spine { height: 132px; position: relative; margin-top: 6px; }

.spine svg { display: block; width: 100%; height: 100%; overflow: visible; }

.spine-ax { display: flex; justify-content: space-between; font-size: 10.5px; color: var(--faint); margin-top: 6px; }

.zones { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 14px; }

.zone { border-top-color: ; border-top-style: ; border-top-width: ; border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-left-color: ; border-left-style: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-left-width: 3px; border-radius: 10px; background: var(--inset); padding: 9px 11px; cursor: pointer; text-align: left; }

.zone:hover { border-color: var(--border2); }

.zone[aria-pressed="true"] { background: rgba(255, 255, 255, 0.05); border-color: var(--border2); }

.zone .zn { font-size: 10px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--faint); }

.zone .zv { font-size: 21px; font-weight: 800; font-variant-numeric: tabular-nums; line-height: 1.15; margin-top: 2px; }

.zone .zs { font-size: 10.5px; color: var(--muted); font-weight: 600; }

.kpi4 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.kpi-t { border: 1px solid var(--border); border-radius: 12px; background: var(--inset); padding: 13px 14px; display: grid; gap: 3px; align-content: start; }

.kpi-t .k { font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); }

.kpi-t .v { font-size: 27px; font-weight: 800; font-variant-numeric: tabular-nums; line-height: 1.1; }

.kpi-t .v small { font-size: 13px; font-weight: 700; color: var(--muted); margin-left: 3px; }

.kpi-t .s { font-size: 11px; color: var(--muted); font-weight: 600; line-height: 1.45; }

.aq { display: grid; gap: 8px; }

.aq-i { display: grid; grid-template-columns: 150px 1fr 168px 96px 130px; gap: 12px; align-items: center; border-top-color: ; border-top-style: ; border-top-width: ; border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-left-color: ; border-left-style: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-left-width: 3px; border-radius: 11px; background: var(--inset); padding: 10px 13px; cursor: pointer; }

.aq-i:hover { border-color: var(--border2); }

.aq-i.sel { background: rgba(34, 211, 238, 0.07); }

@media (max-width: 1180px) {
  .aq-i { grid-template-columns: 130px 1fr 110px; }
  .aq-hide { display: none; }
}

.aq-pl { font-weight: 800; font-size: 13.5px; }

.aq-sub { font-size: 10.5px; color: var(--faint); font-weight: 600; margin-top: 1px; }

.aq-w { font-size: 12px; font-weight: 700; }

.aq-why { font-size: 10.5px; color: var(--muted); margin-top: 1px; }

.aq-sc { font-size: 22px; font-weight: 800; font-variant-numeric: tabular-nums; text-align: right; }

.aq-due { font-size: 10.5px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; border: 1px solid var(--border2); border-radius: 7px; padding: 4px 8px; text-align: center; white-space: nowrap; }

.mx-wrap { overflow-x: auto; }

table.mx { border-collapse: separate; border-spacing: 3px; font-size: 11.5px; min-width: 900px; }

table.mx th { font-size: 10px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--faint); padding: 0px 6px 6px; text-align: center; vertical-align: bottom; }

table.mx th.rowh { text-align: left; padding-right: 12px; white-space: nowrap; text-transform: none; letter-spacing: 0px; font-size: 11.5px; font-weight: 700; color: var(--text); }

table.mx th.rowh span { display: block; font-size: 10px; font-weight: 600; color: var(--faint); }

table.mx td { width: 88px; height: 34px; text-align: center; border-radius: 5px; font-weight: 700; font-variant-numeric: tabular-nums; cursor: pointer; border: 1px solid transparent; }

table.mx td.na { background: var(--inset); color: var(--faint); font-weight: 600; cursor: default; }

table.mx td.hot { border-color: rgba(248, 113, 113, 0.55); }

table.mx td:hover { outline: 1px solid var(--border2); }

.cf { display: grid; gap: 9px; }

.cf-i { border: 1px solid var(--border); border-radius: 11px; background: var(--inset); padding: 11px 13px; display: grid; gap: 3px; cursor: pointer; }

.cf-i:hover { border-color: var(--border2); }

.cf-t { font-size: 12.5px; font-weight: 700; }

.cf-m { font-size: 11.5px; color: var(--muted); line-height: 1.45; }

.cf-f { font-size: 10.5px; color: var(--faint); font-weight: 700; letter-spacing: 0.03em; }

.fl-filters { display: flex; gap: 9px; flex-wrap: wrap; align-items: center; }

.fl-filters label { font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); margin-right: -4px; }

.fl-filters input[type="search"] { background: var(--inset); border: 1px solid var(--border); border-radius: 9px; padding: 7px 11px; font-size: 12.5px; width: 130px; }

.chips { display: flex; gap: 5px; flex-wrap: wrap; }

.chips button { font-size: 11.5px; font-weight: 700; padding: 6px 10px; border-radius: 9px; border: 1px solid var(--border); color: var(--muted); background: var(--card2); }

.chips button[aria-pressed="true"] { color: var(--bg); background: var(--text); border-color: var(--text); }

table.rk { width: 100%; border-collapse: collapse; font-size: 12.5px; }

table.rk th { text-align: left; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); padding: 0px 10px 8px; border-bottom: 1px solid var(--border); white-space: nowrap; cursor: pointer; }

table.rk th.r, table.rk td.r { text-align: right; }

table.rk th[aria-sort] { color: var(--text); }

table.rk td { padding: 8px 10px; border-bottom: 1px solid var(--border); white-space: nowrap; }

table.rk tbody tr { cursor: pointer; }

table.rk tbody tr:hover { background: rgba(255, 255, 255, 0.027); }

table.rk tbody tr.sel { background: rgba(34, 211, 238, 0.07); }

table.rk tbody tr.demo td:first-child::after { content: "демо"; font-size: 9px; font-weight: 800; letter-spacing: 0.06em; color: var(--cyan); border: 1px solid rgba(34, 211, 238, 0.4); border-radius: 5px; padding: 1px 4px; margin-left: 7px; vertical-align: middle; }

.rk-sc { font-weight: 800; font-variant-numeric: tabular-nums; }

.rk-sp { width: 78px; height: 18px; display: inline-block; }

.rk-sp svg { display: block; width: 78px; height: 18px; overflow: visible; }

.rk-due { font-size: 10.5px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }

.pager { display: flex; gap: 8px; align-items: center; margin-top: 12px; font-size: 11.5px; color: var(--muted); }

.pager button { border: 1px solid var(--border); border-radius: 8px; padding: 5px 11px; font-weight: 700; color: var(--muted); background: var(--card2); }

.pager button:hover:not(:disabled) { color: var(--text); border-color: var(--border2); }

.pager button:disabled { opacity: 0.4; }

.selbar { display: flex; gap: 9px; align-items: center; flex-wrap: wrap; border: 1px solid var(--border2); border-radius: 12px; background: var(--inset); padding: 10px 13px; margin-top: 12px; }

.selbar .pl { font-weight: 800; }

.selbar .mt { font-size: 11.5px; color: var(--muted); }

.lv-top { display: grid; grid-template-columns: 300px 1fr; gap: 16px; }

@media (max-width: 1240px) {
  .lv-top { grid-template-columns: 1fr; }
}

.lv-hero { display: grid; gap: 10px; align-content: start; }

.lv-badge { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; border: 1px solid var(--border2); border-radius: 8px; padding: 5px 10px; width: max-content; }

.lv-badge .d { width: 7px; height: 7px; border-radius: 50%; background: currentcolor; animation: 1.6s ease 0s infinite normal none running lvp; }

@keyframes lvp { 
  0%, 100% { opacity: 1; }
  50% { opacity: 0.25; }
}

.lv-clock { font-size: 31px; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -0.02em; line-height: 1; }

.lv-rows { display: grid; gap: 6px; margin-top: 2px; }

.lv-rows .r { display: flex; justify-content: space-between; gap: 12px; font-size: 12px; }

.lv-rows .r .l { color: var(--muted); }

.lv-rows .r .v { font-weight: 700; text-align: right; }

.lv-ch { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }

@media (max-width: 1440px) {
  .lv-ch { grid-template-columns: repeat(2, 1fr); }
}

.ch-t { border: 1px solid var(--border); border-radius: 12px; background: var(--inset); padding: 12px 13px; display: grid; gap: 4px; align-content: start; position: relative; overflow: hidden; }

.ch-t .k { font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); }

.ch-t .v { font-size: 29px; font-weight: 800; font-variant-numeric: tabular-nums; line-height: 1.05; }

.ch-t .v small { font-size: 12px; font-weight: 700; color: var(--muted); margin-left: 4px; }

.ch-t .sp { height: 34px; margin-top: 2px; }

.ch-t .sp svg { display: block; width: 100%; height: 100%; overflow: visible; }

.ch-t .f { font-size: 10.5px; color: var(--faint); font-weight: 600; display: flex; justify-content: space-between; gap: 8px; }

.ch-t.stale { opacity: 0.45; }

.hs { display: grid; gap: 10px; }

.hs-row { display: grid; grid-template-columns: 150px 1fr 92px; gap: 12px; align-items: center; }

.hs-lb { font-size: 11.5px; font-weight: 700; }

.hs-lb span { display: block; font-size: 10px; font-weight: 600; color: var(--faint); }

.hs-plot { height: 52px; position: relative; }

.hs-plot svg { display: block; width: 100%; height: 100%; overflow: visible; }

.hs-now { text-align: right; font-weight: 800; font-variant-numeric: tabular-nums; font-size: 14px; }

.hs-now span { display: block; font-size: 10px; font-weight: 600; color: var(--faint); }

.hs-ax { display: flex; justify-content: space-between; font-size: 10.5px; color: var(--faint); margin-top: 4px; padding-left: 162px; padding-right: 104px; }

.sc-wrap { display: grid; grid-template-columns: 1fr 250px; gap: 16px; }

@media (max-width: 1180px) {
  .sc-wrap { grid-template-columns: 1fr; }
}

.sc-plot { height: 280px; position: relative; }

.sc-plot svg { display: block; width: 100%; height: 100%; overflow: visible; }

.sc-side { display: grid; gap: 9px; align-content: start; }

.sc-kv { border: 1px solid var(--border); border-radius: 10px; background: var(--inset); padding: 10px 12px; display: grid; gap: 2px; }

.sc-kv .k { font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); }

.sc-kv .v { font-size: 19px; font-weight: 800; font-variant-numeric: tabular-nums; }

.sc-kv .s { font-size: 10.5px; color: var(--muted); font-weight: 600; }

table.sg { width: 100%; border-collapse: collapse; font-size: 12.5px; }

table.sg th { text-align: left; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); padding: 0px 10px 8px; border-bottom: 1px solid var(--border); white-space: nowrap; }

table.sg th.r, table.sg td.r { text-align: right; }

table.sg td { padding: 8px 10px; border-bottom: 1px solid var(--border); }

table.sg tbody tr.worst { background: rgba(248, 113, 113, 0.07); }

.sg-bar { display: inline-block; height: 6px; border-radius: 3px; vertical-align: middle; margin-right: 8px; }

.lv-bot { display: grid; grid-template-columns: 1fr 1.15fr; gap: 16px; }

@media (max-width: 1240px) {
  .lv-bot { grid-template-columns: 1fr; }
}

.rk-row { display: grid; grid-template-columns: 150px 1fr 58px; gap: 11px; align-items: center; font-size: 12px; }

.rk-row .l { color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.rk-track { display: block; height: 8px; background: var(--inset); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }

.rk-fill { display: block; height: 100%; border-radius: 3px; }

.rk-row .v { text-align: right; font-weight: 800; font-variant-numeric: tabular-nums; }

.al-l { display: grid; gap: 8px; }

.al-r { display: grid; grid-template-columns: 64px 1fr 120px; gap: 11px; align-items: center; border-top-color: ; border-top-style: ; border-top-width: ; border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-left-color: ; border-left-style: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-left-width: 3px; border-radius: 11px; background: var(--inset); padding: 10px 12px; }

.al-r.ack { opacity: 0.5; }

.al-tm { font-size: 12px; font-weight: 800; font-variant-numeric: tabular-nums; }

.al-t { font-size: 12.5px; font-weight: 700; }

.al-m { font-size: 10.5px; color: var(--muted); margin-top: 2px; line-height: 1.4; }

.al-btn { border: 1px solid var(--border2); border-radius: 8px; padding: 6px 10px; font-size: 11px; font-weight: 700; color: var(--muted); background: var(--card2); white-space: nowrap; }

.al-btn:hover { color: var(--text); border-color: var(--text); }

.fu-top { display: grid; grid-template-columns: 1.5fr 1fr; gap: 16px; }

@media (max-width: 1320px) {
  .fu-top { grid-template-columns: 1fr; }
}

.tk-plot { height: 170px; position: relative; }

.tk-plot svg { display: block; width: 100%; height: 100%; overflow: visible; }

.tk-ax { display: flex; justify-content: space-between; font-size: 10.5px; color: var(--faint); margin-top: 6px; padding-left: 44px; }

table.tk { width: 100%; border-collapse: collapse; font-size: 12.5px; margin-top: 14px; }

table.tk th { text-align: left; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); padding: 0px 9px 8px; border-bottom: 1px solid var(--border); white-space: nowrap; }

table.tk th.r, table.tk td.r { text-align: right; }

table.tk td { padding: 8px 9px; border-bottom: 1px solid var(--border); white-space: nowrap; }

table.tk tbody tr.flag { background: rgba(248, 113, 113, 0.07); }

.tk-ovn { font-weight: 800; font-variant-numeric: tabular-nums; }

table.rt { width: 100%; border-collapse: collapse; font-size: 12.5px; }

table.rt th { text-align: left; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); padding: 0px 9px 8px; border-bottom: 1px solid var(--border); white-space: nowrap; }

table.rt th.r, table.rt td.r { text-align: right; }

table.rt td { padding: 8px 9px; border-bottom: 1px solid var(--border); }

.st-grid { display: grid; gap: 9px; }

.st-r { display: grid; grid-template-columns: 170px 1fr 76px 84px; gap: 11px; align-items: center; font-size: 12px; }

.st-r .l { color: var(--muted); }

.st-tr { display: block; height: 8px; background: var(--inset); border: 1px solid var(--border); border-radius: 4px; position: relative; overflow: hidden; }

.st-tr i { display: block; height: 100%; border-radius: 3px; }

.st-tr b { position: absolute; top: -3px; bottom: -3px; width: 2px; background: var(--text); opacity: 0.75; }

.st-r .v { text-align: right; font-weight: 800; font-variant-numeric: tabular-nums; }

.st-r .m { text-align: right; font-size: 10.5px; color: var(--faint); font-weight: 600; }

table.dr { width: 100%; border-collapse: collapse; font-size: 12.5px; }

table.dr th { text-align: left; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); padding: 0px 10px 8px; border-bottom: 1px solid var(--border); white-space: nowrap; }

table.dr th.r, table.dr td.r { text-align: right; }

table.dr td { padding: 9px 10px; border-bottom: 1px solid var(--border); white-space: nowrap; }

table.dr tbody tr.sus { background: rgba(248, 113, 113, 0.07); }

.dr-vd { font-size: 10.5px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; border: 1px solid var(--border2); border-radius: 7px; padding: 3px 8px; white-space: nowrap; }

.off-l { display: grid; gap: 8px; }

.off-r { display: grid; grid-template-columns: 74px 1fr 150px 110px; gap: 11px; align-items: center; border-top-color: ; border-top-style: ; border-top-width: ; border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-left-color: ; border-left-style: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-left-width: 3px; border-radius: 11px; background: var(--inset); padding: 10px 12px; }

.off-tm { font-weight: 800; font-variant-numeric: tabular-nums; font-size: 12.5px; }

.off-t { font-size: 12.5px; font-weight: 700; }

.off-m { font-size: 10.5px; color: var(--muted); margin-top: 2px; }

.off-k { text-align: right; font-weight: 800; font-variant-numeric: tabular-nums; }

.off-b { font-size: 10.5px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; text-align: center; border: 1px solid var(--border2); border-radius: 7px; padding: 4px 7px; }

.adv { display: grid; gap: 9px; }

.adv-i { border-top-color: ; border-top-style: ; border-top-width: ; border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-left-color: ; border-left-style: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-left-width: 3px; border-radius: 11px; background: var(--inset); padding: 11px 13px; display: grid; gap: 3px; }

.adv-t { font-size: 12.5px; font-weight: 700; }

.adv-m { font-size: 11.5px; color: var(--muted); line-height: 1.45; }

.adv-f { font-size: 10.5px; color: var(--faint); font-weight: 700; }

.dc-split { display: grid; grid-template-columns: 1fr 300px; gap: 16px; }

@media (max-width: 1240px) {
  .dc-split { grid-template-columns: 1fr; }
}

.dcb { display: flex; height: 20px; border-radius: 6px; overflow: hidden; border: 1px solid var(--border); }

.dcb i { display: block; height: 100%; }

.dcl { display: flex; gap: 14px; flex-wrap: wrap; font-size: 11.5px; color: var(--muted); margin-top: 10px; }

.dcl span { display: inline-flex; align-items: center; gap: 6px; }

.dcl b { width: 9px; height: 9px; border-radius: 2px; }

.dc-tot { display: grid; gap: 8px; }

.dc-tot .row { display: flex; justify-content: space-between; gap: 12px; font-size: 12.5px; border-bottom: 1px solid var(--border); padding-bottom: 7px; }

.dc-tot .row .l { color: var(--muted); }

.dc-tot .row .v { font-weight: 800; font-variant-numeric: tabular-nums; }

.dc-grade { display: flex; align-items: baseline; gap: 10px; margin-top: 4px; }

.dc-grade .g { font-size: 34px; font-weight: 800; line-height: 1; }

.dc-grade .s { font-size: 11px; color: var(--muted); font-weight: 600; }

.chain { display: grid; gap: 0px; }

.chain-i { display: grid; grid-template-columns: 78px 26px 1fr; gap: 12px; align-items: start; padding: 0px; }

.chain-i .tm { font-weight: 800; font-variant-numeric: tabular-nums; font-size: 12.5px; padding-top: 9px; }

.chain-i .ax { position: relative; display: flex; justify-content: center; }

.chain-i .ax i { position: absolute; top: 16px; bottom: -4px; width: 2px; background: var(--border2); }

.chain-i:last-child .ax i { display: none; }

.chain-i .ax b { width: 11px; height: 11px; border-radius: 50%; margin-top: 12px; background: var(--card); border: 2px solid; z-index: 1; }

.chain-i .bd { padding: 8px 0px 14px; }

.chain-t { font-size: 13px; font-weight: 700; }

.chain-m { font-size: 11.5px; color: var(--muted); margin-top: 2px; line-height: 1.45; }

.chain-src { font-size: 10px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--faint); margin-top: 3px; }

.esc { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; border: 1px solid; border-radius: 8px; padding: 5px 10px; }

.pat-acts { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 6px; }

.cmp { display: grid; gap: 11px; }

.cmp-i { border-top-color: ; border-top-style: ; border-top-width: ; border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-left-color: ; border-left-style: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-left-width: 3px; border-radius: 12px; background: var(--inset); padding: 13px 15px; display: grid; grid-template-columns: 1fr 210px; gap: 14px; }

@media (max-width: 1180px) {
  .cmp-i { grid-template-columns: 1fr; }
}

.cmp-i:hover { border-color: var(--border2); }

.cmp-hd { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }

.cmp-t { font-size: 14px; font-weight: 800; letter-spacing: -0.01em; }

.cmp-se { font-size: 10px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--faint); border: 1px solid var(--border2); border-radius: 6px; padding: 2px 7px; }

.cmp-st { font-size: 10px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; border: 1px solid; border-radius: 6px; padding: 2px 7px; }

.cmp-rows { display: grid; gap: 5px; margin-top: 9px; }

.cmp-r { display: grid; grid-template-columns: 132px 1fr; gap: 12px; font-size: 11.5px; line-height: 1.45; }

.cmp-r .k { font-size: 10px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; color: var(--faint); padding-top: 2px; }

.cmp-r .v { color: var(--muted); }

.cmp-r .v b { color: var(--text); font-weight: 700; }

.cmp-side { display: grid; gap: 8px; align-content: start; border-left: 1px solid var(--border); padding-left: 14px; }

@media (max-width: 1180px) {
  .cmp-side { border-left: 0px; padding-left: 0px; border-top: 1px solid var(--border); padding-top: 12px; }
}

.cmp-kv { display: flex; justify-content: space-between; gap: 10px; font-size: 11.5px; }

.cmp-kv .l { color: var(--muted); }

.cmp-kv .v { font-weight: 800; font-variant-numeric: tabular-nums; }

.cmp-pg { height: 7px; border-radius: 4px; background: var(--card2); border: 1px solid var(--border); overflow: hidden; }

.cmp-pg i { display: block; height: 100%; border-radius: 3px; }

.cmp-cost { font-size: 22px; font-weight: 800; font-variant-numeric: tabular-nums; line-height: 1.1; }

.cmp-cost span { font-size: 11px; font-weight: 700; color: var(--muted); margin-left: 4px; }

table.sup { width: 100%; border-collapse: collapse; font-size: 12.5px; }

table.sup th { text-align: left; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint); padding: 0px 10px 8px; border-bottom: 1px solid var(--border); white-space: nowrap; }

table.sup th.r, table.sup td.r { text-align: right; }

table.sup td { padding: 9px 10px; border-bottom: 1px solid var(--border); vertical-align: middle; }

table.sup tbody tr.bad { background: rgba(248, 113, 113, 0.07); }

.sup-life { display: flex; align-items: center; gap: 9px; min-width: 190px; }

.sup-tr { flex: 1 1 0%; height: 8px; border-radius: 4px; background: var(--card2); border: 1px solid var(--border); position: relative; overflow: hidden; }

.sup-tr i { display: block; height: 100%; }

.sup-tr b { position: absolute; top: -3px; bottom: -3px; width: 2px; background: var(--text); opacity: 0.7; }

.sup-sp { width: 74px; height: 18px; display: inline-block; }

.sup-sp svg { display: block; width: 74px; height: 18px; overflow: visible; }

.sup-rg { font-size: 11px; color: var(--muted); }

.reg { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 26px; }

@media (max-width: 1080px) {
  .reg { grid-template-columns: 1fr; }
}

.reg-r { display: grid; grid-template-columns: 186px 1fr 62px; gap: 11px; align-items: center; font-size: 12px; }

.reg-r .l { color: var(--text); font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.reg-r .l span { display: block; font-size: 10px; color: var(--faint); font-weight: 600; }

.reg-tr { display: block; height: 9px; background: var(--inset); border: 1px solid var(--border); border-radius: 5px; position: relative; overflow: hidden; }

.reg-tr i { position: absolute; top: 0px; bottom: 0px; }

.reg-tr b { position: absolute; top: -2px; bottom: -2px; left: 50%; width: 2px; background: var(--border2); }

.reg-r .v { text-align: right; font-weight: 800; font-variant-numeric: tabular-nums; }

body[data-screen="login"] .nav-edge, body[data-screen="login"] .sidebar { display: none !important; }

body[data-screen="login"] .main, #scr-login .main { padding-left: 0px; height: 100%; }

#scr-login { position: fixed; inset: 0px; overflow: hidden; background: rgb(6, 6, 10); }

#scr-login[hidden] { display: none !important; }

.lg-bg { position: absolute; inset: 0px; background-color: rgb(6, 6, 10); background-size: cover; background-position: right center; background-repeat: no-repeat; }

.lg-veil { position: absolute; inset: 0px; background: linear-gradient(90deg, rgba(6, 6, 9, 0.82) 0%, rgba(6, 6, 9, 0.54) 26%, rgba(6, 6, 9, 0.06) 62%, rgba(6, 6, 9, 0) 100%); }

.lg-wrap { position: absolute; inset: 0px; display: flex; align-items: center; padding: 0px clamp(24px, 7vw, 132px); }

.lg-card { width: 430px; max-width: calc(-40px + 100vw); background: rgba(16, 16, 20, 0.82); border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 20px; padding: 30px 32px 24px; backdrop-filter: blur(18px); box-shadow: rgba(0, 0, 0, 0.6) 0px 34px 90px; }

.lg-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }

.lg-logo { display: inline-block; background: rgb(255, 255, 255); color: rgb(10, 10, 11); font-weight: 800; font-size: 13px; letter-spacing: 0.08em; padding: 7px 20px 7px 13px; clip-path: polygon(0px 0px, 100% 0px, 84% 100%, 0px 100%); }

.lg-sep { width: 1px; height: 20px; background: rgba(255, 255, 255, 0.16); }

.lg-by { font-size: 9.5px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--faint); }

.lg-pmx { display: inline-block; background: rgb(255, 255, 255); color: rgb(10, 10, 11); font-weight: 800; font-size: 11px; letter-spacing: 0.1em; padding: 5px 18px 5px 11px; clip-path: polygon(0px 0px, 100% 0px, 86% 100%, 0px 100%); }

.lg-h1 { font-size: 29px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; }

.lg-sub { font-size: 13px; color: var(--muted); margin-top: 8px; line-height: 1.5; }

.lg-f { margin-top: 22px; }

.lg-lb { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font-size: 12.5px; color: var(--muted); margin-bottom: 7px; }

.lg-lb a { color: var(--cyan); font-size: 12px; font-weight: 600; text-decoration: none; cursor: pointer; }

.lg-lb a:hover { text-decoration: underline; }

.lg-in { display: flex; align-items: center; gap: 10px; background: rgba(9, 9, 12, 0.72); border: 1px solid var(--border2); border-radius: 11px; padding: 0px 13px; height: 48px; transition: border-color 0.16s; }

.lg-in:focus-within { border-color: rgba(34, 211, 238, 0.65); }

.lg-in svg { width: 16px; height: 16px; stroke: var(--faint); fill: none; stroke-width: 1.7; flex: 0 0 auto; }

.lg-in input { flex: 1 1 0%; background: none; border: 0px; font-size: 14px; color: var(--text); height: 100%; outline: none; }

.lg-in input::placeholder { color: var(--faint); }

.lg-eye { background: none; border: 0px; padding: 4px; cursor: pointer; display: grid; place-items: center; }

.lg-eye svg { stroke: var(--faint); }

.lg-eye:hover svg { stroke: var(--text); }

.lg-btn { width: 100%; height: 48px; margin-top: 20px; border-radius: 11px; background: rgb(255, 255, 255); color: rgb(10, 10, 11); font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 9px; cursor: pointer; border: 0px; transition: transform 0.12s, box-shadow 0.16s; }

.lg-btn:hover { box-shadow: rgba(255, 255, 255, 0.14) 0px 10px 30px; }

.lg-btn:active { transform: translateY(1px); }

.lg-or { display: flex; align-items: center; gap: 12px; margin: 22px 0px 16px; font-size: 9.5px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--faint); }

.lg-or::before, .lg-or::after { content: ""; flex: 1 1 0%; height: 1px; background: var(--border2); }

.lg-ms { width: 100%; height: 46px; border-radius: 11px; background: rgba(9, 9, 12, 0.6); border: 1px solid var(--border2); color: var(--text); font-size: 13.5px; font-weight: 650; display: flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; }

.lg-ms:hover { border-color: rgba(255, 255, 255, 0.24); }

.lg-foot { display: flex; align-items: center; gap: 8px; margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.07); font-size: 11.5px; color: var(--faint); }

.lg-foot svg { width: 13px; height: 13px; stroke: currentcolor; fill: none; stroke-width: 1.7; }

.lg-lang { position: absolute; top: 22px; right: 26px; }

.lg-err { font-size: 12px; color: var(--red); margin-top: 10px; display: none; }

.lg-err.on { display: block; }

@media (max-height: 700px) {
  .lg-card { padding: 22px 26px 18px; }
  .lg-h1 { font-size: 25px; }
  .lg-f { margin-top: 16px; }
}

.avatar { cursor: pointer; }

.avatar:hover { box-shadow: rgba(34, 211, 238, 0.5) 0px 0px 0px 2px; }

.lg-lang { z-index: 5; }

.lg-wrap { z-index: 2; }

body[data-screen="hub"] .nav-edge, body[data-screen="hub"] .sidebar { display: none !important; }

#scr-hub { position: fixed; inset: 0px; overflow: auto; background: rgb(6, 6, 10); }

#scr-hub[hidden] { display: none !important; }

#scr-hub .main { padding-left: 0px; min-height: 100%; }

.hb-glow { position: fixed; inset: 0px; pointer-events: none; z-index: 0; background: radial-gradient(1200px 700px at 12% -12%, rgba(34, 211, 238, 0.13), transparent 68%), radial-gradient(1000px 620px at 92% 8%, rgba(167, 139, 250, 0.11), transparent 70%), radial-gradient(1100px 700px at 50% 112%, rgba(34, 211, 238, 0.07), transparent 72%); }

.hb-wave { position: fixed; left: 0px; right: 0px; bottom: 0px; height: 40vh; pointer-events: none; z-index: 0; opacity: 0.32; }

.hb-wave svg { width: 100%; height: 100%; }

.hb-top { position: sticky; top: 0px; z-index: 6; display: flex; align-items: center; gap: 26px; padding: 16px clamp(18px, 4vw, 52px); backdrop-filter: blur(14px); background: linear-gradient(rgba(6, 6, 10, 0.88), rgba(6, 6, 10, 0.34)); border-bottom: 1px solid rgba(255, 255, 255, 0.06); }

.hb-pmx { display: inline-block; background: rgb(255, 255, 255); color: rgb(10, 10, 11); font-weight: 800; font-size: 13px; letter-spacing: 0.13em; padding: 7px 24px 7px 13px; clip-path: polygon(0px 0px, 100% 0px, 88% 100%, 0px 100%); }

.hb-links { display: flex; gap: 22px; margin-left: 8px; }

.hb-links a { font-size: 12.5px; font-weight: 600; color: var(--muted); text-decoration: none; cursor: pointer; transition: color 0.15s; }

.hb-links a:hover { color: var(--text); }

.hb-top .sp { flex: 1 1 0%; }

.hb-top .lg-lang { position: static; top: auto; right: auto; }

@media (max-width: 860px) {
  .hb-links { display: none; }
}

.hb-wrap { position: relative; z-index: 1; max-width: 1180px; margin: 0px auto; padding: clamp(30px, 4vw, 52px) clamp(18px, 4vw, 52px) 40px; }

.hb-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cyan); border: 1px solid rgba(34, 211, 238, 0.3); border-radius: 999px; padding: 6px 13px; background: rgba(34, 211, 238, 0.06); }

.hb-h1 { font-size: clamp(30px, 4.1vw, 52px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.06; margin-top: 18px; max-width: 21ch; text-wrap: balance; }

.hb-h1 em { font-style: normal; background: linear-gradient(96deg, rgb(34, 211, 238), rgb(167, 139, 250) 70%) text; color: transparent; }

.hb-sub { font-size: clamp(13.5px, 1.15vw, 15.5px); color: var(--muted); margin-top: 16px; max-width: 70ch; line-height: 1.6; }

.hb-cards { display: grid; grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: clamp(14px, 2vw, 26px); margin-top: clamp(26px, 3.4vw, 42px); }

@media (max-width: 900px) {
  .hb-cards { grid-template-columns: minmax(0px, 1fr); }
}

.hb-c { position: relative; display: block; text-align: left; padding: 0px; border: 0px; cursor: pointer; border-radius: 24px; overflow: hidden; background: rgb(11, 11, 16); text-decoration: none; color: inherit; box-shadow: rgba(0, 0, 0, 0.45) 0px 22px 60px; transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.3, 1), box-shadow 0.3s; }

.hb-c:hover { transform: translateY(-6px); box-shadow: rgba(0, 0, 0, 0.6) 0px 34px 80px; }

.hb-c:focus-visible { outline: rgba(34, 211, 238, 0.75) solid 2px; outline-offset: 4px; }

.hb-c::after { content: ""; position: absolute; inset: 0px; border-radius: 24px; pointer-events: none; border: 1px solid rgba(255, 255, 255, 0.1); transition: border-color 0.25s; }

.hb-c:hover::after { border-color: rgba(34, 211, 238, 0.42); }

.hb-media { display: block; position: relative; aspect-ratio: 16 / 10; background-size: cover; background-position: center center; transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.3, 1); }

.hb-c:hover .hb-media { transform: scale(1.045); }

.hb-scrim { position: absolute; inset: 0px; background: linear-gradient(rgba(6, 6, 10, 0.45) 0%, rgba(6, 6, 10, 0.08) 26%, rgba(6, 6, 10, 0.6) 54%, rgba(6, 6, 10, 0.93) 78%, rgba(6, 6, 10, 0.984) 100%); }

.hb-badge { position: absolute; top: 18px; left: 18px; display: inline-flex; align-items: center; gap: 7px; font-size: 9.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: rgb(255, 255, 255); border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 999px; padding: 6px 12px; background: rgba(6, 6, 10, 0.55); backdrop-filter: blur(8px); }

.hb-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: rgba(52, 211, 153, 0.22) 0px 0px 0px 3px; }

.hb-body { position: absolute; left: 0px; right: 0px; bottom: 0px; padding: clamp(18px, 2.4vw, 30px); }

.hb-t { display: block; font-size: clamp(20px, 2.2vw, 27px); font-weight: 800; letter-spacing: -0.02em; }

.hb-st { display: block; font-size: 13px; color: rgba(255, 255, 255, 0.72); margin-top: 7px; line-height: 1.5; max-width: 42ch; }

.hb-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }

.hb-meta span { font-size: 11px; color: rgba(255, 255, 255, 0.8); border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 999px; padding: 5px 11px; background: rgba(255, 255, 255, 0.05); }

.hb-go { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; font-size: 13.5px; font-weight: 700; }

.hb-go .arw { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; border: 1px solid; font-size: 13px; transition: transform 0.22s; }

.hb-c:hover .hb-go .arw { transform: translateX(4px); }

.hb-strip { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: clamp(16px, 2.4vw, 34px); margin-top: clamp(44px, 6vw, 76px); padding-top: clamp(28px, 3vw, 38px); border-top: 1px solid rgba(255, 255, 255, 0.08); }

@media (max-width: 860px) {
  .hb-strip { grid-template-columns: minmax(0px, 1fr); gap: 22px; }
}

.hb-col svg { width: 20px; height: 20px; stroke: var(--cyan); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.hb-col b { display: block; font-size: 14.5px; font-weight: 700; margin-top: 11px; letter-spacing: -0.01em; }

.hb-col p { font-size: 12.5px; color: var(--muted); margin-top: 7px; line-height: 1.6; }

.hb-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 11.5px; color: var(--faint); margin-top: clamp(38px, 5vw, 64px); padding: 18px 0px 8px; border-top: 1px solid rgba(255, 255, 255, 0.06); }

.hb-foot .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--faint); }

.lg-back { position: absolute; top: 22px; left: 26px; z-index: 5; font-size: 12px; font-weight: 650; color: var(--muted); background: rgba(12, 12, 16, 0.7); border: 1px solid var(--border2); border-radius: 10px; padding: 8px 13px; cursor: pointer; }

.lg-back:hover { color: var(--text); border-color: rgba(255, 255, 255, 0.26); }

.screen[hidden] { display: none !important; }