/**
 * Davet kabul ekranı — site-login ile aynı tam ekran kaplaması
 */

body.invite-accept-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body.invite-accept-open .app-shell {
  visibility: hidden;
}

#invite-accept-root {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: none;
  overflow: auto;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(37, 99, 235, 0.18), transparent 55%),
    linear-gradient(165deg, #0b1220 0%, #111827 45%, #0f172a 100%);
}

body.invite-accept-open #invite-accept-root {
  display: block;
}

.invite-accept {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  box-sizing: border-box;
}

.invite-accept-card {
  width: min(420px, 100%);
  padding: 2rem 1.75rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
}

.invite-accept-logo {
  display: block;
  height: 40px;
  width: auto;
  margin: 0 auto 1.25rem;
}

.invite-accept-title {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  text-align: center;
}

.invite-accept-subtitle {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #475569;
  text-align: center;
}

.invite-accept-email {
  margin: 0 0 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  color: #64748b;
}

.invite-accept-form .new-case-field {
  margin-bottom: 0.85rem;
}

.invite-accept-error {
  margin: 0 0 0.85rem;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  background: #fef2f2;
  color: #b91c1c;
  font-size: 0.875rem;
}

.invite-accept-submit {
  width: 100%;
  margin-top: 0.35rem;
}

.invite-accept-card .btn-secondary {
  display: inline-flex;
  margin-top: 0.75rem;
  text-decoration: none;
}
