.aid-badge {
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0f0f12;
    color: #e8e8f0;
    font-size: 11px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    padding: 7px 14px;
    border-radius: 20px;
    letter-spacing: 0.3px;
    opacity: 0.88;
    transition: opacity .2s ease, transform .2s ease;
    box-shadow: 0 2px 12px rgba(0,0,0,.3);
    border: 1px solid rgba(255,255,255,.08);
    pointer-events: none;
}
.aid-badge--bottom-right { right: 20px; }
.aid-badge--bottom-left  { left: 20px; }
.aid-badge-icon  { color: #6ee7b7; font-size: 10px; }
.aid-badge-text  { color: #e8e8f0; }

@media (max-width: 480px) {
    .aid-badge { bottom: 12px; padding: 5px 11px; font-size: 10px; }
    .aid-badge--bottom-right { right: 12px; }
    .aid-badge--bottom-left  { left: 12px; }
}
