/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", sans-serif;
    --font-mono: "IBM Plex Mono", monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #9a5cff;
    --color-primary-500: #9a5cff;
    --color-secondary-500: #30d8ff;
    --color-neutral: #f6f2ff;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-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-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[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;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
    background: #05050a;
  }
  body {
    margin: 0;
    background: #05050a;
    color: #f6f2ff;
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
  }
  ::selection {
    background: #7c3aed;
    color: #fff;
  }
  a:focus-visible, button:focus-visible {
    outline: 2px solid #30d8ff;
    outline-offset: 4px;
  }
}
@layer components {
  :root {
    --ms-bg: #05050a;
    --ms-deep: #090812;
    --ms-panel: #0d0b18;
    --ms-ink: #f6f2ff;
    --ms-muted: #a49db7;
    --ms-violet: #9a5cff;
    --ms-blue: #3978ff;
    --ms-cyan: #30d8ff;
    --ms-line: rgba(178, 151, 255, .18);
  }
  .ms-page {
    position: relative;
    isolation: isolate;
    overflow-x: hidden;
    overflow-y: visible;
    background: #03040a;
    color: var(--ms-ink);
  }
  .ms-page::before {
    content: "";
    position: fixed;
    z-index: -3;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(90deg,rgba(2,4,12,.26),rgba(3,4,14,.12) 48%,rgba(4,3,12,.22)),linear-gradient(180deg,rgba(3,5,14,.14),rgba(4,3,10,.34)),var(--ms-site-background);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .ms-page::after {
    content: "";
    position: fixed;
    z-index: -2;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 77% 12%,rgba(70,43,160,.11),transparent 31rem),radial-gradient(circle at 8% 55%,rgba(6,50,88,.13),transparent 34rem),linear-gradient(180deg,transparent 0%,rgba(3,3,9,.08) 52%,rgba(3,3,8,.3) 100%);
  }
  .ms-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }
  .ms-header {
    position: relative;
    z-index: 20;
    background: linear-gradient(180deg,rgba(7,6,10,.9),rgba(5,5,10,.65));
    border-bottom: 1px solid rgba(220,178,92,.13);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 45px rgba(0,0,0,.22);
  }
  .ms-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg,transparent 8%,rgba(154,92,255,.5) 31%,rgba(222,177,84,.58) 50%,rgba(48,216,255,.45) 69%,transparent 92%);
    opacity: .7;
  }
  .ms-header-inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .ms-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    text-decoration: none;
    font-family: "Michroma", sans-serif;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .ms-brand-mark {
    width: 49px;
    height: 49px;
    flex: 0 0 49px;
    object-fit: contain;
    filter: drop-shadow(0 7px 10px rgba(0,0,0,.45)) drop-shadow(0 0 12px rgba(209,160,65,.14));
    transition: transform .35s ease,filter .35s ease;
  }
  .ms-brand:hover .ms-brand-mark {
    transform: translateY(-2px) scale(1.035);
    filter: drop-shadow(0 9px 14px rgba(0,0,0,.5)) drop-shadow(0 0 18px rgba(224,174,72,.28));
  }
  .ms-nav {
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .ms-nav a {
    color: #bdb6cd;
    text-decoration: none;
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    transition: color .2s, text-shadow .2s, border-color .2s;
  }
  .ms-nav a:hover {
    color: #fff;
    text-shadow: 0 0 15px rgba(48,216,255,.65);
  }
  .ms-nav .ms-nav-cta {
    border: 1px solid rgba(154,92,255,.52);
    padding: 10px 15px;
    color: #fff;
    background: rgba(154,92,255,.08);
  }
  .ms-mobile-nav {
    display: none;
    position: relative;
  }
  .ms-mobile-nav summary {
    list-style: none;
  }
  .ms-mobile-nav summary::-webkit-details-marker {
    display: none;
  }
  .ms-hero {
    min-height: 760px;
    display: grid;
    grid-template-columns: .91fr 1.09fr;
    align-items: center;
    gap: 68px;
    padding-block: 96px 106px;
    position: relative;
  }
  .ms-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 620px;
    height: 620px;
    right: -90px;
    top: 10%;
    border-radius: 50%;
    background: conic-gradient(from 180deg,transparent,rgba(120,67,218,.12),transparent 38%,rgba(212,161,64,.1),transparent 72%);
    filter: blur(20px);
    animation: ms-aurora 18s linear infinite;
  }
  .ms-hero-copy {
    position: relative;
    z-index: 2;
  }
  .ms-reveal {
    opacity: 0;
    transform: translateY(20px);
    animation: ms-rise .75s cubic-bezier(.2,.75,.2,1) forwards;
  }
  .ms-delay-1 {
    animation-delay: .12s;
  }
  .ms-delay-2 {
    animation-delay: .25s;
  }
  .ms-delay-3 {
    animation-delay: .38s;
  }
  .ms-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 26px;
    color: #d6a958;
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
  }
  .ms-kicker::before {
    content: "";
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg,var(--ms-violet),#dbae55);
    box-shadow: 0 0 12px rgba(219,174,85,.55);
  }
  .ms-title {
    max-width: 760px;
    margin: 0 0 30px;
    color: #fff;
    font-family: "Michroma", sans-serif;
    font-size: clamp(46px, 6.2vw, 89px);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.055em;
    text-transform: uppercase;
    text-wrap: balance;
    text-shadow: 0 18px 48px rgba(0,0,0,.4);
  }
  .ms-title span {
    display: block;
    color: transparent;
    background: linear-gradient(105deg,#f6f1ff 4%,#b27dff 40%,#4bd9ff 73%,#e2b45c 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(0 0 26px rgba(118,74,230,.22));
    animation: ms-title-shift 8s ease-in-out infinite;
  }
  .ms-lead {
    max-width: 620px;
    margin: 0 0 38px;
    color: var(--ms-muted);
    font-size: 18px;
    line-height: 1.75;
  }
  .ms-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
  .ms-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding-inline: 24px;
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
    text-decoration: none;
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    transition: transform .25s,border-color .25s,box-shadow .25s;
  }
  .ms-button::before {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-120%) skewX(-24deg);
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);
    transition: transform .55s ease;
  }
  .ms-button span {
    position: relative;
    z-index: 1;
  }
  .ms-button-primary {
    border-color: rgba(187,133,255,.8);
    background: linear-gradient(110deg,#6225bf,#285ad2 70%,#85612d);
    box-shadow: 0 0 34px rgba(99,102,241,.22),inset 0 1px rgba(255,255,255,.15);
  }
  .ms-button:hover {
    transform: translateY(-3px);
    border-color: #d7ae5c;
    box-shadow: 0 10px 38px rgba(48,216,255,.14),0 0 24px rgba(215,174,92,.1);
  }
  .ms-button:hover::before {
    transform: translateX(120%) skewX(-24deg);
  }
  .ms-hero-signature {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    color: #5e586d;
    font-family: "IBM Plex Mono",monospace;
    font-size: 8px;
    letter-spacing: .2em;
  }
  .ms-hero-signature i {
    display: block;
    width: 18px;
    height: 1px;
    background: linear-gradient(90deg,#674394,#a77738);
  }
  .ms-visual {
    position: relative;
    min-width: 0;
    min-height: 430px;
    display: grid;
    place-items: center;
    perspective: 1100px;
  }
  .ms-video-aura {
    position: absolute;
    z-index: -1;
    width: 84%;
    height: 76%;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(177,119,41,.2),rgba(102,53,196,.12) 42%,transparent 72%);
    filter: blur(34px);
    animation: ms-breathe 5s ease-in-out infinite;
  }
  .ms-video-frame {
    position: relative;
    width: 100%;
    padding: 7px;
    overflow: hidden;
    border: 1px solid rgba(215,174,89,.34);
    background: linear-gradient(135deg,rgba(224,179,88,.1),rgba(20,16,12,.76));
    box-shadow: 0 38px 100px rgba(0,0,0,.48),0 0 65px rgba(182,119,29,.11),-18px -18px 70px rgba(100,54,192,.08);
    clip-path: polygon(20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%,0 20px);
    transform: rotateY(-2deg) rotateX(1deg);
    transition: transform .5s cubic-bezier(.2,.75,.2,1),box-shadow .5s;
  }
  .ms-video-frame:hover {
    transform: rotateY(0) rotateX(0) translateY(-4px);
    box-shadow: 0 44px 110px rgba(0,0,0,.52),0 0 82px rgba(203,145,43,.16),-18px -18px 80px rgba(100,54,192,.1);
  }
  .ms-hero-video {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    background: #090705;
  }
  .ms-video-grid {
    position: absolute;
    inset: 7px;
    pointer-events: none;
    opacity: .13;
    background-image: linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
    background-size: 32px 32px;
    mask-image: linear-gradient(to bottom,transparent,#000 28%,#000 72%,transparent);
  }
  .ms-video-sweep {
    position: absolute;
    left: 7px;
    right: 7px;
    top: -8%;
    height: 18%;
    pointer-events: none;
    background: linear-gradient(to bottom,transparent,rgba(229,188,107,.12),transparent);
    filter: blur(2px);
    animation: ms-video-sweep 6.5s ease-in-out infinite;
  }
  .ms-banner-corner {
    position: absolute;
    z-index: 4;
    width: 48px;
    height: 48px;
    border-color: rgba(226,184,96,.78);
    filter: drop-shadow(0 0 8px rgba(226,184,96,.25));
  }
  .ms-banner-corner-a {
    left: -1px;
    top: -1px;
    border-left: 2px solid;
    border-top: 2px solid;
  }
  .ms-banner-corner-b {
    right: -1px;
    bottom: -1px;
    border-right: 2px solid;
    border-bottom: 2px solid;
  }
  .ms-video-hud {
    position: absolute;
    z-index: 5;
    left: 19px;
    right: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(232,222,204,.66);
    font-family: "IBM Plex Mono",monospace;
    font-size: 7px;
    letter-spacing: .16em;
    text-transform: uppercase;
    pointer-events: none;
  }
  .ms-video-hud b {
    color: #e2b45c;
    font-weight: 700;
  }
  .ms-video-hud-top {
    top: 18px;
  }
  .ms-video-hud-bottom {
    bottom: 18px;
  }
  .ms-float {
    position: absolute;
    z-index: 6;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(7,7,16,.74);
    backdrop-filter: blur(10px);
    color: #aaa5c4;
    font-family: "IBM Plex Mono",monospace;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
  }
  .ms-float b {
    color: #e0b25a;
  }
  .ms-float-a {
    left: -18px;
    top: 11%;
    animation: ms-float-a 5s ease-in-out infinite;
  }
  .ms-float-b {
    right: -20px;
    bottom: 11%;
    animation: ms-float-b 5.5s ease-in-out infinite;
  }
  .ms-particles {
    position: absolute;
    inset: -10%;
    z-index: -1;
    pointer-events: none;
  }
  .ms-particles i {
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #e2b45c;
    box-shadow: 0 0 12px 3px rgba(226,180,92,.3);
    animation: ms-drift 7s ease-in-out infinite;
  }
  .ms-particles i:nth-child(1) {
    left: 10%;
    top: 78%;
    animation-delay: -1s;
  }
  .ms-particles i:nth-child(2) {
    left: 23%;
    top: 11%;
    width: 2px;
    height: 2px;
    animation-delay: -4s;
  }
  .ms-particles i:nth-child(3) {
    right: 15%;
    top: 4%;
    background: #a672ff;
    animation-delay: -2.5s;
  }
  .ms-particles i:nth-child(4) {
    right: 3%;
    top: 62%;
    background: #55dfff;
    animation-delay: -5s;
  }
  .ms-particles i:nth-child(5) {
    left: 2%;
    top: 39%;
    width: 2px;
    height: 2px;
    animation-delay: -6s;
  }
  .ms-particles i:nth-child(6) {
    right: 32%;
    bottom: 1%;
    animation-delay: -3s;
  }
  .ms-status {
    position: relative;
    border-block: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(90deg,rgba(10,9,20,.7),rgba(21,15,31,.72),rgba(11,9,17,.7));
    box-shadow: inset 0 1px rgba(219,177,91,.04);
  }
  .ms-status::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -1px;
    width: 34%;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg,transparent,#d3a84f,transparent);
    box-shadow: 0 0 14px rgba(211,168,79,.35);
  }
  .ms-status-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
  }
  .ms-stat {
    padding: 27px 28px;
    border-right: 1px solid rgba(255,255,255,.08);
    transition: background .25s;
  }
  .ms-stat:hover {
    background: rgba(255,255,255,.018);
  }
  .ms-stat:last-child {
    border: 0;
  }
  .ms-stat small {
    display: block;
    margin-bottom: 6px;
    color: #706a83;
    font-family: "IBM Plex Mono",monospace;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
  }
  .ms-stat strong {
    color: #e8e4f6;
    font-family: "IBM Plex Mono",monospace;
    font-size: 12px;
    letter-spacing: .05em;
  }
  .ms-live {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: #dbae55;
    box-shadow: 0 0 11px #dbae55;
    animation: ms-pulse 2s ease-in-out infinite;
  }
  .ms-section {
    padding-block: 120px;
  }
  .ms-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 34px;
    margin-bottom: 52px;
  }
  .ms-eyebrow {
    margin-bottom: 14px;
    color: #a36cff;
    font-family: "IBM Plex Mono", monospace;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
  }
  .ms-h2 {
    margin: 0;
    color: #fff;
    font-family: "Michroma", sans-serif;
    font-size: clamp(32px,4.5vw,59px);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -.045em;
    text-transform: uppercase;
  }
  .ms-section-copy {
    max-width: 430px;
    margin: 0;
    color: #918aa5;
    line-height: 1.75;
  }
  .ms-feature {
    min-height: 540px;
    display: grid;
    grid-template-columns: 1.06fr .94fr;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(181,145,255,.2);
    background: linear-gradient(135deg,rgba(22,16,45,.78),rgba(8,7,15,.97));
    box-shadow: 0 34px 100px rgba(0,0,0,.38),0 0 0 1px rgba(219,174,85,.025);
    clip-path: polygon(18px 0,100% 0,100% calc(100% - 18px),calc(100% - 18px) 100%,0 100%,0 18px);
  }
  .ms-feature::after {
    content: "";
    position: absolute;
    right: -14%;
    top: -35%;
    width: 46%;
    height: 170%;
    pointer-events: none;
    background: linear-gradient(110deg,transparent,rgba(213,171,86,.045),transparent);
    transform: rotate(12deg);
  }
  .ms-game-art {
    min-height: 540px;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    padding: 42px;
    background: radial-gradient(circle at 50% 48%,rgba(40,84,150,.32),transparent 42%),radial-gradient(circle at 52% 44%,rgba(154,92,255,.08),transparent 62%),linear-gradient(145deg,#090d18,#02040a 76%);
  }
  .ms-game-art::before {
    content: "";
    position: absolute;
    inset: -15%;
    background: repeating-linear-gradient(115deg,transparent 0 37px,rgba(114,88,255,.07) 38px 39px);
    transform: perspective(500px) rotateX(55deg) rotateZ(-14deg);
  }
  .ms-game-logo {
    position: relative;
    z-index: 2;
    display: block;
    width: min(100%,430px);
    height: auto;
    filter: drop-shadow(0 26px 38px rgba(0,0,0,.56));
    transition: transform .45s cubic-bezier(.2,.75,.2,1),filter .45s;
  }
  .ms-feature:hover .ms-game-logo {
    transform: scale(1.025);
    filter: drop-shadow(0 30px 45px rgba(24,82,169,.24));
  }
  .ms-project-scanline {
    position: absolute;
    z-index: 3;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(90deg,transparent,rgba(124,188,255,.7),transparent);
    box-shadow: 0 0 18px rgba(69,153,255,.6);
    animation: ms-project-scan 5.5s ease-in-out infinite;
    pointer-events: none;
  }
  .ms-project-rings {
    position: absolute;
    z-index: 1;
    width: 78%;
    aspect-ratio: 1;
    border: 1px solid rgba(78,145,255,.1);
    border-radius: 50%;
    box-shadow: 0 0 0 36px rgba(112,80,201,.025),0 0 0 74px rgba(76,144,255,.018);
    animation: ms-spin 32s linear infinite;
  }
  .ms-project-rings::before,.ms-project-rings::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #5bbcff;
    box-shadow: 0 0 14px 3px rgba(76,153,255,.35);
  }
  .ms-project-rings::before {
    width: 5px;
    height: 5px;
    left: 10%;
    top: 18%;
  }
  .ms-project-rings::after {
    width: 4px;
    height: 4px;
    right: 2%;
    bottom: 36%;
    background: #a56dff;
  }
  .ms-project-facts {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    margin: 4px 0 30px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.08);
  }
  .ms-project-facts span {
    padding: 13px 12px;
    background: rgba(7,7,16,.88);
    color: #c7c0d5;
    font-family: "IBM Plex Mono",monospace;
    font-size: 8px;
    line-height: 1.45;
    text-transform: uppercase;
  }
  .ms-project-facts small {
    display: block;
    margin-bottom: 5px;
    color: #625b72;
    font-size: 7px;
    letter-spacing: .12em;
  }
  .ms-window {
    position: absolute;
    inset: 16% 12%;
    border: 1px solid rgba(97,218,255,.35);
    background: rgba(4,7,15,.78);
    box-shadow: 0 0 60px rgba(91,51,208,.22);
  }
  .ms-window-bar {
    height: 40px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding-inline: 14px;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .ms-window-bar i {
    display: block;
    width: 6px;
    height: 6px;
    background: #7654cc;
  }
  .ms-window-code {
    padding: 32px;
    color: #6f6b82;
    font-family: "IBM Plex Mono", monospace;
    font-size: 11px;
    line-height: 2;
  }
  .ms-window-code span {
    display: block;
  }
  .ms-window-code .violet {
    color: #bd72ff;
  }
  .ms-window-code .cyan {
    color: #52d8ff;
  }
  .ms-window-code .white {
    color: #ded9ea;
  }
  .ms-game-copy {
    padding: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ms-tag {
    align-self: flex-start;
    padding: 7px 10px;
    border: 1px solid rgba(48,216,255,.25);
    color: #63dfff;
    background: rgba(48,216,255,.05);
    font-family: "IBM Plex Mono", monospace;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .ms-game-copy h3 {
    margin: 25px 0 20px;
    color: #fff;
    font-family: "Michroma", sans-serif;
    font-size: 39px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.04em;
    text-transform: uppercase;
  }
  .ms-game-copy p {
    margin: 0 0 28px;
    color: #9a93ae;
    line-height: 1.75;
  }
  .ms-text-link {
    color: #c5a6ff;
    text-decoration: none;
    font-family: "IBM Plex Mono", monospace;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
  }
  .ms-text-link::after {
    content: "  →";
    color: #5ae1ff;
  }
  .ms-pillars {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid rgba(255,255,255,.1);
    border-left: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 30px 80px rgba(0,0,0,.18);
  }
  .ms-pillar {
    min-height: 276px;
    position: relative;
    overflow: hidden;
    padding: 42px;
    border-right: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
    background: linear-gradient(145deg,rgba(13,11,25,.74),rgba(7,7,14,.58));
    transition: transform .3s,background .3s,border-color .3s;
  }
  .ms-pillar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 0;
    background: linear-gradient(to bottom,#d9aa50,#8956e7,#42c9ed);
    box-shadow: 0 0 12px rgba(154,92,255,.42);
    transition: height .4s ease;
  }
  .ms-pillar::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -70px;
    top: -70px;
    border: 1px solid rgba(219,174,85,.09);
    transform: rotate(45deg);
    transition: transform .45s,border-color .45s;
  }
  .ms-pillar:hover {
    transform: translateY(-6px);
    background: linear-gradient(145deg,rgba(27,19,50,.72),rgba(9,8,17,.82));
    border-color: rgba(219,174,85,.2);
  }
  .ms-pillar:hover::before {
    height: 100%;
  }
  .ms-pillar:hover::after {
    transform: rotate(62deg) scale(1.15);
    border-color: rgba(219,174,85,.2);
  }
  .ms-number {
    margin-bottom: 55px;
    color: #9a713c;
    font-family: "IBM Plex Mono",monospace;
    font-size: 10px;
    font-weight: 700;
  }
  .ms-pillar h3 {
    margin: 0 0 13px;
    color: #fff;
    font-family: "Michroma",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.02em;
    text-transform: uppercase;
  }
  .ms-pillar p {
    margin: 0;
    color: #8e879f;
    font-size: 14px;
    line-height: 1.7;
  }
  .ms-about {
    padding-bottom: 128px;
  }
  .ms-about-box {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    align-items: center;
    gap: 80px;
    position: relative;
    overflow: hidden;
    padding: 78px;
    border: 1px solid rgba(255,255,255,.1);
    background: radial-gradient(circle at 7% 18%,rgba(208,157,59,.11),transparent 26%),linear-gradient(110deg,rgba(154,92,255,.09),rgba(57,120,255,.055),rgba(191,134,38,.055));
    box-shadow: inset 0 1px rgba(255,255,255,.025),0 35px 90px rgba(0,0,0,.22);
    clip-path: polygon(18px 0,100% 0,100% calc(100% - 18px),calc(100% - 18px) 100%,0 100%,0 18px);
  }
  .ms-about-box::after {
    content: "MS";
    position: absolute;
    right: 3%;
    bottom: -25%;
    color: transparent;
    font-family: "Michroma",sans-serif;
    font-size: 190px;
    -webkit-text-stroke: 1px rgba(255,255,255,.025);
    pointer-events: none;
  }
  .ms-about-label {
    color: #d9aa50;
    font-family: "IBM Plex Mono",monospace;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
  }
  .ms-about-rule {
    width: 92px;
    height: 1px;
    margin-top: 18px;
    background: linear-gradient(90deg,#d9aa50,#8155d5,transparent);
    box-shadow: 0 0 12px rgba(217,170,80,.22);
  }
  .ms-about-copy {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #ddd8eb;
    font-size: clamp(24px,3vw,37px);
    line-height: 1.35;
    letter-spacing: -.025em;
  }
  .ms-about-copy strong {
    color: #fff;
    text-shadow: 0 0 24px rgba(154,92,255,.12);
  }
  .ms-interior-main {
    min-height: 70vh;
  }
  .ms-beta-page {
    width: min(1540px,calc(100% - 32px));
    margin-inline: auto;
    padding-block: 64px 110px;
  }
  .ms-beta-page > .tdbp-portal {
    margin-inline: auto;
  }
  .ms-standard-page {
    width: min(860px,calc(100% - 40px));
    margin-inline: auto;
    padding-block: 90px 120px;
  }
  .ms-standard-page-head {
    margin-bottom: 42px;
  }
  .ms-standard-page-head h1 {
    margin: 0;
    color: #fff;
    font-family: "Michroma",sans-serif;
    font-size: clamp(34px,6vw,66px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -.04em;
    text-transform: uppercase;
  }
  .ms-standard-page-image {
    margin: 0 0 42px;
  }
  .ms-standard-page-image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .ms-standard-page-content {
    color: #b7b0c7;
    font-size: 17px;
    line-height: 1.8;
  }
  .ms-standard-page-content a {
    color: #61dfff;
  }
  .ms-footer {
    position: relative;
    border-top: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg,rgba(8,7,13,.2),rgba(3,3,7,.78));
  }
  .ms-footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    height: 1px;
    background: linear-gradient(90deg,transparent,rgba(141,84,226,.32),rgba(218,171,75,.35),transparent);
  }
  .ms-footer-inner {
    min-height: 122px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #655f74;
    font-family: "IBM Plex Mono",monospace;
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .ms-footer .ms-brand {
    color: #8b849d;
  }
  .ms-footer .ms-brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    opacity: .78;
  }
  @keyframes ms-rise {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes ms-spin {
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes ms-scan {
    0%,100% {
      top: 18%;
      opacity: .3;
    }
    50% {
      top: 82%;
      opacity: 1;
    }
  }
  @keyframes ms-pulse {
    0%,100% {
      opacity: .55;
      transform: scale(.92);
    }
    50% {
      opacity: 1;
      transform: scale(1.15);
    }
  }
  @keyframes ms-project-scan {
    0%,100% {
      top: 12%;
      opacity: .2;
    }
    50% {
      top: 88%;
      opacity: .9;
    }
  }
  @keyframes ms-video-sweep {
    0%,100% {
      top: -18%;
      opacity: 0;
    }
    18% {
      opacity: .65;
    }
    55% {
      top: 105%;
      opacity: .25;
    }
    56%,99% {
      opacity: 0;
    }
  }
  @keyframes ms-title-shift {
    0%,100% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
  }
  @keyframes ms-aurora {
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes ms-breathe {
    0%,100% {
      transform: scale(.92);
      opacity: .55;
    }
    50% {
      transform: scale(1.08);
      opacity: .85;
    }
  }
  @keyframes ms-float-a {
    0%,100% {
      transform: translate3d(0,0,0);
    }
    50% {
      transform: translate3d(0,-9px,0);
    }
  }
  @keyframes ms-float-b {
    0%,100% {
      transform: translate3d(0,0,0);
    }
    50% {
      transform: translate3d(0,8px,0);
    }
  }
  @keyframes ms-drift {
    0%,100% {
      transform: translate3d(0,5px,0);
      opacity: .2;
    }
    50% {
      transform: translate3d(8px,-13px,0);
      opacity: .95;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
    .ms-reveal,.ms-live,.ms-project-scanline,.ms-project-rings,.ms-video-sweep,.ms-title span,.ms-hero::before,.ms-video-aura,.ms-float,.ms-particles i {
      animation: none !important;
      opacity: 1;
      transform: none;
    }
    .ms-video-frame {
      background: radial-gradient(circle,rgba(188,136,47,.18),transparent 46%),#090705;
    }
  }
  @media (max-width: 900px) {
    .ms-shell {
      width: min(calc(100% - 32px),720px);
    }
    .ms-page::before {
      background-position: 64% center;
    }
    .ms-page::after {
      opacity: .72;
    }
    .ms-header {
      position: sticky;
      top: 0;
    }
    .admin-bar .ms-header {
      top: 32px;
    }
    .ms-header-inner {
      min-height: 72px;
      gap: 14px;
    }
    .ms-brand {
      gap: 10px;
      font-size: 10px;
      letter-spacing: .1em;
    }
    .ms-brand-mark {
      width: 42px;
      height: 42px;
      flex-basis: 42px;
    }
    .ms-nav {
      display: none;
    }
    .ms-mobile-nav {
      display: block;
      z-index: 30;
    }
    .ms-mobile-nav summary {
      width: 46px;
      height: 46px;
      display: grid;
      place-content: center;
      gap: 5px;
      cursor: pointer;
      border: 1px solid rgba(154,92,255,.42);
      background: linear-gradient(145deg,rgba(19,15,34,.96),rgba(7,7,14,.96));
      box-shadow: inset 0 1px rgba(255,255,255,.05),0 10px 28px rgba(0,0,0,.28);
      touch-action: manipulation;
    }
    .ms-mobile-nav summary span {
      display: block;
      width: 20px;
      height: 1px;
      background: linear-gradient(90deg,#b07cff,#61dfff);
      transition: transform .25s ease,opacity .2s ease;
    }
    .ms-mobile-nav[open] summary span:nth-child(1) {
      transform: translateY(6px) rotate(45deg);
    }
    .ms-mobile-nav[open] summary span:nth-child(2) {
      opacity: 0;
    }
    .ms-mobile-nav[open] summary span:nth-child(3) {
      transform: translateY(-6px) rotate(-45deg);
    }
    .ms-mobile-nav nav {
      position: absolute;
      top: calc(100% + 13px);
      right: 0;
      width: min(300px,calc(100vw - 32px));
      padding: 8px;
      border: 1px solid rgba(171,119,255,.4);
      background: linear-gradient(155deg,rgba(14,11,27,.985),rgba(4,5,11,.99));
      box-shadow: 0 24px 80px rgba(0,0,0,.68),inset 0 1px rgba(255,255,255,.035);
    }
    .ms-mobile-nav nav::before {
      content: "";
      position: absolute;
      right: 17px;
      top: -8px;
      width: 14px;
      height: 14px;
      border-left: 1px solid rgba(171,119,255,.4);
      border-top: 1px solid rgba(171,119,255,.4);
      background: #0d0a19;
      transform: rotate(45deg);
    }
    .ms-mobile-nav nav a {
      min-height: 50px;
      display: flex;
      align-items: center;
      gap: 14px;
      padding-inline: 15px;
      border-bottom: 1px solid rgba(255,255,255,.075);
      color: #d8d2e5;
      text-decoration: none;
      font-family: "IBM Plex Mono",monospace;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
    }
    .ms-mobile-nav nav a:last-child {
      border-bottom: 0;
    }
    .ms-mobile-nav nav a small {
      width: 22px;
      color: #7d7194;
      font-size: 8px;
    }
    .ms-mobile-nav nav .ms-mobile-beta {
      margin-top: 6px;
      border: 1px solid rgba(154,92,255,.45);
      color: #fff;
      background: linear-gradient(100deg,rgba(104,38,190,.42),rgba(34,87,193,.35));
    }
    .ms-hero {
      min-height: auto;
      grid-template-columns: 1fr;
      gap: 48px;
      padding-block: 68px 78px;
    }
    .ms-title {
      max-width: 700px;
      font-size: clamp(46px,10vw,68px);
      line-height: 1.01;
    }
    .ms-lead {
      max-width: 660px;
      font-size: 17px;
      line-height: 1.68;
    }
    .ms-visual {
      min-height: 0;
      height: auto;
    }
    .ms-video-frame {
      width: min(100%,680px);
      transform: none;
    }
    .ms-float-a {
      left: -8px;
    }
    .ms-float-b {
      right: -8px;
    }
    .ms-status-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .ms-stat {
      min-height: 86px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 20px 24px;
    }
    .ms-stat:nth-child(2) {
      border-right: 0;
    }
    .ms-stat:nth-child(-n+2) {
      border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .ms-feature {
      grid-template-columns: 1fr;
    }
    .ms-game-art {
      min-height: 410px;
    }
    .ms-game-copy {
      padding: 48px;
    }
    .ms-pillars {
      grid-template-columns: 1fr;
    }
    .ms-section-head {
      display: block;
    }
    .ms-section-copy {
      margin-top: 22px;
    }
    .ms-about-box {
      grid-template-columns: 1fr;
      gap: 32px;
      padding: 48px;
    }
    .ms-section {
      padding-block: 88px;
    }
    .ms-beta-page {
      width: min(100% - 24px,720px);
      padding-block: 38px 90px;
    }
    .ms-standard-page {
      width: min(100% - 32px,720px);
      padding-block: 64px 90px;
    }
  }
  @media (max-width: 782px) {
    .admin-bar .ms-header {
      top: 46px;
    }
  }
  @media (max-width: 680px) {
    .ms-shell {
      width: calc(100% - 24px);
    }
    .ms-page::before {
      background-position: 69% center;
    }
    .ms-header-inner {
      min-height: 66px;
    }
    .ms-brand {
      max-width: calc(100% - 60px);
      font-size: 9px;
      gap: 8px;
    }
    .ms-brand-mark {
      width: 38px;
      height: 38px;
      flex-basis: 38px;
    }
    .ms-mobile-nav summary {
      width: 42px;
      height: 42px;
    }
    .ms-hero {
      gap: 36px;
      padding-block: 48px 64px;
    }
    .ms-kicker {
      margin-bottom: 20px;
      font-size: 8px;
      line-height: 1.5;
      letter-spacing: .18em;
    }
    .ms-kicker::before {
      width: 27px;
    }
    .ms-title {
      margin-bottom: 22px;
      font-size: clamp(36px,11.5vw,52px);
      line-height: 1.03;
      letter-spacing: -.062em;
      overflow-wrap: anywhere;
    }
    .ms-lead {
      margin-bottom: 29px;
      font-size: 15.5px;
      line-height: 1.65;
    }
    .ms-actions {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
    }
    .ms-button {
      width: 100%;
      min-height: 50px;
      padding-inline: 18px;
      box-sizing: border-box;
    }
    .ms-hero-signature {
      justify-content: center;
      margin-top: 24px;
      font-size: 7px;
    }
    .ms-video-frame {
      padding: 4px;
      clip-path: polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);
      box-shadow: 0 24px 70px rgba(0,0,0,.48),0 0 36px rgba(101,61,198,.1);
    }
    .ms-video-grid,.ms-video-hud,.ms-particles,.ms-float {
      display: none;
    }
    .ms-video-aura {
      width: 92%;
      height: 82%;
      opacity: .5;
      filter: blur(24px);
    }
    .ms-status-grid {
      width: 100%;
    }
    .ms-stat {
      min-height: 80px;
      padding: 17px 16px;
    }
    .ms-stat small {
      font-size: 7px;
      letter-spacing: .16em;
    }
    .ms-stat strong {
      font-size: 10px;
      line-height: 1.45;
    }
    .ms-section {
      padding-block: 68px;
    }
    .ms-section-head {
      margin-bottom: 34px;
    }
    .ms-eyebrow {
      margin-bottom: 11px;
      font-size: 8px;
    }
    .ms-h2 {
      font-size: clamp(29px,9.5vw,42px);
      line-height: 1.08;
    }
    .ms-section-copy {
      margin-top: 17px;
      font-size: 15px;
      line-height: 1.65;
    }
    .ms-feature {
      min-height: 0;
      clip-path: polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);
    }
    .ms-game-art {
      min-height: 300px;
      padding: 24px;
    }
    .ms-game-logo {
      width: min(90%,360px);
    }
    .ms-project-rings {
      width: 76%;
      box-shadow: 0 0 0 24px rgba(112,80,201,.025),0 0 0 48px rgba(76,144,255,.018);
    }
    .ms-game-copy {
      padding: 34px 24px 38px;
    }
    .ms-tag {
      font-size: 7px;
      line-height: 1.5;
    }
    .ms-game-copy h3 {
      margin: 20px 0 15px;
      font-size: 29px;
    }
    .ms-game-copy p {
      margin-bottom: 23px;
      font-size: 15px;
      line-height: 1.65;
    }
    .ms-project-facts {
      grid-template-columns: 1fr;
      margin-bottom: 25px;
    }
    .ms-project-facts span {
      min-height: 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 10px 13px;
      text-align: right;
    }
    .ms-project-facts small {
      margin: 0;
      text-align: left;
    }
    .ms-pillars {
      border-left: 0;
    }
    .ms-pillar {
      min-height: 0;
      padding: 31px 27px;
      border-left: 1px solid rgba(255,255,255,.1);
    }
    .ms-number {
      margin-bottom: 33px;
    }
    .ms-about {
      padding-bottom: 76px;
    }
    .ms-about-box {
      gap: 26px;
      padding: 34px 25px;
      clip-path: polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);
    }
    .ms-about-copy {
      font-size: clamp(22px,6.8vw,30px);
      line-height: 1.4;
    }
    .ms-beta-page {
      width: calc(100% - 16px);
      padding-block: 22px 74px;
    }
    .ms-beta-page > .tdbp-portal {
      max-width: 100%;
      overflow: hidden;
    }
    .ms-beta-page .tdbp-orb {
      display: none !important;
    }
    .ms-beta-page input,.ms-beta-page select,.ms-beta-page textarea,.ms-beta-page button {
      max-width: 100%;
      box-sizing: border-box;
    }
    .ms-standard-page {
      width: calc(100% - 24px);
      padding-block: 52px 76px;
    }
    .ms-standard-page-head {
      margin-bottom: 30px;
    }
    .ms-standard-page-content {
      font-size: 16px;
      line-height: 1.72;
    }
    .ms-footer-inner {
      min-height: 0;
      display: grid;
      justify-items: start;
      gap: 14px;
      padding-block: 32px;
    }
    .ms-footer-inner > * {
      margin: 0;
    }
  }
  @media (max-width: 420px) {
    .ms-shell {
      width: calc(100% - 20px);
    }
    .ms-brand {
      font-size: 8px;
      letter-spacing: .075em;
    }
    .ms-brand-mark {
      width: 35px;
      height: 35px;
      flex-basis: 35px;
    }
    .ms-title {
      font-size: clamp(33px,11.2vw,44px);
    }
    .ms-lead {
      font-size: 15px;
    }
    .ms-status-grid {
      grid-template-columns: 1fr;
    }
    .ms-stat {
      min-height: 64px;
      border-right: 0;
      border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .ms-stat:nth-child(-n+2) {
      border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .ms-stat:last-child {
      border-bottom: 0;
    }
    .ms-game-art {
      min-height: 270px;
      padding: 18px;
    }
    .ms-game-copy {
      padding-inline: 20px;
    }
    .ms-pillar {
      padding-inline: 23px;
    }
    .ms-about-box {
      padding-inline: 22px;
    }
    .ms-footer .ms-brand {
      font-size: 8px;
    }
  }
  @media (max-width: 900px) and (max-height: 600px) and (orientation: landscape) {
    .ms-hero {
      grid-template-columns: .94fr 1.06fr;
      gap: 30px;
      padding-block: 38px 52px;
    }
    .ms-title {
      font-size: clamp(34px,5.2vw,46px);
    }
    .ms-lead {
      margin-bottom: 22px;
      font-size: 14px;
      line-height: 1.55;
    }
    .ms-actions {
      display: flex;
    }
    .ms-button {
      width: auto;
      min-height: 45px;
      padding-inline: 15px;
      font-size: 8px;
    }
    .ms-hero-signature {
      display: none;
    }
    .ms-visual {
      align-self: center;
    }
  }
}
@layer components {
  .ms-dev-page {
    overflow: clip;
    color: var(--ms-ink);
  }
  .ms-dev-hero {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    padding-block: 74px 82px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .ms-dev-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 900px;
    height: 900px;
    right: -320px;
    top: -220px;
    border: 1px solid rgba(109,80,203,.12);
    border-radius: 50%;
    box-shadow: 0 0 0 90px rgba(63,128,255,.025),0 0 0 180px rgba(218,170,75,.018);
    animation: ms-spin 42s linear infinite;
  }
  .ms-dev-hero::after {
    content: "PROJECT 01";
    position: absolute;
    z-index: -1;
    right: 2vw;
    bottom: -2.5vw;
    color: transparent;
    font-family: "Michroma",sans-serif;
    font-size: clamp(90px,14vw,230px);
    letter-spacing: -.08em;
    -webkit-text-stroke: 1px rgba(255,255,255,.024);
    white-space: nowrap;
  }
  .ms-dev-hero-grid {
    display: grid;
    grid-template-columns: 1.06fr .94fr;
    align-items: center;
    gap: 60px;
  }
  .ms-dev-hero-copy {
    position: relative;
    z-index: 2;
  }
  .ms-dev-title {
    max-width: 690px;
    margin: 0 0 24px;
    color: #fff;
    font-family: "Michroma",sans-serif;
    font-size: clamp(36px,4.1vw,59px);
    font-weight: 400;
    line-height: 1.07;
    letter-spacing: -.05em;
    text-transform: uppercase;
  }
  .ms-dev-title span {
    color: transparent;
    background: linear-gradient(100deg,#efe8ff,#ab74ff 45%,#53dfff 78%,#e0b45b);
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(0 0 24px rgba(109,72,223,.18));
  }
  .ms-dev-lead {
    max-width: 690px;
    margin: 0 0 32px;
    color: #aaa3ba;
    font-size: 16px;
    line-height: 1.68;
  }
  .ms-dev-signal {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(219,177,90,.36);
    background: linear-gradient(145deg,rgba(19,14,33,.92),rgba(4,6,12,.96));
    box-shadow: 0 44px 120px rgba(0,0,0,.5),0 0 70px rgba(78,68,203,.13);
    clip-path: polygon(18px 0,100% 0,100% calc(100% - 18px),calc(100% - 18px) 100%,0 100%,0 18px);
  }
  .ms-dev-signal::after {
    content: "";
    position: absolute;
    left: -30%;
    right: -30%;
    top: -20%;
    height: 30%;
    pointer-events: none;
    background: linear-gradient(180deg,transparent,rgba(83,216,255,.08),transparent);
    animation: ms-dev-scan 6.5s ease-in-out infinite;
  }
  .ms-dev-signal-bar,.ms-dev-signal-foot {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-inline: 17px;
    color: #777086;
    background: rgba(3,4,9,.72);
    font-family: "IBM Plex Mono",monospace;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .ms-dev-signal-bar {
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .ms-dev-signal-bar b {
    color: #deb05a;
    font-weight: 700;
  }
  .ms-dev-signal-foot {
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .ms-dev-logo-field {
    min-height: 480px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 38px;
    background: radial-gradient(circle at 50% 42%,rgba(49,102,186,.28),transparent 38%),repeating-linear-gradient(116deg,transparent 0 36px,rgba(117,83,216,.055) 37px 38px),#030610;
  }
  .ms-dev-logo-field img {
    position: relative;
    z-index: 2;
    width: min(100%,440px);
    height: auto;
    filter: drop-shadow(0 28px 50px rgba(0,0,0,.66));
  }
  .ms-dev-orbit {
    position: absolute;
    width: 76%;
    aspect-ratio: 1;
    border: 1px solid rgba(72,154,255,.13);
    border-radius: 50%;
  }
  .ms-dev-orbit-a {
    animation: ms-spin 24s linear infinite;
  }
  .ms-dev-orbit-b {
    width: 54%;
    border-color: rgba(214,168,76,.11);
    animation: ms-spin 19s linear reverse infinite;
  }
  .ms-dev-orbit::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 7%;
    top: 22%;
    border-radius: 50%;
    background: #57dfff;
    box-shadow: 0 0 15px 4px rgba(69,192,255,.38);
  }
  .ms-dev-orbit-b::before {
    left: auto;
    right: 10%;
    top: 66%;
    background: #dcb15c;
    box-shadow: 0 0 15px 4px rgba(220,177,92,.34);
  }
  .ms-dev-metrics {
    position: relative;
    background: linear-gradient(90deg,rgba(7,8,18,.92),rgba(21,14,36,.9),rgba(7,9,18,.92));
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .ms-dev-metrics::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -1px;
    width: 42%;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg,transparent,#d6a94e,#9b5cff,#42d4ff,transparent);
  }
  .ms-dev-metric-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
  }
  .ms-dev-metric-grid div {
    min-height: 108px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline: 28px;
    border-right: 1px solid rgba(255,255,255,.08);
  }
  .ms-dev-metric-grid div:last-child {
    border-right: 0;
  }
  .ms-dev-metric-grid strong {
    color: #fff;
    font-family: "Michroma",sans-serif;
    font-size: 27px;
    font-weight: 400;
  }
  .ms-dev-metric-grid span {
    margin-top: 7px;
    color: #777085;
    font-family: "IBM Plex Mono",monospace;
    font-size: 8px;
    letter-spacing: .15em;
    text-transform: uppercase;
  }
  .ms-dev-section {
    padding-block: 80px;
  }
  .ms-dev-heading {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: end;
    gap: 56px;
    margin-bottom: 40px;
  }
  .ms-dev-heading h2,.ms-dev-octo-copy h2,.ms-dev-oddity-frame h2,.ms-dev-cta h2 {
    margin: 0;
    color: #fff;
    font-family: "Michroma",sans-serif;
    font-size: clamp(34px,4.4vw,60px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.045em;
    text-transform: uppercase;
  }
  .ms-dev-heading > p,.ms-dev-octo-copy > p,.ms-dev-oddity-frame p,.ms-dev-cta p {
    margin: 0;
    color: #9891a9;
    font-size: 16px;
    line-height: 1.68;
  }
  .ms-dev-path {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid rgba(255,255,255,.1);
    border-left: 1px solid rgba(255,255,255,.1);
  }
  .ms-dev-path article {
    min-height: 250px;
    position: relative;
    padding: 28px 26px;
    overflow: hidden;
    border-right: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
    background: linear-gradient(155deg,rgba(15,12,28,.77),rgba(6,7,13,.7));
    transition: transform .3s ease,background .3s ease;
  }
  .ms-dev-path article::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: -57px;
    bottom: -57px;
    border: 1px solid rgba(154,92,255,.12);
    transform: rotate(45deg);
  }
  .ms-dev-path article:hover {
    z-index: 2;
    transform: translateY(-7px);
    background: linear-gradient(155deg,rgba(29,19,53,.92),rgba(7,8,15,.95));
  }
  .ms-dev-path span,.ms-dev-card-code {
    color: #d4a751;
    font-family: "IBM Plex Mono",monospace;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .16em;
  }
  .ms-dev-path h3,.ms-dev-card h3,.ms-dev-late-grid h3 {
    margin: 30px 0 12px;
    color: #fff;
    font-family: "Michroma",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    text-transform: uppercase;
  }
  .ms-dev-path p,.ms-dev-card p,.ms-dev-late-grid p {
    margin: 0;
    color: #8f889f;
    font-size: 14px;
    line-height: 1.65;
  }
  .ms-dev-systems {
    position: relative;
    background: linear-gradient(180deg,rgba(9,7,16,.2),rgba(8,6,16,.76) 28%,rgba(5,7,14,.74));
    border-block: 1px solid rgba(255,255,255,.06);
  }
  .ms-dev-systems::before {
    content: "CONNECTED CONSEQUENCES";
    position: absolute;
    left: -2vw;
    top: 6%;
    color: transparent;
    font-family: "Michroma",sans-serif;
    font-size: clamp(72px,10vw,160px);
    letter-spacing: -.04em;
    -webkit-text-stroke: 1px rgba(255,255,255,.018);
    white-space: nowrap;
  }
  .ms-dev-bento {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
  }
  .ms-dev-card {
    min-height: 260px;
    position: relative;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(154,112,232,.18);
    background: radial-gradient(circle at 96% 0,rgba(122,76,221,.09),transparent 31%),linear-gradient(145deg,rgba(16,12,31,.94),rgba(6,7,14,.96));
    box-shadow: 0 22px 65px rgba(0,0,0,.22);
    transition: transform .3s,border-color .3s;
  }
  .ms-dev-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg,#d9aa51,#9a5cff,#48d9ff);
    transition: width .45s ease;
  }
  .ms-dev-card:hover {
    transform: translateY(-5px);
    border-color: rgba(214,171,83,.3);
  }
  .ms-dev-card:hover::before {
    width: 100%;
  }
  .ms-dev-card-wide {
    grid-column: span 2;
  }
  .ms-dev-card h3 {
    margin-top: 30px;
    font-size: 20px;
  }
  .ms-dev-card p {
    max-width: 670px;
    font-size: 15px;
  }
  .ms-dev-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
  }
  .ms-dev-card li {
    padding: 8px 10px;
    border: 1px solid rgba(71,197,234,.16);
    color: #9ebcca;
    background: rgba(38,178,218,.04);
    font-family: "IBM Plex Mono",monospace;
    font-size: 8px;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .ms-dev-octo {
    position: relative;
  }
  .ms-dev-octo-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    align-items: center;
    gap: 80px;
  }
  .ms-dev-octo-copy h2 {
    margin-bottom: 28px;
    font-size: clamp(34px,3.8vw,54px);
  }
  .ms-dev-octo-copy > p {
    margin-bottom: 30px;
  }
  .ms-dev-apps {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .ms-dev-apps span {
    padding: 8px 10px;
    border: 1px solid rgba(255,255,255,.09);
    color: #827b92;
    background: rgba(255,255,255,.018);
    font-family: "IBM Plex Mono",monospace;
    font-size: 8px;
    text-transform: uppercase;
  }
  .ms-dev-terminal {
    border: 1px solid rgba(76,211,255,.32);
    background: rgba(3,8,16,.9);
    box-shadow: 0 36px 110px rgba(0,0,0,.45),0 0 70px rgba(69,112,255,.12);
    clip-path: polygon(15px 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%,0 15px);
  }
  .ms-dev-terminal-top {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-inline: 16px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #777b8d;
    font-family: "IBM Plex Mono",monospace;
    font-size: 8px;
    letter-spacing: .12em;
  }
  .ms-dev-terminal-top span {
    margin-right: auto;
  }
  .ms-dev-terminal-top i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #614c86;
  }
  .ms-dev-terminal-body {
    min-height: 340px;
    padding: 36px;
    background-image: linear-gradient(rgba(57,140,201,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(57,140,201,.035) 1px,transparent 1px);
    background-size: 28px 28px;
  }
  .ms-dev-terminal-body p {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 20px;
    margin: 0 0 20px;
    color: #c8d0dc;
    font-family: "IBM Plex Mono",monospace;
    font-size: 12px;
    line-height: 1.5;
  }
  .ms-dev-terminal-body p:first-child,.ms-dev-terminal-body p:last-child {
    display: block;
    color: #8791a2;
  }
  .ms-dev-terminal-body b {
    color: #49d8ff;
  }
  .ms-dev-terminal-body em {
    color: #626b7c;
    font-style: normal;
  }
  .ms-dev-terminal-body .cyan {
    color: #55dcff;
  }
  .ms-dev-terminal-body .gold {
    color: #dbad54;
  }
  .ms-dev-terminal-body .violet {
    color: #b27aff;
  }
  .ms-dev-terminal-body .cursor {
    display: inline-block;
    animation: ms-dev-blink 1s steps(1,end) infinite;
  }
  .ms-dev-late {
    background: radial-gradient(circle at 50% 100%,rgba(61,57,170,.12),transparent 50%);
    border-top: 1px solid rgba(255,255,255,.06);
  }
  .ms-dev-late-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    border: 1px solid rgba(255,255,255,.09);
    background: rgba(255,255,255,.09);
  }
  .ms-dev-late-grid article {
    min-height: 250px;
    position: relative;
    padding: 30px;
    background: linear-gradient(145deg,rgba(15,12,29,.96),rgba(5,6,12,.98));
  }
  .ms-dev-late-grid article > span {
    color: #6d657d;
    font-family: "Michroma",sans-serif;
    font-size: 36px;
  }
  .ms-dev-late-grid h3 {
    margin-top: 30px;
    font-size: 17px;
  }
  .ms-dev-late-grid p {
    font-size: 15px;
  }
  .ms-dev-oddities {
    padding-top: 30px;
  }
  .ms-dev-oddity-frame {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: center;
    gap: 56px;
    padding: 56px;
    border: 1px solid rgba(217,171,78,.22);
    background: radial-gradient(circle at 90% 30%,rgba(184,133,37,.1),transparent 27%),linear-gradient(110deg,rgba(25,16,38,.88),rgba(5,7,13,.96));
    clip-path: polygon(18px 0,100% 0,100% calc(100% - 18px),calc(100% - 18px) 100%,0 100%,0 18px);
  }
  .ms-dev-oddity-frame h2 {
    margin-bottom: 20px;
    font-size: clamp(31px,4vw,54px);
  }
  .ms-dev-redacted {
    min-height: 200px;
    display: grid;
    place-content: center;
    text-align: center;
    border: 1px dashed rgba(218,172,81,.3);
    background: repeating-linear-gradient(-45deg,rgba(218,172,81,.028) 0 12px,transparent 12px 24px);
    transform: rotate(2deg);
  }
  .ms-dev-redacted span {
    color: transparent;
    font-family: "Michroma",sans-serif;
    font-size: clamp(34px,5vw,64px);
    -webkit-text-stroke: 1px rgba(220,176,86,.3);
  }
  .ms-dev-redacted b {
    margin-top: 14px;
    color: #d1a34c;
    font-family: "IBM Plex Mono",monospace;
    font-size: 9px;
    letter-spacing: .22em;
  }
  .ms-dev-cta {
    padding-block: 110px 116px;
    text-align: center;
    background: radial-gradient(circle at 50% 55%,rgba(97,54,196,.14),transparent 32%),linear-gradient(180deg,transparent,rgba(4,5,11,.76));
  }
  .ms-dev-cta-inner {
    max-width: 860px;
  }
  .ms-dev-cta h2 {
    margin-bottom: 24px;
    font-size: clamp(38px,5.6vw,72px);
  }
  .ms-dev-cta p {
    max-width: 720px;
    margin: 0 auto 34px;
    font-size: 17px;
  }
  .ms-dev-cta .ms-button {
    margin-inline: auto;
  }
  .ms-dev-cta small {
    display: block;
    max-width: 650px;
    margin: 28px auto 0;
    color: #5f596c;
    font-family: "IBM Plex Mono",monospace;
    font-size: 8px;
    line-height: 1.6;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  @keyframes ms-dev-scan {
    0%,100% {
      top: -25%;
      opacity: 0;
    }
    15% {
      opacity: .65;
    }
    60% {
      top: 110%;
      opacity: .25;
    }
    61% {
      opacity: 0;
    }
  }
  @keyframes ms-dev-blink {
    0%,48% {
      opacity: 1;
    }
    49%,100% {
      opacity: 0;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .ms-dev-hero::before,.ms-dev-signal::after,.ms-dev-orbit,.ms-dev-terminal-body .cursor {
      animation: none !important;
    }
  }
  @media (max-width: 1050px) {
    .ms-dev-hero-grid {
      grid-template-columns: 1fr;
      gap: 52px;
    }
    .ms-dev-hero-copy {
      max-width: 820px;
    }
    .ms-dev-signal {
      width: min(100%,760px);
      margin-inline: auto;
    }
    .ms-dev-metric-grid {
      grid-template-columns: repeat(5,1fr);
    }
    .ms-dev-path {
      grid-template-columns: repeat(2,1fr);
    }
    .ms-dev-bento {
      grid-template-columns: repeat(2,1fr);
    }
    .ms-dev-card-wide {
      grid-column: span 2;
    }
    .ms-dev-octo-grid {
      grid-template-columns: 1fr;
      gap: 52px;
    }
    .ms-dev-terminal {
      width: min(100%,760px);
    }
  }
  @media (max-width: 760px) {
    .ms-dev-hero {
      min-height: 0;
      padding-block: 46px 58px;
    }
    .ms-dev-hero-grid {
      gap: 32px;
    }
    .ms-dev-title {
      font-size: clamp(30px,8.4vw,43px);
      line-height: 1.1;
      overflow-wrap: anywhere;
    }
    .ms-dev-lead {
      font-size: 15px;
      line-height: 1.62;
    }
    .ms-dev-signal {
      clip-path: polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);
    }
    .ms-dev-logo-field {
      min-height: 340px;
      padding: 24px;
    }
    .ms-dev-signal-foot {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 52px;
      line-height: 1.5;
    }
    .ms-dev-metric-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .ms-dev-metric-grid div {
      min-height: 82px;
      padding-inline: 20px;
      border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .ms-dev-metric-grid div:nth-child(2n) {
      border-right: 0;
    }
    .ms-dev-metric-grid div:last-child {
      grid-column: 1/-1;
      border-bottom: 0;
    }
    .ms-dev-section {
      padding-block: 54px;
    }
    .ms-dev-heading {
      grid-template-columns: 1fr;
      gap: 18px;
      margin-bottom: 30px;
    }
    .ms-dev-heading h2,.ms-dev-octo-copy h2,.ms-dev-oddity-frame h2,.ms-dev-cta h2 {
      font-size: clamp(29px,8.4vw,43px);
    }
    .ms-dev-heading > p,.ms-dev-octo-copy > p,.ms-dev-oddity-frame p,.ms-dev-cta p {
      font-size: 15px;
      line-height: 1.62;
    }
    .ms-dev-path {
      grid-template-columns: 1fr;
      border-left: 0;
    }
    .ms-dev-path article {
      min-height: 0;
      padding: 25px 24px 28px;
      border-left: 1px solid rgba(255,255,255,.1);
    }
    .ms-dev-path h3 {
      margin-top: 24px;
    }
    .ms-dev-bento {
      grid-template-columns: 1fr;
    }
    .ms-dev-card,.ms-dev-card-wide {
      min-height: 0;
      grid-column: auto;
      padding: 26px 24px 30px;
    }
    .ms-dev-card h3 {
      margin-top: 24px;
      font-size: 19px;
    }
    .ms-dev-card ul {
      display: grid;
      grid-template-columns: 1fr;
      margin-top: 18px;
    }
    .ms-dev-octo-grid {
      gap: 32px;
    }
    .ms-dev-terminal {
      clip-path: polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);
    }
    .ms-dev-terminal-body {
      min-height: 0;
      padding: 26px 20px;
      overflow: hidden;
    }
    .ms-dev-terminal-body p {
      grid-template-columns: 82px 1fr;
      gap: 12px;
      font-size: 10px;
      overflow-wrap: anywhere;
    }
    .ms-dev-late-grid {
      grid-template-columns: 1fr;
    }
    .ms-dev-late-grid article {
      min-height: 0;
      padding: 26px 24px 30px;
    }
    .ms-dev-late-grid h3 {
      margin-top: 22px;
    }
    .ms-dev-oddities {
      padding-top: 8px;
    }
    .ms-dev-oddity-frame {
      grid-template-columns: 1fr;
      gap: 30px;
      padding: 34px 24px;
      clip-path: polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);
    }
    .ms-dev-redacted {
      min-height: 160px;
      transform: none;
    }
    .ms-dev-cta {
      padding-block: 72px 78px;
    }
    .ms-dev-cta p {
      margin-bottom: 26px;
    }
  }
  @media (max-width: 420px) {
    .ms-dev-title {
      font-size: clamp(28px,8.4vw,36px);
    }
    .ms-dev-logo-field {
      min-height: 290px;
      padding: 16px;
    }
    .ms-dev-signal-bar,.ms-dev-signal-foot {
      padding-inline: 12px;
      font-size: 6px;
    }
    .ms-dev-metric-grid strong {
      font-size: 23px;
    }
    .ms-dev-metric-grid span {
      font-size: 7px;
    }
    .ms-dev-section {
      padding-block: 46px;
    }
    .ms-dev-card,.ms-dev-path article,.ms-dev-late-grid article {
      padding-inline: 22px;
    }
    .ms-dev-terminal-body p {
      grid-template-columns: 72px 1fr;
      font-size: 9px;
    }
    .ms-dev-oddity-frame {
      padding-inline: 22px;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    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;
    &: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: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' 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;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
