/* Fallback generated stylesheet — combines theme + basic utilities */
/* Injected to fix missing build output; regenerate properly by running `npm run build` */

/* Basic theme variables (from default_shadcn_theme.css subset) */
:root{
  --background:#ffffff;
  --foreground:#111827;
  --card:#ffffff;
  --primary:#030213;
  --muted:#ececf0;
  --border:rgba(0,0,0,0.08);
  --radius:0.625rem;
}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:var(--background);color:var(--foreground);}

/* Basic layout helpers */
.container{max-width:1200px;margin:0 auto;padding:0 16px}
.text-muted{color:#717182}

/* Utility examples to approximate Tailwind output used by the app */
.bg-card{background:var(--card)}
.border{border:1px solid var(--border)}
.rounded-2xl{border-radius:1rem}
.font-bold{font-weight:700}
.text-primary{color:var(--primary)}
.px-4{padding-left:1rem;padding-right:1rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}

/* Simple responsive fixes */
img{max-width:100%;height:auto;display:block}

/* End of fallback stylesheet */
