@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500&display=swap");@import url("https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700,900&display=swap");

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.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: Lato, 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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
select:where([multiple]),select:where([size]:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
input:where([type='checkbox']),input:where([type='radio']){
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
input:where([type='checkbox']){
  border-radius: 0px;
}
input:where([type='radio']){
  border-radius: 100%;
}
input:where([type='checkbox']):focus,input:where([type='radio']):focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
input:where([type='checkbox']):checked,input:where([type='radio']):checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
input:where([type='checkbox']):checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  input:where([type='checkbox']):checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
input:where([type='radio']):checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  input:where([type='radio']):checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
input:where([type='checkbox']):indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  input:where([type='checkbox']):indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
input:where([type='file']){
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
input:where([type='file']):focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*{
  scrollbar-color: initial;
  scrollbar-width: initial;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.min-h-\[55vh\]{
  min-height: 55vh;
}
.max-w-7xl{
  max-width: 80rem;
}
.items-center{
  align-items: center;
}
.rounded-2xl{
  border-radius: 1rem;
}
.border{
  border-width: 1px;
}
.border-\[\#17202a\]{
  --tw-border-opacity: 1;
  border-color: rgb(23 32 42 / var(--tw-border-opacity, 1));
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.text-\[\#9ca5b1\]{
  --tw-text-opacity: 1;
  color: rgb(156 165 177 / var(--tw-text-opacity, 1));
}
:root {
  color-scheme: light;
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f2ed;
  color: #2a2825;
}
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: #f5f2ed;
}
body::before {
  display: none;
}
body::after {
  display: none;
}
html.growth-document,
body.growth-document {
  color: #2a2825;
  color-scheme: light;
  background: #f5f2ed;
  font-family: "Satoshi", -apple-system, sans-serif;
  line-height: normal;
}
body.growth-document::before,
body.growth-document::after {
  display: none;
}
#root {
  min-height: 100vh;
  overflow-x: hidden;
}
input,
button,
textarea,
select {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
.ambient-orbit {
  animation: orbit-drift 18s ease-in-out infinite alternate;
}
.pulse-core {
  animation: pulse-core 2.8s ease-in-out infinite;
}
.reveal-up {
  animation: reveal-up 650ms ease-out both;
}
.sheen {
  position: relative;
  overflow: hidden;
}
.sheen::after {
  position: absolute;
  inset: -60% auto -60% -45%;
  width: 32%;
  content: "";
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  animation: sheen-sweep 5.5s ease-in-out infinite;
}
@keyframes orbit-drift {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  to {
    transform: translate3d(10px, -12px, 0) rotate(8deg);
  }
}
@keyframes pulse-core {
  0%,
  100% {
    box-shadow:
      0 0 0 0 rgba(127, 213, 173, 0.18),
      0 0 42px rgba(20, 184, 166, 0.1);
  }

  50% {
    box-shadow:
      0 0 0 10px rgba(127, 213, 173, 0),
      0 0 64px rgba(20, 184, 166, 0.24);
  }
}
@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sheen-sweep {
  0%,
  55% {
    left: -45%;
  }

  100% {
    left: 120%;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
.growth-page {
  --charcoal: #2a2825;
  --warm-white: #f5f2ed;
  --mid-warm: #e8e4dd;
  --text-secondary: rgba(42, 40, 37, 0.65);
  --text-tertiary: rgba(42, 40, 37, 0.45);
  --border: rgba(42, 40, 37, 0.12);
  --growth: #9fd93a;
  --growth-soft: rgba(159, 217, 58, 0.12);
  --growth-dim: rgba(159, 217, 58, 0.4);
  min-height: 100vh;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  background: var(--warm-white);
  color: var(--charcoal);
  font-family: "Satoshi", -apple-system, sans-serif;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}
.growth-page *,
.growth-page *::before,
.growth-page *::after {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}
.growth-page .nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  border-bottom: 1px solid var(--border);
  background: rgba(245, 242, 237, 0.85);
  backdrop-filter: blur(24px);
}
.growth-page .nav-logo {
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.growth-page .nav-protocol {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-tertiary);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
}
.growth-page .nav-protocol .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--growth);
}
.growth-page .nav-links {
  gap: 16px;
}
.growth-page .desktop-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.growth-page .desktop-links a,
.growth-page .mobile-links a {
  color: var(--text-tertiary);
  transition: color 0.2s;
}
.growth-page .desktop-links a:hover,
.growth-page .desktop-links a.active,
.growth-page .mobile-links a:hover,
.growth-page .mobile-links a.active {
  color: var(--charcoal);
}
.growth-page .mobile-menu-button {
  display: none;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--charcoal);
}
.growth-page .mobile-links {
  position: fixed;
  top: 57px;
  right: 16px;
  z-index: 120;
  display: grid;
  gap: 12px;
  min-width: 160px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(245, 242, 237, 0.96);
  box-shadow: 0 20px 60px rgba(42, 40, 37, 0.12);
  backdrop-filter: blur(24px);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.growth-page .shell-main {
  min-height: calc(100vh - 97px);
}
.growth-page .brand-banner {
  position: relative;
  margin-top: 56px;
  overflow: hidden;
  background: var(--charcoal);
  padding: 64px 32px;
}
.growth-page .brand-banner::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(ellipse at 25% 50%, rgba(159, 217, 58, 0.05) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 70%, rgba(47, 125, 168, 0.03) 0%, transparent 50%);
}
.growth-page .brand-banner-inner {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
}
.growth-page .brand-banner .tagline {
  margin-bottom: 12px;
  color: rgba(245, 242, 237, 0.4);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.growth-page .brand-banner .brand-name {
  color: var(--warm-white);
  font-size: clamp(56px, 10vw, 100px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}
.growth-page .brand-banner .brand-dna {
  max-width: 460px;
  margin-top: 16px;
  color: rgba(245, 242, 237, 0.55);
  font-size: 17px;
  line-height: 1.6;
}
.growth-page .brand-banner .growth-bar {
  width: 48px;
  height: 3px;
  margin-top: 24px;
  border-radius: 2px;
  background: var(--growth);
}
.growth-page .hero {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 780px;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 72px 32px 80px;
}
.growth-page .hero-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--text-tertiary);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.growth-page .hero-label .bar {
  width: 32px;
  height: 2px;
  border-radius: 1px;
  background: var(--growth);
}
.growth-page .hero-headline {
  max-width: 100%;
  margin: 0 0 28px;
  font-size: clamp(40px, 7vw, 72px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  overflow-wrap: break-word;
}
.growth-page .hero-headline em {
  color: var(--growth);
  font-style: normal;
}
.growth-page .hero-sub {
  max-width: 540px;
  margin: 0 0 48px;
  color: var(--text-secondary);
  font-size: 19px;
  line-height: 1.65;
}
.growth-page .form-wrap {
  opacity: 1;
}
.growth-page .email-form {
  display: flex;
  max-width: 480px;
  gap: 10px;
}
.growth-page .email-input {
  flex: 1;
  padding: 16px 20px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  color: var(--charcoal);
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}
.growth-page .email-input::-moz-placeholder {
  color: var(--text-tertiary);
}
.growth-page .email-input::placeholder {
  color: var(--text-tertiary);
}
.growth-page .email-input:focus {
  border-color: var(--growth);
}
.growth-page .submit-btn {
  padding: 16px 28px;
  border: none;
  border-radius: 8px;
  background: var(--charcoal);
  color: var(--warm-white);
  cursor: pointer;
  font-family: "Satoshi", sans-serif;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transition:
    background 0.2s,
    transform 0.15s;
}
.growth-page .submit-btn:hover {
  background: #1a1815;
  transform: translateY(-1px);
}
.growth-page .submit-btn:active {
  transform: translateY(0);
}
.growth-page .home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  opacity: 1;
}
.growth-page .secondary-btn,
.growth-page .card-link {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: transparent;
  color: var(--charcoal);
  font-size: 15px;
  font-weight: 700;
  transition:
    border-color 0.2s,
    transform 0.15s;
}
.growth-page .secondary-btn:hover,
.growth-page .card-link:hover {
  border-color: rgba(42, 40, 37, 0.32);
  transform: translateY(-1px);
}
.growth-page .form-note {
  margin: 12px 0 0;
  color: var(--text-tertiary);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.02em;
}
.growth-page .form-success {
  display: none;
  max-width: 480px;
  padding: 20px 24px;
  border: 1px solid rgba(159, 217, 58, 0.25);
  border-radius: 8px;
  background: var(--growth-soft);
}
.growth-page .form-success h4 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
}
.growth-page .form-success p {
  margin: 0;
  color: var(--text-secondary);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
}
.growth-page .form-success-inline {
  display: block;
}
.growth-page .form-wrap.submitted .email-form,
.growth-page .form-wrap.submitted .form-note {
  display: none;
}
.growth-page .form-wrap.submitted .form-success {
  display: block;
}
.growth-page .spec-strip {
  padding: 40px 32px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background-image: radial-gradient(rgba(42, 40, 37, 0.06) 1px, transparent 1px);
  background-size: 20px 20px;
}
.growth-page .spec-inner {
  display: grid;
  max-width: 780px;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin: 0 auto;
}
.growth-page .spec-value {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
}
.growth-page .spec-label {
  margin-top: 6px;
  color: var(--text-tertiary);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
}
.growth-page .detail {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 80px 32px;
}
.growth-page .detail h2 {
  margin: 0 0 24px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.growth-page .detail h1 {
  max-width: 680px;
  margin: 0 0 24px;
  font-size: clamp(40px, 7vw, 72px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  overflow-wrap: break-word;
}
.growth-page .detail p {
  max-width: 600px;
  margin: 0;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.7;
}
.growth-page .detail p + p {
  margin-top: 16px;
}
.growth-page .mechanism-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}
.growth-page .protocol-grid {
  align-items: stretch;
}
.growth-page .mech-card {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
}
.growth-page .protocol-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}
.growth-page .mech-card .num {
  margin-bottom: 10px;
  color: var(--growth);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.growth-page .mech-card h4 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.growth-page .mech-card p {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.6;
}
.growth-page .protocol-card p {
  flex: 1;
}
.growth-page .protocol-card .card-link {
  margin-top: 24px;
  padding: 12px 18px;
  font-size: 14px;
}
.growth-page .how {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 80px 32px;
}
.growth-page .how h2 {
  margin: 0 0 40px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.growth-page .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.growth-page .step {
  position: relative;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
}
.growth-page .step .step-num {
  margin-bottom: 16px;
  color: var(--border);
  font-family: "IBM Plex Mono", monospace;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
.growth-page .step h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
}
.growth-page .step p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.6;
}
.growth-page .transparency {
  position: relative;
  max-width: 780px;
  margin: 0 auto 80px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--charcoal);
  padding: 48px;
}
.growth-page .transparency::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(ellipse at 20% 40%, rgba(159, 217, 58, 0.06) 0%, transparent 60%);
}
.growth-page .transparency * {
  position: relative;
}
.growth-page .transparency h2 {
  margin: 0 0 20px;
  color: var(--warm-white);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.growth-page .transparency p {
  max-width: 560px;
  margin: 0;
  color: rgba(245, 242, 237, 0.7);
  font-size: 16px;
  line-height: 1.7;
}
.growth-page .transparency ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.growth-page .transparency li {
  position: relative;
  padding-left: 20px;
  color: rgba(245, 242, 237, 0.55);
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
}
.growth-page .transparency li::before {
  position: absolute;
  left: 0;
  color: var(--growth-dim);
  content: "→";
}
.growth-page .bottom-cta {
  max-width: 780px;
  margin: 0 auto;
  padding: 64px 32px 80px;
  text-align: center;
}
.growth-page .bottom-cta h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 900;
  letter-spacing: -0.02em;
}
.growth-page .bottom-cta p {
  max-width: 440px;
  margin: 0 auto 32px;
  color: var(--text-secondary);
  font-size: 16px;
}
.growth-page .bottom-cta .email-form {
  justify-content: center;
  margin: 0 auto;
}
.growth-page .footer {
  border-top: 1px solid var(--border);
  padding: 32px;
  text-align: center;
}
.growth-page .footer p {
  max-width: none;
  margin: 0;
  color: var(--text-tertiary);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
}
.growth-page .footer .disclaimer {
  max-width: 600px;
  margin: 12px auto 0;
  font-size: 10px;
  line-height: 1.6;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 900px) {
  .growth-page .brand-banner {
    padding: 56px 24px;
  }

  .growth-page .brand-banner .brand-name {
    font-size: 54px;
  }

  .growth-page .hero {
    max-width: 100%;
    padding: 56px 24px 60px;
  }

  .growth-page .hero-headline,
  .growth-page .detail h1 {
    width: 100%;
    max-width: calc(100vw - 48px);
    font-size: 34px;
    letter-spacing: -0.02em;
    line-height: 1.12;
    word-break: break-word;
  }

  .growth-page .hero-sub {
    max-width: calc(100vw - 48px);
    font-size: 17px;
    line-height: 1.55;
  }

  .growth-page .spec-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .growth-page .mechanism-grid,
  .growth-page .steps {
    grid-template-columns: 1fr;
  }

  .growth-page .email-form {
    flex-direction: column;
  }

  .growth-page .desktop-links {
    display: none;
  }

  .growth-page .mobile-menu-button {
    display: grid;
  }

  .growth-page .nav {
    padding: 14px 20px;
  }

  .growth-page .home-actions {
    flex-direction: column;
  }

  .growth-page .home-actions .submit-btn,
  .growth-page .home-actions .secondary-btn {
    width: 100%;
  }

  .growth-page .submit-btn {
    text-align: center;
  }

  .growth-page .detail,
  .growth-page .how,
  .growth-page .bottom-cta {
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .growth-page .transparency {
    margin-right: 16px;
    margin-left: 16px;
    padding: 32px;
  }
}
.growth-page .coming-soon-page .hero-sub-strong {
  margin-bottom: 18px;
  color: var(--charcoal);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.18;
}
@media (min-width: 640px){
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px){
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/*$vite$:1*/