@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: 22 96% 50%;--primary-foreground: 0 0% 100%;--secondary: 30 100% 97%;--secondary-foreground: 20 10% 10%;--accent: 15 80% 45%;--accent-foreground: 0 0% 100%;--background: 30 30% 98%;--foreground: 20 10% 10%;--muted: 30 10% 92%;--muted-foreground: 20 10% 40%;--card: 0 0% 100%;--card-foreground: 20 10% 10%;--border: 20 10% 90%;--input: 20 10% 90%;--destructive: 0 100% 40%;--destructive-foreground: 0 0% 100%;--ring: 22 96% 50%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:hsl(var(--foreground));background-color:hsl(var(--background))}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero{background-size:cover;background-position:center;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0006,#0009)}.hero-content{position:relative;z-index:10}.zillow-widget{border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.youtube-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.youtube-card{border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .2s ease-in-out}.youtube-card:hover{transform:translateY(-4px)}@media (max-width: 768px){.youtube-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}
