@tailwind base;@tailwind components;@tailwind utilities;:root{--primary-gradient:linear-gradient(135deg,#667eea,#764ba2);--secondary-gradient:linear-gradient(135deg,#f093fb,#f5576c)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow-x:hidden}html{scroll-behavior:smooth}.doctor-image-container{width:100%;aspect-ratio:4/5;overflow:hidden;border-radius:20px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.doctor-image{width:100%;height:100%;object-fit:cover;object-position:center top}@media (max-width:991px){.doctor-image-container{max-height:500px}}