:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}@font-face{font-family:Encode Sans Expanded;font-style:normal;font-weight:600;font-display:swap;src:local("Encode Sans Expanded"),url(/fonts/encode-sans/encode-sans-expanded-600.woff2) format("woff2")}@font-face{font-family:Bowlby One SC;font-style:normal;font-weight:400;font-display:swap;src:local("Bowlby One SC"),url(/fonts/bowlby-one-sc/bowlby-one-sc-regular.woff2) format("woff2")}@font-face{font-family:"Bree Serif";font-style:normal;font-weight:400;font-display:swap;src:local("Bree Serif"),url(/fonts/bree-serif/bree-serif-regular.woff2) format("woff2")}@font-face{font-family:"Press Start 2P";font-style:normal;font-weight:400;font-display:swap;src:local("Press Start 2P"),url(/fonts/press-start-2p/press-start-2p-regular.woff2) format("woff2")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local("Roboto"),url(/fonts/roboto/roboto-regular.woff2) format("woff2")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:local("Roboto"),url(/fonts/roboto/roboto-500.woff2) format("woff2")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:local("Roboto"),url(/fonts/roboto/roboto-700.woff2) format("woff2")}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:local("Space Grotesk"),url(/fonts/space-grotesk/space-grotesk-regular.woff2) format("woff2")}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:local("Space Grotesk"),url(/fonts/space-grotesk/space-grotesk-500.woff2) format("woff2")}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:local("Space Grotesk"),url(/fonts/space-grotesk/space-grotesk-600.woff2) format("woff2")}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:local("Space Grotesk"),url(/fonts/space-grotesk/space-grotesk-700.woff2) format("woff2")}.loading-spinner-container{display:flex;justify-content:center;align-items:center;min-height:200px;width:100%}.loading-spinner{display:flex;flex-direction:column;align-items:center;gap:1rem}.spinner-wheel{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner span{color:#666;font-size:.9rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.App-resetPWD{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#e3e3e1;color:#fff;transition:background-color .5s ease,color .5s ease;background-color:var(--background-main-color)}.login-form{display:flex;justify-content:flex-start;flex-direction:column;gap:20px;margin-top:20px;font-family:"Bree Serif",serif;margin-left:20px}.login-form form{display:flex;flex-direction:column;gap:10px}.login-input{padding:10px;font-size:16px;border:2px solid rgb(124,124,124);font-family:"Bree Serif",serif;background-color:#1a1e24;color:#fff;width:300px;text-align:left;outline:none}.login-input:hover{border-color:#fff}.login-input:focus{border-color:#fff}.login-button{padding:12px;background-color:#4495bb;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background-color .3s;font-family:"Bree Serif",serif;width:30%}.login-button:hover{background-color:#5da1c0}.login-links{display:flex;flex-direction:column}.login-link{color:#fff;text-decoration:none;font-size:14px}.login-link:hover{color:#4fa8d1}.auth-error{color:#ff0019;text-align:center}.auth-success{color:#28a745;background-color:#d4edda;border:1px solid #c3e6cb;padding:.5rem;margin-bottom:1rem;border-radius:4px;text-align:center}.login-button.loading{background-color:#6c757d;cursor:not-allowed;opacity:.8}.login-input:disabled{background-color:#e9ecef;cursor:not-allowed}.login-form-reset{display:flex;justify-content:flex-start;flex-direction:column;gap:10px;margin-top:20px;font-family:"Bree Serif",serif;margin-left:20px}.login-form-reset form{display:flex;flex-direction:column;gap:10px}.login-input-reset{padding:10px;font-size:16px;border:2px solid #61dafb;font-family:"Bree Serif",serif;background-color:#1a1e24;color:#fff;width:300px;text-align:left;outline:none}.login-input-reset:hover{box-shadow:0 0 3px #fff!important}.login-button-reset{padding:12px;background-color:#4fa8d1;color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background-color .3s;font-family:"Bree Serif",serif;width:100%}.login-button-reset:hover{background-color:#92dcff}.stats-modal{--retro-modal-width: 860px}.game-mode-stats h2{font-size:1.5rem}.stats-content{padding:1rem;color:#fff;background-color:var(--color-background)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;width:100%;max-width:800px;margin:0 auto}.game-mode-stats h3{margin:0 0 1rem;font-size:1.2rem;color:#4fa8d1}.stats-modal .loading-message,.stats-modal .error-message{text-align:center;padding:20px;color:#fff}.stats-modal .error-message{color:var(--error-color)}.stats-modal .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:20px;width:100%;max-width:800px;margin:0 auto;padding:20px}.game-mode-stats{padding-right:1.5rem}.stats-modal .game-mode-stats p{color:#fff;font-size:1rem;display:flex;justify-content:space-between}.stats-modal .game-mode-stats p:after{content:attr(data-value);font-weight:700}.leaderboard-entries{width:100%;margin:0 auto;display:flex;flex-direction:column}.leaderboard-header,.leaderboard-entry{display:grid;grid-template-columns:minmax(72px,.9fr) minmax(0,2.3fr) minmax(96px,1.1fr) minmax(72px,.8fr);gap:10px;align-items:center;padding:8px 16px;text-align:left;font-weight:500}.leaderboard-header{border-bottom:1px solid rgba(255,255,255,.1)}.leaderboard-entry{align-items:center;border-bottom:1px solid rgba(79,168,209,.2);font-weight:500}.rank-header,.username-header,.nbgame-header,.points-header{color:#4fa8d1}.username-header,.username{min-width:0}.username{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank{font-weight:700}.rank-1{color:gold}.rank-2{color:silver}.rank-3{color:#cd7f32}.points{font-weight:700;color:#4fa8d1;text-align:right}.nb_game{color:#888;text-align:right}.leaderboard-entry .rank,.leaderboard-entry .username,.leaderboard-entry .nb_game,.leaderboard-entry .points{padding:0 10px}.leaderboard-entry:hover{background-color:#4fa8d133}.leaderboard-entry .rank{color:#4fa8d1;font-weight:700}.leaderboard-entry .rank-1{color:gold}.leaderboard-entry .rank-2{color:silver}.leaderboard-entry .rank-3{color:#cd7f32}.leaderboard-entry .username,.leaderboard-entry .points,.leaderboard-entry .nb_game{color:#fff}.stats-modal .stats-grid-rank{width:100%;max-width:800px;margin:0 auto}.stats-grid-rank .game-mode-stats{padding-right:0}.mode-select{width:min(100%,240px);min-height:36px;padding:5px 35px 5px 10px;margin:0;font-size:16px;font-family:"Bree Serif",serif;background-color:#3d86a8;color:#fff;cursor:pointer;transition:all .2s;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/images/icons_real/arrow_stats_outline.svg);background-repeat:no-repeat;background-position:right 8px center;background-size:22px;-webkit-border-radius:0;border-radius:0}.mode-select::-webkit-calendar-picker-indicator{-webkit-border-radius:0;border-radius:0}.mode-select option{border-radius:0;-webkit-border-radius:0}.mode-select:focus{outline:none;border-color:#3d86a8;background-image:url(/images/icons_real/arrow_stats_fill.svg)}.mode-select:-moz-focusring{color:transparent;text-shadow:0 0 0 white}.mode-select::-ms-expand{display:none}@media (max-width: 1100px){.leaderboard-entries{font-size:.75rem}.mode-select,.stats-modal .game-mode-stats p{font-size:.8rem}}@media (max-width: 700px){.leaderboard-header,.leaderboard-entry{grid-template-columns:58px minmax(0,1.8fr) 86px 60px;gap:8px;padding:8px 10px}.rank,.username,.nb_game,.points{padding:0 4px}.mode-select{width:100%;font-size:.75rem;background-size:18px;padding-right:30px}}.modal-overlay{--retro-modal-gap: clamp(16px, 4vw, 32px);position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;padding:var(--retro-modal-gap);overflow-y:auto;overscroll-behavior:contain;z-index:9999;opacity:0;animation:fadeIn .3s ease forwards}.retro-modal{width:min(100%,var(--retro-modal-width, 820px));max-height:calc(100dvh - (var(--retro-modal-gap) * 2));background-color:var(--color-background);position:relative;display:flex;flex-direction:column;min-height:0;margin:auto;box-shadow:8px 8px #0003;z-index:10000;animation:retroModalFadeIn .4s ease-out;border-radius:12px;overflow:hidden;font-family:"Bree Serif",serif;font-size:1rem;border:4px solid white;color:#fff}.retro-modal .menu-header{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:10px 56px 10px 10px;border-bottom:2px solid var(--color-border);background-color:var(--color-background);position:relative;min-height:52px}.retro-modal .menu-header h1{color:#fff;margin:0;padding:0 20px;font-size:1.5rem;line-height:1.2;min-width:0}.retro-modal-header-actions{display:flex;align-items:center;min-width:0;margin-left:auto;padding-right:8px}.retro-modal__body{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#4fa8d1 rgba(0,0,0,.05)}.retro-modal__body::-webkit-scrollbar{width:15px}.retro-modal__body::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.retro-modal__body::-webkit-scrollbar-thumb{background:#4fa8d1;border-radius:4px}:root[data-theme=dark] .retro-modal__body::-webkit-scrollbar-track{background:#ffffff0d}.retro-modal__body::-webkit-scrollbar-thumb:hover{background:#3d86a8}.grosProut{position:absolute;top:13px;right:14px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#3a3a3c;border-radius:5px;border-bottom:2px solid #2b2b2b;transition:all .3s}.close-menu{width:100%;height:100%;background:none;border:none;color:#fff;font-family:Roboto,sans-serif;font-size:1.2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 0 2px}@keyframes fadeIn{to{opacity:1}}@keyframes retroModalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes retroModalSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.retro-modal.from-bottom{animation:retroModalSlideUp .4s ease-out}@keyframes retroModalFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes retroModalSlideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50px)}}@keyframes overlayFadeOut{0%{opacity:1}to{opacity:0}}.retro-modal.closing{animation:retroModalFadeOut .3s ease-in forwards}.retro-modal.from-bottom.closing{animation:retroModalSlideDown .3s ease-in forwards}.modal-overlay.closing{animation:overlayFadeOut .3s ease-in forwards;pointer-events:none}@media (max-width: 1100px){.retro-modal .menu-header h1{font-size:1rem}}@media (max-width: 640px){.modal-overlay{--retro-modal-gap: 12px;align-items:flex-start}.retro-modal{max-height:calc(100dvh - 24px);border-width:3px}.retro-modal .menu-header{padding:10px 50px 10px 10px}.retro-modal .menu-header h1{padding:0 12px}.retro-modal-header-actions{width:100%;margin-left:0;padding:0 12px 4px}.grosProut{right:10px}}.rules-modal{--retro-modal-width: 820px}.rules-content{padding:0 20px 2rem;color:#fff}.rules-content h3{color:#fff;margin-top:20px;margin-bottom:10px}.rules-content .red{color:red}.rules-content .yellow{color:#e2c855}.rules-content .green{color:#7fb57b}.rules-content ul{list-style-type:none;padding-left:0}.rules-content ul li{margin:8px 0}.hints-row{display:flex;gap:5px;flex-wrap:wrap;margin:10px 0;justify-content:center}.hint-item{display:flex;flex-direction:column;align-items:center;text-align:center;background-color:#1d1d20;border:1px solid white;padding:8px 12px;min-width:100px}.hint-label{color:#fff}.hint-initials{display:block;text-align:right;color:#fff;font-size:.7rem;margin-right:10px}.hint-points{font-size:.9rem}.example-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:4px;margin:0 auto}.example-label{width:100%;color:#fff;margin-top:4px;text-align:center;word-break:break-word}.example-item{width:100%;aspect-ratio:1;padding:0;text-align:center;background-color:#3a3a3c;display:flex;justify-content:center;align-items:center}.example-item img{width:100%;height:100%;object-fit:cover}.example-item.exact{background-color:#538d4e}.example-item.partial{background-color:#b59f3b}.example-item.wrong{background-color:#3a3a3c}.cyclist-photo{object-fit:cover;object-position:top}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1600px){.example-grid{margin-bottom:10px}.rules-modal{font-size:.7rem}}@media (max-width: 1100px){.rules-modal{font-size:.6rem}}@media (max-width: 620px){.example-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 400px){.example-grid{grid-template-columns:repeat(2,1fr)}}.archive-modal{--retro-modal-width: 860px}.archive-content{display:flex;flex-direction:column;gap:1rem;padding:20px;color:#fff}.calendar-navigation{display:flex;justify-content:space-between;align-items:center}.calendar-navigation button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--color-text);padding:.5rem 1rem}.calendar-navigation button.disabled{opacity:.3;cursor:not-allowed}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:1rem;margin-left:1rem;margin-right:1rem}.calendar-header{text-align:center;font-weight:700;padding:.5rem;color:var(--color-text)}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:.9rem;cursor:pointer;color:var(--color-text)}.calendar-day.empty{background:none}.calendar-day.success{background-color:#4a9e5c}.calendar-day.inProgress{background-color:#b59f3b}.calendar-day.notPlayed{background-color:#787c7e}.calendar-day.future{opacity:.3;cursor:not-allowed;pointer-events:none}.calendar-day.playable{cursor:pointer;transition:transform .2s,background-color .2s}.calendar-day.playable:hover{background-color:#4fa8d1}.calendar-legend{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-color{width:20px;height:20px;border-radius:4px}.legend-color.success{background-color:#4a9e5c}.legend-color.inProgress{background-color:#c9b458}.legend-color.notPlayed{background-color:#787c7e}.archive-content .loading-message{grid-column:1 / -1;text-align:center;padding:2rem;color:var(--color-text)}.archive-content .error-message{color:#f44;text-align:center;padding:20px;grid-column:span 7;font-weight:700}@media (max-width: 600px){.archive-content{padding:16px}.calendar-day{font-size:.8rem}.calendar-legend{flex-direction:column;align-items:center;gap:1rem}}.nav-header{position:fixed;top:0;left:0;width:100%;height:52px;z-index:1000;display:flex;align-items:center;padding:0 20px;font-family:"Bree Serif",serif;background:var(--color-header);opacity:1;transition:opacity .5s ease}.nav-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem;font-weight:700;color:#fff;display:flex;align-items:center;white-space:nowrap;letter-spacing:1px}.nav-title span{display:inline-block}.title-menu{color:#fff;padding:15px}.close-menu{width:100%;height:100%;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;outline:none;padding:0;margin:0;display:flex;align-items:center;justify-content:center;font-family:Roboto,sans-serif}.close-menu:hover{color:#4fa8d1;outline:none}.first-letter{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;margin:0 1px;text-align:center;letter-spacing:0px}.G-letter{background-color:#3eaa42}.T-letter{background-color:#4fa8d1}.R-letter{margin-left:10px;background-color:#b59f3b}.menu-header-left h1{margin:0}.more-games-panel{background:linear-gradient(180deg,#1c1c1ffa,#0f0f11);border-right:1px solid rgba(255,255,255,.08);box-shadow:32px 0 64px #00000073}.more-games-panel .menu-header-left{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:flex-start;gap:12px;min-height:52px;padding:14px 52px 14px 18px;background:linear-gradient(180deg,#1e1e21fa,#18181ae6);border-bottom:1px solid rgba(255,255,255,.08)}.more-games-panel .menu-header-left h1{font-family:Space Grotesk,sans-serif;font-size:1.6rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#f7f3ea}.more-games-panel .menu-header-left .grosProut{position:absolute;top:50%;right:14px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#3a3a3c;border-radius:5px;border-bottom:2px solid #2b2b2b;transform:translateY(-50%);transition:all .3s}.more-games-panel .menu-header-left .close-menu{width:100%;height:100%;color:#fff;font-family:Roboto,sans-serif;font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;padding:0;transform:translateY(1px)}.more-games-panel .menu-header-left .close-menu:hover{color:#4fa8d1}.nav-title:hover{cursor:pointer}.hamburger-container{display:flex;align-items:center;gap:8px}.more-games-text{font-family:"Bree Serif",serif;font-size:14px;color:#fff;white-space:nowrap;-webkit-user-select:none;user-select:none}.hamburger-menu{width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:none;border:none;padding:0;margin:0;position:relative;transition:background-color .1s ease;border-radius:0;outline:none}.hamburger-menu:hover{background-color:#ffffff3d;outline:none}.hamburger-icon{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px}.hamburger-icon span{display:block;height:2px;width:100%;background-color:#fff;transition:all .3s ease;border-radius:0}.hamburger-icon span{background:#fff}.menu-droite{margin-left:auto;display:flex;align-items:center}.welcome-text-blue{font-family:"Bree Serif",serif;font-size:1.2em;margin-right:.5rem;color:#fff}.nav-title-home{display:inline-flex;align-items:center;justify-content:center;gap:0;background:none;border:0;color:inherit;font:inherit;letter-spacing:inherit;padding:0;cursor:pointer;outline:none}.nav-title-home:hover,.nav-title-home:focus-visible{color:inherit;outline:none}.profile-menu-container{position:relative;display:inline-block}.more-games-panel .rules-content-left{margin-top:0;padding:18px 14px 24px;display:flex;flex-direction:column;gap:10px}.more-games-panel .rules-content-left .blueText{margin:14px 4px 2px;color:#fff;font-family:Space Grotesk,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.more-games-panel .rules-content-left .blueText:first-child{margin-top:0}.more-games-panel button.mode-button{position:relative;display:block;width:100%;margin:0;padding:14px 16px 14px 18px;border:1px solid rgba(255,255,255,.08);border-left:3px solid rgba(201,210,218,.42);background:#ffffff08;color:#f7f3ea;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;line-height:1.25;text-align:left;box-shadow:inset 0 1px #ffffff0a;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.more-games-panel button.mode-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(201,210,218,.1),transparent 62%);pointer-events:none}.more-games-panel button.mode-button>span{position:relative;z-index:1}.more-games-panel button.mode-button .mode-button-badge{position:absolute;top:50%;right:14px;z-index:1;padding:2px 7px;border:1px solid rgba(255,255,255,.16);border-radius:4px;color:#ffffffb8;font-size:.64rem;font-weight:800;letter-spacing:.08em;line-height:1.1;text-transform:uppercase;transform:translateY(-50%)}.more-games-panel button.mode-button:hover{color:#fff;transform:translate(4px);border-color:#c9d2da33;background:#ffffff0d;box-shadow:0 12px 24px #00000038,inset 0 1px #ffffff0d}.more-games-panel button.mode-button.active{color:#fff;transform:translate(4px);border-color:#ffffff2e;border-left-color:#3eaa42;background:#ffffff14;box-shadow:0 14px 28px #00000040,inset 0 1px #ffffff0f}.more-games-panel button.mode-button.ranked{border-left-color:#c9d2da6b}.more-games-panel button.mode-button.ranked:before{background:linear-gradient(90deg,rgba(201,210,218,.1),transparent 62%)}.more-games-panel button.mode-button.ranked:hover{border-color:#c9d2da33}.more-games-panel button.mode-button.ranked.active{border-color:#ffffff2e;border-left-color:#3eaa42}.more-games-panel button.mode-button.disabled{color:#ffffff57;cursor:not-allowed;opacity:.55;padding-right:78px}.more-games-panel button.mode-button.disabled:hover{color:#ffffff57;transform:none;border-color:#ffffff14;background:#ffffff08;box-shadow:inset 0 1px #ffffff0a}.menu-update,.menu-login{display:inline-block}.menu-droite button{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;outline:none}.menu-droite button img{width:28px;height:28px;filter:brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(7451%) hue-rotate(191deg) brightness(108%) contrast(96%);transition:all .3s ease}.menu-droite button:hover,.menu-droite button:active{transform:scale(1.1);filter:brightness(0) saturate(100%) invert(61%) sepia(49%) saturate(449%) hue-rotate(154deg) brightness(89%) contrast(99%)}.icon-button-login,.icon-button-update{width:24px;height:24px;transition:transform .2s ease}.icon-button-login:hover,.icon-button-update:hover{transform:scale(1.1)}.profile-dropdown{position:absolute;top:100%;right:20px;background-color:#1d1d20;border:1px solid #333;padding:8px 0;min-width:150px;z-index:9999}.profile-menu-items{display:flex;flex-direction:column}.profile-menu-item{display:flex;align-items:center;gap:8px;padding:8px 16px;background:none;border:none;color:#fff;cursor:pointer;font-family:"Bree Serif",serif;text-align:left;transition:background-color .2s ease}.profile-actions .profile-menu-item:hover{color:#4fa8d1!important;transform:none!important;filter:none!important;background:none!important}.profile-menu-item:hover{background-color:#ffffff1a}.profile-menu-item:hover .default-icon{display:none!important}.profile-menu-item:hover .hover-icon{display:inline-block!important}.profile-menu-item{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.profile-menu-icon{width:24px!important;height:24px!important;margin-left:4px!important}.menu-bug{position:fixed;left:20rem;background:none;border:none;color:#fff;cursor:pointer;font-family:"Bree Serif",serif;transform:scale(.35);transition:background-color .2s ease;filter:brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(7290%) hue-rotate(2deg) brightness(97%) contrast(121%)}.menu-bug:hover,.menu-bug:active{transform:scale(.4)}.update-list{display:flex;flex-direction:column;gap:10px;border-bottom:1px solid #eee;color:#fff;padding:15px;font-family:"Bree Serif",serif}.update-list h3{color:red;margin-top:20px}.yellow-color{color:#ffe46c}.blue-color{color:#4495bb}.header-logo{width:20px;height:20px}.header-logo-contain-left{display:flex;justify-content:space-between;margin-right:100%;position:absolute;right:60px}.header-logo-container-left{background-color:#3a3a3c;cursor:pointer;border-radius:4px;border-bottom:2px solid rgb(43,43,43);padding:5px;margin-right:4px;display:flex;margin-top:2px}.header-logo-container-left.disabled{opacity:.5;cursor:default}.header-logo-container-left.disabled:hover{opacity:.5;background-color:#3a3a3c}.header-logo-container-left:hover{background-color:#525253}.header-logo-contain-right{display:flex;justify-content:space-between;margin-left:100%;position:absolute;left:60px}.header-logo-container-right,.header-theme-toggle{--theme-toggle-bg: rgb(58, 58, 60);background-color:#3a3a3c;cursor:pointer;border-radius:4px;border-bottom:2px solid rgb(43,43,43);padding:5px;margin-right:4px;display:flex;align-items:center;justify-content:center;margin-top:2px}.header-logo-container-right:hover,.header-theme-toggle:hover{--theme-toggle-bg: rgb(82, 82, 83);background-color:#525253}.header-theme-toggle{width:30px;height:30px;border-top:0;border-left:0;border-right:0;color:#fff;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;line-height:1;outline:none}.header-theme-toggle-icon{position:relative;display:block;width:16px;height:16px;color:currentColor}.header-theme-toggle-icon.is-sun{width:10px;height:10px;border:2px solid currentColor;border-radius:50%}.header-theme-toggle-icon.is-sun:before{content:"";position:absolute;top:50%;left:50%;width:2px;height:2px;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 -9px 0 currentColor,0 9px 0 currentColor,-9px 0 0 currentColor,9px 0 0 currentColor,-6px -6px 0 currentColor,6px -6px 0 currentColor,-6px 6px 0 currentColor,6px 6px 0 currentColor}.header-theme-toggle-icon.is-moon{border-radius:50%;background:currentColor}.header-theme-toggle-icon.is-moon:after{content:"";position:absolute;top:-3px;left:5px;width:16px;height:16px;border-radius:50%;background:var(--theme-toggle-bg)}.header-theme-toggle:focus-visible{box-shadow:0 0 0 2px #4fa8d1}@media screen and (max-width: 800px){.nav-header{height:90px;flex-direction:column;padding:0}.nav-title{position:relative;top:auto;left:auto;transform:none;width:100%;height:45px;display:flex;justify-content:center;align-items:center;margin-top:45px;padding:0 10px;font-size:1em}.hamburger-container{position:absolute;top:0;left:10px;height:45px;display:flex;align-items:center;gap:8px}.hamburger-menu{position:relative;top:auto;left:auto;height:45px}.more-games-text{font-size:12px}.menu-droite{position:absolute;top:0;right:10px;height:45px}.header-logo-contain-left,.header-logo-contain-right{position:static;margin:0;display:flex;align-items:center;height:100%}.header-logo-container-left,.header-logo-container-right,.header-theme-toggle{display:flex;align-items:center;justify-content:center;background-color:#3a3a3c;padding:6px;border-radius:4px;border-bottom:2px solid rgb(43,43,43);margin:0 4px;width:30px;height:30px}.header-logo-contain-left{margin-right:1rem}.header-logo-contain-right{margin-left:1rem}.header-logo{width:16px;height:16px}.first-letter{margin:0 4px;padding:2px 0;width:24px;height:24px}}:root[data-theme=light]{--background-main-color: #ffffff;--color-header:#1d1d20;--color-footer:#ffffff;--color-text:#0e0e0f}:root[data-theme=dark]{--background-main-color: #0e0e0f;--color-header:#1d1d20;--color-footer:#0e0e0f;--color-text:white}html,body{height:100%;margin:0;padding:0}body{font-family:Roboto,sans-serif;background-color:var(--background-main-color);min-height:100vh}#root{min-height:100vh}.App{min-height:calc(100vh - 58px);display:flex;background-color:var(--background-main-color);color:#fff;justify-content:center;width:100%;overflow-x:hidden}.game-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:70px auto 0;opacity:1;font-family:"Bree Serif",serif}.game-container h2{color:var(--color-text);font-family:Space Grotesk,sans-serif;font-size:clamp(1.85rem,4vw,2.6rem);font-weight:700;text-transform:uppercase;text-align:center;text-shadow:none;letter-spacing:0;line-height:1;margin:0 0 .45rem}.game-title-container{display:inline-grid;justify-items:center;gap:.22em}.game-title-overline{display:inline-flex;align-items:center;justify-content:center;gap:.95em;flex-wrap:wrap}.game-title-prefix{font-family:"Bree Serif",serif;font-size:.34em;font-weight:400;letter-spacing:.42em;color:#10202e94}.game-title-badge{display:inline-flex;align-items:center;justify-content:center;padding:.42em .8em;border:1px solid rgba(29,29,32,.14);background:#1d1d200f;color:#10202eb8;font-size:.24em;font-weight:700;letter-spacing:.24em;line-height:1}.game-title-line{display:inline-flex;align-items:baseline;justify-content:center;gap:.22em;flex-wrap:wrap}.game-title-number{font-family:Bowlby One SC,sans-serif;font-size:1.52em;line-height:.88;letter-spacing:.04em;color:#b08a22}.game-title-name{font-family:Space Grotesk,sans-serif;font-size:1em;font-weight:700;letter-spacing:.16em;color:#10202e}.game-title-meta{font-family:"Bree Serif",serif;font-size:.3em;font-weight:400;letter-spacing:.22em;color:#10202e8f}.game-title-container--ranked .game-title-badge{border-color:#b08a223d;background:#b08a221a;color:#8f6d15}:root[data-theme=dark] .game-title-prefix,:root[data-theme=dark] .game-title-meta{color:#ffffff94}:root[data-theme=dark] .game-title-badge{border-color:#ffffff24;background:#ffffff0f;color:#ffffffc2}:root[data-theme=dark] .game-title-number{color:#f2dc8e}:root[data-theme=dark] .game-title-name{color:#f7f3ea}:root[data-theme=dark] .game-title-container--ranked .game-title-badge{border-color:#f2dc8e3d;background:#f2dc8e1f;color:#f2dc8e}.date-display{color:var(--color-text)}.quiz-container{width:100%;max-width:600px;margin-top:20px}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.rules-content-left,.rules-content{margin-top:1rem;border-radius:6px;font-family:"Bree Serif",serif}.side-menu .rules-content.game-rules{background-color:#1a1a1b;color:#fff;padding:20px;border-radius:5px;margin:20px;font-family:"Bree Serif",serif;text-align:justify}.side-menu .rules-content.game-rules h3{color:#4fa8d1;margin:15px 0;font-size:1.2em}.side-menu .rules-content.game-rules p{margin:5px 0}.side-menu .rules-content.game-rules ul{list-style-type:disc;margin:10px 0 10px 20px;padding-left:20px}.side-menu .rules-content.game-rules li{margin:5px 0;line-height:1.4}.side-menu .rules-content.game-rules .green{color:#77cf6f;font-weight:700}.side-menu .rules-content.game-rules .yellow{color:#ffdf4f;font-weight:700}.side-menu .rules-content.game-rules .red{color:red;font-weight:700}.side-menu .rules-content.game-rules{background-color:#1a1a1b;color:#fff;padding:20px;border-radius:5px;margin:20px;font-family:"Bree Serif",serif;text-align:justify;height:calc(100vh - 100px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#4fa8d1 #1a1a1b}.side-menu .rules-content.game-rules::-webkit-scrollbar{width:15px}.side-menu .rules-content.game-rules::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.side-menu .rules-content.game-rules::-webkit-scrollbar-thumb{background-color:#4fa8d1;border-radius:4px}.quiz-submit{padding:.75rem 1.5rem;background-color:#61dafb;color:#282c34;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.quiz-submit:hover{background-color:#4fa8d1}.attempts-counter{text-align:center;font-weight:700;color:#495057}:root{--color-correct: #6aaa64;--color-present: #c9b458;--color-absent: #787c7e;--color-background: #282c34;--color-border: #61dafb;--color-primary: #1a1a1b;--color-button: #538d4e;--color-button-hover: #437c3d}@media (max-width: 800px){.game-container{width:100%}.guess-input{flex-direction:column}.guess-input input{width:100%}th,td{padding:8px;font-size:.9em}}.points-grid,.rankings-grid{display:grid;grid-template-columns:1fr;width:min(100%,560px);max-width:560px;gap:10px;margin:0 auto}.match{position:relative;display:flex;justify-content:center;gap:.25rem;width:100%;height:90px;background-color:#1a1e24;word-break:break-word;overflow:hidden;text-align:center;align-items:center;justify-items:center;border-radius:1px}.guess-row .cyclist-photo{width:100%;height:90px;border-radius:1px;object-fit:cover;object-position:top}.match.correct{background-color:#538d4e}.match.incorrect{background-color:#3a3a3c}.match.partial,.match.neighboring{background-color:#b59f3b}.comparison-indicator{position:relative;font-size:1.2rem;color:#c9c9c9;left:.2rem;bottom:.1rem}@keyframes bounceUp{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes bounceDown{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.comparison-indicator.indicator-up{display:inline-block;animation:bounceUp 1.5s infinite ease-in-out}.comparison-indicator.indicator-down{display:inline-block;animation:bounceDown 1.5s infinite ease-in-out}.guesses-container{width:100%;max-width:1250px;margin:0 auto}.legends-quiz-container{width:100%;max-width:900px;margin:0 auto}.guess-labels-legends{display:grid;grid-template-columns:repeat(9,1fr);width:100%;margin:1.5rem 0 .5rem;font-size:1rem;text-align:center;opacity:0;transition:opacity .5s ease}.guess-row-legends{display:grid;grid-template-columns:repeat(9,1fr);gap:4px;width:100%;margin-bottom:4px;align-items:start}.guess-row-legends .cyclist-photo{width:100%;height:90px;border-radius:1px;object-fit:cover;object-position:top}.anim-guess-row.new-guess:not(.animate)>*{opacity:1}.anim-guess-row.new-guess.animate>*{opacity:0}.anim-guess-row.new-guess.animate>*:nth-child(1){animation:flip .6s cubic-bezier(.455,.03,.515,.955) forwards 0s}.anim-guess-row.new-guess.animate>*:nth-child(2){animation:flip .6s cubic-bezier(.455,.03,.515,.955) forwards .15s}.anim-guess-row.new-guess.animate>*:nth-child(3){animation:flip .6s cubic-bezier(.455,.03,.515,.955) forwards .3s}.anim-guess-row.new-guess.animate>*:nth-child(4){animation:flip .6s cubic-bezier(.455,.03,.515,.955) forwards .45s}.anim-guess-row.new-guess.animate>*:nth-child(5){animation:flip .6s cubic-bezier(.455,.03,.515,.955) forwards .6s}.anim-guess-row.new-guess.animate>*:nth-child(6){animation:flip .6s cubic-bezier(.455,.03,.515,.955) forwards .75s}.anim-guess-row.new-guess.animate>*:nth-child(7){animation:flip .6s cubic-bezier(.455,.03,.515,.955) forwards .9s}.anim-guess-row.new-guess.animate>*:nth-child(8){animation:flip .6s cubic-bezier(.455,.03,.515,.955) forwards 1.05s}.anim-guess-row.new-guess.animate>*:nth-child(9){animation:flip .6s cubic-bezier(.455,.03,.515,.955) forwards 1.2s}.anim-guess-row.new-guess.animate>*:nth-child(10){animation:flip .6s cubic-bezier(.455,.03,.515,.955) forwards 1.35s}.anim-guess-row.new-guess.animate>*:nth-child(11){animation:flip .6s cubic-bezier(.455,.03,.515,.955) forwards 1.5s}.card{padding:2em}.read-the-docs{color:#888}.quiz-title{text-align:center;color:#61dafb;margin-bottom:2rem}.quiz-content{display:flex;flex-direction:column;gap:1.5rem}.quiz-hints{background-color:#1a1e24;padding:1rem;border-radius:6px}.quiz-hints ul{list-style-type:none;padding-left:0}.quiz-hints li{margin:.5rem 0;color:#495057}.quiz-form{display:flex;gap:1rem}.mode-separator{height:1px;background-color:#4fa8d1;margin:15px 0;opacity:.3}.ranked-score{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;width:fit-content;max-width:min(100%,760px);margin:0 auto 1rem;padding:8px 14px;border-radius:0;background:#b59f3b24;border:1px solid rgba(181,159,59,.3)}.ranked-score-label{color:#f5d86e;font-weight:700}.ranked-score-note{color:#ffffffc2;font-size:.92rem}:root[data-theme=light] .ranked-score{background:#b59f3b1f;border-color:#7d5f1147}:root[data-theme=light] .ranked-score-label{color:#6b5110}:root[data-theme=light] .ranked-score-note{color:#3f4c58}.input-section .give-up-button{background-color:#bb3c48;color:#fff;border:none;padding:10px 20px;cursor:pointer}.input-section .give-up-button:hover:not(:disabled){background-color:#c82333}.input-section .give-up-button:disabled{background-color:#dc3545;opacity:.6;cursor:not-allowed}.giveup-message{color:red}.guess-row{display:grid;grid-template-columns:repeat(11,1fr);gap:4px;width:100%;margin-bottom:4px;align-items:start;padding:0 20px}.guess-labels{display:grid;grid-template-columns:repeat(11,1fr);width:100%;margin:1.5rem 0 .5rem;font-size:1rem;text-align:center;opacity:0;transition:opacity .5s ease;padding:0 20px}.guess-labels>*{display:flex;align-items:center;justify-content:center;padding:4px;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;opacity:0;transition:opacity .5s ease}.guess-labels-active{opacity:1}.guess-labels-active>*{opacity:1}:root[data-theme=light] .guess-labels>*{color:#333}@media (max-width: 1100px){.guess-labels{font-size:.8rem}}@media (max-width: 800px){.game-container{width:100%;margin-top:100px}.guess-input{flex-direction:column}.guess-input input{width:100%}th,td{padding:8px;font-size:.9em}.guess-row{grid-template-columns:repeat(5,1fr);gap:2px;font-size:.8rem;padding:5px}.guess-labels{grid-template-columns:repeat(5,1fr);font-size:.8rem;padding:0}.guess-row-legends{grid-template-columns:repeat(4,1fr);gap:2px;font-size:.8rem;padding:5px}.guess-labels-legends{grid-template-columns:repeat(4,1fr);font-size:.6rem}.success-message{display:flex;align-items:center;justify-content:center;flex-direction:column}}.side-menu{position:fixed;top:0;right:-415px;width:415px;height:100vh;background-color:#1a1a1b;transition:right .3s ease;z-index:1000}.side-menu.open{right:0}@media (max-width: 420px){.game-container h2{font-size:1.5rem}.side-menu,.sliding-menu{height:100vh;position:fixed;top:0;width:90%;z-index:1000}.login-input,.login-button{width:90%}.menu-header{padding:1rem}.update-list{padding:10px}}@media (max-width: 600px){.hints-bar{width:100%}.hint-block button{width:auto!important;font-size:.8rem!important;padding:.5rem}.hint-content{font-size:.9rem}.input-section{margin:15px 0;display:flex;gap:10px;justify-content:center;align-items:center;flex-direction:column}}@media (max-width: 400px){.hint-content{font-size:.8rem}}.cyclist-image{text-align:center;margin-bottom:2rem}.cyclist-image img{max-width:300px;max-height:300px;border-radius:8px;object-fit:cover;box-shadow:0 4px 8px #0003}.cyclist-details{margin-top:2rem;padding:2rem;border-radius:8px;text-align:left}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.detail-item{padding:1rem;border-radius:4px}.detail-section{grid-column:1 / -1;margin-top:1.5rem}.point-item,.ranking-item{padding:.8rem;border-radius:4px}.results-list,.teams-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.5rem}.results-list li,.teams-list li{padding:.8rem;border-radius:4px;margin:0}.error{color:#ff6b6b;margin:1rem 0;padding:1rem;border-radius:4px}.error-message{color:#ff6b6b}.success-message{color:#69db7c;font-size:1.2rem;display:flex;flex-direction:column;align-items:center;text-align:center}.success-message button{background-color:#4a9e5c;border:none;font-weight:700;transition:background-color .3s;border-radius:0;outline:none;font-size:16px;color:#fff;cursor:pointer;margin-left:1rem;padding:12px 18px}.success-message button:hover{background-color:#357a44}.hint-label-title{display:block;text-align:center;font-size:1.4rem;color:#fff;font-weight:700}.under_hint{position:relative;width:100%;min-height:100px}.hints-bar{display:flex;justify-content:center;gap:1rem;padding:1rem}.hint-availability{font-size:.8rem;color:red;margin-top:5px}.hint-block{display:flex;flex-direction:column;align-items:center}.hint-block button{width:120px;padding:.8rem;border:none;border-radius:0;background-color:#1a1e24;color:#fff;cursor:pointer;transition:background-color .3s;outline:none}.hint-block button:disabled{opacity:.5;cursor:not-allowed}.hint-block.locked button{background-color:#1a1e24;color:#fff;cursor:pointer;opacity:.5;border:1px solid #666}.hint-block.locked button:hover{cursor:not-allowed}.hint-block.available button{border:1px solid #b59f3b;background-color:#1a1e24;color:#fff}.hint-block.available button:hover{background-color:#b59f3b;color:#fff}.hint-block button.active{background-color:#b59f3b}.hint-block button.ranked-hint{background-color:#1a1a1b;border:1px solid #b59f3b;color:#fff;transition:all .3s ease;cursor:pointer!important}.hint-block button.ranked-hint:hover{background-color:#b59f3b;color:#fff}.hint-block button.ranked-hint.active{background-color:#b59f3b;color:#fff;border-color:#b59f3b}.hint-block button.ranked-hint.disabled{opacity:1;cursor:not-allowed!important;border-color:#666;color:#666}.hint-block button.ranked-hint.disabled:hover{background-color:#1a1a1b;color:#666}@keyframes retro-reveal{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes retro-hide{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.retro-exit{animation:retro-hide .5s cubic-bezier(.2,.8,.2,1) forwards!important}.hint-content,.hint-content-photo{background:linear-gradient(145deg,#fffffff2,#ecf6fcfa)!important;color:#10202e!important;border:1px solid rgba(29,29,32,.16)!important;box-shadow:0 22px 48px #0f172a2e!important;border-radius:0!important;font-family:"Bree Serif",serif;padding:clamp(12px,2vw,18px);margin-left:auto;margin-right:auto;animation:retro-reveal .8s cubic-bezier(.2,.8,.2,1) forwards;width:min(100%,560px)!important;min-width:0!important;max-width:min(95vw,560px)!important;min-height:0;box-sizing:border-box;text-align:left;position:relative;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:10px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hint-content>*,.hint-content-photo>*{margin-top:0!important;margin-bottom:0!important;width:100%}.hint-content::-webkit-scrollbar,.hint-content-photo::-webkit-scrollbar{width:15px}.hint-content::-webkit-scrollbar-track,.hint-content-photo::-webkit-scrollbar-track{background:#0000000d}.hint-content::-webkit-scrollbar-thumb,.hint-content-photo::-webkit-scrollbar-thumb{background-color:#4fa8d1;border-radius:4px}:root[data-theme=dark] .hint-content::-webkit-scrollbar-track,:root[data-theme=dark] .hint-content-photo::-webkit-scrollbar-track{background:#ffffff0d}@media (max-width: 768px){.hint-content,.hint-content-photo{width:100%!important;max-width:100%!important;min-height:0;border-radius:0!important}}:root[data-theme=dark] .hint-content,:root[data-theme=dark] .hint-content-photo{background:linear-gradient(145deg,#1d1d20fa,#1a1a1bfa)!important;color:#f3f8fc!important;border-color:#ffffff24!important;box-shadow:0 22px 48px #00000057!important}.hint-content-photo{display:flex;justify-content:flex-start;align-items:stretch;width:fit-content!important;max-width:min(95vw,320px)!important}.hint-content-photo .points-grid{width:auto;max-width:none}.hint-content-photo img{border:none;border-radius:0;width:100%;height:100%;object-fit:cover;object-position:top;display:block;margin:0 auto}.result-number{color:#b59f3b;font-weight:700}.nationality-label{color:#4495bb;font-weight:700}.hint-label{color:#fff;font-weight:700}.rankings-grid{display:grid;gap:15px}.rankings-grid>div{display:flex;justify-content:space-between;align-items:center;padding:10px;border-radius:4px}.results-list{display:grid;gap:10px}.results-list>div{padding:10px;border-radius:4px}.best-result{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:8px 10px;border-radius:0;background:#ffffffa8;border:1px solid rgba(29,29,32,.12);box-shadow:inset 0 1px #ffffffb8;font-size:1rem}.best-result-main{min-width:0;display:flex;align-items:center;gap:6px}.best-result-title{color:inherit;font-size:inherit;font-weight:700;line-height:1.25;min-width:0}.best-result-type{color:#7d5f11;font-size:inherit;font-weight:700;line-height:1.25;white-space:nowrap}.best-result-stat{min-width:74px;text-align:center;padding:3px 6px;border-left:1px solid rgba(29,29,32,.12);font-size:inherit;font-weight:700;line-height:1.25;white-space:nowrap}.best-result .team-history-index{font-size:inherit;line-height:1.25;letter-spacing:.08em}.best-result-wins{color:#7d5f11}.best-result-date{color:#526273}.team-history-shell{width:100%}.team-history{display:grid;gap:0;border:1px solid rgba(29,29,32,.12);background:#ffffffa8;box-shadow:inset 0 1px #ffffffb8}.team-history-entry{display:grid;grid-template-columns:auto auto 1fr;gap:8px;align-items:center;padding:8px 10px;border-radius:0;background:transparent;border:0;border-bottom:1px solid rgba(29,29,32,.08);box-shadow:none}.team-history-entry:last-child{border-bottom:0}.team-history-index{color:#4fa8d1;font-size:.68rem;font-weight:700;letter-spacing:.12em}.team-season{display:inline-flex;align-items:center;justify-content:center;padding:3px 6px;border-radius:0;background:#b59f3b2e;color:#7d5f11;font-size:.72rem;font-weight:700;white-space:nowrap}.team-name{color:inherit;font-weight:700;line-height:1.2}.team-history-empty{display:block;padding:10px;border-radius:0;background:#ffffffa8;border:1px solid rgba(29,29,32,.12);color:inherit;text-align:center}.cyclist-photo-hint{display:flex;flex-direction:column;align-items:center;gap:6px}.cyclist-photo-frame{position:relative;width:min(100%,190px);aspect-ratio:1 / 1;padding:8px;border-radius:0;background:linear-gradient(145deg,#4fa8d138,#b59f3b2e);box-shadow:0 20px 40px #0f172a2e}.cyclist-photo-frame:after{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border-radius:0;border:1px solid rgba(255,255,255,.32);pointer-events:none}.hint-panel-caption{display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:0;background:#4fa8d124;color:#2b6882;font-size:.7rem;font-weight:700;letter-spacing:.03em}.initials-card{display:flex;flex-direction:column;align-items:center;gap:6px}.best-result .cyclist-photo{width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%}.best-result .cyclist-photo img{width:100%;height:100%;object-fit:cover;object-position:top}.result-text{color:inherit;font-weight:700;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;max-width:100%}:root[data-theme=dark] .best-result,:root[data-theme=dark] .team-history-entry,:root[data-theme=dark] .team-history-empty{background:#ffffff0d;border-color:#ffffff1a;box-shadow:inset 0 1px #ffffff0a}:root[data-theme=dark] .team-history{background:#ffffff0d;border-color:#ffffff1a;box-shadow:inset 0 1px #ffffff0a}:root[data-theme=dark] .team-history-entry{border-bottom-color:#ffffff14}:root[data-theme=dark] .best-result-stat{border-left-color:#ffffff14}:root[data-theme=dark] .best-result-type,:root[data-theme=dark] .best-result-wins,:root[data-theme=dark] .team-season,:root[data-theme=dark] .ranked-score-label{color:#f2dc8e}:root[data-theme=dark] .best-result-date,:root[data-theme=dark] .ranked-score-note{color:#ffffffb8}:root[data-theme=dark] .hint-panel-caption{background:#4fa8d129;color:#d5eef8}.ranking-item{padding:12px;margin:8px 0;border-radius:4px;display:flex;justify-content:space-between;align-items:center}.ranking-value{font-weight:700;color:#ffd000}.point-bar{padding:5px 10px;border-radius:2px;min-width:40px;text-align:center;flex-grow:1}.input-section{margin:15px 0;display:flex;gap:10px;justify-content:center}.input-container{position:relative;width:300px}.input-container input::placeholder{color:#acacac!important;font-family:"Bree Serif",serif}.input-section input{padding:10px;font-size:16px;border:2px solid rgb(124,124,124);font-family:"Bree Serif",serif;background-color:#1a1e24;color:#fff;width:300px;outline:none}:root[data-theme=light] .input-section input{background-color:#fffffff5;color:#10202e;border-color:#1d1d202e}.input-container input:focus{border-color:#fff}:root[data-theme=light] .input-container input:focus{border-color:#4a7287}.input-section input::placeholder{color:#666}:root[data-theme=light] .input-container input::placeholder,:root[data-theme=light] .input-section input::placeholder{color:#6a7682!important}.input-section button{padding:12px 25px;font-size:16px;background-color:#4495bb;color:#fff;border:none;border-radius:0;cursor:pointer;transition:background-color .3s;font-family:"Bree Serif",serif}:root[data-theme=light] .input-section button{background-color:#2d6f8f;color:#fff}.input-section button:hover{background-color:#5da1c0}:root[data-theme=light] .input-section button:hover{background-color:#3d84a6}.input-section button:disabled{background-color:#4a4a4a;cursor:not-allowed}.suggestions-list{position:fixed;width:300px;max-height:200px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--color-border) var(--color-background);box-sizing:border-box;margin:0;padding:0;list-style:none;background:#1a1e24;border:1px solid #61dafb;border-radius:0 0 5px 5px;z-index:1000}.suggestions-list::-webkit-scrollbar{width:10px}.suggestions-list::-webkit-scrollbar-track{background:var(--color-background);border-radius:0 0 5px}.suggestions-list::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:5px}.suggestions-list::-webkit-scrollbar-thumb:hover{background:var(--color-text)}.suggestions-list li{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 12px;cursor:pointer;color:#fff}.suggestion-name,.suggestion-team{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestion-name{flex:1 1 auto}.suggestion-team{flex:0 1 44%;color:#ffffffa8;font-size:.86rem;text-align:right}.suggestions-list li:hover{background-color:#2c3e50}@keyframes flip{0%{transform:rotateY(0);opacity:0}50%{transform:rotateY(90deg);opacity:.5}to{transform:rotateY(0);opacity:1}}.point-label{display:flex;gap:8px;margin-left:10px;width:100%}.help-button{width:20px;height:20px;border-radius:50%;background-color:#4a4a4a;color:#fff;font-size:12px;cursor:pointer}.help-button:hover{background-color:#666}.help-button:before{content:attr(data-tooltip);position:absolute;transform:translate(-107%);padding:8px 12px;background-color:#292929;color:#fff;font-size:14px;border-radius:4px;visibility:hidden;opacity:0;transition:opacity .4s;width:max-content;max-width:300px;margin-bottom:5px;box-shadow:0 2px 4px #0003;z-index:1001}.help-button:hover:before{visibility:visible;opacity:1}.help-button-legend{margin-left:5px;position:relative;top:-2px}div:has(>.help-button-legend){display:flex;align-items:center;justify-content:center}.sliding-menu{position:fixed;top:0;left:-350px;width:350px;height:100vh;background-color:#1a1a1b;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1001;overflow-y:auto}.sliding-menu::-webkit-scrollbar{width:15px}.sliding-menu::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.sliding-menu::-webkit-scrollbar-thumb{background:#4fa8d1;border-radius:4px}.sliding-menu.open{transform:translate(350px)}.menu-content{padding:0}.menu-item{display:flex;align-items:center;padding:5px 20px;color:#fff;text-decoration:none;margin-bottom:0;transition:background-color .2s ease;width:100%;box-sizing:border-box;font-family:"Bree Serif",serif;text-transform:capitalize}.menu-item:hover{background-color:#ffffff1a;color:#4fa8d1}button.menu-item.active{background-color:#ffffff1a}.menu-item .icon{margin-right:15px;font-size:1.2rem}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:1000;display:none;opacity:0;animation:fadeIn .3s ease forwards}.menu-overlay.active{display:block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.menu-content{padding:50px 20px 20px}.menu-content h1{margin:0;margin-right:2.2rem;color:#fff;font-size:1.5rem;font-family:"Bree Serif",serif}.profile-header{padding:8px 16px!important;border-bottom:1px solid #333!important}.profile-username{color:#fff!important;font-size:14px!important;font-weight:500!important;display:block!important;padding-left:36px!important}.hover-icon{display:none}.rules-content-left .blueText{color:#4fa8d1;font-family:"Bree Serif",serif;font-size:1.2em;margin-left:.5rem}.menu-update:hover img{animation:oscillation .5s ease-in-out infinite}.menu-rules:hover img{animation:pulse 1.5s ease-in-out infinite}.initials{background:#0f172a14;transform:translateY(0);opacity:1;border:1px solid rgba(29,29,32,.14);box-shadow:inset 0 1px #ffffffbf;padding:10px 12px;min-width:min(220px,100%);text-align:center;border-radius:0;font-size:clamp(1.35rem,3.2vw,2.1rem);font-weight:700;letter-spacing:.14em;color:#10202e}:root[data-theme=dark] .initials{background:#ffffff0d;border-color:#ffffff1a;box-shadow:inset 0 1px #ffffff0a;color:#f3f8fc}@media (max-width: 768px){.hint-content,.hint-content-photo{width:100%!important;max-width:100%!important}.hint-content-photo{width:fit-content!important;max-width:min(95vw,260px)!important}.ranked-score{width:calc(100% - 24px);border-radius:0}.best-result{grid-template-columns:1fr}.best-result-main{flex-wrap:wrap}.best-result-stat{min-width:0;text-align:left;border-left:0;padding:0}.team-history-entry{grid-template-columns:auto 1fr}.team-name{grid-column:1 / -1}.cyclist-photo-frame{width:min(100%,180px)}}@keyframes oscillation{0%{transform:rotate(-15deg)}50%{transform:rotate(15deg)}to{transform:rotate(-15deg)}}@keyframes pulse{0%{transform:scale(1);filter:brightness(100%)}50%{transform:scale(1.1);filter:brightness(130%)}to{transform:scale(1);filter:brightness(100%)}}.label-container{display:flex;align-items:center;gap:5px}.help-button{display:inline-flex;align-items:center;justify-content:center;margin-left:4px}.other-modes-suggestion{display:block}.other-modes-suggestion p{margin:1rem 0;color:#fff;text-transform:uppercase;font-family:Encode Sans Expanded,sans-serif}.other-modes-suggestion div{display:flex;justify-content:center;flex-wrap:wrap}.other-modes-suggestion button{padding:12px 25px;background-color:#3d86a8;color:#fff;cursor:pointer;transition:all .2s ease;opacity:.9}.other-modes-suggestion button:hover{cursor:pointer;transition:all .2s ease;opacity:1;background-color:#3d86a8}.retro-input{background-color:#fff!important;color:#000!important;border:3px solid black!important;box-shadow:4px 4px #000!important;font-family:"Bree Serif",serif;font-size:1.2rem;padding:12px 20px;border-radius:0!important;outline:none;width:100%;transition:all .3s ease-in-out!important}.retro-input:focus{transform:translate(1px,1px);box-shadow:3px 3px #b59f3b!important}.retro-input::placeholder{color:#666;opacity:1}.retro-btn{background-color:#fff!important;color:#000!important;border:3px solid black!important;box-shadow:4px 4px #000!important;font-family:"Bree Serif",serif;font-weight:700;text-transform:uppercase;padding:8px 16px;cursor:pointer;transition:all .2s ease-in-out!important;border-radius:0!important;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:.9rem}.retro-btn:hover:not(:disabled){background-color:#f0f0f0!important;transform:translate(4px,4px);box-shadow:0 0 #000!important}.retro-btn:active:not(:disabled){transform:translate(4px,4px);box-shadow:0 0 #000!important}.retro-btn:disabled{opacity:.6;cursor:not-allowed;background-color:#e0e0e0!important;color:#888!important;box-shadow:2px 2px #888!important;border-color:#888!important;transform:translate(2px,2px)}.retro-btn.danger{background-color:#bb3c48!important;color:#fff!important}.retro-btn.danger:hover:not(:disabled){background-color:#bb3c48!important}.retro-btn.success{background-color:#538d4e!important;color:#fff!important}.retro-btn.success:hover:not(:disabled){background-color:#538d4e!important}.retro-btn.primary{background-color:#4495bb!important;color:#fff!important}.retro-btn.primary:hover:not(:disabled){background-color:#4495bb!important}.retro-btn.active{background-color:#000!important;color:#fff!important;box-shadow:2px 2px #fff,4px 4px #000!important;transform:translate(1px,1px)}.retro-btn.locked{background-color:#ccc!important;color:#666!important;border-style:dashed!important}:root[data-theme=dark] .retro-input,:root[data-theme=dark] .retro-btn{border-color:#e0e0e0!important;box-shadow:4px 4px #e0e0e0!important}:root[data-theme=dark] .retro-input:focus{box-shadow:3px 3px #b59f3b!important}:root[data-theme=dark] .retro-btn:hover:not(:disabled){box-shadow:0 0 #e0e0e0!important}:root[data-theme=dark] .retro-btn:active:not(:disabled){box-shadow:0 0 #e0e0e0!important}:root[data-theme=dark] .retro-btn.active{background-color:#e0e0e0!important;color:#000!important;box-shadow:2px 2px #000,4px 4px #e0e0e0!important}:root[data-theme=dark] .retro-btn:disabled{background-color:#333!important;color:#666!important;border-color:#666!important;box-shadow:2px 2px #666!important}.retro-btn.hint-bestResult,.retro-btn.hint-team,.retro-btn.hint-photo,.retro-btn.hint-initial{box-shadow:4px 4px #b59f3b!important}.retro-btn.hint-bestResult:hover:not(:disabled),.retro-btn.hint-team:hover:not(:disabled),.retro-btn.hint-photo:hover:not(:disabled),.retro-btn.hint-initial:hover:not(:disabled),.retro-btn.hint-bestResult.active,.retro-btn.hint-team.active,.retro-btn.hint-photo.active,.retro-btn.hint-initial.active{box-shadow:0 0 #b59f3b!important;transform:translate(4px,4px)}:root[data-theme=dark] .retro-btn.hint-bestResult,:root[data-theme=dark] .retro-btn.hint-team,:root[data-theme=dark] .retro-btn.hint-photo,:root[data-theme=dark] .retro-btn.hint-initial{box-shadow:4px 4px #b59f3b!important}:root[data-theme=dark] .retro-btn.hint-bestResult:hover:not(:disabled),:root[data-theme=dark] .retro-btn.hint-team:hover:not(:disabled),:root[data-theme=dark] .retro-btn.hint-photo:hover:not(:disabled),:root[data-theme=dark] .retro-btn.hint-initial:hover:not(:disabled),:root[data-theme=dark] .retro-btn.hint-bestResult.active,:root[data-theme=dark] .retro-btn.hint-team.active,:root[data-theme=dark] .retro-btn.hint-photo.active,:root[data-theme=dark] .retro-btn.hint-initial.active{box-shadow:0 0 #b59f3b!important;transform:translate(4px,4px)}
