/* A-Noone SongDrop Vote4Me v1 */

.share-btn,
.gold-action-btn {
    border: 0;
    color: #1b1300;
    background: linear-gradient(135deg, #ffe36f, #ffb800 52%, #ffef9a);
    box-shadow:
        0 0 18px rgba(255, 191, 0, .18),
        inset 0 0 12px rgba(255, 255, 255, .22);
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
}

.share-btn {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 14px;
    font-size: 11px;
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        filter .18s ease;
}

.share-btn:hover,
.share-btn:focus-visible,
.gold-action-btn:hover,
.gold-action-btn:focus-visible {
    transform: translateY(-1px);
    filter: brightness(1.07);
    box-shadow:
        0 0 24px rgba(255, 191, 0, .28),
        0 0 40px rgba(255, 230, 111, .12),
        inset 0 0 12px rgba(255, 255, 255, .25);
    outline: none;
}

.vote4me-share-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    display: grid;
    place-items: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease;
}

.vote4me-share-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.vote4me-share-card {
    width: min(620px, calc(100vw - 28px));
    border-color: rgba(255, 202, 40, .34);
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 202, 40, .18), transparent 42%),
        radial-gradient(circle at 100% 100%, rgba(34, 255, 154, .10), transparent 42%),
        linear-gradient(135deg, rgba(14, 13, 9, .98), rgba(4, 15, 27, .98));
    box-shadow:
        0 30px 90px rgba(0, 0, 0, .62),
        inset 0 0 34px rgba(255, 202, 40, .055),
        0 0 34px rgba(255, 202, 40, .16);
}

.vote4me-share-card .eyebrow {
    color: #ffd54a;
    text-shadow: 0 0 15px rgba(255, 213, 74, .34);
}

.vote4me-share-lead {
    color: var(--muted);
    line-height: 1.65;
    margin: 12px 0 18px;
    font-weight: 750;
}

.vote4me-share-song {
    display: grid;
    gap: 5px;
    margin: 18px 0;
    padding: 16px;
    border: 1px solid rgba(255, 202, 40, .18);
    border-radius: 18px;
    background:
        linear-gradient(90deg, rgba(255, 202, 40, .09), transparent),
        rgba(1, 8, 16, .56);
}

.vote4me-share-song span {
    color: #ffd54a;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.vote4me-share-song strong {
    color: var(--text);
    font-size: clamp(22px, 4vw, 34px);
    letter-spacing: -.05em;
    line-height: 1.05;
}

.vote4me-copy-box {
    display: grid;
    gap: 8px;
    margin: 16px 0;
}

.vote4me-copy-box span {
    color: #ffd54a;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.vote4me-copy-box input {
    width: 100%;
    min-height: 48px;
    padding: 0 15px;
    border: 1px solid rgba(255, 202, 40, .22);
    border-radius: 15px;
    color: var(--text);
    background: rgba(1, 8, 16, .72);
    font: inherit;
    font-weight: 800;
    outline: none;
}

.vote4me-copy-box input:focus {
    border-color: rgba(255, 213, 74, .55);
    box-shadow: 0 0 0 3px rgba(255, 213, 74, .07);
}

.vote4me-share-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 18px;
}

.gold-action-btn,
.ghost-action-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 14px;
    text-decoration: none;
}

.ghost-action-btn {
    border: 1px solid rgba(117, 224, 255, .20);
    color: var(--text);
    background: rgba(0, 217, 255, .055);
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition:
        transform .18s ease,
        border-color .18s ease,
        background .18s ease;
}

.ghost-action-btn:hover,
.ghost-action-btn:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(0, 217, 255, .38);
    background: rgba(0, 217, 255, .095);
    outline: none;
}

.vote4me-copy-status {
    min-height: 18px;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.vote4me-copy-status.is-success {
    color: #ffd54a;
}

.vote4me-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: clamp(22px, 4vw, 54px);
}

.vote4me-card {
    position: relative;
    width: min(1040px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: clamp(22px, 4vw, 42px);
    align-items: center;
    padding: clamp(24px, 4vw, 48px);
    border: 1px solid rgba(255, 202, 40, .28);
    border-radius: clamp(28px, 4vw, 44px);
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 202, 40, .18), transparent 42%),
        radial-gradient(circle at 100% 100%, rgba(34, 255, 154, .10), transparent 42%),
        linear-gradient(135deg, rgba(5, 16, 30, .92), rgba(9, 8, 3, .88));
    box-shadow:
        0 34px 90px rgba(0, 0, 0, .48),
        inset 0 0 38px rgba(255, 202, 40, .055),
        0 0 48px rgba(255, 202, 40, .10);
    overflow: hidden;
}

.vote4me-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent, rgba(255, 213, 74, .10), transparent);
    transform: translateX(-100%);
    animation: vote4meSweep 4.8s ease-in-out infinite;
    pointer-events: none;
}

.vote4me-content {
    position: relative;
    z-index: 1;
}

.vote4me-badge {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgba(255, 202, 40, .32);
    border-radius: 999px;
    color: #1b1300;
    background: linear-gradient(135deg, #ffe36f, #ffb800);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .16em;
    text-transform: uppercase;
    box-shadow: 0 0 22px rgba(255, 202, 40, .16);
}

.vote4me-content h1 {
    margin: 18px 0 12px;
    color: var(--text);
    font-size: clamp(40px, 7vw, 88px);
    line-height: .88;
    letter-spacing: -.08em;
    text-shadow:
        0 0 24px rgba(255, 213, 74, .20),
        0 0 42px rgba(0, 217, 255, .12);
}

.vote4me-content h1 span {
    color: #ffd54a;
}

.vote4me-text {
    max-width: 680px;
    color: var(--muted);
    font-size: clamp(16px, 2vw, 21px);
    line-height: 1.62;
    font-weight: 760;
}

.vote4me-song-box {
    display: grid;
    gap: 6px;
    margin: 24px 0;
    padding: 18px;
    border: 1px solid rgba(255, 202, 40, .20);
    border-radius: 20px;
    background:
        linear-gradient(90deg, rgba(255, 202, 40, .085), transparent),
        rgba(1, 8, 16, .44);
}

.vote4me-song-box span {
    color: #ffd54a;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.vote4me-song-box strong {
    color: var(--text);
    font-size: clamp(24px, 4vw, 38px);
    letter-spacing: -.05em;
}

.vote4me-song-box small {
    color: var(--muted);
    font-weight: 850;
}

.vote4me-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.vote4me-primary,
.vote4me-secondary {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 16px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
}

.vote4me-primary {
    color: #1b1300;
    background: linear-gradient(135deg, #ffe36f, #ffb800 52%, #ffef9a);
    box-shadow: 0 0 24px rgba(255, 202, 40, .20);
}

.vote4me-secondary {
    color: var(--text);
    border: 1px solid rgba(117, 224, 255, .20);
    background: rgba(0, 217, 255, .055);
}

.vote4me-cat {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
}

.vote4me-cat img {
    width: min(250px, 38vw);
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 999px;
    background: rgba(0, 0, 0, .72);
    box-shadow:
        0 0 34px rgba(255, 202, 40, .16),
        0 0 44px rgba(0, 217, 255, .18),
        inset 0 0 34px rgba(0, 0, 0, .44);
    animation: vote4meFloat 4s ease-in-out infinite;
}

.vote4me-mini-note {
    margin-top: 13px;
    color: #ffd54a;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
    text-align: center;
}

.vote4me-error .vote4me-badge {
    background: linear-gradient(135deg, #ff819d, #ff315f);
    color: #fff;
}

@keyframes vote4meSweep {
    0%, 55% { transform: translateX(-110%); opacity: 0; }
    65% { opacity: .85; }
    100% { transform: translateX(110%); opacity: 0; }
}

@keyframes vote4meFloat {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-10px) rotate(1deg); }
}

@media (max-width: 820px) {
    .vote4me-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .vote4me-actions {
        justify-content: center;
    }

    .vote4me-cat {
        order: -1;
    }

    .share-btn {
        min-height: 38px;
        padding: 0 12px;
    }
}
