/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@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: 'IBM Plex Mono', monospace;
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-cyan: #35C0E1;
    --color-cyan-dk: #1a9dbf;
    --color-cyan-deep: #0d7a96;
    --color-cyan-pale: #e6f8fc;
    --color-cyan-mist: #f0fbfe;
    --color-grey: #4A494A;
    --color-grey-lt: #6b6b6b;
    --color-grey-pale: #f4f4f4;
    --color-bg-dark: #081820;
    --color-bg-dark2: #0c2030;
    --color-ink: #1a1a1a;
    --color-muted: #667788;
    --color-border: rgba(53, 192, 225, .18);
    --color-border-dim: rgba(0, 0, 0, .09);
    --font-brand: 'Nunito', 'Century Gothic', sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-7xl {
    @media (width >= 64rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: var(--font-brand);
    background: #fff;
    color: var(--color-ink);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  h1, h2, h3, h4, h5 {
    font-family: var(--font-brand);
  }
}
@layer components {
  .wrap {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
  hr.div {
    border: none;
    border-top: 1px solid var(--color-border-dim);
  }
  .hr-dim {
    border-color: rgba(255, 255, 255, .06);
  }
  .sp {
    padding: 6rem 0;
  }
  .lbl {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-family: var(--font-mono);
    font-size: .67rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--color-cyan);
    margin-bottom: .9rem;
  }
  .lbl::before {
    content: '';
    width: 18px;
    height: 1.5px;
    background: var(--color-cyan);
  }
  .h2 {
    font-size: clamp(1.85rem, 3.2vw, 2.7rem);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.1;
  }
  .h2 .c {
    color: var(--color-cyan);
  }
  #nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    transition: background .3s, box-shadow .3s, border-color .3s;
  }
  #nav.top {
    background: transparent;
  }
  #nav.scrolled {
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid var(--color-border-dim);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .07);
    backdrop-filter: blur(14px);
  }
  .nav-inner {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: .65rem;
    text-decoration: none;
  }
  .logo-img {
    height: 32px;
    width: auto;
    display: block;
    transition: filter .3s;
  }
  #nav.top .logo-img {
    filter: brightness(0) invert(1);
  }
  .f-logo-img {
    height: 30px;
    width: auto;
    display: block;
    opacity: .85;
  }
  .logo-box {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--color-cyan);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-size: .72rem;
    font-weight: 500;
    color: #fff;
  }
  .logo-text {
    font-weight: 900;
    font-size: 1rem;
    color: var(--color-ink);
    transition: color .3s;
  }
  .logo-text em {
    color: var(--color-cyan);
    font-style: normal;
  }
  #nav.top .logo-text {
    color: #fff;
  }
  #nav.top .logo-text em {
    color: rgba(255, 255, 255, .65);
  }
  .nav-ul {
    display: flex;
    align-items: center;
    gap: .15rem;
    list-style: none;
  }
  .nav-ul a {
    padding: .42rem .85rem;
    border-radius: 6px;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--color-ink);
    transition: all .15s;
  }
  .nav-ul a:hover {
    background: var(--color-cyan-pale);
    color: var(--color-cyan-deep);
  }
  #nav.top .nav-ul a {
    color: rgba(255, 255, 255, .85);
  }
  #nav.top .nav-ul a:hover {
    background: rgba(255, 255, 255, .15);
    color: #fff;
  }
  .nav-ul a.active {
    background: var(--color-cyan-pale);
    color: var(--color-cyan-deep);
  }
  #nav.top .nav-ul a.active {
    background: rgba(255, 255, 255, .15);
    color: #fff;
  }
  .mlink.active {
    color: var(--color-cyan);
  }
  .svc-li {
    position: relative;
  }
  .svc-li > a {
    display: flex;
    align-items: center;
    gap: .2rem;
  }
  .drop {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    background: rgba(10, 22, 34, .92);
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    border: 1px solid var(--color-border);
    border-radius: 18px;
    padding: .65rem;
    min-width: 320px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .55), 0 0 0 1px rgba(255, 255, 255, .04) inset;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
    pointer-events: none;
  }
  .svc-li:hover .drop, .svc-li:focus-within .drop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
  .drop::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(53, 192, 225, .55), transparent);
    border-radius: 1px;
  }
  .drop-lbl {
    font-family: var(--font-mono);
    font-size: .58rem;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: rgba(53, 192, 225, .5);
    padding: .3rem .85rem .6rem;
  }
  .drow {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .65rem .85rem;
    border-radius: 11px;
    text-decoration: none;
    color: rgba(255, 255, 255, .82);
    transition: background .15s, color .15s;
  }
  .drow:hover {
    background: rgba(53, 192, 225, .1);
    color: #fff;
  }
  .dico {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    background: rgba(255, 255, 255, .07) !important;
    border: 1px solid rgba(255, 255, 255, .09);
  }
  .dname {
    font-weight: 700;
    font-size: .85rem;
    color: #fff;
  }
  .dsub {
    font-size: .73rem;
    color: rgba(255, 255, 255, .38);
    margin-top: 2px;
  }
  .dpill {
    margin-left: auto;
    font-family: var(--font-mono);
    font-size: .57rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: .18rem .55rem;
    border-radius: 5px;
    flex-shrink: 0;
  }
  .live {
    background: rgba(34, 197, 94, .12);
    color: #4ade80;
    border: 1px solid rgba(74, 222, 128, .25);
  }
  .soon {
    background: rgba(53, 192, 225, .1);
    color: var(--color-cyan);
    border: 1px solid rgba(53, 192, 225, .25);
  }
  .nav-cta {
    background: var(--color-cyan) !important;
    color: #fff !important;
    padding: .46rem 1.2rem !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    transition: background .2s !important;
  }
  .nav-cta:hover {
    background: var(--color-cyan-dk) !important;
  }
  #nav.top .nav-cta {
    background: #fff !important;
    color: var(--color-cyan-deep) !important;
  }
  #mob-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    align-items: center;
  }
  #mob-menu {
    display: none;
    background: #fff;
    border-top: 1px solid var(--color-border-dim);
    padding: 1.2rem 1.5rem;
  }
  .mlink {
    display: block;
    padding: .5rem 0;
    font-size: .9rem;
    font-weight: 600;
    color: var(--color-ink);
    text-decoration: none;
    border-bottom: 1px solid var(--color-border-dim);
  }
  .mlink:last-child {
    border-bottom: none;
  }
  .mlink:hover {
    color: var(--color-cyan);
  }
  .mlink-cta {
    color: var(--color-cyan);
    font-weight: 900;
    border: none;
  }
  .hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 640px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }
  .hero-fallback {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(135deg, var(--color-bg-dark) 0%, #0a2535 50%, var(--color-bg-dark) 100%);
  }
  .yt-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
  }
  .yt-wrap iframe, .yt-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.78vh;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border: 0;
  }
  .hero-ov {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(8, 24, 32, .45) 0%, rgba(8, 24, 32, .25) 40%, rgba(8, 24, 32, .65) 70%, rgba(8, 24, 32, .93) 100%), linear-gradient(to right, rgba(8, 24, 32, .55) 0%, transparent 55%);
  }
  .hero-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 4px;
    background: var(--color-cyan);
  }
  .cert-row {
    position: absolute;
    top: 80px;
    right: 2rem;
    z-index: 4;
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .chip {
    display: flex;
    align-items: center;
    gap: .35rem;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .22);
    backdrop-filter: blur(8px);
    border-radius: 6px;
    padding: .3rem .7rem;
    font-family: var(--font-mono);
    font-size: .61rem;
    color: rgba(255, 255, 255, .82);
    letter-spacing: .04em;
  }
  .hero-body {
    position: relative;
    z-index: 4;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 2rem 5.5rem;
    width: 100%;
  }
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    background: rgba(53, 192, 225, .15);
    border: 1px solid rgba(53, 192, 225, .35);
    backdrop-filter: blur(6px);
    border-radius: 100px;
    padding: .28rem .9rem .28rem .5rem;
    font-family: var(--font-mono);
    font-size: .67rem;
    letter-spacing: .07em;
    color: rgba(255, 255, 255, .88);
    text-transform: uppercase;
    margin-bottom: 1.8rem;
  }
  .edot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-cyan);
    animation: blink 2s ease-in-out infinite;
  }
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: .4;
    }
  }
  .hero-h1 {
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.035em;
    color: #fff;
    max-width: 800px;
    margin-bottom: 1.4rem;
  }
  .hero-h1 .ac {
    color: var(--color-cyan);
  }
  .hero-p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .65);
    max-width: 500px;
    line-height: 1.85;
    margin-bottom: 2.4rem;
  }
  .hero-btns {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .btn-cyan {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: var(--color-cyan);
    color: #fff;
    padding: .82rem 1.8rem;
    border-radius: 9px;
    font-weight: 700;
    font-size: .9rem;
    font-family: var(--font-brand);
    text-decoration: none;
    border: 2px solid var(--color-cyan);
    transition: all .2s;
  }
  .btn-cyan:hover {
    background: var(--color-cyan-dk);
    border-color: var(--color-cyan-dk);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(53, 192, 225, .4);
  }
  .btn-outline-w {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border: 2px solid rgba(255, 255, 255, .35);
    color: rgba(255, 255, 255, .88);
    padding: .82rem 1.8rem;
    border-radius: 9px;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s;
    backdrop-filter: blur(4px);
  }
  .btn-outline-w:hover {
    border-color: var(--color-cyan);
    color: var(--color-cyan);
  }
  .btn-white {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: var(--color-cyan);
    color: #fff;
    padding: .88rem 1.85rem;
    border-radius: 9px;
    font-weight: 800;
    font-size: .9rem;
    font-family: var(--font-brand);
    text-decoration: none;
    transition: all .2s;
  }
  .btn-white:hover {
    background: var(--color-cyan-dk);
    transform: translateY(-1px);
  }
  .btn-outline-w2 {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border: 2px solid rgba(255, 255, 255, .4);
    color: rgba(255, 255, 255, .9);
    padding: .88rem 1.85rem;
    border-radius: 9px;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s;
  }
  .btn-outline-w2:hover {
    border-color: #fff;
    color: #fff;
  }
  .hero-stat-inline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1.5rem;
    margin-left: .5rem;
    border-left: 1px solid rgba(255, 255, 255, .2);
  }
  .hero-stat-num {
    font-size: 1.75rem;
    font-weight: 900;
    color: var(--color-cyan);
    line-height: 1;
    letter-spacing: -.02em;
    font-variant-numeric: tabular-nums;
  }
  .hero-stat-lbl {
    font-size: .68rem;
    color: rgba(255, 255, 255, .48);
    margin-top: .28rem;
    font-weight: 600;
    letter-spacing: .02em;
  }
  .scroll-cue {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
    font-family: var(--font-mono);
    font-size: .59rem;
    color: rgba(255, 255, 255, .35);
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .scroll-track {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, .18);
    position: relative;
    overflow: hidden;
  }
  .scroll-track::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: var(--color-cyan);
    animation: sfal 1.6s ease-in infinite;
  }
  @keyframes sfal {
    0% {
      transform: translateY(-100%);
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    70% {
      opacity: 1;
    }
    100% {
      transform: translateY(230%);
      opacity: 0;
    }
  }
  .about-bg {
    background: var(--color-cyan-mist);
  }
  .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
  }
  .about-h2 {
    margin-bottom: 1.2rem;
  }
  .about-p {
    color: var(--color-muted);
    font-size: .95rem;
    line-height: 1.85;
    margin-bottom: .95rem;
  }
  .about-lead {
    color: var(--color-grey);
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.85;
    margin: 1.4rem 0 .2rem;
  }
  .about-sublist {
    list-style: none;
    margin: .6rem 0 0;
    padding: 0;
  }
  .about-sublist li {
    position: relative;
    padding-left: 1.15rem;
    color: var(--color-muted);
    font-size: .9rem;
    line-height: 1.8;
    margin-bottom: .4rem;
  }
  .about-sublist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .72rem;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--color-cyan-dk);
  }
  .about-video-ph {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 320px;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    background: linear-gradient(145deg, var(--color-bg-dark), var(--color-bg-dark2));
    border: 1px solid var(--color-border-dim);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .9rem;
    overflow: hidden;
  }
  .about-video-play {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: var(--color-cyan);
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
  }
  .about-video-play svg {
    margin-left: 2px;
  }
  .about-video-play:hover {
    background: var(--color-cyan-dk);
    transform: scale(1.06);
  }
  .about-video-label {
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .02em;
    color: rgba(255, 255, 255, .65);
    font-family: var(--font-brand);
  }
  .plat-bg {
    background: var(--color-bg-dark);
  }
  .plat-header {
    text-align: center;
    margin-bottom: 3.5rem;
  }
  .plat-lbl {
    justify-content: center;
  }
  .plat-h2 {
    font-size: clamp(1.85rem, 3.2vw, 2.7rem);
    font-weight: 900;
    color: #fff;
    letter-spacing: -.025em;
    margin-bottom: .9rem;
  }
  .plat-sub {
    color: rgba(255, 255, 255, .48);
    max-width: 520px;
    margin: 0 auto;
    font-size: .95rem;
    line-height: 1.8;
  }
  .v2 {
    font-family: var(--font-brand);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 16px;
    padding: 36px;
    margin: 2.5rem 0;
  }
  .v2-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
  }
  .v2-lbl {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--color-cyan);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
  }
  .v2-lbl::before {
    content: '';
    width: 18px;
    height: 1.5px;
    background: var(--color-cyan);
  }
  .v2-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--color-grey);
    letter-spacing: -.025em;
  }
  .v2-title em {
    color: var(--color-cyan);
    font-style: normal;
  }
  .v2-badge {
    font-family: var(--font-mono);
    font-size: 10px;
    background: var(--color-cyan-pale);
    color: var(--color-cyan-dk);
    border: 1px solid rgba(53, 192, 225, .3);
    border-radius: 6px;
    padding: 4px 10px;
    letter-spacing: .05em;
  }
  .v2-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 28px;
    align-items: stretch;
  }
  .v2-timeline {
    position: relative;
    padding-left: 28px;
  }
  .v2-timeline::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(to bottom, var(--color-cyan) 0%, rgba(53, 192, 225, .15) 100%);
  }
  .v2-item {
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .v2-item:last-child {
    margin-bottom: 0;
  }
  .v2-dot {
    position: absolute;
    left: -28px;
    top: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    font-size: 8px;
    font-family: var(--font-mono);
    color: var(--color-grey-lt);
  }
  .v2-item.active .v2-dot {
    background: var(--color-cyan);
    border-color: var(--color-cyan);
    box-shadow: 0 0 0 4px rgba(53, 192, 225, .18);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
  }
  .v2-card {
    background: var(--color-grey-pale);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 10px;
    padding: 12px 14px;
    transition: all .2s;
  }
  .v2-item.active .v2-card {
    background: var(--color-cyan-pale);
    border-color: rgba(53, 192, 225, .3);
  }
  .v2-item:hover .v2-card {
    border-color: var(--color-cyan);
  }
  .v2-card-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .v2-card-emoji {
    font-size: 16px;
    flex-shrink: 0;
  }
  .v2-card-img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
  }
  .v2-card-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--color-grey);
    line-height: 1.2;
  }
  .v2-item.active .v2-card-name {
    color: var(--color-cyan-dk);
  }
  .v2-card-sub {
    font-family: var(--font-mono);
    font-size: 10px;
    color: var(--color-grey-lt);
    margin-top: 3px;
  }
  .v2-right {
    display: flex;
    flex-direction: column;
  }
  .v2-panel {
    background: var(--color-grey);
    border-radius: 12px;
    padding: 20px;
    color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .v2-panel-img-wrap {
    width: 100%;
    height: 340px;
    flex: none;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 14px;
    background: rgba(255, 255, 255, .06);
  }
  .v2-panel-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .v2-tab-slider {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
  }
  .v2-tab-slider.active {
    display: block;
  }
  .v2-slides-inner {
    display: flex;
    height: 100%;
    transition: transform .45s cubic-bezier(.4,0,.2,1);
  }
  .v2-slide {
    position: relative;
    flex: 0 0 100%;
    height: 100%;
  }
  .v2-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .v2-slide-title {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    font-family: var(--font-mono);
    letter-spacing: .06em;
    text-transform: uppercase;
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 4px 9px;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
  }
  .v2-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.42);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: .7;
    transition: opacity .2s, background .2s;
    padding: 0;
  }
  .v2-slider-btn:hover {
    opacity: 1;
    background: rgba(0,0,0,.65);
  }
  .v2-slider-prev {
    left: 8px;
  }
  .v2-slider-next {
    right: 8px;
  }
  .v2-slider-dots {
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    z-index: 2;
  }
  .v2-sdot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,.35);
    cursor: pointer;
    transition: background .25s, transform .25s;
  }
  .v2-sdot.active {
    background: #fff;
    transform: scale(1.3);
  }
  .v2-panel-label {
    font-family: var(--font-mono);
    font-size: 9px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .35);
    margin-bottom: 10px;
  }
  .v2-panel-name {
    font-size: 16px;
    font-weight: 800;
    color: var(--color-cyan);
    margin-bottom: 8px;
    letter-spacing: -.02em;
  }
  .v2-panel-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
    line-height: 1.7;
    margin-bottom: 14px;
  }
  .v2-panel-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .v2-panel-tag {
    font-family: var(--font-mono);
    font-size: 9.5px;
    background: rgba(53, 192, 225, .12);
    border: 1px solid rgba(53, 192, 225, .22);
    color: var(--color-cyan);
    border-radius: 4px;
    padding: 2px 7px;
  }
  .v2-progress {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }
  .v2-progress-label {
    font-family: var(--font-mono);
    font-size: 9px;
    color: rgba(255, 255, 255, .25);
    letter-spacing: .08em;
    margin-bottom: 6px;
  }
  .v2-progress-bar {
    height: 3px;
    background: rgba(255, 255, 255, .1);
    border-radius: 2px;
    overflow: hidden;
  }
  .v2-progress-fill {
    height: 100%;
    background: var(--color-cyan);
    border-radius: 2px;
    transition: width .4s ease;
  }
  .feats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 14px;
    overflow: hidden;
  }
  .feat {
    background: rgba(255, 255, 255, .03);
    padding: 1.8rem 1.4rem;
    transition: background .2s;
  }
  .feat:hover {
    background: rgba(53, 192, 225, .07);
  }
  .fn {
    font-family: var(--font-mono);
    font-size: .6rem;
    color: rgba(255, 255, 255, .2);
    margin-bottom: .65rem;
    letter-spacing: .08em;
  }
  .feat-img {
    width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: .55rem;
    display: block;
    opacity: .85;
  }
  .feat h4 {
    font-size: .88rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .32rem;
  }
  .feat p {
    font-size: .79rem;
    color: rgba(255, 255, 255, .4);
    line-height: 1.7;
  }
  .port-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
  .tab-rail {
    display: flex;
    gap: .3rem;
    background: var(--color-grey-pale);
    border: 1px solid var(--color-border-dim);
    border-radius: 10px;
    padding: .27rem;
    flex-wrap: wrap;
    align-self: flex-end;
  }
  .tb {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: .42rem 1rem;
    border-radius: 7px;
    font-size: .79rem;
    font-weight: 700;
    font-family: var(--font-brand);
    color: var(--color-muted);
    transition: all .15s;
  }
  .tb.active {
    background: #fff;
    color: var(--color-cyan-deep);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .09);
  }
  .tb:hover:not(.active) {
    color: var(--color-ink);
  }
  .mgrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
  }
  .mcard {
    background: #fff;
    border: 1px solid var(--color-border-dim);
    border-radius: 16px;
    padding: 1.8rem;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: all .25s;
  }
  .mcard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--color-cyan);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s;
  }
  .mcard:hover {
    border-color: rgba(53, 192, 225, .3);
    box-shadow: 0 12px 40px rgba(53, 192, 225, .12);
    transform: translateY(-3px);
  }
  .mcard:hover::before {
    transform: scaleX(1);
  }
  .mhead {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .mbadge {
    font-size: .61rem;
    font-family: var(--font-mono);
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .2rem .6rem;
    border-radius: 5px;
  }
  .br {
    background: #e0f4fa;
    color: #0369a1;
    border: 1px solid #bae6fd;
  }
  .bs {
    background: #fdf4ff;
    color: #7e22ce;
    border: 1px solid #e9d5ff;
  }
  .ba {
    background: var(--color-cyan-pale);
    color: var(--color-cyan-deep);
    border: 1px solid rgba(53, 192, 225, .35);
  }
  .mcard h3 {
    font-size: 1.07rem;
    font-weight: 800;
    letter-spacing: -.02em;
    margin-bottom: .45rem;
    line-height: 1.25;
  }
  .flagship {
    display: inline-block;
    vertical-align: middle;
    font-family: var(--font-mono);
    font-size: .57rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    background: rgba(53, 192, 225, .1);
    border: 1px solid rgba(53, 192, 225, .3);
    color: var(--color-cyan-deep);
    padding: .13rem .48rem;
    border-radius: 4px;
    margin-left: .38rem;
  }
  .mmet {
    display: flex;
    gap: 1.4rem;
    margin: .75rem 0;
  }
  .mv {
    font-size: 1.45rem;
    font-weight: 900;
    color: var(--color-cyan-deep);
    line-height: 1;
  }
  .ml {
    font-size: .6rem;
    color: var(--color-muted);
    margin-top: 2px;
    font-family: var(--font-mono);
  }
  .mcard p {
    font-size: .85rem;
    color: #4a5568;
    line-height: 1.75;
    flex: 1;
    margin-bottom: 1.15rem;
  }
  .mtags {
    display: flex;
    flex-wrap: wrap;
    gap: .37rem;
    padding-top: 1rem;
    border-top: 1px solid var(--color-border-dim);
  }
  .mtag {
    font-size: .6rem;
    font-family: var(--font-mono);
    background: var(--color-grey-pale);
    color: var(--color-muted);
    border: 1px solid var(--color-border-dim);
    border-radius: 4px;
    padding: .16rem .48rem;
  }
  .dot-g {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #22c55e;
  }
  .dot-a {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f59e0b;
  }
  .slive {
    font-size: .61rem;
    font-family: var(--font-mono);
    color: #15803d;
  }
  .sval {
    font-size: .61rem;
    font-family: var(--font-mono);
    color: #b45309;
  }
  .mst {
    display: flex;
    align-items: center;
    gap: .3rem;
  }
  .impact-bg {
    background: var(--color-bg-dark);
  }
  .impact-header {
    margin-bottom: 2.5rem;
  }
  .impact-h2 {
    color: #fff;
    margin-bottom: .7rem;
  }
  .impact-sub {
    color: rgba(255, 255, 255, .48);
    max-width: 480px;
    font-size: .95rem;
    line-height: 1.8;
  }
  .impact-lbl {
    color: var(--color-cyan);
  }
  .impact-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 2rem;
  }
  .ic {
    background: rgba(255, 255, 255, .03);
    padding: 2.2rem 1.8rem;
    transition: background .2s;
  }
  .ic:hover {
    background: rgba(53, 192, 225, .09);
  }
  .iv {
    font-size: 3rem;
    font-weight: 900;
    color: var(--color-cyan);
    line-height: 1;
    margin-bottom: .4rem;
    letter-spacing: -.03em;
  }
  .il {
    font-size: .8rem;
    color: rgba(255, 255, 255, .45);
    line-height: 1.4;
  }
  .impact-bento {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
  }
  .bcard {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    padding: 1.8rem 2rem;
    transition: border-color .2s;
  }
  .bcard:hover {
    border-color: rgba(53, 192, 225, .28);
  }
  .bcard-lbl {
    font-family: var(--font-mono);
    font-size: .62rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--color-cyan);
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  .bcard-lbl::before {
    content: '';
    width: 14px;
    height: 1.5px;
    background: var(--color-cyan);
  }
  .tl {
    padding-left: 1.4rem;
    position: relative;
  }
  .tl::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 4px;
    bottom: 4px;
    width: 1.5px;
    background: linear-gradient(to bottom, var(--color-cyan), rgba(53, 192, 225, .1));
  }
  .tli {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1.6rem;
  }
  .tli:last-child {
    margin-bottom: 0;
  }
  .tli::before {
    content: '';
    position: absolute;
    left: -1.72rem;
    top: .3rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-cyan);
    box-shadow: 0 0 0 3px rgba(53, 192, 225, .22);
  }
  .tly {
    font-family: var(--font-mono);
    font-size: .63rem;
    color: var(--color-cyan);
    margin-bottom: .2rem;
    letter-spacing: .04em;
  }
  .tli h4 {
    font-size: .88rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .17rem;
  }
  .tli p {
    font-size: .79rem;
    color: rgba(255, 255, 255, .42);
    line-height: 1.65;
  }
  .tli-refs {
    display: flex;
    flex-direction: column;
    gap: .38rem;
    margin-top: .65rem;
  }
  .tli-ref {
    display: flex;
    align-items: baseline;
    gap: .45rem;
    font-size: .72rem;
    color: rgba(255, 255, 255, .35);
    line-height: 1.5;
  }
  .tref-badge {
    font-family: var(--font-mono);
    font-size: .54rem;
    text-transform: uppercase;
    letter-spacing: .07em;
    padding: .12rem .45rem;
    border-radius: 4px;
    flex-shrink: 0;
    line-height: 1.6;
  }
  .tref-pat {
    background: rgba(167, 139, 250, .12);
    color: #c4b5fd;
    border: 1px solid rgba(167, 139, 250, .25);
  }
  .tref-pub {
    background: rgba(53, 192, 225, .1);
    color: var(--color-cyan);
    border: 1px solid rgba(53, 192, 225, .22);
  }
  .vlist {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    margin-top: 1.3rem;
  }
  .vrow {
    background: #fff;
    border: 1px solid var(--color-border-dim);
    border-radius: 12px;
    padding: 1.15rem 1.25rem;
    display: flex;
    gap: .85rem;
    align-items: flex-start;
    transition: border-color .2s;
  }
  .vrow:hover {
    border-color: var(--color-cyan);
  }
  .vico {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: var(--color-cyan-pale);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    overflow: hidden;
  }
  .vico img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
  }
  .vrow h4 {
    font-size: .87rem;
    font-weight: 700;
    margin-bottom: .2rem;
  }
  .vrow p {
    font-size: .78rem;
    color: var(--color-muted);
    margin: 0;
    line-height: 1.6;
  }
  .media-hd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
  .media-sub {
    color: var(--color-muted);
    font-size: .9rem;
    line-height: 1.8;
    max-width: 380px;
    align-self: flex-end;
  }
  .media-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
  .media-card {
    background: #fff;
    border: 1px solid var(--color-border-dim);
    border-radius: 14px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    transition: border-color .2s, box-shadow .2s, transform .2s;
  }
  .media-card:hover {
    border-color: rgba(53, 192, 225, .35);
    box-shadow: 0 8px 32px rgba(53, 192, 225, .1);
    transform: translateY(-2px);
  }
  .media-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
  }
  .mbadge {
    font-family: var(--font-mono);
    font-size: .57rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: .18rem .55rem;
    border-radius: 5px;
    flex-shrink: 0;
  }
  .mc-press {
    background: #e0f4fa;
    color: #0369a1;
    border: 1px solid #bae6fd;
  }
  .mc-blog {
    background: var(--color-cyan-pale);
    color: var(--color-cyan-deep);
    border: 1px solid rgba(53, 192, 225, .3);
  }
  .media-source {
    font-family: var(--font-mono);
    font-size: .67rem;
    color: var(--color-muted);
    font-weight: 500;
    text-align: right;
  }
  .media-title {
    font-size: .94rem;
    font-weight: 800;
    color: var(--color-ink);
    line-height: 1.4;
    letter-spacing: -.015em;
    flex: 1;
  }
  .media-excerpt {
    font-size: .8rem;
    color: var(--color-muted);
    line-height: 1.75;
    flex: 1;
  }
  .media-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .85rem;
    border-top: 1px solid var(--color-border-dim);
    margin-top: auto;
  }
  .media-date {
    font-family: var(--font-mono);
    font-size: .62rem;
    color: var(--color-muted);
    letter-spacing: .04em;
  }
  .media-link {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .75rem;
    font-weight: 700;
    color: var(--color-cyan-deep);
    text-decoration: none;
    transition: color .15s;
  }
  .media-link:hover {
    color: var(--color-cyan);
  }
  .collab-bg {
    background: var(--color-bg-dark);
  }
  .collab-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
  .collab-ey {
    font-family: var(--font-mono);
    font-size: .66rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--color-cyan);
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
  }
  .collab-ey::before {
    content: '';
    width: 18px;
    height: 1.5px;
    background: var(--color-cyan);
  }
  .collab-h2 {
    font-size: clamp(2rem, 3.8vw, 3.4rem);
    font-weight: 900;
    color: #fff;
    letter-spacing: -.03em;
    line-height: 1.08;
    margin-bottom: 1.2rem;
  }
  .collab-h2 em {
    color: var(--color-cyan);
    font-style: normal;
  }
  .collab-sub {
    color: rgba(255, 255, 255, .55);
    font-size: .95rem;
    line-height: 1.85;
    margin-bottom: 2rem;
    max-width: 420px;
  }
  .collab-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
  }
  .collab-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .85rem;
  }
  .ccard {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    padding: 1.25rem;
    transition: background .2s, border-color .2s;
  }
  .ccard:hover {
    background: rgba(53, 192, 225, .08);
    border-color: rgba(53, 192, 225, .3);
  }
  .ccard-ico {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin-bottom: .6rem;
  }
  .ccard-title {
    font-size: .85rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: .35rem;
    line-height: 1.3;
  }
  .ccard-sub {
    font-family: var(--font-mono);
    font-size: .68rem;
    color: rgba(255, 255, 255, .38);
    line-height: 1.5;
  }
  .faq-bg {
    background: var(--color-cyan-mist);
  }
  .faq-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 5rem;
    align-items: start;
  }
  .faq-stick {
    position: sticky;
    top: 90px;
  }
  .faq-sub {
    color: var(--color-muted);
    margin-top: 1rem;
    font-size: .875rem;
    line-height: 1.8;
  }
  .faq-contact {
    margin-top: 1.8rem;
    background: #fff;
    border: 1px solid var(--color-border-dim);
    border-radius: 12px;
    padding: 1.25rem 1.35rem;
  }
  .faq-email {
    font-weight: 900;
    color: var(--color-ink);
    font-size: .9rem;
    text-decoration: none;
    display: block;
  }
  .faq-loc {
    font-size: .77rem;
    color: var(--color-muted);
    margin-top: .3rem;
  }
  .fcl {
    font-family: var(--font-mono);
    font-size: .6rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--color-cyan);
    margin-bottom: .4rem;
  }
  .flist {
    border: 1px solid var(--color-border-dim);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
  }
  .fq {
    border-bottom: 1px solid var(--color-border-dim);
  }
  .fq:last-child {
    border-bottom: none;
  }
  .fqq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 1.5rem;
    cursor: pointer;
    font-size: .88rem;
    font-weight: 700;
    gap: 1rem;
    transition: background .15s;
  }
  .fqq:hover {
    background: var(--color-cyan-mist);
  }
  .fqico {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid var(--color-border-dim);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    color: var(--color-muted);
    flex-shrink: 0;
    transition: all .25s;
  }
  .fqa {
    max-height: 0;
    overflow: hidden;
    background: var(--color-cyan-mist);
    transition: max-height .35s ease;
  }
  .fqa.open {
    max-height: 360px;
  }
  .fqai {
    padding: 0 1.5rem 1.2rem;
  }
  .fqai p {
    font-size: .875rem;
    color: #4a5568;
    line-height: 1.85;
  }
  .fqai a {
    color: var(--color-cyan);
  }
  .fq.open .fqico {
    background: var(--color-cyan);
    border-color: var(--color-cyan);
    color: #fff;
    transform: rotate(45deg);
  }
  .fq.open .fqq {
    background: var(--color-cyan-mist);
    color: var(--color-cyan-deep);
  }
  .foot-bg {
    background: #060e14;
    position: relative;
    padding: 5rem 0 2rem;
  }
  .foot-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, transparent 0%, var(--color-cyan) 35%, var(--color-cyan-dk) 65%, transparent 100%);
  }
  .ftop {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr 1fr;
    gap: 3.5rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
  }
  .f-brand-logo {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: .9rem;
  }
  .f-logo-box {
    width: 38px;
    height: 38px;
    background: var(--color-cyan);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-size: .72rem;
    font-weight: 600;
    color: #fff;
    flex-shrink: 0;
  }
  .f-logo-name {
    font-family: var(--font-brand);
    font-weight: 900;
    font-size: 1rem;
    color: #fff;
    line-height: 1.15;
  }
  .f-logo-name em {
    color: var(--color-cyan);
    font-style: normal;
  }
  .f-logo-sub {
    font-family: var(--font-mono);
    font-size: .6rem;
    color: rgba(255, 255, 255, .28);
    letter-spacing: .08em;
    margin-top: 1px;
  }
  .fdesc {
    font-size: .83rem;
    color: rgba(255, 255, 255, .42);
    line-height: 1.8;
    max-width: 270px;
    margin-bottom: 1.2rem;
  }
  .f-contact-pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(53, 192, 225, .1);
    border: 1px solid rgba(53, 192, 225, .22);
    border-radius: 8px;
    padding: .5rem .9rem;
    text-decoration: none;
    transition: background .2s, border-color .2s;
  }
  .f-contact-pill:hover {
    background: rgba(53, 192, 225, .18);
    border-color: rgba(53, 192, 225, .4);
  }
  .f-contact-pill svg {
    color: var(--color-cyan);
  }
  .f-contact-pill span {
    font-family: var(--font-mono);
    font-size: .72rem;
    color: var(--color-cyan);
    font-weight: 500;
  }
  .floc {
    font-family: var(--font-mono);
    font-size: .64rem;
    color: rgba(255, 255, 255, .2);
    margin-top: .8rem;
    display: flex;
    align-items: center;
    gap: .35rem;
  }
  .fch {
    font-family: var(--font-mono);
    font-size: .62rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: rgba(255, 255, 255, .28);
    margin-bottom: 1.1rem;
  }
  .flinks {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .6rem;
  }
  .flinks a {
    font-size: .84rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .45);
    text-decoration: none;
    transition: color .15s;
    display: flex;
    align-items: center;
    gap: .3rem;
  }
  .flinks a:hover {
    color: var(--color-cyan);
  }
  .fbot {
    padding-top: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .fcopy {
    font-size: .76rem;
    color: rgba(255, 255, 255, .2);
  }
  .ftags {
    display: flex;
    gap: .4rem;
    flex-wrap: wrap;
  }
  .ftag {
    font-family: var(--font-mono);
    font-size: .58rem;
    color: rgba(255, 255, 255, .22);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 5px;
    padding: .15rem .5rem;
    transition: color .15s, border-color .15s;
  }
  .ftag:hover {
    color: var(--color-cyan);
    border-color: rgba(53, 192, 225, .3);
  }
  .cmodal-overlay {
    position: fixed;
    inset: 0;
    z-index: 900;
    background: rgba(6, 14, 20, .72);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s;
  }
  .cmodal-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
  .cmodal {
    background: #0e1f2e;
    border: 1px solid rgba(53, 192, 225, .18);
    border-radius: 20px;
    padding: 2.4rem 2.2rem 2rem;
    width: 100%;
    max-width: 580px;
    position: relative;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .6);
    transform: translateY(18px) scale(.97);
    transition: transform .28s cubic-bezier(.22, 1, .36, 1);
  }
  .cmodal-overlay.is-open .cmodal {
    transform: none;
  }
  .cmodal-close {
    position: absolute;
    top: 1.1rem;
    right: 1.1rem;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(255, 255, 255, .55);
    transition: background .15s, color .15s;
  }
  .cmodal-close:hover {
    background: rgba(255, 255, 255, .14);
    color: #fff;
  }
  .cmodal-ey {
    font-family: var(--font-mono);
    font-size: .62rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--color-cyan);
    display: flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: .55rem;
  }
  .cmodal-ey::before {
    content: '';
    width: 16px;
    height: 1.5px;
    background: var(--color-cyan);
  }
  .cmodal-title {
    font-size: 1.55rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -.025em;
    margin-bottom: .35rem;
  }
  .cmodal-sub {
    font-size: .82rem;
    color: rgba(255, 255, 255, .45);
    margin-bottom: 1.6rem;
    line-height: 1.6;
  }
  .cmodal-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .cform-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .cform-field {
    display: flex;
    flex-direction: column;
    gap: .38rem;
  }
  .cform-label {
    font-size: .73rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .6);
    letter-spacing: .02em;
  }
  .cform-req {
    color: var(--color-cyan);
  }
  .cform-input {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 9px;
    padding: .65rem .9rem;
    font-size: .85rem;
    font-family: var(--font-brand);
    color: #fff;
    outline: none;
    transition: border-color .15s, background .15s;
    width: 100%;
  }
  .cform-input::placeholder {
    color: rgba(255, 255, 255, .22);
  }
  .cform-input:focus {
    border-color: var(--color-cyan);
    background: rgba(53, 192, 225, .06);
  }
  .cform-input.cform-err {
    border-color: #f87171;
    background: rgba(248, 113, 113, .06);
  }
  .cform-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='rgba(255,255,255,.4)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    padding-right: 2.2rem;
    cursor: pointer;
  }
  .cform-select option {
    background: #0e1f2e;
    color: #fff;
  }
  .cform-textarea {
    resize: vertical;
    min-height: 96px;
    line-height: 1.7;
  }
  .cform-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: .5rem;
  }
  .cform-note {
    font-size: .72rem;
    color: rgba(255, 255, 255, .28);
    line-height: 1.5;
    flex: 1;
  }
  .cform-submit {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: var(--color-cyan);
    color: #fff;
    border: none;
    border-radius: 9px;
    padding: .72rem 1.5rem;
    font-size: .875rem;
    font-weight: 700;
    font-family: var(--font-brand);
    cursor: pointer;
    transition: background .2s, transform .15s;
    white-space: nowrap;
  }
  .cform-submit:hover {
    background: var(--color-cyan-dk);
    transform: translateY(-1px);
  }
  .cform-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
    padding: 1.5rem 0 .5rem;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    font-size: .9rem;
  }
  .rv {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .65s ease, transform .65s ease;
  }
  .rv.in {
    opacity: 1;
    transform: none;
  }
  .d1 {
    transition-delay: .1s;
  }
  .d2 {
    transition-delay: .2s;
  }
  .d3 {
    transition-delay: .3s;
  }
  .q-body {
    background: var(--color-bg-dark);
    min-height: 100vh;
    font-family: var(--font-brand);
    color: #fff;
  }
  .q-main {
    max-width: 700px;
    margin: 0 auto;
    padding: 5.5rem 1.5rem 5rem;
  }
  .q-prog-wrap {
    margin-bottom: 2rem;
  }
  .q-prog-track {
    height: 3px;
    background: rgba(255, 255, 255, .08);
    border-radius: 2px;
    margin-bottom: 1.1rem;
    overflow: hidden;
  }
  .q-prog-fill {
    height: 100%;
    background: var(--color-cyan);
    border-radius: 2px;
    transition: width .4s cubic-bezier(.22, 1, .36, 1);
    width: 0%;
  }
  .q-step-dots {
    display: flex;
    gap: .5rem;
    align-items: center;
  }
  .q-dot {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .15);
    background: transparent;
    transition: all .25s;
    cursor: default;
    flex-shrink: 0;
  }
  .q-dot.active {
    border-color: var(--color-cyan);
    background: var(--color-cyan);
    box-shadow: 0 0 0 4px rgba(53, 192, 225, .2);
  }
  .q-dot.done {
    border-color: var(--color-cyan);
    background: var(--color-cyan);
  }
  .q-dot.done::before {
    content: '✓';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
    color: #fff;
  }
  .q-card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 20px;
    padding: 2.2rem 2rem;
    margin-bottom: 1.2rem;
  }
  .q-eyebrow {
    font-family: var(--font-mono);
    font-size: .6rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--color-cyan);
    margin-bottom: .6rem;
    display: flex;
    align-items: center;
    gap: .45rem;
  }
  .q-eyebrow::before {
    content: '';
    width: 14px;
    height: 1.5px;
    background: var(--color-cyan);
  }
  .q-title {
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -.025em;
    color: #fff;
    margin-bottom: .45rem;
  }
  .q-desc {
    font-size: .88rem;
    color: rgba(255, 255, 255, .48);
    line-height: 1.7;
    margin-bottom: 1.6rem;
    max-width: 520px;
  }
  .q-desc--wide {
    max-width: none;
  }
  .q-fields {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
  }
  .q-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .q-field {
    display: flex;
    flex-direction: column;
    gap: .38rem;
  }
  .q-label {
    font-size: .74rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .62);
    letter-spacing: .02em;
  }
  .q-sub-label {
    font-weight: 400;
    color: rgba(255, 255, 255, .3);
    font-family: var(--font-mono);
    font-size: .6rem;
    margin-left: .35rem;
  }
  .q-req {
    color: var(--color-cyan);
  }
  .q-input {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    padding: .68rem .95rem;
    font-size: .85rem;
    font-family: var(--font-brand);
    color: #fff;
    outline: none;
    transition: border-color .15s, background .15s;
    width: 100%;
  }
  .q-input::placeholder {
    color: rgba(255, 255, 255, .2);
  }
  .q-input:focus {
    border-color: var(--color-cyan);
    background: rgba(53, 192, 225, .06);
  }
  .q-input.q-err {
    border-color: #f87171;
    background: rgba(248, 113, 113, .06);
  }
  .q-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='rgba(255,255,255,.35)' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .8rem center;
    padding-right: 2.2rem;
    cursor: pointer;
  }
  .q-select option {
    background: #0c2030;
    color: #fff;
  }
  .q-textarea {
    resize: vertical;
    min-height: 108px;
    line-height: 1.7;
  }
  .q-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .65rem;
  }
  .q-check-card {
    display: block;
    cursor: pointer;
  }
  .q-check-card input {
    display: none;
  }
  .q-check-body {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: .95rem 1rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    background: rgba(255, 255, 255, .03);
    transition: border-color .15s, background .15s;
  }
  .q-check-card:hover .q-check-body, .q-check-card.selected .q-check-body {
    border-color: var(--color-cyan);
    background: rgba(53, 192, 225, .08);
  }
  .q-check-card.q-check-err .q-check-body {
    border-color: rgba(248, 113, 113, .5);
  }
  .q-check-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-top: .05rem;
  }
  .q-check-title {
    font-size: .84rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: .22rem;
  }
  .q-check-sub {
    font-size: .73rem;
    color: rgba(255, 255, 255, .38);
    line-height: 1.5;
  }
  .q-radios {
    display: flex;
    flex-direction: column;
    gap: .5rem;
  }
  .q-radios--row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: .5rem;
  }
  .q-radio-card {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .8rem 1rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    background: rgba(255, 255, 255, .03);
    cursor: pointer;
    transition: border-color .15s, background .15s;
    flex: 1 1 auto;
  }
  .q-radio-card input {
    display: none;
  }
  .q-radio-card:hover, .q-radio-card.selected {
    border-color: var(--color-cyan);
    background: rgba(53, 192, 225, .08);
  }
  .q-radio-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .25);
    flex-shrink: 0;
    transition: border-color .15s, background .15s;
    position: relative;
  }
  .q-radio-card.selected .q-radio-dot {
    border-color: var(--color-cyan);
    background: var(--color-cyan);
  }
  .q-radio-card.selected .q-radio-dot::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #fff;
  }
  .q-radio-title {
    font-size: .83rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
  }
  .q-radio-sub {
    font-size: .72rem;
    color: rgba(255, 255, 255, .38);
    margin-top: .15rem;
    line-height: 1.4;
  }
  .q-tag-checks {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
  }
  .q-tag-check {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .38rem .85rem;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 100px;
    font-size: .78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    transition: all .15s;
  }
  .q-tag-check input {
    display: none;
  }
  .q-tag-check:hover, .q-tag-check.selected {
    border-color: var(--color-cyan);
    color: var(--color-cyan);
    background: rgba(53, 192, 225, .09);
  }
  .q-consent {
    margin-top: .4rem;
  }
  .q-check-inline {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    cursor: pointer;
    font-size: .78rem;
    color: rgba(255, 255, 255, .45);
    line-height: 1.6;
  }
  .q-check-inline input {
    margin-top: .2rem;
    accent-color: var(--color-cyan);
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    cursor: pointer;
  }
  .q-nav-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .4rem;
  }
  .q-btn-back {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .55);
    border-radius: 10px;
    padding: .7rem 1.3rem;
    font-size: .85rem;
    font-weight: 700;
    font-family: var(--font-brand);
    cursor: pointer;
    transition: all .15s;
  }
  .q-btn-back:hover {
    border-color: rgba(255, 255, 255, .35);
    color: #fff;
  }
  .q-btn-next {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: var(--color-cyan);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: .78rem 1.8rem;
    font-size: .88rem;
    font-weight: 800;
    font-family: var(--font-brand);
    cursor: pointer;
    transition: background .2s, transform .15s;
  }
  .q-btn-next:hover {
    background: var(--color-cyan-dk);
    transform: translateY(-1px);
  }
  .q-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0;
  }
  .q-success-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(53, 192, 225, .12);
    border: 1px solid rgba(53, 192, 225, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-cyan);
    margin-bottom: 1.4rem;
  }
  .q-success-meta {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    margin: 1.5rem 0 2rem;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    padding: 1.1rem 1.4rem;
    width: 100%;
    max-width: 360px;
  }
  .q-smeta-row {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .82rem;
    color: rgba(255, 255, 255, .55);
  }
  .q-smeta-row svg {
    color: var(--color-cyan);
    flex-shrink: 0;
  }
  .q-smeta-row strong {
    color: #fff;
  }
  .q-return-btn {
    margin-top: .5rem;
  }
}
@media (max-width: 1024px) {
  #mob-btn {
    display: flex !important;
  }
  .nav-ul {
    display: none;
  }
}
@media (max-width: 860px) {
  .impact-stats {
    grid-template-columns: 1fr 1fr;
  }
  .impact-bento {
    grid-template-columns: 1fr;
  }
  .collab-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .about-grid, .impact-grid, .faq-layout {
    grid-template-columns: 1fr !important;
    gap: 2.5rem;
  }
  .about-grid > * {
    min-width: 0;
  }
  .feats, .media-grid {
    grid-template-columns: 1fr !important;
  }
  .cform-row {
    grid-template-columns: 1fr !important;
  }
  .inums {
    grid-template-columns: 1fr 1fr;
  }
  .faq-stick {
    position: static;
  }
  .ftop {
    grid-template-columns: 1fr 1fr !important;
    gap: 2rem;
  }
  .stats-bar {
    grid-template-columns: 1fr 1fr;
  }
  .sc:nth-child(2n) {
    border-right: none;
  }
  .sc:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, .1);
  }
  .cert-row {
    display: none;
  }
  .sp {
    padding: 4.5rem 0;
  }
  .wrap {
    padding: 0 1.5rem;
  }
  .hero-body {
    padding: 0 1.5rem 5rem;
  }
  .collab-h2 {
    font-size: 2.2rem;
  }
  .v2 {
    padding: 16px;
    border-radius: 12px;
  }
  .v2-top {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    padding-bottom: 14px;
  }
  .v2-layout {
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
  .v2-right {
    order: 1;
  }
  .v2-timeline {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    padding-left: 0;
    gap: 8px;
    padding-bottom: 2px;
    scrollbar-width: none;
  }
  .v2-timeline::-webkit-scrollbar {
    display: none;
  }
  .v2-timeline::before {
    display: none;
  }
  .v2-item {
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .v2-dot {
    display: none;
  }
  .v2-card {
    padding: 8px 12px;
    white-space: nowrap;
  }
  .v2-card-sub {
    display: none;
  }
  .v2-panel {
    flex: none;
  }
  .v2-panel-img-wrap {
    flex: none;
    height: 220px;
  }
}
@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;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
