body {
    background: linear-gradient(180deg, #f4f7fb 0%, #edf2f8 100%);
}

.app-main {
    max-width: 1140px;
}

.auth-card {
    max-width: 420px;
    margin: 2rem auto;
}

.location-tree ul {
    list-style: none;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
}

.location-tree li {
    margin-bottom: 0.35rem;
}

.location-node {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    #vehicle-table th:nth-child(5),
    #vehicle-table td:nth-child(5) {
        display: none;
    }
}
