.tag { display:inline-flex; align-items:center; gap:4px; }
.fade-in { animation: fadeIn 0.3s ease; }
@keyframes fadeIn { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }
#ptr-indicator { transition: transform 0.15s ease, opacity 0.15s ease; }
body.ptr-pulling { overscroll-behavior-y: contain; }
.disclaimer { display: block; }
.recipe-steps { display: none; }
.recipe-steps.open { display: block; }
/* iOS 홈 인디케이터 등 하단 안전영역 확보 (PWA 설치 시 특히 중요) */
body { padding-bottom: env(safe-area-inset-bottom); }
#premium-modal > div, #fav-modal > div { padding-bottom: calc(1.25rem + env(safe-area-inset-bottom)); }
@media all and (display-mode: standalone) {
  .adsbygoogle, .ad-banner, .coupang-banner, .disclaimer,
  [data-ad-client], .ad-section { display: none !important; }
}
