body{padding-bottom:var(--sticky-ad-space,0px)}
.back-top,.toast{bottom:calc(var(--sticky-ad-space,0px) + 20px)}
.sticky-ad{position:fixed;left:50%;bottom:calc(8px + env(safe-area-inset-bottom));transform:translateX(-50%);z-index:60;display:grid;grid-template-columns:var(--ad-width) 44px;gap:8px;align-items:center;width:calc(var(--ad-width) + 52px)}
.sticky-ad iframe{display:block;width:var(--ad-width);height:var(--ad-height);border:0;background:transparent}
.sticky-ad-label{position:absolute;top:-17px;left:0;font:10px/14px system-ui;color:#c0ccd8;text-shadow:0 1px 3px #000}
.sticky-ad-close{width:44px;height:44px;min-height:44px;padding:0;border:1px solid #55d6ff55;border-radius:9px;background:#0d1826;color:#fff;font:28px/1 system-ui;cursor:pointer}
.sticky-ad-close:hover{background:#20364b}
