/* Genue Labs — phone mock app UIs (MedAlert + Memoria), shared across pages */

/* ---- MedAlert mock ---- */
.ma-header { background: var(--med); color: #fff; padding: 16px 18px 14px; }
.ma-header .day { font-family: var(--f-mono); font-size: 11px; opacity: 0.75; letter-spacing: 0.06em; }
.ma-header .row { display: flex; justify-content: space-between; align-items: center; margin-top: 4px; }
.ma-header h4 { font-family: var(--f-display); font-size: 22px; font-weight: 700; }
.ma-ring { width: 44px; height: 44px; border-radius: 50%;
  background: conic-gradient(#fff 0 240deg, rgba(255,255,255,0.25) 240deg 360deg);
  display: grid; place-items: center; }
.ma-ring span { width: 34px; height: 34px; border-radius: 50%; background: var(--med);
  display: grid; place-items: center; font-family: var(--f-mono); font-size: 10px; }
.ma-body { padding: 14px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.ma-med { background: #fff; border: 1px solid var(--line-soft); border-radius: 12px; padding: 12px 14px;
  display: flex; align-items: center; gap: 12px; }
.ma-pill { width: 34px; height: 34px; border-radius: 10px; background: var(--med-soft);
  display: grid; place-items: center; flex: none; }
.ma-pill i { display: block; width: 18px; height: 9px; border-radius: 9px; border: 1.5px solid var(--ink);
  background: linear-gradient(90deg, var(--med-red) 50%, #fff 50%); }
.ma-med .info { flex: 1; min-width: 0; }
.ma-med .name { font-weight: 600; font-size: 14.5px; line-height: 1.3; }
.ma-med .dose { font-family: var(--f-mono); font-size: 11px; color: var(--ink-50); }
.ma-state { font-family: var(--f-mono); font-size: 10.5px; padding: 5px 10px; border-radius: 999px; flex: none; }
.ma-state.done { background: var(--med-soft); color: var(--med); }
.ma-state.due { background: var(--med); color: #fff; }
.ma-state.later { border: 1px solid var(--line); color: var(--ink-50); }
.ma-divider { font-family: var(--f-mono); font-size: 10px; color: var(--ink-30); letter-spacing: 0.1em;
  text-transform: uppercase; padding: 4px 2px 0; }
.ma-foot { margin-top: auto; text-align: center; font-family: var(--f-mono); font-size: 10px;
  color: var(--ink-30); padding: 12px; border-top: 1px dashed var(--line-soft); }

/* MedAlert calendar mock */
.ma-cal { padding: 14px; }
.ma-cal .month { display: flex; justify-content: space-between; align-items: center;
  font-family: var(--f-display); font-weight: 700; font-size: 16px; margin-bottom: 12px; }
.ma-cal .month .arrows { font-family: var(--f-mono); color: var(--ink-30); font-size: 13px; letter-spacing: 8px; }
.ma-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.ma-grid .dow { font-family: var(--f-mono); font-size: 9px; color: var(--ink-30); text-align: center; text-transform: uppercase; }
.ma-day { aspect-ratio: 1; border-radius: 8px; display: grid; place-items: center;
  font-family: var(--f-mono); font-size: 11px; color: var(--ink-70); background: #fff; border: 1px solid var(--line-soft); }
.ma-day.full { background: var(--med-soft); color: var(--med); border-color: transparent; }
.ma-day.part { background: #FdF3E0; color: #A36A12; border-color: transparent; }
.ma-day.miss { background: #F9E6E7; color: var(--med-red); border-color: transparent; }
.ma-day.today { background: var(--med); color: #fff; border-color: transparent; font-weight: 500; }
.ma-day.mute { opacity: 0.35; }
.ma-legend { display: flex; gap: 14px; justify-content: center; margin-top: 14px;
  font-family: var(--f-mono); font-size: 9.5px; color: var(--ink-50); }
.ma-legend i { display: inline-block; width: 8px; height: 8px; border-radius: 2px; margin-right: 5px; }

/* ---- Memoria mock ---- */
.mm-header { background: var(--mem); color: #fff; padding: 16px 18px 16px; }
.mm-header .crumb { font-family: var(--f-mono); font-size: 11px; opacity: 0.75; letter-spacing: 0.06em; }
.mm-person { display: flex; align-items: center; gap: 12px; margin-top: 10px; }
.mm-avatar { width: 44px; height: 44px; border-radius: 50%; background: #fff; color: var(--mem);
  display: grid; place-items: center; font-family: var(--f-display); font-weight: 700; font-size: 17px; flex: none; }
.mm-person h4 { font-family: var(--f-display); font-size: 21px; font-weight: 700; line-height: 1.1; }
.mm-person .meta { font-family: var(--f-mono); font-size: 10.5px; opacity: 0.8; }
.mm-body { padding: 14px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.mm-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.mm-chip { font-family: var(--f-mono); font-size: 10.5px; padding: 6px 11px; border-radius: 999px;
  background: var(--mem-soft); color: var(--mem); }
.mm-card { background: #fff; border: 1px solid var(--line-soft); border-radius: 12px; padding: 12px 14px; }
.mm-card .lbl { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-30); margin-bottom: 6px; }
.mm-card p { font-size: 13.5px; line-height: 1.5; color: var(--ink-70); }
.mm-ai { border: 1px dashed var(--mem); background: #fff; border-radius: 12px; padding: 12px 14px; }
.mm-ai .lbl { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--mem); margin-bottom: 6px; }
.mm-ai p { font-size: 13.5px; line-height: 1.5; }
.mm-foot { margin-top: auto; text-align: center; font-family: var(--f-mono); font-size: 10px;
  color: var(--ink-30); padding: 12px; border-top: 1px dashed var(--line-soft); }

/* Memoria people-list mock */
.mm-list { padding: 14px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.mm-row { background: #fff; border: 1px solid var(--line-soft); border-radius: 12px; padding: 11px 13px;
  display: flex; align-items: center; gap: 11px; }
.mm-row .ava { width: 34px; height: 34px; border-radius: 50%; background: var(--mem-soft); color: var(--mem);
  display: grid; place-items: center; font-family: var(--f-display); font-weight: 700; font-size: 13px; flex: none; }
.mm-row .who { flex: 1; min-width: 0; }
.mm-row .who .nm { font-weight: 600; font-size: 14px; line-height: 1.3; }
.mm-row .who .hint { font-family: var(--f-mono); font-size: 10.5px; color: var(--ink-50);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mm-row .when { font-family: var(--f-mono); font-size: 10px; color: var(--ink-30); flex: none; }

/* ============================================================
   AccessiScan — browser window with a scan report
   ============================================================ */
.bw { border: 1.5px solid var(--ink); border-radius: 12px; background: #fff; overflow: hidden;
  box-shadow: 10px 12px 0 rgba(20,40,58,0.10); width: 100%; max-width: 520px; }
.bw-bar { display: flex; align-items: center; gap: 10px; padding: 11px 14px; border-bottom: 1px solid var(--line);
  background: var(--paper); }
.bw-dots { display: flex; gap: 6px; }
.bw-dots i { width: 11px; height: 11px; border-radius: 50%; border: 1.5px solid var(--ink); display: block; }
.bw-url { flex: 1; font-family: var(--f-mono); font-size: 11.5px; color: var(--ink-50); background: #fff;
  border: 1px solid var(--line); border-radius: 6px; padding: 5px 11px; white-space: nowrap; overflow: hidden;
  text-overflow: ellipsis; }
.bw-body { padding: 18px; }
.scan-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.scan-score { display: flex; align-items: center; gap: 14px; }
.scan-ring { width: 64px; height: 64px; border-radius: 50%; flex: none;
  background: conic-gradient(var(--acc) 0 320deg, var(--acc-soft) 320deg 360deg); display: grid; place-items: center; }
.scan-ring span { width: 50px; height: 50px; border-radius: 50%; background: #fff; display: grid; place-items: center;
  font-family: var(--f-display); font-weight: 700; font-size: 19px; color: var(--ink); }
.scan-meta .t { font-family: var(--f-display); font-weight: 600; font-size: 15px; }
.scan-meta .s { font-family: var(--f-mono); font-size: 11px; color: var(--ink-50); }
.scan-engine { font-family: var(--f-mono); font-size: 10px; color: var(--acc); border: 1px solid var(--acc);
  border-radius: 999px; padding: 4px 9px; white-space: nowrap; }
.scan-rows { list-style: none; border-top: 1px solid var(--line); }
.scan-rows li { display: flex; align-items: center; gap: 12px; padding: 10px 2px; border-bottom: 1px solid var(--line-soft);
  font-size: 13.5px; }
.scan-rows .ico { width: 22px; height: 22px; border-radius: 6px; flex: none; display: grid; place-items: center;
  font-family: var(--f-mono); font-size: 12px; }
.scan-rows .ico.pass { background: var(--acc-soft); color: var(--acc); }
.scan-rows .ico.warn { background: #FdF3E0; color: #A36A12; }
.scan-rows .ico.fail { background: #F9E6E7; color: var(--med-red); }
.scan-rows .nm { flex: 1; min-width: 0; }
.scan-rows .ct { font-family: var(--f-mono); font-size: 11px; color: var(--ink-50); flex: none; }
.scan-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 14px;
  font-family: var(--f-mono); font-size: 11px; color: var(--ink-50); }
.scan-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.scan-tag { font-family: var(--f-mono); font-size: 10px; color: var(--acc); background: var(--acc-soft);
  border-radius: 999px; padding: 4px 9px; }

/* ============================================================
   KA Formula — formulation spec sheet
   ============================================================ */
.spec-sheet { background: #fff; border: 1.5px solid var(--ka); border-radius: 12px; overflow: hidden;
  box-shadow: 10px 12px 0 rgba(38,53,106,0.12); width: 100%; max-width: 460px; }
.spec-sheet .sh-top { background: var(--ka); color: var(--ka-cream); padding: 16px 20px; }
.spec-sheet .sh-top .lab { font-family: var(--f-mono); font-size: 10.5px; letter-spacing: 0.12em;
  text-transform: uppercase; opacity: 0.7; }
.spec-sheet .sh-top .nm { font-family: var(--f-display); font-weight: 600; font-size: 21px; margin-top: 4px; }
.spec-sheet .sh-top .sub { font-family: var(--f-mono); font-size: 11px; opacity: 0.8; margin-top: 2px; }
.spec-body { padding: 18px 20px; }
.spec-cap { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-30); margin-bottom: 8px; }
.ingredients { list-style: none; border-top: 1px solid var(--line); margin-bottom: 18px; }
.ingredients li { display: flex; align-items: baseline; gap: 12px; padding: 9px 2px; border-bottom: 1px solid var(--line-soft); }
.ingredients .ing { flex: 1; font-size: 14px; color: var(--ink); }
.ingredients .src { font-family: var(--f-mono); font-size: 10.5px; color: var(--ka); }
.spec-checks { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.spec-check { font-family: var(--f-mono); font-size: 10.5px; color: var(--ka); border: 1px solid var(--ka);
  border-radius: 999px; padding: 5px 11px; display: flex; align-items: center; gap: 6px; }
.spec-stamp { display: flex; align-items: center; gap: 12px; border-top: 1px dashed var(--line); padding-top: 14px; }
.spec-stamp .seal { width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--ka); color: var(--ka);
  display: grid; place-items: center; font-family: var(--f-mono); font-size: 8px; text-align: center; line-height: 1.1; flex: none; }
.spec-stamp .txt { font-family: var(--f-mono); font-size: 10.5px; color: var(--ink-50); line-height: 1.5; }
