/* =========================================================================
 * dns.css — GENERATED by tools/gen_tool_pages.php from the live capture
 * at tests/harvest/page-dns-checker.html.
 *
 * This page was already server-rendered HTML with a hand-written <style>
 * block, so this is that stylesheet extracted to a file, not a translation.
 *
 * Every rule is scoped under .tool-dns because the original styled bare
 * element selectors (body, header, main, h1) which would otherwise leak into
 * every other page sharing the stylesheet cascade.
 * ========================================================================= */

.tool-dns,
.tool-dns::before,
.tool-dns::after { box-sizing: border-box; margin: 0; padding: 0; }
.tool-dns { font-family: 'Inter', sans-serif; background: linear-gradient(135deg, #191F6C 0%, #0f1447 60%, #0a0e35 100%); min-height: 100vh; color: #fff; display: flex; flex-direction: column; }
.tool-dns a { text-decoration: none; color: inherit; }
.tool-dns header { padding: 24px 40px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,0.08); }
.tool-dns .logo-tagline { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 2px; font-weight: 400; }
.tool-dns .header-link { font-size: 13px; color: rgba(255,255,255,0.5); transition: color 0.15s; }
.tool-dns .header-link:hover { color: #009844; }
.tool-dns main { flex: 1; display: flex; flex-direction: column; align-items: center; padding: 48px 24px 72px; }
.tool-dns .back-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 36px; transition: color 0.15s; align-self: flex-start; max-width: 780px; width: 100%; }
.tool-dns .back-link:hover { color: #009844; }
.tool-dns .badge { display: inline-block; background: rgba(0,152,68,0.18); border: 1px solid rgba(0,152,68,0.4); color: #4cd87a; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 16px; }
.tool-dns h1 { font-size: clamp(26px, 4vw, 44px); font-weight: 800; text-align: center; line-height: 1.15; letter-spacing: -0.8px; max-width: 600px; margin-bottom: 12px; }
.tool-dns h1 span { color: #009844; }
.tool-dns .subtitle { font-size: 16px; color: rgba(255,255,255,0.6); text-align: center; max-width: 520px; line-height: 1.6; margin-bottom: 36px; }
.tool-dns .search-box { display: flex; gap: 10px; width: 100%; max-width: 600px; margin-bottom: 14px; }
.tool-dns .search-input { flex: 1; min-width: 0; padding: 14px 18px; border-radius: 14px; border: 1.5px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.07); color: #fff; font-size: 16px; font-family: 'Inter', sans-serif; outline: none; transition: border-color 0.2s; }
.tool-dns .search-input:focus { border-color: #009844; }
.tool-dns .search-input::placeholder { color: rgba(255,255,255,0.35); }
.tool-dns .search-btn { width: 100%; max-width: 600px; padding: 16px 28px; margin-top: 18px; margin-bottom: 28px; background: #009844; color: #fff; border: none; border-radius: 14px; font-size: 15px; font-weight: 700; cursor: pointer; font-family: 'Inter', sans-serif; transition: background 0.2s; white-space: nowrap; }
.tool-dns .search-btn:hover:not(:disabled) { background: #007a37; }
.tool-dns .search-btn:disabled { background: rgba(0,152,68,0.4); cursor: not-allowed; }
.tool-dns .input-error { width: 100%; max-width: 600px; text-align: center; font-size: 13px; color: #f87171; min-height: 20px; margin-bottom: 8px; }
.tool-dns .result-wrap { width: 100%; max-width: 780px; margin-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.tool-dns .spinner { width: 36px; height: 36px; border: 3px solid rgba(255,255,255,0.12); border-top-color: #009844; border-radius: 50%; animation: spin 0.8s linear infinite; margin: 48px auto; }
@keyframes spin {
.tool-dns to { transform: rotate(360deg); }
 
}
.tool-dns .summary-bar { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 20px 24px; }
.tool-dns .summary-label { font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 12px; }
.tool-dns .spill { display: flex; flex-wrap: wrap; gap: 8px; }
.tool-dns .s-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 100px; }
.tool-dns .s-pill.ok { background: rgba(0,152,68,0.18); border: 1px solid rgba(0,152,68,0.4); color: #4cd87a; }
.tool-dns .s-pill.fail { background: rgba(239,68,68,0.12); border: 1px solid rgba(239,68,68,0.35); color: #f87171; }
.tool-dns .s-pill.neutral { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.6); }
.tool-dns .sec-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; overflow: hidden; }
.tool-dns .sec-header { padding: 16px 24px; border-bottom: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; gap: 10px; }
.tool-dns .sec-icon { font-size: 18px; }
.tool-dns .sec-title { font-size: 15px; font-weight: 700; }
.tool-dns .sec-badge { margin-left: auto; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.05em; background: rgba(0,152,68,0.18); border: 1px solid rgba(0,152,68,0.3); color: #4cd87a; }
.tool-dns .sec-body { padding: 20px 24px; }
.tool-dns .dns-table { width: 100%; border-collapse: collapse; }
.tool-dns .dns-table th { text-align: left; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: rgba(255,255,255,0.4); padding: 0 12px 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.tool-dns .dns-table td { padding: 10px 12px 10px 0; font-size: 14px; color: rgba(255,255,255,0.85); border-bottom: 1px solid rgba(255,255,255,0.05); vertical-align: middle; }
.tool-dns .dns-table tr:last-child td { border-bottom: none; }
.tool-dns .mono { font-family: 'Courier New', monospace; font-size: 13px; font-weight: 600; }
.tool-dns .isp-badge { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 100px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.7); }
.tool-dns .priority-badge { display: inline-block; font-size: 12px; font-weight: 700; padding: 2px 8px; border-radius: 6px; background: rgba(0,152,68,0.15); color: #4cd87a; min-width: 36px; text-align: center; }
.tool-dns .auth-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 600px) {
.tool-dns .auth-grid { grid-template-columns: 1fr 1fr 1fr; }
 
}
.tool-dns .auth-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09); border-radius: 12px; padding: 16px; }
.tool-dns .auth-card-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: rgba(255,255,255,0.4); margin-bottom: 8px; }
.tool-dns .auth-status { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.tool-dns .auth-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.tool-dns .auth-dot.ok { background: #009844; box-shadow: 0 0 6px rgba(0,152,68,0.5); }
.tool-dns .auth-dot.fail { background: #ef4444; box-shadow: 0 0 6px rgba(239,68,68,0.4); }
.tool-dns .auth-status-text { font-size: 14px; font-weight: 700; }
.tool-dns .auth-value { font-size: 11px; font-family: 'Courier New', monospace; color: rgba(255,255,255,0.6); word-break: break-all; line-height: 1.5; background: rgba(0,0,0,0.25); border-radius: 8px; padding: 8px 10px; margin-top: 8px; }
.tool-dns .auth-reason { font-size: 11px; color: rgba(255,255,255,0.3); margin-bottom: 8px; font-style: italic; line-height: 1.4; }
.tool-dns .auth-tip { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 8px; line-height: 1.5; font-style: italic; }
.tool-dns .dkim-selector { font-size: 11px; font-family: 'Courier New', monospace; color: rgba(255,255,255,0.35); margin-top: 4px; word-break: break-all; }
.tool-dns .ns-list { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.tool-dns .ns-list li { font-size: 13px; font-weight: 500; font-family: 'Courier New', monospace; color: rgba(255,255,255,0.8); display: flex; align-items: center; gap: 8px; }
.tool-dns .ns-list li::before { content: "→"; color: #009844; font-style: normal; font-family: 'Inter', sans-serif; }
.tool-dns .txt-toggle { background: none; border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.5); font-size: 13px; font-weight: 600; padding: 8px 16px; border-radius: 8px; cursor: pointer; font-family: 'Inter', sans-serif; transition: color 0.15s, border-color 0.15s; display: block; margin-bottom: 10px; }
.tool-dns .txt-toggle:hover { color: #009844; border-color: rgba(0,152,68,0.35); }
.tool-dns .txt-list { display: flex; flex-direction: column; gap: 8px; }
.tool-dns .txt-collapsed { display: none; }
.tool-dns .txt-open { display: flex; }
.tool-dns .txt-item { font-size: 11px; font-family: 'Courier New', monospace; color: rgba(255,255,255,0.6); word-break: break-all; line-height: 1.5; background: rgba(0,0,0,0.2); border-radius: 8px; padding: 8px 10px; }
.tool-dns .no-data { font-size: 14px; color: rgba(255,255,255,0.35); font-style: italic; }
.tool-dns .not-delegated { background: rgba(251,191,36,0.08); border: 1px solid rgba(251,191,36,0.25); border-radius: 16px; padding: 32px; text-align: center; }
.tool-dns .nd-icon { font-size: 40px; margin-bottom: 14px; }
.tool-dns .nd-title { font-size: 18px; font-weight: 700; color: #fbbf24; margin-bottom: 10px; }
.tool-dns .nd-desc { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.7; }
.tool-dns .error-banner { background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.3); border-radius: 16px; padding: 24px; text-align: center; color: #f87171; font-size: 14px; }
.tool-dns .copy-btn { width: 100%; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); color: #fff; font-size: 14px; font-weight: 600; padding: 15px 24px; border-radius: 12px; cursor: pointer; font-family: 'Inter', sans-serif; transition: background 0.2s, border-color 0.2s; display: flex; align-items: center; justify-content: center; gap: 8px; }
.tool-dns .copy-btn:hover { background: rgba(0,152,68,0.18); border-color: rgba(0,152,68,0.4); }
.tool-dns .copy-btn.copied { background: rgba(0,152,68,0.25); border-color: rgba(0,152,68,0.5); color: #4cd87a; }
.tool-dns footer { padding: 28px 40px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.tool-dns footer p { font-size: 13px; color: rgba(255,255,255,0.4); }
.tool-dns footer a { color: rgba(255,255,255,0.55); transition: color 0.15s; }
.tool-dns footer a:hover { color: #009844; }

