*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: #f0f0f0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  padding: 24px 16px;
}

.page {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-label {
  font-size: 13px;
  color: #555;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}

.ad-card {
  background: #c8f000;
  border-radius: 24px;
  padding: 32px 28px 24px;
  width: 100%;
}

.hidden { display: none; }

.capsule-wrap { text-align: center; margin-bottom: 12px; }

.capsule-top {
  background: #fff;
  border: 3px solid #111;
  border-radius: 40px;
  display: inline-block;
  padding: 10px 32px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #111;
}

.could-never {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  text-align: center;
  margin-top: 10px;
}

.divider {
  border: none;
  border-top: 2.5px solid #111;
  margin: 16px 0;
}

.agree-prompt {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #111;
  margin-bottom: 8px;
}

.social-proof {
  font-size: 13px;
  color: #333;
  text-align: center;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 20px;
}

.vote-btn {
  width: 100%;
  border-radius: 40px;
  border: 3px solid #111;
  font-size: 18px;
  font-weight: 500;
  padding: 14px 0;
  cursor: pointer;
  margin-bottom: 12px;
  background: #c8f000;
  color: #111;
  transition: background 0.15s, color 0.15s, transform 0.1s;
  font-family: inherit;
  display: block;
}

.vote-btn:hover { background: #111; color: #c8f000; }
.vote-btn:active { transform: scale(0.97); }

.confirm-msg {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 16px;
}

.bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.bar-label {
  font-size: 13px;
  color: #333;
  min-width: 68px;
  font-weight: 500;
}

.bar-track {
  flex: 1;
  background: #aad000;
  border-radius: 8px;
  height: 14px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  border-radius: 8px;
  background: #111;
  width: 0%;
  transition: width 0.6s ease;
}

.bar-pct {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  min-width: 36px;
  text-align: right;
}

.unit-total {
  font-size: 12px;
  color: #444;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 4px;
}

.share-btn {
  width: 100%;
  border-radius: 40px;
  border: 3px solid #111;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 0;
  cursor: pointer;
  margin-top: 14px;
  background: #111;
  color: #c8f000;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: opacity 0.15s, transform 0.1s;
}

.share-btn:hover { opacity: 0.85; }
.share-btn:active { transform: scale(0.97); }

.share-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.ad-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}

.hashtag {
  font-size: 12px;
  color: #333;
  line-height: 1.5;
}

.olas-mark {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}
