/* build 1785760987 */
/* Personals mock styles. Scoped to the personals pages; nothing here
   touches the site's shared styles.css until this design is approved. */
.mockbar { background: #3A2F00; border-bottom: 1px solid #6B5600; color: #FFE87A; font-family: var(--font-mono); font-size: 13px; padding: 9px 0; text-align: center; letter-spacing: .02em; }
.mockbar b { color: #fff; }

.pers-hero { padding: 40px 0 26px; }
.pers-hero h1 { font-family: var(--font-display); font-size: clamp(34px, 5.4vw, 58px); line-height: 1.02; letter-spacing: -0.02em; margin: 0 0 14px; }
.pers-hero .lede { color: var(--body); font-size: 19px; max-width: 62ch; }
.pers-cta-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-top: 24px; }
.gate-note { font-family: var(--font-mono); font-size: 13px; color: var(--muted); border-left: 2px solid var(--accent); padding-left: 12px; max-width: 44ch; line-height: 1.55; }

.boardmeta { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 13px 0; margin: 10px 0 30px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; font-family: var(--font-mono); font-size: 13px; color: var(--faint); }
.boardmeta .live { color: var(--accent); }

/* ── ad cards ─────────────────────────────────────────── */
.ads { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 18px; }
.ad { position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; }
.ad:hover { border-color: var(--line2); }
.ad:hover .nick { color: var(--accent); }
/* real anchor covering the card: keeps the whole card clickable while the
   href stays crawlable and middle-clickable */
.ad-hit { position: absolute; inset: 0; z-index: 2; }
.ad-photo { position: relative; aspect-ratio: 16 / 10; background: var(--panel2); overflow: hidden; }
.ad-photo img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.9); }
.ad-photo.none { display: grid; place-items: center; }
.ad-photo.none .glyph { width: 74px; height: 74px; opacity: .5; }
.ad-photo.none .nophoto { position: absolute; bottom: 8px; font-family: var(--font-mono); font-size: 11px; color: var(--faint); letter-spacing: .06em; }
.ad-age { position: absolute; top: 10px; right: 10px; background: rgba(15,14,11,.82); border: 1px solid var(--line2); color: var(--body); font-family: var(--font-mono); font-size: 11.5px; padding: 3px 8px; border-radius: 999px; }
.ad-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.ad-top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.ad-top .nick, .ad-top .gbadge { flex: 0 0 auto; }
.ad-top .ago { margin-left: auto; }
.nick { font-family: var(--font-mono); font-size: 16px; font-weight: 600; color: var(--ink); }
.ago { font-family: var(--font-mono); font-size: 11.5px; color: var(--faint); white-space: nowrap; }

/* gender badge: a plain tag, not a bright accent chip — the accent color is
   reserved for the type code and CTAs, and a gender label sitting next to a
   nickname reads as identity metadata, not a highlight. */
.gbadge { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .05em; color: var(--muted); border: 1px solid var(--line2); border-radius: 999px; padding: 2px 8px; white-space: nowrap; }
.gbadge.big { font-size: 12.5px; padding: 3px 10px; align-self: center; }
.ad-meta { font-family: var(--font-mono); font-size: 12.5px; color: var(--faint); display: flex; gap: 12px; flex-wrap: wrap; }
.ad-foot { margin-top: auto; padding-top: 4px; }
.open-link { font-family: var(--font-mono); font-size: 13.5px; color: var(--accent); }

/* ── type block ───────────────────────────────────────── */
.typeblock { border: 1px solid var(--line2); border-radius: var(--radius); padding: 11px 13px; background: var(--bg); }
.tb-row { display: flex; align-items: center; gap: 10px; }
.tb-code { font-family: var(--font-mono); font-size: 21px; font-weight: 600; color: var(--accent); letter-spacing: .06em; }
.tb-code .x { text-decoration: underline dotted; text-decoration-thickness: 2px; text-underline-offset: 5px; opacity: .85; }
.tb-name { font-weight: 650; font-size: 16px; }
.tb-dots { margin-left: auto; display: flex; gap: 3px; align-items: center; }
.dot { width: 8px; height: 8px; border-radius: 50%; border: 1px solid var(--line2); }
.dot.on { background: var(--accent); border-color: var(--accent); }
.tb-poles { font-family: var(--font-mono); font-size: 11.5px; color: var(--muted); margin-top: 7px; }

/* card text clamped: even heights, and the ad page holds the full text */
.fld { font-size: 15.5px; line-height: 1.6; color: var(--body); }
.fld b { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; color: var(--faint); font-weight: 500; margin-bottom: 3px; }
.fld .txt { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.seek-chips { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 9px; }
.seek-chips span { font-family: var(--font-mono); font-size: 11.5px; color: var(--body); border: 1px solid var(--line2); border-radius: 999px; padding: 2px 9px; }

/* inline flow, not flex: a long tier label squeezed the sentence into a
   one-word column at card width. */
.compat { background: var(--accent-soft); border: 1px solid #4A4013; border-radius: var(--radius); padding: 10px 12px; font-size: 14px; line-height: 1.55; color: #F0E6B8; }
.compat .tier { font-family: var(--font-mono); font-weight: 600; font-size: 13px; color: var(--accent); margin-right: 7px; }
.brk { display: flex; flex-direction: column; gap: 7px; margin-top: 11px; }
.brk div { font-size: 13.5px; color: #E3DCC0; line-height: 1.5; }
.brk span { font-family: var(--font-mono); font-size: 11px; color: var(--accent); letter-spacing: .06em; text-transform: uppercase; margin-right: 6px; }

/* ── single ad page ───────────────────────────────────── */
/* Layout thesis: the ad is a dossier on one person, read top to bottom —
   who they are, what they wrote, what the test measured, how you'd fit,
   how to answer. One accented surface (the fit panel) carries all the
   boldness; everything else is hairlines and type. The earlier version put
   a 900px photo above the fold and split the content into two same-weight
   panel columns, which read as two parallel lists with no hierarchy. */
.adp { padding-bottom: 40px; }
.crumbs { font-family: var(--font-mono); font-size: 12.5px; color: var(--faint); padding: 22px 0 18px; display: flex; gap: 8px; flex-wrap: wrap; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--accent); }
.crumbs .here { color: var(--ink); }
.urlnote { font-family: var(--font-mono); font-size: 11.5px; color: var(--faint); line-height: 1.6; max-width: 92ch; }
.urlnote b { color: var(--body); font-weight: 500; }

/* header: identity beside a portrait plate, both above the fold */
.ahd { display: grid; grid-template-columns: minmax(0, 1fr) 288px; gap: 40px; align-items: start; padding-bottom: 30px; border-bottom: 1px solid var(--line); margin-bottom: 34px; }
.ahd h1 { margin: 0 0 22px; display: flex; flex-direction: column; gap: 12px; }
.ahd-nick { font-family: var(--font-mono); font-size: clamp(30px, 4.3vw, 46px); font-weight: 600; line-height: 1; letter-spacing: -0.01em; color: var(--ink); }
.ahd-sub { font-family: var(--font-body); font-size: clamp(17px, 1.9vw, 21px); font-weight: 400; line-height: 1.35; letter-spacing: 0; color: var(--muted); }
.ahd-sub .x, .facts .x { text-decoration: underline dotted; text-decoration-thickness: 2px; text-underline-offset: 4px; }

/* facts as hairline rows, not a card: the type block used to be a card
   nested inside a card inside a panel. One column, so the labels and values
   align on a single axis and the block ends level with the portrait plate
   instead of leaving a dead gap under a two-column grid. */
.facts { display: grid; grid-template-columns: 1fr; margin: 0; }
.facts > div { display: flex; gap: 14px; align-items: baseline; padding: 9px 0; border-top: 1px solid var(--line); }
.facts > div:last-child { border-bottom: 1px solid var(--line); }
.facts dt { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .11em; text-transform: uppercase; color: var(--faint); flex: 0 0 96px; }
.facts dd { margin: 0; font-family: var(--font-mono); font-size: 14px; color: var(--body); }
.dd-dots { display: flex; align-items: center; gap: 9px; }
.dd-dots span { color: var(--faint); font-size: 12px; }

.plate { margin: 0; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--panel2); }
.plate img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block; filter: saturate(.92); }
.plate figcaption { font-family: var(--font-mono); font-size: 11px; color: var(--faint); padding: 8px 11px; border-top: 1px solid var(--line); }
.plate.none { aspect-ratio: 4 / 5; display: grid; grid-template-rows: 1fr auto; place-items: center; }
.plate.none .glyph { width: 70px; height: 70px; opacity: .36; }
.plate.none figcaption { width: 100%; text-align: center; }

/* the ad's own words carry the page: full measure, no chrome */
.words { max-width: 68ch; margin: 0 0 42px; display: flex; flex-direction: column; gap: 28px; }
.wblock h2 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); font-weight: 500; margin: 0 0 10px; }
.wblock p { font-size: 18px; line-height: 1.62; color: var(--ink); margin: 0; }

/* the reading: one row per axis, an instrument readout rather than four
   unrelated progress bars */
.reading { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0 24px; margin: 0 0 36px; display: grid; grid-template-columns: 232px minmax(0, 1fr); gap: 36px; align-items: start; }
.rd-head h2 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); font-weight: 500; margin: 0; }
.rd-head p { font-size: 13px; color: var(--faint); line-height: 1.55; margin: 9px 0 0; max-width: 30ch; }
.axes { display: flex; flex-direction: column; gap: 15px; }
.ax { display: grid; grid-template-columns: 86px minmax(0, 1fr) 58px; align-items: center; gap: 16px; }
.ax-name { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .11em; text-transform: uppercase; color: var(--faint); }
.ax-read { display: grid; grid-template-columns: auto minmax(60px, 1fr) auto; align-items: center; gap: 12px; }
.ax-end { font-family: var(--font-mono); font-size: 12.5px; color: var(--faint); white-space: nowrap; }
.ax-end.lead { color: var(--ink); }
.ax-bar { position: relative; height: 6px; border-radius: 3px; background: var(--panel2); border: 1px solid var(--line2); display: block; }
.ax-bar i { position: absolute; left: 0; top: 0; bottom: 0; background: var(--accent); border-radius: 3px 0 0 3px; }
.ax-bar b { position: absolute; top: -5px; width: 2px; height: 15px; background: var(--ink); }
.ax-num { font-family: var(--font-mono); font-size: 12px; color: var(--faint); text-align: right; letter-spacing: -0.02em; }
.ax-num .lead { color: var(--accent); }

/* the one bold surface on the page */
.fit { border: 1px solid #4A4013; background: var(--accent-soft); border-radius: var(--radius-lg); padding: 24px 26px 22px; margin: 0 0 34px; }
.fit-top { display: flex; gap: 18px; align-items: baseline; flex-wrap: wrap; margin-bottom: 20px; }
.fit-tier { font-family: var(--font-display); font-size: clamp(21px, 2.4vw, 26px); color: var(--accent); line-height: 1.05; }
.fit-line { font-size: 16.5px; line-height: 1.55; color: #F0E6B8; margin: 0; flex: 1 1 340px; }
.fit-rows { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 30px; }
.fit-row > span { display: block; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .11em; text-transform: uppercase; color: var(--accent); margin-bottom: 5px; }
.fit-row p { margin: 0; font-size: 14.5px; line-height: 1.55; color: #E3DCC0; }
.fit-foot { font-family: var(--font-mono); font-size: 11.5px; color: #9C9166; margin: 20px 0 0; line-height: 1.55; }

/* contact block: two link-rows (email, WhatsApp) replacing the old reply
   form. Each row is a real link so it's tappable, crawlable, and works with
   zero JavaScript — the .rep report button is the only script-driven bit
   left here. */
.contact { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 30px; align-items: center; background: var(--panel); border: 1px solid var(--line2); border-radius: var(--radius-lg); padding: 22px 26px; margin: 0 0 22px; }
.contact h2 { font-family: var(--font-display); font-size: 21px; margin: 0 0 7px; }
.contact-txt p, .contact-note { font-size: 14.5px; line-height: 1.55; color: var(--muted); margin: 0; max-width: 58ch; }
.contact-rows { display: flex; flex-direction: column; gap: 9px; grid-column: 1 / -1; }
.crow { display: flex; align-items: center; gap: 12px; background: var(--bg); border: 1px solid var(--line2); border-radius: 8px; padding: 12px 15px; text-decoration: none; }
.crow:hover { border-color: var(--accent); }
.crow:hover .cgo { color: var(--accent); }
.ckind { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .09em; text-transform: uppercase; color: var(--faint); flex: 0 0 78px; }
.cval { font-family: var(--font-mono); font-size: 15px; color: var(--ink); flex: 1 1 auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cgo { font-family: var(--font-mono); font-size: 13px; color: var(--muted); white-space: nowrap; }
.contact-note { grid-column: 1 / -1; }
.contact-act { text-align: center; }
.btn-sm { font: inherit; font-size: 15.5px; padding: 12px 18px; border-radius: 8px; border: 1px solid var(--accent); background: var(--accent); color: #0F0E0B; font-weight: 550; cursor: pointer; margin-bottom: 9px; }
.btn-sm:hover { background: var(--accent-dark); }
.btn-sm.rev { background: transparent; color: var(--accent); font-family: var(--font-mono); font-size: 14px; }
.rep { display: block; background: none; border: 0; color: var(--faint); font: inherit; font-size: 13.5px; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; padding: 0; }
.rep:hover { color: var(--ink); }

.safenote { font-size: 13.5px; line-height: 1.62; color: var(--muted); border-left: 2px solid var(--line2); padding-left: 15px; margin: 0 0 42px; max-width: 84ch; }
.safenote b { color: var(--body); font-weight: 600; }
.safenote a { color: var(--accent); white-space: nowrap; }

/* on narrow screens the reply plate scrolls away, so the action follows */
.stickybar { position: fixed; left: 0; right: 0; bottom: 0; display: none; gap: 14px; align-items: center; justify-content: space-between; background: rgba(15,14,11,.96); border-top: 1px solid var(--line2); padding: 10px 16px; z-index: 150; }
.stickybar span { font-family: var(--font-mono); font-size: 12.5px; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.stickybar .btn-sm { margin: 0; white-space: nowrap; padding: 10px 15px; font-size: 14.5px; }

.related { margin-bottom: 34px; }
.related h2, .hubs h2, .seonote h2 { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); font-weight: 500; margin: 0 0 14px; }
.relgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; }
.relcard { display: flex; flex-direction: column; gap: 5px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px; text-decoration: none; }
.relcard:hover { border-color: var(--accent); }
.relcode { font-family: var(--font-mono); font-size: 17px; font-weight: 600; color: var(--accent); letter-spacing: .05em; }
.relname { font-weight: 600; font-size: 15.5px; color: var(--ink); }
.relmeta { font-family: var(--font-mono); font-size: 11.5px; color: var(--faint); }

.hubs { margin: 0 0 34px; }
.hubs p, .seonote p { font-size: 15px; line-height: 1.65; color: var(--muted); max-width: 78ch; margin: 0 0 14px; }
.seonote b { color: var(--body); font-family: var(--font-mono); font-size: 14px; font-weight: 500; }
.hubchips { display: flex; gap: 8px; flex-wrap: wrap; }
.hubchips a { font-family: var(--font-mono); font-size: 13px; color: var(--body); border: 1px solid var(--line2); border-radius: 999px; padding: 6px 13px; text-decoration: none; }
.hubchips a:hover { border-color: var(--accent); color: var(--accent); }
.seonote { margin-bottom: 34px; }
/* board-only panel surface (the SEO note); the ad page deliberately has no
   generic panels left */
.panel { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 20px 22px; }
.panel h2 { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); font-weight: 500; margin: 0 0 14px; }

.take-strip { margin: 0 0 30px; border: 1px dashed var(--line2); border-radius: var(--radius-lg); padding: 22px; text-align: center; }
.take-strip h3 { font-family: var(--font-display); font-size: 22px; margin-bottom: 6px; }
.take-strip p { color: var(--muted); font-size: 16px; margin-bottom: 16px; max-width: 60ch; margin-left: auto; margin-right: auto; }

.toast-m { position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%) translateY(14px); background: var(--panel2); border: 1px solid var(--accent); color: var(--ink); font-size: 15px; padding: 12px 20px; border-radius: 999px; opacity: 0; pointer-events: none; transition: all .22s; z-index: 200; }
.toast-m.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ── empty board ──────────────────────────────────────── */
.board-empty { text-align: center; padding: 44px 26px; }
.board-empty h2 { font-family: var(--font-display); font-size: clamp(24px, 3.4vw, 34px); line-height: 1.1; margin: 0 0 12px; }
.board-empty p { color: var(--body); font-size: 16.5px; line-height: 1.65; max-width: 58ch; margin: 0 auto 20px; }

/* switch-band note under a type fact: the lean is what was scored, the band is
   the caveat, so it reads as a second line rather than a letter in the code */
.sw-note { display: block; font-family: var(--font-mono); font-size: 11.5px; color: var(--accent); letter-spacing: .04em; margin-top: 4px; }

/* ── post-ad page ─────────────────────────────────────── */
.postp { padding-bottom: 40px; }
.post-hero { padding: 18px 0 26px; }
.post-hero h1 { font-family: var(--font-display); font-size: clamp(32px, 4.8vw, 50px); line-height: 1.04; letter-spacing: -0.02em; margin: 0 0 14px; }
.post-hero .lede { color: var(--body); font-size: 18px; max-width: 62ch; line-height: 1.6; }

.gate-panel { padding: 28px 30px; }
.gate-panel h2 { font-family: var(--font-display); font-size: 26px; margin: 0 0 16px; }
.gate-steps { margin: 0 0 22px; padding-left: 20px; }
.gate-steps li { color: var(--body); font-size: 16.5px; line-height: 1.65; margin-bottom: 12px; }
.gate-steps b { color: var(--ink); }
.gate-steps .mono { font-family: var(--font-mono); font-size: 14.5px; color: var(--accent); }
.gate-act { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-bottom: 18px; }
.gate-panel .gate-note { border-left: 2px solid var(--line2); }

.steps { display: flex; gap: 0; margin: 28px 0 34px; flex-wrap: wrap; }
.step { font-family: var(--font-mono); font-size: 12px; color: var(--faint); border: 1px solid var(--line); padding: 8px 15px; }
.step:first-child { border-radius: 8px 0 0 8px; }
.step:last-child { border-radius: 0 8px 8px 0; }
.step + .step { border-left: 0; }
.step.now { background: var(--accent-soft); color: var(--accent); border-color: #4A4013; }

.cols { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 26px; align-items: start; }
.form-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; }
.frow { margin-bottom: 20px; }
.frow > label { display: block; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.frow input[type=text], .frow input[type=email], .frow textarea, .frow select { width: 100%; background: var(--bg); border: 1px solid var(--line2); border-radius: 8px; color: var(--ink); font: inherit; font-size: 16px; padding: 11px 13px; }
.frow textarea { min-height: 190px; resize: vertical; line-height: 1.6; }
.frow input:focus, .frow textarea:focus, .frow select:focus { outline: 0; border-color: var(--accent); }
.hint { font-size: 13px; color: var(--faint); margin-top: 6px; line-height: 1.55; }

/* Required-field tag on the photo row (v0.59.0: photo is mandatory) */
.req-tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #1A1813; background: var(--accent); border-radius: 3px; padding: 2px 6px; margin-left: 8px; vertical-align: 2px; }

/* Saved-result banner: the poster arrived with a cookie-remembered reading */
.saved-note { font-family: var(--font-mono); font-size: 13px; line-height: 1.6; color: var(--muted); background: var(--accent-soft); border-left: 3px solid var(--accent); padding: 12px 16px; margin: 0 0 28px; border-radius: 0 6px 6px 0; }
.saved-note b { color: var(--ink); }
.count { float: right; font-family: var(--font-mono); font-size: 11.5px; color: var(--faint); text-transform: none; letter-spacing: 0; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.imported { display: flex; gap: 12px; align-items: center; background: var(--bg); border: 1px solid var(--accent); border-radius: 8px; padding: 12px 14px; }
.imported .ok { font-family: var(--font-mono); color: var(--accent); font-size: 13px; margin-left: auto; white-space: nowrap; }
.imported-axes { margin-top: 14px; }
.imported-axes .reading { display: block; border: 0; padding: 0; margin: 0; }
.imported-axes .rd-head { display: none; }
.imported-axes .axes { display: grid; gap: 12px; }

.drop { border: 1px dashed var(--line2); border-radius: 8px; padding: 22px; text-align: center; color: var(--muted); font-size: 15px; cursor: pointer; }
.drop:hover, .drop:focus, .drop.over { border-color: var(--accent); outline: 0; }
.photo-prev { display: flex; gap: 14px; align-items: center; margin-top: 12px; }
.photo-prev img { width: 92px; height: 92px; object-fit: cover; border-radius: 8px; border: 1px solid var(--line2); }

.checkrow { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 14px; font-size: 15px; color: var(--body); line-height: 1.5; }
.checkrow input { margin-top: 4px; width: 17px; height: 17px; flex: 0 0 auto; accent-color: #FFD400; }
.checkrow label { font-family: inherit; font-size: 15px; letter-spacing: 0; text-transform: none; color: var(--body); margin: 0; }

/* honeypot: off-screen rather than display:none, so bots that skip hidden
   fields still fill it in */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-note { font-size: 14.5px; color: #FF9E9E; line-height: 1.55; margin: 12px 0 0; min-height: 1px; }
.reply-note.ok, .form-note.ok { color: var(--accent); }

.sent { background: var(--panel); border: 1px solid var(--accent); border-radius: var(--radius-lg); padding: 34px 30px; text-align: center; }
.sent .big { font-family: var(--font-display); font-size: 28px; margin-bottom: 12px; }
.sent p { color: var(--body); font-size: 16px; line-height: 1.65; max-width: 48ch; margin: 0 auto 12px; }
.sent .mono { font-family: var(--font-mono); font-size: 13px; color: var(--faint); }

.aside-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 20px 22px; margin-bottom: 18px; }
.aside-card h3 { font-family: var(--font-mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin: 0 0 12px; font-weight: 500; }
.aside-card ul { margin: 0; padding-left: 18px; }
.aside-card li { font-size: 14.5px; color: var(--body); line-height: 1.55; margin-bottom: 9px; }
.aside-card p { font-size: 14.5px; color: var(--muted); line-height: 1.6; margin: 0; }

.prev { background: var(--panel); border: 1px solid var(--line2); border-radius: var(--radius-lg); overflow: hidden; }
.prev-ph { aspect-ratio: 16/10; background: var(--panel2); display: grid; place-items: center; }
.prev-ph .glyph { width: 64px; height: 64px; opacity: .45; }
.prev-body { padding: 15px 17px 17px; display: flex; flex-direction: column; gap: 11px; }
.prev .nick { font-size: 15px; }

@media (max-width: 940px) {
  .cols { grid-template-columns: 1fr; }
  .ahd { grid-template-columns: 1fr; gap: 24px; }
  .plate { max-width: 300px; }
  .reading { grid-template-columns: 1fr; gap: 20px; }
  .contact { grid-template-columns: 1fr; gap: 18px; }
  .contact-act { text-align: left; }
  .fit-rows { grid-template-columns: 1fr; }
  .stickybar { display: flex; }
  .adp { padding-bottom: 84px; }
}
@media (max-width: 640px) {
  .ads, .relgrid { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr; }
  .plate { max-width: none; }
  .ax { grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "name num" "read read"; row-gap: 7px; gap: 10px; }
  .ax-name { grid-area: name; }
  .ax-num { grid-area: num; }
  .ax-read { grid-area: read; }
  .ax-end { font-size: 11.5px; }
  .wblock p { font-size: 17px; }
  .two { grid-template-columns: 1fr; }
  .form-card { padding: 20px 17px; }
  .steps { gap: 6px; }
  .step, .step:first-child, .step:last-child { border-radius: 8px; border-left: 1px solid var(--line); }
}
