html[data-theme="light"] {
  color-scheme: light;
  --ink: #151515;
  --muted: #777777;
  --line: #e8e8e8;
  --soft: #f7f7f7;
  --surface: #ffffff;
  --surface-raised: #ffffff;
}

body {
  margin: 0;
  background: #f4f1ed;
}

.landing-popup-mock,
.landing-popup-mock * {
  pointer-events: none;
  user-select: none;
}

.landing-popup-mock {
  cursor: default;
}

.landing-popup-mock .distance-value,
.landing-popup-mock .range-button,
.landing-popup-mock .show-all-button,
.landing-popup-mock .header-pill {
  cursor: default;
}

.landing-popup-mock .distance-value:hover,
.landing-popup-mock .range-button:hover,
.landing-popup-mock .show-all-button:hover,
.landing-popup-mock .info-card:hover {
  background: inherit;
  box-shadow: none;
}

.landing-popup-mock .chart-line {
  stroke-dasharray: none;
  animation: none;
}

.landing-popup-mock .view {
  display: grid;
  gap: 22px;
}

.landing-popup-mock .profile-button {
  gap: 7px;
  padding-left: 4px;
}

.landing-popup-mock .header-pill-accent .mock-profile-avatar {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 42%),
    #151515;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.landing-popup-mock .website-icon {
  overflow: hidden;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(21, 21, 21, 0.06);
}

.landing-popup-mock .website-favicon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 999px;
}

.landing-popup-mock .website-favicon[src*="reddit.com"] {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
}

.landing-popup-mock .achievement-row span {
  display: block;
  color: var(--muted);
}
