Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Chucheng <me@wangchucheng.com>2022-02-10 07:40:11 +0300
committerGitHub <noreply@github.com>2022-02-10 07:40:11 +0300
commitacb3dc575ce5c37bafacfeea886f1ce845b86e21 (patch)
treec623974b1690eafe81dba515bb8e9dc0b20169a3
parent27dd13c1bba6160519247f6a73e6be1770fe7b89 (diff)
style: improve readability on mobile devices (#166)
-rw-r--r--assets/css/prose.css8
-rw-r--r--layouts/_default/baseof.html56
-rw-r--r--layouts/_default/single.html2
-rw-r--r--layouts/authors/list.html22
-rw-r--r--layouts/index.html145
-rw-r--r--layouts/partials/components/list-article.html2
-rw-r--r--layouts/partials/components/post-article.html2
-rw-r--r--layouts/partials/components/post-toc.html2
-rw-r--r--layouts/partials/components/summary-masonry.html2
-rw-r--r--layouts/partials/head.html2
-rw-r--r--layouts/partials/utils/get-summary.html2
-rw-r--r--layouts/partials/widgets/about.html2
-rw-r--r--layouts/partials/widgets/experience.html2
-rw-r--r--resources/_gen/assets/css/css/eureka.css_5423b02c25971c3328ec4f49ccfb7444.content2
-rw-r--r--resources/_gen/assets/css/css/eureka.css_5423b02c25971c3328ec4f49ccfb7444.json2
15 files changed, 146 insertions, 107 deletions
diff --git a/assets/css/prose.css b/assets/css/prose.css
index bdcc77e..87fe04b 100644
--- a/assets/css/prose.css
+++ b/assets/css/prose.css
@@ -1,9 +1,5 @@
-.prose blockquote {
- @apply overflow-x-auto;
-}
-
-.prose code {
- @apply break-words;
+.prose {
+ @apply max-w-full break-words;
}
.prose .katex {
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index e697430..9693e3e 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,29 +1,35 @@
<!DOCTYPE html>
-<html lang='{{ .Site.LanguageCode }}' dir='{{ .Site.Language.LanguageDirection | default "ltr" }}' {{ if eq .Site.Params.colorScheme "dark" }}class="dark" {{ end }}>
-{{- partial "head" . }}
+<html
+ lang="{{ .Site.LanguageCode }}"
+ dir="{{ .Site.Language.LanguageDirection | default "ltr" }}"
+ {{ if eq .Site.Params.colorScheme "dark" }}class="dark"{{ end }}
+>
+ {{- partial "head" . }}
-<body class="flex flex-col min-h-screen">
- <header class="fixed flex items-center w-full min-h-16 ps-scrollbar z-50 bg-secondary-bg shadow-sm">
- <div class="w-full max-w-screen-xl mx-auto">
- {{- partial "header" . -}}
- </div>
- </header>
- <main class="grow pt-16">
- {{- if or .IsHome (and (eq .Type "authors") (eq .Kind "term")) }}
- {{- block "main" . }}{{- end }}
- {{- else }}
- <div class="ps-scrollbar">
- <div class="w-full max-w-screen-xl lg:px-4 xl:px-8 mx-auto">
+
+ <body class="flex min-h-screen flex-col">
+ <header
+ class="min-h-16 pl-scrollbar bg-secondary-bg fixed z-50 flex w-full items-center shadow-sm"
+ >
+ <div class="mx-auto w-full max-w-screen-xl">
+ {{- partial "header" . -}}
+ </div>
+ </header>
+ <main class="grow pt-16">
+ {{- if or .IsHome (and (eq .Type "authors") (eq .Kind "term")) }}
{{- block "main" . }}{{- end }}
+ {{- else }}
+ <div class="pl-scrollbar">
+ <div class="mx-auto w-full max-w-screen-xl lg:px-4 xl:px-8">
+ {{- block "main" . }}{{- end }}
+ </div>
+ </div>
+ {{ end }}
+ </main>
+ <footer class="pl-scrollbar">
+ <div class="mx-auto w-full max-w-screen-xl">
+ {{- partial "footer" . -}}
</div>
- </div>
- {{ end }}
- </main>
- <footer class="ps-scrollbar">
- <div class="w-full max-w-screen-xl mx-auto">
- {{- partial "footer" . -}}
- </div>
- </footer>
-</body>
-
-</html> \ No newline at end of file
+ </footer>
+ </body>
+</html>
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 04a81d9..e8a075d 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -38,7 +38,7 @@
<div
class="{{ if not $hasSidebar }}
{{- print "lg:col-start-2" -}}
- {{ end }} bg-secondary-bg prose col-span-2 max-w-none rounded p-6 lg:col-span-6"
+ {{ end }} bg-secondary-bg prose col-span-2 rounded p-6 lg:col-span-6"
>
<h3>{{ i18n "seeAlso" }}</h3>
{{ range . }}
diff --git a/layouts/authors/list.html b/layouts/authors/list.html
index b84a88f..02ac3a3 100644
--- a/layouts/authors/list.html
+++ b/layouts/authors/list.html
@@ -1,16 +1,16 @@
{{ define "main" }}
-<div class="ps-scrollbar bg-secondary-bg">
- <div class="max-w-screen-xl mx-auto">
- <div class="lg:w-3/4 mx-auto px-6 md:px-8 xl:px-12 py-12">
- {{ partial "widgets/about" . }}
+ <div class="pl-scrollbar bg-secondary-bg">
+ <div class="mx-auto max-w-screen-xl">
+ <div class="mx-auto px-6 py-12 md:px-8 lg:w-3/4 xl:px-12">
+ {{ partial "widgets/about" . }}
+ </div>
</div>
</div>
-</div>
-<div class="ps-scrollbar bg-primary-bg">
- <div class="max-w-screen-xl mx-auto">
- <div class="lg:w-3/4 mx-auto px-6 md:px-8 xl:px-12 py-12">
- {{ partial "components/summary-list-plain" .Pages }}
+ <div class="pl-scrollbar bg-primary-bg">
+ <div class="mx-auto max-w-screen-xl">
+ <div class="mx-auto px-6 py-12 md:px-8 lg:w-3/4 xl:px-12">
+ {{ partial "components/summary-list-plain" .Pages }}
+ </div>
</div>
</div>
-</div>
-{{ end }} \ No newline at end of file
+{{ end }}
diff --git a/layouts/index.html b/layouts/index.html
index 06f9516..d13ecce 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -8,44 +8,51 @@
{{ errorf "Failed to find widget param in %q" .Path }}
{{ end }}
- {{/* Deprecation warning(v1.0.0) starts */}}
+ {{/* Deprecation warning(v1.0.0) starts */}}
{{ else }}
{{ warnf "Param 'hero' in params.toml is deprecated and will be removed in Eureka v1.0.0. See https://www.wangchucheng.com/en/docs/hugo-eureka/homepage-configuration/" }}
- <div class="bg-secondary-bg ps-scrollbar">
- <div class="max-w-screen-xl mx-auto">
- <div class="grid grid-cols-9 grid-rows-5 h-(screen-16)">
- {{- $imgLeft := partial "utils/get-image" (dict "context" . "url" .Site.Params.hero.imgLeft)}}
+ <div class="bg-secondary-bg pl-scrollbar">
+ <div class="mx-auto max-w-screen-xl">
+ <div class="h-(screen-16) grid grid-cols-9 grid-rows-5">
+ {{- $imgLeft := partial "utils/get-image" (dict "context" . "url" .Site.Params.hero.imgLeft) }}
{{- with $imgLeft }}
- <div class="col-start-2 col-span-4 row-start-3 row-span-2 bg-local bg-cover z-10 shadow-2xl"
- style="background-image: url({{ . }});"></div>
+ <div
+ class="z-10 col-span-4 col-start-2 row-span-2 row-start-3 bg-cover bg-local shadow-2xl"
+ style="background-image: url({{ . }});"
+ ></div>
{{- end }}
-
- <div class="col-start-3 col-span-5 row-start-2 row-span-3 z-20">
- <div class="flex flex-col items-center justify-center min-h-full">
- <div class="bg-white bg-opacity-75 shadow-2xl -m-12 p-12">
- <span class="font-bold text-black text-opacity-75 text-2xl md:text-3xl">{{ .Site.Params.hero.slogan }}</span>
+
+
+ <div class="z-20 col-span-5 col-start-3 row-span-3 row-start-2">
+ <div class="flex min-h-full flex-col items-center justify-center">
+ <div class="-m-12 bg-white bg-opacity-75 p-12 shadow-2xl">
+ <span
+ class="text-2xl font-bold text-black text-opacity-75 md:text-3xl"
+ >{{ .Site.Params.hero.slogan }}</span
+ >
</div>
</div>
</div>
- {{- $imgRight := partial "utils/get-image" (dict "context" . "url" .Site.Params.hero.imgRight)}}
+ {{- $imgRight := partial "utils/get-image" (dict "context" . "url" .Site.Params.hero.imgRight) }}
{{- with $imgRight }}
- <div class="col-start-5 col-span-4 row-start-2 row-span-2 bg-local bg-cover shadow-2xl"
- style="background-image: url({{ . }});">
- </div>
+ <div
+ class="col-span-4 col-start-5 row-span-2 row-start-2 bg-cover bg-local shadow-2xl"
+ style="background-image: url({{ . }});"
+ ></div>
{{- end }}
</div>
</div>
</div>
- <div class="ps-scrollbar">
- <div class="max-w-screen-xl mx-auto">
+ <div class="pl-scrollbar">
+ <div class="mx-auto max-w-screen-xl">
<div class="pt-12 md:px-4 xl:px-8">
{{- $pages := where site.RegularPages "Type" "in" site.Params.mainSections }}
{{- partial "components/masonry" $pages }}
</div>
</div>
</div>
- {{/* Deprecation warning(v1.0.0) ends */}}
-
+ {{/* Deprecation warning(v1.0.0) ends */}}
+
{{ end }}
{{- end }}
@@ -54,14 +61,14 @@
{{ $fullScreenWidgets := slice "vintage" }}
- {{/* background config */}}
+ {{/* background config */}}
{{ $backgroundClass := "" }}
{{ $backgroundStyle := "" }}
{{ if $widget.background.image }}
{{ $image := partial "utils/get-image.html" (dict "context" . "url" $widget.background.image) }}
{{ $backgroundStyle = print $backgroundStyle "background-image: url(" $image ");" }}
- {{/* background size */}}
+ {{/* background size */}}
{{ $size := $widget.background.size }}
{{ $sizeOptions := dict "auto" "bg-auto" "cover" "bg-cover" "contain" "bg-contain" }}
{{ if $size }}
@@ -69,11 +76,11 @@
{{ if $size }}
{{ $backgroundClass = print $backgroundClass " " $size }}
{{ else }}
- {{/* TODO error */}}
+ {{/* TODO error */}}
{{ end }}
{{ end }}
- {{/* background position */}}
+ {{/* background position */}}
{{ $position := $widget.background.position }}
{{ $positionOptions := dict "center" "bg-center" "top" "bg-top" "right" "bg-right" "bottom" "bg-bottom" "left" "bg-left" }}
{{ if $position }}
@@ -81,11 +88,11 @@
{{ if $position }}
{{ $backgroundClass = print $backgroundClass " " $position }}
{{ else }}
- {{/* TODO error */}}
+ {{/* TODO error */}}
{{ end }}
{{ end }}
- {{/* background position */}}
+ {{/* background position */}}
{{ $attachment := $widget.background.attachment }}
{{ $attachmentOptions := dict "fixed" "bg-fixed" "local" "bg-local" "scroll" "bg-scroll" }}
{{ if $attachment }}
@@ -93,12 +100,12 @@
{{ if $attachment }}
{{ $backgroundClass = print $backgroundClass " " $attachment }}
{{ else }}
- {{/* TODO error */}}
+ {{/* TODO error */}}
{{ end }}
{{ end }}
{{ else }}
- {{/* background color */}}
+ {{/* background color */}}
{{ $color := $widget.background.color }}
{{ $colorOptions := dict "primary" "bg-primary-bg" "secondary" "bg-secondary-bg" "tertiary" "bg-tertiary-bg" }}
{{ if $color }}
@@ -106,7 +113,7 @@
{{ if $colorClass }}
{{ $backgroundClass = print $backgroundClass " " $colorClass }}
{{ else }}
- {{ $backgroundStyle = print $backgroundStyle "background-color: " $color ";"}}
+ {{ $backgroundStyle = print $backgroundStyle "background-color: " $color ";" }}
{{ end }}
{{ else }}
{{ $colorClass := index $colorOptions "primary" }}
@@ -114,11 +121,11 @@
{{ end }}
{{ end }}
- {{/* widget config */}}
+ {{/* widget config */}}
{{ $widgetClass := "" }}
-
+
{{ if not (in $fullScreenWidgets $widget.handler) }}
- {{/* widget width */}}
+ {{/* widget width */}}
{{ $width := $widget.width }}
{{ $widthOptions := dict "sm" "lg:w-2/3" "md" "lg:w-3/4" "lg" "lg:w-4/5" "xl" "w-full" }}
{{ if $width }}
@@ -131,7 +138,7 @@
{{ $widgetClass = print $widgetClass " " $widthClass }}
{{ end }}
- {{/* widget height */}}
+ {{/* widget height */}}
{{ $height := $widget.height }}
{{ $heightOptions := dict "sm" "h-64" "md" "h-96" "lg" "h-128" "xl" "h-160" "screen" "h-(screen-16)" }}
{{ if $height }}
@@ -143,10 +150,20 @@
{{ $widgetClass = print $widgetClass " mx-auto px-6 md:px-8 xl:px-12 py-12" }}
{{ end }}
- <div class="ps-scrollbar {{ with $backgroundClass -}}{{ partial "utils/standardize-classes" . }}{{- end }}"
- {{ with $backgroundStyle }} style="{{ . | safeCSS }}" {{ end }}>
- <div class="max-w-screen-xl mx-auto">
- <div id="{{ .File.BaseFileName }}" class="{{ with $widgetClass -}}{{ partial "utils/standardize-classes" . }}{{- end }}">
+
+ <div
+ class="pl-scrollbar {{ with $backgroundClass -}}
+ {{ partial "utils/standardize-classes" . }}
+ {{- end }}"
+ {{ with $backgroundStyle }}style="{{ . | safeCSS }}"{{ end }}
+ >
+ <div class="mx-auto max-w-screen-xl">
+ <div
+ id="{{ .File.BaseFileName }}"
+ class="{{ with $widgetClass -}}
+ {{ partial "utils/standardize-classes" . }}
+ {{- end }}"
+ >
{{ partial "widgets/load-sidebar" . }}
</div>
</div>
@@ -159,7 +176,7 @@
{{ if $sidebar.position }}
{{ $scaleClass := "" }}
- {{/* widget width */}}
+ {{/* widget width */}}
{{ $scale := $sidebar.scale }}
{{ $scaleOptions := dict "sm" "lg:w-1/5" "md" "lg:w-1/4" "lg" "lg:w-1/3" "xl" "lg:w-1/2" }}
{{ if $scale }}
@@ -167,34 +184,54 @@
{{ else }}
{{ $scaleClass = index $scaleOptions "md" }}
{{ end }}
- <div class="flex flex-col {{ if eq $sidebar.position "right" -}} lg:flex-row-reverse {{- else -}} lg:flex-row {{- end }}">
- <div class="flex-none {{ with $scaleClass -}}{{ partial "utils/standardize-classes" . }}{{- end }} {{ if eq $sidebar.position "left" -}} lg:me-4 {{- else -}} lg:ms-4 {{- end }}">
- <h2 class="font-bold text-3xl my-4">{{ .Params.Title }}</h2>
+ <div
+ class="{{ if eq $sidebar.position "right" -}}
+ lg:flex-row-reverse
+ {{- else -}}
+ lg:flex-row
+ {{- end }} flex flex-col"
+ >
+ <div
+ class="{{ with $scaleClass -}}
+ {{ partial "utils/standardize-classes" . }}
+ {{- end }} {{ if eq $sidebar.position "left" -}}
+ lg:me-4
+ {{- else -}}
+ lg:ms-4
+ {{- end }} flex-none"
+ >
+ <h2 class="my-4 text-3xl font-bold">{{ .Params.Title }}</h2>
</div>
- <div class="grow {{ if eq $sidebar.position "right" -}} lg:me-4 {{- else -}} lg:ms-4 {{- end }}">
- {{/* Deprecation warning(v1.0.0) starts */}}
+ <div
+ class="{{ if eq $sidebar.position "right" -}}
+ lg:me-4
+ {{- else -}}
+ lg:ms-4
+ {{- end }} grow"
+ >
+ {{/* Deprecation warning(v1.0.0) starts */}}
{{- if eq .Params.widget.handler "experiences" }}
{{- warnf "Value `experiences` for `widget.handler` in %s is deprecated and will be removed in Eureka v1.0.0. Please use `experience` instead." .File.Path }}
{{ partial (printf "widgets/%s" "experience") . }}
{{- else }}
- {{/* Deprecation warning(v1.0.0) ends */}}
- {{ partial (printf "widgets/%s" .Params.widget.handler) . }}
- {{/* Deprecation warning(v1.0.0) starts */}}
+ {{/* Deprecation warning(v1.0.0) ends */}}
+ {{ partial (printf "widgets/%s" .Params.widget.handler) . }}
+ {{/* Deprecation warning(v1.0.0) starts */}}
{{- end }}
- {{/* Deprecation warning(v1.0.0) ends */}}
-
+ {{/* Deprecation warning(v1.0.0) ends */}}
+
</div>
</div>
{{ else }}
- {{/* Deprecation warning(v1.0.0) starts */}}
+ {{/* Deprecation warning(v1.0.0) starts */}}
{{- if eq .Params.widget.handler "experiences" }}
{{- warnf "Value `experiences` for `widget.handler` in %s is deprecated and will be removed in Eureka v1.0.0. Please use `experience` instead." .File.Path }}
{{ partial (printf "widgets/%s" "experience") . }}
{{- else }}
- {{/* Deprecation warning(v1.0.0) ends */}}
- {{ partial (printf "widgets/%s" .Params.widget.handler) . }}
- {{/* Deprecation warning(v1.0.0) starts */}}
+ {{/* Deprecation warning(v1.0.0) ends */}}
+ {{ partial (printf "widgets/%s" .Params.widget.handler) . }}
+ {{/* Deprecation warning(v1.0.0) starts */}}
{{- end }}
- {{/* Deprecation warning(v1.0.0) ends */}}
+ {{/* Deprecation warning(v1.0.0) ends */}}
{{ end }}
-{{ end }} \ No newline at end of file
+{{ end }}
diff --git a/layouts/partials/components/list-article.html b/layouts/partials/components/list-article.html
index edd6096..f81c2ac 100644
--- a/layouts/partials/components/list-article.html
+++ b/layouts/partials/components/list-article.html
@@ -1,4 +1,4 @@
-<article class="prose mx-6 my-8 max-w-none">
+<article class="prose mx-6 my-8">
<h1>{{ .Title }}</h1>
{{ with .Content }}
{{ . }}
diff --git a/layouts/partials/components/post-article.html b/layouts/partials/components/post-article.html
index 0cbadd8..f558cbe 100644
--- a/layouts/partials/components/post-article.html
+++ b/layouts/partials/components/post-article.html
@@ -1,4 +1,4 @@
-<article class="prose max-w-none">
+<article class="prose">
<h1 class="mb-4">{{ .Title }}</h1>
{{ partial "components/post-metadata" . }}
diff --git a/layouts/partials/components/post-toc.html b/layouts/partials/components/post-toc.html
index 46de312..2fe2ac4 100644
--- a/layouts/partials/components/post-toc.html
+++ b/layouts/partials/components/post-toc.html
@@ -3,7 +3,7 @@
bg-secondary-bg
{{ else }}
bg-primary-bg
- {{ end }} prose sticky top-16 z-10 hidden max-w-none px-6 py-4 lg:block"
+ {{ end }} prose sticky top-16 z-10 hidden px-6 py-4 lg:block"
>
<h3>{{ i18n "onThisPage" }}</h3>
</div>
diff --git a/layouts/partials/components/summary-masonry.html b/layouts/partials/components/summary-masonry.html
index a9186cd..9a3cecb 100644
--- a/layouts/partials/components/summary-masonry.html
+++ b/layouts/partials/components/summary-masonry.html
@@ -5,7 +5,7 @@
{{ with $featured }}
{{ . }}
{{ end }}
- <div class="prose max-w-none px-6 pt-6 pb-4">
+ <div class="prose px-6 pt-6 pb-4">
<a href="{{ .Permalink }}" class="no-underline">
<h3 class="mt-0">{{ .LinkTitle }}</h3>
</a>
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index e780290..a1e7a3f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,5 +1,5 @@
<meta charset="utf-8">
-<meta name="viewport" content="width=device-width">
+<meta name="viewport" content="width=device-width, initial-scale=1">
{{ define "partials/get-title" }}
{{ $separator := .Site.Params.titleSeparator | default "|" }}
diff --git a/layouts/partials/utils/get-summary.html b/layouts/partials/utils/get-summary.html
index 0909938..367075b 100644
--- a/layouts/partials/utils/get-summary.html
+++ b/layouts/partials/utils/get-summary.html
@@ -1,4 +1,4 @@
-<div class="prose max-w-none">
+<div class="prose">
<a href="{{ .Permalink }}" class="no-underline">
<h3 class="mt-0">{{ .LinkTitle }}</h3>
</a>
diff --git a/layouts/partials/widgets/about.html b/layouts/partials/widgets/about.html
index 9633439..2a786e1 100644
--- a/layouts/partials/widgets/about.html
+++ b/layouts/partials/widgets/about.html
@@ -46,6 +46,6 @@
{{ end }}
</div>
</div>
-<div class="prose max-w-none">
+<div class="prose">
{{ .Content }}
</div>
diff --git a/layouts/partials/widgets/experience.html b/layouts/partials/widgets/experience.html
index 5b2d508..267ab23 100644
--- a/layouts/partials/widgets/experience.html
+++ b/layouts/partials/widgets/experience.html
@@ -1,7 +1,7 @@
{{ range .Params.experiences }}
<div class="mb-6">
<div
- class="bg-secondary-bg prose dark:border-tertiary-bg max-w-none rounded border p-6 transition duration-200 ease-in-out hover:shadow-lg"
+ class="bg-secondary-bg prose dark:border-tertiary-bg rounded border p-6 transition duration-200 ease-in-out hover:shadow-lg"
>
<h3 class="">{{ .title }}</h3>
<div class="flex flex-col md:flex-row md:justify-between">
diff --git a/resources/_gen/assets/css/css/eureka.css_5423b02c25971c3328ec4f49ccfb7444.content b/resources/_gen/assets/css/css/eureka.css_5423b02c25971c3328ec4f49ccfb7444.content
index bc2da30..39ca675 100644
--- a/resources/_gen/assets/css/css/eureka.css_5423b02c25971c3328ec4f49ccfb7444.content
+++ b/resources/_gen/assets/css/css/eureka.css_5423b02c25971c3328ec4f49ccfb7444.content
@@ -1 +1 @@
-/*!tailwindcss v3.0.17 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }:root{--color-eureka:#38b2ac;--color-primary-bg:#f2f2f7;--color-secondary-bg:#fff;--color-tertiary-bg:#f2f2f7;--color-primary-text:rgba(0,0,0,.85);--color-secondary-text:rgba(0,0,0,.7);--color-tertiary-text:rgba(0,0,0,.55);background-color:var(--color-primary-bg);color:var(--color-secondary-text);font-family:Lora,Noto Serif SC,serif}.dark{--color-eureka:#38b2ac;--color-primary-bg:#000;--color-secondary-bg:#1c1c1e;--color-tertiary-bg:#2c2c2e;--color-primary-text:hsla(0,0%,100%,.85);--color-secondary-text:hsla(0,0%,100%,.7);--color-tertiary-text:hsla(0,0%,100%,.55)}h1,h2,h3{color:var(--color-primary-text)}a:hover,a:hover *{color:var(--color-eureka);transition-duration:.3s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}code{direction:ltr}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=As]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=as]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type= I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type= i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type= Is]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type= is]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){border-left-color:var(--tw-prose-quote-borders);border-left-width:.25rem;color:var(--tw-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-left:1em;quotes:"\201C""\201D""\2018""\2019"}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:var(--tw-prose-links)}.prose :where(pre):not(:where([class~=not-prose] *)){background-color:var(--tw-prose-pre-bg);border-radius:.375rem;color:var(--tw-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.prose :where(pre code):not(:where([class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;text-align:left;width:100%}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;padding-bottom:.5714286em;padding-left:.5714286em;padding-right:.5714286em;vertical-align:bottom}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){padding:.5714286em;vertical-align:baseline}.prose{--tw-prose-body:var(--color-secondary-text);--tw-prose-headings:var(--color-primary-text);--tw-prose-lead:var(--color-secondary-text);--tw-prose-links:var(--color-primary-text);--tw-prose-bold:var(--color-primary-text);--tw-prose-counters:var(--color-tertiary-text);--tw-prose-bullets:var(--color-tertiary-text);--tw-prose-hr:var(--color-tertiary-bg);--tw-prose-quotes:var(--color-tertiary-text);--tw-prose-quote-borders:var(--color-tertiary-bg);--tw-prose-captions:var(--color-tertiary-text);--tw-prose-code:var(--color-primary-text);--tw-prose-pre-code:var(--color-tertiary-text);--tw-prose-pre-bg:var(--color-tertiary-bg);--tw-prose-th-borders:var(--color-tertiary-bg);--tw-prose-td-borders:var(--color-tertiary-bg);--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(p):not(:where([class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where(img):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(video):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(figure):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(h2 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose :where(li):not(:where([class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose>:where(ul>li p):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose>:where(ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose>:where(ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose>:where(ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose>:where(ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose>:where(:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose>:where(:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose blockquote{overflow-x:auto}.prose code{overflow-wrap:break-word}.prose .katex{overflow-x:auto;overflow-y:hidden}.prose .katex *{border-color:var(--color-primary-text)}.prose :target{margin-top:-4rem;padding-top:4rem}.sticky-toc{position:-webkit-sticky;position:sticky;top:8rem;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:0}.sticky-toc a{color:var(--color-secondary-text);transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.sticky-toc a:hover{color:var(--color-eureka)}.sticky-toc ul{list-style-type:disc}.sticky-toc ol,.sticky-toc ul{-webkit-padding-start:2rem;color:var(--color-tertiary-text);font-size:1rem;line-height:1.5rem;padding-inline-start:2rem}.sticky-toc ol{list-style-type:decimal}.sticky-toc li+li{margin-top:.25rem}.sticky-toc li>p+p{margin-top:1.5rem}.object-contain{-o-object-fit:contain!important;object-fit:contain!important}.pagination{display:flex;justify-content:center}.pagination .page-item{align-items:center;display:flex}.pagination .page-item .page-link{margin:.5rem;padding:.5rem}.pagination .active{color:var(--color-eureka)}.pagination .page-item:not(.disabled):hover{color:var(--color-eureka)}.selected-menu-item{border-bottom-color:transparent;border-top-color:var(--color-eureka);color:var(--color-eureka)}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:-webkit-sticky!important;position:sticky!important}.inset-0{bottom:0!important;left:0!important;right:0!important;top:0!important}.top-16{top:4rem!important}.z-10{z-index:10!important}.z-20{z-index:20!important}.z-50{z-index:50!important}.z-30{z-index:30!important}.z-40{z-index:40!important}.z-0{z-index:0!important}.col-span-4{grid-column:span 4/span 4!important}.col-span-5{grid-column:span 5/span 5!important}.col-span-2{grid-column:span 2/span 2!important}.col-start-2{grid-column-start:2!important}.col-start-3{grid-column-start:3!important}.col-start-5{grid-column-start:5!important}.row-span-2{grid-row:span 2/span 2!important}.row-span-3{grid-row:span 3/span 3!important}.row-start-3{grid-row-start:3!important}.row-start-2{grid-row-start:2!important}.-m-12{margin:-3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-4{margin-bottom:1rem!important;margin-top:1rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-8{margin-bottom:2rem!important;margin-top:2rem!important}.-mx-2{margin-left:-.5rem!important;margin-right:-.5rem!important}.-mx-4{margin-left:-1rem!important;margin-right:-1rem!important}.mt-12{margin-top:3rem!important}.mt-4{margin-top:1rem!important}.mb-4{margin-bottom:1rem!important}.mb-2{margin-bottom:.5rem!important}.mt-2{margin-top:.5rem!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.mb-12{margin-bottom:3rem!important}.mt-5{margin-top:1.25rem!important}.box-border{box-sizing:border-box!important}.block{display:block!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.grid{display:grid!important}.hidden{display:none!important}.h-\(screen-16\){height:calc(100vh - 4rem)!important}.h-64{height:16rem!important}.h-96{height:24rem!important}.h-128{height:32rem!important}.h-160{height:40rem!important}.h-full{height:100%!important}.h-4{height:1rem!important}.h-24{height:6rem!important}.min-h-full{min-height:100%!important}.min-h-screen{min-height:100vh!important}.min-h-16{min-height:4rem!important}.w-full{width:100%!important}.w-48{width:12rem!important}.w-4{width:1rem!important}.w-24{width:6rem!important}.w-3\/12{width:25%!important}.max-w-screen-xl{max-width:1280px!important}.max-w-none{max-width:none!important}.flex-none{flex:none!important}.shrink-0{flex-shrink:0!important}.grow{flex-grow:1!important}.cursor-pointer{cursor:pointer!important}.cursor-default{cursor:default!important}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.flex-row{flex-direction:row!important}.flex-col{flex-direction:column!important}.flex-col-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-4{gap:1rem!important}.gap-8{gap:2rem!important}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0!important;border-bottom-width:calc(1px*var(--tw-divide-y-reverse))!important;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))!important}.overflow-hidden{overflow:hidden!important}.overflow-y-auto{overflow-y:auto!important}.rounded{border-radius:.25rem!important}.rounded-full{border-radius:9999px!important}.border{border-width:1px!important}.border-b{border-bottom-width:1px!important}.border-t{border-top-width:1px!important}.border-transparent{border-color:transparent!important}.border-tertiary-bg{border-color:var(--color-tertiary-bg)!important}.bg-secondary-bg{background-color:var(--color-secondary-bg)!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.bg-primary-bg{background-color:var(--color-primary-bg)!important}.bg-tertiary-bg{background-color:var(--color-tertiary-bg)!important}.bg-opacity-75{--tw-bg-opacity:0.75!important}.bg-cover{background-size:cover!important}.bg-auto{background-size:auto!important}.bg-contain{background-size:contain!important}.bg-fixed{background-attachment:fixed!important}.bg-local{background-attachment:local!important}.bg-scroll{background-attachment:scroll!important}.bg-center{background-position:50%!important}.bg-top{background-position:top!important}.bg-right{background-position:100%!important}.bg-bottom{background-position:bottom!important}.bg-left{background-position:0!important}.p-12{padding:3rem!important}.p-6{padding:1.5rem!important}.p-2{padding:.5rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.py-32{padding-bottom:8rem!important;padding-top:8rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-12{padding-bottom:3rem!important;padding-top:3rem!important}.py-8{padding-bottom:2rem!important;padding-top:2rem!important}.py-4{padding-bottom:1rem!important;padding-top:1rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-6{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.pt-12{padding-top:3rem!important}.pt-16{padding-top:4rem!important}.pb-4{padding-bottom:1rem!important}.pt-4{padding-top:1rem!important}.pt-6{padding-top:1.5rem!important}.pb-8{padding-bottom:2rem!important}.pt-2{padding-top:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pb-1{padding-bottom:.25rem!important}.pb-6{padding-bottom:1.5rem!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.font-bold{font-weight:700!important}.font-semibold{font-weight:600!important}.leading-normal{line-height:1.5!important}.text-black{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity))!important}.text-primary-text{color:var(--color-primary-text)!important}.text-eureka{color:var(--color-eureka)!important}.text-tertiary-text{color:var(--color-tertiary-text)!important}.text-opacity-75{--tw-text-opacity:0.75!important}.no-underline{-webkit-text-decoration-line:none!important;text-decoration-line:none!important}.opacity-0{opacity:0!important}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25)!important;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)!important}.shadow-2xl,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important}.transition{transition-duration:.15s!important;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.duration-200{transition-duration:.2s!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.ps-1{-webkit-padding-start:.25rem!important;padding-inline-start:.25rem!important}.ps-4{-webkit-padding-start:1rem!important;padding-inline-start:1rem!important}.pe-4{-webkit-padding-end:1rem!important;padding-inline-end:1rem!important}.ps-6{-webkit-padding-start:1.5rem!important;padding-inline-start:1.5rem!important}.pe-6{-webkit-padding-end:1.5rem!important;padding-inline-end:1.5rem!important}.ps-scrollbar{-webkit-padding-start:calc(100vw - 100%)!important;padding-inline-start:calc(100vw - 100%)!important}.ms-1{-webkit-margin-start:.25rem!important;margin-inline-start:.25rem!important}.me-1{-webkit-margin-end:.25rem!important;margin-inline-end:.25rem!important}.ms-2{-webkit-margin-start:.5rem!important;margin-inline-start:.5rem!important}.me-2{-webkit-margin-end:.5rem!important;margin-inline-end:.5rem!important}.ms-4{-webkit-margin-start:1rem!important;margin-inline-start:1rem!important}.me-4{-webkit-margin-end:1rem!important;margin-inline-end:1rem!important}.me-6{-webkit-margin-end:1.5rem!important;margin-inline-end:1.5rem!important}.ms-8{-webkit-margin-start:2rem!important;margin-inline-start:2rem!important}.me-8{-webkit-margin-end:2rem!important;margin-inline-end:2rem!important}[dir=rtl] .start-0{right:0!important}:not([dir=rtl]) .start-0{left:0!important}[dir=rtl] .end-auto{left:auto!important}:not([dir=rtl]) .end-auto{right:auto!important}.border-e{border-inline-end-width:1px!important}.border-s{border-inline-start-width:1px!important}.hover\:text-eureka:hover{color:var(--color-eureka)!important}.hover\:underline:hover{-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.dark .dark\:border-tertiary-bg{border-color:var(--color-tertiary-bg)!important}@media(min-width:768px){.md\:mx-0{margin-left:0!important;margin-right:0!important}.md\:mt-0{margin-top:0!important}.md\:block{display:block!important}.md\:inline-block{display:inline-block!important}.md\:flex{display:flex!important}.md\:hidden{display:none!important}.md\:h-16{height:4rem!important}.md\:h-\(16-4px\){height:calc(4rem - 4px)!important}.md\:max-h-doc-sidebar{max-height:calc(100vh - 4rem - var(--height-doc-title,4rem))!important}.md\:w-auto{width:auto!important}.md\:w-1\/4{width:25%!important}.md\:w-3\/4{width:75%!important}.md\:grow{flex-grow:1!important}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:flex-row{flex-direction:row!important}.md\:flex-col{flex-direction:column!important}.md\:items-center{align-items:center!important}.md\:justify-end{justify-content:flex-end!important}.md\:justify-between{justify-content:space-between!important}.md\:border-b-0{border-bottom-width:0!important}.md\:border-t-2{border-top-width:2px!important}.md\:border-b-2{border-bottom-width:2px!important}.md\:border-b{border-bottom-width:1px!important}.md\:bg-transparent{background-color:transparent!important}.md\:bg-primary-bg{background-color:var(--color-primary-bg)!important}.md\:bg-secondary-bg{background-color:var(--color-secondary-bg)!important}.md\:px-4{padding-left:1rem!important;padding-right:1rem!important}.md\:px-8{padding-left:2rem!important;padding-right:2rem!important}.md\:py-0{padding-top:0!important}.md\:pb-0,.md\:py-0{padding-bottom:0!important}.md\:pt-0{padding-top:0!important}.md\:pt-8{padding-top:2rem!important}.md\:text-right{text-align:right!important}.md\:text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.md\:leading-\(16-4px\){line-height:calc(4rem - 4px)!important}.md\:text-primary-text{color:var(--color-primary-text)!important}.md\:pe-0{-webkit-padding-end:0!important;padding-inline-end:0!important}.md\:pe-8{-webkit-padding-end:2rem!important;padding-inline-end:2rem!important}.md\:ms-0{-webkit-margin-start:0!important;margin-inline-start:0!important}.md\:me-4{-webkit-margin-end:1rem!important;margin-inline-end:1rem!important}.md\:me-8{-webkit-margin-end:2rem!important;margin-inline-end:2rem!important}[dir=rtl] .md\:end-0{left:0!important}:not([dir=rtl]) .md\:end-0{right:0!important}[dir=rtl] .md\:start-auto{right:auto!important}:not([dir=rtl]) .md\:start-auto{left:auto!important}.md\:border-e{border-inline-end-width:1px!important}}@media(min-width:1024px){.lg\:col-span-6{grid-column:span 6/span 6!important}.lg\:col-start-2{grid-column-start:2!important}.lg\:mb-0{margin-bottom:0!important}.lg\:block{display:block!important}.lg\:w-2\/3{width:66.666667%!important}.lg\:w-3\/4{width:75%!important}.lg\:w-4\/5{width:80%!important}.lg\:w-1\/5{width:20%!important}.lg\:w-1\/4{width:25%!important}.lg\:w-1\/3{width:33.333333%!important}.lg\:w-1\/2{width:50%!important}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.lg\:flex-row{flex-direction:row!important}.lg\:flex-row-reverse{flex-direction:row-reverse!important}.lg\:px-4{padding-left:1rem!important;padding-right:1rem!important}.lg\:pt-12{padding-top:3rem!important}.lg\:ms-4{-webkit-margin-start:1rem!important;margin-inline-start:1rem!important}.lg\:me-4{-webkit-margin-end:1rem!important;margin-inline-end:1rem!important}.lg\:ms-8{-webkit-margin-start:2rem!important;margin-inline-start:2rem!important}}@media(min-width:1280px){.xl\:mx-16{margin-left:4rem!important;margin-right:4rem!important}.xl\:w-2\/12{width:16.666667%!important}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.xl\:px-8{padding-left:2rem!important;padding-right:2rem!important}.xl\:px-12{padding-left:3rem!important;padding-right:3rem!important}} \ No newline at end of file
+/*!tailwindcss v3.0.17 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }:root{--color-eureka:#38b2ac;--color-primary-bg:#f2f2f7;--color-secondary-bg:#fff;--color-tertiary-bg:#f2f2f7;--color-primary-text:rgba(0,0,0,.85);--color-secondary-text:rgba(0,0,0,.7);--color-tertiary-text:rgba(0,0,0,.55);background-color:var(--color-primary-bg);color:var(--color-secondary-text);font-family:Lora,Noto Serif SC,serif}.dark{--color-eureka:#38b2ac;--color-primary-bg:#000;--color-secondary-bg:#1c1c1e;--color-tertiary-bg:#2c2c2e;--color-primary-text:hsla(0,0%,100%,.85);--color-secondary-text:hsla(0,0%,100%,.7);--color-tertiary-text:hsla(0,0%,100%,.55)}h1,h2,h3{color:var(--color-primary-text)}a:hover,a:hover *{color:var(--color-eureka);transition-duration:.3s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}code{direction:ltr}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=As]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=as]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type= I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type= i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type= Is]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type= is]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){border-left-color:var(--tw-prose-quote-borders);border-left-width:.25rem;color:var(--tw-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-left:1em;quotes:"\201C""\201D""\2018""\2019"}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:var(--tw-prose-links)}.prose :where(pre):not(:where([class~=not-prose] *)){background-color:var(--tw-prose-pre-bg);border-radius:.375rem;color:var(--tw-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.prose :where(pre code):not(:where([class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;text-align:left;width:100%}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;padding-bottom:.5714286em;padding-left:.5714286em;padding-right:.5714286em;vertical-align:bottom}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){padding:.5714286em;vertical-align:baseline}.prose{--tw-prose-body:var(--color-secondary-text);--tw-prose-headings:var(--color-primary-text);--tw-prose-lead:var(--color-secondary-text);--tw-prose-links:var(--color-primary-text);--tw-prose-bold:var(--color-primary-text);--tw-prose-counters:var(--color-tertiary-text);--tw-prose-bullets:var(--color-tertiary-text);--tw-prose-hr:var(--color-tertiary-bg);--tw-prose-quotes:var(--color-tertiary-text);--tw-prose-quote-borders:var(--color-tertiary-bg);--tw-prose-captions:var(--color-tertiary-text);--tw-prose-code:var(--color-primary-text);--tw-prose-pre-code:var(--color-tertiary-text);--tw-prose-pre-bg:var(--color-tertiary-bg);--tw-prose-th-borders:var(--color-tertiary-bg);--tw-prose-td-borders:var(--color-tertiary-bg);--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(p):not(:where([class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where(img):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(video):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(figure):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(h2 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose :where(li):not(:where([class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose>:where(ul>li p):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose>:where(ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose>:where(ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose>:where(ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose>:where(ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose>:where(:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose>:where(:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose{max-width:100%;overflow-wrap:break-word}.prose .katex{overflow-x:auto;overflow-y:hidden}.prose .katex *{border-color:var(--color-primary-text)}.prose :target{margin-top:-4rem;padding-top:4rem}.sticky-toc{position:-webkit-sticky;position:sticky;top:8rem;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:0}.sticky-toc a{color:var(--color-secondary-text);transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.sticky-toc a:hover{color:var(--color-eureka)}.sticky-toc ul{list-style-type:disc}.sticky-toc ol,.sticky-toc ul{-webkit-padding-start:2rem;color:var(--color-tertiary-text);font-size:1rem;line-height:1.5rem;padding-inline-start:2rem}.sticky-toc ol{list-style-type:decimal}.sticky-toc li+li{margin-top:.25rem}.sticky-toc li>p+p{margin-top:1.5rem}.object-contain{-o-object-fit:contain!important;object-fit:contain!important}.pagination{display:flex;justify-content:center}.pagination .page-item{align-items:center;display:flex}.pagination .page-item .page-link{margin:.5rem;padding:.5rem}.pagination .active{color:var(--color-eureka)}.pagination .page-item:not(.disabled):hover{color:var(--color-eureka)}.selected-menu-item{border-bottom-color:transparent;border-top-color:var(--color-eureka);color:var(--color-eureka)}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:-webkit-sticky!important;position:sticky!important}.inset-0{bottom:0!important;left:0!important;right:0!important;top:0!important}.top-16{top:4rem!important}.z-10{z-index:10!important}.z-20{z-index:20!important}.z-50{z-index:50!important}.z-30{z-index:30!important}.z-40{z-index:40!important}.z-0{z-index:0!important}.col-span-4{grid-column:span 4/span 4!important}.col-span-5{grid-column:span 5/span 5!important}.col-span-2{grid-column:span 2/span 2!important}.col-start-2{grid-column-start:2!important}.col-start-3{grid-column-start:3!important}.col-start-5{grid-column-start:5!important}.row-span-2{grid-row:span 2/span 2!important}.row-span-3{grid-row:span 3/span 3!important}.row-start-3{grid-row-start:3!important}.row-start-2{grid-row-start:2!important}.-m-12{margin:-3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-4{margin-bottom:1rem!important;margin-top:1rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-8{margin-bottom:2rem!important;margin-top:2rem!important}.-mx-2{margin-left:-.5rem!important;margin-right:-.5rem!important}.-mx-4{margin-left:-1rem!important;margin-right:-1rem!important}.mt-12{margin-top:3rem!important}.mt-4{margin-top:1rem!important}.mb-4{margin-bottom:1rem!important}.mb-2{margin-bottom:.5rem!important}.mt-2{margin-top:.5rem!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.mb-12{margin-bottom:3rem!important}.mt-5{margin-top:1.25rem!important}.box-border{box-sizing:border-box!important}.block{display:block!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.grid{display:grid!important}.hidden{display:none!important}.h-\(screen-16\){height:calc(100vh - 4rem)!important}.h-64{height:16rem!important}.h-96{height:24rem!important}.h-128{height:32rem!important}.h-160{height:40rem!important}.h-full{height:100%!important}.h-4{height:1rem!important}.h-24{height:6rem!important}.min-h-full{min-height:100%!important}.min-h-screen{min-height:100vh!important}.min-h-16{min-height:4rem!important}.w-full{width:100%!important}.w-48{width:12rem!important}.w-4{width:1rem!important}.w-24{width:6rem!important}.w-3\/12{width:25%!important}.max-w-screen-xl{max-width:1280px!important}.max-w-none{max-width:none!important}.flex-none{flex:none!important}.shrink-0{flex-shrink:0!important}.grow{flex-grow:1!important}.cursor-pointer{cursor:pointer!important}.cursor-default{cursor:default!important}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.flex-row{flex-direction:row!important}.flex-col{flex-direction:column!important}.flex-col-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-4{gap:1rem!important}.gap-8{gap:2rem!important}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0!important;border-bottom-width:calc(1px*var(--tw-divide-y-reverse))!important;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))!important}.overflow-hidden{overflow:hidden!important}.overflow-y-auto{overflow-y:auto!important}.rounded{border-radius:.25rem!important}.rounded-full{border-radius:9999px!important}.border{border-width:1px!important}.border-b{border-bottom-width:1px!important}.border-t{border-top-width:1px!important}.border-transparent{border-color:transparent!important}.border-tertiary-bg{border-color:var(--color-tertiary-bg)!important}.bg-secondary-bg{background-color:var(--color-secondary-bg)!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.bg-primary-bg{background-color:var(--color-primary-bg)!important}.bg-tertiary-bg{background-color:var(--color-tertiary-bg)!important}.bg-opacity-75{--tw-bg-opacity:0.75!important}.bg-cover{background-size:cover!important}.bg-auto{background-size:auto!important}.bg-contain{background-size:contain!important}.bg-fixed{background-attachment:fixed!important}.bg-local{background-attachment:local!important}.bg-scroll{background-attachment:scroll!important}.bg-center{background-position:50%!important}.bg-top{background-position:top!important}.bg-right{background-position:100%!important}.bg-bottom{background-position:bottom!important}.bg-left{background-position:0!important}.p-12{padding:3rem!important}.p-6{padding:1.5rem!important}.p-2{padding:.5rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.py-32{padding-bottom:8rem!important;padding-top:8rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-12{padding-bottom:3rem!important;padding-top:3rem!important}.py-8{padding-bottom:2rem!important;padding-top:2rem!important}.py-4{padding-bottom:1rem!important;padding-top:1rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-6{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.pl-scrollbar{padding-left:calc(100vw - 100%)!important}.pt-12{padding-top:3rem!important}.pt-16{padding-top:4rem!important}.pb-4{padding-bottom:1rem!important}.pt-4{padding-top:1rem!important}.pt-6{padding-top:1.5rem!important}.pb-8{padding-bottom:2rem!important}.pt-2{padding-top:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pb-1{padding-bottom:.25rem!important}.pb-6{padding-bottom:1.5rem!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.font-bold{font-weight:700!important}.font-semibold{font-weight:600!important}.leading-normal{line-height:1.5!important}.text-black{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity))!important}.text-primary-text{color:var(--color-primary-text)!important}.text-eureka{color:var(--color-eureka)!important}.text-tertiary-text{color:var(--color-tertiary-text)!important}.text-opacity-75{--tw-text-opacity:0.75!important}.no-underline{-webkit-text-decoration-line:none!important;text-decoration-line:none!important}.opacity-0{opacity:0!important}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25)!important;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)!important}.shadow-2xl,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important}.transition{transition-duration:.15s!important;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.duration-200{transition-duration:.2s!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.ps-1{-webkit-padding-start:.25rem!important;padding-inline-start:.25rem!important}.ps-4{-webkit-padding-start:1rem!important;padding-inline-start:1rem!important}.pe-4{-webkit-padding-end:1rem!important;padding-inline-end:1rem!important}.ps-6{-webkit-padding-start:1.5rem!important;padding-inline-start:1.5rem!important}.pe-6{-webkit-padding-end:1.5rem!important;padding-inline-end:1.5rem!important}.ms-1{-webkit-margin-start:.25rem!important;margin-inline-start:.25rem!important}.me-1{-webkit-margin-end:.25rem!important;margin-inline-end:.25rem!important}.ms-2{-webkit-margin-start:.5rem!important;margin-inline-start:.5rem!important}.me-2{-webkit-margin-end:.5rem!important;margin-inline-end:.5rem!important}.ms-4{-webkit-margin-start:1rem!important;margin-inline-start:1rem!important}.me-4{-webkit-margin-end:1rem!important;margin-inline-end:1rem!important}.me-6{-webkit-margin-end:1.5rem!important;margin-inline-end:1.5rem!important}.ms-8{-webkit-margin-start:2rem!important;margin-inline-start:2rem!important}.me-8{-webkit-margin-end:2rem!important;margin-inline-end:2rem!important}[dir=rtl] .start-0{right:0!important}:not([dir=rtl]) .start-0{left:0!important}[dir=rtl] .end-auto{left:auto!important}:not([dir=rtl]) .end-auto{right:auto!important}.border-e{border-inline-end-width:1px!important}.border-s{border-inline-start-width:1px!important}.hover\:text-eureka:hover{color:var(--color-eureka)!important}.hover\:underline:hover{-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.dark .dark\:border-tertiary-bg{border-color:var(--color-tertiary-bg)!important}@media(min-width:768px){.md\:mx-0{margin-left:0!important;margin-right:0!important}.md\:mt-0{margin-top:0!important}.md\:block{display:block!important}.md\:inline-block{display:inline-block!important}.md\:flex{display:flex!important}.md\:hidden{display:none!important}.md\:h-16{height:4rem!important}.md\:h-\(16-4px\){height:calc(4rem - 4px)!important}.md\:max-h-doc-sidebar{max-height:calc(100vh - 4rem - var(--height-doc-title,4rem))!important}.md\:w-auto{width:auto!important}.md\:w-1\/4{width:25%!important}.md\:w-3\/4{width:75%!important}.md\:grow{flex-grow:1!important}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:flex-row{flex-direction:row!important}.md\:flex-col{flex-direction:column!important}.md\:items-center{align-items:center!important}.md\:justify-end{justify-content:flex-end!important}.md\:justify-between{justify-content:space-between!important}.md\:border-b-0{border-bottom-width:0!important}.md\:border-t-2{border-top-width:2px!important}.md\:border-b-2{border-bottom-width:2px!important}.md\:border-b{border-bottom-width:1px!important}.md\:bg-transparent{background-color:transparent!important}.md\:bg-primary-bg{background-color:var(--color-primary-bg)!important}.md\:bg-secondary-bg{background-color:var(--color-secondary-bg)!important}.md\:px-4{padding-left:1rem!important;padding-right:1rem!important}.md\:px-8{padding-left:2rem!important;padding-right:2rem!important}.md\:py-0{padding-top:0!important}.md\:pb-0,.md\:py-0{padding-bottom:0!important}.md\:pt-0{padding-top:0!important}.md\:pt-8{padding-top:2rem!important}.md\:text-right{text-align:right!important}.md\:text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.md\:leading-\(16-4px\){line-height:calc(4rem - 4px)!important}.md\:text-primary-text{color:var(--color-primary-text)!important}.md\:pe-0{-webkit-padding-end:0!important;padding-inline-end:0!important}.md\:pe-8{-webkit-padding-end:2rem!important;padding-inline-end:2rem!important}.md\:ms-0{-webkit-margin-start:0!important;margin-inline-start:0!important}.md\:me-4{-webkit-margin-end:1rem!important;margin-inline-end:1rem!important}.md\:me-8{-webkit-margin-end:2rem!important;margin-inline-end:2rem!important}[dir=rtl] .md\:end-0{left:0!important}:not([dir=rtl]) .md\:end-0{right:0!important}[dir=rtl] .md\:start-auto{right:auto!important}:not([dir=rtl]) .md\:start-auto{left:auto!important}.md\:border-e{border-inline-end-width:1px!important}}@media(min-width:1024px){.lg\:col-span-6{grid-column:span 6/span 6!important}.lg\:col-start-2{grid-column-start:2!important}.lg\:mb-0{margin-bottom:0!important}.lg\:block{display:block!important}.lg\:w-2\/3{width:66.666667%!important}.lg\:w-3\/4{width:75%!important}.lg\:w-4\/5{width:80%!important}.lg\:w-1\/5{width:20%!important}.lg\:w-1\/4{width:25%!important}.lg\:w-1\/3{width:33.333333%!important}.lg\:w-1\/2{width:50%!important}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.lg\:flex-row{flex-direction:row!important}.lg\:flex-row-reverse{flex-direction:row-reverse!important}.lg\:px-4{padding-left:1rem!important;padding-right:1rem!important}.lg\:pt-12{padding-top:3rem!important}.lg\:ms-4{-webkit-margin-start:1rem!important;margin-inline-start:1rem!important}.lg\:me-4{-webkit-margin-end:1rem!important;margin-inline-end:1rem!important}.lg\:ms-8{-webkit-margin-start:2rem!important;margin-inline-start:2rem!important}}@media(min-width:1280px){.xl\:mx-16{margin-left:4rem!important;margin-right:4rem!important}.xl\:w-2\/12{width:16.666667%!important}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.xl\:px-8{padding-left:2rem!important;padding-right:2rem!important}.xl\:px-12{padding-left:3rem!important;padding-right:3rem!important}} \ No newline at end of file
diff --git a/resources/_gen/assets/css/css/eureka.css_5423b02c25971c3328ec4f49ccfb7444.json b/resources/_gen/assets/css/css/eureka.css_5423b02c25971c3328ec4f49ccfb7444.json
index c626f07..7a8856e 100644
--- a/resources/_gen/assets/css/css/eureka.css_5423b02c25971c3328ec4f49ccfb7444.json
+++ b/resources/_gen/assets/css/css/eureka.css_5423b02c25971c3328ec4f49ccfb7444.json
@@ -1 +1 @@
-{"Target":"css/eureka.min.489178c34c65e9e7a551ec97746afc50cea683d38ca7ea5b9e271792983072b9a95bd03be66da5c86aa01269303b91cd.css","MediaType":"text/css","Data":{"Integrity":"sha384-SJF4w0xl6eelUeyXdGr8UM6mg9OMp+pbnicXkpgwcrmpW9A75m2lyGqgEmkwO5HN"}} \ No newline at end of file
+{"Target":"css/eureka.min.38019988737ca366e80192ac2f8fca8268c95735dd17960cfb38c089eb46a66fca58d02e9b5d5fb0f6d88cd1dea01f27.css","MediaType":"text/css","Data":{"Integrity":"sha384-OAGZiHN8o2boAZKsL4/KgmjJVzXdF5YM+zjAietGpm/KWNAum11fsPbYjNHeoB8n"}} \ No newline at end of file