.plan-upgrade-prompt[hidden] {
    display: none !important;
}

.plan-upgrade-prompt {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.plan-upgrade-prompt__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.48);
    backdrop-filter: blur(2px);
}

.plan-upgrade-prompt__dialog {
    position: relative;
    width: min(100%, 440px);
    overflow: hidden;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.24);
}

.plan-upgrade-prompt__body {
    padding: 28px 28px 22px;
    text-align: center;
}

.plan-upgrade-prompt__icon {
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 28px;
}

.plan-upgrade-prompt__title {
    margin: 18px 0 8px;
    color: #0f172a;
    font-size: 20px;
    font-weight: 700;
}

.plan-upgrade-prompt__message {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.7;
}

.plan-upgrade-prompt__feature {
    display: inline-flex;
    margin-top: 14px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: 12px;
    font-weight: 600;
}

.plan-upgrade-prompt__actions {
    display: flex;
    gap: 10px;
    padding: 16px 22px 22px;
    background: #f8fafc;
}

.plan-upgrade-prompt__button {
    flex: 1;
    min-height: 42px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.plan-upgrade-prompt__button--secondary {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #475569;
}

.plan-upgrade-prompt__button--primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2563eb;
    background: #2563eb;
    color: #ffffff;
    text-decoration: none;
}

.plan-upgrade-prompt__button--primary:hover {
    background: #1d4ed8;
}
