/* CRM-Steuer custom styles (small, the heavy lifting is Tailwind via CDN) */
html, body { height: 100%; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
input:focus, select:focus, textarea:focus, button:focus { outline: 2px solid rgba(99, 102, 241, 0.4); outline-offset: -1px; }
input[type="checkbox"] { accent-color: #6366f1; }
kbd { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
