/* SKAYNET notification auto prompt only - no homepage button panel */

.sk-pwa-panel,
#uygulama-destegi,
[data-sk-install],
[data-sk-notify],
button[data-sk-notify],
button[data-sk-install] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.sk-notify-overlay {
  position: fixed;
  inset: 0;
  z-index: 999998;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(3,7,18,.58);
  backdrop-filter: blur(10px);
}

.sk-notify-overlay.sk-show {
  display: flex;
}

.sk-notify-box {
  width: min(520px, 100%);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(circle at top right, rgba(96,165,250,.16), transparent 34%),
    linear-gradient(180deg, rgba(15,23,42,.96), rgba(15,23,42,.86));
  color: #eef2ff;
  box-shadow: 0 32px 110px rgba(0,0,0,.55);
  padding: 24px;
}

.sk-notify-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #60a5fa, #a78bfa);
  box-shadow: 0 18px 44px rgba(96,165,250,.28);
  font-size: 25px;
  margin-bottom: 16px;
}

.sk-notify-box h2 {
  margin: 0;
  color: #f8fafc;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.sk-notify-box p {
  margin: 12px 0 0;
  color: #c7d2ee;
  line-height: 1.7;
  font-size: 15px;
}

.sk-notify-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.sk-notify-btn {
  cursor: pointer;
  min-height: 44px;
  padding: 0 15px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.16);
  color: #eef2ff;
  background: rgba(255,255,255,.08);
  font-weight: 900;
}

.sk-notify-btn:hover {
  background: rgba(255,255,255,.14);
}

.sk-notify-primary {
  color: #06111f;
  background: linear-gradient(135deg, #93c5fd, #c4b5fd);
  border: 0;
}

.sk-notify-danger {
  color: #fecdd3;
  background: rgba(251,113,133,.12);
  border-color: rgba(251,113,133,.24);
}

.sk-notify-note {
  margin-top: 14px;
  color: #93c5fd;
  font-size: 13px;
  line-height: 1.5;
}
