/* Phone frames + Midnight Premium app screens (static recreations).
   Everything in here uses the Concorde DS tokens from ../styles.css — never Corivo tokens.
   Frame chrome itself is Corivo-side: thin Ink bezel, subtle Mist shadow, no gradients. */
.phone{width:300px;border-radius:44px;background:#14172B;padding:10px;box-shadow:0 24px 60px -28px rgba(20,23,43,0.45),0 0 0 1px #E7E9F2;margin:0 auto}
.phone-sm{width:250px;border-radius:38px}
.scr{position:relative;border-radius:34px;overflow:hidden;background:var(--bg-gradient);height:600px;display:flex;flex-direction:column;font-family:var(--font-ui);color:var(--text);font-size:13px;line-height:1.5}
.phone-sm .scr{border-radius:28px;height:500px}
.scr-status{display:flex;justify-content:space-between;align-items:center;padding:12px 20px 4px;font-family:var(--font-mono);font-weight:700;font-size:10px;letter-spacing:0.16em;color:var(--text-mid)}
.scr-body{flex:1;overflow:hidden;padding:14px 16px;display:flex;flex-direction:column;gap:14px}
.m-eyebrow{font-family:var(--font-mono);font-weight:700;font-size:10px;letter-spacing:0.16em;text-transform:uppercase;color:var(--text-dim);display:block}
.m-title{font-family:var(--font-display);font-weight:500;letter-spacing:-0.015em;font-size:22px;color:var(--text);margin:4px 0 0}
.m-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:var(--shadow-card)}
.m-card-human{border-color:rgba(232,163,61,0.30)}
.m-card-accent{border-color:rgba(4,217,196,0.30)}
.m-row{display:flex;align-items:center;gap:12px;min-height:40px;border-bottom:1px solid var(--line);padding:6px 0}
.m-row:last-child{border-bottom:none}
.m-check{width:20px;height:20px;border-radius:6px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid var(--line-strong)}
.m-check.on{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}
.m-avatar{border-radius:999px;background:var(--human);color:var(--human-ink);display:inline-flex;align-items:center;justify-content:center;font-weight:600;flex:0 0 auto}
.m-bubble-coach{padding:10px 13px;border-radius:16px;border-bottom-left-radius:5px;background:var(--human-soft);border:1px solid rgba(232,163,61,0.30);max-width:88%}
.m-bubble-me{align-self:flex-end;padding:10px 13px;border-radius:16px;border-bottom-right-radius:5px;background:var(--accent-soft);border:1px solid rgba(4,217,196,0.30);max-width:88%}
.m-input{display:flex;align-items:center;gap:8px;margin-top:auto}
.m-input .field{flex:1;min-height:40px;display:flex;align-items:center;padding:0 14px;border-radius:999px;background:var(--card-2);border:1px solid var(--line-strong);color:var(--text-dim)}
.m-input .send{width:40px;height:40px;border-radius:999px;background:var(--accent);color:var(--accent-ink);display:inline-flex;align-items:center;justify-content:center;font-weight:800}
.m-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:12px;background:var(--accent);color:var(--accent-ink);font-weight:800;font-size:13px}
.m-btn-ghost{background:transparent;color:var(--text);border:1px solid var(--line-strong);font-weight:600}
.m-chip{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;border:1px solid var(--line-strong);color:var(--text-mid);font-size:12px}
.m-chip.on{background:var(--accent-soft);border-color:var(--accent);color:var(--accent-2)}
.m-dim{color:var(--text-dim)}
.m-mid{color:var(--text-mid)}
.m-stat{font-family:var(--font-display);font-weight:500;letter-spacing:-0.015em;font-variant-numeric:tabular-nums;color:var(--text)}
.m-spark{display:flex;align-items:flex-end;gap:5px;height:56px}
.m-spark i{flex:1;border-radius:4px;background:var(--ring-track)}
.m-spark i.hi{background:var(--accent)}
.m-tabbar{display:flex;border-top:1px solid var(--line);background:rgba(5,26,56,0.75);padding:8px 0 14px}
.m-tabbar span{flex:1;text-align:center;font-size:10px;color:var(--text-dim);display:flex;flex-direction:column;gap:3px;align-items:center}
.m-tabbar span.on{color:var(--accent)}
.m-tabbar svg{width:20px;height:20px}
