
  

  
  

  
  
  
  
    


@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-Instrument Serif: 'Instrument Serif',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;
    }
  }
}


    .bOSmYO {
      color:#ffffff;
      display:flex;
      font-size:inherit;
      background:#0f1013;
      min-height:100vh;
      font-family:Inter, sans-serif;
      font-weight:inherit;
      flex-direction:column;
    }

    .dIXfwJ {
      color:#fff;
      display:flex;
      font-size:12px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .WvDOP {
      color:inherit;
      height:30px;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .bYLrbe {
      gap:8px;
      color:var(--color);
      cursor:pointer;
      display:flex;
      padding:0 16px;
      font-size:12px;
      background:var(--bg);
      align-items:center;
      font-family:inherit;
      font-weight:600;
      border-color:#222;
      border-style:solid;
      border-width:1px;
      flex-direction:row;
      letter-spacing:1px;
    }

    .dSGqWA {
      gap:4px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .ZtYdj {
      color:inherit;
      width:100%;
      height:48px;
      display:flex;
      padding:0 48px;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
      border-bottom-color:#222;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    @media (max-width: 580px) {

    .ZtYdj {
      padding-left:12px;
      padding-right:12px;
    }
    }

    .czSCRQ {
      color:inherit;
      display:flex;
      row-gap:8px;
      font-size:inherit;
      column-gap:8px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      grid-template-columns:1fr 1fr;
    }

    .frjvbz {
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .cZZakR {
      gap:8px;
      color:inherit;
      cursor:pointer;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .jxUVO {
      color:inherit;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .dVJmqa {
      color:inherit;
      height:100%;
      display:flex;
      row-gap:8px;
      font-size:inherit;
      column-gap:8px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .eBUPwM {
      gap:8px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid #222;
      flex-direction:row;
      padding-bottom:8px;
    }

    .bNpYaH {
      color:inherit;
      width:100%;
      display:flex;
      padding:32px 48px 16px 48px;
      flex-wrap:wrap;
      font-size:inherit;
      max-width:1440px;
      align-items:flex-end;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 637px) {

    .bNpYaH {
      row-gap:16px;
      column-gap:16px;
      padding-left:24px;
      padding-right:24px;
    }
    }

    .eVujsw {
      color:inherit;
      width:4px;
      height:4px;
      display:block;
      font-size:inherit;
      background:#ff3333;
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
    }

    .crcpRM {
      gap:16px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .fjmTUc {
      color:inherit;
      width:4px;
      height:4px;
      display:block;
      font-size:inherit;
      background:#888;
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
    }

    .HuxWA {
      color:inherit;
      width:8px;
      height:8px;
      display:block;
      font-size:inherit;
      background:var(--bg);
      font-family:inherit;
      font-weight:inherit;
      border-radius:2px;
      flex-direction:row;
    }

    .chAQCp {
      color:#888;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bZIURv {
      gap:12px;
      color:inherit;
      display:flex;
      font-size:inherit;
      background:#15161a;
      font-family:inherit;
      font-weight:inherit;
      padding-top:12px;
      border-color:#222;
      border-style:solid;
      border-width:1px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:column;
      padding-bottom:12px;
    }

    .bZJlAE {
      gap:8px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .drSkxn {
      gap:24px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    @media (max-width: 928px) {

    .drSkxn {
      display:var(--mobile-display);
    }
    }

    .dsepMy {
      gap:24px;
      flex:1;
      color:inherit;
      width:100%;
      display:grid;
      padding:24px 48px;
      font-size:inherit;
      max-width:1440px;
      align-items:flex-start;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:flex-start;
      grid-template-columns:220px 1fr 300px;
    }

    @media (max-width: 1280px) {

    .dsepMy {
      grid-template-columns:220px 1fr;
    }
    }

    @media (max-width: 928px) {

    .dsepMy {
      grid-template-columns:1fr;
    }
    }

    @media (max-width: 700px) {

    .dsepMy {
      padding-left:8px;
      padding-right:8px;
    }
    }

    .BZPiq {
      color:#ff3333;
      display:inline;
      font-size:24px;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
    }

    .cQMufB {
      gap:4px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .REIrP {
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid #222;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:space-between;
    }

    .clMcqR {
      color:inherit;
      width:12px;
      height:12px;
      display:flex;
      font-size:inherit;
      background:#1a89f8;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:2px;
      flex-direction:row;
      justify-content:center;
    }

    .ukUBk {
      color:inherit;
      width:12px;
      border:1px solid #444;
      height:12px;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      border-radius:2px;
      flex-direction:row;
    }

    .eRoJmn {
      color:#444;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cfkWvY {
      gap:12px;
      color:inherit;
      display:none;
      font-size:inherit;
      margin-top:16px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .cCrCUR {
      gap:24px;
      flex:1;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .eQXYGb {
      color:#888888;
      display:block;
      font-size:11px;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
      letter-spacing:1.5px;
    }

    .yRMgR {
      gap:24px;
      color:inherit;
      display:flex;
      position:relative;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    @media (max-width: 1280px) {

    .yRMgR {
      display:none;
    }
    }

    .yURww {
      gap:2px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:flex-end;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .cHoOUF {
      gap:8px;
      color:inherit;
      display:flex;
      font-size:12px;
      align-items:center;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .cPKnpe {
      color:var(--color);
      display:block;
      padding:2px 6px;
      font-size:10px;
      background:var(--bg);
      font-family:inherit;
      font-weight:inherit;
      border-radius:4px;
      flex-direction:row;
    }

    .eYXLBS {
      color:#888888;
      display:inline;
      font-size:10px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:1px;
    }

    .cRURRd {
      color:#888;
      display:inline;
      font-size:12px;
      text-align:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .new-matches\:emptyStateIcon {
      color:#444;
      display:block;
      font-size:32px;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:8px;
      flex-direction:row;
    }

    .bJbHTG {
      flex:1;
      color:#fff;
      display:inline;
      font-size:10px;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
      letter-spacing:1px;
    }

    .eMUgDh {
      color:#ffffff;
      width:100%;
      display:flex;
      font-size:inherit;
      max-width:900px;
      background:#15161a;
      font-family:Inter, sans-serif;
      font-weight:inherit;
      flex-direction:column;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .eenaUs {
      gap:8px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dpQpwc {
      --live:(((Apis./matches.data [ "0" ].status == "complete") &&(Apis./matches.data [ "0" ].winner_id ==(((Apis./matches.data [ "0" ].team_2 == null)) ? -1 : Apis./matches.data [ "0" ].team_2.id)))) ? "#3b82f6" :(((Apis./matches.data [ "0" ].status == "complete") &&(Apis./matches.data [ "0" ].winner_id !=(((Apis./matches.data [ "0" ].team_2 == null)) ? -1 : Apis./matches.data [ "0" ].team_2.id)))) ? "#71717a" : "#ffffff";
      color:var(--live);
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .fzZIRC {
      color:inherit;
      width:100%;
      display:flex;
      padding:24px 32px;
      z-index:2;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
      border-top-right-radius:8px;
      border-bottom-right-radius:8px;
    }

    .rPXdC {
      color:#888;
      display:flex;
      padding:12px 16px;
      font-size:10px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.5px;
      justify-content:space-between;
    }

    .Ofsaa {
      gap:4px;
      color:#ff3333;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bgUayH {
      color:inherit;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bUCYCN {
      gap:8px;
      color:inherit;
      display:flex;
      font-size:36px;
      align-items:center;
      font-family:"Inter";
      font-weight:800;
      flex-direction:row;
      justify-content:center;
    }

    .fcLKSZ {
      color:inherit;
      display:none;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (max-width: 480px) {

    .fcLKSZ {
      display:inline;
    }
    }

    .bIfZPF {
      color:inherit;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (max-width: 480px) {

    .bIfZPF {
      display:none;
    }
    }

    .bjBzGm {
      color:inherit;
      display:inline;
      font-size:14px;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .WUnkI {
      color:inherit;
      width:48px;
      height:48px;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .erztoa {
      color:inherit;
      width:100%;
      display:flex;
      padding:24px 32px;
      z-index:2;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
      border-top-left-radius:8px;
      border-bottom-left-radius:8px;
    }

    .cMmhzP {
      top:50%;
      left:50%;
      color:inherit;
      width:312px;
      height:312px;
      display:inline;
      opacity:0.2;
      z-index:1;
      position:absolute;
      font-size:inherit;
      transform:translate(-50%, -50%);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      transform-origin:center center;
    }

    @media (max-width: 580px) {

    .cMmhzP {
      width:218px;
      height:218px;
    }
    }

    .crwFlX {
      color:#fff;
      width:48px;
      height:48px;
      display:flex;
      font-size:18px;
      align-items:center;
      font-family:inherit;
      font-weight:bold;
      border-radius:4px;
      flex-direction:row;
      justify-content:center;
    }

    .dMLiCI {
      width:100%;
      flex-direction:row;
    }

    .eItpic {
      width:50%;
      z-index:1;
      overflow-x:visible;
      overflow-y:clip;
    }

    .bqKrTI {
      --live:(((Apis./matches.data [ "0" ].status == "complete") &&(Apis./matches.data [ "0" ].winner_id ==(((Apis./matches.data [ "0" ].team_1 == null)) ? -1 : Apis./matches.data [ "0" ].team_1.id)))) ? "#3b82f6" :(((Apis./matches.data [ "0" ].status == "complete") &&(Apis./matches.data [ "0" ].winner_id !=(((Apis./matches.data [ "0" ].team_1 == null)) ? -1 : Apis./matches.data [ "0" ].team_1.id)))) ? "#71717a" : "#ffffff";
      color:var(--live);
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .new-matches\:liveMatchCard1 {
      width:100%;
      display:flex;
    }

    .dQEkUj {
      gap:8px;
      color:inherit;
      display:flex;
      flex-wrap:wrap;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .eUMKq {
      color:#ffffff;
      display:inline;
      font-size:24px;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
    }

    .iOpVv {
      color:#ffffff;
      width:100%;
      height:72px;
      display:flex;
      font-size:inherit;
      max-width:900px;
      align-items:center;
      font-family:Inter, sans-serif;
      font-weight:inherit;
      border-color:#2a2a2a;
      border-style:solid;
      border-width:1px;
      flex-direction:row;
    }

    .eCiLFk {
      color:inherit;
      width:6px;
      height:6px;
      display:block;
      font-size:inherit;
      background:#ff462d;
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
    }

    .LWFpt {
      flex:1;
      color:inherit;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .YQxKX {
      color:inherit;
      display:flex;
      font-size:8px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .duaWrv {
      color:#e4e4e7;
      display:block;
      font-size:12px;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
    }

    .eFPUkp {
      color:#3b82f6;
      display:flex;
      font-size:10px;
      align-items:center;
      font-family:inherit;
      font-weight:700;
      line-height:1.2;
      flex-direction:row;
      letter-spacing:0.5px;
    }

    .eUoWmK {
      gap:4px;
      color:inherit;
      width:100px;
      height:100%;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    @media (max-width: 640px) {

    .eUoWmK {
      width:70px;
    }
    }

    .fvNCbz {
      gap:6px;
      color:#111111;
      border:none;
      cursor:pointer;
      display:flex;
      padding:8px 16px;
      font-size:12px;
      background:#3b82f6;
      align-items:center;
      font-family:inherit;
      font-weight:800;
      border-radius:4px;
      flex-direction:row;
      letter-spacing:0.5px;
      justify-content:center;
    }

    .dRaFMo {
      gap:8px;
      flex:1;
      color:inherit;
      height:100%;
      display:flex;
      padding:0 24px;
      font-size:inherit;
      border-left:1px solid #2a2a2a;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .eLfafs {
      gap:16px;
      color:inherit;
      height:100%;
      display:flex;
      padding:0 16px 0 24px;
      font-size:inherit;
      align-items:center;
      border-left:1px solid #2a2a2a;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .copEsV {
      gap:4px;
      color:inherit;
      height:100%;
      display:flex;
      font-size:inherit;
      align-items:center;
      border-left:1px solid #2a2a2a;
      font-family:inherit;
      font-weight:inherit;
      padding-top:0px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:column;
      padding-bottom:0px;
      justify-content:center;
    }

    .bsTghA {
      gap:4px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .isBHq {
      color:#ff462d;
      display:block;
      font-size:10px;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
      letter-spacing:0.5px;
    }

    .fnORTz {
      color:inherit;
      display:none;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (max-width: 640px) {

    .fnORTz {
      display:inline;
    }
    }

    .eCCYKO {
      color:#f4f4f5;
      display:block;
      flex-wrap:wrap;
      font-size:14px;
      max-width:80px;
      align-items:flex-start;
      font-family:"Inter";
      font-weight:600;
      flex-direction:row;
      letter-spacing:1px;
      justify-content:flex-start;
    }

    @media (max-width: 640px) {

    .eCCYKO {
      font-size:12px;
    }
    }

    .foTOSJ {
      color:inherit;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (max-width: 640px) {

    .foTOSJ {
      display:none;
    }
    }

    .bpFzpx {
      color:var(--live);
      display:block;
      font-size:14px;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .cVtTrS {
      color:#52525b;
      display:none;
      font-size:11px;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
    }

    .bDZLTA {
      color:var(--live);
      display:block;
      font-size:14px;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
    }

    .cRdaSG {
      color:var(--live);
      display:block;
      font-size:16px;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
    }

    .ZhyUi {
      gap:4px;
      color:inherit;
      height:100%;
      display:flex;
      padding:0 24px;
      font-size:inherit;
      min-width:200px;
      border-left:1px solid #2a2a2a;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    @media (max-width: 640px) {

    .ZhyUi {
      min-width:130px;
    }
    }

    .Lypcz {
      color:#e4e4e7;
      display:block;
      font-size:14px;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
    }

    .biTnhe {
      color:#71717a;
      display:block;
      font-size:10px;
      align-items:flex-start;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
      letter-spacing:1px;
      justify-content:flex-start;
    }

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

    .bCOrlZ {
      color:inherit;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .fAEuvF {
      color:#fff;
      display:inline;
      font-size:14px;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
      letter-spacing:0.5px;
    }

    .dKbwDP {
      gap:8px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dtnSy {
      gap:32px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .csxDfB {
      color:#1a89f8;
      display:inline;
      font-size:46px;
      font-style:italic;
      font-family:"Instrument Serif", serif;
      font-weight:400;
      flex-direction:row;
    }

    .dqkIRG {
      color:#fff;
      display:inline;
      font-size:10px;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
      letter-spacing:1px;
    }

    .cwCFfI {
      color:#888;
      cursor:pointer;
      display:inline;
      font-size:10px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .new-matches\:format1CheckIcon {
      color:#fff;
      display:block;
      font-size:10px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .new-matches\:format2CheckIcon {
      color:#fff;
      display:block;
      font-size:10px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .hIgWP {
      gap:4px;
      color:#888;
      display:flex;
      font-size:10px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:1px;
    }

    .cqOCue {
      color:var(--color);
      display:block;
      padding:2px 6px;
      font-size:10px;
      background:var(--bg);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:4px;
      flex-direction:row;
      justify-content:center;
    }

    .flZvlK {
      color:#888;
      display:inline;
      font-size:10px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:1px;
    }

    .bdbVaS {
      gap:8px;
      color:inherit;
      margin:0px;
      display:flex;
      font-size:42px;
      align-items:baseline;
      font-family:inherit;
      font-weight:800;
      flex-direction:row;
      letter-spacing:-1px;
    }

    .fkmDfK {
      color:inherit;
      display:none;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (max-width: 928px) {

    .fkmDfK {
      gap:8px;
      color:#ffffff;
      cursor:pointer;
      display:flex;
      padding:12px;
      font-size:14px;
      background:#1a89f8;
      align-items:center;
      font-family:inherit;
      font-weight:600;
      border-radius:4px;
      margin-bottom:8px;
      flex-direction:row;
      justify-content:center;
    }
    }

    .fkSBzH {
      gap:8px;
      color:inherit;
      display:flex;
      padding:64px 24px;
      font-size:inherit;
      background:#15161a;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-color:#222;
      border-style:solid;
      border-width:1px;
      border-radius:8px;
      flex-direction:column;
      justify-content:center;
    }

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

    .drrQan {
      font-size:12px;
      flex-direction:row;
      justify-content:space-between;
    }

    .eYvSHk {
      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;
    }

    .dEHOId {
      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);
    }

    .beKGEv {
      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;
    }

    .IRzSb {
      color:#ffffff;
    }

    .bzupJt {
      color:#ffffff;
      font-size:var(--upcoming-size);
      font-weight:var(--upcoming-weight);
    }

    .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;
    }

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

    .cLaIUZ {
      width:20px;
      height:20px;
      object-fit:contain;
    }

    .XyAOu {
      width:50px;
    }

    .fhOnhx {
      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;
    }

    .dspZcA {
      display:flex;
    }

    .chpCEZ {
      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;
    }

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

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

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

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

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

    .cqWCaV {
      width:12px;
      height:12px;
      background:var(--background);
      align-items:center;
      border-color:#222;
      border-style:solid;
      border-width:var(--border);
      justify-content:center;
      border-top-left-radius:2px;
      border-top-right-radius:2px;
      border-bottom-left-radius:2px;
      border-bottom-right-radius:2px;
    }

    .checkbox\:QNS7odGU46wD-b2cJ4G-V {
      color:#ffffff;
      width:12px;
      height:12px;
      align-items:center;
      justify-content:center;
    }

    .bRopEf {
      flex:1;
      width:100%;
      height:48px;
      max-width:1440px;
      padding-top:0px;
      padding-left:48px;
      padding-right:48px;
      flex-direction:row;
      padding-bottom:0px;
      justify-content:space-between;
    }

    @media (max-width: 580px) {

    .bRopEf {
      padding-left:4px;
      padding-right:4px;
    }
    }

    .bvXfpV {
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .cNiCJP {
      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;
    }

    .bJCIRm {
      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%;
    }
    }

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

    .dcPZyf {
      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;
    }

    .dcPZyf:hover {
      color:white;
    }

    .dcPZyf.menuShown {
      color:white;
    }

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

    .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;
    }

    .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;
    }
    }

    .efeOot {
      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%;
    }
    }

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

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

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

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

    .cSYqng {
      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;
    }

    .cRxmag {
      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;
    }

    .eSBciu {
      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;
    }

    .cRivWu {
      top:0px;
      left:0px;
      z-index:8;
      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;
    }

    .uECcV {
      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;
    }
    }