@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Poppins:wght@300;400;500;600&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 98%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--primary: 32 40% 50%;--primary-foreground: 0 0% 98%;--secondary: 240 5.9% 90%;--secondary-foreground: 240 5.9% 10%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--accent: 32 40% 50%;--accent-foreground: 240 5.9% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 240 10% 3.9%;--radius: .5rem}.dark{--background: 240 10% 3.9%;--foreground: 0 0% 98%;--card: 240 10% 3.9%;--card-foreground: 0 0% 98%;--popover: 240 10% 3.9%;--popover-foreground: 0 0% 98%;--primary: 32 40% 50%;--primary-foreground: 240 5.9% 10%;--secondary: 240 3.7% 15.9%;--secondary-foreground: 0 0% 98%;--muted: 240 3.7% 15.9%;--muted-foreground: 240 5% 64.9%;--accent: 32 40% 50%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 240 3.7% 15.9%;--input: 240 3.7% 15.9%;--ring: 240 4.9% 83.9%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-family:Poppins,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif}}.art-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.gallery-card[data-gallery=waddington-custot] .gallery-image,.gallery-card:has(.gallery-title:contains("Waddington Custot")) .gallery-image{object-position:center top;transform:translateY(-20px)}img[src*=waddington-custot],img[src*=sculpture],img[src*=bronze]{object-position:center top;transform:translateY(-20px)}.gallery-card.focus-top .gallery-image{object-position:center top;transform:translateY(-20px);transition:transform .3s ease}.favorite-btn{position:absolute!important;top:12px!important;right:12px!important;bottom:auto!important;background:#ffffffe6!important;border:none!important;border-radius:50%!important;width:36px!important;height:36px!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s ease!important;z-index:10!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;padding:0!important}.favorite-btn:hover{background:#fff!important;transform:scale(1.1)!important}.heart-icon{width:20px!important;height:20px!important;fill:none!important;stroke:#666!important;stroke-width:2!important;transition:all .3s ease!important}.favorite-btn.favorited .heart-icon{fill:#e74c3c!important;stroke:#e74c3c!important;animation:heartBeat .6s ease!important}@keyframes heartBeat{0%{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(1.1)}75%{transform:scale(1.25)}to{transform:scale(1)}}
