body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: #0f1117;
  color: #e1e1e6;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 480px;
  padding: 1.5rem;
}

.card {
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

/* Idealnie ujednolicone nagłówki sekcji (Born today, Did you know?, Discover more) */
.date-header,
.fact-title,
.discover-header {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8b949e;
  margin-bottom: 0.5rem;
}

.date-header {
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
}

.composer-wrapper {
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

.country-tag {
  font-size: 0.8em;
  opacity: 0.6;
  margin-left: 0.35rem;
  letter-spacing: 0.05em;
}

.duration-tag {
  opacity: 0.5;
  font-size: 0.9rem;
  margin-left: 0.5rem;
}

.tags-container {
  margin-bottom: 1.5rem;
}

.mood-tag {
  font-size: 0.8rem;
  opacity: 0.7;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  margin-right: 0.4rem;
}

.actions {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.btn {
  flex: 1;
  text-align: center;
  padding: 0.7rem;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid #30363d;
  color: #e1e1e6;
  background: #21262d;
  transition: background 0.2s;
}

.btn:hover {
  background: #30363d;
}

.fav-btn {
  flex: 0 0 44px;
  color: #f85149;
  font-size: 1.1rem;
}

.fact-card {
  background: rgba(255, 255, 255, 0.02);
  border-left: 3px solid #58a6ff;
  padding: 1rem;
  border-radius: 0 8px 8px 0;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.4;
}

.fact-title {
  margin-bottom: 0.4rem;
}

.fact-voting {
  margin-top: 0.8rem;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.8;
}

.vote-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  transition: background 0.2s;
}

.vote-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.discover-card {
  background: rgba(255, 255, 255, 0.02);
  border-left: 3px solid #58a6ff;
  padding: 1rem;
  border-radius: 0 8px 8px 0;
  margin-bottom: 0;
  font-size: 0.95rem;
}

.discover-header {
  cursor: pointer;
  user-select: none;
  margin-bottom: 0;
}

.top5-list {
  display: none;
  margin-top: 0.8rem;
  flex-direction: column;
  gap: 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 0.8rem;
}

.top5-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  opacity: 0.9;
}

.top5-meta {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  opacity: 0.7;
  font-size: 0.82rem;
}
