*, ::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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[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;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [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: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, var(--tw-shadow);
  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;
}

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

[multiple],[size]:where(select:not([size="1"])) {
  background-image: none;
  background-image: initial;
  background-position: 0 0;
  background-position: initial;
  background-repeat: repeat;
  background-repeat: initial;
  background-size: auto auto;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: inherit;
          print-color-adjust: inherit;
}

[type='checkbox'],[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;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[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: /*!*/ /*!*/ 0 0 0 2px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[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");
}

[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");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

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

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 375px) {

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([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"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([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"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([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"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([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"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([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"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([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"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([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"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --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-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-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(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
    /* Keep deeply nested Markdown lists visually distinct in rendered posts. */
    .prose ul ul {
        list-style-type: circle;
    }

    .prose ul ul ul {
        list-style-type: square;
    }

    .prose ol ol {
        list-style-type: lower-alpha;
    }

    .prose ol ol ol {
        list-style-type: lower-roman;
    }

    .lab-page {
        overflow: hidden;
        color: #171229;
    }

    .lab-hero {
        position: relative;
        min-height: 0;
        overflow: hidden;
        background:
            radial-gradient(circle at 78% 24%, rgb(124 91 255 / 0.32), transparent 28rem),
            linear-gradient(145deg, #100b25 0%, #251958 52%, #442a91 100%);
    }

    .lab-hero::after {
        position: absolute;
        right: -8rem;
        bottom: -15rem;
        width: 42rem;
        height: 42rem;
        border: 1px solid rgb(255 255 255 / 0.10);
        border-radius: 50%;
        box-shadow: 0 0 0 6rem rgb(255 255 255 / 0.018), 0 0 0 12rem rgb(255 255 255 / 0.014);
        content: "";
    }

    .lab-hero-grid {
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgb(255 255 255 / 0.045) 1px, transparent 1px),
            linear-gradient(90deg, rgb(255 255 255 / 0.045) 1px, transparent 1px);
        background-size: 4.5rem 4.5rem;
        -webkit-mask-image: linear-gradient(to bottom, rgb(0 0 0 / 0.2), black 60%, transparent);
                mask-image: linear-gradient(to bottom, rgb(0 0 0 / 0.2), black 60%, transparent);
        transform: perspective(35rem) rotateX(58deg) scale(1.5) translateY(32%);
        transform-origin: bottom;
    }

    .lab-orb {
        position: absolute;
        border-radius: 9999px;
        filter: blur(2px);
        opacity: 0.8;
    }

    .lab-orb-one {
        top: 18%;
        right: 13%;
        width: 9rem;
        height: 9rem;
        background: radial-gradient(circle at 32% 28%, white, #f9e71c 8%, #8d5cff 42%, transparent 70%);
        box-shadow: 0 0 7rem #9a6dff;
    }

    .lab-orb-two {
        right: 36%;
        bottom: 12%;
        width: 2.5rem;
        height: 2.5rem;
        background: #f9e71c;
        box-shadow: 0 0 3rem #f9e71c;
    }

    .lab-eyebrow,
    .lab-kicker {
        font-family: Raleway, sans-serif;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 0.22em;
        text-transform: uppercase;
    }

    .lab-eyebrow {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        color: rgb(255 255 255 / 0.72);
    }

    .lab-eyebrow span {
        width: 2.5rem;
        height: 1px;
        background: #f9e71c;
    }

    .lab-title {
        max-width: 65rem;
        padding-top: 1.5rem;
        font-size: clamp(3.4rem, 9vw, 8.2rem);
        line-height: 0.88;
        letter-spacing: -0.055em;
    }

    .lab-title span {
        color: transparent;
        background: linear-gradient(90deg, #f9e71c, #d6caff 65%);
        -webkit-background-clip: text;
        background-clip: text;
    }

    .lab-intro {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 2rem;
        max-width: 68rem;
        padding-top: 2rem;
        color: rgb(255 255 255 / 0.78);
    }

    .lab-intro p { max-width: 38rem; font-size: clamp(1rem, 1.8vw, 1.3rem); line-height: 1.7; }
    .lab-jump-link { flex-shrink: 0; padding-bottom: 0.3rem; border-bottom: 1px solid rgb(249 231 28 / 0.7); color: white; font-size: 0.85rem; }
    .lab-jump-link i { margin-left: 0.35rem; color: #f9e71c; }

    .lab-experiment { background: linear-gradient(155deg, #f9f8fc, #eeeaf9); }
    .lab-rides { background: #fff; }
    .lab-kicker { color: #6c57c2; }
    .lab-experiment-heading, .lab-next-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; }
    .lab-experiment-heading h2, .lab-next-heading h2 { margin-top: 0.55rem; color: #281c58; font-size: clamp(2.7rem, 6vw, 5.6rem); line-height: 0.95; letter-spacing: -0.045em; }
    .lab-deck, .lab-next-heading p { max-width: 32rem; color: #665f76; font-size: 1.05rem; line-height: 1.75; }
    .lab-inline-link { display: inline; color: #5540af; font-weight: 600; text-decoration: underline; text-decoration-color: rgb(85 64 175 / .35); text-underline-offset: .2rem; }

    .lab-page .glass-panel.lab-canvas-shell { overflow: hidden; border-color: rgb(255 255 255 / 0.14); border-radius: 1.5rem; background: #100b25; box-shadow: 0 2rem 5rem rgb(25 15 65 / 0.25); }
    .lab-canvas-toolbar { display: flex; align-items: center; justify-content: space-between; min-height: 4rem; padding: 0.8rem 1.25rem; border-bottom: 1px solid rgb(255 255 255 / 0.1); background: #100b25; color: rgb(255 255 255 / 0.72); }
    .lab-live-status { display: flex; align-items: center; gap: 0.55rem; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
    .lab-live-status span { width: 0.45rem; height: 0.45rem; border-radius: 50%; background: #f9e71c; box-shadow: 0 0 0.8rem #f9e71c; }
    .lab-canvas-actions { display: flex; gap: 0.4rem; }
    .lab-canvas-actions button { padding: 0.5rem 0.75rem; border: 1px solid rgb(255 255 255 / 0.12); border-radius: 9999px; font-size: 0.7rem; transition: background 180ms ease, color 180ms ease; }
    .lab-canvas-actions button:hover { background: rgb(255 255 255 / 0.1); color: white; }
    .lab-canvas-actions select { max-width: 9rem; padding: 0.35rem 1.8rem 0.35rem 0.65rem; border: 1px solid rgb(255 255 255 / 0.12); border-radius: 9999px; background-color: #1b1338; color: rgb(255 255 255 / 0.72); font-size: 0.7rem; }
    .lab-canvas-actions i { margin-right: 0.2rem; }
    .lab-canvas-wrap { position: relative; height: clamp(24rem, 55vw, 42rem); background: radial-gradient(circle at 50% 45%, #251851, #100b25 72%); }
    .lab-canvas-wrap canvas { width: 100%; height: 100%; cursor: crosshair; touch-action: none; }
    .lab-canvas-hint { position: absolute; top: 1.25rem; left: 1.25rem; padding: 0.5rem 0.7rem; border: 1px solid rgb(255 255 255 / 0.12); border-radius: 9999px; background: rgb(16 11 37 / 0.65); color: rgb(255 255 255 / 0.62); font-size: 0.68rem; pointer-events: none; backdrop-filter: blur(8px); }
    .lab-canvas-readout { position: absolute; right: 1.25rem; bottom: 1rem; display: flex; gap: 1rem; color: rgb(255 255 255 / 0.38); font-family: monospace; font-size: 0.6rem; letter-spacing: 0.1em; }
    .lab-controls { display: grid; grid-template-columns: repeat(3, 1fr) 0.85fr; grid-gap: 1.5rem; gap: 1.5rem; padding: 1.4rem 1.5rem 1.6rem; border-top: 1px solid rgb(255 255 255 / 0.1); background: #100b25; color: white; }
    .lab-local-data { display: flex; justify-content: space-between; gap: 1rem; padding: 0.7rem 1.4rem; border-top: 1px solid rgb(255 255 255 / 0.08); background: #171030; color: rgb(255 255 255 / 0.6); font-family: monospace; font-size: 0.62rem; letter-spacing: 0.08em; }
    .lab-local-data strong { color: #f9e71c; font-weight: 400; }
    .lab-controls label > span { display: flex; justify-content: space-between; margin-bottom: 0.7rem; color: rgb(255 255 255 / 0.6); font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; }
    .lab-controls output { color: #f9e71c; }
    .lab-controls input[type="range"] { width: 100%; height: 2px; padding: 0; border: 0; background: rgb(255 255 255 / 0.2); accent-color: #f9e71c; }
    .lab-controls input[type="range"]::-webkit-slider-thumb { width: 0.85rem; height: 0.85rem; border: 2px solid #100b25; border-radius: 50%; background: #f9e71c; box-shadow: 0 0 0 1px #f9e71c; -webkit-appearance: none; appearance: none; }
    .lab-palettes { display: flex; align-items: center; justify-content: flex-end; gap: 0.7rem; }
    .lab-palettes > span { margin-right: 0.2rem; color: rgb(255 255 255 / 0.55); font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; }
    .lab-palettes button { width: 1.25rem; height: 1.25rem; border: 2px solid #100b25; border-radius: 50%; background: #9a6dff; box-shadow: 0 0 0 1px rgb(255 255 255 / 0.2); }
    .lab-palettes button:nth-of-type(2) { background: #ff8c42; }
    .lab-palettes button:nth-of-type(3) { background: #42d9c8; }
    .lab-palettes button.is-active { box-shadow: 0 0 0 2px #f9e71c; }

    .lab-notes { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 2rem; gap: 2rem; padding-top: 4rem; }
    .lab-note { display: flex; gap: 1.1rem; border-top: 1px solid rgb(85 64 175 / 0.22); padding-top: 1.4rem; }
    .lab-note > span { color: #8069dc; font-family: monospace; font-size: 0.75rem; }
    .lab-note h3 { color: #281c58; font-family: Raleway, sans-serif; font-size: 1rem; font-weight: 700; text-transform: uppercase; }
    .lab-note p { padding-top: 0.7rem; color: #756e83; font-size: 0.86rem; line-height: 1.65; }

    .lab-sandbox { background: linear-gradient(155deg, #f9f8fc, #eeeaf9); }
    .lab-life { background: #fff; }
    .lab-page .glass-panel.cellular-console { overflow: hidden; border-color: rgb(255 255 255 / .14); border-radius: 1.5rem; background: #100b25; box-shadow: 0 2rem 5rem rgb(25 15 65 / .22); }
    .cellular-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4.5rem; padding: .8rem 1.2rem; border-bottom: 1px solid rgb(255 255 255 / .1); background: #100b25; color: rgb(255 255 255 / .72); }
    .cellular-toolbar .lab-live-status strong { color: #f9e71c; font-family: monospace; }
    .material-tools, .life-presets { display: flex; gap: .35rem; }
    .material-tools button, .life-presets button { display: flex; align-items: center; gap: .4rem; padding: .5rem .65rem; border: 1px solid rgb(255 255 255 / .1); border-radius: 9999px; color: rgb(255 255 255 / .55); font-size: .65rem; }
    .material-tools button:hover, .life-presets button:hover, .material-tools button.is-active { border-color: rgb(249 231 28 / .6); color: white; background: rgb(255 255 255 / .06); }
    .material-tools i { width: .55rem; height: .55rem; border-radius: 50%; background: #f9e71c; }
    .material-tools button[data-sand-material="water"] i { background: #42d9c8; }
    .material-tools button[data-sand-material="stone"] i { background: #8b7fa7; }
    .material-tools button[data-sand-material="erase"] i { border: 1px solid rgb(255 255 255 / .5); background: transparent; }
    .cellular-stage { position: relative; height: clamp(28rem, 58vw, 44rem); overflow: hidden; background: radial-gradient(circle at 50% 20%, #251851, #100b25 70%); }
    .cellular-stage canvas { width: 100%; height: 100%; cursor: crosshair; touch-action: none; image-rendering: pixelated; }
    .cellular-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem 1.3rem; border-top: 1px solid rgb(255 255 255 / .1); background: #100b25; color: rgb(255 255 255 / .4); font: .6rem monospace; letter-spacing: .08em; }
    .cellular-footer label { display: flex; align-items: center; gap: .75rem; color: rgb(255 255 255 / .6); text-transform: uppercase; }
    .cellular-footer output { color: #f9e71c; }
    .cellular-footer input { width: min(12rem, 22vw); height: 2px; padding: 0; border: 0; background: rgb(255 255 255 / .18); accent-color: #f9e71c; }
    .life-stage { background: #100b25; }
    .life-presets button { color: rgb(255 255 255 / .65); }

    .lab-page .glass-panel.rides-console { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(19rem, 0.7fr); overflow: hidden; border-color: rgb(255 255 255 / .14); border-radius: 1.5rem; background: #120d29; box-shadow: 0 2rem 5rem rgb(25 15 65 / 0.2); }
    .rides-map { position: relative; min-height: 38rem; overflow: hidden; border-right: 1px solid rgb(255 255 255 / 0.1); background: #d9d5df; }
    .rides-map::after { position: absolute; inset: 0; background: linear-gradient(135deg, rgb(21 12 48 / .12), rgb(69 39 113 / .2)); content: ""; pointer-events: none; mix-blend-mode: multiply; }
    .rides-map-tiles { position: absolute; inset: 0; overflow: hidden; filter: saturate(.72) contrast(1.04); }
    .rides-map-tiles img { position: absolute; width: 256px; height: 256px; max-width: none; }
    .rides-map canvas { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; }
    .rides-phase { position: absolute; z-index: 3; top: 1.25rem; left: 1.25rem; display: grid; grid-template-columns: auto auto; align-items: center; grid-column-gap: 0.6rem; -moz-column-gap: 0.6rem; column-gap: 0.6rem; padding: 0.65rem 0.8rem; border: 1px solid rgb(255 255 255 / 0.12); border-radius: 0.65rem; background: rgb(18 13 41 / 0.78); color: white; backdrop-filter: blur(8px); }
    .rides-phase span { grid-row: span 2; width: 0.55rem; height: 0.55rem; border-radius: 50%; background: #8879c7; }
    .rides-phase span.is-running { background: #42d9c8; box-shadow: 0 0 0.8rem #42d9c8; }
    .rides-phase strong { font: 700 0.75rem Raleway, sans-serif; text-transform: uppercase; }
    .rides-phase small { color: rgb(255 255 255 / 0.45); font-size: 0.55rem; letter-spacing: 0.1em; text-transform: uppercase; }
    .rides-legend { position: absolute; z-index: 3; bottom: 1rem; left: 1rem; display: flex; gap: 1rem; padding: 0.55rem 0.7rem; border-radius: 0.5rem; background: rgb(18 13 41 / 0.8); color: rgb(255 255 255 / 0.7); font-size: 0.58rem; backdrop-filter: blur(8px); }
    .rides-legend span { display: flex; align-items: center; gap: 0.35rem; }
    .rides-legend i { width: 0.4rem; height: 0.4rem; border-radius: 50%; background: #2388ff; }
    .rides-legend .driver-dot { width: .7rem; border-radius: .15rem; background: #ff3f9b; }
    .rides-fleet-count { padding-left: .7rem; border-left: 1px solid rgb(255 255 255 / .16); }
    .rides-fleet-count b { color: #f9e71c; font-family: monospace; }
    .rides-map-credit { position: absolute; z-index: 3; right: .35rem; bottom: .25rem; padding: .12rem .25rem; background: rgb(255 255 255 / .78); color: #3d3850; font-size: .5rem; }
    .rides-sidebar { padding: 1.5rem; background: #120d29; color: white; }
    .rides-header { display: flex; justify-content: space-between; padding-bottom: 1.25rem; border-bottom: 1px solid rgb(255 255 255 / 0.1); color: rgb(255 255 255 / 0.42); font: 0.62rem monospace; }
    .rides-header strong { color: #f9e71c; }
    .rides-metrics { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 0.65rem; gap: 0.65rem; padding: 1.25rem 0; }
    .rides-metrics div { padding: 0.85rem; border: 1px solid rgb(255 255 255 / 0.08); border-radius: 0.65rem; background: rgb(255 255 255 / 0.04); }
    .rides-metrics span { display: block; color: rgb(255 255 255 / 0.42); font-size: 0.58rem; text-transform: uppercase; }
    .rides-metrics strong { display: block; padding-top: 0.35rem; font: 600 1.35rem Raleway, sans-serif; }
    .rides-metrics .rides-cancellation-metric { grid-column: 1 / -1; position: relative; overflow: hidden; border-color: rgb(255 82 120 / .24); background: linear-gradient(90deg, rgb(255 82 120 / .11), rgb(255 255 255 / .03)); }
    .rides-cancellation-metric::after { position: absolute; right: 1rem; bottom: .75rem; width: 2.4rem; height: 2.4rem; border: 1px solid rgb(255 82 120 / .4); border-radius: 50%; content: "×"; color: #ff839f; font: 300 1.7rem/2.2rem Raleway, sans-serif; text-align: center; }
    .rides-cancellation-metric small { display: block; padding-top: .15rem; color: rgb(255 255 255 / .45); font: .56rem monospace; }
    .rides-slider { display: block; padding: 0.8rem 0; }
    .rides-slider > span { display: flex; justify-content: space-between; padding-bottom: 0.55rem; color: rgb(255 255 255 / 0.55); font-size: 0.66rem; text-transform: uppercase; }
    .rides-slider output { color: #f9e71c; }
    .rides-slider input { width: 100%; height: 2px; padding: 0; border: 0; background: rgb(255 255 255 / 0.18); accent-color: #42d9c8; }
    .rides-presets { display: flex; flex-wrap: wrap; gap: 0.4rem; padding-top: 1rem; }
    .rides-presets button { padding: 0.45rem 0.65rem; border: 1px solid rgb(255 255 255 / 0.12); border-radius: 9999px; color: rgb(255 255 255 / 0.65); font-size: 0.62rem; }
    .rides-presets button:hover { border-color: #f9e71c; color: white; }
    .rides-presets button.is-active { border-color: #f9e71c; background: rgb(249 231 28 / .1); color: #f9e71c; }
    .rides-presets .rides-overload-preset { border-color: rgb(255 82 120 / .28); color: #ff839f; }
    .rides-presets .rides-overload-preset.is-active { border-color: #ff5278; background: rgb(255 82 120 / .13); color: #ff8da6; }
    .rides-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-gap: .55rem; gap: .55rem; margin-top: 1.35rem; }
    .rides-run, .rides-stop { display: flex; align-items: center; justify-content: center; gap: 0.4rem; padding: 0.75rem; border-radius: 0.65rem; font: 700 0.75rem Raleway, sans-serif; text-transform: uppercase; }
    .rides-stop { border: 1px solid rgb(255 82 120 / .4); background: rgb(255 82 120 / .08); color: #ff91a9; }
    .rides-stop:hover:not(:disabled) { border-color: #ff5278; background: rgb(255 82 120 / .16); color: white; }
    .rides-stop:disabled { cursor: not-allowed; opacity: .3; }

    .lab-page .glass-panel.service-load-panel { margin-top: 2rem; overflow: hidden; border-color: rgb(255 255 255 / .14); border-radius: 1.25rem; background: #120d29; color: white; box-shadow: 0 1.5rem 4rem rgb(25 15 65 / .16); }
    .service-load-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem 1.5rem; border-bottom: 1px solid rgb(255 255 255 / .1); }
    .service-load-header p { font: 700 .82rem Raleway, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
    .service-load-header > div > span { display: block; padding-top: .3rem; color: rgb(255 255 255 / .42); font-size: .65rem; }
    .service-load-total { text-align: right; }
    .service-load-total strong { display: block; padding-top: .2rem; color: #f9e71c; font: 600 1.5rem Raleway, sans-serif; }
    .service-load-columns, .service-load-row { display: grid; grid-template-columns: minmax(9rem, 1fr) minmax(12rem, 2fr) 5rem 5rem 5rem; align-items: center; grid-gap: 1rem; gap: 1rem; }
    .service-load-columns { padding: .65rem 1.5rem; border-bottom: 1px solid rgb(255 255 255 / .06); color: rgb(255 255 255 / .28); font: .56rem monospace; letter-spacing: .08em; text-transform: uppercase; }
    .service-load-row { min-height: 3.35rem; padding: .4rem 1.5rem; border-bottom: 1px solid rgb(255 255 255 / .055); }
    .service-load-row:last-child { border-bottom: 0; }
    .service-load-row > strong { display: flex; align-items: center; gap: .55rem; color: rgb(255 255 255 / .78); font-size: .7rem; font-weight: 600; }
    .service-load-row > strong i { width: .42rem; height: .42rem; flex-shrink: 0; border-radius: 50%; background: #42d9c8; box-shadow: 0 0 .65rem rgb(66 217 200 / .5); }
    .service-load-row canvas { width: 100%; height: 2.2rem; }
    .service-load-row output { color: rgb(255 255 255 / .68); font: .68rem monospace; }
    .service-load-row > span { width: -moz-fit-content; width: fit-content; padding: .28rem .45rem; border: 1px solid rgb(66 217 200 / .22); border-radius: 9999px; color: #75dacd; font: .55rem monospace; text-transform: uppercase; }
    .service-load-row > span.is-degraded { border-color: rgb(249 231 28 / .35); background: rgb(249 231 28 / .06); color: #f9e71c; }
    .service-load-row > span.is-critical { border-color: rgb(255 82 120 / .5); background: rgb(255 82 120 / .1); color: #ff839f; box-shadow: 0 0 1rem rgb(255 82 120 / .16); }
    .service-load-panel.is-overload .service-load-header { background: linear-gradient(90deg, rgb(255 82 120 / .09), transparent 62%); }
    .service-load-panel.is-overload .service-load-header p::after { margin-left: .7rem; padding: .25rem .45rem; border: 1px solid rgb(255 82 120 / .4); border-radius: 9999px; color: #ff839f; content: "Fault injection armed"; font: .52rem monospace; letter-spacing: .06em; }
    .service-load-footnote { padding: .8rem 1.5rem; border-top: 1px solid rgb(255 255 255 / .06); color: rgb(255 255 255 / .32); font-size: .6rem; line-height: 1.5; }
    .photo-lab-stage > img.is-active { opacity: 1; }
    .photo-lab[data-mode="motion"] .photo-lab-stage > img.is-active { filter: contrast(1.1); box-shadow: var(--photo-shift) 0 0 rgb(255 60 126 / .3), calc(-1 * var(--photo-shift)) 0 0 rgb(46 225 211 / .28); transform: translate(var(--photo-motion-x), var(--photo-y)) scale(1.1); }
    .photo-strip button.is-active { border-color: #5540af; opacity: 1; }

    .composition-studio-section { background: linear-gradient(155deg, #f9f8fc, #eeeaf9); }
    .lab-page .glass-panel.composition-studio { --composition-focus-x: 50%; --composition-focus-y: 50%; overflow: hidden; border-color: rgb(255 255 255 / .14); border-radius: 1.5rem; background: #100b25; color: white; box-shadow: 0 2rem 5rem rgb(25 15 65 / .25); }
    .composition-toolbar { display: flex; align-items: center; justify-content: space-between; min-height: 4.5rem; padding: .75rem 1rem; border-bottom: 1px solid rgb(255 255 255 / .1); }
    .composition-modes { display: flex; gap: .35rem; }
    .composition-modes span { display: inline-block; padding: .5rem .7rem; border: 1px solid #f9e71c; border-radius: 9999px; background: rgb(249 231 28 / .08); color: #f9e71c; font: .58rem monospace; letter-spacing: .06em; text-transform: uppercase; }
    .composition-progress { color: rgb(255 255 255 / .3); font: .62rem monospace; }
    .composition-progress [data-composition-index] { color: white; }
    .composition-workspace { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(18rem, .65fr); min-height: 43rem; }
    .composition-stage { position: relative; min-width: 0; overflow: hidden; background: #07050e; }
    .composition-stage > img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; transition: filter .45s ease, transform .45s ease; }
    .composition-overlay { position: absolute; inset: 0; width: 100%; height: 100%; transition: opacity .3s ease; }
    .composition-overlay [data-overlay] { opacity: 0; transition: opacity .45s ease; }
    .composition-overlay [data-overlay].is-active { opacity: .68; }
    .composition-overlay.is-animating [data-overlay].is-active { animation: composition-overlay-reveal 3.4s cubic-bezier(.22, 1, .36, 1) both; }
    .composition-overlay path { fill: none; stroke: #fff06a; stroke-width: 1.5; stroke-dasharray: 7 5; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 .32rem rgb(249 231 28 / .62)); }
    .composition-overlay circle { fill: rgb(255 107 174 / .16); stroke: #ff72b4; stroke-width: 1.5; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 .28rem rgb(255 114 180 / .52)); }
    .composition-overlay.is-animating [data-overlay].is-active path { animation: composition-line-drift 3.4s ease-out both; }
    .composition-overlay.is-animating [data-overlay].is-active circle, .composition-overlay.is-animating [data-overlay].is-active rect { animation: composition-point-breathe 3.4s ease-out both; transform-box: fill-box; transform-origin: center; }
    .composition-overlay [data-overlay="layers"] path { fill: rgb(72 218 202 / .12); stroke: rgb(107 230 216 / .92); }
    .composition-overlay [data-overlay="space"] rect { fill: rgb(116 87 222 / .18); stroke: rgb(218 210 255 / .9); stroke-width: 1.35; stroke-dasharray: 7 5; vector-effect: non-scaling-stroke; }
    .composition-overlay [data-overlay="density"] rect { fill: rgb(249 231 28 / .035); stroke: #fff06a; stroke-width: 1.4; vector-effect: non-scaling-stroke; }
    .composition-overlay [data-overlay="frame"] rect, .composition-overlay [data-overlay="color"] rect { fill: rgb(249 231 28 / .035); stroke: rgb(255 240 106 / .95); stroke-width: 1.4; stroke-dasharray: 7 5; vector-effect: non-scaling-stroke; }
    .composition-overlay [data-overlay="abstraction"] rect, .composition-overlay [data-overlay="light"] rect, .composition-overlay [data-overlay="silhouette"] rect, .composition-overlay [data-overlay="occlusion"] rect { fill: rgb(249 231 28 / .05); stroke: rgb(255 240 106 / .95); stroke-width: 1.4; stroke-dasharray: 7 5; vector-effect: non-scaling-stroke; }
    .composition-overlay [data-overlay="motion_blur"] path { stroke: rgb(107 230 216 / .92); }
    .composition-overlay [data-overlay="perspective"] path, .composition-overlay [data-overlay="low_high_angle"] path { stroke: rgb(255 114 180 / .9); }
    .composition-overlay [data-overlay="silhouette"] rect { fill: rgb(10 7 25 / .18); stroke: rgb(255 255 255 / .82); }
    .composition-overlay [data-overlay="symmetry"] path { stroke: rgb(107 230 216 / .9); stroke-dasharray: 1 .75; }
    .composition-overlay [data-overlay="juxtaposition"] path { stroke: rgb(255 255 255 / .55); }
    .composition-overlay [data-overlay="color"] circle:first-of-type { fill: rgb(255 91 156 / .12); stroke: #ff5b9c; }
    .composition-overlay [data-overlay="color"] circle:last-of-type { fill: rgb(72 218 202 / .12); stroke: #48daca; }
    .composition-overlay [data-overlay="diagonal"] path { stroke: rgb(255 114 180 / .88); }
    @keyframes composition-overlay-reveal { 0% { opacity: 0; } 16% { opacity: .96; } 44% { opacity: .76; } 72% { opacity: .9; } 100% { opacity: .68; } }
    @keyframes composition-line-drift { 0% { stroke-dashoffset: 42; } 58%, 100% { stroke-dashoffset: 0; } }
    @keyframes composition-point-breathe { 0% { opacity: 0; transform: scale(.82); } 22% { opacity: 1; transform: scale(1.06); } 58% { opacity: .72; transform: scale(.98); } 100% { opacity: .92; transform: scale(1); } }
    .composition-stage-label { position: absolute; top: 1rem; left: 1rem; padding: .42rem .6rem; border: 1px solid rgb(255 255 255 / .16); border-radius: 9999px; background: rgb(16 11 37 / .68); color: rgb(255 255 255 / .68); font: .55rem monospace; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
    .composition-panel { padding: 1.4rem; background: linear-gradient(145deg, #17102f, #100b25); }
    .composition-eyebrow { color: #f9e71c; font: .54rem monospace; letter-spacing: .1em; text-transform: uppercase; }
    .composition-panel h3 { padding-top: .7rem; font: 700 1.35rem/1.1 Raleway, sans-serif; text-transform: uppercase; }
    .composition-panel p { padding-top: .8rem; color: rgb(255 255 255 / .62); font-size: .84rem; line-height: 1.72; }
    .composition-techniques { padding-top: 1.1rem; }
    .composition-techniques button { display: grid; grid-template-columns: 1.8rem 1fr; width: 100%; padding: .7rem 0; border-bottom: 1px solid rgb(255 255 255 / .07); text-align: left; }
    .composition-techniques button[hidden] { display: none; }
    .composition-techniques button i { grid-row: 1 / 3; align-self: center; color: rgb(255 255 255 / .25); font: .52rem monospace; }
    .composition-techniques button span { color: rgb(255 255 255 / .3); font: .5rem monospace; letter-spacing: .07em; text-transform: uppercase; }
    .composition-techniques button strong { padding-top: .15rem; color: rgb(255 255 255 / .66); font: 600 .7rem Raleway, sans-serif; text-transform: uppercase; }
    .composition-techniques button.is-active i, .composition-techniques button.is-active strong { color: #f9e71c; }
    .composition-filmstrip { display: grid; grid-template-columns: 2.5rem minmax(0, 1fr) 2.5rem; align-items: center; grid-gap: .6rem; gap: .6rem; padding: .8rem 1rem; border-top: 1px solid rgb(255 255 255 / .1); }
    .composition-filmstrip > div { display: flex; gap: .35rem; overflow-x: auto; scrollbar-width: none; }
    .composition-filmstrip > div::-webkit-scrollbar { display: none; }
    .composition-filmstrip > button { display: grid; width: 2.2rem; height: 2.2rem; border: 1px solid rgb(255 255 255 / .12); border-radius: 50%; color: white; place-items: center; }
    .composition-filmstrip [data-composition-select] { width: 4.4rem; height: 3.2rem; overflow: hidden; flex: 0 0 auto; border: 2px solid transparent; border-radius: .3rem; opacity: .42; }
    .composition-filmstrip [data-composition-select].is-active { border-color: #f9e71c; opacity: 1; }
    .composition-filmstrip img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
    .lab-page .glass-panel.constellation-console, .lab-page .glass-panel.eye-console, .lab-page .glass-panel.time-machine { overflow: hidden; border-color: rgb(255 255 255 / .14); border-radius: 1.5rem; box-shadow: 0 2rem 5rem rgb(25 15 65 / .2); }
    .lab-page .glass-panel.constellation-console { background: #100b25; }
    .constellation-axes button.is-active, .eye-modes button.is-active { border-color: #f9e71c; background: rgb(249 231 28 / .09); color: #f9e71c; }
    .constellation-preview.is-visible { opacity: 1; transform: none; }

    .lab-page .glass-panel.eye-console { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(18rem, .65fr); background: #100b25; }
    @keyframes eye-scan { from { left: 8%; } to { left: 92%; } }
    .eye-strip button.is-active { border-color: #f9e71c; opacity: 1; }

    .lab-page .glass-panel.time-machine { background: #100b25; color: white; }
    .time-machine-viewport { position: relative; height: 34rem; overflow: hidden; background: radial-gradient(circle at center, #2b1a63, #100b25 68%); }
    .time-machine-track button.is-active { opacity: 1; transform: translateY(-50%) scale(1.12); z-index: 2; }

    .control-room-section { background: #fff; }
    .lab-page .glass-panel.control-room { overflow: hidden; border-color: rgb(255 255 255 / .14); border-radius: 1.5rem; background: #100b25; color: white; box-shadow: 0 2rem 5rem rgb(25 15 65 / .24); }
    .control-room-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4rem; padding: .8rem 1.3rem; border-bottom: 1px solid rgb(255 255 255 / .1); background: linear-gradient(90deg, rgb(66 217 200 / .06), transparent); color: rgb(255 255 255 / .35); font: .58rem monospace; letter-spacing: .08em; }
    .control-room-live { display: flex; align-items: center; gap: .55rem; }
    .control-room-live i { width: .5rem; height: .5rem; border-radius: 50%; background: #42d9c8; box-shadow: 0 0 .8rem #42d9c8; animation: control-live-pulse 2s ease-out infinite; }
    .control-room-live span { color: #7be3d5; text-transform: uppercase; }
    .control-room-live strong { padding-left: .5rem; border-left: 1px solid rgb(255 255 255 / .12); color: rgb(255 255 255 / .65); }
    .control-room-vitals { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid rgb(255 255 255 / .1); }
    .control-room-vitals article { padding: 1.35rem; border-right: 1px solid rgb(255 255 255 / .08); }
    .control-room-vitals article:last-child { border-right: 0; }
    .control-room-vitals span, .control-module-heading span { display: block; color: rgb(255 255 255 / .35); font: .56rem monospace; letter-spacing: .1em; text-transform: uppercase; }
    .control-room-vitals strong { display: block; padding-top: .45rem; font: 600 1.25rem Raleway, sans-serif; }
    .control-room-vitals small { display: block; padding-top: .35rem; color: rgb(255 255 255 / .42); font-size: .6rem; }
    .control-room-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
    .control-module { min-width: 0; padding: 1.4rem; border-right: 1px solid rgb(255 255 255 / .08); border-bottom: 1px solid rgb(255 255 255 / .08); }
    .control-module:nth-child(even) { border-right: 0; }
    .control-module-heading { display: flex; align-items: center; justify-content: space-between; }
    .control-module-heading strong { display: block; padding-top: .3rem; font: 700 .9rem Raleway, sans-serif; text-transform: uppercase; }
    .control-module-heading > i { color: #998ccf; font-size: 1.5rem; }
    .architecture-module { grid-column: 1 / -1; }
    .architecture-flow { display: grid; grid-template-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr; align-items: center; padding: 2rem 0; }
    .architecture-flow div { display: grid; grid-gap: .5rem; gap: .5rem; min-height: 5.5rem; padding: .8rem; border: 1px solid rgb(255 255 255 / .09); border-radius: .65rem; background: rgb(255 255 255 / .035); text-align: center; place-content: center; }
    .architecture-flow div i { color: #f9e71c; font-size: 1.5rem; }
    .architecture-flow div span { color: rgb(255 255 255 / .68); font-size: .64rem; }
    .architecture-flow b { position: relative; height: 1px; overflow: visible; background: linear-gradient(90deg, #5540af, #42d9c8); }
    .architecture-flow b::before { position: absolute; top: -.18rem; left: 0; width: .38rem; height: .38rem; border-radius: 50%; background: #f9e71c; box-shadow: 0 0 .65rem #f9e71c; content: ""; animation: control-packet 2.4s ease-in-out infinite; }
    .architecture-flow b:nth-of-type(2)::before { animation-delay: .8s; }
    .architecture-flow b:nth-of-type(3)::before { animation-delay: 1.6s; }
    .architecture-flow b::after { position: absolute; top: -.18rem; right: 0; border-top: .2rem solid transparent; border-bottom: .2rem solid transparent; border-left: .3rem solid #42d9c8; content: ""; }
    .architecture-module dl { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: .5rem; gap: .5rem; }
    .architecture-module dl div { padding: .65rem .8rem; border-radius: .45rem; background: rgb(255 255 255 / .03); }
    .architecture-module dt { color: rgb(255 255 255 / .32); font-size: .52rem; text-transform: uppercase; }
    .architecture-module dd { padding-top: .25rem; color: rgb(255 255 255 / .68); font: .65rem monospace; }
    .pipeline-description { padding-top: .7rem; color: rgb(255 255 255 / .38); font: .58rem/1.55 monospace; }
    .pipeline-flow { padding-top: .65rem; }
    .pipeline-flow li { display: grid; grid-template-columns: 1.6rem minmax(0, 1fr) auto; align-items: center; grid-gap: .65rem; gap: .65rem; padding: .62rem 0; border-bottom: 1px solid rgb(255 255 255 / .06); }
    .pipeline-flow > li > b { display: grid; width: 1.35rem; height: 1.35rem; border: 1px solid rgb(153 140 207 / .28); border-radius: 50%; color: #998ccf; font: .5rem monospace; place-items: center; }
    .pipeline-flow > li { animation: control-stage-pulse 5s ease-in-out infinite; }
    .pipeline-flow > li:nth-child(2) { animation-delay: 1s; }
    .pipeline-flow > li:nth-child(3) { animation-delay: 2s; }
    .pipeline-flow > li:nth-child(4) { animation-delay: 3s; }
    .pipeline-flow > li:nth-child(5) { animation-delay: 4s; }
    .pipeline-flow span strong { display: block; color: rgb(255 255 255 / .72); font: 600 .64rem Raleway, sans-serif; }
    .pipeline-flow span small { display: block; overflow: hidden; padding-top: .18rem; color: rgb(255 255 255 / .34); font: .49rem/1.35 monospace; text-overflow: ellipsis; white-space: nowrap; }
    .pipeline-flow span small.is-stale { color: #f9e71c; }
    .pipeline-flow > li > i { max-width: 7rem; overflow: hidden; color: #42d9c8; font: .49rem monospace; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
    .pipeline-health { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: .55rem; gap: .55rem; padding-top: .8rem; }
    .pipeline-health > div { padding: .6rem; border: 1px solid rgb(255 255 255 / .06); border-radius: .45rem; background: rgb(255 255 255 / .025); }
    .pipeline-health span { color: rgb(255 255 255 / .32); font: .48rem monospace; text-transform: uppercase; }
    .pipeline-health strong { float: right; color: rgb(255 255 255 / .62); font: .52rem monospace; }
    .pipeline-health > div > i { display: block; height: .18rem; margin-top: .55rem; overflow: hidden; border-radius: 9999px; background: rgb(255 255 255 / .07); }
    .pipeline-health > div > i b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #5540af, #42d9c8); }
    .performance-signals { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap: .55rem; gap: .55rem; padding-top: 1.2rem; }
    .performance-signals > div { min-width: 0; min-height: 6.5rem; padding: .8rem; border: 1px solid rgb(255 255 255 / .08); border-radius: .55rem; background: rgb(255 255 255 / .025); }
    .performance-signals span { display: block; color: rgb(255 255 255 / .34); font: .52rem monospace; letter-spacing: .07em; text-transform: uppercase; }
    .performance-signals strong { display: block; padding-top: .45rem; color: #f8f6ff; font: 600 1rem Raleway, sans-serif; }
    .performance-signals small { display: block; padding-top: .3rem; color: rgb(255 255 255 / .42); font: .52rem/1.45 monospace; }
    .build-duration-bars { display: flex; align-items: flex-end; gap: .18rem; height: 1.35rem; padding-top: .35rem; }
    .build-duration-bars i { width: .28rem; min-height: .12rem; border-radius: .2rem .2rem 0 0; background: #998ccf; }
    .build-duration-bars .is-success { background: #42d9c8; } .build-duration-bars .is-failed, .build-duration-bars .is-error { background: #ff5278; }
    .github-feed { padding-top: 1rem; }
    .github-feed > a { display: grid; grid-template-columns: 1.5rem 1fr; grid-gap: .55rem; gap: .55rem; padding: .6rem 0; border-bottom: 1px solid rgb(255 255 255 / .06); }
    .github-feed > a > i { color: #998ccf; font-size: 1rem; }
    .github-feed strong { display: block; overflow: hidden; color: rgb(255 255 255 / .72); font-size: .65rem; text-overflow: ellipsis; white-space: nowrap; }
    .github-feed span { display: block; padding-top: .2rem; color: rgb(255 255 255 / .32); font: .52rem monospace; }
    .build-state { display: grid; grid-template-columns: .6rem 1fr auto; align-items: center; grid-gap: .55rem; gap: .55rem; margin-bottom: .5rem; padding: .6rem; border: 1px solid rgb(255 255 255 / .08); border-radius: .5rem; background: rgb(255 255 255 / .03); }
    .build-state i { width: .45rem; height: .45rem; border-radius: 50%; background: #f9e71c; }
    .build-state span, .build-state strong { color: rgb(255 255 255 / .52); font: .55rem monospace; text-transform: uppercase; }
    .deploy-current { margin-top: 1.2rem; padding: 1rem; border: 1px solid rgb(66 217 200 / .14); border-radius: .65rem; background: rgb(66 217 200 / .04); }
    .deploy-current span { color: #42d9c8; font-size: .52rem; text-transform: uppercase; }
    .deploy-current strong { display: block; padding-top: .3rem; font: 600 1.25rem Raleway, sans-serif; }
    .deploy-current p { padding-top: .3rem; color: rgb(255 255 255 / .35); font: .55rem monospace; }
    .deploy-feed { padding-top: .8rem; }
    .deploy-feed > a { display: grid; grid-template-columns: 1.4rem 1fr auto; align-items: center; grid-gap: .5rem; gap: .5rem; padding: .55rem 0; border-bottom: 1px solid rgb(255 255 255 / .06); color: rgb(255 255 255 / .6); font-size: .62rem; }
    .deploy-feed > a span b { display: block; color: rgb(255 255 255 / .68); font: 600 .62rem Raleway, sans-serif; text-transform: uppercase; }
    .deploy-feed > a span small { display: block; padding-top: .18rem; color: rgb(255 255 255 / .32); font: .48rem monospace; }
    .deploy-feed > a > strong { color: #998ccf; font: .55rem monospace; }
    .control-loading, .control-unavailable { display: grid; grid-template-columns: 1.5rem 1fr; grid-gap: .5rem; gap: .5rem; padding: 1.2rem 0; color: rgb(255 255 255 / .4); font-size: .63rem; }
    .control-loading i { width: .55rem; height: .55rem; margin-top: .15rem; border: 1px solid rgb(255 255 255 / .2); border-top-color: #42d9c8; border-radius: 50%; animation: control-spin .8s linear infinite; }
    @keyframes control-spin { to { transform: rotate(360deg); } }
    @keyframes control-live-pulse { 0% { box-shadow: 0 0 0 0 rgb(66 217 200 / .7); } 70%, 100% { box-shadow: 0 0 0 .55rem rgb(66 217 200 / 0); } }
    @keyframes control-packet { 0% { opacity: 0; transform: translateX(0); } 15%, 80% { opacity: 1; } 100% { opacity: 0; transform: translateX(1.65rem); } }
    @keyframes control-packet-mobile { 0% { opacity: 0; transform: translateY(0); } 15%, 80% { opacity: 1; } 100% { opacity: 0; transform: translateY(.8rem); } }
    @keyframes control-stage-pulse { 0%, 18%, 100% { background: transparent; } 8% { background: rgb(66 217 200 / .055); } }
    .control-unavailable i { color: #998ccf; font-size: 1rem; }
    .control-unavailable span { color: rgb(255 255 255 / .58); }
    .control-unavailable small { grid-column: 2; color: rgb(255 255 255 / .3); }
    .control-room-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .85rem 1.3rem; color: rgb(255 255 255 / .3); font: .55rem monospace; }
    .control-room-footer strong { color: rgb(255 255 255 / .58); }
    .control-room-footer button { display: flex; align-items: center; gap: .35rem; padding: .45rem .65rem; border: 1px solid rgb(255 255 255 / .1); border-radius: 9999px; color: rgb(255 255 255 / .55); text-transform: uppercase; }
    .lab-cta { background: radial-gradient(circle at 50% 110%, #6d4ac4, transparent 42%), #140e2c; }
    .lab-cta .lab-kicker { color: #f9e71c; }
    .lab-cta h2 { margin-top: 1.25rem; font-size: clamp(2.6rem, 6vw, 5.5rem); line-height: 1; letter-spacing: -0.045em; }
    .lab-cta-button { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 2.5rem; padding: 0.85rem 1.4rem; border-radius: 9999px; color: white; font-family: Raleway, sans-serif; font-weight: 700; text-transform: uppercase; }

    @media (max-width: 767px) {
        .lab-intro, .lab-experiment-heading, .lab-next-heading { align-items: start; flex-direction: column; }
        .lab-title { font-size: clamp(3.1rem, 16vw, 5rem); }
        .lab-canvas-wrap { height: 28rem; }
        .lab-controls { grid-template-columns: 1fr; }
        .lab-palettes { justify-content: flex-start; padding-top: 0.5rem; }
        .lab-notes, .lab-next-grid { grid-template-columns: 1fr; }
        .lab-page .glass-panel.rides-console, .photo-lab { grid-template-columns: 1fr; }
        .rides-map, .photo-lab-stage { min-height: 27rem; }
        .rides-map { border-right: 0; border-bottom: 1px solid rgb(255 255 255 / .1); }
        .lab-canvas-toolbar { align-items: flex-start; gap: .7rem; }
        .lab-canvas-actions { flex-wrap: wrap; justify-content: flex-end; }
        .lab-local-data { flex-direction: column; }
        .cellular-toolbar { align-items: flex-start; flex-wrap: wrap; }
        .material-tools, .life-presets { order: 3; width: 100%; overflow-x: auto; padding-top: .4rem; }
        .material-tools button, .life-presets button { flex-shrink: 0; }
        .cellular-stage { height: 30rem; }
        .cellular-footer { align-items: flex-start; flex-direction: column; gap: .8rem; }
        .cellular-footer input { width: 10rem; }
        .constellation-toolbar { align-items: flex-start; flex-direction: column; }
        .constellation-axes { max-width: 100%; overflow-x: auto; padding-bottom: .25rem; }
        .constellation-axes button { flex-shrink: 0; }
        .lab-page .glass-panel.eye-console { grid-template-columns: 1fr; }
        .composition-workspace { grid-template-columns: 1fr; }
        .composition-stage { min-height: 31rem; }
        .composition-toolbar { align-items: flex-start; flex-direction: column; gap: .65rem; }
        .composition-modes { width: 100%; overflow-x: auto; }
        .composition-modes span { flex: 0 0 auto; }
        .eye-stage { min-height: 31rem; }
        .time-machine-readout { grid-template-columns: 5rem 1fr; }
        .time-machine-readout p { display: none; }
        .time-machine-viewport { height: 28rem; }
        .control-room-vitals { grid-template-columns: repeat(2, 1fr); }
        .control-room-vitals article:nth-child(2) { border-right: 0; }
        .control-room-vitals article:nth-child(-n+2) { border-bottom: 1px solid rgb(255 255 255 / .08); }
        .control-room-grid { grid-template-columns: 1fr; }
        .control-module, .control-module:nth-child(even) { border-right: 0; }
        .architecture-flow { grid-template-columns: 1fr; gap: .4rem; }
        .architecture-flow b { width: 1px; height: 1rem; margin: 0 auto; }
        .architecture-flow b::before { top: 0; left: -.18rem; animation-name: control-packet-mobile; }
        .architecture-flow b::after { top: auto; right: -.18rem; bottom: 0; border-top: .3rem solid #42d9c8; border-right: .2rem solid transparent; border-bottom: 0; border-left: .2rem solid transparent; }
        .architecture-module dl { grid-template-columns: 1fr; }
        .performance-signals { grid-template-columns: 1fr; }
        .service-load-columns { display: none; }
        .service-load-row { grid-template-columns: minmax(8rem, 1fr) minmax(8rem, 1.5fr) 4rem; gap: .65rem; padding-right: 1rem; padding-left: 1rem; }
        .service-load-row [data-service-latency], .service-load-row [data-service-health] { display: none; }
        .service-load-header { align-items: flex-start; }
        .lab-canvas-hint { display: none; }
        .lab-card-visual { height: 15rem; }
    }

    @media (prefers-color-scheme: dark) {
        .lab-page { color: #eeebf7; }
        .lab-experiment { background: linear-gradient(155deg, #17102f, #211741); }
        .lab-next { background: #110c23; }
        .lab-rides { background: #110c23; }
        .lab-sandbox { background: linear-gradient(155deg, #17102f, #211741); }
        .lab-life { background: #110c23; }
        .photo-constellation-section, .time-machine-section { background: linear-gradient(155deg, #17102f, #211741); }
        .photographers-eye-section { background: #110c23; }
        .composition-studio-section { background: #110c23; }
        .control-room-section { background: #110c23; }
        .lab-experiment-heading h2, .lab-next-heading h2, .lab-note h3, .lab-card-copy h3 { color: #eeebf7; }
        .lab-deck, .lab-next-heading p, .lab-note p, .lab-card-copy p { color: #bbb2df; }
        .lab-inline-link { color: #cfc4ff; }
        .lab-note { border-top-color: rgb(255 255 255 / 0.14); }
        .lab-card-copy strong { border-color: rgb(255 255 255 / 0.14); color: #cfc4ff; }
        .photo-lab-controls { background: linear-gradient(145deg, #211741, #17102f); }
        .photo-lab-controls > div > p { color: #eeebf7; }
        .photo-lab-controls > div > span, .photo-lab-controls label span { color: #bbb2df; }
        .photo-lab-controls > a { color: #cfc4ff; border-color: #cfc4ff; }
    }

    @media (prefers-reduced-motion: reduce) {
        .lab-jump-link { scroll-behavior: auto; }
        .control-room-live i, .architecture-flow b::before, .pipeline-flow > li { animation: none; }
        .composition-overlay.is-animating [data-overlay].is-active, .composition-overlay.is-animating [data-overlay].is-active path, .composition-overlay.is-animating [data-overlay].is-active circle, .composition-overlay.is-animating [data-overlay].is-active rect { animation: none; }
    }

    .hero-social-bar {
        width: -moz-fit-content;
        width: fit-content;
        padding: 0.5rem 0.85rem;
        border: 1px solid rgb(255 255 255 / 0.22);
        border-radius: 9999px;
        background: rgb(255 255 255 / 0.09);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.18);
        backdrop-filter: blur(8px) saturate(145%);
    }

    .about-copy {
        padding-left: 1.25rem;
        border-left: 2px solid rgb(85 64 175 / 0.28);
    }

    .about-copy p + p {
        margin-top: 1.25rem;
    }

    .about-toolkit-row + .about-toolkit-row {
        padding-top: 1.25rem;
        border-top: 1px solid rgb(85 64 175 / 0.12);
    }

    .about-toolkit-label {
        font-size: clamp(0.72rem, 1.15vw, 1rem);
    }

    @media (max-width: 639px) {
        .hero-social-bar {
            width: 100%;
            border-radius: 1rem;
        }
    }

    @media (prefers-color-scheme: dark) {
        .about-copy {
            border-left-color: rgb(153 140 207 / 0.32);
        }

        .about-toolkit-row + .about-toolkit-row {
            border-top-color: rgb(255 255 255 / 0.10);
        }
    }

    .section-divider {
        border-top: 1px solid transparent;
        -o-border-image: linear-gradient(90deg, transparent, rgb(85 64 175 / 0.24), transparent) 1;
           border-image: linear-gradient(90deg, transparent, rgb(85 64 175 / 0.24), transparent) 1;
    }

    .home-lab { position: relative; overflow: hidden; background: radial-gradient(circle at 76% 42%, rgb(102 70 205 / .34), transparent 30rem), #100b25; color: white; }
    .home-lab::before { position: absolute; inset: 0; background-image: linear-gradient(rgb(255 255 255 / .035) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / .035) 1px, transparent 1px); background-size: 3rem 3rem; content: ""; -webkit-mask-image: linear-gradient(90deg, transparent, black); mask-image: linear-gradient(90deg, transparent, black); pointer-events: none; }
    .home-lab-layout { position: relative; display: grid; grid-template-columns: minmax(18rem, .78fr) minmax(32rem, 1.22fr); align-items: center; grid-gap: clamp(3rem, 7vw, 7rem); gap: clamp(3rem, 7vw, 7rem); }
    .home-lab-kicker { display: block; color: #f9e71c; font: .65rem monospace; letter-spacing: .16em; text-transform: uppercase; }
    .home-lab-copy h2 { max-width: 9em; padding-top: 1rem; font-size: clamp(2.65rem, 5vw, 5rem); line-height: .92; letter-spacing: -.045em; }
    .home-lab-copy > p { max-width: 36rem; padding-top: 1.5rem; color: rgb(255 255 255 / .66); font-size: .95rem; line-height: 1.75; }
    .home-lab-tags { display: flex; flex-wrap: wrap; gap: .4rem; padding-top: 1.5rem; }
    .home-lab-tags span { padding: .38rem .58rem; border: 1px solid rgb(255 255 255 / .13); border-radius: 9999px; color: rgb(255 255 255 / .55); font: .54rem monospace; letter-spacing: .05em; text-transform: uppercase; }
    .home-lab-button { display: inline-flex; align-items: center; gap: .65rem; margin-top: 2rem; padding: .8rem 1.15rem; border-radius: .25rem; color: white; font: 700 1.125rem Raleway, sans-serif; letter-spacing: .06em; text-transform: uppercase; }
    .home-lab-button i { font-size: 1.25rem; transition: transform .2s ease; }
    .home-lab-button:hover i { transform: translateX(.25rem); }
    .home-lab-gallery { position: relative; display: block; min-height: 39rem; perspective: 70rem; }
    .home-lab-frame { position: absolute; overflow: hidden; width: 68%; border: 1px solid rgb(255 255 255 / .2); border-radius: 1rem; background: #1a1235; box-shadow: 0 2rem 4rem rgb(0 0 0 / .34); transition: transform .45s cubic-bezier(.22, 1, .36, 1), border-color .3s ease; }
    .home-lab-frame > img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; filter: saturate(.7) contrast(1.08) brightness(.55); transition: filter .4s ease, transform .7s ease; }
    .home-lab-frame figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 2.3rem 1rem .9rem; background: linear-gradient(transparent, rgb(10 7 25 / .94)); }
    .home-lab-frame figcaption span { color: #f9e71c; font: .55rem monospace; }
    .home-lab-frame figcaption strong { display: block; padding-top: .15rem; font: 700 .78rem Raleway, sans-serif; letter-spacing: .04em; text-transform: uppercase; }
    .home-lab-frame figcaption small { display: block; padding-top: .2rem; color: rgb(255 255 255 / .45); font-size: .55rem; }
    .home-lab-frame-city { z-index: 3; top: 6rem; left: 0; height: 25rem; transform: rotateY(6deg) rotateZ(-2deg); }
    .home-lab-frame-signal { z-index: 2; top: 0; right: 0; width: 49%; height: 18rem; transform: rotateY(-7deg) rotateZ(3deg); }
    .home-lab-frame-photo { z-index: 4; right: 2%; bottom: 0; width: 51%; height: 18rem; transform: rotateY(-5deg) rotateZ(2deg); }
    .home-lab-gallery:hover .home-lab-frame { border-color: rgb(249 231 28 / .48); }
    .home-lab-gallery:hover .home-lab-frame > img { filter: saturate(.95) contrast(1.08) brightness(.7); transform: scale(1.035); }
    .lab-map-routes { position: absolute; inset: 0; background: linear-gradient(128deg, transparent 22%, rgb(249 231 28 / .65) 22.2% 22.5%, transparent 22.7% 63%, rgb(66 217 200 / .55) 63.2% 63.5%, transparent 63.7%); }
    .lab-map-routes i, .lab-map-routes b { position: absolute; width: .55rem; height: .55rem; border-radius: 50%; box-shadow: 0 0 .8rem currentColor; }
    .lab-map-routes i { background: #ff3f9b; color: #ff3f9b; } .lab-map-routes b { background: #42a4ff; color: #42a4ff; }
    .lab-map-routes i:nth-child(1) { top: 22%; left: 28%; } .lab-map-routes i:nth-child(2) { top: 51%; left: 62%; } .lab-map-routes i:nth-child(3) { top: 66%; left: 41%; }
    .lab-map-routes b:nth-of-type(1) { top: 34%; left: 48%; } .lab-map-routes b:nth-of-type(2) { top: 59%; left: 75%; } .lab-map-routes b:nth-of-type(3) { top: 43%; left: 19%; } .lab-map-routes b:nth-of-type(4) { top: 72%; left: 55%; }
    .lab-signal-particles { position: absolute; inset: 0; background: radial-gradient(circle at 40% 55%, rgb(99 70 215 / .4), transparent 48%); }
    .lab-signal-particles i { position: absolute; width: 4rem; height: 1px; background: linear-gradient(90deg, transparent, #f9e71c); box-shadow: 0 0 .5rem #f9e71c; transform: rotate(-24deg); }
    .lab-signal-particles i:nth-child(1) { top: 25%; left: 12%; } .lab-signal-particles i:nth-child(2) { top: 47%; left: 45%; transform: rotate(18deg); } .lab-signal-particles i:nth-child(3) { top: 68%; left: 23%; transform: rotate(42deg); } .lab-signal-particles i:nth-child(4) { top: 30%; right: 8%; transform: rotate(72deg); } .lab-signal-particles i:nth-child(5) { top: 79%; right: 12%; transform: rotate(-8deg); }
    .lab-photo-reticle { position: absolute; inset: 0; background-image: linear-gradient(90deg, transparent 33%, rgb(255 255 255 / .28) 33.2% 33.5%, transparent 33.7% 66%, rgb(255 255 255 / .28) 66.2% 66.5%, transparent 66.7%), linear-gradient(transparent 33%, rgb(255 255 255 / .28) 33.2% 33.5%, transparent 33.7% 66%, rgb(255 255 255 / .28) 66.2% 66.5%, transparent 66.7%); }
    .lab-photo-reticle i { position: absolute; top: 37%; left: 58%; width: 3.5rem; height: 3.5rem; border: 1px solid #ff3f9b; border-radius: 50%; box-shadow: 0 0 1.5rem rgb(255 63 155 / .55); }
    .home-lab-gallery-hint { position: absolute; right: 1rem; bottom: -1.8rem; color: rgb(255 255 255 / .4); font: .55rem monospace; letter-spacing: .08em; text-transform: uppercase; }
    .home-lab-gallery-hint i { display: inline-block; color: #f9e71c; font-size: 1rem; transform: rotate(45deg); }

    @media (max-width: 1023px) {
        .home-lab-layout { grid-template-columns: 1fr; }
        .home-lab-copy { max-width: 43rem; }
        .home-lab-copy h2 { max-width: 11em; }
        .home-lab-gallery { width: min(100%, 43rem); margin: 0 auto; }
    }

    @media (max-width: 639px) {
        .home-lab-gallery { min-height: 30rem; }
        .home-lab-frame-city { top: 5rem; width: 76%; height: 19rem; }
        .home-lab-frame-signal { width: 48%; height: 13rem; }
        .home-lab-frame-photo { width: 56%; height: 14rem; }
    }

    .page-surface {
        background-color: #fff;
        background-image:
            linear-gradient(110deg, transparent 24%, rgb(85 64 175 / 0.025) 48%, transparent 72%),
            repeating-linear-gradient(115deg, rgb(85 64 175 / 0.035) 0 1px, transparent 1px 4.5rem);
    }

    @media (prefers-color-scheme: dark) {
        .section-divider {
            border-image-source: linear-gradient(90deg, transparent, rgb(153 140 207 / 0.22), transparent);
        }

        .page-surface {
            background-color: rgb(17 12 35);
            background-image:
                linear-gradient(110deg, transparent 24%, rgb(153 140 207 / 0.035) 48%, transparent 72%),
                repeating-linear-gradient(115deg, rgb(153 140 207 / 0.04) 0 1px, transparent 1px 4.5rem);
        }
    }

    .glass-stage {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        flex-shrink: 0;
    }

    .glass-stage::before {
        position: absolute;
        z-index: -1;
        inset: 0;
        background:
            linear-gradient(110deg, transparent 18%, rgb(85 64 175 / 0.08) 42%, transparent 66%),
            repeating-linear-gradient(115deg, rgb(85 64 175 / 0.08) 0 1px, transparent 1px 3.5rem);
        content: "";
        pointer-events: none;
    }

    .glass-panel,
    .glass-card,
    .mobile-glass-panel {
        border: 1px solid rgb(255 255 255 / 0.58);
        background:
            linear-gradient(135deg, rgb(255 255 255 / 0.50), rgb(255 255 255 / 0.20)),
            rgb(238 235 247 / 0.34);
        box-shadow:
            inset 0 1px 0 rgb(255 255 255 / 0.72),
            0 12px 32px rgb(25 19 52 / 0.10);
        backdrop-filter: blur(10px) saturate(150%);
    }

    .glass-panel {
        border-radius: 1rem;
    }

    .glass-card {
        transition:
            transform 250ms ease,
            border-color 250ms ease,
            background-color 250ms ease,
            box-shadow 250ms ease;
    }

    .glass-card:hover {
        border-color: rgb(255 255 255 / 0.78);
        background:
            linear-gradient(135deg, rgb(85 64 175 / 0.58), rgb(65 47 144 / 0.38)),
            rgb(85 64 175 / 0.20);
        box-shadow:
            inset 0 1px 0 rgb(255 255 255 / 0.50),
            0 18px 42px rgb(25 19 52 / 0.20);
        transform: translateY(-0.25rem);
    }

    .glass-card-static {
        transition: none;
    }

    .glass-card-static:hover {
        border-color: rgb(255 255 255 / 0.58);
        background:
            linear-gradient(135deg, rgb(255 255 255 / 0.50), rgb(255 255 255 / 0.20)),
            rgb(238 235 247 / 0.34);
        box-shadow:
            inset 0 1px 0 rgb(255 255 255 / 0.72),
            0 12px 32px rgb(25 19 52 / 0.10);
        transform: none;
    }

    .glass-button {
        --glass-button-accent: 226 207 88;

        border: 1px solid rgb(255 255 255 / 0.44);
        background:
            linear-gradient(135deg, rgb(255 255 255 / 0.24), transparent 46%),
            rgb(91 65 196 / 0.96);
        box-shadow:
            inset 0 1px 0 rgb(255 255 255 / 0.34),
            0 9px 22px rgb(63 43 150 / 0.30);
        backdrop-filter: blur(8px) saturate(145%);
        transition: border-color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
    }

    .glass-button:hover {
        border-color: rgb(var(--glass-button-accent) / 0.88);
        background:
            linear-gradient(135deg, rgb(255 255 255 / 0.28), transparent 46%),
            rgb(105 75 216 / 0.98);
        box-shadow:
            inset 0 1px 0 rgb(255 255 255 / 0.40),
            0 12px 26px rgb(63 43 150 / 0.38),
            0 0 0 1px rgb(var(--glass-button-accent) / 0.14);
        transform: translateY(-1px);
    }

    .glass-button:focus-visible {
        outline: 3px solid rgb(var(--glass-button-accent) / 0.72);
        outline-offset: 3px;
    }

    .contact-input {
        border: 1px solid rgb(85 64 175 / 0.34);
        background-color: rgb(255 255 255 / 0.92);
        box-shadow: inset 0 1px 2px rgb(25 19 52 / 0.05);
        transition: border-color 180ms ease, box-shadow 180ms ease;
    }

    .contact-input:hover {
        border-color: rgb(85 64 175 / 0.52);
    }

    .contact-input:focus {
        border-color: rgb(85 64 175 / 0.82);
        box-shadow: 0 0 0 3px rgb(85 64 175 / 0.14);
        outline: none;
    }

    .newsletter-input {
        border: 1px solid rgb(255 255 255 / 0.52);
        background: rgb(255 255 255 / 0.86);
        box-shadow: inset 0 1px 2px rgb(25 19 52 / 0.08), 0 8px 24px rgb(25 19 52 / 0.14);
        backdrop-filter: blur(8px) saturate(140%);
        transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
    }

    .newsletter-scrim {
        background: linear-gradient(90deg, rgb(20 13 53 / 0.82), rgb(12 8 31 / 0.66));
    }

    .newsletter-heading {
        font-weight: 500;
        text-shadow: 0 2px 5px rgb(7 4 20 / 0.88), 0 0 22px rgb(7 4 20 / 0.55);
    }

    .newsletter-input:focus {
        border-color: rgb(255 255 255 / 0.92);
        background: rgb(255 255 255 / 0.96);
        box-shadow: 0 0 0 3px rgb(249 231 28 / 0.28), 0 10px 28px rgb(25 19 52 / 0.18);
        outline: none;
    }

    .newsletter-button {
        min-width: 10rem;
    }

    .video-glass-card {
        overflow: hidden;
    }

    .video-glass-card iframe {
        border-radius: 0.5rem;
    }

    .article-glass {
        margin-bottom: 4rem;
    }

    .article-navigation-pill {
        width: auto;
        min-width: 0;
        height: auto;
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
        text-decoration: none;
    }

    .article-author {
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.58);
    }

    .content-glass-panel {
        margin-bottom: 4rem;
    }

    .glass-footer {
        position: relative;
        border-top: 1px solid rgb(255 255 255 / 0.24);
        background-image: linear-gradient(110deg, rgb(255 255 255 / 0.10), transparent 38%, rgb(255 255 255 / 0.05));
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.12), 0 -10px 30px rgb(25 19 52 / 0.08);
    }

    .contact-detail + .contact-detail {
        border-top: 1px solid rgb(85 64 175 / 0.14);
    }

    .contact-detail-label {
        width: -moz-fit-content;
        width: fit-content;
        padding: 0.35rem 0.7rem;
        border: 1px solid rgb(136 121 199 / 0.14);
        border-radius: 9999px;
        background:
            linear-gradient(135deg, rgb(255 255 255 / 0.68), rgb(255 255 255 / 0.30)),
            rgb(136 121 199 / 0.035);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.78);
    }

    .contact-detail a {
        text-underline-offset: 0.2rem;
    }

    .contact-detail a:hover {
        text-decoration: underline;
    }

    .blog-post-card {
        position: relative;
    }

    .blog-post-card::before {
        position: absolute;
        top: 0;
        right: 1.5rem;
        left: 1.5rem;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgb(85 64 175 / 0.30), transparent);
        content: "";
    }

    .pagination-pill {
        min-width: 2.5rem;
        height: 2.5rem;
        padding: 0 0.7rem;
        border: 1px solid transparent;
        border-radius: 9999px;
        transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
    }

    .pagination-pill:hover {
        border-color: rgb(85 64 175 / 0.20);
        background: rgb(85 64 175 / 0.10);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.46);
    }

    .pagination-pill-current {
        border-color: rgb(255 255 255 / 0.40);
        background:
            linear-gradient(135deg, rgb(255 255 255 / 0.20), transparent 48%),
            rgb(85 64 175 / 0.94);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.28), 0 5px 14px rgb(63 43 150 / 0.24);
    }

    .pagination-pill-wide {
        gap: 0.15rem;
        padding-right: 0.85rem;
        padding-left: 0.85rem;
    }

    .pagination-gap {
        padding: 0 0.35rem;
        color: rgb(85 64 175 / 0.64);
    }

    @media (min-width: 1024px) {
        .contact-detail + .contact-detail {
            border-top: 0;
            border-left: 1px solid rgb(85 64 175 / 0.14);
        }
    }

    .mobile-glass-panel {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        border: 1px solid rgb(255 255 255 / 0.30);
        border-radius: 1.5rem;
        background:
            linear-gradient(135deg, rgb(255 255 255 / 0.20), transparent 38%),
            rgb(85 64 175 / 0.72);
        box-shadow:
            inset 0 1px 0 rgb(255 255 255 / 0.30),
            0 18px 48px rgb(25 19 52 / 0.28);
        backdrop-filter: blur(18px) saturate(170%);
    }

    .mobile-nav {
        transition: opacity 260ms ease, backdrop-filter 260ms ease;
    }

    .mobile-nav-panel {
        position: absolute;
        top: 5.5rem;
        right: 1rem;
        left: 1rem;
        max-height: calc(100% - 6.5rem);
        overflow-y: auto;
        overscroll-behavior: contain;
        opacity: 0.72;
        transform: translateY(-1.25rem) scale(0.98);
        transform-origin: top center;
        transition: opacity 360ms ease, transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .mobile-nav-open .mobile-nav-panel {
        opacity: 1;
        transform: translateX(0) scale(1);
    }

    .mobile-nav-panel::before {
        position: absolute;
        z-index: -1;
        top: -12rem;
        right: -10rem;
        width: 24rem;
        height: 24rem;
        border-radius: 9999px;
        background: radial-gradient(circle, rgb(255 255 255 / 0.22), transparent 68%);
        content: "";
        opacity: 0;
        transform: translate3d(3rem, -2rem, 0);
        transition: opacity 500ms ease 120ms, transform 700ms cubic-bezier(0.22, 1, 0.36, 1) 80ms;
        pointer-events: none;
    }

    .mobile-nav-open .mobile-nav-panel::before {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .mobile-nav-list > li {
        opacity: 0;
        transform: translateY(-0.6rem);
        transition: opacity 260ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .mobile-nav-open .mobile-nav-list > li {
        opacity: 1;
        transform: translateX(0);
    }

    .mobile-nav-open .mobile-nav-list > li:nth-child(1) { transition-delay: 80ms; }
    .mobile-nav-open .mobile-nav-list > li:nth-child(2) { transition-delay: 105ms; }
    .mobile-nav-open .mobile-nav-list > li:nth-child(3) { transition-delay: 130ms; }
    .mobile-nav-open .mobile-nav-list > li:nth-child(4) { transition-delay: 155ms; }
    .mobile-nav-open .mobile-nav-list > li:nth-child(5) { transition-delay: 180ms; }
    .mobile-nav-open .mobile-nav-list > li:nth-child(6) { transition-delay: 205ms; }
    .mobile-nav-open .mobile-nav-list > li:nth-child(7) { transition-delay: 230ms; }
    .mobile-nav-open .mobile-nav-list > li:nth-child(8) { transition-delay: 255ms; }
    .mobile-nav-open .mobile-nav-list > li:nth-child(9) { transition-delay: 280ms; }
    .mobile-nav-open .mobile-nav-list > li:nth-child(10) { transition-delay: 305ms; }

    .mobile-nav-toggle {
        position: absolute;
        top: 50%;
        right: clamp(1.25rem, 4vw, 4rem);
        display: grid;
        width: 2.5rem;
        height: 2.5rem;
        transform: translateY(-50%);
        place-items: center;
    }

    .mobile-nav-toggle-icon,
    .mobile-nav-toggle-icon::before,
    .mobile-nav-toggle-icon::after {
        width: 1.75rem;
        height: 2px;
        border-radius: 9999px;
        background: currentColor;
        content: "";
        transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
    }

    .mobile-nav-toggle-icon {
        position: relative;
        display: block;
    }

    .mobile-nav-toggle-icon::before,
    .mobile-nav-toggle-icon::after {
        position: absolute;
        left: 0;
    }

    .mobile-nav-toggle-icon::before {
        transform: translateY(-0.5rem);
    }

    .mobile-nav-toggle-icon::after {
        transform: translateY(0.5rem);
    }

    .mobile-nav-toggle-icon-open {
        background: transparent;
    }

    .mobile-nav-toggle-icon-open::before {
        transform: rotate(45deg);
    }

    .mobile-nav-toggle-icon-open::after {
        transform: rotate(-45deg);
    }

    @media (prefers-reduced-motion: reduce) {
        .mobile-nav,
        .mobile-nav-panel,
        .mobile-nav-panel::before,
        .mobile-nav-list > li,
        .mobile-nav-toggle-icon,
        .mobile-nav-toggle-icon::before,
        .mobile-nav-toggle-icon::after {
            transition-duration: 1ms;
            transition-delay: 0ms;
        }
    }

    @media (prefers-color-scheme: dark) {
        .glass-stage::before {
            background:
                linear-gradient(110deg, transparent 18%, rgb(153 140 207 / 0.10) 42%, transparent 66%),
                repeating-linear-gradient(115deg, rgb(153 140 207 / 0.09) 0 1px, transparent 1px 3.5rem);
        }

        .glass-panel,
        .glass-card {
            border-color: rgb(255 255 255 / 0.16);
            background:
                linear-gradient(135deg, rgb(255 255 255 / 0.10), transparent 48%),
                rgb(42 32 87 / 0.50);
            box-shadow:
                inset 0 1px 0 rgb(255 255 255 / 0.16),
                0 12px 32px rgb(0 0 0 / 0.22);
        }

        .glass-card:hover {
            border-color: rgb(255 255 255 / 0.30);
            background:
                linear-gradient(135deg, rgb(102 83 183 / 0.68), rgb(68 51 140 / 0.52)),
                rgb(42 32 87 / 0.42);
        }

        .glass-card-static:hover {
            border-color: rgb(255 255 255 / 0.16);
            background:
                linear-gradient(135deg, rgb(255 255 255 / 0.10), transparent 48%),
                rgb(42 32 87 / 0.50);
            box-shadow:
                inset 0 1px 0 rgb(255 255 255 / 0.16),
                0 12px 32px rgb(0 0 0 / 0.22);
        }

        .contact-detail + .contact-detail {
            border-color: rgb(255 255 255 / 0.10);
        }

        .contact-detail-label {
            border-color: rgb(255 255 255 / 0.10);
            background: rgb(255 255 255 / 0.06);
        }

        .blog-post-card::before {
            background: linear-gradient(90deg, transparent, rgb(153 140 207 / 0.28), transparent);
        }

        .pagination-pill:hover {
            border-color: rgb(255 255 255 / 0.14);
            background: rgb(255 255 255 / 0.08);
            box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.10);
        }

        .pagination-gap {
            color: rgb(153 140 207 / 0.70);
        }

        .article-author {
            box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.12);
        }

    }

    .desktop-nav {
        isolation: isolate;
        overflow: hidden;
        right: 0;
        left: 0;
        width: auto;
        border: 1px solid transparent;
        border-radius: 0;
    }

    .navigation-container {
        width: 100%;
        max-width: 96rem;
        margin-right: auto;
        margin-left: auto;
        padding-right: clamp(1.25rem, 4vw, 4rem);
        padding-left: clamp(1.25rem, 4vw, 4rem);
    }

    /* Override Tailwind's generic .transition utility so the pill geometry animates too. */
    .desktop-nav.transition {
        transition:
            top 350ms ease,
            right 350ms ease,
            left 350ms ease,
            border-color 350ms ease,
            border-radius 350ms ease,
            background-color 350ms ease,
            box-shadow 350ms ease;
    }

    /*
        A layered, light-catching surface for the navigation once content is
        scrolling underneath it. The opaque background is also a fallback for
        browsers that do not support backdrop-filter.
    */
    .desktop-nav.nav-liquid-glass {
        top: 0.75rem;
        right: 0.75rem;
        left: 0.75rem;
        width: auto;
        border: 1px solid rgb(255 255 255 / 0.44);
        border-radius: 1.5rem;
        background-color: transparent;
        box-shadow:
            inset 0 1px 0 rgb(255 255 255 / 0.58),
            inset 0 -2px 3px rgb(25 19 52 / 0.16),
            0 12px 36px rgb(25 19 52 / 0.26);
        backdrop-filter: blur(6px) saturate(165%) contrast(105%);
    }

    .desktop-nav::before {
        position: absolute;
        z-index: -1;
        inset: 0;
        background:
            radial-gradient(ellipse at 18% -70%, rgb(255 255 255 / 0.32), transparent 45%),
            radial-gradient(ellipse at 82% 170%, rgb(187 178 223 / 0.18), transparent 46%),
            linear-gradient(100deg, transparent 42%, rgb(255 255 255 / 0.08) 50%, transparent 58%),
            linear-gradient(115deg, rgb(255 255 255 / 0.18), transparent 34%),
            linear-gradient(180deg, rgb(85 64 175 / 0.22), rgb(65 47 144 / 0.12));
        content: "";
        opacity: 0;
        pointer-events: none;
        transition: opacity 350ms ease;
    }

    .desktop-nav.nav-liquid-glass::before {
        opacity: 1;
    }

    .desktop-nav::after {
        position: absolute;
        z-index: -1;
        inset: 0;
        background:
            linear-gradient(115deg, rgb(255 255 255 / 0.28), transparent 34%),
            linear-gradient(180deg, rgb(255 255 255 / 0.30), rgb(238 235 247 / 0.12));
        content: "";
        opacity: 0;
        pointer-events: none;
        transition: opacity 350ms ease;
    }

    .desktop-nav.nav-liquid-glass a,
    .desktop-nav.nav-liquid-glass button {
        color: rgb(25 19 52);
        text-shadow: 0 1px 1px rgb(255 255 255 / 0.45);
        transition:
            color 350ms ease,
            text-shadow 350ms ease;
    }

    .desktop-nav.nav-liquid-glass button i {
        color: inherit;
    }

    .desktop-nav.nav-liquid-glass.nav-glass-on-light a:hover,
    .desktop-nav.nav-liquid-glass.nav-glass-on-light a:focus-visible {
        text-decoration-color: rgb(85 64 175);
    }

    .desktop-nav.nav-liquid-glass.nav-glass-on-dark {
        border-color: rgb(255 255 255 / 0.52);
        box-shadow:
            inset 0 1px 0 rgb(255 255 255 / 0.62),
            inset 0 -2px 3px rgb(0 0 0 / 0.16),
            0 12px 36px rgb(0 0 0 / 0.28);
    }

    .desktop-nav.nav-liquid-glass.nav-glass-on-dark::after {
        opacity: 1;
    }

    .desktop-nav.nav-liquid-glass.nav-glass-on-dark a,
    .desktop-nav.nav-liquid-glass.nav-glass-on-dark button {
        color: rgb(250 250 250);
        text-shadow: 0 1px 2px rgb(0 0 0 / 0.55);
    }

    @media (prefers-color-scheme: dark) {
        .desktop-nav.nav-liquid-glass {
            border-color: rgb(187 178 223 / 0.36);
            background-color: rgb(22 15 51 / 0.42);
            box-shadow:
                inset 0 1px 0 rgb(255 255 255 / 0.20),
                inset 0 -2px 4px rgb(5 3 15 / 0.34),
                0 12px 36px rgb(5 3 15 / 0.42);
            backdrop-filter: blur(8px) saturate(140%) contrast(108%);
        }

        .desktop-nav.nav-liquid-glass::before {
            background:
                radial-gradient(ellipse at 18% -70%, rgb(174 157 238 / 0.15), transparent 43%),
                radial-gradient(ellipse at 82% 170%, rgb(92 68 184 / 0.18), transparent 46%),
                linear-gradient(100deg, transparent 42%, rgb(255 255 255 / 0.035) 50%, transparent 58%),
                linear-gradient(115deg, rgb(126 105 210 / 0.10), transparent 34%),
                linear-gradient(180deg, rgb(58 42 121 / 0.30), rgb(20 13 48 / 0.24));
        }

        .desktop-nav.nav-liquid-glass.nav-glass-on-dark {
            border-color: rgb(187 178 223 / 0.40);
            box-shadow:
                inset 0 1px 0 rgb(255 255 255 / 0.22),
                inset 0 -2px 4px rgb(0 0 0 / 0.30),
                0 12px 36px rgb(0 0 0 / 0.42);
        }

        .desktop-nav.nav-liquid-glass.nav-glass-on-dark::after {
            background:
                linear-gradient(115deg, rgb(157 138 228 / 0.10), transparent 32%),
                linear-gradient(180deg, rgb(65 47 144 / 0.18), rgb(18 12 43 / 0.18));
        }
    }

    @media (min-width: 640px) {
        .desktop-nav.nav-liquid-glass {
            right: 1.25rem;
            left: 1.25rem;
        }
    }

html {
  font-family: Open Sans, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

    /*
        clicking anchor links from another page to home page must scroll the content 40px
        so it doesn't appear under the fixed navigation
    */
    scroll-padding-top: 40px;
}

body {
    background-color: #fff;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #110c23;
    }
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

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

.-right-2 {
  right: -0.5rem;
}

.-top-2 {
  top: -0.5rem;
}

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

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

.left-0 {
  left: 0px;
}

.left-2\/5 {
  left: 40%;
}

.left-8 {
  left: 2rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

.top-3 {
  top: 0.75rem;
}

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

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.mb-20 {
  margin-bottom: 5rem;
}

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

.ml-0 {
  margin-left: 0px;
}

.ml-10 {
  margin-left: 2.5rem;
}

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

.ml-6 {
  margin-left: 1.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

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

.mr-5 {
  margin-right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-72 {
  height: 18rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.w-0\.5 {
  width: 0.125rem;
}

.w-1\/4 {
  width: 25%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

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

.flex-1 {
  flex: 1 1;
}

.flex-auto {
  flex: 1 1 auto;
}

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

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

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) 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: 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 hideTop {

  from {
    top: 0px;
  }

  to {
    top: -100px;
  }
}

.animate-hideTop {
  animation: hideTop 0.5s ease-in-out forwards;
}

@keyframes showTop {

  from {
    top: -100px;
  }

  to {
    top: 0px;
  }
}

.animate-showTop {
  animation: showTop 0.5s ease-in-out forwards;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

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

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

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

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

.border-grey-40 {
  --tw-border-opacity: 1;
  border-color: rgb(146 146 147 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-grey-40 {
    border-color: rgb(146 146 147 / var(--tw-border-opacity, 1));
  }
}

.border-grey-70 {
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-grey-70 {
    border-color: rgb(216 216 216 / var(--tw-border-opacity, 1));
  }
}

.border-lila {
  --tw-border-opacity: 1;
  border-color: rgb(230 229 236 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-lila {
    border-color: rgb(230 229 236 / var(--tw-border-opacity, 1));
  }
}

.border-lime-800 {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-lime-800 {
    border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  }
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-red-800 {
    border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  }
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-white {
    border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-\[\#fff\] {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-black {
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }
}

.bg-grey-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 146 147 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-grey-40 {
    background-color: rgb(146 146 147 / var(--tw-bg-opacity, 1));
  }
}

.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 248 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-grey-50 {
    background-color: rgb(244 243 248 / var(--tw-bg-opacity, 1));
  }
}

.bg-grey-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 216 216 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-grey-70 {
    background-color: rgb(216 216 216 / var(--tw-bg-opacity, 1));
  }
}

.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-lime-100 {
    background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
  }
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(85 64 175 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-primary {
    background-color: rgb(85 64 175 / var(--tw-bg-opacity, 1));
  }
}

.bg-primary\/0 {
  background-color: rgb(85 64 175 / 0);
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-red-100 {
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  }
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-white {
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  }
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

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

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

.bg-work-bg-light {
  background-image: url("/assets/home/experience-figure-b0effa98.svg");
}

.from-blog-gradient-from {
  --tw-gradient-from: #8f9098 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(143 144 152 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-hero-gradient-from {
  --tw-gradient-from: rgba(85, 64, 174, 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(85, 64, 174, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-blog-gradient-to {
  --tw-gradient-to: #222222 var(--tw-gradient-to-position);
}

.to-cta-gradient-to {
  --tw-gradient-to: rgba(65, 47, 144, 0.85) var(--tw-gradient-to-position);
}

.to-hero-gradient-to {
  --tw-gradient-to: rgba(65, 47, 144, 0.70) var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pb-0 {
  padding-bottom: 0px;
}

.pb-12 {
  padding-bottom: 3rem;
}

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

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

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

.pb-\[56\%\] {
  padding-bottom: 56%;
}

.pl-0 {
  padding-left: 0px;
}

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

.pl-4 {
  padding-left: 1rem;
}

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

.pr-2 {
  padding-right: 0.5rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

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

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

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

.pt-20 {
  padding-top: 5rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

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

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

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

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

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

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

.font-body {
  font-family: Open Sans, sans-serif;
}

.font-header {
  font-family: Raleway, sans-serif;
}

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

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

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

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

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

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

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

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

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

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

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

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

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

.tracking-wide {
  letter-spacing: 0.025em;
}

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

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-black {
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}

.text-grey-10 {
  --tw-text-opacity: 1;
  color: rgb(108 107 109 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-grey-10 {
    color: rgb(108 107 109 / var(--tw-text-opacity, 1));
  }
}

.text-grey-20 {
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-grey-20 {
    color: rgb(124 124 124 / var(--tw-text-opacity, 1));
  }
}

.text-grey-30 {
  --tw-text-opacity: 1;
  color: rgb(145 144 145 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-grey-30 {
    color: rgb(145 144 145 / var(--tw-text-opacity, 1));
  }
}

.text-grey-40 {
  --tw-text-opacity: 1;
  color: rgb(146 146 147 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-grey-40 {
    color: rgb(146 146 147 / var(--tw-text-opacity, 1));
  }
}

.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-lime-900 {
    color: rgb(54 83 20 / var(--tw-text-opacity, 1));
  }
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(85 64 175 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-primary {
    color: rgb(85 64 175 / var(--tw-text-opacity, 1));
  }
}

.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(136 121 199 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-primary-400 {
    color: rgb(136 121 199 / var(--tw-text-opacity, 1));
  }
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-red-900 {
    color: rgb(127 29 29 / var(--tw-text-opacity, 1));
  }
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(37 36 38 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-secondary {
    color: rgb(37 36 38 / var(--tw-text-opacity, 1));
  }
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-slate-800 {
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
  }
}

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

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-white {
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  }
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(249 231 28 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-yellow {
    color: rgb(249 231 28 / var(--tw-text-opacity, 1));
  }
}

.no-underline {
  text-decoration-line: none;
}

.decoration-yellow {
  text-decoration-color: #f9e71c;
}

.decoration-2 {
  text-decoration-thickness: 2px;
}

.underline-offset-8 {
  text-underline-offset: 8px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.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: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  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: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: blur(8px) 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: 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);
}

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

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

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: blur(4px) 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-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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:bg-grey-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 124 124 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-grey-20:hover {
    background-color: rgb(124 124 124 / var(--tw-bg-opacity, 1));
  }
}

.hover\:bg-lime-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-lime-200:hover {
    background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
  }
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-red-200:hover {
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
  }
}

.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(249 231 28 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-yellow:hover {
    color: rgb(249 231 28 / var(--tw-text-opacity, 1));
  }
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group:hover .group-hover\:text-white {
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  }
}

.group:hover .group-hover\:text-white\/90 {
  color: rgb(250 250 250 / 0.9);
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

@media (min-width: 375px) {

  .xs\:bg-\[center_top_1000rem\] {
    background-position: center top 1000rem;
  }
}

@media (min-width: 640px) {

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

  .sm\:mr-4 {
    margin-right: 1rem;
  }

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

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

  .sm\:mt-20 {
    margin-top: 5rem;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-84 {
    height: 21rem;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-56 {
    width: 14rem;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

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

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

  .sm\:pt-56 {
    padding-top: 14rem;
  }

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

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

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

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

@media (min-width: 768px) {

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

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

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

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

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

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

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

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

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

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pl-18 {
    padding-left: 4.5rem;
  }

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

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

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

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

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

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

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

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

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

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

@media (min-width: 1024px) {

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .lg\:mt-18 {
    margin-top: 4.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

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

  .lg\:w-full {
    width: 100%;
  }

  .lg\:flex-1 {
    flex: 1 1;
  }

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

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

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

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

  .lg\:bg-top {
    background-position: top;
  }

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

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

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

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

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

  .lg\:pt-0 {
    padding-top: 0px;
  }

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

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

  .lg\:pt-64 {
    padding-top: 16rem;
  }

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

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

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

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

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

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

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

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

@media (min-width: 1280px) {

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

  .xl\:h-28 {
    height: 7rem;
  }

  .xl\:h-72 {
    height: 18rem;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

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

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

@media (min-width: 1536px) {

  .\32xl\:w-full {
    width: 100%;
  }
}

@media (prefers-color-scheme: dark) {

  .dark\:border-primary-70 {
    --tw-border-opacity: 1;
    border-color: rgb(59 44 122 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:border-primary-70 {
      border-color: rgb(59 44 122 / var(--tw-border-opacity, 1));
    }
}

  .dark\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(85 64 175 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:bg-primary {
      background-color: rgb(85 64 175 / var(--tw-bg-opacity, 1));
    }
}

  .dark\:bg-primary-20 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 12 35 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:bg-primary-20 {
      background-color: rgb(17 12 35 / var(--tw-bg-opacity, 1));
    }
}

  .dark\:bg-primary-40 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 25 70 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:bg-primary-40 {
      background-color: rgb(34 25 70 / var(--tw-bg-opacity, 1));
    }
}

  .dark\:bg-primary-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(42 32 87 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:bg-primary-50 {
      background-color: rgb(42 32 87 / var(--tw-bg-opacity, 1));
    }
}

  .dark\:bg-primary-50\/0 {
    background-color: rgb(42 32 87 / 0);
  }

  .dark\:bg-work-bg-dark {
    background-image: url("/assets/home/experience-figure-dark-3eb15bb4.svg");
  }

  .dark\:from-hero-gradient-dark-from {
    --tw-gradient-from: rgba(42, 32, 87, 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(42, 32, 87, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .dark\:to-hero-gradient-dark-to {
    --tw-gradient-to: rgba(42, 32, 87, 0.70) var(--tw-gradient-to-position);
  }

  .dark\:text-primary-1000 {
    --tw-text-opacity: 1;
    color: rgb(238 235 247 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:text-primary-1000 {
      color: rgb(238 235 247 / var(--tw-text-opacity, 1));
    }
}

  .dark\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgb(118 102 191 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:text-primary-300 {
      color: rgb(118 102 191 / var(--tw-text-opacity, 1));
    }
}

  .dark\:text-primary-400 {
    --tw-text-opacity: 1;
    color: rgb(136 121 199 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:text-primary-400 {
      color: rgb(136 121 199 / var(--tw-text-opacity, 1));
    }
}

  .dark\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgb(153 140 207 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:text-primary-500 {
      color: rgb(153 140 207 / var(--tw-text-opacity, 1));
    }
}

  .dark\:text-primary-700 {
    --tw-text-opacity: 1;
    color: rgb(187 178 223 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:text-primary-700 {
      color: rgb(187 178 223 / var(--tw-text-opacity, 1));
    }
}

  .dark\:text-primary-900 {
    --tw-text-opacity: 1;
    color: rgb(221 216 239 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:text-primary-900 {
      color: rgb(221 216 239 / var(--tw-text-opacity, 1));
    }
}

  .dark\:shadow-primary-40 {
    --tw-shadow-color: #221946;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .dark\:brightness-200 {
    --tw-brightness: brightness(2);
    filter: var(--tw-blur) brightness(2) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    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);
  }

  .dark\:invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    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);
  }

  .dark\:hover\:text-primary-500:hover {
    --tw-text-opacity: 1;
    color: rgb(153 140 207 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:hover\:text-primary-500:hover {
      color: rgb(153 140 207 / var(--tw-text-opacity, 1));
    }
}
}

@media (min-width: 1024px) {

  @media (prefers-color-scheme: dark) {

    .lg\:dark\:bg-primary-20 {
      --tw-bg-opacity: 1;
      background-color: rgb(17 12 35 / 1);
    }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.lg\:dark\:bg-primary-20 {
        background-color: rgb(17 12 35 / var(--tw-bg-opacity, 1));
      }
}

    .lg\:dark\:bg-primary-40 {
      --tw-bg-opacity: 1;
      background-color: rgb(34 25 70 / 1);
    }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.lg\:dark\:bg-primary-40 {
        background-color: rgb(34 25 70 / var(--tw-bg-opacity, 1));
      }
}
  }
}
