/* ═══════════════════════════════════════════════════════════════════════════
   DNS Panopticon — Domain Recon
   Page-specific styles for the Domain Recon landing page (public/recon/index.html).
   ═══════════════════════════════════════════════════════════════════════════ */

.recon-eye-svg {
  color: var(--primary);
}

.recon-hero-orbit,
.recon-detective-coat,
.recon-detective-collar,
.recon-detective-face,
.recon-detective-hat-brim,
.recon-detective-hat-top,
.recon-detective-hat-band,
.recon-detective-eye-line,
.recon-detective-arm,
.recon-glass-lens,
.recon-glass-core,
.recon-glass-highlight,
.recon-glass-handle,
.recon-clue-lines,
.recon-clue-dot {
  vector-effect: non-scaling-stroke;
}

.recon-hero-orbit {
  stroke: var(--primary);
  fill: none;
}

.recon-hero-orbit-outer {
  stroke-width: 2;
  stroke-dasharray: 7 6;
  opacity: 0.34;
  transform-origin: 80px 80px;
  animation: recon-orbit 16s linear infinite;
}

.recon-hero-orbit-inner {
  stroke-width: 2;
  opacity: 0.18;
}

.recon-detective {
  transform-origin: 80px 92px;
  animation: recon-detective-bob 3.4s ease-in-out infinite;
}

.recon-detective-coat {
  fill: color-mix(in srgb, var(--surface) 92%, transparent);
  stroke: color-mix(in srgb, var(--primary) 52%, var(--border));
  stroke-width: 2;
}

.recon-detective-collar,
.recon-detective-eye-line,
.recon-detective-arm {
  stroke: color-mix(in srgb, var(--primary) 70%, white 6%);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.recon-detective-face {
  fill: color-mix(in srgb, var(--surface) 96%, white 4%);
  stroke: color-mix(in srgb, var(--primary) 36%, var(--border));
  stroke-width: 2;
}

.recon-detective-hat-brim,
.recon-detective-hat-top {
  fill: color-mix(in srgb, var(--primary) 16%, var(--surface));
  stroke: color-mix(in srgb, var(--primary) 62%, var(--border));
  stroke-width: 2;
}

.recon-detective-hat-band {
  stroke: color-mix(in srgb, var(--primary) 80%, white 8%);
  stroke-width: 2.5;
  stroke-linecap: round;
}

.recon-magnifier {
  transform-origin: 108px 82px;
  animation: recon-scan-sweep 2.8s ease-in-out infinite;
}

.recon-glass-lens {
  fill: color-mix(in srgb, var(--primary) 10%, transparent);
  stroke: color-mix(in srgb, var(--primary) 80%, white 6%);
  stroke-width: 2.5;
}

.recon-glass-core {
  fill: color-mix(in srgb, var(--surface) 75%, transparent);
  stroke: color-mix(in srgb, var(--primary) 45%, transparent);
  stroke-width: 1.5;
}

.recon-glass-highlight,
.recon-glass-handle {
  stroke: color-mix(in srgb, var(--primary) 80%, white 8%);
  stroke-width: 2.5;
  stroke-linecap: round;
  fill: none;
}

.recon-clue-lines {
  stroke: color-mix(in srgb, var(--primary) 70%, white 6%);
  stroke-width: 2;
  stroke-linecap: round;
  opacity: 0.7;
}

.recon-clue-lines-soft {
  opacity: 0.4;
}

.recon-clue-dot {
  fill: var(--primary);
  opacity: 0.9;
}

@keyframes recon-orbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes recon-detective-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(2px); }
}

@keyframes recon-scan-sweep {
  0%, 100% { transform: translate(-6px, 2px) rotate(-12deg); }
  50% { transform: translate(10px, -4px) rotate(10deg); }
}

/* Only line-height differs from landing-title-shared; all other props are inherited from there */
.recon-title {
  line-height: 1.5;
}

.recon-form {
  width: 100%;
}

.recon-input-row {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.recon-input {
  flex: 1;
  width: 100%;
  min-width: 0;
  padding: 11px 14px;
  border-radius: 8px;
  border: 1.5px solid var(--border);
  background: var(--surface);
  color: var(--txt);
  font-family: 'Inter', ui-monospace, 'Cascadia Code', 'Fira Code', monospace;
  font-size: 15px;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
  outline: none;
}

.recon-input::placeholder {
  color: var(--txt-4);
}

.recon-input:focus {
  border-color: var(--primary);
}

.recon-btn {
  padding: 10px 20px;
}

#recon-submit {
  flex-shrink: 0;
  font-size: 14px;
  padding: 11px 22px;
}

.recon-mode-help {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.recon-mode-desc {
  margin: 0;
  min-height: 16px;
  font-size: 12px;
  color: var(--txt-4);
  text-align: center;
}

.disclaimer-box {
  box-shadow: none;
}

.disclaimer-text {
  margin: 0;
}

.recon-error[hidden] {
  display: none;
}

.recon-error {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--red) 30%, transparent);
  background: color-mix(in srgb, var(--red) 8%, transparent);
  color: var(--red);
  font-size: 13px;
  text-align: left;
  margin-top: 8px;
}

@media (max-width: 640px) {
  .recon-title {
    font-size: 28px;
  }

  /* Tighten subtitle gap sooner than the 480px template default */
  .landing-subtitle-shared {
    margin-bottom: 24px;
  }
}

@media (max-width: 480px) {
  /* page-template.css handles font-size and margin-bottom for landing-title/subtitle
     at this breakpoint; only the recon-specific font-size tweak remains */
  .landing-subtitle-shared {
    font-size: 14px;
  }
}
