.dns-propagation-check{--dpc-surface: var(--color-bg);--dpc-ink: var(--color-text);--dpc-muted: var(--color-text-muted);--dpc-border: var(--color-border);--dpc-accent: var(--color-primary);--dpc-warn: var(--color-warning);--dpc-warn-soft: color-mix(in srgb, var(--color-warning) 15%, var(--color-bg));--dpc-error: var(--color-danger);--dpc-error-soft: color-mix(in srgb, var(--color-danger) 15%, var(--color-bg));--dpc-ok: var(--color-success);--dpc-ok-soft: color-mix(in srgb, var(--color-success) 15%, var(--color-bg))}.dns-propagation-check__form{margin-top:16px;padding:20px;background:var(--color-bg);border:1px solid var(--dpc-border);border-radius:var(--wc-radius-md);display:grid;gap:14px}.dns-propagation-check__fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}.dns-propagation-check__toggles{display:flex;flex-wrap:wrap;gap:16px}.dns-propagation-check__toggle{display:inline-flex;align-items:center;gap:8px;font-size:.9rem;color:var(--dpc-muted)}.dns-propagation-check__actions{display:flex;flex-wrap:wrap;gap:12px}.dns-propagation-check__validation{margin:0;color:var(--dpc-error);font-weight:650}.dns-propagation-check__validation:empty{display:none}.dns-propagation-check__hint{margin:0;color:var(--dpc-muted);font-size:.85rem}.dns-propagation-check__status{margin-top:16px;font-weight:650}.dns-propagation-check__status:empty{display:none}.dns-propagation-check__error{margin-top:14px;padding:14px 16px;border-radius:var(--wc-radius-md);border:1px solid color-mix(in srgb,var(--dpc-error) 25%,transparent);background:var(--dpc-error-soft);display:grid;gap:10px}.dns-propagation-check__error[hidden]{display:none}.dns-propagation-check__error-text{margin:0;color:var(--dpc-error);font-weight:700}.dns-propagation-check__results{margin-top:16px;display:grid;gap:18px}.dns-propagation-check__results[hidden]{display:none}.dns-propagation-check__result-group{padding:14px 16px;border-radius:var(--wc-radius-md);border:1px solid var(--dpc-border);background:var(--color-surface)}.dns-propagation-check__result-group-title{margin:0 0 4px;font-weight:700;font-size:.95rem}.dns-propagation-check__result-group-subtitle{margin:0 0 12px;color:var(--dpc-muted);font-size:.85rem}.dns-propagation-check__table-scroll{overflow-x:auto}.dns-propagation-check__table{width:100%;border-collapse:collapse;font-size:.88rem}.dns-propagation-check__table th,.dns-propagation-check__table td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--dpc-border);vertical-align:top}.dns-propagation-check__table th{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--dpc-muted);white-space:nowrap}.dns-propagation-check__resolver{font-weight:650;white-space:nowrap}.dns-propagation-check__resolver-ip{display:block;color:var(--dpc-muted);font-size:.8rem;font-family:var(--wc-font-mono)}.dns-propagation-check__answers{font-family:var(--wc-font-mono);white-space:pre-wrap;word-break:break-word}.dns-propagation-check__badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:700;white-space:nowrap}.dns-propagation-check__badge--ok{color:var(--dpc-ok);background:var(--dpc-ok-soft)}.dns-propagation-check__badge--warn{color:var(--dpc-warn);background:var(--dpc-warn-soft)}.dns-propagation-check__badge--error{color:var(--dpc-error);background:var(--dpc-error-soft)}.dns-propagation-check__match--yes{color:var(--dpc-ok);font-weight:700}.dns-propagation-check__match--no{color:var(--dpc-error);font-weight:700}.dns-propagation-check__history{margin:18px 0 12px;padding:14px 16px;border-radius:var(--wc-radius-md);border:1px solid var(--dpc-border);background:var(--color-surface)}.dns-propagation-check__history-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.dns-propagation-check__history-actions{display:flex;gap:12px;align-items:baseline}.dns-propagation-check__history-title{margin:0;font-size:.95rem;font-weight:650}button.dns-propagation-check__history-title-button,button.dns-propagation-check__history-clear{border:none;background:transparent;color:var(--dpc-muted);font-weight:650;cursor:pointer;padding:0}.dns-propagation-check__history-title-button{display:inline-flex;align-items:center;gap:8px}.dns-propagation-check__history-title-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:6px;border:1px solid var(--dpc-border);color:var(--dpc-accent);font-size:.9rem;line-height:1}button.dns-propagation-check__history-clear[disabled]{opacity:.6;cursor:not-allowed}.dns-propagation-check__history--collapsed .dns-propagation-check__history-content{display:none}.dns-propagation-check__history-empty{margin:8px 0 0;color:var(--dpc-muted);font-size:.9rem}.dns-propagation-check__history-list{list-style:none;padding:0;margin:10px 0 0;display:grid;gap:8px}.dns-propagation-check__history-item{display:flex;align-items:center;justify-content:space-between;gap:12px}button.dns-propagation-check__history-button{border:none;background:transparent;padding:0;text-align:left;cursor:pointer;color:var(--dpc-accent);font-weight:650}button.dns-propagation-check__history-button:hover,button.dns-propagation-check__history-button:focus{background:transparent;color:var(--dpc-accent);text-decoration:underline}.dns-propagation-check__history-time{color:var(--dpc-muted);font-size:.82rem;white-space:nowrap}@media(max-width:640px){.dns-propagation-check__actions{justify-content:stretch}}
