
  

  
  

  
  
  
  
    


@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;
--grey-1000: #000000;
--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-inter: 'Inter',sans-serif;
--font-intertight: 'Inter Tight',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;
    }
  }
}


    .dEUJmD {
      width:100%;
      height:100%;
      background:black;
      max-height:100%;
      min-height:100%;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .cTkKev {
      gap:5px;
      color:var(--grey-400);
      font-size:10px;
      align-items:center;
      font-family:monospace;
      flex-direction:row;
      justify-content:start;
    }

    .fufxNQ {
      gap:5px;
      color:green;
      font-size:12px;
      align-items:center;
      font-family:"Inter Tight";
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .fufxNQ.short {
      color:red;
    }

    .dUJhvU {
      width:10%;
      display:flex;
      row-gap:5px;
      column-gap:5px;
      align-items:center;
      padding-left:9px;
      padding-right:9px;
      flex-direction:row;
      justify-content:flex-start;
      border-right-color:var(--grey-800);
      border-right-style:solid;
      border-right-width:1px;
    }

    .bmxgrj {
      gap:5px;
      color:var(--grey-600);
      font-size:14px;
      align-items:center;
      font-family:monospace;
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .fapeTT {
      color:var(--grey-200, #E5E5E5);
      width:25px;
      cursor:pointer;
      height:25px;
      padding-top:2px;
      border-color:var(--grey-700, #404040);
      border-style:solid;
      border-width:1px;
      padding-left:2px;
      border-radius:16px;
      padding-right:2px;
      padding-bottom:2px;
      background-color:var(--grey-800, #262626);
    }

    .fapeTT:hover {
      color:var(--grey-50, #FAFAFA);
      border-color:var(--grey-50, #FAFAFA);
      border-style:solid;
      border-width:1px;
    }

    .ecNnXr {
      width:20%;
      height:75px;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:flex-start;
      padding-left:15px;
      padding-right:15px;
      justify-content:center;
    }

    .ctutyV {
      width:20%;
      height:75px;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:flex-start;
      padding-left:15px;
      padding-right:15px;
      justify-content:center;
      border-right-color:var(--grey-800);
      border-right-style:solid;
      border-right-width:1px;
    }

    .bOLvNA {
      width:100%;
      height:45px;
      display:flex;
      row-gap:0.5%;
      background:var(--grey-900);
      column-gap:0.5%;
      align-items:center;
      flex-direction:row;
      justify-content:center;
      border-bottom-color:var(--grey-800);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .EeNxk {
      flex:1;
      display:flex;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:flex-start;
      border-right-color:var(--grey-800);
      border-right-style:solid;
      border-right-width:1px;
    }

    .dgNhBN {
      color:white;
      display:inline;
      font-size:17px;
      font-family:monospace;
      font-weight:600;
    }

    .XVhZe {
      width:25px;
      height:25px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .caVFWY {
      border-top-left-radius:9px;
      border-top-right-radius:9px;
      border-bottom-left-radius:9px;
      border-bottom-right-radius:9px;
    }

    .blLWEM {
      width:10%;
      display:flex;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:flex-start;
      border-right-color:var(--grey-800);
      border-right-style:solid;
      border-right-width:1px;
    }

    .cDyyJw {
      width:43%;
      height:100%;
      background:green;
      border-top-left-radius:9px;
      border-top-right-radius:9px;
      border-bottom-left-radius:9px;
      border-bottom-right-radius:9px;
    }

    .ebmYwE {
      width:10%;
    }

    .emWMDA {
      width:43%;
      height:100%;
      background:var(--grey-700);
      border-top-left-radius:9px;
      border-top-right-radius:9px;
      border-bottom-left-radius:9px;
      border-bottom-right-radius:9px;
    }

    .cVLAre {
      display:inline;
      font-size:10px;
      font-family:"Inter";
      font-weight:500;
    }

    .edrHlB {
      width:25px;
      height:25px;
    }

    .djbjsX {
      top:1px;
      left:1px;
      position:absolute;
      border-color:#17171700;
      border-style:solid;
      border-width:1.5px;
      border-top-left-radius:9px;
      border-top-right-radius:9px;
      border-bottom-left-radius:9px;
      border-bottom-right-radius:9px;
    }

    .cHKFxC {
      right:1px;
      bottom:1px;
      position:absolute;
      border-color:#17171700;
      border-style:solid;
      border-width:1.5px;
      border-top-left-radius:9px;
      border-top-right-radius:9px;
      border-bottom-left-radius:9px;
      border-bottom-right-radius:9px;
    }

    .bVhqyi {
      gap:5px;
      color:var(--grey-600);
      font-size:11px;
      align-items:center;
      font-family:monospace;
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .kGigI {
      width:100%;
      height:100%;
      display:flex;
      row-gap:8px;
      column-gap:8px;
      align-items:center;
      padding-top:13px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:13px;
      justify-content:center;
      border-right-color:var(--grey-800);
      border-right-style:solid;
      border-right-width:1px;
    }

    .eyQJSM {
      position:absolute;
    }

    .ewkJBB {
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
      border-bottom-color:var(--grey-800);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .xwbpY {
      width:43%;
      height:100%;
      background:white;
      border-top-left-radius:9px;
      border-top-right-radius:9px;
      border-bottom-left-radius:9px;
      border-bottom-right-radius:9px;
    }

    .bEIbab {
      gap:5px;
      color:green;
      font-size:14px;
      align-items:center;
      font-family:monospace;
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .bEIbab.lost {
      color:red;
    }

    .evSWPe {
      width:50px;
      height:51px;
      align-items:center;
      justify-content:end;
    }

    .evSWPe:hover {
      color:white;
    }

    .lEkQb {
      width:13%;
      display:flex;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:flex-start;
    }

    .iLifK {
      color:black;
      width:8.5%;
      height:25px;
      display:flex;
      background:var(--grey-800);
      align-items:center;
      justify-content:center;
      border-top-left-radius:5px;
      border-top-right-radius:5px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px;
    }

    .iLifK.currentStage {
      color:black;
      background:white;
    }

    .iLifK.completed {
      color:white;
      background:green;
    }

    .eFldWj {
      width:8%;
      display:flex;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:flex-start;
      border-right-color:var(--grey-800);
      border-right-style:solid;
      border-right-width:1px;
    }

    .ebWRmY {
      flex:1;
      width:50px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .ebWRmY:hover {
      color:white;
    }

    .btiHAN {
      width:100%;
      height:35px;
      display:flex;
      flex-direction:row;
      border-top-color:var(--grey-800);
      border-top-style:solid;
      border-top-width:1px;
      border-bottom-color:var(--grey-800);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .driOgh {
      width:100%;
      height:35px;
      display:flex;
      background:var(--grey-900);
      flex-direction:row;
      border-bottom-color:var(--grey-800);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .ITnIs {
      width:50px;
      height:100%;
      position:relative;
      background:black;
      max-height:100%;
      align-items:center;
      justify-content:space-between;
      border-right-color:var(--grey-800);
      border-right-style:solid;
      border-right-width:1px;
    }

    @media (max-width: 470px) {

    .ITnIs {
      display:none;
    }
    }

    .DljqJ {
      flex:1;
      height:100%;
      max-height:100%;
      min-height:100%;
    }

    .cXsjPw {
      width:43%;
      height:100%;
      background:red;
      border-top-left-radius:9px;
      border-top-right-radius:9px;
      border-bottom-left-radius:9px;
      border-bottom-right-radius:9px;
    }

    .hSFQT {
      width:17px;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .eXpjDu {
      gap:5px;
      color:ghostwhite;
      font-size:12px;
      align-items:center;
      font-family:"Inter Tight";
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .czmkHg {
      width:100%;
      height:35px;
      display:flex;
      align-items:center;
      padding-left:15px;
      padding-right:15px;
      flex-direction:row;
      justify-content:space-between;
    }

    .dbhAHb {
      width:17px;
      display:flex;
      background:green;
      align-items:center;
      border-color:var(--grey-900);
      border-style:solid;
      border-width:4px;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:30px;
      border-top-right-radius:30px;
      border-bottom-left-radius:30px;
      border-bottom-right-radius:30px;
    }

    .dbhAHb.red {
      background:red;
    }

    .dbhAHb.breakeven {
      background:var(--grey-800);
    }

    .drFfao {
      gap:5px;
      color:var(--grey-600);
      font-size:12px;
      align-items:center;
      font-family:"Inter Tight";
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .cftNIV {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      z-index:99;
      position:fixed;
      min-width:100%;
      background:#000000a1;
      min-height:100%;
      align-items:center;
      justify-content:center;
    }

    .bjNNnV {
      flex:1;
      color:white;
      height:42px;
      padding-left:12px;
      padding-right:12px;
      border-left-color:var(--grey-400);
      border-left-style:solid;
      border-left-width:1px;
    }

    .bIRmMo {
      width:100%;
      display:flex;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .fiAWHm {
      color:var(--grey-400);
      width:100%;
      height:42px;
      display:flex;
      font-size:14px;
      align-items:center;
      font-family:var(--inter);
      font-weight:600;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:center;
    }

    .fiAWHm.selected {
      color:white;
      background:red;
    }

    .ehRFAV {
      cursor:pointer;
    }

    .fhmXjD {
      padding-top:5px;
      padding-left:6px;
      padding-right:6px;
      padding-bottom:5px;
    }

    .fsHQbs {
      width:100%;
      row-gap:8px;
      column-gap:8px;
    }

    .fePTFX {
      color:var(--grey-600);
      width:65px;
      height:42px;
      display:flex;
      font-size:11px;
      background:white;
      align-items:center;
      font-family:monospace;
      font-weight:600;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:center;
    }

    .HPXWr {
      width:100%;
      height:50px;
      display:flex;
      row-gap:12px;
      column-gap:12px;
      overflow-x:scroll;
      overflow-y:hidden;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .eURUpp {
      width:100%;
      height:165px;
      display:flex;
      row-gap:12px;
      column-gap:12px;
      align-items:flex-start;
      justify-content:space-between;
    }

    .dpHaaA {
      color:white;
      cursor:pointer;
      row-gap:5px;
      font-size:13px;
      column-gap:5px;
      align-items:center;
      padding-top:7px;
      border-color:var(--grey-400);
      border-style:solid;
      border-width:1px;
      padding-left:9px;
      border-radius:11px;
      padding-right:17px;
      flex-direction:row;
      padding-bottom:7px;
      justify-content:center;
    }

    .dpHaaA.selected {
      color:black;
      background:var(--grey-100);
      border-color:white;
      border-style:solid;
      border-width:1px;
    }

    .bIEcKy {
      color:var(--grey-400);
      width:100%;
      height:42px;
      display:flex;
      font-size:14px;
      align-items:center;
      font-family:var(--inter);
      font-weight:600;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:center;
    }

    .bIEcKy.selected {
      color:white;
      background:green;
    }

    .cVkjRQ {
      color:var(--grey-50, #FAFAFA);
      width:100%;
      height:45px;
      align-items:center;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      justify-content:space-between;
      background-color:var(--grey-900, #171717);
      border-bottom-color:var(--grey-800, #262626);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .brGGre {
      width:100%;
      display:flex;
      row-gap:12px;
      column-gap:12px;
      align-items:flex-start;
      justify-content:space-between;
    }

    .dFFiJc {
      width:100%;
      height:42px;
      display:flex;
      overlay:;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      border-color:var(--grey-400);
      border-style:solid;
      border-width:1px;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .eKFHxH {
      width:48%;
      height:42px;
      display:flex;
      overlay:;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      border-color:var(--grey-400);
      border-style:solid;
      border-width:1px;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .bjXZkn {
      width:100%;
      height:fit-content;
      row-gap:23px;
      column-gap:23px;
      max-height:620px;
      min-height:398px;
      overflow-x:hidden;
      overflow-y:scroll;
      align-items:start;
      padding-top:27px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:column;
      padding-bottom:27px;
      justify-content:start;
      background-color:var(--grey-900, #171717);
    }

    @media (max-width: 470px) {

    .bjXZkn {
      padding-top:12px;
      padding-left:6px;
      padding-right:6px;
      padding-bottom:45px;
    }
    }

    .sobMh {
      width:100%;
      height:46px;
      align-items:center;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      justify-content:space-between;
      border-top-color:var(--grey-800, #262626);
      border-top-style:solid;
      border-top-width:1px;
    }

    .hedzi {
      color:var(--grey-1000, #000000);
      cursor:pointer;
      position:relative;
      font-size:13px;
      align-items:center;
      padding-top:7px;
      border-color:var(--border-color, #1a1919);
      border-style:solid;
      border-width:1px;
      padding-left:17px;
      border-radius:11px;
      padding-right:17px;
      padding-bottom:7px;
      justify-content:center;
      background-color:var(--grey-50, #FAFAFA);
    }

    .dwHTIW {
      width:450px;
      height:fit-content;
      max-width:450px;
      min-width:450px;
      max-height:100%;
      overflow-x:hidden;
      overflow-y:hidden;
      font-family:'Inter';
      border-color:var(--BorderColor, #1a1919);
      border-style:solid;
      border-width:0.5px;
      border-radius:20px;
      padding-bottom:5px;
      background-color:var(--grey-900, #171717);
    }

    @media (max-width: 470px) {

    .dwHTIW {
      width:100%;
      height:100%;
      max-width:100%;
      min-width:100%;
      max-height:100%;
      min-height:100%;
      border-radius:0px;
    }
    }

    .qEutM {
      color:var(--grey-500, #737373);
      width:45px;
      cursor:pointer;
      height:45px;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
    }

    .qEutM:hover {
      color:inherit;
    }

    .eeSpFp {
      width:45px;
      height:45px;
      align-items:center;
      justify-content:center;
    }