#gone-promo {
    box-sizing: border-box;
    position: fixed;
    right: max(20px, env(safe-area-inset-right));
    bottom: max(var(--gone-support-bottom, 20px), env(safe-area-inset-bottom));
    z-index: 40;
    width: 360px;
    max-width: calc(100vw - 40px);
    padding: 22px;
    border: 1px solid #426554;
    border-radius: 18px;
    background: #17221e;
    box-shadow: 0 16px 48px #0005;
    color: #e8edef;
    font: 14px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-align: left;
    animation: none;
    transition: none;
}
#gone-promo[hidden] { display: none !important; }
#gone-promo .gone-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #b1c6bb; font-size: 11px; }
#gone-promo .gone-close { display: grid; place-items: center; flex-shrink: 0; width: 36px; height: 36px; border: 1px solid #557361; border-radius: 50%; background: #17221e; color: #e8edef; font: 26px/1 sans-serif; cursor: pointer; }
#gone-promo .gone-logo { display: block; margin: 12px 0; width: 125px; height: 32px; }
#gone-promo h2 { margin: 12px 0; font-size: 30px; font-weight: 650; line-height: 1.1; letter-spacing: -.025em; }
#gone-promo h2 span { display: block; color: #81ddb3; }
#gone-promo p { margin: 12px 0; color: #c0d0c7; }
#gone-promo ul { margin: 18px 0; padding-left: 18px; list-style: disc; font-size: 13px; }
#gone-promo li { margin: 8px 0; }
#gone-promo li::marker { color: #81ddb3; }
#gone-promo .gone-cta { display: flex; justify-content: space-between; padding: 13px 15px; border-radius: 9px; background: #69d9a8; color: #102a1d; text-decoration: none; font-weight: 650; }
#gone-promo .gone-cta:hover { background: #95e9c2; }
#gone-promo .gone-small { margin: 12px 0 0; font-size: 11px; line-height: 1.8; text-align: center; }
#gone-promo a:focus-visible, #gone-promo button:focus-visible { outline: 3px solid #c7ffe1; outline-offset: 4px; }
