body {
    font-family: 'Orpheus Pro', sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
}

/* Monochrome anchors */
a { color: #000; }
a:hover { color: #111; }

/* Auth (Login) page styles moved from Blade */
.auth-page { min-height: 100vh; background: #fff; color: #000; display: flex; align-items: center; justify-content: center; }
.auth-card { width: 100%; max-width: 420px; border: 1px solid #000; border-radius: 0; padding: 32px; background: #fff; }
.brand-mark { display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.brand-mark img { height: 56px; width: auto; filter: grayscale(100%); }
.auth-title { font-weight: 600; letter-spacing: .5px; margin-bottom: 8px; text-align: center; }
.auth-subtitle { font-size: .95rem; color: #000; text-align: center; margin-bottom: 24px; }
.form-label { font-weight: 600; color: #000; }
.form-control { border: 1px solid #000; border-radius: 0; background: #fff; color: #000; }
.form-control:focus { box-shadow: none; border-color: #000; }
.btn-black { background: #000; color: #fff; border-radius: 0; border: 1px solid #000; }
.btn-black:hover { background: #111; color: #fff; border-color: #000; }
.helper-row { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.form-check-input { border: 1px solid #000; }
.form-check-input:checked { background-color: #000; border-color: #000; }
.link-muted { color: #000; text-decoration: underline; text-underline-offset: 2px; }
.link-muted:hover { color: #111; }
.auth-footer { text-align: center; margin-top: 24px; color: #111; }