.tipzify-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--wp--preset--color--border);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.tipzify-brand-mark {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: var(--wp--preset--color--brand);
  color: #fff;
  font-weight: 700;
}

.tipzify-hero-card,
.tipzify-feature-card,
.tipzify-creator-card,
.tipzify-tip-panel,
.tipzify-access-state {
  border: 1px solid var(--wp--preset--color--border);
  border-radius: var(--wp--custom--radius--panel);
  background: var(--wp--preset--color--surface);
  box-shadow: var(--wp--custom--shadow--soft);
}

.tipzify-button-link.is-style-outline {
  background: transparent;
  color: var(--wp--preset--color--brand);
  border: 1px solid currentColor;
}

.tipzify-announcement-bar {
  border-bottom: 1px solid var(--wp--preset--color--border);
  background: var(--wp--preset--color--surface-alt);
}

.tipzify-access-state--restricted {
  border-color: color-mix(in srgb, var(--wp--preset--color--warning) 35%, #fff);
}
