/* /Components/Dashboard/MatchedPanel.razor.rz.scp.css */
/* MatchedPanel Styles */

.matched-section[b-n4xsepa74x] {
    padding: 1rem 0;
}

.section-header[b-n4xsepa74x] {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.section-header h3[b-n4xsepa74x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #198754;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.section-description[b-n4xsepa74x] {
    color: #6c757d;
    font-size: 0.95rem;
    margin: 0;
}

.matched-grid[b-n4xsepa74x] {
    display: grid;
    gap: 1.5rem;
}

.matched-card[b-n4xsepa74x] {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.matched-card:hover[b-n4xsepa74x] {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.matched-header[b-n4xsepa74x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-bottom: 1px solid #b8d5c3;
}

.compatibility-score[b-n4xsepa74x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    color: #155724;
    font-size: 1.1rem;
}

.match-date[b-n4xsepa74x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #155724;
    font-size: 0.9rem;
    opacity: 0.8;
}

.vehicles-exchange[b-n4xsepa74x] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1rem;
    padding: 1.5rem;
    align-items: center;
}

.vehicle-box[b-n4xsepa74x] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.vehicle-label[b-n4xsepa74x] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    text-align: center;
}

.my-vehicle .vehicle-label[b-n4xsepa74x] {
    background: #e3f2fd;
    color: #1565c0;
}

.their-vehicle .vehicle-label[b-n4xsepa74x] {
    background: #f3e5f5;
    color: #7b1fa2;
}

.vehicle-image[b-n4xsepa74x] {
    aspect-ratio: 16/10;
    border-radius: 8px;
    overflow: hidden;
    background: #f8f9fa;
}

.vehicle-image img[b-n4xsepa74x] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder-image[b-n4xsepa74x] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
    color: #6c757d;
    font-size: 2rem;
}

.vehicle-info[b-n4xsepa74x] {
    text-align: center;
}

.vehicle-info h4[b-n4xsepa74x] {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.25rem;
}

.vehicle-details[b-n4xsepa74x] {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
}

.vehicle-value[b-n4xsepa74x] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #198754;
    margin-top: 0.25rem;
}

.exchange-arrow[b-n4xsepa74x] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #198754;
    background: #d4edda;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.matched-actions[b-n4xsepa74x] {
    padding: 1rem 1.25rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: center;
}

.matched-actions .btn[b-n4xsepa74x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .vehicles-exchange[b-n4xsepa74x] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .exchange-arrow[b-n4xsepa74x] {
        transform: rotate(90deg);
        margin: 0 auto;
    }
    
    .matched-header[b-n4xsepa74x] {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
}

/* Button Styles */
.btn-sm[b-n4xsepa74x] {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
}

.btn-outline[b-n4xsepa74x] {
    border: 1px solid #dee2e6;
    background: transparent;
    color: #495057;
}

.btn-outline:hover[b-n4xsepa74x] {
    background: #e9ecef;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-u9phkypsaf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-u9phkypsaf] {
    flex: 1;
}

.sidebar[b-u9phkypsaf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-u9phkypsaf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.navbar-brand[b-u9phkypsaf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    text-decoration: none;
}

.navbar-logo[b-u9phkypsaf] {
    height: 34px;
    width: auto;
}

    .top-row[b-u9phkypsaf]  a, .top-row[b-u9phkypsaf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-u9phkypsaf]  a:hover, .top-row[b-u9phkypsaf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-u9phkypsaf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-u9phkypsaf] {
        justify-content: space-between;
    }

    .top-row[b-u9phkypsaf]  a, .top-row[b-u9phkypsaf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-u9phkypsaf] {
        flex-direction: row;
    }

    .sidebar[b-u9phkypsaf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-u9phkypsaf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-u9phkypsaf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-u9phkypsaf], article[b-u9phkypsaf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-u9phkypsaf] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-u9phkypsaf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-peyxw71z2l],
.components-reconnect-repeated-attempt-visible[b-peyxw71z2l],
.components-reconnect-failed-visible[b-peyxw71z2l],
.components-pause-visible[b-peyxw71z2l],
.components-resume-failed-visible[b-peyxw71z2l],
.components-rejoining-animation[b-peyxw71z2l] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-peyxw71z2l],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-peyxw71z2l],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-peyxw71z2l],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-peyxw71z2l],
#components-reconnect-modal.components-reconnect-retrying[b-peyxw71z2l],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-peyxw71z2l],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-peyxw71z2l],
#components-reconnect-modal.components-reconnect-failed[b-peyxw71z2l],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-peyxw71z2l] {
    display: block;
}


#components-reconnect-modal[b-peyxw71z2l] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-peyxw71z2l 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-peyxw71z2l 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-peyxw71z2l 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-peyxw71z2l]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-peyxw71z2l 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-peyxw71z2l {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-peyxw71z2l {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-peyxw71z2l {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-peyxw71z2l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-peyxw71z2l] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-peyxw71z2l] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-peyxw71z2l] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-peyxw71z2l] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-peyxw71z2l] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-peyxw71z2l] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-peyxw71z2l 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-peyxw71z2l] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-peyxw71z2l {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Matches/MatchDetailPage.razor.rz.scp.css */
/* Match Detail Page Styles */

.match-detail-page[b-izlp2756jt] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Header */
.detail-header[b-izlp2756jt] {
    margin-bottom: 24px;
}

.back-link[b-izlp2756jt] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 12px;
    transition: color 0.2s;
}

.back-link:hover[b-izlp2756jt] {
    color: #0d6efd;
}

.detail-header h1[b-izlp2756jt] {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    color: #212529;
}

/* Status Banner */
.status-banner[b-izlp2756jt] {
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 24px;
}

.banner-content[b-izlp2756jt] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.banner-icon[b-izlp2756jt] {
    flex-shrink: 0;
}

.banner-text h5[b-izlp2756jt] {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.banner-text p[b-izlp2756jt] {
    font-size: 14px;
    margin: 0;
    opacity: 0.85;
}

.status-mutual[b-izlp2756jt] {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-left: 4px solid #28a745;
    color: #155724;
}

.status-unlocked[b-izlp2756jt] {
    background: linear-gradient(135deg, #cce5ff 0%, #b3d9ff 100%);
    border-left: 4px solid #007bff;
    color: #004085;
}

.status-pending[b-izlp2756jt] {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeeba 100%);
    border-left: 4px solid #ffc107;
    color: #856404;
}

.status-rejected[b-izlp2756jt] {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    border-left: 4px solid #dc3545;
    color: #721c24;
}

.status-visible[b-izlp2756jt] {
    background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
    border-left: 4px solid #17a2b8;
    color: #0c5460;
}

.status-default[b-izlp2756jt] {
    background: linear-gradient(135deg, #e2e3e5 0%, #d6d8db 100%);
    border-left: 4px solid #6c757d;
    color: #383d41;
}

/* Main Grid Layout */
.detail-grid[b-izlp2756jt] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
}

@media (max-width: 992px) {
    .detail-grid[b-izlp2756jt] {
        grid-template-columns: 1fr;
    }
}

/* Vehicles Section */
.vehicles-section[b-izlp2756jt] {
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.vehicles-section h3[b-izlp2756jt] {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #212529;
}

/* Vehicles Comparison */
.vehicles-comparison[b-izlp2756jt] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.vehicle-card[b-izlp2756jt] {
    flex: 1;
    min-width: 220px;
    max-width: 300px;
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.vehicle-label-badge[b-izlp2756jt] {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    z-index: 1;
}

.vehicle-image[b-izlp2756jt] {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.vehicle-placeholder[b-izlp2756jt] {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
}

.vehicle-info[b-izlp2756jt] {
    padding: 16px;
}

.vehicle-info h4[b-izlp2756jt] {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 4px 0;
    color: #212529;
}

.vehicle-year[b-izlp2756jt] {
    font-size: 14px;
    color: #6c757d;
    margin: 0 0 8px 0;
}

.vehicle-value[b-izlp2756jt] {
    font-size: 15px;
    font-weight: 600;
    color: #28a745;
}

.vehicle-value.anonymized[b-izlp2756jt] {
    color: #6c757d;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
}

/* Exchange Arrow & Compatibility Badge */
.exchange-arrow[b-izlp2756jt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.compatibility-badge[b-izlp2756jt] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    text-align: center;
    min-width: 90px;
}

.compatibility-badge .score[b-izlp2756jt] {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.compatibility-badge .score-label[b-izlp2756jt] {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
    margin-top: 4px;
}

.arrow-icon[b-izlp2756jt] {
    color: #6c757d;
}

/* Economic Comparison */
.economic-comparison[b-izlp2756jt] {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e9ecef;
}

.economic-comparison h4[b-izlp2756jt] {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #212529;
}

.value-comparison-card[b-izlp2756jt] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
}

.value-row[b-izlp2756jt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.value-item[b-izlp2756jt] {
    flex: 1;
    min-width: 120px;
    text-align: center;
}

.value-label[b-izlp2756jt] {
    display: block;
    font-size: 12px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.value-amount[b-izlp2756jt] {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #212529;
}

.value-difference[b-izlp2756jt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}

.value-difference.value-higher[b-izlp2756jt] {
    background: #d4edda;
    color: #155724;
}

.value-difference.value-lower[b-izlp2756jt] {
    background: #f8d7da;
    color: #721c24;
}

.value-difference.value-equal[b-izlp2756jt] {
    background: #e2e3e5;
    color: #383d41;
}

.value-delta[b-izlp2756jt] {
    text-align: center;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #dee2e6;
    font-size: 15px;
    color: #495057;
}

.value-delta strong[b-izlp2756jt] {
    font-size: 18px;
    color: #212529;
}

/* Compatibility Breakdown */
.compatibility-breakdown[b-izlp2756jt] {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e9ecef;
}

.compatibility-breakdown h4[b-izlp2756jt] {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #212529;
}

.breakdown-grid[b-izlp2756jt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.breakdown-item[b-izlp2756jt] {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 16px;
}

.breakdown-row[b-izlp2756jt] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.breakdown-icon[b-izlp2756jt] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #6c757d;
}

.breakdown-info[b-izlp2756jt] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.breakdown-label[b-izlp2756jt] {
    font-size: 12px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.breakdown-score[b-izlp2756jt] {
    font-size: 18px;
    font-weight: 700;
}

.breakdown-bar[b-izlp2756jt] {
    width: 100%;
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
}

.breakdown-fill[b-izlp2756jt] {
    height: 100%;
    border-radius: 3px;
    transition: width 0.5s ease;
}

.breakdown-detail[b-izlp2756jt] {
    margin-top: 8px;
    font-size: 12px;
    color: #6c757d;
    text-align: center;
}

/* Score Colors */
.score-excellent .breakdown-fill[b-izlp2756jt] { background: #28a745; }
.score-excellent .breakdown-score[b-izlp2756jt] { color: #28a745; }
.score-excellent .breakdown-icon[b-izlp2756jt] { color: #28a745; }

.score-good .breakdown-fill[b-izlp2756jt] { background: #17a2b8; }
.score-good .breakdown-score[b-izlp2756jt] { color: #17a2b8; }
.score-good .breakdown-icon[b-izlp2756jt] { color: #17a2b8; }

.score-fair .breakdown-fill[b-izlp2756jt] { background: #ffc107; }
.score-fair .breakdown-score[b-izlp2756jt] { color: #ffc107; }
.score-fair .breakdown-icon[b-izlp2756jt] { color: #ffc107; }

.score-poor .breakdown-fill[b-izlp2756jt] { background: #dc3545; }
.score-poor .breakdown-score[b-izlp2756jt] { color: #dc3545; }
.score-poor .breakdown-icon[b-izlp2756jt] { color: #dc3545; }

/* Vehicle Details Section */
.vehicle-details-section[b-izlp2756jt] {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e9ecef;
}

.vehicle-details-section h4[b-izlp2756jt] {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #212529;
}

.vehicle-details-grid[b-izlp2756jt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
}

.detail-item[b-izlp2756jt] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 12px 16px;
}

.detail-label[b-izlp2756jt] {
    display: block;
    font-size: 11px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.detail-value[b-izlp2756jt] {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #212529;
}

.vehicle-description[b-izlp2756jt] {
    margin-top: 24px;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
}

.vehicle-description h5[b-izlp2756jt] {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #212529;
}

.vehicle-description p[b-izlp2756jt] {
    margin: 0;
    font-size: 14px;
    color: #495057;
    line-height: 1.6;
}

/* Actions Section */
.actions-section[b-izlp2756jt] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Counterpart Card */
.counterpart-card[b-izlp2756jt] {
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.counterpart-card.anonymized[b-izlp2756jt] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.counterpart-header[b-izlp2756jt] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.avatar[b-izlp2756jt] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.avatar.anonymous[b-izlp2756jt] {
    background: #adb5bd;
}

.counterpart-title[b-izlp2756jt] {
    flex: 1;
}

.counterpart-title h4[b-izlp2756jt] {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 4px 0;
    color: #212529;
}

.status-text[b-izlp2756jt] {
    margin: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.status-text.success[b-izlp2756jt] {
    color: #28a745;
}

.status-text.muted[b-izlp2756jt] {
    color: #6c757d;
}

/* Contact Details */
.contact-details[b-izlp2756jt] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.contact-item[b-izlp2756jt] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    color: #212529;
    text-decoration: none;
    transition: background 0.2s;
}

.contact-item:hover[b-izlp2756jt] {
    background: #e9ecef;
    text-decoration: none;
}

/* Anonymization Notice */
.anonymization-notice[b-izlp2756jt] {
    background: white;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}

.notice-icon[b-izlp2756jt] {
    color: #17a2b8;
    flex-shrink: 0;
}

.anonymization-notice p[b-izlp2756jt] {
    margin: 0;
    font-size: 14px;
    color: #495057;
    line-height: 1.5;
}

/* Action Buttons */
.action-buttons[b-izlp2756jt] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Timeline Card */
.timeline-card[b-izlp2756jt] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.timeline-card h5[b-izlp2756jt] {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #212529;
}

.timeline[b-izlp2756jt] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.timeline-item[b-izlp2756jt] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    background: #f8f9fa;
}

.timeline-item.highlight[b-izlp2756jt] {
    background: #d4edda;
}

.timeline-item.warning[b-izlp2756jt] {
    background: #fff3cd;
}

.timeline-icon[b-izlp2756jt] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #6c757d;
}

.timeline-content[b-izlp2756jt] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.timeline-label[b-izlp2756jt] {
    font-size: 14px;
    font-weight: 500;
    color: #212529;
}

.timeline-date[b-izlp2756jt] {
    font-size: 12px;
    color: #6c757d;
}

/* Buttons */
.btn[b-izlp2756jt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}

.btn-primary[b-izlp2756jt] {
    background: #007bff;
    color: white;
}

.btn-primary:hover[b-izlp2756jt] {
    background: #0056b3;
}

.btn-success[b-izlp2756jt] {
    background: #28a745;
    color: white;
}

.btn-success:hover[b-izlp2756jt] {
    background: #218838;
}

.btn-outline-danger[b-izlp2756jt] {
    background: transparent;
    color: #dc3545;
    border: 1px solid #dc3545;
}

.btn-outline-danger:hover[b-izlp2756jt] {
    background: #dc3545;
    color: white;
}

.btn-outline-secondary[b-izlp2756jt] {
    background: transparent;
    color: #6c757d;
    border: 1px solid #6c757d;
}

.btn-outline-secondary:hover[b-izlp2756jt] {
    background: #6c757d;
    color: white;
}

.w-100[b-izlp2756jt] {
    width: 100%;
}

.mb-2[b-izlp2756jt] {
    margin-bottom: 8px;
}

/* Utility Classes */
.me-2[b-izlp2756jt] {
    margin-right: 8px;
}

.text-success[b-izlp2756jt] {
    color: #28a745;
}

.text-muted[b-izlp2756jt] {
    color: #6c757d;
}

/* Loading and Error States */
.container-fluid[b-izlp2756jt] {
    max-width: 1400px;
    margin: 0 auto;
}

.alert[b-izlp2756jt] {
    padding: 16px 20px;
    border-radius: 10px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.alert-danger[b-izlp2756jt] {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.alert-warning[b-izlp2756jt] {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
}
/* /Components/Search/ListingDetailPage.razor.rz.scp.css */
/* ListingDetailPage Styles */

.listing-detail-page[b-fj0c3nl2t0] {
    padding: 2rem 0;
    max-width: 1200px;
    margin: 0 auto;
}

.breadcrumb[b-fj0c3nl2t0] {
    margin-bottom: 1.5rem;
}

.back-link[b-fj0c3nl2t0] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.back-link:hover[b-fj0c3nl2t0] {
    color: #0d6efd;
}

.detail-header[b-fj0c3nl2t0] {
    margin-bottom: 2rem;
}

.detail-header h1[b-fj0c3nl2t0] {
    font-size: 2rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.75rem;
}

.detail-meta[b-fj0c3nl2t0] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #6c757d;
}

.badge[b-fj0c3nl2t0] {
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

.badge-green[b-fj0c3nl2t0] {
    background: #d4edda;
    color: #155724;
}

.badge-gray[b-fj0c3nl2t0] {
    background: #e9ecef;
    color: #495057;
}

.badge-orange[b-fj0c3nl2t0] {
    background: #fff3cd;
    color: #856404;
}

.detail-grid[b-fj0c3nl2t0] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}

@media (max-width: 992px) {
    .detail-grid[b-fj0c3nl2t0] {
        grid-template-columns: 1fr;
    }
}

/* Gallery Section */
.vehicle-gallery-section[b-fj0c3nl2t0] {
    margin-bottom: 2rem;
}

.gallery-grid[b-fj0c3nl2t0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 300px 150px;
    gap: 0.5rem;
    border-radius: 12px;
    overflow: hidden;
}

.gallery-item[b-fj0c3nl2t0] {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background: #f8f9fa;
}

.gallery-item:hover[b-fj0c3nl2t0] {
    opacity: 0.9;
}

.gallery-item.main[b-fj0c3nl2t0] {
    grid-column: span 2;
    grid-row: span 1;
}

.gallery-item img[b-fj0c3nl2t0] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img[b-fj0c3nl2t0] {
    transform: scale(1.05);
}

.photo-count[b-fj0c3nl2t0] {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.gallery-placeholder[b-fj0c3nl2t0] {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 12px;
    color: #6c757d;
    font-size: 4rem;
}

.gallery-placeholder span[b-fj0c3nl2t0] {
    font-size: 1rem;
    margin-top: 1rem;
}

/* Vehicle Specs */
.vehicle-specs[b-fj0c3nl2t0] {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e9ecef;
    margin-bottom: 2rem;
}

.vehicle-specs h2[b-fj0c3nl2t0] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #212529;
}

.specs-grid[b-fj0c3nl2t0] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.25rem;
}

.spec-item[b-fj0c3nl2t0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 1.25rem;
    color: #495057;
}

.spec-info[b-fj0c3nl2t0] {
    display: flex;
    flex-direction: column;
}

.spec-label[b-fj0c3nl2t0] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
}

.spec-value[b-fj0c3nl2t0] {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
}

/* Vehicle Description */
.vehicle-description[b-fj0c3nl2t0],
.vehicle-ask[b-fj0c3nl2t0] {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e9ecef;
    margin-bottom: 2rem;
}

.vehicle-description h2[b-fj0c3nl2t0],
.vehicle-ask h2[b-fj0c3nl2t0] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #212529;
}

.vehicle-description p[b-fj0c3nl2t0],
.vehicle-ask p[b-fj0c3nl2t0] {
    color: #495057;
    line-height: 1.6;
}

.vehicle-ask[b-fj0c3nl2t0] {
    background: #f8f9fa;
}

/* Sidebar */
.detail-sidebar[b-fj0c3nl2t0] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.valuation-card[b-fj0c3nl2t0] {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e9ecef;
}

.valuation-card h3[b-fj0c3nl2t0] {
    font-size: 1rem;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.valuation-range[b-fj0c3nl2t0] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #198754;
    margin-bottom: 0.5rem;
}

.valuation-note[b-fj0c3nl2t0] {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
}

/* Owner Contact Card */
.owner-contact-card[b-fj0c3nl2t0] {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    overflow: hidden;
}

.owner-contact-card.locked[b-fj0c3nl2t0] {
    background: #f8f9fa;
}

.owner-contact-card.unlocked[b-fj0c3nl2t0] {
    border-color: #198754;
}

.locked-content[b-fj0c3nl2t0] {
    padding: 2rem;
    text-align: center;
}

.lock-icon[b-fj0c3nl2t0] {
    width: 64px;
    height: 64px;
    background: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    color: #6c757d;
}

.locked-content h4[b-fj0c3nl2t0] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.lock-message[b-fj0c3nl2t0] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.locked-preview[b-fj0c3nl2t0] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 200px;
    margin: 0 auto;
}

.blur-line[b-fj0c3nl2t0] {
    height: 12px;
    background: linear-gradient(90deg, #dee2e6 0%, #e9ecef 50%, #dee2e6 100%);
    border-radius: 6px;
    animation: shimmer-b-fj0c3nl2t0 2s infinite;
}

.blur-line.short[b-fj0c3nl2t0] {
    width: 60%;
}

@keyframes shimmer-b-fj0c3nl2t0 {
    0% { opacity: 0.5; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}

/* Unlocked Contact Card */
.contact-header[b-fj0c3nl2t0] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-bottom: 1px solid #b8d5c3;
}

.contact-avatar[b-fj0c3nl2t0] {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #198754;
    overflow: hidden;
}

.contact-avatar img[b-fj0c3nl2t0] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-info h4[b-fj0c3nl2t0] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #155724;
    margin-bottom: 0.25rem;
}

.contact-badge[b-fj0c3nl2t0] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8rem;
    color: #198754;
    font-weight: 500;
}

.contact-details[b-fj0c3nl2t0] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-item[b-fj0c3nl2t0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
    color: #495057;
    text-decoration: none;
    transition: background 0.2s ease;
}

.contact-item:hover[b-fj0c3nl2t0] {
    background: #e9ecef;
}

.match-info[b-fj0c3nl2t0] {
    padding: 0 1.5rem 1.5rem;
    border-top: 1px solid #e9ecef;
    padding-top: 1.5rem;
}

.match-score[b-fj0c3nl2t0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
    color: #198754;
    font-weight: 500;
}

/* Buttons */
.btn-large[b-fj0c3nl2t0] {
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/* Lightbox */
.lightbox-overlay[b-fj0c3nl2t0] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 2rem;
}

.lightbox-content[b-fj0c3nl2t0] {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-image[b-fj0c3nl2t0] {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
}

.lightbox-close[b-fj0c3nl2t0] {
    position: absolute;
    top: -50px;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;
    transition: background 0.2s ease;
}

.lightbox-close:hover[b-fj0c3nl2t0] {
    background: rgba(255, 255, 255, 0.3);
}

.lightbox-nav[b-fj0c3nl2t0] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;
    transition: background 0.2s ease;
}

.lightbox-nav:hover[b-fj0c3nl2t0] {
    background: rgba(255, 255, 255, 0.3);
}

.lightbox-nav.prev[b-fj0c3nl2t0] {
    left: -70px;
}

.lightbox-nav.next[b-fj0c3nl2t0] {
    right: -70px;
}

.lightbox-counter[b-fj0c3nl2t0] {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1rem;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .gallery-grid[b-fj0c3nl2t0] {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 200px);
    }
    
    .gallery-item.main[b-fj0c3nl2t0] {
        grid-column: span 1;
    }
    
    .lightbox-nav.prev[b-fj0c3nl2t0] {
        left: 10px;
    }
    
    .lightbox-nav.next[b-fj0c3nl2t0] {
        right: 10px;
    }
    
    .lightbox-close[b-fj0c3nl2t0] {
        top: 10px;
        right: 10px;
    }
}
/* /Components/Shared/NavMenu.razor.rz.scp.css */
/* Stili per il menu di navigazione */

.nav-scrollable[b-j98pwplj8f] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nav-scrollable nav[b-j98pwplj8f] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Spacer per spingere il logout in fondo */
.mt-auto[b-j98pwplj8f] {
    margin-top: auto !important;
}

/* Stile per il pulsante di logout in fondo */
.logout-item[b-j98pwplj8f] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

.logout-item form[b-j98pwplj8f] {
    width: 100%;
}

.logout-item button[b-j98pwplj8f] {
    width: 100%;
    text-align: left;
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.logout-item button:hover[b-j98pwplj8f] {
    color: #fff;
}
