
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */:root{--font-size:16px;--background:snow;--foreground:#5b7b7c;--card:#fff;--card-foreground:#5b7b7c;--popover:#fff;--popover-foreground:#2d3a3a;--primary:#5b7b7c;--primary-foreground:snow;--secondary:#fce4e4;--secondary-foreground:#5b7b7c;--muted:#f8f8fa;--muted-foreground:#8a9a9a;--accent:#e59595;--accent-foreground:#fff;--destructive:#d4183d;--destructive-foreground:#fff;--border:#5b7b7c1a;--input:transparent;--input-background:#fff;--switch-background:#cbced4;--font-weight-medium:600;--font-weight-normal:400;--ring:#e59595;--radius:1.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@layer base{*{border-color:var(--border)}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{font-size:var(--font-size)}h1,h2,h3,h4{font-weight:var(--font-weight-medium);letter-spacing:-.025em}}