.page-bg[data-v-a686fbae] {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.page-bg-gradient[data-v-a686fbae] {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f0fdf4 0%, #f8fafc 45%, #eff6ff 100%);
}
.page-bg-grid[data-v-a686fbae] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.04;
}
.page-bg-orb[data-v-a686fbae] {
  position: absolute;
  border-radius: 50%;
}
.page-bg-orb-green[data-v-a686fbae] {
  top: -15%;
  right: -8%;
  width: 600px;
  height: 600px;
  opacity: 0.18;
  background: radial-gradient(circle, #22c55e 0%, transparent 70%);
}
.page-bg-orb-blue[data-v-a686fbae] {
  bottom: -15%;
  left: -8%;
  width: 500px;
  height: 500px;
  opacity: 0.1;
  background: radial-gradient(circle, #3b82f6 0%, transparent 70%);
}

.top-nav[data-v-c1aac7cc] {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(243, 244, 246, 0.8);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.top-nav-inner[data-v-c1aac7cc] {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-brand[data-v-c1aac7cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.nav-logo[data-v-c1aac7cc] {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.nav-name[data-v-c1aac7cc] {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.01em;
}
.nav-separator[data-v-c1aac7cc] {
  color: #e5e7eb;
}
.nav-context[data-v-c1aac7cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #6b7280;
}
.nav-context-strong[data-v-c1aac7cc] {
  font-weight: 600;
  color: #1f2937;
}
.nav-secure[data-v-c1aac7cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #f3f4f6;
  background: #f9fafb;
  font-size: 12px;
  color: #9ca3af;
}
.nav-secure svg[data-v-c1aac7cc] {
    color: #22c55e;
}

.shoplazza-page[data-v-5fcccf25] {
  position: relative;
  min-height: 100vh;
  color: #111827;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.page-content[data-v-5fcccf25] {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-body[data-v-5fcccf25] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 24px 60px;
}
.select-outer[data-v-5fcccf25] {
  width: 900px;
  max-width: 100%;
}


/*# sourceMappingURL=50.3623172f.css.map*/