/* v0.38 — Border transfer, blind window, shaft route, witness card */

.v38-border-mount {
  margin: 0.35rem 0 0.6rem;
}

.v38-border-card {
  border: 1px solid rgba(160, 190, 220, 0.22);
  border-radius: 10px;
  padding: 0.55rem 0.65rem;
  background: linear-gradient(165deg, rgba(14, 18, 28, 0.95), rgba(8, 10, 18, 0.88));
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
}

.v38-border-card-blind {
  border-color: rgba(220, 160, 90, 0.45);
  background: linear-gradient(165deg, rgba(28, 20, 14, 0.92), rgba(12, 10, 8, 0.9));
}

.v38-witness-card {
  border-color: rgba(200, 120, 120, 0.4);
}

.v38-border-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.v38-border-card-head h4 {
  margin: 0;
  font-size: 0.88rem;
}

.v38-fog-chip {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.12rem 0.35rem;
  border-radius: 4px;
  background: rgba(200, 210, 230, 0.12);
  color: rgba(230, 235, 245, 0.75);
}

.v38-blind-warning {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(255, 210, 170, 0.92);
  line-height: 1.35;
}

.v38-border-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.45rem;
}

.v38-border-actions .button {
  font-size: 0.72rem !important;
  padding: 0.28rem 0.5rem !important;
}

.v38-witness-actions .button {
  min-width: 0;
}

.report-v38-border-line {
  margin-top: 0.35rem;
  font-size: 0.74rem;
  color: rgba(200, 215, 235, 0.72);
}

.app-shell.atmosphere-border-transfer:not(.screen-main-menu) {
  box-shadow: inset 0 0 0 1px rgba(200, 160, 100, 0.12);
}

.v38-shaft-btn {
  font-size: 0.72rem !important;
}
