/* ==========================================================================
   DNS Leak Test — /dns-leak-test/ (Premium V2.1 Precision Polish)
   Tokens reused from style.css :root (--navy --ink --muted --blue --teal --bg
   --white --border --radius --radius-sm --container --font-mono --amber --red).
   No new palette introduced. Dashboard-first hierarchy: verdict > connection >
   resolver > relationship > evidence > explanation > methodology.
   ========================================================================== */

.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.dlt-mono{font-family:var(--font-mono)}

/* ==========================================================================
   Hero — two-column diagnostic hero. Left: pitch + CTA. Right: live
   connection panel, so the hero is never empty on wide screens.
   ========================================================================== */
/* padding-top preserves clearance under the fixed 74px .site-header (the vlsm-breadcrumb
   below already adds ~35-40px of buffer on this page, unlike the homepage hero which had
   none) — 46px keeps that margin comfortable while trimming overall hero height. */
.dlt-hero{background:var(--navy);color:#fff;padding:46px 0 32px}
.vlsm-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:#8296B3;margin-bottom:20px}
.vlsm-breadcrumb a{color:#C4D0E0}
.vlsm-breadcrumb a:hover{color:#fff}
.vlsm-breadcrumb span[aria-current]{color:#fff;font-weight:600}

.dlt-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:start}

.dlt-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#9DB4D6;margin-bottom:10px}
.dlt-eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--teal);display:inline-block}
.dlt-hero-main h1{font-size:clamp(26px,3.2vw,36px);line-height:1.1;color:#fff;margin:0 0 8px}
.dlt-hero-lede{font-size:15px;line-height:1.55;color:#C4D0E0;max-width:52ch;margin:0 0 18px}

.dlt-run-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}

.dlt-hero-points{display:flex;flex-wrap:wrap;gap:0;margin:10px 0 0;padding:0;font-size:12.5px;color:#9DB4D6}
.dlt-hero-points span:not(:last-child)::after{content:'\2022';margin:0 10px;color:#54688C}

.dlt-btn{border:0;border-radius:var(--radius-sm);padding:0 22px;height:48px;font-weight:700;font-size:14.5px;cursor:pointer}
.dlt-btn-primary{background:var(--blue);color:#fff}
.dlt-btn-primary:hover{background:#1d4fc4}
.dlt-btn-ghost{background:transparent;border:1px solid var(--border);color:var(--ink)}
.dlt-btn-ghost:hover{border-color:var(--blue);color:var(--blue)}
.dlt-btn:disabled{opacity:.55;cursor:default}
.dlt-btn:focus-visible{outline:3px solid var(--teal);outline-offset:2px}
.dlt-btn:focus:not(:focus-visible){outline:none}
.dlt-hero .dlt-btn-primary:focus-visible{outline-color:var(--teal)}

/* Hero "Your connection" panel — a real diagnostic readout, not a placeholder box. */
.dlt-hero-connection{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);padding:22px 24px}
.dlt-hero-connection-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}
.dlt-hero-connection-label{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#9DB4D6}
.dlt-hero-connection-status{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--teal)}
.dlt-hero-connection-status::before{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:currentColor;margin-right:6px;vertical-align:middle}
.dlt-hero-connection-status.is-loading{color:#9DB4D6}
.dlt-hero-connection-status.is-loading::before{animation:dlt-pulse 1.4s ease-in-out infinite}
.dlt-hero-connection-status.is-error{color:#F3B8A8}
@media(prefers-reduced-motion:reduce){.dlt-hero-connection-status.is-loading::before{animation:none}}

.dlt-hero-connection-ip{font-size:19px;font-weight:700;color:#fff;word-break:break-word;overflow-wrap:anywhere;margin:0 0 10px;font-variant-numeric:tabular-nums}
.dlt-hero-connection-provider{font-size:15px;font-weight:600;color:#fff;margin:0 0 4px;min-height:1.2em}
.dlt-hero-connection-meta{font-size:12.5px;color:#9DB4D6;margin:0}
.dlt-hero-connection-note{margin:14px 0 0;padding-top:14px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:#9DB4D6}

@keyframes dlt-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.35)}}

/* ==========================================================================
   Diagnostic console — the single focused workspace: idle → progress →
   error/results. Deliberately narrower than the page container so it reads
   as a dashboard, not a stretched content block.
   ========================================================================== */
.dlt-console-section{padding:24px 0 0}
.dlt-console{max-width:860px;margin:0 auto}

/* Idle state: a real pre-test status panel — Connection reflects the already-fetched
   hero connection state (no new request), Mode reflects the selected radio, Resolver/
   Status are always static "Not tested"/"Waiting to run". Never a fake verdict. */
.dlt-console-idle{max-width:520px;margin:0 auto;text-align:left;padding:26px 28px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white)}
.dlt-idle-kicker{display:block;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:6px}
.dlt-console-idle-title{font-size:16px;margin:0 0 16px;color:var(--ink)}
.dlt-idle-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px 18px;padding:14px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:14px}
.dlt-idle-fact{display:flex;flex-direction:column;gap:2px}
.dlt-idle-fact-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}
.dlt-idle-fact-value{font-size:13px;font-weight:700;color:var(--ink)}
.dlt-idle-fact-value-muted{color:var(--muted);font-weight:600}
.dlt-idle-pipeline{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font:600 11px var(--font-mono);color:var(--muted)}
.dlt-idle-pipeline-arrow{color:var(--border)}

.dlt-console-progress{padding:24px 26px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);max-height:480px}
.dlt-console-progress h2{font-size:15px;margin:0 0 16px;color:var(--ink);text-transform:uppercase;letter-spacing:.03em}
.dlt-step-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.dlt-step{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--muted)}
.dlt-step-dot{width:9px;height:9px;border-radius:50%;background:var(--border);flex-shrink:0}
.dlt-step-text{flex:1}
.dlt-step-state{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--border)}
.dlt-step.is-complete{color:var(--ink)}
.dlt-step.is-complete .dlt-step-dot{background:var(--teal)}
.dlt-step.is-complete .dlt-step-state{color:var(--teal)}
.dlt-step.is-active{color:var(--ink);font-weight:700}
.dlt-step.is-active .dlt-step-dot{background:var(--blue);animation:dlt-pulse 1.2s ease-in-out infinite}
.dlt-step.is-active .dlt-step-state{color:var(--blue)}
@media(prefers-reduced-motion:reduce){.dlt-step.is-active .dlt-step-dot{animation:none}}

.dlt-console-error{background:#FEF3EE;border:1px solid #F3C9AE;border-radius:var(--radius);padding:24px 26px}
.dlt-console-error b{color:var(--red);font-size:15px;display:block;margin-bottom:4px}
.dlt-console-error p{margin:0 0 14px;color:var(--ink);font-size:14px}

/* ==========================================================================
   Verdict — the visual anchor of the results view. Single statement of
   state (glyph + heading) instead of a heading duplicated by a small pill.
   ========================================================================== */
.dlt-verdict{border:1px solid var(--border);border-left-width:4px;border-radius:var(--radius);padding:22px 26px;background:var(--white);margin-bottom:14px}
.dlt-verdict.is-valid{border-left-color:var(--teal)}
.dlt-verdict.is-invalid{border-left-color:var(--red)}
.dlt-verdict.is-neutral{border-left-color:var(--border)}

.dlt-verdict-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:8px;flex-wrap:wrap}
.dlt-verdict-badge{display:flex;align-items:center;gap:10px;margin:0;font-size:18px;font-weight:800;letter-spacing:.01em;text-transform:uppercase;color:var(--navy)}
.dlt-verdict-badge.is-valid{color:#0A6B61}
.dlt-verdict-badge.is-invalid{color:var(--red)}
.dlt-verdict-badge.is-neutral{color:var(--navy)}
.dlt-verdict-glyph{font-size:.9em}
.dlt-verdict-confidence{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:5px 12px;flex-shrink:0}

.dlt-verdict-summary{margin:0;font-size:14.5px;color:var(--muted);line-height:1.6;max-width:68ch}

/* ==========================================================================
   Primary result metrics — value first (large), label below (caption).
   ========================================================================== */
.dlt-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--white);margin-bottom:18px}
.dlt-metric-tile{padding:14px 16px;border-right:1px solid var(--border);display:flex;flex-direction:column;justify-content:center;min-height:64px}
.dlt-metric-tile:last-child{border-right:0}
.dlt-metric-value{font-size:18px;font-weight:800;color:var(--navy);margin-bottom:4px;word-break:break-word;overflow-wrap:anywhere}
.dlt-metric-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}

/* ==========================================================================
   Shared block chrome for sections inside the results dashboard.
   ========================================================================== */
.dlt-block{padding:18px 0;border-top:1px solid var(--border)}
.dlt-block-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}
.dlt-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 14px}
.dlt-block-head .dlt-section-label{margin-bottom:0}
.dlt-block-count{font-size:12px;color:var(--muted);font-weight:600}

.dlt-fact-list{display:flex;flex-direction:column;gap:11px}
.dlt-fact{display:flex;justify-content:space-between;align-items:baseline;gap:16px}
.dlt-fact-label{font-size:12px;color:var(--muted);flex-shrink:0}
.dlt-fact-value{font-size:13.5px;font-weight:600;color:var(--ink);text-align:right;word-break:break-word;overflow-wrap:anywhere}

/* ==========================================================================
   Connection ↔ resolver comparison — the signature component. A subtle
   horizontal relation strip (not a boxed connector) links the two cards,
   shown only when the backend has reported an affinity signal.
   ========================================================================== */
.dlt-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.dlt-compare-col{border:1px solid var(--border);border-radius:var(--radius-sm);padding:16px 18px;background:var(--bg)}
.dlt-compare-col-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);margin-bottom:10px}

.dlt-relation-strip{display:flex;align-items:center;gap:10px;margin:14px 0 0}
.dlt-relation-line{flex:1;height:1px;background:var(--border)}
.dlt-relation-pill{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#E6F5F3;color:#0A6B61;border:1px solid #BFE5E0;font-size:12px;font-weight:700}

.dlt-affinity-note{margin-top:10px;display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--ink);background:#E6F5F3;border:1px solid #BFE5E0;border-radius:var(--radius-sm);padding:12px 14px}
.dlt-affinity-note-icon{flex-shrink:0;color:#0A6B61;font-weight:700}
.dlt-affinity-note-body strong{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#0A6B61;margin-bottom:3px}
.dlt-affinity-note-body span{color:var(--ink)}

/* ==========================================================================
   Resolver table — fixed layout so column widths are predictable: wide for
   Resolver/Provider, nowrap for the compact Network/Type identifiers. Real
   <table> semantics on desktop, converts to stacked label/value rows at
   <=768px without changing the DOM.
   ========================================================================== */
.dlt-table-wrap{overflow-x:auto}
.dlt-resolver-table{width:100%;table-layout:fixed;border-collapse:collapse;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:13.5px}
.dlt-resolver-table th,.dlt-resolver-table td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dlt-resolver-table thead th{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);background:var(--bg)}
.dlt-resolver-table tbody tr:last-child td{border-bottom:0}

.dlt-resolver-table th:nth-child(1),.dlt-resolver-table td:nth-child(1){width:36%;white-space:normal;overflow-wrap:anywhere;text-overflow:clip}
.dlt-resolver-table th:nth-child(2),.dlt-resolver-table td:nth-child(2){width:28%;white-space:normal;overflow-wrap:break-word;text-overflow:clip}
.dlt-resolver-table th:nth-child(3),.dlt-resolver-table td:nth-child(3){width:20%}
.dlt-resolver-table th:nth-child(4),.dlt-resolver-table td:nth-child(4){width:16%}

.dlt-type-badge{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--muted);background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:3px 10px}

/* ==========================================================================
   Evidence panel ("what we observed") — compact diagnostic-report entries:
   a headline plus one supporting line, not a single flat sentence.
   ========================================================================== */
.dlt-evidence-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.dlt-evidence-list li{display:flex;align-items:flex-start;gap:10px}
.dlt-evidence-check{flex-shrink:0;color:var(--teal);font-weight:700;font-size:14px;line-height:1.5}
.dlt-evidence-body{display:flex;flex-direction:column;gap:2px}
.dlt-evidence-headline{font-size:13.5px;font-weight:700;color:var(--ink)}
.dlt-evidence-detail{font-size:13px;color:var(--muted);line-height:1.55}

.dlt-disclosure{margin-top:14px;padding-top:12px;border-top:1px solid var(--border)}
.dlt-disclosure summary{cursor:pointer;font-size:12.5px;font-weight:700;color:var(--blue);list-style:none}
.dlt-disclosure summary::-webkit-details-marker{display:none}
.dlt-disclosure summary::before{content:"\203A";display:inline-block;margin-right:5px;transition:transform .15s}
.dlt-disclosure[open] summary::before{transform:rotate(90deg)}
.dlt-disclosure summary:focus-visible{outline:3px solid var(--teal);outline-offset:2px;border-radius:4px}
.dlt-signal-raw-list{margin:10px 0 0;padding:0;list-style:none}
.dlt-signal-raw-list li{font:600 12px var(--font-mono);color:var(--muted);padding:3px 0;word-break:break-word;overflow-wrap:anywhere}

.dlt-run-again-row{padding-top:16px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.dlt-run-again-note{font-size:12.5px;color:var(--muted)}

/* ==========================================================================
   Educational cards — 2x2 grid with small category eyebrows, not a blog
   article.
   ========================================================================== */
.dlt-guide{padding:24px 0 40px}
.dlt-guide-head{max-width:640px;margin:0 auto 20px;text-align:center}
.dlt-guide-head h2{font-size:22px;margin:0 0 6px;color:var(--navy)}
.dlt-guide-head p{margin:0;color:var(--muted);font-size:14px}
.dlt-guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:900px;margin:0 auto}
.dlt-guide-card{border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px;background:var(--white)}
/* Kicker stays visually secondary to the question through size/weight alone (10px vs the
   h3's 14.5px/700) — the established blue kicker color convention (matches every other
   diagnostic page's eyebrow) is kept unchanged. */
.dlt-guide-eyebrow{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--blue);margin-bottom:5px}
.dlt-guide-card h3{font-size:14.5px;font-weight:700;margin:0 0 6px;color:var(--ink)}
.dlt-guide-card p{margin:0;font-size:13px;line-height:1.5;color:var(--muted);max-width:56ch}

/* ==========================================================================
   Methodology — signature stepper: numbered nodes on a single continuous
   line (desktop), a continuous vertical line (mobile).
   ========================================================================== */
.dlt-methodology{padding:8px 0 44px;border-top:1px solid var(--border)}
.dlt-methodology-head{text-align:center;margin-bottom:22px}
.dlt-methodology-head h2{font-size:20px;margin:0;color:var(--navy)}

/* One restrained surface groups the pipeline and its trust meta-row — matches the
   established pattern already used on the WebRTC Leak Test's own methodology section. */
.dlt-pipeline-surface{max-width:1100px;margin:0 auto;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:24px 26px 18px}

.dlt-pipeline{position:relative;list-style:none;margin:0;padding:0;display:flex;justify-content:space-between;gap:20px}
.dlt-pipeline::before{content:'';position:absolute;top:10px;left:11px;right:11px;height:1px;background:var(--border);opacity:.8;z-index:0}
.dlt-pipeline-step{flex:1;position:relative;z-index:1;text-align:left}
/* Titles carry the weight now; the index is a small deemphasized marker, not a bold
   numbered badge competing with the step name for attention. */
.dlt-pipeline-index{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--white);border:1.5px solid var(--border);color:var(--blue);font-family:var(--font-mono);font-size:10px;font-weight:700;margin-bottom:8px}
.dlt-pipeline-title{display:block;font-size:14px;font-weight:800;color:var(--ink);margin-bottom:4px}
.dlt-pipeline-desc{display:block;font-size:12px;color:var(--muted);line-height:1.45}
.dlt-methodology-footer{text-align:center;margin:14px 0 0;padding-top:14px;border-top:1px solid var(--border);font-size:12px;color:var(--muted)}

/* ==========================================================================
   Responsive: 1024 / 768 / 480.
   ========================================================================== */
@media(max-width:1024px){
	.dlt-hero-grid{grid-template-columns:1fr}
	.dlt-hero-connection{max-width:480px}
	.dlt-metrics{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:768px){
	.dlt-hero{padding:44px 0 32px}
	.dlt-hero-connection{max-width:100%}
	.dlt-run-row{flex-direction:column;align-items:flex-start;gap:10px}
	.dlt-metrics{grid-template-columns:1fr 1fr}
	.dlt-compare-grid{grid-template-columns:1fr}
	.dlt-relation-strip{display:none}
	.dlt-guide-grid{grid-template-columns:1fr}

	.dlt-pipeline-surface{padding:20px 18px 16px}
	.dlt-pipeline{flex-direction:column;gap:18px}
	.dlt-pipeline::before{top:0;bottom:0;left:9px;right:auto;width:1px;height:auto}
	.dlt-pipeline-step{padding-left:30px}
	.dlt-pipeline-index{position:absolute;left:0;top:0;margin-bottom:0}

	/* Table -> stacked rows, same DOM, no data lost or duplicated markup. */
	.dlt-resolver-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
	.dlt-resolver-table,.dlt-resolver-table tbody,.dlt-resolver-table tr,.dlt-resolver-table td{display:block;width:100%}
	.dlt-resolver-table tr{border-bottom:1px solid var(--border);padding:10px 0}
	.dlt-resolver-table tr:last-child{border-bottom:0}
	.dlt-resolver-table td{border-bottom:0;padding:5px 14px;display:flex;justify-content:space-between;gap:12px;text-align:right;white-space:normal;overflow-wrap:anywhere;text-overflow:clip}
	.dlt-resolver-table td::before{content:attr(data-label);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);text-align:left;flex-shrink:0}
}

@media(max-width:480px){
	.dlt-metrics{grid-template-columns:1fr}
	.dlt-metric-tile{border-right:0!important;border-bottom:1px solid var(--border)}
	.dlt-metric-tile:last-child{border-bottom:0}
	.dlt-verdict,.dlt-console-idle,.dlt-console-progress,.dlt-console-error{padding:18px}
	.dlt-idle-facts{grid-template-columns:1fr}
	.dlt-fact{flex-direction:column;align-items:flex-start;gap:3px}
	.dlt-fact-value{text-align:left}
	.dlt-run-row .dlt-btn{width:100%}
	.dlt-run-again-row{flex-direction:column;align-items:flex-start;gap:8px}
}

/* ==========================================================================
   Deep Scan UI v1 — additive only. Mode selector, deep-count progress
   readout, deep summary tiles (reuses .dlt-metrics), and extended resolver
   table columns for deep mode. Nothing above this line was changed.
   ========================================================================== */

.dlt-mode-selector{display:flex;gap:8px;margin:14px 0 16px;padding:0;border:0;flex-wrap:wrap}
.dlt-mode-selector legend{padding:0}
.dlt-mode-option{position:relative;flex:1;min-width:200px;display:block;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-sm);padding:9px 12px;cursor:pointer;background:rgba(255,255,255,.03);transition:border-color .15s,background .15s}
.dlt-mode-option input{position:absolute;opacity:0;width:1px;height:1px;margin:0}
.dlt-mode-option-title{display:block;font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#fff;margin-bottom:2px}
.dlt-mode-option-desc{display:block;font-size:11px;color:#9DB4D6}
.dlt-mode-option.is-active,.dlt-mode-option:has(input:checked){border-color:var(--teal);background:rgba(15,143,131,.16)}
.dlt-mode-option.is-focused,.dlt-mode-option:has(input:focus-visible){outline:3px solid var(--teal);outline-offset:2px}

.dlt-deep-progress{margin-top:14px;padding-top:14px;border-top:1px solid var(--border);text-align:center}
.dlt-deep-progress-counts{margin:0 0 4px;font-size:16px;font-weight:800;color:var(--navy);font-variant-numeric:tabular-nums}
.dlt-deep-progress-resolvers{margin:0;font-size:12.5px;color:var(--muted)}

.dlt-result-mode-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 10px}

.dlt-block-subtitle{margin:-6px 0 14px;font-size:12.5px;color:var(--muted)}

/* Deep-mode resolver table: 8 compact columns instead of the 4-column quick
   layout. Scoped entirely to .is-deep so the quick-mode table rules above
   are untouched. */
.dlt-resolver-table.is-deep th:nth-child(1),.dlt-resolver-table.is-deep td:nth-child(1){width:20%;white-space:normal;overflow-wrap:anywhere;text-overflow:clip}
.dlt-resolver-table.is-deep th:nth-child(2),.dlt-resolver-table.is-deep td:nth-child(2){width:15%;white-space:normal;overflow-wrap:break-word;text-overflow:clip}
.dlt-resolver-table.is-deep th:nth-child(3),.dlt-resolver-table.is-deep td:nth-child(3){width:10%}
.dlt-resolver-table.is-deep th:nth-child(4),.dlt-resolver-table.is-deep td:nth-child(4){width:13%}
.dlt-resolver-table.is-deep th:nth-child(5),.dlt-resolver-table.is-deep td:nth-child(5){width:11%}
.dlt-resolver-table.is-deep th:nth-child(6),.dlt-resolver-table.is-deep td:nth-child(6){width:9%}
.dlt-resolver-table.is-deep th:nth-child(7),.dlt-resolver-table.is-deep td:nth-child(7){width:11%}
.dlt-resolver-table.is-deep th:nth-child(8),.dlt-resolver-table.is-deep td:nth-child(8){width:11%}

@media(max-width:768px){
	.dlt-mode-selector{margin:16px 0 2px}
}


/* ==========================================================================
   Related connection tools - Phase UX2-C shared component.
   The same markup and rules are duplicated into each Connection & Privacy
   page stylesheet on purpose; a global consolidation is deferred past V1.
   All colours come from design tokens in the frozen global style.css.
   ========================================================================== */
.rel-tools-section {
	padding: 8px 0 64px;
	background: var(--bg);
}
.rel-tools-head {
	max-width: 640px;
	margin: 0 0 20px;
}
.rel-tools-head h2 {
	font-size: clamp(20px, 2.2vw, 26px);
	color: var(--navy);
	margin: 0 0 8px;
	line-height: 1.2;
}
.rel-tools-head p {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--muted);
}
.rel-tools-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.rel-tool-card {
	display: flex;
	flex-direction: column;
	padding: 20px;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: var(--white);
	box-shadow: var(--shadow-sm);
}
.rel-tool-name {
	font-size: 16px;
	color: var(--navy);
	margin: 0 0 8px;
	line-height: 1.25;
	overflow-wrap: anywhere;
}
.rel-tool-desc {
	margin: 0 0 16px;
	font-size: 13.5px;
	line-height: 1.55;
	color: var(--ink);
}
.rel-tool-cta {
	margin-top: auto;
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13.5px;
	font-weight: 700;
	color: var(--blue);
	text-decoration: none;
	overflow-wrap: anywhere;
}
.rel-tool-card:hover {
	border-color: #C3D2E4;
	box-shadow: var(--shadow-md);
}
.rel-tool-cta:hover,
.rel-tool-cta:focus-visible {
	color: #1D4FC4;
	text-decoration: underline;
}
@media (max-width: 960px) {
	.rel-tools-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 600px) {
	.rel-tools-grid {
		grid-template-columns: 1fr;
	}
}
