:root {
  --blue: #087a4e;
  --blue-deep: #06452f;
  --blue-bright: #0b9962;
  --cyan: #43c78d;
  --yellow: #b9e769;
  --green: #0b9962;
  --ink: #13271f;
  --muted: #64756d;
  --line: #dfe9e4;
  --surface: #f3f8f5;
  --shadow: 0 16px 48px rgba(6, 69, 47, 0.1);
}

.share-mark {
  display: none !important;
}

.brand-logo {
  width: 150px;
  height: auto;
  display: block;
  object-fit: contain;
}

.brand-logo--auth {
  width: 168px;
}

.brand-logo--sidebar {
  width: 140px;
  margin: -10px auto -4px;
}

.brand-logo--header {
  width: 105px;
}

.participant-header {
  height: 102px;
}

.legal-header .brand-logo--header {
  width: 124px;
}

.invite-story {
  background:
    radial-gradient(
      circle at 15% 90%,
      rgba(67, 199, 141, 0.5),
      transparent 38%
    ),
    linear-gradient(145deg, #043523, #087a4e);
}

.invite-story::after {
  content: none;
}

.story-stat strong {
  color: #b9e769;
  font-size: 32px;
  letter-spacing: -0.05em;
}

.auth-page {
  background: radial-gradient(circle at 50% 10%, #0b9962, #043523 64%);
}

.sidebar {
  background: linear-gradient(180deg, #087a4e, #043523);
}

.metric-card--hero,
.share-hero,
.report-hero {
  background: linear-gradient(145deg, #087a4e, #075b3c);
}

.button--primary {
  box-shadow: 0 8px 20px rgba(8, 122, 78, 0.2);
}

.share-hero {
  grid-template-columns: 1fr 220px;
  box-shadow: 0 20px 45px rgba(6, 69, 47, 0.18);
}

.share-accent {
  position: relative;
  min-height: 180px;
}

.share-accent span {
  position: absolute;
  border-radius: 50%;
  background: rgba(185, 231, 105, 0.18);
}

.share-accent span:nth-child(1) {
  width: 170px;
  height: 170px;
  right: 0;
  top: 10px;
}

.share-accent span:nth-child(2) {
  width: 88px;
  height: 88px;
  right: 105px;
  top: 88px;
  background: rgba(255, 255, 255, 0.12);
}

.share-accent span:nth-child(3) {
  width: 34px;
  height: 34px;
  right: 42px;
  top: 78px;
  background: #b9e769;
}

.progress span {
  background: linear-gradient(90deg, #43c78d, #087a4e);
}

.color-field {
  margin-top: 14px;
}

.color-control {
  min-height: 54px;
  padding: 8px 12px;
  border: 1px solid #d8deea;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
}

.color-control input[type="color"] {
  width: 46px;
  height: 36px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 7px;
  overflow: hidden;
  cursor: pointer;
}

.color-control output {
  color: var(--ink);
  font-family: monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.side-nav a.active {
  box-shadow: inset 3px 0 #b9e769;
}

@media (max-width: 820px) {
  .mobile-brand {
    width: max-content !important;
    padding: 10px 18px;
    border-radius: 14px;
    background: var(--blue);
  }

  .mobile-brand .brand-logo {
    width: 128px;
  }

  .share-hero {
    grid-template-columns: 1fr;
  }

  .share-accent {
    display: none;
  }
}
