/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Poppins', ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --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-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-6xl: 72rem;
    --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-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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --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;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: 0;
  }
  .top-0 {
    top: 0;
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .right-0 {
    right: 0;
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .left-0 {
    left: 0;
  }
  .z-50 {
    z-index: 50;
  }
  .z-60 {
    z-index: 60;
  }
  .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-0 {
    margin: 0;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .-mt-px {
    margin-top: -1px;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .-ml-px {
    margin-left: -1px;
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-12 {
    margin-left: calc(var(--spacing) * 12);
  }
  .ml-auto {
    margin-left: auto;
  }
  .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;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[260px\] {
    height: 260px;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[42px\] {
    min-height: 42px;
  }
  .min-h-\[50px\] {
    min-height: 50px;
  }
  .min-h-\[76px\] {
    min-height: 76px;
  }
  .min-h-\[78px\] {
    min-height: 78px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[42px\] {
    width: 42px;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-\[306px\] {
    width: 306px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: 0;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-\[1fr\] {
    grid-template-columns: 1fr;
  }
  .grid-cols-\[34px_1fr\] {
    grid-template-columns: 34px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .rounded-l-md {
    border-top-left-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
  }
  .rounded-r-md {
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
  }
  .rounded-b-sm {
    border-bottom-right-radius: var(--radius-sm);
    border-bottom-left-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .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-\[\#574ce8\]\/10 {
    border-color: color-mix(in oklab, #574ce8 10%, transparent);
  }
  .border-\[\#574ce8\]\/12 {
    border-color: color-mix(in oklab, #574ce8 12%, transparent);
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray-400 {
    border-color: var(--color-gray-400);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-\[\#574ce8\] {
    background-color: #574ce8;
  }
  .bg-\[\#29246f\] {
    background-color: #29246f;
  }
  .bg-\[\#080426\]\/55 {
    background-color: color-mix(in oklab, #080426 55%, transparent);
  }
  .bg-\[\#f7f5ff\] {
    background-color: #f7f5ff;
  }
  .bg-\[\#ffc02d\] {
    background-color: #ffc02d;
  }
  .bg-current {
    background-color: currentcolor;
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-red-500\/20 {
    background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-red-500) 20%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#574ce8\] {
    --tw-gradient-from: #574ce8;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#574ce8\]\/40 {
    --tw-gradient-from: color-mix(in oklab, #574ce8 40%, transparent);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#080426\] {
    --tw-gradient-from: #080426;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#f8f7ff\] {
    --tw-gradient-from: #f8f7ff;
    --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-\[\#211a85\] {
    --tw-gradient-to: #211a85;
    --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-\[\#151048\] {
    --tw-gradient-to: #151048;
    --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-\[\#f4f2ff\] {
    --tw-gradient-to: #f4f2ff;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .fill-none {
    fill: none;
  }
  .stroke-current {
    stroke: currentcolor;
  }
  .stroke-2 {
    stroke-width: 2;
  }
  .stroke-\[1\.8\] {
    stroke-width: 1.8;
  }
  .stroke-\[2\.5\] {
    stroke-width: 2.5;
  }
  .p-0 {
    padding: 0;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pl-\[54px\] {
    padding-left: 54px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-text-top {
    vertical-align: text-top;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--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-\[13px\] {
    font-size: 13px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-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);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-\[\#574ce8\] {
    color: #574ce8;
  }
  .text-\[\#17143e\] {
    color: #17143e;
  }
  .text-\[\#73718e\] {
    color: #73718e;
  }
  .text-\[\#151241\] {
    color: #151241;
  }
  .text-\[\#b9b5ec\] {
    color: #b9b5ec;
  }
  .text-\[\#dcd9ff\] {
    color: #dcd9ff;
  }
  .text-black {
    color: var(--color-black);
  }
  .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-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-red-300 {
    color: var(--color-red-300);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .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);
  }
  .shadow-\[0_4px_0_\#151241\] {
    --tw-shadow: 0 4px 0 var(--tw-shadow-color, #151241);
    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_16px_42px_rgba\(21\,18\,65\,0\.07\)\] {
    --tw-shadow: 0 16px 42px var(--tw-shadow-color, rgba(21,18,65,0.07));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[\#574ce8\]\/20 {
    --tw-shadow-color: color-mix(in srgb, #574ce8 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, #574ce8 20%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .ring-gray-300 {
    --tw-ring-color: var(--color-gray-300);
  }
  .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-filter {
    -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));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-\[220ms\] {
    --tw-duration: 220ms;
    transition-duration: 220ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .\[stroke-linecap\:round\] {
    stroke-linecap: round;
  }
  .\[stroke-linejoin\:round\] {
    stroke-linejoin: round;
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-1\/2 {
    &::before {
      content: var(--tw-content);
      top: calc(1 / 2 * 100%);
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: 0;
    }
  }
  .before\:h-8 {
    &::before {
      content: var(--tw-content);
      height: calc(var(--spacing) * 8);
    }
  }
  .before\:w-1 {
    &::before {
      content: var(--tw-content);
      width: var(--spacing);
    }
  }
  .before\:-translate-y-1\/2 {
    &::before {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:rounded-r-full {
    &::before {
      content: var(--tw-content);
      border-top-right-radius: calc(infinity * 1px);
      border-bottom-right-radius: calc(infinity * 1px);
    }
  }
  .before\:bg-\[\#ffc02d\] {
    &::before {
      content: var(--tw-content);
      background-color: #ffc02d;
    }
  }
  .before\:content-\[\\\'\\\'\] {
    &::before {
      --tw-content: \'\';
      content: var(--tw-content);
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:inset-0 {
    &::after {
      content: var(--tw-content);
      inset: 0;
    }
  }
  .after\:animate-pulse {
    &::after {
      content: var(--tw-content);
      animation: var(--animate-pulse);
    }
  }
  .after\:rounded-xl {
    &::after {
      content: var(--tw-content);
      border-radius: var(--radius-xl);
    }
  }
  .after\:bg-white\/10 {
    &::after {
      content: var(--tw-content);
      background-color: color-mix(in srgb, #fff 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .hover\:-translate-y-1 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:bg-\[\#4740d0\] {
    &:hover {
      @media (hover: hover) {
        background-color: #4740d0;
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-gray-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-200);
      }
    }
  }
  .hover\:bg-red-500\/35 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 35%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-red-500) 35%, transparent);
        }
      }
    }
  }
  .hover\:bg-white\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
        }
      }
    }
  }
  .hover\:bg-white\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
        }
      }
    }
  }
  .hover\:text-gray-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-400);
      }
    }
  }
  .hover\:text-gray-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-700);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .focus\:border-\[\#574ce8\] {
    &:focus {
      border-color: #574ce8;
    }
  }
  .focus\:border-blue-300 {
    &:focus {
      border-color: var(--color-blue-300);
    }
  }
  .focus\:ring {
    &: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-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-\[\#574ce8\]\/20 {
    &:focus {
      --tw-ring-color: color-mix(in oklab, #574ce8 20%, transparent);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .active\:bg-gray-100 {
    &:active {
      background-color: var(--color-gray-100);
    }
  }
  .active\:text-gray-500 {
    &:active {
      color: var(--color-gray-500);
    }
  }
  .active\:text-gray-700 {
    &:active {
      color: var(--color-gray-700);
    }
  }
  .active\:text-gray-800 {
    &:active {
      color: var(--color-gray-800);
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-60 {
    &:disabled {
      opacity: 60%;
    }
  }
  .sm\:col-span-2 {
    @media (width >= 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:flex-1 {
    @media (width >= 40rem) {
      flex: 1;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:justify-start {
    @media (width >= 40rem) {
      justify-content: flex-start;
    }
  }
  .sm\:gap-2 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .sm\:p-8 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:pt-0 {
    @media (width >= 40rem) {
      padding-top: 0;
    }
  }
  .sm\:text-\[32px\] {
    @media (width >= 40rem) {
      font-size: 32px;
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:translate-x-0 {
    @media (width >= 64rem) {
      --tw-translate-x: 0;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-\[1\.15fr_0\.85fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.15fr 0.85fr;
    }
  }
  .lg\:p-7 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .rtl\:flex-row-reverse {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      flex-direction: row-reverse;
    }
  }
  .dark\:border-gray-600 {
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-gray-600);
    }
  }
  .dark\:bg-gray-700 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-gray-700);
    }
  }
  .dark\:bg-gray-800 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-gray-800);
    }
  }
  .dark\:text-gray-200 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-gray-200);
    }
  }
  .dark\:text-gray-300 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-gray-300);
    }
  }
  .dark\:text-gray-400 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-gray-400);
    }
  }
  .dark\:text-gray-600 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-gray-600);
    }
  }
  .dark\:hover\:bg-gray-900 {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-gray-900);
        }
      }
    }
  }
  .dark\:hover\:text-gray-200 {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-gray-200);
        }
      }
    }
  }
  .dark\:hover\:text-gray-300 {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-gray-300);
        }
      }
    }
  }
  .dark\:focus\:border-blue-700 {
    @media (prefers-color-scheme: dark) {
      &:focus {
        border-color: var(--color-blue-700);
      }
    }
  }
  .dark\:focus\:border-blue-800 {
    @media (prefers-color-scheme: dark) {
      &:focus {
        border-color: var(--color-blue-800);
      }
    }
  }
  .dark\:active\:bg-gray-700 {
    @media (prefers-color-scheme: dark) {
      &:active {
        background-color: var(--color-gray-700);
      }
    }
  }
  .dark\:active\:text-gray-300 {
    @media (prefers-color-scheme: dark) {
      &:active {
        color: var(--color-gray-300);
      }
    }
  }
}
:root {
  --navy: #080426;
  --deep: #29246f;
  --ink: #17143e;
  --muted: #73718e;
  --purple: #574ce8;
  --purple-dark: #171279;
  --yellow: #ffc02d;
  --soft: #f7f5ff;
  --line: #d9d8e8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body.bd-home {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: var(--font-sans);
  overflow-x: hidden;
  zoom: .82;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.site-wrap {
  width: min(1760px, calc(100% - 150px));
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.topbar {
  min-height: 36px;
  background: var(--navy);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.topbar__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.topbar p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mini-icon {
  color: #a8a1ff;
  font-size: 22px;
}
.topbar__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
}
.topbar__right a {
  font-size: 18px;
  font-weight: 800;
}
.divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, .18);
}
.main-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  box-shadow: 0 1px 0 rgba(11, 8, 52, .05);
}
.nav {
  height: 82px;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 150px;
  color: #0b5fa7;
  font-size: 19px;
  line-height: 1;
}
.brand__mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 3px solid #0b61af;
  border-radius: 12px 12px 3px 12px;
  color: var(--yellow);
  font-size: 30px;
}
.brand b {
  display: block;
  color: #0b61af;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.brand small {
  color: #f59f18;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.nav__links {
  display: flex;
  align-items: center;
  gap: 31px;
  color: #0d0a32;
  font-size: 19px;
  font-weight: 600;
  white-space: nowrap;
}
.nav__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  white-space: nowrap;
}
.category-btn, .search-box, .round-btn {
  border: 1px solid var(--line);
  background: #fff;
}
.category-btn {
  height: 64px;
  min-width: 218px;
  border-radius: 32px 0 0 32px;
  color: #241c66;
  font-weight: 500;
}
.search-box {
  height: 58px;
  width: clamp(300px, 21vw, 420px);
  border-radius: 999px;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(19, 15, 66, .05);
}
.search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  padding-inline: 24px 10px;
  color: var(--muted);
  background: transparent;
  font-size: 15px;
}
.search-box button {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  margin-right: 4px;
  border: 0;
  border-radius: 50%;
  background: var(--purple);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.round-btn {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #6f6b89;
  font-size: 22px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}
.round-btn svg {
  width: 28px;
  height: 28px;
}
.round-btn b {
  position: absolute;
  top: -8px;
  right: 1px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--yellow);
  color: #120c38;
  font-size: 13px;
}
.hamburger {
  display: none;
  width: 46px;
  height: 42px;
  border: 0;
  background: transparent;
  flex: 0 0 auto;
}
.hamburger span {
  display: block;
  height: 3px;
  margin: 7px 0;
  border-radius: 99px;
  background: var(--ink);
}
.mobile-panel {
  display: none;
  background: #fff;
  padding: 20px;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid var(--line);
}
.mobile-panel a {
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  padding: 8px 0;
}
.main-header.is-open .mobile-panel {
  display: flex;
}
.main-header.is-open .hamburger span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.main-header.is-open .hamburger span:nth-child(2) {
  opacity: 0;
}
.main-header.is-open .hamburger span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.hamburger span {
  transition: all 0.3s ease;
}
.home-hero {
  background-color: #ffffff;
  width: 100%;
  margin: 0;
  padding: 0;
}
.home-hero-wrap {
  display: flex;
  flex-wrap: wrap;
  min-height: calc(100vh - 80px);
  width: 100%;
}
.home-hero-content {
  flex: 1;
  min-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 60px;
  background-color: #ffffff;
}
.home-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f4f3ff;
  border: 1px solid #ddd6fe;
  color: #5b21b6;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 24px;
  align-self: center;
}
.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #7c3aed;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(124, 58, 237, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(124, 58, 237, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(124, 58, 237, 0);
  }
}
.home-hero-title {
  font-size: clamp(24px, 2.8vw, 44px);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 24px;
  white-space: nowrap;
}
.highlight {
  font-style: normal;
}
.highlight-gold {
  color: #d97706;
}
.highlight-violet {
  color: #7c3aed;
}
.highlight-rainbow {
  background: linear-gradient(90deg, #f59e0b, #ef4444, #8b5cf6, #3b82f6, #10b981);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbow 5s linear infinite;
  font-style: italic;
}
@keyframes rainbow {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
.home-hero-desc {
  font-size: 16px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 500px;
}
.home-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-primary, .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn-primary svg, .btn-outline svg {
  width: 20px;
  height: 20px;
}
.btn-primary {
  background-color: #2563eb;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
}
.btn-primary:hover {
  background-color: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}
.btn-outline {
  background-color: transparent;
  color: #334155;
  border: 2px solid #cbd5e1;
}
.btn-outline:hover {
  background-color: #f8fafc;
  border-color: #94a3b8;
  transform: translateY(-2px);
}
.home-hero-video {
  flex: 1;
  min-width: 50%;
  display: flex;
  background-color: #ffffff;
  padding: 20px 20px 20px 0;
}
.home-hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.hero-video-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.hero-video-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(17, 24, 39, 0.7);
  backdrop-filter: blur(8px);
  padding: 10px 24px;
  border-radius: 999px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
  pointer-events: auto;
}
.hero-video-inner:hover .hero-video-controls {
  opacity: 1;
  visibility: visible;
}
.hero-video-btn {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: color 0.2s;
}
.hero-video-btn:hover {
  color: #3b82f6;
}
.hero-video-btn svg {
  width: 22px;
  height: 22px;
}
.video-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  min-height: 400px;
}
.video-placeholder svg {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .home-hero-wrap {
    flex-direction: column;
    min-height: auto;
  }
  .home-hero-content {
    padding: 60px 24px;
    align-items: center;
    text-align: center;
  }
  .home-hero-title {
    white-space: normal;
  }
  .home-hero-badge {
    align-self: center;
  }
  .home-hero-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .home-hero-actions {
    justify-content: center;
  }
  .home-hero-video {
    width: 100%;
    min-height: 400px;
  }
}
.float-card {
  position: absolute;
  z-index: 3;
  border: 1px solid #cfd1df;
  border-radius: 10px;
  background: #fff;
  box-shadow: 8px 10px 0 rgba(23, 20, 62, .16);
}
.float-card--enrolled {
  left: 8%;
  top: 170px;
  width: 266px;
  padding: 22px;
  color: #5d55e9;
  font-size: 17px;
}
.float-card--enrolled b, .float-card--about b {
  color: #151241;
}
.float-card--enrolled span, .float-card--about span {
  display: block;
  width: 128px;
  height: 34px;
  margin-top: 11px;
  border-radius: 20px;
  background: linear-gradient(90deg, #11b6f1, #ffca38, #b44ce0, #222);
}
.float-card--instructors {
  right: 0;
  bottom: 70px;
  width: 260px;
  min-height: 94px;
  padding: 18px 18px 14px 92px;
}
.float-card--instructors i {
  position: absolute;
  left: 20px;
  top: 20px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #1dbf73;
  color: #fff;
  font-style: normal;
}
.float-card--instructors small {
  display: block;
  color: var(--muted);
}
.float-card--instructors b {
  font-size: 30px;
}
.section {
  padding: 112px 0;
}
.section-heading {
  text-align: center;
}
.section-heading span, .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 22px;
  border-radius: 20px;
  background: #efecff;
  color: var(--purple);
  font-size: 15px;
  font-weight: 600;
}
.section-heading h2, .text-block h2, .faq-content h2 {
  margin: 20px 0 16px;
  color: #151241;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.27;
  font-weight: 800;
}
.section-heading p, .text-block p, .faq-content p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}
.category-section {
  padding: 60px 0 !important;
}
.category-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin-top: 44px;
}
.category-card {
  text-decoration: none;
  color: inherit;
  display: block;
  text-align: center;
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.category-card__icon {
  display: grid;
  place-items: center;
  width: 188px;
  height: 188px;
  margin-inline: auto;
  border: 1px solid #dad9ea;
  border-radius: 50%;
  color: #9291aa;
  background: #fff;
  font-size: 70px;
  font-style: normal;
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}
.category-card:hover .category-card__icon {
  background: var(--purple);
  color: #fff;
  border-color: var(--purple);
  box-shadow: 0 30px 60px rgba(87, 76, 232, 0.2);
  transform: scale(1.08) rotate(5deg);
}
.category-card:hover {
  transform: translateY(-15px);
}
.category-card:hover h3 {
  color: var(--purple);
}
.category-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-card h3 {
  margin: 22px 0 5px;
  font-size: 17px;
  font-weight: 700;
}
.category-card p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}
.brand-marquee {
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}
.brand-marquee div {
  min-width: max-content;
  height: 102px;
  display: flex;
  align-items: center;
  gap: 34px;
  animation: marquee 22s linear infinite;
}
.brand-marquee span {
  font-size: 42px;
  font-weight: 800;
}
.brand-marquee i {
  color: #ffd01f;
  font-size: 43px;
  font-style: normal;
}
@keyframes marquee {
  from {
    transform: translateX(-5%);
  }
  to {
    transform: translateX(-45%);
  }
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 92px;
}
.image-blob {
  position: relative;
  min-height: 650px;
}
.image-blob img {
  width: 100%;
  height: 650px;
  object-fit: contain;
}
.image-blob button {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #e82021;
  font-size: 36px;
  transform: translate(-50%, -50%);
}
.float-card--about {
  left: 5%;
  bottom: 52px;
  width: 268px;
  padding: 18px 22px;
  color: #5d55e9;
  font-size: 17px;
}
.text-block h2 {
  margin-top: 24px;
}
.text-block mark {
  border: 0;
}
.check-list {
  display: grid;
  gap: 22px;
  margin: 26px 0 44px;
  padding: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 56px;
  color: #151241;
  font-size: 18px;
  font-weight: 800;
}
.check-list li:before {
  content: "›";
  position: absolute;
  left: 0;
  top: -7px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid #151241;
  border-radius: 50%;
  background: var(--yellow);
  font-size: 28px;
}
.courses, .news, .faq {
  background: linear-gradient(110deg, #faf9ff 0%, #fff 55%, #f4f0ff 100%);
}
.news {
  padding: 60px 0 !important;
}
.tabs {
  width: min(880px, calc(100% - 40px));
  margin: 54px auto 60px;
  border-bottom: 1px solid #d7d5e9;
  display: flex;
  justify-content: center;
  gap: 54px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
}
.tabs a {
  padding-bottom: 20px;
}
.tabs .active {
  position: relative;
  color: #17143e;
  font-weight: 700;
}
.tabs .active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 8px;
  border-radius: 10px;
  background: var(--purple);
}
.course-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
.slider-arrow {
  position: absolute;
  top: 45%;
  z-index: 3;
  background: var(--purple);
  color: #fff;
  border-color: #151241;
}
.category-card:hover i, .category-card:hover img {
  background: var(--purple);
  color: #fff;
  border-color: var(--purple);
}
.slider-arrow--left {
  left: -70px;
}
.slider-arrow--right {
  right: -70px;
}
.course-card, .news-card {
  border: 1px solid #cfcde1;
  border-radius: 7px;
  background: #fff;
}
.category-card, .course-card, .instructor-card, .news-card, .cta-row article {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.category-card:hover, .course-card:hover, .instructor-card:hover, .news-card:hover, .cta-row article:hover {
  transform: translateY(-6px);
  border-color: rgba(87, 76, 232, .45);
  box-shadow: 0 18px 38px rgba(21, 18, 65, .12);
}
.category-card:hover i {
  box-shadow: 0 14px 28px rgba(87, 76, 232, .12);
}
.course-card {
  min-height: 515px;
  padding: 28px;
}
.course-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  background: #eee;
}
.course-thumb img {
  width: 100%;
  aspect-ratio: 1.84 / 1;
  object-fit: cover;
}
.course-thumb button {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--purple);
  font-size: 24px;
}
.course-meta {
  margin: 26px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-meta span {
  padding: 7px 17px;
  border-radius: 18px;
  background: #f0f0f5;
  color: #4e4b68;
  font-size: 14px;
  font-weight: 500;
}
.course-meta b {
  color: #77748f;
  font-size: 16px;
  font-weight: 500;
}
.course-card h3, .news-card h3 {
  margin: 0;
  color: #151241;
  font-size: 22px;
  line-height: 1.38;
  font-weight: 800;
}
.course-card p {
  margin: 22px 0;
  color: #37334f;
  font-size: 17px;
}
.course-bottom {
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
}
.course-bottom a {
  min-width: 142px;
  padding: 14px 22px;
  border: 2px solid #151241;
  border-radius: 28px;
  background: var(--yellow);
  color: #151241;
  font-weight: 800;
  box-shadow: 0 4px 0 #151241;
}
.course-bottom strong {
  color: var(--purple);
  font-size: 25px;
  white-space: nowrap;
}
.newsletter {
  background: var(--purple);
  color: #fff;
}
.newsletter__inner {
  min-height: 330px;
  display: grid;
  grid-template-columns: 570px 1fr;
  align-items: center;
  gap: 82px;
}
.newsletter img {
  align-self: end;
  width: 390px;
  margin-left: 190px;
}
.newsletter h2 {
  margin: 0 0 38px;
  font-size: clamp(31px, 3vw, 44px);
  line-height: 1.28;
  font-weight: 800;
}
.newsletter form {
  max-width: 930px;
}
.newsletter input {
  flex: 1;
  min-height: 74px;
  border: 0;
  border-radius: 38px;
  background: #493fd0;
  color: #fff;
  outline: 0;
  padding: 0 32px;
}
.newsletter input::placeholder {
  color: #aaa5fa;
}
.newsletter button {
  min-height: 72px;
  min-width: 246px;
  border: 2px solid #151241;
  border-radius: 38px;
  background: var(--yellow);
  color: #151241;
  font-weight: 800;
  box-shadow: 0 6px 0 #151241;
}
.instructors {
  padding-bottom: 72px;
}
.instructors__grid {
  display: grid;
  grid-template-columns: 520px 1fr;
  align-items: center;
  gap: 90px;
}
.instructor-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px 90px;
}
.instructor-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 28px;
}
.instructor-card img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
}
.instructor-card h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
}
.instructor-card p {
  margin: 0;
  color: var(--purple);
  font-size: 18px;
}
.instructor-card span {
  display: block;
  margin: 7px 0 16px;
  color: var(--muted);
  font-size: 17px;
}
.instructor-card small {
  color: #8885a0;
  font-size: 24px;
}
.stats {
  min-height: 205px;
  margin-bottom: -5px;
  padding: 60px 70px;
  border-radius: 18px;
  background: var(--deep);
  color: #fff;
  box-shadow: 0 20px 45px rgba(26, 23, 76, .18);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.stats div {
  border-right: 1px solid rgba(255, 255, 255, .5);
}
.stats div:last-child {
  border-right: 0;
}
.stats b {
  display: block;
  font-size: 54px;
  line-height: 1;
}
.stats span {
  display: block;
  margin-top: 14px;
  font-size: 18px;
  font-weight: 600;
}
.faq {
  padding-top: 150px;
}
.faq-image img {
  width: 760px;
  height: 760px;
  object-fit: contain;
}
.faq-content details {
  border-bottom: 1px solid #c9c7dc;
}
.faq-content summary {
  cursor: pointer;
  padding: 27px 0;
  color: #6b66ff;
  font-size: 22px;
  font-weight: 600;
  list-style: none;
}
.faq-content summary::-webkit-details-marker {
  display: none;
}
.faq-content details:not([open]) summary {
  color: #656178;
}
.faq-content details p {
  max-width: 720px;
  padding-bottom: 28px;
  color: #232044;
}
.journey {
  padding: 140px 0 0;
  background: var(--deep);
  color: #fff;
}
.section-heading--dark h2, .section-heading--dark p {
  color: #fff;
}
.section-heading--dark p {
  max-width: 830px;
  margin-inline: auto;
  color: #c9c7ee;
}
.journey-grid {
  margin-top: 96px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
  text-align: center;
}
.journey-grid i {
  color: #aea8ff;
  font-size: 72px;
  font-style: normal;
}
.journey-grid h3 {
  margin: 30px 0 18px;
  font-size: 23px;
  font-weight: 800;
}
.journey-grid p {
  margin: 0;
  color: #c7c4ee;
  font-size: 18px;
  line-height: 1.75;
}
.cta-row {
  position: relative;
  bottom: -102px;
  margin-top: 110px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.cta-row article {
  min-height: 246px;
  padding: 36px 52px 0 250px;
  border: 1px solid #d1cfdd;
  border-radius: 8px;
  background: #fff;
  color: #17143e;
  position: relative;
  overflow: hidden;
}
.cta-row img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 245px;
}
.cta-row h3 {
  margin: 22px 0 12px;
  font-size: 27px;
  font-weight: 800;
}
.cta-row p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.cta-row .btn {
  min-height: 56px;
  margin-top: 14px;
  padding-inline: 28px;
}
.news {
  padding-top: 228px;
}
.news-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.news-card {
  padding: 30px;
}
.news-card div {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.news-card img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
}
.news-card span {
  position: absolute;
  left: 34px;
  top: 26px;
  padding: 12px 22px;
  border-radius: 8px;
  background: var(--purple);
  color: #fff;
  font-weight: 700;
}
.news-card p {
  margin: 30px 0 18px;
  color: #68647d;
  font-size: 15px;
}
.footer__top {
  background: #f8fafc;
  color: #111827;
}
.footer__bottom-wrapper {
  background: var(--navy);
}
.footer__grid {
  min-height: 560px;
  padding: 112px 0 80px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.35fr;
  gap: 90px;
}
.brand--footer {
  margin-bottom: 55px;
  color: #111827;
}
.footer h3 {
  position: relative;
  margin: 0 0 54px;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
}
.footer h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 38px;
  height: 4px;
  background: var(--purple);
}
.footer p, .footer a {
  display: block;
  margin: 0 0 22px;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.8;
}
.socials {
  color: #111827 !important;
  font-weight: 800;
}
.store-row {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}
.store-row span {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 5px;
  background: rgba(0, 0, 0, .05);
  color: #111827;
  font-size: 14px;
  line-height: 1.2;
}
.footer__bottom {
  min-height: 110px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #b8b4e9;
  font-size: 15px;
}
.scroll-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 10;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 4px;
  background: var(--purple);
  color: #fff;
  font-size: 24px;
}
.auth-page {
  zoom: 1;
  min-height: 100vh;
  background: radial-gradient(circle at 12% 12%, rgba(255, 192, 45, .22), transparent 25%), radial-gradient(circle at 85% 20%, rgba(87, 76, 232, .2), transparent 28%), linear-gradient(135deg, #f8f7ff 0%, #ffffff 46%, #f1eeff 100%);
}
.auth-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}
.auth-card {
  width: min(100%, 520px);
  padding: 42px;
  border: 1px solid rgba(87, 76, 232, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 28px 70px rgba(21, 18, 65, .14);
}
.auth-brand {
  margin-bottom: 34px;
}
.auth-copy span {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 999px;
  background: #efecff;
  color: var(--purple);
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
}
.auth-copy h1 {
  margin: 18px 0 10px;
  color: #151241;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
}
.auth-copy p {
  margin: 0 0 28px;
  color: var(--muted);
  line-height: 1.7;
}
.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: #f0eefc;
}
.auth-tabs button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  color: #5f5a7a;
  font-weight: 800;
  cursor: pointer;
}
.auth-tabs button.active {
  background: var(--purple);
  color: #fff;
  box-shadow: 0 8px 18px rgba(87, 76, 232, .25);
}
.auth-alert {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #fff2f2;
  color: #b42318;
  font-size: 14px;
  font-weight: 600;
}
.auth-form {
  display: none;
  margin-top: 24px;
}
.auth-form.active {
  display: grid;
  gap: 18px;
}
.auth-form label {
  display: grid;
  gap: 8px;
  color: #151241;
  font-size: 14px;
  font-weight: 700;
}
.auth-form input:not([type="checkbox"]) {
  width: 100%;
  min-height: 54px;
  border: 1px solid #d9d7ea;
  border-radius: 8px;
  background: #fff;
  color: #151241;
  outline: 0;
  padding: 0 16px;
}
.auth-form input:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 4px rgba(87, 76, 232, .12);
}
.remember-row {
  display: flex !important;
  grid-template-columns: none;
  align-items: center;
  gap: 10px !important;
  color: var(--muted) !important;
}
.remember-row input {
  width: 18px;
  height: 18px;
}
.auth-form button, .dashboard-logout {
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  background: var(--yellow);
  color: #151241;
  font-weight: 800;
  box-shadow: 0 6px 0 #151241;
  cursor: pointer;
}
.dashboard-card form {
  margin-top: 28px;
}
.dashboard-logout {
  width: 100%;
}
@media (max-width: 1500px) {
  .site-wrap {
    width: min(1320px, calc(100% - 48px));
  }
  .nav {
    gap: 24px;
  }
  .nav__links {
    gap: 18px;
    font-size: 16px;
  }
  .search-box {
    width: clamp(230px, 20vw, 320px);
  }
  .category-pill {
    gap: 20px;
  }
  .category-card i, .category-card img {
    width: 138px;
    height: 138px;
    font-size: 52px;
  }
  .course-row, .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .topbar {
    display: none;
  }
  .nav {
    height: 78px;
    gap: 14px;
    position: relative;
  }
  .hamburger {
    order: 1;
  }
  .brand {
    order: 2;
  }
  .nav__actions {
    order: 3;
  }
  .nav__links {
    display: none;
  }
  .nav__actions {
    margin-left: 0;
    gap: 8px;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .nav__actions .search-box {
    flex: 0 0 auto;
  }
  .round-btn.profile {
    margin-left: 0;
  }
  .search-box {
    width: clamp(170px, 34vw, 260px);
    height: 48px;
  }
  .search-box input {
    padding-inline: 18px 8px;
    font-size: 14px;
  }
  .search-box button {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  .round-btn {
    width: 48px;
    height: 48px;
    font-size: 19px;
  }
  .round-btn svg {
    width: 24px;
    height: 24px;
  }
  .hamburger {
    display: block;
    margin-left: 0;
    width: 42px;
  }
  .main-header.is-open .mobile-panel {
    display: grid;
  }
  .mobile-panel {
    padding: 10px 24px 24px;
    border-top: 1px solid #eee;
    background: #fff;
    gap: 12px;
  }
  .mobile-panel a {
    padding: 12px 4px;
    color: var(--ink);
    font-weight: 700;
  }
  .hero__grid, .split, .instructors__grid, .newsletter__inner {
    grid-template-columns: 1fr;
  }
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer__grid > div:first-child, .footer__grid > div:last-child {
    grid-column: 1 / -1;
  }
  .hero {
    min-height: auto;
    padding: 0 !important;
    margin: 0 !important;
  }
  .hero__grid {
    min-height: auto;
  }
  .hero__art, .image-blob {
    min-height: auto;
  }
  .hero__art img, .hero__art video, .image-blob img, .faq-image img {
    height: auto;
  }
  .category-pill {
    min-height: auto;
    padding: 20px 0;
    border-radius: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 18px;
  }
  .category-pill button {
    display: none;
  }
  .newsletter img {
    width: 260px;
    margin: 0 auto;
  }
  .newsletter__inner {
    padding: 50px 0;
    text-align: center;
    gap: 20px;
  }
  .instructor-list, .journey-grid, .cta-row, .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats div:nth-child(2) {
    border-right: 0;
  }
  .stats div {
    padding: 24px 0;
  }
}
@media (max-width: 720px) {
  .site-wrap {
    width: calc(100% - 18px);
  }
  .brand {
    min-width: 0;
    flex: 0 0 auto;
    font-size: 15px;
    gap: 8px;
    max-width: 112px;
    overflow: hidden;
  }
  .brand b {
    white-space: nowrap;
  }
  .brand__mark {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  .nav {
    height: 70px;
    gap: 7px;
  }
  .nav__actions {
    gap: 6px;
    margin-left: 0;
  }
  .search-box {
    width: clamp(94px, 25vw, 140px);
    height: 42px;
  }
  .search-box input {
    padding-inline: 13px 5px;
    font-size: 12px;
  }
  .search-box button {
    width: 34px;
    height: 34px;
    margin-right: 3px;
    font-size: 18px;
  }
  .round-btn {
    width: 42px;
    height: 42px;
    font-size: 17px;
  }
  .round-btn svg {
    width: 22px;
    height: 22px;
  }
  .hamburger {
    width: 36px;
    height: 36px;
  }
  .hamburger span {
    height: 2px;
    margin: 6px 0;
  }
  .hero__copy h1 {
    font-size: 36px;
  }
  .hero__copy p {
    font-size: 16px;
  }
  .newsletter form {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero__buttons {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
  }
  .hero__buttons .btn {
    min-height: 52px;
    padding-inline: 18px;
    font-size: 13px;
    white-space: nowrap;
  }
  .watch {
    gap: 8px;
    font-size: 12px;
    white-space: nowrap;
  }
  .watch i {
    width: 48px;
    height: 48px;
    font-size: 16px;
    flex: 0 0 auto;
  }
  .section {
    padding: 76px 0;
  }
  .section-heading h2, .text-block h2, .faq-content h2 {
    font-size: 30px;
  }
  .course-row, .news-grid, .instructor-list, .journey-grid, .cta-row, .stats {
    grid-template-columns: 1fr;
  }
  .instructor-list {
    justify-items: center;
  }
  .category-pill {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px 0;
    gap: 24px 14px;
  }
  .category-card i, .category-card img {
    width: 112px;
    height: 112px;
    font-size: 42px;
  }
  .category-card h3 {
    margin-top: 14px;
    font-size: 14px;
  }
  .category-card p {
    font-size: 14px;
  }
  .tabs {
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .slider-arrow, .float-card {
    display: none;
  }
  .course-card {
    padding: 18px;
  }
  .course-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  .course-bottom a {
    min-width: 118px;
    padding: 11px 14px;
    font-size: 13px;
    white-space: nowrap;
  }
  .course-bottom strong {
    font-size: 19px;
  }
  .newsletter input, .newsletter button {
    width: 100%;
  }
  .instructor-card {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    width: min(88%, 320px);
    padding: 24px 18px;
    border: 1px solid #dedcf0;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    box-shadow: 0 14px 30px rgba(21, 18, 65, .06);
  }
  .instructor-card img {
    width: 124px;
    height: 124px;
  }
  .stats {
    padding: 24px;
  }
  .stats div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
  }
  .stats div:last-child {
    border-bottom: 0;
  }
  .stats b {
    font-size: 38px;
  }
  .journey {
    padding-top: 76px;
  }
  .cta-row {
    bottom: -64px;
    margin-top: 70px;
  }
  .cta-row article {
    min-height: auto;
    padding: 220px 24px 30px;
  }
  .cta-row img {
    width: 220px;
  }
  .news {
    padding-top: 140px;
  }
  .footer__grid {
    min-height: auto;
    padding: 76px 0 30px;
    gap: 36px;
  }
  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }
}
@media (max-width: 520px) {
  .site-wrap {
    width: calc(100% - 14px);
  }
  .brand {
    font-size: 13px;
  }
  .brand__mark {
    width: 34px;
    height: 34px;
    border-width: 2px;
    font-size: 18px;
  }
  .search-box {
    width: 38px;
    justify-content: center;
  }
  .search-box input {
    position: absolute;
    width: 1px;
    opacity: 0;
    pointer-events: none;
  }
  .search-box button {
    width: 32px;
    height: 32px;
    margin-right: 3px;
    font-size: 16px;
  }
  .mobile-panel {
    padding-inline: 10px;
  }
  .hero__buttons {
    gap: 8px;
  }
  .hero__buttons .btn {
    min-height: 46px;
    padding-inline: 12px;
    font-size: 11px;
  }
  .watch {
    gap: 6px;
    font-size: 10px;
  }
  .watch i {
    width: 42px;
    height: 42px;
    border-width: 2px;
  }
  .course-bottom a {
    min-width: 104px;
    padding-inline: 10px;
    font-size: 12px;
  }
  .course-bottom strong {
    font-size: 17px;
  }
}
.admin-body {
  background: radial-gradient(circle at 12% 4%, rgba(255, 192, 45, .12), transparent 25%), linear-gradient(135deg, #f8f7ff 0%, #f4f2ff 100%);
  font-size: 13px;
}
.admin-shell {
  grid-template-columns: 306px 1fr;
}
.admin-sidebar {
  background: linear-gradient(180deg, #080426 0%, #151048 100%);
  display: flex;
  flex-direction: column;
}
.admin-sidebar__top {
  min-height: 76px;
  padding: 14px 16px;
}
.admin-user {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.admin-avatar {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--yellow), #fff0a3);
  color: #151241;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(255, 192, 45, .24);
  animation: adminPulse 2.7s ease-in-out infinite;
}
.admin-user__meta {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.admin-user__meta b {
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-user__meta small {
  color: #bdb8ff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.admin-menu {
  padding: 12px;
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
}
.admin-menu::-webkit-scrollbar {
  display: none;
}
.admin-menu__group>button {
  min-height: 46px;
  grid-template-columns: 42px 1fr;
  padding: 0 11px;
  font-size: 12px;
  font-weight: 700;
}
.admin-menu-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
}
.admin-menu-icon svg, .admin-submenu svg, .admin-mobile-menu svg, .admin-collapse svg, .admin-search svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.admin-menu-icon svg {
  fill: none;
  stroke: #fff;
  animation: adminIconFloat 2.8s ease-in-out infinite;
}
.admin-submenu {
  padding: 7px 0 9px 58px;
}
.admin-submenu a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  font-size: 11.5px;
}
.admin-submenu svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}
.admin-sidebar-bottom {
  margin: 16px 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.admin-collapse {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .1);
}
.admin-sidebar-logout {
  flex: 1;
  margin: 0;
}
.admin-sidebar-logout button {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 192, 45, .15);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.admin-sidebar-logout button:hover {
  background: rgba(255, 192, 45, .26);
  transform: translateY(-2px);
}
.admin-sidebar-logout svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.admin-collapse svg {
  transition: transform .22s ease;
}
.admin-shell.sidebar-collapsed .admin-collapse svg {
  transform: rotate(180deg);
}
.admin-main {
  padding: 18px 22px 28px;
}
.admin-header {
  min-height: 58px;
  padding: 0 2px;
  margin-bottom: 16px;
}
.admin-header__title span, .admin-hero-card span, .admin-stat-card span {
  font-size: 11px;
}
.admin-header h1 {
  margin-top: 3px;
  font-size: 24px;
}
.admin-header__tools {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.admin-search {
  width: min(34vw, 360px);
  height: 44px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid rgba(87, 76, 232, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 12px 28px rgba(21, 18, 65, .06);
}
.admin-search svg {
  width: 18px;
  height: 18px;
  color: var(--purple);
}
.admin-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #151241;
  font-size: 13px;
}
.admin-hero-card {
  margin: 16px 0;
  padding: 20px 22px;
}
.admin-hero-card h2 {
  margin: 6px 0 8px;
  font-size: 27px;
}
.admin-hero-card p, .admin-stat-card p, .admin-activity span, .admin-table-card td {
  font-size: 13px;
}
.admin-stat-card, .admin-panel-card, .admin-table-card, .admin-hero-card {
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.admin-stat-card:hover, .admin-panel-card:hover, .admin-hero-card:hover {
  transform: translateY(-4px);
  border-color: rgba(87, 76, 232, .3);
  box-shadow: 0 22px 54px rgba(21, 18, 65, .11);
}
.admin-table-card table tbody tr {
  transition: background-color 0.2s ease;
}
.admin-table-card table tbody tr:hover {
  background-color: #f8fafc;
}
.admin-stats-grid {
  gap: 14px;
  margin-top: 0;
}
.admin-stat-card {
  padding: 18px;
}
.admin-stat-card b {
  margin: 8px 0 6px;
  font-size: 26px;
}
.admin-grid-two {
  margin-top: 14px;
  gap: 14px;
}
.admin-panel-card {
  padding: 18px;
}
.admin-panel-card h3 {
  font-size: 18px;
}
.admin-bars {
  height: 210px;
}
.admin-bars span {
  animation: adminBarRise .8s ease both;
}
.admin-activity {
  gap: 11px;
  margin-top: 18px;
}
.admin-activity li {
  padding: 13px;
}
.admin-table-card {
  margin-top: 14px;
  overflow-x: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(21, 18, 65, .04);
}
.admin-table-card table {
  width: 100%;
  min-width: 800px;
  border-collapse: separate;
  border-spacing: 0;
}
.admin-table-card th {
  background: #f7f5ff;
  color: #574ce8;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 16px;
  border-bottom: 2px solid #e2ddff;
  text-align: left;
}
.admin-table-card td {
  padding: 16px;
  border-bottom: 1px solid #f0eef7;
  color: #4b4868;
  vertical-align: middle;
}
.admin-table-card tbody tr {
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.admin-table-card tbody tr:hover {
  background-color: #fcfbfe;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(21, 18, 65, .03);
  position: relative;
  z-index: 5;
}
.crud-toolbar {
  display: none;
}
.admin-shell.sidebar-collapsed {
  grid-template-columns: 86px 1fr;
}
.admin-shell.sidebar-collapsed .admin-user__meta, .admin-shell.sidebar-collapsed .admin-menu__group span, .admin-shell.sidebar-collapsed .admin-submenu {
  display: none !important;
}
.admin-shell.sidebar-collapsed .admin-menu__group>button {
  grid-template-columns: 1fr;
  justify-items: center;
}
.admin-shell.sidebar-collapsed .admin-sidebar__top {
  justify-content: center;
}
.admin-shell.sidebar-collapsed .admin-sidebar-bottom {
  justify-content: center;
}
@keyframes adminPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}
@keyframes adminIconFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}
@keyframes adminBarRise {
  from {
    transform: scaleY(.25);
    transform-origin: bottom;
    opacity: .4;
  }
  to {
    transform: scaleY(1);
    transform-origin: bottom;
    opacity: 1;
  }
}
[x-cloak] {
  display: none !important;
}
.admin-flash {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #e9fff4;
  color: #07834c;
  font-weight: 700;
}
.admin-flash--error {
  background: #fff1f1;
  color: #b42318;
}
.course-table-card {
  margin-top: 0;
  min-height: calc(100vh - 116px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.course-table-card:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}
.course-table-card table {
  table-layout: fixed;
}
.course-table-card th:nth-child(1), .course-table-card td:nth-child(1) {
  width: 27%;
}
.course-table-card th:nth-child(2), .course-table-card td:nth-child(2) {
  width: 18%;
}
.course-table-card th:nth-child(3), .course-table-card td:nth-child(3) {
  width: 8%;
}
.course-table-card th:nth-child(4), .course-table-card td:nth-child(4), .course-table-card th:nth-child(5), .course-table-card td:nth-child(5), .course-table-card th:nth-child(6), .course-table-card td:nth-child(6) {
  width: 12%;
}
.course-table-card th:nth-child(7), .course-table-card td:nth-child(7) {
  width: 11%;
}
.admin-table-card th, .admin-table-card td {
  overflow-wrap: anywhere;
}
.course-table-card th a {
  color: inherit;
}
.course-table-card td strong, .course-table-card td small {
  display: block;
}
.course-table-card td strong {
  font-size: 13px;
}
.course-table-card td small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}
.course-eye, .icon-actions button {
  display: inline-grid;
  place-items: center;
  border: 0;
  cursor: pointer;
}
.course-eye {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #f0eefc;
  color: var(--purple);
}
.course-eye svg, .icon-actions svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cover-peek {
  position: absolute;
  left: 48px;
  top: 50%;
  z-index: 20;
  width: 190px;
  padding: 8px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(21, 18, 65, .18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(.96);
  transition: opacity .18s ease, transform .18s ease;
}
.cover-peek img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 10px;
  object-fit: cover;
}
.course-eye:hover .cover-peek, .course-eye:focus .cover-peek {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.enrolled-cell {
  min-width: 28px;
  display: inline-block;
  font-weight: 800;
}
.icon-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-actions form {
  display: inline;
}
.icon-actions button {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: #f0eefc;
  color: var(--purple);
}
.icon-actions form button {
  background: #fff1f1;
  color: #b42318;
}
.empty-cell {
  padding: 36px !important;
  text-align: center !important;
  color: var(--muted);
}
.admin-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 18px;
}
.admin-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 4, 38, .58);
  backdrop-filter: blur(4px);
}
.admin-modal__card {
  position: relative;
  z-index: 1;
  width: min(100%, 820px);
  max-height: min(90vh, 820px);
  overflow-y: auto;
  border: 1px solid rgba(87, 76, 232, .16);
  border-radius: 16px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 35px 90px rgba(8, 4, 38, .26);
}
.enroll-form {
  width: min(100%, 460px);
}
.admin-modal__head, .admin-modal__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.admin-modal__head {
  margin-bottom: 20px;
}
.admin-modal__head span {
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.admin-modal__head h3 {
  margin: 4px 0 0;
  font-size: 22px;
  font-weight: 800;
}
.admin-modal__head>button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f0eefc;
  color: #151241;
  font-size: 24px;
  cursor: pointer;
}
.course-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.course-form label, .enroll-form label, .description-lines {
  display: grid;
  gap: 8px;
}
.course-form label span, .enroll-form label span, .description-lines>span {
  color: #151241;
  font-size: 13px;
  font-weight: 800;
}
.course-form input:not([type="checkbox"]):not([type="radio"]), .course-form select, .enroll-form input:not([type="checkbox"]):not([type="radio"]), .description-lines input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  min-height: 48px;
  border: 1px solid #dedcf0;
  border-radius: 10px;
  outline: 0;
  padding: 0 14px;
}
.course-form input:not([type="checkbox"]):not([type="radio"]):focus, .course-form select:focus, .enroll-form input:not([type="checkbox"]):not([type="radio"]):focus, .description-lines input:not([type="checkbox"]):not([type="radio"]):focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 4px rgba(87, 76, 232, .12);
}
.course-form-full {
  grid-column: 1 / -1;
}
.description-lines div {
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 8px;
}
.description-lines div button, .line-add, .admin-modal__actions button {
  border: 0;
  border-radius: 10px;
  font-weight: 800;
  cursor: pointer;
}
.description-lines div button {
  background: #fff1f1;
  color: #b42318;
  font-size: 20px;
}
.line-add {
  width: max-content;
  min-height: 38px;
  padding: 0 14px;
  background: #f0eefc;
  color: var(--purple);
}
.admin-modal__actions {
  margin-top: 22px;
}
.admin-modal__actions button {
  min-height: 46px;
  padding: 0 18px;
}
.admin-modal__actions button:first-child {
  background: #f0eefc;
  color: #151241;
}
.admin-modal__actions button:last-child {
  background: var(--yellow);
  color: #151241;
  box-shadow: 0 4px 0 #151241;
}
.enroll-form p {
  color: var(--muted);
}
.admin-pagination {
  margin-top: 14px;
}
.admin-pagination nav {
  display: flex;
  justify-content: flex-end;
}
.batch-manager {
  min-height: calc(100vh - 116px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 22px;
}
.batch-list-pane {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  min-width: 0;
}
.batch-students-pane {
  min-width: 0;
}
.batch-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.batch-table th, .batch-table td {
  padding: 15px 12px;
  border-bottom: 1px solid #dedcf0;
  text-align: left;
  overflow-wrap: anywhere;
}
.batch-table th {
  color: #68627f;
  font-size: 12px;
  text-transform: uppercase;
}
.batch-table tr {
  cursor: pointer;
}
.batch-table tr.active td {
  color: var(--purple);
  font-weight: 800;
}
.batch-students-pane {
  border-left: 1px solid #dedcf0;
  padding-left: 22px;
  background-color: #ffffff;
}
.batch-students-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dedcf0;
}
.batch-students-head span {
  color: var(--purple);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.batch-students-head h3 {
  margin: 6px 0;
  font-size: 22px;
  line-height: 1.25;
}
.batch-students-head p {
  margin: 0;
  color: var(--muted);
}
.batch-students-head button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--yellow);
  color: #151241;
  padding: 0 16px;
  font-weight: 900;
  box-shadow: 0 4px 0 #151241;
  cursor: pointer;
}
.batch-students-head button:disabled {
  cursor: not-allowed;
  opacity: .55;
}
.batch-student-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.batch-student-list article, .student-search-results button {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 11px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid #eeecf8;
  background: transparent;
  text-align: left;
}
.batch-student-list article>span, .student-search-results button>span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f0eefc;
  color: var(--purple);
  font-weight: 900;
}
.batch-student-list b, .batch-student-list small, .student-search-results b, .student-search-results small {
  display: block;
}
.batch-student-list small, .student-search-results small, .batch-empty {
  color: var(--muted);
}
.student-search-results {
  display: grid;
  gap: 4px;
  margin-top: 14px;
}
.student-search-results button {
  width: 100%;
  cursor: pointer;
}
.batch-modal-error {
  margin: 12px 0 0;
  color: #b42318;
  font-weight: 700;
}
.course-detail-page {
  margin: 0;
  background: linear-gradient(135deg, #f8f7ff, #fff);
  color: #151241;
  font-family: var(--font-sans);
}
.course-detail {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 80px;
}
.course-detail__back {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--purple);
  font-weight: 800;
}
.course-detail__hero, .course-detail__content {
  border: 1px solid rgba(87, 76, 232, .14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(21, 18, 65, .08);
}
.course-detail__hero {
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: center;
  gap: 30px;
}
.course-detail__hero span {
  color: var(--purple);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.course-detail__hero h1 {
  margin: 12px 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.12;
  font-weight: 800;
}
.course-detail__hero p {
  color: var(--muted);
  font-weight: 600;
}
.course-detail__hero img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  object-fit: cover;
}
.course-detail__stats {
  margin-top: 28px;
  display: grid;
  grid-template-columns: max-content max-content max-content max-content;
  align-items: end;
  gap: 8px 16px;
}
.course-detail__stats b {
  color: var(--purple);
  font-size: 28px;
}
.course-detail__stats small {
  color: var(--muted);
  font-weight: 700;
}
.course-detail__content {
  margin-top: 18px;
  padding: 30px 34px;
}
.course-detail__content h2 {
  margin: 0 0 18px;
  font-size: 26px;
  font-weight: 800;
}
.course-detail__content ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.course-detail__content li {
  position: relative;
  padding: 14px 16px 14px 46px;
  border-radius: 12px;
  background: #f7f5ff;
  color: #29254d;
  font-weight: 600;
}
.course-detail__content li:before {
  content: "+";
  position: absolute;
  left: 14px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--yellow);
  color: #151241;
  transform: translateY(-50%);
}
@media (max-width: 820px) {
  .course-detail__hero {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .course-detail__stats {
    grid-template-columns: max-content max-content;
  }
}
@media (max-width: 1024px) {
  .admin-search {
    width: min(48vw, 300px);
  }
  .batch-manager {
    grid-template-columns: 1fr;
  }
  .batch-students-pane {
    border-left: 0;
    border-top: 1px solid #dedcf0;
    padding-left: 0;
    padding-top: 18px;
  }
  .admin-collapse {
    display: none;
  }
}
@media (max-width: 720px) {
  .admin-main {
    padding: 10px;
  }
  .admin-header {
    align-items: center;
    gap: 9px;
  }
  .admin-header h1 {
    font-size: 18px;
  }
  .admin-header__title span {
    display: none;
  }
  .admin-search {
    width: min(42vw, 180px);
    height: 40px;
  }
  .batch-table {
    min-width: 600px;
    table-layout: auto;
  }
  .batch-table th, .batch-table td {
    padding: 12px 8px;
  }
  .batch-students-head {
    flex-direction: column;
  }
  .admin-add-btn {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
.dashboard-shell {
  min-height: 100vh;
  background: linear-gradient(160deg, #f7f5ff 0%, #fff 40%, #f0edff 100%);
}
.dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(24px, 5vw, 80px);
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 12px rgba(21, 18, 65, .04);
}
.dashboard-topbar__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.dashboard-greeting {
  color: var(--muted);
  font-size: 15px;
}
.dashboard-greeting b {
  color: var(--ink);
}
.dashboard-logout-btn {
  padding: 10px 24px;
  border: 2px solid var(--purple);
  border-radius: 28px;
  background: transparent;
  color: var(--purple);
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all .2s ease;
}
.dashboard-logout-btn:hover {
  background: var(--purple);
  color: #fff;
}
.dashboard-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px clamp(24px, 5vw, 80px) 80px;
}
.dashboard-welcome {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
.dashboard-avatar {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), #7c6ef0);
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(87, 76, 232, .25);
}
.dashboard-welcome h1 {
  margin: 6px 0 4px;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  color: #151241;
}
.dashboard-welcome p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.dashboard-stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 48px;
}
.dashboard-stat {
  padding: 28px 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e8e6f5;
  box-shadow: 0 4px 16px rgba(21, 18, 65, .04);
  transition: transform .2s ease, box-shadow .2s ease;
}
.dashboard-stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(87, 76, 232, .1);
}
.dashboard-stat b {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: var(--purple);
  line-height: 1.2;
}
.dashboard-stat span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}
.dashboard-section-title {
  margin: 0 0 24px;
  font-size: 22px;
  font-weight: 800;
  color: #151241;
}
.dashboard-empty {
  padding: 48px 32px;
  border-radius: 16px;
  background: #fff;
  border: 2px dashed #d9d8e8;
  text-align: center;
}
.dashboard-empty p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 16px;
}
.dashboard-course-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}
.dashboard-course-card {
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e8e6f5;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(21, 18, 65, .04);
  transition: transform .22s ease, box-shadow .22s ease;
}
.dashboard-course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(87, 76, 232, .1);
}
.dashboard-course-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.dashboard-course-placeholder {
  height: 180px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #efecff, #f7f5ff);
  font-size: 48px;
}
.dashboard-course-info {
  padding: 20px;
}
.dashboard-course-info h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: #151241;
}
.dashboard-course-info h3 a {
  transition: color .15s ease;
}
.dashboard-course-info h3 a:hover {
  color: var(--purple);
}
.dashboard-course-info p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 14px;
}
.dashboard-course-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.dashboard-course-meta span {
  font-size: 13px;
  font-weight: 600;
  color: var(--purple);
}
.dashboard-course-info small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}
.dashboard-batch-list {
  display: grid;
  gap: 12px;
}
.dashboard-batch-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e8e6f5;
  transition: transform .15s ease;
}
.dashboard-batch-card:hover {
  transform: translateX(4px);
}
.dashboard-batch-card b {
  display: block;
  font-size: 15px;
  color: var(--purple);
}
.dashboard-batch-card span {
  color: #151241;
  font-size: 14px;
  font-weight: 600;
}
.dashboard-batch-card small {
  color: var(--muted);
  font-size: 13px;
}
@media (max-width: 640px) {
  .dashboard-topbar {
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 20px;
  }
  .dashboard-greeting {
    display: none;
  }
  .dashboard-welcome {
    flex-direction: column;
    text-align: center;
  }
  .dashboard-course-grid {
    grid-template-columns: 1fr;
  }
  .dashboard-batch-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.attendance-manager {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid #e8e6f5;
  border-radius: 12px;
  overflow: hidden;
  height: calc(100vh - 220px);
}
.attendance-manager .batch-list-pane {
  border-right: 1px solid #e8e6f5;
  overflow-y: auto;
  background: #fcfbff;
}
.attendance-manager .batch-students-pane {
  padding: 30px;
  overflow-y: auto;
}
.attendance-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e6f5;
}
.attendance-header h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: var(--ink);
}
.date-picker-wrap input {
  padding: 8px 12px;
  border: 1px solid #d9d8e8;
  border-radius: 6px;
  font-size: 14px;
  color: var(--purple);
  font-weight: 600;
}
.attendance-list {
  display: grid;
  gap: 12px;
}
.attendance-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #f7f5ff;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.2s;
}
.attendance-item:hover {
  border-color: var(--purple);
  background: #fff;
}
.attendance-item span {
  font-weight: 600;
  color: var(--ink);
}
.radio-group {
  display: flex;
  gap: 20px;
}
.radio-group label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.radio-group input[type="radio"] {
  accent-color: var(--purple);
  width: 18px;
  height: 18px;
}
.attendance-footer {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e8e6f5;
}
.attendance-footer button, .attendance-header button {
  background: var(--purple);
  color: #fff;
  border: 0;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
}
.attendance-header button {
  background: #fff;
  color: var(--purple);
  border: 1px solid var(--purple);
}
.attendance-footer button:hover, .attendance-header button:hover {
  opacity: 0.9;
}
.loading-spinner {
  padding: 40px;
  text-align: center;
  color: var(--muted);
  font-weight: 500;
}
.sheet-table th {
  background: #f7f5ff;
  padding: 15px 10px;
  font-weight: 700;
  color: var(--ink);
  border: 1px solid #e8e6f5;
}
.sheet-table td {
  border: 1px solid #e8e6f5;
}
.admin-modal.full-width .admin-modal__content {
  max-width: 95vw;
  width: 1400px;
}
.status-pill.live {
  background: #ecfdf5;
  color: #059669;
}
.status-pill.muted {
  background: #f9fafb;
  color: #6b7280;
}
.loading-fade {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.2s;
}
.pagination-link {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 4px;
  border: 1px solid #e8e6f5;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.pagination-link:hover:not(.disabled) {
  border-color: var(--purple);
  color: var(--purple);
}
.pagination-link.active {
  background: var(--purple);
  color: #fff;
  border-color: var(--purple);
}
.pagination-link.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.admin-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 4, 38, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 20px;
}
.admin-modal[style*="display: none"] {
  backdrop-filter: none;
}
.admin-modal__backdrop {
  position: absolute;
  inset: 0;
}
.admin-modal__card, .admin-modal__content {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 32px 80px rgba(8, 4, 38, 0.22);
  width: min(100%, 680px);
  max-height: 90vh;
  overflow-y: auto;
  padding: 32px;
}
.scroll-top {
  position: fixed;
  right: 28px;
  bottom: 90px;
  z-index: 80;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 14px;
  background: var(--purple);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(87, 76, 232, 0.35);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  animation: none;
}
.scroll-top.visible {
  opacity: 1;
  transform: translateY(0);
  animation: bounce-scroll 2s ease-in-out infinite;
}
.scroll-top:hover {
  background: var(--deep);
  box-shadow: 0 12px 32px rgba(87, 76, 232, 0.45);
  animation: none;
  transform: translateY(-3px);
}
.scroll-top svg {
  width: 22px;
  height: 22px;
}
@keyframes bounce-scroll {
  0%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-6px);
  }
  60% {
    transform: translateY(-3px);
  }
}
.whatsapp-btn {
  position: fixed;
  left: 24px;
  bottom: 28px;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: wa-pulse 2.5s ease-in-out infinite;
}
.whatsapp-btn:hover {
  transform: scale(1.12);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.55);
  animation: none;
}
.whatsapp-btn svg {
  width: 32px;
  height: 32px;
}
@keyframes wa-pulse {
  0%, 100% {
    box-shadow: 0 8px 24px rgba(37, 211, 102, .4);
  }
  50% {
    box-shadow: 0 8px 40px rgba(37, 211, 102, .65);
  }
}
.marquee-container {
  background: linear-gradient(90deg, #080426, #29246f, #574ce8, #29246f, #080426);
  padding: 12px 0;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-track {
  display: inline-flex;
  gap: 80px;
  animation: marquee-rtl 22s linear infinite;
}
.marquee-track span {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
}
@keyframes marquee-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
.marquee-track:hover {
  animation-play-state: paused;
}
.file-upload-zone {
  position: relative;
  border: 2px dashed #d0cef0;
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  background: #faf9ff;
}
.file-upload-zone:hover, .file-upload-zone.dragover {
  border-color: var(--purple);
  background: #f0edff;
}
.file-upload-zone input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.file-upload-zone__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  background: #e8e5ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--purple);
}
.file-upload-zone__icon svg {
  width: 24px;
  height: 24px;
}
.file-upload-zone__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--purple);
  margin-bottom: 4px;
}
.file-upload-zone__hint {
  font-size: 12px;
  color: var(--muted);
}
.file-preview-img {
  width: 100%;
  max-height: 160px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 12px;
  display: none;
  border: 2px solid #e8e5ff;
}
.admin-search {
  display: none !important;
}
.admin-header__tools {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.admin-add-btn {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: var(--purple);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(87, 76, 232, 0.35);
  transition: opacity 0.2s, transform 0.2s;
  line-height: 1;
}
.admin-add-btn:hover {
  opacity: 0.88;
  transform: scale(1.06);
}
.admin-tab-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--purple), var(--yellow), var(--purple));
  background-size: 200% 100%;
  animation: tab-progress 1.2s linear infinite;
  z-index: 200;
}
.admin-tab-loader.active {
  display: block;
}
@keyframes tab-progress {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
.settings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}
@media (max-width: 768px) {
  .settings-grid {
    grid-template-columns: 1fr;
  }
  .setting-card {
    padding: 16px;
  }
}
.setting-card {
  background: #fff;
  border: 1px solid #eef2f6;
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}
.setting-card:hover {
  border-color: #d1d5db;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.setting-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.setting-card__header label {
  font-size: 13px;
  font-weight: 800;
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.setting-card input:not([type="file"]), .setting-card select {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  font-size: 14px;
  color: #0f172a;
  outline: none;
  transition: border-color 0.2s;
}
.setting-card input:focus {
  border-color: var(--purple);
}
.eye-preview {
  position: relative;
  cursor: pointer;
  color: #64748b;
  display: flex;
  transition: color 0.2s;
}
.eye-preview:hover {
  color: var(--purple);
}
.eye-preview svg {
  width: 20px;
  height: 20px;
}
.preview-popover {
  position: absolute;
  bottom: calc(100% + 12px);
  right: 0;
  background: #fff;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border: 1px solid #e2e8f0;
  z-index: 100;
  display: none;
  pointer-events: none;
  min-width: 150px;
}
@media (max-width: 640px) {
  .preview-popover {
    right: auto;
    left: 0;
    transform: none;
  }
}
.eye-preview:hover .preview-popover {
  display: block;
}
.preview-popover img, .preview-popover video {
  max-width: 280px;
  max-height: 200px;
  border-radius: 8px;
  display: block;
}
.modern-file-input {
  position: relative;
  overflow: hidden;
}
.modern-file-input input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.file-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #f1f5f9;
  border: 2.5px dashed #cbd5e1;
  border-radius: 12px;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s;
}
.modern-file-input:hover .file-trigger {
  background: #e2e8f0;
  border-color: var(--purple);
  color: var(--purple);
}
.file-trigger svg {
  width: 18px;
  height: 18px;
}
.upload-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--purple);
  width: 0;
  transition: width 0.3s;
  border-radius: 0 0 16px 16px;
}
.tab-content-spinner {
  display: none;
  padding: 80px;
  text-align: center;
  color: var(--muted);
}
.tab-content-spinner.active {
  display: block;
}
.tab-content-spinner::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 auto 16px;
  border: 4px solid #e8e5ff;
  border-top-color: var(--purple);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.admin-user {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  min-width: 0;
}
.admin-avatar {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--purple);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
.admin-user__meta {
  min-width: 0;
  overflow: hidden;
}
.admin-user__meta b, .admin-user__meta small {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin-user__meta b {
  color: #fff;
  font-size: 15px;
}
.admin-user__meta small {
  color: #b9b5ec;
  font-size: 12px;
  margin-top: 2px;
}
.admin-menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.admin-menu-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.admin-sidebar-bottom {
  padding: 14px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.admin-sidebar-logout button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 76, 76, .18);
  color: #ff9999;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  transition: background 0.2s;
}
.admin-sidebar-logout button:hover {
  background: rgba(255, 76, 76, .32);
}
.admin-sidebar-logout svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.admin-collapse {
  flex-shrink: 0;
  margin-left: auto;
}
.admin-collapse svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s;
}
.admin-shell.sidebar-collapsed .admin-collapse svg {
  transform: rotate(180deg);
}
.admin-flash {
  padding: 14px 20px;
  border-radius: 10px;
  background: #e8f5e9;
  color: #2e7d32;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
  border-left: 4px solid #4caf50;
}
.admin-flash--error {
  background: #ffebee;
  color: #c62828;
  border-left-color: #f44336;
}
.icon-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}
.icon-actions button, .icon-actions form {
  margin: 0;
}
.icon-actions button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  background: #f0edff;
  color: var(--purple);
  cursor: pointer;
  transition: background 0.2s;
}
.icon-actions button:hover {
  background: #e0dcff;
}
.icon-actions svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pub-course-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e8e6f5;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.pub-course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(87, 76, 232, .13);
  border-color: rgba(87, 76, 232, .3);
}
.pub-course-card__thumb {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.pub-course-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.pub-course-card:hover .pub-course-card__thumb img {
  transform: scale(1.05);
}
.pub-course-card__thumb-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--purple), var(--deep));
  display: flex;
  align-items: center;
  justify-content: center;
}
.pub-course-card__thumb-placeholder span {
  font-size: 42px;
  font-weight: 800;
  color: rgba(255, 255, 255, .3);
}
.pub-course-card__type {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}
.pub-course-card__type.free {
  background: #e8f5e9;
  color: #2e7d32;
}
.pub-course-card__type.paid {
  background: #fff3e0;
  color: #e65100;
}
.pub-course-card__body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pub-course-card__cat {
  font-size: 12px;
  font-weight: 700;
  color: var(--purple);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 8px;
  display: block;
}
.pub-course-card__title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.4;
}
.pub-course-card__title a {
  color: var(--ink);
  text-decoration: none;
}
.pub-course-card__title a:hover {
  color: var(--purple);
}
.pub-course-card__stats {
  display: flex;
  gap: 18px;
  margin-bottom: 18px;
  margin-top: auto;
}
.pub-course-card__stats span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
}
.pub-course-card__stats svg {
  width: 14px;
  height: 14px;
}
.pub-course-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f0eeff;
  padding-top: 16px;
}
.pub-course-card__price {
  font-size: 20px;
  font-weight: 800;
  color: var(--purple);
}
.pub-course-card__btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 20px;
  background: var(--purple);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  transition: opacity .2s;
  border: none;
  cursor: pointer;
}
.pub-course-card__btn:hover {
  opacity: .85;
}
.course-card-marquee-wrapper {
  height: 30px;
  margin-bottom: 18px;
  overflow: hidden;
  background: #fffbeb;
  border-radius: 6px;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #fef3c7;
}
.course-card-marquee-wrapper.is-paid {
  background: transparent;
  border-color: transparent;
}
.course-card-marquee {
  position: absolute;
  white-space: nowrap;
  color: #b45309;
  font-size: 12px;
  font-weight: 800;
  animation: courseCardMarquee 12s linear infinite;
  padding: 0 10px;
}
@keyframes courseCardMarquee {
  0% {
    left: 100%;
  }
  100% {
    left: -150%;
  }
}
@media (max-width: 1400px) {
  .site-wrap {
    width: calc(100% - 80px);
  }
}
@media (max-width: 991px) {
  .site-wrap {
    width: calc(100% - 40px);
  }
  .hero__grid, .split, .instructors__grid, .faq .split {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .image-blob {
    min-height: auto;
  }
  .image-blob img {
    height: auto;
  }
  .hero__art {
    min-height: auto;
    display: flex;
    justify-content: center;
  }
  .hero__art:before {
    display: none;
  }
  .hero__art img, .hero__art video {
    height: auto;
    max-width: 100%;
  }
  .course-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .slider-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  body.bd-home {
    zoom: 1;
  }
  .site-wrap {
    width: calc(100% - 30px);
  }
  .section {
    padding: 60px 0;
  }
  .hero__copy h1 {
    font-size: 34px;
  }
  .hero__copy p {
    font-size: 16px;
  }
  .category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .category-card__icon {
    width: 120px;
    height: 120px;
    font-size: 36px;
  }
  .category-card h3 {
    font-size: 15px;
  }
  .course-row {
    grid-template-columns: 1fr;
  }
  .cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer__grid {
    gap: 40px;
  }
  .newsletter__inner {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .nav__links {
    display: none !important;
  }
  .nav__actions {
    display: flex !important;
  }
  .hamburger {
    display: block !important;
  }
  .nav {
    gap: 15px;
    justify-content: space-between;
  }
  .topbar__inner {
    flex-direction: column;
    padding: 10px 0;
    gap: 10px;
  }
  .topbar__right {
    margin: 0 auto;
  }
  .notices-highlight>.site-wrap>div {
    grid-template-columns: 1fr !important;
  }
  .marquee-track {
    gap: 30px !important;
  }
  .marquee-track img {
    height: 35px !important;
  }
}
.dashboard-btn-nav {
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 50px;
  background: var(--purple);
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(87, 76, 232, 0.25);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.dashboard-btn-nav:hover {
  background: var(--purple-dark);
  box-shadow: 0 6px 18px rgba(23, 18, 121, 0.35);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .dashboard-btn-nav {
    padding: 6px 14px;
    font-size: 13px;
  }
}
.admin-body {
  background: #f4f6f9;
  font-family: "Inter", "Outfit", sans-serif;
}
.admin-body .text-\[15px\] {
  font-size: 13.5px !important;
}
.admin-body .text-\[14px\] {
  font-size: 12.5px !important;
}
.admin-body .text-\[13px\] {
  font-size: 11.5px !important;
}
.admin-body .text-sm {
  font-size: 12.5px !important;
}
.admin-body .text-xs {
  font-size: 10.5px !important;
}
.admin-body .text-base {
  font-size: 14.5px !important;
}
.admin-body .text-lg {
  font-size: 16px !important;
}
.admin-body .text-xl {
  font-size: 18px !important;
}
.admin-body .text-2xl {
  font-size: 20px !important;
}
.admin-body .text-\[28px\] {
  font-size: 24px !important;
}
.admin-body .text-\[32px\] {
  font-size: 26px !important;
}
.admin-body article, .admin-body .admin-table-card {
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03) !important;
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
  background: #ffffff !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.admin-body article:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06) !important;
}
.admin-body aside:not(.batch-students-pane) {
  background: linear-gradient(180deg, #09090b, #18181b) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.admin-body aside nav button {
  border-radius: 8px !important;
  min-height: 42px !important;
  padding: 0 12px !important;
}
.admin-body aside nav button:hover {
  background: rgba(255, 255, 255, 0.06) !important;
}
.admin-body aside nav button.from-\[\#574ce8\]\/40 {
  background: linear-gradient(90deg, rgba(87, 76, 232, 0.4), transparent) !important;
}
.admin-body aside nav a {
  padding: 8px 12px !important;
}
.admin-body table {
  font-size: 12.5px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}
.admin-body th {
  font-size: 11.5px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #f8fafc !important;
  color: #64748b !important;
  border-bottom: 1px solid #e2e8f0 !important;
  padding: 10px 14px !important;
}
.admin-body td {
  padding: 10px 14px !important;
  border-bottom: 1px solid #f1f5f9 !important;
}
.admin-body button[class*="bg-\[\#574ce8\]"] {
  border-radius: 8px !important;
  font-size: 13px !important;
  min-height: 38px !important;
  height: auto !important;
  padding: 6px 14px !important;
}
.gallery-home-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  cursor: pointer;
}
.gallery-home-item img {
  transition: transform .4s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-home-item:hover img {
  transform: scale(1.07);
}
.gallery-home-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 4, 38, .82) 0%, transparent 70%);
  opacity: 0;
  transition: opacity .35s ease;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  border-radius: 14px;
}
.gallery-home-item:hover .gallery-home-overlay {
  opacity: 1;
}
@media (max-width: 900px) {
  div[style*="grid-template-columns: repeat(4, 1fr)"].gallery-home-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: auto !important;
  }
}
.social-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #ffffff;
  font-size: 16px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}
.social-icon-link:hover {
  transform: translateY(-2px) scale(1.15);
  background: rgba(255, 255, 255, 0.15);
}
.social-icon-link.facebook:hover {
  color: #1877f2 !important;
}
.social-icon-link.linkedin:hover {
  color: #0a66c2 !important;
}
.social-icon-link.whatsapp:hover {
  color: #25d366 !important;
}
.social-icon-link.youtube:hover {
  color: #ff0000 !important;
}
.footer-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  color: #111827;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
}
.footer-social-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.footer-social-icon:hover {
  color: #ffffff !important;
  transform: translateY(-3px);
}
.footer-social-icon.facebook:hover {
  background: #1877f2;
  border-color: #1877f2;
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.4);
}
.footer-social-icon.linkedin:hover {
  background: #0a66c2;
  border-color: #0a66c2;
  box-shadow: 0 4px 12px rgba(10, 102, 194, 0.4);
}
.footer-social-icon.whatsapp:hover {
  background: #25d366;
  border-color: #25d366;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}
.footer-social-icon.youtube:hover {
  background: #ff0000;
  border-color: #ff0000;
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.4);
}
.batch-manager .batch-students-pane {
  background-color: #ffffff !important;
  border-radius: 16px !important;
  padding: 24px !important;
}
.batch-manager .batch-students-pane h3, .batch-manager .batch-students-pane span, .batch-manager .batch-students-pane p, .batch-manager .batch-students-pane b, .batch-manager .batch-students-pane small, .batch-manager .batch-students-pane div, .batch-manager .batch-students-pane button {
  color: #000000 !important;
}
.polytechnic-checkbox-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 6px 14px !important;
  border-radius: 20px !important;
  cursor: pointer !important;
  border: 2px solid !important;
  transition: all .2s !important;
  user-select: none !important;
  white-space: nowrap !important;
  border-color: #e5e7eb !important;
  background: #fff !important;
  color: #6b7280 !important;
}
.polytechnic-checkbox-label.active {
  border-color: #7c3aed !important;
  background: #f5f3ff !important;
  color: #7c3aed !important;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
