/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
/*!
 * Justified gallery style
 */
@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;
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-yellow-200: oklch(94.5% 0.129 101.54);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-pink-200: oklch(89.9% 0.061 343.231);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --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: 16px;
    --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-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #00d4ff;
    --color-body: #ffffff;
    --color-border: #e2e8f0;
    --color-light: #f8fafc;
    --color-dark: #0a0c10;
    --color-text: #334155;
    --color-text-dark: #0f172a;
    --color-text-light: #64748b;
    --color-darkmode-primary: #00d4ff;
    --color-darkmode-body: #0a0c10;
    --color-darkmode-border: #1e2433;
    --color-darkmode-light: #111318;
    --color-darkmode-text: #cbd5e1;
    --color-darkmode-text-dark: #f1f5f9;
    --color-darkmode-text-light: #64748b;
    --font-primary: Syne, sans-serif;
    --font-secondary: JetBrains Mono, monospace;
    --text-base-sm: 12.8px;
    --text-h6: 1.25rem;
    --text-h5: 1.5625rem;
    --text-h4: 1.953125rem;
    --text-h3: 2.44140625rem;
    --text-h3-sm: 2.197265625rem;
    --text-h2: 3.0517578125rem;
    --text-h2-sm: 2.74658203125rem;
    --text-h1: 3.814697265625rem;
    --text-h1-sm: 3.4332275390625rem;
  }
}
@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 {
  .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;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\.5 {
    top: calc(var(--spacing) * 1.5);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .isolate {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .order-0 {
    order: 0;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-1 {
    order: 1;
  }
  .order-3 {
    order: 3;
  }
  .order-3 {
    order: 3;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-12 {
    grid-column: 12;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-1 {
    margin: calc(var(--spacing) * 1);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-inline: calc(var(--bs-gutter-x) / -2);
    > * {
      box-sizing: border-box;
      flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-inline: calc(var(--bs-gutter-x) / 2);
      margin-top: var(--bs-gutter-y);
    }
  }
  .container {
    max-width: var(--container-max-width);
    width: 100%;
    margin-inline: auto;
    padding-inline: var(--bs-gutter-x, calc(1.5rem / 2));
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-11 {
    margin-top: calc(var(--spacing) * 11);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-auto {
    margin-top: auto;
  }
  .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-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .form-label {
    margin-bottom: calc(var(--spacing) * 4);
    display: block;
    font-family: var(--font-secondary);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-text-dark);
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text-light);
    }
  }
  .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-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-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-28 {
    margin-bottom: calc(var(--spacing) * 28);
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .form-input {
    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);
    }
    &::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 {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-year-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-month-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-day-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-hour-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-minute-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-second-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-millisecond-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-meridiem-field {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  .col {
    flex: 1 0 0%;
    width: initial;
    display: initial;
  }
  .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;
  }
  .size-1 {
    width: calc(var(--spacing) * 1);
    height: calc(var(--spacing) * 1);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .form-input {
    width: 100%;
    border-radius: 0.25rem;
    border-color: transparent;
    background-color: var(--color-light);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 4);
    color: var(--color-text-dark);
    &::placeholder {
      color: var(--color-text-light);
    }
    &:focus {
      border-color: var(--color-primary);
    }
    &:focus {
      --tw-ring-color: transparent;
    }
    &:where(.dark, .dark *) {
      border-color: var(--color-darkmode-border);
    }
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-light);
    }
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text-light);
    }
    &:where(.dark, .dark *) {
      &:focus {
        border-color: var(--color-darkmode-primary);
      }
    }
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-75 {
    width: calc(var(--spacing) * 75);
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    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);
  }
  .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;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .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-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 1) * 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)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-border {
    border-color: var(--color-border);
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-body {
    background-color: var(--color-body);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-light {
    background-color: var(--color-light);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary\/10 {
    background-color: color-mix(in srgb, #00d4ff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: rgba(249,249,249,1);
    --tw-gradient-from-position: 0.53%;
    --tw-gradient-to: var(--color-white);
    --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));
    --tw-gradient-to-position: 83.28%;
    &:where(.dark, .dark *) {
      --tw-gradient-from: var(--color-darkmode-light);
      --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));
    }
    &:where(.dark, .dark *) {
      --tw-gradient-to: var(--color-darkmode-body);
      --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-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-body {
    --tw-gradient-from: var(--color-body);
    --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-light {
    --tw-gradient-to: var(--color-light);
    --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));
  }
  .fill-current {
    fill: currentcolor;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .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-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .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-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[2\.5px\] {
    padding-block: 2.5px;
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .font-primary {
    font-family: var(--font-primary);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--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-\[8rem\] {
    font-size: 8rem;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-h2 {
    font-size: var(--text-h2);
  }
  .text-h3 {
    font-size: var(--text-h3);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-700 {
    color: var(--color-blue-700);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-text {
    color: var(--color-text);
  }
  .text-text-dark {
    color: var(--color-text-dark);
  }
  .text-text-light {
    color: var(--color-text-light);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
  }
  .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,);
  }
  .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-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));
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .peer-checked\:block {
    &:is(:where(.peer):checked ~ *) {
      display: block;
    }
  }
  .hover\:bg-light {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-light);
      }
    }
  }
  .hover\:bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .sm\:col-10 {
    @media (width >= 40rem) {
      grid-column: 10;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:col-10 {
    @media (width >= 40rem) {
      flex: 0 0 auto;
      width: 83.33333333333334%;
    }
  }
  .sm\:bg-red-200 {
    @media (width >= 40rem) {
      background-color: var(--color-red-200);
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:col-3 {
    @media (width >= 48rem) {
      grid-column: 3;
    }
  }
  .md\:col-4 {
    @media (width >= 48rem) {
      grid-column: 4;
    }
  }
  .md\:col-5 {
    @media (width >= 48rem) {
      grid-column: 5;
    }
  }
  .md\:col-6 {
    @media (width >= 48rem) {
      grid-column: 6;
    }
  }
  .md\:col-7 {
    @media (width >= 48rem) {
      grid-column: 7;
    }
  }
  .md\:col-8 {
    @media (width >= 48rem) {
      grid-column: 8;
    }
  }
  .md\:col-9 {
    @media (width >= 48rem) {
      grid-column: 9;
    }
  }
  .md\:col-10 {
    @media (width >= 48rem) {
      grid-column: 10;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:col-3 {
    @media (width >= 48rem) {
      flex: 0 0 auto;
      width: 25%;
    }
  }
  .md\:col-4 {
    @media (width >= 48rem) {
      flex: 0 0 auto;
      width: 33.333333333333336%;
    }
  }
  .md\:col-5 {
    @media (width >= 48rem) {
      flex: 0 0 auto;
      width: 41.66666666666667%;
    }
  }
  .md\:col-6 {
    @media (width >= 48rem) {
      flex: 0 0 auto;
      width: 50%;
    }
  }
  .md\:col-7 {
    @media (width >= 48rem) {
      flex: 0 0 auto;
      width: 58.333333333333336%;
    }
  }
  .md\:col-8 {
    @media (width >= 48rem) {
      flex: 0 0 auto;
      width: 66.66666666666667%;
    }
  }
  .md\:col-9 {
    @media (width >= 48rem) {
      flex: 0 0 auto;
      width: 75%;
    }
  }
  .md\:col-10 {
    @media (width >= 48rem) {
      flex: 0 0 auto;
      width: 83.33333333333334%;
    }
  }
  .md\:bg-yellow-200 {
    @media (width >= 48rem) {
      background-color: var(--color-yellow-200);
    }
  }
  .lg\:invisible {
    @media (width >= 64rem) {
      visibility: hidden;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:col-3 {
    @media (width >= 64rem) {
      grid-column: 3;
    }
  }
  .lg\:col-4 {
    @media (width >= 64rem) {
      grid-column: 4;
    }
  }
  .lg\:col-6 {
    @media (width >= 64rem) {
      grid-column: 6;
    }
  }
  .lg\:col-7 {
    @media (width >= 64rem) {
      grid-column: 7;
    }
  }
  .lg\:col-8 {
    @media (width >= 64rem) {
      grid-column: 8;
    }
  }
  .lg\:col-9 {
    @media (width >= 64rem) {
      grid-column: 9;
    }
  }
  .lg\:col-10 {
    @media (width >= 64rem) {
      grid-column: 10;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-0 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline-block {
    @media (width >= 64rem) {
      display: inline-block;
    }
  }
  .lg\:col-3 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 25%;
    }
  }
  .lg\:col-4 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 33.333333333333336%;
    }
  }
  .lg\:col-6 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 50%;
    }
  }
  .lg\:col-7 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 58.333333333333336%;
    }
  }
  .lg\:col-8 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 66.66666666666667%;
    }
  }
  .lg\:col-9 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 75%;
    }
  }
  .lg\:col-10 {
    @media (width >= 64rem) {
      flex: 0 0 auto;
      width: 83.33333333333334%;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:\!max-w-\[800px\] {
    @media (width >= 64rem) {
      max-width: 800px !important;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:space-x-2 {
    @media (width >= 64rem) {
      :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)));
      }
    }
  }
  .lg\:border-r-0 {
    @media (width >= 64rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .lg\:bg-green-200 {
    @media (width >= 64rem) {
      background-color: var(--color-green-200);
    }
  }
  .lg\:pr-0 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-h1 {
    @media (width >= 64rem) {
      font-size: var(--text-h1);
    }
  }
  .lg\:opacity-0 {
    @media (width >= 64rem) {
      opacity: 0%;
    }
  }
  .lg\:group-hover\:visible {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          visibility: visible;
        }
      }
    }
  }
  .lg\:group-hover\:opacity-100 {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          opacity: 100%;
        }
      }
    }
  }
  .xl\:col-6 {
    @media (width >= 80rem) {
      grid-column: 6;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:col-6 {
    @media (width >= 80rem) {
      flex: 0 0 auto;
      width: 50%;
    }
  }
  .xl\:space-x-8 {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .xl\:bg-blue-200 {
    @media (width >= 80rem) {
      background-color: var(--color-blue-200);
    }
  }
  .xl\:p-20 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .\32 xl\:block {
    @media (width >= 96rem) {
      display: block;
    }
  }
  .\32 xl\:hidden {
    @media (width >= 96rem) {
      display: none;
    }
  }
  .\32 xl\:bg-pink-200 {
    @media (width >= 96rem) {
      background-color: var(--color-pink-200);
    }
  }
  .dark\:block {
    &:where(.dark, .dark *) {
      display: block;
    }
  }
  .dark\:hidden {
    &:where(.dark, .dark *) {
      display: none;
    }
  }
  .dark\:border-darkmode-border {
    &:where(.dark, .dark *) {
      border-color: var(--color-darkmode-border);
    }
  }
  .dark\:bg-darkmode-body {
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-body);
    }
  }
  .dark\:bg-darkmode-light {
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-light);
    }
  }
  .dark\:bg-darkmode-primary {
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-primary);
    }
  }
  .dark\:from-darkmode-body {
    &:where(.dark, .dark *) {
      --tw-gradient-from: var(--color-darkmode-body);
      --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-darkmode-light {
    &:where(.dark, .dark *) {
      --tw-gradient-to: var(--color-darkmode-light);
      --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-darkmode-primary {
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-primary);
    }
  }
  .dark\:text-darkmode-text-dark {
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text-dark);
    }
  }
  .dark\:text-darkmode-text-light {
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text-light);
    }
  }
  .dark\:text-text-dark {
    &:where(.dark, .dark *) {
      color: var(--color-text-dark);
    }
  }
  .dark\:text-white {
    &:where(.dark, .dark *) {
      color: var(--color-white);
    }
  }
  .dark\:opacity-0 {
    &:where(.dark, .dark *) {
      opacity: 0%;
    }
  }
  .dark\:opacity-100 {
    &:where(.dark, .dark *) {
      opacity: 100%;
    }
  }
  .dark\:hover\:bg-darkmode-light {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-darkmode-light);
        }
      }
    }
  }
  .dark\:hover\:bg-darkmode-primary {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-darkmode-primary);
        }
      }
    }
  }
  .dark\:hover\:text-darkmode-primary {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-darkmode-primary);
        }
      }
    }
  }
  .dark\:hover\:text-text-dark {
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-text-dark);
        }
      }
    }
  }
}
input#nav-toggle:checked + label #show-button {
  display: none;
}
input#nav-toggle:checked + label #hide-button {
  display: block;
}
input#nav-toggle:checked ~ #nav-menu {
  display: block;
}
.swiper-pagination-bullet {
  height: calc(var(--spacing) * 2.5) !important;
  width: calc(var(--spacing) * 2.5) !important;
  background-color: var(--color-light) !important;
  opacity: 100% !important;
  &:where(.dark, .dark *) {
    background-color: var(--color-darkmode-light) !important;
  }
}
.swiper-pagination-bullet-active {
  height: calc(var(--spacing) * 4) !important;
  width: calc(var(--spacing) * 4) !important;
  background-color: var(--color-primary) !important;
  &:where(.dark, .dark *) {
    background-color: var(--color-darkmode-primary) !important;
  }
}
@layer base {
  html {
    font-size: var(--text-base-sm);
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  body {
    background-color: var(--color-body);
    font-family: var(--font-primary);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-text);
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-body);
    }
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text);
    }
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-secondary);
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-text-dark);
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text-dark);
    }
  }
  h1, .h1 {
    font-size: var(--text-h1-sm);
    @media (width >= 48rem) {
      font-size: var(--text-h1);
    }
  }
  h2, .h2 {
    font-size: var(--text-h2-sm);
    @media (width >= 48rem) {
      font-size: var(--text-h2);
    }
  }
  h3, .h3 {
    font-size: var(--text-h3-sm);
    @media (width >= 48rem) {
      font-size: var(--text-h3);
    }
  }
  h4, .h4 {
    font-size: var(--text-h4);
  }
  h5, .h5 {
    font-size: var(--text-h5);
  }
  h6, .h6 {
    font-size: var(--text-h6);
  }
  b, strong {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  code {
    &::after {
      content: var(--tw-content);
      --tw-border-style: none;
      border-style: none;
    }
  }
  blockquote > p {
    margin-block: calc(var(--spacing) * 0) !important;
  }
}
@layer components {
  .section {
    padding-block: calc(var(--spacing) * 24);
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .section-sm {
    padding-block: calc(var(--spacing) * 16);
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .container {
    margin-inline: auto;
    padding-inline: calc(var(--spacing) * 4);
    @media (width >= 80rem) {
      max-width: 1320px !important;
    }
  }
  .social-icons {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .social-icons li {
    display: inline-block;
  }
  .social-icons li a {
    display: flex;
    height: calc(var(--spacing) * 9);
    width: calc(var(--spacing) * 9);
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    background-color: var(--color-primary);
    text-align: center;
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
    color: var(--color-white);
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-primary);
    }
    &:where(.dark, .dark *) {
      color: var(--color-text-dark);
    }
  }
  .social-icons li a svg {
    height: calc(var(--spacing) * 5);
    width: calc(var(--spacing) * 5);
  }
  .content {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
    max-width: none;
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-top: .6em;
    }
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      margin-bottom: .3em;
    }
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-dark);
    }
    &:where(.dark, .dark *) {
      & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: var(--color-darkmode-text-dark);
      }
    }
    & :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-h1-sm);
    }
    @media (width >= 48rem) {
      & :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: var(--text-h1);
      }
    }
    & :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-h2-sm);
    }
    @media (width >= 48rem) {
      & :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: var(--text-h2);
      }
    }
    & :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-h3-sm);
    }
    @media (width >= 48rem) {
      & :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: var(--text-h3);
      }
    }
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text);
    }
    &:where(.dark, .dark *) {
      & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: var(--color-darkmode-text);
      }
    }
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text);
    }
    &:where(.dark, .dark *) {
      & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: var(--color-darkmode-text);
      }
    }
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &.btn {
        text-decoration-line: none;
      }
    }
    & :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      max-width: 100%;
    }
    & :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-radius: 0.25rem;
    }
    & :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-dark);
    }
    &:where(.dark, .dark *) {
      & :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: var(--color-darkmode-text);
      }
    }
    & :is(:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-color: var(--color-border);
    }
    &:where(.dark, .dark *) {
      & :is(:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        border-color: var(--color-darkmode-border);
      }
    }
    & :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-radius: var(--radius-lg);
    }
    & :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      background-color: var(--color-light);
    }
    &:where(.dark, .dark *) {
      & :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        background-color: var(--color-darkmode-light);
      }
    }
    &:where(.dark, .dark *) {
      & :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: var(--color-darkmode-text-dark);
      }
    }
    & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text);
    }
    &:where(.dark, .dark *) {
      & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: var(--color-darkmode-text);
      }
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-radius: var(--radius-lg);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-left-style: var(--tw-border-style);
      border-left-width: 10px;
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-color: var(--color-primary);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      background-color: var(--color-light);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-inline: calc(var(--spacing) * 8);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-block: calc(var(--spacing) * 10);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-family: var(--font-secondary);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-dark);
    }
    & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-style: normal;
    }
    &:where(.dark, .dark *) {
      & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        border-color: var(--color-darkmode-primary);
      }
    }
    &:where(.dark, .dark *) {
      & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        background-color: var(--color-darkmode-light);
      }
    }
    &:where(.dark, .dark *) {
      & :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: var(--color-darkmode-text-light);
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      position: relative;
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      overflow: hidden;
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-radius: var(--radius-lg);
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        top: calc(var(--spacing) * 0);
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        left: calc(var(--spacing) * 0);
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        height: 100%;
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        width: 100%;
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        border-radius: inherit;
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        border-style: var(--tw-border-style);
        border-width: 1px;
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        content: var(--tw-content);
        border-color: var(--color-border);
      }
    }
    & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      &::before {
        --tw-content: "";
        content: var(--tw-content);
      }
    }
    &:where(.dark, .dark *) {
      & :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        &::before {
          content: var(--tw-content);
          border-color: var(--color-darkmode-border);
        }
      }
    }
    & :is(:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-color: var(--color-border);
    }
    & :is(:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      background-color: var(--color-light);
    }
    &:where(.dark, .dark *) {
      & :is(:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        border-color: var(--color-darkmode-border);
      }
    }
    &:where(.dark, .dark *) {
      & :is(:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        background-color: var(--color-darkmode-light);
      }
    }
    & :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      position: relative;
    }
    & :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      z-index: 10;
    }
    & :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-inline: calc(var(--spacing) * 4);
    }
    & :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-block: 18px;
    }
    & :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-text-dark);
    }
    &:where(.dark, .dark *) {
      & :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: var(--color-darkmode-text);
      }
    }
    & :is(:where(tr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      border-color: var(--color-border);
    }
    &:where(.dark, .dark *) {
      & :is(:where(tr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        border-color: var(--color-darkmode-border);
      }
    }
    & :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      position: relative;
    }
    & :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      z-index: 10;
    }
    & :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-inline: calc(var(--spacing) * 3);
    }
    & :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-block: 18px;
    }
    &:where(.dark, .dark *) {
      & :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        color: var(--color-darkmode-text);
      }
    }
  }
  .header {
    background-color: var(--color-body);
    padding-block: calc(var(--spacing) * 6);
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-body);
    }
  }
  .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-brand {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-dark);
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text-dark);
    }
    image {
      max-height: 100%;
      max-width: 100%;
    }
  }
  .navbar-nav {
    text-align: center;
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .nav-link {
    display: block;
    cursor: pointer;
    padding: calc(var(--spacing) * 3);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-dark);
    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));
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 3);
    }
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text-dark);
    }
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-darkmode-primary);
        }
      }
    }
  }
  .nav-dropdown {
    margin-right: calc(var(--spacing) * 0);
  }
  .nav-dropdown > svg {
    pointer-events: none;
  }
  .nav-dropdown-list {
    z-index: 10;
    min-width: 180px;
    border-radius: 0.25rem;
    background-color: var(--color-body);
    padding: calc(var(--spacing) * 4);
    --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);
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-body);
    }
  }
  .nav-dropdown-item {
    &:not(:last-child) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .nav-dropdown-link {
    display: block;
    padding-block: calc(var(--spacing) * 1);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-dark);
    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));
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-text);
    }
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-darkmode-primary);
        }
      }
    }
  }
  .theme-switcher {
    display: inline-flex;
    label {
      position: relative;
      display: inline-block;
      height: calc(var(--spacing) * 4);
      width: calc(var(--spacing) * 6);
      cursor: pointer;
      border-radius: var(--radius-2xl);
      background-color: var(--color-border);
      @media (width >= 64rem) {
        width: calc(var(--spacing) * 10);
      }
    }
    input {
      position: absolute;
      opacity: 0%;
    }
    span {
      position: absolute;
      top: calc(var(--spacing) * -1);
      left: calc(var(--spacing) * 0);
      display: flex;
      height: calc(var(--spacing) * 6);
      width: calc(var(--spacing) * 6);
      align-items: center;
      justify-content: center;
      border-radius: calc(infinity * 1px);
      background-color: var(--color-dark);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      &:where(.dark, .dark *) {
        background-color: var(--color-white);
      }
    }
    input:checked + label {
      span {
        @media (width >= 64rem) {
          left: calc(var(--spacing) * 4);
        }
      }
    }
  }
  .btn {
    display: inline-block;
    border-radius: 0.25rem;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: transparent;
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 2);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    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));
  }
  .btn-sm {
    border-radius: var(--radius-sm);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 1.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .btn-primary {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: var(--color-white);
    &:where(.dark, .dark *) {
      border-color: var(--color-darkmode-primary);
    }
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-primary);
    }
    &:where(.dark, .dark *) {
      color: var(--color-text-dark);
    }
  }
  .btn-outline-primary {
    border-color: var(--color-dark);
    background-color: transparent;
    color: var(--color-text-dark);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-dark);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
    &:where(.dark, .dark *) {
      border-color: var(--color-darkmode-primary);
    }
    &:where(.dark, .dark *) {
      color: var(--color-white);
    }
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-darkmode-primary);
        }
      }
    }
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-text-dark);
        }
      }
    }
  }
}
.search-wrapper {
  position: relative;
  z-index: 1;
}
.search-wrapper svg {
  display: inline-block;
  background-color: transparent;
}
.search-wrapper-header {
  padding: 14px;
  position: relative;
}
.search-wrapper-header input {
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 4px;
  height: 52px;
  padding: 0 15px 0 40px;
  transition: 0.25s;
}
.search-wrapper-header input:focus {
  border-color: var(--color-primary);
  box-shadow: none;
  outline: none;
}
.search-wrapper-header label {
  position: absolute;
  left: 28px;
  top: calc(50% - 13px);
}
.search-wrapper-header label .search-reset {
  display: none;
  transition: 0.1s;
}
.search-wrapper-header label .search-reset:hover {
  cursor: pointer;
  color: #fb5c5c;
}
.search-result-empty {
  display: block;
  text-align: center;
  padding: 32px 0;
  cursor: text;
  user-select: none;
}
.search-result mark {
  padding: 0;
  border-radius: 2px;
}
.search-result:not(:empty) + .search-result-empty {
  display: none;
}
.search-not-found {
  text-align: center;
}
.search-not-found svg {
  margin-bottom: 16px;
}
.search-not-found p {
  margin-bottom: 0;
}
.search-result-item {
  position: relative;
  display: block;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #eee;
  background-color: #fff;
  transition: 0s;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-start;
}
.search-result-item div:empty, .search-result-item .search-result-item-description:empty {
  display: none;
}
.search-result-item-image {
  flex-shrink: 0;
}
.search-result-item-image:empty {
  display: none;
}
.search-result-item-body {
  flex-grow: 1;
}
.search-result-item > div > img {
  border-radius: 4px;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}
.search-page .search-result-item > div > img {
  object-fit: cover;
  max-height: 250px;
  width: 100%;
}
.search-result-item:focus, .search-result-item.search-item-selected, .search-result-item:hover {
  background-color: var(--color-primary);
}
.search-result-item:focus *, .search-result-item.search-item-selected *, .search-result-item:hover * {
  color: white;
}
.search-result-item:focus mark, .search-result-item.search-item-selected mark, .search-result-item:hover mark {
  background-color: #fef08a;
  color: #060606;
}
.search-result-item [data-result-item] u {
  color: var(--color-primary);
}
.search-result-item .hidden {
  display: none;
}
.search-result-group-title {
  padding: 0 12px;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 18px;
}
.search-result-item-title {
  transition: 0s;
  font-size: 18px;
  color: black;
  margin-bottom: 0;
  line-height: 1.35;
  font-weight: bold;
}
.search-result-item-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  content: "";
}
.search-result-item-content {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 6px 0;
}
.search-result-item-description {
  font-size: 90%;
  margin-top: 6px;
  margin-bottom: 4px;
}
.search-result-item-content:empty {
  display: none;
}
.search-result-item-taxonomies {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  align-items: center;
}
.search-result-item-taxonomies > div {
  margin-right: 12px;
  color: #999;
}
.search-result-item-taxonomies > div svg {
  margin-right: 4px;
}
.search-wrapper-footer {
  color: #999;
  font-size: 12px;
  padding: 8px 14px;
  user-select: none;
  line-height: 1;
  display: flex;
  align-items: center;
}
.search-wrapper-footer kbd {
  color: #777;
  background-color: #eee;
  font-size: 12px;
  border-radius: 3px;
  margin-right: 3px;
  padding: 2px 4px;
  line-height: 1;
  text-align: center;
  display: inline-block;
}
.search-wrapper-footer span:not(:last-child) {
  margin-right: 16px;
}
.search-wrapper-footer span:last-child {
  margin-left: auto;
}
.search-wrapper-footer .search-result-info:empty {
  display: none;
}
.search-wrapper-footer .search-result-info {
  margin-left: -3px;
}
.search-wrapper-footer .search-result-info em {
  color: black;
  font-style: normal;
  padding: 0 3px;
}
.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;
}
.search-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.search-modal.show {
  opacity: 1;
  visibility: visible;
}
.search-modal-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.search-modal .search-wrapper {
  width: 660px;
  max-width: 96%;
  margin: 100px auto;
  border-radius: 4px;
  background-color: white;
}
.search-modal .search-wrapper-body {
  max-height: calc(100vh - 350px);
  padding: 14px;
  overflow-y: auto;
  background-color: #f5f6f7;
  box-shadow: inset 0 2px 18px #ddd;
  border-radius: 4px;
}
.search-modal .search-result-group:first-child .search-result-group-title:not(:empty) {
  margin-top: -15px;
}
.search-modal .search-result-item a > div {
  margin-right: 16px;
}
.search-modal .search-result-item-image {
  margin-right: 15px;
}
.search-modal .search-result-item-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media (max-width: 576px) {
  .search-modal .search-result-item-image img {
    width: 60px;
    height: 60px;
  }
  .search-wrapper-footer {
    display: none;
  }
}
.dark .search-modal .search-wrapper {
  background-color: #1c1c1c;
}
.dark .search-modal .search-wrapper-header input {
  color: #fff;
  background-color: #222222;
  border-color: #535353;
}
.dark .search-modal .search-wrapper-header input:focus {
  border-color: #fff;
}
.dark .search-modal .search-wrapper-body {
  background-color: #222222;
  box-shadow: none;
}
.dark .search-modal .search-result-item {
  border-color: #3e3e3e;
  background-color: #1c1c1c;
}
.dark .search-modal .search-result-item:focus, .dark .search-modal .search-result-item.search-item-selected, .dark .search-modal .search-result-item:hover {
  background-color: #060606;
}
.dark .search-modal .search-result-item .search-result-item-title {
  color: #fff;
}
.dark .search-wrapper-footer kbd {
  background-color: #3e3e3e;
  color: #ccc;
}
.dark .search-wrapper-footer .search-result-info em {
  color: #fff;
}
.search-page .search-wrapper {
  padding: 100px 0;
}
.search-page .search-wrapper-header, .search-page .search-wrapper-footer {
  width: 660px;
  max-width: 96%;
  margin: 0 auto;
}
.search-page .search-wrapper-footer {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 60px;
}
.search-page .search-wrapper-body {
  padding: 0 16px;
}
.search-page .search-result-group {
  display: flex;
  flex-wrap: wrap;
}
.search-page .search-result-item {
  margin-right: -15px;
  margin-left: -15px;
}
.search-page .search-result-group > p, .search-page .search-result-item {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.search-page .search-result-group > p {
  width: 100%;
}
.search-page .search-result-item {
  flex: 0 0 auto;
  width: calc(100% - (4 * 4px));
  display: block;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin: 0 8px 16px 8px;
}
.search-page .search-result-item .search-result-item-image {
  margin-bottom: 10px;
}
.search-page .search-result-group-title {
  font-size: 22px;
  font-weight: bold;
}
.search-page .search-result-info {
  display: block;
  text-align: center;
}
.search-page .search-wrapper-header input {
  padding: 0 20px;
}
@media (min-width: 576px) {
  .search-page .search-result-item {
    width: calc(50% - (4 * 4px));
  }
}
@media (max-width: 576px) {
  .search-wrapper .search-wrapper-footer span:not(.search-result-info) {
    display: none;
  }
}
@media (min-width: 768px) {
  .search-page .search-result-item {
    width: calc(33.3333333333% - (4 * 4px));
  }
}
@media (min-width: 992px) {
  .search-page .search-result-item {
    width: calc(25% - (4 * 4px));
  }
}
.dark .search-page .search-wrapper-header input {
  color: #fff;
  background-color: #222222;
  border-color: #535353;
}
.dark .search-page .search-wrapper-header input:focus {
  border-color: #fff;
}
.dark .search-page .search-result-item {
  border-color: #3e3e3e;
  background-color: #1c1c1c;
}
.dark .search-page .search-result-item:focus, .dark .search-page .search-result-item.search-item-selected, .dark .search-page .search-result-item:hover {
  background-color: #060606;
}
.dark .search-page .search-result-item-title {
  color: #fff;
}
.share-link {
  border-radius: 0.25rem;
  transition: 25ms ease-out;
  height: 2.5em;
  width: 2.5em;
  line-height: 2.5em;
  text-align: center;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.share-icon {
  fill: #fff;
  stroke: none;
  display: block;
  height: 100%;
}
.share-icon svg {
  width: 1em;
  height: 100%;
  margin: auto;
}
.share-pinterest {
  background-color: #bd081c;
}
.share-pinterest:hover {
  background-color: #8c0615;
}
.share-facebook {
  background-color: #3b5998;
}
.share-facebook:hover {
  background-color: #2d4373;
}
.share-tumblr {
  background-color: #35465c;
}
.share-tumblr:hover {
  background-color: #222d3c;
}
.share-reddit {
  background-color: #5f99cf;
}
.share-reddit:hover {
  background-color: #3a80c1;
}
.share-linkedin {
  background-color: #0077b5;
}
.share-linkedin:hover {
  background-color: #046293;
}
.share-vk {
  background-color: #507299;
}
.share-vk:hover {
  background-color: #43648c;
}
.share-x {
  background-color: #000;
}
.share-x:hover {
  background-color: #000;
}
.share-email {
  background-color: #777777;
}
.share-email:hover {
  background-color: #5e5e5e;
}
.share-whatsapp {
  background-color: #25d366;
}
.share-whatsapp:hover {
  background-color: #1da851;
}
.share-telegram {
  background-color: #54a9eb;
}
.share-telegram:hover {
  background-color: #4b97d1;
}
.share-copy {
  background-color: #28a745;
}
.share-copy:hover {
  background-color: #218838;
}
.share-fediverse {
  background-color: #6364ff;
}
.share-fediverse:hover {
  background-color: #4b4ccf;
}
.fediverse-share {
  position: relative;
  display: inline-block;
}
.fediverse-input-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 8px;
  display: none;
  z-index: 10;
  white-space: nowrap;
}
.dark .fediverse-input-wrapper {
  background: #2d2d2d;
  border-color: #444;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
.fediverse-input {
  width: 200px;
  padding: 6px 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  margin-right: 8px;
}
.fediverse-input:focus {
  outline: none;
  border-color: #4b4ccf;
}
.fediverse-check-button {
  padding: 7px 12px;
  background-color: #4b4ccf;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
.fediverse-check-button:hover {
  background-color: #4b4ccf;
}
.img {
  max-width: 100%;
  height: auto;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.gallery .gallery-item {
  margin: 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
  max-width: calc(100% - 20px);
}
.gallery .gallery-item img {
  user-select: none;
  width: 100%;
  vertical-align: middle;
  transition: 0.3s;
}
.gallery.zoomable .gallery-item:hover img {
  transform: scale(1.05);
  cursor: zoom-in;
}
.gallery::after {
  content: "";
  flex-grow: 99999;
  min-width: calc(100vw / 3);
}
@media (max-width: 460px) {
  .gallery {
    flex-direction: column;
  }
  .gallery .gallery-item {
    width: calc(100% - 20px) !important;
  }
}
.gallery-slider .swiper-slide img {
  width: 100%;
}
.gallery-slider .swiper-button-prev, .gallery-slider .swiper-button-next {
  color: white;
  opacity: 0;
  transition: 0.3s;
}
.gallery-slider:hover .swiper-button-prev, .gallery-slider:hover .swiper-button-next {
  opacity: 1;
}
.gallery-slider:hover .swiper-button-prev {
  left: 30px;
}
.gallery-slider:hover .swiper-button-next {
  right: 30px;
}
.img {
  max-width: 100%;
  height: auto;
}
.img-light {
  display: initial;
}
.img-dark {
  display: none;
}
.dark .img-light {
  display: none;
}
.dark .img-dark {
  display: initial;
}
.content img {
  max-width: 100%;
  margin-bottom: 1.5rem;
  height: auto;
  display: inline-block;
}
.content img.glightbox {
  cursor: pointer;
}
.content img.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content img.img-left {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.content img.img-right {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.content img.img-float-left {
  float: left;
  margin-right: 1.5rem;
}
.content img.img-float-right {
  float: right;
  margin-left: 1.5rem;
}
.content figure {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.content figure img {
  margin-bottom: 0.7rem;
}
.content figure.img-center {
  display: block;
  text-align: center;
}
.content figure.img-left {
  display: block;
  text-align: left;
}
.content figure.img-right {
  display: block;
  text-align: right;
}
.content figure.img-float-left {
  float: left;
  margin-right: 1.5rem;
}
.content figure.img-float-right {
  float: right;
  margin-left: 1.5rem;
}
.table-of-content {
  margin: 1rem 0 1.5rem;
}
.table-of-content summary {
  font-size: 18px;
  color: #fff;
  background-color: #555;
  padding: 5px 20px;
  margin-bottom: 0 !important;
}
.table-of-content ul li:before {
  display: none;
}
#TableOfContents {
  padding: 10px;
  background-color: #f7f7f7;
}
#TableOfContents li, #TableOfContents a {
  color: #333 !important;
}
#TableOfContents a {
  text-decoration: none;
}
#TableOfContents a:hover {
  text-decoration: underline;
}
.content .table-of-content ul li, .content .table-of-content ol li {
  margin-bottom: 6px !important;
}
.dark #TableOfContents {
  background-color: #333;
}
.dark #TableOfContents li, .dark #TableOfContents a {
  color: #fff !important;
}
.tab-nav {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  display: flex;
  border-bottom: 1px solid #aaa;
  overflow-x: auto;
}
.tab-nav::-webkit-scrollbar {
  width: 2px;
}
.tab-nav-item {
  padding: 0.5rem 1rem !important;
  cursor: pointer;
  opacity: 0.8;
  margin: 0 !important;
  white-space: nowrap;
}
.tab-nav-item::before {
  display: none !important;
}
.tab-nav-item.active {
  border-bottom: 3px solid #aaa;
  opacity: 1;
}
.tab-content .tab-content-panel {
  display: none;
  padding: 1rem;
}
.tab-content .tab-content-panel p {
  margin-bottom: 0 !important;
}
.tab-content .tab-content-panel.active {
  display: block;
}
.accordion {
  border: 1px solid #ccc;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-size: 1.1rem;
  width: 100%;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
}
.accordion-icon {
  width: 0.78em;
  height: 0.78em;
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
}
.accordion.active .accordion-icon {
  transform: rotate(0deg);
}
.accordion.active .accordion-content {
  max-height: max-content;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  display: none;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  position: relative;
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 2rem;
  max-width: 90%;
  margin: 0 auto;
}
.modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  height: 2rem;
  width: 2rem;
  background-color: #f2f2f2;
  color: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 2rem;
}
.notice {
  margin-bottom: 1.5rem;
  border: 1px solid;
  padding: 1.5rem;
  border-color: currentColor;
}
.notice-head {
  display: flex;
  align-items: center;
}
.notice-head svg {
  margin-right: 0.75rem;
}
.notice-head p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
  line-height: 1;
}
.notice-body {
  margin-top: 0.75rem;
}
.notice-body p {
  margin: 0;
}
.notice.note {
  color: #293df2;
  background-color: rgba(41, 61, 242, 0.15);
}
.notice.abstract {
  color: #0ca68c;
  background-color: rgba(12, 166, 140, 0.15);
}
.notice.info {
  color: #09c3ed;
  background-color: rgba(9, 195, 237, 0.15);
}
.notice.todo {
  color: #8d05a8;
  background-color: rgba(141, 5, 168, 0.15);
}
.notice.tip {
  color: #19cfb0;
  background-color: rgba(25, 207, 176, 0.15);
}
.notice.success {
  color: #04d904;
  background-color: rgba(4, 217, 4, 0.15);
}
.notice.question {
  color: #e38902;
  background-color: rgba(227, 137, 2, 0.15);
}
.notice.warning {
  color: #e38902;
  background-color: rgba(227, 137, 2, 0.15);
}
.notice.failure {
  color: #e31a00;
  background-color: rgba(227, 26, 0, 0.15);
}
.notice.danger {
  color: #e31a00;
  background-color: rgba(227, 26, 0, 0.15);
}
.notice.bug {
  color: #e31a00;
  background-color: rgba(227, 26, 0, 0.15);
}
.notice.example {
  color: #b83acf;
  background-color: rgba(184, 54, 207, 0.15);
}
.notice.quote {
  color: #918e91;
  background-color: rgba(145, 142, 145, 0.15);
}
.dark .notice-head p {
  color: #d1d5db;
}
.table-of-content {
  overflow: hidden;
  border-radius: 0.25rem;
}
.share-icons .share-link {
  height: calc(var(--spacing) * 9);
  width: calc(var(--spacing) * 9);
  border-radius: 0.25rem;
  background-color: var(--color-primary);
  --tw-leading: calc(var(--spacing) * 9);
  line-height: calc(var(--spacing) * 9);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-primary);
    }
  }
  &:where(.dark, .dark *) {
    background-color: var(--color-darkmode-primary);
  }
  &:where(.dark, .dark *) {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-darkmode-primary);
      }
    }
  }
}
.share-icons .share-icon svg {
  &:where(.dark, .dark *) {
    fill: var(--color-darkmode-light);
  }
}
.fediverse-input-wrapper {
  border-radius: 0.25rem;
  background-color: var(--color-body);
  &:where(.dark, .dark *) {
    background-color: var(--color-darkmode-body);
  }
  input {
    border-radius: 0.25rem;
    &:focus {
      border-color: var(--color-primary);
    }
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
    }
  }
  button {
    border-radius: 0.25rem;
    background-color: var(--color-primary);
    color: var(--color-light);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
    &:where(.dark, .dark *) {
      background-color: var(--color-darkmode-primary);
    }
    &:where(.dark, .dark *) {
      color: var(--color-darkmode-light);
    }
    &:where(.dark, .dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-darkmode-primary);
        }
      }
    }
  }
}
.notice {
  border-radius: var(--radius-lg);
}
.tab {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-border);
  &:where(.dark, .dark *) {
    border-color: var(--color-darkmode-border);
  }
}
.tab-nav {
  border-color: var(--color-border);
  background-color: var(--color-light);
  padding-left: calc(var(--spacing) * 4);
  &:where(.dark, .dark *) {
    border-color: var(--color-darkmode-border);
  }
  &:where(.dark, .dark *) {
    background-color: var(--color-darkmode-light);
  }
}
.tab-nav-item {
  padding-inline: calc(var(--spacing) * 8);
  font-size: var(--text-lg) !important;
  line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  color: var(--color-text-dark);
  &:where(.dark, .dark *) {
    color: var(--color-darkmode-text-dark);
  }
}
.tab-nav-item.active {
  border-color: var(--color-dark);
  &:where(.dark, .dark *) {
    border-color: var(--color-darkmode-primary);
  }
}
.tab-content-panel {
  padding-inline: calc(var(--spacing) * 4);
  padding-top: calc(var(--spacing) * 0) !important;
}
.accordion {
  margin-bottom: calc(var(--spacing) * 6);
  overflow: hidden;
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-border);
  background-color: var(--color-light);
  &:where(.dark, .dark *) {
    border-color: var(--color-darkmode-border);
  }
  &:where(.dark, .dark *) {
    background-color: var(--color-darkmode-light);
  }
}
.accordion-header {
  color: var(--color-text-dark);
  &:where(.dark, .dark *) {
    color: var(--color-darkmode-text-dark);
  }
}
.cookie-box {
  border-radius: var(--radius-lg) !important;
}
.gallery-slider {
  margin-left: calc(var(--spacing) * 0) !important;
}
:root {
  --color-primary: #005EE9;
  --color-secondary: #002b67;
  --color-success: #10b981;
}
h1, h2, h3, h4 {
  font-family: 'Inter', sans-serif;
}
code, pre, .font-mono {
  font-family: 'JetBrains Mono', monospace;
}
.header {
  background-color: #002b67 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.navbar-brand {
  color: #ffffff !important;
}
.nav-link {
  color: rgba(255, 255, 255, 0.88) !important;
}
.nav-link:hover, .nav-link.active {
  color: #ffffff !important;
}
.nav-dropdown-list {
  background-color: #002b67 !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-dropdown-link {
  color: rgba(255, 255, 255, 0.82) !important;
}
.nav-dropdown-link:hover, .nav-dropdown-link.active {
  color: #ffffff !important;
}
#nav-menu {
  background-color: #002b67;
}
#nav-toggle ~ label svg {
  fill: #ffffff;
}
.header button[data-target="search-modal"] {
  color: rgba(255, 255, 255, 0.85) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.header button[data-target="search-modal"]:hover {
  color: #ffffff !important;
}
.header .btn-outline-primary {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.header .btn-outline-primary:hover {
  background-color: #005EE9;
  border-color: #005EE9;
  color: #ffffff;
}
.chapter-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0;
}
.chapter-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 8px;
  font-size: 0.875rem;
  transition: all 0.15s;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.chapter-item:hover {
  border-color: #005EE9;
  color: #005EE9;
  background: rgba(0, 94, 233, 0.04);
}
.chapter-item.published {
  border-left: 3px solid var(--color-success);
}
.chapter-item.coming {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.badge-published {
  background: rgba(16,185,129,0.1);
  color: #10b981;
}
.badge-coming {
  background: rgba(100,116,139,0.1);
  color: #94a3b8;
}
.badge-progress {
  background: rgba(0,94,233,0.1);
  color: #005EE9;
}
pre {
  border-radius: 10px;
  border: 1px solid rgba(0, 94, 233, 0.15);
}
.adsense-container {
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}
.hero-banner-wrap {
  position: relative;
  width: 100%;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 20, 60, 0.62);
  backdrop-filter: blur(1px);
}
.hero-overlay-inner {
  text-align: center;
  padding: 1.5rem;
  max-width: 640px;
  width: 100%;
}
.hero-brand-name {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.hero-brand-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem 0.9rem;
}
.hero-brand-nav a {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  transition: color 0.15s;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.hero-brand-nav a:hover {
  color: #ffffff;
}
.hero-brand-sep {
  color: rgba(255,255,255,0.4);
  user-select: none;
}
.hero-brand-subtitle {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.82);
  margin: 0 auto;
  line-height: 1.7;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
@media (max-width: 640px) {
  .hero-brand-name {
    font-size: 1.3rem;
  }
  .hero-brand-nav a {
    font-size: 0.8rem;
  }
  .hero-brand-subtitle {
    font-size: 0.82rem;
  }
}
.topic-nav-section {
  padding: 2rem 0;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
.dark .topic-nav-section {
  background: #1e293b;
  border-color: #334155;
}
.topic-nav-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.topic-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.25rem;
  border-radius: 9999px;
  border: 2px solid #005EE9;
  color: #005EE9;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}
.topic-nav-btn:hover {
  background: #005EE9;
  color: #ffffff;
}
.topic-nav-icon {
  display: inline-flex;
  align-items: center;
}
.topic-nav-icon .topic-icon-svg {
  width: 17px;
  height: 17px;
  stroke-width: 2;
  stroke: currentColor;
}
.topic-section {
  padding: 4rem 0;
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
}
.dark .topic-section {
  background: #0f172a;
  border-color: #1e293b;
}
.topic-section--alt {
  background: #f8fafc;
}
.dark .topic-section--alt {
  background: #1e293b;
}
.topic-section-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  margin: 0 auto 0.75rem;
  background: rgba(0, 94, 233, 0.08);
}
.topic-section-icon .topic-icon-svg {
  width: 38px;
  height: 38px;
  stroke-width: 1.5;
}
#embedded-linux .topic-section-icon {
  background: rgba(34, 197, 94, 0.1);
}
#embedded-linux .topic-icon-svg {
  stroke: #16a34a;
}
#zephyr-rtos .topic-section-icon {
  background: rgba(59, 130, 246, 0.1);
}
#zephyr-rtos .topic-icon-svg {
  stroke: #2563eb;
}
#tiva-c .topic-section-icon {
  background: rgba(16, 185, 129, 0.1);
}
#tiva-c .topic-icon-svg {
  stroke: #059669;
}
#stm32 .topic-section-icon {
  background: rgba(0, 94, 233, 0.1);
}
#stm32 .topic-icon-svg {
  stroke: #005EE9;
}
#freertos .topic-section-icon {
  background: rgba(16, 185, 129, 0.1);
}
#freertos .topic-icon-svg {
  stroke: #059669;
}
#advanced .topic-section-icon {
  background: rgba(99, 102, 241, 0.1);
}
#advanced .topic-icon-svg {
  stroke: #6366f1;
}
.topic-section-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #002b67;
  margin-bottom: 0.5rem;
}
.dark .topic-section-title {
  color: #e2e8f0;
}
.topic-section-desc {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.dark .topic-section-desc {
  color: #94a3b8;
}
.topic-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.5rem;
}
.topic-highlights li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #334155;
  font-weight: 500;
}
.dark .topic-highlights li {
  color: #94a3b8;
}
.topic-check {
  color: #10b981;
  font-weight: 700;
  flex-shrink: 0;
}
.topic-badge {
  display: inline-block;
  padding: 0.2rem 0.7rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: 0.5rem;
}
.topic-badge--green {
  background: rgba(16,185,129,0.12);
  color: #059669;
}
.topic-badge--blue {
  background: rgba(0,94,233,0.10);
  color: #005EE9;
}
.topic-badge--gray {
  background: rgba(100,116,139,0.12);
  color: #64748b;
}
.hero-banner {
  overflow: hidden;
}
.hero-banner img {
  display: block;
  margin: -3px;
  width: calc(100% + 6px) !important;
  max-width: none !important;
}
.navbar-brand span {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}
.tutorial-layout {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
}
.tutorial-sidebar-left, .tutorial-sidebar-right {
  width: 220px;
  flex-shrink: 0;
  display: none;
}
@media (min-width: 1024px) {
  .tutorial-sidebar-left, .tutorial-sidebar-right {
    display: block;
  }
}
.tutorial-sidebar-inner {
  position: sticky;
  top: 5.5rem;
  max-height: calc(100vh - 6rem);
  overflow-y: auto;
  padding: 1rem 0.75rem;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  scrollbar-width: thin;
}
.dark .tutorial-sidebar-inner {
  border-color: #1e293b;
  background: #0f172a;
}
.tutorial-sidebar-title {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  margin-bottom: 0.6rem;
  padding: 0 0.25rem;
}
.tutorial-chapter-link {
  display: block;
  padding: 0.3rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  color: #475569;
  text-decoration: none;
  line-height: 1.45;
  margin-bottom: 2px;
  transition: background 0.12s, color 0.12s;
  border-left: 2px solid transparent;
}
.dark .tutorial-chapter-link {
  color: #94a3b8;
}
.tutorial-chapter-link:hover {
  background: rgba(0, 94, 233, 0.07);
  color: #005EE9;
  border-left-color: #005EE9;
}
.tutorial-chapter-link.active {
  background: rgba(0, 94, 233, 0.1);
  color: #005EE9;
  font-weight: 600;
  border-left-color: #005EE9;
}
.dark .tutorial-chapter-link.active {
  background: rgba(0, 94, 233, 0.15);
}
.tutorial-main {
  flex: 1;
  min-width: 0;
}
.tutorial-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tutorial-toc li {
  margin-bottom: 1px;
}
.tutorial-toc a {
  display: block;
  padding: 0.28rem 0.5rem;
  border-radius: 4px;
  font-size: 0.78rem;
  color: #64748b;
  text-decoration: none;
  line-height: 1.4;
  border-left: 2px solid transparent;
  transition: color 0.12s, background 0.12s, border-color 0.12s;
}
.dark .tutorial-toc a {
  color: #94a3b8;
}
.tutorial-toc a:hover, .tutorial-toc a.active {
  color: #005EE9;
  background: rgba(0, 94, 233, 0.06);
  border-left-color: #005EE9;
}
.tutorial-toc ul ul {
  padding-left: 0.75rem;
}
.tut-hero {
  background: linear-gradient(135deg, #001a4d 0%, #002b67 60%, #003580 100%);
  padding: 3.5rem 0 3rem;
  position: relative;
  overflow: hidden;
}
.tut-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.tut-hero-layout {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.tut-hero-inner {
  position: relative;
  flex: 1;
  min-width: 0;
}
.tut-hero-image-wrap {
  flex-shrink: 0;
  width: 340px;
  position: relative;
  display: none;
}
@media (min-width: 900px) {
  .tut-hero-image-wrap {
    display: block;
  }
}
@media (min-width: 1200px) {
  .tut-hero-image-wrap {
    width: 400px;
  }
}
.tut-hero-image-glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(ellipse at center, rgba(0,94,233,0.35) 0%, transparent 70%);
  pointer-events: none;
  border-radius: 50%;
}
.tut-hero-image {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6)) drop-shadow(0 0 30px rgba(0,94,233,0.25));
  transform: perspective(800px) rotateY(-6deg) rotateX(3deg);
  transition: transform 0.4s ease, filter 0.4s ease;
}
.tut-hero-image-wrap:hover .tut-hero-image {
  transform: perspective(800px) rotateY(-2deg) rotateX(1deg) scale(1.03);
  filter: drop-shadow(0 25px 50px rgba(0,0,0,0.5)) drop-shadow(0 0 40px rgba(0,94,233,0.4));
}
.tut-breadcrumb {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.tut-breadcrumb a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.15s;
}
.tut-breadcrumb a:hover {
  color: #ffffff;
}
.tut-bc-sep {
  color: rgba(255,255,255,0.3);
}
.tut-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(0,94,233,0.35);
  border: 1px solid rgba(0,94,233,0.5);
  color: #93c5fd;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.85rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.tut-hero-badge svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
}
.tut-hero-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 0.85rem;
  letter-spacing: -0.02em;
}
@media (max-width: 640px) {
  .tut-hero-title {
    font-size: 1.7rem;
  }
}
.tut-hero-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.75;
  max-width: 640px;
  margin-bottom: 1.75rem;
}
.tut-stats-row {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.tut-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.25rem;
}
.tut-stat:first-child {
  padding-left: 0;
}
.tut-stat-num {
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
}
.tut-stat-num.tut-stat-green {
  color: #34d399;
}
.tut-stat-label {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 2px;
}
.tut-stat-divider {
  width: 1px;
  height: 2rem;
  background: rgba(255,255,255,0.15);
}
.tut-progress-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
  max-width: 480px;
}
.tut-progress-bar {
  flex: 1;
  height: 6px;
  background: rgba(255,255,255,0.12);
  border-radius: 9999px;
  overflow: hidden;
}
.tut-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #34d399, #10b981);
  border-radius: 9999px;
  transition: width 0.6s ease;
}
.tut-progress-label {
  font-size: 0.75rem;
  color: #34d399;
  font-weight: 600;
  white-space: nowrap;
}
.tut-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.5rem;
  background: #005EE9;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s, transform 0.15s;
  box-shadow: 0 4px 15px rgba(0,94,233,0.4);
}
.tut-cta-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}
.tut-cta-btn:hover {
  background: #004dcc;
  transform: translateY(-1px);
  color: #ffffff;
}
.tut-chapter-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  max-width: 860px;
  margin: 0 auto;
}
.tut-chapter-card {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 1rem 1.25rem;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.12s;
}
.dark .tut-chapter-card {
  border-color: #1e293b;
  background: #0f172a;
}
.tut-chapter-card:not(.tut-chapter-card--coming):hover {
  border-color: #005EE9;
  box-shadow: 0 4px 20px rgba(0,94,233,0.1);
  transform: translateX(3px);
}
.tut-chapter-card--coming {
  opacity: 0.55;
  cursor: default;
}
.tut-ch-num {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  background: #f1f5f9;
  color: #94a3b8;
  border: 1px solid #e2e8f0;
}
.dark .tut-ch-num {
  background: #1e293b;
  border-color: #334155;
  color: #64748b;
}
.tut-ch-num--active {
  background: rgba(0,94,233,0.1);
  color: #005EE9;
  border-color: rgba(0,94,233,0.25);
}
.dark .tut-ch-num--active {
  background: rgba(0,94,233,0.15);
  border-color: rgba(0,94,233,0.35);
}
.tut-ch-lock {
  width: 14px;
  height: 14px;
  stroke: currentColor;
}
.tut-ch-body {
  flex: 1;
  min-width: 0;
}
.tut-ch-head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
.tut-ch-title {
  font-size: 0.925rem;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.3;
}
.dark .tut-ch-title {
  color: #e2e8f0;
}
.tut-chapter-card:not(.tut-chapter-card--coming):hover .tut-ch-title {
  color: #005EE9;
}
.tut-ch-badge {
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.15rem 0.55rem;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.tut-ch-badge--published {
  background: rgba(16,185,129,0.1);
  color: #059669;
}
.tut-ch-badge--coming {
  background: rgba(100,116,139,0.1);
  color: #94a3b8;
}
.tut-ch-desc {
  font-size: 0.8rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}
.dark .tut-ch-desc {
  color: #64748b;
}
.tut-ch-arrow {
  flex-shrink: 0;
  color: #cbd5e1;
  transition: color 0.15s, transform 0.15s;
}
.tut-ch-arrow svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}
.tut-chapter-card:not(.tut-chapter-card--coming):hover .tut-ch-arrow {
  color: #005EE9;
  transform: translateX(3px);
}
.site-footer {
  background: #001233;
  color: rgba(255,255,255,0.75);
  font-size: 0.875rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-main {
  padding: 3.5rem 0 2.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}
.footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  margin-bottom: 1rem;
}
.footer-logo-text {
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.footer-about-text {
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  font-size: 0.82rem;
  margin-bottom: 1.25rem;
  max-width: 280px;
}
.footer-author-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  margin-bottom: 1.25rem;
}
.footer-author-photo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(0,94,233,0.5);
}
.footer-author-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.footer-author-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-author-role {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.3;
}
.footer-author-link {
  font-size: 0.74rem;
  font-weight: 600;
  color: #60a5fa;
  text-decoration: none;
  margin-top: 0.15rem;
}
.footer-author-link:hover {
  text-decoration: underline;
}
.footer-social-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.footer-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  font-size: 0.85rem;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.footer-social-btn:hover {
  background: #005EE9;
  border-color: #005EE9;
  color: #ffffff;
}
.footer-col-title {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.footer-links a {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  font-size: 0.83rem;
  transition: color 0.12s, padding-left 0.12s;
}
.footer-links a svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  stroke: currentColor;
  opacity: 0.6;
}
.footer-links a:hover {
  color: #60a5fa;
  padding-left: 3px;
}
.footer-support-text {
  color: rgba(255,255,255,0.5);
  font-size: 0.8rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.footer-share-btns {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.footer-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.15s, transform 0.12s;
}
.footer-share-btn:hover {
  opacity: 0.85;
  transform: translateX(2px);
}
.footer-share-btn--twitter {
  background: rgba(29, 155, 240, 0.15);
  border: 1px solid rgba(29, 155, 240, 0.3);
  color: #60c8ff;
}
.footer-share-btn--linkedin {
  background: rgba(10, 102, 194, 0.15);
  border: 1px solid rgba(10, 102, 194, 0.3);
  color: #7ab3f0;
}
.footer-github-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.footer-github-btn svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.footer-github-btn:hover {
  background: rgba(255,255,255,0.13);
  color: #ffffff;
}
.footer-disclosure {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 1rem 0;
}
.disclosure-details {
  max-width: 900px;
  margin: 0 auto;
}
.disclosure-summary {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.45);
  list-style: none;
  padding: 0.4rem 0;
  user-select: none;
  transition: color 0.15s;
}
.disclosure-summary::-webkit-details-marker {
  display: none;
}
.disclosure-summary svg:first-child {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
}
.disclosure-chevron {
  width: 14px;
  height: 14px;
  margin-left: auto;
  transition: transform 0.2s;
}
details[open] .disclosure-chevron {
  transform: rotate(180deg);
}
.disclosure-summary:hover {
  color: rgba(255,255,255,0.65);
}
.disclosure-body {
  padding: 0.75rem 0 0.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.disclosure-body p {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.38);
  line-height: 1.7;
  margin: 0;
}
.disclosure-body strong {
  color: rgba(255,255,255,0.55);
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 1.25rem 0;
}
.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-copyright {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  margin: 0;
}
.footer-copyright a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}
.footer-copyright a:hover {
  color: #60a5fa;
}
.footer-bottom-nav {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.footer-bottom-nav a {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  transition: color 0.12s;
}
.footer-bottom-nav a:hover {
  color: rgba(255,255,255,0.7);
}
.about-hero {
  background: linear-gradient(135deg, #001233 0%, #002b67 60%, #003580 100%);
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.about-hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3.5rem;
  flex-wrap: wrap;
}
.about-photo-wrap {
  position: relative;
  flex-shrink: 0;
  width: 220px;
  height: 220px;
}
@media (max-width: 640px) {
  .about-photo-wrap {
    width: 160px;
    height: 160px;
  }
  .about-hero-inner {
    justify-content: center;
    text-align: center;
  }
  .about-social-row {
    justify-content: center;
  }
}
.about-photo-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: conic-gradient(from 180deg, #005EE9, #34d399, #005EE9);
  animation: about-spin 8s linear infinite;
}
@keyframes about-spin {
  to {
    transform: rotate(360deg);
  }
}
.about-photo-glow {
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0,94,233,0.3) 0%, transparent 70%);
  pointer-events: none;
}
.about-photo {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #001233;
  z-index: 1;
}
.about-photo-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 4px solid #001233;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-photo-placeholder svg {
  width: 70px;
  height: 70px;
  stroke: rgba(255,255,255,0.3);
}
.about-hero-text {
  flex: 1;
  min-width: 0;
}
.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(52,211,153,0.12);
  border: 1px solid rgba(52,211,153,0.3);
  color: #34d399;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.3rem 0.85rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
}
.about-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 6px #34d399;
  animation: about-pulse 2s ease infinite;
}
@keyframes about-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}
.about-name {
  font-size: 2.6rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}
@media (max-width: 640px) {
  .about-name {
    font-size: 1.8rem;
  }
}
.about-role {
  font-size: 1rem;
  color: #60a5fa;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.about-institution {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 1.1rem;
  flex-wrap: wrap;
}
.about-institution svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: #60a5fa;
}
.about-bio {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
  max-width: 560px;
  margin-bottom: 1.5rem;
}
.about-social-row {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.about-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 1rem;
  border-radius: 7px;
  font-size: 0.8rem;
  font-weight: 600;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.about-social-btn:hover {
  background: #005EE9;
  border-color: #005EE9;
  color: #ffffff;
}
.about-stats-section {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  padding: 2.5rem 0;
}
.dark .about-stats-section {
  background: #0f172a;
  border-color: #1e293b;
}
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 640px) {
  .about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 1rem;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  text-align: center;
  transition: box-shadow 0.15s, transform 0.15s;
}
.dark .about-stat-card {
  background: #1e293b;
  border-color: #334155;
}
.about-stat-card:hover {
  box-shadow: 0 4px 20px rgba(0,94,233,0.1);
  transform: translateY(-2px);
}
.about-stat-num {
  font-size: 2rem;
  font-weight: 800;
  color: #005EE9;
  line-height: 1;
  margin-bottom: 0.35rem;
}
.about-stat-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.about-skills-section {
  background: #ffffff;
  padding-bottom: 3rem;
}
.dark .about-skills-section {
  background: #0f172a;
}
.about-section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.about-section-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 0.4rem;
}
.dark .about-section-title {
  color: #e2e8f0;
}
.about-section-sub {
  font-size: 0.9rem;
  color: #64748b;
}
.about-skills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 900px) {
  .about-skills-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .about-skills-grid {
    grid-template-columns: 1fr;
  }
}
.about-skill-card {
  padding: 1.4rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}
.dark .about-skill-card {
  background: #1e293b;
  border-color: #334155;
}
.about-skill-card:hover {
  border-color: #005EE9;
  box-shadow: 0 4px 20px rgba(0,94,233,0.08);
  transform: translateY(-2px);
}
.about-skill-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  background: rgba(0,94,233,0.1);
}
.about-skill-icon svg {
  width: 22px;
  height: 22px;
  stroke: #005EE9;
}
.about-skill-icon--rtos {
  background: rgba(16,185,129,0.1);
}
.about-skill-icon--rtos svg {
  stroke: #059669;
}
.about-skill-icon--linux {
  background: rgba(99,102,241,0.1);
}
.about-skill-icon--linux svg {
  stroke: #6366f1;
}
.about-skill-icon--ai {
  background: rgba(245,158,11,0.1);
}
.about-skill-icon--ai svg {
  stroke: #d97706;
}
.about-skill-icon--iot {
  background: rgba(236,72,153,0.1);
}
.about-skill-icon--iot svg {
  stroke: #db2777;
}
.about-skill-cat {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}
.dark .about-skill-cat {
  color: #e2e8f0;
}
.about-skill-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.about-skill-tags li {
  font-size: 0.72rem;
  font-weight: 500;
  padding: 0.2rem 0.6rem;
  border-radius: 9999px;
  background: rgba(0,94,233,0.08);
  color: #005EE9;
  border: 1px solid rgba(0,94,233,0.15);
}
.dark .about-skill-tags li {
  background: rgba(0,94,233,0.15);
  border-color: rgba(0,94,233,0.25);
}
.about-mission-section {
  background: linear-gradient(135deg, #001233 0%, #002b67 100%);
  padding: 4rem 0;
  text-align: center;
}
.about-mission-inner {
  max-width: 620px;
  margin: 0 auto;
}
.about-mission-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(0,94,233,0.2);
  border: 1px solid rgba(0,94,233,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}
.about-mission-icon svg {
  width: 28px;
  height: 28px;
  stroke: #60a5fa;
}
.about-mission-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1rem;
}
.about-mission-text {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.85;
  margin-bottom: 1.75rem;
}
.about-mission-text strong {
  color: #34d399;
}
.about-mission-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.6rem;
  background: #005EE9;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s, transform 0.15s;
  box-shadow: 0 4px 15px rgba(0,94,233,0.4);
}
.about-mission-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}
.about-mission-btn:hover {
  background: #004dcc;
  transform: translateY(-1px);
  color: #ffffff;
}
.about-contact-section {
  background: #f8fafc;
}
.dark .about-contact-section {
  background: #0f172a;
}
.about-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .about-contact-grid {
    grid-template-columns: 1fr;
  }
}
.about-contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  text-decoration: none;
  color: inherit;
  text-align: center;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
  gap: 0.4rem;
}
.dark .about-contact-card {
  background: #1e293b;
  border-color: #334155;
}
.about-contact-card:hover {
  border-color: #005EE9;
  box-shadow: 0 4px 20px rgba(0,94,233,0.1);
  transform: translateY(-3px);
}
.about-contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(0,94,233,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #005EE9;
  margin-bottom: 0.25rem;
  transition: background 0.15s, color 0.15s;
}
.about-contact-card:hover .about-contact-icon {
  background: #005EE9;
  color: #ffffff;
}
.about-contact-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}
.about-contact-val {
  font-size: 0.78rem;
  font-weight: 500;
  color: #475569;
  word-break: break-all;
}
.dark .about-contact-val {
  color: #94a3b8;
}
.home-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #001233;
}
.home-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.home-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
}
.home-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,18,51,0.92) 0%, rgba(0,94,233,0.18) 100%);
}
.home-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.home-hero-split {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.home-hero-left {
  flex: 1;
  min-width: 0;
  max-width: 580px;
}
.home-hero-right {
  flex: 1;
  max-width: 720px;
}
.hero-terminal {
  background: #0d1117;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0,94,233,0.2), 0 32px 80px rgba(0,0,0,0.7), 0 0 120px rgba(0,94,233,0.1);
  font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
  font-size: 0.8rem;
  line-height: 1.65;
}
.hero-terminal-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 1.1rem;
  background: #161b22;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.hero-terminal-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.hero-terminal-dot--red {
  background: #ff5f57;
}
.hero-terminal-dot--yellow {
  background: #febc2e;
}
.hero-terminal-dot--green {
  background: #28c840;
}
.hero-terminal-title {
  margin-left: 0.5rem;
  font-size: 0.73rem;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.02em;
}
.hero-terminal-tabs {
  display: flex;
  gap: 0;
  background: #0d1117;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0 0.75rem;
}
.hero-terminal-tab {
  padding: 0.4rem 1rem;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.3);
  border-bottom: 2px solid transparent;
  cursor: default;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hero-terminal-tab--active {
  color: #60a5fa;
  border-bottom-color: #60a5fa;
}
.hero-terminal-body {
  padding: 1.2rem 1.4rem;
  min-height: 380px;
  max-height: 460px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.1) transparent;
}
.hero-terminal-body::-webkit-scrollbar {
  width: 4px;
}
.hero-terminal-body::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
}
.term-line {
  white-space: pre;
  min-height: 1.65em;
  color: rgba(255,255,255,0.45);
}
.term-cmd {
  color: #e2e8f0;
}
.term-out {
  color: rgba(255,255,255,0.42);
}
.term-out--green {
  color: #4ade80;
}
.term-out--yellow {
  color: #fbbf24;
}
.term-key {
  color: #93c5fd;
}
.term-brand {
  color: #3b82f6;
  font-size: 0.38rem;
  line-height: 1.22;
  letter-spacing: 0;
}
.term-track {
  color: rgba(255,255,255,0.55);
}
.term-track--active {
  color: #4ade80;
}
.term-track--coming {
  color: rgba(255,255,255,0.28);
}
.term-cursor {
  color: #60a5fa;
  animation: blink 0.9s step-end infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.home-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0,94,233,0.18);
  border: 1px solid rgba(0,94,233,0.4);
  color: #93c5fd;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1.5rem;
}
.home-hero-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  animation: hero-pulse 2s ease-in-out infinite;
}
@keyframes hero-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.7);
  }
}
.home-hero-title {
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}
.home-hero-title-accent {
  background: linear-gradient(135deg, #60a5fa, #93c5fd, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.home-hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 2rem;
}
.home-hero-ctas {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.home-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.22s ease;
}
.home-hero-btn svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}
.home-hero-btn:hover svg {
  transform: translateX(3px);
}
.home-hero-btn--primary {
  background: #005EE9;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(0,94,233,0.4);
}
.home-hero-btn--primary:hover {
  background: #0047c0;
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(0,94,233,0.5);
  color: #ffffff;
}
.home-hero-btn--ghost {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255,0.2);
}
.home-hero-btn--ghost:hover {
  background: rgba(255,255,255,0.14);
  color: #ffffff;
  transform: translateY(-2px);
}
.home-hero-stats {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.75rem;
}
.home-hero-stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.home-hero-stat-num {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}
.home-hero-stat-label {
  font-size: 0.76rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.home-stats-bar {
  background: linear-gradient(90deg, #001a4d 0%, #002b67 50%, #001a4d 100%);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 1.5rem 0;
}
.home-stats-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  flex-wrap: wrap;
}
.home-stats-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding: 0.5rem 1.5rem;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.home-stats-bar-item:last-child {
  border-right: none;
}
.home-stats-bar-num {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  background: linear-gradient(135deg, #60a5fa, #93c5fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.home-stats-bar-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (max-width: 640px) {
  .home-stats-bar-item {
    border-right: none;
    padding: 0.4rem 1rem;
  }
  .home-stats-bar-num {
    font-size: 1.5rem;
  }
}
.home-why-section {
  padding: 4rem 0;
  background: #f8fafc;
}
.dark .home-why-section {
  background: #0d1526;
}
.home-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.home-why-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 2rem;
  transition: box-shadow 0.22s, transform 0.22s;
}
.home-why-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.09);
  transform: translateY(-3px);
}
.dark .home-why-card {
  background: #111d35;
  border-color: rgba(255,255,255,0.07);
}
.home-why-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}
.home-why-icon svg {
  width: 24px;
  height: 24px;
}
.home-why-icon--green {
  background: rgba(16,185,129,0.12);
  color: #10b981;
}
.home-why-icon--blue {
  background: rgba(0,94,233,0.12);
  color: #005EE9;
}
.home-why-icon--purple {
  background: rgba(139,92,246,0.12);
  color: #8b5cf6;
}
.home-why-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.6rem;
}
.dark .home-why-title {
  color: #f1f5f9;
}
.home-why-text {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.65;
}
.dark .home-why-text {
  color: #94a3b8;
}
.home-section-header {
  text-align: center;
  margin-bottom: 2.75rem;
}
.home-section-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.dark .home-section-title {
  color: #f1f5f9;
}
.home-section-sub {
  font-size: 0.96rem;
  color: #64748b;
}
.dark .home-section-sub {
  color: #94a3b8;
}
.home-tracks-section {
  padding: 5rem 0;
  background: #ffffff;
}
.dark .home-tracks-section {
  background: #0a1628;
}
.home-tracks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.home-track-card {
  display: flex;
  flex-direction: column;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.6rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}
.home-track-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,94,233,0.04), transparent);
  opacity: 0;
  transition: opacity 0.25s;
}
.home-track-card:hover {
  border-color: #005EE9;
  box-shadow: 0 8px 32px rgba(0,94,233,0.12);
  transform: translateY(-4px);
}
.home-track-card:hover::before {
  opacity: 1;
}
.dark .home-track-card {
  background: #111d35;
  border-color: rgba(255,255,255,0.07);
}
.dark .home-track-card:hover {
  border-color: rgba(0,94,233,0.5);
}
.home-track-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.home-track-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background: rgba(0,94,233,0.1);
  color: #005EE9;
}
.home-track-icon svg {
  width: 22px;
  height: 22px;
}
.home-track-icon--embedded-linux {
  background: rgba(234,179,8,0.12);
  color: #ca8a04;
}
.home-track-icon--tiva-c {
  background: rgba(0,94,233,0.12);
  color: #005EE9;
}
.home-track-icon--stm32 {
  background: rgba(16,185,129,0.12);
  color: #10b981;
}
.home-track-icon--freertos {
  background: rgba(139,92,246,0.12);
  color: #8b5cf6;
}
.home-track-icon--zephyr-rtos {
  background: rgba(20,184,166,0.12);
  color: #14b8a6;
}
.home-track-icon--modern-C\+\+ {
  background: rgba(239,68,68,0.12);
  color: #ef4444;
}
.home-track-icon--advanced {
  background: rgba(251,146,60,0.12);
  color: #f97316;
}
.home-track-icon--esp32 {
  background: rgba(16,185,129,0.12);
  color: #10b981;
}
.home-track-icon--tinyml {
  background: rgba(236,72,153,0.12);
  color: #ec4899;
}
.home-track-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
}
.home-track-badge--green {
  background: rgba(16,185,129,0.12);
  color: #059669;
}
.home-track-badge--blue {
  background: rgba(0,94,233,0.12);
  color: #005EE9;
}
.home-track-badge--gray {
  background: rgba(100,116,139,0.12);
  color: #64748b;
}
.home-track-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  animation: hero-pulse 2s ease-in-out infinite;
}
.home-track-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.45rem;
}
.dark .home-track-title {
  color: #f1f5f9;
}
.home-track-desc {
  font-size: 0.86rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.dark .home-track-desc {
  color: #94a3b8;
}
.home-track-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}
.home-track-highlights li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: #475569;
}
.dark .home-track-highlights li {
  color: #94a3b8;
}
.home-track-highlights li svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #10b981;
}
.home-track-footer {
  border-top: 1px solid #e2e8f0;
  padding-top: 1rem;
  margin-top: auto;
}
.dark .home-track-footer {
  border-color: rgba(255,255,255,0.07);
}
.home-track-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #005EE9;
}
.home-track-link svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s;
}
.home-track-card:hover .home-track-link svg {
  transform: translateX(3px);
}
.home-path-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.dark .home-path-section {
  background: #0d1526;
}
.home-path-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 680px;
  margin: 0 auto;
}
.home-path-step {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}
.home-path-num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #005EE9;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 4px rgba(0,94,233,0.15);
  position: relative;
  z-index: 1;
}
.home-path-body {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  flex: 1;
  margin-bottom: 0;
}
.dark .home-path-body {
  background: #111d35;
  border-color: rgba(255,255,255,0.07);
}
.home-path-body h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.4rem;
}
.dark .home-path-body h4 {
  color: #f1f5f9;
}
.home-path-body p {
  font-size: 0.87rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.dark .home-path-body p {
  color: #94a3b8;
}
.home-path-body a {
  font-size: 0.84rem;
  font-weight: 600;
  color: #005EE9;
  text-decoration: none;
}
.home-path-body a:hover {
  text-decoration: underline;
}
.home-path-connector {
  width: 2px;
  height: 32px;
  background: linear-gradient(to bottom, #005EE9, #93c5fd);
  margin-left: 21px;
  opacity: 0.4;
}
.home-blog-section {
  padding: 5rem 0;
  background: #ffffff;
}
.dark .home-blog-section {
  background: #0a1628;
}
.home-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.home-blog-footer {
  text-align: center;
}
.home-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.6rem;
  border: 2px solid #005EE9;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #005EE9;
  text-decoration: none;
  transition: all 0.22s;
}
.home-view-all-btn svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}
.home-view-all-btn:hover {
  background: #005EE9;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,94,233,0.3);
}
.home-view-all-btn:hover svg {
  transform: translateX(3px);
}
.home-cta-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #001233 0%, #002b67 60%, #001c4a 100%);
}
.home-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 3rem 3.5rem;
}
.home-cta-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}
.home-cta-sub {
  font-size: 0.96rem;
  color: rgba(255,255,255,0.65);
  max-width: 480px;
  line-height: 1.65;
}
.home-cta-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.home-cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.22s;
  white-space: nowrap;
}
.home-cta-btn--primary {
  background: #005EE9;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(0,94,233,0.4);
}
.home-cta-btn--primary:hover {
  background: #0047c0;
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(0,94,233,0.5);
  color: #ffffff;
}
.home-cta-btn--outline {
  background: transparent;
  color: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255,0.3);
}
.home-cta-btn--outline:hover {
  background: rgba(255,255,255,0.1);
  color: #ffffff;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .home-hero {
    min-height: 100svh;
  }
  .home-hero-split {
    flex-direction: column;
    gap: 2rem;
  }
  .home-hero-right {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .hero-terminal {
    font-size: 0.7rem;
  }
  .home-hero-stats {
    gap: 1.5rem;
  }
  .home-cta-inner {
    padding: 2rem 1.5rem;
  }
  .home-path-connector {
    height: 20px;
  }
  .home-tracks-grid, .home-blog-grid {
    grid-template-columns: 1fr;
  }
}
.track-card {
  position: relative;
  overflow: hidden;
}
.track-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #005EE9, #002b67);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.track-card:hover::before {
  transform: scaleX(1);
}
.tut-page-hero {
  background: linear-gradient(135deg, #001233 0%, #002b67 70%, #001c4a 100%);
  padding: 2.5rem 0 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.tut-page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.tut-page-breadcrumb a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s;
}
.tut-page-breadcrumb a:hover {
  color: #ffffff;
}
.tut-page-breadcrumb span:not(:last-child) {
  color: rgba(255,255,255,0.25);
}
.tut-page-hero-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
.tut-page-hero-left {
  flex: 1;
}
.tut-page-chapter-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(0,94,233,0.2);
  border: 1px solid rgba(0,94,233,0.4);
  color: #93c5fd;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.28rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.tut-page-chapter-badge svg {
  width: 14px;
  height: 14px;
}
.tut-page-title {
  font-size: clamp(1.4rem, 3.5vw, 2.2rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.tut-page-meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.tut-page-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
}
.tut-page-meta-item svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.tut-page-progress {
  flex-shrink: 0;
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tut-page-ring {
  width: 80px;
  height: 80px;
  position: absolute;
  inset: 0;
}
.tut-page-ring circle:last-child {
  transition: stroke-dashoffset 0.6s ease;
}
.tut-page-ring-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}
.tut-page-ring-num {
  font-size: 0.92rem;
  font-weight: 800;
  color: #ffffff;
}
.tut-page-ring-sub {
  font-size: 0.62rem;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.tut-page-nav {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.tut-page-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  text-decoration: none;
  color: rgba(255,255,255,0.75);
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.2s;
  max-width: 48%;
}
.tut-page-nav-btn:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.25);
  color: #ffffff;
}
.tut-page-nav-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.tut-page-nav-btn span {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  overflow: hidden;
}
.tut-page-nav-btn span small {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255,255,255,0.35);
  line-height: 1;
}
.tut-page-nav-btn--next {
  margin-left: auto;
  text-align: right;
}
.tut-page-nav-btn--next span {
  align-items: flex-end;
}
@media (max-width: 640px) {
  .tut-page-progress {
    display: none;
  }
  .tut-page-nav-btn {
    max-width: 47%;
    font-size: 0.78rem;
  }
}
.lx-hero {
  background: linear-gradient(135deg, #001a4d 0%, #002b67 60%, #003580 100%);
  padding: 3.5rem 0 3rem;
  position: relative;
  overflow: hidden;
}
.lx-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.lx-hero .container {
  position: relative;
  z-index: 1;
}
.lx-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(0,94,233,0.35);
  border: 1px solid rgba(0,94,233,0.5);
  color: #93c5fd;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.85rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.lx-hero-title {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 0.85rem;
  letter-spacing: -0.02em;
}
.lx-hero-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.75;
  max-width: 680px;
  margin-bottom: 1.75rem;
}
.lx-stats-row {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.lx-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.25rem;
}
.lx-stat:first-child {
  padding-left: 0;
}
.lx-stat-num {
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
}
.lx-stat-label {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.lx-stat-div {
  width: 1px;
  height: 2rem;
  background: rgba(255,255,255,0.15);
}
.lx-phase-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.lx-phase-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.9rem;
  border-radius: 9999px;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.15s;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.06);
}
.lx-phase-pill:hover {
  background: rgba(255,255,255,0.12);
  color: #ffffff;
}
.lx-phase-pill--p1:hover {
  background: rgba(99,102,241,0.3);
  border-color: rgba(99,102,241,0.6);
}
.lx-phase-pill--p2:hover {
  background: rgba(34,197,94,0.3);
  border-color: rgba(34,197,94,0.6);
}
.lx-phase-pill--p3:hover {
  background: rgba(227,179,65,0.3);
  border-color: rgba(227,179,65,0.6);
}
.lx-phase-pill--p4:hover {
  background: rgba(163,113,247,0.3);
  border-color: rgba(163,113,247,0.6);
}
.lx-phase-section {
  padding: 3.5rem 0;
  background: #ffffff;
}
.lx-phase-section--alt {
  background: #f8fafc;
}
.dark .lx-phase-section {
  background: #0a1628;
}
.dark .lx-phase-section--alt {
  background: #0d1526;
}
.lx-phase-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #e2e8f0;
}
.dark .lx-phase-header {
  border-color: rgba(255,255,255,0.07);
}
.lx-phase-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.25rem 0.8rem;
  border-radius: 20px;
  margin-bottom: 0.5rem;
}
.lx-phase-label--p1 {
  background: rgba(99,102,241,0.12);
  color: #6366f1;
}
.lx-phase-label--p2 {
  background: rgba(34,197,94,0.12);
  color: #16a34a;
}
.lx-phase-label--p3 {
  background: rgba(227,179,65,0.12);
  color: #a16207;
}
.lx-phase-label--p4 {
  background: rgba(163,113,247,0.12);
  color: #7c3aed;
}
.dark .lx-phase-label--p1 {
  background: rgba(99,102,241,0.2);
  color: #a5b4fc;
}
.dark .lx-phase-label--p2 {
  background: rgba(34,197,94,0.2);
  color: #86efac;
}
.dark .lx-phase-label--p3 {
  background: rgba(227,179,65,0.2);
  color: #fcd34d;
}
.dark .lx-phase-label--p4 {
  background: rgba(163,113,247,0.2);
  color: #d8b4fe;
}
.lx-phase-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.4rem;
}
.dark .lx-phase-title {
  color: #f1f5f9;
}
.lx-phase-sub {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
}
.dark .lx-phase-sub {
  color: #94a3b8;
}
.lx-phase-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
  padding: 0.5rem 1.1rem;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid;
  transition: all 0.15s;
}
.lx-phase-btn--p1 {
  color: #6366f1;
  border-color: rgba(99,102,241,0.3);
  background: rgba(99,102,241,0.07);
}
.lx-phase-btn--p2 {
  color: #16a34a;
  border-color: rgba(34,197,94,0.3);
  background: rgba(34,197,94,0.07);
}
.lx-phase-btn--p3 {
  color: #a16207;
  border-color: rgba(227,179,65,0.3);
  background: rgba(227,179,65,0.07);
}
.lx-phase-btn--p4 {
  color: #7c3aed;
  border-color: rgba(163,113,247,0.3);
  background: rgba(163,113,247,0.07);
}
.lx-phase-btn--p1:hover {
  background: rgba(99,102,241,0.15);
}
.lx-phase-btn--p2:hover {
  background: rgba(34,197,94,0.15);
}
.lx-phase-btn--p3:hover {
  background: rgba(227,179,65,0.15);
}
.lx-phase-btn--p4:hover {
  background: rgba(163,113,247,0.15);
}
.lx-stage-block {
  margin-bottom: 2.5rem;
}
.lx-stage-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lx-sc, #005EE9);
  background: var(--lx-sc, #005EE9);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--lx-sc, #005EE9) 10%, transparent);
  }
  border: 1px solid var(--lx-sc, #005EE9);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--lx-sc, #005EE9) 25%, transparent);
  }
  display: inline-block;
  padding: 0.3rem 0.9rem;
  border-radius: 20px;
  margin-bottom: 1.25rem;
}
.lx-topic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}
.lx-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.25rem;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  transition: transform 0.18s, border-color 0.18s, box-shadow 0.18s;
  position: relative;
  overflow: hidden;
}
.dark .lx-card {
  background: #111d35;
  border-color: rgba(255,255,255,0.07);
}
.lx-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--lx-c, #005EE9);
  border-radius: 12px 12px 0 0;
  opacity: 0;
  transition: opacity 0.18s;
}
.lx-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.1);
  text-decoration: none;
}
.lx-card:hover::before {
  opacity: 1;
}
.lx-card--p1 {
  --lx-c: #6366f1;
}
.lx-card--p2 {
  --lx-c: #22c55e;
}
.lx-card--p3 {
  --lx-c: #e3b341;
}
.lx-card--p4 {
  --lx-c: #a371f7;
}
.lx-card--p1:hover {
  border-color: #6366f1;
}
.lx-card--p2:hover {
  border-color: #22c55e;
}
.lx-card--p3:hover {
  border-color: #e3b341;
}
.lx-card--p4:hover {
  border-color: #a371f7;
}
.lx-card-top {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}
.lx-card-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 0.1rem;
}
.lx-card-num {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lx-c, #64748b);
  margin-bottom: 0.15rem;
}
.lx-card h3 {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
  color: #1e293b;
}
.dark .lx-card h3 {
  color: #e2e8f0;
}
.lx-card p {
  font-size: 0.82rem;
  color: #64748b;
  margin: 0;
  line-height: 1.55;
}
.dark .lx-card p {
  color: #94a3b8;
}
.lx-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: auto;
  padding-top: 0.3rem;
}
.lx-card-tags span {
  font-size: 0.68rem;
  font-weight: 600;
  background: rgba(0,0,0,0.04);
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 0.12rem 0.45rem;
  color: #64748b;
}
.dark .lx-card-tags span {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.1);
  color: #94a3b8;
}
.lx-card-arrow {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--lx-c, #005EE9);
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .lx-phase-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .lx-phase-btn {
    align-self: flex-start;
  }
  .lx-topic-grid {
    grid-template-columns: 1fr;
  }
  .lx-stats-row {
    gap: 0.5rem;
  }
  .lx-stat {
    padding: 0 0.75rem;
  }
}
@media (max-width: 480px) {
  .lx-phase-nav {
    flex-direction: column;
  }
  .lx-phase-pill {
    text-align: center;
  }
}
.guide-hero {
  background: linear-gradient(135deg, #001a4d 0%, #002b67 60%, #003580 100%);
  padding: 3rem 0 2.5rem;
  position: relative;
  overflow: hidden;
}
.guide-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.guide-hero-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  position: relative;
}
.guide-hero-left {
  flex: 1;
  min-width: 0;
}
.guide-stage-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(165,180,252,0.15);
  border: 1px solid rgba(165,180,252,0.3);
  color: #a5b4fc;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .25rem .75rem;
  border-radius: 20px;
  margin-bottom: .85rem;
}
.guide-hero-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: .75rem;
}
.guide-hero-desc {
  color: rgba(255,255,255,0.65);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 640px;
  margin-bottom: 1.25rem;
}
.guide-hero-nav {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
}
.guide-hero-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.8);
  font-size: .8rem;
  padding: .4rem .9rem;
  border-radius: 8px;
  transition: background .2s, color .2s;
  text-decoration: none;
}
.guide-hero-nav-btn:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
}
.guide-hero-meta {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  align-items: flex-end;
}
.guide-meta-item {
  display: flex;
  align-items: center;
  gap: .4rem;
  color: rgba(255,255,255,0.45);
  font-size: .8rem;
}
.guide-body-section {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}
.guide-layout {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 3rem;
  align-items: start;
}
.guide-content {
  min-width: 0;
  color: var(--text-dark);
  font-size: 1rem;
  line-height: 1.8;
}
.guide-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2.5rem 0 1rem;
  padding-bottom: .4rem;
  border-bottom: 2px solid var(--border-color, #e5e7eb);
  color: var(--text-dark);
}
.guide-content h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 2rem 0 .75rem;
  color: var(--text-dark);
}
.guide-content h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 1.5rem 0 .5rem;
}
.guide-content p {
  margin-bottom: 1rem;
}
.guide-content ul, .guide-content ol {
  margin: .75rem 0 1rem 1.5rem;
}
.guide-content li {
  margin-bottom: .35rem;
}
.guide-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  font-size: .9rem;
}
.guide-content th {
  background: var(--bg-card, #f8fafc);
  font-weight: 700;
  text-align: left;
  padding: .6rem .85rem;
  border: 1px solid var(--border-color, #e5e7eb);
}
.guide-content td {
  padding: .55rem .85rem;
  border: 1px solid var(--border-color, #e5e7eb);
  vertical-align: top;
}
.guide-content tr:nth-child(even) td {
  background: rgba(0,0,0,0.02);
}
.guide-content code {
  background: rgba(0,0,0,0.06);
  padding: .15em .4em;
  border-radius: 4px;
  font-size: .88em;
  font-family: "Fira Code", "Cascadia Code", monospace;
}
.guide-content pre {
  background: #0d1117;
  color: #e6edf3;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  overflow-x: auto;
  margin: 1.25rem 0;
  font-size: .875rem;
  line-height: 1.7;
}
.guide-content pre code {
  background: none;
  padding: 0;
  font-size: inherit;
  color: inherit;
}
.guide-content blockquote {
  border-left: 4px solid #a5b4fc;
  background: rgba(165,180,252,0.08);
  padding: .75rem 1.25rem;
  margin: 1.25rem 0;
  border-radius: 0 8px 8px 0;
}
.guide-content hr {
  border: none;
  border-top: 1px solid var(--border-color, #e5e7eb);
  margin: 2.5rem 0;
}
.guide-content a {
  color: #4f7cff;
  text-decoration: underline;
}
.guide-content a:hover {
  color: #2563eb;
}
.guide-chip {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .72rem;
  font-weight: 700;
  padding: .2rem .65rem;
  border-radius: 20px;
  margin-bottom: 1rem;
}
.gc-basic {
  background: rgba(34,197,94,0.12);
  color: #16a34a;
  border: 1px solid rgba(34,197,94,0.25);
}
.gc-mid {
  background: rgba(249,115,22,0.12);
  color: #ea580c;
  border: 1px solid rgba(249,115,22,0.25);
}
.gc-adv {
  background: rgba(239,68,68,0.12);
  color: #dc2626;
  border: 1px solid rgba(239,68,68,0.25);
}
.gc-iq {
  background: rgba(99,102,241,0.12);
  color: #4f46e5;
  border: 1px solid rgba(99,102,241,0.25);
}
.gc-ref {
  background: rgba(14,165,233,0.12);
  color: #0284c7;
  border: 1px solid rgba(14,165,233,0.25);
}
.guide-toc {
  position: sticky;
  top: 6rem;
  max-height: calc(100vh - 8rem);
  overflow-y: auto;
}
.guide-toc-inner {
  background: var(--bg-card, #f8fafc);
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 12px;
  padding: 1.25rem;
}
.guide-toc-title {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-light, #6b7280);
  margin-bottom: .85rem;
}
.guide-toc nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.guide-toc nav li {
  margin: 0;
}
.guide-toc nav a {
  display: block;
  font-size: .82rem;
  color: var(--text-light, #6b7280);
  padding: .25rem 0 .25rem .75rem;
  border-left: 2px solid transparent;
  transition: color .15s, border-color .15s;
  text-decoration: none;
}
.guide-toc nav a:hover {
  color: #4f46e5;
  border-color: #4f46e5;
}
.guide-toc nav ul ul a {
  padding-left: 1.5rem;
  font-size: .78rem;
}
.guide-bottom-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-color, #e5e7eb);
}
.guide-nav-btn {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: 1rem 1.25rem;
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 12px;
  background: var(--bg-card, #f8fafc);
  color: var(--text-dark);
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
}
.guide-nav-btn:hover {
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79,70,229,0.08);
}
.guide-nav-btn--next {
  justify-content: flex-end;
  text-align: right;
}
.guide-nav-btn span {
  display: flex;
  flex-direction: column;
  gap: .15rem;
}
.guide-nav-btn small {
  font-size: .72rem;
  color: var(--text-light, #6b7280);
  font-weight: 500;
}
.dark .guide-content h2 {
  border-bottom-color: rgba(255,255,255,0.1);
}
.dark .guide-content th {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.1);
}
.dark .guide-content td {
  border-color: rgba(255,255,255,0.1);
}
.dark .guide-content tr:nth-child(even) td {
  background: rgba(255,255,255,0.03);
}
.dark .guide-content code {
  background: rgba(255,255,255,0.1);
}
.dark .guide-toc-inner {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.1);
}
.dark .guide-nav-btn {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.1);
}
.dark .guide-nav-btn:hover {
  border-color: #818cf8;
  box-shadow: 0 0 0 3px rgba(129,140,248,0.12);
}
.dark .gc-basic {
  background: rgba(34,197,94,0.15);
}
.dark .gc-mid {
  background: rgba(249,115,22,0.15);
}
.dark .gc-adv {
  background: rgba(239,68,68,0.15);
}
.dark .gc-iq {
  background: rgba(99,102,241,0.15);
}
.dark .gc-ref {
  background: rgba(14,165,233,0.15);
}
@media (max-width: 900px) {
  .guide-layout {
    grid-template-columns: 1fr;
  }
  .guide-toc {
    display: none;
  }
  .guide-hero-meta {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .guide-bottom-nav {
    grid-template-columns: 1fr;
  }
  .guide-nav-btn--next {
    justify-content: flex-start;
    text-align: left;
  }
}
@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 {
  :root {
    @media (min-width: 40rem) {
      --container-max-width: 40rem;
    }
    @media (min-width: 48rem) {
      --container-max-width: 48rem;
    }
    @media (min-width: 64rem) {
      --container-max-width: 64rem;
    }
    @media (min-width: 80rem) {
      --container-max-width: 80rem;
    }
    @media (min-width: 96rem) {
      --container-max-width: 96rem;
    }
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-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-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-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-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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-duration {
  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-font-weight: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: 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-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-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-leading: initial;
      --tw-content: "";
      --tw-duration: initial;
    }
  }
}

