@import url('https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&family=Inter:wght@300;400;500;600;700&display=swap');/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}

@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-400: oklch(70.4% .191 22.216);
    --color-red-500: oklch(63.7% .237 25.331);
    --color-red-900: oklch(39.6% .141 25.723);
    --color-red-950: oklch(25.8% .092 26.042);
    --color-zinc-300: oklch(87.1% .006 286.286);
    --color-zinc-400: oklch(70.5% .015 286.067);
    --color-zinc-500: oklch(55.2% .016 285.938);
    --color-zinc-600: oklch(44.2% .017 285.786);
    --color-zinc-700: oklch(37% .013 285.805);
    --color-zinc-800: oklch(27.4% .006 286.033);
    --color-zinc-900: oklch(21% .006 285.885);
    --color-zinc-950: oklch(14.1% .005 285.823);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-tight: -.025em;
    --tracking-widest: .1em;
    --leading-relaxed: 1.625;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in: cubic-bezier(.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --blur-md: 12px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .flex\! {
    display: flex !important;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-full {
    width: 100%;
  }

  .max-w-\[420px\] {
    max-width: 420px;
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .flex-shrink-0 {
    flex-shrink: 0;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .resize {
    resize: both;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .scroll-smooth {
    scroll-behavior: smooth;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .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-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-red-500 {
    border-color: var(--color-red-500);
  }

  .border-red-900\/50 {
    border-color: #82181a80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-red-900\/50 {
      border-color: color-mix(in oklab, var(--color-red-900) 50%, transparent);
    }
  }

  .border-zinc-700\/30 {
    border-color: #3f3f464d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-zinc-700\/30 {
      border-color: color-mix(in oklab, var(--color-zinc-700) 30%, transparent);
    }
  }

  .border-zinc-800 {
    border-color: var(--color-zinc-800);
  }

  .border-zinc-800\/60 {
    border-color: #27272a99;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-zinc-800\/60 {
      border-color: color-mix(in oklab, var(--color-zinc-800) 60%, transparent);
    }
  }

  .border-t-transparent {
    border-top-color: #0000;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-red-950\/50 {
    background-color: #46080980;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-red-950\/50 {
      background-color: color-mix(in oklab, var(--color-red-950) 50%, transparent);
    }
  }

  .bg-zinc-800\/50 {
    background-color: #27272a80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-zinc-800\/50 {
      background-color: color-mix(in oklab, var(--color-zinc-800) 50%, transparent);
    }
  }

  .bg-zinc-900\/80 {
    background-color: #18181bcc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-zinc-900\/80 {
      background-color: color-mix(in oklab, var(--color-zinc-900) 80%, transparent);
    }
  }

  .bg-zinc-950 {
    background-color: var(--color-zinc-950);
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .text-center {
    text-align: center;
  }

  .font-mono {
    font-family: var(--font-mono);
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

  .text-red-400 {
    color: var(--color-red-400);
  }

  .text-white {
    color: var(--color-white);
  }

  .text-zinc-300 {
    color: var(--color-zinc-300);
  }

  .text-zinc-400 {
    color: var(--color-zinc-400);
  }

  .text-zinc-500 {
    color: var(--color-zinc-500);
  }

  .text-zinc-700 {
    color: var(--color-zinc-700);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .underline {
    text-decoration-line: underline;
  }

  .placeholder-zinc-600::placeholder {
    color: var(--color-zinc-600);
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .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));
  }

  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }

  .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);
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  .focus\:border-red-500\/60:focus {
    border-color: #fb2c3699;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus\:border-red-500\/60:focus {
      border-color: color-mix(in oklab, var(--color-red-500) 60%, transparent);
    }
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .disabled\:opacity-60:disabled {
    opacity: .6;
  }

  @media (min-width: 40rem) {
    .sm\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }
}

:root {
  --black: #000;
  --void: #050505;
  --deep: #0a0a0a;
  --surface: #0f0f0f;
  --raised: #161616;
  --ghost: #1e1e1e;
  --border: #ffffff12;
  --border-md: #ffffff21;
  --border-hi: #ffffff38;
  --white: #fff;
  --off-white: #e8e8e8;
  --dim: #888;
  --muted: #444;
  --red: #b83232;
  --red-hi: #e04040;
  --red-glow: #b8323224;
  --green: #2ecc71;
  --green-dim: #2ecc711a;
  --amber: #e67e22;
  --blue: #3498db;
  --sidebar-w: 240px;
  --font-display: "Barlow Condensed", sans-serif;
  --font-body: "Barlow", sans-serif;
  --font-mono: "Share Tech Mono", monospace;
  --page-x: clamp(16px, 4vw, 44px);
  --page-y: clamp(20px, 3.5vw, 38px);
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --radius: 6px;
  --shine: #ffffff05;
  --overlay: #050505eb;
}

[data-theme="light"] {
  --black: #fdfdfd;
  --void: #fff;
  --deep: #f8f8f8;
  --surface: #f4f4f4;
  --raised: #ececec;
  --ghost: #e0e0e0;
  --border: #0000000f;
  --border-md: #0000001f;
  --border-hi: #0003;
  --white: #000;
  --off-white: #0a0a0a;
  --dim: #444;
  --muted: #666;
  --shine: #0000000a;
  --overlay: #ffffffeb;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth !important;
}

body {
  background: var(--black);
  color: var(--off-white);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  padding-top: var(--safe-top);
  padding-bottom: var(--safe-bottom);
  font-weight: 300;
  line-height: 1.65;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: var(--black);
}

::-webkit-scrollbar-thumb {
  background: var(--muted);
  border-radius: 2px;
}

::selection {
  background: var(--red);
  color: #fff;
}

input, textarea, button, [contenteditable="true"] {
  -webkit-user-select: auto;
  user-select: auto;
  font-family: inherit;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes ping {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes wavePulse {
  0%, 100% {
    opacity: .5;
    transform: scaleY(1);
  }

  50% {
    opacity: 1;
    transform: scaleY(1.8);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(120%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(120%);
  }
}

.fade-up {
  animation: .45s both fadeUp;
}

.fade-up-1 {
  animation: .45s 60ms both fadeUp;
}

.fade-up-2 {
  animation: .45s .12s both fadeUp;
}

.fade-up-3 {
  animation: .45s .18s both fadeUp;
}

.fade-up-4 {
  animation: .45s .24s both fadeUp;
}

.fade-up-5 {
  animation: .45s .3s both fadeUp;
}

@keyframes pulseArnold {
  0% {
    transform: scale(1);
    box-shadow: 0 0 #e0404066;
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px #e0404000;
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 #e0404000;
  }
}

@keyframes slideUpArnold {
  from {
    opacity: 0;
    transform: translateY(20px) scale(.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.arnold-fab {
  animation: 2.5s ease-in-out infinite pulseArnold;
}

.arnold-window {
  animation: .3s cubic-bezier(.175, .885, .32, 1.275) both slideUpArnold;
}

@keyframes appEntry {
  0% {
    opacity: 0;
    transform: scale(.98);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

#root {
  animation: .4s cubic-bezier(.25, .46, .45, .94) both appEntry;
}

.capacitor-android body, .capacitor-ios body {
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.capacitor-android {
  --status-bar-bg: #0a0a0a;
}

@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: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.pcc-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.2);
}

.pcc-header {
  padding: 16px;
  background: rgba(255,255,255,0.03);
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pcc-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--red-hi);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}

.pcc-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: var(--font-body);
}

.pcc-msg-wrapper {
  display: flex;
  width: 100%;
}

.pcc-msg-left { justify-content: flex-start; }
.pcc-msg-right { justify-content: flex-end; }

.pcc-msg-bubble {
  max-width: 85%;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.ai-bubble {
  background: var(--raised);
  color: var(--white);
  border-bottom-left-radius: 4px;
  border: 1px solid var(--border-md);
}

.user-bubble {
  background: var(--red);
  color: #fff;
  border-bottom-right-radius: 4px;
}

.pcc-input-area {
  display: flex;
  padding: 12px;
  background: rgba(255,255,255,0.02);
  border-top: 1px solid var(--border);
  gap: 8px;
}

.pcc-input {
  flex: 1;
  background: var(--bg);
  border: 1px solid var(--border-md);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 20px;
  font-size: 14px;
  outline: none;
  font-family: var(--font-body);
  transition: border-color 0.2s;
}

.pcc-input:focus {
  border-color: var(--red-hi);
}

.pcc-send-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: var(--red-hi);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.1s, opacity 0.2s;
}

.pcc-send-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pcc-send-btn:not(:disabled):active {
  transform: scale(0.95);
}

/* Typing indicator dots */
.pcc-dot {
  width: 6px;
  height: 6px;
  background: var(--dim);
  border-radius: 50%;
  animation: pcc-bounce 1.4s infinite ease-in-out both;
}

@keyframes pcc-bounce {
  0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1); }
}

/* ── RESPONSIVE LAYOUT LOGIC ── */

/* Desktop mode */
.pcc-desktop-wrapper {
  display: block;
  height: calc(100vh - var(--page-y) * 2); /* Fit roughly to screen height */
  position: sticky;
  top: var(--page-y);
}

.mobile-only {
  display: none !important;
}

/* Mobile mode */
@media (max-width: 900px) {
  .pcc-desktop-wrapper {
    display: none !important;
  }
  
  .mobile-only {
    display: flex !important;
  }

  .pcc-fab {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--red-hi);
    color: #fff;
    font-size: 24px;
    border: none;
    box-shadow: 0 4px 16px rgba(184, 50, 50, 0.4);
    z-index: 99;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .pcc-mobile-drawer {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 100;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  /* Make container fill bottom sheet on mobile */
  .pcc-mobile-drawer .pcc-container {
    height: 80vh;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -20px; /* Pull to bottom edge */
    box-shadow: 0 -4px 24px rgba(0,0,0,0.3);
  }

  .pcc-close-btn {
    background: none;
    border: none;
    color: var(--dim);
    font-size: 20px;
    padding: 8px;
    cursor: pointer;
  }
}

@media (max-width: 900px) {
  .pcc-sidebar {
    width: 0 !important;
    flex-shrink: 1 !important;
  }
}


/* ═══════════════════════════════════════════════════════════════════
   GYM CRM — Google Workspace / Chat-Inspired Layout
   Font: Google Sans / Inter · Clean whites & subtle borders
   ═══════════════════════════════════════════════════════════════════ */
:root {
  --gc-bg:         #f8f9fa;
  --gc-surface:    #ffffff;
  --gc-border:     #e0e0e0;
  --gc-text:       #202124;
  --gc-text-2:     #5f6368;
  --gc-text-3:     #80868b;
  --gc-accent:     #1a73e8;
  --gc-accent-bg:  #e8f0fe;
  --gc-red:        #d93025;
  --gc-red-bg:     #fce8e6;
  --gc-green:      #188038;
  --gc-green-bg:   #e6f4ea;
  --gc-amber:      #e37400;
  --gc-amber-bg:   #fef7e0;
  --gc-purple:     #7c4dff;
  --gc-rail-w:     72px;
  --gc-sidebar-w:  256px;
  --gc-topbar-h:   64px;
  --gc-right-w:    300px;
  --gc-font:       'Google Sans', 'Inter', -apple-system, sans-serif;
}
[data-theme="dark"] {
  --gc-bg:         #1f1f1f;
  --gc-surface:    #2d2d2d;
  --gc-border:     #3c3c3c;
  --gc-text:       #e8eaed;
  --gc-text-2:     #9aa0a6;
  --gc-text-3:     #5f6368;
  --gc-accent:     #8ab4f8;
  --gc-accent-bg:  #1a2b4a;
  --gc-red:        #f28b82;
  --gc-red-bg:     #3b1c1b;
  --gc-green:      #81c995;
  --gc-green-bg:   #1b3626;
  --gc-amber:      #fdd663;
  --gc-amber-bg:   #382f07;
  --gc-purple:     #b39ddb;
}
/* ── RESET ── */
.gcr * { box-sizing: border-box; margin: 0; padding: 0; }
/* ── SHELL ── */
.gcr {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  font-family: var(--gc-font);
  background: var(--gc-bg);
  color: var(--gc-text);
  font-size: 14px;
  line-height: 1.5;
}
/* ═══════════════════════════════════════
   TOP BAR (like Google Workspace header)
   ═══════════════════════════════════════ */
.gcr-topbar {
  height: var(--gc-topbar-h);
  background: var(--gc-surface);
  border-bottom: 1px solid var(--gc-border);
  display: flex;
  align-items: center;
  padding: 0 16px 0 0;
  gap: 8px;
  flex-shrink: 0;
  z-index: 100;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.gcr-topbar-logo {
  width: var(--gc-sidebar-w);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 16px;
  flex-shrink: 0;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.gcr-topbar-logo-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #e04040, #c42020);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.gcr-topbar-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--gc-text);
  letter-spacing: -0.2px;
  white-space: nowrap;
}
.gcr-topbar-title span {
  color: var(--gc-accent);
}
.gcr-search-bar {
  flex: 1;
  max-width: 640px;
  margin: 0 24px;
  position: relative;
}
.gcr-search-bar input {
  width: 100%;
  height: 44px;
  background: var(--gc-bg);
  border: 1px solid transparent;
  border-radius: 24px;
  padding: 0 20px 0 48px;
  font-size: 14px;
  font-family: var(--gc-font);
  color: var(--gc-text);
  transition: all 0.2s;
  outline: none;
}
.gcr-search-bar input:focus {
  background: var(--gc-surface);
  border-color: var(--gc-accent);
  box-shadow: 0 0 0 3px rgba(26,115,232,0.12);
}
.gcr-search-bar input::placeholder {
  color: var(--gc-text-3);
}
.gcr-search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gc-text-3);
  pointer-events: none;
}
.gcr-topbar-spacer { flex: 1; }
.gcr-topbar-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
.gcr-icon-btn-top {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: var(--gc-text-2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background 0.15s;
}
.gcr-icon-btn-top:hover {
  background: rgba(0,0,0,0.06);
}
[data-theme="dark"] .gcr-icon-btn-top:hover {
  background: rgba(255,255,255,0.08);
}
.gcr-user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e04040;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin-left: 4px;
  letter-spacing: 0;
}
/* ═══════════════════════════════════════
   BODY — rail + sidebar + content + right
   ═══════════════════════════════════════ */
.gcr-body {
  display: flex;
  flex: 1;
  overflow: hidden;
}
/* ═══════════════════════════════════════
   ICON RAIL (narrow left, like Gmail)
   ═══════════════════════════════════════ */
.gcr-rail {
  width: var(--gc-rail-w);
  background: var(--gc-surface);
  border-right: 1px solid var(--gc-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0;
  gap: 2px;
  flex-shrink: 0;
  overflow-y: auto;
}
.gcr-rail-item {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background: transparent;
  transition: all 0.15s;
  position: relative;
  color: var(--gc-text-2);
  gap: 2px;
  font-family: var(--gc-font);
}
.gcr-rail-item:hover {
  background: var(--gc-accent-bg);
  color: var(--gc-accent);
}
.gcr-rail-item.active {
  background: var(--gc-accent-bg);
  color: var(--gc-accent);
}
.gcr-rail-icon { font-size: 20px; line-height: 1; }
.gcr-rail-label { font-size: 9px; font-weight: 500; letter-spacing: 0.3px; text-transform: uppercase; }
.gcr-rail-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--gc-red);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 8px;
  min-width: 16px;
  text-align: center;
}
.gcr-rail-divider {
  width: 32px;
  height: 1px;
  background: var(--gc-border);
  margin: 6px 0;
}
/* ═══════════════════════════════════════
   LEFT SIDEBAR (nav + filters)
   ═══════════════════════════════════════ */
.gcr-sidebar {
  width: var(--gc-sidebar-w);
  background: var(--gc-surface);
  border-right: 1px solid var(--gc-border);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow-y: auto;
  padding-bottom: 16px;
}
.gcr-sidebar-section {
  padding: 16px 12px 8px;
}
.gcr-sidebar-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--gc-text-3);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 0 12px;
  margin-bottom: 4px;
}
.gcr-sidebar-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 10px 16px;
  border: none;
  background: transparent;
  border-radius: 24px;
  cursor: pointer;
  text-align: left;
  font-family: var(--gc-font);
  font-size: 14px;
  font-weight: 500;
  color: var(--gc-text-2);
  transition: all 0.15s;
  position: relative;
}
.gcr-sidebar-btn:hover {
  background: rgba(0,0,0,0.05);
  color: var(--gc-text);
}
.gcr-sidebar-btn.active {
  background: var(--gc-accent-bg);
  color: var(--gc-accent);
  font-weight: 600;
}
[data-theme="dark"] .gcr-sidebar-btn:hover {
  background: rgba(255,255,255,0.06);
}
.gcr-sidebar-btn-icon { font-size: 17px; width: 22px; text-align: center; flex-shrink: 0; }
.gcr-sidebar-btn-badge {
  margin-left: auto;
  background: var(--gc-red-bg);
  color: var(--gc-red);
  font-size: 11px;
  font-weight: 700;
  padding: 1px 7px;
  border-radius: 10px;
}
.gcr-sidebar-divider {
  height: 1px;
  background: var(--gc-border);
  margin: 8px 16px;
}
.gcr-add-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px 10px 16px;
  margin: 16px 12px;
  background: linear-gradient(135deg, #e04040, #c42020);
  color: #fff;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  font-family: var(--gc-font);
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(224,64,64,0.3);
}
.gcr-add-btn:hover {
  box-shadow: 0 4px 16px rgba(224,64,64,0.4);
  transform: translateY(-1px);
}
.gcr-add-btn-icon {
  width: 28px;
  height: 28px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
}
/* ═══════════════════════════════════════
   MAIN CONTENT
   ═══════════════════════════════════════ */
.gcr-main {
  flex: 1;
  overflow-y: auto;
  background: var(--gc-bg);
  display: flex;
  flex-direction: column;
}
.gcr-main-inner {
  padding: 24px 28px;
  flex: 1;
}
/* ── Demo Banner ── */
.gcr-demo-banner {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  padding: 12px 20px; margin-bottom: 20px;
  background: linear-gradient(135deg, rgba(124,77,255,0.08), rgba(26,115,232,0.06));
  border: 1px solid rgba(124,77,255,0.2); border-radius: 12px;
  font-size: 13px; color: var(--gc-text-2);
}
.gcr-demo-banner-actions { display: flex; align-items: center; gap: 8px; }
.gcr-demo-activate {
  padding: 6px 16px; background: var(--gc-purple); color: #fff; border: none;
  border-radius: 20px; font-size: 12px; font-weight: 600; cursor: pointer;
  font-family: var(--gc-font); transition: all 0.2s;
}
.gcr-demo-activate:hover { filter: brightness(1.15); }
.gcr-demo-dismiss {
  width: 28px; height: 28px; background: none; border: none;
  color: var(--gc-text-3); cursor: pointer; font-size: 18px;
  display: flex; align-items: center; justify-content: center; border-radius: 50%;
  transition: background 0.15s;
}
.gcr-demo-dismiss:hover { background: rgba(0,0,0,0.06); }
/* ── Page Header ── */
.gcr-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 16px;
  flex-wrap: wrap;
}
.gcr-page-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--gc-text);
  letter-spacing: -0.3px;
}
.gcr-page-subtitle {
  font-size: 13px;
  color: var(--gc-text-3);
  margin-top: 2px;
}
.gcr-page-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
/* ── Stat Cards ── */
.gcr-stats {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.gcr-stat {
  background: var(--gc-surface);
  border: 1px solid var(--gc-border);
  border-radius: 16px;
  padding: 20px;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
  cursor: default;
}
.gcr-stat:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
[data-theme="dark"] .gcr-stat:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.gcr-stat-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.gcr-stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.gcr-stat-delta {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 10px;
}
.gcr-stat-delta.up { background: var(--gc-green-bg); color: var(--gc-green); }
.gcr-stat-delta.down { background: var(--gc-red-bg); color: var(--gc-red); }
.gcr-stat-value {
  font-size: 30px;
  font-weight: 700;
  color: var(--gc-text);
  line-height: 1;
  letter-spacing: -0.5px;
  font-family: var(--gc-font);
}
.gcr-stat-label {
  font-size: 12px;
  color: var(--gc-text-3);
  margin-top: 6px;
  font-weight: 500;
}
/* ── Section ── */
.gcr-section { margin-bottom: 28px; }
.gcr-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.gcr-section-head h2 {
  font-size: 16px;
  font-weight: 600;
  color: var(--gc-text);
  display: flex;
  align-items: center;
  gap: 8px;
}
/* ── Filters bar ── */
.gcr-filters-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.gcr-search {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: var(--gc-surface);
  border: 1px solid var(--gc-border);
  border-radius: 24px;
  flex: 1;
  max-width: 340px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.gcr-search:focus-within {
  border-color: var(--gc-accent);
  box-shadow: 0 0 0 3px rgba(26,115,232,0.12);
}
.gcr-search input {
  background: none;
  border: none;
  outline: none;
  color: var(--gc-text);
  font-size: 13px;
  width: 100%;
  font-family: var(--gc-font);
}
.gcr-search input::placeholder { color: var(--gc-text-3); }
.gcr-chip-group {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.gcr-chip {
  padding: 5px 14px;
  border-radius: 20px;
  border: 1px solid var(--gc-border);
  background: var(--gc-surface);
  color: var(--gc-text-2);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--gc-font);
  transition: all 0.15s;
  white-space: nowrap;
}
.gcr-chip:hover { border-color: var(--gc-accent); color: var(--gc-accent); }
.gcr-chip.active { background: var(--gc-accent-bg); border-color: var(--gc-accent); color: var(--gc-accent); font-weight: 600; }
/* ── Table Card ── */
.gcr-card {
  background: var(--gc-surface);
  border: 1px solid var(--gc-border);
  border-radius: 16px;
  overflow: hidden;
}
.gcr-table-wrap {
  overflow-x: auto;
}
.gcr-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.gcr-table thead {
  border-bottom: 1px solid var(--gc-border);
}
.gcr-table th {
  padding: 12px 16px;
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--gc-text-3);
  white-space: nowrap;
  background: var(--gc-surface);
}
.gcr-table td {
  padding: 13px 16px;
  border-bottom: 1px solid var(--gc-border);
  vertical-align: middle;
  color: var(--gc-text);
}
.gcr-table tbody tr:last-child td { border-bottom: none; }
.gcr-table tbody tr {
  cursor: pointer;
  transition: background 0.1s;
}
.gcr-table tbody tr:hover {
  background: rgba(26,115,232,0.04);
}
.gcr-member-cell { display: flex; align-items: center; gap: 12px; }
.gcr-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, #e04040, #c42020);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px; color: #fff; flex-shrink: 0;
  letter-spacing: 0;
}
.gcr-avatar.sm { width: 30px; height: 30px; font-size: 12px; }
.gcr-member-name { font-weight: 500; font-size: 13px; color: var(--gc-text); }
.gcr-member-sub  { font-size: 11px; color: var(--gc-text-3); margin-top: 1px; }
/* ── Status Pills ── */
.gcr-pill {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 10px; border-radius: 12px;
  font-size: 11px; font-weight: 600; white-space: nowrap;
}
.gcr-pill.active   { background: var(--gc-green-bg);  color: var(--gc-green); }
.gcr-pill.at_risk, .gcr-pill.at-risk { background: var(--gc-amber-bg); color: var(--gc-amber); }
.gcr-pill.inactive  { background: rgba(128,134,139,0.1); color: var(--gc-text-3); }
.gcr-pill.churned   { background: var(--gc-red-bg); color: var(--gc-red); }
.gcr-pill.expired   { background: rgba(128,134,139,0.1); color: var(--gc-text-3); }
/* ── Dropout Bar ── */
.gcr-bar-wrap { display: flex; align-items: center; gap: 8px; min-width: 100px; }
.gcr-bar-track {
  flex: 1; height: 6px; background: var(--gc-bg); border-radius: 3px; overflow: hidden;
}
.gcr-bar { height: 100%; border-radius: 3px; transition: width 0.4s; }
.gcr-bar-val { font-size: 12px; color: var(--gc-text-2); font-weight: 600; min-width: 26px; text-align: right; }
/* ── Row Actions ── */
.gcr-row-acts { display: flex; gap: 4px; }
.gcr-icon-btn {
  width: 32px; height: 32px; border-radius: 8px; border: 1px solid transparent;
  background: none; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: all 0.15s; font-size: 14px; color: var(--gc-text-3);
}
.gcr-icon-btn:hover { background: var(--gc-accent-bg); color: var(--gc-accent); border-color: var(--gc-accent); }
.gcr-icon-btn:disabled { opacity: 0.3; cursor: not-allowed; }
/* ── Empty State ── */
.gcr-empty { text-align: center; color: var(--gc-text-3); padding: 48px 20px; }
/* ── Pagination ── */
.gcr-pagination {
  display: flex; align-items: center; justify-content: flex-end; gap: 8px;
  padding: 14px 16px; border-top: 1px solid var(--gc-border);
  font-size: 12px; color: var(--gc-text-2);
}
.gcr-pagination button {
  padding: 6px 16px; background: var(--gc-surface); border: 1px solid var(--gc-border);
  color: var(--gc-text-2); border-radius: 20px; cursor: pointer; font-family: var(--gc-font);
  font-size: 12px; font-weight: 500; transition: all 0.15s;
}
.gcr-pagination button:hover:not(:disabled) {
  border-color: var(--gc-accent); color: var(--gc-accent);
}
.gcr-pagination button:disabled { opacity: 0.4; cursor: not-allowed; }
/* ── At-Risk Cards ── */
.gcr-risk-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }
.gcr-risk-card {
  background: var(--gc-surface); border: 1px solid var(--gc-border);
  border-radius: 16px; padding: 16px; cursor: pointer; transition: all 0.2s;
}
.gcr-risk-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); transform: translateY(-2px); border-color: var(--gc-amber); }
.gcr-risk-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.gcr-risk-name { font-weight: 600; font-size: 14px; }
.gcr-risk-meta { font-size: 11px; color: var(--gc-text-3); margin-bottom: 12px; display: flex; gap: 12px; }
.gcr-risk-btns { display: flex; gap: 8px; }
.gcr-dropout { padding: 3px 10px; border-radius: 10px; font-size: 12px; font-weight: 700; }
.gcr-dropout.warn { background: var(--gc-amber-bg); color: var(--gc-amber); }
.gcr-dropout.crit { background: var(--gc-red-bg); color: var(--gc-red); }
/* ═══════════════════════════════════════
   RIGHT SIDEBAR (activity / quick info)
   ═══════════════════════════════════════ */
.gcr-right {
  width: var(--gc-right-w);
  background: var(--gc-surface);
  border-left: 1px solid var(--gc-border);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow-y: auto;
}
.gcr-right-header {
  padding: 20px 20px 12px;
  border-bottom: 1px solid var(--gc-border);
}
.gcr-right-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--gc-text);
  letter-spacing: -0.1px;
}
.gcr-right-section {
  padding: 16px 20px;
  border-bottom: 1px solid var(--gc-border);
}
.gcr-right-section:last-child { border-bottom: none; }
.gcr-right-section-title {
  font-size: 11px;
  font-weight: 600;
  color: var(--gc-text-3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}
.gcr-right-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--gc-border);
  font-size: 13px;
}
.gcr-right-stat:last-child { border-bottom: none; }
.gcr-right-stat-label { color: var(--gc-text-2); }
.gcr-right-stat-val { font-weight: 600; color: var(--gc-text); }
.gcr-quick-action {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--gc-border);
  background: var(--gc-bg);
  border-radius: 12px;
  cursor: pointer;
  font-family: var(--gc-font);
  font-size: 13px;
  font-weight: 500;
  color: var(--gc-text-2);
  transition: all 0.15s;
  text-align: left;
  margin-bottom: 8px;
}
.gcr-quick-action:last-child { margin-bottom: 0; }
.gcr-quick-action:hover {
  border-color: var(--gc-accent);
  color: var(--gc-accent);
  background: var(--gc-accent-bg);
}
.gcr-activity-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 8px 0;
  border-bottom: 1px solid var(--gc-border);
  font-size: 12px;
}
.gcr-activity-item:last-child { border-bottom: none; }
.gcr-activity-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 4px;
}
.gcr-activity-text { color: var(--gc-text-2); line-height: 1.5; }
.gcr-activity-time { color: var(--gc-text-3); font-size: 11px; margin-top: 2px; }
/* ═══════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════ */
.gcr-btn-primary {
  padding: 8px 20px;
  background: var(--gc-accent);
  color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
  font-family: var(--gc-font);
  letter-spacing: 0.1px;
}
.gcr-btn-primary:hover { background: #1557b0; box-shadow: 0 2px 8px rgba(26,115,232,0.3); }
.gcr-btn-primary:disabled { opacity: 0.5; cursor: not-allowed; }
.gcr-btn-ghost {
  padding: 8px 16px;
  background: var(--gc-surface);
  color: var(--gc-text-2);
  border: 1px solid var(--gc-border);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.15s;
  font-family: var(--gc-font);
}
.gcr-btn-ghost:hover { border-color: var(--gc-accent); color: var(--gc-accent); }
.gcr-btn-warn {
  padding: 6px 14px; border-radius: 16px; font-size: 12px; font-weight: 600;
  border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 4px;
  background: var(--gc-amber-bg); color: var(--gc-amber); transition: all 0.2s; font-family: var(--gc-font);
}
.gcr-btn-warn:hover { filter: brightness(0.95); }
.gcr-btn-warn:disabled { opacity: 0.4; }
.gcr-btn-ok {
  padding: 6px 14px; border-radius: 16px; font-size: 12px; font-weight: 600;
  border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 4px;
  background: var(--gc-green-bg); color: var(--gc-green); transition: all 0.2s; font-family: var(--gc-font);
}
.gcr-btn-ok:hover { filter: brightness(0.95); }
/* ── Trainer / Report cards ── */
.gcr-trainer-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }
.gcr-trainer-card {
  background: var(--gc-surface); border: 1px solid var(--gc-border);
  border-radius: 16px; padding: 18px; transition: all 0.2s;
}
.gcr-trainer-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.gcr-trainer-card.inactive { opacity: 0.5; }
.gcr-trainer-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.gcr-trainer-name { font-weight: 600; font-size: 14px; }
.gcr-trainer-meta { display: flex; justify-content: space-between; font-size: 12px; color: var(--gc-text-3); margin-bottom: 10px; }
.gcr-trainer-meta strong { color: var(--gc-text); }
.gcr-trainer-specs { display: flex; flex-wrap: wrap; gap: 4px; }
.gcr-spec-tag {
  padding: 3px 10px; font-size: 11px; border-radius: 12px;
  background: rgba(124,77,255,0.08); color: var(--gc-purple); font-weight: 600; text-transform: capitalize;
}
.gcr-report-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; margin-bottom: 24px; }
.gcr-report-card {
  background: var(--gc-surface); border: 1px solid var(--gc-border);
  border-radius: 16px; padding: 20px; text-align: center; overflow: hidden; position: relative;
}
.gcr-report-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; border-radius: 2px; }
.gcr-report-card.green::before  { background: var(--gc-green); }
.gcr-report-card.red::before    { background: var(--gc-red); }
.gcr-report-card.blue::before   { background: var(--gc-accent); }
.gcr-report-card.cyan::before   { background: #0097a7; }
.gcr-report-card.purple::before { background: var(--gc-purple); }
.gcr-report-card.amber::before  { background: var(--gc-amber); }
.gcr-report-val { font-size: 28px; font-weight: 700; font-family: var(--gc-font); color: var(--gc-text); }
.gcr-report-lbl { font-size: 11px; color: var(--gc-text-3); text-transform: uppercase; letter-spacing: 0.5px; margin-top: 6px; font-weight: 500; }
.gcr-top-list { display: flex; flex-direction: column; gap: 6px; }
.gcr-top-item {
  display: flex; align-items: center; gap: 12px; padding: 10px 16px;
  background: var(--gc-surface); border: 1px solid var(--gc-border);
  border-radius: 12px; font-size: 13px;
}
.gcr-top-rank { font-weight: 800; color: var(--gc-accent); min-width: 24px; }
.gcr-top-name { flex: 1; font-weight: 500; }
.gcr-top-visits { color: var(--gc-text-3); font-size: 12px; }
/* ── Progress bar (trainer load) ── */
.gcr-progress { height: 6px; background: var(--gc-bg); border-radius: 3px; overflow: hidden; margin-top: 6px; }
.gcr-progress-bar { height: 100%; border-radius: 3px; background: var(--gc-accent); transition: width 0.4s; }
/* ═══════════════════════════════════════
   MODAL
   ═══════════════════════════════════════ */
.gcr-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 1000;
  display: flex; align-items: center; justify-content: center; padding: 16px;
  backdrop-filter: blur(4px); animation: gcr-fade 0.15s ease;
}
@keyframes gcr-fade { from { opacity: 0; } }
.gcr-modal {
  background: var(--gc-surface); border-radius: 24px; padding: 28px;
  max-width: 440px; width: 100%;
  box-shadow: 0 24px 64px rgba(0,0,0,0.18); animation: gcr-slide 0.2s ease;
}
@keyframes gcr-slide { from { transform: translateY(12px); opacity: 0; } }
.gcr-modal h2 { font-size: 20px; font-weight: 600; margin: 0 0 20px 0; color: var(--gc-text); letter-spacing: -0.3px; }
.gcr-label {
  display: block; font-size: 11px; font-weight: 600; color: var(--gc-text-3);
  margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.5px;
}
.gcr-label input, .gcr-label select {
  display: block; width: 100%; margin-top: 6px; padding: 10px 14px;
  background: var(--gc-bg); border: 1px solid var(--gc-border);
  border-radius: 10px; color: var(--gc-text); font-size: 14px; font-family: var(--gc-font);
  transition: border-color 0.2s, box-shadow 0.2s; box-sizing: border-box; outline: none;
}
.gcr-label input:focus, .gcr-label select:focus {
  border-color: var(--gc-accent); box-shadow: 0 0 0 3px rgba(26,115,232,0.12);
}
.gcr-form-err { color: var(--gc-red); font-size: 12px; background: var(--gc-red-bg); padding: 8px 14px; border-radius: 10px; margin-bottom: 14px; }
.gcr-modal-btns { display: flex; gap: 10px; justify-content: flex-end; margin-top: 20px; }
/* ── Spinners / utility ── */
.gcr-spinner {
  width: 36px; height: 36px; border: 3px solid var(--gc-border);
  border-top-color: var(--gc-accent); border-radius: 50%;
  animation: gcr-spin 0.7s linear infinite;
}
@keyframes gcr-spin { to { transform: rotate(360deg); } }
.gcr-center { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 60vh; gap: 16px; text-align: center; }
.gcr-cta-icon { font-size: 48px; margin-bottom: 8px; }
.gcr-cta-box { max-width: 440px; }
.gcr-cta-box h2 { font-size: 22px; font-weight: 600; margin-bottom: 8px; color: var(--gc-text); }
.gcr-dim { color: var(--gc-text-3); }
.gcr-dim-sm { color: var(--gc-text-3); font-size: 12px; }
.gcr-badge-count {
  font-size: 11px; color: var(--gc-text-3); background: var(--gc-bg);
  padding: 3px 10px; border-radius: 12px; border: 1px solid var(--gc-border);
}
.gcr-sub-title { font-size: 14px; font-weight: 600; color: var(--gc-text); margin: 20px 0 12px; display: flex; align-items: center; gap: 8px; }
.gcr-info-row {
  display: flex; gap: 24px; flex-wrap: wrap;
  padding: 12px 16px; background: var(--gc-accent-bg);
  border: 1px solid rgba(26,115,232,0.15); border-radius: 12px;
  font-size: 13px; color: var(--gc-text-2); margin-bottom: 20px;
}
.gcr-info-row strong { color: var(--gc-accent); }
/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */
@media (max-width: 1200px) { .gcr-right { display: none; } }
@media (max-width: 900px)  { .gcr-sidebar { display: none; } }
@media (max-width: 640px)  {
  .gcr-rail { display: none; }
  .gcr-stats { grid-template-columns: repeat(2, 1fr); }
  .gcr-main-inner { padding: 16px; }
}
/* ═══════════════════════════════════════
   NEW COMPONENTS (Logo, Toasts, Charts)
   ═══════════════════════════════════════ */
/* ── Logo ── */
.gcr-topbar-logo-img { height: 32px; width: 32px; object-fit: contain; border-radius: 6px; }
.gcr-topbar-logo-text { display: flex; flex-direction: column; }
.gcr-topbar-logo-brand { font-size: 14px; font-weight: 700; letter-spacing: -0.3px; color: var(--gc-text); line-height: 1.2; }
.gcr-topbar-logo-sub { font-size: 11px; font-weight: 600; color: var(--gc-accent); text-transform: uppercase; letter-spacing: 0.5px; }
/* ── Toasts ── */
.gcr-toast-container {
  position: fixed; bottom: 24px; right: 24px; z-index: 9999;
  display: flex; flex-direction: column; gap: 12px; pointer-events: none;
}
.gcr-toast {
  pointer-events: auto; padding: 14px 20px; border-radius: 12px;
  background: var(--gc-surface); color: var(--gc-text);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-size: 14px; font-weight: 500; font-family: var(--gc-font);
  border-left: 4px solid var(--gc-accent);
  animation: gcr-toast-slide 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes gcr-toast-slide { from { transform: translateX(100%); opacity: 0; } }
.gcr-toast-success { border-left-color: var(--gc-green); }
.gcr-toast-error { border-left-color: var(--gc-red); }
.gcr-toast-warn { border-left-color: var(--gc-amber); }
.gcr-toast-info { border-left-color: var(--gc-accent); }
.gcr-toast-close { background: none; border: none; color: var(--gc-text-3); cursor: pointer; font-size: 18px; line-height: 1; padding: 0; }
.gcr-toast-close:hover { color: var(--gc-text); }
/* ── Revenue Chart ── */
.gcr-revenue-chart {
  display: flex; align-items: flex-end; justify-content: space-between;
  height: 240px; padding-top: 20px;
}
.gcr-rev-bar-group { display: flex; flex-direction: column; align-items: center; gap: 8px; flex: 1; }
.gcr-rev-bar-wrap {
  width: 48px; height: 180px; background: var(--gc-bg); border-radius: 8px 8px 0 0;
  display: flex; align-items: flex-end; overflow: hidden;
}
.gcr-rev-bar {
  width: 100%; background: var(--gc-accent); border-radius: 8px 8px 0 0;
  transition: height 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.gcr-rev-month { font-size: 12px; font-weight: 600; color: var(--gc-text-2); text-transform: uppercase; }
.gcr-rev-val { font-size: 11px; font-weight: 600; color: var(--gc-text); }
/* ── Import & Modals ── */
.gcr-import-example {
  background: var(--gc-bg); border: 1px solid var(--gc-border); border-radius: 8px;
  padding: 12px; font-family: monospace; font-size: 12px; color: var(--gc-text-2); margin-bottom: 20px;
}
.gcr-template-option {
  display: flex; align-items: flex-start; gap: 12px; padding: 14px;
  border: 1px solid var(--gc-border); border-radius: 12px; cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.gcr-template-option:hover { background: var(--gc-bg); }
.gcr-template-option.active { border-color: var(--gc-accent); background: var(--gc-accent-bg); }
/* ── Table Extensions ── */
.gcr-checkbox { width: 16px; height: 16px; accent-color: var(--gc-accent); cursor: pointer; }
tr.selected { background: var(--gc-accent-bg) !important; }
tr.selected:hover { background: var(--gc-accent-bg) !important; }
/* ── Demo Banner ── */
.gcr-demo-banner {
  background: var(--gc-accent-bg); border: 1px solid rgba(26,115,232,0.2);
  border-radius: 12px; padding: 12px 16px; margin-bottom: 24px;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 13px; color: var(--gc-text);
}
.gcr-demo-banner-actions { display: flex; gap: 12px; align-items: center; }
.gcr-demo-activate { background: var(--gc-accent); color: #fff; border: none; padding: 6px 12px; border-radius: 6px; font-weight: 600; font-size: 12px; cursor: pointer; }
.gcr-demo-dismiss { background: none; border: none; color: var(--gc-text-3); font-size: 18px; cursor: pointer; line-height: 1; }
.gcr-demo-badge { background: var(--gc-amber); color: #000; font-size: 10px; font-weight: 800; padding: 2px 6px; border-radius: 4px; letter-spacing: 0.5px; }
/* ═══════════════════════════════════════════════════════
   Dream Physique AI · Body Scan — Production CSS
   ═══════════════════════════════════════════════════════ */

.bs-root {
  position: fixed;
  inset: 0;
  background: var(--void);
  color: var(--white);
  font-family: var(--font-body);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 9999;
}

/* ── Header ──────────────────────────────────────────── */
.bs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 12px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%, transparent 100%);
  padding-top: max(20px, env(safe-area-inset-top));
}

.bs-header-title {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--white);
  opacity: 0.9;
}

.bs-back-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(0,0,0,0.5);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 0.2s;
}
.bs-back-btn:hover { background: rgba(255,255,255,0.12); }

/* ── Flash ────────────────────────────────────────────── */
.bs-flash {
  position: fixed; inset: 0;
  background: white;
  z-index: 9999;
  animation: bsFlash 0.5s ease-out forwards;
  pointer-events: none;
}
@keyframes bsFlash {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}

/* ═══════════════════════════════════════════════════════
   CAMERA STAGE
   ═══════════════════════════════════════════════════════ */
.bs-camera-wrapper {
  position: relative;
  width: 100%; height: 100%;
  overflow: hidden;
  background: #000;
}

.bs-video {
  width: 100%; height: 100%;
  object-fit: cover;
}

/* ── Overlay layer ────────────────────────────────────── */
.bs-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* ── Scanning frame (corner brackets) ────────────────── */
.bs-frame {
  position: absolute;
  top: 45%; left: 50%;
  transform: translate(-50%, -50%);
  width: 68%; max-width: 300px;
  height: 58vh; max-height: 460px;
  min-height: 350px;
  transition: border-color 0.3s;
}

.bs-corner {
  position: absolute;
  width: 36px; height: 36px;
  border-color: rgba(255,255,255,0.5);
  border-style: solid;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.bs-frame.aligned .bs-corner {
  border-color: var(--green);
  box-shadow: 0 0 12px rgba(46,204,113,0.6);
}
.bs-corner.tl { top: 0; left: 0;     border-width: 3px 0 0 3px; }
.bs-corner.tr { top: 0; right: 0;    border-width: 3px 3px 0 0; }
.bs-corner.bl { bottom: 0; left: 0;  border-width: 0 0 3px 3px; }
.bs-corner.br { bottom: 0; right: 0; border-width: 0 3px 3px 0; }

/* ── Scan beam ────────────────────────────────────────── */
.bs-scan-beam {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--green) 30%, rgba(46,204,113,0.8) 50%, var(--green) 70%, transparent 100%);
  box-shadow: 0 0 16px 4px rgba(46,204,113,0.35);
  animation: bsScan 2.4s cubic-bezier(0.4,0,0.2,1) infinite;
}
@keyframes bsScan {
  0%   { top: 0%;   opacity: 0; }
  8%   { opacity: 1; }
  92%  { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

/* ── Body silhouette guide ────────────────────────────── */
.bs-silhouette-guide {
  position: absolute;
  top: 45%; left: 50%;
  transform: translate(-50%, -50%);
  width: 55%; max-width: 250px;
  height: 52vh; max-height: 420px;
  min-height: 320px;
  opacity: 0.5;
  pointer-events: none;
}
.bs-silhouette-guide svg { width: 100%; height: 100%; }

/* ── Countdown ────────────────────────────────────────── */
.bs-countdown-overlay {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  display: flex; flex-direction: column;
  align-items: center; gap: 12px;
  pointer-events: none;
}
.bs-countdown-ring {
  width: 100px; height: 100px;
  border-radius: 50%;
  border: 4px solid var(--green);
  box-shadow: 0 0 40px rgba(46,204,113,0.5);
  display: flex; align-items: center; justify-content: center;
  animation: bsRingPulse 1s ease infinite;
}
@keyframes bsRingPulse {
  0%,100% { transform: scale(1); }
  50%      { transform: scale(1.07); }
}
.bs-countdown-number {
  font-size: 52px;
  font-weight: 700;
  font-family: var(--font-display);
  color: var(--white);
  line-height: 1;
}
.bs-countdown-label {
  font-size: 13px;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.8;
}

/* ── Alignment score bar ──────────────────────────────── */
.bs-align-bar-wrapper {
  position: absolute;
  bottom: 160px; left: 24px; right: 24px;
  display: flex; flex-direction: column; gap: 6px;
}
.bs-align-label {
  font-size: 12px;
  color: var(--white);
  text-align: center;
  letter-spacing: 0.5px;
  opacity: 0.85;
  text-shadow: 0 1px 6px rgba(0,0,0,0.9);
}
.bs-align-track {
  height: 4px;
  background: rgba(255,255,255,0.15);
  border-radius: 2px;
  overflow: hidden;
}
.bs-align-fill {
  height: 100%;
  border-radius: 2px;
  transition: width 0.3s ease, background 0.3s ease;
}

/* ── Camera controls ──────────────────────────────────── */
.bs-controls {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 16px 24px max(28px, env(safe-area-inset-bottom));
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.6) 70%, transparent 100%);
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  pointer-events: auto;
}
.bs-controls-instruction { text-align: center; }
.bs-controls-hint {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.5px;
}
.bs-controls-row {
  display: flex; align-items: center; justify-content: center; gap: 40px;
}

.bs-icon-btn {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.bs-icon-btn:hover { background: rgba(255,255,255,0.18); }

/* Shutter button */
.bs-shutter {
  width: 78px; height: 78px;
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,0.8);
  background: transparent;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: transform 0.1s;
}
.bs-shutter:active { transform: scale(0.93); }
.bs-shutter-inner {
  width: 62px; height: 62px;
  border-radius: 50%;
  background: var(--white);
  transition: background 0.15s;
}
.bs-shutter:active .bs-shutter-inner { background: var(--off-white); }

/* ═══════════════════════════════════════════════════════
   ANALYSIS STAGE
   ═══════════════════════════════════════════════════════ */
.bs-analyze-root {
  position: relative;
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.bs-analyze-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: blur(24px) brightness(0.25) saturate(0.6);
  transform: scale(1.08);
}
.bs-analyze-content {
  position: relative;
  z-index: 2;
  display: flex; flex-direction: column; align-items: center;
  padding: 80px 28px 40px;
  width: 100%; max-width: 480px;
  gap: 24px;
}
.bs-analyze-logo {
  width: 68px; height: 68px;
  border-radius: 16px;
  box-shadow: 0 0 40px rgba(224,64,64,0.6);
  animation: bsLogoPulse 2s ease-in-out infinite;
}
@keyframes bsLogoPulse {
  0%,100% { transform: scale(1);    box-shadow: 0 0 24px rgba(224,64,64,0.5); }
  50%      { transform: scale(1.06); box-shadow: 0 0 52px rgba(224,64,64,0.8); }
}
.bs-analyze-title {
  font-size: 18px; font-weight: 600;
  text-align: center; color: var(--white);
  letter-spacing: 0.5px;
}

/* Steps */
.bs-steps {
  width: 100%;
  display: flex; flex-direction: column; gap: 10px;
}
.bs-step {
  display: flex; align-items: center; gap: 12px;
  font-size: 13px; color: var(--muted);
  transition: color 0.3s;
}
.bs-step.active { color: var(--white); }
.bs-step.done   { color: var(--green); }
.bs-step-dot {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
  border: 1px solid var(--border-md);
  flex-shrink: 0;
  transition: border-color 0.3s, background 0.3s;
}
.bs-step.active .bs-step-dot { border-color: var(--red-hi); background: rgba(224,64,64,0.15); }
.bs-step.done   .bs-step-dot { border-color: var(--green);  background: rgba(46,204,113,0.15); }
.bs-step-spinner {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(224,64,64,0.3);
  border-top-color: var(--red-hi);
  animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.bs-step-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.5px; }

/* Progress bar */
.bs-progress-track {
  width: 100%;
  height: 4px;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  overflow: hidden;
}
.bs-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--red) 0%, var(--red-hi) 100%);
  border-radius: 2px;
  transition: width 0.6s ease;
  box-shadow: 0 0 10px rgba(224,64,64,0.5);
}
.bs-progress-pct { font-size: 11px; color: var(--muted); font-family: var(--font-mono); }

/* ═══════════════════════════════════════════════════════
   RESULT STAGE
   ═══════════════════════════════════════════════════════ */
.bs-result-root {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding-bottom: max(40px, env(safe-area-inset-bottom));
  padding-top: 60px;
}

/* Sticky header */
.bsr-sticky-header {
  position: sticky;
  top: 0; z-index: 30;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px;
  background: rgba(5,5,5,0.9);
  border-bottom: 1px solid var(--border);
}
.bsr-tag-chip {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--red-hi);
  background: rgba(224,64,64,0.1);
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid rgba(224,64,64,0.25);
}
.bsr-done-btn {
  padding: 7px 18px;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.bsr-done-btn:hover { background: var(--red-hi); }

/* Disclaimer banner */
.bsr-disclaimer {
  display: flex; align-items: flex-start; gap: 12px;
  margin: 16px 16px 0;
  padding: 14px 16px;
  background: rgba(230,126,34,0.08);
  border: 1px solid rgba(230,126,34,0.22);
  border-radius: 12px;
}
.bsr-disclaimer-icon { font-size: 18px; flex-shrink: 0; margin-top: 2px; }
.bsr-disclaimer p { font-size: 12px; color: var(--off-white); line-height: 1.6; }
.bsr-disclaimer strong { color: var(--amber); }

/* Hero photo */
.bsr-hero-photo {
  position: relative;
  margin: 20px 16px 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border-md);
  max-height: 340px;
}
.bsr-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bsr-hero-badge {
  position: absolute; top: 14px; right: 14px;
  background: rgba(46,204,113,0.85);
  color: #fff;
  font-size: 10px;
  font-family: var(--font-mono);
  letter-spacing: 2px;
  padding: 4px 10px;
  border-radius: 4px;
}

/* Section */
.bsr-section {
  padding: 24px 16px 0;
}
.bsr-section-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 14px;
  display: flex; align-items: center; gap: 8px;
}
.bsr-section-icon { font-size: 17px; }
.bsr-approx-badge {
  font-size: 10px;
  color: var(--amber);
  background: rgba(230,126,34,0.1);
  border: 1px solid rgba(230,126,34,0.2);
  padding: 2px 8px; border-radius: 4px;
  font-weight: 400;
  font-family: var(--font-mono);
  margin-left: auto;
}

/* Assessment text */
.bsr-assessment-text {
  font-size: 14px;
  color: var(--dim);
  line-height: 1.75;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px;
}

/* Metrics grid */
.bsr-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 360px) {
  .bsr-metrics-grid { grid-template-columns: 1fr 1fr; }
}

.bsr-metric-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px 12px;
  display: flex; flex-direction: column;
  align-items: center; gap: 6px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
  animation: bsCardIn 0.5s ease both;
}
.bsr-metric-card:hover { border-color: var(--border-hi); transform: translateY(-2px); }
@keyframes bsCardIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
.bsr-metric-icon { font-size: 20px; }
.bsr-metric-label { font-size: 10px; color: var(--muted); letter-spacing: 0.5px; text-transform: uppercase; }
.bsr-metric-value { font-size: 18px; font-weight: 700; font-family: var(--font-display); line-height: 1.1; }
.bsr-metric-unit  { font-size: 11px; font-weight: 400; opacity: 0.7; margin-left: 1px; }
.bsr-metric-desc  { font-size: 10px; color: var(--muted); line-height: 1.4; text-align: center; }

/* Two column */
.bsr-two-col {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
@media (max-width: 380px) {
  .bsr-two-col { grid-template-columns: 1fr; }
}
.bsr-col-label {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.5px; margin-bottom: 10px;
  text-transform: uppercase;
}
.bsr-col-green { color: var(--green); }
.bsr-col-amber { color: var(--amber); }

/* Tags */
.bsr-tag-list { display: flex; flex-direction: column; gap: 6px; }
.bsr-tag {
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  line-height: 1.4;
}
.bsr-tag-strength { background: rgba(46,204,113,0.08); border: 1px solid rgba(46,204,113,0.2); color: var(--off-white); }
.bsr-tag-focus    { background: rgba(230,126,34,0.08); border: 1px solid rgba(230,126,34,0.2); color: var(--off-white); }

/* Roadmap card */
.bsr-roadmap-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}
.bsr-roadmap-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 18px;
}
.bsr-roadmap-icon { font-size: 24px; flex-shrink: 0; margin-top: 2px; }
.bsr-roadmap-label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.bsr-roadmap-value { font-size: 13px; color: var(--off-white); line-height: 1.6; }
.bsr-divider { height: 1px; background: var(--border); }

/* Timeline */
.bsr-timeline { display: flex; flex-direction: column; }
.bsr-timeline-node { display: flex; align-items: flex-start; gap: 16px; }
.bsr-timeline-line { width: 2px; background: var(--border); margin-left: 19px; height: 24px; }
.bsr-timeline-dot {
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700; font-family: var(--font-mono);
  letter-spacing: 0.5px; flex-shrink: 0;
}
.bsr-dot-now { background: var(--ghost); border: 2px solid var(--border-hi); color: var(--dim); }
.bsr-dot-60  { background: rgba(230,126,34,0.15); border: 2px solid var(--amber); color: var(--amber); }
.bsr-dot-120 { background: rgba(224,64,64,0.15);  border: 2px solid var(--red-hi); color: var(--red-hi); }
.bsr-timeline-content { padding-bottom: 4px; }
.bsr-timeline-heading { font-size: 13px; font-weight: 600; color: var(--white); margin-bottom: 4px; }
.bsr-timeline-text    { font-size: 12px; color: var(--dim); line-height: 1.6; }

/* Use case box */
.bsr-usecase-box {
  margin: 24px 16px 0;
  padding: 22px 20px;
  background: rgba(52,152,219,0.06);
  border: 1px solid rgba(52,152,219,0.2);
  border-radius: 16px;
}
.bsr-usecase-icon { font-size: 28px; margin-bottom: 10px; }
.bsr-usecase-box h3 { font-size: 15px; font-weight: 600; color: var(--white); margin-bottom: 12px; }
.bsr-usecase-list { padding-left: 18px; display: flex; flex-direction: column; gap: 8px; }
.bsr-usecase-list li { font-size: 13px; color: var(--dim); line-height: 1.6; }
.bsr-usecase-list strong { color: var(--off-white); }

/* Enroll CTA */
.bsr-enroll-section { padding: 24px 16px 0; }
.bsr-enroll-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 26px 22px;
  position: relative;
  overflow: hidden;
}
.bsr-enroll-badge {
  display: inline-block;
  font-size: 9px; font-family: var(--font-mono);
  letter-spacing: 2px; color: var(--muted);
  border: 1px solid var(--border); border-radius: 3px;
  padding: 2px 8px; margin-bottom: 12px;
}
.bsr-enroll-title { font-size: 20px; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.bsr-enroll-desc  { font-size: 13px; color: var(--dim); line-height: 1.65; margin-bottom: 20px; }
.bsr-enroll-actions { display: flex; flex-direction: column; gap: 10px; }
.bsr-enroll-btn { width: 100%; }

/* Footer disclaimer */
.bsr-footer-disclaimer {
  margin: 24px 16px;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
}
.bsr-footer-disclaimer p { font-size: 11px; color: var(--muted); line-height: 1.7; }
.bsr-footer-disclaimer strong { color: var(--dim); }

/* ── Shared Buttons ───────────────────────────────────── */
.bs-btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 28px;
  background: var(--red);
  color: #fff;
  border: none; border-radius: 10px;
  font-size: 14px; font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.bs-btn-primary:hover  { background: var(--red-hi); }
.bs-btn-primary:active { transform: scale(0.97); }

.bs-btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 28px;
  background: transparent;
  color: var(--off-white);
  border: 1px solid var(--border-md);
  border-radius: 10px;
  font-size: 14px; font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s;
}
.bs-btn-ghost:hover { border-color: var(--border-hi); }

/* ── Error Stage ─────────────────────────────────────── */
.bs-error-stage {
  flex: 1;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 40px 28px;
  text-align: center; gap: 16px;
}
.bs-error-icon  { font-size: 52px; }
.bs-error-title { font-size: 22px; font-weight: 700; color: var(--white); }
.bs-error-msg   { font-size: 14px; color: var(--dim); line-height: 1.65; max-width: 320px; }
.bs-error-actions { display: flex; flex-direction: column; gap: 10px; width: 100%; max-width: 280px; }

/* ── Instruction Page Showcase ───────────────────────── */
.bs-hero-showcase {
  max-width: 440px;
  width: calc(100% - 32px);
  margin: 24px auto 8px;
  border-radius: 16px;
  border: 1px solid var(--border-hi);
  padding: 6px;
  background: var(--surface);
  box-shadow: 0 15px 40px rgba(0,0,0,0.4), inset 0 1px 0px rgba(255,255,255,0.05);
  animation: bs-float 6s ease-in-out infinite;
}
.bs-hero-showcase-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}
[data-theme="light"] .bs-hero-showcase {
  background: #ffffff;
  border-color: rgba(0,0,0,0.12);
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}
@keyframes bs-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
