/* Minimal custom styles. Tailwind CDN provides utilities. */
:root{--background:#F8F9FA;--foreground:#2D2D2D;--primary:#00A8B5}
body{background:var(--background);color:var(--foreground);font-family:Inter,system-ui,Segoe UI,Roboto,"Helvetica Neue",Arial}
.container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}
.bg-background{background-color:#F8F9FA}
.text-muted-foreground{color:#6b7280}
.border-border{border-color:#e5e7eb}
.bg-muted{background-color:#f3f4f6}
.bg-primary{background-color:var(--primary)}
.text-primary{color:var(--primary)}
