/* NO SHEEPS house style (nosheeps.nl): deep navy, brand blue, orange highlight, THICCCBOI */
@font-face { font-family: THICCCBOI; src: url(THICCCBOI-Regular.woff2) format("woff2"); unicode-range: U+0-7F; font-weight: 400; font-display: swap; }
@font-face { font-family: THICCCBOI; src: url(THICCCBOI-Medium.woff2) format("woff2"); unicode-range: U+0-7F; font-weight: 500 600; font-display: swap; }
@font-face { font-family: THICCCBOI; src: url(THICCCBOI-Bold.woff2) format("woff2"); unicode-range: U+0-7F; font-weight: 700 900; font-display: swap; }
:root {
  --bg: #050a24; --panel: #0b1438; --col: #081030; --ink: #eef2fb; --muted: #a8b6d9; --line: #1c2a5e;
  --accent: #4094ed; --accent-ink: #ffffff; --chip: #13204d; --bar: #01020a; --bar-ink: #eef2fb; --bar-chip: #13204d;
  --font: THICCCBOI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.light {
  --bg: #f3f6fc; --panel: #ffffff; --col: #e6ecf8; --ink: #01020a; --muted: #4a5680; --line: #d3dcef;
  --accent: #2f7fe0; --accent-ink: #ffffff; --chip: #e6ecf8; --bar: #01020a; --bar-ink: #eef2fb; --bar-chip: #13204d;
}
/* Logo is white on its own; give it the navy tile */
.brand img, .login h1 img { background: #0a1a7a; border-radius: 6px; padding: 3px; object-fit: contain; }
/* "Due soon" and the login tagline in the NO SHEEPS orange */
.sum.soon.hot { border-color: #ffb340; }
.bsub { color: #ffb340; }
.powered { margin: -4px 0 4px; font-size: 11px; color: var(--muted); letter-spacing: .04em; }
