/**
 * ToolBoss — стили информационных страниц (О проекте, Контакты, Политика, Условия).
 *
 * Файл внешний: подключается через wp_enqueue_style(), поэтому тема
 * автоматически добавляет ему CSP-nonce.
 *
 * Палитра берётся из style.css темы:
 *   --bg-primary #f8fafc, --bg-secondary #fff, --radius-lg 16px
 *
 * @package premium-sandbox-theme
 */

/* ========== ТИПОГРАФИКА ========== */
.tb-doc { max-width: 100%; }
.tb-doc p { line-height: 1.75; margin: 0 0 14px; color: var(--text-secondary); }
.tb-doc p:last-child { margin-bottom: 0; }
.tb-doc ul, .tb-doc ol { margin: 0 0 14px; padding-left: 22px; }
.tb-doc li { line-height: 1.7; margin-bottom: 9px; color: var(--text-secondary); }
.tb-doc li:last-child { margin-bottom: 0; }
.tb-doc strong { color: var(--text-primary); font-weight: 650; }
.tb-doc a { color: var(--accent-primary); text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1px; transition: color var(--transition-fast); }
.tb-doc a:hover { color: var(--accent-hover); }
.tb-doc code { font-family: var(--font-mono); font-size: .86em; background: var(--bg-tertiary); border: 1px solid var(--border-color); border-radius: var(--radius-sm); padding: 2px 7px; color: var(--text-primary); }

/* ========== БЕЛАЯ ПАНЕЛЬ-СЕКЦИЯ ========== */
.tb-panel { background: var(--bg-secondary); border: 1px solid var(--border-color); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 28px 32px; margin: 0 0 20px; }
.tb-panel:last-child { margin-bottom: 0; }
.tb-panel > h2:first-child, .tb-panel > .tb-panel__head:first-child { margin-top: 0; }
@media (max-width: 640px) { .tb-panel { padding: 22px 18px; border-radius: var(--radius-md); } }

.tb-panel__head { display: flex; align-items: center; gap: 13px; margin: 0 0 16px; flex-wrap: wrap; }
.tb-panel__num { flex-shrink: 0; width: 34px; height: 34px; border-radius: var(--radius-md); background: var(--accent-light); color: var(--accent-primary); font-weight: 800; font-size: .95rem; display: flex; align-items: center; justify-content: center; font-variant-numeric: tabular-nums; }
.tb-panel__title { margin: 0; font-size: 1.2rem; font-weight: 750; color: var(--text-primary); line-height: 1.35; flex: 1; min-width: 0; }
.tb-anchor { opacity: 0; text-decoration: none !important; color: var(--text-muted); font-weight: 400; transition: opacity var(--transition-fast); flex-shrink: 0; }
.tb-panel:hover .tb-anchor, .tb-anchor:focus-visible { opacity: 1; }

/* ========== СЕТКИ ========== */
.tb-grid { display: grid; gap: 16px; margin: 18px 0; }
.tb-grid:last-child { margin-bottom: 0; }
.tb-grid--2 { grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); }
.tb-grid--3 { grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); }
.tb-grid--4 { grid-template-columns: repeat(auto-fit, minmax(158px, 1fr)); }

/* ========== КАРТОЧКИ ========== */
.tb-card { background: var(--bg-secondary); border: 1px solid var(--border-color); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 20px 22px; transition: transform var(--transition-bounce), box-shadow var(--transition-bounce), border-color var(--transition-fast); display: flex; flex-direction: column; position: relative; }
.tb-card--link { text-decoration: none !important; }
.tb-card--link:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--accent-primary); }
.tb-card__text { color: var(--text-secondary); font-size: .885rem; line-height: 1.6; margin: 0; flex-grow: 1; }
.tb-card__foot { display: flex; align-items: center; gap: 7px; margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--border-color); font-size: .83rem; color: var(--text-muted); flex-wrap: wrap; }
.tb-card__ico { flex-shrink: 0; width: 42px; height: 42px; border-radius: var(--radius-md); background: var(--accent-light); color: var(--accent-primary); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.tb-card__ico svg { width: 21px; height: 21px; }

/* Карточка категории: счётчик в потоке, не поверх заголовка */
.tb-card--cat { padding-top: 20px; }
.tb-card__row { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.tb-card__title { font-size: 1.02rem; font-weight: 750; color: var(--text-primary); margin: 0; line-height: 1.4; flex: 1; min-width: 0; }
.tb-card--link:hover .tb-card__title { color: var(--accent-primary); }
.tb-card__count { flex-shrink: 0; display: inline-flex; align-items: center; gap: 4px; font-size: .76rem; font-weight: 700; padding: 4px 10px; border-radius: 20px; background: var(--bg-tertiary); color: var(--text-secondary); font-variant-numeric: tabular-nums; white-space: nowrap; line-height: 1.3; transition: all var(--transition-fast); }
.tb-card--link:hover .tb-card__count { background: var(--accent-primary); color: #fff; }

/* Карточка почтового канала */

.tb-card__sla { display: inline-flex; align-items: center; gap: 6px; margin-top: 11px; font-size: .81rem; color: var(--text-muted); }
.tb-card__sla svg { flex-shrink: 0; }

/* ========== МЕТРИКИ ========== */
.tb-stat { background: var(--bg-secondary); border: 1px solid var(--border-color); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 20px 22px; }
.tb-stat__num { font-size: 1.95rem; font-weight: 800; color: var(--accent-primary); line-height: 1.05; font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.tb-stat__label { color: var(--text-secondary); font-size: .87rem; margin-top: 6px; line-height: 1.45; }

/* ========== ВЫНОСКИ ========== */
.tb-callout { border-radius: var(--radius-lg); padding: 20px 24px; margin: 18px 0; border: 1px solid; }
.tb-callout:last-child { margin-bottom: 0; }
.tb-callout__title { font-weight: 750; color: var(--text-primary); margin: 0 0 10px; display: flex; align-items: center; gap: 9px; font-size: 1.02rem; line-height: 1.4; }
.tb-callout__title svg { flex-shrink: 0; }
.tb-callout p:last-child, .tb-callout ul:last-child { margin-bottom: 0; }
.tb-callout--info { background: var(--accent-light); border-color: var(--accent-primary); }
.tb-callout--warn { background: var(--warning-light); border-color: var(--warning); }
.tb-callout--ok { background: var(--success-light); border-color: var(--success); }
.tb-callout--danger { background: var(--danger-light); border-color: var(--danger); }
.tb-callout--plain { background: var(--bg-tertiary); border-color: var(--border-color); }

/* ========== ОГЛАВЛЕНИЕ ========== */
.tb-toc { background: var(--bg-secondary); border: 1px solid var(--border-color); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: 22px 26px; margin: 0 0 20px; }
.tb-toc__title { font-weight: 750; color: var(--text-primary); margin: 0 0 14px; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; display: flex; align-items: center; gap: 8px; }
.tb-toc__title svg { color: var(--accent-primary); }
.tb-toc__list { list-style: none; margin: 0; padding: 0; counter-reset: tbtoc; columns: 2; column-gap: 30px; }
.tb-toc__list li { margin: 0 0 4px; break-inside: avoid; }
.tb-toc__list a { display: flex; gap: 10px; align-items: baseline; color: var(--text-secondary); text-decoration: none !important; font-size: .9rem; line-height: 1.5; padding: 5px 8px; border-radius: var(--radius-sm); transition: all var(--transition-fast); }
.tb-toc__list a::before { counter-increment: tbtoc; content: counter(tbtoc); flex-shrink: 0; min-width: 20px; font-size: .75rem; font-weight: 700; color: var(--text-muted); font-variant-numeric: tabular-nums; }
.tb-toc__list a:hover { background: var(--bg-tertiary); color: var(--accent-primary); }
.tb-toc__list a:hover::before, .tb-toc__list a.is-active::before { color: var(--accent-primary); }
.tb-toc__list a.is-active { background: var(--accent-light); color: var(--accent-primary); font-weight: 600; }
@media (max-width: 680px) { .tb-toc__list { columns: 1; } .tb-toc { padding: 18px 16px; } }

/* Прогресс чтения */
.tb-progress { position: sticky; top: 0; z-index: 40; height: 3px; background: transparent; margin: 0 0 16px; border-radius: 2px; overflow: hidden; }
.tb-progress__bar { height: 100%; width: 0; background: var(--accent-primary); transition: width .1s linear; }

/* ========== ПОИСК ПО ДОКУМЕНТУ ========== */
.tb-docsearch { position: relative; margin-bottom: 8px; }
.tb-docsearch input { width: 100%; box-sizing: border-box; font-family: inherit; font-size: .92rem; padding: 12px 42px 12px 42px; border: 1px solid var(--border-color); border-radius: var(--radius-md); background: var(--bg-secondary); color: var(--text-primary); outline: none; transition: all var(--transition-fast); }
.tb-docsearch input:focus { border-color: var(--accent-primary); box-shadow: 0 0 0 3px var(--border-focus); }
.tb-docsearch__ico { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--text-muted); width: 17px; height: 17px; pointer-events: none; }
.tb-docsearch__clear { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); background: none; border: 0; cursor: pointer; color: var(--text-muted); padding: 5px; border-radius: var(--radius-sm); line-height: 0; }
.tb-docsearch__clear:hover { color: var(--danger); background: var(--bg-tertiary); }
.tb-docsearch__count { display: block; font-size: .84rem; color: var(--text-muted); margin: 0 0 14px 2px; min-height: 18px; }
.tb-panel.is-hidden { display: none; }
.tb-nores { padding: 22px; text-align: center; color: var(--text-muted); font-size: .92rem; }

/* ========== ТАБЛИЦЫ ========== */
.tb-table-wrap { overflow-x: auto; margin: 18px 0; border: 1px solid var(--border-color); border-radius: var(--radius-lg); background: var(--bg-secondary); }
.tb-table-wrap:last-child { margin-bottom: 0; }
.tb-table { width: 100%; border-collapse: collapse; font-size: .9rem; min-width: 480px; }
.tb-table th, .tb-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--border-color); line-height: 1.6; vertical-align: top; }
.tb-table thead th { background: var(--bg-tertiary); font-weight: 750; color: var(--text-primary); font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; }
.tb-table tbody th { font-weight: 650; color: var(--text-primary); background: var(--bg-tertiary); }
.tb-table td { color: var(--text-secondary); }
.tb-table tbody tr:last-child th, .tb-table tbody tr:last-child td { border-bottom: 0; }
.tb-table tbody tr:hover td { background: var(--bg-tertiary); }

/* На узких экранах таблица скроллится внутри обёртки, а не тянет страницу */
@media (max-width: 640px) {
	.tb-table-wrap { max-width: 100%; }
	.tb-table { min-width: 420px; font-size: .85rem; }
	.tb-table th, .tb-table td { padding: 10px 12px; }
	.tb-grid { gap: 12px; }

}

/* ========== АККОРДЕОН ========== */
.tb-acc { border: 1px solid var(--border-color); border-radius: var(--radius-lg); overflow: hidden; margin: 0 0 10px; background: var(--bg-secondary); }
.tb-acc:last-child { margin-bottom: 0; }
.tb-acc__btn { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 16px 20px; background: none; border: 0; cursor: pointer; text-align: left; font-family: inherit; font-size: .96rem; font-weight: 650; color: var(--text-primary); line-height: 1.45; }
.tb-acc__btn:hover { background: var(--bg-tertiary); }
.tb-acc__btn:focus-visible { outline: 2px solid var(--accent-primary); outline-offset: -2px; }
.tb-acc__icon { flex-shrink: 0; width: 19px; height: 19px; transition: transform var(--transition-normal); color: var(--text-muted); }
.tb-acc__btn[aria-expanded="true"] { color: var(--accent-primary); }
.tb-acc__btn[aria-expanded="true"] .tb-acc__icon { transform: rotate(180deg); color: var(--accent-primary); }
.tb-acc__panel { padding: 2px 20px 18px; }
.tb-acc__panel[hidden] { display: none; }

/* ========== ШАГИ ========== */
.tb-steps { list-style: none; counter-reset: tbstep; margin: 18px 0; padding: 0; }
.tb-steps:last-child { margin-bottom: 0; }
.tb-steps > li { counter-increment: tbstep; position: relative; padding: 0 0 22px 48px; margin: 0; }
.tb-steps > li::before { content: counter(tbstep); position: absolute; left: 0; top: -2px; width: 32px; height: 32px; border-radius: 50%; background: var(--accent-primary); color: #fff; font-weight: 700; font-size: .9rem; display: flex; align-items: center; justify-content: center; }
.tb-steps > li::after { content: ""; position: absolute; left: 15px; top: 34px; bottom: 0; width: 2px; background: var(--border-color); }
.tb-steps > li:last-child { padding-bottom: 0; }
.tb-steps > li:last-child::after { display: none; }
.tb-steps__t { font-weight: 700; color: var(--text-primary); margin: 5px 0 6px; display: block; }

/* ========== СПИСКИ ДА/НЕТ ========== */
.tb-marks { list-style: none; margin: 16px 0; padding: 0; }
.tb-marks:last-child { margin-bottom: 0; }
.tb-marks li { position: relative; padding: 0 0 0 32px; margin-bottom: 12px; line-height: 1.65; }
.tb-marks li::before { position: absolute; left: 0; top: 1px; width: 21px; height: 21px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .76rem; font-weight: 800; }
.tb-marks--yes li::before { content: "\2713"; background: var(--success-light); color: var(--success); }
.tb-marks--no li::before { content: "\2715"; background: var(--danger-light); color: var(--danger); }

/* ========== ФОРМА ========== */
.tb-form { margin: 0; }
.tb-field { margin-bottom: 19px; }
.tb-field:last-child { margin-bottom: 0; }
.tb-label { display: block; font-weight: 650; font-size: .895rem; color: var(--text-primary); margin-bottom: 8px; }
.tb-req { color: var(--danger); }
.tb-input, .tb-textarea, .tb-select { width: 100%; box-sizing: border-box; font-family: inherit; font-size: .94rem; font-weight: 500; color: var(--text-primary); background: var(--bg-secondary); border: 1px solid var(--border-color); border-radius: var(--radius-md); padding: 11px 15px; outline: none; transition: border-color var(--transition-fast), box-shadow var(--transition-fast); }
.tb-textarea { resize: vertical; min-height: 135px; line-height: 1.65; }
.tb-input:hover, .tb-textarea:hover { border-color: var(--text-muted); }
.tb-input:focus, .tb-textarea:focus, .tb-select:focus { border-color: var(--accent-primary); box-shadow: 0 0 0 3px var(--border-focus); }
.tb-input[aria-invalid="true"], .tb-textarea[aria-invalid="true"] { border-color: var(--danger); }
.tb-input[aria-invalid="true"]:focus, .tb-textarea[aria-invalid="true"]:focus { box-shadow: 0 0 0 3px var(--danger-light); }
.tb-input::placeholder, .tb-textarea::placeholder { color: var(--text-muted); font-weight: 400; }
.tb-hint { display: block; font-size: .825rem; color: var(--text-muted); margin-top: 7px; line-height: 1.55; }
.tb-error { display: block; font-size: .845rem; color: var(--danger); margin-top: 7px; font-weight: 550; }
.tb-error[hidden] { display: none; }
.tb-counter { float: right; font-size: .79rem; color: var(--text-muted); font-variant-numeric: tabular-nums; font-weight: 500; }
.tb-counter--over { color: var(--danger); font-weight: 700; }

.tb-check { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; font-size: .905rem; color: var(--text-secondary); line-height: 1.65; }
.tb-check input { flex-shrink: 0; width: 19px; height: 19px; margin: 2px 0 0; cursor: pointer; accent-color: var(--accent-primary); }

.tb-topic { position: relative; }
.tb-topic input { position: absolute; opacity: 0; width: 0; height: 0; }
.tb-topic span { display: flex; align-items: center; gap: 9px; padding: 13px 15px; border-radius: var(--radius-md); border: 1.5px solid var(--border-color); background: var(--bg-secondary); cursor: pointer; font-size: .885rem; font-weight: 600; color: var(--text-secondary); line-height: 1.35; transition: all var(--transition-fast); height: 100%; box-sizing: border-box; }
.tb-topic span svg { flex-shrink: 0; width: 17px; height: 17px; }
.tb-topic:hover span { border-color: var(--text-muted); }
.tb-topic input:checked + span { border-color: var(--accent-primary); background: var(--accent-light); color: var(--accent-primary); }
.tb-topic input:focus-visible + span { outline: 2px solid var(--accent-primary); outline-offset: 2px; }

/* ========== КНОПКИ ========== */
.tb-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: inherit; font-weight: 700; font-size: .9rem; border-radius: var(--radius-md); border: 1px solid transparent; cursor: pointer; padding: 11px 22px; transition: all var(--transition-fast); text-decoration: none !important; line-height: 1.2; }
.tb-btn--primary { background: var(--accent-primary); color: #fff; box-shadow: var(--shadow-sm); }
.tb-btn--primary:hover:not(:disabled) { background: var(--accent-hover); transform: translateY(-1px); box-shadow: var(--shadow-md); color: #fff; }
.tb-btn--ghost { background: var(--bg-secondary); color: var(--text-primary); border-color: var(--border-color); }
.tb-btn--ghost:hover { border-color: var(--accent-primary); color: var(--accent-primary); }
.tb-btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.tb-spinner { width: 15px; height: 15px; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; animation: tb-spin .6s linear infinite; display: inline-block; }
@keyframes tb-spin { to { transform: rotate(360deg); } }

.tb-alert { display: flex; gap: 12px; align-items: flex-start; padding: 16px 19px; border-radius: var(--radius-md); border: 1px solid; font-size: .925rem; line-height: 1.65; margin-top: 17px; }
.tb-alert[hidden] { display: none; }
.tb-alert svg { flex-shrink: 0; width: 19px; height: 19px; margin-top: 2px; }
.tb-alert--ok { background: var(--success-light); border-color: var(--success); color: #065f46; }
.tb-alert--err { background: var(--danger-light); border-color: var(--danger); color: #991b1b; }

.tb-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* ========== КОПИРОВАНИЕ ========== */
.tb-copy { position: relative; background: none; border: 0; cursor: pointer; color: var(--text-muted); padding: 5px; border-radius: var(--radius-sm); line-height: 0; transition: all var(--transition-fast); }
.tb-copy:hover { color: var(--accent-primary); background: var(--bg-tertiary); }
.tb-copy.is-ok { color: var(--success); }
.tb-copy__tip { position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%); background: var(--text-primary); color: #fff; font-size: .74rem; font-weight: 600; padding: 4px 9px; border-radius: var(--radius-sm); white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity var(--transition-fast); line-height: 1.4; }
.tb-copy:hover .tb-copy__tip, .tb-copy__tip.is-visible { opacity: 1; }

.tb-tool-btn { display: inline-flex; align-items: center; gap: 7px; background: var(--bg-secondary); border: 1px solid var(--border-color); border-radius: var(--radius-md); padding: 8px 14px; font-size: .845rem; font-weight: 650; color: var(--text-secondary); cursor: pointer; font-family: inherit; transition: all var(--transition-fast); text-decoration: none !important; }
.tb-tool-btn:hover { border-color: var(--accent-primary); color: var(--accent-primary); }

/* ========== МЕТА-СТРОКА ========== */
.tb-docmeta { display: flex; flex-wrap: wrap; gap: 11px 18px; align-items: center; padding: 16px 22px; background: var(--bg-secondary); border: 1px solid var(--border-color); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); margin-bottom: 20px; font-size: .875rem; color: var(--text-secondary); }
.tb-badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 11px; border-radius: 20px; background: var(--accent-light); color: var(--accent-primary); font-weight: 700; font-size: .79rem; }

/* ========== КНОПКА НАВЕРХ ========== */

/* ========== БЛОК ПРИЗЫВА (CTA) ========== */
.tb-cta { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-hover) 100%); border: 0; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 40px 36px; text-align: center; color: #fff; }
.tb-cta::before { content: ""; position: absolute; top: -60%; right: -12%; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,.08); pointer-events: none; }
.tb-cta::after { content: ""; position: absolute; bottom: -70%; left: -8%; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,255,255,.06); pointer-events: none; }
.tb-cta > * { position: relative; z-index: 1; }
.tb-cta__title { font-size: clamp(1.35rem, 3vw, 1.7rem); font-weight: 800; margin: 0 0 10px; letter-spacing: -.02em; color: #fff; line-height: 1.3; }
.tb-doc .tb-cta__text, .tb-cta__text { max-width: 560px; margin: 0 auto 24px; font-size: 1rem; line-height: 1.65; color: rgba(255,255,255,.92); }
.tb-doc .tb-cta__text strong, .tb-cta strong { color: #fff; }
.tb-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.tb-doc .tb-cta .tb-btn--primary, .tb-cta .tb-btn--primary { background: #fff; color: var(--accent-primary) !important; box-shadow: 0 4px 14px rgba(0,0,0,.16); }
.tb-doc .tb-cta .tb-btn--primary:hover, .tb-cta .tb-btn--primary:hover { background: #fff; color: var(--accent-hover) !important; transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.22); }
.tb-doc .tb-cta .tb-btn--ghost, .tb-cta .tb-btn--ghost { background: rgba(255,255,255,.12); color: #fff !important; border-color: rgba(255,255,255,.45); }
.tb-cta .tb-btn--ghost:hover { background: rgba(255,255,255,.2); color: #fff; border-color: #fff; }
.tb-cta__meta { display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: center; margin-top: 22px; font-size: .86rem; color: rgba(255,255,255,.85); }
.tb-cta__meta span { display: inline-flex; align-items: center; gap: 6px; }
@media (max-width: 640px) { .tb-cta { padding: 30px 20px; } }

/* ========== ПЕЧАТЬ ========== */
@media print {

	.tb-doc { font-size: 11pt; }
	.tb-panel { page-break-inside: avoid; box-shadow: none; border: 1px solid #ddd; padding: 12px 0; margin-bottom: 10px; }
	.tb-panel.is-hidden { display: block !important; }
	.tb-acc__panel[hidden] { display: block !important; }
	.tb-card, .tb-stat, .tb-docmeta { box-shadow: none; }
	.tb-cta { background: none !important; color: #000; border: 1px solid #ddd; }
	.tb-cta__title, .tb-cta__text { color: #000; }
	a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; word-break: break-all; }
}

@media (prefers-reduced-motion: reduce) {
	* { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
