<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;400;500&amp;display=swap');

@keyframes appear {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fade-in-out {

  0%,
  to {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

@keyframes rumble {
  25% {
    top: -0.1em
  }

  75% {
    top: 0.1em
  }

  0%,
  to {
    top: 0px
  }
}

@keyframes shudder {
  25% {
    left: 0.1em
  }

  75% {
    left: -0.1em
  }

  0%,
  to {
    left: 0px
  }
}

@keyframes buoy {
  25% {
    top: 0.25em
  }

  75% {
    top: -0.25em
  }

  0%,
  to {
    top: 0px
  }
}

@keyframes sway {
  25% {
    left: 0.25em
  }

  75% {
    left: -0.25em
  }

  0%,
  to {
    left: 0px
  }
}

@keyframes pulse {
  0% {
    transform: scale(0, 0)
  }

  20% {
    transform: scale(1.2, 1.2)
  }

  40% {
    transform: scale(0.9, 0.9)
  }

  60% {
    transform: scale(1.05, 1.05)
  }

  80% {
    transform: scale(0.925, 0.925)
  }

  to {
    transform: scale(1, 1)
  }
}

@keyframes zoom-in {
  0% {
    transform: scale(0, 0)
  }

  to {
    transform: scale(1, 1)
  }
}

@keyframes shudder-in {

  0%,
  to {
    transform: translateX(0em)
  }

  5%,
  25%,
  45% {
    transform: translateX(-1em)
  }

  15%,
  35%,
  55% {
    transform: translateX(1em)
  }

  65% {
    transform: translateX(-0.6em)
  }

  75% {
    transform: translateX(0.6em)
  }

  85% {
    transform: translateX(-0.2em)
  }

  95% {
    transform: translateX(0.2em)
  }
}

@keyframes rumble-in {

  0%,
  to {
    transform: translateY(0em)
  }

  5%,
  25%,
  45% {
    transform: translateY(-1em)
  }

  15%,
  35%,
  55% {
    transform: translateY(1em)
  }

  65% {
    transform: translateY(-0.6em)
  }

  75% {
    transform: translateY(0.6em)
  }

  85% {
    transform: translateY(-0.2em)
  }

  95% {
    transform: translateY(0.2em)
  }
}

@keyframes fidget {

  0%,
  8.1%,
  82.1%,
  31.1%,
  38.1%,
  44.1%,
  40.1%,
  47.1%,
  74.1%,
  16.1%,
  27.1%,
  72.1%,
  24.1%,
  95.1%,
  6.1%,
  36.1%,
  20.1%,
  4.1%,
  91.1%,
  14.1%,
  87.1%,
  to {
    left: 0px;
    top: 0px
  }

  8%,
  82%,
  31%,
  38%,
  44% {
    left: -1px
  }

  40%,
  47%,
  74%,
  16%,
  27% {
    left: 1px
  }

  72%,
  24%,
  95%,
  6%,
  36% {
    top: -1px
  }

  20%,
  4%,
  91%,
  14%,
  87% {
    top: 1px
  }
}

@keyframes slide-right {
  0% {
    transform: translateX(-100vw)
  }
}

@keyframes slide-left {
  0% {
    transform: translateX(100vw)
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(100vh)
  }
}

@keyframes slide-down {
  0% {
    transform: translateY(-100vh)
  }
}

@keyframes fade-right {
  0% {
    opacity: 0;
    transform: translateX(-1em)
  }

  to {
    opacity: 1
  }
}

@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translateX(1em)
  }

  to {
    opacity: 1
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(1em)
  }

  to {
    opacity: 1
  }
}

@keyframes fade-down {
  0% {
    opacity: 0;
    transform: translateY(-1em)
  }

  to {
    opacity: 1
  }
}

@keyframes flicker {

  0%,
  29%,
  31%,
  63%,
  65%,
  77%,
  79%,
  86%,
  88%,
  91%,
  93% {
    opacity: 0
  }

  30% {
    opacity: 0.2
  }

  64% {
    opacity: 0.4
  }

  78% {
    opacity: 0.6
  }

  87% {
    opacity: 0.8
  }

  92%,
  to {
    opacity: 1
  }
}

@keyframes blur {
  0% {
    filter: blur(2rem);
    opacity: 0
  }

  25% {
    opacity: 1
  }

  to {
    filter: blur(0rem);
    opacity: 1
  }
}

@keyframes enchantment {

  0%,
  to {
    border-color: #ffb366
  }

  50% {
    border-color: #6fc
  }
}

.storylet-error tw-debugger .storylet-row {
  background-color: rgba(230, 101, 204, 0.3)
}

.storylet-error tw-debugger .storylet-row:nth-child(2n) {
  background-color: rgba(237, 145, 219, 0.3)
}

tw-debugger .storylet-row .storylet-name,
tw-debugger .storylet-row .storylet-value {
  display: inline-block;
  width: 50%
}

tw-debugger .tabs {
  padding-bottom: 0.5em
}

tw-debugger .tab {
  border-radius: 0px 0px 0.5em 0.5em;
  border-top: none
}

tw-debugger .resizer {
  position: absolute;
  height: 3em;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  top: 10px;
  left: 4px;
  width: 8px;
  cursor: ew-resize
}

tw-dialog {
  z-index: 999997;
  border: #fff solid 2px;
  padding: 2em;
  color: #fff;
  background-color: #000;
  display: block
}

@media (min-width: 576px) {
  tw-dialog {
    max-width: 50vw;
  }
}

tw-dialog input[type=text] {
  font-size: inherit;
  width: 100%
}

tw-dialog-links {
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end
}

tw-backdrop {
  z-index: 999996;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

tw-backdrop~tw-backdrop {
  display: none
}

tw-link,
.link,
tw-icon,
.enchantment-clickblock {
  cursor: pointer
}

tw-link,
.enchantment-link {
  color: #4169E1;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.2s ease-in-out
}

tw-passage [style^="color"] tw-link:not(:hover),
tw-passage [style*=" color"] tw-link:not(:hover),
tw-passage [style^="color"][hover="true"] tw-link:hover,
tw-passage [style*=" color"][hover="true"] tw-link:hover,
tw-passage [style^="color"] .enchantment-link:not(:hover),
tw-passage [style*=" color"] .enchantment-link:not(:hover),
tw-passage [style^="color"][hover="true"] .enchantment-link:hover,
tw-passage [style*=" color"][hover="true"] .enchantment-link:hover {
  color: inherit
}

tw-link:hover,
.enchantment-link:hover {
  color: #00bfff
}

tw-link:active,
.enchantment-link:active {
  color: #DD4B39
}

.visited {
  color: #6941e1
}

tw-passage [style^="color"] .visited:not(:hover),
tw-passage [style*=" color"] .visited:not(:hover),
tw-passage [style^="color"][hover="true"] .visited:hover,
tw-passage [style*=" color"][hover="true"] .visited:hover {
  color: inherit
}

.visited:hover {
  color: #E3E
}

tw-broken-link {
  color: #993333;
  border-bottom: 2px solid #993333;
  cursor: not-allowed
}

tw-passage [style^="color"] tw-broken-link:not(:hover),
tw-passage [style*=" color"] tw-broken-link:not(:hover),
tw-passage [style^="color"][hover="true"] tw-broken-link:hover,
tw-passage [style*=" color"][hover="true"] tw-broken-link:hover {
  color: inherit
}

.enchantment-mouseover {
  border-bottom: 2px dashed #999
}

.enchantment-mouseout {
  border: rgba(64, 149, 191, 0.6) 1px solid
}

.enchantment-mouseout:hover {
  background-color: rgba(175, 197, 207, 0.75);
  border: transparent 1px solid;
  border-radius: 0.2em
}

.enchantment-clickblock {
  width: 100%;
  height: 100%;
  display: block
}

.enchantment-clickblock&gt;:not(tw-enchantment)::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  position: absolute;
  pointer-events: none;
  color: rgba(65, 105, 225, 0.5);
  transition: color 0.2s ease-in-out
}

.enchantment-clickblock&gt;:not(tw-enchantment):hover::after {
  color: rgba(0, 191, 255, 0.5)
}

.enchantment-clickblock&gt;:not(tw-enchantment):active::after {
  color: rgba(222, 78, 59, 0.5)
}

.enchantment-clickblock&gt;:not(tw-enchantment)::after {
  box-shadow: inset 0 0 0 0.5vmax
}

.enchantment-clickblock&gt;tw-passage::after,
.enchantment-clickblock&gt;tw-sidebar::after {
  box-shadow: 0 0 0 0.5vmax
}

.enchantment-mouseoverblock&gt;:not(tw-enchantment)::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  position: absolute;
  pointer-events: none;
  border: 2px dashed #999
}

.enchantment-mouseoutblock&gt;:not(tw-enchantment)::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  position: absolute;
  pointer-events: none;
  border: rgba(64, 149, 191, 0.6) 2px solid
}

.enchantment-mouseoutblock:hover&gt;:not(tw-enchantment)::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  position: absolute;
  pointer-events: none;
  background-color: rgba(175, 197, 207, 0.75);
  border: transparent 2px solid;
  border-radius: 0.2em
}

tw-link.enchantment-button,
.enchantment-link.enchantment-button,
.enchantment-button:not(.enchantment-link) tw-link,
.enchantment-button:not(.enchantment-link) .enchantment-link {
  border-radius: 16px;
  border-style: solid;
  border-width: 2px;
  text-align: center;
  padding: 0px 8px;
  display: block
}

tw-dialog-links {
  padding-top: 1.5em
}

tw-dialog-links tw-link {
  border-radius: 16px;
  border-style: solid;
  border-width: 2px;
  text-align: center;
  padding: 0px 8px;
  display: block;
  display: inline-block
}

/* html {
  margin: 0;
  height: 100%;
  overflow-x: hidden
} */

:before,
:after {
  position: relative;
  box-sizing: inherit
}

/* body {
  margin: 0;
  height: 100%
} */

tw-storydata {
  display: none;
}

tw-story {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font: 100% Georgia, serif;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  font-size: 1.9em;
  line-height: 1.5em;
  padding: 5% 5%;
  overflow: hidden;
  background-color: #000;
  color: #fff
}



tw-story [style*=content-box] * {
  box-sizing: border-box
}

@media (min-width: 576px) {
  tw-story {
    padding: 5% 20%
  }
}

tw-story tw-consecutive-br {
  display: block;
  height: 1.6ex;
  visibility: hidden;
}

tw-story select {
  background-color: transparent;
  font: inherit;
  border-style: solid;
  padding: 2px
}

tw-story select:not([disabled]) {
  color: inherit
}

tw-story textarea {
  resize: none;
  background-color: transparent;
  font: inherit;
  color: inherit;
  border-style: none;
  padding: 2px;
}

tw-story input[type=checkbox] {
  transform: scale(1.5);
  margin: 0 0.5em;
}

tw-story tw-noscript {
  animation: appear 0.8s
}

tw-passage {
  display: block;
}

tw-sidebar {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (min-width: 576px) {
  tw-sidebar {
    left: -5em;
    width: 3em;
    position: absolute;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  tw-enchantment[style*="width"]&gt;tw-sidebar {
    width: inherit;
  }
}

tw-icon {
  display: inline-block;
  margin: 0.5em 0;
  font-size: 66px;
  font-family: "Verdana", sans-serif
}

tw-icon[alt] {
  opacity: 0.2
}

tw-icon[alt]:hover {
  opacity: 0.4
}

tw-icon[data-label]::after {
  font-weight: bold;
  content: attr(data-label);
  font-size: 20px;
  bottom: -20px;
  left: -50%;
  white-space: nowrap;
}

tw-meter {
  display: block
}

tw-hook:empty,
tw-expression:empty {
  display: none
}

tw-error {
  display: inline-block;
  border-radius: 0.2em;
  padding: 0.2em;
  font-size: 1rem;
  cursor: help;
  white-space: pre-wrap
}

tw-error.error {
  background-color: rgba(223, 58, 190, 0.6);
  color: #fff
}

tw-error.warning {
  background-color: rgba(223, 140, 58, 0.6);
  color: #fff;
  display: none
}

.debug-mode tw-error.warning {
  display: inline
}

tw-error-explanation {
  display: block;
  font-size: 0.8rem;
  line-height: 1rem
}

tw-open-button,
tw-folddown {
  cursor: pointer;
  line-height: 0em;
  border-radius: 1px;
  border: 1px solid black;
  font-size: 0.8rem;
  margin: 0 0.4rem;
  padding: 2px;
  white-space: pre
}

tw-folddown::after {
  content: "\25b6"
}

tw-folddown.open::after {
  content: "\25bc"
}

tw-open-button::after {
  content: "Open"
}

tw-notifier {
  border-radius: 0.2em;
  padding: 0.2em;
  font-size: 1rem;
  background-color: rgba(223, 182, 58, 0.4);
  display: none
}

.debug-mode tw-notifier {
  display: inline
}

tw-notifier::before {
  content: attr(message)
}

tw-colour {
  border: 1px solid black;
  display: inline-block;
  width: 1em;
  height: 1em
}

tw-enchantment:empty {
  display: none
}

h1 {
  font-size: 3em
}

h2 {
  font-size: 2.25em
}

h3 {
  font-size: 1.75em
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1em;
  margin: 0.3em 0 0.6em 0;
}

pre {
  font-size: 1rem;
  line-height: initial
}

small {
  font-size: 70%
}

big {
  font-size: 120%
}

mark {
  color: rgba(0, 0, 0, 0.6);
  background-color: #ff9
}

ins {
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 242, 204, 0.5);
  border-radius: 0.5em;
  box-shadow: 0em 0em 0.2em #ffe699;
  text-decoration: none
}

center {
  text-align: center;
  margin: 0 auto;
  width: 60%
}

blink {
  text-decoration: none;
  animation: fade-in-out 1s steps(1, end) infinite alternate
}

tw-align {
  display: block
}

tw-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.transition-in {
  animation: appear 0ms step-start
}

.transition-out {
  animation: appear 0ms step-end
}

[data-t8n^=dissolve].transition-in,
[data-t8n=fade].transition-in {
  animation: appear .8s
}

[data-t8n^=dissolve].transition-out,
[data-t8n=fade].transition-out {
  animation: appear .8s reverse
}

[data-t8n^=shudder].transition-in {
  display: inline-block !important;
  animation: shudder-in .8s
}

[data-t8n^=shudder].transition-out {
  display: inline-block !important;
  animation: shudder-in .8s reverse
}

[data-t8n^=rumble].transition-in {
  display: inline-block !important;
  animation: rumble-in .8s
}

[data-t8n^=rumble].transition-out {
  display: inline-block !important;
  animation: rumble-in .8s reverse
}

[data-t8n^=pulse].transition-in {
  animation: pulse .8s;
  display: inline-block !important
}

[data-t8n^=pulse].transition-out {
  animation: pulse .8s reverse;
  display: inline-block !important
}

[data-t8n^=zoom].transition-in {
  animation: zoom-in .8s;
  display: inline-block !important
}

[data-t8n^=zoom].transition-out {
  animation: zoom-in .8s reverse;
  display: inline-block !important
}

[data-t8n^=blur].transition-in {
  animation: blur .8s;
  display: inline-block !important
}

[data-t8n^=blur].transition-out {
  animation: blur .8s reverse;
  display: inline-block !important
}

[data-t8n^=slideleft].transition-in {
  animation: slide-left .8s;
  display: inline-block !important
}

[data-t8n^=slideleft].transition-out {
  animation: slide-right .8s reverse;
  display: inline-block !important
}

[data-t8n^=slideright].transition-in {
  animation: slide-right .8s;
  display: inline-block !important
}

[data-t8n^=slideright].transition-out {
  animation: slide-left .8s reverse;
  display: inline-block !important
}

[data-t8n^=slideup].transition-in {
  animation: slide-up .8s;
  display: inline-block !important
}

[data-t8n^=slideup].transition-out {
  animation: slide-down .8s reverse;
  display: inline-block !important
}

[data-t8n^=slidedown].transition-in {
  animation: slide-down .8s;
  display: inline-block !important
}

[data-t8n^=slidedown].transition-out {
  animation: slide-up .8s reverse;
  display: inline-block !important
}

[data-t8n^=fadeleft].transition-in {
  animation: fade-left .8s;
  display: inline-block !important
}

[data-t8n^=fadeleft].transition-out {
  animation: fade-right .8s reverse;
  display: inline-block !important
}

[data-t8n^=faderight].transition-in {
  animation: fade-right .8s;
  display: inline-block !important
}

[data-t8n^=faderight].transition-out {
  animation: fade-left .8s reverse;
  display: inline-block !important
}

[data-t8n^=fadeup].transition-in {
  animation: fade-up .8s;
  display: inline-block !important
}

[data-t8n^=fadeup].transition-out {
  animation: fade-down .8s reverse;
  display: inline-block !important
}

[data-t8n^=fadedown].transition-in {
  animation: fade-down .8s;
  display: inline-block !important
}

[data-t8n^=fadedown].transition-out {
  animation: fade-up .8s reverse;
  display: inline-block !important
}

[data-t8n^=flicker].transition-in {
  animation: flicker .8s
}

[data-t8n^=flicker].transition-out {
  animation: flicker .8s reverse
}

tw-story {
  background-color: white;
  color: black;
  font-family: 'Inconsolata', monospace;
  padding: 5% 18%; 
}

@media (max-width: 576px) {
  tw-story {
    padding: 0% 12% 5% 5%;
    font-size: 4em;
    overflow: scroll;
  }

  img {
    width: 100%;
    height: auto;
  }
}

tw-link, .enchantment-link {
color: #6495ED
}

tw-link:hover, .enchantment-link:hover {
color: #6495ED
}

.visited {
color: #6495ED;
}

.visited:hover {
color: #6495ED;
}

.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}

tw-passage a {
color: #6495ED;
font-weight: 700;
}

tw-passage a:hover {
color: #6495ED;
}

tw-icon, .undo {
  visibility: hidden;
}	

.redo {
  visibility: hidden;
}</pre></body></html>