.gipycnpush-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 24px;
    z-index: 999999;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.gipycnpush-banner__content {
    width: min(440px, 100%);
    padding: 22px;
    border-radius: 24px;
    background: #ffffff;
    color: #111827;
    box-shadow: 0 18px 54px rgba(17, 24, 39, 0.22);
    pointer-events: auto;
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.gipycnpush-banner__title {
    display: block;
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.22;
    color: #111827;
}

.gipycnpush-banner__body {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.5;
    color: #374151;
}

.gipycnpush-banner__image-wrap {
    width: 100%;
    margin: 0 0 18px;
    overflow: hidden;
    border-radius: 18px;
    background: #f3f4f6;
}

.gipycnpush-banner__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.gipycnpush-banner__actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
}

.gipycnpush-banner .gipycnpush-banner__accept,
.gipycnpush-banner .gipycnpush-banner__later {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 8px 12px !important;
    white-space: nowrap;
    box-sizing: border-box;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #111827 !important;
    font-family: inherit !important;
    font-size: 12px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    font-weight: 600 !important;
    text-transform: none !important;
    text-decoration: none !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08) !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease !important;
}

.gipycnpush-banner .gipycnpush-banner__accept {
    font-weight: 700 !important;
    border-color: #dbe2ea !important;
    color: #0f172a !important;
}

.gipycnpush-banner .gipycnpush-banner__later {
    color: #4b5563 !important;
}

.gipycnpush-banner .gipycnpush-banner__accept:hover,
.gipycnpush-banner .gipycnpush-banner__later:hover,
.gipycnpush-banner .gipycnpush-banner__accept:focus,
.gipycnpush-banner .gipycnpush-banner__later:focus {
    transform: translateY(-1px);
    background: #ffffff !important;
    border-color: #cbd5e1 !important;
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.12) !important;
    outline: none !important;
}

@media (max-width: 480px) {
    .gipycnpush-banner__actions {
        gap: 6px;
    }

    .gipycnpush-banner .gipycnpush-banner__accept,
    .gipycnpush-banner .gipycnpush-banner__later {
        min-height: 32px !important;
        padding: 7px 10px !important;
        font-size: 11px !important;
        border-radius: 11px !important;
    }
}

.gipycnpush-bell {
    --gipycnpush-bell-size: 68px;
    --gipycnpush-bell-icon-size: 36px;
    --gipycnpush-bell-radius: 999px;
    --gipycnpush-bell-off-background: #ffffff;
    --gipycnpush-bell-on-background: #22c55e;
    --gipycnpush-bell-off-icon-color: #9ca3af;
    --gipycnpush-bell-on-icon-color: #facc15;
    --gipycnpush-bell-normal-opacity: 0.5;
    --gipycnpush-bell-hover-opacity: 1;
    --gipycnpush-bell-alert-color: #ef4444;
    --gipycnpush-bell-alert-size: 18px;
    --gipycnpush-bell-border-color: #ef4444;
    --gipycnpush-bell-border-width: 0px;
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999998;
    width: var(--gipycnpush-bell-size) !important;
    min-width: var(--gipycnpush-bell-size) !important;
    max-width: var(--gipycnpush-bell-size) !important;
    height: var(--gipycnpush-bell-size) !important;
    min-height: var(--gipycnpush-bell-size) !important;
    max-height: var(--gipycnpush-bell-size) !important;
    display: grid;
    place-items: center;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    overflow: visible !important;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    border: var(--gipycnpush-bell-border-width) solid var(--gipycnpush-bell-border-color);
    border-radius: var(--gipycnpush-bell-radius) !important;
    background: var(--gipycnpush-bell-off-background);
    box-shadow: 0 14px 38px rgba(17, 24, 39, 0.28);
    cursor: pointer;
    outline: none;
    opacity: var(--gipycnpush-bell-normal-opacity) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.gipycnpush-bell:hover,
.gipycnpush-bell:focus,
.gipycnpush-bell:focus-visible,
.gipycnpush-bell:active,
.gipycnpush-bell.gipycnpush-bell--on,
.gipycnpush-bell.gipycnpush-bell--off {
    border-radius: var(--gipycnpush-bell-radius) !important;
}

.gipycnpush-bell:hover {
    transform: translateY(-2px);
    opacity: var(--gipycnpush-bell-hover-opacity) !important;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.32);
}

.gipycnpush-bell:focus,
.gipycnpush-bell:focus-visible,
.gipycnpush-bell:active {
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    outline-offset: 0 !important;
    box-shadow: 0 14px 38px rgba(17, 24, 39, 0.28) !important;
    opacity: var(--gipycnpush-bell-normal-opacity) !important;
}

.gipycnpush-bell:hover:focus,
.gipycnpush-bell:hover:focus-visible,
.gipycnpush-bell:hover:active {
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.32) !important;
    opacity: var(--gipycnpush-bell-hover-opacity) !important;
}

.gipycnpush-bell--no-border,
.gipycnpush-bell--no-border:hover,
.gipycnpush-bell--no-border:focus,
.gipycnpush-bell--no-border:focus-visible,
.gipycnpush-bell--no-border:active {
    border: 0 !important;
}

.gipycnpush-bell::before,
.gipycnpush-bell::after {
    content: none !important;
    display: none !important;
}

.gipycnpush-bell__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--gipycnpush-bell-icon-size);
    height: var(--gipycnpush-bell-icon-size);
    color: var(--gipycnpush-bell-off-icon-color);
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.gipycnpush-bell__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.gipycnpush-bell__dot {
    position: absolute;
    top: 7px;
    right: 7px;
    width: var(--gipycnpush-bell-alert-size);
    height: var(--gipycnpush-bell-alert-size);
    border-radius: 999px;
    border: 3px solid #ffffff;
    background: var(--gipycnpush-bell-alert-color);
    box-sizing: border-box;
    transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.gipycnpush-bell--hide-alert .gipycnpush-bell__dot {
    display: none;
}

.gipycnpush-bell--off {
    background: var(--gipycnpush-bell-off-background) !important;
}

.gipycnpush-bell--off:hover,
.gipycnpush-bell--off:focus,
.gipycnpush-bell--off:focus-visible,
.gipycnpush-bell--off:active {
    background: var(--gipycnpush-bell-off-background) !important;
}

.gipycnpush-bell--off .gipycnpush-bell__icon,
.gipycnpush-bell--off:hover .gipycnpush-bell__icon,
.gipycnpush-bell--off:focus .gipycnpush-bell__icon,
.gipycnpush-bell--off:focus-visible .gipycnpush-bell__icon {
    color: var(--gipycnpush-bell-off-icon-color) !important;
    opacity: 1;
}

.gipycnpush-bell--off .gipycnpush-bell__dot,
.gipycnpush-bell--off:hover .gipycnpush-bell__dot,
.gipycnpush-bell--off:focus .gipycnpush-bell__dot,
.gipycnpush-bell--off:focus-visible .gipycnpush-bell__dot {
    background: var(--gipycnpush-bell-alert-color) !important;
    opacity: 1;
    transform: scale(0.88);
}

.gipycnpush-bell--on {
    background: var(--gipycnpush-bell-on-background) !important;
}

.gipycnpush-bell--on:hover,
.gipycnpush-bell--on:focus,
.gipycnpush-bell--on:focus-visible,
.gipycnpush-bell--on:active {
    background: var(--gipycnpush-bell-on-background) !important;
}

.gipycnpush-bell--on .gipycnpush-bell__icon,
.gipycnpush-bell--on:hover .gipycnpush-bell__icon,
.gipycnpush-bell--on:focus .gipycnpush-bell__icon,
.gipycnpush-bell--on:focus-visible .gipycnpush-bell__icon {
    color: var(--gipycnpush-bell-on-icon-color) !important;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-7deg);
}

.gipycnpush-bell--on .gipycnpush-bell__dot,
.gipycnpush-bell--on:hover .gipycnpush-bell__dot,
.gipycnpush-bell--on:focus .gipycnpush-bell__dot,
.gipycnpush-bell--on:focus-visible .gipycnpush-bell__dot {
    background: var(--gipycnpush-bell-alert-color) !important;
    opacity: 1;
    transform: scale(1.08);
}

@media (max-width: 560px) {
    .gipycnpush-banner {
        left: 12px;
        right: 12px;
        top: 12px;
    }

    .gipycnpush-banner__content {
        border-radius: 20px;
        padding: 18px;
    }

    .gipycnpush-banner__actions {
        flex-direction: column;
    }

    .gipycnpush-banner__accept,
    .gipycnpush-banner__later {
        width: 100%;
    }

    .gipycnpush-bell__dot {
        top: 6px;
        right: 6px;
    }
}
