:root{--kra-app-height:100dvh;--kra-mobile-green:#0f5148}
html,body{min-height:100%;margin:0}
@supports(height:100dvh){html,body{min-height:100dvh}}
body.kra-pwa-standalone{
 min-height:var(--kra-app-height,100dvh)!important;
 background:#f4f7f8;
 overscroll-behavior-y:none
}
body.kra-pwa-standalone,body.kra-pwa-standalone *{box-sizing:border-box}
@media(max-width:820px){
 html{scroll-padding-top:0!important}
 body.kra-pwa-standalone{
  min-height:var(--kra-app-height,100dvh)!important;
  padding-top:env(safe-area-inset-top,0)!important;
  padding-bottom:env(safe-area-inset-bottom,0)!important
 }
 body.kra-pwa-standalone .app-shell,
 body.kra-pwa-standalone .page-shell,
 body.kra-pwa-standalone .main-wrapper,
 body.kra-pwa-standalone .content-wrapper,
 body.kra-pwa-standalone .main-content,
 body.kra-pwa-standalone main{
  min-height:0!important;
  margin-top:0!important
 }
 body.kra-pwa-standalone .v220-wrap{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:8px!important
 }
 body.kra-pwa-standalone .v220-head{margin-top:0!important}
}
.kra-install-page{
 min-height:100dvh;display:grid;place-items:center;padding:20px;
 background:linear-gradient(145deg,#eef8f5,#f7fafb);
 color:#15232b;font-family:system-ui,-apple-system,"Segoe UI",sans-serif
}
.kra-install-card{
 width:min(100%,620px);padding:26px;border:1px solid #d2e1dd;border-radius:20px;
 background:#fff;box-shadow:0 18px 55px rgba(15,81,72,.14)
}
.kra-install-brand{display:flex;align-items:center;gap:13px}
.kra-install-brand img{width:68px;height:68px;border-radius:15px}
.kra-install-card h1{margin:0;font-size:26px}
.kra-install-card p{line-height:1.6}
.kra-install-btn{
 display:flex;width:100%;min-height:50px;align-items:center;justify-content:center;
 margin-top:12px;padding:10px 16px;border:0;border-radius:11px;
 background:var(--kra-mobile-green);color:#fff;font-size:16px;font-weight:750;
 text-decoration:none;cursor:pointer
}
.kra-install-btn.secondary{background:#edf5f3;color:#164f47}
.kra-install-status{margin-top:14px;padding:11px;border-radius:10px;background:#f1f8f6}
.kra-ios-help{display:none;margin-top:15px;padding:13px;border:1px solid #d5e3df;border-radius:11px;background:#fbfdfc}
.kra-install-list{padding-left:20px;line-height:1.7}
