.mine-system-bg {
  background:
    radial-gradient(98% 38% at 20% 7%, rgba(182, 234, 255, 0.7) 22%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, #d0e5fe 0%, #ffffff 100%);
}

.mine-page {
  min-height: calc(100vh - 88px);
  min-height: calc(100dvh - 88px);
  padding: 12px 16px 28px;
  background: #f0f6ff;
}

.mine-page--with-tab {
  padding-bottom: 88px;
}

.mine-sub-navbar {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 90;
  background: #ffffff;
}

.mine-sub-navbar .mine-back {
  position: absolute;
  left: 16px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #12151a;
  text-decoration: none;
}

.mine-sub-navbar .mine-title {
  font-family: "Alibaba PuHuiTi 2.0", "PingFang SC", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #12151a;
}

.mine-sub-navbar .mine-right {
  position: absolute;
  right: 16px;
  color: #1f69ff;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
}

.mine-profile-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(81, 165, 255, 0.13) 0%, rgba(255, 255, 255, 0.95) 72%);
  border: 1px solid rgba(31, 105, 255, 0.08);
  box-shadow: 0 6px 18px rgba(31, 105, 255, 0.1);
}

.mine-avatar {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  background: #eaf2ff;
  flex-shrink: 0;
}

.mine-name {
  font-family: "Alibaba PuHuiTi 2.0", "PingFang SC", sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #12151a;
  line-height: 24px;
}

.mine-meta {
  margin-top: 3px;
  font-size: 12px;
  color: #4b535c;
  line-height: 17px;
}

.mine-badge {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding: 1px 8px;
  border-radius: 4px;
  background: #e6f6ff;
  color: #0077ff;
  font-size: 10px;
  line-height: 17px;
}

.mine-card-stack {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

.mine-stat-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 16px 10px 14px;
}

.content-card.card-gradient.card-hero-blue.mine-stat-card {
  border-radius: var(--radius-lg);
}

.mine-stat-item {
  position: relative;
  text-align: center;
}

.mine-stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.mine-stat-value {
  font-family: "DingTalk JinBuTi", "PingFang SC", sans-serif;
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
  text-shadow: 0 2px 8px rgba(18, 21, 26, 0.2);
}

.mine-stat-label {
  margin-top: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.mine-section-head {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mine-section-head .section-title-wrap {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}

.mine-more-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #4b535c;
  text-decoration: none;
  font-size: 12px;
}

.mine-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.mine-icon-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.mine-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #12151a;
}

.mine-grid-item img {
  width: 24px;
  height: 24px;
}

.mine-grid-item .label {
  margin-top: 7px;
  font-size: 12px;
  line-height: 17px;
}

.mine-grid-item .count {
  margin-left: 3px;
  font-weight: 700;
}

.mine-list {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(31, 105, 255, 0.08);
  overflow: hidden;
}

.mine-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 0;
  text-decoration: none;
  color: #12151a;
}

.mine-list-item + .mine-list-item {
  border-top: 1px solid rgba(18, 21, 26, 0.06);
}

.mine-list-left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.mine-list-left img {
  width: 18px;
  height: 18px;
}

.mine-list-text {
  font-size: 13px;
  color: #12151a;
}

.mine-arrow {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.mine-arrow::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: var(--icon-chevron-right-16) no-repeat center / 16px 16px;
}

.mine-notice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 11px 12px;
  border-radius: 8px;
  background: #e6f0ff;
  color: #4b535c;
  font-size: 12px;
  line-height: 18px;
}

.mine-form-card {
  padding: 14px 16px;
}

.mine-field {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

.mine-field:last-child {
  margin-bottom: 0;
}

.mine-field label {
  font-size: 12px;
  color: #4b535c;
}

.mine-required {
  color: #f53b3b;
  margin-right: 2px;
}

.mine-input,
.mine-select,
.mine-textarea {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 11px 12px;
  background: #f5f7fa;
  color: #12151a;
  font-size: 14px;
  outline: none;
}

.mine-input:focus,
.mine-select:focus,
.mine-textarea:focus {
  border-color: #1f69ff;
  background: #ffffff;
}

.mine-upload {
  margin-top: 6px;
  display: flex;
  gap: 10px;
}

.mine-upload-box {
  width: 88px;
  height: 88px;
  border-radius: 8px;
  border: 1px dashed #d9d9d9;
  background: #fafafa;
  display: grid;
  place-items: center;
  color: #7b838c;
  font-size: 12px;
}

.mine-upload-hint {
  margin-top: 8px;
  color: #7b838c;
  font-size: 11px;
}

.mine-bottom-action {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 375px;
  background: #ffffff;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  z-index: 100;
}

.mine-btn-primary,
.mine-btn-secondary,
.mine-btn-muted,
.mine-btn-danger {
  height: 44px;
  border-radius: 24px;
  border: none;
  font-size: 15px;
  font-weight: 600;
}

.mine-btn-primary {
  width: 100%;
  background: var(--gradient-primary);
  color: #ffffff;
  box-shadow: none;
}

.mine-btn-secondary {
  width: 100%;
  background: #ffffff;
  color: #1f69ff;
  border: 1.5px solid #1f69ff;
}

.mine-btn-muted {
  width: 100%;
  background: #f2f3f5;
  color: #4b535c;
}

.mine-btn-danger {
  width: 100%;
  background: #ffffff;
  color: #f53b3b;
  border: 1.5px solid #f53b3b;
  box-shadow: none;
}

.mine-status-card {
  padding: 14px 16px;
}

.mine-status-hero {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 8px 0 14px;
}

.mine-status-dot {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 20px;
  position: relative;
}

.mine-status-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

.mine-status-dot svg {
  width: 24px;
  height: 24px;
  display: block;
}

.mine-status-dot.pending {
  background: linear-gradient(180deg, #4395fc 21%, #1f69ff 99%);
  box-shadow: 0 6px 14px rgba(31, 105, 255, 0.24);
}

.mine-status-dot.pass {
  background: linear-gradient(180deg, #73d13d 0%, #52c41a 100%);
  box-shadow: 0 6px 14px rgba(82, 196, 26, 0.24);
}

.mine-status-dot.reject {
  background: linear-gradient(180deg, #ff7875 0%, #f53b3b 100%);
  box-shadow: 0 6px 14px rgba(245, 59, 59, 0.24);
}

.mine-status-title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #12151a;
}

.mine-status-sub {
  margin-top: 4px;
  font-size: 12px;
  color: #7b838c;
}

.mine-kv {
  margin-top: 8px;
  border-top: 1px solid rgba(18, 21, 26, 0.06);
  padding-top: 8px;
}

.mine-kv-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
}

.mine-kv-row .k {
  color: #7b838c;
  font-size: 12px;
}

.mine-kv-row .v {
  color: #12151a;
  font-size: 12px;
  text-align: right;
}

.mine-kv-row .v-danger {
  color: #f53b3b;
}

.mine-btn-row {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mine-search {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #f5f7fa;
  padding: 0 12px;
  height: 40px;
}

.mine-search input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  color: #12151a;
  font-size: 14px;
}

.mine-group-title {
  margin-top: 14px;
  margin-bottom: 8px;
  color: #7b838c;
  font-size: 12px;
}

.mine-project-list {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(31, 105, 255, 0.08);
  overflow: hidden;
}

.mine-project-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  text-decoration: none;
  color: #12151a;
  position: relative;
}

.mine-project-item + .mine-project-item {
  border-top: 1px solid rgba(18, 21, 26, 0.06);
}

.mine-project-item.active {
  background: linear-gradient(90deg, rgba(31, 105, 255, 0.06) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.mine-project-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #1f69ff;
}

.mine-project-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.mine-project-name {
  font-size: 14px;
  color: #12151a;
  font-weight: 600;
  line-height: 20px;
}

.mine-project-desc {
  margin-top: 2px;
  color: #7b838c;
  font-size: 12px;
}

.mine-project-tag {
  flex-shrink: 0;
  font-size: 11px;
  line-height: 16px;
  border-radius: 4px;
  padding: 1px 6px;
}

.mine-project-tag.ok {
  background: #f6ffed;
  color: #52c41a;
}

.mine-project-tag.guest {
  background: #f2f3f5;
  color: #7b838c;
}
