.vx .pig-word { color: var(--pig-3); }

.vx .pip-live {
  display: inline-block;
  font-size: 11px; font-weight: 600;
  padding: 2px 8px; border-radius: 999px;
  background: var(--mint); color: var(--good);
  margin-left: 8px;
}

/* ─── HOME · INBOX ─── */
.vx .inbox-top { display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; align-items: center; padding: 4px 0 22px; }
.vx .inbox-greet .lbl { font-family: ui-monospace, monospace; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute); margin-bottom: 6px; }
.vx .inbox-greet h1 { font-size: 36px; font-weight: 500; letter-spacing: -0.025em; line-height: 1.1; }
.vx .inbox-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.vx .inbox-stats .s { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 12px 14px; }
.vx .inbox-stats .k { font-family: ui-monospace, monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mute); }
.vx .inbox-stats .v { font-family: "Fraunces", serif; font-size: 22px; font-weight: 500; letter-spacing: -0.015em; margin: 4px 0 2px; }
.vx .inbox-stats .d { font-size: 11.5px; color: var(--ink-2); }
.vx .inbox-stats .d.good { color: var(--good); font-weight: 600; }

.vx .inbox-h { display: flex; justify-content: space-between; align-items: baseline; margin: 14px 4px 10px; }
.vx .inbox-h .lbl { font-family: ui-monospace, monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute); }
.vx .inbox-h .filter { font-size: 12px; color: var(--ink-2); border: 0; background: transparent; cursor: pointer; }

.vx .inbox { background: var(--card); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.vx .inbox-row { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 16px 18px; border-bottom: 1px solid var(--line); align-items: flex-start; transition: background .15s; }
.vx .inbox-row:last-child { border-bottom: 0; }
.vx .inbox-row:hover { background: var(--cream); }
.vx .inbox-row.r-y { background: linear-gradient(180deg, var(--good-2), transparent); }
.vx .inbox-row.r-n { opacity: 0.6; }
.vx .inbox-row .av { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-family: "Fraunces", serif; font-weight: 600; font-size: 14px; cursor: pointer; transition: transform .15s; }
.vx .inbox-row .av:hover { transform: scale(1.08); }
.vx .inbox-row .av.vera { background: linear-gradient(135deg, var(--pig), var(--pig-3)); }
.vx .inbox-row .av.research { background: linear-gradient(135deg, #8cc4ff, #4a8cff); }
.vx .inbox-row .av.risk { background: linear-gradient(135deg, #ffd28c, #e89b1a); }
.vx .inbox-row .ttl-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.vx .inbox-row .ttl { font-size: 15.5px; font-weight: 600; }
.vx .inbox-row .val { font-family: "Fraunces", serif; font-size: 18px; font-weight: 500; font-variant-numeric: tabular-nums; white-space: nowrap; }
.vx .inbox-row .val.good { color: var(--good); }
.vx .inbox-row .line { font-size: 13.5px; color: var(--ink-2); margin-top: 4px; line-height: 1.45; }
.vx .inbox-row .line .from { color: var(--ink); font-weight: 600; }
.vx .inbox-row .actions { display: flex; gap: 6px; margin-top: 10px; flex-wrap: wrap; }
.vx .inbox-row .actions button { padding: 7px 14px; border-radius: 999px; font-size: 12.5px; font-weight: 600; }
.vx .inbox-row .yes { background: var(--ink); color: #fff; }
.vx .inbox-row .no { background: var(--bg); color: var(--ink-2); border: 1px solid var(--line-2); }
.vx .inbox-row .why { background: transparent; color: var(--ink-2); padding: 7px 6px; }
.vx .inbox-row .why:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.vx .inbox-row .status { margin-top: 8px; font-size: 12.5px; display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 8px; }
.vx .inbox-row .status.ok { background: var(--good-2); color: var(--good); }
.vx .inbox-row .status.sk { background: var(--bg); color: var(--mute); }

.vx .activity { background: var(--card); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.vx .activity .a-row { display: grid; grid-template-columns: 56px 28px 1fr; gap: 10px; align-items: center; padding: 11px 16px; border-bottom: 1px solid var(--line); font-size: 13.5px; }
.vx .activity .a-row:last-child { border-bottom: 0; }
.vx .activity .a-row .t { color: var(--mute); font-size: 11px; }
.vx .activity .a-row .d { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; font-family: "Fraunces", serif; font-weight: 600; color: #fff; font-size: 12px; }
.vx .activity .a-row .d.tax { background: linear-gradient(135deg, #ffd6a0, #d97706); }
.vx .activity .a-row .d.stocks { background: linear-gradient(135deg, #a8e6c3, #2bb673); }
.vx .activity .a-row .d.crypto { background: linear-gradient(135deg, #ffc380, #e87b1a); }
.vx .activity .a-row .d.research { background: linear-gradient(135deg, #8cc4ff, #4a8cff); }
.vx .activity .a-row .d.risk { background: linear-gradient(135deg, #ffd28c, #e89b1a); }
.vx .activity .a-row .d.vera { background: linear-gradient(135deg, var(--pig), var(--pig-3)); }
.vx .activity .a-row .w { color: var(--ink); line-height: 1.4; }

/* ─── CHAT · STANDUP ─── */
.vx .conv.standup { display: flex; flex-direction: column; min-height: 0; height: 100%; }
.vx .standup-head { padding: 18px 32px 12px; border-bottom: 1px solid var(--line); background: var(--cream); flex-shrink: 0; }
.vx .standup-title { margin-bottom: 12px; }
.vx .standup-title .lbl { font-family: ui-monospace, monospace; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute); margin-bottom: 2px; }
.vx .standup-title h2 { font-size: 22px; font-weight: 500; letter-spacing: -0.02em; }
.vx .standup-row { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.vx .standup-row::-webkit-scrollbar { display: none; }
.vx .pill { flex: 0 0 auto; display: flex; align-items: center; gap: 8px; padding: 8px 14px 8px 8px; background: var(--card); border-radius: 999px; border: 1px solid var(--line-2); cursor: pointer; transition: all .15s; }
.vx .pill:hover { border-color: var(--ink); }
.vx .pill.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.vx .pill .av { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-family: "Fraunces", serif; font-weight: 600; font-size: 12px; }
.vx .pill.cio .av { background: linear-gradient(135deg, var(--pig), var(--pig-3)); }
.vx .pill.research .av { background: linear-gradient(135deg, #8cc4ff, #4a8cff); }
.vx .pill.stocks .av { background: linear-gradient(135deg, #a8e6c3, #2bb673); }
.vx .pill.crypto .av { background: linear-gradient(135deg, #ffc380, #e87b1a); }
.vx .pill.risk .av { background: linear-gradient(135deg, #ffd28c, #e89b1a); }
.vx .pill.reporter .av { background: linear-gradient(135deg, #c7b8ff, #8a6fff); }
.vx .pill .meta .name { font-size: 13px; font-weight: 600; line-height: 1; }
.vx .pill .meta .sub { font-size: 10px; opacity: 0.7; margin-top: 2px; }
.vx .pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--good); }
.vx .pill .dot.idle { background: var(--mute); }
.vx .pill .dot.busy { background: var(--warn); animation: pulse 1.3s infinite; }

.vx .standup-thread { flex: 1; display: flex; flex-direction: column; min-height: 0; }
.vx .thread-head { padding: 14px 32px; border-bottom: 1px solid var(--line); display: flex; gap: 12px; align-items: center; flex-shrink: 0; }
.vx .thread-head .av { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-family: "Fraunces", serif; font-weight: 600; font-size: 14px; }
.vx .thread-head .av.vera, .vx .thread-head .av.cio { background: linear-gradient(135deg, var(--pig), var(--pig-3)); }
.vx .thread-head .av.research { background: linear-gradient(135deg, #8cc4ff, #4a8cff); }
.vx .thread-head .av.stocks { background: linear-gradient(135deg, #a8e6c3, #2bb673); }
.vx .thread-head .av.crypto { background: linear-gradient(135deg, #ffc380, #e87b1a); }
.vx .thread-head .av.risk { background: linear-gradient(135deg, #ffd28c, #e89b1a); }
.vx .thread-head .av.reporter { background: linear-gradient(135deg, #c7b8ff, #8a6fff); }
.vx .thread-head .name { font-weight: 600; font-size: 15px; }
.vx .thread-head .sub { font-size: 12px; color: var(--mute); margin-top: 2px; }
.vx .thread-head .profile { margin-left: auto; padding: 7px 12px; border-radius: 999px; background: var(--bg); font-size: 12px; color: var(--ink-2); border: 1px solid var(--line-2); }
.vx .thread-head .profile:hover { background: var(--ink); color: #fff; }
.vx .thread-body { flex: 1; overflow-y: auto; padding: 22px max(20px, calc((100% - 640px)/2)); display: flex; flex-direction: column; gap: 12px; }
.vx .thread-body .b { padding: 12px 16px; border-radius: 14px; font-size: 14.5px; line-height: 1.5; max-width: 560px; }
.vx .thread-body .b.them { background: var(--card); border: 1px solid var(--line); border-bottom-left-radius: 6px; }
.vx .thread-body .b b { font-weight: 600; }
.vx .thread-body .hint { margin-top: 4px; padding: 10px 14px; background: var(--sky-2); border-radius: 12px; font-size: 12.5px; color: var(--ink-2); display: flex; align-items: center; gap: 8px; }
.vx .thread-body .hint svg { color: var(--pig-3); flex-shrink: 0; }
.vx .thread-composer { padding: 12px max(20px, calc((100% - 640px)/2)); display: flex; gap: 10px; border-top: 1px solid var(--line); background: var(--cream); flex-shrink: 0; }
.vx .thread-composer input { flex: 1; padding: 12px 18px; background: var(--card); border: 1px solid var(--line-2); border-radius: 999px; font-size: 14.5px; }
.vx .thread-composer input:focus { border-color: var(--ink); }
.vx .thread-composer button { width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; }
.vx .thread-composer button:disabled { opacity: 0.3; }

/* ─── MONEY · STATEMENT ─── */
.vx .statement-page { max-width: 760px; }
.vx .stmt-masthead { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 14px; border-bottom: 2px solid var(--ink); margin-bottom: 24px; }
.vx .stmt-masthead .m-eyebrow { font-size: 10.5px; letter-spacing: 0.18em; color: var(--ink-2); margin-bottom: 6px; }
.vx .stmt-masthead .m-name { font-family: "Fraunces", serif; font-size: 28px; font-weight: 500; letter-spacing: -0.02em; }
.vx .stmt-masthead .m-r { text-align: right; font-size: 12px; color: var(--ink-2); font-family: ui-monospace, monospace; }
.vx .stmt-masthead .muted { color: var(--mute); }

.vx .stmt-big { text-align: center; padding: 24px 0 26px; border-bottom: 1px solid var(--line); margin-bottom: 30px; }
.vx .stmt-lbl { font-family: ui-monospace, monospace; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mute); margin-bottom: 8px; }
.vx .stmt-num { font-size: 72px; font-weight: 500; letter-spacing: -0.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.vx .stmt-num .cents { font-size: 0.42em; color: var(--mute); }
.vx .stmt-delta { margin-top: 10px; font-size: 14px; color: var(--good); font-weight: 600; font-variant-numeric: tabular-nums; }
.vx .stmt-delta .muted { color: var(--ink-2); font-weight: 400; margin-left: 4px; }

.vx .stmt-section { margin-bottom: 34px; }
.vx .stmt-h { display: flex; gap: 16px; align-items: baseline; padding-bottom: 12px; border-bottom: 1px solid var(--line); margin-bottom: 14px; }
.vx .stmt-h .num { font-family: "Fraunces", serif; font-size: 22px; color: var(--pig-3); font-weight: 500; }
.vx .stmt-h .serif { font-family: "Fraunces", serif; font-size: 24px; font-weight: 500; letter-spacing: -0.02em; }

.vx .stmt-table { display: flex; flex-direction: column; }
.vx .stmt-row { display: grid; grid-template-columns: 1fr 60px 110px 80px; gap: 12px; padding: 12px 0; border-top: 1px dashed var(--line); font-size: 14px; align-items: baseline; }
.vx .stmt-row:first-child { border-top: 0; }
.vx .stmt-row.total { border-top: 2px solid var(--ink); padding-top: 14px; font-size: 15px; }
.vx .stmt-row .k { font-weight: 600; }
.vx .stmt-row .k span { display: block; font-size: 12px; color: var(--mute); font-weight: 400; margin-top: 2px; }
.vx .stmt-row .pct, .vx .stmt-row .v, .vx .stmt-row .ret { text-align: right; font-variant-numeric: tabular-nums; }
.vx .stmt-row .v { font-family: "Fraunces", serif; font-weight: 500; font-size: 15px; }
.vx .stmt-row .ret.good { color: var(--good); font-weight: 600; }

.vx .stmt-goals { display: flex; flex-direction: column; gap: 10px; }
.vx .stmt-goal { display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 18px; padding: 14px 0; border-top: 1px dashed var(--line); align-items: center; text-align: left; cursor: pointer; transition: background .15s; }
.vx .stmt-goal:first-child { border-top: 0; }
.vx .stmt-goal:hover { background: var(--cream); padding-left: 6px; padding-right: 6px; margin-left: -6px; margin-right: -6px; border-radius: 8px; }
.vx .stmt-goal .g-name { font-size: 15px; font-weight: 600; }
.vx .stmt-goal .g-sub { font-size: 12px; color: var(--mute); margin-top: 2px; }
.vx .stmt-goal .g-bar { height: 6px; background: var(--bg); border-radius: 999px; overflow: hidden; }
.vx .stmt-goal .g-bar div { height: 100%; background: linear-gradient(90deg, var(--pig), var(--pig-3)); border-radius: 999px; }
.vx .stmt-goal .g-r { text-align: right; font-size: 13px; font-variant-numeric: tabular-nums; }
.vx .stmt-goal .g-r span { display: block; font-size: 11px; color: var(--mute); margin-top: 2px; }

.vx .stmt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.vx .stmt-stat { border-left: 2px solid var(--line); padding: 4px 0 4px 14px; }
.vx .stmt-stat .k { font-family: ui-monospace, monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mute); }
.vx .stmt-stat .v { font-size: 26px; font-weight: 500; letter-spacing: -0.02em; margin: 4px 0 2px; }
.vx .stmt-stat .sub { font-size: 11.5px; color: var(--ink-2); }

.vx .stmt-foot { text-align: center; padding: 18px 0; font-size: 12.5px; color: var(--mute); border-top: 1px solid var(--line); }
.vx .stmt-foot em { color: var(--ink-2); }

/* statement: nav (Older / Newer / Archive picker) */
.vx .stmt-nav {
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 10px; align-items: stretch;
  margin-bottom: 18px;
}
.vx .stmt-nav-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--card); border: 1px solid var(--line);
  border-radius: 12px; padding: 0 14px;
  font-size: 13px; font-weight: 500; color: var(--ink-2);
  transition: all 0.15s ease;
}
.vx .stmt-nav-btn:hover:not(:disabled) { background: var(--bg); color: var(--ink); border-color: var(--line-2); }
.vx .stmt-nav-btn:disabled { opacity: 0.35; cursor: default; }
.vx .stmt-nav-pick {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 12px; padding: 8px 18px;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  text-align: left;
  transition: all 0.15s ease;
}
.vx .stmt-nav-pick:hover { background: var(--bg); border-color: var(--line-2); }
.vx .stmt-nav-pick .np-lbl { font-size: 10px; letter-spacing: 0.16em; color: var(--mute); }
.vx .stmt-nav-pick .np-name { font-size: 18px; font-weight: 500; letter-spacing: -0.02em; line-height: 1.1; margin-top: 1px; }

/* statement: archive dropdown */
.vx .stmt-archive {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 16px; padding: 18px 20px;
  margin-bottom: 22px;
  animation: stmt-arc-in 0.22s ease-out;
}
@keyframes stmt-arc-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.vx .stmt-archive-h {
  font-size: 13px; font-weight: 600; color: var(--ink-2);
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}
.vx .stmt-archive-h .muted { color: var(--mute); font-weight: 400; font-style: italic; }
.vx .stmt-archive-list { display: grid; gap: 2px; }
.vx .arc-row {
  display: grid; grid-template-columns: 1fr auto auto 12px;
  gap: 16px; align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13.5px;
  color: var(--ink-2);
  text-align: left;
  transition: background 0.12s ease;
}
.vx .arc-row:hover { background: var(--bg); color: var(--ink); }
.vx .arc-row.on { background: var(--ink); color: #fff; }
.vx .arc-row.on .arc-m-num,
.vx .arc-row.on .arc-m-delta { color: #fff; }
.vx .arc-l { display: inline-flex; align-items: center; gap: 10px; }
.vx .arc-m { font-family: "Fraunces", Georgia, serif; font-size: 16px; font-weight: 500; color: var(--ink); }
.vx .arc-row.on .arc-m { color: #fff; }
.vx .arc-tag.current {
  font-size: 9.5px; font-family: ui-monospace, monospace;
  letter-spacing: 0.12em; font-weight: 700;
  background: var(--good); color: #fff;
  padding: 2px 7px; border-radius: 999px;
}
.vx .arc-row.on .arc-tag.current { background: var(--pig); color: var(--ink); }
.vx .arc-m-num { font-size: 13px; color: var(--ink); }
.vx .arc-m-delta { font-size: 12.5px; min-width: 64px; text-align: right; }
.vx .arc-m-delta.good { color: var(--good); }
.vx .arc-m-delta.bad  { color: var(--bad); }
.vx .arc-arrow { color: var(--mute); }
.vx .arc-row.on .arc-arrow { color: rgba(255,255,255,0.5); }
.vx .stmt-archive-foot {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed var(--line-2);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; color: var(--ink-2);
}
.vx .stmt-archive-foot a { color: var(--ink); border-bottom: 1px dashed var(--line-2); font-weight: 500; }
.vx .stmt-archive-foot a:hover { color: var(--pig-3); }
.vx .stmt-archive-foot .muted { color: var(--mute); font-style: italic; }

/* statement: archived pill + bad delta states */
.vx .stmt-archived-pill {
  display: inline-block;
  font-family: ui-monospace, monospace; font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.16em;
  background: var(--ink); color: #fff;
  padding: 3px 8px; border-radius: 999px;
}
.vx .stmt-delta.bad { color: var(--bad); }
.vx .stmt-row .ret.bad { color: var(--bad); }

/* statement: readonly goals + footer link */
.vx .stmt-goal.readonly { cursor: default; }
.vx .stmt-goal.readonly:hover { background: transparent; padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0; border-radius: 0; }
.vx .stmt-goals-foot {
  margin-top: 14px; padding-top: 12px;
  border-top: 1px dashed var(--line-2);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12.5px;
}
.vx .stmt-goals-foot .muted { color: var(--mute); font-style: italic; }
.vx .stmt-link {
  font-size: 13px; font-weight: 500; color: var(--ink);
  border-bottom: 1px dashed var(--line-2);
  padding: 2px 0;
}
.vx .stmt-link:hover { color: var(--pig-3); border-color: var(--pig-3); }

/* ─── TEAM · ORG ─── */
.vx .org-page { max-width: 880px; }
.vx .org-hero { text-align: center; padding: 14px 0 26px; }
.vx .org-hero .lbl { font-family: ui-monospace, monospace; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute); margin-bottom: 8px; }
.vx .org-hero h1 { font-size: 36px; font-weight: 500; letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 10px; }
.vx .org-hero .sub { font-size: 15px; color: var(--ink-2); max-width: 50ch; margin: 0 auto; line-height: 1.5; }

.vx .org-stage { position: relative; padding: 30px 20px 40px; background: linear-gradient(180deg, var(--cream), transparent); border: 1px solid var(--line); border-radius: 22px; margin-bottom: 28px; }
.vx .org-lines { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.vx .org-node { position: relative; z-index: 2; background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 14px 12px 12px; text-align: center; cursor: pointer; transition: all .15s; box-shadow: 0 6px 18px rgba(0,0,0,0.04); }
.vx .org-node:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,0,0,0.08); border-color: var(--ink); }
.vx .org-node .av { width: 48px; height: 48px; margin: 0 auto 8px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-family: "Fraunces", serif; font-weight: 600; font-size: 18px; position: relative; }
.vx .org-node .av::after { content: ""; position: absolute; bottom: 1px; right: 1px; width: 10px; height: 10px; background: var(--good); border: 2px solid #fff; border-radius: 50%; }
.vx .org-node .av.idle::after { background: var(--mute); }
.vx .org-node .av.busy::after { background: var(--warn); animation: pulse 1.3s infinite; }
.vx .org-node .av.cio { background: linear-gradient(135deg, var(--pig), var(--pig-3)); }
.vx .org-node .av.research { background: linear-gradient(135deg, #8cc4ff, #4a8cff); }
.vx .org-node .av.stocks { background: linear-gradient(135deg, #a8e6c3, #2bb673); }
.vx .org-node .av.crypto { background: linear-gradient(135deg, #ffc380, #e87b1a); }
.vx .org-node .av.risk { background: linear-gradient(135deg, #ffd28c, #e89b1a); }
.vx .org-node .av.reporter { background: linear-gradient(135deg, #c7b8ff, #8a6fff); }
.vx .org-node .role { font-family: "Fraunces", serif; font-size: 17px; font-weight: 500; }
.vx .org-node .title { font-family: ui-monospace, monospace; font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mute); margin-top: 2px; }
.vx .org-node .ticker, .vx .org-node .last { font-size: 10.5px; color: var(--ink-2); margin-top: 6px; padding-top: 6px; border-top: 1px dashed var(--line-2); line-height: 1.35; }
.vx .org-node.lead { width: 200px; margin: 0 auto 30px; background: linear-gradient(160deg, var(--cream), var(--bg-warm)); }
.vx .org-node.lead .av { width: 64px; height: 64px; font-size: 24px; }
.vx .org-node.lead .role { font-size: 22px; }
.vx .org-spokes { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }

.vx .org-roles { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 18px 22px; }
.vx .org-roles .lbl { font-family: ui-monospace, monospace; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute); margin-bottom: 10px; }
.vx .roles-grid { display: flex; flex-direction: column; }
.vx .role-row { display: grid; grid-template-columns: 36px 1fr 16px; gap: 14px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line); text-align: left; cursor: pointer; }
.vx .role-row:first-child { border-top: 0; }
.vx .role-row:hover { color: var(--pig-3); }
.vx .role-row .av { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-family: "Fraunces", serif; font-weight: 600; font-size: 14px; }
.vx .role-row .av.cio { background: linear-gradient(135deg, var(--pig), var(--pig-3)); }
.vx .role-row .av.research { background: linear-gradient(135deg, #8cc4ff, #4a8cff); }
.vx .role-row .av.stocks { background: linear-gradient(135deg, #a8e6c3, #2bb673); }
.vx .role-row .av.crypto { background: linear-gradient(135deg, #ffc380, #e87b1a); }
.vx .role-row .av.risk { background: linear-gradient(135deg, #ffd28c, #e89b1a); }
.vx .role-row .av.reporter { background: linear-gradient(135deg, #c7b8ff, #8a6fff); }
.vx .role-row .meta .n { font-weight: 600; font-size: 14.5px; }
.vx .role-row .meta .n span { color: var(--mute); font-weight: 400; font-size: 12px; font-family: ui-monospace, monospace; letter-spacing: 0.06em; text-transform: uppercase; }
.vx .role-row .meta .r { font-size: 12.5px; color: var(--ink-2); margin-top: 2px; }
.vx .role-row .chev { color: var(--mute); font-size: 18px; }

@media (max-width: 980px) {
  .vx .inbox-top { grid-template-columns: 1fr; }
  .vx .org-spokes { grid-template-columns: repeat(3, 1fr); }
  .vx .stmt-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .vx .inbox-stats { grid-template-columns: 1fr; }
  .vx .standup-head { padding: 14px 16px 10px; }
  .vx .thread-head { padding: 12px 16px; }
  .vx .org-spokes { grid-template-columns: repeat(2, 1fr); }
  .vx .stmt-grid { grid-template-columns: 1fr 1fr; }
  .vx .stmt-num { font-size: 48px; }
  .vx .stmt-row { grid-template-columns: 1fr 50px 90px; }
  .vx .stmt-row .ret { display: none; }
  .vx .inbox-greet h1 { font-size: 26px; }
  .vx .org-hero h1 { font-size: 26px; }
  .vx .stmt-goal { grid-template-columns: 1fr; gap: 6px; }
  .vx .org-node.lead { width: auto; }
}
