:root {     --primary-pink: #f00b5b;     --dark-bg: #1d0511;     --darker-bg: #0f0914;     --card-bg: #240b16;     --text-light: #f0f0f0;     --text-gray: #b8b4b4;     --gradient-register: linear-gradient(90deg, rgb(98, 10, 252), rgb(8, 233, 253)); }  html, body {     overflow-x: hidden; }  * {     box-sizing: border-box; }  body {     font-family: "Poppins", sans-serif;     color: var(--text-light);     background-color: var(--dark-bg);     background-image: radial-gradient(circle at 20% 50%, rgba(245, 0, 87, 0.05) 0%, transparent 50%),         radial-gradient(circle at 80% 20%, rgba(138, 43, 226, 0.05) 0%, transparent 50%), url(/shared/3703/bg_left.webp);     background-repeat: no-repeat;     background-position: 0 0, 0 0, left top, right top;     background-size: auto, auto, 500px auto, 500px auto;     background-attachment: scroll;     margin: 0;     padding: 0; }  .header {     position: fixed;     top: 0;     width: 100%;     background: rgba(25, 4, 14, 0.8);     backdrop-filter: blur(10px);     border-bottom: 1px solid rgba(245, 0, 87, 0.2);     z-index: 1002;     height: 80px;     display: flex;     align-items: center; }  .header-container {     width: 100%;     max-width: 1400px;     margin: 0 auto;     display: flex;     align-items: center;     justify-content: space-between;     padding: 0 2rem;     gap: 2rem; }  .header-left {     display: flex;     align-items: center;     gap: 2rem;     flex-grow: 1; }  .logo img {     height: 30px; }  .search-form {     position: relative;     flex-grow: 1; }  .search-form input {     width: 100%;     background: var(--card-bg);     border: 1px solid rgba(255, 255, 255, 0.1);     border-radius: 10px;     padding: 0.7rem 3rem 0.7rem 1rem;     color: white; }  .search-form button {     position: absolute;     right: 5px;     top: 50%;     transform: translateY(-50%);     background: transparent;     border: 1px solid var(--primary-pink);     color: white;     cursor: pointer;     border-radius: 8px;     width: 30px;     height: 30px;     display: flex;     align-items: center;     justify-content: center; }  .search-form button svg {     width: 13px;     height: 13px; }  .header-right {     display: flex;     align-items: center;     gap: 1rem;     flex-shrink: 0; }  .btn {     display: inline-block;     position: relative;     padding: 0.8rem 2.2rem;     border: none;     text-decoration: none;     text-transform: uppercase;     font-weight: 700;     font-size: 0.9rem;     color: white;     cursor: pointer;     transition: all 0.3s ease;     transform: skewX(-15deg); }  .btn.btn-outline {     background: rgba(0, 0, 0, 0.2);     border: 1px solid var(--primary-pink); }  .btn:hover {     filter: brightness(1.2);     transform: skewX(-15deg) translateY(-3px); }  .btn-text {     display: inline-block;     transform: skewX(15deg);     font-style: italic; }  .btn.btn-primary {     background: var(--gradient-register); }  .bonus-badge {     position: absolute;     top: -10px;     right: -5px;     background: #f50057;     color: white;     padding: 2px 8px;     border-radius: 6px;     font-size: 0.7rem;     font-weight: bold;     transform: skewX(15deg); }  .main {     margin-top: 80px; }  .promo-section, .tournament-banner-section, .wins-tournament-section, .info-section, .faq-section, .jackpot-section, .hero, .providers-section, .info-text-section {     padding: 2rem 0; }  .info-text-section a {     color: var(--primary-pink);     text-decoration: none;     font-weight: 600;     font-style: italic; }  .info-text-section a:hover {     text-decoration: underline; }  .container {     max-width: 1400px;     margin: 0 auto;     padding: 0 2rem; }  .promo-grid-top {     display: grid;     grid-template-columns: 2fr 1fr;     gap: 2rem;     margin-bottom: 2rem; }  .promo-card-large, .promo-card-small {     border-radius: 10px;     overflow: hidden;     position: relative;     display: flex;     align-items: center; }  .promo-card-large {     background: url(/shared/3703/kent_header_BG.webp) center center / cover no-repeat;     padding: 2.5rem;     height: 320px; }  .banner-tag {     position: absolute;     top: 0;     left: 0;     background: var(--primary-pink);     color: var(--text-light);     padding: 0.7rem 1.8rem 0.7rem 1.5rem;     font-weight: 700;     font-size: 0.8rem;     text-transform: uppercase;     z-index: 5;     font-style: italic;     clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0% 100%); }  .banner-tag span {     display: inline-block; }  .promo-card-large .banner-content {     width: 60%;     text-align: left;     z-index: 2; }  .banner-main-title {     font-size: 1.5rem;     font-weight: 800;     line-height: 1.25;     margin-bottom: 0.25rem;     font-style: italic; }  .btn.btn-pink {     background: var(--primary-pink); }  .promo-card-large .banner-character {     position: absolute;     right: 0;     bottom: 0;     height: 100%;     width: auto;     pointer-events: none;     z-index: 1; }  .promo-card-small {     background: url(/shared/3703/BannerCat.webp) center center / cover no-repeat;     padding: 2rem;     height: 320px; }  .banner-content {     text-align: center; }  .promo-card-slider {     display: grid;     grid-template-columns: 1fr 1fr;     gap: 2rem; }  .slider-wrapper {     position: relative;     display: flex; }  .slide {     flex: 1 0 100%;     position: relative;     display: flex;     align-items: center;     padding: 1.5rem 2rem;     background-size: cover;     background-position: center;     color: #ffffff;     text-decoration: none; }  .slide .banner-content {     position: relative;     z-index: 2;     width: 100%; }  .banner-main-title {     font-size: 1.5rem;     font-weight: 800;     line-height: 1.25;     margin-bottom: 0.25rem;     font-style: italic; }  .promo-card-slider .banner-character {     position: absolute;     right: 10px;     bottom: 0;     height: 90%;     z-index: 1;     pointer-events: none; }  .slide-2 {     background-image: url(/shared/3703/shop_header_BG.webp); }  .slide .banner-content {     text-align: left; }  .slider-nav-container {     position: absolute;     bottom: 15px;     right: 15px;     z-index: 3;     display: flex;     gap: 5px; }  .carousel-arrow, .btn-skew {     background: var(--card-bg);     border: 1px solid rgba(255, 255, 255, 0.1);     color: white;     width: 40px;     height: 40px;     border-radius: 0;     cursor: pointer;     transform: skewX(-15deg);     transition: all 0.3s ease;     display: flex;     align-items: center;     justify-content: center; }  .carousel-arrow svg, .btn-skew svg {     transform: skewX(15deg); }  .next {     transform: rotateY('180deg'); }  .fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {     -moz-osx-font-smoothing: grayscale;     -webkit-font-smoothing: antialiased;     display: var(--fa-display, inline-block);     font-style: normal;     font-variant: normal;     line-height: 1;     text-rendering: auto; }  .fa-classic, .fa-regular, .fa-solid, .far, .fas {     font-family: "Font Awesome 6 Free"; }  .info-text-section p, .info-text-section li {     color: var(--text-gray);     line-height: 1.7;     margin-bottom: 1rem; }  .info-text-section ul, .info-text-section ol {     padding-left: 25px; }  .info-text-section ul li::marker {     color: var(--primary-pink);     font-size: 1.2em; }  table {     width: 100%;     border-collapse: collapse;     margin: 2rem 0;     background: var(--card-bg);     border: 1px solid rgba(245, 0, 87, 0.2);     border-radius: 15px;     overflow: hidden; }  table th {     background: rgba(245, 0, 87, 0.15);     color: var(--text-light);     padding: 1rem 0.8rem;     text-align: left;     font-weight: 700;     font-size: 0.95rem;     border-bottom: 1px solid rgba(245, 0, 87, 0.3);     font-style: italic; }  table th:first-child {     border-top-left-radius: 15px; }  table td {     padding: 0.9rem 0.8rem;     color: var(--text-gray);     border-bottom: 1px solid rgba(255, 255, 255, 0.08);     font-size: 0.9rem; }  .footer {     background: var(--darker-bg);     padding: 3rem 0 1rem;     border-top: 1px solid rgba(245, 0, 87, 0.2); }  .footer-content {     display: grid;     grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));     gap: 2rem;     margin-bottom: 2rem; }  .footer-logo img {     height: 30px;     margin-bottom: 1rem; }  .footer-section a, .footer-section p {     color: var(--text-gray);     text-decoration: none;     display: block;     margin-bottom: 0.5rem;     line-height: 1.6; }  .social-links {     display: flex;     gap: 1.5rem;     margin-top: 1rem; }  .fa-brands, .fab {     font-weight: 400; }  .social-link:hover {     color: var(--primary-pink); }  .footer-section h3 {     color: var(--primary-pink);     font-size: 1.2rem;     margin-bottom: 1rem; }  .footer-legal-text {     margin: 2rem 0;     padding-top: 2rem;     border-top: 1px solid rgba(245, 0, 87, 0.2); }  .footer-legal-text p {     font-size: 0.75rem;     color: #6c757d;     line-height: 1.6; }  .footer-bottom {     text-align: center;     padding-top: 1rem;     border-top: 1px solid rgba(245, 0, 87, 0.2); }  .scroll-top {     position: fixed;     bottom: 20px;     right: 20px;     width: 50px;     height: 50px;     background: var(--primary-pink);     border-radius: 50%;     display: flex;     align-items: center;     justify-content: center;     color: white;     opacity: 0;     visibility: hidden;     z-index: 1000;     transition: opacity 0.3s, visibility 0.3s;     cursor: pointer; }  .scroll-top.visible {     opacity: 1;     visibility: visible; }  @media (max-width: 1200px) {     .wins-tournament-grid {         grid-template-columns: 1fr;     } }  @media (max-width: 992px) {     .header-left .search-form {         display: none;     }      .tournament-banner {         flex-direction: column;     }      .tournament-banner-content {         align-items: center;         text-align: center;     }      .btn-outline-skewed {         align-self: center;     } }  @media (max-width: 768px) {      .container,     .header-container {         padding: 0 1rem;     }      .slider-wrapper {         display: none;     }      .promo-card-slider {         grid-template-columns: 1fr;     }      .promo-grid-top {         grid-template-columns: 1fr;     }      .promo-card-large .banner-content {         width: 100%;     }      .view-all-link {         display: none;     }      .tournament-block-v2 {         background-position: top center;     }      .tournament-content {         justify-content: center;         text-align: center;     }      .tournament-main-info {         flex-basis: 100%;     } }  @media (max-width: 480px) {     .header-right .btn {         padding: 0.5rem 0.8rem;         font-size: 0.75rem;     }      .logo img {         height: 25px;     }      .header-right {         gap: .5rem;     }      .header-container {         gap: 1rem;     }      .section-nav-arrows {         display: none;     }      .time-block {         min-width: 50px;     }      .time-value {         font-size: 1.5rem;     }      table td {         font-size: 0.6rem;         padding: 0.6rem 0.5rem;     } }