@import "tailwindcss";

@theme {
  --color-brand: #3b82f6;
  --color-brand-dark: #1d4ed8;
  --color-surface: #1e1e2e;
  --color-surface-light: #2a2a3e;
  --color-surface-lighter: #363650;
}

/* Custom styles for the poster designer */
.poster-frame {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.poster-frame .maplibregl-ctrl-bottom-left,
.poster-frame .maplibregl-ctrl-bottom-right,
.poster-frame .maplibregl-ctrl-top-left,
.poster-frame .maplibregl-ctrl-top-right {
  display: none;
}

.settings-panel {
  scrollbar-width: thin;
  scrollbar-color: #4a4a6a #1e1e2e;
}

.settings-section summary {
  cursor: pointer;
  list-style: none;
}

.settings-section summary::-webkit-details-marker {
  display: none;
}

.theme-card {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.theme-card:hover {
  transform: scale(1.05);
}

.color-swatch {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.color-swatch:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

/* Legal page typography */
.prose-legal h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0.75rem;
}

.prose-legal h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.5rem;
}

.prose-legal p {
  margin-bottom: 0.75rem;
}

.prose-legal ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}

.prose-legal ul li {
  margin-bottom: 0.35rem;
}

.prose-legal a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s;
}

.prose-legal a:hover {
  color: white;
}
