@tailwind base;@tailwind components;@tailwind utilities;:root{--header-height:64px;scroll-behavior:smooth}@layer base{*,:after,:before{box-sizing:border-box}html{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1,"liga" 1}body{background-color:#f8f5f0;color:#1c1c1e;overflow-y:scroll}img{max-width:100%;height:auto}:focus-visible{outline:2px solid #ff3a2d;outline-offset:2px;border-radius:4px}:focus:not(:focus-visible){outline:none}h1,h2,h3{font-weight:700;line-height:1.15;letter-spacing:-.02em}h1,h2,h3,h4,h5,h6{font-family:var(--font-jakarta),system-ui,sans-serif}h4,h5,h6{font-weight:600;line-height:1.3}a{color:inherit;text-decoration:none}}@layer components{.badge,.badge-brand,.badge-new,.badge-pro,.badge-viral,.btn-primary,.btn-secondary,.card,.container-content,.container-main,.img-gradient{@apply absolute inset-0 bg-gradient-card pointer-events-none}.skeleton{@apply bg-background-muted rounded-lg animate-shimmer;background-size:200% 100%;background-image:linear-gradient(90deg,#f0ede8 25%,#f8f5f0 50%,#f0ede8 75%)}.divider,.input-base,.section-title{@apply w-full px-4 py-3 rounded-xl
           bg-background-card border border-border
           text-text-primary placeholder:text-text-muted
           focus:outline-none focus:ring-2 focus:ring-brand-500 focus:border-transparent
           transition-all duration-150}}@layer utilities{.text-gradient-brand{background:linear-gradient(135deg,#ff3a2d,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.font-display-title{font-family:var(--font-fraunces);font-style:italic;font-weight:700}.scroll-x-hidden{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.scroll-x-hidden::-webkit-scrollbar{display:none}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.aspect-recipe{aspect-ratio:4/3}.pt-header{padding-top:var(--header-height)}}.card-grid>:first-child{animation-delay:0ms}.card-grid>:nth-child(2){animation-delay:50ms}.card-grid>:nth-child(3){animation-delay:.1s}.card-grid>:nth-child(4){animation-delay:.15s}.card-grid>:nth-child(5){animation-delay:.2s}.card-grid>:nth-child(6){animation-delay:.25s}.card-grid>:nth-child(7){animation-delay:.3s}.card-grid>:nth-child(8){animation-delay:.35s}.card-grid>:nth-child(9){animation-delay:.4s}@keyframes wip-pulse{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.3;transform:scale(1.15)}}@keyframes wip-blink{0%,to{opacity:1}50%{opacity:.3}}.wip-blob{animation:wip-pulse 6s ease-in-out infinite}.wip-blob-2{animation:wip-pulse 8s ease-in-out 2s infinite}.wip-dot-blink{animation:wip-blink 1.5s ease-in-out infinite}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c8c4be;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#aeaeb2}