.listing-supply-card__action {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0.35rem 0.75rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(100, 116, 139, 0.45);
    color: #cbd5e1;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.listing-supply-card__action:hover,
.listing-supply-card__action:focus-visible {
    color: #fbbf24;
    border-color: rgba(251, 191, 36, 0.45);
    background: rgba(15, 23, 42, 0.65);
    outline: none;
}
.listing-supply-card__action--primary {
    color: #fcd34d;
    border-color: rgba(245, 158, 11, 0.4);
    background: rgba(120, 53, 15, 0.25);
}
.listing-supply-card__action--primary:hover {
    color: #fde68a;
    border-color: rgba(251, 191, 36, 0.55);
}
.listing-supply-card__action--danger {
    color: #fca5a5;
    border-color: rgba(239, 68, 68, 0.35);
}
.listing-supply-card__action--danger:hover {
    color: #fecaca;
    border-color: rgba(248, 113, 113, 0.5);
    background: rgba(127, 29, 29, 0.2);
}
.listing-supply-card__action--success {
    color: #6ee7b7;
    border-color: rgba(16, 185, 129, 0.35);
}
.listing-supply-card__action--success:hover {
    color: #a7f3d0;
    border-color: rgba(52, 211, 153, 0.5);
    background: rgba(6, 78, 59, 0.25);
}
.listing-manage-bar {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(2, 6, 23, 0.92));
    border-bottom: 1px solid rgba(245, 158, 11, 0.25);
}
.listing-manage-bar__inner {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0.75rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}
.listing-manage-bar__label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fbbf24;
}

.ola-desktop-nav a {
    white-space: nowrap;
    padding: 0.25rem 0.15rem;
}
.ola-global-navbar__nav {
    overflow: visible;
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .ola-desktop-nav {
        gap: 0.5rem 0.65rem;
    }
}

.ola-nav-link--active {
    color: #fbbf24 !important;
    position: relative;
}
.ola-nav-link--active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.35rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #c9a962, #fbbf24);
}
.ola-mobile-nav__link--active {
    color: #fbbf24 !important;
    background: rgba(251, 191, 36, 0.08);
    border: 1px solid rgba(251, 191, 36, 0.25);
}

.portal-role-banner {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.88));
}
.portal-role-banner__layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
}
.portal-role-banner__body {
    min-width: 0;
    width: 100%;
}
.portal-role-banner__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin-bottom: 0.65rem;
}
.portal-role-banner__eyebrow {
    margin: 0 0 0.5rem;
    font-size: 10px;
    font-family: ui-monospace, monospace;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
}
.portal-role-banner__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.25rem, 4.8vw, 1.875rem);
    line-height: 1.25;
    text-wrap: balance;
}
.portal-role-banner__title .gold-gradient-text {
    display: inline;
}
.portal-role-banner__subtitle {
    color: #94a3b8;
    font-size: 0.8125rem;
    line-height: 1.55;
    text-wrap: pretty;
    max-width: 42rem;
}
@media (min-width: 640px) {
    .portal-role-banner__eyebrow {
        letter-spacing: 0.2em;
        margin-bottom: 0.65rem;
    }
    .portal-role-banner__subtitle {
        font-size: 0.875rem;
    }
}
@media (min-width: 1024px) {
    .portal-role-banner__layout {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1.25rem;
    }
    .portal-role-banner__body {
        flex: 1 1 auto;
    }
    .portal-role-banner__eyebrow {
        letter-spacing: 0.28em;
    }
}
.portal-role-banner--landlord {
    border-color: rgba(16, 185, 129, 0.28);
    box-shadow: inset 0 1px 0 rgba(16, 185, 129, 0.08);
}
.portal-role-banner--agent {
    border-color: rgba(245, 158, 11, 0.32);
    box-shadow: inset 0 1px 0 rgba(245, 158, 11, 0.1);
}
.portal-role-banner__chip {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.portal-role-banner__chip--landlord {
    color: #6ee7b7;
    background: rgba(6, 78, 59, 0.45);
    border: 1px solid rgba(16, 185, 129, 0.35);
}
.portal-role-banner__chip--agent {
    color: #fcd34d;
    background: rgba(120, 53, 15, 0.45);
    border: 1px solid rgba(245, 158, 11, 0.35);
}
.portal-role-banner__status {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(100, 116, 139, 0.35);
    color: #cbd5e1;
}
.portal-role-banner__status--success {
    color: #6ee7b7;
    border-color: rgba(16, 185, 129, 0.35);
}
.ola-nav-link--active-agent::after {
    background: linear-gradient(90deg, #d97706, #fbbf24);
}
.ola-nav-link--active-landlord {
    color: #6ee7b7 !important;
}
.ola-nav-link--active-landlord::after {
    background: linear-gradient(90deg, #059669, #6ee7b7);
}
.ola-mobile-nav__link--agent.ola-mobile-nav__link--active {
    color: #fcd34d !important;
    border-color: rgba(245, 158, 11, 0.35);
    background: rgba(120, 53, 15, 0.2);
}
.ola-mobile-nav__link--landlord.ola-mobile-nav__link--active {
    color: #6ee7b7 !important;
    border-color: rgba(16, 185, 129, 0.35);
    background: rgba(6, 78, 59, 0.2);
}
.ola-nav-role-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.1rem;
    padding: 1px 6px;
    font-size: 9px;
    font-weight: 800;
    border-radius: 999px;
    font-family: ui-monospace, monospace;
}
.ola-nav-role-count--landlord {
    color: #6ee7b7;
    background: rgba(6, 78, 59, 0.45);
    border: 1px solid rgba(16, 185, 129, 0.35);
}
.ola-nav-role-count--agent {
    color: #fcd34d;
    background: rgba(120, 53, 15, 0.45);
    border: 1px solid rgba(245, 158, 11, 0.35);
}
.portal-role-banner__status--landlord {
    color: #6ee7b7;
    border-color: rgba(16, 185, 129, 0.35);
}
.portal-role-banner__count {
    font-size: 10px;
    color: #64748b;
    font-family: ui-monospace, monospace;
    letter-spacing: 0.04em;
}
.portal-role-banner__switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 0.55rem 1rem;
    border-radius: 0.65rem;
    border: 1px solid rgba(100, 116, 139, 0.45);
    color: #cbd5e1;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
    flex: 0 0 auto;
}
@media (min-width: 1024px) {
    .portal-role-banner__switch {
        width: auto;
        justify-content: flex-start;
    }
}
.portal-role-banner__switch:hover {
    color: #fbbf24;
    border-color: rgba(251, 191, 36, 0.45);
    background: rgba(15, 23, 42, 0.65);
}

.listing-supply-card__role {
    display: inline-flex;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}
.listing-supply-card__role--landlord {
    color: #6ee7b7;
    background: rgba(6, 78, 59, 0.35);
    border: 1px solid rgba(16, 185, 129, 0.3);
}
.listing-supply-card__role--agent {
    color: #fcd34d;
    background: rgba(120, 53, 15, 0.35);
    border: 1px solid rgba(245, 158, 11, 0.3);
}
.listing-supply-card__role--staff {
    color: #c4b5fd;
    background: rgba(76, 29, 149, 0.35);
    border: 1px solid rgba(167, 139, 250, 0.3);
}
.listing-supply-card__pill {
    display: inline-flex;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 10px;
    font-family: ui-monospace, monospace;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 1px solid transparent;
}
.listing-supply-card__pill--live {
    color: #6ee7b7;
    border-color: rgba(16, 185, 129, 0.3);
    background: rgba(6, 78, 59, 0.25);
}
.listing-supply-card__pill--draft {
    color: #94a3b8;
    border-color: rgba(100, 116, 139, 0.35);
    background: rgba(15, 23, 42, 0.55);
}
.listing-supply-card__pill--verified {
    color: #fcd34d;
    border-color: rgba(245, 158, 11, 0.3);
    background: rgba(120, 53, 15, 0.2);
}
.listing-supply-card__pill--pending {
    color: #94a3b8;
    border-color: rgba(100, 116, 139, 0.35);
    background: rgba(15, 23, 42, 0.4);
}

.listing-role-badge--landlord {
    color: #6ee7b7;
    border-color: rgba(16, 185, 129, 0.35);
    background: rgba(6, 78, 59, 0.3);
}
.listing-role-badge--agent {
    color: #fcd34d;
    border-color: rgba(245, 158, 11, 0.35);
    background: rgba(120, 53, 15, 0.3);
}
.listing-role-badge--staff {
    color: #c4b5fd;
    border-color: rgba(167, 139, 250, 0.35);
    background: rgba(76, 29, 149, 0.3);
}
