@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;700;800&display=swap");

*, ::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;
}

.relative{
  position: relative;
}

.isolate{
  isolation: isolate;
}

.z-\[1\]{
  z-index: 1;
}

.m-0{
  margin: 0px;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.mt-1{
  margin-top: 0.25rem;
}

.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-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-\[130px\]{
  height: 130px;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.min-h-40{
  min-height: 10rem;
}

.min-h-\[108px\]{
  min-height: 108px;
}

.min-h-\[88px\]{
  min-height: 88px;
}

.w-full{
  width: 100%;
}

.min-w-0{
  min-width: 0px;
}

.max-w-\[14ch\]{
  max-width: 14ch;
}

.max-w-\[40rem\]{
  max-width: 40rem;
}

.max-w-\[60ch\]{
  max-width: 60ch;
}

.max-w-\[64ch\]{
  max-width: 64ch;
}

.max-w-none{
  max-width: none;
}

.shrink-0{
  flex-shrink: 0;
}

.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));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

.flex-col{
  flex-direction: column;
}

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

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

.items-end{
  align-items: flex-end;
}

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

.justify-center{
  justify-content: center;
}

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

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.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-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));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.self-start{
  align-self: flex-start;
}

.overflow-hidden{
  overflow: hidden;
}

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

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-\[22px\]{
  border-radius: 22px;
}

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

.border{
  border-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-amber-200\/80{
  border-color: rgb(253 230 138 / 0.8);
}

.border-emerald-200\/80{
  border-color: rgb(167 243 208 / 0.8);
}

.border-sky-200\/80{
  border-color: rgb(186 230 253 / 0.8);
}

.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);
}

.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-emerald-50\/75{
  background-color: rgb(236 253 245 / 0.75);
}

.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-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / 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);
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.pb-4{
  padding-bottom: 1rem;
}

.pt-3{
  padding-top: 0.75rem;
}

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

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

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[0\.72rem\]{
  font-size: 0.72rem;
}

.text-\[0\.98rem\]{
  font-size: 0.98rem;
}

.text-\[1\.5rem\]{
  font-size: 1.5rem;
}

.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\(2\.1rem\2c 1\.55rem\+1\.8vw\2c 3\.8rem\)\]{
  font-size: clamp(2.1rem,1.55rem + 1.8vw,3.8rem);
}

.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-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-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-medium{
  font-weight: 500;
}

.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\.35\]{
  line-height: 1.35;
}

.leading-\[1\.45\]{
  line-height: 1.45;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-\[0\.18em\]{
  letter-spacing: 0.18em;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.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-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.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-\[var\(--shadow-soft\)\]{
  --tw-shadow-color: var(--shadow-soft);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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);
}

.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: #f7f7f7;
  --bg-elevated: #ffffff;
  --bg-frost: #fafafa;
  --ink-strong: #111111;
  --ink-soft: #6b7280;
  --line-subtle: rgba(17, 17, 17, 0.08);
  --line-strong: rgba(17, 17, 17, 0.14);
  --signal-info: #2970ff;
  --signal-warn: #f59e0b;
  --signal-success: #12b76a;
  --signal-accent: #ff2442;
  --signal-accent-soft: rgba(255, 36, 66, 0.12);
  --signal-warn-soft: rgba(245, 158, 11, 0.12);
  --shadow-soft: 0 10px 24px rgba(17, 17, 17, 0.06);
  --shadow-raised: 0 18px 40px rgba(17, 17, 17, 0.10);
  --shadow-focus: 0 0 0 4px rgba(255, 36, 66, 0.12);
  --radius-sm: 14px;
  --radius-md: 18px;
  --radius-lg: 22px;
  --radius-xl: 28px;
  --motion-micro: 140ms;
  --motion-base: 240ms;
  --motion-reveal: 320ms;
  --motion-hero: 480ms;
  --motion-fast: 140ms;
}

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

body {
  margin: 0;
  background: linear-gradient(180deg, #fff7f9 0%, #ffffff 22%, var(--bg-base) 100%);
  color: var(--ink-strong);
  font-family: "Outfit", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
textarea,
select {
  font: inherit;
}

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

.tap-target {
  min-height: 44px;
  min-width: 44px;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.xhs-shell {
  min-height: 100vh;
  max-width: 1728px;
  margin: 0 auto;
  display: flex;
  background:
    radial-gradient(circle at top left, rgba(255, 36, 66, 0.07), transparent 22%),
    linear-gradient(180deg, #fff8fa 0%, #ffffff 28%, #f7f7f7 100%);
}

.xhs-left-rail {
  position: sticky;
  top: 0;
  align-self: flex-start;
  width: 224px;
  min-height: 100vh;
  padding: 20px 12px 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82));
  border-right: 1px solid var(--line-subtle);
}

.xhs-left-rail__nav {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.xhs-left-rail__item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  padding: 0.8rem 0.9rem;
  border-radius: 18px;
  transition: background-color var(--motion-fast) ease, transform var(--motion-fast) ease;
}

.xhs-left-rail__item:hover {
  background: rgba(17, 17, 17, 0.04);
}

.xhs-left-rail__item.is-active {
  background: var(--signal-accent-soft);
}

.xhs-left-rail__symbol {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid var(--line-subtle);
  font-weight: 800;
}

.xhs-left-rail__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.xhs-left-rail__copy strong {
  font-size: 1rem;
}

.xhs-left-rail__copy small {
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.35;
}

.xhs-main-shell {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.xhs-main-shell__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 24px 96px;
}

.xhs-main-column {
  min-width: 0;
}

.xhs-surface-card,
.xhs-filter-bar,
.xhs-related-rail {
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid var(--line-subtle);
  box-shadow: var(--shadow-soft);
}

.xhs-bottom-tabbar {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 30;
  transform: translateX(-50%);
  display: none;
  gap: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line-subtle);
  border-radius: 999px;
  box-shadow: var(--shadow-raised);
  backdrop-filter: blur(14px);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.xhs-bottom-tabbar.is-hidden {
  transform: translateX(-50%) translateY(calc(100% + 24px));
  opacity: 0;
  pointer-events: none;
}

.xhs-bottom-tabbar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 58px;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-weight: 700;
}

.xhs-bottom-tabbar__item.is-active {
  background: var(--signal-accent-soft);
  color: var(--signal-accent);
}

.xhs-channel-header {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}

.xhs-channel-header__eyebrow {
  color: var(--signal-accent);
  font-size: 0.82rem;
  font-weight: 800;
}

.xhs-channel-header__title {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2.2rem, 5vw, 3.75rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.xhs-channel-header__description {
  margin: 0.7rem 0 0;
  max-width: 62ch;
  color: var(--ink-soft);
  font-size: 1rem;
}

.xhs-channel-header__actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.xhs-channel-header__metrics {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

.xhs-metric-card {
  padding: 18px 18px 20px;
  border-radius: 24px;
  border: 1px solid var(--line-subtle);
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  box-shadow: var(--shadow-soft);
}

.xhs-metric-card--accent {
  background: linear-gradient(180deg, #fff7f9 0%, #ffffff 100%);
}

.xhs-metric-card--success {
  background: linear-gradient(180deg, #f5fff9 0%, #ffffff 100%);
}

.xhs-metric-card--warning {
  background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
}

.xhs-metric-card__label {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.xhs-metric-card__value {
  margin-top: 0.55rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
}

.xhs-metric-card__detail {
  margin-top: 0.6rem;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.xhs-filter-bar {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 12px 0;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-subtle);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.28s ease;
}

.xhs-filter-bar.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.xhs-chip-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.xhs-chip {
  flex: 0 0 auto;
  height: 32px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: #f3f4f6;
  color: #4b5563;
  font-weight: 700;
  cursor: pointer;
}

.xhs-chip--active {
  background: var(--signal-accent);
  color: #ffffff;
}

/* ── Feed grid: CSS columns masonry ─────────────────────────────── */

.xhs-feed-grid {
  display: block;
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.xhs-feed-grid > * {
  display: block;
  width: 100%;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 20px;
}

/* ── Feed card: minimal ─────────────────────────────────────────── */

.xhs-feed-card,
.xhs-school-card,
.xhs-note-card {
  border-radius: 22px;
  border: 1px solid var(--line-subtle);
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: transform var(--motion-fast) ease, box-shadow var(--motion-fast) ease;
}

.xhs-feed-card:hover,
.xhs-school-card:hover,
.xhs-note-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-raised);
}

.xhs-feed-card__media {
  /* natural image height — no forced aspect-ratio;
     placeholder always gets a minimum height so it never collapses */
  min-height: 160px;
  background: linear-gradient(180deg, #fff2f5 0%, #f4f4f5 100%);
  overflow: hidden;
}

.xhs-feed-card__media img,
.xhs-school-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ── Feed card body ──────────────────────────────────────────────── */

.xhs-feed-card__body {
  padding: 12px 14px 14px;
}

.xhs-feed-card__title {
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 600;
  color: var(--ink-strong);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.xhs-feed-card__footer {
  margin-top: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.72rem;
  color: var(--ink-soft);
}

.xhs-feed-card__author {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60%;
  font-weight: 600;
}

.xhs-feed-card__like {
  display: flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
  color: var(--ink-soft);
  font-weight: 600;
}

.xhs-feed-card__stats {
  display: flex;
  gap: 0.5rem;
  white-space: nowrap;
}

.xhs-feed-card__media--placeholder {
  display: grid;
  place-items: center;
  color: var(--signal-accent);
  font-size: 1rem;
  font-weight: 800;
  min-height: 160px;
}

/* ── School card body ─────────────────────────────────────────────── */

.xhs-school-card__media {
  aspect-ratio: 4 / 3;
  background: linear-gradient(180deg, #fff6f8 0%, #f4f4f5 100%);
  overflow: hidden;
}

.xhs-school-card__body {
  padding: 12px 14px 14px;
}

.xhs-school-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}

.xhs-school-card__title {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 600;
  color: var(--ink-strong);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.xhs-school-card__footer {
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  font-size: 0.72rem;
  color: var(--ink-soft);
  font-weight: 600;
}

.xhs-school-card__posts {
  color: var(--ink-soft);
}

.xhs-school-card__entry {
  color: var(--ink-soft);
}

.xhs-school-card__ddl {
  color: #dc2626;
  font-weight: 700;
}

.xhs-school-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fff2f5, #ffeef1);
  display: grid;
  place-items: center;
  color: var(--signal-accent);
  font-size: 1rem;
  font-weight: 800;
}

/* ── Detail page wrapper ─────────────────────────────────────────── */

.xhs-detail-layout {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 0 100px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* ── Floating back button ────────────────────────────────────────── */

.xhs-detail-back {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 10px 0;
  display: flex;
}

.xhs-detail-back__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line-subtle);
  box-shadow: var(--shadow-soft);
  color: var(--ink-strong);
  backdrop-filter: blur(12px);
  transition: background 0.15s, transform 0.15s;
}

.xhs-detail-back__btn:hover {
  background: #ffffff;
  transform: scale(1.05);
}

/* ── Detail hero: full-width cover + narrow content ─────────────── */

.xhs-detail-hero__media {
  width: 100%;
  max-height: 60vh;
  overflow: hidden;
  border-radius: 0;
}

.xhs-detail-hero__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.xhs-detail-hero__content {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.xhs-detail-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.xhs-detail-hero__title {
  margin: 0;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: var(--ink-strong);
}

.xhs-detail-hero__summary {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.7;
}

.xhs-detail-hero__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.xhs-detail-hero__meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.82rem;
  color: var(--ink-soft);
  font-weight: 600;
}

.xhs-detail-hero__profile {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 36, 66, 0.06);
  color: #4b5563;
  font-size: 0.88rem;
  line-height: 1.6;
}

.xhs-detail-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* ── Detail body (markdown) ─────────────────────────────────────── */

.xhs-detail-body {
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.xhs-detail-raw-toggle {
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.xhs-detail-raw {
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

/* ── Related posts ───────────────────────────────────────────────── */

.xhs-detail-related {
  padding: 0 20px;
}

.xhs-detail-related__title {
  margin: 0 0 14px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--ink-strong);
}

.xhs-detail-related__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.xhs-related-card {
  display: block;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line-subtle);
  background: #ffffff;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}

.xhs-related-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-raised);
}

.xhs-related-card__media {
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, #fff2f5 0%, #f4f4f5 100%);
  overflow: hidden;
}

.xhs-related-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.xhs-related-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fff2f5, #ffeef1);
}

.xhs-related-card__title {
  margin: 0;
  padding: 10px 12px;
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 600;
  color: var(--ink-strong);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── Comment bar ─────────────────────────────────────────────────── */

.xhs-comment-bar {
  position: sticky;
  bottom: 14px;
  max-width: 480px;
  margin: 0 auto;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--line-subtle);
  box-shadow: var(--shadow-raised);
  color: #374151;
  font-weight: 700;
  font-size: 0.88rem;
  text-align: center;
  backdrop-filter: blur(14px);
}

.xhs-school-card__footer {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.72rem;
  color: var(--ink-soft);
}

.xhs-school-card__actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.xhs-inline-button,
.posts-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--line-subtle);
  background: #ffffff;
  color: var(--ink-strong);
  font-weight: 700;
}

.xhs-inline-button--primary,
.posts-link-button--accent {
  border-color: transparent;
  background: var(--signal-accent);
  color: #ffffff;
}

.posts-link-button--disabled {
  opacity: 0.48;
  pointer-events: none;
}

.xhs-note-card {
  padding: 18px;
}

.xhs-note-card--accent {
  background: linear-gradient(180deg, #fff7f9 0%, #ffffff 100%);
}

.xhs-note-card--success {
  background: linear-gradient(180deg, #f5fff9 0%, #ffffff 100%);
}

.xhs-note-card--warning {
  background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
}

.xhs-note-card__action {
  margin-top: 1rem;
}

.xhs-related-rail {
  padding: 18px;
}

.posts-raw-panel {
  margin: 0;
  padding: 16px;
  border-radius: 18px;
  background: #111111;
  color: #f9fafb;
  font-size: 0.84rem;
  line-height: 1.65;
  overflow-x: auto;
  white-space: pre-wrap;
}

.xhs-empty-state {
  padding: 32px 20px;
  text-align: center;
  border-radius: 24px;
  border: 1px dashed var(--line-strong);
  color: var(--ink-soft);
  background: #ffffff;
}

.content-note {
  color: var(--ink-soft);
  line-height: 1.7;
}

.topic-article {
  border-radius: 24px;
  background: #ffffff;
}

.prose :where(h1, h2, h3, h4) {
  color: var(--ink-strong);
}

.prose :where(p, li, strong, td, th) {
  color: #374151;
}

@media (max-width: 1199px) {
  .xhs-left-rail {
    display: none;
  }

  .xhs-shell {
    max-width: none;
  }

  .xhs-main-shell__content {
    max-width: 980px;
    padding-inline: 16px;
  }

  .xhs-feed-grid {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .xhs-feed-grid > * {
    margin-bottom: 16px;
  }

  .xhs-bottom-tabbar {
    display: flex;
  }
}

/* ── Mobile ──────────────────────────────────────────────────────── */

@media (max-width: 767px) {
  .xhs-main-shell__content {
    padding: 8px 12px 104px;
  }

  .xhs-feed-grid {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .xhs-feed-grid > * {
    margin-bottom: 12px;
  }

  .xhs-feed-card__media,
  .xhs-school-card__media {
    aspect-ratio: 1 / 1.08;
    min-height: unset;
  }

  /* Detail page */
  .xhs-detail-layout {
    gap: 20px;
    padding-bottom: 80px;
  }

  .xhs-detail-related__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .xhs-detail-related__title {
    font-size: 0.9rem;
  }

  .xhs-detail-hero__title {
    font-size: clamp(1.4rem, 7vw, 2rem);
  }

  .xhs-channel-header__title {
    max-width: none;
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

.xhs-school-expanded {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--line-light, #e8e8e8);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.xhs-school-expanded__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.xhs-school-expanded__header-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.xhs-school-expanded__name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink-primary, #1a1a1a);
}

.xhs-school-expanded__program {
  font-size: 0.8rem;
  color: var(--ink-soft, #888);
}

.xhs-school-expanded__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.xhs-school-expanded__close {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--line-light, #e8e8e8);
  background: transparent;
  color: var(--ink-soft, #888);
  cursor: pointer;
  transition: background 0.15s;
}

.xhs-school-expanded__close:hover {
  background: var(--surface-muted, #f5f5f5);
}

.xhs-school-expanded__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.xhs-school-expanded__fact {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  background: var(--surface-muted, #f7f7f7);
  border-radius: 10px;
}

.xhs-school-expanded__fact-label {
  font-size: 0.68rem;
  color: var(--ink-soft, #888);
  font-weight: 600;
}

.xhs-school-expanded__fact-value {
  font-size: 0.78rem;
  color: var(--ink-primary, #1a1a1a);
  font-weight: 700;
}

.xhs-school-expanded__summary,
.xhs-school-expanded__notes {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.xhs-school-expanded__summary-label,
.xhs-school-expanded__notes-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ink-soft, #888);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.xhs-school-expanded__summary-text,
.xhs-school-expanded__notes-text {
  font-size: 0.82rem;
  color: var(--ink-primary, #1a1a1a);
  line-height: 1.6;
}

.xhs-school-expanded__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 640px) {
  .xhs-school-expanded__facts {
    grid-template-columns: repeat(2, 1fr);
  }
}

.xhs-school-detail-hero {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 0 24px 0;
  border-bottom: 1px solid var(--line-light, #e8e8e8);
}

.xhs-school-detail-hero__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.xhs-school-detail-hero__name {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--ink-primary, #1a1a1a);
  line-height: 1.2;
}

.xhs-school-detail-hero__program {
  font-size: 0.9rem;
  color: var(--ink-soft, #888);
}

.xhs-school-detail-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.xhs-school-detail-hero__media {
  border-radius: 12px;
  overflow: hidden;
  max-height: 240px;
}

.xhs-school-detail-hero__media-img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.xhs-school-detail-facts {
  padding: 20px 0;
  border-bottom: 1px solid var(--line-light, #e8e8e8);
}

.xhs-school-detail-facts__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.xhs-school-detail-fact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  background: var(--surface-muted, #f7f7f7);
  border-radius: 12px;
}

.xhs-school-detail-fact__label {
  font-size: 0.7rem;
  color: var(--ink-soft, #888);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.xhs-school-detail-fact__value {
  font-size: 0.85rem;
  color: var(--ink-primary, #1a1a1a);
  font-weight: 700;
}

.xhs-school-detail-section {
  padding: 20px 0;
  border-bottom: 1px solid var(--line-light, #e8e8e8);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.xhs-school-detail-section__title {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--ink-soft, #888);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}

.xhs-school-detail-section__text {
  font-size: 0.88rem;
  color: var(--ink-primary, #1a1a1a);
  line-height: 1.7;
  margin: 0;
}

.xhs-school-detail-section__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.xhs-school-detail-section__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--ink-primary, #1a1a1a);
  padding: 8px 12px;
  background: var(--surface-muted, #f7f7f7);
  border-radius: 8px;
}

.xhs-school-detail-section__todo-status {
  font-size: 0.75rem;
  color: var(--ink-soft, #888);
}

.xhs-todo-done {
  opacity: 0.5;
  text-decoration: line-through;
}

.xhs-school-detail-actions {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 640px) {
  .xhs-school-detail-facts__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .xhs-school-detail-hero__name {
    font-size: 1.3rem;
  }
}

@media (min-width: 640px){

  .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\:grid-cols-\[1fr_160px_160px\]{
    grid-template-columns: 1fr 160px 160px;
  }

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

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

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

@media (min-width: 768px){

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

  .md\:grid-cols-\[1fr_180px_180px\]{
    grid-template-columns: 1fr 180px 180px;
  }

  .md\:grid-cols-\[1fr_180px_auto\]{
    grid-template-columns: 1fr 180px auto;
  }
}

@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-\[1\.05fr_0\.95fr\]{
    grid-template-columns: 1.05fr 0.95fr;
  }

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

@media (min-width: 1280px){

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

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

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

  .xl\:grid-cols-\[320px_minmax\(0\2c 1fr\)\]{
    grid-template-columns: 320px minmax(0,1fr);
  }

  .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\:grid-cols-\[minmax\(0\2c 1\.3fr\)_minmax\(20rem\2c 0\.95fr\)\]{
    grid-template-columns: minmax(0,1.3fr) minmax(20rem,0.95fr);
  }

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