From 546bf4400d8bc5cbd76352f3c23d7aaf178b81d5 Mon Sep 17 00:00:00 2001 From: Michal Vanko Date: Fri, 13 Jun 2025 21:29:33 +0200 Subject: [PATCH] custom migration --- .gitignore | 3 + justfile | 2 +- package.json | 6 + styles/input.css | 21 +- styles/output.css | 3754 +++++++++------------- templates/components/education_card.html | 2 +- templates/components/social_card.html | 2 +- templates/components/talent_card.html | 2 +- templates/components/workplace_card.html | 2 +- templates/portfolio.html | 2 +- templates/site_header.html | 2 +- 11 files changed, 1607 insertions(+), 2191 deletions(-) create mode 100644 package.json diff --git a/.gitignore b/.gitignore index 126a3ee..2708c5c 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,6 @@ Cargo.lock # Image generator generated_images/ + +node_modules/ +package-lock.json diff --git a/justfile b/justfile index ceef702..f813b76 100644 --- a/justfile +++ b/justfile @@ -2,7 +2,7 @@ port := env_var_or_default('PORT', '3080') # Tailwind in watch mode tailwind: - npx tailwindcss -i ./styles/input.css -o ./styles/output.css --watch + npx @tailwindcss/cli -i ./styles/input.css -o ./styles/output.css --watch # svg sprite creation svgstore: diff --git a/package.json b/package.json new file mode 100644 index 0000000..9ef8691 --- /dev/null +++ b/package.json @@ -0,0 +1,6 @@ +{ + "dependencies": { + "@tailwindcss/cli": "^4.1.10", + "tailwindcss": "^4.1.10" + } +} diff --git a/styles/input.css b/styles/input.css index 21e09c6..e64c356 100644 --- a/styles/input.css +++ b/styles/input.css @@ -1,6 +1,5 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; +@import "tailwindcss"; +@config "../tailwind.config.js"; @layer base { @font-face { @@ -11,6 +10,7 @@ local('Baloo2'), url(/fonts/baloo2/Baloo2-Latin-Variable-wght.woff2) format('woff2'); } + /* latin-ext */ @font-face { font-family: 'Baloo 2'; @@ -58,6 +58,7 @@ strong { h1 { @apply px-4 text-2xl font-semibold text-blue-900 mb-3 mt-4 max-w-read mx-auto md:text-4xl lg:text-5xl; } + h2 { @apply px-4 text-xl font-semibold text-blue-900 mb-3 mt-4 max-w-read mx-auto md:text-2xl md:mb-6 md:mt-8 lg:mb-8 lg:mt-12 lg:text-4xl; } @@ -82,15 +83,16 @@ strong { @apply p-4; img { - @apply rounded shadow-md mx-auto lg:max-w-image; + @apply rounded-sm shadow-md mx-auto lg:max-w-image; } } + figcaption { @apply mt-2 text-center text-sm italic text-blue-800 md:text-base lg:text-lg; } table { - @apply text-sm mx-auto my-4 max-w-image table-auto border-collapse border-spacing-12 border border-slate-200 rounded md:text-base lg:text-xl lg:my-8; + @apply text-sm mx-auto my-4 max-w-image table-auto border-collapse border-spacing-12 border border-slate-200 rounded-sm md:text-base lg:text-xl lg:my-8; } thead { @@ -119,11 +121,11 @@ strong { } :not(pre) code { - @apply text-pink-900 rounded border border-blue-300 px-1 py-0.5 bg-blue-100 text-sm md:text-base lg:text-xl; + @apply text-pink-900 rounded-sm border border-blue-300 px-1 py-0.5 bg-blue-100 text-sm md:text-base lg:text-xl; } pre code pre { - @apply mx-2 rounded lg:mx-auto lg:text-lg shadow-sm lg:max-w-note; + @apply mx-2 rounded-sm lg:mx-auto lg:text-lg shadow-xs lg:max-w-note; } ul, @@ -138,12 +140,13 @@ strong { ul { @apply list-disc; } + ol { @apply list-decimal; } iframe { - @apply rounded shadow-md mx-auto lg:max-w-image; + @apply rounded-sm shadow-md mx-auto lg:max-w-image; } } @@ -280,4 +283,4 @@ article a { /* animation-duration: 5.5s; */ /* transition: transform 5.4s ease-in-out; */ /* opacity: 1; */ -/* } */ +/* } */ \ No newline at end of file diff --git a/styles/output.css b/styles/output.css index 66e23b5..ffc9749 100644 --- a/styles/output.css +++ b/styles/output.css @@ -1,1847 +1,1471 @@ -*, ::before, ::after { - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --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-gradient-from-position: ; - --tw-gradient-via-position: ; - --tw-gradient-to-position: ; - --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: rgb(23 137 224 / 0.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: ; - --tw-contain-size: ; - --tw-contain-layout: ; - --tw-contain-paint: ; - --tw-contain-style: ; -} - -::backdrop { - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --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-gradient-from-position: ; - --tw-gradient-via-position: ; - --tw-gradient-to-position: ; - --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: rgb(23 137 224 / 0.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: ; - --tw-contain-size: ; - --tw-contain-layout: ; - --tw-contain-paint: ; - --tw-contain-style: ; -} - -/* -! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com -*/ - -/* -1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) -2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) -*/ - -*, -::before, -::after { - box-sizing: border-box; - /* 1 */ - border-width: 0; - /* 2 */ - border-style: solid; - /* 2 */ - border-color: #e5e7eb; - /* 2 */ -} - -::before, -::after { - --tw-content: ''; -} - -/* -1. Use a consistent sensible line-height in all browsers. -2. Prevent adjustments of font size after orientation changes in iOS. -3. Use a more readable tab size. -4. Use the user's configured `sans` font-family by default. -5. Use the user's configured `sans` font-feature-settings by default. -6. Use the user's configured `sans` font-variation-settings by default. -7. Disable tap highlights on iOS -*/ - -html, -:host { - line-height: 1.5; - /* 1 */ - -webkit-text-size-adjust: 100%; - /* 2 */ - -moz-tab-size: 4; - /* 3 */ - -o-tab-size: 4; - tab-size: 4; - /* 3 */ - font-family: Baloo2, Baloo2 Noto Fallback, Baloo2 Fallback, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; - /* 4 */ - font-feature-settings: normal; - /* 5 */ - font-variation-settings: normal; - /* 6 */ - -webkit-tap-highlight-color: transparent; - /* 7 */ -} - -/* -1. Remove the margin in all browsers. -2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. -*/ - -body { - margin: 0; - /* 1 */ - line-height: inherit; - /* 2 */ -} - -/* -1. Add the correct height in Firefox. -2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) -3. Ensure horizontal rules are visible by default. -*/ - -hr { - height: 0; - /* 1 */ - color: inherit; - /* 2 */ - border-top-width: 1px; - /* 3 */ -} - -/* -Add the correct text decoration in Chrome, Edge, and Safari. -*/ - -abbr:where([title]) { - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; -} - -/* -Remove the default font size and weight for headings. -*/ - -h1, -h2, -h3, -h4, -h5, -h6 { - font-size: inherit; - font-weight: inherit; -} - -/* -Reset links to optimize for opt-in styling instead of opt-out. -*/ - -a { - color: inherit; - text-decoration: inherit; -} - -/* -Add the correct font weight in Edge and Safari. -*/ - -b, -strong { - font-weight: bolder; -} - -/* -1. Use the user's configured `mono` font-family by default. -2. Use the user's configured `mono` font-feature-settings by default. -3. Use the user's configured `mono` font-variation-settings by default. -4. Correct the odd `em` font sizing in all browsers. -*/ - -code, -kbd, -samp, -pre { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - /* 1 */ - font-feature-settings: normal; - /* 2 */ - font-variation-settings: normal; - /* 3 */ - font-size: 1em; - /* 4 */ -} - -/* -Add the correct font size in all browsers. -*/ - -small { - font-size: 80%; -} - -/* -Prevent `sub` and `sup` elements from affecting the line height in all browsers. -*/ - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -/* -1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) -2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) -3. Remove gaps between table borders by default. -*/ - -table { - text-indent: 0; - /* 1 */ - border-color: inherit; - /* 2 */ - border-collapse: collapse; - /* 3 */ -} - -/* -1. Change the font styles in all browsers. -2. Remove the margin in Firefox and Safari. -3. Remove default padding in all browsers. -*/ - -button, -input, -optgroup, -select, -textarea { - font-family: inherit; - /* 1 */ - font-feature-settings: inherit; - /* 1 */ - font-variation-settings: inherit; - /* 1 */ - font-size: 100%; - /* 1 */ - font-weight: inherit; - /* 1 */ - line-height: inherit; - /* 1 */ - letter-spacing: inherit; - /* 1 */ - color: inherit; - /* 1 */ - margin: 0; - /* 2 */ - padding: 0; - /* 3 */ -} - -/* -Remove the inheritance of text transform in Edge and Firefox. -*/ - -button, -select { - text-transform: none; -} - -/* -1. Correct the inability to style clickable types in iOS and Safari. -2. Remove default button styles. -*/ - -button, -input:where([type='button']), -input:where([type='reset']), -input:where([type='submit']) { - -webkit-appearance: button; - /* 1 */ - background-color: transparent; - /* 2 */ - background-image: none; - /* 2 */ -} - -/* -Use the modern Firefox focus style for all focusable elements. -*/ - -:-moz-focusring { - outline: auto; -} - -/* -Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) -*/ - -:-moz-ui-invalid { - box-shadow: none; -} - -/* -Add the correct vertical alignment in Chrome and Firefox. -*/ - -progress { - vertical-align: baseline; -} - -/* -Correct the cursor style of increment and decrement buttons in Safari. -*/ - -::-webkit-inner-spin-button, -::-webkit-outer-spin-button { - height: auto; -} - -/* -1. Correct the odd appearance in Chrome and Safari. -2. Correct the outline style in Safari. -*/ - -[type='search'] { - -webkit-appearance: textfield; - /* 1 */ - outline-offset: -2px; - /* 2 */ -} - -/* -Remove the inner padding in Chrome and Safari on macOS. -*/ - -::-webkit-search-decoration { - -webkit-appearance: none; -} - -/* -1. Correct the inability to style clickable types in iOS and Safari. -2. Change font properties to `inherit` in Safari. -*/ - -::-webkit-file-upload-button { - -webkit-appearance: button; - /* 1 */ - font: inherit; - /* 2 */ -} - -/* -Add the correct display in Chrome and Safari. -*/ - -summary { - display: list-item; -} - -/* -Removes the default spacing and border for appropriate elements. -*/ - -blockquote, -dl, -dd, -h1, -h2, -h3, -h4, -h5, -h6, -hr, -figure, -p, -pre { - margin: 0; -} - -fieldset { - margin: 0; - padding: 0; -} - -legend { - padding: 0; -} - -ol, -ul, -menu { - list-style: none; - margin: 0; - padding: 0; -} - -/* -Reset default styling for dialogs. -*/ - -dialog { - padding: 0; -} - -/* -Prevent resizing textareas horizontally by default. -*/ - -textarea { - resize: vertical; -} - -/* -1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) -2. Set the default placeholder color to the user's configured gray 400 color. -*/ - -input::-moz-placeholder, textarea::-moz-placeholder { - opacity: 1; - /* 1 */ - color: #9ca3af; - /* 2 */ -} - -input::placeholder, -textarea::placeholder { - opacity: 1; - /* 1 */ - color: #9ca3af; - /* 2 */ -} - -/* -Set the default cursor for buttons. -*/ - -button, -[role="button"] { - cursor: pointer; -} - -/* -Make sure disabled buttons don't get the pointer cursor. -*/ - -:disabled { - cursor: default; -} - -/* -1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) -2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) - This can trigger a poorly considered lint error in some tools but is included by design. -*/ - -img, -svg, -video, -canvas, -audio, -iframe, -embed, -object { - display: block; - /* 1 */ - vertical-align: middle; - /* 2 */ -} - -/* -Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) -*/ - -img, -video { - max-width: 100%; - height: auto; -} - -/* Make elements with the HTML hidden attribute stay hidden by default */ - -[hidden]:where(:not([hidden="until-found"])) { - display: none; -} - -@font-face { - font-family: 'Baloo2'; - - font-style: normal; - - font-display: swap; - - src: - local('Baloo2'), - url(/fonts/baloo2/Baloo2-Latin-Variable-wght.woff2) format('woff2'); -} - -/* latin-ext */ - -@font-face { - font-family: 'Baloo 2'; - - font-style: normal; - - font-weight: 400 800; - - font-display: swap; - - src: url(/fonts/baloo2/Baloo2-Latin-Variable-ext-wght.woff2) format('woff2'); - - unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, - U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; -} - -@font-face { - font-family: 'Baloo2 Fallback'; - - font-style: normal; - - font-weight: 400; - - src: local('BlinkMacSystemFont'), local('Segoe UI'), local('Helvetica Neue'), - local('Arial'); - - ascent-override: 111.2%; - - descent-override: 54.05%; - - line-gap-override: 0%; - - size-adjust: 96.95%; -} - -@font-face { - font-family: 'Baloo2 Noto Fallback'; - - font-style: normal; - - font-weight: 400; - - src: local('Noto Sans'); - - ascent-override: 88%; - - descent-override: none; - - line-gap-override: 0%; - - size-adjust: 92%; -} - -.visible { - visibility: visible; -} - -.col-span-2 { - grid-column: span 2 / span 2; -} - -.row-span-3 { - grid-row: span 3 / span 3; -} - -.float-start { - float: inline-start; -} - -.clear-both { - clear: both; -} - -.m-1 { - margin: 0.25rem; -} - -.m-10 { - margin: 2.5rem; -} - -.m-4 { - margin: 1rem; -} - -.m-5 { - margin: 1.25rem; -} - -.m-6 { - margin: 1.5rem; -} - -.mx-0\.5 { - margin-left: 0.125rem; - margin-right: 0.125rem; -} - -.mx-2 { - margin-left: 0.5rem; - margin-right: 0.5rem; -} - -.mx-3 { - margin-left: 0.75rem; - margin-right: 0.75rem; -} - -.mx-4 { - margin-left: 1rem; - margin-right: 1rem; -} - -.mx-5 { - margin-left: 1.25rem; - margin-right: 1.25rem; -} - -.mx-6 { - margin-left: 1.5rem; - margin-right: 1.5rem; -} - -.mx-auto { - margin-left: auto; - margin-right: auto; -} - -.my-1 { - margin-top: 0.25rem; - margin-bottom: 0.25rem; -} - -.my-2 { - margin-top: 0.5rem; - margin-bottom: 0.5rem; -} - -.my-3 { - margin-top: 0.75rem; - margin-bottom: 0.75rem; -} - -.my-4 { - margin-top: 1rem; - margin-bottom: 1rem; -} - -.my-5 { - margin-top: 1.25rem; - margin-bottom: 1.25rem; -} - -.mb-1 { - margin-bottom: 0.25rem; -} - -.mb-2 { - margin-bottom: 0.5rem; -} - -.mb-3 { - margin-bottom: 0.75rem; -} - -.mb-4 { - margin-bottom: 1rem; -} - -.mb-5 { - margin-bottom: 1.25rem; -} - -.mb-6 { - margin-bottom: 1.5rem; -} - -.mr-3 { - margin-right: 0.75rem; -} - -.mt-3 { - margin-top: 0.75rem; -} - -.mt-4 { - margin-top: 1rem; -} - -.mb-10 { - margin-bottom: 2.5rem; -} - -.block { - display: block; -} - -.inline-block { - display: inline-block; -} - -.inline { - display: inline; -} - -.flex { - display: flex; -} - -.grid { - display: grid; -} - -.hidden { - display: none; -} - -.h-12 { - height: 3rem; -} - -.h-6 { - height: 1.5rem; -} - -.h-7 { - height: 1.75rem; -} - -.h-\[240px\] { - height: 240px; -} - -.h-\[320px\] { - height: 320px; -} - -.h-auto { - height: auto; -} - -.h-full { - height: 100%; -} - -.max-h-\[236px\] { - max-height: 236px; -} - -.min-h-full { - min-height: 100%; -} - -.w-12 { - width: 3rem; -} - -.w-6 { - width: 1.5rem; -} - -.w-7 { - width: 1.75rem; -} - -.w-\[180px\] { - width: 180px; -} - -.w-\[320px\] { - width: 320px; -} - -.w-0 { - width: 0px; -} - -.max-w-\[24rem\] { - max-width: 24rem; -} - -.max-w-\[32rem\] { - max-width: 32rem; -} - -.max-w-\[392px\] { - max-width: 392px; -} - -.max-w-maxindex { - max-width: 100rem; -} - -.max-w-read { - max-width: 64rem; -} - -.flex-1 { - flex: 1 1 0%; -} - -.shrink-0 { - flex-shrink: 0; -} - -.flex-grow { - flex-grow: 1; -} - -.-translate-y-1\.5 { - --tw-translate-y: -0.375rem; - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} - -.break-inside-avoid { - -moz-column-break-inside: avoid; - break-inside: avoid; -} - -.grid-flow-row { - grid-auto-flow: row; -} - -.flex-row { - flex-direction: row; -} - -.flex-col { - flex-direction: column; -} - -.flex-wrap { - flex-wrap: wrap; -} - -.place-content-center { - place-content: center; -} - -.content-end { - align-content: flex-end; -} - -.items-center { - align-items: center; -} - -.justify-end { - justify-content: flex-end; -} - -.justify-center { - justify-content: center; -} - -.justify-between { - justify-content: space-between; -} - -.justify-around { - justify-content: space-around; -} - -.gap-2 { - gap: 0.5rem; -} - -.gap-4 { - gap: 1rem; -} - -.gap-6 { - gap: 1.5rem; -} - -.self-start { - align-self: flex-start; -} - -.self-center { - align-self: center; -} - -.rounded { - border-radius: 0.25rem; -} - -.rounded-full { - border-radius: 9999px; -} - -.rounded-md { - border-radius: 0.375rem; -} - -.rounded-sm { - border-radius: 0.125rem; -} - -.border { - border-width: 1px; -} - -.border-2 { - border-width: 2px; -} - -.border-l { - border-left-width: 1px; -} - -.border-blue-300 { - --tw-border-opacity: 1; - border-color: rgb(130 195 247 / var(--tw-border-opacity, 1)); -} - -.border-blue-500 { - --tw-border-opacity: 1; - border-color: rgb(23 137 224 / var(--tw-border-opacity, 1)); -} - -.border-blue-950 { - --tw-border-opacity: 1; - border-color: rgb(11 39 70 / var(--tw-border-opacity, 1)); -} - -.border-slate-300 { - --tw-border-opacity: 1; - border-color: rgb(203 213 225 / var(--tw-border-opacity, 1)); -} - -.border-l-slate-300 { - --tw-border-opacity: 1; - border-left-color: rgb(203 213 225 / var(--tw-border-opacity, 1)); -} - -.bg-blue-100 { - --tw-bg-opacity: 1; - background-color: rgb(225 239 253 / var(--tw-bg-opacity, 1)); -} - -.bg-blue-50 { - --tw-bg-opacity: 1; - background-color: rgb(241 247 254 / var(--tw-bg-opacity, 1)); -} - -.bg-pink-200 { - --tw-bg-opacity: 1; - background-color: rgb(255 207 247 / var(--tw-bg-opacity, 1)); -} - -.bg-white { - --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); -} - -.fill-blue-900 { - fill: #103e6a; -} - -.fill-blue-950 { - fill: #0b2746; -} - -.p-0\.5 { - padding: 0.125rem; -} - -.p-2 { - padding: 0.5rem; -} - -.p-3 { - padding: 0.75rem; -} - -.p-4 { - padding: 1rem; -} - -.px-3 { - padding-left: 0.75rem; - padding-right: 0.75rem; -} - -.px-4 { - padding-left: 1rem; - padding-right: 1rem; -} - -.py-2 { - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} - -.pr-3 { - padding-right: 0.75rem; -} - -.text-center { - text-align: center; -} - -.text-right { - text-align: right; -} - -.text-justify { - text-align: justify; -} - -.font-mono { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; -} - -.text-2xl { - font-size: 1.5rem; - line-height: 2rem; -} - -.text-3xl { - font-size: 1.875rem; - line-height: 2.25rem; -} - -.text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; -} - -.text-8xl { - font-size: 6rem; - line-height: 1; -} - -.text-9xl { - font-size: 8rem; - line-height: 1; -} - -.text-base { - font-size: 1rem; - line-height: 1.5rem; -} - -.text-lg { - font-size: 1.125rem; - line-height: 1.75rem; -} - -.text-sm { - font-size: 0.875rem; - line-height: 1.25rem; -} - -.text-xl { - font-size: 1.25rem; - line-height: 1.75rem; -} - -.font-bold { - font-weight: 700; -} - -.font-extrabold { - font-weight: 800; -} - -.font-medium { - font-weight: 500; -} - -.font-semibold { - font-weight: 600; -} - -.capitalize { - text-transform: capitalize; -} - -.italic { - font-style: italic; -} - -.leading-5 { - line-height: 1.25rem; -} - -.leading-tight { - line-height: 1.25; -} - -.text-blue-500 { - --tw-text-opacity: 1; - color: rgb(23 137 224 / var(--tw-text-opacity, 1)); -} - -.text-blue-700 { - --tw-text-opacity: 1; - color: rgb(10 86 154 / var(--tw-text-opacity, 1)); -} - -.text-blue-900 { - --tw-text-opacity: 1; - color: rgb(16 62 106 / var(--tw-text-opacity, 1)); -} - -.text-blue-950 { - --tw-text-opacity: 1; - color: rgb(11 39 70 / var(--tw-text-opacity, 1)); -} - -.text-pink-900 { - --tw-text-opacity: 1; - color: rgb(119 24 89 / var(--tw-text-opacity, 1)); -} - -.text-pink-950 { - --tw-text-opacity: 1; - color: rgb(80 2 56 / var(--tw-text-opacity, 1)); -} - -.text-slate-600 { - --tw-text-opacity: 1; - color: rgb(71 85 105 / var(--tw-text-opacity, 1)); -} - -.text-slate-800 { - --tw-text-opacity: 1; - color: rgb(30 41 59 / var(--tw-text-opacity, 1)); -} - -.no-underline { - text-decoration-line: none; -} - -.transition-colors { - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -a { - --tw-text-opacity: 1; - color: rgb(146 22 110 / var(--tw-text-opacity, 1)); - text-decoration-line: underline; - text-underline-offset: 2px; -} - -a:hover { - --tw-text-opacity: 1; - color: rgb(23 137 224 / var(--tw-text-opacity, 1)); - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - -strong { - font-weight: 500; -} - -.article-body { - h1 { - margin-left: auto; - margin-right: auto; +/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */ +@layer properties; +@layer theme, base, components, utilities; +@layer theme { + :root, :host { + --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", + "Courier New", monospace; + --color-slate-50: oklch(98.4% 0.003 247.858); + --color-slate-100: oklch(96.8% 0.007 247.896); + --color-slate-200: oklch(92.9% 0.013 255.508); + --color-slate-300: oklch(86.9% 0.022 252.894); + --color-slate-600: oklch(44.6% 0.043 257.281); + --color-slate-800: oklch(27.9% 0.041 260.031); + --color-slate-950: oklch(12.9% 0.042 264.695); + --color-white: #fff; + --spacing: 0.25rem; + --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-3xl: 1.875rem; + --text-3xl--line-height: calc(2.25 / 1.875); + --text-4xl: 2.25rem; + --text-4xl--line-height: calc(2.5 / 2.25); + --text-5xl: 3rem; + --text-5xl--line-height: 1; + --text-6xl: 3.75rem; + --text-6xl--line-height: 1; + --text-7xl: 4.5rem; + --text-7xl--line-height: 1; + --text-8xl: 6rem; + --text-8xl--line-height: 1; + --text-9xl: 8rem; + --text-9xl--line-height: 1; + --font-weight-medium: 500; + --font-weight-semibold: 600; + --font-weight-bold: 700; + --font-weight-extrabold: 800; + --leading-tight: 1.25; + --radius-xs: 0.125rem; + --radius-sm: 0.25rem; + --radius-md: 0.375rem; + --aspect-video: 16 / 9; + --default-transition-duration: 150ms; + --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + --default-mono-font-family: var(--font-mono); } - h1 { - margin-bottom: 0.75rem; +} +@layer base { + *, ::after, ::before, ::backdrop, ::file-selector-button { + box-sizing: border-box; + margin: 0; + padding: 0; + border: 0 solid; } - h1 { - margin-top: 1rem; + html, :host { + line-height: 1.5; + -webkit-text-size-adjust: 100%; + tab-size: 4; + font-family: Baloo2, Baloo2 Noto Fallback, Baloo2 Fallback, 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; } - h1 { + 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; + } + :-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 { + .visible { + visibility: visible; + } + .absolute { + position: absolute; + } + .fixed { + position: fixed; + } + .relative { + position: relative; + } + .static { + position: static; + } + .sticky { + position: sticky; + } + .isolate { + isolation: isolate; + } + .col-span-2 { + grid-column: span 2 / span 2; + } + .row-span-3 { + grid-row: span 3 / span 3; + } + .float-start { + float: inline-start; + } + .clear-both { + clear: both; + } + .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; + } + } + .m-1 { + margin: calc(var(--spacing) * 1); + } + .m-4 { + margin: calc(var(--spacing) * 4); + } + .m-5 { + margin: calc(var(--spacing) * 5); + } + .m-6 { + margin: calc(var(--spacing) * 6); + } + .m-10 { + margin: calc(var(--spacing) * 10); + } + .mx-0\.5 { + margin-inline: calc(var(--spacing) * 0.5); + } + .mx-2 { + margin-inline: calc(var(--spacing) * 2); + } + .mx-3 { + margin-inline: calc(var(--spacing) * 3); + } + .mx-4 { + margin-inline: calc(var(--spacing) * 4); + } + .mx-5 { + margin-inline: calc(var(--spacing) * 5); + } + .mx-6 { + margin-inline: calc(var(--spacing) * 6); + } + .mx-auto { + margin-inline: auto; + } + .my-1 { + margin-block: calc(var(--spacing) * 1); + } + .my-2 { + margin-block: calc(var(--spacing) * 2); + } + .my-3 { + margin-block: calc(var(--spacing) * 3); + } + .my-4 { + margin-block: calc(var(--spacing) * 4); + } + .my-5 { + margin-block: calc(var(--spacing) * 5); + } + .mt-3 { + margin-top: calc(var(--spacing) * 3); + } + .mt-4 { + margin-top: calc(var(--spacing) * 4); + } + .mr-3 { + margin-right: calc(var(--spacing) * 3); + } + .mb-1 { + margin-bottom: calc(var(--spacing) * 1); + } + .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-5 { + margin-bottom: calc(var(--spacing) * 5); + } + .mb-6 { + margin-bottom: calc(var(--spacing) * 6); + } + .block { + display: block; + } + .flex { + display: flex; + } + .grid { + display: grid; + } + .hidden { + display: none; + } + .inline { + display: inline; + } + .inline-block { + display: inline-block; + } + .table { + display: table; + } + .h-6 { + height: calc(var(--spacing) * 6); + } + .h-7 { + height: calc(var(--spacing) * 7); + } + .h-12 { + height: calc(var(--spacing) * 12); + } + .h-\[240px\] { + height: 240px; + } + .h-\[320px\] { + height: 320px; + } + .h-auto { + height: auto; + } + .max-h-\[236px\] { + max-height: 236px; + } + .min-h-full { + min-height: 100%; + } + .w-0 { + width: calc(var(--spacing) * 0); + } + .w-6 { + width: calc(var(--spacing) * 6); + } + .w-7 { + width: calc(var(--spacing) * 7); + } + .w-12 { + width: calc(var(--spacing) * 12); + } + .w-\[180px\] { + width: 180px; + } + .w-\[320px\] { + width: 320px; + } + .max-w-\[24rem\] { + max-width: 24rem; + } + .max-w-\[32rem\] { + max-width: 32rem; + } + .max-w-\[392px\] { + max-width: 392px; + } + .max-w-maxindex { + max-width: 100rem; + } + .max-w-read { max-width: 64rem; } - h1 { - padding-left: 1rem; - padding-right: 1rem; + .flex-1 { + flex: 1; } - h1 { - font-size: 1.5rem; - line-height: 2rem; + .shrink-0 { + flex-shrink: 0; } - h1 { - font-weight: 600; + .grow { + flex-grow: 1; } - h1 { - --tw-text-opacity: 1; - color: rgb(16 62 106 / var(--tw-text-opacity, 1)); + .-translate-y-1\.5 { + --tw-translate-y: calc(var(--spacing) * -1.5); + translate: var(--tw-translate-x) var(--tw-translate-y); } - @media (min-width: 768px) { - h1 { - font-size: 2.25rem; - line-height: 2.5rem; - } + .transform { + transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,); } - @media (min-width: 1024px) { - h1 { - font-size: 3rem; - line-height: 1; - } + .break-inside-avoid { + break-inside: avoid; } - h2 { - margin-left: auto; - margin-right: auto; + .grid-flow-row { + grid-auto-flow: row; } - h2 { - margin-bottom: 0.75rem; + .flex-col { + flex-direction: column; } - h2 { - margin-top: 1rem; + .flex-row { + flex-direction: row; } - h2 { - max-width: 64rem; + .flex-wrap { + flex-wrap: wrap; } - h2 { - padding-left: 1rem; - padding-right: 1rem; + .place-content-center { + place-content: center; } - h2 { - font-size: 1.25rem; - line-height: 1.75rem; + .content-end { + align-content: flex-end; } - h2 { - font-weight: 600; + .items-center { + align-items: center; } - h2 { - --tw-text-opacity: 1; - color: rgb(16 62 106 / var(--tw-text-opacity, 1)); + .justify-around { + justify-content: space-around; } - @media (min-width: 768px) { - h2 { - margin-bottom: 1.5rem; - } + .justify-between { + justify-content: space-between; } - @media (min-width: 768px) { - h2 { - margin-top: 2rem; - } + .justify-center { + justify-content: center; } - @media (min-width: 768px) { - h2 { - font-size: 1.5rem; - line-height: 2rem; - } + .justify-end { + justify-content: flex-end; } - @media (min-width: 1024px) { - h2 { - margin-bottom: 2rem; - } + .gap-2 { + gap: calc(var(--spacing) * 2); } - @media (min-width: 1024px) { - h2 { - margin-top: 3rem; - } + .gap-4 { + gap: calc(var(--spacing) * 4); } - @media (min-width: 1024px) { - h2 { - font-size: 2.25rem; - line-height: 2.5rem; - } + .gap-6 { + gap: calc(var(--spacing) * 6); } - h3 { - margin-left: auto; - margin-right: auto; + .self-center { + align-self: center; } - h3 { - margin-bottom: 0.75rem; + .self-start { + align-self: flex-start; } - h3 { - margin-top: 1rem; + .rounded { + border-radius: 0.25rem; } - h3 { - max-width: 64rem; + .rounded-full { + border-radius: calc(infinity * 1px); } - h3 { - padding-left: 1rem; - padding-right: 1rem; + .rounded-md { + border-radius: var(--radius-md); } - h3 { - font-size: 1.125rem; - line-height: 1.75rem; + .rounded-sm { + border-radius: var(--radius-sm); } - h3 { - font-weight: 600; + .rounded-xs { + border-radius: var(--radius-xs); } - h3 { - --tw-text-opacity: 1; - color: rgb(16 62 106 / var(--tw-text-opacity, 1)); + .border { + border-style: var(--tw-border-style); + border-width: 1px; } - @media (min-width: 768px) { - h3 { - margin-bottom: 1.5rem; - } + .border-2 { + border-style: var(--tw-border-style); + border-width: 2px; } - @media (min-width: 768px) { - h3 { - margin-top: 2rem; - } + .border-l { + border-left-style: var(--tw-border-style); + border-left-width: 1px; } - @media (min-width: 768px) { - h3 { - font-size: 1.25rem; - line-height: 1.75rem; - } + .border-blue-300 { + border-color: #82c3f7; } - @media (min-width: 1024px) { - h3 { - margin-bottom: 2rem; - } + .border-blue-500 { + border-color: #1789e0; } - @media (min-width: 1024px) { - h3 { - margin-top: 3rem; - } + .border-blue-950 { + border-color: #0b2746; } - @media (min-width: 1024px) { - h3 { - font-size: 1.875rem; - line-height: 2.25rem; - } + .border-slate-300 { + border-color: var(--color-slate-300); } - h4 { - margin-left: auto; - margin-right: auto; + .bg-blue-50 { + background-color: #f1f7fe; } - h4 { - margin-bottom: 0.5rem; + .bg-blue-100 { + background-color: #e1effd; } - h4 { - margin-top: 0.75rem; + .bg-pink-200 { + background-color: #ffcff7; } - h4 { - max-width: 64rem; + .bg-white { + background-color: var(--color-white); } - h4 { - padding-left: 1rem; - padding-right: 1rem; + .fill-blue-900 { + fill: #103e6a; } - h4 { - font-size: 1.125rem; - line-height: 1.75rem; + .fill-blue-950 { + fill: #0b2746; } - h4 { - font-weight: 500; + .object-cover { + object-fit: cover; } - h4 { - --tw-text-opacity: 1; - color: rgb(16 62 106 / var(--tw-text-opacity, 1)); + .p-0\.5 { + padding: calc(var(--spacing) * 0.5); } - @media (min-width: 768px) { - h4 { - margin-bottom: 1.5rem; - } + .p-2 { + padding: calc(var(--spacing) * 2); } - @media (min-width: 768px) { - h4 { - margin-top: 2rem; - } + .p-3 { + padding: calc(var(--spacing) * 3); } - @media (min-width: 768px) { - h4 { - font-size: 1.125rem; - line-height: 1.75rem; - } + .p-4 { + padding: calc(var(--spacing) * 4); } - @media (min-width: 1024px) { - h4 { - margin-bottom: 2rem; - } + .px-3 { + padding-inline: calc(var(--spacing) * 3); } - @media (min-width: 1024px) { - h4 { - margin-top: 3rem; - } + .px-4 { + padding-inline: calc(var(--spacing) * 4); } - @media (min-width: 1024px) { - h4 { - font-size: 1.875rem; - line-height: 2.25rem; - } + .py-2 { + padding-block: calc(var(--spacing) * 2); } - p { - margin-top: 0.5rem; - margin-bottom: 0.5rem; + .pr-3 { + padding-right: calc(var(--spacing) * 3); } - p { - margin-left: auto; - margin-right: auto; + .text-center { + text-align: center; } - p { - max-width: 64rem; - } - p { - padding-left: 1rem; - padding-right: 1rem; - } - p { + .text-justify { text-align: justify; } - p { - --tw-text-opacity: 1; - color: rgb(2 6 23 / var(--tw-text-opacity, 1)); + .text-right { + text-align: right; } - @media (min-width: 768px) { - p { - margin-top: 2rem; - margin-bottom: 2rem; + .font-mono { + font-family: var(--font-mono); + } + .text-2xl { + font-size: var(--text-2xl); + line-height: var(--tw-leading, var(--text-2xl--line-height)); + } + .text-3xl { + font-size: var(--text-3xl); + line-height: var(--tw-leading, var(--text-3xl--line-height)); + } + .text-4xl { + font-size: var(--text-4xl); + line-height: var(--tw-leading, var(--text-4xl--line-height)); + } + .text-8xl { + font-size: var(--text-8xl); + line-height: var(--tw-leading, var(--text-8xl--line-height)); + } + .text-9xl { + font-size: var(--text-9xl); + line-height: var(--tw-leading, var(--text-9xl--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-5 { + --tw-leading: calc(var(--spacing) * 5); + line-height: calc(var(--spacing) * 5); + } + .leading-tight { + --tw-leading: var(--leading-tight); + line-height: var(--leading-tight); + } + .font-bold { + --tw-font-weight: var(--font-weight-bold); + font-weight: var(--font-weight-bold); + } + .font-extrabold { + --tw-font-weight: var(--font-weight-extrabold); + font-weight: var(--font-weight-extrabold); + } + .font-medium { + --tw-font-weight: var(--font-weight-medium); + font-weight: var(--font-weight-medium); + } + .font-semibold { + --tw-font-weight: var(--font-weight-semibold); + font-weight: var(--font-weight-semibold); + } + .text-blue-500 { + color: #1789e0; + } + .text-blue-700 { + color: #0a569a; + } + .text-blue-900 { + color: #103e6a; + } + .text-blue-950 { + color: #0b2746; + } + .text-pink-900 { + color: #771859; + } + .text-pink-950 { + color: #500238; + } + .text-slate-600 { + color: var(--color-slate-600); + } + .text-slate-800 { + color: var(--color-slate-800); + } + .lowercase { + text-transform: lowercase; + } + .italic { + font-style: italic; + } + .no-underline { + text-decoration-line: none; + } + .blur { + --tw-blur: blur(8px); + 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,); + } + .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, visibility, 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-colors { + transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .visited\:text-blue-950 { + &:visited { + color: #0b2746; } } - @media (min-width: 768px) { - p { - font-size: 1.125rem; - line-height: 1.75rem; + .visited\:text-purple-700 { + &:visited { + color: #441E73; } } - @media (min-width: 1024px) { - p { - font-size: 1.75rem; - line-height: 2.25rem; - letter-spacing: -0.015em; - font-weight: 400; + .hover\:bg-pink-200 { + &:hover { + @media (hover: hover) { + background-color: #ffcff7; + } } } - pre { - margin-top: 0.25rem; - margin-bottom: 0.25rem; + .hover\:fill-blue-400 { + &:hover { + @media (hover: hover) { + fill: #42a6f0; + } + } } - pre { - margin-left: auto; - margin-right: auto; + .sm\:float-none { + @media (width >= 40rem) { + float: none; + } } - pre { + .sm\:clear-none { + @media (width >= 40rem) { + clear: none; + } + } + .sm\:my-4 { + @media (width >= 40rem) { + margin-block: calc(var(--spacing) * 4); + } + } + .sm\:mt-0 { + @media (width >= 40rem) { + margin-top: calc(var(--spacing) * 0); + } + } + .sm\:mb-0 { + @media (width >= 40rem) { + margin-bottom: calc(var(--spacing) * 0); + } + } + .sm\:ml-0 { + @media (width >= 40rem) { + margin-left: calc(var(--spacing) * 0); + } + } + .sm\:grid { + @media (width >= 40rem) { + display: grid; + } + } + .sm\:grid-flow-col { + @media (width >= 40rem) { + grid-auto-flow: column; + } + } + .sm\:grid-cols-\[max-content_1fr\] { + @media (width >= 40rem) { + grid-template-columns: max-content 1fr; + } + } + .sm\:grid-rows-\[max-content_1fr_max-content\] { + @media (width >= 40rem) { + grid-template-rows: max-content 1fr max-content; + } + } + .sm\:gap-4 { + @media (width >= 40rem) { + gap: calc(var(--spacing) * 4); + } + } + .sm\:py-4 { + @media (width >= 40rem) { + padding-block: calc(var(--spacing) * 4); + } + } + .md\:mx-6 { + @media (width >= 48rem) { + margin-inline: calc(var(--spacing) * 6); + } + } + .md\:my-8 { + @media (width >= 48rem) { + margin-block: calc(var(--spacing) * 8); + } + } + .md\:block { + @media (width >= 48rem) { + display: block; + } + } + .md\:grid { + @media (width >= 48rem) { + display: grid; + } + } + .md\:h-16 { + @media (width >= 48rem) { + height: calc(var(--spacing) * 16); + } + } + .md\:w-16 { + @media (width >= 48rem) { + width: calc(var(--spacing) * 16); + } + } + .md\:grid-cols-2 { + @media (width >= 48rem) { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + } + .md\:grid-cols-\[1fr_auto\] { + @media (width >= 48rem) { + grid-template-columns: 1fr auto; + } + } + .md\:grid-rows-\[masonry\] { + @media (width >= 48rem) { + grid-template-rows: masonry; + } + } + .md\:items-stretch { + @media (width >= 48rem) { + align-items: stretch; + } + } + .md\:justify-stretch { + @media (width >= 48rem) { + justify-content: stretch; + } + } + .md\:gap-x-8 { + @media (width >= 48rem) { + column-gap: calc(var(--spacing) * 8); + } + } + .md\:text-2xl { + @media (width >= 48rem) { + font-size: var(--text-2xl); + line-height: var(--tw-leading, var(--text-2xl--line-height)); + } + } + .md\:text-3xl { + @media (width >= 48rem) { + font-size: var(--text-3xl); + line-height: var(--tw-leading, var(--text-3xl--line-height)); + } + } + .md\:text-4xl { + @media (width >= 48rem) { + font-size: var(--text-4xl); + line-height: var(--tw-leading, var(--text-4xl--line-height)); + } + } + .md\:text-5xl { + @media (width >= 48rem) { + font-size: var(--text-5xl); + line-height: var(--tw-leading, var(--text-5xl--line-height)); + } + } + .md\:text-6xl { + @media (width >= 48rem) { + font-size: var(--text-6xl); + line-height: var(--tw-leading, var(--text-6xl--line-height)); + } + } + .md\:text-base { + @media (width >= 48rem) { + font-size: var(--text-base); + line-height: var(--tw-leading, var(--text-base--line-height)); + } + } + .md\:text-lg { + @media (width >= 48rem) { + font-size: var(--text-lg); + line-height: var(--tw-leading, var(--text-lg--line-height)); + } + } + .md\:text-xl { + @media (width >= 48rem) { + font-size: var(--text-xl); + line-height: var(--tw-leading, var(--text-xl--line-height)); + } + } + .md\:leading-tight { + @media (width >= 48rem) { + --tw-leading: var(--leading-tight); + line-height: var(--leading-tight); + } + } + .lg\:col-span-2 { + @media (width >= 64rem) { + grid-column: span 2 / span 2; + } + } + .lg\:row-span-2 { + @media (width >= 64rem) { + grid-row: span 2 / span 2; + } + } + .lg\:row-start-2 { + @media (width >= 64rem) { + grid-row-start: 2; + } + } + .lg\:mx-auto { + @media (width >= 64rem) { + margin-inline: auto; + } + } + .lg\:my-6 { + @media (width >= 64rem) { + margin-block: calc(var(--spacing) * 6); + } + } + .lg\:mt-8 { + @media (width >= 64rem) { + margin-top: calc(var(--spacing) * 8); + } + } + .lg\:mt-20 { + @media (width >= 64rem) { + margin-top: calc(var(--spacing) * 20); + } + } + .lg\:mb-10 { + @media (width >= 64rem) { + margin-bottom: calc(var(--spacing) * 10); + } + } + .lg\:block { + @media (width >= 64rem) { + display: block; + } + } + .lg\:grid { + @media (width >= 64rem) { + display: grid; + } + } + .lg\:hidden { + @media (width >= 64rem) { + display: none; + } + } + .lg\:grid-cols-2 { + @media (width >= 64rem) { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + } + .lg\:grid-cols-\[2fr_1fr\] { + @media (width >= 64rem) { + grid-template-columns: 2fr 1fr; + } + } + .lg\:grid-rows-\[min-content_1fr\] { + @media (width >= 64rem) { + grid-template-rows: min-content 1fr; + } + } + .lg\:gap-x-32 { + @media (width >= 64rem) { + column-gap: calc(var(--spacing) * 32); + } + } + .lg\:gap-y-8 { + @media (width >= 64rem) { + row-gap: calc(var(--spacing) * 8); + } + } + .lg\:text-4xl { + @media (width >= 64rem) { + font-size: var(--text-4xl); + line-height: var(--tw-leading, var(--text-4xl--line-height)); + } + } + .lg\:text-6xl { + @media (width >= 64rem) { + font-size: var(--text-6xl); + line-height: var(--tw-leading, var(--text-6xl--line-height)); + } + } + .lg\:text-lg { + @media (width >= 64rem) { + font-size: var(--text-lg); + line-height: var(--tw-leading, var(--text-lg--line-height)); + } + } + .xl\:col-auto { + @media (width >= 80rem) { + grid-column: auto; + } + } + .xl\:col-span-2 { + @media (width >= 80rem) { + grid-column: span 2 / span 2; + } + } + .xl\:row-span-2 { + @media (width >= 80rem) { + grid-row: span 2 / span 2; + } + } + .xl\:row-start-auto { + @media (width >= 80rem) { + grid-row-start: auto; + } + } + .xl\:mt-10 { + @media (width >= 80rem) { + margin-top: calc(var(--spacing) * 10); + } + } + .xl\:mb-4 { + @media (width >= 80rem) { + margin-bottom: calc(var(--spacing) * 4); + } + } + .xl\:block { + @media (width >= 80rem) { + display: block; + } + } + .xl\:flex { + @media (width >= 80rem) { + display: flex; + } + } + .xl\:grid { + @media (width >= 80rem) { + display: grid; + } + } + .xl\:hidden { + @media (width >= 80rem) { + display: none; + } + } + .xl\:grid-cols-3 { + @media (width >= 80rem) { + grid-template-columns: repeat(3, minmax(0, 1fr)); + } + } + .xl\:grid-cols-\[1fr_2fr\] { + @media (width >= 80rem) { + grid-template-columns: 1fr 2fr; + } + } + .xl\:justify-start { + @media (width >= 80rem) { + justify-content: flex-start; + } + } + .xl\:gap-8 { + @media (width >= 80rem) { + gap: calc(var(--spacing) * 8); + } + } + .xl\:gap-10 { + @media (width >= 80rem) { + gap: calc(var(--spacing) * 10); + } + } + .xl\:gap-x-32 { + @media (width >= 80rem) { + column-gap: calc(var(--spacing) * 32); + } + } + .xl\:border-l { + @media (width >= 80rem) { + border-left-style: var(--tw-border-style); + border-left-width: 1px; + } + } + .xl\:border-slate-300 { + @media (width >= 80rem) { + border-color: var(--color-slate-300); + } + } + .xl\:text-4xl { + @media (width >= 80rem) { + font-size: var(--text-4xl); + line-height: var(--tw-leading, var(--text-4xl--line-height)); + } + } + .xl\:text-7xl { + @media (width >= 80rem) { + font-size: var(--text-7xl); + line-height: var(--tw-leading, var(--text-7xl--line-height)); + } + } + .xl\:font-medium { + @media (width >= 80rem) { + --tw-font-weight: var(--font-weight-medium); + font-weight: var(--font-weight-medium); + } + } + .xl\:first\:border-l-0 { + @media (width >= 80rem) { + &:first-child { + border-left-style: var(--tw-border-style); + border-left-width: 0px; + } + } + } + .print\:hidden { + @media print { + display: none; + } + } + .print\:inline { + @media print { + display: inline; + } + } +} +@layer base { + @font-face { + font-family: 'Baloo2'; + font-style: normal; + font-display: swap; + src: local('Baloo2'), url(/fonts/baloo2/Baloo2-Latin-Variable-wght.woff2) format('woff2'); + } + @font-face { + font-family: 'Baloo 2'; + font-style: normal; + font-weight: 400 800; + font-display: swap; + src: url(/fonts/baloo2/Baloo2-Latin-Variable-ext-wght.woff2) format('woff2'); + unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; + } + @font-face { + font-family: 'Baloo2 Fallback'; + font-style: normal; + font-weight: 400; + src: local('BlinkMacSystemFont'), local('Segoe UI'), local('Helvetica Neue'), local('Arial'); + ascent-override: 111.2%; + descent-override: 54.05%; + line-gap-override: 0%; + size-adjust: 96.95%; + } + @font-face { + font-family: 'Baloo2 Noto Fallback'; + font-style: normal; + font-weight: 400; + src: local('Noto Sans'); + ascent-override: 88%; + descent-override: none; + line-gap-override: 0%; + size-adjust: 92%; + } +} +a { + color: #92166e; + text-decoration-line: underline; + text-underline-offset: 2px; + &:hover { + @media (hover: hover) { + color: #1789e0; + } + } + &:hover { + @media (hover: hover) { + 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, visibility, 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)); + } + } +} +strong { + --tw-font-weight: var(--font-weight-medium); + font-weight: var(--font-weight-medium); +} +.article-body { + h1 { + margin-inline: auto; + margin-top: calc(var(--spacing) * 4); + margin-bottom: calc(var(--spacing) * 3); max-width: 64rem; + padding-inline: calc(var(--spacing) * 4); + font-size: var(--text-2xl); + line-height: var(--tw-leading, var(--text-2xl--line-height)); + --tw-font-weight: var(--font-weight-semibold); + font-weight: var(--font-weight-semibold); + color: #103e6a; + @media (width >= 48rem) { + font-size: var(--text-4xl); + line-height: var(--tw-leading, var(--text-4xl--line-height)); + } + @media (width >= 64rem) { + font-size: var(--text-5xl); + line-height: var(--tw-leading, var(--text-5xl--line-height)); + } + } + h2 { + margin-inline: auto; + margin-top: calc(var(--spacing) * 4); + margin-bottom: calc(var(--spacing) * 3); + max-width: 64rem; + padding-inline: calc(var(--spacing) * 4); + font-size: var(--text-xl); + line-height: var(--tw-leading, var(--text-xl--line-height)); + --tw-font-weight: var(--font-weight-semibold); + font-weight: var(--font-weight-semibold); + color: #103e6a; + @media (width >= 48rem) { + margin-top: calc(var(--spacing) * 8); + } + @media (width >= 48rem) { + margin-bottom: calc(var(--spacing) * 6); + } + @media (width >= 48rem) { + font-size: var(--text-2xl); + line-height: var(--tw-leading, var(--text-2xl--line-height)); + } + @media (width >= 64rem) { + margin-top: calc(var(--spacing) * 12); + } + @media (width >= 64rem) { + margin-bottom: calc(var(--spacing) * 8); + } + @media (width >= 64rem) { + font-size: var(--text-4xl); + line-height: var(--tw-leading, var(--text-4xl--line-height)); + } + } + h3 { + margin-inline: auto; + margin-top: calc(var(--spacing) * 4); + margin-bottom: calc(var(--spacing) * 3); + max-width: 64rem; + padding-inline: calc(var(--spacing) * 4); + font-size: var(--text-lg); + line-height: var(--tw-leading, var(--text-lg--line-height)); + --tw-font-weight: var(--font-weight-semibold); + font-weight: var(--font-weight-semibold); + color: #103e6a; + @media (width >= 48rem) { + margin-top: calc(var(--spacing) * 8); + } + @media (width >= 48rem) { + margin-bottom: calc(var(--spacing) * 6); + } + @media (width >= 48rem) { + font-size: var(--text-xl); + line-height: var(--tw-leading, var(--text-xl--line-height)); + } + @media (width >= 64rem) { + margin-top: calc(var(--spacing) * 12); + } + @media (width >= 64rem) { + margin-bottom: calc(var(--spacing) * 8); + } + @media (width >= 64rem) { + font-size: var(--text-3xl); + line-height: var(--tw-leading, var(--text-3xl--line-height)); + } + } + h4 { + margin-inline: auto; + margin-top: calc(var(--spacing) * 3); + margin-bottom: calc(var(--spacing) * 2); + max-width: 64rem; + padding-inline: calc(var(--spacing) * 4); + font-size: var(--text-lg); + line-height: var(--tw-leading, var(--text-lg--line-height)); + --tw-font-weight: var(--font-weight-medium); + font-weight: var(--font-weight-medium); + color: #103e6a; + @media (width >= 48rem) { + margin-top: calc(var(--spacing) * 8); + } + @media (width >= 48rem) { + margin-bottom: calc(var(--spacing) * 6); + } + @media (width >= 48rem) { + font-size: var(--text-lg); + line-height: var(--tw-leading, var(--text-lg--line-height)); + } + @media (width >= 64rem) { + margin-top: calc(var(--spacing) * 12); + } + @media (width >= 64rem) { + margin-bottom: calc(var(--spacing) * 8); + } + @media (width >= 64rem) { + font-size: var(--text-3xl); + line-height: var(--tw-leading, var(--text-3xl--line-height)); + } + } + p { + margin-inline: auto; + margin-block: calc(var(--spacing) * 2); + max-width: 64rem; + padding-inline: calc(var(--spacing) * 4); + text-align: justify; + color: var(--color-slate-950); + @media (width >= 48rem) { + margin-block: calc(var(--spacing) * 8); + } + @media (width >= 48rem) { + font-size: var(--text-lg); + line-height: var(--tw-leading, var(--text-lg--line-height)); + } + @media (width >= 64rem) { + font-size: 1.75rem; + line-height: var(--tw-leading, 2.25rem); + letter-spacing: var(--tw-tracking, -0.015em); + font-weight: var(--tw-font-weight, 400); + } } pre { + margin-inline: auto; + margin-block: calc(var(--spacing) * 1); + max-width: 64rem; overflow: auto; - } - pre { - padding: 1rem; - } - pre { - font-size: 0.875rem; - line-height: 1.25rem; - } - figure { - padding: 1rem; + padding: calc(var(--spacing) * 4); + font-size: var(--text-sm); + line-height: var(--tw-leading, var(--text-sm--line-height)); } figure { + padding: calc(var(--spacing) * 4); img { - margin-left: auto; - margin-right: auto; - } - img { - border-radius: 0.25rem; - } - img { - --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - @media (min-width: 1024px) { - img { + margin-inline: auto; + border-radius: var(--radius-sm); + --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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); + @media (width >= 64rem) { max-width: min(70rem, 95vw); } } } figcaption { - margin-top: 0.5rem; - } - figcaption { + margin-top: calc(var(--spacing) * 2); text-align: center; - } - figcaption { - font-size: 0.875rem; - line-height: 1.25rem; - } - figcaption { + font-size: var(--text-sm); + line-height: var(--tw-leading, var(--text-sm--line-height)); + color: #0c4980; font-style: italic; - } - figcaption { - --tw-text-opacity: 1; - color: rgb(12 73 128 / var(--tw-text-opacity, 1)); - } - @media (min-width: 768px) { - figcaption { - font-size: 1rem; - line-height: 1.5rem; + @media (width >= 48rem) { + font-size: var(--text-base); + line-height: var(--tw-leading, var(--text-base--line-height)); } - } - @media (min-width: 1024px) { - figcaption { - font-size: 1.125rem; - line-height: 1.75rem; + @media (width >= 64rem) { + font-size: var(--text-lg); + line-height: var(--tw-leading, var(--text-lg--line-height)); } } table { - margin-left: auto; - margin-right: auto; - } - table { - margin-top: 1rem; - margin-bottom: 1rem; - } - table { + margin-inline: auto; + margin-block: calc(var(--spacing) * 4); max-width: min(70rem, 95vw); - } - table { table-layout: auto; - } - table { border-collapse: collapse; - } - table { - --tw-border-spacing-x: 3rem; - --tw-border-spacing-y: 3rem; + --tw-border-spacing-x: calc(var(--spacing) * 12); + --tw-border-spacing-y: calc(var(--spacing) * 12); border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y); - } - table { - border-radius: 0.25rem; - } - table { + border-radius: var(--radius-sm); + border-style: var(--tw-border-style); border-width: 1px; - } - table { - --tw-border-opacity: 1; - border-color: rgb(226 232 240 / var(--tw-border-opacity, 1)); - } - table { - font-size: 0.875rem; - line-height: 1.25rem; - } - @media (min-width: 768px) { - table { - font-size: 1rem; - line-height: 1.5rem; + border-color: var(--color-slate-200); + font-size: var(--text-sm); + line-height: var(--tw-leading, var(--text-sm--line-height)); + @media (width >= 48rem) { + font-size: var(--text-base); + line-height: var(--tw-leading, var(--text-base--line-height)); } - } - @media (min-width: 1024px) { - table { - margin-top: 2rem; - margin-bottom: 2rem; + @media (width >= 64rem) { + margin-block: calc(var(--spacing) * 8); } - } - @media (min-width: 1024px) { - table { - font-size: 1.25rem; - line-height: 1.75rem; + @media (width >= 64rem) { + font-size: var(--text-xl); + line-height: var(--tw-leading, var(--text-xl--line-height)); } } thead { - --tw-bg-opacity: 1; - background-color: rgb(225 239 253 / var(--tw-bg-opacity, 1)); + background-color: #e1effd; } tbody { - --tw-bg-opacity: 1; - background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1)); + background-color: var(--color-slate-50); } - td, - th { + td, th { + border-bottom-style: var(--tw-border-style); border-bottom-width: 1px; - } - td, - th { - padding-top: 0.125rem; - padding-bottom: 0.125rem; - } - td, - th { - padding-left: 0.5rem; - padding-right: 0.5rem; - } - @media (min-width: 768px) { - td, - th { - padding-top: 0.5rem; - padding-bottom: 0.5rem; + padding-inline: calc(var(--spacing) * 2); + padding-block: calc(var(--spacing) * 0.5); + @media (width >= 48rem) { + padding-inline: calc(var(--spacing) * 5); + } + @media (width >= 48rem) { + padding-block: calc(var(--spacing) * 2); } } - @media (min-width: 768px) { - td, - th { - padding-left: 1.25rem; - padding-right: 1.25rem; + tr { + &:nth-child(even) { + background-color: var(--color-slate-100); } } - tr:nth-child(even) { - --tw-bg-opacity: 1; - background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1)); - } - blockquote { - margin-left: 1.5rem; - margin-right: 1.5rem; - } blockquote { + margin-inline: calc(var(--spacing) * 6); max-width: 60rem; - } - blockquote { + border-left-style: var(--tw-border-style); border-left-width: 4px; - } - blockquote { - --tw-border-opacity: 1; - border-color: rgb(215 34 169 / var(--tw-border-opacity, 1)); - } - blockquote { - --tw-bg-opacity: 1; - background-color: rgb(255 244 253 / var(--tw-bg-opacity, 1)); - } - blockquote { - padding-top: 0.25rem; - padding-bottom: 0.25rem; - } - blockquote { - padding-left: 0.5rem; - padding-right: 0.5rem; - } - @media (min-width: 1024px) { - blockquote { - margin-left: auto; - margin-right: auto; - } - } - blockquote { - p { - margin-top: 0.5rem; - margin-bottom: 0.5rem; + border-color: #d722a9; + background-color: #fff4fd; + padding-inline: calc(var(--spacing) * 2); + padding-block: calc(var(--spacing) * 1); + @media (width >= 64rem) { + margin-inline: auto; } p { + margin-block: calc(var(--spacing) * 2); max-width: 60rem; - } - p { - --tw-text-opacity: 1; - color: rgb(71 85 105 / var(--tw-text-opacity, 1)); - } - @media (min-width: 768px) { - p { - margin-top: 1rem; - margin-bottom: 1rem; + color: var(--color-slate-600); + @media (width >= 48rem) { + margin-block: calc(var(--spacing) * 4); } } } :not(pre) code { - border-radius: 0.25rem; - } - :not(pre) code { + border-radius: var(--radius-sm); + border-style: var(--tw-border-style); border-width: 1px; - } - :not(pre) code { - --tw-border-opacity: 1; - border-color: rgb(130 195 247 / var(--tw-border-opacity, 1)); - } - :not(pre) code { - --tw-bg-opacity: 1; - background-color: rgb(225 239 253 / var(--tw-bg-opacity, 1)); - } - :not(pre) code { - padding-left: 0.25rem; - padding-right: 0.25rem; - } - :not(pre) code { - padding-top: 0.125rem; - padding-bottom: 0.125rem; - } - :not(pre) code { - font-size: 0.875rem; - line-height: 1.25rem; - } - :not(pre) code { - --tw-text-opacity: 1; - color: rgb(119 24 89 / var(--tw-text-opacity, 1)); - } - @media (min-width: 768px) { - :not(pre) code { - font-size: 1rem; - line-height: 1.5rem; + border-color: #82c3f7; + background-color: #e1effd; + padding-inline: calc(var(--spacing) * 1); + padding-block: calc(var(--spacing) * 0.5); + font-size: var(--text-sm); + line-height: var(--tw-leading, var(--text-sm--line-height)); + color: #771859; + @media (width >= 48rem) { + font-size: var(--text-base); + line-height: var(--tw-leading, var(--text-base--line-height)); } - } - @media (min-width: 1024px) { - :not(pre) code { - font-size: 1.25rem; - line-height: 1.75rem; + @media (width >= 64rem) { + font-size: var(--text-xl); + line-height: var(--tw-leading, var(--text-xl--line-height)); } } pre code pre { - margin-left: 0.5rem; - margin-right: 0.5rem; - } - pre code pre { - border-radius: 0.25rem; - } - pre code pre { - --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); - --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - @media (min-width: 1024px) { - pre code pre { - margin-left: auto; - margin-right: auto; + margin-inline: calc(var(--spacing) * 2); + border-radius: var(--radius-sm); + --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05)); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + @media (width >= 64rem) { + margin-inline: auto; } - } - @media (min-width: 1024px) { - pre code pre { + @media (width >= 64rem) { max-width: 60rem; } - } - @media (min-width: 1024px) { - pre code pre { - font-size: 1.125rem; - line-height: 1.75rem; + @media (width >= 64rem) { + font-size: var(--text-lg); + line-height: var(--tw-leading, var(--text-lg--line-height)); } } - ul, - ol { - margin-top: 0.5rem; - margin-bottom: 0.5rem; - } - ul, - ol { - margin-left: auto; - margin-right: auto; - } - ul, - ol { + ul, ol { + margin-inline: auto; + margin-block: calc(var(--spacing) * 2); max-width: 64rem; - } - ul, - ol { - padding-left: 2.5rem; - } - ul, - ol { - padding-right: 1.5rem; - } - ul, - ol { - --tw-text-opacity: 1; - color: rgb(2 6 23 / var(--tw-text-opacity, 1)); - } - @media (min-width: 768px) { - ul, - ol { - margin-top: 2rem; - margin-bottom: 2rem; + padding-right: calc(var(--spacing) * 6); + padding-left: calc(var(--spacing) * 10); + color: var(--color-slate-950); + @media (width >= 48rem) { + margin-block: calc(var(--spacing) * 8); } - } - @media (min-width: 768px) { - ul, - ol { - font-size: 1.125rem; - line-height: 1.75rem; + @media (width >= 48rem) { + font-size: var(--text-lg); + line-height: var(--tw-leading, var(--text-lg--line-height)); } - } - @media (min-width: 1024px) { - ul, - ol { - padding-left: 3.5rem; + @media (width >= 64rem) { + padding-left: calc(var(--spacing) * 14); } - } - @media (min-width: 1024px) { - ul, - ol { + @media (width >= 64rem) { font-size: 1.75rem; - line-height: 2.25rem; - letter-spacing: -0.015em; - font-weight: 400; + line-height: var(--tw-leading, 2.25rem); + letter-spacing: var(--tw-tracking, -0.015em); + font-weight: var(--tw-font-weight, 400); } - } - ul, - ol { & p { - padding-left: 0.5rem; - padding-right: 0.5rem; + padding-inline: calc(var(--spacing) * 2); } } ul { @@ -1851,53 +1475,40 @@ strong { list-style-type: decimal; } iframe { - margin-left: auto; - margin-right: auto; - } - iframe { - border-radius: 0.25rem; - } - iframe { - --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - } - @media (min-width: 1024px) { - iframe { + margin-inline: auto; + border-radius: var(--radius-sm); + --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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); + @media (width >= 64rem) { max-width: min(70rem, 95vw); } } } - -article a:visited { - color: rgb(68 30 115 ); +article a { + &:visited { + color: #441E73; + } } - .video-embed { - margin: 1rem; - margin-left: auto; - margin-right: auto; - aspect-ratio: 16 / 9; + margin: calc(var(--spacing) * 4); + margin-inline: auto; + aspect-ratio: var(--aspect-video); max-width: min(70rem, 95vw); } - .social-card-twitch:hover { transform: translate3d(0.6rem, -0.6rem, 0px); box-shadow: -3px 3px 0px 3px #6441a5; transition-delay: 75ms; } - .social-card-youtube:hover { - border-radius: 0px; + border-radius: 0; transform: scale(1.02); transition-delay: 100ms; } - .social-card-instagram:hover { filter: brightness(84%); transition-delay: 100ms; } - .social-card-tiktok { position: relative; &:hover { @@ -1905,485 +1516,278 @@ article a:visited { animation-delay: 200ms; } } - @keyframes tiktok-glitch { 0% { - box-shadow: - 0px 0px 0 rgba(0, 255, 255, 0), - 0px 0px 0 rgba(255, 0, 255, 0); + box-shadow: 0px 0px 0 rgba(0, 255, 255, 0), 0px 0px 0 rgba(255, 0, 255, 0); transform: translate(0, 0); } - 10% { - box-shadow: - -3px -3px 0 rgba(0, 255, 255, 0.8), - 3px 3px 0 rgba(255, 0, 255, 0.8); + box-shadow: -3px -3px 0 rgba(0, 255, 255, 0.8), 3px 3px 0 rgba(255, 0, 255, 0.8); transform: translate(-1px, -1px); } - 15% { - box-shadow: - 2px -2px 0 rgba(0, 255, 255, 0.6), - -2px 2px 0 rgba(255, 0, 255, 0.6); + box-shadow: 2px -2px 0 rgba(0, 255, 255, 0.6), -2px 2px 0 rgba(255, 0, 255, 0.6); transform: translate(2px, -2px); } - 20% { - box-shadow: - -1px 1px 0 rgba(0, 255, 255, 0.4), - 1px -1px 0 rgba(255, 0, 255, 0.4); + box-shadow: -1px 1px 0 rgba(0, 255, 255, 0.4), 1px -1px 0 rgba(255, 0, 255, 0.4); transform: translate(1px, 1px); } - 25% { - box-shadow: - -4px 4px 0 rgba(0, 255, 255, 1), - 4px -4px 0 rgba(255, 0, 255, 1); + box-shadow: -4px 4px 0 rgba(0, 255, 255, 1), 4px -4px 0 rgba(255, 0, 255, 1); transform: translate(-2px, 2px); } - 30% { - box-shadow: - 3px -3px 0 rgba(0, 255, 255, 0.5), - -3px 3px 0 rgba(255, 0, 255, 0.5); + box-shadow: 3px -3px 0 rgba(0, 255, 255, 0.5), -3px 3px 0 rgba(255, 0, 255, 0.5); transform: translate(3px, -3px); } - 40% { - box-shadow: - -2px 2px 0 rgba(0, 255, 255, 0.9), - 2px -2px 0 rgba(255, 0, 255, 0.9); + box-shadow: -2px 2px 0 rgba(0, 255, 255, 0.9), 2px -2px 0 rgba(255, 0, 255, 0.9); transform: translate(-1px, 1px); } - 50% { - box-shadow: - -1px -2px 0 rgba(0, 255, 255, 0.7), - 2px -1px 0 rgba(255, 0, 255, 0.7); + box-shadow: -1px -2px 0 rgba(0, 255, 255, 0.7), 2px -1px 0 rgba(255, 0, 255, 0.7); transform: translate(1px, -1px); } - 60% { - box-shadow: - 2px -2px 0 rgba(0, 255, 255, 0.3), - -2px 2px 0 rgba(255, 0, 255, 0.3); + box-shadow: 2px -2px 0 rgba(0, 255, 255, 0.3), -2px 2px 0 rgba(255, 0, 255, 0.3); transform: translate(2px, -2px); } - 75% { - box-shadow: - -3px 3px 0 rgba(0, 255, 255, 1), - 3px -3px 0 rgba(255, 0, 255, 1); + box-shadow: -3px 3px 0 rgba(0, 255, 255, 1), 3px -3px 0 rgba(255, 0, 255, 1); transform: translate(-3px, 3px); } - 85% { - box-shadow: - -2px -2px 0 rgba(0, 255, 255, 0.2), - 2px 2px 0 rgba(255, 0, 255, 0.2); + box-shadow: -2px -2px 0 rgba(0, 255, 255, 0.2), 2px 2px 0 rgba(255, 0, 255, 0.2); transform: translate(-2px, -2px); } - 100% { - box-shadow: - 0px 0px 0 rgba(0, 255, 255, 0), - 0px 0px 0 rgba(255, 0, 255, 0); + box-shadow: 0px 0px 0 rgba(0, 255, 255, 0), 0px 0px 0 rgba(255, 0, 255, 0); transform: translate(0, 0); } } - @view-transition { navigation: auto; } - -/* Define the animation for persistent elements (like the header and title) */ - -/* ::view-transition-group(*) { */ - -/* transition: transform 3.4s ease-in-out; */ - -/* } */ - -/* ::view-transition-group(blog_post_preview) { */ - -/* animation-duration: 5.5s; */ - -/* transition: transform 5.4s ease-in-out; */ - -/* opacity: 1; */ - -/* } */ - -.first\:border-l-0:first-child { - border-left-width: 0px; +@property --tw-translate-x { + syntax: "*"; + inherits: false; + initial-value: 0; } - -.visited\:text-blue-950:visited { - color: rgb(11 39 70 ); +@property --tw-translate-y { + syntax: "*"; + inherits: false; + initial-value: 0; } - -.visited\:text-purple-700:visited { - color: rgb(68 30 115 ); +@property --tw-translate-z { + syntax: "*"; + inherits: false; + initial-value: 0; } - -.hover\:bg-pink-200:hover { - --tw-bg-opacity: 1; - background-color: rgb(255 207 247 / var(--tw-bg-opacity, 1)); +@property --tw-rotate-x { + syntax: "*"; + inherits: false; } - -.hover\:fill-blue-400:hover { - fill: #42a6f0; +@property --tw-rotate-y { + syntax: "*"; + inherits: false; } - -@media (min-width: 640px) { - .sm\:float-none { - float: none; - } - - .sm\:clear-none { - clear: none; - } - - .sm\:my-4 { - margin-top: 1rem; - margin-bottom: 1rem; - } - - .sm\:mb-0 { - margin-bottom: 0px; - } - - .sm\:ml-0 { - margin-left: 0px; - } - - .sm\:mt-0 { - margin-top: 0px; - } - - .sm\:grid { - display: grid; - } - - .sm\:grid-flow-col { - grid-auto-flow: column; - } - - .sm\:grid-cols-\[max-content_1fr\] { - grid-template-columns: max-content 1fr; - } - - .sm\:grid-rows-\[max-content_1fr_max-content\] { - grid-template-rows: max-content 1fr max-content; - } - - .sm\:gap-4 { - gap: 1rem; - } - - .sm\:py-4 { - padding-top: 1rem; - padding-bottom: 1rem; - } -} - -@media (min-width: 768px) { - .md\:mx-6 { - margin-left: 1.5rem; - margin-right: 1.5rem; - } - - .md\:my-8 { - margin-top: 2rem; - margin-bottom: 2rem; - } - - .md\:block { - display: block; - } - - .md\:grid { - display: grid; - } - - .md\:h-16 { - height: 4rem; - } - - .md\:w-16 { - width: 4rem; - } - - .md\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - - .md\:grid-cols-\[1fr_auto\] { - grid-template-columns: 1fr auto; - } - - .md\:grid-rows-\[masonry\] { - grid-template-rows: masonry; - } - - .md\:items-stretch { - align-items: stretch; - } - - .md\:justify-stretch { - justify-content: stretch; - } - - .md\:gap-x-8 { - -moz-column-gap: 2rem; - column-gap: 2rem; - } - - .md\:text-2xl { - font-size: 1.5rem; - line-height: 2rem; - } - - .md\:text-3xl { - font-size: 1.875rem; - line-height: 2.25rem; - } - - .md\:text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; - } - - .md\:text-5xl { - font-size: 3rem; - line-height: 1; - } - - .md\:text-6xl { - font-size: 3.75rem; - line-height: 1; - } - - .md\:text-base { - font-size: 1rem; - line-height: 1.5rem; - } - - .md\:text-lg { - font-size: 1.125rem; - line-height: 1.75rem; - } - - .md\:text-xl { - font-size: 1.25rem; - line-height: 1.75rem; - } - - .md\:leading-tight { - line-height: 1.25; - } -} - -@media (min-width: 1024px) { - .lg\:col-span-2 { - grid-column: span 2 / span 2; - } - - .lg\:row-span-2 { - grid-row: span 2 / span 2; - } - - .lg\:row-start-2 { - grid-row-start: 2; - } - - .lg\:mx-auto { - margin-left: auto; - margin-right: auto; - } - - .lg\:my-6 { - margin-top: 1.5rem; - margin-bottom: 1.5rem; - } - - .lg\:mt-20 { - margin-top: 5rem; - } - - .lg\:mt-8 { - margin-top: 2rem; - } - - .lg\:mb-10 { - margin-bottom: 2.5rem; - } - - .lg\:block { - display: block; - } - - .lg\:grid { - display: grid; - } - - .lg\:hidden { - display: none; - } - - .lg\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - - .lg\:grid-cols-\[2fr_1fr\] { - grid-template-columns: 2fr 1fr; - } - - .lg\:grid-rows-\[min-content_1fr\] { - grid-template-rows: min-content 1fr; - } - - .lg\:gap-x-32 { - -moz-column-gap: 8rem; - column-gap: 8rem; - } - - .lg\:gap-y-8 { - row-gap: 2rem; - } - - .lg\:text-6xl { - font-size: 3.75rem; - line-height: 1; - } - - .lg\:text-lg { - font-size: 1.125rem; - line-height: 1.75rem; - } - - .lg\:text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; - } -} - -@media (min-width: 1280px) { - .xl\:col-auto { - grid-column: auto; - } - - .xl\:col-span-2 { - grid-column: span 2 / span 2; - } - - .xl\:row-span-2 { - grid-row: span 2 / span 2; - } - - .xl\:row-start-auto { - grid-row-start: auto; - } - - .xl\:mb-4 { - margin-bottom: 1rem; - } - - .xl\:mt-10 { - margin-top: 2.5rem; - } - - .xl\:block { - display: block; - } - - .xl\:flex { - display: flex; - } - - .xl\:grid { - display: grid; - } - - .xl\:hidden { - display: none; - } - - .xl\:auto-cols-auto { - grid-auto-columns: auto; - } - - .xl\:auto-cols-fr { - grid-auto-columns: minmax(0, 1fr); - } - - .xl\:grid-flow-col { - grid-auto-flow: column; - } - - .xl\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } - - .xl\:grid-cols-\[1fr_2fr\] { - grid-template-columns: 1fr 2fr; - } - - .xl\:justify-start { - justify-content: flex-start; - } - - .xl\:gap-8 { - gap: 2rem; - } - - .xl\:gap-5 { - gap: 1.25rem; - } - - .xl\:gap-10 { - gap: 2.5rem; - } - - .xl\:gap-x-32 { - -moz-column-gap: 8rem; - column-gap: 8rem; - } - - .xl\:border-l { - border-left-width: 1px; - } - - .xl\:border-slate-300 { - --tw-border-opacity: 1; - border-color: rgb(203 213 225 / var(--tw-border-opacity, 1)); - } - - .xl\:text-4xl { - font-size: 2.25rem; - line-height: 2.5rem; - } - - .xl\:text-7xl { - font-size: 4.5rem; - line-height: 1; - } - - .xl\:font-medium { - font-weight: 500; - } - - .xl\:first\:border-l-0:first-child { - border-left-width: 0px; - } -} - -@media print { - .print\:inline { - display: inline; - } - - .print\:hidden { - display: none; +@property --tw-rotate-z { + syntax: "*"; + inherits: false; +} +@property --tw-skew-x { + syntax: "*"; + inherits: false; +} +@property --tw-skew-y { + syntax: "*"; + inherits: false; +} +@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-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-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-border-spacing-x { + syntax: ""; + inherits: false; + initial-value: 0; +} +@property --tw-border-spacing-y { + syntax: ""; + inherits: false; + initial-value: 0; +} +@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-border-style: solid; + --tw-leading: initial; + --tw-font-weight: initial; + --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-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-border-spacing-x: 0; + --tw-border-spacing-y: 0; + } } } diff --git a/templates/components/education_card.html b/templates/components/education_card.html index e04e2c1..e890f00 100644 --- a/templates/components/education_card.html +++ b/templates/components/education_card.html @@ -1,4 +1,4 @@ -
+