/* /Components/Admin/AdminLayout.razor.rz.scp.css */
/*
 * AdminLayout scoped styles
 * Most styles now handled by global layout.css and design-system.css
 * This file kept for any admin-specific overrides
 */

/* Admin badge in sidebar */
.badge[b-h27tqe55oo] {
    font-size: var(--text-xs);
    padding: var(--space-1) var(--space-2);
}
/* /Components/Admin/Auctions.razor.rz.scp.css */
.table td[b-q7lfm88c8u] {
    vertical-align: middle;
}

.btn-group .btn[b-q7lfm88c8u] {
    border-radius: 0.25rem;
    margin-right: 2px;
}

.btn-group .btn:last-child[b-q7lfm88c8u] {
    margin-right: 0;
}
/* /Components/Admin/ComplianceDropModal.razor.rz.scp.css */
.modal[b-ummcrobmpn] {
    z-index: 1055;
}

.modal-backdrop[b-ummcrobmpn] {
    z-index: 1050;
}
/* /Components/Admin/Logs.razor.rz.scp.css */
/* Logs Page Styles */

/* Tab button styling */
.btn-group .btn[b-0cl54pkc6u] {
    transition: all 0.2s;
}

.btn-group .btn.btn-primary[b-0cl54pkc6u] {
    font-weight: 600;
}

/* Log count badge */
.badge.bg-secondary[b-0cl54pkc6u] {
    font-weight: 500;
}

/* Table styling */
.table-sm[b-0cl54pkc6u] {
    font-size: 0.875rem;
}

.table-hover tbody tr:hover[b-0cl54pkc6u] {
    background-color: rgba(13, 110, 253, 0.05);
}

/* Error row highlighting */
.table-danger[b-0cl54pkc6u] {
    background-color: rgba(220, 53, 69, 0.1) !important;
}

/* Action badges */
.badge.bg-success[b-0cl54pkc6u],
.badge.bg-danger[b-0cl54pkc6u],
.badge.bg-warning[b-0cl54pkc6u],
.badge.bg-info[b-0cl54pkc6u] {
    min-width: 60px;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.5px;
}

/* Code blocks in modal */
pre.bg-light[b-0cl54pkc6u] {
    border-radius: 0.25rem;
    font-size: 0.8rem;
}

/* Scrollable pre blocks */
pre[b-0cl54pkc6u] {
    scrollbar-width: thin;
}

/* Timestamp styling */
td small[b-0cl54pkc6u] {
    font-family: monospace;
}

/* Empty state */
.text-center.text-muted[b-0cl54pkc6u] {
    opacity: 0.7;
}

/* View button */
.btn-outline-secondary[b-0cl54pkc6u] {
    transition: all 0.2s;
}

.btn-outline-secondary:hover[b-0cl54pkc6u] {
    transform: scale(1.1);
}
/* /Components/Admin/PositionRaise.razor.rz.scp.css */
/* Position Raise Page Styles */

/* Configuration card inputs */
.input-group[b-oz6r5cd0up] {
    max-width: 150px;
}

/* Rank badges */
.badge.bg-warning[b-oz6r5cd0up] {
    font-weight: 700;
}

/* Summary cards */
.card.bg-primary[b-oz6r5cd0up],
.card.bg-success[b-oz6r5cd0up],
.card.bg-info[b-oz6r5cd0up],
.card.bg-warning[b-oz6r5cd0up] {
    transition: transform 0.2s;
}

.card.bg-primary:hover[b-oz6r5cd0up],
.card.bg-success:hover[b-oz6r5cd0up],
.card.bg-info:hover[b-oz6r5cd0up],
.card.bg-warning:hover[b-oz6r5cd0up] {
    transform: translateY(-2px);
}

/* Position filter tabs */
.nav-tabs .nav-link[b-oz6r5cd0up] {
    font-weight: 500;
}

.nav-tabs .nav-link.active[b-oz6r5cd0up] {
    font-weight: 600;
}

/* Table row hover */
.table-hover tbody tr:hover[b-oz6r5cd0up] {
    background-color: rgba(13, 110, 253, 0.05);
}

/* Raise percentage highlight */
.text-success.fw-bold[b-oz6r5cd0up] {
    text-shadow: 0 0 5px rgba(25, 135, 84, 0.15);
}

/* New salary emphasis */
td.fw-bold:last-child[b-oz6r5cd0up] {
    color: var(--bs-success);
}
/* /Components/Admin/Reports.razor.rz.scp.css */
/* Reports Page Styles */

/* Tab button styling */
.btn-group .btn[b-owou92u4v3] {
    transition: all 0.2s;
}

.btn-group .btn.btn-primary[b-owou92u4v3] {
    font-weight: 600;
}

/* Summary cards */
.card.bg-light[b-owou92u4v3] {
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.card.bg-danger[b-owou92u4v3],
.card.bg-success[b-owou92u4v3] {
    transition: transform 0.2s;
}

.card.bg-danger:hover[b-owou92u4v3],
.card.bg-success:hover[b-owou92u4v3] {
    transform: translateY(-2px);
}

/* Compliance table styling */
.table-warning[b-owou92u4v3] {
    background-color: rgba(255, 193, 7, 0.1) !important;
}

/* Over cap highlighting */
.text-danger.fw-bold[b-owou92u4v3] {
    text-shadow: 0 0 5px rgba(220, 53, 69, 0.15);
}

/* Progress bar styling */
.progress[b-owou92u4v3] {
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar[b-owou92u4v3] {
    transition: width 0.6s ease;
}

/* Franchise logo styling */
.rounded-circle[b-owou92u4v3] {
    border: 2px solid rgba(0, 0, 0, 0.1);
}

/* Status badges */
.badge i[b-owou92u4v3] {
    font-size: 0.7rem;
}

/* Table responsive scrolling */
.table-responsive[b-owou92u4v3] {
    scrollbar-width: thin;
}
/* /Components/Admin/Rulebook.razor.rz.scp.css */
/* Rulebook Page Styles */

/* Table of contents styling */
.nav-link[b-06b3jyss7q] {
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    transition: background-color 0.2s;
}

.nav-link:hover[b-06b3jyss7q] {
    background-color: rgba(0, 0, 0, 0.05);
}

.nav-link.active[b-06b3jyss7q] {
    background-color: rgba(13, 110, 253, 0.1);
    font-weight: 600;
}

/* Section content styling */
.section-content[b-06b3jyss7q] {
    line-height: 1.8;
}

/* Subsection hierarchy */
.section-children[b-06b3jyss7q] {
    border-left: 2px solid var(--bs-light);
    margin-left: 1rem;
    padding-left: 1rem;
}

/* History timeline styling */
.border-start[b-06b3jyss7q] {
    border-width: 2px !important;
}

/* Modal improvements */
.modal-body textarea[b-06b3jyss7q] {
    min-height: 200px;
}

/* Breadcrumb-like navigation */
.card-header small[b-06b3jyss7q] {
    opacity: 0.8;
}
/* /Components/Admin/TradeBlocks.razor.rz.scp.css */
.table td[b-g92eogre09] {
    vertical-align: middle;
}

.btn-group .btn[b-g92eogre09] {
    border-radius: 0.25rem;
    margin-right: 2px;
}

.btn-group .btn:last-child[b-g92eogre09] {
    margin-right: 0;
}

.table-secondary[b-g92eogre09] {
    background-color: var(--bs-gray-100);
}
/* /Components/Admin/TransactionCreateModal.razor.rz.scp.css */
.player-search-results[b-ui33xnhnev] {
    position: relative;
    z-index: 1050;
}

.modal[b-ui33xnhnev] {
    z-index: 1055;
}

.modal-backdrop[b-ui33xnhnev] {
    z-index: 1050;
}
/* /Components/Admin/TransactionReverseModal.razor.rz.scp.css */
.modal[b-q6ytoaa8th] {
    z-index: 1055;
}

.modal-backdrop[b-q6ytoaa8th] {
    z-index: 1050;
}
/* /Components/Admin/Transactions.razor.rz.scp.css */
.transaction-list[b-gakh1kgsnp] {
    max-height: 600px;
    overflow-y: auto;
}

.transaction-item[b-gakh1kgsnp] {
    transition: background-color 0.2s ease;
}

.transaction-item:hover[b-gakh1kgsnp] {
    background-color: #f8f9fa;
}

.transaction-reversed[b-gakh1kgsnp] {
    opacity: 0.7;
    background-color: #fff3cd;
}

.transaction-icon[b-gakh1kgsnp] {
    min-width: 40px;
}

.icon-wrapper[b-gakh1kgsnp] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.transaction-details .badge[b-gakh1kgsnp] {
    font-size: 0.75em;
}

.transaction-actions .btn-group[b-gakh1kgsnp] {
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
/* /Components/Admin/UnsignedRookies.razor.rz.scp.css */
/* Unsigned Rookies Page Styles */

/* Season filter pills */
.btn-group .btn[b-2md3lf12mu] {
    transition: all 0.2s;
}

/* Table row styling */
.table-hover tbody tr:hover[b-2md3lf12mu] {
    background-color: rgba(255, 193, 7, 0.08);
}

/* Status badges */
.badge.bg-warning[b-2md3lf12mu] {
    font-weight: 600;
}

.badge.bg-success[b-2md3lf12mu] {
    font-weight: 600;
}

/* Sign button hover */
.btn-outline-success:hover[b-2md3lf12mu] {
    transform: scale(1.05);
}

/* Modal form styling */
.modal .form-control[b-2md3lf12mu],
.modal .form-select[b-2md3lf12mu] {
    border-radius: 0.25rem;
}

/* Contract summary in modal */
.alert-info[b-2md3lf12mu] {
    border-left: 4px solid var(--bs-info);
}

/* Empty state */
.text-center.py-5 i[b-2md3lf12mu] {
    opacity: 0.5;
}
/* /Components/Admin/Users.razor.rz.scp.css */
.user-avatar .avatar-placeholder[b-7yq4bqmbyk] {
    width: 32px;
    height: 32px;
    background-color: #6c757d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
}

.table td[b-7yq4bqmbyk] {
    vertical-align: middle;
}

.btn-group .btn[b-7yq4bqmbyk] {
    border-radius: 0.25rem;
    margin-right: 2px;
}

.btn-group .btn:last-child[b-7yq4bqmbyk] {
    margin-right: 0;
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
#container[b-3lg2f7eirc] {
    background: linear-gradient(135deg, #1a202c 0%, #2d3748 50%, #222C3F 100%);
    min-height: 100vh;
}

#container article[b-3lg2f7eirc] {
    background: #FFFFFF;
    border: none;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 4px 12px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #4DB3F7;
}

.login-card[b-3lg2f7eirc] {
    background: transparent;
    border: none;
}

.login-header h1[b-3lg2f7eirc] {
    color: #111827 !important;
}

.form-control-lg[b-3lg2f7eirc] {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-radius: 8px;
    border: 2px solid #E5E7EB;
    transition: all 0.2s ease-in-out;
}

.form-control-lg:focus[b-3lg2f7eirc] {
    border-color: #4DB3F7;
    box-shadow: 0 0 0 0.2rem rgba(77, 179, 247, 0.15);
}

.btn-primary.btn-lg[b-3lg2f7eirc] {
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    background: linear-gradient(135deg, #4DB3F7 0%, #2563EB 100%);
    box-shadow: 0 4px 12px rgba(77, 179, 247, 0.3);
    transition: all 0.2s ease-in-out;
}

.btn-primary.btn-lg:hover[b-3lg2f7eirc] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(77, 179, 247, 0.4);
}

.form-check-input:checked[b-3lg2f7eirc] {
    background-color: #4DB3F7;
    border-color: #4DB3F7;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*.page {*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*main {*/
/*    flex: 1;*/
/*    background-color: #363d47;*/
/*}*/

/*.top-row {*/
/*    background-color: #f7f7f7;*/
/*    border-bottom: 1px solid #d6d5d5;*/
/*    justify-content: flex-start;*/
/*    height: 3.5rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*    .top-row ::deep a, .top-row ::deep .btn-link {*/
/*        white-space: nowrap;*/
/*        margin-left: 1.5rem;*/
/*        text-decoration: none;*/
/*    }*/

/*    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {*/
/*        text-decoration: underline;*/
/*    }*/

/*    .top-row ::deep a:first-child {*/
/*        overflow: hidden;*/
/*        text-overflow: ellipsis;*/
/*    }*/

/*@media (max-width: 640.98px) {*/
/*    .top-row {*/
/*        justify-content: space-between;*/
/*    }*/

/*    .top-row ::deep a, .top-row ::deep .btn-link {*/
/*        margin-left: 0;*/
/*    }*/
/*}*/

/*@media (min-width: 641px) {*/
/*    .page {*/
/*        flex-direction: row;*/
/*    }*/

/*    main { margin-left: 250px; }*/
/*    */
/*    .sidebar {*/
/*        width: 250px;*/
/*        height: 100vh;*/
/*        position: sticky;*/
/*        position: fixed;*/
/*        top: 0;*/
/*    }*/

/*    .top-row {*/
/*        position: sticky;*/
/*        top: 0;*/
/*        z-index: 1;*/
/*    }*/

/*    .top-row.auth ::deep a:first-child {*/
/*        flex: 1;*/
/*        text-align: right;*/
/*        width: 0;*/
/*    }*/

/*    .top-row, article {*/
/*        padding-left: 2rem !important;*/
/*        padding-right: 1.5rem !important;*/
/*    }*/
/*}*/

/*#blazor-error-ui {*/
/*    background: lightyellow;*/
/*    bottom: 0;*/
/*    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);*/
/*    display: none;*/
/*    left: 0;*/
/*    padding: 0.6rem 1.25rem 0.7rem 1.25rem;*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    z-index: 1000;*/
/*}*/

/*    #blazor-error-ui .dismiss {*/
/*        cursor: pointer;*/
/*        position: absolute;*/
/*        right: 0.75rem;*/
/*        top: 0.5rem;*/
/*    }*/
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {*/
/*    appearance: none;*/
/*    cursor: pointer;*/
/*    width: 3.5rem;*/
/*    height: 2.5rem;*/
/*    color: var(--color-darkest-blue);*/
/*    position: absolute;*/
/*    top: 0.5rem;*/
/*    right: 1rem;*/
/*    border-radius: 10px;*/
/*    border: 1px solid rgba(0,0,0,0.1);*/
/*    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);*/
/*}*/

/*.navbar-toggler:checked {*/
/*    background-color: rgba(255, 255, 255, 0.5);*/
/*}*/

/*.top-row {*/
/*    !*height: 3.5rem;*!*/
/*    !*background-color: rgba(0,0,0,0.4);*!*/
/*}*/

/*.navbar-brand {*/
/*    font-size: 1.1rem;*/
/*}*/

/*!*.bi {*!*/
/*!*    display: inline-block;*!*/
/*!*    position: relative;*!*/
/*!*    width: 1.25rem;*!*/
/*!*    height: 1.25rem;*!*/
/*!*    margin-right: 0.75rem;*!*/
/*!*    top: -1px;*!*/
/*!*    background-size: cover;*!*/
/*!*}*!*/

/*.bi, .icon { */
/*    margin-right: 1em;*/
/*    height: 1.25rem;*/
/*    font-size: 1.25rem;*/
/*    display: inline-block;*/
/*}*/

/*.bi-house-door-fill-nav-menu {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");*/
/*}*/

/*.bi-plus-square-fill-nav-menu {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");*/
/*}*/

/*.bi-list-nested-nav-menu {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");*/
/*}*/

/*.bi-lock-nav-menu {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");*/
/*}*/

/*.bi-person-nav-menu {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");*/
/*}*/

/*.bi-person-badge-nav-menu {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");*/
/*}*/

/*.bi-person-fill-nav-menu {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");*/
/*}*/

/*.bi-arrow-bar-left-nav-menu {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");*/
/*}*/

/*.nav-item {*/
/*    font-size: 0.9rem;*/
/*    padding-bottom: 0.5rem;*/
/*}*/

/*    .nav-item:first-of-type {*/
/*        padding-top: 1rem;*/
/*    }*/

/*    .nav-item:last-of-type {*/
/*        padding-bottom: 1rem;*/
/*    }*/

/*    .nav-item ::deep .nav-link {*/
/*        color: var(--color-darkest-blue);*/
/*        background: none;*/
/*        border: none;*/
/*        border-radius: 4px;*/
/*        height: 3rem;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        line-height: 3rem;*/
/*        width: 100%;*/
/*        padding-left: 48px;*/
/*    }*/

/*.nav-item ::deep a.active {*/
/*    background-color: var(--color-darkest-blue);*/
/*    color: var(--color-light-blue);*/
/*}*/

/*.nav-item ::deep .nav-link:hover {*/
/*    background-color: var(--color-light-blue);*/
/*    color: var(--color-darkest-blue);*/
/*}*/

/*.nav-scrollable {*/
/*    display: none;*/
/*}*/

/*.navbar-toggler:checked ~ .nav-scrollable {*/
/*    display: block;*/
/*}*/

/*@media (min-width: 641px) {*/
/*    .navbar-toggler {*/
/*        display: none;*/
/*    }*/

/*    .nav-scrollable {*/
/*        !* Never collapse the sidebar for wide screens *!*/
/*        display: block;*/

/*        !* Allow sidebar to scroll for tall menus *!*/
/*        height: calc(100vh - 3.5rem);*/
/*        overflow-y: auto;*/
/*    }*/
/*    */
/*}*/

/*@media (max-width: 640px) {*/
/*    .navbar-brand img { height: 50px !important; width: auto !important; }*/
/*}*/
/* /Components/Pages/About.razor.rz.scp.css */
/* About Page Styles */

/* Hero section styling */
.bg-primary.bg-gradient[b-m38lac6vc3] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, #0056b3 100%) !important;
}

/* Feature icons */
.rounded-circle.bg-primary[b-m38lac6vc3] {
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
    transition: transform 0.2s;
}

.rounded-circle.bg-primary:hover[b-m38lac6vc3] {
    transform: scale(1.1);
}

/* Stats cards */
.card-body.text-center h3[b-m38lac6vc3] {
    font-weight: 700;
}

/* Section cards */
.card[b-m38lac6vc3] {
    transition: box-shadow 0.2s;
}

.card:hover[b-m38lac6vc3] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Feature list styling */
.d-flex.mb-4:hover .rounded-circle[b-m38lac6vc3] {
    transform: scale(1.05);
}

/* Back to home button */
.btn-outline-primary:hover[b-m38lac6vc3] {
    transform: translateX(-5px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .bg-primary.bg-gradient h1[b-m38lac6vc3] {
        font-size: 1.75rem;
    }

    .lead[b-m38lac6vc3] {
        font-size: 1rem;
    }
}
/* /Components/Pages/Auctions/AuctionDetails.razor.rz.scp.css */
.auction-header-card[b-ra91ybcsn0] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.bid-history-container[b-ra91ybcsn0] {
    max-height: 600px;
    overflow-y: auto;
}

.bid-item[b-ra91ybcsn0] {
    transition: all 0.2s ease;
}

.bid-item:hover[b-ra91ybcsn0] {
    background-color: #f8f9fa;
}

.bid-winning[b-ra91ybcsn0] {
    background: linear-gradient(90deg, #d4edda 0%, #ffffff 100%);
    border-left: 4px solid #28a745;
}

.bid-rank[b-ra91ybcsn0] {
    min-width: 60px;
    text-align: center;
}

.auction-countdown .countdown-urgent[b-ra91ybcsn0] {
    color: #dc3545 !important;
    animation: pulse-b-ra91ybcsn0 1s infinite;
}

@keyframes pulse-b-ra91ybcsn0 {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

.franchise-info[b-ra91ybcsn0] {
    min-width: 150px;
}

.bid-details[b-ra91ybcsn0] {
    min-width: 300px;
}

.draft-picks .badge[b-ra91ybcsn0] {
    font-size: 0.7em;
}

.autobid-indicator[b-ra91ybcsn0] {
    min-width: 60px;
}

/* Enhanced bid form styling */
.form-control-lg.fs-3[b-ra91ybcsn0] {
    height: auto;
    padding: 0.75rem 1rem;
    border: 2px solid #dee2e6;
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-lg.fs-3:focus[b-ra91ybcsn0] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control-lg.fs-3.bg-light[b-ra91ybcsn0] {
    background-color: #f8f9fa !important;
    border-color: #28a745;
    color: #155724;
    font-weight: bold;
}

/* Chat styling */
.chat-container[b-ra91ybcsn0] {
    border: none;
}

.chat-message[b-ra91ybcsn0] {
    transition: background-color 0.15s ease-in-out;
}

.chat-message:hover[b-ra91ybcsn0] {
    background-color: rgba(0, 0, 0, 0.02);
}

.chat-message:last-child[b-ra91ybcsn0] {
    border-bottom: none;
}

.chat-message .btn-link[b-ra91ybcsn0] {
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

.chat-message:hover .btn-link[b-ra91ybcsn0] {
    opacity: 1;
}

/* News styling */
.news-container[b-ra91ybcsn0] {
    border: none;
}

.news-item[b-ra91ybcsn0] {
    transition: background-color 0.15s ease-in-out;
}

.news-item:hover[b-ra91ybcsn0] {
    background-color: rgba(0, 0, 0, 0.02);
}

.news-item:last-child[b-ra91ybcsn0] {
    border-bottom: none;
}

.news-item h6 a:hover[b-ra91ybcsn0] {
    color: #0d6efd !important;
}

.badge-xs[b-ra91ybcsn0] {
    font-size: 0.65em;
    padding: 0.25em 0.4em;
}
/* /Components/Pages/Auctions/CreateAuction.razor.rz.scp.css */
.player-info-card[b-qr92blev8f] {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.auction-form-card[b-qr92blev8f] {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.player-image-container[b-qr92blev8f] {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.player-image[b-qr92blev8f] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.player-image-container:hover .player-image[b-qr92blev8f] {
    transform: scale(1.05);
}

.player-name[b-qr92blev8f] {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.player-details[b-qr92blev8f] {
    margin-bottom: 1rem;
}

.card-header.bg-primary[b-qr92blev8f] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%) !important;
    border-bottom: none;
}

.btn-success.btn-lg[b-qr92blev8f] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
    transition: all 0.3s ease;
}

.btn-success.btn-lg:hover[b-qr92blev8f] {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(40, 167, 69, 0.4);
}

.form-control:focus[b-qr92blev8f] {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.alert[b-qr92blev8f] {
    border: none;
    border-radius: 10px;
}

.badge[b-qr92blev8f] {
    font-size: 0.8rem;
    padding: 0.5em 0.8em;
}
/* /Components/Pages/Auctions/RfaIndex.razor.rz.scp.css */
.table th[b-vrmm0cppd1] {
    border-top: none;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table td[b-vrmm0cppd1] {
    vertical-align: middle;
}

.table-hover tbody tr:hover[b-vrmm0cppd1] {
    background-color: rgba(0, 0, 0, 0.02);
}
/* /Components/Pages/Auctions/RfaMatches.razor.rz.scp.css */
.match-item[b-d5lvvhioge] {
    transition: all 0.2s ease;
}

.match-item:hover[b-d5lvvhioge] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.bg-light-success[b-d5lvvhioge] {
    background-color: rgba(25, 135, 84, 0.1) !important;
}

.bg-light-danger[b-d5lvvhioge] {
    background-color: rgba(220, 53, 69, 0.1) !important;
}
/* /Components/Pages/Auctions/RfaPending.razor.rz.scp.css */
.table th[b-aepl9xwpnr] {
    border-top: none;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table td[b-aepl9xwpnr] {
    vertical-align: middle;
}

.table-hover tbody tr:hover[b-aepl9xwpnr] {
    background-color: rgba(0, 0, 0, 0.02);
}

.table-opacity-25[b-aepl9xwpnr] {
    opacity: 0.8;
}
/* /Components/Pages/Contact.razor.rz.scp.css */
/* Contact Page Styles */

/* Hero section */
.bg-info.bg-gradient[b-mbynby5ri8] {
    background: linear-gradient(135deg, var(--bs-info) 0%, #0dcaf0 100%) !important;
}

/* Contact icons */
.rounded-circle.bg-info[b-mbynby5ri8] {
    box-shadow: 0 4px 15px rgba(13, 202, 240, 0.3);
    transition: transform 0.2s;
}

.rounded-circle.bg-info:hover[b-mbynby5ri8] {
    transform: scale(1.1);
}

/* Accordion styling */
.accordion-button:not(.collapsed)[b-mbynby5ri8] {
    background-color: rgba(13, 110, 253, 0.1);
    color: var(--bs-primary);
}

.accordion-button:focus[b-mbynby5ri8] {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

.accordion-body[b-mbynby5ri8] {
    line-height: 1.7;
}

/* Card hover effects */
.card[b-mbynby5ri8] {
    transition: box-shadow 0.2s, transform 0.2s;
}

.card:hover[b-mbynby5ri8] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* Back button */
.btn-outline-primary:hover[b-mbynby5ri8] {
    transform: translateX(-5px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .bg-info.bg-gradient h1[b-mbynby5ri8] {
        font-size: 1.75rem;
    }

    .accordion-button[b-mbynby5ri8] {
        font-size: 0.9rem;
        padding: 0.75rem 1rem;
    }
}
/* /Components/Pages/Forums/ModernForums.razor.rz.scp.css */
/* Modern Forums Component Styles - Scoped to ModernForums.razor */

.hover-bg-light:hover[b-2jf6gs9ogu] {
    background-color: #f8f9fa !important;
}

.hover-bg-light:hover .message-actions[b-2jf6gs9ogu] {
    opacity: 1 !important;
}

.message-actions button:hover[b-2jf6gs9ogu] {
    background-color: #e9ecef !important;
    border-radius: 4px;
}

/* Channel button hover effects */
.btn:hover[b-2jf6gs9ogu] {
    background-color: #e9ecef !important;
}

.btn.bg-primary:hover[b-2jf6gs9ogu] {
    background-color: #0b5ed7 !important;
}

.btn.bg-danger:hover[b-2jf6gs9ogu] {
    background-color: #bb2d3b !important;
}

/* Message content styling */
.message-content[b-2jf6gs9ogu] {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Slack-like thread styling */
.thread-message[b-2jf6gs9ogu] {
    transition: background-color 0.1s ease;
    border-radius: 8px;
    padding: 8px 16px;
    margin: 2px 0;
    border-left: 2px solid transparent;
}

.thread-message:hover[b-2jf6gs9ogu] {
    background-color: #f8f9fa;
    border-left-color: #dee2e6;
}

.thread-avatar[b-2jf6gs9ogu] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.thread-header[b-2jf6gs9ogu] {
    display: flex;
    align-items: baseline;
    margin-bottom: 4px;
    gap: 8px;
}

.thread-author[b-2jf6gs9ogu] {
    font-weight: 600;
    color: #1264a3;
    font-size: 0.9rem;
}

.thread-timestamp[b-2jf6gs9ogu] {
    font-size: 0.75rem;
    color: #616061;
    font-weight: normal;
}

.thread-body[b-2jf6gs9ogu] {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #1d1c1d;
    margin: 4px 0 8px 0;
}

.thread-reactions[b-2jf6gs9ogu] {
    display: flex;
    gap: 4px;
    margin-top: 6px;
    flex-wrap: wrap;
}

.thread-reaction[b-2jf6gs9ogu] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 2px 8px;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    transition: all 0.1s ease;
}

.thread-reaction:hover[b-2jf6gs9ogu] {
    background: #f0f9ff;
    border-color: #3b82f6;
}

.thread-reaction.user-reacted[b-2jf6gs9ogu] {
    background: #eff6ff;
    border-color: #3b82f6;
    color: #1e40af;
}

/* Topic direct link button */
.topic-direct-link[b-2jf6gs9ogu] {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.topic-direct-link:hover[b-2jf6gs9ogu] {
    background-color: #e9ecef !important;
}

/* Show direct link button on topic hover */
div:hover .topic-direct-link[b-2jf6gs9ogu] {
    opacity: 1;
}

/* Modern Forums Layout */
.modern-forums-container[b-2jf6gs9ogu] {
    height: calc(100vh - 120px);
    max-height: calc(100vh - 120px);
}

.modern-forums-sidebar[b-2jf6gs9ogu],
.modern-forums-topics[b-2jf6gs9ogu],
.modern-forums-messages[b-2jf6gs9ogu] {
    height: calc(100vh - 120px);
    max-height: calc(100vh - 120px);
    overflow: hidden;
}

.modern-forums-sidebar .flex-grow-1[b-2jf6gs9ogu],
.modern-forums-topics .flex-grow-1[b-2jf6gs9ogu],
.modern-forums-messages .flex-grow-1[b-2jf6gs9ogu] {
    overflow-y: auto;
    min-height: 0;
}

.message-content blockquote[b-2jf6gs9ogu] {
    margin: 0.5rem 0;
}

.message-content pre[b-2jf6gs9ogu] {
    max-width: 100%;
    overflow-x: auto;
    margin: 0.5rem 0;
}

.message-content code[b-2jf6gs9ogu] {
    word-break: break-all;
}

/* Hover effects for links */
.hover-underline:hover[b-2jf6gs9ogu] {
    text-decoration: underline !important;
}

/* Auto-scroll for message container */
.messages-container[b-2jf6gs9ogu] {
    scroll-behavior: smooth;
}
/* /Components/Pages/League/Draft.razor.rz.scp.css */
.table th[b-du4zuvo4j8] {
    border-top: none;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table td[b-du4zuvo4j8] {
    vertical-align: middle;
}

.table-hover tbody tr:hover[b-du4zuvo4j8] {
    background-color: rgba(0, 0, 0, 0.02);
}

.draft-season-card[b-du4zuvo4j8] {
    transition: all 0.2s ease-in-out;
}

.draft-season-card:hover[b-du4zuvo4j8] {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}
/* /Components/Pages/League/FuturePicks.razor.rz.scp.css */
.table th[b-vv8k3xc3pv] {
    border-top: none;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table td[b-vv8k3xc3pv] {
    vertical-align: middle;
}

.table-hover tbody tr:hover[b-vv8k3xc3pv] {
    background-color: rgba(0, 0, 0, 0.02);
}

.table-opacity-25[b-vv8k3xc3pv] {
    opacity: 0.8;
}
/* /Components/Pages/League/LiveDraft.razor.rz.scp.css */
/* Live Draft Page Styles */

/* Pulse animation for LIVE badge */
.pulse[b-lub0026c2t] {
    animation: pulse-b-lub0026c2t 2s infinite;
}

@keyframes pulse-b-lub0026c2t {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

/* Timer badge styling */
.timer-badge[b-lub0026c2t] {
    font-family: 'Courier New', monospace;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 0.5rem 1rem;
}

/* Current pick row highlight */
.current-pick-row[b-lub0026c2t] {
    background-color: rgba(255, 193, 7, 0.15) !important;
    border-left: 4px solid #ffc107;
    animation: glow-b-lub0026c2t 2s ease-in-out infinite alternate;
}

@keyframes glow-b-lub0026c2t {
    from { background-color: rgba(255, 193, 7, 0.1); }
    to { background-color: rgba(255, 193, 7, 0.25); }
}

/* Recent pick row styling */
.recent-pick-row[b-lub0026c2t] {
    background-color: rgba(25, 135, 84, 0.08) !important;
    border-left: 3px solid var(--bs-success);
}

/* Queue item styling */
.queue-item[b-lub0026c2t] {
    transition: background-color 0.2s ease;
}

.queue-item:hover[b-lub0026c2t] {
    background-color: rgba(0, 0, 0, 0.03);
}

/* Available player cards */
.available-player-card[b-lub0026c2t] {
    transition: all 0.2s ease;
}

.available-player-card:hover[b-lub0026c2t] {
    background-color: rgba(13, 110, 253, 0.05);
    border-color: var(--bs-primary) !important;
    transform: translateX(2px);
}

/* Scrollable areas */
.table-responsive[b-lub0026c2t],
.queue-list[b-lub0026c2t],
.available-players-list[b-lub0026c2t] {
    scrollbar-width: thin;
    scrollbar-color: var(--bs-secondary) transparent;
}

/* Sticky header for draft board */
[b-lub0026c2t] thead.sticky-top {
    position: sticky;
    top: 0;
    z-index: 10;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .timer-badge[b-lub0026c2t] {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .table-responsive[b-lub0026c2t] {
        max-height: 400px !important;
    }

    .queue-list[b-lub0026c2t],
    .available-players-list[b-lub0026c2t] {
        max-height: 300px !important;
    }
}
/* /Components/Pages/Rankings.razor.rz.scp.css */
/* Rankings Page Styles */

/* Top 3 rank badges */
.badge.bg-warning[b-rgf2fsae52] {
    font-size: 0.85rem;
}

/* Rank #1 special styling */
tbody tr:first-child[b-rgf2fsae52] {
    background: linear-gradient(90deg, rgba(255, 193, 7, 0.1) 0%, transparent 50%);
}

/* Table hover enhancement */
.table-hover tbody tr:hover[b-rgf2fsae52] {
    background-color: rgba(13, 110, 253, 0.05);
}

/* Player image styling */
.rounded-circle[b-rgf2fsae52] {
    border: 2px solid rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.rounded-circle:hover[b-rgf2fsae52] {
    transform: scale(1.1);
}

/* PPG color classes */
.text-success.fw-bold[b-rgf2fsae52] {
    text-shadow: 0 0 5px rgba(25, 135, 84, 0.2);
}

/* Position badge consistency */
.badge[b-rgf2fsae52] {
    min-width: 32px;
    text-align: center;
}

/* Summary cards animation */
.card.bg-primary[b-rgf2fsae52],
.card.bg-success[b-rgf2fsae52],
.card.bg-info[b-rgf2fsae52],
.card.bg-warning[b-rgf2fsae52] {
    transition: transform 0.2s;
}

.card.bg-primary:hover[b-rgf2fsae52],
.card.bg-success:hover[b-rgf2fsae52],
.card.bg-info:hover[b-rgf2fsae52],
.card.bg-warning:hover[b-rgf2fsae52] {
    transform: translateY(-3px);
}

/* Nav tabs styling */
.nav-tabs .nav-link[b-rgf2fsae52] {
    font-weight: 500;
    transition: all 0.2s;
}

.nav-tabs .nav-link:hover:not(.active)[b-rgf2fsae52] {
    background-color: rgba(0, 0, 0, 0.02);
}

.nav-tabs .nav-link.active[b-rgf2fsae52] {
    font-weight: 600;
}

/* Table scrollable on mobile */
@media (max-width: 768px) {
    .table[b-rgf2fsae52] {
        font-size: 0.875rem;
    }

    .table th[b-rgf2fsae52],
    .table td[b-rgf2fsae52] {
        padding: 0.5rem;
    }

    .rounded-circle[b-rgf2fsae52] {
        width: 28px !important;
        height: 28px !important;
    }
}

/* Empty state styling */
.fa-4x[b-rgf2fsae52] {
    opacity: 0.5;
}
/* /Components/Pages/Scoreboard.razor.rz.scp.css */
/* Scoreboard Page Styles */

/* Matchup card styling */
.matchup-card[b-cmosikse55] {
    transition: box-shadow 0.2s, transform 0.2s;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.matchup-card:hover[b-cmosikse55] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* Winning team highlight */
.matchup-team.winning[b-cmosikse55] {
    background-color: rgba(25, 135, 84, 0.1);
    position: relative;
}

.matchup-team.winning[b-cmosikse55]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: var(--bs-success);
}

/* Team logo styling */
.team-logo[b-cmosikse55],
.team-logo-placeholder[b-cmosikse55] {
    border: 2px solid rgba(0, 0, 0, 0.1);
}

/* Player scores section */
.player-scores[b-cmosikse55] {
    scrollbar-width: thin;
}

.player-scores > div[b-cmosikse55] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.player-scores > div:last-child[b-cmosikse55] {
    border-bottom: none;
}

/* Score display */
h3.text-success[b-cmosikse55] {
    text-shadow: 0 0 10px rgba(25, 135, 84, 0.2);
}

/* Week navigation buttons */
.btn-outline-secondary:disabled[b-cmosikse55] {
    opacity: 0.4;
}

/* Summary card styling */
.card.mt-4 .card-header[b-cmosikse55] {
    background: linear-gradient(135deg, var(--bs-light) 0%, white 100%);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .matchup-team .d-flex[b-cmosikse55] {
        flex-wrap: wrap;
    }

    .matchup-team h3[b-cmosikse55] {
        font-size: 1.25rem;
    }

    .matchup-team h5[b-cmosikse55] {
        font-size: 0.9rem;
    }
}

/* Animation for score updates */
@keyframes scoreUpdate-b-cmosikse55 {
    0% { background-color: rgba(255, 193, 7, 0.3); }
    100% { background-color: transparent; }
}

.score-updated[b-cmosikse55] {
    animation: scoreUpdate-b-cmosikse55 2s ease-out;
}
/* /Components/Pages/TradeCenter.razor.rz.scp.css */
/* Trade Center Component Styles - Scoped to TradeCenter.razor */

.nav-pills .nav-link.btn.btn-link[b-obdlhyc2xg] {
    border: none;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    background: none;
    color: #6c757d;
}

.nav-pills .nav-link.btn.btn-link:hover[b-obdlhyc2xg] {
    color: #495057;
    background-color: #e9ecef;
}

.nav-pills .nav-link.btn.btn-link.active[b-obdlhyc2xg] {
    color: #fff;
    background-color: #0d6efd;
}

.negotiation-item[b-obdlhyc2xg] {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.negotiation-item:hover[b-obdlhyc2xg] {
    background-color: #f8f9fa;
}

.negotiation-item.selected[b-obdlhyc2xg] {
    background-color: #e7f3ff;
    border-left: 4px solid #0d6efd;
}

.trade-block-item[b-obdlhyc2xg] {
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
}

.trade-block-item:last-child[b-obdlhyc2xg] {
    border-bottom: none;
}

.trade-asset-item[b-obdlhyc2xg] {
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}

.chat-message[b-obdlhyc2xg] {
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
}

.chat-message.own-message[b-obdlhyc2xg] {
    background-color: #0d6efd;
    color: white;
    margin-left: 2rem;
}

.chat-message.other-message[b-obdlhyc2xg] {
    background-color: #f8f9fa;
    margin-right: 2rem;
}
/* /Components/Shared/CreateProposalModal.razor.rz.scp.css */
.franchise-card[b-lvcg5crort] {
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.franchise-card:hover[b-lvcg5crort] {
    border-color: var(--bs-primary);
    transform: translateY(-2px);
}

.franchise-card.selected[b-lvcg5crort] {
    border-color: var(--bs-success);
    background-color: rgba(25, 135, 84, 0.1);
}

.player-row[b-lvcg5crort] {
    padding: 0.75rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.player-row:hover[b-lvcg5crort] {
    background-color: var(--bs-light);
    border-color: var(--bs-primary);
}

.player-row.selected[b-lvcg5crort] {
    background-color: rgba(25, 135, 84, 0.1);
    border-color: var(--bs-success);
}

.players-list[b-lvcg5crort] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    padding: 1rem;
}
/* /Components/Shared/GlobalErrorBoundary.razor.rz.scp.css */
.error-modal-overlay[b-x1y2pwdar8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.error-modal[b-x1y2pwdar8] {
    background: white;
    border-radius: 16px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
}

.error-modal-header[b-x1y2pwdar8] {
    padding: 1.5rem;
    border-bottom: 2px solid #f8d7da;
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    display: flex;
    align-items: center;
}

.error-modal-header h4[b-x1y2pwdar8] {
    color: #721c24;
    font-weight: 600;
}

.error-modal-header i[b-x1y2pwdar8] {
    font-size: 1.5rem;
}

.error-modal-body[b-x1y2pwdar8] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.error-details[b-x1y2pwdar8] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
}

.error-details h5[b-x1y2pwdar8] {
    color: #495057;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.error-message[b-x1y2pwdar8] {
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: white;
    border-radius: 4px;
    border-left: 4px solid #dc3545;
}

.error-stacktrace[b-x1y2pwdar8] {
    margin-top: 0.5rem;
}

.error-stacktrace pre[b-x1y2pwdar8] {
    background: #2d3748;
    color: #e2e8f0;
    padding: 1rem;
    border-radius: 4px;
    font-size: 0.75rem;
    overflow-x: auto;
    max-height: 200px;
    overflow-y: auto;
    margin: 0.5rem 0 0 0;
}

.error-modal-footer[b-x1y2pwdar8] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}
/* /Components/Shared/ThemeToggle.razor.rz.scp.css */
.theme-toggle[b-5jvy831h72] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    color: var(--text-secondary);
    cursor: pointer;
    transition: all var(--transition-fast);
}

.theme-toggle:hover[b-5jvy831h72] {
    background-color: var(--bg-hover);
    color: var(--text-primary);
    border-color: var(--border-normal);
}

.theme-toggle:active[b-5jvy831h72] {
    transform: scale(0.95);
}

.theme-toggle i[b-5jvy831h72] {
    font-size: var(--text-lg);
    transition: transform var(--transition-fast);
}

.theme-toggle:hover i[b-5jvy831h72] {
    transform: rotate(15deg);
}

/* Smooth icon transitions */
@keyframes fadeIn-b-5jvy831h72 {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.theme-toggle i[b-5jvy831h72] {
    animation: fadeIn-b-5jvy831h72 var(--transition-fast);
}
/* /Components/Shared/TopicListItem.razor.rz.scp.css */
.topic-list-item[b-dnjdsja1yp] {
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topic-list-item:hover[b-dnjdsja1yp] {
    background-color: #f9fafb;
}

.topic-list-item.selected[b-dnjdsja1yp] {
    background-color: #eff6ff;
    border-left: 3px solid #3b82f6;
}

.topic-main-content[b-dnjdsja1yp] {
    flex: 1;
    min-width: 0;
}

.topic-subject[b-dnjdsja1yp] {
    margin-bottom: 6px;
}

.topic-title[b-dnjdsja1yp] {
    font-weight: 600;
    font-size: 15px;
    color: #1f2937;
}

.topic-description[b-dnjdsja1yp] {
    margin-left: 8px;
    font-size: 13px;
    color: #6b7280;
}

.topic-meta[b-dnjdsja1yp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #6b7280;
}

.topic-author[b-dnjdsja1yp] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.author-avatar[b-dnjdsja1yp] {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.author-avatar img[b-dnjdsja1yp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-fallback[b-dnjdsja1yp] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 12px;
}

.auction-avatar[b-dnjdsja1yp] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f59e0b 0%, #dc2626 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.author-name[b-dnjdsja1yp] {
    font-weight: 500;
    color: #374151;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.forum-badge[b-dnjdsja1yp] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    background-color: #f3f4f6;
    color: #6b7280;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

.topic-stats[b-dnjdsja1yp] {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.reply-count[b-dnjdsja1yp] {
    color: #6b7280;
}

.last-activity[b-dnjdsja1yp] {
    color: #9ca3af;
}

.topic-actions[b-dnjdsja1yp] {
    margin-left: 12px;
}

.topic-direct-link[b-dnjdsja1yp] {
    padding: 4px 8px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    background: white;
    color: #6b7280;
    transition: all 0.15s ease;
}

.topic-direct-link:hover[b-dnjdsja1yp] {
    background-color: #f9fafb;
    border-color: #d1d5db;
    color: #374151;
}
/* /Components/Shared/TradeBlockModal.razor.rz.scp.css */
.player-row[b-rcnygfp2ku] {
    padding: 0.75rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.player-row:hover[b-rcnygfp2ku] {
    background-color: var(--bs-light);
    border-color: var(--bs-primary);
}

.player-row.on-trade-block[b-rcnygfp2ku] {
    background-color: rgba(25, 135, 84, 0.1);
    border-color: var(--bs-success);
}

.trade-block-players[b-rcnygfp2ku] {
    max-height: 400px;
    overflow-y: auto;
}
