/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
*, ::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.19 | 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: "Inter", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC"; /* 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: "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, 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% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.top-4 {
  top: 1rem;
}
.top-\[50\%\] {
  top: 50%;
}
.top-full {
  top: 100%;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[300\] {
  z-index: 300;
}
.z-\[400\] {
  z-index: 400;
}
.m-0 {
  margin: 0px;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[2px\] {
  height: 2px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[280px\] {
  max-height: 280px;
}
.max-h-\[340px\] {
  max-height: 340px;
}
.max-h-\[360px\] {
  max-height: 360px;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/6 {
  width: 50%;
}
.w-4 {
  width: 1rem;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[340px\] {
  width: 340px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[440px\] {
  width: 440px;
}
.w-\[540px\] {
  width: 540px;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-full {
  --tw-translate-x: -100%;
  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));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  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));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  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));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  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));
}
.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));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-grab {
  cursor: grab;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-none {
  list-style-type: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.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-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * 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-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-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));
}
.overflow-auto {
  overflow: auto;
}
.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-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-dashed {
  border-style: dashed;
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-nx-bg-secondary {
  background-color: var(--c-bacSec);
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.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-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.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-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-\[12vh\] {
  padding-top: 12vh;
}
.pt-\[15vh\] {
  padding-top: 15vh;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-mono {
  font-family: "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.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-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / 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-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / 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;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-40 {
  opacity: 0.4;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-offset-white {
  --tw-ring-offset-color: #fff;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, 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-all {
  transition-property: all;
  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;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ====== Nexo 设计系统 — CSS 变量（Notion Design System） ====== */

:root {
  /* 文字颜色 — Notion rgb(55,53,47) 体系 */
  --c-texPri: rgb(55, 53, 47);
  --c-texSec: rgba(55, 53, 47, 0.65);
  --c-texTer: rgba(55, 53, 47, 0.45);
  --c-texDis: rgba(55, 53, 47, 0.3);

  /* 图标颜色 — Notion */
  --c-icoPri: rgba(55, 53, 47, 0.85);
  --c-icoSec: rgba(55, 53, 47, 0.45);
  --c-icoDis: rgba(55, 53, 47, 0.3);
  --c-icoTer: rgba(55, 53, 47, 0.35);

  /* 边框颜色 — Notion */
  --c-borPri: rgba(55, 53, 47, 0.09);
  --c-borSec: rgba(55, 53, 47, 0.06);

  /* 背景颜色 — Notion */
  --c-bacPri: #ffffff;
  --c-bacSec: rgb(251, 251, 250);
  --c-bacTer: rgb(247, 246, 243);
  --c-bacEle: #ffffff;
  --c-bacWarm: rgb(251, 251, 250);
  --c-bacDark: rgb(47, 47, 47);

  /* 强调色 — Notion Blue */
  --nx-blue: #2eaadc;
  --nx-blue-active: #2496c4;
  --nx-red: #e03e3e;
  --nx-selection: rgba(35, 131, 226, 0.14);
  --nx-yellow: #dfab01;

  /* 语义色 — Notion */
  --nx-teal: #0f7b6c;
  --nx-green: #0f7b6c;
  --nx-orange: #d9730d;
  --nx-pink: #ad1a72;
  --nx-purple: #6940a5;

  /* 交互状态 — Notion */
  --ca-butHovBac: rgba(55, 53, 47, 0.04);
  --ca-sidIteSelBac: rgba(55, 53, 47, 0.06);

  /* Badge — Notion */
  --nx-badge-bg: rgba(35, 131, 226, 0.1);
  --nx-badge-text: rgb(35, 131, 226);

  /* 阴影 — Notion 极简（1px outline + 轻投影） */
  --c-shaOutMd: rgba(15, 15, 15, 0.1) 0px 0px 0px 1px,
    rgba(15, 15, 15, 0.1) 0px 2px 4px;
  --c-shaOutLg: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px,
    rgba(15, 15, 15, 0.1) 0px 3px 6px,
    rgba(15, 15, 15, 0.2) 0px 9px 24px;

  /* 代码块 — Notion */
  --cd-codBloBac: rgb(247, 246, 243);
  --cd-tabHeaRowColBac: rgb(247, 246, 243);

  /* 圆角 — Notion 收紧 */
  --nx-radius-micro: 3px;
  --nx-radius-subtle: 4px;
  --nx-radius-std: 6px;
  --nx-radius-card: 8px;
  --nx-radius-hero: 10px;
  --nx-radius-pill: 9999px;

  /* 字体栈 — 系统原生（Notion 不用 Inter） */
  --font-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont,
    'Segoe UI Variable Display', 'Segoe UI', Helvetica, Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'PingFang SC', 'Microsoft YaHei', 'Source Han Sans SC', 'Noto Sans CJK SC';
}

/* ====== 全局重置 ====== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
}

body {
  background-color: var(--c-bacPri);
  color: var(--c-texPri);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* ====== 选区颜色 ====== */

::-moz-selection {
  background: var(--nx-selection);
  color: inherit;
}

::selection {
  background: var(--nx-selection);
  color: inherit;
}

/* ====== 滚动条 ====== */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.25);
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.12) transparent;
}

/* ====== Nexo 布局网格 ====== */

.nx-layout {
  display: grid;
  grid-template-columns:
    [full-start] minmax(64px, 0.55fr)
    [content-start] minmax(auto, 1000px)
    [content-end] minmax(0, 280px)
    [toc-end] minmax(48px, 1.45fr)
    [full-end];
  width: 100%;
}

.nx-layout-content {
  grid-column: content;
  min-width: 0;
}

.nx-layout-toc {
  grid-column: content-end / toc-end;
  min-width: 0;
  padding-top: 8px;
  padding-left: 24px;
}

@media (max-width: 1024px) {
  .nx-layout {
    grid-template-columns:
      [full-start] 48px
      [content-start] 1fr
      [content-end] 0
      [toc-end] 48px
      [full-end];
  }
  .nx-layout-toc {
    display: none;
  }
}

@media (max-width: 768px) {
  .nx-layout {
    grid-template-columns:
      [full-start] 24px
      [content-start] 1fr
      [content-end] 0
      [toc-end] 24px
      [full-end];
  }
}

/* ====== Nexo 动画 ====== */

.nx-fadein {
  animation: 330ms ease-in fadein;
}

.nx-fadein-fast {
  animation: 230ms ease-in fadein;
}

@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes shimmer {
  0% { transform: translate(-100%); }
  100% { transform: translate(100%); }
}

@keyframes dotdance {
  0% { transform: translateY(0); }
  100% { transform: translateY(2px); }
}

/* 旋转 loading */
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* 不定进度条：来回滑动 */
@keyframes nx-progress-slide {
  0% { left: -40%; }
  100% { left: 100%; }
}

/* ====== Nexo 交互工具类 ====== */

.nx-focus:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--c-bacPri), 0 0 0 4px var(--nx-blue);
}

.nx-hoverable {
  transition: background 200ms ease-out;
}

.nx-hoverable:hover {
  background: var(--ca-butHovBac);
}

.nx-hoverable-danger:hover {
  background: var(--ca-butHovBac);
  color: var(--nx-red);
}

/* 统一的禁用态样式：避免各处 opacity-40/50 不一致 */
.nx-disabled:disabled,
button:disabled.nx-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

/* 全局键盘可访问性：Tab 聚焦到按钮/链接时清晰可见 */
button:focus-visible,
a:focus-visible,
[role='button']:focus-visible {
  outline: 2px solid var(--nx-blue);
  outline-offset: 2px;
  border-radius: 4px;
}

/* 鼠标点击不显示 focus 轮廓（保留键盘焦点） */
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) {
  outline: none;
}

/* sr-only：仅屏幕阅读器可见 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ====== 拖拽手柄 ====== */

.nx-resize-handle {
  width: 8px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  cursor: col-resize;
  flex-shrink: 0;
  background: var(--c-bacSec);
}

.nx-resize-handle-line {
  width: 1px;
  background: var(--c-borPri);
  transition: width 150ms ease, background 150ms ease;
}

.nx-resize-handle:hover .nx-resize-handle-line,
.nx-resize-handle.active .nx-resize-handle-line {
  width: 3px;
  background: var(--nx-blue);
  border-radius: 2px;
}

/* ====== Contenteditable ====== */

[contenteditable] {
  caret-color: var(--c-texPri);
  -webkit-user-select: text;
  -moz-user-select: text;
       user-select: text;
}

/* ====== Nexo 内容排版 ====== */

.nx-content {
  font-size: 16px;
  line-height: 1.7;
  color: var(--c-texPri);
  font-family: var(--font-sans);
  word-break: break-word;
}

.nx-content h1 {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.1;
  color: var(--c-texPri);
  margin: 0;
  padding-top: 36px;
  padding-bottom: 8px;
  letter-spacing: -0.03em;
}

.nx-content h2 {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.2;
  color: var(--c-texPri);
  margin: 0;
  padding-top: 32px;
  padding-bottom: 6px;
  letter-spacing: -0.02em;
}

.nx-content h3 {
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.3;
  color: var(--c-texPri);
  margin: 0;
  padding-top: 28px;
  padding-bottom: 6px;
  letter-spacing: -0.01em;
}

.nx-content h4 {
  font-size: 1em;
  font-weight: 600;
  color: var(--c-texSec);
  margin: 0;
  padding-top: 20px;
  padding-bottom: 4px;
}

.nx-content p {
  margin: 0;
  padding: 4px 0;
  line-height: 1.7;
  min-height: 1.7em;
}

.nx-content ul {
  list-style: disc;
  margin: 0;
  padding-left: 1.5em;
}

.nx-content ol {
  list-style: decimal;
  margin: 0;
  padding-left: 1.5em;
}

.nx-content li {
  margin: 0;
  padding: 3px 0;
  line-height: 1.7;
  min-height: 1.7em;
}

.nx-content li > ul,
.nx-content li > ol {
  margin: 0;
}

.nx-content blockquote {
  border-left: 3px solid var(--c-borPri);
  padding: 8px 0 8px 16px;
  margin: 12px 0;
  color: var(--c-texSec);
  font-style: normal;
  background: transparent;
}

.nx-content blockquote p {
  color: inherit;
  margin-bottom: 0;
}

.nx-content code {
  background: rgba(135, 131, 120, 0.15);
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-family: 'SFMono-Regular', Menlo, Consolas, 'PT Mono', 'Liberation Mono', Courier, monospace;
  font-size: 0.85em;
  color: #eb5757;
  line-height: normal;
}

.nx-content pre {
  background: var(--cd-codBloBac);
  padding: 1.2em 1em 1.2em 1.2em;
  border-radius: var(--nx-radius-std);
  overflow-x: auto;
  margin: 12px 0;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  font-family: 'SFMono-Regular', Menlo, Consolas, 'PT Mono', 'Liberation Mono', Courier, monospace;
  border: 1px solid var(--c-borSec);
}

.nx-content pre code {
  background: none;
  color: var(--c-texPri);
  font-size: 0.9em;
  padding: 0;
  border-radius: 0;
  line-height: 1.5;
}

.nx-content a {
  color: var(--c-texPri);
  text-decoration: underline;
  text-decoration-color: rgba(55, 53, 47, 0.4);
  text-underline-offset: 3px;
  transition: color 0.1s ease-in, text-decoration-color 0.1s ease-in;
}

.nx-content a:hover {
  color: var(--nx-blue);
  text-decoration-color: var(--nx-blue);
}

.nx-content hr {
  border: none;
  border-top: 1px solid var(--c-borPri);
  margin: 24px 0;
}

.nx-content img {
  max-width: 100%;
  border-radius: 2px;
  margin: 4px 0;
  display: block;
  cursor: zoom-in;
}

.bn-editor img {
  cursor: zoom-in;
}

/* ====== 图片 Lightbox ====== */

.image-lightbox-overlay {
  position: fixed;
  inset: 0;
  /* 对齐 lib/z-index.ts: Z.LIGHTBOX = 400 */
  z-index: 400;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
  animation: fadein 200ms ease;
}

.image-lightbox-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  cursor: zoom-out;
}

.nx-content strong {
  font-weight: 700;
  color: var(--c-texPri);
}

.nx-content em {
  font-style: italic;
}

/* 表格 — Nexo 风格 */
.nx-content table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 16px 0;
  font-size: 14px;
  border: 1px solid var(--c-borPri);
  border-radius: var(--nx-radius-std);
  overflow: hidden;
}

.nx-content th,
.nx-content td {
  border-bottom: 1px solid var(--c-borPri);
  border-right: 1px solid var(--c-borSec);
  padding: 10px 14px;
  text-align: left;
  min-width: 80px;
}

.nx-content th:last-child,
.nx-content td:last-child {
  border-right: none;
}

.nx-content tr:last-child td {
  border-bottom: none;
}

.nx-content td {
  word-break: break-word;
  color: var(--c-texPri);
}

.nx-content th {
  background: var(--cd-tabHeaRowColBac);
  font-weight: 600;
  font-size: 13px;
  color: var(--c-texSec);
  letter-spacing: 0.02em;
}

.nx-content tbody tr {
  transition: background 0.1s ease;
}

.nx-content tbody tr:hover td {
  background: var(--c-bacSec);
}

/* ====== 代码块语法高亮 — Prism.js 风格 ====== */

.nx-content .token.comment,
.nx-content .token.prolog,
.nx-content .token.doctype,
.nx-content .token.cdata {
  color: #708090;
}

.nx-content .token.punctuation {
  color: #999;
}

.nx-content .token.property,
.nx-content .token.tag,
.nx-content .token.boolean,
.nx-content .token.number,
.nx-content .token.constant,
.nx-content .token.symbol,
.nx-content .token.deleted {
  color: #905;
}

.nx-content .token.selector,
.nx-content .token.attr-name,
.nx-content .token.string,
.nx-content .token.char,
.nx-content .token.builtin,
.nx-content .token.inserted {
  color: #690;
}

.nx-content .token.operator,
.nx-content .token.entity,
.nx-content .token.url {
  color: #9a6e3a;
}

.nx-content .token.atrule,
.nx-content .token.attr-value,
.nx-content .token.keyword {
  color: #07a;
}

.nx-content .token.function,
.nx-content .token.class-name {
  color: #dd4a68;
}

.nx-content .token.regex,
.nx-content .token.important,
.nx-content .token.variable {
  color: #e90;
}

/* ====== 响应式 ====== */

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }

  .nx-content h1 { font-size: 1.875em; }
  .nx-content h2 { font-size: 1.5em; }
  .nx-content h3 { font-size: 1.25em; }
}

/* ====== BlockNote 覆盖：选中状态 & 颜色变量 ====== */

/* 替换 BlockNote 颜色变量为 Nexo 设计 token */
.bn-container {
  --bn-colors-editor-text: var(--c-texPri);
  --bn-colors-editor-background: var(--c-bacPri);
  --bn-colors-menu-text: var(--c-texPri);
  --bn-colors-menu-background: var(--c-bacPri);
  --bn-colors-tooltip-text: var(--c-texSec);
  --bn-colors-tooltip-background: var(--c-bacSec);
  --bn-colors-hovered-text: var(--c-texPri);
  --bn-colors-hovered-background: var(--ca-butHovBac);
  --bn-colors-selected-text: var(--c-texPri);
  --bn-colors-selected-background: rgba(0, 117, 222, 0.12);
  --bn-colors-disabled-text: var(--c-texDis);
  --bn-colors-disabled-background: var(--c-bacTer);
  --bn-colors-shadow: rgba(0, 0, 0, 0.08);
  --bn-colors-border: var(--c-borPri);
  --bn-colors-side-menu: var(--c-borPri);
  --bn-font-family: var(--font-sans);
  --bn-border-radius: 4px;
}

/* 块节点选中：仅去掉粗蓝边框，不加背景（避免光标停留时出现"默认选中"蓝色） */
.bn-block-content.ProseMirror-selectednode > *,
.ProseMirror-selectednode > .bn-block-content > * {
  border-radius: 4px;
  outline: none !important;
}

/* 文字选区颜色（覆盖 BlockNote 内部可能的 ::selection） */
.bn-editor ::-moz-selection {
  background: var(--nx-selection);
  color: inherit;
}
.bn-editor ::selection {
  background: var(--nx-selection);
  color: inherit;
}

/* 表格单元格选中 */
.ProseMirror .selectedCell::after {
  background: rgba(0, 117, 222, 0.1) !important;
}

/* ====== BlockNote 编辑器对齐 Nexo 风格 ====== */

/* 引用块（blockquote）— 编辑器 + 阅读页统一 */
.bn-editor blockquote,
.nx-content blockquote {
  position: relative !important;
  border: none !important;
  border-left: 3px solid var(--c-borPri) !important;
  border-radius: 0 !important;
  padding: 8px 0 8px 16px !important;
  margin: 12px 0 !important;
  color: var(--c-texSec) !important;
  font-style: normal !important;
  background: transparent !important;
  box-shadow: none !important;
}

.bn-editor blockquote::before,
.nx-content blockquote::before {
  content: none !important;
}

.bn-editor blockquote p,
.nx-content blockquote p {
  color: inherit !important;
  margin-bottom: 0 !important;
  font-size: inherit !important;
  line-height: 1.7 !important;
  letter-spacing: 0.01em !important;
}

.bn-editor [data-content-type="paragraph"] {
  font-size: 16px;
  line-height: 1.5;
  min-height: 1.5em;
}

/* 覆盖 BlockNote 标题的 --level CSS 变量
   默认: H1=3em H2=2em H3=1.3em H4=1em H5=.9em H6=.8em
   注意: 不能用 [data-content-type="heading"] 通用选择器 + !important，
   否则会击败 BlockNote 所有 data-level 特定选择器，导致 H4/5/6 也变成 H1 的值 */
[data-content-type="heading"]:not([data-level]) {
  --level: 2.25em !important;
}

[data-content-type="heading"][data-level="1"] {
  --level: 2.25em !important;
}

[data-content-type="heading"][data-level="2"] {
  --level: 1.75em !important;
}

[data-content-type="heading"][data-level="3"] {
  --level: 1.375em !important;
}

[data-content-type="heading"][data-level="4"] {
  --level: 0.55em !important;
}

[data-content-type="heading"][data-level="5"] {
  --level: 0.45em !important;
}

[data-content-type="heading"][data-level="6"] {
  --level: 0.4em !important;
}

/* 同步覆盖 --prev-level（用于标题后紧接内容的过渡动画） */
[data-prev-level="1"] { --prev-level: 2.25em !important; }
[data-prev-level="2"] { --prev-level: 1.75em !important; }
[data-prev-level="3"] { --prev-level: 1.375em !important; }
[data-prev-level="4"] { --prev-level: 0.55em !important; }
[data-prev-level="5"] { --prev-level: 0.45em !important; }
[data-prev-level="6"] { --prev-level: 0.4em !important; }

/* ====== BlockNote 图标大小收紧 ====== */

/* 侧边 drag/add 按钮 SVG */
.bn-shadcn .bn-side-menu svg,
.bn-shadcn .bn-button svg {
  width: 14px !important;
  height: 14px !important;
}

/* 工具栏按钮 SVG */
.bn-shadcn .bn-toolbar svg,
.bn-shadcn [role="toolbar"] svg {
  width: 14px !important;
  height: 14px !important;
}

/* ====== 斜杠菜单 — 对齐 Nexo 风格 ====== */

.bn-suggestion-menu {
  width: 300px !important;
  max-height: min(420px, 60vh) !important;
  border-radius: var(--nx-radius-std) !important;
  background: var(--c-bacPri) !important;
  box-shadow: var(--c-shaOutLg), 0 0 0 1px rgba(0,0,0,0.06) !important;
  border: none !important;
  padding: 4px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  font-size: 14px !important;
}

/* 每个条目：32px 高，左右 padding 8px */
.bn-suggestion-menu [role="option"] {
  padding: 0 4px !important;
  border-radius: 4px !important;
  gap: 8px !important;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  display: flex !important;
  align-items: center !important;
}

.bn-suggestion-menu [role="option"]:hover,
.bn-suggestion-menu [role="option"][aria-selected="true"] {
  background: var(--ca-butHovBac) !important;
}

/* 图标容器：Nexo 风格 — 无背景、无边框，20px 裸图标 */
.bn-suggestion-menu [data-position="left"] {
  padding: 0 !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  flex-shrink: 0 !important;
}

/* 图标 SVG：16px（Nexo 20px，我们稍小一点更精致） */
.bn-suggestion-menu [data-position="left"] svg {
  width: 16px !important;
  height: 16px !important;
  fill: var(--c-icoPri) !important;
  color: var(--c-icoPri) !important;
}

/* 标题文字：14px，正常字重 */
.bn-suggestion-menu [role="option"] .text-base {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: var(--c-texPri) !important;
}

/* 副标题描述：隐藏 */
.bn-suggestion-menu [role="option"] .text-xs {
  display: none !important;
}

/* 右侧快捷键提示 */
.bn-suggestion-menu [role="option"] [data-position="right"] {
  color: var(--c-texTer) !important;
  font-size: 12px !important;
  flex-shrink: 0 !important;
}

/* 分组标签 */
.bn-suggestion-menu .px-2.py-1\.5.text-sm {
  font-size: 11px !important;
  font-weight: 500 !important;
  color: var(--c-texTer) !important;
  padding: 10px 8px 2px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* ====== 格式化工具栏 ====== */

/* 工具栏容器：精致阴影和圆角，不干预宽高（避免浮层定位失效） */
.bn-shadcn .bn-toolbar {
  gap: 2px !important;
  padding: 4px !important;
  border-radius: var(--nx-radius-std) !important;
  box-shadow: var(--c-shaOutMd), 0 0 0 1px rgba(0,0,0,0.06) !important;
  border: none !important;
  background: var(--c-bacPri) !important;
}

/* 工具栏按钮 */
.bn-shadcn .bn-toolbar button {
  height: 28px !important;
  min-width: 28px !important;
  padding: 0 5px !important;
  border-radius: 5px !important;
  font-size: 13px !important;
}

/* 工具栏 SVG 图标 */
.bn-shadcn .bn-toolbar button svg {
  width: 14px !important;
  height: 14px !important;
}

/* 块类型选择器 */
.bn-shadcn .bn-toolbar [data-radix-select-trigger] {
  height: 28px !important;
  font-size: 13px !important;
  padding: 0 6px !important;
}

/* 块类型选择器下拉弹出层（修复透明背景） */
.bn-shadcn [data-radix-select-content],
.bn-shadcn [data-radix-popper-content-wrapper] [role="listbox"] {
  background: var(--c-bacPri) !important;
  border: 1px solid var(--c-borPri) !important;
  border-radius: var(--nx-radius-std) !important;
  box-shadow: var(--c-shaOutMd), 0 0 0 1px rgba(0,0,0,0.06) !important;
  padding: 4px !important;
  z-index: 9999 !important;
}

.bn-shadcn [data-radix-select-content] [role="option"],
.bn-shadcn [data-radix-popper-content-wrapper] [role="option"] {
  padding: 6px 8px !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  color: var(--c-texPri) !important;
  cursor: pointer !important;
}

.bn-shadcn [data-radix-select-content] [role="option"]:hover,
.bn-shadcn [data-radix-select-content] [role="option"][data-highlighted],
.bn-shadcn [data-radix-popper-content-wrapper] [role="option"]:hover,
.bn-shadcn [data-radix-popper-content-wrapper] [role="option"][data-highlighted] {
  background: var(--ca-butHovBac) !important;
}

/* 分隔符 */
.bn-shadcn .bn-toolbar [role="separator"] {
  height: 16px !important;
  margin: 0 2px !important;
}

/* ====== shadcn DropdownMenu / ContextMenu / Popover / Tooltip 兜底 ======
   项目 tailwind.config.js 没有注册 shadcn 语义色（bg-popover / bg-accent /
   border 等），所以 shadcn 内部用的这些 class 全部编译不出样式 —— 表格 handle
   菜单、子菜单、颜色子菜单、上下文菜单会整个透明。
   统一用 data-slot 属性选择器兜底，以后新增的 shadcn popover 类组件也会命中。 */
[data-slot="dropdown-menu-content"],
[data-slot="dropdown-menu-sub-content"],
[data-slot="context-menu-content"],
[data-slot="context-menu-sub-content"],
[data-slot="select-content"],
[data-slot="popover-content"],
[data-slot="menubar-content"],
[data-slot="menubar-sub-content"] {
  background: var(--c-bacPri) !important;
  color: var(--c-texPri) !important;
  border: 1px solid var(--c-borPri) !important;
  border-radius: var(--nx-radius-std) !important;
  box-shadow: var(--c-shaOutMd), 0 0 0 1px rgba(0, 0, 0, 0.06) !important;
  padding: 4px !important;
  z-index: 9999 !important;
}

[data-slot="tooltip-content"] {
  background: var(--c-bacSec) !important;
  color: var(--c-texSec) !important;
  border: 1px solid var(--c-borPri) !important;
  border-radius: var(--nx-radius-micro) !important;
  box-shadow: var(--c-shaOutMd) !important;
  padding: 4px 8px !important;
  font-size: 12px !important;
  z-index: 9999 !important;
}

[data-slot="dropdown-menu-item"],
[data-slot="dropdown-menu-sub-trigger"],
[data-slot="dropdown-menu-checkbox-item"],
[data-slot="dropdown-menu-radio-item"],
[data-slot="context-menu-item"],
[data-slot="context-menu-sub-trigger"],
[data-slot="menubar-item"],
[data-slot="menubar-sub-trigger"] {
  padding: 6px 8px !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  color: var(--c-texPri) !important;
  cursor: pointer !important;
  outline: none !important;
}

[data-slot="dropdown-menu-item"]:hover,
[data-slot="dropdown-menu-item"][data-highlighted],
[data-slot="dropdown-menu-item"]:focus,
[data-slot="dropdown-menu-sub-trigger"]:hover,
[data-slot="dropdown-menu-sub-trigger"][data-highlighted],
[data-slot="dropdown-menu-sub-trigger"][data-state="open"],
[data-slot="dropdown-menu-checkbox-item"]:hover,
[data-slot="dropdown-menu-checkbox-item"][data-highlighted],
[data-slot="dropdown-menu-radio-item"]:hover,
[data-slot="dropdown-menu-radio-item"][data-highlighted],
[data-slot="context-menu-item"]:hover,
[data-slot="context-menu-item"][data-highlighted],
[data-slot="context-menu-sub-trigger"]:hover,
[data-slot="context-menu-sub-trigger"][data-highlighted],
[data-slot="menubar-item"]:hover,
[data-slot="menubar-item"][data-highlighted] {
  background: var(--ca-butHovBac) !important;
  color: var(--c-texPri) !important;
}

/* 危险操作项（如删除行/列）保留红色语义 */
[data-slot="dropdown-menu-item"][data-variant="destructive"],
[data-slot="context-menu-item"][data-variant="destructive"] {
  color: var(--nx-red) !important;
}

[data-slot="dropdown-menu-item"][data-variant="destructive"]:hover,
[data-slot="dropdown-menu-item"][data-variant="destructive"][data-highlighted],
[data-slot="context-menu-item"][data-variant="destructive"]:hover,
[data-slot="context-menu-item"][data-variant="destructive"][data-highlighted] {
  background: rgba(224, 62, 62, 0.12) !important;
  color: var(--nx-red) !important;
}

[data-slot="dropdown-menu-separator"],
[data-slot="context-menu-separator"],
[data-slot="menubar-separator"] {
  height: 1px !important;
  background: var(--c-borSec) !important;
  margin: 4px 0 !important;
}

[data-slot="dropdown-menu-label"],
[data-slot="context-menu-label"] {
  padding: 6px 8px 4px !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  color: var(--c-texTer) !important;
}

/* ====== Notion 风格组件 ====== */

/* Pill Badge */
.nx-badge {
  display: inline-flex;
  align-items: center;
  background: var(--nx-badge-bg);
  color: var(--nx-badge-text);
  padding: 4px 8px;
  border-radius: var(--nx-radius-pill);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.125px;
  line-height: 1.33;
}

/* Card — Notion 4-layer shadow */
.nx-card {
  background: var(--c-bacPri);
  border: 1px solid var(--c-borPri);
  border-radius: var(--nx-radius-card);
  box-shadow: var(--c-shaOutMd);
  transition: box-shadow 200ms ease;
}

.nx-card:hover {
  box-shadow: var(--c-shaOutMd);
}

/* Modal / Dialog — Notion style */
.nx-modal {
  background: var(--c-bacPri);
  border-radius: var(--nx-radius-card);
  box-shadow: var(--c-shaOutLg);
  border: 1px solid var(--c-borPri);
}

/* Primary Button — Notion Blue */
.nx-btn-primary {
  background: var(--nx-blue);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: var(--nx-radius-micro);
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.33;
  cursor: pointer;
  transition: background 150ms ease, transform 100ms ease;
}

.nx-btn-primary:hover {
  background: var(--nx-blue-active);
}

.nx-btn-primary:active {
  transform: scale(0.95);
}

/* Secondary Button — Translucent */
.nx-btn-secondary {
  background: rgba(0, 0, 0, 0.05);
  color: var(--c-texPri);
  padding: 8px 16px;
  border-radius: var(--nx-radius-micro);
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.33;
  cursor: pointer;
  transition: background 150ms ease, transform 100ms ease;
}

.nx-btn-secondary:hover {
  background: rgba(0, 0, 0, 0.08);
}

.nx-btn-secondary:active {
  transform: scale(0.95);
}

/* Warm Section Background */
.nx-section-warm {
  background: var(--c-bacWarm);
}

/* ====== 代码块 / 引用块 / 行内代码 — Notion 风格统一 ====== */

/* — 行内代码 — 编辑器 + 阅读页统一 — */
.bn-editor code,
.nx-content code:not(pre code) {
  font-family: 'JetBrains Mono', 'SFMono-Regular', Menlo, Consolas, 'PT Mono',
    'Liberation Mono', Courier, monospace !important;
  font-size: 0.86em !important;
  line-height: inherit !important;
  padding: 0.16em 0.42em !important;
  margin: 0 0.05em !important;
  border-radius: 4px !important;
  background: rgba(135, 131, 120, 0.18) !important;
  color: #d8442b !important;
  letter-spacing: 0 !important;
  border: none !important;
  white-space: break-spaces !important;
}

/* — 引用块 (quote) — 编辑器 + 阅读页统一 — */
.bn-editor blockquote,
.bn-editor [data-content-type="quote"],
.nx-content blockquote {
  position: relative !important;
  border: none !important;
  border-left: 3px solid var(--c-texPri) !important;
  border-radius: 0 !important;
  padding: 4px 0 4px 14px !important;
  margin: 10px 0 !important;
  color: var(--c-texPri) !important;
  font-style: normal !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.bn-editor blockquote::before,
.bn-editor [data-content-type="quote"]::before,
.nx-content blockquote::before {
  content: none !important;
}

.bn-editor blockquote p,
.bn-editor [data-content-type="quote"] p,
.nx-content blockquote p {
  color: inherit !important;
  margin: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: 0 !important;
}

/* — 代码块 (codeBlock) — 编辑器 + 阅读页统一 — */
.bn-editor [data-content-type="codeBlock"],
.bn-editor pre,
.nx-content pre {
  background: var(--cd-codBloBac) !important;
  border: 1px solid rgba(15, 15, 15, 0.06) !important;
  border-radius: 6px !important;
  padding: 14px 16px !important;
  margin: 12px 0 !important;
  overflow-x: auto !important;
  -moz-tab-size: 2 !important;
    -o-tab-size: 2 !important;
       tab-size: 2 !important;
  font-family: 'JetBrains Mono', 'SFMono-Regular', Menlo, Consolas, 'PT Mono',
    'Liberation Mono', Courier, monospace !important;
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
  color: var(--c-texPri) !important;
  box-shadow: none !important;
  position: relative;
}

/* 代码块内的 code 元素：去掉行内代码的小气泡样式 */
.bn-editor [data-content-type="codeBlock"] code,
.bn-editor pre code,
.nx-content pre code {
  background: transparent !important;
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  white-space: pre !important;
  letter-spacing: 0 !important;
  line-height: 1.55 !important;
}

/* 代码块滚动条 — 浅色细线，不喧宾夺主 */
.bn-editor [data-content-type="codeBlock"]::-webkit-scrollbar,
.bn-editor pre::-webkit-scrollbar,
.nx-content pre::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.bn-editor [data-content-type="codeBlock"]::-webkit-scrollbar-thumb,
.bn-editor pre::-webkit-scrollbar-thumb,
.nx-content pre::-webkit-scrollbar-thumb {
  background: rgba(55, 53, 47, 0.16);
  border-radius: 4px;
}
.bn-editor [data-content-type="codeBlock"]::-webkit-scrollbar-thumb:hover,
.bn-editor pre::-webkit-scrollbar-thumb:hover,
.nx-content pre::-webkit-scrollbar-thumb:hover {
  background: rgba(55, 53, 47, 0.28);
}

/* BlockNote 0.47 的 codeBlock 内部语言切换器（顶部右上角） */
.bn-editor [data-content-type="codeBlock"] .bn-language-dropdown,
.bn-editor [data-content-type="codeBlock"] [data-language] {
  font-family: var(--bn-font-family) !important;
  font-size: 11px !important;
  color: var(--c-texTer) !important;
  background: transparent !important;
}

/* 暗色主题下代码块 */
@media (prefers-color-scheme: dark) {
  .bn-editor code,
  .nx-content code:not(pre code) {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ff8a80 !important;
  }
  .bn-editor [data-content-type="codeBlock"],
  .bn-editor pre,
  .nx-content pre {
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
  }
}

/* ====== Notion 风格 SideMenu 容器 — 给我们自绘的按钮收紧间距 ====== */

.bn-side-menu {
  gap: 0 !important;
}
.bn-side-menu .bn-button {
  width: 22px !important;
  height: 22px !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  border-radius: 4px !important;
  color: var(--c-icoSec) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: grab;
  transition: background 0.12s ease;
}
.bn-side-menu .bn-button:hover {
  background: var(--ca-butHovBac) !important;
  color: var(--c-icoPri) !important;
}
.bn-side-menu .bn-button svg {
  width: 16px !important;
  height: 16px !important;
}
.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-slate-950:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.active\:cursor-grabbing:active {
  cursor: grabbing;
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-30:disabled {
  opacity: 0.3;
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}
.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}
.data-\[state\=active\]\:bg-white[data-state="active"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.data-\[state\=active\]\:text-slate-950[data-state="active"] {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.data-\[state\=active\]\:shadow-sm[data-state="active"] {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px) {

  .sm\:max-w-\[500px\] {
    max-width: 500px;
  }

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

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 1024px) {

  .lg\:relative {
    position: relative;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }
}
@media (prefers-color-scheme: dark) {

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

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

  .dark\:bg-slate-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
  }

  .dark\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
  }

  .dark\:text-slate-50 {
    --tw-text-opacity: 1;
    color: rgb(248 250 252 / var(--tw-text-opacity, 1));
  }

  .dark\:ring-offset-slate-950 {
    --tw-ring-offset-color: #020617;
  }

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

  .dark\:focus-visible\:ring-slate-300:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
  }

  .dark\:data-\[state\=active\]\:bg-slate-950[data-state="active"] {
    --tw-bg-opacity: 1;
    background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
  }

  .dark\:data-\[state\=active\]\:text-slate-50[data-state="active"] {
    --tw-text-opacity: 1;
    color: rgb(248 250 252 / var(--tw-text-opacity, 1));
  }
}

