:root {
  --vierlot-font: 'Montserrat', -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Hiragino Sans GB', 'Helvetica Neue', sans-serif;
  --vierlot-bg: #F5F2ED;
  --vierlot-text: #333333;
  --vierlot-text-light: #666666;
  --vierlot-text-muted: #999999;
  --vierlot-line: #E5E0D8;
  --vierlot-disabled: #CCCCCC;
  --vierlot-heart-active: #8C2F39;
  --vierlot-max-width: 1200px;
}

html, body {
  font-family: var(--vierlot-font);
  background-color: var(--vierlot-bg);
  color: var(--vierlot-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
.body0,
.body1,
.body2,
.body3,
button,
input,
select,
textarea,
h1, h2, h3, h4, h5, h6 {
  font-family: var(--vierlot-font) !important;
}

.vierlot-section,
.vierlot-section *,
.vierlot-section *::before,
.vierlot-section *::after {
  box-shadow: none !important;
  border-radius: 0 !important;
}

.vierlot-section *,
.vierlot-section *::before,
.vierlot-section *::after {
  transition-property: color, background-color, border-color, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  animation-duration: 0s;
}

.vierlot-container {
  max-width: var(--vierlot-max-width);
  margin: 0 auto;
  padding-inline: 20px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .vierlot-container {
    padding-inline: 16px;
  }
}

.vierlot-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 44px;
  padding: 0 24px;
  border: 1px solid var(--vierlot-text);
  background: transparent;
  font-family: var(--vierlot-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--vierlot-text);
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}
.vierlot-btn:hover,
a.vierlot-btn:hover {
  background: var(--vierlot-text);
  color: var(--vierlot-bg);
}
.vierlot-btn--sm {
  min-width: 140px;
  height: 40px;
  font-size: 14px;
}
.vierlot-btn--lg {
  min-width: 180px;
  height: 48px;
  font-size: 18px;
}

.vierlot-section-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--vierlot-text);
  line-height: 1.3;
  margin: 0;
  text-align: center;
}
.vierlot-section-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: var(--vierlot-text-light);
  margin: 12px 0 0;
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
}

a.vca__action-btn:hover,
a.vca__more-btn:hover,
a.vca__logout-btn:hover,
a.vca__save-btn:hover,
a.vod__action:hover,
a.va__join-btn:hover,
a.vag__shop-btn:hover,
a.vfaq__inquire-btn:hover,
a.vw__card-cart:hover,
a.vw__cat:hover,
a.vsd__shop-btn:hover,
a.vsp__shop-btn:hover,
a.vpp__shop-btn:hover,
a.vtos__shop-btn:hover,
a.button--secondary:hover,
a.vc__checkout:hover,
a.vc__empty-btn:hover {
  color: var(--vierlot-bg);
}

img {
  max-width: 100%;
  display: block;
}

.vwa {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #25D366;
  border-radius: 8px;
  background: #FFFFFF;
  overflow: hidden;
  font-family: var(--vierlot-font);
}
.vwa__main {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
}
.vwa__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  color: #25D366;
}
.vwa__icon svg { width: 32px; height: 32px; }
.vwa__body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.vwa__label {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--vierlot-text-muted);
}
.vwa__number {
  font-size: 17px;
  font-weight: 600;
  color: var(--vierlot-text);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.vwa__note {
  font-size: 11px;
  color: var(--vierlot-text-light);
  line-height: 1.45;
}
.vwa__actions {
  display: flex;
  border-top: 1px solid var(--vierlot-line);
}
.vwa .vwa__btn {
  flex: 1;
  padding: 12px 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  background: transparent;
  border: 0;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.vwa .vwa__btn--chat { color: #1FA855; }
.vwa .vwa__btn--chat:hover { background: #F0FAF3; }
.vwa .vwa__btn--copy {
  color: var(--vierlot-text-light);
  border-left: 1px solid var(--vierlot-line);
}
.vwa .vwa__btn--copy:hover { background: #EFEAE1; color: var(--vierlot-text); }
.vwa__toast {
  position: absolute;
  top: 8px;
  right: 12px;
  padding: 5px 10px;
  background: var(--vierlot-text);
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: translateY(-4px);
}
.vwa__toast.is-visible { opacity: 1; transform: translateY(0); }
