<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

html {
  height: 100%;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: gainsboro;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

code,
pre {
  font-family: Courier, "Courier New", monospace;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding: .25rem .25rem 0;
  font-size: 1rem;
  cursor: default;
}

@media screen and (min-width: 900px) {
  body {
    padding: 3rem 3rem 0;
  }
}

@media screen and (min-width: 1200px) {
  body {
    padding: 6rem 6rem 0;
  }
}

.document {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 0;
  font-size: 1rem;
  line-height: 1.625;
  background-color: white;
  outline: 0;
  -webkit-transition: -webkit-box-shadow 1s;
  transition: -webkit-box-shadow 1s;
  -o-transition: box-shadow 1s;
  transition: box-shadow 1s;
  transition: box-shadow 1s, -webkit-box-shadow 1s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  cursor: text;
}

@media screen and (min-width: 900px) {
  .document {
    padding: 6rem 6rem 0;
    font-size: 1.5rem;
  }
}

.document.loaded {
  -webkit-box-shadow: 0 .75rem 1.5rem -.75rem black;
  box-shadow: 0 .75rem 1.5rem -.75rem black;
}

.document.not-cjk {
  line-height: 1.375;
}

.ask {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
  font-size: 1.5rem;
  line-height: 1;
  background-color: transparent;
  border: 0;
  opacity: .5;
  cursor: pointer;
}

.ask:hover {
  opacity: 1;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}</pre></body></html>