/* 前端独立样式入口：页面结构仍由服务端输出，通用视觉细节统一放在这里。 */
.entry-link {
  display: inline-flex;
  max-width: 100%;
  padding: 9px 11px;
  border: 1px solid rgba(15, 118, 110, .18);
  border-radius: 6px;
  background: #f0fdfa;
  text-decoration: none;
}

.toolbar a {
  text-decoration: none;
}

.table-wrap {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.status {
  font-weight: 650;
}

.status:not(.failed):not(.expired) {
  border: 1px solid rgba(15, 118, 110, .12);
}

.status.failed,
.status.expired {
  border: 1px solid rgba(180, 35, 24, .12);
}

.sales-history .table-wrap,
#servers .table-wrap,
#bindings .table-wrap {
  max-height: 68vh;
}

.login-card,
.sales-card {
  border-color: rgba(255, 255, 255, .9);
}

@media (max-width: 720px) {
  .toolbar {
    align-items: stretch;
  }

  .toolbar button,
  .toolbar a {
    width: 100%;
  }

  .toolbar a button {
    width: 100%;
  }
}
