.premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.8rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(212, 165, 116, 0.18);
    border: 1px solid rgba(212, 165, 116, 0.75);
    color: #f2cfaa;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.premium-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(5, 15, 24, 0.82);
}

.premium-modal-backdrop.open { display: flex; }

.premium-dialog {
    width: min(560px, 100%);
    max-height: 92vh;
    overflow-y: auto;
    border: 1px solid rgba(212, 165, 116, 0.55);
    border-radius: 16px;
    padding: 1.75rem;
    background: linear-gradient(160deg, #23485f 0%, #102535 100%);
    color: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
    text-align: left;
}

.premium-dialog h2 { margin: 0 2rem 0.75rem 0; font-size: 1.55rem; }
.premium-dialog p { line-height: 1.55; margin: 0 0 1rem; }
.premium-price { color: #f2cfaa; font-size: 1.05rem; font-weight: 700; }
.premium-actions { display: grid; gap: 0.65rem; margin-top: 1.25rem; }
.premium-button {
    border: 1px solid rgba(255,255,255,0.32);
    border-radius: 9px;
    padding: 0.8rem 1rem;
    background: rgba(255,255,255,0.1);
    color: white;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}
.premium-button.primary { background: #d4a574; border-color: #d4a574; color: #102535; }
.premium-button:disabled { cursor: not-allowed; opacity: 0.55; }
.premium-close {
    float: right;
    border: 0;
    background: transparent;
    color: white;
    font-size: 1.7rem;
    cursor: pointer;
}
.premium-status { min-height: 1.4em; color: #f2cfaa; font-size: 0.9rem; }
.premium-restore-form { display: grid; gap: 0.75rem; margin-top: 1rem; }
.premium-restore-form[hidden] { display: none; }
.premium-restore-form label { display: grid; gap: 0.3rem; font-weight: 700; }
.premium-input {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 7px;
    padding: 0.7rem;
    background: rgba(255,255,255,0.1);
    color: white;
    font: inherit;
}

.premium-inline-gate {
    max-width: 650px;
    margin: 3rem auto;
    padding: 2rem;
    border: 1px solid rgba(212,165,116,0.55);
    border-radius: 14px;
    background: rgba(255,255,255,0.08);
    text-align: center;
    color: white;
}
.premium-inline-gate h2 { margin-bottom: 0.75rem; }
.premium-inline-gate p { line-height: 1.55; margin-bottom: 1rem; }

.audio-player.locked { border-color: rgba(212,165,116,0.45); }
.audio-player.locked .audio-btn { opacity: 0.9; }
.locked-meditation {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    border: 1px solid rgba(212,165,116,0.45);
    border-radius: 6px;
    background: rgba(212,165,116,0.1);
    color: #f2cfaa;
    font: inherit;
    cursor: pointer;
    text-align: left;
}

.premium-toast {
    position: fixed;
    left: 50%;
    bottom: 1.25rem;
    z-index: 10001;
    transform: translateX(-50%);
    max-width: min(540px, calc(100% - 2rem));
    padding: 0.8rem 1rem;
    border-radius: 8px;
    background: #102535;
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}
