/* packages/app/styles/vendor/vendor-buttons.css */
.btn[data-vendor=patreon] {
  background-color: hsl(357deg 100% 63%);
  --foil-color-base: hsl(357deg 100% 63%) !important;
  --foil-color-emboss: hsl(347deg 40% 40%) !important;
}
.btn[data-vendor=patreon]:hover {
  background-color: hsl(356deg 100% 60%);
}
.btn[data-vendor=patreon]:active {
  background-color: hsl(356deg 100% 58%);
}
.btn[data-vendor=twitter] {
  background-color: hsl(203deg 89% 53%);
  --foil-color-base: hsl(203deg 89% 53%) !important;
  --foil-color-emboss: hsl(203deg 89% 28%) !important;
}
.btn[data-vendor=twitter]:hover {
  background-color: hsl(203deg 89% 55%);
}
.btn[data-vendor=twitter]:active {
  background-color: hsl(203deg 89% 53%);
}
.twitter-blue {
  fill: var(--vendor-twitter-blue);
  stroke: white;
  paint-order: stroke fill;
}
.twitter-blue [data-fill] {
  stroke-width: 4;
}

/* packages/app/styles/general/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}
pre {
  font-family: monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  display: table;
  box-sizing: border-box;
  padding: 0;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  appearance: none;
}
::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* packages/app/styles/general/basics.css */
:root {
  --color-pop: hsl(350deg 100% 80%);
  --background-pop: hsl(350deg 100% 80%);
  --border-subtle: rgb(204 204 190 / 60%);
  --background-subtle: hsl(313deg 60% 33% / 40%);
  --background-subtle-monochrome: hsl(0deg 0% 35% / 45%);
  --cover-print-primary: hsl(0deg 0% 10% / 40%);
  --cover-print-secondary: #757575;
  --cover-input-background: #ffffef;
  --subtle-shadow: hsl(4deg 25% 67% / 68%);
  --web-bg-color: #ffe;
  --web-bg-contrast-1: #f2f2e2;
  --web-bg-contrast-2: #e6e6d7;
  --web-bg-contrast-3: #d1d1c3;
  --web-bg-contrast-4: #b4b4a8;
  --web-bg-contrast-5: #97978d;
  --ghost-hover-background-color: hsl(0deg 0% 16% / 75%);
  --input-background: #ffffef;
  --print-on-pop: white;
  --print-on-web-bg-color: hsl(60deg 25% 18.843%);
  --red-color: #dc3545;
  --orange-color: #ffc107;
  --color-pop-secondary: var(--orange-color);
  --yellow-color: #ffdb57;
  --light-green-color: hsl(100deg 100% 50%);
  --green-color: #117743;
  --white-color: #fff;
  --blue-color: hsl(240deg 100% 44%);
  --dark-blue-color: hsl(205deg 100% 24%);
  --lighter-gray-color: #f2f2e2;
  --light-gray-color: #e6e6d7;
  --mid-gray-color: #b4b4a8;
  --dark-gray-color: #1a1a1a;
  --vendor-twitter-blue: hsl(203deg 89% 53%);
  --primary-color: var(--background-pop, #6c5ce7);
  --primary-text-color: hsl(0deg 0% 3%);
  --secondary-text-color: hsl(0deg 0% 4%);
  --link-color: var(--dark-blue-color);
  --logo-color: var(--background-pop);
  --black-color: #000;
  --font-sans-serif:
    "Noto Sans",
    "Roboto",
    "Oxygen",
    "Ubuntu",
    "Cantarell",
    "Droid Sans",
    "Helvetica Neue",
    sans-serif;
  --font-serif:
    "Lora",
    "Georgia",
    "Times",
    serif;
  --font-serif-secondary: "Rubik", var(--font-serif);
  --font-accent: "Niramit", var(--font-serif);
  --font-monospace:
    "Fira Code",
    "Menlo",
    "Courier",
    "monospace";
  --font-icons:
    "Material Icons",
    "Apple Color Emoji",
    sans-serif;
  --font-handwriting: "Caveat", cursive;
  --animation-base: ease-in-out;
  --navbar-height: 3.25rem;
  --foil-color-base: white;
  --foil-light-ambient: 70%;
  --foil-light-intensity: 28%;
  --paint-order: stroke fill;
  --stroke-offset: 0;
  --foil-color-emboss: hsl(0deg 0% 25%);
  --foil-color-accented: var(--background-pop);
  --action-icon-size: 1.75rem;
  --navbar-offset: -2rem;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: var(--primary-text-color);
  font-family: var(--font-sans-serif);
  font-size: 16px;
  line-height: 1.7;
  word-break: break-word;
  background-color: var(--web-bg-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}
[role=button] {
  cursor: pointer;
}
@keyframes js-loading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  color: var(--link-color);
  -webkit-text-decoration: none;
  text-decoration: none;
}
a:hover {
  text-decoration-color: inherit;
}
html:not([data-browser=chrome]) .foil-embossed {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: transparent;
}
a.inherit {
  color: currentcolor;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
a.link-wrapper {
  display: block;
}
.clickable {
  cursor: pointer;
}
.attribution-link {
  font-family: var(--font-monospace);
  color: inherit;
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-feature-settings: "smcp", "c2sc";
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: baseline;
  gap: 0.1rem;
  padding-bottom: 0.5rem;
  text-shadow:
    0 1px 0 var(--print-on-web-bg-color),
    0 -1px 0 var(--print-on-web-bg-color),
    -1px 0 0 var(--print-on-web-bg-color),
    -1px -1px 0 var(--print-on-web-bg-color),
    -1px 1px 0 var(--print-on-web-bg-color),
    1px 0 0 var(--print-on-web-bg-color),
    1px 1px 0 var(--print-on-web-bg-color),
    1px -1px 0 var(--print-on-web-bg-color);
}
.attribution-link .accent-icon {
  display: block;
  width: 1rem;
  height: 1rem;
}
.pretty-url {
  box-shadow: 0 2px 0 -1px var(--subtle-shadow);
  font-feature-settings: "unic";
  font-variant: unicase;
  font-size: 1rem;
  overflow: auto;
}
.pretty-url .protocol {
  font-size: 75%;
  letter-spacing: unset;
  display: none;
  opacity: 0.5;
}
.pretty-url .host {
  font-size: 100%;
}
.pretty-url .path-segment {
  opacity: 0.85;
}
.pretty-url .path-separator {
  opacity: 0.25;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
iframe,
embed {
  display: block;
  overflow: hidden;
  width: 100%;
  border: 0;
}
hr.accent {
  position: relative;
  margin: 1rem auto;
  width: 5px;
  height: 5px;
  border: 0;
  background-color: var(--web-bg-contrast-5);
  border-radius: 50%;
}
@media (scripting: none) {
  .balance-text {
    visibility: visible;
  }
}
@supports (text-wrap: balance) {
  .balance-text {
    text-wrap: balance;
    visibility: visible;
  }
}
.site-main {
  display: flex;
  flex-flow: column;
  flex: 1 1 auto;
  height: 100%;
  height: -webkit-fill-available;
  height: stretch;
  position: relative;
}
.word-wrapper {
  display: inline-block;
}
html.share-preview .hidden-share-preview {
  display: none !important;
}
@media (height <= 300px) {
  html.share-preview .hidden-share-preview-small {
    display: none !important;
  }
}
.tweets {
  background-color: hsl(203deg 98% 93%);
  padding: 1rem 0;
}
@media (width >= 767px) {
  .tweets .container > iframe {
    transform: scale(0.8);
    transform-origin: top center;
  }
}
.hidden {
  display: none !important;
}
html:not(.hydrated) .visible-on-hydrate {
  display: none !important;
}
.age-gate {
  position: absolute !important;
  inset: 0;
  z-index: 999;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--print-on-pop);
  background: var(--color-analagous-1, var(--background-subtle)) !important;
}
.age-gate .post-title {
  font-family: var(--font-accent);
}
.age-gate .feature-image {
  opacity: 0.3;
  filter: blur(4px) contrast(0.5);
}

/* packages/app/styles/general/effects.css */
@keyframes tremble {
  0% {
    opacity: 0.3;
  }
  25% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.25;
  }
  75% {
    opacity: 0.15;
  }
  100% {
    opacity: 0.55;
  }
}
.effect-tremble__character {
  animation: tremble 2.5s infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
  opacity: 0.5;
}
.effect-tremble__word {
  animation: blur-cycle 2.4s infinite;
  animation-direction: alternate;
}
@keyframes blur-cycle {
  0% {
    filter: blur(1.3px);
  }
  25% {
    filter: blur(1.7px);
  }
  50% {
    filter: blur(0.35px);
  }
  75% {
    filter: blur(0.5px);
  }
  100% {
    filter: blur(0.75px);
  }
}

/* packages/app/styles/general/grid.css */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 4vw;
  padding-left: 4vw;
  max-width: calc(1130px + 8vw);
  width: 100%;
}
.container.large {
  max-width: calc(960px + 8vw);
}
.container.medium {
  max-width: calc(720px + 8vw);
}
.container.small {
  max-width: calc(640px + 8vw);
}
@media (width <= 575px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (width >= 576px) and (width <= 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (width >= 768px) and (width <= 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media (width >= 992px) and (width <= 1199px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (width >= 1200px) {
  .hidden-xl {
    display: none !important;
  }
}

/* packages/app/styles/general/button.css */
.btn {
  --foil-color-base: var(--dark-blue-color);
  --foil-color-emboss: var(--dark-blue-color);
  --foil-light-ambient: 5% !important;
  --foil-light-intensity: 20%;
  font-size: 1rem;
  align-items: center;
  border: 2px solid var(--foil-color-sheen);
  border-radius: 9999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 500;
  height: unset;
  justify-content: center;
  padding: 0.4687em 2em;
  position: relative;
  pointer-events: unset;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  color: rgb(255 255 255) !important;
  transform: translate3d(0, -2px, 0);
  filter: drop-shadow(0 4px 0 var(--foil-color-emboss)) drop-shadow(4px 4px 0.5px var(--ghost-hover-background-color));
}
.btn.large {
  font-size: 1.15rem;
}
.btn.small {
  font-size: 0.75rem;
}
.btn.primary-button {
  --foil-color-base: var(--background-pop);
  --foil-light-ambient: 10%;
  --foil-light-intensity: 20%;
  --foil-color-emboss: rgb(306, 61, 102);
}
.btn.secondary-button {
  --foil-color-base: var(--green-color);
  --foil-light-ambient: 10%;
  --foil-light-intensity: 20%;
  --foil-color-emboss: rgb(13, 89, 50);
}
.btn.share-button {
  --foil-color-base: rgb(204 87 114);
  --foil-light-ambient: 10%;
  --foil-light-intensity: 5%;
  --foil-color-emboss: rgb(183 63 91);
}
.btn .foil-embossed {
  color: white !important;
  font-weight: 600;
}
.btn:focus {
  outline: none;
}
.svg-wrapper {
  display: flex;
}
.svg-wrapper svg {
  height: 1.75em;
  width: 1.75em;
  align-self: center;
  fill: transparent;
}
.svg-wrapper svg [data-color],
.svg-wrapper svg [data-fill] {
  fill: currentcolor;
}
.btn-content {
  display: grid;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  grid-auto-flow: column;
}
.btn-content.with-icon {
  grid-auto-columns: 1.75rem 1fr;
}
.btn-container {
  color: rgb(5 45 73);
  font-family: var(--font-sans-serif);
  font-size: 1.15rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  display: grid;
  gap: 1rem;
  justify-items: center;
}
.btn-container.inline-buttons {
  grid-auto-flow: column;
}
.btn-container.shrink {
  grid-auto-columns: minmax(auto, max-content);
}
.btn-container hr {
  display: block;
  width: 100%;
  border-color: var(--background-subtle-monochrome);
  margin: 0;
}
.action-icon {
  --fill: var(--dark-blue-color);
  --stroke: var(--print-on-pop);
  --indicator-size: var(--action-icon-size);
  width: var(--action-icon-size);
  height: var(--action-icon-size);
}
html.has-pointer .action-icon:hover {
  box-shadow:
    0 1px var(--fill),
    0 2px var(--stroke),
    0 3px var(--fill);
}
.action-icon[data-fill],
.action-icon [data-fill] {
  fill: var(--fill);
}
.action-icon[data-stroke],
.action-icon [data-stroke] {
  stroke: var(--stroke);
}
.action-icon.inverted-lines {
  fill: var(--stroke);
  stroke: var(--fill);
}

/* packages/app/styles/general/form.css */
input[type=text],
input[type=password],
input[type=email],
input[type=search] {
  --border-color: var(--foil-color-emboss);
  --inner-shadow: var(--foil-color-light);
  border: 2px solid var(--border-color);
  padding: 0.5rem 1rem;
  width: 100%;
  outline: none;
  font-size: 1rem;
  border-radius: 9999px;
  appearance: none;
  transition: border-color 0.15s linear;
  transition-property:
    border-color,
    filter,
    box-shadow;
  filter: drop-shadow(0 -2px var(--border-color)) drop-shadow(0 -1px var(--border-color)) drop-shadow(0 1px rgb(255 255 255 / 75%));
  box-shadow: 0 6px var(--inner-shadow) inset;
}
input[type=text] + button,
input[type=password] + button,
input[type=email] + button,
input[type=search] + button {
  transform: translate3d(0, -4px, 0);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus {
  --inner-shadow: var(--primary-color);
  outline: 0;
}
.form-button.search-button:not(.search-button-clear) {
  visibility: hidden;
}
.form-wrapper .search-field {
  height: 100%;
}
.form-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  outline: none;
  border: 0;
  font-size: 20px;
  background-color: transparent;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.form-button svg {
  display: none;
}

/* packages/app/styles/general/typography.css */
.foil-background {
  --foil-color-light: hsl(0deg 0% var(--foil-light-ambient));
  --foil-color-sheen: hsl(0deg 0% calc(var(--foil-light-ambient) + var(--foil-light-intensity)));
  appearance: none;
  position: relative;
  transform: translate3d(0, 0, 0);
  will-change: background, transform;
  isolation: isolate;
  background-color: var(--foil-color-base);
  background-image: repeating-conic-gradient(from 0deg at calc(var(--device-x, 0) * 1px - 2rem) calc(var(--device-y, 0) * 1px - 2rem), var(--foil-color-light) 0deg, var(--foil-color-light) 15deg, var(--foil-color-sheen) 15deg, var(--foil-color-sheen) 30deg);
  background-blend-mode: screen;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index: 1;
}
html[data-browser=chrome] .foil-background {
  background-image: linear-gradient(to bottom, var(--foil-color-base), var(--foil-color-base)), repeating-conic-gradient(from 0deg at calc(var(--device-x, 0) * 1px - 2rem) calc(var(--device-y, 0) * 1px - 2rem), var(--foil-color-light) 0deg, var(--foil-color-light) 15deg, var(--foil-color-sheen) 15deg, var(--foil-color-sheen) 30deg);
}
input.foil-embossed:not([type=submit], :focus)::placeholder {
  padding-left: 6px;
}
.foil-embossed:not(input) {
  isolation: isolate;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow:
    var(--foil-color-emboss) 2px 0 0,
    var(--foil-color-emboss) 1.75517px 0.958851px 0,
    var(--foil-color-emboss) 1.0806px 1.68294px 0,
    var(--foil-color-emboss) 0.141474px 1.99499px 0,
    var(--foil-color-emboss) -0.832294px 1.81859px 0,
    var(--foil-color-emboss) -1.60229px 1.19694px 0,
    var(--foil-color-emboss) -1.97998px 0.28224px 0,
    var(--foil-color-emboss) -1.87291px -0.701566px 0,
    var(--foil-color-emboss) -1.30729px -1.5136px 0,
    var(--foil-color-emboss) -0.421592px -1.95506px 0,
    var(--foil-color-emboss) 0.567324px -1.91785px 0,
    var(--foil-color-emboss) 1.41734px -1.41108px 0,
    var(--foil-color-emboss) 1.92034px -0.558831px 0;
}
.foil-embossed.pad-stroke-before {
  padding-left: 6px;
}
.foil-embossed.pad-stroke-after {
  padding-right: 8px;
}
input:not([type=submit]).foil-embossed {
  border: 2px solid var(--foil-color-emboss);
}
.foil-background:not(input) {
  color: var(--foil-color-base, currentColor);
}
html.hydrated:not([data-browser=chrome]) .foil-embossed:not(input) {
  text-shadow: none;
  isolation: isolate;
  paint-order: var(--paint-order);
  -webkit-text-stroke-color: var(--foil-color-emboss);
  -webkit-text-stroke-width: calc(var(--stroke-width, 0.15rem) + var(--stroke-offset));
}
html.hydrated:not([data-browser=chrome]) .foil-embossed:not(input) a {
  text-decoration-color: transparent;
}
html.hydrated:not([data-browser=chrome]) .foil-embossed:not(input) a:hover {
  text-decoration-color: inherit;
}
html.hydrated:not([data-browser=chrome]) .foil-embossed:not(input) .accent-icon {
  text-shadow:
    var(--foil-color-emboss) 2px 0 0,
    var(--foil-color-emboss) 1.75517px 0.958851px 0,
    var(--foil-color-emboss) 1.0806px 1.68294px 0,
    var(--foil-color-emboss) 0.141474px 1.99499px 0,
    var(--foil-color-emboss) -0.832294px 1.81859px 0,
    var(--foil-color-emboss) -1.60229px 1.19694px 0,
    var(--foil-color-emboss) -1.97998px 0.28224px 0,
    var(--foil-color-emboss) -1.87291px -0.701566px 0,
    var(--foil-color-emboss) -1.30729px -1.5136px 0,
    var(--foil-color-emboss) -0.421592px -1.95506px 0,
    var(--foil-color-emboss) 0.567324px -1.91785px 0,
    var(--foil-color-emboss) 1.41734px -1.41108px 0,
    var(--foil-color-emboss) 1.92034px -0.558831px 0;
}
svg.foil-embossed {
  fill: currentcolor;
}
svg.foil-embossed [data-color],
svg.foil-embossed [data-fill] {
  stroke: var(--foil-color-emboss);
  fill: currentcolor;
}
.foil-background.foil-embossed:not(input) {
  text-shadow: none;
  -webkit-text-stroke: initial !important;
  filter: drop-shadow(1px 0 0 var(--foil-color-emboss)) drop-shadow(0.540302px 0.841471px 0 var(--foil-color-emboss)) drop-shadow(-0.416147px 0.909297px 0 var(--foil-color-emboss)) drop-shadow(-0.989992px 0.14112px 0 var(--foil-color-emboss)) drop-shadow(-0.653644px -0.756802px 0 var(--foil-color-emboss)) drop-shadow(0.283662px -0.958924px 0 var(--foil-color-emboss)) drop-shadow(0.96017px -0.279415px 0 var(--foil-color-emboss)) drop-shadow(15px 12px 3px hsl(var(--color-analagous-4-hue, 0deg) 20% 9% / 50%));
}
html.hydrated:not([data-browser=chrome]) .foil-background.foil-embossed:not(input) {
  filter: drop-shadow(1.5px 0 0 var(--foil-color-emboss)) drop-shadow(1.17883px 0.927555px 0 var(--foil-color-emboss)) drop-shadow(0.352856px 1.45791px 0 var(--foil-color-emboss)) drop-shadow(-0.62422px 1.36395px 0 var(--foil-color-emboss)) drop-shadow(-1.33399px 0.685909px 0 var(--foil-color-emboss)) drop-shadow(-1.47251px -0.285852px 0 var(--foil-color-emboss)) drop-shadow(-0.980465px -1.1352px 0 var(--foil-color-emboss)) drop-shadow(-0.0685596px -1.49843px 0 var(--foil-color-emboss)) drop-shadow(0.872705px -1.21999px 0 var(--foil-color-emboss)) drop-shadow(1.44026px -0.419123px 0 var(--foil-color-emboss)) drop-shadow(15px 12px 3px hsl(var(--color-analagous-4-hue) 20% 9% / 50%));
}
.foil-background.foil-embossed:not(input) {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.foil-embossed .word-group {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: var(--foil-color-base);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
html.hydrated:not([data-browser=chrome]) .foil-embossed .word-group {
  -webkit-text-decoration-skip-ink: unset;
  text-decoration-skip-ink: unset;
}

/* packages/app/styles/misc/kg.css */
.kg-toggle-content > * + * {
  margin: 2.4rem 0 0;
}
.kg-image {
  margin-right: auto;
  margin-left: auto;
}
.kg-canvas {
  display: grid;
  grid-template-columns: [full-start] minmax(4vw, auto) [wide-start] minmax(auto, 120px) [main-start] min(728px, calc(100% - 10vw)) [main-end] minmax(auto, 120px) [wide-end] minmax(6vw, auto) [full-end];
}
@media (width >= 768px) {
  .kg-canvas.kg-mobile-only {
    grid-template-columns: unset;
  }
}
.kg-canvas > * {
  grid-column: main-start/main-end;
}
.kg-width-wide {
  grid-column: wide-start/wide-end;
}
.kg-width-full {
  grid-column: full-start/full-end;
}
.mobile-sized-parent .kg-width-full-mobile {
  grid-column: full-start/full-end;
}
@media (width <= 767px) {
  .kg-width-full-mobile {
    grid-column: full-start/full-end;
  }
}

/* packages/app/styles/site/layout.css */
#app-root,
.site {
  height: 100%;
  height: -webkit-fill-available;
  height: stretch;
}
.site {
  display: flex;
  max-height: 100vh;
  flex-flow: column;
}
.content-area {
  flex: 1 1 auto;
  display: flex;
  height: -webkit-fill-available;
  height: stretch;
  flex-flow: column;
}
.site-description .headline {
  font-size: 2rem !important;
  font-family: var(--font-monospace);
  line-height: 1.3;
}
.site-description .subtitle {
  color: inherit;
}
.site-description.gh-content ul {
  margin-top: 0.5rem;
  padding-left: 3rem;
  font-weight: 500;
  list-style: circle;
}
.site-description.gh-content li + li {
  margin-top: 0.7rem;
}

/* packages/app/styles/site/header.css */
.site-header {
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  flex: 0 0 auto;
  color: var(--print-on-pop);
  filter: drop-shadow(15px 12px 3px hsl(var(--color-analagous-4-hue) 20% 9% / 50%));
  display: grid;
  align-items: center;
  height: var(--navbar-height);
}
@media (width <= 767px) {
  .site-header {
    filter: drop-shadow(10px 5px 2px hsl(var(--color-analagous-4-hue) 20% 9% / 50%));
  }
}
.story-preview .site-header {
  padding-top: 1rem;
}
.navbar {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-auto-flow: column;
  grid-gap: 2rem;
}
.navbar .menu-item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
  height: 100%;
  font-family: var(--font-handwriting);
  font-weight: 400;
  color: var(--print-on-pop);
}
.navbar .search-field {
  transition: width 0.25s linear;
  transition-property: width, opacity;
  padding: 0.5rem 2rem 0.5rem 1rem;
  min-width: 15rem;
  background: hsl(var(--color-analagous-4-hue, 0deg) 3% 95% / 100%);
  opacity: 0.5;
}
.navbar .search-field:focus,
.navbar .search-field:hover {
  opacity: 1;
}
.cover-container {
  color: var(--print-on-pop);
}
.navbar-left {
  display: grid;
  grid-gap: 0.5rem;
  grid-auto-flow: row;
}
.navbar-right {
  display: flex;
  align-items: center;
}
.navbar-right .main-nav {
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-rows: 1.5rem;
}
.logo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.logo-text {
  font-family: var(--font-handwriting);
  font-size: 1.25rem;
  font-weight: bold;
}
.menu-item {
  font-size: 1.25rem;
  line-height: 1;
}
.main-nav .menu-item + .menu-item {
  padding-left: 2rem;
  border-left: 1px solid var(--mid-gray-color);
}
.menu-item .accent-icon {
  margin-right: 0.5rem;
}
.menu-item-sep {
  margin: 0 20px;
  width: 1px;
  height: 30px;
  background-color: var(--mid-gray-color);
}

/* packages/app/styles/site/mobile-menu.css */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  overflow: auto;
  -webkit-backdrop-filter: contrast(0.4) saturate(1.5) brightness(0.5) blur(2px);
  backdrop-filter: contrast(0.4) saturate(1.5) brightness(0.5) blur(2px);
  box-shadow: 0 2px 0 var(--web-bg-contrast-5) inset;
  color: var(--print-on-pop);
}
.mobile-menu .primary-content {
  gap: 1rem 0;
  overflow: auto;
  max-height: 100vh;
  align-self: start;
}
.menu-button {
  display: grid;
  grid-auto-flow: column;
  justify-items: center;
}
.menu-button .menu-button-content {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.menu-button[data-action=close] {
  background-color: var(--red-color);
  color: var(--print-on-pop);
  --foil-color-emboss: var(--print-on-web-bg-color);
  box-shadow: 0 -2px inset var(--color-pop);
  padding-block: 0.25rem;
}
.menu-button[data-action=close] .icon [data-stroke] {
  stroke-width: 5;
}
.menu-button .icon {
  width: 1rem;
  height: 1rem;
  margin-top: 3px;
  align-self: center;
  color: var(--print-on-pop);
}
.menu-button .secondary-text {
  font-weight: lighter;
}
.mobile-menu .mobile-nav,
.mobile-menu .navbar,
.mobile-menu .logo-text {
  --link-color: var(--print-on-pop);
  --secondary-text-color: var(--color-pop-secondary);
  color: var(--print-on-pop);
}
.mobile-menu .menu-item {
  margin: 0;
}
.mobile-menu .menu-item + .menu-item {
  margin-top: 1.5rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--web-bg-contrast-3);
}
body[data-menu-state=site] {
  overflow: hidden;
}
body[data-menu-state=site] .mobile-menu[data-menu=site] {
  display: block;
}
body[data-menu-state=help] {
  overflow: hidden;
}
body[data-menu-state=help] .mobile-menu[data-menu=help] {
  display: block;
}
.mobile-nav .search {
  flex: 1 1 auto;
}
.mobile-nav .search .search-form {
  margin-block: 1rem;
}
.mobile-nav .search-field {
  height: 3rem;
  border: none;
}
.mobile-nav .menu-item {
  padding: 0;
}

/* packages/app/styles/site/cover.css */
.cover-content {
  position: relative;
  z-index: 1;
  --foil-color-base: var(--print-on-pop);
  color: var(--print-on-pop);
  display: grid;
  grid-auto-flow: row;
  gap: 1rem 0;
  flex: 0 0 auto;
}
html.share-preview .cover-content {
  padding: 0;
}
@media (height <= 300px) {
  html.share-preview .cover-content {
    display: none;
  }
}
html.share-preview .layout-grid.text-scene .cover-content {
  background: var(--ghost-hover-background-color);
  min-height: unset !important;
  box-shadow: 0 2px inset var(--background-pop);
  grid-row: actions / -1;
}
.cover-backdrop {
  --hover-multiplier: 1;
  --effective-depth: var(--depth, 17px);
  background: var(--background-subtle-monochrome);
  box-shadow: 0 0 0 4px hsl(var(--color-analagous-1-hue, 0deg) 27% 0%) inset;
  -webkit-backdrop-filter: blur(var(--effective-depth));
  backdrop-filter: blur(var(--effective-depth));
  transition: box-shadow 250ms linear;
  transition-duration: 200ms;
  transition-property:
    transform,
    box-shadow,
    filter,
    -webkit-backdrop-filter;
  transition-property:
    transform,
    box-shadow,
    filter,
    backdrop-filter;
  transition-property:
    transform,
    box-shadow,
    filter,
    backdrop-filter,
    -webkit-backdrop-filter;
  border-radius: 0.75rem;
  overflow: hidden;
  z-index: 1;
  filter: drop-shadow(calc(var(--effective-depth) * var(--hover-multiplier)) calc(0.66 * var(--hover-multiplier) * var(--effective-depth)) calc(0.176 * var(--hover-multiplier) * var(--effective-depth)) var(--ghost-hover-background-color));
  padding: 1.5rem;
}
@media (width >= 768px) {
  html.has-pointer .cover-backdrop {
    transform: translate3d(calc(-4px * var(--hover-multiplier)), calc(-4px * var(--hover-multiplier)), 0);
  }
  html.has-pointer .cover-backdrop.clickable:hover {
    --hover-multiplier: 1.66;
  }
}
.cover-backdrop::before {
  --foil-color-base: var(--color-analagous-1);
  --foil-light-intensity: 20%;
  --foil-light-ambient: 18%;
  --foil-color-light: hsl(0deg 0% var(--foil-light-ambient));
  --foil-color-sheen: hsl(0deg 0% calc(var(--foil-light-ambient) + var(--foil-light-intensity)));
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.25;
  z-index: 0;
  transform: translate3d(0, 0, 0);
  will-change: background, transform;
  isolation: isolate;
  background-color: var(--foil-color-base);
  background-blend-mode: screen;
  background-size: 100vw 100vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
html.share-preview .cover-backdrop {
  border-radius: 0;
  box-shadow: 0 -1px 0 var(--subtle-shadow);
}
.cover-backdrop.accented {
  background-color: var(--background-subtle);
}
html:not(.share-preview) .cover-content:last-child .cover-backdrop {
  margin-bottom: 1rem;
}
.cover-shadow {
  padding-top: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  position: sticky;
  bottom: 0;
  content: "";
  background-image: linear-gradient(to top, hsl(0deg 0% 0% / 100%) 0%, hsl(0deg 0% 0% / 90%) 0%, transparent, transparent);
}
.cover-backdrop .cover-shadow:last-child {
  margin-bottom: -1rem;
}
.front-matter {
  --link-color: var(--white-color);
  --image-distance: 0;
  position: relative;
  z-index: 1;
  color: var(--print-on-pop);
  background-color: var(--dark-gray-color);
  background-size: 100%;
  background-repeat: no-repeat;
  isolation: isolate;
  display: grid;
  flex-flow: column;
  flex: 0 0 auto;
  min-height: 80vh;
}
.front-matter .shaded {
  background-image: linear-gradient(90deg, var(--foil-color-accented), transparent);
  --radius: 1rem;
}
.front-matter .shaded:first-child {
  border-top-left-radius: var(--radius);
}
.front-matter .shaded:last-child {
  border-bottom-left-radius: var(--radius);
}
.front-matter .cover-header .gh-content {
  --font-size-base: 25;
  --font-size-max: 50;
}
@media (width >= 375px) {
  .front-matter .cover-header .gh-content {
    --font-size-base: 40;
  }
}
@media (width >= 768px) {
  .front-matter .cover-header .gh-content {
    --font-size-base: 45;
    --font-size-max: 60;
  }
}
@media (width >= 1024px) {
  .front-matter .cover-header .gh-content {
    --font-size-base: 60;
    --font-size-max: 75;
  }
}
.front-matter .cover-container + .secondary-content > .cover-content {
  box-shadow:
    0 -2px 0 -1px var(--foil-color-accented),
    0 -3px 0 -1px white,
    0 -4px 0 -1px var(--foil-color-accented);
}
.front-matter .cover-content .gh-content,
.front-matter .cover-header .post-tags {
  --font-size-base: 18;
}
@media (width >= 768px) {
  .front-matter .cover-content .gh-content,
  .front-matter .cover-header .post-tags {
    --font-size-base: 22;
  }
}
@media (width >= 1024px) {
  .front-matter .cover-content .gh-content,
  .front-matter .cover-header .post-tags {
    --font-size-base: 26;
  }
}
.front-matter .cover-content .gh-content p {
  text-indent: 0 !important;
}
html.share-preview .front-matter {
  min-height: 100vh;
}
html[data-route="/"] .front-matter + .front-matter {
  border-top: 0.25rem solid black;
}
.front-matter.spoilers .feature-image::before {
  z-index: -1;
  pointer-events: none;
  -webkit-backdrop-filter: brightness(0.5);
  backdrop-filter: brightness(0.5);
  position: absolute;
  content: "";
  inset: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.front-matter .cover-container {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 1 1 auto;
}
.site[data-route="/"] .front-matter .cover-container {
  min-height: min(max(75vh, 600px), 100vh);
}
.feature-image-overlay {
  z-index: 1;
  background-image: url(/images/textures/groove-paper.png), linear-gradient(to top, hsl(0deg 0% 0% / 100%) 0%, hsl(0deg 0% 0% / 90%) 0%, transparent, transparent);
  background-size: 150px, auto;
}
.image-sibling {
  pointer-events: none;
  z-index: -1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout-grid .image-sibling {
  grid-row: 1/-1;
  grid-column: 1/-1;
}
.site[data-route="/story/[storySlug]"] .front-matter .cover-image {
  --background-transition-duration: 10ms;
  background-attachment: fixed;
}
.mobile-cover-image {
  pointer-events: none;
  display: none;
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media (width <= 767px) {
  .mobile-cover-image {
    display: block;
  }
}
html.share-preview .mobile-cover-image {
  display: block;
}
.muted,
.mobile-cover-image > * {
  filter: contrast(0.8) brightness(0.8);
}
.mobile-cover-image > * {
  pointer-events: none;
  display: block;
  position: absolute;
  inset: 0;
}
.mobile-cover-image .feature-image {
  background-image: linear-gradient(to top, hsl(0deg 0% 0% / 100%) 0%, hsl(0deg 0% 0% / 90%) 0%, transparent, transparent), radial-gradient(transparent, transparent 65%, transparent 65%, black);
}
html.social-preview .mobile-cover-image > * {
  filter: brightness(0.7);
}
.front-matter h1,
.front-matter h2,
.front-matter h3,
.front-matter h4,
.front-matter h5,
.front-matter h6 {
  color: var(--print-on-pop);
  margin: 0;
}
.front-matter .post-subheader .post-title {
  font-size: 3rem;
}
.front-matter h3.post-subtitle {
  font-weight: bold;
}
.front-matter h3 {
  font-size: 1.1em;
}
.cover-container,
.cover-content {
  --foil-color-accented: hsl(var(--color-analagous-1-hue, 0deg) 27% 45%);
  --foil-color-accented-dark: hsl(var(--color-analagous-1-hue, 0deg) 27% 25%);
  --foil-color-accented-translucent: hsl(var(--color-analagous-1-hue, 0deg) 27% 15% / 55%);
}
.cover-container .post-title,
.cover-content .post-title {
  color: var(--print-on-pop);
  --foil-color-base: var(--color-analagous-1, var(--print-on-pop));
  --foil-color-emboss: var(--foil-color-accented);
}
html.share-preview .cover-container h1.post-title {
  text-align: center;
  max-width: unset !important;
}
.cover-header {
  flex: 1 1 auto;
  z-index: 1;
  width: -webkit-fill-available;
  width: stretch;
}
.cover-header .post-tags {
  justify-content: start;
  z-index: 1;
}
.cover-header + .cover-content {
  margin-top: 1rem;
}
.post-actions {
  display: grid;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
  padding: 0.25rem 0 0;
  border-top: 0.5px solid hsl(4deg 25% 67% / 20%);
  grid-auto-flow: column;
}
.post-actions .primary-actions {
  display: grid;
  grid-auto-flow: column;
  gap: 1rem;
}
.post-actions .post-primary-action {
  font-size: 1.4rem;
}
.cover-container .secondary-text.chapter-label {
  color: var(--color-pop);
}
@media (width <= 460px) {
  .front-matter .search {
    width: 100%;
  }
}
.site-intro .post-title {
  --foil-color-emboss: var(--background-pop);
}
.site-intro .cover-header {
  align-self: center;
}
html[data-route="/about/"] .front-matter .cover-backdrop,
html[data-route="/privacy/"] .front-matter .cover-backdrop {
  background: var(--foil-color-accented-translucent);
}

/* packages/app/styles/site/chapter.css */
.chapter-actions-container {
  background-color: var(--shadow-contrast-2);
}
.story-actions {
  isolation: isolate;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
.story-actions .chapter-action {
  display: inline-grid;
  grid-auto-flow: column;
  padding: 0.25rem 1rem;
  flex: 1 1 auto;
  width: 100%;
  gap: 0.5rem;
  align-self: center;
}
.story-actions [data-action=previous] {
  justify-self: start;
  justify-content: start;
}
.story-actions [data-action=index] {
  justify-self: center;
  justify-content: center;
}
.story-actions [data-action=next] {
  justify-self: end;
  justify-content: end;
}
.chapter-action.mobile {
  position: absolute;
}
.progress-container {
  --indicator-size: min(calc((50vw - (var(--action-icon-size) * 2)) / var(--column-count)), 10px);
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  flex: 0 0 auto;
  -webkit-overflow-scrolling: touch;
  filter: drop-shadow(6px 6px 3px var(--background-subtle-monochrome));
}
html.has-pointer .progress-container:not([data-visibility=hidden]):hover {
  background-color: var(--ghost-hover-background-color);
  box-shadow: 0 -1px var(--background-subtle-monochrome) inset;
}
.progress-container .primary-header {
  position: relative;
}
.progress-container .primary-header .gh-content p {
  font-weight: 600;
}
.progress-container .post-subtitle {
  font-size: 1rem;
}
.progress-container:not([data-visibility=hidden]) .primary-header .action-icon {
  --fill: hsl(0deg 0% 94%);
  --stroke: hsl(0deg 0% 9%);
  mix-blend-mode: luminosity;
}
.progress-container .primary-header .action-icon[data-action-label=close] {
  --fill: var(--red-color);
  --stroke: var(--background-pop);
  mix-blend-mode: normal;
}
.progress-container .scene-entry,
.progress-container .scene-indicator {
  --background-color: var(--web-bg-contrast-2);
  --foil-base: var(--print-on-pop);
}
.progress-container .scene-entry.past,
.progress-container .scene-indicator.past {
  opacity: 0.9;
}
.progress-container .scene-entry.active,
.progress-container .scene-indicator.active {
  --background-color: var(--background-pop);
  --foil-base: var(--primary-color);
}
.progress-container:not([data-visibility=hidden]) {
  height: -webkit-fill-available;
  height: stretch;
  background-color: var(--ghost-hover-background-color);
  -webkit-backdrop-filter: blur(var(--depth, 6px));
  backdrop-filter: blur(var(--depth, 6px));
}
.progress-container:not([data-visibility=hidden]) .chapter-progress {
  background-color: var(--ghost-hover-background-color);
  box-shadow: 0 -1px 0 0 var(--foil-color-base) inset;
}
.progress-container:not([data-visibility=hidden]) .menu-icon {
  --fill: var(--red-color);
}
.progress-container .scene-entry {
  display: grid;
  align-items: baseline;
}
.progress-container .scene-entry[data-scene-type=chapter] {
  padding-bottom: 1rem;
  z-index: 3;
  gap: 0;
  position: sticky;
  border-top: 1px solid var(--ghost-hover-background-color);
}
.progress-container .scene-entry.current-chapter[data-scene-type=chapter] {
  bottom: 0;
  z-index: 6;
}
.progress-container .scene-entry[data-scene-type=chapter] .post-tag {
  pointer-events: none;
}
.progress-container .scene-entry .scene-details {
  color: var(--foil-base);
  font-family: var(--font-accent);
  font-weight: 600;
}
.progress-container .scene-indicator {
  --fill: var(--foil-base);
  --stroke: var(--foil-color-emboss);
  display: block;
  width: var(--indicator-size);
  height: var(--indicator-size);
  align-self: center;
  gap: 1rem;
}
.progress-container .scene-indicator.past {
  --stroke: var(--web-bg-contrast-3);
  --fill: var(--dark-blue-color);
}
.progress-container .scene-indicator.active {
  --stroke: var(--background-pop);
  --fill: var(--background-pop);
}
.progress-container .scene-indicator.active [data-stroke] {
  fill: white;
}
.progress-container .scene-indicator[data-fill],
.progress-container .scene-indicator [data-fill] {
  fill: var(--fill);
}
.progress-container .scene-indicator[data-stroke],
.progress-container .scene-indicator [data-stroke] {
  stroke: var(--stroke);
}
.progress-container .scene-indicator.inverted-lines {
  fill: var(--stroke);
  stroke: var(--fill);
}
.progress-container .scene-indicator.menu-icon {
  --stroke: var(--dark-blue-color);
  paint-order: stroke fill;
  --indicator-size: 1rem;
}
.progress-container .scene-details {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  padding: 0.25rem 2px;
}
.progress-container .chapter-progress {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto 1fr auto;
  grid-auto-rows: 2.5rem;
  align-items: center;
  padding: 0.5rem 0;
  gap: 1rem;
}
.progress-container .chapter-progress .action-group {
  display: grid;
  align-items: center;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  gap: 1rem;
}
.progress-container .chapter-progress .action-group:first-child {
  margin-left: 4vw;
}
.progress-container .chapter-progress .action-group:last-child {
  margin-right: 4vw;
}
.progress-container .chapter-progress .indicators {
  overflow: auto;
  display: grid;
  height: 100%;
  width: 100%;
  align-content: center;
  justify-items: center;
  grid-auto-flow: row dense;
  grid-auto-rows: var(--indicator-size);
  gap: calc(var(--indicator-size) / 2);
  grid-template-columns: repeat(auto-fit, minmax(var(--indicator-size), 1fr));
}
.progress-container .chapter-index {
  --foil-color-emboss: var(--black-color);
  --hover-multiplier: 0;
  --text-scene-entry-height: 3.15rem;
  color: var(--print-on-pop);
  overflow: auto;
  display: grid;
  grid-auto-flow: row dense;
  z-index: 1;
  position: relative;
  box-shadow: 0 1px 0 var(--subtle-shadow);
}
.progress-container .chapter-index .search {
  padding: 1rem;
}
.progress-container .chapter-index .scene-entry[data-scene-type=section-breaker] {
  grid-template-columns: var(--indicator-size) 1fr;
  gap: 1rem;
  padding: 0.5rem 1rem;
  align-items: center;
}
html.has-pointer :is(.progress-container .chapter-index .scene-entry[data-scene-type=section-breaker]):hover {
  background-color: var(--background-subtle);
}
.progress-container .chapter-index .scene-entry[data-scene-type=text] {
  grid-template-columns: var(--indicator-size) 1fr;
  gap: 1rem;
  padding: 0.5rem 1rem;
  height: var(--text-scene-entry-height);
  align-items: center;
}
html.has-pointer :is(.progress-container .chapter-index .scene-entry[data-scene-type=text]):hover {
  background-color: var(--background-subtle);
}
.progress-container .chapter-index .scene-entry[data-scene-type=chapter] {
  background-color: var(--ghost-hover-background-color);
}
html.has-pointer .clickable:is(.progress-container .chapter-index .scene-entry[data-scene-type=chapter]):hover {
  background-color: var(--background-subtle);
}
.progress-container .chapter-index .scene-entry:not(:first-child) {
  box-shadow: 0 3px 0 -2px var(--subtle-shadow) inset;
}
.progress-container .chapter-index .entries {
  --indicator-size: 0.6rem;
  box-shadow: 0 -1px 0 var(--subtle-shadow);
  overflow: auto;
  display: grid;
  grid-auto-flow: row dense;
  position: relative;
}
.progress-container .chapter-index .entries .scene-entry.active,
.progress-container .chapter-index .entries .scene-entry.previous {
  position: sticky;
  top: 0;
  z-index: 2;
  box-shadow: 0 -0.5px 0 var(--subtle-shadow) inset;
}
.progress-container .chapter-index .entries .scene-entry.previous {
  background-color: var(--ghost-hover-background-color);
  -webkit-backdrop-filter: contrast(0.1) blur(1px) brightness(0.5);
  backdrop-filter: contrast(0.1) blur(1px) brightness(0.5);
  opacity: 1;
}
.progress-container .chapter-index .entries .scene-entry.active {
  background-color: var(--dark-blue-color) !important;
}
.progress-container .chapter-index .entries .scene-entry.active:not(:first-child) {
  top: var(--text-scene-entry-height);
}
.profile {
  display: grid;
  justify-items: center;
}
.profile .profile-description {
  font-family: var(--font-serif-secondary);
}
.avatar {
  --size: 10rem;
  --border-color: var(--foil-color-emboss);
  --inner-shadow: var(--foil-color-light);
  border: 2px solid var(--border-color);
  display: grid;
  place-content: end center;
  width: var(--size);
  height: var(--size);
  position: relative;
  filter: drop-shadow(0 -2px var(--border-color)) drop-shadow(0 -1px var(--border-color)) drop-shadow(0 1px rgb(255 255 255 / 75%));
  box-shadow: 0 6px var(--inner-shadow) inset;
}
.avatar .avatar-image,
.avatar .feature-image-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.avatar,
.avatar .avatar-image,
.avatar .feature-image-overlay {
  border-radius: var(--size);
}
.avatar .avatar-title {
  font-family: var(--font-handwriting);
  font-size: calc(var(--size) / 3);
  text-align: center;
  transform: rotate(-5deg);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 75%;
  line-height: 1;
}

/* packages/app/styles/site/search.css */
.search {
  position: relative;
}
.main-nav .search .search-results {
  position: absolute;
  top: 100%;
  left: -100%;
  right: 0;
  width: 200%;
  max-width: 100vw;
  margin-top: 9px;
  border-radius: 5px;
  overflow-x: hidden;
  max-height: 50vh;
}
.mobile-menu .search {
  margin-block: 1rem;
}
.main-nav .search-results,
.mobile-nav .search-results {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.search-form .form-wrapper {
  display: flex;
}
.search-result-row {
  background-color: var(--web-bg-color);
}
.search-result-row + .search-result-row {
  border-top: 1px solid var(--web-bg-contrast-3);
}
.search-result-row-link {
  --foil-color-emboss: var(--dark-blue-color);
  color: var(--primary-text-color);
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 1rem 2rem;
}
.search-result-group:not(:first-child) {
  border-top: 1px solid var(--web-bg-contrast-3);
}
.search-result-group-header {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 1em;
  border-bottom: 1px solid var(--web-bg-contrast-5);
  background-color: var(--web-bg-contrast-1);
}
.search-result-group-header .group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-result-group-header .group-title .match-count {
  color: var(--primary-text-color);
  font-family: var(--font-serif-secondary);
  font-size: 0.75em;
  font-feature-settings: "pcap", "c2pc";
  font-variant: all-petite-caps;
  opacity: 0.5;
}
.search-result-group-header .group-title .title-text {
  color: var(--print-on-pop);
  line-height: 1.45;
  font-size: 1.5em;
  font-family: var(--font-handwriting);
  font-weight: 600;
}
.search-result-group-header .group-description {
  font-size: 0.75em;
  font-family: var(--font-serif);
  color: var(--primary-text-color);
  font-style: italic;
  font-weight: 500;
}
.search-result-row-link:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.search-result-row-data mark {
  background-color: var(--yellow-color);
  color: inherit;
}
.search-result-row-link:hover .search-result-row-data[data-row-kind=title] {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.search-result-row-data[data-row-kind=title] {
  color: var(--print-on-pop);
  font-family: var(--font-handwriting);
  font-weight: 600;
  line-height: 1.3;
  font-size: 1.05em;
}
.search-result-row-data[data-row-kind=title]:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.search-result-row-data[data-row-kind=plaintext] {
  display: block;
}
.search-result-row-data .segment-divider {
  opacity: 0.8;
}

/* packages/app/styles/site/subscribe.css */
.subscribe-form {
  display: grid;
  gap: 1rem;
}
.subscribe-form-description {
  color: var(--background-pop);
}
.subscribe-form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
.subscribe-form .form-group {
  display: grid;
  grid-auto-flow: row;
  gap: 1rem;
}
.subscribe-form .form-group label {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}
.subscribe-email {
  display: block;
  padding: 1.5rem 1rem;
  width: 100%;
  color: var(--secondary-text-color);
  font-size: 1.5rem;
  -webkit-user-select: text;
  user-select: text;
  border-radius: 5px;
  font-family: var(--font-monospace);
  font-weight: bold;
}
.subscribe-form .loading .button-content {
  visibility: hidden;
}
.subscribe-form .loading .button-loader {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  margin-left: -19px;
  transform: scale(0.7);
}
.subscribe-form .button-loader svg path,
.subscribe-form .button-loader svg rect {
  fill: #fff;
}
.subscribe-form .success .message-success,
.subscribe-form .invalid .message-error,
.subscribe-form .error .message-error {
  margin: 1em auto 0;
  max-width: 400px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: var(--print-on-pop);
  text-align: center;
  background: var(--subtle-shadow);
  border-radius: 4px;
}
.subscribe-form .success .message-error {
  color: var(--red-color);
}
@media (width <= 650px) {
  .subscribe-form-title {
    font-size: 2.4rem;
  }
  .subscribe-form-description {
    font-size: 1.6rem;
  }
}
@media (width <= 500px) {
  .subscribe-form form {
    flex-direction: column;
  }
  .subscribe-form .form-group {
    grid-auto-flow: row;
    width: 100%;
  }
  .subscribe-form button {
    width: 100%;
  }
}
.post-full-comments {
  margin: 0 auto;
  max-width: 840px;
}
.error-content {
  padding: 14vw 4vw 6vw;
}
.error-message {
  padding-bottom: 10vw;
  border-bottom: 1px solid var(--subtle-shadow);
  text-align: center;
}
.error-code {
  margin: 0;
  color: var(--subtle-shadow);
  font-size: 12vw;
  line-height: 1em;
  letter-spacing: -5px;
  opacity: 0.75;
}
.error-description {
  margin: 0;
  color: var(--subtle-shadow);
  font-size: 3rem;
  line-height: 1.3em;
  font-weight: 400;
}
.error-link {
  display: inline-block;
  margin-top: 5px;
}
@media (width >= 940px) {
  .error-content .post-card {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (width <= 800px) {
  .error-content {
    padding-top: 24vw;
  }
  .error-code {
    font-size: 11.2rem;
  }
  .error-message {
    padding-bottom: 16vw;
  }
  .error-description {
    margin: 5px 0 0;
    font-size: 1.8rem;
  }
}
@media (width <= 500px) {
  .error-content {
    padding-top: 28vw;
  }
  .error-message {
    padding-bottom: 14vw;
  }
}

/* packages/app/styles/site/footer.css */
.site-footer {
  --stroke-offset: 1px;
  padding: 2rem 1rem;
  color: var(--print-on-pop);
  text-align: center;
  font-family: var(--font-serif-secondary);
  background-color: var(--dark-gray-color);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239C92AC' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
  box-shadow: 0 1px var(--background-pop) inset;
  z-index: 1;
}
.site-footer .footer-nav,
.site-footer .copyright {
  filter: drop-shadow(9px 9px 3px var(--link-color));
}
.site-footer a {
  --foil-color-emboss: white;
}
html[data-route="/"] .site-footer {
  margin-top: 1rem;
}
.footer-nav a {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.footer-nav .menu-item:not(:last-child) {
  margin-right: 2rem;
}
.footer-social-item {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-accent);
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
}
.footer-social-item .icon {
  margin-left: 0.5rem;
  font-size: 1.5rem;
}
.footer-social-item:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer-social-item-twitter .icon {
  color: #1da1f2;
}
.footer-social-item-rss .icon {
  color: orange;
}
.copyright {
  margin-top: 0.5rem;
  font-size: 1.1rem;
}
.copyright a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
@media (width <= 767px) {
  .footer-nav {
    flex-direction: column;
  }
  .footer-nav .menu-item {
    justify-content: center;
    margin: 1rem 0;
    font-size: 1.2rem;
    font-weight: 600;
  }
}

/* packages/app/styles/blog/post.css */
.post-title {
  line-height: 1;
  margin: 0;
  font-family: var(--font-handwriting);
  font-weight: bold;
}
.post-title.accented {
  font-family: var(--font-serif-secondary);
  font-weight: bold;
}
.post-subtitle {
  --stroke-width: 0.1rem;
  color: var(--print-on-pop);
  font-size: 1.25rem;
  font-weight: lighter;
  font-family: var(--font-sans-serif) !important;
  font-feature-settings: "pcap", "c2pc";
  font-variant: all-petite-caps;
  letter-spacing: 0.075rem;
}
@media (height >= 426px) {
  html.share-preview .post-subtitle {
    font-size: 1.75rem;
  }
}
.post-subtitle strong {
  color: var(--background-pop);
  font-size: 1.1em;
}
.post-subheader {
  display: grid;
  align-content: start;
}
.post-subheader.subscribe {
  gap: 1rem;
}
.post-subheader .post-subtitle {
  margin: 0;
}
.post-subheader .post-subtitle.flavor-text {
  margin-block: 0.5rem;
  --foil-color-emboss: var(--black-color);
}
html.share-preview .post-subheader {
  padding: 0.5rem 1rem;
}
.post-subheader > .post-title {
  margin-top: 0;
}
.post-primary-action {
  display: block;
  --link-color: var(--background-pop);
  --secondary-text-color: var(--background-pop);
}
.secondary-text {
  align-self: baseline;
  display: inline-flex;
  font-family: var(--font-monospace);
  font-size: 1.1rem;
  font-weight: 700;
  font-feature-settings: "smcp", "c2sc";
  font-variant: all-small-caps;
  letter-spacing: 0.075rem;
  gap: 0.25rem;
  margin: 0;
}
.secondary-text.chapter-label {
  font-size: 1.5rem;
  color: var(--color-pop-secondary);
  letter-spacing: 0.12rem;
}
.post-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.75rem;
  line-height: 1.5;
  --foil-color-base: hsl(45, 100%, 46.3725490196%);
  --foil-color-sheen: hsl(45, 100%, 58.3725490196%);
  --foil-color-emboss: rgb(100, 75, 0);
}
.gh-content .post-tags {
  margin-top: 0;
}
.post-tag {
  color: var(--color-pop-secondary);
  font-family: var(--font-handwriting);
  font-size: calc(var(--font-size-base, 16) * 1px);
}
@media (height <= 300px) {
  html.share-preview .post-tag {
    font-size: 1.5rem;
  }
}
.primary-tag {
  color: var(--background-pop);
}
.next-scene-actions {
  display: grid;
}
.next-scene-actions a,
.next-scene-actions .entry-link {
  font-weight: bold !important;
}
.next-scene-actions:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.front-matter .next-scene-actions {
  justify-items: center;
}
.front-matter .full-width-action {
  text-align: center;
}
.full-width-action {
  display: block;
  font-size: 2rem;
  font-family: var(--font-serif);
  font-weight: 700;
  text-align: end;
}
@media (width <= 767px) {
  .full-width-action {
    font-size: 8vw;
  }
}
@keyframes rotate-swipe {
  0%, 100% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
.layout-grid {
  display: grid;
  grid-template-rows: [top-gap] var(--chapter-actions-height, 1rem) [menu-content] auto [main-content] 1fr [actions] min-content [bottom-gap] 2rem;
  gap: 1rem;
}
html.share-preview .layout-grid {
  padding: 0;
  overflow: hidden;
}
@media (height <= 300px) {
  html.share-preview .layout-grid {
    gap: 0;
  }
}
.layout-grid.without-menu .main-content,
.layout-grid .menu-content {
  margin-top: var(--navbar-offset);
}
.layout-grid .menu-content {
  grid-area: menu-content / 1 / main-content / -1;
}
.layout-grid .main-content {
  align-content: center;
  grid-area: main-content / 1 / actions / -1;
}
@media (height <= 300px) {
  html.share-preview :is(.layout-grid .main-content) {
    grid-row: main-content/-1;
    align-content: unset;
  }
}
html.share-preview :is(.layout-grid .main-content.text-scene) {
  overflow: auto;
  align-content: start;
}
.layout-grid .main-content.line-count-settled {
  align-content: center !important;
}
.layout-grid .main-content .gh-content {
  --font-size-ideal: calc((var(--font-size-min) * 1px) + var(--font-size-scale, 0px));
}
@media (height <= 300px) {
  html.share-preview :is(.layout-grid .main-content .gh-content) {
    display: grid;
    align-items: center;
  }
}
.layout-grid.without-header-spacing .main-content {
  grid-row-start: 1;
  margin-bottom: -1rem;
}
.layout-grid .next-scene-actions,
.layout-grid .secondary-content {
  grid-area: actions / 1 / bottom-gap / -1;
}
.layout-grid .secondary-content {
  gap: 1rem 0;
  display: grid;
}
.layout-grid .next-scene-actions {
  color: var(--print-on-pop);
  font-family: var(--font-handwriting);
  font-weight: 600;
  text-indent: 0;
  justify-items: center;
  --foil-color-base: var(--print-on-pop);
  --foil-light-ambient: 5%;
  --foil-light-intensity: 8%;
  --foil-color-emboss: var(--dark-blue-color);
}
html.share-preview :is(.layout-grid .next-scene-actions) {
  display: none;
}
.layout-grid .next-scene-actions a {
  font-size: 2em;
  color: var(--print-on-pop);
}
.layout-grid .next-scene-actions a,
.layout-grid .next-scene-actions a .word-group {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.layout-grid .chapter-actions {
  grid-row: bottom-gap;
  display: grid;
  justify-content: space-between;
  grid-auto-flow: column;
  gap: 1rem;
  padding: 0 1rem;
  opacity: 0.25;
}
html.has-touch-screen :is(.layout-grid .chapter-actions) .action-icon[data-action=next] {
  animation: rotate-swipe 1.5s linear 2s infinite;
}
html:not(.has-touch-screen) :is(.layout-grid .chapter-actions) [data-action=previous] {
  transform: rotate(-90deg);
}
html:not(.has-touch-screen) :is(.layout-grid .chapter-actions) [data-action=next] {
  transform: rotate(90deg);
}
@media (width >= 768px) {
  html[data-route="/"] {
    --navbar-offset: 0;
  }
}
@media (height <= 300px) {
  html.share-preview .main-content {
    height: 100vh;
  }
}
html.share-preview .text-scene .main-content .gh-content {
  --foil-color-emboss: hsl(0deg 0% 75%);
  filter: invert(1);
  font-weight: 500;
  padding-left: 2px;
  padding-right: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
html.share-preview .text-scene .main-content .gh-content.overflow-ellipsis {
  -webkit-line-clamp: var(--line-count, 1);
}
@media (height <= 300px) {
  html.share-preview .main-content p {
    font-size: 2rem !important;
    text-indent: 0 !important;
  }
}
@media (height <= 425px) {
  html.share-preview .main-content p:not(:first-child) {
    display: none;
  }
}
.column-page[data-list-item-index="0"] .main-content > p:first-child::first-letter,
.column-page[data-list-item-index="1"] .main-content > p:first-child::first-letter {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
}
.twitter-attribution {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

/* packages/app/styles/blog/feed.css */
.chapter-feed {
  display: grid;
  flex: 0 0 auto;
  padding: 0;
  position: relative;
  gap: 1rem 0;
}
.front-matter .chapter-feed {
  margin-bottom: 1rem;
}
.chapter-feed .front-matter {
  display: grid;
  padding: 2rem 0 4rem;
  gap: 3rem;
}
.chapter-feed > .chapter-entry .cover-image {
  background-attachment: local !important;
  background-position-y: center !important;
  background-size: cover !important;
}
.chapter-feed .chapter-entry {
  position: relative;
  z-index: 1;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1.25rem;
  grid-template-columns: minmax(min-content, 200px) minmax(50%, 1fr);
  padding-left: 1rem;
  --depth: 17px;
}
.chapter-feed .chapter-entry:hover {
  --depth: 20px;
}
.chapter-feed .cover-header {
  display: grid;
  grid-template-rows: auto auto 1fr;
  padding: 2rem 1rem;
  z-index: 1;
}
@media (width <= 767px) {
  .single .chapter-feed .cover-header {
    padding: 0;
  }
}
.chapter-feed .post-link:hover ~ .cover-header .post-primary-action {
  color: var(--primary-color);
}
.chapter-feed .post-image-link {
  display: block;
  height: 100%;
}
.chapter-feed .chapter-media {
  position: relative;
  width: 100%;
  max-height: 150px;
  margin: 1rem 0;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
}
.chapter-feed .chapter-media .prefix__placeholder-image,
.chapter-feed .chapter-media .feature-image {
  width: 100%;
  height: 100%;
  border: 3px solid hsl(var(--color-analagous-1-hue, 0deg) 27% 20%);
  border-radius: 6px;
  overflow: hidden;
}
.chapter-feed .front-matter .cover-container {
  min-height: 50vh;
}
.front-matter.story-preview .entry-header .post-subheader {
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
@media (width <= 767px) {
  .chapter-feed {
    gap: 0;
    padding: 0;
  }
  .chapter-feed .front-matter .cover-container {
    gap: 0;
  }
  .chapter-feed .chapter-entry {
    grid-auto-flow: row;
    grid-template: "base";
    padding: 0 !important;
    border-radius: unset;
  }
  .prefix__placeholder-image,
  .feature-image {
    border: none;
    border-radius: unset;
  }
  :is(.chapter-feed .chapter-entry, .front-matter.story-preview > .cover-container) .cover-content {
    min-height: max(50vh, 16rem);
    align-items: center;
    align-self: center;
  }
  :is(.chapter-feed .chapter-entry, .front-matter.story-preview > .cover-container) .post-subheader {
    gap: 1rem;
  }
  html.share-preview .chapter-feed .chapter-entry,
  html.share-preview .cover-content {
    min-height: unset !important;
  }
  .chapter-feed .chapter-entry .chapter-media {
    filter: contrast(0.9) brightness(0.9);
    max-height: unset;
    position: absolute;
    grid-area: base;
    top: 0;
    margin: 0;
    bottom: 0;
    border-radius: unset;
  }
}

/* packages/app/styles/blog/pagination.css */
.paper-texture {
  background-image: url(/images/textures/groove-paper.png);
  background-size: 150px;
}
@media (height >= 426px) {
  .paper-texture {
    background-size: 300px;
  }
}
html.share-preview .text-scene {
  background: none;
}
.book-container {
  display: flex;
  flex-flow: column;
  overflow-x: scroll;
  overflow-y: hidden;
  max-width: 100vw;
  max-height: 100vh;
  height: 100%;
  height: -webkit-fill-available;
  height: stretch;
  flex: 1 1 auto;
  position: relative;
  background-color: var(--web-bg-color);
  --shadow-contrast-1: hsl(0deg 0% 0% / 5%);
  --shadow-contrast-2: hsl(0deg 0% 0% / 10%);
}
html:not(.share-preview) .progress-container {
  z-index: 1;
}
:is(html:not(.share-preview) .progress-container) ~ .column-page {
  --chapter-actions-height: 4rem;
}
.page-container {
  display: grid;
  grid-auto-flow: column;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  overflow-y: hidden;
  max-width: 100vw;
  height: 100%;
  height: -webkit-fill-available;
  height: stretch;
  flex: 1 1 auto;
}
.column-page {
  display: grid;
  width: 100vw;
  grid-auto-flow: row;
  scroll-snap-stop: always;
  scroll-snap-align: start;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.column-page > * {
  position: relative;
  overflow-y: auto;
}
.column-page + .column-page > *::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: block;
  box-shadow:
    inset 2px 0 var(--shadow-contrast-2),
    inset -2px 0 var(--shadow-contrast-2),
    inset 6px 0 var(--shadow-contrast-1),
    inset -6px 0 var(--shadow-contrast-1);
  z-index: 2;
  mix-blend-mode: darken;
}
.column-page:first-child > *::before {
  box-shadow: inset -2px 0 var(--shadow-contrast-2), inset -6px 0 var(--shadow-contrast-1);
}
.column-page:last-child > *::before {
  box-shadow: inset 2px 0 var(--shadow-contrast-2), inset 6px 0 var(--shadow-contrast-1);
}
html.share-preview .column-page + .column-page > *::before {
  display: none !important;
  content: initial;
}

/* packages/app/styles/blog/content.css */
.gh-content {
  --font-size-base: 17;
  --font-size-min: var(--font-size-base);
  --font-size-max: 22;
  --font-size-ideal: calc(var(--font-size-base) * 1px);
  --font-size-clamped: clamp( calc(var(--font-size-min) * 1px), var(--font-size-ideal), calc(var(--font-size-max) * 1px) );
  font-size: calc(var(--font-size-base) * 1px) !important;
  font-size: var(--font-size-clamped) !important;
}
@media (width >= 768px) {
  .gh-content {
    --font-size-base: 16;
    --font-size-max: 20;
  }
}
@media (width >= 1024px) {
  .gh-content {
    --font-size-base: 16;
    --font-size-max: 24;
  }
}
html.share-preview .gh-content {
  --font-size-max: 23;
}
html.share-preview .gh-content p {
  text-indent: unset !important;
}
@media (height >= 426px) {
  html.share-preview .gh-content {
    --font-size-base: 20;
    --font-size-max: 38;
  }
}
:is(.gh-content h1):first-child + p,
:is(.gh-content h2):first-child + p,
:is(.gh-content h3):first-child + p,
:is(.gh-content h4):first-child + p,
:is(.gh-content h5):first-child + p {
  margin-top: 0.25rem;
}
.gh-content p {
  font-family: var(--font-serif);
  text-indent: 1.3846rem;
}
.gh-content .line-break {
  display: block;
  height: 1em;
}
.gh-content > *:last-child {
  margin-bottom: 0;
}
.gh-content > * + .attribution-link {
  margin-top: 0.25rem;
}
.gh-content > h2 {
  --font-size-max: 32;
  font-size: 1.25rem;
  font-size: calc(var(--font-size-clamped) * 1.25);
}
.gh-content > h3 {
  font-size: 1.15rem;
  font-weight: 600;
}
.foil-embossed .entry-link:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
hugbox-handwriting {
  display: block;
}
hugbox-handwriting > * {
  font-size: calc(var(--font-size-clamped) * 1.15) !important;
  font-family: var(--font-handwriting, cursive) !important;
}

/* packages/app/styles/blog/related.css */
.related-posts {
  z-index: 1;
  padding-top: 3rem;
}
.related-posts.subscribe {
  background-color: var(--web-bg-color);
  background-image: url(/images/textures/groove-paper.png);
  background-size: 150px;
  box-shadow: 0 3px 1px var(--background-pop) inset;
  font-family: var(--font-serif);
}
.related-title {
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
  color: var(--color-green);
  font-size: 1.1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  box-shadow: 0 1px 0 var(--mid-gray-color);
}
.related-posts.subscribe .gh-content p {
  font-size: 1.25rem;
}

/* packages/app/styles/screen.css */
