body { margin: 0; min-height: 100vh; font-family: 'Inter', system-ui, sans-serif; color: #111827; line-height: 1.6; -webkit-font-smoothing: antialiased; background-color: #f8fafc; background-image: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(248, 250, 252, 0) 60%), linear-gradient(to right, rgba(15, 23, 42, 0.04) 1px, transparent 1px), linear-gradient(to bottom, rgba(15, 23, 42, 0.04) 1px, transparent 1px); background-size: 100% 100%, 40px 40px, 40px 40px; background-position: top left, center center, center center; background-attachment: fixed; background-repeat: no-repeat, repeat, repeat; }