
/* Custom tweaks on top of Tailwind */
:root { --brand: #ef4444; --brand-2: #f59e0b; }
.gradient-brand { background-image: linear-gradient(135deg, var(--brand), var(--brand-2)); }
.shadow-soft { box-shadow: 0 10px 30px rgba(0,0,0,.08); }
.container-narrow { max-width: 1024px; }
.blur-backdrop { backdrop-filter: saturate(180%) blur(8px); }
