.status-badge { display: inline-block; padding: 0.2rem 0.5rem; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }
        .status-working { background: #d1e7dd; color: #0f5132; }
        .status-broken { background: #f8d7da; color: #842029; }
        .status-redirect { background: #fff3cd; color: #856404; }
        .status-unknown { background: #e2e3e5; color: #383d41; }
        .result-table-container { max-height: 500px; overflow-y: auto; border: 1px solid #dee2e6; border-radius: 8px; }
        .result-table th { position: sticky; top: 0; background: #f8f9fc; z-index: 10; }
        .progress-bar-custom { height: 10px; background: #e9ecef; border-radius: 10px; overflow: hidden; }
        .progress-fill { width: 0%; height: 100%; background: #0d6efd; transition: width 0.2s; }
        .stat-card { background: #f8f9fc; border-radius: 12px; padding: 1rem; text-align: center; }
        .stat-number { font-size: 2rem; font-weight: 700; }
        .spinner-sm { width: 1rem; height: 1rem; border: 2px solid #e9ecef; border-top-color: #0d6efd; border-radius: 50%; animation: spin 0.6s linear infinite; display: inline-block; }
        @keyframes spin { to { transform: rotate(360deg); } }
        .link-truncate { max-width: 300px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }