@import url("./mockups/login-concepts-v4.css?v=calibre-23");

:root { --gold: #d5a34c; }
html[data-theme] body.calibre-live-page { display: block; min-width: 320px; min-height: 100svh; overflow-x: hidden; margin: 0; padding: 0; color: #f4f7f8; background: #0a222d; font-family: Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; }
html[data-theme] body.calibre-live-page::before,html[data-theme] body.calibre-live-page::after { content: none; }
.calibre-live-page .calibre-portal { position: relative; display: grid; grid-template-columns: 1fr; place-items: stretch; min-height: 100svh; overflow: hidden; background: #0a222d; }
.calibre-live-page .panorama-brand { position: absolute; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; }
.calibre-live-page .brand { display: flex; align-items: center; }
.calibre-live-page .brand img { filter: brightness(0) invert(1); }
.calibre-live-page .brand > i { width: 1px; height: 38px; margin: 0 17px; background: var(--gold); }
.calibre-live-page .brand > strong { color: #fff; font-size: 14px; font-weight: 720; letter-spacing: .3em; text-transform: uppercase; }
.calibre-live-page .calibre-layout {
  align-self: center;
  grid-template-columns: minmax(250px, .82fr) minmax(360px, 1.08fr) minmax(230px, .72fr);
  width: min(1320px, calc(100% - 64px));
  min-height: calc(100svh - 132px);
  margin: 96px auto 24px;
}
/* De horizontale sierlijn liep ter hoogte van de velden dwars door de inlog.
   Volledig verwijderd op alle formaten (was al verborgen in de mobiele versie). */
.calibre-live-page .calibre-layout::before { display: none !important; }
.calibre-live-page .calibre-access > span { color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.calibre-live-page .calibre-access h1 { margin: 8px 0 12px; color: #f4f7f8; font-size: clamp(2.25rem,3.5vw,3.2rem); line-height: 1.05; }
.calibre-live-page .calibre-access h1::before { content: none !important; display: none !important; }
.calibre-live-page .calibre-access .system-name { display: grid; gap: 4px; margin: 0 0 24px; }
.calibre-live-page .calibre-access .system-name strong { color: #f4f7f8; font-size: 15px; }
.calibre-live-page .calibre-access .system-name small,.calibre-live-page .secure-note { color: rgba(255,255,255,.48); }
.calibre-live-page .secure-note { display: block; margin-top: 17px; text-align: center; font-size: 9px; }
.calibre-login-form { display: grid; gap: 14px; }
.calibre-login-form label { display: grid; grid-template-columns: 1fr; align-items: stretch; gap: 7px; }
.calibre-login-form label > span { color: rgba(255,255,255,.58); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.calibre-login-form select,.calibre-login-form input { width: 100%; min-height: 46px; border: 1px solid rgba(255,255,255,.14); border-radius: 5px; color: #f2f5f6; background: rgba(255,255,255,.055); padding: 0 13px; font: inherit; font-size: 12px; font-weight: 680; }
.calibre-login-form select:focus,.calibre-login-form input:focus { border-color: rgba(208,154,60,.7); outline: 0; box-shadow: 0 0 0 3px rgba(208,154,60,.12); }
.calibre-login-form input::placeholder { color: rgba(255,255,255,.3); }
.calibre-login-button { width: 100%; min-height: 46px; border: 0; border-radius: 5px; color: #102833; background: var(--gold); padding: 0 15px; font-weight: 850; text-align: left; cursor: pointer; }
.calibre-login-button b { float: right; font-size: 16px; font-weight: 500; }
.calibre-login-button:hover,.calibre-login-button:focus-visible { filter: brightness(1.06); transform: translateY(-1px); }
.calibre-live-page .login-error { margin: 0; border: 1px solid rgba(223,86,86,.4); border-radius: 4px; color: #ffc4c4; background: rgba(126,25,25,.16); padding: 10px 12px; font-size: 11px; }

html[data-theme="light"] body.calibre-live-page,html[data-theme="light"] .calibre-live-page .calibre-portal { color: #102c38; background: #f1f4f5; }
html[data-theme="light"] .calibre-live-page .brand img { filter: none; }
/* Even prominent als het witte "Advies" op de donkere pagina: de canonieke
   donkere merkkleur, niet het lichtere #102c38. */
html[data-theme="light"] .calibre-live-page .brand > strong { color: #0a222d; }
/* "ADVIES" in de klok even licht als het witte "KBr"-logo: het goud #cfb173
   verdween tegen de goudkleurige wijzerplaat op het lichte thema. */
html[data-theme="light"] .calibre-live-page .watch-brand small { color: #f5f7f8; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
html[data-theme="light"] .calibre-live-page .calibre-theme i { transform: translateX(-31px); }
html[data-theme="light"] .calibre-live-page .calibre-access h1,html[data-theme="light"] .calibre-live-page .calibre-access .system-name strong { color: #102c38; }
html[data-theme="light"] .calibre-live-page .calibre-access .system-name small,html[data-theme="light"] .calibre-live-page .secure-note { color: #657b84; }
html[data-theme="light"] .calibre-login-form label > span { color: #647982; }
html[data-theme="light"] .calibre-login-form select,html[data-theme="light"] .calibre-login-form input { border-color: rgba(16,44,56,.14); color: #102c38; background: rgba(255,255,255,.58); }
html[data-theme="light"] .calibre-login-form input::placeholder { color: #91a5ae; }
html[data-theme="light"] .calibre-live-page .login-error { color: #8d2020; background: rgba(190,50,50,.07); }

/* A 15-inch laptop has desktop width but considerably less vertical room.
   Keep the three-part composition intact while scaling its visual weight. */
@media (min-width: 901px) and (max-width: 1500px) {
  .calibre-live-page .calibre-layout {
    grid-template-columns: minmax(240px, .8fr) minmax(350px, 1.06fr) minmax(220px, .68fr);
    gap: clamp(22px, 2.6vw, 38px);
    width: min(1240px, calc(100% - 48px));
  }
  .calibre-live-page .calibre-watch { width: clamp(250px, 23vw, 310px); }
  .calibre-live-page .calibre-access { padding-inline: clamp(16px, 2vw, 26px); }
  .calibre-live-page .calibre-values { padding-inline: clamp(12px, 1.8vw, 20px); }
}

@media (min-width: 901px) and (max-height: 820px) {
  .calibre-live-page .panorama-brand { padding-block: 18px; }
  .calibre-live-page .calibre-layout {
    min-height: calc(100svh - 104px);
    margin-top: 82px;
    margin-bottom: 12px;
  }
  .calibre-live-page .calibre-watch { width: clamp(230px, 21vw, 280px); }
  .calibre-live-page .calibre-instrument { gap: 14px; padding-block: 16px; }
  .calibre-live-page .calibre-access { padding-block: 22px; }
  .calibre-live-page .calibre-access::before { margin-bottom: 20px; }
  .calibre-live-page .calibre-access h1 { font-size: clamp(2rem, 3vw, 2.65rem); }
  .calibre-live-page .calibre-access .system-name { margin-bottom: 18px; }
  .calibre-live-page .calibre-values { min-height: 260px; padding-block: 22px; }
  .calibre-live-page .value-cycle p { font-size: clamp(2rem, 3vw, 2.65rem); }
}

@media (min-width: 561px) and (max-width: 900px) {
  .calibre-live-page .calibre-portal { min-height: 100svh; }
  .calibre-live-page .panorama-brand { padding: 22px 28px; }
  .calibre-live-page .panorama-brand .brand img { width: 76px; height: 36px; flex-basis: 76px; }
  .calibre-live-page .panorama-brand .brand > i { height: 32px; margin-inline: 14px; }
  .calibre-live-page .panorama-brand .brand > strong { font-size: 12px; }
  .calibre-live-page .calibre-header-meta { gap: 12px; }
  .calibre-live-page .calibre-header-meta > span { font-size: 8px; }
  .calibre-live-page .calibre-layout { grid-template-columns: 220px minmax(0,1fr); gap: 22px 24px; width: calc(100% - 64px); min-height: 0; margin: 104px auto 28px; }
  .calibre-live-page .calibre-layout::before { top: 36%; right: 3%; left: 3%; }
  .calibre-live-page .calibre-watch { width: 226px; }
  .calibre-live-page .calibre-instrument { padding-inline: 0; transform: translateX(-8px); }
  .calibre-live-page .calibre-access { padding: 28px 12px; }
  .calibre-live-page .calibre-access h1 { font-size: 2.25rem; }
  .calibre-live-page .calibre-values { grid-column: 1/-1; justify-items: center; min-height: 155px; padding: 18px 20px 0; text-align: center; }
  .calibre-live-page .value-cycle { min-height: 88px; justify-items: center; }
  .calibre-live-page .value-cycle p { font-size: 2.25rem; }
}

@media (max-width: 560px) {
  .calibre-live-page .calibre-portal { min-height: 100svh; overflow: visible; }
  .calibre-live-page .panorama-brand { display: flex; align-items: center; gap: 10px; padding: 18px 16px; }
  .calibre-live-page .panorama-brand .brand img { width: 58px; height: 29px; flex-basis: 58px; }
  .calibre-live-page .panorama-brand .brand > i { height: 27px; margin-inline: 10px; }
  .calibre-live-page .panorama-brand .brand > strong { font-size: 9px; letter-spacing: .24em; }
  .calibre-live-page .calibre-header-meta { margin-left: auto; }
  .calibre-live-page .calibre-header-meta > span { display: none; }
  .calibre-live-page .calibre-theme { width: 56px; height: 28px; }
  .calibre-live-page .calibre-theme i { width: 20px; height: 20px; }
  .calibre-live-page .calibre-theme.light-active i,html[data-theme="light"] .calibre-live-page .calibre-theme i { transform: translateX(-28px); }
  /* Niet verticaal centreren op de telefoon: bij een kort scherm valt de inhoud
     dan half weg en verspringt de inlog. Laat hem vanaf boven meelopen en
     natuurlijk scrollen. */
  .calibre-live-page .calibre-portal { min-height: 100svh; height: auto; overflow: visible; align-items: start; }
  .calibre-live-page .calibre-layout { grid-template-columns: 1fr; gap: 12px; width: calc(100% - 36px); min-height: 0; margin: 78px auto 24px; align-self: start; }
  /* Sierlijn heeft geen functie in de gestapelde mobiele weergave. */
  .calibre-live-page .calibre-layout::before { display: none; }
  .calibre-live-page .calibre-instrument { gap: 0; padding: 8px 0; }
  .calibre-live-page .calibre-watch { width: 198px; }
  .calibre-live-page .calibre-instrument > p { display: none; }
  .calibre-live-page .calibre-access { padding: 20px 12px 26px; }
  .calibre-live-page .calibre-access::before { margin-bottom: 20px; }
  .calibre-live-page .calibre-access h1 { font-size: 2rem; }
  .calibre-live-page .calibre-values { justify-items: center; min-height: 130px; padding: 18px 8px 0; text-align: center; }
  .calibre-live-page .value-cycle { min-height: 82px; justify-items: center; }
  .calibre-live-page .value-cycle p { font-size: 2rem; text-align: center; }

  /* iOS Safari zoomt automatisch in op form controls onder 16px. Houd de
     gebruikerszoom beschikbaar, maar voorkom de ongewenste focuszoom. */
  .calibre-login-form select,
  .calibre-login-form input {
    font-size: 16px !important;
  }
}
