/* /Pages/About.cshtml.rz.scp.css */
/* --- About Us Page Styles --- */

/* Main Container */
.about-us-container[b-e61l1vz6p9] {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Header */
.about-header[b-e61l1vz6p9] {
    text-align: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .about-header h1[b-e61l1vz6p9] {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .about-header .subtitle[b-e61l1vz6p9] {
        font-size: 1.25rem;
        color: #555;
        font-weight: 300;
    }

/* General Content Sections */
.content-section[b-e61l1vz6p9] {
    margin-bottom: 40px;
}

    .content-section h2[b-e61l1vz6p9] {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 20px;
        text-align: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .content-section p[b-e61l1vz6p9] {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

/* Process Steps */
.process-section .process-steps[b-e61l1vz6p9] {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.process-section .step-card[b-e61l1vz6p9] {
    flex: 1;
    text-align: center;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.step-card .step-icon[b-e61l1vz6p9] {
    margin-bottom: 15px;
}

.step-card .step-number[b-e61l1vz6p9] {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

.step-card h3[b-e61l1vz6p9] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Mission Statement Blockquote */
.mission-statement blockquote[b-e61l1vz6p9] {
    font-size: 1.3rem;
    font-style: italic;
    text-align: center;
    margin: 20px 0;
    padding: 20px;
    border-left: 5px solid #333;
    background-color: #f9f9f9;
    color: #222;
}

/* Call to Action Button */
.cta-section[b-e61l1vz6p9] {
    text-align: center;
    margin-top: 30px;
}

    .cta-section p[b-e61l1vz6p9] {
        font-size: 1.1rem;
        font-weight: 500;
    }

.cta-button[b-e61l1vz6p9] {
    display: inline-block;
    background-color: #007bff; /* Example blue - change to your site's color */
    color: #ffffff;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.2s ease;
}

    .cta-button:hover[b-e61l1vz6p9] {
        background-color: #0056b3; /* Darker blue on hover */
        color: #fff;
    }

/* Responsive for mobile */
@media (max-width: 768px) {
    .process-section .process-steps[b-e61l1vz6p9] {
        flex-direction: column;
    }
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-timd94dbjh] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-timd94dbjh] {
  color: #0077cc;
}

.btn-primary[b-timd94dbjh] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-timd94dbjh], .nav-pills .show > .nav-link[b-timd94dbjh] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-timd94dbjh] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-timd94dbjh] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-timd94dbjh] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-timd94dbjh] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-timd94dbjh] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Pages/U/Games/Game.cshtml.rz.scp.css */
/* Scoped CSS for Game Detail page */

/* Player cards */
.player-card .player-row[b-64rvexwqf6] {
    transition: background-color 0.2s ease;
}

.player-card .player-row:hover[b-64rvexwqf6] {
    background-color: rgba(0, 0, 0, 0.02);
}

.winner-highlight[b-64rvexwqf6] {
    background-color: rgba(25, 135, 84, 0.08);
}

.avatar-img[b-64rvexwqf6] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #dee2e6;
}

.avatar-placeholder[b-64rvexwqf6] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 1.25rem;
    border: 2px solid #dee2e6;
}

.piece-icon[b-64rvexwqf6] {
    font-size: 1.25rem;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Time class badges */
.time-class-badge[b-64rvexwqf6] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.time-class-bullet[b-64rvexwqf6] {
    background-color: #dc3545;
    color: white;
}

.time-class-blitz[b-64rvexwqf6] {
    background-color: #ffc107;
    color: #212529;
}

.time-class-rapid[b-64rvexwqf6] {
    background-color: #198754;
    color: white;
}

.time-class-daily[b-64rvexwqf6] {
    background-color: #0dcaf0;
    color: #212529;
}

.time-class-unknown[b-64rvexwqf6] {
    background-color: #6c757d;
    color: white;
}

/* ECO badge */
.eco-badge[b-64rvexwqf6] {
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
    font-weight: 600;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.opening-name[b-64rvexwqf6] {
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Move list styles */
.move-list-container[b-64rvexwqf6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 1rem;
    max-height: 300px;
    overflow-y: auto;
    padding: 0.5rem;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
    font-size: 0.85rem;
}

.move-pair[b-64rvexwqf6] {
    white-space: nowrap;
}

.move-number[b-64rvexwqf6] {
    min-width: 2rem;
    text-align: right;
}

.move-item[b-64rvexwqf6] {
    cursor: pointer;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease;
}

.move-item:hover[b-64rvexwqf6] {
    background-color: #e9ecef;
}

.move-item.active[b-64rvexwqf6] {
    background-color: #0d6efd;
    color: white;
}

.move-white[b-64rvexwqf6] {
    min-width: 3.5rem;
}

.move-black[b-64rvexwqf6] {
    min-width: 3.5rem;
}

/* Move counter badge */
.move-counter[b-64rvexwqf6] {
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
    font-size: 0.8rem;
}

/* Game navigation buttons */
.btn-outline-primary:disabled[b-64rvexwqf6],
.btn-outline-secondary:disabled[b-64rvexwqf6] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Card styling improvements */
.card-header h6[b-64rvexwqf6] {
    font-weight: 600;
}

.card-header .bi[b-64rvexwqf6] {
    color: #6c757d;
}

/* Actions card buttons */
.d-grid.gap-2 .btn[b-64rvexwqf6] {
    text-align: left;
    display: flex;
    align-items: center;
}

.d-grid.gap-2 .btn i[b-64rvexwqf6] {
    min-width: 1.25rem;
}

/* Flip board and auto-play buttons */
#flipBoardBtn[b-64rvexwqf6],
#autoPlayBtn[b-64rvexwqf6] {
    transition: transform 0.2s ease;
}

#flipBoardBtn:hover:not(:disabled)[b-64rvexwqf6],
#autoPlayBtn:hover:not(:disabled)[b-64rvexwqf6] {
    transform: scale(1.1);
}

#autoPlayBtn.playing[b-64rvexwqf6] {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
}

/* Rating difference display */
.player-row .text-success[b-64rvexwqf6],
.player-row .text-danger[b-64rvexwqf6] {
    font-weight: 600;
    font-size: 0.75rem;
}

/* Keyboard hint in footer */
.card-footer .bi-keyboard[b-64rvexwqf6] {
    font-size: 1rem;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .player-card .player-row[b-64rvexwqf6] {
        padding: 0.75rem !important;
    }

    .avatar-img[b-64rvexwqf6],
    .avatar-placeholder[b-64rvexwqf6] {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }

    .piece-icon[b-64rvexwqf6] {
        font-size: 1rem;
        width: 20px;
    }

    .move-list-container[b-64rvexwqf6] {
        max-height: 200px;
        font-size: 0.8rem;
    }
}

@media (max-width: 575.98px) {
    .btn-group .btn[b-64rvexwqf6] {
        padding: 0.25rem 0.5rem;
        font-size: 0.8rem;
    }

    .badge.fs-6[b-64rvexwqf6] {
        font-size: 0.875rem !important;
    }

    .move-list-container[b-64rvexwqf6] {
        font-size: 0.75rem;
    }

    .move-number[b-64rvexwqf6] {
        min-width: 1.5rem;
    }

    .move-white[b-64rvexwqf6],
    .move-black[b-64rvexwqf6] {
        min-width: 3rem;
    }
}

/* Collapsible move list animation */
#moveListCollapse[b-64rvexwqf6] {
    transition: height 0.3s ease;
}

/* Scrollbar styling for move list */
.move-list-container[b-64rvexwqf6]::-webkit-scrollbar {
    width: 6px;
}

.move-list-container[b-64rvexwqf6]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.move-list-container[b-64rvexwqf6]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.move-list-container[b-64rvexwqf6]::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

/* Link styling in player cards */
.player-row a[b-64rvexwqf6] {
    color: inherit;
}

.player-row a:hover[b-64rvexwqf6] {
    color: #0d6efd;
}

/* Trophy icon animation */
.bi-trophy-fill[b-64rvexwqf6] {
    animation: trophy-glow-b-64rvexwqf6 2s ease-in-out infinite;
}

@keyframes trophy-glow-b-64rvexwqf6 {
    0%, 100% {
        filter: drop-shadow(0 0 2px rgba(255, 193, 7, 0.5));
    }
    50% {
        filter: drop-shadow(0 0 6px rgba(255, 193, 7, 0.8));
    }
}
/* /Pages/U/Games/Recent.cshtml.rz.scp.css */
/* Scoped CSS for Recent Games page */

.recent-game-card[b-aqb610flfz] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.recent-game-card:hover[b-aqb610flfz] {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

.recent-game-card .card-header[b-aqb610flfz] {
    border-bottom: 2px solid var(--bs-border-color);
}

/* Modern game info layout */
.game-info[b-aqb610flfz] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.opponent-section h3[b-aqb610flfz] {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.game-metadata[b-aqb610flfz] {
    line-height: 1.6;
}

.event-section[b-aqb610flfz] {
    padding-top: 1rem;
    border-top: 1px solid var(--bs-border-color-translucent);
}

/* Improve spacing for the game review section */
.game-review[b-aqb610flfz] {
    background-color: var(--bs-gray-100);
    padding: 1rem;
    border-radius: 0.375rem;
}

/* Better responsive behavior for the chess viewer */
@media (max-width: 991.98px) {
    .game-review[b-aqb610flfz] {
        margin-bottom: 1rem;
    }
}

/* Ensure the outcome badge is properly styled */
.card-header .badge[b-aqb610flfz] {
    letter-spacing: 0.5px;
}
/* /Pages/U/Games/Vs.cshtml.rz.scp.css */
/* Scoped CSS for Vs Games page */

.recent-game-card[b-xlpbcqudwj] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.recent-game-card:hover[b-xlpbcqudwj] {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

.recent-game-card .card-header[b-xlpbcqudwj] {
    border-bottom: 2px solid var(--bs-border-color);
}

/* Modern game info layout */
.game-info[b-xlpbcqudwj] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.opponent-section h3[b-xlpbcqudwj] {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.game-metadata[b-xlpbcqudwj] {
    line-height: 1.6;
}

.event-section[b-xlpbcqudwj] {
    padding-top: 1rem;
    border-top: 1px solid var(--bs-border-color-translucent);
}

/* Improve spacing for the game review section */
.game-review[b-xlpbcqudwj] {
    background-color: var(--bs-gray-100);
    padding: 1rem;
    border-radius: 0.375rem;
}

/* Better responsive behavior for the chess viewer */
@media (max-width: 991.98px) {
    .game-review[b-xlpbcqudwj] {
        margin-bottom: 1rem;
    }
}

/* Ensure the outcome badge is properly styled */
.card-header .badge[b-xlpbcqudwj] {
    letter-spacing: 0.5px;
}
