.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.glass-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(229, 211, 179, 0.2);
  box-shadow: 0 60px 60px -10px rgba(0, 0, 0, 0.04), 0 10px 10px rgba(0, 0, 0, 0.02);
}

.champagne-gradient {
  background-color: #fff9ef;
  background-image:
    radial-gradient(circle at top right, rgba(229, 211, 179, 0.15), transparent 40%),
    radial-gradient(circle at bottom left, rgba(229, 211, 179, 0.1), transparent 40%);
}

.hairline-divider {
  height: 1px;
  background-color: #e5d3b3;
  opacity: 0.3;
}

.minimal-input {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-bottom: 1px solid #e5d3b3;
  transition: all 0.3s ease;
}

.minimal-input:focus {
  outline: none;
  box-shadow: none;
  border-bottom-color: #6a5d43;
  background: rgba(255, 255, 255, 0.8);
}

.btn-primary {
  background-color: #e5d3b3;
  color: #675a41;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

.btn-secondary {
  background-color: transparent;
  border: 1px solid #e5d3b3;
  color: #1d1b16;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background-color: rgba(229, 211, 179, 0.1);
}

.site-auth-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: none;
  color: #4c463d;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.site-auth-btn:hover {
  color: #6a5d43;
  background-color: rgba(229, 211, 179, 0.15);
}

.site-auth-btn .material-symbols-outlined {
  font-size: 20px;
}

.store-badge-link {
  display: inline-block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

button.store-badge-link {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.store-badge-link--waitlist:hover {
  transform: scale(1.02);
  opacity: 0.92;
}

.store-badge-link:hover {
  transform: scale(1.02);
  opacity: 0.92;
}

.store-badge {
  height: 44px;
  width: auto;
  display: block;
}

.store-trademark {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px;
  line-height: 1.4;
  color: rgba(76, 70, 61, 0.6);
  max-width: 28rem;
  text-align: center;
}

.site-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.site-auth-modal.hidden {
  display: none;
}

.site-auth-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(29, 27, 22, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.site-auth-modal-panel {
  position: relative;
  width: min(420px, 100%);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(229, 211, 179, 0.35);
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 24px 60px rgba(29, 27, 22, 0.12);
}

.site-auth-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  background: transparent;
  color: #7d766c;
  cursor: pointer;
  border-radius: 999px;
}

.site-auth-modal-close:hover {
  background: rgba(229, 211, 179, 0.2);
}

.site-auth-google-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(229, 211, 179, 0.6);
  background: #fff;
  color: #1d1b16;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.site-auth-google-btn:hover {
  background: rgba(255, 249, 239, 0.9);
  transform: scale(1.01);
}

.site-auth-google-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #dadce0;
  color: #4285f4;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}

.site-auth-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.25rem 0;
  color: #7d766c;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.site-auth-divider::before,
.site-auth-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(229, 211, 179, 0.5);
}

.site-auth-email-input {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(229, 211, 179, 0.6);
  background: rgba(255, 255, 255, 0.8);
  color: #1d1b16;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
}

.site-auth-email-input:focus {
  outline: none;
  border-color: #6a5d43;
  box-shadow: 0 0 0 2px rgba(106, 93, 67, 0.15);
}

.site-auth-status {
  margin-top: 1rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.site-auth-status.is-ok {
  color: #6a5d43;
}

.site-auth-status.is-error {
  color: #ba1a1a;
}

.android-waitlist-icon-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.android-waitlist-badge {
  display: block;
  height: 40px;
  width: auto;
}

.android-waitlist-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* iOS-style golden ambient bubbles (CreateBubbleScene-inspired) */
#background-wrap {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

body.has-bubble-bg > :not(#background-wrap) {
  position: relative;
  z-index: 1;
}

@keyframes animateBubble {
  0% { margin-top: 1000px; opacity: 0; }
  8% { opacity: 0.85; }
  92% { opacity: 0.85; }
  100% { margin-top: -120%; opacity: 0; }
}

@keyframes sideWays {
  0% { margin-left: 0; }
  100% { margin-left: 50px; }
}

.bubble {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.08) 22%, rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(212, 175, 55, 0.28) 52%, rgba(212, 175, 55, 0.72) 100%);
  box-shadow:
    0 20px 30px rgba(106, 93, 67, 0.14),
    inset 0 10px 30px 5px rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.35);
  opacity: 0;
  will-change: margin-top, margin-left, opacity;
}

.bubble::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 70%);
  box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.28);
}

.bubble.x1 {
  animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation-delay: 0s, 0s;
  left: -5%;
  top: 5%;
  transform: scale(0.6);
}

.bubble.x2 {
  animation: animateBubble 24s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation-delay: 2.8s, 0.4s;
  left: 5%;
  top: 80%;
  transform: scale(0.4);
}

.bubble.x3 {
  animation: animateBubble 32s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation-delay: 5.6s, 0.8s;
  left: 10%;
  top: 40%;
  transform: scale(0.7);
}

.bubble.x4 {
  animation: animateBubble 26s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation-delay: 8.4s, 1.2s;
  left: 20%;
  top: 0;
  transform: scale(0.3);
}

.bubble.x5 {
  animation: animateBubble 30s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation-delay: 11.2s, 1.6s;
  left: 30%;
  top: 50%;
  transform: scale(0.5);
}

.bubble.x6 {
  animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation-delay: 14s, 2s;
  left: 50%;
  top: 0;
  transform: scale(0.8);
}

.bubble.x7 {
  animation: animateBubble 24s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation-delay: 16.8s, 2.4s;
  left: 65%;
  top: 70%;
  transform: scale(0.4);
}

.bubble.x8 {
  animation: animateBubble 27s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation-delay: 19.6s, 2.8s;
  left: 80%;
  top: 10%;
  transform: scale(0.3);
}

.bubble.x9 {
  animation: animateBubble 31s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation-delay: 22.4s, 3.2s;
  left: 90%;
  top: 50%;
  transform: scale(0.6);
}

.bubble.x10 {
  animation: animateBubble 29s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation-delay: 25.2s, 3.6s;
  left: 80%;
  top: 80%;
  transform: scale(0.3);
}

@media (prefers-reduced-motion: reduce) {
  .bubble {
    animation: none !important;
    opacity: 0.35;
  }
}

.qr-preview-box {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid rgba(229, 211, 179, 0.3);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.qr-preview-box svg {
  width: 100% !important;
  height: 100% !important;
}

/* Language picker */
.site-lang-picker {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  width: 100%;
}

.site-lang-picker--footer {
  align-items: center;
}

.site-lang-picker--menu {
  padding: 0.25rem 0.5rem;
}

.site-lang-picker-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9c8749;
}

.site-lang-picker-select {
  width: 100%;
  min-width: 10rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(229, 211, 179, 0.45);
  background: rgba(255, 255, 255, 0.75);
  color: #4c463d;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
}

.site-lang-picker-select:focus {
  outline: none;
  border-color: #6a5d43;
  box-shadow: 0 0 0 2px rgba(229, 211, 179, 0.35);
}

/* RTL: text alignment and logical positioning */
[dir="rtl"] .site-sidebar-aside {
  border-right: none;
  border-left: 1px solid rgba(229, 211, 179, 0.1);
}

[dir="rtl"] .prose .list-disc.pl-5,
[dir="rtl"] [data-i18n-html] .list-disc.pl-5 {
  padding-left: 0;
  padding-inline-start: 1.25rem;
}

[dir="rtl"] .home-menu-dropdown {
  right: auto;
  left: 0;
}

@media (min-width: 768px) {
  [dir="rtl"] .home-menu-dropdown {
    left: auto;
    right: 0;
  }
}

