/* ITCDK website CI, sourced from https://itcdk.de/css/style.css.
   Manrope headings, Inter body, navy / signal-blue and node-line motif. */
:root {
  --ink: #0A1E3B;
  --blue: #0089D6;
  --blue-deep: #0B4DA6;
  --sky: #EAF3FC;
  --muted: #55677F;
  --line: #DCE6F0;
  color-scheme: light;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,.brand,.eyebrow,button,.timer-clock,.stats strong {
  font-family: Manrope,system-ui,sans-serif;
}
h1,h2 { font-weight: 800; letter-spacing: -.025em; color: var(--ink); }
h3 { font-weight: 700; color: var(--ink); }
button { border-radius: 999px; font-weight: 700; }
.primary { background: var(--blue-deep); box-shadow: 0 2px 6px #0A1E3B12; }
.primary:hover:not(:disabled) { background: #083D87; filter: none; }
.secondary { border-color: #24365C; }
.secondary:hover:not(:disabled) { background: var(--sky); filter: none; }
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible {
  outline: 3px solid var(--blue); outline-offset: 3px;
}
input,select,textarea { border-radius: 10px; }
.sidebar { background: linear-gradient(160deg,#0A1E3B,#12294D); }
.brand { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; background: #fff; padding: 12px; border-radius: 10px; white-space: normal; }
.brand img { display: block; width: 100%; max-width: 290px; height: auto; }
.brand>span { color: var(--blue-deep); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sidebar-caption { margin-top: 38px; font-size: 10px; }
nav button { border-radius: 10px; align-items: center; min-height: 46px; }
nav button.active { background: #173C67; color: #fff; box-shadow: inset 3px 0 0 var(--blue); }
.nav-icon { width: 20px; height: 20px; flex-shrink: 0; }
.avatar { color: var(--ink); background: #7FC4F2; }
.page-header .eyebrow { color: var(--blue-deep); letter-spacing: .1em; }
.private-badge { background: var(--sky); color: var(--blue-deep); font-weight: 600; }
.timer-card { position: relative; background: linear-gradient(115deg,#EAF3FC,#F4F8FD); border-radius: 18px; border-color: var(--line); box-shadow: 0 1px 2px #0A1E3B06; }
.timer-top .eyebrow { display: inline-flex; gap: 10px; align-items: center; letter-spacing: .09em; }
.timer-top .eyebrow::before { content: ''; width: 8px; height: 8px; border: 2px solid var(--blue); border-radius: 50%; box-shadow: 19px 0 0 -1px var(--blue); margin-right: 20px; }
.timer-clock { color: var(--ink); font-weight: 600; }
.status-pill { color: var(--blue-deep); border: 1px solid var(--line); }
.status-pill.running { background: var(--blue-deep); border-color: var(--blue-deep); color: #fff; }
.table-card,.panel,.stats article,dialog { border-radius: 18px; box-shadow: 0 1px 2px #0A1E3B06; }
.stats article { border-top: 3px solid var(--blue); }
.stats strong { color: var(--ink); font-weight: 700; }
td button { border-radius: 999px; padding: 8px 11px; }
.audit-item { border-color: var(--blue); }
.login-intro { background: radial-gradient(ellipse at 95% 35%,#16466F 0%,transparent 60%),linear-gradient(160deg,#0A1E3B,#12294D); }
.login-intro .brand { width: 330px; max-width: calc(100% - 80px); padding: 16px 20px; }
.login-intro h1 { color: #fff; font-weight: 800; font-size: clamp(44px,4.8vw,68px); }
.login-intro p,.intro-foot { color: #B9CBE3; }
.login-card .eyebrow { color: var(--blue-deep); }
.login-card h2 { font-weight: 800; }
.login-card>button { min-height: 48px; }
.intro-foot::before { content: ''; display: inline-block; width: 30px; height: 2px; background: var(--blue); vertical-align: middle; margin-right: 12px; }
@media (max-width:1100px) {
  .sidebar .brand { padding: 10px; }
  .brand>span { font-size: 9px; }
}
@media (max-width:720px) {
  .sidebar { padding-top: 10px; padding-bottom: 8px; }
  .sidebar>.brand { width: 190px; padding: 7px 10px; gap: 4px; }
  .sidebar .brand img { width: 168px; }
  .sidebar .brand>span { font-size: 8px; }
  nav button { border-radius: 10px; }
  nav button.active { box-shadow: inset 0 -3px 0 var(--blue); }
  .nav-icon { width: 18px; height: 18px; }
  .login-intro { min-height: 310px; padding-top: 155px; }
  .login-intro .brand { top: 22px; width: 275px; padding: 12px 16px; }
  .login-intro h1 { font-size: 38px; }
  .timer-clock { font-size: 45px; }
  .stats strong { font-size: 25px; }
  .status-pill { font-size: 9px; }
}
@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after { transition: none!important; scroll-behavior: auto!important; }
}
