:root {
  font-family:
    Inter, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #1a2932;
  background: #f3f5f4;
  font-synthesis: none;
  --ink: #1a2932;
  --muted: #73817e;
  --line: #e4e9e6;
  --paper: #fff;
  --green: #226e58;
  --soft: #edf5ef;
  --orange: #e8a461;
  --click: #e8a461;
  --visit: #327c69;
  --radius: 16px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #70aebc;
  outline-offset: 3px;
}
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #6dab96;
  outline-offset: 2px;
}
input,
select,
textarea {
  min-width: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: 30px;
  font-weight: 650;
  letter-spacing: -1px;
}
h2 {
  font-size: 18px;
  font-weight: 650;
}
h3 {
  font-size: 15px;
}
small,
.muted {
  color: var(--muted);
}
small {
  font-size: 12px;
}
button {
  border: 0;
  background: transparent;
}
svg {
  display: block;
}
.icon {
  width: 18px;
  height: 18px;
  flex: none;
}
.row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.spread {
  justify-content: space-between;
}
.wrap {
  flex-wrap: wrap;
}
.mono {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 13px;
}
.trend-panel {
  margin-top: 20px;
}
.trend-chart {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(38px, 1fr));
  align-items: end;
  gap: 8px;
  min-height: 196px;
  padding: 16px 4px 0;
  border-bottom: 1px solid var(--line);
}
.trend-day {
  min-width: 0;
  display: grid;
  gap: 7px;
  text-align: center;
  color: var(--muted);
}
.trend-day small {
  white-space: nowrap;
  font-size: 10px;
}
.trend-bars {
  min-height: 148px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 3px;
}
.trend-bar {
  width: min(11px, 28%);
  border-radius: 4px 4px 0 0;
  background: var(--visit);
}
.trend-bar.click {
  background: var(--click);
}
.trend-bar.contact {
  background: #8a6cc6;
}
.trend-totals {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 13px;
  color: var(--muted);
  font-size: 12px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 650;
}
.prototype {
  min-height: 44px;
  background: #e7eee9;
  padding: 7px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  border-bottom: 1px solid #d6e1d9;
}
.prototype-left,
.prototype-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.prototype strong {
  font-weight: 600;
}
.concept-switch {
  display: flex;
  background: #d6e1d9;
  border-radius: 6px;
  padding: 3px;
  gap: 2px;
}
.concept-switch a {
  padding: 6px 13px;
  border-radius: 4px;
  color: #53675a;
}
.concept-switch a.active {
  background: white;
  color: #173e31;
  box-shadow: 0 1px 3px #0001;
}
.prototype select {
  font-size: 12px;
  background: transparent;
  border: 0;
  color: #345b49;
  padding: 4px;
}
.quiet {
  color: var(--muted);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.shell {
  display: grid;
  grid-template-columns: 212px minmax(0, 1fr);
  min-height: calc(100vh - 47px);
}
.sidebar {
  background: #142e29;
  color: #b7cac0;
  display: flex;
  flex-direction: column;
  padding: 34px 16px 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: white;
  padding: 0 12px;
  font-size: 17px;
  font-weight: 750;
  letter-spacing: 0.3px;
}
.brandmark {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #b7d6a7;
  color: #1a3b2e;
  display: grid;
  place-items: center;
  font-size: 15px;
  letter-spacing: -1.5px;
}
.brand-sub {
  font-size: 10px;
  color: #92b2a4;
  margin: 6px 0 0 55px;
  letter-spacing: 2px;
}
.nav-caption {
  color: #7a9e8d;
  font-size: 10px;
  letter-spacing: 2px;
  margin: 47px 15px 14px;
}
.sidebar nav {
  display: grid;
  gap: 8px;
}
.nav-link {
  display: flex;
  align-items: center;
  gap: 13px;
  border-radius: 9px;
  padding: 13px 16px;
  font-size: 13px;
  color: #b7cac0;
}
.nav-link.active {
  background: #29473d;
  color: #fff;
}
.nav-link.active .icon {
  color: #b7d6a7;
}
.nav-link:hover {
  background: #29473d;
}
.nav-count {
  font-size: 11px;
  background: #385746;
  padding: 2px 7px;
  border-radius: 5px;
  margin-left: auto;
  color: #d6e8ce;
}
.sidebar-bottom {
  margin-top: auto;
  padding: 44px 12px 0;
}
.sidebar-note {
  border-top: 1px solid #365146;
  padding-top: 20px;
  font-size: 11px;
  line-height: 1.8;
  color: #95ae9f;
}
.person {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  font-size: 12px;
}
.avatar {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  background: #dce9d6;
  color: #244d38;
  border-radius: 50%;
  font-size: 12px;
}
.workspace {
  min-width: 0;
}
.topbar {
  height: 70px;
  background: white;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
  font-size: 12px;
}
.breadcrumb {
  color: var(--muted);
}
.breadcrumb span {
  color: var(--ink);
  margin-left: 10px;
}
.live-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #6b9b68;
  margin-right: 7px;
}
.demo-pill {
  font-size: 10px;
  padding: 4px 7px;
  border: 1px solid #d6dfd8;
  color: #657969;
  border-radius: 4px;
  white-space: nowrap;
}
.main {
  padding: 32px 36px 45px;
  max-width: 1660px;
  margin: auto;
}
.page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}
.page-heading p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 9px;
  line-height: 1.6;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  min-height: 40px;
  background: white;
  border: 1px solid #dce3de;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 550;
  white-space: nowrap;
}
.btn:hover {
  border-color: #8dac9c;
  background: #f8faf8;
}
.btn.primary {
  background: var(--green);
  border-color: var(--green);
  color: white;
}
.btn.primary:hover {
  filter: brightness(1.12);
}
.btn.small {
  padding: 7px 11px;
  min-height: 32px;
  font-size: 12px;
}
.btn.text {
  border-color: transparent;
  background: transparent;
  padding-left: 4px;
  padding-right: 4px;
  color: var(--green);
}
.btn.icon-only {
  padding: 9px;
}
.filterbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.segments {
  display: flex;
  gap: 4px;
  background: #e9eeeb;
  border-radius: 7px;
  padding: 4px;
}
.segments button,
.segments a {
  padding: 8px 13px;
  border-radius: 5px;
  font-size: 12px;
  color: #61716a;
  white-space: nowrap;
}
.segments button.active,
.segments a.active {
  background: white;
  color: #20382d;
  box-shadow: 0 1px 4px #182c2010;
  font-weight: 650;
}
.range-label {
  font-size: 12px;
  color: var(--muted);
}
.date-fields {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  flex-wrap: wrap;
}
.date-fields input {
  padding: 7px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 5px;
  max-width: 150px;
}
.date-error {
  color: #b33a3a;
  font-size: 12px;
}
.stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.stat {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 25px;
  position: relative;
  overflow: hidden;
  min-height: 137px;
}
.stat-label {
  font-size: 12px;
  color: #64786d;
  display: flex;
  align-items: center;
  gap: 7px;
}
.stat-value {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 580;
  letter-spacing: -1.5px;
  margin-top: 13px;
  font-variant-numeric: tabular-nums;
}
.stat-foot {
  font-size: 11px;
  color: var(--muted);
  margin-top: 9px;
}
.stat .mini-spark {
  position: absolute;
  right: 18px;
  bottom: 21px;
  opacity: 0.7;
  width: 90px;
  height: 38px;
}
.stat strong.positive {
  font-size: 11px;
  color: #397957;
  font-weight: 500;
  margin-right: 7px;
}
.stat.emphasis {
  background: #e9f1e8;
  border-color: #d9e5d6;
}
.data-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}
.panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  min-width: 0;
}
.panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}
.panel-sub {
  font-size: 11px;
  line-height: 1.65;
  color: var(--muted);
  margin-top: 5px;
}
.view-tabs {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
}
.view-tabs button {
  font-size: 13px;
  padding: 0 0 13px;
  color: var(--muted);
  position: relative;
}
.view-tabs button.active {
  color: #244e3a;
  font-weight: 600;
}
.view-tabs button.active:after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #386b51;
}
.legend {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 11px;
  color: var(--muted);
  margin: 18px 0 8px;
}
.legend i {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 2px;
  margin-right: 6px;
  background: var(--visit);
}
.legend i.click {
  background: var(--click);
}
.platform-list {
  margin-top: 16px;
}
.platform-row {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr) 53px;
  gap: 14px;
  width: 100%;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #edf0ed;
  text-align: left;
  border-radius: 2px;
}
.platform-row:last-child {
  border-bottom: 0;
}
.platform-row:hover {
  background: #f7faf7;
}
.platform-name {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
}
.platform-logo {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 750;
  background: #eef3f5;
  color: #456079;
  flex: none;
}
.platform-bars {
  display: grid;
  gap: 6px;
}
.barline {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  min-width: 0;
  height: 15px;
}
.track {
  width: 100%;
  height: 7px;
  display: flex;
  align-items: center;
}
.bar {
  height: 7px;
  border-radius: 2px;
  background: var(--visit);
  min-width: 2px;
  transition: width 0.25s;
}
.bar.click {
  background: var(--click);
}

.bar.contact {
  background: #9c6ad7;
}
.barline .bar-value {
  width: 42px;
  flex: none;
  color: #53645a;
  text-align: right;
  font-size: 11px;
}
.row-change {
  font-size: 11px;
  text-align: right;
  color: #447953;
}
.row-change.negative {
  color: #a27752;
}
.panel-foot {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.6;
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.trend-panel {
  margin-bottom: 20px;
}
.trend-total {
  font-size: 27px;
  letter-spacing: -0.7px;
  margin-top: 18px;
  display: flex;
  gap: 9px;
  align-items: baseline;
}
.trend-total small {
  font-size: 11px;
  letter-spacing: 0;
}
.trend-svg {
  width: 100%;
  height: 190px;
  margin: 12px 0 0;
  overflow: visible;
}
.trend-axis {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--muted);
}
.note-card {
  background: #e9efe5;
  border: 1px solid #dbe4d5;
  border-radius: 14px;
  padding: 20px 23px;
  display: flex;
  gap: 13px;
}
.note-card .icon {
  color: #548151;
  margin-top: 3px;
}
.note-card h3 {
  font-size: 13px;
  margin-bottom: 8px;
}
.note-card p {
  font-size: 12px;
  line-height: 1.7;
  color: #66755f;
}
.bottom-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding: 20px 25px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 12px;
  font-size: 13px;
}
.bottom-strip span {
  color: var(--muted);
  font-size: 12px;
}
.bottom-strip strong {
  color: var(--green);
}
.source-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
  font-size: 12px;
}
.source-table th {
  font-weight: 400;
  font-size: 11px;
  color: var(--muted);
  padding: 10px 0;
  text-align: right;
}
.source-table th:first-child {
  text-align: left;
}
.source-table td {
  padding: 15px 0;
  border-top: 1px solid #eef1ef;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.source-table td:first-child {
  text-align: left;
}
.searchbox {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #dce3de;
  border-radius: 7px;
  background: white;
  padding: 10px 13px;
  min-width: 250px;
}
.searchbox .icon {
  color: #7f8f85;
}
.searchbox input {
  border: 0;
  outline: 0;
  font-size: 12px;
  background: transparent;
  width: 100%;
}
.list-panel {
  padding: 0;
  overflow: hidden;
}
.table-wrap {
  overflow: auto;
}
.records {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  white-space: nowrap;
}
.records th {
  background: #f9fbf9;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  padding: 14px 23px;
  border-bottom: 1px solid var(--line);
}
.records td {
  padding: 18px 23px;
  border-bottom: 1px solid #edf0ed;
}
.records tr:last-child td {
  border-bottom: 0;
}
.records td small {
  display: block;
  margin-top: 5px;
}
.status {
  display: inline-block;
  border-radius: 5px;
  padding: 4px 7px;
  font-size: 10px;
  background: #edf5ef;
  color: #44734f;
}
.status.pending {
  background: #fbf1e2;
  color: #a57635;
}
.status.free {
  background: #eff1f3;
  color: #78818b;
}
.list-footer {
  padding: 16px 23px;
  font-size: 11px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.registration-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(230px, 0.8fr);
  gap: 24px;
  max-width: 1120px;
}
.form-panel {
  padding: 30px;
}
.steps {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #829087;
  margin-bottom: 29px;
}
.steps span:first-child {
  color: var(--green);
}
.steps b {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #e7f1e7;
  width: 22px;
  height: 22px;
  margin-right: 7px;
  font-size: 11px;
}
.steps i {
  height: 1px;
  width: 24px;
  background: #d6e0d8;
}
.field {
  display: grid;
  gap: 9px;
  margin-bottom: 24px;
  font-size: 13px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #d5ddd7;
  border-radius: 8px;
  padding: 13px 14px;
  background: #fff;
  line-height: 1.4;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #a0aaa4;
  font-size: 12px;
}
.field-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.field small {
  font-size: 11px;
  line-height: 1.6;
}
.lookup {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  background: #eef6ef;
  border: 1px solid #dbe9dc;
  border-radius: 7px;
  font-size: 12px;
  color: #467254;
  line-height: 1.65;
}
.lookup.error {
  color: #a84f43;
  background: #fff3ef;
  border-color: #edddd4;
}
.lookup .icon {
  width: 16px;
  height: 16px;
}
.auto-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding: 17px 0;
  font-size: 12px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.auto-fields b {
  font-weight: 500;
  color: var(--ink);
  margin-left: 6px;
}
.details {
  font-size: 12px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 4px;
}
.details summary {
  cursor: pointer;
  color: #667a6b;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.details[open] summary {
  margin-bottom: 20px;
}
.details .field {
  font-size: 12px;
  margin-bottom: 16px;
}
.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  gap: 10px;
}
.form-actions small {
  font-size: 11px;
}
.form-actions .btn {
  padding: 12px 24px;
}
.side-guide {
  padding: 23px 4px;
}
.side-guide h3 {
  font-size: 14px;
  margin-bottom: 20px;
}
.side-guide ol {
  padding: 0;
  list-style: none;
  counter-reset: step;
}
.side-guide li {
  counter-increment: step;
  position: relative;
  padding-left: 33px;
  margin-bottom: 26px;
  font-size: 12px;
  color: #53645a;
  line-height: 1.8;
}
.side-guide li:before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  background: #e2eae3;
  color: #4a6b50;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  font-size: 11px;
}
.side-guide li small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
}
.sample-card {
  margin-top: 35px;
  padding: 20px;
  border: 1px dashed #c6d5c7;
  border-radius: 10px;
  background: #edf2eb;
  font-size: 12px;
  line-height: 1.8;
}
.sample-card .btn {
  margin-top: 13px;
}
.error-text {
  color: #b34b43;
  font-size: 12px;
  margin: 10px 0;
}
.hidden {
  display: none !important;
}
.empty {
  padding: 55px 20px;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}
.success {
  padding: 55px 25px;
  text-align: center;
}
.success-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e4f2e6;
  color: #40865a;
  margin: 0 auto 22px;
}
.success h2 {
  font-size: 24px;
  margin-bottom: 12px;
}
.success p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
}
.success .row {
  justify-content: center;
  margin-top: 28px;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: #122c2666;
  backdrop-filter: blur(3px);
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 20px;
}
.modal {
  background: white;
  border-radius: 18px;
  padding: 29px;
  width: min(100%, 540px);
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 20px 90px #0d261c22;
}
.modal header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.modal h2 {
  font-size: 21px;
}
.modal .field {
  margin: 20px 0;
}
.modal p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.generated-list {
  background: #f5f8f5;
  border-radius: 8px;
  padding: 14px;
  max-height: 190px;
  overflow: auto;
  margin: 20px 0;
  font-size: 12px;
  line-height: 2;
}
.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
}
.detail-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 24px 0;
}
.detail-metrics .stat {
  padding: 17px;
  min-height: 105px;
}
.detail-metrics .stat-value {
  font-size: 28px;
}
.detail-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.detail-links code {
  overflow-wrap: anywhere;
}
.toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: #173d2d;
  color: white;
  padding: 14px 24px;
  font-size: 13px;
  border-radius: 9px;
  box-shadow: 0 8px 40px #0002;
  z-index: 50;
  max-width: 90vw;
}
.b {
  --green: #243e55;
  --visit: #5278a0;
  --click: #d3a269;
  --soft: #edf0f4;
  --radius: 12px;
  background: #faf9f6;
  color: #263849;
}
.b .prototype {
  background: #eee9de;
  border-color: #e1dbcf;
}
.b .concept-switch {
  background: #ded9cd;
}
.b .shell {
  display: block;
}
.b .sidebar {
  display: none;
}
.b .topbar {
  padding: 0 6%;
  height: 86px;
  background: #fffefa;
}
.b .topbar .brand {
  padding: 0;
  color: #253b4c;
}
.b .brandmark {
  background: #ead9b8;
  color: #514630;
}
.b .top-nav {
  display: flex;
  gap: 30px;
  margin-left: 40px;
}
.b .top-nav a {
  font-size: 13px;
  color: #7d847e;
  padding: 30px 0;
  border-bottom: 2px solid transparent;
}
.b .top-nav a.active {
  color: #283e50;
  border-color: #bf965f;
}
.b .main {
  max-width: 1370px;
  padding: 38px 6%;
}
.b h1 {
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0;
}
.b .stat.emphasis {
  background: #f2ebdf;
  border-color: #e7dcc8;
}
.b .view-tabs button.active {
  color: #243e55;
}
.b .view-tabs button.active:after {
  background: #bd975f;
}
.b .note-card {
  background: #f0eadf;
  border-color: #e7dfd1;
}
.b .nav-count {
  background: #ece6d9;
  color: #71624a;
}
.workbench-hero {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  padding: 13px 0 40px;
  align-items: center;
  border-bottom: 1px solid #e5e1d7;
  margin-bottom: 30px;
}
.workbench-hero h1 {
  font-size: 38px;
  margin: 14px 0;
}
.workbench-hero p {
  font-size: 13px;
  color: #82857b;
  line-height: 1.9;
  max-width: 430px;
}
.workbench-hero .btn {
  margin-top: 22px;
}
.quick-register {
  background: #fff;
  border: 1px solid #e4e0d7;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 24px #61442104;
}
.quick-register h2 {
  margin-bottom: 8px;
  font-size: 17px;
}
.quick-register p {
  font-size: 12px;
}
.quick-register input {
  width: 100%;
  padding: 13px 14px;
  border-radius: 7px;
  border: 1px solid #dddcd6;
  margin: 18px 0 0;
  font-size: 12px;
}
.quick-register .btn {
  margin-top: 12px;
  width: 100%;
}
.task-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 22px 0 34px;
}
.task-card {
  padding: 23px;
  background: #fffefa;
  border: 1px solid #e5e0d5;
  border-radius: 12px;
}
.task-card.active {
  background: #f1e9d9;
  border-color: #e4d5b9;
}
.task-card .task-num {
  font-size: 33px;
  font-weight: 500;
  margin: 16px 0 8px;
  letter-spacing: -1px;
}
.task-card h3 {
  font-size: 12px;
  color: #727e80;
  font-weight: 500;
}
.task-card p {
  font-size: 11px;
  color: #8a8c83;
  line-height: 1.6;
}
.task-card .btn {
  margin-top: 18px;
}
.work-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.work-list-head h2 {
  font-size: 17px;
}
.b .segments {
  background: #edece7;
}
.b .platform-row:hover {
  background: #faf9f5;
}
.b .bottom-strip {
  background: #fffefa;
}
.b .lookup {
  background: #f0f4f5;
  border-color: #d8e3e8;
  color: #4a7187;
}
.b .sample-card {
  background: #f3eee4;
  border-color: #dcd2bd;
}
.board {
  background: #101f22 !important;
  --paper: #192b2e;
  --ink: #edf4ef;
  --muted: #9aafaa;
  --line: #304448;
  --visit: #9ed0ad;
  --click: #dfb67e;
  color: var(--ink);
  min-height: 100vh;
}
.board .prototype,
.board .sidebar,
.board .topbar,
.board .bottom-strip,
.board .note-card {
  display: none;
}
.board .shell {
  display: block;
}
.board .main {
  max-width: 1800px;
  padding: 40px 4%;
  width: 100%;
}
.board .panel,
.board .stat {
  background: #192b2e;
  border-color: #304448;
}
.board .stat.emphasis {
  background: #24392f;
  border-color: #375440;
}
.board .stat-label {
  color: #b0c4b5;
}
.board .stat-value {
  font-size: 48px;
}
.board .data-grid {
  grid-template-columns: 1.3fr 1fr;
}
.board .panel-title h2 {
  font-size: 23px;
}
.board .platform-row {
  grid-template-columns: 140px 1fr 70px;
  border-color: #304448;
  padding: 20px 0;
}
.board .platform-name {
  font-size: 16px;
}
.board .platform-logo {
  background: #34494c;
  color: #ceded6;
}
.board .barline {
  height: 22px;
}
.board .bar,
.board .track {
  height: 10px;
}
.board .bar-value {
  color: #dee9e0;
  font-size: 14px;
  width: 58px;
}
.board .row-change {
  color: #b3d6ad;
}
.board .platform-row:hover {
  background: #24393a;
}
.board .btn {
  background: #273e40;
  color: #dfebe4;
  border-color: #425457;
}
.board .segments {
  background: #253739;
}
.board .segments button,
.segments a {
  color: #b6c8bc;
}
.board .segments button.active,
.segments a.active {
  background: #40564d;
  color: #fff;
}
.board .view-tabs button.active {
  color: #daebdc;
}
.board .trend-svg {
  height: 285px;
}
.board .source-table td {
  border-color: #304448;
}
.board .date-fields input {
  background: #203b38;
  color: #d3e1d6;
}
.board .trend-total {
  font-size: 34px;
}
.board .panel-foot {
  font-size: 12px;
}
.board .demo-pill {
  color: #aec3b4;
  border-color: #465a4d;
}
.board .stat-foot {
  color: #a1b6a6;
}
.board .date-error {
  color: #ffaf9f;
}
@media (min-width: 1700px) {
  .main {
    padding-top: 42px;
  }
  .platform-row {
    padding: 21px 0;
  }
  .trend-svg {
    height: 250px;
  }
  .stat {
    min-height: 150px;
  }
  .stat-value {
    font-size: 43px;
  }
}
@media (max-width: 1150px) {
  .shell {
    grid-template-columns: 174px minmax(0, 1fr);
  }
  .sidebar {
    padding-left: 10px;
    padding-right: 10px;
  }
  .brand {
    font-size: 15px;
    padding-left: 8px;
  }
  .brand-sub {
    margin-left: 51px;
  }
  .main {
    padding: 27px 24px;
  }
  .topbar {
    padding: 0 24px;
  }
  .data-grid {
    grid-template-columns: 1.25fr 1fr;
    gap: 16px;
  }
  .panel {
    padding: 20px;
  }
  .stat {
    padding: 20px;
  }
  .platform-row {
    grid-template-columns: 90px minmax(0, 1fr) 42px;
    gap: 9px;
  }
  .platform-name {
    font-size: 11px;
  }
  .platform-logo {
    width: 23px;
    height: 23px;
  }
  .stat .mini-spark {
    display: none;
  }
  .b .top-nav {
    gap: 23px;
    margin-left: 24px;
  }
  .workbench-hero {
    gap: 30px;
  }
  .b .main {
    padding: 30px 4%;
  }
  .b .topbar {
    padding: 0 4%;
  }
  .registration-layout {
    grid-template-columns: 1.6fr 0.8fr;
  }
}
@media (max-width: 900px) {
  .data-grid,
  .board .data-grid {
    grid-template-columns: 1fr;
  }
  .right-column {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 16px;
  }
  .trend-panel {
    margin: 0;
  }
  .note-card {
    display: block;
  }
  .note-card h3 {
    margin-top: 13px;
  }
  .shell {
    grid-template-columns: 155px minmax(0, 1fr);
  }
  .sidebar .brand {
    font-size: 12px;
    gap: 7px;
  }
  .sidebar .brandmark {
    width: 27px;
    height: 27px;
  }
  .sidebar .brand-sub {
    margin-left: 42px;
    font-size: 8px;
  }
  .nav-link {
    padding: 12px;
    font-size: 12px;
    gap: 9px;
  }
  .main {
    padding: 25px 20px;
  }
  .stat {
    padding: 16px;
    min-height: 125px;
  }
  .stat-value {
    font-size: 30px;
  }
  .stats {
    gap: 10px;
  }
  .prototype {
    padding: 7px 16px;
  }
  .prototype-right .quiet {
    display: none;
  }
  .registration-layout {
    display: block;
  }
  .side-guide {
    display: none;
  }
  .b .topbar .brand {
    font-size: 14px;
  }
  .b .topbar {
    gap: 15px;
  }
  .b .top-nav {
    gap: 20px;
    margin-left: 12px;
  }
  .b .topbar .person-label {
    display: none;
  }
  .workbench-hero {
    gap: 25px;
    grid-template-columns: 1fr 1fr;
  }
  .workbench-hero h1 {
    font-size: 31px;
  }
  .task-card {
    padding: 19px;
  }
  .board .main {
    padding: 30px 4%;
  }
  .board .right-column {
    display: block;
  }
}
@media (max-width: 650px) {
  .prototype {
    padding: 8px 12px;
    align-items: flex-start;
  }
  .prototype-left {
    gap: 7px;
  }
  .prototype-left > strong {
    display: none;
  }
  .prototype-right {
    gap: 4px;
    flex-direction: column;
    align-items: flex-end;
  }
  .concept-switch a {
    padding: 6px 9px;
    font-size: 11px;
  }
  .prototype select {
    max-width: 105px;
  }
  .shell {
    display: block;
  }
  .sidebar {
    display: none;
  }
  .topbar {
    height: auto;
    min-height: 59px;
    padding: 12px 16px;
    gap: 10px;
  }
  .topbar .breadcrumb {
    display: none;
  }
  .mobile-nav {
    display: flex !important;
    gap: 17px;
    font-size: 12px;
  }
  .mobile-nav a.active {
    color: var(--green);
    font-weight: 650;
  }
  .topbar .demo-pill {
    display: none;
  }
  .main {
    padding: 25px 16px;
  }
  .page-heading {
    align-items: flex-start;
    margin-bottom: 22px;
    gap: 10px;
  }
  .page-heading h1 {
    font-size: 25px;
    letter-spacing: -0.7px;
  }
  .page-heading p {
    font-size: 11px;
    max-width: 240px;
  }
  .page-heading > .row {
    gap: 5px;
  }
  .page-heading .btn {
    padding: 9px 10px;
    font-size: 11px;
    min-height: 36px;
  }
  .page-heading .btn .icon {
    display: none;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 19px;
  }
  .stat {
    min-height: 120px;
    padding: 17px;
  }
  .stat:last-child {
    grid-column: 1/-1;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .stat:last-child .stat-value {
    margin: 0;
    font-size: 27px;
  }
  .stat:last-child .stat-foot {
    display: none;
  }
  .stat:last-child .stat-label {
    max-width: 70%;
  }
  .stat-value {
    font-size: 31px;
  }
  .stat-label {
    font-size: 11px;
  }
  .stat-foot {
    font-size: 10px;
  }
  .filterbar {
    gap: 10px;
    margin-bottom: 17px;
  }
  .segments {
    max-width: 100%;
    gap: 1px;
  }
  .segments button,
  .segments a {
    padding: 8px 11px;
    font-size: 11px;
  }
  .range-label {
    font-size: 10px;
  }
  .data-grid {
    gap: 16px;
  }
  .right-column {
    display: block;
  }
  .trend-panel {
    margin-bottom: 16px;
  }
  .panel {
    padding: 18px;
  }
  .panel-title h2 {
    font-size: 16px;
  }
  .panel-sub {
    font-size: 10px;
  }
  .platform-row {
    grid-template-columns: 86px minmax(0, 1fr) 38px;
    gap: 8px;
    padding: 16px 0;
  }
  .platform-name {
    gap: 7px;
  }
  .barline {
    gap: 4px;
  }
  .barline .bar-value {
    width: 33px;
    font-size: 10px;
  }
  .platform-logo {
    font-size: 10px;
  }
  .row-change {
    font-size: 10px;
  }
  .legend {
    font-size: 10px;
  }
  .bottom-strip {
    padding: 17px;
    align-items: flex-start;
  }
  .bottom-strip > .row {
    display: block;
    font-size: 12px;
  }
  .bottom-strip span {
    display: block;
    font-size: 11px;
    margin-top: 6px;
  }
  .view-tabs {
    gap: 25px;
  }
  .view-tabs button {
    font-size: 12px;
  }
  .form-panel {
    padding: 21px 18px;
  }
  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
  }
  .field input::placeholder {
    font-size: 12px;
  }
  .steps {
    gap: 6px;
    font-size: 11px;
  }
  .steps b {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .steps i {
    width: 13px;
  }
  .form-actions {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 12px;
  }
  .form-actions .btn {
    width: 100%;
  }
  .auto-fields {
    gap: 12px;
  }
  .form-actions small {
    font-size: 10px;
  }
  .searchbox {
    width: 100%;
    min-width: 0;
  }
  .records th,
  .records td {
    padding: 14px 16px;
  }
  .list-footer {
    padding: 14px;
    flex-wrap: wrap;
  }
  .modal {
    padding: 22px;
  }
  .modal-backdrop {
    padding: 12px;
  }
  .source-table {
    font-size: 11px;
  }
  .source-table th {
    font-size: 10px;
  }
  .b .topbar {
    padding: 13px 16px;
    flex-wrap: wrap;
  }
  .b .topbar .brand {
    font-size: 13px;
  }
  .b .top-nav {
    margin: 0;
    gap: 18px;
  }
  .b .top-nav a {
    padding: 12px 0;
    font-size: 12px;
  }
  .b .topbar > .row:first-child {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
  }
  .b .topbar > .row:last-child {
    display: none;
  }
  .b .main {
    padding: 25px 16px;
  }
  .b h1 {
    font-size: 29px;
  }
  .workbench-hero {
    display: block;
    padding: 0 0 27px;
    margin-bottom: 25px;
  }
  .workbench-hero h1 {
    font-size: 32px;
    margin: 10px 0;
  }
  .workbench-hero p {
    font-size: 12px;
  }
  .workbench-hero > .welcome > .btn {
    display: none;
  }
  .quick-register {
    margin-top: 23px;
    padding: 21px;
  }
  .quick-register input {
    font-size: 16px;
  }
  .quick-register input::placeholder {
    font-size: 12px;
  }
  .task-grid {
    gap: 8px;
    margin: 18px 0 28px;
  }
  .task-card {
    padding: 15px 11px;
  }
  .task-card h3 {
    font-size: 11px;
  }
  .task-card .task-num {
    font-size: 27px;
  }
  .task-card p {
    font-size: 10px;
  }
  .task-card .btn {
    padding: 5px 7px;
    min-height: 29px;
    font-size: 10px;
  }
  .work-list-head h2 {
    font-size: 15px;
  }
  .board .main {
    padding: 25px 16px;
  }
  .board .stat-value {
    font-size: 35px;
  }
  .board .platform-row {
    grid-template-columns: 85px minmax(0, 1fr) 40px;
    padding: 18px 0;
  }
  .board .platform-name {
    font-size: 11px;
  }
  .board .bar-value {
    font-size: 10px;
    width: 34px;
  }
  .board .panel-title h2 {
    font-size: 19px;
  }
  .board .trend-svg {
    height: 210px;
  }
}
.mobile-nav {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.metric-note {
  margin: 22px 0 0;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
}
.metric-note summary {
  cursor: pointer;
  display: list-item;
}
.metric-note p {
  max-width: 880px;
  margin-top: 10px;
}
.chart-frame {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.chart-y {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 10px;
  color: var(--muted);
  padding: 28px 0 16px;
  min-width: 29px;
  text-align: right;
}
.chart-frame .trend-svg {
  min-width: 0;
}
.exception {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  margin: -8px 0 24px;
  cursor: pointer;
}
.exception input {
  accent-color: var(--green);
  width: 15px;
  height: 15px;
}
.post-preview {
  max-width: 290px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b .top-nav a .icon,
.b .top-nav .nav-count {
  display: none;
}
.b .top-nav a {
  display: block;
  border-radius: 0;
  background: transparent;
}
.board .metric-note {
  color: #a2b4ab;
}
.board .chart-y {
  font-size: 12px;
}
.board .view-tabs button {
  color: #a2b4ab;
}
.board .btn.primary {
  background: #9ed0ad;
  color: #173323;
}
.field input:disabled {
  background: #f3f5f3;
  color: #87948b;
}
/* Keep the display view within a typical 1080p screen. */
.board .main {
  padding: 26px 3%;
  max-width: 1920px;
}
.board .page-heading {
  margin-bottom: 18px;
}
.board .filterbar {
  margin-bottom: 16px;
}
.board .stats {
  margin-bottom: 18px;
}
.board .stat {
  padding: 19px 23px;
  min-height: 124px;
}
.board .stat-value {
  font-size: 40px;
  margin-top: 9px;
}
.board .panel {
  padding: 22px;
}
.board .platform-row {
  padding: 12px 0;
}
.board .panel-sub,
.board .panel-foot,
.board .metric-note {
  display: none;
}
.board .legend {
  margin: 14px 0 7px;
}
.board .platform-list {
  margin-top: 8px;
}
.board .view-tabs {
  margin-bottom: 18px;
}
.board .trend-svg {
  height: 305px;
}
.task-card {
  min-width: 0;
}
.task-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 650px) {
  .task-card .btn .icon {
    display: none;
  }
  .task-card .btn {
    gap: 0;
  }
  .board .main {
    padding: 25px 16px;
  }
  .board .stat {
    min-height: 120px;
    padding: 16px;
  }
  .board .stat-value {
    font-size: 31px;
  }
  .board .stat:last-child {
    min-height: 76px;
  }
  .board .stat:last-child .stat-value {
    font-size: 27px;
  }
  .board .panel {
    padding: 18px;
  }
  .board .trend-svg {
    height: 210px;
  }
}
.generated-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}
.generated-row .mono {
  white-space: normal;
  overflow-wrap: anywhere;
}
.generated-row .btn {
  flex: none;
}
.generated-list {
  max-height: 330px;
}
.publisher-history {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.publisher-history button {
  border: 1px solid #d7e4da;
  border-radius: 5px;
  background: #f2f7f2;
  padding: 6px 11px;
  font-size: 12px;
  color: #55715c;
}
.publisher-field small {
  font-size: 11px;
  color: var(--muted);
  margin-left: 10px;
}
.plain-select {
  padding: 9px 13px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  font-size: 12px;
}
.attribution-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 17px 19px;
  margin-top: 20px;
  background: #eaf1e9;
  border-radius: 9px;
  color: #63775e;
  font-size: 12px;
  line-height: 1.8;
}
.attribution-note .icon {
  margin-top: 2px;
}
.source-records td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.source-records .mono {
  font-size: 11px;
}
.selection-note {
  margin-bottom: 15px;
  font-size: 12px;
  color: var(--muted);
}
.journey {
  margin: 23px 0;
}
.journey > div {
  display: flex;
  gap: 15px;
  position: relative;
  padding: 0 0 26px;
}
.journey > div:last-child {
  padding-bottom: 0;
}
.journey > div:not(:last-child):before {
  content: "";
  position: absolute;
  width: 1px;
  top: 27px;
  bottom: 0;
  left: 13px;
  background: #dce6dc;
}
.journey section {
  min-width: 0;
}
.journey h3 {
  margin: 3px 0 8px;
  font-size: 14px;
}
.journey-step {
  border-radius: 50%;
  width: 27px;
  height: 27px;
  flex: none;
  background: #e8f0e7;
  color: #3d6b4b;
  display: grid;
  place-items: center;
  font-size: 11px;
}
.break-url {
  overflow-wrap: anywhere;
}
.contact-result {
  display: grid;
  gap: 10px;
  padding: 19px;
  background: #f0f5ef;
  border-radius: 9px;
}
.contact-result > span {
  font-size: 13px;
  color: #427358;
}
.contact-result strong {
  font-size: 19px;
  font-weight: 550;
}
.contact-result small {
  font-size: 11px;
}
.login-page {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  min-height: 100vh;
  background: #fff;
}
.login-brand {
  background: #17382d;
  color: #e5f1e4;
  padding: 55px 12%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.login-brand .brand {
  padding: 0;
}
.login-brand h1 {
  font-size: 39px;
  line-height: 1.6;
  margin: 25px 0;
}
.login-brand p {
  font-size: 13px;
  color: #b2c5b7;
}
.login-brand .eyebrow,
.login-brand small {
  color: #9bb89f;
}
.login-main {
  display: grid;
  place-items: center;
  padding: 40px;
}
.login-form {
  width: 100%;
  max-width: 380px;
}
.login-form h1 {
  font-size: 29px;
  margin: 23px 0 10px;
}
.login-form > p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 34px;
}
.login-form > .btn {
  width: 100%;
  margin-top: 27px;
}
.login-form .attribution-note {
  font-size: 11px;
  margin-bottom: 24px;
}
.login-form .row small {
  font-size: 10px;
}
.board .stat-foot .quiet {
  color: #c4d8be;
}
.prototype a:hover {
  text-decoration: underline;
}
.page-heading > .row {
  flex-wrap: wrap;
}
.source-records .post-preview {
  max-width: 320px;
}
@media (max-width: 650px) {
  .login-page {
    display: block;
  }
  .login-brand {
    padding: 28px;
  }
  .login-brand > div:not(.brand),
  .login-brand > small {
    display: none;
  }
  .login-main {
    padding: 35px 24px;
  }
  .publisher-field small {
    display: block;
    margin: 7px 0 0;
  }
  .prototype-right a {
    font-size: 11px;
  }
  .modal .mono {
    font-size: 11px;
  }
  .generated-row {
    gap: 6px;
  }
  .source-records .post-preview {
    max-width: 240px;
  }
}

.legend i.contact {
  background: #9b63dc;
}
.stat > strong {
  display: block;
  font-size: 28px;
  margin: 12px 0;
}
.stat > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
}

/* Scheme A whole-site board: keep a long reporting period on one continuous
   horizontal axis instead of forcing 30 days into a second visual row. */
.site-overview {
  margin-bottom: 30px;
}
.site-overview > .page-heading {
  margin-top: 0;
}
.site-stat {
  display: block;
  color: inherit;
  text-decoration: none;
}
.site-stat:hover {
  border-color: #9db9a6;
  transform: translateY(-1px);
}
.site-stats {
  margin-bottom: 18px;
}
.whole-site-trend {
  margin-bottom: 18px;
}
.site-trend-scroll {
  overflow-x: auto;
  padding: 4px 0 8px;
}
.site-trend-axis {
  display: flex;
  flex-wrap: nowrap;
  align-items: end;
  gap: 8px;
  width: 100%;
  min-height: 204px;
  padding: 4px 4px 0;
  border-bottom: 1px solid var(--line);
}
.site-day {
  flex: 1 1 0;
  min-width: 0;
  display: grid;
  gap: 7px;
  text-align: center;
  color: var(--muted);
}
.site-day small {
  font-size: 10px;
  white-space: nowrap;
}
.site-bars {
  height: 164px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 3px;
}
.site-bar {
  width: 8px;
  min-height: 0;
  border-radius: 3px 3px 0 0;
  background: var(--visit);
}
.site-bar.pageviews {
  background: var(--click);
}
.site-bar.contacts {
  background: #8a6cc6;
}
.site-bar.missing {
  height: 2px !important;
  min-height: 2px;
  background: repeating-linear-gradient(
    90deg,
    #c8d1cc 0 2px,
    transparent 2px 4px
  );
}
.compact-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.compact-stats .stat {
  min-height: 0;
  padding: 16px;
}
.compact-stats .stat-value {
  font-size: 26px;
}
.channel-ranking {
  margin-bottom: 18px;
}
.channel-row {
  display: grid;
  grid-template-columns: minmax(120px, 0.65fr) minmax(130px, 1fr) minmax(
      170px,
      0.8fr
    );
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #edf0ed;
  color: inherit;
  text-decoration: none;
}
.channel-row:last-child {
  border-bottom: 0;
}
.channel-row:hover {
  background: #f7faf7;
}
.channel-row b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}
.channel-row small {
  color: var(--muted);
  text-align: right;
}
.channel-bars {
  display: grid;
  gap: 5px;
}
.channel-bars i {
  display: block;
  height: 7px;
  min-width: 2px;
  border-radius: 4px;
  background: var(--visit);
}
.channel-bars i.contact {
  background: #8a6cc6;
}
@media (max-width: 760px) {
  .compact-stats {
    grid-template-columns: 1fr 1fr;
  }
  .channel-row {
    grid-template-columns: 100px minmax(80px, 1fr);
  }
  .channel-row small {
    grid-column: 2;
    text-align: left;
  }
}
@media (max-width: 520px) {
  .site-trend-axis {
    width: max-content;
    min-width: max-content;
  }
  .site-day {
    flex: 0 0 28px;
  }
}
.panel + .panel,
.panel + details,
details.panel + .metric-note {
  margin-top: 18px;
}

.site-trend-axis {
  width: 100%;
  min-width: 0;
}
@media (max-width: 760px) {
  .site-trend-axis {
    min-width: 660px;
  }
}
