  /*
    Trance/Techno dark theme
    - modern card grid
    - neon gradients and subtle glow accents
    - accessible contrast
    - UPDATED: Musikalische Progressbar-Animationen
  */

  :root {
    --bg: #0b0c10;
    --bg-elev: #11131a;
    --text: #e6e7ee;
    --muted: #a9adbd;
    --primary: #7c5cff; /* violet */
    --accent: #19e3ff;  /* cyan */
    --card: #141725;
    --border: #222538;
    --shadow: 0 10px 30px rgba(0,0,0,.45);
    --radius: 16px;
  }

  * { box-sizing: border-box; }
  html, body { height: 100%; }

  body {
    margin: 0;
    font-family: 'Outfit', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial, "Apple Color Emoji", "Segoe UI Emoji";
    background: var(--bg);
    color: var(--text);
    line-height: 1.55;
    /* CSS UPDATED - Musikalische Progressbars aktiv */
  }

  .container {
    width: min(1100px, 92vw);
    margin-inline: auto;
  }

  /* Header */
  .site-header {
    position: relative;
    padding: 48px 0 24px;
  }
  .brand__kicker {
    display: inline-block;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--accent);
  }
  .brand__title {
    margin: 6px 0 0;
    font-size: clamp(28px, 5vw, 54px);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-shadow: 0 0 24px rgba(25, 227, 255, .15);
  }

  /* Grid */
  .mix-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 22px;
    padding: 24px 0 72px;
  }

  /* Neuester Mix - Prominente Präsentation */
  .latest-mix {
    margin: 48px 0 72px;
    padding: 32px;
    background: linear-gradient(135deg, rgba(124, 92, 255, .08), rgba(25, 227, 255, .04));
    border: 1px solid rgba(124, 92, 255, .2);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,.3), 0 0 40px rgba(124, 92, 255, .1);
    position: relative;
    overflow: hidden;
  }

  .latest-mix::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 80% at 20% 50%, rgba(124, 92, 255, .15), transparent 60%),
                radial-gradient(50% 60% at 85% 30%, rgba(25, 227, 255, .1), transparent 60%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
  }

  .latest-mix__header {
    text-align: center;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
  }

  .latest-mix__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(124, 92, 255, .3), rgba(25, 227, 255, .3));
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 16px;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
  }

  .latest-mix__badge-icon {
    font-size: 16px;
    animation: sparkle 2s ease-in-out infinite;
  }

  .latest-mix__title {
    margin: 0 0 8px;
    font-size: clamp(32px, 6vw, 48px);
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--text), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(25, 227, 255, .3);
  }

  .latest-mix__subtitle {
    margin: 0;
    color: var(--muted);
    font-size: 18px;
  }

  .latest-mix__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  .latest-mix__cover-wrapper {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,.4);
  max-height: 60vh;
  width: auto;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: musicPulse 1.2s ease-in-out infinite, musicGlow 0.8s ease-in-out infinite;
}

  .latest-mix__cover-wrapper::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(45deg, var(--accent), var(--primary), var(--accent));
  border-radius: 22px;
  z-index: -1;
  animation: musicBorderBeat 0.6s ease-in-out infinite;
  opacity: 0.6;
}

  .latest-mix__cover-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: var(--card);
  z-index: -1;
}

/* Musikalische Glitzer-Partikel */
.latest-mix__cover-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(25, 227, 255, 0.3) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(124, 92, 255, 0.3) 0%, transparent 50%),
              radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
  border-radius: 20px;
  animation: musicSparkle 1.5s ease-in-out infinite;
  z-index: 2;
  pointer-events: none;
}

  .latest-mix__cover-wrapper:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0,0,0,.5), 0 0 40px rgba(124, 92, 255, 0.3);
  }

  .latest-mix__cover-wrapper:hover::before {
    opacity: 1;
    animation: borderRotate 1.5s linear infinite;
  }

  .latest-mix__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-height: 60vh;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: musicBass 0.4s ease-in-out infinite;
}

  .latest-mix__cover-wrapper:hover .latest-mix__cover {
    transform: scale(1.05);
    filter: brightness(1.1) contrast(1.05);
  }

  .latest-mix__cover--placeholder {
    background: radial-gradient(120% 120% at 20% 10%, rgba(124, 92, 255, .6), rgba(25, 227, 255, .3) 40%, transparent 60%);
    max-height: 60vh;
    animation: coverGradient 8s ease-in-out infinite;
  }

  .latest-mix__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .latest-mix__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .latest-mix__meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .latest-mix__meta-label {
    font-size: 14px;
    color: var(--muted);
    font-weight: 500;
  }

  .latest-mix__meta-value {
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
  }

  /* Mix Section */
  .mix-section {
    margin-top: 48px;
  }

  .mix-section__title {
    margin: 0 0 24px;
    font-size: 28px;
    font-weight: 700;
    color: var(--text);
  }

  /* Cards */
  .mix-card {
    background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.0)) padding-box, var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
  }

  .mix-card__media {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #0f111a;
  }

  .mix-card__cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .mix-card__cover--placeholder {
    background: radial-gradient(120% 120% at 20% 10%, rgba(124, 92, 255, .45), rgba(25, 227, 255, .15) 40%, transparent 60%);
  }

  .mix-card__download--inline { 
    margin: 12px 0 4px; 
  }

  /* Progressbars - Saubere neue Version */
  .progress {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 6px;
    background: rgba(255,255,255,.08);
    opacity: 0;
    transform: translateY(4px);
    transition: opacity .25s ease, transform .25s ease;
    z-index: 20;
  }

  .progress.is-active { 
    opacity: 1; 
    transform: translateY(0); 
  }

  .progress.is-complete { 
    opacity: 0; 
    transform: translateY(4px); 
  }

  .progress__bar {
    width: 0%; 
    height: 100%;
    background: linear-gradient(90deg, var(--accent), var(--primary));
    box-shadow: 0 0 18px rgba(25, 227, 255, .35);
    transition: width .15s ease;
  }

  .mix-card__body { padding: 14px 16px 18px; }
  .mix-card__title {
    margin: 6px 0 10px;
    font-size: 18px;
    font-weight: 700;
  }

  .mix-card__meta {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 14px;
  }
  .mix-card__meta-item { display: contents; }
  .mix-card__meta dt { color: var(--muted); }
  .mix-card__meta dd {
    margin: 0;
  }

  .empty-state {
    margin: 48px 0 96px;
    color: var(--muted);
  }

  /* Auth */
  .auth-wrapper {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 48px 16px;
  }
  .auth-card {
    width: min(460px, 94vw);
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px 24px 24px;
    box-shadow: var(--shadow);
  }
  .auth-title { margin: 0 0 6px; font-size: 24px; font-weight: 800; }
  .auth-sub { margin: 0 0 16px; color: var(--muted); }
  .auth-error { margin: 0 0 12px; color: #ff7b7b; font-weight: 600; }
  .auth-label { display: block; margin: 10px 0 8px; color: var(--muted); }
  .auth-input {
    width: 100%;
    background: #0f111a;
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 12px 14px;
    outline: none;
  }
  .auth-input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(25, 227, 255, .15); }
  .auth-button {
    margin-top: 16px;
    width: 100%;
    padding: 12px 16px;
    border: 0;
    border-radius: 12px;
    font-weight: 700;
    color: var(--bg);
    background: linear-gradient(90deg, var(--accent), var(--primary));
    box-shadow: 0 10px 24px rgba(0,0,0,.35);
    cursor: pointer;
  }

  /* Footer visual candy */
  .site-footer {
    position: relative;
    padding: 26px 0 48px;
    border-top: 1px solid var(--border);
  }
  .site-footer p {
    color: var(--muted);
  }

  .bg-grid {
    position: absolute; inset: 0;
    background-image: linear-gradient(to right, rgba(255,255,255,.05) 1px, transparent 1px),
                      linear-gradient(to bottom, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(to top, black 0%, transparent 50%);
    pointer-events: none;
  }
  .bg-aurora {
    position: absolute; inset: -20% -10% auto -10%; height: 40%;
    background: radial-gradient(60% 80% at 20% 50%, rgba(124, 92, 255, .25), transparent 60%),
                radial-gradient(50% 60% at 85% 30%, rgba(25, 227, 255, .18), transparent 60%);
    filter: blur(30px) saturate(120%);
    pointer-events: none;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    .latest-mix {
      margin: 32px 0 48px;
      padding: 24px;
    }
    
    .latest-mix__content {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    
    .latest-mix__title {
      font-size: clamp(28px, 8vw, 36px);
    }
    
    .latest-mix__meta {
      grid-template-columns: 1fr;
      gap: 12px;
    }
  }

  /* Reduce motion */
  @media (prefers-reduced-motion: reduce) {
    .mix-card__download { transition: none; }
  }

  /* Download Modal */
  .dl-backdrop[hidden] { display: none; }
  .dl-backdrop {
    position: fixed; inset: 0; z-index: 50;
    display: grid; place-items: center;
    padding: 24px;
    background: radial-gradient(60% 80% at 50% 50%, rgba(124, 92, 255, .08), transparent 60%),
                rgba(0,0,0,.55);
    backdrop-filter: blur(4px);
    animation: fadeIn .25s ease both;
  }
  .dl-modal {
    width: min(760px, 96vw);
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 0;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.4);
  }
  .dl-close {
    position: absolute;
    margin: 8px;
    right: 8px;
    top: 8px;
    background: transparent;
    border: 0;
    color: var(--text);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    opacity: .75;
  }
  .dl-close:hover { opacity: 1; }

  .dl-visual { position: relative; background: #0f111a; }
  .dl-art {
    aspect-ratio: 1 / 1;
    background: radial-gradient(120% 120% at 20% 10%, rgba(124, 92, 255, .45), rgba(25, 227, 255, .15) 40%, transparent 60%);
    background-size: cover;
    background-position: center;
  }
  .dl-eq {
    position: absolute; inset: auto 0 0 0; height: 44px;
    display: grid; grid-template-columns: repeat(8, 1fr); align-items: end;
    gap: 6px; padding: 8px 10px;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.45));
  }
  .dl-eq span {
    height: 12px; width: 100%; border-radius: 3px;
    background: linear-gradient(180deg, var(--accent), var(--primary));
    box-shadow: 0 6px 18px rgba(25, 227, 255, .3);
    transform-origin: bottom center;
    animation: eq 1s ease-in-out infinite;
    animation-delay: calc(var(--i) * 120ms);
  }

  .dl-body { padding: 18px 18px 20px 18px; }
  .dl-title { margin: 4px 0 6px; font-size: 22px; font-weight: 800; }
  .dl-sub { margin: 0 0 14px; color: var(--muted); }
  .dl-progress {
    height: 12px; border-radius: 999px; overflow: hidden; border: 1px solid var(--border);
    background: rgba(255,255,255,.05);
  }
  .dl-progress__bar {
    height: 100%; width: 0%;
    background: linear-gradient(90deg, var(--accent), var(--primary));
    box-shadow: 0 0 18px rgba(25, 227, 255, .35);
    transition: width .15s ease;
  }
  .dl-meta { display: flex; gap: 12px; margin: 8px 0 12px; color: var(--muted); }
  .dl-actions { display: flex; justify-content: flex-end; gap: 8px; }
  .dl-cancel {
    padding: 10px 16px; border-radius: 10px; border: 1px solid var(--border);
    background: #0f111a; color: var(--text); cursor: pointer;
  }
  .dl-cancel:hover { border-color: var(--accent); }

  @keyframes eq {
    0%, 100% { transform: scaleY(0.35); }
    50% { transform: scaleY(1); }
  }
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  /* Animations */
  @keyframes sparkle {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.2) rotate(180deg); }
  }

  @keyframes glitter {
    0% { 
      opacity: 0; 
      transform: scale(0) rotate(0deg);
      box-shadow: 0 0 12px rgba(25, 227, 255, 0), 0 0 20px rgba(124, 92, 255, 0);
    }
    20% { 
      opacity: 1; 
      transform: scale(1.2) rotate(72deg);
      box-shadow: 0 0 12px rgba(25, 227, 255, 1), 0 0 20px rgba(124, 92, 255, 0.8);
    }
    40% { 
      opacity: 0.9; 
      transform: scale(1) rotate(144deg);
      box-shadow: 0 0 12px rgba(25, 227, 255, 0.8), 0 0 20px rgba(124, 92, 255, 0.6);
    }
    60% { 
      opacity: 1; 
      transform: scale(1.3) rotate(216deg);
      box-shadow: 0 0 12px rgba(25, 227, 255, 1), 0 0 20px rgba(124, 92, 255, 0.8);
    }
    80% { 
      opacity: 0.8; 
      transform: scale(1.1) rotate(288deg);
      box-shadow: 0 0 12px rgba(25, 227, 255, 0.6), 0 0 20px rgba(124, 92, 255, 0.4);
    }
    100% { 
      opacity: 0; 
      transform: scale(0) rotate(360deg);
      box-shadow: 0 0 12px rgba(25, 227, 255, 0), 0 0 20px rgba(124, 92, 255, 0);
    }
  }

  @keyframes musicGlitter {
    0%, 100% { 
      opacity: 0.3; 
      transform: scale(0.8);
    }
    50% { 
      opacity: 1; 
      transform: scale(1.2);
    }
  }

  @keyframes borderRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

  @keyframes coverGlow {
    0%, 100% { 
      box-shadow: 0 20px 40px rgba(0,0,0,.4), 0 0 20px rgba(124, 92, 255, 0.2);
    }
    50% { 
      box-shadow: 0 20px 40px rgba(0,0,0,.4), 0 0 40px rgba(124, 92, 255, 0.4), 0 0 60px rgba(25, 227, 255, 0.2);
    }
  }

  @keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
  }

  /* Cover Animationen */
  @keyframes coverFloat {
    0%, 100% { 
      transform: translateY(0px) rotate(0deg);
    }
    25% { 
      transform: translateY(-4px) rotate(0.5deg);
    }
    50% { 
      transform: translateY(-2px) rotate(-0.3deg);
    }
    75% { 
      transform: translateY(-6px) rotate(0.2deg);
    }
  }

  @keyframes coverPulse {
    0%, 100% { 
      filter: brightness(1) contrast(1) saturate(1);
    }
    50% { 
      filter: brightness(1.05) contrast(1.02) saturate(1.1);
    }
  }

  @keyframes coverGradient {
  0%, 100% { 
    background: radial-gradient(120% 120% at 20% 10%, rgba(124, 92, 255, .6), rgba(25, 227, 255, .3) 40%, transparent 60%);
  }
  25% { 
    background: radial-gradient(120% 120% at 80% 20%, rgba(124, 92, 255, .6), rgba(25, 227, 255, .3) 40%, transparent 60%);
  }
  50% { 
    background: radial-gradient(120% 120% at 50% 80%, rgba(124, 92, 255, .6), rgba(25, 227, 255, .3) 40%, transparent 60%);
  }
  75% { 
    background: radial-gradient(120% 120% at 20% 50%, rgba(124, 92, 255, .6), rgba(25, 227, 255, .3) 40%, transparent 60%);
  }
}

/* Musikalische Animationen für das Cover */
@keyframes musicPulse {
  0%, 100% { 
    transform: scale(1);
  }
  50% { 
    transform: scale(1.03);
  }
}

@keyframes musicGlow {
  0%, 100% { 
    box-shadow: 0 20px 40px rgba(0,0,0,.4), 0 0 20px rgba(124, 92, 255, 0.3);
  }
  50% { 
    box-shadow: 0 20px 40px rgba(0,0,0,.4), 0 0 40px rgba(124, 92, 255, 0.6), 0 0 60px rgba(25, 227, 255, 0.4);
  }
}

@keyframes musicBorderBeat {
  0%, 100% { 
    opacity: 0.6;
    transform: scale(1);
  }
  50% { 
    opacity: 1;
    transform: scale(1.05);
  }
}

@keyframes musicBass {
  0%, 100% { 
    filter: brightness(1) contrast(1);
  }
  50% { 
    filter: brightness(1.1) contrast(1.05);
  }
}

/* Musikalische Sparkle-Animation */
@keyframes musicSparkle {
  0%, 100% { 
    opacity: 0.3;
    transform: scale(1);
  }
  50% { 
    opacity: 0.8;
    transform: scale(1.1);
  }
}

  /* Glitzer-Animation */
  .glitter-container {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 10;
  }

  .glitter-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: linear-gradient(45deg, var(--accent), var(--primary), #fff);
  border-radius: 50%;
  left: var(--x);
  top: var(--y);
  animation: musicGlitter 0.8s ease-in-out infinite;
  animation-delay: var(--delay);
  box-shadow: 0 0 12px rgba(25, 227, 255, 1), 0 0 20px rgba(124, 92, 255, 0.8);
  z-index: 11;
}

  .glitter-particle::before {
    content: '';
    position: absolute;
    inset: -3px;
    background: inherit;
    border-radius: inherit;
    filter: blur(3px);
    opacity: 0.8;
  }

  .glitter-particle::after {
    content: '';
    position: absolute;
    inset: -1px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: inherit;
    filter: blur(1px);
    opacity: 0.6;
  }

  /* Einheitliche Button-Styles */
  .latest-mix__download,
  .mix-card__download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: linear-gradient(135deg, var(--accent), var(--primary));
    border: none;
    border-radius: 12px;
    color: var(--bg);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0,0,0,.3), 0 0 16px rgba(25, 227, 255, .3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .latest-mix__download::before,
  .mix-card__download::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.2), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .latest-mix__download:hover,
  .mix-card__download:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0,0,0,.4), 0 0 24px rgba(25, 227, 255, .4);
  }

  .latest-mix__download:hover::before,
  .mix-card__download:hover::before {
    opacity: 1;
  }

  .latest-mix__download:active,
  .mix-card__download:active {
    transform: translateY(0);
  }

  .latest-mix__download-icon {
    font-size: 18px;
    animation: bounce 2s ease-in-out infinite;
  }

  .latest-mix__download-text,
  .mix-card__download-text {
    position: relative;
    z-index: 1;
    letter-spacing: .02em;
  }

  .latest-mix__download-ext,
  .mix-card__download-ext {
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,.2);
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: var(--bg);
  }

  /* Limited Time Section - Nur noch kurze Zeit verfügbar */
  .limited-time-section {
    margin: 48px 0 72px;
    padding: 32px;
    background: linear-gradient(135deg, rgba(255, 107, 107, .08), rgba(255, 193, 7, .04));
    border: 1px solid rgba(255, 107, 107, .2);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,.3), 0 0 40px rgba(255, 107, 107, .1);
    position: relative;
    overflow: hidden;
  }

  .limited-time-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 80% at 20% 50%, rgba(255, 107, 107, .15), transparent 60%),
                radial-gradient(50% 60% at 85% 30%, rgba(255, 193, 7, .1), transparent 60%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
  }

  .limited-time-header {
    text-align: center;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
  }

  .limited-time-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(255, 107, 107, .3), rgba(255, 193, 7, .3));
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 16px;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
    animation: pulse 2s ease-in-out infinite;
  }

  .limited-time-badge-icon {
    font-size: 16px;
    animation: shake 1s ease-in-out infinite;
  }

  .limited-time-title {
    margin: 0 0 8px;
    font-size: clamp(28px, 5vw, 36px);
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--text), #ff6b6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(255, 107, 107, .3);
  }

  .limited-time-subtitle {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
  }

  .limited-time-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    position: relative;
    z-index: 1;
  }

  .limited-time-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
  }

  .limited-time-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgba(255, 107, 107, .1), rgba(255, 193, 7, .1));
    border-radius: 16px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .limited-time-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,.3), 0 0 20px rgba(255, 107, 107, .2);
  }

  .limited-time-card:hover::before {
    opacity: 1;
  }

  .limited-time-card__media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .limited-time-card__cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease;
  }

  .limited-time-card__cover--placeholder {
    background: linear-gradient(135deg, var(--border), var(--bg-elev));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: var(--muted);
  }

  .limited-time-card:hover .limited-time-card__cover {
    transform: scale(1.05);
    filter: brightness(1.1) contrast(1.05);
  }

  .limited-time-overlay {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #ff6b6b, #ff4757);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(255, 107, 107, .4);
    animation: pulse 2s ease-in-out infinite;
  }

  .limited-time-overlay__text {
    display: block;
    animation: shake 1.5s ease-in-out infinite;
  }

  .limited-time-card__body {
    padding: 20px;
  }

  .limited-time-card__download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #ff6b6b, #ff4757);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(255, 107, 107, .3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 12px;
  }

  .limited-time-card__download::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.2), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .limited-time-card__download:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 107, 107, .4);
  }

  .limited-time-card__download:hover::before {
    opacity: 1;
  }

  .limited-time-card__download-text {
    position: relative;
    z-index: 1;
    letter-spacing: .02em;
  }

  .limited-time-card__download-ext {
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,.2);
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
  }

  .limited-time-card__title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
    line-height: 1.3;
  }

  .limited-time-card__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 0;
  }

  .limited-time-card__meta-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .limited-time-card__meta-item dt {
    font-size: 11px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
  }

  .limited-time-card__meta-item dd {
    font-size: 13px;
    color: var(--text);
    font-weight: 500;
    margin: 0;
  }

  /* Animationen für Limited Time */
  @keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
  }

  @keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    75% { transform: translateX(2px); }
  }

  /* Responsive Anpassungen */
  @media (max-width: 768px) {
    .limited-time-section {
      margin: 32px 0 48px;
      padding: 24px;
    }
    
    .limited-time-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    
    .limited-time-title {
      font-size: 24px;
    }
    
    .limited-time-subtitle {
      font-size: 14px;
    }
  }


