
  

  
  

  
  
  
  
    


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


    .bOGzEE {
      display:flex;
      min-height:100%;
      transition:opacity 300ms ease  ;
      align-items:center;
      justify-content:start;
      background-color:#ffffff;
    }

    .bOGzEE.hidden {
      opacity:0;
    }

    .KjbKB {
      display:flex;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

    .clKKKy {
      width:100%;
      display:block;
      overflow:hidden;
      max-width:28rem;
      box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
      border-color:#edf2f7;
      border-style:solid;
      border-width:1px;
      border-radius:0.5rem;
      flex-direction:row;
      background-color:#fff;
    }

    .fCJZFr {
      width:60px;
      height:60px;
      overflow:hidden;
      box-shadow:0 4px 10px rgba(0, 0, 0, 0.1);;
      flex-shrink:0;
      border-radius:8px;
    }

    .bnhhqF {
      width:100%;
      height:auto;
      display:flex;
      position:relative;;
      box-sizing:border-box;
      align-items:center;
      margin-bottom:20px;
      justify-content:center;
    }

    .chJcPL {
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .bWxSds {
      flex:1;
      width:100%;
      display:flex;
      min-width:0rem;
      border-style:solid;
      border-width:0px;
      flex-direction:column;
    }

    .fCcRzW {
      color:#1D1D1F;
      margin:0 0 2px 0;
      overflow:hidden;
      font-size:16px;
      max-width:70%;;
      box-sizing:border-box;
      font-weight:500;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .ceAMNG {
      display:flex;
      flex-direction:column;
      border-bottom-color:#ebebeb;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .ceAMNG.selected {
      border-color:#00000000;
      border-style:solid;
      border-width:0px;
    }

    .eOdMQD {
      width:100%;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .eRIowz {
      color:var(--grey-400);
      display:block;
      overflow:hidden;
      font-size:0.75rem;
      white-space:nowrap;
      border-style:solid;
      border-width:0px;
      text-overflow:ellipsis;
      flex-direction:row;
    }

    .cEruGn {
      color:#1D1D1F;
      margin:0 0 8px 0;
      font-size:22px;
      box-sizing:border-box;
      text-align:center;;
      font-weight:600;
    }

    .dWXdba {
      display:flex;
      box-sizing:border-box;
      align-items:center;
      margin-bottom:24px;;
      flex-direction:column;
    }

    .yEZIT {
      gap:1rem;
      flex:1;
      width:100%;
      height:100%;
      opacity:1;
      z-index:99;
      position:absolute;
      transition:opacity 200ms ease 200ms normal, z-index 200ms ease 200ms normal;
      align-items:center;
      justify-content:center;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }

    .yEZIT.hidden {
      opacity:0;
      z-index:-99;
      box-shadow:;
      transition:opacity 200ms ease 0ms normal, z-index 200ms ease 0ms normal;
    }

    .HomePage\:6Sx2oAR3T2EdMSetWT1HL {
      gap:0px;
      display:flex;
      overflow-x:scroll;
      overflow-y:scroll;
      align-items:center;
      padding-top:5rem;
      padding-bottom:7rem;
      justify-content:start;
    }

    .dCuQZm {
      display:flex;
      padding:1rem;
      align-items:center;
      border-color:#edf2f7;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
      justify-content:space-between;
      border-bottom-width:1px;
    }

    .ZINgu {
      padding-top:2rem;
      padding-left:2rem;
      padding-right:2rem;
      padding-bottom:2rem;
    }

    .YtgMN {
      display:flex;
      transition:all 300ms ease  ;
      align-items:center;
      padding-top:0.85rem;
      border-style:solid;
      border-width:0px;
      padding-left:0.85rem;
      padding-right:0.85rem;
      flex-direction:row;
      padding-bottom:0.85rem;
    }

    .YtgMN:hover {
      background-color:#F9FAFB;
    }

    .YtgMN.selected {
      background: var(--yellow-50);
    }

    .dXaYhj {
      width:100%;
      height:0.5px;
      margin:4px 0 24px 0;;
      box-sizing:border-box;
      background-color:rgba(60, 60, 67, 0.2);
    }

    .fnQxbw {
      gap:0rem;
      width:100%;
      display:flex;
      padding:4px;;
      max-width:414px;
      box-shadow:1px 4px 20px 0px #0000001f;
      box-sizing:border-box;
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:1px;
      border-radius:16px;
      backdrop-filter:blur(10px);
      background-color:var(--grey-100, #F5F5F5);
      -webkit-backdrop-filter:blur(10px);
    }

    .ftYSZE {
      color:var(--grey-400);
      display:block;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .byKXWC {
      flex:1;
      width:100%;
      z-index:999;
      position:absolute;
      background-color:#ffffff;
      border-bottom-color:var(--grey-100, #F5F5F5);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .coWOAi {
      color:inherit;
    }

    .eZLEgM {
      width:var(--width);
      height:var(--height);
    }

    .fEJyfr {
      gap:8px;
      display:flex;
      box-sizing:border-box;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .GNaRv {
      width:100%;
      display:flex;
      padding:20px;
      box-sizing:border-box;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .cjIbTJ {
      color:var(--yellow-500);
      cursor:pointer;;
      display:flex;
      box-sizing:border-box;
      align-items:start;
      justify-content:center;
    }

    .cuqLFw {
      margin:0px;
      font-size:26px;
      box-sizing:border-box;
      font-weight:600;
      letter-spacing:-0.5px;;
    }

    .dxTevF {
      gap:0.75rem;
      display:flex;
      transition:all 300ms ease  ;
      align-items:center;
      padding-top:0.85rem;
      padding-left:0.85rem;
      border-radius:10px;
      padding-right:0.85rem;
      flex-direction:row;
      padding-bottom:0.85rem;
    }

    .dxTevF:hover {
      background-color:#F9FAFB;
    }

    .dxTevF.selected {
      background: var(--yellow-50);
    }

    .PmRlb {
      color:var(--grey-400);
      display:block;
      font-size:0.75rem;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .bUSyiW {
      color:var(--grey-500);
      display:block;
      font-size:0.75rem;
      font-weight:400;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .frLIsh {
      flex:1;
      color:#000;
      border:none;
      cursor:pointer;;
      display:flex;
      font-size:14px;
      box-shadow:0 2px 4px rgba(0,0,0,0.05);
      box-sizing:border-box;
      align-items:center;
      font-weight:500;
      padding-top:0.5rem;
      padding-left:0.5rem;
      border-radius:12px;
      padding-right:0.5rem;
      padding-bottom:0.5rem;
      justify-content:center;
      background-color:#fff;
    }

    .frLIsh.unselected {
      color:#828282;
      background: #00000000;
      box-shadow:0px 0px 0px 0px #00000000;
    }

    .bDmRau {
      color:#080808;
      width:100%;
      display:block;
      overflow:hidden;
      font-size:0.75rem;
      white-space:inherit;
      border-style:solid;
      border-width:0px;
      text-overflow:ellipsis;
      flex-direction:row;
    }

    .cByQph {
      gap:1rem;
      width:100%;
      height:100%;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .bRMsZz {
      color:#86868B;
      margin:0px;
      overflow:hidden;
      font-size:14px;
      box-sizing:border-box;
      font-weight:400;;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .dxsoeu {
      display:flex;
      overflow:hidden;
      flex-grow:1;
      box-sizing:border-box;
      flex-direction:column;
      justify-content:center;;
    }

    .eMixtf {
      gap:14px;
      display:flex;
      box-sizing:border-box;
      align-items:center;;
      flex-direction:row;
    }

    .cAKYlr {
      display:flex;
      box-sizing:border-box;
      margin-bottom:28px;;
      flex-direction:column;
    }

    .bprXQs {
      gap:0.75rem;
      flex:1 1 0%;
      width:100%;
      display:flex;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .eMpSpW {
      color:#000;
      width:100%;
      border:none;
      outline:none;
      padding:0;;
      font-size:16px;
      background:transparent;
      box-sizing:border-box;
    }

    .kpgyE {
      row-gap:1rem;
      column-gap:1rem;
    }

    .fskiqh {
      width:100%;
      display:flex;
      padding:10px 16px;;
      box-sizing:border-box;
      align-items:center;
      border-radius:16px;
      backdrop-filter:blur(10px);
      background-color:rgba(242,242,247,0.9);
      -webkit-backdrop-filter:blur(10px);
    }

    .RbItI {
      display:flex;
      flex-direction:column;
      border-bottom-color:#ebebeb;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .HomePage\:UNsFalgBP-CjGZqjnyOs3 {
      display:flex;
      align-items:center;
      padding-top:5rem;
      padding-bottom:5rem;
      justify-content:start;
    }

    .BEFTq {
      box-sizing:border-box;
    }

    .fdBcpC {
      color:#8e8e93;
      width:16px;
      height:16px;
      box-sizing:border-box;
      margin-right:10px;;
    }

    .dLdNSB {
      color:#86868B;
      font-size:13px;
      box-sizing:border-box;
      font-weight:400;;
      white-space:nowrap;
    }

    .AijZw {
      width:100%;
      bottom:0px;
      z-index:999;
      position:fixed;
      max-width:414px;
      box-shadow:1px 0px 20px 0px #0000001c;
      box-sizing:border-box;
      overflow-x:clip;
      overflow-y:clip;
      align-items:center;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:2.5rem;
      backdrop-filter:blur(20px);
      justify-content:start;
      background-color:#ffffffbf;
      border-top-color:var(--grey-200, #E5E5E5);
      border-top-style:solid;
      border-top-width:1px;
      border-top-left-radius:20px;
      border-top-right-radius:20px;
    }

    .epSMWC {
      color:#1a202c;
      display:block;
      font-size:0.875rem;
      font-weight:500;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .bNZnvt {
      width:100%;
      height:0.5px;
      margin:0 0 24px 0;;
      box-sizing:border-box;
      background-color:rgba(60, 60, 67, 0.2);
    }

    .fvPHFb {
      top:=;
      width:100%;
      bottom:0px;
      display:flex;
      z-index:999;
      position:fixed;
      max-width:390px;
      box-shadow:0 -10px 30px rgba(0, 0, 0, 0.08);
      transition:all 300ms ease 0ms ;
      font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;;
      padding-top:1.5rem;
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:column;
      padding-bottom:1.5rem;
      background-color:#FFFFFF;
      border-top-left-radius:1.5rem;
      border-top-right-radius:1.5rem;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }

    .fvPHFb.hidden {
      translate:0 100%;
    }

    .fqolCK {
      color:var(--grey-600);
      width:2rem;
      height:2rem;
      display:flex;
      font-size:0.75rem;
      background: var(--grey-50);
      align-items:center;
      border-color:var(--grey-200);
      border-style:solid;
      border-width:1.5px;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .fqolCK.selected {
      background: #ffffff;
      border-color:var(--yellow-200);
      border-style:solid;
      border-width:1.5px;
    }

    .fumhco {
      gap:18px;;
      display:flex;
      box-sizing:border-box;
      flex-direction:column;
    }

    .cMCdDO {
      width:100%;;
      display:flex;
      box-sizing:border-box;
      align-items:center;
      justify-content:space-between;
    }

    .eyAmaz {
      width:100%;
      height:100%;
    }

    .ImjLs {
      gap:0.75rem;
      display:flex;
      align-items:center;
      border-style:solid;
      border-width:0px;
      flex-direction:row;
    }

    .dyRIyB {
      display:flex;
      padding:0.5rem;
      align-items:center;
      border-radius:0.375rem;
      flex-direction:row;
      justify-content:center;
    }

    .yczRt {
      color:#000000;
      width:100%;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      background-color:#fafafa;
    }

    .DXLhG {
      font-size:12px;
      box-sizing:border-box;
      font-weight:500;;
    }

    .fBQSPh {
      color:#8e8e93;;
      font-size:12px;
      box-sizing:border-box;
    }

    .main-player\:9VtSaeY9791NNDQGob8HO {
      display:none;
    }

    .ftqbKS {
      display:flex;
      box-sizing:border-box;
      align-items:center;
      margin-bottom:24px;;
      justify-content:center;
    }

    .GsIfa {
      color:#1c1c1e;
      cursor:pointer;;
      box-sizing:border-box;
    }

    .main-player\:Aas3BkTPqVEW7qPzT-8hU {
      display:none;
    }

    .ewsiJa {
      color:#ffffff;
      width:64px;
      cursor:pointer;
      height:64px;
      display:flex;
      background: #f4a115;
      box-shadow:2px 3px 20px 0 #ffb92d4d;
      box-sizing:border-box;
      align-items:center;
      border-radius:50%;
      justify-content:center;
    }

    .ewsiJa.paused {
      padding-left:2px;
    }

    .cSHYat {
      display:flex;
      box-sizing:border-box;
      align-items:start;
      flex-direction:row;
      justify-content:space-between;
    }

    .dbNJtw {
      margin:0 0 4px 0;
      font-size:20px;
      box-sizing:border-box;
      font-weight:600;;
    }

    .cjLqUd {
      color:#8e8e93;
      margin:0px;
      font-size:14px;;
      box-sizing:border-box;
    }

    .qKDIt {
      left:50%;
      bottom:-10px;
      display:flex;
      padding:4px 16px;
      position:absolute;
      transform:translateX(-50%);
      box-shadow:0 2px 8px rgba(0,0,0,0.1);
      box-sizing:border-box;
      align-items:center;;
      border-radius:20px;
      background-color:#fff;
    }

    .dRbrIW {
      color:inherit;
      width:100%;
      height:fit-content;
      transition:opacity 200ms ease 0ms ;
      align-items:center;
      justify-content:center;
    }

    .dRbrIW.hidden {
      opacity:0;
    }

    .bkbahT {
      width:inherit;
      height:inherit;
    }

    .main-player\:d0ynE70LRcGSwjmx4wzde {
      width:100%;
    }

    .dDJkgY {
      gap:32px;;
      display:flex;
      box-sizing:border-box;
      align-items:center;
    }

    .cGGGfq {
      display:flex;
      position:relative;;
      box-sizing:border-box;
      margin-bottom:24px;
      justify-content:center;
    }

    .bvYvMZ {
      box-sizing:border-box;
      margin-bottom:24px;;
    }

    .main-player\:qD7izi63XxaJ4GK94CDvO {
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .dqYmcf {
      width:220px;
      height:220px;
      box-shadow:0 8px 20px rgba(0,0,0,0.15);;
      box-sizing:border-box;
      object-fit:cover;
      border-radius:16px;
    }

    .dSUFnl {
      box-sizing:border-box;
      text-align:center;
      margin-bottom:20px;;
    }

    .dkTKoz {
      color:inherit;
      display:inline-block;
      font-size:13px;
      font-family:inherit;
      font-weight:400;
    }

    .dDZOsB {
      top:0.5rem;
      color:#8E8E93;
      right:0.5rem;
      width:34px;
      border:none;
      cursor:pointer;
      height:34px;
      display:flex;
      padding:0;;
      position:absolute;
      background: #f5f5f5;
      align-items:center;
      border-radius:50%;
      justify-content:center;
    }

    .cpaQbx {
      color:#86868B;
      margin:0px;
      font-size:16px;
      box-sizing:border-box;
      text-align:center;
      font-weight:400;;
    }

    .eiHuTN {
      color:#ffffff;
      width:100%;
      cursor:pointer;
      display:flex;
      padding:14px 20px;
      font-size:17px;
      background: var(--blue-600);
      transition:all 0.2s ease;
      align-items:center;
      font-weight:600;
      border-radius:12px;
      justify-content:center;
      background-color:var(--yellow-500, #F59E0B);
    }

    .PuwLT {
      width:36px;
      height:5px;
      box-sizing:border-box;
      border-radius:100px;;
      background-color:rgba(0, 0, 0, 0.2);
    }

    .cELAWO {
      width:100%;
      height:100vh;
      max-width:414px;
      background: #fafafa;
      align-items:center;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
      justify-content:start;
    }