/* LITE plan paywall modal and locked nav affordance */
.org-plan-modal h2 {
    margin-bottom: 12px;
}

.org-plan-body {
    color: var(--text-muted, #a0a0b0);
    line-height: 1.5;
    margin-bottom: 12px;
}

.org-plan-contact a {
    color: var(--primary-light, #8b5cf6);
    text-decoration: none;
}

.org-plan-contact a:hover {
    text-decoration: underline;
}

.btn-nav.nav-plan-locked::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    vertical-align: -1px;
    opacity: 0.65;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='3' y='11' width='18' height='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='3' y='11' width='18' height='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.lite-home-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 240px;
    padding: 32px;
    text-align: center;
    color: var(--text-muted, #a0a0b0);
    font-size: var(--base-font-size, 15px);
    line-height: 1.5;
}

.org-dir-lite-badge {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: rgba(139, 92, 246, 0.2);
    color: var(--primary-light, #a78bfa);
    vertical-align: middle;
}

.rbac-lite-cap-hint {
    color: var(--text-muted, #a0a0b0);
    font-size: var(--small-font-size, 13px);
    margin-top: 8px;
}

.rbac-lite-banner {
    margin: 0 0 12px;
    padding: 10px 14px;
    border-radius: var(--radius-sm, 6px);
    border: 1px solid rgba(139, 92, 246, 0.35);
    background: rgba(139, 92, 246, 0.12);
    color: var(--primary-light, #a78bfa);
    font-size: var(--small-font-size, 13px);
}

.rbac-lite-banner-over {
    border-color: rgba(239, 68, 68, 0.45);
    background: rgba(239, 68, 68, 0.12);
    color: #f87171;
}
