.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #696cff 0%, #03c3ec 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 0.4rem 1rem rgba(105, 108, 255, 0.22);
}

.panel-search-box {
  min-width: 280px;
  max-width: 520px;
  width: 100%;
}

.metric-card .card-body {
  padding: 1.1rem 1.25rem;
}

.metric-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.panel-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.panel-status-dot.online { background: #71dd37; }
.panel-status-dot.warning { background: #ffab00; }
.panel-status-dot.offline { background: #ff3e1d; }

.quick-action {
  min-height: 100%;
  transition: transform .18s ease, box-shadow .18s ease;
}
.quick-action:hover {
  transform: translateY(-3px);
  box-shadow: 0 .5rem 1rem rgba(67, 89, 113, .12);
}

.log-feed .list-group-item {
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.endpoint-chip {
  display: inline-flex;
  align-items: center;
  padding: .3rem .6rem;
  border-radius: 999px;
  background: rgba(105, 108, 255, .08);
  color: #696cff;
  font-size: .8125rem;
  font-weight: 600;
}

.code-box {
  border-radius: .5rem;
  background: #233446;
  color: #dce7f1;
  padding: 1rem;
  font-size: .85rem;
  overflow: auto;
}

.table td, .table th { vertical-align: middle; }

.rollback-card-main .card-header,
.rollback-progress-card .card-header {
  padding-bottom: 1rem;
}

.rollback-tip {
  border-radius: .75rem;
  padding: .8rem .95rem;
  background: rgba(105, 108, 255, .08);
  color: #566a7f;
  font-size: .875rem;
}

.rollback-progress {
  height: 1.25rem;
  background: rgba(105, 108, 255, .08);
}

.summary-box {
  min-height: 88px;
  background: #fff;
}

.summary-box strong {
  display: block;
  font-size: 1.05rem;
  color: #566a7f;
  word-break: break-word;
}

.rollback-log-box {
  min-height: 210px;
  max-height: 360px;
  overflow: auto;
  background: #fafbff;
}

.rollback-log-line {
  padding-bottom: .35rem;
  border-bottom: 1px dashed rgba(67, 89, 113, .08);
}

.rollback-log-line:last-child {
  border-bottom: 0;
}


.ssl-card-main .card-header,
.ssl-output-card .card-header {
  padding-bottom: 1rem;
}

.ssl-tip {
  border-radius: .75rem;
  padding: .8rem .95rem;
  background: rgba(3, 195, 236, .08);
  color: #566a7f;
  font-size: .875rem;
}

.ssl-output-box {
  min-height: 240px;
  max-height: 420px;
  overflow: auto;
  white-space: pre-wrap;
  line-height: 1.55;
}


.ssl-safe-box {
  border: 1px dashed rgba(255, 171, 0, .45);
  border-radius: .85rem;
  padding: .9rem 1rem;
  background: rgba(255, 171, 0, .06);
}

.ssl-renew-meta {
  min-height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .25rem;
  border: 1px solid rgba(67, 89, 113, .12);
  border-radius: .5rem;
  padding: .75rem .85rem;
  background: #fff;
  font-size: .875rem;
  color: #566a7f;
}

.ssl-renew-meta strong {
  color: #233446;
}


.monitor-box {
  border: 1px solid rgba(67, 89, 113, .12);
  border-radius: .85rem;
  padding: 1rem;
  background: #fff;
  min-height: 132px;
}

.dashboard-activity-box {
  min-height: 240px;
  max-height: 340px;
  overflow: auto;
  background: #fafbff;
  color: #566a7f;
}

.guide-grid .guide-step {
  border: 1px solid rgba(67, 89, 113, .12);
  border-radius: .85rem;
  padding: 1rem;
  background: #fff;
  height: 100%;
  display: flex;
  gap: .85rem;
}

.guide-step-number {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: rgba(105, 108, 255, .12);
  color: #696cff;
  flex: 0 0 auto;
}

.guide-step-note .guide-step-number {
  background: rgba(255, 171, 0, .12);
  color: #ffab00;
}

.guide-code {
  display: inline-block;
  margin-top: .25rem;
  margin-bottom: .15rem;
  white-space: normal;
  word-break: break-all;
}

.guide-list .list-group-item {
  padding-left: 0;
  padding-right: 0;
}


.dashboard-hero-card {
  background: linear-gradient(180deg, rgba(105, 108, 255, .06) 0%, rgba(255, 255, 255, 1) 62%);
}

.readiness-card {
  border: 1px solid rgba(67, 89, 113, .08);
}

.readiness-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .55rem 0;
  border-bottom: 1px dashed rgba(67, 89, 113, .08);
}

.readiness-row:last-child {
  border-bottom: 0;
}

.readiness-row strong {
  color: #233446;
  text-align: right;
}

.snapshot-list {
  display: flex;
  flex-direction: column;
  gap: .85rem;
}

.snapshot-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(67, 89, 113, .12);
  border-radius: .85rem;
  padding: .9rem 1rem;
  background: #fff;
}

.snapshot-item strong {
  display: block;
  color: #233446;
}

.snapshot-label {
  display: block;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #a1acb8;
  margin-bottom: .25rem;
}
