@charset "utf-8";
.sign-page {
  background: #f5f5f5;
  min-height: 100vh;
}
.sign-cover,
.sign-card {
  box-sizing: border-box;
}
.sign-cover {
  position: relative;
  min-width: 320px;
  padding: 120px 30px 0;
  background: url('/img/xkgg.png') center/cover no-repeat;
  box-shadow: 0 2px 3px #dcdcdc;
}
.sign-cover-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 0px 3px 12px 12px;
}
.sign-cover-stat {
  text-align: center;
  background: rgba(0, 0, 0, .46);
  padding: 6px 6px 7px;
  border-radius: 4px;
}
.sign-cover-stat-label {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: rgba(255,255,255,.82);
  line-height: 1.2;
}
.sign-cover-stat-value {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.sign-cover-stat-value em {
  font-style: normal;
}
.sign-login-note {
  margin: 0 auto 12px;
  width: min(100%, 560px);
  min-width: 320px;
  padding: 10px 14px 12px;
  font-size: 12px;
  text-align: center;
  color: #666;
  background: #fff;
}
.sign-card {
  min-width: 320px;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 2px 3px #dcdcdc;
}
.sign-card-header {
  padding: 8px 14px;
  font-weight: bold;
  color: #222;
  border-bottom: 1px solid #f2f2f2;
}
.subtitle-with-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sign-rank-more {
  display: inline-block;
  margin-right: 14px;
  font-size: 14px;
  line-height: 1;
  color: #222;
  font-weight: 600;
}
.sign-rank-more:active,
.sign-rank-more:hover {
  color: #222;
}
.sign-calendar-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px 8px;
  color: #666;
  font-size: 13px;
}
.sign-calendar-week,
.sign-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  padding: 0 14px 14px;
}
.sign-calendar-week span {
  text-align: center;
  color: #999;
  font-size: 12px;
}
.sign-day,
.sign-day-empty {
  height: 42px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.sign-day {
  position: relative;
  background: #f6f7fb;
  color: #666;
  border: 1px solid #eceff5;
}
.sign-day-num {
  position: relative;
  z-index: 1;
  line-height: 1;
}
.sign-day-icon {
  position: absolute !important;
  right: 3px;
  bottom: 3px;
  display: inline-block !important;
  font-size: 11px;
  line-height: 1;
  z-index: 2;
}
.sign-day-icon-check {
  color: currentColor;
}
.sign-day.is-signed .sign-day-icon {
  color: #19a35b;
}
.sign-day-icon-miss {
  color: #c0c6d0;
}
.sign-day.is-past {
  background: #f2f4f7;
  color: #a0a7b4;
}
.sign-day.is-past .sign-day-num {
  color: #9aa3af;
}
.sign-day.is-signed {
  background: #e8f7ee;
  color: #19a35b;
  border-color: #bfe7cc;
  font-weight: bold;
}
.sign-day.is-signed .sign-day-icon {
  color: #19a35b;
}
.sign-day.is-today {
  background: #fff4e8;
  color: #d97706;
  border-color: #f5c58b;
  font-weight: bold;
  cursor: pointer;
}
.sign-day.is-today.is-signed {
  background: #16a34a;
  color: #fff;
  border-color: #16a34a;
}
.sign-day.is-today.is-signed .sign-day-icon {
  color: #fff;
}
.sign-day.is-future {
  background: #fafbfc;
  color: #c0c6d0;
  border-color: #f0f2f6;
}
.sign-rule-list {
  color: #666;
  line-height: 1.8;
}
.sign-reward-summary {
  padding: 10px 14px 14px 12px;
  color: #666;
  line-height: 1.8;
}
.sign-reward-summary-item {
  position: relative;
  padding-left: 0;
}
.sign-reward-summary-item::marker,
.sign-reward-summary-item {
  list-style: decimal;
}
.sign-rank-list {
  padding: 4px 0;
}
.sign-rank-item {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border-top: 1px solid #f5f5f5;
}
.sign-rank-item:first-child { border-top: 0; }
.sign-rank-no {
  width: 34px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sign-rank-no img {
  width: 16px;
  display: block;
}
.sign-rank-no-text {
  display: inline-flex;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #eef2f7;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
.sign-rank-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: visible;
  flex-shrink: 0;
  margin-right: 10px;
}
.sign-rank-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.sign-rank-info {
  flex: 1;
  min-width: 0;
}
.sign-rank-name {
  color: #333;
  font-size: 14px;
}
.sign-rank-name a {
  color: #333;
  text-decoration: none;
}
.sign-rank-name a:visited,
.sign-rank-name a:hover,
.sign-rank-name a:active {
  color: #333;
}
.sign-rank-meta {
  margin-top: -6px;
  color: #888;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sign-rank-time {
  margin-left: 8px;
  color: #999;
  font-size: 12px;
  flex-shrink: 0;
  font-family: Consolas, Monaco, monospace;
}
.sign-empty {
  padding: 18px 14px;
  text-align: center;
  color: #999;
  font-size: 13px;
}
