/* Custom overrides and utilities */
:root {
  --brand: #f43f5e; /* rose-500 */
  --brand-600: #e11d48; /* rose-600 */
  --accent: #14b8a6; /* teal-500 */
}
html:focus-within { scroll-behavior: smooth; }
.gradient-hero { background: linear-gradient(135deg, rgba(244, 63, 94, .15), rgba(34,197,94,.1)); }
.shadow-soft { box-shadow: 0 10px 25px rgba(2, 6, 23, .08); }
.backdrop-blur-md { backdrop-filter: blur(8px); }
a.skip-link{
  position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;
}
a.skip-link:focus{left:1rem;top:1rem;width:auto;height:auto;background:#fff;padding:.5rem 1rem;border-radius:.5rem;}
/* Print-friendly transparency table */
@media print {
  .no-print { display:none !important; }
}