/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Noto Sans Georgian", "Segoe UI", system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-paper: #FCFCFB;
    --color-ink: #15170F;
    --color-ink3: #6D7065;
    --color-accent: #1E6F42;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .col-12 {
    grid-column: 12;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .underline {
    text-decoration-line: underline;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
.td {
  --blue: #2557a7;
  --blue-l: #eef3fa;
  --ink: #1b1f24;
  --gray: #5f6b7a;
  --line: #d5dbe1;
  --line-soft: #e9edf1;
  --bg: #fff;
  background: var(--bg);
  color: var(--ink);
}
.td a {
  color: var(--blue);
  text-decoration: none;
}
.td a:hover {
  text-decoration: underline;
}
.td-top {
  border-bottom: 1px solid var(--line);
}
.td-top .in {
  padding: 0 28px;
  height: 56px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.td-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  font-size: 16px;
  color: var(--ink) !important;
}
.td-brand i {
  width: 22px;
  height: 22px;
  background: var(--blue);
  color: #fff;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  border-radius: 4px;
}
.td-top nav {
  display: flex;
  gap: 20px;
  font-size: 13.5px;
}
.td-top nav a {
  color: var(--gray);
}
.td-top nav a.on {
  color: var(--ink);
  font-weight: 600;
}
.td-top .cta {
  margin-left: auto;
  font-size: 13px;
  background: var(--blue);
  color: #fff !important;
  padding: 7px 14px;
  border-radius: 4px;
}
.td-top .cta:hover {
  text-decoration: none;
  filter: brightness(1.08);
}
.td-crumb {
  padding: 14px 28px 0;
  font-size: 12.5px;
  color: var(--gray);
}
.td-wrap {
  padding: 10px 28px 40px;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 34px;
  align-items: start;
}
.td-wrap>* {
  min-width: 0;
}
.td-facets {
  position: sticky;
  top: 16px;
}
.td-facet {
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-bottom: 14px;
  overflow: hidden;
}
.td-facet h3 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 10px 13px;
  background: #f7f9fb;
  border-bottom: 1px solid var(--line-soft);
  color: var(--gray);
}
.td-facet label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  font-size: 13px;
  cursor: pointer;
  border-bottom: 1px solid var(--line-soft);
}
.td-facet label:last-child {
  border-bottom: 0;
}
.td-facet label:hover {
  background: var(--blue-l);
}
.td-facet label:first-of-type {
  border-radius: 5px 5px 0 0;
}
.td-facet label:last-child {
  border-radius: 0 0 5px 5px;
}
.td-facet input {
  accent-color: var(--blue);
}
.td-facet .n {
  margin-left: auto;
  font-size: 11.5px;
  color: var(--gray);
  font-variant-numeric: tabular-nums;
}
.td-facet .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.td-eyebrow {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--gray);
  margin: 8px 0 0;
}
.td-head h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 8px 0 2px;
}
.td-head .sub {
  font-size: 13px;
  color: var(--gray);
  margin-bottom: 14px;
}
.td-sortbar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 9px 14px;
  font-size: 12.5px;
  background: #f7f9fb;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--gray);
}
.td-sortbar select {
  border: 1px solid var(--line);
  background: #fff;
  font-size: 12.5px;
  padding: 4px 8px;
  border-radius: 4px;
  color: var(--ink);
}
.rv {
  margin-bottom: 38px;
}
.rv h2 {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 7px;
  margin-bottom: 4px;
}
.rv h2 b {
  display: inline-block;
  min-width: 20px;
  color: var(--blue);
}
.rv-note {
  font-size: 12.5px;
  color: var(--gray);
  margin: 6px 0 12px;
  max-width: 92ch;
}
.s-strong {
  --band: #1a7f37;
  --band-bg: #eef8f1;
}
.s-fair {
  --band: #2557a7;
  --band-bg: #eef3fa;
}
.s-weak {
  --band: #b54708;
  --band-bg: #fdf3ea;
}
.s-long-shot,.s-outside-our-line,.s-unrated {
  --band: #8a97a6;
  --band-bg: #f4f6f8;
}
.ra,.rc {
  display: grid;
  grid-template-columns: 78px 1fr 190px;
  gap: 16px;
  align-items: center;
  padding: 12px 6px;
  border-bottom: 1px solid var(--line-soft);
  cursor: pointer;
}
.ra:hover,.rc:hover {
  background: #f7f9fb;
}
.ra>*,.rc>* {
  min-width: 0;
}
.ra-score,.rc-score {
  text-align: center;
  border-radius: 6px;
  padding: 7px 4px;
  background: var(--band-bg);
  color: var(--band);
}
.ra-score b,.rc-score b {
  font-size: 21px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  display: block;
}
.ra-score b i,.rc-score b i {
  font-style: normal;
  font-size: 12px;
}
.ra-score b.na,.rc-score b.na {
  color: var(--gray);
}
.ra-score span {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.ra-body h3,.rc-body h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 4px;
}
.ra-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--gray);
  min-width: 0;
}
.ra-meta .org {
  font-weight: 600;
  color: var(--ink) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ra-meta .num {
  font-variant-numeric: tabular-nums;
  flex: none;
}
.ra-facts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  font-size: 12px;
  color: var(--gray);
  text-align: right;
}
.ra-facts .money {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.rc-why {
  font-size: 12px;
  color: var(--gray);
  margin-top: 5px;
  border-left: 2px solid var(--line);
  padding-left: 9px;
  line-height: 1.45;
}
.rc-why.f-up {
  border-left-color: #1a7f37;
}
.rc-why.f-down {
  border-left-color: #b54708;
}
.pill {
  font-size: 10.5px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--band-bg);
  color: var(--band);
  letter-spacing: .02em;
}
.p-strong {
  background: #eef8f1;
  color: #1a7f37;
}
.p-fair {
  background: #eef3fa;
  color: #2557a7;
}
.p-weak {
  background: #fdf3ea;
  color: #b54708;
}
.p-long-shot,.p-outside-our-line,.p-unrated {
  background: #f4f6f8;
  color: #6b7885;
}
.rb .line3 a:first-child {
  font-weight: 600;
}
.rd {
  min-width: 1050px;
}
.rd tr {
  cursor: pointer;
}
.chip-score {
  display: inline-block;
  min-width: 46px;
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  background: var(--band-bg);
  color: var(--band);
}
@media (max-width:900px) {
  .ra,.rc {
    grid-template-columns: 64px 1fr;
  }
  .ra-facts,.rc .ra-facts {
    grid-column: 2;
    flex-direction: row;
    gap: 14px;
    align-items: baseline;
  }
}
.contacts {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 14px 16px;
  margin: 0 0 20px;
  background: #fcfdfe;
}
.contacts h2 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 10px;
}
.c-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap: 9px 26px;
}
.c-grid>div {
  display: flex;
  gap: 10px;
  align-items: baseline;
  min-width: 0;
  font-size: 13px;
}
.c-grid .k {
  flex: none;
  width: 98px;
  color: var(--gray);
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.c-grid>div>span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}
.role {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  padding: 2px 9px;
  border-radius: 999px;
  vertical-align: 2px;
}
.role-buyer {
  background: #eef1fb;
  color: #3b4cae;
}
.role-supplier {
  background: #e9f5f3;
  color: #0f7267;
}
h1 .role {
  font-size: 12px;
  padding: 3px 11px;
  margin-right: 8px;
  vertical-align: 4px;
}
.hat {
  border-left: 3px solid transparent;
  padding-left: 16px;
  margin-left: -19px;
}
.hat-buyer {
  border-left-color: #3b4cae;
}
.hat-supplier {
  border-left-color: #0f7267;
}
.hat-buyer .hd h2 {
  color: #3b4cae;
}
.hat-supplier .hd h2 {
  color: #0f7267;
}
.wrapbtn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 4px;
  padding: 4px 10px;
  font: inherit;
  font-size: 12.5px;
  color: var(--gray);
  cursor: pointer;
  margin-left: auto;
}
.wrapbtn:hover {
  color: var(--ink);
  border-color: var(--gray);
}
.wrapbtn.on {
  background: var(--blue-l);
  border-color: var(--blue);
  color: var(--blue);
}
.wrapbtn svg {
  flex: none;
}
.td-sortbar .wrapbtn+* {
  margin-left: 14px;
}
.wrap-cells .td-table td {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  vertical-align: top;
  line-height: 1.45;
}
.wrap-cells .td-table .cpv .nm {
  white-space: nowrap;
}
.wrap-cells .tgrid td.num,.wrap-cells .tgrid td.r {
  white-space: nowrap;
}
.wrap-cells .tgrid .clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wrap-cells .tgrid .clamp.two {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.gridwrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.gridwrap .td-table th,.gridwrap .td-table td {
  padding-left: 14px;
}
.gridwrap .td-table th:last-child,.gridwrap .td-table td:last-child {
  padding-right: 14px;
}
.td-table td.sec-empty {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  color: var(--gray);
  padding: 12px 14px;
}
.tgrid {
  min-width: 1040px;
  margin: 0;
}
.tgrid .star {
  margin: 0 4px 0 0;
}
.tgrid thead th {
  position: sticky;
  top: 0;
  background: #f7f9fb;
  z-index: 2;
  padding: 9px 10px;
  border-bottom: 1px solid var(--line);
}
.tgrid td {
  padding: 9px 10px;
}
.tgrid tbody tr {
  cursor: pointer;
}
.tgrid tbody tr:hover td {
  background: var(--blue-l);
}
.tgrid .td-badge {
  font-size: 10.5px;
}
.star {
  color: #b8860b;
  font-size: 11px;
  margin-left: 5px;
  flex: none;
  line-height: 1;
}
.fx {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  padding: 13px 13px 12px;
  display: grid;
  gap: 11px;
}
.fx-row {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.fx-row>label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gray);
  display: flex;
  gap: 6px;
  align-items: baseline;
}
.fx-row>label .hint {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  font-size: 10px;
}
.fx select,.fx input {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 5px 7px;
  font: inherit;
  font-size: 12.5px;
  background: #fff;
  color: var(--ink);
}
.fx select:focus,.fx input:focus {
  outline: 2px solid var(--blue);
  outline-offset: -1px;
  border-color: var(--blue);
}
.fx select[multiple] {
  padding: 3px;
}
.fx select[multiple] option {
  padding: 3px 5px;
  border-radius: 3px;
}
.fx .pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.fx .pair>* {
  min-width: 0;
}
.fx-link {
  font-size: 11.5px;
}
.fx-more {
  border-top: 1px solid var(--line-soft);
  padding-top: 10px;
}
.fx-more summary {
  font-size: 12px;
  font-weight: 600;
  color: var(--blue);
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.fx-more summary::-webkit-details-marker {
  display: none;
}
.fx-more summary::before {
  content: "▸ ";
  font-size: 10px;
}
.fx-more[open] summary::before {
  content: "▾ ";
}
.fx-more[open] summary {
  margin-bottom: 11px;
}
.fx-more>div {
  display: grid;
  gap: 11px;
}
.fx-apply {
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  font: inherit;
  font-size: 12.5px;
  cursor: pointer;
}
.fx-apply:hover {
  filter: brightness(1.07);
}
.fx-note {
  font-size: 10.5px;
  line-height: 1.5;
  color: var(--gray);
}
.hbar {
  display: flex;
  height: 10px;
  border-radius: 3px;
  background: var(--line-soft);
  overflow: hidden;
}
.hbar i {
  display: block;
  height: 100%;
}
.hbar.split {
  background: none;
  gap: 1px;
}
.b-open {
  background: var(--blue);
}
.b-deciding {
  background: #8a97a6;
}
.b-awarded {
  background: #1a7f37;
}
.b-failed {
  background: #b54708;
}
.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  margin-right: 6px;
  vertical-align: 1px;
}
.d-open {
  background: var(--blue);
}
.d-deciding {
  background: #8a97a6;
}
.d-awarded {
  background: #1a7f37;
}
.d-failed {
  background: #b54708;
}
.c-open {
  background: var(--blue);
}
.c-deciding {
  background: #8a97a6;
}
.c-awarded {
  background: #1a7f37;
}
.c-failed {
  background: #b54708;
}
.cb-block {
  margin-bottom: 18px;
}
.cb-block h4 {
  margin-bottom: 6px;
}
.watchsw {
  display: flex;
  align-items: center;
  position: relative;
  flex: none;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: visible;
  background: #fff;
}
.watchsw .sw {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  font-size: 12.5px;
  color: var(--ink) !important;
  text-decoration: none !important;
}
.watchsw .sw:hover {
  background: var(--blue-l);
}
.watchsw .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--line);
  flex: none;
}
.watchsw.on {
  border-color: var(--blue);
  background: var(--blue-l);
}
.watchsw.on .dot {
  background: var(--blue);
}
.watchsw b {
  font-weight: 600;
}
.watchsw .n {
  color: var(--gray);
  font-size: 11.5px;
  font-variant-numeric: tabular-nums;
}
.watchsw .more {
  border: 0;
  border-left: 1px solid var(--line);
  background: none;
  cursor: pointer;
  padding: 7px 9px;
  color: var(--gray);
  font-size: 11px;
}
.watchsw .more:hover {
  color: var(--blue);
}
.watchpanel {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 60;
  width: 340px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  box-shadow: 0 12px 30px rgba(22,32,44,.14);
}
.watchpanel h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 8px;
}
.watchpanel .hint {
  font-size: 11.5px;
  color: var(--gray);
  margin-bottom: 8px;
}
.watchpanel ul {
  list-style: none;
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
  max-height: min(46vh,300px);
  overflow-y: auto;
  padding-right: 2px;
}
.watchpanel li>.cpv {
  flex: 1;
  min-width: 0;
}
.watchpanel h4 .c {
  float: right;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: var(--gray);
  font-size: 11px;
}
.watchpanel li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
}
.watchpanel li>a:first-child {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.watchpanel li button {
  margin-left: auto;
  border: 0;
  background: none;
  cursor: pointer;
  color: var(--gray);
  font-size: 14px;
  line-height: 1;
  padding: 0 2px;
}
.watchpanel li button:hover {
  color: #b54708;
}
.watchpanel .add {
  font-size: 12px;
}
.watchbar {
  background: var(--blue-l);
  border-bottom: 1px solid #cfe0f5;
  padding: 7px 28px;
  font-size: 12.5px;
  color: var(--ink);
}
.watchbar b {
  font-variant-numeric: tabular-nums;
}
.watchbar a {
  margin-left: 8px;
}
.td-top nav a.us {
  color: var(--blue);
  font-weight: 600;
}
.win {
  border: 1px solid var(--line);
  border-left: 4px solid var(--gray);
  border-radius: 6px;
  padding: 14px 16px;
  margin: 0 0 16px;
  background: #fcfdfe;
}
.win-strong {
  border-left-color: #1a7f37;
  background: #f6fbf7;
}
.win-fair {
  border-left-color: var(--blue);
  background: #f7f9fd;
}
.win-weak {
  border-left-color: #b54708;
}
.win-long-shot,.win-outside-our-line {
  border-left-color: var(--gray);
  background: #fafbfc;
}
.win-unrated {
  border-left-color: var(--line);
}
.win-top {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.win-pct {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: none;
  min-width: 96px;
}
.win-pct b {
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.win-pct b i {
  font-style: normal;
  font-size: 17px;
  font-weight: 600;
  color: var(--gray);
}
.win-pct b.na {
  color: var(--gray);
}
.win-strong .win-pct b {
  color: #1a7f37;
}
.win-fair .win-pct b {
  color: var(--blue);
}
.win-weak .win-pct b {
  color: #b54708;
}
.win-band {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gray);
  margin-top: 5px;
  text-align: center;
}
.win-say h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 3px;
}
.win-say p {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink);
}
.win-factors {
  list-style: none;
  margin: 12px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid var(--line-soft);
  display: grid;
  gap: 5px;
}
.win-factors li {
  display: grid;
  grid-template-columns: 14px 148px 1fr;
  gap: 9px;
  align-items: baseline;
  font-size: 12.5px;
  line-height: 1.5;
}
.win-factors .f-mark {
  font-size: 9px;
  color: var(--gray);
}
.win-factors .f-up .f-mark {
  color: #1a7f37;
}
.win-factors .f-down .f-mark {
  color: #b54708;
}
.win-factors .f-label {
  font-weight: 600;
  color: var(--ink);
}
.win-factors .f-detail {
  color: var(--gray);
}
.win-caveat {
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--gray);
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid var(--line-soft);
  max-width: 96ch;
}
@media (max-width:760px) {
  .win-factors li {
    grid-template-columns: 14px 1fr;
  }
  .win-factors .f-detail {
    grid-column: 2;
  }
}
.sim .sim-why {
  color: var(--blue);
  font-weight: 600;
}
.cpv {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  max-width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 1px 8px 2px;
  font-size: 11.5px;
  line-height: 1.65;
  color: var(--gray);
  background: #fbfcfd;
  vertical-align: baseline;
}
.cpv:hover {
  text-decoration: none;
  border-color: var(--blue);
  background: var(--blue-l);
}
.cpv b {
  font-weight: 600;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  flex: none;
}
.cpv .nm {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.cpv:hover b,.cpv:hover .nm {
  color: var(--blue);
}
.cpv.dense {
  padding: 0 6px 1px;
  font-size: 11px;
  gap: 5px;
}
.cpv.wide {
  font-size: 12.5px;
  padding: 3px 10px 4px;
}
.cpv-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  min-width: 0;
}
.td-table .cpv-row {
  flex-wrap: nowrap;
  overflow: hidden;
}
.td-table .cpv {
  flex: 0 1 auto;
}
.td-table .cpv.code-only {
  flex: none;
}
.td-item .line3 .cpv {
  flex: 0 1 auto;
  max-width: 38%;
}
.td-item .line3>.dim {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpv-more {
  font-size: 11px;
  color: var(--gray);
  white-space: nowrap;
}
.dash-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.dash-row.band {
  grid-template-columns: 1.6fr 1fr;
}
.dash-row>* {
  min-width: 0;
}
@media (max-width:1100px) {
  .dash-row,.dash-row.band {
    grid-template-columns: 1fr;
  }
}
.td-item {
  position: relative;
  padding: 15px 4px 15px 16px;
  border-bottom: 1px solid var(--line-soft);
}
.td-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  border-radius: 2px;
  background: var(--line);
}
.td-item.s-open::before {
  background: var(--blue);
}
.td-item.s-fail::before {
  background: #b54708;
}
.td-item.s-won::before {
  background: var(--green,#1a7f37);
}
.td-item .line1 {
  display: flex;
  gap: 14px;
  font-size: 12px;
  color: var(--gray);
  font-variant-numeric: tabular-nums;
  margin-bottom: 3px;
}
.td-item h3 {
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
}
.td-item .line3 {
  display: flex;
  align-items: baseline;
  gap: 18px;
  font-size: 13px;
  color: var(--gray);
}
.td-item .line3 .val {
  margin-left: auto;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.td-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 9px;
  border-radius: 999px;
  border: 1px solid;
}
.td-badge.done {
  color: #1a7f37;
  border-color: #9fd2ae;
  background: #f0faf3;
}
.td-badge.live {
  color: #1d5fbf;
  border-color: #a9c7ef;
  background: #f0f5fd;
}
.td-badge.gray {
  color: #57606a;
  border-color: #d0d7de;
  background: #f6f8fa;
}
.td-badge.fail {
  color: #b54708;
  border-color: #f0c78a;
  background: #fff8ef;
}
.td-pager {
  display: flex;
  gap: 6px;
  justify-content: center;
  padding: 22px 0 0;
  font-size: 13px;
}
.td-pager a,.td-pager b {
  min-width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 4px;
}
.td-pager b {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}
.td-pager a:hover {
  background: var(--blue-l);
  text-decoration: none;
}
.td-foot {
  border-top: 1px solid var(--line);
  background: #f7f9fb;
  margin-top: 44px;
}
.td-foot .in {
  padding: 26px 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 34px;
  font-size: 12.5px;
  color: var(--gray);
}
.td-search {
  position: relative;
  flex: 1;
  max-width: 540px;
}
.td-search input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px 12px 8px 36px;
  font-size: 13.5px;
  background: #f7f9fb;
}
.td-search input:focus {
  outline: none;
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37,87,167,.12);
}
.td-search>svg {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray);
  pointer-events: none;
}
.td-drop {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(27,31,36,.14);
  z-index: 60;
  overflow: hidden;
}
.td-drop h4 {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--gray);
  padding: 8px 14px 4px;
  background: #f7f9fb;
}
.td-drop a {
  display: flex;
  gap: 10px;
  align-items: baseline;
  padding: 7px 14px;
  font-size: 13px;
  color: var(--ink);
  border-bottom: 1px solid var(--line-soft);
}
.td-drop a:hover {
  background: var(--blue-l);
  text-decoration: none;
}
.td-drop a .k {
  font-size: 11.5px;
  color: var(--gray);
  font-variant-numeric: tabular-nums;
  flex: none;
}
.td-drop a .t {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.td-drop .none {
  padding: 12px 14px;
  font-size: 12.5px;
  color: var(--gray);
}
.td-sec {
  margin-bottom: 30px;
}
.td-sec .hd {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 7px;
  margin-bottom: 2px;
}
.td-sec h2 {
  font-size: 15.5px;
  font-weight: 700;
}
.td-sec .hd a {
  font-size: 12.5px;
}
.td-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  table-layout: fixed;
}
.td-table th {
  text-align: left;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--gray);
  padding: 9px 10px 7px 0;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
.td-table th.r,.td-table td.r {
  text-align: right;
}
.td-table td {
  padding: 8px 10px 8px 0;
  border-bottom: 1px solid var(--line-soft);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.td-table tr:hover td {
  background: #f7f9fb;
}
.td-table .num {
  font-variant-numeric: tabular-nums;
}
.td-table .dim {
  color: var(--gray);
}
.td-tabs {
  display: flex;
  gap: 2px;
  border-bottom: 1px solid var(--line);
  margin: 2px 0 16px;
}
.td-tabs a {
  font-size: 13px;
  padding: 8px 14px;
  color: var(--gray);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.td-tabs a:hover {
  color: var(--ink);
  text-decoration: none;
}
.td-tabs a.on {
  color: var(--blue);
  border-bottom-color: var(--blue);
  font-weight: 600;
}
.td-prevnext {
  display: flex;
  gap: 10px;
  padding: 18px 0 0;
  font-size: 13px;
}
.td-prevnext a {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 7px 14px;
}
.td-prevnext a:hover {
  background: var(--blue-l);
  text-decoration: none;
}
.td-prevnext .pg {
  align-self: center;
  color: var(--gray);
  font-variant-numeric: tabular-nums;
}
.td-bar {
  display: inline-block;
  height: 8px;
  background: var(--blue-l);
  border-radius: 2px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.td-bar i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: var(--blue);
}
.td-bar i.hot {
  background: #b54708;
}
.td-hot {
  color: #b54708;
  font-weight: 600;
}
.td-foot-cols {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 34px;
  padding: 30px 28px 8px;
  font-size: 13px;
}
.td-foot-cols h3 {
  font-size: 12px;
  font-weight: 700;
  color: var(--gray);
  margin-bottom: 9px;
  letter-spacing: .04em;
}
.td-foot-cols li {
  margin-bottom: 6px;
}
.td-foot-cols p {
  color: var(--gray);
  line-height: 1.55;
  font-size: 12.5px;
  max-width: 44ch;
}
.wk-list-item {
  display: block;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line-soft);
  cursor: pointer;
}
.wk-list-item:hover {
  background: #f7f9fb;
}
.wk-list-item.sel {
  background: var(--blue-l);
  border-left: 3px solid var(--blue);
  padding-left: 11px;
}
.wk-list-item .l1 {
  display: flex;
  gap: 10px;
  font-size: 11.5px;
  color: var(--gray);
  font-variant-numeric: tabular-nums;
  margin-bottom: 2px;
  align-items: baseline;
}
.wk-list-item .t {
  font-size: 13px;
  color: var(--ink);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wk-list-item .l3 {
  display: flex;
  gap: 10px;
  font-size: 11.5px;
  color: var(--gray);
  margin-top: 2px;
}
.wk-list-item .l3 .v {
  margin-left: auto;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
  font-weight: 600;
}
.wk-split {
  display: grid;
  grid-template-columns: minmax(330px,30%) 1fr;
  height: calc(100vh - 57px);
}
.wk-split .pane-list {
  border-right: 1px solid var(--line);
  overflow: auto;
  min-width: 0;
}
.wk-split .pane-rec {
  overflow: auto;
  min-width: 0;
  background: #fbfcfd;
}
.wk-rows .wk-open {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0 0 14px;
  background: #fbfcfd;
  overflow: hidden;
}
.wk-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15,23,42,.32);
  z-index: 70;
}
.wk-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(720px,92vw);
  background: #fff;
  z-index: 71;
  box-shadow: -12px 0 32px rgba(15,23,42,.18);
  overflow: auto;
  border-left: 1px solid var(--line);
}
.wk-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: min(1280px,97vw);
  height: min(920px,95vh);
  background: #fff;
  z-index: 71;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: auto;
  box-shadow: 0 24px 64px rgba(15,23,42,.28);
}
.wr {
  padding: 20px 26px 30px;
  font-size: 13px;
}
.wr .top {
  display: flex;
  gap: 12px;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--gray);
  font-variant-numeric: tabular-nums;
}
.wr .top .x {
  margin-left: auto;
  cursor: pointer;
  font-size: 18px;
  color: var(--gray);
  border: 0;
  background: none;
}
.wr h2 {
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.4;
  margin: 6px 0 14px;
  color: var(--ink);
}
.wr .facts {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}
.wr .facts>div {
  padding: 9px 13px;
  border-right: 1px solid var(--line-soft);
}
.wr .facts b {
  display: block;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}
.wr .facts span {
  font-size: 10.5px;
  color: var(--gray);
}
.wr h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  color: var(--gray);
  margin: 16px 0 6px;
  text-transform: uppercase;
}
.wr .buyerline {
  display: flex;
  gap: 14px;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 12.5px;
  padding: 9px 12px;
  background: #f7f9fb;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
}
.wr .buyerline .k {
  color: var(--gray);
  font-size: 11.5px;
  font-variant-numeric: tabular-nums;
}
.wr .spec {
  border-left: 2px solid var(--line);
  padding: 2px 0 2px 12px;
  margin-bottom: 8px;
}
.wr .spec .h {
  font-size: 11.5px;
  color: var(--gray);
}
.wr .spec .b {
  font-size: 12.5px;
  color: var(--ink2, var(--ink));
  white-space: pre-line;
}
.wr table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12.5px;
}
.wr th {
  text-align: left;
  font-size: 10.5px;
  color: var(--gray);
  font-weight: 700;
  padding: 5px 8px 4px 0;
  border-bottom: 1px solid var(--line);
}
.wr td {
  padding: 5px 8px 5px 0;
  border-bottom: 1px solid var(--line-soft);
  font-variant-numeric: tabular-nums;
}
.wr .tl {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wr .tl li {
  display: flex;
  gap: 12px;
  padding: 4px 0;
  font-size: 12.5px;
  align-items: baseline;
}
.wr .tl .d {
  width: 118px;
  flex: none;
  color: var(--gray);
  font-variant-numeric: tabular-nums;
  font-size: 11.5px;
}
.wr .tl .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--line);
  flex: none;
  align-self: center;
}
.wr .tl li.hit .dot {
  background: var(--blue);
}
.wr .tl li.bad .dot {
  background: #b54708;
}
.wr .links {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  font-size: 12.5px;
}
.wr-cols {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0 34px;
  align-items: start;
}
.wr-cols>* {
  min-width: 0;
}
@media (max-width:900px) {
  .wr-cols {
    grid-template-columns: 1fr;
  }
}
.wr-kv {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.wr-kv th {
  width: 44%;
  text-align: left;
  font-weight: 400;
  color: var(--gray);
  font-size: 12px;
  padding: 6px 12px;
  border-bottom: 1px solid var(--line-soft);
  vertical-align: top;
  background: #f7f9fb;
}
.wr-kv td {
  padding: 6px 12px;
  border-bottom: 1px solid var(--line-soft);
  font-size: 12.5px;
  font-variant-numeric: tabular-nums;
  word-break: break-word;
  white-space: normal;
}
.wr-kv tr:last-child th,.wr-kv tr:last-child td {
  border-bottom: 0;
}
.wr-doc {
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 5px 0;
  font-size: 12.5px;
  border-bottom: 1px solid var(--line-soft);
}
.wr-doc span {
  color: var(--gray);
  font-size: 11.5px;
}
.wr-doc .d {
  margin-left: auto;
  font-variant-numeric: tabular-nums;
  flex: none;
}
.wr-bdocs td {
  font-size: 11.5px;
  color: var(--gray);
  padding: 2px 8px 7px 14px;
  border-bottom: 1px solid var(--line-soft);
}
.wr-specs {
  max-height: 460px;
  overflow: auto;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  padding: 10px 14px;
}
.wr .spec.lvl2 {
  margin-left: 16px;
}
.wr-note {
  font-size: 11px;
  color: var(--gray);
  margin-top: 4px;
}
.wr-none {
  font-size: 12.5px;
  color: var(--gray);
}
.wr-contract {
  border: 1px solid #9fd2ae;
  background: #f4fbf6;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 16px;
}
.wr-contract.bad {
  border-color: #f0c78a;
  background: #fff8ef;
}
.wr-contract .row1 {
  display: flex;
  gap: 16px;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 13px;
}
.wr-contract .row1 .st {
  color: #1a7f37;
  font-weight: 600;
  font-size: 12px;
}
.wr-contract.bad .row1 .st {
  color: #b54708;
}
.wr-contract .row2 {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 6px;
  font-size: 12.5px;
  color: var(--gray);
  font-variant-numeric: tabular-nums;
}
.wr-contract .row2 b {
  color: var(--ink);
}
.sec .hd .sec-tools {
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-size: 12.5px;
}
.sec-refresh {
  border: 0;
  background: none;
  color: var(--gray);
  cursor: pointer;
  font-size: 14px;
}
.sec-refresh:hover {
  color: var(--blue);
}
.sec-empty {
  font-size: 12.5px;
  color: var(--gray);
  padding: 10px 0;
}
.skeleton .sk-line {
  height: 12px;
  background: var(--line-soft);
  border-radius: 4px;
  margin: 12px 0;
  animation: sk 1.1s ease-in-out infinite alternate;
}
.skeleton .sk-line.short {
  width: 55%;
}
@keyframes sk {
  from {
    opacity: .55;
  }
  to {
    opacity: 1;
  }
}
.watch-chip {
  display: inline-flex;
  gap: 6px;
  align-items: baseline;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 2px 6px 2px 10px;
  font-size: 12px;
  background: #f7f9fb;
}
.watch-chip.org {
  background: var(--blue-l);
}
.watch-chip button {
  border: 0;
  background: none;
  color: var(--gray);
  cursor: pointer;
  font-size: 13px;
}
.watch-chip button:hover {
  color: #b54708;
}
.fav-btn {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 6px;
  padding: 2px 9px;
  font-size: 15px;
  color: var(--line-d, #cbd5e1);
  cursor: pointer;
  vertical-align: 3px;
}
.fav-btn:hover {
  color: var(--gray);
}
.fav-btn.on {
  color: #b58900;
  border-color: #e3cf8a;
  background: #fffaf0;
}
.fav-mark {
  color: #b58900;
  font-size: 11px;
  margin-left: 4px;
}
.ch-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  color: var(--gray);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.ch-line .area {
  fill: rgba(37,87,167,.10);
  stroke: none;
}
.ch-line .stroke {
  fill: none;
  stroke: var(--blue);
  stroke-width: 2;
}
.ch-line .hit {
  fill: transparent;
}
.ch-line .hit:hover {
  fill: rgba(37,87,167,.25);
}
.ch-xlabels {
  display: flex;
  justify-content: space-between;
  font-size: 10.5px;
  color: var(--gray);
  font-variant-numeric: tabular-nums;
  margin-top: 2px;
}
.ch-donut {
  display: flex;
  gap: 18px;
  align-items: center;
}
.ch-legend {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  min-width: 0;
}
.ch-legend li {
  display: flex;
  gap: 8px;
  align-items: baseline;
  padding: 2px 0;
}
.ch-legend i {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  flex: none;
  align-self: center;
}
.ch-legend .t {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ch-legend .p {
  color: var(--gray);
  font-variant-numeric: tabular-nums;
  margin-left: auto;
  padding-left: 10px;
}
.pulse-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.pulse-grid>div {
  min-width: 0;
}
.acc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}
.acc-grid>* {
  min-width: 0;
}
.ch-donut {
  min-width: 0;
}
.ch-donut .ch-legend {
  flex: 1;
}
.statline {
  font-size: 14px;
  line-height: 1.9;
  color: var(--gray);
  max-width: 110ch;
  margin: 2px 0 10px;
}
.statline b {
  color: var(--ink);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.statline a {
  color: inherit;
}
.statline a:hover {
  color: var(--blue);
  text-decoration: none;
}
.statline a:hover b {
  color: var(--blue);
}
.statline .hot, .statline .hot b {
  color: #b54708;
}
.compbar {
  display: flex;
  height: 7px;
  border-radius: 4px;
  overflow: hidden;
  max-width: 760px;
}
.compbar i {
  display: block;
}
.compbar-legend {
  display: flex;
  gap: 18px;
  font-size: 11px;
  color: var(--gray);
  margin-top: 5px;
}
.compbar-legend i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  margin-right: 5px;
  vertical-align: -1px;
}
.c-open {
  background: #2557a7;
}
.c-dec {
  background: #c2cfe0;
}
.c-awd {
  background: #9fd2ae;
}
.c-fail {
  background: #e8a75c;
}
@layer theme {
  @media (prefers-color-scheme: dark) {
    :root[data-theme="dark"], :root:not([data-theme="light"]) {
      --color-paper: #101210;
      --color-raised: #171A17;
      --color-sunken: #1E211D;
      --color-rule: #2A2E29;
      --color-hair: #212420;
      --color-ink: #E8EAE4;
      --color-ink2: #B4B8AE;
      --color-ink3: #868A80;
      --color-ink4: #5F635B;
      --color-accent: #4FB37B;
      --color-accent-ink: #6FC793;
    }
  }
}
:root[data-theme="dark"] {
  --color-paper: #101210;
  --color-raised: #171A17;
  --color-sunken: #1E211D;
  --color-rule: #2A2E29;
  --color-hair: #212420;
  --color-ink: #E8EAE4;
  --color-ink2: #B4B8AE;
  --color-ink3: #868A80;
  --color-ink4: #5F635B;
  --color-accent: #4FB37B;
  --color-accent-ink: #6FC793;
}
@layer base {
  html {
    color-scheme: light dark;
  }
  * {
    scrollbar-width: thin;
    scrollbar-color: #c6cfda transparent;
  }
  *:hover {
    scrollbar-color: #aab6c4 transparent;
  }
  body {
    background: var(--color-paper);
    color: var(--color-ink);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
  }
  .lbl {
    font-size: 10px;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--color-ink3);
  }
  .fig {
    font-variant-numeric: tabular-nums;
    letter-spacing: .01em;
  }
}
@layer components {
  .mark-won, .mark-open {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 7px;
    vertical-align: middle;
    flex: none;
  }
  .mark-won {
    background: var(--color-accent);
  }
  .mark-open {
    border: 1px solid var(--color-ink3);
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
