/* GENERATED BY AIRFRY-ONE */

:root {
  --brand-color: #E14B08;
  --brand-bg: #FFF2EB;
  --slate-dark: #0F172A;
  --radius-xl: 2.5rem;
}

* { -webkit-tap-highlight-color: transparent; }
.safe-pb { padding-bottom: env(safe-area-inset-bottom, 20px); }
.safe-pt { padding-top: env(safe-area-inset-top, 20px); }
.safe-pl { padding-left: env(safe-area-inset-left); }
.safe-pr { padding-right: env(safe-area-inset-right); }

::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
.dark ::-webkit-scrollbar-thumb { background: #334155; }
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.animate-blob { animation: blob 10s infinite; }
.animate-float { animation: float 6s ease-in-out infinite; }
.animate-reveal { animation: reveal 0.6s ease-out forwards; }
.animate-heart { animation: heart-burst 0.4s ease-in-out; }

@media print {
  header, footer, nav, .no-print, button, iframe, .ad-slot { display: none !important; }
  body { background: white; color: black; font-family: serif; }
  a { text-decoration: none; color: black; }
}

