.mine-feedback-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 10px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(16, 165, 96, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  text-align: left;
}

.mine-feedback-entry span,
.mine-feedback-entry em {
  color: #079456;
  font-size: 12px;
  font-weight: 900;
}

.mine-feedback-entry strong {
  color: #111513;
  font-size: 15px;
  line-height: 1.25;
}

.mine-feedback-entry em {
  grid-row: 1 / 3;
  grid-column: 2;
  font-style: normal;
}

.home-screen:has(.mine-feedback-page) .tabbar {
  display: none;
}

.home-screen:has(.mine-feedback-page) .tab-panel[data-tab-panel="mine"] {
  height: 100%;
  overflow: hidden;
  padding-bottom: 0;
  background: #fff;
}

.tab-page.mine-feedback-page {
  display: grid;
  grid-template-rows: auto 136px minmax(0, 1fr);
  gap: 8px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 10px 10px calc(12px + env(safe-area-inset-bottom));
  background: #fff;
  color: #151817;
}

.mine-feedback-head {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 72px;
  align-items: center;
  min-height: 48px;
}

.mine-feedback-head button:first-child {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 24px rgba(27, 35, 31, 0.07);
}

.mine-feedback-head button:first-child::before {
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #151817;
  border-left: 3px solid #151817;
  content: "";
  transform: translateX(2px) rotate(45deg);
}

.mine-feedback-head h2 {
  margin: 0;
  text-align: center;
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

.mine-feedback-head button:last-child {
  color: #079456;
  font-size: 14px;
  font-weight: 800;
  text-align: right;
}

.mine-feedback-head button:hover,
.mine-feedback-type:hover,
.mine-feedback-submit:hover {
  transform: translateY(-1px);
}

.mine-feedback-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 182px;
  align-items: center;
  padding: 4px 18px 0 20px;
}

.mine-feedback-hero h1 {
  margin: 0;
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 29px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}

.mine-feedback-hero h1 span,
.mine-feedback-contact small {
  color: #079456;
}

.mine-feedback-hero p {
  margin-top: 10px;
  color: #4f5552;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.mine-feedback-form {
  min-height: 0;
}

.mine-feedback-error {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(190, 127, 39, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.94);
}

.mine-feedback-actions {
  display: flex;
  gap: 8px;
}

.mine-feedback-actions button {
  min-height: 38px;
  border-radius: 8px;
  padding: 0 14px;
  background: #079456;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.mine-feedback-record {
  border-radius: 8px;
}

.mine-feedback-records {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 12px;
  min-height: 0;
  padding: 14px 20px;
}

.mine-feedback-records h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mine-feedback-records h3 em {
  color: #7f8584;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.mine-feedback-record-list {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: none;
}

.mine-feedback-record-list::-webkit-scrollbar {
  display: none;
}

.mine-feedback-record-card {
  display: grid;
  gap: 7px;
  padding: 12px;
  border: 1px solid rgba(7, 148, 86, 0.12);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(244, 255, 249, 0.82), #fff);
}

.mine-feedback-record-tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.mine-feedback-record-tags span {
  border-radius: 999px;
  padding: 4px 10px;
  background: #edf6ef;
  color: #079456;
  font-size: 12px;
  font-weight: 900;
}

.mine-feedback-record-card strong {
  color: #191c1b;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.mine-feedback-record-card p,
.mine-feedback-record-card em,
.mine-feedback-record-empty {
  margin: 0;
  color: #69706e;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-height: 820px) {
  .tab-page.mine-feedback-page {
    grid-template-rows: auto 90px minmax(0, 1fr);
    gap: 6px;
    padding-top: 8px;
  }

  .mine-feedback-head {
    min-height: 42px;
  }

  .mine-feedback-head button:first-child {
    width: 40px;
    height: 40px;
  }

  .mine-feedback-hero {
    grid-template-columns: minmax(0, 1fr) 126px;
    padding-top: 0;
  }

  .mine-feedback-hero h1 {
    font-size: 25px;
  }

  .mine-feedback-hero p {
    margin-top: 7px;
    font-size: 12px;
  }
}
