.demo-phone-screen {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.15)),
    repeating-linear-gradient(to bottom, #f4f1e8 0, #f4f1e8 22px, #ebe6d8 23px, #f4f1e8 24px);
}

.demo-tabbar {
  background: #fff;
}

.demo-tabbar button {
  color: #6b7280;
}

.demo-tabbar button span {
  background: #f3f4f6;
  color: #6b7280;
}

.demo-tabbar button.is-active {
  color: #111827;
}

.demo-tabbar button.is-active span {
  background: #2b4872;
  color: #fffaf1;
}

.demo-tabbar button .tab-icon,
.demo-tabbar button .tab-label {
  background: transparent;
}

.demo-tabbar button .tab-icon {
  position: relative;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #eef4f2;
  color: #708087;
}

.demo-tabbar button .tab-label {
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  color: inherit;
  font-size: 0.66rem;
  line-height: 1.2;
}

.demo-tabbar button.is-active .tab-icon {
  background: #2b4872;
  color: #fffaf1;
}

.demo-tabbar button.is-active .tab-label {
  background: transparent;
  color: #111827;
}

.tab-icon::before,
.tab-icon::after {
  position: absolute;
  content: "";
}

.tab-icon-duty::before {
  width: 7px;
  height: 11px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-1px) rotate(38deg);
}

.tab-icon-schedule::before {
  width: 13px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.tab-icon-schedule::after {
  top: 8px;
  width: 13px;
  height: 2px;
  background: currentColor;
}

.tab-icon-records::before {
  width: 13px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 -5px 0 currentColor, 0 5px 0 currentColor;
}

.tab-icon-stats::before {
  bottom: 6px;
  left: 6px;
  width: 3px;
  height: 7px;
  background: currentColor;
  box-shadow: 5px -4px 0 currentColor, 10px -8px 0 currentColor;
}

.tab-icon-dot::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.wx-mini-page {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.15)),
    repeating-linear-gradient(to bottom, #f4f1e8 0, #f4f1e8 22px, #ebe6d8 23px, #f4f1e8 24px);
  color: #223047;
  font-family: "Noto Sans SC", Inter, system-ui, sans-serif;
}

.wx-mini-page * {
  box-sizing: border-box;
}

.wx-container {
  display: grid;
  gap: 12px;
  padding: 14px 12px 22px;
}

.wx-mini-page h2,
.wx-mini-page h3,
.wx-mini-page p {
  margin: 0;
}

.wx-ticket-card,
.wx-record-card,
.wx-anomaly-card,
.wx-audit-card,
.wx-duty-card,
.wx-duty-time,
.wx-agenda-card,
.wx-agenda-time,
.wx-schedule-card,
.wx-employee-card,
.wx-ops-card,
.wx-export-row {
  border: 1px solid #9eaec1;
  background: rgba(255, 252, 244, 0.95);
  box-shadow: 0 5px 12px rgba(62, 79, 105, 0.08);
}

.wx-ticket-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.wx-ticket-card::before {
  position: absolute;
  top: 44px;
  right: 0;
  left: 0;
  border-top: 1px dashed rgba(73, 101, 138, 0.28);
  content: "";
  pointer-events: none;
}

.wx-no-header::before,
.wx-no-header .wx-ticket-header {
  display: none;
}

.wx-ticket-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 14px 12px;
  background: linear-gradient(135deg, #29486f, #4d6d90);
  color: #fffaf1;
}

.wx-ticket-header-muted {
  background: linear-gradient(135deg, #6d7d8c, #8d9bab);
}

.wx-ticket-header h2 {
  margin-top: 4px;
  color: currentColor;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.wx-ticket-kicker {
  display: block;
  font-size: 0.62rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  opacity: 0.84;
  text-transform: uppercase;
}

.wx-ticket-serial {
  flex: none;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 4px 8px;
  color: currentColor;
  font-size: 0.66rem;
  font-weight: 800;
  white-space: nowrap;
}

.wx-ticket-body {
  display: grid;
  gap: 12px;
  padding: 14px 12px 15px;
}

.wx-ticket-note,
.wx-top-note,
.wx-location-card p,
.wx-apply-item p,
.wx-schedule-card p,
.wx-audit-card p {
  color: #5e6c7f;
  font-size: 0.75rem;
  line-height: 1.55;
}

.wx-top-note {
  color: rgba(255, 250, 241, 0.82);
}

.wx-field-label {
  color: #6b7684;
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.wx-picker,
.wx-input-field,
.wx-textarea {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccd5de;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.9);
  padding: 9px 10px;
  color: #223047;
  font-size: 0.84rem;
  font-weight: 700;
}

.wx-textarea {
  align-items: flex-start;
  min-height: 106px;
  color: #5e6c7f;
  font-weight: 560;
  line-height: 1.55;
}

.wx-primary-btn,
.wx-secondary-btn,
.wx-mini-page button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #8ea1b8;
  border-radius: 9px;
  padding: 0 12px;
  color: #26405f;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
}

.wx-primary-btn {
  border-color: #2b4872;
  background: linear-gradient(135deg, #2b4872, #47698b);
  color: #fffaf1;
}

.wx-secondary-btn,
.wx-mini-page button {
  background: rgba(255, 255, 255, 0.92);
}

.wx-primary-btn:disabled,
.wx-secondary-btn:disabled,
.wx-mini-page button:disabled {
  border-color: #cad1d8;
  background: rgba(231, 234, 238, 0.95);
  color: #96a0ad;
  cursor: not-allowed;
}

.wx-btn-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.wx-btn-stack {
  display: grid;
  gap: 8px;
}

.wx-tag {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid #9eaec1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  padding: 0 8px;
  color: #2c456a;
  font-size: 0.66rem;
  font-weight: 820;
  white-space: nowrap;
}

.wx-tag.safe {
  border-color: #7d8b57;
  background: rgba(216, 224, 194, 0.45);
  color: #5b6a39;
}

.wx-tag.pending,
.wx-tag.attention,
.wx-tag.warn {
  border-color: #cda35d;
  background: rgba(244, 228, 199, 0.55);
  color: #8a5d20;
}

.wx-tag.dark {
  border-color: #173a66;
  background: #173a66;
  color: #fffaf1;
}

.wx-tag.muted {
  background: rgba(255, 255, 255, 0.7);
  color: #6a7686;
}

.wx-topbar {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  align-items: center;
  margin: -14px -12px 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.84);
  padding: 12px 14px;
}

.wx-topbar span {
  color: #355789;
  font-size: 0.78rem;
  font-weight: 760;
}

.wx-topbar strong {
  color: #222;
  font-size: 0.9rem;
  text-align: center;
}

.wx-auth-result {
  border: 1px solid rgba(16, 200, 92, 0.42);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.86);
  padding: 11px 12px;
  text-align: center;
}

.wx-auth-result strong {
  color: #223047;
}

.wx-duty-list,
.wx-agenda-list {
  display: grid;
  gap: 9px;
}

.wx-duty-ticket,
.wx-agenda-item {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 8px;
}

.wx-duty-time,
.wx-agenda-time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-color: #d7dee6;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 12px 6px;
  text-align: center;
}

.wx-duty-time strong,
.wx-agenda-time strong {
  color: #223047;
  font-size: 1rem;
  line-height: 1.2;
}

.wx-duty-time i,
.wx-agenda-time i {
  display: block;
  width: 24px;
  height: 3px;
  margin: 6px 0;
  border-radius: 999px;
  background: #7b97bb;
}

.wx-duty-card,
.wx-agenda-card {
  border-color: #d7dee6;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.88);
  padding: 11px 12px;
}

.wx-duty-ticket.is-active .wx-duty-card {
  border-color: #7b97bb;
  box-shadow: 0 5px 12px rgba(43, 72, 114, 0.08);
}

.wx-duty-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.wx-duty-top h3 {
  color: #223047;
  font-size: 0.9rem;
  font-weight: 820;
  line-height: 1.25;
}

.wx-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.wx-chip-row span {
  border-radius: 999px;
  background: #eef3f8;
  padding: 4px 8px;
  color: #48617f;
  font-size: 0.66rem;
  font-weight: 760;
}

.wx-location-lines {
  margin-top: 8px;
}

.wx-location-lines strong,
.wx-location-lines span {
  display: block;
}

.wx-location-lines strong {
  color: #223047;
  font-size: 0.82rem;
  line-height: 1.35;
}

.wx-location-lines span {
  color: #2f4058;
  font-size: 0.72rem;
}

.wx-ticket-grid,
.wx-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.wx-ticket-grid div,
.wx-metric {
  min-width: 0;
  border: 1px solid #d4dbe4;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  padding: 9px;
}

.wx-ticket-grid span,
.wx-metric span {
  display: block;
  color: #6b7684;
  font-size: 0.65rem;
  letter-spacing: 0.05em;
}

.wx-ticket-grid strong,
.wx-metric strong {
  display: block;
  margin-top: 4px;
  color: #29486f;
  font-size: 1.16rem;
  line-height: 1.1;
}

.wx-ticket-grid strong {
  color: #223047;
  font-size: 0.86rem;
  line-height: 1.35;
}

.wx-metric em {
  display: block;
  color: #6b7684;
  font-size: 0.66rem;
  font-style: normal;
}

.wx-metric.warn strong {
  color: #c85a6a;
}

.wx-metric.good strong {
  color: #6b7b43;
}

.wx-location-module {
  position: relative;
  border: 1px dashed #6d85a6;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.62);
  padding: 18px 12px 12px;
  text-align: center;
}

.wx-location-module .wx-tag {
  position: absolute;
  top: 10px;
  right: 10px;
}

.wx-location-icon {
  display: grid;
  width: 56px;
  height: 56px;
  margin: 0 auto 8px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #2b4872, #47698b);
  color: #fffaf1;
  font-weight: 820;
}

.wx-location-card {
  border: 1px solid #d7dee6;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  padding: 9px 10px;
  text-align: left;
}

.wx-location-card strong {
  color: #223047;
  font-size: 0.86rem;
}

.wx-week-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px minmax(0, 1fr);
  align-items: end;
  gap: 7px;
}

.wx-week-card button,
.wx-week-card div button {
  min-height: 38px;
  font-size: 0.72rem;
}

.wx-week-card div {
  display: grid;
  gap: 3px;
  justify-items: center;
  color: #223047;
  text-align: center;
}

.wx-week-card div span {
  color: #5f6f83;
  font-size: 0.7rem;
  font-weight: 760;
}

.wx-segment-row,
.wx-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wx-segment-row button,
.wx-filter-row span {
  flex: 1;
  min-width: 92px;
  border: 1px solid #c8d3df;
  border-radius: 999px;
  background: #fff;
  padding: 8px 10px;
  color: #223047;
  font-size: 0.78rem;
  font-weight: 820;
  text-align: center;
}

.wx-segment-row button.active,
.wx-filter-row span.active {
  border-color: #355789;
  background: #355789;
  color: #fff;
}

.wx-list-header {
  display: grid;
  gap: 4px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  padding: 12px 14px;
}

.wx-list-header strong {
  color: #223047;
  font-size: 1.02rem;
}

.wx-list-header span {
  color: #6b7684;
  font-size: 0.75rem;
}

.wx-date-tabs {
  display: flex;
  gap: 6px;
  overflow: hidden;
}

.wx-date-tabs span {
  display: grid;
  width: 46px;
  min-height: 52px;
  place-items: center;
  gap: 3px;
  border: 1px solid #dbe4ee;
  border-radius: 12px;
  background: #fff;
  color: #223047;
  font-weight: 820;
  text-align: center;
}

.wx-date-tabs span em,
.wx-date-tabs span strong {
  display: block;
  color: currentColor;
  line-height: 1.05;
}

.wx-date-tabs span em {
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 760;
}

.wx-date-tabs span strong {
  font-size: 0.72rem;
  font-weight: 900;
}

.wx-date-tabs span.active {
  border-color: #355789;
  background: #355789;
  color: #fff;
}

.wx-matrix-screen,
.wx-preview-grid {
  border: 1px solid #d7dee6;
  border-radius: 14px;
  background: rgba(255, 252, 244, 0.96);
  padding: 8px;
}

.wx-matrix-title {
  margin-bottom: 6px;
  color: #2b4872;
  font-size: 0.72rem;
  font-weight: 900;
}

.wx-matrix-grid,
.wx-preview-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #355789;
  border-radius: 4px;
  padding: 0;
}

.wx-matrix-grid b,
.wx-matrix-grid span,
.wx-preview-grid b,
.wx-preview-grid span,
.wx-weekly-table b,
.wx-weekly-table span {
  min-height: 44px;
  border-right: 1px dashed #c8d3df;
  border-bottom: 1px solid #d9e1ea;
  background: #fff;
  padding: 7px 4px;
  color: #223047;
  font-size: 0.66rem;
  font-weight: 760;
  text-align: center;
}

.wx-matrix-grid b,
.wx-preview-grid b,
.wx-weekly-table b {
  background: #355789;
  color: #fffaf1;
}

.wx-record-day header,
.wx-record-head,
.wx-user-strip,
.wx-search-result,
.wx-export-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.wx-record-day header {
  border: 1px solid #d7dee6;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 11px;
}

.wx-record-day header div {
  border-left: 4px solid #355789;
  padding-left: 9px;
}

.wx-record-day header strong,
.wx-record-head strong,
.wx-profile-header strong,
.wx-search-result strong,
.wx-user-strip strong,
.wx-apply-item strong,
.wx-export-row strong {
  display: block;
  color: #223047;
  font-size: 0.9rem;
  line-height: 1.25;
}

.wx-record-day header span,
.wx-record-head span,
.wx-profile-header span,
.wx-search-result span,
.wx-user-strip span {
  display: block;
  margin-top: 3px;
  color: #6b7684;
  font-size: 0.7rem;
}

.wx-record-day header em {
  color: #355789;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 820;
}

.wx-record-card {
  margin-top: 8px;
  overflow: hidden;
  border-color: #c8d3df;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
}

.wx-record-head {
  border-bottom: 1px solid #dbe3eb;
  background: rgba(43, 72, 114, 0.06);
  padding: 9px 10px 7px;
}

.wx-record-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 8px 9px;
}

.wx-record-facts div {
  border-radius: 8px;
  background: rgba(244, 247, 251, 0.92);
  padding: 7px 6px;
}

.wx-record-facts span {
  display: block;
  color: #6b7684;
  font-size: 0.62rem;
}

.wx-record-facts strong {
  display: block;
  color: #223047;
  font-size: 0.72rem;
  line-height: 1.3;
  white-space: nowrap;
}

.wx-profile-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0 10px;
}

.wx-avatar {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #2b4872;
  color: #fffaf1;
  font-size: 1.16rem;
  font-weight: 820;
}

.wx-section-title {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #2b4872;
  font-size: 0.88rem;
  font-weight: 820;
}

.wx-section-title::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eac936;
  content: "";
}

.wx-section-title.panel {
  border: 1px solid #d7dee6;
  border-radius: 8px;
  background: #eef1f5;
  padding: 8px 9px;
}

.wx-report-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px dashed #c3cfdb;
  background: rgba(255, 255, 255, 0.92);
  padding: 12px;
}

.wx-report-header strong {
  color: #2b4872;
  font-size: 1rem;
}

.wx-report-header span {
  color: #6b7684;
  font-size: 0.66rem;
}

.wx-apply-item {
  border: 1px solid #d7dee6;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  padding: 9px 10px;
}

.wx-apply-item div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.wx-dashboard-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: -14px -12px 9px;
  border-bottom: 1px dashed #9baec4;
  background: rgba(244, 242, 233, 0.9);
  padding: 12px;
  color: #2b4872;
}

.wx-dashboard-nav strong {
  font-size: 1rem;
}

.wx-dashboard-nav span {
  border: 1px solid #2b4872;
  border-radius: 999px;
  padding: 2px 5px;
  font-size: 0.58rem;
  font-weight: 820;
}

.wx-stat-grid .wx-metric,
.wx-admin-count-grid .wx-metric,
.wx-ops-grid .wx-metric {
  position: relative;
  border-radius: 4px;
  background: #fff;
}

.wx-stat-grid .wx-metric::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: #2b4872;
  content: "";
}

.wx-stat-grid .wx-metric.good::before {
  background: #6b7b43;
}

.wx-stat-grid .wx-metric.warn::before {
  background: #c85a6a;
}

.wx-pending-line {
  color: #5f6f83;
  font-size: 0.72rem;
}

.wx-dept-row {
  display: grid;
  gap: 6px;
  border-bottom: 1px solid #d8e1eb;
  padding: 8px 0;
}

.wx-dept-row div,
.wx-employee-card div,
.wx-schedule-card header,
.wx-audit-card article div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.wx-dept-row strong {
  color: #2b4872;
  font-size: 0.8rem;
}

.wx-dept-row span {
  border: 1px solid currentColor;
  border-radius: 4px;
  padding: 2px 5px;
  color: #6b7b43;
  font-size: 0.62rem;
  font-weight: 820;
}

.wx-dept-row i {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: #6b7b43;
}

.wx-dept-row i.warn {
  background: #eac936;
}

.wx-search-result {
  border: 1px solid #d8e1eb;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.92);
  padding: 9px 10px;
}

.wx-weekly-table {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #355789;
  border-radius: 4px;
}

.wx-review-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.wx-review-head > span {
  display: inline-flex;
  height: 24px;
  align-items: center;
  border: 1px solid #d7dee6;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  padding: 0 8px;
  color: #5e6c7f;
  font-size: 0.66rem;
  font-weight: 820;
}

.wx-anomaly-card {
  overflow: hidden;
  border-radius: 10px;
}

.wx-anomaly-card header {
  display: flex;
  justify-content: space-between;
  background: #c85a6a;
  padding: 8px 10px;
  color: #fffaf1;
  font-size: 0.7rem;
  font-weight: 820;
}

.wx-anomaly-card header.done {
  background: #486e93;
}

.wx-user-strip {
  border-bottom: 1px dashed #c7d0da;
  padding: 10px;
}

.wx-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #c7d0da;
}

.wx-comparison-grid div {
  background: rgba(255, 255, 255, 0.9);
  padding: 8px;
}

.wx-comparison-grid span {
  display: block;
  color: #486e93;
  font-size: 0.64rem;
  font-weight: 820;
}

.wx-comparison-grid p {
  min-height: 62px;
  margin-top: 5px;
  border-radius: 6px;
  background: #f6f3ea;
  padding: 8px;
  color: #223047;
  font-size: 0.74rem;
  line-height: 1.5;
}

.wx-details-row {
  border-top: 1px solid rgba(158, 174, 193, 0.28);
  padding: 8px 10px;
  color: #5e6c7f;
  font-size: 0.74rem;
}

.wx-action-bar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #c7d0da;
}

.wx-action-bar button {
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.95);
  color: #6b7b43;
}

.wx-action-bar button:first-child {
  border-right: 1px solid #c7d0da;
  color: #c85a6a;
}

.wx-admin-page {
  background-color: #fbfaf5;
  background-image:
    linear-gradient(rgba(53, 87, 137, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 87, 137, 0.06) 1px, transparent 1px);
  background-size: 14px 14px;
}

.wx-admin-panel-card .wx-ticket-header,
.wx-workspace-card .wx-ticket-header,
.wx-schedule-work-card .wx-ticket-header,
.wx-employee-list-card .wx-ticket-header,
.wx-schedule-list-card .wx-ticket-header {
  position: relative;
  background: #173a66;
}

.wx-ops-card {
  overflow: hidden;
  border-color: #d7dee6;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.84);
}

.wx-ops-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #eef1f5;
  padding: 8px 9px;
}

.wx-ops-card header strong {
  color: #223047;
  font-size: 0.78rem;
}

.wx-ops-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.wx-ops-grid .wx-metric {
  border: 0;
  border-right: 1px solid #eef1f5;
  border-bottom: 1px solid #eef1f5;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}

.wx-section-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #d7dee6;
}

.wx-section-nav button {
  min-height: 42px;
  border: 0;
  border-right: 1px solid #eef1f5;
  border-bottom: 1px solid #eef1f5;
  border-radius: 0;
  color: #355789;
}

.wx-section-nav button.active {
  background: #355789;
  color: #fffaf1;
}

.wx-import-summary,
.wx-employee-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border: 1px dashed #d7dee6;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.82);
  padding: 8px 9px;
}

.wx-import-summary span,
.wx-employee-meta span {
  color: #2c456a;
  font-size: 0.68rem;
  font-weight: 820;
}

.wx-employee-card,
.wx-schedule-card,
.wx-export-row {
  display: grid;
  gap: 7px;
  border-color: #dce4ee;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  padding: 8px 9px;
}

.wx-employee-card strong,
.wx-schedule-card strong {
  color: #17243a;
  font-size: 0.86rem;
}

.wx-employee-card p,
.wx-schedule-card p {
  color: #6b7684;
  font-size: 0.7rem;
}

.wx-schedule-card div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr);
  align-items: center;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  padding: 6px 0;
  color: #173a66;
  font-size: 0.72rem;
  font-weight: 820;
}

.wx-schedule-card i {
  justify-self: center;
  width: 1px;
  height: 16px;
  background: #cfd8e2;
}

.wx-audit-card {
  border: 0;
  border-radius: 0;
  background-color: #fbfdff;
  background-image: radial-gradient(rgba(72, 94, 122, 0.16) 1px, transparent 1.2px);
  background-size: 11px 11px;
  box-shadow: none;
}

.wx-audit-card > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 12px 10px;
}

.wx-audit-card header span {
  color: #8a98aa;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.wx-audit-card header strong {
  display: block;
  margin-top: 3px;
  color: #17243a;
  font-size: 0.94rem;
}

.wx-audit-card header em {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  padding: 3px 7px;
  color: #506075;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
}

.wx-audit-card article {
  border-bottom: 1px dashed #d5dee9;
  background: rgba(255, 255, 255, 0.95);
  padding: 12px 10px 10px;
}

.wx-audit-card article strong {
  color: #203f69;
  font-size: 0.82rem;
}

.wx-audit-card footer {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: rgba(245, 248, 252, 0.94);
  color: #8793a4;
  font-size: 0.58rem;
  font-weight: 900;
}

.wx-audit-card footer span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9aa7b7;
}

.wx-audit-card footer strong {
  border-radius: 4px;
  background: #e4e9f0;
  padding: 2px 7px;
  color: #40536c;
}

@media (max-width: 760px) {
  .demo-workspace {
    width: min(100%, 340px);
    margin-right: auto;
    margin-left: auto;
  }

  .demo-control-rail,
  .demo-phone-wrap,
  .demo-side-panel {
    overflow: hidden;
  }

  .demo-screen-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .demo-screen-list button {
    width: 100%;
    min-width: 0;
    padding-right: 6px;
    padding-left: 6px;
  }

  .demo-phone {
    max-width: 280px;
  }
}
