:root { font-family: system-ui, -apple-system, sans-serif; color: #1d2733; background: #f4f6f8; }
* { box-sizing: border-box; }
body { margin: 0; }
.topbar { display:flex; justify-content:space-between; align-items:center; padding:20px 28px; background:#17212b; color:white; }
.topbar h1 { margin:0 0 4px; font-size:24px; }
.topbar p { margin:0; opacity:.75; }
.topbar a { color:white; }
main { padding:24px; }
.filters { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:18px; }
.filters a { padding:7px 10px; text-decoration:none; color:#27384a; background:white; border:1px solid #d7dee6; border-radius:6px; }
.filters a.active { font-weight:700; border-color:#27384a; }
.table-wrap { overflow:auto; background:white; border:1px solid #d7dee6; border-radius:8px; }
table { width:100%; border-collapse:collapse; min-width:1100px; }
th, td { padding:11px 12px; border-bottom:1px solid #e6ebf0; text-align:left; vertical-align:top; }
th { background:#eef2f6; font-size:13px; }
small { color:#687586; }
button { background:#1769aa; color:white; border:0; border-radius:5px; padding:9px 13px; cursor:pointer; }
.status { display:inline-block; padding:4px 8px; border-radius:99px; background:#dfe7ef; text-transform:capitalize; font-size:12px; font-weight:700; }
.status-printed { background:#d7f2df; }
.status-failed, .status-media_out { background:#ffd9d9; }
.status-printing, .status-accepted { background:#fff1c7; }
.error-text { color:#a51e1e; max-width:260px; margin-top:6px; font-size:12px; }
.alert { padding:12px 14px; border-radius:6px; margin-bottom:16px; }
.alert.success { background:#d7f2df; }
.alert.error { background:#ffd9d9; }
.login-page { min-height:100vh; display:grid; place-items:center; }
.login-card { width:min(420px, calc(100% - 32px)); background:white; padding:28px; border-radius:10px; box-shadow:0 12px 40px rgba(0,0,0,.12); }
.login-card label { display:block; margin:14px 0; }
.login-card input { width:100%; padding:10px; margin-top:5px; border:1px solid #bbc5cf; border-radius:5px; }
