/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-display: "Avenir Next", "Noto Sans TC", "PingFang TC", sans-serif;
  }
}
@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;
  }
  .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;
    }
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #0A141D;
    color: #EEF7FB;
    font-family: var(--font-sans);
    line-height: 1.68;
  }
  * {
    box-sizing: border-box;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
@layer components {
  .sb-body {
    background: radial-gradient(circle at 12% 8%, rgba(73,113,173,.24), transparent 30%), radial-gradient(circle at 88% 16%, rgba(137,207,231,.12), transparent 24%), radial-gradient(circle at 70% 78%, rgba(247,221,23,.045), transparent 24%), #0A141D;
  }
  .sb-wrap {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
  }
  .sb-header {
    position: sticky;
    top: 0;
    z-index: 60;
    border-bottom: 1px solid rgba(137,207,231,.13);
    background: rgba(8,18,27,.91);
    backdrop-filter: blur(18px);
    box-shadow: 0 8px 30px rgba(0,0,0,.18);
  }
  .sb-nav {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .sb-logo img {
    width: 192px;
    display: block;
    background: #F5FAFD;
    padding: 9px 13px;
    border-radius: 14px;
    filter: drop-shadow(0 7px 16px rgba(0,0,0,.24));
  }
  .sb-menu {
    display: flex;
    gap: 26px;
    align-items: center;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .015em;
  }
  .sb-header .sb-menu a {
    color: #D8EDF6 !important;
    transition: color .2s ease;
  }
  .sb-menu a:hover {
    color: #F7DD17;
  }
  .sb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .03em;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }
  .sb-btn:hover {
    transform: translateY(-2px);
  }
  .sb-btn-primary {
    background: linear-gradient(135deg,#F7DD17,#FFF08A);
    color: #10202C;
    box-shadow: 0 12px 32px rgba(247,221,23,.15);
  }
  .sb-btn-ghost {
    border: 1px solid #FFD36A;
    background: linear-gradient(135deg,#FFB000,#FF8A00);
    color: #111A20;
    box-shadow: 0 12px 30px rgba(255,159,28,.22);
  }
  .sb-btn-ghost:hover {
    border-color: #FFE08A;
    box-shadow: 0 16px 36px rgba(255,159,28,.30);
  }
  .sb-main {
    background: #0A141D !important;
  }
  .sb-hero {
    position: relative;
    overflow: hidden;
    padding: 118px 0 112px;
    background: #08141D !important;
  }
  .sb-hero-grid {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: 64px;
    align-items: center;
  }
  .sb-kicker {
    color: #F7DD17 !important;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: .06em;
    margin-bottom: 20px;
  }
  .sb-kicker span {
    display: block;
    margin-top: 7px;
    color: #7FC4DF;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .18em;
  }
  .sb-body .sb-hero h1 {
    margin: 0 0 32px;
    max-width: 720px;
    font-family: var(--font-display);
    font-size: clamp(28px,3vw,36px);
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: -.018em;
    color: #F6FBFE !important;
  }
  .sb-hero-line {
    display: block;
    margin: 0;
    line-height: inherit;
    color: #F6FBFE;
  }
  .sb-hero-line + .sb-hero-line {
    margin-top: 10px;
  }
  .sb-hero-line-1 {
    color: #F6FBFE !important;
  }
  .sb-hero-line-2 {
    color: #A9DFF1 !important;
  }
  .sb-hero-line-3 {
    color: transparent !important;
    background: linear-gradient(90deg,#9BEF2A 0%,#D8F45A 42%,#F7DD17 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }
  .sb-body .sb-hero-lead, .sb-body .sb-lead {
    color: #E5F0F5 !important;
    font-size: 21px;
    line-height: 1.8;
    max-width: 850px;
  }
  .sb-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
  }
  .sb-capability-map {
    position: relative;
    min-height: 430px;
    border-radius: 38px;
    border: 1px solid rgba(137,207,231,.16);
    background: radial-gradient(circle at 50% 48%,rgba(247,221,23,.10),transparent 16%), radial-gradient(circle at 52% 46%,rgba(92,163,217,.18),transparent 34%), linear-gradient(160deg,#102331,#0B1822);
    overflow: hidden;
    box-shadow: 0 26px 70px rgba(0,0,0,.24), inset 0 0 70px rgba(137,207,231,.025);
  }
  .sb-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(137,207,231,.18);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .sb-ring-1 {
    width: 340px;
    height: 340px;
  }
  .sb-ring-2 {
    width: 240px;
    height: 240px;
    border-color: rgba(92,163,217,.32);
  }
  .sb-ring-3 {
    width: 140px;
    height: 140px;
    border-color: rgba(247,221,23,.42);
  }
  .sb-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 112px;
    height: 112px;
    transform: translate(-50%,-50%);
    border-radius: 30px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg,#F7FBFD,#DDECF3);
    border: 1px solid rgba(155,239,42,.45);
    box-shadow: 0 0 58px rgba(137,207,231,.28), 0 0 26px rgba(155,239,42,.10);
    overflow: hidden;
  }
  .sb-core img {
    width: 92%;
    height: 92%;
    object-fit: contain;
    display: block;
  }
  .sb-chip {
    position: absolute;
    border: 1px solid rgba(139,214,0,.48);
    background: rgba(18,37,29,.94);
    padding: 12px 15px;
    border-radius: 14px;
    color: #9BEF2A !important;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .025em;
    box-shadow: 0 8px 24px rgba(0,0,0,.18), 0 0 22px rgba(139,214,0,.08);
  }
  .sb-chip-1 {
    left: 22px;
    top: 38px;
  }
  .sb-chip-2 {
    right: 20px;
    top: 88px;
  }
  .sb-chip-3 {
    left: 32px;
    bottom: 40px;
  }
  .sb-chip-4 {
    right: 24px;
    bottom: 34px;
  }
  .sb-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(5px);
    pointer-events: none;
  }
  .sb-orb-a {
    width: 360px;
    height: 360px;
    background: rgba(73,113,173,.12);
    left: -160px;
    top: 20px;
  }
  .sb-orb-b {
    width: 280px;
    height: 280px;
    background: rgba(247,221,23,.04);
    right: -120px;
    bottom: -20px;
  }
  .sb-section {
    padding: 104px 0;
    border-top: 1px solid rgba(137,207,231,.12);
    background: #0A141D !important;
  }
  .sb-problems {
    background: #0B1923 !important;
  }
  #services {
    background: #0D1D29 !important;
  }
  .sb-brand-section {
    background: #0A1721 !important;
  }
  #ai {
    background: #0D1D29 !important;
  }
  #work {
    background: #091720 !important;
  }
  .sb-story {
    background: #0C1A25 !important;
  }
  .sb-archive {
    background: #09151E !important;
  }
  #insights {
    background: #0D1D29 !important;
  }
  .sb-body .sb-section h2, .sb-body .sb-final h2 {
    margin: 0 0 22px;
    font-family: var(--font-display);
    font-size: clamp(48px,4.8vw,64px);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: -.035em;
    color: #A9DFF1 !important;
  }
  .sb-grid {
    display: grid;
    gap: 18px;
    margin-top: 38px;
  }
  .sb-grid-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .sb-grid-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .sb-card {
    position: relative;
    border: 1px solid rgba(137,207,231,.24);
    border-radius: 26px;
    padding: 32px;
    background: linear-gradient(180deg,#133043,#102633) !important;
    overflow: hidden;
    box-shadow: 0 16px 42px rgba(0,0,0,.20);
    transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease;
  }
  .sb-card:hover {
    transform: translateY(-4px);
    border-color: rgba(137,207,231,.34);
    box-shadow: 0 18px 48px rgba(0,0,0,.23);
  }
  .sb-body .sb-card h3 {
    margin: 0 0 14px;
    font-size: 27px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -.02em;
    color: #9BEF2A !important;
    text-shadow: 0 0 18px rgba(139,214,0,.07);
  }
  .sb-card h3 small {
    display: block;
    margin-top: 7px;
    color: #72B4CF;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: .06em;
  }
  .sb-body .sb-card p {
    margin: 0;
    color: #EDF5F8 !important;
    font-size: 18px;
    line-height: 1.8;
  }
  .sb-card-no {
    display: block;
    margin-bottom: 28px;
    font-size: 52px;
    font-weight: 1000;
    color: #9BEF2A !important;
    -webkit-text-stroke: 1px rgba(155,239,42,.70);
    text-shadow: 0 0 22px rgba(139,214,0,.12);
  }
  .sb-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 26px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg,rgba(247,221,23,.16),rgba(92,163,217,.19));
    border: 1px solid rgba(247,221,23,.20);
    color: #F7DD17;
    font-weight: 1000;
  }
  .sb-tags {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .sb-tags span {
    border: 1px solid rgba(137,207,231,.28);
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 12px;
    color: #D9F0F9;
    background: rgba(137,207,231,.08);
  }
  .sb-brand-section {
    background: linear-gradient(180deg,rgba(73,113,173,.08),rgba(10,20,29,.22)), #0B1721;
  }
  .sb-media-thumb {
    position: relative;
    height: 190px;
    border-radius: 18px;
    margin: -10px -10px 22px;
    border: 1px solid rgba(155,239,42,.22);
    background-color: #0C1720;
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
  }
  .sb-media-thumb::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 14px;
    border: 1px solid rgba(137,207,231,.18);
    background: rgba(7,16,23,.36);
    z-index: -1;
  }
  .sb-media-thumb::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 26px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg,#9BEF2A 0 28%,rgba(137,207,231,.65) 28% 56%,rgba(247,221,23,.82) 56% 72%,rgba(255,255,255,.18) 72%);
    opacity: .82;
  }
  .sb-visual-mark {
    font-family: var(--font-display);
    font-size: 42px;
    line-height: 1;
    font-weight: 1000;
    color: #9BEF2A;
    text-shadow: 0 0 22px rgba(155,239,42,.18);
    transform: translateY(-8px);
  }
  .sb-visual-caption {
    position: absolute;
    top: 20px;
    left: 22px;
    color: #D9F0F9;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
  }
  .sb-media-video {
    background: linear-gradient(90deg,rgba(137,207,231,.12) 1px,transparent 1px) 0 0/28px 100%, linear-gradient(135deg,#0D1A24,#183A50);
  }
  .sb-media-ad {
    background: linear-gradient(90deg,transparent 0 12%,rgba(247,221,23,.14) 12% 28%,transparent 28% 42%,rgba(137,207,231,.16) 42% 68%,transparent 68%), linear-gradient(135deg,#101923,#25445D);
  }
  .sb-media-audio {
    background: repeating-linear-gradient(90deg,rgba(155,239,42,.18) 0 4px,transparent 4px 18px), linear-gradient(135deg,#0E1720,#1B3447);
  }
  .sb-media-product {
    background: linear-gradient(135deg,transparent 0 38%,rgba(255,255,255,.08) 38% 62%,transparent 62%), linear-gradient(145deg,#111C27,#2E5272);
  }
  .sb-media-avatar {
    background: radial-gradient(circle at 50% 42%,rgba(137,207,231,.24) 0 15%,transparent 16%), radial-gradient(ellipse at 50% 72%,rgba(137,207,231,.15) 0 24%,transparent 25%), linear-gradient(150deg,#0E1924,#274E6F);
  }
  .sb-media-global {
    background: radial-gradient(circle at 50% 50%,transparent 0 24%,rgba(155,239,42,.18) 25% 26%,transparent 27% 38%,rgba(137,207,231,.20) 39% 40%,transparent 41%), linear-gradient(135deg,#0F1B25,#1C3548);
  }
  .sb-case-label {
    display: block;
    margin-bottom: 22px;
    color: #F7DD17;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
  }
  .sb-arrow {
    display: inline-block;
    margin-top: 24px;
    color: #89CFE7 !important;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .06em;
  }
  .sb-story {
    background: linear-gradient(180deg,rgba(137,207,231,.035),rgba(73,113,173,.07),rgba(10,20,29,0));
  }
  .sb-story-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: start;
  }
  .sb-year {
    font-family: var(--font-display);
    font-size: clamp(96px,10vw,140px);
    font-weight: 1000;
    line-height: .88;
    letter-spacing: -.08em;
    color: #F7DD17 !important;
    margin: 20px 0 28px;
  }
  .sb-timeline {
    border-left: 1px solid rgba(137,207,231,.18);
    padding-left: 30px;
  }
  .sb-timeline div {
    padding: 0 0 30px;
  }
  .sb-timeline strong {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    color: #A9DFF1 !important;
  }
  .sb-timeline span {
    color: #E6F1F6 !important;
    font-size: 18px;
    line-height: 1.75;
  }
  .sb-video-card {
    padding: 0;
  }
  .sb-video-head {
    padding: 22px 24px 18px;
  }
  .sb-video-head span {
    color: #F7DD17;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
  }
  .sb-video-head h3 {
    margin-top: 7px;
  }
  .sb-video-card video {
    display: block;
    width: 100%;
    background: #06090c;
    aspect-ratio: 16/9;
  }
  .sb-archive blockquote {
    margin: 26px 0 0;
    padding: 18px 20px;
    border-left: 3px solid #F7DD17;
    background: #102431;
    color: #D5E6EE;
    border-radius: 0 14px 14px 0;
  }
  .sb-insight h3 a:hover {
    color: #F7DD17;
  }
  .sb-final {
    padding: 116px 0;
    text-align: center;
    border-top: 1px solid rgba(137,207,231,.12);
    background: radial-gradient(circle at 50% 45%,rgba(73,113,173,.21),transparent 28%), radial-gradient(circle at 45% 72%,rgba(247,221,23,.055),transparent 24%), #08121A;
  }
  .sb-final h2 {
    color: #89CFE7;
  }
  .sb-final p {
    color: #D5E6EE;
    margin: 0 auto 28px;
    font-size: 18px;
  }
  .sb-footer {
    border-top: 1px solid rgba(137,207,231,.10);
    padding: 46px 0 32px;
    background: #061018;
  }
  .sb-footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  .sb-footer-brand img {
    width: 132px;
  }
  .sb-footer-brand p {
    margin: 10px 0 0;
    color: #82A4B6;
    font-size: 12px;
    letter-spacing: .06em;
  }
  .sb-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px 20px;
    max-width: 720px;
    font-size: 14px;
    color: #D7EAF3;
  }
  .sb-footer-links a:hover {
    color: #F7DD17;
  }
  .sb-footer-bottom {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(137,207,231,.08);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #6E91A4;
    font-size: 11px;
  }
  @media (max-width: 980px) {
    .sb-menu {
      display: none;
    }
    .sb-hero-grid,.sb-story-grid {
      grid-template-columns: 1fr;
    }
    .sb-grid-3 {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .sb-capability-map {
      min-height: 360px;
    }
  }
  @media (max-width: 640px) {
    .sb-wrap {
      width: min(100% - 32px,1180px);
    }
    .sb-nav {
      min-height: 78px;
    }
    .sb-logo img {
      width: 118px;
    }
    .sb-nav-cta {
      padding: 0 14px;
      min-height: 40px;
      font-size: 11px;
    }
    .sb-hero {
      padding: 78px 0 72px;
    }
    .sb-hero h1 {
      font-size: 52px;
    }
    .sb-hero-lead,.sb-lead {
      font-size: 16px;
    }
    .sb-section {
      padding: 72px 0;
    }
    .sb-grid-3,.sb-grid-2 {
      grid-template-columns: 1fr;
    }
    .sb-capability-map {
      min-height: 310px;
    }
    .sb-ring-1 {
      width: 245px;
      height: 245px;
    }
    .sb-ring-2 {
      width: 174px;
      height: 174px;
    }
    .sb-ring-3 {
      width: 104px;
      height: 104px;
    }
    .sb-chip {
      font-size: 9px;
      padding: 8px 9px;
    }
    .sb-chip-1 {
      left: 12px;
      top: 18px;
    }
    .sb-chip-2 {
      right: 10px;
      top: 60px;
    }
    .sb-chip-3 {
      left: 14px;
      bottom: 26px;
    }
    .sb-chip-4 {
      right: 10px;
      bottom: 18px;
    }
    .sb-footer-grid,.sb-footer-bottom {
      display: block;
    }
    .sb-footer-links {
      flex-wrap: wrap;
      margin-top: 24px;
    }
    .sb-footer-bottom span {
      display: block;
      margin-top: 6px;
    }
  }
}
@layer components {
  .sb-inner-main {
    min-height: 70vh;
    background: #08141D;
  }
  .sb-inner-hero {
    padding: 108px 0 88px;
    border-bottom: 1px solid rgba(137,207,231,.12);
    background: radial-gradient(circle at 80% 20%,rgba(155,239,42,.07),transparent 23%), radial-gradient(circle at 18% 20%,rgba(73,113,173,.20),transparent 30%), #08141D;
  }
  .sb-inner-hero h1, .sb-case-hero h1, .sb-article-hero h1, .sb-not-found h1 {
    margin: 0;
    max-width: 920px;
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(48px,6vw,82px);
    line-height: 1.05;
    letter-spacing: -.05em;
    color: #F6FBFE !important;
  }
  .sb-inner-hero > .sb-wrap > p, .sb-inner-lead, .sb-case-copy > p, .sb-not-found > .sb-wrap > p {
    max-width: 820px;
    margin: 24px 0 0;
    color: #DDECF3;
    font-size: 20px;
    line-height: 1.85;
  }
  .sb-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(137,207,231,.25);
    border-radius: 14px;
    background: rgba(137,207,231,.06);
    padding: 11px;
    cursor: pointer;
  }
  .sb-menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    border-radius: 99px;
    background: #DFF3FB;
    transition: transform .2s ease, opacity .2s ease;
  }
  .sb-case-hero {
    padding: 92px 0 86px;
    background: radial-gradient(circle at 72% 36%,rgba(155,239,42,.08),transparent 28%), radial-gradient(circle at 18% 8%,rgba(73,113,173,.23),transparent 34%), #08141D;
    border-bottom: 1px solid rgba(137,207,231,.12);
  }
  .sb-case-hero-grid {
    display: grid;
    grid-template-columns: 1fr .92fr;
    gap: 64px;
    align-items: center;
  }
  .sb-case-copy h1 {
    max-width: 720px;
  }
  .sb-case-tags {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin-top: 28px;
  }
  .sb-case-tags span {
    padding: 8px 12px;
    border: 1px solid rgba(155,239,42,.34);
    border-radius: 999px;
    background: rgba(155,239,42,.07);
    color: #B6F467;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .03em;
  }
  .sb-case-visual {
    min-height: 410px;
    border-radius: 32px;
    overflow: hidden;
    border: 1px solid rgba(137,207,231,.18);
    background: #102532;
    box-shadow: 0 26px 70px rgba(0,0,0,.28);
  }
  .sb-case-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 410px;
    object-fit: cover;
  }
  .sb-case-fallback {
    min-height: 410px;
    display: grid;
    place-content: center;
    text-align: center;
    background: radial-gradient(circle,rgba(155,239,42,.10),transparent 35%), linear-gradient(135deg,#102532,#17394E);
  }
  .sb-case-fallback span {
    color: #9BEF2A;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .2em;
  }
  .sb-case-fallback strong {
    display: block;
    margin-top: 8px;
    color: #F6FBFE;
    font-size: 38px;
  }
  .sb-case-overview {
    background: #0B1923 !important;
  }
  .sb-case-gallery-section {
    background: #091720 !important;
  }
  .sb-case-gallery {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 20px;
    margin-top: 42px;
  }
  .sb-case-gallery figure {
    margin: 0;
    min-height: 310px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(137,207,231,.16);
    background: #0E202C;
  }
  .sb-case-gallery figure.is-featured {
    grid-column: 1 / -1;
    min-height: 470px;
  }
  .sb-case-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transition: transform .35s ease;
  }
  .sb-case-gallery figure:hover img {
    transform: scale(1.02);
  }
  .sb-case-method {
    background: #0D1D29 !important;
  }
  .sb-method-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    gap: 14px;
    align-items: center;
    margin-top: 42px;
  }
  .sb-method-row span {
    min-height: 92px;
    display: grid;
    place-items: center;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(155,239,42,.25);
    background: #112A38;
    color: #B4F35D;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
  }
  .sb-method-row i {
    color: #F7DD17;
    font-size: 24px;
    font-style: normal;
  }
  .sb-page-section {
    background: #0B1923 !important;
  }
  .sb-page-content {
    max-width: 1080px;
  }
  .sb-legacy-content {
    color: #E4F0F5;
    font-size: 18px;
    line-height: 1.85;
  }
  .sb-legacy-content p, .sb-legacy-content li, .sb-legacy-content span:not(.fusion-button-text) {
    color: #E4F0F5 !important;
    line-height: 1.85 !important;
  }
  .sb-legacy-content h1, .sb-legacy-content h2, .sb-legacy-content h3, .sb-legacy-content h4 {
    color: #A9DFF1 !important;
    font-family: var(--font-display);
    line-height: 1.25;
  }
  .sb-legacy-content h2 {
    font-size: clamp(34px,4vw,52px) !important;
  }
  .sb-legacy-content h3 {
    font-size: clamp(25px,3vw,34px) !important;
  }
  .sb-legacy-content a {
    color: #9BEF2A !important;
  }
  .sb-legacy-content img {
    border-radius: 20px;
    box-shadow: 0 18px 48px rgba(0,0,0,.18);
  }
  .sb-legacy-content [style*="opacity: 0"] {
    opacity: 1 !important;
  }
  .sb-legacy-content .fusion-fullwidth, .sb-legacy-content .fusion-builder-row, .sb-legacy-content .fusion-row {
    max-width: 100% !important;
  }
  .sb-legacy-content .fusion-fullwidth {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: transparent !important;
  }
  .sb-legacy-content .fusion-button {
    display: inline-flex !important;
    align-items: center;
    min-height: 48px;
    padding: 0 20px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg,#F7DD17,#FFF08A) !important;
    color: #0D1A22 !important;
    border: 0 !important;
    font-weight: 900 !important;
  }
  .sb-service-guide {
    background: #0D1D29 !important;
  }
  .sb-post-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 22px;
  }
  .sb-post-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .sb-post-card h2 {
    margin: 0 0 14px;
    font-size: 27px;
    line-height: 1.32;
    color: #9BEF2A !important;
  }
  .sb-post-card h2 a {
    color: inherit;
  }
  .sb-post-thumb {
    display: block;
    height: 220px;
    margin: -12px -12px 24px;
    overflow: hidden;
    border-radius: 18px;
  }
  .sb-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .sb-post-card .sb-arrow {
    margin-top: auto;
    padding-top: 24px;
  }
  .sb-pagination {
    margin-top: 52px;
  }
  .sb-pagination .nav-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .sb-pagination .page-numbers {
    min-width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    padding: 0 13px;
    border-radius: 12px;
    border: 1px solid rgba(137,207,231,.20);
    background: #102532;
    color: #DCECF3;
    font-weight: 800;
  }
  .sb-pagination .current, .sb-pagination .page-numbers:hover {
    background: #9BEF2A;
    color: #0B151B;
    border-color: #9BEF2A;
  }
  .sb-article-hero {
    padding: 104px 0 72px;
    background: radial-gradient(circle at 75% 18%,rgba(155,239,42,.06),transparent 25%), #08141D;
  }
  .sb-article-wrap {
    max-width: 900px;
  }
  .sb-article-meta {
    display: flex;
    gap: 9px;
    margin-top: 25px;
    color: #8FB5C7;
    font-size: 14px;
  }
  .sb-article-featured {
    max-width: 1080px;
    margin-top: 42px;
  }
  .sb-article-featured img {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
    border-radius: 28px;
  }
  .sb-article-content {
    padding: 64px 0;
    color: #E5F0F5;
    font-size: 19px;
    line-height: 1.9;
  }
  .sb-article-content h2, .sb-article-content h3 {
    color: #A9DFF1;
    margin-top: 1.6em;
    line-height: 1.25;
  }
  .sb-article-content h2 {
    font-size: 38px;
  }
  .sb-article-content h3 {
    font-size: 29px;
  }
  .sb-article-content a {
    color: #9BEF2A;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .sb-article-content img {
    border-radius: 20px;
  }
  .sb-article-content blockquote {
    margin: 32px 0;
    padding: 20px 24px;
    border-left: 4px solid #F7DD17;
    background: #102532;
    border-radius: 0 16px 16px 0;
    color: #EDF6F9;
  }
  .sb-article-nav {
    max-width: 900px;
    padding: 0 0 76px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .sb-article-nav div:last-child {
    text-align: right;
  }
  .sb-article-nav a {
    color: #9BEF2A;
    font-weight: 800;
  }
  .sb-search-form {
    max-width: 560px;
    margin-top: 32px;
  }
  .sb-search-form form, .sb-search-form .search-form {
    display: flex;
    gap: 10px;
  }
  .sb-search-form input[type="search"], .sb-legacy-content input:not([type="submit"]), .sb-legacy-content textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(137,207,231,.24) !important;
    border-radius: 14px !important;
    background: #102532 !important;
    color: #F4FAFC !important;
    padding: 12px 14px !important;
  }
  .sb-search-form input[type="submit"], .sb-search-form button {
    min-height: 48px;
    border: 0;
    border-radius: 14px;
    padding: 0 20px;
    background: #9BEF2A;
    color: #0B151B;
    font-weight: 900;
  }
  .sb-empty {
    padding: 38px;
    border-radius: 22px;
    border: 1px solid rgba(137,207,231,.18);
    background: #102532;
    color: #DCECF3;
    font-size: 18px;
  }
  .sb-not-found {
    min-height: 70vh;
    display: grid;
    align-items: center;
    padding: 100px 0;
    text-align: center;
    background: radial-gradient(circle at 50% 42%,rgba(73,113,173,.23),transparent 30%), #08141D;
  }
  .sb-not-found h1 {
    margin-inline: auto;
    font-size: clamp(42px,5vw,70px);
  }
  .sb-not-found > .sb-wrap > p {
    margin-inline: auto;
  }
  .sb-404 {
    color: #9BEF2A;
    font-family: var(--font-display);
    font-size: clamp(90px,14vw,180px);
    line-height: .8;
    font-weight: 1000;
    opacity: .18;
    letter-spacing: -.08em;
  }
  .sb-actions-center {
    justify-content: center;
  }
  @media (max-width: 980px) {
    .sb-menu-toggle {
      display: block;
      margin-left: auto;
    }
    .sb-header .sb-menu {
      display: none;
      position: absolute;
      left: 24px;
      right: 24px;
      top: calc(100% + 10px);
      padding: 18px;
      border: 1px solid rgba(137,207,231,.20);
      border-radius: 20px;
      background: rgba(7,18,26,.98);
      box-shadow: 0 24px 60px rgba(0,0,0,.35);
      flex-direction: column;
      align-items: stretch;
      gap: 3px;
    }
    .sb-menu-open .sb-header .sb-menu {
      display: flex;
    }
    .sb-header .sb-menu a {
      padding: 12px 10px;
      border-radius: 10px;
    }
    .sb-header .sb-menu a:hover {
      background: rgba(137,207,231,.08);
    }
    .sb-nav {
      position: relative;
    }
    .sb-nav-cta {
      display: none;
    }
    .sb-case-hero-grid {
      grid-template-columns: 1fr;
    }
    .sb-case-visual {
      min-height: 330px;
    }
    .sb-case-visual img {
      min-height: 330px;
    }
    .sb-method-row {
      grid-template-columns: 1fr;
    }
    .sb-method-row i {
      transform: rotate(90deg);
      text-align: center;
    }
    .sb-post-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
  }
  @media (max-width: 640px) {
    .sb-logo img {
      width: 148px;
      padding: 7px 9px;
    }
    .sb-menu-toggle {
      width: 42px;
      height: 42px;
    }
    .sb-inner-hero,.sb-case-hero,.sb-article-hero {
      padding: 76px 0 60px;
    }
    .sb-inner-hero h1,.sb-case-hero h1,.sb-article-hero h1,.sb-not-found h1 {
      font-size: 44px;
    }
    .sb-inner-hero > .sb-wrap > p,.sb-case-copy > p {
      font-size: 17px;
    }
    .sb-case-gallery {
      grid-template-columns: 1fr;
    }
    .sb-case-gallery figure.is-featured {
      grid-column: auto;
      min-height: 300px;
    }
    .sb-case-gallery figure {
      min-height: 260px;
    }
    .sb-post-grid {
      grid-template-columns: 1fr;
    }
    .sb-article-content {
      font-size: 17px;
      padding: 46px 0;
    }
    .sb-article-content h2 {
      font-size: 31px;
    }
    .sb-article-content h3 {
      font-size: 25px;
    }
    .sb-article-nav {
      grid-template-columns: 1fr;
    }
    .sb-article-nav div:last-child {
      text-align: left;
    }
  }
}
@layer components {
  .sb-more-cases {
    margin-top: 34px;
    padding: 24px 26px;
    border: 1px solid rgba(137,207,231,.16);
    border-radius: 22px;
    background: rgba(8,20,29,.70);
  }
  .sb-more-cases-title {
    display: block;
    margin-bottom: 14px;
    color: #F7DD17;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
  }
  .sb-more-case-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .sb-more-case-links a {
    padding: 9px 13px;
    border: 1px solid rgba(155,239,42,.28);
    border-radius: 999px;
    background: rgba(155,239,42,.06);
    color: #B9F56A;
    font-size: 13px;
    font-weight: 850;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
  }
  .sb-more-case-links a:hover {
    transform: translateY(-2px);
    background: rgba(155,239,42,.12);
    border-color: rgba(155,239,42,.52);
  }
  .sb-brand-wall {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 14px;
    margin-top: 40px;
  }
  .sb-brand-tile {
    min-height: 138px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 22px 14px;
    border: 1px solid rgba(137,207,231,.17);
    border-radius: 20px;
    background: linear-gradient(180deg,rgba(255,255,255,.96),rgba(238,247,251,.94));
    box-shadow: 0 14px 34px rgba(0,0,0,.13);
    cursor: default;
  }
  .sb-brand-wordmark {
    display: block;
    color: #14232D;
    font-family: var(--font-display);
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.035em;
    text-align: center;
  }
  .sb-brand-wordmark.is-honeywell {
    letter-spacing: -.055em;
  }
  .sb-brand-wordmark.is-trim, .sb-brand-wordmark.is-hurom {
    letter-spacing: .08em;
  }
  .sb-brand-wordmark.is-zova {
    font-style: italic;
  }
  .sb-brand-wordmark.is-amabilis {
    font-weight: 700;
    letter-spacing: .01em;
  }
  .sb-brand-wordmark.is-lavii {
    font-weight: 800;
    letter-spacing: .06em;
  }
  .sb-brand-wordmark.is-chiumao, .sb-brand-wordmark.is-ucome {
    font-size: 24px;
    letter-spacing: .02em;
  }
  .sb-brand-tile small {
    color: #657C89;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
    text-align: center;
  }
  .sb-brand-wall-note {
    margin: 18px 0 0 !important;
    color: #91AEBB !important;
    font-size: 13px !important;
    text-align: right;
  }
  @media (max-width: 980px) {
    .sb-brand-wall {
      grid-template-columns: repeat(3,minmax(0,1fr));
    }
  }
  @media (max-width: 640px) {
    .sb-body .sb-hero h1 {
      font-size: 28px;
      line-height: 1.3;
      letter-spacing: -.01em;
    }
    .sb-brand-wall {
      grid-template-columns: repeat(2,minmax(0,1fr));
      gap: 10px;
    }
    .sb-brand-tile {
      min-height: 118px;
      padding: 18px 10px;
    }
    .sb-brand-wordmark {
      font-size: 23px;
    }
    .sb-brand-wordmark.is-chiumao, .sb-brand-wordmark.is-ucome {
      font-size: 20px;
    }
  }
  .sb-sw-home {
    background: radial-gradient(circle at 78% 50%,rgba(137,207,231,.10),transparent 28%), #0B1923 !important;
  }
  .sb-sw-home-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 52px;
    align-items: center;
  }
  .sb-sw-home-copy .sb-tags {
    margin-top: 22px;
  }
  .sb-sw-home-btn {
    margin-top: 28px;
  }
  .sb-sw-home-visual, .sb-sw-hero-visual {
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(137,207,231,.18);
    background: #102532;
    box-shadow: 0 22px 58px rgba(0,0,0,.24);
  }
  .sb-sw-home-visual img, .sb-sw-hero-visual img {
    display: block;
    width: 100%;
    height: auto;
  }
  .sb-sw-hero {
    padding: 92px 0 82px;
    border-bottom: 1px solid rgba(137,207,231,.12);
    background: radial-gradient(circle at 80% 34%,rgba(155,239,42,.08),transparent 25%), radial-gradient(circle at 16% 18%,rgba(73,113,173,.20),transparent 30%), #08141D;
  }
  .sb-sw-hero-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 56px;
    align-items: center;
  }
  .sb-sw-copy h1 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(56px,6vw,88px);
    line-height: 1;
    letter-spacing: -.055em;
    color: #F6FBFE;
  }
  .sb-sw-copy > p {
    margin: 26px 0 0;
    max-width: 680px;
    color: #DDECF3;
    font-size: 20px;
    line-height: 1.8;
  }
  .sb-sw-intro {
    background: #0D1D29 !important;
  }
  .sb-sw-gallery-section {
    background: #091720 !important;
  }
  .sb-sw-gallery {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
    margin-top: 36px;
  }
  .sb-sw-gallery figure {
    margin: 0;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(137,207,231,.15);
    background: #102532;
    box-shadow: 0 16px 38px rgba(0,0,0,.18);
  }
  .sb-sw-gallery figure.sb-sw-wide {
    grid-column: 1 / -1;
  }
  .sb-sw-gallery img {
    display: block;
    width: 100%;
    height: auto;
  }
  .sb-sw-video-section {
    background: #0D1D29 !important;
  }
  .sb-sw-video-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 48px;
    align-items: center;
  }
  .sb-sw-video {
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(137,207,231,.18);
    background: #050A0E;
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
  }
  .sb-sw-video video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #050A0E;
  }
  @media (max-width: 980px) {
    .sb-sw-home-grid, .sb-sw-hero-grid, .sb-sw-video-grid {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 640px) {
    .sb-sw-copy h1 {
      font-size: 52px;
    }
    .sb-sw-copy > p {
      font-size: 17px;
    }
    .sb-sw-gallery {
      grid-template-columns: 1fr;
    }
    .sb-sw-gallery figure.sb-sw-wide {
      grid-column: auto;
    }
  }
  .sb-sw-join-top {
    margin-top: 30px;
  }
  .sb-sw-hero-video {
    align-self: stretch;
    display: flex;
    align-items: center;
  }
  .sb-sw-hero-video video {
    min-height: 100%;
    object-fit: contain;
  }
  .sb-sw-promo {
    background: radial-gradient(circle at 82% 20%,rgba(155,239,42,.05),transparent 24%), #0D1D29 !important;
  }
  .sb-sw-benefits {
    margin-top: 42px;
  }
  .sb-sw-fit {
    background: #091720 !important;
  }
  .sb-sw-fit-grid {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 58px;
    align-items: start;
  }
  .sb-sw-fit-list {
    display: grid;
    gap: 14px;
  }
  .sb-sw-fit-list > div {
    padding: 22px 24px;
    border: 1px solid rgba(137,207,231,.16);
    border-radius: 18px;
    background: linear-gradient(180deg,#102B3A,#0E2430);
  }
  .sb-sw-fit-list strong {
    display: block;
    margin-bottom: 7px;
    color: #9BEF2A;
    font-size: 20px;
  }
  .sb-sw-fit-list span {
    color: #DDECF3;
    font-size: 16px;
    line-height: 1.7;
  }
  .sb-sw-signup {
    background: radial-gradient(circle at 15% 12%,rgba(73,113,173,.20),transparent 28%), radial-gradient(circle at 84% 78%,rgba(247,221,23,.05),transparent 24%), #08141D !important;
  }
  .sb-sw-signup-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 54px;
    align-items: start;
  }
  .sb-sw-form-card {
    padding: 30px;
    border: 1px solid rgba(137,207,231,.18);
    border-radius: 26px;
    background: linear-gradient(180deg,#102B3A,#0C202B);
    box-shadow: 0 20px 52px rgba(0,0,0,.24);
  }
  .sb-sw-form {
    display: grid;
    gap: 18px;
  }
  .sb-sw-form-row {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
  }
  .sb-sw-form label {
    display: grid;
    gap: 8px;
    color: #EAF4F8;
    font-size: 14px;
    font-weight: 850;
  }
  .sb-sw-form label > span {
    color: #F7DD17;
  }
  .sb-sw-form input, .sb-sw-form textarea {
    width: 100%;
    border: 1px solid rgba(137,207,231,.25);
    border-radius: 14px;
    background: #081821;
    color: #F5FAFD;
    font: inherit;
    font-weight: 500;
    padding: 13px 14px;
    outline: none;
    transition: border-color .2s ease,box-shadow .2s ease;
  }
  .sb-sw-form input:focus, .sb-sw-form textarea:focus {
    border-color: rgba(155,239,42,.65);
    box-shadow: 0 0 0 3px rgba(155,239,42,.08);
  }
  .sb-sw-form textarea {
    resize: vertical;
    min-height: 150px;
  }
  .sb-sw-submit {
    border: 0;
    cursor: pointer;
    justify-self: start;
    min-width: 150px;
  }
  .sb-sw-form-note {
    margin: -4px 0 0 !important;
    color: #89A7B6 !important;
    font-size: 12px !important;
    line-height: 1.65 !important;
  }
  .sb-sw-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
  }
  .sb-sw-form-message {
    display: grid;
    gap: 4px;
    margin-bottom: 20px;
    padding: 15px 16px;
    border-radius: 14px;
    font-size: 14px;
  }
  .sb-sw-form-message.is-success {
    border: 1px solid rgba(155,239,42,.35);
    background: rgba(155,239,42,.08);
    color: #DFFFB2;
  }
  .sb-sw-form-message.is-error {
    border: 1px solid rgba(247,221,23,.32);
    background: rgba(247,221,23,.07);
    color: #FFF3A2;
  }
  @media (max-width: 980px) {
    .sb-sw-fit-grid, .sb-sw-signup-grid {
      grid-template-columns: 1fr;
    }
    .sb-sw-hero-video {
      align-self: auto;
    }
  }
  @media (max-width: 640px) {
    .sb-sw-form-row {
      grid-template-columns: 1fr;
    }
    .sb-sw-form-card {
      padding: 22px 18px;
    }
    .sb-sw-submit {
      width: 100%;
    }
  }
  .sb-creative-home {
    background: radial-gradient(circle at 12% 15%,rgba(247,221,23,.055),transparent 26%), radial-gradient(circle at 82% 70%,rgba(92,163,217,.10),transparent 30%), #0A1721 !important;
  }
  .sb-creative-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
    margin-top: 40px;
  }
  .sb-creative-card {
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(137,207,231,.18);
    background: #102532;
    box-shadow: 0 16px 42px rgba(0,0,0,.18);
    transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease;
  }
  .sb-creative-card:hover {
    transform: translateY(-5px);
    border-color: rgba(155,239,42,.45);
    box-shadow: 0 22px 52px rgba(0,0,0,.24);
  }
  .sb-creative-image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #F5F7FA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
  }
  .sb-creative-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
  }
  .sb-creative-card:hover .sb-creative-image img {
    transform: scale(1.025);
  }
  .sb-creative-copy {
    padding: 24px 24px 26px;
  }
  .sb-creative-copy > span {
    display: block;
    margin-bottom: 9px;
    color: #F7DD17;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
  }
  .sb-creative-copy h3 {
    margin: 0 0 10px;
    color: #9BEF2A !important;
    font-size: 27px;
    line-height: 1.25;
  }
  .sb-creative-copy p {
    margin: 0;
    color: #E6F1F6 !important;
    font-size: 16px;
    line-height: 1.75;
  }
  .sb-creative-hero {
    padding: 92px 0 84px;
    border-bottom: 1px solid rgba(137,207,231,.12);
    background: radial-gradient(circle at 80% 30%,rgba(247,221,23,.065),transparent 24%), radial-gradient(circle at 15% 10%,rgba(73,113,173,.22),transparent 30%), #08141D;
  }
  .sb-creative-hero-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 58px;
    align-items: center;
  }
  .sb-creative-hero-copy h1 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(52px,5.5vw,80px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -.05em;
    color: #F6FBFE;
  }
  .sb-creative-hero-copy > p {
    max-width: 680px;
    margin: 24px 0 0;
    color: #DDECF3;
    font-size: 20px;
    line-height: 1.8;
  }
  .sb-creative-hero-image {
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(137,207,231,.18);
    background: #F2F7F9;
    box-shadow: 0 24px 60px rgba(0,0,0,.24);
  }
  .sb-creative-hero-image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .sb-creative-story {
    background: #0D1D29 !important;
  }
  .sb-creative-story-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 54px;
    align-items: start;
  }
  .sb-creative-story-grid .sb-lead {
    margin-top: 0;
  }
  .sb-creative-gallery-section {
    background: #091720 !important;
  }
  .sb-creative-gallery {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px;
    margin-top: 36px;
  }
  .sb-creative-gallery figure {
    margin: 0;
    min-height: 300px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(137,207,231,.15);
    background: #102532;
    box-shadow: 0 16px 38px rgba(0,0,0,.16);
  }
  .sb-creative-gallery figure.is-featured {
    grid-column: 1 / -1;
    min-height: 440px;
  }
  .sb-creative-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
  }
  @media (max-width: 980px) {
    .sb-creative-grid {
      grid-template-columns: 1fr 1fr;
    }
    .sb-creative-hero-grid, .sb-creative-story-grid {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 640px) {
    .sb-hero-line + .sb-hero-line {
      margin-top: 8px;
    }
    .sb-creative-grid {
      grid-template-columns: 1fr;
    }
    .sb-creative-hero-copy h1 {
      font-size: 46px;
    }
    .sb-creative-hero-copy > p {
      font-size: 17px;
    }
    .sb-creative-gallery {
      grid-template-columns: 1fr;
    }
    .sb-creative-gallery figure.is-featured {
      grid-column: auto;
      min-height: 300px;
    }
    .sb-creative-gallery figure {
      min-height: 260px;
    }
  }
  .sb-media-video .sb-visual-mark {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(155,239,42,.55);
    background: rgba(8,20,29,.86);
    font-size: 28px;
    padding-left: 4px;
  }
  .sb-media-video::before {
    inset: 30px 26px 46px;
    background: linear-gradient(135deg,rgba(137,207,231,.10),rgba(73,113,173,.18)), #0D1B25;
    border: 1px solid rgba(137,207,231,.30);
    box-shadow: inset 0 -28px 0 rgba(0,0,0,.15);
  }
  .sb-media-ad::before {
    inset: 34px 30px 38px;
    border: 0;
    background: linear-gradient(90deg, rgba(155,239,42,.18) 0 28%, transparent 28% 35%, rgba(247,221,23,.18) 35% 63%, transparent 63% 70%, rgba(137,207,231,.20) 70% 100%);
    box-shadow: -18px 12px 0 -6px rgba(155,239,42,.08), 18px -8px 0 -6px rgba(137,207,231,.08);
  }
  .sb-media-ad .sb-visual-mark {
    padding: 10px 14px;
    border-radius: 12px;
    background: #9BEF2A;
    color: #0A151C;
    font-size: 22px;
    letter-spacing: .06em;
    box-shadow: 0 10px 24px rgba(0,0,0,.25);
  }
  .sb-media-audio::before {
    inset: 38px 24px 44px;
    border: 0;
    background: repeating-linear-gradient(90deg, rgba(155,239,42,.80) 0 4px, transparent 4px 12px), linear-gradient(180deg,transparent 42%,rgba(137,207,231,.12) 43% 57%,transparent 58%);
    opacity: .52;
  }
  .sb-media-audio .sb-visual-mark {
    font-size: 54px;
    color: #F7DD17;
  }
  .sb-media-product::before {
    inset: 34px 70px 40px;
    border: 1px solid rgba(137,207,231,.34);
    background: linear-gradient(145deg,rgba(255,255,255,.11),rgba(73,113,173,.18)), #112532;
    transform: perspective(240px) rotateX(4deg) rotateY(-8deg);
    box-shadow: 18px 20px 40px rgba(0,0,0,.24);
  }
  .sb-media-product .sb-visual-mark {
    color: #F7DD17;
    font-size: 46px;
  }
  .sb-media-avatar::before {
    inset: 44px 104px 42px;
    border-radius: 46% 46% 32% 32%;
    background: radial-gradient(circle at 50% 30%,rgba(169,223,241,.42) 0 19%,transparent 20%), radial-gradient(ellipse at 50% 82%,rgba(137,207,231,.28) 0 40%,transparent 41%);
    border: 1px solid rgba(137,207,231,.26);
  }
  .sb-media-avatar .sb-visual-mark {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(10,25,34,.86);
    border: 1px solid rgba(155,239,42,.48);
    font-size: 22px;
  }
  .sb-media-global::before {
    inset: 34px 84px 40px;
    border-radius: 50%;
    border: 1px solid rgba(155,239,42,.42);
    background: linear-gradient(90deg,transparent 47%,rgba(137,207,231,.28) 48% 52%,transparent 53%), linear-gradient(0deg,transparent 47%,rgba(137,207,231,.28) 48% 52%,transparent 53%), radial-gradient(circle,transparent 0 34%,rgba(137,207,231,.16) 35% 36%,transparent 37%);
  }
  .sb-media-global .sb-visual-mark {
    padding: 8px 12px;
    border-radius: 12px;
    background: rgba(8,20,29,.88);
    border: 1px solid rgba(247,221,23,.35);
    color: #F7DD17;
    font-size: 24px;
  }
  .sb-legacy-content .quform {
    max-width: 760px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid rgba(137,207,231,.18);
    border-radius: 24px;
    background: #102532;
    box-shadow: 0 18px 50px rgba(0,0,0,.20);
  }
  .sb-legacy-content .quform-label, .sb-legacy-content .quform-label label, .sb-legacy-content .quform-description {
    color: #DCECF3 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
  }
  .sb-legacy-content .quform-field {
    min-height: 50px !important;
    border: 1px solid rgba(137,207,231,.26) !important;
    border-radius: 13px !important;
    background: #081A24 !important;
    color: #F7FBFD !important;
    padding: 12px 14px !important;
  }
  .sb-legacy-content .quform-field:focus {
    border-color: #9BEF2A !important;
    box-shadow: 0 0 0 3px rgba(155,239,42,.08) !important;
  }
  .sb-legacy-content .quform-button-submit button, .sb-legacy-content .quform-submit button:not(.quform-default-submit) {
    min-height: 48px !important;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg,#F7DD17,#FFB000) !important;
    color: #0C171D !important;
    font-weight: 900 !important;
  }
  .sb-legacy-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid rgba(137,207,231,.20);
    border-radius: 16px;
    background: #102532;
  }
  .sb-legacy-content th, .sb-legacy-content td {
    padding: 14px 16px !important;
    border-color: rgba(137,207,231,.14) !important;
    color: #E7F2F6 !important;
  }
  .sb-legacy-content th {
    background: #153345 !important;
    color: #9BEF2A !important;
    font-weight: 900 !important;
  }
  .sb-footer-brand img {
    width: 158px;
    padding: 8px 10px;
    border-radius: 12px;
    background: #F5FAFD;
  }
  @media (max-width: 640px) {
    .sb-more-cases {
      padding: 20px;
    }
    .sb-more-case-links a {
      font-size: 12px;
    }
    .sb-legacy-content .quform {
      padding: 20px;
    }
    .sb-legacy-content .fusion-layout-column, .sb-legacy-content [class*="fusion_builder_column"] {
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
  }
}
@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;
  }
}
