@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground-rgb:40,40,40;--background-rgb:250,249,246;--primary-rgb:30,64,175;--secondary-rgb:245,158,11}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body{color:rgb(var(--foreground-rgb));background:rgb(var(--background-rgb));min-height:100vh;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.bg-milk{background-color:rgb(var(--background-rgb))}.bg-milk-light{background-color:rgba(var(--background-rgb),.8)}.gradient-text{background:linear-gradient(90deg,rgb(var(--primary-rgb)),#3b82f6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.card-milk{background:rgb(var(--background-rgb));border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 20px rgba(0,0,0,.04)}.hover-lift{transition:transform .2s ease,box-shadow .2s ease}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.08)}