/* Interactive web demo — mirrors app.zapiskg.com mobile UI */

.web-demo-section { margin-top: 0.25rem; }

.web-demo-layout {
  display: grid;
  gap: 1.25rem;
  align-items: start;
  justify-content: center;
  justify-items: center;
}

@media (min-width: 900px) {
  .web-demo-layout {
    grid-template-columns: 220px 340px;
    gap: 1.5rem;
    justify-content: center;
    justify-items: stretch;
  }
}

.web-demo-aside {
  width: 100%;
  max-width: 340px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid var(--border, #dfe6e2);
  border-radius: var(--radius, 12px);
  padding: 1rem 0.95rem 1.05rem;
  box-shadow: 0 8px 28px rgba(17, 22, 20, 0.06);
}

@media (min-width: 900px) {
  .web-demo-aside { max-width: none; }
}

.web-demo-aside h3 {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted, #4a5c56);
  margin: 0 0 0.65rem;
}

.web-demo-roles-wrap {
  position: relative;
  margin-bottom: 0.9rem;
}

.web-demo-roles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .web-demo-roles { grid-template-columns: 1fr; }
}

@media (max-width: 899px) {
  .web-demo-roles { flex-direction: unset; flex-wrap: unset; }
}

.web-demo-role {
  border: 1.5px solid var(--border, #cce8e0);
  background: #fff;
  border-radius: 12px;
  padding: 0.6rem 0.75rem;
  font: inherit;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  color: var(--text, #141210);
  text-align: left;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.web-demo-role:hover { border-color: #00b89e; }
.web-demo-role.on {
  background: #d8faf4;
  border-color: #00b89e;
  color: #0d9b87;
  box-shadow: 0 4px 16px rgba(0, 184, 158, 0.2);
}

.web-demo-hints {
  background: #f6fffc;
  border: 1px solid var(--border, #cce8e0);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  font-size: 0.84rem;
  color: var(--muted, #4a5c56);
  min-height: 7.75rem;
  box-sizing: border-box;
}

.web-demo-hints strong {
  display: block;
  color: var(--text, #141210);
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
}

.web-demo-hints ul {
  margin: 0.3rem 0 0;
  padding-left: 1.05rem;
  min-height: 4.25rem;
}
.web-demo-hints li { margin: 0.22rem 0; }

.web-demo-reset {
  margin-top: 0.75rem;
  border: 0;
  background: transparent;
  color: var(--muted, #4a5c56);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.web-demo-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0 auto 0.85rem;
  max-width: 340px;
  padding: 0.5rem 0.85rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 184, 158, 0.12), rgba(26, 171, 240, 0.08));
  border: 1px solid rgba(0, 184, 158, 0.28);
  font-size: 0.86rem;
  color: var(--text, #141210);
}

/* Phone — hard-locked shell (never shrinks with role content) */
.web-demo-phone {
  width: 340px;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin-inline: auto;
  background: #111417;
  border-radius: 34px;
  padding: 0.5rem 0.5rem 0.65rem;
  box-shadow:
    0 28px 55px rgba(18, 32, 28, 0.22),
    inset 0 0 0 2px #2c323a;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  contain: layout;
}

@media (min-width: 900px) {
  .web-demo-phone {
    width: 340px;
    max-width: 340px;
  }
}

.web-demo-phone--engaged {
  box-shadow:
    0 28px 55px rgba(18, 32, 28, 0.22),
    inset 0 0 0 2px #00b89e;
}

#web-demo-tap-hand-phone {
  z-index: 20;
}

.web-demo-phone__notch {
  position: absolute;
  top: 0.65rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.6rem;
  height: 1.4rem;
  background: #0a0c0f;
  border-radius: 0 0 12px 12px;
  z-index: 3;
}

.web-demo-phone__status {
  display: flex;
  justify-content: space-between;
  color: #e8ecef;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.5rem 1rem 0.2rem;
  position: relative;
  z-index: 2;
}

.web-demo-phone__signal { opacity: 0.7; font-weight: 600; }

.web-demo-phone__url {
  margin: 0.3rem 0.5rem 0.4rem;
  background: #1c2229;
  color: #aeb6bf;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.66rem;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.web-demo-viewport {
  width: 100%;
  min-width: 0;
  background: linear-gradient(180deg, #f9fffe 0%, #f2f8f5 100%);
  border-radius: 16px;
  height: 560px;
  min-height: 560px;
  max-height: 560px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  contain: strict;
  box-sizing: border-box;
}

#web-demo-app {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.web-demo-phone__home {
  width: 7rem;
  height: 0.26rem;
  border-radius: 99px;
  background: #3a424c;
  margin: 0.5rem auto 0.1rem;
}

/* Screens ≈ book.css */
.wd-screen {
  font-family: "Manrope", system-ui, sans-serif;
  padding: 0.85rem 0.8rem 1.2rem;
  font-size: 0.9rem;
  color: #141210;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.wd-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
  flex-wrap: nowrap;
  min-width: 0;
}

.wd-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 800;
  font-size: 0.92rem;
  color: #141218;
  letter-spacing: -0.03em;
  white-space: nowrap;
  flex-shrink: 0;
}
.wd-brand__mark {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}
.wd-brand span {
  background: linear-gradient(90deg, #e84a8a, #f07a3a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}
.wd-brand > span {
  background: none;
  color: #141218;
  -webkit-background-clip: unset;
  background-clip: unset;
}
.wd-topbar-spacer { flex: 1; min-width: 0; }
.wd-profile {
  width: 2.15rem;
  height: 2.15rem;
  border: 1.5px solid #cce8e0;
  background: #fff;
  border-radius: 999px;
  font-size: 1rem;
  cursor: pointer;
  flex-shrink: 0;
}
.wd-profile.on {
  border-color: #00b89e;
  background: #d8faf4;
}

.wd-pill {
  font-size: 0.7rem;
  font-weight: 700;
  color: #4a5c56;
  background: #fff;
  border: 1px solid #cce8e0;
  border-radius: 999px;
  padding: 0.22rem 0.5rem;
}

.wd-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f4fffb 100%);
  border: 1px solid #cce8e0;
  border-radius: 18px;
  padding: 1rem 0.95rem;
  margin-bottom: 0.85rem;
  box-shadow: 0 12px 40px rgba(20, 18, 16, 0.06);
}

.wd-hero h2 {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin: 0 0 0.25rem;
}

.wd-hero p {
  margin: 0;
  color: #4a5c56;
  font-size: 0.86rem;
}

.wd-loc {
  display: inline-flex;
  margin-top: 0.55rem;
  font-size: 0.82rem;
  color: #4a5c56;
}

.wd-section-title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #4a5c56;
  margin: 0 0 0.55rem;
}

.wd-steps {
  display: flex;
  gap: 0.35rem;
  margin: 0;
  flex: 1;
  justify-content: center;
  min-width: 0;
}

.wd-steps--labels {
  gap: 0.15rem;
}

.wd-steps i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cce8e0;
  display: block;
  margin: 0 auto 0.12rem;
}

.wd-steps i.on,
.wd-steps__item.on i {
  background: #00b89e;
}

.wd-steps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  flex: 1;
}

.wd-steps__item small {
  font-size: 0.58rem;
  font-weight: 700;
  color: #8aa39c;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.wd-steps__item.on small { color: #0d9b87; }

.wd-card {
  background: #fff;
  border: 1px solid #cce8e0;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(20, 18, 16, 0.06);
  padding: 1rem 0.95rem;
  margin-bottom: 0.75rem;
}

.wd-list { display: grid; gap: 0.5rem; }

.wd-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  text-align: left;
  border: 1.5px solid #cce8e0;
  background: #fff;
  border-radius: 14px;
  padding: 0.85rem 0.9rem;
  font: inherit;
  cursor: pointer;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.wd-row:hover {
  border-color: #00b89e;
  box-shadow: 0 4px 16px rgba(0, 184, 158, 0.22);
}

.wd-row strong { display: block; font-size: 0.95rem; }
.wd-row small {
  display: block;
  color: #4a5c56;
  font-size: 0.8rem;
  margin-top: 0.12rem;
}

.wd-row__chev {
  color: #00b89e;
  font-weight: 800;
  flex-shrink: 0;
}

.wd-chip {
  display: inline-block;
  background: #d8faf4;
  color: #0d9b87;
  border-radius: 999px;
  padding: 0.22rem 0.6rem;
  font-size: 0.76rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.wd-days, .wd-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.7rem;
}

.wd-day, .wd-slot {
  border: 1.5px solid #cce8e0;
  background: #fff;
  border-radius: 12px;
  padding: 0.48rem 0.7rem;
  font: inherit;
  font-weight: 700;
  font-size: 0.84rem;
  cursor: pointer;
}

.wd-day.on, .wd-slot.on {
  background: #00b89e;
  border-color: #00b89e;
  color: #fff;
  box-shadow: 0 6px 16px rgba(0, 184, 158, 0.28);
}

.wd-btn {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  border: 1.5px solid #cce8e0;
  background: #fff;
  border-radius: 14px;
  padding: 0.75rem 0.9rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}

.wd-btn:disabled { opacity: 0.45; cursor: not-allowed; }

.wd-btn--primary {
  background: #00b89e;
  border-color: #00b89e;
  color: #fff;
  box-shadow: 0 8px 22px rgba(0, 184, 158, 0.3);
}

.wd-btn--ghost {
  background: transparent;
  border-color: transparent;
  color: #0d9b87;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wd-btn--sm {
  width: auto;
  display: inline-block;
  padding: 0.4rem 0.65rem;
  font-size: 0.78rem;
  margin: 0;
}

.wd-summary, .wd-info, .wd-warn, .wd-fake-field, .wd-link-box, .wd-appt {
  background: #fff;
  border: 1px solid #cce8e0;
  border-radius: 14px;
  padding: 0.75rem 0.85rem;
  margin-bottom: 0.5rem;
}

.wd-info strong, .wd-warn strong { display: block; margin-bottom: 0.15rem; }
.wd-warn { background: #fffbeb; border-color: #f59e0b; }

.wd-fake-field label {
  display: block;
  font-size: 0.7rem;
  color: #4a5c56;
  font-weight: 700;
  margin-bottom: 0.12rem;
}

.wd-success {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #d8faf4;
  color: #0d9b87;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0.2rem auto 0.7rem;
}

.wd-screen h3 { text-align: center; margin: 0 0 0.75rem; }

.wd-top { margin-bottom: 0.7rem; }
.wd-top strong { display: block; font-size: 1.05rem; letter-spacing: -0.02em; }
.wd-top span { color: #4a5c56; font-size: 0.8rem; }

.wd-appt__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.15rem;
}

.wd-card .wd-appt,
.wd-card .wd-appt-card {
  box-shadow: none;
}
.wd-card .wd-list { gap: 0.65rem; }

.wd-appt small,
.wd-appt-card__client { color: #4a5c56; font-size: 0.8rem; }
.wd-appt--warn { border-color: #f59e0b; background: #fffbeb; }
.wd-appt__actions { display: flex; gap: 0.4rem; margin-top: 0.5rem; }

/* Cards ≈ production appt-card */
.wd-appt-card {
  background: #fff;
  border: 1px solid #cce8e0;
  border-radius: 14px;
  padding: 0.9rem 0.95rem;
  margin: 0;
}
.wd-appt-card--warn {
  border-color: #d97706;
  background: linear-gradient(180deg, #fffbeb 0%, #fff 55%);
}
.wd-appt-card__time {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.wd-appt-card__flag {
  margin-top: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #b45309;
}
.wd-appt-card__service {
  margin-top: 0.4rem;
  font-weight: 700;
  font-size: 0.95rem;
}
.wd-appt-card__client {
  margin-top: 0.15rem;
  display: block;
}
.wd-appt-card__meta {
  margin-top: 0.12rem;
  font-size: 0.78rem;
  color: #4a5c56;
}
.wd-actions-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(5.4rem, 1fr));
  gap: 0.4rem;
  margin-top: 0.7rem;
}
.wd-actions-3 .wd-btn {
  width: 100%;
  margin: 0;
  padding: 0.55rem 0.25rem;
  font-size: 0.72rem;
  border-radius: 12px;
}
.wd-btn--soft {
  background: #f3faf7;
  border-color: #cce8e0;
  color: #141210;
}

.wd-schedule-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid #e8f2ee;
  font-size: 0.88rem;
}
.wd-schedule-row:last-child { border-bottom: 0; }
.wd-schedule-row strong { font-weight: 800; }
.wd-schedule-row span { color: #4a5c56; font-weight: 600; text-align: right; }
.wd-schedule-row span.off { color: #9ca3af; }

.wd-screen--panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding-bottom: 0.35rem;
}
.wd-screen--panel .wd-panel-body {
  flex: 1;
  padding-bottom: 0.5rem;
}
.wd-bottom-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
  margin: 0.35rem -0.15rem 0;
  padding: 0.4rem 0.2rem 0.15rem;
  border-top: 1px solid #cce8e0;
  background: rgba(255, 255, 255, 0.92);
  position: sticky;
  bottom: 0;
}
.wd-bottom-nav__item {
  border: 0;
  background: transparent;
  border-radius: 12px;
  padding: 0.4rem 0.2rem;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 700;
  color: #4a5c56;
  cursor: pointer;
  line-height: 1.2;
}
.wd-bottom-nav__item span {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.1rem;
}
.wd-bottom-nav__item.on {
  background: #d8faf4;
  color: #0d9b87;
}

.wd-badge {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: #e5e7eb;
  color: #374151;
  flex-shrink: 0;
}
.wd-badge--ok { background: #d1fae5; color: #065f46; }
.wd-badge--warn { background: #fef3c7; color: #92400e; }

.wd-tabs { display: flex; gap: 0.35rem; margin-bottom: 0.75rem; }
.wd-tab {
  flex: 1;
  border: 1.5px solid #cce8e0;
  background: #fff;
  border-radius: 12px;
  padding: 0.48rem 0.3rem;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
}
.wd-tab.on {
  background: #d8faf4;
  border-color: #00b89e;
  color: #0d9b87;
}

.wd-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin-bottom: 0.7rem;
}
.wd-stats > div {
  background: #fff;
  border: 1px solid #cce8e0;
  border-radius: 14px;
  padding: 0.6rem 0.35rem;
  text-align: center;
}
.wd-stats strong { display: block; font-size: 1.1rem; color: #0d9b87; }
.wd-stats span { font-size: 0.68rem; color: #4a5c56; }

.wd-link-box {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  word-break: break-all;
  background: #ecfdf8;
  border-color: #00b89e;
}

.wd-muted {
  margin: 0 0 0.65rem;
  font-size: 0.84rem;
  color: #4a5c56;
  line-height: 1.4;
}

.wd-empty {
  text-align: center;
  color: #4a5c56;
  padding: 1.4rem 0.75rem;
  font-size: 0.9rem;
}
.wd-empty__ico {
  display: block;
  font-size: 1.75rem;
  margin-bottom: 0.4rem;
  line-height: 1;
}

#web-demo-toast {
  position: fixed;
  left: 50%;
  bottom: 5.5rem;
  transform: translateX(-50%) translateY(12px);
  background: #141210;
  color: #fff;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  font-size: 0.86rem;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
  z-index: 120;
  max-width: min(92vw, 360px);
  text-align: center;
}
#web-demo-toast.is-on {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.web-demo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(0, 184, 158, 0.12);
  color: #0d9b87;
  border: 1px solid rgba(0, 184, 158, 0.35);
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  margin: 0 auto 0.75rem;
}

.wd-hero-links {
  margin-top: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #0d9b87;
}
.wd-hero-links button {
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  font-weight: 700;
  color: #0d9b87;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.wd-hero-links span { margin: 0 0.35rem; color: #cce8e0; font-weight: 500; }

.wd-success-title {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.wd-note {
  margin: 0.35rem 0 0.65rem;
  color: #4a5c56;
  font-size: 0.82rem;
  line-height: 1.4;
}

.wd-search-wrap { margin-bottom: 0.7rem; }
.wd-search {
  width: 100%;
  box-sizing: border-box;
  border: 1.5px solid #cce8e0;
  border-radius: 14px;
  padding: 0.7rem 0.85rem;
  font: inherit;
  font-size: 0.88rem;
  background: #fff;
}
.wd-search:focus {
  outline: none;
  border-color: #00b89e;
  box-shadow: 0 0 0 3px #e8f6f3;
}
.wd-cats {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem;
  margin: 0 0 0.7rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
  -webkit-overflow-scrolling: touch;
}
.wd-cat {
  flex-shrink: 0;
  border: 1.5px solid #cce8e0;
  background: #fff;
  border-radius: 999px;
  padding: 0.28rem 0.65rem;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 650;
  cursor: pointer;
  color: #141210;
}
.wd-cat.on {
  border-color: #00b89e;
  background: #d8faf4;
  color: #0d9b87;
}

.wd-svc {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  text-align: left;
  border: 1.5px solid #cce8e0;
  background: #fff;
  border-radius: 14px;
  padding: 0.65rem 0.7rem;
  font: inherit;
  cursor: pointer;
  color: inherit;
}
.wd-svc--static { cursor: default; }
.wd-svc.on { border-color: #00b89e; background: #f4fffb; }
.wd-svc__check {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 6px;
  border: 1.5px solid #cce8e0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
  background: #fff;
}
.wd-svc.on .wd-svc__check { background: #00b89e; border-color: #00b89e; }
.wd-svc__media {
  position: relative;
  flex-shrink: 0;
  width: 4.4rem;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  overflow: hidden;
  background: #eef5f2;
}
.wd-svc__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wd-svc__media--empty {
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  color: #0d9b87;
  background: #d8faf4;
}
.wd-svc__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.wd-svc__top {
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
  align-items: flex-start;
}
.wd-svc__top strong {
  font-size: 0.86rem;
  line-height: 1.3;
}
.wd-svc__price { font-weight: 800; font-size: 0.8rem; color: #141210; white-space: nowrap; }
.wd-svc__price--ask {
  font-weight: 600;
  color: #4a5c56;
  font-size: 0.7rem;
  white-space: normal;
  text-align: right;
  max-width: 5.5rem;
}
.wd-svc__cat {
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0d9b87;
  background: #d8faf4;
  border-radius: 999px;
  padding: 0.08rem 0.4rem;
}
.wd-svc__desc {
  font-size: 0.74rem;
  line-height: 1.3;
  color: #4a5c56;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wd-svc small { color: #4a5c56; font-size: 0.74rem; }

.wd-sticky {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid #edf5f2;
}
.wd-sticky__meta { min-width: 0; }
.wd-sticky__meta strong { display: block; font-size: 0.9rem; }
.wd-sticky__meta span { font-size: 0.78rem; color: #4a5c56; }

.wd-staff-field__label {
  font-size: 0.72rem;
  font-weight: 700;
  color: #4a5c56;
  margin-bottom: 0.35rem;
}
.wd-staff-card {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  text-align: left;
  border: 1.5px solid #cce8e0;
  background: #fff;
  border-radius: 14px;
  padding: 0.7rem 0.8rem;
  font: inherit;
  cursor: pointer;
  color: inherit;
}
.wd-staff-card--static { cursor: default; }
.wd-staff-card strong { display: block; }
.wd-staff-card small { color: #4a5c56; font-size: 0.78rem; }
.wd-staff-card__ico { font-size: 1.2rem; flex-shrink: 0; }
.wd-staff-card__chev { margin-left: auto; color: #8aa39c; font-size: 1.2rem; }
.wd-staff-avatar {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
  background: #ecfdf8;
}
.wd-staff-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wd-staff-avatar--initial,
.wd-staff-avatar--any {
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #0d9b87;
  background: #d8faf4;
  font-size: 0.95rem;
}
.wd-stars { letter-spacing: 0.04em; font-size: 0.72rem; color: #d4d4d4; }
.wd-stars .on { color: #f5a623; }
.wd-staff-rating {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.7rem;
  color: #4a5c56;
  margin-top: 0.1rem;
}
.wd-order {
  margin: 0.75rem 0;
  background: #f6fffc;
  border: 1px solid #cce8e0;
  border-radius: 12px;
  padding: 0.65rem 0.75rem;
}
.wd-order__label {
  font-size: 0.68rem;
  font-weight: 700;
  color: #4a5c56;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.4rem;
}
.wd-order__line {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.84rem;
  padding: 0.22rem 0;
}
.wd-order__line small {
  display: block;
  color: #4a5c56;
  font-size: 0.72rem;
}
.wd-order__ask { font-weight: 600; color: #4a5c56; font-size: 0.74rem; }
.wd-order__total {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  border-top: 1px solid #cce8e0;
  font-weight: 800;
}
.wd-waitlist {
  background: #fff8eb;
  border: 1px solid #f3d9a4;
  border-radius: 12px;
  padding: 0.7rem 0.75rem;
  margin-bottom: 0.65rem;
  font-size: 0.84rem;
}
.wd-staff-opt--static { cursor: default; }
.wd-staff-sheet { display: grid; gap: 0.4rem; margin-top: 0.45rem; }
.wd-staff-opt {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  text-align: left;
  border: 1.5px solid #cce8e0;
  background: #fff;
  border-radius: 12px;
  padding: 0.6rem 0.7rem;
  font: inherit;
  cursor: pointer;
}
.wd-staff-opt.on { border-color: #00b89e; background: #f4fffb; }
.wd-staff-opt strong, .wd-staff-opt small { display: block; }
.wd-staff-opt small { color: #4a5c56; font-size: 0.75rem; }

.wd-cal {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 2.55rem;
  border: 1.5px solid #cce8e0;
  background: #fff;
  border-radius: 12px;
  padding: 0.35rem 0.3rem;
  font: inherit;
  cursor: pointer;
}
.wd-cal small { font-size: 0.62rem; color: #4a5c56; font-weight: 700; }
.wd-cal strong { font-size: 0.95rem; }
.wd-cal.on { background: #00b89e; border-color: #00b89e; color: #fff; }
.wd-cal.on small { color: rgba(255,255,255,0.85); }

.wd-slot-group { margin-bottom: 0.55rem; }
.wd-slot-group__title {
  font-size: 0.72rem;
  font-weight: 700;
  color: #4a5c56;
  margin-bottom: 0.3rem;
}

.wd-confirm-sum {
  background: #f4fffb;
  border: 1px solid #cce8e0;
  border-radius: 14px;
  padding: 0.75rem 0.85rem;
  margin-bottom: 0.85rem;
}
.wd-confirm-sum__title { font-weight: 800; }
.wd-confirm-sum__when { margin: 0.2rem 0 0.45rem; font-weight: 700; }
.wd-chips { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.wd-chips .wd-chip { margin: 0; }

.wd-consent {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  margin: 0.65rem 0 0.85rem;
  font-size: 0.82rem;
  color: #4a5c56;
  line-height: 1.35;
}
.wd-consent__mark {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 6px;
  background: #00b89e;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
  flex-shrink: 0;
}
.wd-consent strong { display: block; color: #141210; }

.wd-notify { display: grid; grid-template-columns: 1fr 1fr; gap: 0.45rem; margin-bottom: 0.75rem; }
.wd-notify__btn {
  border: 1.5px solid #cce8e0;
  background: #fff;
  border-radius: 12px;
  padding: 0.55rem 0.45rem;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.wd-notify__btn small { display: block; font-weight: 650; color: #4a5c56; font-size: 0.7rem; }
.wd-notify__btn.on { border-color: #00b89e; background: #f4fffb; }

.wd-btn--tg {
  background: linear-gradient(135deg, #2aabee, #1688c7);
  border-color: transparent;
  color: #fff;
}
.wd-btn--wa {
  background: #ecfdf3;
  border-color: #25d366;
  color: #128c7e;
}

.wd-profile-bar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}
.wd-avatar {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: #00b89e;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
.wd-actions-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
  margin-top: 0.65rem;
}
.wd-actions-2 .wd-btn { margin-top: 0; }

.wd-fake-field em { font-style: normal; color: #8aa39c; font-weight: 650; }
