
  

  
  @property --font-size--lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 18px;
}
@property --font-size--sm {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 14px;
}
@property --color--primary {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --font-size--2xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 24px;
}
@property --color--red--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEE2E2;
}
@property --color--red--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCA5A5;
}
@property --color--red--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EF4444;
}
@property --color--red--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B91C1C;
}
@property --color--red--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7F1D1D;
}
@property --font-size--base {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 16px;
}
@property --color--blue--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DBEAFE;
}
@property --color--blue--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #93C5FD;
}
@property --color--blue--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --color--blue--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1D4ED8;
}
@property --color--blue--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E3A8A;
}
@property --color--grey--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F5F5;
}
@property --color--grey--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D4D4D4;
}
@property --color--grey--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--grey--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #404040;
}
@property --color--grey--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #171717;
}
@property --color--secondary {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--green--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D1FAE5;
}
@property --color--green--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6EE7B7;
}
@property --color--green--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #10B981;
}
@property --color--green--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #047857;
}
@property --color--green--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #064E3B;
}
@property --font-family--text {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: system-ui;
}
@property --font-weight--bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 700;
}
@property --color--yellow--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF3C7;
}
@property --color--yellow--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCD34D;
}
@property --color--yellow--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F59E0B;
}
@property --color--yellow--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B45309;
}
@property --color--yellow--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #78350F;
}
@property --font-weight--light {
  syntax: "<number>";
  inherits: true;
  initial-value: 300;
}
@property --font-family--heading {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: sans-serif;
}
@property --font-weight--regular {
  syntax: "<number>";
  inherits: true;
  initial-value: 400;
}
@property --font-weight--semi-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 600;
}

  :host, :root {
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
  
  
  [data-nc-theme~="Default"] {
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-Baloo 2: 'Baloo 2',display;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* 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;
    }
  }
}


    .vipoC {
      gap:24px;
      color:inherit;
      width:100%;
      border:1px solid #e2e8f0;
      margin:40px auto;
      display:flex;
      padding:32px;
      font-size:inherit;
      max-width:400px;
      background:#ffffff;
      box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:12px;
      flex-direction:column;
    }

    .bKSdJP {
      color:#0f172a;
      margin:0px;
      display:block;
      font-size:24px;
      text-align:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

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

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

    .eiPpCY {
      color:inherit;
      border:1px solid #e2e8f0;
      display:inline-block;
      outline:none;
      padding:8px 12px;
      font-size:16px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:6px;
      flex-direction:row;
    }

    .felGkT {
      color:#64748b;
      display:inline;
      font-size:14px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
    }

    .hrEQk {
      color:inherit;
      border:1px solid #e2e8f0;
      display:inline-block;
      outline:none;
      padding:8px 12px;
      font-size:16px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:6px;
      flex-direction:row;
    }

    .hrEQk:focus {
      border-color:#94a3b8;
    }

    .dMldly {
      color:#ffffff;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:10px;
      font-size:14px;
      background:var(--color--grey--700);
      margin-top:8px;
      transition:background 0.2s;
      flex-shrink:1;
      font-family:inherit;
      font-weight:500;
      border-radius:6px;
      flex-direction:row;
    }

    .dMldly:hover {
      background:#1e293b;
    }

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

    .fBZfMI {
      color:#166534;
      border:1px solid #bbf7d0;
      display:block;
      padding:24px;
      font-size:inherit;
      background:#f0fdf4;
      text-align:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:500;
      border-radius:8px;
      flex-direction:row;
    }

    .etesSF {
      color:inherit;
      border:1px solid #e2e8f0;
      display:inline-block;
      outline:none;
      padding:8px 12px;
      font-size:16px;
      background:white;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:6px;
      flex-direction:row;
    }

    .eWCcyG {
      color:inherit;
      border:1px solid #e2e8f0;
      display:inline-block;
      outline:none;
      padding:8px 12px;
      font-size:16px;
      min-height:80px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:6px;
      flex-direction:row;
    }

    .fowctm {
      gap:40px;
      color:inherit;
      display:flex;
      padding:40px 20px;
      font-size:inherit;
      background:#262626;
      min-height:100vh;
      font-family:"Inter";
      font-weight:inherit;
      flex-direction:column;
    }

    .bIYeso {
      gap:24px;
      color:#ffffff;
      width:100%;
      margin:40px auto;
      display:flex;
      padding:32px;
      font-size:inherit;
      max-width:700px;
      background:var(--color--grey--700);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:12px;
      flex-direction:column;
    }

    .ffNyxp {
      color:inherit;
      display:table-row;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      border-bottom-color:var(--color--grey--500);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .ffNyxp:hover {
      background:#f8fafc;
    }

    .ccCXkR {
      color:#64748b;
      display:table-cell;
      padding:12px;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .elOcEy {
      color:inherit;
      display:table-cell;
      padding:12px;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
    }

    .cGfRzC {
      color:inherit;
      display:table-cell;
      padding:12px;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cRfbWm {
      color:inherit;
      width:100%;
      display:table;
      font-size:14px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      border-collapse:collapse;
    }

    .cpKfKY {
      color:inherit;
      display:table-row-group;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .ehKewV {
      color:inherit;
      display:table-header-group;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .fDBChG {
      color:var(--color--grey--100);
      margin:0px;
      display:block;
      font-size:24px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .efldet {
      color:inherit;
      display:flex;
      row-gap:1rem;
      flex-wrap:wrap;
      font-size:inherit;
      column-gap:1rem;
      align-items:flex-start;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .cYpxJC {
      color:var(--color--red--500);
      display:table-cell;
      padding:12px;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
    }

    .bEYCCB {
      color:inherit;
      display:table-row;
      font-size:inherit;
      text-align:left;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      border-bottom-color:var(--color--grey--500);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .dECbJP {
      color:var(--color--grey--900);
      border:1px solid #e2e8f0;
      cursor:pointer;
      display:inline-block;
      padding:6px 12px;
      font-size:14px;
      background:var(--color--grey--300);
      font-family:inherit;
      font-weight:inherit;
      border-radius:6px;
      flex-direction:row;
    }

    .dECbJP:hover {
      background:#e2e8f0;
    }

    .bztznm {
      color:inherit;
      display:block;
      font-size:inherit;
      overflow-x:auto;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .eRVrYI {
      flex-wrap:wrap;
      max-width:225px;
    }

    .dsDGLd {
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
    }

    .HomePage\:leaderboard {
      margin-bottom:4rem;
    }