*, ::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(59 130 246 / 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(59 130 246 / 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.17 | 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: 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;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-slate {
  --tw-prose-body: #334155;
  --tw-prose-headings: #0f172a;
  --tw-prose-lead: #475569;
  --tw-prose-links: #0f172a;
  --tw-prose-bold: #0f172a;
  --tw-prose-counters: #64748b;
  --tw-prose-bullets: #cbd5e1;
  --tw-prose-hr: #e2e8f0;
  --tw-prose-quotes: #0f172a;
  --tw-prose-quote-borders: #e2e8f0;
  --tw-prose-captions: #64748b;
  --tw-prose-kbd: #0f172a;
  --tw-prose-kbd-shadows: 15 23 42;
  --tw-prose-code: #0f172a;
  --tw-prose-pre-code: #e2e8f0;
  --tw-prose-pre-bg: #1e293b;
  --tw-prose-th-borders: #cbd5e1;
  --tw-prose-td-borders: #e2e8f0;
  --tw-prose-invert-body: #cbd5e1;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #94a3b8;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #94a3b8;
  --tw-prose-invert-bullets: #475569;
  --tw-prose-invert-hr: #334155;
  --tw-prose-invert-quotes: #f1f5f9;
  --tw-prose-invert-quote-borders: #334155;
  --tw-prose-invert-captions: #94a3b8;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #cbd5e1;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #475569;
  --tw-prose-invert-td-borders: #334155;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[1\] {
  z-index: 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-36 {
  height: 9rem;
}
.h-5 {
  height: 1.25rem;
}
.h-\[11\.5rem\] {
  height: 11.5rem;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[4\.5rem\] {
  height: 4.5rem;
}
.h-full {
  height: 100%;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-32 {
  min-height: 8rem;
}
.min-h-\[88px\] {
  min-height: 88px;
}
.min-h-full {
  min-height: 100%;
}
.w-12 {
  width: 3rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[10\.5rem\] {
  width: 10.5rem;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[64ch\] {
  max-width: 64ch;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  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));
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[rgba\(210\2c 106\2c 74\2c 0\.18\)\] {
  border-color: rgba(210,106,74,0.18);
}
.border-\[rgba\(45\2c 36\2c 30\2c 0\.08\)\] {
  border-color: rgba(45,36,30,0.08);
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-amber-200\/80 {
  border-color: rgb(253 230 138 / 0.8);
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-emerald-200\/80 {
  border-color: rgb(167 243 208 / 0.8);
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-sky-200\/80 {
  border-color: rgb(186 230 253 / 0.8);
}
.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-200\/80 {
  border-color: rgb(226 232 240 / 0.8);
}
.border-slate-900 {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.bg-\[rgba\(255\2c 244\2c 238\2c 0\.92\)\] {
  background-color: rgba(255,244,238,0.92);
}
.bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.bg-amber-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}
.bg-emerald-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}
.bg-emerald-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}
.bg-emerald-50\/85 {
  background-color: rgb(236 253 245 / 0.85);
}
.bg-sky-50\/80 {
  background-color: rgb(240 249 255 / 0.8);
}
.bg-sky-50\/90 {
  background-color: rgb(240 249 255 / 0.9);
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-slate-900 {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-slate-800 {
  --tw-gradient-to: rgb(30 41 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-amber-700\/80 {
  --tw-gradient-to: rgb(180 83 9 / 0.8) var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.text-left {
  text-align: left;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[0\.68rem\] {
  font-size: 0.68rem;
}
.text-\[0\.72rem\] {
  font-size: 0.72rem;
}
.text-\[0\.98rem\] {
  font-size: 0.98rem;
}
.text-\[1\.6rem\] {
  font-size: 1.6rem;
}
.text-\[clamp\(1\.1rem\2c 0\.96rem\+0\.6vw\2c 1\.5rem\)\] {
  font-size: clamp(1.1rem,0.96rem + 0.6vw,1.5rem);
}
.text-\[clamp\(1\.55rem\2c 1\.22rem\+1\.2vw\2c 2\.3rem\)\] {
  font-size: clamp(1.55rem,1.22rem + 1.2vw,2.3rem);
}
.text-\[clamp\(1\.6rem\2c 1\.2rem\+1vw\2c 2\.2rem\)\] {
  font-size: clamp(1.6rem,1.2rem + 1vw,2.2rem);
}
.text-\[clamp\(2rem\2c 1\.4rem\+2vw\2c 3\.5rem\)\] {
  font-size: clamp(2rem,1.4rem + 2vw,3.5rem);
}
.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;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.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);
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[0\.98\] {
  line-height: 0.98;
}
.leading-\[1\.05\] {
  line-height: 1.05;
}
.leading-\[1\.15\] {
  line-height: 1.15;
}
.leading-\[1\.35\] {
  line-height: 1.35;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.text-\[rgba\(138\2c 63\2c 42\2c 0\.78\)\] {
  color: rgba(138,63,42,0.78);
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[var\(--shadow-soft\)\] {
  --tw-shadow-color: var(--shadow-soft);
  --tw-shadow: var(--tw-shadow-colored);
}
.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);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  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-blur-xl {
  --tw-backdrop-blur: blur(24px);
  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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}

:root {
  color-scheme: light;
  --bg-base: #edf3f7;
  --bg-elevated: rgba(255, 255, 255, 0.86);
  --bg-frost: rgba(247, 250, 252, 0.74);
  --ink-strong: #182535;
  --ink-soft: #5d6c7b;
  --line-subtle: rgba(24, 37, 53, 0.1);
  --line-strong: rgba(47, 110, 163, 0.2);
  --signal-info: #2f6ea3;
  --signal-warn: #b86a3f;
  --signal-success: #3f7768;
  --signal-accent: #3e8ed8;
  --signal-accent-soft: rgba(62, 142, 216, 0.14);
  --signal-warn-soft: rgba(184, 106, 63, 0.14);
  --color-ink: var(--ink-strong);
  --color-ink-soft: var(--ink-soft);
  --color-muted: var(--ink-soft);
  --color-accent: var(--signal-info);
  --color-accent-strong: var(--signal-accent);
  --color-teal: var(--signal-success);
  --color-blue: var(--signal-info);
  --color-warning: var(--signal-warn);
  --surface-base: var(--bg-base);
  --surface-1: var(--bg-elevated);
  --surface-2: var(--bg-frost);
  --surface-3: rgba(239, 245, 250, 0.92);
  --surface-4: rgba(232, 240, 247, 0.85);
  --surface-border: var(--line-subtle);
  --surface-border-strong: var(--line-strong);
  --shadow-soft: 0 16px 36px rgba(17, 37, 57, 0.08);
  --shadow-raised: 0 20px 48px rgba(17, 37, 57, 0.12);
  --shadow-strong: 0 20px 48px rgba(17, 37, 57, 0.12);
  --shadow-focus: 0 0 0 3px rgba(62, 142, 216, 0.18);
  --shadow-glow: 0 18px 36px rgba(62, 142, 216, 0.16);
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-xl: 28px;
  --radius-2xl: 30px;
  --motion-micro: 140ms;
  --motion-base: 240ms;
  --motion-reveal: 320ms;
  --motion-hero: 480ms;
  --motion-fast: var(--motion-micro);
  --motion-slow: var(--motion-hero);
}

html,
body,
#root {
  height: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(62, 142, 216, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(184, 106, 63, 0.08), transparent 24%),
    linear-gradient(180deg, #f7fafc 0%, var(--bg-base) 100%);
  color: var(--ink-strong);
  font-family: "Source Sans 3", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.app-shell {
  position: relative;
  isolation: isolate;
  min-height: 100%;
  overflow: clip;
}

.app-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(247, 250, 252, 0.32), rgba(237, 243, 247, 0.16)),
    repeating-linear-gradient(90deg, rgba(24, 37, 53, 0.018) 0, rgba(24, 37, 53, 0.018) 1px, transparent 1px, transparent 24px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0.18) 1px, transparent 1px, transparent 26px);
  opacity: 0.7;
  z-index: 0;
  pointer-events: none;
}

.app-surface {
  position: relative;
  z-index: 1;
}

.signal-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line-subtle);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 252, 0.9)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.46), transparent 48%);
  box-shadow: var(--shadow-soft);
  transition: border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease, transform var(--motion-fast) ease;
}

.signal-card--summary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 250, 252, 0.92)),
    linear-gradient(135deg, rgba(62, 142, 216, 0.08), transparent 54%);
}

.signal-card--risk {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(249, 245, 240, 0.94)),
    linear-gradient(135deg, var(--signal-warn-soft), transparent 56%);
}

.signal-card--action {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(243, 249, 248, 0.94)),
    linear-gradient(135deg, rgba(63, 119, 104, 0.12), transparent 58%);
}

.signal-card--school {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 247, 252, 0.94)),
    linear-gradient(135deg, var(--signal-accent-soft), transparent 58%);
}

.signal-card--narrative {
  backdrop-filter: blur(18px);
  border-color: rgba(255, 255, 255, 0.42);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(247, 250, 252, 0.78)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.12));
  box-shadow: var(--shadow-soft), 0 18px 34px rgba(62, 142, 216, 0.08);
}

.signal-button {
  min-height: 2.75rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}

.signal-button--sm {
  min-height: 2.25rem;
}

.signal-button--accent {
  box-shadow: var(--shadow-glow);
}

.signal-badge {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.signal-badge .MuiChip-label {
  padding-inline: 0.65rem;
  font-size: 0.7rem;
}

.signal-field .MuiInputLabel-root {
  color: var(--color-muted);
}

.signal-field .MuiInputLabel-root.Mui-focused {
  color: var(--color-accent-strong);
}

.signal-field__input {
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.82);
  transition: box-shadow var(--motion-fast) ease, border-color var(--motion-fast) ease, background-color var(--motion-fast) ease;
}

.signal-field .MuiOutlinedInput-notchedOutline {
  border-color: rgba(24, 37, 53, 0.16);
}

.signal-field .MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: rgba(47, 110, 163, 0.34);
}

.signal-field .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: var(--signal-accent);
  border-width: 1px;
}

.signal-field .MuiInputBase-root.Mui-focused {
  box-shadow: var(--shadow-focus);
}

.signal-field .MuiInputBase-input,
.signal-field textarea {
  line-height: 1.65;
}

.glass-card {
  transition: transform var(--motion-fast) ease, box-shadow var(--motion-fast) ease, border-color var(--motion-fast) ease;
}

.glass-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-raised);
  border-color: var(--line-strong);
}

.app-header {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), var(--bg-frost)),
    linear-gradient(90deg, rgba(62, 142, 216, 0.06), transparent 24%, transparent 76%, rgba(63, 119, 104, 0.05));
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line-subtle);
}

.editorial-surface {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line-subtle);
  background:
    linear-gradient(180deg, var(--bg-elevated), var(--bg-frost)),
    linear-gradient(130deg, rgba(255, 255, 255, 0.46), transparent 44%);
  box-shadow: var(--shadow-soft);
}

.editorial-surface--panel {
  backdrop-filter: blur(10px);
}

.editorial-surface--glass {
  border-color: rgba(255, 255, 255, 0.42);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(247, 250, 252, 0.78)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.12));
  box-shadow: var(--shadow-soft), 0 18px 34px rgba(62, 142, 216, 0.08);
}

.editorial-surface--spotlight {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 250, 252, 0.92)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 48%);
}

.display-font {
  font-family: "Fraunces", "Source Sans 3", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", serif;
  letter-spacing: -0.01em;
}

.page-header {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.page-title {
  font-size: clamp(1.4rem, 1.15rem + 1vw, 2rem);
  font-weight: 700;
  color: var(--color-ink);
  text-wrap: balance;
  line-height: 1.15;
}

.page-subtitle {
  font-size: 1rem;
  color: var(--color-muted);
  line-height: 1.65;
  max-width: 72ch;
}

.section-card {
  border-radius: var(--radius-xl);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.page-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ambient-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ambient-backdrop__base,
.ambient-backdrop__dynamic,
.ambient-backdrop__grain {
  position: absolute;
  inset: 0;
}

.ambient-backdrop__base {
  opacity: 0.95;
}

.ambient-backdrop--login .ambient-backdrop__base {
  background:
    radial-gradient(32rem 24rem at 10% 15%, rgba(62, 142, 216, 0.24), transparent 65%),
    radial-gradient(26rem 18rem at 85% 18%, rgba(63, 119, 104, 0.2), transparent 68%),
    linear-gradient(180deg, rgba(247, 250, 252, 0.9), rgba(237, 243, 247, 0.95));
}

.ambient-backdrop--overview .ambient-backdrop__base {
  background:
    radial-gradient(26rem 20rem at 10% 8%, rgba(62, 142, 216, 0.2), transparent 62%),
    radial-gradient(22rem 18rem at 90% 8%, rgba(47, 110, 163, 0.16), transparent 68%),
    linear-gradient(180deg, rgba(247, 250, 252, 0.74), rgba(237, 243, 247, 0.3));
}

.ambient-backdrop--subtle .ambient-backdrop__base {
  background:
    radial-gradient(24rem 18rem at 12% 10%, rgba(62, 142, 216, 0.1), transparent 62%),
    linear-gradient(180deg, rgba(247, 250, 252, 0.36), rgba(237, 243, 247, 0.18));
}

.ambient-backdrop__grain {
  opacity: 0.18;
  background-image:
    radial-gradient(rgba(45, 36, 30, 0.18) 0.45px, transparent 0.45px),
    radial-gradient(rgba(255, 255, 255, 0.36) 0.55px, transparent 0.55px);
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
  mix-blend-mode: soft-light;
}

.ambient-backdrop__dynamic,
.ambient-backdrop__canvas {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.72;
}

.glass-panel {
  position: relative;
  border-radius: var(--radius-2xl);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.glass-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.38), transparent 38%),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.22), transparent 28%);
  opacity: 0.82;
  pointer-events: none;
}

.glass-panel__inner {
  position: relative;
  z-index: 1;
  height: 100%;
}

.spotlight-panel {
  position: relative;
  overflow: hidden;
}

.spotlight-panel__glow {
  position: absolute;
  inset: 0;
  transition: opacity var(--motion-base) ease;
  pointer-events: none;
}

.spotlight-panel__content {
  position: relative;
  z-index: 1;
  height: 100%;
}

.page-hero {
  position: relative;
  display: grid;
  gap: 1.1rem;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 1fr);
  align-items: start;
}

.page-hero--compact {
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
}

.page-hero__compact-panel {
  padding: clamp(1rem, 2vw, 1.4rem) 0 0.15rem;
}

.page-hero__content .glass-panel__inner {
  padding: clamp(1.1rem, 2vw, 1.55rem);
}

.page-hero__eyebrow,
.section-frame__eyebrow,
.section-frame-v2__eyebrow,
.hero-metric-card__label,
.page-brief__label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: rgba(93, 108, 123, 0.8);
}

.page-hero__title {
  margin: 0.4rem 0 0;
  font-size: clamp(2rem, 1.4rem + 2vw, 3.5rem);
  line-height: 0.98;
}

.page-hero--compact .page-hero__title {
  font-size: clamp(1.55rem, 1.22rem + 1.2vw, 2.3rem);
  line-height: 1.02;
}

.page-hero__description {
  margin: 0.9rem 0 0;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--color-ink-soft);
  max-width: 60ch;
}

.page-hero--compact .page-hero__description {
  margin-top: 0.55rem;
  max-width: 74ch;
  font-size: 0.98rem;
  line-height: 1.72;
}

.page-brief {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.15rem;
}

.page-brief__item {
  display: grid;
  gap: 0.25rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line-subtle);
}

.page-brief__text {
  color: var(--color-ink-soft);
  line-height: 1.72;
}

.hero-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.hero-metric-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-metric-card {
  border-radius: var(--radius-xl);
  padding: 1rem 1rem 1.1rem;
  border: 1px solid var(--line-subtle);
  background: linear-gradient(180deg, var(--bg-elevated), var(--bg-frost));
  box-shadow: var(--shadow-soft);
}

.hero-metric-card--primary {
  background: linear-gradient(180deg, rgba(230, 241, 252, 0.98), rgba(241, 247, 252, 0.96));
}

.hero-metric-card--secondary {
  background: linear-gradient(180deg, rgba(234, 245, 242, 0.98), rgba(243, 249, 248, 0.96));
}

.hero-metric-card--warning {
  background: linear-gradient(180deg, rgba(248, 242, 236, 0.98), rgba(251, 247, 242, 0.96));
}

.hero-metric-card__value {
  font-family: "Fraunces", "Source Sans 3", "Noto Sans SC", serif;
  font-size: clamp(1.8rem, 1.3rem + 1.3vw, 2.7rem);
  line-height: 1;
  margin-top: 0.55rem;
  color: var(--color-ink);
}

.hero-metric-card__detail,
.section-frame__description,
.section-frame-v2__description {
  margin-top: 0.5rem;
  color: var(--color-muted);
  line-height: 1.65;
  font-size: 0.94rem;
}

.section-frame-v2 {
  padding-block: 0.1rem;
}

.section-frame-v2__header {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.section-frame-v2__title-group {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.section-frame-v2__title {
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--color-ink);
}

.section-frame-v2__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.section-frame-v2__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.section-frame__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.section-frame__title {
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--color-ink);
}

.section-frame__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.shell-brand {
  display: grid;
  gap: 0.3rem;
}

.shell-brand__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.68rem;
  color: rgba(93, 108, 123, 0.8);
}

.shell-brand__title {
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.4rem);
  font-weight: 700;
  color: var(--color-ink);
}

.shell-brand__subtitle {
  font-size: 0.88rem;
  color: var(--color-muted);
  max-width: 44ch;
}

.shell-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto auto auto;
  align-items: center;
  gap: 0.9rem;
  padding: 0.95rem 0 0.35rem;
}

.shell-strip__status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.shell-status-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  border: 1px solid var(--line-subtle);
  background: var(--bg-elevated);
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.shell-status-chip--alert {
  background: var(--signal-warn-soft);
  color: var(--signal-warn);
  border-color: rgba(184, 106, 63, 0.28);
}

.shell-strip__stats {
  display: flex;
  gap: 0.55rem;
}

.shell-mini-metric {
  min-width: 5.6rem;
  padding: 0.5rem 0.72rem;
  border-radius: 18px;
  border: 1px solid var(--line-subtle);
  background: var(--bg-elevated);
}

.shell-mini-metric__label {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(93, 108, 123, 0.76);
}

.shell-mini-metric__value {
  margin-top: 0.18rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-ink);
}

.shell-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.shell-summary-card {
  padding: 0.9rem 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-subtle);
  background: var(--bg-elevated);
}

.shell-summary-card__label {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(93, 108, 123, 0.8);
}

.shell-summary-card__value {
  margin-top: 0.35rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-ink);
}

.shell-summary-card__hint {
  margin-top: 0.25rem;
  font-size: 0.82rem;
  color: var(--color-muted);
}

.shell-subnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.shell-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.15rem;
}

.shell-page-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.shell-page-meta__title {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--color-ink);
}

.shell-page-meta__hint {
  font-size: 0.84rem;
  color: var(--color-muted);
}

.shell-quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.shell-link-chip {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: var(--bg-elevated);
  color: var(--ink-soft);
  font-size: 0.82rem;
  border: 1px solid var(--line-subtle);
}

.shell-alert-chip {
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: var(--signal-warn-soft);
  color: var(--signal-warn);
  font-size: 0.84rem;
  border: 1px solid rgba(184, 106, 63, 0.26);
}

.card-grid > * {
  content-visibility: auto;
  contain-intrinsic-size: 340px 200px;
}

.school-book-stack {
  display: grid;
  gap: 0.9rem;
}

.school-book-stack__frame {
  position: relative;
  min-height: 35.5rem;
  padding-right: 5.35rem;
}

.school-book-stack__frame--single {
  padding-right: 4.15rem;
}

.school-book-stack__frame--solo {
  padding-right: 0;
}

.school-book-stack__page-shell {
  position: relative;
  z-index: 2;
  isolation: isolate;
}

.school-book-stack__page-shell::before,
.school-book-stack__page-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: calc(var(--radius-xl) + 2px);
  border: 1px solid rgba(24, 37, 53, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(241, 247, 252, 0.7)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.4), transparent 48%);
  box-shadow: var(--shadow-soft);
  pointer-events: none;
}

.school-book-stack__page-shell::before {
  transform: translate(14px, 12px) scale(0.985);
  opacity: 0.78;
}

.school-book-stack__page-shell::after {
  transform: translate(28px, 24px) scale(0.968);
  opacity: 0.44;
}

.school-book-stack__frame--solo .school-book-stack__page-shell::before,
.school-book-stack__frame--solo .school-book-stack__page-shell::after {
  display: none;
}

.school-book-stack__page {
  position: relative;
  z-index: 2;
  touch-action: pan-y;
  transition: transform var(--motion-base) ease, box-shadow var(--motion-base) ease;
}

.school-book-stack__spines {
  position: absolute;
  top: 0.9rem;
  right: 0;
  bottom: 4rem;
  display: flex;
  align-items: stretch;
  gap: 0.45rem;
  z-index: 3;
}

.school-book-stack__spine {
  width: 2.8rem;
  min-height: 100%;
  padding: 0.95rem 0.45rem 1rem;
  border-radius: 1.15rem 0.95rem 0.95rem 1.15rem;
  border: 1px solid rgba(24, 37, 53, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 246, 251, 0.9)),
    linear-gradient(135deg, rgba(62, 142, 216, 0.12), transparent 58%);
  box-shadow: 0 12px 28px rgba(17, 37, 57, 0.1);
  color: var(--color-ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  transition:
    transform var(--motion-base) ease,
    opacity var(--motion-base) ease,
    border-color var(--motion-fast) ease,
    box-shadow var(--motion-fast) ease;
}

.school-book-stack__spine:hover {
  border-color: rgba(62, 142, 216, 0.28);
  box-shadow: 0 16px 30px rgba(17, 37, 57, 0.14);
  transform: translateY(-2px);
}

.school-book-stack__spine--depth-1 {
  opacity: 0.96;
}

.school-book-stack__spine--depth-2 {
  width: 2.45rem;
  opacity: 0.74;
  transform: translateY(8px);
}

.school-book-stack__spine-eyebrow {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(93, 108, 123, 0.82);
  max-height: 5.5rem;
  overflow: hidden;
}

.school-book-stack__spine-title {
  font-family: "Fraunces", "Source Sans 3", "Noto Sans SC", serif;
  font-size: 0.98rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  max-height: calc(100% - 5.5rem);
  overflow: hidden;
}

.school-book-stack__toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
}

.school-book-stack__progress {
  display: grid;
  gap: 0.1rem;
  justify-items: center;
  text-align: center;
}

.school-book-stack__progress-label {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(93, 108, 123, 0.78);
}

.school-book-stack__progress-value {
  font-family: "Fraunces", "Source Sans 3", "Noto Sans SC", serif;
  font-size: 1.02rem;
  color: var(--color-ink);
}

@media (min-width: 768px) {
  .card-grid {
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .card-grid {
    gap: 1.15rem;
  }
}

.drawer-panel,
.modal-panel {
  overscroll-behavior: contain;
}

.nav-pill {
  padding: 0.56rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink-soft);
  background: var(--bg-elevated);
  border: 1px solid var(--line-subtle);
  transition: all var(--motion-fast) ease;
}

.nav-pill:hover {
  border-color: var(--line-strong);
  background: var(--signal-accent-soft);
}

.nav-pill.active {
  color: var(--ink-strong);
  background: linear-gradient(135deg, var(--signal-accent-soft), rgba(63, 119, 104, 0.18));
  border-color: var(--line-strong);
  box-shadow: var(--shadow-soft);
}

.focus-ring:focus-visible {
  outline: none;
  box-shadow: var(--shadow-focus);
}

.tap-target {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible {
  outline: none;
  box-shadow: var(--shadow-focus);
  border-radius: 10px;
}

.editorial-grid {
  display: grid;
  gap: 1rem;
}

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

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

.content-note {
  color: var(--color-muted);
  font-size: 0.92rem;
  line-height: 1.72;
}

.hero-stage {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius-2xl) + 2px);
}

.hero-stage__backdrop {
  border-radius: inherit;
}

.hero-stage__content {
  position: relative;
  z-index: 1;
  padding: 0.25rem;
}

.overview-summary-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.overview-summary-strip__item {
  border-radius: 20px;
  border: 1px solid var(--line-subtle);
  background: var(--bg-elevated);
  padding: 1rem 1rem 1.1rem;
}

.drawer-section {
  border-radius: 24px;
  border: 1px solid var(--line-subtle);
  background:
    linear-gradient(180deg, var(--bg-elevated), var(--bg-frost)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.44), transparent 48%);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  margin-bottom: 1rem;
}

.drawer-section:last-child {
  margin-bottom: 0;
}

.drawer-section__header {
  padding: 1.15rem 1.25rem 0.75rem;
  border-bottom: 1px solid rgba(24, 37, 53, 0.06);
}

.drawer-section__body {
  padding: 1.15rem 1.25rem 1.25rem;
}

.drawer-subgrid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.drawer-fact-block {
  border-radius: 18px;
  border: 1px solid var(--line-subtle);
  background: var(--bg-elevated);
  padding: 1.05rem 1.15rem;
  transition: box-shadow var(--motion-fast) ease, border-color var(--motion-fast) ease;
}

.drawer-fact-block:hover {
  box-shadow: var(--shadow-soft);
  border-color: rgba(47, 110, 163, 0.2);
}

.topic-article {
  color: var(--color-ink-soft);
  line-height: 1.82;
}

.topic-article h1,
.topic-article h2,
.topic-article h3 {
  font-family: "Fraunces", "Source Sans 3", "Noto Sans SC", serif;
  color: var(--color-ink);
}

@media (max-width: 1024px) {
  .page-hero {
    grid-template-columns: 1fr;
  }

  .shell-strip {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

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

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

  .shell-subnav,
  .shell-nav-row {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 768px) {
  .hero-metric-grid,
  .hero-metric-grid--compact,
  .editorial-grid--triple,
  .editorial-grid--double {
    grid-template-columns: 1fr;
  }

  .overview-summary-strip,
  .drawer-subgrid {
    grid-template-columns: 1fr;
  }

  .page-hero__content .glass-panel__inner {
    padding: 1.15rem;
  }

  .shell-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
  }

  .drawer-section {
    border-radius: 20px;
    margin-bottom: 0.85rem;
  }

  .drawer-section__header {
    padding: 1rem 1.1rem 0.65rem;
  }

  .drawer-section__body {
    padding: 1rem 1.1rem 1.1rem;
  }

  .drawer-fact-block {
    padding: 0.95rem 1.05rem;
    border-radius: 16px;
  }

  .card-grid {
    gap: 0.85rem;
  }

  .school-book-stack__frame {
    min-height: 34rem;
    padding-right: 4.85rem;
  }

  .school-book-stack__frame--single {
    padding-right: 3.85rem;
  }

  .school-book-stack__page-shell::before {
    transform: translate(12px, 10px) scale(0.986);
  }

  .school-book-stack__page-shell::after {
    transform: translate(22px, 20px) scale(0.972);
  }

  .school-book-stack__spines {
    top: 0.75rem;
    bottom: 4.35rem;
    gap: 0.35rem;
  }

  .school-book-stack__spine {
    width: 2.55rem;
    padding-inline: 0.38rem;
  }

  .school-book-stack__spine--depth-2 {
    width: 2.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .signal-card,
  .signal-button,
  .signal-field__input,
  .glass-card,
  .nav-pill,
  .spotlight-panel__glow,
  .school-book-stack__page,
  .school-book-stack__spine {
    transition: none;
  }
  .glass-card:hover {
    transform: none;
  }
  .school-book-stack__spine:hover,
  .school-book-stack__spine--depth-2 {
    transform: none;
  }
  .ambient-backdrop__dynamic {
    display: none;
  }
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.nav-pill span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-brief__label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #64748b;
}

.hover\:border-slate-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.hover\:bg-slate-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:h-\[9rem\] {
    height: 9rem;
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:text-\[1\.15rem\] {
    font-size: 1.15rem;
  }
}

@media (min-width: 768px) {

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

@media (min-width: 1024px) {

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

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

  .lg\:grid-cols-\[0\.92fr_1\.08fr\] {
    grid-template-columns: 0.92fr 1.08fr;
  }

  .lg\:grid-cols-\[1\.1fr_0\.9fr\] {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .lg\:grid-cols-\[1\.2fr_repeat\(3\2c minmax\(0\2c 0\.55fr\)\)\] {
    grid-template-columns: 1.2fr repeat(3,minmax(0,0.55fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:self-auto {
    align-self: auto;
  }
}

@media (min-width: 1280px) {

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

  .xl\:grid-cols-\[1\.1fr_1fr_0\.9fr\] {
    grid-template-columns: 1.1fr 1fr 0.9fr;
  }

  .xl\:grid-cols-\[minmax\(0\2c 1\.2fr\)_minmax\(16rem\2c 0\.8fr\)\] {
    grid-template-columns: minmax(0,1.2fr) minmax(16rem,0.8fr);
  }

  .xl\:grid-cols-\[minmax\(0\2c 1\.2fr\)_minmax\(30rem\2c 1fr\)\] {
    grid-template-columns: minmax(0,1.2fr) minmax(30rem,1fr);
  }

  .xl\:items-start {
    align-items: flex-start;
  }
}
