.oasis-topbar {
    background: #111317;
}

.oasis-topbar .navbar-brand,
.oasis-topbar .nav-link {
    color: #fff;
}

.oasis-topbar .nav-link:hover,
.oasis-topbar .nav-link:focus {
    color: #fff;
}

.oasis-breadcrumb-wrap {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: .5rem;
    padding: .75rem 1rem;
}

.oasis-breadcrumb a {
    text-decoration: none;
}

.oasis-page-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.oasis-page-title {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
}

.oasis-page-subtitle {
    color: #6c757d;
    max-width: 880px;
}

.oasis-page-actions {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}

.oasis-surface-card,
.oasis-kpi-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

.oasis-card-header {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #eef1f4;
}

.oasis-card-title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
}

.oasis-card-body {
    padding: 1.25rem;
}

.oasis-tab-nav .nav-link {
    color: #495057;
    font-weight: 600;
}

.oasis-tab-nav .nav-link.active {
    border-color: #dee2e6 #dee2e6 #fff;
    color: #0d6efd;
}

.oasis-info-label {
    font-size: .9rem;
    font-weight: 700;
    color: #495057;
    margin-bottom: .35rem;
}

.oasis-info-value {
    color: #212529;
    line-height: 1.4;
}

.oasis-tag-pill {
    display: inline-block;
    padding: .35rem .65rem;
    margin: 0 .35rem .35rem 0;
    border-radius: 999px;
    background: #e7f1ff;
    color: #0d6efd;
    font-size: .85rem;
    font-weight: 600;
}

.oasis-kpi-card {
    padding: 1.25rem;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.oasis-kpi-title {
    font-size: 1.05rem;
    font-weight: 700;
}

.oasis-kpi-value {
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 300;
    color: #343a40;
}

.oasis-kpi-link {
    color: #0d6efd;
    font-size: .95rem;
}

.oasis-table thead th {
    white-space: nowrap;
    font-size: .92rem;
}

.oasis-table-actions {
    display: inline-flex;
    gap: .35rem;
    flex-wrap: wrap;
}

.oasis-empty-state {
    padding: 1.5rem;
    border: 1px dashed #ced4da;
    border-radius: .75rem;
    background: #fafbfc;
    color: #6c757d;
}

.oasis-domain-badge {
    display: inline-block;
    padding: .35rem .75rem;
    border-radius: 999px;
    background: #212529;
    color: #fff;
    font-size: .85rem;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .oasis-page-title {
        font-size: 1.6rem;
    }

    .oasis-kpi-value {
        font-size: 2.4rem;
    }
}
.oasis-project-table {
    width: 100%;
    table-layout: fixed;
}

.oasis-project-table th,
.oasis-project-table td {
    vertical-align: middle;
}

.oasis-project-table thead th {
    white-space: nowrap;
}

.oasis-project-table td {
    overflow: hidden;
    text-overflow: ellipsis;
}

.oasis-project-table .project-name,
.oasis-project-table .project-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.oasis-project-table .project-tags {
    white-space: normal;
}

.oasis-project-table .count-cell,
.oasis-project-table .date-cell,
.oasis-project-table .status-cell {
    white-space: nowrap;
}

.oasis-project-table .count-cell {
    text-align: center;
}

.oasis-project-table .actions-cell {
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
}

.oasis-table-actions {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.oasis-table-actions form {
    margin: 0;
}

.oasis-project-table .oasis-tag-pill {
    display: inline-block;
    margin-right: 0.35rem;
    margin-bottom: 0.35rem;
}
.oasis-project-info-row .oasis-info-value {
    word-break: break-word;
}

    .oasis-project-info-row .oasis-info-value[title] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.oasis-project-info-row .oasis-info-tags {
    white-space: normal;
}

.oasis-project-info-row .oasis-tag-pill {
    display: inline-block;
    margin-right: 0.35rem;
    margin-bottom: 0.35rem;
}