.at-v2-garage-shell {
    color: #111827;
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 0 28px;
}

.at-v2-hero {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.at-v2-hero-copy {
    flex: 1;
    min-width: 0;
}

.at-v2-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
}

.at-v2-hero h2 {
    margin: 0 0 8px;
    font-size: 32px;
    line-height: 1.1;
    color: #0f172a;
}

.at-v2-hero p {
    margin: 0;
    max-width: 680px;
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
}

.at-v2-kpi-card {
    min-width: 220px;
    padding: 18px;
    border: 1px solid #dbe2ea;
    border-radius: 18px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.at-v2-kpi-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    margin-bottom: 8px;
}

.at-v2-kpi-value {
    font-size: 34px;
    line-height: 1;
    color: #0f172a;
}

.at-v2-alert {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #dbe2ea;
    font-size: 14px;
    font-weight: 600;
}

.at-v2-alert-success {
    background: #f0fdf4;
    border-color: #bbf7d0;
    color: #166534;
}

.at-v2-alert-error {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

.at-v2-alert-info {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.at-v2-garage-grid {
    display: grid;
    grid-template-columns: minmax(320px, 380px) minmax(0, 1fr);
    gap: 18px;
}

.at-v2-panel {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
}

.at-v2-panel-head {
    padding: 20px 20px 0;
}

.at-v2-panel-head h3 {
    margin: 0 0 6px;
    font-size: 20px;
    color: #0f172a;
}

.at-v2-panel-head p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
}

.at-v2-form {
    padding: 20px;
}

.at-v2-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.at-v2-field {
    min-width: 0;
}

.at-v2-field-full {
    grid-column: 1 / -1;
}

.at-v2-field label {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
}

.at-v2-field input {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #dbe2ea;
    border-radius: 12px;
    background: #fff;
    color: #0f172a;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.at-v2-field input:focus {
    outline: none;
    border-color: #94a3b8;
    box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.15);
}

.at-v2-form-actions {
    margin-top: 16px;
}

.at-v2-button,
.at-v2-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: 12px;
    background: #111827;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.at-v2-button:hover,
.at-v2-link-button:hover {
    opacity: 0.94;
    transform: translateY(-1px);
    color: #ffffff;
}

.at-v2-list-panel {
    overflow: hidden;
}

.at-v2-empty-state {
    margin: 20px;
    padding: 22px;
    border: 1px dashed #dbe2ea;
    border-radius: 16px;
    background: #f8fafc;
}

.at-v2-empty-state strong {
    display: block;
    margin-bottom: 6px;
    color: #0f172a;
}

.at-v2-empty-state p {
    margin: 0;
    color: #64748b;
}

.at-v2-table-wrap {
    padding: 18px 20px 20px;
    overflow-x: auto;
}

.at-v2-table {
    width: 100%;
    border-collapse: collapse;
}

.at-v2-table thead th {
    padding: 12px 10px;
    text-align: left;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    border-bottom: 1px solid #e5e7eb;
    white-space: nowrap;
}

.at-v2-table tbody td {
    padding: 14px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
    color: #0f172a;
    font-size: 14px;
}

.at-v2-table tbody tr:last-child td {
    border-bottom: 0;
}

.at-v2-plate-pill {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #0f172a;
}

.at-v2-status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    color: #166534;
    font-size: 12px;
    font-weight: 700;
}

.at-v2-vehicle-cell {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.at-v2-vehicle-cell strong {
    color: #0f172a;
    font-size: 14px;
}

.at-v2-vehicle-cell span {
    color: #64748b;
    font-size: 12px;
}

@media (max-width: 980px) {
    .at-v2-hero {
        flex-direction: column;
    }

    .at-v2-kpi-card {
        min-width: 0;
    }

    .at-v2-garage-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .at-v2-garage-shell {
        padding: 10px 0 20px;
    }

    .at-v2-hero {
        padding: 18px;
        border-radius: 16px;
    }

    .at-v2-hero h2 {
        font-size: 26px;
    }

    .at-v2-panel {
        border-radius: 16px;
    }

    .at-v2-panel-head,
    .at-v2-form,
    .at-v2-table-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .at-v2-form-grid {
        grid-template-columns: 1fr;
    }
}

.at-v2-upload-section {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e5e7eb;
}

.at-v2-upload-section h4 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
}

.at-v2-upload-note {
    margin: 0 0 16px;
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

.at-v2-upload-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.at-v2-upload-item {
    min-width: 0;
}

.at-v2-upload-title {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
}

.at-v2-file-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.at-v2-file-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    min-height: 78px;
    padding: 12px 14px;
    border: 1px solid #dbe2ea;
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    transition: all 0.18s ease;
    box-sizing: border-box;
}

.at-v2-file-box:hover {
    border-color: #94a3b8;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.at-v2-file-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 10px;
    background: #0f172a;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.at-v2-file-name {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #64748b;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.at-v2-upload-help {
    margin-top: 6px;
    font-size: 12px;
    color: #94a3b8;
}

@media (max-width: 768px) {
    .at-v2-upload-grid {
        grid-template-columns: 1fr;
    }
}