@import url(/framework/php/theme.php);*,body.submit {
    margin: 0;
    padding: 0
}

@font-face {
    font-family: Mokoto;
    src: url("../../assets/fonts/Mokoto.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

::-webkit-scrollbar-track {
    background: var(--orange)
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg,var(--primary-violet),var(--primary-blue))
}

::-webkit-scrollbar-button {
    display: none
}

::selection {
    background: var(--orange);
    color: var(--white)
}

::-moz-selection {
    background: var(--orange);
    color: var(--white)
}

* {
    box-sizing: border-box
}

body {
    background-color: var(--white);
    color: var(--dark-gray);
    font-family: "Proxima Nova",sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    line-height: 1.7;
    scroll-behavior: smooth
}

body.submit {
    font-family: "Proxima Nova",sans-serif;
    background: linear-gradient(90deg,var(--primary-blue),var(--primary-violet));
    color: var(--white);
    text-align: center
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(15px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

#main-container,#main-paris-panel,.classement,.conditions,main.competition,main.container,main.generic,main.messagerie.container,main.news {
    flex: 1;
    max-width: 1200px;
    margin: var(--spacing) auto;
    padding: 0 var(--spacing)
}

.ranking-main table {
    width: 100%;
    border-collapse: collapse;
    background-color: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 12px color-mix(in srgb,var(--black) 10%,transparent);
    margin-bottom: 40px
}

#paris-container {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 20px;
    margin-top: 20px
}

#main-container.three-column-layout {
    flex: 1;
    display: flex;
    gap: 20px;
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto
}

.match-list-section .matches-container {
    display: grid;
    grid-template-columns: repeat(5,180px);
    gap: 15px;
    justify-content: center;
    padding: 0;
    margin: 0 auto
}

.profile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.reset-container {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%) translateY(50px);
    background: color-mix(in srgb,var(--black) 10%,transparent);
    padding: 30px;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 4px 10px color-mix(in srgb,var(--black) 10%,transparent);
    opacity: 0;
    animation: .8s ease-out forwards slideUp
}

.points-container,.user-ranking-container table {
    border-radius: 10px;
    box-shadow: 0 2px 8px color-mix(in srgb,var(--black) 10%,transparent)
}

.points-container {
    background: var(--light-gray);
    padding: 20px
}

.points-container>div {
    text-align: center;
    font-size: 2rem;
    color: var(--dark-gray)
}

.match-container {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
    gap: 15px
}

.cotes-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: auto;
    margin-bottom: 0
}

.game-container {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center
}

.game-container img {
    width: 100%;
    border-radius: 10px
}

#schedule-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px
}

.ranking-container {
    width: 700px;
    max-width: 100%
}

.user-ranking-container {
    background: var(--white);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 3px 15px color-mix(in srgb,var(--black) 10%,transparent);
    opacity: 0;
    animation: .5s ease-out .2s forwards fadeSlideIn;
    width: 320px;
    margin-top: 0
}

.user-ranking-container table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden
}

.user-ranking-container h2 {
    font-size: 1.2em;
    text-align: center;
    color: var(--primary-violet);
    margin-bottom: 12px
}

.ad-panel,.content-panel {
    background: var(--light-gray);
    padding: 10px 200px 200px;
    border-radius: 8px;
    box-shadow: 0 3px 10px color-mix(in srgb,var(--black) 10%,transparent);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

#centers-panel,.winamax-center-panel,.winamax-left-panel,.winamax-right-panel,h5 {
    background: linear-gradient(240deg,color-mix(in srgb,var(--primary-blue) 10%,transparent) 0,color-mix(in srgb,var(--primary-violet) 10%,transparent) 100%)
}

#centers-panel,.winamax-center-panel,.winamax-left-panel,.winamax-right-panel {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px color-mix(in srgb,var(--black) 10%,transparent)
}

#ad-lateral-left,#ad-lateral-right,#lefts-panel,#rights-panel {
    width: 200px;
    min-height: 600px
}

#centers-panel,.chat-window-section,.game-section,.match-list-section {
    flex: 1;
    display: flex;
    flex-direction: column
}

.winamax-left-panel {
    width: 19%;
    align-self: flex-start
}

.winamax-center-panel {
    width: 50%;
    display: flex;
    flex-direction: column
}

.winamax-right-panel {
    width: 30%;
    align-self: flex-start;
    top: 20px
}

#logout,.back-btn,.btn-parier,.match-form button[type=submit],button[type=submit] {
    display: flex;
    margin: 0 auto 10px;
    justify-content: center;
    padding: 10px 20px;
    background: var(--orange);
    color: var(--white);
    font-family: "Proxima Nova",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .9em;
    border-radius: 12px;
    text-decoration: none;
    border: none;
    box-shadow: 0 4px 10px var(--dark-orange);
    transition: transform .5s,box-shadow .25s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: fit-content
}

#logout:hover,.back-btn:hover,.btn-parier:hover,.match-actions button:hover,.match-form button[type=submit]:hover,button[type=submit]:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 16px var(--primary-violet)
}

.btn-proof, #addInviteBtn,#daily-btn,#update-profile-pic,#validateMatchBtn,.account-form button,.btn-action,.cancel-match,.confirm-result,.cote-btn,.feature-btn,.match-actions button,.matchs-card .request-panel .accept-opponent,.matchs-card .request-panel .accept-own,.matchs-card .request-panel button {
    background: linear-gradient(240deg,color-mix(in srgb,var(--primary-blue) 85%,transparent) 0,color-mix(in srgb,var(--primary-violet) 85%,transparent) 100%);
    color: var(--white);
    font-family: "Proxima Nova",sans-serif;
    text-shadow: 0 2px 3px color-mix(in srgb,var(--light-gray) 50%,transparent);
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 12px;
    border: 2px solid color-mix(in srgb,var(--primary-violet) 20%,transparent);
    box-shadow: inset 0 0 5px color-mix(in srgb,var(--white) 15%,transparent),0 3px 8px color-mix(in srgb,var(--black) 25%,transparent);
    transition: transform .2s,box-shadow .3s;
    cursor: pointer
}

.pari p,h5 {
    padding-left: 15px;
    padding-right: 5px
}

.btn-proof:hover, #addInviteBtn:hover,#daily-btn:hover,#update-profile-pic:hover,#validateMatchBtn:hover,.account-form button:hover,.btn-action:hover,.cote-btn:hover,.feature-btn:hover,.matchs-card .request-panel .accept-opponent:hover,.matchs-card .request-panel .accept-own:hover {
    transform: scale(1.06);
    box-shadow: 0 6px 15px color-mix(in srgb,var(--primary-blue) 30%,transparent),inset 0 0 6px color-mix(in srgb,var(--white) 20%,transparent);
    background: linear-gradient(240deg,var(--primary-blue) 0,var(--primary-violet) 100%)
}

#delete-account,.btn-accept,.btn-decline {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    font-size: .9em;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    color: var(--white);
    transition: background .2s,box-shadow .2s,transform .5s
}

.btn-accept {
    background: var(--green)
}

.btn-accept:hover {
    transform: scale(1.06);
    background: var(--dark-green);
    box-shadow: 0 3px 8px var(--dark-green-more)
}

#delete-account,.btn-decline,.matchs-card .request-panel .reject-request {
    background: var(--red)
}

#delete-account:hover,.btn-decline:hover,.matchs-card .request-panel .reject-request:hover {
    transform: scale(1.06);
    background: var(--dark-red);
    box-shadow: 0 3px 8px var(--dark-red-more)
}

#daily-btn {
    display: block;
    margin: .5rem auto
}

.feature-btn {
    padding: .5rem
}

.btn-arrow {
    position: absolute;
    bottom: 20px;
    left: 48%;
    transform: translateX(-10%);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    color: var(--white);
    background-color: var(--orange);
    font-size: 1.2rem;
    font-weight: 700;
    box-shadow: 0 0 6px 1px color-mix(in srgb,var(--black) 10%,transparent);
    transition: transform .3s,box-shadow .3s;
    cursor: pointer
}

.game-list li,h5 {
    border-radius: 8px
}

.account-settings h3,.main-title,.news-title,.panel-title,h3.main-title {
    font-size: 2.2rem;
    color: var(--primary-violet);
    text-align: center;
    text-transform: uppercase
}

.btn-arrow:hover {
    transform: translateX(-10%) scale(1.1);
    box-shadow: 0 0 12px 2px color-mix(in srgb,var(--black) 10%,transparent)
}

.btn-arrow svg {
    width: 1.5rem;
    height: 1.5rem;
    transition: transform .3s
}

#last-bet-history p:hover,#last-user-bets p:hover,.btn-arrow:hover svg {
    transform: translateX(3px)
}

.btn-action {
    margin-bottom: auto
}

h3.main-title {
    font-weight: 700;
    margin-bottom: 20px
}

.winamax-left-panel .panel-title {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: var(--primary-violet);
    text-transform: uppercase;
    letter-spacing: 1px
}

.match-list-section .panel-title {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: var(--primary-violet);
    font-weight: 700;
    text-transform: uppercase
}

.bet-form-section .panel-title,.bet-history-section .panel-title,.user-bets-section .panel-title {
    margin-bottom: 10px;
    border-bottom: 2px solid var(--primary-violet);
    padding-bottom: 5px;
    display: inline-block;
    color: var(--primary-violet);
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase
}

.news-title {
    font-weight: 700;
    margin-bottom: 30px
}

.account-settings h3,.main-title,.panel-title {
    font-family: Mokoto,sans-serif;
    margin-bottom: var(--spacing)
}

.day-title {
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    color: var(--white);
    padding-bottom: 5px;
    font-size: 1.1em
}

.card-title,h4,h5 {
    font-size: 1.2em;
    color: var(--primary-violet);
    text-transform: uppercase;
    margin-bottom: calc(var(--spacing)/ 2)
}

h3,h5 {
    color: var(--orange)
}

.account-settings h3 {
    font-size: 26px;
    color: var(--black);
    margin-bottom: 15px;
    text-align: center
}

.game-card h3 {
    margin-top: 20px;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px
}

.chat-header,.feature h3,.game-list,.match-item h4 {
    font-family: Mokoto,sans-serif;
    letter-spacing: 2px
}

.feature h3 {
    color: var(--white);
    margin-bottom: 10px
}

.match-item h4 {
    margin-bottom: 5px;
    font-size: 1em;
    color: var(--white);
    text-transform: uppercase
}

#invitations-section h4,.competition-rules h4,.invite-form h4,.match-actions h4,.match-calendar h4,.match-form h4 {
    font-size: 1.2em;
    margin-bottom: 12px;
    color: var(--primary-violet);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700
}

.conditions section h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-blue);
    border-left: 5px solid var(--primary-violet);
    padding-left: 15px;
    margin-bottom: 15px
}

h5 {
    font-size: .9em;
    margin: 4px 0;
    height: 45px;
    display: flex;
    justify-content: center;
    padding-top: 8px
}

.matchs-card .request-panel p {
    color: var(--white);
    font-size: .85em;
    margin-bottom: 8px;
    line-height: 1.3
}

.matchs-card .request-panel p strong {
    color: var(--orange);
    display: block;
    margin-bottom: -10px
}

.account-info p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin: 0;
    white-space: nowrap
}

.match-card p,.match-item p {
    font-size: .85em;
    margin-bottom: 5px;
    color: var(--light-gray);
    text-shadow: 0 1px 1px color-mix(in srgb,var(--black) 10%,transparent);
    letter-spacing: .5px
}

#last-bet-history p,#last-user-bets p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .88em;
    background: var(--white);
    padding: 10px 14px;
    margin: 8px 0;
    border-radius: 10px;
    box-shadow: 0 2px 5px color-mix(in srgb,var(--black) 10%,transparent);
    border-left: 5px solid var(--primary-violet);
    color: var(--dark-gray);
    transition: transform .2s
}

#help-intro p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px
}

.pari p {
    font-size: .9em;
    margin: 4px 0;
    color: var(--light-gray)
}

.invitation-item p {
    margin-bottom: 6px;
    font-size: .9em
}

.conditions p {
    font-size: 1rem;
    margin-bottom: 1.2rem
}

.matchs-card .team-players li {
    font-size: .8em;
    color: var(--light-gray);
    margin-bottom: 4px;
    min-height: 1.2em
}

.game-list li {
    background: linear-gradient(240deg,var(--primary-blue) 0,var(--primary-violet) 100%);
    list-style: none;
    margin-bottom: 10px;
    padding: 20px;
    font-weight: 700;
    color: var(--white);
    cursor: pointer;
    transition: transform .2s,box-shadow .3s;
    border: 1px solid var(--light-gray)
}

#friends-list-items li,.list li {
    border-bottom: 1px solid color-mix(in srgb,var(--black) 10%,transparent);
    display: flex
}

.game-list li:hover {
    transform: scale(1.06);
    background: var(--primary-violet);
    color: var(--white)
}

.game-list>li {
    margin: 20px 0;
    padding: 15px
}

.series-list>li {
    margin: 15px 0;
    padding: 12px
}

.tournois-list>li {
    margin: 15px 0;
    padding: 10px
}

.games-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin: 6px 0;
    cursor: pointer;
    transition: background .3s,color .3s;
    padding: 5px 8px;
    border-radius: 5px
}

.games-list li:hover {
    background-color: var(--light-gray);
    color: var(--primary-violet)
}

.games-list li img {
    height: auto;
    width: auto
}

#games-list li.selected {
    background-color: var(--primary-violet);
    color: var(--white);
    font-weight: 700;
    border-radius: 5px
}

#friends-list-items li:hover,.match-calendar thead th {
    background: var(--primary-blue)
}

.news-points li {
    margin-bottom: .8rem;
    font-size: 1rem;
    line-height: 1.4
}

.features li {
    background: linear-gradient(90deg,var(--primary-blue),var(--primary-violet));
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px
}

.invite-card,.invite-chip,.match-calendar .filters select,.match-calendar tbody tr:nth-child(2n),.msg.error,.msg.success {
    background: var(--light-gray)
}

.match-card,.match-item,.matchs-card {
    background: linear-gradient(120deg,var(--primary-blue),var(--primary-violet));
    transition: transform .2s,box-shadow .2s
}

#friends-list-items li {
    align-items: center;
    padding: 8px 12px
}

.list li {
    padding: calc(var(--spacing)/ 2) 0;
    justify-content: space-between;
    align-items: center
}

.conditions li {
    margin-bottom: .6rem;
    font-size: 1rem;
    list-style-type: disc
}

.conditions ul {
    padding-left: 25px;
    margin-bottom: 1.5rem
}

label {
    display: block;
    text-align: left;
    margin: 10px 0 5px;
    font-weight: 700
}

.link {
    margin-top: 15px
}

.link a {
    text-decoration: none;
    color: var(--orange);
    font-weight: 700;
    transition: opacity .2s ease-in-out
}

.invite-input label,.match-form label {
    color: var(--primary-violet);
    font-weight: 600
}

.link a:hover {
    opacity: .8
}

#ad-lateral-left {
    border: 2px dashed var(--red);
    min-height: 200px
}

#ad-lateral-right {
    border: 2px dashed var(--primary-blue);
    min-height: 200px
}

.msg {
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px
}

.msg.error {
    border: 1px solid var(--dark-red);
    color: var(--red)
}

.msg.success {
    border: 1px solid var(--dark-green);
    color: var(--green)
}

.matchs-card {
    width: 180px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid var(--light-gray)
}

.match-card:hover,.match-item:hover,.matchs-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px color-mix(in srgb,var(--black) 10%,transparent)
}

.matchs-card .match-game {
    font-family: Mokoto,sans-serif;
    font-size: 1em;
    color: var(--white);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px
}

.matchs-card .players {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 8px;
    overflow-y: auto
}

.matchs-card .team-players {
    list-style: none;
    padding: 0
}

.matchs-card .team-players.team-a::before,.matchs-card .team-players.team-b::before {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: .85em;
    text-transform: uppercase;
    color: var(--white)
}

.matchs-card .team-players.team-a::before {
    content: "Équipe A";
    text-align: left
}

.matchs-card .team-players.team-b::before {
    content: "Équipe B";
    text-align: right
}

.matchs-card .team-players.team-a {
    text-align: left
}

.matchs-card .team-players.team-b {
    text-align: right
}

.matchs-card .details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px
}

.matchs-card .match-date {
    font-size: .85em;
    font-weight: 500;
    color: var(--white)
}

.matchs-card .score {
    font-size: 1.2em;
    font-weight: 700;
    color: var(--white)
}

.matchs-card .request-panel {
    z-index: 1;
    flex-direction: column;
    background: linear-gradient(240deg,color-mix(in srgb,var(--primary-blue) 85%,transparent) 0,color-mix(in srgb,var(--primary-violet) 85%,transparent) 100%);
    padding: 8px;
    margin-top: -10px;
    border-radius: 6px;
    border: 1px solid var(--light-gray);
    text-align: left
}

.match-card,.match-item {
    border-radius: 8px;
    position: relative
}

.columns,.matchs-card .request-panel:not([hidden]) {
    display: flex
}

.matchs-card .request-panel .request-actions {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.match-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 285px;
    padding: 10px;
    text-align: center;
    border: 1px solid var(--light-gray)
}

.game-card,.match-item {
    flex-direction: column;
    display: flex;
    text-align: center
}

.match-date {
    font-weight: 500
}

.match-game {
    font-style: italic
}

.match-status {
    font-weight: 700
}

#match-schedule {
    padding: 15px;
    border: 2px solid color-mix(in srgb,var(--primary-blue) 10%,transparent);
    border-radius: 12px;
    box-shadow: 0 3px 6px color-mix(in srgb,var(--black) 10%,transparent)
}

.match-item {
    justify-content: space-between;
    height: auto;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid var(--light-gray)
}

#invitations-section,.competition-rules,.invite-form,.match-actions,.match-calendar,.match-form {
    background: linear-gradient(240deg,color-mix(in srgb,var(--primary-blue) 5%,transparent) 0,color-mix(in srgb,var(--primary-violet) 5%,transparent) 100%);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 3px 10px color-mix(in srgb,var(--black) 10%,transparent)
}

.match-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px
}

.match-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center
}

.match-form label {
    font-size: .9em;
    margin-bottom: 6px;
    display: block
}

.match-form input[type=datetime-local],.match-form input[type=number],.match-form input[type=text],.match-form select,.match-form textarea {
    width: 800px;
    padding: 10px;
    font-size: 1em;
    border: 1px solid color-mix(in srgb,var(--black) 10%,transparent);
    border-radius: 6px;
    background: var(--light-gray);
    transition: border .3s,box-shadow .3s
}

.invite-input input[type=text]:focus,.match-form input:focus,.match-form select:focus,.match-form textarea:focus,.message-form input[type=text]:focus {
    outline: 0;
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px color-mix(in srgb,var(--primary-blue) 15%,transparent)
}

.match-form textarea {
    resize: vertical
}

.match-calendar .filters {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
    align-items: center
}

.match-calendar .filters label,.requester {
    font-weight: 600
}

.match-calendar .filters select {
    padding: 8px;
    border-radius: 6px;
    border: 1px solid color-mix(in srgb,var(--black) 10%,transparent);
    transition: border .3s
}

.match-calendar .filters select:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 2px color-mix(in srgb,var(--primary-blue) 15%,transparent)
}

.match-form input[type=number] {
    -moz-appearance: textfield
}

.match-calendar table {
    width: 100%;
    border-collapse: collapse
}

.match-calendar td,.match-calendar th {
    padding: 12px 10px;
    text-align: left
}

.match-calendar thead th {
    color: var(--white);
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .5px
}

.match-calendar tbody tr:hover {
    background: color-mix(in srgb,var(--primary-blue) 5%,transparent)
}

.game-list {
    list-style: none;
    padding: 0;
    margin: 10px
}

.game-card {
    background: linear-gradient(135deg,var(--primary-blue),var(--primary-violet));
    color: var(--white);
    border-radius: 16px;
    padding: 15px;
    transition: transform .2s,box-shadow .3s;
    box-shadow: 0 6px 14px color-mix(in srgb,var(--black) 10%,transparent);
    max-width: 250px;
    width: 100%;
    justify-content: space-between;
    height: 100%
}

.game-card img {
    width: 100%;
    max-height: 130px;
    object-fit: contain;
    margin-bottom: auto;
    border-radius: 10px;
    background: var(--white)
}

.game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px color-mix(in srgb,var(--black) 10%,transparent)
}

.game-images {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    position: relative;
    margin-bottom: 20px
}

.games-list {
    list-style: none;
    margin-bottom: 20px
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px;
    padding: 20px;
    width: 100%;
    justify-items: center
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 20px;
    padding: 40px 20px;
    background-color: var(--white);
    align-items: stretch
}

#news-list,.feature {
    flex-direction: column;
    display: flex
}

.feature {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: var(--white);
    min-height: 600px;
    max-height: 900px;
    position: relative;
    transition: transform .35s,box-shadow .35s
}

#friends-list-items,.list {
    margin: 0;
    padding: 0;
    list-style: none
}

.feature:focus-within,.feature:hover {
    transform: translateY(-6px) scale(1.015);
    box-shadow: 0 12px 22px color-mix(in srgb,var(--black) 10%,transparent)
}

.feature::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: inherit;
    filter: blur(24px) brightness(1.3);
    opacity: .35;
    z-index: -1;
    transition: opacity .35s
}

.feature:hover::before {
    opacity: .55
}

.feature-1 {
    background: linear-gradient(90deg,var(--primary-blue),var(--primary-violet))
}

.feature-2 {
    background: linear-gradient(180deg,var(--primary-blue),var(--primary-violet))
}

.feature-3 {
    background: linear-gradient(270deg,var(--primary-blue),var(--primary-violet))
}

.feature-4 {
    background: linear-gradient(360deg,var(--primary-blue),var(--primary-violet))
}

#news-list {
    gap: 30px
}

.list {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing)/ 2)
}

.list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(120px,1fr));
    gap: var(--spacing)/2
}

#invitations-section,#pendingInvitationsList,#profile-pic-input,.modal.hidden {
    display: none
}

.invited-list {
    min-height: 32px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.invite-list,.invite-row {
    display: flex;
    gap: var(--spacing)/2
}

.invite-list {
    flex-direction: column;
    margin-bottom: var(--spacing)
}

.invite-card {
    padding: var(--spacing);
    border-radius: 8px;
    box-shadow: 0 3px 10px color-mix(in srgb,var(--black) 10%,transparent)
}

.invite-chip {
    display: inline-block;
    padding: 4px 8px;
    margin: 4px;
    border-radius: 12px;
    cursor: context-menu
}

.invite-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: var(--red);
    color: var(--white);
    width: 18px;
    height: 18px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.invite-input {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center
}

.invite-input label {
    font-size: .9em
}

.invite-input input[type=text] {
    flex: 1;
    padding: 10px;
    font-size: 1em;
    border: 1px solid color-mix(in srgb,var(--black) 10%,transparent);
    border-radius: 6px;
    background: var(--light-gray);
    transition: border .3s,box-shadow .3s
}

.invited-list .invite-chip {
    display: inline-flex;
    align-items: center;
    background: var(--orange);
    color: var(--white);
    padding: 6px 12px;
    border-radius: 16px;
    font-size: .9em;
    transition: transform .5s,box-shadow .25s
}

.invited-list:hover .invite-chip:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 16px color-mix(in srgb,var(--primary-violet) 40%,transparent)
}

.invitations-list {
    list-style: none;
    margin-top: 10px
}

.invitation-item {
    background: var(--white);
    border: 1px solid color-mix(in srgb,var(--black) 10%,transparent);
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 6px
}

.invitation-actions {
    display: flex;
    gap: 10px;
    margin-top: 8px
}

#faq-accordion,.conditions section,.faq-category {
    margin-bottom: 40px
}

.bet-form-section,.bet-history-section,.user-bets-section {
    background-color: var(--white);
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 8px;
    text-align: left;
    border: 1px solid var(--light-gray);
    box-shadow: 0 3px 7px color-mix(in srgb,var(--black) 10%,transparent)
}

.bet-history-section a,.user-bets-section a {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    margin-top: 10px;
    transition: color .3s
}

#help-intro h1,#tournament-details h2,.bet-history-section a:hover,.chat-list-card .card-title,.place-bet-form label,.points-balance,.separator-row td,.user-bets-section a:hover {
    color: var(--primary-violet)
}

#user-info,.account-info {
    display: flex;
    color: var(--white)
}

.place-bet-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: var(--light-gray);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px color-mix(in srgb,var(--primary-blue) 15%,transparent)
}

.account-form,.account-settings {
    background: color-mix(in srgb,var(--white) 10%,transparent)
}

.place-bet-form label {
    font-size: .85em;
    font-weight: 600;
    margin-bottom: 4px
}

.place-bet-form input[type=number],.place-bet-form select {
    width: 100%;
    padding: 12px;
    font-size: 1em;
    border: 1px solid color-mix(in srgb,var(--black) 10%,transparent);
    border-radius: 8px;
    background: var(--light-gray);
    transition: border .3s,box-shadow .3s
}

.account-form input,.account-form input:focus {
    background-color: color-mix(in srgb,var(--white) 10%,transparent)
}

.place-bet-form input[type=number]:focus,.place-bet-form select:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px color-mix(in srgb,var(--primary-blue) 15%,transparent);
    outline: 0
}

.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--white)
}

#user-info:hover .profile-img {
    transform: scale(1.1)
}

#profile-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid var(--white);
    margin-bottom: 10px;
    margin-left: 58px
}

#user-info {
    align-items: center;
    gap: 20px;
    background: #222;
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none
}

.user-text {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    white-space: nowrap
}

#user-points {
    align-items: center;
    gap: 3px;
    white-space: nowrap
}

.account-info,.pari {
    flex-direction: column
}

.account-settings {
    max-width: 900px;
    margin: 50px auto;
    padding: 30px;
    backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: 0 0 15px color-mix(in srgb,var(--primary-blue) 15%,transparent);
    text-align: center
}

.account-info {
    align-items: flex-start;
    justify-content: center;
    gap: 5px
}

.account-info strong {
    color: var(--orange);
    min-width: 90px;
    text-align: left
}

.account-info span {
    flex-grow: 1;
    text-align: left
}

.account-form {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px color-mix(in srgb,var(--black) 10%,transparent);
    margin-bottom: 15px
}

.account-form label {
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: left;
    margin-top: 10px;
    color: var(--white)
}

.account-form input {
    width: 97%;
    padding: 12px;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 16px;
    outline: 0;
    color: color-mix(in srgb,var(--black) 10%,transparent);
    transition: .3s ease-in-out
}

.account-form input:focus {
    border: 2px solid var(--primary-blue);
    box-shadow: 0 0 10px var(--primary-blue)
}

.histo-gagne {
    border-left-color: var(--green);
    font-weight: 600
}

.histo-gagne::before {
    content: "âœ…";
    font-size: 1em
}

.histo-perdu {
    border-left-color: var(--red);
    font-weight: 600
}

.histo-perdu::before {
    content: "âŒ";
    font-size: 1em
}

.news-header {
    border-left: 5px solid var(--primary-blue);
    padding-left: 15px;
    margin-bottom: 15px
}

.news-header h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-blue);
    display: flex;
    align-items: baseline;
    gap: 10px
}

#faq-search,.news-header time {
    font-size: 1rem
}

.faq-feedback,.faq-question,.news-header time {
    color: var(--dark-gray)
}

.news-points {
    list-style: disc inside;
    padding-left: 20px
}

#faq-search-section {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

#faq-search {
    width: 80%;
    max-width: 400px;
    padding: 10px;
    border: 2px solid var(--primary-blue);
    border-radius: 5px;
    outline: 0;
    transition: border-color .3s
}

#faq-search:focus {
    border-color: var(--primary-violet)
}

.faq-category h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-blue);
    border-left: 5px solid var(--primary-violet);
    padding-left: 15px;
    margin-bottom: 20px
}

.chat-header,.faq-feedback-non,.faq-feedback-oui,.pari,.unread-badge,thead {
    color: var(--white)
}

.faq-item {
    border-bottom: 1px solid var(--dark-gray);
    padding: 10px 0
}

.faq-question {
    background: 0 0;
    border: none;
    text-align: left;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    padding: 10px;
    transition: background .3s
}

.faq-question:hover {
    background: color-mix(in srgb,var(--black) 10%,transparent)
}

.faq-feedback-oui,.faq-feedback-oui:hover {
    background: var(--primary-violet)
}

.faq-feedback-non,.faq-feedback-non:hover {
    background: var(--orange)
}

.faq-answer {
    display: none;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.5;
    animation: .3s ease-in-out fadeIn
}

.faq-answer.open {
    display: block
}

.faq-feedback {
    margin-top: 10px;
    font-size: .9rem
}

.paris-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 20px
}

.column,.columns {
    gap: var(--spacing)
}

.pari {
    background: linear-gradient(135deg,var(--primary-blue),var(--primary-violet));
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 4px 15px color-mix(in srgb,var(--black) 10%,transparent);
    transition: transform .2s,box-shadow .3s;
    display: flex;
    justify-content: center;
    min-height: 180px;
    z-index: 5
}

.pari:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px color-mix(in srgb,var(--black) 10%,transparent)
}

.ranking-table {
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom,color-mix(in srgb,var(--black) 100%,transparent) 75%,color-mix(in srgb,var(--black) 0%,transparent) 92%);
    mask-image: linear-gradient(to bottom,color-mix(in srgb,var(--black) 100%,transparent) 75%,color-mix(in srgb,var(--black) 0%,transparent) 92%)
}

.ranking-table table {
    width: 100%;
    border-collapse: collapse;
    background: color-mix(in srgb,var(--white) 5%,transparent)
}

.ranking-table td,.ranking-table th {
    padding: 12px;
    text-align: center;
    color: var(--white);
    border-bottom: 1px solid color-mix(in srgb,var(--white) 30%,transparent)
}

.ranking-table th {
    font-weight: 700;
    background: color-mix(in srgb,var(--white) 20%,transparent)
}

.ranking-table tbody tr:last-child td {
    border-bottom: none
}

.friend-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 12px;
    object-fit: cover
}

.friend-name {
    font-size: 1em;
    color: var(--dark-gray)
}

input[type=password] {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
    font-size: 1rem
}

.registration-form {
    background: color-mix(in srgb,var(--black) 10%,transparent);
    padding: 30px;
    border-radius: 10px;
    width: 350px;
    box-shadow: 0 4px 10px color-mix(in srgb,var(--black) 10%,transparent);
    opacity: 0;
    transform: translateY(50px);
    animation: .8s ease-out forwards slideUp
}

.badge-count,.incoming .bubble::before,.outgoing .bubble::after {
    top: 50%;
    transform: translateY(-50%)
}

input,select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px
}

.error-message {
    color: var(--red);
    font-size: 14px;
    margin-bottom: 10px
}

.points-balance {
    font-size: 3rem;
    margin: 10px 0 20px;
    background: linear-gradient(90deg,var(--primary-blue),var(--primary-violet));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.badge-count {
    position: absolute;
    right: 10px;
    font-size: .75em;
    font-weight: 700;
    background-color: var(--orange);
    color: var(--white);
    padding: 2px 6px;
    border-radius: 8px
}

.gains-potentiels {
    text-align: right;
    font-size: 1em;
    font-weight: 700;
    color: #111;
    margin-top: 5px
}

.jeux-main {
    padding: 20px;
    max-width: 1600px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.image-gradient img {
    width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    -webkit-mask-image: linear-gradient(to bottom,color-mix(in srgb,var(--black) 100%,transparent) 30%,color-mix(in srgb,var(--black) 0%,transparent) 80%);
    mask-image: linear-gradient(to bottom,color-mix(in srgb,var(--black) 100%,transparent) 30%,color-mix(in srgb,var(--black) 0%,transparent) 80%)
}

.coming-soon {
    display: block;
    max-width: 80%;
    height: auto;
    margin: 20px auto auto
}

#help-intro {
    text-align: center;
    margin-bottom: 30px
}

#help-intro h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase
}

.gagne {
    border-left: 4px solid var(--green)
}

.perdu {
    border-left: 4px solid var(--red)
}

#tournament-details h2 {
    margin-bottom: 10px;
    font-size: 1.5em
}

.day-column {
    flex-shrink: 0;
    width: 240px;
    background: linear-gradient(120deg,var(--primary-blue),var(--primary-violet));
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 1px 4px color-mix(in srgb,var(--black) 10%,transparent)
}

.modal,.modal-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.column {
    background: var(--light-gray);
    padding: var(--spacing);
    border-radius: 8px;
    box-shadow: 0 3px 10px color-mix(in srgb,var(--black) 10%,transparent);
    flex: 1;
    display: flex;
    flex-direction: column
}

.field-group {
    display: flex;
    gap: var(--spacing)/2;
    align-items: center
}

.field-input {
    flex: 1;
    padding: 10px;
    border: 1px solid color-mix(in srgb,var(--black) 10%,transparent);
    border-radius: 6px
}

.request-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(var(--spacing)/ 2) var(--spacing);
    border-bottom: 1px solid color-mix(in srgb,var(--black) 10%,transparent)
}

.request-actions {
    display: flex;
    gap: calc(var(--spacing)/ 2)
}

.classement-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-top: 30px
}

thead {
    background: linear-gradient(240deg,var(--primary-violet),var(--primary-blue));
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9em
}

thead th {
    padding: 12px
}

tbody td {
    text-align: center;
    padding: 12px;
    border-bottom: 1px solid var(--light-gray)
}

.separator-row td {
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    background: 0 0;
    border: none
}

tr.highlighted-user {
    background-color: color-mix(in srgb,var(--orange) 15%,transparent);
    font-weight: 700;
    color: var(--primary-blue)
}

.modal {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000
}

.modal-overlay {
    position: absolute;
    background: color-mix(in srgb,var(--black) 10%,transparent)
}

.bubble,.chat-item,.modal-box {
    position: relative
}

.modal-box {
    background: var(--white);
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 4px 12px color-mix(in srgb,var(--black) 10%,transparent)
}

.chat-list-card,.chat-window-card {
    box-shadow: 0 3px 10px color-mix(in srgb,var(--black) 10%,transparent)
}

.hidden {
    opacity: 0;
    pointer-events: none
}

.chats-list-section {
    flex: 0 0 260px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto
}

.chat-list-card {
    background: var(--light-gray);
    border-radius: 8px;
    padding: 16px;
    flex: 1
}

.chat-list-card .card-title {
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.chat-list {
    list-style: none
}

.chat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    transition: background .2s
}

.chat-item.selected,.chat-item:hover {
    background: color-mix(in srgb,var(--primary-blue) 15%,transparent)
}

.avatar-sm {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--primary-blue)
}

.chat-name {
    flex: 1;
    font-weight: 600
}

.unread-badge {
    background: var(--orange);
    font-size: .75em;
    padding: 2px 6px;
    border-radius: 8px;
    display: inline-block
}

.chat-window-card {
    display: flex;
    flex-direction: column;
    width: 800px;
    height: 900px;
    background: var(--light-gray);
    border-radius: 8px
}

.chat-header {
    flex: 0 0 auto;
    padding: 12px;
    background: linear-gradient(120deg,var(--primary-blue),var(--primary-violet));
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.message-form,.messages-container {
    background: var(--white);
    display: flex
}

.chat-with {
    font-size: 1.2em
}

.messages-container {
    flex: 1;
    padding: 16px;
    overflow-y: auto;
    flex-direction: column;
    gap: 10px
}

.message {
    display: flex;
    align-items: flex-end;
    gap: 8px
}

.incoming {
    justify-content: flex-start
}

.outgoing {
    justify-content: flex-end
}

.avatar-xs {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--primary-violet)
}

.bubble {
    max-width: 70%;
    padding: 10px 14px;
    border-radius: 16px;
    line-height: 1.4
}

.incoming .bubble {
    background: var(--light-gray);
    color: var(--dark-gray)
}

.incoming .bubble::before {
    content: "";
    position: absolute;
    left: -8px;
    border: 8px solid transparent;
    border-right-color: var(--light-gray)
}

.outgoing .bubble {
    background: var(--primary-blue);
    color: var(--white)
}

.outgoing .bubble::after {
    content: "";
    position: absolute;
    right: -8px;
    border: 8px solid transparent;
    border-left-color: var(--primary-blue)
}

.message-form {
    flex: 0 0 auto;
    gap: 10px;
    padding: 12px 16px;
    border-top: 1px solid color-mix(in srgb,var(--black) 10%,transparent);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.message-form input[type=text] {
    flex: 1;
    padding: 10px;
    border: 1px solid color-mix(in srgb,var(--black) 10%,transparent);
    border-radius: 8px;
    transition: border .3s
}

.message-form .btn-action {
    padding: 10px 20px;
    background: var(--orange);
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .2s,box-shadow .2s
}

.message-form .btn-action:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 12px color-mix(in srgb,var(--orange) 15%,transparent)
}

#online-friends-list,.friends-list {
    list-style: none;
    padding: 20px;
    overflow-y: auto;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom,color-mix(in srgb,var(--black) 100%,transparent) 0%,color-mix(in srgb,var(--black) 100%,transparent) 75%,color-mix(in srgb,var(--black) 0%,transparent) 92%);
    mask-image: linear-gradient(to bottom,color-mix(in srgb,var(--black) 100%,transparent) 0%,color-mix(in srgb,var(--black) 100%,transparent) 75%,color-mix(in srgb,var(--black) 0%,transparent) 92%)
}

.friends-list>li.friend {
    display: flex;
    align-items: center;
    padding: 2px 18px;
    gap: 14px;
    cursor: pointer;
    transition: background .15s;
    border-bottom: 1px solid color-mix(in srgb,var(--white) 15%,transparent)
}

.friends-list>li.friend:hover {
    background: color-mix(in srgb,var(--white) 7%,transparent)
}

.friends-list .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    display: inline-block;
    margin: 10px 0 0
}

.friends-list .name {
    font-size: 20px;
    white-space: nowrap
}

.friends-list .error,.friends-list .info {
    padding: 12px 18px;
    font-style: italic;
    opacity: .8
}

#online-friends-list::-webkit-scrollbar {
    width: 6px
}

#online-friends-list::-webkit-scrollbar-thumb {
    background: var(--primary-violet);
    border-radius: 3px
}

.version-label {
    font-size: 1.1em;
    font-weight: 600;
    display: block;
    margin-bottom: .925em
}

.news-list {
    text-align: left;
    line-height: 35px;
    -webkit-mask-image: linear-gradient(to bottom,color-mix(in srgb,var(--black) 100%,transparent) 0%,color-mix(in srgb,var(--black) 100%,transparent) 60%,color-mix(in srgb,var(--black) 0%,transparent) 78%);
    mask-image: linear-gradient(to bottom,color-mix(in srgb,var(--black) 100%,transparent) 0%,color-mix(in srgb,var(--black) 100%,transparent) 60%,color-mix(in srgb,var(--black) 0%,transparent) 78%)
}

@media (min-width: 576px) {
    .games-grid {
        grid-template-columns:repeat(2,1fr)
    }

    .match-list-section .matches-container {
        grid-template-columns: repeat(2,1fr);
        gap: 12px
    }

    .matchs-card {
        width: 45%;
        height: auto
    }

    .paris-grid {
        grid-template-columns: repeat(2,minmax(200px,1fr))
    }

    #main-container,#main-paris-panel,.classement,.conditions,main.competition,main.container,main.generic,main.messagerie.container,main.news {
        padding: 0 12px
    }

    .match-calendar .filters {
        flex-wrap: wrap;
        gap: 12px
    }

    .chats-list-section {
        gap: 12px
    }
}

@media (min-width: 768px) {
    #main-container.three-column-layout {
        flex-direction:row;
        gap: 20px;
        padding: 0 20px
    }

    #paris-container {
        flex-direction: row;
        gap: 20px;
        padding: 20px
    }

    .match-list-section .matches-container {
        grid-template-columns: repeat(3,1fr);
        gap: 15px
    }

    .games-grid {
        grid-template-columns: repeat(3,1fr);
        gap: 30px
    }

    .paris-grid {
        grid-template-columns: repeat(3,minmax(220px,1fr))
    }

    .ranking-container {
        width: 100%;
        max-width: 600px
    }

    #center-panel {
        min-width: 0;
        max-width: 100%
    }

    .chat-window-section {
        flex: 1
    }

    .profile-container {
        flex-direction: row;
        align-items: center;
        gap: 12px;
        text-align: left
    }

    .features {
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
        padding: 30px 20px
    }
}

@media (min-width: 992px) {
    #main-container.three-column-layout {
        max-width:1200px;
        margin: 0 auto
    }

    .match-list-section .matches-container {
        grid-template-columns: repeat(4,1fr);
        gap: 20px
    }

    .games-grid {
        grid-template-columns: repeat(4,1fr);
        gap: 40px
    }

    .paris-grid {
        grid-template-columns: repeat(4,minmax(240px,1fr));
        gap: 20px
    }

    #ad-lateral-left,#ad-lateral-right,#lefts-panel,#rights-panel {
        min-height: 600px;
        width: 220px
    }

    #centers-panel {
        padding: 30px
    }

    .matchs-card {
        width: 180px;
        height: 320px
    }

    .features {
        grid-template-columns: repeat(4,1fr);
        gap: 30px;
        padding: 40px 20px
    }

    .chats-list-section {
        flex: 0 0 260px
    }

    .chat-window-section {
        flex: 1
    }

    #paris-container {
        padding: 30px;
        gap: 30px
    }

    .match-calendar table {
        font-size: .95em
    }

    .ranking-table {
        width: 80%;
        max-width: 1000px
    }
}

@media (min-width: 1200px) {
    #main-container.three-column-layout {
        max-width:1400px;
        margin: 0 auto
    }

    .match-list-section .matches-container {
        grid-template-columns: repeat(5,180px);
        justify-content: center;
        gap: 20px
    }

    .games-grid {
        grid-template-columns: repeat(5,1fr);
        gap: 50px
    }

    .paris-grid {
        grid-template-columns: repeat(5,minmax(260px,1fr));
        gap: 25px
    }

    #ad-lateral-left,#ad-lateral-right,#lefts-panel,#rights-panel {
        min-height: 700px
    }

    #centers-panel {
        padding: 40px
    }

    .chats-list-section {
        flex: 0 0 260px
    }

    .chat-window-section {
        flex: 1
    }

    .profile-container {
        max-width: 300px
    }

    .ranking-table {
        width: 70%;
        max-width: 1200px
    }
}
