@layer encre_base {
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}

::before, ::after {
  --en-content: '';
}

html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

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;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  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;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

:-moz-focusring {
  outline: auto;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

ol, ul, menu {
  list-style: none;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

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

button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}

:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}

:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}

::file-selector-button {
  margin-inline-end: 4px;
}

::placeholder {
  opacity: 1;
}

@supports (not (-webkit-appearance: -apple-pay-button)) /* Not Safari */ or (contain-intrinsic-size: 1px) /* Safari 17+ */ {
  ::placeholder {
    color: color-mix(in oklab, currentcolor 50%, transparent);
  }
}

textarea {
  resize: vertical;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}

:-moz-ui-invalid {
  box-shadow: none;
}

button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}

*, ::before, ::after, ::backdrop, ::-webkit-backdrop {
  --en-border-spacing-x: 0;
  --en-border-spacing-y: 0;
  --en-translate-x: 0;
  --en-translate-y: 0;
  --en-translate-z: 0;
  --en-rotate-x: 0;
  --en-rotate-y: 0;
  --en-rotate-z: 0;
  --en-skew-x: 0;
  --en-skew-y: 0;
  --en-scale-x: 1;
  --en-scale-y: 1;
  --en-scale-z: 1;
  --en-pan-x: ;
  --en-pan-y: ;
  --en-pinch-zoom: ;
  --en-scroll-snap-strictness: proximity;
  --en-ordinal: ;
  --en-slashed-zero: ;
  --en-numeric-figure: ;
  --en-numeric-spacing: ;
  --en-numeric-fraction: ;
  --en-ring-inset: ;
  --en-ring-offset-width: 0px;
  --en-ring-offset-color: #fff;
  --en-ring-color: currentColor;
  --en-ring-offset-shadow: 0 0 #0000;
  --en-ring-shadow: 0 0 #0000;
  --en-shadow: 0 0 #0000;
  --en-shadow-colored: 0 0 #0000;
  --en-blur: ;
  --en-brightness: ;
  --en-contrast: ;
  --en-grayscale: ;
  --en-hue-rotate: ;
  --en-invert: ;
  --en-saturate: ;
  --en-sepia: ;
  --en-drop-shadow: ;
  --en-backdrop-blur: ;
  --en-backdrop-brightness: ;
  --en-backdrop-contrast: ;
  --en-backdrop-grayscale: ;
  --en-backdrop-hue-rotate: ;
  --en-backdrop-invert: ;
  --en-backdrop-opacity: ;
  --en-backdrop-saturate: ;
  --en-backdrop-sepia: ;
}

.prose {
  color: var(--en-prose-body);
  max-width: 65ch;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--en-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--en-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--en-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  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="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):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="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):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;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--en-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--en-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--en-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--en-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--en-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.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(--en-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--en-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--en-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--en-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--en-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--en-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.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: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--en-prose-pre-code);
  background-color: var(--en-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.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"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--en-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--en-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--en-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--en-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > 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-top: 0.75em;
  margin-bottom: 0.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, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(:not(kbd) > kbd):not(:where([class~="not-prose"] *)) {
  background-color: var(--en-prose-kbd-bg);
  color: var(--en-prose-kbd-text);
  padding: 0.2em 0.3em;
  border-radius: 0.4em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose {
  --en-prose-body: #374151;
  --en-prose-headings: #111827;
  --en-prose-lead: #4b5563;
  --en-prose-links: #111827;
  --en-prose-bold: #111827;
  --en-prose-counters: #6b7280;
  --en-prose-bullets: #d1d5db;
  --en-prose-hr: #e5e7eb;
  --en-prose-quotes: #111827;
  --en-prose-quote-borders: #e5e7eb;
  --en-prose-captions: #6b7280;
  --en-prose-code: #111827;
  --en-prose-pre-code: #e5e7eb;
  --en-prose-pre-bg: #1f2937;
  --en-prose-th-borders: #d1d5db;
  --en-prose-td-borders: #e5e7eb;
  --en-prose-kbd-text: #e5e7eb;
  --en-prose-kbd-bg: #1f2937;
  --en-prose-invert-body: #d1d5db;
  --en-prose-invert-headings: #fff;
  --en-prose-invert-lead: #9ca3af;
  --en-prose-invert-links: #fff;
  --en-prose-invert-bold: #fff;
  --en-prose-invert-counters: #9ca3af;
  --en-prose-invert-bullets: #4b5563;
  --en-prose-invert-hr: #374151;
  --en-prose-invert-quotes: #f3f4f6;
  --en-prose-invert-quote-borders: #374151;
  --en-prose-invert-captions: #9ca3af;
  --en-prose-invert-code: #fff;
  --en-prose-invert-pre-code: #d1d5db;
  --en-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --en-prose-invert-th-borders: #4b5563;
  --en-prose-invert-td-borders: #374151;
  --en-prose-invert-kbd-text: #d1d5db;
  --en-prose-invert-kbd-bg: rgb(0 0 0 / 50%);
  font-size: 1rem;
  line-height: 1.75;
}

.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}


@media (width >= 64rem) {
  .lg\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .lg\:prose-xl :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .lg\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .lg\:prose-xl :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }
  .lg\:prose-xl :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }
  .lg\:prose-xl :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .lg\:prose-xl :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .lg\:prose-xl :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .lg\:prose-xl :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:prose-xl :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:prose-xl :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .lg\:prose-xl :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:prose-xl :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  .lg\:prose-xl :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .lg\:prose-xl :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8611111em;
  }
  .lg\:prose-xl :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .lg\:prose-xl :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }
  .lg\:prose-xl :where(ol):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
  }
  .lg\:prose-xl :where(ul):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
  }
  .lg\:prose-xl :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .lg\:prose-xl :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }
  .lg\:prose-xl :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }
  .lg\:prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .lg\:prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
  }
  .lg\:prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }
  .lg\:prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
  }
  .lg\:prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }
  .lg\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .lg\:prose-xl :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .lg\:prose-xl :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .lg\:prose-xl :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .lg\:prose-xl :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .lg\:prose-xl :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .lg\:prose-xl :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  .lg\:prose-xl :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .lg\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .lg\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .lg\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .lg\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .lg\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .lg\:prose-xl :where(:not(kbd) > kbd):not(:where([class~="not-prose"] *)) {
    background-color: var(--en-prose-kbd-bg);
    color: var(--en-prose-kbd-text);
    padding: 0.4em 0.5em;
    border-radius: 0.4em;
  }
  .lg\:prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .lg\:prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.row-start-1 {
  grid-row-start: 1;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.h-screen {
  height: 100vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-80 {
  width: 20rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-xs {
  max-width: 20rem;
}

.transform {
  transform: translate3d(var(--en-translate-x), var(--en-translate-y), var(--en-translate-z)) rotateX(var(--en-rotate-x)) rotateY(var(--en-rotate-y)) rotateZ(var(--en-rotate-z)) skewX(var(--en-skew-x)) skewY(var(--en-skew-y)) scale3d(var(--en-scale-x), var(--en-scale-y), var(--en-scale-z));
}

.cursor-default {
  cursor: default;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-\[1fr_3fr_1fr\] {
  grid-template-columns: 1fr 3fr 1fr;
}

.grid-cols-\[1fr_auto_1fr\] {
  grid-template-columns: 1fr auto 1fr;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.gap-0 {
  gap: 0px;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.border-r {
  border-right-width: 1px;
}

.border-gray-100 {
  border-color: oklch(96.7% .003 264.542);
}

.bg-gray-100 {
  background-color: oklch(96.7% .003 264.542);
}

.bg-gray-50 {
  background-color: oklch(98.5% .002 247.839);
}

.bg-transparent {
  background-color: transparent;
}

.p-1 {
  padding: 0.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.px-4 {
  padding-inline: 1rem;
}

.px-\[1\%\] {
  padding-inline: 1%;
}

.py-2 {
  padding-block: 0.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-blue-600 {
  color: oklch(54.6% .245 262.881);
}

.text-gray-300 {
  color: oklch(87.2% .01 258.338);
}

.text-white {
  color: #fff;
}

.no-underline {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.shadow-\[2px_0_10px_rgba\(0\,0\,0\,0\.1\)\] {
  --en-shadow: 2px 0 10px var(--en-shadow-color, rgba(0,0,0,0.1));
  box-shadow: var(--en-inset-shadow, 0 0 #0000), var(--en-inset-ring-shadow, 0 0 #0000), var(--en-ring-offset-shadow, 0 0 #0000), var(--en-ring-shadow, 0 0 #0000), var(--en-shadow);
}

.outline {
  outline-style: solid;
}

.outline-1 {
  outline-width: 1px;
}

.outline-2 {
  outline-width: 2px;
}

.outline-3 {
  outline-width: 3px;
}

.outline-4 {
  outline-width: 4px;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.hover\:text-blue-800:hover {
  color: oklch(42.4% .199 265.638);
}

@media print {
  .print\:w-full {
    width: 100%;
  }
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@media print {
  .print\:block {
    display: block;
  }
}

@media print {
  .print\:w-full {
    width: 100%;
  }
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@media print {
  .print\:block {
    display: block;
  }
}

@media print {
  .print\:w-full {
    width: 100%;
  }
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@media print {
  .print\:w-full {
    width: 100%;
  }
}

@media print {
  .print\:p-0 {
    padding: 0px;
  }
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@media print {
  .print\:w-full {
    width: 100%;
  }
}

@media print {
  .print\:p-0 {
    padding: 0px;
  }
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@media print {
  .print\:w-full {
    width: 100%;
  }
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@media print {
  .print\:block {
    display: block;
  }
}

@media print {
  .print\:w-full {
    width: 100%;
  }
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@media print {
  .print\:block {
    display: block;
  }
}

@media print {
  .print\:w-full {
    width: 100%;
  }
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@media print {
  .print\:w-full {
    width: 100%;
  }
}

@media print {
  .print\:p-0 {
    padding: 0px;
  }
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@media print {
  .print\:w-full {
    width: 100%;
  }
}

@media print {
  .print\:p-0 {
    padding: 0px;
  }
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@media print {
  .print\:w-full {
    width: 100%;
  }
}

@media print {
  .print\:p-0 {
    padding: 0px;
  }
}

@media print {
  .print\:block {
    display: block;
  }
}

@media print {
  .print\:w-full {
    width: 100%;
  }
}

@media print {
  .print\:p-0 {
    padding: 0px;
  }
}

@media print {
  .print\:block {
    display: block;
  }
}

@media print {
  .print\:w-full {
    width: 100%;
  }
}

@media print {
  .print\:p-0 {
    padding: 0px;
  }
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@media print {
  .print\:block {
    display: block;
  }
}

@media print {
  .print\:w-full {
    width: 100%;
  }
}

@media print {
  .print\:p-0 {
    padding: 0px;
  }
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@media print {
  .print\:block {
    display: block;
  }
}

@media (width >= 48rem) {
  .md\:row-start-1 {
    grid-row-start: 1;
  }
}

@media (width >= 48rem) {
  .md\:max-w-sm {
    max-width: 24rem;
  }
}

@media (width >= 48rem) {
  .md\:grid-cols-\[1fr_3fr_1fr\] {
    grid-template-columns: 1fr 3fr 1fr;
  }
}

@media (width >= 48rem) {
  .md\:col-start-2 {
    grid-column-start: 2;
  }
}

@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}

@media (width >= 64rem) {
  .lg\:max-w-md {
    max-width: 28rem;
  }
}

@media (width >= 48rem) {
  .md\:row-start-1 {
    grid-row-start: 1;
  }
}

@media (width >= 48rem) {
  .md\:p-8 {
    padding: 2rem;
  }
}

@media (width >= 48rem) {
  .md\:max-w-sm {
    max-width: 24rem;
  }
}

@media (width >= 48rem) {
  .md\:grid-cols-\[1fr_3fr_1fr\] {
    grid-template-columns: 1fr 3fr 1fr;
  }
}

@media (width >= 48rem) {
  .md\:col-start-2 {
    grid-column-start: 2;
  }
}

@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}

@media (width >= 64rem) {
  .lg\:max-w-md {
    max-width: 28rem;
  }
}

@media (width >= 48rem) {
  .md\:row-start-1 {
    grid-row-start: 1;
  }
}

@media (width >= 48rem) {
  .md\:px-4 {
    padding-inline: 1rem;
  }
}

@media (width >= 48rem) {
  .md\:max-w-sm {
    max-width: 24rem;
  }
}

@media (width >= 48rem) {
  .md\:grid-cols-\[1fr_3fr_1fr\] {
    grid-template-columns: 1fr 3fr 1fr;
  }
}

@media (width >= 48rem) {
  .md\:col-start-2 {
    grid-column-start: 2;
  }
}

@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}

@media (width >= 64rem) {
  .lg\:max-w-md {
    max-width: 28rem;
  }
}

@media (width >= 48rem) {
  .md\:row-start-1 {
    grid-row-start: 1;
  }
}

@media (width >= 48rem) {
  .md\:p-8 {
    padding: 2rem;
  }
}

@media (width >= 48rem) {
  .md\:max-w-sm {
    max-width: 24rem;
  }
}

@media (width >= 48rem) {
  .md\:grid-cols-\[1fr_3fr_1fr\] {
    grid-template-columns: 1fr 3fr 1fr;
  }
}

@media (width >= 48rem) {
  .md\:col-start-2 {
    grid-column-start: 2;
  }
}

@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}

@media (width >= 64rem) {
  .lg\:max-w-md {
    max-width: 28rem;
  }
}

@media (width >= 48rem) {
  .md\:row-start-1 {
    grid-row-start: 1;
  }
}

@media (width >= 48rem) {
  .md\:px-4 {
    padding-inline: 1rem;
  }
}

@media (width >= 48rem) {
  .md\:max-w-sm {
    max-width: 24rem;
  }
}

@media (width >= 48rem) {
  .md\:grid-cols-\[1fr_3fr_1fr\] {
    grid-template-columns: 1fr 3fr 1fr;
  }
}

@media (width >= 48rem) {
  .md\:col-start-2 {
    grid-column-start: 2;
  }
}

@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}

@media (width >= 64rem) {
  .lg\:max-w-md {
    max-width: 28rem;
  }
}

@media (width >= 48rem) {
  .md\:row-start-1 {
    grid-row-start: 1;
  }
}

@media (width >= 48rem) {
  .md\:p-8 {
    padding: 2rem;
  }
}

@media (width >= 48rem) {
  .md\:max-w-sm {
    max-width: 24rem;
  }
}

@media (width >= 48rem) {
  .md\:grid-cols-\[1fr_3fr_1fr\] {
    grid-template-columns: 1fr 3fr 1fr;
  }
}

@media (width >= 48rem) {
  .md\:col-start-2 {
    grid-column-start: 2;
  }
}

@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}

@media (width >= 64rem) {
  .lg\:max-w-md {
    max-width: 28rem;
  }
}

@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}

@media (width >= 48rem) {
  .md\:px-4 {
    padding-inline: 1rem;
  }
}

@media (width >= 48rem) {
  .md\:p-8 {
    padding: 2rem;
  }
}

@media (width >= 48rem) {
  .md\:max-w-sm {
    max-width: 24rem;
  }
}

@media (width >= 48rem) {
  .md\:grid-cols-\[1fr_3fr_1fr\] {
    grid-template-columns: 1fr 3fr 1fr;
  }
}

@media (width >= 48rem) {
  .md\:col-start-2 {
    grid-column-start: 2;
  }
}

@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}

@media (width >= 64rem) {
  .lg\:max-w-md {
    max-width: 28rem;
  }
}

@media (width >= 48rem) {
  .md\:row-start-1 {
    grid-row-start: 1;
  }
}

@media (width >= 48rem) {
  .md\:px-4 {
    padding-inline: 1rem;
  }
}

@media (width >= 48rem) {
  .md\:p-8 {
    padding: 2rem;
  }
}

@media (width >= 48rem) {
  .md\:max-w-sm {
    max-width: 24rem;
  }
}

@media (width >= 48rem) {
  .md\:col-start-2 {
    grid-column-start: 2;
  }
}

@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}

@media (width >= 64rem) {
  .lg\:max-w-md {
    max-width: 28rem;
  }
}

@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}

@media (width >= 48rem) {
  .md\:px-4 {
    padding-inline: 1rem;
  }
}

@media (width >= 48rem) {
  .md\:max-w-sm {
    max-width: 24rem;
  }
}

@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}

@media (width >= 64rem) {
  .lg\:max-w-md {
    max-width: 28rem;
  }
}

@media (width >= 48rem) {
  .md\:px-4 {
    padding-inline: 1rem;
  }
}

@media (width >= 48rem) {
  .md\:max-w-sm {
    max-width: 24rem;
  }
}

@media (width >= 48rem) {
  .md\:grid-cols-\[1fr_3fr_1fr\] {
    grid-template-columns: 1fr 3fr 1fr;
  }
}

@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}

@media (width >= 64rem) {
  .lg\:max-w-md {
    max-width: 28rem;
  }
}

@media (width >= 48rem) {
  .md\:px-4 {
    padding-inline: 1rem;
  }
}

@media (width >= 48rem) {
  .md\:max-w-sm {
    max-width: 24rem;
  }
}

@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}

@media (width >= 64rem) {
  .lg\:max-w-md {
    max-width: 28rem;
  }
}

@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}

@media (width >= 48rem) {
  .md\:px-4 {
    padding-inline: 1rem;
  }
}

@media (width >= 48rem) {
  .md\:max-w-sm {
    max-width: 24rem;
  }
}

@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}

@media (width >= 64rem) {
  .lg\:max-w-md {
    max-width: 28rem;
  }
}

@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}

@media (width >= 48rem) {
  .md\:px-4 {
    padding-inline: 1rem;
  }
}

@media (width >= 48rem) {
  .md\:grid-cols-\[1fr_3fr_1fr\] {
    grid-template-columns: 1fr 3fr 1fr;
  }
}

@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}

@media (width >= 64rem) {
  .lg\:max-w-md {
    max-width: 28rem;
  }
}

@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}

@media (width >= 48rem) {
  .md\:row-start-1 {
    grid-row-start: 1;
  }
}

@media (width >= 48rem) {
  .md\:px-4 {
    padding-inline: 1rem;
  }
}

@media (width >= 48rem) {
  .md\:p-8 {
    padding: 2rem;
  }
}

@media (width >= 48rem) {
  .md\:max-w-sm {
    max-width: 24rem;
  }
}

@media (width >= 48rem) {
  .md\:grid-cols-\[1fr_3fr_1fr\] {
    grid-template-columns: 1fr 3fr 1fr;
  }
}

@media (width >= 48rem) {
  .md\:col-start-2 {
    grid-column-start: 2;
  }
}

@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}

@media (width >= 64rem) {
  .lg\:max-w-md {
    max-width: 28rem;
  }
}

@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}

@media (width < 48rem) {
  .max-md\:row-start-1 {
    grid-row-start: 1;
  }
}

@media (width < 48rem) {
  .max-md\:col-start-1 {
    grid-column-start: 1;
  }
}

@media (width < 48rem) {
  .max-md\:row-start-1 {
    grid-row-start: 1;
  }
}

@media (width < 48rem) {
  .max-md\:col-start-1 {
    grid-column-start: 1;
  }
}

@media (width < 48rem) {
  .max-md\:row-start-1 {
    grid-row-start: 1;
  }
}

@media (width < 48rem) {
  .max-md\:col-start-1 {
    grid-column-start: 1;
  }
}

@media (width < 48rem) {
  .max-md\:row-start-1 {
    grid-row-start: 1;
  }
}

@media (width < 48rem) {
  .max-md\:p-5 {
    padding: 1.25rem;
  }
}

@media (width < 48rem) {
  .max-md\:col-start-1 {
    grid-column-start: 1;
  }
}

@media (width < 48rem) {
  .max-md\:row-start-1 {
    grid-row-start: 1;
  }
}

@media (width < 48rem) {
  .max-md\:p-5 {
    padding: 1.25rem;
  }
}

@media (width < 48rem) {
  .max-md\:col-start-1 {
    grid-column-start: 1;
  }
}

.\[\&lt\;commit\=HEAD\&gt\;\] {
}

.\[\&lt\;file\&gt\;\] {
}

.\[\&lt\;pattern\&gt\;\] {
}

.\[0\] {
}

.\[5\,5\,5\] {
}

.\[\<b\>一个尖子班\，人数限制为k\<\/b\>\] {
}

.\[\<b\>只要与尖子班的最后一名比较\，就能确认是否能进尖子班\<\/b\>\] {
}

.\[None\] {
}

.\[\[\] {
}

.\[\] {
}

.\[best_bp\] {
}

.\[nodes\:title\] {
  nodes: title;
}
}