.nav-link:hover {
    color: black !important;
}

.jump-box:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

.deal-card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.deal-search-wrapper {
    position: relative;
}

.deal-search-suggestions {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.75rem;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.deal-search-suggestion {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0.75rem 1rem;
    text-align: left;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.deal-search-suggestion:hover,
.deal-search-suggestion:focus {
    background: rgba(0, 184, 212, 0.1);
    color: #006d7f;
    outline: none;
}

.deal-search-empty {
    padding: 0.75rem 1rem;
    color: #6b7280;
    font-size: 0.925rem;
}

.deal-underline-tabs {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 2.2rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
    padding: 0.35rem 0 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.deal-underline-tabs::-webkit-scrollbar {
    display: none;
}

.deal-underline-tabs .btn {
    position: relative;
    flex: 0 0 auto !important;
    min-width: auto;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #667085 !important;
    box-shadow: none !important;
    padding: 0.9rem 0 1rem !important;
    margin: 0 !important;
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.deal-underline-tabs .btn svg {
    width: 1rem;
    height: 1rem;
    margin-right: 0 !important;
    opacity: 0.78;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.deal-underline-tabs .btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, #00b8d4, #0e7490);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.24s ease;
}

.deal-underline-tabs .btn:hover,
.deal-underline-tabs .btn:focus {
    color: #008faf !important;
    transform: translateY(-1px);
}

.deal-underline-tabs .btn:hover svg,
.deal-underline-tabs .btn:focus svg {
    opacity: 1;
    transform: translateY(-1px);
}

.deal-underline-tabs .btn-primary {
    color: #00a6c8 !important;
}

.deal-underline-tabs .btn-primary svg {
    opacity: 1;
}

.deal-underline-tabs .btn-primary::after {
    transform: scaleX(1);
}

.deal-display-currency {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.45rem 0.55rem 0.45rem 0.9rem;
    border: 1px solid rgba(0, 184, 212, 0.16);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
    white-space: nowrap;
}

.deal-display-currency > span {
    color: #667085;
    font-size: 0.82rem;
    font-weight: 750;
}

.deal-display-currency-options {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.2rem;
    border-radius: 999px;
    background: rgba(0, 184, 212, 0.08);
}

.deal-display-currency-options button {
    border: 0;
    border-radius: 999px;
    padding: 0.42rem 0.72rem;
    color: #0e7490;
    background: transparent;
    font-size: 0.8rem;
    font-weight: 850;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.deal-display-currency-options button.is-active {
    color: #ffffff;
    background: linear-gradient(135deg, #00a6c8, #008faf);
    box-shadow: 0 8px 18px rgba(0, 143, 175, 0.2);
}

.deal-search-strip {
    margin-top: 1.2rem !important;
}

.deal-search-strip .deal-search-wrapper {
    position: relative;
}

.deal-search-strip .input-group {
    min-height: 50px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.18);
    background: transparent;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.deal-search-strip .input-group:focus-within {
    border-color: #00a6c8;
    box-shadow: 0 7px 0 -6px rgba(0, 184, 212, 0.22);
}

.deal-search-strip .input-group-text,
.deal-search-strip .form-control {
    border: 0 !important;
    background: transparent !important;
}

.deal-search-strip .input-group-text {
    color: #111827;
    padding-left: 0;
}

.deal-search-strip .form-control {
    color: #111827;
    font-size: 1rem;
    font-weight: 650;
    box-shadow: none !important;
}

.deal-search-strip .form-control::placeholder {
    color: #8a96a8;
    font-weight: 550;
}

.deal-strip-filter-btn {
    min-height: 44px;
    min-width: 112px;
    border: 1px solid rgba(15, 23, 42, 0.14) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #344054 !important;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
    transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.deal-strip-filter-btn:hover,
.deal-strip-filter-btn:focus {
    border-color: rgba(0, 184, 212, 0.42) !important;
    color: #008faf !important;
    box-shadow: 0 14px 28px rgba(0, 143, 175, 0.1);
    transform: translateY(-1px);
}

.deal-filter-options-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08) !important;
    overflow: hidden;
}

.deal-filter-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.deal-filter-heading span {
    display: block;
    margin-bottom: 0.2rem;
    color: #00a6c8;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.deal-filter-heading h5 {
    color: #101828;
    font-weight: 900;
}

.deal-filter-soft-action {
    border: 1px solid rgba(0, 184, 212, 0.22);
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
    background: rgba(0, 184, 212, 0.08);
    color: #008faf;
    font-size: 0.78rem;
    font-weight: 850;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.deal-filter-soft-action:hover,
.deal-filter-soft-action:focus {
    background: #00a6c8;
    color: #ffffff;
    transform: translateY(-1px);
}

.deal-range-panel {
    border: 1px solid rgba(0, 184, 212, 0.12);
    border-radius: 18px;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(0, 184, 212, 0.06), rgba(255, 255, 255, 0.95));
}

.deal-range-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.deal-range-panel-head small {
    color: #667085;
    font-weight: 650;
}

.deal-currency-range-card {
    display: block;
    height: 100%;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 16px;
    padding: 0.9rem;
    background: #ffffff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.deal-currency-range-card:hover,
.deal-currency-range-card.is-active {
    border-color: rgba(0, 184, 212, 0.42);
    box-shadow: 0 14px 30px rgba(0, 143, 175, 0.1);
    transform: translateY(-1px);
}

.deal-currency-range-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #101828;
    font-weight: 900;
}

.deal-currency-range-title input {
    accent-color: #00a6c8;
}

.deal-range-values {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0.95rem 0 0.85rem;
}

.deal-range-values strong {
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 750;
}

.deal-filter-options-card .form-control,
.deal-filter-options-card .form-select,
.deal-filter-options-card .ts-control {
    min-height: 44px;
    border-color: rgba(15, 23, 42, 0.12);
    border-radius: 12px;
    background: #f8fafc;
    color: #101828;
    box-shadow: none;
}

.deal-filter-options-card .form-control:focus,
.deal-filter-options-card .form-select:focus,
.deal-filter-options-card .ts-control.focus {
    border-color: rgba(0, 184, 212, 0.48);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(0, 184, 212, 0.1);
}

.deal-dual-range {
    --range-left: 0%;
    --range-right: 100%;
    position: relative;
    display: block;
    height: 34px;
}

.deal-dual-range-track {
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
    height: 4px;
    border-radius: 999px;
    background:
        linear-gradient(
            to right,
            rgba(15, 23, 42, 0.16) 0%,
            rgba(15, 23, 42, 0.16) var(--range-left),
            #00a6c8 var(--range-left),
            #00a6c8 var(--range-right),
            rgba(15, 23, 42, 0.16) var(--range-right),
            rgba(15, 23, 42, 0.16) 100%
        );
}

.deal-dual-range input[type="range"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 34px;
    margin: 0;
    pointer-events: none;
    appearance: none;
    background: transparent;
}

.deal-dual-range input[type="range"]::-webkit-slider-runnable-track {
    height: 4px;
    background: transparent;
}

.deal-dual-range input[type="range"]::-moz-range-track {
    height: 4px;
    background: transparent;
}

.deal-dual-range input[type="range"]::-webkit-slider-thumb {
    width: 17px;
    height: 17px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #00a6c8;
    box-shadow: 0 4px 14px rgba(0, 143, 175, 0.25);
    cursor: pointer;
    pointer-events: auto;
    appearance: none;
    transform: translateY(-6px);
}

.deal-dual-range input[type="range"]::-moz-range-thumb {
    width: 17px;
    height: 17px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #00a6c8;
    box-shadow: 0 4px 14px rgba(0, 143, 175, 0.25);
    cursor: pointer;
    pointer-events: auto;
}

.deal-filter-options-card .ts-wrapper.multi .ts-control > div {
    border-radius: 999px;
    background: rgba(0, 184, 212, 0.1);
    color: #08758b;
    font-size: 0.84rem;
    font-weight: 650;
    line-height: 1.25;
}

.deal-filter-options-card .ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
    border-left-color: rgba(0, 143, 175, 0.18);
    color: #007e99;
}

.deal-filter-options-card .ts-dropdown {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.deal-filter-options-card .ts-dropdown .active {
    background: rgba(0, 184, 212, 0.1);
    color: #006d82;
}

.deal-filter-options-card .form-check {
    display: none;
}

.advanced-filter-dropdown {
    min-width: 360px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
}

.advanced-filter-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.advanced-filter-head h6 {
    margin: 0.45rem 0 0;
    color: #344054;
    font-weight: 850;
}

.advanced-range-card {
    margin-bottom: 0.75rem;
    padding: 0.8rem;
}

.advanced-range-card .deal-range-values {
    margin: 0.7rem 0 0.55rem;
}

.advanced-range-card .deal-range-values strong {
    font-size: 0.82rem;
}

.browse-deals-hero {
    position: relative;
    align-items: center;
    border: 1px solid rgba(0, 184, 212, 0.12);
    border-radius: 24px;
    padding: 2.2rem 1.35rem 1.8rem;
    background:
        radial-gradient(circle at 8% 12%, rgba(0, 184, 212, 0.14), transparent 14rem),
        radial-gradient(circle at 88% 18%, rgba(20, 184, 166, 0.12), transparent 13rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 252, 254, 0.94));
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.browse-deals-hero::before {
    content: "";
    position: absolute;
    inset: -45% auto auto 52%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 184, 212, 0.12), transparent 62%);
    pointer-events: none;
}

.browse-deals-hero > * {
    position: relative;
    z-index: 1;
}

.browse-deals-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.85rem;
    color: #008faf;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.browse-deals-title {
    color: #101828;
    letter-spacing: 0;
}

.browse-deals-title span {
    background: linear-gradient(90deg, #00a6c8, #0e7490, #14b8a6, #006f9f, #00a6c8);
    background-size: 260% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: browseDealsTitleFlow 4.5s ease-in-out infinite;
}

.browse-deals-subtitle {
    max-width: 700px;
    color: #5f6f86 !important;
}

.browse-deals-title-rule {
    width: 86px;
    height: 4px;
    border-radius: 999px;
    margin: 0 0 1.6rem;
    background: linear-gradient(90deg, #00b8d4, #14b8a6);
    box-shadow: 0 10px 24px rgba(0, 184, 212, 0.24);
}

.browse-deals-stats {
    max-width: 760px;
}

.browse-deals-stat {
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    text-align: left !important;
    padding: 0.35rem 0;
    transition: transform 0.22s ease;
}

.browse-deals-stat:hover {
    transform: translateY(-2px);
}

.browse-deals-stat-icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #008faf;
    background: linear-gradient(135deg, rgba(0, 184, 212, 0.14), rgba(20, 184, 166, 0.1));
    box-shadow: 0 14px 30px rgba(0, 143, 175, 0.14);
    font-size: 1.35rem;
    flex: 0 0 auto;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.browse-deals-stat:hover .browse-deals-stat-icon {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 18px 36px rgba(0, 143, 175, 0.2);
}

.browse-deals-stat-copy {
    min-width: 0;
    flex: 0 1 auto;
}

.browse-deals-stat h3 {
    color: #008faf;
    width: max-content;
    max-width: 100%;
    font-size: clamp(1.25rem, 1.8vw, 1.75rem);
    line-height: 1.05;
    white-space: nowrap;
}

.browse-deals-stat .js-deals-hero-counter {
    display: inline-block;
    white-space: nowrap;
}

.browse-deals-stat small {
    color: #667085 !important;
    font-size: 0.78rem;
    font-weight: 800;
}

@keyframes browseDealsTitleFlow {
    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.tbn-deal-card {
    position: relative;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background:
        radial-gradient(circle at 12% 10%, rgba(0, 184, 212, 0.1), transparent 9rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 253, 0.96));
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.tbn-deal-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 184, 212, 0.28);
    box-shadow: 0 28px 64px rgba(15, 23, 42, 0.14);
}

.tbn-deal-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.tbn-deal-card-link:hover {
    color: inherit;
}

.tbn-deal-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1rem 0;
}

.tbn-deal-sector-icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #008faf;
    background: rgba(0, 184, 212, 0.12);
    box-shadow: inset 0 0 0 1px rgba(0, 184, 212, 0.18);
    font-size: 1.25rem;
    flex: 0 0 auto;
}

.tbn-deal-top-chips {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.42rem;
    min-width: 0;
    max-width: 68%;
    flex-wrap: wrap;
}

.tbn-deal-funding-chip,
.tbn-deal-stage-chip {
    max-width: 100%;
    color: #0f5f73;
    background: rgba(0, 184, 212, 0.1);
    border: 1px solid rgba(0, 184, 212, 0.18);
    border-radius: 999px;
    padding: 0.42rem 0.7rem;
    font-size: 0.82rem;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tbn-deal-stage-chip {
    color: #0e7490;
    background: rgba(236, 253, 245, 0.92);
    border-color: rgba(20, 184, 166, 0.24);
}

.tbn-deal-card-body {
    display: flex;
    flex-direction: column;
    gap: 0.78rem;
    padding: 0.95rem 1rem 1rem;
    flex: 1;
}

.tbn-deal-sector-row {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 24px;
}

.tbn-deal-sector-name,
.tbn-deal-sector-more {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    border-radius: 999px;
    padding: 0.22rem 0.55rem;
    color: #0e7490;
    background: rgba(0, 184, 212, 0.1);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.2;
}

.tbn-deal-sector-name {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tbn-deal-title {
    min-height: 48px;
    color: #101828;
    font-size: 1.08rem;
    font-weight: 850;
    line-height: 1.35;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tbn-deal-summary {
    min-height: 66px;
    color: #667085;
    font-size: 0.9rem;
    line-height: 1.55;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tbn-deal-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.tbn-deal-metrics div {
    min-width: 0;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    padding: 0.65rem;
}

.tbn-deal-metrics span,
.tbn-deal-progress-meta span,
.tbn-deal-founder small {
    display: block;
    color: #7a8699;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.tbn-deal-metrics strong {
    display: block;
    color: #101828;
    font-size: 0.95rem;
    font-weight: 850;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tbn-deal-progress-wrap {
    margin-top: auto;
}

.tbn-deal-progress-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.42rem;
}

.tbn-deal-progress-meta strong {
    color: #008faf;
    font-size: 0.82rem;
    font-weight: 900;
}

.tbn-deal-progress-track {
    height: 8px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.tbn-deal-progress-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #00b8d4, #006f9f);
    box-shadow: 0 0 18px rgba(0, 184, 212, 0.28);
    transition: width 0.28s ease;
}

.tbn-deal-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 74px;
    border-top: 1px solid rgba(15, 23, 42, 0.07);
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.7);
}

.tbn-deal-founder {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-width: 0;
}

.tbn-deal-founder-avatar {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0e7490;
    background: rgba(0, 184, 212, 0.12);
    flex: 0 0 auto;
}

.tbn-deal-founder span:last-child {
    min-width: 0;
}

.tbn-deal-founder strong {
    display: block;
    max-width: 130px;
    color: #101828;
    font-size: 0.84rem;
    font-weight: 850;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tbn-deal-founder em {
    display: block;
    color: #98a2b3;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 700;
}

.tbn-deal-view {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #008faf;
    font-size: 0.84rem;
    font-weight: 900;
    white-space: nowrap;
}

.tbn-deal-card:hover .tbn-deal-view i {
    transform: translateX(3px);
}

.tbn-deal-view i {
    transition: transform 0.18s ease;
}

.tbn-deal-page {
    will-change: opacity, transform;
}

.tbn-deal-page-enter {
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.tbn-deal-page-enter-start {
    opacity: 0;
    transform: translateX(12px);
}

.tbn-deal-page-enter-end {
    opacity: 1;
    transform: translateX(0);
}

.tbn-deal-section-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.25rem;
}

.tbn-deal-section-nav button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 143, 180, 0.18);
    border-radius: 999px;
    color: #008faf;
    background: #ffffff;
    transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.tbn-deal-section-nav button:hover:not(:disabled) {
    transform: translateY(-1px);
    color: #ffffff;
    background: #008faf;
}

.tbn-deal-section-nav button:disabled {
    opacity: 0.42;
    cursor: not-allowed;
}

.tbn-deals-empty-state {
    margin: 18px auto 38px;
    padding: 42px 24px;
    max-width: 720px;
    border: 1px solid rgba(0, 184, 212, 0.18);
    border-radius: 24px;
    background:
        radial-gradient(circle at 20% 20%, rgba(0, 184, 212, 0.12), transparent 34%),
        linear-gradient(135deg, rgba(239, 253, 255, 0.96), rgba(255, 255, 255, 0.98));
    box-shadow: 0 24px 58px rgba(15, 32, 54, 0.08);
}

.tbn-deals-empty-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    color: #0098b8;
    background: rgba(0, 184, 212, 0.11);
    font-size: 30px;
}

.tbn-deals-empty-state h4 {
    margin: 0 auto 10px;
    max-width: 560px;
    color: #101828;
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 800;
    line-height: 1.25;
}

.tbn-deals-empty-state p {
    margin: 0 auto;
    max-width: 580px;
    color: #64748b;
    font-size: 18px;
    line-height: 1.55;
}

.tbn-deals-table-panel {
    position: relative;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
    overflow: hidden;
}

.tbn-deals-table-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.35rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
    background: #ffffff;
}

.tbn-deals-table-kicker {
    display: block;
    margin-bottom: 0.25rem;
    color: #008faf;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tbn-deals-table-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
    color: #475467;
    background: #f8fafc;
    font-size: 0.82rem;
    font-weight: 800;
    white-space: nowrap;
}

.tbn-deals-table-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.tbn-deals-table-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border: 1px solid rgba(0, 143, 175, 0.22);
    border-radius: 999px;
    padding: 0.48rem 0.9rem;
    color: #008faf;
    background: #ffffff;
    font-size: 0.82rem;
    font-weight: 900;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.tbn-deals-table-toggle:hover,
.tbn-deals-table-toggle:not(.collapsed) {
    color: #ffffff;
    border-color: #008faf;
    background: #008faf;
}

.tbn-deals-table-toggle i {
    transition: transform 0.18s ease;
}

.tbn-deals-table-toggle:not(.collapsed) i {
    transform: rotate(180deg);
}

.tbn-deals-table-responsive {
    padding: 0;
}

.tbn-deals-table {
    margin-bottom: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.tbn-deals-table thead th {
    border: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    padding: 0.9rem 1rem;
    color: #64748b;
    background: #f8fafc;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.tbn-deals-table thead th.sortable {
    cursor: pointer;
}

.tbn-deals-table thead th i {
    color: #00a6c8;
    font-size: 0.8rem;
    margin-left: 0.25rem;
}

.tbn-deals-table tbody tr {
    transition: background 0.18s ease;
}

.tbn-deals-table tbody tr:hover {
    background: #fbfdfe;
}

.tbn-deals-table tbody td {
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
    padding: 0.95rem 1rem;
    background: transparent;
    vertical-align: middle;
}

.tbn-deals-table tbody td:first-child {
    border-left: 0;
    border-radius: 0;
}

.tbn-deals-table tbody td:last-child {
    border-right: 0;
    border-radius: 0;
}

.tbn-table-company {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 240px;
}

.tbn-table-company-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #008faf;
    background: #eefafe;
    box-shadow: none;
    font-size: 1.2rem;
    flex: 0 0 auto;
}

.tbn-table-company h6 {
    max-width: 260px;
    color: #101828;
    font-size: 0.95rem;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tbn-table-company small {
    display: block;
    max-width: 220px;
    color: #7a8699;
    font-size: 0.76rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tbn-table-sector-badge {
    max-width: 150px;
    border: 1px solid rgba(0, 143, 175, 0.14);
    border-radius: 999px;
    color: #0e7490;
    background: rgba(0, 184, 212, 0.1);
    font-size: 0.72rem;
    font-weight: 850;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tbn-table-amount {
    color: #101828;
    font-weight: 900;
    white-space: nowrap;
}

.tbn-table-amount-success {
    color: #0f766e;
}

.tbn-table-progress {
    min-width: 130px;
}

.tbn-table-progress .progress {
    height: 8px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.tbn-table-progress .progress-bar {
    border-radius: inherit;
    background: linear-gradient(90deg, #00b8d4, #006f9f);
    box-shadow: none;
}

.tbn-table-progress small {
    display: block;
    margin-top: 0.28rem;
    color: #667085;
    font-size: 0.74rem;
    font-weight: 850;
}

.tbn-table-investor-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    border-radius: 999px;
    color: #0f5f73;
    background: #f1f5f9;
    font-weight: 900;
}

.tbn-table-action {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid rgba(0, 184, 212, 0.2);
    border-radius: 999px;
    padding: 0.48rem 0.78rem;
    color: #008faf;
    background: #ffffff;
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.18s ease, color 0.18s ease;
}

.tbn-table-action:hover {
    color: #ffffff;
    background: #008faf;
}

.tbn-deals-table-pagination {
    display: flex;
    justify-content: center;
    padding: 1rem 1rem 1.25rem;
}

@media (max-width: 991.98px) {
    .deal-search-suggestions {
        position: fixed;
        top: auto;
        left: 1rem;
        right: 1rem;
        max-height: 45vh;
        overflow-y: auto;
    }

    .deal-underline-tabs {
        gap: 1.6rem;
        padding-left: 0.1rem;
        padding-right: 0.1rem;
        -webkit-overflow-scrolling: touch;
    }

    .deal-display-currency {
        width: 100%;
        justify-content: space-between;
    }

    .deal-search-strip .row {
        row-gap: 0.85rem;
    }

    .deal-strip-filter-btn {
        width: 100%;
    }

    .deal-filter-options-card .card-body {
        padding: 1.2rem !important;
    }

    .deal-filter-heading {
        align-items: flex-start;
    }

    .deal-range-panel {
        padding: 0.85rem;
    }

    .deal-range-panel-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.25rem;
    }

    .deal-category-nav {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.6rem;
        overflow-x: auto;
        padding-bottom: 0.35rem;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .deal-category-nav::-webkit-scrollbar {
        display: none;
    }

    .deal-category-nav .nav-link {
        flex: 0 0 auto;
        min-width: max-content;
        padding-left: 0.9rem;
        padding-right: 0.9rem;
        white-space: nowrap;
    }

    .browse-deals-hero {
        padding: 1.8rem 1.15rem 1.35rem;
    }

    .browse-deals-stats {
        max-width: 100%;
    }

    .browse-deals-stat {
        justify-content: flex-start;
    }

    .tbn-deal-card {
        height: 100%;
    }

    .tbn-deal-title {
        min-height: auto;
    }

    .tbn-deal-summary {
        min-height: auto;
    }

    .tbn-deals-table-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .advanced-filter-dropdown {
        min-width: min(360px, calc(100vw - 2rem));
    }
}

@media (max-width: 575.98px) {
    .deal-search-suggestion {
        padding: 0.7rem 0.85rem;
    }

    .deal-underline-tabs {
        gap: 1.25rem;
        padding-top: 0.2rem;
    }

    .deal-underline-tabs .btn {
        font-size: 0.9rem;
        padding-bottom: 0.85rem !important;
        max-width: 190px;
        white-space: nowrap;
    }

    .deal-display-currency {
        align-items: stretch;
        flex-direction: column;
        border-radius: 14px;
        white-space: normal;
    }

    .deal-display-currency-options {
        justify-content: space-between;
    }

    .deal-display-currency-options button {
        flex: 1;
    }

    .deal-search-strip {
        margin-top: 0.95rem !important;
    }

    .deal-search-strip .input-group {
        min-height: 46px;
    }

    .deal-search-strip .form-control {
        font-size: 0.94rem;
    }

    .deal-filter-heading {
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .deal-filter-soft-action {
        width: 100%;
    }

    .deal-filter-options-card {
        border-radius: 16px;
    }

    .deal-filter-options-card .card-body {
        padding: 0.95rem !important;
    }

    .deal-range-panel {
        border-radius: 14px;
        padding: 0.75rem;
    }

    .deal-currency-range-card {
        border-radius: 13px;
        padding: 0.75rem;
    }

    .deal-range-values {
        margin: 0.7rem 0 0.55rem;
    }

    .deal-range-values strong {
        font-size: 0.82rem;
        max-width: 45%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .deal-filter-options-card .ts-control {
        min-height: 42px;
    }

    .deal-filter-options-card .ts-wrapper.multi .ts-control > div {
        max-width: 100%;
        font-size: 0.78rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .advanced-filter-dropdown {
        position: fixed !important;
        left: 0.75rem !important;
        right: 0.75rem !important;
        top: auto !important;
        bottom: 0.75rem !important;
        width: auto;
        max-height: 82vh;
        overflow-y: auto;
        transform: none !important;
    }

    .browse-deals-hero {
        border-radius: 18px;
        padding: 1.45rem 0.9rem 1rem;
    }

    .browse-deals-title {
        font-size: 2.15rem;
    }

    .browse-deals-subtitle {
        font-size: 0.98rem;
    }

    .browse-deals-title-rule {
        margin-bottom: 1.1rem;
    }

    .browse-deals-stat {
        justify-content: flex-start;
        padding: 0.25rem 0;
    }

    .browse-deals-stat-icon {
        width: 40px;
        height: 40px;
        border-radius: 13px;
        font-size: 1.15rem;
    }

    .deal-category-nav {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .deal-category-nav .nav-link {
        font-size: 0.84rem;
        padding: 0.58rem 0.76rem;
    }

    .section-heading {
        font-size: 1.3rem;
        line-height: 1.25;
    }

    .section-heading small {
        display: block;
        margin-left: 0 !important;
        margin-top: 0.25rem;
        font-size: 0.8rem;
    }

    .tbn-deal-card {
        border-radius: 12px;
    }

    .tbn-deal-card-top {
        align-items: flex-start;
    }

    .tbn-deal-top-chips {
        max-width: calc(100% - 56px);
    }

    .tbn-deal-funding-chip,
    .tbn-deal-stage-chip {
        font-size: 0.74rem;
        padding: 0.34rem 0.55rem;
    }

    .tbn-deal-metrics {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .tbn-deal-card-footer {
        align-items: flex-start;
        flex-direction: column;
        min-height: auto;
    }

    .tbn-deal-view {
        width: 100%;
        justify-content: center;
        border: 1px solid rgba(0, 184, 212, 0.2);
        border-radius: 999px;
        padding: 0.55rem 0.75rem;
    }

    .tbn-deal-section-nav {
        justify-content: center;
        margin-top: 0.5rem;
    }

    .tbn-deals-table-panel {
        border-radius: 18px;
    }

    .tbn-deals-table-head {
        padding: 1rem;
    }

    .tbn-deals-table-meta {
        width: 100%;
        justify-content: center;
        white-space: normal;
    }

    .tbn-deals-table-actions,
    .tbn-deals-table-toggle {
        width: 100%;
    }

    .tbn-deals-table-responsive {
        padding: 0 0.7rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tbn-deals-table {
        min-width: 760px;
    }

    .tbn-deal-card-top,
    .tbn-deal-card-body,
    .tbn-deal-card-footer {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .tbn-deal-founder strong {
        max-width: 170px;
    }
}
