.best-selling-items-section{padding:4rem 2rem;color:#fff;width:100%;max-width:1366px}.best-selling-items-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.best-selling-items-section h2{font-size:30px;text-transform:uppercase;letter-spacing:.1rem}.items-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;box-sizing:border-box}.item-card{background:rgba(255,255,255,.1);padding:1rem;border-radius:10px;color:#fff;text-align:left;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.5);box-sizing:border-box;display:flex;gap:10px;cursor:pointer;align-items:center}.item-card:hover{transform:translateY(-10px);box-shadow:0 16px 40px rgba(0,0,0,.7),0 0 20px rgba(255,255,255,.7)}.item-image{width:100px;height:auto;border-radius:10px;margin-bottom:.5rem}.item-info{padding:.5rem;text-transform:uppercase;font-weight:700}.item-info__price{display:flex;gap:4px}.item-card h3{font-size:1.2rem;margin-bottom:.5rem}.item-card p{margin-bottom:.5rem;font-size:16px;line-height:1.4}.item-price{font-size:1rem;font-weight:700}.item-price__button{border-radius:5px;background:#607d8b;padding:6px 20px;color:#fff}.item-price--origin{color:#a7a7a7;font-size:16px;font-style:normal;font-weight:700;line-height:115%;text-decoration-line:line-through}.shop-button{margin-top:2rem}.shop-button button{background:linear-gradient(45deg,#00bcd4,#00bcd4);color:#fff;padding:1rem 2rem;font-size:1.2rem;border:none;border-radius:10px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.shop-button button:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,188,212,.5),0 0 10px rgba(0,188,212,.7)}@media (max-width: 820px){.items-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.item-card{flex-direction:column}.item-info{text-align:center}.item-info__price{justify-content:center}}@media (max-width: 480px){.item-image{width:80px;height:80px}.item-card{padding:.5rem}.best-selling-items-section h2{font-size:1rem;margin-bottom:1rem}.item-card h3{font-size:1rem}.item-card p{font-size:.8rem}.item-price{font-size:.9rem}.shop-button button{padding:.8rem 1.5rem;font-size:1rem}}.winning-horses-section{position:relative;padding:4rem 2rem;background:rgba(20,20,20,.95);border-radius:10px;color:#fff;text-align:center;font-family:Roboto,sans-serif;width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;background-size:cover;background-position:center;padding:50px 0}.title-wrapper{background:rgba(0,0,0,.8);border-radius:10px;box-shadow:0 8px 30px rgba(0,0,0,.3),0 0 10px rgba(255,255,255,.4);display:flex;justify-content:center;align-items:center;margin-bottom:2rem;padding:1rem 2rem}.winning-horses-section h2{font-size:2rem;text-transform:uppercase;letter-spacing:.1rem;color:#f5f5f5;text-shadow:0 0 5px rgba(0,0,0,.5)}.winning-horses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;justify-items:center;margin:20% 0 0}.winning-horse-item{display:flex;flex-direction:column;align-items:center;background:rgba(30,30,30,.9);padding:1.5rem;border-radius:10px;margin:1rem;width:100%;max-width:300px;color:#f5f5f5;text-align:center;transition:transform .3s ease,box-shadow .3s ease;backdrop-filter:blur(10px);box-shadow:0 8px 30px rgba(255,255,255,.7),0 0 10px rgba(255,255,255,.5);border:1px solid #a0a0a0}.winning-horse-item.first{border-left:5px solid gold;background:linear-gradient(45deg,gold,#ff8c00)}.winning-horse-item.second{border-left:5px solid silver;background:linear-gradient(45deg,silver,gray)}.winning-horse-item.third{border-left:5px solid #cd7f32;background:linear-gradient(45deg,#cd7f32,#8b4513)}.winning-horse-item.fourth{border-left:5px solid #8a2be2;background:linear-gradient(45deg,#8a2be2,indigo)}.winning-horse-item.fifth{border-left:5px solid #5f9ea0;background:linear-gradient(45deg,#5f9ea0,#4682b4)}.winning-horse-item.sixth{border-left:5px solid #ff4500;background:linear-gradient(45deg,#ff4500,#dc143c)}.winning-horse-item:hover{transform:translateY(-10px);box-shadow:0 16px 40px rgba(0,0,0,.7),0 0 20px rgba(0,0,0,.7)}.horse-image-wrapper{flex:0 0 auto;height:auto;background:linear-gradient(45deg,#444,#111);padding:10px;border-radius:10px;margin-bottom:1rem;background-size:cover}.horse-image{width:100%;height:auto;border-radius:10px}.horse-info{background:rgba(0,0,0,.7);padding:10px;border-radius:10px}.ability-info{display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:10px}.ability-value{display:flex;flex-direction:row;align-items:center;justify-content:center;margin:0 5px}.ability-info .ability-value img{margin-right:5px}.horse-info h3{font-size:1.5rem;margin-bottom:.5rem;color:#87ceeb;text-shadow:0 0 10px rgba(0,188,212,.8),0 0 20px rgba(0,188,212,.6)}.horse-info p{margin-bottom:1rem;font-size:1rem;line-height:1.5;color:#e0e0e0}.text-info{display:flex;flex-direction:column;align-items:flex-end}@media (max-width: 768px){.winning-horses-grid{display:flex;flex-direction:column;align-items:center}.winning-horse-item{flex-direction:row;align-items:center;text-align:left;width:90%;padding:1rem;margin:.5rem 0}.horse-image-wrapper{margin-right:1rem;margin-bottom:0;flex:0 0 70px;height:70px}.horse-info{display:flex;flex-direction:row;flex:1}.horse-info h3{font-size:1.2rem}.horse-info p{font-size:.9rem}.ability-info{flex-direction:column;align-items:flex-start;margin-left:auto}}@media (max-width: 480px){.winning-horses-grid{display:flex;flex-direction:column;align-items:center}.winning-horse-item{flex-direction:column;align-items:center;text-align:center;width:100%;padding:1rem;margin:.5rem 0}.horse-image-wrapper{margin-right:0;margin-bottom:1rem;flex:0 0 auto;height:auto}.horse-info{flex-direction:column;align-items:center}.ability-info{flex-direction:row;justify-content:center}}.hero-section{position:relative;text-align:center;color:#fff;margin:0;padding:146 0 0 0!important;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.myswiper-container,.hero-image-container{position:relative;width:100%;height:calc(100vh - 146px);overflow:hidden}.hero-image{width:100%;height:calc(100vh - 146px);object-fit:cover}.hero-content{position:absolute;bottom:0;left:50%;z-index:1;transform:translate(-50%,-50%);background:rgba(0,0,0,.3);padding:2rem;border-radius:10px;box-shadow:0 8px 30px rgba(0,0,0,.3),0 0 10px rgba(255,255,255,.5);max-width:90%;width:80%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.hero-text{max-width:60%;text-align:left;color:#fff;gap:1%}.hero-text h1{font-size:2.5rem;margin:0;font-weight:700;color:#f0f0f0;text-shadow:2px 2px 8px rgba(0,0,0,.7);text-transform:uppercase}.hero-text p{font-size:1.1rem;margin-top:1rem;color:#d0d0d0;line-height:1.5}.hero-buttons{display:flex;flex-direction:column;gap:1rem}.cta-button{background:linear-gradient(45deg,var(--secondaryColor),var(--primaryColor));height:100px;color:var(--textColor);padding:1rem 2rem;font-size:1rem;border:none;border-radius:10px;cursor:pointer;box-shadow:0 8px 30px rgba(0,0,0,.3),0 0 10px rgba(255,255,255,.5);text-transform:uppercase;transition:all .3s ease;font-weight:700;font-size:large}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.5),0 0 20px rgba(255,255,255,.5)}@media (max-width: 768px){.hero-section{padding:213px 0 0!important}.myswiper-container,.hero-image-container{height:100%}.hero-content{position:relative;transform:none;left:auto;margin:0;width:100%;justify-content:;align-items:flex-end}.hero-text{max-width:100%;text-align:left;margin-bottom:1rem}.hero-text h1{font-size:1.8rem}.hero-text p{font-size:.95rem}.hero-buttons{margin-left:10px;width:100%;display:flex;flex-direction:row;justify-content:center;background-color:rgba(0,0,0,.7);gap:.5rem}.cta-button{font-size:.9rem;padding:.8rem 1.5rem}}@media (max-width: 480px){.hero-section{padding:213px 0 0!important}.hero-content{padding:1rem}.hero-text h1{font-size:1.5rem}.hero-text p{font-size:.85rem}.cta-button{font-size:.8rem;padding:.6rem 1rem}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.channel-section-title{font-size:24px;color:#fff;text-align:center;margin:24px 0 12px;font-weight:700;text-shadow:0 0 8px rgba(0,242,255,.6)}.channel-scroll-container{overflow:hidden;display:flex;justify-content:center;flex-wrap:wrap;gap:16px;padding:16px 0}.pagination-controls{display:flex;justify-content:center;gap:8px;margin-top:12px}.pagination-controls button{background:transparent;border:1px solid #00f2ff;color:#00f2ff;padding:4px 10px;border-radius:4px;cursor:pointer}.pagination-controls button.active{background:#0fa;color:#000;font-weight:700}.channel-scroll-container{display:flex;overflow-x:auto;padding:10px;gap:16px;align-items:stretch}.channel-card{min-width:280px;max-width:320px;display:flex;flex-direction:column;justify-content:space-around;padding:16px;gap:10px;font-size:14px;color:#fff;font-family:Noto Sans KR,sans-serif;box-shadow:0 0 10px rgba(0,242,255,.3);border-radius:12px;border:1px solid #3a3a3a;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05),0 4px 10px rgba(0,0,0,.6);margin-bottom:10px;background-color:#121212}.channel-card-left{width:60px;height:60px;margin-right:10px;background-color:#1e1e1e;border:1px solid #00f2ff;display:flex;align-items:center;justify-content:center;font-size:16px;color:#00f2ff}.channel-card-right{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;text-align:right}.channel-lock{font-size:13px;font-weight:700;margin-bottom:4px;display:flex;align-items:center;justify-content:space-between;width:100%}.channel-lock.public{color:#bababa}.channel-lock.private{color:red}.channel-room-title{font-size:16px;color:#99bda3;font-weight:700;margin-bottom:6px}.channel-card-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:14px;color:#ccc;margin-top:4px;margin-bottom:4px;font-weight:800}.channel-card-status{color:#000;font-weight:700;padding:2px 8px;border-radius:4px;margin-top:8px;width:fit-content;font-size:13px}.channel-card-row{margin-bottom:6px}.channel-card-header{font-weight:600;color:#0ff;font-size:14px;margin-bottom:10px}.channel-horse-name{font-weight:700;color:gold}.channel-status-0{color:#aaa}.channel-status-1{color:#0f0}.channel-status-2{color:#f80}.rarity-0{color:gold;text-shadow:0 0 4px #ffd700;font-weight:700}.rarity-1{color:#a64cf5;text-shadow:0 0 6px #a64cf5;font-weight:700}.rarity-2{color:#00f2ff;text-shadow:0 0 4px #00f2ff;font-weight:600}.rarity-3{color:#999;text-shadow:0 0 2px #555;font-weight:500}.channel-status{padding:4px 10px;border-radius:6px;font-size:13px;font-weight:700;display:inline-block}.channel-status-0{background-color:#4bd152;color:#000;color:#fff}.channel-status-1{background-color:#8f938f;color:#fff}.channel-status-2{background-color:#7577d6;color:#000;color:#fff}.channel-status-3{background-color:#999;color:#fff}.table-head-cell{background-color:#000;color:#fff}.table-cell{font-size:14px}.table-cell.no-data{font-size:14px;font-weight:700;background-color:rgba(0,0,0,.1);border-radius:10px;width:100%}@media (max-width: 575px){.table-cell{font-size:12px;word-wrap:no-wrap;padding:8px}.table-cell.no-data{font-size:14px;font-weight:700}.table-row{display:block;margin-bottom:16px;padding:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}}.horse-filter-container{padding:1rem;background-color:rgba(20,20,20,.5);border-radius:10px;align-items:flex-end;overflow-x:auto;white-space:nowrap}.horse-filter-item{display:inline-block;margin-bottom:1rem}.horse-filter-input,.horse-filter-select{width:100%;background-color:#161c24;color:#fff;border-radius:4px}.horse-filter-button{width:100%;margin-top:1rem}.modal-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;background-color:#121212;padding:2rem;border-radius:10px;box-shadow:24px}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.logind-container{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;background-color:rgba(0,0,0,.8)}.rainbow{border-radius:100%;-webkit-clip-path:inset(0 0 50% 0);clip-path:inset(0 0 50% 0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100px;position:absolute;width:100px;top:50%;left:50%;-webkit-transform:translate(-50%,-25%);transform:translate(-50%,-25%)}.rainbow:after{content:"";height:10px;width:10px;position:absolute;border-radius:100%;-webkit-box-shadow:-40px -2px 0 1px #ffffff,-35px -6px 0 1px #ffffff,-30px -2px 0 1px #ffffff,-30px -8px 0 1px #ffffff,-25px -2px 0 1px #ffffff,-25px -8px 0 1px #ffffff,-20px -6px 0 1px #ffffff,-15px -2px 0 1px #ffffff,40px -2px 0 1px #ffffff,35px -6px 0 1px #ffffff,30px -2px 0 1px #ffffff,30px -8px 0 1px #ffffff,25px -2px 0 1px #ffffff,25px -8px 0 1px #ffffff,20px -6px 0 1px #ffffff,15px -2px 0 1px #ffffff;box-shadow:-40px -2px 0 1px #fff,-35px -6px 0 1px #fff,-30px -2px 0 1px #fff,-30px -8px 0 1px #fff,-25px -2px 0 1px #fff,-25px -8px 0 1px #fff,-20px -6px 0 1px #fff,-15px -2px 0 1px #fff,40px -2px 0 1px #fff,35px -6px 0 1px #fff,30px -2px 0 1px #fff,30px -8px 0 1px #fff,25px -2px 0 1px #fff,25px -8px 0 1px #fff,20px -6px 0 1px #fff,15px -2px 0 1px #fff}.rainbow:before{content:"";height:80px;width:80px;-webkit-animation:spin 1.5s infinite;animation:spin 1.5s infinite;border-radius:100%;-webkit-box-shadow:0 0 0 4px #f22613 inset,0 0 0 8px #f89406 inset,0 0 0 12px #f9bf3b inset,0 0 0 16px #2ecc71 inset,0 0 0 20px #19b5fe inset,0 0 0 24px #663399 inset,0 0 0 28px #bf55ec inset;box-shadow:0 0 0 4px #f22613 inset,0 0 0 8px #f89406 inset,0 0 0 12px #f9bf3b inset,0 0 0 16px #2ecc71 inset,0 0 0 20px #19b5fe inset,0 0 0 24px #639 inset,0 0 0 28px #bf55ec inset;-webkit-clip-path:inset(0 0 50% 0);clip-path:inset(0 0 50% 0);overflow:hidden;position:absolute}.container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;min-height:300px;padding:3%;background-color:#deb887;border-radius:10px;margin:10px 0}@media (max-width: 768px){.container{width:100%;min-height:300px}}@media (max-width: 768px){.grid{width:100%;height:auto;gap:2%}}.item{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;object-fit:cover}@-webkit-keyframes trigger{0%,to{-webkit-box-shadow:-30px 30px 0 0 rgba(255,255,255,.5),-15px 30px 0 0 rgba(255,255,255,.5),0 30px 0 0 rgba(255,255,255,.5),15px 30px 0 0 rgba(255,255,255,.5),30px 30px 0 0 rgba(255,255,255,.5);box-shadow:-30px 30px rgba(255,255,255,.5),-15px 30px rgba(255,255,255,.5),0 30px rgba(255,255,255,.5),15px 30px rgba(255,255,255,.5),30px 30px rgba(255,255,255,.5)}30%{-webkit-box-shadow:-30px 30px 0 5px #fff,-15px 30px 0 0 rgba(255,255,255,.5),0 30px 0 0 rgba(255,255,255,.5),15px 30px 0 0 rgba(255,255,255,.5),30px 30px 0 0 rgba(255,255,255,.5);box-shadow:-30px 30px 0 5px #fff,-15px 30px rgba(255,255,255,.5),0 30px rgba(255,255,255,.5),15px 30px rgba(255,255,255,.5),30px 30px rgba(255,255,255,.5)}40%{-webkit-box-shadow:-30px 30px 0 0 rgba(255,255,255,.5),-15px 30px 0 5px #fff,0 30px 0 0 rgba(255,255,255,.5),15px 30px 0 0 rgba(255,255,255,.5),30px 30px 0 0 rgba(255,255,255,.5);box-shadow:-30px 30px rgba(255,255,255,.5),-15px 30px 0 5px #fff,0 30px rgba(255,255,255,.5),15px 30px rgba(255,255,255,.5),30px 30px rgba(255,255,255,.5)}50%{-webkit-box-shadow:-30px 30px 0 0 rgba(255,255,255,.5),-15px 30px 0 0 rgba(255,255,255,.5),0 30px 0 5px #fff,15px 30px 0 0 rgba(255,255,255,.5),30px 30px 0 0 rgba(255,255,255,.5);box-shadow:-30px 30px rgba(255,255,255,.5),-15px 30px rgba(255,255,255,.5),0 30px 0 5px #fff,15px 30px rgba(255,255,255,.5),30px 30px rgba(255,255,255,.5)}60%{-webkit-box-shadow:-30px 30px 0 0 rgba(255,255,255,.5),-15px 30px 0 0 rgba(255,255,255,.5),0 30px 0 0 rgba(255,255,255,.5),15px 30px 0 5px #fff,30px 30px 0 0 rgba(255,255,255,.5);box-shadow:-30px 30px rgba(255,255,255,.5),-15px 30px rgba(255,255,255,.5),0 30px rgba(255,255,255,.5),15px 30px 0 5px #fff,30px 30px rgba(255,255,255,.5)}70%{-webkit-box-shadow:-30px 30px 0 0 rgba(255,255,255,.5),-15px 30px 0 0 rgba(255,255,255,.5),0 30px 0 0 rgba(255,255,255,.5),15px 30px 0 0 rgba(255,255,255,.5),30px 30px 0 5px #fff;box-shadow:-30px 30px rgba(255,255,255,.5),-15px 30px rgba(255,255,255,.5),0 30px rgba(255,255,255,.5),15px 30px rgba(255,255,255,.5),30px 30px 0 5px #fff}80%{-webkit-box-shadow:-30px 30px 0 0 rgba(255,255,255,.5),-15px 30px 0 0 rgba(255,255,255,.5),0 30px 0 0 rgba(255,255,255,.5),15px 30px 0 0 rgba(255,255,255,.5),30px 30px 0 0 rgba(255,255,255,.5);box-shadow:-30px 30px rgba(255,255,255,.5),-15px 30px rgba(255,255,255,.5),0 30px rgba(255,255,255,.5),15px 30px rgba(255,255,255,.5),30px 30px rgba(255,255,255,.5)}}@keyframes trigger{0%,to{-webkit-box-shadow:-30px 30px 0 0 rgba(255,255,255,.5),-15px 30px 0 0 rgba(255,255,255,.5),0 30px 0 0 rgba(255,255,255,.5),15px 30px 0 0 rgba(255,255,255,.5),30px 30px 0 0 rgba(255,255,255,.5);box-shadow:-30px 30px rgba(255,255,255,.5),-15px 30px rgba(255,255,255,.5),0 30px rgba(255,255,255,.5),15px 30px rgba(255,255,255,.5),30px 30px rgba(255,255,255,.5)}30%{-webkit-box-shadow:-30px 30px 0 5px #fff,-15px 30px 0 0 rgba(255,255,255,.5),0 30px 0 0 rgba(255,255,255,.5),15px 30px 0 0 rgba(255,255,255,.5),30px 30px 0 0 rgba(255,255,255,.5);box-shadow:-30px 30px 0 5px #fff,-15px 30px rgba(255,255,255,.5),0 30px rgba(255,255,255,.5),15px 30px rgba(255,255,255,.5),30px 30px rgba(255,255,255,.5)}40%{-webkit-box-shadow:-30px 30px 0 0 rgba(255,255,255,.5),-15px 30px 0 5px #fff,0 30px 0 0 rgba(255,255,255,.5),15px 30px 0 0 rgba(255,255,255,.5),30px 30px 0 0 rgba(255,255,255,.5);box-shadow:-30px 30px rgba(255,255,255,.5),-15px 30px 0 5px #fff,0 30px rgba(255,255,255,.5),15px 30px rgba(255,255,255,.5),30px 30px rgba(255,255,255,.5)}50%{-webkit-box-shadow:-30px 30px 0 0 rgba(255,255,255,.5),-15px 30px 0 0 rgba(255,255,255,.5),0 30px 0 5px #fff,15px 30px 0 0 rgba(255,255,255,.5),30px 30px 0 0 rgba(255,255,255,.5);box-shadow:-30px 30px rgba(255,255,255,.5),-15px 30px rgba(255,255,255,.5),0 30px 0 5px #fff,15px 30px rgba(255,255,255,.5),30px 30px rgba(255,255,255,.5)}60%{-webkit-box-shadow:-30px 30px 0 0 rgba(255,255,255,.5),-15px 30px 0 0 rgba(255,255,255,.5),0 30px 0 0 rgba(255,255,255,.5),15px 30px 0 5px #fff,30px 30px 0 0 rgba(255,255,255,.5);box-shadow:-30px 30px rgba(255,255,255,.5),-15px 30px rgba(255,255,255,.5),0 30px rgba(255,255,255,.5),15px 30px 0 5px #fff,30px 30px rgba(255,255,255,.5)}70%{-webkit-box-shadow:-30px 30px 0 0 rgba(255,255,255,.5),-15px 30px 0 0 rgba(255,255,255,.5),0 30px 0 0 rgba(255,255,255,.5),15px 30px 0 0 rgba(255,255,255,.5),30px 30px 0 5px #fff;box-shadow:-30px 30px rgba(255,255,255,.5),-15px 30px rgba(255,255,255,.5),0 30px rgba(255,255,255,.5),15px 30px rgba(255,255,255,.5),30px 30px 0 5px #fff}80%{-webkit-box-shadow:-30px 30px 0 0 rgba(255,255,255,.5),-15px 30px 0 0 rgba(255,255,255,.5),0 30px 0 0 rgba(255,255,255,.5),15px 30px 0 0 rgba(255,255,255,.5),30px 30px 0 0 rgba(255,255,255,.5);box-shadow:-30px 30px rgba(255,255,255,.5),-15px 30px rgba(255,255,255,.5),0 30px rgba(255,255,255,.5),15px 30px rgba(255,255,255,.5),30px 30px rgba(255,255,255,.5)}}.trigger:before{-webkit-animation:trigger 1s infinite ease;animation:trigger 1s infinite ease;content:"";height:20px;left:50%;margin-left:-5px;margin-top:-40px;position:absolute;top:50%;width:10px}.item-image-wrapper{width:100%;height:160px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#111}.item-image-wrapper img{max-width:100%;max-height:100%;object-fit:contain}.tab-container{display:flex;flex-wrap:wrap;gap:8px;width:100%;margin-bottom:10px;margin-top:10px}.tab-button{flex:0 0 auto;white-space:nowrap;text-align:center;padding:8px}@media screen and (max-width: 575px){.tab-container{justify-content:center}.tab-button{flex:1 1 auto}}.captcha-container{display:none;width:100%;align-items:center;justify-content:center}.email-verify-form-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%;max-width:500px;margin:24px auto 0;padding:16px;background-color:#212b36;border-radius:8px}.footer{width:100vw;background-color:#1a1a1a;color:#fff;padding:40px 20px}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;margin:0 auto}.footer-section{flex:1;min-width:200px;margin:20px}.footer-logo{max-width:150px;margin-bottom:20px}.footer-description{font-size:.9rem;line-height:1.5}.footer-links{list-style:none;padding:0}.footer-links li{margin:10px 0}.footer-links a{color:#fff;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--primaryColor);cursor:pointer}.social-icons{display:flex;flex:auto;margin-top:20px;gap:10px}.social-icons a{color:#fff;text-decoration:none;transition:color .3s}.social-icons a:hover{color:var(--primaryColor);cursor:pointer}@media (max-width: 768px){.footer-container{flex-direction:column;align-items:center;text-align:center}.footer-section{margin:20px 0}.social-icons{justify-content:center}}.header{position:sticky;width:100%;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:30px 18%;background:linear-gradient(90deg,#0f0f0f,#101010);box-shadow:0 4px 15px rgba(0,0,0,.3);left:0;color:#fff;flex-wrap:wrap;box-sizing:border-box}.logo{width:150px;cursor:pointer;filter:drop-shadow(0 0 5px #0ff)}.navbar{display:flex;align-items:center;justify-content:flex-end}.hamburger{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background-color:#fff;margin:4px 0;transition:.4s}.wallet{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}.marquee{display:flex;align-items:center;overflow:hidden;white-space:nowrap;color:#fff;font-size:20px;font-weight:500;text-shadow:0 0 5px #0ff,0 0 10px #00f;background-color:#000;width:100%;gap:20px}.notice-item{display:flex;padding-right:20px;padding:10px 10vw;text-shadow:0 0 5px #0ff,0 0 10px #00f;font-size:large}@media (max-width: 1280px){.header{padding:20px 30px}.navbar,.wallet{display:none}.hamburger{display:flex}.notice-item{font-size:16px}}.navbar{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.nav-links{display:flex;list-style:none;padding:0;gap:30px}.nav-item{position:relative}.nav-item a{color:#fff;text-decoration:none;font-size:1rem;position:relative;padding-bottom:5px}.nav-item a:after{content:"";display:block;width:0;height:3px;background:var(--primaryColor);transition:width .3s;position:absolute;bottom:0;left:0;margin-top:5px}.nav-item.active a:after,.nav-item a:hover:after{width:100%}.hamburger{display:none;padding:10px;background-color:#212121}@media (max-width: 1280px){.hamburger{display:block;color:#fff}.navbar{display:none;align-items:center;justify-self:start}}.sidebar{position:fixed;top:0;left:0;width:250px;background-color:#161c24;z-index:100;opacity:1}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;background-color:#1a1a1a}.logo{max-width:150px;height:auto}.close-btn{color:#fff}.sidebar-links{padding:0;background-color:#1a1a1a;height:100%;display:flex;flex-direction:column;justify-content:space-between}.MuiListItem-root{color:#fff;background-color:#1a1a1a}.account-info{display:flex;width:100%;flex-direction:row;align-items:center;justify-content:space-around}.sidebar-footer{background-color:#1a1a1a;width:100%}.sidebar-links .MuiListItemButton-root{display:flex;align-items:center}.sidebar-links .MuiListItemButton-root svg{margin-right:8px}.sidebar-links .MuiListItem-root.sub-menu-item{padding-left:32px}.custom-game-start-button{all:unset;position:relative;display:inline-block;padding:15px 40px;font-size:24px;font-weight:700;text-transform:uppercase;color:#e0f7fa;background:linear-gradient(90deg,#001f3f,#2d73bd);border-radius:8px;overflow:hidden;cursor:pointer;text-align:center;box-shadow:0 0 15px rgba(26,97,172,.8);transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.custom-game-start-button .button-text{position:relative;z-index:2;font-family:Orbitron,sans-serif;text-shadow:0px 0px 10px rgba(224,247,250,.9)}.custom-game-start-button .button-water-effect{content:"";position:absolute;top:0;left:-100%;width:300%;height:100%;background:url(/images/cyber-water-blue.gif);background-size:cover;opacity:.5;z-index:1;transition:left .7s ease,opacity .3s ease;pointer-events:none}.custom-game-start-button:hover{transform:scale(1.1);box-shadow:0 0 25px rgba(26,164,202,.9);background:linear-gradient(90deg,#007bff,#00c8ff)}.custom-game-start-button:hover .button-water-effect{left:-50%;opacity:.8}.custom-game-start-button:hover .button-text{color:#e0f7fa;text-shadow:0px 0px 20px rgb(28,166,203)}@media screen and (max-width: 1280px){.custom-game-start-button{width:100%;font-size:20px;border:none;padding:15px 0}.custom-game-start-button:active{animation:ripple .6s ease-out;transform:scale(.98);background:linear-gradient(90deg,#0056b3,#00a1d6)}@keyframes ripple{0%{box-shadow:0 0 20px rgba(26,164,202,.8),inset 0 0 rgba(255,255,255,.5)}50%{box-shadow:0 0 30px #1aa4ca,inset 0 0 15px rgba(255,255,255,.8)}to{box-shadow:0 0 15px rgba(26,164,202,.8),inset 0 0 rgba(255,255,255,.5)}}}.collection-horse-container{display:flex;flex-direction:column;align-items:center;width:100%;padding:60px}.collection-horse-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;width:100%}.collection-horse-header h2{font-size:30px;color:#fff;text-transform:uppercase;letter-spacing:.1rem}.collection-horse-header--link{color:#fff;font-size:18px;text-shadow:-1px 0px 5px rgba(0,255,255,.98)}.myswiper-container{position:relative;width:100%;height:calc(100vh - 146px);overflow:hidden}.swiper,.swiper-horse{width:100%;height:auto;overflow:hidden}.swiper-horse__item{display:flex;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;height:100%;aspect-ratio:87/54}.title-image{position:absolute;top:4%;left:50%;transform:translate(-50%)}.title-image__text{color:#fff;font-size:clamp(.5rem,2.5vw,3.5rem);text-align:center;font-weight:700;text-transform:uppercase;line-height:1}.title-image__text--type{font-size:clamp(1rem,2.5vw,4rem)}.myswiper-container .swiper-button-prev{background-color:#6e7075;width:48px;height:48px;border-radius:4.8px;border:1px solid #000;background:rgba(255,255,255,.4);box-shadow:0 0 20px rgba(0,204,255,.35);opacity:.5;left:16%}.myswiper-container .swiper-button-next{width:48px;height:48px;border-radius:4.8px;border:1px solid #000;background:rgba(255,255,255,.4);box-shadow:0 0 20px rgba(0,204,255,.35);right:16%}.myswiper-container .swiper-button-prev:hover,.myswiper-container .swiper-button-next:hover{opacity:1}.myswiper-container .swiper-button-next:after{font-size:24px;color:#fff}.myswiper-container .swiper-button-prev:after{font-size:24px;color:#fff}@media (max-width: 820px){.collection-horse-container{padding:1rem}.collection-horse-header h2{font-size:1.5rem}}@media (max-width: 480px){.collection-horse-header h2{font-size:1rem}.myswiper-container .swiper-button-prev{background-color:#6e7075;width:28px;height:28px}.myswiper-container .swiper-button-next{width:28px;height:28px}.myswiper-container .swiper-button-next:after{font-size:12px}.myswiper-container .swiper-button-prev:after{font-size:12px}}.infinite-marquee{padding:40px 50px;width:100%;display:flex;flex-direction:column;align-items:center;overflow:hidden;margin:auto}.infinite-marquee .heading{max-width:45rem}.infinite-marquee .heading .title{font-size:clamp(1.75rem,2.5vw + 1rem,2.5rem)}@media (max-width: 768px){.infinite-marquee{padding:20px 30px}}.infinite-marquee .rfm-marquee,.infinite-marquee .rfm-initial-child-container{width:100%;min-width:900px}.infinite-marquee-item img{width:100%;height:100%;object-fit:cover}.infinite-marquee .rfm-child{margin:0 12px}.infinite-marquee-item{width:100%;aspect-ratio:32/24;border-radius:15px;overflow:hidden}.infinite-marquee-container{display:flex;align-items:center;margin-top:35px;-webkit-mask-image:linear-gradient(to right,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(to right,rgba(0,0,0,0),#000 10%,#000 90%,rgba(0,0,0,0));padding:0 50px}@media (max-width: 768px){.infinite-marquee .rfm-child{margin:0 6px}}.trending-horse{width:100%;padding:40px 50px}.trending-horse-heading{display:flex;justify-content:space-between}.trending-horse-heading .title{font-size:30px}.trending-horse-heading--link{color:#fff;font-size:18px;text-shadow:-1px 0px 5px rgba(0,255,255,.98);text-transform:uppercase}@media (max-width: 768px){.trending-horse{padding:20px 1rem}.trending-horse-heading .title{font-size:16px}.trending-horse-heading--link{font-size:14px}}.trending-horse-heading--link:hover{color:#fff}.trending-horse-element{background-size:cover;position:relative;aspect-ratio:1/1;border-radius:20px;overflow:hidden;transition:.3s}.trending-horse-image{position:absolute;width:100%;height:100%!important;object-fit:contain!important;transition:.3s}.trending-horse-buyers{text-align:center;color:#fff;font-size:18px;margin-top:12px}.trending-horse-buyers{display:flex;align-items:center;justify-content:center;gap:6px}.trending-horse-item:hover .trending-horse-element{box-shadow:0 0 25px rgba(255,255,255,.62)}.trending-horse-item:hover .trending-horse-image{transform:scale(1.05)}.trending-horse-swiper{padding:30px 20px;margin:0 -20px}.trending-horse-swiper .swiper-slide{overflow:unset}@media (max-width: 768px){.trending-horse-buyers{font-size:14px}.trending-horse-swiper{padding:30px 0 30px 20px;margin:0 0 0 -20px;overflow:visible}}.gamechannel{width:100%;margin:0 auto;justify-content:center;display:flex}.gamechannel-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0;color:#fff;width:100%;gap:30px;max-width:1366px}@media (min-width: 1024px){.gamechannel-container{flex-direction:row;align-items:stretch}}.lobby-card{border-radius:12px;border:.4px solid rgba(19,21,27,.2);background:#13151b;width:100%;display:flex;flex-direction:column}.lobby-header{padding:20px}.lobby-card .lobby-title{font-size:24px;font-weight:700;color:#fff}.lobby-card .lobby-description{color:#5f6168;font-size:16px;font-weight:500}.table-container{overflow-x:auto;flex-grow:1}.game-table{width:100%;text-align:left;color:#d1d5db;border-collapse:collapse}.game-table th,.game-table td{padding:.75rem 1rem}.game-table thead tr{border-bottom:1px solid #4a5568}.game-table tbody tr{border-bottom:1px solid rgba(74,85,104,.5)}.game-table .track-name{color:#63b3ed;font-weight:600}.game-table .action-btn{font-weight:700;background:none;border:none;cursor:pointer;padding:0;transition:color .2s,filter .2s}.game-table .action-btn:hover{filter:brightness(1.5)}.action-btn.join{color:#4ade80}.action-btn.replay{color:#9ca3af}.card-footer{margin-top:1.5rem;text-align:center}.view-button{background-color:#181a20;color:#fff;font-weight:700;border-radius:0 0 12px 12px;background:#181a20;width:100%;cursor:pointer;transition:background-color .3s}.view-button:hover{background-color:#3a3a4d}.rarity-legendary{color:#facc15}.rarity-epic{color:#c084fc}.rarity-rare{color:#60a5fa}.rarity-common{color:#9ca3af}.dot{width:.5rem;height:.5rem;border-radius:50%;margin-right:.5rem}.dot.rarity-legendary{background-color:#facc15}.dot.rarity-epic{background-color:#c084fc}.dot.rarity-rare{background-color:#60a5fa}.dot.rarity-common{background-color:#9ca3af}.channel-rooms-list{display:flex;flex-direction:column;gap:1rem;flex-grow:1}.room-item{background-color:#181a20;padding:1rem;display:flex;align-items:center;gap:1rem}.room-details{flex-grow:1;color:#fff}.room-details h3{font-weight:700}.room-icon-cash{width:18px;height:18px}.room-cost{display:flex;align-items:center;color:#facc15;font-size:.875rem}.room-meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;margin-top:.5rem;color:#d1d5db}.room-status{color:#4ade80}.room-rarity{display:flex;align-items:center;font-weight:600}.room-type-btn{background-color:#4b5563;color:#fff;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .3s}.room-type-btn:hover{background-color:#374151}.mr-5{margin-right:5px}.room-element{background-size:cover;position:relative;aspect-ratio:1/1;overflow:hidden;transition:.3s;width:130px;height:85px;flex-shrink:0;border-radius:5px}.room-img{position:absolute;width:100%;height:100%!important;object-fit:contain!important;transition:.3s}.room-item:hover .room-img{transform:scale(1.05)}@media (max-width: 768px){.lobby-card .lobby-title{font-size:1.25rem}.game-table thead{display:none}.game-table tr{display:block;margin-bottom:1rem;border-bottom:2px solid #3a3a4d;padding-bottom:1rem}.game-table tr:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.game-table td{display:block;text-align:center;padding:.5rem .25rem;border-bottom:1px dotted #4a5568}.game-table td:before{content:attr(data-label);float:left;font-weight:700;color:#a0aec0}.game-table td:last-child{border-bottom:none}.room-item{flex-direction:column;align-items:stretch}.room-item .room-element{width:100%;height:150px}.community-container h2{font-size:1.5rem}}.community{width:100%;margin:0 auto;justify-content:center;display:flex}.community-container{width:100%;max-width:1366px;padding:4rem 0;text-align:center}.community .community-title{color:#fef903;text-align:center;font-size:33px;font-weight:600}.community .community-desc{color:#fff;text-align:center;font-size:16px;font-weight:500}.map-img{max-width:100%}.px-25{padding:25px}.hero-section{position:relative;text-align:center;color:#fff;margin-top:0;padding-top:6rem;padding-bottom:6rem}.hero-image{width:100%;height:auto;object-fit:cover;border-radius:10px}.cta-large-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(45deg,#ff416c,#ff4b2b);color:#fff;padding:1.5rem 3rem;font-size:2rem;border:none;border-radius:10px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 8px 30px rgba(0,0,0,.3),0 0 10px rgba(255,65,108,.5);text-transform:uppercase}.cta-large-button:hover{transform:scale(1.1);box-shadow:0 8px 30px rgba(0,0,0,.3),0 0 20px rgba(255,75,43,.7)}.cta-large-button:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:linear-gradient(45deg,#ff416c,#ff4b2b);filter:blur(30px);z-index:-1;opacity:0;transition:opacity .3s ease}.cta-large-button:hover:before{opacity:1}@media (max-width: 768px){.cta-large-button{font-size:1.5rem;padding:1.2rem 2.5rem}}@media (max-width: 480px){.cta-large-button{font-size:1.2rem;padding:1rem 2rem}}.synthesis-page{display:flex;flex-direction:column;align-items:center;margin-top:20px;color:#fff}.synthesis-container{display:flex;gap:20px;margin-bottom:20px}.synthesis-item{width:150px;height:150px;border:1px solid white;background-color:rgba(255,255,255,.1);display:flex;justify-content:center;align-items:center;font-size:2rem;cursor:pointer;color:#fff}.selected-items-container{display:flex;gap:20px}.selected-item{width:100px;height:100px;border:1px solid white;background-color:rgba(255,255,255,.1);display:flex;justify-content:center;align-items:center;font-size:1.5rem;cursor:pointer;color:#fff}.custom-overlay{background:rgba(0,0,0,.7)}.custom-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;background:#fff;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.3);padding:20px}.modal-contents{font-size:16px;color:#333;margin-bottom:20px}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.modal-button{padding:10px 20px;font-size:14px;border:none;border-radius:4px;cursor:pointer;transition:background .3s}.modal-button:hover{background:#ddd}.modal-button:first-child{background:#007bff;color:#fff}.modal-button:first-child:hover{background:#0056b3}.modal-button:last-child{background:#6c757d;color:#fff}.modal-button:last-child:hover{background:#5a6268}.react-reel__group{transition-delay:0ms;transition-timing-function:ease-in-out;transform:translate(0)}.react-reel__group .react-reel__number{height:1em}.react-reel__reel{height:1em;display:flex;align-items:flex-end;overflow-y:hidden;font-size:3rem;font-weight:700;line-height:.95em;max-width:100%;margin:0 auto;justify-content:center;color:#eee56b}.responsiveTable{width:100%}.responsiveTable td .tdBefore{display:none}@media screen and (max-width: 40em){.responsiveTable table,.responsiveTable thead,.responsiveTable tbody,.responsiveTable th,.responsiveTable td,.responsiveTable tr{display:block}.responsiveTable thead tr{position:absolute;top:-9999px;left:-9999px;border-bottom:2px solid #333}.responsiveTable tbody tr{border:1px solid #000;padding:.25em}.responsiveTable td.pivoted{border:none!important;position:relative;padding-left:calc(50% + 10px)!important;text-align:left!important;white-space:pre-wrap;overflow-wrap:break-word}.responsiveTable td .tdBefore{position:absolute;display:block;left:1rem;width:calc(50% - 20px);white-space:pre-wrap;overflow-wrap:break-word;text-align:left!important;font-weight:600}}.kyc-form-wrapper{color:#fff}.kyc-form-wrapper h3{font-size:22px;text-transform:uppercase}.kyc-form-wrapper p{line-height:45px;color:rgba(255,255,255,.7);margin-bottom:18px}.kyc-radio-btn{display:flex;align-items:center;justify-content:space-between;background:#212b36;height:60px;padding:8px 20px;margin-bottom:25px;cursor:pointer;position:relative;border:1px solid rgba(255,255,255,.2);border-radius:5px;transition:all .3s}.kyc-radio-btn.active{border-color:#22b8cf}.kyc-radio-btn label{display:flex;align-items:center;font-size:16px;font-family:Russo One,sans-serif;text-transform:uppercase;color:#fff}.kyc-radio-btn .kyc-icon{opacity:.6;transition:all .4s}.kyc-radio-btn.active .kyc-icon{opacity:1}.kyc-radio-btn input{display:none}.kyc-radio-btn .MuiFormControlLabel-root{flex-grow:1;margin-right:20px}@media only screen and (max-width: 575px){.kyc-form-wrapper h3{font-size:19px}.kyc-form-wrapper p{font-size:14px;line-height:24px}}.kyc-form-wrapper h3{font-size:22px;line-height:45px!important;margin-bottom:20px;text-transform:uppercase;color:#fff}.kyc-form-wrapper p{line-height:45px!important;color:rgba(255,255,255,.7);margin-bottom:18px}.upload-doc-list{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px!important;width:100%;max-width:570px}.upload-doc-list li{text-align:center;width:32%}.upload-bg{height:175px;width:100%;display:flex;align-items:center;justify-content:center;background:rgba(30,31,53,.8)}.upload-doc-list h4{font-family:Inter;font-style:normal;font-weight:500;font-size:14px;line-height:45px!important;text-align:center;color:rgba(255,255,255,.7);max-width:175px;width:100%;margin:auto auto 0 0}.upload-btn-wrapper{position:relative;overflow:hidden;display:inline-block}.upload-btn-wrapper span{background:transparent;border:2px dashed rgba(255,255,255,.15);box-sizing:border-box;display:flex;align-items:center;justify-content:center;height:75px;width:75px;cursor:pointer}.upload-btn-wrapper input[type=file]{font-size:100px;position:absolute;left:0;top:0;opacity:0;height:100%;width:100%}.btn-wrapper{width:100%;height:60px}.doc-requirements{border:2px solid rgba(255,255,255,.15);box-sizing:border-box;width:100%;max-width:570px;padding:16px 30px!important;margin-bottom:35px!important}.doc-requirements li{color:rgba(255,255,255,.7);display:flex;align-items:flex-start;justify-content:flex-start}.doc-requirements li span{filter:grayscale(100%);opacity:.7;margin-right:14px;min-width:14px}.doc-requirements li.active{color:#fff}.doc-requirements li.active span{filter:grayscale(0%);opacity:1}.doc-requirements li+li{margin-top:25px}.nid-number-form{margin-bottom:40px}.nid-number-form input{width:100%;max-width:570px;border:2px solid rgba(255,255,255,.15);box-sizing:border-box;height:80px;font-family:Inter;font-style:normal;font-weight:500;font-size:16px;line-height:45px;color:rgba(255,255,255,.7);padding:8px 21px;background:transparent;outline:none}@media (max-width: 991px){.upload-doc-list .upload-bg{height:110px}.upload-doc-list .upload-btn-wrapper span{height:60px;width:60px}.upload-doc-list h4{font-size:10px}}@media only screen and (max-width: 575px){.kyc-form-wrapper h3{font-size:19px}.kyc-form-wrapper p{font-size:14px;line-height:24px!important}.kyc-country-dropbox h4{font-size:14px}}@media (max-width: 320px){.upload-doc-list h4{font-size:8px}}.kyc-form{display:flex;flex-direction:column}.kyc_form h3{font-size:22px;line-height:45px!important;margin-bottom:20px;text-transform:uppercase;color:#fff}.kyc_user_form{display:flex;flex-direction:column}.row{display:flex;flex-wrap:wrap}.form-group,.input_field_wrapper{margin-bottom:1rem}.btn-wrapper{display:flex;justify-content:space-between}.kyc_trems_condition{position:relative;margin-bottom:28px;margin-top:7px}.checkmark{position:absolute;top:50%;left:0;height:18px;width:18px;background-color:transparent;border-radius:50%;font-size:10px;border:2px solid rgba(255,255,255,.2);box-sizing:border-box;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;padding-left:0;cursor:pointer}.kyc_trems_condition.active .checkmark{background:#6d4afe;color:#fff;border:none}.kyc_trems_condition.active .checkmark svg{display:block}.kyc_trems_condition input{position:absolute;opacity:0;left:0;top:50%;width:18px;height:18px;margin-bottom:0;transform:translateY(-50%);cursor:pointer}.kyc_trems_condition span{display:block;padding-left:27px}.kyc_trems_condition span a{margin:0 7px;display:inline-block}@media (max-width: 575px){.kyc_form h3{font-size:19px}.kyc_user_form p{font-size:14px;line-height:24px}.kyc_user_form{display:flex;flex-direction:column;align-items:stretch}.row{display:block}.form-group,.input_field_wrapper{width:100%;margin-bottom:1rem}.btn-wrapper{flex-direction:column;align-items:stretch}.btn-wrapper button{width:100%;margin-bottom:10px}.kyc_trems_condition span{padding-left:0}.kyc_trems_condition span a{margin:0 3px}}.grid{width:100%;display:flex;justify-content:center;min-height:100vh;background-size:contain;background-repeat:no-repeat;flex-direction:row;object-fit:cover;padding-top:10%;flex:1}.innerStack{background-color:#1a1a1a;display:flex;width:100%}.button{width:100%}.childBox{height:57.2%}.childCardStack{min-width:60%;align-items:center;display:flex;background-color:#1a1a1a;padding-top:1rem}.childCardInnerStack{border-width:10px;border-color:#ff0}.selectContainer{width:100%;display:flex;justify-content:space-between}.select{flex:1}.childGrid{display:flex;width:100%;border:1px solid #fff;box-shadow:0 0 10px #fff}.caution{bottom:0;width:100%;background-color:rgba(0,0,0,.7);padding:10px 0;text-align:center}.item-inventory-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;min-height:300px;padding:3%;border-radius:10px;margin:10px 0}.grid{display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 auto;padding:0;width:100%;gap:2%}.item-container{width:100%;padding-top:100%;position:relative}.item{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;object-fit:cover;background-color:#2a2d34;border:2px solid #555a63;box-shadow:inset 0 2px 5px rgba(255,255,255,.1),inset 0 -2px 5px rgba(0,0,0,.5),0 4px 6px rgba(0,0,0,.4);transition:all .3s ease}.item:hover{cursor:pointer}.dialog{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}@media (max-width: 768px){.item-inventory-container{width:100%;min-height:300px}.grid{width:100%;height:auto;gap:2%}}.inventory-container{display:flex;justify-content:space-between;padding:20px;color:#fff}.avatar-and-items{display:flex;align-items:center}.avatar-placeholder{width:180px;height:360px;background:linear-gradient(145deg,#1f1f1f,#2c2c2c);border:3px solid #1f5f7f;border-radius:10px;display:flex;justify-content:center;align-items:center;margin:0 20px;box-shadow:0 10px 15px rgba(0,0,0,.4),inset 0 2px 10px rgba(255,255,255,.1);background-blend-mode:overlay;background-size:cover}.avatar-placeholder p{color:#dcdcdc;font-size:18px;font-weight:700;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.avatar-items-left,.avatar-items-right{display:flex;flex-direction:column;gap:10px}.item-slot{width:50px;height:50px;background-color:#2a2d34;border:2px solid #555a63;border-radius:8px;box-shadow:inset 0 2px 5px rgba(255,255,255,.1),inset 0 -2px 5px rgba(0,0,0,.5),0 4px 6px rgba(0,0,0,.4);transition:all .3s ease}.item-slot:hover{background-color:#3a3f48;box-shadow:inset 0 3px 7px rgba(255,255,255,.2),inset 0 -3px 7px rgba(0,0,0,.6),0 6px 8px rgba(0,0,0,.5)}.inventory-section{flex-grow:1;margin-left:50px}.inventory-title{text-align:left;font-size:24px;margin-bottom:20px;color:#dcdcdc}.inventory-grid{display:grid;grid-template-columns:repeat(6,100px);grid-template-rows:repeat(4,100px);gap:10px}.inventory-slot{width:100px;height:100px;background-color:#2f4f4f;box-shadow:0 0 10px rgba(0,0,0,.75);border:1px solid #1f5f7f;border-radius:10px}.empty-slot{background-color:#555a63;border:1px dashed #999}@media only screen and (max-width: 768px){.inventory-container{flex-direction:column;align-items:center}.avatar-and-items{display:flex;flex-direction:row;justify-content:space-around;width:100%;margin-bottom:20px}.avatar-placeholder{width:120px;height:240px}.avatar-items-left,.avatar-items-right{flex-direction:column;justify-content:space-around}.inventory-grid{grid-template-columns:repeat(3,80px);grid-template-rows:repeat(8,80px);gap:5px}.inventory-slot{width:80px;height:80px}.inventory-section{margin-left:0;margin-top:20px}.inventory-title{text-align:center;font-size:20px}}.background-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at center,rgba(255,255,255,.08),rgba(0,0,0,.9));pointer-events:none}@keyframes flash{0%{opacity:1}to{opacity:.2}}@keyframes pulse-ring-up{0%{box-shadow:0 0 rgba(255,215,0,.7);opacity:1}to{box-shadow:0 0 0 40px rgba(255,215,0,0);opacity:0}}@keyframes pulse-ring-stable{0%{box-shadow:0 0 rgba(160,160,160,.6);opacity:1}to{box-shadow:0 0 0 40px rgba(160,160,160,0);opacity:0}}@keyframes pulse-ring-down{0%{box-shadow:0 0 rgba(255,80,80,.6);opacity:1}to{box-shadow:0 0 0 40px rgba(255,80,80,0);opacity:0}}@keyframes gold-burst{0%{transform:scale(.8) translate(-50%,-50%);opacity:0}30%{transform:scale(1.05) translate(-50%,-50%);opacity:1}to{transform:scale(1.4) translate(-50%,-50%);opacity:0}}@keyframes spin{0%{transform:rotate(0) translate(-50%,-50%)}to{transform:rotate(360deg) translate(-50%,-50%)}}.price-container{position:relative;text-align:center;margin-bottom:16px}.price-amount{display:inline-block}.price-typography{text-align:center;margin-bottom:4px}.price-success{color:#32cd32}.price-fail{color:#ff4500}.price-stable{color:gray}.appraise-button{width:100%;padding:12px 24px;background:linear-gradient(90deg,#decc65,#b68d10);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;margin-top:10px}.appraise-button:disabled{cursor:not-allowed;opacity:.6}.appraising-text{margin-top:16px;text-align:center;min-height:32px;color:#1976d2;font-weight:600;font-size:18px}
