:root{color-scheme:dark;--pink:#ff0092;--black:#111116;--panel:#202027;--muted:#aaaab0}
*{box-sizing:border-box}
html,body{width:100%;height:100%;margin:0;background:var(--black);font-family:Arial,Helvetica,sans-serif}
body{overflow:hidden}
.shell{display:flex;flex-direction:column;width:100%;height:100vh;height:100dvh;min-height:0}
.push-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:calc(10px + env(safe-area-inset-top,0px)) max(14px,env(safe-area-inset-right,0px)) 10px max(14px,env(safe-area-inset-left,0px));background:var(--black);color:#fff;border-bottom:1px solid #303038}
.push-copy{min-width:0}
.push-title{font-size:13px;font-weight:900;letter-spacing:.4px}
.push-status{margin-top:3px;color:var(--muted);font-size:11px}
.push-button{flex:0 0 auto;border:0;border-radius:9px;padding:10px 13px;background:#fff;color:var(--black);font-size:11px;font-weight:900;cursor:pointer}
.push-button[data-enabled="true"]{background:var(--panel);color:#fff;border:1px solid #3b3b42}
.push-button:disabled{opacity:.55;cursor:wait}
.portal-frame{display:block;flex:1 1 0;width:100%;height:0;min-height:0;border:0;background:#f7f8fb}
.unsupported{display:none;padding:10px 14px;background:#3a142a;color:#ffb4dc;font-size:12px}
@media(max-width:480px){
  .push-bar{align-items:stretch;flex-direction:column;gap:9px}
  .push-copy{text-align:center}
  .push-title{font-size:14px}
  .push-status{font-size:11px;line-height:1.35}
  .push-button{width:100%;min-height:44px;font-size:12px;white-space:normal}
}
@media(min-width:721px){.push-bar{padding:10px 28px}.push-title{font-size:14px}.push-status{font-size:12px}}
