:root{--background:#f7f8fb;--foreground:#0f172a}body{background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}@apply rounded-xl border border-slate-200 bg-white p-5 shadow-sm;@apply rounded-lg bg-indigo-600 px-4 py-2 font-medium text-white hover:bg-indigo-500;@apply rounded-lg border border-slate-300 px-4 py-2 font-medium text-slate-700 hover:bg-slate-50;@apply w-full rounded-lg border border-slate-300 bg-white px-3 py-2 text-sm outline-none focus:border-indigo-500 focus:ring-2 focus:ring-indigo-100;
