
  

  
  @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--nordic-gold {
  syntax: "<color>";
  inherits: true;
  initial-value: #C4A484;
}
@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 --color--nordic-cream {
  syntax: "<color>";
  inherits: true;
  initial-value: #FDFBF7;
}
@property --color--nordic-border {
  syntax: "<color>";
  inherits: true;
  initial-value: #EAE0D5;
}
@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--nordic-gold: #C4A484;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --color--nordic-cream: #FDFBF7;
  --color--nordic-border: #EAE0D5;
  --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--nordic-gold: #C4A484;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --color--nordic-cream: #FDFBF7;
  --color--nordic-border: #EAE0D5;
  --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 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;
    }
  }
}


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

    .NdiXi {
      color:inherit;
      width:100%;
      display:flex;
      padding:16px 24px;
      position:relative;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .ffWZWc {
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      height:70px;
      display:flex;
      position:fixed;
      font-size:inherit;
      background:white;
      border-top:1px solid #EAE0D5;
      box-shadow:0 -4px 20px rgba(0, 0, 0, 0.05);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      padding-bottom:env(safe-area-inset-bottom);
      justify-content:space-around;
    }

    .eYibQY {
      gap:4px;
      color:#A0A0A0;
      cursor:pointer;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dQKJjb {
      --shadow:((Variables.selectedMode == "Tiefe Trance")) ? "0 2px 8px rgba(0,0,0,0.05)" : "none";
      flex:1;
      color:var(--color);
      border:none;
      display:flex;
      padding:8px;
      font-size:12px;
      background:var(--bg);
      box-shadow:var(--shadow);
      align-items:center;
      font-family:inherit;
      font-weight:500;
      border-radius:25px;
      flex-direction:row;
      justify-content:center;
    }

    .bgXYxi {
      mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'/%3E%3Cpath d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'/%3E%3C/svg%3E") no-repeat center /contain;
      color:inherit;
      width:24px;
      height:24px;
      display:block;
      font-size:inherit;
      background:currentColor;
      font-family:inherit;
      font-weight:inherit;
      -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'/%3E%3Cpath d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'/%3E%3C/svg%3E") no-repeat center /contain;
      flex-direction:row;
    }

    .etxhwn {
      gap:4px;
      color:#C4A484;
      cursor:pointer;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .bJAeni {
      mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E") no-repeat center /contain;
      color:inherit;
      width:24px;
      height:24px;
      display:block;
      font-size:inherit;
      background:currentColor;
      font-family:inherit;
      font-weight:inherit;
      -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E") no-repeat center /contain;
      flex-direction:row;
    }

    .lqOGu {
      mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E") no-repeat center /contain;
      color:inherit;
      width:24px;
      height:24px;
      display:block;
      font-size:inherit;
      background:currentColor;
      font-family:inherit;
      font-weight:inherit;
      -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E") no-repeat center /contain;
      flex-direction:row;
    }

    .bqNvvP {
      color:inherit;
      display:inline;
      font-size:10px;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
    }

    .cFurvy {
      mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3v18h18'/%3E%3Cpath d='m19 9-5 5-4-4-3 3'/%3E%3C/svg%3E") no-repeat center /contain;
      color:inherit;
      width:24px;
      height:24px;
      display:block;
      font-size:inherit;
      background:currentColor;
      font-family:inherit;
      font-weight:inherit;
      -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3v18h18'/%3E%3Cpath d='m19 9-5 5-4-4-3 3'/%3E%3C/svg%3E") no-repeat center /contain;
      flex-direction:row;
    }

    .bwBgRh {
      --shadow:((Variables.selectedMode == "Kurzfokus")) ? "0 2px 8px rgba(0,0,0,0.05)" : "none";
      flex:1;
      color:var(--color);
      border:none;
      display:flex;
      padding:8px;
      font-size:12px;
      background:var(--bg);
      box-shadow:var(--shadow);
      align-items:center;
      font-family:inherit;
      font-weight:500;
      border-radius:25px;
      flex-direction:row;
      justify-content:center;
    }

    .dvqeuY {
      color:inherit;
      display:flex;
      padding:24px;
      font-size:inherit;
      background:white;
      box-shadow:0 4px 20px rgba(0, 0, 0, 0.05);
      font-family:inherit;
      font-weight:inherit;
      border-radius:20px;
      margin-bottom:0px;
      flex-direction:column;
    }

    .eUqwxB {
      color:inherit;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:4px;
      font-size:inherit;
      background:none;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      text-decoration:underline;
    }

    .Hjbom {
      color:inherit;
      width:100%;
      display:block;
      padding:8px;
      font-size:inherit;
      background:#F5EFE6;
      margin-top:16px;
      font-family:inherit;
      font-weight:inherit;
      border-radius:12px;
      margin-bottom:16px;
      flex-direction:row;
    }

    .czHrIk {
      color:inherit;
      width:100%;
      height:auto;
      display:block;
      opacity:0.2;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bwHPP {
      color:#C4A484;
      display:block;
      font-size:16px;
      font-family:inherit;
      font-weight:500;
      margin-bottom:20px;
      flex-direction:row;
    }

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

    .eFvhy {
      color:#A0A0A0;
      display:block;
      font-size:11px;
      font-style:italic;
      margin-top:12px;
      text-align:center;
      font-family:inherit;
      font-weight:400;
      flex-direction:row;
    }

    .eQNqIJ {
      color:inherit;
      border:1px solid #EAE0D5;
      display:flex;
      padding:4px;
      font-size:inherit;
      background:#FDFBF7;
      font-family:inherit;
      font-weight:inherit;
      border-radius:30px;
      margin-bottom:24px;
      flex-direction:row;
    }

    .fmltJp {
      color:inherit;
      width:100%;
      display:flex;
      padding:32px;
      animation:slideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
      font-size:inherit;
      max-width:400px;
      background:white;
      box-shadow:0 10px 40px rgba(0, 0, 0, 0.1);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:32px;
      flex-direction:column;
    }

    @keyframes slideUp {
        0% {
          opacity: 0;
        }

        0% {
          transform: translateY(20px);
        }

        100% {
          opacity: 1;
        }

        100% {
          transform: translateY(0);
        }
    }

    .HGRSm {
      gap:16px;
      color:inherit;
      width:100%;
      display:flex;
      padding:16px 24px 100px 24px;
      font-size:inherit;
      max-width:480px;
      background:#FDFBF7;
      min-height:100vh;
      font-family:inherit;
      font-weight:inherit;
      margin-left:auto;
      margin-right:auto;
      flex-direction:column;
    }

    .dGBesX {
      --inter:inherit;
      gap:4px;
      color:inherit;
      width:100%;
      display:flex;
      font-size:10px;
      margin-top:0px;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:0px;
      flex-direction:row;
      justify-content:space-between;
    }

    .doblwZ {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      padding:24px;
      z-index:1000;
      position:fixed;
      font-size:inherit;
      background:rgba(74, 74, 74, 0.4);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      backdrop-filter:blur(4px);
      justify-content:center;
    }

    .QGlBt {
      color:inherit;
      width:100%;
      display:inline-block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      accent-color:#E2725B;
      flex-direction:row;
    }

    .bGxJYl {
      color:#C4A484;
      display:inline;
      font-size:18px;
      font-family:var(--font-family--text);
      font-weight:600;
      line-height:1.2;
      flex-direction:row;
      letter-spacing:0.02em;
    }

    .edZRCg {
      color:#707070;
      display:inline;
      font-size:12px;
      font-family:inherit;
      font-weight:400;
      line-height:1.2;
      flex-direction:row;
    }

    .cwssJI {
      color:inherit;
      width:auto;
      height:60px;
      display:block;
      font-size:inherit;
      object-fit:contain;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .fiFrir {
      color:#C4A484;
      display:block;
      font-size:16px;
      font-family:inherit;
      font-weight:500;
      margin-bottom:0px;
      flex-direction:row;
    }

    .djYQud {
      gap:20px;
      color:inherit;
      width:100%;
      display:flex;
      position:relative;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

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

    .sKfhq {
      color:#C4A484;
      width:var(--size);
      height:var(--size);
      display:inline;
      opacity:var(--opacity);
      font-size:inherit;
      object-fit:contain;
      transition:width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bXydhC {
      color:inherit;
      margin:16px 0 32px 0;
      display:block;
      font-size:20px;
      text-align:center;
      font-family:inherit;
      font-weight:300;
      flex-direction:row;
    }

    .wDhys {
      color:#C4A484;
      display:block;
      font-size:24px;
      margin-top:4px;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
    }

    .cwwOXP {
      gap:16px;
      color:#A0A0A0;
      display:flex;
      padding:16px 0;
      font-size:12px;
      margin-top:24px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .cxtYHQ {
      color:white;
      width:100%;
      border:none;
      display:inline-block;
      padding:16px;
      font-size:16px;
      background:#E2725B;
      box-shadow:0 4px 12px rgba(226, 114, 91, 0.3);
      font-family:inherit;
      font-weight:inherit;
      border-radius:16px;
      flex-direction:row;
    }

    .ciTbV {
      color:inherit;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:0px;
      flex-direction:row;
    }

    .ctQxnr {
      --weight:(ListItem.Index == Variables.selectedPhaseIndex) ? "700" : "400";
      gap:4px;
      flex:1;
      color:var(--color);
      cursor:pointer;
      display:flex;
      font-size:inherit;
      text-align:center;
      transition:color 0.2s ease, font-weight 0.2s ease;
      align-items:center;
      font-family:inherit;
      font-weight:var(--weight);
      user-select:none;
      flex-direction:column;
    }

    .fBgMqP {
      color:#888;
      width:100%;
      display:flex;
      font-size:12px;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:32px;
      flex-direction:row;
      justify-content:space-between;
    }

    .evqqoq {
      gap:16px;
      color:inherit;
      display:flex;
      padding:16px;
      position:relative;
      font-size:inherit;
      background:white;
      box-shadow:0 4px 20px rgba(0, 0, 0, 0.05);
      align-items:stretch;
      font-family:inherit;
      font-weight:inherit;
      border-radius:20px;
      margin-bottom:0px;
      flex-direction:column;
    }

    .egBJGW {
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:flex-start;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .fcTRmV {
      color:var(--color--nordic-gold);
      height:100vh;
      display:flex;
      padding:24px;
      font-size:inherit;
      background:var(--color--nordic-cream);
      align-items:center;
      font-family:var(--font-family--text);
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .ejRsZ {
      color:#B91C1C;
      border:1px solid rgba(185, 28, 28, 0.1);
      display:block;
      padding:14px 16px;
      font-size:14px;
      background:#FEF2F2;
      text-align:center;
      font-family:inherit;
      font-weight:500;
      border-radius:16px;
      margin-bottom:8px;
      flex-direction:row;
    }

    .ewryiF {
      color:inherit;
      width:100%;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:24px;
      flex-direction:row;
    }