/* Minimal site.css - provide base styles referenced by _Layout.cshtml */
html, body {
    margin: 0;
    padding: 0;
    font-family: Segoe UI, Roboto, Arial, sans-serif;
    background: #f8fafc;
    color: #0f172a;
}

a { color: #0b5fff; }

.container { padding: 16px; }

/* Add additional styles as needed */
