
.icon[data-v-f5c791c3] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
}
.lucide-icon[data-v-f5c791c3] {
  display: block;
}
.icon-xs[data-v-f5c791c3] {
  width: 0.75rem;
  height: 0.75rem;
}
.icon-sm[data-v-f5c791c3] {
  width: 1rem;
  height: 1rem;
}
.icon-md[data-v-f5c791c3] {
  width: 1.25rem;
  height: 1.25rem;
}
.icon-lg[data-v-f5c791c3] {
  width: 2rem;
  height: 2rem;
}

.loading-overlay[data-v-8e46803a] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn-8e46803a 0.2s ease-out;
}
.loading-container[data-v-8e46803a] {
  text-align: center;
  max-width: 400px;
  padding: 2rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.loading-bar-container[data-v-8e46803a] {
  margin-bottom: 1.5rem;
}
.loading-bar[data-v-8e46803a] {
  width: 100%;
  height: 6px;
  background: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.loading-progress[data-v-8e46803a] {
  height: 100%;
  background: linear-gradient(90deg, #007bff, #0056b3);
  border-radius: 3px;
  transition: width 0.3s ease;
  position: relative;
}
.loading-progress[data-v-8e46803a]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  animation: shimmer-8e46803a 1.5s infinite;
}
@keyframes shimmer-8e46803a {
0% { transform: translateX(-100%);
}
100% { transform: translateX(100%);
}
}
.loading-message[data-v-8e46803a] {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}
.loading-steps[data-v-8e46803a] {
  margin-bottom: 1rem;
  text-align: left;
}
.loading-step[data-v-8e46803a] {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  transition: all 0.3s ease;
}
.step-indicator[data-v-8e46803a] {
  width: 24px;
  height: 24px;
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-icon.completed[data-v-8e46803a] {
  color: #28a745;
  font-size: 16px;
}
.step-spinner[data-v-8e46803a] {
  width: 16px;
  height: 16px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #007bff;
  border-radius: 50%;
  animation: spin-8e46803a 1s linear infinite;
}
@keyframes spin-8e46803a {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.step-dot[data-v-8e46803a] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
}
.step-text[data-v-8e46803a] {
  font-size: 0.9rem;
  color: #666;
  transition: color 0.3s ease;
}
.step-completed .step-text[data-v-8e46803a] {
  color: #28a745;
}
.step-active .step-text[data-v-8e46803a] {
  color: #007bff;
  font-weight: 500;
}
.loading-time[data-v-8e46803a] {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 0.5rem;
}
.loading-percentage[data-v-8e46803a] {
  font-size: 0.9rem;
  font-weight: 600;
  color: #007bff;
}

/* Transitions */
.loading-overlay-enter-active[data-v-8e46803a],
.loading-overlay-leave-active[data-v-8e46803a] {
  transition: all 0.3s ease;
}
.loading-overlay-enter-from[data-v-8e46803a],
.loading-overlay-leave-to[data-v-8e46803a] {
  opacity: 0;
  transform: scale(0.95);
}
@keyframes fadeIn-8e46803a {
from {
    opacity: 0;
    transform: scale(0.95);
}
to {
    opacity: 1;
    transform: scale(1);
}
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
.loading-overlay[data-v-8e46803a] {
    background: rgba(0, 0, 0, 0.95);
}
.loading-container[data-v-8e46803a] {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.loading-message[data-v-8e46803a] {
    color: #fff;
}
.step-text[data-v-8e46803a] {
    color: #ccc;
}
.loading-time[data-v-8e46803a] {
    color: #888;
}
}

/* Mobile responsiveness */
@media (max-width: 768px) {
.loading-container[data-v-8e46803a] {
    max-width: 300px;
    padding: 1.5rem;
}
.loading-message[data-v-8e46803a] {
    font-size: 1rem;
}
.step-text[data-v-8e46803a] {
    font-size: 0.8rem;
}
}

/* ── 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-7216d789] {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

/* Breadcrumb Navigation */
.breadcrumb-nav[data-v-7216d789] {
  background: white;
  border-bottom: 1px solid #e2e8f0;
  padding: 1rem 0;
}
.breadcrumb-list[data-v-7216d789] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  list-style: none;
  gap: 0.5rem;
  align-items: center;
}
.breadcrumb-item[data-v-7216d789] {
  display: flex;
  align-items: center;
}
.breadcrumb-item[data-v-7216d789]:not(:last-child)::after {
  content: '/';
  margin-left: 0.5rem;
  color: #64748b;
}
.breadcrumb-link[data-v-7216d789] {
  color: #3b82f6;
  text-decoration: none;
  font-size: 0.875rem;
}
.breadcrumb-link[data-v-7216d789]:hover {
  text-decoration: underline;
}
.breadcrumb-item.current[data-v-7216d789] {
  color: #64748b;
  font-size: 0.875rem;
}

/* Tool Info Banner */
.tool-info-banner[data-v-7216d789] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 3rem 0;
  margin-bottom: 2rem;
}

/* Compact version - even more reduced */
.tool-info-banner.compact[data-v-7216d789] {
  padding: 0.8rem 0;
  margin-bottom: 0.5rem;
}
.banner-content[data-v-7216d789] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  align-items: center;
}
.compact .banner-content[data-v-7216d789] {
  gap: 1.2rem;
}
.banner-text h2[data-v-7216d789] {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.compact .banner-text h3[data-v-7216d789] {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.banner-text p[data-v-7216d789] {
  font-size: 1.125rem;
  opacity: 0.9;
  line-height: 1.6;
}
.compact .banner-text p[data-v-7216d789] {
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0;
}
.banner-stats[data-v-7216d789] {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.compact .banner-stats[data-v-7216d789] {
  gap: 1.2rem;
}
.stat[data-v-7216d789] {
  text-align: center;
}
.stat-number[data-v-7216d789] {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
.compact .stat-number[data-v-7216d789] {
  font-size: 1.25rem;
}
.stat-label[data-v-7216d789] {
  display: block;
  font-size: 0.875rem;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}
.compact .stat-label[data-v-7216d789] {
  font-size: 0.7rem;
  margin-top: 0.2rem;
}

/* Features Section */
.features-section[data-v-7216d789] {
  padding: 4rem 0;
  background: white;
}
.container[data-v-7216d789] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.features-section h2[data-v-7216d789] {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 3rem;
  color: #1e293b;
}
.features-grid[data-v-7216d789] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.feature-card[data-v-7216d789] {
  background: #f8fafc;
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: transform 0.2s, box-shadow 0.2s;
}
.feature-card[data-v-7216d789]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.feature-icon[data-v-7216d789] {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
  font-size: 1.5rem;
}
.feature-card h3[data-v-7216d789] {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1e293b;
}
.feature-card p[data-v-7216d789] {
  color: #64748b;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.feature-list[data-v-7216d789] {
  list-style: none;
  padding: 0;
}
.feature-list li[data-v-7216d789] {
  padding: 0.5rem 0;
  color: #475569;
  position: relative;
  padding-left: 1.5rem;
}
.feature-list li[data-v-7216d789]::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: bold;
}

/* Comparison Section */
.comparison-section[data-v-7216d789] {
  padding: 4rem 0;
  background: #f8fafc;
}
.comparison-section h2[data-v-7216d789] {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1rem;
  color: #1e293b;
}
.section-description[data-v-7216d789] {
  text-align: left;
  font-size: 1.125rem;
  color: #64748b;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: 0;
  margin-right: auto;
}
.comparison-table-wrapper[data-v-7216d789] {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.comparison-table[data-v-7216d789] {
  width: 100%;
  border-collapse: collapse;
}
.comparison-table th[data-v-7216d789] {
  background: #1e293b;
  color: white;
  padding: 1.5rem;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
}
.comparison-table td[data-v-7216d789] {
  padding: 1.5rem;
  border-bottom: 1px solid #e2e8f0;
}
.comparison-table tbody tr[data-v-7216d789]:hover {
  background: #f8fafc;
}
.status-icon[data-v-7216d789] {
  font-size: 1.25rem;
}
.status-icon.success[data-v-7216d789] {
  color: #10b981;
}
.status-icon.error[data-v-7216d789] {
  color: #ef4444;
}
.result-cell[data-v-7216d789] {
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 6px;
}
.result-cell.enhanced[data-v-7216d789] {
  background: #dbeafe;
  color: #1e40af;
}
.result-cell.advanced[data-v-7216d789] {
  background: #d1fae5;
  color: #065f46;
}
.result-cell.professional[data-v-7216d789] {
  background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
  color: #3730a3;
  font-weight: 600;
  border: 1px solid #a5b4fc;
}
.result-cell.critical[data-v-7216d789] {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  color: #b91c1c;
  font-weight: 700;
  border: 1px solid #fca5a5;
}

/* Emoji Attack Detection Feature Card */
.highlight-feature[data-v-7216d789] {
  grid-column: span 2;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border: 2px solid #f59e0b;
  position: relative;
  overflow: hidden;
}
.highlight-feature[data-v-7216d789]::before {
  content: '';
  position: absolute;
  background: #dc2626;
  color: white;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  transform: rotate(45deg);
  transform-origin: center;
  width: 150px;
  text-align: center;
  top: 20px;
  right: -50px;
  content: 'UNIQUE';
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.emoji-icon[data-v-7216d789] {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
}
.emoji-icon span[data-v-7216d789] {
  font-size: 2rem;
}
.highlight-feature h3[data-v-7216d789] {
  color: #92400e;
}
.highlight-feature p[data-v-7216d789] {
  color: #78350f;
  font-size: 1rem;
}
.emoji-warning[data-v-7216d789] {
  background: rgba(245, 158, 11, 0.1);
  border-left: 3px solid #f59e0b;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
}
.emoji-warning strong[data-v-7216d789] {
  color: #d97706;
  display: block;
  margin-bottom: 0.5rem;
}
.emoji-warning ul[data-v-7216d789] {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0 0;
}
.emoji-warning li[data-v-7216d789] {
  color: #92400e;
  padding: 0.25rem 0;
  font-size: 0.875rem;
}

/* Emoji row in comparison table */
.emoji-row[data-v-7216d789] {
  background: linear-gradient(90deg, #fef3c7 0%, transparent 100%);
}
.emoji-row td[data-v-7216d789] {
  font-weight: 600;
}
.emoji-row td[data-v-7216d789]:first-child {
  color: #d97706;
}

/* Professional-only features row */
.professional-row[data-v-7216d789] {
  background: linear-gradient(90deg, #e0e7ff 0%, transparent 100%);
}
.professional-row td[data-v-7216d789] {
  font-weight: 600;
}
.professional-row td[data-v-7216d789]:first-child {
  color: #4338ca;
}

/* FAQ Section */
.faq-section[data-v-7216d789] {
  padding: 4rem 0;
  background: white;
}
.faq-section h2[data-v-7216d789] {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 3rem;
  color: #1e293b;
}
.faq-grid[data-v-7216d789] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}
.faq-item[data-v-7216d789] {
  background: #f8fafc;
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}
.faq-item h3[data-v-7216d789] {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1e293b;
}
.faq-item p[data-v-7216d789] {
  color: #64748b;
  line-height: 1.6;
}

/* CTA Section */
.cta-section[data-v-7216d789] {
  padding: 4rem 0;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  color: white;
}
.cta-content[data-v-7216d789] {
  text-align: left;
}
.cta-content h2[data-v-7216d789] {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cta-content p[data-v-7216d789] {
  font-size: 1.125rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: 0;
  margin-right: auto;
}
.cta-buttons[data-v-7216d789] {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cta-button[data-v-7216d789] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s;
}
.cta-button.primary[data-v-7216d789] {
  background: white;
  color: #1e293b;
}
.cta-button.primary[data-v-7216d789]:hover {
  background: #f1f5f9;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.cta-button.secondary[data-v-7216d789] {
  background: transparent;
  color: white;
  border: 2px solid white;
}
.cta-button.secondary[data-v-7216d789]:hover {
  background: white;
  color: #1e293b;
  transform: translateY(-2px);
}

/* Disclaimer Section */
.disclaimer-section[data-v-7216d789] {
  padding: 3rem 0;
  background: linear-gradient(135deg, #fee2e2 0%, #fef2f2 100%);
  border-top: 3px solid #ef4444;
}
.disclaimer-content h3[data-v-7216d789] {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 2rem;
  color: #7f1d1d;
}
.disclaimer-grid[data-v-7216d789] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.disclaimer-card[data-v-7216d789] {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  border: 2px solid;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.disclaimer-card.educational[data-v-7216d789] {
  border-color: #22c55e;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}
.disclaimer-card.prohibited[data-v-7216d789] {
  border-color: #ef4444;
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}
.disclaimer-card.liability[data-v-7216d789] {
  border-color: #f59e0b;
  background: linear-gradient(135deg, #fefbeb 0%, #fef3c7 100%);
}
.disclaimer-icon[data-v-7216d789] {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 0.5rem;
}
.disclaimer-card h4[data-v-7216d789] {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-align: left;
}
.disclaimer-card.educational h4[data-v-7216d789] {
  color: #15803d;
}
.disclaimer-card.prohibited h4[data-v-7216d789] {
  color: #dc2626;
}
.disclaimer-card.liability h4[data-v-7216d789] {
  color: #d97706;
}
.disclaimer-card p[data-v-7216d789] {
  margin-bottom: 0.75rem;
  line-height: 1.5;
  color: #374151;
}
.disclaimer-card ul[data-v-7216d789],
.disclaimer-card ol[data-v-7216d789] {
  margin: 0.75rem 0;
  padding-left: 1.25rem;
}
.disclaimer-card li[data-v-7216d789] {
  margin-bottom: 0.25rem;
  color: #4b5563;
  font-size: 0.875rem;
}
.warning-text[data-v-7216d789] {
  font-weight: 600;
  color: #dc2626;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.legal-links[data-v-7216d789] {
  text-align: left;
  margin: 2rem 0;
  padding: 1.5rem;
  background: white;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}
.legal-links p[data-v-7216d789] {
  margin-bottom: 1rem;
  color: #374151;
  font-weight: 500;
}
.policy-links[data-v-7216d789] {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.policy-link[data-v-7216d789] {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #3b82f6;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background-color 0.2s;
}
.policy-link[data-v-7216d789]:hover {
  background: #2563eb;
  text-decoration: none;
}
.responsible-disclosure[data-v-7216d789] {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  border: 2px solid #6366f1;
  background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
}
.responsible-disclosure h4[data-v-7216d789] {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #4338ca;
}
.responsible-disclosure p[data-v-7216d789] {
  margin-bottom: 0.75rem;
  color: #374151;
}
.responsible-disclosure ol[data-v-7216d789] {
  margin: 0.75rem 0;
  padding-left: 1.25rem;
}
.responsible-disclosure li[data-v-7216d789] {
  margin-bottom: 0.5rem;
  color: #4b5563;
  font-size: 0.875rem;
}

/* Responsive Design */
@media (max-width: 768px) {
.banner-content[data-v-7216d789] {
    grid-template-columns: 1fr;
    text-align: center;
}
.banner-stats[data-v-7216d789] {
    justify-content: space-around;
}
.features-grid[data-v-7216d789] {
    grid-template-columns: 1fr;
}
.highlight-feature[data-v-7216d789] {
    grid-column: span 1;
}
.faq-grid[data-v-7216d789] {
    grid-template-columns: 1fr;
}
.comparison-table-wrapper[data-v-7216d789] {
    overflow-x: auto;
}
.cta-buttons[data-v-7216d789] {
    flex-direction: column;
    align-items: center;
}
.cta-button[data-v-7216d789] {
    width: 100%;
    max-width: 300px;
    justify-content: center;
}
}
