:root {
  color-scheme: light;
  --display: 'Bricolage Grotesque', system-ui, sans-serif;
  --sans: 'Archivo', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono: 'Space Mono', ui-monospace, Menlo, Consolas, monospace;
  --maxw: 1180px;

  --paper: #F0E7D3; --card: #FFFDF7; --ink: #201E15; --soft: #4C4A3F; --muted: #6F6C61; --line: #201E15;
  --blue: #2F81F7; --lime: #BCD46E; --orange: #DE7A2E; --yellow: #EFC552; --teal: #0E9E8E; --violet: #8957E5; --indigo: #5E63E6; --green-ink: #148A48; --magenta-ink: #C43C77;
  --sh: 2px 2px 0 var(--ink);
}
:root[data-theme="dark"], :root[data-theme="light"] {
  --paper: #F0E7D3; --card: #FFFDF7; --ink: #201E15; --soft: #4C4A3F; --muted: #6F6C61; --line: #201E15;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 4.5vw, 40px); }

.aura { position: fixed; inset: 0; z-index: -1; pointer-events: none; background-image: radial-gradient(var(--line) 1.4px, transparent 1.4px); background-size: 26px 26px; opacity: 0.035; }
.progress { position: fixed; top: 0; left: 0; height: 4px; width: 0; z-index: 100; background: var(--blue); border-bottom: 1.5px solid var(--ink); transition: width .1s linear; }

.masthead { position: sticky; top: 0; z-index: 60; background: var(--paper); border-bottom: 1.5px solid var(--line); transition: box-shadow .2s; }
.masthead.scrolled { box-shadow: 0 4px 0 rgba(23,22,14,0.12); }
.masthead .row { display: flex; align-items: center; gap: 18px; padding: 14px 0; }
.logo { font-family: var(--display); font-weight: 800; font-size: clamp(1.35rem, 4vw, 1.75rem); letter-spacing: -0.02em; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 9px; }
.logo .lm { width: 22px; height: 22px; }
.logo img.lm { width: 28px; height: 28px; border-radius: 7px; object-fit: contain; display: block; }
.logo .lm path { fill: var(--lime); stroke: var(--ink); stroke-width: 1.8; stroke-linejoin: round; }
.mnav { margin-left: auto; display: flex; gap: 2px; }
.mnav a { font-family: var(--mono); text-decoration: none; color: var(--soft); font-weight: 700; font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.04em; padding: 8px 11px; border: 2px solid transparent; border-radius: 8px; transition: .12s; }
.mnav a:hover { border-color: var(--line); }
.mnav a.active { background: var(--lime); color: var(--ink); }
.menu-btn { display: none; margin-left: auto; appearance: none; -webkit-appearance: none; background: var(--card); border-radius: 9px; width: 44px; height: 42px; flex: none; padding: 0; cursor: pointer; align-items: center; justify-content: center; gap: 4px; flex-direction: column; }
.menu-btn span { width: 18px; height: 2.4px; background: var(--ink); border-radius: 2px; transition: .2s; }
.menu-btn.open span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.menu-btn.open span:nth-child(2) { opacity: 0; }
.menu-btn.open span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
@media (max-width: 800px) {
  .menu-btn { display: flex; }
  .mnav { position: absolute; top: calc(100% + 8px); right: clamp(18px,4vw,40px); flex-direction: column; gap: 4px; background: var(--card); border-radius: 12px; padding: 8px; min-width: 190px; opacity: 0; transform: translateY(-8px); pointer-events: none; transition: .18s; }
  .mnav.open { opacity: 1; transform: none; pointer-events: auto; }
  .mnav a { padding: 10px 12px; border-color: transparent; }
  .mnav a.active { box-shadow: none; }
}

/* Stickers */
.spark { position: absolute; pointer-events: none; }
.spark svg { display: block; width: 100%; height: 100%; }
.spark svg path { stroke: var(--ink); stroke-width: 2; stroke-linejoin: round; }
.spark.b svg path { fill: var(--blue); }
.spark.l svg path { fill: var(--lime); }
.spark.o svg path { fill: var(--orange); }
.spark.y svg path { fill: var(--yellow); }
.spark.v svg path { fill: var(--violet); }
.sp-h { position: static; width: 26px; height: 26px; flex: none; }
.flt { animation: flt 6s ease-in-out infinite; }
.flt2 { animation: flt 7.5s ease-in-out infinite; animation-delay: .5s; }
@keyframes flt { 0%,100% { transform: translateY(0) rotate(-6deg); } 50% { transform: translateY(-12px) rotate(6deg); } }

.page { display: none; }
.page.active { display: block; animation: pageFade .4s ease; }
@keyframes pageFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.page-pad { padding-top: clamp(28px, 5vw, 56px); padding-bottom: clamp(30px, 6vw, 72px); }

.kick { font-family: var(--mono); font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; display: inline-flex; align-items: center; gap: 8px; }

.page-head { max-width: 740px; margin-bottom: clamp(26px, 4vw, 42px); }
.page-head .eyebrow { font-family: var(--mono); font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--soft); display: inline-flex; align-items: center; gap: 9px; }
.page-head h1 { font-family: var(--display); font-weight: 800; font-size: clamp(2.3rem, 6vw, 4rem); margin: 10px 0 0; letter-spacing: -0.025em; line-height: 0.98; color: var(--ink); }
.page-head p { margin: 14px 0 0; color: var(--soft); max-width: 60ch; font-size: 1.05rem; }

/* Hero */
.hero { position: relative; }
.hero-card { position: relative; background: var(--card); color: var(--ink); border-radius: 22px; padding: clamp(34px, 5vw, 64px) clamp(22px, 4.5vw, 64px); text-align: center; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr); gap: clamp(28px, 4.5vw, 64px); align-items: center; text-align: left; }
.hero-inner > * { min-width: 0; }
.hero-copy .kick { justify-content: flex-start; }
.panel-logo { display: block; width: 120px; height: 120px; object-fit: contain; background: var(--card); border: 1.75px solid var(--ink); border-radius: 24px; box-shadow: 1px 1px 0 var(--ink); margin: 2px auto 20px; }

.monkeybox { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(16px, 3vw, 28px); background: var(--card); border-radius: 18px; padding: clamp(18px, 3vw, 26px) clamp(20px, 3.5vw, 32px); margin-top: clamp(16px, 2.5vw, 24px); }
.mk-poke { flex: none; padding: 0; background: none; border: 0; cursor: pointer; line-height: 0; }
.mk-poke img { display: block; width: 96px; height: 96px; object-fit: contain; background: var(--paper); border: 1.75px solid var(--ink); border-radius: 22px; box-shadow: 1px 1px 0 var(--ink); transition: transform .12s; }
.mk-poke:hover img { transform: rotate(-5deg) translate(-1px, -1px); }
.mk-poke.wig img { animation: mkwig .42s; }
@keyframes mkwig { 0%, 100% { transform: rotate(0); } 25% { transform: rotate(-8deg) scale(1.05); } 60% { transform: rotate(6deg); } }
.mk-bubble { position: relative; min-width: 0; background: var(--paper); border-radius: 14px; padding: 15px 20px; }
.mk-bubble::before { content: ""; position: absolute; left: -11px; top: 30px; width: 16px; height: 16px; background: var(--paper); transform: rotate(45deg); }
.mk-eyebrow { font-family: var(--mono); font-weight: 800; font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--violet); }
.mk-quote { font-family: var(--display); font-weight: 700; font-size: clamp(1.05rem, 1.8vw, 1.4rem); line-height: 1.28; color: var(--ink); margin: 6px 0 0; }
.mk-quote.pop { animation: mkpop .32s ease; }
@keyframes mkpop { 0% { opacity: .2; transform: translateY(4px) scale(.99); } 100% { opacity: 1; transform: none; } }
.mk-by { font-family: var(--mono); font-size: 0.74rem; font-weight: 700; color: var(--muted); margin: 8px 0 0; min-height: 1em; }
.mk-again { flex: none; align-self: center; font-family: var(--mono); font-weight: 800; font-size: 0.78rem; color: var(--ink); background: var(--lime); border: 1.75px solid var(--ink); border-radius: 10px; padding: 11px 16px; box-shadow: 1px 1px 0 var(--ink); cursor: pointer; transition: transform .1s, box-shadow .1s; white-space: nowrap; }
.mk-again:hover { transform: translate(-2px, -2px); box-shadow: 1px 1px 0 var(--ink); }
.mk-again:active { transform: translate(1px, 1px); box-shadow: 1px 1px 0 var(--ink); }
@media (max-width: 680px) { .monkeybox { grid-template-columns: 1fr; justify-items: center; text-align: center; } .mk-bubble::before { display: none; } .mk-again { width: 100%; } }
.panel-label { font-family: var(--mono); font-weight: 700; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin: 16px 0 0; }
@media (max-width: 940px) {
  .hero-inner { grid-template-columns: minmax(0, 1fr); text-align: center; }
  .hero-copy .kick { justify-content: center; }
  .hero-card .sub { margin-left: auto; margin-right: auto; }
}
.hero-card .kick { color: var(--ink); justify-content: center; margin-bottom: 14px; }
.hero-card h1 { font-family: var(--display); font-weight: 800; margin: 0; font-size: clamp(2.6rem, 7vw, 5rem); line-height: 0.95; letter-spacing: -0.03em; text-wrap: balance; }
.hero-card h1 .u { background: var(--yellow); border: 1.5px solid var(--ink); padding: 0 .12em; border-radius: 8px; box-shadow: 1px 1px 0 var(--ink); display: inline-block; }
.hero-card .sub { font-family: var(--sans); font-weight: 500; font-size: clamp(1.05rem, 2.2vw, 1.3rem); line-height: 1.4; margin: 20px 0 0; max-width: 46ch; color: var(--soft); }

.panel { margin: 0; max-width: 640px; background: var(--paper); border-radius: 16px; padding: clamp(16px, 3vw, 22px); text-align: left; }
.panel-row { display: flex; gap: 10px; }
.fauxinput { flex: 1; min-width: 0; background: var(--paper); border: 1.5px solid var(--line); border-radius: 9px; padding: 11px 13px; color: var(--soft); font-size: 0.9rem; font-family: var(--mono); display: flex; align-items: center; gap: 8px; overflow: hidden; cursor: pointer; transition: .12s; width: 100%; }
.fauxinput:hover { background: #fff; box-shadow: 1px 1px 0 var(--ink); }
.fauxinput .sp { color: var(--orange); flex: none; }
.fauxinput .em { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fauxinput .cpy { margin-left: auto; flex: none; font-size: 0.68rem; font-weight: 700; color: var(--muted); }
.ingest { flex: none; background: var(--blue); border: 1.5px solid var(--line); color: #fff; border-radius: 9px; padding: 11px 20px; font-weight: 700; font-size: 0.9rem; text-decoration: none; box-shadow: 1px 1px 0 var(--ink); transition: transform .1s, box-shadow .1s; }
.ingest:hover { transform: translate(-1px,-1px); box-shadow: 1px 1px 0 var(--ink); }
.ingest:active { transform: translate(1px,1px); box-shadow: 1px 1px 0 var(--ink); }
.controls { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 10px; font-family: var(--mono); font-size: 0.76rem; color: var(--soft); }
.ctl .box { background: var(--paper); border: 1.5px solid var(--line); border-radius: 7px; padding: 5px 9px; font-weight: 700; color: var(--soft); display: inline-flex; align-items: center; gap: 7px; }
.ctl .box .car { opacity: .5; }
.gdot { width: 9px; height: 9px; border-radius: 50%; background: var(--green-ink); display: inline-block; margin-right: 3px; flex: none; }
.tog { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; user-select: none; border: 0; background: none; font: inherit; font-family: var(--mono); color: var(--soft); padding: 0; }
.tog .sw { width: 36px; height: 20px; border-radius: 999px; background: var(--green-ink); border: 1.5px solid var(--ink); position: relative; transition: background .2s; flex: none; }
.tog .sw::after { content: ""; position: absolute; top: 1px; left: 17px; width: 14px; height: 14px; border-radius: 50%; background: #fff; border: 1.5px solid var(--ink); transition: left .2s; }
.tog[aria-pressed="false"] .sw { background: #BDB9AB; }
.tog[aria-pressed="false"] .sw::after { left: 1px; }
.tag-new { background: var(--ink); color: var(--lime); font-size: 0.6rem; font-weight: 800; letter-spacing: 0.06em; padding: 2px 6px; border-radius: 4px; }
.try { margin: 18px 0 0; font-family: var(--mono); font-size: 0.8rem; color: var(--muted); text-align: center; text-transform: uppercase; letter-spacing: 0.04em; }
.try b { color: var(--ink); }
.chips { display: inline-flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 10px; }
.chip { font-family: var(--mono); text-decoration: none; background: var(--card); border: 1.5px solid var(--line); border-radius: 9px; padding: 7px 12px; font-weight: 700; font-size: 0.78rem; color: var(--ink); transition: transform .1s, box-shadow .1s; box-shadow: 1px 1px 0 var(--ink); }
.chip:hover { transform: translate(-1px,-1px); box-shadow: 1px 1px 0 var(--ink); }
.chip:active { transform: translate(1px,1px); box-shadow: 1px 1px 0 var(--ink); }
.hero-hint { text-align: center; color: var(--muted); font-family: var(--mono); font-size: 0.8rem; margin: 18px 0 0; }

/* Badges */
.badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: clamp(26px, 4vw, 40px); }
.badge { display: inline-flex; border: 1.5px solid var(--line); border-radius: 6px; overflow: hidden; font-family: var(--mono); font-size: 0.72rem; font-weight: 700; }
.badge .k { background: var(--ink); color: #F3EFE3; padding: 4px 8px; }
.badge .v { color: var(--ink); padding: 4px 8px; background: var(--bc); border-left: 1.5px solid var(--line); }

/* Trend */
.trend-wrap { display: flex; justify-content: center; margin-top: 24px; }
.trend { display: inline-flex; align-items: center; gap: 14px; background: var(--card); border: 1.75px solid var(--line); border-radius: 14px; padding: 11px 20px 11px 12px; box-shadow: 1px 1px 0 var(--ink); }
.medal { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; font-size: 1.4rem; background: var(--yellow); border: 1.5px solid var(--line); flex: none; }
.medal span { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }
.trend-txt { display: flex; flex-direction: column; line-height: 1.25; }
.trend-txt .tk { font-family: var(--mono); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.1em; color: var(--muted); }
.trend-txt .tv { font-family: var(--display); font-weight: 700; font-size: 1.1rem; color: var(--ink); }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 14px; margin-top: clamp(32px, 5vw, 48px); }
@media (max-width: 640px) {
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:last-child:nth-child(odd) { grid-column: 1 / -1; justify-self: center; width: calc(50% - 7px); }
}
.stat { background: var(--card); border-radius: 16px; padding: 20px 16px; text-align: center; box-shadow: 3px 3px 3px var(--c); transition: transform .18s ease, box-shadow .18s ease; }
.stat:hover { transform: translateY(-5px); box-shadow: 4px 10px 16px -2px var(--c); }
.stat .num { font-family: var(--display); font-weight: 800; font-size: clamp(2rem, 4.4vw, 2.8rem); line-height: 1; color: var(--ink); font-variant-numeric: tabular-nums; }
.stat .lbl { margin-top: 8px; font-family: var(--mono); font-size: 0.84rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; color: var(--muted); line-height: 1.35; }

/* Explore */
.explore { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; margin-top: clamp(32px, 5vw, 48px); }
@media (max-width: 520px) { .explore { grid-template-columns: 1fr; } }
.xcard { text-decoration: none; background: var(--card); border-radius: 16px; padding: 20px; transition: transform .12s, background .12s; display: flex; flex-direction: column; gap: 5px; }
.xcard:hover { background: var(--c); }
.xcard .xk, .xcard .xd, .xcard .xgo { transition: color .12s; }
.xcard .xk { font-family: var(--display); font-weight: 700; font-size: 1.25rem; color: var(--ink); }
.xcard .xd { color: var(--soft); font-size: 0.92rem; }
.xcard .xgo { margin-top: auto; padding-top: 14px; font-family: var(--mono); font-weight: 700; font-size: 0.78rem; color: var(--ink); }
.xcard:hover .xk, .xcard:hover .xgo { color: #fff; }
.xcard:hover .xd { color: rgba(255,255,255,0.85); }

/* Cards */
.pgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 720px) { .pgrid { grid-template-columns: 1fr; } }
.jobcard .kicker { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: #fff; background: var(--c); border: 1.5px solid var(--line); padding: 3px 10px; border-radius: 999px; }
.jobcard h3 { font-family: var(--display); font-weight: 700; font-size: 1.42rem; margin: 14px 0 0; color: var(--ink); }
.ptags { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 6px; }
.pt { font-family: var(--mono); font-size: 0.7rem; font-weight: 700; color: var(--ink); background: var(--paper); border: 1.5px solid var(--line); padding: 3px 8px; border-radius: 6px; }

/* Timeline */
.timeline { margin-top: 6px; }
.tl { position: relative; padding: 0 0 28px 34px; border-left: 1.75px solid var(--line); margin-left: 8px; }
.tl:last-child { border-left-color: transparent; padding-bottom: 0; }
.tl::before { content: ""; position: absolute; left: -11px; top: 3px; width: 18px; height: 18px; background: var(--c); border: 1.75px solid var(--line); border-radius: 5px; transform: rotate(45deg); }
.tl .when { font-family: var(--mono); font-size: 0.74rem; font-weight: 700; color: var(--muted); display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: 0.03em; }
.tl .now { font-size: 0.6rem; font-weight: 800; letter-spacing: 0.06em; color: var(--ink); background: var(--lime); border: 1.5px solid var(--ink); padding: 1px 7px; border-radius: 999px; }
.tl-stage { font-size: 0.62rem; font-weight: 800; letter-spacing: 0.06em; color: #fff; background: var(--c); padding: 1px 8px; border-radius: 999px; }
.tl .role { font-family: var(--display); font-weight: 700; font-size: 1.24rem; margin: 6px 0 0; color: var(--ink); }
.tl .co { color: #fff; background: var(--c); border-radius: 6px; padding: 0 6px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.tl .place { font-family: var(--mono); font-size: 0.78rem; color: var(--muted); margin-top: 6px; }
.tl ul { margin: 10px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 6px; }
.tl li { position: relative; padding-left: 20px; color: var(--soft); font-size: 0.95rem; }
.tl li::before { content: "▸"; position: absolute; left: 0; color: var(--c); font-weight: 700; top: 0; }
.tl li strong { color: var(--ink); }
.lesson { margin-top: 14px; padding: 12px 16px; background: var(--paper); border-left: 2px solid var(--c); border-radius: 10px; }
.lesson-lbl { display: block; font-family: var(--mono); font-size: 0.66rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: var(--c); }
.lesson p { margin: 4px 0 0; font-family: var(--display); font-weight: 600; font-style: italic; color: var(--ink); font-size: 0.96rem; line-height: 1.4; }
.jobcard { background: var(--card); border-radius: 18px; padding: 22px 26px 20px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); gap: 6px 44px; transition: transform .12s; }
.jobcard:hover { transform: translate(-1px,-1px); }
.jc-main { min-width: 0; }
.jc-side { min-width: 0; display: flex; flex-direction: column; justify-content: flex-start; gap: 14px; }
.metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(118px, 1fr)); gap: 10px; }
.metric { border-radius: 12px; padding: 12px 12px 10px; background: var(--paper); min-width: 0; }
.metric .mn { font-family: var(--display); font-weight: 800; font-size: clamp(1.05rem, 1.3vw, 1.3rem); line-height: 1.04; letter-spacing: -0.02em; color: var(--c); white-space: nowrap; }
.metric .ml { font-family: var(--mono); font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; color: var(--muted); margin-top: 7px; line-height: 1.45; }
.awrow { display: flex; flex-wrap: wrap; gap: 8px; }
.awchip { display: inline-flex; align-items: center; gap: 7px; border: 1.5px solid var(--line); border-radius: 999px; background: var(--yellow); padding: 5px 12px; font-family: var(--mono); font-size: 0.7rem; font-weight: 700; color: var(--ink); }
.aw-lbl { display: block; font-family: var(--mono); font-weight: 800; font-size: 0.62rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.aw-list { display: flex; flex-wrap: wrap; gap: 8px; }
.award { display: inline-flex; align-items: center; gap: 9px; background: var(--yellow); border-radius: 9px; padding: 6px 12px 6px 9px; }
.award .ic { font-size: 0.98rem; line-height: 1; }
.award .aw-t { display: flex; flex-direction: column; line-height: 1.18; }
.award .aw-t b { font-family: var(--display); font-weight: 700; font-size: 0.86rem; color: var(--ink); }
.award .aw-t i { font-style: normal; font-family: var(--mono); font-size: 0.63rem; color: var(--muted); margin-top: 1px; }
@media (max-width: 920px) { .jobcard { grid-template-columns: 1fr; gap: 14px; } .jc-side { justify-content: flex-start; } }
.masonry { display: flex; flex-wrap: wrap; gap: 16px; align-items: flex-start; }
.mcol { flex: 1 1 0; display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.jobcard.skill { grid-template-columns: 1fr; gap: 14px; }
.jobcard.skill .jc-side { justify-content: flex-start; }
.jobcard.skill h3 { margin-top: 12px; }
.jobcard.skill .jc-main p { color: var(--soft); font-size: 0.97rem; line-height: 1.55; margin: 9px 0 0; max-width: 68ch; }
@media (max-width: 920px) { .jobcard.skill { grid-template-columns: 1fr; gap: 14px; } }
@media (max-width: 560px) { .jobcard { padding: 18px 16px 16px; } .tl { padding-left: 15px; margin-left: 2px; } .tl::before { left: -10px; width: 16px; height: 16px; } }
.cg + .cg { margin-top: 12px; }
.cg-l { display: block; font-family: var(--mono); font-size: 0.66rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: var(--c); margin-bottom: 7px; }
.cg-c { display: flex; flex-wrap: wrap; gap: 6px; }
.cards2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.tkcard { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; background: var(--card); border-radius: 14px; padding: 14px 16px 15px; text-decoration: none; color: var(--ink); transition: transform .12s; border-top: 2px solid var(--tc); }
.tkcard.nolink { cursor: default; }
a.tkcard:hover { transform: translate(-1px,-1px); }
.tk-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; }
.tk-type { font-family: var(--mono); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: #fff; background: var(--tc); border: 1.5px solid var(--line); padding: 3px 10px; border-radius: 999px; white-space: nowrap; }
.tk-t { font-family: var(--display); font-weight: 700; font-size: 1.04rem; line-height: 1.26; }
.tk-v { font-family: var(--mono); font-size: 0.71rem; color: var(--muted); line-height: 1.45; }
.tk-yr { font-family: var(--mono); font-weight: 800; font-size: 0.74rem; color: var(--tc); white-space: nowrap; }
@media (max-width: 620px) { .cards2 { grid-template-columns: 1fr; } }

.sec-head { display: flex; align-items: center; gap: 14px; margin: clamp(26px, 4vw, 40px) 0 18px; }
.sec-head .sec-t { display: flex; align-items: baseline; gap: 11px; flex: none; }
.sec-head h2 { font-family: var(--display); font-weight: 800; font-size: clamp(1.2rem, 2vw, 1.55rem); letter-spacing: -0.02em; color: var(--ink); margin: 0; white-space: nowrap; }
.sec-head .sec-n { font-family: var(--mono); font-weight: 700; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); }
.sec-mark { flex: none; width: 15px; height: 15px; background: var(--c); border: 1.75px solid var(--ink); border-radius: 4px; transform: rotate(45deg); box-shadow: 1px 1px 0 var(--ink); }
.sec-rule { flex: 1; min-width: 20px; height: 0; border-top: 2.5px dashed var(--line); }
@media (max-width: 560px) { .sec-head .sec-t { flex: 0 1 auto; min-width: 0; } .sec-head h2 { white-space: normal; } }

.trcard2 { background: var(--card); border-left: 2px solid var(--orange); border-radius: 14px; padding: 20px 22px; display: flex; flex-direction: column; justify-content: center; }
.trcard2 .it-t { font-family: var(--display); font-weight: 700; font-size: 1.14rem; color: var(--ink); }
.trcard2 .it-s { font-family: var(--mono); font-size: 0.78rem; color: var(--muted); margin-top: 7px; line-height: 1.5; }

.panelstack { display: grid; gap: 14px; }
.pcard { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px 20px; background: var(--card); border-radius: 14px; border-left: 2px solid var(--tc); padding: 16px 22px; transition: transform .12s; }
.pcard:hover { transform: translate(-1px,-1px); }
.pc-t { font-family: var(--display); font-weight: 700; font-size: 1.14rem; color: var(--ink); }
.pc-v { font-family: var(--mono); font-size: 0.75rem; color: var(--muted); margin-top: 3px; }
.pc-yr { font-family: var(--mono); font-weight: 700; font-size: 0.78rem; color: var(--muted); white-space: nowrap; }
@media (max-width: 560px) { .pcard { grid-template-columns: 1fr; } .pcard .pc-yr { justify-self: start; } }
.reclist { margin: -6px 0 clamp(30px, 5vw, 44px); }
.rl-h { font-family: var(--mono); font-weight: 800; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); margin: 18px 0 10px; }
.recgrid { display: flex; flex-wrap: wrap; gap: 10px; }
.recchip { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; background: var(--card); border: 1.5px solid var(--line); border-radius: 10px; padding: 10px 14px; font-family: var(--mono); font-size: 0.78rem; font-weight: 700; color: var(--ink); box-shadow: 1px 1px 0 var(--ink); transition: transform .1s, box-shadow .1s; }
.recchip:hover { transform: translate(-1px,-1px); box-shadow: 1px 1px 0 var(--ink); }
.recchip .pl { color: var(--orange); }

/* Talks */
.talk { display: grid; grid-template-columns: 116px 1fr auto; gap: 6px 18px; align-items: center; padding: 15px; border: 1.75px solid var(--line); border-radius: 12px; background: var(--card); margin-bottom: 12px; box-shadow: 1px 1px 0 var(--ink); transition: transform .1s, box-shadow .1s; }
.talk:hover { transform: translate(-1px,-1px); box-shadow: 1px 1px 0 var(--tc); }
.talk .ty { font-family: var(--mono); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink); background: var(--tc); border: 1.5px solid var(--line); padding: 3px 9px; border-radius: 6px; justify-self: start; }
.talk .nm { font-weight: 700; color: var(--ink); }
.talk .vn { font-family: var(--mono); font-size: 0.78rem; color: var(--muted); text-align: right; }
.talk .vn b { color: var(--ink); }
@media (max-width: 600px){ .talk { grid-template-columns: 1fr; } .talk .vn { text-align: left; } }

/* Cards / about */
.softcard { background: var(--card); color: var(--ink); border-radius: 20px; padding: clamp(24px, 4vw, 40px); }
.bio-copy p { margin: 0 0 15px; color: var(--soft); }
.bio-copy p:last-child { margin: 0; }
.bio-copy strong { color: var(--ink); }
.bio-copy em { font-style: normal; background: var(--lime); border: 1.5px solid var(--ink); border-radius: 6px; padding: 0 4px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.bio-copy .bigquote { margin: 0 0 20px; }
.bigquote { font-family: var(--display); font-weight: 700; font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.15; color: var(--ink); }
.bigquote .hl { background: var(--yellow); border: 1.5px solid var(--ink); border-radius: 6px; padding: 0 5px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.bio-copy .signature-quote { margin: 0 0 24px; padding-left: 18px; border-left: 2px solid var(--orange); font-family: var(--display); font-style: italic; font-weight: 600; font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.4; color: var(--orange); }

.infogrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.infoitem { padding: 16px 20px; background: var(--card); border-left: 2px solid var(--c); border-radius: 12px; }
.infoitem .it-t { font-family: var(--display); font-weight: 700; font-size: 1.05rem; color: var(--ink); }
.infoitem .it-r { font-family: var(--mono); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; color: var(--c); margin-top: 4px; }
.infoitem .it-s { font-family: var(--mono); font-size: 0.76rem; color: var(--muted); margin-top: 8px; }
@media (max-width: 560px){ .infogrid { grid-template-columns: 1fr; } }

.beliefs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.belief { display: flex; align-items: flex-start; gap: 18px; margin: 0; background: var(--card); border-left: 2px solid var(--c); border-radius: 14px; padding: 22px 24px; }
.belief-n { flex: none; font-family: var(--mono); font-weight: 800; font-size: clamp(1.1rem, 2.2vw, 1.5rem); color: var(--violet); opacity: 0.4; min-width: 1.6em; }
.belief-t { margin: 0; font-family: var(--display); font-weight: 700; font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.3; color: var(--ink); }
.belief-e { margin: 8px 0 0; color: var(--soft); font-size: 0.94rem; line-height: 1.5; }
@media (max-width: 620px) { .beliefs { grid-template-columns: 1fr; } }

.topicchips { display: flex; flex-wrap: wrap; gap: 9px; }
.topicchip { font-family: var(--mono); font-size: 0.78rem; font-weight: 700; color: var(--ink); background: var(--card); border-left: 2px solid var(--green-ink); border-radius: 999px; padding: 7px 14px; }

.questions { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.question { margin: 0; background: var(--card); border-left: 2px solid var(--indigo); border-radius: 14px; padding: 20px 22px; font-family: var(--display); font-style: italic; font-weight: 600; font-size: clamp(1rem, 1.8vw, 1.15rem); line-height: 1.4; color: var(--ink); }
@media (max-width: 620px) { .questions { grid-template-columns: 1fr; } }

.mindchanges { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mindchange { background: var(--card); border-left: 2px solid var(--orange); border-radius: 14px; padding: 22px 24px; }
.mc-was { margin: 0 0 10px; color: var(--muted); font-size: 0.94rem; }
.mc-now { display: flex; align-items: baseline; gap: 10px; margin: 0; font-family: var(--display); font-weight: 700; font-size: 1.1rem; color: var(--orange); }
.mc-mark { flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); transform: translateY(-2px); }
@media (max-width: 620px) { .mindchanges { grid-template-columns: 1fr; } }

.story { margin: 0; color: var(--soft); font-size: 1.05rem; line-height: 1.7; max-width: 68ch; }

.curiosity { margin: 0; color: var(--soft); font-size: 1.05rem; line-height: 1.6; max-width: 68ch; }

.resumeline { margin: clamp(30px, 5vw, 48px) 0 0; text-align: center; }
.resumeline a { font-family: var(--mono); font-size: 0.82rem; color: var(--muted); text-decoration: none; border-bottom: 1.5px dotted var(--muted); }
.resumeline a:hover { color: var(--ink); border-color: var(--ink); }
.cc-t { display: block; font-weight: 700; font-size: 0.88rem; color: var(--ink); line-height: 1.24; }
.cc-s { display: block; font-family: var(--mono); font-size: 0.67rem; color: var(--muted); margin-top: 4px; }

.two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 18px; }
.three { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 860px){ .three { grid-template-columns: 1fr; } }
a.talk { text-decoration: none; }
.yt-cta { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; font-size: 0.92rem; padding: 13px 22px; border-radius: 10px; border: 1.75px solid var(--ink); background: var(--yellow); color: var(--ink); box-shadow: 1px 1px 0 var(--ink); transition: transform .1s, box-shadow .1s; margin-bottom: 26px; }
.yt-cta:hover { transform: translate(-1px,-1px); box-shadow: 1px 1px 0 var(--ink); }
.yt-cta:active { transform: translate(1px,1px); box-shadow: 1px 1px 0 var(--ink); }
.mini a { color: inherit; }
.mini .it-t a { text-decoration: none; border-bottom: 2px solid var(--c); }
.mini h3 a { border-bottom: 3px solid var(--c); padding-bottom: 1px; }
.mini h3 a:hover { background: var(--c); color: #fff; }
@media (max-width: 720px){ .two { grid-template-columns: 1fr; } }
.mini h3 { font-family: var(--display); font-weight: 700; font-size: 1.2rem; margin: 0 0 12px; display: flex; align-items: center; gap: 9px; }
.mini h3 .d { width: 14px; height: 14px; background: var(--c); border: 1.5px solid var(--line); border-radius: 4px; transform: rotate(45deg); }
.mini h3 .clogo { flex: none; width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; background: var(--c); color: #fff; border: 1.75px solid var(--ink); border-radius: 9px; box-shadow: 1px 1px 0 var(--ink); font-family: var(--mono); font-weight: 800; font-size: 0.72rem; letter-spacing: -0.03em; }
.mini h3 .clogo.img { background: #fff; padding: 4px; object-fit: contain; }
.mini .item { padding: 11px 0; border-top: 2px solid var(--paper); }
.mini .item:first-of-type { border-top: 0; }
.mini .it-t { font-weight: 700; color: var(--ink); }
.mini .it-s { font-family: var(--mono); font-size: 0.78rem; color: var(--muted); }

.tk-h { font-family: var(--display); font-weight: 700; font-size: 1.3rem; margin: 0 0 14px; color: var(--ink); }
.tk-h + .toolgroup { border-top: 0; padding-top: 0; }
.stk.hot { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.toolgroup { padding: 14px 0; border-top: 2px solid var(--paper); display: grid; grid-template-columns: 150px 1fr; gap: 6px 18px; }
.toolgroup:first-child { border-top: 0; padding-top: 0; }
@media (max-width: 560px){ .toolgroup { grid-template-columns: 1fr; } }
.toolgroup .gl { font-family: var(--mono); font-weight: 800; font-size: 0.72rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink); padding-top: 4px; display: inline-flex; }
.toolgroup .gl::before { content: ""; width: 12px; height: 12px; background: var(--c); border: 1.5px solid var(--line); border-radius: 3px; margin-right: 8px; transform: rotate(45deg); align-self: center; }
.toolgroup .gt { display: flex; flex-wrap: wrap; gap: 7px; }
.stk { font-family: var(--mono); font-size: 0.72rem; font-weight: 700; color: var(--ink); background: var(--paper); border: 1.5px solid var(--line); border-radius: 6px; padding: 4px 8px; transition: transform .1s, box-shadow .1s; }
.stk:hover { border-color: var(--ink); }
.skmethods { display: flex; flex-wrap: wrap; gap: 7px; }

.rsearch-wrap { position: relative; margin-bottom: clamp(18px, 3vw, 26px); }
.rs-icon { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; color: var(--muted); pointer-events: none; }
.rsearch { width: 100%; font-family: var(--mono); font-weight: 600; font-size: 0.9rem; color: var(--ink); background: var(--card); border: 1.75px solid var(--line); border-radius: 12px; padding: 13px 16px 13px 44px; box-shadow: 1px 1px 0 var(--ink); appearance: none; -webkit-appearance: none; }
.rsearch::placeholder { color: var(--muted); }
.rsearch:focus { outline: none; border-color: var(--blue); box-shadow: 1px 1px 0 var(--blue); }
.rsearch:focus + .rs-icon, .rsearch-wrap:focus-within .rs-icon { color: var(--blue); }
.r-count { font-family: var(--mono); font-weight: 700; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); margin: 0 0 14px; }

.rtabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: clamp(22px, 3.5vw, 32px); }
.rtab { font-family: var(--mono); font-weight: 800; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink); background: var(--card); border: 1.75px solid var(--line); border-radius: 11px; padding: 10px 16px; box-shadow: 1px 1px 0 var(--ink); cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: transform .1s, box-shadow .1s, background .1s, color .1s; }
.rtab:hover { transform: translate(-1px, -1px); box-shadow: 1px 1px 0 var(--ink); }
.rtab.active { background: var(--c); color: #fff; }
.rtab .rt-n { font-family: var(--mono); font-weight: 700; font-size: 0.66rem; padding: 1px 6px; border-radius: 999px; background: var(--paper); color: var(--ink); border: 1.5px solid var(--ink); }
.rpanel { display: none; }
.rpanel.active { display: block; animation: pageFade .3s ease; }
.rgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 720px) { .rgrid { grid-template-columns: 1fr; } }
.rcard { display: flex; align-items: center; gap: 15px; text-decoration: none; color: var(--ink); background: var(--card); border-left: 2px solid var(--c); border-radius: 14px; padding: 14px 16px; transition: transform .12s; }
.rcard:hover { transform: translate(-2px, -2px); }
.rc-badge { flex: none; width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; background: var(--card); border: 1.75px solid var(--ink); border-radius: 12px; box-shadow: 1px 1px 0 var(--ink); overflow: hidden; }
.rc-fav { width: 26px; height: 26px; object-fit: contain; display: block; }
.rc-ini { display: none; font-family: var(--mono); font-weight: 800; font-size: 0.82rem; color: #fff; }
.rc-badge.noimg { background: var(--c); }
.rc-badge.noimg .rc-fav { display: none; }
.rc-badge.noimg .rc-ini { display: inline-flex; }
.rc-main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.rc-t { font-family: var(--display); font-weight: 700; font-size: 1.04rem; color: var(--ink); line-height: 1.25; }
.rc-s { font-family: var(--mono); font-size: 0.73rem; color: var(--muted); margin-top: 3px; }
.rc-go { flex: none; font-family: var(--mono); font-weight: 800; font-size: 1.05rem; color: var(--c); }
.rempty { display: flex; align-items: center; gap: 14px; background: var(--card); border: 2.5px dashed var(--line); border-radius: 16px; padding: clamp(26px, 4vw, 40px); }
.rempty .re-mark { flex: none; width: 16px; height: 16px; background: var(--c); border: 1.75px solid var(--ink); border-radius: 4px; transform: rotate(45deg); box-shadow: 1px 1px 0 var(--ink); }
.rempty p { margin: 0; font-family: var(--mono); font-size: 0.85rem; color: var(--muted); }

.recommends { margin-bottom: 20px; }
.reccard { display: block; text-decoration: none; color: var(--ink); background: var(--card); border-left: 2px solid var(--magenta-ink); border-radius: 14px; padding: 16px 20px; transition: transform .12s; }
.reccard:hover { transform: translate(-2px, -2px); }
.rec-t { display: flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 700; font-size: 1.05rem; color: var(--ink); }
.rec-go { font-family: var(--mono); font-weight: 800; font-size: 0.95rem; color: var(--magenta-ink); }
.rec-why { margin: 8px 0 0; color: var(--soft); font-size: 0.92rem; line-height: 1.5; }
.rec-who { margin: 8px 0 0; font-family: var(--mono); font-size: 0.72rem; color: var(--muted); }
.rec-who-lbl { font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; color: var(--magenta-ink); margin-right: 6px; }

.toolcat { background: var(--card); border-radius: 14px; padding: 15px 17px; }
.tc-l { display: block; font-family: var(--mono); font-weight: 800; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--c); margin-bottom: 12px; }
.tc-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.tlk { font-family: var(--mono); font-size: 0.72rem; font-weight: 700; color: var(--ink); background: var(--paper); border: 1.5px solid var(--line); border-radius: 6px; padding: 4px 9px; text-decoration: none; transition: transform .1s, box-shadow .1s, background .1s, color .1s; }
a.tlk::after { content: "↗"; margin-left: 4px; font-size: 0.85em; opacity: 0.5; }
.tlk:hover { background: var(--c); color: #fff; border-color: var(--ink); transform: translate(-1px, -1px); box-shadow: 1px 1px 0 var(--ink); }
.tlk.hot { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.tlk.hot:hover { background: var(--c); color: #fff; }

.toolcat-more { margin-top: 14px; }
.toolcat-more summary { background: var(--card); border-radius: 14px; padding: 15px 17px; display: flex; align-items: center; gap: 10px; cursor: pointer; list-style: none; }
.toolcat-more summary::-webkit-details-marker { display: none; }
.toolcat-more summary .tc-l { margin-bottom: 0; }
.toolcat-more summary::after { content: "+ show"; margin-left: auto; font-family: var(--mono); font-size: 0.68rem; font-weight: 700; color: var(--muted); }
.toolcat-more[open] summary::after { content: "- hide"; }
.toolcat-more .tc-more-n { font-family: var(--mono); font-size: 0.68rem; color: var(--muted); }
.toolgrid-more { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 14px; }
@media (max-width: 920px) { .toolgrid-more { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .toolgrid-more { grid-template-columns: 1fr; } }

.chanrow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px){ .chanrow { grid-template-columns: 1fr; } }
.chancard { display: flex; align-items: center; gap: 15px; text-decoration: none; color: var(--ink); background: var(--card); border-left: 2px solid var(--c); border-radius: 14px; padding: 16px 18px; transition: transform .12s; }
.chancard:hover { transform: translate(-1px,-1px); }
.chan-badge { flex: none; width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; background: var(--c); color: #fff; border: 1.75px solid var(--ink); border-radius: 12px; box-shadow: 1px 1px 0 var(--ink); font-family: var(--mono); font-weight: 800; font-size: 0.95rem; }
.chan-main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.chan-n { font-family: var(--display); font-weight: 700; font-size: 1.08rem; color: var(--ink); }
.chan-h { font-family: var(--mono); font-size: 0.74rem; color: var(--muted); word-break: break-word; }
.chan-go { flex: none; font-family: var(--mono); font-weight: 800; font-size: 1.1rem; color: var(--c); }

footer.foot { padding: 22px 0 46px; }
footer.foot .wrap { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 10px; font-family: var(--mono); font-size: 0.76rem; color: var(--muted); border-top: 1.5px solid var(--line); padding-top: 20px; }

.toast { position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 20px); background: var(--ink); color: var(--lime); font-family: var(--mono); font-weight: 700; font-size: 0.82rem; padding: 11px 18px; border-radius: 10px; border: 2px solid var(--lime); box-shadow: 4px 4px 0 rgba(0,0,0,0.3); opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; z-index: 120; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

a:focus-visible, .pcard:focus-visible, .chip:focus-visible, .fauxinput:focus-visible, .tog:focus-visible, .menu-btn:focus-visible, .xcard:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s cubic-bezier(.2,.7,.2,1), transform .55s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .flt, .flt2, .medal span, .page.active { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .progress { display: none; }
}
