.floating-home-btn {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 2147483000;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(17, 24, 39, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #18181b;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.floating-home-btn:hover {
  background: #18181b;
  color: #fff;
}

.ambient-audio-toggle {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2147483000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 108px;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(17, 24, 39, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #18181b;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  user-select: none;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.ambient-audio-toggle.playing {
  background: #18181b;
  color: #f6d28b;
}

.top-announcement {
  cursor: pointer;
}

@media (max-width: 640px) {
  .floating-home-btn {
    top: 10px;
    right: 10px;
    min-height: 34px;
    padding: 0 11px;
  }

  .floating-home-btn span,
  .ambient-audio-toggle span {
    display: none;
  }

  .ambient-audio-toggle {
    min-width: 40px;
    width: 40px;
    padding: 0;
  }
}


.cookie-consent-banner {
  position: fixed;
  left: 18px;
  bottom: 72px;
  z-index: 2147482999;
  width: min(440px, calc(100vw - 36px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(0, 48, 65, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  color: #003041;
  box-shadow: 0 18px 45px rgba(0, 48, 65, 0.18);
  backdrop-filter: blur(14px);
}

.cookie-consent-banner strong {
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 4px;
}

.cookie-consent-banner p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #424f60;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-actions a {
  color: #cc7793;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.cookie-actions button {
  min-height: 36px;
  padding: 0 15px;
  border: none;
  border-radius: 999px;
  background: #003041;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  user-select: none;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 640px) {
  .cookie-consent-banner {
    left: 10px;
    right: 10px;
    bottom: 66px;
    width: auto;
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-actions {
    justify-content: space-between;
  }
}
