body{margin:0} img{max-width:100%}

  /* A HyperFrames composition: 1920x1080, one GSAP timeline, the renderer owns playback.
     The page around it is a small player for the web; the stage itself is what gets captured. */
  :root { --bg: #111111; --panel: #161616; --line: #242424; --text: #ededed; --muted: #b2b3b2; --faint: #8e8e8e; --blue: #1338bf; --blue-bright: #3d5fe0; --deep: #1520a6;
    --sans: "Funnel Sans", Arial, sans-serif; --mono: "Geist Mono", ui-monospace, Menlo, monospace; --slack: "Lato", "Segoe UI", system-ui, sans-serif; }
  * { box-sizing: border-box; }
  body { background: var(--bg); color: var(--text); font-family: var(--sans); margin: 0; min-height: 100vh; display: grid; place-items: center; padding: 1rem; letter-spacing: -0.5px; }
  .player { width: min(100%, 1400px); min-width: 0; }
  .viewport { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; position: relative; background: #000; }
  .stage { width: 1920px; height: 1080px; position: absolute; left: 0; top: 0; transform-origin: 0 0; background: var(--bg); overflow: hidden; }
  .scene-content { width: 100%; height: 100%; position: relative; overflow: hidden; }
  .desk { position: absolute; left: 0; top: 0; width: 1920px; height: 1080px; transform-origin: 0 0; }
  .desk::before { content: ""; position: absolute; inset: -2000px; background: radial-gradient(ellipse at 40% 30%, #1b1b1b, #0f0f0f 60%); }

  /* the Slack window, drawn as Slack draws it */
  .slack { position: absolute; left: 100px; top: 90px; width: 1180px; height: 780px; background: #fff; color: #1d1c1d; font-family: var(--slack); font-size: 15px; line-height: 1.46; letter-spacing: 0; border-radius: 10px; overflow: hidden; box-shadow: 0 40px 100px -30px rgba(0,0,0,0.9); display: grid; grid-template-columns: 240px 1fr; }
  .sb { background: #3f0e40; color: #cfc3cf; }
  .sb .ws { padding: 0.7rem 1rem; color: #fff; font-weight: 900; font-size: 17px; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .sb .ws small { display: block; font-weight: 400; font-size: 12px; color: #cfc3cf; }
  .sb h4 { margin: 0.9rem 1rem 0.3rem; font-size: 14px; font-weight: 400; }
  .sb ul { list-style: none; margin: 0; padding: 0; } .sb li { padding: 0.25rem 1rem 0.25rem 1.5rem; white-space: nowrap; }
  .sb li.on { background: #1164a3; color: #fff; } .sb li.un { color: #fff; font-weight: 700; }
  .main { display: flex; flex-direction: column; min-width: 0; }
  .chead { display: flex; justify-content: space-between; padding: 0.55rem 1.25rem; border-bottom: 1px solid #ddd; font-size: 13px; color: #616061; } .chead b { color: #1d1c1d; font-size: 18px; font-weight: 900; }
  .msgs { flex: 1; padding: 0.8rem 0 0.4rem; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; }
  .daysep { display: flex; align-items: center; gap: 0.75rem; margin: 0.3rem 1.25rem 0.6rem; color: #616061; font-size: 13px; } .daysep::before, .daysep::after { content: ""; flex: 1; border-top: 1px solid #ddd; } .daysep span { border: 1px solid #ddd; border-radius: 999px; padding: 0.1rem 0.7rem; font-weight: 700; color: #1d1c1d; }
  .msg { display: grid; grid-template-columns: 36px 1fr; gap: 0.6rem; padding: 0.4rem 1.25rem; }
  .av { width: 36px; height: 36px; border-radius: 6px; display: grid; place-items: center; font-weight: 900; color: #fff; overflow: hidden; flex-shrink: 0; }
  .av img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .av.s { background: #1338bf; } .av.d { background: #4a154b; } .av.g { background: #24292f; }
  .name { font-weight: 900; } .app { display: inline-block; font-size: 10px; font-weight: 700; color: #616061; background: #f2f2f2; border-radius: 3px; padding: 1px 4px; margin-left: 0.35rem; vertical-align: 1px; } .time { color: #616061; font-size: 12px; margin-left: 0.4rem; }
  .body { white-space: pre-wrap; min-height: 1.4em; } .body b { font-weight: 900; } .body i { color: #616061; } .body a { color: #1264a3; }
  .body code { font-family: Monaco, Menlo, Consolas, monospace; font-size: 12px; background: #f8f8f8; border: 1px solid #ddd; border-radius: 3px; padding: 1px 4px; color: #e01e5a; }
  .body pre { font-family: Monaco, Menlo, Consolas, monospace; font-size: 12px; background: #f8f8f8; border: 1px solid #ddd; border-radius: 4px; padding: 0.5rem 0.7rem; margin: 0.35rem 0; white-space: pre; color: #1d1c1d; } .body pre .add { color: #2eb67d; } .body pre .ctx { color: #616061; }
  .reacts { display: flex; gap: 0.35rem; margin-top: 0.35rem; }
  .react { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 12px; padding: 0.15rem 0.5rem; border-radius: 999px; background: #f0f0f0; border: 1px solid transparent; }
  .react.on { background: #e8f5fa; border-color: #1d9bd1; color: #0b4c7a; }
  .reply { margin-left: 2.5rem; border-left: 2px solid #ddd; }
  .composer { position: relative; margin: 0.4rem 1.25rem 1rem; border: 1px solid #8d8d8d; border-radius: 8px; padding: 0.55rem 0.8rem; color: #616061; font-size: 15px; min-height: 2.4rem; }
  .composer .typed { color: #1d1c1d; position: absolute; left: 0.8rem; top: 0.55rem; }
  .chr { visibility: hidden; }
  .hidden { opacity: 0; }

  /* the GitHub pull request window */
  .gh { position: absolute; left: 1400px; top: 160px; width: 1120px; height: 720px; background: #fff; color: #1f2328; font-family: -apple-system, "Segoe UI", "Funnel Sans", Arial, sans-serif; font-size: 14px; letter-spacing: 0; border-radius: 10px; overflow: hidden; box-shadow: 0 40px 100px -30px rgba(0,0,0,0.9); }
  .gh .top { background: #24292f; color: #fff; padding: 0.7rem 1.25rem; font-size: 14px; display: flex; gap: 1rem; align-items: center; }
  .gh .top b { font-weight: 600; } .gh .top span { color: #9198a1; }
  .gh .head { padding: 1rem 1.5rem 0.6rem; border-bottom: 1px solid #d0d7de; }
  .gh h2 { margin: 0; font-size: 26px; font-weight: 400; letter-spacing: 0; } .gh h2 span { color: #656d76; font-weight: 300; }
  .state { display: inline-flex; align-items: center; gap: 0.4rem; color: #fff; border-radius: 999px; padding: 0.25rem 0.7rem; font-weight: 500; font-size: 14px; margin-top: 0.5rem; background: #1a7f37; }
  .state.merged { background: #8250df; }
  .gh .sub { color: #656d76; margin-top: 0.4rem; font-size: 14px; }
  .gh .tabs { display: flex; gap: 1.2rem; padding: 0 1.5rem; border-bottom: 1px solid #d0d7de; font-size: 14px; color: #656d76; } .gh .tabs span { padding: 0.6rem 0; } .gh .tabs span.on { color: #1f2328; border-bottom: 2px solid #fd8c73; font-weight: 600; }
  .gh .bodyp { padding: 1rem 1.5rem; display: grid; gap: 0.9rem; }
  .card { border: 1px solid #d0d7de; border-radius: 6px; }
  .card .ch { background: #f6f8fa; padding: 0.6rem 1rem; border-bottom: 1px solid #d0d7de; font-weight: 600; font-size: 13px; }
  .card .cb { padding: 0.7rem 1rem; font-size: 14px; color: #1f2328; white-space: pre-wrap; }
  .checks .row { display: flex; align-items: center; gap: 0.6rem; padding: 0.45rem 1rem; border-top: 1px solid #d0d7de; font-size: 13px; }
  .checks .row:first-child { border-top: none; }
  .dot { width: 14px; height: 14px; border-radius: 50%; background: #d0d7de; } .dot.ok { background: #1a7f37; } .dot.run { background: #bf8700; }
  .checks .row .n { color: #656d76; margin-left: auto; }
  .mergebox { display: flex; align-items: center; gap: 1rem; padding: 0.8rem 1rem; }
  .mergebtn { background: #1f883d; color: #fff; border-radius: 6px; padding: 0.45rem 1rem; font-weight: 600; font-size: 14px; }
  .mergebtn.done { background: #8250df; }
  .mergebox .t { color: #656d76; font-size: 13px; }

  /* cursor, overlays */
  .cursor { position: absolute; left: 0; top: 0; width: 26px; height: 26px; transform-origin: 4px 2px; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5)); z-index: 10; }
  .card-overlay { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; gap: 1.2rem; background: var(--bg); z-index: 20; }
  .card-overlay img { height: 44px; width: auto; margin: 0 auto; }
  .card-overlay h1 { font-size: 88px; line-height: 1.02; margin: 0; letter-spacing: -0.03em; font-weight: 700; color: var(--text); max-width: 1200px; }
  .card-overlay p { margin: 0; font-size: 28px; color: var(--muted); }
  .card-overlay .pills { display: flex; gap: 0.6rem; justify-content: center; margin-top: 0.4rem; }
  .card-overlay .pill { font-family: var(--mono); font-size: 24px; padding: 0.55rem 1.1rem; border: 1px solid var(--line); color: var(--muted); }
  .card-overlay .pill.acc { border-color: var(--blue-bright); color: var(--blue-bright); }
  .caption { position: absolute; left: 0; right: 0; bottom: 56px; text-align: center; z-index: 15; pointer-events: none; }
  .caption span { display: inline-block; position: absolute; left: 50%; transform: translateX(-50%); white-space: nowrap; background: rgba(17,17,17,0.85); color: var(--text); font-family: var(--sans); font-size: 30px; padding: 0.5rem 1.2rem; border-left: 4px solid var(--blue-bright); letter-spacing: -0.5px; }

  .controls { display: flex; align-items: center; gap: 0.8rem; margin-top: 0.7rem; font-family: var(--mono); font-size: 13px; color: var(--faint); }
  .controls button { font: inherit; color: var(--text); background: var(--panel); border: 1px solid var(--line); padding: 0.4rem 0.9rem; cursor: pointer; }
  .controls input[type=range] { flex: 1; accent-color: var(--blue-bright); }
  .controls input[type=range] { min-width: 0; min-height: 44px; }
  .controls button { min-height: 44px; }
  #clock { white-space: nowrap; }
  @media (max-width: 600px) {
    .controls { display: grid; grid-template-columns: auto auto minmax(0, 1fr); gap: 8px; }
    .controls input[type=range] { grid-column: 1 / -1; grid-row: 2; width: 100%; margin: 0; }
    #clock { text-align: right; }
  }

  /* ---- the Tudovu app window, drawn after app.tudovu.com: black canvas, icon rail, rounded cards */
  .tapp { position: absolute; left: 100px; top: 90px; width: 1280px; height: 800px; background: #0a0a0a; color: #ededed; font-family: var(--sans); font-size: 15px; line-height: 1.45; letter-spacing: 0; border-radius: 12px; overflow: hidden; box-shadow: 0 40px 100px -30px rgba(0,0,0,0.9), 0 0 0 1px #262626; display: grid; grid-template-columns: 58px 1fr; grid-template-rows: 54px 1fr; }
  .tapp .rail { grid-row: 1 / -1; background: #111; border-right: 1px solid #1f1f1f; display: flex; flex-direction: column; align-items: center; padding-top: 14px; gap: 6px; }
  .tapp .rail .mark { width: 26px; height: auto; margin-bottom: 18px; }
  .tapp .rail i { width: 34px; height: 30px; display: grid; place-items: center; border-radius: 8px; color: #8a8a8a; }
  .tapp .rail i.on { color: #fff; background: #1f1f1f; }
  .tapp .rail i svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .tapp .rail .gap { height: 14px; }
  .tapp .topbar { border-bottom: 1px solid #1f1f1f; display: flex; align-items: center; justify-content: flex-end; gap: 12px; padding: 0 18px; color: #8a8a8a; font-size: 13px; }
  .tapp .topbar .who { width: 28px; height: 28px; border-radius: 50%; background: #d4d4d4; color: #111; display: grid; place-items: center; font-weight: 700; font-size: 12px; }
  .tapp .page { padding: 26px 40px; overflow: hidden; position: relative; display: flex; flex-direction: column; gap: 16px; min-height: 0; }
  .tapp h3 { margin: 0; font-size: 20px; font-weight: 700; color: #fff; letter-spacing: -0.01em; display: flex; align-items: center; gap: 10px; }
  .tapp .lead { color: #a3a3a3; font-size: 14px; max-width: 900px; }
  .tapp .tabs { display: flex; gap: 8px; flex-wrap: wrap; }
  .tapp .tabs span { border: 1px solid #333; border-radius: 999px; padding: 5px 13px; font-size: 13px; color: #d4d4d4; }
  .tapp .tabs span.on { background: #8a8a8a; border-color: #8a8a8a; color: #fff; }
  .tapp .ul-tabs { display: flex; gap: 26px; border-bottom: 1px solid #262626; font-size: 13px; color: #a3a3a3; }
  .tapp .ul-tabs span { padding: 0 0 9px; }
  .tapp .ul-tabs span.on { color: #fff; border-bottom: 2px solid #fff; font-weight: 600; }
  .tapp .panel { border: 1px solid #262626; border-radius: 12px; background: #0d0d0d; padding: 16px 18px; }
  .tapp .panel h4 { margin: 0 0 6px; font-size: 14px; color: #fff; }
  .tapp .muted { color: #8a8a8a; font-size: 13px; }
  .tapp .btn { display: inline-flex; align-items: center; gap: 6px; background: #fff; color: #0a0a0a; border-radius: 8px; padding: 7px 14px; font-weight: 700; font-size: 13px; }
  .tapp .btn.ghost { background: transparent; color: #ededed; border: 1px solid #333; }
  .tapp .btn.done { background: #14532d; color: #bbf7d0; }
  .tapp .chip { display: inline-block; border-radius: 6px; padding: 2px 8px; font-size: 12px; font-weight: 600; border: 1px solid transparent; white-space: nowrap; }
  .tapp .chip.green { color: #4ade80; background: rgba(34,197,94,0.12); border-color: rgba(34,197,94,0.35); }
  .tapp .chip.red { color: #f87171; background: rgba(239,68,68,0.12); border-color: rgba(239,68,68,0.35); }
  .tapp .chip.amber { color: #fbbf24; background: rgba(245,158,11,0.12); border-color: rgba(245,158,11,0.4); }
  .tapp .chip.blue { color: #93c5fd; background: rgba(59,130,246,0.12); border-color: rgba(59,130,246,0.4); }
  .tapp .chip.grey { color: #d4d4d4; background: #1a1a1a; border-color: #333; }
  .tapp code, .tapp .mono { font-family: var(--mono); font-size: 12.5px; }
  .tapp code { background: #1a1a1a; border: 1px solid #2a2a2a; border-radius: 4px; padding: 1px 5px; color: #e5e5e5; }
  .tapp pre.yaml { margin: 0; font: 12.5px/1.6 var(--mono); color: #d4d4d4; background: #050505; border: 1px solid #1f3d2a; border-radius: 10px; padding: 12px 16px; white-space: pre; overflow: hidden; }
  .tapp pre.yaml .k { color: #93c5fd; }
  .tapp pre.yaml .v { color: #fde68a; }
  .tapp pre.yaml .c { color: #6b7280; }
  .tapp table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
  .tapp th { text-align: left; color: #a3a3a3; font-weight: 600; font-size: 12.5px; padding: 9px 12px; border-bottom: 1px solid #262626; }
  .tapp td { padding: 10px 12px; border-bottom: 1px solid #1c1c1c; vertical-align: top; }
  .tapp td b { color: #fff; }
  .tapp td .sub { display: block; color: #8a8a8a; font-size: 12px; font-family: var(--mono); }
  .tapp .row-on td { background: rgba(59,130,246,0.07); }
  .tapp .box { width: 15px; height: 15px; border: 1.5px solid #525252; border-radius: 4px; display: inline-block; vertical-align: -2px; }
  .tapp .box.on { background: #fff; border-color: #fff; box-shadow: inset 0 0 0 3px #0a0a0a; }
  /* chat */
  .tapp .chat { border: 1px solid #262626; border-radius: 12px; flex: 1; min-height: 0; display: flex; flex-direction: column; overflow: hidden; }
  .tapp .chat .log { flex: 1; padding: 16px; display: flex; flex-direction: column; gap: 12px; overflow: hidden; justify-content: flex-end; }
  .tapp .you { align-self: flex-end; border: 1px solid #3f3f46; background: #18181b; border-radius: 10px; padding: 9px 14px; font-weight: 600; font-size: 14px; }
  .tapp .bot { border: 1px solid #262626; border-radius: 10px; padding: 12px 16px; background: #0f0f0f; font-size: 14px; white-space: pre-wrap; }
  .tapp .bot .meta { color: #8a8a8a; font-size: 11.5px; margin-top: 6px; display: block; }
  .tapp .choices { display: flex; gap: 8px; }
  .tapp .choices span { border: 1px solid #52525b; border-radius: 999px; padding: 6px 13px; font-weight: 700; font-size: 13px; }
  .tapp .choices span.on { background: #fff; color: #0a0a0a; }
  .tapp .composer2 { border-top: 1px solid #262626; padding: 12px 16px; display: grid; gap: 8px; }
  .tapp .starters { display: flex; gap: 8px; align-items: center; font-size: 12px; color: #8a8a8a; flex-wrap: wrap; }
  .tapp .starters span.s { border: 1px solid #333; border-radius: 999px; padding: 4px 11px; color: #ededed; font-size: 12.5px; }
  .tapp .input { border: 1px solid #333; border-radius: 8px; padding: 10px 12px; color: #737373; font-size: 13.5px; min-height: 42px; position: relative; }
  .tapp .input .typed { color: #fff; position: absolute; left: 12px; top: 10px; }
  .tapp ul.applied { margin: 6px 0 0; padding-left: 20px; display: grid; gap: 4px; }
  /* steppers, tiles, pipelines */
  .tapp .stepper { display: flex; align-items: center; gap: 14px; }
  .tapp .stepper .st { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 12px; color: #a3a3a3; min-width: 90px; }
  .tapp .stepper .st b { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; border: 1px solid #404040; background: #1a1a1a; color: #d4d4d4; font-size: 13px; }
  .tapp .stepper .st.on b { background: #d4d4d4; color: #0a0a0a; }
  .tapp .stepper .st.on { color: #fff; }
  .tapp .stepper .st.ok b { background: #14532d; border-color: #22c55e; color: #bbf7d0; }
  .tapp .stepper .ln { flex: 0 0 40px; border-top: 1px solid #404040; margin-bottom: 18px; }
  .tapp .tiles { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
  .tapp .tile { border: 1px solid #333; border-radius: 10px; padding: 10px 12px; background: #141414; }
  .tapp .tile b { display: block; font-size: 24px; color: #fff; line-height: 1.1; }
  .tapp .tile span { font-size: 12px; font-weight: 700; }
  .tapp .tile.green { border-color: #166534; background: rgba(22,101,52,0.18); }
  .tapp .tile.amber { border-color: #b45309; background: rgba(180,83,9,0.16); }
  .tapp .gates { display: grid; gap: 0; }
  .tapp .gates div { display: grid; grid-template-columns: 26px 1fr auto; gap: 8px; align-items: center; padding: 8px 4px; border-bottom: 1px solid #1c1c1c; font-size: 14px; }
  .tapp .dot2 { width: 12px; height: 12px; border-radius: 50%; background: #404040; display: inline-block; }
  .tapp .dot2.ok { background: #22c55e; }
  .tapp .dot2.bad { background: #ef4444; }
  .tapp .dot2.run { background: #f59e0b; }
  .tapp .cards2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .tapp .choice-card { border: 1px solid #333; border-radius: 10px; padding: 12px 14px; }
  .tapp .choice-card.on { border-color: #fff; box-shadow: 0 0 0 1px #fff inset; }
  .tapp .choice-card b { display: block; color: #fff; margin-bottom: 2px; }
  .tapp .modal { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 560px; background: #111; border: 1px solid #3f3f46; border-radius: 12px; padding: 20px 22px; box-shadow: 0 30px 80px rgba(0,0,0,0.7); display: grid; gap: 12px; z-index: 5; }
  .tapp .modal h4 { margin: 0; font-size: 16px; color: #fff; }
  .tapp .qa { display: grid; gap: 0; border: 1px solid #262626; border-radius: 12px; overflow: hidden; }
  .tapp .qa > div { display: grid; grid-template-columns: 54px 1fr 150px; gap: 12px; padding: 11px 14px; border-bottom: 1px solid #1c1c1c; font-size: 13.5px; }
  .tapp .qa .q { color: #fff; font-weight: 600; }
  .tapp .qa .a { color: #d4d4d4; margin-top: 3px; }
  .tapp .qa .cite { margin-top: 5px; display: flex; gap: 6px; flex-wrap: wrap; }
  .tapp .qa .num { font-family: var(--mono); color: #8a8a8a; font-size: 12.5px; }
  .tapp .qa .qstate { text-align: right; }
  .tapp .qa .a { display: block; }
  .tapp .doc { border: 1px solid #262626; border-radius: 12px; padding: 16px 20px; display: grid; gap: 10px; }
  .tapp .doc h5 { margin: 0; font-size: 12px; color: #a3a3a3; text-transform: uppercase; letter-spacing: 0.06em; }
  .tapp .doc p { margin: 0; color: #d4d4d4; font-size: 14px; }
  .tapp .ask { border-left: 3px solid #f59e0b; padding: 6px 12px; background: rgba(245,158,11,0.08); color: #fde68a; font-size: 13.5px; }
  .tapp .lifecycle { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #a3a3a3; }
  .tapp .lifecycle b { color: #fff; letter-spacing: 0.04em; font-size: 11.5px; }

  /* GitHub additions: file diff and workflow runs */
  .gh .files { font: 12.5px/1.6 Monaco, Menlo, Consolas, monospace; white-space: pre; padding: 0.6rem 1rem; color: #1f2328; }
  .gh .files .add { color: #1a7f37; background: #e6ffec; display: block; }
  .gh .files .ctx { color: #656d76; display: block; }
  .gh .run { border: 1px solid #d0d7de; border-radius: 6px; }
  .gh .run .rh { background: #f6f8fa; padding: 0.6rem 1rem; border-bottom: 1px solid #d0d7de; font-weight: 600; font-size: 13px; display: flex; justify-content: space-between; }
  .gh .run .step { display: flex; align-items: center; gap: 0.6rem; padding: 0.42rem 1rem; border-top: 1px solid #eaeef2; font-size: 13px; }
  .gh .run .step .n { color: #656d76; margin-left: auto; }
  .gh .dot.bad { background: #cf222e; }
  .gh .dot.skip { background: #d0d7de; }
  .gh .note { background: #fff8c5; border: 1px solid #d4a72c66; border-radius: 6px; padding: 0.55rem 0.9rem; font-size: 13px; }
  .gh .note.bad { background: #ffebe9; border-color: #ff818266; }

  /* player chrome: film chapters and back link */
  .back-link { position: fixed; top: 8px; left: 8px; z-index: 9999; background: #111; color: #fff; padding: 6px 10px; font: 14px var(--sans); text-decoration: none; border: 1px solid var(--line); }
  .chapters { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; margin-top: 0.7rem; font-family: var(--mono); font-size: 13px; color: var(--faint); }
  .chapters a { color: var(--muted); border: 1px solid var(--line); padding: 0.45rem 0.8rem; text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; }
  .chapters a:hover { color: var(--text); border-color: var(--faint); }
  .chapters a[aria-current="page"] { color: var(--text); border-color: var(--blue-bright); }
  .chapters a:focus-visible, .card-overlay .pill:focus-visible { outline: 2px solid #7d98ff; outline-offset: 2px; }
  a.pill { text-decoration: none; cursor: pointer; transition: border-color 0.2s, color 0.2s; }
  a.pill:hover { border-color: var(--text); color: var(--text); }
  .card-overlay .pills-label { font-family: var(--mono); font-size: 20px; color: var(--faint); margin-top: 0.6rem; }
  .later { display: none; }
  .tapp .guard { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 10px 0; }
