.createMarket{padding:6rem 0;background-color:#000;color:#fff}.createMarket__container{max-width:1600px;padding:0 2rem;width:100%;margin:0 auto}.createMarket form{max-width:600px;margin:0 auto;width:100%}.createMarket h2{color:#fff;font-size:3rem;font-weight:700;max-width:600px;width:100%;margin:0 auto 2rem}.createMarket button{background-color:#2beb7c;color:#000;font-weight:700;width:max-content;box-shadow:0 0 10px #2beb7c}.createMarket label{color:#fff;margin-bottom:.5rem;display:inline-block}.createMarket input{color:#000}@media (max-width:1440px){.createMarket h2{font-size:2rem}}@media (max-width:980px){.createMarket h2{font-size:1.5rem}}@media (max-width:500px){.createMarket h2{font-size:1.2rem}.createMarket__container{padding:0 1rem}}.outcome-input{display:flex}.btremove{margin-left:20px}.btnright{float:right}.proccing.done,.proccing.pending{background:#000000c2;width:100%;height:100%;position:fixed;top:0;left:0;z-index:9999}.proccing p{color:#fff}.proccing p a{color:#2beb7c;text-decoration:underline}.proccing .pending_popup,.proccing .success_popup{position:fixed;background-color:#000;max-width:400px;max-height:600px;width:100%;height:100%;left:0;top:0;display:flex;align-items:center;justify-content:center;z-index:999999;right:0;bottom:0;margin:auto;box-shadow:0 0 99px #00fff74f;border-radius:12px;border:1px solid #fff;flex-direction:column;gap:2rem}.proccing.pending img{max-width:150px;margin:0 auto}.proccing.done img{max-width:230px;margin:0 auto}.betAmount-top{flex-direction:column;margin-bottom:1.5rem;margin-top:1.5rem}.betAmount-top .amountText{margin:0}.amount-bottom{margin-top:2rem}.amount-bottom .betAmount{display:grid;grid-template-columns:repeat(2,1fr)}.amount-bottom .betAmount .amountText{color:#2beb7c}.amount-bottom>div{display:flex;flex-direction:column;gap:.6rem}.thash{overflow:block;padding:10px;display:inline-block}.footer{background-color:#000;border-top:1px solid #0fb7264f;color:#fff;padding:2rem 0}.footer__container{display:flex;justify-content:space-between;height:100%;width:100%;text-align:left;max-width:1600px;padding:0 2rem;margin:0 auto}.footer__links{display:flex;gap:1rem}@media (max-width:500px){.footer__container{padding:0 1rem}}.header{height:100vh;background-color:rgba(0,0,0,.96);border-bottom:1px solid #2beb7c;position:relative;overflow:hidden}.header__container{flex-direction:column;max-width:1600px;padding:0 2rem;margin:0 auto}.header__container,.slider{display:flex;justify-content:center;align-items:center;height:100%;width:100%;position:relative}.slider{overflow:hidden}.slide{width:100%;max-width:1200px;position:absolute;opacity:0;transition:opacity .5s ease-in-out;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 1rem;box-sizing:border-box}.slide.active{opacity:1;z-index:1}h3{font-size:2rem;color:#2beb7c;margin-bottom:1rem}p,ul{color:#fff;font-size:1.2rem;line-height:1.6}ul{list-style:disc;padding-left:1.5rem}ul li{text-align:left;margin:.5rem 0}.next,.prev{cursor:pointer;position:absolute;top:50%;padding:1rem;color:#2beb7c;font-size:2rem;font-weight:700;background-color:rgba(0,0,0,.5);border-radius:50%;z-index:10;user-select:none;transform:translateY(-50%)}.prev{left:2%}.next{right:2%}.next:hover,.prev:hover{background-color:rgba(43,235,124,.8);color:#fff}@media (max-width:1440px){h3{font-size:1.8rem}p,ul{font-size:1.1rem}.next,.prev{font-size:1.8rem}}@media (max-width:980px){h3{font-size:1.5rem}p,ul{font-size:1rem}.next,.prev{font-size:1.5rem}}@media (max-width:500px){h3{font-size:1.2rem}p,ul{font-size:.9rem}.next,.prev{font-size:1.2rem}}@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");.marketList{padding-top:3rem;padding-bottom:8rem;background-color:#000;color:#fff}.marketList__container{max-width:1600px;padding:0 2rem;width:100%;margin:0 auto}.marketList h2{color:#fff;font-size:3rem;font-weight:700;margin-bottom:3rem}.marketList__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.marketList__card{border:1px solid #fff;border-radius:12px;padding:2rem;box-shadow:0 0 99px #00fff74f}.marketList__card h3{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.marketList__card button{background-color:#2beb7c;box-shadow:0 0 10px #2beb7c;color:#000;font-weight:700}.marketList__cardBtns{display:flex;gap:.5rem}@media (max-width:1200px){.marketList__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:980px){.marketList__grid{grid-template-columns:repeat(2,1fr)}.marketList__card h3{font-size:1rem}.marketList__card{padding:2rem 1rem}}@media (max-width:1440px){.marketList h2{font-size:2rem}}@media (max-width:980px){.marketList h2{font-size:1.5rem}}@media (max-width:500px){.marketList h2{font-size:1.2rem}.marketList__grid{grid-template-columns:repeat(1,1fr)}.marketList__container{padding:0 1rem}}.betAmount{display:flex}.amountText{margin-left:15px}.WithdrawWinning{padding-top:15px}.ai-response{padding:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.ai-response h3{margin-top:0}.ai-response pre{white-space:pre-wrap;word-break:break-word}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.popup-content{background:#120f0f;padding:50px;border-radius:8px;position:relative;max-height:80vh;overflow-y:auto;box-sizing:border-box;display:flex;flex-direction:column}.popup-close{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:20px;cursor:pointer}.popup-text{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;white-space:normal;margin-bottom:20px}.nav{position:fixed;top:0;left:0;width:100%;background-color:#0e0d0d;padding:1rem 0;color:#fff;box-shadow:0 0 50px #00fff74f;z-index:999}.nav__container{justify-content:space-between;max-width:1600px;margin:0 auto;padding:0 2rem;gap:1rem}.nav__container,.nav__left{display:flex;align-items:center}.nav__left{gap:3rem}.nav__left img{max-width:150px;width:100%}.nav__left input{margin:0;padding:.4rem 1rem;color:#000}wui-connect-button button{box-shadow:0 0 10px #2beb7c!important;background-color:#2beb7c!important}@media (max-width:500px){.nav__container{padding:0 1rem}.nav__left{gap:1.5rem}.nav__left input{padding:.3rem .6rem}}.nav__logo{font-size:32px;font-weight:900;color:#e63946;font-family:Montserrat,sans-serif;text-transform:uppercase;letter-spacing:3px;position:relative;display:inline-block;background:linear-gradient(45deg,#00fff74f,#f1faee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:all .3s ease}.nav__logo:before{content:"";position:absolute;bottom:-5px;left:0;width:0;height:3px;background-color:#e63946;transition:width .3s ease}.nav__logo:hover:before{width:100%}.nav__logo:hover{color:#1d3557;background:linear-gradient(45deg,#457b9d,#a8dadc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transform:scale(1.05)}.nav__search input{width:350px;padding:10px 15px;border:2px solid #f1faee;border-radius:10px;font-size:16px;background-color:#000;color:#f1faee;font-family:Montserrat,sans-serif;outline:none;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.1)}.nav__search input::placeholder{color:#a8dadc;font-style:italic}.nav__search input:hover{background-color:#333;color:#f1faee;box-shadow:0 4px 15px rgba(0,0,0,.2);border-color:#f1faee}.nav__search input:focus{background-color:#080a0c;color:#f1faee;box-shadow:0 4px 15px rgba(0,0,0,.3);border-color:#e63946;transform:scale(1.05)}