:root { color-scheme: light; font-family: Inter, Arial, sans-serif; background: #f4f8fe; color: #122952; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: linear-gradient(145deg, #edf4ff, #f9fbff 45%, #e3efff); }
.shell { width: min(960px, calc(100% - 32px)); margin: 0 auto; padding: 48px 0 72px; }
.card { background: rgba(255,255,255,.98); border: 1px solid #dbe7f7; border-radius: 22px; box-shadow: 0 20px 50px rgba(18,41,82,.12); padding: 28px; }
.login { width: min(440px, 100%); margin: 12vh auto; }
.eyebrow { color: #2a67d6; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1 { margin: 8px 0; font-size: clamp(1.7rem, 4vw, 2.5rem); line-height: 1.05; }
h2 { margin: 0 0 16px; font-size: 1.25rem; }
h3 { margin: 0; font-size: 1.2rem; }
p { color: #415777; line-height: 1.6; }
label { display: grid; gap: 7px; color: #17366b; font-size: .86rem; font-weight: 700; }
input, textarea, select { width: 100%; border: 1px solid #b7cce9; border-radius: 10px; padding: 12px; font: inherit; color: #122952; background: #fff; }
textarea { min-height: 96px; resize: vertical; }
.form-grid { display: grid; gap: 16px; }
.button { appearance: none; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 10px; padding: 12px 18px; background: #1f5fd1; color: #fff; font: inherit; font-weight: 800; cursor: pointer; text-decoration: none; }
.button:hover { background: #174eaf; }
.button--outline { background: #fff; color: #174eaf; border: 1px solid #a9c3e8; }
.button--danger { background: #9f1f32; }
.topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.topline__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.topline__actions form, .job__actions form { margin: 0; }
.message { margin: 18px 0; padding: 12px 14px; border-radius: 10px; font-weight: 700; }
.message--error { color: #8d1c2b; background: #ffedef; }
.message--success { color: #1d633b; background: #eaf8ef; }
.message--notice { color: #704b00; background: #fff4d6; }
.login__back { margin-top: 12px; width: 100%; }
.jobs { display: grid; gap: 12px; margin-top: 22px; }
.job { padding: 16px; border: 1px solid #dbe7f7; border-radius: 14px; display: grid; gap: 10px; }
.job__meta { color: #5d7190; font-size: .85rem; }
.job__actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.job__actions a { color: #175bc5; font-weight: 800; }
.status { display: inline-flex; width: fit-content; border-radius: 999px; padding: 4px 8px; background: #e7f8ed; color: #1d633b; font-size: .78rem; font-weight: 800; }
.status--hidden { background: #eef2f8; color: #52627a; }
.admin-choice-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.admin-choice { display: grid; gap: 12px; padding: 24px; border: 1px solid #dbe7f7; border-radius: 18px; background: linear-gradient(180deg, #ffffff, #f6f9ff); color: inherit; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }
.admin-choice:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(18,41,82,.12); }
.admin-choice__tag { color: #2a67d6; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.admin-choice p { margin: 0; }
.session-warning { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 24px; background: rgba(10, 25, 51, .48); }
.session-warning[hidden] { display: none; }
.session-warning__panel { width: min(440px, 100%); padding: 28px; border-radius: 20px; background: #fff; box-shadow: 0 24px 64px rgba(10, 25, 51, .3); }
.session-warning__panel h2 { margin-top: 8px; }
.session-warning__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
@media (max-width: 620px) { .shell { width: min(100% - 24px, 960px); padding-top: 24px; } .card { padding: 20px; } .topline { align-items: flex-start; flex-direction: column; } .admin-choice-grid { grid-template-columns: 1fr; } .session-warning { padding: 16px; } .session-warning__actions { display: grid; } .session-warning__actions .button { width: 100%; } }
