/* GatyyPay Auth Brand - Premium Compact Logo */

.gp-auth-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 132px !important;
  height: auto !important;
  text-decoration: none !important;
  position: relative !important;
  isolation: isolate !important;
  margin: 0 0 34px 0 !important;
  flex: 0 0 auto !important;
}

.gp-auth-logo::before {
  content: "";
  position: absolute;
  inset: 18% 8% 10%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 38% 42%, rgba(249, 203, 55, .18), transparent 48%),
    radial-gradient(circle at 68% 48%, rgba(34, 235, 225, .14), transparent 46%);
  filter: blur(14px);
  opacity: .72;
  z-index: -1;
  pointer-events: none;
}

.gp-auth-logo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  filter:
    drop-shadow(0 10px 24px rgba(0, 0, 0, .34))
    drop-shadow(0 0 14px rgba(38, 231, 220, .12)) !important;
}

.gp-auth-logo:hover img {
  transform: translateY(-1px) scale(1.01);
}

/* Login/Register eski G kutucuğu görünmesin */
.auth-shell .brand:not(.gp-auth-logo),
body .brand:not(.gp-auth-logo) {
  display: none !important;
}

@media (max-width: 900px) {
  .gp-auth-logo {
    width: 122px !important;
    margin-bottom: 24px !important;
  }
}

@media (max-width: 620px) {
  .gp-auth-logo {
    width: 112px !important;
    margin-bottom: 20px !important;
  }
}

/* === GatyyPay Login Mobile + PWA Actions START === */
.auth-support-actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.auth-action-link {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid rgba(166, 214, 235, .24);
  border-radius: 15px;
  background: rgba(12, 24, 40, .74);
  color: #fff4df;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.auth-action-link:hover,
.auth-action-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(49, 244, 216, .72);
  background: rgba(17, 34, 55, .92);
  box-shadow: 0 0 0 3px rgba(49, 244, 216, .12);
  outline: none;
}

.auth-action-link strong {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .1px;
}

.auth-action-link small {
  display: block;
  margin-top: 3px;
  color: #a9c4d9;
  font-size: 12px;
  line-height: 1.35;
}

.auth-action-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 226, 122, .95), rgba(49, 244, 216, .92));
  color: #06101d;
  font-size: 17px;
  font-weight: 900;
}

.install-link {
  appearance: none;
  font: inherit;
}

.install-link[hidden] {
  display: none !important;
}

.auth-install-hint {
  margin-top: 10px;
  padding: 11px 13px;
  border-radius: 13px;
  border: 1px solid rgba(212, 175, 55, .34);
  background: rgba(212, 175, 55, .08);
  color: #ffeab0;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 640px) {
  body {
    min-height: 100svh;
  }

  .auth-shell {
    min-height: 100svh;
    padding: 18px 14px;
    align-items: stretch;
  }

  .auth-card {
    width: 100%;
    max-width: 100%;
    margin: auto 0;
    border-radius: 20px;
    padding: 24px 18px;
  }

  .auth-card.narrow {
    max-width: 100%;
  }

  .brand-lockup {
    align-items: flex-start;
    gap: 12px;
  }

  .brand-lockup h1,
  .auth-card h1 {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.05;
  }

  .field input,
  .field select,
  .primary-btn,
  .secondary-btn,
  .auth-action-link {
    min-height: 48px;
  }

  .auth-actions,
  .form-actions {
    gap: 12px;
    align-items: stretch;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
    justify-content: center;
  }

  .auth-links {
    text-align: center;
  }
}

@media (max-width: 390px) {
  .auth-card {
    padding: 22px 14px;
  }

  .auth-action-link {
    padding: 12px;
  }

  .auth-action-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
}
/* === GatyyPay Login Mobile + PWA Actions END === */
