/* Naharland v1.0.370 - Mobile PWA launch welcome only. */
.nl-pwa-launch-welcome{
  position:fixed;
  inset:0;
  z-index:2147482100;
  direction:rtl;
  display:grid;
  place-items:center;
  padding:22px;
  opacity:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 26% 18%, rgba(255,255,255,.18), transparent 19rem),
    radial-gradient(circle at 78% 82%, rgba(246,196,83,.18), transparent 17rem),
    linear-gradient(145deg,#25030a 0%,#4a0710 35%,#74141f 70%,#a72a39 100%);
  color:#fff;
  font-family:"Vazirmatn","Noto Sans Arabic","Segoe UI",Tahoma,Arial,sans-serif;
  transform:translateZ(0);
  transition:opacity .42s ease;
}
.nl-pwa-launch-welcome.nl-pwa-launch-visible{
  opacity:1;
  pointer-events:auto;
}
.nl-pwa-launch-welcome.nl-pwa-launch-hide{
  opacity:0;
  pointer-events:none;
}
.nl-pwa-launch-card{
  width:min(430px,100%);
  min-height:min(560px,82dvh);
  border-radius:38px;
  border:1px solid rgba(255,255,255,.22);
  background:
    linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.07)),
    radial-gradient(circle at 50% 0%,rgba(255,255,255,.20),transparent 16rem);
  box-shadow:0 34px 95px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.16);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:34px 24px 28px;
  position:relative;
  overflow:hidden;
}
.nl-pwa-launch-card:before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  right:-130px;
  top:-120px;
}
.nl-pwa-launch-card:after{
  content:"";
  position:absolute;
  width:250px;
  height:250px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  left:-92px;
  bottom:-96px;
}
.nl-pwa-launch-logo{
  width:112px;
  height:112px;
  border-radius:34px;
  background:#fff;
  padding:10px;
  box-shadow:0 24px 55px rgba(0,0,0,.30),0 0 0 8px rgba(255,255,255,.10);
  display:grid;
  place-items:center;
  margin-bottom:22px;
  position:relative;
  z-index:1;
  animation:nlPwaLogoPop .9s cubic-bezier(.2,.95,.25,1.16) both;
}
.nl-pwa-launch-logo img{
  width:100%;
  height:100%;
  border-radius:26px;
  object-fit:cover;
}
.nl-pwa-launch-eyebrow{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  border-radius:999px;
  padding:5px 15px;
  margin-bottom:15px;
  color:#ffe7dc;
  background:rgba(0,0,0,.16);
  border:1px solid rgba(255,255,255,.20);
  font-size:12px;
  font-weight:1000;
  letter-spacing:.1px;
  animation:nlPwaFadeUp .55s ease .18s both;
}
.nl-pwa-launch-title{
  position:relative;
  z-index:1;
  margin:0;
  font-size:clamp(27px,7vw,38px);
  line-height:1.48;
  font-weight:1000;
  letter-spacing:-.9px;
  text-shadow:0 12px 30px rgba(0,0,0,.24);
  animation:nlPwaFadeUp .6s ease .28s both;
}
.nl-pwa-launch-subtitle{
  position:relative;
  z-index:1;
  margin:13px 0 0;
  max-width:330px;
  color:#fff2ec;
  font-size:14px;
  font-weight:850;
  line-height:2;
  animation:nlPwaFadeUp .62s ease .38s both;
}
.nl-pwa-launch-loader{
  position:relative;
  z-index:1;
  width:min(260px,76%);
  height:8px;
  border-radius:999px;
  margin-top:30px;
  overflow:hidden;
  background:rgba(255,255,255,.18);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.10);
}
.nl-pwa-launch-loader span{
  display:block;
  height:100%;
  width:42%;
  border-radius:inherit;
  background:linear-gradient(90deg,#f5c46b,#fff4d6,#f97316);
  box-shadow:0 0 18px rgba(245,196,107,.42);
  animation:nlPwaLoader 1.28s ease-in-out infinite;
}
.nl-pwa-launch-skip{
  position:absolute;
  z-index:2;
  left:18px;
  top:18px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(0,0,0,.14);
  color:#fff6ef;
  border-radius:999px;
  min-height:34px;
  padding:5px 12px;
  font:inherit;
  font-size:12px;
  font-weight:950;
}
@keyframes nlPwaLogoPop{from{opacity:0;transform:translateY(12px) scale(.78) rotate(-2deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0)}}
@keyframes nlPwaFadeUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@keyframes nlPwaLoader{0%{transform:translateX(140%)}50%{transform:translateX(0)}100%{transform:translateX(-170%)}}
@media (min-width: 760px){
  .nl-pwa-launch-welcome:not(.nl-pwa-launch-force-desktop){display:none!important;}
}
@media (max-width: 420px){
  .nl-pwa-launch-card{border-radius:30px;min-height:min(520px,82dvh);padding:29px 18px 24px;}
  .nl-pwa-launch-logo{width:92px;height:92px;border-radius:30px;margin-bottom:18px;}
  .nl-pwa-launch-logo img{border-radius:22px;}
  .nl-pwa-launch-title{font-size:28px;line-height:1.55;}
  .nl-pwa-launch-subtitle{font-size:13px;line-height:1.95;}
}
@media (prefers-reduced-motion: reduce){
  .nl-pwa-launch-welcome,.nl-pwa-launch-logo,.nl-pwa-launch-eyebrow,.nl-pwa-launch-title,.nl-pwa-launch-subtitle,.nl-pwa-launch-loader span{animation:none!important;transition:none!important;}
}
