/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-indigo-100: oklch(93% 0.034 272.788);
    --color-indigo-200: oklch(87% 0.065 274.039);
    --color-indigo-400: oklch(67.3% 0.182 276.935);
    --color-indigo-500: oklch(58.5% 0.233 277.117);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --container-5xl: 64rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .fixed {
    position: fixed;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .z-50 {
    z-index: 50;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .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);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .min-h-\[100px\] {
    min-height: 100px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .flex-1 {
    flex: 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-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-10 {
    --tw-translate-y: calc(var(--spacing) * 10);
    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,);
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-700 {
    border-color: var(--color-gray-700);
  }
  .border-gray-800 {
    border-color: var(--color-gray-800);
  }
  .border-indigo-500\/30 {
    border-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-indigo-500) 30%, transparent);
    }
  }
  .border-slate-500\/40 {
    border-color: color-mix(in srgb, oklch(55.4% 0.046 257.417) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-slate-500) 40%, transparent);
    }
  }
  .bg-\[\#0d1117\] {
    background-color: #0d1117;
  }
  .bg-\[\#0d1117\]\/50 {
    background-color: color-mix(in oklab, #0d1117 50%, transparent);
  }
  .bg-\[\#161b22\] {
    background-color: #161b22;
  }
  .bg-\[\#21262d\] {
    background-color: #21262d;
  }
  .bg-slate-900\/65 {
    background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 65%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-900) 65%, transparent);
    }
  }
  .bg-slate-900\/70 {
    background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-900) 70%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.3em\] {
    --tw-tracking: 0.3em;
    letter-spacing: 0.3em;
  }
  .tracking-\[0\.4em\] {
    --tw-tracking: 0.4em;
    letter-spacing: 0.4em;
  }
  .tracking-\[0\.25em\] {
    --tw-tracking: 0.25em;
    letter-spacing: 0.25em;
  }
  .tracking-\[0\.35em\] {
    --tw-tracking: 0.35em;
    letter-spacing: 0.35em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-100 {
    color: var(--color-gray-100);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-indigo-100 {
    color: var(--color-indigo-100);
  }
  .text-indigo-200 {
    color: var(--color-indigo-200);
  }
  .text-indigo-400 {
    color: var(--color-indigo-400);
  }
  .text-slate-50 {
    color: var(--color-slate-50);
  }
  .text-slate-100\/80 {
    color: color-mix(in srgb, oklch(96.8% 0.007 247.896) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-slate-100) 80%, transparent);
    }
  }
  .text-slate-100\/90 {
    color: color-mix(in srgb, oklch(96.8% 0.007 247.896) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-slate-100) 90%, transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .placeholder-gray-600 {
    &::placeholder {
      color: var(--color-gray-600);
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_40px_rgba\(79\,70\,229\,0\.1\)\] {
    --tw-shadow: 0 0 40px var(--tw-shadow-color, rgba(79,70,229,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_25px_60px_rgba\(15\,23\,42\,0\.5\)\] {
    --tw-shadow: 0 25px 60px var(--tw-shadow-color, rgba(15,23,42,0.5));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_25px_60px_rgba\(15\,23\,42\,0\.55\)\] {
    --tw-shadow: 0 25px 60px var(--tw-shadow-color, rgba(15,23,42,0.55));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .selection\:bg-indigo-500\/30 {
    & *::selection {
      background-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-indigo-500) 30%, transparent);
      }
    }
    &::selection {
      background-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-indigo-500) 30%, transparent);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:ring-1 {
    &:focus {
      --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);
    }
  }
  .focus\:ring-indigo-500\/40 {
    &:focus {
      --tw-ring-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-indigo-500) 40%, transparent);
      }
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-left {
    @media (width >= 40rem) {
      text-align: left;
    }
  }
  .sm\:text-sm {
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:bottom-10 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:min-h-\[280px\] {
    @media (width >= 48rem) {
      min-height: 280px;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-xs {
    @media (width >= 48rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
body {
  background: #0d1117;
  font-family: "Sora", "Noto Sans Arabic", "Segoe UI", sans-serif;
}
.logo-font {
  font-family: "Unbounded", "Noto Sans Arabic", "Segoe UI", sans-serif;
}
.logo-gradient {
  background: linear-gradient(90deg, #7c6dfa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
html {
  scroll-behavior: smooth;
}
.nav-link {
  color: #94a3b8;
  letter-spacing: 0.2em;
  font-weight: 700;
  transition: color 0.2s ease;
}
.nav-link:hover {
  color: #f8fafc;
}
.nav-dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.nav-link--dropdown {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
}
.nav-link--dropdown:focus-visible {
  outline: 2px solid rgba(129, 140, 248, 0.6);
  outline-offset: 4px;
}
.nav-link__chevron {
  font-size: 0.85em;
  transition: transform 0.2s ease;
}
.nav-dropdown.is-open .nav-link__chevron {
  transform: rotate(180deg);
}
.nav-dropdown.is-open > .nav-link--dropdown, .nav-dropdown:hover > .nav-link--dropdown {
  color: #f8fafc;
}
.nav-dropdown__menu {
  display: none;
  flex-direction: column;
  gap: 0.15rem;
  width: 100%;
  margin-top: 0.75rem;
  background: rgba(13, 17, 23, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 0.9rem;
  padding: 0.6rem;
  z-index: 20;
}
.nav-dropdown.is-open > .nav-dropdown__menu {
  display: flex;
}
.nav-dropdown__item {
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #cbd5f5;
  padding: 0.4rem 0.5rem;
  border-radius: 0.55rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.nav-dropdown__item:hover {
  background: rgba(79, 70, 229, 0.15);
  color: #ffffff;
}
.site-nav {
  background: #0d1117;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.site-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
.nav-toggle {
  display: inline-flex;
  width: 48px;
  height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.65);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.nav-toggle:hover {
  border-color: #818cf8;
}
.nav-toggle__bars {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.nav-toggle__bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #e2e8f0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.site-nav__menu {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  margin-top: 1rem;
  padding-top: 0;
  pointer-events: none;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding-top 0.3s ease;
}
.site-nav__menu.is-open {
  max-height: 700px;
  opacity: 1;
  padding-top: 0.75rem;
  pointer-events: auto;
  overflow: visible;
}
.site-nav__meta {
  width: 100%;
}
.site-nav__links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .site-nav {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
  }
  .nav-toggle {
    display: none;
  }
  .site-nav__menu {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-height: none;
    opacity: 1;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    pointer-events: auto;
    flex: 1;
    gap: 2rem;
    overflow: visible;
  }
  .site-nav__meta {
    width: auto;
    justify-content: flex-end;
  }
  .site-nav__top {
    width: auto;
  }
  .site-nav__links {
    flex: 1;
    justify-content: center;
    gap: 2.5rem;
  }
  .nav-dropdown {
    width: auto;
    align-items: flex-start;
    padding-bottom: 1rem;
    margin-bottom: -1rem;
  }
  .nav-dropdown__menu {
    position: absolute;
    top: calc(100% + 0.05rem);
    left: 50%;
    transform: translateX(-50%) scale(0.98);
    width: 260px;
    box-shadow: 0 25px 60px rgba(2, 6, 23, 0.55);
    margin-top: 0;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .nav-dropdown.is-open > .nav-dropdown__menu, .nav-dropdown:hover > .nav-dropdown__menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) scale(1);
  }
}
.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: 7rem;
  background: linear-gradient( 135deg, rgba(15, 23, 42, 0.92), rgba(12, 16, 32, 0.95) );
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  padding-top: clamp(2rem, 3vw, 2rem);
  padding-bottom: clamp(1.25rem, 2vw, 1.75rem);
}
.site-footer::before, .site-footer::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.35;
  pointer-events: none;
}
.site-footer::before {
  width: 320px;
  height: 320px;
  top: -140px;
  right: -60px;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.5), transparent 70%);
}
.site-footer::after {
  width: 220px;
  height: 220px;
  bottom: -120px;
  left: -40px;
  background: radial-gradient( circle, rgba(14, 165, 233, 0.35), transparent 70% );
}
.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.site-footer__tagline {
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.4;
}
.site-footer__social {
  display: flex;
  gap: 0.75rem;
}
.site-footer__social a {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e2e8f0;
  transition: all 0.2s ease;
}
.site-footer__social a:hover {
  border-color: #818cf8;
  color: #c7d2fe;
}
.site-footer__title {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #818cf8;
  margin-bottom: 1rem;
}
.site-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.site-footer__link {
  color: #e2e8f0;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.62rem;
  transition: color 0.2s ease, transform 0.2s ease;
}
.site-footer__link:hover {
  color: #c7d2fe;
  transform: translateX(4px);
}
.site-footer__cta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.site-footer__caption {
  color: #94a3b8;
  font-size: 0.85rem;
}
.site-footer__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  padding: 0.5rem 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.6rem;
  color: #e2e8f0;
  transition: all 0.2s ease;
  min-height: 42px;
}
.site-footer__pill--primary {
  border-color: transparent;
  background: linear-gradient(120deg, #6366f1, #8b5cf6);
  box-shadow: 0 12px 25px rgba(79, 70, 229, 0.35);
}
.site-footer__pill--ghost {
  border-color: rgba(148, 163, 184, 0.35);
  background: transparent;
}
.site-footer__pill:hover {
  transform: translateY(-1px);
}
.site-footer__pill--ghost:hover {
  border-color: #818cf8;
  color: #c7d2fe;
}
.site-footer__bar {
  margin-top: 3rem;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding-top: 1.5rem;
  text-align: center;
  color: #94a3b8;
  font-size: 0.8rem;
  position: relative;
  z-index: 1;
}
.site-footer__bar a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(148, 163, 184, 0.5);
}
@media (max-width: 640px) {
  .site-footer {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
  .site-footer__social {
    justify-content: flex-start;
  }
  .site-footer__pill {
    width: 100%;
    text-align: center;
  }
}
.control-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.55rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.65);
  color: #e2e8f0;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease;
  cursor: pointer;
}
.theme-toggle {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 1rem;
  border-width: 1.5px;
  background: rgba(15, 23, 42, 0.8);
  box-shadow: 0 10px 25px rgba(2, 6, 23, 0.35);
  position: relative;
}
.theme-toggle__icon {
  font-size: 1.1rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.theme-toggle__icon--sun {
  color: #facc15;
}
.theme-toggle__icon--moon {
  color: #cbd5f5;
}
.theme-toggle[data-theme-state="light"] .theme-toggle__icon--sun, .theme-toggle[data-theme-state="dark"] .theme-toggle__icon--moon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.control-btn--ghost {
  background: transparent;
}
.control-btn--solid {
  background: rgba(226, 232, 240, 0.08);
}
.control-btn--danger {
  border-color: rgba(248, 113, 113, 0.4);
  color: #fca5a5;
  background: rgba(15, 23, 42, 0.45);
}
.control-btn:hover {
  border-color: #818cf8;
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.85);
}
.control-btn--danger:hover {
  border-color: #f87171;
  background: rgba(248, 113, 113, 0.08);
}
.control-btn:active {
  transform: scale(0.97);
}
.language-select {
  appearance: none;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 999px;
  color: #e2e8f0;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.55rem 2.3rem 0.55rem 1rem;
  cursor: pointer;
}
.language-switcher {
  position: relative;
  width: 100%;
}
@media (min-width: 640px) {
  .language-switcher {
    width: auto;
    min-width: 180px;
  }
}
.language-pill {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.65);
  color: #e2e8f0;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.language-pill__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1rem;
  line-height: 1;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}
.language-pill__label {
  flex: 1;
  text-align: left;
}
.language-pill__icon {
  font-size: 1rem;
  color: #94a3b8;
  transition: transform 0.2s ease;
}
.language-pill[aria-expanded="true"] .language-pill__icon {
  transform: rotate(180deg);
}
.language-menu {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: calc(100% + 0.5rem);
  background: #0f172a;
  border: 1px solid #1f2937;
  border-radius: 0.75rem;
  box-shadow: 0 20px 45px rgba(2, 6, 23, 0.35);
  padding: 0.35rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: all 0.2s ease;
  z-index: 30;
}
.language-menu--open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.language-option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.65rem;
  border-radius: 0.65rem;
  border: none;
  background: transparent;
  color: #e2e8f0;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.language-option__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1rem;
  line-height: 1;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}
.language-flag-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.language-flag-fallback {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.language-option:hover {
  background: rgba(79, 70, 229, 0.16);
}
.language-option--active {
  background: rgba(79, 70, 229, 0.24);
  color: #c7d2fe;
}
.language-select:focus {
  outline: none;
  border-color: #818cf8;
}
.language-select option {
  background: #0f172a;
  color: #f8fafc;
}
.action-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
  padding: 1.5rem 1.25rem;
  border-radius: 1rem;
  background: #0f172a;
  border: 1px solid #1f2937;
  text-align: left;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.2s ease;
  cursor: pointer;
}
.action-btn__hint {
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: #94a3b8;
  font-weight: 700;
  opacity: 0.75;
  display: none;
}
.action-btn__label {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #f8fafc;
  text-transform: uppercase;
}
.action-btn:hover {
  border-color: #4f46e5;
  background: #111c33;
}
.action-btn:active {
  transform: translateY(1px);
}
@media (min-width: 768px) {
  .action-btn__hint {
    display: inline-block;
  }
}
.chip-btn {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  padding: 0.45rem 1.1rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #cbd5f5;
  background: rgba(15, 23, 42, 0.5);
  transition: all 0.2s ease;
  cursor: pointer;
}
.chip-btn:hover {
  border-color: #6366f1;
  color: #f8fafc;
}
.more-tools {
  margin-top: 4rem;
  padding: 1.2rem;
  border: 1px solid #1f2937;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.6);
}
.tool-meta-card {
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 1rem;
  background: rgba(8, 11, 22, 0.8);
  backdrop-filter: blur(12px);
}
.tool-meta-card__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  align-items: start;
}
.tool-meta-card__item p {
  font-size: 0.55rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #818cf8;
  margin-bottom: 0.4rem;
  font-weight: 700;
}
.tool-meta-card__item strong {
  font-size: 1.1rem;
  color: #f8fafc;
  font-family: "Unbounded", "Noto Sans Arabic", "Segoe UI", sans-serif;
}
.tool-meta-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.tool-meta-card__item--badges .tool-badge {
  font-size: 0.55rem;
}
.tool-meta-card__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  background: rgba(34, 197, 94, 0.16);
  color: #86efac;
  font-weight: 800;
}
.tool-meta-card__status--soon {
  background: rgba(248, 113, 113, 0.16);
  color: #fecaca;
}
.more-tools__head {
  margin-bottom: 1rem;
}
.more-tools__title {
  font-family: "Unbounded", "Noto Sans Arabic", "Segoe UI", sans-serif;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  color: #f8fafc;
}
.more-tools__subtitle {
  color: #94a3b8;
  margin-top: 0.35rem;
  font-size: 0.82rem;
}
.more-tools__search-wrap {
  position: relative;
}
.more-tools__search-wrap i {
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
}
.more-tools__search {
  width: 100%;
  border-radius: 0.85rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: #0f172a;
  color: #e2e8f0;
  padding: 0.75rem 0.9rem 0.75rem 2.5rem;
  font-size: 0.82rem;
}
.more-tools__search:focus {
  outline: none;
  border-color: #6366f1;
}
.tool-categories {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}
.tool-category-card {
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.5);
  border-radius: 0.75rem;
  padding: 0.7rem 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tool-category-card__name {
  font-size: 0.7rem;
  color: #cbd5e1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}
.tool-category-card__count {
  min-width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
  color: #0f172a;
  background: #a5b4fc;
}
.tools-list {
  margin-top: 1rem;
  list-style: none;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 0.9rem;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.45);
}
.tools-list__item + .tools-list__item {
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}
.more-tool__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 0.95rem;
  color: #e2e8f0;
  text-decoration: none;
  transition: background 0.2s ease;
}
.more-tool__link:hover {
  background: rgba(99, 102, 241, 0.14);
}
.more-tool__main {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.more-tool__name {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.more-tool__meta {
  font-size: 0.7rem;
  color: #94a3b8;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}
.tool-badge {
  border-radius: 999px;
  padding: 0.15rem 0.45rem;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.tool-badge--new {
  color: #e0e7ff;
  background: rgba(79, 70, 229, 0.4);
}
.tool-badge--popular {
  color: #fef3c7;
  background: rgba(245, 158, 11, 0.28);
}
.tool-badge--ai {
  color: #dcfce7;
  background: rgba(22, 163, 74, 0.26);
}
.more-tool__icon {
  font-size: 1.25rem;
  color: #a5b4fc;
}
.more-tool__link.is-disabled {
  cursor: not-allowed;
}
.tools-empty {
  margin-top: 0.9rem;
  color: #94a3b8;
  text-align: center;
  font-size: 0.82rem;
}
@media (max-width: 640px) {
  .tool-categories {
    grid-template-columns: 1fr;
  }
}
.light {
  background: #ffffff;
  color: #18181b;
}
.light .bg-zinc-900, .light .bg-zinc-900\/50 {
  background: #f4f4f5;
}
.light textarea {
  color: #18181b;
}
.light .border-zinc-800 {
  border-color: #e4e4e7;
}
.light .text-white {
  color: #18181b;
}
.light .language-select {
  background: rgba(255, 255, 255, 0.85);
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.15);
}
.light .language-select option {
  background: #ffffff;
  color: #0f172a;
}
body.rtl {
  direction: rtl;
}
.light nav, .light header, .light main {
  color: inherit;
}
.light .site-nav {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}
.light .site-nav__menu {
  border-color: rgba(15, 23, 42, 0.08);
}
.light .nav-toggle {
  background: rgba(15, 23, 42, 0.05);
  border-color: rgba(15, 23, 42, 0.15);
}
.light .nav-toggle__bar {
  background: #0f172a;
}
.light .text-gray-300, .light .text-gray-400, .light .text-gray-500 {
  color: #1f2937;
}
.light .text-indigo-100 {
  color: #312e81;
}
.light .text-indigo-400 {
  color: #4c1d95;
}
.light .bg-\[\#161b22\] {
  background: #ffffff;
  color: #0f172a;
}
.light .bg-\[\#0d1117\] {
  background: #f3f4f6;
  color: #0f172a;
}
.light .bg-\[\#0d1117\]\/50 {
  background: rgba(243, 244, 246, 0.9);
}
.light .bg-\[\#21262d\] {
  background: #e0e7ff;
  color: #312e81;
}
.light .bg-gray-800\/20, .light .bg-gray-800\/40 {
  background: rgba(15, 23, 42, 0.06);
}
.light .border-gray-800, .light .border-indigo-500\/30, .light .border-indigo-500\/50 {
  border-color: #cbd5f5;
}
.light .bg-indigo-600 {
  background: #4c1d95;
}
.light .shadow-indigo-500\/20 {
  box-shadow: 0 10px 25px rgba(76, 29, 149, 0.25);
}
.light .nav-link {
  color: #475569;
}
.light .nav-link:hover {
  color: #0f172a;
}
.light .nav-dropdown__menu {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
}
.light .nav-dropdown.is-open > .nav-link--dropdown, .light .nav-dropdown:hover > .nav-link--dropdown {
  color: #4f46e5;
  background: rgba(79, 70, 229, 0.08);
  border-radius: 999px;
}
.light .nav-dropdown__item {
  color: #0f172a;
}
.light .nav-dropdown__item:hover {
  background: rgba(79, 70, 229, 0.12);
  color: #1e1b4b;
}
.light .control-btn {
  border-color: rgba(15, 23, 42, 0.15);
  background: rgba(24, 106, 189, 0.9);
  color: #0f172a;
}
.light .language-pill {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(15, 23, 42, 0.1);
  color: #0f172a;
}
.light .language-pill__flag, .light .language-option__flag {
  background: rgba(15, 23, 42, 0.06);
}
.light .language-pill__icon {
  color: #475569;
}
.light .language-menu {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.1);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}
.light .language-option {
  color: #0f172a;
}
.light .language-option:hover {
  background: rgba(79, 70, 229, 0.12);
}
.light .language-option--active {
  background: rgba(79, 70, 229, 0.18);
  color: #312e81;
}
.light .theme-toggle {
  background: rgba(15, 23, 42, 0.05);
  border-color: rgba(15, 23, 42, 0.2);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}
.light .control-btn--ghost {
  background: rgba(255, 255, 255, 0.85);
}
.light .control-btn--solid {
  background: rgba(15, 23, 42, 0.05);
}
.light .control-btn--danger {
  border-color: rgba(248, 113, 113, 0.35);
  background: rgba(248, 113, 113, 0.12);
  color: #991b1b;
}
.light .action-btn {
  background: #f8fafc;
  border-color: #e2e8f0;
}
.light .action-btn__label {
  color: #0f172a;
}
.light .chip-btn {
  background: rgba(15, 23, 42, 0.03);
  border-color: rgba(15, 23, 42, 0.15);
  color: #0f172a;
}
.light .more-tools {
  background: #f8fafc;
  border-color: #e2e8f0;
}
.light .tool-meta-card {
  background: #ffffff;
  border-color: #e2e8f0;
}
.light .tool-meta-card__item p {
  color: #4f46e5;
}
.light .tool-meta-card__item strong {
  color: #0f172a;
}
.light .tool-meta-card__status {
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
}
.light .tool-meta-card__status--soon {
  background: rgba(248, 113, 113, 0.18);
  color: #b91c1c;
}
.light .more-tools__title {
  color: #0f172a;
}
.light .more-tools__subtitle, .light .tools-empty, .light .more-tool__meta {
  color: #475569;
}
.light .more-tools__search {
  background: #ffffff;
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.15);
}
.light .tool-category-card, .light .tools-list {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
}
.light .more-tool__link {
  color: #0f172a;
}
.light .more-tool__link:hover {
  background: rgba(79, 70, 229, 0.08);
}
.light .more-tool__icon {
  color: #4f46e5;
}
.light .site-footer {
  background: #f8fafc;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}
.light .site-footer__tagline, .light .site-footer__caption {
  color: #475569;
}
.light .site-footer__social a {
  border-color: rgba(15, 23, 42, 0.15);
  color: #0f172a;
}
.light .site-footer__social a:hover {
  color: #4f46e5;
  border-color: #4f46e5;
}
.light .site-footer__link, .light .site-footer__pill {
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.15);
}
.light .site-footer__pill:hover {
  border-color: #4f46e5;
  color: #4f46e5;
}
.light .site-footer__bar {
  border-color: rgba(15, 23, 42, 0.1);
  color: #475569;
}
.light .bg-slate-900\/65 {
  background: #f8fafc;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.07);
}
.light .border-slate-500\/40 {
  border-color: #cbd5e1;
}
.light .text-slate-100\/80, .light .text-slate-100\/90 {
  color: #374151;
}
.light .text-slate-50 {
  color: #1e293b;
}
.light .text-indigo-200 {
  color: #4338ca;
}
.light .word-counter-card {
  background: #f1f5f9;
  border-color: #e2e8f0;
  box-shadow: none;
}
.light .word-counter-card__label {
  color: #475569;
}
.light .word-counter-output {
  background: #f8fafc;
  border-color: #c7d2fe;
}
.light .word-counter-copy {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #0f172a;
}
.light .word-counter-copy:hover {
  background: rgba(79, 70, 229, 0.12);
  border-color: #818cf8;
  color: #312e81;
}
.light .ascii-label {
  color: #475569;
}
.light .ascii-copy-btn {
  background: rgba(15, 23, 42, 0.06);
  border-color: rgba(15, 23, 42, 0.18);
  color: #0f172a;
  box-shadow: none;
}
.light .ascii-copy-btn:hover {
  background: rgba(79, 70, 229, 0.12);
  border-color: #818cf8;
}
.light .case-converter-panel {
  background: #f8fafc;
  border-color: #e2e8f0;
}
.light .case-converter-panel__label {
  color: #475569;
}
.light .case-converter-copy {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #0f172a;
}
.light .case-converter-copy:hover {
  background: rgba(79, 70, 229, 0.12);
  border-color: rgba(79, 70, 229, 0.45);
  color: #312e81;
}
.light .character-counter-card {
  background: #f8fafc;
  border-color: #e2e8f0;
}
.light .character-counter-card__label {
  color: #475569;
}
.light .character-counter-card strong {
  color: #0f172a;
}
.light .character-counter-output {
  background: #f8fafc;
  border-color: #e2e8f0;
}
.light .character-counter-output__head {
  border-color: #e2e8f0;
}
.light .character-counter-output__head p {
  color: #475569;
}
.light .character-counter-copy {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #0f172a;
}
.light .character-counter-copy:hover {
  background: rgba(79, 70, 229, 0.12);
  border-color: rgba(99, 102, 241, 0.45);
  color: #312e81;
}
.light .style-card {
  background: #f8fafc;
  border-color: #e2e8f0;
}
.light .style-card__title {
  color: #475569;
}
.light .alphabetizer-card__eyebrow {
  color: #475569;
}
.light .alphabetizer-card__list strong {
  color: #4338ca;
}
.light .alphabetizer-card__usage {
  color: #374151;
}
.light .info-card__list strong {
  color: #4338ca;
}
.light .info-card__usage {
  color: #374151;
}
.light .cool-text-panel {
  background: #f0f4ff;
  border-color: #c7d2fe;
  box-shadow: none;
}
.light .cool-text-panel__label {
  color: #475569;
}
.light .cool-text-copy {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #0f172a;
}
.light .cool-text-copy:hover {
  background: rgba(79, 70, 229, 0.12);
  border-color: rgba(79, 70, 229, 0.45);
  color: #312e81;
}
.light .big-text-output {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #0f172a;
}
.light .big-text-copy-btn {
  background: rgba(15, 23, 42, 0.06);
  border-color: rgba(15, 23, 42, 0.18);
  color: #0f172a;
  box-shadow: none;
}
.light .big-text-copy-btn:hover {
  background: rgba(79, 70, 229, 0.12);
  border-color: rgba(79, 70, 229, 0.45);
}
.light .big-text-label {
  color: #475569;
}
.light .big-text-select {
  background: #ffffff;
  border-color: #e2e8f0;
  color: #0f172a;
}
.light .bubble-text-variants {
  border-color: #e2e8f0;
}
.light .bubble-text-variant {
  border-color: #e2e8f0;
}
.light .bubble-text-variant__label {
  color: #475569;
}
.light .bubble-text-output {
  color: #0f172a;
}
.light .bubble-text-copy-btn {
  border-color: #cbd5e1;
  color: #0f172a;
}
.light .bubble-text-copy-btn:hover {
  background: rgba(79, 70, 229, 0.08);
  border-color: rgba(79, 70, 229, 0.45);
}
.light .cursed-panel {
  background: #f4f4ff;
  border-color: #c7d2fe;
  box-shadow: none;
}
.light .cursed-panel__label {
  color: #475569;
}
.light .cursed-copy {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #0f172a;
}
.light .cursed-copy:hover {
  background: rgba(99, 102, 241, 0.15);
  border-color: rgba(129, 140, 248, 0.5);
  color: #312e81;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}
