/* The know.sh Cookbook, set in the Index Book design: paper and ink, two
   greys, hairlines, Newsreader for reading and Schibsted Grotesk for facts. */

@font-face { font-family: 'Newsreader'; font-style: normal; font-weight: 200 800; font-display: swap; src: url(fonts/newsreader-latin-opsz-normal.woff2) format('woff2-variations'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Newsreader'; font-style: italic; font-weight: 200 800; font-display: swap; src: url(fonts/newsreader-latin-opsz-italic.woff2) format('woff2-variations'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Schibsted Grotesk'; font-style: normal; font-weight: 400 900; font-display: swap; src: url(fonts/schibsted-grotesk-latin-wght-normal.woff2) format('woff2-variations'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Schibsted Grotesk'; font-style: italic; font-weight: 400 900; font-display: swap; src: url(fonts/schibsted-grotesk-latin-wght-italic.woff2) format('woff2-variations'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --paper: #fbfbf9;
  --ink: #000;
  --ink-2: #45453f;
  --ink-3: #66665f;
  --rule: #d8d8d2;
  --wash: #efefea;
  --mark: #e4e3db;
  --serif: 'Newsreader', 'Iowan Old Style', Georgia, serif;
  --sans: 'Schibsted Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --mono: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  --gutter: 20px;
  --bar-h: 56px;
  --rail-w: 236px;
  --measure: 680px;
  --scrim-sheet: color-mix(in srgb, var(--paper) 55%, transparent);
  --scrim-dialog: color-mix(in srgb, var(--paper) 70%, transparent);
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  :root { --paper: #121211; --ink: #f4f4f0; --ink-2: #c6c6bf; --ink-3: #a1a19a; --rule: #34342f; --wash: #1f1f1c; --mark: #3b3a34; color-scheme: dark; }
}
@media (min-width: 720px) { :root { --gutter: 36px; --bar-h: 60px; } }
@media (min-width: 1180px) { :root { --gutter: 56px; } }

* { box-sizing: border-box; }
html { background: var(--paper); -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--bar-h) + 16px); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 15px/1.45 var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-feature-settings: 'kern', 'liga'; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; padding: 0; cursor: pointer; }
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
main:focus { outline: none; }
[hidden] { display: none !important; }
html:not(.js) [data-js] { display: none !important; }
.sr { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); white-space: nowrap; overflow: hidden; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 99; display: inline-flex; align-items: center; min-height: 44px; background: var(--ink); color: var(--paper); padding: 0 14px; }
.skip:focus { left: 8px; }
kbd { font: 500 11.5px/1 var(--sans); color: var(--ink-3); border: 1px solid var(--rule); padding: 3px 5px 2px; letter-spacing: .02em; }
@media (hover: none) { kbd { display: none; } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
.no { font-variant-numeric: lining-nums tabular-nums; }

/* The bar: a running head. */
.bar { position: sticky; top: 0; z-index: 30; background: var(--paper); border-bottom: 1px solid var(--rule); }
.bar-in { display: flex; align-items: center; gap: 12px; height: var(--bar-h); padding-inline: var(--gutter); position: relative; }
.wordmark { font: 600 22px/1 var(--serif); letter-spacing: -0.02em; min-height: 44px; display: inline-flex; align-items: center; flex: none; }
.runhead { flex: 1; min-width: 0; margin: 0; font: 400 15px/1.2 var(--serif); color: var(--ink-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; }
.runhead b { font-weight: 600; color: var(--ink); }
@media (max-width: 899px) { .runhead { visibility: hidden; } }
.tools { display: flex; align-items: center; gap: 2px; margin-left: auto; flex: none; }
.tool { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; min-width: 32px; justify-content: center; padding: 0 8px; font: 400 15px/1 var(--sans); color: var(--ink-2); white-space: nowrap; }
.tool:hover, .tool[aria-current], .tool[aria-pressed='true'], .tool[aria-expanded='true'] { color: var(--ink); }
.tool.start { color: var(--ink); font-weight: 500; text-decoration: underline; text-underline-offset: .3em; text-decoration-thickness: 1px; }
.tool.more { font-size: 20px; min-width: 40px; }
.tool kbd { margin-left: 2px; }
@media (max-width: 719px) { .tool kbd { display: none; } .tool { padding: 0 6px; } }
@media (max-width: 519px) { .tool.start { display: none; } }
@media (min-width: 1180px) { body.has-rail .tool.turn { display: none; } }
.menu { position: absolute; right: var(--gutter); top: calc(100% + 1px); min-width: 220px; background: var(--paper); border: 1px solid var(--ink); padding: 6px 0; z-index: 40; }
.menu a { display: flex; align-items: center; min-height: 44px; padding: 0 18px; font: 400 15px/1.2 var(--sans); }
.menu a:hover, .menu a:focus-visible { background: var(--wash); }
.menu a[aria-current] { font-weight: 600; }
.menu .who { margin: 0 0 6px; padding: 8px 18px 10px; font: italic 400 16px/1.2 var(--serif); color: var(--ink-3); border-bottom: 1px solid var(--rule); }

/* The frame, with the thumb index at the right edge from 1180px. */
.frame { display: grid; grid-template-columns: minmax(0, 1fr); }
.rail { display: none; }
@media (min-width: 1180px) {
  body.has-rail .frame { grid-template-columns: minmax(0, 1fr) var(--rail-w); }
  body.has-rail .rail { display: block; position: sticky; top: var(--bar-h); height: calc(100vh - var(--bar-h)); align-self: start; border-left: 1px solid var(--rule); }
}
.rail-in { display: grid; grid-template-columns: minmax(0, 1fr) 40px; height: 100%; }
.rl { overflow-y: auto; overscroll-behavior: contain; padding: 26px 14px 40px 22px; scrollbar-width: thin; }
.rl-h { margin: 22px 0 6px; font: italic 400 15px/1.2 var(--serif); color: var(--ink-3); }
.rl-h:first-child { margin-top: 0; }
.rl ul { list-style: none; margin: 0; padding: 0; }
.rl a { display: flex; align-items: baseline; gap: 8px; min-height: 28px; padding: 4px 0; font: 400 14px/1.3 var(--sans); color: var(--ink-2); }
.rl a:hover { color: var(--ink); }
.rl a .t { flex: 1; min-width: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: anywhere; }
.rl a .no { flex: none; min-width: 1.8em; font-variant-numeric: tabular-nums; color: var(--ink-3); }
.rl a .c { flex: none; font-variant-numeric: tabular-nums; color: var(--ink-3); font-size: 13px; }
.rl a[aria-current] { color: var(--ink); font-weight: 600; }
.rl a[aria-current] .no { color: var(--ink); }
.strip { display: flex; flex-direction: column; height: 100%; background: var(--wash); border-left: 1px solid var(--rule); padding: 6px 0; }
.strip .tab { flex: 1 1 0; max-height: 40px; min-height: 22px; display: flex; align-items: center; justify-content: center; font: 500 13px/1 var(--sans); font-variant-numeric: tabular-nums; color: var(--ink); position: relative; }
.strip .tab.off { color: var(--ink-3); font-weight: 400; cursor: default; }
.strip a.tab:hover { background: var(--mark); }
.strip .tab[aria-current] { background: var(--ink); color: var(--paper); margin-left: -8px; font-weight: 650; }
.grid { display: flex; flex-wrap: wrap; margin: -6px -12px 18px; }
.grid .tab { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; font: 400 20px/1 var(--serif); font-variant-numeric: lining-nums tabular-nums; color: var(--ink); }
.grid a.tab:hover { text-decoration: underline; text-underline-offset: .2em; text-decoration-thickness: 1px; }
.grid .tab.off { color: var(--ink-3); font-weight: 300; cursor: default; }
.grid .tab[aria-current] { background: var(--ink); color: var(--paper); }

/* Turn to, below 1180px. */
.sheet-scrim { position: fixed; inset: 0; z-index: 44; background: var(--scrim-sheet); }
.sheet { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; max-height: 82vh; display: flex; flex-direction: column; background: var(--paper); border-top: 1px solid var(--ink); padding-bottom: env(safe-area-inset-bottom); }
@media (min-width: 720px) { .sheet { left: auto; top: var(--bar-h); width: 380px; max-height: none; border-top: 0; border-left: 1px solid var(--ink); } }
.sheet-head { display: flex; align-items: center; justify-content: space-between; padding: 6px var(--gutter); border-bottom: 1px solid var(--rule); }
.sheet-head h2 { margin: 0; font: italic 400 20px/1 var(--serif); }
.sheet-head button { min-height: 44px; min-width: 44px; font: 400 15px/1 var(--sans); color: var(--ink-2); }
.sheet-body { overflow-y: auto; padding: 18px var(--gutter) 28px; overscroll-behavior: contain; }
.sheet-body .rl { padding: 0; overflow: visible; }
.sheet-body .rl a { min-height: 44px; font-size: 15px; }

/* Pages */
.page { max-width: 1100px; width: 100%; margin-inline: auto; padding: 28px var(--gutter) 64px; }
@media (min-width: 720px) { .page { padding-top: 44px; } }
.head { margin-bottom: 28px; }
.head h1 { margin: 0; font: 400 clamp(40px, 7vw, 64px)/1.02 var(--serif); letter-spacing: -0.02em; overflow-wrap: anywhere; }
.lede { margin: 12px 0 0; font: 400 19px/1.5 var(--serif); color: var(--ink-2); max-width: 40em; }
.lede a, .summary a, .quiet a { text-decoration: underline; text-decoration-color: var(--ink-3); text-underline-offset: .2em; text-decoration-thickness: 1px; }
.summary { font: italic 400 19px/1.5 var(--serif); color: var(--ink-2); margin: 8px 0 0; max-width: 40em; }
.crumb { margin: 0 0 12px; font: 400 14px/1.4 var(--sans); color: var(--ink-3); display: flex; flex-wrap: wrap; gap: 4px 18px; }
.crumb a { color: var(--ink-2); padding-block: 4px; }
.crumb a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: .25em; }
.crumb a + a::before, .crumb span + span:not(.acc)::before { content: '/'; color: var(--ink-3); margin-right: 18px; display: inline-block; }
.crumb .acc { margin-left: auto; padding-block: 4px; }
.quiet { font: italic 400 17px/1.5 var(--serif); color: var(--ink-2); margin: 8px 0 12px; max-width: 42em; }
.none { font: italic 400 19px/1.5 var(--serif); color: var(--ink-2); }
.none a { text-decoration: underline; text-underline-offset: .2em; }

/* Title page */
.title { display: grid; gap: 14px; padding-bottom: 28px; }
.title h1 { margin: 0; font: 400 clamp(64px, 14vw, 140px)/.84 var(--serif); font-variation-settings: 'opsz' 72; letter-spacing: -0.035em; }
.title .of p { margin: 0; font: 400 19px/1.5 var(--serif); max-width: 34em; }
.title .of p b { font-weight: 500; }
.register { margin-top: 18px !important; padding-top: 12px; border-top: 1px solid var(--ink); font: 400 14px/1.9 var(--sans) !important; color: var(--ink-3); max-width: none !important; }
.register a { color: var(--ink); padding-block: 6px; }
.register a:hover { text-decoration: underline; text-underline-offset: .25em; }
.register .n { font-variant-numeric: tabular-nums; }
@media (min-width: 900px) {
  .title { grid-template-columns: auto minmax(0, 1fr); gap: 48px; align-items: end; padding-top: 16px; }
  .title .of p { font-size: 20px; }
}

.openat { border-top: 1px solid var(--ink); padding: 18px 0 22px; display: grid; gap: 10px; }
.openat h2, .revisit h3, .ix-head h2, .leaf section > h2, .part > h2.plain { margin: 0; font: italic 400 19px/1.3 var(--serif); color: var(--ink); }
.openat ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.openat a { display: block; padding: 8px 0; }
.openat .t, .revisit .t { display: block; font: 400 18px/1.3 var(--serif); }
.openat a:hover .t { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.why { display: block; font: 400 13.5px/1.4 var(--sans); color: var(--ink-3); margin-top: 3px; }
@media (min-width: 900px) {
  .openat { grid-template-columns: 9rem minmax(0, 1fr); gap: 24px; align-items: baseline; }
  .openat ol { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
}

.front { border-top: 1px solid var(--ink); padding-top: 12px; }
.dateline { margin: 0 0 22px; font: 400 13px/1.3 var(--sans); color: var(--ink-3); }
.spread { display: grid; gap: 36px; }
@media (min-width: 900px) { .spread { grid-template-columns: minmax(0, 1.75fr) minmax(0, 1fr); gap: 56px; } .revisit { border-left: 1px solid var(--rule); padding-left: 32px; } }
.kick { margin: 0 0 10px; font: 400 13.5px/1.4 var(--sans); color: var(--ink-3); display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 14px; }
.kick a { color: var(--ink); font-weight: 500; padding-block: 3px; }
.kick a:hover { text-decoration: underline; text-underline-offset: .25em; }
.lead h3 { margin: 0; font: 400 clamp(32px, 5.2vw, 50px)/1.04 var(--serif); letter-spacing: -0.02em; overflow-wrap: anywhere; }
.lead h3.t-l { font-size: clamp(28px, 4vw, 38px); }
.lead h3 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .12em; }
.stand { margin: 10px 0 0; font: italic 400 20px/1.35 var(--serif); color: var(--ink-2); }
.lead-body p { margin: 18px 0 0; font: 400 18px/1.6 var(--serif); max-width: 38em; overflow-wrap: anywhere; }
.lead-body code, .text code, .why code, .x code { font: 400 .8em var(--mono); background: var(--wash); padding: 1px 4px; }
.keys { list-style: none; margin: 22px 0 0; padding: 0; border-top: 1px solid var(--rule); }
.keys a { display: flex; gap: 14px; align-items: baseline; padding: 10px 0; border-bottom: 1px solid var(--rule); font: 400 17px/1.35 var(--serif); }
.keys a:hover span:last-child { text-decoration: underline; text-underline-offset: .2em; }
.keys .no { flex: 0 0 1.6em; color: var(--ink-3); font-size: 19px; }
.cont { margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 6px 16px; align-items: baseline; font: 400 14px/1.4 var(--sans); color: var(--ink-3); }
.cont a { font: 500 15px/1 var(--sans); color: var(--ink); text-decoration: underline; text-underline-offset: .3em; padding-block: 8px; }
.revisit ul { list-style: none; margin: 8px 0 0; padding: 0; }
.revisit li + li { border-top: 1px solid var(--rule); }
.revisit .hw { display: grid; grid-template-columns: 1.6em minmax(0, 1fr); column-gap: 8px; padding: 12px 0; }
.revisit .g { grid-row: span 2; font: 600 16px/1.3 var(--serif); padding-top: 1px; }
.revisit .t { font-size: 17px; }
.revisit .why a { text-decoration: underline; text-underline-offset: .2em; color: var(--ink-2); }

/* Contents */
.contents-sec { margin-top: 56px; }
.contents-sec > .ix-head { border-top: 1px solid var(--ink); padding-top: 10px; margin-bottom: 4px; }
.part { margin-top: 36px; }
.part h2 { margin: 0 0 4px; display: flex; align-items: baseline; gap: 12px; font: 400 26px/1.2 var(--serif); letter-spacing: -0.01em; border-bottom: 1px solid var(--ink); padding-bottom: 8px; overflow-wrap: anywhere; }
.part h2 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .15em; }
.part h2 .n { margin-left: auto; font: 400 13px/1 var(--sans); color: var(--ink-3); }
.cls { list-style: none; margin: 0; padding: 0; }
@media (min-width: 1000px) { .part .cls { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 48px; } }
.cl { border-bottom: 1px solid var(--rule); }
.cl a { display: block; padding: 12px 0 13px; }
.cl .t { display: block; font: 400 19px/1.3 var(--serif); overflow-wrap: anywhere; }
.cl .t .no { color: var(--ink-3); margin-right: .35em; }
.cl .t.t-l { font-size: 17px; }
.cl .m { display: block; font: 400 13px/1.4 var(--sans); color: var(--ink-3); margin-top: 4px; }
.cl .x { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-top: 6px; font: 400 15px/1.5 var(--serif); color: var(--ink-2); overflow-wrap: anywhere; }
.cl a:hover .t { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; }

/* The index */
.index { margin-top: 56px; }
.ix-head { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; border-top: 1px solid var(--ink); padding-top: 10px; margin-bottom: 8px; }
.indexpage .ix-head { border-top: 0; padding-top: 0; margin-bottom: 20px; }
.ix-head h2 a { display: inline-block; padding-block: 4px; }
.ix-head h2 a:hover { text-decoration: underline; text-underline-offset: .2em; }
.keyline { margin: 0; font: 400 13.5px/1.4 var(--sans); color: var(--ink-3); }
.filter { flex: 1 1 200px; max-width: 360px; margin-left: auto; }
.indexpage .filter { margin-left: 0; }
.filter input { width: 100%; height: 44px; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: none; font: 400 18px/1 var(--serif); padding: 0; -webkit-appearance: none; appearance: none; }
.filter input::placeholder { color: var(--ink-3); font-style: italic; }
.filter input:focus-visible { outline: none; border-bottom-width: 2px; }
@media (max-width: 719px) { .filter { flex-basis: 100%; max-width: none; } }
.guide { display: flex; justify-content: space-between; gap: 16px; margin: 0 0 14px; padding: 8px 0 7px; border-bottom: 1px solid var(--rule); font: 400 12.5px/1.2 var(--sans); color: var(--ink-3); }
.guide span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 48%; }
.ix { column-width: 17.5rem; column-gap: 48px; font: 400 17px/1.5 var(--serif); }
.lh { margin: 0 0 6px; font: 400 36px/1.1 var(--serif); letter-spacing: -0.01em; break-after: avoid; }
.grp + .grp .lh { margin-top: 22px; }
.e { break-inside: avoid; margin-bottom: 8px; }
.e p { margin: 0; padding-left: 1.3em; text-indent: -1.3em; overflow-wrap: anywhere; }
.e .sub { padding-left: 2.5em; }
.ix a { padding: 5px 4px; margin: 0 -4px; }
.ix .doc { font-style: italic; }
.ix .doc:hover, .ix .term:hover, .ix .refs a:hover, .terms a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .18em; }
.refs { font-variant-numeric: lining-nums; }
.refs a { padding: 5px 6px; margin: 0 -6px; }
.refs b { font-weight: 650; }
.xref { color: var(--ink-2); }
.e:target, .grp:target .lh, .flash { background: var(--mark); box-shadow: 0 0 0 6px var(--mark); transition: background 1s, box-shadow 1s; }
@media (pointer: coarse) {
  .ix a, .crumb a, .kick a { padding-block: 12px; }
  .use dt a, .register a, .ix-head h2 a { padding-block: 12px; }
  .part h2 a, .lead h3 a { display: inline-block; padding-block: 8px; margin-block: -4px; }
  .openat a { min-height: 44px; }
  .refs a { padding: 12px 10px; margin: 0 -10px; }
  .rl a { min-height: 44px; }
}

/* A recipe: a chapter of the book. */
.leafpage { max-width: none; }
.leaf { max-width: var(--measure); margin-inline: auto; }
.dochead h1 { margin: 0; font: 400 clamp(34px, 5.6vw, 52px)/1.06 var(--serif); letter-spacing: -0.02em; overflow-wrap: anywhere; hyphens: manual; }
.dochead h1.t-l { font-size: clamp(28px, 4.2vw, 40px); }
.subt { display: block; margin-top: .35em; font-style: italic; font-size: max(.5em, 19px); line-height: 1.3; color: var(--ink-2); letter-spacing: -0.005em; }
.facts { margin: 14px 0 0; font: 400 14px/1.5 var(--sans); color: var(--ink-3); }
.acts { display: flex; flex-wrap: wrap; gap: 0 20px; margin-top: 16px; padding: 2px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.acts > * { min-height: 44px; display: inline-flex; align-items: center; gap: 4px; font: 400 15px/1 var(--sans); color: var(--ink-2); }
.acts > a:hover { color: var(--ink); }
.acts .go { margin-left: auto; color: var(--ink); font-weight: 500; text-decoration: underline; text-underline-offset: .3em; text-decoration-thickness: 1px; }
@media (max-width: 419px) { .acts { gap: 0 14px; } .acts .go { margin-left: 0; } }

.text { font: 400 18px/1.62 var(--serif); overflow-wrap: break-word; }
@media (min-width: 720px) { .text { font-size: 19px; } }
.overview { margin-top: 34px; }
.text p { margin: 0 0 1em; hyphens: auto; }
.text > :last-child { margin-bottom: 0; }
.text ul, .text ol { margin: 0 0 1em; padding-left: 1.3em; }
.text li { margin-bottom: .3em; }
.text blockquote { margin: 0 0 1em; padding-left: 18px; border-left: 2px solid var(--ink); font-style: italic; color: var(--ink-2); }
.text blockquote p { margin: 0; }
.text strong { font-weight: 600; }
.text a { padding-block: 3px; text-decoration: underline; text-decoration-color: var(--ink-3); text-underline-offset: .18em; text-decoration-thickness: 1px; }
.text pre { margin: 0 0 1.2em; padding: 14px 16px; background: var(--wash); overflow-x: auto; font: 400 13.5px/1.55 var(--mono); }
.text pre code { background: none; padding: 0; font-size: inherit; }
.sp-page .text pre { font-size: 12.5px; padding: 10px 12px; }
.tablewrap { overflow-x: auto; margin: 0 0 1.2em; }
.text table { border-collapse: collapse; font: 400 14.5px/1.45 var(--sans); min-width: 100%; }
.text th, .text td { text-align: left; vertical-align: top; padding: 7px 14px 7px 0; border-bottom: 1px solid var(--rule); }
.text th { font-weight: 600; border-bottom-color: var(--ink); }
.text td code, .text th code { font-size: .9em; }
.sp-page .text table { font-size: 13px; }
.sp-page .text th, .sp-page .text td { padding: 5px 12px 5px 0; }
mark.hl { background: var(--mark); color: inherit; padding: 1px 0; box-shadow: 0 1px 0 var(--ink-3); }

.leaf > section:not(.overview), .leaf > .leafsec { margin-top: 56px; border-top: 1px solid var(--ink); padding-top: 12px; }
.leaf > section.related { border-top-color: var(--rule); margin-top: 40px; }
.leaf > section.alsoin { border-top-color: var(--rule); margin-top: 48px; }

.uses { margin: 14px 0 0; display: grid; gap: 0; }
.use { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2px; padding: 12px 0 13px; border-bottom: 1px solid var(--rule); }
@media (min-width: 620px) { .use { grid-template-columns: 11.5rem minmax(0, 1fr); gap: 24px; } }
.use dt { font: 500 15px/1.5 var(--sans); padding-top: 2px; }
.use dt a { display: inline-block; padding-block: 3px; text-decoration: underline; text-decoration-color: var(--rule); text-underline-offset: .25em; text-decoration-thickness: 1px; }
.use dt a:hover { text-decoration-color: var(--ink); }
.use dd { margin: 0; font: 400 17px/1.5 var(--serif); color: var(--ink-2); }
@media (pointer: coarse) { .use dt a { padding-block: 12px; margin-block: -8px; } }

.steps { list-style: none; margin: 10px 0 0; padding: 0; }
.step { display: grid; grid-template-columns: 2.4em minmax(0, 1fr); column-gap: 10px; padding: 18px 0 20px; border-bottom: 1px solid var(--rule); }
.step:last-child { border-bottom: 0; }
.step > .no { font: 400 30px/1 var(--serif); color: var(--ink-3); padding-top: 2px; }
.step .st { margin: 0 0 8px; font: 500 21px/1.3 var(--serif); letter-spacing: -0.01em; }
.step .text { font-size: 18px; }
@media (min-width: 720px) {
  .step { grid-template-columns: 3.2em minmax(0, 1fr); column-gap: 12px; margin-left: -3.2em; }
  .step > .no { text-align: right; padding-right: 6px; }
  .step .text { font-size: 18.5px; }
}
@media (min-width: 720px) and (max-width: 899px) { .step { margin-left: 0; } }

.prompts { list-style: none; margin: 10px 0 0; padding: 0; }
.prompt { position: relative; padding: 14px 0 16px; border-bottom: 1px solid var(--rule); }
.prompt:last-child { border-bottom: 0; }
.prompt .to { margin: 0 0 8px; font: 400 13px/1.3 var(--sans); color: var(--ink-3); padding-right: 64px; }
.prompt blockquote { margin: 0; padding-left: 16px; border-left: 2px solid var(--ink); font: italic 400 18px/1.5 var(--serif); color: var(--ink); }
.prompt blockquote p { margin: 0; }
.prompt .copy { position: absolute; top: 4px; right: 0; min-height: 44px; min-width: 44px; font: 500 14px/1 var(--sans); color: var(--ink-2); text-decoration: underline; text-underline-offset: .3em; text-decoration-thickness: 1px; }
.prompt .copy:hover { color: var(--ink); }

.variations ul { margin: 12px 0 0; padding-left: 1.2em; font: 400 18px/1.55 var(--serif); }
.variations li { margin-bottom: .55em; }
.variations li::marker { color: var(--ink-3); }

.note { margin: 12px 0 0; padding: 2px 0 2px 16px; border-left: 2px solid var(--ink); font: 400 16px/1.55 var(--sans); color: var(--ink-2); }
.note.proposed { border-left-style: dashed; }
.note .who { margin: 0 0 4px; font: 500 13px/1.3 var(--sans); color: var(--ink); }
.note .who i { font-weight: 400; }
.note .q { margin: 0 0 6px; font: italic 400 15px/1.45 var(--serif); color: var(--ink-3); }
.note .nb p { margin: 0 0 .6em; }
.note .nb > :last-child { margin-bottom: 0; }
.note a { text-decoration: underline; text-underline-offset: .2em; }
.caveat .note { font: 400 17px/1.55 var(--serif); color: var(--ink-2); }
.variations a, .limits a, .caveat a, .use dd a { text-decoration: underline; text-decoration-color: var(--ink-3); text-underline-offset: .18em; text-decoration-thickness: 1px; }
.variations a:hover, .limits a:hover, .caveat a:hover { text-decoration-color: var(--ink); }
.decide { display: flex; gap: 20px; margin: 6px 0 0; font: 500 14px/1 var(--sans); color: var(--ink); }
.decide span { min-height: 36px; display: inline-flex; align-items: center; text-decoration: underline; text-underline-offset: .3em; }

.terms { margin: 10px 0 0; font: 400 17px/1.7 var(--serif); }
.terms a { padding-block: 4px; }
.terms span { color: var(--ink-3); }
.related .cls { margin-top: 6px; }

.pn { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; border-top: 1px solid var(--ink); padding-top: 14px; }
.pn > * { display: block; min-width: 0; min-height: 48px; }
.pn .next { text-align: right; }
.pn .dir { display: block; font: 400 13px/1.3 var(--sans); color: var(--ink-3); margin-bottom: 4px; }
.pn .pt { display: block; font: 400 17px/1.35 var(--serif); overflow-wrap: anywhere; }
.pn a:hover .pt { text-decoration: underline; text-underline-offset: .2em; }
.pn .no { color: var(--ink-3); margin-right: .5em; }

/* The recipe card: a library catalogue card under the title. */
.rcard { margin-top: 22px; border: 1px solid var(--ink); border-radius: 3px; padding: 14px 20px 16px; }
@media (max-width: 519px) { .rcard { padding: 12px 14px 14px; } }
.rcard .cardtop { display: flex; justify-content: space-between; gap: 12px; margin: 0 0 12px; padding-bottom: 8px; border-bottom: 3px double var(--ink); font: 400 13.5px/1.3 var(--sans); }
.rcard dl { margin: 0; display: grid; gap: 0; }
.rcard dl > div { display: grid; grid-template-columns: 6.5rem minmax(0, 1fr); gap: 12px; padding: 7px 0; border-bottom: 1px solid var(--rule); }
.rcard dl > div:last-child { border-bottom: 0; padding-bottom: 0; }
.rcard dt { font: 400 12.5px/1.6 var(--sans); color: var(--ink-3); padding-top: 1px; }
.rcard dd { margin: 0; font: 400 16.5px/1.45 var(--serif); }
@media (max-width: 419px) { .rcard dl > div { grid-template-columns: 1fr; gap: 0; } }

.limits ul { list-style: none; margin: 12px 0 0; padding: 0; }
.limits li { padding: 10px 0 11px; border-bottom: 1px solid var(--rule); font: 400 17px/1.55 var(--serif); color: var(--ink-2); }
.limits li:last-child { border-bottom: 0; }
.limits code { font: 400 .8em var(--mono); background: var(--wash); padding: 1px 4px; }

/* The pantry */
.ingredient { margin-top: 48px; border-top: 1px solid var(--ink); padding-top: 12px; }
.leaf > .ingredient { margin-top: 48px; }
.leaf .ingredient h2 { margin: 0; font: 400 28px/1.2 var(--serif); font-style: normal; letter-spacing: -0.01em; }
.ingredient .summary { margin-bottom: 14px; }
.ingredient .text { font-size: 18px; }
.usedin { margin: 14px 0 0; font: 400 17px/1.6 var(--serif); font-variant-numeric: lining-nums; }
.usedin span { font: 400 13px/1 var(--sans); color: var(--ink-3); margin-right: 8px; }
.usedin a { padding: 4px 6px; margin: 0 -6px; }
.usedin a:hover { text-decoration: underline; text-underline-offset: .2em; }

/* Colophon */
.colophon { margin-top: 40px; border-top: 1px solid var(--ink); padding-top: 18px; }
.colophon dl { display: grid; grid-template-columns: minmax(0, 9em) minmax(0, 1fr); gap: 14px 24px; margin: 0; font: 400 18px/1.45 var(--serif); }
.colophon dt { font: 400 14px/1.8 var(--sans); color: var(--ink-3); }
.colophon dd { margin: 0; overflow-wrap: anywhere; }
.colophon dd a { text-decoration: underline; text-decoration-color: var(--ink-3); text-underline-offset: .2em; }
@media (max-width: 519px) { .colophon dl { grid-template-columns: 1fr; gap: 2px; } .colophon dd { margin-bottom: 12px; } }

/* The foot of every page */
.foot { margin-top: 72px; }
.begin-cta { border-top: 1px solid var(--ink); padding-top: 14px; }
.foot .begin-cta h2 { margin: 0; font: 400 clamp(28px, 4.4vw, 40px)/1.1 var(--serif); letter-spacing: -0.02em; font-style: normal; }
.filing { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; margin: 20px 0 0; }
.btn { min-height: 44px; display: inline-flex; align-items: center; padding: 0 20px; background: var(--ink); color: var(--paper); font: 500 15px/1 var(--sans); border: 1px solid var(--ink); }
.btn:hover { text-decoration: underline; text-underline-offset: .3em; text-decoration-thickness: 1px; }
.btn.line { background: none; color: var(--ink); }
.colo { display: flex; flex-wrap: wrap; gap: 0 20px; margin-top: 48px; padding-top: 10px; border-top: 1px solid var(--rule); font: 400 14px/1 var(--sans); color: var(--ink-2); }
.colo a { min-height: 44px; display: inline-flex; align-items: center; }
.colo a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: .25em; }
.fine { margin: 6px 0 0; font: 400 13px/1.45 var(--sans); color: var(--ink-3); max-width: 46em; }

/* Specimens: a recipe's result set in the app's own type, inside a plate. */
.specimens .specimen { margin: 18px 0 0; }
.specimen + .specimen { margin-top: 32px; }
.plate { border: 1px solid var(--ink); background: var(--paper); overflow: hidden; }
.specimen figcaption { margin-top: 8px; font: 400 13px/1.45 var(--sans); color: var(--ink-3); }
.specimen figcaption em { font-style: italic; }
.sp-bar { display: flex; align-items: center; gap: 10px; height: 40px; padding: 0 16px; border-bottom: 1px solid var(--rule); }
.sp-wm { font: 600 17px/1 var(--serif); letter-spacing: -0.02em; flex: none; }
.sp-rh { flex: 1; min-width: 0; font: 400 13px/1.2 var(--serif); color: var(--ink-2); text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sp-rh b { font-weight: 600; color: var(--ink); }
.sp-tools { display: flex; gap: 12px; flex: none; font: 400 12.5px/1 var(--sans); color: var(--ink-2); }
.sp-tools .k { font: 600 15px/1 var(--serif); color: var(--ink); }
@media (max-width: 479px) { .sp-tools span:first-child, .sp-tools span:nth-child(2) { display: none; } }
.sp-page { padding: 20px 20px 22px; }
@media (min-width: 620px) { .sp-page { padding: 24px 28px 26px; } }
.sp-page .crumb { font-size: 12.5px; margin-bottom: 10px; gap: 2px 12px; }
.sp-page .crumb span + span:not(.acc)::before { margin-right: 12px; }
.sp-page .dochead h3, .sp-page .fhead h3 { margin: 0; font: 400 clamp(26px, 4.4vw, 34px)/1.08 var(--serif); letter-spacing: -0.02em; overflow-wrap: anywhere; }
.sp-page .dochead h3.t-l, .sp-page .fhead h3.t-l { font-size: clamp(22px, 3.6vw, 28px); }
.sp-page .subt { font-size: max(.54em, 16px); }
.sp-page .facts { font-size: 12.5px; margin-top: 10px; }
.sp-page .acts { margin-top: 12px; gap: 0 14px; }
.sp-page .acts > * { min-height: 34px; font-size: 13px; }
.sp-page .text { margin-top: 18px; font-size: 16px; line-height: 1.6; }
.sp-page .text p { margin-bottom: .8em; }
.sp-page .entries { margin-top: 24px; border-top: 1px solid var(--ink); padding-top: 8px; }
.sp-page .entries h4, .sp-h { margin: 0; font: italic 400 16px/1.3 var(--serif); }
.sp-page .entries ol { list-style: none; margin: 6px 0 0; padding: 0; }
.sp-page .entry .ea { display: grid; grid-template-columns: 2em minmax(0, 1fr); column-gap: 8px; padding: 9px 0 10px; border-bottom: 1px solid var(--rule); }
.sp-page .entry .no { grid-row: span 3; font: 400 18px/1.2 var(--serif); color: var(--ink-3); }
.sp-page .entry .no b { color: var(--ink); font-weight: 600; }
.sp-page .entry .et { font: 400 16px/1.3 var(--serif); }
.sp-page .entry.key .et { font-weight: 550; }
.sp-page .entry .em { font: 400 12px/1.4 var(--sans); color: var(--ink-3); margin-top: 2px; }
.sp-page .entry .ex { font: 400 13.5px/1.45 var(--serif); color: var(--ink-2); margin-top: 3px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sp-more { margin: 8px 0 0; font: italic 400 14px/1.4 var(--serif); color: var(--ink-3); }
.sp-page .fno { margin: 10px 0 6px; font: 300 clamp(52px, 9vw, 72px)/.9 var(--serif); font-variant-numeric: lining-nums; letter-spacing: -0.03em; }
.sp-page .fno span { font: 400 12.5px/1 var(--sans); letter-spacing: 0; color: var(--ink-3); margin-left: 8px; }
.sp-page .note { font-size: 14px; margin-top: 14px; }
.sp-page .qtext { font: 400 19px/1.4 var(--serif); margin: 6px 0 14px; }
.sp-page .opts { list-style: none; margin: 0; padding: 0; }
.sp-page .opts li > span { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--rule); font: 400 15.5px/1.4 var(--serif); }
.sp-page .opts .lt { flex: 0 0 1.1em; font-style: italic; color: var(--ink-3); }
.sp-page .opts .right { font-weight: 600; }
.sp-page .opts .wrong span:last-child { text-decoration: line-through; }
.sp-page .typed { margin: 0; padding: 10px 0 12px; border-top: 1px solid var(--rule); border-bottom: 2px solid var(--ink); display: grid; gap: 6px; }
.sp-page .typed .tl { font: 400 11.5px/1.2 var(--sans); color: var(--ink-3); }
.sp-page .typed .tv { font: 400 15.5px/1.4 var(--serif); overflow-wrap: anywhere; }
.sp-page .typed code { font: 400 13.5px/1.5 var(--mono); background: none; padding: 0; }
.sp-page .verdict { margin: 12px 0 0; font: 400 15px/1.5 var(--serif); color: var(--ink-2); }
.sp-page .guide { font-size: 11.5px; margin-bottom: 10px; }
.sp-page .ix { column-width: 13rem; column-gap: 32px; font-size: 15px; }
.sp-page .lh { font-size: 28px; }
.sp-page .sp-h { margin-bottom: 8px; }
.sp-page .part { margin-top: 18px; }
.sp-page .part:first-of-type { margin-top: 8px; }
.sp-page .part h4 { margin: 0; display: flex; align-items: baseline; gap: 10px; font: 400 19px/1.2 var(--serif); border-bottom: 1px solid var(--ink); padding-bottom: 6px; }
.sp-page .part h4 .n { margin-left: auto; font: 400 12px/1 var(--sans); color: var(--ink-3); }
.sp-page .cl .row-in { display: block; padding: 8px 0 9px; }
.sp-page .cl .t { font-size: 16px; }
.sp-page .cl .m { font-size: 12px; margin-top: 2px; }
.sp-page .modes { display: flex; gap: 14px; margin: 0 0 12px; font: 400 13.5px/1 var(--sans); color: var(--ink-3); }
.sp-page .modes .on { color: var(--ink); text-decoration: underline; text-underline-offset: .35em; }
.sp-page .card { border: 1px solid var(--ink); border-radius: 3px; padding: 14px 18px 18px; }
.sp-page .cardtop { display: flex; justify-content: space-between; font: 400 12.5px/1.3 var(--sans); padding-bottom: 6px; border-bottom: 3px double var(--ink); margin-bottom: 14px; }
.sp-page .f { margin: 0 0 6px; }
.sp-page .f > span { display: block; font: 400 11.5px/1.2 var(--sans); color: var(--ink-3); margin-bottom: 4px; }
.sp-page .f .ttl { display: block; font: 400 22px/1.3 var(--serif); padding-bottom: 6px; border-bottom: 1px solid var(--rule); }
.sp-page .ruled { margin: 0; font: 400 14.5px/30px var(--serif); white-space: pre-wrap; overflow-wrap: anywhere; background: repeating-linear-gradient(to bottom, transparent 0 29px, var(--rule) 29px 30px); }
.sp-page .f .dep { display: block; font: italic 400 17px/1.3 var(--serif); padding-bottom: 6px; border-bottom: 1px solid var(--rule); }
.sp-colo { margin: 18px 0 0; font: 400 12.5px/1.3 var(--sans); color: var(--ink-3); }
.sp-ask .ask-head { display: flex; align-items: baseline; gap: 12px; padding: 12px 20px 10px; border-bottom: 1px solid var(--rule); }
.sp-ask .ask-head h4 { margin: 0; font: 600 20px/1 var(--serif); }
.sp-ask .ctx { margin: 0; flex: 1; min-width: 0; font: 400 12.5px/1.3 var(--sans); color: var(--ink-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sp-ask .log { padding: 16px 20px 18px; font: 400 15.5px/1.55 var(--serif); }
.sp-ask .qa .q { margin: 0 0 10px; font: italic 400 16px/1.4 var(--serif); color: var(--ink-2); padding-left: 12px; border-left: 2px solid var(--rule); }
.sp-ask .qa .a p { margin: 0 0 8px; }
.sp-ask .qa ol { margin: 6px 0 0; padding-left: 1.3em; font-size: 14.5px; color: var(--ink-2); }
.sp-ask .qa li { margin-bottom: 4px; }
.sp-chat-head, .sp-term-head, .sp-url { display: flex; justify-content: space-between; gap: 12px; padding: 10px 16px; border-bottom: 1px solid var(--rule); font: 400 12.5px/1.2 var(--sans); color: var(--ink-3); }
.sp-chat-head span:first-child, .sp-term-head span:first-child { color: var(--ink); font-weight: 500; }
.sp-url span:first-child { font-family: var(--mono); font-size: 12px; color: var(--ink-2); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sp-chat { list-style: none; margin: 0; padding: 8px 20px 16px; }
.sp-chat > li { padding: 10px 0; }
.sp-chat > li + li { border-top: 1px solid var(--rule); }
.sp-chat .who { margin: 0 0 4px; font: 500 12.5px/1.3 var(--sans); color: var(--ink); }
.sp-chat p, .sp-chat ul, .sp-chat ol { margin: 0 0 .6em; font: 400 15.5px/1.55 var(--serif); }
.sp-chat li.you p { font-style: italic; color: var(--ink-2); }
.sp-chat > li > :last-child { margin-bottom: 0; }
.sp-chat .cites-h { margin: 10px 0 4px !important; font: 400 12px/1.3 var(--sans) !important; color: var(--ink-3); }
.sp-chat ol.cites { margin: 0; padding-left: 1.3em; font: 400 14px/1.45 var(--serif); color: var(--ink-2); }
.sp-chat ol.cites li { margin-bottom: 3px; }
.sp-chat .tcall { display: grid; grid-template-columns: minmax(0, auto) minmax(0, 1fr); gap: 4px 12px; align-items: baseline; padding: 8px 12px; margin: 4px 0; background: var(--wash); border-left: 2px solid var(--ink); }
.sp-chat .tcall + .tcall { border-top: 0; margin-top: 2px; }
.sp-chat .tn { font: 500 12.5px/1.4 var(--mono); color: var(--ink); }
.sp-chat .td { font: 400 13.5px/1.4 var(--sans); color: var(--ink-2); }
@media (max-width: 519px) { .sp-chat .cites-h { margin: 10px 0 4px !important; font: 400 12px/1.3 var(--sans) !important; color: var(--ink-3); }
.sp-chat ol.cites { margin: 0; padding-left: 1.3em; font: 400 14px/1.45 var(--serif); color: var(--ink-2); }
.sp-chat ol.cites li { margin-bottom: 3px; }
.sp-chat .tcall { grid-template-columns: 1fr; } }
.sp-term { margin: 0; padding: 14px 16px 16px; background: var(--wash); overflow-x: auto; font: 400 13px/1.6 var(--mono); color: var(--ink-2); white-space: pre; }
.sp-term b { font-weight: 500; color: var(--ink); }
.sp-term .p { color: var(--ink-3); }

/* Look up */
.look { width: min(680px, calc(100vw - 32px)); max-height: min(76vh, 720px); margin: 10vh auto auto; padding: 0; border: 1px solid var(--ink); background: var(--paper); color: var(--ink); overflow: hidden; }
.look[open] { display: flex; flex-direction: column; }
.look::backdrop { background: var(--scrim-dialog); }
@media (max-width: 719px) { .look { width: 100vw; max-width: 100vw; height: 100dvh; max-height: 100dvh; margin: 0; border: 0; } }
.look-line { display: flex; align-items: center; gap: 8px; padding: 6px 20px; border-bottom: 2px solid var(--ink); }
.look-line input { flex: 1; min-width: 0; height: 52px; border: 0; background: none; font: 400 24px/1 var(--serif); -webkit-appearance: none; appearance: none; }
.look-line input::placeholder { font-style: italic; color: var(--ink-3); }
.look-line input:focus-visible { outline: none; }
.look-line input::-webkit-search-cancel-button { display: none; }
.look-close { min-height: 44px; min-width: 44px; font: 400 14.5px/1 var(--sans); color: var(--ink-2); }
.look-res { overflow-y: auto; padding: 4px 0 18px; }
.lg h3 { margin: 16px 20px 4px; font: italic 400 15px/1.2 var(--serif); color: var(--ink-3); }
.lg ul { list-style: none; margin: 0; padding: 0; }
.lr { display: flex; align-items: baseline; gap: 12px; min-height: 44px; padding: 9px 20px; }
.lr[aria-selected='true'], .lr:hover { background: var(--wash); }
.lr .no { flex: 0 0 1.8em; font: 400 15px/1.3 var(--sans); color: var(--ink-3); text-align: right; }
.lr .lt { flex: 1; min-width: 0; font: 400 18px/1.3 var(--serif); overflow-wrap: anywhere; }
.lr .lt b { font-weight: 650; }
.lr .lm { flex: none; max-width: 38%; font: 400 13px/1.3 var(--sans); color: var(--ink-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.look .empty { margin: 16px 20px; font: italic 400 17px/1.5 var(--serif); color: var(--ink-2); }
@media (max-width: 519px) { .lr { flex-wrap: wrap; } .lr .lm { flex-basis: 100%; max-width: none; padding-left: calc(1.8em + 12px); } }

.toast { position: fixed; z-index: 60; left: 50%; bottom: calc(24px + env(safe-area-inset-bottom)); transform: translateX(-50%); max-width: calc(100vw - 32px); margin: 0; background: var(--ink); color: var(--paper); padding: 11px 18px; font: 400 14.5px/1.35 var(--sans); }

@media print {
  .bar, .rail, .sheet, .sheet-scrim, .look, .foot .begin-cta, .acts, .copy, .pn { display: none !important; }
  .page { padding: 0; }
  .plate { break-inside: avoid; }
}
