/* =========================================================================
   НТЦ — каталог списком: оглавление, раздел, производитель, поиск.
   Спецификация по ГОСТ 2.106 для закупщика: позиция, обозначение,
   наименование, производитель. Тушь, ватман, одна оранжевая точка.
   ========================================================================= */
.ntcl {
    --ink-2: #4a4d51;
    --mute: #676a6e;
    --hair: #e9e3d7;
    width: 100%;
    padding: 20px 0 64px;
    color: var(--ink);
}
.ntcl *, .ntcl *::before, .ntcl *::after { box-sizing: border-box; }
.ntcl p::before, .ntcl li::before { content: none; }
/* Bono: ul:not([class])::before { width: 10em } — во flex-списках сдвигал первую строку */
.ntcl ul::before, .ntcl ol::before { content: none !important; display: none !important; }
.ntcl ul { margin: 0; padding: 0; list-style: none; }
.ntcl li { margin: 0; padding: 0; }
.ntcl a { text-decoration: none; }
.ntcl-page .site-content { background: var(--sheet); }

/* ---------- Цепочка и заголовок ---------- */
.ntcl-crumbs { display: flex; flex-wrap: wrap; gap: 4px 0; margin: 0 0 14px; font-size: 13px; }
.ntcl-crumbs a { display: inline-block; padding: 3px 0; color: var(--graphite) !important; }
.ntcl-crumbs a:hover { color: var(--acc-ink) !important; }
.ntcl-crumbs > * + *::before { content: "/"; margin: 0 8px; color: var(--line); }
.ntcl-crumbs span { color: var(--ink); }

.ntcl-head { margin: 0 0 26px; }
.ntcl-doc { display: flex; flex-wrap: wrap; gap: 4px 20px; margin: 0 0 16px; padding: 0 0 8px; border-bottom: 3px double var(--ink); color: var(--graphite); font: 500 12px/1.4 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; }
.ntcl-doc__k { color: var(--acc-ink); font-weight: 600; }
.ntcl-title { display: flex; align-items: center; gap: 22px; }
.ntcl .ntcl-title h1 { margin: 0 !important; color: var(--ink); font: 700 clamp(30px, 4vw, 46px)/1.05 var(--f-disp); letter-spacing: -.005em; text-wrap: balance; }
.ntcl-logo { display: grid; flex: none; place-items: center; width: 132px; height: 72px; padding: 8px; background: #fff; border: 1px solid var(--line); }
.ntcl-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.ntcl .ntcl-lead { max-width: 72ch; margin: 14px 0 0 !important; color: var(--ink-2); font-size: 16px; line-height: 1.55; }

.ntcl .ntcl-cap { margin: 0 0 10px !important; color: var(--graphite); font: 600 11px/1.2 var(--f-mono) !important; letter-spacing: .12em; text-transform: uppercase; }

/* ---------- Паспорт раздела / производителя ---------- */
.ntcl-pass { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 400px); gap: 40px; margin: 0 0 36px; padding: 30px 34px 32px; background:
    linear-gradient(rgba(38, 40, 42, .035) 1px, transparent 1px) 0 0 / 24px 24px,
    linear-gradient(90deg, rgba(38, 40, 42, .035) 1px, transparent 1px) 0 0 / 24px 24px,
    #fff; border: 1px solid var(--ink); }
/* Метки обреза по углам — как у рамки «Рис. 1» на карточке */
.ntcl-pass::before, .ntcl-pass::after { content: ""; position: absolute; width: 22px; height: 22px; border: 3px solid var(--acc); pointer-events: none; }
.ntcl-pass::before { top: -3px; left: -3px; border-right: 0; border-bottom: 0; }
.ntcl-pass::after { right: -3px; bottom: -3px; border-left: 0; border-top: 0; }
.ntcl-pass.is-compact { display: block; padding: 22px 28px 24px; }
.ntcl-pass .ntcl-doc { margin-bottom: 14px; }
.ntcl .ntcl-pass h1 { margin: 0 !important; color: var(--ink); font: 700 clamp(32px, 4.4vw, 54px)/1.02 var(--f-disp); letter-spacing: -.01em; text-wrap: balance; }
.ntcl-pass.is-compact h1 { font-size: clamp(28px, 3.4vw, 40px); }
.ntcl .ntcl-pass__sub { margin: 10px 0 0 !important; color: var(--graphite); font: 500 17px/1.4 var(--f-mono); letter-spacing: -.01em; }
.ntcl-pass__sub a { color: var(--acc-ink) !important; border-bottom: 1px solid currentColor; font-family: var(--f-text); font-size: 15px; }
.ntcl .ntcl-pass__text { max-width: 68ch; margin: 16px 0 0 !important; color: var(--ink-2); font-size: 16px; line-height: 1.6; }
.ntcl-find { position: relative; display: flex; max-width: 620px; height: 50px; margin: 22px 0 0; background: #fff; border: 1.5px solid var(--ink); }
.ntcl-find input[type="search"] { flex: 1; min-width: 0; height: auto; margin: 0; padding: 0 16px; border: 0; border-radius: 0; background: none; box-shadow: none; color: var(--ink); font: 500 16px var(--f-mono); outline: 0; }
.ntcl-find input::placeholder { color: #736d63; font: 400 15px var(--f-text); }
.ntcl-find input::-webkit-search-cancel-button { -webkit-appearance: none; }
.ntcl-find button { display: flex; align-items: center; gap: 8px; margin: 0; padding: 0 22px; border: 0; border-radius: 0; background: var(--ink); color: var(--paper); font: 700 16px var(--f-disp); letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s; }
.ntcl-find button:hover { background: var(--acc); color: var(--ink); }
.ntcl-find::before, .ntcl-find::after { content: ""; position: absolute; width: 12px; height: 12px; border: 0 solid var(--acc); opacity: 0; pointer-events: none; transition: transform .25s var(--ease), opacity .25s; }
.ntcl-find::before { top: -7px; left: -7px; border-width: 2px 0 0 2px; transform: translate(-6px, -6px); }
.ntcl-find::after { right: -7px; bottom: -7px; border-width: 0 2px 2px 0; transform: translate(6px, 6px); }
.ntcl-find:focus-within::before, .ntcl-find:focus-within::after { opacity: 1; transform: none; }
.ntcl-pass__cta { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 0; }
.ntcl-btn { display: inline-flex; align-items: center; min-height: 46px; padding: 0 20px; background: var(--ink); border: 1.5px solid var(--ink); color: var(--paper) !important; font: 700 16px var(--f-disp); letter-spacing: .05em; text-transform: uppercase; transition: background .2s, color .2s; }
.ntcl-btn:hover { background: #000; }
.ntcl-btn--ghost { background: transparent; color: var(--ink) !important; }
.ntcl-btn--ghost:hover { background: var(--ink); color: var(--paper) !important; }

.ntcl-pass__side { display: flex; flex-direction: column; gap: 14px; }
.ntcl-plate { position: relative; display: grid; place-items: center; min-height: 150px; margin: 0; padding: 22px; background: var(--sheet); border: 1px solid var(--line); }
.ntcl-plate img { max-width: 100%; max-height: 110px; object-fit: contain; }
.ntcl-plate.is-name { background: var(--ink); border-color: var(--ink); }
.ntcl-plate__name { max-width: 100%; color: var(--paper); font: 700 clamp(26px, 3vw, 40px)/1.05 var(--f-disp); letter-spacing: .04em; text-align: center; overflow-wrap: anywhere; }
/* Шильдик: точка P и штрихпунктирная осевая */
.ntcl-plate.is-name::before { content: ""; position: absolute; top: 14px; right: 14px; width: 9px; height: 9px; border-radius: 50%; background: var(--acc); }
.ntcl-plate.is-name::after { content: ""; position: absolute; right: 14px; bottom: 12px; left: 14px; height: 1px; background: repeating-linear-gradient(90deg, rgba(247, 244, 238, .35) 0 14px, transparent 14px 18px, rgba(247, 244, 238, .35) 18px 20px, transparent 20px 24px); }
.ntcl-plate.is-no { place-items: start; align-content: space-between; min-height: 150px; background: var(--ink); border-color: var(--ink); }
.ntcl-plate__no { color: var(--acc); font: 600 64px/1 var(--f-mono); letter-spacing: -.04em; }
.ntcl-plate__cap { color: #c9c6bf; font: 600 18px/1.2 var(--f-disp); }
.ntcl-stamp { display: grid; grid-template-columns: 1fr 1fr; margin: 0; background: #fff; border: 1px solid var(--ink); }
.ntcl-stamp > div { padding: 10px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ntcl-stamp > div:nth-child(2n) { border-right: 0; }
.ntcl-stamp > div:nth-last-child(-n+2) { border-bottom: 0; }
.ntcl-stamp dt { margin: 0; color: var(--graphite); font: 500 10.5px var(--f-mono); letter-spacing: .1em; text-transform: uppercase; }
.ntcl-stamp dd { margin: 3px 0 0; color: var(--ink); font: 600 22px/1.15 var(--f-mono); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }

.ntcl .ntcl-h2 { display: flex; align-items: baseline; gap: 12px; margin: 34px 0 14px !important; padding: 0 0 8px; border-bottom: 1px solid var(--ink); color: var(--ink); font: 700 26px/1.15 var(--f-disp); }
.ntcl-legal { margin: 28px 0 0; color: var(--mute); font-size: 12.5px; line-height: 1.5; }
.ntcl-chips--brands a, .ntcl-chips--series a { background: var(--sheet); }
.ntcl-chips--series span { font-family: var(--f-mono); font-weight: 600; }
.ntcl-chips a.is-on { border-color: var(--acc); box-shadow: inset 0 -2px 0 var(--acc); }
.ntcl-hub--brand { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* ---------- Оглавление ---------- */
.ntcl-hub { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.ntcl-sec { display: flex; flex-direction: column; padding: 0 0 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--sheet); transition: background .2s var(--ease); }
.ntcl-sec:hover { background: #fff; }
.ntcl-sec__h { display: grid; grid-template-columns: 30px 1fr; gap: 2px 10px; padding: 18px 20px 12px; color: var(--ink) !important; }
.ntcl-sec__h b { grid-row: 1 / 3; color: var(--acc-ink); font: 600 13px/1.6 var(--f-mono); }
.ntcl .ntcl-sec__h h3 { margin: 0 !important; font: 700 21px/1.15 var(--f-disp); }
.ntcl-sec__h span { color: var(--graphite); font: 500 12px var(--f-mono); }
.ntcl-sec__h:hover h3 { color: var(--acc-ink); }
.ntcl-sec ul { padding: 0 20px 0 60px; }
.ntcl-sec li a { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding: 5px 0; border-bottom: 1px dotted var(--line); color: var(--ink-2) !important; font-size: 14px; line-height: 1.3; }
.ntcl-sec li a:hover { color: var(--ink) !important; border-bottom-color: var(--acc); }
.ntcl-sec li small { flex: none; color: var(--mute); font: 500 11px var(--f-mono); }
.ntcl-sec__all { display: inline-block; padding: 6px 0; margin: 4px 20px 0 60px; color: var(--acc-ink) !important; font-size: 13px; font-weight: 600; }
.ntcl-sec__all::after { content: " →"; }
/* Карточка без номера (разделы производителя, подразделы) — симметричные поля */
.ntcl-sec.is-plain .ntcl-sec__h { grid-template-columns: 1fr; }
.ntcl-sec.is-plain ul { padding: 0 20px; }
.ntcl-sec.is-plain .ntcl-sec__all { margin-left: 20px; }

/* ---------- Подразделы ---------- */
.ntcl-chips { margin: 0 0 24px; }
.ntcl-hub + .ntcl-chips, .ntcl-hub--brand + .ntcl-chips { margin-top: 30px; }
.ntcl-chips ul { display: flex; flex-wrap: wrap; gap: 6px; }
.ntcl-chips a { display: inline-flex; align-items: baseline; gap: 8px; min-height: 36px; padding: 8px 12px; background: #fff; border: 1px solid var(--line); color: var(--ink) !important; font-size: 14px; line-height: 1.2; transition: border-color .15s, box-shadow .15s; }
.ntcl-chips a:hover { border-color: var(--ink); box-shadow: inset 0 -2px 0 var(--acc); }
.ntcl-chips small { color: var(--mute); font: 500 11px var(--f-mono); }

/* ---------- Спецификация ---------- */
.ntcl-table { width: 100%; margin: 0; border-collapse: collapse; border: 0; background: #fff; font-size: 14px; }
.ntcl-table th, .ntcl-table td { padding: 8px 10px; border: 0; border-bottom: 1px solid var(--hair); text-align: left; vertical-align: middle; }
.ntcl-table thead th { position: sticky; top: 77px; z-index: 2; padding: 9px 10px; background: var(--ink); color: #c9c6bf; font: 600 11px/1.2 var(--f-mono); letter-spacing: .1em; text-transform: uppercase; }
.admin-bar .ntcl-table thead th { top: 109px; }
.ntcl-table tbody tr { transition: background .12s; }
.ntcl-table tbody tr:hover { background: #fffaf3; box-shadow: inset 3px 0 0 var(--acc); }
.ntcl-c-pos { width: 52px; color: var(--mute); font: 500 12px var(--f-mono); }
.ntcl-c-img { width: 76px; }
.ntcl-c-img a { display: grid; place-items: center; width: 56px; height: 56px; background: var(--paper); }
.ntcl-c-img img { width: 56px; height: 56px; object-fit: contain; mix-blend-mode: multiply; }
.ntcl-noimg { display: block; width: 56px; height: 56px; background:
    linear-gradient(rgba(38, 40, 42, .06) 1px, transparent 1px) 0 0 / 8px 8px,
    linear-gradient(90deg, rgba(38, 40, 42, .06) 1px, transparent 1px) 0 0 / 8px 8px,
    var(--paper); }
.ntcl-c-mpn { white-space: nowrap; }
.ntcl-c-mpn a { color: var(--ink) !important; font: 600 15px var(--f-mono); letter-spacing: .01em; white-space: normal; overflow-wrap: anywhere; }
.ntcl-c-mpn a:hover { color: var(--acc-ink) !important; box-shadow: inset 0 -1px 0 var(--acc); }
.ntcl-c-mpn .ntc-copy { width: 24px; height: 24px; margin-left: 4px; vertical-align: -6px; opacity: .55; }
.ntcl-table tr:hover .ntc-copy, .ntcl-c-mpn .ntc-copy:focus-visible { opacity: 1; }
.ntcl-c-type { color: var(--ink-2); line-height: 1.35; }
.ntcl-c-type a { color: var(--ink-2) !important; }
.ntcl-c-type a:hover { color: var(--ink) !important; box-shadow: inset 0 -1px 0 var(--acc); }
.ntcl-flag { display: inline-block; margin-left: 6px; padding: 1px 6px; border: 1px solid var(--acc-ink); color: var(--acc-ink); font: 600 10.5px var(--f-mono); font-style: normal; letter-spacing: .04em; text-transform: uppercase; }
.ntcl-c-brand { color: var(--ink-2); white-space: nowrap; }
.ntcl-c-brand a { color: var(--ink-2) !important; border-bottom: 1px solid var(--line); }
.ntcl-c-brand a:hover { color: var(--ink) !important; border-color: var(--ink); }
.ntcl-c-act { width: 150px; text-align: right !important; }
.ntcl-add { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 132px; white-space: nowrap; height: 36px; margin: 0; padding: 0 12px; border: 1.5px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); font: 700 14px var(--f-disp); letter-spacing: .05em; text-transform: uppercase; cursor: pointer; transition: background .12s, color .12s, border-color .12s; }
.ntcl-add:hover { background: var(--ink); color: var(--paper); }
.ntcl-add .k { display: none; }
.ntcl-add.is-in { border-color: var(--acc); background: var(--acc); color: var(--ink); }
.ntcl-add.is-in .p { display: none; }
.ntcl-add.is-in .k { display: inline; }

/* ---------- Листы ---------- */
.ntcl-pager { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; margin: 24px 0 0; font: 500 14px var(--f-mono); }
.ntcl-pager a, .ntcl-pager span { display: inline-grid; place-items: center; min-width: 40px; height: 40px; padding: 0 10px; border: 1px solid var(--line); background: #fff; color: var(--ink) !important; }
.ntcl-pager a:hover { border-color: var(--ink); }
.ntcl-pager .ntcl-pager__cur { border-color: var(--ink); background: var(--ink); color: var(--paper) !important; }
.ntcl-pager .ntcl-pager__gap { border-color: transparent; background: none; }
.ntcl-pager .ntcl-pager__edge { font-family: var(--f-text); font-weight: 600; }

/* ---------- Пусто, описание, запрос ---------- */
.ntcl-empty { padding: 28px; border: 1px dashed var(--line); background: #fff; }
.ntcl .ntcl-empty h2 { margin: 0 0 8px !important; font: 700 24px/1.2 var(--f-disp); }
.ntcl-empty p { margin: 0; color: var(--ink-2); }
.ntcl-empty .ntcl-cap { margin-top: 20px !important; }
.ntcl-near { display: flex; flex-wrap: wrap; gap: 6px; }
.ntcl-near a { display: inline-flex; align-items: center; min-height: 36px; padding: 6px 10px; border: 1px solid var(--line); background: var(--sheet); color: var(--ink) !important; font: 600 14px var(--f-mono); }
.ntcl-near a:hover { border-color: var(--ink); box-shadow: inset 0 -2px 0 var(--acc); }
.ntcl-about { max-width: 80ch; margin: 32px 0 0; color: var(--ink-2); font-size: 15px; line-height: 1.6; }
.ntcl-about summary { color: var(--ink); font: 700 18px var(--f-disp); cursor: pointer; }

.ntcl-rfq { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px 28px; margin: 40px 0 0; padding: 22px 26px; border-top: 4px solid var(--acc); background: var(--ink); color: #c9c6bf; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06); }
.ntcl-rfq strong { display: block; margin-bottom: 4px; color: #fff; font: 700 24px/1.15 var(--f-disp); }
.ntcl-rfq > div > span { font-size: 15px; }
.ntcl-rfq__btn { display: flex; align-items: center; height: 50px; padding: 0 26px; background: var(--acc); color: var(--ink) !important; font: 700 18px var(--f-disp); letter-spacing: .05em; text-transform: uppercase; transition: background .15s; }
.ntcl-rfq__btn:hover { background: #ff8440; }
.ntcl-rfq__alt { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 22px; grid-column: 1 / -1; padding-top: 12px; border-top: 1px dashed #4a4d51; font-size: 14px; }
.ntcl-rfq__alt > a { color: #fff !important; font: 600 16px var(--f-mono); }
.ntcl-rfq .ntc-mail a { color: #fff !important; border-bottom-color: #4a4d51; font-size: 14px; font-weight: 600; }
.ntcl-rfq .ntc-copy { color: #9ea1a5; }

/* ---------- Адаптив ---------- */
@media (max-width: 1199px) {
    .ntcl-pass { grid-template-columns: minmax(0, 1fr) minmax(0, 320px); gap: 28px; }
    .ntcl-table thead th { top: 64px; }
    .ntcl-hub { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
    .ntcl-pass { grid-template-columns: minmax(0, 1fr); padding: 22px 18px 24px; }
    .ntcl-pass__side { order: -1; flex-direction: row; }
    /* Номер раздела дублирует заголовок — на телефоне только штамп с цифрами */
    .ntcl-plate.is-no { display: none; }
    .ntcl-plate { flex: 0 0 38%; min-height: 110px; }
    .ntcl-stamp { flex: 1; }
    .ntcl-find button span { display: none; }
    .ntcl-find button { padding: 0 16px; }
    /* Таблица → карточки строк: артикул крупно, тип и производитель под ним */
    .ntcl-table, .ntcl-table tbody { display: block; background: none; }
    .ntcl-table thead { display: none; }
    .ntcl-table tr { display: grid; grid-template-columns: 56px minmax(0, 1fr); grid-template-areas: "img mpn" "img type" "brand brand" "act act"; gap: 2px 12px; margin: 0 0 8px; padding: 12px; border: 1px solid var(--line); background: #fff; }
    .ntcl-table td { display: block; padding: 0; border: 0; }
    .ntcl-c-pos { display: none !important; }
    .ntcl-c-img { grid-area: img; width: auto; }
    .ntcl-c-mpn { grid-area: mpn; white-space: normal; }
    .ntcl-c-type { grid-area: type; font-size: 13.5px; }
    .ntcl-c-brand { grid-area: brand; margin-top: 6px; font-size: 13px; }
    .ntcl-c-act { grid-area: act; width: auto; margin-top: 8px; text-align: left !important; }
    .ntcl-add { width: 100%; height: 44px; }
    .ntcl-c-mpn .ntc-copy { opacity: 1; width: 32px; height: 32px; vertical-align: -9px; }
    .ntcl-rfq { grid-template-columns: 1fr; padding: 20px; }
    .ntcl-rfq__btn { justify-content: center; }
}
@media (max-width: 640px) {
    .ntcl-pass__side { flex-direction: column; }
    .ntcl-plate { flex: none; }
    .ntcl-hub--brand { grid-template-columns: 1fr; }
    .ntcl-btn { width: 100%; justify-content: center; min-height: 48px; }
    .ntcl-hub { grid-template-columns: 1fr; }
    .ntcl-sec ul { padding-left: 20px; }
    .ntcl-sec__all { margin-left: 20px; }
    .ntcl-title { flex-direction: column; align-items: flex-start; gap: 12px; }
    .ntcl-pager a:not(.ntcl-pager__edge):not(:nth-last-child(2)), .ntcl-pager .ntcl-pager__gap { display: none; }
    .ntcl-pager a, .ntcl-pager span { min-width: 44px; height: 44px; }
}

/* ---------- Указатель производителей ---------- */
.ntcb-abc { display: flex; flex-wrap: wrap; gap: 4px; margin: 0 0 8px; }
.ntcb-abc a, .ntcb-abc span { display: inline-grid; place-items: center; min-width: 38px; height: 38px; padding: 0 8px; border: 1px solid var(--line); background: #fff; color: var(--ink) !important; font: 600 14px var(--f-mono); }
.ntcb-abc a:hover { border-color: var(--ink); box-shadow: inset 0 -2px 0 var(--acc); }
.ntcb-abc span { border-color: var(--ink); background: var(--ink); color: var(--paper) !important; }
.ntcb-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.ntcb-grid a { display: flex; flex-direction: column; height: 100%; border: 1px solid var(--line); background: #fff; color: var(--ink) !important; transition: border-color .15s, box-shadow .15s; }
.ntcb-grid a:hover { border-color: var(--ink); box-shadow: inset 0 -3px 0 var(--acc); }
.ntcb-mark { position: relative; display: grid; place-items: center; height: 84px; padding: 10px; background: var(--ink); color: var(--paper); font: 700 17px/1.1 var(--f-disp); letter-spacing: .04em; text-align: center; overflow-wrap: anywhere; }
.ntcb-mark::after { content: ""; position: absolute; top: 8px; right: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--acc); }
.ntcb-mark.has-logo { background: var(--sheet); }
.ntcb-mark.has-logo::after { content: none; }
.ntcb-mark img { max-width: 88%; max-height: 52px; object-fit: contain; }
.ntcb-meta { display: flex; flex-direction: column; gap: 2px; padding: 9px 12px 11px; }
.ntcb-meta b { font: 600 14px/1.25 var(--f-text); }
.ntcb-meta small { color: var(--mute); font: 500 11.5px var(--f-mono); }
.ntcb-list { columns: 4 220px; column-gap: 28px; }
.ntcb-list li { break-inside: avoid; }
.ntcb-list a { display: flex; justify-content: space-between; gap: 10px; padding: 6px 0; border-bottom: 1px dotted var(--line); color: var(--ink) !important; font-size: 14px; }
.ntcb-list a:hover { border-bottom-color: var(--acc); }
.ntcb-list small { flex: none; color: var(--mute); font: 500 11px var(--f-mono); }
@media (max-width: 1199px) { .ntcb-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 640px) {
    .ntcb-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ntcb-abc a, .ntcb-abc span { min-width: 44px; height: 44px; }
}
