.ws-install-banner{position:fixed;z-index:1600;left:12px;right:12px;bottom:calc(80px + env(safe-area-inset-bottom,0px));max-width:480px;margin:0 auto;padding:14px;background:#10261c;color:#f7fff9;border:1px solid #3e6d53;border-radius:18px;box-shadow:0 16px 42px rgba(0,0,0,.3);font-family:Outfit,system-ui,sans-serif;box-sizing:border-box}
.ws-install-banner[hidden],.ws-install-steps[hidden]{display:none!important}
.ws-install-main{display:flex;align-items:center;gap:11px}
.ws-install-logo{width:42px;height:42px;object-fit:contain;flex:none;background:#fff;border-radius:11px;padding:4px;box-sizing:border-box}
.ws-install-copy{min-width:0;flex:1}
.ws-install-copy strong{display:block;font-size:15px;line-height:1.2}
.ws-install-copy span{display:block;margin-top:3px;color:#c4dfce;font-size:12px;line-height:1.3}
.ws-install-action{border:0;border-radius:11px;background:#00d66d;color:#092318;font:700 13px Outfit,system-ui,sans-serif;padding:11px 13px;min-height:44px;cursor:pointer}
.ws-install-close{border:0;background:transparent;color:#c4dfce;width:34px;height:44px;display:grid;place-items:center;cursor:pointer;flex:none}
.ws-install-close svg,.ws-install-steps svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ws-install-steps{margin-top:13px;padding:12px;border-radius:12px;background:#1c3a2b;font-size:13px;line-height:1.45;color:#f7fff9}
.ws-install-steps p{margin:0}
.ws-install-steps p+p{margin-top:8px}
.ws-install-steps svg{width:17px;height:17px;vertical-align:-4px;margin:0 3px}
@media(min-width:821px){.ws-install-banner{display:none!important}}
@media(max-width:380px){.ws-install-banner{left:8px;right:8px;padding:11px;gap:6px}.ws-install-logo{width:37px;height:37px}.ws-install-action{padding:10px}.ws-install-copy strong{font-size:13px}}
@media(prefers-reduced-motion:no-preference){.ws-install-banner:not([hidden]){animation:ws-install-appear .22s ease-out}@keyframes ws-install-appear{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}}
.ws-nav-progress{position:fixed;top:0;left:0;width:0;height:3px;background:#00c976;box-shadow:0 0 10px #00c97699;z-index:9999;pointer-events:none;opacity:0;transition:width .8s ease-out,opacity .15s ease-out}
.ws-nav-progress.is-active{opacity:1}
@media(prefers-reduced-motion:reduce){.ws-nav-progress{transition:none}}
