/* ============================================================
   extra.css — production-only styles for real cover images and
   figure placeholders that replace the prototype's <image-slot>
   editor elements. Mirrors the look of the slots they stand in for.
   ============================================================ */

/* ---- work-card cover images (replace .casetile-media image-slot) ---- */
.casetile-cover {
  width: 100%; height: 100%; display: block; object-fit: cover;
  filter: grayscale(1) contrast(1.03);
  transition: filter 0.55s var(--ease-soft), transform 0.7s var(--ease-soft);
}
.casetile:hover .casetile-cover { filter: grayscale(0); transform: scale(1.03); }

/* ---- work-card placeholder (cards without a cover yet) ---- */
.casetile-ph {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(120% 120% at 30% 20%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 60%),
    repeating-linear-gradient(45deg, transparent 0 14px, color-mix(in srgb, var(--ink-faint) 8%, transparent) 14px 15px);
}
.casetile-ph-badge {
  font-family: var(--display); font-weight: 800; font-size: clamp(48px, 8vw, 84px);
  letter-spacing: -0.04em; color: color-mix(in srgb, var(--ink-faint) 45%, transparent);
}

/* ---- about-card portrait (sits above the bio, under the name) ---- */
.about-card { display: flex; flex-direction: column; }
.about-portrait {
  margin-top: var(--s4); margin-bottom: var(--s2);
  width: auto; max-width: 100%; max-height: 360px;
  object-fit: contain; object-position: top center; align-self: center;
  filter: grayscale(1) contrast(1.04);
  transition: filter 0.55s var(--ease-soft);
}
.about-card:hover .about-portrait { filter: grayscale(0); }
@media (max-width: 880px) { .about-portrait { max-height: 320px; } }

/* ---- scarcity-based allocation framework (themed native graphic) ---- */
.rw-scarcity { display: flex; flex-direction: column; }
.rw-sc-row { display: flex; align-items: center; gap: 14px; }
.rw-sc-side { flex-shrink: 0; width: 86px; font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-faint); }
.rw-sc-items { display: grid; grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr)); gap: 10px; flex: 1; }
.rw-sc-chip { display: flex; flex-direction: column; align-items: center; gap: 4px; border: 1px solid var(--line-2); border-radius: 10px; padding: 12px 10px; }
.rw-sc-chip.act { border-color: color-mix(in srgb, var(--accent) 40%, transparent); background: color-mix(in srgb, var(--accent) 7%, transparent); }
.rw-sc-name { font-size: 13px; color: var(--ink); text-align: center; line-height: 1.25; }
.rw-sc-amt { font-size: 12px; color: var(--ink-faint); }
.rw-sc-chip.act .rw-sc-amt { color: var(--accent); }
.rw-sc-total { flex-shrink: 0; width: 78px; text-align: center; display: flex; flex-direction: column; gap: 2px; }
.rw-sc-total-n { font-family: var(--display); font-weight: 800; font-size: 22px; color: var(--ink); }
.rw-sc-total-l { font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-faint); }
.rw-sc-eq { text-align: center; font-size: 12.5px; color: var(--ink-soft); margin: 18px 0; padding: 12px 0; border-top: 1px dashed var(--line-2); border-bottom: 1px dashed var(--line-2); }
.rw-sc-eq span { color: var(--accent); font-weight: 700; margin: 0 4px; }
.rw-sc-eq b { color: var(--ink); }
@media (max-width: 640px) {
  .rw-sc-row { flex-direction: column; align-items: stretch; }
  .rw-sc-side { width: auto; }
  .rw-sc-total { width: auto; flex-direction: row; justify-content: center; gap: 8px; align-items: baseline; }
}

/* keep flagged case-study headings on a single line where there's room
   (slightly smaller cap so the longer one fits within the content width) */
@media (min-width: 920px) { .cs-h.cs-h-1l { max-width: none; white-space: nowrap; font-size: clamp(24px, 2.4vw, 30px); } }

/* fix: on the mono theme the "felt" card flips to a white background, but its
   label + italic were var(--marker-fg) (also white) → invisible. Make them dark. */
:root[data-vibe="mono"] .sf-card.felt span { color: color-mix(in srgb, var(--paper) 60%, transparent); }
:root[data-vibe="mono"] .sf-card.felt p i { color: var(--paper); }

/* nav "Download Resume" action */
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-resume {
  display: inline-flex; align-items: center; gap: 7px; white-space: nowrap;
  font-family: var(--body); font-size: 14.5px; font-weight: 600; color: var(--ink);
  padding: 9px 16px; border-radius: 100px; border: 1.5px solid var(--line);
  transition: color 160ms, border-color 160ms, background 160ms;
}
.nav-resume:hover { color: var(--accent); border-color: var(--accent); }
@media (max-width: 480px) { .nav-resume span { display: none; } .nav-resume { padding: 9px 12px; } }

/* ---- case-study figure placeholder (replace .cs-figure image-slot) ---- */
.cs-figure-ph { margin: var(--s5) 0 0; }
.cs-figure-phbox {
  width: 100%; height: clamp(240px, 36vw, 440px);
  display: flex; align-items: center; justify-content: center;
  border-radius: 14px; border: 1px dashed var(--line-2); background: var(--paper-2);
}
.cs-figure-ph.tall .cs-figure-phbox { height: clamp(360px, 52vw, 600px); }
.cs-figure-phtag {
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-faint); padding: 6px 12px; border: 1px solid var(--line-2); border-radius: 100px;
}

/* ============================================================
   Recycled-water research artifacts — themed native recreations
   (forced-choice form, allocation worksheets, crates, digital sim)
   ============================================================ */
.rw-art {
  --rw-water: #9fd0ee; --rw-water-edge: #5b93b8; --rw-cap: #3f7fa6;
  border: 1px solid var(--line); border-radius: 14px; background: var(--card);
  padding: clamp(20px, 3vw, 32px);
}
.rw-bottle { width: 13px; height: 24px; display: inline-block; vertical-align: middle; }
.rw-bottles { display: inline-flex; gap: 5px; align-items: center; flex-wrap: wrap; }

/* source legend */
.rw-sources {
  display: grid; grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line-2); border-radius: 10px; overflow: hidden;
}
.rw-source {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 12px 16px; border-top: 1px solid var(--line-2);
}
.rw-source:nth-child(odd) { border-right: 1px solid var(--line-2); }
.rw-source:nth-child(1), .rw-source:nth-child(2) { border-top: none; }
.rw-source-label { font-size: 14.5px; color: var(--ink); }
@media (max-width: 680px) {
  .rw-sources { grid-template-columns: 1fr; }
  .rw-source:nth-child(odd) { border-right: none; }
  .rw-source:nth-child(2) { border-top: 1px solid var(--line-2); }
}

/* allocation glasses / crates */
.rw-glasses { display: grid; grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr)); gap: 18px; margin-top: var(--s5); }
.rw-glass-col { display: flex; flex-direction: column; align-items: center; text-align: center; }
.rw-glass {
  width: 100%; max-width: 124px; height: 132px;
  border: 2.5px solid var(--ink-soft); border-top: none; border-radius: 0 0 8px 8px;
  display: flex; flex-direction: column;
}
.rw-glass.has-lines { padding: 0; }
.rw-line {
  flex: 1; display: flex; align-items: center; justify-content: flex-end;
  padding-right: 6px; font-size: 9px; color: var(--ink-faint);
  border-top: 1px dashed var(--line-2);
}
.rw-line:first-child { border-top: none; }
.rw-glass-name { margin-top: 12px; font-family: var(--display); font-weight: 600; font-size: 16px; color: var(--ink); }
.rw-glass-cap { font-size: 12px; color: var(--ink-faint); margin-top: 2px; }
.rw-glass-blanks { margin-top: 12px; display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: var(--ink-soft); align-items: flex-start; }
.rw-blank { display: inline-block; width: 54px; border-bottom: 1px solid var(--line-2); margin-left: 4px; vertical-align: middle; }
@media (max-width: 680px) { .rw-glasses { grid-template-columns: repeat(2, 1fr); gap: 24px; } }

/* forced-choice form */
.rw-form { display: flex; flex-direction: column; gap: 0; }
.rw-form-title { font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-faint); }
.rw-form-q { margin-top: 18px; font-family: var(--display); font-weight: 600; font-size: 19px; color: var(--ink); }
.rw-form-qn { color: var(--ink-faint); margin-right: 8px; }
.rw-form-opts { list-style: none; margin: 16px 0 0; padding: 0 0 0 28px; display: flex; flex-direction: column; gap: 12px; }
.rw-form-opts li { display: flex; align-items: center; gap: 12px; font-size: 16px; color: var(--ink); }
.rw-opt-k {
  width: 26px; height: 26px; flex-shrink: 0; border: 1.5px solid var(--line-2); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; font-size: 12px; color: var(--ink-soft);
}
.rw-form-reason { margin-top: 26px; display: flex; flex-direction: column; gap: 14px; font-size: 13px; color: var(--ink-faint); }
.rw-form-reason span { display: flex; align-items: center; gap: 12px; }
.rw-rule { flex: 1; height: 0; border-bottom: 1px solid var(--line-2); }

/* digital simulation mock */
.rw-sim { display: flex; flex-direction: column; gap: 20px; }
.rw-sim-id { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--ink); }
.rw-sim-input { flex: 1; max-width: 320px; height: 34px; border: 1px solid var(--line-2); border-radius: 8px; background: var(--paper-2); }
.rw-sim-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rw-sim-pools, .rw-sim-targets { display: flex; flex-direction: column; gap: 12px; }
.rw-pool, .rw-drop { border: 1px solid var(--line-2); border-radius: 10px; padding: 12px 14px; }
.rw-pool-name, .rw-drop-name { display: block; text-align: center; font-family: var(--display); font-weight: 600; font-size: 14px; color: var(--ink); margin-bottom: 10px; }
.rw-tiles { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.rw-tile {
  width: 32px; height: 32px; border-radius: 7px; background: #1f86d8; color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px;
}
.rw-slots { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
.rw-slot { width: 28px; height: 28px; border: 1px solid var(--line-2); border-radius: 6px; background: var(--paper-2); }
.rw-remove { display: block; text-align: center; margin-top: 10px; font-size: 13px; font-weight: 600; color: #e0584f; }
.rw-sim-actions { display: flex; gap: 14px; }
.rw-btn-reset { padding: 11px 22px; border-radius: 8px; background: #ef5b52; color: #fff; font-weight: 600; font-size: 14px; }
.rw-btn-submit { padding: 11px 22px; border-radius: 8px; background: var(--line-2); color: var(--ink-faint); font-weight: 600; font-size: 14px; }
@media (max-width: 680px) { .rw-sim-grid { grid-template-columns: 1fr; } }

/* ============================================================
   Bumble — concept-exploration sketches (themed low-fi mockups)
   ============================================================ */
.bm-sketch {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  border: 1px solid var(--line); border-radius: 14px; background: var(--card);
  padding: clamp(22px, 3vw, 36px);
}
@media (max-width: 680px) { .bm-sketch { grid-template-columns: 1fr; gap: 32px; } }
.bm-sk-col { display: flex; flex-direction: column; align-items: center; text-align: center; }
.bm-phone {
  width: 100%; max-width: 232px; border: 1.5px dashed var(--line-2); border-radius: 22px;
  padding: 14px 14px 18px; display: flex; flex-direction: column; gap: 10px;
  background: color-mix(in srgb, var(--ink) 6%, transparent);
}
.bm-phone-notch { width: 54px; height: 5px; border-radius: 3px; background: var(--line-2); align-self: center; margin-bottom: 2px; }
.bm-phone-bar { display: flex; align-items: center; justify-content: space-between; }
.bm-sk-pill { width: 72px; height: 10px; border-radius: 6px; background: var(--line-2); }
.bm-sk-ic { font-size: 16px; line-height: 1; }
.bm-sk-ic.heart, .bm-sk-pin, .bm-sk-swipe .like { color: var(--accent); }
.bm-sk-ic.cal { color: var(--ink-faint); }
.bm-sk-title { font-family: var(--display); font-weight: 700; font-size: 15px; text-align: left; color: var(--ink); }
.bm-sk-card, .bm-sk-event { display: flex; align-items: center; gap: 10px; border: 1px solid var(--line-2); border-radius: 10px; padding: 8px; }
.bm-sk-thumb { width: 34px; height: 34px; border-radius: 7px; background: var(--line-2); flex-shrink: 0; }
.bm-sk-lines { display: flex; flex-direction: column; gap: 5px; flex: 1; }
.bm-sk-lines span { height: 6px; border-radius: 3px; background: var(--line-2); }
.bm-sk-lines span:last-child { width: 60%; }
.bm-sk-pin { font-size: 13px; }
.bm-sk-evdate { width: 34px; height: 34px; border-radius: 7px; border: 1px solid var(--line-2); display: flex; flex-direction: column; overflow: hidden; flex-shrink: 0; }
.bm-sk-evdate b { height: 11px; background: var(--accent); opacity: 0.5; }
.bm-sk-evdate i { flex: 1; }
.bm-sk-swipe { display: flex; justify-content: center; gap: 22px; margin-top: 4px; }
.bm-sk-swipe span { width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--line-2); display: flex; align-items: center; justify-content: center; font-size: 13px; }
.bm-sk-swipe .x { color: var(--ink-faint); }
.bm-sk-cap { margin-top: 14px; font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-faint); }
.bm-sk-desc { margin-top: 6px; font-size: 14px; line-height: 1.5; color: var(--ink-soft); max-width: 30ch; }

/* ---- Bumble screen galleries (low-fi / high-fi) ---- */
.bm-screens { border: 1px solid var(--line); border-radius: 14px; background: var(--card); padding: clamp(20px, 3vw, 30px); }
.bm-screens-k { display: block; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 18px; }
.bm-screens-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.bm-screen { display: flex; flex-direction: column; gap: 8px; }
.bm-screen img { width: 100%; height: auto; display: block; border-radius: 10px; border: 1px solid var(--line-2); }
.bm-screen-cap { font-size: 11px; color: var(--ink-faint); text-align: center; }
@media (max-width: 900px) { .bm-screens-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .bm-screens-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---- Bumble concept-validation board (themed native graphic) ---- */
.bm-val { display: flex; flex-direction: column; gap: 24px; }
.bm-val-kicker { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #7c6cf0; }
.bm-val-title { font-family: var(--display); font-weight: 800; font-size: clamp(22px, 3vw, 28px); color: var(--ink); margin-top: 6px; letter-spacing: -0.02em; }
.bm-val-sub { font-size: 14px; color: var(--ink-soft); margin-top: 6px; max-width: 62ch; line-height: 1.5; }
.bm-val-sec, .bm-val-theme-h { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-faint); }
.bm-val-concept-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 10px; }
.bm-val-concept { display: flex; gap: 12px; border: 1px solid var(--line-2); border-radius: 12px; padding: 14px; }
.bm-val-concept-ic { width: 34px; height: 34px; flex-shrink: 0; border-radius: 9px; display: flex; align-items: center; justify-content: center; background: color-mix(in srgb, var(--accent) 14%, transparent); color: var(--accent); font-size: 15px; }
.bm-val-concept-h { font-family: var(--display); font-weight: 700; font-size: 15px; color: var(--ink); }
.bm-val-concept p { font-size: 13px; color: var(--ink-soft); margin-top: 4px; line-height: 1.45; }
.bm-val-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bm-val-h { font-family: var(--display); font-weight: 700; font-size: 16px; padding-bottom: 8px; border-bottom: 1px solid var(--line-2); }
.bm-val-h.good { color: #3dbe8b; }
.bm-val-h.bad { color: #e0607a; }
.bm-val-quotes { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.bm-val-quote { font-size: 13px; line-height: 1.45; color: var(--ink); border-radius: 10px; padding: 11px 13px; font-style: italic; }
.bm-val-quote.good { background: color-mix(in srgb, #3dbe8b 10%, transparent); border: 1px solid color-mix(in srgb, #3dbe8b 30%, transparent); }
.bm-val-quote.bad { background: color-mix(in srgb, #e0607a 10%, transparent); border: 1px solid color-mix(in srgb, #e0607a 30%, transparent); }
.bm-val-themes { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
.bm-val-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.bm-val-chip { font-size: 11.5px; padding: 5px 10px; border-radius: 100px; color: var(--ink); border: 1px solid; }
.bm-val-chip.good { background: color-mix(in srgb, #3dbe8b 12%, transparent); border-color: color-mix(in srgb, #3dbe8b 32%, transparent); }
.bm-val-chip.bad { background: color-mix(in srgb, #e0607a 12%, transparent); border-color: color-mix(in srgb, #e0607a 32%, transparent); }
.bm-val-takes { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bm-val-take { border-left: 3px solid; border-radius: 0 10px 10px 0; padding: 12px 16px; background: var(--paper-2); }
.bm-val-take.good { border-color: #3dbe8b; }
.bm-val-take.bad { border-color: #e0607a; }
.bm-val-take-k { display: block; font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 6px; }
.bm-val-take p { font-size: 13.5px; line-height: 1.5; color: var(--ink); }
@media (max-width: 680px) { .bm-val-concept-grid, .bm-val-cols, .bm-val-takes { grid-template-columns: 1fr; } }

/* ---- Bumble competitor-analysis matrix ---- */
.bm-comp { border: 1px solid var(--line); border-radius: 14px; background: var(--card); padding: clamp(20px, 3vw, 30px); overflow-x: auto; }
.bm-comp-grid { display: grid; grid-template-columns: minmax(72px, max-content) repeat(7, 1fr); align-items: center; gap: 16px 10px; min-width: 660px; }
.bm-comp-col { font-size: 12px; line-height: 1.25; font-weight: 600; color: var(--ink-soft); text-align: center; padding-bottom: 10px; border-bottom: 1px solid var(--line-2); align-self: stretch; display: flex; align-items: flex-end; justify-content: center; }
.bm-comp-row { font-family: var(--display); font-weight: 700; font-size: 15px; color: var(--ink); }
.bm-comp-cell { display: flex; justify-content: center; }
.bm-dot { width: 18px; height: 18px; border-radius: 50%; border: 2px solid var(--accent); display: inline-block; box-sizing: border-box; flex-shrink: 0; }
.bm-dot.full { background: var(--accent); }
.bm-dot.half { background: linear-gradient(90deg, var(--accent) 0 50%, transparent 50% 100%); }
.bm-dot.none { background: transparent; }
.bm-comp-legend { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line-2); font-size: 12px; color: var(--ink-faint); }
.bm-comp-legend span { display: inline-flex; align-items: center; gap: 8px; }
.bm-comp-legend .bm-dot { width: 14px; height: 14px; border-width: 1.5px; }

/* ============================================================
   Currently — native phone mockup of the MVP home screen
   ============================================================ */
.cu-phone-wrap { display: flex; justify-content: center; border: 1px solid var(--line); border-radius: 14px; background: var(--card); padding: clamp(20px, 3vw, 36px); }
.cu-phone {
  width: 100%; max-width: 300px; background: #0a0a0a; border: 8px solid #1b1b1b; border-radius: 36px;
  padding: 16px 12px 10px; display: flex; flex-direction: column; gap: 12px; box-shadow: 0 24px 60px -24px rgba(0,0,0,0.7);
}
.cu-top { display: flex; align-items: center; justify-content: space-between; }
.cu-hi { font-family: var(--display); font-weight: 800; font-size: 18px; color: #fff; letter-spacing: -0.02em; }
.cu-top-r { display: flex; gap: 6px; }
.cu-streak { font-size: 11px; font-weight: 700; color: #e8a53d; background: color-mix(in srgb, #e8a53d 18%, transparent); border-radius: 20px; padding: 3px 9px; }
.cu-pro { font-size: 11px; font-weight: 700; color: #fff; background: #7c6cf0; border-radius: 20px; padding: 3px 9px; }
.cu-caught { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; border: 1px solid var(--line); border-radius: 14px; padding: 18px 14px; background: rgba(255,255,255,0.015); }
.cu-check { width: 40px; height: 40px; border-radius: 50%; background: color-mix(in srgb, #e8a53d 20%, transparent); color: #e8a53d; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; }
.cu-caught-h { font-family: var(--display); font-weight: 700; font-size: 15px; color: #fff; }
.cu-caught-p { font-size: 11.5px; color: var(--ink-faint); line-height: 1.4; }
.cu-sec-row { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-faint); margin-top: 2px; }
.cu-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cu-box { border: 1px solid var(--line-2); border-radius: 12px; padding: 11px; display: flex; flex-direction: column; gap: 4px; min-height: 100px; }
.cu-box-k { display: flex; align-items: center; gap: 6px; font-weight: 700; font-size: 13px; color: #fff; }
.cu-box-dot { width: 8px; height: 8px; border-radius: 50%; }
.cu-box-sub { font-size: 10px; color: var(--ink-faint); }
.cu-box-big { font-size: 20px; font-weight: 800; margin-top: auto; line-height: 1; }
.cu-box-big.spacer { min-height: 20px; }
.cu-box-big em { font-style: normal; font-size: 11px; font-weight: 700; }
.cu-box-foot { font-size: 10px; color: var(--ink-faint); }
.cu-box.tone-amber  { background: color-mix(in srgb, #e8a53d 10%, transparent); border-color: color-mix(in srgb, #e8a53d 42%, transparent); }
.cu-box.tone-amber  .cu-box-dot { background: #e8a53d; } .cu-box.tone-amber  .cu-box-big, .cu-box.tone-amber  .cu-box-big em { color: #e8a53d; }
.cu-box.tone-pink   { background: color-mix(in srgb, #e0607a 10%, transparent); border-color: color-mix(in srgb, #e0607a 42%, transparent); }
.cu-box.tone-pink   .cu-box-dot { background: #e0607a; } .cu-box.tone-pink   .cu-box-big, .cu-box.tone-pink   .cu-box-big em { color: #e0607a; }
.cu-box.tone-cyan   { background: color-mix(in srgb, #46b7d9 10%, transparent); border-color: color-mix(in srgb, #46b7d9 42%, transparent); }
.cu-box.tone-cyan   .cu-box-dot { background: #46b7d9; } .cu-box.tone-cyan   .cu-box-big, .cu-box.tone-cyan   .cu-box-big em { color: #46b7d9; }
.cu-box.tone-green  { background: color-mix(in srgb, #3dbe8b 10%, transparent); border-color: color-mix(in srgb, #3dbe8b 42%, transparent); }
.cu-box.tone-green  .cu-box-dot { background: #3dbe8b; } .cu-box.tone-green  .cu-box-big { color: #fff; } .cu-box.tone-green .cu-box-big em { color: var(--ink-faint); }
.cu-box.tone-violet { background: color-mix(in srgb, #7c6cf0 12%, transparent); border-color: color-mix(in srgb, #7c6cf0 42%, transparent); }
.cu-box.tone-violet .cu-box-dot { background: #7c6cf0; }
.cu-nav { display: flex; justify-content: space-between; margin-top: 8px; padding-top: 10px; border-top: 1px solid var(--line); }
.cu-nav-i { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 9px; color: var(--ink-faint); }
.cu-nav-i.on { color: #7c6cf0; }
.cu-nav-dot { width: 14px; height: 14px; border-radius: 4px; border: 1.5px solid currentColor; }
