@keyframes toastSlideIn{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes toastSlideOut{from{transform:translateY(0);opacity:1}to{transform:translateY(20px);opacity:0}}@keyframes toolResultIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes wizardFadeIn{from{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}:root{--uh-accent: #f43f5e;--uh-accent-hover: #e11d48;--uh-accent-glow: rgba(var(--tool-accent-rgb, 37, 99, 235), 0.15);--uh-ok: #22c55e;--uh-redirect: #f59e0b;--uh-error: #ef4444}.urlHealthCheckPage{min-height:100vh;background:var(--color-bg-secondary, #f8fafc);color:var(--color-text-primary, #0f172a);padding:32px 5% 48px;transition:background .3s ease,color .3s ease}.urlHealthCheck{max-width:900px;margin:0 auto;padding:0 16px}.urlHealthCheck__sectionTitle{font-size:2rem;font-weight:600;color:var(--color-text-primary, #0f172a);margin:0 0 16px}.urlHealthCheck__disclaimer{background:rgba(var(--tool-accent-rgb, 37, 99, 235), 0.06);border:1px solid rgba(var(--tool-accent-rgb, 37, 99, 235), 0.2);border-radius:12px;padding:8px 16px;display:flex;align-items:flex-start;gap:8px;margin-bottom:24px}.urlHealthCheck__disclaimerIcon{font-size:1.8rem;flex-shrink:0;margin-top:2px}.urlHealthCheck__disclaimerText{font-size:1.5rem;color:var(--color-text-secondary, #475569);line-height:1.4;margin:0}.urlHealthCheck__disclaimerText strong{color:var(--color-text-primary, #0f172a)}.urlHealthCheck__inputSection{background:var(--color-bg-card, #ffffff);border:1px solid var(--color-border, #e2e8f0);border-radius:16px;padding:24px;margin-bottom:24px}.urlHealthCheck__textarea{width:100%;padding:14px 18px;background:var(--color-bg-input, #f1f5f9);border:1px solid var(--color-border, #e2e8f0);border-radius:8px;color:var(--color-text-primary, #0f172a);font-size:1.6rem;line-height:1.5;transition:border-color .15s cubic-bezier(0.22, 1, 0.36, 1),background .15s cubic-bezier(0.22, 1, 0.36, 1);min-height:120px;resize:vertical;line-height:1.6;font-family:"Roboto Mono",monospace;font-size:1.4rem;min-height:160px;resize:vertical}.urlHealthCheck__textarea::-moz-placeholder{color:var(--color-text-muted, #94a3b8)}.urlHealthCheck__textarea::placeholder{color:var(--color-text-muted, #94a3b8)}.urlHealthCheck__textarea:focus{outline:none;border-color:var(--color-accent, #2563eb);box-shadow:0 0 0 1px var(--color-accent, #2563eb)}.urlHealthCheck__textarea:focus-visible{outline:none}.urlHealthCheck__textarea:focus{border-color:var(--uh-accent);box-shadow:0 0 0 1px var(--uh-accent)}.urlHealthCheck__inputActions{display:flex;align-items:center;justify-content:space-between;margin-top:8px;gap:8px;flex-wrap:wrap}.urlHealthCheck__urlCount{font-size:1.4rem;color:var(--color-text-secondary, #475569)}.urlHealthCheck__checkBtn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;min-height:48px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1.6rem;font-weight:600;cursor:pointer;transition:background .15s cubic-bezier(0.22, 1, 0.36, 1),box-shadow .15s cubic-bezier(0.22, 1, 0.36, 1);text-decoration:none;background:var(--uh-accent);padding:10px 28px}.urlHealthCheck__checkBtn:hover{background:#1d4ed8;box-shadow:0 4px 14px rgba(37,99,235,.15)}.urlHealthCheck__checkBtn:active{background:#1555e2}.urlHealthCheck__checkBtn:focus-visible{outline:2px solid #1d4ed8;outline-offset:2px}.urlHealthCheck__checkBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.urlHealthCheck__checkBtn:hover{background:var(--uh-accent-hover)}.urlHealthCheck__summary{display:grid;grid-template-columns:repeat(4, 1fr);gap:16px;margin-bottom:24px}@media screen and (max-width: 768px){.urlHealthCheck__summary{grid-template-columns:repeat(2, 1fr)}}.urlHealthCheck__summaryCard{background:var(--color-bg-card, #ffffff);border:1px solid var(--color-border, #e2e8f0);border-radius:16px;padding:24px;margin-bottom:24px;padding:16px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px;margin-bottom:0}.urlHealthCheck__summaryCard_type_ok .urlHealthCheck__summaryNum{color:var(--uh-ok)}.urlHealthCheck__summaryCard_type_redirect .urlHealthCheck__summaryNum{color:var(--uh-redirect)}.urlHealthCheck__summaryCard_type_error .urlHealthCheck__summaryNum{color:var(--uh-error)}.urlHealthCheck__summaryNum{font-size:2.8rem;font-weight:700;color:var(--color-text-primary, #0f172a);line-height:1}.urlHealthCheck__summaryLabel{font-size:1.4rem;color:var(--color-text-secondary, #475569)}.urlHealthCheck__resultsSection{background:var(--color-bg-card, #ffffff);border:1px solid var(--color-border, #e2e8f0);border-radius:16px;padding:24px;margin-bottom:24px;padding:0;overflow:hidden}.urlHealthCheck__resultsHeader{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--color-border, #e2e8f0);flex-wrap:wrap;gap:8px}.urlHealthCheck__exportBtn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;min-height:48px;background:rgba(0,0,0,0);color:var(--color-text-primary, #0f172a);border:1px solid var(--color-border, #e2e8f0);border-radius:8px;font-size:1.6rem;font-weight:600;cursor:pointer;transition:border-color .15s cubic-bezier(0.22, 1, 0.36, 1),color .15s cubic-bezier(0.22, 1, 0.36, 1),background .15s cubic-bezier(0.22, 1, 0.36, 1);text-decoration:none;padding:8px 18px;font-size:1.5rem}.urlHealthCheck__exportBtn:hover{border-color:#2563eb;color:#2563eb;background:rgba(37,99,235,.08)}.urlHealthCheck__exportBtn:active{background:rgba(37,99,235,.12)}.urlHealthCheck__exportBtn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.urlHealthCheck__exportBtn:disabled{opacity:.5;cursor:not-allowed}.urlHealthCheck__tableWrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.urlHealthCheck__table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;width:100%;min-width:600px}.urlHealthCheck__table th,.urlHealthCheck__table td{padding:12px 16px;text-align:left;border-bottom:1px solid #e2e8f0}.urlHealthCheck__table th{background:#f8fafc;font-weight:600;color:#0f172a;font-size:1.5rem}.urlHealthCheck__table td{color:#475569}.urlHealthCheck__table tr:last-child td{border-bottom:none}.urlHealthCheck__table tr:hover td{background:rgba(37,99,235,.05)}.urlHealthCheck__statusBadge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:1.2rem;font-weight:600;font-family:"Roboto Mono",monospace}.urlHealthCheck__statusBadge_type_ok{background:rgba(34,197,94,.12);color:#15803d}.urlHealthCheck__statusBadge_type_redirect{background:rgba(245,158,11,.12);color:#b45309}.urlHealthCheck__statusBadge_type_error{background:rgba(239,68,68,.12);color:#ef4444}.urlHealthCheck__statusBadge_type_cors{background:rgba(148,163,184,.15);color:#94a3b8}.urlHealthCheck__urlCell{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:"Roboto Mono",monospace;font-size:1.2rem}.urlHealthCheck__responseTime{font-family:"Roboto Mono",monospace;font-size:1.4rem;color:var(--color-text-secondary, #475569)}.urlHealthCheck__redirectChain{font-size:1.2rem;color:var(--color-text-secondary, #475569);font-family:"Roboto Mono",monospace}.urlHealthCheck__progress{padding:16px 24px;border-top:1px solid var(--color-border, #e2e8f0);display:flex;flex-direction:column;gap:8px}.urlHealthCheck__progressBar{height:4px;background:#e2e8f0;border-radius:999px;overflow:hidden}.urlHealthCheck__progressFill{height:100%;background:var(--uh-accent);border-radius:999px;transition:width .2s ease}.urlHealthCheck__progressText{font-size:1.4rem;color:var(--color-text-secondary, #475569)}