/* ── VELKOMST-SCREEN ── */
#ksf-welcome {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: #0f3321;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
}
#ksf-welcome.wlc-in { opacity: 1; }
#ksf-welcome.wlc-out { opacity: 0; pointer-events: none; }
.wlc-box {
  max-width: 660px;
  width: 100%;
  padding: 12px 0 32px;
}
.wlc-mark {
  width: 64px;
  height: 64px;
  border: 2px solid #c9a961;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  color: #c9a961;
  font-size: 20px;
  margin: 0 auto 24px;
  letter-spacing: 0.05em;
}
.wlc-eyebrow {
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c9a961;
  margin-bottom: 14px;
}
.wlc-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 500;
  color: #f5ece0;
  letter-spacing: 0.03em;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 18px;
}
.wlc-lead {
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(245, 236, 224, 0.72);
  text-align: center;
  margin-bottom: 0;
}
.wlc-divider {
  border: none;
  border-top: 1px solid rgba(201, 169, 97, 0.28);
  margin: 28px 0;
}
.wlc-section-label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c9a961;
  margin-bottom: 18px;
}
.wlc-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  gap: 0;
}
.wlc-list li {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(245, 236, 224, 0.82);
  padding: 14px 0 14px 20px;
  border-top: 1px solid rgba(201, 169, 97, 0.15);
  position: relative;
}
.wlc-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 14px;
  color: #c9a961;
  font-weight: 700;
}
.wlc-list li strong {
  color: #f5ece0;
  font-weight: 600;
}
.wlc-btn {
  display: block;
  width: 100%;
  background: #c9a961;
  color: #0f3321;
  border: none;
  padding: 16px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}
.wlc-btn:hover { background: #e4cb8f; }

#pw-gate {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #0f3321;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
}
#pw-gate.hidden { display: none !important; }
.pw-box {
  text-align: center;
  max-width: 390px;
  width: min(100%, 390px);
}
.pw-mark {
  width: 72px;
  height: 72px;
  border: 2px solid #c9a961;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  color: #c9a961;
  font-size: 24px;
  margin: 0 auto 28px;
  letter-spacing: 0.05em;
}
.pw-box h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 30px;
  font-weight: 500;
  color: #f5ece0;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.pw-box .pw-sub {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c9a961;
  margin-bottom: 32px;
  font-family: Inter, system-ui, sans-serif;
}
.pw-field {
  width: 100%;
  background: rgba(245, 236, 224, 0.07);
  border: 1px solid rgba(201, 169, 97, 0.42);
  color: #f5ece0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  padding: 15px 18px;
  outline: none;
  text-align: center;
  margin-bottom: 14px;
}
.pw-field::placeholder { color: rgba(245, 236, 224, 0.42); }
.pw-field:focus { border-color: #c9a961; }
.pw-field.error { border-color: #d86565; }
.pw-btn {
  width: 100%;
  background: #c9a961;
  color: #0f3321;
  border: none;
  padding: 15px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}
.pw-btn:hover { background: #e4cb8f; }
.pw-error {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  color: #e07070;
  margin-top: 12px;
  letter-spacing: 0.06em;
  min-height: 18px;
}
.pw-help {
  color: rgba(245, 236, 224, 0.62);
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 18px;
}
