/* Tam ekran geliştirici araçları uyarısı — HasWave paleti (teal gece + kırmızı uyarı) */
.hw-devtools-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  box-sizing: border-box;
  background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(14, 165, 233, 0.1) 0%, transparent 55%),
    linear-gradient(165deg, #040811 0%, #060d14 35%, #0a1520 100%);
  font-family: 'Plus Jakarta Sans', 'Segoe UI', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.hw-devtools-overlay.is-visible {
  display: flex;
}

.hw-devtools-overlay::before {
  content: '403';
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  font-size: clamp(8rem, 28vw, 16rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  color: rgba(56, 189, 248, 0.05);
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

.hw-devtools-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  padding: 2.25rem 1.75rem 2rem;
  text-align: center;
  background: rgba(11, 24, 40, 0.92);
  border: 1px solid rgba(239, 68, 68, 0.35);
  border-radius: 1rem;
  box-shadow:
    0 0 0 1px rgba(56, 189, 248, 0.1),
    0 24px 80px rgba(0, 0, 0, 0.65),
    0 0 60px rgba(239, 68, 68, 0.12);
}

.hw-devtools-icon {
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.15);
  border: 2px solid rgba(248, 113, 113, 0.85);
  color: #f87171;
  font-size: 1.45rem;
}

.hw-devtools-title {
  margin: 0 0 0.85rem;
  font-size: 1.45rem;
  font-weight: 700;
  color: #f8fafc;
  letter-spacing: -0.02em;
}

.hw-devtools-text {
  margin: 0 0 1.35rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.88);
}

.hw-devtools-ipbox {
  margin: 0 0 1.5rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(239, 68, 68, 0.4);
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(226, 232, 240, 0.9);
  box-shadow: inset 0 0 20px rgba(239, 68, 68, 0.06);
}

.hw-devtools-ipbox strong {
  color: #fca5a5;
  font-weight: 600;
}

.hw-devtools-ipbox .hw-devtools-ip-value {
  color: #f87171;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.hw-devtools-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 280px;
  padding: 0.85rem 1.25rem;
  border: none;
  border-radius: 0.65rem;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 45%, #0369a1 100%);
  box-shadow: 0 4px 20px rgba(14, 165, 233, 0.38);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hw-devtools-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(14, 165, 233, 0.48);
}

.hw-devtools-btn:focus-visible {
  outline: 2px solid #5eead4;
  outline-offset: 3px;
}

.hw-devtools-btn i {
  font-size: 0.85rem;
}
