
.loading-overlay[data-v-c8f49503] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-container[data-v-c8f49503] {
  width: 100%;
  max-width: 500px;
  padding: 3rem;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.loading-bar-container[data-v-c8f49503] {
  width: 100%;
}
.loading-bar[data-v-c8f49503] {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
}
.loading-progress[data-v-c8f49503] {
  height: 100%;
  background: white;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.loading-message[data-v-c8f49503] {
  font-size: 2rem;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 0.9;
  margin-bottom: 2rem;
}
.loading-steps[data-v-c8f49503] {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.5rem;
}
.loading-step[data-v-c8f49503] {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.step-indicator[data-v-c8f49503] {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
.step-text[data-v-c8f49503] {
  transition: color 0.3s ease;
}
.step-completed .step-text[data-v-c8f49503] {
  color: white;
  opacity: 1;
}
.step-active .step-text[data-v-c8f49503] {
  color: white;
  font-weight: bold;
}
.step-pending .step-text[data-v-c8f49503] {
  color: rgba(255, 255, 255, 0.2);
}
.font-display[data-v-c8f49503] { font-family: 'Lexend', sans-serif;
}
.animate-fade-in[data-v-c8f49503] {
  animation: fadeIn-c8f49503 0.6s ease-out forwards;
}
@keyframes fadeIn-c8f49503 {
from { opacity: 0; transform: translateY(10px);
}
to { opacity: 1; transform: translateY(0);
}
}

/* Transitions */
.loading-overlay-enter-active[data-v-c8f49503],
.loading-overlay-leave-active[data-v-c8f49503] {
  transition: opacity 0.4s ease;
}
.loading-overlay-enter-from[data-v-c8f49503],
.loading-overlay-leave-to[data-v-c8f49503] {
  opacity: 0;
}
.fractal-line[data-v-c8f49503] {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, white, transparent);
  animation: scan-c8f49503 3s infinite linear;
}
@keyframes scan-c8f49503 {
from { transform: translateY(-100vh);
}
to { transform: translateY(100vh);
}
}

/* ── 1995 MacOS System 7 minimal gray tone aesthetic ── */
.neural-sync-hud[data-v-132bfcef] {
  position: relative;
  background: #c0c0c0;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 10px;
  font-family: 'Geneva', 'Arial', sans-serif;
  color: #000000;
}
.neural-sync-hud.shimmer-active[data-v-132bfcef] {
  background: #a0a0a0;
}
.hud-background[data-v-132bfcef] {
  display: none;
}
.hud-content[data-v-132bfcef] {
  position: relative;
  z-index: 1;
}
.header[data-v-132bfcef] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  border-bottom: 1px solid #808080;
  padding-bottom: 4px;
}
.sync-status[data-v-132bfcef] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.pulse-dot[data-v-132bfcef] {
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 50%;
}
.status-text[data-v-132bfcef] {
  font-size: 0.75rem;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
.precision-lock[data-v-132bfcef] {
  font-size: 0.65rem;
  font-weight: bold;
  background: #ffffff;
  color: #000000;
  padding: 2px 6px;
  border: 1px solid #808080;
  border-bottom-color: #ffffff;
  border-right-color: #ffffff;
}
.metrics-grid[data-v-132bfcef] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}
.metric-card[data-v-132bfcef] {
  background: #ffffff;
  padding: 6px;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.label[data-v-132bfcef] {
  font-size: 0.6rem;
  color: #000000;
  margin-bottom: 2px;
  font-weight: bold;
}
.value[data-v-132bfcef] {
  font-size: 0.8rem;
  font-weight: normal;
  color: #000000;
  margin-bottom: 6px;
}
.bar-container[data-v-132bfcef] {
  height: 6px;
  background: #ffffff;
  border: 1px solid #808080;
  overflow: hidden;
}
.bar-fill[data-v-132bfcef] {
  height: 100%;
  background: #000000;
}
.horizon-bar[data-v-132bfcef] {
  background: #666666;
}
.tendril-cloud[data-v-132bfcef] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 8px;
}
.tendril-bite[data-v-132bfcef] {
  font-size: 0.65rem;
  color: #000000;
  background: #e0e0e0;
  padding: 2px 4px;
  border: 1px solid #808080;
}
.monologue-shimmer[data-v-132bfcef] {
  background: #ffffff;
  border: 1px solid #808080;
  padding: 4px;
}
.shimmer-text[data-v-132bfcef] {
  font-size: 0.75rem;
  font-style: italic;
  color: #000000;
}

.enhanced-invisible-char-checker[data-v-689f60cf] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

/* Enterprise Context Banner */
.enterprise-context-banner[data-v-689f60cf] {
  background: #1e1b2e;
  border: 1px solid #4c1d95;
  color: #c4b5fd;
  padding: 14px 20px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 0.9rem;
  line-height: 1.5;
}
.enterprise-context-banner p[data-v-689f60cf] {
  margin: 0 0 8px 0;
}
.enterprise-banner-link[data-v-689f60cf] {
  color: #a78bfa;
  font-weight: 600;
  text-decoration: none;
}
.enterprise-banner-link[data-v-689f60cf]:hover {
  text-decoration: underline;
}

/* Results Acknowledgment Modal */
.results-modal-overlay[data-v-689f60cf] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.results-modal[data-v-689f60cf] {
  background: #1a1625;
  border: 1px solid #6d28d9;
  border-radius: 12px;
  padding: 32px;
  max-width: 520px;
  width: 100%;
  color: #e2e8f0;
}
.results-modal h3[data-v-689f60cf] {
  margin: 0 0 16px 0;
  font-size: 1.2rem;
  color: #f1f5f9;
  font-weight: 700;
}
.results-modal p[data-v-689f60cf] {
  margin: 0 0 14px 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #cbd5e1;
}
.results-modal p strong[data-v-689f60cf] {
  color: #fbbf24;
}
.modal-disclaimer[data-v-689f60cf] {
  font-size: 0.82rem !important;
  color: #94a3b8 !important;
  border-top: 1px solid #334155;
  padding-top: 12px;
  margin-top: 4px;
}
.modal-actions[data-v-689f60cf] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}
.modal-understand-btn[data-v-689f60cf] {
  background: #7c3aed;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.modal-understand-btn[data-v-689f60cf]:hover {
  background: #6d28d9;
}
.modal-enterprise-link[data-v-689f60cf] {
  color: #a78bfa;
  font-size: 0.85rem;
  text-decoration: none;
  text-align: center;
}
.modal-enterprise-link[data-v-689f60cf]:hover {
  text-decoration: underline;
}

/* Main Content - Sharp Edges */
.tool-content[data-v-689f60cf] {
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 0;
  padding: 2rem;
}
.input-section h2[data-v-689f60cf] {
  margin: 0 0 0.5rem 0;
  color: #1f2937;
  font-size: 1.5rem;
  text-align: left;
}
.description[data-v-689f60cf] {
  color: #6b7280;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  text-align: left;
}
.controls[data-v-689f60cf] {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.controls button[data-v-689f60cf] {
  padding: 0.75rem 1.5rem;
  border: 2px solid transparent;
  border-radius: 0;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.analyze-button[data-v-689f60cf] {
  background: #10b981;
  color: white;
  border-color: #10b981;
}
.analyze-button[data-v-689f60cf]:hover:not(:disabled) {
  background: #059669;
  border-color: #059669;
}
.analyze-button[data-v-689f60cf]:disabled {
  background: #d1d5db;
  border-color: #d1d5db;
  cursor: not-allowed;
}
.clear-button[data-v-689f60cf] {
  background: #6b7280;
  color: white;
  border-color: #6b7280;
}
.clear-button[data-v-689f60cf]:hover {
  background: #4b5563;
  border-color: #4b5563;
}
.test-button[data-v-689f60cf] {
  background: #3b82f6;
  color: white;
  border-color: #3b82f6;
}
.test-button[data-v-689f60cf]:hover {
  background: #2563eb;
  border-color: #2563eb;
}
.malicious-pr-button[data-v-689f60cf] {
  background: #ef4444;
  color: white;
  border-color: #ef4444;
}
.malicious-pr-button[data-v-689f60cf]:hover {
  background: #dc2626;
  border-color: #dc2626;
}
.text-input[data-v-689f60cf] {
  width: 100%;
  min-height: 200px;
  padding: 1rem;
  border: 2px solid #d1d5db;
  border-radius: 0;
  font-family: 'Courier New', monospace;
  font-size: 0.9rem;
  line-height: 1.4;
  resize: vertical;
}
.text-input[data-v-689f60cf]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}

/* Results Section - Professional Sharp Edges */
.results-section[data-v-689f60cf] {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid #e5e7eb;
}
.stat-cards[data-v-689f60cf] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.stat-card[data-v-689f60cf] {
  background: #f9fafb;
  padding: 1rem;
  border: 2px solid #e5e7eb;
  border-radius: 0;
  text-align: left;
}
.stat-card.has-threats[data-v-689f60cf] {
  background: #fef2f2;
  border-color: #fca5a5;
  border-width: 2px;
}
.stat-number[data-v-689f60cf] {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
}
.stat-card.has-threats .stat-number[data-v-689f60cf] {
  color: #dc2626;
}
.stat-label[data-v-689f60cf] {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.25rem;
}

/* Meta-Analysis Section - Priority Display */
.meta-analysis-section[data-v-689f60cf] {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 2px solid #0ea5e9;
  border-radius: 0;
}
.meta-analysis-title[data-v-689f60cf] {
  color: #0c4a6e;
  margin: 0 0 0.5rem 0;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
}
.meta-analysis-description[data-v-689f60cf] {
  color: #075985;
  margin-bottom: 1rem;
  font-style: italic;
  text-align: left;
  font-size: 0.9rem;
}

/* Summary Statistics */
.meta-summary[data-v-689f60cf] {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #0ea5e9;
  border-radius: 0;
}
.summary-stats[data-v-689f60cf] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}
.summary-stat[data-v-689f60cf] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.75rem;
  background: white;
  border: 1px solid #e0f2fe;
  border-radius: 0;
}
.summary-stat .stat-value[data-v-689f60cf] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0c4a6e;
  line-height: 1;
}
.summary-stat .stat-label[data-v-689f60cf] {
  font-size: 0.75rem;
  color: #075985;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}

/* Inconclusive AI Detection Styling */
.summary-stat.inconclusive[data-v-689f60cf] {
  background: #fef3c7;
  border-color: #f59e0b;
}
.summary-stat.inconclusive .stat-value[data-v-689f60cf] {
  color: #92400e;
}
.summary-stat.inconclusive .stat-label[data-v-689f60cf] {
  color: #b45309;
}
.inconclusive-badge[data-v-689f60cf] {
  display: inline-block;
  font-size: 0.65rem;
  color: #92400e;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
}

/* Position Tags */
.attack-positions[data-v-689f60cf] {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e0f2fe;
}
.position-list[data-v-689f60cf] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 0.5rem;
}
.position-tag[data-v-689f60cf] {
  display: inline-block;
  padding: 0.125rem 0.375rem;
  background: #0ea5e9;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.2s;
}
.position-tag[data-v-689f60cf]:hover {
  background: #0284c7;
}
.position-more[data-v-689f60cf] {
  display: inline-block;
  padding: 0.125rem 0.375rem;
  background: #64748b;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: 0;
}
.meta-threats .threat-item[data-v-689f60cf] {
  background: white;
  border-left: 6px solid #0ea5e9;
  margin-bottom: 1rem;
}
.meta-threat[data-v-689f60cf] {
  box-shadow: 0 2px 4px rgba(14, 165, 233, 0.1);
}

/* Manifold Diagnostics Styling */
.manifold-diagnostics[data-v-689f60cf] {
  margin-top: 1.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.5);
  border: 1px dashed #0ea5e9;
  border-radius: 0;
}

/* Styles for title with badge */
.title-with-badge[data-v-689f60cf] {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.badge-fmm[data-v-689f60cf] {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 10px rgba(16, 185, 129, 0.2);
}
.manifold-title[data-v-689f60cf] {
  font-size: 0.8rem;
  font-weight: 700;
  color: #0c4a6e;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 1rem 0;
}
.manifold-grid[data-v-689f60cf] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
}
.manifold-metric[data-v-689f60cf] {
  display: flex;
  flex-direction: column;
}
.manifold-metric .metric-label[data-v-689f60cf] {
  font-size: 0.7rem;
  color: #075985;
  margin-bottom: 0.25rem;
}
.manifold-metric .metric-value[data-v-689f60cf] {
  font-size: 1rem;
  font-weight: 700;
  color: #0c4a6e;
  font-family: 'Courier New', monospace;
}
.metric-bar[data-v-689f60cf] {
  width: 100%;
  height: 4px;
  background: #e0f2fe;
  margin-top: 0.5rem;
  border-radius: 2px;
  overflow: hidden;
}
.metric-fill[data-v-689f60cf] {
  height: 100%;
  background: #0ea5e9;
  transition: width 1s ease-out;
}
.regular-threats-section[data-v-689f60cf] {
  margin-top: 2rem;
}
.regular-threats-title[data-v-689f60cf] {
  color: #dc2626;
  margin: 0 0 1rem 0;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #fecaca;
}

/* Threat List - Sharp Professional Design */
.threat-summary h3[data-v-689f60cf] {
  color: #dc2626;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.threat-list[data-v-689f60cf] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.threat-item[data-v-689f60cf] {
  border: 2px solid #e5e7eb;
  border-radius: 0;
  padding: 1rem;
  background: white;
}
.threat-item.severity-critical[data-v-689f60cf] {
  border-left: 6px solid #dc2626;
  background: #fef2f2;
}
.threat-item.severity-high[data-v-689f60cf] {
  border-left: 6px solid #f59e0b;
  background: #fffbeb;
}
.threat-item.severity-medium[data-v-689f60cf] {
  border-left: 6px solid #3b82f6;
  background: #eff6ff;
}
.threat-item.severity-low[data-v-689f60cf] {
  border-left: 6px solid #10b981;
  background: #f0fdf4;
}
.threat-header[data-v-689f60cf] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.threat-type[data-v-689f60cf] {
  font-weight: 600;
  color: #1f2937;
  text-align: left;
}
.threat-severity[data-v-689f60cf] {
  padding: 0.25rem 0.5rem;
  border-radius: 0;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.severity-critical .threat-severity[data-v-689f60cf] {
  background: #dc2626;
  color: white;
}
.severity-high .threat-severity[data-v-689f60cf] {
  background: #f59e0b;
  color: white;
}
.severity-medium .threat-severity[data-v-689f60cf] {
  background: #3b82f6;
  color: white;
}
.severity-low .threat-severity[data-v-689f60cf] {
  background: #10b981;
  color: white;
}
.threat-details p[data-v-689f60cf] {
  margin: 0.25rem 0;
  font-size: 0.875rem;
  color: #4b5563;
  text-align: left;
}

/* Scanner Status at Top - Collapsible */
.scanner-status-top[data-v-689f60cf] {
  margin-bottom: 2rem;
  padding: 1rem;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 0;
}
.scanner-header-collapsible[data-v-689f60cf] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 1rem;
}
.scanner-header-collapsible[data-v-689f60cf]:hover {
  background: #f1f5f9;
  margin: -0.5rem;
  padding: 1rem;
}
.scanner-header-collapsible h4[data-v-689f60cf] {
  margin: 0;
  color: #1e293b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
}
.collapse-button[data-v-689f60cf] {
  background: none;
  border: none;
  font-size: 1rem;
  color: #64748b;
  cursor: pointer;
  padding: 0.25rem;
  transition: transform 0.2s ease;
}
.collapse-button.expanded[data-v-689f60cf] {
  transform: rotate(0deg);
}
.collapse-button[data-v-689f60cf]:not(.expanded) {
  transform: rotate(-90deg);
}
.collapse-button[data-v-689f60cf]:hover {
  color: #334155;
}

/* Clean Result - Professional */
.clean-result[data-v-689f60cf] {
  text-align: left;
  padding: 2rem;
  background: #f0fdf4;
  border: 2px solid #bbf7d0;
  border-radius: 0;
}
.clean-result h3[data-v-689f60cf] {
  color: #15803d;
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.clean-result p[data-v-689f60cf] {
  color: #166534;
}

/* Detailed Scanner Status - Professional Sharp Design */
.scanner-status[data-v-689f60cf] {
  margin-top: 2rem;
  padding: 1rem;
  background: #f9fafb;
  border: 2px solid #e5e7eb;
  border-radius: 0;
}
.scanner-status h4[data-v-689f60cf] {
  margin: 0 0 1rem 0;
  color: #1f2937;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
}
.detailed-scanner-grid[data-v-689f60cf] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.detailed-scanner-item[data-v-689f60cf] {
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 0;
  padding: 1rem;
  border-left: 6px solid #10b981;
}
.detailed-scanner-item[data-v-689f60cf]:not(.scanner-ready) {
  border-left-color: #f59e0b;
  opacity: 0.7;
}
.scanner-header[data-v-689f60cf] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}
.scanner-name[data-v-689f60cf] {
  font-weight: 600;
  color: #1f2937;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.scanner-version[data-v-689f60cf] {
  font-size: 0.75rem;
  color: #6b7280;
  background: #f3f4f6;
  padding: 0.125rem 0.375rem;
  border-radius: 0;
  border: 1px solid #d1d5db;
  font-weight: 500;
}
.scanner-status-badge[data-v-689f60cf] {
  font-size: 0.75rem;
  padding: 0.125rem 0.375rem;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.scanner-status-badge.success[data-v-689f60cf] {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0;
}
.scanner-metrics[data-v-689f60cf] {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}
.metric[data-v-689f60cf] {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8rem;
}
.metric-label[data-v-689f60cf] {
  color: #6b7280;
  font-weight: 500;
}
.metric-value[data-v-689f60cf] {
  font-weight: 600;
  color: #1f2937;
}
.scanner-detects[data-v-689f60cf] {
  margin-bottom: 0.5rem;
}
.detects-label[data-v-689f60cf] {
  font-size: 0.8rem;
  color: #6b7280;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.detects-list[data-v-689f60cf] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 0.25rem;
}
.detect-tag[data-v-689f60cf] {
  font-size: 0.7rem;
  background: #eff6ff;
  color: #1e40af;
  padding: 0.125rem 0.375rem;
  border-radius: 0;
  border: 1px solid #dbeafe;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.scanner-percentage[data-v-689f60cf] {
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 500;
  text-align: left;
}
.scanner-grid[data-v-689f60cf] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.5rem;
}
.scanner-item[data-v-689f60cf] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 0;
}
.scanner-name[data-v-689f60cf] {
  font-weight: 500;
  color: #1f2937;
}
.scanner-status[data-v-689f60cf] {
  font-size: 0.875rem;
  color: #6b7280;
}

/* Cleaned Text Section - Professional Sharp Design */
.cleaned-section[data-v-689f60cf] {
  margin-top: 2rem;
  padding: 1rem;
  background: #f0fdf4;
  border: 2px solid #bbf7d0;
  border-radius: 0;
}
.cleaned-section h4[data-v-689f60cf] {
  margin: 0 0 0.5rem 0;
  color: #15803d;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
}
.cleaned-description[data-v-689f60cf] {
  margin: 0 0 1rem 0;
  font-size: 0.875rem;
  color: #166534;
  font-style: italic;
  text-align: left;
}
.cleaned-text-container[data-v-689f60cf] {
  position: relative;
}
.cleaned-text[data-v-689f60cf] {
  background: white;
  border: 2px solid #d1d5db;
  border-radius: 0;
  padding: 1rem;
  font-family: 'Courier New', monospace;
  font-size: 0.875rem;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 300px;
  overflow-y: auto;
  text-align: left;
}
.cleaned-actions[data-v-689f60cf] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}
.copy-button[data-v-689f60cf] {
  padding: 0.5rem 1rem;
  background: #10b981;
  color: white;
  border: 2px solid #10b981;
  border-radius: 0;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.copy-button[data-v-689f60cf]:hover {
  background: #059669;
  border-color: #059669;
}
.cleaned-stats[data-v-689f60cf] {
  font-size: 0.75rem;
  color: #6b7280;
  font-family: 'Courier New', monospace;
  font-weight: 500;
}
.rescan-results[data-v-689f60cf] {
  margin-top: 1rem;
  padding: 0.75rem;
  border-radius: 0;
  border: 2px solid #e5e7eb;
  background: white;
}
.rescan-results h5[data-v-689f60cf] {
  margin: 0 0 0.5rem 0;
  color: #1f2937;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.rescan-results .clean[data-v-689f60cf] {
  color: #15803d;
  font-weight: 600;
}
.rescan-results .dirty[data-v-689f60cf] {
  color: #dc2626;
  font-weight: 600;
}

/* Enhanced Loading State with Progress Bar */
.loading-state[data-v-689f60cf] {
  text-align: center;
  padding: 2rem;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 0;
  margin-top: 2rem;
}
.loading-header[data-v-689f60cf] {
  margin-bottom: 1.5rem;
}
.loading-header h3[data-v-689f60cf] {
  margin: 0 0 0.5rem 0;
  color: #1e293b;
  font-size: 1.1rem;
  font-weight: 600;
}
.loading-stats[data-v-689f60cf] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
  font-size: 0.9rem;
}
.current-scanner[data-v-689f60cf] {
  color: #3b82f6;
  font-weight: 500;
}
.progress-text[data-v-689f60cf] {
  color: #059669;
  font-weight: 600;
}
.progress-container[data-v-689f60cf] {
  margin-bottom: 2rem;
}
.progress-bar[data-v-689f60cf] {
  width: 100%;
  height: 8px;
  background: #e2e8f0;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.progress-fill[data-v-689f60cf] {
  height: 100%;
  background: linear-gradient(90deg, #3b82f6 0%, #10b981 50%, #059669 100%);
  transition: width 0.3s ease;
  border-radius: 0;
}
.progress-details[data-v-689f60cf] {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #64748b;
}
.scanner-pipeline[data-v-689f60cf] {
  margin-bottom: 1.5rem;
  text-align: left;
}
.pipeline-title[data-v-689f60cf] {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pipeline-scanners[data-v-689f60cf] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem;
  max-height: 200px;
  overflow-y: auto;
}
.pipeline-scanner[data-v-689f60cf] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 0;
  transition: all 0.2s ease;
}
.pipeline-scanner.completed[data-v-689f60cf] {
  background: #f0fdf4;
  border-color: #bbf7d0;
}
.pipeline-scanner.active[data-v-689f60cf] {
  background: #eff6ff;
  border-color: #93c5fd;
  border-width: 2px;
}
.pipeline-scanner.pending[data-v-689f60cf] {
  background: #f8fafc;
  border-color: #e2e8f0;
  opacity: 0.7;
}
.scanner-icon[data-v-689f60cf] {
  font-size: 1rem;
  width: 20px;
  text-align: center;
}
.scanner-info[data-v-689f60cf] {
  flex: 1;
}
.scanner-name[data-v-689f60cf] {
  font-size: 0.8rem;
  font-weight: 500;
  color: #1e293b;
  line-height: 1.2;
}
.scanner-priority[data-v-689f60cf] {
  font-size: 0.7rem;
  color: #64748b;
}
.loading-tips[data-v-689f60cf] {
  background: #fffbeb;
  border: 1px solid #fbbf24;
  padding: 1rem;
  border-radius: 0;
  text-align: left;
}
.loading-tips p[data-v-689f60cf] {
  margin: 0;
  font-size: 0.85rem;
  color: #92400e;
  line-height: 1.4;
}
.loading-tips strong[data-v-689f60cf] {
  color: #78350f;
}

/* Responsive Design for Loading */
@media (max-width: 768px) {
.loading-stats[data-v-689f60cf] {
    flex-direction: column;
    gap: 0.25rem;
}
.pipeline-scanners[data-v-689f60cf] {
    grid-template-columns: 1fr;
    max-height: 150px;
}
.progress-details[data-v-689f60cf] {
    font-size: 0.75rem;
}
}

/* Responsive Design */
@media (max-width: 768px) {
.enhanced-invisible-char-checker[data-v-689f60cf] {
    padding: 1rem;
}
.tool-content[data-v-689f60cf] {
    padding: 1rem;
}
.controls[data-v-689f60cf] {
    flex-direction: column;
}
.controls button[data-v-689f60cf] {
    width: 100%;
}
.stat-cards[data-v-689f60cf] {
    grid-template-columns: repeat(2, 1fr);
}
.threat-header[data-v-689f60cf] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}
.scanner-grid[data-v-689f60cf] {
    grid-template-columns: 1fr;
}
.detailed-scanner-grid[data-v-689f60cf] {
    gap: 0.75rem;
}
.scanner-header[data-v-689f60cf] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}
.scanner-metrics[data-v-689f60cf] {
    flex-direction: column;
    gap: 0.25rem;
}
.detects-list[data-v-689f60cf] {
    gap: 0.125rem;
}
.cleaned-actions[data-v-689f60cf] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}
.copy-button[data-v-689f60cf] {
    width: 100%;
}
}

.sponsor-container[data-v-ce64e241] {
  position: relative;
  padding: 1.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  color: white;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}
.sponsor-container.banner[data-v-ce64e241] {
  max-width: 728px;
  margin: 2rem auto;
}
.sponsor-container.popup[data-v-ce64e241] {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  max-width: 380px;
  z-index: 1000;
  animation: slideIn-ce64e241 0.3s ease-out;
}
.sponsor-container.inline[data-v-ce64e241] {
  margin: 1.5rem 0;
}
@keyframes slideIn-ce64e241 {
from {
    transform: translateX(100%);
    opacity: 0;
}
to {
    transform: translateX(0);
    opacity: 1;
}
}
.sponsor-content[data-v-ce64e241] {
  position: relative;
  z-index: 2;
}
.sponsor-header[data-v-ce64e241] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.9;
}
.sponsor-icon[data-v-ce64e241] {
  width: 20px;
  height: 20px;
}
.sponsor-message[data-v-ce64e241] {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
.sponsor-button[data-v-ce64e241] {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: white;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.sponsor-button[data-v-ce64e241]:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.sponsor-button.pulse[data-v-ce64e241] {
  animation: pulse-ce64e241 2s infinite;
}
@keyframes pulse-ce64e241 {
0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
}
100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
.button-label[data-v-ce64e241] {
  padding: 0.25rem 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
.button-text[data-v-ce64e241] {
  flex: 1;
}
.button-arrow[data-v-ce64e241] {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.sponsor-button:hover .button-arrow[data-v-ce64e241] {
  transform: translateX(4px);
}
.timer-display[data-v-ce64e241] {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 1rem;
  font-size: 0.875rem;
  opacity: 0.9;
}
.timer-icon[data-v-ce64e241] {
  width: 14px;
  height: 14px;
}

/* Decorative elements */
.sponsor-decoration[data-v-ce64e241] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.decoration-circle[data-v-ce64e241] {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: float-ce64e241 6s ease-in-out infinite;
}
.decoration-circle[data-v-ce64e241]:nth-child(1) {
  width: 80px;
  height: 80px;
  top: -20px;
  right: -20px;
}
.decoration-circle[data-v-ce64e241]:nth-child(2) {
  width: 60px;
  height: 60px;
  bottom: -15px;
  left: -15px;
  animation-delay: 2s;
}
.decoration-circle[data-v-ce64e241]:nth-child(3) {
  width: 40px;
  height: 40px;
  top: 50%;
  right: 10%;
  animation-delay: 4s;
}
@keyframes float-ce64e241 {
0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.1;
}
50% {
    transform: translateY(-20px) scale(1.1);
    opacity: 0.2;
}
}

/* Dark mode variant */
@media (prefers-color-scheme: dark) {
.sponsor-container[data-v-ce64e241] {
    background: linear-gradient(135deg, #4c1d95 0%, #5b21b6 100%);
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.2);
}
}

/* Mobile responsive */
@media (max-width: 640px) {
.sponsor-container.popup[data-v-ce64e241] {
    bottom: 1rem;
    right: 1rem;
    left: 1rem;
    max-width: none;
}
.sponsor-button[data-v-ce64e241] {
    width: 100%;
    justify-content: center;
}
}

.enhanced-view-container[data-v-ef3af7b2] {
  min-height: 100vh;
  background: #000;
  color: #fff;
  font-family: 'Lexend', sans-serif;
}

/* Breadcrumb Navigation */
.breadcrumb-nav[data-v-ef3af7b2] {
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 0;
}
.breadcrumb-list[data-v-ef3af7b2] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  list-style: none;
  gap: 0.5rem;
  align-items: center;
}
.breadcrumb-item[data-v-ef3af7b2] {
  display: flex;
  align-items: center;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
}
.breadcrumb-item[data-v-ef3af7b2]:not(:last-child)::after {
  content: '>';
  margin-left: 0.5rem;
  color: #444;
}
.breadcrumb-link[data-v-ef3af7b2] {
  color: #888;
  text-decoration: none;
}
.breadcrumb-link[data-v-ef3af7b2]:hover {
  color: #fff;
}
.breadcrumb-item.current[data-v-ef3af7b2] {
  color: #fff;
}

/* Features Section */
.features-section[data-v-ef3af7b2] {
  padding: 6rem 0;
  background: #fff;
  color: #000;
}
.container[data-v-ef3af7b2] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.features-grid[data-v-ef3af7b2] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1px;
  background: #000;
  border: 1px solid #000;
}
.feature-card[data-v-ef3af7b2] {
  background: #fff;
  padding: 3rem;
  transition: all 0.2s ease;
}
.feature-card h3[data-v-ef3af7b2] {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.feature-card p[data-v-ef3af7b2] {
  color: #666;
  line-height: 1.6;
  font-size: 0.875rem;
}

/* Comparison Section */
.comparison-section[data-v-ef3af7b2] {
  padding: 6rem 0;
  background: #000;
}
.comparison-table-wrapper[data-v-ef3af7b2] {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.comparison-table[data-v-ef3af7b2] {
  width: 100%;
  border-collapse: collapse;
}
.comparison-table th[data-v-ef3af7b2] {
  background: #fff;
  color: #000;
  padding: 1.5rem;
  text-align: left;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}
.comparison-table td[data-v-ef3af7b2] {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #888;
  font-size: 0.875rem;
}
.result-cell.professional[data-v-ef3af7b2] {
  color: #fff;
  font-weight: 900;
}

/* FAQ Section */
.faq-section[data-v-ef3af7b2] {
  padding: 6rem 0;
  background: #fff;
  color: #000;
}
.faq-grid[data-v-ef3af7b2] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 4rem;
}
.faq-item h3[data-v-ef3af7b2] {
  margin-bottom: 1rem;
}
.faq-item p[data-v-ef3af7b2] {
  color: #666;
  line-height: 1.6;
  font-size: 0.875rem;
}

/* CTA Section */
.cta-section[data-v-ef3af7b2] {
  padding: 8rem 0;
  background: #000;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cta-buttons[data-v-ef3af7b2] {
  display: flex;
  gap: 2rem;
}
.cta-button[data-v-ef3af7b2] {
  padding: 1.5rem 3rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  transition: all 0.2s;
}
.cta-button.primary[data-v-ef3af7b2] {
  background: #fff;
  color: #000;
}
.cta-button.secondary[data-v-ef3af7b2] {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.cta-button[data-v-ef3af7b2]:hover {
  transform: translateY(-4px);
  outline: 1px solid #fff;
}

/* Disclaimer Section */
.disclaimer-section[data-v-ef3af7b2] {
  padding: 6rem 0;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.disclaimer-grid[data-v-ef3af7b2] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.disclaimer-card[data-v-ef3af7b2] {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
}
.disclaimer-card h4[data-v-ef3af7b2] {
  margin-bottom: 1rem;
  color: #fff;
}
.disclaimer-card p[data-v-ef3af7b2] {
  color: #666;
  font-size: 0.8rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
.cta-buttons[data-v-ef3af7b2] {
    flex-direction: column;
}
.cta-button[data-v-ef3af7b2] {
    width: 100%;
    text-align: center;
}
}
