/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/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, system-ui, sans-serif; /* 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: JetBrains Mono, 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;
  }
}
.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;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-12 {
  bottom: -3rem;
}
.-top-14 {
  top: -3.5rem;
}
.-top-8 {
  top: -2rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[calc\(100\%\+6px\)\] {
  bottom: calc(100% + 6px);
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/4 {
  left: 25%;
}
.left-3\/4 {
  left: 75%;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-\[7\.35px\] {
  top: 7.35px;
}
.top-\[calc\(100\%\+6px\)\] {
  top: calc(100% + 6px);
}
.top-\[calc\(100\%\+8px\)\] {
  top: calc(100% + 8px);
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.-m-\[6px\] {
  margin: -6px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[16\.8px\] {
  margin-bottom: 16.8px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[14\.7px\] {
  margin-top: 14.7px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[16\.8px\] {
  height: 16.8px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[6\.3px\] {
  height: 6.3px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[88px\] {
  height: 88px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-72 {
  max-height: 18rem;
}
.min-h-\[2\.6rem\] {
  min-height: 2.6rem;
}
.min-h-\[2\.8rem\] {
  min-height: 2.8rem;
}
.min-h-\[24px\] {
  min-height: 24px;
}
.min-h-\[30px\] {
  min-height: 30px;
}
.min-h-\[4\.1rem\] {
  min-height: 4.1rem;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[46px\] {
  min-height: 46px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[16\.8px\] {
  width: 16.8px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[88px\] {
  width: 88px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[1\.2rem\] {
  min-width: 1.2rem;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[260px\] {
  min-width: 260px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[1120px\] {
  max-width: 1120px;
}
.max-w-\[1380px\] {
  max-width: 1380px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[1700px\] {
  max-width: 1700px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[680px\] {
  max-width: 680px;
}
.max-w-\[70px\] {
  max-width: 70px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[820px\] {
  max-width: 820px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[90px\] {
  max-width: 90px;
}
.max-w-\[min\(320px\2c calc\(100vw-2rem\)\)\] {
  max-width: min(320px, calc(100vw - 2rem));
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.origin-left {
  transform-origin: left;
}
.-translate-x-1\/2 {
  --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-1\/2 {
  --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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  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));
}
.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
.scale-\[1\.15\] {
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  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 ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.scroll-mt-24 {
  scroll-margin-top: 6rem;
}
.scroll-mt-28 {
  scroll-margin-top: 7rem;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, 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;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[12\.6px\] {
  gap: 12.6px;
}
.gap-\[25\.2px\] {
  gap: 25.2px;
}
.gap-px {
  gap: 1px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-5 {
  row-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));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-neutral-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(163 163 163 / 0.1);
}
.justify-self-center {
  justify-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[1\.25rem\] {
  border-radius: 1.25rem;
}
.rounded-\[var\(--sw-radius-card\)\] {
  border-radius: var(--sw-radius-card);
}
.rounded-\[var\(--sw-radius-sm\)\] {
  border-radius: var(--sw-radius-sm);
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}
.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-\[2\.1px\] {
  border-width: 2.1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#c9a96e\] {
  --tw-border-opacity: 1;
  border-color: rgb(201 169 110 / var(--tw-border-opacity, 1));
}
.border-\[\#c9a96e\]\/15 {
  border-color: rgb(201 169 110 / 0.15);
}
.border-\[\#c9a96e\]\/20 {
  border-color: rgb(201 169 110 / 0.2);
}
.border-\[\#c9a96e\]\/25 {
  border-color: rgb(201 169 110 / 0.25);
}
.border-\[\#c9a96e\]\/30 {
  border-color: rgb(201 169 110 / 0.3);
}
.border-\[\#c9a96e\]\/35 {
  border-color: rgb(201 169 110 / 0.35);
}
.border-\[\#c9a96e\]\/40 {
  border-color: rgb(201 169 110 / 0.4);
}
.border-\[\#c9a96e\]\/45 {
  border-color: rgb(201 169 110 / 0.45);
}
.border-\[\#c9a96e\]\/55 {
  border-color: rgb(201 169 110 / 0.55);
}
.border-\[\#c9a96e\]\/60 {
  border-color: rgb(201 169 110 / 0.6);
}
.border-\[\#d4b88c\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 184 140 / var(--tw-border-opacity, 1));
}
.border-\[var\(--sw-border-subtle\)\] {
  border-color: var(--sw-border-subtle);
}
.border-\[var\(--sw-border-visible\)\] {
  border-color: var(--sw-border-visible);
}
.border-amber-400\/25 {
  border-color: rgb(251 191 36 / 0.25);
}
.border-brand-cyan\/10 {
  border-color: rgb(0 240 255 / 0.1);
}
.border-brand-cyan\/20 {
  border-color: rgb(0 240 255 / 0.2);
}
.border-brand-cyan\/30 {
  border-color: rgb(0 240 255 / 0.3);
}
.border-brand-cyan\/40 {
  border-color: rgb(0 240 255 / 0.4);
}
.border-brand-pink\/20 {
  border-color: rgb(236 72 153 / 0.2);
}
.border-brand-pink\/30 {
  border-color: rgb(236 72 153 / 0.3);
}
.border-brand-purple\/10 {
  border-color: rgb(139 92 246 / 0.1);
}
.border-brand-purple\/20 {
  border-color: rgb(139 92 246 / 0.2);
}
.border-brand-purple\/30 {
  border-color: rgb(139 92 246 / 0.3);
}
.border-brand-purple\/40 {
  border-color: rgb(139 92 246 / 0.4);
}
.border-emerald-400\/20 {
  border-color: rgb(52 211 153 / 0.2);
}
.border-emerald-400\/25 {
  border-color: rgb(52 211 153 / 0.25);
}
.border-emerald-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}
.border-neutral-100\/10 {
  border-color: rgb(245 245 245 / 0.1);
}
.border-neutral-100\/15 {
  border-color: rgb(245 245 245 / 0.15);
}
.border-neutral-100\/\[0\.08\] {
  border-color: rgb(245 245 245 / 0.08);
}
.border-neutral-400\/20 {
  border-color: rgb(163 163 163 / 0.2);
}
.border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-neutral-900\/20 {
  border-color: rgb(23 23 23 / 0.2);
}
.border-orange-400\/25 {
  border-color: rgb(251 146 60 / 0.25);
}
.border-orange-400\/30 {
  border-color: rgb(251 146 60 / 0.3);
}
.border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2);
}
.border-red-400\/25 {
  border-color: rgb(248 113 113 / 0.25);
}
.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/\[0\.06\] {
  border-color: rgb(255 255 255 / 0.06);
}
.bg-\[\#0e0d0b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 13 11 / var(--tw-bg-opacity, 1));
}
.bg-\[\#101812\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 18 / var(--tw-bg-opacity, 1));
}
.bg-\[\#12100d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 16 13 / var(--tw-bg-opacity, 1));
}
.bg-\[\#14120f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 18 15 / var(--tw-bg-opacity, 1));
}
.bg-\[\#181511\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 21 17 / var(--tw-bg-opacity, 1));
}
.bg-\[\#c9a96e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(201 169 110 / var(--tw-bg-opacity, 1));
}
.bg-\[\#c9a96e\]\/10 {
  background-color: rgb(201 169 110 / 0.1);
}
.bg-\[\#c9a96e\]\/15 {
  background-color: rgb(201 169 110 / 0.15);
}
.bg-\[\#c9a96e\]\/70 {
  background-color: rgb(201 169 110 / 0.7);
}
.bg-\[\#c9a96e\]\/\[0\.06\] {
  background-color: rgb(201 169 110 / 0.06);
}
.bg-\[\#d4b88c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(212 184 140 / var(--tw-bg-opacity, 1));
}
.bg-\[\#d4b88c\]\/90 {
  background-color: rgb(212 184 140 / 0.9);
}
.bg-\[var\(--sw-accent\)\] {
  background-color: var(--sw-accent);
}
.bg-\[var\(--sw-bg\)\] {
  background-color: var(--sw-bg);
}
.bg-\[var\(--sw-bg-alt\)\] {
  background-color: var(--sw-bg-alt);
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-brand-card {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 24 / var(--tw-bg-opacity, 1));
}
.bg-brand-card\/60 {
  background-color: rgb(17 17 24 / 0.6);
}
.bg-brand-card\/80 {
  background-color: rgb(17 17 24 / 0.8);
}
.bg-brand-cyan\/10 {
  background-color: rgb(0 240 255 / 0.1);
}
.bg-brand-cyan\/20 {
  background-color: rgb(0 240 255 / 0.2);
}
.bg-brand-cyan\/\[0\.05\] {
  background-color: rgb(0 240 255 / 0.05);
}
.bg-brand-pink\/10 {
  background-color: rgb(236 72 153 / 0.1);
}
.bg-brand-pink\/40 {
  background-color: rgb(236 72 153 / 0.4);
}
.bg-brand-pink\/\[0\.08\] {
  background-color: rgb(236 72 153 / 0.08);
}
.bg-brand-purple\/10 {
  background-color: rgb(139 92 246 / 0.1);
}
.bg-brand-purple\/20 {
  background-color: rgb(139 92 246 / 0.2);
}
.bg-brand-purple\/\[0\.05\] {
  background-color: rgb(139 92 246 / 0.05);
}
.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}
.bg-emerald-400\/\[0\.06\] {
  background-color: rgb(52 211 153 / 0.06);
}
.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100\/10 {
  background-color: rgb(245 245 245 / 0.1);
}
.bg-neutral-100\/\[0\.04\] {
  background-color: rgb(245 245 245 / 0.04);
}
.bg-neutral-100\/\[0\.05\] {
  background-color: rgb(245 245 245 / 0.05);
}
.bg-neutral-400\/15 {
  background-color: rgb(163 163 163 / 0.15);
}
.bg-neutral-50\/\[0\.02\] {
  background-color: rgb(250 250 250 / 0.02);
}
.bg-neutral-50\/\[0\.03\] {
  background-color: rgb(250 250 250 / 0.03);
}
.bg-neutral-50\/\[0\.04\] {
  background-color: rgb(250 250 250 / 0.04);
}
.bg-neutral-50\/\[0\.05\] {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-neutral-50\/\[0\.08\] {
  background-color: rgb(250 250 250 / 0.08);
}
.bg-neutral-700\/80 {
  background-color: rgb(64 64 64 / 0.8);
}
.bg-neutral-800\/85 {
  background-color: rgb(38 38 38 / 0.85);
}
.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}
.bg-neutral-900\/80 {
  background-color: rgb(23 23 23 / 0.8);
}
.bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}
.bg-neutral-950\/80 {
  background-color: rgb(10 10 10 / 0.8);
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}
.bg-orange-400\/85 {
  background-color: rgb(251 146 60 / 0.85);
}
.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}
.bg-orange-500\/15 {
  background-color: rgb(249 115 22 / 0.15);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}
.bg-red-400\/\[0\.06\] {
  background-color: rgb(248 113 113 / 0.06);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/\[0\.02\] {
  background-color: rgb(255 255 255 / 0.02);
}
.bg-white\/\[0\.03\] {
  background-color: rgb(255 255 255 / 0.03);
}
.bg-white\/\[0\.12\] {
  background-color: rgb(255 255 255 / 0.12);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-brand-cyan\/20 {
  --tw-gradient-from: rgb(0 240 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 240 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-cyan\/\[0\.04\] {
  --tw-gradient-from: rgb(0 240 255 / 0.04) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 240 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-purple\/40 {
  --tw-gradient-from: rgb(139 92 246 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-purple\/\[0\.04\] {
  --tw-gradient-from: rgb(139 92 246 / 0.04) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-neutral-50\/\[0\.05\] {
  --tw-gradient-from: rgb(250 250 250 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-brand-cyan\/\[0\.015\] {
  --tw-gradient-to: rgb(0 240 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 240 255 / 0.015) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-purple\/\[0\.015\] {
  --tw-gradient-to: rgb(139 92 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(139 92 246 / 0.015) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-brand-cyan\/60 {
  --tw-gradient-to: rgb(0 240 255 / 0.6) var(--tw-gradient-to-position);
}
.to-brand-purple\/20 {
  --tw-gradient-to: rgb(139 92 246 / 0.2) var(--tw-gradient-to-position);
}
.to-brand-purple\/60 {
  --tw-gradient-to: rgb(139 92 246 / 0.6) var(--tw-gradient-to-position);
}
.to-neutral-50\/\[0\.01\] {
  --tw-gradient-to: rgb(250 250 250 / 0.01) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[6px\] {
  padding: 6px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.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-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-mono {
  font-family: JetBrains Mono, monospace;
}
.font-sans {
  font-family: Inter, system-ui, sans-serif;
}
.font-serif {
  font-family: Fraunces, Georgia, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[1\.04rem\] {
  font-size: 1.04rem;
}
.text-\[1\.08rem\] {
  font-size: 1.08rem;
}
.text-\[1\.1rem\] {
  font-size: 1.1rem;
}
.text-\[10\.5px\] {
  font-size: 10.5px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12\.1px\] {
  font-size: 12.1px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[5rem\] {
  font-size: 5rem;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-\[clamp\(1\.55rem\2c 3vw\2c 2rem\)\] {
  font-size: clamp(1.55rem, 3vw, 2rem);
}
.text-\[clamp\(1\.75rem\2c 3vw\2c 2\.5rem\)\] {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}
.text-\[clamp\(1\.8rem\2c 3\.4vw\2c 2\.6rem\)\] {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
}
.text-\[clamp\(1\.8rem\2c 3\.6vw\2c 2\.75rem\)\] {
  font-size: clamp(1.8rem, 3.6vw, 2.75rem);
}
.text-\[clamp\(1\.95rem\2c 4\.8vw\2c 2\.95rem\)\] {
  font-size: clamp(1.95rem, 4.8vw, 2.95rem);
}
.text-\[clamp\(1\.9rem\2c 4vw\2c 3rem\)\] {
  font-size: clamp(1.9rem, 4vw, 3rem);
}
.text-\[clamp\(2\.05rem\2c 4\.4vw\2c 3\.55rem\)\] {
  font-size: clamp(2.05rem, 4.4vw, 3.55rem);
}
.text-\[clamp\(2rem\2c 5\.2vw\2c 4\.6rem\)\] {
  font-size: clamp(2rem, 5.2vw, 4.6rem);
}
.text-\[clamp\(2rem\2c 5vw\2c 4\.4rem\)\] {
  font-size: clamp(2rem, 5vw, 4.4rem);
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.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-\[0\.98\] {
  line-height: 0.98;
}
.leading-\[1\.05\] {
  line-height: 1.05;
}
.leading-\[1\.08\] {
  line-height: 1.08;
}
.leading-\[1\.12\] {
  line-height: 1.12;
}
.leading-\[1\.15\] {
  line-height: 1.15;
}
.leading-\[1\.18\] {
  line-height: 1.18;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.4175\] {
  line-height: 1.4175;
}
.leading-\[1\.55\] {
  line-height: 1.55;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[1\.62\] {
  line-height: 1.62;
}
.leading-\[1\.65\] {
  line-height: 1.65;
}
.leading-\[1\.68\] {
  line-height: 1.68;
}
.leading-\[1\.6\] {
  line-height: 1.6;
}
.leading-\[1\.72\] {
  line-height: 1.72;
}
.leading-\[1\.7\] {
  line-height: 1.7;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[-0\.002em\] {
  letter-spacing: -0.002em;
}
.tracking-\[-0\.005em\] {
  letter-spacing: -0.005em;
}
.tracking-\[-0\.015em\] {
  letter-spacing: -0.015em;
}
.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}
.tracking-\[-0\.022em\] {
  letter-spacing: -0.022em;
}
.tracking-\[-0\.024em\] {
  letter-spacing: -0.024em;
}
.tracking-\[-0\.025em\] {
  letter-spacing: -0.025em;
}
.tracking-\[-0\.028em\] {
  letter-spacing: -0.028em;
}
.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}
.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}
.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}
.tracking-\[0\.06em\] {
  letter-spacing: 0.06em;
}
.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}
.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}
.tracking-\[0\.147em\] {
  letter-spacing: 0.147em;
}
.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}
.tracking-\[0\.168em\] {
  letter-spacing: 0.168em;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}
.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
.tracking-\[0\.24em\] {
  letter-spacing: 0.24em;
}
.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}
.tracking-\[0\.28em\] {
  letter-spacing: 0.28em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#1a1610\] {
  --tw-text-opacity: 1;
  color: rgb(26 22 16 / var(--tw-text-opacity, 1));
}
.text-\[\#1a1610\]\/60 {
  color: rgb(26 22 16 / 0.6);
}
.text-\[\#c9a96e\] {
  --tw-text-opacity: 1;
  color: rgb(201 169 110 / var(--tw-text-opacity, 1));
}
.text-\[\#c9a96e\]\/70 {
  color: rgb(201 169 110 / 0.7);
}
.text-\[\#c9a96e\]\/80 {
  color: rgb(201 169 110 / 0.8);
}
.text-\[\#d4b88c\] {
  --tw-text-opacity: 1;
  color: rgb(212 184 140 / var(--tw-text-opacity, 1));
}
.text-\[\#e0c592\] {
  --tw-text-opacity: 1;
  color: rgb(224 197 146 / var(--tw-text-opacity, 1));
}
.text-\[\#e5cfa8\] {
  --tw-text-opacity: 1;
  color: rgb(229 207 168 / var(--tw-text-opacity, 1));
}
.text-\[var\(--sw-accent\)\] {
  color: var(--sw-accent);
}
.text-\[var\(--sw-accent-ink\)\] {
  color: var(--sw-accent-ink);
}
.text-\[var\(--sw-text\)\] {
  color: var(--sw-text);
}
.text-\[var\(--sw-text-muted\)\] {
  color: var(--sw-text-muted);
}
.text-\[var\(--sw-text-secondary\)\] {
  color: var(--sw-text-secondary);
}
.text-\[var\(--sw-text-subtle\)\] {
  color: var(--sw-text-subtle);
}
.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8);
}
.text-brand-cyan {
  --tw-text-opacity: 1;
  color: rgb(0 240 255 / var(--tw-text-opacity, 1));
}
.text-brand-cyan\/40 {
  color: rgb(0 240 255 / 0.4);
}
.text-brand-cyan\/60 {
  color: rgb(0 240 255 / 0.6);
}
.text-brand-pink {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.text-brand-purple {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.text-brand-purple\/60 {
  color: rgb(139 92 246 / 0.6);
}
.text-current {
  color: currentColor;
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-emerald-200\/90 {
  color: rgb(167 243 208 / 0.9);
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}
.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.text-neutral-300\/90 {
  color: rgb(212 212 212 / 0.9);
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}
.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}
.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.accent-\[\#c9a96e\] {
  accent-color: #c9a96e;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-85 {
  opacity: 0.85;
}
.opacity-\[0\.35\] {
  opacity: 0.35;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_1px_rgba\(201\2c 169\2c 110\2c 0\.08\)\2c 0_22px_60px_-28px_rgba\(201\2c 169\2c 110\2c 0\.5\)\] {
  --tw-shadow: 0 0 0 1px rgba(201,169,110,0.08),0 22px 60px -28px rgba(201,169,110,0.5);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color), 0 22px 60px -28px 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-\[0_0_0_3px_rgba\(255\2c 255\2c 255\2c 0\.2\)\] {
  --tw-shadow: 0 0 0 3px rgba(255,255,255,0.2);
  --tw-shadow-colored: 0 0 0 3px 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-\[0_16px_36px_-20px_rgba\(201\2c 169\2c 110\2c 0\.6\)\] {
  --tw-shadow: 0 16px 36px -20px rgba(201,169,110,0.6);
  --tw-shadow-colored: 0 16px 36px -20px 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-\[0_20px_60px_-25px_rgba\(0\2c 0\2c 0\2c 0\.75\)\] {
  --tw-shadow: 0 20px 60px -25px rgba(0,0,0,0.75);
  --tw-shadow-colored: 0 20px 60px -25px 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-\[0_8px_24px_rgba\(0\2c 0\2c 0\2c 0\.45\)\] {
  --tw-shadow: 0 8px 24px rgba(0,0,0,0.45);
  --tw-shadow-colored: 0 8px 24px 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-\[inset_0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.24\)\] {
  --tw-shadow: inset 0 0 0 1px rgba(255,255,255,0.24);
  --tw-shadow-colored: inset 0 0 0 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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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 {
  --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(3px + 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);
}
.ring-2 {
  --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);
}
.ring-4 {
  --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(4px + 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);
}
.ring-\[\#c9a96e\]\/25 {
  --tw-ring-color: rgb(201 169 110 / 0.25);
}
.ring-neutral-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 10 10 / var(--tw-ring-opacity, 1));
}
.blur-3xl {
  --tw-blur: blur(64px);
  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-\[background-color\2c border-color\2c transform\2c box-shadow\] {
  transition-property: background-color,border-color,transform,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\] {
  transition-property: width;
  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;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.\[overflow-wrap\:anywhere\] {
  overflow-wrap: anywhere;
}
.\[tool1\:discover\] {
  tool1: discover;
}
.\[tool1\:migrate-json-payloads\] {
  tool1: migrate-json-payloads;
}

/* Hide scrollbar but keep scroll functionality */
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&family=Fraunces:ital,opsz,wght,SOFT,WONK@0,9..144,300..900,0..100,0..1;1,9..144,300..900,0..100,0..1&display=swap');

:root {
  --brand-cyan: #00F0FF;
  --brand-purple: #8B5CF6;
  --brand-pink: #EC4899;
  --brand-dark: #0A0A0F;
  --brand-darker: #050508;
  --glow-cyan: 0 0 40px rgba(0, 240, 255, 0.3);
  --glow-purple: 0 0 40px rgba(139, 92, 246, 0.3);
  --sw-bg: #0e0d0b;
  --sw-bg-alt: #14110c;
  --sw-glass: rgba(17, 17, 24, 0.6);
  /* Gold-tinted (SellWizr brand accent) instead of neutral white so every
     token-driven container (Tool 1 cards, inputs, dropdowns) picks up the
     same subtle gold border language used on the homepage cards. */
  --sw-border-subtle: rgba(201, 169, 110, 0.12);
  --sw-border-visible: rgba(201, 169, 110, 0.18);
  --sw-text: #f5f5f5;
  --sw-text-secondary: #d4d4d4;
  --sw-text-muted: #a3a3a3;
  --sw-text-subtle: #737373;
  --sw-accent: #c9a96e;
  --sw-accent-hover: #d4b88c;
  --sw-accent-ink: #1a1610;
  --sw-radius-sm: 6px;
  --sw-radius-card: 10px;
}

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

html {
  scroll-behavior: smooth;
  background: #0e0d0b;
}

body {
  background: #0e0d0b;
  color: #e5e5e5;
  font-family: 'Inter', system-ui, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: rgba(0, 240, 255, 0.2);
  color: #fff;
}

::selection {
  background: rgba(0, 240, 255, 0.2);
  color: #fff;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: var(--brand-darker);
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 240, 255, 0.2);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 240, 255, 0.4);
}

/* Utility classes */
.text-gradient-cyan {
  background: linear-gradient(135deg, #00F0FF 0%, #8B5CF6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient-pink {
  background: linear-gradient(135deg, #EC4899 0%, #8B5CF6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.glow-border {
  border: 1px solid rgba(0, 240, 255, 0.15);
  box-shadow: inset 0 0 30px rgba(0, 240, 255, 0.03);
}

.glow-border-red {
  border: 1px solid rgba(239, 68, 68, 0.2);
  box-shadow: inset 0 0 30px rgba(239, 68, 68, 0.05);
}

.glass {
  background: rgba(17, 17, 24, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.noise-bg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

/* Glitch animation for problem section */
@keyframes glitch-1 {
  0%, 100% { clip-path: inset(0 0 0 0); transform: translate(0); }
  20% { clip-path: inset(20% 0 60% 0); transform: translate(-2px, 2px); }
  40% { clip-path: inset(40% 0 40% 0); transform: translate(2px, -1px); }
  60% { clip-path: inset(60% 0 20% 0); transform: translate(-1px, 1px); }
  80% { clip-path: inset(80% 0 5% 0); transform: translate(1px, -2px); }
}

.glitch-hover:hover {
  animation: glitch-1 0.3s steps(4) 1;
}

/* Gradient border animation */
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes rotate-gradient {
  to { --angle: 360deg; }
}

.animated-border {
  position: relative;
}

.animated-border::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(from var(--angle, 0deg), transparent 40%, #00F0FF, #8B5CF6, transparent 60%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: rotate-gradient 4s linear infinite;
}

/* ============================================================
   LIGHT MODE — warm paper palette. Activated by `html.light`.
   The rest of the site is authored in dark; we override the
   recurring utility classes rather than rewriting every component.
   ============================================================ */

html.light {
  background: #f4efe6;
}
html.light body {
  background: #f4efe6;
  color: #2a251e;
}

/* ── Scrollbar ── */
html.light ::-webkit-scrollbar-track { background: #ece6da; }
html.light ::-webkit-scrollbar-thumb { background: rgba(201, 169, 110, 0.45); }
html.light ::-webkit-scrollbar-thumb:hover { background: rgba(201, 169, 110, 0.7); }

/* ── Selection ── */
html.light ::-moz-selection { background: rgba(201, 169, 110, 0.35); color: #14110c; }
html.light ::selection { background: rgba(201, 169, 110, 0.35); color: #14110c; }

/* ── Page & section backgrounds ── */
html.light .bg-\[\#0e0d0b\] { background-color: #f4efe6 !important; }

/* ── Card & panel surfaces (blog cards, dialog, inputs) ── */
html.light .bg-\[\#12100d\] { background-color: #ffffff !important; }
html.light .bg-\[\#14120f\] { background-color: #ffffff !important; }
html.light .bg-\[\#181511\] { background-color: #ede7da !important; }

/* ── Glass panel (navbar, mobile menu) ── */
html.light .glass {
  background: rgba(244, 239, 230, 0.88) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* ── Noise overlay ── */
html.light .noise-bg::before {
  opacity: 0.035;
  filter: invert(1);
}

/* ── Transparent card overlay patterns ──
   These are near-invisible white tints on dark; on light bg
   they need to be warm dark tints so cards have visible surface. */
html.light .bg-neutral-50\/\[0\.03\] { background-color: rgba(20, 17, 12, 0.045) !important; }
html.light .bg-neutral-50\/\[0\.04\] { background-color: rgba(20, 17, 12, 0.055) !important; }
html.light .bg-neutral-50\/\[0\.05\] { background-color: rgba(20, 17, 12, 0.07) !important; }
html.light .hover\:bg-neutral-50\/\[0\.02\]:hover { background-color: rgba(20, 17, 12, 0.04) !important; }
html.light .hover\:bg-white\/\[0\.04\]:hover { background-color: rgba(20, 17, 12, 0.05) !important; }

/* ── Icon wrappers (bg-neutral-100/10) ── */
html.light .bg-neutral-100\/10 { background-color: rgba(201, 169, 110, 0.14) !important; }

/* ── Gradient card banners (BuiltForTech, etc.) ── */
html.light .from-neutral-50\/\[0\.04\] { --tw-gradient-from: rgba(20, 17, 12, 0.05) var(--tw-gradient-from-position) !important; }
html.light .to-neutral-50\/\[0\.01\] { --tw-gradient-to: rgba(20, 17, 12, 0.015) var(--tw-gradient-to-position) !important; }

/* ── Border colors ── */
html.light .border-neutral-100\/10 { border-color: rgba(20, 17, 12, 0.10) !important; }
html.light .border-neutral-100\/15 { border-color: rgba(20, 17, 12, 0.15) !important; }
html.light .border-neutral-400\/20 { border-color: rgba(107, 100, 86, 0.30) !important; }
html.light .border-t.border-neutral-100\/10 { border-color: rgba(20, 17, 12, 0.10) !important; }
html.light .hover\:border-neutral-100\/30:hover { border-color: rgba(20, 17, 12, 0.30) !important; }
html.light .border-white\/\[0\.06\] { border-color: rgba(20, 17, 12, 0.08) !important; }

/* ── Text colors ── */
html.light .text-neutral-100 { color: #14110c !important; }
html.light .text-neutral-200 { color: #2a251e !important; }
html.light .text-neutral-300 { color: #3d362c !important; }
html.light .text-neutral-400 { color: #6b6456 !important; }
html.light .text-neutral-500 { color: #8f887a !important; }
html.light .text-neutral-600 { color: #8f887a !important; }
html.light .text-neutral-700 { color: #c0b9ad !important; }
html.light .text-neutral-900 { color: #14110c !important; }
html.light .text-white { color: #14110c !important; }
html.light .hover\:text-white:hover { color: #14110c !important; }
html.light .hover\:text-neutral-100:hover { color: #14110c !important; }
html.light .hover\:text-neutral-300:hover { color: #3d362c !important; }
html.light .group-hover\:text-white:hover,
html.light .group:hover .group-hover\:text-white { color: #14110c !important; }
html.light .group-hover\:text-neutral-100:hover,
html.light .group:hover .group-hover\:text-neutral-100 { color: #14110c !important; }

/* ── Placeholder text (form fields) ── */
html.light .placeholder\:text-neutral-500::-moz-placeholder { color: #8f887a !important; }
html.light .placeholder\:text-neutral-500::placeholder { color: #8f887a !important; }
html.light .placeholder\:text-neutral-600::-moz-placeholder { color: #8f887a !important; }
html.light .placeholder\:text-neutral-600::placeholder { color: #8f887a !important; }

/* ── Filter chip inactive state ── */
html.light .border-neutral-100\/15 { border-color: rgba(20, 17, 12, 0.15) !important; }

/* ── Success & error status messages ── */
html.light .text-emerald-200 { color: #16653a !important; }
html.light .border-emerald-400\/20 { border-color: rgba(52, 140, 90, 0.35) !important; }
html.light .bg-emerald-400\/\[0\.06\] { background-color: rgba(52, 140, 90, 0.08) !important; }
html.light .text-red-200 { color: #8b1a1a !important; }
html.light .border-red-400\/20 { border-color: rgba(180, 60, 60, 0.35) !important; }
html.light .bg-red-400\/\[0\.06\] { background-color: rgba(180, 60, 60, 0.07) !important; }

/* ── Hero vignette: subdue the black overlay on light bg ── */
html.light .hero-vignette {
  background: radial-gradient(ellipse at center, transparent 0%, rgba(244, 239, 230, 0.3) 100%) !important;
}

/* ── Logo inversions ── */
html.light .logo-invert-light { filter: invert(1) brightness(0.25) !important; }
html.light .logo-invert-dark { filter: none !important; }

/* Provenance logos — white on dark, near-black on light */
.provenance-logo {
  filter: brightness(0) invert(1) grayscale(1);
}
html.light .provenance-logo {
  filter: brightness(0) grayscale(1);
  opacity: 0.65;
}
html.light .group:hover .provenance-logo {
  opacity: 0.95;
}

/* Per-logo theme adjustments — white-on-dark logos that disappear in light mode (e.g. Goldman Sachs) */
html.light .logo-invert-light {
  filter: invert(1);
}
/* Black-on-light logos that disappear in dark mode (e.g. Apple) */
html:not(.light) .logo-invert-dark {
  filter: invert(1);
}

/* Solid light-ish accents flip to dark */
html.light .bg-neutral-100 { background-color: #14110c !important; }
html.light .hover\:bg-white:hover { background-color: #000 !important; }

/* Subtle card fills (bg-neutral-50/[0.03] etc.) — darken ink on paper */
html.light .bg-neutral-50\/\[0\.02\] { background-color: rgba(20, 17, 12, 0.03) !important; }
html.light .bg-neutral-50\/\[0\.03\] { background-color: rgba(20, 17, 12, 0.04) !important; }
html.light .bg-neutral-50\/\[0\.04\] { background-color: rgba(20, 17, 12, 0.05) !important; }
html.light .bg-neutral-50\/\[0\.06\] { background-color: rgba(20, 17, 12, 0.07) !important; }
html.light .bg-neutral-100\/10 { background-color: rgba(20, 17, 12, 0.08) !important; }
html.light .hover\:bg-neutral-100\/\[0\.06\]:hover { background-color: rgba(20, 17, 12, 0.06) !important; }
html.light .hover\:bg-neutral-50\/\[0\.02\]:hover { background-color: rgba(20, 17, 12, 0.03) !important; }

/* Borders */
html.light .border-neutral-100\/10 { border-color: rgba(20, 17, 12, 0.1) !important; }
html.light .border-neutral-100\/15 { border-color: rgba(20, 17, 12, 0.14) !important; }
html.light .border-neutral-100\/20 { border-color: rgba(20, 17, 12, 0.18) !important; }
html.light .border-neutral-400\/20 { border-color: rgba(20, 17, 12, 0.18) !important; }
html.light .border-neutral-400\/30 { border-color: rgba(20, 17, 12, 0.22) !important; }
html.light .border-white\/\[0\.06\] { border-color: rgba(20, 17, 12, 0.08) !important; }
html.light .border-white\/\[0\.08\] { border-color: rgba(20, 17, 12, 0.1) !important; }
html.light .border-white\/10 { border-color: rgba(20, 17, 12, 0.12) !important; }
html.light .group-hover\:border-neutral-100\/30:hover,
html.light .group:hover .group-hover\:border-neutral-100\/30 { border-color: rgba(20, 17, 12, 0.3) !important; }

/* Mobile nav hamburger bars */
html.light .bg-white { background-color: #14110c !important; }

/* Scrollbar in light */
html.light ::-webkit-scrollbar-track { background: #ece6da; }
html.light ::-webkit-scrollbar-thumb { background: rgba(20, 17, 12, 0.2); }
html.light ::-webkit-scrollbar-thumb:hover { background: rgba(20, 17, 12, 0.35); }

/* Selection */
html.light ::-moz-selection { background: rgba(20, 17, 12, 0.15); color: #14110c; }
html.light ::selection { background: rgba(20, 17, 12, 0.15); color: #14110c; }

/* Accent + CTA colors in light mode: match dark-mode token usage */
html.light .bg-\[\#c9a96e\] { background-color: #c9a96e !important; }
html.light .hover\:bg-\[\#d4b88c\]:hover { background-color: #d4b88c !important; }
html.light .text-\[\#1a1610\] { color: #1a1610 !important; }
html.light .text-\[\#1a1610\]\/60 { color: rgba(26, 22, 16, 0.6) !important; }
html.light .border-\[\#c9a96e\] { border-color: #c9a96e !important; }
html.light .border-\[\#c9a96e\]\/30 { border-color: rgba(201, 169, 110, 0.3) !important; }
html.light .border-\[\#c9a96e\]\/25 { border-color: rgba(201, 169, 110, 0.25) !important; }
html.light .border-\[\#c9a96e\]\/40 { border-color: rgba(201, 169, 110, 0.4) !important; }
html.light .text-\[\#c9a96e\] { color: #c9a96e !important; }
html.light .text-\[\#c9a96e\]\/80 { color: rgba(201, 169, 110, 0.8) !important; }
html.light .hover\:text-\[\#c9a96e\]:hover { color: #c9a96e !important; }
html.light .hover\:border-\[\#c9a96e\]\/40:hover { border-color: rgba(201, 169, 110, 0.4) !important; }
html.light .hover\:bg-\[\#c9a96e\]\/\[0\.08\]:hover { background-color: rgba(201, 169, 110, 0.08) !important; }

/* Smooth theme transitions */
html.light body,
html.dark body {
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Flow-line connectors in Unify/Detect sections */
.flow-line-path { stroke: rgba(229, 229, 229, 0.45); }
.flow-line-dot  { fill:   rgba(245, 245, 245, 0.95); }
html.light .flow-line-path { stroke: rgba(20, 17, 12, 0.22) !important; }
html.light .flow-line-dot  { fill:   rgba(20, 17, 12, 0.7)  !important; }

/* Display serif tuning — Fraunces variable axes for a warm, editorial feel
   with a touch of personality to differentiate from stock Instrument Serif. */
.font-serif {
  font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 0;
  letter-spacing: -0.022em;
  font-feature-settings: "ss01", "ss02";
}

.tool-page-container {
  width: 100%;
  max-width: 68rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .tool-page-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .tool-page-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.blog-shell {
  position: relative;
  max-width: 64rem;
  margin: 0 auto;
  padding: 8rem 1.5rem 6rem;
}

.blog-header {
  max-width: 100%;
  margin: 0;
}

.blog-meta-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 2rem;
  max-width: 56rem;
}

@media (min-width: 640px) {
  .blog-meta-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.blog-meta-card {
  border-top: 0.8px solid rgba(201, 169, 110, 0.35);
  border-radius: 0;
  background: transparent;
  padding-top: 0.75rem;
}

.blog-section-divider {
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  border-top: 1px solid rgba(229, 229, 229, 0.1);
}

.blog-body {
  max-width: 100%;
  margin: 0;
  padding-top: 3rem;
}

.blog-prose {
  max-width: 48rem;
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 1.11rem;
  line-height: 1.82;
  letter-spacing: -0.003em;
  color: #d4d4d4;
}

@media (min-width: 768px) {
  .blog-prose {
    font-size: 1.2rem;
  }
}

.blog-prose p {
  margin-top: 1.1rem;
  color: #d4d4d4;
}

.blog-prose h2,
.blog-prose h3 {
  color: #f5f5f5;
  font-family: 'Fraunces', Georgia, serif;
  line-height: 1.15;
  letter-spacing: -0.015em;
}

.blog-prose h2 {
  margin-top: 4rem;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.blog-prose h3 {
  margin-top: 2rem;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.blog-prose strong {
  color: #e3c790;
  font-weight: 650;
}

.blog-prose em {
  color: #e3c790;
  font-style: normal;
}

.blog-prose ul,
.blog-prose ol {
  margin-top: 1.25rem;
  padding-left: 1.5rem;
  color: #d4d4d4;
}

.blog-prose li + li {
  margin-top: 0.55rem;
}

.blog-prose hr {
  margin: 2rem 0;
  border-color: rgba(229, 229, 229, 0.1);
}

.blog-prose blockquote {
  margin-top: 2rem;
  border-left: 2px solid rgba(201, 169, 110, 0.35);
  padding: 0.45rem 0 0.45rem 1.25rem;
  color: #e5e5e5;
}

.blog-prose a {
  color: #e3c790;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.blog-prose a:hover {
  color: #f0d8ab;
}

.blog-prose table {
  min-width: 100%;
  border-collapse: collapse;
}

.blog-prose th,
.blog-prose td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(229, 229, 229, 0.1);
  vertical-align: top;
}

.blog-prose th {
  color: #f5f5f5;
  font-weight: 600;
  font-size: 0.92em;
  letter-spacing: 0.01em;
}

.blog-prose td {
  color: #d8d8d8;
}

.blog-callout,
.blog-prose .direct-answer,
.blog-prose .tldr,
.blog-prose .summary,
.blog-prose .cost-formula {
  border-radius: 1.5rem;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .blog-callout,
  .blog-prose .direct-answer,
  .blog-prose .tldr,
  .blog-prose .summary,
  .blog-prose .cost-formula {
    padding: 1.75rem 2rem;
  }
}

.blog-prose .direct-answer,
.blog-prose .cost-formula {
  margin-top: 1.5rem;
  border: 1px solid rgba(201, 169, 110, 0.25);
  background: rgba(201, 169, 110, 0.08);
  color: #f5f5f5;
}

.blog-prose .tldr,
.blog-prose .summary {
  margin-top: 2rem;
  border: 1px solid rgba(229, 229, 229, 0.1);
  background: rgba(250, 250, 250, 0.03);
}

.blog-prose .faq {
  margin-top: 4rem;
  border-top: 1px solid rgba(229, 229, 229, 0.1);
  border-bottom: 1px solid rgba(229, 229, 229, 0.1);
}

.blog-prose .faq > h2 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 1.5rem;
}

.blog-prose .cro-question,
.blog-prose .failure-patterns,
.blog-prose .consolidation-playbook,
.blog-prose .vendor-landscape,
.blog-prose .evaluation-framework,
.blog-prose .evaluation-checklist,
.blog-prose .operating-model,
.blog-prose .hiring-guide {
  margin-top: 2rem;
  border: 1px solid rgba(229, 229, 229, 0.1);
  border-radius: 1.2rem;
  background: rgba(250, 250, 250, 0.03);
  padding: 1.35rem 1.45rem;
}

@media (min-width: 768px) {
  .blog-prose .cro-question,
  .blog-prose .failure-patterns,
  .blog-prose .consolidation-playbook,
  .blog-prose .vendor-landscape,
  .blog-prose .evaluation-framework,
  .blog-prose .evaluation-checklist,
  .blog-prose .operating-model,
  .blog-prose .hiring-guide {
    padding: 1.5rem 1.75rem;
  }
}

/* Keep images inside boxed sections from inheriting desktop breakout widths. */
.blog-prose .direct-answer .blog-figure,
.blog-prose .tldr .blog-figure,
.blog-prose .summary .blog-figure,
.blog-prose .cost-formula .blog-figure,
.blog-prose .cro-question .blog-figure,
.blog-prose .failure-patterns .blog-figure,
.blog-prose .consolidation-playbook .blog-figure,
.blog-prose .vendor-landscape .blog-figure,
.blog-prose .evaluation-framework .blog-figure,
.blog-prose .evaluation-checklist .blog-figure,
.blog-prose .operating-model .blog-figure,
.blog-prose .hiring-guide .blog-figure {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: auto !important;
  transform: none !important;
}

.blog-faq-item {
  border-top: 1px solid rgba(229, 229, 229, 0.1);
}

.blog-faq-item:first-of-type {
  border-top: 0;
}

.blog-faq-item > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
  color: #f5f5f5;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.4;
}

.blog-faq-item > summary::-webkit-details-marker {
  display: none;
}

.blog-faq-item > summary::after {
  content: "+";
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(229, 229, 229, 0.15);
  color: #d4d4d4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
}

.blog-faq-item[open] > summary::after {
  content: "−";
}

.blog-faq-answer {
  padding: 0 2.5rem 1.5rem 0;
}

.blog-faq-answer p {
  margin-top: 0;
}

.blog-post-cta {
  max-width: 100%;
  margin: 0;
  padding-top: 2.5rem;
  text-align: center;
}

.blog-figure {
  margin-top: 2.4rem;
  margin-bottom: 0;
}

.blog-figure--standard {
  margin-left: 0;
  margin-right: 0;
}

.blog-figure--hero,
.blog-figure--wide,
.blog-figure--panoramic {
  margin-left: 0;
  margin-right: 0;
}

.blog-figure-media {
  border-radius: 1.15rem;
  border: 1px solid rgba(229, 229, 229, 0.12);
  background: linear-gradient(180deg, rgba(24, 21, 17, 0.6), rgba(12, 11, 9, 0.85));
  padding: 0.6rem;
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
}

.blog-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
  border: 1px solid rgba(229, 229, 229, 0.1);
  background: #0f0d0a;
}

.blog-prose .blog-figure--tight-frame .blog-figure-media {
  padding: 0.22rem;
  background: #0f0d0a;
  border: 1px solid rgba(229, 229, 229, 0.12);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

.blog-prose .blog-figure--tight-frame img {
  border: 0;
  border-radius: 0;
}

@media (min-width: 768px) {
  .blog-figure--standard,
  .blog-figure--hero,
  .blog-figure--wide,
  .blog-figure--panoramic {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-figure--standard {
    width: min(980px, 100%);
  }

  .blog-figure--hero {
    width: min(1080px, 100%);
  }

  .blog-figure--wide {
    width: min(1120px, 100%);
  }

  .blog-figure--panoramic {
    width: min(1160px, 100%);
  }

  /* Improve legibility for dense comparison visuals tagged by the renderer. */
  .blog-prose .blog-figure--legible {
    width: min(1080px, 100%);
  }
}

@media (min-width: 1024px) {
  .blog-figure--standard {
    width: min(1020px, calc(100vw - 8rem));
  }

  .blog-figure--hero {
    width: min(1120px, calc(100vw - 7rem));
  }

  .blog-figure--wide {
    width: min(1180px, calc(100vw - 6rem));
  }

  .blog-figure--panoramic {
    width: min(1220px, calc(100vw - 5rem));
  }

  .blog-prose .blog-figure--legible {
    width: min(1160px, calc(100vw - 6rem));
  }
}

html.light .blog-meta-card {
  background: transparent;
  border-top: 0.8px solid rgba(201, 169, 110, 0.5);
  padding-top: 0.75rem;
}

html.light .blog-section-divider {
  border-color: rgba(20, 17, 12, 0.1);
}

html.light .blog-prose {
  color: #3d362c;
}

html.light .blog-prose p,
html.light .blog-prose ul,
html.light .blog-prose ol,
html.light .blog-faq-answer {
  color: #3d362c;
}

html.light .blog-prose strong {
  color: #2a251e;
}

html.light .blog-prose em {
  color: #6a593e;
}

html.light .blog-prose h2,
html.light .blog-prose h3,
html.light .blog-faq-item > summary {
  color: #14110c;
}

html.light .blog-prose a {
  color: #8b6f42;
}

html.light .blog-prose a:hover {
  color: #6e5633;
}

html.light .blog-prose hr,
html.light .blog-prose .faq,
html.light .blog-faq-item,
html.light .blog-prose th,
html.light .blog-prose td {
  border-color: rgba(20, 17, 12, 0.1);
}

html.light .blog-prose .direct-answer,
html.light .blog-prose .cost-formula {
  border-color: rgba(107, 86, 64, 0.3);
  background: rgba(107, 86, 64, 0.08);
  color: #14110c;
}

html.light .blog-prose .tldr,
html.light .blog-prose .summary {
  border-color: rgba(20, 17, 12, 0.1);
  background: rgba(20, 17, 12, 0.03);
}

html.light .blog-prose .cro-question,
html.light .blog-prose .failure-patterns,
html.light .blog-prose .consolidation-playbook,
html.light .blog-prose .vendor-landscape,
html.light .blog-prose .evaluation-framework,
html.light .blog-prose .evaluation-checklist,
html.light .blog-prose .operating-model,
html.light .blog-prose .hiring-guide {
  border-color: rgba(20, 17, 12, 0.12);
  background: rgba(20, 17, 12, 0.035);
}

html.light .blog-faq-item > summary::after {
  border-color: rgba(20, 17, 12, 0.15);
  color: #3d362c;
}

html.light .blog-prose th {
  color: #14110c;
}

html.light .blog-prose td {
  color: #332d23;
}

html.light .blog-figure-media {
  border-color: rgba(20, 17, 12, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(238, 232, 221, 0.9));
  box-shadow: 0 14px 32px rgba(20, 17, 12, 0.1);
}

html.light .blog-figure img {
  border-color: rgba(20, 17, 12, 0.14);
  background: #fff;
}

html.light .blog-prose .blog-figure--tight-frame .blog-figure-media {
  background: #0f0d0a;
  border: 1px solid rgba(20, 17, 12, 0.14);
  box-shadow: 0 12px 24px rgba(20, 17, 12, 0.1);
}

html.light .blog-prose .blog-figure--tight-frame img {
  border: 0;
  border-radius: 0;
  background: #0f0d0a;
}

html.light .blog-prose .blog-figure--dark-bg .blog-figure-media {
  background: #0f0d0a;
  border: 1px solid rgba(229, 229, 229, 0.12);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
}

html.light .blog-prose .blog-figure--dark-bg img {
  background: #0f0d0a;
}

/* Light mode accent unification: force all gold variants to canonical accent */
html.light .hover\:bg-\[\#d4b88c\]:hover,
html.light .hover\:bg-\[\#b8995d\]:hover {
  background-color: #c9a96e !important;
}

html.light .hover\:text-\[\#d4b88c\]:hover,
html.light .hover\:text-\[\#e5cd9d\]:hover,
html.light .text-\[\#e5cd9d\],
html.light .text-\[\#d8be8a\],
html.light .group:hover .group-hover\:text-\[\#e5cd9d\] {
  color: #c9a96e !important;
}

/* Keep explicit accent text classes plain and token-accurate */
html.light .text-\[\#c9a96e\],
html.light em.not-italic.text-\[\#c9a96e\],
html.light strong.text-\[\#c9a96e\] {
  color: #c9a96e !important;
}
.placeholder\:text-\[var\(--sw-text-subtle\)\]::-moz-placeholder {
  color: var(--sw-text-subtle);
}
.placeholder\:text-\[var\(--sw-text-subtle\)\]::placeholder {
  color: var(--sw-text-subtle);
}
.placeholder\:text-neutral-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.placeholder\:text-neutral-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.placeholder\:text-neutral-600::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.placeholder\:text-neutral-600::placeholder {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.first\:border-t-0:first-child {
  border-top-width: 0px;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.focus-within\:ring-2:focus-within {
  --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-within\:ring-\[\#c9a96e\]\/25:focus-within {
  --tw-ring-color: rgb(201 169 110 / 0.25);
}
.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  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));
}
.hover\:border-\[\#c9a96e\]\/35:hover {
  border-color: rgb(201 169 110 / 0.35);
}
.hover\:border-\[\#c9a96e\]\/40:hover {
  border-color: rgb(201 169 110 / 0.4);
}
.hover\:border-\[\#c9a96e\]\/45:hover {
  border-color: rgb(201 169 110 / 0.45);
}
.hover\:border-\[\#c9a96e\]\/55:hover {
  border-color: rgb(201 169 110 / 0.55);
}
.hover\:border-\[\#c9a96e\]\/60:hover {
  border-color: rgb(201 169 110 / 0.6);
}
.hover\:border-\[\#c9a96e\]\/70:hover {
  border-color: rgb(201 169 110 / 0.7);
}
.hover\:border-\[\#d4b88c\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(212 184 140 / var(--tw-border-opacity, 1));
}
.hover\:border-brand-cyan\/20:hover {
  border-color: rgb(0 240 255 / 0.2);
}
.hover\:border-brand-cyan\/25:hover {
  border-color: rgb(0 240 255 / 0.25);
}
.hover\:border-brand-purple\/25:hover {
  border-color: rgb(139 92 246 / 0.25);
}
.hover\:border-neutral-100\/20:hover {
  border-color: rgb(245 245 245 / 0.2);
}
.hover\:border-neutral-100\/30:hover {
  border-color: rgb(245 245 245 / 0.3);
}
.hover\:border-neutral-900\/40:hover {
  border-color: rgb(23 23 23 / 0.4);
}
.hover\:bg-\[\#c9a96e\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(201 169 110 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#c9a96e\]\/10:hover {
  background-color: rgb(201 169 110 / 0.1);
}
.hover\:bg-\[\#d4b88c\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 184 140 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[var\(--sw-accent-hover\)\]:hover {
  background-color: var(--sw-accent-hover);
}
.hover\:bg-neutral-100\/5:hover {
  background-color: rgb(245 245 245 / 0.05);
}
.hover\:bg-neutral-50\/\[0\.02\]:hover {
  background-color: rgb(250 250 250 / 0.02);
}
.hover\:bg-neutral-50\/\[0\.05\]:hover {
  background-color: rgb(250 250 250 / 0.05);
}
.hover\:bg-white\/80:hover {
  background-color: rgb(255 255 255 / 0.8);
}
.hover\:bg-white\/\[0\.04\]:hover {
  background-color: rgb(255 255 255 / 0.04);
}
.hover\:text-\[\#1a1610\]:hover {
  --tw-text-opacity: 1;
  color: rgb(26 22 16 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#c9a96e\]:hover {
  --tw-text-opacity: 1;
  color: rgb(201 169 110 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#c9a96e\]\/80:hover {
  color: rgb(201 169 110 / 0.8);
}
.hover\:text-\[\#d4b88c\]:hover {
  --tw-text-opacity: 1;
  color: rgb(212 184 140 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#e5cd9d\]:hover {
  --tw-text-opacity: 1;
  color: rgb(229 205 157 / var(--tw-text-opacity, 1));
}
.hover\:text-\[var\(--sw-text-secondary\)\]:hover {
  color: var(--sw-text-secondary);
}
.hover\:text-neutral-100:hover {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
.hover\:text-neutral-300:hover {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.hover\:text-neutral-800:hover {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-zinc-200:hover {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}
.hover\:text-zinc-300:hover {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}
.hover\:shadow-\[0_14px_24px_-22px_rgba\(0\2c 0\2c 0\2c 0\.85\)\]:hover {
  --tw-shadow: 0 14px 24px -22px rgba(0,0,0,0.85);
  --tw-shadow-colored: 0 14px 24px -22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-\[\#c9a96e\]\/40:focus {
  border-color: rgb(201 169 110 / 0.4);
}
.focus\:border-\[\#c9a96e\]\/60:focus {
  border-color: rgb(201 169 110 / 0.6);
}
.focus\:bg-neutral-50\/\[0\.05\]:focus {
  background-color: rgb(250 250 250 / 0.05);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:border-\[\#c9a96e\]\/55:focus-visible {
  border-color: rgb(201 169 110 / 0.55);
}
.focus-visible\:border-\[\#c9a96e\]\/60:focus-visible {
  border-color: rgb(201 169 110 / 0.6);
}
.focus-visible\:text-\[\#c9a96e\]\/80:focus-visible {
  color: rgb(201 169 110 / 0.8);
}
.focus-visible\:outline:focus-visible {
  outline-style: solid;
}
.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}
.focus-visible\:outline-\[var\(--sw-accent\)\]:focus-visible {
  outline-color: var(--sw-accent);
}
.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-\[1\.5px\]: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(1.5px + 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-\[\#c9a96e\]\/25:focus-visible {
  --tw-ring-color: rgb(201 169 110 / 0.25);
}
.focus-visible\:ring-\[\#c9a96e\]\/30:focus-visible {
  --tw-ring-color: rgb(201 169 110 / 0.3);
}
.focus-visible\:ring-offset-0:focus-visible {
  --tw-ring-offset-width: 0px;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.disabled\:opacity-70:disabled {
  opacity: 0.7;
}
.group[open] .group-open\:inline {
  display: inline;
}
.group[open] .group-open\:hidden {
  display: none;
}
.group:hover .group-hover\:scale-\[1\.01\] {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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));
}
.group:hover .group-hover\:border-\[\#c9a96e\]\/40 {
  border-color: rgb(201 169 110 / 0.4);
}
.group:hover .group-hover\:border-\[\#c9a96e\]\/45 {
  border-color: rgb(201 169 110 / 0.45);
}
.group:hover .group-hover\:text-\[\#c9a96e\] {
  --tw-text-opacity: 1;
  color: rgb(201 169 110 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-\[\#e5cd9d\] {
  --tw-text-opacity: 1;
  color: rgb(229 205 157 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {

  .motion-reduce\:transition-none {
    transition-property: none;
  }
}
@media (min-width: 640px) {

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:inline {
    display: inline;
  }

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

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

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:w-\[220px\] {
    width: 220px;
  }

  .md\:max-w-\[760px\] {
    max-width: 760px;
  }

  .md\:scale-\[1\.20\] {
    --tw-scale-x: 1.20;
    --tw-scale-y: 1.20;
    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));
  }

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

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

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

  .md\:grid-cols-\[1\.3fr_1fr\] {
    grid-template-columns: 1.3fr 1fr;
  }

  .md\:grid-cols-\[auto\2c 1fr\] {
    grid-template-columns: auto 1fr;
  }

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

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

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

  .md\:items-baseline {
    align-items: baseline;
  }

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:justify-self-stretch {
    justify-self: stretch;
  }

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

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

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

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

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-\[1\.05rem\] {
    font-size: 1.05rem;
  }

  .md\:text-\[1\.06rem\] {
    font-size: 1.06rem;
  }

  .md\:text-\[1\.35rem\] {
    font-size: 1.35rem;
  }

  .md\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .md\:text-\[12px\] {
    font-size: 12px;
  }

  .md\:text-\[13px\] {
    font-size: 13px;
  }

  .md\:text-\[15\.5px\] {
    font-size: 15.5px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[17px\] {
    font-size: 17px;
  }

  .md\:text-\[2rem\] {
    font-size: 2rem;
  }

  .md\:text-\[7rem\] {
    font-size: 7rem;
  }

  .md\:text-\[clamp\(2\.25rem\2c 4\.9vw\2c 3\.5rem\)\] {
    font-size: clamp(2.25rem, 4.9vw, 3.5rem);
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[min\(100\%\2c 820px\)\] {
    width: min(100%, 820px);
  }

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

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

  .lg\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
    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\:scale-\[1\.30\] {
    --tw-scale-x: 1.30;
    --tw-scale-y: 1.30;
    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\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(360px\2c 0\.9fr\)\] {
    grid-template-columns: minmax(0,1fr) minmax(360px,0.9fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 48\%\)_minmax\(0\2c 52\%\)\] {
    grid-template-columns: minmax(0,48%) minmax(0,52%);
  }

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

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

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

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .lg\:text-\[3\.25rem\] {
    font-size: 3.25rem;
  }

  .lg\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .lg\:text-\[3\.75rem\] {
    font-size: 3.75rem;
  }
}
@media (min-width: 1280px) {

  .xl\:-translate-x-4 {
    --tw-translate-x: -1rem;
    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));
  }

  .xl\:scale-\[1\.40\] {
    --tw-scale-x: 1.40;
    --tw-scale-y: 1.40;
    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));
  }

  .xl\:gap-8 {
    gap: 2rem;
  }
}
@media print {

  .print\:hidden {
    display: none;
  }
}
.\[\&_\.todo-image\]\:mt-8 .todo-image {
  margin-top: 2rem;
}
.\[\&_\.todo-image\]\:rounded-\[1\.25rem\] .todo-image {
  border-radius: 1.25rem;
}
.\[\&_\.todo-image\]\:border .todo-image {
  border-width: 1px;
}
.\[\&_\.todo-image\]\:border-dashed .todo-image {
  border-style: dashed;
}
.\[\&_\.todo-image\]\:border-\[\#c9a96e\]\/30 .todo-image {
  border-color: rgb(201 169 110 / 0.3);
}
.\[\&_\.todo-image\]\:bg-\[\#c9a96e\]\/\[0\.06\] .todo-image {
  background-color: rgb(201 169 110 / 0.06);
}
.\[\&_\.todo-image\]\:px-5 .todo-image {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.\[\&_\.todo-image\]\:py-5 .todo-image {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.\[\&_\.todo-image\]\:font-mono .todo-image {
  font-family: JetBrains Mono, monospace;
}
.\[\&_\.todo-image\]\:text-sm .todo-image {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\[\&_\.todo-image\]\:tracking-\[0\.03em\] .todo-image {
  letter-spacing: 0.03em;
}
.\[\&_\.todo-image\]\:text-neutral-300 .todo-image {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.\[\&_a\]\:text-neutral-100 a {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}
.\[\&_a\]\:underline-offset-4 a {
  text-underline-offset: 4px;
}
.\[\&_figure\+h2\]\:mt-5 figure+h2 {
  margin-top: 1.25rem;
}
.\[\&_figure\+h3\]\:mt-3 figure+h3 {
  margin-top: 0.75rem;
}
.\[\&_h2\]\:mb-4 h2 {
  margin-bottom: 1rem;
}
.\[\&_h2\]\:mt-10 h2 {
  margin-top: 2.5rem;
}
.\[\&_h2\]\:font-serif h2 {
  font-family: Fraunces, Georgia, serif;
}
.\[\&_h2\]\:text-2xl h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.\[\&_h2\]\:tracking-\[-0\.01em\] h2 {
  letter-spacing: -0.01em;
}
.\[\&_h2\]\:text-neutral-100 h2 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .\[\&_h2\]\:md\:text-3xl h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.\[\&_h3\]\:mb-3 h3 {
  margin-bottom: 0.75rem;
}
.\[\&_h3\]\:mt-6 h3 {
  margin-top: 1.5rem;
}
.\[\&_h3\]\:font-serif h3 {
  font-family: Fraunces, Georgia, serif;
}
.\[\&_h3\]\:text-xl h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\[\&_h3\]\:text-neutral-100 h3 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
.\[\&_li\]\:text-neutral-400 li {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.\[\&_mark\]\:rounded-sm mark {
  border-radius: 0.125rem;
}
.\[\&_mark\]\:bg-\[\#c9a96e\]\/20 mark {
  background-color: rgb(201 169 110 / 0.2);
}
.\[\&_mark\]\:px-1 mark {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.\[\&_mark\]\:text-\[\#f2dfb8\] mark {
  --tw-text-opacity: 1;
  color: rgb(242 223 184 / var(--tw-text-opacity, 1));
}
.\[\&_p\]\:mt-4 p {
  margin-top: 1rem;
}
.\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}
.\[\&_ul\]\:space-y-1 ul > :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));
}
.\[\&_ul\]\:pl-5 ul {
  padding-left: 1.25rem;
}
.\[\&_ul\]\:pl-6 ul {
  padding-left: 1.5rem;
}

