.brand-bar {
  left: 12px;
  right: 12px;
  justify-content: center;
  gap: 0;
}

.brand-lockup {
  display: grid;
  place-items: center;
  width: min(520px, calc(100vw - 24px));
  padding: 10px 16px 11px;
  border-radius: 24px;
  text-align: center;
}

.brand-lockup > div:last-child {
  min-width: 0;
  width: 100%;
}

.brand-mark {
  display: none;
}

h1 {
  max-width: 100%;
  overflow: visible;
  font-size: clamp(15px, 4.6vw, 23px);
  line-height: 1.06;
  text-align: center;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

.is-listening .main-action span {
  width: 24px;
  height: 24px;
  margin-left: 0;
  border: 0;
  border-radius: 6px;
  background: #050505;
  box-shadow: none;
}

.is-listening .main-action span::before {
  content: none;
}

.sync-success-overlay {
  position: fixed;
  z-index: 2147483647;
  inset: 0;
  display: grid;
  place-items: start center;
  padding: max(104px, calc(env(safe-area-inset-top) + 86px)) 18px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.is-synced.sync-confirmation-visible .sync-success-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: none;
}

.sync-success-card {
  width: min(420px, calc(100vw - 34px));
  padding: 15px 18px 13px;
  border: 1px solid rgba(255, 249, 240, 0.18);
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(180deg, rgba(13, 13, 12, 0.76), rgba(13, 13, 12, 0.58));
  pointer-events: auto;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.34);
  text-align: left;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.sync-success-card p {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.sync-success-card ul {
  margin: 0;
  padding-left: 19px;
}

.sync-success-card li {
  margin: 0 0 7px;
  color: rgba(255, 249, 240, 0.94);
  font-size: clamp(13px, 3.5vw, 15px);
  font-weight: 850;
  line-height: 1.25;
}

.sync-success-links {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.sync-success-links a {
  display: block;
  min-height: 38px;
  padding: 10px 13px;
  border: 1px solid rgba(214, 167, 58, 0.32);
  border-radius: 999px;
  color: #fff;
  background: rgba(214, 167, 58, 0.16);
  font-size: 13px;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
}

.sync-success-card small {
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 249, 240, 0.14);
  color: rgba(255, 249, 240, 0.7);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.beta-feedback {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 249, 240, 0.14);
}

.beta-feedback .beta-feedback-title {
  margin: 0 0 8px;
  color: rgba(255, 249, 240, 0.82);
  font-size: 11px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.beta-feedback-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.beta-feedback-actions button {
  min-height: 34px;
  padding: 8px 6px;
  border: 1px solid rgba(255, 249, 240, 0.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 249, 240, 0.1);
  font-size: 11px;
  font-weight: 950;
}

.beta-feedback-actions button.is-selected {
  border-color: rgba(214, 167, 58, 0.55);
  background: rgba(214, 167, 58, 0.24);
}

.beta-feedback-actions button:disabled:not(.is-selected) {
  opacity: 0.55;
}

.sync-success-card .beta-feedback-message {
  margin-top: 8px;
  padding-top: 0;
  border-top: 0;
  color: rgba(255, 249, 240, 0.68);
  font-size: 10px;
}
