/*
Theme Name: Fetish.Chat Threads
Theme URI: https://fetish.chat/blog/
Author: Mad Pro Design
Description: Threads, the article surface for Fetish.Chat. Built so a post reads like a room you can walk into rather than a blog you are being sold at. Black, live green, and a soft pinky burgundy.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: Proprietary
Text Domain: fcthreads
*/

/* ============ SELF HOSTED FONTS ============
   No Google Fonts CDN anywhere. Latin subset only, variable weights, 157 KB total,
   served from this theme so the site never depends on a third party to render text. */
@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;
  src:url(fonts/inter-var.woff2) format('woff2')}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:100 800;font-display:swap;
  src:url(fonts/jetbrainsmono-var.woff2) format('woff2')}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:400 900;font-display:swap;
  src:url(fonts/playfair-var.woff2) format('woff2')}
@font-face{font-family:'Playfair Display';font-style:italic;font-weight:400 900;font-display:swap;
  src:url(fonts/playfair-italic-var.woff2) format('woff2')}

:root{
  --plum:#630042; --plum-lt:#9B0069; --hot:#FF3FA4;
  --ink:#0A0006; --ink2:#12000C; --ink3:#14000C;
  --line:rgba(255,255,255,.10);
  --paper:#FFFFFF; --wash:#FBF5F8; --edge:#EDDCE6;
  --live:#3FD96B; --live-dp:#1F8A4C; --live-ink:#04240F;
  --warm:#F0B429; --warm-dp:#8F6200;
  --body:#241019; --muted:#4A3541; --soft:#8A6B7C;
  --burg1:#1A0010; --burg2:#2C0019;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
html,body{margin:0;padding:0}
body{background:#F4EEF2;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:#1A0512;line-height:1.6}
img{max-width:100%;height:auto;display:block}
a{color:var(--plum)}

/* ============ THE LIVE BAR ============ */
.livebar{background:linear-gradient(90deg,var(--ink),#1C0012 45%,var(--ink));border-bottom:1px solid var(--line);color:#F0DCE8;padding:0 20px}
.livebar .in{max-width:1180px;margin:0 auto;display:flex;align-items:center;gap:14px;min-height:46px;flex-wrap:nowrap;overflow:hidden}
.pulse{position:relative;width:9px;height:9px;border-radius:50%;background:var(--live);flex:none}
.pulse:after{content:'';position:absolute;inset:-6px;border-radius:50%;border:2px solid var(--live);opacity:.55;animation:ring 1.9s ease-out infinite}
@keyframes ring{0%{transform:scale(.55);opacity:.75}100%{transform:scale(1.5);opacity:0}}
.livebar .count{font-weight:800;font-size:14px;color:#fff;white-space:nowrap}
.livebar .count b{color:var(--live)}
.livebar .sep{width:1px;height:18px;background:var(--line);flex:none}
/* The roll is generated in header.php from the real number of entries, because the feed is
   however many people actually joined, not a fixed four. */
.ticker{flex:1;overflow:hidden;position:relative;height:20px;min-width:0}
.ticker ul{list-style:none;margin:0;padding:0;position:absolute;
  animation:fcroll var(--roll,14s) linear infinite}
.ticker li{height:20px;line-height:20px;font-size:13px;color:#C9A9BC;white-space:nowrap;
  overflow:hidden;text-overflow:ellipsis;max-width:100%}
.ticker li b{color:var(--hot);font-weight:700}
.joinbtn{background:var(--live);color:var(--live-ink);font-weight:900;font-size:13.5px;text-decoration:none;border-radius:999px;padding:8px 18px;white-space:nowrap;flex:none;animation:glow 2.6s ease-out infinite}
@keyframes glow{0%{box-shadow:0 0 0 0 rgba(63,217,107,.5)}70%{box-shadow:0 0 0 12px rgba(63,217,107,0)}100%{box-shadow:0 0 0 0 rgba(63,217,107,0)}}
.joinbtn:hover{background:#5FE884;color:var(--live-ink)}

/* ============ THE LOGO. The dot IS the full stop, and it blinks. ============ */
/* Matched to the original logo 02. The logo is NOT a flex box: it is a plain inline block with
   line-height 1, so the dot is an ordinary inline element sitting on the text baseline, exactly
   where a full stop sits. Making it a flex row with align-items centre floats the dot up into
   the middle of the two words, which is wrong. */
.fclogo{display:inline-block;font-family:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:23px;font-weight:500;letter-spacing:-.2px;text-decoration:none;line-height:1;white-space:nowrap}
.fclogo .w{color:var(--ink3)}
/* Dot 5% smaller (9 to 8.55) and the two words 5% closer (the gap between them, dot plus its two
   margins, goes 15 to 14.25, so each margin is 2.85). */
.fclogo .dot{width:8.55px;height:8.55px;border-radius:50%;background:var(--live);margin:0 2.85px;display:inline-block;
  animation:blink 1.6s steps(1,end) infinite}
@keyframes blink{0%,62%{opacity:1}63%,100%{opacity:.18}}
.fclogo.rev .w{color:#fff}                        /* logo 05, reversed for dark backgrounds */
@media (prefers-reduced-motion:reduce){
  .fclogo .dot,.pulse:after,.joinbtn,.ticker ul{animation:none}
}

/* ============ MASTHEAD ============ */
.mast{background:#fff;border-bottom:1px solid var(--edge);padding:0 20px}
.mast .in{max-width:1180px;margin:0 auto;display:flex;align-items:center;gap:8px;min-height:60px;flex-wrap:wrap}
.nav{display:flex;gap:2px;margin-left:18px;flex-wrap:wrap}
.nav a{font-size:14px;font-weight:700;color:#7A6270;text-decoration:none;padding:8px 14px;border-radius:8px}
.nav a:hover{color:var(--plum);background:var(--wash)}
.nav a.on,.nav .current-menu-item>a{color:#fff;background:var(--plum)}
.mast .sp{flex:1}
.age{border:1.5px solid var(--edge);color:var(--soft);border-radius:999px;padding:3px 11px;font-size:11px;font-weight:800;letter-spacing:.4px}

/* ============ SHELL ============ */
.shell{max-width:1180px;margin:0 auto;padding:22px 20px 40px;display:grid;grid-template-columns:minmax(0,1fr) 296px;gap:22px;align-items:start}
@media(max-width:900px){.shell{grid-template-columns:minmax(0,1fr);padding:16px 14px 30px;gap:16px}}

/* ============ THE PANEL, so it never reads as a blog ============ */
.panel{background:var(--paper);border:1px solid var(--edge);border-radius:14px;overflow:hidden;box-shadow:0 6px 22px rgba(60,10,40,.09)}
.panel .head{display:flex;align-items:center;gap:10px;padding:10px 16px;background:var(--wash);border-bottom:1px solid var(--edge);
  font-family:"JetBrains Mono",ui-monospace,monospace;font-size:11.5px;color:var(--soft);flex-wrap:wrap}
.roomtag{background:var(--plum);color:#fff;border-radius:5px;padding:2px 9px;font-weight:700;text-decoration:none}
.roomtag:hover{background:var(--plum-lt);color:#fff}
.panel .head .reads{color:var(--plum);font-weight:700}
.head .who{margin-left:auto;display:flex;align-items:center;gap:7px;color:#9A7B8C}
.avat{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,var(--plum-lt),var(--plum));flex:none}
.panel .doc{padding:24px 28px 26px}
@media(max-width:600px){.panel .doc{padding:20px 18px}}
.kick{font-size:11.5px;font-weight:800;letter-spacing:1.1px;text-transform:uppercase;color:var(--plum-lt)}
.panel h1,.panel .h1{font-family:"Playfair Display",Georgia,serif;font-size:34px;line-height:1.18;margin:9px 0 12px;color:var(--ink3);font-weight:700}
@media(max-width:600px){.panel h1,.panel .h1{font-size:26px}}
.stand{font-size:17.5px;line-height:1.65;color:var(--muted);margin:0 0 18px;font-weight:500}
.hr{height:1px;background:var(--edge);margin:20px 0;border:0}
.doc p{font-size:16.5px;line-height:1.8;color:var(--body);margin:0 0 16px}
.doc h2{font-family:"Playfair Display",Georgia,serif;font-size:24px;margin:26px 0 10px;color:var(--ink3);line-height:1.3}
.doc h3{font-size:19px;margin:22px 0 8px;color:var(--ink3)}
.doc ul,.doc ol{font-size:16.5px;line-height:1.8;color:var(--body);padding-left:22px;margin:0 0 16px}
.doc li{margin:0 0 7px}
.doc blockquote{margin:20px 0;padding:14px 18px;background:var(--wash);border-left:3px solid var(--plum);border-radius:0 10px 10px 0}
.doc blockquote p{margin:0;font-style:italic;color:var(--muted)}
.doc a{color:var(--plum-lt);text-decoration:none;border-bottom:1px solid #E4C4D8}
.doc a:hover{border-bottom-color:var(--plum-lt)}
.doc img{border-radius:10px;margin:18px 0}
.doc figcaption{font-size:13px;color:var(--soft);text-align:center;margin-top:-8px}

/* the lurk invitation, dropped mid article */
.lurk{background:linear-gradient(135deg,var(--burg1),var(--burg2));border-radius:13px;padding:20px 22px;margin:24px 0;color:#F2DCE9;position:relative;overflow:hidden}
.lurk:before{content:'';position:absolute;right:-40px;top:-40px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(255,63,164,.28),transparent 70%)}
.lurk b.t{display:block;font-family:"Playfair Display",Georgia,serif;font-size:22px;color:#fff;margin-bottom:6px;font-style:italic;position:relative}
.lurk p{font-size:15px;line-height:1.62;color:#D6B4C8;margin:0 0 14px;max-width:520px;position:relative}
.lurk .row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;position:relative}
.btn{background:var(--live);color:var(--live-ink);font-weight:900;font-size:14.5px;text-decoration:none;border-radius:9px;padding:11px 20px;display:inline-block;border:0;cursor:pointer}
.btn:hover{background:#5FE884;color:var(--live-ink)}
.btn.ghost{background:transparent;border:1.5px solid rgba(255,255,255,.3);color:#F2DCE9;font-weight:700}
.btn.ghost:hover{background:rgba(255,255,255,.08);color:#fff}
.lurk .now{font-size:13px;color:#9CE8B4;display:flex;align-items:center;gap:7px;font-weight:700}

/* ============ THE BOARD ============
   The listing is a message board, not a blog. One surface with a title bar, rows rather than
   cards, no serif headline, and the first sixty words of the post as a forum style description. */
.board{background:var(--paper);border:1px solid var(--edge);border-radius:14px;overflow:hidden;
  box-shadow:0 6px 22px rgba(60,10,40,.09)}
.board .bar{display:flex;align-items:center;gap:11px;padding:13px 20px;background:var(--wash);
  border-bottom:1px solid var(--edge);font-family:"JetBrains Mono",ui-monospace,monospace;
  font-size:11.5px;color:var(--soft);flex-wrap:wrap}
.board .bar .ttl{color:var(--ink3);font-weight:700;font-size:12.5px}
.board .bar .rt{margin-left:auto;display:flex;align-items:center;gap:7px;white-space:nowrap}
.dotl{width:7px;height:7px;border-radius:50%;background:var(--live);flex:none;
  animation:blink 1.6s steps(1,end) infinite}

.brow{display:flex;gap:18px;padding:22px 20px 24px;border-bottom:1px solid #F2E6ED;position:relative;
  text-decoration:none;color:inherit}
.brow:last-of-type{border-bottom:0}
.brow:before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:transparent;
  transition:background .15s}
.brow:hover{background:#FDFAFC}
.brow:hover:before{background:var(--plum)}

.brow .lft{width:132px;flex:none;padding-top:2px}
.brow .ch{display:inline-block;background:var(--plum);color:#fff;border-radius:5px;padding:3px 9px;
  font-family:"JetBrains Mono",ui-monospace,monospace;font-size:11px;font-weight:700;white-space:nowrap}
.brow:hover .ch{background:var(--plum-lt)}
.brow .st{display:flex;align-items:center;gap:6px;margin-top:10px;
  font-family:"JetBrains Mono",ui-monospace,monospace;font-size:10.5px;color:#A98BA0}
.brow .st i{width:6px;height:6px;border-radius:50%;background:#D9C3CF;flex:none;font-style:normal}
/* under a month, green. under a year, amber. older, grey. */
.brow.is-latest .st{color:var(--live-dp);font-weight:700}
.brow.is-latest .st i{background:var(--live)}
.brow.is-recent .st{color:var(--warm-dp);font-weight:700}
.brow.is-recent .st i{background:var(--warm)}

.brow .mid{flex:1;min-width:0}
.brow .tl{display:block;font-size:21px;line-height:1.3;margin:0 0 7px;font-weight:700;color:var(--ink3);
  letter-spacing:-.15px}
.brow:hover .tl{color:var(--plum)}
.brow .desc{display:block;font-size:13.2px;line-height:1.58;color:#77606E}
.brow .desc .more{color:var(--plum-lt);font-weight:700;white-space:nowrap}
.brow:hover .desc .more{text-decoration:underline}

.brow .rgt{width:104px;flex:none;text-align:right;font-family:"JetBrains Mono",ui-monospace,monospace;
  font-size:11px;color:#A98BA0;padding-top:4px;line-height:1.9}
.brow .rgt b{display:block;color:var(--ink3);font-size:13px;font-weight:700}
/* the read count, only ever shown once a thread has enough of them to be worth showing */
.brow .vw{display:block;margin-top:11px;padding-top:10px;border-top:1px solid #F2E6ED}
.brow .vw span{display:inline-block;background:#F7EBF2;color:var(--plum);border-radius:999px;
  padding:4px 10px;font-size:11.5px;font-weight:800;letter-spacing:.2px}

.board .bfoot{background:var(--wash);border-top:1px solid var(--edge);padding:14px 20px;display:flex;
  align-items:center;gap:10px;flex-wrap:wrap;
  font-family:"JetBrains Mono",ui-monospace,monospace;font-size:11.5px;color:var(--soft)}
.board .bfoot .pg{margin-left:auto;display:flex;gap:7px;flex-wrap:wrap}
.board .bfoot .pg a,.board .bfoot .pg span{color:var(--plum);text-decoration:none;font-weight:700;
  background:#fff;border:1px solid var(--edge);border-radius:8px;padding:6px 13px}
.board .bfoot .pg a:hover{background:var(--plum);color:#fff;border-color:var(--plum)}
.board .bfoot .pg .current{background:var(--plum);color:#fff;border-color:var(--plum)}
.board .empty{padding:34px 22px;text-align:center}
.board .empty b{display:block;font-size:18px;color:var(--ink3);margin-bottom:6px}
.board .empty p{color:var(--muted);margin:0 0 16px}

/* ============ SIDE RAIL ============ */
/* Sticky on desktop so the Join card stays beside the reader all the way down a long post,
   instead of scrolling away in the first screen and leaving dead space. */
@media(min-width:901px){.rail{position:sticky;top:16px}}
.rail .card{background:var(--paper);border:1px solid var(--edge);border-radius:13px;padding:15px 16px;margin-bottom:14px;box-shadow:0 4px 16px rgba(60,10,40,.07)}
.rail h6{font-size:11px;letter-spacing:.9px;text-transform:uppercase;color:var(--plum);margin:0 0 11px;font-weight:800;display:flex;align-items:center;gap:7px}
/* labels the column, so nobody has to guess what the numbers beside each room are */
.rail h6 .hn{margin-left:auto;color:var(--live-dp);letter-spacing:.5px;font-size:10px}
.rm{display:flex;align-items:center;gap:9px;padding:8px 9px;border-radius:9px;text-decoration:none;color:#33212B;font-weight:600;font-size:14.5px}
.rm:hover{background:var(--wash)}
.rm .n{margin-left:auto;font-family:"JetBrains Mono",ui-monospace,monospace;font-size:12px;font-weight:700;color:var(--live-dp);background:#E6F7EC;border-radius:5px;padding:2px 8px}
.rail .card.dark{background:linear-gradient(160deg,var(--burg1),var(--burg2));color:#EFD9E6;border-color:var(--burg2)}
.rail .card.dark h6{color:#FF9CD2}
.rail .card.dark p{font-size:14px;line-height:1.6;color:#D0AFC2;margin:0 0 13px}
.rail .card.dark b.t{display:block;font-family:"Playfair Display",Georgia,serif;font-size:19px;color:#fff;margin-bottom:5px;font-style:italic}
.rail .recent a{display:block;font-size:14.5px;line-height:1.45;color:#33212B;text-decoration:none;padding:7px 0;border-bottom:1px solid var(--edge);font-weight:600}
.rail .recent a:last-child{border-bottom:0}
.rail .recent a:hover{color:var(--plum)}

/* ============ ARTICLE BUILDING BLOCKS (the shortcodes) ============ */

/* a room card, with its real member count */
.fc-room{display:flex;align-items:center;gap:14px;margin:20px 0;padding:15px 17px;background:var(--wash);
  border:1.5px solid var(--edge);border-radius:12px;text-decoration:none;color:inherit;flex-wrap:wrap}
.fc-room:hover{border-color:var(--plum);background:#fff;box-shadow:0 6px 18px rgba(60,10,40,.10)}
.fc-room .lf{flex:1;min-width:0}
.fc-room .nm{display:block;font-size:17px;font-weight:800;color:var(--ink3);line-height:1.3}
.fc-room:hover .nm{color:var(--plum)}
.fc-room .nt{display:block;font-size:13.5px;color:var(--soft);margin-top:2px}
.fc-room .rt{display:flex;align-items:center;gap:12px;flex:none;flex-wrap:wrap}
.fc-room .c{font-family:"JetBrains Mono",ui-monospace,monospace;font-size:12px;font-weight:700;
  color:var(--live-dp);background:#E6F7EC;border-radius:6px;padding:4px 10px;white-space:nowrap}
.fc-room .go{background:var(--plum);color:#fff;border-radius:8px;padding:9px 16px;font-size:13.5px;
  font-weight:800;white-space:nowrap}
.fc-room:hover .go{background:var(--plum-lt)}

/* figures */
.fc-stats{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0}
.fc-stat{flex:1 1 150px;background:var(--wash);border:1.5px solid var(--edge);border-radius:12px;
  padding:15px 16px;text-align:center}
.fc-stat b{display:block;font-size:27px;font-weight:800;color:var(--plum);letter-spacing:-.6px;line-height:1.1}
.fc-stat .l{display:block;font-size:13.5px;font-weight:700;color:var(--ink3);margin-top:4px}
.fc-stat .nt{display:block;font-size:11.5px;color:var(--soft);margin-top:3px;line-height:1.4}

/* pull quote */
.doc blockquote.fc-quote{background:linear-gradient(135deg,var(--burg1),var(--burg2));border:0;
  border-radius:13px;padding:22px 24px;margin:26px 0}
.doc blockquote.fc-quote p{font-family:"Playfair Display",Georgia,serif;font-style:italic;font-size:21px;
  line-height:1.45;color:#fff;margin:0}
.doc blockquote.fc-quote cite{display:block;margin-top:10px;font-style:normal;font-size:13px;
  font-weight:700;color:#D6A8C4;font-family:"JetBrains Mono",ui-monospace,monospace}

/* key point */
.fc-key{background:#F3FBF5;border:1.5px solid #BCE8CB;border-left:4px solid var(--live-dp);
  border-radius:11px;padding:16px 19px;margin:24px 0}
.fc-key b{display:block;font-size:12px;letter-spacing:.7px;text-transform:uppercase;color:var(--live-dp);
  margin-bottom:6px;font-weight:800}
.fc-key p{font-size:16px;line-height:1.7;color:var(--body);margin:0 0 10px}
.fc-key p:last-child{margin-bottom:0}

/* numbered steps */
.fc-steps{background:var(--wash);border:1.5px solid var(--edge);border-radius:12px;padding:18px 20px;margin:24px 0}
.fc-steps b{display:block;font-size:12px;letter-spacing:.7px;text-transform:uppercase;color:var(--plum);
  margin-bottom:10px;font-weight:800}
.fc-steps ol{margin:0;padding-left:0;list-style:none;counter-reset:s}
.fc-steps li{counter-increment:s;position:relative;padding-left:38px;margin:0 0 12px;font-size:15.5px;
  line-height:1.65;color:var(--body)}
.fc-steps li:last-child{margin-bottom:0}
.fc-steps li:before{content:counter(s);position:absolute;left:0;top:1px;width:26px;height:26px;
  border-radius:50%;background:var(--plum);color:#fff;font-size:13px;font-weight:800;
  display:flex;align-items:center;justify-content:center;font-family:"JetBrains Mono",ui-monospace,monospace}

/* question and answer */
.fc-faq{border-top:1px solid var(--edge);padding:16px 0 4px;margin:0}
.fc-faq b{display:block;font-size:17px;font-weight:800;color:var(--ink3);margin-bottom:6px;line-height:1.35}
.fc-faq p{font-size:15.5px;line-height:1.7;color:var(--muted);margin:0 0 10px}

@media(max-width:600px){
  .fc-room{gap:10px}
  .fc-room .rt{width:100%;justify-content:space-between}
  .fc-stat{flex:1 1 100%}
  .doc blockquote.fc-quote p{font-size:18px}
  .doc blockquote.fc-quote{padding:18px 18px}
}

/* ============ END OF ARTICLE ROOM STRIP ============ */
.endstrip{margin:26px 0 0;padding:16px 0 0;border-top:1px solid var(--edge)}
.endstrip .lab{display:block;font-size:11px;letter-spacing:.9px;text-transform:uppercase;color:var(--plum);font-weight:800;margin-bottom:10px}
.endstrip .rooms{display:flex;gap:8px;flex-wrap:wrap}
.endstrip .rooms a{background:var(--wash);border:1px solid var(--edge);border-radius:999px;padding:7px 15px;
  font-size:14px;font-weight:700;color:#33212B;text-decoration:none}
.endstrip .rooms a:hover{background:var(--plum);border-color:var(--plum);color:#fff}

/* ============ FOOTER ============ */
.foot{background:var(--ink);border-top:1px solid var(--line);color:#C9A9BC;font-size:13px;padding:30px 20px 34px;text-align:center}
.foot .fclogo{font-size:20px;margin-bottom:10px}
.foot .line{margin:0;color:#C9A9BC;font-size:13.5px}
.foot .rooms{margin:16px 0 0}
.foot a{color:#F0DCE8;text-decoration:none;margin:0 9px;font-weight:600}
.foot a:hover{color:var(--live)}
.foot .fine{margin:18px 0 0;color:#8A6B7C;font-size:12px}
.foot .fine a{margin:0;color:#A98599}
.foot .fine a:hover{color:var(--live)}

/* ============ ACCESSIBILITY + WP CORE ============ */
.skip{position:absolute;left:-9999px}
.skip:focus{left:10px;top:10px;background:#fff;padding:10px 16px;z-index:99;border-radius:8px}
.alignleft{float:left;margin:6px 20px 12px 0}
.alignright{float:right;margin:6px 0 12px 20px}
.aligncenter{margin:18px auto}
.wp-caption{max-width:100%}
.screen-reader-text{position:absolute;left:-9999px}
.pager{display:flex;gap:8px;justify-content:center;margin:18px 0 0;flex-wrap:wrap}
.pager a,.pager span{padding:8px 14px;border-radius:9px;background:#fff;border:1px solid var(--edge);text-decoration:none;color:var(--plum);font-weight:700;font-size:14px}
.pager .current{background:var(--plum);color:#fff;border-color:var(--plum)}

/* On a phone the live bar drops its second clause and the button drops its tail, so the
   green Join button stays on screen instead of being pushed out and clipped. */
@media(max-width:560px){
  .livebar{padding:0 14px}
  .livebar .in{gap:9px}
  .livebar .count{font-size:12.5px}
  .livebar .sep,.ticker{display:none}
  .livebar .more{display:none}   /* live bar only. The board's read more link shares this class. */
  .joinbtn{padding:7px 13px;font-size:12.5px;margin-left:auto}
  .fclogo{font-size:19px}
  .mast{padding:0 14px}
  .mast .in{min-height:54px}
  .mast .in{flex-wrap:nowrap;overflow:hidden}
  .age{display:none}          /* would orphan onto its own row; the footer carries 18+ only */
  .nav{margin-left:6px;flex-wrap:nowrap}
  .nav a{padding:7px 10px;font-size:13px}
  .board .bar{padding:11px 15px}
  .board .bar .rt{display:none}
  .brow{flex-wrap:wrap;gap:12px;padding:18px 15px 20px}
  .brow .lft{width:auto;display:flex;align-items:center;gap:10px;padding-top:0}
  .brow .st{margin-top:0}
  .brow .rgt{width:auto;text-align:left;order:3;padding-top:0;display:flex;align-items:center;gap:10px}
  .brow .rgt b{display:inline}
  .brow .vw{margin-top:0;padding-top:0;border-top:0}
  .brow .mid{flex:1 1 100%;order:2}
  .brow .tl{font-size:19px}
  .lurk{padding:17px 17px}
  .lurk b.t{font-size:19px}
  .lurk .row .btn{width:100%;text-align:center}
}
@media(max-width:380px){
  .nav a:nth-child(3){display:none}   /* About drops last so the logo and Threads never squash */
}
