/* c0vibe.app front page: the sections below the hero (network, toolbox, insider, play, join) and the founder card. */
  /* ───────── SECTIONS ───────── */
  section { padding-block: 88px; border-top: 1px solid var(--line); position: relative; }
  @media (min-width: 980px) { section { padding-block: 120px; } }
  .sec-head { display: grid; gap: 18px; max-width: 760px; position: relative; z-index: 3; }
  .sec-head .lede { max-width: 58ch; }
  /* the toolbox is the second pillar: its title is set like the hero's "The Creator Network" (founder, 11:45) */
  #toolbox .sec-head { max-width: none; }
  #toolbox .sec-head .lede { max-width: 58ch; }
  #toolbox .sec-head h2 { font-size: var(--h1); font-weight: 800; line-height: 1; letter-spacing: -.02em; white-space: nowrap; }
  @media (max-width: 979px) { #toolbox .sec-head h2 { white-space: normal; } }
  #toolbox .sec-head h2 .row2 { display: block; font-size: .5em; font-weight: 700; letter-spacing: -.012em; line-height: 1.05; margin-top: .16em; }
  .modc > div > span { display: block; font-size: .88rem; line-height: 1.5; color: var(--dust); }
  .modc > div > span b { color: var(--bone); font-weight: 600; }

  .verbs { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-card); overflow: hidden; margin-top: 56px; position: relative; z-index: 3; }
  @media (min-width: 720px) { .verbs { grid-template-columns: 1fr 1fr; } }
  .verb { background: rgba(10,13,18,.85); padding: 28px 26px 30px; display: grid; gap: 10px; align-content: start; transition: background .4s var(--ease); }
  .verb:hover { background: var(--raise); }
  .verb b { font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; letter-spacing: -.02em; line-height: 1; }
  .verb p { color: var(--dust); max-width: 40ch; }
  .values { margin-top: 56px; display: grid; gap: 28px; position: relative; z-index: 3; }
  @media (min-width: 900px) { .values { grid-template-columns: 1fr 1.6fr; align-items: start; } }
  .values .three { display: grid; gap: 8px; font-family: var(--display); font-size: clamp(1.4rem, 2.4vw, 2rem); font-weight: 700; line-height: 1.1; letter-spacing: -.015em; }
  .safe { background: linear-gradient(180deg, var(--raise-2), var(--raise)); border: 1px solid var(--line); border-radius: var(--r-card); padding: 26px 26px 28px; display: grid; gap: 10px; }
  .safe h3 { font-size: 1.35rem; }
  .safe p { color: var(--dust); max-width: 56ch; }
  /* the network and the project profiles share one section: a pill tab list at the top, one panel at a time */
  .sectabs { display: inline-flex; flex-wrap: wrap; gap: 6px; padding: 5px; margin-bottom: 40px; background: rgba(10,13,18,.7); border: 1px solid var(--line); border-radius: 999px; position: relative; z-index: 3; }
  .sectabs button { border: 0; background: transparent; color: var(--dust); font: 600 1rem var(--body); padding: 10px 20px; border-radius: 999px; cursor: pointer; transition: background .3s var(--ease), color .3s var(--ease); }
  .sectabs button:hover { color: var(--bone); }
  .sectabs button[aria-selected="true"] { background: var(--bone); color: #0b0e12; position: relative; overflow: hidden; }
  .sectabs button[aria-selected="true"].fill::after { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; background: var(--ember); transform-origin: left; animation: tabfill var(--tabfill, 8s) linear forwards; }
  .tabs-held > .sectabs button::after { display: none; } /* a held group stops its own line; a nested group keeps cycling with its own */
  @keyframes tabfill { from { transform: scaleX(0); } to { transform: scaleX(1); } }
  .tabpanels { display: grid; position: relative; z-index: 3; }
  .tabpanel { grid-area: 1 / 1; align-self: start; transition: opacity .45s var(--ease), transform .45s var(--ease); }
  .tabpanel.off { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); }
  .projects2 { display: grid; gap: 40px; margin-top: 44px; }
  .pgrid { display: grid; gap: 18px; }
  @media (min-width: 980px) { .pgrid { grid-template-columns: repeat(3, 1fr); } }
  .proj2 { background: linear-gradient(180deg, var(--raise-2), var(--raise)); border: 1px solid var(--line); border-radius: var(--r-card); padding: 26px 26px 24px; display: grid; gap: 16px; align-content: start; position: relative; }
  .proj2.match { border-color: color-mix(in srgb, var(--ember) 55%, transparent); box-shadow: 0 0 0 1px color-mix(in srgb, var(--ember) 30%, transparent), 0 30px 60px -40px rgba(0,0,0,.9); }
  .proj2 .match-tag { position: absolute; right: 16px; top: -11px; font: 600 9.5px var(--mono); letter-spacing: .18em; text-transform: uppercase; color: #1a0d03; background: var(--ember); padding: 4px 9px; border-radius: 999px; }
  .proj2 .head { display: flex; align-items: center; gap: 12px; }
  .proj2 .mark { width: 40px; height: 40px; flex: none; display: block; }
  .proj2 .mark svg { width: 100%; height: 100%; display: block; border-radius: 10px; }
  .proj2 .name { font: 700 1.25rem var(--display); letter-spacing: -.015em; }
  .proj2 .by { font: 500 9.5px var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--dust-2); margin-top: 2px; }
  .proj2 .by em { font-style: normal; color: var(--ember); }
  .proj2 p { color: var(--dust); font-size: 1rem; line-height: 1.55; max-width: none; }
  .proj2 .chips { display: flex; flex-wrap: wrap; gap: 6px; }
  .proj2 .asks div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); font-size: .95rem; }
  .proj2 .asks div span:last-child { color: var(--ember); font-weight: 600; text-align: right; }
  .proj2 .vibe { justify-self: start; margin-top: 2px; }
  .proj2 .vibe em { font-style: normal; font-family: var(--mono); font-size: .8rem; color: var(--dust); margin-left: 4px; }
  .pwhy { display: grid; gap: 18px; }
  @media (min-width: 980px) { .pwhy { grid-template-columns: repeat(3, 1fr); gap: 40px; } }
  .pwhy div { padding: 18px 0 0; border-top: 1px solid var(--line-2); color: var(--dust); font-size: 1rem; line-height: 1.55; max-width: 34ch; }
  .pwhy b { display: block; font: 600 9.5px var(--mono); letter-spacing: .18em; text-transform: uppercase; color: var(--ember); margin-bottom: 10px; }

  .projects { margin-top: 56px; display: grid; gap: 28px; }
  @media (min-width: 980px) { .projects { grid-template-columns: 1.1fr .9fr; align-items: start; } }
  .search { display: grid; gap: 16px; }
  .searchbar { display: flex; align-items: center; gap: 12px; background: rgba(17,21,28,.9); border: 1px solid var(--line-2); border-radius: var(--r-field); padding: 12px 16px; color: var(--bone); }
  .searchbar svg { width: 20px; height: 20px; stroke: var(--dust); fill: none; stroke-width: 1.8; flex: none; }
  .searchbar span { font-family: var(--mono); font-size: .95rem; }
  .filters { display: flex; flex-wrap: wrap; gap: 8px; }
  .filters .chipx { cursor: pointer; }
  .filters .chipx.on { border-color: var(--signal); color: var(--bone); }
  .search p { color: var(--dust); }
  .proj { background: linear-gradient(180deg, var(--raise-2), var(--raise)); border: 1px solid var(--line); border-radius: var(--r-card); padding: 24px; display: grid; gap: 14px; }
  .proj .top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
  .proj .name { font-family: var(--display); font-size: 1.5rem; font-weight: 700; letter-spacing: -.015em; }
  .proj .by { font-family: var(--mono); font-size: .85rem; color: var(--dust); }
  .proj p { color: var(--dust); max-width: 48ch; }
  .proj .asks { display: grid; gap: 8px; }
  .proj .asks div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); font-size: .98rem; }
  .proj .asks div span:last-child { color: var(--ember); font-weight: 600; }

  /* toolbox: the modules on their discs, isocons in the module colour, like the rail */
  /* toolbox: the core tiles beside a stage that shows the clicked module; the add-ons in a row under both. Tiles never go under ~280px: one column beside the stage on tablets, two from 1320px */
  .tools { margin-top: 56px; display: grid; gap: 28px; }
  .modrow { display: grid; gap: 28px 40px; }
  .modgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); gap: 14px; align-content: start; }
  .modstage { margin: 0; display: grid; gap: 12px; align-content: start; }
  @media (max-width: 979px) { .modstage { order: -1; max-width: 720px; } }
  @media (min-width: 980px) { .modrow { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; } #modgrid { grid-template-columns: minmax(0, 1fr); } .modstage { position: sticky; top: calc(var(--hdr) + 64px); } }
  @media (min-width: 1320px) { .modrow { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); } #modgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  .modc { display: flex; align-items: center; gap: 14px; padding: 12px 12px 12px 10px; border: 1px solid var(--line); border-radius: var(--r-reg); background: rgba(17,21,28,.6); transition: border-color .35s var(--ease), transform .35s var(--ease); }
  .modc:hover { border-color: var(--line-2); transform: translateY(-2px); }
  .modc .disc { width: 48px; height: 48px; flex: none; display: grid; place-items: center; }
  .modc .disc svg { width: 28px; height: 28px; }
  .modc .wm { height: 20px; width: auto; display: block; margin-bottom: 5px; }
  .modc.addon .wm { filter: saturate(.55); opacity: .9; }
  .modc span { color: var(--dust); font-size: .85rem; line-height: 1.3; display: block; }
  .modc.addon { opacity: .85; position: relative; }
  .modc { position: relative; }
  .modc .coming { position: absolute; right: 10px; top: 10px; font: 600 9px var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--vibe); border: 1px solid color-mix(in srgb, var(--vibe) 45%, transparent); border-radius: 999px; padding: 3px 7px; font-style: normal; }
  .modc[role="button"] { cursor: pointer; }
  .modc[role="button"]:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; }
  .modc[aria-pressed="true"] { border-color: color-mix(in srgb, var(--tint, var(--vibe)) 65%, transparent); background: rgba(22,28,38,.92); box-shadow: inset 3px 0 0 var(--tint, var(--vibe)); }
  .modstage .shot { position: relative; aspect-ratio: 1424 / 1250; border: 1px solid var(--line-2); border-radius: var(--r-card); overflow: hidden; background: radial-gradient(80% 70% at 30% 20%, color-mix(in srgb, var(--tint, #7c8cff) 18%, transparent), transparent 70%), #0b0e14; box-shadow: 0 40px 90px -45px rgba(0,0,0,.95); }
  .modstage .shot > img, .modstage .shot > video, .modstage .ph { animation: shotin .45s var(--ease); }
  .modstage .shot > img, .modstage .shot > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left top; }
  .modstage .ph { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 18px; padding: 28px; text-align: center; }
  .modstage .ph .disc { width: 96px; height: 96px; display: grid; place-items: center; }
  .modstage .ph .disc svg { width: 56px; height: 56px; }
  .modstage .ph .wm { height: 34px; width: auto; }
  .modstage .ph p { color: var(--dust); max-width: 32ch; }
  .modstage figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 6px 16px; color: var(--dust); }
  .modstage figcaption b { color: var(--bone); font-weight: 600; }
  .modstage figcaption small { font: 500 9.5px var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--dust-2); }
  @keyframes shotin { from { opacity: 0; transform: scale(1.012); } to { opacity: 1; transform: none; } }
  @media (prefers-reduced-motion: reduce) { .modstage .shot > img, .modstage .shot > video, .modstage .ph { animation: none; } }
  .addons-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 18px; margin: 12px 0 20px; padding-top: 30px; border-top: 1px solid var(--line-2); font: 750 clamp(1.9rem, 2.8vw, 2.8rem)/1 var(--display); letter-spacing: -.02em; }
  .addons-head span { font: 400 1.02rem/1.4 var(--body); letter-spacing: 0; color: var(--dust); }
  .addgrid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); }
  #tab-byo .byo { margin-top: 28px; max-width: 64ch; }
  .byo { color: var(--dust); }
  .byo b { color: var(--bone); font-weight: 600; }

  .insider { margin-top: 56px; display: grid; gap: 40px; }
  @media (min-width: 980px) { .insider { grid-template-columns: .9fr 1.1fr; align-items: center; } }
  .price { font-family: var(--display); font-size: clamp(4rem, 10vw, 7.5rem); line-height: .9; font-weight: 800; letter-spacing: -.04em; }
  .price small { font-size: .28em; font-weight: 600; letter-spacing: 0; color: var(--dust); margin-left: 8px; }
  .insider ul { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 10px; color: var(--dust); max-width: 46ch; }
  .insider li { padding-left: 18px; position: relative; }
  .insider li::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; border-radius: 2px; background: var(--ember); }
  .seatmap { display: grid; grid-template-columns: repeat(40, 1fr); gap: 3px; max-width: 560px; }
  .seatmap span { aspect-ratio: 1; border-radius: 2px; background: rgba(255,255,255,.08); }
  .seatmap span.on { background: var(--c, var(--ember)); box-shadow: 0 0 6px color-mix(in srgb, var(--c, var(--ember)) 55%, transparent); }
  .seatmap span.you { background: transparent; box-shadow: inset 0 0 0 1.5px var(--tint); animation: seatpulse 1.6s ease-in-out infinite; }
  .seatmap span.you.on { background: var(--tint); box-shadow: 0 0 8px var(--tint); animation: none; }
  .seatmap span { cursor: default; transition: transform .15s var(--ease); }
  .seatmap span:hover { transform: scale(1.6); z-index: 2; position: relative; }
  .seatpop { position: fixed; z-index: 60; display: flex; align-items: center; gap: 9px; padding: 6px 12px 6px 6px; border-radius: 12px 4px 12px 4px; background: rgba(10,13,18,.96); border: 1px solid var(--line-2); box-shadow: 0 18px 40px -18px rgba(0,0,0,.9); pointer-events: none; transform: translate(-50%, calc(-100% - 10px)); opacity: 0; transition: opacity .15s var(--ease); white-space: nowrap; }
  .seatpop.on { opacity: 1; }
  .seatpop::after { content: ""; position: absolute; left: 50%; bottom: -5px; width: 8px; height: 8px; background: rgba(10,13,18,.96); border-right: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); transform: translateX(-50%) rotate(45deg); }
  .seatpop .face { width: 36px; height: 36px; border-radius: 50%; background: #141a24 center/cover; box-shadow: 0 0 0 2px var(--c, var(--line-2)); flex: none; display: grid; place-items: center; color: var(--dust); font: 700 14px var(--display); }
  .seatpop .face.open { background: transparent; box-shadow: none; border: 1.5px dashed var(--dust-2); }
  .seatpop b { display: block; font: 600 9.5px var(--mono); letter-spacing: .18em; text-transform: uppercase; color: var(--dust-2); }
  .seatpop span { display: block; font: 600 .82rem var(--body); color: var(--bone); }
  @keyframes seatpulse { 0%, 100% { opacity: .45; } 50% { opacity: 1; } }
  /* the compact map in the hero, under the two grabs */
  .seats { margin-top: 86px; width: 100%; max-width: min(820px, calc(100% - 72px)); box-sizing: border-box; padding: 12px 14px; border: 1px solid var(--line); border-radius: 14px 4px 14px 4px; background: rgba(10,13,18,.55); box-shadow: 0 1px 0 rgba(255,255,255,.05) inset; }
  .seats-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 10px; font: 500 9.5px var(--mono); letter-spacing: .18em; text-transform: uppercase; color: var(--dust-2); }
  .seats-head b { font: 600 .82rem var(--body); letter-spacing: 0; text-transform: none; color: var(--bone); }
  .seatmap.mini { gap: 2px; max-width: none; }
  /* the hero seat map: 50 by 20 on wider screens, and the seats fill from the bottom row up (the grid is mirrored top to bottom; the cells are plain squares) */
  #seatmapHero { transform: scaleY(-1); }
  @media (min-width: 760px) { #seatmapHero { grid-template-columns: repeat(50, minmax(0, 1fr)); } }
  .seatmap.mini span { border-radius: 1.5px; }
  .seats-cap { margin-top: 10px; color: var(--dust-2); font-size: .8rem; line-height: 1.4; }
  @media (min-width: 980px) { .hero:not(.explaining) .seats { align-self: flex-end; margin-right: 72px; } }
  .seat-note { margin-top: 10px; color: var(--dust-2); font-size: .8rem; line-height: 1.45; max-width: 52ch; }
  .sec-head h2 .ast { font-size: .55em; vertical-align: super; color: var(--dust-2); margin-left: 1px; }
  .seats-cap.ast-note { margin-top: 4px; opacity: .85; }
  .seat-cap { margin-top: 14px; color: var(--dust-2); font-size: .95rem; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

  .ledger { margin-top: 48px; display: grid; gap: 32px; }
  @media (min-width: 980px) { .ledger { grid-template-columns: 1.3fr .7fr; align-items: start; } }
  .rows { display: grid; }
  .row { display: grid; grid-template-columns: 26px 1fr auto; gap: 14px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line); cursor: pointer; }
  .row:first-child { border-top: 0; }
  .row input[type="checkbox"] { width: 20px; height: 20px; margin: 0; accent-color: var(--ember); }
  .row .n { font-weight: 500; }
  .row .p { font-family: var(--mono); font-size: .95rem; color: var(--dust); }
  .row.on .p { color: var(--bone); }
  .sum { background: linear-gradient(180deg, var(--raise-2), var(--raise)); border: 1px solid var(--line); border-radius: var(--r-card); padding: 26px; display: grid; gap: 10px; position: sticky; top: calc(var(--hdr) + 24px); }
  .sum .big { font-family: var(--display); font-size: clamp(3rem, 6vw, 4.5rem); font-weight: 800; letter-spacing: -.04em; line-height: .95; font-variant-numeric: tabular-nums; }
  .sum .big small { font-size: .3em; color: var(--dust); letter-spacing: 0; font-weight: 600; margin-left: 6px; }
  .sum p { color: var(--dust); font-size: .95rem; }
  .sum .vs { display: flex; justify-content: space-between; gap: 12px; padding-top: 12px; border-top: 1px solid var(--line); font-weight: 600; }

  .look { margin-top: 40px; color: var(--dust); max-width: 60ch; }




  /* ───────── the founder card, to the C0LINK card register (DESIGN-SPEC-c0link-cards); every line on it is the form ───────── */
  .pcard { width: 100%; max-width: 500px; border-radius: 26px; padding: 12px; background: #0b0e14; box-shadow: 0 1px 0 rgba(255,255,255,.05) inset, 0 50px 90px -40px rgba(0,0,0,.9), -24px 30px 60px -40px rgba(8,223,247,.18); position: relative; margin: 0; animation: cardfloat 7s ease-in-out infinite; }
  @keyframes cardfloat { 0%, 100% { transform: translateY(0) rotateX(0) rotateY(0); } 50% { transform: translateY(-9px) rotateX(1.4deg) rotateY(1.8deg); } }
  .pcard.flying { animation: none; opacity: 0; }
  .pcard .inner { border-radius: 16px; overflow: hidden; background: #eef1f6; position: relative; }
  .pcard .arthost { position: relative; height: 0; padding-bottom: 59.54%; transition: padding-bottom .6s cubic-bezier(.22,1.18,.36,1); }
  .pcard .sheet { transition: gap .5s var(--ease); }
  .pcard .sheet > .rows, .pcard .sheet > .plabel, .pcard .sheet > .plist, .pcard .sheet > .addp, .pcard .sheet > .acts, .pcard .sheet > .note, .pcard .sheet > .mailnote, .pcard .sheet > .joined { max-height: 900px; transition: max-height .55s var(--ease), opacity .3s var(--ease), margin .55s var(--ease), padding .55s var(--ease); }
  .pcard.artfull .sheet { gap: 0; }
  /* folded (the card's start state: hero, face, handle and one line) and the full-hero view fold the rest of the sheet the same way */
  .pcard.artfull .sheet > .rows, .pcard.artfull .sheet > .plabel, .pcard.artfull .sheet > .plist, .pcard.artfull .sheet > .addp, .pcard.artfull .sheet > .acts, .pcard.artfull .sheet > .note, .pcard.artfull .sheet > .mailnote, .pcard.artfull .sheet > .joined, .pcard.folded .sheet > .rows, .pcard.folded .sheet > .plabel, .pcard.folded .sheet > .plist, .pcard.folded .sheet > .addp, .pcard.folded .sheet > .acts, .pcard.folded .sheet > .note, .pcard.folded .sheet > .mailnote, .pcard.folded .sheet > .joined { max-height: 0; opacity: 0; overflow: hidden; margin: 0; padding-top: 0; padding-bottom: 0; pointer-events: none; }
  .pcard .name, .pcard .tagline { transition: font-size .45s var(--ease); }
  .pcard.artfull .name { font-size: 18px; }
  .pcard.artfull .tagline { font-size: 13px; }
  .pcard.artfull .name .hint { display: none; }
  .pcard.artfull .addph { display: none; }
  .pcard .art { position: absolute; inset: 0; display: block; margin: 0; background: #05070d; clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%); cursor: pointer; }
  .pcard .art canvas { position: absolute; left: 0; top: 0; width: 100%; height: auto; aspect-ratio: 912 / 543; display: block; }
  .pcard .org { position: absolute; left: 12px; top: 12px; display: grid; place-items: center; background: #141a24; border: 1px solid rgba(255,255,255,.14); padding: 6px 7px; border-radius: 6px; pointer-events: none; }
  .pcard .org img { display: block; height: 11px; width: auto; }
  .pcard .tier { position: absolute; right: 12px; top: 12px; font: 600 9px var(--mono); letter-spacing: .22em; color: #eef1f6; padding: 5px 8px; border-radius: 999px; border: 1px solid rgba(238,241,246,.5); pointer-events: none; transition: color .4s var(--ease), border-color .4s var(--ease); }
  .pcard.in .tier { border-color: var(--tint); color: var(--tint); box-shadow: 0 0 0 1px color-mix(in srgb, var(--tint) 25%, transparent); }
  .pcard .avatarb { position: absolute; left: 18px; bottom: -40px; width: 88px; height: 88px; border-radius: 50%; z-index: 4; cursor: pointer; background: #141a24 center/cover; box-shadow: 0 0 0 3px #eef1f6, 0 6px 18px rgba(0,0,0,.45); display: grid; place-items: center; overflow: hidden; font: 700 1.6rem var(--display); color: #eef1f6; }
  .pcard .avatarb small { position: absolute; left: 0; right: 0; bottom: 0; font: 600 8px var(--mono); letter-spacing: .16em; text-transform: uppercase; text-align: center; background: rgba(12,18,30,.7); color: #eef1f6; padding: 3px 0 4px; }
  .pcard .avatarb.has small { display: none; }
  .pcard .avatarb.ex #avInitial { display: none; }
  /* a face is showing (example or uploaded): the "photo" band only comes back on hover, as the invitation to swap it */
  .pcard .avatarb.ex small { display: none; }
  .pcard .avatarb.ex:hover small, .pcard .avatarb.has:hover small { display: block; }
  .pcard .sheet .pres, .pcard .sheet .name, .pcard .sheet .discipline { padding-left: 104px; }
  .pcard .sheet .discipline { margin-bottom: 4px; }
  /* the hero art is a drawing surface: the owner's creativity, dithered like every card */
  .pcard .art { cursor: crosshair; }
  .pcard .art .draw { touch-action: none; opacity: 0; }
  .pcard .art .live { pointer-events: none; }
  .pcard .artbar { position: absolute; right: 12px; bottom: calc(12% + 10px); display: flex; align-items: center; gap: 6px; z-index: 3; }
  .pcard .artbar button, .pcard .artbar .up { background: rgba(12,18,30,.75); color: #eef1f6; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 4px 9px; font: 600 9px var(--mono); letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
  .pcard .artbar .up { display: none; width: 28px; height: 28px; padding: 0; align-items: center; justify-content: center; } /* an icon, and only in edit mode */
  .pcard .artbar .up svg { width: 15px; height: 15px; fill: currentColor; }
  .pcard.filling .artbar .up { display: inline-flex; }
  .pcard .artbar .pencil { width: 28px; height: 28px; padding: 0; display: none; align-items: center; justify-content: center; }
  .pcard .artbar .pencil svg { width: 14px; height: 14px; fill: currentColor; }
  .pcard.has-photo .artbar .pencil { display: inline-flex; }
  .pcard.editing .artbar { display: none; }
  .pcard .arttools .done { background: #eef1f6; color: #141a24; border-color: #eef1f6; }
  .pcard .art .draw { pointer-events: none; }
  .pcard.editing .art .draw { pointer-events: auto; cursor: crosshair; }
  .pcard.editing .art { cursor: crosshair; }
  .pcard.editing .addph { display: none; }
  .pcard .arttools { position: absolute; right: 12px; bottom: calc(12% + 10px); display: none; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 6px; max-width: 74%; z-index: 3; }
  .pcard .arttools .pens, .pcard .arttools .sizes { display: inline-flex; align-items: center; gap: 4px; padding: 3px 5px; background: rgba(12,18,30,.75); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; }
  .pcard .arttools .pc { width: 14px; height: 14px; padding: 0; border-radius: 50%; border: 2px solid transparent; background: var(--c, var(--tint)); box-shadow: 0 0 0 1px rgba(0,0,0,.45); cursor: pointer; }
  .pcard .arttools .pc[aria-pressed="true"] { border-color: #eef1f6; }
  .pcard .arttools .ps { width: 18px; height: 18px; padding: 0; border: 0; border-radius: 50%; background: transparent; display: grid; place-items: center; cursor: pointer; }
  .pcard .arttools .ps i { display: block; border-radius: 50%; background: #98a2ae; }
  .pcard .arttools .ps[aria-pressed="true"] { background: rgba(238,241,246,.16); }
  .pcard .arttools .ps[aria-pressed="true"] i { background: #eef1f6; }
  .pcard .arttools button:disabled { opacity: .4; cursor: default; }
  .pcard .arttools button { background: rgba(12,18,30,.75); color: #eef1f6; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 4px 9px; font: 600 9px var(--mono); letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
  .pcard .arttools button:hover { border-color: #eef1f6; }
  .pcard .addph { position: absolute; left: 12px; top: 44px; max-width: 46%; line-height: 1.55; font: 500 9px var(--mono); letter-spacing: .18em; text-transform: uppercase; color: #6b7581; pointer-events: none; transition: color .3s var(--ease); }
  .pcard .art:hover .addph { color: #eef1f6; }
  /* the hover tip: a plate 28px in front of the card's face, so it turns with the card (the card and the wrap keep preserve-3d; .inner is flat because it clips) */
  .pcard { transform-style: preserve-3d; }
  .pcard .tip3d { position: absolute; left: 24px; top: 58px; max-width: 46%; z-index: 6; padding: 8px 10px; border-radius: 10px 3px 10px 3px; background: rgba(10,13,18,.92); border: 1px solid rgba(255,255,255,.14); color: #eef1f6; font: 500 9px/1.55 var(--mono); letter-spacing: .14em; text-transform: uppercase; pointer-events: none; opacity: 0; transform: translateZ(0) translateY(6px); transition: opacity .3s var(--ease), transform .45s cubic-bezier(.22,1.1,.36,1); box-shadow: 0 18px 30px -16px rgba(0,0,0,.8); }
  .pcard:has(.art:hover) .tip3d { opacity: 1; transform: translateZ(28px) translateY(0); }
  .pcard.editing .tip3d, .pcard.artfull .tip3d, .pcard.drawn .tip3d, .pcard.has-photo .tip3d { display: none; }
  .pcard .fillout { position: absolute; left: 50%; top: 58%; z-index: 7; transform: translate(-50%, -50%) translateZ(20px); font: 600 11px var(--mono); letter-spacing: .24em; text-transform: uppercase; color: var(--tint-ink); opacity: 0; pointer-events: none; white-space: nowrap; }
  .pcard .fillout.go { animation: fillpop 1.1s ease-out forwards; }
  @keyframes fillpop { 0% { opacity: 0; transform: translate(-50%, -40%) translateZ(20px); } 15% { opacity: 1; transform: translate(-50%, -50%) translateZ(20px); } 55% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, -70%) translateZ(30px); } }
  .pcard.editing .arttools { display: flex; }
  .pcard .seam { position: absolute; left: 0; top: calc(88% - 1px); width: 100%; height: calc(12% + 2px); pointer-events: none; overflow: visible; }
  .pcard { --tint-ink: color-mix(in srgb, var(--tint) 62%, #141a24); }
  .pcard .seam line { stroke: var(--tint); stroke-width: 2.5; vector-effect: non-scaling-stroke; }
  .pcard .tick { position: absolute; right: 12px; top: calc(88% + 10px); width: 14px; height: 14px; border-top: 2px solid #141a24; border-right: 2px solid #141a24; }
  .pcard .sheet { color: #141a24; padding: 8px 18px 16px; display: grid; gap: 6px; }
  .pcard .pres { display: flex; align-items: center; justify-content: space-between; gap: 10px; font: 800 9.5px var(--body); letter-spacing: .14em; text-transform: uppercase; color: #6b7581; }
  .pcard .tintmenu { display: flex; align-items: center; gap: 6px; }
  .pcard .tintbtn { width: 16px; height: 16px; padding: 0; border-radius: 50%; border: 2px solid #eef1f6; background: var(--tint); box-shadow: 0 0 0 1.5px #141a24; cursor: pointer; transition: transform .3s var(--ease); }
  .pcard .tintbtn:hover { transform: scale(1.15); }
  .pcard .tintdots { display: flex; gap: 5px; align-items: center; max-width: 0; opacity: 0; overflow: hidden; padding: 3px 0; transition: max-width .4s var(--ease), opacity .25s var(--ease); }
  .pcard .tintmenu.open .tintdots { max-width: 140px; opacity: 1; }
  .pcard .tintdots .tint { width: 14px; height: 14px; flex: none; box-shadow: 0 0 0 1px rgba(20,26,36,.3); }
  .pcard .tintdots .tint[aria-pressed="true"] { box-shadow: 0 0 0 2px #eef1f6, 0 0 0 3.5px #141a24; transform: scale(1.05); }
  .pcard .pres.online { color: #0aa47a; }
  .pcard .name { display: flex; align-items: center; justify-content: space-between; gap: 10px; font: 850 22px/1.1 var(--display); letter-spacing: -.02em; }
  .pcard .name .ed { min-width: 4ch; }
  .pcard .discipline { font: 750 10px var(--body); letter-spacing: .08em; text-transform: uppercase; color: var(--tint-ink); width: max-content; max-width: 100%; }
  .pcard .tagline { font: 500 15px/1.4 var(--body); color: #141a24; margin: 4px 0 6px; max-width: none; }
  .pcard .tagline .dim { color: #6b7581; }
  .pcard .rows { display: grid; }
  .pcard .rows > div { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 7px 0; border-top: 1px solid rgba(20,26,36,.12); }
  .pcard .rows span { font: 500 9.5px var(--mono); letter-spacing: .22em; text-transform: uppercase; color: #6b7581; flex: none; }
  .pcard .rows b { font-weight: 700; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: right; min-width: 0; }
  .pcard .rows b a { color: #141a24; text-decoration: none; }
  .pcard .rows b em { font: 500 11px var(--body); color: var(--tint-ink); margin-left: 6px; }
  /* editable lines: a dashed ink hairline says "type here"; it goes solid cyan while you type and disappears once the card has its seat */
  .pcard .ed { outline: none; cursor: text; border-bottom: 1px dashed rgba(20,26,36,.34); transition: border-color .3s var(--ease), background .3s var(--ease); }
  .pcard .ed:empty::before { content: attr(data-ph); color: #b4bcc6; font-style: italic; font-weight: 400; }
  .pcard .ed:focus { border-bottom: 1px solid #08dff7; background: rgba(8,223,247,.10); }
  .pcard .ed:focus-visible { outline: none; border-radius: 0; }
  .pcard.in .ed { border-bottom-color: transparent; }
  .pcard .plabel { margin-top: 14px; padding-top: 10px; border-top: 2px solid #141a24; font: 700 9.5px var(--mono); letter-spacing: .22em; text-transform: uppercase; color: #141a24; }
  .pcard .plist { display: grid; margin-top: 6px; padding: 2px 10px; border-radius: 10px 3px 10px 3px; background: rgba(20,26,36,.05); }
  .pcard .plist > div { display: grid; grid-template-columns: 26px 1fr 16px; gap: 10px; align-items: start; padding: 9px 0; border-top: 1px dashed rgba(20,26,36,.22); }
  .pcard .plist > div:first-child { border-top: 0; }
  .pcard .plogo { width: 26px; height: 26px; border-radius: 6px; background: #141a24 center/cover; display: grid; place-items: center; margin-top: 1px; cursor: pointer; font: 600 7px var(--body); letter-spacing: .06em; text-transform: uppercase; color: #98a2ae; overflow: hidden; }
  .pcard .plogo.has span, .pcard .plogo.mark span { display: none; }
  .pcard .plogo svg { width: 100%; height: 100%; display: block; border-radius: 6px; }
  .pcard .plogo.has svg { display: none; }
  .pcard .pbody { display: grid; gap: 3px; min-width: 0; }
  .pcard .pbody b { font-size: 13px; font-weight: 700; }
  .pcard .pbody small { font-weight: 400; font-size: 11px; color: #141a24; }
  .pcard .pbody .roles { font: 500 9.5px var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--tint-ink); margin-top: 2px; }
  .pcard .rolepick { display: none; flex-wrap: wrap; gap: 4px; margin-top: 6px; }
  .pcard .pbody:focus-within .rolepick { display: flex; }
  .pcard .rolepick button { background: #eef1f6; color: #141a24; border: 1px solid rgba(20,26,36,.25); border-radius: 999px; padding: 2px 8px; font: 500 10px var(--body); cursor: pointer; }
  .pcard .rolepick button[aria-pressed="true"] { background: #141a24; color: #eef1f6; border-color: #141a24; }
  .pcard .rm { background: transparent; border: 0; color: #98a2ae; cursor: pointer; font-size: 15px; line-height: 1; padding: 0; height: 16px; opacity: 0; transition: opacity .3s var(--ease), color .3s var(--ease); }
  .pcard .plist > div:hover .rm, .pcard .plist > div:focus-within .rm, .pcard .rm:focus-visible { opacity: 1; }
  .pcard .rm:hover { color: #141a24; }
  .pcard .addp { background: transparent; border: 0; padding: 8px 10px 2px; text-align: left; font: 500 9.5px var(--mono); letter-spacing: .18em; text-transform: uppercase; color: #6b7581; cursor: pointer; transition: color .3s var(--ease); }
  .pcard .addp:hover { color: #141a24; }
  .pcard .acts { display: flex; gap: 8px; margin-top: 8px; }
  .pcard .act { flex: 1; background: #141a24; color: #eef1f6; border: 0; border-radius: 8px; padding: 10px 12px; font: 700 13px var(--body); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 6px; transition: transform .3s var(--ease), background .3s var(--ease); }
  .pcard .act:active { transform: scale(.98); }
  .pcard .act.off { background: #eef1f6; color: #6b7581; border: 1px dashed #6b7581; }
  .pcard .act svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  .pcard .act.on { background: #ffd23f; color: #141a24; }
  .pcard .act.on svg { fill: #141a24; stroke: #141a24; }
  .pcard .note { font: 500 11px/1.4 var(--body); color: #6b7581; margin-top: 4px; }
  .mailnote { display: block; margin-top: 8px; font: 500 10.5px/1.45 var(--mono); letter-spacing: .03em; color: #6b7581; }
  .pcard .note:empty { display: none; }
  .pcard .note.warn { color: #b45309; } .pcard .note.warn b { color: #b45309; }
  .pcard .note.ok { color: #0aa47a; } .pcard .note.ok b { color: #0aa47a; }
  .pcard .note a { color: inherit; }
  .pcard .act.submit { background: var(--tint); color: #141a24; font-weight: 800; justify-content: center; }
  .pcard .act.submit:hover { filter: brightness(1.06); }
  .pcard .act.submit.ready { animation: readypulse 1.8s ease-out infinite; }
  .pcard .act.submit:disabled { background: #0aa47a; color: #eef1f6; cursor: default; animation: none; }
  .pcard .joined { display: none; font: 600 11px var(--body); color: #0aa47a; }
  .pcard.in .joined { display: block; }
  /* timeline + news */
  .timeline { margin-top: 56px; display: grid; gap: 14px; position: relative; z-index: 3; }
  @media (min-width: 900px) { .timeline { grid-template-columns: repeat(3, 1fr); } }
  .stage { position: relative; padding: 24px 22px 26px; border: 1px solid var(--line); border-radius: var(--r-card); background: linear-gradient(180deg, var(--raise-2), var(--raise)); display: grid; gap: 10px; align-content: start; }
  .stage.now { border-color: rgba(255,122,26,.6); box-shadow: 0 0 0 1px rgba(255,122,26,.25), 0 20px 40px -30px rgba(255,122,26,.6); }
  .stage .v { font: 800 clamp(2.2rem, 4vw, 3rem)/1 var(--display); letter-spacing: -.03em; }
  .stage.now .v { color: var(--ember); }
  .stage .when { font-family: var(--mono); font-size: .85rem; color: var(--dust); }
  .stage p { color: var(--dust); font-size: .98rem; }
  .stage .tag { display: inline-block; font: 600 .72rem var(--body); letter-spacing: .04em; padding: 3px 8px; border-radius: var(--r-reg); border: 1px solid var(--line-2); color: var(--dust); width: max-content; }
  .stage.now .tag { border-color: var(--ember); color: var(--ember); }
  .news { margin-top: 48px; display: grid; gap: 0; position: relative; z-index: 3; border-top: 1px solid var(--line); }
  .news a { display: grid; grid-template-columns: 110px 1fr auto; gap: 18px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .3s var(--ease); }
  .news a:hover { background: rgba(255,255,255,.02); }
  .news .d { font-family: var(--mono); font-size: .85rem; color: var(--dust-2); }
  .news .t { font-family: var(--display); font-size: 1.15rem; font-weight: 600; letter-spacing: -.01em; }
  .news .t small { display: block; font-family: var(--body); font-weight: 400; color: var(--dust); font-size: .92rem; margin-top: 2px; }
  .news .ver { font-family: var(--mono); font-size: .8rem; color: var(--dust); }
  @media (max-width: 640px) { .news a { grid-template-columns: 1fr; gap: 4px; } }

  /* the slim bar where the form was: one line back up to the card */
  section.joinbar { padding-block: 44px; }
  .joinbar-in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; padding: 14px 14px 14px 24px; border-radius: 999px; text-decoration: none; color: var(--dust); border: 1px solid var(--line-2); background: linear-gradient(90deg, rgba(234,123,43,.1), rgba(10,13,18,.7) 45%); position: relative; z-index: 3; transition: border-color .35s var(--ease), transform .35s var(--ease); }
  .joinbar-in b { color: var(--bone); font-weight: 600; }
  .joinbar-in:hover { border-color: rgba(242,166,52,.6); transform: translateY(-2px); }
  .jb-go { flex: none; padding: 10px 20px; border-radius: 999px; font-weight: 600; color: #141a24; background: linear-gradient(90deg, #ea7b2b, #f2a634 42%, #f6c538); }
  @media (max-width: 640px) { .joinbar-in { border-radius: 22px; padding: 16px; } .jb-go { width: 100%; text-align: center; } }
  /* narrow: the tab list scrolls sideways on one row, and a tab takes only its own height */
  @media (max-width: 979px) { .sectabs { display: flex; flex-wrap: nowrap; max-width: 100%; overflow-x: auto; scrollbar-width: none; } .sectabs::-webkit-scrollbar { display: none; } .sectabs button { flex: none; padding: 9px 15px; font-size: .95rem; } .tabpanel.off { display: none; } }
  /* a section head for something not shipped yet carries a small Coming label above its title, in the add-on pills' colours */
  .sec-head .soon { justify-self: start; font: 600 10px var(--mono); letter-spacing: .2em; text-transform: uppercase; color: var(--vibe); padding: 5px 11px; border-radius: 999px; border: 1px solid color-mix(in srgb, var(--vibe) 45%, transparent); }
