:root {
  --page: #f4f8ff;
  --surface: #ffffff;
  --line: #dbe6f5;
  --line-strong: #c4d5ee;
  --text: #0a0d14;
  --muted: #627086;
  --primary: #0869ff;
  --primary-dark: #004fc7;
  --primary-soft: #eaf2ff;
  --quality: #0869ff;
  --quality-dark: #004fc7;
  --quality-soft: #eaf2ff;
  --appearance: #18b967;
  --appearance-dark: #087846;
  --appearance-soft: #e8fbf1;
  --review: #ff9d1b;
  --review-dark: #b95c00;
  --review-soft: #fff4df;
  --done: #7c4dff;
  --done-dark: #4b2cc8;
  --done-soft: #f1edff;
  --green: #12935a;
  --green-soft: #eaf8f1;
  --orange: #d97706;
  --orange-soft: #fff5e7;
  --red: #c8322b;
  --red-soft: #fff0f0;
  --shadow: 0 16px 40px rgba(34, 91, 170, 0.1);
  --shadow-soft: 0 24px 64px rgba(8, 105, 255, 0.14);
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 88% 8%, rgba(24, 185, 103, 0.12), transparent 22%),
    radial-gradient(circle at 72% 0%, rgba(255, 157, 27, 0.13), transparent 24%),
    radial-gradient(circle at 80% 0%, rgba(8, 105, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #fbfdff 0%, var(--page) 42%, #eef5ff 100%);
  color: var(--text);
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.app-shell {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 18px 0 32px;
}

.hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 16px;
  min-height: 400px;
  overflow: hidden;
  padding: 22px 22px 20px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 255, 0.96) 100%);
  box-shadow: var(--shadow-soft);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.68) 44%, rgba(255, 255, 255, 0.18) 100%),
    radial-gradient(circle at 83% 58%, rgba(8, 105, 255, 0.16), transparent 34%),
    radial-gradient(circle at 96% 30%, rgba(24, 185, 103, 0.14), transparent 20%),
    radial-gradient(circle at 64% 88%, rgba(255, 157, 27, 0.12), transparent 24%);
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-copy {
  display: grid;
  grid-template-rows: none;
  align-content: start;
  padding-top: 24px;
  min-width: 0;
}

.hero-refresh {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  border-radius: 999px !important;
  color: var(--primary-dark) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 10px 24px rgba(8, 105, 255, 0.08);
}

.hero-panel h1,
.hero-panel p,
.section-title h2,
.section-title p,
.panel h3,
.record-card h4,
.record-card p {
  margin: 0;
}

.hero-panel h1 {
  font-size: clamp(46px, 5.8vw, 72px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-subtitle {
  margin-top: 10px !important;
  color: var(--primary);
  font-size: clamp(21px, 2.4vw, 30px);
  line-height: 1.2;
  font-weight: 950;
}

.hero-desc {
  max-width: 440px;
  margin-top: 16px !important;
  color: #27364a;
  font-size: 17px;
  line-height: 1.62;
  font-weight: 750;
}

.hero-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.hero-flow span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(8, 105, 255, 0.2);
  border-radius: 999px;
  background: rgba(234, 242, 255, 0.82);
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 950;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 8px 18px rgba(8, 105, 255, 0.08);
}

.hero-flow span:nth-child(2) {
  border-color: rgba(255, 157, 27, 0.32);
  background: rgba(255, 244, 223, 0.88);
  color: var(--review-dark);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 8px 18px rgba(255, 157, 27, 0.1);
}

.hero-flow span:nth-child(3) {
  border-color: rgba(24, 185, 103, 0.3);
  background: rgba(232, 251, 241, 0.9);
  color: var(--appearance-dark);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 8px 18px rgba(24, 185, 103, 0.1);
}

.hero-visual {
  align-self: center;
  min-width: 0;
}

.hero-visual img {
  width: min(560px, 98%);
  max-width: none;
  display: block;
  margin-left: -2%;
  filter: drop-shadow(0 24px 44px rgba(8, 105, 255, 0.16));
}

main {
  padding-top: 14px;
}

.notice {
  margin-bottom: 12px;
  padding: 11px 13px;
  border: 1px solid #b7e4cc;
  border-radius: 14px;
  background: #ecfdf5;
  color: #14532d;
  font-size: 14px;
  font-weight: 750;
}

.notice.error {
  border-color: #fecaca;
  background: #fff1f1;
  color: var(--red);
}

.stats-grid {
  grid-column: 1 / -1;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin: -4px 0 0;
}

.stat-card {
  --tone: var(--primary);
  --tone-dark: var(--primary-dark);
  --tone-soft: var(--primary-soft);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-height: 78px;
  padding: 10px 11px;
  border: 1px solid color-mix(in srgb, var(--tone) 22%, #ffffff);
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 10%, color-mix(in srgb, var(--tone-soft) 72%, #ffffff) 0%, transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, color-mix(in srgb, var(--tone-soft) 46%, #ffffff) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 18px 34px color-mix(in srgb, var(--tone) 16%, transparent);
}

.stat-card::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  right: -34px;
  bottom: -38px;
  border-radius: 28px;
  background: color-mix(in srgb, var(--tone) 12%, transparent);
  transform: rotate(-14deg);
}

.stat-card.quality-tone {
  --tone: var(--quality);
  --tone-dark: var(--quality-dark);
  --tone-soft: var(--quality-soft);
}

.stat-card.appearance-tone {
  --tone: var(--appearance);
  --tone-dark: var(--appearance-dark);
  --tone-soft: var(--appearance-soft);
}

.stat-card.review-tone {
  --tone: var(--review);
  --tone-dark: var(--review-dark);
  --tone-soft: var(--review-soft);
}

.stat-card.done-tone {
  --tone: var(--done);
  --tone-dark: var(--done-dark);
  --tone-soft: var(--done-soft);
}

.stat-icon {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--tone) 72%, #ffffff) 0%, var(--tone) 62%, color-mix(in srgb, var(--tone-dark) 86%, #000000) 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.42),
    inset 0 -8px 14px rgba(0, 0, 0, 0.12),
    0 16px 26px color-mix(in srgb, var(--tone) 34%, transparent);
}

.stat-icon::before,
.stat-icon::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}

.quality-tone .stat-icon::before {
  width: 28px;
  height: 22px;
  left: 15px;
  top: 18px;
  border-radius: 7px;
  clip-path: polygon(0 0, 70% 0, 100% 30%, 100% 100%, 0 100%);
}

.quality-tone .stat-icon::after {
  width: 20px;
  height: 4px;
  left: 19px;
  top: 29px;
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.92);
}

.appearance-tone .stat-icon::before {
  width: 30px;
  height: 24px;
  left: 12px;
  top: 19px;
  border-radius: 4px 4px 2px 2px;
  clip-path: polygon(0 100%, 0 42%, 18% 42%, 18% 22%, 36% 22%, 36% 42%, 54% 42%, 54% 12%, 72% 12%, 72% 42%, 100% 42%, 100% 100%);
}

.appearance-tone .stat-icon::after {
  width: 32px;
  height: 5px;
  left: 10px;
  top: 40px;
  border-radius: 999px;
}

.review-tone .stat-icon::before {
  width: 28px;
  height: 28px;
  left: 15px;
  top: 15px;
  border-radius: 50%;
  background: transparent;
  border: 5px solid rgba(255, 255, 255, 0.92);
}

.review-tone .stat-icon::after {
  width: 5px;
  height: 18px;
  left: 28px;
  top: 21px;
  border-radius: 999px;
  transform-origin: bottom;
  box-shadow: 7px 8px 0 -1px rgba(255, 255, 255, 0.92);
}

.done-tone .stat-icon::before {
  width: 32px;
  height: 28px;
  left: 13px;
  top: 15px;
  border-radius: 9px 9px 12px 12px;
  clip-path: polygon(50% 0, 100% 18%, 90% 78%, 50% 100%, 10% 78%, 0 18%);
}

.done-tone .stat-icon::after {
  width: 21px;
  height: 10px;
  left: 19px;
  top: 27px;
  border-left: 5px solid var(--tone);
  border-bottom: 5px solid var(--tone);
  background: transparent;
  transform: rotate(-45deg);
}

.stat-card span,
.stat-card em {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.stat-card strong {
  display: block;
  margin: 4px 0 2px;
  color: var(--tone);
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
}

.module-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.module-tab {
  --module: var(--primary);
  --module-dark: var(--primary-dark);
  --module-soft: var(--primary-soft);
  min-height: 86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border: 1px solid color-mix(in srgb, var(--module) 20%, #ffffff);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 20%, color-mix(in srgb, var(--module-soft) 80%, #ffffff), transparent 42%),
    rgba(255, 255, 255, 0.92);
  color: var(--text);
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), var(--shadow);
}

.quality-tab {
  --module: var(--quality);
  --module-dark: var(--quality-dark);
  --module-soft: var(--quality-soft);
}

.appearance-tab {
  --module: var(--appearance);
  --module-dark: var(--appearance-dark);
  --module-soft: var(--appearance-soft);
}

.module-tab.active {
  border-color: color-mix(in srgb, var(--module) 42%, #ffffff);
  background:
    radial-gradient(circle at 12% 22%, color-mix(in srgb, var(--module-soft) 90%, #ffffff), transparent 48%),
    linear-gradient(135deg, color-mix(in srgb, var(--module-soft) 78%, #ffffff) 0%, #ffffff 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 20px 46px color-mix(in srgb, var(--module) 18%, transparent);
}

.module-main {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.module-tab .module-main > span:last-child {
  font-size: 20px;
  font-weight: 950;
  white-space: nowrap;
}

.module-mark {
  position: relative;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--module) 70%, #ffffff) 0%, var(--module) 66%, var(--module-dark) 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.42),
    inset 0 -7px 13px rgba(0, 0, 0, 0.12),
    0 12px 20px color-mix(in srgb, var(--module) 28%, transparent);
}

.module-mark::before,
.module-mark::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.94);
}

.quality-tab .module-mark::before {
  width: 24px;
  height: 18px;
  left: 10px;
  top: 13px;
  border-radius: 6px;
  clip-path: polygon(0 0, 72% 0, 100% 32%, 100% 100%, 0 100%);
}

.quality-tab .module-mark::after {
  width: 16px;
  height: 4px;
  left: 14px;
  top: 21px;
  border-radius: 999px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.94);
}

.appearance-tab .module-mark::before {
  width: 25px;
  height: 21px;
  left: 10px;
  top: 15px;
  border-radius: 4px 4px 2px 2px;
  clip-path: polygon(0 100%, 0 42%, 18% 42%, 18% 22%, 36% 22%, 36% 42%, 54% 42%, 54% 12%, 72% 12%, 72% 42%, 100% 42%, 100% 100%);
}

.appearance-tab .module-mark::after {
  width: 29px;
  height: 4px;
  left: 8px;
  top: 36px;
  border-radius: 999px;
}

.module-tab strong {
  color: var(--module-dark);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.workspace {
  display: none;
}

.active-workspace {
  display: block;
}

.section-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: end;
  margin-bottom: 12px;
}

.section-title h2 {
  font-size: 27px;
  line-height: 1.15;
  font-weight: 950;
}

#qualityView .section-title h2 {
  color: var(--quality-dark);
}

#appearanceView .section-title h2 {
  color: var(--appearance-dark);
}

.section-title p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 650;
}

.filter-bar {
  --bar: var(--primary);
  --bar-dark: var(--primary-dark);
  --bar-soft: var(--primary-soft);
  display: grid;
  grid-template-columns: 160px minmax(220px, 1fr) auto;
  gap: 10px;
  align-items: end;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--bar) 18%, #ffffff);
  border-radius: 16px;
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--bar-soft) 70%, #ffffff), transparent 38%),
    rgba(255, 255, 255, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    var(--shadow);
}

#qualityView .filter-bar,
#qualityView .panel {
  --bar: var(--quality);
  --bar-dark: var(--quality-dark);
  --bar-soft: var(--quality-soft);
}

#appearanceView .filter-bar,
#appearanceView .panel {
  --bar: var(--appearance);
  --bar-dark: var(--appearance-dark);
  --bar-soft: var(--appearance-soft);
}

.appearance-filter {
  grid-template-columns: 150px 170px minmax(220px, 1fr) auto;
}

.filter-bar label,
.data-form label,
.inline-editor {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 850;
}

.result-count {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 12px;
  background: var(--bar-soft);
  color: var(--bar-dark);
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.work-grid {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.panel {
  --bar: var(--primary);
  --bar-dark: var(--primary-dark);
  --bar-soft: var(--primary-soft);
  min-width: 0;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--bar) 15%, #ffffff);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), #ffffff),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--bar-soft) 62%, transparent), transparent 40%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    var(--shadow);
}

.form-panel {
  position: sticky;
  top: 12px;
}

.panel-heading {
  margin-bottom: 12px;
}

.panel h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 950;
  color: color-mix(in srgb, var(--bar-dark) 82%, var(--text));
}

.data-form {
  display: grid;
  gap: 11px;
}

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

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: #ffffff;
  color: var(--text);
  padding: 10px 11px;
  outline: none;
  font-size: 15px;
  line-height: 1.35;
}

textarea {
  min-height: 76px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--bar, var(--primary));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--bar, var(--primary)) 16%, transparent);
}

.primary-button,
.ghost-button,
.small-button {
  min-height: 40px;
  border-radius: 12px;
  padding: 0 14px;
  border: 0;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.primary-button {
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--bar, var(--primary)) 84%, #ffffff) 0%, var(--bar, var(--primary)) 68%, color-mix(in srgb, var(--bar-dark, var(--primary-dark)) 92%, #000000) 100%);
  color: #ffffff;
  box-shadow: 0 14px 24px color-mix(in srgb, var(--bar, var(--primary)) 28%, transparent);
}

.ghost-button {
  border: 1px solid var(--line-strong);
  background: #ffffff;
  color: var(--primary-dark);
}

.small-button {
  background: var(--bar-soft, var(--primary-soft));
  color: var(--bar-dark, var(--primary-dark));
}

.full-button {
  width: 100%;
}

.record-list {
  display: grid;
  gap: 10px;
}

.record-card,
.empty-state {
  border: 1px solid color-mix(in srgb, var(--bar, var(--primary)) 12%, #ffffff);
  border-radius: 15px;
  background:
    linear-gradient(180deg, #ffffff 0%, color-mix(in srgb, var(--bar-soft, var(--primary-soft)) 22%, #ffffff) 100%);
  padding: 13px;
}

.record-card {
  display: grid;
  gap: 10px;
}

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

.record-card h4 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 950;
}

.record-card p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.record-desc {
  color: #27364a !important;
  font-size: 14px !important;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.tag {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.tag.danger {
  background: var(--red-soft);
  color: var(--red);
}

.tag.warning {
  background: var(--orange-soft);
  color: var(--orange);
}

.tag.success {
  background: var(--green-soft);
  color: var(--green);
}

.inline-select {
  max-width: 150px;
  min-height: 38px;
}

.record-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.standard-block {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 6px 8px;
  margin: 0;
  padding: 10px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--bar-soft, var(--primary-soft)) 72%, #ffffff);
}

.standard-block dt,
.standard-block dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.standard-block dt {
  color: var(--bar-dark, var(--primary-dark));
  font-weight: 950;
}

.standard-block dd {
  color: #31425c;
  font-weight: 650;
}

.empty-state {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 900px) {
  .hero-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-copy {
    grid-template-rows: none;
  }

  .hero-desc {
    max-width: 620px;
  }

  .hero-visual img {
    width: min(760px, 108%);
    margin: -18px auto 0;
  }

  .stats-grid {
    margin-top: 0;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-bar,
  .appearance-filter,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .form-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  .app-shell {
    width: min(100% - 18px, 1120px);
    padding-top: 10px;
  }

  .hero-panel {
    padding: 18px 16px 16px;
    border-radius: 22px;
    gap: 12px;
  }

  .hero-copy {
    padding-top: 22px;
  }

  .hero-panel h1 {
    font-size: 42px;
  }

  .hero-subtitle {
    font-size: 22px;
  }

  .hero-desc {
    margin-top: 12px !important;
    font-size: 15px;
    line-height: 1.58;
  }

  .hero-flow {
    margin-top: 12px;
  }

  .hero-flow span {
    min-height: 30px;
    font-size: 12px;
  }

  .hero-visual img {
    width: 110%;
    margin: -8px 0 0 -5%;
  }

  .stats-grid {
    margin-top: 0;
    gap: 8px;
  }

  .stat-card {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px;
    min-height: 78px;
    padding: 10px;
  }

  .stat-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .quality-tone .stat-icon::before {
    left: 12px;
    top: 14px;
  }

  .quality-tone .stat-icon::after {
    left: 16px;
    top: 24px;
  }

  .appearance-tone .stat-icon::before {
    left: 11px;
    top: 18px;
  }

  .appearance-tone .stat-icon::after {
    left: 9px;
    top: 36px;
  }

  .review-tone .stat-icon::before {
    left: 10px;
    top: 10px;
  }

  .review-tone .stat-icon::after {
    left: 23px;
    top: 16px;
  }

  .done-tone .stat-icon::before {
    left: 8px;
    top: 11px;
  }

  .done-tone .stat-icon::after {
    left: 14px;
    top: 23px;
  }

  .stat-card strong {
    margin: 3px 0 2px;
    font-size: 26px;
  }

  .hero-refresh {
    top: 20px;
    right: 16px;
    min-width: 72px;
  }

  .module-tabs {
    grid-template-columns: 1fr;
  }

  .module-tab {
    min-height: 64px;
  }

  .module-tab span {
    font-size: 19px;
  }

  .section-title {
    display: block;
  }

  .section-title h2 {
    font-size: 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .record-top {
    flex-direction: column;
  }

  .tag-row {
    justify-content: flex-start;
  }

  .record-actions,
  .record-actions .inline-select,
  .record-actions .small-button {
    width: 100%;
    max-width: none;
  }
}
