/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-x12e99zfhl] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-x12e99zfhl] {
  color: #0077cc;
}

.btn-primary[b-x12e99zfhl] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-x12e99zfhl], .nav-pills .show > .nav-link[b-x12e99zfhl] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-x12e99zfhl] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-x12e99zfhl] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-x12e99zfhl] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-x12e99zfhl] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-x12e99zfhl] {
  padding: 1rem 0;
}
/* /Pages/Submit/SubmitResults.cshtml.rz.scp.css */
.timer-pad[b-t1ko9z1zr6] {
    padding: 3rem 1rem;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

@font-face {
    font-family: 'DSEG7 Classic';
    src: url('/lib/dseg/fonts/DSEG7Classic-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DSEG7 Classic';
    src: url('/lib/dseg/fonts/DSEG7Classic-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.timer-display[b-t1ko9z1zr6] {
    /* Seven-segment display font: every digit has the same width, so the
       running time doesn't jitter as digits change. */
    font-family: 'DSEG7 Classic', monospace;
    font-size: clamp(2rem, 8vw, 3.5rem);
    font-weight: 400;
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
}

.timer-hand[b-t1ko9z1zr6] {
    width: clamp(2.25rem, 7vw, 3.75rem);
    height: clamp(2.25rem, 7vw, 3.75rem);
    flex-shrink: 0;
}

.timer-hand-right[b-t1ko9z1zr6] {
    /* The symbol is a left hand (thumb inward); mirror it for the right pad. */
    transform: scaleX(-1);
}

.timer-display.timer-label[b-t1ko9z1zr6] {
    /* Connect prompt / progress text — Polish diacritics don't exist in the
       seven-segment font, so fall back to the regular UI font. */
    font-family: var(--bs-body-font-family);
    font-size: clamp(1.5rem, 6vw, 2.5rem);
}

.timer-display.timer-message[b-t1ko9z1zr6] {
    /* Full-sentence driver messages (e.g. unsupported browser) — regular UI
       font at a modest size so long text wraps instead of dwarfing the pad. */
    font-family: var(--bs-body-font-family);
    font-size: clamp(1rem, 3vw, 1.25rem);
    color: var(--bs-danger);
}

.timer-display.timer-arming[b-t1ko9z1zr6] {
    color: var(--bs-danger);
}

.timer-display.timer-ready[b-t1ko9z1zr6] {
    color: var(--bs-success);
}
