<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

:root {
  --theme-color: #0071bc;
  --theme-font: -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Segoe UI",
    "BIZ UDPGothic",
    "Meiryo",
    "Hiragino Kaku Gothic ProN",
    sans-serif;
  --monospace-font: "consolas",
    "Courier New",
    Courier,
    monospace;
  --base-font-size: 1rem;
  --font-size: 0.9rem;
  --line-height: 1.625;
  --paragraph-width: 720px;
}

html {
  font-size: var(--base-font-size);
}

body {
  font-family: var(--theme-font);
  font-size: var(--font-size);
  line-height: var(--line-height);
  overflow-y: hidden;
  height: 100vh;
}

a {
  text-decoration: none;
  color: var(--theme-color);
}
a:hover {
  text-decoration-line: underline;
}

blockquote {
  margin: 0;
  padding: 1rem;
  background: #f0f0f0;
  border-left: 3px solid #ddd;
}
blockquote p.attribution {
  text-align: right;
}

span.linenos {
  margin-right: 0.5rem;
  user-select: none;
}

p,
pre,
blockquote,
div.highlight {
  max-width: var(--paragraph-width);
  font-size: 0.9rem;
}

img {
  max-width: 100%;
}

dl dt {
  font-weight: bold;
}

ul,
ol {
  margin: 1rem 1rem 1rem 0;
  padding-left: 1rem;
}
ul li &gt; p:first-child,
ol li &gt; p:first-child {
  margin: 0;
}
ul ul, ul ol,
ol ul,
ol ol {
  margin: 0;
}

li::marker {
  font-size: 0.8em;
}

h1 {
  font-size: 1.8rem;
  margin-top: 1em;
}

h2 {
  font-size: 1.4rem;
  margin-top: 1em;
}

h3,
h4,
h5,
h6 {
  font-size: 1.2rem;
  margin-top: 1em;
}

pre {
  font-family: var(--monospace-font);
  padding: 0.5rem;
  border-radius: 3px;
  background-color: #eee;
  overflow-x: auto;
}

code {
  font-family: var(--monospace-font);
}

table {
  margin-top: 1rem;
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  padding: 0.25rem 0.5rem;
  background: var(--theme-color);
  color: white;
  border: solid 1px #ccc;
}
table th p {
  margin: 0;
}
table td {
  padding: 0 0.5rem;
  border: solid 1px #ccc;
}
table td &gt; :first-child, table td :last-child {
  margin: 0.25em;
}

code.docutils {
  font-size: 0.9em;
  padding: 0.125em 0.25em;
  border-radius: 5px;
  background-color: #f0f0f0;
}

a.headerlink {
  visibility: inherit;
  user-select: none;
  color: transparent;
  text-decoration: none;
  margin-left: 0.2em;
  transition: 0.1s;
}
a.headerlink:hover {
  color: var(--theme-color);
}

h1:hover a.headerlink, h2:hover a.headerlink, h3:hover a.headerlink, h4:hover a.headerlink, h5:hover a.headerlink, h6:hover a.headerlink {
  color: var(--theme-color);
}

.admonition {
  background-color: rgba(0, 149, 217, 0.1);
  border: 1px solid #0095d9;
  padding: 0;
  margin-top: 0.5rem;
  border-radius: 0.25rem;
  max-width: var(--paragraph-width);
}
.admonition &gt; .admonition-title {
  background-color: #0095d9;
  color: #ffffff;
  font-size: 90%;
  letter-spacing: 0.5px;
  padding: 0.125rem 0.5rem;
}
.admonition &gt; p {
  margin: 0;
  padding: 0.5rem;
}
.admonition.attention, .admonition.caution, .admonition.warning {
  background-color: rgba(240, 131, 0, 0.1);
  border: 1px solid #f08300;
}
.admonition.attention &gt; .admonition-title, .admonition.caution &gt; .admonition-title, .admonition.warning &gt; .admonition-title {
  background-color: #f08300;
}
.admonition.danger, .admonition.error {
  background-color: rgba(230, 0, 51, 0.1);
  border: 1px solid #e60033;
}
.admonition.danger &gt; .admonition-title, .admonition.error &gt; .admonition-title {
  background-color: #e60033;
}
.admonition.hint, .admonition.important, .admonition.tip {
  background-color: rgba(62, 179, 112, 0.1);
  border: 1px solid #3eb370;
}
.admonition.hint &gt; .admonition-title, .admonition.important &gt; .admonition-title, .admonition.tip &gt; .admonition-title {
  background-color: #3eb370;
}
.admonition.todo {
  background-color: rgba(221, 221, 221, 0.1);
  border: 1px solid #ddd;
}
.admonition.todo &gt; .admonition-title {
  background-color: #ddd;
}

#root {
  display: flex;
}

#main-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-left: 1px solid #ccc;
  position: relative;
  height: 100vh;
  transition: 0.05s;
  transition-property: margin-left;
}

@media screen and (max-width: 900px) {
  #main-container {
    max-width: 100%;
  }
}
#main-wrapper {
  display: flex;
  flex-grow: 1;
  overflow-y: auto;
}

#main-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  max-width: 920px;
}

#mobile-header {
  display: flex;
  align-items: center;
  max-width: 100vw;
  min-height: 3rem;
  background-color: white;
  display: none;
}
#mobile-header label {
  cursor: pointer;
}
#mobile-header i.icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem;
}
#mobile-header i.icon svg {
  color: var(--theme-color);
  display: inline-block;
  width: 100%;
  height: 100%;
}
#mobile-header .header-menu-btn {
  display: none;
}
#mobile-header .header-title {
  display: none;
}

@media screen and (max-width: 900px) {
  #mobile-header {
    display: inherit;
    position: sticky;
    top: 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  #mobile-header .header-menu-btn {
    display: inherit;
  }
  #mobile-header .header-title {
    flex-grow: 1;
    text-align: center;
    display: inline-block;
  }
}
#main-body {
  flex-grow: 1;
  padding: 1rem 2rem 1rem 2rem;
  height: fit-content;
  overflow-y: visible;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 900px) {
  #main-body {
    max-width: calc(100vw - 260px - 10px);
  }
}
@media screen and (max-width: 900px) {
  #main-body {
    padding: 0 0.5rem 3rem 0.5rem;
  }
}

.related-pages {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
}
.related-pages .spacer {
  flex-grow: 1;
}
.related-pages a.prev-page,
.related-pages a.next-page {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #343131;
}
.related-pages a.next-page {
  text-align: right;
  justify-content: flex-end;
}
.related-pages .page-info {
  font-size: 0.875rem;
  line-height: 1.2em;
}
.related-pages .page-info .title {
  color: var(--theme-color);
}
.related-pages svg.related-icon {
  width: 2rem;
  height: 1rem;
}
a.prev-page svg {
  transform: rotate(180deg);
}

#toc-column {
  width: 260px;
  flex-shrink: 0;
  flex-grow: 0;
  height: calc(100vh - 3rem);
  position: sticky;
  top: 3rem;
  border-left: 1px solid #ccc;
  overflow-y: auto;
}

#page-toc {
  padding: 0 1rem;
}
#page-toc &gt; ul &gt; li &gt; a {
  display: none;
}
#page-toc &gt; ul &gt; li &gt; ul {
  padding-left: 0;
}

@media screen and (max-width: 1500px) {
  #toc-column {
    display: none;
  }
}
#sidebar-container {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 260px;
  padding-left: 10px;
  flex-shrink: 0;
  background-color: white;
  min-height: 100vh;
  height: 100vh;
  transition: 0.05s;
  transition-property: transform;
}
#sidebar-container.show {
  display: initial;
  transform: translateX(0px);
}
#sidebar-container.hide {
  display: none;
  transform: translateY(-260px);
}
@media screen and (min-width: 1180px) {
  #sidebar-container {
    margin-left: calc((100vw - 1180px) / 2);
  }
}
@media screen and (min-width: 1500px) {
  #sidebar-container {
    margin-left: calc((100vw - 1500px) / 2);
  }
}

div.toctree-wrapper &gt; ul,
ul.simple {
  margin-top: 0;
}

@media screen and (min-width: 1180px) {
  #sidebar-container {
    margin-left: calc((100vw - 1180px) / 2);
  }
}
@media screen and (min-width: 1500px) {
  #sidebar-container {
    margin-left: calc((100vw - 1500px) / 2);
  }
}
#sidebar-body {
  flex-grow: 1;
  overflow-y: scroll;
}

.toc-tree {
  font-size: 0.8rem;
  margin-bottom: 2em;
}
.toc-tree p.caption {
  margin: 0;
  margin-top: 1em;
  font-weight: bold;
}
.toc-tree ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.toc-tree ul ul {
  padding-left: 1em;
}
.toc-tree li {
  position: relative;
  font-weight: normal;
  color: #333;
}
.toc-tree li.current {
  font-weight: bold;
  color: var(--theme-color);
}
.toc-tree li a {
  display: block;
  line-height: 2em;
  text-decoration: none;
  color: inherit;
}
.toc-tree li a:hover {
  color: var(--theme-color);
}

#sidebar-navtree li input {
  display: none;
}
#sidebar-navtree li label {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 2em;
  width: 2em;
  cursor: pointer;
}
#sidebar-navtree li label:hover {
  background-color: #f8f8f8;
}
#sidebar-navtree li i.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#sidebar-navtree li svg {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
#sidebar-navtree .toctree {
  display: flex;
}

label.toctree-checkbox {
  position: absolute;
  display: none;
}

input.toctree-checkbox + label + ul {
  display: none;
}
input.toctree-checkbox + label {
  transform: rotate(0deg);
}
input.toctree-checkbox:checked + label + ul {
  display: inherit;
}
input.toctree-checkbox:checked + label {
  transform: rotate(90deg);
}

input#sidebar-visibility-checkbox {
  display: none;
}
@media screen and (max-width: 900px) {
  input#sidebar-visibility-checkbox + #sidebar-container {
    transform: translateX(-260px);
  }
  input#sidebar-visibility-checkbox + #sidebar-container + #main-container {
    margin-left: -260px;
  }
  input#sidebar-visibility-checkbox:checked + #sidebar-container {
    display: inherit;
    transform: translateY(0);
  }
  input#sidebar-visibility-checkbox:checked + #sidebar-container + #main-container {
    margin-left: 0;
  }
}

#sidebar-brand {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
}
#sidebar-brand a {
  color: #333;
}

.sidebar-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  height: 150px;
  padding: 0.5rem;
}
.sidebar-logo-container &gt; img {
  max-height: 100%;
}

.sidebar-brand-text {
  font-size: 1.5rem;
}

#sidebar-search {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#sidebar-search i.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  color: #888;
}
#sidebar-search i.icon svg {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
}

.sidebar-search-form {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.sidebar-search {
  flex-grow: 1;
  border: none;
  padding: 0.5rem 0.25rem;
  width: 100%;
  color: #333;
  background: transparent;
}
.sidebar-search:focus {
  outline: none;
}

#searchbox {
  padding: 0.5rem 1rem 0;
  margin: 0;
  text-align: center;
}

.with-scroll, pre {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.with-scroll::-webkit-scrollbar, pre::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}
.with-scroll::-webkit-scrollbar-thumb, pre::-webkit-scrollbar-thumb {
  border-radius: 2px;
}
.with-scroll:hover, pre:hover {
  scrollbar-color: #ccc transparent;
}
.with-scroll:hover::-webkit-scrollbar-thumb, pre:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

@media print {
  body {
    margin: 1cm 1cm 1cm 1cm;
  }
  a.headerlink {
    display: none !important;
  }
  #sidebar-container {
    display: none !important;
  }
  #main-container {
    border: none !important;
    overflow: visible !important;
  }
  #mobile-header {
    display: none !important;
  }
  #main-wrapper {
    height: auto !important;
    overflow-y: visible !important;
  }
  #main-wrapper pre {
    border: 1px solid black;
  }
  .related-pages {
    display: none;
  }
  #toc-column {
    display: none !important;
  }
}
p.caption {
  font-weight: bold;
}

/*# sourceMappingURL=theme.css.map */
</pre></body></html>