.trial-banner {
  background: #2d2a1f;
  color: #f0c94a;
  padding: 10px 16px;
  text-align: center;
  font-size: 14px;
  font-family: system-ui, sans-serif;
}
.trial-banner a {
  color: #ffe08a;
  font-weight: 600;
  margin-left: 6px;
}

.account-bar {
  position: fixed;
  top: 8px;
  right: 12px;
  font-family: system-ui, sans-serif;
  font-size: 13px;
  color: #999;
  background: rgba(0, 0, 0, 0.35);
  padding: 4px 10px;
  border-radius: 6px;
  z-index: 500;
}
.account-bar a {
  color: #6db3ff;
  margin-left: 8px;
  text-decoration: none;
}

.paywall-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  font-family: system-ui, sans-serif;
}
.paywall-box {
  background: #1c1c1f;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 32px;
  max-width: 420px;
  text-align: center;
  color: #eee;
}
.paywall-box h2 {
  margin-top: 0;
  font-size: 20px;
}
.paywall-box button {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 12px;
  border-radius: 8px;
  border: none;
  font-size: 15px;
  cursor: pointer;
  background: #4f8cff;
  color: white;
}
.paywall-box button.secondary {
  background: #333;
  color: #eee;
}
.paywall-box button.link {
  background: transparent;
  color: #888;
  font-size: 13px;
  padding: 6px;
}
