button, meter, progress, select { user-select: none; }
* {
    -webkit-tap-highlight-color: transparent;
    
  }

  div::-webkit-scrollbar, div::-webkit-scrollbar-button { display: none; } /* Chrome */
/* end hide page scrollbar */

  
/* ==========================================================================
   1. Font Face Definitions for Betsson Sans
   ========================================================================== */

/* Regular - 400 */
@font-face {
    font-family: 'Betsson Sans';
    src: url('assets/fonts/betsson-sans-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  /* Medium - 500 */
  @font-face {
    font-family: 'Betsson Sans';
    src: url('assets/fonts/betsson-sans-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  /* Semi-bold - 600 */
  @font-face {
    font-family: 'Betsson Sans';
    src: url('assets/fonts/betsson-sans-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  /* Bold - 700 */
  @font-face {
    font-family: 'Betsson Sans';
    src: url('assets/fonts/betsson-sans-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

  /* ==========================================================================
   2. Font Styles Definitions
   ========================================================================== */

   h5, .lead-bold-small{
    font-family: "Betsson Sans", "DM Sans", system-ui, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
   }

.btn{
    font-family: "DM Sans", system-ui, sans-serif;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 12px;
    color: black;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.38);
    
}

.btn-md{
    height: 32px;
}

.btn.primary{
    border-radius: var(--fds-round-150, 12px);
    border: 1px solid var(--fds-on-alternate-surface-ulo, rgba(255, 255, 255, 0.12));
    background: var(--fds-alternate-surface-shade-to-color-primary3, linear-gradient(135deg, #FF841E 25%, #FFAE6B 100%));
    box-shadow: 1px 2px 3px 0 rgba(255, 255, 255, 0.22) inset, 0 4px 8px 0 rgba(0, 0, 0, 0.26);
}

.badge{
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 10px;
    line-height: 20px;
    font-weight: 600;
    display: flex;
    border-radius: 16px;
    height: 20px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.badge.error{  
    border: 1px solid var(--fds-on-surface-ulo, rgba(15, 12, 26, 0.12));
    background: var(--fds-system-shade-to-error, linear-gradient(135deg, #DD2727 25%, #E76969 100%));
    box-shadow: 1px 1px 4px 0 rgba(255, 255, 255, 0.38) inset;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
    color: white;
}

.absolute{
    position: absolute;
    right: -7px;
    top: -3px;
    border: 3px solid white;
    border-radius: 16px;
}


body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: "DM Sans", system-ui, sans-serif;
    min-width: 320px;
  }
  
  .mobile-view {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 360px;
    height: 800px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
    transform: translate3d(0, 0, 0);
  }
  
  
  .bottom-fix{
    z-index: 999;
    display: flex;
    width: 100%;
    position: fixed;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    
  }
  
  .overlay-blur{
    z-index: 5;
    display: block;
    position: fixed;
    display: block;
    width:0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    backdrop-filter: grayscale(0);
    background-color: rgba(241, 241, 241, 0.0);
    transition: background-color 0.15s ease-in-out;
    will-change: background-color, backdrop-filter;
              
    
   
  }

  .overlay-blur.active{
    display: block;
    width: 100%;
    background-color: rgba(221, 221, 221, 0.95);
    backdrop-filter: grayscale(1);
  }

  #drawer {
    z-index: 6;
    display: flex;
    flex-direction: row;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.12),
      inset 1.5px 1.5px 3px rgba(255, 255, 255, 0.38);
    background: linear-gradient(
      135deg,
      rgba(247, 247, 247, 0.20) 20%,
      rgba(255, 255, 255, 0.95) 100%
    );
    backdrop-filter: blur(18px);
    z-index: 1;
    width: 70%;
    max-width:314px;
    min-width: fit-content;
    transition: margin 0.16s ease-out, width 0.16s ease-out,
      border-radius 0.16s ease-in-out, height 0.08s ease-in-out, background-color 0.16s ease-out;
    border-radius: 32px 32px 32px 32px;
    border: 1.5px solid rgba(0, 0, 0, 0.10);
    justify-content: center;
    align-self: end;
    margin: 12px;
    height: 74px;
    box-sizing: border-box;
    transform: translate3d(0, 0, 0);
    will-change: backdrop-filter, opacity, height;
  }
  
  .nav-float {
    position: relative;
    align-self: flex-end;
    display: flex;
    gap: 20px;
    padding: 12px 12px;
  
    justify-content: center;
    box-sizing: border-box;
    transition: padding 0.1s ease-in;
  }
  
  .betbar {
    position: absolute;
    display: none;
    /*display:flex;*/
    justify-content: space-between;
    width: 290px;
    background: linear-gradient(
      135deg,
      rgba(197, 21, 3, 1) 20%,
      rgba(242, 44, 23, 1) 100%
    );
    box-shadow: inset 1.5px 1.5px 3px rgba(255, 255, 255, 0.2);
    height: 40px;
    border-radius: 48px 48px 0 0;
    z-index: 0;
    bottom: 200px;
    font-family: "Inter", system-ui, sans-serif;
    color: white;
    font-size: 10px;
    line-height: 16px;
    text-shadow: 1px 1px 0px, rgba(0, 0, 0, 0.25);
    padding: 0px 32px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.38);
  }
  
  #drawer.active {
    border-radius: 24px 24px 16px 16px;
    height: 600px;
    margin: 4px;
    max-width:100%;
    width: 100%;
    backdrop-filter: blur(0px);
    background: linear-gradient(
      135deg,
      rgba(247, 247, 247, 1) 20%,
      rgba(255, 255, 255, 1) 100%
    );
  }
  #drawer.active .nav-float {
    padding: 12px;
  }
  
  .nav-float .item {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-self: center;
    border: 1px solid rgba(255, 255, 255, 0.99);
    border-radius: 20px;
    cursor: pointer;
    color: rgba(0,0,0,0.6);
    box-sizing: border-box;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12),
      inset 1.5px 1.5px 3px rgba(255, 255, 255, 1);
    background: linear-gradient(
      120deg,
      #D1D1E061 25%,
      rgba(255, 255, 255, 1) 100%
    );
    transition: background-color 0.25s ease-out, box-shadow 0.05s ease-out;
  }
  
  
  
  .nav-float .item svg {
    align-self: center;
  }
  
  .nav-float .item.active {
    border: 0.75px solid #ff6600;
    color: #fff;
    background: linear-gradient(135deg, rgba(255, 102, 0, 1) 45%, #ffa366 100%);
    
    box-shadow: 0px 2px 12px rgba(255, 102, 0, 0.6),
      inset 1.5px 1.5px 3px rgba(255, 255, 255, 0.6);

    transition: box-shadow 0.05s ease-in;
  }
  
  .bx-header {
    align-self: center;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 24px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(24px);
    padding: 8px 8px;
    border-radius: 0 0 12px 12px;
    box-sizing: border-box;
    z-index: 4;
  }
  
  .bx-header .chip {
    position: relative;
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(0, 0, 0, 0.1);
    gap: 12px;
    max-height: 44px;
    border-radius: 16px;
    align-items: anchor-center;
    font-size: 14px;
    padding: 4px;
    box-sizing: border-box;
  }

  .bx-header .chip .avatar{
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-image: url(./assets/img/ava.png);
    background-position: center;
    background-size: cover;
  }

  .bx-header .chip .tta.tta-sm{
    display: block;
    color: rgba(0,0,0,0.6);
    width: 32px;
    height: 32px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 4.5px;
    box-sizing: border-box;
  }
  
  .bx-header .chip .balance{
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight: 600;
  color: rgba(0,0,0,0.6);
  font-size: 14px
}

.bx-header .chip .balance span{
  font-family: inherit;
  color: inherit;
  font-weight: 400;
  font-size: 10px;
}

  .bx-header .logo{
    flex-grow: 1;
  }
  
  .bx-header .logo svg path{
   fill: #ff6600;
   color: #ff6600;
  }
  .touch-target {
    min-width: 48px;
    height: 48px;
    padding: 12px;
    border: none;
    background: none;
    box-sizing: border-box;
    color: rgba(0,0,0,0.6);
  }
  
  .touch-target img {
    max-height: 24px;
  }
  
  .touch-target.sm {
    width: 32px;
    height: 32px;
    padding: 8px;
  }
  
  .content{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width:100%;
    height: auto;
    margin-top: 64px;
    background-color: white;
  }
  
  .section{
    display: flex;
    flex-direction: column;
  }
  
.video-layer{
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 8px;
    height: fit-content;
    height: 160px;
    min-height: 114px;
    box-sizing: border-box;
    box-shadow: inset 1.5px 1.5px 3px rgba(255, 255, 255, 0.24);
    overflow: hidden;
    border-radius: 12px;
}

.video-layer .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 77%;
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 8px;
    background-size: cover;
    background-position: right;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.24);
    background: linear-gradient(270deg, rgba(98, 44, 186, 0.00) 2.56%, #2C1353f1 54.4%);
    backdrop-filter: saturate(2) brightness(0.7);
    box-shadow: inset 1.5px 1.5px 3px rgba(255, 255, 255, 0.24);
}

.video-layer .overlay-content h2{
    font-family: "Betsson Sans", "DM Sans", system-ui, sans-serif;
    font-size: 32px;
    line-height: 32px;
    margin: 0;
    letter-spacing: -0.2px;
    color: white;
    box-sizing: border-box;
    font-weight: 600;
}

.video-layer .overlay-content span{
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.87);
}

.hero-card{
    position: absolute;
    width: calc(100% - 32px);
    z-index: 1;
    display:flex;
    flex-direction: column;
    border-radius: 20px;
    background: #191624;
    box-sizing: border-box;
    margin: 16px 16px 0px 16px;
    overflow: hidden;
    transform: translate3d(0px, 0, 0) scale(1);
    box-shadow: 0 2px 3px 0 rgba(15, 12, 26, 0.12);
    transition: transform 0.24s ease-in, opacity 0.16s ease-in, visibility 0.24s;
    will-change: transform, opacity;
  }

.hero-card.front{
  z-index: 2;
  transform: translate3d(0px, 0, 0) scale(1);
  visibility: visible;
  opacity: 1;
  
}

.hero-card.behind{
    z-index: 1;
    top: -16px;
    transform: translate3d(0px, -10px, 10px) scale(0.85);
    opacity: 0.16;
    visibility: visible;
    
    
}


.no-scroll-x {
    overflow-x: hidden;
  }

.hero-card.hidden {
    z-index: 0;
    transform: translate3d(0px, -10px, 10px) scale(0.85);
    visibility: hidden;
    opacity: 0;
    
  }

   .hero-area{
    position: relative;
    display: block;
    width: 100%;
    min-height: 229px;
    max-height: 250px;
    overflow: hidden;
    contain: layout paint style;
   }

 

  .hero-card .hero-content{
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 8px;
    width: 100%;
    height: fit-content;
    min-height: 156px;
    background-image: url(./assets/img/hero.png);
    background-size: cover;
    background-position: right;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.24);
    box-sizing: border-box;
    box-shadow: inset 1.5px 1.5px 3px rgba(255, 255, 255, 0.24);
    border-radius: 20px 20px 8px 8px;

  }


  .hero-card .hero-content h2{
    font-family: "Betsson Sans", "DM Sans", system-ui, sans-serif;
    font-size: 32px;
    line-height: 32px;
    margin: 0;
    letter-spacing: -0.2px;
    color: white;
    box-sizing: border-box;
    font-weight: 600;
  }

  .hero-card .hero-content span{
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.87);
  }
/* Animation class for moving a card out to the left */


  .hero-card.move-out-left {
    z-index: 3;
    transform: translateX(-110%) scale(0.85) rotate(-5deg);
    opacity: 0;
  }
  
  /* NEW: Animation class for bringing a card in from the LEFT (reverse) */
  .hero-card.move-in-from-left {
    z-index: 3;
    transform: translateX(-110%) scale(0.85) rotate(-5deg);
    opacity: 0;
  }

  .hero-card .action-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #191624 25%, #22202D 100%);
    padding: 8px;
    width: 100%;
    border-radius: 0 0 20px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: none;
    box-sizing: border-box;
    }
    .hero-card .action-bar span{
        color: rgba(255,255,255,0.87);
        font-size: 14px;
        font-family: "DM Sans", system-ui, sans-serif;
        line-height: 20px;
        padding-left: 12px;
        
    }

    .hero-carousel-counter{
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 8px;
        height: 6px;
        width: 100%;
        margin-top: 4px;
        margin-bottom: -8px;
    }
    .hero-carousel-counter span{
        display: block;
        height: auto;
        width: 16px;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        transition: width 0.1s ease-out, background-color 0.1s ease-out;
    }

    .hero-carousel-counter span.active{
        width: 38px;
        background: var(--fds-on-surface-color-primary, #F60);
        box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.12), 1px 1px 2px 0 #FFA366 inset;
    }
  .section-header {
    display:flex;
    margin: 8px 16px;
    padding: 0px 4px;
    justify-content: space-between;
  }
  
  .section-header span{
      font-family: "Betsson Sans", "DM Sans", system-ui, sans-serif;
      font-size: 20px;
      line-height: 32px;
      font-weight: 700;
      color: rgba(0,0,0,0.87);
      
  }
  
  .section-header button{
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 12px;
    padding: 8px 12px;
    background-color: transparent;
    box-sizing: border-box;
    color: rgba(0,0,0,0.6);
    font-weight: 600;
    
  }
  
  .section-tiles {
    display: flex;
    flex-flow: row;
    justify-content: space-between; /* Can be changed in the live sample */
    overflow-x: Scroll;
    overflow-y: visible;
    gap:12px;
    padding: 8px 16px;
  }
  
  .section-tiles .tile{
    display: flex;
    border: 1px solid rgba(0,0,0,0.1);
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    flex: none;
    padding: 16px;
    width: 132px;
    height: 80px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 102, 0, 1) 45%, #ffa366 100%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18),
    inset 1.5px 1.5px 3px rgba(255, 255, 255, 0.38);
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.24);
    
  }
  
  /* Gradient palette brightened by 20% */
  
  /* Gradient palette with corresponding border colors */
  
  .section-tiles .tile:nth-child(1) {
    /* Base color: #ff6600 */
    /* background: linear-gradient(135deg, hsl(24, 100%, 50%) 45%, hsl(24, 100%, 70%) 100%);
    border: 1px solid hsl(24, 100%, 50%); */


    background: var(--fds-alternate-surface-shade-to-color-primary, linear-gradient(135deg, #F60 25%, #FFA94D 100%));
    box-shadow: 0 2px 8px 0 rgba(15, 12, 26, 0.12), 1px 1px 3px 0 #FFA366 inset;
     
    border: 1px solid #FF9254;

  }
  
  .section-tiles .tile:nth-child(1) .link{
    display: flex;
        width: 36px;
        height: 36px;
        padding: 5px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 12px var(--fds-round-200, 12px) 12px 12px;
        border: var(--fds-stroke-50, 0.5px) solid #ffffff57;
        background: linear-gradient(135deg, #F60 25%, #FF944D 100%);
        box-shadow: 0 4px 4px 0 rgba(235, 83, 0, 0.60) inset;
        box-sizing: border-box;
        color: white;
  }

  .section-tiles .tile:nth-child(2) {
    /* Base color: #f63d5e */
    background: linear-gradient(135deg, hsl(347, 91%, 60%) 45%, hsl(347, 91%, 80%) 100%);
    border: 1px solid hsl(347, 91%, 60%);
  }
  
  .section-tiles .tile:nth-child(3) {
    /* Base color: #c4438c */
    background: linear-gradient(135deg, hsl(326, 50%, 51%) 45%, hsl(326, 50%, 71%) 100%);
    border: 1px solid hsl(326, 50%, 51%);
  }
  
  .section-tiles .tile:nth-child(4) {
    /* Base color: #7d5398 */
    background: linear-gradient(135deg, hsl(278, 29%, 46%) 45%, hsl(278, 29%, 66%) 100%);
    border: 1px solid hsl(278, 29%, 46%);
  }
  
  .section-tiles .tile:nth-child(5) {
    /* Base color: #405481 */
    background: linear-gradient(135deg, hsl(223, 34%, 38%) 45%, hsl(223, 34%, 58%) 100%);
    border: 1px solid hsl(223, 34%, 38%);
  }
  
  .section-tiles .tile:nth-child(6) {
    /* Base color: #2f4858 */
    background: linear-gradient(135deg, hsl(202, 29%, 26%) 45%, hsl(202, 29%, 46%) 100%);
    border: 1px solid hsl(202, 29%, 26%);
  }
  
  .section-thumbs-horizontal {

  }

  .section-neat-cards {
    display: flex;
    flex-flow: row;
    justify-content: space-between; /* Can be changed in the live sample */
    overflow-x: scroll;
    overflow-y: visible;
    gap:12px;
    padding: 8px 16px;
  }
  
  .section-neat-cards .neat-card{
      display: flex;
      flex-direction: column;
      flex: none;
      gap: 4px;
      border: 1px solid rgba(0,0,0,0.1);
      background-color: #F0F0F5;
      width: 196px;
      border-radius: 20px;
      padding: 12px;
      box-sizing:border-box;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08),
      inset 1.5px 1.5px 3px rgba(255, 255, 255, 1);
      
}
    
    .section-neat-cards .neat-card .head{
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 44px;
        width: 100%;
        box-sizing: border-box;
        justify-content: space-between;
        color: rgba(0,0,0,0.87);
    }


    .section-neat-cards .neat-card .head .tta{
        display: block;
        width: 44px;
        height: 44px;
        border-radius: 16px;
        border: 0.75px solid #e1e1e1;
        background: linear-gradient(315deg, #FFF 25%, #E0E0EB 100%);
        box-sizing: border-box;
        padding: 9px;
    }

    .section-neat-cards .neat-card span{
        font-size: 14px;
        line-height: 20px;
        padding: 8px 0px;
        color: rgba(0,0,0,0.6);
    }
    .section-neat-cards .neat-card .img{
        display: block;
        width: 100%;
        height: 116px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        background: rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        box-sizing: border-box;
        background-image: url(assets/img/thumb.png);
    background-size: contain;
    }
    
    .icon{
        width: 24px;
        height: 24px;
        box-sizing: border-box;
        fill: currentColor;
    }
  