/* ============================================
   NoxScan – CSS Custom Properties & Base Styles
   ============================================ */

/* Font faces */

@font-face {
  font-family: 'Geist Sans';
  src: url('/assets/fonts/GeistSans.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Geist Mono';
  src: url('/assets/fonts/GeistMono.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Monaspace Neon';
  src: url('/assets/fonts/MonaspaceNeonVar.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --font-geist-sans: 'Geist Sans', ui-sans-serif, system-ui, sans-serif;
  --font-geist-mono: 'Geist Mono', ui-monospace, SFMono-Regular, monospace;
  --gh-font-heading: var(--font-geist-sans);
  --gh-font-body: var(--font-geist-sans);
}

/* Dark theme variables */

[data-theme='dark'] {
  --background: 0 0% 0%;
  --foreground: 210 40% 98%;
  --card: 0 0% 4%;
  --card-foreground: 210 40% 98%;
  --popover: 222.2 84% 4.9%;
  --popover-foreground: 210 40% 98%;
  --primary: 210 40% 98%;
  --primary-foreground: 222.2 47.4% 11.2%;
  --secondary: 217.2 32.6% 17.5%;
  --secondary-foreground: 210 40% 98%;
  --muted: 217.2 32.6% 17.5%;
  --muted-foreground: 215 20.2% 65.1%;
  --accent: 217.2 32.6% 17.5%;
  --accent-foreground: 210 40% 98%;
  --destructive: 0 62.8% 30.6%;
  --destructive-foreground: 210 40% 98%;
  --border: 0, 0%, 15%, 0.8;
  --input: 217.2 32.6% 17.5%;
  --ring: 212.7 26.8% 83.9%;
  --radius: 0.2rem;
  --success: 196 100% 14%;
  --warning: 34 51% 25%;
  --error: 10 39% 43%;
}

/* Font assignment */

body {
  font-family: var(--font-geist-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Marketing page scope */

.page-home {
  --accent: #f97316;
  --accent-cool: #22d3ee;
  --bg-elevated: #11141a;
  --line: rgba(255, 255, 255, 0.08);
  --marketing-text: #f3f4f6;
  --text-soft: rgba(226, 232, 240, 0.82);
  --text-dim: rgba(148, 163, 184, 0.76);
  --radius-xl: 28px;
  --shadow-lg: 0 24px 54px rgba(0, 0, 0, 0.32);
  --mono-display: 'Monaspace Neon', var(--font-geist-mono), ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  background:
    radial-gradient(circle at top left, rgba(34, 211, 238, 0.06), transparent 24%),
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.08), transparent 28%),
    #090a0d;
  color: var(--marketing-text);
}

*, ::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: var(--font-geist-sans); /* 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: var(--font-geist-mono); /* 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;
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: unset;
    font-weight: unset;
  }

:root {
    --background: 0 0% 100%;
    --foreground: 222.2 84% 4.9%;

    --card: 240 5% 96%;
    --card-foreground: 222.2 84% 4.9%;

    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;

    --primary: 222.2 47.4% 11.2%;
    --primary-foreground: 210 40% 98%;

    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;

    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;

    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;

    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;

    --border: 240 6% 80%;
    --input: 214.3 31.8% 91.4%;
    --ring: 222.2 84% 4.9%;

    --radius: 0.2rem;

    --success: 196 52% 74%;
    --warning: 34 89% 85%;
    --error: 10 100% 86%;
  }

[data-theme='dark'] {
    --background: 0 0% 0%;
    --foreground: 210 40% 98%;

    --card: 0 0% 4%;
    --card-foreground: 210 40% 98%;

    --popover: 222.2 84% 4.9%;
    --popover-foreground: 210 40% 98%;

    --primary: 210 40% 98%;
    --primary-foreground: 222.2 47.4% 11.2%;

    --secondary: 217.2 32.6% 17.5%;
    --secondary-foreground: 210 40% 98%;

    --muted: 217.2 32.6% 17.5%;
    --muted-foreground: 215 20.2% 65.1%;

    --accent: 217.2 32.6% 17.5%;
    --accent-foreground: 210 40% 98%;

    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 210 40% 98%;

    --border: 0, 0%, 15%, 0.8;
    --input: 217.2 32.6% 17.5%;
    --ring: 212.7 26.8% 83.9%;

    --success: 196 100% 14%;
    --warning: 34 51% 25%;
    --error: 10 39% 43%;
  }

* {
  border-color: hsla(var(--border));
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 40rem) {

  .container {
    max-width: 40rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 48rem) {

  .container {
    max-width: 48rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 64rem) {

  .container {
    max-width: 64rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 80rem) {

  .container {
    max-width: 80rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 86rem) {

  .container {
    max-width: 86rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: normal;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.25em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: var(--text);
  --tw-prose-headings: var(--text);
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-inset-1 {
  inset: -0.25rem;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-bottom-16 {
  bottom: -4rem;
}

.-left-16 {
  left: -4rem;
}

.-right-24 {
  right: -6rem;
}

.-right-6 {
  right: -1.5rem;
}

.-top-24 {
  top: -6rem;
}

.-top-6 {
  top: -1.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-44px\] {
  bottom: -44px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-16 {
  top: 4rem;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

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

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-start-2 {
  grid-column-start: 2;
}

.float-right {
  float: right;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

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

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

.mt-2 {
  margin-top: 0.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-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

.min-h-full {
  min-height: 100%;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-96 {
  width: 24rem;
}

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

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

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

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

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

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

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

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

.w-\[8\%\] {
  width: 8%;
}

.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-\[120px\] {
  min-width: 120px;
}

.min-w-\[70px\] {
  min-width: 70px;
}

.max-w-2xl {
  max-width: 42rem;
}

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

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

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

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

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

.max-w-full {
  max-width: 100%;
}

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

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

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

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

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

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

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

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

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

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

.resize {
  resize: both;
}

.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-\[1\.2fr_\.7fr_\.72fr_\.72fr_\.82fr\] {
  grid-template-columns: 1.2fr .7fr .72fr .72fr .82fr;
}

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

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

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

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

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

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

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

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

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

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-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-px {
  gap: 1px;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

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

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

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * 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-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));
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: var(--radius);
}

.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

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

.border-\[\#13151A\] {
  --tw-border-opacity: 1;
  border-color: rgb(19 21 26 / var(--tw-border-opacity, 1));
}

.border-amber-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}

.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.border-blue-500\/20 {
  border-color: rgb(59 130 246 / 0.2);
}

.border-blue-500\/30 {
  border-color: rgb(59 130 246 / 0.3);
}

.border-cyan-400\/40 {
  border-color: rgb(34 211 238 / 0.4);
}

.border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}

.border-cyan-500\/20 {
  border-color: rgb(6 182 212 / 0.2);
}

.border-cyan-500\/30 {
  border-color: rgb(6 182 212 / 0.3);
}

.border-emerald-500\/20 {
  border-color: rgb(16 185 129 / 0.2);
}

.border-emerald-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.border-green-500\/30 {
  border-color: rgb(34 197 94 / 0.3);
}

.border-indigo-500\/20 {
  border-color: rgb(99 102 241 / 0.2);
}

.border-orange-400\/40 {
  border-color: rgb(251 146 60 / 0.4);
}

.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}

.border-orange-500\/25 {
  border-color: rgb(249 115 22 / 0.25);
}

.border-orange-500\/35 {
  border-color: rgb(249 115 22 / 0.35);
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.border-purple-500\/20 {
  border-color: rgb(168 85 247 / 0.2);
}

.border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}

.border-rose-500\/20 {
  border-color: rgb(244 63 94 / 0.2);
}

.border-rose-500\/30 {
  border-color: rgb(244 63 94 / 0.3);
}

.border-violet-500\/30 {
  border-color: rgb(139 92 246 / 0.3);
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.border-white\/\[0\.06\] {
  border-color: rgb(255 255 255 / 0.06);
}

.border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2);
}

.border-yellow-500\/40 {
  border-color: rgb(234 179 8 / 0.4);
}

.bg-\[\#050608\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 6 8 / var(--tw-bg-opacity, 1));
}

.bg-\[\#090a0d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 10 13 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0A0A0B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 11 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0A0A0B\]\/80 {
  background-color: rgb(10 10 11 / 0.8);
}

.bg-\[\#0A0C10\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 12 16 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0A0C10\]\/95 {
  background-color: rgb(10 12 16 / 0.95);
}

.bg-\[\#0D1117\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 17 23 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0E1015\]\/95 {
  background-color: rgb(14 16 21 / 0.95);
}

.bg-\[\#0E1117\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 17 23 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0F1218\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 18 24 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0d0d0f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 15 / var(--tw-bg-opacity, 1));
}

.bg-\[\#111113\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 19 / var(--tw-bg-opacity, 1));
}

.bg-\[\#11151B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 21 27 / var(--tw-bg-opacity, 1));
}

.bg-\[\#13151A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 21 26 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1C1F26\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 31 38 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1a1a2e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 46 / var(--tw-bg-opacity, 1));
}

.bg-\[var\(--bg-elevated\)\] {
  background-color: var(--bg-elevated);
}

.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}

.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}

.bg-cyan-400\/10 {
  background-color: rgb(34 211 238 / 0.1);
}

.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

.bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}

.bg-cyan-500\/5 {
  background-color: rgb(6 182 212 / 0.05);
}

.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}

.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}

.bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}

.bg-neutral-500\/10 {
  background-color: rgb(115 115 115 / 0.1);
}

.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1);
}

.bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2);
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}

.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}

.bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05);
}

.bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6);
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}

.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}

.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}

.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}

.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}

.bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2);
}

.bg-transparent {
  background-color: transparent;
}

.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}

.bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1);
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/\[0\.01\] {
  background-color: rgb(255 255 255 / 0.01);
}

.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\.06\] {
  background-color: rgb(255 255 255 / 0.06);
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}

.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4);
}

.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-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#13151A\] {
  --tw-gradient-from: #13151A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 21 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#1A1C21\] {
  --tw-gradient-from: #1A1C21 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 28 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400 {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400 {
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400 {
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-400 {
  --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400 {
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500\/25 {
  --tw-gradient-from: rgb(249 115 22 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400 {
  --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-950 {
  --tw-gradient-from: #020617 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-50\% {
  --tw-gradient-from-position: 50%;
}

.from-60\% {
  --tw-gradient-from-position: 60%;
}

.via-\[\#1A1C21\] {
  --tw-gradient-to: rgb(26 28 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1A1C21 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-slate-900 {
  --tw-gradient-to: rgb(15 23 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-60\% {
  --tw-gradient-via-position: 60%;
}

.via-80\% {
  --tw-gradient-via-position: 80%;
}

.to-amber-400 {
  --tw-gradient-to: #fbbf24 var(--tw-gradient-to-position);
}

.to-amber-500 {
  --tw-gradient-to: #f59e0b var(--tw-gradient-to-position);
}

.to-blue-400 {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.to-cyan-400 {
  --tw-gradient-to: #22d3ee var(--tw-gradient-to-position);
}

.to-cyan-400\/20 {
  --tw-gradient-to: rgb(34 211 238 / 0.2) var(--tw-gradient-to-position);
}

.to-indigo-400 {
  --tw-gradient-to: #818cf8 var(--tw-gradient-to-position);
}

.to-orange-600 {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}

.to-rose-400 {
  --tw-gradient-to: #fb7185 var(--tw-gradient-to-position);
}

.to-slate-950 {
  --tw-gradient-to: #020617 var(--tw-gradient-to-position);
}

.to-teal-500 {
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-violet-400 {
  --tw-gradient-to: #a78bfa var(--tw-gradient-to-position);
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

.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-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

.pb-2 {
  padding-bottom: 0.5rem;
}

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

.pb-8 {
  padding-bottom: 2rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

.font-mono {
  font-family: var(--font-geist-mono);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[clamp\(30px\2c 4vw\2c 48px\)\] {
  font-size: clamp(30px, 4vw, 48px);
}

.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-light {
  font-weight: 300;
}

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

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[0\.98\] {
  line-height: 0.98;
}

.leading-relaxed {
  line-height: 1.625;
}

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

.tracking-\[-0\.04em\] {
  letter-spacing: -0.04em;
}

.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}

.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}

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

.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}

.tracking-\[0\.24em\] {
  letter-spacing: 0.24em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.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-\[var\(--text-dim\)\] {
  color: var(--text-dim);
}

.text-\[var\(--text-soft\)\] {
  color: var(--text-soft);
}

.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.text-cyan-400\/80 {
  color: rgb(34 211 238 / 0.8);
}

.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.text-cyan-500\/50 {
  color: rgb(6 182 212 / 0.5);
}

.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-indigo-300\/90 {
  color: rgb(165 180 252 / 0.9);
}

.text-indigo-500\/50 {
  color: rgb(99 102 241 / 0.5);
}

.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-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-500\/70 {
  color: rgb(115 115 115 / 0.7);
}

.text-neutral-500\/80 {
  color: rgb(115 115 115 / 0.8);
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

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

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

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}

.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-\[0\.03\] {
  opacity: 0.03;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_10px_\#f59e0b\] {
  --tw-shadow: 0 0 10px #f59e0b;
  --tw-shadow-colored: 0 0 10px 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_10px_\#f97316\] {
  --tw-shadow: 0 0 10px #f97316;
  --tw-shadow-colored: 0 0 10px 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_10px_currentColor\] {
  --tw-shadow: 0 0 10px currentColor;
  --tw-shadow-colored: 0 0 10px 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_10px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-shadow: 0 0 10px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 0 10px 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_10px_rgba\(167\2c 139\2c 250\2c 0\.55\)\] {
  --tw-shadow: 0 0 10px rgba(167,139,250,0.55);
  --tw-shadow-colored: 0 0 10px 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_10px_rgba\(251\2c 113\2c 133\2c 0\.55\)\] {
  --tw-shadow: 0 0 10px rgba(251,113,133,0.55);
  --tw-shadow-colored: 0 0 10px 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_10px_rgba\(251\2c 191\2c 36\2c 0\.55\)\] {
  --tw-shadow: 0 0 10px rgba(251,191,36,0.55);
  --tw-shadow-colored: 0 0 10px 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_10px_rgba\(34\2c 197\2c 94\2c 0\.1\)\] {
  --tw-shadow: 0 0 10px rgba(34,197,94,0.1);
  --tw-shadow-colored: 0 0 10px 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_10px_rgba\(34\2c 211\2c 238\2c 0\.55\)\] {
  --tw-shadow: 0 0 10px rgba(34,211,238,0.55);
  --tw-shadow-colored: 0 0 10px 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_10px_rgba\(52\2c 211\2c 153\2c 0\.55\)\] {
  --tw-shadow: 0 0 10px rgba(52,211,153,0.55);
  --tw-shadow-colored: 0 0 10px 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_10px_rgba\(96\2c 165\2c 250\2c 0\.55\)\] {
  --tw-shadow: 0 0 10px rgba(96,165,250,0.55);
  --tw-shadow-colored: 0 0 10px 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_15px_\#10b981\] {
  --tw-shadow: 0 0 15px #10b981;
  --tw-shadow-colored: 0 0 15px 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_15px_rgba\(34\2c 211\2c 238\2c 0\.1\)\] {
  --tw-shadow: 0 0 15px rgba(34,211,238,0.1);
  --tw-shadow-colored: 0 0 15px 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_15px_rgba\(34\2c 211\2c 238\2c 0\.15\)\] {
  --tw-shadow: 0 0 15px rgba(34,211,238,0.15);
  --tw-shadow-colored: 0 0 15px 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_5px_\#3b82f6\] {
  --tw-shadow: 0 0 5px #3b82f6;
  --tw-shadow-colored: 0 0 5px 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_5px_\#a3a3a3\] {
  --tw-shadow: 0 0 5px #a3a3a3;
  --tw-shadow-colored: 0 0 5px 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_5px_\#eab308\] {
  --tw-shadow: 0 0 5px #eab308;
  --tw-shadow-colored: 0 0 5px 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_5px_\#ef4444\] {
  --tw-shadow: 0 0 5px #ef4444;
  --tw-shadow-colored: 0 0 5px 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_5px_\#f97316\] {
  --tw-shadow: 0 0 5px #f97316;
  --tw-shadow-colored: 0 0 5px 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_5px_rgba\(244\2c 63\2c 94\2c 0\.1\)\] {
  --tw-shadow: 0 0 5px rgba(244,63,94,0.1);
  --tw-shadow-colored: 0 0 5px 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_8px_rgba\(34\2c 197\2c 94\2c 1\)\] {
  --tw-shadow: 0 0 8px rgba(34,197,94,1);
  --tw-shadow-colored: 0 0 8px 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_10px_32px_rgba\(0\2c 0\2c 0\2c 0\.28\)\] {
  --tw-shadow: 0 10px 32px rgba(0,0,0,0.28);
  --tw-shadow-colored: 0 10px 32px 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_14px_34px_rgba\(0\2c 0\2c 0\2c 0\.38\)\] {
  --tw-shadow: 0 14px 34px rgba(0,0,0,0.38);
  --tw-shadow-colored: 0 14px 34px 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_18px_40px_rgba\(0\2c 0\2c 0\2c 0\.36\)\] {
  --tw-shadow: 0 18px 40px rgba(0,0,0,0.36);
  --tw-shadow-colored: 0 18px 40px 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_24px_60px_rgba\(0\2c 0\2c 0\2c 0\.42\)\] {
  --tw-shadow: 0 24px 60px rgba(0,0,0,0.42);
  --tw-shadow-colored: 0 24px 60px 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_2px_8px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-shadow: 0 2px 8px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 2px 8px 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_4px_10px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-shadow: 0 4px 10px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 4px 10px 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_4px_18px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-shadow: 0 4px 18px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 4px 18px 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_4px_20px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-shadow: 0 4px 20px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 4px 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-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.02\)\] {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.06\)\] {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.14\)\] {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.14);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.16\)\2c 0_14px_28px_rgba\(249\2c 115\2c 22\2c 0\.22\)\] {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.16),0 14px 28px rgba(249,115,22,0.22);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color), 0 14px 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-\[inset_0_1px_4px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-shadow: inset 0 1px 4px rgba(0,0,0,0.5);
  --tw-shadow-colored: inset 0 1px 4px 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_2px_4px_rgba\(0\2c 0\2c 0\2c 0\.45\)\] {
  --tw-shadow: inset 0 2px 4px rgba(0,0,0,0.45);
  --tw-shadow-colored: inset 0 2px 4px 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_2px_4px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-shadow: inset 0 2px 4px rgba(0,0,0,0.5);
  --tw-shadow-colored: inset 0 2px 4px 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_2px_6px_rgba\(0\2c 0\2c 0\2c 0\.45\)\] {
  --tw-shadow: inset 0 2px 6px rgba(0,0,0,0.45);
  --tw-shadow-colored: inset 0 2px 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);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

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

.ring-0 {
  --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(0px + 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-1 {
  --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(1px + 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-inset {
  --tw-ring-inset: inset;
}

.ring-amber-500\/30 {
  --tw-ring-color: rgb(245 158 11 / 0.3);
}

.ring-orange-500\/30 {
  --tw-ring-color: rgb(249 115 22 / 0.3);
}

.blur-2xl {
  --tw-blur: blur(40px);
  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);
}

.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-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

@keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

.duration-150 {
  animation-duration: 150ms;
}

.duration-200 {
  animation-duration: 200ms;
}

.duration-300 {
  animation-duration: 300ms;
}

.duration-500 {
  animation-duration: 500ms;
}

.duration-700 {
  animation-duration: 700ms;
}

.running {
  animation-play-state: running;
}

html {
  opacity: 0;
}

html[data-theme='dark'],
html[data-theme='light'] {
  opacity: initial;
}

@keyframes blob {
  0%,
  100% {
    transform: translate(0px, 0px) scale(1);
  }
  33% {
    transform: translate(30px, -50px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

.animate-blob {
  animation: blob 7s infinite;
}

.animation-delay-2000 {
  animation-delay: 2s;
}

.animation-delay-4000 {
  animation-delay: 4s;
}

.page-home {
  --accent: #f97316;
  --accent-cool: #22d3ee;
  --bg-elevated: #11141a;
  --line: rgba(255, 255, 255, 0.08);
  --marketing-text: #f3f4f6;
  --text-soft: rgba(226, 232, 240, 0.82);
  --text-dim: rgba(148, 163, 184, 0.76);
  --radius-xl: 28px;
  --shadow-lg: 0 24px 54px rgba(0, 0, 0, 0.32);
  --mono-display:
    'Monaspace Neon',
    var(--font-geist-mono),
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Consolas,
    monospace;
  background:
    radial-gradient(circle at top left, rgba(34, 211, 238, 0.06), transparent 24%),
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.08), transparent 28%),
    #090a0d;
  color: var(--marketing-text);
}

.page-home .marketing-reveal {
  animation: page-home-rise 700ms ease both;
}

.page-home .section {
  padding: 56px 0;
  scroll-margin-top: 104px;
}

.page-home .eyebrow {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: var(--text-soft);
  font-family: var(--mono-display);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.page-home .eyebrow-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-cool));
  box-shadow: 0 0 18px rgba(249, 115, 22, 0.4);
}

.page-home .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.page-home .button:hover {
  transform: translateY(-1px);
}

.page-home .button-primary {
  background: linear-gradient(180deg, #22d3ee, #0891b2);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 14px 28px rgba(8, 145, 178, 0.24);
}

.page-home .button-secondary {
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--line);
  color: var(--marketing-text);
}

.page-home .button-secondary:hover {
  background: rgba(255, 255, 255, 0.06);
}

.page-legal {
  position: relative;
  min-height: 100%;
  padding-bottom: 32px;
}

.page-legal::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 420px;
  background:
    radial-gradient(circle at 14% 10%, rgba(34, 211, 238, 0.12), transparent 34%),
    radial-gradient(circle at 82% 2%, rgba(249, 115, 22, 0.14), transparent 32%);
  pointer-events: none;
}

.page-legal > .container:first-of-type {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 16px 0;
}

.page-legal > .container:first-of-type > .max-w-\[48rem\] {
  max-width: none;
}

.page-legal > .container:first-of-type .payload-richtext {
  max-width: none;
  margin: 0;
  padding: 32px 32px 30px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(17, 20, 26, 0.96), rgba(10, 12, 17, 0.94)),
    rgba(13, 16, 21, 0.9);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

.page-legal > .container:first-of-type .payload-richtext h1 {
  max-width: 14ch;
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(2.9rem, 6vw, 4.8rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  font-weight: 640;
}

.page-legal > .container + .container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 16px 48px;
}

.page-legal > .container + .container .grid {
  display: block;
}

.page-legal > .container + .container .col-span-4,
.page-legal > .container + .container .lg\:col-span-12 {
  display: block;
}

.page-legal > .container + .container .payload-richtext {
  max-width: none;
  margin: 0;
  padding: 34px 32px 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background: rgba(13, 16, 21, 0.88);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.page-legal > .container + .container .payload-richtext > :first-child {
  margin-top: 0;
}

.page-legal > .container + .container .payload-richtext > h1:first-child {
  display: none;
}

.page-legal > .container + .container .payload-richtext h2,
.page-legal > .container + .container .payload-richtext h3,
.page-legal > .container + .container .payload-richtext h4 {
  color: #fff;
  letter-spacing: -0.03em;
  font-weight: 620;
}

.page-legal > .container + .container .payload-richtext h2 {
  margin-top: 2.7rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: clamp(1.7rem, 2.5vw, 2.25rem);
}

.page-legal > .container + .container .payload-richtext h3 {
  margin-top: 1.6rem;
  font-size: 1rem;
  font-family: var(--mono-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.92);
}

.page-legal > .container + .container .payload-richtext p,
.page-legal > .container + .container .payload-richtext li {
  color: rgba(226, 232, 240, 0.84);
  font-size: 15px;
  line-height: 1.95;
}

.page-legal > .container + .container .payload-richtext p {
  max-width: 78ch;
}

.page-legal > .container + .container .payload-richtext ul {
  margin: 1.05rem 0 1.4rem;
  padding-left: 1.35rem;
}

.page-legal > .container + .container .payload-richtext li {
  margin: 0.45rem 0;
}

.page-legal > .container + .container .payload-richtext li::marker {
  color: #67e8f9;
}

.page-legal > .container + .container .payload-richtext a {
  color: #8be9fd;
  text-decoration-color: rgba(139, 233, 253, 0.4);
}

.page-legal > .container + .container .payload-richtext a:hover {
  color: #cffafe;
}

.page-legal > .container + .container .payload-richtext strong {
  color: #fff;
}

.page-home .hero {
  position: relative;
  padding: 68px 0 18px;
  overflow: hidden;
}

.page-home .hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 28%, rgba(34, 211, 238, 0.08), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(249, 115, 22, 0.08), transparent 28%);
}

.page-home .hero::after {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 140px;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(9, 10, 13, 1) 0%,
    rgba(9, 10, 13, 0.94) 36%,
    rgba(9, 10, 13, 0.56) 72%,
    rgba(9, 10, 13, 0) 100%
  );
}

.page-home .hero-network-backdrop {
  position: absolute;
  inset: 48px -8% 5%;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.78;
}

.page-home .hero-network-backdrop::before {
  content: '';
  position: absolute;
  inset: 0 4%;
  background-image:
    linear-gradient(rgba(125, 152, 182, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 152, 182, 0.05) 1px, transparent 1px);
  background-size: 112px 112px;
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.85) 14%,
    rgba(0, 0, 0, 1) 44%,
    rgba(0, 0, 0, 0.76) 82%,
    transparent 100%
  );
          mask-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.85) 14%,
    rgba(0, 0, 0, 1) 44%,
    rgba(0, 0, 0, 0.76) 82%,
    transparent 100%
  );
  opacity: 0.3;
  animation: page-home-grid-drift 18s ease-in-out infinite;
}

.page-home .hero-network-backdrop::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(5, 7, 10, 0) 0%,
      rgba(5, 7, 10, 0.14) 30%,
      rgba(5, 7, 10, 0.58) 72%,
      rgba(5, 7, 10, 0.8) 100%
    ),
    linear-gradient(
      90deg,
      rgba(6, 8, 11, 0.8) 0%,
      rgba(6, 8, 11, 0.48) 34%,
      rgba(6, 8, 11, 0.24) 58%,
      rgba(6, 8, 11, 0.62) 100%
    );
}

.page-home .hero-network-region {
  position: absolute;
  border: 1px solid rgba(132, 163, 198, 0.08);
  border-radius: 50% 44% 56% 48% / 42% 54% 46% 58%;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 42px rgba(34, 211, 238, 0.04);
  transform: translate3d(0, 0, 0) rotate(var(--rot, 0deg));
  opacity: 0.38;
  animation: page-home-region-drift var(--speed, 14s) ease-in-out infinite;
}

.page-home .hero-network-region::before {
  content: '';
  position: absolute;
  inset: 11% 9% 14%;
  border: 1px solid rgba(132, 163, 198, 0.05);
  border-radius: inherit;
}

.page-home .hero-network-region.region-west {
  left: -2%;
  top: 20%;
  width: 32%;
  height: 36%;
  --rot: -8deg;
  --speed: 16s;
}

.page-home .hero-network-region.region-mid {
  left: 29%;
  top: 12%;
  width: 34%;
  height: 30%;
  --rot: 3deg;
  --speed: 14s;
}

.page-home .hero-network-region.region-east {
  right: -1%;
  top: 22%;
  width: 34%;
  height: 33%;
  --rot: 7deg;
  --speed: 15s;
}

.page-home .hero-network-region.region-south {
  left: 46%;
  top: 56%;
  width: 24%;
  height: 22%;
  --rot: -5deg;
  --speed: 13s;
}

.page-home .hero-network-route {
  position: absolute;
  border-top: 1px solid rgba(129, 229, 255, 0.18);
  border-radius: 999px 999px 0 0 / 100% 100% 0 0;
  transform: rotate(var(--tilt, 0deg));
  transform-origin: center top;
  mix-blend-mode: screen;
  opacity: 0.78;
}

.page-home .hero-network-route::before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 26%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(125, 246, 255, 0.98),
    rgba(255, 138, 82, 0.92),
    transparent
  );
  filter: blur(2px);
  opacity: 0.9;
  animation: page-home-network-sweep var(--speed, 8s) linear infinite;
}

.page-home .route-a {
  left: 8%;
  top: 38%;
  width: 35%;
  height: 14%;
  --tilt: -5deg;
  --speed: 8.2s;
}

.page-home .route-b {
  left: 23%;
  top: 21%;
  width: 33%;
  height: 22%;
  --tilt: 4deg;
  --speed: 9.4s;
}

.page-home .route-c {
  left: 46%;
  top: 18%;
  width: 31%;
  height: 16%;
  --tilt: -2deg;
  --speed: 7.8s;
}

.page-home .route-d {
  left: 63%;
  top: 28%;
  width: 24%;
  height: 19%;
  --tilt: 7deg;
  --speed: 8.7s;
}

.page-home .route-e {
  left: 17%;
  top: 49%;
  width: 31%;
  height: 20%;
  --tilt: 10deg;
  --speed: 9.1s;
}

.page-home .route-f {
  left: 42%;
  top: 45%;
  width: 34%;
  height: 22%;
  --tilt: -7deg;
  --speed: 7.4s;
}

.page-home .route-g {
  left: 70%;
  top: 50%;
  width: 17%;
  height: 15%;
  --tilt: 9deg;
  --speed: 8.9s;
}

.page-home .route-h {
  left: 6%;
  top: 28%;
  width: 81%;
  height: 28%;
  border-top-color: rgba(191, 120, 255, 0.13);
  opacity: 0.42;
  --tilt: 2deg;
  --speed: 12.4s;
}

.page-home .hero-network-node {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.96) 0%,
    var(--node, rgba(125, 246, 255, 0.94)) 48%,
    transparent 72%
  );
  box-shadow: 0 0 18px var(--glow, rgba(34, 211, 238, 0.34));
  animation: page-home-node-blink var(--speed, 4.8s) ease-in-out infinite;
}

.page-home .hero-network-node::after {
  content: '';
  position: absolute;
  inset: -7px;
  border-radius: 999px;
  border: 1px solid var(--ring, rgba(125, 246, 255, 0.18));
  animation: page-home-ring-pulse 4.1s ease-out infinite;
}

.page-home .hero-network-node.is-lg {
  width: 14px;
  height: 14px;
}

.page-home .hero-network-node.is-alert {
  --node: rgba(248, 113, 113, 0.94);
  --glow: rgba(248, 113, 113, 0.34);
  --ring: rgba(248, 113, 113, 0.22);
}

.page-home .hero-network-node.is-warm {
  --node: rgba(251, 191, 36, 0.94);
  --glow: rgba(251, 191, 36, 0.28);
  --ring: rgba(251, 191, 36, 0.2);
}

.page-home .hero-network-node.is-cool {
  --node: rgba(125, 246, 255, 0.94);
  --glow: rgba(34, 211, 238, 0.34);
  --ring: rgba(125, 246, 255, 0.18);
}

.page-home .node-west-hub {
  left: 17%;
  top: 40%;
}

.page-home .node-west-a {
  left: 10%;
  top: 50%;
}

.page-home .node-west-b {
  left: 23%;
  top: 57%;
}

.page-home .node-mid-hub {
  left: 49%;
  top: 32%;
}

.page-home .node-mid-a {
  left: 41%;
  top: 46%;
}

.page-home .node-mid-b {
  left: 56%;
  top: 52%;
}

.page-home .node-east-hub {
  left: 82%;
  top: 41%;
}

.page-home .node-east-a {
  left: 74%;
  top: 56%;
}

.page-home .node-east-b {
  left: 88%;
  top: 60%;
}

.page-home .node-south {
  left: 61%;
  top: 73%;
}

.page-home .hero-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 44px;
}

.page-home .hero-copy-block {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  text-align: center;
}

.page-home .hero-title {
  margin: 18px 0 14px;
  font-family: var(--mono-display);
  font-size: clamp(42px, 5.8vw, 70px);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.045em;
  max-width: none;
}

.page-home .hero-title span {
  display: block;
  white-space: nowrap;
}

.page-home .hero-title span:last-child {
  color: var(--text-soft);
}

.page-home .hero-subcopy {
  margin: 0;
  max-width: 860px;
  color: var(--text-soft);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.6;
}

.page-home .hero-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.page-home .hero-cta-row .button {
  min-width: 176px;
}

.page-home .hero-stage-block {
  position: relative;
  padding-top: 14px;
}

.page-home .hero-stage-block::before,
.page-home .hero-stage-block::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
}

.page-home .hero-stage-block::before {
  width: 300px;
  height: 300px;
  left: 8%;
  top: 22%;
  background: rgba(34, 211, 238, 0.12);
}

.page-home .hero-stage-block::after {
  width: 340px;
  height: 340px;
  right: 8%;
  bottom: 10%;
  background: rgba(249, 115, 22, 0.14);
}

.page-home .hero-stage-circuit {
  position: absolute;
  inset: 0 2% 0 2%;
  pointer-events: none;
  overflow: hidden;
}

.page-home .hero-stage-circuit::before {
  content: '';
  position: absolute;
  inset: 8% 0 6%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 56%, transparent 100%);
          mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 56%, transparent 100%);
  opacity: 0.4;
}

.page-home .hero-circuit-line {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  overflow: hidden;
  transform-origin: left center;
  background: linear-gradient(
    90deg,
    rgba(34, 211, 238, 0.06),
    rgba(34, 211, 238, 0.24),
    rgba(249, 115, 22, 0.18),
    transparent
  );
  opacity: 0.86;
}

.page-home .hero-circuit-line::after {
  content: '';
  position: absolute;
  inset: 0 auto 0 -18%;
  width: 18%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(34, 211, 238, 0.98),
    rgba(249, 115, 22, 0.94),
    transparent
  );
  animation: page-home-line-signal var(--speed, 3.4s) linear infinite;
}

.page-home .hero-circuit-line.is-a {
  left: 4%;
  top: 66%;
  width: 22%;
  transform: rotate(-14deg);
  --speed: 2.9s;
}

.page-home .hero-circuit-line.is-b {
  right: 5%;
  top: 52%;
  width: 18%;
  transform: rotate(11deg);
  --speed: 3.6s;
}

.page-home .hero-circuit-line.is-c {
  left: 10%;
  top: 84%;
  width: 14%;
  transform: rotate(18deg);
  --speed: 3.1s;
}

.page-home .hero-circuit-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(8, 11, 16, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-soft);
  font-family: var(--mono-display);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow:
    0 0 18px rgba(0, 0, 0, 0.22),
    0 0 18px rgba(34, 211, 238, 0.08);
}

.page-home .hero-circuit-node::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent-cool), var(--accent));
  box-shadow: 0 0 12px rgba(34, 211, 238, 0.46);
  animation: page-home-spark-float 2.7s ease-in-out infinite;
}

.page-home .node-a {
  left: 0;
  top: 62%;
}

.page-home .node-b {
  right: 0;
  top: 48%;
}

.page-home .node-c {
  left: 8%;
  top: 82%;
}

.page-home .hero-stage-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 4px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    rgba(15, 17, 22, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.page-home .hero-real-mockup {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 18%),
    #090b10;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 44px rgba(0, 0, 0, 0.28);
  width: 100%;
  height: var(--mockup-height, 620px);
}

.page-home .hero-real-mockup::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 10%),
    linear-gradient(180deg, transparent 82%, rgba(9, 10, 13, 0.24) 100%);
}

.page-home .hero-real-host {
  position: absolute;
  inset: 0;
  display: block;
  background: #0a0a0b;
}

.page-home .section-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 760px;
  margin-bottom: 30px;
}

.page-home .section-heading h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.page-home .section-heading p {
  margin: 0;
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.7;
}

.page-home #workflow .section-heading {
  max-width: 980px;
}

.page-home #workflow .section-heading h2 {
  max-width: 920px;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 0.96;
}

.page-home .gap-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr);
  gap: 18px;
  align-items: stretch;
  padding: 22px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    rgba(15, 17, 22, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-lg);
}

.page-home .gap-copy {
  padding: 8px 6px 8px 4px;
}

.page-home .gap-copy h3 {
  margin: 14px 0 14px;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.page-home .gap-copy-richtext,
.page-home .gap-copy p {
  margin: 0;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.75;
}

.page-home .gap-copy-richtext p {
  margin: 0;
}

.page-home .gap-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.page-home .stat-block {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.page-home .stat-block strong {
  display: block;
  font-size: 28px;
  letter-spacing: -0.05em;
}

.page-home .stat-block span {
  display: block;
  margin-top: 6px;
  color: var(--text-dim);
  font-size: 12px;
  line-height: 1.65;
}

.page-home .gap-bars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.page-home .coverage-card {
  min-height: 0;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 40%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.page-home .coverage-card.is-other {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), transparent 42%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03),
      rgba(255, 255, 255, 0.01) 54%,
      transparent 100%
    );
}

.page-home .coverage-card.is-audit {
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.1), transparent 34%),
    radial-gradient(circle at bottom left, rgba(249, 115, 22, 0.09), transparent 34%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03),
      rgba(255, 255, 255, 0.01) 54%,
      transparent 100%
    );
  border-color: rgba(34, 211, 238, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 34px rgba(0, 0, 0, 0.18);
}

.page-home .coverage-card .label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  color: var(--text-soft);
  font-size: 13px;
}

.page-home .coverage-card .label strong {
  font-size: 15px;
  line-height: 1.2;
}

.page-home .coverage-card .label span {
  font-family: var(--mono-display);
  color: var(--text-dim);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.page-home .coverage-bar-wrap {
  position: relative;
  height: 286px;
  margin-top: 16px;
  border-radius: 18px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
  background-size: 100% 36px, auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px 20px 14px;
}

.page-home .coverage-bar-wrap::before {
  content: '';
  position: absolute;
  inset: auto 16px 14px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.page-home .coverage-meter {
  width: 88px;
  height: 244px;
  border-radius: 16px 16px 10px 10px;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 20px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.page-home .coverage-meter-fill {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: max(var(--coverage-fill, 0%), 18px);
  border-radius: inherit;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.12)
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 6px 16px rgba(0, 0, 0, 0.24);
}

.page-home .coverage-card.is-audit .coverage-meter-fill {
  background:
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.16) 0,
      rgba(255, 255, 255, 0.16) 8px,
      transparent 8px,
      transparent 22px
    ),
    linear-gradient(180deg, #22d3ee 0%, #3b82f6 24%, #8b5cf6 52%, #fb923c 76%, #f97316 100%);
  border: 1px solid rgba(34, 211, 238, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 38px rgba(59, 130, 246, 0.18),
    0 0 42px rgba(249, 115, 22, 0.14);
}

.page-home .coverage-copy {
  margin-top: 14px;
  min-height: 92px;
  display: flex;
  flex-direction: column;
}

.page-home .coverage-copy strong {
  display: block;
  font-size: 30px;
  letter-spacing: -0.05em;
}

.page-home .coverage-copy span {
  display: block;
  margin-top: 6px;
  color: var(--text-dim);
  font-size: 11px;
  line-height: 1.6;
  flex: 1;
}

.page-home .workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.page-home .workflow-card,
.page-home .feature-card,
.page-home .pricing-card {
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 35%),
    var(--bg-elevated);
  border: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.page-home .workflow-card {
  padding: 22px;
  min-height: 320px;
}

.page-home .step-number {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--mono-display);
  font-size: 14px;
  background:
    linear-gradient(135deg, rgba(249, 115, 22, 0.3), rgba(34, 211, 238, 0.2)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .workflow-card h3,
.page-home .feature-card h3,
.page-home .pricing-card h3 {
  margin: 18px 0 10px;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.page-home .workflow-card p,
.page-home .feature-card p,
.page-home .pricing-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.72;
}

.page-home .workflow-mini {
  margin-top: 18px;
  min-height: 100px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.page-home .workflow-mini-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--text-dim);
  font-size: 12px;
}

.page-home .workflow-mini-row + .workflow-mini-row {
  margin-top: 10px;
}

.page-home .workflow-mini strong {
  color: var(--marketing-text);
  font-size: 12px;
}

.page-home .mini-pill {
  padding: 5px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--mono-display);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-home .mini-pill.warm {
  color: #ffd9bf;
  background: rgba(249, 115, 22, 0.12);
  border-color: rgba(249, 115, 22, 0.22);
}

.page-home .mini-pill.cool {
  color: #d3fbff;
  background: rgba(34, 211, 238, 0.12);
  border-color: rgba(34, 211, 238, 0.22);
}

.page-home .mini-pill.good {
  color: #d9ffef;
  background: rgba(52, 211, 153, 0.12);
  border-color: rgba(52, 211, 153, 0.22);
}

.page-home .feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.page-home .feature-card {
  padding: 24px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.page-home .feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(249, 115, 22, 0.18);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.page-home .feature-card-top,
.page-home .pricing-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.page-home .feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(249, 115, 22, 0.18), rgba(34, 211, 238, 0.12)),
    rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.page-home .feature-score {
  padding: 8px 10px;
  border-radius: 12px;
  font-family: var(--mono-display);
  font-size: 11px;
  color: var(--text-soft);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.page-home .feature-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.page-home .feature-meta span {
  padding: 7px 9px;
  border-radius: 999px;
  font-size: 11px;
  color: var(--text-dim);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.page-home .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.page-home .pricing-card {
  position: relative;
  padding: 24px;
  overflow: visible;
}

.page-home .pricing-card.is-highlighted {
  border-color: rgba(34, 211, 238, 0.2);
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.1), transparent 32%),
    radial-gradient(circle at bottom left, rgba(249, 115, 22, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 35%),
    var(--bg-elevated);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 42px rgba(0, 0, 0, 0.24);
}

.page-home .pricing-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(13, 20, 27, 0.98);
  border: 1px solid rgba(34, 211, 238, 0.36);
  color: #ecfeff;
  font-family: var(--mono-display);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  white-space: nowrap;
}

.page-home .pricing-card-head {
  align-items: flex-start;
}

.page-home .pricing-price {
  text-align: right;
}

.page-home .pricing-price strong {
  display: block;
  font-size: 42px;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.page-home .pricing-price span {
  display: block;
  margin-top: 6px;
  color: var(--text-dim);
  font-family: var(--mono-display);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-home .pricing-feature-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.page-home .pricing-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.65;
}

.page-home .pricing-check {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent-cool), var(--accent));
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.22);
}

.page-home .pricing-bottom-cta {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.page-home .cta-panel {
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(34, 211, 238, 0.11), transparent 34%),
    radial-gradient(circle at bottom right, rgba(249, 115, 22, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 36%),
    #0f1219;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-lg);
}

.page-home .cta-panel h2 {
  margin: 18px 0 14px;
  font-size: clamp(36px, 4vw, 62px);
  line-height: 0.96;
  letter-spacing: -0.06em;
  max-width: 11ch;
}

.page-home .cta-panel p {
  margin: 0;
  max-width: 620px;
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.76;
}

.page-home .hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.page-home .cta-trust {
  margin-top: 18px;
  color: var(--text-dim);
  font-size: 12px;
}

.page-posts .posts-index-shell {
  padding-top: clamp(78px, 9vw, 116px);
}

.page-posts .posts-intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 34px;
}

.page-posts .posts-kicker {
  display: inline-flex;
  align-items: center;
  align-self: start;
  color: rgba(244, 247, 252, 0.94);
  font-family: var(--mono-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.page-posts .posts-intro-copy {
  display: grid;
  gap: 18px;
  max-width: 980px;
}

.page-posts .posts-intro-copy h1 {
  margin: 0;
  color: rgba(244, 247, 252, 0.98);
  font-size: clamp(2.9rem, 4.8vw, 4.7rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  max-width: 980px;
}

.page-posts .posts-intro-copy p {
  margin: 0;
  max-width: 780px;
  color: rgba(190, 198, 213, 0.9);
  font-size: 1.04rem;
  line-height: 1.85;
}

.page-posts .posts-list-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  margin-bottom: 24px;
  padding: 0 6px 0 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-posts .posts-list-bar strong,
.page-posts .posts-list-bar span {
  color: rgba(221, 228, 239, 0.86);
  font-family: var(--mono-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-posts .posts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.page-posts .post-index-card,
.page-article .post-index-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(90, 101, 122, 0.32);
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(53, 83, 114, 0.14), transparent 50%),
    linear-gradient(180deg, rgba(19, 23, 32, 0.98), rgba(12, 15, 22, 0.98));
  box-shadow:
    0 26px 60px rgba(5, 8, 13, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.page-posts .post-index-card:hover,
.page-article .post-index-card:hover {
  transform: translateY(-4px);
  border-color: rgba(83, 202, 245, 0.28);
  box-shadow:
    0 30px 70px rgba(5, 8, 13, 0.52),
    0 0 0 1px rgba(83, 202, 245, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.page-posts .post-index-card-media,
.page-article .post-index-card-media {
  position: relative;
  min-height: 260px;
  background: linear-gradient(180deg, rgba(15, 20, 29, 0.88), rgba(9, 12, 18, 0.96));
}

.page-posts .post-index-card-media::after,
.page-article .post-index-card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 12, 0.04) 0%, rgba(5, 7, 12, 0.24) 100%),
    linear-gradient(135deg, rgba(50, 211, 242, 0.08), transparent 40%, rgba(255, 123, 43, 0.12) 100%);
  pointer-events: none;
}

.page-posts .post-index-card-media-picture,
.page-article .post-index-card-media-picture {
  position: absolute;
  inset: 0;
}

.page-posts .post-index-card-image,
.page-article .post-index-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-posts .post-index-card-image-surface,
.page-article .post-index-card-image-surface {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(53, 202, 245, 0.16), transparent 38%),
    radial-gradient(circle at bottom left, rgba(249, 115, 22, 0.2), transparent 42%),
    linear-gradient(180deg, rgba(16, 21, 31, 0.94), rgba(9, 12, 18, 0.98));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-posts .post-index-card[data-post-slug='why-full-port-scanning-matters'] .post-index-card-image-surface,
.page-article .post-index-card[data-post-slug='why-full-port-scanning-matters'] .post-index-card-image-surface {
  background-image: url('/assets/images/posts/image-post1-110.webp');
}

.page-posts .post-index-card[data-post-slug='soc2-vulnerability-scanning'] .post-index-card-image-surface,
.page-article .post-index-card[data-post-slug='soc2-vulnerability-scanning'] .post-index-card-image-surface {
  background-image: url('/assets/images/posts/image-post2-110.webp');
}

.page-posts .post-index-card-fallback,
.page-article .post-index-card-fallback {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.kg-gallery-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 28px 0;
}

.kg-gallery-row {
  display: flex;
  gap: 12px;
}

.kg-gallery-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.kg-bookmark-card {
  display: block;
  margin: 28px 0;
  color: inherit;
  text-decoration: none;
}

.kg-bookmark-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 36%),
    rgba(15, 17, 22, 0.92);
}

.kg-bookmark-content {
  display: grid;
  gap: 12px;
  padding: 20px 22px;
}

.kg-bookmark-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 18px;
  line-height: 1.3;
}

.kg-bookmark-description {
  margin: 0;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.68;
}

.kg-bookmark-metadata {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--text-dim);
  font-size: 13px;
  line-height: 1.4;
}

.kg-bookmark-icon {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  flex: 0 0 auto;
}

.kg-bookmark-author,
.kg-bookmark-publisher {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kg-bookmark-thumbnail {
  position: relative;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.02);
}

.kg-bookmark-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-posts .post-index-card-body,
.page-article .post-index-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 18px;
  padding: 28px 28px 30px;
}

.page-posts .post-index-card-meta,
.page-article .post-index-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(162, 171, 191, 0.78);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.page-posts .post-index-card-meta span,
.page-article .post-index-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-posts .post-index-card-meta span:not(:first-child)::before,
.page-article .post-index-card-meta span:not(:first-child)::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(162, 171, 191, 0.34);
}

.page-posts .post-index-card h2,
.page-article .post-index-card h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.1vw, 2.25rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.page-posts .post-index-title-link,
.page-article .post-index-title-link {
  color: rgba(244, 247, 252, 0.98);
  text-decoration: none;
  transition: color 180ms ease;
}

.page-posts .post-index-title-link:hover,
.page-article .post-index-title-link:hover {
  color: rgba(255, 255, 255, 1);
}

.page-posts .post-index-card p,
.page-article .post-index-card p {
  margin: 0;
  color: rgba(190, 198, 213, 0.88);
  font-size: 1rem;
  line-height: 1.74;
}

.page-posts .post-index-card-highlights,
.page-article .post-index-card-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-posts .post-index-card-highlights span,
.page-article .post-index-card-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(92, 103, 122, 0.28);
  border-radius: 999px;
  background: rgba(16, 20, 28, 0.72);
  color: rgba(220, 226, 238, 0.82);
  font-size: 0.84rem;
  line-height: 1.2;
}

.page-posts .posts-pagination {
  margin-top: 28px;
}

.page-posts .post-index-card-footer,
.page-article .post-index-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 10px;
}

.page-posts .post-index-card-read-label,
.page-article .post-index-card-read-label {
  color: rgba(162, 171, 191, 0.72);
  font-family: var(--mono-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-posts .post-index-card-read-link,
.page-article .post-index-card-read-link {
  color: rgba(234, 240, 248, 0.96);
  font-family: var(--mono-display);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.page-posts .post-index-card-read-link:hover,
.page-article .post-index-card-read-link:hover {
  color: rgba(83, 202, 245, 0.98);
}

.page-posts .post-index-card-arrow,
.page-article .post-index-card-arrow {
  color: rgba(160, 172, 191, 0.8);
  font-size: 1rem;
  line-height: 1;
  transition:
    transform 180ms ease,
    color 180ms ease;
}

.page-posts .post-index-card:hover .post-index-card-arrow,
.page-article .post-index-card:hover .post-index-card-arrow {
  color: rgba(255, 255, 255, 0.96);
  transform: translate(2px, -2px);
}

.page-features .hero-network-backdrop {
  opacity: 0.46;
}

.page-features .hero {
  padding: 78px 0 36px;
}

.page-features .hero.hero-layout-intro {
  padding-bottom: 72px; /* Decreased from 112px to shrink the gap */
}

.page-features .hero-stack {
  gap: 0;
}

.page-features .hero-copy-block {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  text-align: center;
  padding-bottom: 0;
}

.page-features .hero-title {
  margin: 18px 0 14px;
  max-width: none;
  font-family: var(--mono-display);
  font-size: clamp(42px, 5.8vw, 70px);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.page-features .hero-title span {
  display: block;
  white-space: normal;
}

.page-features .hero-title span:last-child {
  color: var(--text-soft);
}

.page-features .hero-subcopy {
  margin: 0;
  max-width: 920px;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.66;
}

.page-features .hero-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.page-features .section {
  padding: 74px 0;
}

.page-features .hero + .feature-story-section,
.page-features .feature-story-section:first-of-type {
  padding-top: 32px; /* Decreased from 118px to shrink the gap */
}

.page-features .feature-story-section + .feature-story-section {
  border-top: 0;
}

.page-features .section-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: none;
}

.page-features .section-heading h2 {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.page-features .section-heading p {
  margin: 0;
  max-width: 82ch;
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.72;
}

.page-features .feature-story {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 0;
}

.page-features .feature-story-heading-block {
  margin-bottom: 0;
}

.page-features .feature-story-heading {
  max-width: 14ch;
}

.page-features .feature-story-description {
  max-width: 78ch;
}

.page-features .feature-story-cards {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.page-features .feature-card {
  padding: 22px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 35%),
    var(--bg-elevated);
  border: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.page-features .feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 211, 238, 0.18);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.page-features .feature-card-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.page-features .feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(249, 115, 22, 0.18), rgba(34, 211, 238, 0.12)),
    rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.page-features .feature-story-card {
  min-height: 148px;
}

.page-features .feature-story-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.72;
}

.page-features .feature-story-card-index {
  font-family: var(--mono-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.12);
}

.page-features .feature-story-showcase {
  --mockup-height: 560px;
  margin-top: 34px;
}

.page-features .feature-story-showcase > * {
  width: 100%;
}

.page-pricing .hero-network-backdrop {
  opacity: 0.46;
}

.page-pricing .hero {
  padding: 78px 0 76px;
}

.page-pricing .hero + .pricing-page-included {
  padding-top: 84px;
}

.page-pricing .hero-stack {
  gap: 0;
}

.page-pricing .hero-copy-block {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  text-align: center;
}

.page-pricing .hero-title {
  margin: 18px 0 14px;
  max-width: 1080px;
  font-family: var(--mono-display);
  font-size: clamp(42px, 5.8vw, 70px);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.page-pricing .hero-title span {
  display: block;
  white-space: normal;
}

.page-pricing .hero-title span:last-child {
  color: var(--text-soft);
}

.page-pricing .hero-subcopy {
  margin: 0;
  max-width: 920px;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.66;
}

.page-pricing .pricing-page-hero-actions {
  justify-content: center;
  margin-top: 30px;
}

.page-pricing .pricing-page-toggle {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.page-pricing .pricing-page-toggle button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--text-dim);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.page-pricing .pricing-page-toggle button.is-active {
  background: #1c1f26;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.page-pricing .pricing-page-toggle-badge {
  padding: 5px 8px;
  border-radius: 999px;
  border: 1px solid rgba(52, 211, 153, 0.2);
  background: rgba(52, 211, 153, 0.12);
  color: #d9ffef;
  font-family: var(--mono-display);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-pricing .section-heading h2 {
  max-width: 16ch;
}

.page-pricing .section-heading p {
  max-width: 820px;
}

.page-startups .hero-network-backdrop {
  opacity: 0.5;
}

.page-startups .hero {
  padding: 78px 0 76px;
}

.page-startups .hero-stack {
  gap: 0;
}

.page-startups .hero-copy-block {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  text-align: center;
}

.page-startups .hero-title {
  margin: 18px 0 14px;
  max-width: 15ch;
  font-family: var(--mono-display);
  font-size: clamp(40px, 5.4vw, 68px);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.page-startups .hero-title span {
  display: block;
  white-space: normal;
}

.page-startups .hero-title span:last-child {
  color: var(--text-soft);
}

.page-startups .hero-subcopy {
  margin: 0;
  max-width: 900px;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.66;
}

.page-startups .hero-cta-row {
  justify-content: center;
  margin-top: 30px;
}

.page-about .hero {
  padding: 84px 0 68px;
}

.page-about .hero-copy-block {
  max-width: 1180px;
  justify-items: center;
  text-align: center;
}

.page-about .hero-title {
  max-width: 18ch;
  margin: 0 auto 18px;
  font-size: clamp(42px, 5.5vw, 72px);
}

.page-about .hero-title span:first-child {
  white-space: nowrap;
}

.page-about .hero-subcopy {
  max-width: 880px;
  margin: 0 auto;
}

.page-about .hero-cta-row {
  justify-content: center;
}

.page-about .hero + .section {
  padding-top: 72px;
}

.page-about .compare-proof-card {
  min-height: 170px;
}

.page-about .about-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.page-about .about-compare-card {
  min-height: 0;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-about .about-compare-card.is-before {
  background:
    radial-gradient(circle at top left, rgba(244, 63, 94, 0.08), transparent 38%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03),
      rgba(255, 255, 255, 0.01) 54%,
      transparent 100%
    );
  border-color: rgba(244, 63, 94, 0.18);
}

.page-about .about-compare-card.is-after {
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.1), transparent 34%),
    radial-gradient(circle at bottom left, rgba(249, 115, 22, 0.09), transparent 34%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03),
      rgba(255, 255, 255, 0.01) 54%,
      transparent 100%
    );
  border-color: rgba(34, 211, 238, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 34px rgba(0, 0, 0, 0.18);
}

.page-about .about-compare-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.page-about .about-compare-heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-about .about-compare-kicker {
  display: block;
  font-family: var(--mono-display);
  color: var(--text-soft);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.page-about .about-compare-heading p {
  margin: 0;
  max-width: 24ch;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.6;
}

.page-about .about-compare-pill {
  white-space: nowrap;
  padding: 8px 12px;
  border-radius: 999px;
  font-family: var(--mono-display);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-dim);
}

.page-about .about-compare-card.is-before .about-compare-pill {
  color: #fecdd3;
  border-color: rgba(244, 63, 94, 0.18);
  background: rgba(244, 63, 94, 0.08);
}

.page-about .about-compare-card.is-before .about-compare-kicker {
  color: #fda4af;
}

.page-about .about-compare-card.is-after .about-compare-pill {
  color: #d3fbff;
  border-color: rgba(34, 211, 238, 0.22);
  background: rgba(34, 211, 238, 0.08);
}

.page-about .about-compare-card.is-after .about-compare-kicker {
  color: #a5f3fc;
}

.page-about .about-mini-price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 6px;
  margin-top: 16px;
}

.page-about .about-mini-price-currency {
  font-family: var(--mono-display);
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.page-about .about-mini-price-value {
  font-size: clamp(30px, 2.35vw, 38px);
  line-height: 0.92;
  letter-spacing: -0.05em;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.page-about .about-mini-price-card.is-before .about-mini-price-currency {
  color: rgba(253, 164, 175, 0.78);
}

.page-about .about-mini-price-card.is-before .about-mini-price-value {
  color: #fb7185;
}

.page-about .about-mini-price-card.is-after .about-mini-price-currency {
  color: rgba(209, 250, 229, 0.78);
}

.page-about .about-mini-price-card.is-after .about-mini-price-value {
  color: #f8fafc;
}

.page-about .feature-card .about-quote-followup {
  margin-top: 26px;
  padding-inline: 22px;
}

.page-about .about-compare-metrics {
  display: grid;
  gap: 14px;
}

.page-about .about-compare-metric {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.page-about .about-compare-card.is-before .about-compare-metric {
  background: rgba(244, 63, 94, 0.04);
  border-color: rgba(244, 63, 94, 0.1);
}

.page-about .about-compare-card.is-after .about-compare-metric {
  background: rgba(34, 211, 238, 0.04);
  border-color: rgba(34, 211, 238, 0.1);
}

.page-about .about-compare-metric dt {
  font-family: var(--mono-display);
  color: var(--text-dim);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.page-about .about-compare-metric dd {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(28px, 3.1vw, 44px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.page-about .about-compare-card.is-before .about-compare-metric dt {
  color: rgba(253, 164, 175, 0.78);
}

.page-about .about-compare-card.is-after .about-compare-metric dt {
  color: rgba(165, 243, 252, 0.72);
}

.page-about .about-compare-card.is-before .about-compare-metric dd {
  color: #fb7185;
}

.page-about .about-compare-card.is-after .about-compare-metric dd {
  color: #f8fafc;
}

.page-about .section-heading h2 {
  max-width: 15ch;
}

.page-about .usecase-challenge-card h3,
.page-about .usecase-card h3 {
  max-width: none;
}

.page-about .compare-faq-section > .mx-auto {
  max-width: 1240px;
}

.page-about .compare-faq-section .section-heading {
  max-width: 760px;
  margin-inline: 0;
  text-align: left;
}

.page-about.page-startups .usecase-journey-grid {
  grid-template-columns: repeat(4, minmax(240px, 240px));
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  gap: 24px;
  margin-inline: auto;
}

.page-about.page-startups .usecase-journey-section .section-heading {
  max-width: 760px;
  margin-inline: 0;
  text-align: left;
}

.page-startups .hero + .section {
  padding-top: 80px;
}

.page-startups .compare-proof-section {
  padding-top: 18px;
}

.page-startups .compare-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.page-startups .compare-proof-card {
  min-height: 156px;
  display: flex;
  flex-direction: column;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 35%),
    var(--bg-elevated);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.2);
}

.page-startups .compare-proof-card.is-highlighted {
  border-color: rgba(34, 211, 238, 0.18);
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.08), transparent 34%),
    radial-gradient(circle at bottom left, rgba(249, 115, 22, 0.06), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 35%),
    var(--bg-elevated);
}

.page-startups .compare-proof-label {
  display: block;
  min-height: 2.9em;
  color: var(--text-dim);
  font-family: var(--mono-display);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.45;
}

.page-startups .compare-proof-value {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.97);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.page-startups .section {
  padding: 68px 0;
}

.page-startups .section-heading h2 {
  max-width: 18ch;
}

.page-startups .section-heading p {
  max-width: 840px;
}

.page-startups .usecase-challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.page-startups .usecase-challenge-card,
.page-startups .usecase-card {
  min-height: 0;
  padding: 24px;
}

.page-startups .usecase-challenge-card {
  position: relative;
}

.page-startups .usecase-challenge-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.16), rgba(249, 115, 22, 0.3));
}

.page-startups .usecase-challenge-card-1::before {
  background: linear-gradient(90deg, rgba(248, 113, 113, 0.92), rgba(249, 115, 22, 0.35));
}

.page-startups .usecase-challenge-card-2::before {
  background: linear-gradient(90deg, rgba(250, 204, 21, 0.9), rgba(249, 115, 22, 0.28));
}

.page-startups .usecase-challenge-card-3::before {
  background: linear-gradient(90deg, rgba(249, 115, 22, 0.9), rgba(34, 211, 238, 0.28));
}

.page-startups .usecase-card-tag {
  white-space: nowrap;
}

.page-startups .usecase-challenge-card h3 {
  max-width: none;
  margin-top: 22px;
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 1.02;
}

.page-startups .usecase-challenge-card p {
  max-width: none;
  margin-top: 14px;
}

.page-startups .usecase-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.page-startups .usecase-card {
  display: flex;
  flex-direction: column;
  min-height: 278px;
}

.page-startups .usecase-card h3 {
  max-width: 14ch;
  margin-top: 24px;
  font-size: clamp(30px, 3.2vw, 38px);
}

.page-startups .usecase-card p {
  max-width: none;
  margin-top: 12px;
}

.page-startups .usecase-card-scenarios {
  min-height: 0;
}

.page-startups .usecase-card-scenarios h3 {
  max-width: 15ch;
  font-size: clamp(24px, 2.4vw, 30px);
}

.page-startups .usecase-journey-section .section-heading {
  max-width: 760px;
  margin-inline: 0;
  text-align: left;
}

.page-startups .usecase-journey-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.page-startups .usecase-journey-grid::before {
  content: '';
  position: absolute;
  left: 52px;
  right: 52px;
  top: 24px;
  height: 1px;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.2), rgba(249, 115, 22, 0.24));
}

.page-startups .usecase-journey-step {
  position: relative;
  padding: 0 10px;
}

.page-startups .usecase-journey-step-number {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.98);
  font-family: var(--mono-display);
  font-variant-numeric: tabular-nums;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background: linear-gradient(135deg, rgb(78, 55, 38), rgb(29, 66, 72));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 36px rgba(0, 0, 0, 0.28);
}

.page-startups .usecase-journey-step h3 {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}

.page-startups .usecase-journey-step p {
  margin: 8px auto 0;
  max-width: 17ch;
  text-align: center;
  font-size: 14px;
  line-height: 1.62;
  color: var(--text-soft);
}

.page-startups .usecase-strip-shell {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 35%),
    var(--bg-elevated);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.page-startups .usecase-strip-grid {
  display: grid;
}

.page-startups .usecase-strip-cell {
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-startups .usecase-strip-cell:nth-child(5n) {
  border-right: none;
}

.page-startups .usecase-strip-header {
  background: rgba(255, 255, 255, 0.025);
}

.page-startups .usecase-strip-header-label {
  color: var(--text-dim);
  font-family: var(--mono-display);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-startups .usecase-strip-header strong,
.page-startups .usecase-strip-row-cell strong {
  display: block;
}

.page-startups .usecase-strip-header strong {
  color: rgba(255, 255, 255, 0.96);
  font-size: 16px;
  line-height: 1.2;
}

.page-startups .usecase-strip-header span,
.page-startups .usecase-strip-row-cell span {
  display: block;
  margin-top: 4px;
  color: var(--text-dim);
  font-size: 12px;
  line-height: 1.45;
}

.page-startups .usecase-strip-row-label {
  color: rgba(255, 255, 255, 0.96);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.page-startups .usecase-strip-row-label.is-highlighted,
.page-startups .usecase-strip-row-cell.is-highlighted {
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.07), transparent 34%),
    radial-gradient(circle at bottom left, rgba(249, 115, 22, 0.05), transparent 42%),
    rgba(255, 255, 255, 0.015);
}

.page-startups .usecase-strip-row-cell strong {
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  line-height: 1.1;
}

.page-startups .pricing-grid {
  max-width: 920px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-startups .compare-faq-section > .mx-auto {
  max-width: 1240px;
}

.page-startups .compare-faq-section .section-heading {
  max-width: 760px;
  margin-inline: 0;
  text-align: left;
}

.page-startups .pricing-card {
  min-height: 0;
}

.page-startups .pricing-card h3 {
  max-width: none;
}

.page-startups .testimonial-section {
  padding-top: 12px;
  padding-bottom: 12px;
}

.page-startups .testimonial-block {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgb(20, 23, 30);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 24px 60px rgba(0, 0, 0, 0.24);
  padding: 32px 36px 30px 88px;
}

.page-startups .testimonial-block-mark {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.82);
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.page-startups .testimonial-block-body {
  display: grid;
  gap: 12px;
}

.page-startups .testimonial-block-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  line-height: 1.4;
}

.page-startups .testimonial-block-author strong {
  font-size: 16px;
  font-weight: 700;
}

.page-startups .testimonial-block-author span {
  color: var(--text-soft);
  font-size: 16px;
}

.page-startups .testimonial-block-quote {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.75;
  max-width: none;
}

.page-startups .compare-faq-list {
  display: grid;
  gap: 14px;
}

.page-startups .compare-faq-item {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 36%),
    rgba(15, 17, 22, 0.86);
  overflow: hidden;
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.page-startups .compare-faq-item.is-open {
  border-color: rgba(34, 211, 238, 0.16);
}

.page-startups .compare-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.page-startups .compare-faq-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-soft);
  font-family: var(--mono-display);
  font-size: 16px;
}

.page-startups .compare-faq-answer {
  overflow: hidden;
  transition:
    max-height 220ms ease,
    opacity 220ms ease;
}

.page-startups .compare-faq-answer p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.72;
  white-space: pre-line;
}

.page-article .article-post-shell {
  padding: 40px 0 84px;
}

.page-article .article-post-wrap {
  max-width: 840px;
}

.page-article .article-post-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--text-dim);
  font-size: 13px;
  line-height: 1.5;
  flex-wrap: wrap;
}

.page-article .article-post-breadcrumb a {
  color: var(--text-soft);
  text-decoration: none;
}

.page-article .article-post-breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.96);
}

.page-article .article-post-header {
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-article .article-post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.page-article .article-post-tag,
.page-article .article-post-meta-copy {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
  font-family: var(--mono-display);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-article .article-post-tag {
  color: rgba(255, 255, 255, 0.95);
}

.page-article .article-post-tag-muted {
  color: rgba(168, 180, 198, 0.86);
}

.page-article .article-post-meta-separator {
  color: var(--text-dim);
  font-size: 16px;
  line-height: 1;
}

.page-article .article-post-title {
  margin: 0 0 16px;
  color: rgba(244, 247, 252, 0.98);
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.page-article .article-post-title em {
  font-style: italic;
}

.page-article .article-post-summary {
  margin: 0;
  max-width: 760px;
  color: rgba(190, 198, 213, 0.9);
  font-size: 17px;
  line-height: 1.8;
}

.page-article .article-post-content {
  padding-top: 40px;
}

.page-article .article-post-related {
  margin-top: 56px;
}

.page-article .article-related-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px;
}

.page-article .article-related-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-article .article-related-title {
  margin: 0;
  color: rgba(244, 247, 252, 0.98);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.page-article .article-related-copy {
  margin: 0;
  max-width: 680px;
  color: rgba(190, 198, 213, 0.86);
  font-size: 16px;
  line-height: 1.72;
}

.page-article .article-related-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.page-article .article-related-grid.has-multiple {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-article .article-related-grid:not(.has-multiple) .post-index-card {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  align-items: stretch;
}

.page-article .article-related-grid:not(.has-multiple) .post-index-card-media {
  min-height: 100%;
}

.page-article .article-related-grid:not(.has-multiple) .post-index-card-body {
  gap: 16px;
  padding: 30px 32px;
}

.page-article .article-related-grid:not(.has-multiple) .post-index-card h2 {
  font-size: clamp(2rem, 3vw, 2.7rem);
}

.page-article .article-related-grid:not(.has-multiple) .post-index-card p {
  max-width: 58ch;
}

.page-article .article-related-grid:not(.has-multiple) .post-index-card-footer {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.page-article .hero-network-backdrop {
  opacity: 0.5;
}

.page-article .hero {
  padding: 72px 0 42px;
}

.page-article .hero-stack {
  gap: 34px;
}

.page-article .hero-copy-block {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  text-align: center;
}

.page-article .hero-title {
  margin: 18px 0 16px;
  max-width: 1080px;
  font-family: var(--mono-display);
  font-size: clamp(42px, 5.4vw, 68px);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.page-article .hero-title span {
  display: block;
  white-space: normal;
}

.page-article .hero-title span:last-child {
  color: var(--text-soft);
}

.page-article .hero-subcopy {
  margin: 0;
  max-width: 900px;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.68;
}

.page-article .article-hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.page-article .article-hero-meta-item {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
  font-family: var(--mono-display);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-article .hero-cta-row {
  justify-content: center;
  margin-top: 30px;
}

.page-article .article-guide-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.page-article .article-guide-highlight-card {
  min-height: 0;
  padding: 22px;
}

.page-article .article-guide-highlight-card h3 {
  margin: 22px 0 0;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.page-article .article-guide-shell {
  padding: 18px 0 72px;
}

.page-article .article-guide-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.page-article .article-guide-rail {
  position: sticky;
  top: 104px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-article .article-guide-panel {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 35%),
    var(--bg-elevated);
  padding: 18px;
}

.page-article .article-guide-panel .eyebrow {
  margin-bottom: 16px;
}

.page-article .article-guide-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-article .article-guide-list-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.5;
}

.page-article .article-guide-list-index,
.page-article .article-guide-fact-label {
  font-family: var(--mono-display);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.page-article .article-guide-facts {
  display: grid;
  gap: 14px;
}

.page-article .article-guide-fact {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.page-article .article-guide-fact strong {
  color: var(--marketing-text);
  font-size: 18px;
  letter-spacing: -0.03em;
}

.page-article .article-guide-main {
  min-width: 0;
}

.page-article .article-richtext {
  max-width: 100%;
}

.page-article .article-richtext > * + * {
  margin-top: 0;
}

.page-article .article-richtext h2,
.page-article .article-block-heading h3 {
  margin: 0 0 16px;
  max-width: none;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--marketing-text);
}

.page-article .article-richtext h3,
.page-article .guide-steps-card h4,
.page-article .pitfall-card h4 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.24;
  letter-spacing: -0.03em;
  color: var(--marketing-text);
}

.page-article .article-richtext > p,
.page-article .article-block-heading p,
.page-article .guide-steps-card p,
.page-article .pitfall-card p {
  margin: 0 0 18px;
  max-width: none;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.8;
}

.page-article .article-richtext > h2 {
  margin-top: 68px;
}

.page-article .article-richtext > h2:first-child {
  margin-top: 0;
}

.page-article .data-table-caption {
  margin: 0 0 14px;
  color: var(--text-dim);
  font-family: var(--mono-display);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-article .data-table-shell,
.page-article .stats-highlight-block > div,
.page-article .article-cta-block {
  box-shadow: var(--shadow-lg);
}

.page-article .callout-block {
  margin: 26px 0;
}

.page-article .article-richtext hr {
  margin: 56px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-article .article-block-heading {
  margin-bottom: 22px;
}

.page-article .guide-steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.page-article .guide-steps-card {
  min-height: 0;
  padding: 24px;
}

.page-article .guide-steps-card h4 {
  margin-top: 18px;
  max-width: 14ch;
}

.page-article .guide-steps-card .feature-meta {
  margin-top: auto;
  padding-top: 18px;
}

.page-article .article-cta-block {
  margin: 72px 0 0;
}

.page-article .article-cta-block h3 {
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
}

.page-article .pitfall-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.page-article .pitfall-card {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.06), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 35%),
    var(--bg-elevated);
  padding: 24px;
}

.page-article .pitfall-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.page-article .callout-block,
.page-article .data-table-block,
.page-article .stats-highlight-block,
.page-article .article-cta-block,
.page-article .guide-steps-block,
.page-article .pitfall-cards-block {
  width: 100%;
}

.page-article .article-control-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 28px 0;
}

.page-article .article-control-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 36%),
    rgba(17, 19, 24, 0.92);
}

.page-article .article-control-card.is-primary {
  border-color: rgba(249, 115, 22, 0.42);
  box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.08);
}

.page-article .article-control-badge {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-family: var(--mono-display);
}

.page-article .article-control-badge.is-primary {
  background: rgba(249, 115, 22, 0.12);
  color: rgb(255, 170, 91);
}

.page-article .article-control-badge.is-supporting {
  background: rgba(59, 130, 246, 0.12);
  color: rgb(129, 181, 255);
}

.page-article .article-control-badge.is-iso {
  background: rgba(168, 85, 247, 0.14);
  color: rgb(207, 166, 255);
}

.page-article .article-control-badge.is-icon {
  gap: 0;
}

.page-article .article-control-badge-label {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.74;
}

.page-article .article-control-badge-value {
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.page-article .article-control-badge.is-icon .article-control-badge-value {
  font-size: 24px;
}

.page-article .article-control-content {
  min-width: 0;
}

.page-article .article-control-type {
  margin-bottom: 6px;
  font-family: var(--mono-display);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-article .article-control-type.is-primary {
  color: rgb(255, 170, 91);
}

.page-article .article-control-type.is-supporting {
  color: rgb(129, 181, 255);
}

.page-article .article-control-type.is-iso {
  color: rgb(207, 166, 255);
}

.page-article .article-control-content h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.3;
  color: rgba(244, 247, 252, 0.98);
}

.page-article .article-control-content p {
  margin: 0;
  color: rgba(190, 198, 213, 0.88);
  font-size: 14px;
  line-height: 1.76;
}

.page-article .article-control-content p + p {
  margin-top: 8px;
}

.page-article .article-list-sections {
  margin: 24px 0;
}

.page-article .article-list-section + .article-list-section {
  margin-top: 28px;
}

.page-article .article-list-section h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.3;
  color: rgba(244, 247, 252, 0.98);
}

.page-article .article-checklist,
.page-article .article-bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-article .article-checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(190, 198, 213, 0.88);
  font-size: 14px;
  line-height: 1.7;
}

.page-article .article-checklist li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.page-article .article-checklist li strong,
.page-article .article-bullet-list li strong {
  color: rgba(244, 247, 252, 0.98);
}

.page-article .article-checklist-icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-top: 1px;
  font-family: var(--mono-display);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.page-article .article-checklist-icon.is-required {
  background: rgba(249, 115, 22, 0.12);
  color: rgb(255, 170, 91);
}

.page-article .article-checklist-icon.is-expected {
  background: rgba(59, 130, 246, 0.12);
  color: rgb(129, 181, 255);
}

.page-article .article-checklist-icon.is-bonus {
  background: rgba(34, 197, 94, 0.12);
  color: rgb(123, 233, 160);
}

.page-article .article-bullet-list {
  display: grid;
  gap: 10px;
  margin-left: 20px;
  list-style: disc;
}

.page-article .article-bullet-list li {
  color: rgba(190, 198, 213, 0.88);
  font-size: 16px;
  line-height: 1.75;
}

.page-article .port-coverage-diagram-block {
  margin: 36px 0;
}

.page-article .port-coverage-diagram-shell {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(17, 19, 24, 0.92);
}

.page-article .port-coverage-diagram-caption {
  padding: 12px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.page-article .port-coverage-diagram-caption p {
  margin: 0;
  color: var(--text-dim);
  font-size: 13px;
  line-height: 1.6;
}

.page-article .article-timeline {
  margin: 28px 0;
  padding-left: 24px;
  border-left: 2px solid rgba(255, 255, 255, 0.08);
}

.page-article .article-timeline-item {
  position: relative;
  padding: 0 0 28px 20px;
}

.page-article .article-timeline-item:last-child {
  padding-bottom: 0;
}

.page-article .article-timeline-item::before {
  content: '';
  position: absolute;
  top: 4px;
  left: -31px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 2px solid rgb(249, 115, 22);
  background: rgb(9, 10, 13);
}

.page-article .article-timeline-title {
  margin-bottom: 4px;
  color: rgba(244, 247, 252, 0.98);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.page-article .article-timeline-description {
  color: rgba(190, 198, 213, 0.88);
  font-size: 13px;
  line-height: 1.72;
}

.page-article .compare-faq-section {
  padding: 56px 0 0;
}

.page-article .compare-faq-section .section-heading {
  max-width: 100%;
  margin-bottom: 22px;
}

.page-article .compare-faq-section .section-heading h2 {
  max-width: none;
}

.page-article .compare-faq-list {
  display: grid;
  gap: 0;
  margin-top: 0;
}

.page-article .compare-faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-article .compare-faq-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-article .compare-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  color: rgba(244, 247, 252, 0.98);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.page-article .compare-faq-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dim);
  font-family: var(--display-stack);
  font-size: 20px;
  line-height: 1;
}

.page-article .compare-faq-answer {
  overflow: hidden;
}

.page-article .compare-faq-answer p {
  margin: 0;
  padding: 0 0 20px;
  color: rgba(190, 198, 213, 0.88);
  font-size: 14px;
  line-height: 1.72;
}

.page-article .article-share-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 16px;
}

.page-article .article-share-links > span {
  color: var(--text-dim);
  font-family: var(--mono-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-article .article-share-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
  font-size: 13px;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    color 180ms ease;
}

.page-article .article-share-link:hover {
  color: rgba(255, 255, 255, 0.98);
  border-color: rgba(255, 255, 255, 0.18);
}

.page-pricing .pricing-page-core-grid {
  margin-top: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.page-pricing .pricing-page-plans-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.page-pricing .pricing-page-plans-top .section-heading {
  flex: 1 1 auto;
}

.page-pricing .pricing-page-core-card,
.page-pricing .pricing-page-faq-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-pricing .pricing-page-core-card {
  min-height: 0;
  padding: 28px;
}

.page-pricing .pricing-page-core-card h3 {
  max-width: none;
}

.page-pricing .pricing-page-faq-card h3 {
  max-width: 12ch;
}

.page-pricing .pricing-page-core-card p {
  max-width: none;
  font-size: 17px;
  line-height: 1.72;
}

.page-pricing .pricing-page-core-card .feature-card-top {
  align-items: flex-start;
}

.page-pricing .pricing-page-core-card .feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
}

.page-pricing .pricing-page-core-card .feature-icon svg {
  width: 22px;
  height: 22px;
}

.page-pricing .pricing-page-core-card .feature-score {
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 12px;
}

.page-pricing .pricing-page-plan-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.page-pricing .pricing-page-plan-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.page-pricing .pricing-page-plan-card.plan-span-third {
  grid-column: span 4;
}

.page-pricing .pricing-page-plan-card.plan-span-half {
  grid-column: span 6;
}

.page-pricing .pricing-page-plan-top {
  min-height: 196px;
  display: flex;
  flex-direction: column;
}

.page-pricing .pricing-page-plan-copy {
  max-width: 260px;
}

.page-pricing .pricing-page-plan-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.page-pricing .pricing-page-plan-pill {
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(34, 211, 238, 0.18);
  background: rgba(34, 211, 238, 0.08);
  color: #c9fbff;
  font-family: var(--mono-display);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-pricing .pricing-page-plan-pill-muted {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-dim);
}

.page-pricing .pricing-page-plan-note {
  min-height: 22px;
  margin-top: 14px;
  color: var(--text-dim) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.page-pricing .pricing-page-plan-cta {
  width: 100%;
  justify-content: center;
  margin-top: 24px;
}

.page-pricing .pricing-page-comparison-section .section-heading h2 {
  max-width: 14ch;
}

.page-pricing .pricing-page-comparison-shell {
  margin-top: 34px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(14, 16, 21, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 48px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.page-pricing .pricing-page-comparison-wrap {
  overflow-x: auto;
}

.page-pricing .pricing-page-comparison-table {
  width: 100%;
  min-width: 1020px;
  border-collapse: collapse;
}

.page-pricing .pricing-page-comparison-table thead th {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-dim);
  font-family: var(--mono-display);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  vertical-align: bottom;
}

.page-pricing .pricing-page-comparison-table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 240px;
  text-align: left;
  background: #16181f;
}

.page-pricing .pricing-page-comparison-plan {
  display: grid;
  gap: 4px;
  justify-items: center;
}

.page-pricing .pricing-page-comparison-plan strong {
  color: rgba(255, 255, 255, 0.96);
  font-family: var(--display-stack);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: none;
}

.page-pricing .pricing-page-comparison-plan span {
  color: var(--text-dim);
}

.page-pricing .pricing-page-comparison-table tbody th,
.page-pricing .pricing-page-comparison-table tbody td {
  padding: 14px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 15px;
  line-height: 1.5;
}

.page-pricing .pricing-page-comparison-table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 240px;
  background: #17191f;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 600;
  text-align: left;
}

.page-pricing .pricing-page-comparison-table tbody td {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.page-pricing .pricing-page-comparison-table tbody tr:nth-child(even) td,
.page-pricing .pricing-page-comparison-table tbody tr:nth-child(even) th {
  background-color: rgba(255, 255, 255, 0.014);
}

.page-pricing .pricing-page-comparison-table tbody td.is-check {
  color: rgba(255, 255, 255, 0.9);
}

.page-pricing .pricing-page-comparison-table tbody td.is-muted {
  color: rgba(148, 163, 184, 0.72);
}

.page-pricing .pricing-page-pack-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.page-pricing .pricing-page-pack-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.page-pricing .pricing-page-pack-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.page-pricing .pricing-page-pack-top strong {
  font-size: 42px;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.page-pricing .pricing-page-pack-card h3 {
  max-width: 13ch;
}

.page-pricing .pricing-page-pack-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--text-dim);
  font-family: var(--mono-display);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-pricing .pricing-page-faq-grid {
  margin-top: 34px;
}

.page-pricing .pricing-page-faq-grid a {
  color: var(--accent-cool);
}

.page-compare .hero-network-backdrop {
  opacity: 0.54;
}

.page-compare .hero {
  padding: 78px 0 72px;
}

.page-compare .hero-stack {
  gap: 0;
}

.page-compare .hero-copy-block {
  max-width: 1140px;
}

.page-compare .hero-title {
  margin: 18px 0 14px;
  max-width: 1120px;
  font-family: var(--mono-display);
  font-size: clamp(40px, 5.4vw, 66px);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.page-compare .hero-title span {
  display: block;
  white-space: normal;
}

.page-compare .hero-title span:last-child {
  color: var(--text-soft);
}

.page-compare .hero-subcopy {
  max-width: 940px;
  font-size: clamp(18px, 1.95vw, 21px);
  line-height: 1.66;
}

.page-compare .hero-cta-row {
  margin-top: 28px;
}

.page-compare .hero + .compare-proof-section {
  padding-top: 56px;
}

.page-compare .section-heading h2 {
  max-width: 16ch;
}

.page-compare .section-heading p {
  max-width: 860px;
}

.page-compare .compare-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.page-compare .compare-proof-card {
  min-height: 156px;
  display: flex;
  flex-direction: column;
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 35%),
    var(--bg-elevated);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.2);
}

.page-compare .compare-proof-card.is-highlighted {
  border-color: rgba(34, 211, 238, 0.18);
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.08), transparent 34%),
    radial-gradient(circle at bottom left, rgba(249, 115, 22, 0.06), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 35%),
    var(--bg-elevated);
}

.page-compare .compare-proof-label {
  display: block;
  min-height: 2.9em;
  color: var(--text-dim);
  font-family: var(--mono-display);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-compare .compare-proof-value {
  display: block;
  margin-top: auto;
  padding-top: 16px;
  color: rgba(255, 255, 255, 0.97);
  font-size: clamp(32px, 3.1vw, 46px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.page-compare .compare-points-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.page-compare .compare-point-card {
  height: 100%;
  padding: 26px;
  min-height: 0;
}

.page-compare .compare-point-card h3 {
  max-width: none;
  min-height: 0;
}

.page-compare .compare-point-card p {
  max-width: none;
  font-size: 16px;
}

.page-compare .compare-point-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
}

.page-compare .compare-point-index {
  color: rgba(255, 255, 255, 0.96);
  font-family: var(--mono-display);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-compare .compare-point-card-noxscan:hover {
  border-color: rgba(34, 211, 238, 0.2);
}

.page-compare .compare-point-card-noxscan .feature-score {
  border-color: rgba(34, 211, 238, 0.18);
  background: rgba(34, 211, 238, 0.08);
  color: #d3fbff;
}

.page-compare .compare-point-card-competitor:hover {
  border-color: rgba(148, 163, 184, 0.18);
}

.page-compare .compare-point-card-competitor .feature-score {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-dim);
}

.page-compare .compare-scenarios-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.page-compare .compare-scenario-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.page-compare .compare-scenario-card h3 {
  max-width: none;
}

.page-compare .compare-scenario-stack {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-compare .compare-scenario-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--text-soft);
  font-size: 14px;
}

.page-compare .compare-scenario-row strong {
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--mono-display);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-compare .compare-scenario-row.is-competitor {
  color: var(--text-dim);
}

.page-compare .compare-scenario-meta {
  margin-top: 18px;
}

.page-compare .compare-scenario-meta span {
  color: #d9ffef;
  border-color: rgba(52, 211, 153, 0.18);
  background: rgba(52, 211, 153, 0.1);
}

.page-compare .compare-callout {
  margin-top: 24px;
  padding: 24px 28px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 40%),
    rgba(16, 18, 24, 0.92);
}

.page-compare .compare-callout p {
  margin: 0;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.72;
}

.page-compare .pricing-bottom-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.page-compare .compare-matrix-shell {
  margin-top: 34px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(14, 16, 21, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 48px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.page-compare .compare-matrix-wrap {
  overflow-x: auto;
}

.page-compare .compare-matrix-table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
}

.page-compare .compare-matrix-table thead th {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-dim);
  font-family: var(--mono-display);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: left;
  vertical-align: bottom;
}

.page-compare .compare-matrix-table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 240px;
  background: #16181f;
}

.page-compare .compare-matrix-plan {
  display: grid;
  gap: 4px;
}

.page-compare .compare-matrix-plan strong {
  color: rgba(255, 255, 255, 0.96);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: none;
}

.page-compare .compare-matrix-plan span {
  color: var(--text-dim);
}

.page-compare .compare-matrix-table tbody th,
.page-compare .compare-matrix-table tbody td {
  padding: 15px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: top;
}

.page-compare .compare-matrix-table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 240px;
  background: #17191f;
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  text-align: left;
}

.page-compare .compare-matrix-table tbody td {
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.65;
}

.page-compare .compare-matrix-table tbody tr:nth-child(even) th,
.page-compare .compare-matrix-table tbody tr:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0.014);
}

.page-compare .compare-matrix-group td {
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.022);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-compare .compare-matrix-group span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.95);
  font-family: var(--mono-display);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-compare .compare-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-compare .compare-cell span {
  color: var(--text-soft);
}

.page-compare .compare-cell span.is-strong {
  color: rgba(255, 255, 255, 0.96);
}

.page-compare .compare-status {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: var(--mono-display);
  font-size: 11px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
}

.page-compare .compare-status-check {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
}

.page-compare .compare-status-cross {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
}

.page-compare .compare-status-partial {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
}

.page-compare .compare-winner-cell {
  white-space: nowrap;
}

.page-compare .compare-winner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-family: var(--mono-display);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.86);
}

.page-compare .compare-winner-noxscan {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.86);
}

.page-compare .compare-winner-competitor {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.86);
}

.page-compare .compare-winner-none {
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.76);
}

.page-compare .compare-migration-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-compare .compare-migration-grid .workflow-card {
  min-height: 250px;
}

.page-compare .compare-faq-section > .mx-auto {
  max-width: 1240px;
}

.page-compare .compare-faq-section .section-heading {
  max-width: 760px;
  margin-inline: 0;
  text-align: left;
}

.page-compare .compare-faq-list {
  display: grid;
  gap: 14px;
}

.page-compare .compare-faq-item {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 36%),
    rgba(15, 17, 22, 0.86);
  overflow: hidden;
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.page-compare .compare-faq-item.is-open {
  border-color: rgba(34, 211, 238, 0.16);
}

.page-compare .compare-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.page-compare .compare-faq-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-soft);
  font-family: var(--mono-display);
  font-size: 16px;
}

.page-compare .compare-faq-answer {
  overflow: hidden;
  transition:
    max-height 220ms ease,
    opacity 220ms ease;
}

.page-compare .compare-faq-answer p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.72;
  white-space: pre-line;
}

@media (max-width: 1160px) {
  .page-home .gap-panel {
    grid-template-columns: 1fr;
  }

  .page-home .workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .feature-grid,
  .page-home .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-pricing .pricing-page-core-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-pricing .pricing-page-comparison-table {
    min-width: 960px;
  }

  .page-pricing .pricing-page-pack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-startups .compare-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-about.page-startups .usecase-journey-grid {
    grid-template-columns: repeat(2, minmax(240px, 240px));
  }

  .page-about .about-compare-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-startups .usecase-challenge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-startups .usecase-journey-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-startups .usecase-journey-grid::before {
    left: 72px;
    right: 72px;
  }

  .page-article .article-guide-highlights,
  .page-article .pitfall-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-article .article-guide-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .page-article .article-guide-rail {
    position: static;
    top: auto;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
    gap: 16px;
  }

  .page-compare .compare-proof-grid,
  .page-compare .compare-points-grid,
  .page-compare .compare-scenarios-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-compare .compare-migration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .page-home .hero-title span {
    white-space: normal;
  }

  .page-features .feature-story-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .gap-bars,
  .page-home .workflow-grid,
  .page-home .feature-grid,
  .page-home .pricing-grid {
    grid-template-columns: 1fr;
  }

  .page-pricing .pricing-page-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-pricing .pricing-page-plan-card.plan-span-third,
  .page-pricing .pricing-page-plan-card.plan-span-half {
    grid-column: span 1;
  }

  .page-article .article-guide-highlights,
  .page-article .guide-steps-grid,
  .page-article .pitfall-cards-grid,
  .page-article .article-guide-rail {
    grid-template-columns: 1fr;
  }

  .page-startups .compare-proof-grid {
    grid-template-columns: 1fr;
  }

  .page-startups .usecase-challenge-grid,
  .page-startups .usecase-cards-grid,
  .page-startups .pricing-grid {
    grid-template-columns: 1fr;
  }

  .page-startups .usecase-journey-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .page-about.page-startups .usecase-journey-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 420px;
    gap: 18px;
  }

  .page-startups .usecase-journey-grid::before {
    display: none;
  }

  .page-about.page-startups .usecase-journey-grid::before {
    display: none;
  }

  .page-startups .usecase-journey-step {
    padding: 0;
  }

  .page-about.page-startups .usecase-journey-step {
    padding: 0;
  }

  .page-startups .usecase-journey-step h3,
  .page-startups .usecase-journey-step p {
    max-width: none;
  }

  .page-about.page-startups .usecase-journey-step h3,
  .page-about.page-startups .usecase-journey-step p {
    max-width: none;
  }

  .page-startups .usecase-strip-shell {
    overflow-x: auto;
  }

  .page-startups .usecase-strip-grid {
    min-width: 760px;
  }

  .page-posts .posts-grid {
    grid-template-columns: 1fr;
  }

  .page-posts .posts-intro {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .page-compare .compare-proof-grid,
  .page-compare .compare-points-grid,
  .page-compare .compare-scenarios-grid,
  .page-compare .compare-migration-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .page-home .hero {
    padding: 56px 0 8px;
  }

  .page-features .hero {
    padding: 58px 0 26px;
  }

  .page-pricing .hero {
    padding: 58px 0 44px;
  }

  .page-compare .hero {
    padding: 58px 0 56px;
  }

  .page-startups .hero {
    padding: 58px 0 44px;
  }

  .page-about .hero {
    padding: 58px 0 46px;
  }

  .page-article .hero {
    padding: 58px 0 26px;
  }

  .page-article .article-post-shell {
    padding: 28px 0 64px;
  }

  .page-pricing .hero + .pricing-page-included {
    padding-top: 72px;
  }

  .page-compare .hero + .compare-proof-section {
    padding-top: 56px;
  }

  .page-home .hero-stack {
    gap: 28px;
  }

  .page-home .hero-title {
    font-size: clamp(34px, 12vw, 52px);
    line-height: 0.94;
  }

  .page-features .hero-title {
    max-width: 100%;
    font-size: clamp(34px, 12vw, 52px);
  }

  .page-pricing .hero-title {
    max-width: 100%;
    font-size: clamp(34px, 12vw, 52px);
  }

  .page-compare .hero-title {
    max-width: 100%;
    font-size: clamp(34px, 12vw, 52px);
  }

  .page-startups .hero-title {
    max-width: 100%;
    font-size: clamp(34px, 12vw, 52px);
  }

  .page-about .hero-title {
    max-width: 100%;
    font-size: clamp(34px, 12vw, 52px);
  }

  .page-about .hero-title span:first-child {
    white-space: normal;
  }

  .page-article .hero-title {
    max-width: 100%;
    font-size: clamp(34px, 12vw, 52px);
  }

  .page-article .article-post-title {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.12;
  }

  .page-posts .posts-index-shell {
    padding-top: 56px;
  }

  .page-posts .posts-intro-copy h1 {
    max-width: 100%;
    font-size: clamp(34px, 12vw, 52px);
  }

  .page-home .hero-subcopy,
  .page-home .section-heading p,
  .page-home .gap-copy-richtext,
  .page-home .gap-copy p,
  .page-home .cta-panel p {
    font-size: 16px;
  }

  .page-home .hero-stage-shell {
    border-radius: 20px;
  }

  .page-posts .post-index-card-body,
  .page-article .post-index-card-body {
    padding: 22px 20px 24px;
  }

  .page-posts .post-index-card-media,
  .page-article .post-index-card-media {
    min-height: 224px;
  }

  .page-article .article-related-grid:not(.has-multiple) .post-index-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-features .section {
    padding: 58px 0;
  }

  .page-pricing .section {
    padding: 58px 0;
  }

  .page-compare .section {
    padding: 58px 0;
  }

  .page-startups .section {
    padding: 58px 0;
  }

  .page-about .section {
    padding: 58px 0;
  }

  .page-article .article-guide-shell {
    padding: 30px 0 64px;
  }

  .page-article .article-post-summary {
    font-size: 16px;
    line-height: 1.72;
  }

  .page-article .article-related-grid.has-multiple {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-features .hero + .feature-story-section,
  .page-features .feature-story-section:first-of-type {
    padding-top: 84px;
  }

  .page-features .section-heading h2 {
    max-width: 100%;
    font-size: clamp(30px, 8vw, 42px);
  }

  .page-pricing .section-heading h2 {
    max-width: 100%;
    font-size: clamp(30px, 8vw, 42px);
  }

  .page-compare .section-heading h2 {
    max-width: 100%;
    font-size: clamp(30px, 8vw, 42px);
  }

  .page-startups .section-heading h2 {
    max-width: 100%;
    font-size: clamp(30px, 8vw, 42px);
  }

  .page-about .section-heading h2 {
    max-width: 100%;
    font-size: clamp(30px, 8vw, 42px);
  }

  .page-article .article-richtext h2,
  .page-article .article-block-heading h3 {
    max-width: 100%;
    font-size: clamp(30px, 8vw, 42px);
  }

  .page-features .section-heading p,
  .page-features .feature-story-card p {
    font-size: 16px;
    line-height: 1.7;
  }

  .page-pricing .section-heading p,
  .page-pricing .pricing-card p {
    font-size: 16px;
    line-height: 1.7;
  }

  .page-compare .section-heading p,
  .page-compare .compare-point-card p,
  .page-compare .compare-callout p,
  .page-compare .compare-faq-answer p {
    font-size: 16px;
    line-height: 1.7;
  }

  .page-startups .section-heading p,
  .page-startups .feature-card p,
  .page-startups .workflow-card p,
  .page-startups .pricing-card p {
    font-size: 16px;
    line-height: 1.7;
  }

  .page-article .hero-subcopy,
  .page-article .article-richtext > p,
  .page-article .article-block-heading p,
  .page-article .guide-steps-card p,
  .page-article .pitfall-card p {
    font-size: 16px;
    line-height: 1.72;
  }

  .page-features .feature-story-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page-article .article-guide-highlight-card,
  .page-article .guide-steps-card,
  .page-article .pitfall-card {
    padding: 20px;
  }

  .page-article .article-hero-meta {
    gap: 10px;
  }

  .page-pricing .pricing-page-core-grid,
  .page-pricing .pricing-page-pack-grid,
  .page-pricing .pricing-page-faq-grid,
  .page-pricing .pricing-page-plan-grid {
    grid-template-columns: 1fr;
  }

  .page-pricing .pricing-page-core-card {
    min-height: 0;
    padding: 22px;
  }

  .page-startups .compare-proof-card {
    min-height: 0;
    padding: 20px 22px;
  }

  .page-startups .usecase-challenge-card,
  .page-startups .usecase-card {
    padding: 20px 22px;
  }

  .page-startups .usecase-journey-step-number {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 15px;
  }

  .page-startups .usecase-strip-shell {
    border-radius: 22px;
  }

  .page-pricing .pricing-page-core-card p {
    max-width: none;
    font-size: 16px;
  }

  .page-pricing .pricing-page-comparison-shell {
    border-radius: 22px;
  }

  .page-pricing .pricing-page-comparison-table {
    min-width: 860px;
  }

  .page-compare .compare-matrix-shell {
    border-radius: 22px;
  }

  .page-compare .compare-matrix-table {
    min-width: 900px;
  }

  .page-compare .compare-matrix-table thead th,
  .page-compare .compare-matrix-table tbody th,
  .page-compare .compare-matrix-table tbody td {
    padding: 12px 14px;
  }

  .page-compare .compare-matrix-table thead th:first-child,
  .page-compare .compare-matrix-table tbody th {
    min-width: 220px;
  }

  .page-pricing .pricing-page-comparison-table thead th,
  .page-pricing .pricing-page-comparison-table tbody th,
  .page-pricing .pricing-page-comparison-table tbody td {
    padding: 12px 14px;
    font-size: 14px;
  }

  .page-pricing .pricing-page-comparison-table thead th:first-child,
  .page-pricing .pricing-page-comparison-table tbody th {
    min-width: 210px;
  }

  .page-pricing .pricing-page-plans-top {
    flex-direction: column;
    align-items: stretch;
  }

  .page-pricing .pricing-page-plan-card.plan-span-third,
  .page-pricing .pricing-page-plan-card.plan-span-half {
    grid-column: auto;
  }

  .page-pricing .pricing-page-toggle {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .page-pricing .pricing-page-toggle button {
    width: 100%;
    justify-content: center;
  }

  .page-compare .compare-faq-trigger {
    padding: 18px 18px;
    font-size: 16px;
  }

  .page-compare .compare-faq-answer p {
    padding: 0 18px 18px;
  }

  .page-features .feature-story-showcase {
    --mockup-height: 500px;
    margin-top: 28px;
  }

  .page-home .hero-real-mockup {
    border-radius: 16px;
  }

  .page-home .gap-stats {
    grid-template-columns: 1fr;
  }

  .page-home .gap-panel,
  .page-home .cta-panel,
  .page-home .workflow-card,
  .page-home .feature-card,
  .page-home .pricing-card {
    padding: 18px;
  }

  .page-pricing .pricing-page-plan-top {
    min-height: 0;
  }

  .page-pricing .pricing-page-plan-copy,
  .page-pricing .pricing-page-plan-copy p,
  .page-pricing .pricing-page-pack-card h3 {
    max-width: none;
    min-height: 0;
  }

  .page-home .pricing-badge {
    top: -16px;
    padding: 8px 12px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .page-home .marketing-reveal,
  .page-home .hero-network-backdrop::before,
  .page-home .hero-network-region,
  .page-home .hero-network-route::before,
  .page-home .hero-network-node,
  .page-home .hero-network-node::after,
  .page-home .hero-circuit-line::after,
  .page-home .hero-circuit-node::before {
    animation: none !important;
  }
}

@keyframes page-home-rise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes page-home-grid-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-18px, 10px, 0);
  }
}

@keyframes page-home-region-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--rot, 0deg));
    opacity: 0.3;
  }
  50% {
    transform: translate3d(0, -10px, 0) rotate(calc(var(--rot, 0deg) + 2deg));
    opacity: 0.46;
  }
}

@keyframes page-home-network-sweep {
  0% {
    transform: translateX(-34%);
    opacity: 0;
  }
  10% {
    opacity: 0.9;
  }
  100% {
    transform: translateX(420%);
    opacity: 0;
  }
}

@keyframes page-home-node-blink {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.22);
    opacity: 1;
  }
}

@keyframes page-home-line-signal {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  100% {
    transform: translateX(560%);
    opacity: 0;
  }
}

@keyframes page-home-ring-pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}

@keyframes page-home-spark-float {
  0%,
  100% {
    transform: scale(0.9);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.16);
    opacity: 1;
  }
}

/* ============================================
   NoxScan – Ghost Card Overrides (Dark Theme)
   ============================================ */

/* Override Ghost's default card styles for dark theme */

.kg-image-card,
.kg-gallery-card,
.kg-bookmark-card,
.kg-callout-card,
.kg-toggle-card,
.kg-header-card {
  margin-top: 2em;
  margin-bottom: 2em;
}

.kg-bookmark-card {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  background: var(--bg-elevated);
}

.kg-bookmark-content {
  padding: 20px;
}

.kg-bookmark-title {
  color: #fff;
}

.kg-bookmark-description {
  color: var(--text-soft);
}

.kg-bookmark-metadata {
  color: var(--text-dim);
}

.kg-callout-card {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
}

.kg-toggle-card {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  background: var(--bg-elevated);
}

.kg-toggle-heading {
  color: #fff;
}

.kg-toggle-content {
  color: var(--text-soft);
}

blockquote {
  border-left: 3px solid var(--accent);
  padding-left: 20px;
  color: var(--text-soft);
  font-style: italic;
}

.kg-blockquote-alt {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 24px;
  background: rgba(255,255,255,0.02);
  color: var(--text-soft);
  font-style: italic;
  text-align: center;
}

/* Image card responsive widths */

.kg-width-wide {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.kg-width-full {
  max-width: none;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Gallery dark styling */

.kg-gallery-image img {
  border-radius: 12px;
}

.dark\:prose-invert:where([data-theme="dark"], [data-theme="dark"] *) {
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-kbd: var(--tw-prose-invert-kbd);
  --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}

.first\:border-t-0:first-child {
  border-top-width: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.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\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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-amber-500\/30:hover {
  border-color: rgb(245 158 11 / 0.3);
}

.hover\:border-blue-500\/30:hover {
  border-color: rgb(59 130 246 / 0.3);
}

.hover\:border-blue-500\/50:hover {
  border-color: rgb(59 130 246 / 0.5);
}

.hover\:border-cyan-500\/20:hover {
  border-color: rgb(6 182 212 / 0.2);
}

.hover\:border-cyan-500\/30:hover {
  border-color: rgb(6 182 212 / 0.3);
}

.hover\:border-cyan-500\/40:hover {
  border-color: rgb(6 182 212 / 0.4);
}

.hover\:border-emerald-500\/30:hover {
  border-color: rgb(16 185 129 / 0.3);
}

.hover\:border-orange-500\/40:hover {
  border-color: rgb(249 115 22 / 0.4);
}

.hover\:border-purple-500\/40:hover {
  border-color: rgb(168 85 247 / 0.4);
}

.hover\:border-red-500\/30:hover {
  border-color: rgb(239 68 68 / 0.3);
}

.hover\:border-rose-500\/30:hover {
  border-color: rgb(244 63 94 / 0.3);
}

.hover\:border-violet-500\/30:hover {
  border-color: rgb(139 92 246 / 0.3);
}

.hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-\[\#171B22\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 27 34 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#1A1C21\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 28 33 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-500\/20:hover {
  background-color: rgb(59 130 246 / 0.2);
}

.hover\:bg-cyan-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-500\/10:hover {
  background-color: rgb(6 182 212 / 0.1);
}

.hover\:bg-cyan-500\/20:hover {
  background-color: rgb(6 182 212 / 0.2);
}

.hover\:bg-rose-500\/10:hover {
  background-color: rgb(244 63 94 / 0.1);
}

.hover\:bg-rose-500\/20:hover {
  background-color: rgb(244 63 94 / 0.2);
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:bg-white\/\[0\.02\]:hover {
  background-color: rgb(255 255 255 / 0.02);
}

.hover\:bg-white\/\[0\.04\]:hover {
  background-color: rgb(255 255 255 / 0.04);
}

.hover\:bg-white\/\[0\.06\]:hover {
  background-color: rgb(255 255 255 / 0.06);
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-400:hover {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / 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-400:hover {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-500:hover {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / 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-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.hover\:shadow-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]:hover {
  --tw-shadow: 0 10px 30px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0_12px_28px_rgba\(0\2c 0\2c 0\2c 0\.38\)\]:hover {
  --tw-shadow: 0 12px 28px rgba(0,0,0,0.38);
  --tw-shadow-colored: 0 12px 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);
}

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

.focus\:ring-0:focus {
  --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(0px + 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\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-0: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(0px + 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);
}

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

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

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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-indigo-500\/30 {
  border-color: rgb(99 102 241 / 0.3);
}

.group:hover .group-hover\:bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2);
}

.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-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-10 {
  opacity: 0.1;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:block {
  display: block;
}

.has-\[\:checked\]\:border-cyan-500:has(:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}

.has-\[\:checked\]\:bg-cyan-500:has(:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }

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

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

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

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

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

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

  .sm\:border-b-0 {
    border-bottom-width: 0px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

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

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

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

@media (min-width: 768px) {

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:hidden {
    display: none;
  }

  .md\:w-\[25\%\] {
    width: 25%;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

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

  .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-\[1\.4fr_repeat\(4\2c minmax\(0\2c 1fr\)\)\] {
    grid-template-columns: 1.4fr repeat(4,minmax(0,1fr));
  }

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {

  .xl\:w-96 {
    width: 24rem;
  }

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

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

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

  .xl\:grid-cols-\[minmax\(0\2c 1\.24fr\)_minmax\(0\2c 0\.76fr\)\] {
    grid-template-columns: minmax(0,1.24fr) minmax(0,0.76fr);
  }

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

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

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

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

  .xl\:text-\[40px\] {
    font-size: 40px;
  }
}
