/* /Components/DataGrid.razor.rz.scp.css */
.data-grid-toolbar[b-r0qwlqs3qc] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.data-grid-filter[b-r0qwlqs3qc] {
    display: flex;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
    max-width: 500px;
}

.data-grid-toolbar-actions[b-r0qwlqs3qc] {
    margin-left: auto;
    display: flex;
    gap: 0.5rem;
}

[b-r0qwlqs3qc] th.sortable {
    cursor: pointer;
    user-select: none;
    transition: background-color 0.15s;
}

[b-r0qwlqs3qc] th.sortable:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.sort-indicator[b-r0qwlqs3qc] {
    font-size: 0.75rem;
    opacity: 0.65;
}

[b-r0qwlqs3qc] .table-responsive {
    overflow: visible;
}

.data-grid-loading[b-r0qwlqs3qc] {
    display: flex;
    justify-content: center;
    padding: 3rem;
}

.data-grid-empty[b-r0qwlqs3qc] {
    text-align: center;
    padding: 3rem;
}

.data-grid-footer[b-r0qwlqs3qc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-top: 1px solid #dee2e6;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.data-grid-info[b-r0qwlqs3qc] {
    flex-shrink: 0;
}

.data-grid-pagination[b-r0qwlqs3qc] {
    display: flex;
}

.data-grid-page-size[b-r0qwlqs3qc] {
    flex-shrink: 0;
}

.data-grid-page-size[b-r0qwlqs3qc]  .form-select {
    width: auto;
    min-width: 7rem;
}

/* ── Mobile cards ── */
.mobile-field[b-r0qwlqs3qc] {
    font-size: 0.875rem;
}

/* ── Mobile responsive tweaks ── */
@media (max-width: 767.98px) {
    .data-grid-toolbar[b-r0qwlqs3qc] {
        flex-direction: column;
        align-items: stretch;
    }

    .data-grid-filter[b-r0qwlqs3qc] {
        max-width: 100%;
    }

    .data-grid-toolbar-actions[b-r0qwlqs3qc] {
        margin-left: 0;
    }

    .data-grid-footer[b-r0qwlqs3qc] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .data-grid-page-size[b-r0qwlqs3qc] {
        order: -1;
    }
}
/* /Components/ItemSelector.razor.rz.scp.css */
.item-selector-list[b-2cavcu54zs] {
    max-height: 20rem;
    overflow-y: auto;
}

.item-selector-list .list-group-item[b-2cavcu54zs] {
    font-size: 0.875rem;
    transition: background-color 0.15s;
}
/* /Components/ListActionsDropdown.razor.rz.scp.css */
.list-actions-backdrop[b-vt8ze6v7ty] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1049;
    background: transparent;
}

.list-actions-dropdown[b-vt8ze6v7ty] {
    position: relative;
}

.list-actions-dropdown[b-vt8ze6v7ty]  .dropdown-menu {
    z-index: 1050;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 12rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 767.98px) {
    .list-actions-dropdown[b-vt8ze6v7ty]  .dropdown-menu {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        min-width: 100%;
        border-radius: 0.75rem 0.75rem 0 0;
        padding-bottom: env(safe-area-inset-bottom, 0.5rem);
        max-height: 60vh;
        overflow-y: auto;
    }

    .list-actions-backdrop[b-vt8ze6v7ty] {
        background: rgba(0, 0, 0, 0.3);
    }
}
/* /Components/ModalSelector.razor.rz.scp.css */
.modal-selector-list[b-0a98jrvhel] {
    max-height: 24rem;
    overflow-y: auto;
}
/* /Components/QuickTrackCard.razor.rz.scp.css */
.min-width-0[b-jjqhmldmr0] {
    min-width: 0;
}

.quick-track-tags[b-jjqhmldmr0] {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 0.25rem;
    justify-content: end;
    max-width: 50%;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-5flhx5hqjt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5flhx5hqjt] {
    flex: 1;
}

.sidebar[b-5flhx5hqjt] {
    background-image: linear-gradient(180deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.top-row[b-5flhx5hqjt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5flhx5hqjt]  a, .top-row[b-5flhx5hqjt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5flhx5hqjt]  a:hover, .top-row[b-5flhx5hqjt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5flhx5hqjt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-5flhx5hqjt] {
        justify-content: flex-end;
        gap: 0.75rem;
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .top-row[b-5flhx5hqjt]  a, .top-row[b-5flhx5hqjt]  .btn-link {
        margin-left: 0;
        font-size: 0.85rem;
    }

    .top-row[b-5flhx5hqjt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 140px;
    }
}

@media (min-width: 641px) {
    .page[b-5flhx5hqjt] {
        flex-direction: row;
    }

    .sidebar[b-5flhx5hqjt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5flhx5hqjt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5flhx5hqjt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5flhx5hqjt], article[b-5flhx5hqjt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ufvveyyjfa] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ufvveyyjfa] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ufvveyyjfa] {
    font-size: 1.1rem;
}

.nav-link i.bi[b-ufvveyyjfa] {
    font-size: 1.1rem;
    width: 1.5rem;
    text-align: center;
    flex-shrink: 0;
}

.navbar-brand i.bi[b-ufvveyyjfa] {
    font-size: 1.25rem;
}

.nav-item[b-ufvveyyjfa] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ufvveyyjfa] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ufvveyyjfa] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ufvveyyjfa]  .nav-link {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: normal;
        width: 100%;
        padding: 0.5rem 1rem;
    }

.nav-item[b-ufvveyyjfa]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ufvveyyjfa]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ufvveyyjfa] {
        display: none;
    }

    .collapse[b-ufvveyyjfa] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-ufvveyyjfa] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Dashboard/Dashboard.razor.rz.scp.css */
.summary-card[b-1n5381amre] {
    transition: transform 0.15s ease;
}

    .summary-card:hover[b-1n5381amre] {
        transform: translateY(-2px);
    }

.action-stats-card .card-header:hover[b-1n5381amre] {
    background-color: rgba(0, 0, 0, 0.03);
}
/* /Pages/Home.razor.rz.scp.css */
.border-dashed[b-xkd7eojaj8] {
    border-style: dashed !important;
    border-color: var(--bs-primary) !important;
}

[b-xkd7eojaj8] .template-card {
    transition: transform 0.15s, box-shadow 0.15s;
}

[b-xkd7eojaj8] .template-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.12);
}
/* /Pages/TrackedActions/TrackedActionCreate.razor.rz.scp.css */
.wizard-step-number[b-b3w864vcn3] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e9ecef;
    color: #6c757d;
    font-weight: bold;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    cursor: pointer;
}

.wizard-step-number:hover[b-b3w864vcn3] {
    border-color: var(--bs-primary);
}

.wizard-step-number.active[b-b3w864vcn3] {
    background-color: var(--bs-primary);
    color: white;
    border-color: var(--bs-primary);
}

.wizard-step-number.completed[b-b3w864vcn3] {
    background-color: var(--bs-success);
    color: white;
    border-color: var(--bs-success);
}

.wizard-step-line[b-b3w864vcn3] {
    flex: 1;
    height: 3px;
    background-color: #e9ecef;
    align-self: center;
    margin-top: -1.2rem;
    transition: background-color 0.2s ease;
}

.wizard-step-line.completed[b-b3w864vcn3] {
    background-color: var(--bs-success);
}
