:root{--color-primary-50:250 250 250;--color-primary-100:244 244 245;--color-primary-200:228 228 231;--color-primary-300:161 161 170;--color-primary-400:113 113 122;--color-primary-500:82 82 91;--color-primary-600:63 63 70;--color-primary-700:39 39 42;--color-primary-800:24 24 27;--color-primary-900:5 5 5;--color-secondary-50:248 250 252;--color-secondary-100:241 245 249;--color-secondary-200:226 232 240;--color-secondary-300:203 213 225;--color-secondary-400:148 163 184;--color-secondary-500:100 116 139;--color-secondary-600:71 85 105;--color-secondary-700:51 65 85;--color-secondary-800:30 41 59;--color-secondary-900:15 23 42;--color-neutral-50:250 250 250;--color-neutral-100:244 244 245;--color-neutral-200:228 228 231;--color-neutral-300:212 212 216;--color-neutral-400:161 161 170;--color-neutral-500:113 113 122;--color-neutral-600:82 82 91;--color-neutral-700:63 63 70;--color-neutral-800:39 39 42;--color-neutral-900:24 24 27;--color-accent:#01fcfe}/*!tailwindcss v4.1.18 | MIT License | https://tailwindcss.com*//*!Blowfish | MIT License | https://github.com/nunocoracao/blowfish*/@layer properties;@layer theme,base,components,utilities;@layer theme{:root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --container-2xs: 18rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --tracking-normal: 0em;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-sm: 8px;
    --blur-xl: 24px;
    --blur-2xl: 40px;
    --aspect-video: 16 / 9;
    --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);
  }
}@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{.pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .\!visible {
    visibility: visible !important;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .\!absolute {
    position: absolute !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .-start-6 {
    inset-inline-start: calc(var(--spacing) * -6);
  }
  .start-\[calc\(max\(-50vw\,-800px\)\+50\%\)\] {
    inset-inline-start: calc(max(-50vw, -800px) + 50%);
  }
  .end-6 {
    inset-inline-end: calc(var(--spacing) * 6);
  }
  .end-8 {
    inset-inline-end: calc(var(--spacing) * 8);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-24 {
    bottom: calc(var(--spacing) * 24);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-80 {
    z-index: 80;
  }
  .z-100 {
    z-index: 100;
  }
  .z-500 {
    z-index: 500;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .z-\[1040\] {
    z-index: 1040;
  }
  .z-\[1070\] {
    z-index: 1070;
  }
  .z-\[1080\] {
    z-index: 1080;
  }
  .order-first {
    order: -9999;
  }
  .float-left {
    float: left;
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 853px) {
      max-width: 853px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
  }
  .\!-m-px {
    margin: -1px !important;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-1 {
    margin: calc(var(--spacing) * 1);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-300 {
    margin: calc(var(--spacing) * 300);
  }
  .m-auto {
    margin: auto;
  }
  .-mx-2 {
    margin-inline: calc(var(--spacing) * -2);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-\[3px\] {
    margin-inline: 3px;
  }
  .mx-\[15\%\] {
    margin-inline: 15%;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .-ms-5 {
    margin-inline-start: calc(var(--spacing) * -5);
  }
  .ms-0 {
    margin-inline-start: calc(var(--spacing) * 0);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .ms-6 {
    margin-inline-start: calc(var(--spacing) * 6);
  }
  .ms-7 {
    margin-inline-start: calc(var(--spacing) * 7);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .-me-48 {
    margin-inline-end: calc(var(--spacing) * -48);
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .me-4 {
    margin-inline-end: calc(var(--spacing) * 4);
  }
  .me-6 {
    margin-inline-end: calc(var(--spacing) * 6);
  }
  .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: none;
      font-weight: 500;
      text-decoration-color: rgba(var(--color-primary-300), 1);
      &:hover {
        color: rgba(var(--color-primary-600), 1);
        text-decoration: none;
        border-radius: 0.09rem;
      }
    }
    :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;
      border: 0.8px solid rgba(var(--color-neutral-300), 1);
    }
    :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: 600;
      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.9rem;
      border-radius: 0.25rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
      background-color: rgba(var(--color-neutral-200), 1);
      padding: 0.1rem 0.4rem;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 5px;
      padding-right: 5px;
      border-radius: 0.25rem;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
      display: none;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
      display: none;
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
    }
    :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: rgba(var(--color-neutral-700), 1);
    --tw-prose-headings: rgba(var(--color-neutral-800), 1);
    --tw-prose-lead: rgba(var(--color-neutral-500), 1);
    --tw-prose-links: rgba(var(--color-primary-600), 1);
    --tw-prose-bold: inherit;
    --tw-prose-counters: rgba(var(--color-neutral-800), 1);
    --tw-prose-bullets: rgba(var(--color-neutral-500), 1);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: rgba(var(--color-neutral-700), 1);
    --tw-prose-quote-borders: rgba(var(--color-primary-500), 1);
    --tw-prose-captions: rgba(var(--color-neutral-500), 1);
    --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: rgba(var(--color-secondary-700), 1);
    --tw-prose-pre-code: rgba(var(--color-neutral-700), 1);
    --tw-prose-pre-bg: rgba(var(--color-neutral-50), 1);
    --tw-prose-th-borders: rgba(var(--color-neutral-500), 1);
    --tw-prose-td-borders: rgba(var(--color-neutral-300), 1);
    --tw-prose-invert-body: rgba(var(--color-neutral-300), 1);
    --tw-prose-invert-headings: rgba(var(--color-neutral-50), 1);
    --tw-prose-invert-lead: rgba(var(--color-neutral-500), 1);
    --tw-prose-invert-links: rgba(var(--color-primary-400), 1);
    --tw-prose-invert-bold: rgba(var(--color-neutral), 1);
    --tw-prose-invert-counters: rgba(var(--color-neutral-400), 1);
    --tw-prose-invert-bullets: rgba(var(--color-neutral-600), 1);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: rgba(var(--color-neutral-200), 1);
    --tw-prose-invert-quote-borders: rgba(var(--color-primary-600), 1);
    --tw-prose-invert-captions: rgba(var(--color-neutral-400), 1);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: rgba(var(--color-secondary-400), 1);
    --tw-prose-invert-pre-code: rgba(var(--color-neutral-200), 1);
    --tw-prose-invert-pre-bg: rgba(var(--color-neutral-700), 1);
    --tw-prose-invert-th-borders: rgba(var(--color-neutral-500), 1);
    --tw-prose-invert-td-borders: rgba(var(--color-neutral-700), 1);
    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;
    }
    :where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: rgba(var(--color-neutral-800), 1);
      background-color: rgba(var(--color-primary-600), 1);
      padding: 0.1rem 0.2rem;
      border-radius: 0.25rem;
    }
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      display: none;
    }
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      display: none;
    }
    :where(a.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-decoration-color: rgba(var(--color-primary-600), 1);
    }
    :where(p.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-decoration-color: rgba(var(--color-primary-600), 1);
    }
  }
  .\!mt-0 {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .-mt-\[2px\] {
    margin-top: calc(2px * -1);
  }
  .-mt-\[15px\] {
    margin-top: calc(15px * -1);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .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-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .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);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-\[0\.5rem\] {
    margin-top: 0.5rem;
  }
  .-mr-\[100\%\] {
    margin-right: calc(100% * -1);
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .\!mb-9 {
    margin-bottom: calc(var(--spacing) * 9) !important;
  }
  .-mb-1 {
    margin-bottom: calc(var(--spacing) * -1);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .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-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-\[2px\] {
    margin-bottom: 2px;
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .box-border {
    box-sizing: border-box;
  }
  .box-content {
    box-sizing: content-box;
  }
  .scrollbar {
    &::-webkit-scrollbar-track {
      background-color: var(--scrollbar-track);
      border-radius: var(--scrollbar-track-radius);
    }
    &::-webkit-scrollbar-thumb {
      background-color: var(--scrollbar-thumb);
      border-radius: var(--scrollbar-thumb-radius);
    }
    &::-webkit-scrollbar-corner {
      background-color: var(--scrollbar-corner);
      border-radius: var(--scrollbar-corner-radius);
    }
    @supports (-moz-appearance:none) {
      scrollbar-width: auto;
      scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
    }
    &::-webkit-scrollbar {
      display: block;
      width: var(--scrollbar-width, 16px);
      height: var(--scrollbar-height, 16px);
    }
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .\!block {
    display: block !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .table-cell {
    display: table-cell;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-auto {
    aspect-ratio: auto;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-1 {
    width: calc(var(--spacing) * 1);
    height: calc(var(--spacing) * 1);
  }
  .\!h-px {
    height: 1px !important;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-1\/2 {
    height: calc(1/2 * 100%);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-36 {
    height: calc(var(--spacing) * 36);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-84 {
    height: calc(var(--spacing) * 84);
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[800px\] {
    height: 800px;
  }
  .h-\[1000px\] {
    height: 1000px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-3 {
    max-height: calc(var(--spacing) * 3);
  }
  .max-h-20 {
    max-height: calc(var(--spacing) * 20);
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[130px\] {
    min-height: 130px;
  }
  .min-h-\[148px\] {
    min-height: 148px;
  }
  .min-h-full {
    min-height: 100%;
  }
  .\!w-px {
    width: 1px !important;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-\[15\%\] {
    width: 15%;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-20 {
    max-width: calc(var(--spacing) * 20);
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[267px\] {
    max-width: 267px;
  }
  .max-w-\[1600px\] {
    max-width: 1600px;
  }
  .max-w-\[calc\(100\%-1rem\)\] {
    max-width: calc(100% - 1rem);
  }
  .max-w-fit {
    max-width: fit-content;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-prose {
    max-width: 65ch;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[1\.8rem\] {
    min-width: 1.8rem;
  }
  .min-w-\[30px\] {
    min-width: 30px;
  }
  .min-w-\[220px\] {
    min-width: 220px;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-auto {
    flex: auto;
  }
  .flex-initial {
    flex: 0 auto;
  }
  .flex-none {
    flex: none;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .grow-0 {
    flex-grow: 0;
  }
  .basis-auto {
    flex-basis: auto;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-8 {
    --tw-translate-y: calc(var(--spacing) * -8);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-0 {
    --tw-scale-x: 0%;
    --tw-scale-y: 0%;
    --tw-scale-z: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-\[1\.02\] {
    scale: 1.02;
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform\! {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,) !important;
  }
  .transform-none {
    transform: none;
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .touch-pan-y {
    --tw-pan-y: pan-y;
    touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
  }
  .touch-none {
    touch-action: none;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-rows-\[0fr\] {
    grid-template-rows: 0fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-5 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 5) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .place-self-center {
    place-self: center;
  }
  .self-center {
    align-self: center;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .\!overflow-hidden {
    overflow: hidden !important;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overscroll-contain {
    overscroll-behavior: contain;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .\!rounded-md {
    border-radius: var(--radius-md) !important;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-s-\[0\.25rem\] {
    border-start-start-radius: 0.25rem;
    border-end-start-radius: 0.25rem;
  }
  .rounded-e-\[0\.25rem\] {
    border-start-end-radius: 0.25rem;
    border-end-end-radius: 0.25rem;
  }
  .rounded-t-lg {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
  }
  .rounded-t-md {
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
  }
  .rounded-b-lg {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .\!border-0 {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-y-\[10px\] {
    border-block-style: var(--tw-border-style);
    border-block-width: 10px;
  }
  .border-s-0 {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 0px;
  }
  .border-s-1 {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 1px;
  }
  .border-s-2 {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 2px;
  }
  .border-s-\[0\.125rem\] {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 0.125rem;
  }
  .border-e-0 {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-dotted {
    --tw-border-style: dotted;
    border-style: dotted;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-neutral-100 {
    border-color: rgba(var(--color-neutral-100), 1);
  }
  .border-neutral-200 {
    border-color: rgba(var(--color-neutral-200), 1);
  }
  .border-neutral-300 {
    border-color: rgba(var(--color-neutral-300), 1);
  }
  .border-primary-400 {
    border-color: rgba(var(--color-primary-400), 1);
  }
  .border-primary-500 {
    border-color: rgba(var(--color-primary-500), 1);
  }
  .border-secondary-500 {
    border-color: rgba(var(--color-secondary-500), 1);
  }
  .border-transparent {
    border-color: transparent;
  }
  .prose-invert {
    --tw-prose-body: var(--tw-prose-invert-body);
    --tw-prose-headings: var(--tw-prose-invert-headings);
    --tw-prose-lead: var(--tw-prose-invert-lead);
    --tw-prose-links: var(--tw-prose-invert-links);
    --tw-prose-bold: var(--tw-prose-invert-bold);
    --tw-prose-counters: var(--tw-prose-invert-counters);
    --tw-prose-bullets: var(--tw-prose-invert-bullets);
    --tw-prose-hr: var(--tw-prose-invert-hr);
    --tw-prose-quotes: var(--tw-prose-invert-quotes);
    --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
    --tw-prose-captions: var(--tw-prose-invert-captions);
    --tw-prose-kbd: var(--tw-prose-invert-kbd);
    --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
    --tw-prose-code: var(--tw-prose-invert-code);
    --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
    --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
    --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
    --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-decoration-color: rgba(var(--color-neutral-600), 1);
      &:hover {
        color: rgba(var(--color-primary-400), 1);
      }
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: rgba(var(--color-neutral-200), 1);
      background-color: rgba(var(--color-neutral-700), 1);
    }
    :where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: rgba(var(--color-primary-400), 1);
    }
    :where(code:not(pre code)):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: color-mix(in oklab, oklch(21% 0.006 285.885) 70%, transparent);
    }
    :where(a.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-decoration-color: rgba(var(--color-primary-400), 1);
    }
    :where(p.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-decoration-color: rgba(var(--color-primary-400), 1);
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border: 0.8px solid rgba(var(--color-neutral-500), 1);
    }
  }
  .bg-\[\#6d6d6d\] {
    background-color: #6d6d6d;
  }
  .bg-black {
    background-color: #000;
  }
  .bg-neutral {
    background-color: rgba(var(--color-neutral), 1);
  }
  .bg-neutral-50 {
    background-color: rgba(var(--color-neutral-50), 1);
  }
  .bg-neutral-50\/97 {
    background-color: color-mix(in srgb, rgba(rgba(var(--color-neutral-50), 1), 1) 97%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgba(var(--color-neutral-50), 1) 97%, transparent);
    }
  }
  .bg-neutral-100 {
    background-color: rgba(var(--color-neutral-100), 1);
  }
  .bg-neutral-100\/75 {
    background-color: color-mix(in srgb, rgba(rgba(var(--color-neutral-100), 1), 1) 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgba(var(--color-neutral-100), 1) 75%, transparent);
    }
  }
  .bg-neutral-300 {
    background-color: rgba(var(--color-neutral-300), 1);
  }
  .bg-neutral-500\/50 {
    background-color: color-mix(in srgb, rgba(rgba(var(--color-neutral-500), 1), 1) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgba(var(--color-neutral-500), 1) 50%, transparent);
    }
  }
  .bg-neutral\/25 {
    background-color: color-mix(in srgb, rgba(rgba(var(--color-neutral), 1), 1) 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgba(var(--color-neutral), 1) 25%, transparent);
    }
  }
  .bg-neutral\/50 {
    background-color: color-mix(in srgb, rgba(rgba(var(--color-neutral), 1), 1) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgba(var(--color-neutral), 1) 50%, transparent);
    }
  }
  .bg-primary-100 {
    background-color: rgba(var(--color-primary-100), 1);
  }
  .bg-primary-200 {
    background-color: rgba(var(--color-primary-200), 1);
  }
  .bg-primary-200\/80 {
    background-color: color-mix(in srgb, rgba(rgba(var(--color-primary-200), 1), 1) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, rgba(var(--color-primary-200), 1) 80%, transparent);
    }
  }
  .bg-primary-500 {
    background-color: rgba(var(--color-primary-500), 1);
  }
  .bg-primary-600 {
    background-color: rgba(var(--color-primary-600), 1);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: #fff;
  }
  .bg-linear-60 {
    --tw-gradient-position: 60deg;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: 60deg in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-none {
    background-image: none;
  }
  .from-neutral {
    --tw-gradient-from: rgba(var(--color-neutral), 1);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-primary-500 {
    --tw-gradient-from: rgba(var(--color-primary-500), 1);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-60\% {
    --tw-gradient-from-position: 60%;
  }
  .to-neutral {
    --tw-gradient-to: rgba(var(--color-neutral), 1);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-neutral-100 {
    --tw-gradient-to: rgba(var(--color-neutral-100), 1);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-secondary-600 {
    --tw-gradient-to: rgba(var(--color-secondary-600), 1);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-clip-padding {
    background-clip: padding-box;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-fill {
    object-fit: fill;
  }
  .object-scale-down {
    object-fit: scale-down;
  }
  .object-left {
    object-position: left;
  }
  .\!p-0 {
    padding: calc(var(--spacing) * 0) !important;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[0\.4rem\] {
    padding-inline: 0.4rem;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[0\.4rem\] {
    padding-block: 0.4rem;
  }
  .py-\[1px\] {
    padding-block: 1px;
  }
  .ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }
  .ps-5 {
    padding-inline-start: calc(var(--spacing) * 5);
  }
  .pe-2 {
    padding-inline-end: calc(var(--spacing) * 2);
  }
  .pe-3 {
    padding-inline-end: calc(var(--spacing) * 3);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-32 {
    padding-bottom: calc(var(--spacing) * 32);
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .-indent-\[999px\] {
    text-indent: calc(999px * -1);
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-text-bottom {
    vertical-align: text-bottom;
  }
  .align-top {
    vertical-align: top;
  }
  .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-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--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));
  }
  .text-\[0\.6rem\] {
    font-size: 0.6rem;
  }
  .leading-3 {
    --tw-leading: calc(var(--spacing) * 3);
    line-height: calc(var(--spacing) * 3);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .\!whitespace-nowrap {
    white-space: nowrap !important;
  }
  .whitespace-normal {
    white-space: normal;
  }
  .\!text-neutral {
    color: rgba(var(--color-neutral), 1) !important;
  }
  .text-inherit {
    color: inherit;
  }
  .text-neutral-50 {
    color: rgba(var(--color-neutral-50), 1);
  }
  .text-neutral-200 {
    color: rgba(var(--color-neutral-200), 1);
  }
  .text-neutral-300 {
    color: rgba(var(--color-neutral-300), 1);
  }
  .text-neutral-400 {
    color: rgba(var(--color-neutral-400), 1);
  }
  .text-neutral-500 {
    color: rgba(var(--color-neutral-500), 1);
  }
  .text-neutral-600 {
    color: rgba(var(--color-neutral-600), 1);
  }
  .text-neutral-700 {
    color: rgba(var(--color-neutral-700), 1);
  }
  .text-neutral-800 {
    color: rgba(var(--color-neutral-800), 1);
  }
  .text-neutral-900 {
    color: rgba(var(--color-neutral-900), 1);
  }
  .text-primary-100 {
    color: rgba(var(--color-primary-100), 1);
  }
  .text-primary-300 {
    color: rgba(var(--color-primary-300), 1);
  }
  .text-primary-400 {
    color: rgba(var(--color-primary-400), 1);
  }
  .text-primary-500 {
    color: rgba(var(--color-primary-500), 1);
  }
  .text-primary-600 {
    color: rgba(var(--color-primary-600), 1);
  }
  .text-primary-700 {
    color: rgba(var(--color-primary-700), 1);
  }
  .text-primary-800 {
    color: rgba(var(--color-primary-800), 1);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: #fff;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .\!no-underline {
    text-decoration-line: none !important;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-neutral-300 {
    text-decoration-color: rgba(var(--color-neutral-300), 1);
  }
  .decoration-primary-500 {
    text-decoration-color: rgba(var(--color-primary-500), 1);
  }
  .underline-offset-auto {
    text-underline-offset: auto;
  }
  .\!opacity-0 {
    opacity: 0% !important;
  }
  .\!opacity-100 {
    opacity: 100% !important;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-65 {
    opacity: 65%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .mix-blend-normal {
    mix-blend-mode: normal;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-primary-500 {
    --tw-ring-color: rgba(var(--color-primary-500), 1);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur\! {
    --tw-blur: blur(8px) !important;
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter\! {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-2xl {
    --tw-backdrop-blur: blur(var(--blur-2xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-brightness-112 {
    --tw-backdrop-brightness: brightness(112%);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-saturate-220 {
    --tw-backdrop-saturate: saturate(220%);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[grid-template-rows\] {
    transition-property: grid-template-rows;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[height\] {
    transition-property: height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[opacity\,visibility\] {
    transition-property: opacity,visibility;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[transform\,_opacity\] {
    transition-property: transform, opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[width\] {
    transition-property: width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-\[350ms\] {
    --tw-duration: 350ms;
    transition-duration: 350ms;
  }
  .duration-\[600ms\] {
    --tw-duration: 600ms;
    transition-duration: 600ms;
  }
  .ease-\[cubic-bezier\(0\,0\,0\.15\,1\)\,_cubic-bezier\(0\,0\,0\.15\,1\)\] {
    --tw-ease: cubic-bezier(0,0,0.15,1), cubic-bezier(0,0,0.15,1);
    transition-timing-function: cubic-bezier(0,0,0.15,1), cubic-bezier(0,0,0.15,1);
  }
  .ease-\[cubic-bezier\(0\.25\,0\.1\,0\.25\,1\.0\)\] {
    --tw-ease: cubic-bezier(0.25,0.1,0.25,1.0);
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1.0);
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\!\[clip\:rect\(0\,0\,0\,0\)\] {
    clip: rect(0,0,0,0) !important;
  }
  .group-open\:rotate-0 {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      rotate: 0deg;
    }
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:text-primary-500 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: rgba(var(--color-primary-500), 1);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\:ring-2 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .group-hover\:ring-primary-500 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-ring-color: rgba(var(--color-primary-500), 1);
      }
    }
  }
  .group-data-\[twe-input-focused\]\:border-x-0 {
    &:is(:where(.group)[data-twe-input-focused] *) {
      border-inline-style: var(--tw-border-style);
      border-inline-width: 0px;
    }
  }
  .group-data-\[twe-input-focused\]\:border-s-0 {
    &:is(:where(.group)[data-twe-input-focused] *) {
      border-inline-start-style: var(--tw-border-style);
      border-inline-start-width: 0px;
    }
  }
  .group-data-\[twe-input-focused\]\:border-e-0 {
    &:is(:where(.group)[data-twe-input-focused] *) {
      border-inline-end-style: var(--tw-border-style);
      border-inline-end-width: 0px;
    }
  }
  .group-data-\[twe-input-focused\]\:border-t {
    &:is(:where(.group)[data-twe-input-focused] *) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .group-data-\[twe-input-focused\]\:border-solid {
    &:is(:where(.group)[data-twe-input-focused] *) {
      --tw-border-style: solid;
      border-style: solid;
    }
  }
  .group-data-\[twe-input-focused\]\:border-white {
    &:is(:where(.group)[data-twe-input-focused] *) {
      border-color: #fff;
    }
  }
  .group-data-\[twe-input-focused\]\:border-t-transparent {
    &:is(:where(.group)[data-twe-input-focused] *) {
      border-top-color: transparent;
    }
  }
  .group-data-\[twe-input-focused\]\:shadow-white {
    &:is(:where(.group)[data-twe-input-focused] *) {
      --tw-shadow-color: #fff;
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, #fff var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .group-data-\[twe-input-state-active\]\:border-x-0 {
    &:is(:where(.group)[data-twe-input-state-active] *) {
      border-inline-style: var(--tw-border-style);
      border-inline-width: 0px;
    }
  }
  .group-data-\[twe-input-state-active\]\:border-s-0 {
    &:is(:where(.group)[data-twe-input-state-active] *) {
      border-inline-start-style: var(--tw-border-style);
      border-inline-start-width: 0px;
    }
  }
  .group-data-\[twe-input-state-active\]\:border-e-0 {
    &:is(:where(.group)[data-twe-input-state-active] *) {
      border-inline-end-style: var(--tw-border-style);
      border-inline-end-width: 0px;
    }
  }
  .group-data-\[twe-input-state-active\]\:border-t {
    &:is(:where(.group)[data-twe-input-state-active] *) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .group-data-\[twe-input-state-active\]\:border-solid {
    &:is(:where(.group)[data-twe-input-state-active] *) {
      --tw-border-style: solid;
      border-style: solid;
    }
  }
  .group-data-\[twe-input-state-active\]\:border-t-transparent {
    &:is(:where(.group)[data-twe-input-state-active] *) {
      border-top-color: transparent;
    }
  }
  .peer-checked\:visible {
    &:is(:where(.peer):checked ~ *) {
      visibility: visible;
    }
  }
  .peer-checked\:opacity-100 {
    &:is(:where(.peer):checked ~ *) {
      opacity: 100%;
    }
  }
  .peer-checked\/full\:grid-rows-\[1fr\] {
    &:is(:where(.peer\/full):checked ~ *) {
      grid-template-rows: 1fr;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:inset-0 {
    &::before {
      content: var(--tw-content);
      inset: calc(var(--spacing) * 0);
    }
  }
  .after\:clear-both {
    &::after {
      content: var(--tw-content);
      clear: both;
    }
  }
  .after\:block {
    &::after {
      content: var(--tw-content);
      display: block;
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .first\:mt-8 {
    &:first-child {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .empty\:hidden {
    &:empty {
      display: none;
    }
  }
  .hover\:border-transparent {
    &:hover {
      @media (hover: hover) {
        border-color: transparent;
      }
    }
  }
  .hover\:\!bg-primary-500 {
    &:hover {
      @media (hover: hover) {
        background-color: rgba(var(--color-primary-500), 1) !important;
      }
    }
  }
  .hover\:bg-neutral-200 {
    &:hover {
      @media (hover: hover) {
        background-color: rgba(var(--color-neutral-200), 1);
      }
    }
  }
  .hover\:bg-primary-100 {
    &:hover {
      @media (hover: hover) {
        background-color: rgba(var(--color-primary-100), 1);
      }
    }
  }
  .hover\:bg-primary-500 {
    &:hover {
      @media (hover: hover) {
        background-color: rgba(var(--color-primary-500), 1);
      }
    }
  }
  .hover\:bg-primary-600 {
    &:hover {
      @media (hover: hover) {
        background-color: rgba(var(--color-primary-600), 1);
      }
    }
  }
  .hover\:text-neutral {
    &:hover {
      @media (hover: hover) {
        color: rgba(var(--color-neutral), 1);
      }
    }
  }
  .hover\:text-neutral-700 {
    &:hover {
      @media (hover: hover) {
        color: rgba(var(--color-neutral-700), 1);
      }
    }
  }
  .hover\:text-primary-400 {
    &:hover {
      @media (hover: hover) {
        color: rgba(var(--color-primary-400), 1);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: rgba(var(--color-primary-500), 1);
      }
    }
  }
  .hover\:text-primary-600 {
    &:hover {
      @media (hover: hover) {
        color: rgba(var(--color-primary-600), 1);
      }
    }
  }
  .hover\:text-primary-700 {
    &:hover {
      @media (hover: hover) {
        color: rgba(var(--color-primary-700), 1);
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:decoration-primary-400 {
    &:hover {
      @media (hover: hover) {
        text-decoration-color: rgba(var(--color-primary-400), 1);
      }
    }
  }
  .hover\:decoration-2 {
    &:hover {
      @media (hover: hover) {
        text-decoration-thickness: 2px;
      }
    }
  }
  .hover\:underline-offset-2 {
    &:hover {
      @media (hover: hover) {
        text-underline-offset: 2px;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:outline-none {
    &:hover {
      @media (hover: hover) {
        --tw-outline-style: none;
        outline-style: none;
      }
    }
  }
  .focus\:translate-y-0 {
    &:focus {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .focus\:border-primary-500 {
    &:focus {
      border-color: rgba(var(--color-primary-500), 1);
    }
  }
  .focus\:bg-primary-100 {
    &:focus {
      background-color: rgba(var(--color-primary-100), 1);
    }
  }
  .focus\:no-underline {
    &:focus {
      text-decoration-line: none;
    }
  }
  .focus\:opacity-90 {
    &:focus {
      opacity: 90%;
    }
  }
  .focus\:ring-primary-500 {
    &:focus {
      --tw-ring-color: rgba(var(--color-primary-500), 1);
    }
  }
  .focus\:outline-2 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus\:outline-transparent {
    &:focus {
      outline-color: transparent;
    }
  }
  .focus\:outline-dotted {
    &:focus {
      --tw-outline-style: dotted;
      outline-style: dotted;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .data-\[popper-reference-hidden\]\:hidden {
    &[data-popper-reference-hidden] {
      display: none;
    }
  }
  .data-\[twe-carousel-fade\]\:z-0 {
    &[data-twe-carousel-fade] {
      z-index: 0;
    }
  }
  .data-\[twe-carousel-fade\]\:z-\[1\] {
    &[data-twe-carousel-fade] {
      z-index: 1;
    }
  }
  .data-\[twe-carousel-fade\]\:opacity-0 {
    &[data-twe-carousel-fade] {
      opacity: 0%;
    }
  }
  .data-\[twe-carousel-fade\]\:opacity-100 {
    &[data-twe-carousel-fade] {
      opacity: 100%;
    }
  }
  .data-\[twe-carousel-fade\]\:delay-600 {
    &[data-twe-carousel-fade] {
      transition-delay: 600ms;
    }
  }
  .data-\[twe-carousel-fade\]\:duration-\[600ms\] {
    &[data-twe-carousel-fade] {
      --tw-duration: 600ms;
      transition-duration: 600ms;
    }
  }
  .motion-reduce\:transition-none {
    @media (prefers-reduced-motion: reduce) {
      transition-property: none;
    }
  }
  .sm\:me-7 {
    @media (width >= 640px) {
      margin-inline-end: calc(var(--spacing) * 7);
    }
  }
  .sm\:mt-16 {
    @media (width >= 640px) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .sm\:mb-0 {
    @media (width >= 640px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 640px) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 640px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 640px) {
      flex-direction: row;
    }
  }
  .sm\:overflow-hidden {
    @media (width >= 640px) {
      overflow: hidden;
    }
  }
  .sm\:p-6 {
    @media (width >= 640px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-6 {
    @media (width >= 640px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-14 {
    @media (width >= 640px) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .sm\:py-24 {
    @media (width >= 640px) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .sm\:text-lg {
    @media (width >= 640px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:last\:me-0 {
    @media (width >= 640px) {
      &:last-child {
        margin-inline-end: calc(var(--spacing) * 0);
      }
    }
  }
  .md\:-me-16 {
    @media (width >= 853px) {
      margin-inline-end: calc(var(--spacing) * -16);
    }
  }
  .md\:mt-0 {
    @media (width >= 853px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mr-7 {
    @media (width >= 853px) {
      margin-right: calc(var(--spacing) * 7);
    }
  }
  .md\:flex {
    @media (width >= 853px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 853px) {
      display: none;
    }
  }
  .md\:h-56 {
    @media (width >= 853px) {
      height: calc(var(--spacing) * 56);
    }
  }
  .md\:h-\[200px\] {
    @media (width >= 853px) {
      height: 200px;
    }
  }
  .md\:w-1\/3 {
    @media (width >= 853px) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-auto {
    @media (width >= 853px) {
      width: auto;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 853px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 853px) {
      flex-direction: row;
    }
  }
  .md\:justify-start {
    @media (width >= 853px) {
      justify-content: flex-start;
    }
  }
  .md\:p-\[10vh\] {
    @media (width >= 853px) {
      padding: 10vh;
    }
  }
  .md\:px-24 {
    @media (width >= 853px) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .lg\:absolute {
    @media (width >= 1024px) {
      position: absolute;
    }
  }
  .lg\:relative {
    @media (width >= 1024px) {
      position: relative;
    }
  }
  .lg\:sticky {
    @media (width >= 1024px) {
      position: sticky;
    }
  }
  .lg\:top-10 {
    @media (width >= 1024px) {
      top: calc(var(--spacing) * 10);
    }
  }
  .lg\:top-\[140px\] {
    @media (width >= 1024px) {
      top: 140px;
    }
  }
  .lg\:order-last {
    @media (width >= 1024px) {
      order: 9999;
    }
  }
  .lg\:m-0 {
    @media (width >= 1024px) {
      margin: calc(var(--spacing) * 0);
    }
  }
  .lg\:mx-0 {
    @media (width >= 1024px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mx-auto {
    @media (width >= 1024px) {
      margin-inline: auto;
    }
  }
  .lg\:ms-auto {
    @media (width >= 1024px) {
      margin-inline-start: auto;
    }
  }
  .lg\:mt-0 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:grid {
    @media (width >= 1024px) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:h-72 {
    @media (width >= 1024px) {
      height: calc(var(--spacing) * 72);
    }
  }
  .lg\:h-full {
    @media (width >= 1024px) {
      height: 100%;
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 1024px) {
      width: calc(1/4 * 100%);
    }
  }
  .lg\:w-auto {
    @media (width >= 1024px) {
      width: auto;
    }
  }
  .lg\:max-w-2xs {
    @media (width >= 1024px) {
      max-width: var(--container-2xs);
    }
  }
  .lg\:max-w-7xl {
    @media (width >= 1024px) {
      max-width: var(--container-7xl);
    }
  }
  .lg\:max-w-none {
    @media (width >= 1024px) {
      max-width: none;
    }
  }
  .lg\:grid-flow-col-dense {
    @media (width >= 1024px) {
      grid-auto-flow: column dense;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:gap-24 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .lg\:p-\[12vh\] {
    @media (width >= 1024px) {
      padding: 12vh;
    }
  }
  .lg\:px-0 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-8 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-32 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 32);
    }
  }
  .lg\:py-16 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-32 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .lg\:ps-8 {
    @media (width >= 1024px) {
      padding-inline-start: calc(var(--spacing) * 8);
    }
  }
  .xl\:w-1\/4 {
    @media (width >= 1280px) {
      width: calc(1/4 * 100%);
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 1280px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .\32 xl\:grid-cols-5 {
    @media (width >= 1536px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .ltr\:-ml-12 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: calc(var(--spacing) * -12);
    }
  }
  .ltr\:block {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      display: block;
    }
  }
  .ltr\:hidden {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      display: none;
    }
  }
  .rtl\:-mr-\[79px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: calc(79px * -1);
    }
  }
  .rtl\:block {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      display: block;
    }
  }
  .rtl\:hidden {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      display: none;
    }
  }
  .rtl\:rotate-180 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      rotate: 180deg;
    }
  }
  .dark\:block {
    &:is(.dark *) {
      display: block;
    }
  }
  .dark\:flex {
    &:is(.dark *) {
      display: flex;
    }
  }
  .dark\:hidden {
    &:is(.dark *) {
      display: none;
    }
  }
  .dark\:border-neutral-400 {
    &:is(.dark *) {
      border-color: rgba(var(--color-neutral-400), 1);
    }
  }
  .dark\:border-neutral-600 {
    &:is(.dark *) {
      border-color: rgba(var(--color-neutral-600), 1);
    }
  }
  .dark\:border-neutral-700 {
    &:is(.dark *) {
      border-color: rgba(var(--color-neutral-700), 1);
    }
  }
  .dark\:border-primary-300 {
    &:is(.dark *) {
      border-color: rgba(var(--color-primary-300), 1);
    }
  }
  .dark\:border-primary-600 {
    &:is(.dark *) {
      border-color: rgba(var(--color-primary-600), 1);
    }
  }
  .dark\:border-white\/10 {
    &:is(.dark *) {
      border-color: color-mix(in oklab, #fff 10%, transparent);
    }
  }
  .dark\:prose-invert {
    &:is(.dark *) {
      --tw-prose-body: var(--tw-prose-invert-body);
      --tw-prose-headings: var(--tw-prose-invert-headings);
      --tw-prose-lead: var(--tw-prose-invert-lead);
      --tw-prose-links: var(--tw-prose-invert-links);
      --tw-prose-bold: var(--tw-prose-invert-bold);
      --tw-prose-counters: var(--tw-prose-invert-counters);
      --tw-prose-bullets: var(--tw-prose-invert-bullets);
      --tw-prose-hr: var(--tw-prose-invert-hr);
      --tw-prose-quotes: var(--tw-prose-invert-quotes);
      --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
      --tw-prose-captions: var(--tw-prose-invert-captions);
      --tw-prose-kbd: var(--tw-prose-invert-kbd);
      --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
      --tw-prose-code: var(--tw-prose-invert-code);
      --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
      --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
      --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
      --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
      :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        text-decoration-color: rgba(var(--color-neutral-600), 1);
        &:hover {
          color: rgba(var(--color-primary-400), 1);
        }
      }
      :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: rgba(var(--color-neutral-200), 1);
        background-color: rgba(var(--color-neutral-700), 1);
      }
      :where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        background-color: rgba(var(--color-primary-400), 1);
      }
      :where(code:not(pre code)):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        background-color: color-mix(in oklab, oklch(21% 0.006 285.885) 70%, transparent);
      }
      :where(a.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        text-decoration-color: rgba(var(--color-primary-400), 1);
      }
      :where(p.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        text-decoration-color: rgba(var(--color-primary-400), 1);
      }
      :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        border: 0.8px solid rgba(var(--color-neutral-500), 1);
      }
    }
  }
  .dark\:bg-neutral-400 {
    &:is(.dark *) {
      background-color: rgba(var(--color-neutral-400), 1);
    }
  }
  .dark\:bg-neutral-600 {
    &:is(.dark *) {
      background-color: rgba(var(--color-neutral-600), 1);
    }
  }
  .dark\:bg-neutral-700 {
    &:is(.dark *) {
      background-color: rgba(var(--color-neutral-700), 1);
    }
  }
  .dark\:bg-neutral-800 {
    &:is(.dark *) {
      background-color: rgba(var(--color-neutral-800), 1);
    }
  }
  .dark\:bg-neutral-800\/25 {
    &:is(.dark *) {
      background-color: color-mix(in srgb, rgba(rgba(var(--color-neutral-800), 1), 1) 25%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, rgba(var(--color-neutral-800), 1) 25%, transparent);
      }
    }
  }
  .dark\:bg-neutral-800\/50 {
    &:is(.dark *) {
      background-color: color-mix(in srgb, rgba(rgba(var(--color-neutral-800), 1), 1) 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, rgba(var(--color-neutral-800), 1) 50%, transparent);
      }
    }
  }
  .dark\:bg-neutral-800\/60 {
    &:is(.dark *) {
      background-color: color-mix(in srgb, rgba(rgba(var(--color-neutral-800), 1), 1) 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, rgba(var(--color-neutral-800), 1) 60%, transparent);
      }
    }
  }
  .dark\:bg-neutral-900 {
    &:is(.dark *) {
      background-color: rgba(var(--color-neutral-900), 1);
    }
  }
  .dark\:bg-neutral-900\/50 {
    &:is(.dark *) {
      background-color: color-mix(in srgb, rgba(rgba(var(--color-neutral-900), 1), 1) 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, rgba(var(--color-neutral-900), 1) 50%, transparent);
      }
    }
  }
  .dark\:bg-neutral-900\/99 {
    &:is(.dark *) {
      background-color: color-mix(in srgb, rgba(rgba(var(--color-neutral-900), 1), 1) 99%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, rgba(var(--color-neutral-900), 1) 99%, transparent);
      }
    }
  }
  .dark\:bg-primary-300 {
    &:is(.dark *) {
      background-color: rgba(var(--color-primary-300), 1);
    }
  }
  .dark\:bg-primary-400 {
    &:is(.dark *) {
      background-color: rgba(var(--color-primary-400), 1);
    }
  }
  .dark\:bg-primary-800 {
    &:is(.dark *) {
      background-color: rgba(var(--color-primary-800), 1);
    }
  }
  .dark\:bg-primary-800\/30 {
    &:is(.dark *) {
      background-color: color-mix(in srgb, rgba(rgba(var(--color-primary-800), 1), 1) 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, rgba(var(--color-primary-800), 1) 30%, transparent);
      }
    }
  }
  .dark\:bg-primary-900 {
    &:is(.dark *) {
      background-color: rgba(var(--color-primary-900), 1);
    }
  }
  .dark\:from-neutral-800 {
    &:is(.dark *) {
      --tw-gradient-from: rgba(var(--color-neutral-800), 1);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .dark\:from-primary-600 {
    &:is(.dark *) {
      --tw-gradient-from: rgba(var(--color-primary-600), 1);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .dark\:to-neutral-800 {
    &:is(.dark *) {
      --tw-gradient-to: rgba(var(--color-neutral-800), 1);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .dark\:to-secondary-800 {
    &:is(.dark *) {
      --tw-gradient-to: rgba(var(--color-secondary-800), 1);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .dark\:text-neutral {
    &:is(.dark *) {
      color: rgba(var(--color-neutral), 1);
    }
  }
  .dark\:text-neutral-100 {
    &:is(.dark *) {
      color: rgba(var(--color-neutral-100), 1);
    }
  }
  .dark\:text-neutral-200 {
    &:is(.dark *) {
      color: rgba(var(--color-neutral-200), 1);
    }
  }
  .dark\:text-neutral-300 {
    &:is(.dark *) {
      color: rgba(var(--color-neutral-300), 1);
    }
  }
  .dark\:text-neutral-400 {
    &:is(.dark *) {
      color: rgba(var(--color-neutral-400), 1);
    }
  }
  .dark\:text-neutral-500 {
    &:is(.dark *) {
      color: rgba(var(--color-neutral-500), 1);
    }
  }
  .dark\:text-neutral-700 {
    &:is(.dark *) {
      color: rgba(var(--color-neutral-700), 1);
    }
  }
  .dark\:text-neutral-800 {
    &:is(.dark *) {
      color: rgba(var(--color-neutral-800), 1);
    }
  }
  .dark\:text-primary-200 {
    &:is(.dark *) {
      color: rgba(var(--color-primary-200), 1);
    }
  }
  .dark\:text-primary-400 {
    &:is(.dark *) {
      color: rgba(var(--color-primary-400), 1);
    }
  }
  .dark\:text-white {
    &:is(.dark *) {
      color: #fff;
    }
  }
  .dark\:opacity-60 {
    &:is(.dark *) {
      opacity: 60%;
    }
  }
  .dark\:backdrop-brightness-95 {
    &:is(.dark *) {
      --tw-backdrop-brightness: brightness(95%);
      -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
      backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
  }
  .dark\:backdrop-saturate-180 {
    &:is(.dark *) {
      --tw-backdrop-saturate: saturate(180%);
      -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
      backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
  }
  .dark\:hover\:\!bg-primary-700 {
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: rgba(var(--color-primary-700), 1) !important;
        }
      }
    }
  }
  .dark\:hover\:bg-neutral-700 {
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: rgba(var(--color-neutral-700), 1);
        }
      }
    }
  }
  .dark\:hover\:bg-primary-400 {
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: rgba(var(--color-primary-400), 1);
        }
      }
    }
  }
  .dark\:hover\:bg-primary-900 {
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: rgba(var(--color-primary-900), 1);
        }
      }
    }
  }
  .dark\:hover\:text-neutral-200 {
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          color: rgba(var(--color-neutral-200), 1);
        }
      }
    }
  }
  .dark\:hover\:text-neutral-800 {
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          color: rgba(var(--color-neutral-800), 1);
        }
      }
    }
  }
  .dark\:hover\:text-primary-400 {
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          color: rgba(var(--color-primary-400), 1);
        }
      }
    }
  }
  .dark\:focus\:bg-primary-900 {
    &:is(.dark *) {
      &:focus {
        background-color: rgba(var(--color-primary-900), 1);
      }
    }
  }
  .print\:hidden {
    @media print {
      display: none;
    }
  }
  .\[\&_\.translation_\.menuhide_span\]\:text-sm\! {
    & .translation .menuhide span {
      font-size: var(--text-sm) !important;
      line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
    }
  }
  .\[\&_\.translation_button_\.icon\]\:text-4xl\! {
    & .translation button .icon {
      font-size: var(--text-4xl) !important;
      line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
    }
  }
  .\[\&_\.translation_button_span\]\:text-base\! {
    & .translation button span {
      font-size: var(--text-base) !important;
      line-height: var(--tw-leading, var(--text-base--line-height)) !important;
    }
  }
  .\[\&_span\]\:text-2xl {
    & span {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
}@layer utilities{.highlight-wrapper {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
    border-radius: var(--radius-md);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
  }
  .highlight-wrapper pre, .highlight-wrapper table, .highlight-wrapper div {
    margin-top: 0;
    margin-bottom: 0;
  }
  .highlight-wrapper:has(.codeblock-title) pre {
    border-radius: 0;
  }
  .codeblock-title {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: rgba(var(--color-neutral-200), 1);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    &:is(.dark *) {
      border-color: rgba(var(--color-neutral-800), 1);
    }
    background-color: #fff;
    &:is(.dark *) {
      background-color: #0d1117;
    }
  }
  .chroma .lntd, .chroma .lntd pre {
    margin: calc(var(--spacing) * 0);
    --tw-border-style: none;
    border-style: none;
    padding: calc(var(--spacing) * 0);
    vertical-align: top;
  }
  .chroma .lntable {
    display: block;
    width: auto;
    overflow: hidden;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    border-spacing: 0;
  }
  .chroma .hl {
    margin-inline: calc(var(--spacing) * -4);
    display: block;
    width: auto;
    padding-inline: calc(var(--spacing) * 4);
  }
  .chroma .lntd .hl {
    margin: calc(var(--spacing) * 0);
    padding: calc(var(--spacing) * 0);
  }
  .chroma:not(:is(table *)) > code {
    display: block;
    min-width: max-content;
  }
  html:not(.dark) {
    .bg {
      background-color: #fff;
    }
    .chroma {
      background-color: #fff;
    }
    .chroma .err {
      color: #f6f8fa;
      background-color: #82071e;
    }
    .chroma .lnlinks {
      outline: none;
      text-decoration: none;
      color: inherit;
    }
    .chroma .lntd {
      vertical-align: top;
      padding: 0;
      margin: 0;
      border: 0;
    }
    .chroma .lntable {
      border-spacing: 0;
    }
    .chroma .hl {
      background-color: #e5e5e5;
    }
    .chroma .lnt {
      white-space: pre;
      -webkit-user-select: none;
      user-select: none;
      margin-right: 0.4em;
      padding: 0 0.4em 0 0.4em;
      color: #7f7f7f;
    }
    .chroma .ln {
      white-space: pre;
      -webkit-user-select: none;
      user-select: none;
      margin-right: 0.4em;
      padding: 0 0.4em 0 0.4em;
      color: #7f7f7f;
    }
    .chroma .line {
      display: flex;
    }
    .chroma .k {
      color: #cf222e;
    }
    .chroma .kc {
      color: #cf222e;
    }
    .chroma .kd {
      color: #cf222e;
    }
    .chroma .kn {
      color: #cf222e;
    }
    .chroma .kp {
      color: #cf222e;
    }
    .chroma .kr {
      color: #cf222e;
    }
    .chroma .kt {
      color: #cf222e;
    }
    .chroma .na {
      color: #1f2328;
    }
    .chroma .nc {
      color: #1f2328;
    }
    .chroma .no {
      color: #0550ae;
    }
    .chroma .nd {
      color: #0550ae;
    }
    .chroma .ni {
      color: #6639ba;
    }
    .chroma .nl {
      color: #900;
      font-weight: bold;
    }
    .chroma .nn {
      color: #24292e;
    }
    .chroma .nx {
      color: #1f2328;
    }
    .chroma .nt {
      color: #0550ae;
    }
    .chroma .nb {
      color: #6639ba;
    }
    .chroma .bp {
      color: #6a737d;
    }
    .chroma .nv {
      color: #953800;
    }
    .chroma .vc {
      color: #953800;
    }
    .chroma .vg {
      color: #953800;
    }
    .chroma .vi {
      color: #953800;
    }
    .chroma .vm {
      color: #953800;
    }
    .chroma .nf {
      color: #6639ba;
    }
    .chroma .fm {
      color: #6639ba;
    }
    .chroma .s {
      color: #0a3069;
    }
    .chroma .sa {
      color: #0a3069;
    }
    .chroma .sb {
      color: #0a3069;
    }
    .chroma .sc {
      color: #0a3069;
    }
    .chroma .dl {
      color: #0a3069;
    }
    .chroma .sd {
      color: #0a3069;
    }
    .chroma .s2 {
      color: #0a3069;
    }
    .chroma .se {
      color: #0a3069;
    }
    .chroma .sh {
      color: #0a3069;
    }
    .chroma .si {
      color: #0a3069;
    }
    .chroma .sx {
      color: #0a3069;
    }
    .chroma .sr {
      color: #0a3069;
    }
    .chroma .s1 {
      color: #0a3069;
    }
    .chroma .ss {
      color: #032f62;
    }
    .chroma .m {
      color: #0550ae;
    }
    .chroma .mb {
      color: #0550ae;
    }
    .chroma .mf {
      color: #0550ae;
    }
    .chroma .mh {
      color: #0550ae;
    }
    .chroma .mi {
      color: #0550ae;
    }
    .chroma .il {
      color: #0550ae;
    }
    .chroma .mo {
      color: #0550ae;
    }
    .chroma .o {
      color: #0550ae;
    }
    .chroma .ow {
      color: #0550ae;
    }
    .chroma .p {
      color: #1f2328;
    }
    .chroma .c {
      color: #57606a;
    }
    .chroma .ch {
      color: #57606a;
    }
    .chroma .cm {
      color: #57606a;
    }
    .chroma .c1 {
      color: #57606a;
    }
    .chroma .cs {
      color: #57606a;
    }
    .chroma .cp {
      color: #57606a;
    }
    .chroma .cpf {
      color: #57606a;
    }
    .chroma .gd {
      color: #82071e;
      background-color: #ffebe9;
    }
    .chroma .ge {
      color: #1f2328;
    }
    .chroma .gi {
      color: #116329;
      background-color: #dafbe1;
    }
    .chroma .go {
      color: #1f2328;
    }
    .chroma .gl {
      text-decoration: underline;
    }
    .chroma .w {
      color: #fff;
    }
  }
  html.dark {
    .bg {
      color: #e6edf3;
      background-color: #0d1117;
    }
    .chroma {
      color: #e6edf3;
      background-color: #0d1117;
    }
    .chroma .err {
      color: #f85149;
    }
    .chroma .lnlinks {
      outline: none;
      text-decoration: none;
      color: inherit;
    }
    .chroma .lntd {
      vertical-align: top;
      padding: 0;
      margin: 0;
      border: 0;
    }
    .chroma .lntable {
      border-spacing: 0;
    }
    .chroma .hl {
      background-color: #333;
    }
    .chroma .lnt {
      white-space: pre;
      -webkit-user-select: none;
      user-select: none;
      margin-right: 0.4em;
      padding: 0 0.4em 0 0.4em;
      color: #737679;
    }
    .chroma .ln {
      white-space: pre;
      -webkit-user-select: none;
      user-select: none;
      margin-right: 0.4em;
      padding: 0 0.4em 0 0.4em;
      color: #6e7681;
    }
    .chroma .line {
      display: flex;
    }
    .chroma .k {
      color: #ff7b72;
    }
    .chroma .kc {
      color: #79c0ff;
    }
    .chroma .kd {
      color: #ff7b72;
    }
    .chroma .kn {
      color: #ff7b72;
    }
    .chroma .kp {
      color: #79c0ff;
    }
    .chroma .kr {
      color: #ff7b72;
    }
    .chroma .kt {
      color: #ff7b72;
    }
    .chroma .nc {
      color: #f0883e;
      font-weight: bold;
    }
    .chroma .no {
      color: #79c0ff;
      font-weight: bold;
    }
    .chroma .nd {
      color: #d2a8ff;
      font-weight: bold;
    }
    .chroma .ni {
      color: #ffa657;
    }
    .chroma .ne {
      color: #f0883e;
      font-weight: bold;
    }
    .chroma .nl {
      color: #79c0ff;
      font-weight: bold;
    }
    .chroma .nn {
      color: #ff7b72;
    }
    .chroma .py {
      color: #79c0ff;
    }
    .chroma .nt {
      color: #7ee787;
    }
    .chroma .nv {
      color: #79c0ff;
    }
    .chroma .vc {
      color: #79c0ff;
    }
    .chroma .vg {
      color: #79c0ff;
    }
    .chroma .vi {
      color: #79c0ff;
    }
    .chroma .vm {
      color: #79c0ff;
    }
    .chroma .nf {
      color: #d2a8ff;
      font-weight: bold;
    }
    .chroma .fm {
      color: #d2a8ff;
      font-weight: bold;
    }
    .chroma .l {
      color: #a5d6ff;
    }
    .chroma .ld {
      color: #79c0ff;
    }
    .chroma .s {
      color: #a5d6ff;
    }
    .chroma .sa {
      color: #79c0ff;
    }
    .chroma .sb {
      color: #a5d6ff;
    }
    .chroma .sc {
      color: #a5d6ff;
    }
    .chroma .dl {
      color: #79c0ff;
    }
    .chroma .sd {
      color: #a5d6ff;
    }
    .chroma .s2 {
      color: #a5d6ff;
    }
    .chroma .se {
      color: #79c0ff;
    }
    .chroma .sh {
      color: #79c0ff;
    }
    .chroma .si {
      color: #a5d6ff;
    }
    .chroma .sx {
      color: #a5d6ff;
    }
    .chroma .sr {
      color: #79c0ff;
    }
    .chroma .s1 {
      color: #a5d6ff;
    }
    .chroma .ss {
      color: #a5d6ff;
    }
    .chroma .m {
      color: #a5d6ff;
    }
    .chroma .mb {
      color: #a5d6ff;
    }
    .chroma .mf {
      color: #a5d6ff;
    }
    .chroma .mh {
      color: #a5d6ff;
    }
    .chroma .mi {
      color: #a5d6ff;
    }
    .chroma .il {
      color: #a5d6ff;
    }
    .chroma .mo {
      color: #a5d6ff;
    }
    .chroma .o {
      color: #ff7b72;
      font-weight: bold;
    }
    .chroma .ow {
      color: #ff7b72;
      font-weight: bold;
    }
    .chroma .c {
      color: #8b949e;
      font-style: italic;
    }
    .chroma .ch {
      color: #8b949e;
      font-style: italic;
    }
    .chroma .cm {
      color: #8b949e;
      font-style: italic;
    }
    .chroma .c1 {
      color: #8b949e;
      font-style: italic;
    }
    .chroma .cs {
      color: #8b949e;
      font-weight: bold;
      font-style: italic;
    }
    .chroma .cp {
      color: #8b949e;
      font-weight: bold;
      font-style: italic;
    }
    .chroma .cpf {
      color: #8b949e;
      font-weight: bold;
      font-style: italic;
    }
    .chroma .gd {
      color: #ffa198;
      background-color: #490202;
    }
    .chroma .ge {
      font-style: italic;
    }
    .chroma .gr {
      color: #ffa198;
    }
    .chroma .gh {
      color: #79c0ff;
      font-weight: bold;
    }
    .chroma .gi {
      color: #56d364;
      background-color: #0f5323;
    }
    .chroma .go {
      color: #8b949e;
    }
    .chroma .gp {
      color: #8b949e;
    }
    .chroma .gs {
      font-weight: bold;
    }
    .chroma .gu {
      color: #79c0ff;
    }
    .chroma .gt {
      color: #ff7b72;
    }
    .chroma .gl {
      text-decoration: underline;
    }
    .chroma .w {
      color: #6e7681;
    }
  }
}@layer utilities{.tab__button.tab--active {
    border-bottom: 2px solid rgb(var(--color-primary-500));
  }
  .tab__panel {
    display: none;
  }
  .tab__panel.tab--active {
    display: block;
  }
}#zen-mode-button{cursor:pointer}.zen-mode{position:relative}body.zen-mode-enable{ #bmc-wbtn, .author { display: none !important; }}.a11y-panel-enter-active{animation:slideInFromTop .3s cubic-bezier(.4,0,.2,1)forwards}.a11y-panel-leave-active{animation:slideOutToTop .3s cubic-bezier(.4,0,.2,1)forwards}.ios-toggle{position:relative;width:42px;height:24px;background:#e5e5e5;border-radius:12px;cursor:pointer;transition:background-color .3s ease;pointer-events:auto}.ios-toggle input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:1}.ios-toggle::after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s ease,background-color .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.2);z-index:0}.ios-toggle input:checked+.toggle-track::after{transform:translateX(18px)}.ios-toggle input:checked+.toggle-track{background:rgba(var(--color-primary-500),1)}.ios-toggle input:checked~.ios-toggle-ball{transform:translateX(18px)}.ios-toggle.is-checked{background:rgba(var(--color-primary-500),1)}.ios-toggle:has(input:checked){background:rgba(var(--color-primary-500),1)}.ios-toggle:has(input:checked)::after{transform:translateX(18px)}.dark .ios-toggle{background:#404040}.dark .ios-toggle::after{background:#f5f5f5}@layer components{:root {
    --adm-note-border: oklch(68.5% 0.169 237.323);
    --adm-note-bg: oklch(97.7% 0.013 236.62);
    --adm-note-text: oklch(39.1% 0.09 240.876);
    --adm-tip-border: oklch(69.6% 0.17 162.48);
    --adm-tip-bg: oklch(97.9% 0.021 166.113);
    --adm-tip-text: oklch(37.8% 0.077 168.94);
    --adm-important-border: oklch(62.7% 0.265 303.9);
    --adm-important-bg: oklch(97.7% 0.014 308.299);
    --adm-important-text: oklch(38.1% 0.176 304.987);
    --adm-warning-border: oklch(70.5% 0.213 47.604);
    --adm-warning-bg: oklch(98% 0.016 73.684);
    --adm-warning-text: oklch(40.8% 0.123 38.172);
    --adm-caution-border: oklch(63.7% 0.237 25.331);
    --adm-caution-bg: oklch(97.1% 0.013 17.38);
    --adm-caution-text: oklch(39.6% 0.141 25.723);
    --adm-abstract-border: oklch(71.5% 0.143 215.221);
    --adm-abstract-bg: oklch(98.4% 0.019 200.873);
    --adm-abstract-text: oklch(39.8% 0.07 227.392);
    --adm-bug-border: oklch(64.5% 0.246 16.439);
    --adm-bug-bg: oklch(96.9% 0.015 12.422);
    --adm-bug-text: oklch(41% 0.159 10.272);
    --adm-danger-border: oklch(63.7% 0.237 25.331);
    --adm-danger-bg: oklch(97.1% 0.013 17.38);
    --adm-danger-text: oklch(39.6% 0.141 25.723);
    --adm-example-border: oklch(55.8% 0.288 302.321);
    --adm-example-bg: oklch(97.7% 0.014 308.299);
    --adm-example-text: oklch(38.1% 0.176 304.987);
    --adm-failure-border: oklch(65.6% 0.241 354.308);
    --adm-failure-bg: oklch(97.1% 0.014 343.198);
    --adm-failure-text: oklch(40.8% 0.153 2.432);
    --adm-info-border: oklch(62.3% 0.214 259.815);
    --adm-info-bg: oklch(97% 0.014 254.604);
    --adm-info-text: oklch(37.9% 0.146 265.522);
    --adm-question-border: oklch(76.9% 0.188 70.08);
    --adm-question-bg: oklch(98.7% 0.022 95.277);
    --adm-question-text: oklch(41.4% 0.112 45.904);
    --adm-quote-border: oklch(55.1% 0.027 264.364);
    --adm-quote-bg: oklch(98.5% 0.002 247.839);
    --adm-quote-text: oklch(27.8% 0.033 256.848);
    --adm-success-border: oklch(69.6% 0.17 162.48);
    --adm-success-bg: oklch(97.9% 0.021 166.113);
    --adm-success-text: oklch(37.8% 0.077 168.94);
    --adm-todo-border: oklch(68.5% 0.169 237.323);
    --adm-todo-bg: oklch(97.7% 0.013 236.62);
    --adm-todo-text: oklch(44.3% 0.11 240.79);
  }
  html.dark {
    --adm-note-bg: color-mix(in srgb, oklch(44.3% 0.11 240.79), #0f0f0f 50%);
    --adm-note-text: oklch(95.1% 0.026 236.824);
    --adm-tip-bg: color-mix(in srgb, oklch(43.2% 0.095 166.913), #0f0f0f 50%);
    --adm-tip-text: oklch(95% 0.052 163.051);
    --adm-important-bg: color-mix(in srgb, oklch(43.8% 0.218 303.724), #0f0f0f 50%);
    --adm-important-text: oklch(94.6% 0.033 307.174);
    --adm-warning-bg: color-mix(in srgb, oklch(47% 0.157 37.304), #0f0f0f 45%);
    --adm-warning-text: oklch(95.4% 0.038 75.164);
    --adm-caution-bg: color-mix(in srgb, oklch(44.4% 0.177 26.899), #0f0f0f 45%);
    --adm-caution-text: oklch(93.6% 0.032 17.717);
    --adm-abstract-bg: color-mix(in srgb, oklch(45% 0.085 224.283), #0f0f0f 50%);
    --adm-abstract-text: oklch(95.6% 0.045 203.388);
    --adm-bug-bg: color-mix(in srgb, oklch(45.5% 0.188 13.697), #0f0f0f 50%);
    --adm-bug-text: oklch(94.1% 0.03 12.58);
    --adm-danger-bg: color-mix(in srgb, oklch(44.4% 0.177 26.899), #0f0f0f 45%);
    --adm-danger-text: oklch(93.6% 0.032 17.717);
    --adm-example-bg: color-mix(in srgb, oklch(43.8% 0.218 303.724), #0f0f0f 50%);
    --adm-example-text: oklch(94.6% 0.033 307.174);
    --adm-failure-bg: color-mix(in srgb, oklch(45.9% 0.187 3.815), #0f0f0f 50%);
    --adm-failure-text: oklch(94.8% 0.028 342.258);
    --adm-info-bg: color-mix(in srgb, oklch(42.4% 0.199 265.638), #0f0f0f 50%);
    --adm-info-text: oklch(93.2% 0.032 255.585);
    --adm-question-bg: color-mix(in srgb, oklch(47.3% 0.137 46.201), #0f0f0f 50%);
    --adm-question-text: oklch(96.2% 0.059 95.617);
    --adm-quote-bg: color-mix(in srgb, oklch(27.8% 0.033 256.848), #0f0f0f 50%);
    --adm-quote-text: oklch(96.7% 0.003 264.542);
    --adm-success-bg: color-mix(in srgb, oklch(43.2% 0.095 166.913), #0f0f0f 50%);
    --adm-success-text: oklch(95% 0.052 163.051);
    --adm-todo-bg: color-mix(in srgb, oklch(44.3% 0.11 240.79), #0f0f0f 50%);
    --adm-todo-text: oklch(95.1% 0.026 236.824);
  }
  .admonition-content > :first-child {
    margin-top: 0 !important;
  }
  .admonition-content > :last-child {
    margin-bottom: 0 !important;
  }
  .admonition-content pre {
    margin-block: 0 !important;
  }
  .admonition[data-type="note"] {
    border-color: var(--adm-note-border);
    background-color: var(--adm-note-bg);
    color: var(--adm-note-text);
  }
  .admonition[data-type="tip"] {
    border-color: var(--adm-tip-border);
    background-color: var(--adm-tip-bg);
    color: var(--adm-tip-text);
  }
  .admonition[data-type="important"] {
    border-color: var(--adm-important-border);
    background-color: var(--adm-important-bg);
    color: var(--adm-important-text);
  }
  .admonition[data-type="warning"] {
    border-color: var(--adm-warning-border);
    background-color: var(--adm-warning-bg);
    color: var(--adm-warning-text);
  }
  .admonition[data-type="caution"] {
    border-color: var(--adm-caution-border);
    background-color: var(--adm-caution-bg);
    color: var(--adm-caution-text);
  }
  .admonition[data-type="abstract"] {
    border-color: var(--adm-abstract-border);
    background-color: var(--adm-abstract-bg);
    color: var(--adm-abstract-text);
  }
  .admonition[data-type="bug"] {
    border-color: var(--adm-bug-border);
    background-color: var(--adm-bug-bg);
    color: var(--adm-bug-text);
  }
  .admonition[data-type="danger"] {
    border-color: var(--adm-danger-border);
    background-color: var(--adm-danger-bg);
    color: var(--adm-danger-text);
  }
  .admonition[data-type="example"] {
    border-color: var(--adm-example-border);
    background-color: var(--adm-example-bg);
    color: var(--adm-example-text);
  }
  .admonition[data-type="failure"] {
    border-color: var(--adm-failure-border);
    background-color: var(--adm-failure-bg);
    color: var(--adm-failure-text);
  }
  .admonition[data-type="info"] {
    border-color: var(--adm-info-border);
    background-color: var(--adm-info-bg);
    color: var(--adm-info-text);
  }
  .admonition[data-type="question"] {
    border-color: var(--adm-question-border);
    background-color: var(--adm-question-bg);
    color: var(--adm-question-text);
  }
  .admonition[data-type="quote"] {
    border-color: var(--adm-quote-border);
    background-color: var(--adm-quote-bg);
    color: var(--adm-quote-text);
  }
  .admonition[data-type="success"] {
    border-color: var(--adm-success-border);
    background-color: var(--adm-success-bg);
    color: var(--adm-success-text);
  }
  .admonition[data-type="todo"] {
    border-color: var(--adm-todo-border);
    background-color: var(--adm-todo-bg);
    color: var(--adm-todo-text);
  }
}html:not(.dark){color-scheme:light}html.dark{color-scheme:dark}body a,body button{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))}button,[role=button]{cursor:pointer}.icon svg{height:1em;width:1em}.logo svg{height:5rem;width:5rem}#search-query::-webkit-search-cancel-button,#search-query::-webkit-search-decoration,#search-query::-webkit-search-results-button,#search-query::-webkit-search-results-decoration{display:none}.prose blockquote{&:where(:dir(rtl),[dir="rtl"],[dir="rtl"] *) { border-right-style:var(--tw-border-style); border-right-width:4px; } &:where(:dir(rtl),[dir="rtl"],[dir="rtl"] *) { border-left-style:var(--tw-border-style); border-left-width:0px; } &:where(:dir(rtl),[dir="rtl"],[dir="rtl"] *) { padding-right:calc(var(--spacing) * 4); }}.prose ul>li,.prose ol>li{&:where(:dir(rtl),[dir="rtl"],[dir="rtl"] *) { margin-right:calc(var(--spacing) * 7); } &:where(:dir(rtl),[dir="rtl"],[dir="rtl"] *) { padding-right:calc(var(--spacing) * 2); } &:where(:dir(rtl),[dir="rtl"],[dir="rtl"] *) { padding-left:calc(var(--spacing) * 0); }}.prose ol>li:before,.prose ul>li:before{&:where(:dir(rtl),[dir="rtl"],[dir="rtl"] *) { right:calc(var(--spacing) * 1); } &:where(:dir(rtl),[dir="rtl"],[dir="rtl"] *) { left:auto; }}.prose thead td:first-child,.prose thead th:first-child{&:where(:dir(rtl),[dir="rtl"],[dir="rtl"] *) { padding-right:calc(var(--spacing) * 0); }}.prose thead td:last-child,.prose thead th:last-child{&:where(:dir(rtl),[dir="rtl"],[dir="rtl"] *) { padding-left:calc(var(--spacing) * 0); }}.prose div.min-w-0.max-w-prose>*:first-child{margin-top:calc(var(--spacing) * 3)}#TOCView{max-height:calc(100vh - 150px);min-height:0;overflow-x:hidden}.toc ul,.toc li{list-style-type:none;padding-inline:calc(var(--spacing) * 0);--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.toc ul ul{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"] *) { padding-left:calc(var(--spacing) * 4); } &:where(:dir(rtl),[dir="rtl"],[dir="rtl"] *) { padding-right:calc(var(--spacing) * 4); }}.toc a{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal);color:rgba(var(--color-neutral-700),1);&:is(.dark *) { color:rgba(var(--color-neutral-300),1); }}.toc ul>li{&:where(:dir(rtl),[dir="rtl"],[dir="rtl"] *) { margin-right:calc(var(--spacing) * 0); }}.highlight{position:relative;z-index:0}.highlight-wrapper:hover>.copy-button{visibility:visible}.copy-button{visibility:hidden;position:absolute;top:calc(var(--spacing) * 0);right:calc(var(--spacing) * 0);z-index:10;width:calc(var(--spacing) * 20);cursor:pointer;text-overflow:ellipsis;overflow:hidden;border-top-right-radius:var(--radius-md);border-bottom-left-radius:var(--radius-md);background-color:rgba(var(--color-neutral-200),1);padding-block:calc(var(--spacing) * 1);font-family:var(--font-mono);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));white-space:nowrap;color:rgba(var(--color-neutral-700),1);opacity:90%;&:is(.dark *) { background-color:rgba(var(--color-neutral-600),1); } &:is(.dark *) { color:rgba(var(--color-neutral-200),1); }}.copy-button:hover,.copy-button:focus,.copy-button:active,.copy-button:active:hover{background-color:rgba(var(--color-primary-100),1);&:is(.dark *) { background-color:rgba(var(--color-primary-600),1); }}.copy-textarea{position:absolute;z-index:calc(10 * -1);opacity:5%}.katex-display{overflow:auto hidden}.katex-display{padding:1em;width:calc(100% - 1em)}table{display:block;overflow:auto}code{word-wrap:break-word;overflow-wrap:break-word}a{word-break:break-word;word-wrap:break-word;overflow-wrap:break-word}.prose-invert .highlight pre>code{background-color:unset}pre{text-align:left}.single_hero_round{max-height:50vh;object-fit:cover}.single_hero_background{width:calc(100% + 1px);z-index:-10}.hero_gradient{width:100%;height:100%}.thumbnail_card{min-width:300px;height:200px}.thumbnail_card_related{height:150px}.thumbnail{width:300px;min-height:180px}@media(width < 853px){.thumbnail{width:100%}}.thumbnail-shadow{box-shadow:5px 5px 20px 1px rgba(0,0,0,.3)}@media(width < 853px){.width-patch{width:80vw}}@media(width >= 853px){.width-patch{width:65ch}}.anchor{display:block;position:relative;top:-150px;height:0;visibility:hidden}[id^=fn],[id^=fnref]{scroll-margin-top:145px}#main-content{scroll-margin-top:-125px}@media(width >= 640px){.article{flex-wrap:wrap}}@media(width >= 853px){.article{flex-wrap:nowrap}}.medium-zoom-image--opened{z-index:100}@layer utilities{.bf-border-color {
    border-color: rgba(var(--color-neutral-300), 1);
    &:is(.dark *) {
      border-color: rgba(var(--color-neutral-700), 1);
    }
  }
  .bf-border-color-hover {
    &:hover {
      @media (hover: hover) {
        border-color: rgba(var(--color-primary-600), 1);
      }
    }
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          border-color: rgba(var(--color-primary-400), 1);
        }
      }
    }
  }
  .bf-icon-color-hover {
    &:hover {
      @media (hover: hover) {
        color: rgba(var(--color-primary-600), 1);
      }
    }
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          color: rgba(var(--color-primary-400), 1);
        }
      }
    }
  }
  .bf-scrollbar {
    &::-webkit-scrollbar-track {
      background-color: var(--scrollbar-track);
      border-radius: var(--scrollbar-track-radius);
    }
    &::-webkit-scrollbar-thumb {
      background-color: var(--scrollbar-thumb);
      border-radius: var(--scrollbar-thumb-radius);
    }
    &::-webkit-scrollbar-corner {
      background-color: var(--scrollbar-corner);
      border-radius: var(--scrollbar-corner-radius);
    }
    @supports (-moz-appearance:none) {
      scrollbar-width: thin;
      scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
    }
    &::-webkit-scrollbar {
      display: block;
      width: 8px;
      height: 8px;
    }
    --scrollbar-thumb: oklch(70.8% 0 0);
    --scrollbar-track: oklch(92.2% 0 0);
    &:is(.dark *) {
      --scrollbar-thumb: oklch(43.9% 0 0);
    }
    &:is(.dark *) {
      --scrollbar-track: oklch(26.9% 0 0);
    }
  }
}body:has(#mobile-menu-toggle:checked){overflow:hidden}@media(min-width:853px){body:has(#mobile-menu-toggle:checked){overflow:visible}}#bmc-wbtn{z-index:50!important}.nested-menu{position:relative}.menuhide{position:absolute;z-index:1000;white-space:nowrap;opacity:0;visibility:hidden;transition:visibility .3s,opacity .3s ease-in-out}.nested-menu:hover .menuhide,.nested-menu:focus-within .menuhide{opacity:1;visibility:visible}.active{text-decoration-line:underline;text-decoration-thickness:3px;text-underline-offset:4px}@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;
  }
}@layer base{* {
    @supports (-moz-appearance:none) {
      scrollbar-color: initial;
      scrollbar-width: initial;
    }
  }
}@property --tw-translate-x{syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-translate-y{syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-translate-z{syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-scale-x{syntax: "*";
  inherits: false;
  initial-value: 1;
}@property --tw-scale-y{syntax: "*";
  inherits: false;
  initial-value: 1;
}@property --tw-scale-z{syntax: "*";
  inherits: false;
  initial-value: 1;
}@property --tw-rotate-x{syntax: "*";
  inherits: false;
}@property --tw-rotate-y{syntax: "*";
  inherits: false;
}@property --tw-rotate-z{syntax: "*";
  inherits: false;
}@property --tw-skew-x{syntax: "*";
  inherits: false;
}@property --tw-skew-y{syntax: "*";
  inherits: false;
}@property --tw-pan-x{syntax: "*";
  inherits: false;
}@property --tw-pan-y{syntax: "*";
  inherits: false;
}@property --tw-pinch-zoom{syntax: "*";
  inherits: false;
}@property --tw-space-y-reverse{syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-space-x-reverse{syntax: "*";
  inherits: false;
  initial-value: 0;
}@property --tw-border-style{syntax: "*";
  inherits: false;
  initial-value: solid;
}@property --tw-gradient-position{syntax: "*";
  inherits: false;
}@property --tw-gradient-from{syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}@property --tw-gradient-via{syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}@property --tw-gradient-to{syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}@property --tw-gradient-stops{syntax: "*";
  inherits: false;
}@property --tw-gradient-via-stops{syntax: "*";
  inherits: false;
}@property --tw-gradient-from-position{syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}@property --tw-gradient-via-position{syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}@property --tw-gradient-to-position{syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}@property --tw-leading{syntax: "*";
  inherits: false;
}@property --tw-font-weight{syntax: "*";
  inherits: false;
}@property --tw-tracking{syntax: "*";
  inherits: false;
}@property --tw-ordinal{syntax: "*";
  inherits: false;
}@property --tw-slashed-zero{syntax: "*";
  inherits: false;
}@property --tw-numeric-figure{syntax: "*";
  inherits: false;
}@property --tw-numeric-spacing{syntax: "*";
  inherits: false;
}@property --tw-numeric-fraction{syntax: "*";
  inherits: false;
}@property --tw-shadow{syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}@property --tw-shadow-color{syntax: "*";
  inherits: false;
}@property --tw-shadow-alpha{syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}@property --tw-inset-shadow{syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}@property --tw-inset-shadow-color{syntax: "*";
  inherits: false;
}@property --tw-inset-shadow-alpha{syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}@property --tw-ring-color{syntax: "*";
  inherits: false;
}@property --tw-ring-shadow{syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}@property --tw-inset-ring-color{syntax: "*";
  inherits: false;
}@property --tw-inset-ring-shadow{syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}@property --tw-ring-inset{syntax: "*";
  inherits: false;
}@property --tw-ring-offset-width{syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}@property --tw-ring-offset-color{syntax: "*";
  inherits: false;
  initial-value: #fff;
}@property --tw-ring-offset-shadow{syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}@property --tw-outline-style{syntax: "*";
  inherits: false;
  initial-value: solid;
}@property --tw-blur{syntax: "*";
  inherits: false;
}@property --tw-brightness{syntax: "*";
  inherits: false;
}@property --tw-contrast{syntax: "*";
  inherits: false;
}@property --tw-grayscale{syntax: "*";
  inherits: false;
}@property --tw-hue-rotate{syntax: "*";
  inherits: false;
}@property --tw-invert{syntax: "*";
  inherits: false;
}@property --tw-opacity{syntax: "*";
  inherits: false;
}@property --tw-saturate{syntax: "*";
  inherits: false;
}@property --tw-sepia{syntax: "*";
  inherits: false;
}@property --tw-drop-shadow{syntax: "*";
  inherits: false;
}@property --tw-drop-shadow-color{syntax: "*";
  inherits: false;
}@property --tw-drop-shadow-alpha{syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}@property --tw-drop-shadow-size{syntax: "*";
  inherits: false;
}@property --tw-backdrop-blur{syntax: "*";
  inherits: false;
}@property --tw-backdrop-brightness{syntax: "*";
  inherits: false;
}@property --tw-backdrop-contrast{syntax: "*";
  inherits: false;
}@property --tw-backdrop-grayscale{syntax: "*";
  inherits: false;
}@property --tw-backdrop-hue-rotate{syntax: "*";
  inherits: false;
}@property --tw-backdrop-invert{syntax: "*";
  inherits: false;
}@property --tw-backdrop-opacity{syntax: "*";
  inherits: false;
}@property --tw-backdrop-saturate{syntax: "*";
  inherits: false;
}@property --tw-backdrop-sepia{syntax: "*";
  inherits: false;
}@property --tw-duration{syntax: "*";
  inherits: false;
}@property --tw-ease{syntax: "*";
  inherits: false;
}@property --tw-content{syntax: "*";
  initial-value: "";
  inherits: false;
}@keyframes pulse{50%{opacity:.5}}@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-pan-x: initial;
      --tw-pan-y: initial;
      --tw-pinch-zoom: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@font-face{font-family:sora;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/sora/Sora-Regular.woff2)format('woff2')}@font-face{font-family:sora;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/sora/Sora-SemiBold.woff2)format('woff2')}@font-face{font-family:sora;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/sora/Sora-Bold.woff2)format('woff2')}@font-face{font-family:inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter/Inter-Regular.woff2)format('woff2')}@font-face{font-family:inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter/Inter-SemiBold.woff2)format('woff2')}@font-face{font-family:inter;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/inter/Inter-Bold.woff2)format('woff2')}:root{--font-primary:'Sora', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;--color-primary:#050505;--color-primary-light:#1a1a1a;--color-primary-dark:#000000;--color-accent:#01fcfe;--color-accent-dark:#00d4d6;--color-accent-light:#4dfdff;--color-bg:#050505;--color-bg-elevated:#0a0a0a;--color-bg-card:#121212;--color-text:#ffffff;--color-text-muted:rgba(255, 255, 255, 0.7);--color-text-subtle:rgba(255, 255, 255, 0.5);--color-text-dark:#050505;--color-text-muted-light:#64748b;--color-text-subtle-light:#94a3b8;--color-gray-100:#f5f5f5;--color-gray-200:#e5e5e5;--color-gray-300:#d4d4d4;--color-gray-400:#a3a3a3;--color-gray-500:#737373;--color-gray-600:#525252;--color-gray-700:#404040;--color-gray-800:#262626;--color-gray-900:#171717;--shadow-sm:0 1px 2px rgba(0,0,0,0.5);--shadow-md:0 4px 6px rgba(0,0,0,0.5);--shadow-lg:0 10px 25px rgba(0,0,0,0.6);--shadow-xl:0 20px 40px rgba(0,0,0,0.7);--transition-fast:150ms ease;--transition-normal:250ms ease;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:0.75rem;--spacing-lg:1rem;--spacing-xl:1.5rem;--spacing-2xl:2rem;--spacing-3xl:3rem;--spacing-4xl:4rem;--spacing-5xl:5rem;--spacing-6xl:6rem;--section-padding-vertical:var(--spacing-5xl);--section-padding-horizontal:var(--spacing-2xl);--container-max:1200px;--container-max-xl:1400px;--grid-gap-default:var(--spacing-2xl);--grid-gap-compact:var(--spacing-xl);--grid-gap-wide:var(--spacing-3xl);--padding-button-sm:var(--spacing-md) var(--spacing-lg);--padding-button:var(--spacing-md) var(--spacing-xl);--padding-button-lg:var(--spacing-lg) var(--spacing-2xl);--padding-card:var(--spacing-2xl);--padding-section:var(--spacing-3xl);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--header-height:80px}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;width:100%}body{font-family:var(--font-primary);font-size:16px;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%;position:relative}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);font-weight:600;line-height:1.25;color:var(--color-text);letter-spacing:-.02em}h1{font-size:clamp(2rem,4vw,3.5rem);font-weight:700}h2{font-size:clamp(1.75rem,3vw,2.5rem)}h3{font-size:clamp(1.25rem,2vw,1.75rem)}a{color:var(--color-accent);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent-light)}img{max-width:100%;height:auto}.header-topbar{background:var(--color-bg);border-bottom:1px solid rgba(255,255,255,5%);font-size:.75rem;letter-spacing:.03em}.header-topbar-container{max-width:1400px;margin:0 auto;padding:.5rem 2rem;display:flex;align-items:center;justify-content:space-between}.header-topbar-left{display:flex;align-items:center;gap:1.5rem}.topbar-item{display:flex;align-items:center;gap:.4rem;color:var(--color-text-muted)}.topbar-item svg{color:var(--color-accent)}.topbar-link{text-decoration:none;transition:color var(--transition-fast)}.topbar-link:hover{color:var(--color-accent)}.header-topbar-right{display:flex;align-items:center;gap:.75rem}.topbar-social{display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);transition:color var(--transition-fast)}.topbar-social:hover{color:var(--color-accent)}@media(max-width:768px){.header-topbar{display:none}}.innfactory-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--color-bg);height:var(--header-height);border-bottom:1px solid rgba(255,255,255,.15);transition:height .3s ease,box-shadow .3s ease,background .3s ease}.innfactory-header.scrolled{height:60px;box-shadow:0 2px 20px rgba(0,0,0,.4)}.innfactory-header.scrolled .header-logo img{height:32px;transition:height .3s ease}.innfactory-header.scrolled .header-nav a{padding:.5rem .75rem}.innfactory-header.scrolled .nav-dropdown-trigger{padding:.5rem .75rem}.header-topbar{position:fixed;top:0;left:0;right:0;z-index:1001;transition:transform .3s ease}.header-topbar.scrolled{transform:translateY(-100%)}.innfactory-header{top:32px}.innfactory-header.scrolled{top:0}body{padding-top:calc(var(--header-height) + 32px)}@media(max-width:768px){body{padding-top:var(--header-height)}.innfactory-header{top:0}.innfactory-header.scrolled{height:56px}}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;flex-shrink:0}.header-logo img{height:40px;width:auto;transition:height .3s ease}.header-nav{display:flex;align-items:center;gap:.25rem}.header-nav a{font-size:.9375rem;font-weight:500;color:var(--color-text);text-decoration:none;transition:color var(--transition-fast);padding:.75rem 1rem;border-radius:6px}.header-nav a:hover{color:var(--color-accent)}.header-nav .nav-cta{background:var(--color-text);color:var(--color-bg)!important;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;margin-left:.5rem}.header-nav .nav-cta:hover{background:var(--color-gray-200);color:var(--color-bg)!important}.header-right{display:flex;align-items:center;gap:1rem}.header-search-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--color-text-muted);background:0 0;border:none;cursor:pointer;transition:color var(--transition-fast);padding:0}.header-search-btn:hover{color:var(--color-accent)}.language-switch{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500}.language-switch a{padding:.25rem .5rem;border-radius:4px;color:var(--color-text-muted)}.language-switch .lang-active{background:var(--color-text);color:var(--color-bg)!important}.language-switch .lang-inactive:hover{color:var(--color-text)}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;padding:8px;background:0 0;border:none;cursor:pointer}.mobile-menu-toggle span{width:24px;height:2px;background:var(--color-text);transition:all var(--transition-fast)}@media(max-width:1250px){.header-nav{display:none}.mobile-menu-toggle{display:flex}.language-switch{display:none!important}}#search-wrapper{z-index:9999!important}#search-modal{background:#fff;border-radius:16px;overflow:hidden;color:#050505}#search-modal header{border-bottom:1px solid #e5e5e5}#search-query{font-size:1.125rem;color:#050505!important;background:0 0!important;-webkit-appearance:none;appearance:none;width:100%;border:none;outline:none}#search-query:focus{outline:none;box-shadow:none}#search-query::placeholder{color:#737373}#search-results{max-height:60vh;overflow-y:auto}#search-results li a{border-radius:10px;transition:background var(--transition-fast),color var(--transition-fast)}#search-results li a:hover{background:#f1f5f9}#close-search-button:hover{color:var(--color-accent)}#search-modal .text-secondary-400,#search-modal .text-secondary-500,#search-modal .text-secondary-600,#search-modal [class*=text-secondary]{color:#0f172a!important}#search-results li a{color:#0f172a!important}#search-results li a:hover{color:#374151!important}#search-results li a .text-secondary-400,#search-results li a .text-secondary-500,#search-results li a [class*=text-secondary]{color:#0f172a!important}#search-results .font-semibold,#search-results .text-lg{color:#050505!important}#search-results .text-sm,#search-results .text-neutral{color:#555!important}.product-page-light [class*=text-secondary],.blog-page [class*=text-secondary],article [class*=text-secondary],.prose [class*=text-secondary]{color:#64748b!important}.blog-card-author,.blog-card-author a,article .author a,.meta a[href*=authors],a[rel=author],.blog-card-meta-modern .blog-card-author,.blog-card-content-modern .blog-card-author{color:#0f172a!important}.blog-card-author:hover,.blog-card-author a:hover,article .author a:hover,.meta a[href*=authors]:hover,a[rel=author]:hover{color:#374151!important;text-decoration:underline}.blog-card-modern .blog-card-meta-modern,.blog-card-modern .blog-card-meta-modern time,.blog-card-modern .blog-card-author{color:rgba(255,255,255,.8)!important}.team-card-role,.product-service-card .team-card-role,.team-horizontal-content .team-card-role{color:#64748b!important}.video-hero-section{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--color-bg);margin-top:calc(-1 * (var(--header-height) + 32px));padding-top:calc(var(--header-height) + 32px)}@media(max-width:768px){.video-hero-section{margin-top:calc(-1 * var(--header-height));padding-top:var(--header-height)}}.video-hero-background{position:absolute;inset:0;z-index:1}.video-hero-background video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover}.video-hero-overlay{position:absolute;inset:0;background:rgba(5,5,5,.3);z-index:2}.video-hero-desktop{display:block}.video-hero-mobile{display:none}@media(max-width:768px){.video-hero-desktop{display:none}.video-hero-mobile{display:block}}.video-hero-background video.lazy-video{background-color:#050505;background-size:cover;background-position:50%}.video-hero-desktop video.lazy-video{background-image:url(/images/hero/hero-desktop-fallback.jpg)}.video-hero-mobile video.lazy-video{background-image:url(/images/hero/hero-mobile-fallback.jpg)}.video-hero-content{position:relative;z-index:3;text-align:center;padding:2rem;display:flex;flex-direction:column;align-items:center}.video-hero-title{font-family:var(--font-primary);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;color:#fff!important;line-height:1.25;margin:0;background:#050505;padding:1rem 2rem;display:block}.video-hero-subtitle{font-family:var(--font-primary);font-size:clamp(1rem,2vw,1.25rem);font-weight:400;color:#fff!important;margin:1.5rem 0 0;background:#050505;padding:.75rem 1.5rem;display:block}.section{padding:5rem 0}.section-dark{background:var(--color-bg)}.section-light{background:var(--color-gray-100);color:var(--color-bg)}.section-light h1,.section-light h2,.section-light h3{color:var(--color-bg)}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}@media(max-width:768px){.container{padding:0 1rem}}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-bottom:1rem}.section-header p{font-size:1.125rem;color:var(--color-text-muted);max-width:600px;margin:0 auto}.intro-section{padding:5rem 0;background:var(--color-bg)}.intro-content{max-width:900px;margin:0 auto;text-align:center}.intro-text{font-size:1.25rem;line-height:1.8;color:var(--color-text-muted);margin:0}.intro-text strong{color:var(--color-text);font-weight:600}.keynote-section{padding:5rem 0;background:var(--color-bg);text-align:center}.keynote-section .section-title{text-align:center;font-size:1.75rem;margin-bottom:1.5rem;color:var(--color-text)}.keynote-content{max-width:700px;margin:0 auto}.keynote-subtitle{font-size:1.25rem;color:var(--color-text-muted);margin-bottom:2rem;line-height:1.6}.keynote-speakers{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.speaker-card{text-align:center;max-width:280px}.speaker-card img{width:180px;height:180px;border-radius:8px;object-fit:cover;margin-bottom:1rem;transition:transform var(--transition-normal)}.speaker-card:hover img{transform:scale(1.02)}.speaker-card h3{font-size:1.125rem;color:var(--color-text);margin:0;font-weight:500}.whitepaper-section{padding:5rem 0;background:var(--color-bg-elevated)}.whitepaper-card{max-width:800px;margin:0 auto;text-align:center;background:var(--color-bg-card);padding:3rem;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.whitepaper-card h3{font-size:1.5rem;color:var(--color-text);margin-bottom:1rem}.whitepaper-card p{font-size:1.125rem;color:var(--color-text-muted);margin-bottom:2rem;line-height:1.6}.innovation-section{padding:5rem 0;background:var(--color-bg);text-align:center}.innovation-section h3{font-size:1.75rem;color:var(--color-text);margin-bottom:1rem}.innovation-subtitle{font-size:1.25rem;color:var(--color-text-muted);margin-bottom:2rem}.team-preview-section{padding:5rem 0;background:var(--color-bg)}.team-preview-section .section-title{text-align:center;font-size:1.75rem;margin-bottom:3rem;color:var(--color-text)}.team-grid{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.team-member{text-align:center;max-width:200px}.team-member img{width:150px;height:150px;border-radius:8px;object-fit:cover;margin-bottom:1rem;transition:transform var(--transition-normal)}.team-member:hover img{transform:scale(1.05)}.team-member h4{font-size:1rem;color:var(--color-text);margin:0;font-weight:500}.team-member a{text-decoration:none}.radar-section{padding:5rem 0;background:var(--color-bg-elevated);text-align:center}.radar-section .section-title{font-size:1.75rem;margin-bottom:1.5rem;color:var(--color-text)}.radar-description{max-width:700px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.7;color:var(--color-text-muted)}.training-section{padding:5rem 0;background:var(--color-bg);text-align:center}.training-section h3{font-size:1.75rem;color:var(--color-text);margin-bottom:1rem}.training-subtitle{font-size:1.25rem;color:var(--color-text-muted);margin-bottom:2rem}.newsletter-section{padding:5rem 0;text-align:center}.newsletter-section h3{font-size:1.75rem;margin-bottom:1rem}.newsletter-section p{max-width:600px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.6}.customers-section{padding:5rem 0}.customers-section .section-title{text-align:center;font-size:1.75rem;margin-bottom:1.25rem;color:var(--color-bg)}.customers-description{text-align:center;max-width:720px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.7;color:#555}.services-overview-section{padding:5rem 0}.services-overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.service-overview-card{position:relative;display:flex;flex-direction:column;padding:2rem;background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 16px rgba(15,23,42,6%);text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.service-overview-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(15,23,42,.12);border-color:#01fcfe}.service-overview-card-highlight{border:2px solid #01fcfe;background:linear-gradient(135deg,#ffffff 0%,#f0fdff 100%)}.service-overview-badge{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;background:#01fcfe;color:#050505;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:4px}.service-overview-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#e2e8f0;border-radius:12px;margin-bottom:1.5rem;color:#0f172a;transition:background .2s ease,color .2s ease}.service-overview-card:hover .service-overview-icon{background:#01fcfe;color:#050505}.service-overview-card h3{font-size:1.25rem;font-weight:600;color:#0f172a!important;margin:0 0 .75rem}.service-overview-card p{font-size:.95rem;color:#64748b!important;line-height:1.6;margin:0 0 1.5rem;flex-grow:1}.service-overview-link{display:inline-flex;align-items:center;font-size:.875rem;font-weight:600;color:#0f172a!important;margin-top:auto}.service-overview-link::after{content:'\2192';margin-left:.5rem;transition:transform .2s ease}.service-overview-card:hover .service-overview-link{color:#01fcfe!important}.service-overview-card:hover .service-overview-link::after{transform:translateX(4px)}@media(max-width:1024px){.services-overview-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.services-overview-grid{grid-template-columns:1fr}.service-overview-card{padding:1.5rem}}.customers-logos{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem;align-items:stretch}@media(max-width:1024px){.customers-logos{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.customers-logos{grid-template-columns:repeat(2,1fr);gap:1rem}.customers-logo{padding:1rem .75rem;min-height:80px}.customers-logo img{max-height:36px;max-width:100px}}@media(max-width:400px){.customers-logos{grid-template-columns:1fr}}.customers-logo{display:flex;align-items:center;justify-content:center;padding:1.5rem 1rem;min-height:100px;background:#fff;border-radius:12px;border:1px solid #e6e9ed;box-shadow:0 4px 12px rgba(15,23,42,4%);transition:transform var(--transition-normal),box-shadow var(--transition-normal);text-decoration:none}.customers-logo img{max-height:44px;max-width:120px;width:auto;height:auto;filter:none;opacity:1;transition:opacity var(--transition-normal),filter var(--transition-normal),transform var(--transition-normal);object-fit:contain}.customers-logo:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(15,23,42,.12)}.customers-logo:hover img{opacity:1;filter:none;transform:scale(1.05)}.partners-section{padding:5rem 0;background:var(--color-bg)}.partners-section .section-title{text-align:center;font-size:1.75rem;margin-bottom:1.5rem;color:var(--color-text)}.partners-description{text-align:center;max-width:700px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.7;color:var(--color-text-muted)}.partners-logos{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.partner-logo img{max-height:45px;max-width:160px;width:auto;height:auto;filter:brightness(0)invert(1);opacity:.7;transition:opacity var(--transition-normal)}.partner-logo:hover img{opacity:1}.blog-section{padding:5rem 0;background:var(--color-bg)}.blog-section .section-title{text-align:center;font-size:1.75rem;margin-bottom:3rem;color:var(--color-text)}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}.blog-card{background:var(--color-bg-card);border-radius:12px;overflow:hidden;transition:transform var(--transition-normal)}.blog-card:hover{transform:scale(1.02)}.blog-card-image{aspect-ratio:16/9;overflow:hidden;background:var(--color-gray-800)}.blog-card-image img{width:100%;height:100%;object-fit:cover}.blog-card-content{padding:1.5rem}.blog-card-title{font-size:1.125rem;font-weight:600;color:var(--color-text);margin:0 0 .75rem;line-height:1.4}.blog-card-description{font-size:.9375rem;color:var(--color-text-muted);line-height:1.6;margin:0 0 1rem}.blog-card-meta{font-size:.8125rem;color:var(--color-text-subtle)}.blog-card-link{text-decoration:none;color:inherit;display:block}.blog-cta{text-align:center}@media(max-width:768px){.blog-grid{grid-template-columns:1fr}}.section-dark{background:var(--color-bg)}.product-hero-dark{background:#050505;padding:5rem 0;text-align:center}.product-hero-dark .product-container{max-width:800px;margin:0 auto}.product-hero-dark .product-hero-badge span{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2)}.product-hero-dark .product-hero-badge span.badge-accent{background:var(--color-accent);color:#050505;border:none}.product-hero-dark h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.15}.product-hero-dark .product-hero-lead{font-size:1.125rem;line-height:1.7;color:rgba(255,255,255,.8);margin:0 auto;max-width:600px}.product-hero-dark .product-hero-cta{justify-content:center;margin-top:1.5rem}@media(max-width:768px){.product-hero-dark{padding:3rem 0}}.section-white{background:#fff;--color-text-muted:var(--color-text-muted-light);--color-text-subtle:var(--color-text-subtle-light)}.section-light-gray{background:#f8f9fa;--color-text-muted:var(--color-text-muted-light);--color-text-subtle:var(--color-text-subtle-light)}.section-white h2,.section-white h3,.section-white h4,.section-light-gray h2,.section-light-gray h3,.section-light-gray h4{color:var(--color-bg)}.section-white p,.section-light-gray p{color:#444}.section-title-dark{color:#050505!important;margin-bottom:2.5rem}.section-title-white{color:#fff!important;margin-bottom:2.5rem}.section-white .intro-text,.section-light-gray .intro-text{color:#333}.section-white .intro-text strong,.section-light-gray .intro-text strong{color:var(--color-bg)}.partners-description-dark{color:#555!important}.partners-logos-dark .partner-logo img{filter:none;opacity:.8}.partners-logos-dark .partner-logo:hover img{opacity:1}.blog-intro-dark{color:#555!important}.team-card-light{box-shadow:0 4px 20px rgba(0,0,0,.1)}.team-card-light:hover{box-shadow:0 8px 30px rgba(0,0,0,.15)}.btn-dark,.btn-outline.btn-dark{background:#050505;color:var(--color-accent);border:2px solid var(--color-accent)}.btn-dark:hover,.btn-outline.btn-dark:hover{background:var(--color-accent);color:#050505;border-color:var(--color-accent)}.section-split{display:flex;min-height:500px}.keynote-left{flex:3;background:var(--color-bg);display:flex;align-items:center;justify-content:center;padding:4rem}.keynote-left .keynote-content{max-width:500px}.keynote-left h2{font-size:2rem;color:var(--color-text);margin-bottom:1rem}.keynote-left .keynote-subtitle{font-size:1.25rem;color:var(--color-text-muted);margin-bottom:2rem;line-height:1.6}.keynote-right{flex:2;background:#fff}.keynote-image{width:100%;height:100%;background-size:cover;background-position:50%}@media(max-width:900px){.section-split{flex-direction:column}.keynote-left,.keynote-right{flex:none}.keynote-right{min-height:300px}}.section-video-bg{position:relative;overflow:hidden}.section-video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.section-video-background video{width:100%;height:100%;object-fit:cover}.section-video-background .video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(5,5,5,.7)}.section-video-bg .container{position:relative;z-index:1}.section-video-bg .whitepaper-content,.section-video-bg h3,.section-video-bg p{text-align:center}.whitepaper-content{max-width:700px;margin:0 auto;padding:0 1.5rem}.whitepaper-content h3{font-size:2rem;color:#fff!important;margin-bottom:1rem}.whitepaper-content p{font-size:1.25rem;color:rgba(255,255,255,.8)!important;margin-bottom:2rem}.team-grid-large{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1000px;margin:0 auto}.team-grid-large.team-grid-three{grid-template-columns:repeat(3,1fr);max-width:1200px}.team-card{position:relative;border-radius:12px;overflow:hidden;background:var(--color-bg-card);transition:transform var(--transition-normal)}.team-card:hover{transform:scale(1.02)}.team-card a{display:block;text-decoration:none;color:inherit}.team-card-image{aspect-ratio:3/4;background-size:cover;background-position:50% 0;min-height:400px}.team-card-info{position:absolute;bottom:0;left:0;right:0;background:#fff;padding:1.5rem;transform:translateY(0);transition:transform var(--transition-normal)}.team-card:hover .team-card-info{transform:translateY(-10px)}.team-card-info h4{font-size:1.25rem;color:var(--color-bg);margin:0 0 .25rem;font-weight:600}.team-card-name-link{text-decoration:none;color:inherit}.team-card-name-link h4{transition:color .2s ease}.team-card-name-link:hover h4{color:#0f172a}.team-card-image-link{display:block;cursor:pointer}.team-card-image-link .team-card-image{transition:transform .3s ease}.team-card:hover .team-card-image-link .team-card-image{transform:scale(1.02)}.team-card-role{display:block;font-size:.875rem;color:#0f172a;font-weight:500;margin-bottom:.25rem}.team-card-desc{display:block;font-size:.875rem;color:#666}.team-card-links{display:flex;gap:.75rem;margin-top:.875rem;flex-wrap:nowrap}.team-card-social{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:#f1f5f9;color:#475569;font-size:0;text-decoration:none;transition:all .2s ease;border:none;border-radius:6px}.team-card-social svg{width:16px;height:16px}.team-card-social:hover{background:#0077b5;color:#fff}.team-card-social.team-card-linkedin:hover{background:#0077b5;color:#fff}.team-card-social.team-card-website{color:#475569}.team-card-social.team-card-website:hover{background:#0f172a;color:#fff}.author-card-detailed{display:flex;gap:2rem;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,8%);margin-bottom:1.5rem;border:1px solid #e5e7eb}.author-card-image{flex-shrink:0;width:150px;height:180px;border-radius:12px;overflow:hidden;background:#f1f5f9}.author-card-image img{width:100%;height:100%;object-fit:cover;object-position:center top}.author-card-content{flex:1}.author-card-content h3{font-size:1.5rem;font-weight:700;color:#050505;margin:0 0 .25rem}.author-card-role{display:block;font-size:.9375rem;color:#374151;font-weight:500;margin-bottom:1rem}.author-card-bio{font-size:1rem;line-height:1.7;color:#4b5563;margin:0 0 1rem}.author-card-links{display:flex;gap:1rem;flex-wrap:wrap}.author-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease;border:1px solid #e2e8f0;background:0 0;color:#64748b}.author-link svg{width:16px;height:16px}.author-link-linkedin:hover{border-color:#0077b5;color:#0077b5;background:rgba(0,119,181,5%)}.author-link-website:hover{border-color:#0f172a;color:#0f172a;background:rgba(15,23,42,5%)}.author-card-logo{margin-top:1rem}.author-card-logo img{max-height:40px;width:auto}@media(max-width:640px){.author-card-detailed{flex-direction:column;text-align:center}.author-card-image{width:120px;height:120px;margin:0 auto}.author-card-links{justify-content:center}}@media(max-width:900px){.team-grid-large.team-grid-three{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.team-grid-large,.team-grid-large.team-grid-three{grid-template-columns:1fr}}.dozenten-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.dozenten-grid .author-card-detailed{margin-bottom:0;height:100%;display:flex;flex-direction:column}.dozenten-grid .author-card-image{flex-shrink:0;width:140px;height:170px}.dozenten-grid .author-card-content{flex:1;display:flex;flex-direction:column}.dozenten-grid .author-card-bio{flex:1}@media(max-width:900px){.dozenten-grid{grid-template-columns:1fr;max-width:500px}}.blog-grid-modern{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-bottom:3rem}.blog-card-modern{position:relative;display:flex;flex-direction:column;border-radius:16px;overflow:hidden;background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 16px rgba(15,23,42,6%);text-decoration:none;transition:transform var(--transition-normal),box-shadow var(--transition-normal);min-width:0}.blog-card-modern:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(15,23,42,.12)}.blog-card-image-wrapper{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden}.blog-card-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;transition:transform var(--transition-normal)}.blog-card-modern:hover .blog-card-bg{transform:scale(1.05)}.blog-card-overlay{display:none}.blog-card-content-modern{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.blog-card-badges{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.blog-badge{display:inline-block;font-size:.7rem;font-weight:600;color:#050505!important;background:var(--color-accent);padding:.25rem .75rem;border-radius:100px;text-transform:uppercase;letter-spacing:.05em}.blog-card-title-modern{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0 0 .5rem;line-height:1.4}.blog-card-date-modern{font-size:.8rem;color:#64748b!important;margin-top:auto}.blog-card-meta-modern{color:#64748b!important}.blog-card-meta-modern time{color:#64748b!important}.blog-card-meta-modern .blog-card-author{color:#0f172a!important;font-weight:500}.blog-card-meta-modern time,.blog-card-content-modern time,.blog-card-modern time{color:#64748b!important}.blog-page .product-hero-light .product-container{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.blog-page .product-hero-content{max-width:800px}.blog-breadcrumbs{display:flex;gap:.5rem;align-items:center;justify-content:center;font-size:.875rem;color:#64748b}.blog-breadcrumbs a{color:#0f172a;text-decoration:none;font-weight:500}.blog-breadcrumbs a:hover{color:#0f172a}.blog-list-layout{display:grid;grid-template-columns:minmax(0,1fr)280px;gap:2.5rem;align-items:start}.blog-list-main{min-width:0}.blog-list-sidebar{position:sticky;top:100px;align-self:start;max-height:calc(100vh - 120px);overflow-y:auto}.blog-tags-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 18px 40px rgba(15,23,42,8%)}.blog-tags-card h3{margin:0 0 1rem;font-size:1.1rem;color:#0f172a}.blog-tags-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.blog-tag-badge{display:inline-block;padding:.375rem .75rem;background:#f1f5f9;color:#0f172a;font-size:.8rem;font-weight:500;border-radius:100px;text-decoration:none;transition:all .2s ease;border:1px solid #e2e8f0}.blog-tag-badge:hover{background:#0f172a;color:#fff;border-color:#0f172a}.blog-tag-badge .tag-count{display:inline-block;margin-left:.375rem;padding:.125rem .375rem;background:rgba(0,0,0,.1);border-radius:100px;font-size:.7rem}.blog-tags-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.blog-tags-list li{display:inline-block}.blog-tags-list a{display:inline-block;padding:.375rem .75rem;background:#f1f5f9;color:#0f172a;font-size:.8rem;font-weight:500;border-radius:100px;text-decoration:none;transition:all .2s ease;border:1px solid #e2e8f0}.blog-tags-list a:hover{background:#0f172a;color:#fff;border-color:#0f172a}.blog-tags-list span{display:inline-block;margin-left:.25rem;padding:.125rem .375rem;background:rgba(0,0,0,8%);border-radius:100px;font-size:.7rem;color:#64748b}.blog-grid-modern-list{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-grid-modern-list .blog-card-modern:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(15,23,42,.12)}.blog-grid-modern-list .blog-card-modern:hover .blog-card-bg{transform:scale(1.05)}.blog-card-modern-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;flex-grow:1}.blog-card-description-modern{margin:0 0 1rem;color:#475569;font-size:.9rem;line-height:1.6;flex-grow:1}.blog-card-meta-modern{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;font-size:.8rem;color:#64748b;margin-top:auto;padding-top:1rem;border-top:1px solid #e2e8f0}.blog-card-author{font-weight:500;color:#0f172a}.blog-single-meta-light .blog-author{display:inline-flex;align-items:center;gap:.5rem;color:#0f172a;text-decoration:none;font-weight:600}.blog-single-meta-light .blog-author:hover{color:#0f172a}.product-hero-badge a{padding:.375rem .875rem;background:#050505;color:#fff;font-size:.75rem;font-weight:600;border-radius:100px;text-transform:uppercase;letter-spacing:.05em;text-decoration:none}.product-hero-badge a:hover{background:var(--color-accent);color:#050505}@media(max-width:768px){.blog-grid-modern{grid-template-columns:1fr;gap:1.5rem}.blog-list-layout{grid-template-columns:1fr;gap:2rem}.blog-list-sidebar{position:static;order:2}.blog-grid-modern-list{grid-template-columns:1fr;gap:1.5rem}.blog-card-content-modern{padding:1.25rem}.blog-card-title-modern{font-size:1rem}.blog-card-description-modern{font-size:.875rem}}.video-hero-title .title-bg,.video-hero-subtitle .subtitle-bg{display:inline;background:#050505;color:#fff!important;padding:.25rem 1rem;box-decoration-break:clone;-webkit-box-decoration-break:clone}.blog-intro{text-align:center;max-width:700px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.7;color:var(--color-text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-family:var(--font-primary);font-weight:600;font-size:.9375rem;text-decoration:none;border-radius:6px;transition:all var(--transition-normal);cursor:pointer;border:2px solid transparent}.btn-primary{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.btn-primary:hover{background:var(--color-gray-200);border-color:var(--color-gray-200);color:var(--color-bg)}.btn-outline{background:var(--color-bg);color:var(--color-accent);border-color:var(--color-accent)}.btn-outline:hover{background:var(--color-accent);color:var(--color-bg)}.btn-accent{background:var(--color-accent);color:var(--color-bg);border-color:var(--color-accent)}.btn-accent:hover{background:var(--color-accent-light);border-color:var(--color-accent-light);color:var(--color-bg)}.btn-large{padding:1rem 2.5rem;font-size:1rem}.consent-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center}.consent-modal-backdrop{position:absolute;inset:0;background:rgba(5,5,5,.8);backdrop-filter:blur(4px)}.consent-modal-dialog{position:relative;z-index:1;max-width:520px;width:90%;margin:1rem}.consent-modal-content{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 25px 50px rgba(0,0,0,.25)}.consent-modal-content h3{color:#050505;font-size:1.5rem;margin:0 0 1rem}.consent-modal-content p{color:#555;font-size:.9375rem;line-height:1.7;margin:0 0 1rem}.consent-privacy-link a{color:#0f172a;font-weight:500;text-decoration:underline}.consent-buttons{display:flex;gap:1rem;margin-top:1.5rem}.consent-buttons .btn{flex:1;padding:.875rem 1.5rem}.consent-buttons .btn-accent{background:var(--color-accent);color:#050505;border:2px solid var(--color-accent);font-weight:600}.consent-buttons .btn-accent:hover{background:var(--color-accent-light);border-color:var(--color-accent-light)}.consent-buttons .btn-outline{background:0 0;color:#050505;border:2px solid #e2e8f0}.consent-buttons .btn-outline:hover{background:#f1f5f9;border-color:#cbd5e1}.cookie-settings-link{cursor:pointer}@media(max-width:480px){.consent-buttons{flex-direction:column}}.cta-section{padding:5rem 0;background:var(--color-bg);text-align:center}.cta-content h2{color:var(--color-text);margin-bottom:1rem}.cta-content p{font-size:1.125rem;color:var(--color-text-muted);max-width:600px;margin:0 auto 2rem}.innfactory-footer{background:var(--color-bg);color:var(--color-text-muted);border-top:1px solid rgba(255,255,255,.1)}.footer-main{padding:5rem 0}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-main .footer-container{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem}.footer-logo img{height:36px;width:auto;filter:brightness(0)invert(1);margin-bottom:1rem}.footer-tagline{font-size:.9375rem;line-height:1.6;color:var(--color-text-subtle);margin-bottom:1rem}.footer-partners{margin-top:.5rem}.footer-partners-label{display:block;font-size:.75rem;color:var(--color-text-subtle);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.footer-partners-logos{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.footer-partners-logos a{font-size:.8125rem;color:var(--color-text-muted);text-decoration:none;transition:color var(--transition-fast)}.footer-partners-logos a:hover{color:var(--color-accent)}.footer-ai-models{margin-top:1rem}.footer-ai-models-label{display:block;font-size:.75rem;color:var(--color-text-subtle);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.footer-ai-models-list{display:flex;flex-wrap:wrap;gap:.5rem}.ai-model-badge{display:inline-block;font-size:.75rem;font-weight:500;color:var(--color-accent);border:1px solid var(--color-accent);padding:.25rem .5rem;border-radius:4px;background:0 0;text-decoration:none;transition:all var(--transition-fast)}a.ai-model-badge:hover{background:var(--color-accent);color:var(--color-bg)}.footer-address{margin-top:1.5rem;font-style:normal;font-size:.9375rem;line-height:1.8;color:var(--color-text-subtle)}.footer-address strong{color:var(--color-text);display:block;margin-bottom:.25rem}.footer-address a{color:var(--color-accent);text-decoration:none;transition:color var(--transition-fast)}.footer-address a:hover{color:var(--color-text)}.footer-newsletter{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.footer-newsletter h4{margin-bottom:.5rem}.footer-newsletter-text{font-size:.875rem;color:var(--color-text-subtle);margin-bottom:1rem;line-height:1.5}.btn-small{padding:.5rem 1rem;font-size:.8125rem}.footer-section h4{color:var(--color-text);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem}.footer-section-title-spaced{margin-top:2rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.625rem}.footer-section ul a{color:var(--color-text-subtle);font-size:.9375rem;transition:color var(--transition-fast)}.footer-section ul a:hover{color:var(--color-accent)}.footer-contact address{font-style:normal;font-size:.9375rem;line-height:1.8;color:var(--color-text-subtle)}.footer-contact a{color:var(--color-text-subtle)}.footer-contact a:hover{color:var(--color-accent)}.footer-social{display:flex;gap:.75rem;margin-top:1.5rem}.social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:0 0;border:1px solid var(--color-accent);border-radius:4px;color:var(--color-accent);transition:all var(--transition-fast)}.social-icon:hover{background:var(--color-accent);color:var(--color-bg)}.social-icon svg{width:16px;height:16px;fill:currentColor}.social-icon:hover svg{fill:var(--color-bg)}.footer-bottom{padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom .footer-container{display:flex;justify-content:space-between;align-items:center}.footer-bottom p{margin:0;font-size:.875rem;color:var(--color-text-subtle)}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:var(--color-text-subtle);font-size:.875rem}.footer-legal a:hover{color:var(--color-accent)}@media(max-width:1024px){.footer-main .footer-container{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:640px){.footer-main .footer-container{grid-template-columns:1fr;text-align:center}.footer-social{justify-content:center}.footer-bottom .footer-container{flex-direction:column;gap:1rem}.footer-legal{flex-wrap:wrap;justify-content:center}}body>header:not(.innfactory-header),.relative>header:not(.innfactory-header){display:none!important}main#main-content{padding-top:0}.dark h1,.dark h2,.dark h3{color:var(--color-text)}.toc,#TableOfContents,.table-of-contents{display:none!important}.share-links,.sharing-links{display:none!important}.services-section{padding:5rem 0;background:var(--color-bg)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:var(--color-bg-card);padding:2rem;border-radius:12px;text-decoration:none;border:1px solid rgba(255,255,255,.1);transition:all var(--transition-normal)}.service-card:hover{transform:translateY(-4px);border-color:var(--color-accent)}.service-icon{width:48px;height:48px;margin-bottom:1.25rem;color:var(--color-accent)}.service-card h3{font-size:1.125rem;margin-bottom:.75rem;color:var(--color-text)}.service-card p{color:var(--color-text-muted);font-size:.9375rem;margin:0;line-height:1.6}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.services-grid{grid-template-columns:1fr}}.mobile-nav{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:var(--color-bg);display:none;flex-direction:column;padding:2rem;z-index:999;overflow-y:auto;transition:top .3s ease}.innfactory-header.scrolled~.mobile-nav{top:56px}.mobile-nav.is-open{display:flex}.mobile-nav a{font-size:1.25rem;font-weight:500;color:var(--color-text);text-decoration:none;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav a:hover{color:var(--color-accent)}.mobile-nav a.nav-cta{background:var(--color-text);color:var(--color-bg);text-align:center;border-radius:8px;margin-top:1rem;border:none;padding:1rem}.mobile-nav-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:1.5rem}.mobile-language-switch{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600}.mobile-language-switch a{padding:.35rem .75rem;border-radius:6px;color:var(--color-text-muted);text-decoration:none;border-bottom:none}.mobile-language-switch .lang-active{background:var(--color-text);color:var(--color-bg)!important}.mobile-language-switch .lang-inactive:hover{color:var(--color-text)}.mobile-social-links{display:flex;align-items:center;gap:.75rem}.mobile-social-links a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,8%);color:var(--color-text);border:none;padding:0}.mobile-social-links a:hover{background:var(--color-accent);color:#050505}.hidden{display:none!important}.text-center{text-align:center}.text-accent{color:var(--color-accent)}.page-content{padding-top:var(--header-height);min-height:100vh}.prose{max-width:800px;margin:0 auto;padding:3rem 2rem}.prose h1{margin-bottom:2rem}.prose h2{margin-top:3rem;margin-bottom:1.5rem}.prose p{margin-bottom:1.5rem;color:var(--color-text-muted)}.prose a{color:var(--color-accent)}.prose ul,.prose ol{margin-bottom:1.5rem;padding-left:1.5rem}.prose li{margin-bottom:.5rem;color:var(--color-text-muted)}#scroll-to-top a{background:var(--color-text)!important;color:var(--color-bg)!important;border-radius:50%;box-shadow:var(--shadow-lg)}#scroll-to-top a:hover{background:var(--color-accent)!important;color:var(--color-bg)!important}.blog-card-date{display:block;font-size:.8125rem;color:var(--color-text-subtle);margin-bottom:.5rem}.blog-card-category{display:inline-block;font-size:.75rem;color:var(--color-accent);text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:.75rem}.blog-card-placeholder{background:linear-gradient(135deg,var(--color-gray-800) 0%,var(--color-gray-900) 100%)}.blog-intro{text-align:center;max-width:800px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.7;color:var(--color-text-muted)}.blog-placeholder{grid-column:1/-1;text-align:center;padding:3rem;color:var(--color-text-subtle)}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;gap:.375rem;cursor:pointer;background:0 0;border:none;font-family:var(--font-primary);font-size:.9375rem;font-weight:500;color:var(--color-text);padding:.75rem 1rem;border-radius:6px;transition:color var(--transition-fast)}.nav-dropdown-trigger:hover{color:var(--color-accent)}.nav-dropdown-trigger svg,.dropdown-arrow{width:16px;height:16px;transition:transform var(--transition-fast)}.nav-dropdown:hover .nav-dropdown-trigger svg,.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%);min-width:240px;background:var(--color-bg-card);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.5rem;opacity:0;visibility:hidden;transition:all var(--transition-fast);box-shadow:var(--shadow-lg);z-index:1001}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible}.nav-dropdown-menu a{display:block;padding:.75rem 1.25rem;font-size:.9rem;color:var(--color-text-muted);white-space:nowrap}.nav-dropdown-menu a:hover{color:var(--color-accent);background:rgba(255,255,255,5%)}.mobile-submenu{border-bottom:1px solid rgba(255,255,255,.1)}.mobile-submenu-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;background:0 0;border:none;font-family:var(--font-primary);font-size:1.25rem;font-weight:500;color:var(--color-text);padding:1rem 0;cursor:pointer;text-align:left}.mobile-submenu-trigger svg{width:20px;height:20px;transition:transform var(--transition-fast)}.mobile-submenu.is-expanded .mobile-submenu-trigger svg{transform:rotate(180deg)}.mobile-submenu-items{display:none;padding-left:1rem;padding-bottom:1rem;border-left:2px solid rgba(255,255,255,.1);margin-left:.5rem}.mobile-submenu.is-expanded .mobile-submenu-items{display:block}.mobile-submenu-items a{display:block;font-size:1rem;padding:.625rem 0;color:var(--color-text-muted);border-bottom:none}.mobile-submenu-items a:hover{color:var(--color-accent)}.team-page{background:var(--color-bg)}.team-page .team-hero{padding:5rem 0 3rem;text-align:center;background:linear-gradient(180deg,var(--color-bg) 0%,rgba(5,5,5,.95) 100%)}.team-page .page-title{font-size:clamp(2.5rem,5vw,4rem);color:var(--color-text);margin-bottom:0;font-weight:700}.team-text-section{padding:5rem 0;background:var(--color-bg)}.team-text-section .container{max-width:900px}.team-text-section .section-title{font-size:1.75rem;color:var(--color-text);margin-bottom:1.5rem;text-align:center}.team-text-section .section-text{font-size:1.125rem;line-height:1.8;color:var(--color-text-muted);text-align:center}.team-section-title{padding:5rem 0;background:var(--color-bg)}.team-section-title h2{font-size:2rem;color:var(--color-text);text-align:center;margin:0;font-weight:600}.person-row{display:flex;min-height:500px;background:var(--color-bg)}.person-row.reverse{flex-direction:row-reverse}.person-image-col{flex:1;min-width:0}.person-image-col img{width:100%;height:100%;object-fit:cover;object-position:center top}.person-content-col{flex:1;display:flex;align-items:center;padding:3rem 4rem;min-width:0}.person-content{max-width:550px}.person-row:not(.reverse) .person-content-col{justify-content:flex-start}.person-row.reverse .person-content-col{justify-content:flex-end}.person-content h3{font-size:1.75rem;color:var(--color-text);margin:0 0 .5rem;font-weight:600}.person-role{display:block;font-size:1rem;font-weight:500;color:var(--color-accent);margin-bottom:1.5rem}.person-bio{font-size:1rem;line-height:1.8;color:var(--color-text-muted);margin:0}.person-bio strong{color:var(--color-text);font-weight:600}.person-company-logo{margin-top:1.5rem}.person-company-logo img{max-height:40px;width:auto;object-fit:contain}.sponsor-section{padding:5rem 0;background:var(--color-bg)}.sponsor-section .container{max-width:900px}.sponsor-section .section-title{font-size:1.75rem;color:var(--color-text);margin-bottom:1.5rem;text-align:center}.sponsor-section .section-text{font-size:1.125rem;line-height:1.8;color:var(--color-text-muted);text-align:center;margin-bottom:2rem}.sponsor-section .btn{display:inline-flex}.team-cta{padding:5rem 0;background:var(--color-bg-elevated)}.team-cta h2{color:var(--color-text);margin-bottom:1rem}.team-cta p{font-size:1.125rem;max-width:600px;margin:0 auto 2rem;color:var(--color-text-muted)}@media(max-width:900px){.person-row,.person-row.reverse{flex-direction:column}.person-image-col{height:400px}.person-content-col{padding:2.5rem 2rem;justify-content:center!important}.person-content{max-width:100%;text-align:center}.person-row{min-height:auto}}@media(max-width:640px){.team-page .page-title{font-size:2rem}.person-image-col{height:300px}.person-content-col{padding:2rem 1.5rem}.person-content h3{font-size:1.5rem}.team-text-section .section-text,.person-bio{font-size:1rem}}.contact-page .contact-hero{padding:5rem 0;text-align:center}.contact-page .page-title{font-size:clamp(2rem,4vw,3rem);color:var(--color-text);margin-bottom:1rem}.contact-page .page-subtitle{font-size:1.125rem;color:var(--color-text-muted);max-width:600px;margin:0 auto;line-height:1.7}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-cards{display:flex;flex-direction:column;gap:1.5rem}.contact-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:2rem;transition:all var(--transition-normal)}.contact-card:hover{border-color:var(--color-accent);box-shadow:0 4px 20px rgba(1,252,254,.1)}.contact-card-primary{background:#050505;border-color:#01fcfe}.contact-card.contact-card-primary h3,.product-page-light .contact-card-primary h3,.product-section-white .contact-card-primary h3{color:#fff!important}.contact-card.contact-card-primary p,.product-page-light .contact-card-primary p,.product-section-white .contact-card-primary p{color:rgba(255,255,255,.7)!important}.contact-card-primary .btn,.contact-card-primary .btn-primary-light{background:0 0;color:#01fcfe!important;border:2px solid #01fcfe}.contact-card-primary .btn:hover,.contact-card-primary .btn-primary-light:hover{background:#01fcfe;color:#050505!important}.contact-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(1,252,254,.1);border-radius:10px;margin-bottom:1rem}.contact-card-icon svg{width:24px;height:24px;color:#01fcfe}.contact-card h3{font-size:1.25rem;color:#050505!important;margin:0 0 .5rem}.contact-card p{font-size:.9375rem;color:#555!important;margin:0 0 1rem;line-height:1.6}.contact-link{font-size:1.125rem;font-weight:600;color:#050505!important;text-decoration:none;transition:color var(--transition-fast)}.contact-link:hover{color:var(--color-accent)!important}.address-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:2rem;height:100%}.address-card h3{font-size:1.25rem;color:var(--color-bg);margin:0 0 1.5rem}.address-card address{font-style:normal;font-size:1rem;line-height:1.8;color:#444;margin-bottom:1.5rem}.address-card address strong{color:var(--color-bg)}.address-hours,.address-directions{font-size:.9375rem;line-height:1.6;color:#555;margin-bottom:1.5rem}.address-hours strong,.address-directions strong{display:block;color:var(--color-bg);margin-bottom:.25rem}.address-card .btn{margin-top:.5rem;display:inline-flex;align-items:center}.address-card .btn svg{flex-shrink:0}.contact-form-section{padding:5rem 0}.contact-form-intro{text-align:center;max-width:700px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.7;color:#555}.contact-form-wrapper{max-width:700px;margin:0 auto;background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,8%)}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{display:block;font-size:.875rem;font-weight:600;color:#333;margin-bottom:.5rem}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:.875rem 1rem;font-size:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8f9fa;color:#333;transition:border-color .2s ease,box-shadow .2s ease}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(1,252,254,.1);background:#fff}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#94a3b8}.contact-form textarea{resize:vertical;min-height:120px}.contact-form select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.contact-form .form-privacy{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.contact-form .form-privacy input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;min-width:20px;margin-top:.25rem;border:2px solid #cbd5e1;border-radius:4px;background:#fff;cursor:pointer;transition:all .2s ease}.contact-form .form-privacy input[type=checkbox]:hover{border-color:#01fcfe}.contact-form .form-privacy input[type=checkbox]:checked{background:#01fcfe;border-color:#01fcfe}.contact-form .form-privacy label{font-size:.875rem;font-weight:400;color:#555;margin-bottom:0;line-height:1.5}.contact-form .form-privacy a{color:#0f172a;text-decoration:underline}.contact-form .form-privacy a:hover{color:#050505}.contact-form .form-status{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9375rem}.contact-form .form-status--success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.contact-form .form-status--error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.contact-form .form-status.hidden{display:none}.contact-form .form-group--error input,.contact-form .form-group--error select,.contact-form .form-group--error textarea{border-color:#ef4444}.contact-form .field-error{display:block;color:#ef4444;font-size:.8125rem;margin-top:.25rem}.contact-form button[type=submit]{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background:#050505;color:#01fcfe;border:2px solid #01fcfe;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease}.contact-form button[type=submit]:hover{background:#01fcfe;color:#050505;border-color:#01fcfe}.contact-form button[type=submit]:disabled{opacity:.7;cursor:not-allowed;background:#050505;color:#01fcfe}.contact-form .btn-loading{display:flex;align-items:center;gap:.5rem}.contact-form .btn-loading.hidden,.contact-form .btn-label.hidden{display:none}.contact-form .spinner{animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.contact-form .form-note{text-align:center;font-size:.8125rem;color:#94a3b8;margin-top:1rem;margin-bottom:0}.recaptcha-notice{text-align:center;font-size:.75rem;color:#94a3b8;margin-top:1.5rem;margin-bottom:0}.recaptcha-notice a{color:#64748b;text-decoration:underline}.contact-faq{padding:5rem 0}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:2rem auto 0}.faq-item{background:#f8f9fa;border-radius:12px;padding:1.5rem}.faq-item h4{font-size:1rem;color:#050505!important;margin:0 0 .75rem;font-weight:600}.faq-item p{font-size:.9375rem;color:#555!important;margin:0;line-height:1.6}.contact-cta{padding:5rem 0}.contact-cta h2{color:var(--color-text);margin-bottom:1rem}.contact-cta p{color:var(--color-text-muted);font-size:1.125rem;max-width:500px;margin:0 auto 2rem}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr}}@media(max-width:640px){.contact-card,.address-card{padding:1.5rem}.contact-form-wrapper{padding:1.5rem;border-radius:8px}.contact-form .form-row{grid-template-columns:1fr;gap:0}}.product-hero-light .product-container:has(.content-hero-centered){flex-direction:column;align-items:center;text-align:center}.content-hero-centered{max-width:800px;text-align:center;margin:0 auto;width:100%}.content-page .product-hero-light .product-container{flex-direction:column;align-items:center;text-align:center}.content-breadcrumbs{display:flex;gap:.5rem;align-items:center;justify-content:center;font-size:.875rem;color:#64748b;margin-bottom:1.5rem}.content-breadcrumbs a{color:#0f172a;text-decoration:none;font-weight:500}.content-breadcrumbs a:hover{color:#0f172a}.content-body{max-width:800px;margin:0 auto}.content-body h2{font-size:1.75rem;color:#0f172a;margin:2.5rem 0 1rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.content-body h2:first-child{margin-top:0;padding-top:0;border-top:none}.content-body h3{font-size:1.25rem;color:#0f172a;margin:2rem 0 .75rem}.content-body h4{font-size:1.1rem;color:#0f172a;margin:1.5rem 0 .5rem}.content-body p{color:#475569;line-height:1.8;margin-bottom:1.25rem}.content-body ul,.content-body ol{color:#475569;line-height:1.8;margin-bottom:1.25rem;padding-left:1.5rem}.content-body li{margin-bottom:.5rem}.content-body a{color:#0f172a;text-decoration:underline}.content-body a:hover{color:#0e7490}.content-body strong{color:#0f172a;font-weight:600}.content-body hr{border:none;border-top:1px solid #e2e8f0;margin:3rem 0}.legal-page .legal-hero{padding:5rem 0;text-align:center}.legal-page .page-title{font-size:clamp(2rem,4vw,3rem);color:var(--color-text);margin:0}.legal-content{padding:5rem 0}.legal-content-inner{max-width:800px;margin:0 auto}.legal-content-inner h2{font-size:1.75rem;color:var(--color-bg);margin:2.5rem 0 1rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}.legal-content-inner h2:first-child{margin-top:0;padding-top:0;border-top:none}.legal-content-inner h3{font-size:1.25rem;color:var(--color-bg);margin:2rem 0 .75rem}.legal-content-inner h4{font-size:1.1rem;color:var(--color-bg);margin:1.5rem 0 .5rem}.legal-content-inner p{font-size:1rem;color:#444;line-height:1.8;margin:0 0 1rem}.legal-content-inner ul,.legal-content-inner ol{margin:0 0 1.5rem;padding-left:1.5rem;color:#444}.legal-content-inner li{margin-bottom:.5rem;line-height:1.7}.legal-content-inner a{color:#0f172a;text-decoration:underline}.legal-content-inner a:hover{color:#0e7490}.legal-content-inner strong{color:var(--color-bg)}.legal-content-inner hr{border:none;border-top:1px solid #e5e5e5;margin:2.5rem 0}.legal-back{padding:3rem 0}.n8n-page{background:var(--color-bg)}.n8n-hero{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.n8n-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.n8n-hero-bg img{width:100%;height:100%;object-fit:cover}.n8n-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(5,5,5,.7)}.n8n-hero-content{position:relative;z-index:1;text-align:center;padding:4rem 2rem}.n8n-hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:var(--color-text);margin:0 0 1.5rem;line-height:1.2}.n8n-hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--color-text-muted);max-width:800px;margin:0 auto;line-height:1.7}.n8n-intro{padding:5rem 0;text-align:center}.n8n-intro h2{font-size:2rem;color:var(--color-text);margin-bottom:1.5rem}.n8n-intro-text{font-size:1.25rem;color:var(--color-text-muted);max-width:800px;margin:0 auto;line-height:1.7}.product-row{display:flex;min-height:500px;background:var(--color-bg)}.product-row.reverse{flex-direction:row-reverse}.product-image-col{flex:1;min-width:0;background:var(--color-bg-elevated)}.product-image-col img{width:100%;height:100%;object-fit:cover;object-position:center}.product-content-col{flex:1;display:flex;align-items:center;padding:3rem 4rem;min-width:0;background:var(--color-bg)}.product-content{max-width:550px}.product-row:not(.reverse) .product-content-col{justify-content:flex-start}.product-row.reverse .product-content-col{justify-content:flex-end}.product-content h2{font-size:1.75rem;color:var(--color-text);margin:0 0 1.5rem;font-weight:600}.product-content p{font-size:1rem;line-height:1.8;color:var(--color-text-muted);margin:0 0 1rem}.product-content p:last-child{margin-bottom:0}.n8n-section-title{padding:5rem 0;text-align:center}.n8n-section-title h2{font-size:2rem;color:var(--color-text);margin:0}.n8n-benefits{padding:2rem 0 5rem}.n8n-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.n8n-benefit-card{background:var(--color-bg-card);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;transition:all var(--transition-normal)}.n8n-benefit-card:hover{border-color:var(--color-accent);transform:translateY(-4px)}.n8n-benefit-card h3{font-size:1.125rem;color:var(--color-text);margin:0 0 1rem;font-weight:600}.n8n-benefit-card p{font-size:.9375rem;line-height:1.7;color:var(--color-text-muted);margin:0}.n8n-text-section{padding:5rem 0}.n8n-text-section h2{font-size:1.75rem;color:var(--color-text);margin:0 0 1.5rem;text-align:center}.n8n-text-section p{font-size:1.125rem;line-height:1.8;color:var(--color-text-muted);max-width:900px;margin:0 auto;text-align:center}.n8n-features-summary{padding:5rem 0;border-top:1px solid rgba(255,255,255,.1)}.n8n-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.n8n-feature-item{display:flex;align-items:center;gap:1rem}.n8n-feature-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(1,252,254,.1);border-radius:10px;flex-shrink:0}.n8n-feature-icon svg{width:24px;height:24px;color:var(--color-accent)}.n8n-feature-item p{font-size:.9375rem;color:var(--color-text);margin:0;font-weight:500}.n8n-cta{padding:5rem 0;border-top:1px solid rgba(255,255,255,.1)}.n8n-cta-content{max-width:800px;margin:0 auto;text-align:center}.n8n-cta h2{font-size:2rem;color:var(--color-text);margin:0 0 1.5rem}.n8n-cta p{font-size:1.125rem;line-height:1.7;color:var(--color-text-muted);margin:0 0 1.5rem}.n8n-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.n8n-cta-list{list-style:none;padding:0;margin:0 0 2rem;display:inline-block;text-align:left}.n8n-cta-list li{position:relative;padding-left:1.75rem;margin-bottom:.75rem;font-size:1rem;color:var(--color-text-muted);line-height:1.6}.n8n-cta-list li::before{content:"";position:absolute;left:0;top:.5rem;width:8px;height:8px;background:var(--color-accent);border-radius:50%}.n8n-triggers-section{padding:3rem 0 5rem}.n8n-triggers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}.n8n-trigger-item{text-align:center}.n8n-trigger-image{border-radius:12px;overflow:hidden;margin-bottom:1rem;box-shadow:var(--shadow-lg)}.n8n-trigger-image img{width:100%;height:auto;display:block}.n8n-trigger-item p{font-size:1rem;color:var(--color-text);margin:0}.n8n-training-section{padding:5rem 0;border-top:1px solid rgba(255,255,255,.1)}.n8n-training-grid{display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:center;max-width:1000px;margin:0 auto}.n8n-training-image{border-radius:12px;overflow:hidden}.n8n-training-image img{width:100%;height:auto;display:block}.n8n-training-content h2{font-size:2rem;color:var(--color-text);margin:0 0 1.5rem}.n8n-training-content p{font-size:1.0625rem;line-height:1.8;color:var(--color-text-muted);margin:0 0 1rem}.n8n-training-content p:last-child{margin-bottom:0}@media(max-width:1024px){.n8n-benefits-grid{grid-template-columns:repeat(2,1fr)}.n8n-features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.product-row,.product-row.reverse{flex-direction:column}.product-image-col{height:350px}.product-content-col{padding:2.5rem 2rem;justify-content:center!important}.product-content{max-width:100%;text-align:center}.product-row{min-height:auto}.n8n-triggers-grid{grid-template-columns:1fr;max-width:400px}.n8n-training-grid{grid-template-columns:1fr;text-align:center;gap:2rem}.n8n-training-image{max-width:250px;margin:0 auto}}@media(max-width:640px){.n8n-hero h1{font-size:2.5rem}.n8n-benefits-grid{grid-template-columns:1fr}.n8n-features-grid{grid-template-columns:1fr}.n8n-feature-item{justify-content:center}.product-image-col{height:280px}.product-content-col{padding:2rem 1.5rem}.product-content h2{font-size:1.5rem}.n8n-cta-buttons{flex-direction:column;align-items:center}.n8n-cta-buttons .btn{width:100%;max-width:300px}}.companygpt-page{background:var(--color-bg)}.companygpt-hero{padding:5rem 0 3rem;background:var(--color-bg)}.companygpt-hero-content{max-width:900px;margin:0 auto;text-align:center}.companygpt-hero h1{font-size:clamp(2.5rem,5vw,3.5rem);color:var(--color-text);margin:0 0 2rem;font-weight:700}.companygpt-hero-lead{font-size:1.25rem;line-height:1.8;color:var(--color-text);margin-bottom:1.5rem}.companygpt-hero-lead strong{color:var(--color-accent)}.companygpt-hero-text{font-size:1.0625rem;line-height:1.8;color:var(--color-text-muted);margin-bottom:1.5rem}.companygpt-subheading{font-size:1.5rem;color:var(--color-accent);margin:2rem 0 1rem;font-weight:600}.companygpt-screenshot-section{padding:0 0 4rem;background:var(--color-bg)}.companygpt-screenshot-wrapper{max-width:1100px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.1)}.companygpt-screenshot-wrapper img{width:100%;height:auto;display:block}.companygpt-intro{padding:5rem 0;background:var(--color-bg);text-align:center}.companygpt-intro h2{font-size:2rem;color:var(--color-text);margin:0 0 1.5rem;font-weight:600}.companygpt-intro .intro-text{font-size:1.125rem;line-height:1.8;color:var(--color-text-muted);max-width:900px;margin:0 auto}.companygpt-highlight-section{padding:5rem 0;background:var(--color-bg-elevated);text-align:center}.companygpt-highlight-section h2{font-size:1.75rem;color:var(--color-text);margin:0 0 1.5rem;font-weight:600}.companygpt-highlight-section p{font-size:1.125rem;line-height:1.8;color:var(--color-text-muted);max-width:900px;margin:0 auto}.product-icon-col{flex:1;display:flex;align-items:center;justify-content:center;min-width:0;background:var(--color-bg-elevated);padding:3rem}.product-icon-box{display:flex;align-items:center;justify-content:center;width:140px;height:140px;background:rgba(1,252,254,.1);border-radius:50%;border:2px solid rgba(1,252,254,.3)}.product-icon-box svg{color:var(--color-accent)}.product-icon-box--large{width:200px;height:200px}.product-image-col--icon{background:var(--color-bg-elevated);display:flex;align-items:center;justify-content:center}.product-content h3{font-size:1.5rem;color:var(--color-text);margin:0 0 1rem;font-weight:600}.product-content h4{font-size:1.25rem;color:var(--color-accent);margin:1.5rem 0 .75rem;font-weight:600}.product-content h4:first-of-type{margin-top:0}.product-content .lead-text{font-size:1.125rem;line-height:1.8}.companygpt-features-section{padding:5rem 0;background:var(--color-bg)}.companygpt-features-section h2{font-size:2rem;color:var(--color-text);text-align:center;margin:0 0 3rem;font-weight:600}.companygpt-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:0 auto}.companygpt-feature-card{background:var(--color-bg-card);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;transition:all var(--transition-normal)}.companygpt-feature-card:hover{border-color:var(--color-accent);transform:translateY(-4px)}.companygpt-feature-card h4{font-size:1.125rem;color:var(--color-text);margin:0 0 .75rem;font-weight:600}.companygpt-feature-card p{font-size:.9375rem;line-height:1.7;color:var(--color-text-muted);margin:0}.companygpt-cta-section{padding:5rem 0;background:var(--color-bg-elevated)}.companygpt-cta-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:center;max-width:1000px;margin:0 auto}.companygpt-cta-image{display:flex;align-items:center;justify-content:center}.companygpt-cta-image img{max-width:300px;width:100%;height:auto}.companygpt-cta-content h2{font-size:2rem;color:var(--color-text);margin:0 0 .5rem;font-weight:600}.companygpt-price{font-size:1.25rem;color:var(--color-accent);font-weight:600;margin-bottom:2rem}.companygpt-benefits{list-style:none;padding:0;margin:0 0 2rem}.companygpt-benefits li{position:relative;padding-left:1.75rem;margin-bottom:.75rem;font-size:1rem;color:var(--color-text-muted);line-height:1.6}.companygpt-benefits li::before{content:"";position:absolute;left:0;top:.5rem;width:8px;height:8px;background:var(--color-accent);border-radius:50%}@media(max-width:900px){.companygpt-features-grid{grid-template-columns:1fr}.companygpt-cta-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.companygpt-cta-image{order:-1}.companygpt-cta-image img{max-width:200px}.companygpt-benefits{display:inline-block;text-align:left}.product-icon-col{padding:2rem;min-height:300px}}@media(max-width:640px){.companygpt-hero{padding:3rem 0 2rem}.companygpt-hero h1{font-size:2rem}.companygpt-hero-lead{font-size:1.0625rem}.companygpt-subheading{font-size:1.25rem}.companygpt-intro h2,.companygpt-highlight-section h2,.companygpt-features-section h2{font-size:1.5rem}.companygpt-screenshot-wrapper{margin:0 1rem;border-radius:8px}.product-icon-col{min-height:250px}.product-icon-box{width:100px;height:100px}.product-icon-box svg{width:48px;height:48px}.product-icon-box--large{width:140px;height:140px}.product-icon-box--large svg{width:80px;height:80px}.companygpt-cta-content h2{font-size:1.5rem}.companygpt-price{font-size:1.125rem}}.companygpt-demos-section{padding:5rem 0;background:var(--color-bg)}.companygpt-demos-section h2{font-size:2rem;color:var(--color-text);text-align:center;margin:0 0 3rem;font-weight:600}.companygpt-demo-item{max-width:900px;margin:0 auto 3rem;text-align:center}.companygpt-demo-item:last-child{margin-bottom:0}.companygpt-demo-item h4{font-size:1.25rem;color:var(--color-accent);margin:0 0 1rem;font-weight:600}.companygpt-demo-item p{font-size:1rem;line-height:1.7;color:var(--color-text-muted);margin:0 0 1.5rem}.companygpt-demo-placeholder{background:var(--color-bg-card);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:3rem;text-align:center}.companygpt-demo-placeholder p{color:var(--color-text-subtle);margin:0;font-style:italic}.companygpt-podcast-section{padding:5rem 0;background:var(--color-bg-elevated)}.companygpt-podcast-section h2{font-size:2rem;color:var(--color-text);text-align:center;margin:0 0 2rem;font-weight:600}.podcast-card{max-width:700px;margin:0 auto;background:var(--color-bg-card);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2.5rem;text-align:center}.podcast-info h3{font-size:1.5rem;color:var(--color-text);margin:0 0 .25rem;font-weight:600}.podcast-author{font-size:1rem;color:var(--color-accent);margin:0 0 1.5rem;font-weight:500}.podcast-description{font-size:1rem;line-height:1.7;color:var(--color-text-muted);margin:0 0 2rem}.podcast-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.podcast-link{display:inline-block;padding:.75rem 1.5rem;background:0 0;border:1px solid var(--color-accent);border-radius:6px;color:var(--color-accent);font-size:.875rem;font-weight:600;text-decoration:none;transition:all var(--transition-normal)}.podcast-link:hover{background:var(--color-accent);color:var(--color-bg)}@media(max-width:640px){.companygpt-demos-section h2,.companygpt-podcast-section h2{font-size:1.5rem}.podcast-card{padding:1.5rem}.podcast-links{flex-direction:column;align-items:center}.podcast-link{width:100%;max-width:200px;text-align:center}}.ki-beauftragter-page{background:var(--color-bg)}.ki-hero{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.ki-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.ki-hero-background img{width:100%;height:100%;object-fit:cover;object-position:center}.ki-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(5,5,5,.65)}.ki-hero-content{position:relative;z-index:1;text-align:center;padding:4rem 2rem}.ki-hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:var(--color-text);margin:0 0 1.5rem;line-height:1.2}.ki-hero-lead{font-size:clamp(1.125rem,2vw,1.5rem);color:var(--color-text-muted);max-width:800px;margin:0 auto;line-height:1.6}.ki-intro-section{padding:5rem 0;background:var(--color-bg)}.ki-intro-content{max-width:900px;margin:0 auto;text-align:center}.ki-intro-content h2{font-size:2rem;color:var(--color-text);margin:0 0 1.5rem;font-weight:600}.ki-intro-content .intro-text{font-size:1.125rem;line-height:1.8;color:var(--color-text-muted)}.ki-notice-section{padding:0 0 4rem;background:var(--color-bg)}.ki-notice-box{max-width:900px;margin:0 auto;background:var(--color-bg-card);border:2px solid var(--color-accent);border-radius:16px;padding:3rem;display:flex;gap:2rem;align-items:flex-start}.ki-notice-icon{flex-shrink:0;color:var(--color-accent)}.ki-notice-content h3{font-size:1.5rem;color:var(--color-text);margin:0 0 1rem;font-weight:600}.ki-notice-content p{font-size:1rem;line-height:1.7;color:var(--color-text-muted);margin:0 0 1rem}.ki-notice-highlight{color:var(--color-accent)!important;font-weight:500}.ki-notice-content .btn{margin-top:1rem}.ki-section-title{padding:5rem 0;background:var(--color-bg)}.ki-section-title h2{font-size:2rem;color:var(--color-text);text-align:center;margin:0;font-weight:600}.day-number{font-size:3rem;font-weight:700;color:var(--color-accent);line-height:1}.ki-content-list{list-style:none;padding:0;margin:0}.ki-content-list li{position:relative;padding-left:1.5rem;margin-bottom:1rem;font-size:1rem;line-height:1.7;color:var(--color-text-muted)}.ki-content-list li::before{content:"";position:absolute;left:0;top:.6rem;width:6px;height:6px;background:var(--color-accent);border-radius:50%}.ki-content-list li strong{color:var(--color-text);font-weight:600}.ki-benefits-section{padding:5rem 0;background:var(--color-bg-elevated)}.ki-benefits-section h2{font-size:2rem;color:var(--color-text);text-align:center;margin:0 0 3rem;font-weight:600}.ki-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}.ki-benefit-card{background:var(--color-bg-card);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;text-align:center;transition:all var(--transition-normal)}.ki-benefit-card:hover{border-color:var(--color-accent);transform:translateY(-4px)}.ki-benefit-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:rgba(1,252,254,.1);border-radius:12px;margin:0 auto 1.25rem}.ki-benefit-icon svg{color:var(--color-accent)}.ki-benefit-card h4{font-size:1.125rem;color:var(--color-text);margin:0 0 .75rem;font-weight:600}.ki-benefit-card p{font-size:.9375rem;line-height:1.6;color:var(--color-text-muted);margin:0}.ki-references-section{padding:5rem 0;background:var(--color-bg)}.ki-references-section h2{font-size:2rem;color:var(--color-text);text-align:center;margin:0 0 1.5rem;font-weight:600}.ki-references-intro{font-size:1.125rem;color:var(--color-text-muted);text-align:center;max-width:700px;margin:0 auto 3rem;line-height:1.7}.ki-references-logos{display:flex;justify-content:center;align-items:center;gap:4rem;flex-wrap:wrap;margin-bottom:2rem}.ki-reference-logo{padding:1.5rem 2.5rem;background:var(--color-bg-card);border:1px solid rgba(255,255,255,.1);border-radius:8px;min-width:180px;display:flex;align-items:center;justify-content:center}.ki-reference-logo img{max-height:50px;max-width:160px;width:auto;filter:brightness(0)invert(1);opacity:.85;transition:opacity var(--transition-normal)}.ki-reference-logo:hover img{opacity:1}.ki-reference-name{font-size:1.25rem;font-weight:700;color:var(--color-text);letter-spacing:.05em}.ki-references-note{font-size:.9375rem;color:var(--color-text-subtle);text-align:center;margin:0;font-style:italic}.ki-dozent-role{display:block;font-size:1rem;font-weight:500;color:var(--color-accent);margin-bottom:1.5rem}.ki-inhouse-section{padding:5rem 0;background:var(--color-bg-elevated)}.ki-inhouse-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:center;max-width:1100px;margin:0 auto}.ki-inhouse-content h2{font-size:2rem;color:var(--color-text);margin:0 0 1.5rem;font-weight:600}.ki-inhouse-content p{font-size:1.0625rem;line-height:1.8;color:var(--color-text-muted);margin:0 0 1.5rem}.ki-inhouse-list{list-style:none;padding:0;margin:0}.ki-inhouse-list li{position:relative;padding-left:1.75rem;margin-bottom:.75rem;font-size:1rem;color:var(--color-text-muted);line-height:1.6}.ki-inhouse-list li::before{content:"";position:absolute;left:0;top:.5rem;width:8px;height:8px;background:var(--color-accent);border-radius:50%}.ki-inhouse-cta-box{background:var(--color-bg-card);border:2px solid var(--color-accent);border-radius:16px;padding:2.5rem;text-align:center}.ki-inhouse-cta-box h3{font-size:1.5rem;color:var(--color-text);margin:0 0 1rem;font-weight:600}.ki-inhouse-cta-box p{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin:0 0 1.5rem}.ki-cta-section{padding:5rem 0;background:var(--color-bg)}.ki-cta-section h2{font-size:2rem;color:var(--color-text);margin:0 0 1rem;font-weight:600}.ki-cta-section p{font-size:1.125rem;line-height:1.7;color:var(--color-text-muted);max-width:600px;margin:0 auto 2rem}.ki-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:1024px){.ki-benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.ki-notice-box{flex-direction:column;text-align:center;align-items:center}.ki-inhouse-grid{grid-template-columns:1fr;gap:3rem}.ki-inhouse-content{text-align:center}.ki-inhouse-list{display:inline-block;text-align:left}.ki-references-logos{gap:2rem}}@media(max-width:640px){.ki-hero h1{font-size:2rem}.ki-benefits-grid{grid-template-columns:1fr}.ki-reference-logo{padding:1rem 1.5rem}.ki-reference-name{font-size:1rem}.ki-notice-box{padding:2rem}.ki-inhouse-cta-box{padding:2rem}.ki-cta-buttons{flex-direction:column;align-items:center}.ki-cta-buttons .btn{width:100%;max-width:280px}}.ai-models-page{background:var(--color-bg)}.models-hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.models-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.models-hero-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#050505 0%,#0a1a2a 50%,#050505 100%)}.models-hero-grid{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(1,252,254,5%) 1px,transparent 1px),linear-gradient(90deg,rgba(1,252,254,5%) 1px,transparent 1px);background-size:50px 50px;opacity:.5}.models-hero-content{position:relative;z-index:1;text-align:center;padding:4rem 2rem}.models-hero-badge{display:inline-block;padding:.5rem 1.5rem;background:rgba(1,252,254,.1);border:1px solid var(--color-accent);border-radius:100px;color:var(--color-accent);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.models-hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:var(--color-text);margin:0 0 1.5rem;line-height:1.1}.models-hero-lead{font-size:clamp(1.125rem,2vw,1.375rem);color:var(--color-text-muted);max-width:700px;margin:0 auto 3rem;line-height:1.7}.models-hero-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.models-stat{text-align:center}.models-stat-value{display:block;font-size:2.5rem;font-weight:700;color:var(--color-accent);line-height:1;margin-bottom:.5rem}.models-stat-label{font-size:.875rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.models-intro-content{max-width:900px;margin:0 auto;text-align:center}.models-intro-content h2{font-size:2rem;color:#050505;margin:0 0 1.5rem;font-weight:600}.models-intro-content p{font-size:1.125rem;line-height:1.8;color:#555}.section-subtitle{font-size:1.125rem;color:#666;text-align:center;max-width:600px;margin:-1.5rem auto 3rem;line-height:1.6}.models-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.models-grid-small{grid-template-columns:repeat(4,1fr)}.model-card{background:#fff;border:1px solid #e0e0e0;border-radius:16px;overflow:hidden;transition:all var(--transition-normal)}.model-card:hover{border-color:var(--color-accent);box-shadow:0 8px 32px rgba(1,252,254,.15);transform:translateY(-4px)}.model-card-featured{border-width:2px}.model-card-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 0}.model-logo{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:12px;font-weight:700;font-size:1.25rem;color:#333}.model-logo-openai{background:#10a37f;color:#fff}.model-logo-anthropic{background:#d4a373;color:#fff}.model-logo-google{background:#4285f4;color:#fff}.model-logo-meta{background:#0064e0;color:#fff}.model-logo-mistral{background:#ff7000;color:#fff}.model-logo-deepseek{background:#6366f1;color:#fff}.model-logo-qwen{background:#7c3aed;color:#fff}.model-badge{padding:.375rem .75rem;border-radius:100px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.model-badge-new{background:rgba(1,252,254,.15);color:#00b8ba}.model-badge-safe{background:rgba(34,197,94,.15);color:#16a34a}.model-badge-fast{background:rgba(234,179,8,.15);color:#ca8a04}.model-card-body{padding:1.5rem}.model-card-body h3{font-size:1.375rem;font-weight:700;color:#050505;margin:0 0 .25rem}.model-provider{display:block;font-size:.875rem;color:#888;margin-bottom:1rem}.model-description{font-size:.9375rem;line-height:1.6;color:#555;margin:0 0 1.25rem}.model-specs{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem;padding:1rem;background:#f8f9fa;border-radius:8px}.model-spec{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.spec-label{color:#666}.spec-value{font-weight:600;color:#333}.spec-value-check{color:#16a34a}.model-tags{display:flex;flex-wrap:wrap;gap:.5rem}.model-tag{padding:.25rem .75rem;background:#f0f0f0;border-radius:100px;font-size:.75rem;font-weight:500;color:#555}.models-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.model-list-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 2rem;background:#fff;border:1px solid #e0e0e0;border-radius:12px;transition:all var(--transition-normal)}.model-list-item:hover{border-color:var(--color-accent);box-shadow:0 4px 16px rgba(0,0,0,8%)}.model-list-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(1,252,254,.1);border-radius:10px;color:var(--color-accent)}.model-list-content{flex:1}.model-list-content h4{font-size:1.125rem;font-weight:600;color:#050505;margin:0 0 .375rem}.model-list-content p{font-size:.9375rem;line-height:1.5;color:#666;margin:0}.model-list-tags{display:flex;gap:.5rem;flex-shrink:0}.comparison-table-wrapper{overflow-x:auto;margin:0 -1rem;padding:0 1rem}.comparison-table{width:100%;max-width:1000px;margin:0 auto;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,8%)}.comparison-table th,.comparison-table td{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid #e0e0e0}.comparison-table th{background:#f8f9fa;font-weight:600;color:#333;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.comparison-table td{font-size:.9375rem;color:#555}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table tbody tr:hover{background:#f8f9fa}.table-check{color:#16a34a;font-weight:600}.table-cross{color:#dc2626}.table-partial{color:#ca8a04}.models-cta{padding:5rem 0}.models-cta h2{font-size:2.5rem;color:var(--color-text);margin:0 0 1rem;font-weight:700}.models-cta p{font-size:1.25rem;color:var(--color-text-muted);margin:0 0 2rem}.models-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:1024px){.models-grid{grid-template-columns:repeat(2,1fr)}.models-grid-small{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.models-hero-stats{gap:2rem}.models-grid,.models-grid-small{grid-template-columns:1fr;max-width:500px}.model-list-item{flex-direction:column;text-align:center}.model-list-tags{justify-content:center}.models-cta h2{font-size:2rem}.models-cta-buttons{flex-direction:column;align-items:center}}.product-page-light{background:#fff}.product-page-light{--color-text:#050505;--color-text-muted:var(--color-text-muted-light);--color-text-subtle:var(--color-text-subtle-light);color:#050505}.product-page-light h1,.product-page-light h2,.product-page-light h3,.product-page-light h4,.product-page-light h5,.product-page-light h6{color:#050505}.product-page-light p,.product-page-light li,.product-page-light span{color:inherit}.product-page-light .blog-badge,.blog-page .blog-badge{color:#0f172a!important;background:#f1f5f9!important}.product-page-light .blog-card-description-modern,.blog-page .blog-card-description-modern{color:#475569!important}.product-page-light .blog-card-title-modern,.blog-page .blog-card-title-modern{color:#0f172a!important}.product-page-light .blog-card-meta-modern,.blog-page .blog-card-meta-modern{color:#64748b!important}.product-page-light .blog-card-meta-modern time,.blog-page .blog-card-meta-modern time,.product-page-light .blog-card-date-modern,.blog-page .blog-card-date-modern,.author-single-page .blog-card-date-modern{color:#64748b!important}.product-page-light .blog-card-author,.blog-page .blog-card-author{color:#0f172a!important}.product-container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:640px){.product-container{padding:0 1rem}}.product-container-narrow{max-width:960px;margin:0 auto;padding:0 2rem}.product-hero-light{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:3rem 0 2.5rem;border-bottom:1px solid #e2e8f0;--color-text-muted:var(--color-text-muted-light);--color-text-subtle:var(--color-text-subtle-light)}.product-hero-light .product-container{display:flex;align-items:center;gap:3rem}.product-hero-content{flex:1;max-width:600px}.product-hero-badge{display:inline-flex;gap:.5rem;margin-bottom:1rem}.product-hero-badge span{padding:.375rem .875rem;background:#050505;color:#fff;font-size:.75rem;font-weight:600;border-radius:100px;text-transform:uppercase;letter-spacing:.05em}.product-hero-badge span.badge-accent{background:var(--color-accent);color:#050505}.product-hero-light h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:#050505;margin:0 0 1rem;line-height:1.15}.product-hero-lead{font-size:1.125rem;line-height:1.7;color:#475569;margin:0 0 1.5rem}.product-hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.product-hero-image{flex:1;max-width:560px}.product-hero-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 50px rgba(0,0,0,.15)}.btn-primary-light{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:#050505;color:#fff;font-size:.9375rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .2s ease;border:2px solid #050505}.btn-primary-light:hover{background:var(--color-accent);border-color:var(--color-accent);color:#050505;transform:translateY(-2px)}.btn-secondary-light{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:rgba(255,255,255,.8);color:#050505;font-size:.9375rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .2s ease;border:2px solid #050505}.btn-secondary-light:hover{border-color:var(--color-accent);background:#050505;color:var(--color-accent)}.podcast-promo-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:3rem 2.5rem;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,6%)}.podcast-promo-content h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 1rem}.podcast-promo-content p{font-size:1rem;color:#64748b;line-height:1.7;margin:0 0 2rem;max-width:650px;margin-left:auto;margin-right:auto}.podcast-promo-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.podcast-promo-links a{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:#475569;text-decoration:none;padding:.75rem 1.25rem;background:#f1f5f9;border-radius:8px;transition:all .2s ease}.podcast-promo-links a svg{flex-shrink:0}.podcast-promo-links a:hover{color:#050505;background:var(--color-accent)}.product-section{padding:6rem 0}.product-section-white{background:#fff;--color-text-muted:var(--color-text-muted-light);--color-text-subtle:var(--color-text-subtle-light)}.product-section-gray{background:#f8fafc;--color-text-muted:var(--color-text-muted-light);--color-text-subtle:var(--color-text-subtle-light)}.product-section-dark{background:#050505}.product-section-dark h2,.product-section-dark h3,.product-section-dark h4{color:#fff!important}.product-section-dark p,.product-section-dark span{color:rgba(255,255,255,.8)}.product-section-title{font-size:2rem;font-weight:700;color:#050505!important;text-align:center;margin:0 0 .75rem}.product-section-dark .product-section-title{color:#fff!important}.product-section-white .product-section-title,.product-section-gray .product-section-title,.product-page-light .product-section-title{color:#050505!important}.product-section-white h2,.product-section-white h3,.product-section-gray h2,.product-section-gray h3{color:#050505!important}.product-section-subtitle{font-size:1.125rem;color:#64748b;text-align:center;max-width:700px;margin:0 auto 2.5rem;line-height:1.7}.product-row-light{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:3rem 0;border-bottom:1px solid #e2e8f0}.product-row-light:last-child{border-bottom:none}.product-row-light.reverse{direction:rtl}.product-row-light.reverse>*{direction:ltr}.product-row-image{position:relative}.product-row-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.1)}.product-row-image-frame{background:#f1f5f9;border-radius:16px;padding:1.5rem;max-width:500px}.product-row-image-frame img{border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,8%)}.product-row-light .product-row-image-frame{max-width:450px;margin:0 auto}.product-row-light.reverse .product-row-image-frame{margin:0 auto}.product-row-content h3{font-size:1.5rem;font-weight:700;color:#050505;margin:0 0 1rem}.product-row-content p{font-size:1rem;line-height:1.8;color:#475569;margin:0 0 1.5rem}.product-row-content ul{list-style:none;padding:0;margin:0}.product-row-content ul li{position:relative;padding-left:1.75rem;margin-bottom:.75rem;font-size:.9375rem;line-height:1.6;color:#475569}.product-row-content ul li::before{content:"";position:absolute;left:0;top:.5rem;width:8px;height:8px;background:var(--color-accent);border-radius:50%}.product-icon-box-light{width:120px;height:120px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#050505 0%,#1e293b 100%);border-radius:24px;margin:0 auto}.product-icon-box-light svg{width:48px;height:48px;color:var(--color-accent)}.product-icon-box-light .day-number{font-size:3rem;font-weight:700;color:var(--color-accent)}.product-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;transition:all .2s ease}.product-feature-card:hover{border-color:var(--color-accent);box-shadow:0 8px 30px rgba(1,252,254,.1);transform:translateY(-4px)}.product-feature-card:hover .product-feature-icon{background:var(--color-accent)}.product-feature-card:hover .product-feature-icon svg{color:#050505}.product-feature-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#e2e8f0;border-radius:12px;margin-bottom:1.25rem;transition:background .2s ease}.product-feature-icon svg{width:28px;height:28px;color:#050505;transition:color .2s ease}.product-feature-card h4{font-size:1.125rem;font-weight:600;color:#050505;margin:0 0 .75rem}.product-feature-card p{font-size:.9375rem;line-height:1.6;color:#64748b;margin:0}a.product-feature-card-link{display:block;text-decoration:none;cursor:pointer}a.product-feature-card-link h4{transition:color .2s ease}a.product-feature-card-link:hover h4{color:var(--color-accent)}.product-faq{background:#f8fafc;padding:5rem 0;margin-top:0}.product-faq-list,.product-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1000px;margin:0 auto}.service-faq-section{background:#f8fafc;padding:5rem 0}.service-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1000px;margin:0 auto}.service-faq-item,.product-faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.75rem}.service-faq-item h4,.product-faq-item h4{font-size:1rem;font-weight:600;color:#050505;margin:0 0 .75rem;display:flex;align-items:flex-start;gap:.75rem}.service-faq-item h4::before,.product-faq-item h4::before{content:"?";display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;background:var(--color-accent);color:#050505;font-weight:700;font-size:.875rem;border-radius:50%}.service-faq-item p,.product-faq-item p{font-size:.9375rem;line-height:1.7;color:#64748b;margin:0;padding-left:2.25rem}.product-cta-light{background:#050505;padding:5rem 0;text-align:center}.product-cta-light h2{font-size:2rem;font-weight:700;color:#fff;margin:0 0 .75rem}.product-cta-light p{font-size:1.125rem;color:rgba(255,255,255,.7);max-width:600px;margin:0 auto 1.5rem;line-height:1.7}.product-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-cta-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--color-accent);color:#050505;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .2s ease;border:2px solid var(--color-accent)}.btn-cta-primary:hover{background:0 0;color:var(--color-accent);transform:translateY(-2px)}.btn-cta-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:0 0;color:#fff;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .2s ease;border:2px solid rgba(255,255,255,.3)}.btn-cta-secondary:hover{border-color:#fff;background:rgba(255,255,255,.1)}.product-notice{background:linear-gradient(135deg,#f0fdfa 0%,#e0f2fe 100%);border:2px solid var(--color-accent);border-radius:16px;padding:2.5rem;margin:3rem 0}.product-notice-content{display:flex;gap:2rem;align-items:flex-start}.product-notice-icon{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--color-accent);border-radius:12px}.product-notice-icon svg{width:28px;height:28px;color:#050505}.product-notice-text h3{font-size:1.25rem;font-weight:700;color:#050505;margin:0 0 .75rem}.product-notice-text p{font-size:1rem;line-height:1.7;color:#475569;margin:0 0 1rem}.product-notice-text p:last-child{margin-bottom:0}.product-notice-highlight{color:#0f172a!important;font-weight:600}.product-person-card{display:grid;grid-template-columns:200px 1fr;gap:2rem;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;margin-bottom:1.5rem}.product-person-image{width:200px;height:240px;border-radius:12px;overflow:hidden}.product-person-image img{width:100%;height:100%;object-fit:cover;object-position:center top}.product-person-info h3{font-size:1.375rem;font-weight:700;color:#050505;margin:0 0 .25rem}.product-person-info h3 a{color:#050505!important;text-decoration:none}.product-person-info h3 a:hover{color:#374151!important;text-decoration:underline}.product-person-role{display:block;font-size:.9375rem;color:#374151;font-weight:600;margin-bottom:1rem}.product-person-info p{font-size:.9375rem;line-height:1.7;color:#475569;margin:0 0 1rem}.product-person-logo{max-width:150px;margin-top:.5rem}.product-person-logo img{max-height:40px;width:auto}@media(max-width:1024px){.product-hero-light .product-container{flex-direction:column}.product-hero-content{max-width:100%}.product-hero-cta{justify-content:flex-start}.product-hero-image{max-width:100%}.product-row-light{grid-template-columns:1fr;gap:2rem}.product-row-light.reverse{direction:ltr}.product-features-grid{grid-template-columns:repeat(2,1fr)}.product-faq-list,.product-faq-grid,.service-faq-grid{grid-template-columns:1fr}}@media(max-width:768px){.product-hero-light{padding:2.5rem 0 2rem}.product-hero-compact .product-container{padding:1.5rem 0}.product-section{padding:3rem 0}.product-features-grid{grid-template-columns:1fr}.product-person-card{grid-template-columns:1fr;text-align:center}.product-person-image{width:160px;height:200px;margin:0 auto}.product-person-logo{margin:.5rem auto 0}.product-cta-buttons{flex-direction:column;align-items:center}.btn-cta-primary,.btn-cta-secondary{width:100%;max-width:280px;justify-content:center}}.product-pricing{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:2rem;text-align:center;max-width:400px;margin:0 auto}.product-pricing-label{font-size:.875rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.product-pricing-value{font-size:2.5rem;font-weight:700;color:#050505;line-height:1;margin-bottom:.5rem}.product-pricing-note{font-size:.875rem;color:#64748b}.pricing-boxes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto}.pricing-boxes-grid--examples{margin-top:2rem}@media(max-width:900px){.pricing-boxes-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.pricing-boxes-grid{grid-template-columns:1fr}.pricing-boxes-grid .product-pricing{max-width:100%}}.product-references{background:#f8fafc;padding:5rem 0}.product-references-logos{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:800px;margin:0 auto}.product-reference-logo{padding:1.5rem 2rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;height:100px;display:flex;align-items:center;justify-content:center}.product-reference-logo img{max-height:50px;max-width:160px;width:auto;opacity:1;transition:all .2s ease}.product-reference-logo:hover{border-color:var(--color-accent);box-shadow:0 4px 12px rgba(0,0,0,8%)}@media(max-width:768px){.product-references-logos{grid-template-columns:1fr;max-width:300px}}.product-inhouse{background:linear-gradient(135deg,#050505 0%,#1e293b 100%);padding:5rem 0}.product-inhouse,.product-inhouse h2,.product-inhouse h3,.product-inhouse p,.product-inhouse li{color:#fff!important}.product-inhouse p,.product-inhouse li{color:rgba(255,255,255,.85)!important}.product-inhouse-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.product-inhouse-content h2{font-size:2rem;font-weight:700;color:#fff;margin:0 0 1.5rem}.product-inhouse-content p{font-size:1.125rem;line-height:1.7;color:rgba(255,255,255,.8);margin:0 0 1.5rem}.product-inhouse-content ul{list-style:none;padding:0;margin:0 0 2rem}.product-inhouse-content ul li{position:relative;padding-left:1.75rem;margin-bottom:.75rem;font-size:1rem;color:rgba(255,255,255,.9)}.product-inhouse-content ul li::before{content:"";position:absolute;left:0;top:.55rem;width:8px;height:8px;background:var(--color-accent);border-radius:50%}.product-inhouse-cta{background:rgba(255,255,255,5%);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:3rem;text-align:center}.product-inhouse-cta h3{font-size:1.5rem;font-weight:700;color:var(--color-accent)!important;margin:0 0 1rem}.product-inhouse-cta p{font-size:1rem;color:rgba(255,255,255,.7);margin:0 0 1.5rem}@media(max-width:1024px){.product-inhouse-grid{grid-template-columns:1fr;gap:2rem}}.boxed-section{padding:6rem 0;background:#fff}.boxed-dark-card{background:#050505;border-radius:16px;padding:4rem;max-width:1000px;margin:0 auto}.boxed-dark-card,.boxed-dark-card h2,.boxed-dark-card h3,.boxed-dark-card p,.boxed-dark-card span{color:#fff!important}.boxed-dark-card .btn-outline{color:var(--color-accent)!important;border-color:var(--color-accent)!important}.boxed-dark-card .btn-outline:hover{background:var(--color-accent)!important;color:#050505!important}.boxed-dark-card--with-image{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:0;overflow:hidden}.boxed-dark-card--image-left{grid-template-columns:1fr 1fr}.boxed-dark-card--image-left .boxed-dark-image{order:-1}.boxed-dark-card--reverse{direction:rtl}.boxed-dark-card--reverse>*{direction:ltr}.boxed-dark-content{padding:3rem}.boxed-dark-card h2,.boxed-dark-card h3{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 1rem}.boxed-dark-subtitle{font-size:1.125rem;line-height:1.7;color:rgba(255,255,255,.9);margin:0 0 2rem}.boxed-dark-image{height:100%;min-height:320px}.boxed-dark-image img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:900px){.boxed-dark-card--with-image{grid-template-columns:1fr}.boxed-dark-card--reverse{direction:ltr}.boxed-dark-content{padding:2.5rem;text-align:center}.boxed-dark-image{min-height:250px;order:-1}}@media(max-width:640px){.boxed-section{padding:3rem 0}.boxed-dark-card{border-radius:12px}.boxed-dark-content{padding:2rem}.boxed-dark-card h2,.boxed-dark-card h3{font-size:1.5rem}.boxed-dark-image{min-height:200px}}.team-card-info{background:#fff}.team-card-info h4{color:#050505}.team-card-role{color:#374151!important;font-weight:600}.team-card-desc{color:#6b7280}.section-dark .team-card-role,.product-inhouse .product-person-role{color:rgba(255,255,255,.85)!important}.product-person-role{color:#374151;font-weight:600}.person-role{color:#374151!important;font-weight:600}.ki-dozent-role{color:#374151!important}.product-hero-compact .product-container{display:block;text-align:center;padding:2rem 0}.product-hero-compact .product-hero-content{max-width:800px;margin:0 auto}.product-hero-compact .product-hero-lead{margin-bottom:1.25rem}.product-hero-content-centered{text-align:center}.product-hero-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:2rem}.product-stat-box{background:rgba(1,252,254,.1);border:1px solid rgba(1,252,254,.3);border-radius:12px;padding:1.5rem;text-align:center}.product-stat-box .stat-value{display:block;font-size:2.5rem;font-weight:700;color:var(--color-accent);line-height:1.2}.product-stat-box .stat-label{display:block;font-size:.875rem;color:#64748b;margin-top:.5rem}.product-feature-badge{position:absolute;top:1rem;right:1rem;background:var(--color-accent);color:var(--color-bg);font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px}.product-feature-badge-safe{background:#10b981}.product-feature-badge-fast{background:#f59e0b}.product-feature-card{position:relative}.product-feature-provider{display:block;font-size:.875rem;color:#64748b;margin-bottom:.75rem}.product-feature-specs{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.product-feature-specs span{font-size:.8125rem;color:#64748b;background:#f1f5f9;padding:.25rem .75rem;border-radius:4px}.product-feature-specs .spec-check{color:#059669;background:#d1fae5}.product-features-grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.product-features-grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.product-features-grid-4{grid-template-columns:1fr}}.product-features-grid-2{grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.product-features-grid-2{grid-template-columns:1fr}}.product-feature-card-compact{padding:1.5rem}.product-feature-card-compact h4{font-size:1rem;margin-bottom:.25rem}.product-feature-card-compact p{font-size:.875rem}.product-person-image-frame{border-radius:16px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1)}.product-person-image-frame img{width:100%;height:auto;display:block}.product-partner-logo{margin-top:1.5rem}.product-partner-logo img{max-width:200px;height:auto;border-radius:8px}.product-table-wrapper{overflow-x:auto;margin:2rem 0}.product-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,5%)}.product-table th,.product-table td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid #e5e7eb}.product-table th{background:#f8fafc;font-weight:600;color:#1e293b;font-size:.875rem}.product-table td{font-size:.9375rem;color:#374151}.product-table tbody tr:hover{background:#f8fafc}.product-table .table-check{color:#059669}.product-table .table-cross{color:#9ca3af}.product-table .table-partial{color:#f59e0b}.blog-grid-light{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1024px){.blog-grid-light{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.blog-grid-light{grid-template-columns:1fr}}.blog-grid-related{grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.blog-grid-related{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.blog-grid-related{grid-template-columns:1fr}}.blog-card-light{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,5%);transition:all .3s ease}.blog-card-light:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.1)}.blog-card-light a{text-decoration:none;color:inherit;display:block}.blog-card-light .blog-card-image{position:relative;aspect-ratio:16/10;overflow:hidden}.blog-card-light .blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card-light:hover .blog-card-image img{transform:scale(1.05)}.blog-card-light .blog-card-image-placeholder{background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);display:flex;align-items:center;justify-content:center}.blog-card-light .placeholder-icon{color:#94a3b8}.blog-card-light .blog-card-content{padding:1.5rem}.blog-card-light .blog-card-tags{display:flex;gap:.5rem;margin-bottom:.75rem}.blog-card-light .blog-tag{background:rgba(1,252,254,.1);color:#0f172a;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:4px}.blog-card-light .blog-card-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;line-height:1.4}.blog-card-light .blog-card-description{font-size:.9375rem;color:#64748b;line-height:1.6;margin-bottom:1rem}.blog-card-light .blog-card-meta{font-size:.8125rem;color:#94a3b8;display:flex;gap:.5rem}.podcast-card-player{padding:0 1.5rem 1.5rem;background:#fff;border-top:1px solid #e2e8f0}.podcast-audio-wrapper{margin-bottom:1.5rem}.podcast-audio{width:100%;height:40px}.blog-card-compact .blog-card-content{padding:1rem}.blog-card-compact .blog-card-title{font-size:1rem}.blog-pagination-light{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem}.blog-pagination-light .pagination-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease}.blog-pagination-light .pagination-btn:hover{background:var(--color-bg);color:#fff;border-color:var(--color-bg)}.blog-pagination-light .pagination-numbers{display:flex;gap:.5rem}.blog-pagination-light .pagination-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease}.blog-pagination-light .pagination-number:hover,.blog-pagination-light .pagination-number.active{background:var(--color-bg);color:#fff;border-color:var(--color-bg)}.blog-single-meta-light{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem;margin-top:1.5rem;font-size:.9375rem;color:#64748b}.blog-single-meta-light .blog-author{display:flex;align-items:center;gap:.5rem}.blog-single-meta-light .author-mini-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.blog-hero-image-frame{border-radius:16px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1)}.blog-hero-image-frame img{width:100%;height:auto;display:block}.blog-content-light{color:#374151;line-height:1.8}.blog-content-light h2{color:#1e293b;font-size:1.75rem;margin-top:2.5rem;margin-bottom:1rem}.blog-content-light h3{color:#1e293b;font-size:1.375rem;margin-top:2rem;margin-bottom:.75rem}.blog-content-light p{margin-bottom:1.25rem}.blog-content-light a{color:#0f172a;text-decoration:underline}.blog-content-light a:hover{color:#0e7490}.blog-content-light ul,.blog-content-light ol{margin-bottom:1.25rem;padding-left:1.5rem}.blog-content-light li{margin-bottom:.5rem}.blog-content-light blockquote{border-left:4px solid var(--color-accent);padding-left:1.5rem;margin:1.5rem 0;font-style:italic;color:#64748b}.blog-content-light pre{background:#1e293b;color:#e2e8f0;padding:1.5rem;border-radius:12px;overflow-x:auto;margin:1.5rem 0}.blog-content-light code{font-family:jetbrains mono,monospace;font-size:.9em}.blog-content-light img{max-width:100%;height:auto;border-radius:12px;margin:1.5rem 0}.product-notice-info{background:rgba(1,252,254,5%);border:1px solid rgba(1,252,254,.2)}.product-notice-info .product-notice-icon{color:var(--color-accent)}.podcast-platforms{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.podcast-platform{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .2s ease}.podcast-platform:hover{background:var(--color-bg);color:#fff;border-color:var(--color-bg)}.podcast-platform svg{fill:currentColor}.podcast-card .blog-card-image{position:relative}.podcast-play-icon{position:absolute;bottom:1rem;right:1rem;width:48px;height:48px;background:var(--color-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-bg);transition:transform .2s ease}.podcast-card:hover .podcast-play-icon{transform:scale(1.1)}.podcast-embed{margin:2rem 0}.podcast-embed iframe{border-radius:12px}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px}.podcast-listen-links{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.podcast-listen-links h3{font-size:1rem;color:#64748b;margin-bottom:1rem;text-align:center}.header-nav>a.nav-active,.header-nav>a[aria-current=page]{color:var(--color-accent);position:relative}.header-nav>a.nav-active::after,.header-nav>a[aria-current=page]::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--color-accent);border-radius:1px}.nav-dropdown.nav-active>.nav-dropdown-trigger{color:var(--color-accent)}@media(hover:none) and (pointer:coarse){.nav-dropdown-trigger{min-height:44px;padding:.75rem 0}.nav-dropdown-menu{transition:none}.nav-dropdown.dropdown-open .nav-dropdown-menu{display:block}}.mobile-nav>a.nav-active,.mobile-nav>a[aria-current=page]{color:var(--color-accent);border-left:3px solid var(--color-accent);padding-left:calc(1.5rem - 3px)}.mobile-submenu.nav-active>.mobile-submenu-trigger{color:var(--color-accent)}.nav-dropdown.dropdown-open .dropdown-arrow{transform:rotate(180deg)}.dropdown-arrow{transition:transform .2s ease}.mobile-submenu-items a.nav-active,.mobile-submenu-items a[aria-current=page]{color:var(--color-accent)}.product-service-card{display:flex;flex-direction:column;background:#fff;border-radius:16px;padding:2rem;text-decoration:none;color:inherit;transition:all .3s ease;border:1px solid #e2e8f0;position:relative;box-shadow:0 4px 16px rgba(15,23,42,6%)}a.product-service-card{cursor:pointer}a.product-service-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(15,23,42,.12);border-color:var(--color-accent)}.product-service-card-outline{background:0 0;border:2px solid #e5e7eb;box-shadow:none}.product-service-card-outline:hover{border-color:var(--color-accent);background:rgba(1,252,254,2%)}.product-service-icon{width:64px;height:64px;background:#e2e8f0;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:#0f172a;transition:background .2s ease,color .2s ease}.product-service-icon svg{width:32px;height:32px}a.product-service-card:hover .product-service-icon{background:var(--color-accent);color:#050505}.product-service-badge{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f1f5f9;padding:.25rem .75rem;border-radius:100px;margin-bottom:.75rem;width:fit-content}.product-service-badge.badge-highlight{background:var(--color-accent);color:#050505}.product-service-card h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.75rem;line-height:1.3}.product-service-card p{font-size:.9375rem;color:#64748b;line-height:1.6;margin-bottom:1rem;flex-grow:1}.product-service-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.product-service-tags span{font-size:.75rem;font-weight:500;color:#475569;background:#f1f5f9;padding:.25rem .625rem;border-radius:100px}.product-service-link{font-size:.875rem;font-weight:700;color:#050505;display:flex;align-items:center;gap:.375rem;margin-top:auto;text-decoration:none;transition:color .2s ease,gap .2s ease}.product-service-link::after{content:'\2192';transition:transform .2s ease}a.product-service-card:hover .product-service-link{color:var(--color-accent)!important}a.product-service-card:hover .product-service-link::after{transform:translateX(4px)}.product-process-steps{display:flex;flex-direction:column;gap:1.5rem;max-width:600px;margin:0 auto}.product-process-step{display:flex;gap:1.25rem;align-items:flex-start}.product-process-number{width:48px;height:48px;min-width:48px;background:var(--color-bg);color:var(--color-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.product-process-content h4{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:.375rem}.product-process-content p{font-size:.9375rem;color:#64748b;line-height:1.5}@media(max-width:768px){.product-service-card{padding:1.5rem}.product-service-icon{width:48px;height:48px}.product-service-card h3{font-size:1.125rem}.product-process-step{gap:1rem}.product-process-number{width:40px;height:40px;min-width:40px;font-size:1rem}}.product-features-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1024px){.product-features-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.product-features-grid-3{grid-template-columns:1fr}}.badge-beratung{background:linear-gradient(135deg,#01fcfe,#00c9c9)!important;color:#050505!important}.badge-beratung-inline{display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,#01fcfe,#00c9c9);color:#050505;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:100px}.badge-service{background:linear-gradient(135deg,#01fcfe,#00c9c9)!important;color:#050505!important}.badge-service-inline{display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,#01fcfe,#00c9c9);color:#050505;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:100px}.badge-produkt{display:inline-block;padding:.375rem .875rem;background:linear-gradient(135deg,var(--color-accent),#00c9c9);color:#050505;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:100px}.badge-bestseller{display:inline-block;padding:.375rem .875rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:100px}.product-highlight-block{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:24px;padding:3rem;overflow:hidden}.product-highlight-content{padding:1rem 0}.product-highlight-badge{display:flex;gap:.75rem;margin-bottom:1.5rem}.product-highlight-content h3{font-size:2.25rem;font-weight:800;color:#0f172a;margin:0 0 1rem;letter-spacing:-.02em}.product-highlight-lead{font-size:1.125rem;line-height:1.7;color:#475569;margin:0 0 2rem}.product-highlight-features{display:grid;grid-template-columns:1fr 1fr;gap:.875rem 1.5rem;margin-bottom:2rem}.product-highlight-feature{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;color:#334155}.product-highlight-feature svg{color:#10b981;flex-shrink:0}.product-highlight-cta{display:flex;gap:1rem;flex-wrap:wrap}.product-highlight-image{position:relative}.product-highlight-image img{width:100%;height:auto;border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.15)}@media(max-width:1024px){.product-highlight-block{grid-template-columns:1fr;gap:2rem;padding:2rem}.product-highlight-features{grid-template-columns:1fr}.product-highlight-content h3{font-size:1.875rem}.product-highlight-image{order:-1}}@media(max-width:640px){.product-highlight-block{padding:1.5rem}.product-highlight-badge{flex-direction:column;gap:.5rem;align-items:flex-start}.product-highlight-cta{flex-direction:column}.product-highlight-cta a{width:100%;text-align:center}}.product-training-block{background:linear-gradient(135deg,#050505 0%,#1a1a1a 100%);border-radius:24px;padding:4rem;text-align:center;max-width:900px;margin:0 auto}.product-training-content{max-width:700px;margin:0 auto}.product-training-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--color-accent),#00c9c9);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.product-training-icon svg{color:#050505}.product-training-content h3{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 1rem}.product-training-content p{font-size:1.125rem;line-height:1.7;color:rgba(255,255,255,.8);margin:0 0 2rem}.product-training-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.product-training-features span{font-size:.9375rem;color:rgba(255,255,255,.9)}.product-training-features strong{color:var(--color-accent)}@media(max-width:768px){.product-training-block{padding:2.5rem 1.5rem}.product-training-content h3{font-size:1.5rem}.product-training-features{flex-direction:column;gap:.75rem}}.beratung-page-light{background:#fff;min-height:100vh;--color-text-muted:var(--color-text-muted-light);--color-text-subtle:var(--color-text-subtle-light)}.beratung-hero{background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);padding:6rem 0 4rem}.beratung-hero-content{max-width:800px}.beratung-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#01fcfe,#00c9c9);color:#050505;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:100px;margin-bottom:1.5rem}.beratung-hero h1{font-size:3rem;font-weight:800;color:#0f172a;line-height:1.15;margin:0 0 1.5rem;letter-spacing:-.02em}.beratung-hero-lead{font-size:1.25rem;line-height:1.7;color:#475569;margin:0 0 2rem}.beratung-hero-cta{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.beratung-hero{padding:4rem 0 2.5rem}.beratung-hero h1{font-size:2rem}.beratung-hero-lead{font-size:1.125rem}.beratung-hero-cta{flex-direction:column}.beratung-hero-cta a{width:100%;text-align:center}}.beratung-section{padding:5rem 0}.beratung-section-white{background:#fff;--color-text-muted:var(--color-text-muted-light);--color-text-subtle:var(--color-text-subtle-light)}.beratung-section-gray{background:#f8fafc;--color-text-muted:var(--color-text-muted-light);--color-text-subtle:var(--color-text-subtle-light)}.beratung-section-title{font-size:2rem;font-weight:700;color:#0f172a;text-align:center;margin:0 0 1rem}.beratung-section-subtitle{font-size:1.125rem;color:#64748b;text-align:center;max-width:700px;margin:0 auto 3rem}.beratung-features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto}.beratung-feature-item{display:flex;gap:1rem;align-items:flex-start}.beratung-feature-icon{width:48px;height:48px;min-width:48px;background:linear-gradient(135deg,#01fcfe,#00c9c9);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#050505}.beratung-feature-content h4{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0 0 .375rem}.beratung-feature-content p{font-size:.9375rem;color:#64748b;line-height:1.6;margin:0}@media(max-width:768px){.beratung-features-list{grid-template-columns:1fr;gap:1.5rem}}.beratung-steps{max-width:800px;margin:0 auto}.beratung-step{display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.beratung-step:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.beratung-step-number{width:48px;height:48px;min-width:48px;background:var(--color-bg);color:var(--color-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.beratung-step-content h4{font-size:1.25rem;font-weight:600;color:#0f172a;margin:0 0 .5rem}.beratung-step-content p{font-size:1rem;color:#64748b;line-height:1.7;margin:0}.beratung-cta{background:linear-gradient(135deg,#050505 0%,#1a1a1a 100%);padding:4rem 2rem;text-align:center;border-radius:24px;margin:4rem auto;max-width:900px}.beratung-cta h2{font-size:2rem;font-weight:700;color:#fff;margin:0 0 1rem}.beratung-cta p{font-size:1.125rem;color:rgba(255,255,255,.8);margin:0 0 2rem;max-width:600px;margin-left:auto;margin-right:auto}.beratung-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.beratung-cta{padding:3rem 1.5rem;margin:2rem 1rem}.beratung-cta h2{font-size:1.5rem}.beratung-cta-buttons{flex-direction:column;align-items:stretch}}.authors-page{--color-text-muted:var(--color-text-muted-light)}.authors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.author-card-link{text-decoration:none;color:inherit}.author-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 4px 16px rgba(15,23,42,6%);transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.author-card-link:hover .author-card{transform:translateY(-4px);box-shadow:0 12px 32px rgba(15,23,42,.12)}.author-card-image{width:100%;aspect-ratio:3/4;overflow:hidden;background:#f1f5f9}.author-card-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-normal)}.author-card-link:hover .author-card-image img{transform:scale(1.05)}.author-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#94a3b8}.author-card-content{padding:1.5rem}.author-card-name{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .25rem}.author-card-role{font-size:.875rem;font-weight:600;color:#0f172a;margin:0 0 .5rem}.author-card-description{font-size:.875rem;color:#64748b;margin:0;line-height:1.5}@media(max-width:1024px){.authors-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.authors-grid{grid-template-columns:1fr}}.author-single-page{--color-text-muted:var(--color-text-muted-light)}.author-hero-layout{display:grid;grid-template-columns:250px 1fr;gap:3rem;align-items:start}.author-hero-image{width:250px;height:250px;border-radius:16px;overflow:hidden;background:#f1f5f9;box-shadow:0 8px 30px rgba(0,0,0,.1)}.author-hero-image img{width:100%;height:100%;object-fit:cover}.author-hero-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#94a3b8}.author-hero-content{padding-top:.5rem}.author-hero-content h1{font-size:2.5rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.author-hero-role{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0 0 .75rem}.author-hero-description{font-size:1.125rem;color:#64748b;margin:0 0 1.5rem;line-height:1.6}.author-hero-social{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.author-social-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:6px;text-decoration:none;transition:all var(--transition-fast);border:1px solid #e2e8f0;background:0 0;color:#64748b}.author-social-link svg{width:18px;height:18px}.author-social-linkedin:hover{border-color:#0077b5;color:#0077b5;background:rgba(0,119,181,5%)}.author-social-website:hover{border-color:#0f172a;color:#0f172a;background:rgba(15,23,42,5%)}.author-bio-section{text-align:center}.author-bio-section h2{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 1.5rem}.author-bio-text{font-size:1.125rem;color:#475569;line-height:1.8;max-width:800px;margin:0 auto}.author-more-articles{text-align:center;margin-top:2rem}@media(max-width:768px){.author-hero-layout{grid-template-columns:1fr;gap:2rem;text-align:center}.author-hero-image{width:180px;height:180px;margin:0 auto}.author-hero-content h1{font-size:1.75rem}.author-hero-role{font-size:1rem}.author-hero-description{font-size:1rem}.author-hero-social{justify-content:center}.author-bio-section h2{font-size:1.5rem}.author-bio-text{font-size:1rem}}.author-posts-note{text-align:center;margin-top:2rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.author-posts-note p{font-size:.95rem;color:#64748b;margin:0}.author-posts-note a{color:var(--color-accent);text-decoration:none;font-weight:600}.author-posts-note a:hover{text-decoration:underline}.blog-single-page{background:#fff}.blog-single-page .product-section-title,.blog-single-page .product-section h2,.blog-single-page .product-section-white h2,.blog-single-page .product-section-gray h2{color:#050505!important}.blog-single-page .blog-card-title-modern{color:#0f172a!important}.blog-single-page .blog-card-date-modern{color:#64748b!important}.blog-hero-dark{position:relative;min-height:60vh;display:flex;align-items:flex-end;background-size:cover;background-position:50%;background-repeat:no-repeat;padding:0}.blog-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient( to bottom,rgba(0,0,0,.3) 0%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.8) 100% );z-index:1}.blog-hero-content-wrapper{position:relative;z-index:2;width:100%;padding:5rem 0}.blog-hero-text{max-width:100%}.blog-breadcrumbs-dark{justify-content:flex-start;margin-bottom:1.5rem}.blog-breadcrumbs-dark,.blog-breadcrumbs-dark span{color:rgba(255,255,255,.7)}.blog-breadcrumbs-dark a{color:#fff;font-weight:500}.blog-breadcrumbs-dark a:hover{color:var(--color-accent)}.blog-hero-badges{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.blog-hero-badge{display:inline-block;padding:.25rem .75rem;background:#f1f5f9;color:#64748b;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:100px;text-decoration:none}.blog-hero-dark .blog-hero-badge{background:var(--color-accent);color:#050505}.blog-hero-badge:hover{background:var(--color-accent);color:#050505}.blog-hero-dark h1{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;line-height:1.2;margin:0 0 1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.blog-hero-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;font-size:.9rem;color:rgba(255,255,255,.8)}.blog-hero-author{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-weight:600;transition:color var(--transition-fast)}.blog-hero-author:hover{color:var(--color-accent)}.blog-hero-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.3)}.blog-hero-divider{color:rgba(255,255,255,.4)}.blog-hero-readtime{color:rgba(255,255,255,.7)}.blog-article-section{background:#fff;padding:5rem 0;--color-text-muted:var(--color-text-muted-light);--color-text:#1e293b}.blog-article-section .blog-content-light,.blog-article-section .prose{color:#374151}.blog-article-section .prose p,.blog-article-section .prose li{color:#374151}.blog-article-section .prose h1,.blog-article-section .prose h2,.blog-article-section .prose h3,.blog-article-section .prose h4{color:#1e293b}.blog-article-section .prose a{color:#0f172a}.blog-article-section .prose blockquote{color:#64748b;border-left-color:#01fcfe}.blog-article-section .prose strong{color:#1e293b}.blog-back-section{background:#f8fafc;padding:2rem 0}.podcast-single-page .blog-hero-badge{display:inline-block;background:#f1f5f9;color:#64748b;padding:.25rem .75rem;border-radius:100px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.podcast-single-page .blog-hero-badge-accent{background:#f1f5f9;color:#64748b}.podcast-player-section{background:#fff;padding:3rem 0}.podcast-embed{margin-bottom:2rem}.podcast-embed .video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px}.podcast-embed .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.podcast-listen-links{text-align:center;padding:1.5rem 0}.podcast-listen-links h3{font-size:1rem;color:#64748b;margin-bottom:1rem;font-weight:500}.podcast-content-title{font-size:1.5rem;color:#1e293b;margin-bottom:1.5rem;font-weight:600}.podcast-duration-hero{color:rgba(255,255,255,.8)}.podcast-play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:rgba(1,252,254,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease,transform .3s ease}.podcast-play-overlay svg{color:#050505;margin-left:4px}.blog-card-modern:hover .podcast-play-overlay{opacity:1;transform:translate(-50%,-50%)scale(1.1)}.podcast-guests{display:grid;gap:1.5rem}.product-person-card-compact{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.product-person-card-compact .product-person-image{width:80px;height:80px;flex-shrink:0}.product-person-card-compact .product-person-image img{width:100%;height:100%;object-fit:cover;border-radius:50%}.product-person-card-compact .product-person-info h3{font-size:1.125rem;margin-bottom:.25rem;color:#1e293b}.product-person-card-compact .product-person-role{font-size:.875rem;color:#64748b}.product-person-card-compact .product-person-info p{font-size:.875rem;color:#64748b;margin-top:.5rem}@media(max-width:768px){.blog-hero-dark{min-height:50vh}.blog-hero-content-wrapper{padding:3rem 0 2rem}.blog-hero-dark h1{font-size:1.75rem}.blog-hero-meta{font-size:.8rem}.blog-hero-avatar{width:28px;height:28px}.blog-breadcrumbs-dark{font-size:.75rem}.podcast-player-section{padding:2rem 0}.product-person-card-compact{flex-direction:column;text-align:center}.product-person-card-compact .product-person-image{margin:0 auto}}.podcast-page .product-hero-cta{justify-content:flex-start}.podcast-featured-episode{border-radius:12px;overflow:hidden;position:relative}.podcast-featured-badge{display:inline-block;background:#01fcfe;color:#050505;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.podcast-featured-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;align-items:center}.podcast-featured-image{position:relative;overflow:hidden;border-radius:12px;aspect-ratio:1;box-shadow:0 10px 30px rgba(0,0,0,.1)}.podcast-featured-image img{width:100%;height:100%;object-fit:cover}.podcast-featured-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:rgba(1,252,254,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.podcast-featured-play-btn svg{width:28px;height:28px;color:#050505;fill:currentColor;margin-left:2px}.podcast-featured-image:hover .podcast-featured-play-btn{opacity:1;transform:translate(-50%,-50%)scale(1.1)}.podcast-featured-content{display:flex;flex-direction:column;gap:1rem}.podcast-featured-episode-number{display:inline-block;background:#f1f5f9;color:#64748b;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;width:fit-content}.podcast-featured-title{font-size:1.875rem;font-weight:700;color:#050505;line-height:1.3}.podcast-featured-meta{font-size:.9rem;color:#64748b;font-weight:500}.podcast-featured-description{font-size:1rem;color:#475569;line-height:1.6}.podcast-page .btn-outline,.podcast-single .btn-outline,.podcast-featured-content .btn-outline{background:#050505;color:#01fcfe;border:2px solid #01fcfe;padding:.875rem 1.75rem;font-weight:600;border-radius:8px;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease}.podcast-page .btn-outline:hover,.podcast-single .btn-outline:hover,.podcast-featured-content .btn-outline:hover{background:#01fcfe;color:#050505}.podcast-page .btn-outline svg,.podcast-single .btn-outline svg,.podcast-featured-content .btn-outline svg{width:18px;height:18px}.podcast-episodes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}.podcast-episodes-stats{display:flex;gap:1.5rem}.podcast-stat{font-size:.875rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.podcast-platforms-label{font-size:1.125rem;color:#64748b;margin-bottom:1.5rem;text-align:center;font-weight:500}.podcast-sidebar-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.podcast-sidebar-card h3{font-size:1.125rem;color:#1e293b;margin-bottom:.75rem}.podcast-sidebar-card p{font-size:.9rem;color:#64748b;line-height:1.6}.podcast-platforms{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.podcast-platform{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-weight:500;transition:all .2s ease}.podcast-platform:hover{background:#f8fafc;border-color:#01fcfe;color:#0f172a}.podcast-platform svg{flex-shrink:0}.product-notice{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:center}.product-notice-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.product-notice-icon{color:#64748b}.product-notice-text h3{font-size:1.25rem;color:#1e293b;margin-bottom:.5rem}.product-notice-text p{color:#64748b;font-size:.95rem}.about-page{background:#fff}.about-hero-image{background:#fff;padding:6rem 0 4rem}.about-hero-split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-hero-text{padding-right:2rem}.about-hero-badge{display:inline-block;padding:.5rem 1.25rem;background:#f1f5f9;border:1px solid #e2e8f0;color:#374151;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border-radius:100px;margin-bottom:1.5rem}.about-hero-text h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;color:#0f172a;margin:0 0 1.5rem;line-height:1.1}.about-hero-lead{font-size:1.125rem;color:#475569;max-width:500px;line-height:1.7}.about-hero-photo{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(15,23,42,.15)}.about-hero-photo img{width:100%;height:auto;display:block}.about-hero-video{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-hero-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.about-hero-video-bg video{width:100%;height:100%;object-fit:cover;opacity:.7}.about-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(5,5,5,.7) 0%,rgba(5,5,5,.85) 100%)}.about-hero-content{position:relative;z-index:2;text-align:center;padding:4rem 2rem}.about-hero-content .about-hero-badge{background:rgba(1,252,254,.15);border:1px solid rgba(1,252,254,.3);color:#01fcfe}.about-hero-content h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fff;margin:0 0 1.5rem;line-height:1.1}.about-hero-content .about-hero-lead{font-size:1.25rem;color:rgba(255,255,255,.8);max-width:600px;margin:0 auto}.about-facts-section{background:#050505;padding:3rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.about-facts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.about-fact{display:flex;flex-direction:column;gap:.5rem}.about-fact-number{font-size:2.5rem;font-weight:700;color:#01fcfe;line-height:1}.about-fact-label{font-size:.875rem;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.05em}.about-intro-text{text-align:center}.about-intro-text .lead{font-size:1.25rem;color:#1e293b;line-height:1.8;margin-bottom:1.5rem}.about-intro-text p{font-size:1.0625rem;color:#475569;line-height:1.8}.about-intro-text strong{color:#0f172a}.about-team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1000px;margin:0 auto}.about-person-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(15,23,42,8%);display:flex;flex-direction:column}.about-person-image{aspect-ratio:4/3;overflow:hidden}.about-person-image img{width:100%;height:100%;object-fit:cover;object-position:center top}.about-person-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.about-person-info h3{font-size:1.375rem;font-weight:700;color:#0f172a;margin:0 0 .25rem}.about-person-role{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:1rem}.about-person-info p{font-size:.9375rem;color:#475569;line-height:1.6;margin:0 0 1rem;flex-grow:1}.about-person-link{display:inline-flex;align-items:center;font-size:.875rem;font-weight:600;color:#0f172a;text-decoration:none;transition:color .2s ease}.about-person-link:hover{color:#374151}.about-person-link::after{content:"→";margin-left:.5rem;transition:transform .2s ease}.about-person-link:hover::after{transform:translateX(4px)}.about-beirat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.about-beirat-card{background:#f8fafc;border-radius:12px;padding:1.5rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.about-beirat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(15,23,42,.1)}.about-beirat-image{width:160px;height:200px;border-radius:12px;overflow:hidden;margin:0 auto 1rem;border:none;box-shadow:0 4px 12px rgba(15,23,42,.1)}.about-beirat-image img{width:100%;height:100%;object-fit:cover}.about-beirat-info h3{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0 0 .25rem}.about-beirat-role{display:block;font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:.75rem}.about-beirat-info p{font-size:.875rem;color:#64748b;line-height:1.5;margin:0 0 1rem}.about-partners-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto}.about-partners-grid-two{grid-template-columns:repeat(2,1fr);max-width:600px}.about-partner-card{display:flex;flex-direction:column;align-items:center;padding:2rem;background:#fff;border-radius:12px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px rgba(15,23,42,6%)}.about-partner-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(15,23,42,.1)}.about-partner-card img{height:48px;width:auto;max-width:160px;object-fit:contain;margin-bottom:1rem}.about-partner-card span{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}.about-partner-card small{font-size:.8125rem;color:#64748b}.about-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.about-value-card{text-align:center;padding:1.5rem}.about-value-icon{width:64px;height:64px;background:#f1f5f9;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#0f172a}.about-value-card h3{font-size:1.0625rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.about-value-card p{font-size:.875rem;color:#64748b;line-height:1.5;margin:0}@media(max-width:1024px){.about-facts-grid{grid-template-columns:repeat(2,1fr)}.about-team-grid{grid-template-columns:1fr;max-width:500px}.about-beirat-grid{grid-template-columns:repeat(2,1fr)}.about-values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-hero-image{padding:5rem 0}.about-hero-split{grid-template-columns:1fr;gap:2.5rem}.about-hero-text{padding-right:0;text-align:center}.about-hero-text h1{font-size:2rem}.about-hero-lead{font-size:1rem;margin:0 auto}.about-hero-photo{border-radius:16px}.about-hero-video{min-height:60vh}.about-hero-content h1{font-size:2rem}.about-facts-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.about-fact-number{font-size:2rem}.about-beirat-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.about-partners-grid{grid-template-columns:1fr;max-width:300px}.about-values-grid{grid-template-columns:1fr;max-width:300px;margin:0 auto}}.leistungen-hero-video{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.leistungen-hero-video-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.leistungen-hero-video-bg video{width:100%;height:100%;object-fit:cover;opacity:.7}.leistungen-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(5,5,5,.6) 0%,rgba(5,5,5,.8) 100%)}.leistungen-hero-content{position:relative;z-index:2;text-align:center;padding:4rem 2rem}.leistungen-hero-badge{display:inline-block;padding:.5rem 1.25rem;background:rgba(1,252,254,.15);border:1px solid rgba(1,252,254,.3);color:#01fcfe;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border-radius:100px;margin-bottom:1.5rem}.leistungen-hero-content h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fff;margin:0 0 1.5rem;line-height:1.1}.leistungen-hero-lead{font-size:1.25rem;color:rgba(255,255,255,.9);max-width:700px;margin:0 auto;line-height:1.6}.leistungen-hero-light{background:#fff;padding:6rem 0 4rem}.leistungen-hero-grid{max-width:700px}.leistungen-hero-text{text-align:left}.leistungen-hero-text h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;color:#0f172a;margin:0 0 1.5rem;line-height:1.1}.leistungen-hero-text .product-hero-lead{color:#475569;max-width:600px}@media(max-width:768px){.leistungen-hero-video{min-height:60vh}.leistungen-hero-content h1{font-size:2rem}.leistungen-hero-lead{font-size:1rem}.leistungen-hero-light{padding:5rem 0}.leistungen-hero-text h1{font-size:2rem}}.team-hero-split{background:#fff;padding:6rem 0 4rem}.team-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.team-hero-text{padding-right:2rem}.team-hero-text h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;color:#0f172a;margin:0 0 1.5rem;line-height:1.1}.team-hero-image{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(15,23,42,.12)}.team-hero-image img{width:100%;height:auto;display:block}.team-cards-grid{display:grid;gap:2rem}.team-cards-grid-1{grid-template-columns:1fr;max-width:420px;margin:0 auto}.team-cards-grid-2{grid-template-columns:repeat(2,1fr);max-width:900px;margin:0 auto}.team-cards-grid-3{grid-template-columns:repeat(3,1fr);max-width:1000px;margin:0 auto}@media(max-width:900px){.team-cards-grid-3{grid-template-columns:repeat(2,1fr);max-width:600px}}@media(max-width:580px){.team-cards-grid-2,.team-cards-grid-3{grid-template-columns:1fr;max-width:350px}}.beirat-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.beirat-cards-grid-1{grid-template-columns:1fr;max-width:280px}.beirat-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 8px rgba(15,23,42,4%);position:relative}.beirat-card:hover{border-color:#cbd5e1;box-shadow:0 4px 16px rgba(15,23,42,8%);transform:translateY(-2px)}.beirat-card-type{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f1f5f9;padding:.25rem .5rem;border-radius:4px;margin-bottom:.75rem}.beirat-card-avatar{width:80px;height:80px;border-radius:8px;overflow:hidden;margin-bottom:1rem;border:2px solid #e2e8f0}.beirat-card-avatar img{width:100%;height:100%;object-fit:cover;object-position:center top}.beirat-card h4{font-size:1rem;font-weight:600;color:#0f172a!important;margin:0 0 .25rem}.beirat-card-role{font-size:.8rem;color:#64748b;font-weight:500;margin-bottom:.5rem}.beirat-card p{font-size:.8rem;color:#64748b;margin:0;line-height:1.4}@media(max-width:768px){.beirat-cards-grid{grid-template-columns:repeat(2,1fr);max-width:500px}}@media(max-width:500px){.beirat-cards-grid{grid-template-columns:1fr;max-width:280px}}.product-service-card .team-card-image{width:100%;aspect-ratio:1/1;border-radius:12px;overflow:hidden;margin-bottom:1.25rem;max-width:200px;max-height:200px;margin-left:auto;margin-right:auto}.team-cards-grid-2 .product-service-card .team-card-image{max-width:180px;max-height:180px}@media(min-width:600px){.team-cards-grid-2 .product-service-card .team-card-image{max-width:220px;max-height:220px}}@media(min-width:800px){.team-cards-grid-2 .product-service-card .team-card-image{max-width:260px;max-height:260px}}.team-grid-modern{display:grid;gap:2rem}.team-grid-2{grid-template-columns:repeat(2,1fr);max-width:900px}.team-grid-3{grid-template-columns:repeat(3,1fr);max-width:1000px}.team-card-modern{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,8%);transition:box-shadow .2s ease,transform .2s ease}.team-card-modern:hover{box-shadow:0 8px 30px rgba(0,0,0,.12);transform:translateY(-4px)}.team-card-modern-image{width:100%;aspect-ratio:1/1;overflow:hidden}.team-card-modern-image img{width:100%;height:100%;object-fit:cover;object-position:center top}.team-card-modern-content{padding:1.5rem;display:flex;flex-direction:column;gap:.25rem}.team-card-modern-badge{display:inline-block;font-size:.7rem;font-weight:600;color:#050505!important;background:var(--color-accent);padding:.25rem .75rem;border-radius:100px;text-transform:uppercase;letter-spacing:.05em;width:fit-content;margin-bottom:.5rem}.team-card-modern-content h3{font-size:1.25rem;font-weight:700;color:#0f172a!important;margin:0;line-height:1.3}.team-card-modern-role{font-size:.9rem;font-weight:500;color:#64748b!important;margin:0}.team-card-modern-desc{font-size:.9rem;color:#475569!important;line-height:1.6;margin:.75rem 0 0}.team-card-modern-link{font-size:.875rem;font-weight:500;color:#0f172a!important;margin-top:auto;padding-top:1rem}.team-card-modern-compact .team-card-modern-content{padding:1.25rem}.team-card-modern-compact .team-card-modern-content h3{font-size:1.1rem}.team-card-modern-compact .team-card-modern-role{font-size:.85rem}@media(max-width:900px){.team-grid-2{grid-template-columns:1fr;max-width:400px;margin:0 auto}}@media(max-width:768px){.team-grid-3{grid-template-columns:repeat(2,1fr);max-width:500px;margin:0 auto}}@media(max-width:500px){.team-grid-3{grid-template-columns:1fr;max-width:300px}}.team-horizontal-list{display:flex;flex-direction:column;gap:2rem}.team-horizontal-card{display:flex;align-items:center;gap:2.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 8px rgba(15,23,42,4%)}.team-horizontal-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px rgba(15,23,42,8%);transform:translateY(-2px)}.team-horizontal-card-reverse{flex-direction:row-reverse}.team-horizontal-card-reverse .team-horizontal-content{text-align:right}.team-horizontal-image{flex-shrink:0;width:200px;height:200px;border-radius:12px;overflow:hidden}.team-horizontal-image img{width:100%;height:100%;object-fit:cover;object-position:center top}.team-horizontal-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.team-horizontal-content .product-service-badge{width:fit-content}.team-horizontal-card-reverse .team-horizontal-content .product-service-badge{margin-left:auto}.team-horizontal-content h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0}.team-horizontal-content .team-card-role{font-size:1rem;font-weight:500;color:#64748b!important;margin:0}.team-horizontal-bio{font-size:.95rem;color:#475569;line-height:1.6;margin:.5rem 0}.team-horizontal-content .product-service-link{font-size:.875rem;color:#64748b;margin-top:.5rem}.team-horizontal-content .product-service-link:hover{color:#0f172a}.team-horizontal-card-compact{padding:1.25rem;gap:2rem}.team-horizontal-card-compact .team-horizontal-image{width:150px;height:150px}.team-horizontal-card-compact .team-horizontal-content h3{font-size:1.25rem}.team-horizontal-card-compact .team-horizontal-bio{font-size:.875rem}@media(max-width:768px){.team-horizontal-card{flex-direction:column;text-align:center;gap:1.5rem}.team-horizontal-card-reverse{flex-direction:column}.team-horizontal-card-reverse .team-horizontal-content{text-align:center}.team-horizontal-card-reverse .team-horizontal-content .product-service-badge{margin-left:auto;margin-right:auto}.team-horizontal-content .product-service-badge{margin:0 auto}.team-horizontal-image{width:180px;height:180px}.team-horizontal-card-compact .team-horizontal-image{width:140px;height:140px}}.team-card-small{display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 8px rgba(15,23,42,4%)}.team-card-small:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(15,23,42,8%);transform:translateY(-2px)}.team-card-small .team-card-image{width:100%;aspect-ratio:1/1;border-radius:8px;overflow:hidden;margin-bottom:.75rem}.team-card-small .team-card-image img{width:100%;height:100%;object-fit:cover;object-position:center top}.team-card-small .product-service-badge{font-size:.6rem;padding:.2rem .5rem;margin-bottom:.5rem}.team-card-small h3{font-size:.95rem;font-weight:600;color:#0f172a;margin:0 0 .25rem;line-height:1.3}.team-card-small .team-card-role{font-size:.75rem!important;font-weight:500;color:#64748b!important;margin:0 0 .5rem!important}.team-card-small .product-service-link{font-size:.7rem;color:#64748b;margin-top:auto}.team-card-small .product-service-link:hover{color:#0f172a}.team-cards-grid-3-compact{grid-template-columns:repeat(3,1fr);max-width:750px}.team-cards-grid-3-compact .product-service-card{transform:scale(1)}.team-cards-grid-3-compact .team-card-image{aspect-ratio:1/1;max-height:180px}@media(max-width:768px){.team-cards-grid-3-compact{grid-template-columns:repeat(2,1fr);max-width:500px}}@media(max-width:500px){.team-cards-grid-3-compact{grid-template-columns:1fr;max-width:280px}}.team-cards-grid-1-compact{grid-template-columns:1fr;max-width:250px}.team-cards-grid-1-compact .team-card-image{aspect-ratio:1/1;max-height:180px}.product-service-card-compact{padding:1.25rem}.product-service-card-compact h3{font-size:1.1rem}.product-service-card-compact p{font-size:.875rem}.product-service-card-compact .product-service-link{font-size:.8rem}.team-card-image-compact{max-height:140px!important;margin-bottom:1rem!important}.team-card-image{width:100%;aspect-ratio:4/3;border-radius:12px;overflow:hidden;margin-bottom:1.25rem}.team-card-image img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .3s ease}a.product-service-card:hover .team-card-image img{transform:scale(1.05)}.team-card-role{font-size:.875rem!important;font-weight:600!important;color:#64748b!important;margin-bottom:.5rem!important}.team-partners-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:600px;margin:0 auto}.team-partner-card{text-align:center;text-decoration:none}.team-partner-card img{height:48px;width:auto;max-width:160px;object-fit:contain;margin-bottom:1rem}.team-partner-card h4{margin-bottom:.25rem}.team-partner-card p{margin-bottom:0}@media(max-width:1024px){.team-cards-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.team-hero-split{padding:5rem 0}.team-hero-grid{grid-template-columns:1fr;gap:2.5rem}.team-hero-text{padding-right:0;text-align:center}.team-hero-text h1{font-size:2rem}.team-cards-grid-2,.team-cards-grid-3{grid-template-columns:1fr;max-width:400px;margin:0 auto}.team-partners-grid{grid-template-columns:1fr;max-width:300px}}.podcast-single-hero-grid{display:grid;grid-template-columns:1fr 280px;gap:3rem;align-items:center}.podcast-single-hero-text{text-align:left}.podcast-single-hero-text h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#0f172a;margin:0 0 1rem;line-height:1.2}.podcast-single-meta{font-size:.95rem;color:#64748b;margin:0 0 1.5rem}.podcast-single-hero-image{border-radius:12px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.12)}.podcast-single-hero-image img{width:100%;height:auto;display:block}.podcast-platforms-inline{display:flex;flex-wrap:wrap;gap:.75rem}.podcast-platform-sm{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .875rem;background:#f1f5f9;color:#374151;border-radius:6px;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s ease}.podcast-platform-sm:hover{background:#e2e8f0;color:#0f172a}.podcast-platform-sm svg{flex-shrink:0}@media(max-width:768px){.podcast-single-hero-grid{grid-template-columns:1fr;gap:2rem}.podcast-single-hero-text{order:1}.podcast-single-hero-image{order:2;max-width:250px;margin:0 auto}.podcast-single-hero-text h1{font-size:1.5rem}.podcast-platforms-inline{justify-content:flex-start}}.podcast-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.podcast-card-square{display:block;text-decoration:none;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,6%);transition:all .3s ease}.podcast-card-square:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.podcast-card-image{position:relative;aspect-ratio:1/1;overflow:hidden}.podcast-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.podcast-card-square:hover .podcast-card-image img{transform:scale(1.05)}.podcast-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%)}.podcast-card-image .podcast-play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3);opacity:0;transition:opacity .3s ease}.podcast-card-square:hover .podcast-play-overlay{opacity:1}.podcast-card-image .podcast-play-overlay svg{width:48px;height:48px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.podcast-card-content{padding:1.25rem}.podcast-card-badge{display:inline-block;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.podcast-card-title{font-size:1rem;font-weight:600;color:#1e293b!important;line-height:1.4;margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.podcast-card-meta{display:flex;align-items:center;gap:.75rem;font-size:.8rem;color:#94a3b8}@media(max-width:1024px){.podcast-grid-3{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:640px){.podcast-grid-3{grid-template-columns:1fr;gap:1.25rem;max-width:400px;margin:0 auto}}.podcast-platforms .podcast-platform{background:#050505!important;border:1px solid #050505!important;color:#01fcfe!important;font-weight:500}.podcast-platforms .podcast-platform:hover{background:#01fcfe!important;border-color:#01fcfe!important;color:#050505!important}.podcast-platforms .podcast-platform svg{fill:currentColor}.podcast-platform-sm{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .875rem;background:#050505!important;color:#01fcfe!important;border:1px solid #050505;border-radius:6px;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s ease}.podcast-platform-sm:hover{background:#01fcfe!important;border-color:#01fcfe!important;color:#050505!important}.podcast-platform-sm svg{flex-shrink:0;fill:currentColor}.ki-modelle-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.ki-modelle-filter-btn{padding:.5rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.ki-modelle-filter-btn:hover{border-color:#0f172a;color:#0f172a}.ki-modelle-filter-btn.active{background:#0f172a;border-color:#0f172a;color:#fff}.ki-modelle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.ki-modelle-grid-3{grid-template-columns:repeat(3,1fr)}.ki-modelle-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px rgba(15,23,42,6%)}.ki-modelle-card:hover{transform:translateY(-6px);border-color:#0f172a;box-shadow:0 8px 24px rgba(15,23,42,.12)}.ki-modelle-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.ki-modelle-category{display:inline-block;padding:.25rem .5rem;font-size:.6875rem;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.03em}.ki-modelle-category-llm{background:#0f172a;color:#fff}.ki-modelle-category-image{background:#7c3aed;color:#fff}.ki-modelle-category-audio{background:#059669;color:#fff}.ki-modelle-category-video{background:#dc2626;color:#fff}.ki-modelle-category-specialized{background:#374151;color:#fff}.ki-modelle-provider{display:block;font-size:.875rem;color:#475569!important;font-weight:500;margin-bottom:.75rem}.ki-modelle-title{font-size:1.125rem;font-weight:600;color:#050505!important;margin:0 0 .25rem;line-height:1.3}.ki-modelle-desc{font-size:.9375rem;color:#64748b!important;line-height:1.6;margin:0 0 1.25rem;flex:1}.ki-modelle-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:1rem;border-top:1px solid #e5e7eb}.ki-modelle-tag{display:inline-block;font-size:.8125rem;font-weight:500;color:#334155!important;background:#f1f5f9;padding:.25rem .75rem;border-radius:4px}.ki-modelle-tag-eu{color:#166534!important;background:#dcfce7}.ki-modelle-tag-warning{color:#92400e!important;background:#fef3c7}.ki-modelle-hero-simple{max-width:800px}.ki-modelle-hero-simple h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#0f172a;margin:0 0 .75rem;line-height:1.2}.ki-modelle-single-lead{font-size:1.125rem;color:#64748b;line-height:1.7;margin:0 0 1.5rem}.ki-modelle-hero-links{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:.5rem}.ki-modelle-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:#64748b;text-decoration:none;transition:color .2s ease}.ki-modelle-link:hover{color:#0f172a}.ki-modelle-link svg{flex-shrink:0}.ki-modelle-hero-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.ki-modelle-meta{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:1.25rem 1.5rem;background:#f8fafc;border-radius:8px;margin-bottom:1.5rem}.ki-modelle-meta-item{text-align:center}.ki-modelle-meta-label{display:block;font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.ki-modelle-meta-value{display:block;font-size:1rem;font-weight:600;color:#0f172a}.ki-modelle-info-section{margin-bottom:1rem}.ki-modelle-info-label{display:block;font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.ki-modelle-info-tags{display:flex;flex-wrap:wrap;gap:.5rem}@media(max-width:1024px){.ki-modelle-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.ki-modelle-grid,.ki-modelle-grid-3{grid-template-columns:1fr;max-width:400px;margin:0 auto}.ki-modelle-hero-simple{text-align:center}.ki-modelle-hero-buttons{justify-content:center}.ki-modelle-meta{flex-direction:column;gap:1rem}}.ki-modelle-single{background:#fff}.ki-modelle-single .product-section{padding:4rem 0}.ki-modelle-single .product-section:first-of-type{padding-top:2rem}.ki-modelle-single .leistungen-hero-light{background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);padding:3rem 0 2rem}.ki-modelle-hero-simple{text-align:center;max-width:800px;margin:0 auto}.ki-modelle-hero-simple h1{font-size:2.5rem;font-weight:700;color:#0f172a;margin:1rem 0 .75rem;line-height:1.2}.ki-modelle-single-lead{font-size:1.125rem;color:#475569;line-height:1.7;margin-bottom:1.5rem}.ki-modelle-hero-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.ki-modelle-link{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;color:#64748b;text-decoration:none;border-radius:6px;transition:all .2s}.ki-modelle-link:hover{color:#0f172a;background:#f1f5f9}.ki-modelle-quick-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.ki-modelle-quick-fact{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;text-align:center;transition:all .2s}.ki-modelle-quick-fact:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(0,0,0,4%)}.ki-modelle-quick-fact-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#f1f5f9;color:#64748b}.ki-modelle-quick-fact-icon svg{width:18px;height:18px}.ki-modelle-quick-fact.open-source{border-color:#a7f3d0}.ki-modelle-quick-fact.open-source .ki-modelle-quick-fact-icon{background:#ecfdf5;color:#059669}.ki-modelle-quick-fact.proprietary .ki-modelle-quick-fact-icon{background:#fef3c7;color:#d97706}.ki-modelle-quick-fact.gdpr{border-color:#bfdbfe}.ki-modelle-quick-fact.gdpr .ki-modelle-quick-fact-icon{background:#eff6ff;color:#2563eb}.ki-modelle-quick-fact-label{font-size:.75rem;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.03em}.ki-modelle-quick-fact-value{font-size:.9375rem;font-weight:600;color:#0f172a}.ki-modelle-versions-section{background:#f8fafc!important}.ki-modelle-versions-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,5%),0 4px 12px rgba(0,0,0,3%)}.ki-modelle-versions-table thead{background:#0f172a}.ki-modelle-versions-table th{padding:1rem 1.25rem;text-align:left;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em}.ki-modelle-versions-table td{padding:1.25rem;font-size:.9375rem;color:#0f172a;border-bottom:1px solid #f1f5f9;vertical-align:top}.ki-modelle-versions-table tbody tr:last-child td{border-bottom:none}.ki-modelle-versions-table tbody tr:hover{background:#f8fafc}.ki-modelle-version-name{font-weight:600;color:#0f172a;display:flex;align-items:center;gap:.5rem}.ki-modelle-version-recommended{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#01fcfe;color:#050505;font-size:.6875rem;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.03em}.ki-modelle-version-list{display:flex;flex-wrap:wrap;gap:.375rem}.ki-modelle-version-list span{display:inline-block;padding:.25rem .625rem;font-size:.8125rem;background:#f1f5f9;color:#475569;border-radius:4px}.ki-modelle-version-list.weaknesses span{background:#fef2f2;color:#991b1b}.ki-modelle-version-status{display:inline-block;padding:.25rem .625rem;font-size:.75rem;font-weight:500;border-radius:100px}.ki-modelle-version-status.current{background:#dcfce7;color:#166534}.ki-modelle-version-status.deprecated{background:#fee2e2;color:#991b1b}.ki-modelle-version-status.preview{background:#fef3c7;color:#92400e}.ki-modelle-use-cases-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.ki-modelle-use-case{display:flex;align-items:center;gap:.875rem;padding:1.125rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;font-size:.9375rem;font-weight:500;color:#0f172a;transition:all .2s ease}.ki-modelle-use-case:hover{border-color:#01fcfe;transform:translateY(-2px);box-shadow:0 4px 12px rgba(1,252,254,.1)}.ki-modelle-use-case-icon{width:24px;height:24px;flex-shrink:0;color:#01fcfe}.ki-modelle-tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.ki-modelle-tech-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;transition:all .2s}.ki-modelle-tech-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(0,0,0,4%)}.ki-modelle-tech-card-title{font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:.625rem}.ki-modelle-tech-card-title svg{width:20px;height:20px;color:#01fcfe}.ki-modelle-tech-list{display:flex;flex-direction:column;gap:.625rem}.ki-modelle-tech-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem}.ki-modelle-tech-item:not(:last-child){border-bottom:1px solid #f8fafc}.ki-modelle-tech-label{color:#64748b}.ki-modelle-tech-value{font-weight:500;color:#0f172a}.ki-modelle-tech-value.yes{color:#059669}.ki-modelle-tech-value.no{color:#dc2626}.ki-modelle-feature-pills{display:flex;flex-wrap:wrap;gap:.5rem}.ki-modelle-feature-pill{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;border-radius:100px;background:#f1f5f9;color:#475569}.ki-modelle-feature-pill.active{background:#dcfce7;color:#166534}.ki-modelle-feature-pill.inactive{background:#f1f5f9;color:#94a3b8}.ki-modelle-feature-pill svg{width:14px;height:14px}.ki-modelle-compliance-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.ki-modelle-compliance-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;transition:all .2s}.ki-modelle-compliance-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(0,0,0,4%)}.ki-modelle-compliance-title{font-size:.9375rem;font-weight:600;color:#0f172a;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.ki-modelle-gdpr-list{display:flex;flex-direction:column;gap:.75rem}.ki-modelle-gdpr-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px}.ki-modelle-gdpr-provider{font-weight:600;color:#0f172a;font-size:.875rem}.ki-modelle-gdpr-region{font-size:.8125rem;color:#64748b}.ki-modelle-gdpr-note{font-size:.75rem;color:#94a3b8}.ki-modelle-benchmarks-list{display:flex;flex-direction:column;gap:1.25rem;max-width:600px;margin:0 auto}.ki-modelle-benchmark-item{display:grid;grid-template-columns:100px 1fr 60px 70px;align-items:center;gap:1rem}.ki-modelle-benchmark-name{font-size:.875rem;font-weight:600;color:#0f172a}.ki-modelle-benchmark-bar{height:10px;background:#e2e8f0;border-radius:5px;overflow:hidden}.ki-modelle-benchmark-fill{height:100%;background:linear-gradient(90deg,#0f172a 0%,#01fcfe 100%);border-radius:5px;transition:width .8s ease}.ki-modelle-benchmark-score{text-align:right;font-size:.9375rem;font-weight:700;color:#0f172a}.ki-modelle-benchmark-date{text-align:right;font-size:.75rem;color:#94a3b8}.ki-modelle-resources-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.ki-modelle-resource-link{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#0f172a;border:2px solid #0f172a;border-radius:8px;font-size:.875rem;font-weight:600;color:#fff;text-decoration:none;transition:all .2s ease}.ki-modelle-resource-link:hover{background:#01fcfe;border-color:#01fcfe;color:#0f172a}.ki-modelle-resource-link svg{width:18px;height:18px}.ki-modelle-section-title{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;text-align:center}.ki-modelle-section-subtitle{font-size:1rem;color:#64748b;margin-bottom:2.5rem;text-align:center;max-width:600px;margin-left:auto;margin-right:auto}@media(max-width:1024px){.ki-modelle-tech-grid,.ki-modelle-compliance-grid{grid-template-columns:1fr}.ki-modelle-single .product-section{padding:3rem 0}}@media(max-width:768px){.ki-modelle-hero-simple h1{font-size:1.875rem}.ki-modelle-quick-facts{grid-template-columns:1fr 1fr}.ki-modelle-versions-table{display:block;overflow-x:auto}.ki-modelle-versions-table th,.ki-modelle-versions-table td{white-space:nowrap}.ki-modelle-use-cases-grid{grid-template-columns:1fr}.ki-modelle-benchmark-item{grid-template-columns:1fr;gap:.5rem}.ki-modelle-benchmark-bar{order:3}.ki-modelle-benchmark-score,.ki-modelle-benchmark-date{text-align:left}.ki-modelle-resources-grid{flex-direction:column}.ki-modelle-resource-link{width:100%;justify-content:center}.ki-modelle-section-title{font-size:1.5rem}}@media(max-width:480px){.ki-modelle-quick-facts{grid-template-columns:1fr}.ki-modelle-hero-simple h1{font-size:1.625rem}}.ki-modelle-eu-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;transition:transform .2s ease}.ki-modelle-eu-badge.available{background:#dcfce7;color:#166534}.ki-modelle-eu-badge.unavailable{background:#fef2f2;color:#991b1b}.ki-modelle-eu-badge svg{width:14px;height:14px}.ki-modelle-hosting-inline{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f5f9}.ki-modelle-hosting-badge{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;color:#475569;background:#f8fafc;padding:.5rem .875rem;border-radius:100px;border:1px solid #e2e8f0}.ki-modelle-hosting-badge svg{width:14px;height:14px;color:#0f766e}.ki-modelle-single .ki-modelle-grid.ki-modelle-grid-3{gap:1.5rem}.ki-modelle-single .ki-modelle-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;transition:all .2s ease;text-decoration:none;display:flex;flex-direction:column;min-height:180px}.ki-modelle-single .ki-modelle-card:hover{border-color:#0f172a;box-shadow:0 8px 24px rgba(0,0,0,8%);transform:translateY(-2px)}.ki-modelle-single .ki-modelle-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.ki-modelle-single .ki-modelle-card .ki-modelle-category{font-size:.6875rem;padding:.25rem .5rem}.ki-modelle-single .ki-modelle-card .ki-modelle-provider{font-size:.75rem;color:#64748b;font-weight:500}.ki-modelle-single .ki-modelle-card .ki-modelle-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0 0 .75rem;line-height:1.3}.ki-modelle-single .ki-modelle-card .ki-modelle-desc{font-size:.875rem;color:#64748b;line-height:1.6;margin:0;flex-grow:1}.product-section-gray .ki-modelle-grid-3 .ki-modelle-card{box-shadow:0 1px 3px rgba(0,0,0,4%)}.team-card-role,.team-horizontal-content .team-card-role,.product-service-card .team-card-role,.team-card-modern-role,p.team-card-role{color:#64748b!important}.team-card-modern-link,.product-service-link{color:#0f172a!important}.team-card-modern-desc{color:#475569!important}.product-person-role,.author-card-role,.author-hero-role{color:#64748b!important}.blog-card-author,.blog-card-meta-modern .blog-card-author{color:#0f172a!important}.product-page-light [class*=text-secondary],.blog-page [class*=text-secondary],.team-page [class*=text-secondary],[class*=section-white] [class*=text-secondary],[class*=section-gray] [class*=text-secondary],[class*=product-section] [class*=text-secondary]{color:#64748b!important}.text-secondary,.text-secondary-400,.text-secondary-500,.text-secondary-600{color:#64748b!important}a.text-secondary,a[class*=text-secondary]{color:#0f172a!important}a.text-secondary:hover,a[class*=text-secondary]:hover{color:#374151!important}.product-page-light *,.blog-page *,[class*=section-white] *,[class*=section-gray] *{--tw-text-opacity:1}.newsletter-page{background:#fff}.product-section-dark.newsletter-section{background:#050505}.product-section-dark.newsletter-section h3,.newsletter-section.product-section-dark h3{color:#fff!important}.product-section-dark.newsletter-section p,.newsletter-section.product-section-dark p{color:rgba(255,255,255,.7)!important}.newsletter-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.newsletter-benefit{text-align:center;padding:2rem 1.5rem;background:#f8fafc;border-radius:12px;transition:transform .2s ease,box-shadow .2s ease}.newsletter-benefit:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,8%)}.newsletter-benefit-icon{width:64px;height:64px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#01fcfe 0%,#00d4d6 100%);border-radius:50%;color:#050505}.newsletter-benefit h3{font-size:1.25rem;font-weight:600;color:#0f172a!important;margin-bottom:.75rem}.newsletter-benefit p{font-size:.95rem;color:#64748b!important;line-height:1.6}.newsletter-form-section{padding:5rem 0}.newsletter-form-wrapper{max-width:600px;margin:0 auto;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,6%)}.newsletter-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.newsletter-form .form-group{margin-bottom:1.25rem}.newsletter-form label{display:block;font-size:.875rem;font-weight:500;color:#0f172a!important;margin-bottom:.5rem}.newsletter-form input[type=text],.newsletter-form input[type=email]{width:100%;padding:.875rem 1rem;font-size:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease}.newsletter-form input[type=text]:focus,.newsletter-form input[type=email]:focus{outline:none;border-color:#01fcfe;box-shadow:0 0 0 3px rgba(1,252,254,.15)}.newsletter-form input::placeholder{color:#94a3b8}.newsletter-form .form-privacy{display:flex;align-items:flex-start;gap:.75rem;margin:1.5rem 0}.newsletter-form .form-privacy input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;min-width:20px;margin-top:.25rem;border:2px solid #cbd5e1;border-radius:4px;background:#fff;cursor:pointer;flex-shrink:0;transition:all .2s ease}.newsletter-form .form-privacy input[type=checkbox]:hover{border-color:#01fcfe}.newsletter-form .form-privacy input[type=checkbox]:checked{background:#01fcfe;border-color:#01fcfe}.newsletter-form .form-privacy label{font-size:.85rem;color:#374151!important;line-height:1.5;margin-bottom:0}.newsletter-form .form-privacy a{color:#0f172a;text-decoration:underline}.newsletter-form .form-privacy a:hover{color:#01fcfe}.newsletter-form .form-note{font-size:.8rem;color:#94a3b8;text-align:center;margin-top:1rem}.newsletter-form .btn-large{width:100%;padding:1rem 2rem;font-size:1.0625rem}.newsletter-form .form-status{padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem}.newsletter-form .form-status--success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.newsletter-form .form-status--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.newsletter-form .form-group--error input{border-color:#ef4444}.newsletter-form .field-error{display:block;font-size:.8rem;color:#ef4444;margin-top:.25rem}.newsletter-form .hidden{display:none!important}.newsletter-form .spinner{animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.newsletter-benefits-grid{grid-template-columns:1fr;gap:1.5rem}.newsletter-form-wrapper{padding:1.5rem;margin:0 1rem}.newsletter-form .form-row{grid-template-columns:1fr;gap:0}}.podcast-player-wrapper{width:100%;margin:1.5rem 0;padding:1.5rem;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 2px 8px rgba(0,0,0,5%)}.podcast-player{display:flex;flex-direction:column;gap:1rem}.player-play-button{background:linear-gradient(135deg,#01fcfe 0%,#00d9d5 100%);border:none;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0;box-shadow:0 4px 12px rgba(1,252,254,.3)}.player-play-button:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(1,252,254,.4)}.player-play-button:active{transform:scale(.95)}.player-play-button svg{width:24px;height:24px;color:#050505;fill:currentColor}.player-play-button .play-icon{display:block}.player-play-button .pause-icon{display:none}.player-play-button.playing .play-icon{display:none}.player-play-button.playing .pause-icon{display:block;width:22px;height:22px}.player-controls{display:flex;gap:1rem;align-items:center;width:100%}.player-progress-container{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.player-time{font-size:.75rem;color:#64748b;font-weight:500;font-family:monaco,courier new,monospace;min-width:40px}.player-progress-bar{flex:1;height:4px;background:#cbd5e1;border-radius:2px;cursor:pointer;position:relative;overflow:hidden}.player-progress-fill{height:100%;background:linear-gradient(90deg,#01fcfe 0%,#00d9d5 100%);border-radius:2px;transition:width .1s linear}.player-progress-bar:hover::after{content:'';position:absolute;width:12px;height:12px;background:#01fcfe;border-radius:50%;top:50%;transform:translateY(-50%);box-shadow:0 0 8px rgba(1,252,254,.5)}.player-duration{font-size:.75rem;color:#64748b;font-weight:500;font-family:monaco,courier new,monospace;min-width:40px}.player-volume-container{display:flex;align-items:center;gap:.5rem}.player-volume-icon{width:20px;height:20px;color:#64748b;flex-shrink:0}.player-volume-slider{width:80px;height:4px;background:#cbd5e1;border-radius:2px;cursor:pointer;appearance:none;-webkit-appearance:none;outline:none}.player-volume-slider::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:12px;height:12px;background:#01fcfe;border-radius:50%;cursor:pointer;box-shadow:0 0 4px rgba(1,252,254,.5)}.player-volume-slider::-moz-range-thumb{width:12px;height:12px;background:#01fcfe;border-radius:50%;cursor:pointer;border:none;box-shadow:0 0 4px rgba(1,252,254,.5)}.player-action-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.player-action-btn{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.player-action-btn:hover{background:#f8fafc;border-color:#01fcfe;color:#01fcfe}.player-action-btn svg{width:16px;height:16px}.player-audio{display:none}@media(max-width:768px){.podcast-player-wrapper{padding:1rem}.player-controls{gap:.75rem}.player-play-button{width:48px;height:48px}.player-progress-bar{height:3px}.player-volume-container{display:none}.player-action-buttons{gap:.5rem}.player-action-btn{padding:.4rem .8rem;font-size:.8rem}.podcast-featured-grid{grid-template-columns:1fr;gap:1.5rem}.podcast-featured-title{font-size:1.5rem}.podcast-featured-image{aspect-ratio:16/9}.podcast-episodes-header{flex-direction:column;align-items:flex-start}.podcast-platforms-label{text-align:left}}@media(max-width:480px){.player-time,.player-duration{font-size:.7rem;min-width:35px}.player-action-btn{padding:.35rem .6rem;font-size:.75rem}.player-action-btn svg{width:14px;height:14px}.podcast-featured-badge{padding:.4rem .8rem;font-size:.8rem}.podcast-featured-title{font-size:1.25rem}.podcast-featured-play-btn{width:52px;height:52px}.podcast-featured-play-btn svg{width:24px;height:24px}}.testimonials-section{padding:5rem 0;background:#fff}.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-header h2{font-size:2.5rem;font-weight:700;color:#050505;margin-bottom:1rem;line-height:1.3}.testimonials-header p{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.testimonial-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:all .3s ease}.testimonial-card:hover{border-color:#01fcfe;box-shadow:0 8px 24px rgba(1,252,254,.1);transform:translateY(-4px)}.testimonial-quote{font-size:1rem;color:#475569;line-height:1.7;font-style:italic;flex-grow:1}.testimonial-quote::before{content:'"';font-size:2.5rem;color:#01fcfe;line-height:0;vertical-align:-.45em;margin-right:.25rem}.testimonial-author{display:flex;gap:1rem;align-items:center;border-top:1px solid #e2e8f0;padding-top:1.5rem}.testimonial-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background:linear-gradient(135deg,#01fcfe 0%,#00d9d5 100%)}.testimonial-info h4{font-size:.95rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.testimonial-info p{font-size:.85rem;color:#64748b}.case-study-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-top:3rem}.case-study-item{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.case-study-item:nth-child(even){grid-template-columns:1fr 1fr;direction:rtl}.case-study-item:nth-child(even)>*{direction:ltr}.case-study-image{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 10px 30px rgba(0,0,0,.1);background:#f1f5f9}.case-study-image img{width:100%;height:100%;object-fit:cover}.case-study-badge{position:absolute;top:1rem;right:1rem;background:#01fcfe;color:#050505;padding:.5rem 1rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.case-study-content h3{font-size:1.75rem;font-weight:700;color:#050505;margin-bottom:1rem}.case-study-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.case-study-meta-item{display:flex;flex-direction:column;gap:.25rem}.case-study-meta-label{font-size:.75rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.case-study-meta-value{font-size:1rem;font-weight:600;color:#1e293b}.case-study-description{font-size:1rem;color:#475569;line-height:1.7;margin-bottom:1.5rem}.case-study-results{background:#f0f9ff;border-left:3px solid #01fcfe;padding:1.5rem;border-radius:6px;margin-bottom:1.5rem}.case-study-results h4{font-size:.95rem;font-weight:700;color:#0c4a6e;margin-bottom:.75rem}.case-study-results ul{list-style:none;padding:0;margin:0}.case-study-results li{font-size:.95rem;color:#475569;margin-bottom:.5rem;display:flex;gap:.75rem}.case-study-results li::before{content:'✓';color:#01fcfe;font-weight:700;flex-shrink:0}.case-study-cta{display:inline-flex;align-items:center;gap:.5rem}.testimonials-carousel-wrapper{position:relative;margin:2rem 0}.testimonials-carousel{display:flex;gap:2rem;scroll-behavior:smooth;overflow-x:auto;scroll-snap-type:x mandatory;padding:.5rem 0}.testimonials-carousel::-webkit-scrollbar{height:6px}.testimonials-carousel::-webkit-scrollbar-track{background:#e2e8f0;border-radius:3px}.testimonials-carousel::-webkit-scrollbar-thumb{background:#01fcfe;border-radius:3px}.testimonials-carousel-item{min-width:100%;scroll-snap-align:start;scroll-snap-stop:always}.carousel-nav-button{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #e2e8f0;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.carousel-nav-button:hover{background:#01fcfe;border-color:#01fcfe;color:#050505}.carousel-nav-prev{left:-20px}.carousel-nav-next{right:-20px}@media(max-width:1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.case-study-item{grid-template-columns:1fr;gap:2rem}.case-study-item:nth-child(even){direction:ltr}.case-study-item:nth-child(even)>*{direction:ltr}}@media(max-width:768px){.testimonials-grid{grid-template-columns:1fr}.testimonials-header h2{font-size:1.875rem}.case-study-image{aspect-ratio:3/2}.case-study-content h3{font-size:1.5rem}.case-study-meta{flex-direction:column}.testimonial-card{padding:1.5rem}}@media(max-width:480px){.testimonials-header h2{font-size:1.5rem}.testimonials-header p{font-size:1rem}.testimonial-card{padding:1rem;gap:1rem}.testimonial-author{gap:.75rem;padding-top:1rem}.testimonial-avatar{width:40px;height:40px}.case-study-content h3{font-size:1.25rem}}.cloud-providers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.cloud-provider-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;position:relative;transition:all .3s ease;box-shadow:0 4px 16px rgba(15,23,42,6%)}.cloud-provider-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(15,23,42,.12);border-color:#94a3b8}.cloud-provider-featured{border-color:#0f766e;border-width:2px}.cloud-provider-featured:hover{border-color:#0f766e;box-shadow:0 12px 32px rgba(15,118,110,.15)}.cloud-provider-logo{width:64px;height:64px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.cloud-provider-logo img{max-width:100%;max-height:100%;object-fit:contain}.cloud-provider-card h4{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .75rem}.cloud-provider-badge{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.375rem .75rem;border-radius:100px;margin-bottom:1rem}.cloud-provider-badge-recommended{background:#0f766e;color:#fff}.cloud-provider-badge-de{background:#1a1a1a;color:#fff;border:1px solid #333}.cloud-provider-card p{font-size:.9375rem;color:#64748b;line-height:1.7;margin:0 0 1.5rem}.cloud-provider-features{display:flex;flex-wrap:wrap;gap:.5rem}.cloud-provider-features span{font-size:.75rem;font-weight:500;color:#475569;background:#f1f5f9;padding:.375rem .75rem;border-radius:100px}@media(max-width:1200px){.cloud-providers-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.cloud-providers-grid{grid-template-columns:1fr;gap:1.5rem}.cloud-provider-card{padding:1.5rem}.cloud-provider-logo{width:48px;height:48px;margin-bottom:1rem}}.whitepaper-page{background:#fff}.whitepaper-grid{display:flex;flex-direction:column;gap:2rem}.whitepaper-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 20px rgba(15,23,42,8%)}.whitepaper-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(15,23,42,.12)}.whitepaper-featured{display:grid;grid-template-columns:1fr 300px;border-color:#0f766e;border-width:2px}.whitepaper-card-content{padding:2.5rem}.whitepaper-card-badge{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.5rem 1rem;border-radius:100px;background:#0f766e;color:#fff;margin-bottom:1.5rem}.whitepaper-card h2{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 1rem;line-height:1.3}.whitepaper-card-description{font-size:1rem;color:#64748b;line-height:1.7;margin:0 0 1.5rem}.whitepaper-card-features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.whitepaper-feature{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:#334155}.whitepaper-feature svg{color:#0f766e;flex-shrink:0}.whitepaper-card .btn-cta-primary{display:inline-flex;align-items:center;gap:.75rem}.whitepaper-card .btn-cta-primary svg{width:20px;height:20px}.whitepaper-card-image{background:linear-gradient(135deg,#0f766e 0%,#134e4a 100%);display:flex;align-items:center;justify-content:center;padding:2rem}.whitepaper-preview{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#fff}.whitepaper-preview svg{opacity:.9}.whitepaper-preview span{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;opacity:.8}@media(max-width:900px){.whitepaper-featured{grid-template-columns:1fr}.whitepaper-card-image{display:none}.whitepaper-card-content{padding:2rem}.whitepaper-card h2{font-size:1.5rem}}@media(max-width:600px){.whitepaper-card-content{padding:1.5rem}.whitepaper-card h2{font-size:1.25rem}.whitepaper-card-description{font-size:.9375rem}.whitepaper-feature{font-size:.875rem}}.error-page{background:var(--color-bg)}.error-hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem;background:var(--color-bg);overflow:hidden}.error-hero-content{position:relative;z-index:2;text-align:center;max-width:800px}.error-code{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem}.error-digit{font-size:clamp(6rem,20vw,12rem);font-weight:700;color:transparent;-webkit-text-stroke:2px var(--color-accent);line-height:1;animation:errorPulse 3s ease-in-out infinite;animation-delay:calc(var(--delay) * .2s)}.error-digit.error-zero{-webkit-text-stroke-color:var(--color-text);animation:errorFloat 4s ease-in-out infinite}@keyframes errorPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes errorFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.error-title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:600;color:var(--color-text);margin:0 0 1.5rem;line-height:1.3}.error-highlight{color:var(--color-accent);display:block}.error-text{font-size:1.125rem;line-height:1.7;color:var(--color-text-muted);margin:0 0 2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.error-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-buttons .btn-primary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--color-accent);color:var(--color-bg);font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all var(--transition-normal)}.error-buttons .btn-primary:hover{background:var(--color-accent-light);transform:translateY(-2px);box-shadow:0 10px 30px rgba(1,252,254,.3)}.error-buttons .btn-secondary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:0 0;color:var(--color-text);font-size:1rem;font-weight:600;border-radius:8px;border:2px solid rgba(255,255,255,.2);text-decoration:none;transition:all var(--transition-normal)}.error-buttons .btn-secondary:hover{border-color:var(--color-accent);color:var(--color-accent)}.error-decoration{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.error-circle{position:absolute;border-radius:50%;border:1px solid rgba(1,252,254,.1)}.error-circle-1{width:400px;height:400px;top:-100px;right:-100px;animation:circleFloat 20s ease-in-out infinite}.error-circle-2{width:300px;height:300px;bottom:-50px;left:-50px;animation:circleFloat 15s ease-in-out infinite reverse}.error-circle-3{width:200px;height:200px;top:50%;left:10%;animation:circleFloat 25s ease-in-out infinite}@keyframes circleFloat{0%,100%{transform:translate(0,0)rotate(0)}25%{transform:translate(20px,-20px)rotate(90deg)}50%{transform:translate(0,20px)rotate(180deg)}75%{transform:translate(-20px,0)rotate(270deg)}}.error-services{padding:5rem 0}.error-services .section-header{text-align:center;margin-bottom:3rem}.error-services-subtitle{font-size:1.125rem;color:#64748b;margin:0}.error-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.error-service-card{position:relative;display:flex;flex-direction:column;padding:2rem;background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 16px rgba(15,23,42,6%);text-decoration:none;transition:all .3s ease}.error-service-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(15,23,42,.12);border-color:var(--color-accent)}.error-service-highlight{border:2px solid var(--color-accent);background:linear-gradient(135deg,#ffffff 0%,#f0fdff 100%)}.error-service-badge{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;background:var(--color-accent);color:var(--color-bg);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:4px}.error-service-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:12px;margin-bottom:1.5rem;color:#0f172a;transition:all .3s ease}.error-service-card:hover .error-service-icon{background:var(--color-accent);color:var(--color-bg)}.error-service-card h3{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0 0 .75rem}.error-service-card p{font-size:.9375rem;color:#64748b;line-height:1.6;margin:0 0 1.5rem;flex-grow:1}.error-service-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#0f172a;margin-top:auto;transition:color .2s ease}.error-service-card:hover .error-service-link{color:var(--color-accent)}.error-service-link svg{transition:transform .2s ease}.error-service-card:hover .error-service-link svg{transform:translateX(4px)}.error-cta{padding:5rem 0}.error-cta-content{text-align:center;max-width:700px;margin:0 auto}.error-cta-content h2{font-size:2rem;font-weight:600;color:var(--color-text);margin:0 0 1rem}.error-cta-content p{font-size:1.125rem;line-height:1.7;color:var(--color-text-muted);margin:0 0 2rem}.error-cta-buttons{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap}.error-cta-buttons .btn-outline{display:inline-flex;align-items:center;padding:1rem 2rem;background:var(--color-bg);color:var(--color-accent);font-size:1rem;font-weight:600;border:2px solid var(--color-accent);border-radius:8px;text-decoration:none;transition:all var(--transition-normal)}.error-cta-buttons .btn-outline:hover{background:var(--color-accent);color:var(--color-bg)}.error-cta-buttons .btn-text{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text-muted);font-size:1rem;font-weight:500;text-decoration:none;transition:color var(--transition-normal)}.error-cta-buttons .btn-text:hover{color:var(--color-accent)}.error-cta-buttons .btn-text svg{transition:transform .2s ease}.error-cta-buttons .btn-text:hover svg{transform:translateX(4px)}@media(max-width:1024px){.error-services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.error-hero{min-height:60vh;padding:4rem 1.5rem}.error-digit{-webkit-text-stroke-width:1.5px}.error-buttons{flex-direction:column;align-items:center}.error-buttons .btn-primary,.error-buttons .btn-secondary{width:100%;max-width:280px;justify-content:center}.error-circle-1{width:250px;height:250px}.error-circle-2{width:180px;height:180px}.error-circle-3{display:none}}@media(max-width:640px){.error-services-grid{grid-template-columns:1fr}.error-service-card{padding:1.5rem}.error-cta-content h2{font-size:1.5rem}.error-cta-buttons{flex-direction:column;gap:1rem}.error-cta-buttons .btn-outline{width:100%;max-width:280px;justify-content:center}}.medium-zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s;will-change:opacity}.medium-zoom--opened .medium-zoom-overlay{cursor:pointer;cursor:zoom-out;opacity:1}.medium-zoom-image{cursor:pointer;cursor:zoom-in;transition:transform .3s cubic-bezier(.2,0,.2,1)!important}.medium-zoom-image--hidden{visibility:hidden}.medium-zoom-image--opened{position:relative;cursor:pointer;cursor:zoom-out;will-change:transform}