﻿:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#fff;--foreground:#111;--muted:#f4f4f5;--muted-foreground:#6b7280;--border:#e5e7eb}*{box-sizing:border-box}body{background:var(--background);color:var(--foreground);margin:0;font-family:Helvetica Neue,Arial,sans-serif}a{color:inherit}img{max-width:100%;height:auto}.bg-background{background:var(--background)}.text-foreground{color:var(--foreground)}.text-muted-foreground{color:var(--muted-foreground)}.bg-muted{background:var(--muted)}.border{border:1px solid var(--border)}.border-b{border-bottom:1px solid var(--border)}.border-t{border-top:1px solid var(--border)}.rounded-full{border-radius:9999px}.rounded-3xl{border-radius:24px}.rounded-2xl{border-radius:18px}.rounded-xl{border-radius:12px}
