/* Heoka / Harness — direction E, tuned for readability. 26 Jul 2026.
   Dark shell, light slab for anything you have to read.
   Body 20px/1.7. Headline tops out at 50px = 2.5x body (was 4.8x). */
:root{
  /* ink side */
  --ink:#0E1311; --ink-2:#151B18; --ink-3:#111714; --line:#252E29;
  --text:#EDF2ED; --soft:#AEBAB1;
  /* paper side */
  --paper:#F8F8F4; --paper-2:#EFF0E9; --paper-line:#DBDDD3;
  --paper-ink:#0E120F; --paper-soft:#4B514A;
  /* lime, two tints so it stays legible on both */
  --lime:#BDFD62; --lime-on-ink:#9BD84A; --lime-on-paper:#5C8A1E;
  /* type scale */
  --t-body:20px; --t-lead:22px; --t-small:17px;
  --t-h1:clamp(34px,3.7vw,50px); --t-h2:clamp(25px,2.6vw,33px); --t-h3:20px;
  --lh:1.7;
  --shell:1140px;
}.heoka *{box-sizing:border-box;margin:0;padding:0}.heoka html{scroll-behavior:smooth}.heoka{min-height:100vh;
  background:var(--ink);color:var(--text);
  font-family:"Instrument Sans",system-ui,sans-serif;
  font-size:var(--t-body);line-height:var(--lh);
  -webkit-font-smoothing:antialiased;
}.heoka h1, .heoka h2, .heoka h3, .heoka h4, .heoka .disp{font-family:"Sora",sans-serif;font-weight:700;letter-spacing:-.03em}.heoka h1{font-size:var(--t-h1);line-height:1.12}.heoka h2{font-size:var(--t-h2);line-height:1.2}.heoka h3{font-size:var(--t-h3);line-height:1.35;font-weight:600}.heoka p{max-width:60ch}.heoka a{color:inherit;text-decoration:none}.heoka img{max-width:100%}.heoka .wrap{max-width:var(--shell);margin:0 auto;padding:0 26px}.heoka .eyebrow{
  font-family:"Sora",sans-serif;font-size:13px;font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;color:var(--lime-on-ink);margin-bottom:20px;
}.heoka .lead{font-size:var(--t-lead);color:var(--soft);margin-top:22px;max-width:48ch}.heoka .lead b{color:var(--text);font-weight:600}.heoka .note{font-size:var(--t-small);color:var(--soft);margin-top:18px}.heoka .rule{height:1px;background:var(--line)}/* ---------- the approve tick (chosen mark, brand pack 25 Jul) ---------- */
.heoka .tick{width:26px;height:26px;flex:0 0 26px}.heoka .tick circle{fill:none;stroke:var(--lime);stroke-width:2.1}.heoka .tick path{fill:none;stroke:var(--lime);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}/* ---------- buttons ---------- */
.heoka .btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  background:var(--lime);color:#0B0F0D;font-family:"Sora",sans-serif;font-weight:700;
  font-size:18px;padding:16px 28px;border-radius:13px;border:0;cursor:pointer;
  transition:box-shadow .2s ease, transform .16s ease;
}.heoka .btn:hover{box-shadow:0 0 34px rgba(189,253,98,.3);transform:translateY(-2px)}.heoka .btn-ghost{background:transparent;color:var(--text);box-shadow:inset 0 0 0 1.5px var(--line)}.heoka .btn-ghost:hover{box-shadow:inset 0 0 0 1.5px var(--lime-on-ink)}.heoka .btn-dark{background:var(--paper-ink);color:var(--paper)}.heoka .btn-dark:hover{box-shadow:0 12px 30px -14px rgba(14,18,15,.7)}/* ---------- nav ---------- */
.heoka nav .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px}.heoka .brand{display:flex;align-items:center;gap:11px;font-family:"Sora",sans-serif;font-weight:700;font-size:22px;letter-spacing:-.04em}.heoka .navlinks{display:flex;align-items:center;gap:26px;font-size:17px;color:var(--soft)}.heoka .navlinks a:hover{color:var(--text)}/* ---------- dark bands ---------- */
.heoka .band-dark{position:relative;overflow:hidden;padding:54px 0 76px}.heoka .band-dark:before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(720px 440px at 80% -6%, rgba(189,253,98,.085), transparent 62%);
}.heoka .band-dark .wrap{position:relative}.heoka .hgrid{display:grid;grid-template-columns:1fr .82fr;gap:58px;align-items:center}.heoka .acts{display:flex;gap:13px;flex-wrap:wrap;margin-top:32px}.heoka .bullets{
  display:flex;gap:34px;flex-wrap:wrap;margin-top:46px;padding-top:26px;
  border-top:1px solid var(--line);font-size:var(--t-small);color:var(--soft);
}.heoka .bullets span{display:flex;align-items:center;gap:10px;max-width:34ch}.heoka .bullets span:before{content:"";width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--lime)}/* ---------- approve card ---------- */
.heoka .phone{background:var(--ink-2);border:1px solid var(--line);border-radius:22px;padding:22px;
  box-shadow:0 44px 96px -58px #000}.heoka .phone-top{display:flex;justify-content:space-between;font-size:14px;color:var(--soft);margin-bottom:16px}.heoka .msg{background:var(--ink-3);border:1px solid var(--line);border-radius:15px;padding:17px;margin-bottom:11px;
  opacity:0;transform:translateY(9px);animation:rise .55s ease forwards}.heoka .msg:nth-of-type(2){animation-delay:.22s}
@keyframes rise{to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.heoka .msg{animation:none;opacity:1;transform:none}}.heoka .msg .lbl{font-family:"Sora",sans-serif;font-size:11.5px;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:var(--lime-on-ink);margin-bottom:9px}.heoka .msg p{font-size:17.5px;line-height:1.55;max-width:none}.heoka .msg .from{font-size:15px;color:var(--soft);margin-top:9px}.heoka .approve{display:flex;gap:9px;margin-top:14px}.heoka .approve button{flex:1;font-family:"Sora",sans-serif;font-weight:700;font-size:15px;padding:12px;
  border-radius:11px;border:0;cursor:pointer;background:var(--lime);color:#0B0F0D}.heoka .approve button.no{background:transparent;color:var(--soft);box-shadow:inset 0 0 0 1.5px var(--line)}.heoka .sentnote{font-size:14px;color:var(--soft);text-align:center;margin-top:6px}/* ---------- the light slab: everything you must READ lives here ---------- */
.heoka .slab-outer{padding:0 26px}.heoka .slab{
  background:var(--paper);color:var(--paper-ink);border-radius:30px;
  max-width:var(--shell);margin:0 auto 26px;padding:70px 62px;
}.heoka .slab .eyebrow{color:var(--lime-on-paper)}.heoka .slab p{color:var(--paper-soft)}.heoka .slab h1, .heoka .slab h2, .heoka .slab h3{color:var(--paper-ink)}.heoka .slab .hr{height:1px;background:var(--paper-line);margin:54px 0}.heoka .three{display:grid;grid-template-columns:repeat(3,1fr);gap:42px;margin-top:44px}.heoka .three h3{margin-bottom:10px}.heoka .three p{font-size:18.5px}.heoka .three .ic{display:block;width:32px;height:3px;background:var(--lime-on-paper);border-radius:2px;margin-bottom:20px}.heoka .two{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start}.heoka .two p{font-size:18.5px}.heoka .claimline{
  font-family:"Sora",sans-serif;font-weight:600;font-size:clamp(22px,2.4vw,29px);
  line-height:1.4;letter-spacing:-.02em;max-width:27ch;color:var(--paper-ink);
}.heoka .claimline em{font-style:normal;background:var(--lime);padding:0 .12em;border-radius:3px}.heoka .qa{border-top:1px solid var(--paper-line)}.heoka .qa details{border-bottom:1px solid var(--paper-line)}.heoka .qa summary{
  font-family:"Sora",sans-serif;font-weight:600;font-size:19.5px;letter-spacing:-.02em;
  padding:20px 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px;
}.heoka .qa summary::-webkit-details-marker{display:none}.heoka .qa summary:after{content:"+";color:var(--lime-on-paper);font-weight:700;font-size:23px;line-height:1}.heoka .qa details[open] summary:after{content:"–"}.heoka .qa details p{padding:0 0 22px;font-size:18.5px}/* ---------- offer + forms ---------- */
.heoka .deal{display:grid;grid-template-columns:.88fr 1.12fr;gap:56px;align-items:start;padding:80px 0}.heoka .price{font-family:"Sora",sans-serif;font-weight:700;font-size:58px;letter-spacing:-.045em;line-height:1}.heoka .price s{font-size:20px;color:var(--soft);font-weight:500;margin-left:12px;letter-spacing:-.01em;text-decoration:none}.heoka .facts{list-style:none;margin-top:26px;font-size:18.5px}.heoka .facts li{padding:12px 0 12px 28px;position:relative;border-bottom:1px solid var(--line);color:var(--soft)}.heoka .facts li:last-child{border:0}.heoka .facts li:before{content:"";position:absolute;left:0;top:22px;width:9px;height:9px;border-radius:50%;background:var(--lime)}.heoka form{background:var(--paper);border-radius:22px;padding:34px}.heoka .form-h{font-family:"Sora",sans-serif;font-weight:700;font-size:22px;color:var(--paper-ink);
  letter-spacing:-.025em;margin-bottom:22px}.heoka form label{display:block;font-size:16px;font-weight:500;color:var(--paper-soft);margin:0 0 8px}.heoka .frow{display:grid;grid-template-columns:1fr 1fr;gap:14px}.heoka input, .heoka textarea, .heoka select{
  width:100%;font-family:inherit;font-size:18px;padding:14px 16px;border-radius:12px;
  background:#fff;border:1.5px solid var(--paper-line);color:var(--paper-ink);margin-bottom:16px;
  transition:border .16s, box-shadow .16s;
}.heoka input::placeholder, .heoka textarea::placeholder{color:#98A092}.heoka input:focus, .heoka textarea:focus, .heoka select:focus{outline:0;border-color:var(--paper-ink);box-shadow:0 0 0 4px rgba(189,253,98,.55)}.heoka textarea{min-height:96px;resize:vertical}.heoka .consent{display:flex;gap:11px;align-items:flex-start;margin:2px 0 20px}.heoka .consent input{width:20px;height:20px;flex:0 0 20px;margin:3px 0 0;accent-color:var(--lime-on-paper)}.heoka .consent label{font-size:15.5px;margin:0;line-height:1.5}.heoka form .btn{width:100%}.heoka .small{font-size:15.5px;color:var(--paper-soft);text-align:center;margin-top:14px;max-width:none}/* ---------- footer ---------- */
.heoka footer{padding:46px 0 64px;border-top:1px solid var(--line);color:var(--soft);font-size:16px}.heoka .slog{display:flex;align-items:center;gap:12px;font-family:"Sora",sans-serif;font-weight:700;
  font-size:22px;color:var(--text);letter-spacing:-.03em;margin-bottom:16px}

@media (max-width:920px){:root{--t-body:19px;--t-lead:20px}.heoka .hgrid, .heoka .deal, .heoka .three, .heoka .two, .heoka .frow{grid-template-columns:1fr}.heoka .slab{padding:46px 26px;border-radius:22px}.heoka .three, .heoka .two{gap:34px}.heoka .navlinks{display:none}.heoka .deal{padding:56px 0}
}

/* Direct contact. Some people will never fill a form, and every one of these
   works with no backend at all, so they keep working if anything else breaks. */
.heoka .contactbar{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:26px}
.heoka .cbtn{display:inline-flex;align-items:center;gap:9px;font-family:"Sora",sans-serif;
  font-weight:600;font-size:16px;padding:12px 18px;border-radius:12px;
  color:var(--text);box-shadow:inset 0 0 0 1.5px var(--line);transition:box-shadow .16s,transform .16s}
.heoka .cbtn:hover{box-shadow:inset 0 0 0 1.5px var(--lime-on-ink);transform:translateY(-1px)}
.heoka .cbtn.wa{background:#25D366;color:#07240f;box-shadow:none}
.heoka .cbtn.wa:hover{box-shadow:0 0 26px rgba(37,211,102,.4)}
.heoka .cbtn svg{width:19px;height:19px;flex:0 0 19px;fill:currentColor}
.heoka .slab .cbtn{color:var(--paper-ink);box-shadow:inset 0 0 0 1.5px var(--paper-line)}
.heoka .slab .cbtn.wa{color:#07240f;box-shadow:none}
.heoka .formsplit{text-align:center;font-size:16px;color:var(--paper-soft);margin:18px 0 14px}

/* The hard qualifier. The AI account is a real requirement and the cleanest
   filter we have, so it says plainly who this is not for. */
.heoka .qualify{border:1px solid var(--line);border-left:3px solid var(--lime);
  border-radius:14px;padding:22px 26px;margin:44px 0 0;background:rgba(189,253,98,.04)}
.heoka .qualify p{font-size:18px;color:var(--soft);max-width:78ch}
.heoka .qualify p b{color:var(--text)}
.heoka .qualify p.not{margin-top:12px;color:#8E9A92}
.heoka .qualify p.not b{color:#C9D3C9}

/* Buy, book, or leave an email. Three choices beats nine fields: the old form
   sat between a ready buyer and the payment link and captured nothing extra. */
.heoka .choose{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:26px}
.heoka .inlet{background:var(--paper);border-radius:18px;padding:24px 26px}
.heoka .inlet label{display:block;font-size:17px;color:var(--paper-ink);font-weight:500;margin-bottom:12px}
.heoka .inletrow{display:flex;gap:10px;flex-wrap:wrap}
.heoka .inletrow input{flex:1;min-width:220px;margin-bottom:0}
.heoka .inletrow .btn{flex:0 0 auto}
.heoka .inlet .small{text-align:left;margin-top:12px}

/* The approve queue is a picture of the APP. Unlabelled, people read it as part
   of the website and wonder why the buttons do nothing. Labelled and tappable,
   it does the one job a screenshot cannot: show how fast approving is. */
.heoka .appwrap{position:relative}
.heoka .applabel{font-size:15px;color:var(--soft);text-align:center;margin-bottom:12px;max-width:none}
.heoka .applabel b{color:var(--lime)}
.heoka .msg.is-done{opacity:.55}
.heoka .msg.is-kept{opacity:.7}
.heoka .msg.is-done p:not(.demo-confirm),
.heoka .msg.is-kept p:not(.demo-confirm){text-decoration:line-through;text-decoration-color:var(--line)}
.heoka .demo-confirm{
  display:flex;align-items:flex-start;gap:8px;margin-top:10px;padding-top:10px;
  border-top:1px solid var(--line);font-size:14.5px;color:var(--lime);max-width:none;
  animation:demo-in .35s ease}
.heoka .demo-confirm.kept{color:var(--soft)}
.heoka .demo-tick{
  flex:0 0 17px;width:17px;height:17px;border-radius:50%;background:var(--lime);color:#0b0f0d;
  font-size:11px;line-height:17px;text-align:center;font-weight:700}
@keyframes demo-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
.heoka .demo-done{
  margin-top:14px;padding:16px;border-radius:14px;background:rgba(189,253,98,.09);
  border:1px solid var(--lime-on-ink);text-align:center;animation:demo-in .4s ease}
.heoka .demo-done b{display:block;font-family:"Sora",sans-serif;font-size:16px;color:var(--text);margin-bottom:5px}
.heoka .demo-done span{display:block;font-size:14px;color:var(--soft);margin-bottom:12px}
.heoka .demo-again{
  font-family:"Sora",sans-serif;font-weight:700;font-size:13.5px;padding:8px 16px;border-radius:9px;
  border:0;cursor:pointer;background:transparent;color:var(--text);box-shadow:inset 0 0 0 1.5px var(--line)}
.heoka .demo-again:hover{box-shadow:inset 0 0 0 1.5px var(--lime-on-ink)}
.heoka .approve button{transition:transform .1s ease}
.heoka .approve button:active{transform:scale(.96)}
@media (prefers-reduced-motion:reduce){
  .heoka .demo-confirm,.heoka .demo-done{animation:none}
}

/* Device status bar. A phone mock with no signal, wifi or battery reads as a
   drawing rather than a screenshot, and that is the detail people notice without
   being able to name it. The time sits here, as it does on a real handset, so
   the app header below it is just the app. */
.heoka .statusbar{
  display:flex;align-items:center;justify-content:space-between;
  padding:2px 8px 10px;font-size:12.5px;color:var(--text);
  font-family:"Instrument Sans",system-ui,sans-serif}
.heoka .sb-time{font-weight:600;letter-spacing:.01em}
.heoka .sb-icons{display:flex;align-items:center;gap:5px}
.heoka .statusbar svg{height:10px;width:auto;display:block}
.heoka .sb-sig rect{fill:var(--text)}
.heoka .sb-wifi path{fill:none;stroke:var(--text);stroke-width:1.6;stroke-linecap:round}
.heoka .sb-wifi circle{fill:var(--text)}
.heoka .sb-batt rect{fill:none;stroke:var(--text);stroke-width:1;opacity:.65}
.heoka .sb-batt .sb-fill{fill:var(--text);stroke:none;opacity:1}
.heoka .sb-batt .sb-nub{fill:var(--text);opacity:.65}


/* ============================================================================
   The app mock: white Telegram on an iPhone.
   Replaces the dark card with lime buttons, which looked like part of this
   website rather than the product. Copied from the verified reference at
   heoka_phone_telegram.html. No lime anywhere in this component, deliberately:
   a real phone screen is not brand-typeset. SF Pro, not Sora.
   Greyscale only, but with real tonal depth behind the chat, because frosted
   glass over a flat colour has nothing to blur and simply disappears.
   ========================================================================== */
.heoka .tg-wrap{--s:.85;width:calc(393px * var(--s));height:calc(852px * var(--s));
  margin-left:auto;margin-right:auto}
.heoka .tg-frame{
  width:393px;height:852px;border-radius:56px;position:relative;padding:11px;
  transform:scale(var(--s));transform-origin:top left;
  background:linear-gradient(160deg,#d8d8d6,#9a9a98 28%,#e6e6e4 52%,#8f8f8d 78%,#cfcfcd);
  box-shadow:0 50px 110px -30px rgba(0,0,0,.85), 0 0 0 1px rgba(255,255,255,.14);
  font-family:-apple-system,"SF Pro Text","SF Pro Display",BlinkMacSystemFont,"Helvetica Neue",sans-serif}
.heoka .tg-screen{position:relative;width:100%;height:100%;border-radius:46px;overflow:hidden;
  background:#fff;display:flex;flex-direction:column;text-align:left}
.heoka .tg-wall{position:absolute;inset:0;
  background:linear-gradient(168deg,#FFFFFF 0%,#F4F4F4 34%,#E9E9E9 62%,#F7F7F7 100%)}
.heoka .tg-wall:before,.heoka .tg-wall:after{content:"";position:absolute;border-radius:50%;filter:blur(54px)}
.heoka .tg-wall:before{width:360px;height:360px;left:-100px;top:96px;background:rgba(0,0,0,.15)}
.heoka .tg-wall:after{width:320px;height:320px;right:-90px;top:404px;background:rgba(0,0,0,.13)}
.heoka .tg-wall i{position:absolute;width:280px;height:280px;border-radius:50%;filter:blur(50px);
  background:rgba(0,0,0,.11);left:66px;bottom:44px}
.heoka .tg-wall u{position:absolute;left:-40px;top:250px;width:300px;height:2px;
  background:rgba(0,0,0,.16);transform:rotate(-24deg)}
.heoka .tg-wall s{position:absolute;right:-30px;bottom:210px;width:240px;height:2px;
  background:rgba(0,0,0,.13);transform:rotate(-24deg)}
.heoka .tg-island{position:absolute;top:12px;left:50%;transform:translateX(-50%);
  width:124px;height:36px;border-radius:20px;background:#000;z-index:9}
.heoka .tg-status{position:relative;z-index:8;display:flex;justify-content:space-between;
  align-items:center;padding:20px 32px 0;font-size:15.5px;font-weight:600;color:#0B0F0D;letter-spacing:-.01em}
.heoka .tg-status .r{display:flex;align-items:center;gap:6px}
.heoka .tg-status svg{display:block}
.heoka .tg-nav{position:relative;z-index:7;margin-top:14px;display:flex;align-items:center;gap:11px;
  padding:9px 16px 11px;background:rgba(255,255,255,.45);
  -webkit-backdrop-filter:blur(26px) saturate(180%);backdrop-filter:blur(26px) saturate(180%);
  border-bottom:.5px solid rgba(60,60,67,.13)}
.heoka .tg-nav .back{font-size:26px;line-height:1;color:#0B0F0D;opacity:.85;font-weight:300;margin-right:2px}
.heoka .tg-nav .av{width:34px;height:34px;border-radius:50%;background:#F2F2F2;
  border:.5px solid rgba(60,60,67,.13);display:grid;place-items:center;
  font-size:14px;font-weight:700;color:#0B0F0D;letter-spacing:-.02em}
.heoka .tg-nav .who{line-height:1.25}
.heoka .tg-nav .who b{display:block;font-size:16px;font-weight:600;color:#0B0F0D;letter-spacing:-.01em}
.heoka .tg-nav .who span{font-size:12.5px;color:#8E8E93}
.heoka .tg-chat{position:relative;z-index:6;flex:1;overflow:hidden;padding:16px 12px 10px;
  display:flex;flex-direction:column;justify-content:flex-end;gap:14px}
.heoka .tg-day{align-self:center;flex:0 0 auto;font-size:12px;font-weight:600;color:#8E8E93;
  background:rgba(255,255,255,.45);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);
  padding:5px 12px;border-radius:20px;border:.5px solid rgba(60,60,67,.13)}
.heoka .tg-msg{max-width:302px;align-self:flex-start}
.heoka .tg-bubble{position:relative;background:rgba(255,255,255,.60);
  -webkit-backdrop-filter:blur(22px) saturate(180%);backdrop-filter:blur(22px) saturate(180%);
  border:.5px solid rgba(255,255,255,.85);border-radius:18px 18px 18px 5px;padding:9px 12px 7px;
  box-shadow:0 1px 2px rgba(0,0,0,.08), 0 8px 24px -12px rgba(0,0,0,.18)}
.heoka .tg-bubble .tag{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  color:#8E8E93;display:block;margin-bottom:5px}
.heoka .tg-bubble p{font-size:16px;line-height:1.34;color:#0B0F0D;letter-spacing:-.012em;max-width:none;margin:0}
.heoka .tg-bubble .foot{display:flex;justify-content:space-between;align-items:flex-end;gap:10px;margin-top:6px}
.heoka .tg-bubble .meta{font-size:13px;color:#8E8E93;line-height:1.3;flex:1;margin:0}
.heoka .tg-bubble .time{font-size:11px;color:#8E8E93;white-space:nowrap;flex:0 0 auto;padding-bottom:1px}
/* the inline keyboard sits UNDER the bubble, which is how a Telegram bot renders it */
.heoka .tg-keys{margin-top:4px;display:grid;grid-template-columns:1fr 1fr;gap:4px}
.heoka .tg-keys.one{grid-template-columns:1fr}
.heoka .tg-keys button{font:inherit;font-size:15px;font-weight:600;letter-spacing:-.01em;color:#0B0F0D;
  background:rgba(255,255,255,.45);
  -webkit-backdrop-filter:blur(22px) saturate(180%);backdrop-filter:blur(22px) saturate(180%);
  border:.5px solid rgba(255,255,255,.8);border-radius:12px;padding:11px 8px;cursor:pointer;
  box-shadow:0 1px 2px rgba(0,0,0,.06);transition:transform .1s ease, background .15s ease}
.heoka .tg-keys button:active{transform:scale(.97)}
.heoka .tg-keys button.sub{color:#8E8E93;font-weight:500}
.heoka .tg-service{align-self:center;flex:0 0 auto;font-size:12.5px;color:#8E8E93;font-weight:500;
  background:rgba(255,255,255,.45);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);
  padding:6px 13px;border-radius:20px;border:.5px solid rgba(60,60,67,.13);margin-top:4px}
.heoka .tg-service b{color:#0B0F0D}
.heoka .tg-input{position:relative;z-index:7;display:flex;align-items:center;gap:10px;padding:9px 12px 8px;
  background:rgba(255,255,255,.45);
  -webkit-backdrop-filter:blur(26px) saturate(180%);backdrop-filter:blur(26px) saturate(180%);
  border-top:.5px solid rgba(60,60,67,.13)}
.heoka .tg-input .field{flex:1;background:rgba(255,255,255,.55);border:.5px solid rgba(60,60,67,.13);
  border-radius:19px;padding:9px 14px;font-size:16px;color:#8E8E93}
.heoka .tg-input .ic{color:#8E8E93;opacity:.9}
.heoka .tg-home{position:relative;z-index:7;height:22px;display:grid;place-items:center;
  background:rgba(255,255,255,.45);-webkit-backdrop-filter:blur(26px);backdrop-filter:blur(26px)}
.heoka .tg-home span{width:138px;height:5px;border-radius:3px;background:rgba(0,0,0,.32)}

/* settled states, greyscale to match the component */
.heoka .tg-msg[data-done] .tg-bubble p{text-decoration:line-through;text-decoration-color:rgba(0,0,0,.25)}
.heoka .tg-msg[data-done] .tg-bubble{opacity:.72}
.heoka .tg-confirm{display:flex;align-items:flex-start;gap:7px;margin-top:5px;padding:8px 11px;
  border-radius:12px;background:rgba(255,255,255,.55);border:.5px solid rgba(255,255,255,.8);
  -webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);
  font-size:13.5px;color:#0B0F0D;line-height:1.35}
.heoka .tg-confirm.kept{color:#8E8E93}
.heoka .tg-confirm .tick{flex:0 0 16px;width:16px;height:16px;border-radius:50%;background:#0B0F0D;
  color:#fff;font-size:10px;line-height:16px;text-align:center;font-weight:700}
.heoka .tg-done{align-self:center;text-align:center;padding:12px 16px;border-radius:14px;
  background:rgba(255,255,255,.62);border:.5px solid rgba(255,255,255,.85);
  -webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}
.heoka .tg-done b{display:block;font-size:14.5px;color:#0B0F0D;font-weight:600;margin-bottom:3px}
.heoka .tg-done span{display:block;font-size:12.5px;color:#8E8E93;margin-bottom:10px}
.heoka .tg-again{font:inherit;font-size:13px;font-weight:600;padding:7px 14px;border-radius:10px;
  border:.5px solid rgba(60,60,67,.18);background:rgba(255,255,255,.6);color:#0B0F0D;cursor:pointer}

@media (max-width:1000px){.heoka .tg-wrap{--s:.72}}
@media (max-width:640px){.heoka .tg-wrap{--s:.62}}
@media (prefers-reduced-motion:reduce){.heoka .tg-keys button{transition:none}}

/* ---------- content pages (playbook + guides) ---------- */
.heoka .ladder{width:100%;border-collapse:collapse;margin:26px 0;font-size:17px}
.heoka .ladder th,.heoka .ladder td{text-align:left;padding:13px 14px;border-bottom:1px solid var(--paper-line);vertical-align:top}
.heoka .ladder th{font-weight:600}
.heoka .ladder td:first-child,.heoka .ladder th:first-child{white-space:nowrap;font-weight:600}
.heoka .tmpl,.heoka .worked{background:var(--paper-2);border-radius:16px;padding:26px 28px;margin:26px 0;font-size:17px;line-height:1.6}
.heoka .tmpl p,.heoka .worked p{max-width:none}
.heoka .worked p{margin-top:8px}
.heoka .prose p{max-width:70ch;margin-top:16px}
.heoka .prose h2{margin-top:48px}
.heoka .prose h3{margin-top:28px}
.heoka .prose ul,.heoka .prose ol{max-width:70ch;margin:16px 0 0 20px;font-size:18px}
.heoka .prose li{margin-top:8px}
