
  .navigation-root.svelte-ocbj1u {
    position: relative;
    z-index: 1000;
  }

  .navigation-root.svelte-ocbj1u a:where(.svelte-ocbj1u) {
    pointer-events: auto !important;
  }

  /* LOGO - PREMIUM (Better than Stripe/Vercel) */
  .logo.svelte-ocbj1u {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 4px 8px;
    margin: -4px -8px;
    border-radius: 6px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
  }

  .logo.svelte-ocbj1u:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.03);
  }

  .logo.svelte-ocbj1u:hover .logo-icon:where(.svelte-ocbj1u) {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.25)) brightness(1.1);
  }

  .logo-icon.svelte-ocbj1u {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.15));
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .logo-text.svelte-ocbj1u {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", system-ui, sans-serif;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .logo-text-large.svelte-ocbj1u {
    font-size: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .logo.svelte-ocbj1u:hover .logo-text-large:where(.svelte-ocbj1u) {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .logo-text-small.svelte-ocbj1u {
    font-size: 22px;
    color: #0a0a0a;
  }

  /* Ensure banner appears above all other content */
  body {
    padding-top: 0;
  }

  .footer-wrapper.svelte-7lfk2o {
    background: #FAFAFA;
    border-top: 1px solid #E5E5E5;
    color: #525252;
  }

  .footer-brand.svelte-7lfk2o {
    color: #000000;
  }

  .footer-description.svelte-7lfk2o {
    color: #525252;
  }

  .footer-copyright.svelte-7lfk2o {
    color: #A3A3A3;
  }

  .footer-heading.svelte-7lfk2o {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #000000;
  }

  .footer-link.svelte-7lfk2o {
    display: block;
    font-size: 0.875rem;
    color: #525252;
    transition: color 0.15s ease;
  }

  .footer-link.svelte-7lfk2o:hover {
    color: #000000;
  }

  .footer-bottom.svelte-7lfk2o {
    border-top: 1px solid #E5E5E5;
  }

  .footer-bottom-text.svelte-7lfk2o {
    color: #A3A3A3;
  }

  .footer-social.svelte-7lfk2o {
    color: #A3A3A3;
    transition: color 0.15s ease;
  }

  .footer-social.svelte-7lfk2o:hover {
    color: #000000;
  }

  .accessibility-controls.svelte-zubcew {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.35);
    color: #e2e8f0;
    font-size: 0.85rem;
  }

  .dark .accessibility-controls.svelte-zubcew {
    background: rgba(15, 23, 42, 0.85);
  }

  .theme-light .accessibility-controls.svelte-zubcew,
  .theme-light .accessibility-controls.svelte-zubcew .control-chip:where(.svelte-zubcew) {
    color: #1f2937;
  }

  .control-chip.svelte-zubcew {
    border-radius: 9999px;
    border: 1px solid rgba(129, 140, 248, 0.45);
    background: rgba(99, 102, 241, 0.18);
    color: inherit;
    padding: 0.35rem 0.9rem;
    font-weight: 600;
    line-height: 1;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  }

  .control-chip.svelte-zubcew:hover,
  .control-chip.svelte-zubcew:focus-visible {
    border-color: rgba(129, 140, 248, 0.75);
    background: rgba(99, 102, 241, 0.36);
    transform: translateY(-1px);
  }

  .control-chip.svelte-zubcew:focus-visible {
    outline: 2px solid rgba(129, 140, 248, 0.8);
    outline-offset: 2px;
  }

  .control-chip.contrast[aria-pressed='true'].svelte-zubcew {
    border-color: rgba(248, 250, 252, 0.8);
    background: rgba(226, 232, 240, 0.25);
    color: #f8fafc;
  }

  body.accessibility-high-contrast .accessibility-controls.svelte-zubcew {
    background: rgba(0, 0, 0, 0.85);
    color: #f8fafc;
  }

  body.accessibility-high-contrast .control-chip.svelte-zubcew {
    border-color: rgba(248, 250, 252, 0.6);
    background: rgba(15, 23, 42, 0.55);
  }

  body.accessibility-high-contrast .control-chip.svelte-zubcew:hover,
  body.accessibility-high-contrast .control-chip.svelte-zubcew:focus-visible {
    border-color: rgba(248, 250, 252, 0.85);
    background: rgba(15, 23, 42, 0.75);
  }

  .sr-only.svelte-zubcew {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .current-scale.svelte-zubcew {
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(30, 41, 59, 0.45);
    cursor: default;
  }

  @media (max-width: 640px) {
    .current-scale.svelte-zubcew {
      display: none;
    }
  }
