/* Basic stylesheet placeholder */
:root{
  --max-width:1200px;
}
body{font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;margin:0;padding:0}
.container{max-width:var(--max-width);margin:0 auto;padding:1rem}
