@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lora&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;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;width:100%;min-height:100vh;position:relative}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}.home{width:100%;box-sizing:border-box;background-color:#000}.search-form{max-width:600px;margin:0 auto 2rem;display:flex;gap:1rem;padding:0 1rem;box-sizing:border-box;background-color:#000}.search-input{flex:1;padding:.75rem 1rem;border:none;border-radius:4px;background-color:#333;color:#fff;font-size:1rem}.search-input:focus{outline:none;box-shadow:0 0 0 2px #666}.search-button{padding:.75rem 1.5rem;background-color:#e50914;color:#fff;border-radius:4px;font-weight:500;transition:background-color .2s;white-space:nowrap}.search-button:hover{background-color:#f40612}@media (max-width: 639px){.home{padding:1rem 0}.search-form{margin-bottom:1rem}}.bet-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;background-color:#001814}.front-img-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:24px;font-weight:700;text-align:center;width:100%;z-index:2;transition:font-size .2s ease-in-out}.home-info-banner{background-color:#fff;height:60px;display:flex;align-content:center;justify-content:center}.loading-container-home{margin:0;display:flex;justify-content:center;align-items:center;background-color:#000}.loading-home{width:fit-content;font-size:40px;font-family:monospace;font-weight:700;text-transform:uppercase;color:#fff0;-webkit-text-stroke:1px #FFC943;background:conic-gradient(#3dadff 0,#3dadff 0) 0/0 100% no-repeat text;animation:l11 2s steps(23,jump-none) infinite}.loading-home:before{content:"Loading Bets"}.bet-card{background-image:url(/images/items/card-back.png);background-size:contain;background-position:center;background-repeat:no-repeat;color:teal;padding:20px;border-radius:10px;font-family:Bebas Neue,sans-serif;text-align:center;display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:320px;min-width:280px;aspect-ratio:1467 / 2140;transition:transform .3s ease-in-out}.text-resize{font-size:clamp(14px,2vw,18px);line-height:1.4;word-wrap:break-word;white-space:normal;max-width:100%}.bet-info h3{font-size:clamp(18px,3vw,26px);font-weight:700;border-bottom:2px solid #D4AF37;padding-bottom:8px;margin-bottom:15px;letter-spacing:1px;text-transform:uppercase;color:#d4af37;text-align:center;word-wrap:break-word}@media (max-width: 350px){.text-resize{font-size:min(4vw,16px)}.bet-info h3{font-size:min(5vw,22px)}}.bet-info p{font-size:14px;margin:5px 0;font-family:Lora,serif}.interaction-bar{display:flex;justify-content:space-between;align-items:center;margin-top:15px;padding:20px}.accept-bet-btn{padding:12px 20px;font-family:Lora,serif;font-size:16px;border-radius:5px;cursor:pointer;border:2px solid black;background:transparent;color:#d4af37;transition:background-color .3s ease,color .3s ease}.favorite-btn{font-size:24px;background:transparent;border:none;cursor:pointer;transition:color .3s,transform .3s ease;display:flex;align-items:center;justify-content:center;color:#aaa}.favorite-btn.active{color:#f36;transform:scale(1.2)}.favorite-btn .heart-icon{transition:transform .3s ease;margin-right:8px}.favorite-btn.active .heart-icon{transform:rotate(360deg)}.favorite-btn:hover{transform:scale(1.1)}.like-count{font-size:20px}.accept-bet-btn{background:#d4af37;color:#000;border:none}.accepted{font-size:16px;font-weight:700;color:#d4af37}.interaction-bar i{margin-right:8px}@media (max-width: 350px){.bet-card{width:100%;height:auto;padding:20px}.interaction-bar{flex-direction:column;gap:10px}.favorite-btn,.accept-bet-btn{width:100%}}.accept-button{background-color:#d4af37;border:none;color:#fff;padding:8px 16px;text-align:center;text-decoration:none;display:inline-block;font-size:14px;font-weight:700;border-radius:5px;box-shadow:0 2px 2px #00000040;position:relative;overflow:hidden}.accept-button:after{content:"";background-color:#fff3;position:absolute;top:50%;left:50%;width:5px;height:5px;border-radius:50%;transform:translate(-50%,-50%);opacity:0}.accept-button:hover:after{animation:ripple_401 1s ease-out}@keyframes ripple_401{0%{width:5px;height:5px;opacity:1}to{width:200px;height:200px;opacity:0}}.form-group{margin-bottom:15px}label{font-weight:700}input{width:100%;padding:8px;margin-top:5px;border:1px solid #ccc;border-radius:5px}.submit-button{background-color:#4caf50;color:#fff;padding:10px;border:none;border-radius:5px;cursor:pointer;width:100%}.accept-popup-text{color:#000}.accept-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.accept-popup-content{background-color:#fff;padding:20px;border-radius:8px;width:300px;box-shadow:0 4px 8px #0003}.accept-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0a0a14bf;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fadeInOverlay .3s ease forwards}@keyframes fadeInOverlay{0%{background:#0a0a1400}to{background:#0a0a14bf}}.accept-popup-content{background:linear-gradient(145deg,#fff,#f0f4f8);padding:36px 48px;border-radius:16px;width:380px;max-width:95vw;box-shadow:0 8px 24px #00000026,0 0 15px #fff6 inset;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;transform:translateY(-20px);opacity:0;animation:popupFadeSlideIn .4s ease forwards .1s}@keyframes popupFadeSlideIn{to{transform:translateY(0);opacity:1}}.accept-popup-text{font-size:19px;color:#2c3e50;margin-bottom:14px;font-weight:600;letter-spacing:.03em;-webkit-user-select:none;user-select:none;text-shadow:0 1px 2px rgba(255,255,255,.6)}.error-message{color:#e74c3c;font-weight:700;margin-top:8px;font-size:14px;letter-spacing:.02em}.accept-confirmation-button,.accept-close-button,.popup-login,.close-button{display:block;width:100%;padding:14px 0;margin-top:18px;border-radius:12px;border:none;font-size:17px;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 10px #0000001f;-webkit-user-select:none;user-select:none;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;text-transform:uppercase}.accept-confirmation-button{background:linear-gradient(135deg,#27ae60,#2ecc71);color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.accept-confirmation-button:hover,.accept-confirmation-button:focus{background:linear-gradient(135deg,#219150,#27ae60);box-shadow:0 8px 16px #27ae6099;outline:none;transform:translateY(-2px)}.accept-close-button,.close-button{background:linear-gradient(135deg,#c0392b,#e74c3c);color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.accept-close-button:hover,.accept-close-button:focus,.close-button:hover,.close-button:focus{background:linear-gradient(135deg,#992d22,#c0392b);box-shadow:0 8px 16px #c0392b99;outline:none;transform:translateY(-2px)}.popup-login{background:linear-gradient(135deg,#2980b9,#3498db);color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.popup-login:hover,.popup-login:focus{background:linear-gradient(135deg,#1f6391,#2980b9);box-shadow:0 8px 16px #2980b999;outline:none;transform:translateY(-2px)}.front-img-container{position:relative;display:inline-block;width:100%}.front-img-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000,#0000 40%);pointer-events:none}.front-img-container img{display:block;width:100%;height:800px;object-fit:cover;object-position:10% 40%}.front-img-container:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000059}.front-img-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#3dadff;font-size:24px;font-weight:700;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,1);width:100%;z-index:2;transition:font-size .2s ease-in-out}.front-img-text p,h5{margin-top:10px;color:#ffc943}.front-img-container{position:relative;overflow:hidden}.front-banner{width:100%;height:auto}@media screen and (max-width: 768px){.front-banner{content:url(/images/mobile/front-banner.jpg);overflow:visible}}.countdown-timer-text{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.time-unit{text-align:center}.time-unit span{font-size:2rem;font-weight:700;display:block;color:#fff}.time-unit p{font-size:1rem;margin-top:5px;color:#b0bec5}.timer-status{font-size:1.2rem;margin-top:15px;font-weight:700;color:#ff9800;text-align:center}@media (max-width: 600px){.countdown-timer-text{gap:10px}.time-unit span{font-size:1.5rem}.time-unit p{font-size:.9rem}.timer-status{font-size:1rem}}.container{background-color:#000}.navbar-mobile,.navbar-desktop{display:flex;justify-content:space-between;align-items:center;padding:10px;background:linear-gradient(to top,#008282cc,#001c1c);color:#fff;height:80px;position:fixed;width:100%;z-index:10}.navbar-scrolled .nav-links Link{display:flex;gap:20px}.navbar-mobile-bet .bet-button{margin-right:.5rem}.navbar-mobile .mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#008282cc,#001c1c);width:100%;height:100vh;z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.navbar-mobile .mobile-menu.open{opacity:1;visibility:visible}body.menu-open{overflow:hidden}.navbar-mobile .mobile-menu Link{list-style-type:none;padding:0;margin:0;text-align:center}.navbar-mobile .mobile-menu Link{padding:15px;font-size:24px}.hamburger{font-size:30px;background:none;border:none;color:#fff;cursor:pointer}.navbar-mobile .logo{font-size:24px;z-index:9}.close-menu{position:absolute;top:20px;right:20px;font-size:36px;background:none;border:none;color:#fff;cursor:pointer}.nav-item{padding:10px}.navbar-scrolled{position:fixed;top:0;left:0;width:100%;height:80px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:linear-gradient(to top,#008282cc,#001c1c);box-shadow:0 4px 10px #0000004d;padding:0 20px;z-index:10}.navbar-left{display:flex;align-items:center}.navbar-center{display:flex;justify-content:center;align-items:center;flex:1;position:absolute;left:50%;transform:translate(-50%)}.navbar-logo{max-width:200px;height:auto}.navbar-right{display:flex;justify-content:flex-end;align-items:center;gap:20px}.nav-item,.nav-login,.dropdown-toggle,.bet-button{font-size:16px;padding:10px 30px;color:#e6da92;text-decoration:none;font-weight:700;cursor:pointer;transition:color .3s ease;background-color:transparent;border:none}.nav-item:focus,.nav-login:focus,.dropdown-toggle:focus,.bet-button:focus,.nav-item:active,.nav-login:active,.dropdown-toggle:active,.bet-button:active{outline:none;background-color:transparent;color:#e6da92}.nav-item:hover,.nav-login:hover,.dropdown-toggle:hover,.bet-button:hover{color:#ffc943}.dropdown-username{position:relative;display:inline-block;background-color:transparent;border:none;padding:0;margin:0}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#001c1cf2;min-width:180px;border-radius:6px;box-shadow:0 2px 10px #0000004d;z-index:10;display:flex;flex-direction:column}.navbar-right .dropdown-item{padding:12px;color:#fff;text-decoration:none;text-align:left;cursor:pointer;font-weight:700;background-color:transparent;border:none;transition:background .3s ease,border .3s ease;font-size:15px}.navbar-right .dropdown-item:hover{color:#007bff;border:none}.navbar-right .dropdown-item:focus{outline:none;border:none}.mobile-menu-dropdown{display:grid;justify-items:center;align-items:center;height:80%}.mobile-menu-name{color:#fff;font-size:30px;font-weight:700}.mobile-menu-item{padding:10px 20px;color:#fff;font-size:20px;text-align:center}.mobile-menu-bet .bet-button{background-color:#3dadff;color:#ffc943;border:2px solid #FFC943;padding:15px 80px;border-radius:10px}.mobile-menu-logging{display:block;width:100%;padding:12px 20px;background-color:#333;color:#e6da92;font-size:16px;text-align:center;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.mobile-menu-logout:hover{background-color:#444}.mobile-menu-logout:focus{outline:none}.mobile-hamburger-icon{border:5px solid #1a1a1a;width:25px;height:25px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .4s;border:none;background:none;padding:2px;cursor:pointer;font-family:inherit}.mobile-hamburger-icon span{width:100%;height:.25rem;border-radius:.125rem;background-color:#d4af37;box-shadow:0 .5px 2px #0003;transition:width .4s,transform .4s,background-color .4s}.mobile-hamburger-icon :nth-child(1){width:75%}.mobile-hamburger-icon :nth-child(2){width:50%}.mobile-hamburger-icon:hover{transform:rotate(-90deg)}.mobile-hamburger-icon:hover span{width:.25rem;transform:translate(10px);background-color:#ff3b30}.bet-button{background-color:#3dadff;color:#ffc943;border:none;cursor:pointer;border-radius:20px;font-weight:700;padding:10px 20px;font-size:1rem;transition:background-color .3s ease}.bet-button:hover{background-color:#2e91d3}.bet-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:110}.bet-popup-content{background-color:#fff;padding:30px;border-radius:12px;width:80vw;max-width:600px;box-shadow:0 6px 12px #0000004d}.bet-popup-title{color:#333;margin-bottom:20px;font-size:1.5rem;text-align:center}.form-group{margin-bottom:20px}label{font-weight:700;display:block;margin-bottom:5px;color:#444}input{width:100%;padding:10px;margin-top:5px;border:1px solid #ccc;border-radius:6px;font-size:1rem;transition:border-color .2s ease}input:focus{border-color:#3dadff;outline:none}.bet-text-group{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:10px}.bet-text-group input{flex:1 1 100%;min-width:0}.bet-text-prefix{color:#000;white-space:nowrap;flex-shrink:0;font-weight:700}.submit-button{background-color:#4caf50;color:#fff;padding:12px;border:none;border-radius:8px;cursor:pointer;width:100%;font-size:1rem;font-weight:700;transition:background-color .3s ease}.submit-button:hover{background-color:#45a049}.submit-button:disabled{background-color:#a5d6a7;cursor:not-allowed}.close-button{background-color:#f44336;color:#fff;padding:10px;border:none;border-radius:8px;cursor:pointer;width:100%;font-size:1rem;font-weight:700;margin-top:10px;transition:background-color .3s ease}.close-button:hover{background-color:#d32f2f}.error-message{color:#f44336;font-weight:700;margin-top:10px;text-align:center}.popup-login-text{color:teal;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body.register-page{overflow:hidden}.navbar-offset{height:110px}.input-error-register{border:3px solid red;color:red;border-color:#ff6b6b!important;background-color:#2e1a1a}.input-error-register::placeholder{color:red;font-size:.9rem;opacity:1}.input-group-local{margin-bottom:.6rem}.input-error-message{color:#ff6b6b;font-size:.75rem;margin-left:.2rem}.register-container{display:flex;justify-content:center;align-items:center;background-color:#111;position:relative;width:100%;margin-top:130px;padding-bottom:2rem}.register-form-local{background:#0009;padding:2rem 3rem;border-radius:10px;width:350px;box-shadow:0 4px 20px #00000080;color:#fff;font-family:Helvetica Neue,sans-serif;z-index:9}.register-form-local input{width:100%;padding:.8rem;border-radius:8px;background-color:#333;color:#fff;font-size:1rem;outline:none;transition:background-color .3s ease}.register-form-local input:focus{background-color:#444}.register-form-local label{font-weight:700;display:block;margin-bottom:.5rem;color:#ddd}.register-form-local button{width:100%;padding:.8rem;background-color:teal;color:#fff;font-size:1.1rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.register-form-local button:hover{background-color:#006f6f}.error-message{color:#ff4c4c;font-size:.9rem}.register-or-local{margin-top:.5rem;margin-bottom:.5rem}.register-confirm-button-local{margin-top:1rem;margin-bottom:1rem}.register-form-local div{text-align:center}.register-form-local a{color:teal;text-decoration:none;font-weight:700}.register-form-local a:hover{text-decoration:underline}.register-img{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;background-image:url(/images/web/register.jpg);background-size:cover;background-position:center}@media screen and (max-width: 768px){.register-img{content:url(/images/mobile/register.jpg);overflow:visible}}.login-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#111;position:relative;overflow:hidden}.login-form-local{background:#0009;padding:2rem 3rem;border-radius:10px;width:350px;box-shadow:0 4px 20px #00000080;color:#fff;font-family:Helvetica Neue,sans-serif;z-index:9}.login-form-local input{width:100%;padding:.8rem;border-radius:8px;background-color:#333;color:#fff;font-size:1rem;outline:none;transition:background-color .3s ease}.login-form-local input:focus{background-color:#444}.login-form-local label{font-weight:700;display:block;margin-bottom:.5rem;color:#ddd}.login-or-local{margin-top:.5rem;margin-bottom:.5rem}.login-form-local button{width:100%;padding:.8rem;background-color:#ff4c4c;color:#fff;font-size:1.1rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.login-form-local button:hover{background-color:#e04444}.error-message{color:#ff4c4c;font-size:.9rem;margin-top:1rem}.login-form-local div{text-align:center}.login-form-local a{color:#ff4c4c;text-decoration:none;font-weight:700}.login-form-local a:hover{text-decoration:underline}.login-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}@media screen and (max-width: 768px){.login-img{content:url(/images/mobile/login.jpg);transform:translate(40px);overflow:visible}}.google-login-wrapper{display:flex;justify-content:center;margin:2rem auto}.google-register-container{position:relative;width:100vw;height:100vh;overflow:hidden;display:flex;justify-content:center;align-items:center;font-family:Inter,sans-serif;z-index:0}.google-register-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.register-form-google{background:#0009;border:1px solid #2a2a2a;border-radius:12px;padding:2rem;max-width:350px;width:100%;color:#f5f5f5;box-shadow:0 0 15px #00ffff0d;z-index:1}.google-register-title{font-size:1.7rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#00fff7}.google-register-email{font-size:1rem;text-align:center;margin-bottom:1.5rem;color:#aaa}.register-form-google input{width:100%;padding:.75rem 1rem;margin-bottom:1rem;border:1px solid #333;border-radius:8px;background-color:#1a1a1a;color:#fff;font-size:1rem;transition:border .3s ease}.register-form-google input:focus{border-color:#00ffd5;outline:none}.input-error{border-color:#ff6b6b!important;background-color:#2e1a1a}.error-message-google{color:#ff6b6b;font-size:.9rem;margin-top:-.75rem;margin-bottom:1rem;text-align:left}.register-form-google button{width:100%;padding:.8rem;font-size:1rem;font-weight:600;background-color:#00fff7;color:#000;border:none;border-radius:8px;cursor:pointer;transition:background-color .25s}.register-form-google button:hover{background-color:#00cfc4}.register-form-google p{text-align:center;margin-top:1rem;color:#bbb}.register-form-google a{color:#00fff7;text-decoration:none;font-weight:500}.register-form-google a:hover{text-decoration:underline}@media screen and (max-width: 768px){.google-register-img{content:url(/images/mobile/register.jpg)}}.google-login-redirect{display:flex;flex-direction:column;align-items:center;margin-top:1.5rem;text-align:center}.google-login-redirect p{color:#bbb;margin-bottom:.3rem}.google-login-redirect a{color:#00fff7;text-decoration:none;font-weight:500}.google-login-redirect a:hover{text-decoration:underline}.main-content{flex:1;padding:2rem;box-sizing:border-box;width:100%;display:flex;flex-direction:column}.userprofile-container{display:flex;flex-direction:column;align-items:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#222;min-height:100vh;width:100%}.profile-grid{display:grid;gap:16px;width:100%;max-width:500px;background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 12px #0000001a}.profile-grid p{font-size:1rem;padding:10px 15px;background:#f1f1f1;border-radius:8px;margin:0;word-break:break-word}.profile-row{display:flex;justify-content:space-between;background:#f1f1f1;padding:10px 15px;border-radius:8px}.profile-row .label{font-weight:600;color:#333}.profile-row .value{color:#555}.profile-bets{padding-top:25px;width:100%}.profile-bet{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.profile-created-bets-title{color:#3dadff;font-size:1.5rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;text-shadow:2px 2px 4px rgba(0,0,0,1);margin-bottom:20px;z-index:2;width:100%;text-align:center}.likedbets{width:100%;box-sizing:border-box;background-color:#000}.liked-bets-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#3dadff;text-shadow:2px 2px 4px rgba(0,0,0,1);font-size:24px;font-weight:700;text-align:center;width:100%;z-index:2;transition:font-size .2s ease-in-out}@media screen and (max-width: 760px){.liked-bets-title{font-size:3vw}}.liked-bets-banner{padding:2rem 1rem;text-align:center;min-height:600px;background:linear-gradient(to top,#000,#0000 80%),url(/images/web/liked-bets.jpg);background-size:cover;background-position:center 60%;background-repeat:no-repeat;position:relative}.loading-container-bets{margin:0;display:flex;justify-content:center;align-items:center;background-color:#000}.loading-bets{width:fit-content;font-size:40px;font-family:monospace;font-weight:700;text-transform:uppercase;color:#fff0;-webkit-text-stroke:1px #FFC943;background:conic-gradient(#3dadff 0,#3dadff 0) 0/0 100% no-repeat text;animation:l11 2s steps(23,jump-none) infinite}.loading-bets:before{content:"Loading favourite bets"}.leaderboard{width:100%;box-sizing:border-box;background-color:#000;font-family:Arial,sans-serif;display:flex;flex-direction:column}.leaderboard-banner{padding:2rem 1rem;text-align:center;min-height:500px;background:linear-gradient(to top,#000,#0000 80%),url(/images/web/leaderboard.jpg);background-size:cover;background-position:center 40%;background-repeat:no-repeat;position:relative}.leaderboard-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#3dadff;text-shadow:2px 2px 4px rgba(0,0,0,1);font-size:24px;font-weight:700;text-align:center;width:100%;z-index:2;transition:font-size .2s ease-in-out}@media screen and (max-width: 760px){.leaderboard-title{font-size:3vw}}.top-players-container{justify-content:center;align-items:center;text-align:center;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#00000080}@media screen and (max-width: 768px){.leaderboard-banner{background:linear-gradient(to top,#000,#0000 80%),url(/images/mobile/leaderboard.jpg);background-size:100%;background-position:center}}.player-title{color:#3dadff;font-size:1.5rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;text-shadow:2px 2px 4px rgba(0,0,0,1);margin-bottom:20px;z-index:2}.player-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:1rem;width:100%;background-color:#000000b3;color:#fff;border-radius:8px;box-shadow:0 4px 10px #00000080;z-index:1}.player-card{background-color:#333;padding:1.2rem;border-radius:8px;box-shadow:0 2px 10px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.player-card:hover{transform:translateY(-5px);box-shadow:0 4px 15px #000000b3}.player-card h3{font-size:1.2rem;margin-bottom:.5rem;color:#ff4c4c}.player-card p{font-size:1rem;color:#000}.loading{color:#ff4c4c;font-size:1.2rem}.top-bets-container{padding:2rem 1rem;background-color:#000;justify-content:center;align-items:center;text-align:center}.bet-title{color:#3dadff;padding:1rem;font-size:1.5rem;font-weight:700;letter-spacing:1px}.top-bet-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;background-color:#000}.leaderboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:1rem;width:100%;background-color:#000;color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000080}.loading-container-leaderboard{height:80vh;margin:0;display:flex;justify-content:center;align-items:center;background-color:#001814}.loading-leaderboard{width:fit-content;font-size:40px;font-family:monospace;font-weight:700;text-transform:uppercase;color:#fff0;-webkit-text-stroke:1px #FFC943;background:conic-gradient(#3dadff 0,#3dadff 0) 0/0 100% no-repeat text;animation:l11 2s steps(21,jump-none) infinite}.loading-leaderboard:before{content:"Loading leaderboards"}.htp-container{font-family:Arial,sans-serif;background-color:#000;color:#e0e0e0;min-height:100vh;margin:0;padding:0}.navbar-void{height:100px}.htp-content{display:flex;flex-direction:column;max-width:1200px;margin:2rem auto;padding:0 2rem;position:relative}.htp-text-content{width:100%}.htp-text-content h1{text-align:center;font-weight:700;margin-bottom:1.5rem;font-size:2.5rem;color:#00fff7}.htp-text-content section{margin-bottom:1.8rem}.htp-text-content section h2{font-weight:600;margin-bottom:.75rem;color:#ff6b6b}.htp-text-content section p,.htp-text-content section ul{font-size:1rem;line-height:1.6;color:#ccc}.htp-text-content section ul{padding-left:1.5rem}.htp-text-content section ul li{margin-bottom:.6rem}.card-back-example{z-index:1}.bet-card-example{background-image:url(/images/items/card-example.png);background-size:contain;background-position:center;background-repeat:no-repeat;padding:20px;border-radius:10px;font-family:Bebas Neue,sans-serif;text-align:center;display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:320px;min-width:280px;aspect-ratio:1467 / 2140;transition:transform .3s ease-in-out;color:#00ffd5;margin:2rem auto}@media (min-width: 768px){.htp-content{flex-direction:row}.htp-text-content{width:65%;margin-right:340px}.card-back-example{position:fixed;top:100px;right:2rem;margin:0}}@media (max-width: 767px){.card-back-example{position:static;margin-top:2rem}}.acceptedbets{width:100%;box-sizing:border-box;background-color:#000}.navbar-offset{height:80px}.bet-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;background-color:#000}.accepted-bets-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#ffc943;text-shadow:2px 2px 4px rgba(0,0,0,1);font-size:24px;font-weight:700;text-align:center;width:100%;z-index:2;transition:font-size .2s ease-in-out}@media screen and (max-width: 760px){.accepted-bets-title{font-size:3vw}}.accepted-bets-banner{padding:2rem 1rem;text-align:center;min-height:600px;background:linear-gradient(to top,#000,#0000 80%),url(/images/web/accepted-bets.jpg);background-size:cover;background-position:center 45%;background-repeat:no-repeat;position:relative}.loading-container-accepted{margin:0;display:flex;justify-content:center;align-items:center;background-color:#000}.loading-accepted{width:fit-content;font-size:40px;font-family:monospace;font-weight:700;text-transform:uppercase;color:#fff0;-webkit-text-stroke:1px #FFC943;background:conic-gradient(#3dadff 0,#3dadff 0) 0/0 100% no-repeat text;animation:l11 2s steps(23,jump-none) infinite}.loading-accepted:before{content:"Loading Accepted Bets"}@keyframes l11{to{background-size:100% 100%}}
