body.bereich-heute {
  overflow: hidden;
}

body.bereich-heute .today-screen {
  min-height: 100vh;
  padding: 20px;
  background:
    radial-gradient(circle at top, rgba(255, 138, 61, 0.22), transparent 24%),
    radial-gradient(circle at 82% 10%, rgba(244, 207, 99, 0.14), transparent 18%),
    radial-gradient(circle at bottom, #2a1000 0, #07080f 56%, #02030a 100%);
}

body.bereich-heute .app {
  min-height: 100vh;
}

body.bereich-heute .today-shell {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}

body.bereich-heute .today-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-height: auto;
  padding: 18px 18px 18px;
  border-radius: 28px;
  background:
              radial-gradient(circle at top left, rgba(244, 207, 99, 0.2), transparent 55%),
              radial-gradient(circle at bottom right, rgba(255, 107, 53, 0.14), transparent 62%),
              linear-gradient(160deg, #181005 0%, #231409 52%, #120b05 100%);
  border: 1px solid rgba(244, 207, 99, 0.28);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.65);
}

body.bereich-heute .today-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 18px;
  background:
              linear-gradient(180deg, rgba(56, 29, 8, 0.92) 0%, rgba(32, 17, 6, 0.98) 100%);
  border: 1px solid rgba(244, 207, 99, 0.22);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  animation: todayFadeSlideDown 0.55s ease-out both;
}

body.bereich-heute .today-banner-title,
body.bereich-heute .today-banner-progress,
body.bereich-heute .today-type {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.bereich-heute .today-banner-title {
  color: #f7d97b;
}

body.bereich-heute .today-banner-progress {
  color: rgba(255, 255, 255, 0.82);
}

body.bereich-heute .today-copy h2 {
  margin: 0 0 4px;
  color: var(--ink);
  text-align: center;
  font-size: clamp(1.45rem, 4.8vw, 2rem);
  line-height: 1.02;
}

body.bereich-heute .today-copy p {
  margin: 0;
  color: var(--muted);
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.35;
}

body.bereich-heute .today-hero {
  display: grid;
  gap: 16px;
  align-items: center;
  padding: 10px 4px 0;
  border-radius: 0;
  background: transparent;
  animation: todayFadeRise 0.65s 0.08s ease-out both;
}

body.bereich-heute .today-session-list {
  display: grid;
  gap: 18px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

body.bereich-heute .today-session-item {
  display: grid;
  gap: 18px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  background:
              radial-gradient(circle at top left, rgba(244, 207, 99, 0.1), transparent 55%),
              radial-gradient(circle at bottom right, rgba(255, 107, 53, 0.08), transparent 65%),
              rgba(18, 10, 4, 0.92);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.34);
  text-align: center;
  transition:
    transform 0.16s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
  animation: todayCardReveal 0.65s ease-out both;
}

body.bereich-heute .today-session-item:nth-child(1) {
  animation-delay: 0.16s;
}

body.bereich-heute .today-session-item:nth-child(2) {
  animation-delay: 0.28s;
}

body.bereich-heute .today-session-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

body.bereich-heute .today-slot-label {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

body.bereich-heute .today-type {
  color: #f4cf63;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(244, 207, 99, 0.12);
  border: 1px solid rgba(244, 207, 99, 0.18);
}

body.bereich-heute .today-session-item h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.15;
}

body.bereich-heute .today-session-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.42;
}

body.bereich-heute .today-session-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-direction: column;
}

body.bereich-heute .today-session-status {
  color: #f4cf63;
  font-size: 0.9rem;
  font-weight: 700;
}

body.bereich-heute .today-session-btn,
body.bereich-heute .today-map-btn {
  appearance: none;
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  min-height: 46px;
  padding: 0 16px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.12s ease,
    box-shadow 0.2s ease,
    filter 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

body.bereich-heute .today-session-btn {
  border: none;
  color: #2b1604;
  background: linear-gradient(135deg, #ff9b48, #f4cf63);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45), 0 0 24px rgba(255, 138, 61, 0.14);
  width: 100%;
  animation: todayButtonGlow 3.4s ease-in-out infinite;
}

body.bereich-heute .today-session-btn::before,
body.bereich-heute .today-map-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
  transform: translateX(-140%);
  transition: transform 0.55s ease;
  pointer-events: none;
}

body.bereich-heute .today-session-btn:hover,
body.bereich-heute .today-map-btn:hover {
  filter: brightness(1.05);
}

body.bereich-heute .today-session-btn:hover::before,
body.bereich-heute .today-map-btn:hover::before {
  transform: translateX(140%);
}

body.bereich-heute .today-session-btn:active,
body.bereich-heute .today-map-btn:active {
  transform: translateY(1px) scale(0.98);
}

body.bereich-heute .today-session-btn[disabled] {
  opacity: 0.55;
  cursor: default;
  box-shadow: none;
  filter: none;
  animation: none;
}

body.bereich-heute .today-map-btn {
  margin-top: 6px;
  border: 1px solid rgba(244, 207, 99, 0.88);
  color: #f4cf63;
  background: rgba(26, 14, 6, 0.98);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.36);
  width: 100%;
  max-width: 560px;
  align-self: center;
}

@media (max-width: 520px) {
  body.bereich-heute .app {
    min-height: 100dvh;
    height: 100dvh;
    min-height: 100svh;
    height: 100svh;
    padding: 0;
    overflow: hidden;
  }

  body.bereich-heute .today-screen {
    min-height: 100dvh;
    height: 100dvh;
    min-height: 100svh;
    height: 100svh;
    padding: 0;
    overflow: hidden;
  }

  body.bereich-heute .today-shell {
    min-height: 100dvh;
    height: 100dvh;
    min-height: 100svh;
    height: 100svh;
  }

  body.bereich-heute .today-card {
    min-height: 100%;
    height: 100%;
    border-radius: 0;
    gap: 14px;
    padding: 14px 14px calc(env(safe-area-inset-bottom, 0px) + 82px);
  }

  body.bereich-heute .today-banner {
    min-height: 50px;
    padding: 0 14px;
    border-radius: 16px;
  }

  body.bereich-heute .today-banner-title,
  body.bereich-heute .today-banner-progress {
    font-size: 0.93rem;
  }

  body.bereich-heute .today-hero {
    padding: 70px 0 2px;
  }

  body.bereich-heute .today-session-meta,
  body.bereich-heute .today-session-footer {
    align-items: center;
    flex-direction: column;
  }

  body.bereich-heute .today-session-list {
    gap: 50px;
  }

  body.bereich-heute .today-session-item {
    gap: 24px;
    padding: 22px 18px 24px;
  }

  body.bereich-heute .today-session-item h3 {
    font-size: 1.08rem;
  }

  body.bereich-heute .today-session-item p {
    font-size: 0.92rem;
    line-height: 1.34;
  }

  body.bereich-heute .today-session-btn,
  body.bereich-heute .today-map-btn {
    width: 100%;
  }

  body.bereich-heute .today-map-btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    max-width: none;
    margin-top: 0;
    min-height: 64px;
    padding: 18px 20px;
    padding-bottom: calc(18px + env(safe-area-inset-bottom, 0px));
    border-radius: 0;
    border: none;
    border-top: 1px solid rgba(244, 207, 99, 0.22);
    background:
      radial-gradient(circle at top, rgba(244, 207, 99, 0.08), transparent 70%),
      linear-gradient(180deg, rgba(30, 16, 6, 0.98) 0%, rgba(20, 10, 4, 0.99) 100%);
    color: #f4cf63;
    font-size: 1.02rem;
    letter-spacing: 0.01em;
    box-shadow:
      0 -12px 26px rgba(0, 0, 0, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }
}

@media (min-width: 720px) {
  body.bereich-heute .today-copy h2,
  body.bereich-heute .today-copy p {
    text-align: center;
  }
}

@media (min-width: 1100px) {
  body.bereich-heute .today-shell {
    max-width: 1380px;
  }

  body.bereich-heute .today-card {
    min-height: calc(100vh - 40px);
    gap: 36px;
    padding: 34px 40px 42px;
  }

  body.bereich-heute .today-banner {
    min-height: 62px;
    padding: 0 22px;
    border-radius: 20px;
  }

  body.bereich-heute .today-banner-title,
  body.bereich-heute .today-banner-progress {
    font-size: 0.94rem;
  }

  body.bereich-heute .today-hero {
    gap: 18px;
    padding: 18px 6px 4px;
  }

  body.bereich-heute .today-copy {
    max-width: 980px;
    margin: 0 auto;
  }

  body.bereich-heute .today-copy h2 {
    font-size: clamp(2rem, 3.2vw, 2.7rem);
    line-height: 0.98;
    text-align: center;
  }

  body.bereich-heute .today-copy p {
    font-size: 1.08rem;
    line-height: 1.42;
    text-align: center;
  }

  body.bereich-heute .today-session-list {
    width: min(1120px, 100%);
    max-width: none;
    gap: 40px;
  }

  body.bereich-heute .today-session-item {
    gap: 26px;
    padding: 32px 32px 34px;
    border-radius: 28px;
  }

  body.bereich-heute .today-session-item h3 {
    font-size: 1.7rem;
  }

  body.bereich-heute .today-session-item p {
    max-width: 860px;
    justify-self: center;
    font-size: 1.12rem;
    line-height: 1.5;
  }

  body.bereich-heute .today-session-footer {
    gap: 22px;
  }

  body.bereich-heute .today-session-btn {
    min-height: 62px;
    max-width: 620px;
    justify-self: center;
    font-size: 1.08rem;
  }

  body.bereich-heute .today-map-btn {
    min-height: 54px;
    max-width: 620px;
    margin-top: auto;
    font-size: 1rem;
  }

  body.bereich-heute .today-session-item:hover {
    transform: translateY(-4px);
    border-color: rgba(244, 207, 99, 0.18);
    box-shadow: 0 28px 56px rgba(0, 0, 0, 0.38);
  }

  body.bereich-heute .today-session-btn:hover {
    transform: translateY(-2px);
    box-shadow:
      0 20px 46px rgba(0, 0, 0, 0.48),
      0 0 28px rgba(255, 138, 61, 0.18);
  }

  body.bereich-heute .today-map-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(244, 207, 99, 1);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.42);
  }

}

@keyframes todayFadeSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes todayFadeRise {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes todayCardReveal {
  0% {
    opacity: 0;
    transform: translateY(26px) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes todayButtonGlow {
  0% {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45), 0 0 24px rgba(255, 138, 61, 0.14);
  }
  50% {
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.48), 0 0 32px rgba(255, 180, 70, 0.22);
  }
  100% {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45), 0 0 24px rgba(255, 138, 61, 0.14);
  }
}
