/* v3.12.70 — iOS snapshot koruması, normal site yazısı ve gerçek tablet/iPad giriş düzeni */
#splash .splash-credit b{font-weight:600!important;letter-spacing:.01em!important}

/* iOS/iPadOS Home Screen uygulaması arka plana alınırken kaydedilecek temiz yüzey. */
#iosSnapshotGuard{
  position:fixed;inset:0;z-index:2147483647;display:none;
  width:100%;height:var(--pd-app-height,100dvh);margin:0;padding:0;
  background:linear-gradient(155deg,#744df0 0%,#673de6 48%,#4f22c7 100%);
  color:#fff;overflow:hidden;pointer-events:none;
}
#iosSnapshotGuard.is-visible{display:flex!important}
#iosSnapshotGuard .snapshot-inner{
  width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:calc(24px + env(safe-area-inset-top,0px)) calc(22px + env(safe-area-inset-right,0px)) calc(24px + env(safe-area-inset-bottom,0px)) calc(22px + env(safe-area-inset-left,0px));
  text-align:center;
}
#iosSnapshotGuard .snapshot-logo{width:72px;height:72px;margin:0 0 22px;object-fit:contain}
#iosSnapshotGuard .snapshot-kicker{font-size:11px;font-weight:700;letter-spacing:.18em;color:rgba(255,255,255,.82)}
#iosSnapshotGuard .snapshot-title{margin:8px 0 12px;font-size:clamp(30px,6vw,52px);font-weight:900;line-height:1;letter-spacing:-.045em;color:#fff}
#iosSnapshotGuard .snapshot-description{max-width:470px;margin:0;color:rgba(255,255,255,.84);font-size:14px;line-height:1.6}
#iosSnapshotGuard .snapshot-site{margin-top:44px;font-size:14px;font-weight:600;color:#fff}

/* Tablet ve iPad: telefonu büyütmez, masaüstünü küçültmez; ayrı iki bölümlü görünüm. */
@media (min-width:768px) and (max-width:1180px){
  body:not(.host-authenticated) #app.app-shell,
  body:not(.host-authenticated) .host-main,
  body:not(.host-authenticated) #view.view.host-content{
    width:100%!important;height:var(--pd-app-height)!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#f5f2fc!important;
  }
  body:not(.host-authenticated) .secure-login-page{
    display:grid!important;
    grid-template-columns:minmax(260px,38%) minmax(0,62%)!important;
    grid-template-rows:1fr!important;
    width:100%!important;height:var(--pd-app-height)!important;min-height:0!important;
    margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important;background:#fff!important;
  }
  body:not(.host-authenticated) .secure-login-visual{
    display:flex!important;min-width:0!important;min-height:0!important;height:100%!important;
    padding:calc(42px + var(--pd-safe-top)) 34px calc(38px + var(--pd-safe-bottom))!important;
    flex-direction:column!important;align-items:flex-start!important;justify-content:space-between!important;
    background:radial-gradient(circle at 12% 12%,rgba(255,255,255,.17),transparent 31%),linear-gradient(145deg,#7957ef 0%,#673de6 50%,#4720bd 100%)!important;
  }
  body:not(.host-authenticated) .secure-login-visual>img{width:68px!important;height:68px!important;flex:none!important}
  body:not(.host-authenticated) .secure-login-visual>div{margin:auto 0!important;max-width:360px!important}
  body:not(.host-authenticated) .secure-login-visual span{display:block!important;margin:0 0 12px!important;font-size:11px!important;font-weight:700!important;letter-spacing:.16em!important}
  body:not(.host-authenticated) .secure-login-visual h1{margin:0 0 18px!important;font-size:clamp(43px,5.2vw,66px)!important;line-height:.9!important;letter-spacing:-.065em!important}
  body:not(.host-authenticated) .secure-login-visual p{max-width:340px!important;margin:0!important;font-size:14px!important;line-height:1.6!important}
  body:not(.host-authenticated) .secure-login-visual>small{display:block!important;font-size:12px!important;font-weight:500!important;color:rgba(255,255,255,.76)!important}
  body:not(.host-authenticated) .secure-login-panel{
    display:flex!important;align-items:center!important;justify-content:center!important;
    width:100%!important;height:100%!important;min-height:0!important;
    padding:calc(30px + var(--pd-safe-top)) calc(30px + var(--pd-safe-right)) calc(30px + var(--pd-safe-bottom)) 30px!important;
    overflow:hidden!important;background:linear-gradient(180deg,#fff 0%,#fbfaff 100%)!important;
  }
  body:not(.host-authenticated) .secure-login-card{
    width:min(100%,620px)!important;height:auto!important;max-height:100%!important;
    margin:0!important;padding:36px 38px!important;border:1px solid #e9e4f5!important;border-radius:26px!important;
    box-shadow:0 22px 60px rgba(48,29,103,.12)!important;overflow-x:hidden!important;overflow-y:auto!important;background:#fff!important;
  }
  body:not(.host-authenticated) .business-request-page{
    display:grid!important;grid-template-columns:minmax(240px,32%) minmax(0,68%)!important;width:100%!important;height:var(--pd-app-height)!important;overflow:hidden!important;
  }
  body:not(.host-authenticated) .business-request-visual{display:flex!important;height:100%!important}
  body:not(.host-authenticated) .business-request-panel{height:100%!important;min-height:0!important;padding:calc(24px + var(--pd-safe-top)) 28px calc(24px + var(--pd-safe-bottom))!important;overflow:hidden!important}
  body:not(.host-authenticated) .business-request-card{width:min(100%,760px)!important;height:auto!important;max-height:100%!important;padding:34px 38px!important;overflow-y:auto!important;border-radius:24px!important}
}

/* Dar/portre iPad: marka alanı kompakt üst şerit, form geniş ve okunaklı. */
@media (min-width:768px) and (max-width:900px) and (orientation:portrait){
  body:not(.host-authenticated) .secure-login-page{grid-template-columns:1fr!important;grid-template-rows:190px minmax(0,1fr)!important}
  body:not(.host-authenticated) .secure-login-visual{padding:calc(24px + var(--pd-safe-top)) 40px 24px!important;display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;grid-template-rows:1fr!important;gap:24px!important;align-items:center!important}
  body:not(.host-authenticated) .secure-login-visual>img{width:60px!important;height:60px!important}
  body:not(.host-authenticated) .secure-login-visual>div{margin:0!important;max-width:none!important}
  body:not(.host-authenticated) .secure-login-visual span{margin:0 0 6px!important;font-size:10px!important}
  body:not(.host-authenticated) .secure-login-visual h1{margin:0 0 7px!important;font-size:38px!important;line-height:.92!important}
  body:not(.host-authenticated) .secure-login-visual p{max-width:560px!important;font-size:13px!important;line-height:1.45!important}
  body:not(.host-authenticated) .secure-login-visual>small{display:none!important}
  body:not(.host-authenticated) .secure-login-panel{align-items:flex-start!important;padding:28px 34px calc(28px + var(--pd-safe-bottom))!important}
  body:not(.host-authenticated) .secure-login-card{width:min(100%,680px)!important;padding:34px 38px!important}
}

/* Küçük tablet yatayda formun dikey taşmasını önler. */
@media (min-width:768px) and (max-width:1180px) and (max-height:720px){
  body:not(.host-authenticated) .secure-login-panel{padding-top:20px!important;padding-bottom:20px!important}
  body:not(.host-authenticated) .secure-login-card{padding:26px 32px!important}
  body:not(.host-authenticated) .secure-login-brand{margin-bottom:16px!important}
  body:not(.host-authenticated) .login-heading{margin:15px 0 13px!important}
}
