/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */ @layer properties; @layer theme, base, components, utilities; @layer theme { :root, :host { --font-sans: "Linux Biolinum", "Merriweather Sans", ui-sans-serif; --font-serif: "Linux Libertine", ui-serif; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --color-red-500: oklch(63.7% 0.237 25.331); --color-blue-900: oklch(37.9% 0.146 265.522); --color-blue-950: oklch(28.2% 0.091 267.935); --color-slate-50: oklch(98.4% 0.003 247.858); --color-slate-200: oklch(92.9% 0.013 255.508); --color-slate-600: oklch(44.6% 0.043 257.281); --color-slate-700: oklch(37.2% 0.044 257.287); --color-slate-800: oklch(27.9% 0.041 260.031); --color-slate-900: oklch(20.8% 0.042 265.755); --color-gray-200: oklch(92.8% 0.006 264.531); --color-gray-300: oklch(87.2% 0.01 258.338); --color-gray-500: oklch(55.1% 0.027 264.364); --color-gray-600: oklch(44.6% 0.03 256.802); --color-gray-700: oklch(37.3% 0.034 259.733); --color-gray-800: oklch(27.8% 0.033 256.848); --color-gray-900: oklch(21% 0.034 264.665); --color-stone-50: oklch(98.5% 0.001 106.423); --color-stone-600: oklch(44.4% 0.011 73.639); --color-black: #000; --color-white: #fff; --spacing: 0.25rem; --breakpoint-xl: 80rem; --text-xs: 0.75rem; --text-xs--line-height: calc(1 / 0.75); --text-sm: 0.875rem; --text-sm--line-height: calc(1.25 / 0.875); --text-base: 1rem; --text-base--line-height: calc(1.5 / 1); --text-lg: 1.125rem; --text-lg--line-height: calc(1.75 / 1.125); --text-xl: 1.25rem; --text-xl--line-height: calc(1.75 / 1.25); --text-2xl: 1.5rem; --text-2xl--line-height: calc(2 / 1.5); --text-6xl: 3.75rem; --text-6xl--line-height: 1; --font-weight-semibold: 600; --font-weight-bold: 700; --leading-normal: 1.5; --radius-md: 0.375rem; --ease-in: cubic-bezier(0.4, 0, 1, 1); --ease-out: cubic-bezier(0, 0, 0.2, 1); --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1); --default-transition-duration: 150ms; --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); --default-font-family: var(--font-sans); --default-mono-font-family: var(--font-mono); --font-sansugly: "Arial", "Linux Biolinum", "Merriweather Sans", ui-sans-serif; --font-didone: "Playfair", ui-serif; --color-background: oklch(0.985 0.001 106.423); } } @layer base { *, ::after, ::before, ::backdrop, ::file-selector-button { box-sizing: border-box; margin: 0; padding: 0; border: 0 solid; } html, :host { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); font-feature-settings: var(--default-font-feature-settings, normal); font-variation-settings: var(--default-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: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); font-feature-settings: var(--default-mono-font-feature-settings, normal); font-variation-settings: var(--default-mono-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)) or (contain-intrinsic-size: 1px) { ::placeholder { color: currentcolor; @supports (color: color-mix(in lab, red, red)) { 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; } ::-webkit-calendar-picker-indicator { line-height: 1; } :-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; } } @layer utilities { .collapse { visibility: collapse; } .visible { visibility: visible; } .absolute { position: absolute; } .fixed { position: fixed; } .relative { position: relative; } .static { position: static; } .sticky { position: sticky; } .top-1\/2 { top: calc(1/2 * 100%); } .top-full { top: 100%; } .right-5 { right: calc(var(--spacing) * 5); } .right-full { right: 100%; } .bottom-5 { bottom: calc(var(--spacing) * 5); } .bottom-full { bottom: 100%; } .left-1\/2 { left: calc(1/2 * 100%); } .left-full { left: 100%; } .isolate { isolation: isolate; } .z-10 { z-index: 10; } .container { width: 100%; @media (width >= 40rem) { max-width: 40rem; } @media (width >= 48rem) { max-width: 48rem; } @media (width >= 64rem) { max-width: 64rem; } @media (width >= 80rem) { max-width: 80rem; } @media (width >= 96rem) { max-width: 96rem; } } .mx-1 { margin-inline: calc(var(--spacing) * 1); } .mx-3 { margin-inline: calc(var(--spacing) * 3); } .\!mt-0 { margin-top: calc(var(--spacing) * 0) !important; } .mt-0\.5 { margin-top: calc(var(--spacing) * 0.5); } .mt-2 { margin-top: calc(var(--spacing) * 2); } .mt-12 { margin-top: calc(var(--spacing) * 12); } .mr-0\.5 { margin-right: calc(var(--spacing) * 0.5); } .mr-2 { margin-right: calc(var(--spacing) * 2); } .mr-4 { margin-right: calc(var(--spacing) * 4); } .mb-0\.5 { margin-bottom: calc(var(--spacing) * 0.5); } .mb-2 { margin-bottom: calc(var(--spacing) * 2); } .mb-3 { margin-bottom: calc(var(--spacing) * 3); } .mb-4 { margin-bottom: calc(var(--spacing) * 4); } .mb-6 { margin-bottom: calc(var(--spacing) * 6); } .mb-8 { margin-bottom: calc(var(--spacing) * 8); } .ml-0\.5 { margin-left: calc(var(--spacing) * 0.5); } .ml-2 { margin-left: calc(var(--spacing) * 2); } .ml-3 { margin-left: calc(var(--spacing) * 3); } .ml-4 { margin-left: calc(var(--spacing) * 4); } .font-variant-small-caps { font-variant-caps: small-caps; font-variant: small-caps; display: inline-block; } .block { display: block; } .contents { display: contents; } .flex { display: flex; } .flow-root { display: flow-root; } .grid { display: grid; } .hidden { display: none; } .inline { display: inline; } .inline-block { display: inline-block; } .inline-flex { display: inline-flex; } .inline-grid { display: inline-grid; } .inline-table { display: inline-table; } .list-item { display: list-item; } .table { display: table; } .table-caption { display: table-caption; } .table-cell { display: table-cell; } .table-column { display: table-column; } .table-column-group { display: table-column-group; } .table-footer-group { display: table-footer-group; } .table-header-group { display: table-header-group; } .table-row { display: table-row; } .table-row-group { display: table-row-group; } .h-1 { height: calc(var(--spacing) * 1); } .h-2 { height: calc(var(--spacing) * 2); } .h-3 { height: calc(var(--spacing) * 3); } .h-4 { height: calc(var(--spacing) * 4); } .h-5 { height: calc(var(--spacing) * 5); } .h-6 { height: calc(var(--spacing) * 6); } .h-full { height: 100%; } .min-h-screen { min-height: 100vh; } .w-full { width: 100%; } .max-w-\[90ch\] { max-width: 90ch; } .max-w-none { max-width: none; } .flex-shrink { flex-shrink: 1; } .flex-grow { flex-grow: 1; } .grow { flex-grow: 1; } .grow-0 { flex-grow: 0; } .border-collapse { border-collapse: collapse; } .translate-2 { --tw-translate-x: calc(var(--spacing) * 2); --tw-translate-y: calc(var(--spacing) * 2); translate: var(--tw-translate-x) var(--tw-translate-y); } .-translate-x-1\/2 { --tw-translate-x: calc(calc(1/2 * 100%) * -1); translate: var(--tw-translate-x) var(--tw-translate-y); } .-translate-y-1\/2 { --tw-translate-y: calc(calc(1/2 * 100%) * -1); translate: var(--tw-translate-x) var(--tw-translate-y); } .transform { transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,); } .cursor-pointer { cursor: pointer; } .resize { resize: both; } .flex-col { flex-direction: column; } .flex-row { flex-direction: row; } .flex-wrap { flex-wrap: wrap; } .justify-between { justify-content: space-between; } .space-y-6 { :where(& > :not(:last-child)) { --tw-space-y-reverse: 0; margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse)); margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse))); } } .space-y-8 { :where(& > :not(:last-child)) { --tw-space-y-reverse: 0; margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse)); margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse))); } } .gap-x-1 { column-gap: calc(var(--spacing) * 1); } .gap-x-1\.5 { column-gap: calc(var(--spacing) * 1.5); } .self-end { align-self: flex-end; } .self-start { align-self: flex-start; } .justify-self-end { justify-self: flex-end; } .rounded { border-radius: 0.25rem; } .rounded-md { border-radius: var(--radius-md); } .border { border-style: var(--tw-border-style); border-width: 1px; } .border-0 { border-style: var(--tw-border-style); border-width: 0px; } .border-t-1 { border-top-style: var(--tw-border-style); border-top-width: 1px; } .border-b { border-bottom-style: var(--tw-border-style); border-bottom-width: 1px; } .border-l-4 { border-left-style: var(--tw-border-style); border-left-width: 4px; } .border-gray-300 { border-color: var(--color-gray-300); } .border-t-gray-200 { border-top-color: var(--color-gray-200); } .bg-gray-800 { background-color: var(--color-gray-800); } .bg-gray-900 { background-color: var(--color-gray-900); } .mask-repeat { mask-repeat: repeat; } .p-2 { padding: calc(var(--spacing) * 2); } .px-0\.5 { padding-inline: calc(var(--spacing) * 0.5); } .px-2 { padding-inline: calc(var(--spacing) * 2); } .px-8 { padding-inline: calc(var(--spacing) * 8); } .py-1 { padding-block: calc(var(--spacing) * 1); } .py-7 { padding-block: calc(var(--spacing) * 7); } .pt-0\.5 { padding-top: calc(var(--spacing) * 0.5); } .pt-3 { padding-top: calc(var(--spacing) * 3); } .pb-0 { padding-bottom: calc(var(--spacing) * 0); } .pb-1\.5 { padding-bottom: calc(var(--spacing) * 1.5); } .pb-2 { padding-bottom: calc(var(--spacing) * 2); } .pl-4 { padding-left: calc(var(--spacing) * 4); } .text-justify { text-align: justify; } .align-bottom { vertical-align: bottom; } .align-middle { vertical-align: middle; } .align-top { vertical-align: top; } .font-mono { font-family: var(--font-mono); } .font-sans { font-family: var(--font-sans); } .text-2xl { font-size: var(--text-2xl); line-height: var(--tw-leading, var(--text-2xl--line-height)); } .text-6xl { font-size: var(--text-6xl); line-height: var(--tw-leading, var(--text-6xl--line-height)); } .text-base { font-size: var(--text-base); line-height: var(--tw-leading, var(--text-base--line-height)); } .text-lg { font-size: var(--text-lg); line-height: var(--tw-leading, var(--text-lg--line-height)); } .text-sm { font-size: var(--text-sm); line-height: var(--tw-leading, var(--text-sm--line-height)); } .text-xl { font-size: var(--text-xl); line-height: var(--tw-leading, var(--text-xl--line-height)); } .leading-none { --tw-leading: 1; line-height: 1; } .font-bold { --tw-font-weight: var(--font-weight-bold); font-weight: var(--font-weight-bold); } .font-semibold { --tw-font-weight: var(--font-weight-semibold); font-weight: var(--font-weight-semibold); } .text-wrap { text-wrap: wrap; } .break-all { word-break: break-all; } .hyphens-auto { -webkit-hyphens: auto; hyphens: auto; } .whitespace-nowrap { white-space: nowrap; } .text-gray-500 { color: var(--color-gray-500); } .text-gray-600 { color: var(--color-gray-600); } .text-gray-700 { color: var(--color-gray-700); } .text-gray-800 { color: var(--color-gray-800); } .text-white { color: var(--color-white); } .capitalize { text-transform: capitalize; } .lowercase { text-transform: lowercase; } .uppercase { text-transform: uppercase; } .italic { font-style: italic; } .diagonal-fractions { --tw-numeric-fraction: diagonal-fractions; font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,); } .lining-nums { --tw-numeric-figure: lining-nums; font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,); } .oldstyle-nums { --tw-numeric-figure: oldstyle-nums; font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,); } .ordinal { --tw-ordinal: ordinal; font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,); } .proportional-nums { --tw-numeric-spacing: proportional-nums; font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,); } .slashed-zero { --tw-slashed-zero: slashed-zero; font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,); } .stacked-fractions { --tw-numeric-fraction: stacked-fractions; font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,); } .tabular-nums { --tw-numeric-spacing: tabular-nums; font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,); } .line-through { text-decoration-line: line-through; } .overline { text-decoration-line: overline; } .underline { text-decoration-line: underline; } .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .subpixel-antialiased { -webkit-font-smoothing: auto; -moz-osx-font-smoothing: auto; } .opacity-0 { opacity: 0%; } .opacity-100 { opacity: 100%; } .shadow { --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)); box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); } .outline { outline-style: var(--tw-outline-style); outline-width: 1px; } .grayscale { --tw-grayscale: grayscale(100%); filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); } .invert { --tw-invert: invert(100%); filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); } .filter { filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); } .backdrop-filter { -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); } .transition { transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events; transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); transition-duration: var(--tw-duration, var(--default-transition-duration)); } .transition-all { transition-property: all; transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); transition-duration: var(--tw-duration, var(--default-transition-duration)); } .transition-opacity { transition-property: opacity; transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); transition-duration: var(--tw-duration, var(--default-transition-duration)); } .duration-200 { --tw-duration: 200ms; transition-duration: 200ms; } .ease-in { --tw-ease: var(--ease-in); transition-timing-function: var(--ease-in); } .ease-in-out { --tw-ease: var(--ease-in-out); transition-timing-function: var(--ease-in-out); } .ease-out { --tw-ease: var(--ease-out); transition-timing-function: var(--ease-out); } .select-all { -webkit-user-select: all; user-select: all; } .hover\:text-slate-900 { &:hover { @media (hover: hover) { color: var(--color-slate-900); } } } .hover\:opacity-80 { &:hover { @media (hover: hover) { opacity: 80%; } } } .print\:hidden { @media print { display: none; } } .print\:flex-col { @media print { flex-direction: column; } } .print\:border-none { @media print { --tw-border-style: none; border-style: none; } } .\[\&_\*\]\:\!indent-0 { & * { text-indent: calc(var(--spacing) * 0) !important; } } .\[\&\>\*\]\:leading-normal { &>* { --tw-leading: var(--leading-normal); line-height: var(--leading-normal); } } } @font-face { font-family: "Linux Libertine"; font-style: normal; font-weight: 500; font-display: swap; src: url(/assets/fonts/LinLibertine_R_G.ttf) format("truetype"); } @font-face { font-family: "Linux Libertine"; font-style: italic; font-weight: 500; font-display: swap; src: url(/assets/fonts/LinLibertine_RI_G.ttf) format("truetype"); } @font-face { font-family: "Linux Libertine"; font-style: normal; font-weight: bold; font-display: swap; src: url(/assets/fonts/LinLibertine_RB_G.ttf) format("truetype"); } @font-face { font-family: "Linux Libertine"; font-style: italic; font-weight: bold; font-display: swap; src: url(/assets/fonts/LinLibertine_RBI_G.ttf) format("truetype"); } @font-face { font-family: "Linux Biolinum"; font-style: normal; font-weight: 500; font-display: swap; src: url(/assets/fonts/LinBiolinum_R_G.ttf) format("truetype"); } @font-face { font-family: "Linux Biolinum"; font-style: italic; font-weight: 500; font-display: swap; src: url(/assets/fonts/LinBiolinum_RI_G.ttf) format("truetype"); } @font-face { font-family: "Linux Biolinum"; font-style: normal; font-weight: bold; font-display: swap; src: url(/assets/fonts/LinBiolinum_RB_G.ttf) format("truetype"); } @font-face { font-family: "Playfair"; font-style: normal; font-weight: 500; font-display: swap; src: url(/assets/fonts/PlayfairDisplay-Regular.ttf) format("truetype"); } @font-face { font-family: "Playfair"; font-style: italic; font-weight: 500; font-display: swap; src: url(/assets/fonts/PlayfairDisplay-Italic.ttf) format("truetype"); } @font-face { font-family: "Playfair"; font-style: normal; font-weight: bold; font-display: swap; src: url(/assets/fonts/PlayfairDisplay-Bold.ttf) format("truetype"); } @font-face { font-family: "Playfair"; font-style: italic; font-weight: bold; font-display: swap; src: url(/assets/fonts/PlayfairDisplay-BoldItalic.ttf) format("truetype"); } @layer base { *, ::after, ::before, ::backdrop, ::file-selector-button { border-color: var(--color-gray-200, currentColor); } } @layer components { html { font-size: 20px; scroll-behavior: auto !important; } @media (max-width: 1280px) { html { font-size: 16px; } } @media (max-width: 640px) { html { font-size: 12px; } } @media print { html { font-size: 14px; } } body { background-color: var(--color-stone-50); } .container-normal { position: relative; margin-inline: auto; width: 100%; max-width: var(--breakpoint-xl); padding-inline: calc(var(--spacing) * 3); padding-block: calc(var(--spacing) * 4); } .stdlink { text-decoration-line: underline; text-decoration-style: dotted; &:hover { @media (hover: hover) { text-decoration-style: solid; } } } nav a[aria-current="page"] { --tw-font-weight: var(--font-weight-bold); font-weight: var(--font-weight-bold); color: var(--color-red-500); } .diagonal-strike { position: relative; display: inline-block; } .diagonal-strike::before { border-top-style: var(--tw-border-style); border-top-width: 3px; border-color: var(--color-slate-50); position: absolute; content: ""; left: 10%; top: 50%; right: 0; width: 60%; -webkit-transform: rotate(-65deg); -moz-transform: rotate(-65deg); -ms-transform: rotate(-65deg); -o-transform: rotate(-65deg); transform: rotate(-65deg); } .text { position: relative; font-family: var(--font-serif); --text-color-rgb: 53, 53, 53; color: rgb(var(--text-color-rgb)); } .text .count { position: relative; margin-left: calc(2rem * -1); display: none; width: 2rem; flex-shrink: 1; flex-grow: 0; @media (width >= 64rem) { display: block; } @media print { display: none; } } .text .fulltext { position: relative; margin-right: calc(var(--spacing) * 8); max-width: 80ch; flex-grow: 1; } .text .notes { position: relative; max-width: 80ch; flex-shrink: 1; flex-grow: 0; padding-right: calc(var(--spacing) * 4); @media print { display: none; } } .text .eanchor-page, .text .aq, .text .ul, .text .dul, .text .ink, .text .it, .text .tl, .text .pe, .text .gr, .text .hb, .text .ru, .text .nr, .text .align, .text .er, .text .b, .text .i, .text .subst, .text .insertion, .text .insertion-marker, .text .ddel, .text .del, .text .fn, .text .anchor { display: inline; } .address { display: contents; } .text .b { --tw-font-weight: var(--font-weight-bold); font-weight: var(--font-weight-bold); } .text .i { font-style: italic; } .text .aq { font-family: var(--font-sansugly); } .text .ink { color: var(--color-blue-900); } .text .line { display: inline-block; } .text p { text-indent: calc(var(--spacing) * 4) !important; } .text .line.tab-1 { display: inline-block; width: calc(var(--spacing) * 4); } .text .line.tab-2 { display: inline-block; width: calc(var(--spacing) * 8); } .text .line.tab-3 { display: inline-block; width: calc(var(--spacing) * 12); } .text .line.tab-4 { display: inline-block; width: calc(var(--spacing) * 16); } .text .line.tab-5 { display: inline-block; width: calc(var(--spacing) * 20); } .text .line.tab-6 { display: inline-block; width: calc(var(--spacing) * 24); } .text .line.tab-7 { display: inline-block; width: calc(var(--spacing) * 28); } .text .line.tab-8 { display: inline-block; width: calc(var(--spacing) * 32); } .text br.index-1 { display: none; } .text .page.index-1 { display: none; } .text .ul { text-decoration-line: underline; } .text .dul { text-decoration-line: underline; text-decoration-style: double; text-decoration-thickness: 1px; } .text .it { font-style: italic; } .traditions, .tradition, .text, .text * { clear: both; } .text .align.pos-right { text-align: right; float: right; } .text .align.pos-center { display: inline-block; text-align: center; width: w-full; position: relative; left: 50%; transform: translateX(-50%); } .text .insertion::before { color: var(--color-slate-700); margin-right: -0.2em; content: "⌞"; } .text .insertion::after { color: var(--color-slate-700); margin-left: -0.4ch; content: "⌟"; } .text .insertion-marker { text-wrap: nowrap; } .text .insertion-marker::before { position: relative; bottom: -0.15rem; margin-left: calc(0.4ch * -1); display: inline-block; padding-right: 0.4ch; font-size: var(--text-sm); line-height: var(--tw-leading, var(--text-sm--line-height)); text-wrap: nowrap; color: var(--color-slate-700); } .text .insertion.pos-left .insertion-marker::before { content: "🠊"; } .text .insertion.pos-right .insertion-marker::before { content: "🠜"; } .text .insertion.pos-top .insertion-marker::before { bottom: calc(var(--spacing) * 0); font-size: var(--text-xs); line-height: var(--tw-leading, var(--text-xs--line-height)); content: "🠟"; } .text .insertion.pos-bottom .insertion-marker::before { bottom: calc(var(--spacing) * 0); font-size: var(--text-xs); line-height: var(--tw-leading, var(--text-xs--line-height)); content: "🠝"; } .text .nr::before { color: var(--color-slate-700); content: "βΈ°"; } .text .nr::after { color: var(--color-slate-700); content: "βΈ°"; } .text .tl::before { font-family: var(--font-sans); color: var(--color-slate-700); content: "β—Œ"; } .text .pe { color: var(--color-stone-600); } .text .del { position: relative; text-decoration-line: line-through; } .text .del .del::before { content: ""; position: absolute; inset-inline: calc(var(--spacing) * 0); top: 65%; height: 1px; width: 100%; background-color: var(--color-black); } .text .ddel { position: relative; text-decoration-line: line-through; } .text .ddel::before { content: ""; position: absolute; inset-inline: calc(var(--spacing) * 0); top: 65%; height: 1px; width: 100%; background-color: var(--color-black); } .text .ddel { position: relative; } .text .ddel::before { top: 55%; } .text .ddel::after { top: 45%; } .text .sidenote { margin-block: calc(var(--spacing) * 4); border-left-style: var(--tw-border-style); border-left-width: 4px; border-color: var(--color-slate-200); padding-left: calc(var(--spacing) * 2); } .text .hand { display: inline; font-family: var(--font-didone) !important; font-size: 0.9rem; --text-color-rgb: 0, 0, 39; color: rgb(var(--text-color-rgb)); } .text .er { background-image: repeating-linear-gradient( -45deg, rgba(var(--text-color-rgb), 0.5), transparent 1px, transparent 6px ); -webkit-box-decoration-break: clone; box-decoration-break: clone; color: transparent; text-shadow: 0 0 rgb(var(--text-color-rgb)); } .text .sidenote-page::before { content: "S. "; } .text .note-sidenote-meta.margin-note { margin-top: calc(var(--spacing) * 1); } .text .sidenote-page::after { content: "; "; } .text .note-sidenote-meta > div, .text .inline-sidenote-meta > div { display: inline; } .text .note-sidenote-meta .sidenote-pos, .text .inline-sidenote-meta .sidenote-pos { display: none !important; } .text .note-note { display: block; } .text .margin-note { position: absolute; } .text .margin-note.note-sidenote-meta, .text .margin-note.note-hand { visibility: hidden; width: 13rem; } .text div[class^="note-"], .text div[class*=" note-"] { font-size: var(--text-sm); line-height: var(--tw-leading, var(--text-sm--line-height)); color: var(--color-slate-800); } .text .page { visibility: hidden; font-family: var(--font-sans); font-size: var(--text-sm); line-height: var(--tw-leading, var(--text-sm--line-height)); color: var(--color-slate-600); } .text .note-hand { color: var(--color-blue-950); } .text .note-hand.margin-note { margin-top: calc(var(--spacing) * -1); } .text .eanchor-page-inside::before { content: "|"; position: relative; bottom: 0.15rem; padding-right: 1ch; font-family: var(--font-sans); font-size: var(--text-sm); line-height: var(--tw-leading, var(--text-sm--line-height)); color: var(--color-slate-600); @media print { display: none; } } .text .page-counter { position: relative; bottom: 0.15rem; display: none; padding-right: 1ch; font-family: var(--font-sans); font-size: var(--text-sm); line-height: var(--tw-leading, var(--text-sm--line-height)); color: var(--color-slate-600); @media print { display: inline; } } .text .inline-sidenote-meta, .text .inline-hand { display: none; font-size: var(--text-sm); line-height: var(--tw-leading, var(--text-sm--line-height)); color: var(--color-slate-800); @media print { display: block; } } .text .page-counter::before { content: "["; } .text .page-counter::after { content: "]"; } @page { size: A4; } } @property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; } @property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; } @property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; } @property --tw-rotate-x { syntax: "*"; inherits: false; } @property --tw-rotate-y { syntax: "*"; inherits: false; } @property --tw-rotate-z { syntax: "*"; inherits: false; } @property --tw-skew-x { syntax: "*"; inherits: false; } @property --tw-skew-y { syntax: "*"; inherits: false; } @property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; } @property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; } @property --tw-leading { syntax: "*"; inherits: false; } @property --tw-font-weight { syntax: "*"; inherits: false; } @property --tw-ordinal { syntax: "*"; inherits: false; } @property --tw-slashed-zero { syntax: "*"; inherits: false; } @property --tw-numeric-figure { syntax: "*"; inherits: false; } @property --tw-numeric-spacing { syntax: "*"; inherits: false; } @property --tw-numeric-fraction { syntax: "*"; inherits: false; } @property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; } @property --tw-shadow-color { syntax: "*"; inherits: false; } @property --tw-shadow-alpha { syntax: ""; inherits: false; initial-value: 100%; } @property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; } @property --tw-inset-shadow-color { syntax: "*"; inherits: false; } @property --tw-inset-shadow-alpha { syntax: ""; inherits: false; initial-value: 100%; } @property --tw-ring-color { syntax: "*"; inherits: false; } @property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; } @property --tw-inset-ring-color { syntax: "*"; inherits: false; } @property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; } @property --tw-ring-inset { syntax: "*"; inherits: false; } @property --tw-ring-offset-width { syntax: ""; inherits: false; initial-value: 0px; } @property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; } @property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; } @property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; } @property --tw-blur { syntax: "*"; inherits: false; } @property --tw-brightness { syntax: "*"; inherits: false; } @property --tw-contrast { syntax: "*"; inherits: false; } @property --tw-grayscale { syntax: "*"; inherits: false; } @property --tw-hue-rotate { syntax: "*"; inherits: false; } @property --tw-invert { syntax: "*"; inherits: false; } @property --tw-opacity { syntax: "*"; inherits: false; } @property --tw-saturate { syntax: "*"; inherits: false; } @property --tw-sepia { syntax: "*"; inherits: false; } @property --tw-drop-shadow { syntax: "*"; inherits: false; } @property --tw-drop-shadow-color { syntax: "*"; inherits: false; } @property --tw-drop-shadow-alpha { syntax: ""; inherits: false; initial-value: 100%; } @property --tw-drop-shadow-size { syntax: "*"; inherits: false; } @property --tw-backdrop-blur { syntax: "*"; inherits: false; } @property --tw-backdrop-brightness { syntax: "*"; inherits: false; } @property --tw-backdrop-contrast { syntax: "*"; inherits: false; } @property --tw-backdrop-grayscale { syntax: "*"; inherits: false; } @property --tw-backdrop-hue-rotate { syntax: "*"; inherits: false; } @property --tw-backdrop-invert { syntax: "*"; inherits: false; } @property --tw-backdrop-opacity { syntax: "*"; inherits: false; } @property --tw-backdrop-saturate { syntax: "*"; inherits: false; } @property --tw-backdrop-sepia { syntax: "*"; inherits: false; } @property --tw-duration { syntax: "*"; inherits: false; } @property --tw-ease { syntax: "*"; inherits: false; } @layer properties { @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) { *, ::before, ::after, ::backdrop { --tw-translate-x: 0; --tw-translate-y: 0; --tw-translate-z: 0; --tw-rotate-x: initial; --tw-rotate-y: initial; --tw-rotate-z: initial; --tw-skew-x: initial; --tw-skew-y: initial; --tw-space-y-reverse: 0; --tw-border-style: solid; --tw-leading: initial; --tw-font-weight: initial; --tw-ordinal: initial; --tw-slashed-zero: initial; --tw-numeric-figure: initial; --tw-numeric-spacing: initial; --tw-numeric-fraction: initial; --tw-shadow: 0 0 #0000; --tw-shadow-color: initial; --tw-shadow-alpha: 100%; --tw-inset-shadow: 0 0 #0000; --tw-inset-shadow-color: initial; --tw-inset-shadow-alpha: 100%; --tw-ring-color: initial; --tw-ring-shadow: 0 0 #0000; --tw-inset-ring-color: initial; --tw-inset-ring-shadow: 0 0 #0000; --tw-ring-inset: initial; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 #0000; --tw-outline-style: solid; --tw-blur: initial; --tw-brightness: initial; --tw-contrast: initial; --tw-grayscale: initial; --tw-hue-rotate: initial; --tw-invert: initial; --tw-opacity: initial; --tw-saturate: initial; --tw-sepia: initial; --tw-drop-shadow: initial; --tw-drop-shadow-color: initial; --tw-drop-shadow-alpha: 100%; --tw-drop-shadow-size: initial; --tw-backdrop-blur: initial; --tw-backdrop-brightness: initial; --tw-backdrop-contrast: initial; --tw-backdrop-grayscale: initial; --tw-backdrop-hue-rotate: initial; --tw-backdrop-invert: initial; --tw-backdrop-opacity: initial; --tw-backdrop-saturate: initial; --tw-backdrop-sepia: initial; --tw-duration: initial; --tw-ease: initial; } } }