
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .dKWMdM {
      font-size:14px;
    }

    .bNDTFq {
      height:max-content;
      display:flex;
      font-size:medium;
      max-width:200px;
      background:#191a1f;
      padding-top:6px;
      padding-left:6px;
      padding-right:6px;
      padding-bottom:6px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .dnlIyX {
      display:flex;
      row-gap:16px;
      min-width:920px;
      background:#191a1f;
      column-gap:16px;
      align-items:center;
      padding-top:8px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:space-between;
    }

    .bhjIPi {
      flex:1;
      height:max-content;
      display:flex;
      font-size:medium;
      max-width:200px;
      background:#191a1f;
      padding-top:6px;
      padding-left:6px;
      padding-right:6px;
      padding-bottom:6px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .ddFXhQ {
      display:flex;
      flex-direction:row;
    }

    .drwTDp {
      color:#ffffff;
      display:flex;
      font-size:16px;
      font-family:Inter;
      font-weight:600;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:16px;
    }

    .drwTDp:hover {
      border-bottom-color:#188af8;
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .elwmoj {
      color:#ffffff;
      display:flex;
      max-width:200px;
      font-weight:700;
    }

    .ctxjSz {
      display:flex;
      row-gap:24px;
      flex-wrap:nowrap;
      column-gap:24px;
      flex-direction:row;
    }

    @media (max-width: 920px) {

    .ctxjSz {
      display:flex;
      flex-direction:column;
    }
    }

    .dacgUj {
      flex:0;
      color:#ffffff;
      height:min-content;
      display:flex;
      row-gap:16px;
      font-size:76px;
      max-width:100%;
      min-width:320px;
      column-gap:16px;
      font-style:italic;
      font-family:Inter;
      font-weight:bolder;
      flex-direction:column;
    }

    @media (max-width: 960px) {

    .dacgUj {
      font-size:xxx-large;
    }
    }

    .cZBTSB {
      color:#ffffff;
      font-size:18px;
      font-family:Inter;
      font-weight:normal;
    }

    .cPJQhp {
      flex:1;
      display:flex;
      row-gap:8px;
      max-width:320px;
      column-gap:8px;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .effiSF {
      width:207px;
      height:max-content;
      font-size:medium;
      background:#191a1f;
      padding-top:6px;
      padding-left:6px;
      padding-right:6px;
      padding-bottom:6px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .fxgXTc {
      display:flex;
      flex-wrap:nowrap;
      background:#191a1f;
      overflow-x:scroll;
      padding-top:4px;
      padding-bottom:4px;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .fgeWIF {
      flex:1;
      width:inherit;
      height:min-content;
      display:flex;
      flex-wrap:wrap;
      min-width:320px;
      background:#030303;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:space-evenly;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .cvNeah {
      flex:1 1 0%;
      display:flex;
      row-gap:8px;
      max-width:200px;
      column-gap:8px;
      align-items:center;
      aspect-ratio:16/9;
      flex-direction:column;
      justify-content:flex-start;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .esIhYL {
      flex:0;
      color:#ffffff;
      height:min-content;
      display:flex;
      row-gap:12px;
      font-size:76px;
      max-width:100%;
      min-width:320px;
      column-gap:12px;
      font-style:italic;
      font-family:Inter;
      font-weight:bolder;
      flex-direction:row;
    }

    @media (max-width: 960px) {

    .esIhYL {
      font-size:xxx-large;
    }
    }

    .cQoVXL {
      flex:1;
      display:flex;
      max-width:320px;
      align-items:center;
      justify-content:center;
    }

    .cKLlES {
      flex:1;
      color:#ffffff;
      width:60px;
      height:25px;
      display:flex;
      flex-grow:60;
      font-size:16px;
      max-width:60px;
      align-items:center;
      font-weight:700;
      justify-content:center;
    }

    .dMfGlF {
      display:flex;
    }

    .eLFFCe {
      color:var(--sl-color-neutral-600);
      display:inline-block;
    }

    .cwcgpI {
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .cwcgpI:hover {
      color:#1789f8;
    }

    .faaoqV {
      height:auto;
      max-width:210px;
      min-width:40px;
    }

    .fIaMP {
      height:200px;
      display:flex;
      row-gap:16px;
      background:#030303;
      column-gap:16px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .dUewoM {
      color:#ffffff;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .eJHgfE {
      color:#ffffff;
      display:flex;
      row-gap:24px;
      column-gap:24px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .eKWZzu {
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .statline-player\:D1nAnMUWpbfpt4Sh6kRs_ {
      margin-top:16px;
    }

    .gBSOH {
      color:#ffffff;
      font-size:18px;
      font-family:Inter;
      font-weight:700;
    }

    .cRANEw {
      flex:1;
      color:#ffffff;
      width:60px;
      height:25px;
      display:flex;
      row-gap:12px;
      flex-grow:60;
      font-size:14px;
      max-width:120px;
      column-gap:12px;
      align-items:center;
      font-weight:500;
      flex-direction:row;
      justify-content:center;
    }

    .ecnmWH {
      display:flex;
      row-gap:12px;
      flex-wrap:nowrap;
      column-gap:12px;
      overflow-x:scroll;
      padding-top:12px;
      padding-bottom:12px;
    }

    .fpJmHo {
      display:flex;
      row-gap:16px;
      min-width:920px;
      background:#191a1f;
      column-gap:16px;
      align-items:center;
      padding-top:8px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:space-between;
      border-top-color:#030303;
      border-top-style:solid;
      border-top-width:1px;
    }

    .fpJmHo:hover {
      background:#292929;
    }

    .eJdLWY {
      width:100%;
      height:1px;
      background:#191a1f;
    }

    .cnkqMl {
      color:#ffffff;
      font-size:medium;
      font-weight:normal;
    }

    .fCjLsT {
      color:#188af8;
    }

    .fHcTWm {
      flex:1;
      color:#ffffff;
      height:min-content;
      display:flex;
      row-gap:16px;
      flex-wrap:nowrap;
      font-size:76px;
      max-width:100%;
      min-width:min-content;
      column-gap:16px;
      font-style:italic;
      font-family:Inter;
      font-weight:bolder;
      flex-direction:column;
    }

    @media (max-width: 960px) {

    .fHcTWm {
      font-size:xxx-large;
    }
    }

    .dqFYrt {
      display:flex;
      row-gap:6px;
      column-gap:6px;
    }

    .bvwfAt {
      flex:1;
      display:flex;
      row-gap:24px;
      min-width:280px;
      column-gap:24px;
      align-items:flex-start;
      padding-left:24px;
      padding-right:24px;
      flex-direction:column;
      justify-content:center;
    }

    .WuZgb {
      color:#ffffff;
      font-weight:700;
    }

    .eEELCm {
      color:#ffffff;
      font-size:24px;
      font-family:Inter;
      font-weight:normal;
    }

    .fsqjLc {
      flex:1;
      display:flex;
      max-width:200px;
      align-items:center;
      justify-content:center;
    }

    .bEumzf {
      color:#ffffff;
      font-size:30px;
      font-family:Inter;
      font-weight:bold;
    }

    .cTtRXd {
      color:#ffffff;
      max-width:320px;
      font-weight:700;
    }

    .bEFLiX {
      flex:1;
      color:#ffffff;
      width:60px;
      height:25px;
      display:flex;
      flex-grow:60;
      font-size:14px;
      max-width:120px;
      align-items:center;
      font-weight:500;
      justify-content:center;
    }

    .erydSP {
      flex:0;
      display:flex;
      row-gap:6px;
      column-gap:6px;
      flex-direction:column;
    }

    .bbtoDw {
      min-width:920px;
    }

    .fpyxpL {
      flex:1;
      color:#ffffff;
      width:60px;
      height:25px;
      display:flex;
      flex-grow:60;
      font-size:16px;
      max-width:120px;
      align-items:center;
      font-weight:700;
      justify-content:center;
    }

    .cnqbSa {
      flex:1;
      width:auto;
      height:max-content;
      display:flex;
      font-size:16px;
      background:#00000073;
      object-fit:fill;
      align-items:center;
      font-family:Inter;
      font-weight:700;
      justify-content:center;
    }

    .egMBTU {
      max-width:334px;
      max-height:334px;
      aspect-ratio:1/1;
    }

    .cxyyhu {
      display:flex;
      row-gap:12px;
      column-gap:12px;
      padding-top:12px;
      padding-bottom:12px;
    }

    .fmBhRU {
      flex:0;
      width:100%;
      height:min-content;
      display:flex;
      row-gap:12px;
      max-width:1240px;
      min-width:320px;
      column-gap:12px;
      margin-top:16px;
      object-fit:fill;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .HyTcu {
      width:inherit;
      display:flex;
      flex-wrap:nowrap;
      overflow-x:scroll;
      flex-direction:row;
    }

    .GwKCx {
      width:32px;
      height:32px;
      object-fit:contain;
      aspect-ratio:1/1;
    }

    .beFOOE {
      flex:1 1 0%;
      display:flex;
      row-gap:8px;
      max-width:320px;
      column-gap:8px;
      flex-direction:column;
    }

    .dIvakg {
      max-width:100px;
    }

    .eJBiho {
      flex:1;
      display:flex;
      row-gap:8px;
      max-width:320px;
      column-gap:8px;
      flex-direction:column;
    }

    .ZMJIa {
      height:90px;
      display:flex;
      background:#030303;
      align-items:flex-start;
      justify-content:center;
    }

    .IMcdC {
      font-size:12px;
    }

    .cUbIrd {
      flex:1;
      display:flex;
      flex-direction:row;
      justify-content:space-between;
    }

    .dSLZws {
      width:100%;
      cursor:default;
      height:100%;
      overflow-x:scroll;
      overflow-y:hidden;
      align-items:start;
      flex-direction:row;
      justify-content:start;
      scroll-behavior:smooth;
      scrollbar-width:none;
      scroll-snap-type:x mandatory;
    }

    .dSLZws::-webkit-scrollbar {
    width: 0;
    }

    .dSLZws.dragging {
      cursor:grabbing;
      scroll-behavior:auto;
      scroll-snap-type:none;
    }

    .RhqYw {
      gap:16px;
      flex-wrap:nowrap;
      padding-top:24px;
      padding-left:24px;
      align-content:start;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:24px;
      background-color:var(--container-bg, #a689faff);
    }

    .bpiOpn {
      color:var(--grey-400, #A3A3A3);
      width:168px;
      height:256px;
      font-size:16px;
      box-shadow:4px 4px 0px 0px #00000044;
      align-items:start;
      font-family:'Inter';
      font-weight:700;
      padding-top:16px;
      user-select:none;
      border-color:#000000;
      border-style:solid;
      border-width:4px;
      padding-left:16px;
      border-radius:12px;
      padding-right:16px;
      padding-bottom:16px;
      justify-content:end;
      background-color:var(--grey-50, #FAFAFA);
      scroll-snap-align:center;
    }

    .match-header\:8yul0yRIPRDaMJaCOayHP {
      display:flex;
      row-gap:4px;
      column-gap:4px;
      align-items:center;
      padding-left:4px;
      padding-right:4px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cvnKAc {
      color:#ffffff;
    }

    .STUTt {
      width:180px;
      height:74px;
      display:flex;
      background:#191a1f;
      padding-top:4px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:4px;
      justify-content:space-between;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .STUTt:hover {
      background:#262626;
    }

    .dsmgtA {
      color:#ffffff;
      width:74px;
      height:74px;
      display:flex;
      font-size:12px;
      background:linear-gradient(to bottom right, #191a1f8c 0%, #191a1f 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      overflow-x:clip;
      overflow-y:clip;
      align-items:flex-start;
      font-weight:700;
      padding-top:4px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:4px;
      justify-content:flex-end;
    }

    .dsmgtA:hover {
      background:linear-gradient(#191a1fbf 0%, #191a1f 100%) scroll padding-box border-box repeat repeat 0% 0% / auto, url("https://dkjhsvjwmmioncztcwzh.supabase.co/storage/v1/object/public/logos/LFGG/CDL.png") scroll padding-box border-box repeat repeat center center / 150px 150px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .eRpQXf {
      width:20px;
      height:20px;
    }

    .cSkZQc {
      display:flex;
      row-gap:8px;
      column-gap:8px;
      flex-direction:row;
    }

    .beiVef {
      width:74px;
      height:74px;
      display:flex;
      background:url("https://dkjhsvjwmmioncztcwzh.supabase.co/storage/v1/object/public/logos/LFGG/CDL.png") center center / 150px 150px #191a1f;
      overflow-x:clip;
      overflow-y:clip;
      align-items:center;
      margin-left:4px;
      justify-content:center;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .beiVef:hover {
      background:#262626;
    }

    .dGqOFY {
      flex:1;
      color:#ffffff;
      width:60px;
      height:25px;
      display:flex;
      row-gap:5px;
      flex-grow:60;
      font-size:14px;
      max-width:120px;
      column-gap:5px;
      align-items:center;
      font-weight:500;
      flex-direction:row;
      justify-content:center;
    }

    .egOiAe {
      flex:1;
      color:#ffffff;
      width:60px;
      height:25px;
      display:flex;
      flex-grow:60;
      font-size:14px;
      max-width:60px;
      align-items:center;
      font-weight:500;
      justify-content:center;
    }

    .dwbSmS {
      flex:1;
      color:#ffffff;
      width:60px;
      height:25px;
      display:flex;
      flex-grow:60;
      font-size:14px;
      max-width:60px;
      align-items:center;
      font-weight:500;
      margin-left:60px;
      justify-content:center;
    }

    .eaHzpJ {
      display:flex;
      min-width:920px;
    }

    .dfOsbg {
      flex:1 1 0%;
      display:flex;
      row-gap:8px;
      max-width:200px;
      column-gap:8px;
      aspect-ratio:16/9;
      flex-direction:column;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .eBgvQm {
      flex:1;
      color:#ffffff;
      width:60px;
      height:25px;
      display:flex;
      flex-grow:60;
      font-size:16px;
      max-width:60px;
      align-items:center;
      font-weight:700;
      margin-left:60px;
      justify-content:center;
    }

    .DjYmu {
      flex:2;
      height:inherit;
      display:flex;
      row-gap:10px;
      column-gap:10px;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .cSYONU {
      display:flex;
      row-gap:12px;
      column-gap:12px;
      flex-direction:row;
    }

    .bgTgf {
      height:100%;
      background:#191A1F;
      max-height:100%;
    }

    .ekVTuY {
      flex:1;
      width:inherit;
      display:flex;
      min-width:320px;
      background:#030303;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:column;
      padding-bottom:16px;
      justify-content:space-evenly;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .dhLIqz {
      font-size:16px;
      font-family:Inter;
      font-weight:700;
    }

    .cSDEUo {
      display:flex;
      flex-direction:column;
    }

    .bnKUVh {
      flex:1;
      width:auto;
      height:max-content;
      display:flex;
      font-size:16px;
      background:#000000a6;
      object-fit:fill;
      align-items:center;
      font-family:Inter;
      font-weight:700;
      justify-content:center;
    }

    .cFifHl {
      flex:0 1 0%;
      width:auto;
      height:auto;
      display:flex;
      row-gap:12px;
      flex-wrap:nowrap;
      min-width:320px;
      background:#030303;
      column-gap:12px;
      max-height:55px;
      min-height:55px;
      align-items:center;
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      justify-content:space-between;
    }

    .cdzhMj {
      color:#ffffff;
      font-size:16px;
      font-family:Inter;
      font-weight:600;
      padding-top:8px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:8px;
    }

    .fOmPV {
      height:55px;
      display:flex;
      row-gap:5px;
      flex-grow:0;
      max-width:960px;
      column-gap:5px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
      border-left-color:#191A1F;
      border-left-style:solid;
      border-left-width:1px;
    }

    @media (max-width: 1160px) {

    .fOmPV {
      display:none;
    }
    }

    .dDzJaN {
      width:fit-content;
      display:flex;
      min-width:0px;
      min-height:51px;
      align-items:flex-start;
      justify-content:center;
    }

    .dDzJaN:hover {
      border-top-color:#030303;
      border-top-style:solid;
      border-top-width:2px;
      border-bottom-color:#188af8;
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .bgFYbq {
      color:white;
      width:100vw;
      display:flex;
      font-size:16px;
      background:#030303;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      padding-top:16px;
      padding-left:16px;
      border-bottom:1px solid var(--grey-800);
      padding-right:16px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:space-between;
    }

    @media (min-width: 960px) {

    .bgFYbq {
      width:100%;
    }
    }

    .eRFehh {
      color:#ffffff;
      font-size:14px;
      font-family:Inter;
      font-weight:600;
      padding-top:8px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:8px;
    }

    .dnGfeo {
      color:#ffffff;
      font-size:16px;
      font-family:Inter;
      font-weight:600;
      padding-top:8px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:8px;
    }

    .fGUmIk {
      gap:12px;
      font:var(--font-weight-regular) 16px Inter Tight;
      color:white;
      width:fit-content;
      height:40px;
      display:flex;
      align-items:center;
      padding-top:8px;
      padding-left:12px;
      border-radius:6px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
    }

    .fGUmIk:hover {
      color:white;
    }

    .fGUmIk.menuShown {
      color:white;
    }

    .fGUmIk.menuShown:hover {
      color:white;
    }

    .cEIFEM {
      color:#ffffff;
      height:55px;
      display:flex;
      row-gap:5px;
      flex-grow:0;
      max-width:960px;
      column-gap:5px;
      align-items:center;
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      justify-content:flex-start;
      border-left-color:#191A1F;
      border-left-style:solid;
      border-left-width:1px;
    }

    @media (min-width: 1160px) {

    .cEIFEM {
      display:none;
    }
    }

    .fzIopY {
      color:#ffffff;
      height:55px;
      display:flex;
      font-size:14px;
      min-width:60px;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      justify-content:center;
    }

    .fgYZhG {
      width:100vw;
      row-gap:8px;
      flex-grow:1;
      column-gap:8px;
      flex-basis:0px;
      overflow-y:scroll;
      flex-shrink:1;
      padding-bottom:96px;
      scrollbar-width:none;
    }

    .fgYZhG::-webkit-scrollbar {
    width: 0;
    }

    @media (min-width: 960px) {

    .fgYZhG {
      width:100%;
    }
    }

    .cmvWBz {
      width:100vw;
      height:100vh;
      background: #00000080;
    }

    .cTqWEF {
      color:#ffffff;
      height:55px;
      display:flex;
      font-size:14px;
      min-width:60px;
      align-items:center;
      font-weight:600;
      padding-left:8px;
      padding-right:8px;
      justify-content:center;
    }

    .cTqWEF:hover {
      color:#1a89f8;
      border-top-color:#030303;
      border-top-style:solid;
      border-top-width:2px;
      border-bottom-color:#1a89f8;
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .erjXnk {
      display:flex;
      max-width:50px;
      max-height:fit-content;
      align-items:center;
      justify-content:center;
    }

    .cjbNIb {
      color:#ffffff;
      width:fit-content;
      height:fit-content;
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .fqiAhQ {
      color:#ffffff;
      font-size:12px;
      font-family:Inter;
      font-weight:700;
      padding-top:8px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:8px;
    }

    .qdlAL {
      width:auto;
      display:flex;
      flex-grow:1;
      flex-wrap:wrap;
      min-width:150px;
      align-items:center;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
    }

    .eJYbZH {
      color:#ffffff;
      display:flex;
      row-gap:8px;
      flex-wrap:wrap;
      column-gap:8px;
      align-items:flex-start;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-start;
    }

    .bshwfx {
      color:#ffffff;
      height:32px;
      display:flex;
      font-size:12px;
      min-width:60px;
      background:#1a89f9;
      align-items:center;
      font-family:Inter;
      font-weight:700;
      margin-left:8px;
      padding-left:16px;
      padding-right:16px;
      justify-content:center;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .ntnIo {
      right:0px;
      width:100vw;
      height:100%;
      display:flex;
      z-index:2;
      position:fixed;
      background:#191a1f;
      box-shadow:-16px 0px 16px 0px #00000040;
      overflow-x:hidden;
      overflow-y:hidden;
      transition:margin-right 300ms ease  ;
      align-items:start;
      border-left:1px solid var(--grey-800);
      margin-right:-960px;
      justify-content:space-between;
    }

    @media (min-width: 960px) {

    .ntnIo {
      width:640px;
      transition:margin-right 300ms ease  ;
    }
    }

    .ntnIo.shown {
      transition:margin-right 300ms ease  ;
      margin-right:0px;
    }

    .JoNLe {
      top:0px;
      left:0px;
      z-index:3;
      position:fixed;
      flex-direction:row;
    }

    .dVTPlq {
      gap:16px;
      color:white;
      right:0px;
      width:100vw;
      bottom:0px;
      display:flex;
      position:relative;
      flex-wrap:wrap;
      border-top:1px solid var(--grey-800);
      align-items:center;
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:column;
      padding-bottom:96px;
      justify-content:space-between;
    }

    @media (min-width: 960px) {

    .dVTPlq {
      width:640px;
      display:flex;
      flex-direction:row;
      padding-bottom:24px;
    }
    }

    .header\:gk4ctFtQlDi-nRAsPebLg {
      width:30px;
      height:26px;
    }

    .cCtzAQ {
      max-width:fit-content;
      max-height:30px;
      aspect-ratio:5859/1109;
    }

    .edwwQA {
      height:55px;
      display:flex;
      row-gap:5px;
      flex-grow:1;
      max-width:960px;
      column-gap:5px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
      border-left-color:#191A1F;
      border-left-style:solid;
      border-left-width:1px;
    }

    @media (max-width: 1160px) {

    .edwwQA {
      display:none;
    }
    }

    .dJpmkc {
      flex:1;
      display:flex;
      row-gap:12px;
      column-gap:12px;
      flex-direction:row;
    }