/* Curriculum card artifacts — chosen variants transplanted into index-brutalist-v2 .mc-art slots.
   All classes are scoped per-variant (gNNvM / sNNvM / m01cc / m07li) to avoid collisions. */

/* ===== Module 00 · Principles → g00v10 ===== */
.g00v10 {
  width: 100%;
  height: 240px;
  box-sizing: border-box;
  overflow: hidden;
  background: var(--bg);
  font-family: 'Geist', system-ui, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.g00v10-win {
  width: 100%;
  max-width: 380px;
  height: 100%;
  background: #1e1e1e;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.02) inset;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.g00v10-bar {
  height: 30px;
  flex: 0 0 30px;
  background: #2a2a2a;
  border-bottom: 1px solid #1a1a1a;
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 7px;
}
.g00v10-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.g00v10-d1 { background: #ff5f57; }
.g00v10-d2 { background: #febc2e; }
.g00v10-d3 { background: #28c840; }
.g00v10-tab {
  margin-left: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Geist', system-ui, sans-serif;
  font-size: 10.5px;
  color: #b8b6b2;
  background: #1e1e1e;
  padding: 4px 12px 4px 9px;
  border-radius: 5px 5px 0 0;
  margin-bottom: -1px;
  border: 1px solid #1a1a1a;
  border-bottom: none;
}
.g00v10-tab svg { display: block; }
.g00v10-pin {
  margin-left: auto;
  color: #7e57c2;
  display: flex;
}
.g00v10-body {
  flex: 1;
  padding: 13px 16px 0 16px;
  overflow: hidden;
  position: relative;
}
.g00v10-h1 {
  font-size: 18px;
  font-weight: 700;
  color: #dcdcdc;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
  line-height: 1.1;
}
.g00v10-intro {
  font-size: 10px;
  color: #8d8d8d;
  line-height: 1.45;
  margin-bottom: 11px;
}
.g00v10-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 11px;
}
.g00v10-li {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.g00v10-num {
  font-family: 'Geist Mono', monospace;
  font-size: 10.5px;
  font-weight: 600;
  color: #9b7fd4;
  flex: 0 0 12px;
}
.g00v10-txt {
  font-size: 11px;
  color: #cfcfcf;
  line-height: 1.35;
  font-weight: 500;
}
.g00v10-txt em {
  color: #d97757;
  font-style: normal;
  font-weight: 600;
}
.g00v10-callout {
  background: rgba(126, 87, 194, 0.10);
  border-left: 3px solid #7e57c2;
  border-radius: 0 5px 5px 0;
  padding: 8px 11px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.g00v10-co-head {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a98ddb;
}
.g00v10-co-head svg { display: block; }
.g00v10-co-quote {
  font-size: 11px;
  color: #d6cdea;
  line-height: 1.4;
  font-style: italic;
}

/* ===== Module 01 · Foundation → Claude Code welcome (m01cc) ===== */
.m01cc-device { border-radius: 0; overflow: hidden; border: 1px solid var(--line-2); background: #0c0d0e; box-shadow: 0 12px 30px -16px rgba(0,0,0,0.9); position: relative; width: 100%; }
.m01cc-device-tab { height: 20px; display: flex; align-items: center; gap: 5px; padding: 0 9px; background: #1f2123; border-bottom: 1px solid #000; }
.m01cc-device-tab .m01cc-dot { width: 7px; height: 7px; border-radius: 50%; }
.m01cc-device-tab .m01cc-dot.m01cc-r { background: #ff5f57; }
.m01cc-device-tab .m01cc-dot.m01cc-y { background: #febc2e; }
.m01cc-device-tab .m01cc-dot.m01cc-g { background: #28c840; }
.m01cc-device-tab .m01cc-url { margin-left: 6px; font-family: 'Geist Mono', monospace; font-size: 8px; color: #6b6e6b; background: #16181a; border-radius: 0; padding: 2px 7px; flex: 1; max-width: 240px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.m01cc-ccw { background: #0c0d0e; padding: 12px 12px 13px; font-family: 'Geist Mono', monospace; }
.m01cc-ccw-box { position: relative; border: 1px solid #d97757; padding: 11px 13px 10px; }
.m01cc-ccw-title { position: absolute; top: -6px; left: 10px; background: #0c0d0e; padding: 0 5px; color: #d97757; font-size: 9px; }
.m01cc-ccw-ver { color: var(--ink-3); }
.m01cc-ccw-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 0; }
.m01cc-ccw-left { padding-right: 12px; }
.m01cc-ccw-hi { color: var(--ink); font-size: 10px; text-align: center; }
.m01cc-ccw-mascot { display: flex; justify-content: center; margin: 5px 0 7px; }
.m01cc-ccw-meta { color: var(--ink-3); font-size: 8px; }
.m01cc-ccw-cwd { color: var(--ink-2); font-size: 8px; margin-top: 7px; }
.m01cc-ccw-right { border-left: 1px solid #d97757; padding-left: 12px; }
.m01cc-ccw-h { color: #d97757; font-size: 8.5px; }
.m01cc-ccw-p { color: var(--ink-2); font-size: 8px; margin-top: 2px; line-height: 1.4; }
.m01cc-ccw-cmd { color: #d97757; }
.m01cc-ccw-rule { height: 1px; background: rgba(217,119,87,0.4); margin: 7px 0; }
.m01cc-ccw-mic { display: flex; justify-content: center; margin-top: 11px; }
.m01cc-ccw-pill { display: inline-flex; align-items: center; background: #161616; border: 1px solid var(--line-2); border-radius: 999px; padding: 6px 16px; }
@media (max-width: 620px) { .m01cc-ccw-grid { grid-template-columns: 1fr; } .m01cc-ccw-right { border-left: none; border-top: 1px solid #d97757; padding-left: 0; padding-top: 8px; margin-top: 8px; } .m01cc-ccw-left { padding-right: 0; } }

/* ===== Module 04 · Life OS → g04v4 ===== */
.g04v4{width:100%;height:240px;box-sizing:border-box;overflow:hidden;background:var(--bg);font-family:'Geist',system-ui,sans-serif;color:var(--ink);position:relative;padding:16px 18px 0 18px;display:flex;flex-direction:column;gap:13px}
.g04v4 *{box-sizing:border-box}
.g04v4-hdr{display:flex;align-items:baseline;justify-content:space-between;gap:12px}
.g04v4-hl{display:flex;align-items:baseline;gap:11px;min-width:0}
.g04v4-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 9px 1px rgba(139,92,246,.7);flex:none;align-self:center}
.g04v4-title{font-size:21px;font-weight:600;letter-spacing:-.5px;color:var(--ink);white-space:nowrap}
.g04v4-sub{font-size:11px;color:var(--ink-3);font-family:'Geist Mono',monospace;letter-spacing:.3px}
.g04v4-time{font-family:'Geist Mono',monospace;font-size:13px;color:var(--ink-2);letter-spacing:.5px;display:flex;align-items:baseline;gap:7px;white-space:nowrap}
.g04v4-time b{color:var(--ink);font-weight:600}
.g04v4-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}
.g04v4-tile{background:var(--bg-2);border:1px solid var(--line);border-radius:11px;padding:13px 14px 14px 14px;position:relative;overflow:hidden}
.g04v4-tile.acc{background:linear-gradient(150deg,rgba(139,92,246,.16),rgba(139,92,246,.03));border-color:rgba(139,92,246,.32)}
.g04v4-tlab{font-size:10.5px;color:var(--ink-3);text-transform:uppercase;letter-spacing:.9px;font-weight:600;display:flex;align-items:center;gap:6px}
.g04v4-tlab .pip{width:6px;height:6px;border-radius:2px;flex:none}
.g04v4-tval{font-family:'Geist Mono',monospace;font-size:30px;font-weight:600;letter-spacing:-1.2px;color:var(--ink);margin-top:7px;line-height:1;display:flex;align-items:baseline;gap:3px}
.g04v4-tval .u{font-size:15px;color:var(--ink-2);font-weight:500}
.g04v4-tval.vacc{color:var(--accent-2)}
.g04v4-tdelta{font-size:10px;font-family:'Geist Mono',monospace;margin-top:7px;letter-spacing:.2px;display:flex;align-items:center;gap:4px}
.g04v4-up{color:#28c840}
.g04v4-warn{color:#febc2e}
.g04v4-ring{position:absolute;top:11px;right:12px;width:30px;height:30px;border-radius:50%;background:conic-gradient(var(--accent-2) 0 230deg,rgba(255,255,255,.07) 230deg 360deg);-webkit-mask:radial-gradient(circle 9px at center,transparent 98%,#000 100%);mask:radial-gradient(circle 9px at center,transparent 98%,#000 100%)}
.g04v4-bottom{display:flex;gap:12px;align-items:stretch;flex:1;min-height:0;padding-bottom:14px}
.g04v4-chart{background:var(--bg-2);border:1px solid var(--line);border-radius:11px;padding:11px 14px 10px 14px;flex:1;display:flex;flex-direction:column;min-width:0}
.g04v4-chd{display:flex;justify-content:space-between;align-items:baseline}
.g04v4-chl{font-size:10.5px;color:var(--ink-3);text-transform:uppercase;letter-spacing:.9px;font-weight:600}
.g04v4-chv{font-family:'Geist Mono',monospace;font-size:11px;color:var(--ink-2)}
.g04v4-chv b{color:var(--accent-2)}
.g04v4-bars{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;flex:1;margin-top:8px}
.g04v4-bg{display:flex;flex-direction:column;align-items:center;gap:5px;flex:1;height:100%;justify-content:flex-end}
.g04v4-bar{width:100%;border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,var(--accent),var(--accent-2));min-height:4px}
.g04v4-bar.lo{background:var(--line-2);opacity:.85}
.g04v4-bar.today{background:linear-gradient(180deg,#a78bfa,#8b5cf6);box-shadow:0 0 10px 1px rgba(139,92,246,.55)}
.g04v4-bn{font-size:9.5px;font-family:'Geist Mono',monospace;color:var(--ink-3);letter-spacing:.3px}
.g04v4-bn.t{color:var(--accent-2);font-weight:600}
.g04v4-side{width:128px;flex:none;display:flex;flex-direction:column;gap:9px}
.g04v4-mini{background:var(--bg-2);border:1px solid var(--line);border-radius:11px;padding:10px 12px;flex:1;display:flex;flex-direction:column;justify-content:center;gap:8px}
.g04v4-mrow{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--ink-2)}
.g04v4-mrow .ck{width:13px;height:13px;border-radius:4px;flex:none;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700}
.g04v4-mrow .ck.done{background:rgba(40,200,64,.16);color:#28c840;border:1px solid rgba(40,200,64,.35)}
.g04v4-mrow .ck.todo{background:var(--bg-3);border:1px solid var(--line-2)}
.g04v4-mrow .tx{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.g04v4-mrow.is-done .tx{color:var(--ink-3);text-decoration:line-through;text-decoration-color:var(--ink-3)}

/* ===== Module 05 · Knowledge management → g05v4 ===== */
.g05v4{width:100%;height:240px;box-sizing:border-box;overflow:hidden;position:relative;background:radial-gradient(circle at 42% 46%,#16181a 0%,#0c0d0e 70%);font-family:'Geist Mono',monospace;border:1px solid var(--line)}
.g05v4-canvas{position:absolute;inset:0;overflow:hidden}
.g05v4-edge{position:absolute;height:1px;transform-origin:0 50%;background:linear-gradient(90deg,rgba(111,114,110,.05),rgba(111,114,110,.5),rgba(111,114,110,.05))}
.g05v4-node{position:absolute;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 3px rgba(12,13,14,.85)}
.g05v4-lbl{position:absolute;transform:translate(-50%,0);font-size:8.5px;color:var(--ink-2);white-space:nowrap;letter-spacing:.2px;text-shadow:0 1px 3px #0c0d0e}
.g05v4-me{width:62px;height:62px;background:radial-gradient(circle at 38% 32%,#c4b5fd,var(--accent) 62%,#6d28d9);box-shadow:0 0 0 4px rgba(12,13,14,.9),0 0 34px 6px rgba(139,92,246,.42)}
.g05v4-me-lbl{position:absolute;transform:translate(-50%,-50%);font-size:12px;font-weight:600;color:#fff;letter-spacing:.5px;text-shadow:0 1px 4px rgba(76,29,149,.9)}
.g05v4-green{background:radial-gradient(circle at 36% 30%,#86efac,#22c55e 70%)}
.g05v4-blue{background:radial-gradient(circle at 36% 30%,#7dd3fc,#0ea5e9 70%)}
.g05v4-yellow{background:radial-gradient(circle at 36% 30%,#fde68a,#eab308 72%)}
.g05v4-red{background:radial-gradient(circle at 36% 30%,#fca5a5,#ef4444 70%)}
.g05v4-purple{background:radial-gradient(circle at 36% 30%,#c4b5fd,#8b5cf6 70%)}
.g05v4-vig{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 42% 46%,transparent 48%,rgba(12,13,14,.55) 100%)}
.g05v4-legend{position:absolute;left:12px;bottom:12px;background:rgba(22,24,26,.82);border:1px solid var(--line);border-radius:6px;padding:8px 10px;backdrop-filter:blur(3px);z-index:5}
.g05v4-lg-row{display:flex;align-items:center;gap:6px;margin:2.5px 0}
.g05v4-dot{width:8px;height:8px;border-radius:50%;flex:none}
.g05v4-lg-txt{font-size:8.5px;color:var(--ink-2);letter-spacing:.2px}
.g05v4-stat{position:absolute;right:12px;top:12px;background:rgba(22,24,26,.82);border:1px solid var(--line);border-radius:6px;padding:6px 11px;backdrop-filter:blur(3px);z-index:5;display:flex;align-items:baseline;gap:7px}
.g05v4-stat b{font-size:12px;color:var(--ink);font-weight:600;letter-spacing:.3px}
.g05v4-stat span{font-size:9px;color:var(--ink-3)}
.g05v4-sep{color:var(--line-2);font-size:9px}

/* ===== Module 07 · Browser automation → LinkedIn mock (m07li) ===== */
@keyframes m07li-blink { 0%,100% { opacity: 1; } 50% { opacity: 0.25; } }
.m07li-device { width: 358px; max-width: 100%; border-radius: 10px; overflow: hidden; border: 1px solid var(--line-2); background: #0a0a0e; box-shadow: 0 14px 36px -20px rgba(0,0,0,0.85), 0 2px 6px rgba(0,0,0,0.4); position: relative; margin: 0 auto; }
.m07li-tab { height: 24px; display: flex; align-items: center; gap: 6px; padding: 0 10px; background: #18181f; border-bottom: 1px solid #000; }
.m07li-tab .m07li-dot { width: 8px; height: 8px; border-radius: 50%; }
.m07li-tab .m07li-dot.r { background: #ff5f57; } .m07li-tab .m07li-dot.y { background: #febc2e; } .m07li-tab .m07li-dot.g { background: #28c840; }
.m07li-tab .m07li-url { margin-left: 6px; font-family: 'Geist Mono', monospace; font-size: 9px; color: #6b6b78; background: #0e0e13; border-radius: 4px; padding: 2px 8px; flex: 1; max-width: 240px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.m07li-lim { font-family: 'Geist', -apple-system, sans-serif; background: #f4f2ee; color: #1d1d1d; height: 182px; overflow: hidden; position: relative; }
.m07li-nav { height: 30px; background: #fff; border-bottom: 1px solid #e6e6e6; display: flex; align-items: center; gap: 9px; padding: 0 11px; }
.m07li-logo { width: 19px; height: 19px; background: #0a66c2; border-radius: 4px; display: grid; place-items: center; flex-shrink: 0; }
.m07li-logo span { color: #fff; font-weight: 800; font-size: 11px; font-family: Arial, sans-serif; }
.m07li-search { background: #edf3f8; border-radius: 4px; height: 19px; display: flex; align-items: center; gap: 5px; padding: 0 7px; width: 120px; color: #5b6b7b; font-size: 9px; }
.m07li-navicons { margin-left: auto; display: flex; gap: 12px; color: #5f5f5f; }
.m07li-navicons .m07li-ni { display: flex; flex-direction: column; align-items: center; gap: 1px; font-size: 7px; }
.m07li-me { width: 17px; height: 17px; border-radius: 50%; background: linear-gradient(135deg,#0a66c2,#378fe9); }
.m07li-body { display: grid; grid-template-columns: 1fr; padding: 9px 12px; gap: 8px; }
.m07li-profile { background: #fff; border-radius: 6px; border: 1px solid #e3e3e3; overflow: hidden; }
.m07li-cover { height: 30px; background: linear-gradient(120deg,#1c3a5e,#0a66c2 70%); }
.m07li-prow { padding: 0 12px 10px; position: relative; }
.m07li-av { width: 38px; height: 38px; border-radius: 50%; border: 2px solid #fff; background: linear-gradient(135deg,#f0a868,#d97b3f); margin-top: -19px; }
.m07li-name { font-size: 12px; font-weight: 700; color: #1d1d1d; margin-top: 5px; }
.m07li-head { font-size: 9.5px; color: #4a4a4a; margin-top: 1px; }
.m07li-sub { font-size: 8.5px; color: #8a8a8a; margin-top: 3px; }
.m07li-actions { display: flex; gap: 6px; margin-top: 8px; }
.m07li-btn { font-size: 9.5px; font-weight: 600; border-radius: 14px; padding: 4px 12px; cursor: pointer; }
.m07li-btn.primary { background: #0a66c2; color: #fff; position: relative; }
.m07li-btn.ghost { background: #fff; color: #0a66c2; border: 1px solid #0a66c2; }
.m07li-people { background: #fff; border-radius: 6px; border: 1px solid #e3e3e3; padding: 9px 11px; }
.m07li-people .m07li-ttl { font-size: 9.5px; font-weight: 700; color: #1d1d1d; }
.m07li-prow2 { display: flex; align-items: center; gap: 7px; margin-top: 7px; font-size: 9px; }
.m07li-prow2 .m07li-av2 { width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; }
.m07li-prow2 .m07li-nm { font-weight: 600; color: #1d1d1d; }
.m07li-prow2 .m07li-hd { color: #8a8a8a; font-size: 8px; }
.m07li-prow2 .m07li-tag { margin-left: auto; font-size: 7.5px; font-weight: 600; color: #057642; background: rgba(5,118,66,0.1); border-radius: 10px; padding: 2px 6px; }
.m07li-cursor { position: absolute; z-index: 30; width: 18px; height: 18px; pointer-events: none; left: 158px; top: 92px; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4)); }
.m07li-cursor .m07li-tip { position: absolute; left: 16px; top: 11px; background: #1a1a1a; color: #fff; font-size: 8px; font-weight: 600; border-radius: 5px; padding: 3px 7px; white-space: nowrap; font-family: 'Geist Mono', monospace; box-shadow: 0 4px 12px rgba(0,0,0,0.35); }
.m07li-badge { position: absolute; top: 36px; right: 11px; z-index: 25; background: rgba(8,12,20,0.92); color: #e8eef5; border: 1px solid rgba(105,180,255,0.4); border-radius: 6px; padding: 4px 8px; font-size: 8.5px; font-family: 'Geist Mono', monospace; display: flex; align-items: center; gap: 6px; box-shadow: 0 8px 24px rgba(0,0,0,0.4); }
.m07li-badge .m07li-blip { width: 6px; height: 6px; border-radius: 50%; background: #3ddc84; animation: m07li-blink 1.1s infinite; }

/* ===== Module 09 · Deploy → s09v5 ===== */
.s09v5 {
  width: 100%;
  height: 240px;
  box-sizing: border-box;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(139,92,246,0.06), transparent 42%),
    var(--bg);
  font-family: 'Geist', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
}
.s09v5 *,
.s09v5 *::before,
.s09v5 *::after { box-sizing: border-box; }
.s09v5 .s09v5-source {
  width: 142px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,0.4);
}
.s09v5 .s09v5-chrome {
  height: 26px;
  background: var(--bg-3);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
}
.s09v5 .s09v5-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.s09v5 .s09v5-r { background: #ff5f57; }
.s09v5 .s09v5-y { background: #febc2e; }
.s09v5 .s09v5-g { background: #28c840; }
.s09v5 .s09v5-src-body {
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.s09v5 .s09v5-file {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  color: var(--ink-2);
}
.s09v5 .s09v5-fileicon {
  width: 9px;
  height: 11px;
  border-radius: 1.5px;
  background: var(--accent);
  opacity: 0.85;
  flex-shrink: 0;
}
.s09v5 .s09v5-codeline {
  height: 5px;
  border-radius: 3px;
  background: var(--line-2);
}
.s09v5 .s09v5-cl1 { width: 70%; }
.s09v5 .s09v5-cl2 { width: 90%; }
.s09v5 .s09v5-cl3 { width: 52%; }
.s09v5 .s09v5-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 22px;
}
.s09v5 .s09v5-arrowline {
  display: flex;
  align-items: center;
}
.s09v5 .s09v5-track {
  width: 30px;
  height: 1.5px;
  background: linear-gradient(90deg, var(--line-2), var(--accent));
  border-radius: 2px;
}
.s09v5 .s09v5-head {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--accent);
  margin-left: 1px;
}
.s09v5 .s09v5-hint {
  font-family: 'Geist Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.04em;
  color: var(--ink-3);
}
.s09v5 .s09v5-panel {
  width: 250px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 36px rgba(0,0,0,0.5);
  position: relative;
}
.s09v5 .s09v5-pbody {
  padding: 17px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.s09v5 .s09v5-status {
  display: flex;
  align-items: center;
  gap: 8px;
}
.s09v5 .s09v5-statusdot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #28c840;
  box-shadow: 0 0 0 4px rgba(40,200,64,0.14);
}
.s09v5 .s09v5-statustext {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.s09v5 .s09v5-urlrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 9px 11px;
}
.s09v5 .s09v5-url {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  color: var(--ink-2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s09v5 .s09v5-url b {
  color: var(--ink);
  font-weight: 500;
}
.s09v5 .s09v5-visit {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 500;
  color: var(--accent-2);
  white-space: nowrap;
  flex-shrink: 0;
}
.s09v5 .s09v5-tip {
  position: absolute;
  right: -6px;
  top: -16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.s09v5 .s09v5-pill {
  background: var(--bg-3);
  border: 1px solid var(--line-2);
  border-radius: 999px;
  padding: 4px 10px;
  font-family: 'Geist Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.03em;
  color: var(--ink-2);
  box-shadow: 0 6px 18px rgba(0,0,0,0.45);
}
.s09v5 .s09v5-pill em {
  color: #28c840;
  font-style: normal;
}
.s09v5 .s09v5-leader {
  width: 1px;
  height: 14px;
  background: var(--line-2);
  margin-right: 30px;
}

/* ===== Module 10 · Personal assistants → s10v5 (Hermes Discord) ===== */
.s10v5 { width: 100%; height: 240px; box-sizing: border-box; overflow: hidden; background: var(--bg); display: flex; align-items: center; justify-content: center; font-family: 'Geist', sans-serif; position: relative; }
.s10v5 * { box-sizing: border-box; }
.s10v5-stage { display: flex; align-items: center; gap: 22px; }
.s10v5-disc { width: 360px; background: #1e1f22; border-radius: 10px; box-shadow: 0 12px 34px rgba(0,0,0,0.5); overflow: hidden; border: 1px solid rgba(255,255,255,0.04); }
.s10v5-chan { display: flex; align-items: center; gap: 7px; padding: 11px 14px; border-bottom: 1px solid rgba(0,0,0,0.3); }
.s10v5-hash { color: #80848e; font-weight: 600; font-size: 15px; line-height: 1; }
.s10v5-cname { color: #f2f3f5; font-weight: 600; font-size: 13.5px; letter-spacing: -0.01em; }
.s10v5-body { padding: 14px 14px 16px; display: flex; flex-direction: column; gap: 14px; }
.s10v5-msg { display: flex; gap: 11px; align-items: flex-start; }
.s10v5-av { width: 30px; height: 30px; border-radius: 50%; flex: 0 0 30px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; overflow: hidden; }
.s10v5-av-u { background: #5865F2; color: #fff; }
.s10v5-av-h { background: var(--accent); color: #fff; }
.s10v5-av-img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: block; }
.s10v5-mc { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.s10v5-mhead { display: flex; align-items: baseline; gap: 7px; }
.s10v5-uname { font-size: 13px; font-weight: 600; color: #f2f3f5; }
.s10v5-hname { font-size: 13px; font-weight: 600; color: var(--accent-2); }
.s10v5-bot { font-size: 9px; font-weight: 600; color: #fff; background: var(--accent); padding: 1px 4px; border-radius: 3px; letter-spacing: 0.02em; text-transform: uppercase; line-height: 1.3; }
.s10v5-ts { font-size: 10.5px; color: #949ba4; }
.s10v5-text { font-size: 13px; line-height: 1.45; color: #dbdee1; }
.s10v5-brief { display: flex; flex-direction: column; gap: 5px; }
.s10v5-bl { font-size: 12.5px; line-height: 1.3; color: #dbdee1; display: flex; align-items: center; gap: 7px; }
.s10v5-chk { color: var(--ms-green, #28c840); font-size: 12px; flex: 0 0 auto; }
.s10v5-amber { color: #febc2e; font-size: 12px; flex: 0 0 auto; }
.s10v5-claude { color: #d97757; font-weight: 500; }
.s10v5-arrow { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.s10v5-aline { color: var(--ink-3); font-size: 22px; line-height: 1; }
.s10v5-acap { font-family: 'Geist Mono', monospace; font-size: 9px; color: var(--ink-3); letter-spacing: 0.03em; white-space: nowrap; }
.s10v5-tip { position: absolute; display: flex; flex-direction: column; align-items: flex-start; }
.s10v5-tip-a { top: 30px; right: 26px; align-items: flex-end; }
.s10v5-pill { background: var(--bg-3); border: 1px solid var(--line-2); border-radius: 7px; padding: 5px 9px; font-family: 'Geist Mono', monospace; font-size: 9.5px; color: var(--ink-2); white-space: nowrap; box-shadow: 0 4px 12px rgba(0,0,0,0.4); }
.s10v5-leader { width: 1px; height: 16px; background: var(--line-2); margin-right: 30px; }

/* s09v5: single inner flex stage so the whole mock can be scaled as one unit on
   mobile. Layout is identical to the previous direct-children flex row on desktop. */
.s09v5-stage { display: flex; align-items: center; justify-content: center; }

/* Module 03 · the five-step loop (Goals -> Problems -> Diagnosis -> Design -> Doing).
   Hand-drawn SVG transplanted from artifacts-gallery §03 (pick g03-loop). */
.g03loop { width: 100%; height: 240px; box-sizing: border-box; background: var(--bg); border: 1px solid var(--line); padding: 18px; display: flex; align-items: center; justify-content: center; }
.g03loop-svg { width: 100%; height: 100%; display: block; }

/* ===================== MOBILE RESPONSIVENESS (artifacts) =====================
   At <=760px the .curric-grid collapses to one column and each .mc card goes
   full width; the inner .mc-art slot then has very little room (down to ~210px
   at a 320px viewport once .wrap + .mc padding is subtracted). The artifacts
   below have FIXED-WIDTH inner stages that would clip with overflow:hidden, so
   we scale the inner stage (transform-origin:center) to fit, keeping each card
   ~240px tall. Desktop rules above are untouched. */
@media (max-width: 480px) {
  /* Module 10 · Hermes Discord — 360px disc + arrow centered in the stage */
  .s10v5-stage { transform: scale(0.5); transform-origin: center; }
  /* Module 07 · LinkedIn mock — device already caps at max-width:100%; just
     shrink the fixed-width search field + nav gaps so the top bar fits the
     narrow device instead of clipping at the right edge */
  .m07li-search { width: auto; flex: 1; min-width: 0; }
  .m07li-nav { gap: 6px; padding: 0 8px; }
  .m07li-navicons { gap: 8px; }
  .m07li-cursor { left: 120px; }
  /* Module 09 · Deploy — 142px source + arrow + 250px panel (~466px) row */
  .s09v5-stage { transform: scale(0.46); transform-origin: center; }
  /* Module 00 · Principles — window caps at 380px but tighten padding so it
     can breathe in the narrow card */
  .g00v10 { padding: 10px; }
  /* Module 04 · Life OS — keep the chart + 128px sidebar row from overflowing */
  .g04v4 { padding: 12px 12px 0 12px; gap: 9px; }
  .g04v4-tiles { gap: 7px; }
  .g04v4-bottom { gap: 8px; }
  .g04v4-side { width: 96px; }
  .g04v4-title { font-size: 18px; }
  .g04v4-sub { display: none; }
  .g04v4-time { font-size: 11px; }
  .g04v4-tval { font-size: 24px; }
  /* Module 05 · graph — pull the legend/stat chips in so they don't clip edges */
  .g05v4-legend { left: 8px; bottom: 8px; padding: 6px 8px; }
  .g05v4-stat { right: 8px; top: 8px; padding: 5px 8px; }
}
@media (max-width: 360px) {
  /* tighten further at the very narrow end (~252px -> ~212px inner) */
  .s10v5-stage { transform: scale(0.43); transform-origin: center; }
  .s09v5-stage { transform: scale(0.4); transform-origin: center; }
  .m07li-cursor { left: 100px; }
  .g04v4-side { width: 84px; }
  .g04v4-time { display: none; }
}

/* ============================================================
   CURRICULUM — chapter map (brutalist reproduction of the
   whiteboard grid: chapter circle + title, 3-across module
   cards with connector arrows, curved connector between chapters).
   No per-module mockups.
   ============================================================ */
.cur-chaps { margin-top: 42px; }
.cur-chap { margin-top: 40px; }
.cur-chap:first-child { margin-top: 10px; }
.cur-chap-head { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.cur-chap-num { flex: 0 0 auto; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font-family: 'Geist Mono', monospace; font-weight: 600; font-size: 17px; }
.cur-chap-title { font-family: 'Geist', system-ui, sans-serif; font-weight: 700; font-size: clamp(20px, 2.6vw, 28px); line-height: 1.1; letter-spacing: -0.02em; color: var(--ink); margin: 0; }
.cur-mods { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 42px; }
.cur-mod { position: relative; border: 1px solid var(--line-2); background: var(--bg-2); padding: 22px 22px 24px; min-height: 158px; transition: border-color .15s ease; }
.cur-mod:hover { border-color: var(--ink-3); }
.cur-mod-id { font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--accent); font-weight: 600; margin-bottom: 13px; display: flex; align-items: center; gap: 8px; }
.cur-mod-id .bonus { color: var(--ink-3); border: 1px solid var(--line-2); padding: 1px 6px; font-size: 9px; letter-spacing: 0.1em; }
.cur-mod h4 { font-family: 'Geist', system-ui, sans-serif; font-size: 17px; font-weight: 600; color: var(--ink); margin: 0 0 10px; letter-spacing: -0.01em; line-height: 1.25; }
.cur-mod p { font-family: 'Geist', system-ui, sans-serif; font-size: 13.5px; line-height: 1.5; color: var(--ink-2); margin: 0; }
.cur-mod:not(:last-child)::after { content: "\2192"; position: absolute; right: -30px; top: 50%; transform: translateY(-50%); color: var(--accent); font-size: 19px; font-family: 'Geist Mono', monospace; }
.cur-chap.solo .cur-mods { grid-template-columns: minmax(0, 372px); }
.cur-chap-conn { display: block; width: 110px; height: 40px; margin: 26px 0 0 16px; overflow: visible; opacity: .85; }
@media (max-width: 820px) {
  .cur-mods { grid-template-columns: 1fr 1fr; gap: 24px 34px; }
  .cur-mod:not(:last-child)::after { display: none; }
}
@media (max-width: 540px) {
  .cur-mods { grid-template-columns: 1fr; }
  .cur-chap-num { width: 40px; height: 40px; font-size: 15px; }
}
