/* Claude artifact light theme — green accents swapped for Jobi orange.
   Fonts, sizes, radii, and component styles match the original light theme. */

.rexp {
  --bg: #F7F9FA;
  --surface: #FFFFFF;
  --surface-2: #F1F5F6;
  --ink: #101820;
  --muted: #59636E;
  --faint: #8A96A0;
  --line: #E3E9EC;
  --line-strong: #D2DBDF;
  --accent: #F97316;
  --accent-ink: #C2410C;
  --accent-soft: #FFF7ED;
  --accent-mute: #FED7AA;
  --amber: #B5701E;
  --amber-soft: #F6EBDC;
  --shadow: 0 1px 2px rgba(16, 24, 32, .05), 0 8px 24px -12px rgba(16, 24, 32, .14);
  --shadow-lift: 0 2px 6px rgba(16, 24, 32, .06), 0 24px 48px -20px rgba(16, 24, 32, .22);
  --paper: #FFFFFF;
  --paper-ink: #1a222b;
  --paper-line: #E7ECEF;
  --radius: 14px;
  --radius-sm: 9px;
  --maxw: 1280px;
  --prose: 66ch;
  --display: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
  --body: "Hanken Grotesk", ui-sans-serif, system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

.rexp * {
  box-sizing: border-box;
}

.rexp {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.rexp .wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

.rexp a {
  color: inherit;
}

.rexp h1,
.rexp h2,
.rexp h3,
.rexp h4 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.08;
  text-wrap: balance;
  margin: 0;
  color: var(--ink);
}

.rexp h2 {
  font-size: clamp(1.5rem, 1.1rem + 1.5vw, 2.15rem);
  letter-spacing: -.01em;
}

.rexp h3 {
  font-size: 1.18rem;
  letter-spacing: -.01em;
}

.rexp p {
  margin: 0;
}

.rexp .mono {
  font-family: var(--mono);
}

.rexp .eyebrow {
  font-family: var(--mono);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent-ink);
}

/* ---- hero ---- */
.rexp .hero {
  padding: 38px 0 20px;
}

.rexp .crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  font-size: .82rem;
  color: var(--faint);
  margin-bottom: 20px;
}

.rexp .crumbs a {
  text-decoration: none;
  color: var(--muted);
}

.rexp .crumbs a:hover {
  color: var(--accent-ink);
}

.rexp .crumbs span.sep {
  opacity: .5;
}

.rexp .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: start;
}

@media (max-width: 900px) {
  .rexp .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.rexp h1.title {
  font-size: clamp(2.1rem, 1.5rem + 2.6vw, 3.15rem);
  font-weight: 800;
  letter-spacing: -.025em;
}

.rexp .role-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--line-strong);
  border-radius: 100px;
  padding: 5px 12px;
  margin-bottom: 18px;
}

.rexp .role-tag b {
  color: var(--accent-ink);
  font-weight: 600;
}

.rexp .answer {
  margin-top: 20px;
  border-left: 3px solid var(--accent);
  background: linear-gradient(90deg, var(--accent-soft), transparent 92%);
  padding: 16px 18px;
  border-radius: 0 12px 12px 0;
}

.rexp .answer .lbl {
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent-ink);
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

.rexp .answer p {
  font-size: 1.06rem;
  line-height: 1.55;
  color: var(--ink);
}

.rexp .byline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  font-size: .86rem;
  color: var(--muted);
}

.rexp .byline .av {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 800;
  font-size: .9rem;
}

.rexp .byline .sepdot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--faint);
}

.rexp .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.rexp .btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--body);
  font-weight: 600;
  font-size: .98rem;
  padding: 13px 20px;
  border-radius: 11px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease;
}

.rexp .btn:active {
  transform: translateY(1px);
}

.rexp .btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 6px 18px -8px rgba(249, 115, 22, .55);
}

.rexp .btn-primary:hover {
  background: var(--accent-ink);
  color: #fff;
}

.rexp .btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}

.rexp .btn-ghost:hover {
  border-color: var(--accent);
  color: var(--accent-ink);
}

.rexp .btn .k {
  font-family: var(--mono);
  font-size: 1.05em;
  line-height: 0;
}

.rexp a:focus-visible,
.rexp button:focus-visible,
.rexp summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 5px;
}

.rexp .glance {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 30px;
}

@media (max-width: 760px) {
  .rexp .glance {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 440px) {
  .rexp .glance {
    grid-template-columns: 1fr;
  }
}

.rexp .glance-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 14px 16px;
  box-shadow: var(--shadow);
}

.rexp .glance .g-k {
  display: block;
  font-family: var(--mono);
  font-size: .67rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent-ink);
  margin-bottom: 6px;
}

.rexp .glance .g-v {
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.42;
}

/* ---- example résumé paper ---- */
.rexp .paper-shell {
  position: relative;
}

.rexp .hero-preview {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-lift);
}

.rexp .hero-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.rexp .hero-switch {
  position: absolute;
  top: -11px;
  right: 18px;
  z-index: 2;
  display: flex;
  border: 1px solid var(--line-strong);
  border-radius: 100px;
  background: var(--surface);
  overflow: hidden;
}

.rexp .hero-switch button {
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 5px 10px;
  cursor: pointer;
}

.rexp .hero-switch button[aria-pressed="true"] {
  background: var(--ink);
  color: #fff;
}

.rexp .paper-shell[data-hero-view="image"] [data-hero-panel="text"],
.rexp .paper-shell[data-hero-view="text"] [data-hero-panel="image"] {
  display: none;
}

.rexp .paper-badge {
  position: absolute;
  top: -11px;
  left: 18px;
  z-index: 2;
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: var(--ink);
  color: #fff;
  padding: 5px 10px;
  border-radius: 100px;
}

.rexp .paper {
  background: var(--paper);
  color: var(--paper-ink);
  border: 1px solid var(--paper-line);
  border-radius: 12px;
  box-shadow: var(--shadow-lift);
  padding: 26px 26px 22px;
  font-size: 12.5px;
  line-height: 1.45;
}

.rexp .paper h4 {
  font-family: var(--display);
  font-size: 1.28rem;
  letter-spacing: -.01em;
  color: var(--paper-ink);
}

.rexp .paper .p-role {
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--accent-ink);
  margin-top: 3px;
}

.rexp .paper .p-contact {
  color: var(--muted);
  font-size: 11px;
  margin-top: 5px;
  font-family: var(--mono);
}

.rexp .paper hr {
  border: none;
  border-top: 1px solid var(--paper-line);
  margin: 13px 0;
}

.rexp .p-sec-h {
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 6px;
}

.rexp .p-job {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-weight: 600;
}

.rexp .p-job span {
  font-family: var(--mono);
  font-size: 10.5px;
  color: var(--muted);
  font-weight: 400;
  white-space: nowrap;
}

.rexp .paper ul {
  margin: 5px 0 0;
  padding-left: 18px;
  list-style: disc;
  list-style-position: outside;
}

.rexp .paper li {
  margin: 3px 0;
  display: list-item;
  list-style: disc;
}

.rexp .p-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 3px;
}

.rexp .p-skills span {
  font-family: var(--mono);
  font-size: 10.5px;
  background: var(--surface-2);
  border: 1px solid var(--paper-line);
  padding: 2px 7px;
  border-radius: 5px;
}

.rexp .paper-foot {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 14px;
}

.rexp .paper-note {
  text-align: center;
  font-size: .76rem;
  color: var(--faint);
  margin-top: 10px;
}

.rexp .paper-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  border: 1px solid var(--paper-line);
  box-shadow: var(--shadow-lift);
}

/* ---- section scaffold ---- */
.rexp section.block {
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.rexp .sec-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.rexp .sec-head .num {
  font-family: var(--mono);
  font-size: .8rem;
  color: var(--accent-ink);
  font-weight: 500;
}

.rexp .sec-sub {
  color: var(--muted);
  max-width: var(--prose);
  margin-top: 8px;
}

/* ---- sticky subnav ---- */
.rexp .rx-subnav,
.rx-subnav {
  position: sticky;
  top: var(--rx-header-h, 72px);
  z-index: 19;
  background: color-mix(in srgb, var(--bg, #F7F9FA) 92%, transparent);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line, #E3E9EC);
  border-bottom: 1px solid var(--line, #E3E9EC);
}

.rexp .rx-subnav-in,
.rx-subnav .rx-subnav-in {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 9px 0;
  scrollbar-width: none;
}

.rx-subnav .rx-subnav-in::-webkit-scrollbar {
  display: none;
}

.rx-subnav a {
  white-space: nowrap;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .76rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #59636E;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 8px;
}

.rx-subnav a:hover {
  background: #F1F5F6;
  color: #101820;
}

/* ---- copy-ready cards ---- */
.rexp .copy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 860px) {
  .rexp .copy-grid {
    grid-template-columns: 1fr;
  }
}

.rexp .copy-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.rexp .copy-card .cc-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  border-bottom: 1px solid var(--line);
  background: var(--surface-2);
}

.rexp .cc-top .cc-title {
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

.rexp .cc-body {
  padding: 15px;
  font-size: .92rem;
  line-height: 1.55;
  flex: 1;
}

.rexp .cc-body.mono {
  font-family: var(--mono);
  font-size: .8rem;
  line-height: 1.7;
}

.rexp .cc-body ul {
  margin: 0;
  padding-left: 1.15rem;
  list-style: disc;
  list-style-position: outside;
}

.rexp .cc-body li {
  margin: 6px 0;
  display: list-item;
  list-style: disc;
}

.rexp .copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .04em;
  padding: 6px 11px;
  border-radius: 8px;
  border: 1px solid var(--line-strong);
  background: var(--surface);
  color: var(--accent-ink);
  cursor: pointer;
  transition: all .15s ease;
}

.rexp .copy-btn:hover {
  border-color: var(--accent);
  background: var(--accent-soft);
}

.rexp .copy-btn.done {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.rexp .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.rexp .chips span {
  font-family: var(--mono);
  font-size: .76rem;
  background: var(--surface-2);
  border: 1px solid var(--line);
  padding: 4px 9px;
  border-radius: 7px;
}

/* ---- galleries ---- */
.rexp .gal-label {
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 6px 0 13px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.rexp .gal-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

.rexp .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 8px;
}

@media (max-width: 900px) {
  .rexp .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 560px) {
  .rexp .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.rexp .thumb {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
}

.rexp .thumb .frame {
  position: relative;
  aspect-ratio: 1 / 1.414;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease;
}

.rexp .thumb:hover .frame {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
  border-color: var(--accent);
}

.rexp .thumb .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.rexp .thumb .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 14px;
  background: linear-gradient(to top, rgba(16, 24, 32, .78), transparent 55%);
  opacity: 0;
  transition: opacity .18s ease;
}

.rexp .thumb:hover .overlay {
  opacity: 1;
}

@media (hover: none) {
  .rexp .thumb .overlay {
    opacity: 1;
  }
}

.rexp .thumb .overlay span {
  font-family: var(--mono);
  font-size: .73rem;
  color: #fff;
  background: var(--accent);
  padding: 7px 12px;
  border-radius: 8px;
}

.rexp .thumb .cap {
  font-weight: 600;
  font-size: .9rem;
  line-height: 1.25;
}

.rexp .thumb .cap small {
  display: block;
  font-weight: 400;
  color: var(--muted);
  font-family: var(--mono);
  font-size: .71rem;
  margin-top: 3px;
}

.rexp .faux {
  position: absolute;
  inset: 0;
  padding: 15px 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: var(--paper);
}

.rexp .faux .fh {
  height: 10px;
  width: 58%;
  background: var(--accent);
  opacity: .9;
  border-radius: 2px;
}

.rexp .faux .fs {
  height: 5px;
  width: 38%;
  background: var(--line-strong);
  border-radius: 2px;
  margin-bottom: 4px;
}

.rexp .faux .fl {
  height: 4px;
  background: var(--line-strong);
  border-radius: 2px;
  opacity: .75;
}

.rexp .faux .fl.s {
  width: 88%;
}

.rexp .faux .fl.m {
  width: 72%;
}

.rexp .faux .fl.xs {
  width: 48%;
}

.rexp .faux .frow {
  display: flex;
  gap: 5px;
  margin: 5px 0;
}

.rexp .faux .fchip {
  height: 10px;
  width: 24px;
  background: var(--accent-soft);
  border: 1px solid var(--accent-mute);
  border-radius: 3px;
}

.rexp .img-note {
  font-size: .82rem;
  color: var(--muted);
  font-family: var(--mono);
  margin-top: 6px;
}

@media (hover: none) {
  .rexp .thumb .overlay {
    opacity: 1;
    background: linear-gradient(to top, rgba(16, 24, 32, .5), transparent 46%);
  }
}

/* ---- tables ---- */
.rexp .table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--surface);
}

.rexp table {
  border-collapse: collapse;
  width: 100%;
  min-width: 640px;
  font-size: .9rem;
}

.rexp thead th {
  font-family: var(--mono);
  font-size: .7rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: left;
  font-weight: 500;
  padding: 13px 16px;
  background: var(--surface-2);
  border-bottom: 1px solid var(--line-strong);
  white-space: nowrap;
}

.rexp tbody td {
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.rexp tbody tr:last-child td {
  border-bottom: none;
}

.rexp tbody th {
  padding: 13px 16px;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid var(--line);
  font-family: var(--body);
  white-space: nowrap;
  color: var(--ink);
}

.rexp tbody tr:hover td,
.rexp tbody tr:hover th {
  background: color-mix(in srgb, var(--accent-soft) 55%, transparent);
}

.rexp td .lvl {
  font-family: var(--mono);
  font-size: .68rem;
  color: var(--faint);
}

.rexp .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

@media (max-width: 760px) {
  .rexp .two-col {
    grid-template-columns: 1fr;
  }
}

.rexp .kw-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
}

.rexp .kw-card.must {
  border-color: var(--accent-mute);
}

.rexp .kw-card h4 {
  margin-bottom: 4px;
}

.rexp .kw-card .kw-note {
  font-size: .82rem;
  color: var(--muted);
  margin-bottom: 13px;
}

.rexp .kw-card.must .chips span {
  background: var(--accent-soft);
  border-color: var(--accent-mute);
  color: var(--accent-ink);
}

.rexp .tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

@media (max-width: 860px) {
  .rexp .tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .rexp .tools-grid {
    grid-template-columns: 1fr;
  }
}

.rexp .tool-cat {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 14px 15px;
}

.rexp .tool-cat .tc-h {
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--accent-ink);
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.rexp .tool-cat .tc-h .g {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--accent);
}

.rexp .tool-cat ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.rexp .tool-cat li {
  font-family: var(--mono);
  font-size: .78rem;
  color: var(--ink);
  display: inline;
  list-style: none;
}

.rexp .tool-cat li:not(:last-child)::after {
  content: "·";
  color: var(--faint);
  margin-left: 6px;
}

/* ---- accordions ---- */
.rexp .acc {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.rexp details.item {
  border-bottom: 1px solid var(--line);
}

.rexp details.item:last-child {
  border-bottom: none;
}

.rexp details.item summary {
  list-style: none;
  cursor: pointer;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
}

.rexp details.item summary::-webkit-details-marker {
  display: none;
}

.rexp details.item summary .qn {
  font-family: var(--mono);
  font-size: .8rem;
  color: var(--accent-ink);
  flex: none;
}

.rexp details.item summary .chev {
  margin-left: auto;
  transition: transform .2s ease;
  color: var(--faint);
  flex: none;
}

.rexp details.item[open] summary .chev {
  transform: rotate(90deg);
}

.rexp details.item .ans {
  padding: 0 20px 19px 54px;
  color: var(--muted);
  max-width: var(--prose);
}

.rexp details.item .ans strong {
  color: var(--ink);
  font-weight: 600;
}

@media (max-width: 560px) {
  .rexp details.item .ans {
    padding-left: 20px;
  }
}

/* ---- role hub ---- */
.rexp .hub-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

@media (max-width: 860px) {
  .rexp .hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 460px) {
  .rexp .hub-grid {
    grid-template-columns: 1fr;
  }
}

.rexp .hub-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 17px;
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform .14s ease, border-color .2s ease;
}

.rexp .hub-card:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
}

.rexp .hub-card .hc-k {
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--faint);
}

.rexp .hub-card .hc-t {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.02rem;
}

.rexp .hub-card .hc-a {
  margin-top: auto;
  font-size: .84rem;
  color: var(--accent-ink);
  font-weight: 600;
  padding-top: 8px;
}

.rexp .related-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.rexp .related-roles a {
  font-family: var(--mono);
  font-size: .82rem;
  text-decoration: none;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: 100px;
  padding: 7px 14px;
  transition: all .15s ease;
}

.rexp .related-roles a:hover {
  border-color: var(--accent);
  color: var(--accent-ink);
  background: var(--accent-soft);
}

/* ---- final cta ---- */
.rexp .final {
  margin: 14px 0 44px;
  background: linear-gradient(135deg, var(--accent-ink), var(--accent));
  border-radius: 20px;
  padding: 44px 34px;
  text-align: center;
  color: #fff;
}

.rexp .final h2 {
  color: #fff;
}

.rexp .final p {
  color: rgba(255, 255, 255, .85);
  max-width: 52ch;
  margin: 12px auto 22px;
}

.rexp .final .btn-white {
  background: #fff;
  color: var(--accent-ink);
}

.rexp .final .btn-white:hover {
  background: #fff7ed;
  color: var(--accent-ink);
}

.rexp .toast,
#toast {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #101820;
  color: #fff;
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .82rem;
  padding: 11px 18px;
  border-radius: 100px;
  box-shadow: 0 2px 6px rgba(16, 24, 32, .06), 0 24px 48px -20px rgba(16, 24, 32, .22);
  opacity: 0;
  pointer-events: none;
  transition: all .25s ease;
  z-index: 80;
}

.rexp .toast.show,
#toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* role_v2 guide sections */
.rexp .re2-guide-sec {
  border-top: 1px solid var(--line);
  padding: 34px 0;
}

.rexp .re2-guide-title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.5rem, 1.1rem + 1.5vw, 2.15rem);
  letter-spacing: -.01em;
  color: var(--ink);
  max-width: var(--maxw);
  margin: 0 auto 20px;
  padding: 0 24px;
}
