@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Orbitron:wght@700;800&display=swap");
:root {
  --qr-font-stack: "Inter", system-ui, -apple-system, sans-serif;
  --qr-heading-font: "Orbitron", "Inter", sans-serif;
  --qr-bg-page: #020617;
  --qr-surface-main: #05070f;
  --qr-surface-card: rgba(9, 11, 19, 0.7);
  --qr-surface-soft: #151515;
  --qr-primary: #cfff04;
  --qr-primary-strong: #d8ff1c;
  --qr-text-main: #f9fafb;
  --qr-text-muted: #a9a9a9;
  --qr-text-soft: #6b7280;
  --qr-border: rgba(255, 255, 255, 0.16);
  --qr-border-soft: rgba(255, 255, 255, 0.08);
  --qr-radius-lg: 24px;
  --qr-radius-md: 18px;
  --qr-radius-pill: 999px;
}

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

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  background: #000;
}

body.qr-body {
  min-height: 100vh;
  font-family: var(--qr-font-stack);
  color: var(--qr-text-main);
  position: relative;
  background: #000 url("/assets/img/photo-1614850523459-c2f4c699c52e.avif") center center/cover no-repeat fixed;
}

body.qr-body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  pointer-events: none;
  z-index: 0;
}

.qr-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.qr-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.3rem 2rem 2.6rem;
}

.qr-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 40;
  height: 72px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(15, 23, 42, 0.9);
  padding-inline: 2rem;
  backdrop-filter: blur(8px);
}

.qr-header__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qr-header__brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.qr-header__logo {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: radial-gradient(circle at 30% 0, #111 0, #020617 55%);
  border: 1px solid var(--qr-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--qr-heading-font);
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--qr-primary);
  box-shadow: 0 0 20px rgba(207, 255, 4, 0.4), 0 0 0 1px rgba(15, 23, 42, 0.9);
}

.qr-header__title {
  font-family: var(--qr-heading-font);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.qr-app-header {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.3rem 2rem 2.6rem;
  padding-top: 3.28rem;
  padding-bottom: 1.6rem;
  text-align: center;
  max-width: 720px;
}

.qr-app-header__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 1.2rem 1.9rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  font-size: 0.78rem;
  color: var(--qr-text-muted);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.9);
}

.qr-app-header__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--qr-primary);
  box-shadow: 0 0 16px rgba(207, 255, 4, 0.7);
}

.qr-app-header__title {
  margin: 1rem 0 0.4rem;
  font-family: var(--qr-heading-font);
  font-size: clamp(2.2rem, 3.2vw, 2.8rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.qr-app-header__highlight {
  color: var(--qr-primary);
}

.qr-btn-primary, .qr-btn-ghost {
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  cursor: pointer;
  text-decoration: none;
  padding: 0.9rem 1.9rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.qr-btn-primary {
  border: 2px solid transparent;
  background: linear-gradient(180deg, #d5ff23 0%, #cfff04 100%);
  color: #111;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.55);
}

.qr-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.7);
  filter: brightness(1.05);
}

.qr-btn-ghost {
  border: 1px solid transparent;
  background: var(--qr-text-main);
  color: rgba(15, 23, 42, 0.9);
}

.qr-btn-ghost:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgb(15, 23, 42), 0 0 0 1px rgba(207, 255, 4, 0.35);
}

.qr-form-card, .qr-preview-card, .qr-result, .qr-sidebar__group, .qr-options__group {
  position: relative;
  border-radius: var(--qr-radius-md);
  border: 1px solid var(--qr-border);
  padding: 1.75rem 1.9rem;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.qr-form-card::before, .qr-preview-card::before, .qr-result::before, .qr-sidebar__group::before, .qr-options__group::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  mix-blend-mode: soft-light;
  opacity: 0.4;
  pointer-events: none;
}

.qr-form-card:hover, .qr-preview-card:hover, .qr-result:hover, .qr-options__group:hover {
  border-color: rgba(207, 255, 4, 0.55);
  box-shadow: 0 26px 65px rgb(15, 23, 42);
  transform: translateY(-2px);
}

.qr-main__shell {
  width: 100%;
  max-width: 980px;
  margin: 0.2rem auto 0;
  padding: 2.1rem 2.1rem 2.3rem;
  border-radius: var(--qr-radius-lg);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2.2rem;
  align-items: flex-start;
  position: relative;
  background: radial-gradient(circle at 50% 0%, rgba(20, 20, 30, 0.8), rgba(0, 0, 0, 0.9));
  box-shadow: 0 0 0 1px var(--qr-border-soft);
}

.qr-main__center {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.qr-main__label {
  font-size: 0.84rem;
  color: var(--qr-text-muted);
  margin: 1.25rem 1rem 1.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
}

.qr-url-field {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.8rem 1.2rem;
  border-radius: var(--qr-radius-pill);
  background: rgba(2, 6, 23, 0.9);
  border: 1px solid var(--qr-border-soft);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.9);
  transition: all 0.2s ease;
}

.qr-url-field:focus-within {
  border-color: var(--qr-primary);
  background: rgba(15, 23, 42, 0.96);
  box-shadow: 0 0 0 1px rgba(207, 255, 4, 0.8), 0 14px 32px rgb(15, 23, 42);
  transform: translateY(-1px);
}

.qr-url-field__prefix {
  font-size: 0.9rem;
  color: var(--qr-text-soft);
  padding-right: 0.4rem;
  border-right: 1px solid rgba(148, 163, 184, 0.3);
}

.qr-url-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: var(--qr-text-main);
  font-size: 0.96rem;
}

.qr-url-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.1rem;
}

.qr-preview-card {
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 2rem;
  align-items: center;
}

.qr-main__preview-meta {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.qr-main__preview-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: var(--qr-text-soft);
  letter-spacing: 0.12em;
}

.qr-main__preview-value {
  font-weight: 600;
  color: #fff;
  word-break: break-all;
}

.qr-main__preview-note {
  font-size: 0.82rem;
  color: var(--qr-text-muted);
}

.qr-qr-frame {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: var(--qr-radius-md);
  border: 1px dashed rgba(236, 252, 203, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #020617;
  padding: 0.5rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.qr-qr-frame img {
  max-width: 100%;
  height: auto;
  display: block;
}

.qr-qr-frame__placeholder {
  font-size: 0.82rem;
  color: var(--qr-text-muted);
  text-align: center;
}

.qr-result {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 0.4rem;
  margin-bottom: 1.5rem;
}

.qr-result--hidden {
  display: none;
}

.qr-result__title {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--qr-primary);
}

.qr-result__label {
  font-size: 0.78rem;
  color: var(--qr-text-soft);
  display: block;
  margin-bottom: 0.2rem;
}

.qr-result__value--link {
  color: var(--qr-primary);
  text-decoration: none;
  word-break: break-all;
}

.qr-result__value--link:hover {
  text-decoration: underline;
}

.qr-options__group {
  padding: 1.1rem 1.2rem;
  margin-bottom: 1.1rem;
}

.qr-options__label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--qr-text-soft);
  margin-bottom: 0.7rem;
}

.qr-options__grid {
  display: grid;
  gap: 0.8rem;
}

.qr-options__grid--pattern {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.qr-options__grid--color {
  grid-template-columns: repeat(auto-fill, minmax(32px, 1fr));
  gap: 0.85rem !important;
  justify-content: flex-start;
}

.qr-options__pattern {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  border: 1px solid var(--qr-border-soft);
  background-color: #020617;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--qr-font-stack);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
  z-index: 1;
}

.qr-options__pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.4;
  z-index: -1;
  transition: opacity 0.2s ease;
}

.qr-options__pattern--classic::before {
  background-image: linear-gradient(45deg, #4b5563 25%, transparent 25%, transparent 75%, #4b5563 75%, #4b5563), linear-gradient(45deg, #4b5563 25%, transparent 25%, transparent 75%, #4b5563 75%, #4b5563);
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;
}

.qr-options__pattern--rounded::before {
  background-image: radial-gradient(#4b5563 40%, transparent 41%);
  background-size: 8px 8px;
}

.qr-options__pattern--bold::before {
  background-image: linear-gradient(45deg, #4b5563 25%, transparent 25%, transparent 75%, #4b5563 75%, #4b5563), linear-gradient(45deg, #4b5563 25%, transparent 25%, transparent 75%, #4b5563 75%, #4b5563);
  background-size: 14px 14px;
  background-position: 0 0, 7px 7px;
}

.qr-options__pattern:hover {
  border-color: rgba(255, 255, 255, 0.4);
}

.qr-options__pattern:hover::before {
  opacity: 0.6;
}

.qr-options__pattern.is-active {
  border-color: var(--qr-primary);
  color: var(--qr-primary);
  box-shadow: 0 0 0 1px var(--qr-primary), 0 4px 15px rgba(0, 0, 0, 0.5);
}

.qr-options__pattern.is-active::before {
  opacity: 0.7;
}

.qr-options__swatch {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.qr-options__swatch--color {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.qr-options__swatch:hover {
  transform: scale(1.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.qr-options__swatch.is-active {
  border-color: #fff;
  box-shadow: 0 0 0 2px #000, 0 0 10px rgba(255, 255, 255, 0.5);
  transform: scale(1.15);
}

.qr-footer {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.1rem 2rem 1.4rem;
  font-size: 0.8rem;
  color: var(--qr-text-muted);
  text-align: center;
  border-top: 1px solid rgba(15, 23, 42, 0.9);
  margin-top: auto;
  opacity: 0.75;
}

.qr-eyebrow-link {
  color: var(--qr-primary);
  font-weight: 600;
  text-decoration: none;
}

.qr-eyebrow-link:hover {
  text-decoration: underline;
}

.qr-error {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: #fca5a5;
}

@media (max-width: 1024px) {
  .qr-main__shell {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .qr-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .qr-main__shell {
    padding: 1.6rem 1.4rem;
  }
  .qr-form-card,
  .qr-preview-card,
  .qr-result,
  .qr-options__group {
    padding: 1.4rem 1.3rem;
  }
}
@media (max-width: 480px) {
  .qr-container,
  .qr-app-header {
    padding-inline: 1rem;
  }
  .qr-main__shell {
    padding: 1.2rem 1rem;
  }
  .qr-form-card,
  .qr-preview-card,
  .qr-result,
  .qr-options__group {
    padding: 1.1rem 1rem;
  }
  .qr-url-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
.qr-main__shell {
  margin-inline: auto;
}

@media (max-width: 768px) {
  .qr-sidebar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .qr-result,
  .qr-options__group,
  .qr-sidebar__group {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .qr-sidebar {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=app.css.map */
