/* Tekio phone mocks — visual vocabulary mirrors the real app. */

:root {
  --ap-bg: #050A0F;
  --ap-surface-1: #0E1117;
  --ap-surface-2: #141821;
  --ap-text: #F1ECE3;
  --ap-text-soft: #D9D4CA;
  --ap-muted: #AEB6C2;
  --ap-dim: #6F7480;
  --ap-hair: rgba(255,255,255,0.07);
  --ap-hair-hi: rgba(255,255,255,0.14);
}

.phone { width: 256px; flex-shrink: 0; }
.phone--primary { width: 256px; }
.phone--secondary { width: 256px; }

.phone__bezel {
  background: linear-gradient(180deg, #2c2c2e 0%, #1c1c1e 100%);
  border: 0.5px solid rgba(255,255,255,0.18);
  border-radius: 38px;
  padding: 5px;
  box-shadow:
    0 28px 60px rgba(0,0,0,0.55),
    0 6px 18px rgba(0,0,0,0.45),
    inset 0 0 0 0.5px rgba(255,255,255,0.06);
}

.phone__notch { position: relative; height: 18px; display: flex; align-items: flex-end; justify-content: center; z-index: 5; }
.phone__notch i { display: block; width: 88px; height: 22px; background: #000; border-radius: 0 0 12px 12px; }

.phone__screen {
  background: var(--ap-bg);
  border-radius: 34px;
  margin-top: -18px;
  padding: 22px 0 0;
  height: 540px;
  display: flex; flex-direction: column;
  position: relative;
  overflow: hidden;
  color: var(--ap-text);
  font-family: var(--font-sans);
}
.phone__screen::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(80% 50% at 50% -10%, rgba(240,188,74,0.05), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.015), transparent 30%);
  pointer-events: none;
}

/* Status bar */
.ap-status {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0 22px 4px;
  font-size: 11px; font-weight: 600; color: var(--ap-text);
  position: relative; z-index: 2;
}
.ap-status__icons { display: inline-flex; gap: 5px; align-items: center; }

/* TopBar */
.ap-topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px 14px;
  border-bottom: 0.5px solid var(--ap-hair);
  position: relative; z-index: 2;
}
.ap-topbar__avatar {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.ap-topbar__avatar--mark {
  background: rgba(255,255,255,0.04);
  border: 0.5px solid rgba(255,255,255,0.10);
}
.ap-topbar__avatar--mark svg { width: 22px; height: 22px; }
.ap-topbar__title { text-align: center; flex: 1; }
.ap-topbar__title h3 {
  font-family: var(--font-serif); font-weight: 400;
  font-size: 22px; line-height: 1; letter-spacing: -0.02em;
  color: var(--ap-text);
}
.ap-topbar__title p {
  font-size: 11px; color: var(--ap-dim);
  margin-top: 4px; letter-spacing: 0.005em;
}
.ap-topbar__right { display: flex; align-items: center; gap: 8px; }
.ap-topbar__bell {
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--ap-text-soft);
  position: relative;
}
.ap-topbar__bell-dot {
  position: absolute; top: 6px; right: 6px;
  width: 6px; height: 6px; border-radius: 50%;
  background: #F0BC4A;
  box-shadow: 0 0 6px rgba(240,188,74,0.6);
}
.ap-topbar__user {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,0.04);
  border: 0.5px solid rgba(255,255,255,0.10);
  display: flex; align-items: center; justify-content: center;
  color: var(--ap-text-soft);
}

/* Scroll region */
.ap-scroll {
  flex: 1;
  padding: 12px 14px 0;
  display: flex; flex-direction: column; gap: 10px;
  position: relative; z-index: 2;
  overflow: hidden;
}

/* Generic card */
.ap-card {
  background: var(--ap-surface-1);
  border: 0.5px solid var(--ap-hair);
  border-radius: 18px;
  padding: 14px 14px;
}

/* Eyebrow */
.ap-eyebrow {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.10em; text-transform: uppercase;
  color: #F0BC4A;
}
.ap-eyebrow--dim { color: var(--ap-muted); }

/* Designer notes banner (gold rim) */
.ap-notes {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 0.5px solid rgba(240,188,74,0.40);
  background: rgba(240,188,74,0.04);
  color: #F0BC4A;
  font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.ap-notes__icon { display: inline-flex; }
.ap-notes__text { flex: 1; }
.ap-notes__chev { color: #F0BC4A; opacity: 0.8; }

/* Override row */
.ap-override {
  display: flex; align-items: center; justify-content: space-between;
  padding: 6px 14px;
  border-radius: 999px;
  border: 0.5px solid var(--ap-hair);
  background: rgba(255,255,255,0.02);
}
.ap-override__lbl {
  font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.10em; text-transform: uppercase;
  color: var(--ap-muted);
}
.ap-seg {
  display: inline-flex; gap: 0;
  background: transparent;
  border-radius: 999px;
  padding: 2px;
}
.ap-seg__btn {
  font-size: 11px; font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  color: var(--ap-text-soft);
  background: transparent;
}
.ap-seg__btn.is-active {
  background: #F1ECE3;
  color: #0A0B0D;
}

/* Adherence ring inner: show small score in tone color */
.ap-readiness__row {
  display: flex; gap: 14px; align-items: center;
  padding: 0 0 10px;
}
.ap-readiness__state { flex: 1; min-width: 0; }
.ap-readiness__word {
  font-family: var(--font-serif); font-weight: 400;
  font-size: 26px; line-height: 1; letter-spacing: -0.02em;
  color: var(--ap-text);
  margin-top: 6px;
}
.ap-readiness__sub {
  font-size: 11.5px; color: var(--ap-muted);
  margin-top: 6px; letter-spacing: 0.005em;
  white-space: nowrap;
}
.ap-ring { position: relative; }
.ap-ring__inner {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  line-height: 1;
}
.ap-ring__num {
  font-family: var(--font-serif); font-weight: 400;
  letter-spacing: -0.02em;
}
.ap-ring__den {
  font-size: 9px; color: var(--ap-dim); margin-top: 3px;
  letter-spacing: 0.06em;
}
.ap-readiness__copy { flex: 1; min-width: 0; }
.ap-readiness__hint {
  margin: 0;
  font-family: var(--font-serif); font-weight: 400;
  font-size: 15px; line-height: 1.3; letter-spacing: -0.01em;
  color: var(--ap-text);
  text-wrap: pretty;
}
.ap-readiness__divider {
  height: 0.5px; background: var(--ap-hair); margin: 0 -2px 10px;
}
.ap-why--full {
  width: 100%; margin-top: 10px;
  display: flex; align-items: center; justify-content: space-between;
  color: #F0BC4A;
  font-size: 13px; font-weight: 600;
  padding: 9px 14px;
  border-color: rgba(240,188,74,0.45);
  background: rgba(240,188,74,0.09);
}

/* Driver chips — signal cues across domains */
.ap-drivers {
  display: flex; flex-direction: column; gap: 9px;
  padding: 2px 2px 0;
}
.ap-drivers__chips { display: flex; flex-wrap: wrap; gap: 6px; }
.ap-chip {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 0.5px solid var(--ap-hair-hi);
  flex-shrink: 0;
}
.ap-chip__label { font-size: 12.5px; font-weight: 600; letter-spacing: -0.005em; }
.ap-chip__note {
  font-size: 11px; font-weight: 500; color: var(--ap-muted);
}
.ap-readiness__foot {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.ap-focus {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 0.5px solid var(--ap-hair-hi);
  background: rgba(255,255,255,0.02);
}
.ap-focus__dot { width: 6px; height: 6px; border-radius: 50%; background: #F0BC4A; box-shadow: 0 0 6px rgba(240,188,74,0.6); }
.ap-focus__lbl { font-size: 9.5px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; color: var(--ap-muted); }
.ap-focus__val { font-size: 12px; font-weight: 600; color: #F0BC4A; }
.ap-why {
  font-size: 12px; font-weight: 500;
  padding: 7px 14px;
  border-radius: 999px;
  border: 0.5px solid var(--ap-hair-hi);
  background: rgba(255,255,255,0.02);
  color: var(--ap-text-soft);
}

/* Adherence card */
.ap-adherence {
  display: flex; align-items: center; gap: 12px;
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(240,122,94,0.10), rgba(240,122,94,0.03) 70%);
  border: 0.5px solid rgba(240,122,94,0.25);
}
.ap-adherence__body { flex: 1; min-width: 0; }
.ap-adherence__title {
  font-family: var(--font-sans); font-weight: 600;
  font-size: 14px; line-height: 1.25; color: var(--ap-text);
  margin-top: 3px; letter-spacing: -0.005em;
}
.ap-adherence__desc {
  font-size: 11.5px; line-height: 1.4; color: var(--ap-text-soft);
  margin-top: 4px;
}
.ap-adherence__chev { color: var(--ap-text-soft); flex-shrink: 0; }

/* Mood pill */
.ap-mood {
  display: flex; align-items: center; gap: 10px;
  padding: 13px 14px;
  border-radius: 14px;
  background: var(--ap-surface-1);
  border: 0.5px solid var(--ap-hair);
  color: var(--ap-text);
  font-size: 13px; font-weight: 500;
  width: 100%; text-align: left;
}
.ap-mood__icon { display: inline-flex; }
.ap-mood__text { flex: 1; }
.ap-mood__chev { color: var(--ap-dim); }

/* Priority Actions */
.ap-actions__head {
  display: flex; align-items: flex-start; justify-content: space-between;
  margin-bottom: 7px;
}
.ap-actions__count { font-size: 12px; color: var(--ap-text-soft); margin-top: 4px; white-space: nowrap; }
.ap-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 12px; border-radius: 10px;
  border: 0.5px solid var(--ap-hair-hi);
  background: rgba(255,255,255,0.03);
  color: var(--ap-text);
  font-size: 12px; font-weight: 600;
}

.ap-action {
  position: relative;
  padding: 10px 14px;
  border-radius: 14px;
  border: 0.5px solid var(--ap-hair);
  background: var(--ap-surface-2);
  overflow: hidden;
}
.ap-action--primary {
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(111,208,140,0.06), transparent 70%),
    var(--ap-surface-2);
}
.ap-action__topglow {
  position: absolute; top: 0; left: 0; right: 0; height: 1.5px;
}
.ap-action__head {
  display: flex; align-items: center; gap: 7px;
  margin-bottom: 5px;
}
.ap-action__dot { width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; }
.ap-action__eyebrow {
  font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.10em; text-transform: uppercase;
  white-space: nowrap;
}
.ap-action__title {
  font-family: var(--font-sans); font-weight: 600;
  font-size: 16px; line-height: 1.22; letter-spacing: -0.01em;
  color: var(--ap-text);
  text-wrap: pretty;
}
.ap-action--mini { padding: 9px 13px; }
.ap-action--mini .ap-action__head { margin-bottom: 5px; }
.ap-action--mini .ap-action__title { font-size: 15px; line-height: 1.2; }
.ap-action__start {
  width: 100%; margin-top: 9px;
  padding: 8px;
  border-radius: 11px;
  color: #0A0B0D;
  font-size: 13px; font-weight: 700; letter-spacing: -0.01em;
  display: flex; align-items: center; justify-content: center; gap: 7px;
}

/* Persona / Coach top card */
.ap-persona {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(240,188,74,0.08), rgba(240,188,74,0.02) 60%, transparent);
  border: 0.5px solid rgba(240,188,74,0.20);
}
.ap-persona__orb {
  width: 38px; height: 38px; flex-shrink: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(240,188,74,0.45), rgba(240,188,74,0.05) 70%);
  border: 0.5px solid rgba(240,188,74,0.40);
  display: flex; align-items: center; justify-content: center;
}
.ap-persona__orb svg { width: 22px; height: 22px; }
.ap-persona__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.ap-persona__name {
  font-family: var(--font-serif); font-weight: 400;
  font-size: 17px; line-height: 1; letter-spacing: -0.01em;
  color: var(--ap-text);
}
.ap-persona__settings {
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255,255,255,0.04);
  border: 0.5px solid rgba(255,255,255,0.10);
  color: var(--ap-text-soft);
  display: flex; align-items: center; justify-content: center;
}

/* Greeting block (Coach screen) */
.ap-greet {
  padding: 8px 4px 0;
}
.ap-greet__title {
  font-family: var(--font-serif); font-weight: 400;
  font-size: 26px; line-height: 1.15; letter-spacing: -0.02em;
  color: var(--ap-text);
}
.ap-greet__sub {
  margin-top: 6px;
  font-size: 13px; line-height: 1.5;
  color: var(--ap-muted);
}

.ap-trigger {
  background: var(--ap-surface-1);
  border: 0.5px solid var(--ap-hair);
  border-left: 2px solid #F07A5E;
  border-radius: 14px;
  padding: 12px 13px;
}
.ap-trigger__head {
  display: flex; align-items: center; gap: 7px;
  margin-bottom: 7px;
}
.ap-trigger__dot { width: 5px; height: 5px; border-radius: 50%; }
.ap-trigger__eyebrow {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  flex: 1;
}
.ap-trigger__time {
  font-size: 10px; color: var(--ap-dim); font-family: var(--font-mono);
}
.ap-trigger__body {
  font-size: 13px; line-height: 1.5; color: var(--ap-text-soft);
}
.ap-trigger__body em { font-style: normal; color: #F07A5E; font-weight: 600; }
.ap-trigger__cta {
  display: flex; gap: 8px; margin-top: 11px;
}
.ap-trigger__primary {
  flex: 1; padding: 9px;
  border-radius: 10px;
  background: #F0BC4A;
  color: #0A0B0D;
  font-size: 12px; font-weight: 700;
}
.ap-trigger__ghost {
  padding: 9px 14px;
  border-radius: 10px;
  border: 0.5px solid var(--ap-hair-hi);
  background: transparent;
  color: var(--ap-muted);
  font-size: 12px; font-weight: 600;
}

.ap-msg { display: flex; gap: 9px; }
.ap-msg__avatar {
  width: 28px; height: 28px; border-radius: 50%;
  border: 0.5px solid rgba(240,188,74,0.30);
  background: rgba(240,188,74,0.06);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ap-msg__avatar svg { width: 18px; height: 18px; }
.ap-msg__bubble {
  background: var(--ap-surface-1);
  border: 0.5px solid var(--ap-hair);
  border-radius: 14px;
  padding: 9px 12px;
  font-size: 12.5px; line-height: 1.45;
  color: var(--ap-text-soft);
}

.ap-replies { display: flex; flex-wrap: wrap; gap: 7px; padding-top: 4px; }
.ap-reply {
  font-size: 12px; font-weight: 500;
  padding: 8px 14px;
  border-radius: 999px;
  border: 0.5px solid rgba(240,188,74,0.28);
  background: rgba(240,188,74,0.04);
  color: #F0BC4A;
  white-space: nowrap;
}

.ap-composer {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 12px 10px;
  border-top: 0.5px solid var(--ap-hair);
  position: relative; z-index: 2;
}
.ap-composer__input {
  flex: 1;
  background: var(--ap-surface-1);
  border: 0.5px solid var(--ap-hair-hi);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 12px; color: var(--ap-text);
  font-family: inherit;
  outline: none;
}
.ap-composer__input::placeholder { color: var(--ap-dim); }
.ap-composer__send {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(180deg, #F7D27A, #F0BC4A 55%, #DCAA39);
  color: #0A0B0D;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

/* Bottom Nav */
.ap-nav {
  display: flex; align-items: flex-end; justify-content: space-around;
  padding: 10px 6px 14px;
  border-top: 0.5px solid var(--ap-hair);
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.4));
  position: relative; z-index: 2;
}
.ap-nav__btn {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  font-size: 10px; font-weight: 600;
  padding: 4px 6px;
  flex: 1;
}
.ap-nav__fab {
  position: relative;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 0.5px solid rgba(255,255,255,0.14);
  color: var(--ap-text);
  display: flex; align-items: center; justify-content: center;
  margin: 0 4px;
  flex-shrink: 0;
}
.ap-nav__fab-lbl {
  position: absolute; bottom: -18px; left: 50%; transform: translateX(-50%);
  font-size: 10px; font-weight: 600; color: var(--ap-dim);
  white-space: nowrap;
}

/* ════════════════════════════════════════════════════════════
   TOUR-SCREEN PATTERNS (Product page marketing-mode mockups)
   ════════════════════════════════════════════════════════════ */
.ap-actions__head--bare { margin-bottom: 0; }

/* Tour mockups: a touch more screen height + tighter scroll spacing so
   the action list (and other screens' content) never clips behind the nav. */
.phone--tour .phone__screen { height: 586px; }
.phone--tour .ap-scroll { gap: 8px; padding-bottom: 6px; }

/* 02 — Nutrition / fuel */
.ap-section-lead { padding: 2px; }
.ap-section-lead__sub { font-size: 12px; color: var(--ap-muted); margin-top: 4px; }
.ap-fuel {
  background: var(--ap-surface-1);
  border: 0.5px solid var(--ap-hair);
  border-radius: 14px;
  padding: 11px 13px;
}
.ap-fuel__top { display: flex; align-items: center; justify-content: space-between; }
.ap-fuel__head { display: flex; align-items: center; gap: 7px; }
.ap-fuel__meta { font-size: 11px; color: var(--ap-muted); font-family: var(--font-mono); white-space: nowrap; }
.ap-fuel__title {
  font-size: 14.5px; font-weight: 600; color: var(--ap-text);
  letter-spacing: -0.01em; margin: 6px 0 9px;
}
.ap-fuel__bar { height: 5px; border-radius: 3px; background: rgba(255,255,255,0.07); overflow: hidden; }
.ap-fuel__bar span { display: block; height: 100%; border-radius: 3px; }
.ap-quickrow { display: flex; gap: 8px; }
.ap-quick {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px;
  padding: 10px; border-radius: 12px;
  border: 0.5px solid var(--ap-hair-hi); background: rgba(255,255,255,0.02);
  color: var(--ap-text); font-size: 12.5px; font-weight: 600;
}
.ap-linkrow {
  display: flex; align-items: center; gap: 10px; width: 100%;
  padding: 11px 13px; border-radius: 12px;
  border: 0.5px solid var(--ap-hair); background: var(--ap-surface-1);
  color: var(--ap-text-soft);
}
.ap-linkrow__icon { display: inline-flex; }
.ap-linkrow__text { flex: 1; font-size: 12.5px; color: var(--ap-text-soft); text-align: left; }

/* 03 — Check-in */
.ap-checkin {
  flex: 1; display: flex; flex-direction: column;
  padding: 6px 18px 16px; position: relative; z-index: 2; overflow: hidden;
}
.ap-checkin__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.ap-orb {
  width: 46px; height: 46px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(240,188,74,0.35), rgba(240,188,74,0.04) 70%);
  border: 0.5px solid rgba(240,188,74,0.40);
  display: flex; align-items: center; justify-content: center;
}
.ap-skip {
  font-size: 12px; color: var(--ap-muted);
  padding: 7px 12px; border-radius: 999px;
  border: 0.5px solid var(--ap-hair-hi); background: rgba(255,255,255,0.02);
}
.ap-checkin__title {
  font-family: var(--font-serif); font-weight: 400;
  font-size: 25px; line-height: 1.12; letter-spacing: -0.02em;
  color: var(--ap-text); margin: 0 0 10px; text-wrap: balance;
}
.ap-badge {
  display: inline-flex; align-items: center; gap: 6px; align-self: flex-start;
  font-size: 11.5px; font-weight: 600; color: #5BB4F5; white-space: nowrap;
  padding: 6px 11px; border-radius: 999px;
  border: 0.5px solid rgba(91,181,245,0.35); background: rgba(91,181,245,0.08);
  margin-bottom: 13px;
}
.ap-asklist { display: flex; flex-direction: column; gap: 8px; }
.ap-ask { display: flex; gap: 10px; align-items: flex-start; }
.ap-ask__dot { width: 6px; height: 6px; border-radius: 50%; background: #F0BC4A; margin-top: 5px; flex-shrink: 0; }
.ap-ask__title { font-size: 14px; font-weight: 600; color: var(--ap-text); letter-spacing: -0.01em; }
.ap-ask__sub { font-size: 11.5px; color: var(--ap-dim); margin-top: 1px; }
.ap-cta-cream {
  margin-top: auto; width: 100%; padding: 13px;
  border-radius: 13px;
  background: linear-gradient(180deg, #F4ECDD, #E7DCC8);
  color: #1A1407; font-size: 14px; font-weight: 700; letter-spacing: -0.01em;
}

/* 04 — Coach */
.ap-persona__role { font-size: 11px; color: var(--ap-muted); }
.ap-replies--stack { margin-top: 2px; }

/* 05 — Reflect */
.ap-pattern { padding: 2px 2px 0; display: flex; flex-direction: column; gap: 9px; }
.ap-pattern__title {
  font-family: var(--font-serif); font-weight: 400;
  font-size: 18px; line-height: 1.18; letter-spacing: -0.02em;
  color: var(--ap-text); margin: 0; text-wrap: balance;
}
.ap-pattern__insight { font-size: 13px; line-height: 1.45; color: var(--ap-muted); margin: 0; }
.ap-week {
  display: flex; gap: 7px; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #000 88%, transparent);
  mask-image: linear-gradient(90deg, #000 88%, transparent);
}
.ap-week__chip {
  display: flex; flex-direction: column; gap: 3px; flex-shrink: 0;
  padding: 9px 12px; border-radius: 12px;
  border: 0.5px solid var(--ap-hair-hi); background: rgba(255,255,255,0.02);
}
.ap-week__chip b { font-size: 10px; font-weight: 600; color: var(--ap-dim); font-family: var(--font-mono); letter-spacing: 0.04em; }
.ap-week__chip span { font-size: 12.5px; font-weight: 600; }
.ap-week__chip--fade { opacity: 0.5; }
.ap-helpwrap { display: flex; flex-direction: column; gap: 7px; padding: 2px; }
.ap-help {
  display: flex; align-items: center; gap: 9px;
  padding: 7px 11px; border-radius: 12px;
  border: 0.5px solid var(--ap-hair); background: var(--ap-surface-1);
}
.ap-help__body { display: flex; flex-direction: column; gap: 1px; flex: 1; min-width: 0; }
.ap-help__label { font-size: 13px; font-weight: 600; color: var(--ap-text); letter-spacing: -0.01em; }
.ap-help__note { font-size: 11.5px; color: var(--ap-muted); font-family: var(--font-mono); }

/* Holistic State Snapshot (Reflect) — connected cross-domain view */
.ap-snapshot { display: flex; flex-direction: column; gap: 6px; padding: 2px; }
.ap-snapshot__head { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.ap-snapshot__sub { font-size: 10px; color: var(--ap-dim); font-family: var(--font-mono); letter-spacing: 0.08em; text-transform: uppercase; }
.ap-snapshot__grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ap-snapshot__grid::before,
.ap-snapshot__grid::after { content: ""; position: absolute; z-index: 1; background: var(--ap-hair-hi); }
.ap-snapshot__grid::before { left: 6px; right: 6px; top: 50%; height: 0.5px; transform: translateY(-50%); }
.ap-snapshot__grid::after { top: 6px; bottom: 6px; left: 50%; width: 0.5px; transform: translateX(-50%); }
.ap-snap {
  position: relative; z-index: 1;
  padding: 7px 10px; border-radius: 12px;
  border: 0.5px solid var(--ap-hair); background: var(--ap-surface-1);
  display: flex; flex-direction: column; gap: 3px; overflow: hidden;
}
.ap-snap::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 2.5px; background: var(--snap); }
.ap-snap__k { display: inline-flex; align-items: center; gap: 7px; font-size: 10.5px; font-weight: 700; color: var(--ap-text); font-family: var(--font-mono); letter-spacing: 0.04em; text-transform: uppercase; }
.ap-snap__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--snap); box-shadow: 0 0 7px var(--snap); flex-shrink: 0; }
.ap-snap__v { font-size: 11px; line-height: 1.25; color: var(--ap-muted); letter-spacing: -0.01em; text-wrap: pretty; }
.ap-snapshot__hub {
  position: absolute; left: 50%; top: 50%; width: 11px; height: 11px; z-index: 3;
  transform: translate(-50%, -50%); border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #F7D27A, #F0BC4A 60%, #C99326);
  box-shadow: 0 0 0 3.5px var(--ap-bg), 0 0 12px rgba(240,188,74,0.55);
}
.ap-snapshot__cap { font-size: 11px; line-height: 1.35; color: var(--ap-dim); margin: 0; }
