/* Global base styles */
body {
    font-family: system-ui, sans-serif;
    margin: 0;
    background: #f8fafc;
    color: #111827;
}

.page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px;
}

/* Utility classes (optional, if you want them globally) */
.flex { display: flex; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.gap-4 { gap: 1rem; }
.mt-10 { margin-top: 2.5rem; }
