
  .qr-viewer-container.svelte-16ul79x {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .qr-viewer-container.compact.svelte-16ul79x {
    gap: 0;
  }

  .qr-display.svelte-16ul79x {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 8px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }

  .qr-display.with-border.svelte-16ul79x {
    border: var(--border-width, 1px) solid var(--border-color, #e5e7eb);
    padding: 1rem;
  }

  .qr-display.without-border.svelte-16ul79x {
    border: none;
    padding: 0.5rem;
  }

  .qr-display.svelte-16ul79x::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 10;
    pointer-events: none;
  }

  .qr-protection-overlay.svelte-16ul79x {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 15;
    pointer-events: auto;
    cursor: default;
  }

  .qr-display.compact.svelte-16ul79x {
    padding: 0.5rem;
    border-radius: 4px;
  }

  .qr-display.svelte-16ul79x canvas,
  .qr-display.svelte-16ul79x svg {
    pointer-events: none;
    -khtml-user-drag: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
  }

  .download-controls.svelte-16ul79x {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .qr-placeholder.svelte-16ul79x {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    max-width: min(180px, calc(100vw - 6rem));
    max-height: min(180px, calc(100vw - 6rem));
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #9ca3af;
  }

  .qr-placeholder.compact.svelte-16ul79x {
    width: 80px;
    height: 80px;
    border-radius: 4px;
  }

  .placeholder-icon.svelte-16ul79x {
    width: 3rem;
    height: 3rem;
  }

  .qr-placeholder.compact.svelte-16ul79x .placeholder-icon:where(.svelte-16ul79x) {
    width: 2rem;
    height: 2rem;
  }

  .rotate-180.svelte-16ul79x {
    transform: rotate(180deg);
  }

  .qr-preview-container.svelte-1pmyy7m {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .qr-preview-placeholder.svelte-1pmyy7m {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
  }

  @keyframes svelte-1kfapxd-slide-in-from-top-2 {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (min-width: 1024px) {
    .desktop-card.svelte-1kfapxd {
      border: 2px solid #e9e9e9;
      border-radius: 9px;
      padding: 45px;
      padding-top: 10px;
      background: white;
      --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
      --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
      box-shadow:
        var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
  }
