:root {
  color-scheme: dark;
  --bg: #000000;
  --bg-2: #0e0e0e;
  --bg-3: #171717;
  --text: #ffffff;
  --muted: #bfbfbf;
  --dim: #8a8a8a;
  --line: rgba(255,255,255,.12);
  --line-2: rgba(255,255,255,.22);
  --accent: #ffffff;
  --accent-2: #e6e6e6;
  --on-accent: #000000;
  --soft: rgba(255,255,255,.06);
  --soft-2: rgba(255,255,255,.1);
  --ok: #4ade80;
  --bad: #ff7b72;
  --ok-bg: rgba(74,222,128,.12);
  --bad-bg: rgba(255,123,114,.12);
  --chart: #ffffff;
  --shadow: none;
  --display: SUSE, "SUSE Fallback", Outfit, system-ui, sans-serif;
  --head: Outfit, "Outfit Fallback", Inter, system-ui, sans-serif;
  --radius: 6px;
  --sans: Inter, system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
}
:root[data-theme="light"], :root:not([data-theme="dark"]).light-pref {
  color-scheme: light;
  --bg: #f6f6f4; --bg-2: #ffffff; --bg-3: #eeeeeb; --text: #111111; --muted: #4a4a4a; --dim: #8a8a8a;
  --line: rgba(0,0,0,.1); --line-2: rgba(0,0,0,.2); --accent: #111111; --accent-2: #333333; --on-accent: #ffffff;
  --soft: rgba(0,0,0,.05); --soft-2: rgba(0,0,0,.08); --ok: #15803d; --bad: #b42318; --ok-bg: rgba(21,128,61,.1); --bad-bg: rgba(180,35,24,.1);
  --chart: #111111; --shadow: 0 1px 2px rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.05);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; display: block; }
h1, h2, h3 { margin: 0; color: var(--text); }
h1, h2 { font-family: var(--display); font-weight: 300; line-height: 1.1; }
h3 { font-family: var(--head); font-weight: 400; line-height: 1.25; letter-spacing: -0.04em; }
h1 { font-size: clamp(40px, 4.9vw, 70px); letter-spacing: -0.8px; }
h2 { font-size: clamp(34px, 3.4vw, 48px); letter-spacing: -2px; margin-bottom: 16px; }
h3 { font-size: 26px; }
p { margin: 0 0 16px; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.wrap.text { max-width: 1000px; }
.narrow { max-width: 672px; margin-left: auto; margin-right: auto; }
section { padding: 128px 0; }
@media (max-width: 720px) { section { padding: 80px 0; } }
@media (max-width: 560px) { section { padding: 64px 0; } }
.center { text-align: center; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 14px; }
:root[data-theme="light"] .eyebrow, :root.light-pref .eyebrow { color: rgba(0,0,0,.5); }
.muted { color: var(--muted); }
.dim { color: var(--dim); }
.small { font-size: 14px; }
.lead { font-size: 18px; line-height: 1.62; color: rgba(255,255,255,.85); }
.sub-lead { font-size: 16px; color: rgba(255,255,255,.6); max-width: 672px; margin: 0 auto 40px; text-align: center; }
:root[data-theme="light"] .lead, :root.light-pref .lead { color: rgba(0,0,0,.8); }
:root[data-theme="light"] .sub-lead, :root.light-pref .sub-lead { color: rgba(0,0,0,.6); }

/* floating pill nav */
.nav { position: fixed; top: 12px; left: 0; right: 0; z-index: 10; display: flex; justify-content: center; padding: 0 16px; pointer-events: none; }
.nav .pill { pointer-events: auto; display: flex; align-items: center; gap: 22px; background: rgba(0,0,0,.9); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 8px 10px 8px 18px; height: 49px; }
.nav .brand { font-family: var(--display); font-weight: 400; font-size: 18px; letter-spacing: -0.02em; text-decoration: none; letter-spacing: -0.01em; white-space: nowrap; }
.nav .brand em { font-style: normal; color: var(--dim); }
.nav a.link { font-size: 14px; color: rgba(255,255,255,.85); text-decoration: none; }
.nav a.link:hover { color: var(--text); }
.nav .btn { padding: 6px 16px; font-size: 14px; }
@media (max-width: 560px) { .nav a.link { display: none; } .nav .pill { pointer-events: auto; display: flex; align-items: center; gap: 22px; background: rgba(0,0,0,.9); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 8px 10px 8px 18px; height: 49px; } .lead { font-size: 17px; } .counter { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 6px 12px; font-size: 13px; color: rgba(255,255,255,.7); margin-bottom: 24px; } .hero { padding: 104px 0 64px; min-height: 0; } }

/* hero: full-bleed vlog still with a dark overlay, OOAK style */
.hero { position: relative; padding: 200px 0 140px; overflow: hidden; text-align: center; }
.hero::before { content: ""; position: absolute; inset: -20% 0 0 0; background: radial-gradient(ellipse 55% 45% at 50% 25%, rgba(255,255,255,.10), transparent 70%); pointer-events: none; }
.hero > .wrap { position: relative; }
.hero .tagline { font-family: var(--head); font-size: clamp(24px, 3.4vw, 36px); font-weight: 300; color: var(--text); margin: 0 0 22px; letter-spacing: -0.01em; }
.hero .pillars { font-size: 13px; color: var(--dim); letter-spacing: .02em; margin-bottom: 22px; }

.hero h1 { margin: 0 0 22px; }
.hero .lead { max-width: 640px; margin: 0 auto 28px; font-size: 18px; }
.hero h1 { margin: 0 auto 18px; max-width: 900px; }
.hero .cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 560px) { .hero { padding: 96px 0 56px; min-height: 0; } }
.founder .muted a { color: var(--text); }
.counter { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 6px 12px; font-size: 13px; color: rgba(255,255,255,.7); margin-bottom: 24px; }
.counter b { color: var(--text); font-weight: 600; }
.counter .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 4px rgba(74,222,128,.18); }

/* join form */
.join { display: flex; gap: 10px; max-width: 700px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.join input { flex: 1 1 240px; font: inherit; font-size: 16px; padding: 15px 18px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--soft); color: var(--text); min-width: 0; }
.join input::placeholder { color: var(--dim); }
.join input:focus { outline: 2px solid var(--accent); outline-offset: 1px; border-color: transparent; }
.btn { font: inherit; font-family: var(--sans); font-size: 18px; font-weight: 600; padding: 12px 28px; border-radius: var(--radius); border: 0; background: linear-gradient(-74deg, #959595 0%, #ffffff 30%, #ffffff 67%, #a8a3a3 100%); color: #000; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; line-height: 1.6; transition: filter .12s ease, transform .12s ease; }
.btn:hover { filter: brightness(1.04); }
.btn:active { transform: translateY(0); filter: brightness(.97); }
.btn:disabled { opacity: .5; cursor: wait; transform: none; filter: none; }
.btn.secondary { background: transparent; color: var(--text); border: 1px solid rgba(255,255,255,.2); padding: 11px 27px; }
:root[data-theme="light"] .btn.secondary, :root.light-pref .btn.secondary { border-color: rgba(0,0,0,.2); }
.btn.secondary:hover { background: var(--soft-2); filter: none; }
.btn.big { font-size: 18px; padding: 12px 28px; color: #000; font-family: var(--sans); line-height: 1.6; font-weight: 600; }
.form-note { font-size: 14px; color: var(--dim); margin-top: 14px; }
.form-note a { color: var(--muted); }
.form-note .soon { color: var(--text); font-weight: 600; }
.error { color: var(--bad); font-size: 14px; margin-top: 10px; min-height: 1em; }

/* metrics */
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.metrics > div { background: var(--bg); padding: 30px 24px; }
.metrics .n { white-space: nowrap; font-family: var(--head); font-size: clamp(24px, 2.9vw, 38px); font-weight: 400; letter-spacing: -0.03em; line-height: 1; margin-bottom: 10px; color: var(--text); }
.metrics .l { font-size: 14px; color: var(--muted); }
@media (max-width: 760px) { .metrics { grid-template-columns: repeat(2, 1fr); } }

/* founder */
.founder { display: grid; grid-template-columns: 200px 1fr; gap: 40px; align-items: start; }
.founder img { width: 200px; height: 200px; border-radius: var(--radius); object-fit: cover; filter: grayscale(1); }
.founder h3 { font-size: 26px; margin-bottom: 2px; }
.founder .role { color: var(--dim); font-size: 14px; margin-bottom: 18px; }
@media (max-width: 640px) { .founder { grid-template-columns: 1fr; } .founder img { width: 140px; height: 140px; } }

/* now list */
.now { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 760px) { .now { grid-template-columns: 1fr; } }

/* cards */
.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
@media (max-width: 680px) { .grid { grid-template-columns: 1fr; } }
.card { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; background: var(--bg); box-shadow: var(--shadow); }
.card h3 { margin-bottom: 8px; font-size: 26px; }
.card p { margin: 0; color: rgba(255,255,255,.7); font-weight: 500; line-height: 1.68; }
:root[data-theme="light"] .card p, :root.light-pref .card p { color: rgba(0,0,0,.7); }
.card .tag { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--dim); margin-bottom: 14px; display: block; }
.card a:not(.btn) { color: var(--text); }

/* ladder */
.narrow-wide { max-width: 760px; }
#batch1 h2 { font-size: clamp(28px, 3.4vw, 40px); letter-spacing: -1.5px; }
@media (min-width: 700px) { #batch1 h2 { white-space: nowrap; } }
.results-label { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.5); margin: 40px 0 12px; }
.results { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--bg); }
.results .row { display: grid; grid-template-columns: 110px 1fr; gap: 18px; align-items: baseline; padding: 16px 24px; border-top: 1px solid var(--line); font-size: 17px; }
.results .row:first-child { border-top: 0; }
.results .row b { font-family: var(--head); font-weight: 400; font-size: 22px; letter-spacing: -0.02em; }
.results .row span { color: rgba(255,255,255,.85); }
.results-close { margin-top: 28px; }
@media (max-width: 560px) { .results .row { grid-template-columns: 1fr; gap: 4px; padding: 14px 18px; } }
.ladder { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--bg); }
.ladder .row { display: grid; grid-template-columns: 1fr auto auto; gap: 18px; align-items: center; padding: 18px 24px; border-top: 1px solid var(--line); }
.ladder .row:first-child { border-top: 0; }
.ladder .row.current { background: rgba(255,255,255,.08); }
.ladder .row.sold_out { color: var(--dim); }
.ladder .row.sold_out .tier-price { text-decoration: line-through; }
.ladder .who { font-weight: 500; }
.ladder .who small { display: block; font-weight: 400; color: var(--dim); font-size: 13px; }
.ladder .tier-price small { font-size: 15px; color: var(--dim); margin-left: 2px; }
.ladder .tier-price { font-family: var(--head); font-size: 30px; font-weight: 400; letter-spacing: -0.02em; }
.ladder .status { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--radius); background: var(--soft-2); color: var(--muted); }
.ladder .row.current .status { background: var(--accent); color: var(--on-accent); }
.ladder .row.sold_out .status { background: var(--soft); }
@media (max-width: 480px) { .ladder .row { grid-template-columns: 1fr auto; } .ladder .status { grid-column: 1 / -1; justify-self: start; } }

/* testimonials */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 860px) { .quotes { grid-template-columns: 1fr; } }
.quote { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; background: var(--bg); display: flex; flex-direction: column; }
.quote p { font-size: 16px; color: var(--muted); margin-bottom: 20px; flex: 1; }
.quote .who { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.quote .who img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.quote .who b { display: block; color: var(--text); }
.quote .who span { color: var(--dim); }

/* lists */
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
@media (max-width: 680px) { .two { grid-template-columns: 1fr; } }
ul.check, ul.cross { list-style: none; padding: 0; margin: 0; }
ul.check li, ul.cross li { padding: 10px 0 10px 30px; position: relative; border-top: 1px solid var(--line); color: var(--muted); }
ul.check li:first-child, ul.cross li:first-child { border-top: 0; }
ul.check li::before { content: "✓"; position: absolute; left: 4px; color: var(--accent); font-weight: 700; }
ul.cross li::before { content: "×"; position: absolute; left: 6px; color: var(--bad); font-weight: 700; }

/* faq */
details { border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; margin-bottom: 10px; background: var(--bg); }

summary { cursor: pointer; font-weight: 500; font-size: 16px; list-style: none; display: flex; justify-content: space-between; align-items: center; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 22px; color: var(--dim); }
details[open] summary::after { content: "–"; }
details p { margin: 12px 0 0; color: var(--muted); }

/* cta band */
.band { border: 1px solid var(--line); background: rgba(255,255,255,.08); border-radius: var(--radius); padding: 56px 28px; text-align: center; }
.band h2 { margin-bottom: 10px; }
.band p { color: rgba(255,255,255,.7); }

footer { padding: 32px 0 40px; font-size: 12px; color: rgba(255,255,255,.5); border-top: 1px solid var(--line); }
footer a { color: var(--dim); text-decoration: none; margin-right: 18px; }
footer a:hover { color: var(--text); }

/* dashboard + login */
header { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; }
header .brand { font-family: var(--head); font-weight: 500; font-size: 20px; text-decoration: none; }
header .brand em { font-style: normal; color: var(--dim); }
header nav a { font-size: 14px; color: var(--muted); text-decoration: none; margin-left: 22px; }
header nav a:hover { color: var(--text); }
@media (max-width: 640px) {
  header { position: relative; flex-wrap: wrap; padding: 18px 0 12px; gap: 10px 0; }
  header .brand { white-space: nowrap; font-size: 18px; }
  header nav { width: 100%; display: flex; flex-wrap: wrap; gap: 6px 16px; align-items: center; }
  header nav a { margin-left: 0; font-size: 14px; white-space: nowrap; }
  header nav .theme-btn { position: absolute; right: 0; top: 12px; margin: 0; }
}
.lb .badge { white-space: nowrap; }
@media (max-width: 640px) { .lb th:last-child, .lb td:last-child { display: none; } .lb td, .lb th { padding: 10px 8px; } .lb .badge { display: block; width: max-content; margin: 6px 0 0; } }
.dash { padding: 40px 0 80px; }
.dash h1 { font-size: clamp(34px, 5vw, 52px); margin-bottom: 8px; }
.dash .grid { margin-top: 28px; }
.kv { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); font-size: 15px; color: var(--muted); }
.kv:first-of-type { border-top: 0; }
.kv span:last-child { font-weight: 600; text-align: right; color: var(--text); }
.hidden { display: none !important; }
.banner { background: var(--ok-bg); border: 1px solid var(--ok); color: var(--ok); border-radius: 12px; padding: 14px 18px; margin-bottom: 24px; font-size: 15px; }
.banner.warn { background: var(--soft); border-color: var(--line-2); color: var(--muted); }
.hero .banner { display: table; margin: 0 auto 28px; }
.login-box { max-width: 460px; margin: 80px auto; }
.login-box .join { justify-content: flex-start; }

/* tweet card (static, not a link) */
.tweet { border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); padding: 20px 22px; margin: 8px 0 28px; }
.tw-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.tw-head img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.tw-head b { display: block; font-size: 15px; color: var(--text); }
.tw-head span { font-size: 14px; color: var(--dim); }
.tw-x { width: 20px; height: 20px; fill: var(--text); margin-left: auto; opacity: .8; }
.tw-body { white-space: pre-line; font-size: 15px; line-height: 1.5; color: var(--text); }
.tw-foot { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 13px; color: var(--dim); }

/* copy blocks */
p.big, div.big { font-size: 22px; line-height: 1.4; color: var(--text); font-family: var(--head); font-weight: 400; letter-spacing: -0.02em; }
.quiet { color: var(--dim) !important; font-size: 14px; margin-top: 14px !important; }
section.soft { background: transparent; border: 0; }

.card.wide { grid-column: 1 / -1; }
.stages { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-top: 36px; }
.stages > div { background: var(--bg); padding: 24px 20px; }
.stages b { display: block; font-family: var(--head); font-weight: 400; font-size: 20px; letter-spacing: -0.03em; margin-bottom: 8px; }
.stages p { margin: 0; font-size: 14px; color: var(--muted); }
@media (max-width: 900px) { .stages { grid-template-columns: repeat(2, 1fr); } .stages > div:last-child { grid-column: 1 / -1; } }
@media (max-width: 480px) { .stages { grid-template-columns: 1fr; } }
.bigprice { font-family: var(--head); font-size: 56px; font-weight: 400; letter-spacing: -0.03em; line-height: 1; margin: 6px 0 14px; color: var(--text); }
.bigprice small { font-size: 18px; color: var(--dim); letter-spacing: 0; }
.founder .eyebrow { margin-bottom: 12px; }
.founder h2 { margin-bottom: 16px; text-align: left; }
.band .big { margin: 8px auto 24px; max-width: 640px; }

/* resources */
.res { display: grid; grid-template-columns: 280px 1fr; gap: 28px; align-items: start; }
@media (max-width: 800px) { .res { grid-template-columns: 1fr; } }
.res-nav { position: sticky; top: 90px; border: 1px solid var(--line); border-radius: 16px; background: var(--bg-2); padding: 10px; }
.res-nav .mod { padding: 10px 12px 4px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--dim); }
.res-nav a { display: block; padding: 9px 12px; border-radius: 10px; font-size: 14px; color: var(--muted); text-decoration: none; }
.res-nav a:hover { background: var(--soft); color: var(--text); }
.res-nav a.active { background: var(--soft-2); color: var(--text); }
.lesson { border: 1px solid var(--line); border-radius: 16px; background: var(--bg-2); padding: 28px; }
.lesson h2 { font-size: clamp(26px, 3vw, 36px); margin-bottom: 6px; }
.lesson .sub { color: var(--dim); font-size: 14px; margin-bottom: 20px; }
.video { position: relative; padding-top: 56.25%; border-radius: 12px; overflow: hidden; background: #000; margin-bottom: 22px; border: 1px solid var(--line); }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.body p { color: var(--muted); }
.body ul { color: var(--muted); padding-left: 20px; }
.body h3 { margin: 22px 0 8px; }
.body code { background: var(--soft-2); padding: 2px 6px; border-radius: 6px; font-size: 14px; }
.body pre { background: var(--bg); border: 1px solid var(--line); border-radius: 10px; padding: 14px 16px; overflow-x: auto; font-size: 13px; color: var(--text); }
.lesson-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; }
table.members { width: 100%; border-collapse: collapse; font-size: 14px; }
table.members th, table.members td { text-align: left; padding: 10px 8px; border-top: 1px solid var(--line); }
table.members th { color: var(--dim); font-weight: 600; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; border-top: 0; }

/* onboarding form */
.steps { display: flex; gap: 8px; flex-wrap: wrap; margin: 18px 0 22px; }
.steps span { font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--dim); padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line); }
.steps span.on { color: var(--on-accent); background: var(--accent); border-color: var(--accent); }
fieldset.step { border: 1px solid var(--line); margin: 0; }
fieldset label { display: block; font-size: 14px; color: var(--muted); margin: 16px 0 0; }
fieldset input:not([type=checkbox]), fieldset select, fieldset textarea { display: block; width: 100%; margin-top: 6px; font: inherit; font-size: 16px; color: var(--text); background: var(--soft); border: 1px solid var(--line-2); border-radius: 10px; padding: 12px 14px; }
fieldset select { appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--dim) 50%), linear-gradient(135deg, var(--dim) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px; background-repeat: no-repeat; }
fieldset select option { background: var(--bg-2); }
fieldset input:focus, fieldset select:focus, fieldset textarea:focus { outline: 2px solid var(--accent); outline-offset: 1px; border-color: transparent; }
fieldset textarea { resize: vertical; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 600px) { .row2 { grid-template-columns: 1fr; } }
.check-row { display: flex !important; align-items: flex-start; gap: 10px; cursor: pointer; }
.check-row input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--accent); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.chip { font: inherit; font-size: 14px; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line-2); background: transparent; color: var(--muted); cursor: pointer; }
.chip:hover { border-color: var(--text); color: var(--text); }
.chip.back { border-style: dashed; opacity: .7; }
.chip.on { background: var(--accent); border-color: var(--accent); color: var(--on-accent); font-weight: 600; }
.chip.sm { font-size: 12px; padding: 4px 10px; cursor: default; }
.chip.sm:hover { border-color: var(--line-2); color: var(--muted); }
.chip.sm.ask { border-color: var(--bad); color: var(--bad); }
.chip.sm.give { border-color: var(--ok); color: var(--ok); }

/* directory */
.tabs { display: flex; gap: 8px; margin: 20px 0; flex-wrap: wrap; }
.tabs button { font: inherit; font-size: 14px; font-weight: 600; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; }
.tabs button.on { background: var(--accent); color: var(--on-accent); border-color: var(--accent); }
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.filters select, .filters input { font: inherit; font-size: 14px; color: var(--text); background: var(--soft); border: 1px solid var(--line-2); border-radius: 999px; padding: 8px 14px; }
.filters select option { background: var(--bg-2); }
.people { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (max-width: 800px) { .people { grid-template-columns: 1fr; } }
.person { border: 1px solid var(--line); border-radius: 16px; background: var(--bg-2); padding: 22px; }
.person.mine { border-color: var(--soft); }
.person .top { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.person h3 { font-size: 20px; }
.person .stage { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); white-space: nowrap; }
.pic { position: relative; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--soft); border: 1px solid var(--line); color: var(--muted); font-family: var(--body); font-weight: 600; overflow: hidden; flex: 0 0 auto; }
.pic img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fpage label select, .fpage label textarea { display: block; width: 100%; margin-top: 6px; font: inherit; font-size: 15px; color: var(--text); background: var(--soft); border: 1px solid var(--line-2); border-radius: 10px; padding: 10px 12px; }
.fpage label textarea { min-height: 90px; resize: vertical; }
.fpage .card { margin-top: 24px; }
.fpage .card:last-of-type { padding-bottom: 40px; }
.pcard { border: 1px solid var(--line); border-radius: 6px; padding: 4px 16px 14px; margin-top: 16px; }
.pcard.add { border-style: dashed; }
.pcard .pstatus { font-size: 14px; margin: 12px 0 0; }
.pcard .ok { color: var(--text); font-weight: 600; }
.pcard .pactions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 12px; }
.btn.small { padding: 8px 16px; font-size: 14px; }
.fpage .card .tag { margin-bottom: 4px; }
.sticky-save { position: sticky; bottom: 0; margin-top: 24px; padding: 16px 0 24px; background: linear-gradient(transparent, var(--bg) 30%); display: flex; gap: 12px; align-items: center; flex-wrap: wrap; pointer-events: none; }
.sticky-save > * { pointer-events: auto; }
@media (max-width: 600px) { .sticky-save { gap: 8px; padding-bottom: 16px; } .sticky-save .btn { padding: 10px 18px; font-size: 16px; } .sticky-save .link { font-size: 14px; } }
.with-avatar { display: flex; align-items: center; gap: 12px; }
.person .meta { font-size: 13px; color: var(--dim); margin: 4px 0 12px; }
.person .meta a { color: var(--muted); }
.person .bt { color: var(--muted); font-size: 15px; margin: 10px 0; }
.person .lbl { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); margin-top: 12px; }
.person .why { margin-top: 12px; font-size: 13px; color: var(--ok); }
.lb { width: 100%; border-collapse: collapse; }
.lb td, .lb th { padding: 12px 10px; border-top: 1px solid var(--line); text-align: left; font-size: 15px; }
.lb th { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); border-top: 0; }
.lb .n { font-family: var(--head); font-size: 22px; }
.badge { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; background: var(--ok-bg); color: var(--ok); margin-left: 8px; }
.badge.self { background: var(--soft-2); color: var(--dim); }

/* chat onboarding */
.chat-wrap { max-width: 720px; margin: 0 auto; padding: 20px 0 120px; }
.chat { display: flex; flex-direction: column; gap: 12px; }
.msg { max-width: 85%; padding: 14px 18px; border-radius: 18px; font-size: 16px; line-height: 1.5; }
.msg.bot { background: var(--bg-3); color: var(--text); border-bottom-left-radius: 6px; align-self: flex-start; }
.msg.bot a { color: var(--accent); }
.msg.user { background: var(--accent); color: var(--on-accent); border-bottom-right-radius: 6px; align-self: flex-end; font-weight: 500; }
.msg.typing { display: flex; gap: 5px; padding: 16px 18px; }
.msg.typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--dim); animation: blink 1s infinite; }
.msg.typing span:nth-child(2) { animation-delay: .15s; } .msg.typing span:nth-child(3) { animation-delay: .3s; }
@keyframes blink { 0%, 80%, 100% { opacity: .3; } 40% { opacity: 1; } }
.chat-input { position: sticky; bottom: 0; background: linear-gradient(180deg, transparent, var(--bg) 25%); padding: 24px 0 16px; margin-top: 8px; }
.chat-input .chips { margin: 0 0 10px; }
.chat-input .chip.done { background: var(--accent); color: var(--on-accent); border-color: var(--accent); }
.say { display: flex; gap: 10px; }
.say input { flex: 1; font: inherit; font-size: 16px; color: var(--text); background: var(--bg-3); border: 1px solid var(--line-2); border-radius: 999px; padding: 14px 18px; min-width: 0; }
.say input:focus { outline: 2px solid var(--accent); outline-offset: 1px; }

/* founder page */
.fpage { padding: 30px 0 60px; max-width: 720px; margin: 0 auto; }
.fhead { text-align: center; }
.avatar { width: 96px; height: 96px; border-radius: 50%; margin: 0 auto 16px; background: var(--bg-3); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-family: var(--head); font-size: 40px; color: var(--text); overflow: hidden; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.fhead h1 { font-size: clamp(32px, 5vw, 44px); margin-bottom: 8px; }
.socials { display: flex; justify-content: center; gap: 12px; margin: 14px 0 6px; }
.socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; }
.socials a:hover { border-color: var(--text); }
.socials svg { width: 18px; height: 18px; fill: var(--text); }
.total { text-align: center; margin: 22px 0 6px; }
.total .n { display: block; font-family: var(--head); font-size: 44px; color: var(--text); letter-spacing: -0.03em; line-height: 1; }
.total .l { font-size: 13px; color: var(--dim); }
.products { display: grid; gap: 12px; margin-top: 24px; }
.product { border: 1px solid var(--line); border-radius: 18px; background: var(--bg-2); padding: 20px 22px 16px; box-shadow: var(--shadow); }
.plogo { width: 32px; height: 32px; border-radius: 9px; background: var(--bg-3); display: flex; align-items: center; justify-content: center; overflow: hidden; flex: none; }
.plogo img { width: 20px; height: 20px; }
.ptop { display: flex; justify-content: space-between; gap: 12px; align-items: center; flex-wrap: wrap; }
.pname { display: flex; align-items: center; gap: 12px; }
.ptop b { font-family: var(--head); font-size: 22px; font-weight: 500; }
.ptag { margin: 8px 0 0; color: var(--muted); font-size: 15px; }
.chart { margin: 14px 0 0; }
.chart svg { display: block; height: auto; }
.pfoot { display: flex; justify-content: space-between; gap: 12px; margin-top: 8px; font-size: 12px; color: var(--dim); }
.mrr-badge { display: inline-flex; align-items: center; gap: 8px; font-family: var(--head); font-size: 18px; color: var(--text); background: var(--soft); border: 1px solid var(--line); border-radius: 999px; padding: 4px 14px 4px 4px; white-space: nowrap; }
.mrr-badge.s { padding-left: 14px; color: var(--muted); }
.mrr-badge.f .check-f { width: 26px; height: 26px; border-radius: 7px; background: var(--text); color: var(--bg); display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; }
.mrr-badge.p { padding-left: 14px; color: var(--muted); border-style: dashed; }
.proof-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.proof-grid img { width: 100%; border-radius: 6px; border: 1px solid var(--line); display: block; margin: 10px 0; cursor: zoom-in; }
.lemon-s { width: 26px; height: 26px; border-radius: 7px; background: #ffc233; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; }
.stripe-s { width: 26px; height: 26px; border-radius: 7px; background: #635bff; display: inline-flex; align-items: center; justify-content: center; }
.stripe-s svg { width: 14px; height: 14px; }
.mrr { font-family: var(--head); font-size: 20px; color: var(--text); white-space: nowrap; }
.pbody p { margin: 4px 0 0; color: var(--muted); font-size: 15px; }
.plink { font-size: 13px; color: var(--dim); text-decoration: none; }
.plink:hover { color: var(--text); }
.pactions { margin-top: 8px; display: flex; gap: 14px; }
button.link { font: inherit; font-size: 13px; background: none; border: 0; color: var(--dim); cursor: pointer; padding: 0; text-decoration: underline; }
button.link:hover { color: var(--text); }
.tags-wrap { margin-top: 28px; }
.tags-wrap .lbl { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); margin-top: 16px; }
.tags-wrap .bt { color: var(--muted); margin: 10px 0 0; }
.fpage label { display: block; font-size: 14px; color: var(--muted); margin: 12px 0 0; }
.fpage label input { display: block; width: 100%; margin-top: 6px; font: inherit; font-size: 15px; color: var(--text); background: var(--soft); border: 1px solid var(--line-2); border-radius: 10px; padding: 10px 12px; }

/* MRR cards (designed to be screenshotted) */
.charts { display: grid; gap: 14px; margin-top: 24px; }
.mrr-card { border: 1px solid var(--line); border-radius: 18px; background: var(--bg-2); padding: 20px 22px 14px; }
.mc-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 8px; }
.mc-title { font-family: var(--head); font-size: 22px; font-weight: 500; color: var(--text); }
.mc-sub { font-size: 13px; color: var(--dim); margin-top: 2px; }
.mc-num { font-family: var(--head); font-size: 34px; color: var(--text); letter-spacing: -0.03em; line-height: 1; text-align: right; white-space: nowrap; }
.mc-num small { font-size: 14px; color: var(--dim); letter-spacing: 0; margin-left: 2px; }
.mc-growth { font-family: var(--sans); font-size: 12px; margin-top: 6px; letter-spacing: 0; }
.mc-growth.up { color: var(--ok); } .mc-growth.down { color: var(--bad); }
.mrr-card svg { display: block; height: 170px; }
.mc-foot { display: flex; justify-content: space-between; font-size: 11px; color: var(--dim); letter-spacing: .04em; margin-top: 6px; }

/* theme toggle */
.theme-btn { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); background: transparent; color: var(--text); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; padding: 0; }
.theme-btn svg { width: 16px; height: 16px; fill: currentColor; }
.theme-btn:hover { border-color: var(--text); }

/* buttons always keep black text on the metallic gradient, whatever the surrounding rules say */
a.btn, button.btn, .btn:link, .btn:visited { color: #000; }
.btn.secondary, .btn.secondary:link, .btn.secondary:visited { color: var(--text); }

/* resources library */
.featured { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 44px; }
@media (max-width: 720px) { .featured { grid-template-columns: 1fr; } }
.feat { display: grid; grid-template-columns: 56px 1fr auto; gap: 18px; align-items: center; border: 1px solid var(--line-2); border-radius: 18px; background: var(--bg-2); padding: 24px; text-decoration: none; box-shadow: var(--shadow); transition: transform .12s ease, border-color .12s ease; }
.feat:hover { transform: translateY(-2px); border-color: var(--text); }
.feat-emoji { font-size: 34px; line-height: 1; text-align: center; }
.feat h3 { font-size: 24px; margin: 4px 0 6px; }
.feat p { margin: 0; color: var(--muted); font-size: 15px; }
.feat .tag { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--dim); }
.feat-arrow { font-size: 24px; color: var(--dim); }
.lib-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.lib-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 900px) { .lib-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .lib-grid { grid-template-columns: 1fr; } }
.lib-card { display: block; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--bg-2); text-decoration: none; transition: transform .12s ease, border-color .12s ease; box-shadow: var(--shadow); }
.lib-card:hover { transform: translateY(-2px); border-color: var(--text); }
.lib-thumb { aspect-ratio: 16 / 9; background: var(--bg-3); overflow: hidden; }
.lib-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lib-thumb .noimg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 40px; }
.lib-meta { padding: 14px 16px 16px; }
.lib-meta .tag { display: block; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--dim); margin-bottom: 6px; }
.lib-meta b { font-weight: 500; font-size: 15px; line-height: 1.35; display: block; }
.lesson-view { max-width: 820px; }
.lesson-view .back { display: inline-block; color: var(--muted); text-decoration: none; margin-bottom: 20px; font-size: 14px; }
.lesson-view .back:hover { color: var(--text); }
.lesson-view h2 { font-size: clamp(28px, 3.6vw, 40px); margin-bottom: 8px; }
.lesson-view .sub { color: var(--dim); font-size: 15px; margin-bottom: 20px; }
.lesson-view .body p { color: var(--muted); }
.how3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 24px 0 28px; }
@media (max-width: 720px) { .how3 { grid-template-columns: 1fr; } }
.how3 > div { display: flex; gap: 12px; align-items: flex-start; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; color: var(--muted); font-size: 14px; }
.how3 b { font-family: var(--head); font-size: 22px; color: var(--text); line-height: 1; }
.install-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.card.install.wide { grid-column: 1 / -1; }
.card.install .btn { max-width: 100%; white-space: normal; text-align: center; }
.lesson-view.full { max-width: none; }
.card.install { min-width: 0; }
@media (max-width: 700px) { .install-grid { grid-template-columns: 1fr; } }
.card.install h3 { font-size: 20px; }
.card.install p { font-size: 14px; }
.cmd { display: flex; gap: 8px; align-items: center; min-width: 0; margin-top: 14px; background: var(--bg); border: 1px solid var(--line); border-radius: 10px; padding: 8px 8px 8px 12px; }
.cmd code { flex: 1; font-size: 14px; color: var(--text); overflow-x: auto; white-space: nowrap; background: none; padding: 0; }
.copy, .ask { font: inherit; cursor: pointer; }
.copy { font-size: 12px; font-weight: 600; padding: 7px 12px; border-radius: 8px; border: 1px solid var(--line-2); background: transparent; color: var(--text); white-space: nowrap; }
.copy:hover { background: var(--soft-2); }
.asks { display: grid; gap: 8px; margin-top: 12px; }
.ask { display: flex; justify-content: space-between; gap: 14px; align-items: center; text-align: left; border: 1px solid var(--line); border-radius: 12px; background: var(--bg-2); padding: 12px 16px; color: var(--muted); font-size: 15px; }
.ask:hover { border-color: var(--text); color: var(--text); }
.ask span { font-size: 12px; color: var(--dim); white-space: nowrap; }

/* landing: OOAK rhythm */
.center h2 { text-align: center; }
.s-head { text-align: center; margin-bottom: 40px; }
.s-head p { font-size: 16px; color: rgba(255,255,255,.6); max-width: 672px; margin: 0 auto; }
.grid2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
@media (max-width: 760px) { .grid2 { grid-template-columns: 1fr; } }
.hl { border: 1px solid var(--line); background: rgba(255,255,255,.08); border-radius: var(--radius); padding: 28px; }
.hl h3 { margin-bottom: 8px; }
.hl p { margin: 0; color: rgba(255,255,255,.7); font-weight: 500; }
:root[data-theme="light"] .hl { background: rgba(0,0,0,.05); } :root[data-theme="light"] .hl p { color: rgba(0,0,0,.7); }

/* illustrated cards (OOAK pillars) */
.card .art { width: 100%; height: auto; aspect-ratio: 720 / 340; border-radius: var(--radius); display: block; margin-bottom: 24px; }
.card .art + .tag { margin-top: 4px; }
.card.hl .art { aspect-ratio: 720 / 220; object-fit: cover; }

.card.install.ebook { margin-top: 14px; display: grid; grid-template-columns: 1fr auto; gap: 8px 24px; align-items: center; }
.card.install.ebook .tag, .card.install.ebook h3, .card.install.ebook p:first-of-type { grid-column: 1; }
.card.install.ebook p:last-child { grid-column: 2; grid-row: 1 / span 3; margin: 0; }
@media (max-width: 600px) { .card.install.ebook { grid-template-columns: 1fr; } .card.install.ebook p:last-child { grid-column: 1; grid-row: auto; } }

/* batch builder + dashboard batch card */
.flags ul { margin: 6px 0 0; padding-left: 18px; font-size: 14px; }
.flags li.red { color: var(--bad); } .flags li.yellow { color: var(--muted); }
.flags li a { color: var(--text); }
table.members td { vertical-align: top; }
table.members select { font: inherit; font-size: 13px; background: var(--soft); color: var(--text); border: 1px solid var(--line-2); border-radius: 6px; padding: 4px 6px; }
.dash .grid .card.wide { grid-column: 1 / -1; }
#batch-body .chips { margin-top: 8px; }
#batch-body .chip.sm { text-decoration: none; }

.dash h2 .small, .dash h2 .dim { font-family: var(--sans); letter-spacing: 0; font-size: 13px; margin-left: 8px; }

/* ---- launch video ---- */
.launch-video { position: relative; max-width: 1100px; margin: 0 auto; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #000; aspect-ratio: 16 / 9; box-shadow: 0 40px 90px rgba(0,0,0,.6); }
.launch-video video { display: block; width: 100%; height: 100%; object-fit: cover; }
.launch-video .play { position: absolute; inset: 0; width: 100%; border: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.45)); cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; color: #fff; font: inherit; }
.launch-video .play-btn { width: 84px; height: 84px; border-radius: 50%; background: linear-gradient(-74deg,#959595 0%,#ffffff 30%,#ffffff 67%,#a8a3a3 100%); display: flex; align-items: center; justify-content: center; box-shadow: 0 20px 60px rgba(0,0,0,.5); transition: transform .15s ease; }
.launch-video .play:hover .play-btn { transform: scale(1.06); }
.launch-video .play-btn svg { margin-left: 4px; }
.launch-video .play-label { font-size: 15px; letter-spacing: .04em; color: rgba(255,255,255,.85); }
.launch-video.playing .play { display: none; }
@media (max-width: 560px) { .launch-video .play-btn { width: 64px; height: 64px; } .launch-video .play-label { font-size: 13px; } }

.quote .who b a { color: var(--text); text-decoration: none; }
.quote .who span a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--line-2); }
.quote .who a:hover { color: var(--text); border-color: var(--text); }

/* ---- public leaderboard ---- */
a.counter { text-decoration: none; }
a.counter:hover { border-color: rgba(255,255,255,.3); }
.lb-page { padding: 60px 0 90px; }
.lb-page .metrics { grid-template-columns: repeat(4, 1fr); }
.lb-page .lb td, .lb-page .lb th { padding: 14px 18px; }
.lb .badge { margin-left: 8px; font-size: 11px; }
@media (max-width: 720px) { .lb-page .metrics { grid-template-columns: repeat(2, 1fr); } .hide-sm { display: none; } }

.tabs .tab-link { margin-left: auto; align-self: center; font-size: 14px; color: var(--muted); text-decoration: none; border-bottom: 1px solid var(--line-2); }
.tabs .tab-link:hover { color: var(--text); border-color: var(--text); }

/* A founder who hides their MRR: the real number never reaches the browser, this is only a placeholder. */
.blur-mrr { filter: blur(5px); user-select: none; opacity: .85; }

.person .dm { display: inline-flex; margin: 8px 0 4px; padding: 7px 14px; font-size: 14px; }
.person .dm-none { display: inline-block; margin: 8px 0 4px; font-size: 13px; color: var(--dim); }

/* The way back: Dashboard reads as a button in every member-page nav */
header nav a[href="/club/dashboard"] { border: 1px solid var(--line-2); border-radius: 999px; padding: 6px 12px; color: var(--text); }
header nav a[href="/club/dashboard"]:hover { border-color: var(--text); }

/* socials on directory cards and follower counts */
.dir-socials { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 10px; }
.dir-socials a { display: inline-flex; align-items: center; gap: 6px; height: 30px; padding: 0 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); text-decoration: none; font-size: 13px; }
.dir-socials a:hover { color: var(--text); border-color: var(--line-2); }
.dir-socials a svg { width: 14px; height: 14px; fill: currentColor; }
.socials a .cnt { font-size: 12px; color: var(--muted); margin-left: 6px; font-family: var(--body); }
.socials a.has-cnt { width: auto; padding: 0 14px 0 12px; border-radius: 999px; gap: 6px; }

/* Founder share card (dashboard + onboarding) */
.share-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 24px; align-items: center; }
.share-img { display: block; border-radius: 10px; overflow: hidden; border: 1px solid var(--line); background: #000; aspect-ratio: 1200 / 630; }
.share-img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.share-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.msg.bot .ob-card { display: block; margin: 10px 0 4px; border-radius: 10px; overflow: hidden; border: 1px solid var(--line); background: #000; aspect-ratio: 1200 / 630; }
.msg.bot .ob-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 720px) { .share-grid { grid-template-columns: 1fr; } }

/* A small clickable sentence, used under a primary button */
.linkish { display: block; margin-top: 10px; background: none; border: 0; padding: 0; font: inherit; font-size: 14px; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.linkish:hover { color: var(--text); }
.linkish:disabled { opacity: .5; cursor: default; }

/* Share your page modal */
.pf-modal { position: fixed; inset: 0; z-index: 60; background: rgba(0,0,0,.6); display: flex; align-items: flex-start; justify-content: center; padding: 40px 16px; overflow-y: auto; backdrop-filter: blur(6px); }
.pf-modal-box { width: 100%; max-width: 640px; background: var(--bg); border: 1px solid var(--line); border-radius: 18px; padding: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.pf-modal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.pf-modal-head h3 { margin: 0; font-size: 24px; }
.pf-modal-x { background: none; border: 0; color: var(--muted); font-size: 30px; line-height: 1; cursor: pointer; padding: 0 4px; }
.pf-modal-x:hover { color: var(--text); }
.pf-share-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.pf-share-btn { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--bg-3); border: 1px solid var(--line); color: var(--text); transition: transform .12s ease, border-color .12s ease; }
.pf-share-btn:hover { transform: translateY(-2px); border-color: var(--text); }
.pf-share-btn svg { width: 22px; height: 22px; fill: currentColor; }
.pf-share-btn.whatsapp { color: #25d366; } .pf-share-btn.linkedin { color: #0a66c2; } .pf-share-btn.reddit { color: #ff4500; } .pf-share-btn.facebook { color: #1877f2; }
.pf-copy { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; background: var(--bg-2, var(--bg)); }
.pf-copy .ic svg { width: 20px; height: 20px; fill: var(--muted); display: block; }
.pf-copy .url { flex: 1; font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pf-copy-btn { background: none; border: 0; color: var(--text); font: inherit; font-weight: 600; cursor: pointer; }
.pf-tpl-head { display: flex; align-items: center; justify-content: space-between; margin: 26px 0 12px; }
.pf-tpl-head h4 { margin: 0; font-size: 20px; }
.pf-month { font: inherit; font-size: 14px; background: var(--bg-3); color: var(--text); border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; }
.pf-tpls { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pf-tpl { position: relative; border: 1px solid var(--line); border-radius: 12px; padding: 14px 14px 46px; background: var(--bg-3); }
.pf-tpl .tag { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--dim); display: block; margin-bottom: 8px; }
.pf-tpl pre { margin: 0; font: 13px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; white-space: pre-wrap; word-break: break-word; color: var(--text); }
.pf-tpl-actions { position: absolute; right: 10px; bottom: 10px; display: flex; gap: 6px; }
.pf-tpl-actions a, .pf-tpl-actions button { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); background: var(--bg); color: var(--text); cursor: pointer; }
.pf-tpl-actions svg { width: 15px; height: 15px; fill: currentColor; }
.pf-tpl-actions .pf-tpl-x { background: var(--text); color: var(--bg); border-color: var(--text); }
.pf-tpl-actions .ok { border-color: var(--ok); color: var(--ok); }
@media (max-width: 640px) { .pf-tpls { grid-template-columns: 1fr; } .pf-modal { padding: 16px 10px; } }
