:root{--bg-color: #efefef;--text-color: black;--arrow-filter: none;--team-bg: white;--team-tournoi-bg: rgba(0,0,0,.05);--team-p: black}[data-theme=dark]{--bg-color: #03072c;--text-color: white;--arrow-filter: invert(1);--team-bg: #1D2042;--team-tournoi-bg: rgba(255,255,255,.35);--team-p: #010316}body{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;font-family:inter-tight-variable,sans-serif;margin:0;background-color:var(--bg-color);color:var(--text-color);transition:background-color .3s,color .3s}main{max-width:1248px;margin:2rem auto 0;padding:30px 0;@media screen and (max-width: 768px){padding:45px 2rem}}input[type=text]{width:50%;padding:20px;border:1px solid #4b4b4b;background-color:var(--team-bg);color:var(--text-color);border-radius:5px;box-sizing:border-box;font-size:25px;font-variation-settings:"wght" 700;font-family:inter-tight-variable,sans-serif;margin:0 auto;@media screen and (max-width: 768px){width:100%;font-size:18px}}#intro{display:grid;grid-template-columns:1fr 4fr;align-items:center;gap:2rem;padding:3rem 100px;border-radius:15px;position:relative;overflow:hidden;background-color:#03072c;background:linear-gradient(-180deg,#03072c 10%,#001e6c);@media screen and (max-width: 768px){grid-template-columns:1fr;padding:3rem 50px;justify-items:center}}#intro .content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;@media screen and (max-width: 768px){align-items:center}}#intro h1{font-size:4.5rem;color:#fff;text-transform:uppercase;font-variation-settings:"wght" 900;margin:0;@media screen and (max-width: 768px){font-size:2.5rem;text-align:center;margin-bottom:1rem}}#intro p{font-size:1.25rem;color:#fff;font-weight:400;margin:0;@media screen and (max-width: 768px){text-align:center}}#intro .content span.marqueur{font-size:1.1rem;color:#eee;padding:.5rem .5rem .3rem;border-radius:3px;background:#ffffff40;font-weight:400;margin:0}#intro .content .next{display:flex;gap:.5rem;@media screen and (max-width: 768px){justify-content:center}}#intro .content img{background:#fff;border-radius:3px;animation-delay:5s}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}}#intro .overlay{position:absolute;bottom:-25px;left:-50px;width:100%;height:100%;z-index:0}#team-display-modes h2{margin:4rem 0}#selected-mode{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;padding:2rem 0;margin:2rem 0;@media screen and (max-width: 768px){flex-direction:column}}#selected-mode h2{margin:0}#selected-mode div{display:flex;flex-direction:row;align-items:center;gap:1rem;@media screen and (max-width: 768px){flex-direction:column}}#selected-mode span{font-size:2rem;margin-top:-13px}#selected-mode button{display:none;padding:10px 8px 8px;border-radius:8px;box-sizing:border-box;font-size:12px;text-transform:uppercase;border:black 1px solid;background-color:transparent;cursor:pointer;color:#000;font-family:inter-tight-variable,sans-serif;transition:background-color .3s,color .3s;filter:var(--arrow-filter)}#selected-mode button:hover{background-color:#000;color:#fff;filter:var(--arrow-filter)}.modes-select{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;@media screen and (max-width: 768px){flex-direction:column;gap:30px}}.modes-select .beginner,.modes-select .standard,.modes-select .expert{width:100%;height:250px;display:flex;flex-direction:column;color:#fff;font-weight:400;font-size:1.5rem;border-radius:15px;position:relative;overflow:hidden;box-sizing:border-box}.modes-select .beginner{background:#484a55;background:linear-gradient(-180deg,#484a55 10%,#9ca1bc)}.modes-select .standard{background:#050930;background:linear-gradient(-180deg,#050930 10%,#0344dc)}.modes-select .expert{background:#500000;background:linear-gradient(-180deg,#500000 10%,#ee0001)}.modes-select .difficulte{text-align:left}.modes-select .bottom{display:flex;height:100%;flex-direction:column;justify-content:space-around;align-items:flex-start;gap:1rem;padding:2rem}.modes-select .corps{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;padding-top:2rem}.modes-select .titre{text-transform:uppercase;font-variation-settings:"wght" 700;font-size:2rem}.modes-select .desc{font-size:1rem;color:#fff;font-weight:400;margin:0}.modes-select .difficulte{width:100%;margin:0;padding-bottom:5px;padding-left:15px;position:absolute;top:0;left:0}.modes-select .beginner .difficulte{background-color:#9ca1bc}.modes-select .standard .difficulte{background-color:#0344dc}.modes-select .expert .difficulte{background-color:#ee0001}.modes-select button{width:100%;padding:10px;border-radius:8px;box-sizing:border-box;font-size:15px;text-transform:uppercase;border:white 1px solid;background-color:transparent;cursor:pointer;color:#fff;font-family:inter-tight-variable,sans-serif;transition:background-color .3s,color .3s}.modes-select button:hover{background-color:#fff;color:#000}.season{font-size:.8rem;margin-top:2rem}.international .season{border-radius:0;padding:.5rem;font-weight:700}.game-layout{display:flex;flex-direction:row;align-items:stretch;gap:2rem;width:100%;padding:2rem 0;@media screen and (max-width: 768px){flex-direction:column;align-items:center}}.clues-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:1rem;width:25%;min-width:180px;padding:1.5rem;box-sizing:border-box;border-radius:12px;background:var(--team-bg, #f5f5f5);box-shadow:0 0 10px #00000014;position:sticky;top:1rem;@media screen and (max-width: 768px){width:100%;flex-direction:column;flex-wrap:wrap;justify-content:center;position:static}}.clue-team-logo{display:flex;justify-content:center;align-items:center;width:150px;height:auto;margin-bottom:.5rem;padding:1rem}.clue-team-logo img{width:100%;height:auto;box-shadow:0 0 5px #00000026}.clue-placeholder{display:flex;justify-content:center;align-items:center;width:80px;height:80px;border-radius:8px;background:var(--team-p, #ccc);color:#fff;font-size:2.5rem;font-variation-settings:"wght" 700}.clue-btn{width:100%;padding:12px 24px;border-radius:8px;box-sizing:border-box;font-size:14px;text-transform:uppercase;border:2px solid var(--text-color, black);background-color:transparent;cursor:pointer;color:var(--text-color, black);font-family:inter-tight-variable,sans-serif;font-variation-settings:"wght" 600;transition:background-color .3s,color .3s,border-color .3s,opacity .3s;@media screen and (max-width: 768px){width:100%}}.clue-btn:hover:not(:disabled){background-color:var(--text-color, black);color:var(--bg-color, white)}.clue-btn.used{opacity:.5;cursor:default;border-style:dashed}.clue-btn.locked{opacity:.3;cursor:not-allowed}.teams{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;justify-content:center;flex:1;max-width:1248px;gap:2rem;@media screen and (max-width: 768px){display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%}}.team-container{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.teams .team{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:auto;background:var(--team-bg);border-radius:15px;overflow:hidden;position:relative;padding:1.5rem;box-sizing:border-box;transition:background-color .3s;box-shadow:0 0 10px #0000001a}.teams.international{grid-template-columns:repeat(3,1fr);@media screen and (max-width: 768px){grid-template-columns:repeat(2,1fr)}}.teams.international .team{border-radius:15px 15px 0 0}.teams .team img{height:auto;width:100%}.teams p{padding:.5rem;font-size:1rem;margin:-10px 0 0;background:var(--team-p);color:#fff;width:100%;box-sizing:border-box;border-radius:0 0 8px 8px;z-index:10}.teams.international p{margin-top:0}.teams.international p.tournoi{font-size:1.25rem;font-weight:700;display:flex;align-items:center;justify-content:center;background:var(--team-tournoi-bg);color:var(--text-color);padding:1.5rem;border-radius:0;min-height:100px;@media screen and (max-width: 768px){font-size:1rem;min-height:100px}}.teams img.desktop{height:25px;width:25px;position:absolute;right:-28px;z-index:10;filter:var(--arrow-filter);@media screen and (max-width: 768px){display:none}}.teams img.mobile{display:none;height:40px;width:40px;position:absolute;right:-37px;z-index:10;filter:var(--arrow-filter);@media screen and (max-width: 768px){display:block}}.teams .team-container:nth-child(2n) img.mobile{left:-35px;bottom:-35px;transform:rotate(135deg)}.teams img.mobile2{display:none;height:45px;width:45px;position:absolute;bottom:-40px;z-index:100;transform:rotate(90deg);filter:var(--arrow-filter);@media screen and (max-width: 768px){display:block}}button[type=submit]{width:325px;padding:10px;border-radius:5px;box-sizing:border-box;font-size:16px;font-family:komet,sans-serif;font-weight:400;background-color:red;border:none;cursor:pointer}form{display:flex;flex-direction:column;gap:1rem;margin-top:50px}form ul{display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;position:absolute;bottom:75px;margin:5px auto 0;padding:0;list-style:none;border-radius:5px;box-sizing:border-box;background-color:var(--bg-color);z-index:10;@media screen and (max-width: 768px){width:100%}}form li{display:flex;justify-content:space-between;align-items:center;width:100%;margin:0;padding:15px;box-sizing:border-box;background-color:var(--bg-color);font-size:1.25rem}.notice{display:block;font-size:.9rem;color:#ffffffbf;border-radius:3px;font-weight:200}
