/* My Lifeboard v2 — thema & basis-layout (Hanken Grotesk, navy/cream/oranje) */
@font-face {
  font-family: "Hanken Grotesk";
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  src: url("../assets/hankengrotesk.woff2") format("woff2");
}

:root {
  --navy: #0A1224;
  --cream: #F7F2E9;
  --card: #FFFDF8;
  --ink: #10182C;
  --muted: #6B7590;
  --orange: #F26430;
  --orange-2: #E0641A;
  --line: rgba(16, 24, 44, 0.08);
  --font: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0; padding: 0; background: #060B18;
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}

.lb-root { min-height: 100vh; display: flex; justify-content: center; }

.lb-phone {
  width: 100%; max-width: 430px; min-height: 100vh;
  background: linear-gradient(180deg, #0A1224 0%, #0B1430 55%, #0A1020 100%);
  display: flex; flex-direction: column; position: relative;
}

.lb-header {
  display: flex; flex-direction: column; gap: 8px;
  padding: calc(16px + env(safe-area-inset-top, 6px)) 18px 12px;
  flex-shrink: 0;
}
.lb-logo { height: 26px; width: auto; align-self: flex-start; }
.lb-tagline { font-size: 12.5px; color: rgba(247, 242, 233, 0.5); font-weight: 600; }

.lb-scroll {
  flex: 1;
  padding: 6px 16px calc(120px + env(safe-area-inset-bottom, 0px));
  overflow-y: auto; -webkit-overflow-scrolling: touch;
  scroll-padding-top: 140px;
}
.lb-gear-refresh.is-spin { animation: lbSpin 0.8s linear infinite; }
@keyframes lbSpin { to { transform: rotate(360deg); } }

.lb-panel {
  background: var(--cream); border-radius: 20px; padding: 18px;
  box-shadow: 0 8px 28px rgba(3, 7, 18, 0.45); margin-bottom: 14px;
}
.lb-eyebrow {
  font-size: 10.5px; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: #8A93A6; margin-bottom: 8px;
}
.lb-big { font-size: 30px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.lb-meta { font-size: 13px; color: var(--muted); font-weight: 600; margin-top: 4px; }
.lb-note { font-size: 13.5px; color: var(--muted); line-height: 1.5; margin: 12px 0 0; }
.lb-loading { color: rgba(247, 242, 233, 0.6); padding: 24px; text-align: center; }

.lb-nav {
  position: fixed; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 100%; max-width: 430px; display: flex; justify-content: space-around;
  padding: 10px 4px calc(14px + env(safe-area-inset-bottom, 0px));
  background: rgba(8, 13, 28, 0.92);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-top: 1px solid rgba(247, 242, 233, 0.08); z-index: 30;
}
.lb-nav-btn {
  background: none; border: none; cursor: pointer; font-family: inherit;
  font-size: 10px; font-weight: 700; letter-spacing: 0.01em;
  padding: 6px 4px; color: rgba(247, 242, 233, 0.5); border-radius: 10px;
  -webkit-tap-highlight-color: transparent; transition: color 150ms ease;
  display: flex; flex-direction: column; align-items: center; gap: 3px; flex: 1;
}
.lb-nav-btn.is-active { color: var(--orange); }
.lb-nav-btn:active { transform: scale(0.94); }
.lb-nav-ico { position: relative; display: flex; align-items: center; justify-content: center; height: 22px; }
.lb-nav-lbl { line-height: 1; }
.lb-nav-badge {
  position: absolute; top: -5px; right: -8px; min-width: 15px; height: 15px; padding: 0 4px;
  border-radius: 99px; background: var(--orange); color: #fff; font-size: 9px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; box-sizing: border-box;
}

/* ---------- Vandaag-scherm ---------- */
.lb-dayhead { margin: 4px 2px 14px; }
.lb-date { font-size: 12.5px; color: rgba(247, 242, 233, 0.5); font-weight: 700; }
.lb-weekday-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.lb-weekday { font-size: 22px; font-weight: 800; color: var(--cream); letter-spacing: -0.02em; margin: 2px 0 10px; }
.lb-weekday-row .lb-wx-chip { margin-bottom: 8px; flex-shrink: 0; }
.lb-flow { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.lb-flow-loc {
  display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; font-weight: 700;
  color: rgba(247, 242, 233, 0.82); background: rgba(247, 242, 233, 0.07);
  border: 1px solid rgba(247, 242, 233, 0.12); padding: 5px 10px; border-radius: 99px;
}
.lb-flow-arrow { color: rgba(247, 242, 233, 0.4); font-weight: 700; }

.lb-dayhead-chips { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.lb-wx-chip {
  display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; font-weight: 700;
  color: rgba(247, 242, 233, 0.9); background: rgba(96, 165, 250, 0.16);
  border: 1px solid rgba(96, 165, 250, 0.34); padding: 5px 10px; border-radius: 99px; white-space: nowrap;
}
.lb-streak-chip {
  display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; font-weight: 800;
  color: #FFE7C2; background: rgba(242, 100, 48, 0.18);
  border: 1px solid rgba(242, 100, 48, 0.42); padding: 5px 11px; border-radius: 99px; white-space: nowrap;
}
.lb-level-chip {
  display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; font-weight: 800;
  color: #E7D6FF; background: rgba(160, 85, 214, 0.20);
  border: 1px solid rgba(160, 85, 214, 0.44); padding: 5px 11px; border-radius: 99px; white-space: nowrap;
}
.lb-feat-chip {
  display: inline-flex; align-items: center; font-size: 14px; line-height: 1;
  background: rgba(242, 193, 78, 0.18); border: 1px solid rgba(242, 193, 78, 0.5);
  padding: 4px 8px; border-radius: 99px;
}

/* ---------- Medaillemuur 2.0 (coin-ontwerp) ---------- */
.lb-hero2 { background: #EFE8FA; border: 1.5px solid rgba(107, 63, 160, 0.18); border-radius: 18px; padding: 14px 16px; margin-bottom: 14px; }
.lb-hero2-row { display: flex; justify-content: space-between; align-items: baseline; }
.lb-hero2-lvl { font-size: 17px; font-weight: 800; color: #6B3FA0; }
.lb-hero2-lvl small { font-weight: 600; color: #9A7BC4; font-size: 12.5px; margin-left: 4px; }
.lb-hero2-xp { font-size: 13px; font-weight: 700; color: #6B3FA0; white-space: nowrap; }
.lb-hero2-bar { height: 8px; border-radius: 99px; background: rgba(107, 63, 160, 0.15); margin: 10px 0 9px; overflow: hidden; }
.lb-hero2-bar i { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, #8A5BC7, #6B3FA0); }
.lb-hero2-fore { font-size: 12px; font-weight: 600; color: #7B5AA8; }
.lb-med2-filters { display: flex; gap: 8px; margin: 4px 0 16px; }
.lb-med2-chip { font-size: 12.5px; font-weight: 700; color: var(--muted); background: none;
  border: 1.5px solid rgba(26, 34, 51, 0.14); border-radius: 99px; padding: 7px 14px; cursor: pointer; }
.lb-med2-chip.is-on { color: #F6F2E9; background: var(--ink); border-color: var(--ink); }
.lb-med2-label { font-size: 10.5px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: #A3988A; margin: 0 2px 10px; }
.lb-almost2 { display: flex; gap: 10px; margin-bottom: 20px; }
.lb-almostcard { flex: 1; background: #FBF8F1; border-radius: 16px; padding: 12px 8px 11px; display: flex; flex-direction: column;
  align-items: center; gap: 7px; border: 1px solid rgba(26, 34, 51, 0.06); box-shadow: 0 3px 10px rgba(26, 34, 51, 0.05); cursor: pointer; }
.lb-almost-sub { font-size: 10.5px; font-weight: 600; color: var(--muted); text-align: center; line-height: 1.3; display: flex; flex-direction: column; }
.lb-almost-sub b { color: var(--ink); font-weight: 700; }
.lb-med2-sec { margin-bottom: 20px; }
.lb-med2-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px 6px; }
.lb-med2 { display: flex; flex-direction: column; align-items: center; gap: 6px; background: none; border: none; cursor: pointer; padding: 0; }
.lb-med2-name { font-size: 11px; font-weight: 700; text-align: center; line-height: 1.25; color: var(--ink); }
.lb-med2-name.muted { color: #B3AC9D; }
.lb-med2-pill { font-size: 9.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; padding: 2px 8px; border-radius: 99px; }
.lb-med2-pill.t-b { background: rgba(169, 107, 63, 0.14); color: #8F5327; }
.lb-med2-pill.t-s { background: rgba(120, 133, 152, 0.16); color: #5D6B80; }
.lb-med2-pill.t-g { background: rgba(224, 166, 46, 0.18); color: #8F6A0F; }
.lb-med2-pill.t-d { background: rgba(111, 200, 232, 0.2); color: #20718D; }
.lb-med2-pill.t-none { background: rgba(26, 34, 51, 0.07); color: #A9A395; }
/* coin */
.lb-coinwrap { position: relative; width: 78px; height: 78px; display: flex; align-items: center; justify-content: center; }
.lb-coinwrap.sm { width: 60px; height: 60px; }
.lb-coinwrap.lg { width: 108px; height: 108px; }
.lb-coinring { position: absolute; inset: 0; width: 100%; height: 100%; }
.lb-coinring-tr { fill: none; stroke: rgba(26, 34, 51, 0.08); stroke-width: 3.5; }
.lb-coinring-v { fill: none; stroke: var(--orange); stroke-width: 3.5; stroke-linecap: round; }
.lb-coin { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.55), 0 4px 10px rgba(26, 34, 51, 0.18); }
.lb-coinwrap.sm .lb-coin { width: 44px; height: 44px; }
.lb-coinwrap.lg .lb-coin { width: 84px; height: 84px; }
.lb-coin-face { width: 46px; height: 46px; border-radius: 50%; background: #FBF8F1; display: flex; align-items: center; justify-content: center;
  font-size: 22px; box-shadow: inset 0 1px 4px rgba(26, 34, 51, 0.12); }
.lb-coinwrap.sm .lb-coin-face { width: 33px; height: 33px; font-size: 16px; }
.lb-coinwrap.lg .lb-coin-face { width: 66px; height: 66px; font-size: 32px; }
.lb-coin-bronze { background: linear-gradient(145deg, #E5AC7C, #A96B3F); }
.lb-coin-silver { background: linear-gradient(145deg, #EDF1F6, #9FA9B8); }
.lb-coin-gold { background: linear-gradient(145deg, #FFE29A, #E0A62E); }
.lb-coin-diamond { background: linear-gradient(145deg, #D6F4FF, #6FC8E8); }
.lb-coin-locked { background: rgba(26, 34, 51, 0.10); }
.lb-coin-locked .lb-coin-face { background: rgba(255, 255, 255, 0.55); filter: grayscale(1); opacity: 0.55; }
.lb-coin-hiddenbox { background: rgba(26, 34, 51, 0.10); }
.lb-coin-hiddenbox .lb-coin-face { color: #B7AF9F; font-size: 20px; font-weight: 700; background: rgba(255, 255, 255, 0.55); }
.lb-newdot { position: absolute; top: -2px; right: -6px; z-index: 2; background: var(--orange); color: #FFF6EC; font-size: 8px;
  font-weight: 800; letter-spacing: 0.06em; padding: 3px 6px; border-radius: 99px; box-shadow: 0 2px 6px rgba(242, 100, 48, 0.5); }
.lb-coinwrap.is-fresh .lb-coin { box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.55), 0 0 0 4px rgba(242, 193, 78, 0.25), 0 4px 18px rgba(242, 193, 78, 0.55); }
@media (prefers-reduced-motion: no-preference) {
  .lb-coinwrap.is-fresh .lb-coin { animation: lbCoinGlow 2.4s ease-in-out infinite; }
  @keyframes lbCoinGlow { 50% { box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.55), 0 0 0 6px rgba(242, 193, 78, 0.14), 0 4px 24px rgba(242, 193, 78, 0.7); } }
}
/* detail */
.lb-detail2 { display: flex; flex-direction: column; align-items: center; }
.lb-medwrap2 { margin-bottom: 8px; }
.lb-detail2-title { font-size: 19px; font-weight: 800; color: var(--ink); }
.lb-detail2-metric { font-size: 13px; font-weight: 600; color: var(--ink); text-align: center; margin-top: 4px; }
.lb-detail2-metric b { color: var(--orange); }
.lb-detail2-hint { font-size: 12px; font-weight: 500; color: var(--muted); text-align: center; margin-top: 6px; line-height: 1.45; }
.lb-steps { display: flex; justify-content: space-between; margin: 20px 6px 6px; position: relative; align-self: stretch; }
.lb-steps:before { content: ""; position: absolute; top: 15px; left: 32px; right: 32px; height: 2px; background: rgba(26, 34, 51, 0.12); }
.lb-step { display: flex; flex-direction: column; align-items: center; gap: 5px; position: relative; flex: 1; }
.lb-stepdot { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 14px; box-shadow: 0 2px 6px rgba(26, 34, 51, 0.15); }
.lb-stepdot.is-b { background: linear-gradient(145deg, #E5AC7C, #A96B3F); }
.lb-stepdot.is-s { background: linear-gradient(145deg, #EDF1F6, #9FA9B8); }
.lb-stepdot.is-g { background: linear-gradient(145deg, #FFE29A, #E0A62E); }
.lb-stepdot.is-d { background: linear-gradient(145deg, #D6F4FF, #6FC8E8); }
.lb-stepdot.is-open { background: #FBF8F1; border: 2px dashed rgba(242, 100, 48, 0.55); }
.lb-stepdot.is-lock { background: rgba(26, 34, 51, 0.08); }
.lb-step-t { font-size: 10px; font-weight: 700; color: var(--ink); }
.lb-step-d { font-size: 9.5px; font-weight: 600; color: var(--muted); }
.lb-star2 { margin: 20px auto 0; display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--ink);
  color: #F6F2E9; font-weight: 800; font-size: 14px; border: none; border-radius: 16px; padding: 14px 18px; width: 100%; cursor: pointer; }
.lb-star2.is-on { background: #C89A2B; }
/* cosmetics: thema-kiezer */
.lb-themes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.lb-theme { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 6px 9px; border-radius: 14px;
  border: 1.5px solid var(--line); background: var(--card); cursor: pointer; }
.lb-theme.is-on { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(242, 100, 48, 0.12); }
.lb-theme.is-locked { opacity: 0.55; cursor: default; }
.lb-theme-sw { width: 34px; height: 34px; border-radius: 50%; box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.4), 0 2px 6px rgba(16, 24, 44, 0.18); }
.lb-theme-name { font-size: 11.5px; font-weight: 700; color: var(--ink); }
.lb-theme-lock { font-size: 10px; font-weight: 700; color: var(--muted); }
.lb-recap-share { display: flex; flex-direction: column; gap: 8px; margin-top: 10px; }
.lb-recap-sharebtn { width: 100%; padding: 11px; border-radius: 12px; font-size: 13.5px; font-weight: 700;
  color: #0A1224; background: #F2C14E; border: none; cursor: pointer; }
.lb-recap-sharebtn:active { filter: brightness(0.95); }
.lb-tiersum { display: block; width: 100%; text-align: center; margin: 0 0 10px; padding: 8px;
  font-size: 13px; font-weight: 800; letter-spacing: 0.02em; color: var(--cream);
  background: rgba(247, 242, 233, 0.05); border: 1px solid rgba(247, 242, 233, 0.10); border-radius: 12px; cursor: pointer; }

/* beloningen: toast + confetti */
.lb-confetti-canvas { position: fixed; inset: 0; width: 100vw; height: 100vh; pointer-events: none; z-index: 3000; }
.lb-toast {
  position: fixed; left: 50%; bottom: calc(96px + env(safe-area-inset-bottom, 0px)); transform: translate(-50%, 20px);
  background: #10182C; color: #F7F2E9; font-family: inherit; font-weight: 800; font-size: 14px;
  padding: 12px 18px; border-radius: 14px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  z-index: 3100; opacity: 0; transition: opacity .25s ease, transform .25s ease; pointer-events: none; max-width: 82vw; text-align: center;
}
.lb-toast.is-in { opacity: 1; transform: translate(-50%, 0); }
@media (prefers-reduced-motion: reduce) { .lb-toast { transition: opacity .2s ease; } }
.lb-toast-undo { display: flex; align-items: center; gap: 14px; pointer-events: auto; }
.lb-toast-btn { background: none; border: none; color: #F0A122; font-family: inherit; font-weight: 800; font-size: 14px; cursor: pointer; padding: 0; -webkit-tap-highlight-color: transparent; }

.lb-wx-radar { border-top: 3px solid #3D6FD1; }
.lb-wx-warn { display: flex; align-items: center; gap: 10px; justify-content: space-between; margin-top: 10px; }
.lb-wx-warn:first-of-type { margin-top: 4px; }
.lb-wx-warn-text { font-size: 13.5px; font-weight: 600; color: #10182C; line-height: 1.35; flex: 1; }

.lb-set-row { display: flex; align-items: center; gap: 12px; justify-content: space-between; }
.lb-set-row-main { flex: 1; min-width: 0; }
.lb-set-row-title { font-size: 14px; font-weight: 700; color: #10182C; margin-bottom: 2px; }
.lb-set-latlng { display: flex; gap: 10px; margin-top: 12px; }
.lb-set-latlng .lb-field { flex: 1; }

.lb-coachcard {
  display: flex; align-items: flex-start; gap: 12px;
  background: linear-gradient(135deg, #FBE9D4, #F6D7B4);
  border: 1.5px solid rgba(224, 100, 26, 0.28); border-radius: 18px; padding: 14px 15px;
  box-shadow: 0 8px 24px rgba(3, 7, 18, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
}
.lb-coach-ava {
  width: 38px; height: 38px; border-radius: 13px; flex-shrink: 0; font-size: 20px;
  background: linear-gradient(160deg, #F26430, #E0641A);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(242, 100, 48, 0.45);
}
.lb-coach-label { font-size: 10.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: #B5623A; margin-bottom: 3px; }
.lb-coach-text { font-size: 14px; font-weight: 600; color: #5A3A26; line-height: 1.45; }

/* dagboekkaart */
.lb-journalcard {
  display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; cursor: pointer;
  background: linear-gradient(135deg, #E4F1EC, #DCEBF6);
  border: 1.5px solid rgba(45, 120, 130, 0.26); border-radius: 18px; padding: 13px 15px; margin-bottom: 14px;
  font-family: inherit; -webkit-tap-highlight-color: transparent;
  box-shadow: 0 8px 22px rgba(3, 7, 18, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.lb-journal-ava {
  width: 38px; height: 38px; border-radius: 13px; flex-shrink: 0; font-size: 20px;
  background: linear-gradient(160deg, #2FA3A3, #2C7A9E); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(44, 122, 158, 0.4);
}
.lb-journal-body { flex: 1; min-width: 0; }
.lb-journal-label { font-size: 10.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: #2C7A8A; margin-bottom: 3px; }
.lb-journal-text { font-size: 14px; font-weight: 700; color: #23414A; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.lb-journal-text.is-empty { font-weight: 600; color: #5A7580; }
.lb-journal-cta { flex-shrink: 0; font-size: 12.5px; font-weight: 800; color: #2C7A9E; }
.lb-journalcard-wrap { margin-bottom: 14px; }
.lb-journalcard-wrap .lb-journalcard { margin-bottom: 0; }
.lb-journal-yday {
  display: block; width: 100%; margin-top: 8px; text-align: left; cursor: pointer; font-family: inherit;
  font-size: 12.5px; font-weight: 700; color: #8A5A1E; background: rgba(224, 161, 34, 0.12);
  border: 1px solid rgba(224, 161, 34, 0.32); border-radius: 12px; padding: 9px 12px; -webkit-tap-highlight-color: transparent;
}
.lb-journal-yday:active { transform: scale(0.99); }
.lb-catchup {
  display: inline-block; margin-top: 3px; font-family: inherit; font-size: 11px; font-weight: 800;
  color: #8A5A1E; background: rgba(224, 161, 34, 0.14); border: 1px solid rgba(224, 161, 34, 0.3);
  border-radius: 99px; padding: 3px 9px; cursor: pointer; -webkit-tap-highlight-color: transparent;
}
.lb-catchup:active { transform: scale(0.95); }

/* ---------- Finance / Potjes ---------- */
.lb-fin-total {
  background: linear-gradient(135deg, #1F5F6B, #2C7A9E); color: #F7F2E9; border-radius: 18px;
  padding: 16px 18px; margin-bottom: 16px; box-shadow: 0 10px 26px rgba(31, 95, 107, 0.35);
}
.lb-fin-total-lbl { font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.8; }
.lb-fin-total-big { font-size: 34px; font-weight: 800; letter-spacing: -0.02em; margin: 2px 0 6px; }
.lb-fin-total-big.is-neg { color: #FFD3C7; }
.lb-fin-total-sub { font-size: 13px; font-weight: 600; opacity: 0.92; }
.lb-fin-total-sub b { font-weight: 800; }
.lb-fin-total-next { font-size: 12.5px; font-weight: 600; opacity: 0.85; margin-top: 4px; }
.lb-fin-soon { opacity: 0.7; }

.lb-fin-pots { display: flex; flex-direction: column; gap: 9px; }
.lb-fin-pot {
  display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; cursor: pointer;
  background: var(--card); border: 1px solid rgba(16, 24, 44, 0.09); border-radius: 15px; padding: 12px 14px;
  font-family: inherit; -webkit-tap-highlight-color: transparent;
}
.lb-fin-pot:active { transform: scale(0.99); }
.lb-fin-pot-emoji { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.lb-fin-pot-main { flex: 1; min-width: 0; }
.lb-fin-pot-name { font-size: 15px; font-weight: 800; color: var(--ink); display: flex; align-items: center; gap: 7px; }
.lb-fin-pot-tag { font-size: 9.5px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: #4E8E8E; background: rgba(78, 142, 142, 0.14); border-radius: 99px; padding: 2px 7px; }
.lb-fin-pot-bar { height: 6px; border-radius: 99px; background: rgba(16, 24, 44, 0.08); overflow: hidden; margin-top: 6px; }
.lb-fin-pot-bar span { display: block; height: 100%; border-radius: 99px; }
.lb-fin-pot-guide { font-size: 11px; font-weight: 700; color: var(--muted); margin-top: 3px; }
.lb-fin-pot-bal { font-size: 17px; font-weight: 800; color: var(--ink); font-variant-numeric: tabular-nums; flex-shrink: 0; }
.lb-fin-pot-bal.is-neg { color: #C24E2E; }

.lb-fin-addrow { display: flex; gap: 10px; margin-top: 16px; }
.lb-fin-addrow .lb-btn { flex: 1; }

.lb-fin-suggest { display: flex; flex-wrap: wrap; gap: 7px; }
.lb-fin-suggest-chip {
  font-family: inherit; font-size: 12.5px; font-weight: 700; color: var(--ink); background: var(--card);
  border: 1.5px solid var(--line); border-radius: 99px; padding: 7px 12px; cursor: pointer; -webkit-tap-highlight-color: transparent;
}
.lb-fin-suggest-chip:active { transform: scale(0.96); }
.lb-fin-suggest-chip.is-sel { background: rgba(45, 120, 130, 0.12); border-color: rgba(45, 120, 130, 0.5); color: #1F5F6B; }

/* uitgave-invoer */
.lb-exp-amount { display: flex; align-items: center; justify-content: center; gap: 4px; margin: 6px 0 2px; }
.lb-exp-cur { font-size: 34px; font-weight: 800; color: var(--muted); }
.lb-exp-input {
  width: 60%; max-width: 240px; border: none; background: transparent; font-family: inherit;
  font-size: 44px; font-weight: 800; color: var(--ink); text-align: center; letter-spacing: -0.02em; padding: 0;
}
.lb-exp-input:focus { outline: none; }
.lb-exp-pots { display: flex; flex-direction: column; gap: 8px; }
.lb-exp-pot {
  display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; cursor: pointer;
  background: var(--card); border: 1.5px solid rgba(16, 24, 44, 0.10); border-radius: 15px; padding: 11px 13px;
  font-family: inherit; -webkit-tap-highlight-color: transparent; transition: transform 100ms ease, border-color 120ms ease;
}
.lb-exp-pot:active { transform: scale(0.98); border-color: rgba(45, 120, 130, 0.5); }
.lb-exp-pot.is-dim { opacity: 0.5; }
.lb-exp-pot-e { width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.lb-exp-pot-n { flex: 1; min-width: 0; font-size: 15px; font-weight: 800; color: var(--ink); }
.lb-exp-pot-b { font-size: 13px; font-weight: 700; color: var(--muted); font-variant-numeric: tabular-nums; }
.lb-exp-pot-b.is-neg { color: #C24E2E; }
.lb-exp-more { display: block; margin: 14px auto 0; background: none; border: none; color: #2C7A9E; font-family: inherit; font-size: 13px; font-weight: 800; cursor: pointer; -webkit-tap-highlight-color: transparent; }

/* correctie + transactiehistorie in pot-sheet */
.lb-fin-correct { display: flex; gap: 8px; }
.lb-fin-correct .lb-input { flex: 1; }
.lb-fin-correct .lb-btn { flex-shrink: 0; }
.lb-fin-tx { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.lb-fin-tx-main { flex: 1; min-width: 0; }
.lb-fin-tx-lbl { font-size: 13.5px; font-weight: 700; color: var(--ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lb-fin-tx-date { font-size: 11px; font-weight: 600; color: var(--muted); margin-top: 1px; }
.lb-fin-tx-amt { font-size: 14px; font-weight: 800; font-variant-numeric: tabular-nums; flex-shrink: 0; }
.lb-fin-tx-amt.is-neg { color: #C24E2E; }
.lb-fin-tx-amt.is-pos { color: #2FA466; }
.lb-fin-tx-del { background: none; border: none; font-size: 15px; cursor: pointer; padding: 4px; opacity: 0.6; -webkit-tap-highlight-color: transparent; flex-shrink: 0; }
.lb-fin-tx-del:active { transform: scale(0.9); }

/* inkomsten */
.lb-fin-income { display: flex; align-items: center; gap: 11px; width: 100%; text-align: left; cursor: pointer; background: var(--card); border: 1px solid rgba(16, 24, 44, 0.09); border-radius: 13px; padding: 10px 13px; margin-bottom: 8px; font-family: inherit; -webkit-tap-highlight-color: transparent; }
.lb-fin-income:active { transform: scale(0.99); }
.lb-fin-income-e { font-size: 20px; flex-shrink: 0; }
.lb-fin-income-main { flex: 1; min-width: 0; }
.lb-fin-income-lbl { font-size: 14.5px; font-weight: 800; color: var(--ink); }
.lb-fin-income-sub { font-size: 12px; font-weight: 600; color: var(--muted); margin-top: 1px; }
.lb-fin-dayrow { display: flex; gap: 8px; align-items: center; }
.lb-fin-dayrow .lb-input-num { width: 90px; }

/* betaaldag-radar op Vandaag */
.lb-payday { border-left: 4px solid #2C7A9E; }
.lb-payday.is-soon { border-left-color: #E0A122; opacity: 0.92; }
.lb-payday-main { display: flex; align-items: center; gap: 12px; }
.lb-payday-e { font-size: 24px; flex-shrink: 0; }
.lb-payday-lbl { font-size: 15px; font-weight: 800; color: var(--ink); }
.lb-payday-sub { font-size: 12.5px; font-weight: 600; color: var(--muted); margin-top: 1px; }
.lb-payday-btns { display: flex; align-items: center; gap: 12px; margin-top: 11px; }
.lb-payday-btns .lb-btn { flex: 1; }
.lb-payday-later { background: none; border: none; color: var(--muted); font-family: inherit; font-size: 13px; font-weight: 700; cursor: pointer; -webkit-tap-highlight-color: transparent; }

/* verdeelflow */
.lb-split-head { text-align: center; border-radius: 16px; padding: 14px; margin-bottom: 14px; background: rgba(224, 135, 46, 0.12); border: 1px solid rgba(224, 135, 46, 0.3); }
.lb-split-head.is-zero { background: rgba(47, 164, 102, 0.12); border-color: rgba(47, 164, 102, 0.35); }
.lb-split-head.is-over { background: rgba(214, 69, 69, 0.1); border-color: rgba(214, 69, 69, 0.35); }
.lb-split-head-lbl { font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.lb-split-head-big { font-size: 30px; font-weight: 800; letter-spacing: -0.02em; color: #C2691B; margin-top: 2px; }
.lb-split-head.is-zero .lb-split-head-big { color: #2FA466; }
.lb-split-head.is-over .lb-split-head-big { color: #C24E2E; }
.lb-split-tmpl { font-size: 12px; font-weight: 700; color: #1F5F6B; background: rgba(45, 120, 130, 0.1); border-radius: 10px; padding: 8px 11px; margin-bottom: 12px; }
.lb-split-rows { display: flex; flex-direction: column; gap: 8px; }
.lb-split-row, .lb-split-rest { display: flex; align-items: center; gap: 9px; padding: 8px 0; }
.lb-split-rest { border-top: 1px dashed var(--line); margin-top: 6px; padding-top: 12px; }
.lb-split-row-e { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.lb-split-row-main { flex: 1; min-width: 0; }
.lb-split-row-name { font-size: 14px; font-weight: 800; color: var(--ink); }
.lb-split-row-bal { font-size: 11px; font-weight: 600; color: var(--muted); }
.lb-split-step { width: 30px; height: 34px; border-radius: 9px; border: 1px solid var(--line); background: var(--card); font-size: 18px; font-weight: 700; color: var(--ink); cursor: pointer; flex-shrink: 0; -webkit-tap-highlight-color: transparent; }
.lb-split-step:active { transform: scale(0.92); }
.lb-split-in { width: 68px; text-align: right; border: 1.5px solid var(--line); border-radius: 9px; padding: 7px 9px; font-family: inherit; font-size: 14px; font-weight: 700; color: var(--ink); flex-shrink: 0; }
.lb-split-in:focus { outline: none; border-color: rgba(45, 120, 130, 0.5); }
.lb-split-rest-amt { font-size: 15px; font-weight: 800; color: #2C7A9E; font-variant-numeric: tabular-nums; flex-shrink: 0; }
.lb-split-rest-amt.is-over { color: #C24E2E; }
.lb-split-goal-e { background: rgba(224, 161, 34, 0.16); }

/* verdeel-samenvatting */
.lb-split-done { text-align: center; padding: 8px 0 14px; }
.lb-split-done-e { font-size: 40px; }
.lb-split-done-big { font-size: 24px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin-top: 4px; }
.lb-split-done-sub { font-size: 13.5px; font-weight: 600; color: var(--muted); }
.lb-split-done-list { border-top: 1px solid var(--line); padding-top: 8px; }
.lb-split-done-row { display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 700; color: var(--ink); padding: 7px 0; border-bottom: 1px solid var(--line); }
.lb-split-done-amt { font-variant-numeric: tabular-nums; color: #2C7A9E; }

/* geparkeerd geld */
.lb-fin-parked { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; text-align: left; cursor: pointer; font-family: inherit; font-size: 13px; font-weight: 800; color: #8A5A1E; background: rgba(224, 161, 34, 0.14); border: 1px solid rgba(224, 161, 34, 0.35); border-radius: 13px; padding: 11px 14px; margin-bottom: 14px; -webkit-tap-highlight-color: transparent; }
.lb-fin-parked:active { transform: scale(0.99); }
.lb-fin-parked-cta { color: #C2691B; white-space: nowrap; }

/* spaardoelen */
.lb-fin-goals { display: flex; flex-direction: column; gap: 10px; }
.lb-goal { background: var(--card); border: 1px solid rgba(16, 24, 44, 0.09); border-radius: 15px; padding: 12px 14px; }
.lb-goal.is-done { opacity: 0.9; }
.lb-goal-body { display: block; width: 100%; text-align: left; background: none; border: none; padding: 0; cursor: pointer; font-family: inherit; -webkit-tap-highlight-color: transparent; }
.lb-goal-top { display: flex; align-items: center; gap: 11px; }
.lb-goal-e { font-size: 24px; flex-shrink: 0; }
.lb-goal-main { flex: 1; min-width: 0; }
.lb-goal-name { font-size: 15px; font-weight: 800; color: var(--ink); }
.lb-goal-amt { font-size: 12.5px; font-weight: 700; color: var(--muted); margin-top: 1px; }
.lb-goal-pct { font-size: 15px; font-weight: 800; color: #2C7A9E; flex-shrink: 0; }
.lb-goal-trophy { font-size: 20px; flex-shrink: 0; }
.lb-goal-bar { height: 8px; border-radius: 99px; background: rgba(16, 24, 44, 0.08); overflow: hidden; margin-top: 10px; }
.lb-goal-bar span { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, #2FA3A3, #2C7A9E); }
.lb-goal-sub { font-size: 11.5px; font-weight: 700; color: var(--muted); margin-top: 7px; }
.lb-goal-actions { margin-top: 11px; }
.lb-goal-actions .lb-btn { width: 100%; }
.lb-goal-add { width: 100%; font-family: inherit; font-size: 13.5px; font-weight: 800; color: #1F5F6B; background: rgba(45, 120, 130, 0.1); border: 1px solid rgba(45, 120, 130, 0.22); border-radius: 11px; padding: 9px; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.lb-goal-add:active { transform: scale(0.98); }
.lb-fin-achtoggle { display: block; width: 100%; text-align: left; margin: 10px 0 0; background: none; border: none; font-family: inherit; font-size: 13px; font-weight: 800; color: var(--muted); cursor: pointer; -webkit-tap-highlight-color: transparent; }

/* samen sparen */
.lb-goal.lb-shared { border-color: rgba(45, 120, 130, 0.3); background: linear-gradient(180deg, rgba(45, 120, 130, 0.05), var(--card)); }
.lb-shared-badge { font-size: 12px; }
.lb-shared-pending { font-size: 12px; color: #E0872E; margin-left: 4px; }
.lb-shared-done { text-align: center; font-size: 13.5px; font-weight: 800; color: #2FA466; padding: 4px; }

/* finance in Inzichten */
.lb-money3 { display: flex; gap: 8px; margin: 4px 0 12px; }
.lb-money3-c { flex: 1; text-align: center; background: var(--card); border: 1px solid rgba(16, 24, 44, 0.07); border-radius: 12px; padding: 10px 6px; }
.lb-money3-n { font-size: 17px; font-weight: 800; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.lb-money3-l { font-size: 10.5px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-top: 2px; }
.lb-money-pots { display: flex; flex-direction: column; gap: 8px; margin-bottom: 4px; }
.lb-money-pot { display: flex; align-items: center; gap: 10px; }
.lb-money-pot-n { font-size: 13px; font-weight: 700; color: var(--ink); width: 130px; flex-shrink: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lb-money-pot-bar { flex: 1; height: 6px; border-radius: 99px; background: rgba(16, 24, 44, 0.08); overflow: hidden; }
.lb-money-pot-bar span { display: block; height: 100%; border-radius: 99px; }
.lb-money-pot-v { font-size: 13px; font-weight: 800; color: var(--ink); font-variant-numeric: tabular-nums; margin-left: auto; flex-shrink: 0; }
.lb-goalmonth { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; border-bottom: 1px solid var(--line); font-size: 13.5px; font-weight: 700; color: var(--ink); }
.lb-goalmonth-n { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lb-goalmonth-r { color: #2C7A9E; font-variant-numeric: tabular-nums; flex-shrink: 0; }
.lb-fin-weekline { font-size: 13.5px; font-weight: 700; color: var(--ink); }
.lb-fin-weekline b { font-weight: 800; }

/* pincode-pad */
.lb-pinpad { width: 100%; max-width: 320px; background: var(--cream); border-radius: 22px; padding: 24px 20px 18px; box-shadow: 0 24px 64px rgba(3, 7, 18, 0.55); text-align: center; }
.lb-pin-title { font-size: 18px; font-weight: 800; color: #10182C; letter-spacing: -0.01em; }
.lb-pin-sub { font-size: 13px; font-weight: 600; color: #6B7590; margin-top: 4px; min-height: 18px; }
.lb-pin-dots { display: flex; justify-content: center; gap: 14px; margin: 18px 0 20px; }
.lb-pin-dot { width: 14px; height: 14px; border-radius: 99px; border: 2px solid rgba(16, 24, 44, 0.22); box-sizing: border-box; }
.lb-pin-dot.is-on { background: #2C7A9E; border-color: #2C7A9E; }
.lb-pin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.lb-pin-key { height: 58px; border-radius: 16px; border: 1px solid rgba(16, 24, 44, 0.10); background: var(--card); font-family: inherit; font-size: 24px; font-weight: 700; color: var(--ink); cursor: pointer; -webkit-tap-highlight-color: transparent; }
.lb-pin-key:active { transform: scale(0.94); background: rgba(45, 120, 130, 0.1); }
.lb-pin-key:disabled { opacity: 0.4; }
.lb-pin-back { font-size: 20px; }

/* polariteit (energie gaf/kostte) */
.lb-pol { display: flex; gap: 8px; margin-top: 10px; }
.lb-pol-btn {
  flex: 1; border-radius: 12px; padding: 11px 8px; cursor: pointer; font-family: inherit;
  font-size: 13px; font-weight: 800; background: var(--card); -webkit-tap-highlight-color: transparent;
}
.lb-pol-btn.is-pos { border: 1.5px solid rgba(47, 164, 102, 0.4); color: #2FA466; }
.lb-pol-btn.is-neg { border: 1.5px solid rgba(214, 69, 69, 0.4); color: #D64545; }
.lb-pol-btn.is-pos.is-sel { background: rgba(47, 164, 102, 0.14); }
.lb-pol-btn.is-neg.is-sel { background: rgba(214, 69, 69, 0.12); }

/* dagboek-geschiedenis */
.lb-journal-hist { padding: 10px 0; border-bottom: 1px solid var(--line); }
.lb-journal-hist-date { font-size: 11.5px; font-weight: 800; color: var(--muted); margin-bottom: 4px; }
.lb-journal-hist-line { font-size: 13.5px; font-weight: 600; color: var(--ink); line-height: 1.4; margin-top: 2px; }

/* energiebalans (Inzichten) */
.lb-energy-col { border-radius: 14px; padding: 12px 13px; margin-bottom: 10px; }
.lb-energy-col.is-pos { background: rgba(47, 164, 102, 0.08); border: 1px solid rgba(47, 164, 102, 0.22); }
.lb-energy-col.is-neg { background: rgba(214, 69, 69, 0.07); border: 1px solid rgba(214, 69, 69, 0.22); }
.lb-energy-head { font-size: 13px; font-weight: 800; margin-bottom: 9px; }
.lb-energy-col.is-pos .lb-energy-head { color: #2FA466; }
.lb-energy-col.is-neg .lb-energy-head { color: #D64545; }
.lb-energy-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.lb-energy-tag {
  font-size: 12.5px; font-weight: 700; color: var(--ink); background: var(--card);
  border: 1px solid var(--line); border-radius: 99px; padding: 6px 11px;
}
.lb-energy-tag.is-person { font-weight: 800; }
.lb-energy-col.is-pos .lb-energy-tag.is-person { color: #2FA466; border-color: rgba(47, 164, 102, 0.35); }
.lb-energy-col.is-neg .lb-energy-tag.is-person { color: #D64545; border-color: rgba(214, 69, 69, 0.35); }
.lb-energy-tag .lb-jchip-i { margin-right: 4px; font-size: 11px; }
.lb-energy-col.is-pos .lb-energy-tag-person { color: #2FA466; border-color: rgba(47, 164, 102, 0.35); font-weight: 800; }
.lb-energy-col.is-neg .lb-energy-tag-person { color: #D64545; border-color: rgba(214, 69, 69, 0.35); font-weight: 800; }

/* dagboek: energie-chips (energizers/drainers) */
.lb-jchips { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.lb-jchip {
  display: inline-flex; align-items: center; gap: 5px; font-family: inherit; font-size: 12.5px; font-weight: 700;
  color: var(--ink); background: var(--card); border: 1.5px solid var(--line); border-radius: 99px;
  padding: 7px 12px; cursor: pointer; -webkit-tap-highlight-color: transparent;
}
.lb-jchip:active { transform: scale(0.96); }
.lb-jchip.is-sel { background: rgba(45, 120, 130, 0.12); border-color: rgba(45, 120, 130, 0.5); color: #1F5F6B; }
.lb-jchip-i { font-size: 12px; line-height: 1; }
.lb-jchip-x { color: #9AA3B2; margin-left: 2px; font-size: 11px; }
.lb-jadd { display: inline-flex; align-items: center; gap: 4px; }
.lb-jadd-in { width: 108px; border: 1.5px dashed var(--line); border-radius: 99px; padding: 6px 11px; font-family: inherit; font-size: 12.5px; background: transparent; color: var(--ink); }
.lb-jadd-in:focus { outline: none; border-color: rgba(45, 120, 130, 0.5); }
.lb-jadd-btn { width: 28px; height: 28px; border-radius: 99px; border: none; background: rgba(45, 120, 130, 0.14); color: #1F5F6B; font-size: 17px; font-weight: 700; line-height: 1; cursor: pointer; -webkit-tap-highlight-color: transparent; }

/* verjaardagskaart */
.lb-bdaycard {
  background: linear-gradient(135deg, #F3E7FF, #FDE2F1);
  border: 1.5px solid rgba(230, 73, 128, 0.28); border-radius: 18px; padding: 6px 14px;
  box-shadow: 0 8px 24px rgba(3, 7, 18, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  margin-bottom: 14px;
}
.lb-bday-row { display: flex; align-items: center; gap: 12px; padding: 9px 0; }
.lb-bday-row + .lb-bday-row { border-top: 1px solid rgba(230, 73, 128, 0.18); }
.lb-bday-ico {
  width: 38px; height: 38px; border-radius: 13px; flex-shrink: 0; font-size: 20px;
  background: linear-gradient(160deg, #E64980, #B5179E);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(230, 73, 128, 0.40);
}
.lb-bday-txt { flex: 1; min-width: 0; font-size: 14px; font-weight: 700; color: #5A2A44; line-height: 1.4; }
.lb-bday-row.is-today .lb-bday-txt { font-weight: 800; }
.lb-bday-btn {
  flex-shrink: 0; background: #E64980; color: #fff; border: none; border-radius: 10px;
  font-family: inherit; font-size: 12px; font-weight: 800; padding: 8px 11px; cursor: pointer;
  -webkit-tap-highlight-color: transparent; white-space: nowrap;
}

/* medaillemuur */
.lb-medal-count { font-size: 13px; font-weight: 800; color: #8A93A6; }
.lb-medals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.lb-medal {
  text-align: center; background: var(--card); border: 1px solid var(--line);
  border-radius: 16px; padding: 13px 8px 11px; opacity: 0.62;
  font-family: inherit; cursor: pointer; width: 100%; -webkit-tap-highlight-color: transparent;
  transition: transform .08s ease;
}
.lb-medal:active { transform: scale(0.96); }
.lb-medal.is-earned { opacity: 1; border-color: rgba(242, 100, 48, 0.32); background: linear-gradient(160deg, #FFF6EE, #FCE7D5); }
.lb-medal-badge {
  width: 52px; height: 52px; margin: 0 auto 8px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 26px;
  background: rgba(16, 24, 44, 0.07); filter: grayscale(1) opacity(0.7);
}
.lb-medal.is-earned .lb-medal-badge {
  filter: none; background: linear-gradient(160deg, #FBB040, #F26430);
  box-shadow: 0 6px 16px rgba(242, 100, 48, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.lb-medal-title { font-size: 12.5px; font-weight: 800; color: #10182C; line-height: 1.2; }
.lb-medal-desc { font-size: 10px; font-weight: 600; color: #9aa2b5; line-height: 1.25; margin-top: 2px; min-height: 24px; }
.lb-medal-sub { font-size: 10.5px; font-weight: 700; color: #8A93A6; margin-top: 3px; }
.lb-medal-bar { height: 4px; border-radius: 99px; background: rgba(16, 24, 44, 0.09); margin-top: 7px; overflow: hidden; }
.lb-medal-bar span { display: block; height: 100%; background: #F26430; border-radius: 99px; }

/* medaille-detail */
.lb-medaldetail { text-align: center; padding: 4px 4px 8px; }
.lb-medaldetail-badge {
  width: 88px; height: 88px; margin: 6px auto 14px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 44px;
  background: rgba(16, 24, 44, 0.07); filter: grayscale(1) opacity(0.7);
}
.lb-medaldetail-badge.is-earned {
  filter: none; background: linear-gradient(160deg, #FBB040, #F26430);
  box-shadow: 0 10px 26px rgba(242, 100, 48, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.lb-medaldetail-title { font-size: 20px; font-weight: 800; color: var(--ink); }
.lb-medaldetail-desc { font-size: 13.5px; font-weight: 600; color: var(--muted); margin-top: 4px; }
.lb-medaldetail-status.is-earned {
  display: inline-block; margin: 16px auto 0; font-size: 14px; font-weight: 800; color: #2FA466;
  background: rgba(47, 164, 102, 0.12); border: 1px solid rgba(47, 164, 102, 0.3); border-radius: 99px; padding: 8px 16px;
}
.lb-medaldetail-prog { margin: 18px 4px 0; text-align: left; }
.lb-medaldetail-progtop { display: flex; justify-content: space-between; font-size: 13px; font-weight: 800; color: var(--ink); margin-bottom: 6px; }
.lb-medaldetail-prog .lb-medal-bar { height: 8px; }
.lb-medaldetail-remain { font-size: 12.5px; font-weight: 700; color: var(--muted); margin-top: 8px; text-align: center; }
.lb-medaldetail-hint {
  text-align: left; margin-top: 20px; background: var(--cream); border: 1px solid var(--line);
  border-radius: 14px; padding: 14px 15px; font-size: 13.5px; font-weight: 600; color: #5A6478; line-height: 1.5;
}

.lb-sec-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.lb-sec-title { font-size: 15px; font-weight: 800; color: #10182C; letter-spacing: -0.01em; }
.lb-link { background: none; border: none; color: #C2491B; font-weight: 800; font-size: 12.5px; font-family: inherit; cursor: pointer; }

.lb-row {
  display: flex; align-items: center; gap: 9px;
  background: var(--card); border: 1px solid var(--line); border-radius: 12px;
  padding: 9px 11px; margin-bottom: 8px;
}
.lb-checkbox {
  width: 26px; height: 26px; border-radius: 99px; flex-shrink: 0;
  border: 2px solid rgba(16, 24, 44, 0.2); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  background: transparent; padding: 0; color: #fff; font-size: 14px; font-weight: 800;
  transition: background 150ms ease, border-color 150ms ease, transform 100ms ease;
}
.lb-checkbox.is-done { background: #2FA466; border-color: #2FA466; }
.lb-checkbox:active { transform: scale(0.85); }
.lb-row-main { flex: 1; min-width: 0; }
.lb-row-title { font-size: 14px; font-weight: 700; color: #10182C; letter-spacing: -0.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lb-row-title.is-done { text-decoration: line-through; color: #9AA2B4; }
/* Afgeronde / overgeslagen activiteit: rustig, ondoorzichtig (geen doorschijnende verwijder-laag) */
.lb-row.is-done, .lb-row.is-skipped { background: #EFEDE6; border-color: rgba(16, 24, 44, 0.05); }
.lb-row.is-done .lb-catbar, .lb-row.is-skipped .lb-catbar { opacity: 0.4; }
.lb-row.is-done .lb-row-meta, .lb-row.is-skipped .lb-row-meta { color: #A9AFBC; }
.lb-row.is-done .lb-locchip, .lb-row.is-skipped .lb-locchip { opacity: 0.55; }
.lb-row.is-skipped .lb-row-title { color: #9AA2B4; }
.lb-row-meta { display: flex; gap: 9px; align-items: center; font-size: 12px; color: var(--muted); margin-top: 2px; font-weight: 600; flex-wrap: wrap; }
.lb-emoji-sm { font-size: 18px; flex-shrink: 0; }
.lb-streak { font-size: 12px; font-weight: 800; color: #C2491B; flex-shrink: 0; }

.lb-timecol { width: 44px; flex-shrink: 0; text-align: center; display: flex; flex-direction: column; }
.lb-time-start { font-size: 13px; font-weight: 800; color: #10182C; font-variant-numeric: tabular-nums; }
.lb-time-end { font-size: 11px; color: #8A93A6; font-weight: 600; font-variant-numeric: tabular-nums; }
.lb-catdot { width: 8px; height: 8px; border-radius: 99px; flex-shrink: 0; }
.lb-locchip {
  display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 700; color: #2A3450;
  background: rgba(16, 24, 44, 0.04); border: 1.5px solid rgba(16, 24, 44, 0.12);
  padding: 4px 9px; border-radius: 99px; flex-shrink: 0; white-space: nowrap;
}
.lb-nowline { display: flex; align-items: center; gap: 8px; padding: 6px 2px; }
.lb-nowdot { width: 9px; height: 9px; border-radius: 99px; background: var(--orange); flex-shrink: 0; box-shadow: 0 0 0 4px rgba(242, 100, 48, 0.18); }
.lb-nowtext { font-size: 11px; font-weight: 800; color: var(--orange); letter-spacing: 0.02em; }

.lb-empty { font-size: 13px; color: var(--muted); font-weight: 500; padding: 4px 2px; }

/* week-vergrendel-banner */
.lb-banner {
  display: flex; align-items: flex-start; gap: 10px;
  background: #F7F2E9; border: 1.5px solid rgba(16, 24, 44, 0.14);
  border-left: 5px solid var(--orange); border-radius: 16px;
  padding: 12px 14px; margin-bottom: 14px; box-shadow: 0 6px 20px rgba(3, 7, 18, 0.35);
}
.lb-banner-body { flex: 1; min-width: 0; }
.lb-banner-top { font-size: 11px; font-weight: 800; letter-spacing: 0.03em; color: #A85B2A; text-transform: uppercase; margin-bottom: 3px; }
.lb-banner-text { font-size: 13px; font-weight: 700; color: #5A3A26; line-height: 1.4; }
.lb-banner-x { background: rgba(16, 24, 44, 0.06); border: none; border-radius: 8px; width: 26px; height: 26px; font-size: 12px; color: #2A3450; cursor: pointer; font-weight: 800; flex-shrink: 0; font-family: inherit; }

/* voortgang / focus */
.lb-dayprog {
  background: var(--card, #fff); border-radius: 18px; padding: 14px 16px;
  box-shadow: 0 4px 16px rgba(3, 7, 18, 0.05); margin-bottom: 14px;
}
.lb-dayprog-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 9px; }
.lb-dayprog-count { font-size: 15px; font-weight: 800; color: #10182C; }
.lb-dayprog-pct { font-size: 13px; font-weight: 800; color: var(--orange); }
.lb-dayprog-track { height: 10px; border-radius: 999px; background: rgba(16, 24, 44, 0.07); overflow: hidden; }
.lb-dayprog-fill {
  height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--orange-2));
  transition: width 480ms cubic-bezier(0.22, 1, 0.36, 1);
}
.lb-dayprog-sub { font-size: 12.5px; color: var(--muted); font-weight: 600; margin-top: 8px; }
.lb-dayprog.is-empty .lb-dayprog-count { color: var(--muted); }
.lb-dayprog.is-done .lb-dayprog-count { color: var(--orange); }
.lb-dayprog.is-rest { padding: 13px 16px; }
.lb-dayprog.is-rest .lb-dayprog-sub { margin-top: 0; font-size: 13.5px; color: #5A3A26; font-weight: 600; }

/* signalen-cluster (payday / verjaardag / uitnodigingen / weekbanner) */
.lb-signals:empty { display: none; }
.lb-signals > * { margin-bottom: 10px; }
.lb-signals .lb-panel { box-shadow: 0 2px 10px rgba(3, 7, 18, 0.04); }

/* reflectie (gevoel + dagboek samen) */
.lb-reflect-journal {
  display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; cursor: pointer;
  background: linear-gradient(135deg, #E4F1EC, #DCEBF6);
  border: 1px solid rgba(45, 120, 130, 0.22); border-radius: 14px; padding: 11px 13px; margin-top: 12px;
  font-family: inherit; -webkit-tap-highlight-color: transparent;
}
.lb-reflect-journal:active { transform: scale(0.99); }
.lb-reflect-journal-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }

.lb-focus { display: flex; align-items: center; gap: 14px; }
.lb-ring { width: 56px; height: 56px; flex-shrink: 0; }
.lb-ring-label { font-size: 13px; font-weight: 800; fill: #10182C; }
.lb-focus-title { font-size: 10.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: #8A93A6; margin-bottom: 3px; }
.lb-focus-text { font-size: 14px; font-weight: 700; color: #10182C; line-height: 1.35; }
.lb-focus-meta { font-size: 12.5px; color: var(--muted); font-weight: 600; margin-top: 4px; }

/* nu bezig */
.lb-nowcard { border: 1.5px solid rgba(242, 100, 48, 0.35); background: linear-gradient(135deg, #FFF3EA, #FFE7D6); }

/* ster (belangrijk) */
.lb-star { background: none; border: none; cursor: pointer; padding: 4px; flex-shrink: 0; font-size: 16px; color: rgba(16, 24, 44, 0.25); font-family: inherit; }
.lb-star.is-on { color: #F0A122; }
.lb-star:active { transform: scale(0.85); }

/* ---------- header-tandwiel ---------- */
.lb-header-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.lb-gear {
  background: rgba(247, 242, 233, 0.08); border: 1px solid rgba(247, 242, 233, 0.14);
  color: rgba(247, 242, 233, 0.85); width: 36px; height: 36px; border-radius: 12px;
  font-size: 17px; cursor: pointer; flex-shrink: 0; font-family: inherit;
  display: flex; align-items: center; justify-content: center; -webkit-tap-highlight-color: transparent;
}
.lb-gear:active { transform: scale(0.9); }
.lb-header-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }

/* ---------- FAB ---------- */
.lb-fab {
  position: fixed; bottom: calc(84px + env(safe-area-inset-bottom, 0px));
  left: 50%; transform: translateX(calc(215px - 100% - 16px));
  width: 56px; height: 56px; border-radius: 50%; z-index: 35;
  background: linear-gradient(160deg, var(--orange), var(--orange-2)); color: #fff;
  border: none; font-size: 28px; font-weight: 400; cursor: pointer;
  box-shadow: 0 10px 26px rgba(242, 100, 48, 0.5); font-family: inherit;
  display: flex; align-items: center; justify-content: center; line-height: 1;
  -webkit-tap-highlight-color: transparent; transition: transform 120ms ease;
}
.lb-fab:active { transform: translateX(calc(215px - 100% - 16px)) scale(0.9); }

/* ---------- bottom-sheet ---------- */
.lb-scrim {
  position: fixed; inset: 0; z-index: 50; background: rgba(4, 8, 18, 0.55);
  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);
  display: flex; align-items: flex-end; justify-content: center;
  animation: lbScrimIn 160ms ease;
}
@keyframes lbScrimIn { from { opacity: 0; } to { opacity: 1; } }
.lb-sheet {
  width: 100%; max-width: 430px; background: var(--cream);
  border-radius: 24px 24px 0 0; padding: 8px 18px calc(20px + env(safe-area-inset-bottom, 0px));
  max-height: 88vh; max-height: 88dvh; display: flex; flex-direction: column; min-height: 0;
  box-shadow: 0 -12px 40px rgba(3, 7, 18, 0.5); animation: lbSheetUp 220ms cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes lbSheetUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
.lb-sheet-grab { width: 40px; height: 4px; border-radius: 99px; background: rgba(16, 24, 44, 0.18); margin: 6px auto 8px; flex-shrink: 0; }
.lb-sheet-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; flex-shrink: 0; }
.lb-sheet-title { font-size: 18px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.lb-sheet-x { background: rgba(16, 24, 44, 0.06); border: none; border-radius: 10px; width: 30px; height: 30px; font-size: 14px; color: #2A3450; cursor: pointer; font-weight: 800; font-family: inherit; }
.lb-sheet-body { flex: 1 1 auto; min-height: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
.lb-sheet-foot { display: flex; gap: 10px; margin-top: 16px; flex-shrink: 0; }

/* keuze-menu (FAB) */
.lb-choice { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 14px 15px; margin-bottom: 10px; cursor: pointer; font-family: inherit; }
.lb-choice-ico { font-size: 22px; flex-shrink: 0; }
.lb-choice-title { font-size: 15px; font-weight: 800; color: var(--ink); }
.lb-choice-sub { font-size: 12.5px; color: var(--muted); font-weight: 600; margin-top: 1px; }

/* ---------- formuliervelden ---------- */
.lb-field { margin-bottom: 14px; }
.lb-label { display: block; font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: #8A93A6; margin-bottom: 7px; }
.lb-input, .lb-textarea, .lb-select {
  width: 100%; font-family: inherit; font-size: 15px; font-weight: 600; color: var(--ink);
  background: var(--card); border: 1.5px solid rgba(16, 24, 44, 0.14); border-radius: 12px;
  padding: 11px 13px; -webkit-appearance: none; appearance: none;
}
.lb-input:focus, .lb-textarea:focus, .lb-select:focus { outline: none; border-color: var(--orange); }
.lb-textarea { resize: none; min-height: 70px; line-height: 1.4; }

/* segmented code-invoer (OTP) */.lb-otp { display: flex; gap: 6px; }
.lb-otp-box {
  flex: 1 1 0; min-width: 0; width: 100%; text-align: center;
  font-family: inherit; font-size: 20px; font-weight: 800; color: var(--ink);
  background: var(--card); border: 1.5px solid rgba(16, 24, 44, 0.14); border-radius: 12px;
  padding: 12px 0; -webkit-appearance: none; appearance: none; -webkit-tap-highlight-color: transparent;
}
.lb-otp-box:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(242, 100, 48, 0.16); }

/* gebruikersnaam (handle) */.lb-handle-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 10px 13px; margin-bottom: 8px; }
.lb-handle-lbl { font-size: 10.5px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.lb-handle-val { font-size: 16px; font-weight: 800; color: var(--ink); }
.lb-handle-input { position: relative; }
.lb-handle-at { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); font-weight: 800; color: var(--muted); pointer-events: none; }

/* uitnodigen (Fase 3) */
.lb-invite-input { position: relative; display: flex; gap: 8px; align-items: stretch; }
.lb-invite-input .lb-input { flex: 1 1 auto; min-width: 0; }
.lb-invite-btn { flex: 0 0 auto; padding: 11px 14px; }
.lb-invite-people { display: flex; flex-direction: column; gap: 8px; margin-bottom: 10px; }
.lb-invite-person { display: flex; align-items: center; justify-content: space-between; gap: 10px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 8px 8px 8px 12px; }
.lb-invite-person-name { font-weight: 700; color: var(--ink); font-size: 14px; min-width: 0; }
.lb-invite-handle { color: var(--muted); font-weight: 700; font-size: 12.5px; }
.lb-invite-person .lb-invite-btn { padding: 8px 12px; font-size: 12.5px; }
.lb-invites { border-top: 3px solid #4C6EF5; }
.lb-invite-card { padding: 11px 0; border-bottom: 1px solid var(--line); }
.lb-invite-card:last-child { border-bottom: none; padding-bottom: 2px; }
.lb-invite-main { display: flex; align-items: center; gap: 9px; margin-bottom: 9px; }
.lb-invite-title { font-weight: 800; color: var(--ink); font-size: 14.5px; }
.lb-invite-meta { font-size: 12px; color: var(--muted); font-weight: 600; margin-top: 1px; }
.lb-invite-btns { display: flex; gap: 8px; }
.lb-invite-btns .lb-btn { padding: 9px; font-size: 13px; }

/* versie/build-label onderin Instellingen */
.lb-set-version {
  text-align: center; font-size: 11px; font-weight: 600; color: rgba(16, 24, 44, 0.28);
  padding: 18px 0 4px; letter-spacing: 0.02em; user-select: none;
}
.lb-set-version-btn {
  background: none; border: none; font: inherit; color: inherit; cursor: pointer;
  padding: 4px 8px; border-radius: 8px; letter-spacing: 0.02em;
}
.lb-set-version-btn:active { color: var(--orange); background: rgba(242, 100, 48, 0.08); }
.lb-changelog { display: flex; flex-direction: column; gap: 14px; }
.lb-change-entry { padding: 14px; border-radius: 14px; background: rgba(16, 24, 44, 0.03); border: 1px solid rgba(16, 24, 44, 0.06); }
.lb-change-entry.is-current { background: rgba(242, 100, 48, 0.06); border-color: rgba(242, 100, 48, 0.28); }
.lb-change-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.lb-change-title { font-size: 15px; font-weight: 800; color: var(--ink); letter-spacing: -0.01em; }
.lb-change-build { font-size: 11px; font-weight: 700; color: #8A93A6; flex-shrink: 0; }
.lb-change-date { font-size: 11.5px; font-weight: 600; color: #A0A7B5; margin-top: 1px; }
.lb-change-list { margin: 8px 0 0; padding-left: 18px; display: flex; flex-direction: column; gap: 5px; }
.lb-change-list li { font-size: 13.5px; line-height: 1.4; color: #3A4560; }
.lb-row2 { display: flex; gap: 10px; }
.lb-row2 > .lb-field { flex: 1; }

.lb-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.lb-chip {
  display: inline-flex; align-items: center; gap: 6px; font-family: inherit;
  font-size: 13px; font-weight: 700; color: #2A3450; cursor: pointer;
  background: var(--card); border: 1.5px solid rgba(16, 24, 44, 0.14);
  padding: 8px 12px; border-radius: 99px;
}
.lb-chip.is-sel { border-color: var(--orange); background: rgba(242, 100, 48, 0.10); color: #C2491B; }
.lb-chip-add { border-style: dashed; border-color: rgba(242, 100, 48, 0.55); color: #C2491B; font-weight: 800; }
.lb-chip-dot { width: 9px; height: 9px; border-radius: 99px; flex-shrink: 0; }

.lb-toggle-row { display: flex; align-items: center; justify-content: space-between; padding: 4px 0; }
.lb-toggle { width: 46px; height: 28px; border-radius: 99px; border: none; background: rgba(16, 24, 44, 0.18); position: relative; cursor: pointer; flex-shrink: 0; transition: background 160ms ease; padding: 0; }
.lb-toggle.is-on { background: #2FA466; }
.lb-toggle-knob { position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.25); transition: transform 160ms ease; }
.lb-toggle.is-on .lb-toggle-knob { transform: translateX(18px); }

/* knoppen */
.lb-btn { flex: 1; font-family: inherit; font-size: 15px; font-weight: 800; border-radius: 14px; padding: 14px; border: none; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.lb-btn-primary { background: linear-gradient(160deg, var(--orange), var(--orange-2)); color: #fff; box-shadow: 0 8px 20px rgba(242, 100, 48, 0.4); }
.lb-btn-primary:active { transform: scale(0.97); }
.lb-btn-ghost { background: rgba(16, 24, 44, 0.06); color: #2A3450; }
.lb-btn-danger { flex: 0 0 auto; background: rgba(214, 73, 42, 0.10); color: #C2491B; }

/* ---------- swipe-to-delete ---------- */
.lb-swipe { position: relative; margin-bottom: 8px; border-radius: 12px; overflow: hidden; }
.lb-swipe-del {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: flex-end;
  padding-right: 18px; background: linear-gradient(90deg, #D6492A, #B83A1E);
  color: #fff; font-weight: 800; font-size: 14px; border-radius: 12px;
}
.lb-swipe-del button { background: none; border: none; color: #fff; font-family: inherit; font-weight: 800; font-size: 14px; cursor: pointer; display: flex; align-items: center; gap: 7px; }
.lb-swipe-fg { position: relative; z-index: 1; touch-action: pan-y; transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1); }
.lb-swipe-fg.is-drag { transition: none; }
.lb-swipe .lb-row { margin-bottom: 0; }
.lb-tappable { cursor: pointer; }

/* ---------- Bord-scherm ---------- */
.lb-board-swipe { touch-action: pan-y; }
.lb-weeknav { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.lb-weeknav-arrow {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 12px;
  background: rgba(247, 242, 233, 0.08); border: 1.5px solid rgba(247, 242, 233, 0.12);
  color: var(--cream); font-size: 20px; font-weight: 800; line-height: 1; cursor: pointer;
  font-family: inherit; -webkit-tap-highlight-color: transparent;
}
.lb-weeknav-arrow:disabled { opacity: 0.3; cursor: default; }
.lb-weeknav-label { flex: 1; text-align: center; min-width: 0; position: relative; }
.lb-weeknav-date { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; border: none; padding: 0; margin: 0; cursor: pointer; -webkit-appearance: none; background: transparent; }
.lb-weeknav-title { font-size: 15px; font-weight: 800; color: var(--cream); letter-spacing: -0.01em; }
.lb-weeknav-range { font-size: 12px; font-weight: 600; color: rgba(247, 242, 233, 0.55); margin-top: 1px; }

/* Rooster (dag-tijdlijn) */
.lb-gridwrap { padding: 14px 15px; }
.lb-grid-untimed { margin-bottom: 12px; }
.lb-grid { position: relative; margin-top: 6px; }
.lb-grid-line { position: absolute; left: 44px; right: 2px; height: 0; border-top: 1px solid rgba(16, 24, 44, 0.08); }
.lb-grid-line span { position: absolute; left: -44px; top: 0; transform: translateY(-50%); width: 38px; text-align: right; font-size: 11px; font-weight: 600; color: #8A93A6; }
.lb-grid-canvas { position: absolute; left: 44px; right: 2px; top: 0; }
.lb-grid-event {
  position: absolute; box-sizing: border-box; border: none; border-radius: 8px; padding: 4px 8px;
  color: #fff; text-align: left; font-family: inherit; overflow: hidden; cursor: pointer;
  display: flex; flex-direction: column; gap: 1px; box-shadow: 0 1px 3px rgba(16, 24, 44, 0.18);
  -webkit-tap-highlight-color: transparent;
}
.lb-grid-event.is-done { opacity: 0.55; }
.lb-grid-act { touch-action: none; }
.lb-grid-event.is-dragging { z-index: 20; box-shadow: 0 8px 20px rgba(16, 24, 44, 0.28); opacity: 0.96; cursor: grabbing; }
.lb-grid-todo { background: #FFFDF8; border: 1.5px dashed rgba(16, 24, 44, 0.28); color: #10182C; }
.lb-grid-todo .t, .lb-grid-todo .m { color: #10182C; }
.lb-grid-todo.is-important { border-color: #C89A2B; }
.lb-grid-habit { background: #F1EAFA; border: 1.5px solid #C9B3E6; color: #4A2E6B; }
.lb-grid-habit .t, .lb-grid-habit .m { color: #4A2E6B; }
.lb-grid-event.is-compact { flex-direction: row; align-items: center; justify-content: flex-start; padding-top: 2px; padding-bottom: 2px; }
.lb-grid-event-line { display: flex; align-items: baseline; gap: 6px; min-width: 0; width: 100%; }
.lb-grid-event-line .t { font-size: 12px; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
.lb-grid-event-line .m { font-size: 10px; font-weight: 600; opacity: 0.9; flex-shrink: 0; white-space: nowrap; }
.lb-grid-event-title { font-size: 12.5px; font-weight: 800; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lb-grid-event-time { font-size: 10.5px; font-weight: 600; opacity: 0.92; white-space: nowrap; }
.lb-grid-now { position: absolute; left: 0; right: 0; height: 0; border-top: 2px solid var(--orange); z-index: 5; }
.lb-grid-now span { position: absolute; left: -4px; top: -5px; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); }
.lb-weeknav-today {
  display: block; width: 100%; margin: -2px 0 12px; padding: 8px 12px;
  background: rgba(242, 100, 48, 0.14); color: var(--orange); border: none; border-radius: 10px;
  font-family: inherit; font-size: 12.5px; font-weight: 800; cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.lb-weekcopy {
  display: block; width: 100%; margin: 0 0 14px; padding: 11px 12px;
  background: rgba(247, 242, 233, 0.06); color: var(--cream);
  border: 1.5px dashed rgba(247, 242, 233, 0.22); border-radius: 12px;
  font-family: inherit; font-size: 13px; font-weight: 700; cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.lb-weekcopy:active { background: rgba(247, 242, 233, 0.10); }
.lb-board-top {
  position: sticky; top: 0; z-index: 20;
  margin: -6px -16px 14px; padding: 8px 16px 10px;
  background: rgba(9, 15, 32, 0.92);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(247, 242, 233, 0.07);
}
.lb-skyline { display: flex; gap: 6px; margin-bottom: 12px; }
.lb-sky-day {
  flex: 1; background: rgba(247, 242, 233, 0.06); border: 1.5px solid rgba(247, 242, 233, 0.10);
  border-radius: 12px; padding: 8px 3px 6px; cursor: pointer; font-family: inherit;
  display: flex; flex-direction: column; align-items: center; gap: 4px; min-width: 0;
  -webkit-tap-highlight-color: transparent; transition: background 140ms ease, border-color 140ms ease;
}
.lb-sky-day.is-sel { background: rgba(242, 100, 48, 0.16); border-color: var(--orange); }
.lb-sky-stack { display: flex; flex-direction: column-reverse; align-items: center; gap: 2px; min-height: 44px; justify-content: flex-start; width: 100%; }
.lb-sky-bar { width: 15px; height: 5px; border-radius: 3px; }
.lb-sky-empty { width: 15px; height: 5px; border-radius: 3px; background: rgba(247, 242, 233, 0.10); }
.lb-sky-label { font-size: 11px; font-weight: 600; color: rgba(247, 242, 233, 0.55); }
.lb-sky-label.is-today { color: var(--cream); font-weight: 700; }
.lb-sky-label.is-sel { color: var(--orange); font-weight: 800; }
.lb-sky-dot { width: 4px; height: 4px; border-radius: 99px; background: var(--orange); }

.lb-controls { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.lb-balance { display: flex; gap: 6px; flex-wrap: wrap; min-width: 0; }
.lb-board-top .lb-balance { margin-top: 10px; justify-content: center; }
.lb-balance-item {
  display: inline-flex; align-items: center; gap: 6px; font-family: inherit;
  font-size: 11.5px; font-weight: 700; cursor: pointer;
  background: transparent; border: 1.5px solid transparent; border-radius: 99px;
  padding: 5px 9px; color: rgba(247, 242, 233, 0.85); -webkit-tap-highlight-color: transparent;
}
.lb-balance-dot { width: 9px; height: 9px; border-radius: 99px; flex-shrink: 0; }
.lb-seg { display: flex; background: rgba(247, 242, 233, 0.07); border-radius: 10px; padding: 3px; flex-shrink: 0; }
.lb-seg-full { width: 100%; margin-top: 6px; }
.lb-seg-full .lb-seg-btn { flex: 1; text-align: center; }
.lb-seg-btn {
  border: none; background: transparent; font-family: inherit; cursor: pointer;
  font-size: 12px; font-weight: 700; color: rgba(247, 242, 233, 0.6);
  padding: 6px 14px; border-radius: 8px; -webkit-tap-highlight-color: transparent;
}
.lb-seg-btn.is-on { background: var(--orange); color: #fff; }

.lb-daywrap { padding: 14px 15px; border: 1.5px solid transparent; }
.lb-daywrap.is-today { border-color: rgba(242, 100, 48, 0.55); }
.lb-daypanel-head { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin-bottom: 8px; }
.lb-daypanel-title { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; min-width: 0; }
.lb-daypanel-name { font-size: 18px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.lb-daypanel-date { font-size: 12.5px; font-weight: 600; color: #8A93A6; }
.lb-daypanel-today { font-size: 11.5px; font-weight: 800; color: var(--orange); }
.lb-daypanel-open { font-size: 12px; font-weight: 600; color: #8A93A6; flex-shrink: 0; }
.lb-daypanel-empty { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 2px; }
.lb-daypanel-empty span { font-size: 13px; color: #8A93A6; font-weight: 500; }
.lb-mini-add {
  background: rgba(242, 100, 48, 0.10); color: #C2491B; border: none; border-radius: 10px;
  font-family: inherit; font-size: 12.5px; font-weight: 800; padding: 8px 12px; cursor: pointer; flex-shrink: 0;
}
.lb-mini-ghost { background: rgba(16, 24, 44, 0.06); color: #5A6478; }

/* dag-plannen-knop (ook als de dag al items heeft) */
.lb-day-add {
  width: 100%; margin-top: 12px; background: rgba(242, 100, 48, 0.09); color: #C2491B;
  border: 1px dashed rgba(242, 100, 48, 0.35); border-radius: 12px;
  font-family: inherit; font-size: 13px; font-weight: 800; padding: 11px; cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

/* weekkiezer in activiteit-sheet */
.lb-weekpick { display: flex; align-items: center; gap: 10px; }.lb-weekpick-arw {
  width: 40px; height: 40px; flex-shrink: 0; border-radius: 12px;
  background: var(--card); border: 1.5px solid rgba(16, 24, 44, 0.14);
  font-family: inherit; font-size: 20px; font-weight: 800; color: var(--ink); cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.lb-weekpick-arw:active { background: rgba(242, 100, 48, 0.10); }
.lb-weekpick-lbl { flex: 1; min-width: 0; text-align: center; display: flex; flex-direction: column; gap: 1px; }
.lb-weekpick-main { font-weight: 800; font-size: 15px; color: var(--ink); }
.lb-weekpick-sub { font-size: 12px; color: var(--muted); font-weight: 600; }
.lb-chip-date { margin-left: 5px; font-size: 11px; font-weight: 700; opacity: 0.6; }

/* ---------- Personen (contact-radar in Inzichten) ---------- */
.lb-people { display: flex; flex-direction: column; gap: 10px; }
.lb-person-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.lb-person-main { display: flex; align-items: center; gap: 10px; flex: 1; min-width: 0; background: none; border: none; padding: 0; font-family: inherit; cursor: pointer; text-align: left; -webkit-tap-highlight-color: transparent; }
.lb-person-ico { width: 38px; height: 38px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 19px; flex-shrink: 0; }
.lb-person-txt { display: flex; flex-direction: column; min-width: 0; }
.lb-person-name { font-weight: 800; color: #10182C; }
.lb-person-sub { font-size: 12px; color: #8A93A6; font-weight: 600; }
.lb-person-acts { display: flex; gap: 6px; flex-shrink: 0; }

/* contactfrequentie-visualisatie (Inzichten) */
.lb-pfreq { display: flex; flex-direction: column; gap: 13px; }
.lb-pfreq-row { display: flex; align-items: center; gap: 11px; }
.lb-pfreq-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.lb-pfreq-head { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.lb-pfreq-name { font-weight: 800; color: #10182C; }
.lb-pfreq-sub { font-size: 11.5px; color: #8A93A6; font-weight: 600; white-space: nowrap; }
.lb-pfreq-bar { height: 8px; border-radius: 99px; background: rgba(16, 24, 44, 0.07); overflow: hidden; }
.lb-pfreq-fill { display: block; height: 100%; border-radius: 99px; transition: width .3s ease; }
.lb-pfreq-count { font-weight: 800; font-size: 15px; flex-shrink: 0; min-width: 32px; text-align: right; }
.lb-catgroup { margin-top: 10px; }
.lb-catgroup .lb-eyebrow { margin-bottom: 6px; }
.lb-catbar { width: 4px; align-self: stretch; border-radius: 4px; flex-shrink: 0; }
.lb-flex-tag { color: #8A93A6; }
.lb-recur-tag { color: #7A5EA8; font-weight: 700; }
.lb-repeat-n { display: flex; align-items: center; gap: 8px; margin-top: 10px; font-size: 13.5px; font-weight: 600; color: var(--ink); }
.lb-input-num { width: 72px; text-align: center; }
.lb-repeat-panel { margin: 4px 0 6px; padding: 12px; background: rgba(122, 94, 168, 0.07); border-radius: 12px; }
.lb-hint-cross { margin-top: 8px; padding: 9px 11px; border-radius: 10px; background: rgba(122, 94, 168, 0.10); color: #5B4488; font-size: 12.5px; font-weight: 600; line-height: 1.45; }

/* ---------- Gewoontes-scherm ---------- */
.lb-habit {
  background: var(--card); border: 1px solid var(--line); border-radius: 16px;
  padding: 13px 14px; margin-bottom: 0;
}
.lb-habit-top { display: flex; align-items: center; gap: 10px; }
.lb-habit-emoji { font-size: 20px; flex-shrink: 0; }
.lb-habit-main { flex: 1; min-width: 0; }
.lb-habit-title { font-size: 15px; font-weight: 800; color: var(--ink); letter-spacing: -0.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lb-habit-sub { font-size: 11.5px; font-weight: 600; color: #8A93A6; margin-top: 2px; }
.lb-habit-streak { text-align: center; flex-shrink: 0; }
.lb-habit-streak-n { font-size: 20px; font-weight: 800; color: #8A93A6; letter-spacing: -0.02em; }
.lb-habit-streak-n.is-on { color: #E0641A; }
.lb-habit-streak-l { font-size: 9px; font-weight: 800; letter-spacing: 0.1em; color: #8A93A6; text-transform: uppercase; }
.lb-habit-week { display: flex; gap: 6px; margin-top: 11px; }
.lb-habit-dot { flex: 1; height: 7px; border-radius: 99px; background: rgba(16, 24, 44, 0.08); }
.lb-habit-dot.is-on { background: #2FA466; }
.lb-habit-dot.is-today { box-shadow: 0 0 0 2px rgba(242, 100, 48, 0.5); }
.lb-habit-bar { height: 6px; border-radius: 99px; background: rgba(16, 24, 44, 0.08); overflow: hidden; margin-top: 10px; }
.lb-habit-bar-fill { height: 100%; border-radius: 99px; background: #E0641A; transition: width 200ms ease; }
.lb-swipe:has(.lb-habit) { margin-bottom: 10px; }
.lb-habit-summary { font-size: 12.5px; font-weight: 600; color: rgba(247, 242, 233, 0.7); padding: 4px 4px 0; line-height: 1.5; }

.lb-emoji-btn {
  width: 42px; height: 42px; border-radius: 12px; font-size: 20px; cursor: pointer;
  background: var(--card); border: 1.5px solid rgba(16, 24, 44, 0.14); font-family: inherit;
  display: flex; align-items: center; justify-content: center; padding: 0;
}
.lb-emoji-btn.is-sel { border-color: var(--orange); background: rgba(242, 100, 48, 0.10); }

/* ---------- To-do-scherm ---------- */
.lb-screen-head { padding: 4px 2px 12px; }
.lb-screen-head-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.lb-medal-open {
  flex-shrink: 0; margin-top: 4px; display: inline-flex; align-items: center; gap: 5px;
  background: rgba(242, 100, 48, 0.16); color: #FFD9C2; border: 1px solid rgba(242, 100, 48, 0.4);
  border-radius: 12px; font-family: inherit; font-size: 12.5px; font-weight: 800; padding: 9px 13px;
  cursor: pointer; -webkit-tap-highlight-color: transparent; white-space: nowrap;
}
.lb-medalwall-sub { font-size: 13px; font-weight: 700; color: var(--muted); margin: 0 0 14px; }

/* niveau-kaart (in medaillemuur) */
.lb-levelcard { background: linear-gradient(135deg, #EFE3FF, #F6ECFF); border: 1.5px solid rgba(160, 85, 214, 0.28); border-radius: 16px; padding: 14px 15px; margin-bottom: 14px; }
.lb-levelcard-top { display: flex; align-items: baseline; justify-content: space-between; }
.lb-levelcard-lvl { font-size: 16px; font-weight: 800; color: #5B2A82; }
.lb-levelcard-xp { font-size: 12.5px; font-weight: 800; color: #8A6BB0; }
.lb-levelbar { height: 9px; border-radius: 99px; background: rgba(91, 42, 130, 0.14); overflow: hidden; margin: 9px 0 7px; }
.lb-levelbar span { display: block; height: 100%; background: linear-gradient(90deg, #A055D6, #7C3AED); border-radius: 99px; }
.lb-levelcard-note { font-size: 11.5px; font-weight: 700; color: #8A6BB0; }

/* wekelijkse terugblik */
.lb-recap { text-align: center; }
.lb-recap-hero { padding: 6px 0 16px; }
.lb-recap-big { font-size: 56px; font-weight: 800; color: #F26430; line-height: 1; letter-spacing: -0.03em; }
.lb-recap-biglbl { font-size: 13.5px; font-weight: 700; color: var(--muted); margin-top: 4px; }
.lb-recap-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.lb-recap-stat { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 12px 6px; display: flex; flex-direction: column; gap: 3px; }
.lb-recap-stat-n { font-size: 18px; font-weight: 800; color: var(--ink); }
.lb-recap-stat-l { font-size: 11px; font-weight: 700; color: var(--muted); }
.lb-recap-sec { text-align: left; margin-bottom: 14px; }
.lb-recap-sec .lb-eyebrow { margin-bottom: 8px; }
.lb-recap-cat { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; color: var(--ink); padding: 7px 0; border-bottom: 1px solid var(--line); }
.lb-recap-cat-n { margin-left: auto; font-weight: 800; color: var(--muted); }
.lb-recap-medals { display: flex; flex-wrap: wrap; gap: 8px; }
.lb-recap-medal { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 800; color: #C2491B; background: rgba(242, 100, 48, 0.12); border: 1px solid rgba(242, 100, 48, 0.3); border-radius: 12px; padding: 8px 12px; }
.lb-recap-medal-ico { font-size: 16px; }
.lb-recap-energy { font-size: 13.5px; font-weight: 700; color: var(--ink); padding: 6px 0; line-height: 1.4; }
.lb-recap-energy.is-pos { color: #2FA466; }
.lb-recap-energy.is-neg { color: #D64545; }
.lb-recap-energy b { font-weight: 800; }
.lb-recap-plan { font-size: 13px; font-weight: 700; color: #1F5F6B; background: rgba(45, 120, 130, 0.1); border-radius: 10px; padding: 8px 11px; margin-top: 6px; line-height: 1.4; }
.lb-screen-title { font-size: 26px; font-weight: 800; color: var(--cream); letter-spacing: -0.03em; }
.lb-screen-sub { font-size: 12.5px; color: rgba(247, 242, 233, 0.5); font-weight: 600; margin-top: 2px; }
.lb-quickadd { display: flex; gap: 8px; }
.lb-quickadd .lb-input { flex: 1; }
.lb-quickadd-btn {
  flex-shrink: 0; width: 46px; border: none; border-radius: 12px; cursor: pointer;
  background: linear-gradient(160deg, #F26430, #E0641A); color: #fff; font-size: 24px;
  font-family: inherit; box-shadow: 0 6px 16px rgba(242, 100, 48, 0.4);
}
.lb-todo-sec { margin-bottom: 14px; }
.lb-todo-sec .lb-eyebrow { margin-bottom: 8px; padding: 0 2px; }
.lb-todo-done-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; padding: 0 2px; }
.lb-todo-done-head .lb-eyebrow { margin-bottom: 0; padding: 0; }
.lb-todo-clear { background: none; border: none; font-size: 12.5px; font-weight: 700; color: rgba(140, 150, 170, 0.9); cursor: pointer; padding: 4px 2px; }
.lb-todo-clear:active { color: #C2491B; }
.lb-todo-more { width: 100%; margin-top: 4px; padding: 9px; background: none; border: 1px dashed rgba(150, 160, 180, 0.4); border-radius: 12px; font-size: 13px; font-weight: 700; color: rgba(120, 130, 150, 0.95); cursor: pointer; }
.lb-row-important { border-color: rgba(242, 169, 59, 0.5); }
.lb-row-overdue { border-color: rgba(214, 73, 42, 0.55); background: #FFF3EE; }
.lb-row-meta.is-overdue { color: #C2491B; font-weight: 700; }

/* ---------- Weekstart-scherm ---------- */
.lb-ws-head { padding: 4px 2px 12px; }
.lb-ws-eyebrow { font-size: 12px; font-weight: 700; color: rgba(247, 242, 233, 0.5); letter-spacing: 0.02em; }
.lb-ws-title { font-size: 26px; font-weight: 800; color: var(--cream); letter-spacing: -0.03em; margin-top: 3px; }

/* weekstart: doelweek-keuze */
.lb-ws-weektoggle { display: flex; gap: 6px; background: rgba(247, 242, 233, 0.08); border-radius: 13px; padding: 4px; margin: 0 2px 8px; }
.lb-ws-weektoggle .lb-seg-opt {
  flex: 1; border: none; border-radius: 10px; padding: 10px; cursor: pointer;
  font-family: inherit; font-size: 13.5px; font-weight: 800; color: rgba(247, 242, 233, 0.6);
  background: transparent; -webkit-tap-highlight-color: transparent;
}
.lb-ws-weektoggle .lb-seg-opt.is-on { background: #F26430; color: #fff; box-shadow: 0 4px 12px rgba(242, 100, 48, 0.4); }
.lb-ws-weekrange { font-size: 12.5px; font-weight: 700; color: rgba(247, 242, 233, 0.5); padding: 0 3px 12px; }

.lb-progress { display: flex; gap: 5px; padding: 0 2px 14px; }
.lb-progress-seg { flex: 1; height: 5px; border-radius: 99px; border: none; padding: 0; cursor: pointer; background: rgba(247, 242, 233, 0.15); -webkit-tap-highlight-color: transparent; }
.lb-progress-seg.is-on { background: var(--orange); }

.lb-ws-prompt { font-size: 15px; color: #3A4560; line-height: 1.45; margin-bottom: 14px; font-weight: 500; }
.lb-ws-empty { font-size: 13.5px; color: #8A93A6; }

.lb-ws-actrow { display: flex; align-items: center; gap: 8px; padding: 7px 0; }
.lb-ws-day { font-size: 11px; font-weight: 800; color: #8A93A6; width: 22px; flex-shrink: 0; }

.lb-ws-checks { display: flex; flex-direction: column; gap: 8px; }
.lb-check { display: flex; gap: 9px; align-items: flex-start; font-size: 13.5px; color: #2A3450; font-weight: 500; line-height: 1.4; padding: 11px 12px; border-radius: 12px; border: 1.5px solid rgba(16, 24, 44, 0.12); background: rgba(16, 24, 44, 0.03); }
.lb-check-ico { flex-shrink: 0; }
.lb-check-warn { border-color: #C24E2E33; background: #C24E2E0D; }
.lb-check-good { border-color: #3E8E6333; background: #3E8E630D; }

.lb-ws-lock { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.lb-ws-catgrid { display: flex; flex-direction: column; gap: 6px; width: 100%; }
.lb-ws-catrow { display: flex; align-items: center; gap: 8px; }
.lb-ws-catname { flex: 1; text-align: left; font-size: 13.5px; font-weight: 700; color: var(--ink); }
.lb-ws-catstate { font-size: 12px; font-weight: 600; color: #8A93A6; width: 62px; text-align: right; }
.lb-ws-catstate.is-complete { color: #3E8E63; }
.lb-ws-catstate.is-missing { color: #C24E2E; }
.lb-ws-verdict { font-size: 14px; color: #3A4560; font-weight: 500; }
.lb-ws-locked-note { font-size: 12.5px; color: #3E8E63; font-weight: 700; }

.lb-ws-nav { display: flex; gap: 10px; margin-top: 14px; }
.lb-btn-ghost-light { background: rgba(247, 242, 233, 0.10); color: var(--cream); }
.lb-btn-ghost-light:disabled { cursor: default; }

/* ---------- Inzichten-scherm ---------- */
.lb-ins-bars { display: flex; gap: 7px; align-items: flex-end; padding-top: 4px; }
.lb-barcol { flex: 1; background: none; border: none; padding: 0; cursor: pointer; font-family: inherit; display: flex; flex-direction: column; align-items: center; gap: 4px; -webkit-tap-highlight-color: transparent; }
.lb-barcol:active { opacity: 0.7; }
.lb-barcol-pct { font-size: 10px; font-weight: 800; font-variant-numeric: tabular-nums; }
.lb-barcol-track { height: 78px; width: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; }
.lb-barcol-fill { width: 62%; max-width: 22px; border-radius: 5px; transition: height 400ms ease; }
.lb-barcol-label { font-size: 11px; font-weight: 700; color: #8A93A6; }

.lb-statrow { display: flex; gap: 12px; }
.lb-stat { flex: 1; }
.lb-stat-num { font-size: 26px; font-weight: 800; letter-spacing: -0.03em; }
.lb-stat-sub { font-size: 12px; font-weight: 600; color: #8A93A6; margin-top: 2px; }

.lb-sugg { display: flex; flex-direction: column; gap: 10px; }
.lb-sugg-row { display: flex; align-items: center; gap: 10px; justify-content: space-between; }
.lb-sugg-text { font-size: 13.5px; font-weight: 600; color: #10182C; line-height: 1.35; flex: 1; }

.lb-dist { display: flex; flex-direction: column; gap: 8px; }
.lb-dist-row { display: flex; align-items: center; gap: 10px; }
.lb-dist-label { width: 92px; font-size: 13px; font-weight: 700; color: #10182C; flex-shrink: 0; }
.lb-loc-name { width: 92px; font-size: 13px; font-weight: 700; color: #10182C; flex-shrink: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lb-dist-track { flex: 1; height: 9px; border-radius: 99px; background: rgba(16, 24, 44, 0.08); overflow: hidden; }
.lb-dist-fill { display: block; height: 100%; border-radius: 99px; transition: width 400ms ease; }
.lb-dist-n { width: 18px; text-align: right; font-weight: 700; color: #10182C; font-size: 13px; font-variant-numeric: tabular-nums; }
.lb-dist-note { font-size: 13px; font-weight: 600; color: #10182C; margin-top: 10px; line-height: 1.4; }

.lb-ins-score { display: flex; gap: 16px; align-items: center; }
.lb-ins-score-body { flex: 1; }
.lb-ins-score-note { font-size: 13.5px; font-weight: 600; color: #10182C; line-height: 1.4; margin-top: 4px; }

.lb-ins-legend { display: flex; gap: 12px; margin-top: 10px; font-size: 10.5px; font-weight: 700; color: #8A93A6; flex-wrap: wrap; }
.lb-ins-legend span { display: inline-flex; align-items: center; gap: 4px; }
.lb-legend-dot { width: 8px; height: 8px; border-radius: 99px; display: inline-block; }

.lb-rest-row { display: flex; gap: 8px; margin-bottom: 8px; }
.lb-rest-cell { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.lb-rest-dot { width: 22px; height: 22px; border-radius: 99px; background: transparent; border: 2px solid rgba(16, 24, 44, 0.20); }
.lb-rest-dot.is-on { background: #F0A122; border: none; }
.lb-rest-label { font-size: 10px; font-weight: 700; color: #8A93A6; }
.lb-rest-note { font-size: 13.5px; font-weight: 600; color: #10182C; line-height: 1.4; }

.lb-eve-block { margin-top: 12px; }
.lb-eve-cap { font-size: 11px; font-weight: 800; color: #8A93A6; margin-bottom: 7px; letter-spacing: 0.02em; }
.lb-eve-dots { display: flex; gap: 7px; }
.lb-eve-slot { flex: 1; display: flex; align-items: center; justify-content: center; }
.lb-eve-icon { font-size: 13px; line-height: 1; }
.lb-eve-dot { width: 15px; height: 15px; border-radius: 99px; background: transparent; border: 2px solid rgba(16, 24, 44, 0.18); }
.lb-eve-dot.is-on { background: #A055D6; border: none; }

.lb-hstats { display: flex; flex-direction: column; gap: 11px; }
.lb-hstat-head { display: flex; align-items: baseline; gap: 7px; margin-bottom: 4px; }
.lb-hstat-emoji { font-size: 14px; }
.lb-hstat-title { font-size: 13px; font-weight: 700; color: #10182C; flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lb-hstat-streak { font-size: 12.5px; font-weight: 800; color: #8A93A6; font-variant-numeric: tabular-nums; }
.lb-hstat-streak.is-on { color: #E0641A; }
.lb-hstat-rec { font-size: 11px; font-weight: 600; color: #8A93A6; font-variant-numeric: tabular-nums; }
.lb-hstat-bar { height: 6px; border-radius: 99px; background: rgba(16, 24, 44, 0.08); overflow: hidden; }
.lb-hstat-fill { display: block; height: 100%; border-radius: 99px; background: #E0641A; transition: width 400ms ease; }
.lb-hstat-summary { font-size: 12.5px; font-weight: 600; color: #3A4560; margin-top: 11px; line-height: 1.4; }

.lb-donut-wrap { display: flex; gap: 18px; align-items: center; }
.lb-donut { position: relative; flex-shrink: 0; }
.lb-donut-center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.lb-donut-top { font-size: 22px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.lb-donut-bottom { font-size: 10.5px; font-weight: 700; color: #8A93A6; text-transform: uppercase; letter-spacing: 0.08em; }
.lb-donut-legend { flex: 1; display: flex; flex-direction: column; gap: 7px; }
.lb-donut-leg { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.lb-donut-leg-dot { width: 9px; height: 9px; border-radius: 3px; flex-shrink: 0; }
.lb-donut-leg-name { font-weight: 700; color: #10182C; flex: 1; }
.lb-donut-leg-n { font-weight: 700; color: #6B7590; font-variant-numeric: tabular-nums; }
.lb-donut-leg-pct { font-weight: 600; color: #8A93A6; width: 34px; text-align: right; font-variant-numeric: tabular-nums; }

/* ---------- Gevoel / mood ---------- */
.lb-mood-row { display: flex; gap: 4px; }
.lb-mood-emoji { background: transparent; border: none; font-size: 28px; line-height: 1; cursor: pointer; padding: 5px; border-radius: 12px; -webkit-tap-highlight-color: transparent; transition: transform 100ms ease; }
.lb-mood-emoji:active { transform: scale(1.3); }

/* compacte mood-meter: rij van 5 toestand-pillen (valentie x energie) */
.lb-moodpicks { display: flex; gap: 6px; }
.lb-moodpick {
  flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 5px;
  background: var(--card); border: 1.5px solid rgba(16, 24, 44, 0.10); border-radius: 14px;
  padding: 9px 3px 8px; cursor: pointer; font-family: inherit; -webkit-tap-highlight-color: transparent;
  transition: transform 110ms ease, border-color 130ms ease, background 130ms ease;
}
.lb-moodpick:active { transform: scale(0.93); border-color: var(--sc); }
.lb-moodpick-e { font-size: 25px; line-height: 1; }
.lb-moodpick-l { font-size: 9.5px; font-weight: 800; color: #6B7590; letter-spacing: -0.02em; text-align: center; line-height: 1.05; }

.lb-mood-checkin { background: var(--card); border: 1px solid rgba(16, 24, 44, 0.08); border-radius: 12px; padding: 11px 12px; margin-bottom: 8px; }
.lb-mood-q { font-size: 13.5px; font-weight: 700; color: #10182C; margin-bottom: 8px; }
.lb-mood-chips { display: flex; gap: 8px; }
.lb-mood-chip { display: flex; align-items: center; gap: 7px; background: var(--card); border: 1px solid rgba(16, 24, 44, 0.10); border-radius: 99px; padding: 7px 13px; font-family: inherit; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.lb-mood-chip:active { transform: scale(0.96); }
.lb-mood-chip-l { font-size: 12px; font-weight: 700; color: #6B7590; }
.lb-mood-chip-v { font-size: 17px; line-height: 1; }
.lb-mood-grid { display: flex; gap: 6px; }
.lb-mood-col { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 5px; }
.lb-mood-dot { width: 26px; height: 26px; border-radius: 99px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; font-size: 15px; line-height: 1; }
.lb-mood-col-lbl { font-size: 10px; color: #8A93A6; font-weight: 700; margin-top: 2px; }
.lb-mood-col-lbl.is-today { color: var(--orange); }

/* kwadrant-verdeling (Inzichten) */
.lb-moodquad { margin-top: 12px; display: flex; flex-direction: column; gap: 6px; }
.lb-moodquad-row { display: flex; align-items: center; gap: 8px; }
.lb-moodquad-e { font-size: 15px; width: 18px; text-align: center; }
.lb-moodquad-l { font-size: 12px; font-weight: 700; color: var(--ink); width: 74px; }
.lb-moodquad-bar { flex: 1; height: 8px; border-radius: 99px; background: rgba(16, 24, 44, 0.07); overflow: hidden; }
.lb-moodquad-bar span { display: block; height: 100%; border-radius: 99px; }
.lb-moodquad-n { font-size: 11px; font-weight: 700; color: #6B7590; width: 34px; text-align: right; font-variant-numeric: tabular-nums; }

.lb-mood-advice { display: flex; gap: 9px; align-items: flex-start; background: #F7E9DD; border: 1px solid rgba(224, 100, 26, 0.25); border-radius: 12px; padding: 10px 12px; margin-top: 8px; }
.lb-mood-advice-e { font-size: 16px; flex-shrink: 0; }
.lb-mood-advice span:last-child { font-size: 13px; font-weight: 600; color: #5A3A26; line-height: 1.4; }

.lb-moodpop-veil { position: fixed; inset: 0; z-index: 60; background: rgba(3, 7, 18, 0.62); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); display: flex; align-items: center; justify-content: center; padding: 24px; }
.lb-moodpop { width: 100%; max-width: 360px; background: var(--cream); border-radius: 22px; padding: 22px 20px; box-shadow: 0 24px 64px rgba(3, 7, 18, 0.55); text-align: center; }
.lb-moodpop-title { font-size: 18px; font-weight: 800; color: #10182C; margin-bottom: 6px; letter-spacing: -0.01em; }
.lb-moodpop-q { font-size: 14px; color: #6B7590; margin-bottom: 18px; font-weight: 600; line-height: 1.4; }
.lb-moodpop .lb-mood-row { justify-content: center; }
.lb-moodpop .lb-moodpicks { max-width: 320px; margin: 0 auto; }
.lb-moodpop-later { margin-top: 14px; background: none; border: none; color: #8A93A6; font-family: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.lb-moodpop-btns { display: flex; gap: 10px; }

/* ---------- Instellingen ---------- */
.lb-set-sec { margin-top: 20px; }
.lb-set-loc { display: flex; align-items: center; gap: 10px; width: 100%; background: var(--card); border: 1px solid rgba(16, 24, 44, 0.08); border-radius: 12px; padding: 10px 12px; margin-bottom: 8px; font-family: inherit; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.lb-set-loc:active { transform: scale(0.99); }
.lb-set-loc-ico { font-size: 18px; }
.lb-set-loc-name { font-weight: 700; color: #10182C; flex: 1; text-align: left; }
.lb-set-loc-dot { width: 12px; height: 12px; border-radius: 99px; }
.lb-set-loc-tag { color: #8A93A6; font-size: 12px; font-weight: 600; }
.lb-set-loc-tag.is-warn { color: #C2491B; }
.lb-set-more { display: block; width: 100%; margin-top: 6px; padding: 8px; background: transparent; border: none; color: var(--orange); font-family: inherit; font-size: 12.5px; font-weight: 800; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.lb-set-search { margin-bottom: 10px; }
.lb-color-btn { width: 34px; height: 34px; border-radius: 10px; border: 2px solid transparent; cursor: pointer; padding: 0; -webkit-tap-highlight-color: transparent; }
.lb-color-btn.is-sel { border-color: #10182C; box-shadow: 0 0 0 2px #FFFDF8 inset; }

.lb-notif { background: var(--card); border: 1px solid rgba(16, 24, 44, 0.08); border-radius: 12px; padding: 10px 12px; margin-bottom: 8px; }
.lb-notif-head { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 3px; }
.lb-notif-title { font-weight: 800; font-size: 13px; color: #10182C; }
.lb-notif-when { font-size: 11px; color: #8A93A6; font-weight: 600; flex-shrink: 0; }
.lb-notif-body { font-size: 13px; color: #3A4560; line-height: 1.4; }

/* ---------- onboarding + landing ---------- */
.lb-onboard, .lb-landing {
  position: fixed; inset: 0; z-index: 80; width: 100%; max-width: 430px;
  left: 50%; transform: translateX(-50%);
  background: radial-gradient(125% 80% at 50% 0%, #14264a 0%, #0A1224 46%, #070d1c 100%);
  display: flex; flex-direction: column; padding: 32px 26px calc(34px + env(safe-area-inset-bottom, 0px));
  animation: lbVeilIn 320ms ease both;
}
@keyframes lbVeilIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes lbLogoIn {
  0% { opacity: 0; transform: translateY(26px) scale(0.62); }
  55% { opacity: 1; }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes lbFadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes lbFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

.lb-onboard { align-items: center; justify-content: center; }
.lb-onboard-card { width: 100%; max-width: 360px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.lb-onboard-logo { width: 130px; height: auto; margin-bottom: 26px; animation: lbLogoIn 800ms cubic-bezier(0.16, 1, 0.3, 1) both; }
.lb-onboard h1 { margin: 0 0 8px; font-size: 26px; font-weight: 800; color: var(--cream); letter-spacing: -0.02em; animation: lbFadeUp 600ms ease both 220ms; }
.lb-onboard p { margin: 0 0 22px; font-size: 15.5px; color: rgba(247, 242, 233, 0.7); line-height: 1.45; animation: lbFadeUp 600ms ease both 340ms; }
.lb-onboard-input {
  width: 100%; box-sizing: border-box; background: rgba(247, 242, 233, 0.06); border: 1.5px solid rgba(247, 242, 233, 0.16);
  border-radius: 14px; padding: 14px 16px; font-family: inherit; font-size: 16px; font-weight: 600; color: var(--cream);
  margin-bottom: 14px; text-align: center; animation: lbFadeUp 600ms ease both 440ms;
}
.lb-onboard-input::placeholder { color: rgba(247, 242, 233, 0.4); font-weight: 500; }
.lb-onboard-input:focus { outline: none; border-color: var(--orange); }
.lb-onboard .lb-btn, .lb-onboard-card .lb-btn { flex: 0 0 auto; padding: 16px; animation: lbFadeUp 600ms ease both 540ms; }

.lb-landing { justify-content: space-between; overflow: hidden; }
.lb-landing-glow {
  position: absolute; top: -14%; left: 50%; transform: translateX(-50%);
  width: 128%; height: 58%; pointer-events: none; z-index: 0;
  background: radial-gradient(60% 55% at 50% 35%, rgba(242, 100, 48, 0.28) 0%, rgba(242, 169, 59, 0.10) 42%, transparent 72%);
  filter: blur(10px); animation: lbGlowPulse 7s ease-in-out infinite;
}
@keyframes lbGlowPulse { 0%, 100% { opacity: 0.75; transform: translateX(-50%) scale(1); } 50% { opacity: 1; transform: translateX(-50%) scale(1.08); } }
.lb-landing-hero { flex: 1; position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding-bottom: 4vh; }
.lb-landing-logo {
  width: 178px; max-width: 60%; height: auto; margin-bottom: 22px;
  filter: drop-shadow(0 12px 38px rgba(242, 100, 48, 0.30));
  animation: lbLogoIn 900ms cubic-bezier(0.16, 1, 0.3, 1) both, lbFloat 4.5s ease-in-out 1s infinite;
}
.lb-landing-date {
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(242, 169, 59, 0.85); margin-bottom: 6px; animation: lbFadeUp 640ms ease both 280ms;
}
.lb-landing-title { margin: 0 0 16px; font-size: 30px; font-weight: 800; color: var(--cream); letter-spacing: -0.025em; animation: lbFadeUp 640ms ease both 340ms; }
.lb-landing-focus {
  display: inline-flex; align-items: center; gap: 9px; max-width: 320px;
  background: rgba(247, 242, 233, 0.07); border: 1px solid rgba(247, 242, 233, 0.12);
  border-radius: 999px; padding: 10px 16px; margin-bottom: 22px;
  font-size: 14px; font-weight: 600; color: rgba(247, 242, 233, 0.86); line-height: 1.35;
  backdrop-filter: blur(6px); animation: lbFadeUp 640ms ease both 460ms;
}
.lb-landing-focus-ic { font-size: 17px; flex-shrink: 0; }
.lb-landing-chips { display: flex; gap: 10px; animation: lbFadeUp 640ms ease both 560ms; }
.lb-landing-chip {
  min-width: 78px; display: flex; flex-direction: column; align-items: center; gap: 2px;
  background: rgba(247, 242, 233, 0.06); border: 1px solid rgba(247, 242, 233, 0.10);
  border-radius: 16px; padding: 12px 10px;
}
.lb-landing-chip .n { font-size: 21px; font-weight: 800; color: var(--cream); letter-spacing: -0.02em; }
.lb-landing-chip .l { font-size: 11px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; color: rgba(247, 242, 233, 0.5); }
.lb-landing-btn { flex: 0 0 auto; width: 100%; padding: 16px; position: relative; z-index: 1; animation: lbFadeUp 640ms ease both 680ms; }

/* ---------- levensblokken (dagmodi) ---------- */
.lb-modeband { display: flex; align-items: center; gap: 8px; border-radius: 12px; padding: 10px 13px; margin-bottom: 12px; font-size: 13.5px; font-weight: 700; }
.lb-modeband-ico { font-size: 16px; }
.lb-modeband.is-vakantie { background: #E8EFFB; color: #2A4E8F; border: 1px solid rgba(61, 111, 209, 0.30); }
.lb-modeband.is-ziek { background: #FBEDE3; color: #B4531A; border: 1px solid rgba(224, 100, 26, 0.30); }
.lb-daywrap.is-mode { opacity: 0.82; }
.lb-daywrap.is-mode .lb-modeband { opacity: 1; }
.lb-sick-link { margin-top: 12px; background: none; border: none; color: #8A93A6; font-family: inherit; font-size: 12.5px; font-weight: 700; cursor: pointer; padding: 0; -webkit-tap-highlight-color: transparent; }
.lb-sick-link:active { color: #C24E2E; }
.lb-habit-dot.is-pause { background: #B7D0F2; border: none; }
.lb-habit-dot.is-pause.is-ziek { background: #F2C9AE; }
.lb-rest-dot.is-pause { background: transparent; border: none; display: flex; align-items: center; justify-content: center; font-size: 14px; }

/* ---------- maand/jaar-inzicht ---------- */
.lb-ins-period { display: flex; width: 100%; margin-bottom: 16px; }
.lb-ins-period .lb-seg-btn { flex: 1; text-align: center; padding: 9px 10px; }
.lb-monthnav { display: flex; align-items: center; justify-content: space-between; margin: 0 2px 14px; }
.lb-monthnav-title { font-size: 17px; font-weight: 800; color: var(--cream); letter-spacing: -0.01em; }
.lb-monthnav-btn { width: 38px; height: 38px; border-radius: 12px; border: 1.5px solid rgba(247, 242, 233, 0.14); background: rgba(247, 242, 233, 0.06); color: var(--cream); font-size: 20px; font-family: inherit; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.lb-monthnav-btn:disabled { opacity: 0.3; cursor: default; }
.lb-monthgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 12px; }
.lb-monthstat-n { font-size: 24px; font-weight: 800; color: var(--ink); letter-spacing: -0.03em; }
.lb-monthstat-l { font-size: 12px; font-weight: 600; color: #8A93A6; margin-top: 1px; }
.lb-ins-hero-row { display: flex; align-items: baseline; gap: 10px; }
.lb-ins-hero-big { font-size: 40px; font-weight: 800; color: var(--ink); letter-spacing: -0.03em; line-height: 1; }
.lb-insgroup { margin-bottom: 12px; border-radius: 18px; overflow: hidden; background: var(--card, #fff); box-shadow: 0 1px 3px rgba(16, 24, 44, 0.06); }
.lb-insgroup-head { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 15px 16px; background: none; border: none; cursor: pointer; text-align: left; }
.lb-insgroup-title { font-size: 15px; font-weight: 800; color: var(--ink); letter-spacing: -0.01em; }
.lb-insgroup-chev { font-size: 13px; color: #8A93A6; transition: transform 180ms ease; }
.lb-insgroup.is-open .lb-insgroup-chev { transform: rotate(180deg); }
.lb-insgroup-body { padding: 0 8px 8px; }
.lb-insgroup-body > .lb-panel, .lb-insgroup-body > .lb-statrow { margin-bottom: 10px; }
.lb-insgroup-body > .lb-panel:last-child, .lb-insgroup-body > .lb-statrow:last-child { margin-bottom: 0; }
.lb-ins-hero-unit { font-size: 14px; font-weight: 700; color: #8A93A6; }
.lb-ins-delta { font-size: 13px; font-weight: 800; padding: 3px 9px; border-radius: 99px; }
.lb-ins-delta.is-up { color: #2FA466; background: rgba(47, 164, 102, 0.13); }
.lb-ins-delta.is-down { color: #C24E2E; background: rgba(194, 78, 46, 0.13); }
.lb-ins-delta.is-flat { color: #8A93A6; background: rgba(16, 24, 44, 0.06); }
.lb-ins-hero-sub { font-size: 12px; font-weight: 600; color: #8A93A6; margin-top: 5px; }
.lb-ins-hero-line { font-size: 14.5px; font-weight: 650; color: #10182C; line-height: 1.4; margin-top: 11px; }
.lb-consist { display: flex; gap: 8px; align-items: flex-end; padding-top: 4px; }
.lb-consist-col { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; justify-content: flex-end; }
.lb-consist-val { font-size: 10px; font-weight: 800; color: #6B7590; height: 12px; }
.lb-consist-track { width: 100%; height: 70px; display: flex; align-items: flex-end; justify-content: center; }
.lb-consist-fill { width: 66%; max-width: 28px; border-radius: 5px; transition: height 400ms ease; }
.lb-consist-lbl { font-size: 10px; font-weight: 700; color: #8A93A6; }
.lb-month-mood { display: flex; gap: 22px; font-size: 14px; font-weight: 600; color: #10182C; }
.lb-month-mood b { color: #E0641A; font-size: 19px; }
.lb-month-mood small { color: #8A93A6; font-weight: 700; }
.lb-yearring { display: grid; grid-template-columns: repeat(13, 1fr); gap: 4px; }
.lb-yearcell { aspect-ratio: 1; border-radius: 3px; }
.lb-ring-legend { display: flex; flex-wrap: wrap; gap: 10px 12px; margin-top: 12px; font-size: 11px; font-weight: 600; color: #6B7590; }
.lb-ring-legend span { display: inline-flex; align-items: center; gap: 5px; }
.lb-legend-sq { width: 11px; height: 11px; border-radius: 3px; display: inline-block; }
.lb-season { display: flex; gap: 4px; align-items: flex-end; padding-top: 4px; }
.lb-season-col { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; justify-content: flex-end; }
.lb-season-track { width: 100%; height: 58px; display: flex; align-items: flex-end; justify-content: center; }
.lb-season-fill { width: 74%; border-radius: 4px; transition: height 400ms ease; }
.lb-season-lbl { font-size: 8.5px; font-weight: 700; color: #8A93A6; }
.lb-season-col.is-best .lb-season-lbl { color: #2FA466; font-weight: 800; }
.lb-season-col.is-dip .lb-season-lbl { color: #C24E2E; font-weight: 800; }

/* ---------- Brein ---------- */
.lb-brain-fab {
  position: fixed; bottom: calc(86px + env(safe-area-inset-bottom, 0px));
  left: 50%; transform: translateX(calc(-215px + 16px));
  width: 52px; height: 52px; border-radius: 18px; z-index: 35;
  background: rgba(247, 242, 233, 0.10); border: 1.5px solid rgba(247, 242, 233, 0.16);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  color: var(--cream); font-size: 23px; cursor: pointer; font-family: inherit;
  display: flex; align-items: center; justify-content: center; line-height: 1;
  -webkit-tap-highlight-color: transparent; transition: transform 120ms ease;
}
.lb-brain-fab:active { transform: translateX(calc(-215px + 16px)) scale(0.9); }
.lb-brain-coach { font-size: 14.5px; font-weight: 650; color: #43290F; line-height: 1.45; background: #F7E9DD; border: 1px solid rgba(224, 100, 26, 0.22); border-radius: 14px; padding: 13px 14px; margin-bottom: 16px; }
.lb-brain-sec { margin-bottom: 16px; }
.lb-brain-sec .lb-eyebrow { margin-bottom: 8px; }
.lb-brain-row { display: flex; gap: 9px; align-items: flex-start; padding: 8px 0; border-bottom: 1px solid rgba(16, 24, 44, 0.06); }
.lb-brain-row:last-child { border-bottom: none; }
.lb-brain-e { font-size: 16px; flex-shrink: 0; }
.lb-brain-t { font-size: 13.5px; font-weight: 600; color: #2A3450; line-height: 1.4; }
.lb-brain-btns { display: flex; gap: 10px; }


