/* Lovable Builder frontend styles */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.9);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--wp--preset--color--subtle);
}
.site-header__inner {
  max-width: var(--wp--style--global--wide-size, 1200px);
  margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem var(--wp--preset--spacing--md);
  gap: 1rem;
}
.site-title { font-weight: 700; font-size: 1.25rem; text-decoration: none; color: inherit; font-family: var(--wp--preset--font-family--heading); }
.site-nav ul { display: flex; gap: 1.5rem; list-style: none; padding: 0; margin: 0; }
.site-nav a { text-decoration: none; color: var(--wp--preset--color--muted); font-weight: 500; }
.site-nav a:hover { color: var(--wp--preset--color--foreground); }

.site-footer { background: var(--wp--preset--color--surface); margin-top: 4rem; padding: 2rem var(--wp--preset--spacing--md); border-top: 1px solid var(--wp--preset--color--subtle); }
.site-footer__inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.site-footer__inner p { margin: 0; color: var(--wp--preset--color--muted); }
.site-footer ul { display: flex; gap: 1rem; list-style: none; padding: 0; margin: 0; }
.site-footer a { color: var(--wp--preset--color--muted); text-decoration: none; }

.entry { max-width: var(--wp--style--global--content-size, 780px); margin: 2.5rem auto; padding: 0 var(--wp--preset--spacing--md); }
.entry-header { margin-bottom: 1.5rem; }
.entry-title { margin: 0 0 .5rem; }
.entry-meta { color: var(--wp--preset--color--muted); font-size: .875rem; }
.entry-thumbnail { margin: 1.5rem 0; }
.entry-thumbnail img { border-radius: var(--wp--custom--radius--lg); }
