/* Vantera portaal — design-tokens uit de handoff (auth-laag; app-schermen volgen per fase). */
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; font-family: 'Figtree', system-ui, sans-serif; color: #0F172A; -webkit-font-smoothing: antialiased; }
.auth-canvas { background: radial-gradient(circle at 50% -20%, rgba(232,80,31,.06), transparent 55%), #F8FAFC; }
.dots { position: fixed; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle, #E2E8F0 1px, transparent 1px); background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 38%, #000 20%, transparent 75%);
  mask-image: radial-gradient(ellipse 70% 60% at 50% 38%, #000 20%, transparent 75%); }
.auth-wrap { position: relative; min-height: 100vh; display: grid; place-items: center; padding: 40px 24px; }
.auth-kolom { width: 100%; max-width: 396px; }
/* Krappe tussenruimte omdat het embleem een V is: onder de rechterpoot zit een
   driehoekige leegte die optisch al als ruimte telt. Met de 11px van de oude
   vierkante tegel stond het woord los van het merk. */
.brand { display: flex; align-items: center; gap: 4px; justify-content: center; margin-bottom: 26px; animation: rise .45s ease both; }
/* Gemoderniseerde logotegel (verloop + glans + diepte) — exact uit het prototype. */
.tile { position: relative; overflow: hidden; width: 40px; height: 40px; border-radius: 12px;
  background: linear-gradient(128deg, #F58A5C 0%, #E8501F 55%, #B23A0B 100%);
  display: grid; place-items: center;
  box-shadow: 0 8px 20px rgba(201,68,15,.38), inset 0 1.5px 1.5px rgba(255,255,255,.45), inset 0 -7px 14px rgba(140,36,4,.35); }
.tile::after { content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: radial-gradient(120% 80% at 22% 4%, rgba(255,255,255,.38), transparent 55%); pointer-events: none; }
.brand b { font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
/* Auth-kaart — bewust gescoped: .kaart bestaat óók in het beheerpaneel (zonder padding). */
.auth-kolom .kaart, .onb-kolom .kaart { background: #fff; border: 1px solid #E2E8F0; border-radius: 16px; padding: 28px;
  box-shadow: 0 1px 2px rgba(15,23,42,.04), 0 12px 32px rgba(15,23,42,.05); animation: rise .45s .08s ease both; }
.auth-kolom .kaart h1, .onb-kolom .kaart h1 { margin: 0; font-size: 21px; font-weight: 700; letter-spacing: -.015em; }
.sub { margin: 7px 0 22px; font-size: 13.5px; line-height: 1.55; color: #64748B; }
label { display: block; font-size: 12.5px; font-weight: 600; color: #334155; margin: 14px 0 6px; }
label:first-of-type { margin-top: 0; }
.veld { width: 100%; height: 44px; padding: 0 13px; border: 1px solid #CBD5E1; border-radius: 9px; background: #fff; font-size: 14px; color: #0F172A; font-family: inherit; }
.veld:focus { outline: 2px solid #0F172A; outline-offset: 1px; }
.fout { margin-top: 12px; font-size: 13px; color: #B91C1C; background: #FEF2F2; border: 1px solid #FECACA; padding: 9px 12px; border-radius: 9px; line-height: 1.5; }
.ok { margin-top: 12px; font-size: 13px; color: #047857; background: #ECFDF5; border: 1px solid #A7F3D0; padding: 11px 12px; border-radius: 9px; line-height: 1.55; }
.knop { width: 100%; margin-top: 20px; height: 43px; border: 0; border-radius: 9px; background: #0F172A; color: #fff; font-size: 14px; font-weight: 600; cursor: pointer; font-family: inherit; transition: background .15s; }
.knop:hover { background: #1E293B; }
.knop.oranje { background: #E8501F; box-shadow: 0 4px 12px rgba(232,80,31,.30); }
.knop.oranje:hover { background: #C9440F; }
.of { display: flex; align-items: center; gap: 12px; margin: 16px 0; }
.of span { flex: 1; height: 1px; background: #E2E8F0; }
.of em { font-style: normal; font-size: 11.5px; color: #94A3B8; }
.ghost { width: 100%; height: 42px; border: 1px solid #CBD5E1; border-radius: 9px; background: #fff; color: #0F172A; font-size: 13.5px; font-weight: 600; cursor: pointer; font-family: inherit; display: flex; align-items: center; justify-content: center; gap: 8px; transition: border-color .15s; }
.ghost:hover { border-color: #0F172A; }
.voet { margin-top: 20px; padding-top: 16px; border-top: 1px solid #F1F5F9; font-size: 12px; color: #94A3B8; line-height: 1.55; }
/* Login-kaart: velden 42px (prototype r.92/96); geldt alleen op de auth-schermen. */
.auth-kolom .veld { height: 42px; }
/* 2FA-schild — prototype r.151: 46px, radius 13, 135deg-verloop, géén glans/insets, gecentreerd. */
.schild { width: 46px; height: 46px; margin: 0 auto; border-radius: 13px;
  background: linear-gradient(135deg, #F06A31, #C9440F); display: grid; place-items: center;
  box-shadow: 0 8px 20px rgba(232,80,31,.35); }
.f2a-kaart { width: 100%; max-width: 384px; margin: 0 auto; background: #fff; border: 1px solid #E2E8F0; border-radius: 16px;
  padding: 32px 30px; box-shadow: 0 1px 2px rgba(15,23,42,.04), 0 14px 34px rgba(15,23,42,.08); text-align: center; animation: rise .45s ease both; }
.f2a-kaart h1 { margin: 18px 0 6px; font-size: 20px; font-weight: 800; letter-spacing: -.015em; }
.f2a-kaart .sub { margin: 0 0 20px; font-size: 13px; color: #64748B; line-height: 1.6; }
.codeveld { height: 54px !important; font-size: 24px !important; font-weight: 800; letter-spacing: 10px; text-align: center;
  border: 1.5px solid #CBD5E1 !important; border-radius: 11px !important; }
.knop2fa { width: 100%; margin-top: 14px; height: 44px; border: 0; border-radius: 10px; background: #E8501F; color: #fff;
  font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; box-shadow: 0 5px 14px rgba(232,80,31,.35); transition: background .15s; }
.knop2fa:hover { background: #C9440F; }
.f2a-links { display: flex; justify-content: space-between; margin-top: 16px; font-size: 12px; color: #94A3B8; }
.f2a-links button { border: 0; background: transparent; padding: 0; font: inherit; font-weight: 600; color: #94A3B8; cursor: pointer; }
.f2a-links button:first-child:hover { color: #E8501F; }
.f2a-links button:last-child:hover { color: #0F172A; }
.terug { width: 100%; margin-top: 14px; border: 0; background: transparent; color: #64748B; font-size: 12.5px; font-weight: 600; cursor: pointer; font-family: inherit; }
.terug:hover { color: #0F172A; }

/* ---------- Eerste-login-wizard — klantportaal-taal (prototype r.2739-2857) ---------- */
.onb-canvas { background: #F8F9FA; }
.onb-wrap { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.onb-kolom { width: 100%; max-width: 480px; }
.onb-merk { display: flex; align-items: center; justify-content: center; gap: 4px; margin-bottom: 18px; }
.onb-merk .tegel { position: relative; overflow: hidden; width: 34px; height: 34px; border-radius: 10px;
  background: linear-gradient(128deg, #F58A5C 0%, #E8501F 55%, #B23A0B 100%); display: grid; place-items: center;
  box-shadow: 0 8px 20px rgba(201,68,15,.38), inset 0 1.5px 1.5px rgba(255,255,255,.45), inset 0 -7px 14px rgba(140,36,4,.35); }
.onb-merk .tegel::after { content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: radial-gradient(120% 80% at 22% 4%, rgba(255,255,255,.38), transparent 55%); pointer-events: none; }
.onb-kaart { background: #fff; border: 1px solid #E0E3E7; border-radius: 22px; box-shadow: 0 24px 60px rgba(15,23,42,.10);
  padding: 28px 30px; animation: rise .3s ease both; color: #202124; }
.onb-kaart h1 { margin: 0 0 5px; font-size: 20px; font-weight: 800; letter-spacing: -.015em; color: #202124; }
.onb-kaart .onb-sub { margin: 0 0 20px; font-size: 12.5px; color: #5F6368; line-height: 1.6; }
.onb-label { position: absolute; top: -7px; left: 12px; background: #fff; padding: 0 5px; margin: 0;
  font-size: 10.5px; font-weight: 700; color: #9AA0A6; letter-spacing: .04em; z-index: 1; }
.onb-veld { width: 100%; height: 46px; padding: 0 14px; border: 1px solid #DADCE0; border-radius: 12px;
  font-size: 13.5px; color: #202124; background: #fff; font-family: inherit; }
.onb-veld:focus { outline: none; border-color: #C9440F; box-shadow: 0 0 0 3px rgba(201,68,15,.10); }
.onb-primair { height: 46px; border: 0; border-radius: 999px; background: linear-gradient(135deg, #E8501F, #C9440F);
  color: #fff; font-size: 13.5px; font-weight: 800; cursor: pointer; font-family: inherit;
  box-shadow: 0 6px 16px rgba(201,68,15,.35); transition: box-shadow .15s; }
.onb-primair:hover { box-shadow: 0 8px 20px rgba(201,68,15,.50); }
.onb-terugknop { height: 46px; padding: 0 18px; border: 1px solid #E0E3E7; background: #fff; border-radius: 999px;
  font-size: 13px; font-weight: 700; color: #444746; cursor: pointer; font-family: inherit; }
.onb-terugknop:hover { background: #F1F3F4; }
.onb-qr svg { width: 86px; height: 86px; display: block; }

.sterkte { display: flex; gap: 4px; }
.sterkte i { flex: 1; height: 4px; border-radius: 999px; background: #E0E3E7; }
.sterkte.s1 i:nth-child(1) { background: #EF4444; }
.sterkte.s2 i:nth-child(-n+2) { background: #F59E0B; }
.sterkte.s3 i { background: #10B981; }
@keyframes rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
::selection { background: #0F172A; color: #fff; }

[x-cloak]{display:none!important}

/* Wijzigingen (klantportaal): categoriechips, actief-status client-side via Alpine */
.wz-chip { height: 34px; padding: 0 14px; border-radius: 999px; border: 1px solid #DADCE0; background: #fff; color: #202124; font-size: 12.5px; font-weight: 700; cursor: pointer; font-family: inherit; transition: all .12s; }
.wz-chip:hover { border-color: #9AA0A6; }
.wz-chip.wz-aan { border-color: #C9440F; background: #FDEEE6; color: #C9440F; }

/* Hulp & handleiding: opmaak van artikelinhoud */
.hulp-inhoud p { margin: 0 0 10px; }
.hulp-inhoud ol, .hulp-inhoud ul { margin: 0 0 10px; padding-left: 22px; }
.hulp-inhoud li { margin: 4px 0; }
.hulp-inhoud b { color: #202124; }

/* Wijzigingen: statusstrip — drie tegels naast elkaar, ook op mobiel (compacter) */
.wz-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 780px) {
  .wz-strip { gap: 8px; }
  .wz-strip .wz-tegel { padding: 10px 11px !important; border-radius: 12px !important; }
  .wz-strip .wz-label { font-size: 11px !important; line-height: 1.25; }
  .wz-strip .wz-n { font-size: 19px !important; margin-top: 4px !important; }
  .wz-strip .wz-sub { display: none; }
}
/* display via klasse (x-show wist inline display bij tonen) */
.vt-afspraken-grid { display: grid; }
/* Pakketten: eenmalig + per maand naast elkaar, ook op mobiel */
.pk-prijzen { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
