/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-tpeu2o5f86] {
    --desktop-menu-left: 1rem;
    --desktop-menu-width: 3.75rem;
    --desktop-menu-gap: .95rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f6f8fc;
}

.main-area[b-tpeu2o5f86] {
    flex: 1;
    min-width: 0;
}


.app-header[b-tpeu2o5f86] {
    position: sticky;
    top: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.4rem;
    background: transparent;
    border-bottom: 1px solid #e9edf5;
}

.brand-wrap[b-tpeu2o5f86] {
    display: flex;
    align-items: center;
    gap: .65rem;
    min-width: 0;
}


.header-search[b-tpeu2o5f86] {
    min-width: min(36rem, 52vw);
    max-width: 100%;
    height: 2.35rem;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: 0 .75rem;
    border: 1px solid #dbe3f3;
    border-radius: .65rem;
    background: #fff;
}

.header-search i[b-tpeu2o5f86] {
    font-size: .95rem;
    color: #64748b;
}

.header-search input[b-tpeu2o5f86] {
    width: 100%;
    border: 0;
    background: transparent;
    font-size: .92rem;
    color: #1f2937;
    outline: none;
}

.header-search input[b-tpeu2o5f86]::placeholder {
    color: #9aa5b5;
}

.header-actions[b-tpeu2o5f86] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mobile-search-trigger[b-tpeu2o5f86] {
    display: none;
    width: 2rem;
    height: 2rem;
    border: 1px solid #dbe3f3;
    border-radius: .55rem;
    background: #fff;
    color: #475569;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mobile-search-drawer[b-tpeu2o5f86] {
    display: none;
}

.mobile-search-box[b-tpeu2o5f86] {
    display: flex;
    align-items: center;
    gap: .55rem;
}

.mobile-search-box input[b-tpeu2o5f86] {
    width: 100%;
    border: 0;
    background: transparent;
    outline: none;
    font-size: .92rem;
}

.mobile-search-close[b-tpeu2o5f86] {
    width: 1.9rem;
    height: 1.9rem;
    border: 0;
    background: transparent;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.user-chip[b-tpeu2o5f86] {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    padding: .32rem .6rem .32rem .32rem;
    background: #fff;
    border: 1px solid #e5eaf4;
    border-radius: 999px;
    min-width: 12.25rem;
}

.user-avatar-img[b-tpeu2o5f86],
.user-avatar-fallback[b-tpeu2o5f86] {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.65rem;
}

.user-avatar-img[b-tpeu2o5f86] {
    object-fit: cover;
    border: 1px solid #e5eaf4;
}

.user-avatar-fallback[b-tpeu2o5f86] {
    background: linear-gradient(180deg, var(--app-primary-light) 0%, var(--app-primary) 100%);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.user-meta[b-tpeu2o5f86] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.user-name[b-tpeu2o5f86] {
    font-size: .8rem;
    line-height: 1.1;
    color: #1f2937;
    font-weight: 700;
    max-width: 10rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-subtitle[b-tpeu2o5f86] {
    color: #6b7280;
    font-size: .7rem;
    line-height: 1.1;
    max-width: 10rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-content[b-tpeu2o5f86] {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.app-shell.map-mode[b-tpeu2o5f86] {
    background: transparent;
    height: 100vh;
    overflow: hidden;
}

.app-content.map-content[b-tpeu2o5f86] {
    padding: 0 !important;
    position: relative;
    min-height: calc(100vh - 3.4rem);
}

.app-shell.map-mode .app-header[b-tpeu2o5f86] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
}

.app-shell.map-mode .main-area[b-tpeu2o5f86] {
    min-height: 100vh;
    overflow: hidden;
}

.app-shell.map-mode .app-content.map-content[b-tpeu2o5f86] {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    z-index: 1;
    overflow: hidden;
}

.app-content[b-tpeu2o5f86],
.app-header[b-tpeu2o5f86] {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

@media (min-width: 992px) {
    .app-content[b-tpeu2o5f86],
    .app-header[b-tpeu2o5f86] {
        padding-left: calc(var(--desktop-menu-left) + var(--desktop-menu-width) + var(--desktop-menu-gap) + 1rem) !important;
    }

    .app-shell.map-mode .app-content.map-content[b-tpeu2o5f86] {
        inset: 0;
        width: 100vw;
    }
}

@media (max-width: 820px) {
    .app-content[b-tpeu2o5f86] {
        padding-bottom: calc(var(--mobile-tabbar-space, 0px) + 1rem);
    }

    .app-shell.map-mode .app-header[b-tpeu2o5f86] {
        display: none !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
:host[b-dfd4qz8x6r] {
    display: block;
    height: 100%;
}

/* /Pages/Administration.razor.rz.scp.css */
.administration-header h1[b-rfpnayek8j] {
    letter-spacing: -0.02em;
    font-weight: 700;
}

/* ── Breadcrumb ─────────────────────────────── */
.admin-breadcrumb[b-rfpnayek8j] {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: var(--admin-glass-bg);
    border: 1px solid var(--admin-glass-border);
    backdrop-filter: blur(12px) saturate(140%);
    -webkit-backdrop-filter: blur(12px) saturate(140%);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.admin-breadcrumb .breadcrumb-item[b-rfpnayek8j] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #64748b;
}

.admin-breadcrumb .breadcrumb-item.active[b-rfpnayek8j] {
    color: #1e293b;
    font-weight: 600;
}

.admin-breadcrumb .breadcrumb-item + .breadcrumb-item[b-rfpnayek8j]::before {
    color: #94a3b8;
}

.admin-breadcrumb-link[b-rfpnayek8j] {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.18s ease;
}

.admin-breadcrumb-link:hover[b-rfpnayek8j] {
    color: #1d4ed8;
    text-decoration: underline;
}

.admin-glass-card[b-rfpnayek8j] {
    border: 1px solid var(--admin-glass-border);
    background: var(--admin-glass-bg);
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    box-shadow: var(--admin-glass-shadow);
}

.admin-card[b-rfpnayek8j] {
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.admin-card:hover[b-rfpnayek8j] {
    border-color: rgba(37, 99, 235, 0.42) !important;
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.18) !important;
    transform: translateY(-3px);
    cursor: pointer;
}

.admin-card-icon[b-rfpnayek8j] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.admin-card:hover .admin-card-icon[b-rfpnayek8j] {
    transform: scale(1.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36), 0 10px 18px rgba(15, 23, 42, 0.18);
}

.icon-sub-companies[b-rfpnayek8j] {
    background: var(--admin-icon-sub-companies-gradient);
}

.icon-users[b-rfpnayek8j] {
    background: var(--admin-icon-users-gradient);
}

.icon-vehicle-assignment[b-rfpnayek8j] {
    background: var(--admin-icon-vehicle-assignment-gradient);
}

.icon-drivers[b-rfpnayek8j] {
    background: var(--admin-icon-drivers-gradient);
}

.icon-tenants[b-rfpnayek8j] {
    background: var(--admin-icon-tenants-gradient);
}

.admin-panel-card[b-rfpnayek8j] {
    border: 1px solid var(--admin-glass-border);
    background: var(--admin-glass-bg);
    backdrop-filter: blur(14px) saturate(130%);
    -webkit-backdrop-filter: blur(14px) saturate(130%);
    box-shadow: var(--admin-glass-shadow);
}

.admin-panel-header[b-rfpnayek8j] {
    background: rgba(255, 255, 255, 0.68) !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
}

.admin-table-wrap[b-rfpnayek8j] {
    border: 1px solid var(--admin-glass-border);
    border-radius: 16px;
    overflow: hidden;
    background: var(--admin-table-shell-bg);
    box-shadow: var(--admin-table-shell-shadow);
}

.admin-table[b-rfpnayek8j] {
    margin-bottom: 0;
}

.admin-table thead th[b-rfpnayek8j] {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    font-weight: 600;
    color: #334155;
}

.admin-table tbody td[b-rfpnayek8j] {
    border-color: rgba(148, 163, 184, 0.24);
}

.admin-table tbody tr:hover[b-rfpnayek8j] {
    background: rgba(59, 130, 246, 0.06);
}

.admin-table tbody tr[b-rfpnayek8j] {
    transition: background-color 0.22s ease, transform 0.22s ease;
}

.admin-table tbody tr:hover[b-rfpnayek8j] {
    transform: translateY(-1px);
}

.admin-table .btn[b-rfpnayek8j],
.admin-panel-card .btn[b-rfpnayek8j] {
    transition: transform var(--admin-interactive-duration) ease, box-shadow var(--admin-interactive-duration) ease, border-color var(--admin-interactive-duration) ease, background-color var(--admin-interactive-duration) ease;
}

.admin-table .btn:hover:not(:disabled)[b-rfpnayek8j],
.admin-panel-card .btn:hover:not(:disabled)[b-rfpnayek8j] {
    transform: translateY(-1px);
}

.admin-table .btn:focus-visible[b-rfpnayek8j],
.admin-panel-card .btn:focus-visible[b-rfpnayek8j],
.admin-panel-card .form-control:focus-visible[b-rfpnayek8j],
.admin-panel-card .form-select:focus-visible[b-rfpnayek8j] {
    outline: none;
    box-shadow: var(--admin-focus-ring);
}

.admin-panel-card .form-control[b-rfpnayek8j],
.admin-panel-card .form-select[b-rfpnayek8j] {
    border-radius: 10px;
    border-color: rgba(148, 163, 184, 0.45);
    background: rgba(255, 255, 255, 0.86);
    transition: border-color var(--admin-interactive-duration) ease, box-shadow var(--admin-interactive-duration) ease, background-color var(--admin-interactive-duration) ease;
}

.admin-table .badge[b-rfpnayek8j] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.admin-table .badge:hover[b-rfpnayek8j] {
    transform: translateY(-1px);
}

.cursor-pointer[b-rfpnayek8j] {
    cursor: pointer;
}

/* ── Modal Edit User ────────────────────────────── */
.modal.show[b-rfpnayek8j] {
    animation: adminModalFadeIn-b-rfpnayek8j 0.3s ease-out;
    background-color: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

@keyframes adminModalFadeIn-b-rfpnayek8j {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-content[b-rfpnayek8j] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.18), 0 4px 12px rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.modal-dialog-centered .modal-content[b-rfpnayek8j] {
    animation: adminModalSlideUp-b-rfpnayek8j 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes adminModalSlideUp-b-rfpnayek8j {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-rfpnayek8j] {
    background: rgba(255, 255, 255, 0.72);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.modal-header .modal-title[b-rfpnayek8j] {
    font-weight: 600;
    color: #1e293b;
    font-size: 1.1rem;
    letter-spacing: -0.01em;
}

.modal-body[b-rfpnayek8j] {
    background: rgba(255, 255, 255, 0.95);
}

.modal-body .form-label[b-rfpnayek8j] {
    color: #334155;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.modal-body .form-control-sm[b-rfpnayek8j],
.modal-body .form-select-sm[b-rfpnayek8j] {
    border-radius: 8px;
    border-color: rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.92);
    font-size: 0.9rem;
    padding: 0.625rem 0.75rem;
    transition: border-color var(--admin-interactive-duration) ease, 
                box-shadow var(--admin-interactive-duration) ease,
                background-color var(--admin-interactive-duration) ease;
}

.modal-body .form-control-sm:focus[b-rfpnayek8j],
.modal-body .form-select-sm:focus[b-rfpnayek8j] {
    border-color: #2563eb;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.modal-body .form-check-input[b-rfpnayek8j] {
    border-radius: 4px;
    border-color: rgba(15, 23, 42, 0.2);
    transition: border-color var(--admin-interactive-duration) ease,
                box-shadow var(--admin-interactive-duration) ease,
                background-color var(--admin-interactive-duration) ease;
}

.modal-body .form-check-input:checked[b-rfpnayek8j] {
    background-color: #2563eb;
    border-color: #2563eb;
    box-shadow: inset 0 2px 4px rgba(15, 23, 42, 0.1);
}

.modal-body .form-check-input:focus[b-rfpnayek8j] {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.modal-body small.text-muted[b-rfpnayek8j] {
    color: #64748b;
    font-size: 0.825rem;
}

.modal-footer[b-rfpnayek8j] {
    background: rgba(248, 250, 252, 0.6);
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.modal-footer .btn-outline-secondary[b-rfpnayek8j] {
    border-color: rgba(15, 23, 42, 0.15);
    color: #475569;
    transition: all var(--admin-interactive-duration) ease;
}

.modal-footer .btn-outline-secondary:hover[b-rfpnayek8j] {
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(15, 23, 42, 0.25);
    color: #334155;
    transform: translateY(-1px);
}

.modal-body .btn-primary[b-rfpnayek8j] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    border: 1px solid #1d4ed8;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    transition: all var(--admin-interactive-duration) ease;
}

.modal-body .btn-primary:hover:not(:disabled)[b-rfpnayek8j] {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
    transform: translateY(-1px);
}

.modal-body .btn-primary:active:not(:disabled)[b-rfpnayek8j] {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.modal-body .btn-primary:disabled[b-rfpnayek8j] {
    opacity: 0.7;
    cursor: not-allowed;
}
/* /Pages/Login.razor.rz.scp.css */

.login-page-shell[b-k6cxcn7qla] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(14, 165, 233, 0.18), transparent 30%),
        radial-gradient(circle at 88% 14%, rgba(37, 99, 235, 0.18), transparent 34%),
        radial-gradient(circle at 52% 86%, rgba(225, 29, 72, 0.12), transparent 36%),
        linear-gradient(160deg, #e2ebff 0%, #f3f7ff 36%, #f8f3fc 100%);
}

.login-page-shell[b-k6cxcn7qla]::before,
.login-page-shell[b-k6cxcn7qla]::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.login-page-shell[b-k6cxcn7qla]::before {
    width: clamp(16rem, 30vw, 27rem);
    height: clamp(16rem, 30vw, 27rem);
    left: -6rem;
    top: 28%;
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    filter: blur(2px);
}

.login-page-shell[b-k6cxcn7qla]::after {
    width: clamp(12rem, 24vw, 20rem);
    height: clamp(12rem, 24vw, 20rem);
    right: -4rem;
    top: 54%;
    background: radial-gradient(circle at 45% 45%, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
    filter: blur(2px);
}

.login-header[b-k6cxcn7qla] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem clamp(1.25rem, 3vw, 2.5rem);
    position: relative;
    z-index: 1;
}

.login-header-logo[b-k6cxcn7qla] {
    width: clamp(10rem, 16vw, 12.75rem);
    height: auto;
    object-fit: contain;
}

.login-header-spider-logo[b-k6cxcn7qla] {
    width: clamp(7.5rem, 12vw, 10rem);
    height: auto;
    object-fit: contain;
}

.login-main[b-k6cxcn7qla] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0 2.5rem;
    position: relative;
    z-index: 1;
}

.login-form-wrap[b-k6cxcn7qla] {
    max-width: 33rem;
}

.login-panel[b-k6cxcn7qla] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.34) 100%);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 1.5rem;
    padding: 2.5rem 2.15rem;
    box-shadow:
        0 24px 40px rgba(15, 23, 42, 0.18),
        0 10px 20px rgba(30, 64, 175, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
}

.login-logo[b-k6cxcn7qla] {
    width: 3.75rem;
    height: 3.75rem;
    object-fit: contain;
}

.login-brand[b-k6cxcn7qla] {
    width: min(15rem, 78%);
    height: auto;
    display: block;
    margin: 0 auto;
}

.login-apple-input-group[b-k6cxcn7qla] {
    display: flex;
    align-items: center;
    gap: .85rem;
    min-height: 3.7rem;
    padding: .55rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.42) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 0.45rem 1rem rgba(19, 28, 45, 0.09);
    backdrop-filter: blur(10px) saturate(150%);
    -webkit-backdrop-filter: blur(10px) saturate(150%);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.login-apple-input-group:focus-within[b-k6cxcn7qla] {
    border-color: rgba(37, 99, 235, 0.48);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        0 0 0 0.25rem rgba(37, 99, 235, 0.16),
        0 0.6rem 1.1rem rgba(30, 64, 175, 0.14);
    transform: translateY(-1px);
}

.login-apple-input-icon[b-k6cxcn7qla] {
    color: #7c8695;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.login-apple-input[b-k6cxcn7qla] {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: #1f2937;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .01em;
    min-width: 0;
}

.login-apple-input[b-k6cxcn7qla]::placeholder {
    color: #9aa3af;
    font-weight: 400;
}

.login-apple-input-group-password[b-k6cxcn7qla] {
    padding-right: .45rem;
}

.login-apple-toggle[b-k6cxcn7qla] {
    border: 0;
    background: transparent;
    color: #6f7a88;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s ease, color .2s ease;
}

.login-apple-toggle:hover[b-k6cxcn7qla],
.login-apple-toggle:focus[b-k6cxcn7qla] {
    background: rgba(37, 99, 235, 0.1);
    color: var(--app-primary);
}

.login-slogan[b-k6cxcn7qla] {
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #8f1a1a 0%, #b32121 45%, #db4437 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.client-logo-label[b-k6cxcn7qla] {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6c757d;
}

.client-logo[b-k6cxcn7qla] {
    width: min(18rem, 84%);
    height: auto;
    max-height: 8rem;
    object-fit: contain;
}

.selected-account[b-k6cxcn7qla] {
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .03em;
    color: #3d4f64;
}

.btn-apple-continue[b-k6cxcn7qla] {
    height: 3.45rem;
    margin-top: 1.6rem;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 34%),
        linear-gradient(180deg, #2f67e6 0%, #1d4ed8 100%);
    border: 1px solid rgba(29, 78, 216, 0.9);
    color: #fff;
    font-weight: 600;
    letter-spacing: .03em;
    box-shadow:
        0 0.95rem 1.5rem rgba(29, 78, 216, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-apple-continue:hover[b-k6cxcn7qla],
.btn-apple-continue:focus[b-k6cxcn7qla],
.btn-apple-continue:active[b-k6cxcn7qla] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 34%),
        linear-gradient(180deg, #2a5bd0 0%, #1e40af 100%);
    border-color: #1e40af;
    color: #fff;
    transform: translateY(-1px);
}

.login-divider[b-k6cxcn7qla] {
    position: relative;
    text-align: center;
}

.login-divider[b-k6cxcn7qla]::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid #dee2e6;
}

.login-divider span[b-k6cxcn7qla] {
    position: relative;
    background: #fbfbfb;
    padding: 0 .75rem;
    color: #6c757d;
    font-size: .9rem;
}

.login-footer[b-k6cxcn7qla] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.15rem clamp(1.25rem, 4vw, 2.75rem) 1.35rem;
    background: linear-gradient(180deg, rgba(29, 78, 216, 0.62) 0%, rgba(30, 64, 175, 0.55) 100%);
    color: rgba(255, 255, 255, 0.94);
    border-top: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow: 0 -0.35rem 1.2rem rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
}

.login-footer-links[b-k6cxcn7qla] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.login-footer-link[b-k6cxcn7qla] {
    color: rgba(255, 255, 255, 0.95);
    font-size: .92rem;
    font-weight: 500;
    text-decoration: none;
}

.login-footer-link:hover[b-k6cxcn7qla],
.login-footer-link:focus[b-k6cxcn7qla] {
    color: #fff;
    text-decoration: underline;
}

.login-footer-copy[b-k6cxcn7qla] {
    color: rgba(255, 255, 255, 0.82);
    font-size: .88rem;
}

.social-btn[b-k6cxcn7qla] {
    height: 2.9rem;
    font-weight: 500;
    border: 0;
    color: #fff;
}

.social-btn:hover[b-k6cxcn7qla],
.social-btn:focus[b-k6cxcn7qla],
.social-btn:active[b-k6cxcn7qla] {
    color: #fff !important;
}

.btn-entrar[b-k6cxcn7qla] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 34%),
        linear-gradient(180deg, #2f67e6 0%, #1d4ed8 100%);
    border-color: rgba(29, 78, 216, 0.9);
    color: #fff;
    box-shadow:
        0 0.95rem 1.5rem rgba(29, 78, 216, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-entrar:hover[b-k6cxcn7qla],
.btn-entrar:focus[b-k6cxcn7qla],
.btn-entrar:active[b-k6cxcn7qla] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 34%),
        linear-gradient(180deg, #2a5bd0 0%, #1e40af 100%);
    border-color: #1e40af;
    color: #fff;
}

.btn-link[b-k6cxcn7qla] {
    color: #1e40af;
}

.btn-link:hover[b-k6cxcn7qla],
.btn-link:focus[b-k6cxcn7qla] {
    color: #1d4ed8;
}

a.small.text-decoration-none[b-k6cxcn7qla],
.text-center.mt-4 a[b-k6cxcn7qla] {
    color: #1e40af;
}

a.small.text-decoration-none:hover[b-k6cxcn7qla],
a.small.text-decoration-none:focus[b-k6cxcn7qla],
.text-center.mt-4 a:hover[b-k6cxcn7qla],
.text-center.mt-4 a:focus[b-k6cxcn7qla] {
    color: #1d4ed8;
}

.social-btn-gmail[b-k6cxcn7qla] {
    background: #db4437;
}

.social-btn-gmail:hover[b-k6cxcn7qla],
.social-btn-gmail:focus[b-k6cxcn7qla],
.social-btn-gmail:active[b-k6cxcn7qla] {
    background: #c53a2f;
}

.social-btn-apple[b-k6cxcn7qla] {
    background: #111;
}

.social-btn-apple:hover[b-k6cxcn7qla],
.social-btn-apple:focus[b-k6cxcn7qla],
.social-btn-apple:active[b-k6cxcn7qla] {
    background: #000;
}

.social-icon[b-k6cxcn7qla] {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

@media (max-width: 991.98px) {
    .login-header[b-k6cxcn7qla] {
        display: none;
    }

    .login-main[b-k6cxcn7qla] {
        align-items: center;
        justify-content: center;
        padding: .75rem 0 1.75rem;
    }

    .login-panel[b-k6cxcn7qla] {
        padding: 1.75rem 1.25rem;
        border-radius: 1.1rem;
    }

    .login-form-wrap[b-k6cxcn7qla] {
        max-width: 27rem;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
        transform: none;
    }

    .login-main .login-form-wrap[b-k6cxcn7qla] {
        width: min(24rem, calc(100vw - 3.5rem)) !important;
    }

    .login-footer[b-k6cxcn7qla] {
        flex-direction: column;
        gap: .55rem;
        text-align: center;
    }

    .login-footer-links[b-k6cxcn7qla] {
        justify-content: center;
    }

    .login-footer-copy[b-k6cxcn7qla] {
        max-width: 22rem;
    }
}
/* /Pages/Map.razor.rz.scp.css */
.map-page[b-s0ts0482oa] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 0;
}

.map-shell[b-s0ts0482oa] {
    --map-sidebar-width: min(20rem, 34vw);
    --map-sidebar-min-width: 15rem;
    --map-sidebar-gap: 12px;
    --map-sidebar-left: 1rem;
    --map-sidebar-top: calc(3.4rem + 10px);
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.map-frame[b-s0ts0482oa] {
    width: 100%;
    height: 100%;
    border: 0;
}

.map-trip-timeline[b-s0ts0482oa] {
    position: absolute;
    top: calc(3.4rem + 10px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 28;
    width: min(30rem, 54vw);
    min-width: 16rem;
    border-radius: .95rem;
    padding: .62rem .72rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18), inset 0 1px 1px rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
}

.map-trip-timeline-head[b-s0ts0482oa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .55rem;
    margin-bottom: .45rem;
}

.map-trip-timeline-title[b-s0ts0482oa] {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #334155;
}

.map-trip-timeline-current[b-s0ts0482oa] {
    font-size: .78rem;
    font-weight: 800;
    color: #0f172a;
}

.map-trip-timeline-track[b-s0ts0482oa] {
    height: .54rem;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(148, 163, 184, 0.35);
}

.map-trip-timeline-controls[b-s0ts0482oa] {
    margin-top: .42rem;
    display: flex;
    justify-content: flex-end;
    gap: .38rem;
}

.map-trip-timeline-btn[b-s0ts0482oa] {
    min-height: 1.7rem;
    padding: 0 .55rem;
    border: 1px solid rgba(203, 213, 225, 0.9);
    border-radius: .48rem;
    background: rgba(255, 255, 255, 0.86);
    color: #334155;
    font-size: .66rem;
    font-weight: 800;
    line-height: 1;
}

.map-trip-timeline-btn:disabled[b-s0ts0482oa] {
    opacity: .45;
}

.map-trip-timeline-progress[b-s0ts0482oa] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0ea5e9 0%, #2563eb 100%);
    transition: width .12s linear;
}

.map-trip-timeline-foot[b-s0ts0482oa] {
    margin-top: .38rem;
    display: flex;
    justify-content: space-between;
    gap: .5rem;
    font-size: .66rem;
    font-weight: 700;
    color: #475569;
}

.map-sidebar[b-s0ts0482oa] {
    position: absolute;
    top: var(--map-sidebar-top);
    left: var(--map-sidebar-left);
    bottom: 1rem;
    width: var(--map-sidebar-width);
    min-width: var(--map-sidebar-min-width);
    z-index: 20;
}

.map-sidebar-detail[b-s0ts0482oa] {
    position: absolute;
    top: var(--map-sidebar-top);
    left: calc(var(--map-sidebar-left) + var(--map-sidebar-width) + var(--map-sidebar-gap));
    bottom: 1rem;
    width: var(--map-sidebar-width);
    min-width: var(--map-sidebar-min-width);
    z-index: 20;
}

.map-right-toolbar[b-s0ts0482oa] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
    display: flex;
    flex-direction: column;
    gap: .55rem;
    padding: .45rem;
    border-radius: 1.1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.28) 100%);
    border: 1px solid rgba(255, 255, 255, 0.52);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.24), inset 0 1px 1px rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
}

.map-right-toolbar-btn[b-s0ts0482oa] {
    position: relative;
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid rgba(203, 213, 225, 0.9);
    border-radius: .85rem;
    background: rgba(255, 255, 255, 0.8);
    color: #334155;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    transition: transform .14s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
}

.map-right-toolbar-btn[b-s0ts0482oa]::after {
    content: attr(data-tooltip);
    position: absolute;
    right: calc(100% + .6rem);
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    background: rgba(15, 23, 42, 0.92);
    color: #fff;
    font-size: .72rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    padding: .38rem .5rem;
    border-radius: .5rem;
    transition: opacity .16s ease;
}

.map-right-toolbar-btn:hover[b-s0ts0482oa]::after,
.map-right-toolbar-btn:focus-visible[b-s0ts0482oa]::after {
    opacity: 1;
}

.map-right-toolbar-btn:hover[b-s0ts0482oa] {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(30, 64, 175, 0.2);
    border-color: rgba(59, 130, 246, 0.46);
    color: #1d4ed8;
}

.map-right-toolbar-btn.active[b-s0ts0482oa] {
    border-color: rgba(37, 99, 235, 0.72);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.26);
    color: #1d4ed8;
    background: rgba(239, 246, 255, 0.88);
}

.map-right-toolbar-panel[b-s0ts0482oa] {
    position: absolute;
    right: calc(1rem + 3.7rem + 12px);
    top: 50%;
    transform: translateY(-50%);
    width: min(20rem, 34vw);
    min-width: 15rem;
    max-height: min(70vh, 32rem);
    z-index: 29;
}

.map-right-toolbar-panel-header[b-s0ts0482oa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .6rem;
    padding: .9rem .95rem .5rem;
}

.map-right-toolbar-panel-title[b-s0ts0482oa] {
    margin: 0;
    font-size: .9rem;
    font-weight: 700;
    color: #0f172a;
}

.map-right-toolbar-panel-body[b-s0ts0482oa] {
    flex: 1;
    overflow: auto;
    padding: .25rem .95rem 1rem;
    display: grid;
    gap: .7rem;
}

.map-toolbar-maptypes[b-s0ts0482oa] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem;
}

.map-toolbar-markersets[b-s0ts0482oa] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem;
}

.map-toolbar-chip[b-s0ts0482oa] {
    min-height: 2rem;
    border: 1px solid rgba(203, 213, 225, 0.9);
    border-radius: .65rem;
    background: rgba(255, 255, 255, 0.86);
    color: #334155;
    font-size: .76rem;
    font-weight: 600;
}

.map-toolbar-chip.active[b-s0ts0482oa] {
    border-color: rgba(37, 99, 235, 0.72);
    color: #1d4ed8;
    background: rgba(239, 246, 255, 0.9);
}

.map-toolbar-toggle[b-s0ts0482oa] {
    display: flex;
    align-items: center;
    gap: .55rem;
    font-size: .82rem;
    color: #334155;
    padding: .1rem .1rem;
}

.map-toolbar-toggle input[b-s0ts0482oa] {
    accent-color: #1d4ed8;
}

.map-geofence-panel[b-s0ts0482oa] {
    display: grid;
    gap: .62rem;
}

.map-geofence-header[b-s0ts0482oa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .6rem;
}

.map-geofence-count[b-s0ts0482oa] {
    font-size: .74rem;
    font-weight: 700;
    color: #1d4ed8;
    background: rgba(239, 246, 255, 0.95);
    border: 1px solid rgba(59, 130, 246, 0.35);
    border-radius: 999px;
    padding: .18rem .5rem;
}

.map-geofence-field[b-s0ts0482oa] {
    display: grid;
    gap: .32rem;
}

.map-geofence-shapes[b-s0ts0482oa] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .4rem;
}

.map-geofence-draft-actions[b-s0ts0482oa] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .38rem;
}

.map-geofence-draft-help[b-s0ts0482oa] {
    margin: 0;
    font-size: .72rem;
    color: #64748b;
}

.map-geofence-label[b-s0ts0482oa] {
    font-size: .74rem;
    font-weight: 700;
    color: #334155;
}

.map-geofence-select[b-s0ts0482oa],
.map-geofence-input[b-s0ts0482oa] {
    min-height: 2.2rem;
    border: 1px solid rgba(203, 213, 225, 0.9);
    border-radius: .68rem;
    background: rgba(255, 255, 255, 0.88);
    color: #0f172a;
    font-size: .8rem;
    font-weight: 500;
    padding: 0 .68rem;
    outline: none;
}

.map-geofence-textarea[b-s0ts0482oa] {
    border: 1px solid rgba(203, 213, 225, 0.9);
    border-radius: .68rem;
    background: rgba(255, 255, 255, 0.88);
    color: #0f172a;
    font-size: .78rem;
    font-weight: 500;
    padding: .55rem .68rem;
    outline: none;
    resize: vertical;
    min-height: 6rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.map-geofence-select:focus[b-s0ts0482oa],
.map-geofence-input:focus[b-s0ts0482oa],
.map-geofence-textarea:focus[b-s0ts0482oa] {
    border-color: rgba(37, 99, 235, 0.72);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.16);
}

.map-geofence-btn[b-s0ts0482oa] {
    min-height: 2.2rem;
    border: 1px solid rgba(29, 78, 216, 0.72);
    border-radius: .72rem;
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.95) 0%, rgba(29, 78, 216, 0.95) 100%);
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    padding: .35rem .72rem;
    box-shadow: 0 10px 18px rgba(37, 99, 235, 0.26);
}

.map-geofence-btn:disabled[b-s0ts0482oa] {
    opacity: .55;
    box-shadow: none;
}

.map-geofence-feedback[b-s0ts0482oa] {
    margin: 0;
    font-size: .76rem;
    font-weight: 600;
    border-radius: .62rem;
    padding: .42rem .56rem;
}

.map-geofence-feedback.is-success[b-s0ts0482oa] {
    color: #166534;
    background: rgba(220, 252, 231, 0.8);
    border: 1px solid rgba(22, 163, 74, 0.24);
}

.map-geofence-feedback.is-error[b-s0ts0482oa] {
    color: #991b1b;
    background: rgba(254, 226, 226, 0.85);
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.map-geofence-list-wrap[b-s0ts0482oa] {
    display: grid;
    gap: .45rem;
}

.map-geofence-list-title[b-s0ts0482oa] {
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #475569;
}

.map-geofence-empty[b-s0ts0482oa] {
    margin: 0;
    font-size: .78rem;
    color: #64748b;
}

.map-geofence-list[b-s0ts0482oa] {
    display: grid;
    gap: .38rem;
}

.map-geofence-item[b-s0ts0482oa] {
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: .76rem;
    background: rgba(255, 255, 255, 0.72);
    padding: .48rem .56rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    cursor: pointer;
}

.map-geofence-item.active[b-s0ts0482oa] {
    border-color: rgba(37, 99, 235, 0.62);
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.18);
    background: rgba(239, 246, 255, 0.9);
}

.map-geofence-item-name[b-s0ts0482oa] {
    margin: 0;
    font-size: .8rem;
    font-weight: 700;
    color: #0f172a;
}

.map-geofence-item-meta[b-s0ts0482oa] {
    margin: .12rem 0 0;
    font-size: .72rem;
    color: #64748b;
}

.map-geofence-delete-btn[b-s0ts0482oa] {
    width: 1.9rem;
    height: 1.9rem;
    border: 1px solid rgba(239, 68, 68, 0.25);
    border-radius: .58rem;
    background: rgba(254, 226, 226, 0.8);
    color: #b91c1c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .84rem;
    flex: 0 0 auto;
}

.map-geofence-delete-btn:hover[b-s0ts0482oa] {
    background: rgba(254, 202, 202, 0.88);
    border-color: rgba(239, 68, 68, 0.4);
}

.map-sidebar-glass[b-s0ts0482oa] {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 1.6rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.3) 100%);
    border: 1px solid rgba(255, 255, 255, 0.48);
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.22), inset 0 1px 1px rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(22px) saturate(180%);
    -webkit-backdrop-filter: blur(22px) saturate(180%);
    overflow: hidden;
    transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, opacity .22s ease;
}

.map-sidebar-glass[b-s0ts0482oa]::before {
    content: "";
    position: absolute;
    top: 1.05rem;
    bottom: 1.05rem;
    left: -.45rem;
    width: .55rem;
    border-radius: .6rem 0 0 .6rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    pointer-events: none;
}

@media (min-width: 992px) {
    .map-shell[b-s0ts0482oa] {
        --map-sidebar-left: calc(1rem + 3.75rem + .35rem);
        --map-sidebar-top: calc(1rem + 3.4rem + .55rem);
        --map-sidebar-gap: 10px;
    }
}

.map-sidebar-drag-handle[b-s0ts0482oa] {
    display: none;
}

.map-sidebar-drag-indicator[b-s0ts0482oa] {
    display: block;
}

.map-sidebar-mobile-close[b-s0ts0482oa] {
    display: none;
}

.map-sidebar-search-wrap[b-s0ts0482oa] {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin: .95rem;
    padding: .62rem .78rem;
    border-radius: .95rem;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(203, 213, 225, 0.75);
    transition: opacity .24s ease, transform .24s ease, max-height .26s ease, margin .22s ease, padding .22s ease;
    transform-origin: top center;
}

.map-mobile-status-cards[b-s0ts0482oa] {
    display: none;
}

.map-mobile-status-card[b-s0ts0482oa] {
    --status-color: #94a3b8;
}

.map-search-icon[b-s0ts0482oa] {
    width: .92rem;
    height: .92rem;
    border: 2px solid #64748b;
    border-radius: 50%;
    position: relative;
    opacity: .86;
    flex: 0 0 auto;
}

.map-search-icon[b-s0ts0482oa]::after {
    content: "";
    position: absolute;
    width: .52rem;
    height: 2px;
    border-radius: 2px;
    background: #64748b;
    right: -.44rem;
    bottom: -.14rem;
    transform: rotate(42deg);
}

.map-sidebar-search[b-s0ts0482oa] {
    width: 100%;
    border: 0;
    background: transparent;
    outline: none;
    font-size: .89rem;
    color: #0f172a;
    font-weight: 500;
}

.map-sidebar-search[b-s0ts0482oa]::placeholder {
    color: #64748b;
}

.map-sidebar-list[b-s0ts0482oa] {
    flex: 1;
    overflow: auto;
    margin-top: 5px;
    padding: .2rem .95rem 1rem;
    display: grid;
    grid-auto-rows: 110px;
    gap: .6rem;
    transition: padding .24s ease, grid-auto-rows .26s ease, gap .22s ease;
}

.map-sidebar-empty[b-s0ts0482oa] {
    margin-top: .3rem;
    border-radius: 1rem;
    border: 1px dashed rgba(148, 163, 184, 0.8);
    padding: 1rem;
    background: rgba(255, 255, 255, 0.45);
    color: #334155;
    font-size: .86rem;
    text-align: center;
}

.map-sidebar-detail-header[b-s0ts0482oa] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .6rem;
    padding: .95rem .95rem .6rem;
}

.map-sidebar-back-btn[b-s0ts0482oa] {
    border: 1px solid rgba(37, 99, 235, 0.35);
    border-radius: .75rem;
    background: linear-gradient(135deg, rgba(239, 246, 255, 0.92) 0%, rgba(226, 237, 255, 0.88) 100%);
    color: #1d4ed8;
    min-height: 2.0rem;
    padding: .35rem .65rem;
    font-size: .76rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: .38rem;
    flex: 0 0 auto;
    transition: all .2s ease;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(30, 64, 175, 0.08);
}

.map-sidebar-back-btn:hover[b-s0ts0482oa] {
    border-color: rgba(37, 99, 235, 0.55);
    background: linear-gradient(135deg, rgba(239, 246, 255, 0.98) 0%, rgba(219, 234, 254, 0.96) 100%);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.18);
    transform: translateY(-1px);
}

.map-sidebar-back-btn:active[b-s0ts0482oa] {
    transform: translateY(0px);
}

.map-sidebar-detail-title-wrap[b-s0ts0482oa] {
    display: flex;
    align-items: center;
    gap: .62rem;
    min-width: 0;
}

.map-sidebar-detail-marker[b-s0ts0482oa] {
    width: 2rem;
    height: 2rem;
    border-radius: .65rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(203, 213, 225, 0.95);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.map-sidebar-detail-title[b-s0ts0482oa] {
    margin: 0;
    font-size: .92rem;
    color: #0f172a;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-sidebar-detail-subtitle[b-s0ts0482oa] {
    margin: .08rem 0 0;
    font-size: .74rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-sidebar-detail-close[b-s0ts0482oa] {
    width: 2.0rem;
    height: 2.0rem;
    border: 1px solid rgba(239, 68, 68, 0.35);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(254, 242, 242, 0.92) 0%, rgba(254, 226, 226, 0.88) 100%);
    color: #dc2626;
    font-size: 1.3rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(220, 38, 38, 0.08);
}

.map-sidebar-detail-close:hover[b-s0ts0482oa] {
    border-color: rgba(239, 68, 68, 0.55);
    background: linear-gradient(135deg, rgba(254, 242, 242, 0.98) 0%, rgba(253, 230, 230, 0.96) 100%);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.18);
    transform: translateY(-1px);
}

.map-sidebar-detail-close:active[b-s0ts0482oa] {
    transform: translateY(0px);
}

.map-sidebar-detail-body[b-s0ts0482oa] {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: .2rem .95rem .5rem;
}

.map-detail-row[b-s0ts0482oa] {
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: .9rem;
    padding: .62rem .66rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.map-sidebar-selected .map-detail-row[b-s0ts0482oa] {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .6rem;
}

.map-sidebar-selected .map-detail-row .map-detail-label[b-s0ts0482oa] {
    margin-bottom: 0;
}

.map-vehicle-info-card[b-s0ts0482oa] {
    border: 1px solid rgba(226, 232, 240, 0.85);
    border-radius: .9rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: .65rem;
    display: flex;
    flex-direction: column;
    gap: .45rem;
}

.map-vehicle-info-header[b-s0ts0482oa] {
    display: flex;
    gap: .5rem;
    align-items: flex-start;
}

.map-vehicle-info-status[b-s0ts0482oa] {
    flex: 0 0 auto;
}

.map-vehicle-info-speed[b-s0ts0482oa] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .15rem;
    text-align: right;
}

.map-vehicle-info-label[b-s0ts0482oa] {
    font-size: .62rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #64748b;
    letter-spacing: .02em;
    display: block;
}

.map-vehicle-info-value[b-s0ts0482oa] {
    font-size: .82rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    display: block;
}

.map-vehicle-info-address[b-s0ts0482oa] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .75rem;
}

.map-vehicle-info-divider[b-s0ts0482oa] {
    height: 1px;
    background: linear-gradient(90deg, rgba(226, 232, 240, 0.4) 0%, rgba(226, 232, 240, 0.8) 50%, rgba(226, 232, 240, 0.4) 100%);
}

.map-vehicle-info-content[b-s0ts0482oa] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.map-vehicle-info-row[b-s0ts0482oa] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: .45rem;
}

.map-vehicle-info-row .map-vehicle-info-label[b-s0ts0482oa] {
    text-align: left;
    flex: 0 0 auto;
}

.map-vehicle-info-row .map-vehicle-info-value[b-s0ts0482oa] {
    flex: 1;
    text-align: right;
}

/* ---- Detail Tabs ---- */
.map-detail-tabs[b-s0ts0482oa] {
    display: flex;
    gap: .28rem;
    padding: .5rem .95rem .2rem;
    flex-shrink: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.map-detail-tabs[b-s0ts0482oa]::-webkit-scrollbar {
    display: none;
}

.map-detail-tab[b-s0ts0482oa] {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .18rem;
    padding: .35rem .2rem;
    border: 1px solid rgba(203, 213, 225, 0.7);
    border-radius: .72rem;
    background: rgba(255, 255, 255, 0.72);
    color: #64748b;
    font-size: .56rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    cursor: pointer;
    transition: all .18s ease;
    white-space: nowrap;
}

.map-detail-tab i[b-s0ts0482oa] {
    font-size: .85rem;
}

.map-detail-tab:hover[b-s0ts0482oa] {
    filter: brightness(0.96);
}

.map-detail-tab.active[b-s0ts0482oa] {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

/* Viajes — azul */
.map-detail-tab.tab-trips[b-s0ts0482oa] {
    border-color: rgba(37, 99, 235, 0.35);
    color: #1d4ed8;
}
.map-detail-tab.tab-trips:hover[b-s0ts0482oa] {
    background: rgba(239, 246, 255, 0.9);
}
.map-detail-tab.tab-trips.active[b-s0ts0482oa] {
    border-color: rgba(37, 99, 235, 0.65);
    background: linear-gradient(135deg, rgba(239, 246, 255, 0.97) 0%, rgba(219, 234, 254, 0.94) 100%);
    color: #1e40af;
}

/* Calor — naranja */
.map-detail-tab.tab-heatmap[b-s0ts0482oa] {
    border-color: rgba(234, 88, 12, 0.35);
    color: #c2410c;
}
.map-detail-tab.tab-heatmap:hover[b-s0ts0482oa] {
    background: rgba(255, 247, 237, 0.9);
}
.map-detail-tab.tab-heatmap.active[b-s0ts0482oa] {
    border-color: rgba(234, 88, 12, 0.65);
    background: linear-gradient(135deg, rgba(255, 247, 237, 0.97) 0%, rgba(254, 235, 200, 0.94) 100%);
    color: #9a3412;
}

/* Mantenimiento — verde */
.map-detail-tab.tab-maintenance[b-s0ts0482oa] {
    border-color: rgba(22, 163, 74, 0.35);
    color: #15803d;
}
.map-detail-tab.tab-maintenance:hover[b-s0ts0482oa] {
    background: rgba(240, 253, 244, 0.9);
}
.map-detail-tab.tab-maintenance.active[b-s0ts0482oa] {
    border-color: rgba(22, 163, 74, 0.65);
    background: linear-gradient(135deg, rgba(240, 253, 244, 0.97) 0%, rgba(220, 252, 231, 0.94) 100%);
    color: #166534;
}

/* Documentos — violeta */
.map-detail-tab.tab-documents[b-s0ts0482oa] {
    border-color: rgba(124, 58, 237, 0.35);
    color: #6d28d9;
}
.map-detail-tab.tab-documents:hover[b-s0ts0482oa] {
    background: rgba(245, 243, 255, 0.9);
}
.map-detail-tab.tab-documents.active[b-s0ts0482oa] {
    border-color: rgba(124, 58, 237, 0.65);
    background: linear-gradient(135deg, rgba(245, 243, 255, 0.97) 0%, rgba(237, 233, 254, 0.94) 100%);
    color: #5b21b6;
}

/* Alarmas — rojo */
.map-detail-tab.tab-alarms[b-s0ts0482oa] {
    border-color: rgba(220, 38, 38, 0.35);
    color: #b91c1c;
}
.map-detail-tab.tab-alarms:hover[b-s0ts0482oa] {
    background: rgba(254, 242, 242, 0.9);
}
.map-detail-tab.tab-alarms.active[b-s0ts0482oa] {
    border-color: rgba(220, 38, 38, 0.65);
    background: linear-gradient(135deg, rgba(254, 242, 242, 0.97) 0%, rgba(254, 226, 226, 0.94) 100%);
    color: #991b1b;
}

.map-detail-tab-content[b-s0ts0482oa] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: .45rem .95rem .95rem;
    display: flex;
    flex-direction: column;
    gap: .7rem;
}

.map-detail-tab-placeholder[b-s0ts0482oa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    padding: 2.5rem 1rem;
    text-align: center;
    color: #94a3b8;
}

.map-detail-tab-placeholder-icon[b-s0ts0482oa] {
    font-size: 2.2rem;
    opacity: .45;
}

.map-detail-tab-placeholder-title[b-s0ts0482oa] {
    margin: 0;
    font-size: .88rem;
    font-weight: 700;
    color: #64748b;
}

.map-detail-tab-placeholder-text[b-s0ts0482oa] {
    margin: 0;
    font-size: .75rem;
    color: #94a3b8;
}

.map-trip-section[b-s0ts0482oa] {
    display: grid;
    gap: .55rem;
}

.map-trip-section-title[b-s0ts0482oa] {
    margin: .15rem 0 0;
    font-size: .78rem;
    font-weight: 800;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* ── Collapse card de filtros ─────────────────────── */
.map-trip-filter-collapse[b-s0ts0482oa] {
    border: 1px solid rgba(203, 213, 225, 0.75);
    border-radius: .8rem;
    background: #f8fafc;
    overflow: hidden;
    transition: border-color .18s ease;
}

.map-trip-filter-collapse.expanded[b-s0ts0482oa] {
    border-color: rgba(37, 99, 235, 0.3);
    background: #eff6ff;
}

.map-trip-filter-collapse-header[b-s0ts0482oa] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: .45rem;
    padding: .45rem .65rem;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
}

.map-trip-filter-collapse-left[b-s0ts0482oa] {
    display: flex;
    align-items: center;
    gap: .3rem;
    color: #1d4ed8;
    flex-shrink: 0;
}

.map-trip-filter-collapse-left i[b-s0ts0482oa] {
    font-size: .8rem;
}

.map-trip-filter-collapse-title[b-s0ts0482oa] {
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #1d4ed8;
}

.map-trip-filter-collapse-summary[b-s0ts0482oa] {
    flex: 1;
    font-size: .7rem;
    font-weight: 600;
    color: #475569;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    padding-right: .3rem;
    transition: opacity .15s ease;
}

.map-trip-filter-collapse-summary.hidden[b-s0ts0482oa] {
    opacity: 0;
    pointer-events: none;
}

.map-trip-filter-collapse-chevron[b-s0ts0482oa] {
    font-size: .72rem;
    color: #64748b;
    flex-shrink: 0;
    transition: transform .18s ease;
}

.map-trip-filter-collapse-body[b-s0ts0482oa] {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .22s ease;
}

.map-trip-filter-collapse.expanded .map-trip-filter-collapse-body[b-s0ts0482oa] {
    grid-template-rows: 1fr;
}

.map-trip-filter-collapse-inner[b-s0ts0482oa] {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: .28rem;
}

.map-trip-filter-collapse-inner .map-trip-filters[b-s0ts0482oa],
.map-trip-filter-collapse-inner .map-trip-date-range[b-s0ts0482oa] {
    margin: 0 .65rem;
}

.map-trip-filter-collapse-inner .map-trip-filters[b-s0ts0482oa] {
    margin-top: .3rem;
}

.map-trip-filter-collapse-inner .map-trip-date-range[b-s0ts0482oa] {
    margin-bottom: .55rem;
}

.map-trip-filters[b-s0ts0482oa] {
    display: flex;
    flex-wrap: nowrap;
    gap: .38rem;
}

.map-trip-filter-chip[b-s0ts0482oa] {
    flex: 1 1 0;
    min-height: 1.8rem;
    border: 1px solid rgba(203, 213, 225, 0.95);
    border-radius: .62rem;
    background: rgba(255, 255, 255, 0.84);
    color: #475569;
    font-size: .68rem;
    font-weight: 700;
}

.map-trip-date-range[b-s0ts0482oa] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: .42rem;
    align-items: end;
}

.map-trip-date-field[b-s0ts0482oa] {
    display: grid;
    gap: .18rem;
    min-width: 0;
}

.map-trip-date-label[b-s0ts0482oa] {
    font-size: .58rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #64748b;
    letter-spacing: .03em;
}

.map-trip-date-input[b-s0ts0482oa] {
    min-height: 2rem;
    border: 1px solid rgba(203, 213, 225, 0.9);
    border-radius: .62rem;
    background: rgba(255, 255, 255, 0.88);
    color: #0f172a;
    font-size: .72rem;
    font-weight: 600;
    padding: 0 .58rem;
    min-width: 0;
}

.map-trip-date-apply[b-s0ts0482oa] {
    min-height: 2rem;
    padding: 0 .85rem;
    border: 1px solid rgba(37, 99, 235, 0.72);
    border-radius: .62rem;
    background: rgba(239, 246, 255, 0.94);
    color: #1d4ed8;
    font-size: .72rem;
    font-weight: 800;
    white-space: nowrap;
}

.map-heatmap-calculate-btn[b-s0ts0482oa] {
    width: 100%;
    margin-top: .5rem;
}

.map-trip-filter-chip.active[b-s0ts0482oa] {
    border-color: rgba(37, 99, 235, 0.7);
    color: #1d4ed8;
    background: rgba(239, 246, 255, 0.92);
    box-shadow: 0 6px 14px rgba(37, 99, 235, 0.2);
}

.map-trip-empty[b-s0ts0482oa] {
    margin: 0;
    padding: .65rem .7rem;
    border-radius: .75rem;
    border: 1px dashed rgba(148, 163, 184, 0.65);
    background: #ffffff;
    color: #475569;
    font-size: .75rem;
}

.map-heatmap-summary[b-s0ts0482oa] {
    margin: 0;
    padding: .65rem .7rem;
    border-radius: .75rem;
    border: 1px solid rgba(56, 189, 248, 0.35);
    background: rgba(239, 246, 255, 0.7);
    color: #0f172a;
    font-size: .75rem;
    font-weight: 700;
}

.map-trip-list[b-s0ts0482oa] {
    display: grid;
    gap: .55rem;
}

.map-trip-card[b-s0ts0482oa] {
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: .9rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: .58rem .65rem;
    display: grid;
    gap: .55rem;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .12s ease;
}

.map-trip-card:hover[b-s0ts0482oa] {
    border-color: rgba(59, 130, 246, 0.45);
    box-shadow: 0 8px 16px rgba(30, 64, 175, 0.16);
}

.map-trip-card.active[b-s0ts0482oa] {
    border-color: var(--trip-accent, rgba(37, 99, 235, 0.72));
    box-shadow: 0 10px 20px color-mix(in srgb, var(--trip-accent, #2563eb) 35%, transparent);
    transform: translateY(-1px);
}

.map-trip-card.drawn[b-s0ts0482oa] {
    border-color: color-mix(in srgb, var(--trip-accent, #2563eb) 65%, white);
    box-shadow: 0 8px 16px color-mix(in srgb, var(--trip-accent, #2563eb) 25%, transparent);
}

.map-trip-card-top[b-s0ts0482oa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.map-trip-times[b-s0ts0482oa] {
    display: flex;
    gap: .38rem;
    flex-wrap: nowrap;
}

.map-trip-time-block[b-s0ts0482oa] {
    flex: 1;
    min-width: 0;
    border: 2px solid rgba(226, 232, 240, 0.9);
    border-radius: .65rem;
    background: #ffffff;
    padding: .35rem .42rem;
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.map-trip-time-block-start[b-s0ts0482oa] {
    border-color: #a7f3d0;
}

.map-trip-time-block-end[b-s0ts0482oa] {
    border-color: #fecaca;
}

.map-trip-time-label[b-s0ts0482oa] {
    font-size: .58rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #64748b;
    letter-spacing: .02em;
}

.map-trip-time-value[b-s0ts0482oa] {
    font-size: .76rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.1;
}

.map-trip-address[b-s0ts0482oa] {
    font-size: .6rem;
    color: #475569;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.map-trip-card-date[b-s0ts0482oa] {
    font-size: .75rem;
    font-weight: 700;
    color: #2563eb;
}

.map-trip-status[b-s0ts0482oa] {
    border-radius: 999px;
    padding: .14rem .5rem;
    font-size: .66rem;
    font-weight: 700;
    color: #334155;
    background: rgba(226, 232, 240, 0.78);
    border: 1px solid rgba(203, 213, 225, 0.95);
    white-space: nowrap;
}

.map-trip-status.status-open[b-s0ts0482oa] {
    background: rgba(34, 197, 94, 0.15);
    color: #166534;
    border-color: rgba(34, 197, 94, 0.4);
}

.map-trip-status.status-closed[b-s0ts0482oa] {
    background: rgba(59, 130, 246, 0.15);
    color: #1e40af;
    border-color: rgba(59, 130, 246, 0.4);
}

.map-trip-status.status-cancelled[b-s0ts0482oa] {
    background: rgba(239, 68, 68, 0.15);
    color: #991b1b;
    border-color: rgba(239, 68, 68, 0.4);
}

.map-trip-status.status-invalid[b-s0ts0482oa] {
    background: rgba(245, 158, 11, 0.15);
    color: #92400e;
    border-color: rgba(245, 158, 11, 0.4);
}

.map-trip-status.status-unknown[b-s0ts0482oa] {
    background: rgba(107, 114, 128, 0.15);
    color: #374151;
    border-color: rgba(107, 114, 128, 0.4);
}

.map-trip-metrics[b-s0ts0482oa] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .4rem;
    align-items: end;
}

.map-trip-metric[b-s0ts0482oa] {
    min-height: 4.4rem;
    padding: .15rem .1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: .28rem;
}

.map-trip-metric-value[b-s0ts0482oa] {
    margin: 0;
    font-size: .67rem;
    font-weight: 700;
    line-height: 1.1;
    color: #0f172a;
    text-align: center;
    min-height: 1.45rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.map-trip-metric-icon[b-s0ts0482oa] {
    width: 1.55rem;
    height: 1.55rem;
    object-fit: contain;
    opacity: .95;
}

.map-toolbox-reset-btn[b-s0ts0482oa] {
    margin-top: .6rem;
    width: 100%;
    min-height: 2.1rem;
    border-radius: .75rem;
    border: 1px solid rgba(226, 232, 240, .95);
    background: rgba(255, 255, 255, .92);
    color: #0f172a;
    font-size: .76rem;
    font-weight: 700;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .12s ease;
}

.map-toolbox-reset-btn:hover[b-s0ts0482oa] {
    border-color: rgba(14, 116, 144, .55);
    box-shadow: 0 8px 16px rgba(15, 23, 42, .12);
}

.map-toolbox-reset-btn:active[b-s0ts0482oa] {
    transform: translateY(1px);
}

.map-detail-row.two-columns[b-s0ts0482oa] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
}

.map-detail-label[b-s0ts0482oa] {
    display: block;
    margin-bottom: .28rem;
    font-size: .68rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.map-detail-value[b-s0ts0482oa] {
    margin: 0;
    font-size: .78rem;
    color: #0f172a;
    line-height: 1.3;
    word-break: break-word;
}

.map-vehicle-row[b-s0ts0482oa] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .72rem;
    height: 100%;
    padding: .76rem .72rem;
    border-radius: 1rem;
    border: 1px solid rgba(226, 232, 240, 0.85);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.56) 100%);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .12s ease, padding .22s ease, border-radius .22s ease;
}

.map-vehicle-row:hover[b-s0ts0482oa] {
    border-color: rgba(59, 130, 246, 0.45);
    box-shadow: 0 10px 22px rgba(30, 64, 175, 0.18);
}

.map-vehicle-row:focus-visible[b-s0ts0482oa] {
    outline: 2px solid rgba(59, 130, 246, 0.55);
    outline-offset: 1px;
}

.map-vehicle-row.selected[b-s0ts0482oa] {
    border-color: rgba(37, 99, 235, 0.7);
    box-shadow: 0 12px 24px rgba(29, 78, 216, 0.22);
    transform: translateY(-1px);
}

.map-vehicle-icon-wrap[b-s0ts0482oa] {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: .72rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(203, 213, 225, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .12rem;
}

.map-vehicle-icon[b-s0ts0482oa] {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}

.map-vehicle-content[b-s0ts0482oa] {
    min-width: 0;
    display: grid;
    gap: .34rem;
    transition: gap .22s ease;

.map-vehicle-mobile-actions {
    display: none;
}
}

.map-vehicle-top[b-s0ts0482oa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.map-vehicle-name[b-s0ts0482oa] {
    margin: 0;
    font-size: .9rem;
    line-height: 1.2;
    color: #0f172a;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-vehicle-status[b-s0ts0482oa] {
    --status-color: #94a3b8;
    border-radius: 999px;
    padding: .16rem .56rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .02em;
    color: color-mix(in srgb, var(--status-color) 72%, #0f172a 28%);
    background: color-mix(in srgb, var(--status-color) 18%, white 82%);
    border: 1px solid color-mix(in srgb, var(--status-color) 35%, white 65%);
    text-transform: uppercase;
}

.map-vehicle-address[b-s0ts0482oa] {
    margin: 0;
    font-size: .77rem;
    color: #334155;
    line-height: 1.3;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2.2rem;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .2s ease, max-height .24s ease, transform .2s ease;
}

.map-vehicle-meta[b-s0ts0482oa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    min-width: 0;
    max-height: 1.5rem;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .2s ease, max-height .24s ease, transform .2s ease;
}

.map-vehicle-event[b-s0ts0482oa] {
    font-size: .72rem;
    color: #475569;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-vehicle-speed[b-s0ts0482oa] {
    border-radius: 999px;
    padding: .12rem .42rem;
    font-size: .7rem;
    font-weight: 700;
    color: #065f46;
    background: rgba(16, 185, 129, 0.16);
    border: 1px solid rgba(16, 185, 129, 0.42);
    white-space: nowrap;
}

@media (max-width: 980px) {
    .map-sidebar[b-s0ts0482oa] {
        width: min(24rem, 46vw);
        min-width: 17.5rem;
    }

    .map-shell[b-s0ts0482oa] {
        --map-sidebar-width: min(24rem, 46vw);
        --map-sidebar-min-width: 17.5rem;
    }
}

@media (max-width: 820px) {
    .map-trip-timeline[b-s0ts0482oa] {
        top: calc(var(--header-safe-top, env(safe-area-inset-top, 0px)) + .35rem);
        width: calc(100vw - 1.2rem);
        min-width: 0;
    }

    .map-sidebar[b-s0ts0482oa] {
        top: calc(var(--header-safe-top, env(safe-area-inset-top, 0px)) + .55rem);
        left: 0;
        right: 0;
        bottom: calc(.65rem + var(--mobile-tabbar-space, 0px));
        width: auto;
        min-width: 0;
        height: auto;
        transform: translateY(16px);
        opacity: 0;
        pointer-events: none;
        transition: transform .22s cubic-bezier(.2, .7, .2, 1), opacity .2s ease;
        will-change: transform, opacity;
    }

    body.mobile-vehicle-list-open .map-sidebar[b-s0ts0482oa] {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    /* iOS Safari: evita auto-zoom al enfocar el input de búsqueda */
    .map-sidebar-search[b-s0ts0482oa] {
        font-size: 16px;
    }

    /* Tarjetas completamente opacas en modo lista móvil */
    body.mobile-vehicle-list-open .map-vehicle-row[b-s0ts0482oa] {
        background: #ffffff;
        border-color: rgba(203, 213, 225, 0.9);
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
    }

    body.mobile-vehicle-list-open .map-vehicle-mobile-actions[b-s0ts0482oa] {
        display: flex;
        gap: .5rem;
        margin-top: .4rem;
    }

    .map-vehicle-mobile-btn[b-s0ts0482oa] {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .3rem;
        padding: .4rem .6rem;
        border-radius: .7rem;
        border: 1px solid;
        font-size: .72rem;
        font-weight: 700;
        cursor: pointer;
        transition: transform .12s ease, box-shadow .14s ease;
    }

    .map-vehicle-mobile-btn:active[b-s0ts0482oa] {
        transform: scale(.96);
    }

    .map-vehicle-mobile-btn-locate[b-s0ts0482oa] {
        background: rgba(239, 246, 255, 0.95);
        border-color: rgba(59, 130, 246, 0.4);
        color: #1d4ed8;
    }

    .map-vehicle-mobile-btn-detail[b-s0ts0482oa] {
        background: rgba(240, 253, 244, 0.95);
        border-color: rgba(16, 185, 129, 0.4);
        color: #065f46;
    }

    /* Ajustar height de tarjeta en lista móvil para dar espacio a botones */
    body.mobile-vehicle-list-open .map-sidebar-list[b-s0ts0482oa] {
        grid-auto-rows: auto;
    }

    .map-sidebar.sheet-peek[b-s0ts0482oa] {
        box-shadow: none;
    }

    .map-sidebar.sheet-peek .map-sidebar-glass[b-s0ts0482oa] {
        background: transparent;
        border: 0;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    body.map-sheet-dragging .map-sidebar.sheet-peek .map-sidebar-glass[b-s0ts0482oa] {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.3) 100%);
        border: 1px solid rgba(255, 255, 255, 0.48);
        box-shadow: 0 24px 44px rgba(15, 23, 42, 0.22), inset 0 1px 1px rgba(255, 255, 255, 0.65);
        backdrop-filter: blur(22px) saturate(180%);
        -webkit-backdrop-filter: blur(22px) saturate(180%);
        opacity: var(--map-sheet-drag-progress, 0);
    }

    .map-sidebar.sheet-peek .map-sidebar-glass[b-s0ts0482oa]::before {
        display: none;
    }

    .map-sidebar.sheet-peek .map-sidebar-search-wrap[b-s0ts0482oa],
    .map-sidebar.sheet-peek .map-mobile-status-cards[b-s0ts0482oa],
    .map-sidebar.sheet-peek .map-sidebar-list[b-s0ts0482oa],
    .map-sidebar.sheet-peek .map-sidebar-mobile-close[b-s0ts0482oa],
    .map-sidebar.sheet-peek .map-sidebar-detail-header[b-s0ts0482oa],
    .map-sidebar.sheet-peek .map-sidebar-detail-body[b-s0ts0482oa] {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        pointer-events: none;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-width: 0;
    }

    .map-sidebar.sheet-peek .map-sidebar-drag-handle[b-s0ts0482oa] {
        height: 0;
        opacity: 0;
        pointer-events: none;
    }

    .map-sidebar.sheet-peek .map-sidebar-drag-indicator[b-s0ts0482oa] {
        opacity: 0;
        box-shadow: none;
    }

    .map-sidebar.sheet-medium[b-s0ts0482oa],
    .map-sidebar.sheet-full[b-s0ts0482oa] {
        box-shadow: 0 -14px 34px rgba(15, 23, 42, 0.28);
    }

    .map-sidebar-drag-handle[b-s0ts0482oa] {
        display: none;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 1.15rem;
        border: 0;
        border-bottom: 0;
        background: transparent;
        cursor: grab;
        touch-action: none;
        padding: 0;
        margin: 0;
    }

    .map-sidebar-drag-handle:active[b-s0ts0482oa] {
        cursor: grabbing;
    }

    .map-sidebar-drag-indicator[b-s0ts0482oa] {
        width: 2.4rem;
        height: .3rem;
        border-radius: 999px;
        background: rgba(100, 116, 139, 0.56);
        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.16);
    }

    .map-sidebar-mobile-close[b-s0ts0482oa] {
        position: absolute;
        top: .36rem;
        right: .74rem;
        width: 2rem;
        height: 2rem;
        border: 1px solid rgba(203, 213, 225, 0.92);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.92);
        color: #334155;
        align-items: center;
        justify-content: center;
        font-size: .88rem;
        box-shadow: 0 8px 16px rgba(15, 23, 42, 0.15);
        z-index: 2;
        display: none !important;
    }

    .map-sidebar.sheet-medium .map-sidebar-mobile-close[b-s0ts0482oa],
    .map-sidebar.sheet-full .map-sidebar-mobile-close[b-s0ts0482oa] {
        display: inline-flex;
    }

    .map-mobile-status-cards[b-s0ts0482oa] {
        margin: .6rem .95rem .45rem;
        display: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .45rem;
        opacity: 0;
        transform: translateY(8px);
        transition: opacity .24s ease, transform .24s ease;
    }

    .map-mobile-status-card[b-s0ts0482oa] {
        border-radius: .95rem;
        border: 1px solid color-mix(in srgb, var(--status-color) 35%, white 65%);
        background: color-mix(in srgb, var(--status-color) 16%, white 84%);
        color: color-mix(in srgb, var(--status-color) 72%, #0f172a 28%);
        padding: .56rem .62rem;
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: .4rem;
        box-shadow: 0 6px 14px color-mix(in srgb, var(--status-color) 16%, transparent);
    }

    .map-mobile-status-card-dot[b-s0ts0482oa] {
        width: .55rem;
        height: .55rem;
        border-radius: 999px;
        background: var(--status-color);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.72);
    }

    .map-mobile-status-card-label[b-s0ts0482oa] {
        font-size: .74rem;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .map-mobile-status-card-count[b-s0ts0482oa] {
        min-width: 1.2rem;
        height: 1.2rem;
        padding: 0 .3rem;
        border-radius: 999px;
        background: color-mix(in srgb, var(--status-color) 26%, white 74%);
        border: 1px solid color-mix(in srgb, var(--status-color) 45%, white 55%);
        font-size: .66rem;
        font-weight: 800;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .map-sidebar-search-wrap[b-s0ts0482oa] {
        margin: .75rem .95rem .55rem;
        max-height: 4.5rem;
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .map-sidebar.sheet-medium .map-sidebar-search-wrap[b-s0ts0482oa] {
        opacity: 0;
        max-height: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-width: 0;
        pointer-events: none;
        transform: translateY(-10px) scale(.98);
    }

    .map-sidebar.sheet-medium .map-mobile-status-cards[b-s0ts0482oa] {
        display: grid;
        opacity: 1;
        transform: translateY(0);
    }

    .map-sidebar.sheet-medium .map-sidebar-list[b-s0ts0482oa] {
        display: none;
    }

    .map-sidebar.sheet-medium .map-vehicle-row[b-s0ts0482oa] {
        padding: .64rem .68rem;
        min-height: 0;
        border-radius: .84rem;
    }

    .map-sidebar.sheet-medium .map-vehicle-address[b-s0ts0482oa],
    .map-sidebar.sheet-medium .map-vehicle-meta[b-s0ts0482oa] {
        opacity: 0;
        max-height: 0;
        transform: translateY(-6px);
    }

    .map-sidebar.sheet-medium .map-vehicle-content[b-s0ts0482oa] {
        gap: .12rem;
    }

    .map-sidebar.sheet-full .map-sidebar-list[b-s0ts0482oa] {
        display: grid;
        grid-auto-rows: 110px;
        gap: .6rem;
    }

    .map-sidebar.sheet-full .map-mobile-status-cards[b-s0ts0482oa] {
        display: none;
        opacity: 0;
        transform: translateY(8px);
    }

    .map-sidebar.sheet-full .map-vehicle-row[b-s0ts0482oa] {
        padding: .76rem .72rem;
        border-radius: 1rem;
    }

    .map-sidebar.sheet-full .map-vehicle-content[b-s0ts0482oa] {
        gap: .34rem;
    }

    .map-sidebar.sheet-full .map-vehicle-address[b-s0ts0482oa],
    .map-sidebar.sheet-full .map-vehicle-meta[b-s0ts0482oa] {
        opacity: 1;
        max-height: 2.2rem;
        transform: translateY(0);
    }

    body.mobile-tabbar-hidden .map-sidebar[b-s0ts0482oa] {
        bottom: .65rem;
    }

    body.mobile-tabbar-hidden .map-sidebar-detail[b-s0ts0482oa] {
        bottom: calc(.65rem + min(48%, 24rem) + .55rem);
    }

    .map-sidebar-detail[b-s0ts0482oa] {
        top: auto;
        left: .65rem;
        right: .65rem;
        bottom: calc(.65rem + min(48%, 24rem) + .55rem + var(--mobile-tabbar-space, 0px));
        width: auto;
        min-width: 0;
        height: min(42%, 20rem);
    }

    .map-detail-row.two-columns[b-s0ts0482oa] {
        grid-template-columns: 1fr;
    }

    .map-trip-times[b-s0ts0482oa] {
        grid-template-columns: 1fr;
    }

    .map-trip-metrics[b-s0ts0482oa] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: .28rem;
    }

    .map-trip-filters[b-s0ts0482oa] {
        gap: .28rem;
    }

    .map-trip-filter-chip[b-s0ts0482oa] {
        font-size: .64rem;
        min-height: 1.7rem;
        padding: 0 .2rem;
    }

    .map-trip-date-range[b-s0ts0482oa] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .map-trip-date-apply[b-s0ts0482oa] {
        grid-column: 1 / -1;
    }

    .map-right-toolbar[b-s0ts0482oa] {
        top: 44%;
        right: .65rem;
        transform: translateY(-50%);
        flex-direction: column;
        z-index: 15;
    }

    .map-right-toolbar-btn[b-s0ts0482oa] {
        width: 2.35rem;
        height: 2.35rem;
        font-size: .92rem;
        border-radius: .72rem;
    }

    .map-right-toolbar-panel[b-s0ts0482oa] {
        top: calc(4rem + 4.8rem);
        right: .65rem;
        left: auto;
        transform: none;
        width: min(18rem, 78vw);
        min-width: 0;
        max-height: min(42vh, 22rem);
    }
}

@media (max-width: 820px) and (hover: none) and (pointer: coarse) {
    /* En móvil nativo el detalle (panel seleccionado) debe mostrar completa la tarjeta de viaje */
    .map-sidebar.map-sidebar-selected[b-s0ts0482oa] {
        top: auto;
        left: .65rem;
        right: .65rem;
        bottom: max(.35rem, env(safe-area-inset-bottom, 0px));
        width: auto;
        min-width: 0;
        height: min(63vh, 28rem);
        max-height: 70vh;
        z-index: 10020;
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .map-sidebar.map-sidebar-selected .map-trip-section[b-s0ts0482oa] {
        min-width: 0;
    }

    /* Tarjetas de viaje con desplazamiento horizontal en detalle */
    .map-sidebar.map-sidebar-selected .map-trip-list[b-s0ts0482oa] {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: clamp(15.5rem, 82vw, 19rem);
        overflow-x: auto;
        overflow-y: hidden;
        gap: .55rem;
        padding-bottom: .2rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .map-sidebar.map-sidebar-selected .map-trip-card[b-s0ts0482oa] {
        width: 100%;
        min-width: 0;
        scroll-snap-align: start;
    }
}

.map-toolbox[b-s0ts0482oa] {
    position: absolute;
    top: 5rem;
    right: 1rem;
    height: calc(100% - 6rem);
    width: min(22rem, 28vw);
    min-width: 18rem;
    z-index: 5;
    transition: width .22s ease, min-width .22s ease;
}

.map-toolbox-card[b-s0ts0482oa] {
    height: 100%;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: opacity .22s ease, transform .22s ease;
}

.map-toolbox-toggle[b-s0ts0482oa] {
    position: absolute;
    left: -0.95rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.9rem;
    height: 3.2rem;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #475569;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
}

.map-toolbox-tabs[b-s0ts0482oa] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .4rem;
    padding: .9rem .9rem .5rem;
    border-bottom: 1px solid #e9edf5;
    background: rgba(255, 255, 255, 0.92);
}

.map-toolbox-tab[b-s0ts0482oa] {
    min-height: 2.2rem;
    border: 1px solid #dbe3f3;
    border-radius: .75rem;
    background: #fff;
    color: #475569;
    font-size: .82rem;
    font-weight: 600;
}

.map-toolbox-tab.active[b-s0ts0482oa] {
    border-color: var(--app-primary);
    background: rgba(37, 41, 132, 0.1);
    color: var(--app-primary);
}

.map-toolbox-content[b-s0ts0482oa] {
    padding: .95rem 1rem;
    overflow: auto;
}

.toolbox-title[b-s0ts0482oa] {
    margin: 0;
    font-size: .95rem;
    font-weight: 700;
    color: #1f2937;
}

.toolbox-text[b-s0ts0482oa] {
    margin: .45rem 0 0;
    font-size: .86rem;
    color: #64748b;
}

.settings-label[b-s0ts0482oa] {
    margin: .9rem 0 .45rem;
    font-size: .78rem;
    font-weight: 700;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.map-view-grid[b-s0ts0482oa] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .55rem;
}

.map-view-card[b-s0ts0482oa] {
    border: 1px solid #dbe3f3;
    border-radius: .8rem;
    background: #fff;
    padding: .45rem;
    display: grid;
    gap: .35rem;
    justify-items: center;
}

.map-view-card.active[b-s0ts0482oa] {
    border-color: var(--app-primary);
    box-shadow: 0 0 0 2px rgba(37, 41, 132, 0.12);
}

.map-view-thumb[b-s0ts0482oa] {
    width: 100%;
    height: 2.9rem;
    border-radius: .55rem;
    border: 1px solid rgba(148, 163, 184, .45);
    display: block;
    background-size: cover;
    background-position: center;
}

.thumb-roadmap[b-s0ts0482oa] {
    background-image: linear-gradient(145deg, #d8f0ca 0%, #e5e7eb 48%, #93c5fd 100%);
}

.thumb-terrain[b-s0ts0482oa] {
    background-image: linear-gradient(145deg, #8b9f69 0%, #6b7b4a 48%, #c4d4a2 100%);
}

.thumb-satellite[b-s0ts0482oa] {
    background-image: linear-gradient(145deg, #2b3a24 0%, #1f2937 52%, #374151 100%);
}

.thumb-hybrid[b-s0ts0482oa] {
    background-image:
        linear-gradient(145deg, rgba(24, 32, 20, .92) 0%, rgba(17, 24, 39, .96) 60%, rgba(30, 41, 59, .98) 100%),
        repeating-linear-gradient(90deg, rgba(148, 163, 184, .3) 0 1px, transparent 1px 14px);
}

.map-view-name[b-s0ts0482oa] {
    font-size: .75rem;
    font-weight: 600;
    color: #334155;
}

.map-switch[b-s0ts0482oa] {
    display: flex;
    align-items: center;
    gap: .55rem;
    margin-top: .5rem;
    font-size: .84rem;
    color: #334155;
}

.map-switch input[b-s0ts0482oa] {
    accent-color: var(--app-primary);
}

.map-range[b-s0ts0482oa] {
    width: 100%;
    accent-color: var(--app-primary);
}

.marker-style-grid[b-s0ts0482oa] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .45rem;
}

.marker-style-card[b-s0ts0482oa] {
    border: 1px solid #dbe3f3;
    border-radius: .8rem;
    background: #fff;
    min-height: 3.7rem;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: .1rem;
    padding: .35rem .2rem;
}

.marker-style-card.active[b-s0ts0482oa] {
    border-color: var(--app-primary);
    box-shadow: 0 0 0 2px rgba(37, 41, 132, 0.12);
    background: rgba(255, 255, 255, 0.95);
}

.marker-style-preview[b-s0ts0482oa] {
    width: 1.4rem;
    height: .62rem;
    border-radius: .35rem;
    position: relative;
    background: #5b6cf0;
}

.marker-style-preview[b-s0ts0482oa]::before,
.marker-style-preview[b-s0ts0482oa]::after {
    content: "";
    position: absolute;
    bottom: -.22rem;
    width: .27rem;
    height: .27rem;
    border-radius: 50%;
    background: #0f172a;
}

.marker-style-preview[b-s0ts0482oa]::before {
    left: .2rem;
}

.marker-style-preview[b-s0ts0482oa]::after {
    right: .2rem;
}

.marker-style-preview-sedan[b-s0ts0482oa] {
    background: linear-gradient(180deg, #6a7bf8 0%, #4f60d8 100%);
}

.marker-style-preview-convertible[b-s0ts0482oa] {
    border-radius: .35rem .35rem .2rem .2rem;
    background: linear-gradient(180deg, #f97316 0%, #ea580c 100%);
}

.marker-style-preview-batmobile[b-s0ts0482oa] {
    width: 1.52rem;
    height: .6rem;
    border-radius: .22rem;
    background: linear-gradient(180deg, #334155 0%, #0f172a 100%);
}

.marker-style-name[b-s0ts0482oa] {
    font-size: .69rem;
    font-weight: 600;
    color: #334155;
}

.map-toolbox.is-collapsed[b-s0ts0482oa] {
    width: 1rem;
    min-width: 1rem;
}

.map-toolbox.is-collapsed .map-toolbox-card[b-s0ts0482oa] {
    opacity: 0;
    transform: translateX(12px);
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .map-toolbox[b-s0ts0482oa] {
        display: none;
    }
}

/* Estilos del panel de vehículos integrados desde MapVehiclePanel.razor.css */

.mvp-panel[b-s0ts0482oa] {
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
    height: calc(100vh - 5rem);
    width: 18rem;
    background: rgba(245, 245, 247, 0.92);
    border-radius: 1.7rem;
    border: 1.5px solid rgba(210, 210, 215, 0.7);
    box-shadow: 0 16px 40px 0 rgba(30, 34, 40, 0.18), 0 1.5px 6px 0 rgba(60, 60, 67, 0.07);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    transition: box-shadow 0.18s cubic-bezier(.4,0,.2,1), background 0.18s cubic-bezier(.4,0,.2,1);
}

.mvp-panel.is-collapsed[b-s0ts0482oa] {
    width: 3.2rem;
    min-width: 3.2rem;
}

.mvp-toggle[b-s0ts0482oa] {
    position: absolute;
    top: 1rem;
    right: -1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(255,255,255,0.85);
    border: 1.5px solid #e5e7eb;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(30, 34, 40, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1003;
    transition: right 0.2s cubic-bezier(.4,0,.2,1);
}

.mvp-panel.is-collapsed .mvp-card[b-s0ts0482oa] {
    display: none;
}

.mvp-card[b-s0ts0482oa] {
    flex: 1 1 auto;
    min-height: 0;
    max-height: 100%;
    overflow-y: auto;
    padding: 1.2rem 0.7rem 1.2rem 1.2rem;
    box-sizing: border-box;
}

.mvp-search[b-s0ts0482oa] {
    background: rgba(240,240,245,0.85);
    border-radius: 1.1rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1.5px 6px 0 rgba(60, 60, 67, 0.07);
}

.mvp-search input[type="search"][b-s0ts0482oa] {
    font-size: 1.05rem;
    color: #222;
    background: transparent;
}

.cvl-header[b-s0ts0482oa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.cvl-title[b-s0ts0482oa] {
    font-weight: 600;
    font-size: 1.1rem;
}

.cvl-badge[b-s0ts0482oa] {
    background: #e5e7eb;
    color: #222;
    border-radius: 1.1rem;
    padding: 0 0.7em;
    font-size: 1em;
    font-weight: 600;
}

.cvl-empty[b-s0ts0482oa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #b0b0b0;
    font-size: 1.1rem;
    margin: 2rem 0;
}

.cvl-list[b-s0ts0482oa] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cvl-item[b-s0ts0482oa] {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f3f4f6;
    gap: 0.7rem;
    background: rgba(255,255,255,0.7);
    margin-bottom: 0.5rem;
    box-shadow: 0 1.5px 6px 0 rgba(60, 60, 67, 0.07);
    border: 1px solid rgba(230,230,235,0.5);
    padding: 0.7rem 0.9rem;
    transition: background 0.15s;
}

.cvl-item:hover[b-s0ts0482oa] {
    background: rgba(230, 230, 235, 0.45);
}

.cvl-name[b-s0ts0482oa] {
    font-weight: 600;
    font-size: 1.08em;
    color: #1a1a1a;
    letter-spacing: 0.01em;
}

.cvl-address[b-s0ts0482oa] {
    color: #6e6e73;
    font-size: 0.97em;
}

.cvl-speed[b-s0ts0482oa] {
    color: #0071e3;
    font-weight: 600;
    font-size: 1em;
}

/* --- Estilo elegante tipo Apple para el panel de vehículos --- */

/* Header y menú desplegable de vehículos */


.mvp-toggle[b-s0ts0482oa] {
    display: flex;
    align-items: center;
    gap: 0.7em;
    font-size: 1.1em;
    font-weight: 600;
    background: rgba(255,255,255,0.85);
    border: 1.5px solid #e5e7eb;
    border-radius: 1.2rem;
    box-shadow: 0 4px 16px rgba(30, 34, 40, 0.10);
    padding: 0.7em 1.3em;
    cursor: pointer;
    transition: box-shadow 0.18s, background 0.18s;
}

.mvp-toggle-label[b-s0ts0482oa] {
    margin-left: 0.5em;
    font-size: 1.08em;
    color: #1a1a1a;
}

.mvp-panel-dropdown[b-s0ts0482oa] {
    position: absolute;
    top: 4.5rem;
    left: 2.5rem;
    width: 20rem;
    max-height: calc(100vh - 6rem);
    background: rgba(245, 245, 247, 0.97);
    border-radius: 1.7rem;
    border: 1.5px solid rgba(210, 210, 215, 0.7);
    box-shadow: 0 16px 40px 0 rgba(30, 34, 40, 0.18), 0 1.5px 6px 0 rgba(60, 60, 67, 0.07);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    z-index: 1005;
    display: block;
    transition: opacity 0.18s, transform 0.18s;
    opacity: 1;
    pointer-events: auto;
}

.mvp-panel-dropdown.is-collapsed[b-s0ts0482oa] {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    display: block !important;
}

/* Ajuste para el contenido del panel */
.mvp-panel-dropdown .mvp-card[b-s0ts0482oa] {
    max-height: calc(100vh - 8rem);
    overflow-y: auto;
}
/* /Pages/Register.razor.rz.scp.css */
.login-page-shell[b-ebok93988l] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at top left, rgba(179, 33, 33, 0.08), transparent 24%),
        linear-gradient(180deg, #f8f6f4 0%, #f2efeb 100%);
}

.login-header[b-ebok93988l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem clamp(1.25rem, 3vw, 2.5rem);
}

.login-header-logo[b-ebok93988l] {
    width: clamp(10rem, 16vw, 12.75rem);
    height: auto;
    object-fit: contain;
}

.login-header-spider-logo[b-ebok93988l] {
    width: clamp(7.5rem, 12vw, 10rem);
    height: auto;
    object-fit: contain;
}

.login-main[b-ebok93988l] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0 2.5rem;
}

.login-form-wrap[b-ebok93988l] {
    max-width: 33rem;
}

.login-panel[b-ebok93988l] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f8f8f8 100%);
    border: 1px solid rgba(160, 160, 160, 0.2);
    border-radius: 1.4rem;
    padding: 2.5rem 2.15rem;
    box-shadow:
        0 1.2rem 2.5rem rgba(29, 29, 29, 0.12),
        0 0.35rem 0.8rem rgba(29, 29, 29, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.login-logo[b-ebok93988l] {
    width: 3.75rem;
    height: 3.75rem;
    object-fit: contain;
}

.login-brand[b-ebok93988l] {
    width: min(15rem, 78%);
    height: auto;
    display: block;
    margin: 0 auto;
}

.login-apple-input-group[b-ebok93988l] {
    display: flex;
    align-items: center;
    gap: .85rem;
    min-height: 3.7rem;
    padding: .55rem 1.1rem;
    border-radius: 999px;
    border: 1px solid #d2d6dc;
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 0.35rem 0.8rem rgba(19, 28, 45, 0.06);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.login-apple-input-group:focus-within[b-ebok93988l] {
    border-color: rgba(37, 41, 132, 0.45);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        0 0 0 0.25rem rgba(37, 41, 132, 0.12),
        0 0.45rem 0.9rem rgba(19, 28, 45, 0.08);
    transform: translateY(-1px);
}

.login-apple-input-icon[b-ebok93988l] {
    color: #7c8695;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.login-apple-input[b-ebok93988l] {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: #1f2937;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .01em;
    min-width: 0;
}

.login-apple-input[b-ebok93988l]::placeholder {
    color: #9aa3af;
    font-weight: 400;
}

.login-apple-input-group-password[b-ebok93988l] {
    padding-right: .45rem;
}

.login-apple-toggle[b-ebok93988l] {
    border: 0;
    background: transparent;
    color: #6f7a88;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s ease, color .2s ease;
}

.login-apple-toggle:hover[b-ebok93988l],
.login-apple-toggle:focus[b-ebok93988l] {
    background: rgba(37, 41, 132, 0.08);
    color: var(--app-primary);
}

.login-slogan[b-ebok93988l] {
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #8f1a1a 0%, #b32121 45%, #db4437 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.client-logo-label[b-ebok93988l] {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6c757d;
}

.client-logo[b-ebok93988l] {
    width: min(12rem, 74%);
    height: auto;
    max-height: 4rem;
    object-fit: contain;
}

.selected-account[b-ebok93988l] {
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .03em;
    color: #3d4f64;
}

.btn-apple-continue[b-ebok93988l] {
    height: 3.45rem;
    margin-top: 1.6rem;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 24%),
        linear-gradient(180deg, var(--app-primary-light) 0%, var(--app-primary) 100%);
    border: 1px solid var(--app-primary);
    color: #fff;
    font-weight: 600;
    letter-spacing: .03em;
    box-shadow:
        0 0.95rem 1.5rem rgba(37, 41, 132, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-apple-continue:hover[b-ebok93988l],
.btn-apple-continue:focus[b-ebok93988l],
.btn-apple-continue:active[b-ebok93988l] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 24%),
        linear-gradient(180deg, var(--app-primary-light-hover) 0%, var(--app-primary-hover) 100%);
    border-color: var(--app-primary-hover);
    color: #fff;
    transform: translateY(-1px);
}

.login-divider[b-ebok93988l] {
    position: relative;
    text-align: center;
}

.login-divider[b-ebok93988l]::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid #dee2e6;
}

.login-divider span[b-ebok93988l] {
    position: relative;
    background: #fbfbfb;
    padding: 0 .75rem;
    color: #6c757d;
    font-size: .9rem;
}

.login-footer[b-ebok93988l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.15rem clamp(1.25rem, 4vw, 2.75rem) 1.35rem;
    background: linear-gradient(180deg, #31379a 0%, var(--app-primary) 100%);
    color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 -0.35rem 1rem rgba(0, 0, 0, 0.08);
}

.login-footer-links[b-ebok93988l] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.login-footer-link[b-ebok93988l] {
    color: rgba(255, 255, 255, 0.95);
    font-size: .92rem;
    font-weight: 500;
    text-decoration: none;
}

.login-footer-link:hover[b-ebok93988l],
.login-footer-link:focus[b-ebok93988l] {
    color: #fff;
    text-decoration: underline;
}

.login-footer-copy[b-ebok93988l] {
    color: rgba(255, 255, 255, 0.82);
    font-size: .88rem;
}

.btn-entrar[b-ebok93988l] {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.16) 100%),
        linear-gradient(180deg, var(--app-primary-light) 0%, var(--app-primary) 100%);
    border-color: var(--app-primary);
    color: #fff;
}

.btn-entrar:hover[b-ebok93988l],
.btn-entrar:focus[b-ebok93988l],
.btn-entrar:active[b-ebok93988l] {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.2) 100%),
        linear-gradient(180deg, var(--app-primary-light-hover) 0%, var(--app-primary-hover) 100%);
    border-color: var(--app-primary-hover);
    color: #fff;
}

.btn-registrar[b-ebok93988l] {
    height: 3.45rem;
    margin-top: 1.6rem;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.16) 100%),
        linear-gradient(180deg, var(--app-primary-light) 0%, var(--app-primary) 100%);
    border: 1px solid var(--app-primary);
    color: #fff;
    font-weight: 600;
    letter-spacing: .03em;
    box-shadow:
        0 0.95rem 1.5rem rgba(37, 41, 132, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-registrar:hover[b-ebok93988l],
.btn-registrar:focus[b-ebok93988l],
.btn-registrar:active[b-ebok93988l] {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.2) 100%),
        linear-gradient(180deg, var(--app-primary-light-hover) 0%, var(--app-primary-hover) 100%);
    border-color: var(--app-primary-hover);
    color: #fff;
    transform: translateY(-1px);
}

    text-transform: uppercase;
    background: linear-gradient(90deg, #8f1a1a 0%, #b32121 45%, #db4437 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;[b-ebok93988l]
}

.register-divider[b-ebok93988l] {
    position: relative;
    text-align: center;
}

.register-divider[b-ebok93988l]::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid #dee2e6;
}

.register-divider span[b-ebok93988l] {
    position: relative;
    background: rgba(255, 255, 255, 0.93);
    padding: 0 .75rem;
    color: #6c757d;
    font-size: .9rem;
}

.social-btn[b-ebok93988l] {
    height: 2.9rem;
    font-weight: 500;
    border: 0;
    color: #fff;
}

.social-btn:hover[b-ebok93988l],
.social-btn:focus[b-ebok93988l],
.social-btn:active[b-ebok93988l] {
    color: #fff !important;
}

.btn-registrar[b-ebok93988l] {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.16) 100%),
        linear-gradient(180deg, var(--app-primary-light) 0%, var(--app-primary) 100%);
    border-color: var(--app-primary);
    color: #fff;
}

.btn-registrar:hover[b-ebok93988l],
.btn-registrar:focus[b-ebok93988l],
.btn-registrar:active[b-ebok93988l] {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.2) 100%),
        linear-gradient(180deg, var(--app-primary-light-hover) 0%, var(--app-primary-hover) 100%);
    border-color: var(--app-primary-hover);
    color: #fff;
}

.social-btn-gmail[b-ebok93988l] {
    background: #db4437;
}

.social-btn-gmail:hover[b-ebok93988l],
.social-btn-gmail:focus[b-ebok93988l],
.social-btn-gmail:active[b-ebok93988l] {
    background: #c53a2f;
}

.social-btn-apple[b-ebok93988l] {
    background: #111;
}

.social-btn-apple:hover[b-ebok93988l],
.social-btn-apple:focus[b-ebok93988l],
.social-btn-apple:active[b-ebok93988l] {
    background: #000;
}

.social-icon[b-ebok93988l] {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

@media (max-width: 991.98px) {
    .register-bg-page[b-ebok93988l] {
        background-image: none;
        background-color: #fff;
        background:
            radial-gradient(circle at 12% 10%, rgba(219, 68, 55, 0.08), transparent 28%),
            radial-gradient(circle at 88% 90%, rgba(219, 68, 55, 0.06), transparent 30%),
            linear-gradient(180deg, rgba(219, 68, 55, 0.03) 0%, rgba(255, 255, 255, 0) 22%),
            #fff;
    }

    .register-form-side[b-ebok93988l] {
        align-items: center !important;
        justify-content: center !important;
        padding: 1rem 0;
    }

    .register-panel[b-ebok93988l] {
        background: transparent;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        backdrop-filter: none;
        padding: 0;
    }

    .register-form-wrap[b-ebok93988l] {
        max-width: 24rem;
        width: 100%;
        margin-left: 0 !important;
        transform: translateY(-5rem);
    }

    .register-divider span[b-ebok93988l] {
        background: #fff;
    }
}
/* /Pages/Settings.razor.rz.scp.css */
.settings-page[b-1cdb0eno59] {
    max-width: 980px;
}

.settings-header h1[b-1cdb0eno59] {
    font-weight: 700;
    color: #1f2937;
}

.settings-grid[b-1cdb0eno59] {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
}

.settings-card[b-1cdb0eno59] {
    grid-column: span 6;
    background: #fff;
    border: 1px solid #e8edf7;
    border-radius: .9rem;
    padding: 1rem 1rem 1.1rem;
}

.avatar-preview[b-1cdb0eno59] {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background: #eef2ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 700;
    color: #2c4ae4;
}

.avatar-preview img[b-1cdb0eno59] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.settings-card h2[b-1cdb0eno59] {
    color: #2c4ae4;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .settings-card[b-1cdb0eno59] {
        grid-column: span 6;
    }
}

@media (max-width: 640.98px) {
    .settings-card[b-1cdb0eno59] {
        grid-column: span 12;
    }
}
/* /Pages/SpiderSupport.razor.rz.scp.css */
.support-hero-glass[b-108sbkm7mw] {
    position: relative;
    border-radius: 1.2rem;
    padding: 1.15rem 1.25rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.56));
    border: 1px solid rgba(226, 232, 240, 0.7);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.support-hero-kicker[b-108sbkm7mw] {
    display: inline-block;
    font-size: 0.72rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-weight: 700;
    color: #1d4ed8;
    margin-bottom: 0.25rem;
}

.support-hero-title[b-108sbkm7mw] {
    color: #0f172a;
    font-weight: 700;
    font-size: clamp(1.3rem, 1.1rem + 0.8vw, 1.8rem);
    line-height: 1.2;
}

.support-hero-subtitle[b-108sbkm7mw] {
    color: #475569;
    font-size: 0.96rem;
}

.support-hero-meta[b-108sbkm7mw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.support-hero-pill[b-108sbkm7mw] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(191, 219, 254, 0.85);
    color: #1e3a8a;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.3rem 0.7rem;
}

.support-hero-btn[b-108sbkm7mw] {
    border-radius: 0.8rem;
    border: 1px solid rgba(29, 78, 216, 0.22);
    background: linear-gradient(180deg, rgba(37, 99, 235, 0.88), rgba(29, 78, 216, 0.86));
    color: #ffffff;
    font-weight: 700;
    padding: 0.55rem 0.95rem;
    box-shadow: 0 10px 22px rgba(29, 78, 216, 0.18);
    transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.support-hero-btn:hover[b-108sbkm7mw] {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(29, 78, 216, 0.22);
}

.support-hero-btn:disabled[b-108sbkm7mw] {
    opacity: 0.65;
    transform: none;
}

.support-hero-warning[b-108sbkm7mw] {
    border-radius: 0.75rem;
    padding: 0.65rem 0.8rem;
    background: rgba(254, 249, 195, 0.56);
    border: 1px solid rgba(253, 224, 71, 0.6);
    color: #854d0e;
    font-size: 0.9rem;
}

.crystal-glass-search-wrap[b-108sbkm7mw] {
    width: 100%;
    position: relative;
    margin-bottom: 0.5rem;
}

.crystal-glass-search[b-108sbkm7mw] {
    border-radius: 0.7rem;
    border: 1px solid rgba(203,213,225,0.7);
    background: rgba(255,255,255,0.82);
    font-size: 1rem;
    padding: .62rem 1.1rem;
    box-shadow: 0 2px 8px rgba(30,41,59,0.06);
    color: #222b3a;
    transition: border-color .18s;
}

.crystal-glass-search:focus[b-108sbkm7mw] {
    border-color: #2563eb;
    outline: none;
    background: rgba(255,255,255,0.98);
}
.crystal-glass-table[b-108sbkm7mw] {
    background: rgba(255,255,255,0.72);
    border-radius: 1.1rem;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.12);
    overflow: visible;
    border-collapse: separate;
    border-spacing: 0;
}

.table-responsive[b-108sbkm7mw] {
    overflow-x: auto;
    overflow-y: visible;
}

.crystal-glass-thead > tr > th[b-108sbkm7mw] {
    background: rgba(255,255,255,0.38);
    font-weight: 700;
    color: #334155;
    border-bottom: 2px solid rgba(226,232,240,0.7);
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: .92rem;
    padding-top: .85rem;
    padding-bottom: .85rem;
    text-align: center;
}

.crystal-sort-btn[b-108sbkm7mw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .34rem;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    padding: 0;
    line-height: 1.2;
    width: 100%;
}

.crystal-sort-btn:hover[b-108sbkm7mw] {
    color: #1e40af;
}

.crystal-sort-btn:focus-visible[b-108sbkm7mw] {
    outline: 2px solid rgba(37, 99, 235, 0.5);
    outline-offset: 3px;
    border-radius: .35rem;
}

.crystal-glass-table tbody > tr[b-108sbkm7mw] {
    border-top: 1px solid rgba(226,232,240,0.32);
    transition: background .18s;
    position: relative;
    z-index: 1;
}

.crystal-glass-table tbody > tr:hover[b-108sbkm7mw] {
    background: rgba(226,232,240,0.22);
}

.crystal-glass-table td[b-108sbkm7mw], .crystal-glass-table th[b-108sbkm7mw] {
    padding: .72rem .95rem;
    vertical-align: middle;
}

.support-actions-cell[b-108sbkm7mw],
.support-desktop-actions[b-108sbkm7mw] {
    position: relative;
    overflow: visible;
}

.support-actions-cell[b-108sbkm7mw] {
    z-index: 30;
}

.support-desktop-actions[b-108sbkm7mw] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .4rem;
    flex-wrap: nowrap;
}

.support-desktop-action-btn[b-108sbkm7mw] {
    border-radius: .62rem;
    border: 1px solid rgba(148, 163, 184, 0.5);
    background: rgba(255, 255, 255, 0.9);
    color: #1e293b;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.1;
    padding: .36rem .56rem;
}

.support-desktop-action-btn:hover[b-108sbkm7mw] {
    border-color: rgba(59, 130, 246, 0.5);
    color: #1d4ed8;
}

.support-desktop-action-btn-danger[b-108sbkm7mw] {
    border-color: rgba(248, 113, 113, 0.48);
    color: #b91c1c;
}

.support-desktop-action-btn-danger:hover[b-108sbkm7mw] {
    border-color: rgba(239, 68, 68, 0.7);
    color: #991b1b;
}

.crystal-pagination-wrap[b-108sbkm7mw] {
    position: relative;
    z-index: 1;
}

.crystal-glass-table td[b-108sbkm7mw] {
    font-size: .97rem;
    color: #222b3a;
}

.crystal-glass-table .badge[b-108sbkm7mw] {
    font-size: .82rem;
    padding: .38em .82em;
    border-radius: .7em;
    font-weight: 700;
}

.crystal-pagination-wrap[b-108sbkm7mw] {
    margin-top: .8rem;
    padding-top: .7rem;
    border-top: 1px solid rgba(226, 232, 240, 0.66);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .6rem;
}

.crystal-pagination-meta[b-108sbkm7mw] {
    font-size: .82rem;
    color: #475569;
    font-weight: 600;
}

.crystal-pagination-controls[b-108sbkm7mw] {
    display: flex;
    align-items: center;
    gap: .4rem;
    flex-wrap: wrap;
}

.crystal-page-btn[b-108sbkm7mw] {
    border-radius: .65rem;
    border: 1px solid rgba(203, 213, 225, 0.92);
    background: rgba(255, 255, 255, 0.82);
    color: #1e293b;
    font-weight: 700;
    padding: .32rem .62rem;
}

.crystal-page-btn:hover:not(:disabled)[b-108sbkm7mw] {
    border-color: rgba(37, 99, 235, 0.56);
    color: #1d4ed8;
}

.crystal-page-btn:disabled[b-108sbkm7mw] {
    opacity: .45;
}

.crystal-page-indicator[b-108sbkm7mw] {
    font-size: .82rem;
    color: #334155;
    font-weight: 700;
    padding: 0 .25rem;
}

.vehicle-card[b-108sbkm7mw] {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.75rem;
}

.vehicle-card:hover[b-108sbkm7mw] {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12) !important;
}

.vehicle-info-item[b-108sbkm7mw] {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 0.75rem;
}

.vehicle-info-item:last-child[b-108sbkm7mw] {
    border-bottom: none;
    padding-bottom: 0;
}

.vehicle-card .card-header[b-108sbkm7mw] {
    background: linear-gradient(135deg, #f5f7fa 0%, #f0f2f5 100%) !important;
}

.vehicle-card .card-title[b-108sbkm7mw] {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
}

.vehicle-card .badge[b-108sbkm7mw] {
    font-size: 0.75rem;
    padding: 0.35rem 0.6rem;
    font-weight: 500;
}

.vehicle-card .dropdown-menu[b-108sbkm7mw] {
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}

.vehicle-card .dropdown-item[b-108sbkm7mw] {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    color: #4b5563;
}

.vehicle-card .dropdown-item:hover[b-108sbkm7mw],
.vehicle-card .dropdown-item:focus[b-108sbkm7mw] {
    background: #f3f6fb;
    color: var(--app-primary);
}

.vehicle-card .dropdown-item.text-danger:hover[b-108sbkm7mw],
.vehicle-card .dropdown-item.text-danger:focus[b-108sbkm7mw] {
    background: #fee;
    color: #dc3545;
}

.vehicle-card .card-footer[b-108sbkm7mw] {
    background: linear-gradient(135deg, #fafbfc 0%, #f5f6f7 100%) !important;
    border-top: 1px solid #e5e7eb;
}

.support-floating-form-host[b-108sbkm7mw] {
    position: fixed;
    inset: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    padding: 1rem;
    pointer-events: none;
}

.support-floating-form[b-108sbkm7mw] {
    width: min(520px, calc(100vw - 2.2rem));
    margin: 0;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, .82);
    background: linear-gradient(145deg, rgba(255, 255, 255, .84), rgba(255, 255, 255, .72));
    box-shadow: 0 20px 40px rgba(15, 23, 42, .16);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    pointer-events: auto;
}

.support-floating-form .card-header[b-108sbkm7mw] {
    background: rgba(248, 250, 252, .74) !important;
    border-bottom: 1px solid rgba(226, 232, 240, .82);
}

.support-floating-form-body[b-108sbkm7mw] {
    max-height: calc(100vh - 11rem);
    overflow: auto;
}

.support-mobile-action-rail[b-108sbkm7mw] {
    display: none;
}

.support-mobile-inline-details[b-108sbkm7mw] {
    display: none;
}

@media (max-width: 991px) {
    .support-floating-form-host[b-108sbkm7mw] {
        padding: .8rem;
        justify-content: center;
        align-items: center;
    }

    .support-floating-form[b-108sbkm7mw] {
        width: min(520px, calc(100vw - 1.6rem));
    }

    .support-floating-form-body[b-108sbkm7mw] {
        max-height: min(56vh, 540px);
    }
}

@media (min-width: 992px) {
    .support-hero-glass[b-108sbkm7mw] {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.46));
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }
}

@media (max-width: 768px) {
    .support-hero-glass[b-108sbkm7mw] {
        padding: 1rem .95rem;
        border-radius: 1rem;
    }

    .support-hero-head[b-108sbkm7mw] {
        gap: .65rem !important;
    }

    .support-hero-title[b-108sbkm7mw] {
        font-size: 1.28rem;
        margin-bottom: .2rem !important;
    }

    .support-hero-subtitle[b-108sbkm7mw] {
        font-size: .9rem;
    }

    .support-hero-btn[b-108sbkm7mw] {
        width: 100%;
        justify-content: center;
        padding: .62rem .9rem;
    }

    .table-responsive[b-108sbkm7mw] {
        overflow-x: visible;
    }

    .crystal-glass-table[b-108sbkm7mw],
    .crystal-glass-table tbody[b-108sbkm7mw],
    .crystal-glass-table tr[b-108sbkm7mw],
    .crystal-glass-table td[b-108sbkm7mw] {
        display: block;
        width: 100%;
    }

    .crystal-glass-thead[b-108sbkm7mw] {
        display: none;
    }

    .crystal-glass-table[b-108sbkm7mw] {
        background: transparent;
        box-shadow: none;
        --bs-table-bg: transparent;
        --bs-table-striped-bg: transparent;
        --bs-table-active-bg: transparent;
        --bs-table-hover-bg: transparent;
        --bs-table-accent-bg: transparent;
    }

    .crystal-glass-table > :not(caption) > * > *[b-108sbkm7mw] {
        --bs-table-accent-bg: transparent !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .crystal-glass-table.table-hover > tbody > tr:hover > *[b-108sbkm7mw],
    .crystal-glass-table > tbody > tr:active > *[b-108sbkm7mw],
    .crystal-glass-table > tbody > tr:focus > *[b-108sbkm7mw],
    .crystal-glass-table > tbody > tr:focus-within > *[b-108sbkm7mw] {
        --bs-table-accent-bg: transparent !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .crystal-glass-table tbody[b-108sbkm7mw] {
        display: grid;
        gap: .85rem;
        overflow: visible;
    }

    .crystal-glass-table tbody > tr[b-108sbkm7mw] {
        --support-mobile-reveal: 5.1rem;
        border: 1px solid rgba(226, 232, 240, 0.82);
        border-radius: 1rem;
        padding: .7rem .8rem;
        background: rgba(255, 255, 255, 0.76);
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
        overflow: hidden;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto auto;
        grid-template-areas:
            "name name name"
            "status active last"
            "status active last"
            "details details details";
        gap: .38rem .5rem;
        align-items: center;
        position: relative;
        transition: background .18s ease, box-shadow .18s ease;
        touch-action: pan-y;
    }

    .crystal-glass-table tbody > tr.support-mobile-actions-open td:not(.support-actions-cell)[b-108sbkm7mw] {
        left: calc(-1 * var(--support-mobile-reveal));
    }

    .crystal-glass-table tbody > tr.support-mobile-actions-open[b-108sbkm7mw] {
        box-shadow: none;
    }

    .crystal-glass-table tbody > tr.support-mobile-actions-open[b-108sbkm7mw],
    .crystal-glass-table tbody > tr.support-mobile-actions-open *[b-108sbkm7mw] {
        text-shadow: none !important;
        filter: none !important;
        -webkit-filter: none !important;
    }

    .crystal-glass-table tbody > tr:hover[b-108sbkm7mw] {
        background: rgba(255, 255, 255, 0.88);
    }

    .crystal-glass-table tbody > tr:active[b-108sbkm7mw],
    .crystal-glass-table tbody > tr:focus[b-108sbkm7mw],
    .crystal-glass-table tbody > tr:focus-within[b-108sbkm7mw] {
        background: rgba(255, 255, 255, 0.76);
        box-shadow: none !important;
    }

    .crystal-glass-table td[b-108sbkm7mw] {
        display: block;
        width: auto;
        min-width: 0;
        padding: 0;
        border: 0;
        text-align: left;
        white-space: normal;
        overflow-wrap: anywhere;
        position: relative;
        left: 0;
        transition: left .22s ease;
        text-shadow: none;
    }

    .crystal-glass-table tbody > tr[b-108sbkm7mw],
    .crystal-glass-table tbody > tr *[b-108sbkm7mw] {
        -webkit-tap-highlight-color: transparent;
    }

    .crystal-glass-table tbody > tr[b-108sbkm7mw],
    .crystal-glass-table tbody > tr *[b-108sbkm7mw] {
        -webkit-user-select: none;
        user-select: none;
    }

    .crystal-glass-table tbody > tr *[b-108sbkm7mw]::selection {
        background: transparent;
        color: inherit;
    }

    .crystal-glass-table td *[b-108sbkm7mw] {
        text-shadow: none !important;
    }

    .crystal-glass-table td[b-108sbkm7mw]::before {
        content: attr(data-label);
        color: #475569;
        font-size: .74rem;
        font-weight: 800;
        letter-spacing: .05em;
        text-transform: uppercase;
        line-height: 1.35;
    }

    .support-cell-name[b-108sbkm7mw] {
        grid-area: name;
        font-size: .98rem;
        font-weight: 700;
        color: #0f172a;
        line-height: 1.2;
    }

    .support-cell-name[b-108sbkm7mw]::before,
    .support-cell-plate[b-108sbkm7mw]::before,
    .support-cell-status[b-108sbkm7mw]::before,
    .support-cell-active[b-108sbkm7mw]::before,
    .support-cell-last-connection[b-108sbkm7mw]::before,
    .support-actions-cell[b-108sbkm7mw]::before {
        display: none;
    }

    .support-cell-plate[b-108sbkm7mw] {
        color: #64748b;
        font-size: .82rem;
        line-height: 1.15;
    }

    .support-cell-status[b-108sbkm7mw] {
        grid-area: status;
    }

    .support-cell-active[b-108sbkm7mw] {
        grid-area: active;
        justify-self: end;
    }

    .support-cell-last-connection[b-108sbkm7mw] {
        grid-area: last;
        color: #475569;
        font-size: .76rem;
        line-height: 1.1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        justify-self: end;
    }

    .support-cell-status > span[b-108sbkm7mw],
    .support-cell-last-connection > span[b-108sbkm7mw] {
        display: inline-flex;
        align-items: center;
        min-height: 1.35rem;
        padding: .08rem .38rem;
        border-radius: 999px;
        background: rgba(241, 245, 249, 0.9);
        color: #334155;
        font-size: .66rem;
        font-weight: 700;
        max-width: 100%;
        line-height: 1.05;
    }

    .support-cell-last-connection > span[b-108sbkm7mw] {
        justify-content: flex-end;
    }

    .support-cell-active .badge[b-108sbkm7mw] {
        font-size: .66rem;
        padding: .28rem .46rem;
        line-height: 1.05;
    }

    .support-mobile-hidden[b-108sbkm7mw] {
        display: none !important;
    }

    .support-actions-cell[b-108sbkm7mw] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: var(--support-mobile-reveal);
        display: flex;
        align-items: stretch;
        justify-content: flex-end;
        padding: .45rem .4rem .45rem 0;
    }

    .support-desktop-actions[b-108sbkm7mw] {
        justify-self: end;
    }

    .support-desktop-actions[b-108sbkm7mw] {
        display: none;
    }

    .support-mobile-action-rail[b-108sbkm7mw] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: .38rem;
        align-items: stretch;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        transition: opacity .18s ease;
    }

    .crystal-glass-table tbody > tr.support-mobile-actions-open .support-mobile-action-rail[b-108sbkm7mw] {
        opacity: 1;
        pointer-events: auto;
    }

    .support-mobile-action-btn[b-108sbkm7mw] {
        width: 100%;
        min-height: 2.15rem;
        border: 0;
        border-radius: .8rem;
        background: #2563eb;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: none !important;
        outline: none;
    }

    .support-mobile-action-btn-secondary[b-108sbkm7mw] {
        background: #0f766e;
        box-shadow: none !important;
    }

    .support-mobile-action-btn:active[b-108sbkm7mw],
    .support-mobile-action-btn:focus[b-108sbkm7mw],
    .support-mobile-action-btn:focus-visible[b-108sbkm7mw] {
        filter: none;
        -webkit-filter: none;
        box-shadow: none !important;
        outline: none;
    }

    .support-mobile-action-btn-secondary:active[b-108sbkm7mw],
    .support-mobile-action-btn-secondary:focus[b-108sbkm7mw],
    .support-mobile-action-btn-secondary:focus-visible[b-108sbkm7mw] {
        box-shadow: none !important;
    }

    @media (hover: none) and (pointer: coarse) {
        .crystal-glass-table tbody > tr:hover[b-108sbkm7mw] {
            background: rgba(255, 255, 255, 0.76);
        }

        .support-mobile-action-btn:hover[b-108sbkm7mw],
        .support-mobile-action-btn-secondary:hover[b-108sbkm7mw] {
            filter: none;
            -webkit-filter: none;
        }
    }

    .support-mobile-inline-details[b-108sbkm7mw] {
        display: none;
        grid-area: details;
        margin-top: .35rem;
        padding-top: .6rem;
        border-top: 1px solid rgba(226, 232, 240, 0.6);
    }

    .support-mobile-inline-details.support-mobile-inline-details-open[b-108sbkm7mw] {
        display: block;
    }

    .support-mobile-details-grid[b-108sbkm7mw] {
        display: grid;
        gap: .5rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .support-mobile-detail-item[b-108sbkm7mw] {
        display: grid;
        gap: .15rem;
        min-width: 0;
    }

    .support-mobile-detail-label[b-108sbkm7mw] {
        color: #64748b;
        font-size: .67rem;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .support-desktop-action-btn[b-108sbkm7mw] {
        display: none;
    }
}
/* /Pages/TenantsAdmin.razor.rz.scp.css */
.tenants-admin-page[b-yiylyvtmo4] {
    --soft-text: #64748b;
}

/* ── Breadcrumb ─────────────────────────────── */
.admin-breadcrumb[b-yiylyvtmo4] {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(15, 23, 42, 0.10);
    backdrop-filter: blur(12px) saturate(140%);
    -webkit-backdrop-filter: blur(12px) saturate(140%);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.admin-breadcrumb .breadcrumb-item[b-yiylyvtmo4] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #64748b;
}

.admin-breadcrumb .breadcrumb-item.active[b-yiylyvtmo4] {
    color: #1e293b;
    font-weight: 600;
}

.admin-breadcrumb .breadcrumb-item + .breadcrumb-item[b-yiylyvtmo4]::before {
    color: #94a3b8;
}

.admin-breadcrumb-link[b-yiylyvtmo4] {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.18s ease;
}

.admin-breadcrumb-link:hover[b-yiylyvtmo4] {
    color: #1d4ed8;
    text-decoration: underline;
}

.tenants-header h1[b-yiylyvtmo4] {
    letter-spacing: -0.02em;
    font-weight: 700;
}

.tenants-header p[b-yiylyvtmo4] {
    color: var(--soft-text);
}

.tenants-table-wrap[b-yiylyvtmo4] {
    border-radius: 16px;
    border: 1px solid var(--admin-glass-border);
    background: var(--admin-table-shell-bg);
    box-shadow: var(--admin-table-shell-shadow);
    overflow: hidden;
}

.tenants-table[b-yiylyvtmo4] {
    margin-bottom: 0;
}

.tenants-table thead th[b-yiylyvtmo4] {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    font-weight: 600;
    color: #334155;
}

.tenants-table tbody td[b-yiylyvtmo4] {
    vertical-align: middle;
    border-color: rgba(148, 163, 184, 0.24);
}

.tenants-table tbody tr:hover[b-yiylyvtmo4] {
    background: rgba(59, 130, 246, 0.06);
}

.tenants-table tbody tr[b-yiylyvtmo4] {
    transition: background-color 0.22s ease, transform 0.22s ease;
}

.tenants-table tbody tr:hover[b-yiylyvtmo4] {
    transform: translateY(-1px);
}

.tenant-logo-cell[b-yiylyvtmo4] {
    min-height: 64px;
}

.tenant-logo-image[b-yiylyvtmo4] {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border: 1px solid rgba(148, 163, 184, 0.4);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.92);
    padding: 4px;
}

.tenants-table .form-control[type="file"][b-yiylyvtmo4] {
    border-radius: 10px;
    border-color: rgba(148, 163, 184, 0.45);
    background: rgba(255, 255, 255, 0.86);
    transition: border-color var(--admin-interactive-duration) ease, box-shadow var(--admin-interactive-duration) ease, background-color var(--admin-interactive-duration) ease;
}

.tenants-table .btn[b-yiylyvtmo4] {
    border-radius: 10px;
    transition: transform var(--admin-interactive-duration) ease, box-shadow var(--admin-interactive-duration) ease, border-color var(--admin-interactive-duration) ease, background-color var(--admin-interactive-duration) ease;
}

.tenants-table .btn:hover:not(:disabled)[b-yiylyvtmo4] {
    transform: translateY(-1px);
}

.tenants-table .btn-outline-danger:hover:not(:disabled)[b-yiylyvtmo4] {
    box-shadow: 0 10px 18px rgba(220, 38, 38, 0.18);
}

.tenants-table .btn:focus-visible[b-yiylyvtmo4],
.tenants-table .form-control[type="file"]:focus-visible[b-yiylyvtmo4] {
    outline: none;
    box-shadow: var(--admin-focus-ring);
}

.tenants-table .badge[b-yiylyvtmo4] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tenants-table .badge:hover[b-yiylyvtmo4] {
    transform: translateY(-1px);
}

.tenants-admin-page .form-control[b-yiylyvtmo4],
.tenants-admin-page .form-select[b-yiylyvtmo4] {
    border-radius: 10px;
    border-color: rgba(148, 163, 184, 0.45);
    background: rgba(255, 255, 255, 0.86);
    transition: border-color var(--admin-interactive-duration) ease, box-shadow var(--admin-interactive-duration) ease, background-color var(--admin-interactive-duration) ease;
}

.tenants-admin-page .form-control:focus-visible[b-yiylyvtmo4],
.tenants-admin-page .form-select:focus-visible[b-yiylyvtmo4] {
    outline: none;
    box-shadow: var(--admin-focus-ring);
}

@media (max-width: 991.98px) {
    .tenants-table-wrap[b-yiylyvtmo4] {
        border-radius: 14px;
    }
}
