@tailwind base;
@tailwind components;
@tailwind utilities;

html, body, #__next { height: 100%; }

body {
  @apply bg-financeBg text-gray-100;
  font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}

.card { background: #071226; border-radius: 12px; padding: 1rem; box-shadow: 0 6px 18px rgba(2,6,23,0.6); }
