*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: JetBrains Mono, ui-monospace, SFMono-Regular, monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root,
  :root[data-palette='blue'] {
  --color-brand: #4285F4;
  --brand-rgb: 66 133 244;
  --brand-light-rgb: 118 167 250;
  --brand-dark-rgb: 42 86 198;
}

:root[data-palette='indigo'] {
  --color-brand: #5B6CFF;
  --brand-rgb: 91 108 255;
  --brand-light-rgb: 138 150 255;
  --brand-dark-rgb: 57 71 196;
}

:root[data-palette='cyan'] {
  --color-brand: #0EA5C6;
  --brand-rgb: 14 165 198;
  --brand-light-rgb: 99 203 226;
  --brand-dark-rgb: 11 120 150;
}

:root[data-palette='emerald'] {
  --color-brand: #0F9F79;
  --brand-rgb: 15 159 121;
  --brand-light-rgb: 87 198 162;
  --brand-dark-rgb: 11 118 90;
}

:root[data-palette='violet'] {
  --color-brand: #7C5CFF;
  --brand-rgb: 124 92 255;
  --brand-light-rgb: 166 146 255;
  --brand-dark-rgb: 90 63 200;
}

:root[data-palette='amber'] {
  --color-brand: #D7901A;
  --brand-rgb: 215 144 26;
  --brand-light-rgb: 240 182 85;
  --brand-dark-rgb: 158 104 20;
}

:root,
  :root[data-theme='dark'] {
  --color-bg-primary: #060B16;
  --color-bg-secondary: #0C1528;
  --color-bg-elevated: rgba(12, 21, 40, 0.88);
  --color-text-primary: #F9FBFF;
  --color-text-secondary: #D7E2F1;
  --color-text-muted: #94A4BD;
  --color-border-default: rgba(160, 190, 255, 0.14);
  --color-border-subtle: rgba(160, 190, 255, 0.08);
  --page-background:
      radial-gradient(circle at top, rgb(var(--brand-rgb) / 0.18), transparent 32%),
      radial-gradient(circle at 84% 18%, rgb(var(--brand-light-rgb) / 0.1), transparent 24%),
      linear-gradient(180deg, #07101d 0%, #060b16 46%, #050912 100%);
  --hero-atmosphere: radial-gradient(circle at top, rgb(var(--brand-rgb) / 0.18), transparent 60%);
  --home-hero-atmosphere: radial-gradient(circle at top, rgb(var(--brand-rgb) / 0.28), transparent 56%);
  --footer-atmosphere: radial-gradient(circle at top, rgb(var(--brand-rgb) / 0.14), transparent 62%);
  --surface-band-background:
      radial-gradient(circle at top left, rgb(var(--brand-light-rgb) / 0.08), transparent 32%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0) 72%);
  --surface-band-top-line: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  --surface-grid-line: rgba(255, 255, 255, 0.04);
  --surface-grid-mask: linear-gradient(180deg, rgba(255, 255, 255, 0.6), transparent 90%);
  --glass-background: rgba(9, 16, 29, 0.8);
  --glass-background-strong: rgba(7, 14, 25, 0.92);
  --glass-border: rgba(255, 255, 255, 0.1);
  --glass-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  --button-secondary-background: rgba(255, 255, 255, 0.03);
  --button-secondary-border: rgba(160, 190, 255, 0.18);
  --topic-pill-background: rgba(255, 255, 255, 0.02);
  --icon-button-background: rgba(255, 255, 255, 0.08);
  --input-border: rgba(255, 255, 255, 0.14);
  --image-overlay: linear-gradient(to top, rgba(6, 11, 22, 0.92), rgba(6, 11, 22, 0.16), rgba(6, 11, 22, 0.1));
  --brand-link-color: rgb(var(--brand-light-rgb));
}

:root[data-theme='light'] {
  --color-bg-primary: #F4F7FC;
  --color-bg-secondary: #E9EFF8;
  --color-bg-elevated: rgba(255, 255, 255, 0.88);
  --color-text-primary: #0F1B2E;
  --color-text-secondary: #2F415C;
  --color-text-muted: #62748D;
  --color-border-default: rgba(44, 76, 121, 0.16);
  --color-border-subtle: rgba(44, 76, 121, 0.1);
  --page-background:
      radial-gradient(circle at top, rgb(var(--brand-rgb) / 0.12), transparent 34%),
      radial-gradient(circle at 82% 18%, rgb(var(--brand-light-rgb) / 0.12), transparent 24%),
      linear-gradient(180deg, #fbfdff 0%, #f4f7fc 42%, #edf2fa 100%);
  --hero-atmosphere: radial-gradient(circle at top, rgb(var(--brand-rgb) / 0.12), transparent 60%);
  --home-hero-atmosphere: radial-gradient(circle at top, rgb(var(--brand-rgb) / 0.18), transparent 56%);
  --footer-atmosphere: radial-gradient(circle at top, rgb(var(--brand-rgb) / 0.09), transparent 62%);
  --surface-band-background:
      radial-gradient(circle at top left, rgb(var(--brand-rgb) / 0.08), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.38) 72%);
  --surface-band-top-line: linear-gradient(90deg, transparent, rgb(var(--brand-dark-rgb) / 0.16), transparent);
  --surface-grid-line: rgba(22, 39, 71, 0.06);
  --surface-grid-mask: linear-gradient(180deg, rgba(22, 39, 71, 0.38), transparent 90%);
  --glass-background: rgba(255, 255, 255, 0.82);
  --glass-background-strong: rgba(248, 251, 255, 0.96);
  --glass-border: rgba(44, 76, 121, 0.12);
  --glass-shadow: 0 18px 48px rgba(31, 56, 95, 0.12);
  --button-secondary-background: rgba(255, 255, 255, 0.74);
  --button-secondary-border: rgba(44, 76, 121, 0.16);
  --topic-pill-background: rgba(255, 255, 255, 0.72);
  --icon-button-background: rgba(255, 255, 255, 0.84);
  --input-border: rgba(44, 76, 121, 0.18);
  --image-overlay: linear-gradient(to top, rgba(244, 247, 252, 0.94), rgba(244, 247, 252, 0.24), rgba(244, 247, 252, 0.12));
  --brand-link-color: rgb(var(--brand-dark-rgb));
}

html {
  scroll-behavior: smooth;
  background: var(--color-bg-primary);
}

body {
  min-height: 100vh;
  background: var(--page-background);
  color: var(--color-text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: rgb(var(--brand-rgb) / 0.3);
  color: white;
}

::selection {
  background: rgb(var(--brand-rgb) / 0.3);
  color: white;
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--color-text-primary);
}

.page-shell {
  position: relative;
  overflow: clip;
}

.app-frame {
  width: 100%;
  margin-inline: auto;
  max-width: 1540px;
  padding-inline: 0.875rem;
}

@media (min-width: 640px) {
  .app-frame {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .app-frame {
    padding-inline: 2rem;
  }
}

.section-shell {
  position: relative;
}

.hero-atmosphere,
  .home-hero-atmosphere,
  .footer-atmosphere {
  background: var(--hero-atmosphere);
}

.home-hero-atmosphere {
  background: var(--home-hero-atmosphere);
}

.footer-atmosphere {
  background: var(--footer-atmosphere);
}

.section-band {
  position: relative;
  border-top: 1px solid var(--color-border-default);
  border-bottom: 1px solid var(--color-border-subtle);
  background: var(--surface-band-background);
}

.section-band::before {
  content: '';
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: var(--surface-band-top-line);
}

.band-pad {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .band-pad {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .band-pad {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.surface-grid::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
      linear-gradient(var(--surface-grid-line) 1px, transparent 1px),
      linear-gradient(90deg, var(--surface-grid-line) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: var(--surface-grid-mask);
          mask-image: var(--surface-grid-mask);
  opacity: 0.18;
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  color: var(--color-brand);
}

.eyebrow::after {
  content: '';
  width: 3.5rem;
  height: 1px;
  background: linear-gradient(90deg, rgb(var(--brand-light-rgb) / 0.65), rgb(var(--brand-light-rgb) / 0));
}

.hero-title {
  font-family: var(--font-display);
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: var(--color-text-primary);
}

@media (min-width: 640px) {
  .hero-title {
    font-size: 4.15rem;
  }
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 4.9rem;
  }
}

.lead-copy {
  font-size: 1.05rem;
  line-height: 2rem;
  color: var(--color-text-secondary);
}

@media (min-width: 640px) {
  .lead-copy {
    font-size: 1.14rem;
    line-height: 2.25rem;
  }
}

.navbar-shell {
  border: 1px solid var(--glass-border);
  background: var(--glass-background);
  backdrop-filter: blur(18px);
  box-shadow: var(--glass-shadow);
}

.theme-icon-button {
  border: 1px solid var(--color-border-default);
  background: var(--icon-button-background);
  color: var(--color-text-secondary);
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.theme-icon-button:hover {
  border-color: rgb(var(--brand-rgb) / 0.24);
  color: var(--color-text-primary);
  transform: translateY(-1px);
}

.palette-popover {
  border: 1px solid var(--glass-border);
  background: var(--glass-background-strong);
  backdrop-filter: blur(18px);
  box-shadow: var(--glass-shadow);
}

.palette-option {
  border: 1px solid transparent;
  background: transparent;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.palette-option:hover {
  border-color: var(--color-border-default);
  background: linear-gradient(180deg, rgb(var(--brand-light-rgb) / 0.12), rgb(var(--brand-rgb) / 0.08));
  transform: translateY(-1px);
}

.palette-option-active {
  border-color: rgb(var(--brand-rgb) / 0.26);
  background: linear-gradient(180deg, rgb(var(--brand-light-rgb) / 0.18), rgb(var(--brand-rgb) / 0.12));
}

.palette-swatch {
  box-shadow: 0 0 0 1px var(--color-border-subtle), 0 12px 24px rgb(var(--brand-rgb) / 0.16);
}

.topic-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-text-secondary);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-color: var(--color-border-default);
  background: var(--topic-pill-background);
}

.topic-pill:hover {
  border-color: rgb(var(--brand-rgb) / 0.28);
  color: var(--color-text-primary);
}

.editorial-item {
  border-top: 1px solid var(--color-border-subtle);
  padding-top: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.interactive-card {
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.interactive-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgb(var(--brand-rgb) / 0.14);
}

.field-input {
  border-bottom: 1px solid var(--input-border);
  width: 100%;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--color-text-primary);
  outline: 2px solid transparent;
  outline-offset: 2px;
  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;
}

.field-input::-moz-placeholder {
  color: var(--color-text-muted);
}

.field-input::placeholder {
  color: var(--color-text-muted);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background: linear-gradient(135deg, rgb(var(--brand-light-rgb)) 0%, rgb(var(--brand-rgb)) 34%, rgb(var(--brand-dark-rgb)) 72%, rgb(var(--brand-dark-rgb)) 100%);
  box-shadow: 0 20px 44px rgb(var(--brand-rgb) / 0.26);
}

.btn-primary:hover,
  .btn-secondary:hover {
  transform: translateY(-2px);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--color-text-primary);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  border: 1px solid var(--button-secondary-border);
  background: var(--button-secondary-background);
  backdrop-filter: blur(14px);
}

.brand-link {
  color: var(--brand-link-color);
  transition: color 0.25s ease, transform 0.25s ease;
}

.brand-link:hover {
  color: rgb(var(--brand-rgb));
}

.arrow-shift {
  transition: transform 0.25s ease;
}

.brand-link:hover .arrow-shift,
  .btn-primary:hover .arrow-shift {
  transform: translateX(4px);
}

.filter-pill,
  .filter-pill-active {
  color: var(--color-text-secondary);
}

.filter-pill {
  border-color: var(--color-border-default);
}

.filter-pill:hover {
  border-color: rgb(var(--brand-rgb) / 0.25);
  color: var(--color-text-primary);
}

.filter-pill-active {
  border-color: rgb(var(--brand-rgb) / 0.36);
  background: linear-gradient(180deg, rgb(var(--brand-light-rgb) / 0.14), rgb(var(--brand-rgb) / 0.08));
  color: var(--color-text-primary);
}

.surface-image-overlay {
  background: var(--image-overlay);
}

.brand-glow-orb-soft {
  background: radial-gradient(circle, rgb(var(--brand-rgb) / 0.22), transparent 72%);
}

.list-divider > * + * {
  border-top: 1px solid var(--color-border-subtle);
  padding-top: 1rem;
  margin-top: 1rem;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

.top-12 {
  top: 3rem;
}

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

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

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

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

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

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

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

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

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

.ml-5 {
  margin-left: 1.25rem;
}

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

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

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}

.aspect-\[16\/11\] {
  aspect-ratio: 16/11;
}

.aspect-\[16\/12\] {
  aspect-ratio: 16/12;
}

.h-10 {
  height: 2.5rem;
}

.h-4 {
  height: 1rem;
}

.h-56 {
  height: 14rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

.h-full {
  height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-4 {
  width: 1rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

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

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

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

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

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

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

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

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

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

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}

.scroll-mt-28 {
  scroll-margin-top: 7rem;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

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

.border-border-subtle {
  border-color: var(--color-border-subtle);
}

.bg-bg-primary {
  background-color: var(--color-bg-primary);
}

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

.p-3 {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-2 {
  padding-left: 0.5rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

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

.pl-8 {
  padding-left: 2rem;
}

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

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

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

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

.pt-8 {
  padding-top: 2rem;
}

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

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

.font-sans {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

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

.text-\[1\.02rem\] {
  font-size: 1.02rem;
}

.text-\[1\.08rem\] {
  font-size: 1.08rem;
}

.text-\[1\.55rem\] {
  font-size: 1.55rem;
}

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

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

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

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

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

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

.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-black {
  font-weight: 900;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[0\.96\] {
  line-height: 0.96;
}

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

.leading-\[1\.04\] {
  line-height: 1.04;
}

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

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

.tracking-\[-0\.055em\] {
  letter-spacing: -0.055em;
}

.tracking-\[-0\.05em\] {
  letter-spacing: -0.05em;
}

.tracking-\[-0\.08em\] {
  letter-spacing: -0.08em;
}

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

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

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

.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}

.text-brand {
  color: var(--color-brand);
}

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

.text-text-muted {
  color: var(--color-text-muted);
}

.text-text-primary {
  color: var(--color-text-primary);
}

.text-text-secondary {
  color: var(--color-text-secondary);
}

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

.opacity-60 {
  opacity: 0.6;
}

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

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.hover\:text-text-primary:hover {
  color: var(--color-text-primary);
}

.group:hover .group-hover\:rotate-\[18deg\] {
  --tw-rotate: 18deg;
  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));
}

@media (min-width: 640px) {
  .sm\:max-w-md {
    max-width: 28rem;
  }

  .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\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

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

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

  .sm\:pt-40 {
    padding-top: 10rem;
  }

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

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

  .sm\:text-\[2\.8rem\] {
    font-size: 2.8rem;
  }

  .sm\:text-\[3rem\] {
    font-size: 3rem;
  }

  .sm\:text-\[4\.25rem\] {
    font-size: 4.25rem;
  }

  .sm\:text-\[4rem\] {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

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

@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

@media (min-width: 1280px) {
  .xl\:sticky {
    position: sticky;
  }

  .xl\:top-28 {
    top: 7rem;
  }

  .xl\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .xl\:grid-cols-\[minmax\(0\2c 0\.92fr\)_minmax\(420px\2c 1\.08fr\)\] {
    grid-template-columns: minmax(0,0.92fr) minmax(420px,1.08fr);
  }

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

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

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

@media (min-width: 1536px) {
  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
