#screenTest {
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  min-height: 0;
}

#screenTest.active {
  padding: 0 !important;
  align-items: stretch !important;
  display: flex !important;
  flex-direction: column !important;
}

#screenTest.active > #statsTestReactRoot {
  flex: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.stats-test-react {
  --st-bg: #f8fafc;
  --st-card: #ffffff;
  --st-border: #e2e8f0;
  --st-text: #0f172a;
  --st-muted: #64748b;
  --st-soft: #94a3b8;
  --st-blue: #2563eb;
  --st-green: #10b981;
  --st-violet: #8b5cf6;
  --st-red: #dc2626;
  width: 100%;
  min-height: 100%;
  padding: 32px;
  background: #f8fafc;
  color: var(--st-text);
  font-family: 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.4;
}

.stats-test-react,
.stats-test-react * {
  box-sizing: border-box;
}

.stats-test-react button,
.stats-test-react input {
  font-family: inherit;
}

.st-shell.mt-shell {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  gap: 32px;
}

body:has(#screenTest.active) .tabs {
  border-bottom: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
}

body:has(#screenTest.active) .tabs-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 8px;
  padding-right: 8px;
}

body:has(#screenTest.active) .tab {
  min-height: 42px;
  border-radius: 10px;
  color: #64748b;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
}

body:has(#screenTest.active) .tab:hover {
  background: #f8fafc;
  color: #0f172a;
}

body:has(#screenTest.active) .tab.active {
  color: #0f172a;
  background: transparent;
}

body:has(#screenTest.active) .tab.active::after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  background: #2563eb;
}

body:has(#screenTest.active) .tab .tab-icon {
  width: 16px;
  height: 16px;
}

.st-workstats.mt-stats-wrap {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.st-workstats-body {
  padding: 0;
  display: grid;
  gap: 18px;
}

.st-workstats-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.st-workstats-kpi {
  min-height: 224px;
  border-radius: 24px;
  border: 0;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.st-workstats-kpi.kpi-rows {
  background: #ffffff;
}

.st-workstats-kpi.kpi-pages {
  background: #ffffff;
}

.st-workstats-kpi.kpi-money {
  background: #ffffff;
}

.st-workstats-kpi-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.st-workstats-kpi-head {
  min-width: 0;
}

.st-workstats-kpi-sub {
  font-size: 14px;
  line-height: 20px;
  color: #6a7282;
  font-weight: 400;
  margin-bottom: 4px;
}

.st-workstats-kpi-icon {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.st-workstats-kpi-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  filter: blur(12px);
  opacity: 0.5;
  background: inherit;
  z-index: 0;
}

.st-workstats-kpi.kpi-rows .st-workstats-kpi-icon {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.st-workstats-kpi.kpi-pages .st-workstats-kpi-icon {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.st-workstats-kpi.kpi-money .st-workstats-kpi-icon {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}

.st-workstats-kpi-icon-img {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  display: block;
}

.st-workstats-kpi-label {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #101828;
}

.st-workstats-kpi-value-line {
  margin-top: 16px;
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
}

.st-workstats-kpi-value {
  font-size: 44px;
  line-height: 44px;
  letter-spacing: 0;
  font-weight: 700;
  color: #0a0a0a;
}

.st-workstats-kpi-value-sub {
  font-size: 22px;
  line-height: 28px;
  color: #99a1af;
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 1px;
}

.st-workstats-kpi-bar {
  margin-top: auto;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: #f3f4f6;
  overflow: hidden;
}

.st-workstats-kpi-bar > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #10b981 0%, #059669 100%);
}

.st-workstats-kpi.kpi-pages .st-workstats-kpi-bar > span {
  background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
}

.st-workstats-kpi-foot {
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #111827;
  font-weight: 500;
}

.mt-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.05fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.mt-main-leaves,
.mt-main-activity {
  height: auto;
  min-height: 0;
}

.mt-main-leaves {
  height: 700px;
  min-height: 700px;
  display: flex;
  flex-direction: column;
}

.mt-main-activity {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.st-grid.st-grid-online {
  display: block;
}

.st-grid {
  display: grid;
  gap: 16px;
}

.st-full {
  grid-column: 1 / -1;
}

.st-card {
  background: var(--st-card);
  border: 0.8px solid var(--st-border);
  border-radius: 14px;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.08);
}

.st-card-title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.st-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.st-card-icon.calendar {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.st-card-icon.pulse {
  background: #fff7ed;
  box-shadow: none;
}

.st-card-icon.live {
  background: linear-gradient(135deg, #06b6d4 0%, #2563eb 100%);
}

.st-card-icon svg {
  width: 20px;
  height: 20px;
}

.st-card-title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0;
  color: #0f172b;
}

.st-online .st-card-title,
.st-sheets .st-card-title,
.st-activity .st-card-title,
.mt-live-card .st-card-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.st-card-sub {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #62748e;
}

.st-sheets {
  background: rgba(255, 255, 255, 0.6);
  border: 0.8px solid rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1), 0 8px 10px rgba(0, 0, 0, 0.1);
  padding: 24px;
}

.st-sheets-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0;
  margin-bottom: 16px;
}

.st-sheets .st-card-icon.calendar {
  border-radius: 14px;
  background: linear-gradient(135deg, #2b7fff 0%, #615fff 100%);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.st-sheets .st-card-icon.calendar .st-workstats-kpi-icon-img {
  width: 20px;
  height: 20px;
}

.st-sheets .st-card-title {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
  color: #0f172b;
}

.st-sheet-tabs {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  height: 38px;
  border: 0.8px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 4px;
  margin: 0;
  overflow-x: auto;
  scrollbar-width: none;
  flex-shrink: 0;
}

.st-sheet-tabs::-webkit-scrollbar {
  display: none;
}

.st-sheet-tab {
  appearance: none;
  border: 0;
  background: transparent;
  color: #45556c;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  border-radius: 8px;
  padding: 6px 12px;
  min-height: 28px;
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.st-sheet-tab.on {
  background: linear-gradient(90deg, #2b7fff 0%, #615fff 100%);
  color: #ffffff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.st-sheet-tab-label {
  display: inline-block;
}

.st-sheet-tab-count {
  display: none;
}

.st-sheet-table-wrap {
  border: 0.8px solid rgba(255, 255, 255, 0.4);
  border-radius: 14px;
  background: transparent;
  overflow: auto;
  margin-top: 0;
  flex: 1 1 auto;
  min-height: 0;
}

.st-sheet-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
}

.st-sheet-table th {
  background: linear-gradient(90deg, rgba(248, 250, 252, 0.8) 0%, rgba(241, 245, 249, 0.8) 100%);
  color: #45556c;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  padding: 12px 16px;
  border-bottom: 0.8px solid rgba(255, 255, 255, 0.4);
}

.st-sheet-table td {
  padding: 17px 16px;
  border-bottom: 0.8px solid rgba(255, 255, 255, 0.4);
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  color: #0f172b;
  font-weight: 400;
}

.st-sheet-table th:nth-child(1),
.st-sheet-table td:nth-child(1) { width: 22.13%; }

.st-sheet-table th:nth-child(2),
.st-sheet-table td:nth-child(2) { width: 30.55%; }

.st-sheet-table th:nth-child(3),
.st-sheet-table td:nth-child(3) { width: 25.05%; }

.st-sheet-table th:nth-child(4),
.st-sheet-table td:nth-child(4) { width: 22.27%; }

.st-sheet-table tbody tr:last-child td {
  border-bottom: 0;
}

.st-sheet-row {
  cursor: pointer;
  transition: background-color 0.12s ease;
}

.st-sheet-row:hover {
  background: rgba(255, 255, 255, 0.35);
}

.st-sheet-row.sel {
  background: rgba(219, 234, 254, 0.35);
}

@keyframes stShake {
  0% { transform: translateX(0); }
  30% { transform: translateX(-4px); }
  60% { transform: translateX(4px); }
  100% { transform: translateX(0); }
}

.st-sheet-row.shake {
  animation: stShake 0.36s ease-in-out;
}

.st-sheet-col-num,
.st-sheet-col-count {
  font-weight: 400;
  color: #314158;
}

.st-sheet-col-num {
  color: #0f172b;
}

.st-sheet-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 26px;
  border-radius: 999px;
  padding: 4px 12px;
  border: 0.8px solid #dbe4ef;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #45556c;
  background: #f8fafc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.st-sheet-status.progress {
  color: #1447e6;
  border-color: #bedbff;
  background: linear-gradient(90deg, #dbeafe 0%, #e0e7ff 100%);
}

.st-sheet-status.done {
  color: #007a55;
  border-color: #a4f4cf;
  background: linear-gradient(90deg, #d0fae5 0%, #cbfbf1 100%);
}

.st-sheet-status.idle {
  color: #45556c;
  border-color: #d6deea;
  background: #eef2f7;
}

.st-sheet-progress {
  display: grid;
  grid-template-columns: minmax(76px, 1fr) 48px;
  gap: 12px;
  align-items: center;
  max-width: 138px;
}

.st-sheet-progress-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.st-sheet-progress-bar > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2b7fff 0%, #615fff 100%);
}

.st-sheet-row.done .st-sheet-progress-bar > span {
  background: linear-gradient(90deg, #00bc7d 0%, #00bba7 100%);
}

.st-sheet-row.idle .st-sheet-progress-bar > span {
  background: #90a1b9;
}

.st-sheet-progress-txt {
  font-size: 12px;
  font-weight: 400;
  color: #45556c;
  white-space: nowrap;
  text-align: right;
  line-height: 16px;
}

.st-sheet-pager {
  margin-top: 16px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.st-sheet-pager-info {
  font-size: 14px;
  line-height: 20px;
  color: #45556c;
  font-weight: 400;
}

.st-sheet-pager-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.st-sheet-pager-btn {
  height: 32px;
  padding: 0 8px;
  border-radius: 10px;
  border: 0;
  background: transparent;
  color: #45556c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
}

.st-sheet-pager-btn:disabled {
  opacity: 0.45;
  cursor: default;
}

.st-sheet-pager-pages {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.st-sheet-pager-page {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #45556c;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0;
}

.st-sheet-pager-page.on {
  color: #ffffff;
  background: linear-gradient(90deg, #2b7fff 0%, #615fff 100%);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.st-empty {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 14px;
}

.st-activity {
  background: #ffffff;
  border: 0.8px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0.8px;
  overflow: hidden;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.st-activity-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 0;
  padding: 24px 24px 0;
  border-bottom: 0;
  background: #ffffff;
}

.st-activity-head-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.st-activity-clear {
  appearance: none;
  border: 0.8px solid #e5e7eb;
  background: #ffffff;
  color: #364153;
  height: 37.6px;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
}

.st-activity-clear:hover:not(:disabled) {
  background: #f9fafb;
  color: #101828;
}

.st-activity-clear:disabled {
  opacity: 0.45;
  cursor: default;
}

.st-activity-live {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 37.6px;
  border-radius: 10px;
  padding: 0 16px;
  background: #fef2f2;
  color: #e7000b;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.st-activity .st-card-icon.pulse {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fff7ed;
  color: #f97316;
}

.st-activity .st-card-icon.pulse .st-workstats-kpi-icon-img {
  width: 20px;
  height: 20px;
}

.st-activity .st-card-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #101828;
}

.st-activity .st-card-sub {
  font-size: 14px;
  line-height: 20px;
  color: #6a7282;
}

.st-activity-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 16px 24px 24px;
  border-bottom: 0.8px solid #e5e7eb;
}

.st-activity-stat {
  min-height: 68px;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
}

.st-activity-stat-label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.st-activity-stat-value {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.st-activity-stat.total {
  background: #f9fafb;
}

.st-activity-stat.total .st-activity-stat-label {
  color: #6a7282;
}

.st-activity-stat.total .st-activity-stat-value {
  color: #101828;
}

.st-activity-stat.surplus {
  background: #f0fdf4;
}

.st-activity-stat.surplus .st-activity-stat-label {
  color: #00a63e;
}

.st-activity-stat.surplus .st-activity-stat-value {
  color: #008236;
}

.st-activity-stat.shortage {
  background: #fff7ed;
}

.st-activity-stat.shortage .st-activity-stat-label {
  color: #f54900;
}

.st-activity-stat.shortage .st-activity-stat-value {
  color: #ca3500;
}

.st-activity-stat.nodiff {
  background: #faf5ff;
}

.st-activity-stat.nodiff .st-activity-stat-label {
  color: #9810fa;
}

.st-activity-stat.nodiff .st-activity-stat-value {
  color: #8200db;
}

.st-activity-list {
  display: grid;
  gap: 0;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  padding: 0 16px;
  align-content: start;
}

.st-activity-item {
  position: relative;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 12px;
  min-height: 114px;
  padding: 16px 0;
  border-bottom: 0.8px solid #f3f4f6;
}

.st-activity-item::before {
  display: none;
}

.st-activity-item:last-child::before {
  display: none;
}

.st-activity-item:last-child {
  border-bottom: 0;
}

.st-activity-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  margin-top: 8px;
  box-shadow: none;
  z-index: 2;
}

.st-activity-dot.fact { background: #6a7282; }
.st-activity-dot.warn { background: #ff6900; }
.st-activity-dot.success { background: #00a63e; }
.st-activity-dot.start { background: #ad46ff; }

.st-activity-main {
  border-radius: 10px;
  padding: 0;
}

.st-activity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.st-activity-user {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.st-activity-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: none;
  background: linear-gradient(135deg, #f6339a 0%, #ec003f 100%) !important;
}

.st-activity-user strong {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 500;
  color: #101828;
}

.st-activity-time {
  font-size: 12px;
  line-height: 16px;
  color: #99a1af;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.st-activity-time-icon {
  width: 12px;
  height: 12px;
  display: block;
  flex-shrink: 0;
}

.st-activity-text {
  margin-top: 4px;
  margin-left: 52px;
  font-size: 14px;
  line-height: 20px;
  color: #4a5565;
}

.st-activity-text-sku {
  color: #155dfc;
  font-weight: 500;
}

.st-activity-badge {
  margin-top: 8px;
  margin-left: 52px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  min-height: 25.6px;
  border-radius: 8px;
  padding: 4px 9px;
  border: 0.8px solid #e5e7eb;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.st-activity-badge-icon {
  width: 12px;
  height: 12px;
  display: block;
  flex-shrink: 0;
}

.st-activity-badge.fact {
  background: #f3f4f6;
  color: #364153;
  border-color: #e5e7eb;
}

.st-activity-badge.warn {
  background: #ffe2e2;
  color: #c10007;
  border-color: #ffc9c9;
}

.st-activity-badge.success {
  background: #f0fdf4;
  color: #008236;
  border-color: #b9f8cf;
}

.st-activity-badge.start {
  background: #faf5ff;
  color: #8200db;
  border-color: #ead5ff;
}

.st-online.st-full {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.st-online-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  padding: 0;
}

.st-online-head-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #615fff 0%, #9810fa 100%);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
  flex-shrink: 0;
}

.st-online-head-icon svg {
  width: 28px;
  height: 28px;
}

.st-online-head-text {
  min-width: 0;
}

.st-online-head-text .st-card-title {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #101828;
}

.st-online-head-text .st-card-sub {
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #6a7282;
}

.st-online-list {
  display: grid;
  gap: 24px;
  padding: 0;
}

.st-unified-team-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.st-online-person {
  border: 0.8px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  min-height: 334px;
  display: grid;
  grid-template-rows: auto auto auto auto;
  gap: 20px;
  cursor: pointer;
  transition: border-color 0.14s ease, transform 0.14s ease, box-shadow 0.14s ease;
}

.st-online-person:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
}

.st-online-person:focus-visible {
  outline: 2px solid #4f46e5;
  outline-offset: 2px;
}

.st-online-person-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.st-online-avatar-wrap {
  width: 64px;
  height: 64px;
  position: relative;
  flex-shrink: 0;
}

.st-online-avatar {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}

.st-online-avatar-dot {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 4px solid #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.st-online-avatar-dot.is-online {
  background: #00bc7d;
}

.st-online-avatar-dot.is-offline {
  background: #99a1af;
}

.st-online-main {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.st-online-name {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
  color: #101828;
}

.st-online-role {
  font-size: 14px;
  line-height: 20px;
  color: #6a7282;
  font-weight: 400;
}

.st-online-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.st-online-metric-row {
  display: grid;
  align-content: start;
  gap: 4px;
  min-height: 72px;
  padding: 12px;
  border-radius: 14px;
  background: linear-gradient(147.35deg, #f9fafb 0%, rgba(243, 244, 246, 0.5) 100%);
}

.st-online-metric-label {
  color: #6a7282;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.st-online-metric-value {
  color: #101828;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  white-space: nowrap;
}

.st-online-actions {
  display: flex;
  align-items: center;
}

.st-unified-employee-actions {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.st-online-pill {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 14px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.st-online-pill.in,
.st-online-pill.out {
  color: #007a55;
  background: linear-gradient(90deg, #ecfdf5 0%, #d0fae5 100%);
}

.st-online-pill.off {
  color: #4a5565;
  background: #f3f4f6;
}

.st-online-pill-icon {
  width: 16px;
  height: 16px;
  display: block;
}

.st-team-qr {
  border: 0;
  background: #f9fafb;
  color: #667085;
  border-radius: 14px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  cursor: pointer;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
}

.st-team-qr:hover {
  background: #f3f4f6;
}

.st-online-add-mini {
  width: 40px;
  height: 40px;
  min-height: 40px;
  border-radius: 14px;
  border: 0;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 8px 12px rgba(37, 99, 235, 0.26);
}

.st-online-add-mini:hover {
  filter: brightness(1.03);
}

.st-online-add-mini:disabled {
  opacity: 0.65;
  cursor: default;
  box-shadow: none;
}

.st-unified-employee-qr {
  width: 40px;
  min-height: 40px;
}

.st-online-qr-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.st-online-empty-box {
  min-height: 92px;
  border: 1px dashed #d0d8e3;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8aa0be;
  font-size: 14px;
  text-align: center;
  padding: 16px;
}

.mt-live-card {
  padding: 0;
  overflow: hidden;
}

.st-live-host {
  min-height: 520px;
}

.mt-live-card .tl-root {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}

/* Live monitor (rendered by live_monitor_test.js) */
.tl-root {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.tl-header {
  padding: 20px 22px;
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}

.tl-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
}

.tl-title-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #eff6ff;
  color: #3b82f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tl-title-icon svg {
  width: 22px;
  height: 22px;
}

.tl-title-main {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  color: #111827;
}

.tl-title-sub {
  margin-top: 2px;
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
  font-weight: 400;
}

.tl-meta-row {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.tl-updated {
  min-height: 30px;
  border-radius: 10px;
  background: #f8fafc;
  color: #64748b;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #e5e7eb;
}

.tl-updated span {
  color: #111827;
  font-family: 'Consolas', 'Courier New', monospace;
  font-weight: 600;
  margin-left: 6px;
}

.tl-meta-right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tl-mini {
  min-height: 28px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #64748b;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
}

.tl-mini strong {
  color: #111827;
  font-weight: 600;
}

.tl-mini.online {
  background: #ecfdf5;
  border-color: #bbf7d0;
  color: #15803d;
  box-shadow: none;
}

.tl-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  display: inline-block;
}

.tl-grid {
  padding: 18px 22px 22px;
  display: flex;
  align-items: stretch;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}

.tl-empty {
  margin: 18px 22px 22px;
  border: 1px dashed #d1d5db;
  border-radius: 14px;
  min-height: 260px;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 20px;
}

.tl-prof {
  border: 1px solid #d0d8e3;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
  flex: 0 0 calc((100% - 32px) / 3);
  min-width: 430px;
  max-width: 520px;
  scroll-snap-align: start;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.tl-prof-head {
  padding: 14px 16px 10px;
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}

.tl-prof-head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.tl-prof-name {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #111827;
}

.tl-prof-state {
  min-height: 26px;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  gap: 6px;
}

.tl-prof-state.online {
  background: #ecfdf5;
  border-color: #bbf7d0;
  color: #15803d;
}

.tl-state-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
}

.tl-prof-page {
  margin-top: 7px;
  font-size: 13px;
  line-height: 18px;
  color: #475569;
  font-weight: 500;
}

.tl-prof-progress {
  margin-top: 6px;
  display: grid;
  gap: 6px;
}

.tl-prof-progress-bar {
  width: 100%;
  height: 9px;
  border-radius: 999px;
  background: #d1d5db;
  overflow: hidden;
}

.tl-prof-progress-bar > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #0b1328;
}

.tl-prof-progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.tl-prof-progress-text {
  font-size: 21px;
  line-height: 1.05;
  color: #0f172a;
  font-weight: 700;
}

.tl-prof-battery {
  font-size: 12px;
  line-height: 16px;
  color: #64748b;
  font-weight: 600;
}

.tl-prof-body {
  padding: 10px 10px 12px;
  display: grid;
  gap: 12px;
}

.tl-mobile-card {
  border: 1px solid #d2dbe6;
  border-radius: 12px;
  background: #fff;
  padding: 12px 12px 10px;
  display: grid;
  gap: 10px;
}

.tl-mobile-main {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.tl-mobile-photo-wrap {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  border: 1px solid #dbe4ef;
  overflow: hidden;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tl-mobile-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tl-mobile-photo-empty {
  font-size: 10px;
  color: #94a3b8;
  font-weight: 600;
}

.tl-mobile-info {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 4px;
}

.tl-mobile-sku {
  margin: 0;
  font-size: 26px;
  line-height: 1.05;
  color: #0f172a;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tl-mobile-name {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  color: #334155;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.25em * 2);
}

.tl-mobile-row,
.tl-mobile-place {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  color: #475569;
}

.tl-mobile-row {
  min-height: 18px;
}

.tl-mobile-place {
  min-height: 36px;
  display: flex;
  align-items: center;
}

.tl-mobile-place-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #dbe4ef;
  background: #f8fafc;
  color: #334155;
  font-size: 16px;
  font-weight: 600;
}

.tl-mobile-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  margin-top: 2px;
}

.tl-mobile-action {
  width: 24px;
  height: 24px;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tl-mobile-action svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tl-mobile-kpi {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e2e8f0;
  padding-top: 9px;
}

.tl-mobile-kpi-item {
  text-align: center;
  display: grid;
  align-content: start;
  gap: 2px;
  min-height: 70px;
  position: relative;
}

.tl-mobile-kpi-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 16%;
  width: 1px;
  height: 70%;
  background: #dbe4ef;
}

.tl-mobile-kpi-item:last-child::after {
  display: none;
}

.tl-mobile-kpi-item b {
  font-size: 34px;
  line-height: 1;
  color: #0f172a;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tl-mobile-kpi-item b.pos {
  color: #00895e;
}

.tl-mobile-kpi-item b.neg {
  color: #cc3f0c;
}

.tl-mobile-kpi-item span {
  font-size: 11px;
  line-height: 14px;
  color: #64748b;
  font-weight: 600;
}

.tl-mobile-controls {
  margin-top: 2px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
}

.tl-mobile-qty {
  min-height: 46px;
  border-radius: 16px;
  border: 1px solid #dbe4ef;
  background: #ffffff;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  align-items: center;
  text-align: center;
}

.tl-mobile-qty-btn {
  font-size: 30px;
  line-height: 1;
  color: #94a3b8;
  user-select: none;
}

.tl-mobile-qty-val {
  font-size: 30px;
  line-height: 1;
  color: #0f172a;
  font-weight: 700;
}

.tl-mobile-save {
  min-height: 46px;
  border-radius: 16px;
  background: linear-gradient(180deg, #34bb6f 0%, #30b267 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 16px rgba(16, 185, 129, 0.2);
  user-select: none;
}

.tl-prof-offline-msg {
  border: 1px dashed #d1d5db;
  border-radius: 10px;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #64748b;
  font-size: 12px;
  padding: 10px;
}

.tl-prof-offline-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.tl-prof-offline-chips > span {
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  line-height: 16px;
  color: #6b7280;
  background: #f9fafb;
}

.sr-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sr-empty {
  color: #64748b;
  font-size: 13px;
  text-align: center;
  padding: 14px;
}

.sr-mini-toast {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 1300;
  background: #0f172a;
  color: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.25);
}

.sr-page-assign-overlay,
.sr-assign-overlay,
.sr-qr-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1200;
  padding: 18px;
}

.sr-page-assign-popover,
.sr-assign-modal,
.sr-qr-modal {
  width: min(100%, 520px);
  max-height: min(90vh, 760px);
  overflow: auto;
  background: #fff;
  border: 1px solid #dbe4ef;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.22);
}

.sr-page-assign-head,
.sr-assign-head,
.sr-qr-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid #e2e8f0;
}

.sr-page-assign-title,
.sr-qr-title {
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #0f172a;
}

.sr-page-assign-close,
.sr-assign-close,
.sr-qr-close {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #d4dce8;
  background: #fff;
  color: #334155;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.sr-page-assign-list {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.sr-page-assign-row {
  appearance: none;
  border: 1px solid #dbe4ef;
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
}

.sr-page-assign-row.in-audit {
  border-color: #86efac;
  background: #f0fdf4;
}

.sr-page-assign-row.online {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.sr-page-assign-row:disabled {
  opacity: 0.6;
  cursor: default;
}

.sr-page-assign-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.sr-page-assign-name {
  font-weight: 700;
  color: #0f172a;
}

.sr-page-assign-state {
  color: #64748b;
}

.sr-assign-body {
  padding: 14px 16px 16px;
}

.sr-assign-label {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #64748b;
  font-weight: 700;
  margin-bottom: 6px;
}

.sr-assign-input {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #dbe4ef;
  background: #fff;
  padding: 0 12px;
  font-size: 14px;
  color: #0f172a;
}

.sr-assign-help {
  margin-top: 8px;
  color: #94a3b8;
  font-size: 12px;
}

.sr-assign-error {
  margin-top: 8px;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 700;
}

.sr-assign-actions {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.sr-btn {
  min-height: 36px;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.sr-btn-ghost {
  border: 1px solid #dbe4ef;
  background: #fff;
  color: #334155;
}

.sr-btn-primary {
  border: 1px solid #2563eb;
  background: #2563eb;
  color: #fff;
}

.sr-btn:disabled {
  opacity: 0.6;
  cursor: default;
}

.sr-qr-modal {
  position: relative;
}

.sr-qr-body {
  padding: 16px;
}

.sr-qr-loading,
.sr-qr-err {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #64748b;
}

.sr-qr-code-box {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.sr-qr-img {
  display: block;
  width: min(100%, 320px);
  max-width: 100%;
  height: auto;
}

.sr-qr-link-row {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.sr-qr-link-input {
  width: 100%;
  height: 44px;
  border: 1px solid #dbe4ef;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 14px;
  color: #334155;
  background: #fff;
}

.sr-qr-icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #dbe4ef;
  background: #fff;
  color: #334155;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sr-qr-icon-btn svg {
  width: 18px;
  height: 18px;
}

.sr-qr-note {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-size: 13px;
}

.sr-qr-note-ic {
  width: 18px;
  height: 18px;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sr-qr-note-ic svg {
  width: 18px;
  height: 18px;
}

.sr-qr-actions {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.sr-qr-btn {
  min-height: 42px;
  border-radius: 10px;
  border: 1px solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.sr-qr-btn svg {
  width: 16px;
  height: 16px;
}

.sr-qr-btn-ghost {
  border-color: #dbe4ef;
  background: #fff;
  color: #334155;
}

.sr-qr-btn-primary {
  border-color: #0f172a;
  background: #0f172a;
  color: #fff;
}

@media (max-width: 1400px) {
  .st-unified-team-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .st-workstats-kpi-grid,
  .mt-main-grid {
    grid-template-columns: 1fr;
  }

  .st-workstats-kpi-value {
    font-size: 40px;
    line-height: 42px;
  }

  .st-workstats-kpi-value-sub {
    font-size: 26px;
    line-height: 28px;
  }

  .tl-empty {
    min-height: 220px;
  }
}

@media (max-width: 860px) {
  .stats-test-react {
    padding: 16px 12px 24px;
  }

  .st-sheet-table {
    min-width: 560px;
  }

  .st-unified-team-list {
    grid-template-columns: 1fr;
  }

  .sr-page-assign-overlay,
  .sr-assign-overlay,
  .sr-qr-overlay {
    padding: 10px;
  }
}

@media (max-width: 640px) {
  #screenTest.active > #statsTestReactRoot {
    width: 100%;
  }

  .stats-test-react {
    padding: 12px;
  }

  .st-workstats-kpi-value {
    font-size: 32px;
    line-height: 34px;
  }

  .st-workstats-kpi-value-sub {
    font-size: 18px;
    line-height: 20px;
  }

  .st-workstats-kpi {
    min-height: 196px;
    padding: 16px;
  }

  .st-activity-head {
    padding: 16px;
  }

  .st-online-head {
    margin-bottom: 16px;
    gap: 12px;
  }

  .st-online-head-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .st-online-head-icon svg {
    width: 24px;
    height: 24px;
  }

  .st-online-head-text .st-card-title {
    font-size: 24px !important;
    line-height: 30px;
  }

  .st-online-head-text .st-card-sub {
    font-size: 14px;
    line-height: 20px;
  }

  .st-activity-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px 16px 16px;
  }

  .st-activity-stat {
    min-height: 62px;
    padding: 10px;
  }

  .st-activity .st-card-title {
    font-size: 18px !important;
    line-height: 24px;
  }

  .st-sheets {
    padding: 16px;
  }

  .st-sheets-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
  }

  .st-sheet-tabs {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }

  .st-sheet-table th,
  .st-sheet-table td {
    padding-left: 12px;
    padding-right: 12px;
  }

  .st-sheet-pager {
    flex-wrap: wrap;
    gap: 10px;
  }

  .st-sheet-pager-controls {
    width: 100%;
    justify-content: flex-end;
  }

  .st-card-title {
    font-size: 15px !important;
  }

  .st-activity-text,
  .st-activity-badge {
    margin-left: 0;
  }

  .st-activity-item {
    grid-template-columns: 1fr;
  }

  .st-activity-item::before,
  .st-activity-dot {
    display: none;
  }

  .sr-qr-actions {
    grid-template-columns: 1fr;
  }
}
