.v3-page-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 8px;
  padding: 0 10px;
  border: 1px solid #d8e3f2;
  border-radius: 999px;
  background: #ffffff;
  color: #47607c;
  font-size: 12px;
  font-weight: 760;
}

.v3-assistant-hero {
  padding-top: 4px;
}

.v3-assistant-panel,
.v3-profile-panel {
  display: grid;
  gap: 12px;
}

.v3-quick-prompts,
.v3-category-tabs,
.v3-profile-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.v3-quick-prompts button,
.v3-category-tabs button,
.v3-profile-actions button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #d8e1ee;
  border-radius: 8px;
  background: #ffffff;
  color: #26364b;
  font: inherit;
  font-size: 13px;
  font-weight: 760;
}

.v3-category-tabs {
  max-width: 760px;
  margin: 0 auto 12px;
}

.v3-category-tabs button[aria-pressed="true"] {
  border-color: #1a73e8;
  background: #eaf2ff;
  color: #1558ba;
}

.v3-page-list article.is-hidden {
  display: none;
}

.v3-profile-state {
  color: #334155;
  font-size: 14px;
  line-height: 1.6;
}

.v3-profile-actions button:first-child {
  color: #ffffff;
  border-color: #1d4ed8;
  background: #1d4ed8;
}

.v3-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.v3-profile-grid article {
  min-height: 88px;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}

.v3-profile-grid b,
.v3-profile-grid span {
  display: block;
}

.v3-profile-grid b {
  margin-bottom: 6px;
  color: #152033;
  font-size: 14px;
}

.v3-profile-grid span {
  color: #53627a;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 520px) {
  .v3-profile-grid {
    grid-template-columns: 1fr;
  }
}
