/* This file would contain all the necessary CSS for your application. */
/* A real build process with TailwindCSS would generate thousands of lines of CSS here */
/* based on the classes used in your components. */
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}body{margin:0;line-height:inherit}#root{width:100%}
/* Placeholder styles to show the CSS is loading */
body { background-color: #f3f4f6; color: #11182b; }
.dark body { background-color: #11182b; color: #f3f4f6; }
h1 { font-size: 2.25rem; font-weight: 800; }
p { font-size: 1.125rem; }
button { padding: 0.75rem 1.5rem; background-color: #4f46e5; color: white; border-radius: 0.375rem; font-weight: 600; cursor: pointer; }
button:hover { background-color: #4338ca; }
