.address-trigger {
  width: 100%;
  min-height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  color: #f6f1e8;
  padding: 14px 16px;
  text-align: left;
}

.address-trigger-title {
  display: block;
  font-weight: 800;
  font-size: 15px;
}

.address-trigger-subtitle {
  display: block;
  margin-top: 4px;
  color: rgba(246, 241, 232, 0.68);
  font-size: 13px;
  line-height: 1.35;
}

.address-hidden-field {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.address-sheet-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: flex-end;
  background: rgba(4, 8, 14, 0.68);
}

.address-sheet {
  width: 100%;
  max-height: 92vh;
  overflow: auto;
  border-radius: 24px 24px 0 0;
  background: #172231;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px;
  box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.34);
}

.address-sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.address-sheet-head h3 {
  margin: 0;
  font-size: 22px;
}

.address-icon-button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #f6f1e8;
  font-size: 24px;
}

.address-sheet .field {
  margin-top: 12px;
}

.address-results {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.address-result {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: #f6f1e8;
  padding: 12px 14px;
  text-align: left;
}

.address-result strong,
.address-summary strong {
  display: block;
  font-size: 15px;
}

.address-result span,
.address-summary span {
  display: block;
  margin-top: 4px;
  color: rgba(246, 241, 232, 0.68);
  font-size: 13px;
  line-height: 1.35;
}

.address-summary {
  margin-top: 14px;
  border: 1px solid rgba(221, 184, 102, 0.42);
  border-radius: 18px;
  background: rgba(221, 184, 102, 0.08);
  padding: 14px;
}

.address-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.address-secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: transparent;
  color: #f6f1e8;
  padding: 13px 14px;
  font-weight: 800;
}

.address-message {
  margin-top: 12px;
  color: rgba(246, 241, 232, 0.7);
  font-size: 13px;
  line-height: 1.4;
}

.address-message.error {
  color: #ffb4a8;
}
