/* THEME: Sunset — pomarańczowo-różowy gradient, energetyczny (light) */
:root{
  --bg:#fff7ed;
  --surface:#ffffff;
  --surface-2:#fff1f2;
  --text:#431407;
  --text-2:#7c2d12;
  --muted:#9a3412;
  --border:#fed7aa;
  --primary:#ea580c;
  --primary-2:#c2410c;
  --primary-light:#ffedd5;
  --gold:#fbbf24;
  --gold-light:#fef3c7;
  --gradient-1:linear-gradient(135deg,#fb923c,#ec4899);
  --gradient-2:linear-gradient(135deg,#f97316,#e11d48);
  --gradient-premium:linear-gradient(135deg,#f59e0b,#d97706);
  --shadow-lg:0 10px 30px -5px rgb(234 88 12 / 0.2);
}
body{font-family:"Inter",-apple-system,system-ui,sans-serif;background:linear-gradient(180deg,#fff7ed 0%,#fff1f2 100%) fixed}

.site-header{background:linear-gradient(135deg,#ffedd5,#fed7aa) !important;border-bottom:2px solid var(--primary) !important}

/* Hero z mocnym gradientem */
.entry-hero{background:linear-gradient(135deg,#ffedd5,#fed7aa) !important}
.firma-wide-hero{background:linear-gradient(135deg,#ea580c,#e11d48) !important}

/* Premium złoto-amber */
.entry-card.premium,.premium-card{border-color:var(--gold) !important}

/* Karty z subtelnym warm */
.entry-card{box-shadow:0 1px 3px rgba(234,88,12,.08)}
.entry-card:hover{box-shadow:0 8px 24px rgba(234,88,12,.18)}

/* Cross-links */
.partner-promo{background:linear-gradient(135deg,#ffedd5,#fed7aa) !important;border-color:var(--primary) !important}

/* Cat-tags w warm */
.cat-tag{background:var(--primary-light) !important;color:var(--primary-2) !important}
