/* ActionMinutes prototype — product-specific styles.
   Builds on colors_and_type.css tokens + ui_kits/admin/admin.css vocabulary. */

html, body { height: 100%; }
body { background: #181C32; overflow: hidden; }
#root { height: 100vh; display: flex; flex-direction: column; }

/* ================== BROWSER STRIP (prototype chrome) ================== */
.am-browser {
  flex-shrink: 0;
  background: #181C32;
  display: flex; align-items: center; gap: 12px;
  padding: 8px 14px;
  user-select: none;
}
.am-browser-dots { display: flex; gap: 6px; }
.am-browser-dots span { width: 10px; height: 10px; border-radius: 50%; background: #3F4254; }
.am-urlbar {
  flex: 0 1 480px;
  margin: 0 auto;
  display: flex; align-items: center; gap: 8px;
  background: #2B2B40;
  border-radius: 999px;
  padding: 6px 14px;
  color: #B5B5C3;
  font-family: var(--font-mono);
  font-size: 11.5px;
  overflow: hidden; white-space: nowrap;
}
.am-urlbar .lock { color: #07AFAA; display: inline-flex; }
.am-urlbar .domain { color: #fff; }
.am-browser-spacer { width: 46px; }

/* The viewport the prototype renders into */
.am-viewport {
  flex: 1; min-height: 0;
  background: var(--bg-2);
  overflow: auto;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.am-screen { min-height: 100%; display: flex; flex-direction: column; opacity: 1; }
@keyframes am-screen-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* ================== LOGO LOCKUP ================== */
.am-logo { display: inline-flex; align-items: center; gap: 10px; }
.am-logo-mark {
  width: 30px; height: 30px;
  border-radius: 9px;
  background: var(--pi-blue);
  position: relative;
  flex-shrink: 0;
}
.am-logo-mark::after {
  content: ""; position: absolute; right: 6px; bottom: 6px;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--pi-orange);
}
.am-logo-mark::before {
  content: ""; position: absolute; left: 6px; top: 8px;
  width: 12px; height: 2.5px; border-radius: 2px; background: #fff;
  box-shadow: 0 5px 0 #fff, 0 10px 0 rgba(255,255,255,0.55);
}
.am-logo-text { display: flex; flex-direction: column; line-height: 1; gap: 3px; }
.am-logo-name {
  font-family: var(--font-display);
  font-weight: 700; font-size: 17px; letter-spacing: -0.01em;
  color: var(--fg-1);
}
.am-logo-by {
  font-family: var(--font-body);
  font-size: 9.5px; color: var(--fg-3); letter-spacing: 0.04em;
}
.am-logo-by strong { color: var(--fg-2); font-weight: 600; }
.am-logo-lg .am-logo-mark { width: 38px; height: 38px; border-radius: 11px; }
.am-logo-lg .am-logo-name { font-size: 21px; }

/* ================== MARKETING (landing) ================== */
.am-mktnav {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border-1);
  padding: 14px 0;
  position: sticky; top: 0; z-index: 10;
}
.am-mktnav-inner, .am-mkt-section {
  max-width: 1140px; margin: 0 auto; padding: 0 32px;
}
.am-mktnav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.am-mktnav-links { display: flex; align-items: center; gap: 26px; }
.am-mktnav-links a {
  font-family: var(--font-body); font-size: 13.5px; font-weight: 500;
  color: var(--fg-2); text-decoration: none;
}
.am-mktnav-links a:hover { color: var(--fg-1); text-decoration: none; }

.am-hero { background: #fff; padding: 76px 0 64px; position: relative; overflow: hidden; }
.am-hero .am-mkt-section { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; position: relative; }
.am-hero h1 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 52px; line-height: 1.08; letter-spacing: -0.02em;
  color: var(--fg-1); margin: 14px 0 18px;
  text-wrap: balance;
}
.am-hero h1 .accent { color: var(--pi-blue); }
.am-hero-sub {
  font-family: var(--font-body); font-weight: 300;
  font-size: 18px; line-height: 1.55; color: var(--fg-2);
  max-width: 46ch; margin: 0 0 28px;
  text-wrap: pretty;
}
.am-hero-ctas { display: flex; align-items: center; gap: 14px; }
.am-hero-note { margin-top: 14px; font-size: 12.5px; color: var(--fg-3); display: flex; align-items: center; gap: 8px; }

/* dotted ring — brand element */
.am-dotring {
  position: absolute; border-radius: 50%;
  border: 3px dotted var(--pi-blue-mid);
  opacity: 0.5; pointer-events: none;
}

/* equation (hero + setup) */
.am-eq { display: flex; flex-direction: column; gap: 10px; }
.am-eq-row { display: flex; align-items: stretch; gap: 10px; }
.am-eq-op {
  align-self: center;
  font-family: var(--font-display); font-weight: 300; font-size: 26px;
  color: var(--pi-gray-400); flex-shrink: 0; width: 22px; text-align: center;
}
.am-eq-slot {
  flex: 1;
  background: #fff;
  border: 1px solid var(--border-1);
  border-radius: var(--radius-lg);
  padding: 14px 16px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: var(--shadow-xs);
  min-width: 0;
}
.am-eq-slot .ic {
  width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--pi-blue-light); color: var(--pi-blue);
}
.am-eq-slot .tt { font-family: var(--font-display); font-weight: 600; font-size: 13.5px; color: var(--fg-1); }
.am-eq-slot .ss { font-size: 11.5px; color: var(--fg-3); margin-top: 2px; }
.am-eq-result {
  background: var(--pi-gray-900); color: #fff;
  border: none;
}
.am-eq-result .tt { color: #fff; }
.am-eq-result .ss { color: #B5B5C3; }
.am-eq-result .ic { background: rgba(3,149,255,0.25); color: #84D0F7; }

.am-mkt-band { padding: 64px 0; }
.am-mkt-band.tinted { background: var(--pi-blue-light); }
.am-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.am-step {
  background: #fff; border: 1px solid var(--border-1);
  border-radius: var(--radius-lg); padding: 24px;
  box-shadow: var(--shadow-xs);
}
.am-step-num {
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  color: var(--pi-blue);
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%;
  border: 2px dotted var(--pi-blue-mid);
  margin-bottom: 14px;
}
.am-step h3 { font-family: var(--font-display); font-weight: 600; font-size: 16px; margin: 0 0 8px; }
.am-step p { font-size: 13.5px; line-height: 1.55; color: var(--fg-2); margin: 0; }

.am-mkt-footer {
  background: var(--pi-gray-900); color: #B5B5C3;
  padding: 28px 0; font-size: 12px;
}
.am-mkt-footer .am-mkt-section { display: flex; align-items: center; justify-content: space-between; }

/* ================== AUTH / FOCUSED CARD SCREENS ================== */
.am-focus {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 48px 24px;
  position: relative;
}
.am-focus-card {
  background: #fff; border: 1px solid var(--border-1);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  width: 480px; max-width: 100%;
  padding: 36px 40px 32px;
  position: relative; z-index: 1;
}
.am-focus-card h2 {
  font-family: var(--font-display); font-weight: 700; font-size: 24px;
  margin: 18px 0 6px; letter-spacing: -0.01em;
}
.am-focus-card .lead { font-size: 14px; color: var(--fg-2); margin: 0 0 22px; line-height: 1.5; }
.am-form { display: flex; flex-direction: column; gap: 16px; }
.am-domain-note {
  display: flex; gap: 10px; align-items: flex-start;
  border-radius: var(--radius-md);
  padding: 10px 12px;
  font-size: 12.5px; line-height: 1.5;
}
.am-domain-note.ok { background: #DCF6F5; color: #056763; }
.am-domain-note.warn { background: #FFF6CC; color: #8a6a00; }
.am-domain-note .ico { flex-shrink: 0; margin-top: 1px; }

/* ================== EMAIL FRAME ================== */
.am-email-wrap { width: 620px; max-width: 100%; }
.am-email {
  background: #fff; border: 1px solid var(--border-1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.am-email-chrome {
  background: var(--pi-gray-100);
  border-bottom: 1px solid var(--border-1);
  padding: 12px 20px;
  display: flex; flex-direction: column; gap: 3px;
}
.am-email-subject { font-family: var(--font-display); font-weight: 600; font-size: 14.5px; }
.am-email-meta { font-size: 12px; color: var(--fg-3); }
.am-email-meta strong { color: var(--fg-2); font-weight: 600; }
.am-email-body { padding: 30px 36px 34px; }
.am-email-body p { font-size: 14px; line-height: 1.6; color: var(--fg-1); margin: 0 0 16px; }
.am-email-body .fineprint { font-size: 11.5px; color: var(--fg-3); margin-top: 22px; border-top: 1px dotted var(--border-1); padding-top: 14px; }
.am-inbox-label {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 600; font-size: 12px;
  color: var(--fg-3); letter-spacing: 0.06em; text-transform: uppercase;
  margin-bottom: 14px;
}

/* ================== APP CHROME (post-signup) ================== */
.am-appbar {
  background: #fff; border-bottom: 1px solid var(--border-1);
  padding: 12px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  position: sticky; top: 0; z-index: 10;
}
.am-appbar-right { display: flex; align-items: center; gap: 14px; }
.am-credits-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--pi-gray-100);
  border: 1px solid var(--border-1);
  border-radius: 999px;
  padding: 6px 12px 6px 8px;
  font-family: var(--font-display); font-weight: 600; font-size: 12px;
  color: var(--fg-1);
  cursor: default;
}
.am-credits-pips { display: flex; gap: 3px; }
.am-credits-pips span { width: 8px; height: 8px; border-radius: 50%; background: var(--pi-blue); }
.am-credits-pips span.used { background: var(--pi-gray-300); }
.am-credits-pill .reset { font-family: var(--font-body); font-weight: 400; color: var(--fg-3); font-size: 11px; }
.am-credits-pill.exhausted .reset { color: #C9540F; }

.am-appmain { flex: 1; width: 100%; max-width: 1080px; margin: 0 auto; padding: 32px 32px 72px; }
.am-appmain.narrow { max-width: 780px; }

/* setup progress */
.am-setup-steps { display: flex; align-items: center; gap: 8px; margin-bottom: 26px; }
.am-setup-step {
  display: flex; align-items: center; gap: 7px;
  font-family: var(--font-display); font-size: 11.5px; font-weight: 600;
  color: var(--fg-3);
}
.am-setup-step .dot {
  width: 22px; height: 22px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--pi-gray-200); color: var(--fg-3);
  font-size: 10.5px;
}
.am-setup-step.active { color: var(--fg-1); }
.am-setup-step.active .dot { background: var(--pi-blue); color: #fff; }
.am-setup-step.done .dot { background: #DCF6F5; color: #07AFAA; }
.am-setup-sep { width: 26px; border-top: 1px dotted var(--pi-gray-400); }

/* board picker */
.am-board-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.am-board-opt {
  background: #fff; border: 1.5px solid var(--border-1);
  border-radius: var(--radius-lg);
  padding: 18px 20px;
  display: flex; align-items: center; gap: 14px;
  cursor: pointer;
  transition: border-color 120ms, box-shadow 120ms;
  text-align: left; font-family: var(--font-body); width: 100%;
}
.am-board-opt:hover { border-color: var(--pi-blue-mid); box-shadow: var(--shadow-sm); }
.am-board-opt.selected { border-color: var(--pi-blue); box-shadow: var(--shadow-focus); }
.am-board-opt .ic {
  width: 40px; height: 40px; border-radius: 11px; flex-shrink: 0;
  background: var(--pi-blue-light); color: var(--pi-blue);
  display: inline-flex; align-items: center; justify-content: center;
}
.am-board-opt .tt { font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: var(--fg-1); }
.am-board-opt .ss { font-size: 12px; color: var(--fg-3); margin-top: 2px; }

/* interview + crawler rail */
.am-interview { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 24px; align-items: start; }
.am-q-card { padding: 26px 28px; }
.am-q {
  font-family: var(--font-display); font-weight: 600; font-size: 17px;
  margin: 0 0 4px;
}
.am-q-hint { font-size: 12.5px; color: var(--fg-3); margin: 0 0 18px; }
.am-chip-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.am-chip {
  font-family: var(--font-body); font-size: 13px; font-weight: 500;
  border: 1.5px solid var(--border-1); background: #fff; color: var(--fg-1);
  border-radius: 999px; padding: 9px 16px; cursor: pointer;
  transition: all 120ms var(--ease-out);
  display: inline-flex; align-items: center; gap: 7px;
}
.am-chip:hover { border-color: var(--pi-blue-mid); }
.am-chip.selected { border-color: var(--pi-blue); background: var(--pi-blue-light); color: #0277CC; font-weight: 600; }
.am-q-done { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--fg-2); }

.am-crawler {
  background: var(--pi-gray-900);
  border-radius: var(--radius-lg);
  padding: 18px 20px;
  color: #B5B5C3;
  position: sticky; top: 80px;
}
.am-crawler-head {
  display: flex; align-items: center; gap: 9px;
  font-family: var(--font-display); font-weight: 600; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: #84D0F7;
  margin-bottom: 14px;
}
.am-pulse { width: 8px; height: 8px; border-radius: 50%; background: #07AFAA; animation: am-pulse 1.6s infinite; }
@keyframes am-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(7,175,170,0.5); } 50% { box-shadow: 0 0 0 6px rgba(7,175,170,0); } }
.am-crawler-item {
  display: flex; gap: 10px; align-items: flex-start;
  padding: 9px 0;
  border-bottom: 1px dotted rgba(255,255,255,0.12);
  font-size: 12.5px; line-height: 1.45;
}
.am-crawler-item:last-child { border-bottom: none; }
.am-crawler-item .st { flex-shrink: 0; margin-top: 1px; }
.am-crawler-item strong { color: #fff; font-weight: 600; }
.am-crawler-item .src { color: #5E6278; font-family: var(--font-mono); font-size: 10.5px; display: block; margin-top: 2px; }
.am-spin {
  width: 12px; height: 12px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.2); border-top-color: #84D0F7;
  animation: am-rot 0.8s linear infinite; display: inline-block;
}
@keyframes am-rot { to { transform: rotate(360deg); } }

/* equation setup slots */
.am-slot-card {
  background: #fff; border: 1px solid var(--border-1);
  border-radius: var(--radius-lg);
  padding: 20px 22px;
  box-shadow: var(--shadow-xs);
  display: flex; gap: 16px; align-items: flex-start;
  transition: border-color 200ms;
}
.am-slot-card.confirmed { border-color: #07AFAA; }
.am-slot-icon {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--pi-blue-light); color: var(--pi-blue);
}
.am-slot-card.confirmed .am-slot-icon { background: #DCF6F5; color: #07AFAA; }
.am-slot-body { flex: 1; min-width: 0; }
.am-slot-kicker {
  font-family: var(--font-display); font-weight: 700; font-size: 10.5px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-3);
  display: flex; align-items: center; gap: 8px; margin-bottom: 5px;
}
.am-slot-title { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--fg-1); }
.am-slot-sub { font-size: 12.5px; color: var(--fg-2); margin-top: 3px; line-height: 1.5; }
.am-slot-actions { display: flex; gap: 8px; margin-top: 12px; align-items: center; }
.am-slot-manual { font-size: 12px; color: var(--fg-3); }

.am-dropzone {
  border: 1.5px dashed var(--pi-gray-400);
  border-radius: var(--radius-md);
  padding: 18px;
  text-align: center;
  font-size: 12.5px; color: var(--fg-2);
  cursor: pointer;
  transition: all 120ms;
  margin-top: 12px;
  background: var(--pi-gray-100);
}
.am-dropzone:hover { border-color: var(--pi-blue); background: var(--pi-blue-light); color: #0277CC; }
.am-filechip {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--pi-gray-100); border: 1px solid var(--border-1);
  border-radius: var(--radius-md);
  padding: 8px 12px;
  font-size: 12.5px; font-weight: 500; color: var(--fg-1);
  margin-top: 12px;
}

.am-generate-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  background: var(--pi-gray-900);
  border-radius: var(--radius-lg);
  padding: 18px 22px;
  color: #fff;
  margin-top: 20px;
}
.am-generate-bar .tt { font-family: var(--font-display); font-weight: 600; font-size: 15px; }
.am-generate-bar .ss { font-size: 12px; color: #B5B5C3; margin-top: 3px; }

/* ================== PROCESSING ================== */
.am-stages { display: flex; flex-direction: column; }
.am-stage { display: flex; gap: 14px; padding: 13px 0; align-items: flex-start; }
.am-stage .st {
  width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--pi-gray-200); color: var(--pi-gray-400);
}
.am-stage.done .st { background: #DCF6F5; color: #07AFAA; }
.am-stage.active .st { background: var(--pi-blue-light); color: var(--pi-blue); }
.am-stage.failed .st { background: #FCE3EB; color: #F1416C; }
.am-stage .tt { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--fg-3); padding-top: 4px; }
.am-stage.done .tt, .am-stage.active .tt { color: var(--fg-1); }
.am-stage.failed .tt { color: #F1416C; }
.am-stage .ss { font-size: 12px; color: var(--fg-3); margin-top: 3px; }
.am-stage-rail { display: flex; flex-direction: column; align-items: center; align-self: stretch; }
.am-stage-line { flex: 1; border-left: 1px dotted var(--pi-gray-400); margin: 2px 0; min-height: 10px; }

/* ================== MINUTES DOC ================== */
.am-doc {
  background: #fff; border: 1px solid var(--border-1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 44px 52px;
  font-family: var(--font-body);
}
.am-doc h1 { font-family: var(--font-display); font-size: 19px; font-weight: 700; text-align: center; margin: 0 0 2px; letter-spacing: 0.01em; }
.am-doc .doc-sub { text-align: center; font-size: 12.5px; color: var(--fg-2); margin-bottom: 26px; }
.am-doc h2 {
  font-family: var(--font-display); font-size: 12px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--fg-1); margin: 24px 0 8px;
  border-bottom: 1px solid var(--border-1); padding-bottom: 6px;
}
.am-doc p, .am-doc li { font-size: 13px; line-height: 1.65; color: var(--fg-1); margin: 0 0 8px; }
.am-doc .vote { font-size: 12px; color: var(--fg-2); font-style: italic; }
.am-doc-badge {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
}

/* feedback */
.am-flags { display: flex; flex-wrap: wrap; gap: 8px; }
.am-flag {
  font-size: 11.5px; font-weight: 500;
  border: 1px solid var(--border-1); background: #fff; color: var(--fg-2);
  border-radius: 999px; padding: 6px 12px; cursor: pointer;
  transition: all 120ms; font-family: var(--font-body);
}
.am-flag:hover { border-color: var(--pi-gray-400); }
.am-flag.on { border-color: var(--pi-orange); background: #FFEAD9; color: #C9540F; font-weight: 600; }
.am-stars { display: flex; gap: 4px; }
.am-star { background: none; border: none; cursor: pointer; color: var(--pi-gray-300); padding: 2px; transition: color 100ms, transform 100ms; }
.am-star.on { color: #FFC700; }
.am-star:hover { transform: scale(1.15); }

/* ================== DASHBOARD ================== */
.am-next-meeting {
  background: var(--pi-gray-900);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  color: #fff;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  position: relative; overflow: hidden;
}
.am-next-meeting .tt { font-family: var(--font-display); font-weight: 700; font-size: 19px; letter-spacing: -0.01em; }
.am-next-meeting .ss { font-size: 13px; color: #B5B5C3; margin-top: 5px; }
.am-next-meeting .ss strong { color: #84D0F7; font-weight: 600; }

.am-gated-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.am-gated {
  background: #fff; border: 1px solid var(--border-1);
  border-radius: var(--radius-lg);
  padding: 18px 20px;
  cursor: pointer;
  transition: border-color 120ms, box-shadow 120ms;
  position: relative;
  text-align: left; font-family: var(--font-body); width: 100%;
}
.am-gated:hover { border-color: var(--pi-blue-mid); box-shadow: var(--shadow-sm); }
.am-gated .ic {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--pi-gray-100); color: var(--fg-2);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
}
.am-gated .tt { font-family: var(--font-display); font-weight: 600; font-size: 13.5px; color: var(--fg-1); }
.am-gated .ss { font-size: 12px; color: var(--fg-3); margin-top: 4px; line-height: 1.5; }
.am-gated .lockbadge { position: absolute; top: 14px; right: 14px; color: var(--pi-gray-400); }

.am-section-label {
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-3);
  margin: 30px 0 12px;
  display: flex; align-items: center; gap: 10px;
}
.am-section-label::after { content: ""; flex: 1; border-top: 1px dotted var(--pi-gray-400); }

/* toast */
.am-toast {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
  background: var(--pi-gray-900); color: #fff;
  border-radius: 999px;
  padding: 11px 20px;
  font-size: 13px; font-family: var(--font-body);
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 9px;
  z-index: 200;
}

/* PM notes */
.am-pmnote {
  display: inline-flex; align-items: flex-start; gap: 7px;
  background: #FFF6CC; border: 1px dashed #E3C341;
  border-radius: var(--radius-md);
  padding: 7px 11px;
  font-size: 11px; line-height: 1.45; color: #6b5200;
  font-family: var(--font-mono);
  max-width: 420px;
}

/* prototype skip control */
.am-proto-skip {
  font-family: var(--font-mono); font-size: 10.5px;
  color: var(--fg-3);
  background: none; border: 1px dashed var(--pi-gray-400);
  border-radius: 999px; padding: 5px 12px; cursor: pointer;
}
.am-proto-skip:hover { color: var(--fg-1); border-color: var(--fg-2); }

/* upgrade modal extras */
.am-plan-card {
  border: 1.5px solid var(--border-1);
  border-radius: var(--radius-lg);
  padding: 18px 20px;
  display: flex; flex-direction: column; gap: 8px;
}
.am-plan-card.featured { border-color: var(--pi-blue); background: var(--pi-blue-light); }
.am-plan-name { font-family: var(--font-display); font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: space-between; }
.am-plan-line { font-size: 12.5px; color: var(--fg-2); display: flex; align-items: center; gap: 8px; }

.am-empty {
  text-align: center; padding: 40px 24px; color: var(--fg-3); font-size: 13px;
}
.am-empty .ic { display: inline-flex; margin-bottom: 10px; color: var(--pi-gray-400); }
