/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-emerald-50: oklch(97.9% 0.021 166.113);
    --color-emerald-400: oklch(76.5% 0.177 163.223);
    --color-emerald-500: oklch(69.6% 0.17 162.48);
    --color-emerald-900: oklch(37.8% 0.077 168.94);
    --color-cyan-300: oklch(86.5% 0.127 207.078);
    --color-cyan-400: oklch(78.9% 0.154 211.53);
    --color-cyan-600: oklch(60.9% 0.126 221.723);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-pink-50: oklch(97.1% 0.014 343.198);
    --color-pink-400: oklch(71.8% 0.202 349.761);
    --color-pink-500: oklch(65.6% 0.241 354.308);
    --color-pink-900: oklch(40.8% 0.153 2.432);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --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-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-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-2xl: 42rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --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);
    --blur-md: 12px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #FD267A;
    --color-primary-strong: #FF7854;
    --color-bg: #1A1A1A;
    --color-bg-elevated: #242424;
    --color-card: #242424;
    --color-border: #3D3D3D;
    --color-text: #F0F0F0;
    --color-muted: #A0A0A0;
    --color-accent: #8B5CF6;
    --color-success: #22C55E;
    --color-warning: #F59E0B;
    --color-surface: #1E1E1E;
    --font-display: 'Inter', system-ui, sans-serif;
    --font-body: 'Inter', system-ui, sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-24 {
    top: calc(var(--spacing) * 24);
  }
  .top-full {
    top: 100%;
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .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-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-4\.5 {
    height: calc(var(--spacing) * 4.5);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4\.5 {
    width: calc(var(--spacing) * 4.5);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-emerald-500\/50 {
    border-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-emerald-500) 50%, transparent);
    }
  }
  .border-gray-700 {
    border-color: var(--color-gray-700);
  }
  .border-gray-800 {
    border-color: var(--color-gray-800);
  }
  .border-pink-500\/50 {
    border-color: color-mix(in srgb, oklch(65.6% 0.241 354.308) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-pink-500) 50%, transparent);
    }
  }
  .border-red-500\/50 {
    border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-red-500) 50%, transparent);
    }
  }
  .border-white\/5 {
    border-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .bg-emerald-500\/10 {
    background-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-emerald-500) 10%, transparent);
    }
  }
  .bg-emerald-900\/90 {
    background-color: color-mix(in srgb, oklch(37.8% 0.077 168.94) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-emerald-900) 90%, transparent);
    }
  }
  .bg-gray-800\/50 {
    background-color: color-mix(in srgb, oklch(27.8% 0.033 256.848) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-gray-800) 50%, transparent);
    }
  }
  .bg-pink-500\/10 {
    background-color: color-mix(in srgb, oklch(65.6% 0.241 354.308) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-pink-500) 10%, transparent);
    }
  }
  .bg-pink-900\/90 {
    background-color: color-mix(in srgb, oklch(40.8% 0.153 2.432) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-pink-900) 90%, transparent);
    }
  }
  .bg-red-500\/10 {
    background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-red-500) 10%, transparent);
    }
  }
  .bg-red-900\/90 {
    background-color: color-mix(in srgb, oklch(39.6% 0.141 25.723) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-red-900) 90%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .\!px-5 {
    padding-inline: calc(var(--spacing) * 5) !important;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .\!py-2 {
    padding-block: calc(var(--spacing) * 2) !important;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .\!text-sm {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-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));
  }
  .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-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-blue-400 {
    color: var(--color-blue-400);
  }
  .text-cyan-400 {
    color: var(--color-cyan-400);
  }
  .text-emerald-50 {
    color: var(--color-emerald-50);
  }
  .text-emerald-400 {
    color: var(--color-emerald-400);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-green-400 {
    color: var(--color-green-400);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-pink-50 {
    color: var(--color-pink-50);
  }
  .text-pink-400 {
    color: var(--color-pink-400);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-red-50 {
    color: var(--color-red-50);
  }
  .text-red-400 {
    color: var(--color-red-400);
  }
  .text-success {
    color: var(--color-success);
  }
  .text-warning {
    color: var(--color-warning);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-bg {
    --tw-ring-color: var(--color-bg);
  }
  .ring-text {
    --tw-ring-color: var(--color-text);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-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));
  }
  .delay-200 {
    transition-delay: 200ms;
  }
  .delay-300 {
    transition-delay: 300ms;
  }
  .delay-500 {
    transition-delay: 500ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .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);
  }
  .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\:text-cyan-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-cyan-300);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .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-white\/20 {
    &:focus {
      --tw-ring-color: color-mix(in srgb, #fff 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-white) 20%, transparent);
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:py-24 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .sm\:py-28 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .sm\:py-32 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
}
.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.brand-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: white;
  font-weight: 700;
}
.brand-link:hover {
  color: white;
}
.brand-text {
  font-size: 0.95rem;
}
.brand-heart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  filter: drop-shadow(0 0 6px rgba(253, 38, 122, 0.5));
  animation: brand-heartbeat 8s ease-in-out infinite;
  flex-shrink: 0;
}
.brand-heart svg {
  width: 100%;
  height: 100%;
}
@keyframes brand-heartbeat {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 6px rgba(253, 38, 122, 0.5));
  }
  10% {
    transform: scale(1.25);
    filter: drop-shadow(0 0 12px rgba(253, 38, 122, 0.8));
  }
  14% {
    transform: scale(1);
    filter: drop-shadow(0 0 6px rgba(253, 38, 122, 0.5));
  }
  18% {
    transform: scale(1.25);
    filter: drop-shadow(0 0 12px rgba(253, 38, 122, 0.8));
  }
  22% {
    transform: scale(1);
    filter: drop-shadow(0 0 6px rgba(253, 38, 122, 0.5));
  }
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lang-switcher {
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid rgba(255,255,255,0.1);
}
.lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85em;
  font-weight: 600;
  text-decoration: none;
  color: var(--color-muted);
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.lang-btn:hover {
  color: var(--color-primary);
  background: rgba(253, 38, 122, 0.1);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid var(--color-border);
  background: var(--color-bg);
  color: var(--color-text);
  font-family: inherit;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.2;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  border-color: var(--color-primary);
}
.btn-primary {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-strong));
  color: #fff;
  font-weight: 700;
  border: none;
}
.btn-secondary {
  background: #2A2A2A;
  border-color: var(--color-border);
}
form.button_to {
  display: inline;
}
.container {
  width: 100%;
  padding: 0;
}
.card {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.auth-shell {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  min-height: calc(100vh - 80px);
  align-items: center;
}
.auth-card {
  width: min(520px, 100%);
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25), 0 0 80px rgba(253, 38, 122, 0.06);
  backdrop-filter: blur(10px);
}
.auth-header h1 {
  margin: 0 0 6px 0;
  font-family: var(--font-display);
}
.auth-header p {
  margin: 0 0 18px 0;
  color: var(--color-muted);
}
.form-group {
  margin-bottom: 18px;
}
.form-group-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.form-group-inline label {
  display: inline;
  margin-bottom: 0;
  cursor: pointer;
}
.form-group-inline input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--color-primary);
  cursor: pointer;
}
label {
  display: block;
  margin-bottom: 6px;
  color: var(--color-muted);
}
.input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid var(--color-border);
  background: var(--color-bg);
  font-size: 0.95em;
  color: var(--color-text);
  box-sizing: border-box;
}
.input:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(253, 38, 122, 0.15);
}
.auth-actions {
  margin-top: 8px;
}
.auth-links {
  margin-top: 14px;
  display: grid;
  gap: 6px;
}
.auth-links a {
  color: var(--color-muted);
}
#error_explanation {
  background: rgba(248, 113, 113, 0.08);
  border: 1px solid rgba(248, 113, 113, 0.2);
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 16px;
}
.flash {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 10px;
}
.flash.notice {
  background: rgba(253, 38, 122, 0.08);
  border: 1px solid rgba(253, 38, 122, 0.2);
}
.flash.alert {
  background: rgba(248, 113, 113, 0.08);
  border: 1px solid rgba(248, 113, 113, 0.2);
}
.actions {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.profile-header {
  margin-bottom: 20px;
}
.profile-header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 16px;
}
.profile-name-section {
  flex: 1;
}
.profile-actions-top {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.profile-actions-top .btn {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.profile-actions-top .btn span:first-child {
  font-size: 1.1em;
}
@media (max-width: 768px) {
  .profile-header-top {
    flex-direction: column;
    align-items: stretch;
  }
  .profile-actions-top {
    width: 100%;
  }
  .profile-actions-top .btn {
    flex: 1;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .profile-actions-top .btn .btn-text {
    display: none;
  }
  .profile-actions-top .btn {
    width: 48px;
    height: 48px;
    padding: 0;
    justify-content: center;
  }
  .profile-actions-top .btn span:first-child {
    font-size: 1.4em;
  }
}
.profile-header h1 {
  margin: 0 0 4px 0;
  font-family: var(--font-display);
}
.profile-occupation {
  color: var(--color-primary);
  margin: 4px 0 0 0;
  font-size: 1.1em;
}
.profile-bio {
  background: rgba(253, 38, 122, 0.05);
  border-left: 3px solid var(--color-primary);
  padding: 16px 20px;
  margin-bottom: 24px;
  border-radius: 0 10px 10px 0;
  font-style: italic;
  color: var(--color-muted);
}
.profile-section {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-border);
}
.profile-section:last-of-type {
  border-bottom: none;
  margin-bottom: 16px;
  padding-bottom: 0;
}
.section-title {
  margin: 0 0 16px 0;
  font-size: 1.1em;
  color: var(--color-text);
  font-weight: 600;
}
.section-hint {
  font-size: 0.85em;
  color: var(--color-muted);
  margin-bottom: 16px;
  margin-top: -8px;
}
.profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}
.profile-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.profile-label {
  font-size: 0.85em;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.profile-value {
  font-size: 1em;
  color: var(--color-text);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.form-row .form-group {
  margin-bottom: 0;
}
.form-group label {
  display: block;
  font-size: 0.85em;
  font-weight: 500;
  color: var(--color-muted);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.textarea {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}
.char-count {
  display: block;
  text-align: right;
  font-size: 0.8em;
  color: var(--color-muted);
  margin-top: 4px;
}
select.input {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23A0A0A0' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}
select.input option {
  background: var(--color-bg);
  color: var(--color-text);
}
input[type="date"].input, input[type="number"].input {
  color-scheme: dark;
}
input[type="date"].input::-webkit-calendar-picker-indicator {
  filter: invert(0.8);
  cursor: pointer;
}
input[type="number"].input {
  -moz-appearance: textfield;
}
input[type="number"].input::-webkit-outer-spin-button, input[type="number"].input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.interest-category {
  margin-bottom: 20px;
}
.category-title {
  color: var(--color-primary);
  font-size: 0.95em;
  margin: 0 0 12px 0;
  font-weight: 500;
}
.interest-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.interest-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  cursor: pointer;
  transition: all 150ms ease;
  font-size: 0.9em;
}
.interest-chip:hover {
  border-color: var(--color-primary);
  transform: translateY(-1px);
}
.interest-chip.selected {
  background: rgba(253, 38, 122, 0.15);
  border-color: var(--color-primary);
}
.interest-checkbox {
  display: none;
}
.interest-icon {
  font-size: 1.1em;
  color: initial;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}
.interest-name {
  color: var(--color-text);
}
.values-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600px) {
  .values-container {
    grid-template-columns: 1fr;
  }
}
.values-available, .values-selected {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 16px;
}
.values-available h4, .values-selected h4 {
  margin: 0 0 12px 0;
  font-size: 0.95em;
  color: var(--color-muted);
}
.values-list, .values-ranked-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 200px;
}
.value-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  transition: all 150ms ease;
}
.value-chip:hover {
  border-color: var(--color-primary);
}
.value-chip.ranked {
  background: rgba(253, 38, 122, 0.1);
  border-color: var(--color-primary);
  cursor: grab;
}
.value-chip.ranked:active {
  cursor: grabbing;
}
.drag-handle {
  color: var(--color-muted);
  font-size: 1.1em;
  letter-spacing: -2px;
  cursor: grab;
  user-select: none;
  padding-right: 4px;
}
.value-chip.ranked:hover .drag-handle {
  color: var(--color-primary);
}
.value-chip.dragging {
  opacity: 0.5;
  border-style: dashed;
}
.value-chip.drag-over {
  border-color: #22c55e;
  background: rgba(34, 197, 94, 0.15);
  transform: scale(1.02);
}
.rank-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  font-size: 0.85em;
  font-weight: 700;
}
.value-icon {
  font-size: 1.2em;
  color: initial;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}
.value-name {
  flex: 1;
  color: var(--color-text);
}
.value-add, .value-remove {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 150ms ease;
}
.value-add {
  background: rgba(253, 38, 122, 0.2);
  color: var(--color-primary);
}
.value-add:hover {
  background: var(--color-primary);
  color: #fff;
}
.value-remove {
  background: rgba(248, 113, 113, 0.2);
  color: #f87171;
}
.value-remove:hover {
  background: #f87171;
  color: #fff;
}
.values-count {
  text-align: center;
  color: var(--color-muted);
  font-size: 0.9em;
  margin: 12px 0 0 0;
}
.interests-display {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.interest-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  background: rgba(253, 38, 122, 0.1);
  border: 1px solid rgba(253, 38, 122, 0.2);
  border-radius: 16px;
  font-size: 0.85em;
}
.values-display {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.value-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: rgba(253, 38, 122, 0.05);
  border-radius: 8px;
}
.value-tag .rank-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  font-size: 0.8em;
  font-weight: 700;
}
.dealbreaker-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dealbreaker-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  cursor: pointer;
  transition: all 150ms ease;
}
.dealbreaker-item:hover {
  border-color: #f87171;
  background: rgba(248, 113, 113, 0.05);
}
.dealbreaker-item:has(.dealbreaker-checkbox:checked) {
  border-color: #f87171;
  background: rgba(248, 113, 113, 0.1);
}
.dealbreaker-checkbox {
  width: 20px;
  height: 20px;
  accent-color: #f87171;
  cursor: pointer;
}
.dealbreaker-icon {
  font-size: 1.3em;
}
.dealbreaker-text {
  flex: 1;
  color: var(--color-text);
  font-weight: 500;
}
.location-container {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 20px;
}
.location-search-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.location-search-wrapper .form-group {
  margin-bottom: 0;
}
.location-search-wrapper .location-detect-btn {
  margin-bottom: 0;
}
.location-input-wrapper {
  position: relative;
  width: 100%;
}
.location-detect-btn {
  height: 49px;
  min-width: 49px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: flex-end;
  border-radius: 8px;
}
.location-detect-btn .btn-icon {
  font-size: 1.3em;
}
.location-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #2A2A2A;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  margin-top: 4px;
  max-height: 280px;
  overflow-y: auto;
  z-index: 100;
  display: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.location-suggestions.visible {
  display: block;
}
.location-suggestion {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  cursor: pointer;
  transition: background 150ms ease;
}
.location-suggestion:hover, .location-suggestion.active {
  background: rgba(253, 38, 122, 0.1);
}
.location-suggestion:first-child {
  border-radius: 8px 8px 0 0;
}
.location-suggestion:last-child {
  border-radius: 0 0 8px 8px;
}
.location-suggestion:only-child {
  border-radius: 8px;
}
.suggestion-icon {
  font-size: 1.2em;
  opacity: 0.7;
}
.suggestion-text {
  flex: 1;
  min-width: 0;
}
.suggestion-name {
  display: block;
  color: var(--color-text);
  font-size: 0.95em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.suggestion-type {
  display: inline-block;
  font-size: 0.75em;
  color: var(--color-muted);
  text-transform: capitalize;
  margin-top: 2px;
}
.location-status {
  font-size: 0.9em;
  color: var(--color-muted);
  margin-top: 12px;
  min-height: 24px;
}
.location-status .success {
  color: #22c55e;
}
.location-status .error {
  color: #ef4444;
}
.location-status .loading {
  color: var(--color-primary);
}
.personality-bar {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}
.personality-bar-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.85em;
  color: var(--color-muted);
}
.personality-track {
  height: 8px;
  background: var(--color-border);
  border-radius: 4px;
  position: relative;
}
.personality-marker {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(253, 38, 122, 0.5);
}
.dealbreaker-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dealbreaker-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(248, 113, 113, 0.1);
  border: 1px solid rgba(248, 113, 113, 0.3);
  border-radius: 16px;
  font-size: 0.85em;
  color: #f87171;
}
.preference-range {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--color-text);
}
.photos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
  margin-bottom: 8px;
}
.photo-item {
  position: relative;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
}
.photo-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-delete {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 0.8em;
  color: #f87171;
  cursor: pointer;
}
.photo-delete input {
  width: 14px;
  height: 14px;
  accent-color: #f87171;
}
.photo-primary-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--color-primary);
  color: #fff;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 0.75em;
  font-weight: 600;
}
.photo-upload {
  aspect-ratio: 1;
  border: 2px dashed var(--color-border);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 150ms ease;
}
.photo-upload:hover {
  border-color: var(--color-primary);
  background: rgba(253, 38, 122, 0.05);
}
.photo-input {
  display: none;
}
.photo-upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  color: var(--color-muted);
}
.upload-icon {
  font-size: 2em;
  color: var(--color-primary);
}
.upload-text {
  font-size: 0.85em;
}
.profile-photos {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.profile-photo {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}
.profile-photo.primary {
  width: 150px;
  height: 150px;
  border: 3px solid var(--color-primary);
}
.verification-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 20px;
  color: #22c55e;
  font-size: 0.85em;
  margin-bottom: 16px;
}
.badge-icon {
  font-weight: bold;
}
.profile-name-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-name-row h1 {
  margin: 0;
}
.verified-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #22c55e;
  color: white;
  border-radius: 50%;
  font-size: 0.8em;
  font-weight: bold;
}
.profile-completion {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.completion-bar {
  flex: 1;
  max-width: 200px;
  height: 6px;
  background: var(--color-border);
  border-radius: 3px;
  overflow: hidden;
}
.completion-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--color-primary), #22c55e);
  border-radius: 3px;
  transition: width 300ms ease;
}
.completion-text {
  font-size: 0.8em;
  color: var(--color-muted);
}
.selected-prompts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.selected-prompt-item {
  padding: 16px;
  background: rgba(253, 38, 122, 0.05);
  border: 1px solid var(--color-primary);
  border-radius: 12px;
  overflow: hidden;
}
.selected-prompt-item .prompt-answer {
  width: 100%;
  box-sizing: border-box;
}
.selected-prompt-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}
.selected-prompt-question {
  font-weight: 500;
  color: var(--color-primary);
  font-size: 0.95em;
}
.remove-prompt-btn {
  background: none;
  border: none;
  color: #f87171;
  font-size: 1.4em;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 150ms ease;
}
.remove-prompt-btn:hover {
  opacity: 1;
}
.prompts-counter {
  font-size: 0.85em;
  color: var(--color-muted);
  margin-bottom: 20px;
}
.prompt-picker {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 16px;
}
.picker-label {
  font-size: 0.85em;
  color: var(--color-muted);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.prompt-chips {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.prompt-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.chip-category {
  font-size: 0.75em;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 4px;
}
.prompt-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  color: var(--color-text);
  font-size: 0.85em;
  cursor: pointer;
  transition: all 150ms ease;
  text-align: left;
}
.prompt-chip:hover:not(:disabled) {
  border-color: var(--color-primary);
  background: rgba(253, 38, 122, 0.1);
}
.prompt-chip.selected, .prompt-chip:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.prompt-answer {
  resize: vertical;
  min-height: 60px;
}
.prompts-display {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.prompt-display-item {
  padding: 16px;
  background: rgba(253, 38, 122, 0.05);
  border-left: 3px solid var(--color-primary);
  border-radius: 0 10px 10px 0;
}
.prompt-display-question {
  font-size: 0.9em;
  color: var(--color-primary);
  margin-bottom: 8px;
}
.prompt-display-answer {
  color: var(--color-text);
  line-height: 1.5;
}
.matches-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .matches-grid {
    grid-template-columns: 1fr;
  }
}
.match-card {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  overflow: hidden;
  transition: all 200ms ease;
}
.match-card:hover {
  border-color: var(--color-primary);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(253, 38, 122, 0.1);
}
.match-photo {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: var(--color-border);
}
.match-photo-placeholder {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, #2A2A2A, #1A1A1A);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4em;
  color: var(--color-border);
}
.match-info {
  padding: 16px;
}
.match-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}
.match-name {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0;
}
.match-score {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: rgba(253, 38, 122, 0.1);
  border-radius: 12px;
  font-weight: 600;
  color: var(--color-primary);
}
.match-details {
  display: flex;
  gap: 12px;
  font-size: 0.9em;
  color: var(--color-muted);
  margin-bottom: 12px;
}
.match-interests {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.match-interest-tag {
  padding: 4px 8px;
  background: rgba(253, 38, 122, 0.1);
  border-radius: 10px;
  font-size: 0.8em;
}
.match-actions {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--color-border);
}
.match-action-btn {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.compatibility-highlights {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
.highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: var(--color-bg);
  border-radius: 12px;
  border-left: 4px solid var(--color-primary);
}
.highlight-item.highlight-interests {
  border-left-color: #f59e0b;
}
.highlight-item.highlight-values {
  border-left-color: #8b5cf6;
}
.highlight-item.highlight-personality {
  border-left-color: #ec4899;
}
.highlight-item.highlight-lifestyle {
  border-left-color: #22c55e;
}
.highlight-icon {
  font-size: 1.5em;
  flex-shrink: 0;
}
.highlight-content {
  flex: 1;
}
.highlight-title {
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 4px;
}
.highlight-detail {
  font-size: 0.9em;
  color: var(--color-muted);
  line-height: 1.4;
}
.compatibility-breakdown {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.breakdown-item {
  text-align: center;
  padding: 12px;
  background: var(--color-bg);
  border-radius: 10px;
}
.breakdown-value {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--color-primary);
}
.breakdown-label {
  font-size: 0.8em;
  color: var(--color-muted);
  margin-top: 4px;
}
.empty-state {
  text-align: center;
  padding: 48px 24px;
  color: var(--color-muted);
}
.empty-state-icon {
  font-size: 4em;
  margin-bottom: 16px;
}
.empty-state-title {
  font-size: 1.3em;
  color: var(--color-text);
  margin-bottom: 8px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes glowPulse {
  0%, 100% {
    box-shadow: 0 4px 20px rgba(253, 38, 122, 0.25);
  }
  50% {
    box-shadow: 0 4px 30px rgba(253, 38, 122, 0.45);
  }
}
.animate-fade-in-up {
  animation: fadeInUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  opacity: 0;
}
.animate-slide-in-right {
  animation: slideInRight 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  opacity: 0;
}
.delay-100 {
  animation-delay: 100ms;
}
.delay-200 {
  animation-delay: 0.2s;
}
.delay-300 {
  animation-delay: 0.3s;
}
.delay-500 {
  animation-delay: 0.5s;
}
.delay-700 {
  animation-delay: 0.7s;
}
.slider-group {
  margin-bottom: 24px;
}
.slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.85em;
  font-weight: 600;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.slider-container {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--color-bg);
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid var(--color-border);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
}
.personality-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: var(--color-border);
  outline: none;
  transition: background 0.2s;
}
.personality-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-card);
  border: 3px solid var(--color-primary);
  cursor: pointer;
  box-shadow: 0 0 10px rgba(253, 38, 122, 0.4);
  transition: transform 0.1s, box-shadow 0.1s;
}
.personality-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 0 15px rgba(253, 38, 122, 0.6);
}
.personality-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-card);
  border: 3px solid var(--color-primary);
  cursor: pointer;
  box-shadow: 0 0 10px rgba(253, 38, 122, 0.4);
  transition: transform 0.1s, box-shadow 0.1s;
}
.personality-slider::-moz-range-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 0 15px rgba(253, 38, 122, 0.6);
}
.slider-value {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(253, 38, 122, 0.1);
  color: var(--color-primary);
  font-weight: 700;
  border-radius: 8px;
  font-size: 0.9em;
  border: 1px solid rgba(253, 38, 122, 0.2);
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.event-card {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #2A2A2A, #1A1A1A);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 25px 50px rgba(0,0,0,0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.5), 0 0 40px rgba(253, 38, 122, 0.08);
}
.event-card .image-wrap {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.event-card .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}
.event-card:hover .bg {
  transform: scale(1.05);
}
.event-card .date-badge, .event-card-v2 .date-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(26, 26, 26, 0.9);
  backdrop-filter: blur(8px);
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  font-weight: 600;
  font-size: 15px;
  color: var(--color-primary);
  letter-spacing: 0.3px;
}
.event-card .orientation-badge, .event-card-v2 .orientation-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(26, 26, 26, 0.85);
  backdrop-filter: blur(8px);
  padding: 6px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.15);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.9);
}
.event-card .card-body, .event-card-v2 .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.05);
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  color: #94a3b8;
}
.meta-item strong {
  color: #e2e8f0;
  font-weight: 600;
}
.meta-item svg {
  width: 16px;
  height: 16px;
  opacity: 0.7;
}
.meta-price {
  position: relative;
  overflow: visible;
}
.price-dynamic {
  position: absolute;
  top: -4px;
  right: -19px;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #fff;
  font-size: 7px;
  font-weight: 800;
  padding: 1px 4px;
  border-radius: 4px;
  transform: rotate(12deg);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(239,68,68,0.5);
  white-space: nowrap;
  line-height: 1.5;
}
.event-detail-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .event-detail-container {
    grid-template-columns: 1fr 350px;
    align-items: start;
  }
  .event-sidebar {
    position: sticky;
    top: 80px;
  }
}
.event-hero {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
  background: var(--color-border);
  aspect-ratio: 16/9;
}
.event-hero-sidebar {
  aspect-ratio: 16/10;
  margin-bottom: 16px;
}
.event-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-hero-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2A2A2A 0%, #1A1A1A 100%);
}
.placeholder-icon {
  font-size: 4rem;
}
.event-badges {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  gap: 8px;
}
.badge-blur {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.event-header-mobile h1 {
  font-size: 1.8rem;
  margin-bottom: 8px;
  line-height: 1.2;
  font-family: var(--font-display);
}
.event-header-desktop h1 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: var(--font-display);
}
.event-time {
  color: var(--color-muted);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon {
  opacity: 0.7;
}
.match-hint-card {
  background: rgba(253, 38, 122, 0.1);
  border: 1px solid rgba(253, 38, 122, 0.3);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.match-hint-icon-large {
  font-size: 2.5rem;
}
.match-hint-content {
  flex: 1;
}
.match-hint-content h4 {
  margin: 0 0 4px 0;
  color: var(--color-primary);
}
.match-hint-content p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-text);
}
.score {
  color: #4ade80;
  font-weight: bold;
}
.section-card {
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.description-text {
  line-height: 1.6;
  color: #d1d5db;
  margin-bottom: 24px;
  font-size: 1.05rem;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
}
.features-grid-sidebar {
  grid-template-columns: repeat(2, 1fr);
}
.feature-item {
  background: rgba(255, 255, 255, 0.03);
  padding: 16px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 200ms ease;
}
.feature-item:hover {
  background: rgba(253, 38, 122, 0.05);
  border-color: rgba(253, 38, 122, 0.15);
}
.feature-icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.feature-text {
  display: flex;
  flex-direction: column;
}
.feature-text strong {
  color: var(--color-text);
  margin-bottom: 2px;
}
.feature-text span {
  font-size: 0.85rem;
  color: var(--color-muted);
}
.action-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 60px rgba(253, 38, 122, 0.05);
}
.divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 16px 0;
}
.pricing-display {
  margin-bottom: 20px;
}
.label {
  display: block;
  font-size: 0.9rem;
  color: var(--color-muted);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.price-value-container {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.price-value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-text);
}
.discount-badge {
  background: rgba(34, 197, 94, 0.2);
  color: #4ade80;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
}
.markup-badge {
  background: rgba(251, 191, 36, 0.2);
  color: #fbbf24;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
}
.progress-bar-bg {
  height: 8px;
  background: var(--color-border);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
}
.progress-bar-fill {
  background: var(--color-primary);
  height: 100%;
  border-radius: 4px;
}
.btn-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-lg {
  padding: 14px 20px;
  font-size: 1.1rem;
}
.login-hint {
  text-align: center;
  font-size: 0.85rem;
  color: var(--color-muted);
  margin-top: 12px;
}
.balance-section {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.balance-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--color-muted);
  margin-bottom: 6px;
}
.balance-bar {
  display: flex;
  height: 6px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 8px;
}
.balance-segment.male {
  background: #3b82f6;
}
.balance-segment.female {
  background: #ec4899;
}
.balance-hint {
  font-size: 0.8rem;
  color: var(--color-muted);
  text-align: center;
  margin: 0;
}
.result-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}
.result-card.is-match {
  background: rgba(34, 197, 94, 0.05);
  border-color: rgba(34, 197, 94, 0.2);
}
.result-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.round-pill {
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  color: var(--color-muted);
}
.match-pill {
  background: rgba(34, 197, 94, 0.2);
  color: #4ade80;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
}
.result-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.result-partner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: var(--color-text);
}
.result-notes {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-style: italic;
  color: var(--color-muted);
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .event-header-mobile {
    display: block;
  }
  .event-header-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .event-header-mobile {
    display: none;
  }
  .event-header-desktop {
    display: block;
  }
}
@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 38, 122, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(253, 38, 122, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 38, 122, 0);
  }
}
.pulse-animation {
  animation: pulse-glow 2s infinite;
}
.my-events-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.events-section {
  background: rgba(255,255,255,0.03);
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.08);
}
.events-section h2 {
  margin: 0 0 20px 0;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
}
.events-section h2 .icon {
  font-size: 1.5rem;
}
.events-section h2 .count {
  background: rgba(253, 38, 122, 0.2);
  color: var(--color-primary);
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
  font-family: var(--font-body);
}
.event-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.event-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: rgba(255,255,255,0.04);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.2s ease;
}
.event-list-item:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(253, 38, 122, 0.3);
}
.event-date-badge {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-strong) 100%);
  color: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  text-align: center;
  min-width: 70px;
  font-weight: 700;
}
.event-date-badge .day {
  font-size: 1.5rem;
  line-height: 1;
}
.event-date-badge .month {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.event-info {
  flex: 1;
}
.event-info .time {
  font-size: 1.1rem;
  font-weight: 600;
  color: #e2e8f0;
  margin-bottom: 4px;
}
.event-info .meta {
  font-size: 0.85rem;
  color: #94a3b8;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.event-info .meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.event-actions {
  display: flex;
  gap: 8px;
}
.btn-view {
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  background: rgba(253, 38, 122, 0.15);
  color: var(--color-primary);
  border: 1px solid rgba(253, 38, 122, 0.3);
  transition: all 0.2s ease;
}
.btn-view:hover {
  background: rgba(253, 38, 122, 0.25);
  color: var(--color-primary);
}
.past-event {
  opacity: 0.7;
}
.past-event .event-date-badge {
  background: linear-gradient(135deg, #64748b 0%, #475569 100%);
}
.match-card.real-match {
  background: var(--color-card);
  border: 2px solid #22c55e;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.match-card.real-match:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(34, 197, 94, 0.2);
}
.match-badge-header {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  font-size: 0.9rem;
}
.match-event-info {
  background: rgba(253, 38, 122, 0.1);
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.event-label {
  font-weight: 600;
  color: var(--color-primary);
}
.match-contact {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 1rem;
}
.match-contact h4 {
  margin: 0 0 8px 0;
  color: #22c55e;
  font-size: 0.95rem;
}
.match-contact p {
  margin: 4px 0;
  font-size: 0.9rem;
}
.real-match-banner {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.match-icon {
  font-size: 1.5rem;
}
.contact-info-section {
  background: rgba(34, 197, 94, 0.1);
  border: 2px solid #22c55e;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}
.contact-info-section h3 {
  margin: 0 0 12px 0;
  color: #22c55e;
}
.contact-details {
  margin-bottom: 16px;
}
.contact-details p {
  margin: 6px 0;
  font-size: 1rem;
}
.contact-details a {
  color: var(--color-primary);
}
.contact-actions {
  display: flex;
  gap: 10px;
}
.admin-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 20px;
  align-items: start;
}
.admin-sidebar {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 20px;
  position: sticky;
  top: 100px;
}
.admin-nav a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--color-text);
  border: 1px solid transparent;
  margin-bottom: 8px;
}
.admin-nav a.active {
  border-color: var(--color-primary);
  background: rgba(253, 38, 122, 0.08);
}
.admin-sidebar h3 {
  margin: 0 0 24px 0;
  font-size: 1.1rem;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table th, .table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}
.admin-event-show {
  padding: 2rem;
}
.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.admin-actions {
  display: flex;
  gap: 0.5rem;
}
.event-stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
.stat-card {
  background: var(--color-bg-elevated);
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
}
.stat-value {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-primary);
}
.stat-label {
  color: var(--color-muted);
  margin-top: 0.5rem;
}
.video-controls-panel, .participants-panel {
  background: var(--color-bg-elevated);
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}
.video-controls-panel h2, .participants-panel h2 {
  margin-bottom: 1rem;
}
.control-section {
  padding: 1rem;
  background: var(--color-card);
  border-radius: 8px;
}
.current-round-info h3 {
  color: var(--color-warning, #ffc107);
}
.start-round-form {
  text-align: center;
}
.btn-large {
  padding: 1rem 2rem;
  font-size: 1.25rem;
}
.btn-warning {
  background: var(--color-warning, #ffc107);
  color: #000;
}
.btn-success {
  background: var(--color-success, #28a745);
}
.btn-danger {
  background: #dc3545;
}
.admin-table {
  width: 100%;
  border-collapse: collapse;
}
.admin-table th, .admin-table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}
.admin-table th {
  background: var(--color-card);
}
.status-badge {
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.875rem;
}
.status-pending {
  background: #666;
}
.status-active {
  background: var(--color-success, #28a745);
}
.status-rating {
  background: var(--color-warning, #ffc107);
  color: #000;
}
.status-completed {
  background: var(--color-primary);
  color: #000;
}
.rounds-history {
  margin-top: 1.5rem;
}
.rounds-history h3 {
  margin-bottom: 1rem;
}
.event-summary-panel {
  background: var(--color-bg-elevated);
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}
.event-summary-panel h2 {
  margin-bottom: 1rem;
}
.summary-stats {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
.summary-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 2rem;
  background: var(--color-card);
  border-radius: 8px;
}
.summary-stat .stat-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--color-primary);
}
.summary-stat .stat-desc {
  color: var(--color-muted);
  font-size: 0.9rem;
}
.round-results {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: var(--color-card);
  border-radius: 8px;
}
.round-results h3 {
  margin: 0 0 1rem 0;
  color: var(--color-primary);
}
.match-row {
  background: rgba(34, 197, 94, 0.1) !important;
}
.rating-yes {
  color: #22c55e;
  font-weight: 500;
}
.rating-no {
  color: #f87171;
  font-weight: 500;
}
.rating-pending {
  color: #888;
}
.match-badge {
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-weight: 600;
}
.no-match {
  color: #888;
}
.incomplete {
  color: #ffc107;
}
.preview-section {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-border);
}
.end-event-section {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-border);
}
.form-hint {
  color: var(--color-muted);
  font-size: 0.9rem;
  display: block;
  margin-top: 4px;
}
.form-hint-warning {
  color: #f59e0b;
}
.rounds-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.round-preview-card {
  background: var(--color-card);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  display: flex;
  flex-direction: column;
}
.round-card-header {
  padding: 1rem;
  background: rgba(0,0,0,0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.round-card-header h4 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--color-primary);
}
.round-header-stats {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.round-stat-badges {
  display: flex;
  gap: 6px;
}
.round-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.4;
}
.round-badge-success {
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.round-badge-warning {
  background: rgba(245, 158, 11, 0.15);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.round-badge-info {
  background: rgba(96, 165, 250, 0.12);
  color: #60a5fa;
  border: 1px solid rgba(96, 165, 250, 0.25);
  font-size: 0.7rem;
}
.pairing-score {
  padding: 2px 8px;
  border-radius: 8px;
  background: rgba(253, 38, 122, 0.12);
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: 600;
  flex-shrink: 0;
}
.alert-box {
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.85rem;
}
.alert-box-warning {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
  color: #f59e0b;
}
.alert-box-danger {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.25);
  color: #ef4444;
}
.admin-control-block {
  padding: 1.25rem 1.5rem;
  background: var(--color-surface, #1E1E1E);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  margin-bottom: 1rem;
}
.admin-control-block h3 {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.admin-control-block p {
  margin-bottom: 0.75rem;
}
.admin-control-block .btn {
  margin-top: 0.25rem;
}
.round-card-body {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pairings-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.pairing-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  background: rgba(255,255,255,0.03);
  border-radius: 6px;
  font-size: 0.9rem;
}
.partner-a, .partner-b {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pairing-icon {
  padding: 0 0.5rem;
  opacity: 0.5;
  font-size: 0.8rem;
}
.waiting-list {
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.waiting-list h5 {
  font-size: 0.85rem;
  color: #ffc107;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.waiting-list ul {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
}
[data-controller="scroll-reveal"] {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-scroll-reveal-animation-value="fade-up"] {
  transform: translateY(30px);
}
[data-scroll-reveal-animation-value="fade-left"] {
  transform: translateX(-30px);
}
[data-scroll-reveal-animation-value="fade-right"] {
  transform: translateX(30px);
}
[data-scroll-reveal-animation-value="scale"] {
  transform: scale(0.95);
}
.revealed {
  opacity: 1 !important;
  transform: none !important;
}
@keyframes ripple-expand {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
.btn {
  position: relative;
  overflow: hidden;
}
.btn .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  transform: scale(0);
  animation: ripple-expand 0.6s linear;
  pointer-events: none;
}
@keyframes gradient-rotate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes count-reveal {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
@keyframes glowPulseCta {
  0%, 100% {
    box-shadow: 0 4px 20px rgba(253, 38, 122, 0.25);
  }
  50% {
    box-shadow: 0 4px 40px rgba(253, 38, 122, 0.5), 0 0 60px rgba(253, 38, 122, 0.2);
  }
}
@keyframes bounce-scroll {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
.navbar-scrolled {
  background: rgba(26, 26, 26, 0.95) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.brand:hover .brand-heart {
  animation: heartbeat 0.6s ease-in-out;
}
.card {
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}
.glass {
  background: rgba(36, 36, 36, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.gradient-text {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-strong));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--color-bg);
}
::-webkit-scrollbar-thumb {
  background: var(--color-border);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary);
}
.turbo-progress-bar {
  height: 3px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-primary-strong));
}
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 6rem 1.5rem 4rem;
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}
.hero-glow-primary {
  width: 600px;
  height: 600px;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(253, 38, 122, 0.18) 0%, transparent 70%);
}
.hero-glow-accent {
  width: 400px;
  height: 400px;
  bottom: 10%;
  right: 10%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.12) 0%, transparent 70%);
}
.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 720px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  border-radius: 100px;
  background: rgba(253, 38, 122, 0.1);
  border: 1px solid rgba(253, 38, 122, 0.2);
  color: var(--color-primary);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 800;
  line-height: 1.08;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.hero-title .gradient-text {
  display: block;
}
.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  max-width: 540px;
  margin: 0 auto 2.5rem;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.hero-cta {
  padding: 0.9rem 2.5rem !important;
  font-size: 1rem !important;
  animation: glowPulseCta 3s ease-in-out infinite;
}
.hero-login-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s;
}
.hero-login-link:hover {
  color: var(--color-primary);
}
.hero-floating-cards {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}
.hero-float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.1rem;
  border-radius: 14px;
  background: rgba(50, 50, 50, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  opacity: 0;
  animation-fill-mode: both;
}
.hero-float-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-float-icon-pink {
  background: rgba(253, 38, 122, 0.15);
  color: var(--color-primary);
}
.hero-float-icon-purple {
  background: rgba(139, 92, 246, 0.15);
  color: var(--color-accent);
}
.hero-float-icon-green {
  background: rgba(34, 197, 94, 0.15);
  color: var(--color-success);
}
.hero-float-card-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
}
.hero-float-card-detail {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}
.hero-float-match {
  top: 22%;
  right: 8%;
  animation: hero-fade-in 0.8s ease-out 0.5s forwards, hero-float 6s ease-in-out 1.3s infinite;
}
.hero-float-compat {
  bottom: 25%;
  left: 6%;
  animation: hero-fade-in 0.8s ease-out 0.8s forwards, hero-float 7s ease-in-out 1.6s infinite;
}
.hero-float-event {
  top: 35%;
  left: 10%;
  animation: hero-fade-in 0.8s ease-out 0.3s forwards, hero-float 5.5s ease-in-out 1.1s infinite;
}
.hero-float-interests {
  bottom: 18%;
  right: 10%;
  animation: hero-fade-in 0.8s ease-out 0.6s forwards, hero-float 6.5s ease-in-out 1.4s infinite;
}
.hero-float-round {
  top: 15%;
  left: 18%;
  animation: hero-fade-in 0.8s ease-out 1s forwards, hero-float 7.5s ease-in-out 1.8s infinite;
}
.hero-float-ring {
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.hero-float-ring-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: #fff;
}
@keyframes hero-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.hero-scroll-indicator {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .hero-floating-cards {
    display: none;
  }
}
@media (max-width: 640px) {
  .hero-section {
    min-height: 90vh;
    padding-top: 5rem;
  }
  .hero-scroll-indicator {
    display: none;
  }
}
.stats-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .stats-section {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.stat-card {
  text-align: center;
  padding: 2.5rem 2rem;
  border-radius: 20px;
  background: rgba(36, 36, 36, 0.6);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 300ms ease, box-shadow 300ms ease;
}
.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(253, 38, 122, 0.15);
  border-color: rgba(253, 38, 122, 0.2);
}
.stat-number {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-strong));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
}
.stat-label {
  font-size: 0.95rem;
  color: var(--color-muted);
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 0;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--color-primary), var(--color-primary-strong), transparent);
}
@media (max-width: 768px) {
  .timeline::before {
    left: 24px;
  }
}
.timeline-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
  position: relative;
}
.timeline-step:nth-child(odd) {
  flex-direction: row;
}
.timeline-step:nth-child(even) {
  flex-direction: row-reverse;
}
.timeline-connector {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-strong));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  color: #fff;
  z-index: 2;
  box-shadow: 0 0 20px rgba(253, 38, 122, 0.3);
}
.timeline-content {
  width: calc(50% - 48px);
  padding: 1.5rem;
  border-radius: 16px;
  background: rgba(36, 36, 36, 0.6);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.timeline-step:nth-child(odd) .timeline-content {
  margin-right: auto;
}
.timeline-step:nth-child(even) .timeline-content {
  margin-left: auto;
}
.timeline-content h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.timeline-content p {
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .timeline-step, .timeline-step:nth-child(odd), .timeline-step:nth-child(even) {
    flex-direction: row;
  }
  .timeline-connector {
    left: 24px;
    width: 40px;
    height: 40px;
    font-size: 0.95rem;
  }
  .timeline-content, .timeline-step:nth-child(odd) .timeline-content, .timeline-step:nth-child(even) .timeline-content {
    width: calc(100% - 72px);
    margin-left: auto;
    margin-right: 0;
  }
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}
.testimonial-card {
  padding: 2rem;
  border-radius: 16px;
  background: rgba(36, 36, 36, 0.6);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid var(--color-primary);
  transition: transform 300ms ease, box-shadow 300ms ease;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-strong));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 1rem;
}
.testimonial-text {
  color: var(--color-text);
  font-size: 0.95rem;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 1rem;
}
.testimonial-author {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.9rem;
}
.cta-banner {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-strong));
  border-radius: 24px;
  padding: 4rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner h2 {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
}
.cta-banner p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.cta-banner .btn {
  background: #fff;
  color: var(--color-primary);
  font-weight: 700;
  border: none;
  padding: 14px 32px;
  font-size: 1rem;
  animation: glowPulseCta 2s ease-in-out infinite;
}
.cta-banner .btn:hover {
  transform: scale(1.05) translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.cta-banner-heart {
  position: absolute;
  opacity: 0.1;
  color: #fff;
}
@media (max-width: 640px) {
  .cta-banner {
    padding: 3rem 1.5rem;
  }
  .cta-banner h2 {
    font-size: 1.75rem;
  }
}
.auth-split {
  display: flex;
  min-height: calc(100vh - 60px);
}
.auth-visual {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a0a14 0%, #2d0f1e 50%, #1a0a14 100%);
  padding: 3rem;
  position: relative;
  overflow: hidden;
}
.auth-visual-brand {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.auth-visual-tagline {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.auth-visual-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.1rem;
  text-align: center;
}
.auth-form-panel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  background: var(--color-bg);
}
.auth-form-panel .auth-card {
  width: 100%;
  max-width: 420px;
}
@media (max-width: 768px) {
  .auth-split {
    flex-direction: column;
  }
  .auth-visual {
    min-height: auto;
    padding: 2rem 1.5rem;
  }
  .auth-visual-tagline {
    font-size: 1.5rem;
  }
  .auth-form-panel {
    padding: 2rem 1.5rem;
  }
}
.form-group-float {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-group-float .input {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
.form-group-float label {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  pointer-events: none;
  color: var(--color-muted);
  font-size: 0.95rem;
}
.form-group-float .input:focus ~ label, .form-group-float .input:not(:placeholder-shown) ~ label {
  top: 10px;
  transform: none;
  font-size: 0.7rem;
  color: var(--color-primary);
  font-weight: 600;
}
.event-card-v2 {
  position: relative;
  border-radius: 20px;
  background: var(--color-card);
  border: 1px solid var(--color-border);
  overflow: hidden;
  transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 400ms cubic-bezier(0.16, 1, 0.3, 1);
}
.event-card-v2::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, transparent, transparent);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: background 0.4s ease;
  pointer-events: none;
  z-index: 1;
}
.event-card-v2:hover::before {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-strong));
}
.event-card-v2:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(253, 38, 122, 0.1);
}
.event-card-v2 .image-wrap {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.event-card-v2 .image-wrap .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.event-card-v2:hover .image-wrap .bg {
  transform: scale(1.08);
}
.event-card-v2 .hover-cta {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.5px;
}
.event-card-v2:hover .hover-cta {
  opacity: 1;
}
.feature-item-v2 {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  transition: background 200ms ease, box-shadow 200ms ease;
}
.feature-item-v2:hover {
  background: rgba(253, 38, 122, 0.05);
  box-shadow: 0 0 20px rgba(253, 38, 122, 0.05);
}
.feature-icon-v2 {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(253, 38, 122, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--color-primary);
}
.capacity-bar-animated .progress-bar-fill {
  transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.bento-item {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 1.5rem;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}
.bento-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.bento-wide {
  grid-column: span 2;
}
.bento-full {
  grid-column: span 3;
}
@media (max-width: 768px) {
  .bento-grid {
    grid-template-columns: 1fr;
  }
  .bento-wide, .bento-full {
    grid-column: span 1;
  }
}
.completion-ring {
  position: relative;
  width: 80px;
  height: 80px;
}
.completion-ring svg {
  transform: rotate(-90deg);
}
.completion-ring circle {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
}
.completion-ring .ring-bg {
  stroke: var(--color-border);
}
.completion-ring .ring-fill {
  stroke: var(--color-primary);
  transition: stroke-dashoffset 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.completion-ring .ring-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--color-primary);
}
.personality-bar-v2 {
  margin-bottom: 1.25rem;
}
.personality-track-v2 {
  height: 8px;
  background: var(--color-border);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.personality-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--color-primary), var(--color-primary-strong));
  border-radius: 4px;
  transition: width 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.value-tag-gold {
  border-color: #fbbf24;
  box-shadow: 0 0 12px rgba(251, 191, 36, 0.15);
}
.value-tag-silver {
  border-color: #94a3b8;
}
.value-tag-bronze {
  border-color: #d97706;
}
.match-card-v2 {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.match-card-v2::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, var(--color-success), #86efac, var(--color-success));
  background-size: 200% 200%;
  animation: gradient-rotate 3s ease infinite;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.matches-grid-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 24px;
  max-width: 1200px;
}
@media (max-width: 480px) {
  .matches-grid-v2 {
    grid-template-columns: 1fr;
  }
}
.match-card-v3 {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--color-card);
  border: 1px solid rgba(34, 197, 94, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.match-card-v3::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, #22c55e, #86efac, #22c55e);
  background-size: 200% 200%;
  animation: gradient-rotate 3s ease infinite;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.match-card-v3:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(34, 197, 94, 0.15);
  border-color: rgba(34, 197, 94, 0.4);
}
.match-card-top {
  position: relative;
  padding: 24px 24px 20px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.08), rgba(34, 197, 94, 0.02));
  border-bottom: 1px solid rgba(34, 197, 94, 0.12);
}
.match-sparkle-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 14px;
  border-radius: 20px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
}
.match-card-profile {
  display: flex;
  align-items: center;
  gap: 16px;
}
.match-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-strong));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(253, 38, 122, 0.3);
}
.match-avatar span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.match-identity h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}
.verified-badge-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: var(--color-success);
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}
.match-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 4px;
  font-size: 0.85rem;
  color: var(--color-muted);
}
.match-meta span {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.match-compat-mini {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
}
.match-compat-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--color-primary);
}
.match-card-body {
  padding: 20px 24px 24px;
}
.match-event-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(253, 38, 122, 0.08);
  border: 1px solid rgba(253, 38, 122, 0.15);
  border-radius: 10px;
  font-size: 0.82rem;
  color: var(--color-primary);
  font-weight: 500;
  margin-bottom: 16px;
}
.match-contact-card {
  background: rgba(34, 197, 94, 0.06);
  border: 1px solid rgba(34, 197, 94, 0.15);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
}
.match-contact-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(34, 197, 94, 0.08);
  color: #22c55e;
  font-weight: 600;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(34, 197, 94, 0.1);
}
.match-contact-body {
  padding: 12px 16px;
}
.match-contact-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}
.match-contact-row + .match-contact-row {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.match-contact-label {
  font-size: 0.8rem;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.match-contact-value {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 500;
}
.match-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.match-card-actions .btn {
  text-align: center;
  justify-content: center;
  font-size: 0.85rem;
  padding: 10px 12px;
}
.btn-outline-light {
  background: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-muted);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
.btn-outline-light:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}
.compat-ring {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.compat-ring svg {
  transform: rotate(-90deg);
}
.compat-ring circle {
  fill: none;
  stroke-width: 6;
  stroke-linecap: round;
}
.compat-ring .ring-bg {
  stroke: var(--color-border);
}
.compat-ring .ring-fill {
  stroke: var(--color-primary);
  transition: stroke-dashoffset 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.compat-ring .ring-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.compat-ring .ring-percentage {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-strong));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.compat-ring .ring-label {
  font-size: 0.7rem;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.highlight-item-v2 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border-left: 3px solid var(--color-primary);
  transition: background 200ms ease;
}
.highlight-item-v2:hover {
  background: rgba(255, 255, 255, 0.05);
}
.highlight-item-v2.interests {
  border-left-color: var(--color-primary);
}
.highlight-item-v2.values {
  border-left-color: var(--color-accent);
}
.highlight-item-v2.personality {
  border-left-color: var(--color-warning);
}
.highlight-item-v2.lifestyle {
  border-left-color: var(--color-success);
}
.highlight-item-v2.distance {
  border-left-color: #60a5fa;
}
.empty-state-v2 {
  text-align: center;
  padding: 3rem 2rem;
}
.empty-state-v2 .empty-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: rgba(253, 38, 122, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}
.section-title-v2 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
.section-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(253, 38, 122, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--color-primary);
}
.event-date-badge-v2 {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-strong));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(253, 38, 122, 0.2);
}
.event-date-badge-v2 .day {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.event-date-badge-v2 .month {
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.nav-link-active {
  position: relative;
}
.nav-link-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-primary);
}
.video-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 70vh;
  min-height: 600px;
  margin: 0 auto;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.video-container iframe {
  width: 100%;
  height: 100%;
}
.video-waiting {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem;
  text-align: center;
  color: #fff;
}
.video-waiting-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--color-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1.5rem;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.video-waiting {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem;
  color: #fff;
  background: #1A1A1A;
}
.waiting-preview-frame {
  width: 100%;
  max-width: 640px;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 2rem;
}
.waiting-preview-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(-1);
}
.waiting-overlay {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  gap: 12px;
}
.status-badge {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 6px;
}
.status-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 8px #22c55e;
}
.device-status-icons {
  display: flex;
  gap: 8px;
}
.device-status-icons {
  display: flex;
  gap: 8px;
}
.device-icon-small {
  width: 28px;
  height: 28px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.mic-status-container {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.mic-visualizer {
  width: 6px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.mic-level-bar {
  width: 100%;
  height: 0%;
  background: #22c55e;
  transition: height 0.1s ease;
  border-radius: 2px;
}
.waiting-info {
  text-align: center;
}
.waiting-spinner-small {
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 1rem;
}
.waiting-info h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  background: linear-gradient(135deg, #fff 0%, #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.waiting-subtext {
  color: var(--muted);
  font-size: 1rem;
}
.round-timer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #FD267A 0%, #FF7854 100%);
  border-radius: 50px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'SF Mono', 'Roboto Mono', monospace;
  box-shadow: 0 4px 15px rgba(253, 38, 122, 0.4);
  transition: all 0.3s ease;
}
.round-timer.timer-warning {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  box-shadow: 0 4px 15px rgba(245, 87, 108, 0.4);
  animation: pulse 1s ease-in-out infinite;
}
.round-timer.timer-critical {
  background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
  box-shadow: 0 4px 15px rgba(255, 65, 108, 0.5);
  animation: pulse 0.5s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.event-lobby {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
}
.lobby-header {
  text-align: center;
  margin-bottom: 2rem;
}
.lobby-header h1 {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #FD267A 0%, #FF7854 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
}
.lobby-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(253, 38, 122, 0.1);
  border-radius: 50px;
  color: var(--color-primary);
  font-size: 0.875rem;
  font-weight: 500;
}
.lobby-status-dot {
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  animation: blink 2s ease-in-out infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.partner-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  margin-bottom: 1rem;
}
.partner-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FD267A 0%, #FF7854 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
}
.partner-info h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
  color: #fff;
}
.partner-info p {
  font-size: 0.875rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.preflight-check {
  max-width: 500px;
  margin: 0 auto;
  padding: 2rem;
}
.preflight-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 2.5rem;
  text-align: center;
  backdrop-filter: blur(10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}
.preflight-header {
  margin-bottom: 2rem;
}
.preflight-icon-large {
  font-size: 4rem;
  margin-bottom: 1rem;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3));
}
.preflight-card h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5rem 0;
}
.preflight-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin: 0;
}
.preflight-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
  align-items: center;
}
.preflight-video-preview {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.preflight-video-preview video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(-1);
}
.preflight-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  text-align: center;
}
.preflight-devices {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 400px;
}
.device-check-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  transition: all 0.3s ease;
}
.device-check-item.success {
  background: rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.4);
}
.device-check-item.error {
  background: rgba(239, 68, 68, 0.15);
  border-color: rgba(239, 68, 68, 0.4);
}
.device-icon {
  font-size: 1.75rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}
.device-check-item.success .device-icon {
  background: rgba(16, 185, 129, 0.3);
}
.device-check-item.error .device-icon {
  background: rgba(239, 68, 68, 0.3);
}
.device-info {
  flex: 1;
  text-align: left;
}
.device-name {
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
}
.device-status {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}
.device-check-item.success .device-status {
  color: #10b981;
}
.device-check-item.error .device-status {
  color: #ef4444;
}
.device-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.device-check-item.success .device-indicator {
  background: #10b981;
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.6);
}
.device-check-item.error .device-indicator {
  background: #ef4444;
  box-shadow: 0 0 12px rgba(239, 68, 68, 0.6);
}
.preflight-start-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #FD267A 0%, #FF7854 100%);
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(253, 38, 122, 0.4);
}
.preflight-start-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(253, 38, 122, 0.5);
}
.preflight-start-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.preflight-hint {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8rem;
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.rating-card {
  max-width: 550px;
  margin: 0 auto;
  background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 2.5rem;
  text-align: center;
  backdrop-filter: blur(10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}
.rating-header {
  margin-bottom: 2rem;
}
.rating-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.75rem;
  margin: 0 auto 1rem;
  box-shadow: 0 8px 30px rgba(253, 38, 122, 0.4);
}
.rating-card h2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.5rem 0;
}
.rating-card h2 span {
  color: var(--color-primary);
}
.rating-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  margin: 0;
}
.rating-choice-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}
.rating-choice-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.75rem 1rem;
  border: 2px solid transparent;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
}
.rating-choice-btn .rating-choice-icon {
  font-size: 2.5rem;
  transition: transform 0.3s ease;
}
.rating-choice-btn .rating-choice-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}
.rating-choice-btn .rating-choice-hint {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}
.rating-choice-btn.rating-no {
  border-color: rgba(255, 255, 255, 0.15);
}
.rating-choice-btn.rating-no:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}
.rating-choice-btn.rating-no:hover .rating-choice-icon {
  transform: scale(1.1) rotate(-10deg);
}
.rating-choice-btn.rating-yes {
  background: linear-gradient(145deg, rgba(236, 72, 153, 0.15) 0%, rgba(167, 139, 250, 0.15) 100%);
  border-color: rgba(236, 72, 153, 0.4);
}
.rating-choice-btn.rating-yes:hover {
  background: linear-gradient(145deg, rgba(236, 72, 153, 0.25) 0%, rgba(167, 139, 250, 0.25) 100%);
  border-color: rgba(236, 72, 153, 0.6);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(236, 72, 153, 0.3);
}
.rating-choice-btn.rating-yes:hover .rating-choice-icon {
  transform: scale(1.2);
  animation: heartbeat 0.8s ease-in-out infinite;
}
@keyframes heartbeat {
  0%, 100% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.35);
  }
}
.rating-choice-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none !important;
}
.rating-notes-section {
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
}
.rating-notes-section label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.75rem;
}
.notes-icon {
  font-size: 1rem;
}
.rating-notes-section textarea {
  width: 100%;
  min-height: 80px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #fff;
  font-size: 0.9rem;
  resize: vertical;
  transition: all 0.3s ease;
}
.rating-notes-section textarea:focus {
  outline: none;
  border-color: rgba(253, 38, 122, 0.5);
  background: rgba(255, 255, 255, 0.08);
}
.rating-notes-section textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.round-info-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  margin-bottom: 1rem;
}
.round-number {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.btn-video {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  background: linear-gradient(135deg, #FD267A 0%, #FF7854 100%);
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(253, 38, 122, 0.4);
}
.btn-video:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(253, 38, 122, 0.5);
}
.btn-video:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.btn-video.btn-danger {
  background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
  box-shadow: 0 4px 15px rgba(255, 65, 108, 0.4);
}
.btn-video.btn-danger:hover {
  box-shadow: 0 8px 25px rgba(255, 65, 108, 0.5);
}
@media (max-width: 500px) {
  .rating-choice-buttons {
    grid-template-columns: 1fr;
  }
  .preflight-card, .rating-card {
    padding: 1.5rem;
    border-radius: 16px;
  }
}
.final-review-card {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 2rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}
.review-header {
  text-align: center;
  margin-bottom: 2rem;
}
.review-icon {
  font-size: 3rem;
  margin-bottom: 0.75rem;
}
.final-review-card h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5rem 0;
}
.review-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin: 0 0 1rem 0;
}
.review-timer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.review-timer-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
.review-timer {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'SF Mono', 'Roboto Mono', monospace;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #FD267A 0%, #FF7854 100%);
  border-radius: 50px;
  color: #fff;
  box-shadow: 0 4px 15px rgba(253, 38, 122, 0.4);
}
.review-timer.timer-warning {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  box-shadow: 0 4px 15px rgba(245, 87, 108, 0.4);
}
.review-timer.timer-critical {
  background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
  box-shadow: 0 4px 15px rgba(255, 65, 108, 0.5);
  animation: pulse 0.5s ease-in-out infinite;
}
.review-table-container {
  overflow-x: auto;
  margin-bottom: 1.5rem;
}
.review-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.review-table thead th {
  text-align: left;
  padding: 0.75rem 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.review-table tbody tr {
  transition: background 0.2s ease;
}
.review-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}
.review-table tbody td {
  padding: 1rem;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.review-round {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  white-space: nowrap;
}
.review-partner {
  min-width: 120px;
}
.partner-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.partner-badge .partner-initial {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FD267A 0%, #FF7854 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.partner-badge span:last-child {
  color: #fff;
  font-weight: 500;
}
.rating-toggle {
  display: flex;
  gap: 0.5rem;
}
.rating-opt {
  padding: 0.5rem 1rem;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.rating-opt:hover:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.rating-opt.active[data-value="yes"] {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.3) 0%, rgba(167, 139, 250, 0.3) 100%);
  border-color: rgba(236, 72, 153, 0.6);
  color: #fff;
}
.rating-opt.active[data-value="no"] {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.rating-opt:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.review-notes-input {
  width: 100%;
  min-width: 150px;
  max-width: 250px;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  font-size: 0.85rem;
  resize: vertical;
  min-height: 60px;
  transition: all 0.2s ease;
}
.review-notes-input:focus {
  outline: none;
  border-color: rgba(253, 38, 122, 0.5);
  background: rgba(255, 255, 255, 0.08);
}
.review-notes-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.review-notes-input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.review-actions {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
}
.review-hint {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  margin: 0 0 1rem 0;
}
.complete-review-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.4);
}
.complete-review-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.5);
}
.complete-review-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
@media (max-width: 600px) {
  .final-review-card {
    padding: 1rem;
    border-radius: 16px;
  }
  .review-table thead {
    display: none;
  }
  .review-table tbody tr {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    margin-bottom: 0.75rem;
    background: rgba(255, 255, 255, 0.03);
  }
  .review-table tbody td {
    border: none;
    padding: 0.5rem 0;
  }
  .review-notes-input {
    max-width: 100%;
  }
  .rating-toggle {
    width: 100%;
    justify-content: center;
  }
}
.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #3D3D3D;
  background-color: #1A1A1A;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2.5);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-gray-300);
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  font-size: 0.9em;
}
.btn:hover {
  --tw-translate-y: calc(1px * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  color: var(--color-white);
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: var(--color-primary);
  background: #2A2A2A;
}
.btn-primary {
  background: linear-gradient(135deg, #FD267A, #FF7854);
  color: #fff;
  font-weight: 700;
  border: none;
  box-shadow: 0 4px 20px rgba(253, 38, 122, 0.25);
}
.btn-primary:hover {
  background: linear-gradient(135deg, #FF3D8A, #FF8A64);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 30px rgba(253, 38, 122, 0.4);
  transform: scale(1.02) translateY(-1px);
}
.card {
  background: var(--color-bg-elevated);
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  padding: 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.input {
  width: 100%;
  border-radius: var(--radius-lg);
  padding-inline: calc(var(--spacing) * 3.5);
  padding-block: calc(var(--spacing) * 3);
  font-size: 0.95em;
  border: 1px solid var(--color-border);
  background: #1A1A1A;
  color: var(--color-text);
}
.input:focus {
  --tw-outline-style: none;
  outline-style: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(253, 38, 122, 0.15);
}
.navbar {
  position: sticky;
  top: calc(var(--spacing) * 0);
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 3);
  background: rgba(26, 26, 26, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
body {
  margin: calc(var(--spacing) * 0);
  color: var(--color-gray-200);
  font-family: var(--font-body);
  background: #1A1A1A;
  background: linear-gradient(180deg, #1A1A1A 0%, #121212 100%);
  min-height: 100vh;
}
a {
  color: var(--color-primary);
  text-decoration: none;
}
a:hover {
  color: var(--color-primary-strong);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-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;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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;
    }
  }
}
