.pwa-banner{position:fixed;left:50%;bottom:calc(16px + env(safe-area-inset-bottom, 0px));transform:translateX(-50%);z-index:1000;display:flex;align-items:center;gap:12px;width:min(440px,calc(100vw - 24px));padding:12px 14px;border-radius:16px;background:#1b1d24;border:1px solid hsla(0,0%,100%,.09);box-shadow:0 12px 40px rgba(0,0,0,.5);color:#eaeaea;animation:pwa-rise .35s cubic-bezier(.22,1,.36,1)}@keyframes pwa-rise{0%{opacity:0;transform:translate(-50%,16px)}to{opacity:1;transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.pwa-banner{animation:none}}.pwa-banner__icon{flex:0 0 auto;width:40px;height:40px;border-radius:10px;overflow:hidden;display:grid;place-items:center;background:#0f1013}.pwa-banner__icon img{width:40px;height:40px;-o-object-fit:contain;object-fit:contain}.pwa-banner__text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px;line-height:1.25}.pwa-banner__text strong{font-size:14px;font-weight:600}.pwa-banner__text span{font-size:12px;color:#9aa0aa}.pwa-banner__cta{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.pwa-banner__close{flex:0 0 auto;display:grid;place-items:center;width:28px;height:28px;border:none;border-radius:8px;background:transparent;color:#9aa0aa;cursor:pointer}.pwa-banner__close:hover{background:hsla(0,0%,100%,.08);color:#eaeaea}.pwa-ios-overlay{position:fixed;inset:0;z-index:1001;display:grid;place-items:end center;background:rgba(0,0,0,.55);padding:0 12px calc(16px + env(safe-area-inset-bottom, 0px));animation:pwa-fade .2s ease}@keyframes pwa-fade{0%{opacity:0}to{opacity:1}}.pwa-ios-sheet{position:relative;width:min(440px,100%);margin-bottom:8px;padding:22px 20px 18px;border-radius:20px;background:#1b1d24;border:1px solid hsla(0,0%,100%,.09);box-shadow:0 -8px 40px rgba(0,0,0,.5);color:#eaeaea}.pwa-ios-sheet h3{margin:0 0 6px;font-size:17px}.pwa-ios-sheet p{margin:0 0 12px;font-size:13px;color:#9aa0aa}.pwa-ios-sheet ol{margin:0 0 16px;padding-left:20px;display:flex;flex-direction:column;gap:10px;font-size:14px}.pwa-ios-sheet ol li{line-height:1.5}.pwa-ios-inline{display:inline-block;vertical-align:-3px;color:#d4af37}.pwa-ios-sheet__close{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:30px;height:30px;border:none;border-radius:9px;background:hsla(0,0%,100%,.06);color:#9aa0aa;cursor:pointer}.pwa-ios-sheet__close:hover{background:hsla(0,0%,100%,.12);color:#eaeaea}