:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.app-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.app-content{max-width:1200px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:40px}.app-title{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:8px;text-align:center}.app-subtitle{font-size:1.1rem;color:#718096;text-align:center;margin-bottom:32px}.input-section{margin-bottom:24px}.input-label{display:block;font-size:.95rem;font-weight:600;color:#2d3748;margin-bottom:8px}.url-textarea{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;resize:vertical;transition:border-color .2s}.url-textarea:focus{outline:none;border-color:#667eea}.url-textarea:disabled{background-color:#f7fafc;cursor:not-allowed}.input-hint{margin-top:8px;font-size:.85rem;color:#718096}.delay-setting{margin-top:12px;padding:12px;background:#f7fafc;border-radius:6px;border:1px solid #e2e8f0}.delay-label{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:500;color:#2d3748;flex-wrap:wrap}.delay-input{padding:6px 12px;border:1px solid #cbd5e0;border-radius:4px;font-size:.9rem;width:100px;text-align:center}.delay-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.delay-input:disabled{background-color:#edf2f7;cursor:not-allowed}.delay-hint{font-size:.8rem;color:#718096;font-weight:400}.bypass-checkbox{display:flex;align-items:center;gap:8px;margin-top:12px;padding:8px;background:#fff3cd;border-radius:6px;border:1px solid #ffc107;cursor:pointer;transition:background .2s}.bypass-checkbox:hover{background:#ffe69c}.bypass-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#ffc107}.bypass-checkbox input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.bypass-label-text{font-size:.9rem;color:#856404;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none}.button-group{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-success{background:#48bb78;color:#fff}.btn-success:hover{background:#38a169;transform:translateY(-2px);box-shadow:0 4px 12px #48bb7866}.btn-purple{background:#805ad5;color:#fff}.btn-purple:hover{background:#6b46c1;transform:translateY(-2px);box-shadow:0 4px 12px #805ad566}.progress-section{margin-bottom:24px}.progress-bar{width:100%;height:8px;background-color:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.progress-text{text-align:center;font-size:.9rem;color:#718096}.results-section{margin-top:32px}.results-title{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:16px}.table-container{overflow-x:auto;border-radius:8px;border:1px solid #e2e8f0}.results-table{width:100%;border-collapse:collapse;background:#fff}.results-table thead{background:#f7fafc}.results-table th{padding:12px 16px;text-align:left;font-size:.85rem;font-weight:600;color:#4a5568;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e2e8f0}.results-table td{padding:12px 16px;border-bottom:1px solid #e2e8f0;font-size:.9rem}.results-table tbody tr:hover{background:#f7fafc}.results-table tbody tr:last-child td{border-bottom:none}.url-cell{max-width:300px;word-break:break-all}.url-link{color:#667eea;text-decoration:none;font-weight:500}.url-link:hover{text-decoration:underline}.title-cell{max-width:400px;word-break:break-word}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:.85rem;font-weight:600}.status-badge-green{background:#c6f6d5;color:#22543d}.status-badge-blue{background:#bee3f8;color:#2c5282}.status-badge-yellow{background:#faf089;color:#744210}.status-badge-red{background:#fed7d7;color:#742a2a}.status-badge-gray{background:#e2e8f0;color:#4a5568}.status-badge-cloudflare{background:#fbbf24;color:#78350f;font-weight:700}.cloudflare-warning{color:#d97706;font-weight:600;font-size:.85rem;cursor:help}.text-na{color:#a0aec0}.error-text{color:#e53e3e;font-size:.85rem}.success-text{color:#48bb78;font-weight:600}.empty-state{text-align:center;padding:60px 20px;color:#718096;font-size:1.1rem}@media(max-width:768px){.app-content{padding:24px}.app-title{font-size:2rem}.button-group{flex-direction:column}.btn{width:100%}.table-container{font-size:.85rem}.results-table th,.results-table td{padding:8px 12px}}
