@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/Garage.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rb4ahrkott] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rb4ahrkott] {
    flex: 1;
}

.sidebar[b-rb4ahrkott] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rb4ahrkott] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rb4ahrkott]  a, .top-row[b-rb4ahrkott]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-rb4ahrkott]  a:hover, .top-row[b-rb4ahrkott]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-rb4ahrkott]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-rb4ahrkott] {
        justify-content: space-between;
    }

    .top-row[b-rb4ahrkott]  a, .top-row[b-rb4ahrkott]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rb4ahrkott] {
        flex-direction: row;
    }

    .sidebar[b-rb4ahrkott] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rb4ahrkott] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-rb4ahrkott]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rb4ahrkott], article[b-rb4ahrkott] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-rb4ahrkott] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-rb4ahrkott] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Garage.Web/Components/Modals/ConfirmationModal.razor.rz.scp.css */
.confirmation-modal[b-7wkr17diz1] {
    max-width: 500px;
    width: 95vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
}

.modal-header[b-7wkr17diz1] {
    background-color: var(--subheader-background);
    padding: 1rem 1.5rem;
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
}

.modal-header h2[b-7wkr17diz1] {
    margin: 0;
    color: var(--color-primary);
    font-size: 1.25rem;
    font-weight: 500;
}

.modal-content[b-7wkr17diz1] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    border: none;
    border-radius: unset;
    outline: none;
}

.confirmation-message[b-7wkr17diz1] {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    color: var(--color-text);
    line-height: 1.5;
}

.confirmation-detail[b-7wkr17diz1] {
    margin: 0;
    font-size: 0.9rem;
    color: var(--color-text-secondary);
    line-height: 1.5;
    padding: 1rem;
    background-color: var(--color-surface-alt);
    border-radius: var(--radius-sm);
    border-left: 3px solid var(--color-primary);
}
/* _content/Garage.Web/Components/Modals/CustomerModal.razor.rz.scp.css */
.customer-modal[b-wv4f5pahg6] {
    max-width: 1400px;
    width: 95vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
}

.modal-header[b-wv4f5pahg6] {
    background-color: var(--subheader-background);
    padding: 1rem 1.5rem;
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
}

.modal-header h2[b-wv4f5pahg6] {
    margin: 0;
    color: var(--color-primary);
    font-size: 1.25rem;
    font-weight: 500;
}

.modal-content[b-wv4f5pahg6] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    border: none;
    border-radius: unset;
    outline: none;
    margin: 0 auto;
}

/* Client Type Toggle */
.client-type-toggle[b-wv4f5pahg6] {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.toggle-option[b-wv4f5pahg6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    user-select: none;
}

.toggle-option input[type="checkbox"][b-wv4f5pahg6] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.toggle-option .checkmark[b-wv4f5pahg6] {
    font-size: 0.95rem;
    color: var(--color-text);
}

/* Top Sections Layout */
.top-sections[b-wv4f5pahg6] {
    display: grid;
    grid-template-columns: 40fr 60fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Section Styles */
.section[b-wv4f5pahg6] {
    padding: 2rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
}

.section.vehicles[b-wv4f5pahg6] {
    padding-right: 1.5rem;
}

/* Make vehicle section match client info height */
.top-sections .section:has(.vehicles-list)[b-wv4f5pahg6] {
    height: 0;
    min-height: 100%;
}

.section-header[b-wv4f5pahg6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    height: 1.5rem;
}

.section-header.split-part[b-wv4f5pahg6] {
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-right: 0.5rem;
}

.section-header.split-part .section-header[b-wv4f5pahg6] {
    margin-bottom: 0;
}

.section-header .icon[b-wv4f5pahg6] {
    font-size: 1.25rem;
}

.section-header h3[b-wv4f5pahg6] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--color-text);
}

/* Form Styles */
.form-grid[b-wv4f5pahg6] {
    display: grid;
    gap: 1.5rem;
}

.form-group[b-wv4f5pahg6] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1rem;
    align-items: center;
}

.form-elem[b-wv4f5pahg6] {
    display: contents;
}

.form-elem label[b-wv4f5pahg6] {
    color: var(--color-text);
    width: 100px;
}

.form-elem input[b-wv4f5pahg6],
.form-elem select[b-wv4f5pahg6] {
    padding: 0.5rem 0.5rem;
    border: 1px solid var(--color-text);
    border-bottom: none;
    background-color: var(--color-surface);
    color: var(--color-text);
}

.form-elem:last-child input[b-wv4f5pahg6],
.form-elem:last-child select[b-wv4f5pahg6] {
    border-bottom: 1px solid var(--color-text);
}

.form-elem input:focus[b-wv4f5pahg6],
.form-elem select:focus[b-wv4f5pahg6] {
    outline: none;
}

.inline-group[b-wv4f5pahg6] {
    display: flex;
}

.inline-group .flex-grow[b-wv4f5pahg6] {
    flex: 1;
}

.inline-group .street-number[b-wv4f5pahg6] {
    width: 80px;
    border-left: none;
}

/* Vehicles Section */
.vehicles-list[b-wv4f5pahg6] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
    overflow-y: auto;
    min-height: 0;
    padding: 4px 0.5rem 4px 4px;
}

/* Custom scrollbar for vehicles list */
.vehicles-list[b-wv4f5pahg6]::-webkit-scrollbar {
    width: 8px;
}

.vehicles-list[b-wv4f5pahg6]::-webkit-scrollbar-track {
    background: var(--color-background);
    border-radius: var(--radius-sm);
}

.vehicles-list[b-wv4f5pahg6]::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: var(--radius-sm);
}

.vehicles-list[b-wv4f5pahg6]::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary);
    opacity: 0.8;
}

.vehicle-card[b-wv4f5pahg6] {
    background-color: var(--color-surface);
    border: 1px solid var(--color-text);
    border-radius: var(--radius-md);
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.vehicle-card:hover[b-wv4f5pahg6] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.vehicule-column[b-wv4f5pahg6] {
    
}

.vehicle-header[b-wv4f5pahg6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.vehicle-info[b-wv4f5pahg6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.vehicle-info .name[b-wv4f5pahg6] {
    text-decoration: underline;
}

.vehicle-details[b-wv4f5pahg6] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

/* Tire Section */
.tire-header[b-wv4f5pahg6] {
    font-weight: 500;
    color: var(--color-text);
    margin-bottom: 0.5rem;
    text-align: center;
}

.tire-info[b-wv4f5pahg6] {
    font-size: 0.8rem;
    color: var(--color-text);
    margin-bottom: 0.75rem;
    text-align: center;
}

.tire-date[b-wv4f5pahg6] {
    text-align: center;
    margin-top: 0.5rem;
}

/* History Section */
.section.history-section[b-wv4f5pahg6] {
    padding: 0;
}

.section.history-section .section-header[b-wv4f5pahg6] {
    margin: 1rem;
}

/* History Table */
.history-table-wrapper[b-wv4f5pahg6] {
    overflow-x: auto;
}

.history-table[b-wv4f5pahg6] {
    width: 100%;
    border-collapse: collapse;
}

.history-table thead tr[b-wv4f5pahg6] {
    background-color: var(--subheader-background);
    color: var(--color-primary);
}

.history-table th[b-wv4f5pahg6] {
    padding: 0.5rem 1rem;
    text-align: left;
    font-weight: 500;
    font-size: 0.9rem;
}

.history-table tbody tr[b-wv4f5pahg6] {
    background-color: var(--color-surface);
    border-bottom: 1px solid var(--color-primary);
    transition: background-color var(--transition-fast);
}

.history-table tbody tr:hover[b-wv4f5pahg6] {
    background-color: var(--color-surface-hover);
}

.history-table td[b-wv4f5pahg6] {
    padding: 0.25rem 1rem;
    font-size: 0.9rem;
    color: var(--color-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

/* Responsive */
@media (max-width: 1200px) {
    .top-sections[b-wv4f5pahg6] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .form-grid[b-wv4f5pahg6] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .tire-section[b-wv4f5pahg6] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .customer-modal[b-wv4f5pahg6] {
        width: 100vw;
        max-width: 100vw;
        height: 100vh;
        max-height: 100vh;
        border-radius: 0;
    }

    .form-grid[b-wv4f5pahg6] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
/* _content/Garage.Web/Components/Modals/SlotDetailsDrawer.razor.rz.scp.css */
.drawer-overlay[b-bvicxz1sg7] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 50;
    pointer-events: none;
    transition: background-color 0.3s ease;
}

.drawer-overlay.open[b-bvicxz1sg7] {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
}

.slot-drawer[b-bvicxz1sg7] {
    position: fixed;
    top: 0;
    right: 0;
    width: fit-content;
    max-width: 90vw;
    min-width: 300px;
    height: 100vh;
    background-color: var(--color-background);
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    z-index: 51;
}

.slot-drawer.open[b-bvicxz1sg7] {
    transform: translateX(0);
}

.drawer-header[b-bvicxz1sg7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background-color: var(--subheader-background);
    border-bottom: 1px solid var(--color-border);
}

.drawer-title[b-bvicxz1sg7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.drawer-title h3[b-bvicxz1sg7] {
    margin: 0;
    color: var(--color-primary);
    font-size: 1.25rem;
    font-weight: 500;
}

.capacity-badge[b-bvicxz1sg7] {
    background-color: var(--subheader-background);
    color: var(--color-primary);
    padding: 0.25rem 0.625rem;
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
    font-weight: 500;
}

.close-button[b-bvicxz1sg7] {
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--color-text-secondary);
    cursor: pointer;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    transition: background-color 0.2s;
}

.close-button:hover[b-bvicxz1sg7] {
    background-color: var(--color-surface-alt);
}

.drawer-content[b-bvicxz1sg7] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
}

.empty-message[b-bvicxz1sg7] {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--color-text-secondary);
}

.empty-message p[b-bvicxz1sg7] {
    margin: 0;
    font-size: 1rem;
}

.tires-list[b-bvicxz1sg7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.drawer-footer[b-bvicxz1sg7] {
    padding: 1.5rem;
    border-top: 1px solid var(--color-border);
    background-color: var(--color-background);
}

.add-tire-btn[b-bvicxz1sg7] {
    width: 100%;
    padding: 0.875rem;
    background-color: var(--subheader-background);
    color: var(--color-primary);
    border: none;
    border-radius: var(--radius-sm);
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s;
}

.add-tire-btn:hover[b-bvicxz1sg7] {
    opacity: 0.8;
}

.capacity-warning[b-bvicxz1sg7] {
    text-align: center;
    padding: 0.875rem;
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: var(--radius-sm);
    color: var(--color-text);
    font-size: 0.9rem;
}

/* Scrollbar styling */
.drawer-content[b-bvicxz1sg7]::-webkit-scrollbar {
    width: 8px;
}

.drawer-content[b-bvicxz1sg7]::-webkit-scrollbar-track {
    background: var(--color-surface);
}

.drawer-content[b-bvicxz1sg7]::-webkit-scrollbar-thumb {
    background: var(--color-border);
    border-radius: 4px;
}

.drawer-content[b-bvicxz1sg7]::-webkit-scrollbar-thumb:hover {
    background: var(--color-text-secondary);
}
/* _content/Garage.Web/Components/Modals/StorageLevelModal.razor.rz.scp.css */
.modal-container[b-v3fhgs6dnl] {
    width: 500px;
    max-width: 90vw;
}

.modal-header[b-v3fhgs6dnl] {
    padding: 1.5rem;
    border-bottom: 1px solid var(--color-border);
}

.modal-header h2[b-v3fhgs6dnl] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--color-text);
}

.modal-body[b-v3fhgs6dnl] {
    padding: 1.5rem;
    max-height: 60vh;
    overflow-y: auto;
}

.form-group[b-v3fhgs6dnl] {
    margin-bottom: 1.25rem;
}

.form-group label[b-v3fhgs6dnl] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--color-text);
    font-size: 0.9rem;
}

.form-control[b-v3fhgs6dnl] {
    width: 100%;
    padding: 0.625rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    background-color: var(--color-surface);
    color: var(--color-text);
    box-sizing: border-box;
}

.form-control:focus[b-v3fhgs6dnl] {
    outline: none;
    border-color: var(--color-primary);
}
/* _content/Garage.Web/Components/Modals/StorageLevelsManagementModal.razor.rz.scp.css */
.storage-management-modal[b-oo26k3zfv4] {
    max-width: 1400px;
    width: 95vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
}

.modal-header[b-oo26k3zfv4] {
    background-color: var(--subheader-background);
    padding: 1rem 1.5rem;
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
}

.modal-header h2[b-oo26k3zfv4] {
    margin: 0;
    color: var(--color-primary);
    font-size: 1.25rem;
    font-weight: 500;
}

.modal-content[b-oo26k3zfv4] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    border: none;
    border-radius: unset;
    outline: none;
    margin: 0 auto;
}

.levels-list[b-oo26k3zfv4] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}

.level-container[b-oo26k3zfv4] {
    border: 2px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.level-item[b-oo26k3zfv4] {
    display: grid;
    grid-template-columns: 40px 50px 1fr auto;
    gap: 12px;
    align-items: end;
    padding: 12px;
    background: #e9ecef;
}

.expand-btn[b-oo26k3zfv4] {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 4px;
    height: fit-content;
    margin-bottom: 8px;
}

.expand-btn:hover[b-oo26k3zfv4] {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.level-reorder[b-oo26k3zfv4] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-self: center;
}

.level-name label[b-oo26k3zfv4] {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #495057;
    margin-bottom: 4px;
}

.name-input[b-oo26k3zfv4] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
}

.order-input:focus[b-oo26k3zfv4],
.name-input:focus[b-oo26k3zfv4] {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.level-actions[b-oo26k3zfv4] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.add-section-btn[b-oo26k3zfv4] {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.add-section-btn:hover[b-oo26k3zfv4] {
    background-color: #d4edda;
}

.delete-btn[b-oo26k3zfv4] {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.delete-btn:hover[b-oo26k3zfv4] {
    background-color: #ffe0e0;
}

.sections-container[b-oo26k3zfv4] {
    background: #f8f9fa;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-item[b-oo26k3zfv4] {
    display: grid;
    grid-template-columns: 50px 1fr auto auto;
    gap: 12px;
    align-items: start;
    padding: 12px;
    background: white;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

.section-reorder[b-oo26k3zfv4] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-self: center;
}

.section-naming[b-oo26k3zfv4] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.naming-fields[b-oo26k3zfv4] {
    display: flex;
    gap: 12px;
}

.naming-field[b-oo26k3zfv4] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.naming-field label[b-oo26k3zfv4] {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #495057;
    margin-bottom: 4px;
}

.display-toggle[b-oo26k3zfv4] {
    display: flex;
    align-items: center;
}

.toggle-label[b-oo26k3zfv4] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #495057;
    margin: 0;
}

.toggle-checkbox[b-oo26k3zfv4] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.toggle-text[b-oo26k3zfv4] {
    user-select: none;
}

.reorder-btn[b-oo26k3zfv4] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    font-size: 12px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s;
}

.reorder-btn:hover:not(:disabled)[b-oo26k3zfv4] {
    background: #e9ecef;
    border-color: #adb5bd;
}

.reorder-btn:disabled[b-oo26k3zfv4] {
    opacity: 0.3;
    cursor: not-allowed;
}

.section-name-input[b-oo26k3zfv4] {
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
}

.section-name-input:focus[b-oo26k3zfv4] {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.section-dimensions-wrapper[b-oo26k3zfv4] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: end;
}

.section-dimensions[b-oo26k3zfv4] {
    display: flex;
    gap: 8px;
}

.dimension-spacer[b-oo26k3zfv4] {
    height: 24px;
    display: flex;
    align-items: center;
}

.dimension-spacer .section-slots-info[b-oo26k3zfv4] {
    font-size: 12px;
    color: #6c757d;
    white-space: nowrap;
}

.dimension-input[b-oo26k3zfv4] {
    display: flex;
    flex-direction: column;
}

.dimension-input label[b-oo26k3zfv4] {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #495057;
    margin-bottom: 4px;
}

.dim-input[b-oo26k3zfv4] {
    width: 70px;
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
}

.dim-input:focus[b-oo26k3zfv4] {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.section-actions[b-oo26k3zfv4] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-slots-info[b-oo26k3zfv4] {
    font-size: 12px;
    color: #6c757d;
    white-space: nowrap;
}

.no-sections[b-oo26k3zfv4] {
    padding: 20px;
    text-align: center;
    color: #6c757d;
    font-style: italic;
    background: white;
    border-radius: 6px;
    border: 1px dashed #dee2e6;
}

.add-level-btn[b-oo26k3zfv4] {
    width: 100%;
    padding: 12px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.add-level-btn:hover[b-oo26k3zfv4] {
    background: #0056b3;
}

/* _content/Garage.Web/Components/Modals/StorageSectionModal.razor.rz.scp.css */
.modal-container[b-hstyevu631] {
    width: 500px;
    max-width: 90vw;
}

.modal-header[b-hstyevu631] {
    padding: 1.5rem;
    border-bottom: 1px solid var(--color-border);
}

.modal-header h2[b-hstyevu631] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--color-text);
}

.modal-body[b-hstyevu631] {
    padding: 1.5rem;
    max-height: 60vh;
    overflow-y: auto;
}

.form-group[b-hstyevu631] {
    margin-bottom: 1.25rem;
}

.form-group label[b-hstyevu631] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--color-text);
    font-size: 0.9rem;
}

.form-control[b-hstyevu631] {
    width: 100%;
    padding: 0.625rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    background-color: var(--color-surface);
    color: var(--color-text);
    box-sizing: border-box;
}

.form-control:focus[b-hstyevu631] {
    outline: none;
    border-color: var(--color-primary);
}
/* _content/Garage.Web/Components/Modals/StoredTireModal.razor.rz.scp.css */
.stored-tire-modal[b-v1dp4b2qbz] {
    max-width: 800px;
    width: 95vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
}

.modal-header[b-v1dp4b2qbz] {
    background-color: var(--subheader-background);
    padding: 1rem 1.5rem;
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
}

.modal-header h2[b-v1dp4b2qbz] {
    margin: 0;
    color: var(--color-primary);
    font-size: 1.25rem;
    font-weight: 500;
}

.modal-content[b-v1dp4b2qbz] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    border: none;
    border-radius: unset;
    outline: none;
}

.form-group[b-v1dp4b2qbz] {
    margin-bottom: 1.25rem;
}

.form-group label[b-v1dp4b2qbz] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--color-text);
    font-size: 0.9rem;
}

.form-control[b-v1dp4b2qbz] {
    width: 100%;
    padding: 0.625rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    background-color: var(--color-surface);
    color: var(--color-text);
    box-sizing: border-box;
}

.form-control:focus[b-v1dp4b2qbz] {
    outline: none;
    border-color: var(--color-primary);
}

select.form-control[b-v1dp4b2qbz] {
    cursor: pointer;
}

.tire-depths[b-v1dp4b2qbz] {
    margin-top: 1.5rem;
    padding: 1rem;
    background-color: var(--color-surface-alt);
    border-radius: var(--radius-md);
}

.tire-depths h4[b-v1dp4b2qbz] {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-text);
}

.depth-row[b-v1dp4b2qbz] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.depth-input label[b-v1dp4b2qbz] {
    font-size: 0.85rem;
    color: var(--color-text-secondary);
}

.checkbox-group[b-v1dp4b2qbz] {
    margin-top: 1rem;
}

.checkbox-group label[b-v1dp4b2qbz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--color-text);
    cursor: pointer;
}

.checkbox-group input[type="checkbox"][b-v1dp4b2qbz] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.no-tires-message[b-v1dp4b2qbz] {
    padding: 1rem;
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: var(--radius-sm);
    color: var(--color-text);
    margin: 0;
    font-size: 0.9rem;
}
/* _content/Garage.Web/Components/Modals/VehicleModal.razor.rz.scp.css */
.vehicle-modal[b-6wp5450ry0] {
    border-radius: var(--radius-lg);
    max-width: 1200px;
    width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
}

.modal-header[b-6wp5450ry0] {
    background-color: var(--subheader-background);
    padding: 1rem 1.5rem;
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
}

.modal-header h2[b-6wp5450ry0] {
    margin: 0;
    color: var(--color-primary);
    font-size: 1.25rem;
    font-weight: 500;
}

.modal-content[b-6wp5450ry0] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    border: none;
    border-radius: unset;
}

.content-sections[b-6wp5450ry0] {
    display: grid;
    grid-template-columns: 40fr 60fr;
    gap: 1.5rem;
}

/* Section Styles */
.section[b-6wp5450ry0] {
    padding: 1.5rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
}

.section-header[b-6wp5450ry0] {
    margin-bottom: 1.5rem;
}

.section-header h3[b-6wp5450ry0] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--color-text);
}

/* Vehicle Information Form */
.vehicle-info .form-grid[b-6wp5450ry0] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0;
    align-items: center;
}

.vehicle-info .form-grid label[b-6wp5450ry0] {
    padding: 0.5rem 1rem 0.5rem 0;
    color: var(--color-text);
    font-size: 0.95rem;
}

.vehicle-info .form-grid input[b-6wp5450ry0],
.vehicle-info .form-grid select[b-6wp5450ry0] {
    padding: 0.5rem;
    border: 1px solid var(--color-text);
    border-bottom: none;
    background-color: var(--color-surface);
    color: var(--color-text);
    font-size: 0.95rem;
}

.vehicle-info .form-grid input:last-of-type[b-6wp5450ry0] {
    border-bottom: 1px solid var(--color-text);
}

.vehicle-info .form-grid input:focus[b-6wp5450ry0],
.vehicle-info .form-grid select:focus[b-6wp5450ry0] {
    outline: none;
    background-color: rgba(255, 204, 0, 0.05);
}

/* Tire Sections */
.tire-sections[b-6wp5450ry0] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    padding: 0;
    box-shadow: none;
}

.tire-column[b-6wp5450ry0] {
    padding: 1.5rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    background-color: var(--color-surface);
}

.tire-column-header[b-6wp5450ry0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tire-column-header h3[b-6wp5450ry0] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--color-text);
}

/* Toggle Switch */
.toggle-switch[b-6wp5450ry0] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.toggle-switch input[b-6wp5450ry0] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-6wp5450ry0] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.3s;
    border-radius: 24px;
}

.slider[b-6wp5450ry0]:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}

.toggle-switch input:checked + .slider[b-6wp5450ry0] {
    background-color: var(--color-primary);
}

.toggle-switch input:checked + .slider[b-6wp5450ry0]:before {
    transform: translateX(26px);
}

/* Tire Content */
.tire-content[b-6wp5450ry0] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tire-type-checkboxes[b-6wp5450ry0] {
    display: flex;
    gap: 1.5rem;
    padding: 0.5rem 0;
}

.checkbox-label[b-6wp5450ry0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    color: var(--color-text);
    font-size: 0.95rem;
    user-select: none;
}

.checkbox-label input[type="checkbox"][b-6wp5450ry0] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--color-primary);
}

.tire-location[b-6wp5450ry0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tire-location label[b-6wp5450ry0] {
    color: var(--color-text);
    font-size: 0.95rem;
    white-space: nowrap;
}

.tire-location select[b-6wp5450ry0] {
    flex: 1;
    padding: 0.4rem 0.5rem;
    border: 1px solid var(--color-text);
    background-color: var(--color-surface);
    color: var(--color-text);
    font-size: 0.95rem;
    border-radius: var(--radius-sm);
}

.tire-location select:focus[b-6wp5450ry0] {
    outline: none;
    background-color: rgba(255, 204, 0, 0.05);
}

/* Storage Location Display */
.storage-location-display[b-6wp5450ry0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    margin-top: 0.5rem;
    background-color: rgba(255, 204, 0, 0.05);
    border: 1px solid rgba(255, 204, 0, 0.2);
    border-radius: var(--radius-sm);
    gap: 0.5rem;
}

.location-text[b-6wp5450ry0] {
    color: var(--color-text);
    font-size: 0.9rem;
    flex: 1;
}

.location-warning[b-6wp5450ry0] {
    color: #ff4444;
    font-size: 0.9rem;
    flex: 1;
}

.view-storage-btn[b-6wp5450ry0] {
    padding: 0.4rem 0.8rem;
    background-color: var(--color-primary);
    color: var(--color-background);
    border: none;
    border-radius: var(--radius-sm);
    font-size: 0.85rem;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.2s;
}

.view-storage-btn:hover[b-6wp5450ry0] {
    opacity: 0.8;
}

/* Tire Grid */
.tire-grid[b-6wp5450ry0] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 1rem 0;
}

.tire-item[b-6wp5450ry0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.tire-icon[b-6wp5450ry0] {
    width: 35px;
    height: 50px;
    background-color: #333;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
}

.tire-icon[b-6wp5450ry0]::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px solid #666;
    border-radius: 2px;
}

.tire-depth-input[b-6wp5450ry0] {
    width: 70px;
    padding: 0.3rem 0.5rem;
    border: 1px solid var(--color-text);
    background-color: var(--color-surface);
    color: var(--color-text);
    font-size: 0.9rem;
    text-align: center;
    border-radius: var(--radius-sm);
}

.tire-depth-input:focus[b-6wp5450ry0] {
    outline: none;
    background-color: rgba(255, 204, 0, 0.05);
}

.tire-depth-input.warning[b-6wp5450ry0] {
    color: #ff4444;
    font-weight: 500;
}

.tire-date[b-6wp5450ry0] {
    text-align: center;
    font-size: 0.85rem;
    color: var(--color-text);
    opacity: 0.8;
}

.identical-checkbox[b-6wp5450ry0] {

}

/* Tire Specifications */
.tire-specs[b-6wp5450ry0] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0;
    padding-top: 0.5rem;
    align-items: center;
}

.tire-specs-split[b-6wp5450ry0] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 0.5rem;
}

.spec-section h4[b-6wp5450ry0] {
    margin: 0 0 0.5rem 0;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--color-text);
    text-decoration: underline;
}

.spec-section-grid[b-6wp5450ry0] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0;
    align-items: center;
}

.tire-specs label[b-6wp5450ry0],
.spec-section-grid label[b-6wp5450ry0] {
    padding: 0.5rem 1rem 0.5rem 0;
    color: var(--color-text);
    font-size: 0.9rem;
}

.tire-specs input[b-6wp5450ry0],
.spec-section-grid input[b-6wp5450ry0] {
    padding: 0.5rem;
    border: 1px solid var(--color-text);
    border-bottom: none;
    background-color: var(--color-surface);
    color: var(--color-text);
    font-size: 0.9rem;
}

.tire-specs input:last-of-type[b-6wp5450ry0],
.spec-section-grid input:last-of-type[b-6wp5450ry0] {
    border-bottom: 1px solid var(--color-text);
}

.tire-specs input:focus[b-6wp5450ry0],
.spec-section-grid input:focus[b-6wp5450ry0] {
    outline: none;
    background-color: rgba(255, 204, 0, 0.05);
}

/* Modal Footer */
.modal-footer[b-6wp5450ry0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(255, 204, 0, 0.2);
    background-color: var(--color-surface);
    border-bottom-left-radius: var(--radius-lg);
    border-bottom-right-radius: var(--radius-lg);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .vehicle-modal[b-6wp5450ry0] {
        max-width: 95vw;
    }

    .content-sections[b-6wp5450ry0] {
        grid-template-columns: 1fr;
    }

    .tire-sections[b-6wp5450ry0] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .vehicle-modal[b-6wp5450ry0] {
        width: 100vw;
        max-width: 100vw;
        height: 100vh;
        max-height: 100vh;
        border-radius: 0;
        margin: 0;
    }

    .modal-header[b-6wp5450ry0] {
        border-radius: 0;
    }

    .modal-content[b-6wp5450ry0] {
        padding: 1rem;
    }

    .content-sections[b-6wp5450ry0] {
        gap: 1rem;
    }

    .tire-sections[b-6wp5450ry0] {
        gap: 1rem;
    }

    .tire-column[b-6wp5450ry0] {
        padding: 1rem;
    }

    .modal-footer[b-6wp5450ry0] {
        flex-direction: column;
        gap: 0.5rem;
        border-radius: 0;
    }
}

/* Custom scrollbar */
.modal-content[b-6wp5450ry0]::-webkit-scrollbar {
    width: 8px;
}

.modal-content[b-6wp5450ry0]::-webkit-scrollbar-track {
    background: var(--color-background);
    border-radius: var(--radius-sm);
}

.modal-content[b-6wp5450ry0]::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: var(--radius-sm);
}

.modal-content[b-6wp5450ry0]::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary);
    opacity: 0.8;
}
/* _content/Garage.Web/Components/Pages/Agenda.razor.rz.scp.css */
/* _content/Garage.Web/Components/Pages/Customers.razor.rz.scp.css */
.customers-container[b-j7vwnfv0s9] {
    height: calc(100vh - 42px);
}

.customers-panel[b-j7vwnfv0s9] {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.panel-header[b-j7vwnfv0s9] {
    padding: 1rem;
    display: flex;
    gap: 0.75rem;
    align-items: center;
    background-color: var(--color-surface);
}

.search-box[b-j7vwnfv0s9] {
    flex: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: transparent;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    padding: 0.5rem 0.75rem;
}

.search-icon[b-j7vwnfv0s9] {
    color: var(--color-text-light);
    font-size: 1rem;
}

.search-box input[b-j7vwnfv0s9] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: var(--color-text);
    font-size: 0.95rem;
}

.search-box input[b-j7vwnfv0s9]::placeholder {
    color: var(--color-text-light);
}

.table-wrapper[b-j7vwnfv0s9] {
    flex: 1;
    overflow: auto;
    margin: 0 1rem 1rem 1rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.customers-table[b-j7vwnfv0s9] {
    width: 100%;
    border-collapse: collapse;
}

.customers-table thead[b-j7vwnfv0s9] {
    position: sticky;
    top: 0;
    z-index: 10;
}

.customers-table thead tr[b-j7vwnfv0s9] {
    background-color: var(--subheader-background);
    color: var(--color-primary);
}

.customers-table th[b-j7vwnfv0s9] {
    padding: 0.5rem 1rem;
    text-align: left;
    font-weight: 500;
    font-size: 0.9rem;
}

.customers-table th.sortable[b-j7vwnfv0s9] {
    cursor: pointer;
    user-select: none;
    transition: background-color var(--transition-fast);
}

.customers-table th.sortable:hover[b-j7vwnfv0s9] {
    background-color: var(--button-background-hover);
}

.sort-indicator[b-j7vwnfv0s9] {
    margin-right: 0.25rem;
    font-size: 0.7rem;
    opacity: 0.8;
}

.customers-table tbody tr[b-j7vwnfv0s9] {
    background-color: var(--color-surface);
    border-bottom: 1px solid var(--color-primary);
    cursor: pointer;
    transition: background-color var(--transition-fast);
}

.customers-table tbody tr:hover[b-j7vwnfv0s9] {
    background-color: var(--color-surface-hover);
}

.customers-table tbody tr.selected[b-j7vwnfv0s9] {
    background-color: var(--color-primary-light);
}

.customers-table td[b-j7vwnfv0s9] {
    padding: 0.25rem 1rem;
    font-size: 0.9rem;
    color: var(--color-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.customers-table td:nth-child(3)[b-j7vwnfv0s9] {
    color: var(--color-text-secondary);
}

.customers-table td:nth-child(7)[b-j7vwnfv0s9] {
    color: var(--color-text-secondary);
    font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 768px) {
    .customers-table th[b-j7vwnfv0s9],
    .customers-table td[b-j7vwnfv0s9] {
        padding: 0.5rem;
        font-size: 0.85rem;
    }

    .sort-indicator[b-j7vwnfv0s9] {
        font-size: 0.6rem;
    }
}
/* _content/Garage.Web/Components/Pages/Home.razor.rz.scp.css */
/* Landing Page Styles */
.landing-container[b-5aqqn8ku0q] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, var(--landing-gradient-start) 0%, var(--landing-gradient-end) 100%);
}

.landing-content[b-5aqqn8ku0q] {
    text-align: center;
    color: var(--color-text-inverse);
    padding: 2rem;
}

.landing-content h1[b-5aqqn8ku0q] {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 300;
}

.landing-content p[b-5aqqn8ku0q] {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.landing-content .btn-primary[b-5aqqn8ku0q] {
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    border-radius: var(--radius-md);
    background-color: var(--color-primary);
    color: var(--color-primary-text);
    border: none;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.landing-content .btn-primary:hover[b-5aqqn8ku0q] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* Login Form Integrated in Landing Page */
.login-form[b-5aqqn8ku0q] {
    margin-top: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.error-message[b-5aqqn8ku0q] {
    color: #ffffff;
    background-color: rgba(255, 0, 0, 1);
    padding: 0.75rem 1rem;
    border-radius: var(--radius-md);
    margin-top: 1rem;
    text-align: center;
    font-size: 0.95rem;
    animation: shake-b-5aqqn8ku0q 0.3s;
}

@keyframes shake-b-5aqqn8ku0q {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
}

.input-group[b-5aqqn8ku0q] {
    display: flex;
    gap: 0.75rem;
    align-items: stretch;
}

.password-input[b-5aqqn8ku0q] {
    flex: 1;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 1px solid var(--color-text);
    border-radius: var(--radius-sm);
    background-color: var(--color-surface);
    color: var(--color-text);
    transition: all 0.2s;
}

.password-input[b-5aqqn8ku0q]::placeholder {
    color: rgba(224, 224, 224, 0.5);
}

.password-input:focus[b-5aqqn8ku0q] {
    outline: none;
    border-color: var(--color-primary);
    background-color: rgba(255, 204, 0, 0.05);
}

.password-input:disabled[b-5aqqn8ku0q] {
    opacity: 0.6;
    cursor: not-allowed;
}

.input-group .btn-primary[b-5aqqn8ku0q] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
    color: var(--color-background);
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: opacity 0.2s, transform 0.1s;
}

.input-group .btn-primary:hover:not(:disabled)[b-5aqqn8ku0q] {
    opacity: 0.9;
}

.input-group .btn-primary:active:not(:disabled)[b-5aqqn8ku0q] {
    transform: translateY(1px);
}

.input-group .btn-primary:disabled[b-5aqqn8ku0q] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* _content/Garage.Web/Components/Pages/Planning.razor.rz.scp.css */
.content-wrapper[b-9l8o4cnz64] {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    margin: 1rem 0.5rem;
}


/* Sub Header */
.sub-header[b-9l8o4cnz64] {
    background-color: var(--subheader-background);
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    min-height: 3rem;
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
}

.lifts-selector[b-9l8o4cnz64] {
    display: flex;
    gap: 0.25rem;
    align-items: center;
}

.lifts-label[b-9l8o4cnz64] {
    color: var(--color-primary);
    font-weight: 500;
    margin-right: 0.5rem;
}

.lift-btn[b-9l8o4cnz64] {
    background-color: transparent;
    color: var(--color-primary);
    border: none;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.lift-btn:hover[b-9l8o4cnz64] {
    background-color: var(--button-background-hover);
}

.lift-btn.active[b-9l8o4cnz64] {
    text-decoration: underline;
}

.date-navigation[b-9l8o4cnz64] {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.date-nav-btn[b-9l8o4cnz64] {
    background: none;
    border: none;
    color: var(--color-primary);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.25rem 0.75rem;
    transition: background-color var(--transition-fast);
    border-radius: var(--radius-sm);
}

.date-nav-btn:hover[b-9l8o4cnz64] {
    background-color: var(--button-background);
}

.current-date[b-9l8o4cnz64] {
    color: var(--color-primary);
    font-size: 1.1rem;
    font-weight: 500;
    min-width: 300px;
    text-align: center;
}

.spacer[b-9l8o4cnz64] {
    flex: 1;
}

/* Planning View */
.planning-view[b-9l8o4cnz64] {
    flex: 1;
    display: flex;
    overflow: auto;
    background-color: var(--color-background);
}

.time-column[b-9l8o4cnz64] {
    width: 80px;
    background-color: var(--color-surface);
    border-right: 2px solid var(--color-border);
    flex-shrink: 0;
    display: grid;
    grid-template-rows: repeat(12, 60px);
}

.time-slot[b-9l8o4cnz64] {
    padding: 0.5rem;
    border-bottom: 1px solid var(--color-border-light);
    font-size: 0.9rem;
    color: var(--color-text-secondary);
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
}

.lift-column[b-9l8o4cnz64] {
    flex: 1;
    min-width: 250px;
    background-color: var(--color-surface-alt);
    border-right: 1px solid var(--color-border);
    position: relative;
    display: flex;
    flex-direction: column;
}

.schedule-grid[b-9l8o4cnz64] {
    position: relative;
    display: grid;
    grid-template-rows: repeat(12, 60px);
}

.appointment[b-9l8o4cnz64] {
    border-radius: var(--radius-md);
    padding: 0.75rem;
    margin: 2px 8px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    cursor: pointer;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
    box-sizing: border-box;
}

.appointment:hover[b-9l8o4cnz64] {
    transform: translateX(2px);
    box-shadow: var(--shadow-md);
}

.appointment-title[b-9l8o4cnz64] {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.appointment-details[b-9l8o4cnz64] {
    font-size: 0.8rem;
    line-height: 1.4;
    opacity: 0.9;
    white-space: pre-line;
}

/* Appointment Types */
.type-blue[b-9l8o4cnz64] {
    background-color: var(--appointment-blue-bg);
    border-left: 4px solid var(--appointment-blue-border);
}

.type-green[b-9l8o4cnz64] {
    background-color: var(--appointment-green-bg);
    border-left: 4px solid var(--appointment-green-border);
}

.type-yellow[b-9l8o4cnz64] {
    background-color: var(--appointment-yellow-bg);
    border-left: 4px solid var(--appointment-yellow-border);
}

.type-orange[b-9l8o4cnz64] {
    background-color: var(--appointment-orange-bg);
    border-left: 4px solid var(--appointment-orange-border);
}

/* Responsive: Stack elements on smaller screens */
@media (max-width: 900px) {
    .date-navigation[b-9l8o4cnz64] {
        position: static;
        transform: none;
        width: 100%;
        justify-content: center;
        order: 1;
    }

    .lifts-selector[b-9l8o4cnz64] {
        width: 100%;
        justify-content: center;
        order: 2;
    }

    .spacer[b-9l8o4cnz64] {
        display: none;
    }
}
/* _content/Garage.Web/Components/Pages/Storage.razor.rz.scp.css */
.storage-container[b-ooce113f1x] {
    height: calc(100vh - 42px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.storage-panel[b-ooce113f1x] {
    display: flex;
    flex-direction: column;
}

.actions-row[b-ooce113f1x] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    justify-content: flex-start;
}

.action-button[b-ooce113f1x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.action-label[b-ooce113f1x] {
    font-size: 0.9rem;
    color: var(--color-text);
    margin-right: 1rem;
}

.search-box[b-ooce113f1x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: transparent;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    padding: 0.5rem 0.75rem;
}

.search-icon[b-ooce113f1x] {
    color: var(--color-text-light);
    font-size: 1rem;
}

.search-box input[b-ooce113f1x] {
    border: none;
    outline: none;
    background: transparent;
    color: var(--color-text);
    font-size: 0.95rem;
    width: 250px;
}

.search-box input[b-ooce113f1x]::placeholder {
    color: var(--color-text-light);
}

.search-btn[b-ooce113f1x] {
    padding: 0.375rem 0.75rem;
    background-color: var(--color-primary);
    color: var(--color-text);
    border: none;
    border-radius: var(--radius-sm);
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: opacity var(--transition-fast);
}

.search-btn:hover[b-ooce113f1x] {
    opacity: 0.85;
}

.manage-storage-btn[b-ooce113f1x] {
    padding: 0.5rem 1rem;
    background-color: var(--color-primary);
    color: var(--color-text);
    border: none;
    border-radius: var(--radius-md);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: opacity var(--transition-fast);
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.manage-storage-btn:hover[b-ooce113f1x] {
    opacity: 0.85;
}

.content-wrapper[b-ooce113f1x] {
    display: flex;
    flex-direction: column;
    margin: 0 1rem;
    box-shadow: var(--shadow-lg);
    border-radius: var(--radius-lg);
}

.tabs-row[b-ooce113f1x] {
    display: flex;
    gap: 0;
    background-color: var(--subheader-background);
    padding: 0 1rem;
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
}

.tab[b-ooce113f1x] {
    padding: 0.75rem 1.5rem;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: var(--color-primary);
    font-size: 1rem;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.tab:hover[b-ooce113f1x] {
    background-color: var(--nav-background-hover);
}

.tab.active[b-ooce113f1x] {
    border-bottom-color: var(--color-primary);
    font-weight: 500;
}

.storage-content[b-ooce113f1x] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: visible;
    position: relative;
}

.sections-panel[b-ooce113f1x] {
    padding: 1rem;
    overflow: visible;
    display: flex;
    gap: 1rem;
}

.edit-storage-btn[b-ooce113f1x] {
    background-color: transparent;
    border: none;
    color: var(--color-primary);
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
    text-decoration: underline;
    transition: opacity var(--transition-fast);
}

.edit-storage-btn:hover[b-ooce113f1x] {
    opacity: 0.8;
}

.section-container[b-ooce113f1x] {
    position: relative;
}

.section-header[b-ooce113f1x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.section-header h3[b-ooce113f1x] {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--color-text);
    margin: 0;
}

.edit-btn[b-ooce113f1x] {
    background-color: transparent;
    border: none;
    color: var(--color-primary);
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    text-decoration: underline;
    transition: opacity var(--transition-fast);
}

.edit-btn:hover[b-ooce113f1x] {
    opacity: 0.8;
}

.section-grid[b-ooce113f1x] {
    --cell-size: 50px;
    display: grid;
    grid-template-columns: repeat(var(--grid-columns), var(--cell-size));
    grid-template-rows: repeat(var(--grid-rows), var(--cell-size));
    gap: 0;
    width: fit-content;
    overflow: visible;
    border: 1px solid black;
}

.storage-slot[b-ooce113f1x] {
    width: var(--cell-size);
    height: var(--cell-size);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition-fast);
    background-color: var(--color-surface);
    position: relative;
    padding: 0.25rem;
    border-top: 1px solid black;
    border-left: 1px solid black;
    margin-top: -1px;
    margin-left: -1px;
}

.storage-slot.occupied[b-ooce113f1x] {
    z-index: 1;
}

.storage-slot.occupied:hover[b-ooce113f1x] {
    z-index: 10;
}


.storage-slot:hover[b-ooce113f1x] {
    background-color: var(--color-surface-hover);
    cursor: pointer;
}

.storage-slot.full[b-ooce113f1x] {
    background-color: #fff3cd;
    border-color: #ffc107;
}

.storage-slot.full .tire-count[b-ooce113f1x] {
    color: #856404;
    font-weight: 600;
}

.storage-slot.empty .add-icon[b-ooce113f1x] {
    font-size: 1.5rem;
    color: var(--color-text-light);
    opacity: 0;
    transition: opacity var(--transition-fast);
}

.storage-slot.empty:hover .add-icon[b-ooce113f1x] {
    opacity: 1;
}


.slot-code[b-ooce113f1x] {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-text);
}

.tire-count[b-ooce113f1x] {
    font-size: 0.85rem;
    color: var(--color-text-secondary);
    margin-top: 0.25rem;
}

/* Tooltip Styles */
.tire-tooltip[b-ooce113f1x] {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 10px;
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    /* 2 cards (320px each) + gap (0.5rem) + padding (2 * 0.5rem) + scrollbar (17px) */
    width: calc(640px + 0.5rem + 1rem + 17px);
    max-width: 90vw;
    max-height: 500px;
    display: flex;
    flex-direction: column;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
    transition-delay: 0s, 0s;
}

.tooltip-content[b-ooce113f1x] {
    padding: 0.5rem;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
}

.tooltip-grid[b-ooce113f1x] {
    display: grid;
    grid-template-columns: repeat(2, 320px);
    gap: 0.5rem;
}

.tire-tooltip.single-tire[b-ooce113f1x] {
    /* 1 card (320px) + padding (2 * 0.5rem) + scrollbar (17px) */
    width: calc(320px + 1rem + 17px);
}

.tire-tooltip.single-tire .tooltip-grid[b-ooce113f1x] {
    grid-template-columns: 320px;
}

.storage-slot.occupied:hover .tire-tooltip[b-ooce113f1x],
.tire-tooltip:hover[b-ooce113f1x] {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s, 0s;
}

.storage-slot.occupied:not(:hover) .tire-tooltip:not(:hover)[b-ooce113f1x] {
    transition-delay: 0.3s, 0.3s;
}

/* Hide tooltips when drawer is open */
.storage-container.drawer-open .tire-tooltip[b-ooce113f1x] {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Disable hover effect on slots when drawer is open */
.storage-container.drawer-open .storage-slot:hover[b-ooce113f1x] {
    background-color: var(--color-surface) !important;
    z-index: 1 !important;
}

@keyframes tooltipFadeIn-b-ooce113f1x {
    from {
        opacity: 0;
        transform: translateX(-5px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.tire-tooltip[b-ooce113f1x]::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 15px;
    border: 8px solid transparent;
    border-right-color: var(--color-border);
}

.tire-tooltip[b-ooce113f1x]::after {
    content: '';
    position: absolute;
    right: 100%;
    top: 16px;
    border: 7px solid transparent;
    border-right-color: var(--color-surface);
}



/* Scrollbar styling for tooltip */
.tooltip-content[b-ooce113f1x]::-webkit-scrollbar {
    width: 6px;
}

.tooltip-content[b-ooce113f1x]::-webkit-scrollbar-track {
    background: var(--color-surface-alt);
    border-radius: 3px;
}

.tooltip-content[b-ooce113f1x]::-webkit-scrollbar-thumb {
    background: var(--color-border);
    border-radius: 3px;
}

.tooltip-content[b-ooce113f1x]::-webkit-scrollbar-thumb:hover {
    background: var(--color-text-light);
}


.tire-detail-panel[b-ooce113f1x] {
    width: 400px;
    background-color: var(--color-surface);
    border-left: 1px solid var(--color-border);
    overflow-y: auto;
    padding: 1.5rem;
}

.panel-actions[b-ooce113f1x] {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 1rem;
}

.add-tire-btn[b-ooce113f1x] {
    width: 100%;
    padding: 0.625rem;
    background-color: transparent;
    border: 2px dashed var(--color-border);
    color: var(--color-primary);
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.add-tire-btn:hover[b-ooce113f1x] {
    background-color: var(--color-primary-light);
    border-color: var(--color-primary);
}

.tire-detail[b-ooce113f1x] {
    margin-bottom: 1.5rem;
}

.tire-detail-header[b-ooce113f1x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.tire-detail-header h4[b-ooce113f1x] {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-text);
    margin: 0;
}

.edit-tire-btn[b-ooce113f1x] {
    background-color: transparent;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 0.25rem;
    opacity: 0.6;
    transition: opacity var(--transition-fast);
}

.edit-tire-btn:hover[b-ooce113f1x] {
    opacity: 1;
}

.slot-display[b-ooce113f1x] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: center;
}

.slot-id[b-ooce113f1x] {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-text);
}

.tire-season[b-ooce113f1x] {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
}

.tire-visual[b-ooce113f1x] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.tire-row[b-ooce113f1x] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.tire[b-ooce113f1x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 80px;
}

.tread-bar[b-ooce113f1x] {
    width: 40px;
    max-height: 100px;
    height: 100px;
    background-color: var(--color-border);
    border: 2px solid var(--color-text);
    border-radius: var(--radius-sm);
    position: relative;
    display: flex;
    align-items: flex-end;
}

.tread-bar[b-ooce113f1x]::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #333;
    border-radius: var(--radius-sm);
}

.tread-bar.good[b-ooce113f1x]::after {
    background-color: #4caf50;
}

.tread-bar.medium[b-ooce113f1x]::after {
    background-color: #ff9800;
}

.tread-bar.low[b-ooce113f1x]::after {
    background-color: #f44336;
}

.tread-value[b-ooce113f1x] {
    font-size: 0.75rem;
    color: var(--color-text-secondary);
    text-align: center;
}

.checkbox-container[b-ooce113f1x] {
    margin-bottom: 1rem;
    padding: 0.75rem;
    background-color: var(--color-surface-alt);
    border-radius: var(--radius-sm);
}

.checkbox-container label[b-ooce113f1x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--color-text);
    cursor: default;
}

.checkbox-container input[type="checkbox"][b-ooce113f1x] {
    width: 18px;
    height: 18px;
    cursor: default;
}

.tire-info[b-ooce113f1x] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.info-row[b-ooce113f1x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    background-color: var(--color-surface-alt);
    border-radius: var(--radius-sm);
}

.info-row .label[b-ooce113f1x] {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
    font-weight: 500;
}

.info-row .value[b-ooce113f1x] {
    font-size: 0.9rem;
    color: var(--color-text);
    text-align: right;
}

.tire-detail hr[b-ooce113f1x] {
    border: none;
    border-top: 1px solid var(--color-border);
    margin: 1.5rem 0 0 0;
}

/* Scrollbar Styling */
.sections-panel[b-ooce113f1x]::-webkit-scrollbar,
.tire-detail-panel[b-ooce113f1x]::-webkit-scrollbar {
    width: 8px;
}

.sections-panel[b-ooce113f1x]::-webkit-scrollbar-track,
.tire-detail-panel[b-ooce113f1x]::-webkit-scrollbar-track {
    background: var(--color-surface-alt);
}

.sections-panel[b-ooce113f1x]::-webkit-scrollbar-thumb,
.tire-detail-panel[b-ooce113f1x]::-webkit-scrollbar-thumb {
    background: var(--color-border);
    border-radius: 4px;
}

.sections-panel[b-ooce113f1x]::-webkit-scrollbar-thumb:hover,
.tire-detail-panel[b-ooce113f1x]::-webkit-scrollbar-thumb:hover {
    background: var(--color-text-light);
}

/* Search Results */
.search-results-panel[b-ooce113f1x] {
    flex: 1;
    padding: 1.5rem;
    overflow-y: auto;
    background-color: var(--color-background);
}

.search-results-panel h3[b-ooce113f1x] {
    margin: 0 0 1.5rem 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--color-text);
}

.search-result-item[b-ooce113f1x] {
    background-color: var(--color-surface);
    border-radius: var(--radius-md);
    padding: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all var(--transition-fast);
    box-shadow: var(--shadow-sm);
}

.search-result-item:hover[b-ooce113f1x] {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.result-header[b-ooce113f1x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.result-header strong[b-ooce113f1x] {
    font-size: 1rem;
    color: var(--color-text);
}

.slot-badge[b-ooce113f1x] {
    background-color: var(--color-primary);
    color: var(--color-text);
    padding: 0.25rem 0.5rem;
    border-radius: var(--radius-sm);
    font-size: 0.8rem;
    font-weight: 600;
}

.result-details[b-ooce113f1x] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.result-details span[b-ooce113f1x] {
    font-size: 0.85rem;
    color: var(--color-text-secondary);
}

.no-results[b-ooce113f1x] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-background);
}

.no-results p[b-ooce113f1x] {
    font-size: 1rem;
    color: var(--color-text-secondary);
}

/* Responsive */
@media (max-width: 1200px) {
    .tire-detail-panel[b-ooce113f1x] {
        width: 350px;
    }
}

@media (max-width: 768px) {
    .storage-content[b-ooce113f1x] {
        flex-direction: column;
    }

    .tire-detail-panel[b-ooce113f1x] {
        width: 100%;
        border-left: none;
        border-top: 1px solid var(--color-border);
    }

    .actions-row[b-ooce113f1x] {
        flex-wrap: wrap;
    }

    .search-box[b-ooce113f1x] {
        margin-left: 0;
        width: 100%;
    }

    .search-box input[b-ooce113f1x] {
        width: 100%;
    }
}
/* _content/Garage.Web/Components/Shared/AddButton.razor.rz.scp.css */
.add-button[b-lkvx3s63ib] {
    border-radius: var(--radius-md);
    background-color: transparent;
    color: var(--color-primary);
    border: none;
    
    cursor: pointer;
    transition: all var(--transition-fast);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: var(--shadow-lg);
}

.add-button:hover[b-lkvx3s63ib] {
    background-color: var(--color-background);
    transform: scale(1.05);
}

.add-button.small[b-lkvx3s63ib] {
    width: 32px;
    height: 32px;
    font-size: x-large;
}

.add-button.medium[b-lkvx3s63ib] {
    width: 40px;
    height: 40px;
    font-size: xx-large;
}

.add-button.button-center[b-lkvx3s63ib] {
    margin: 0 auto;
}
/* _content/Garage.Web/Components/Shared/CustomButton.razor.rz.scp.css */
.custom-button[b-5p8g0662ao] {
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--font-stack), sans-serif;
    line-height: initial;
    transition: all var(--transition-fast);
    background-color: var(--color-primary);
    color: var(--color-text);
    padding: 0.75rem 2rem;
    text-align: center;
}

.custom-button:hover[b-5p8g0662ao] {
    transform: scale(1.05);
    opacity: 0.9;
}

.custom-button.cancel[b-5p8g0662ao] {
    background-color: #333;
    color: var(--color-primary);
}

.custom-button.integrated[b-5p8g0662ao] {
    padding: 0.5rem 1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-button.default[b-5p8g0662ao],
    .custom-button.cancel[b-5p8g0662ao] {
        width: 100%;
    }
}
/* _content/Garage.Web/Components/Shared/ModalFooter.razor.rz.scp.css */
.modal-footer[b-jzicw9dfxv] {
    display: flex;
    justify-content: space-between;
    background-color: var(--color-background);
    border-bottom-left-radius: var(--radius-lg);
    border-bottom-right-radius: var(--radius-lg);
    border-top: none;
}

/* Responsive */
@media (max-width: 768px) {
    .modal-footer[b-jzicw9dfxv] {
        flex-direction: column-reverse;
        gap: 0.5rem;
    }
}
/* _content/Garage.Web/Components/Shared/TireInfoCard.razor.rz.scp.css */
.tire-info-card[b-mq5dufwkej] {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    padding: 0.75rem;
    background-color: var(--color-surface-alt);
    display: flex;
    gap: 0.75rem;
    align-items: stretch;
}

/* Tooltip context - wider cards */
.tire-info-card.tooltip-context[b-mq5dufwkej] {
    min-width: 320px;
    max-width: 320px;
}

.tire-info-card.tooltip-context .card-line[b-mq5dufwkej] {
    max-width: 100%;
}

.tire-info-card.tooltip-context .detail-value[b-mq5dufwkej] {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.tire-info-card.tooltip-context .card-content[b-mq5dufwkej] {
    max-width: 100%;
}

.tire-info-card.tooltip-context .location-tire-container[b-mq5dufwkej] {
    max-width: 100%;
}

.tire-info-card.tooltip-context .card-details[b-mq5dufwkej] {
    max-width: 100%;
}

.card-content[b-mq5dufwkej] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}

.card-actions[b-mq5dufwkej] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
}

.action-btn[b-mq5dufwkej] {
    background-color: transparent;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    padding: 0.375rem;
    cursor: pointer;
    transition: all var(--transition-fast);
    color: var(--color-text);
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    min-height: 32px;
}

.action-btn:hover:not(:disabled)[b-mq5dufwkej] {
    background-color: var(--color-surface-hover);
    border-color: var(--color-primary);
}

.action-btn:disabled[b-mq5dufwkej] {
    opacity: 0.3;
    cursor: not-allowed;
}

.reorder-btn span[b-mq5dufwkej] {
    font-size: 0.9rem;
}

.remove-btn[b-mq5dufwkej] {
    border-color: #dc3545;
}

.remove-btn:hover:not(:disabled)[b-mq5dufwkej] {
    background-color: #dc3545;
    color: white;
}

.card-line[b-mq5dufwkej] {
    margin-bottom: 0.5rem;
    max-width: 250px;
    min-width: 0;
    text-align: center;
}

.card-line strong[b-mq5dufwkej] {
    font-size: 0.9rem;
    color: var(--color-text);
    display: block;
}

.location-tire-container[b-mq5dufwkej] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
    width: fit-content;
}

.location-season[b-mq5dufwkej] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 100px;
}

.location[b-mq5dufwkej] {
    font-weight: 600;
    color: var(--color-text);
    font-size: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    transform-origin: left center;
    max-width: 100%;
}

.season-text[b-mq5dufwkej] {
    font-size: 0.85rem;
    color: var(--color-text-secondary);
}

.identical-indicator[b-mq5dufwkej] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: var(--radius-sm);
    margin-bottom: 0.75rem;
    font-size: 0.85rem;
    color: var(--color-text);
}

.checkmark[b-mq5dufwkej] {
    color: #4caf50;
    font-weight: bold;
    font-size: 1rem;
}

.card-details[b-mq5dufwkej] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.detail-row[b-mq5dufwkej] {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 0.5rem;
    font-size: 0.85rem;
    align-items: center;
}

.detail-label[b-mq5dufwkej] {
    color: var(--color-text-secondary);
    font-weight: 500;
}

.detail-value[b-mq5dufwkej] {
    color: var(--color-text);
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 0.25rem 0.5rem;
}

.detail-row:last-child .detail-value[b-mq5dufwkej] {
    border-bottom: 1px solid black;
}
/* _content/Garage.Web/Components/Shared/TireStateDisplay.razor.rz.scp.css */
.tire-grid[b-2gpey2acjr] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 0;
    margin-bottom: 0.5rem;
}

.tire-item[b-2gpey2acjr] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin: 0 auto;
}

.tire-icon[b-2gpey2acjr] {
    width: 30px;
    height: 45px;
    background-color: #333;
    border-radius: 4px;
    position: relative;
}

.tire-icon[b-2gpey2acjr]::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px solid #666;
    border-radius: 2px;
}

.tire-depth[b-2gpey2acjr] {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--color-text);
    width: 3rem;
}

.tire-depth.warning[b-2gpey2acjr] {
    color: #ff4444;
}
/* _content/Garage.Web/Components/Shared/TopNavigation.razor.rz.scp.css */
.top-nav[b-ec8m3hjtzf] {
    background-color: var(--nav-background);
    padding: 0;
    display: flex;
    gap: 0;
}

.nav-link[b-ec8m3hjtzf] {
    color: var(--nav-text);
    text-decoration: none;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    transition: background-color var(--transition-fast);
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

.nav-link:hover[b-ec8m3hjtzf] {
    background-color: var(--nav-background-hover);
    color: var(--nav-text-active);
}

.nav-link.active[b-ec8m3hjtzf] {
    color: var(--nav-text-active);
    background-color: var(--nav-background-hover);
    text-decoration: underline;
}
