
  

  
  

  
  
  
  
    


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


    .eySRXS {
      gap:16px;
      scale:min(1, 100vw / 800);
      min-height:100%;
      align-items:center;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:16px;
      justify-content:center;
      background-color:var(--grey-200, #E5E5E5);
      background-image:linear-gradient(to right, rgba(255, 255, 255, 0.08) 45%, rgba(0, 0, 0, 0.1) 49%, rgba(0, 0, 0, 0)) 100% 0%/0.4em 100%, linear-gradient(rgba(0, 0, 0, 0.08) 45%, rgba(255, 255, 255, 0.1) 49%, rgba(0, 0, 0, 0)) 0% 0%/100% 0.3em, linear-gradient(rgba(255, 255, 255, 0.08) 45%, rgba(0, 0, 0, 0.1) 49%, rgba(0, 0, 0, 0)) 0% 100%/100% 0.3em, linear-gradient(to right, rgba(0, 0, 0, 0.08) 45%, rgba(255, 255, 255, 0.1) 49%, rgba(0, 0, 0, 0)) 0% 0%/0.4em 100%, linear-gradient(-45deg, rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0)), #E0DEEB;
    }

    .bAmurO {
      color:#fe562b;
      font-family:inherit;
      font-weight:300;
      margin-left:4px;
    }

    .cQllCM {
      top:27px;
      color:#d1d1d1;
      right:16px;
      position:absolute;
      font-size:1.5em;
      font-family:inherit;
      font-weight:400;
    }

    .bsYFrt {
      gap:2px;
      flex:1;
      flex-direction:row;
    }

    .dpyMZM {
      width:75px;
      height:75px;
      aspect-ratio:1/ 1;
    }

    .LSMgU {
      flex:1;
      cursor:pointer;
      align-items:center;
      aspect-ratio:1 / 1;
      border-radius:6px;
      justify-content:center;
      background-color:#E0DEEB;
    }

    .LSMgU:active {
      box-shadow:1px 4px 8px 0px #00000044 inset;
    }

    .bKpihw {
      color:inherit;
      width:64%;
      height:64%;
      background:linear-gradient(to right, rgba(35, 35, 35, 0.05) 1%, rgba(230, 233, 243, 0.5) 20%), linear-gradient(145deg, #e6e9f3, rgba(194, 196, 204, 0.5));;
      box-shadow:0.35em -0.15em 0.2em 0em rgba(255, 255, 255, 0.25) inset, 0.6em 0.6em 1em #b7b9c1, 0.25em 0.25em 0.2em 0em rgba(35, 35, 35, 0.6), 0.3em 0.2em 0.4em rgba(255, 255, 255, 0.1) inset, -0.4em -0.4em 0.8em #f7fbff, 0em 0.5em 0.4em rgba(194, 196, 204, 0.21) inset, 0em 0.2em 0.4em rgba(255, 255, 255, 0.21) inset;;
      align-items:center;
      border-radius:50%;;
      justify-content:center;
    }

    .bWzXZD {
      gap:8px;
      width:100%;
      padding-top:32px;
      padding-left:4px;
      padding-right:4px;
      padding-bottom:11px;
    }

    .bWzXZD.bar {
      margin-left:16px;
    }

    .cQYgcZ {
      gap:2px;
      flex-direction:column;
    }

    .ctydpa {
      color:#fe562b;
      height:48px;
      position:relative;
      font-size:1.1em;
      font-family:inherit;
      font-weight:400;
    }

    .egDzkZ {
      width:152px;
      height:152px;
    }

    @media (max-width: 800px) {

    .egDzkZ {
      top:0px;
      width:100%;
    }
    }

    .byRDqg {
      top:104px;
      color:#d1d1d1;
      right:16px;
      position:absolute;
      font-size:1.5em;
      font-family:inherit;
      font-weight:400;
    }

    .eoQoVA {
      color:#fe562b;
    }

    .equKLH {
      font-size:0.6rem;
      font-family:inherit;
      font-weight:700;
    }

    .cvLVUW {
      right:8px;
      bottom:8px;
      position:fixed;
    }

    .dHjpwB {
      color:#7d7e8ab3;
      width:811px;
      box-shadow:1px 4px 8px 0px #00000044, 1px 4px 8px 0px #e8e8e8 inset;
      padding-top:32px;
      padding-left:32px;
      border-radius:16px;
      padding-right:56px;
      flex-direction:column;
      padding-bottom:32px;
      background-color:#E0DEEB;
      background-image:linear-gradient(to right, rgba(255, 255, 255, 0.08) 45%, rgba(0, 0, 0, 0.1) 49%, rgba(0, 0, 0, 0)) 100% 0%/0.4em 100%, linear-gradient(rgba(0, 0, 0, 0.08) 45%, rgba(255, 255, 255, 0.1) 49%, rgba(0, 0, 0, 0)) 0% 0%/100% 0.3em, linear-gradient(rgba(255, 255, 255, 0.08) 45%, rgba(0, 0, 0, 0.1) 49%, rgba(0, 0, 0, 0)) 0% 100%/100% 0.3em, linear-gradient(to right, rgba(0, 0, 0, 0.08) 45%, rgba(255, 255, 255, 0.1) 49%, rgba(0, 0, 0, 0)) 0% 0%/0.4em 100%, linear-gradient(-45deg, rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0)), #E0DEEB;
    }

    @media (max-width: 800px) {

    .dHjpwB {
      gap:8px;
      width:342px;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:16px;
    }
    }

    .fnGrRq {
      font-size:1rem;
      font-family:inherit;
      font-weight:700;
    }

    .dJjGTz {
      top:64px;
      color:#d1d1d1;
      right:16px;
      position:absolute;
      font-size:1.5em;
      font-family:inherit;
      font-weight:400;
    }

    .eybHpC {
      color:#00cb72;
      height:48px;
      position:relative;
      font-size:1.1em;
      font-family:inherit;
      font-weight:400;
    }

    .bijYxT {
      gap:2px;
      color:#7d7e8ab3;
      width:100%;
      padding-top:2px;
      padding-left:2px;
      border-radius:8px;
      padding-right:2px;
      flex-direction:column;
      padding-bottom:2px;
      background-color:#0C0A17;
    }

    @media (max-width: 800px) {

    .bijYxT {
      flex-direction:column;
    }
    }

    .funtJc {
      gap:13px;
      flex:1;
      color:#fff;;
      width:320px;
      border:2px solid black;;
      height:152px;
      position:relative;;
      background:linear-gradient(rgba(255, 255, 255, 0.08) 49%, rgba(0, 0, 0, 0)) 0% 0%/100% 0.3em, linear-gradient(rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0)) 0% 0%/0.2em 100%, linear-gradient(rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0)) 0% 0%/1.2em 100%, linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)), linear-gradient(-45deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.08) 61%), linear-gradient(-45deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.08) 61%), linear-gradient(to right, #000, #1c1d1e, #000);;
      align-items:center;
      font-family:"Roboto Condensed", sans-serif;;
      padding-top:12px;
      border-radius:0.4em;;
      padding-bottom:12px;
      justify-content:center;
      background-repeat:no-repeat;;
    }

    @media (max-width: 800px) {

    .funtJc {
      top:2px;
      left:0px;
      width:100%;
      position:absolute;
      margin-top:-2px;
    }
    }

    .bWmjPL {
      position:relative;
      overflow-x:auto;
      border-radius:6px;
      scrollbar-width:none;
      background-color:#E0DEEB;
    }

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

    .TVCmC {
      font-size:1.6rem;
      font-weight:600;
    }

    @media (min-width: 800px) {

    .TVCmC {
      color:inherit;
      right:-45px;
      width:fit-content;
      bottom:95px;
      rotate:-90deg;
      position:absolute;
    }
    }

    .bsjHSu {
      font-weight:var(--font-weight-regular);
      justify-content:center;
    }

    .bchJVu {
      gap:2px;
      width:100%;
      flex-direction:row;
    }

    @media (max-width: 800px) {

    .bchJVu {
      padding-top:156px;
      flex-direction:column;
    }
    }

    .bbQtNO {
      width:100%;
      padding-top:4px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:4px;
    }

    .eFAtlT {
      color:#ffffff;
      width:32px;
      height:32px;
      outline:none;
      font-size:0.75rem;
      box-shadow:1px 2px 4px 0px #f5f5f58c inset, 1px 4px 8px 0px #00000044;
      align-items:center;
      font-weight:var(--font-weight-regular);
      border-radius:6px;
      justify-content:center;
      background-color:#d1d1d1;
    }

    .eFAtlT:focus-visible {
      border-color:#bedbfeff;
      border-style:solid;
      border-width:1px;
    }

    .eFAtlT.active {
      box-shadow:1px 2px 4px 0px #f5f5f58c inset, 1px 4px 8px 0px #00000044, 0px 0px 3px 0px #00cb7280;
      background-color:#00cb7280;
    }

    .eFAtlT.played {
      box-shadow:1px 2px 4px 0px #f5f5f58c inset, 1px 4px 8px 0px #00000044, 0px 0px 16px 0px #03fc8f96;
      background-color:#03fc8f80;
    }

    .cQeOic {
      width:100%;
      height:100%;
      align-items:center;
      border-radius:6px;
      justify-content:center;
      background-color:#E0DEEB;
    }

    .EbWpX {
      width:100px;
      height:100px;
      background:linear-gradient(145deg, #ffffff, #e2e2e4);;
      box-shadow:0.25em -0.2em 0.1em 0em rgba(35, 35, 35, 0.3), 6px 6px 12px #b7b9c1, 0.35em 0.25em 0.2em 0em rgba(35, 35, 35, 0.6), 0.25em 0.25em 0.2em 0em rgba(35, 35, 35, 0.6), 0.25em 0.25em 0.2em 0em rgba(35, 35, 35, 0.6), 0.3em 0.2em 0.4em rgba(255, 255, 255, 0.1) inset, -3px -3px 8px rgba(247, 251, 255, 0.5), 0em 0.5em 0.4em rgba(194, 196, 204, 0.21) inset, 0em 0.2em 0.4em rgba(255, 255, 255, 0.21) inset;;
      border-radius:50%;;
      background-color:#FBFBFD;;
    }

    .bcFhHU {
      width:100%;
      height:100%;
      rotate:var(--rotation);
      position:absolute;
    }

    .bcFhHU::after {
      top:65%;;
      left:25%;;
      width:14px;
      height:14px;
      rotate:calc(-1 * var(--rotation));
      content:"";;
      position:absolute;;
      background:linear-gradient(145deg, #e2e2e4, #ffffff);;
      box-shadow:inset 0.25em 0.25em 0.5em #b2b2b4, inset -0.25em -0.2em 0.5em #ffffff;;
      border-radius:8px;
      background-color:#b01c1c;
    }

    .sKjyV {
      cursor:grab;
      z-index:100;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .sKjyV.dragging {
      top:-1000px;
      left:-1000px;
      right:-1000px;
      bottom:-1000px;
      cursor:grabbing;
      align-items:center;
      justify-content:center;
    }

    .sWCUY {
      width:fit-content;
      position:relative;
    }

    .bivYco {
      width:120px;
      height:32px;
      box-shadow:var(--shadow-md);
      align-items:center;
      border-color:var(--grey-800);
      border-style:solid;
      border-width:1px;
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      flex-direction:row;
      justify-content:space-between;
      background-color:black;
    }

    .bivYco:hover {
      cursor:pointer;
      background-color:var(--grey-800);
    }

    .bUgdlt {
      height:12px;
      max-width:100%;
    }

    .bvCzAj {
      color:var(--grey-200);
      font-size:var(--font-size-xs);
      font-weight:var(--font-weight-normal);
    }

    .uqHTb {
      gap:20px;
      width:fit-content;
      height:12px;
      align-items:center;
      justify-content:center;
    }

    .fjClos {
      top:16px;
      left:16px;
      position:absolute;
      font-size:1.1em;
      font-family:inherit;
      font-weight:400;
    }

    .fDCQTy {
      gap:8px;
      font-weight:var(--font-weight-regular);
      justify-content:center;
    }

    .eibIrB {
      top:5px;
      color:inherit;
      width:40px;
      height:24px;
      position:absolute;
      font-size:inherit;
      text-align:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:8px;
    }

    .dGxoDd {
      font-size:2.7rem;
      font-family:inherit;
      font-weight:600;
    }