/* === Logo: sadece 403Watch === */
span[data-v-cf423746] {
  font-size: 0 !important;
  visibility: hidden;
}
span[data-v-cf423746] b {
  display: none !important;
}
span[data-v-cf423746]::after {
  content: "403Watch";
  font-size: 1.4rem;
  font-weight: 800;
  visibility: visible;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* === Genel görünüm iyileştirmeleri === */
body {
  background: #0a0a0f !important;
}

/* Login ekranı */
.login {
  backdrop-filter: blur(12px) !important;
}

/* Butonlar */
.btn, button {
  border-radius: 8px !important;
  transition: all 0.2s ease !important;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #1a1a2e;
}
::-webkit-scrollbar-thumb {
  background: #667eea;
  border-radius: 3px;
}
