/* _content/Lcto.Client/Components/Layout/Footer.razor.rz.scp.css */
.site-footer[b-tul7kihy5w] {
    margin-top: 40px;
    padding: 20px 10px;
    background-color: #060f1c;
    border-top: 1px solid #333;
    border-radius: 0 0 20px 20px;
    color: var(--color-light);
    text-align: center;
    font-size: 0.9em;
}

.site-footer a[b-tul7kihy5w] {
    color: var(--color-light);
    margin: 0 8px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-footer a:hover[b-tul7kihy5w] {
    color: #ffff00;
}
/* _content/Lcto.Client/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-w9eh4zv4z4] {
    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[b-w9eh4zv4z4] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Lcto.Client/Components/Layout/Shared/Modal.razor.rz.scp.css */
.modal-backdrop[b-k40rmk13ps] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(0.5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-container[b-k40rmk13ps] {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    position: relative;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.close-btn[b-k40rmk13ps] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}
/* _content/Lcto.Client/Components/Layout/Shared/Pagination.razor.rz.scp.css */
.pagination[b-876uniylwr] {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-item[b-876uniylwr] {
    margin: 0 5px;
    padding: 8px 12px;
    background-color: #112B50;
    color: #CCCCCC;
    border: 1px solid #1A2E50;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.page-item:hover[b-876uniylwr] {
    background-color: #1A2E50;
    color: #FFFF00;
}

.page-item.active[b-876uniylwr] {
    background-color: #FFFF00;
    color: #112B50;
    font-weight: bold;
}

.page-item.disabled[b-876uniylwr] {
    opacity: 0.5;
    pointer-events: none;
}
/* _content/Lcto.Client/Components/Pages/Matches/MatchDetails.razor.rz.scp.css */
.match-container[b-vql4k0fxea] {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
}

.match-header[b-vql4k0fxea] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #0D1B33, #112B50);
    border: 1px solid #CCCCCC;
    padding: 10px;
    border-radius: 8px;
}

.team-block[b-vql4k0fxea] {
    flex: 1;
    text-align: center;
}

.team-block.left[b-vql4k0fxea] {
    text-align: right;
}

.team-block.right[b-vql4k0fxea] {
    text-align: left;
}

.map-block.center[b-vql4k0fxea] {
    flex: 2;
    text-align: center;
}

.map-name[b-vql4k0fxea] {
    font-size: 1.1rem;
    color: #CCCCCC;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000;
}

.team[b-vql4k0fxea] {
    display: inline-block;
}

.logo-img[b-vql4k0fxea] {
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 5px;
    border: 1px solid #66B2FF;
    background-color: #000;
    padding: 2px;
}

.team-name[b-vql4k0fxea] {
    font-size: 1.1rem;
    font-weight: bold;
    color: #CCCCCC;
    text-shadow: 1px 1px 2px #000;
    text-align: center;
}

.score[b-vql4k0fxea] {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 5px;
}

.score-value[b-vql4k0fxea] {
    color: #FFCC00;
}

.score-separator[b-vql4k0fxea] {
    color: #CCCCCC;
}

.match-event[b-vql4k0fxea] {
    margin: 20px 0;
}

.event-card[b-vql4k0fxea] {
    background-color: #1A3853;
    border: 1px solid #2A4B72;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 0 6px #000;
    margin-bottom: 15px;
}

.event-score-line[b-vql4k0fxea] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.team-role[b-vql4k0fxea] {
    font-size: 1.4rem;
    color: #99CCFF;
}

.details-link[b-vql4k0fxea] {
    margin-top: 10px;
    text-align: center;
}

.details-link a[b-vql4k0fxea] {
    color: #FFCC00;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dotted #FFCC00;
}

hr[b-vql4k0fxea] {
    border-top: 1px solid #444;
}

.team-inline[b-vql4k0fxea] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 1.2rem;
}

.team-score[b-vql4k0fxea] {
    font-weight: bold;
    color: #CCCCCC;
    font-size: 1.4rem;
    margin: 12px;
}

.role-special[b-vql4k0fxea] {
    color: #66CCFF;
    text-shadow: 1px 1px 2px #000;
}

.role-terrorist[b-vql4k0fxea] {
    color: #FF5555;
    text-shadow: 1px 1px 2px #000;
}

.map-img[b-vql4k0fxea] {
    margin-top: 5px;
    border: 1px solid #00ffcc;
    border-radius: 4px;
    box-shadow: 0 0 6px #000;
    width: 160px;
    max-width: 100%;
    height: auto;
}

.map-img:hover[b-vql4k0fxea] {
    border: 1px solid #FF5555;
}

.match-players[b-vql4k0fxea] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
    text-align: center;
    margin: 1rem;
}

.table-row[b-vql4k0fxea] {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.team-players[b-vql4k0fxea] {
    padding: 15px;
}

.table-wrapper.left-table[b-vql4k0fxea],
.table-wrapper.right-table[b-vql4k0fxea] {
    flex: 1 1 45%;
    max-width: 500px;
}

.mvp-label[b-vql4k0fxea] {
    color: #FFCC00;
    padding: 2px 6px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 0.9em;
}

@media (max-width: 768px) {
    .match-header[b-vql4k0fxea] {
        flex-direction: column;
        text-align: center;
    }

    .team-block.left[b-vql4k0fxea],
    .team-block.right[b-vql4k0fxea] {
        text-align: center;
    }

    .map-block.center[b-vql4k0fxea] {
        margin-top: 10px;
    }

    .team-inline[b-vql4k0fxea] {
        flex-direction: column;
        gap: 4px;
    }

    .match-players[b-vql4k0fxea] {
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }

    .map-img[b-vql4k0fxea] {
        max-width: 100%;
    }

    .team-players[b-vql4k0fxea] {
        padding: 5px;
    }

    .table-wrapper.left-table[b-vql4k0fxea],
    .table-wrapper.right-table[b-vql4k0fxea] {
        flex: 1 1 100%;
        max-width: none;
    }
    
    .mvp-label[b-vql4k0fxea] {
        font-size: 0.75em;
        padding: 1px 4px;
        margin-left: 4px;
    }
}

/* _content/Lcto.Client/Components/Pages/Players/PlayerDetails.razor.rz.scp.css */
.player-profile[b-0iooc5kkqe] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #0B1E3C;
    border-radius: 15px;
    padding: 20px;
    color: #CCCCCC;
    gap: 50px;
}

.player-details[b-0iooc5kkqe] {
    flex: 1 1 300px;
    text-align: left;
}

.player-details h3[b-0iooc5kkqe] {
    color: #77FFD6;
    border-bottom: 2px solid #112B50;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.player-details dt[b-0iooc5kkqe] {
    font-weight: bold;
    color: #00FFFF;
    margin-top: 10px;
}

.player-details dd[b-0iooc5kkqe] {
    margin: 0 0 10px 0;
    color: #CCCCCC;
}

.stream-channels[b-0iooc5kkqe] {
    margin-top: 15px;
}

.platform-link[b-0iooc5kkqe] {
    font-size: 24px;
    margin-right: 10px;
    color: #00FFFF;
    transition: transform 0.2s ease;
}

.platform-link:hover[b-0iooc5kkqe] {
    transform: scale(1.2);
    color: #FFFF00;
}

.player-image[b-0iooc5kkqe] {
    flex: 0 0 200px;
    text-align: center;
}

.photo-img[b-0iooc5kkqe],
.logo-img[b-0iooc5kkqe] {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid #77FFD6;
    object-fit: cover;
    background-color: #060F1C;
    padding: 5px;
}

.team-logo-with-text[b-0iooc5kkqe] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.team-logo-with-text img[b-0iooc5kkqe] {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .player-profile[b-0iooc5kkqe] {
        flex-direction: column;
        align-items: center;
    }

    .player-details[b-0iooc5kkqe] {
        text-align: center;
    }

    .team-logo-with-text[b-0iooc5kkqe] {
        justify-content: center;
    }
}
/* _content/Lcto.Client/Components/Pages/Stages/GroupStage.razor.rz.scp.css */
.team-logo-with-text[b-fenp4mqele] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.team-logo-with-text img[b-fenp4mqele] {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    object-fit: cover;
}
/* _content/Lcto.Client/Components/Pages/Stages/Podium.razor.rz.scp.css */
/* podium  */
.podium-container[b-az3riirbg1] {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.podium-item[b-az3riirbg1] {
    width: 120px;
    padding: 4px;
    border-radius: 8px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.position-1[b-az3riirbg1] {
    order: 2;
    background: linear-gradient(to right, gold, 20%, orange 40%, 85%, gold);
    height: 180px;
}

.position-2[b-az3riirbg1] {
    order: 1;
    background: linear-gradient(to right, silver, 20%, grey 50%, 85%, silver);
    height: 165px;
}

.position-3[b-az3riirbg1] {
    order: 3;
    background: linear-gradient(to right, #cd7f32, 20%, #ad5005 55%, 90%, #cd7f32);
    height: 150px;
}

.podium-image-container[b-az3riirbg1] {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
}

.podium-logo-img[b-az3riirbg1] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.info[b-az3riirbg1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 16px 8px;
}

.position[b-az3riirbg1] {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    color: #112B50;
}

.team-details[b-az3riirbg1] {
    white-space: nowrap;
}

.name-team[b-az3riirbg1] {
    color: #112B50;
    font-size: 14px;
    font-weight: 600;
}

.list[b-az3riirbg1] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px;
    max-width: 400px;
    margin: 40px auto;
    background-color: #112B50;
    border: 2px dashed #CCCCCC;
    border-radius: 8px;
}

.list-item[b-az3riirbg1] {
    display: flex;
    align-items: center;
    background-color: #112B50;
    border: 2px solid #CCCCCC;
    border-radius: 6px;
    padding: 2px;
    transition: background 0.2s;
}

.list-info[b-az3riirbg1] {
    display: flex;
    align-items: center;
    width: 100%;
}

.list-position[b-az3riirbg1] {
    font-size: 12px;
    min-width: 30px;
    text-align: center;
    background-color: #112B50;
    color: #CCCCCC;
    border: 1px solid #aaa;
    padding: 4px;
    margin-right: 10px;
}

.list-image-container[b-az3riirbg1] {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 2px solid #555;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 10px;
}

.list-logo-img[b-az3riirbg1] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.team-details .name-team-list[b-az3riirbg1] {
    font-size: 16px;
    color: #CCCCCC;
    letter-spacing: 1px;
}

.team-logo-with-text[b-az3riirbg1] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.team-logo-with-text img[b-az3riirbg1] {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    object-fit: cover;
}
/* _content/Lcto.Client/Components/Pages/Stages/StageDetails.razor.rz.scp.css */
.retro-message[b-zh5uqrvnfs] {
    background-color: #112B50;
    border: 1px dashed #DC3545;
    padding: 1rem;
    margin: 1rem 0;
    color: #DC3545;
    text-align: center;
    border-radius: 5px;
}

.text-description[b-zh5uqrvnfs] {
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 5px;
}

.markdown-preview ul[b-zh5uqrvnfs] {
    display: inline-block;
    text-align: left;
    list-style-position: inside;
}
.markdown-preview h1[b-zh5uqrvnfs],
.markdown-preview h2[b-zh5uqrvnfs],
.markdown-preview h3[b-zh5uqrvnfs] {
    margin-top: 1rem;
    font-weight: bold;
}

.image-container[b-zh5uqrvnfs] {
    width: 32px;
    height: 32px;
}

.logo-img[b-zh5uqrvnfs] {
    width: 100%;
    height: auto;
    display: block;
}

.image-container[b-zh5uqrvnfs] {
    width: 32px;
    height: 32px;
}

.playoff-table[b-zh5uqrvnfs] {
    font-size: 15px;
    line-height: 2.428571;
    font-weight: 400;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.bracket-layout[b-zh5uqrvnfs] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.left-column[b-zh5uqrvnfs] {
    flex: 1;
    min-width: 400px;
}

.right-column[b-zh5uqrvnfs] {
    min-width: 300px;
    flex-shrink: 0;
    align-self: center;
}

.bracket-section[b-zh5uqrvnfs] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 40px;
    overflow-x: auto;
}

.round-column[b-zh5uqrvnfs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    min-width: 200px;
}

.playoff-table .playoff-table-content[b-zh5uqrvnfs] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    padding: 20px;
}

.playoff-table .playoff-table-tour[b-zh5uqrvnfs] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    position: relative;
}

.round-names[b-zh5uqrvnfs] {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 18px;
}

.round-name[b-zh5uqrvnfs] {
    font-weight: bold;
}

.playoff-table *[b-zh5uqrvnfs] {
    box-sizing: border-box;
}

.playoff-table .playoff-table-group[b-zh5uqrvnfs] {
    padding-right: 20px;
    padding-left: 10px;
    margin-bottom: 30px;
    height: 100%;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.playoff-table .playoff-table-group .playoff-table-pair-style:last-child[b-zh5uqrvnfs] {
    border-radius: 4px;
    margin-bottom: 2px;
}

.playoff-table .playoff-table-group:last-child[b-zh5uqrvnfs] {
    margin-bottom: 10px;
}

.playoff-table .playoff-table-pair[b-zh5uqrvnfs] {
    position: relative;
}

.playoff-table .playoff-table-pair:nth-child(even)[b-zh5uqrvnfs]:after {
    top: 28px;
}

.playoff-table .playoff-table-pair:nth-child(odd)[b-zh5uqrvnfs]:after {
    bottom: 28px;
}

.playoff-table .playoff-table-pair-style[b-zh5uqrvnfs] {
    background-color: #112B50;
    width: 180px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.playoff-table .playoff-table-left-player[b-zh5uqrvnfs],
.playoff-table .playoff-table-right-player[b-zh5uqrvnfs] {
    padding: 2px;
}

.playoff-table .playoff-table-left-player[b-zh5uqrvnfs] {
    border-bottom: 1px solid #D6D6D6;
}

.playoff-table .playoff-table-right-player[b-zh5uqrvnfs] {
    margin-top: -1px;
    border-top: 0.2px solid #cccccc;
}

.playoff-table .playoff-table-tour:first-child .playoff-table-left-player[b-zh5uqrvnfs]:before {
    display: none;
}

.playoff-table .playoff-table-tour:last-child .playoff-table-group[b-zh5uqrvnfs]:after {
    display: none;
}

.playoff-table .playoff-table-tour:last-child .playoff-table-pair[b-zh5uqrvnfs]:after,
.playoff-table .playoff-table-tour:last-child .playoff-table-pair[b-zh5uqrvnfs]:before {
    display: none;
}

.bracket-team-container-grid-3[b-zh5uqrvnfs] {
    display: grid;
    grid-template-columns: 32px auto 32px;
    align-items: center;
    gap: 5px;
}

.image-container[b-zh5uqrvnfs] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-img[b-zh5uqrvnfs] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bracket-team-name[b-zh5uqrvnfs] {
    font-size: 14px;
    padding: 0 0 0 4px;
    margin-left: 4px;
}

.bracket-team-name.highlight[b-zh5uqrvnfs] {
    background-color: #00ffcc;
    color: #142B4F;
    font-weight: bold;
}

.winner[b-zh5uqrvnfs] {
    font-weight: bold;
    color: #77FFD6;
}

.loser[b-zh5uqrvnfs] {
    color: #CCCCCC;
}

.bracket-team-score[b-zh5uqrvnfs] {
    text-align: center;
    border-left: 0.2px solid #D6D6D6;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.bracket-date[b-zh5uqrvnfs] {
    background-color: #f5f5f5;
    font-size: 10px;
    text-align: left;
    font-weight: lighter;
    padding: 2px 2px 2px 15px;
}

.round-name[b-zh5uqrvnfs] {
    background-color: #1A2E50;
    color: #77FFD6;
    width: 170px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

@media screen and (max-width: 768px) {
    .playoff-table .playoff-table-content[b-zh5uqrvnfs] {
        flex-direction: column;
        padding: 10px;
    }

    .bracket-layout[b-zh5uqrvnfs] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .left-column[b-zh5uqrvnfs],
    .right-column[b-zh5uqrvnfs] {
        width: 100%;
    }

    .playoff-table .playoff-table-pair-style[b-zh5uqrvnfs] {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .round-name[b-zh5uqrvnfs] {
        width: 100%;
        max-width: 100%;
        font-size: 11px;
    }

    .bracket-team-name[b-zh5uqrvnfs] {
        font-size: 12px;
    }

    .bracket-team-container-grid-3[b-zh5uqrvnfs] {
        grid-template-columns: 24px auto 24px;
        gap: 3px;
    }

    .logo-img[b-zh5uqrvnfs] {
        width: 24px;
        height: 24px;
    }

    .bracket-team-score[b-zh5uqrvnfs] {
        font-size: 12px;
    }

    .round-names[b-zh5uqrvnfs] {
        padding: 10px;
    }
}
/* _content/Lcto.Client/Components/Pages/Stages/StageMatches.razor.rz.scp.css */
.modal-overlay[b-yh7w0igfba] {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex; justify-content: center; align-items: center;
    z-index: 1000;
}

.modal[b-yh7w0igfba] {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

.highlight[b-yh7w0igfba] {
    background-color: #00ffcc;
    color: #142B4F;
    font-weight: bold;
}
/* _content/Lcto.Client/Components/Pages/Teams/TeamDetails.razor.rz.scp.css */
.team-profile[b-yz7sr1qyrr] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #0B1E3C;
    border-radius: 15px;
    padding: 20px;
    color: #CCCCCC;
    gap: 50px;
}

.team-details[b-yz7sr1qyrr] {
    flex: 1 1 300px;
    text-align: left;
}

.team-details h3[b-yz7sr1qyrr] {
    color: #77FFD6;
    border-bottom: 2px solid #112B50;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.team-details dt[b-yz7sr1qyrr] {
    font-weight: bold;
    color: #00FFFF;
    margin-top: 10px;
}

.team-details dd[b-yz7sr1qyrr] {
    margin: 0 0 10px 0;
    color: #CCCCCC;
}

.team-image[b-yz7sr1qyrr] {
    flex: 0 0 200px;
    text-align: center;
}

.photo-img[b-yz7sr1qyrr],
.logo-img[b-yz7sr1qyrr] {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid #77FFD6;
    object-fit: cover;
    background-color: #060F1C;
    padding: 5px;
}

.trophy[b-yz7sr1qyrr] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: bold;
}

.trophy svg[b-yz7sr1qyrr] {
    vertical-align: middle;
}

.trophy.gold svg[b-yz7sr1qyrr] {
    color: #FFD700;
    filter: drop-shadow(0 0 2px #A67C00);
}

.trophy.silver svg[b-yz7sr1qyrr] {
    color: #C0C0C0;
    filter: drop-shadow(0 0 2px #6C7A89);
}

.trophy.bronze svg[b-yz7sr1qyrr] {
    color: #CD7F32;
    filter: drop-shadow(0 0 2px #8B4513);
}


@media (max-width: 768px) {
    .team-profile[b-yz7sr1qyrr] {
        flex-direction: column;
        align-items: center;
    }

    .team-details[b-yz7sr1qyrr] {
        text-align: center;
    }

}
/* _content/Lcto.Client/Components/Pages/Teams/TeamsIndex.razor.rz.scp.css */
.team-logo-with-text[b-f6k869vq6t] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.team-logo-with-text img[b-f6k869vq6t] {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    object-fit: cover;
}
/* _content/Lcto.Client/Components/Pages/Tournament/PlayerStats.razor.rz.scp.css */
.mvp-label[b-wa13efe0kf] {
    color: #FFCC00;
    padding: 2px 6px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 0.9em;
}
/* _content/Lcto.Client/Components/Pages/Tournament/TournamentDetails.razor.rz.scp.css */
.card-grid[b-qm9ngcssq4] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
}

.team-card[b-qm9ngcssq4] {
    background-color: #0B1E3C;
    border: 2px solid #77FFD6;
    border-radius: 12px;
    width: 150px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    text-align: center;
    color: #CCCCCC;
    transition: transform 0.3s ease;
}

.team-card:hover[b-qm9ngcssq4] {
    transform: scale(1.05);
    border-color: #880029;
}

.card-img-wrapper[b-qm9ngcssq4] {
    height: 100px;
    background-color: #112B50;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-img-wrapper img[b-qm9ngcssq4] {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.card-body h3[b-qm9ngcssq4] {
    font-size: 1.1rem;
    margin: 10px 0;
    color: #77FFD6;
}

.retro-message[b-qm9ngcssq4] {
    background-color: #112B50;
    border: 1px dashed #DC3545;
    padding: 1rem;
    margin: 1rem 0;
    color: #DC3545;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 8px #DC3545;
}

.stats-button[b-qm9ngcssq4] {
    background-color: #77FFD6;
    color: #112B50;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.stats-button:hover[b-qm9ngcssq4] {
    background-color: #FFFF00;
    text-decoration: underline;
}

.retro-card[b-qm9ngcssq4] {
    background-color: #112B50;
    color: #CCCCCC;
    border: 2px solid #CCCCCC;
    border-radius: 5px;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 10px #112B50;
}

.retro-header[b-qm9ngcssq4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #112B50;
    font-weight: bold;
    font-size: 1.2rem;
}

.retro-body[b-qm9ngcssq4] {
    padding: 0.75rem 1rem;
    background-color: #112B50;
    border-top: 1px dashed #CCCCCC;
}

.retro-icon[b-qm9ngcssq4] {
    color: #0ff;
    text-decoration: none;
    font-size: 1rem;
}

.retro-link[b-qm9ngcssq4] {
    display: inline-block;
    margin-top: 0.5rem;
    color: #0ff;
    text-decoration: none;
}

.retro-link:hover[b-qm9ngcssq4] {
    text-decoration: underline;
}

.retro-list[b-qm9ngcssq4] {
    list-style-type: square;
    padding-left: 1.5rem;
    margin-top: 0.5rem;
}

/* _content/Lcto.Client/Components/Pages/Tournament/TournamentTeamStats.razor.rz.scp.css */
.team-name-list[b-741jh47ca0]{
    text-align: center;
    margin: 20px 0;
    font-size: 1.2rem;
}

.team-image[b-741jh47ca0] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
}

.logo-img[b-741jh47ca0] {
    width: auto;
    height: 100%;
    display: block;
    object-fit: cover;
}

.retro-message[b-741jh47ca0] {
    background-color: #112B50;
    border: 1px dashed #DC3545;
    padding: 1rem;
    margin: 1rem 0;
    color: #DC3545;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 8px #DC3545;
}
