@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-base:#f7f3ee;--bg-surface:#fdfcfa;--bg-subtle:#f0ebe3;--bg-inverse:#2e4057;--bg-inverse-hover:#253550;--accent:#2d8653;--accent-light:#eaf4ee;--accent-border:#a8d5b8;--brand:#2e4057;--brand-light:#e8ecf1;--text-primary:#1a1a1a;--text-secondary:#4a4a4a;--text-tertiary:#8a8a8a;--text-inverse:#fdfcfa;--error:#c0392b}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-text-size-adjust:100%;background-color:var(--bg-base);color:var(--text-primary)}body{min-height:100dvh;line-height:1.5;-webkit-font-smoothing:antialiased}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton-pulse{animation:skeleton-pulse 1.5s ease-in-out infinite}