.welcome-container{min-height:100vh;background:linear-gradient(135deg,#f0f2f5,#e8ecef);display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#2c3e50;padding:20px}.welcome-content{text-align:center;max-width:400px;width:100%;padding:40px 20px}.header{margin-bottom:40px}.title{font-size:3rem;font-weight:900;background:linear-gradient(45deg,#e74c3c,#3498db,#9b59b6);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient 3s ease infinite;margin:0;line-height:1.1}.subtitle{font-size:1rem;color:#7f8c8d;margin-top:10px;font-weight:400}.game-setup{margin:40px 0}.team-selection{margin-bottom:40px}.team-selection h2{font-size:1.3rem;margin-bottom:20px;color:#2c3e50;font-weight:600}.dropdown-container{position:relative;width:100%}.dropdown-button{width:100%;background:#fff;border:2px solid #ddd;border-radius:12px;padding:18px 20px;color:#2c3e50;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center;min-height:60px;-webkit-tap-highlight-color:transparent;box-shadow:0 2px 8px #0000001a}.dropdown-button:active{transform:scale(.98)}.dropdown-button.selected{border-color:var(--team-color);background:#f8f9fa;box-shadow:0 4px 12px #00000026}.dropdown-text{flex:1;text-align:left;font-weight:500;color:#2c3e50}.dropdown-arrow{transition:transform .3s ease;font-size:.8rem;margin-left:10px;color:#7f8c8d}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #ddd;border-radius:12px;margin-top:5px;z-index:1000;overflow:hidden;box-shadow:0 10px 30px #00000026;animation:slideDown .2s ease-out;max-height:300px;overflow-y:auto}.dropdown-menu::-webkit-scrollbar{width:6px}.dropdown-menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.dropdown-menu::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.dropdown-menu::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.dropdown-item{width:100%;background:none;border:none;padding:15px 20px;color:#2c3e50;font-size:.95rem;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #ecf0f1;display:flex;align-items:center;text-align:left;-webkit-tap-highlight-color:transparent}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover,.dropdown-item:active{background:#f8f9fa}.team-indicator{width:12px;height:12px;border-radius:50%;margin-right:12px;flex-shrink:0;border:1px solid rgba(0,0,0,.1)}.start-button{width:100%;background:linear-gradient(45deg,#e74c3c,#3498db);border:none;border-radius:15px;padding:18px 20px;font-size:1.1rem;font-weight:700;color:#fff;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;min-height:60px;-webkit-tap-highlight-color:transparent;box-shadow:0 4px 15px #0003}.start-button.enabled:active{transform:scale(.98)}.start-button.enabled:hover{box-shadow:0 6px 20px #00000040}.start-button.disabled{background:#bdc3c7;cursor:not-allowed;opacity:.6;box-shadow:none}@media (max-width: 768px){.welcome-content{padding:30px 20px}.title{font-size:2.5rem}.subtitle{font-size:1rem}.team-dropdown-wrapper{max-width:100%}.start-button{padding:15px 35px;font-size:1.1rem}}@media (max-width: 480px){.welcome-container{padding:10px}.welcome-content{padding:25px 15px}.title{font-size:2rem}.team-dropdown{font-size:.9rem;padding:12px 40px 12px 16px}.team-color-circle{right:30px;width:14px;height:14px}}.leaderboard-section{margin-top:32px;width:100%}.leaderboard-header{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:14px}.leaderboard-title{font-size:1.2rem;color:#222;margin:0;font-weight:600;letter-spacing:1px;text-align:center}.refresh-button{background:#6c757d;color:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.refresh-button:hover:not(:disabled){background:#5a6268;transform:scale(1.1)}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.refresh-button.refreshing{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading{color:#6c757d;font-style:italic;padding:20px;text-align:center}.no-records{color:#6c757d;font-style:italic;padding:20px;background:#f8f8f8;border-radius:16px;box-shadow:0 2px 12px #0001;text-align:center}.leaderboard{background:#f8f8f8;border-radius:16px;padding:18px 10px;box-shadow:0 2px 12px #0001}.leaderboard-entry{display:flex;align-items:center;justify-content:space-between;gap:8px;border:2.5px solid #ddd;border-radius:12px;padding:8px 14px;margin-bottom:10px;background:#fff;color:#222;font-size:1rem;transition:border-color .2s}.leaderboard-entry:last-child{margin-bottom:0}.gold-border{border-color:gold;font-weight:700;box-shadow:0 2px 8px #ffd70033}.silver-border{border-color:silver;font-weight:700;box-shadow:0 2px 8px #c0c0c033}.bronze-border{border-color:#cd7f32;font-weight:700;box-shadow:0 2px 8px #cd7f3233}.default-border{border-color:#ddd}.rank-number{font-size:1rem;font-weight:700;color:#222;min-width:30px;text-align:left}.player-info{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-left:8px;text-align:left}.player-name{font-size:1rem;font-weight:inherit;color:#222;margin-bottom:1px}.player-time{font-size:1rem;color:#000;margin-left:5px}.team-logo{width:38px;height:38px;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-left:8px}.team-logo img{width:100%;height:100%;object-fit:contain}@media (max-width: 768px){.leaderboard-title{font-size:1.1rem}.leaderboard-entry{padding:6px 12px;font-size:.9rem}.rank-number{font-size:.9rem;min-width:25px}.player-info{margin-left:6px}.player-name{font-size:.9rem}.player-time{font-size:.8rem}.team-logo{width:32px;height:32px}.welcome-content{padding:30px 20px;max-width:350px}.title{font-size:2.5rem}.subtitle{font-size:.9rem}.dropdown-button,.start-button{padding:20px;font-size:1rem;min-height:56px}.dropdown-item{padding:18px 20px;font-size:.9rem}.dropdown-menu{max-height:250px}}@media (max-width: 480px){.leaderboard-section{margin-top:24px}.leaderboard-title{font-size:1rem}.refresh-button{width:28px;height:28px;font-size:.9rem}.leaderboard-entry{padding:6px 10px;font-size:.85rem}.rank-number{font-size:.85rem;min-width:22px}.player-info{margin-left:6px}.player-name{font-size:.85rem}.player-time{font-size:.75rem}.team-logo{width:28px;height:28px;margin-left:6px}.welcome-container{padding:15px}.title{font-size:2rem}.subtitle{font-size:.85rem}}@media (max-height: 600px) and (orientation: landscape){.title{font-size:2rem;margin-bottom:5px}.header,.team-selection{margin-bottom:20px}.team-selection h2{margin-bottom:15px}.dropdown-menu{max-height:200px}}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@supports not (-webkit-appearance: none){.dropdown-menu{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}}.social-section{margin-top:20px;text-align:center}.social-text{color:#6c757d;font-size:.95rem;margin-bottom:12px;font-weight:500}.social-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.social-twitter-button,.social-instagram-button{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;color:#fff;transition:all .3s ease;display:flex;align-items:center;gap:8px;min-width:120px;justify-content:center}.social-twitter-button{background:#1da1f2}.social-instagram-button{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-twitter-button:hover{background:#0d8bd9;transform:translateY(-2px);box-shadow:0 4px 12px #1da1f24d}.social-instagram-button:hover{background:linear-gradient(45deg,#e08429,#d55a32,#c91d39,#b31d5c,#a9157e);transform:translateY(-2px);box-shadow:0 4px 12px #e1306c4d}@media (max-width: 480px){.social-buttons{flex-direction:column;align-items:center}.social-twitter-button,.social-instagram-button{width:100%;max-width:200px}.social-text{font-size:.9rem}}html,body{box-sizing:border-box;margin:0;padding:0}:root{--team-primary: #DC0000;--team-secondary: #B50000;--team-tertiary: #990000}.game-container{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef,#fff);padding:20px;font-family:Arial,sans-serif}.game-header{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.back-button{padding:10px 20px;background:#6c757d;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .3s ease}.timer{font-size:1.5rem;font-weight:700;width:100%;text-align:center}.current-time{color:#dc3545;animation:pulse 1s infinite;height:80px;font-size:2rem;text-align:center}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.final-time{color:#28a745;font-size:2rem;height:80px;text-align:center}.game-content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh}.start-screen{text-align:center;background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 30px #0000001a}.start-screen h2{color:#dc3545;margin-bottom:15px;font-size:2rem}.start-screen p{color:#6c757d;margin-bottom:30px;font-size:1.1rem}.start-game-button{padding:18px 45px;font-size:.8rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;background:var(--team-primary);color:#fff;transition:all .3s ease;text-transform:uppercase;letter-spacing:.1em}.start-game-button:hover{transform:scale(1.05);box-shadow:0 6px 20px #dc35454d}.car-container{position:relative;width:100%;min-height:80vh;height:auto;overflow:hidden}#Container{width:500px;height:250px;position:absolute;left:50%;top:50%;transform:translate(-57%,-50%) rotate(270deg) scale(.8)}#Container div{position:absolute;opacity:1}.wheel{cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.wheel:hover{transform:scale(1.1);box-shadow:0 0 15px #dc354580}.wheel.changed{background:#28a745!important;cursor:not-allowed;animation:wheelChanged .5s ease}.wheel.active{background:#ffc107!important;animation:wheelPulse 1s infinite;box-shadow:0 0 20px #ffc107b3}@keyframes wheelPulse{0%{box-shadow:0 0 20px #ffc107b3}50%{box-shadow:0 0 30px #ffc107}to{box-shadow:0 0 20px #ffc107b3}}@keyframes wheelChanged{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.wheel-icon{color:#fff;font-size:20px;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.game-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:999;animation:overlayFadeIn .5s ease-out}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.game-results{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;background:#fff;padding:40px;border-radius:20px;box-shadow:0 20px 60px #0000004d;z-index:1000;min-width:350px;animation:resultsFadeIn .5s ease-out}@keyframes resultsFadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.game-results h2{color:#28a745;margin-bottom:15px;font-size:2rem}.result-time{font-size:2.5rem;font-weight:700;color:#dc3545;margin-bottom:25px}.result-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;justify-content:center;max-width:400px;margin:0 auto}.retry-button,.back-button{padding:12px 20px;background:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.95rem;transition:all .3s ease;font-weight:500}.back-button{background:#6c757d}.retry-button:hover{background:#c82333;transform:translateY(-2px)}.back-button:hover{background:#5a6268;transform:translateY(-2px)}#nose{width:400px;height:25px;border-top-right-radius:50px;border-bottom-right-radius:50px;top:156px;left:190px;z-index:2;background:var(--team-primary)}#nose-top{width:0;height:0;border-bottom:21px solid var(--team-primary);border-left:0px solid transparent;border-right:200px solid transparent;top:137px;left:340px;z-index:3}#nose-bottom{width:0;height:0;border-top:21px solid var(--team-primary);border-left:0px solid transparent;border-right:200px solid transparent;top:179px;left:340px;z-index:3}#front-wing{width:22px;height:166px;top:86px;left:539px;z-index:1;background:var(--team-primary)}#top-front-wing{width:0;height:0;border-right:30px solid var(--team-primary);border-top:0px solid transparent;border-bottom:70px solid transparent;top:86px;left:515px;z-index:1}#top-front-wing-tail{width:49px;height:20px;background:var(--team-primary);top:86px;left:512px}#top-front-wheel{width:60px;height:35px;background:#222;top:83px;left:437px;border-radius:8px;z-index:2}#top-back-wheel{width:60px;height:35px;background:#222;top:83px;left:120px;border-radius:8px;z-index:2}#bottom-front-wheel{width:60px;height:35px;background:#222;top:219px;left:437px;border-radius:8px;z-index:2}#bottom-back-wheel{width:60px;height:35px;background:#222;top:219px;left:120px;border-radius:8px;z-index:2}#top-body-curve{width:85px;height:32px;background:var(--team-primary);border-radius:100px/50px;top:104px;left:289px}#top-body-curve-cut{width:0;height:0;border-left:0px solid transparent;border-right:18px solid transparent;border-bottom:50px solid var(--team-primary);top:113px;left:372px}#top-body-curve-straight{width:100px;height:30px;background:var(--team-primary);top:116px;left:207px;transform:rotate(-12deg);z-index:2}#top-body-curve-straight-2{width:45px;height:30px;background:var(--team-primary);top:137px;left:174px;transform:rotate(-36deg);z-index:2}#top-front-wing-trim{width:14px;height:6px;background:var(--team-secondary);top:124px;left:554px;z-index:1}#top-front-wing-trim-2{width:14px;height:25px;background:var(--team-secondary);top:92px;left:554px;z-index:1}#bottom-front-wing-trim-2{width:14px;height:25px;background:var(--team-secondary);top:220px;left:554px;z-index:1}#bottom-front-wing-trim{width:14px;height:6px;background:var(--team-secondary);top:207px;left:554px;z-index:1}#top-spoke-1,#top-spoke-2,#top-spoke-3,#top-spoke-4,#bottom-spoke-1,#bottom-spoke-2,#bottom-spoke-3,#bottom-spoke-4{width:8px;height:60px;background:#777;z-index:0}#top-spoke-1{top:96px;left:465px;transform:rotate(-9deg)}#top-spoke-2{top:105px;left:475px;transform:rotate(-25deg)}#top-spoke-3{width:5px;top:105px;left:457px;transform:rotate(23deg)}#top-spoke-4{top:105px;left:445px;transform:rotate(36deg)}#bottom-spoke-1{top:172px;left:465px;transform:rotate(9deg)}#bottom-spoke-2{top:172px;left:475px;transform:rotate(25deg)}#bottom-spoke-3{width:5px;top:172px;left:457px;transform:rotate(-23deg)}#bottom-spoke-4{top:172px;left:445px;transform:rotate(-36deg)}#back-spoke{width:18px;height:160px;background:#777;z-index:0;top:92px;left:141px}#bottom-front-wing{width:0;height:0;border-right:30px solid var(--team-primary);border-bottom:0px solid transparent;border-top:70px solid transparent;top:182px;left:515px;z-index:1}#bottom-front-wing-tail{width:49px;height:20px;background:var(--team-primary);top:232px;left:512px}#rear-body{width:16px;height:96px;background:var(--team-primary);top:120px;left:147px;z-index:2}#rear-wing-bg{width:53px;height:84px;border-top:6px solid var(--team-primary);border-bottom:6px solid var(--team-primary);background:#ecf0f1;top:120px;left:103px;z-index:1}#bottom-body-curve{width:85px;height:32px;background:var(--team-primary);border-radius:100px/50px;top:201px;left:289px}#bottom-body-curve-cut{width:0;height:0;border-left:0px solid transparent;border-right:18px solid transparent;border-top:50px solid var(--team-primary);top:174px;left:372px}#bottom-body-curve-straight{width:100px;height:30px;background:var(--team-primary);top:191px;left:207px;transform:rotate(12deg);z-index:2}#bottom-body-curve-straight-2{width:45px;height:30px;background:var(--team-primary);top:171px;left:174px;transform:rotate(36deg);z-index:2}#body-hood{width:134px;height:93px;background:var(--team-primary);top:123px;left:240px;z-index:2}#back-body-curve{width:85px;height:60px;background:var(--team-primary);border-radius:100px/50px;top:139px;left:168px;z-index:1}#back-body{width:85px;height:94px;background:#222;top:122px;left:148px;z-index:0}#back-body-top{width:0;height:0;border-left:20px solid transparent;border-right:0 solid transparent;border-bottom:12px solid #222;z-index:0;top:111px;left:172px}#back-body-bottom{width:0;height:0;border-left:20px solid transparent;border-right:0 solid transparent;border-top:12px solid #222;z-index:0;top:214px;left:172px}#back-body-2{width:97px;height:115px;background:#222;top:111px;left:192px;z-index:0}#mirror-bottom{background:var(--team-secondary);width:13px;height:23px;top:191px;left:385px;z-index:5;border-radius:0 90px 90px 0}#mirror-top{background:var(--team-secondary);width:13px;height:23px;top:122px;left:385px;z-index:5;border-radius:0 90px 90px 0}#driver-bg{width:68px;height:29px;background:#222;top:155px;left:331px;z-index:5;border-radius:5px}#driver-wheel{width:5px;height:25px;background:#95a5a6;top:157px;left:391px;z-index:5;border-radius:5px}#bottom-body-spine{background:var(--team-tertiary);width:80px;height:5px;top:197px;left:300px;z-index:4;opacity:.8}#top-body-spine{background:var(--team-tertiary);width:80px;height:5px;top:135px;left:300px;z-index:4;opacity:.8}#bottom-body-spine-2{background:var(--team-tertiary);width:115px;height:5px;top:187px;left:186px;z-index:4;transform:rotate(10deg);opacity:.8}#top-body-spine-2{background:var(--team-tertiary);width:115px;height:5px;top:145px;left:186px;z-index:4;transform:rotate(-10deg);opacity:.8}#end-body-spine{width:80px;height:30px;top:153px;left:180px;z-index:4;border-radius:50px 0 0 50px;border-left:6px solid var(--team-tertiary);opacity:.8}#driver-helmet{background:#3498db;width:27px;height:25px;top:157px;left:332px;z-index:6;border-radius:20px 50px 50px 20px}.team-haas #nose,.team-haas #nose-top,.team-haas #nose-bottom,.team-haas #front-wing,.team-haas #top-front-wing,.team-haas #bottom-front-wing,.team-haas #rear-body,.team-haas #top-body-curve,.team-haas #bottom-body-curve,.team-haas #body-hood,.team-haas #back-body-curve{border:2px solid #cccccc}@media (max-width: 768px){.timer{font-size:1.2rem}.result-time{font-size:2.2rem}.game-results{min-width:300px;padding:30px 20px}.game-results h2{font-size:1.9rem}}@media (max-width: 480px){.game-header{flex-direction:column;gap:10px}.result-actions{flex-direction:column;align-items:center}.game-results{min-width:280px;padding:25px 15px}.game-results h2{font-size:2rem}.result-time{font-size:1.8rem}}.twitter-button,.instagram-button{padding:12px 20px;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.95rem;transition:all .3s ease;display:flex;align-items:center;gap:8px;justify-content:center;font-weight:500}.twitter-button{background:#1da1f2}.instagram-button{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-icon{font-size:1rem}.twitter-button:hover{background:#0d8bd9;transform:translateY(-2px);box-shadow:0 4px 12px #1da1f24d}.instagram-button:hover{background:linear-gradient(45deg,#e08429,#d55a32,#c91d39,#b31d5c,#a9157e);transform:translateY(-2px);box-shadow:0 4px 12px #e1306c4d}.twitter-button:active,.instagram-button:active{transform:translateY(0)}@media (max-width: 480px){.result-actions{grid-template-columns:1fr;gap:10px;max-width:250px}.retry-button,.back-button,.twitter-button,.instagram-button{width:100%;font-size:.9rem;padding:10px 16px}.game-results h2{font-size:1.8rem}.result-time{font-size:2rem}}.top10-notification{background:linear-gradient(135deg,gold,orange);color:#333;padding:15px 20px;border-radius:10px;margin:20px 0;font-weight:700;font-size:1.1rem;text-align:center;box-shadow:0 4px 12px #ffd7004d}.name-input-section{background:#fffffff2;padding:25px;border-radius:15px;margin:20px 0;border:2px solid #e9ecef}.name-input-section h3{color:#333;margin-bottom:15px;font-size:1.2rem}.name-input{max-width:100%;padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;text-align:center;margin-bottom:20px;transition:border-color .3s ease}.name-input:focus{outline:none;border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}.name-input-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.submit-score-button{padding:12px 24px;background:#28a745;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:700;transition:all .3s ease}.submit-score-button:hover:not(:disabled){background:#218838;transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.submit-score-button:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none}.skip-button{padding:12px 24px;background:#6c757d;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .3s ease}.skip-button:hover:not(:disabled){background:#5a6268;transform:translateY(-2px)}.skip-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 480px){.name-input-section{padding:20px 15px}.name-input-section h3{font-size:1.1rem}.name-input-buttons{flex-direction:column;align-items:center}.submit-score-button,.skip-button{width:100%;max-width:200px}.top10-notification{font-size:1rem;padding:12px 16px}}html{box-sizing:border-box;margin:0;padding:0}
