:root {
  --navy: #0f2a4a;
  --gold: #c9a227;
  --paper: #fbf8f0;
  --ink: #11253b;
  --muted: #607286;
  --glass-line: rgba(255, 255, 255, 0.62);
  --emerald-deep: #137042;
  --emerald-mid: #249458;
  --emerald-soft: #dbf8e4;
  --resolved: #2f855a;
  --pending: #b7791f;
  --danger: #c05621;
  --shadow: 0 22px 60px rgba(48, 70, 63, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #273548;
  line-height: 1.6;
  background: #edf4ed url("./assets/feedback-background-official-leaf.webp") center center / cover fixed no-repeat;
}

.feedback-motion-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: url("./assets/feedback-background-official-leaf.webp") center center / cover no-repeat;
}

.feedback-motion-background video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.54;
  filter: saturate(0.78) brightness(1.08) contrast(0.9);
  transform: scale(1.025);
}

.feedback-motion-background::after {
  display: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
select,
.saved-attachment {
  cursor: pointer;
}

.feedback-page-shell {
  width: min(1180px, calc(100% - 28px));
  margin: 18px auto 40px;
  position: relative;
  z-index: 1;
}

.glass-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--glass-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(244, 251, 246, 0.68) 56%, rgba(232, 245, 238, 0.58) 100%),
    radial-gradient(390px 220px at -6% 12%, rgba(222, 255, 231, 0.38), transparent 60%),
    radial-gradient(260px 180px at 86% 14%, rgba(166, 244, 231, 0.22), transparent 52%),
    radial-gradient(240px 180px at 76% 100%, rgba(255, 255, 255, 0.16), transparent 60%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 36%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow:
    0 30px 72px rgba(48, 70, 63, 0.18),
    0 14px 32px rgba(255, 255, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(255, 255, 255, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease,
    background 0.3s ease;
}

.glass-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background:
    linear-gradient(132deg, transparent 18%, rgba(255, 255, 255, 0.02) 30%, rgba(255, 255, 255, 0.52) 38%, rgba(255, 255, 255, 0.16) 44%, transparent 54%),
    radial-gradient(280px 84px at 16% 0%, rgba(255, 255, 255, 0.34), transparent 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 22%, transparent 80%, rgba(255, 255, 255, 0.09));
  background-size: 280% 170%, 100% 100%, 100% 100%;
  background-position: 160% -30%, 0 0, 0 0;
  animation: glass-sheen 5.6s ease-out infinite;
  pointer-events: none;
}

.glass-card:hover {
  box-shadow:
    0 34px 80px rgba(48, 70, 63, 0.2),
    0 16px 36px rgba(255, 255, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(255, 255, 255, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.glass-card:hover::after {
  animation-duration: 3.8s;
}

.hero-card {
  isolation: isolate;
  overflow: hidden;
  border-radius: 36px 36px 46px 30px;
  padding: 24px 24px 24px;
  background:
    radial-gradient(410px 240px at -5% 16%, rgba(190, 255, 176, 0.54), transparent 60%),
    radial-gradient(280px 220px at 79% 14%, rgba(120, 244, 160, 0.20), transparent 58%),
    radial-gradient(360px 220px at 72% 92%, rgba(92, 222, 146, 0.14), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(246, 252, 248, 0.56) 58%, rgba(228, 245, 235, 0.44) 100%);
  box-shadow:
    0 30px 78px rgba(54, 96, 74, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(255, 255, 255, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.hero-card::before {
  content: "";
  position: absolute;
  left: -5%;
  top: 8%;
  width: 280px;
  height: 250px;
  background:
    radial-gradient(circle at 35% 50%, rgba(240, 255, 232, 0.86), rgba(182, 255, 176, 0.38) 44%, rgba(97, 224, 105, 0.05) 74%, transparent 80%);
  filter: blur(14px);
  opacity: 0.92;
  pointer-events: none;
  z-index: 0;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 34px 34px 44px 28px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 28%, transparent 78%, rgba(150, 230, 182, 0.08)),
    radial-gradient(240px 80px at 22% 10%, rgba(255, 255, 255, 0.34), transparent 72%),
    radial-gradient(140px 52px at 86% 86%, rgba(112, 236, 156, 0.14), transparent 76%);
  pointer-events: none;
  z-index: 0;
}

.hero-card > * {
  position: relative;
  z-index: 1;
}

.hero-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.hero-link,
.hero-link:visited {
  color: var(--navy);
  text-decoration: none;
  font-weight: 600;
}

.hero-link:hover {
  text-decoration: underline;
}

.hero-pill {
  padding: 6px 12px;
  border-radius: 999px;
  color: #375068;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  font-size: 0.85rem;
}

.hero-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 720px;
}

.hero-brand h1 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: clamp(1.8rem, 2vw + 1rem, 2.6rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.hero-brand p,
.hero-hint,
.section-head span,
.draft-hint,
.sync-note,
.meta-row,
.comment-time,
.setup-message,
.empty-card,
.loading-card,
.field-help {
  color: var(--muted);
}

.hero-brand p,
.hero-hint {
  margin: 0;
}

.hero-hint {
  margin-top: 14px;
  font-size: 0.92rem;
}

.hero-filter-shell {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  overflow: hidden;
  border-radius: 30px 30px 38px 24px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(246, 252, 248, 0.60) 68%, rgba(228, 246, 235, 0.44) 100%),
    radial-gradient(circle at 86% 18%, rgba(82, 232, 132, 0.15), transparent 28%),
    radial-gradient(220px 110px at 0% 50%, rgba(205, 255, 215, 0.18), transparent 70%);
  box-shadow:
    0 20px 42px rgba(41, 92, 64, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.hero-filter-shell::before {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -10px;
  width: 94px;
  height: 22px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 14% 50%, rgba(255, 255, 255, 0.62), transparent 32%),
    linear-gradient(90deg, rgba(154, 246, 181, 0.18), rgba(74, 216, 126, 0.42), rgba(212, 255, 226, 0.18));
  filter: blur(3px);
  opacity: 0.88;
  pointer-events: none;
}

.hero-filter-shell::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 29px 29px 37px 23px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.10), transparent 34%, transparent 76%, rgba(133, 227, 166, 0.08)),
    radial-gradient(140px 42px at 24% 8%, rgba(255, 255, 255, 0.26), transparent 78%);
  pointer-events: none;
}

.hero-filter-copy {
  min-width: 142px;
}

.hero-filter-kicker {
  display: block;
  margin-bottom: 2px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(18, 74, 44, 0.78);
}

.hero-filter-copy strong {
  display: block;
  color: var(--ink);
  font-size: 1.02rem;
}

.hero-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-status-btn {
  position: relative;
  overflow: hidden;
  min-width: 152px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(120px 60px at 16% 0%, rgba(255, 255, 255, 0.52), transparent 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(250, 246, 241, 0.8) 100%);
  color: rgba(18, 42, 64, 0.78);
  font-weight: 700;
  box-shadow:
    0 10px 20px rgba(61, 95, 74, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.hero-status-btn::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: inherit;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.08) 42%, transparent 76%);
  opacity: 0;
  transform: scale(0.72);
  pointer-events: none;
}

.hero-status-btn::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 34%, transparent 72%, rgba(255, 255, 255, 0.06)),
    radial-gradient(90px 28px at 20% 0%, rgba(255, 255, 255, 0.28), transparent 78%);
  pointer-events: none;
}

.hero-status-btn:hover {
  transform: translateY(-3px);
  border-color: rgba(236, 159, 79, 0.48);
  color: var(--ink);
  box-shadow:
    0 16px 28px rgba(61, 95, 74, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.hero-status-btn.active {
  color: var(--ink);
  box-shadow:
    0 14px 24px rgba(131, 107, 69, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 -1px 0 rgba(255, 255, 255, 0.18);
}

.hero-status-btn.tap-pulse::before {
  animation: button-ripple 0.4s ease-out;
}

.hero-status-btn[data-status-filter="pending"].active {
  border-color: rgba(235, 157, 84, 0.58);
  background:
    radial-gradient(140px 80px at 6% 16%, rgba(255, 236, 207, 0.84), transparent 62%),
    radial-gradient(120px 80px at 84% 16%, rgba(241, 164, 70, 0.24), transparent 56%),
    linear-gradient(180deg, rgba(255, 247, 238, 0.98) 0%, rgba(255, 225, 190, 0.92) 56%, rgba(247, 187, 112, 0.84) 100%);
  color: #99521b;
  box-shadow:
    0 16px 28px rgba(226, 141, 57, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(226, 141, 57, 0.18);
}

.hero-status-btn[data-status-filter="resolved"].active {
  border-color: rgba(95, 188, 135, 0.56);
  background:
    radial-gradient(140px 80px at 6% 16%, rgba(227, 255, 236, 0.86), transparent 62%),
    radial-gradient(120px 80px at 84% 16%, rgba(92, 198, 141, 0.24), transparent 56%),
    linear-gradient(180deg, rgba(239, 255, 245, 0.98) 0%, rgba(203, 246, 217, 0.94) 56%, rgba(142, 220, 171, 0.86) 100%);
  color: #1f6a40;
  box-shadow:
    0 16px 28px rgba(57, 145, 91, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(88, 179, 125, 0.18);
}

.hero-status-btn[data-status-filter="all"].active {
  border-color: rgba(214, 193, 140, 0.58);
  background:
    radial-gradient(140px 80px at 6% 16%, rgba(255, 254, 244, 0.86), transparent 62%),
    radial-gradient(120px 80px at 84% 16%, rgba(203, 176, 115, 0.2), transparent 56%),
    linear-gradient(180deg, rgba(255, 252, 245, 0.98) 0%, rgba(249, 236, 203, 0.94) 56%, rgba(237, 215, 165, 0.84) 100%);
  color: #765625;
  box-shadow:
    0 16px 28px rgba(180, 146, 79, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(180, 146, 79, 0.16);
}

.composer-grid {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.composer-grid {
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr);
}

.composer-card,
.side-card,
.filter-bar,
.setup-card,
.loading-card,
.error-card,
.empty-card,
.feedback-card {
  border-radius: 24px;
}

.composer-card,
.side-card,
.setup-card,
.loading-card,
.error-card,
.empty-card {
  padding: 22px;
}

.composer-card.submit-success {
  animation: success-ripple 0.7s ease;
}

.composer-card.detail-pending {
  background:
    radial-gradient(250px 170px at 82% 18%, rgba(244, 196, 135, 0.1), transparent 56%),
    radial-gradient(220px 160px at 72% 92%, rgba(255, 232, 204, 0.08), transparent 62%),
    radial-gradient(180px 120px at 98% 6%, rgba(255, 248, 240, 0.22), transparent 66%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(252, 247, 241, 0.56) 58%, rgba(247, 232, 214, 0.44) 100%);
  box-shadow:
    0 28px 60px rgba(210, 131, 51, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(255, 255, 255, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  border-color: rgba(244, 191, 127, 0.48);
}

.composer-card.detail-resolved {
  background:
    radial-gradient(430px 250px at 88% 22%, rgba(48, 176, 100, 0.32) 0%, rgba(84, 201, 129, 0.27) 18%, rgba(124, 222, 160, 0.22) 36%, rgba(178, 242, 198, 0.16) 54%, rgba(231, 251, 238, 0.1) 70%, rgba(255, 255, 255, 0.04) 82%, transparent 92%),
    radial-gradient(270px 180px at 68% 88%, rgba(90, 212, 140, 0.12), transparent 60%),
    radial-gradient(220px 150px at 98% 6%, rgba(245, 255, 248, 0.34), transparent 66%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(246, 252, 248, 0.56) 58%, rgba(228, 245, 235, 0.44) 100%);
  box-shadow:
    0 30px 64px rgba(48, 145, 96, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(255, 255, 255, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  border-color: rgba(117, 208, 161, 0.5);
}

.composer-card.detail-pending::before,
.composer-card.detail-resolved::before {
  content: "";
  position: absolute;
  right: -4%;
  top: 7%;
  width: 320px;
  height: 240px;
  border-radius: 50%;
  filter: blur(14px);
  opacity: 0.9;
  pointer-events: none;
  animation: fog-drift 15s ease-in-out infinite alternate;
}

.composer-card.detail-pending::before {
  background:
    radial-gradient(circle at 54% 44%, rgba(244, 188, 120, 0.12) 0%, rgba(248, 205, 157, 0.08) 28%, rgba(255, 233, 206, 0.05) 54%, transparent 84%);
}

.composer-card.detail-resolved::before {
  background:
    radial-gradient(circle at 52% 46%, rgba(46, 171, 96, 0.24) 0%, rgba(86, 206, 128, 0.2) 18%, rgba(143, 231, 174, 0.16) 38%, rgba(203, 245, 220, 0.11) 58%, rgba(246, 255, 249, 0.05) 74%, transparent 88%);
}

.composer-card.detail-pending::after,
.composer-card.detail-resolved::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 23px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  pointer-events: none;
}

.composer-card.detail-pending::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 28%, transparent 78%, rgba(241, 176, 92, 0.08)),
    radial-gradient(240px 80px at 22% 10%, rgba(255, 255, 255, 0.34), transparent 72%),
    radial-gradient(140px 52px at 86% 86%, rgba(239, 157, 78, 0.14), transparent 76%);
}

.composer-card.detail-resolved::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 28%, transparent 78%, rgba(150, 230, 182, 0.08)),
    radial-gradient(240px 80px at 22% 10%, rgba(255, 255, 255, 0.34), transparent 72%),
    radial-gradient(140px 52px at 86% 86%, rgba(112, 236, 156, 0.14), transparent 76%);
}

.composer-view {
  min-height: 100%;
}

.composer-view form {
  margin: 0;
}

.side-queue {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(252, 255, 251, 0.88) 0%, rgba(235, 248, 240, 0.64) 56%, rgba(221, 241, 232, 0.5) 100%),
    radial-gradient(300px 180px at 8% 0%, rgba(213, 247, 225, 0.4), transparent 58%),
    radial-gradient(220px 160px at 100% 12%, rgba(165, 225, 205, 0.24), transparent 52%),
    radial-gradient(260px 180px at 84% 100%, rgba(255, 250, 226, 0.18), transparent 62%);
  box-shadow:
    0 28px 56px rgba(73, 117, 94, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

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

.section-head h2 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--ink);
}

.pending-tray {
  display: grid;
  gap: 12px;
  max-height: 620px;
  overflow-y: auto;
  padding-right: 4px;
}

.pending-tray-empty {
  padding: 20px 16px;
  border-radius: 22px;
  color: #466158;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.pending-strip {
  position: relative;
  display: grid;
  gap: 10px;
  width: 100%;
  padding: 16px 18px 16px 18px;
  text-align: left;
  border-radius: 24px 26px 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background:
    radial-gradient(220px 150px at 80% 18%, rgba(247, 211, 168, 0.12), transparent 56%),
    radial-gradient(200px 150px at 82% 92%, rgba(255, 231, 200, 0.08), transparent 60%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(255, 245, 231, 0.92) 58%, rgba(252, 241, 225, 0.84) 100%);
  color: #6b3a10;
  box-shadow:
    0 20px 38px rgba(164, 122, 77, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(255, 255, 255, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.pending-strip::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 23px 25px 21px 25px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 42%, rgba(255, 255, 255, 0.05)),
    radial-gradient(220px 72px at 16% 0%, rgba(255, 255, 255, 0.38), transparent 72%);
  pointer-events: none;
}

.pending-strip::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 10px;
  width: 138px;
  height: 96px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 42%, rgba(255, 251, 245, 0.74) 0%, rgba(255, 233, 205, 0.2) 44%, rgba(250, 198, 134, 0.06) 72%, transparent 82%);
  filter: blur(12px);
  opacity: 0.86;
  pointer-events: none;
  animation: fog-drift 14s ease-in-out infinite alternate;
}

.pending-strip:hover {
  transform: translateY(-3px);
  box-shadow:
    0 30px 46px rgba(164, 122, 77, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -1px 0 rgba(255, 255, 255, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.pending-strip.active {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 28px 46px rgba(208, 121, 34, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.pending-strip-top,
.pending-strip-meta,
.detail-meta,
.detail-actions,
.feedback-head-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pending-strip-top,
.pending-strip-meta {
  justify-content: space-between;
  align-items: center;
}

.pending-strip-type,
.pending-strip-time {
  font-size: 0.76rem;
  font-weight: 700;
}

.pending-strip-type {
  color: #4d6570;
}

.pending-strip-time {
  color: rgba(50, 76, 91, 0.72);
}

.pending-strip-dynamic {
  display: grid;
  gap: 6px;
  padding: 12px 12px 10px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(247, 252, 248, 0.54) 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 12px 24px rgba(64, 101, 82, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.pending-strip-signal {
  color: #bd6a1d;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pending-strip-actor {
  color: #263d50;
  font-size: 1rem;
  line-height: 1.4;
}

.pending-strip-title {
  position: relative;
  z-index: 1;
  color: #1b344b;
  font-size: 1rem;
  line-height: 1.35;
}

.pending-strip-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(42, 63, 80, 0.84);
  line-height: 1.55;
}

.pending-strip-meta {
  position: relative;
  z-index: 1;
  color: rgba(48, 73, 88, 0.8);
  font-size: 0.82rem;
}

.pending-meta-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.field,
.filter-field {
  transition: color 0.2s ease;
}

.field:focus-within span,
.filter-field:focus-within span {
  color: #214c37;
}

.field span,
.comment-label,
.filter-field span {
  font-size: 0.9rem;
  font-weight: 600;
  color: #29435e;
}

.field-help {
  font-size: 0.82rem;
  margin-top: -2px;
}

.detail-view {
  display: block;
}

.detail-shell {
  display: grid;
  gap: 16px;
}

.detail-shell.pending .detail-kicker {
  color: rgba(164, 84, 17, 0.84);
}

.detail-shell.resolved .detail-kicker {
  color: rgba(21, 111, 65, 0.82);
}

.detail-shell.resolved .detail-title {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.34);
}

.detail-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.detail-kicker {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26, 78, 50, 0.72);
}

.detail-title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 1.2vw + 1rem, 1.8rem);
  line-height: 1.24;
}

.detail-subtitle {
  margin: 8px 0 0;
  color: var(--muted);
}

.detail-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.detail-description {
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.64);
  color: #374a5f;
  line-height: 1.72;
  white-space: pre-wrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.detail-shell.pending .detail-description {
  background:
    radial-gradient(220px 150px at 10% 18%, rgba(255, 233, 204, 0.44), transparent 58%),
    radial-gradient(180px 130px at 82% 20%, rgba(244, 175, 93, 0.16), transparent 54%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.78) 0%, rgba(255, 244, 231, 0.6) 100%);
  border-color: rgba(246, 194, 132, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 0 20px rgba(245, 185, 108, 0.08);
}

.detail-shell.resolved .detail-description {
  background:
    radial-gradient(230px 150px at 10% 18%, rgba(210, 247, 223, 0.46), transparent 58%),
    radial-gradient(180px 130px at 82% 20%, rgba(104, 206, 154, 0.18), transparent 54%),
    linear-gradient(180deg, rgba(246, 255, 249, 0.8) 0%, rgba(236, 251, 241, 0.62) 100%);
  border-color: rgba(104, 206, 154, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 0 22px rgba(149, 229, 187, 0.1);
}

.detail-meta {
  color: var(--muted);
  font-size: 0.9rem;
}

.field input,
.field select,
.field textarea,
.comment-input,
.comment-author,
.filter-field select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: #203348;
  padding: 12px 14px;
  box-shadow:
    0 14px 28px rgba(100, 129, 121, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.field textarea,
.comment-input {
  resize: vertical;
  min-height: 120px;
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.comment-input:focus,
.comment-author:focus,
.filter-field select:focus {
  outline: none;
  border-color: rgba(93, 191, 138, 0.54);
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 18px 32px rgba(78, 144, 111, 0.12),
    0 0 0 4px rgba(121, 210, 160, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.file-input {
  padding: 9px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(244, 251, 246, 0.68) 100%);
  box-shadow:
    0 12px 24px rgba(99, 128, 118, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.upload-field {
  position: relative;
}

.upload-field.drag-over .file-input,
.upload-field:hover .file-input {
  transform: translateY(-2px);
  border-color: rgba(112, 205, 145, 0.68);
  background:
    linear-gradient(180deg, rgba(250, 255, 251, 0.92) 0%, rgba(233, 250, 239, 0.84) 100%);
  box-shadow:
    0 18px 28px rgba(78, 144, 111, 0.12),
    0 0 0 3px rgba(132, 213, 163, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.upload-field.drag-over .field-help {
  color: #226745;
}

.file-input::file-selector-button {
  margin-right: 12px;
  padding: 10px 16px;
  border: 1px solid rgba(132, 213, 163, 0.72);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(244, 255, 247, 0.98) 0%, rgba(208, 245, 219, 0.94) 56%, rgba(188, 235, 203, 0.9) 100%);
  color: #236848;
  font-weight: 700;
  box-shadow:
    0 10px 18px rgba(61, 145, 94, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.file-input::file-selector-button:hover {
  transform: translateY(-1px);
  box-shadow:
    0 14px 22px rgba(61, 145, 94, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.file-input::-webkit-file-upload-button {
  margin-right: 12px;
  padding: 10px 16px;
  border: 1px solid rgba(132, 213, 163, 0.72);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(244, 255, 247, 0.98) 0%, rgba(208, 245, 219, 0.94) 56%, rgba(188, 235, 203, 0.9) 100%);
  color: #236848;
  font-weight: 700;
  box-shadow:
    0 10px 18px rgba(61, 145, 94, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.attachment-preview {
  display: grid;
  gap: 10px;
  margin: 2px 0 14px;
}

.attachment-chip {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow:
    0 12px 24px rgba(86, 112, 104, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  animation: attachment-fade-in 0.28s ease both;
}

.attachment-chip img {
  width: 92px;
  height: 68px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.attachment-chip img:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 18px rgba(48, 70, 63, 0.14);
}

.attachment-chip-meta {
  min-width: 0;
}

.attachment-chip-meta strong,
.attachment-chip-meta span {
  display: block;
}

.attachment-chip-meta strong {
  color: var(--ink);
  font-size: 0.92rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.attachment-chip-meta span {
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: 4px;
}

.attachment-remove {
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--danger);
  padding: 9px 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.composer-footer,
.comment-form-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.primary-btn,
.ghost-btn,
.toggle-btn,
.comment-btn {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #17304a;
  box-shadow:
    0 10px 22px rgba(98, 128, 120, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, opacity 0.18s ease, border-color 0.18s ease;
}

.primary-btn:hover,
.ghost-btn:hover,
.toggle-btn:hover,
.comment-btn:hover,
.attachment-remove:hover {
  transform: translateY(-3px);
  box-shadow:
    0 16px 28px rgba(98, 128, 120, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.primary-btn:active,
.ghost-btn:active,
.toggle-btn:active,
.comment-btn:active {
  transform: translateY(1px) scale(0.992);
}

.primary-btn {
  padding: 12px 18px;
  font-weight: 700;
  border-color: rgba(112, 205, 145, 0.7);
  background:
    linear-gradient(180deg, rgba(243, 255, 247, 0.98) 0%, rgba(209, 247, 220, 0.94) 54%, rgba(182, 234, 199, 0.9) 100%);
  color: #236848;
  box-shadow:
    0 14px 26px rgba(61, 145, 94, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(120, 212, 151, 0.16);
}

.primary-btn::after {
  content: "➜";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.composer-card.submit-success .primary-btn {
  border-color: rgba(92, 192, 137, 0.72);
  box-shadow:
    0 18px 30px rgba(61, 145, 94, 0.18),
    0 0 0 6px rgba(124, 216, 165, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.composer-card.submit-success .primary-btn::after {
  opacity: 1;
  transform: translateY(-50%) translateX(8px);
}

.ghost-btn,
.toggle-btn,
.comment-btn {
  padding: 10px 16px;
  border-color: rgba(36, 148, 88, 0.26);
  color: #1b5d3a;
}

.peek-btn {
  padding: 10px 16px;
  border: 1px solid rgba(209, 145, 194, 0.34);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 246, 251, 0.92) 0%, rgba(255, 224, 246, 0.74) 100%);
  color: #8b2f73;
  box-shadow:
    0 12px 22px rgba(155, 82, 133, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.peek-btn:hover {
  transform: translateY(-1px);
  box-shadow:
    0 16px 28px rgba(155, 82, 133, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.submit-success-hint {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(121, 210, 160, 0.42);
  background:
    linear-gradient(180deg, rgba(245, 255, 248, 0.94) 0%, rgba(226, 249, 234, 0.82) 100%);
  color: #246645;
  box-shadow:
    0 14px 24px rgba(78, 144, 111, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  animation: success-hint-in 0.32s ease both;
}

.comment-btn,
.toggle-btn[data-resolved="false"] {
  background: linear-gradient(180deg, rgba(239, 255, 245, 0.98) 0%, rgba(204, 245, 218, 0.9) 100%);
}

.mini-list {
  margin: 0;
  padding-left: 18px;
  color: #3f556a;
}

.mini-list li + li {
  margin-top: 8px;
}

.sync-note {
  margin-top: 16px;
  font-size: 0.86rem;
}

.filter-bar {
  margin-top: 18px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
}

.filter-controls {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.filter-field {
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.list-shell {
  margin-top: 18px;
}

.feedback-list {
  display: grid;
  gap: 16px;
}

.feedback-card {
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background:
    radial-gradient(250px 170px at 82% 18%, rgba(244, 196, 135, 0.1), transparent 56%),
    radial-gradient(220px 160px at 72% 92%, rgba(255, 232, 204, 0.08), transparent 62%),
    radial-gradient(180px 120px at 98% 6%, rgba(255, 248, 240, 0.22), transparent 66%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(252, 247, 241, 0.56) 58%, rgba(247, 232, 214, 0.44) 100%);
  box-shadow:
    0 28px 58px rgba(211, 131, 52, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(255, 255, 255, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.28s ease;
}

.feedback-card::before {
  content: "";
  position: absolute;
  right: -4%;
  top: 7%;
  width: 320px;
  height: 240px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 54% 44%, rgba(244, 188, 120, 0.12) 0%, rgba(248, 205, 157, 0.08) 28%, rgba(255, 233, 206, 0.05) 54%, transparent 84%);
  filter: blur(14px);
  opacity: 0.92;
  pointer-events: none;
  z-index: 0;
}

.feedback-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 23px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 28%, transparent 78%, rgba(241, 176, 92, 0.08)),
    radial-gradient(240px 80px at 22% 10%, rgba(255, 255, 255, 0.34), transparent 72%),
    radial-gradient(140px 52px at 86% 86%, rgba(239, 157, 78, 0.14), transparent 76%);
  pointer-events: none;
  z-index: 0;
}

.feedback-card.pending {
  color: #5f3512;
  border-color: rgba(244, 192, 129, 0.42);
}

.feedback-card.resolved {
  background:
    radial-gradient(430px 250px at 88% 22%, rgba(48, 176, 100, 0.32) 0%, rgba(84, 201, 129, 0.27) 18%, rgba(124, 222, 160, 0.22) 36%, rgba(178, 242, 198, 0.16) 54%, rgba(231, 251, 238, 0.1) 70%, rgba(255, 255, 255, 0.04) 82%, transparent 92%),
    radial-gradient(270px 180px at 68% 88%, rgba(90, 212, 140, 0.12), transparent 60%),
    radial-gradient(220px 150px at 98% 6%, rgba(245, 255, 248, 0.34), transparent 66%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(246, 252, 248, 0.56) 58%, rgba(228, 245, 235, 0.44) 100%);
  box-shadow:
    0 32px 62px rgba(52, 149, 100, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(255, 255, 255, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  border-color: rgba(112, 209, 158, 0.48);
}

.feedback-card.resolved::before {
  background:
    radial-gradient(circle at 52% 46%, rgba(46, 171, 96, 0.24) 0%, rgba(86, 206, 128, 0.2) 18%, rgba(143, 231, 174, 0.16) 38%, rgba(203, 245, 220, 0.11) 58%, rgba(246, 255, 249, 0.05) 74%, transparent 88%);
}

.feedback-card.resolved::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 28%, transparent 78%, rgba(150, 230, 182, 0.08)),
    radial-gradient(240px 80px at 22% 10%, rgba(255, 255, 255, 0.34), transparent 72%),
    radial-gradient(140px 52px at 86% 86%, rgba(112, 236, 156, 0.14), transparent 76%);
}

.feedback-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.94);
}

.feedback-card.pending:hover {
  box-shadow:
    0 30px 60px rgba(164, 122, 77, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(255, 255, 255, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.feedback-card.resolved:hover {
  box-shadow:
    0 32px 64px rgba(52, 149, 100, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(255, 255, 255, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

/* Main task: optical glass pass — static reflection, double rim and inner refraction. */
:root {
  --optical-glass-edge: rgba(255, 255, 255, 0.96);
  --optical-glass-inner: rgba(255, 255, 255, 0.46);
  --optical-glass-cool-edge: rgba(180, 225, 207, 0.38);
  --optical-glass-shadow: rgba(35, 70, 56, 0.2);
}

.glass-card {
  isolation: isolate;
  border-color: var(--optical-glass-edge);
  box-shadow:
    0 26px 62px var(--optical-glass-shadow),
    0 6px 16px rgba(255, 255, 255, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.3),
    inset 0 2px 0 rgba(255, 255, 255, 0.98),
    inset 0 -2px 0 rgba(255, 255, 255, 0.2),
    inset 2px 0 0 rgba(255, 255, 255, 0.34),
    inset -2px 0 0 var(--optical-glass-cool-edge),
    inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}

.glass-card::before {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(90% 32% at 17% -8%, rgba(255, 255, 255, 0.56), transparent 58%),
    linear-gradient(112deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.04) 16%, transparent 36%),
    linear-gradient(294deg, rgba(173, 227, 205, 0.1), transparent 25%);
  pointer-events: none;
}

.glass-card::after {
  inset: 2px;
  z-index: 2;
  border: 1px solid var(--optical-glass-inner);
  background:
    linear-gradient(126deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.17) 7%, transparent 18%, transparent 73%, rgba(181, 231, 210, 0.14) 100%),
    radial-gradient(38% 15% at 20% 0%, rgba(255, 255, 255, 0.54), transparent 78%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 18%, transparent 82%, rgba(164, 220, 197, 0.1));
  background-size: 100% 100%;
  background-position: 0 0;
  animation: none;
}

.glass-card > * {
  position: relative;
  z-index: 1;
}

.hero-card,
.composer-card:not(.detail-pending):not(.detail-resolved),
.side-card,
.filter-bar,
.setup-card,
.loading-card,
.error-card,
.empty-card {
  background:
    radial-gradient(85% 54% at 10% 0%, rgba(255, 255, 255, 0.48), transparent 62%),
    radial-gradient(55% 48% at 100% 100%, rgba(193, 235, 216, 0.17), transparent 72%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(235, 248, 240, 0.36));
}

.hero-filter-shell,
.field input,
.field select,
.field textarea,
.comment-input,
.comment-author,
.filter-field select,
.file-input,
.pending-meta-pill {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 8px 20px rgba(44, 82, 66, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.22),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(255, 255, 255, 0.24),
    inset -1px 0 0 rgba(181, 225, 207, 0.16);
}

.field input,
.field select,
.field textarea,
.comment-input,
.comment-author,
.filter-field select,
.file-input {
  background:
    radial-gradient(78% 42% at 14% -6%, rgba(255, 255, 255, 0.68), transparent 62%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(236, 249, 242, 0.48));
}

.pending-strip,
.pending-strip.author-zhengwang,
.pending-strip.author-yalin,
.pending-strip.author-moyan,
.pending-strip.author-zhaozhengyan,
.pending-strip.author-default {
  border-color: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 16px 34px rgba(var(--author-rgb, 65, 96, 80), 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.22),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(255, 255, 255, 0.26),
    inset -1px 0 0 rgba(var(--author-rgb, 80, 130, 105), 0.12);
}

/* Main task: thick jade glass, lit consistently from the upper-left. */
:root {
  --jade-glass-depth: #5dad89;
  --jade-glass-depth-dark: #34775b;
  --jade-glass-face: rgba(255, 255, 255, 0.72);
  --jade-glass-highlight: rgba(255, 255, 255, 0.78);
}

.glass-card {
  outline: 1px solid rgba(255, 255, 255, 0.32);
  outline-offset: 0;
  border-color: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.72),
    0 5px 0 rgba(128, 194, 164, 0.22),
    0 24px 54px rgba(35, 72, 57, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.26),
    inset 0 2px 0 rgba(255, 255, 255, 0.98),
    inset 0 -2px 0 rgba(143, 207, 179, 0.16),
    inset 2px 0 0 rgba(255, 255, 255, 0.38),
    inset -2px 0 0 rgba(151, 217, 188, 0.3),
    inset 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.glass-card::before {
  inset: 3px;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.22) 5%, transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, transparent 16%, transparent 80%, rgba(155, 218, 190, 0.09) 100%),
    radial-gradient(34% 18% at 16% 0%, rgba(255, 255, 255, 0.62), transparent 80%);
}

.glass-card::after {
  inset: 4px;
  border-color: rgba(255, 255, 255, 0.5);
  background:
    linear-gradient(128deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.12) 8%, transparent 20%, transparent 75%, rgba(140, 210, 180, 0.18) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 10%, transparent 90%, rgba(137, 209, 178, 0.1));
}

.hero-card,
.composer-card:not(.detail-pending):not(.detail-resolved),
.side-card,
.filter-bar,
.setup-card,
.loading-card,
.error-card,
.empty-card {
  background:
    radial-gradient(58% 32% at 12% 0%, rgba(255, 255, 255, 0.55), transparent 74%),
    radial-gradient(52% 42% at 100% 100%, rgba(162, 222, 193, 0.16), transparent 74%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.5), rgba(226, 245, 235, 0.3));
}

.hero-filter-shell {
  border-color: rgba(255, 255, 255, 0.84);
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.52), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(223, 244, 233, 0.38));
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.72),
    0 4px 0 rgba(121, 190, 159, 0.14),
    0 14px 32px rgba(46, 87, 69, 0.13),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(137, 205, 175, 0.18),
    inset 1px 0 0 rgba(255, 255, 255, 0.28);
}

.primary-btn,
.ghost-btn,
.toggle-btn,
.comment-btn,
.hero-status-btn {
  border-color: rgba(255, 255, 255, 0.88);
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.7), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(221, 243, 232, 0.58));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.86),
    0 5px 0 rgba(85, 164, 126, 0.62),
    0 12px 20px rgba(45, 95, 72, 0.16),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(155, 219, 190, 0.22),
    inset 1px 0 0 rgba(255, 255, 255, 0.3);
}

.primary-btn {
  color: #1c6648;
}

.hero-status-btn[data-status-filter="pending"].active {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.86),
    0 5px 0 rgba(207, 139, 75, 0.46),
    0 12px 20px rgba(128, 82, 39, 0.13),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(255, 211, 171, 0.26);
}

.hero-status-btn[data-status-filter="resolved"].active,
.hero-status-btn[data-status-filter="all"].active {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.86),
    0 5px 0 rgba(85, 164, 126, 0.46),
    0 12px 20px rgba(45, 95, 72, 0.13),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(155, 219, 190, 0.22);
}

.primary-btn:hover,
.ghost-btn:hover,
.toggle-btn:hover,
.comment-btn:hover,
.hero-status-btn:hover {
  transform: translateY(-1px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9),
    0 6px 0 var(--jade-glass-depth-dark),
    0 15px 24px rgba(45, 95, 72, 0.18),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(155, 219, 190, 0.24),
    inset 1px 0 0 rgba(255, 255, 255, 0.32);
}

.primary-btn:active,
.ghost-btn:active,
.toggle-btn:active,
.comment-btn:active,
.hero-status-btn:active {
  transform: translateY(4px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.76),
    0 1px 0 var(--jade-glass-depth-dark),
    0 6px 12px rgba(45, 95, 72, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.feedback-card-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.feedback-head-actions {
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.feedback-main {
  min-width: 0;
}

.badge-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.type-badge,
.status-badge,
.count-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.66);
  background: rgba(255, 255, 255, 0.58);
}

.status-badge.pending {
  color: #b5631d;
  background: rgba(255, 244, 225, 0.92);
}

.status-badge.resolved {
  color: var(--resolved);
  background:
    radial-gradient(80px 42px at 14% 0%, rgba(255, 255, 255, 0.36), transparent 78%),
    linear-gradient(180deg, rgba(244, 255, 248, 0.98) 0%, rgba(211, 246, 223, 0.92) 100%);
  border-color: rgba(111, 208, 156, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 8px 16px rgba(66, 154, 106, 0.08);
}

.feedback-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.3;
}

.feedback-card.resolved h3::before {
  content: "✅ ";
}

.feedback-description {
  margin: 0 0 14px;
  white-space: pre-wrap;
  color: #3a4b5f;
}

.feedback-card.pending .feedback-description {
  color: #354c60;
}

.feedback-card.resolved h3::before {
  content: "✓ ";
}

.saved-attachments {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 14px;
}

.saved-attachment {
  width: 118px;
  text-decoration: none;
  color: #385067;
}

.saved-attachment img {
  width: 118px;
  height: 88px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 20px rgba(98, 128, 120, 0.10);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.saved-attachment img:hover {
  transform: scale(1.04);
  box-shadow: 0 12px 24px rgba(48, 70, 63, 0.16);
}

.saved-attachment span {
  display: block;
  margin-top: 6px;
  font-size: 0.8rem;
  line-height: 1.4;
  word-break: break-word;
}

.meta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 0.88rem;
}

.comments-block {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(148, 184, 170, 0.22);
}

.comments-list {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.comment-item {
  padding: 12px 14px;
  border-radius: 16px;
  background:
    radial-gradient(160px 80px at 12% 0%, rgba(255, 255, 255, 0.28), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.68) 0%, rgba(244, 250, 247, 0.56) 100%);
  border: 1px solid rgba(255, 255, 255, 0.64);
  box-shadow:
    0 14px 24px rgba(87, 108, 100, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.comment-item:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 18px 28px rgba(87, 108, 100, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

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

.comment-author-name {
  color: #1e3a53;
  font-weight: 700;
}

.comment-body {
  margin: 0;
  color: #46586a;
  white-space: pre-wrap;
}

.comment-form {
  display: grid;
  gap: 10px;
}

.comment-attachment-row {
  display: grid;
  gap: 8px;
}

.comment-attachment-help {
  color: var(--muted);
  font-size: 0.82rem;
}

.comment-attachment-preview {
  margin-top: 0;
}

.comment-form-grid {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 10px;
}

.comment-input {
  min-height: 96px;
}

.comment-form-footer {
  justify-content: flex-end;
}

.toggle-btn[data-resolved="true"] {
  color: #b5631d;
  border-color: rgba(233, 162, 82, 0.4);
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.96) 0%, rgba(255, 226, 191, 0.84) 100%);
}

.toggle-btn[data-resolved="false"] {
  color: var(--resolved);
  border-color: rgba(93, 191, 138, 0.42);
  box-shadow:
    0 14px 24px rgba(66, 154, 106, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.comment-saved-attachments {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.comment-saved-attachment {
  width: 96px;
  text-decoration: none;
  color: #385067;
}

.comment-saved-attachment img {
  width: 96px;
  height: 72px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 18px rgba(98, 128, 120, 0.1);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.comment-saved-attachment img:hover {
  transform: scale(1.04);
  box-shadow: 0 12px 22px rgba(48, 70, 63, 0.16);
}

.comment-saved-attachment span {
  display: block;
  margin-top: 6px;
  font-size: 0.75rem;
  line-height: 1.35;
  word-break: break-word;
}

.hidden {
  display: none !important;
}

.list-enter {
  animation: list-enter 0.34s ease both;
  animation-delay: calc(var(--enter-index, 0) * 55ms);
}

.action-submitted,
.action-commented,
.action-resolved,
.action-reopened {
  animation: card-status-flash 0.8s ease both;
}

.action-resolved {
  box-shadow:
    0 0 0 0 rgba(88, 179, 125, 0.24),
    0 32px 62px rgba(52, 149, 100, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(255, 255, 255, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 25, 40, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  cursor: pointer;
  animation: lb-fade-in 0.2s ease;
}

@keyframes glass-sheen {
  0% {
    background-position: 160% -30%, 0 0, 0 0;
    opacity: 0.24;
  }
  8% {
    background-position: 118% -16%, 0 0, 0 0;
    opacity: 0.18;
  }
  14% {
    background-position: 86% -2%, 0 0, 0 0;
    opacity: 0.96;
  }
  20% {
    background-position: 62% 10%, 0 0, 0 0;
    opacity: 0.18;
  }
  54% {
    background-position: 62% 10%, 0 0, 0 0;
    opacity: 0.14;
  }
  62% {
    background-position: 18% 30%, 0 0, 0 0;
    opacity: 0.88;
  }
  68% {
    background-position: -8% 42%, 0 0, 0 0;
    opacity: 0.16;
  }
  100% {
    background-position: -8% 42%, 0 0, 0 0;
    opacity: 0.08;
  }
}

@keyframes fog-drift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.84;
  }
  50% {
    transform: translate3d(6px, -4px, 0) scale(1.03);
    opacity: 0.96;
  }
  100% {
    transform: translate3d(-5px, 5px, 0) scale(0.99);
    opacity: 0.86;
  }
}

@keyframes button-ripple {
  0% {
    opacity: 0.08;
    transform: scale(0.72);
  }
  55% {
    opacity: 0.42;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.22);
  }
}

@keyframes list-enter {
  from {
    opacity: 0;
    transform: translate3d(10px, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes success-ripple {
  0% {
    box-shadow:
      0 0 0 0 rgba(123, 215, 162, 0),
      0 24px 56px rgba(48, 145, 96, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.96);
  }
  55% {
    box-shadow:
      0 0 0 10px rgba(123, 215, 162, 0.12),
      0 32px 64px rgba(48, 145, 96, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(123, 215, 162, 0),
      0 24px 56px rgba(48, 145, 96, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.96);
  }
}

@keyframes success-hint-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes attachment-fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes card-status-flash {
  0% {
    box-shadow:
      0 0 0 0 rgba(118, 206, 154, 0),
      0 22px 52px rgba(98, 128, 120, 0.12);
  }
  40% {
    box-shadow:
      0 0 0 8px rgba(118, 206, 154, 0.14),
      0 30px 60px rgba(98, 128, 120, 0.16);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(118, 206, 154, 0),
      0 24px 54px rgba(98, 128, 120, 0.14);
  }
}

@keyframes lb-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.lightbox-overlay.hidden {
  display: none;
}

.lightbox-image {
  max-width: calc(100vw - 80px);
  max-height: calc(100vh - 80px);
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  cursor: default;
  animation: lb-zoom-in 0.22s ease;
}

@keyframes lb-zoom-in {
  from { transform: scale(0.92); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  z-index: 1001;
  transition: background 0.18s ease;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.24);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(17, 37, 59, 0.88);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 500;
}

.toast.show {
  opacity: 1;
}

.setup-code {
  display: inline-block;
  margin: 8px 0 10px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #18314a;
}

/* Team identity colors: pending feedback uses its submitter's color; resolved feedback stays green. */
.author-zhengwang { --author-rgb: 217, 138, 69; --author-deep: #b55e1d; --author-soft: #fff3e7; }
.author-yalin { --author-rgb: 190, 153, 83; --author-deep: #8a682d; --author-soft: #fff8e4; }
.author-moyan { --author-rgb: 196, 114, 171; --author-deep: #985080; --author-soft: #fff0fa; }
.author-zhaozhengyan { --author-rgb: 70, 153, 194; --author-deep: #1e6e96; --author-soft: #edf8fd; }
.author-default { --author-rgb: 217, 138, 69; --author-deep: #b55e1d; --author-soft: #fff3e7; }

.author-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--author-deep);
  font-weight: 800;
}

.author-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(var(--author-rgb));
  box-shadow: 0 0 0 3px rgba(var(--author-rgb), 0.13);
}

.feedback-card.pending.author-zhengwang,
.feedback-card.pending.author-yalin,
.feedback-card.pending.author-moyan,
.feedback-card.pending.author-zhaozhengyan,
.feedback-card.pending.author-default,
.composer-card.detail-pending.author-zhengwang,
.composer-card.detail-pending.author-yalin,
.composer-card.detail-pending.author-moyan,
.composer-card.detail-pending.author-zhaozhengyan,
.composer-card.detail-pending.author-default {
  background:
    radial-gradient(430px 260px at 106% -16%, rgba(var(--author-rgb), 0.3), transparent 70%),
    radial-gradient(280px 210px at -10% 112%, rgba(var(--author-rgb), 0.13), transparent 70%),
    radial-gradient(180px 108px at 38% 0%, rgba(255, 255, 255, 0.34), transparent 76%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(252, 254, 251, 0.69) 48%, var(--author-soft) 100%);
  border-color: rgba(var(--author-rgb), 0.56);
  box-shadow:
    0 28px 58px rgba(var(--author-rgb), 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(255, 255, 255, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.feedback-card.pending.author-zhengwang::before,
.feedback-card.pending.author-yalin::before,
.feedback-card.pending.author-moyan::before,
.feedback-card.pending.author-zhaozhengyan::before,
.feedback-card.pending.author-default::before,
.composer-card.detail-pending.author-zhengwang::before,
.composer-card.detail-pending.author-yalin::before,
.composer-card.detail-pending.author-moyan::before,
.composer-card.detail-pending.author-zhaozhengyan::before,
.composer-card.detail-pending.author-default::before {
  display: block;
  right: -13%;
  top: -23%;
  width: 440px;
  height: 310px;
  background: radial-gradient(circle at 50% 54%, rgba(var(--author-rgb), 0.28) 0%, rgba(var(--author-rgb), 0.15) 38%, rgba(var(--author-rgb), 0.04) 68%, transparent 84%);
}

.feedback-card.pending.author-zhengwang::after,
.feedback-card.pending.author-yalin::after,
.feedback-card.pending.author-moyan::after,
.feedback-card.pending.author-zhaozhengyan::after,
.feedback-card.pending.author-default::after,
.composer-card.detail-pending.author-zhengwang::after,
.composer-card.detail-pending.author-yalin::after,
.composer-card.detail-pending.author-moyan::after,
.composer-card.detail-pending.author-zhaozhengyan::after,
.composer-card.detail-pending.author-default::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 28%, transparent 78%, rgba(var(--author-rgb), 0.07)),
    radial-gradient(240px 80px at 22% 10%, rgba(255, 255, 255, 0.34), transparent 72%),
    radial-gradient(140px 52px at 86% 86%, rgba(var(--author-rgb), 0.12), transparent 76%);
}

.pending-strip.author-zhengwang,
.pending-strip.author-yalin,
.pending-strip.author-moyan,
.pending-strip.author-zhaozhengyan,
.pending-strip.author-default {
  border-color: rgba(var(--author-rgb), 0.5);
  border-left: 4px solid rgb(var(--author-rgb));
  background:
    radial-gradient(250px 160px at 100% -10%, rgba(var(--author-rgb), 0.26), transparent 66%),
    radial-gradient(180px 130px at -8% 108%, rgba(var(--author-rgb), 0.1), transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(253, 254, 251, 0.82) 58%, var(--author-soft) 100%);
  box-shadow:
    0 20px 38px rgba(var(--author-rgb), 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -1px 0 rgba(255, 255, 255, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.pending-strip .author-label,
.pending-strip.author-zhengwang .pending-strip-signal,
.pending-strip.author-yalin .pending-strip-signal,
.pending-strip.author-moyan .pending-strip-signal,
.pending-strip.author-zhaozhengyan .pending-strip-signal,
.pending-strip.author-default .pending-strip-signal {
  color: var(--author-deep);
}

.comment-item.author-zhengwang,
.comment-item.author-yalin,
.comment-item.author-moyan,
.comment-item.author-zhaozhengyan,
.comment-item.author-default {
  border-left: 3px solid rgba(var(--author-rgb), 0.78);
  background:
    radial-gradient(180px 100px at 100% 0%, rgba(var(--author-rgb), 0.1), transparent 72%),
    rgba(255, 255, 255, 0.43);
}

/* Glass depth pass: stronger pane edges and distinct thickness without changing content hierarchy. */
:root {
  --glass-rim: rgba(255, 255, 255, 0.84);
  --glass-inner-rim: rgba(255, 255, 255, 0.42);
  --glass-highlight: rgba(255, 255, 255, 0.96);
  --glass-depth-shadow: rgba(43, 82, 64, 0.16);
}

.glass-card {
  border-color: var(--glass-rim);
  box-shadow:
    0 32px 76px var(--glass-depth-shadow),
    0 8px 22px rgba(255, 255, 255, 0.26),
    inset 0 1.5px 0 var(--glass-highlight),
    inset 0 -1px 0 rgba(255, 255, 255, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.glass-card::after {
  border-color: var(--glass-inner-rim);
  background:
    linear-gradient(132deg, transparent 15%, rgba(255, 255, 255, 0.05) 28%, rgba(255, 255, 255, 0.56) 38%, rgba(255, 255, 255, 0.18) 45%, transparent 56%),
    radial-gradient(280px 84px at 16% 0%, rgba(255, 255, 255, 0.42), transparent 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 22%, transparent 79%, rgba(255, 255, 255, 0.12));
}

.hero-card {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 40px 94px rgba(42, 87, 65, 0.22),
    0 14px 30px rgba(255, 255, 255, 0.34),
    inset 0 2px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(255, 255, 255, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.hero-filter-shell,
.filter-bar {
  border-color: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 22px 48px rgba(50, 96, 73, 0.15),
    0 8px 18px rgba(255, 255, 255, 0.24),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(255, 255, 255, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.composer-card,
.side-card,
.setup-card,
.loading-card,
.error-card,
.empty-card {
  border-color: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 28px 64px rgba(47, 88, 68, 0.17),
    0 10px 24px rgba(255, 255, 255, 0.22),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(255, 255, 255, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.composer-card:not(.detail-pending):not(.detail-resolved)::after,
.side-card::after,
.filter-bar::after,
.setup-card::after,
.loading-card::after,
.error-card::after,
.empty-card::after {
  border-color: rgba(255, 255, 255, 0.5);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.18), transparent 30%, transparent 74%, rgba(185, 239, 205, 0.08)),
    radial-gradient(250px 70px at 18% 0%, rgba(255, 255, 255, 0.42), transparent 74%);
}

.hero-pill,
.type-badge,
.status-badge,
.count-badge,
.pending-meta-pill {
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 8px 18px rgba(65, 100, 82, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.field input,
.field select,
.field textarea,
.comment-input,
.comment-author,
.filter-field select {
  border-color: rgba(255, 255, 255, 0.88);
  background:
    radial-gradient(150px 60px at 14% 0%, rgba(255, 255, 255, 0.5), transparent 78%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(245, 251, 247, 0.7) 100%);
  box-shadow:
    0 14px 28px rgba(69, 102, 85, 0.1),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(255, 255, 255, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.attachment-chip,
.comment-item {
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 16px 28px rgba(73, 103, 89, 0.11),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(255, 255, 255, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.primary-btn,
.ghost-btn,
.toggle-btn,
.comment-btn,
.attachment-remove,
.peek-btn,
.file-input {
  border-color: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 12px 24px rgba(70, 104, 84, 0.11),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.94),
    inset 0 -1px 0 rgba(255, 255, 255, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.feedback-card {
  border-color: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 30px 66px rgba(61, 94, 76, 0.18),
    0 10px 24px rgba(255, 255, 255, 0.24),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(255, 255, 255, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.feedback-card::after {
  border-color: rgba(255, 255, 255, 0.48);
}

.feedback-card.pending.author-zhengwang,
.feedback-card.pending.author-yalin,
.feedback-card.pending.author-moyan,
.feedback-card.pending.author-zhaozhengyan,
.feedback-card.pending.author-default,
.composer-card.detail-pending.author-zhengwang,
.composer-card.detail-pending.author-yalin,
.composer-card.detail-pending.author-moyan,
.composer-card.detail-pending.author-zhaozhengyan,
.composer-card.detail-pending.author-default {
  border-color: rgba(var(--author-rgb), 0.62);
  box-shadow:
    0 30px 66px rgba(var(--author-rgb), 0.22),
    0 10px 24px rgba(255, 255, 255, 0.22),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(255, 255, 255, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.feedback-card.resolved,
.composer-card.detail-resolved {
  border-color: rgba(112, 209, 158, 0.6);
  box-shadow:
    0 32px 68px rgba(52, 149, 100, 0.24),
    0 10px 24px rgba(255, 255, 255, 0.22),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(255, 255, 255, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.lightbox-overlay {
  background: rgba(14, 34, 47, 0.7);
}

.lightbox-image {
  border: 1px solid rgba(255, 255, 255, 0.64);
  box-shadow:
    0 36px 100px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 0 0 1px rgba(255, 255, 255, 0.12);
}

.lightbox-close,
.toast {
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    0 16px 36px rgba(4, 20, 29, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

@media (prefers-reduced-motion: reduce) {
  .feedback-motion-background video {
    display: none;
  }
}

@media (max-width: 920px) {
  .stats-grid,
  .composer-grid {
    grid-template-columns: 1fr;
  }

  .filter-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-filter-shell {
    flex-direction: column;
    align-items: flex-start;
  }

  .detail-head {
    flex-direction: column;
  }

  .filter-controls {
    width: 100%;
  }

  .filter-field {
    flex: 1 1 220px;
  }

  .comment-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .feedback-page-shell {
    width: min(100% - 14px, 1180px);
    margin-top: 10px;
  }

  .hero-card,
  .composer-card,
  .side-card,
  .feedback-card,
  .setup-card,
  .loading-card,
  .error-card,
  .empty-card {
    padding: 18px 16px;
    border-radius: 20px;
  }

  .hero-topline,
  .hero-brand,
  .hero-filter-shell,
  .composer-footer,
  .feedback-card-head,
  .attachment-chip,
  .detail-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-status-btn {
    width: 100%;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .pending-strip {
    padding: 14px 14px 15px;
  }

  .pending-strip-top,
  .pending-strip-meta,
  .detail-actions,
  .detail-meta,
  .feedback-head-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .feedback-head-actions {
    align-items: stretch;
  }

  .peek-btn,
  .toggle-btn,
  .ghost-btn,
  .comment-btn {
    width: 100%;
  }

  .attachment-chip {
    display: flex;
  }

  .attachment-chip img {
    width: 100%;
    max-width: 220px;
    height: auto;
  }

  .saved-attachment,
  .saved-attachment img {
    width: 100px;
  }

  .saved-attachment img {
    height: 76px;
  }
}

/* Main task: deepen functional glass panes without changing page behavior. */
:root {
  --functional-glass-rim: rgba(255, 255, 255, 0.94);
  --functional-glass-inner-rim: rgba(255, 255, 255, 0.52);
  --functional-glass-shadow: rgba(40, 77, 61, 0.19);
  --functional-glass-lift: rgba(255, 255, 255, 0.38);
}

.glass-card {
  border-color: var(--functional-glass-rim);
  box-shadow:
    0 34px 76px var(--functional-glass-shadow),
    0 12px 26px var(--functional-glass-lift),
    inset 0 2px 0 rgba(255, 255, 255, 0.98),
    inset 0 -2px 0 rgba(255, 255, 255, 0.24),
    inset 2px 0 0 rgba(255, 255, 255, 0.22),
    inset -2px 0 0 rgba(221, 244, 232, 0.16);
}

.glass-card::after {
  border-color: var(--functional-glass-inner-rim);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 24%, transparent 70%, rgba(180, 231, 202, 0.12)),
    radial-gradient(300px 96px at 18% 0%, rgba(255, 255, 255, 0.5), transparent 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 28%, transparent 78%, rgba(157, 220, 184, 0.1));
}

.glass-card:hover {
  box-shadow:
    0 38px 82px rgba(40, 77, 61, 0.21),
    0 14px 28px rgba(255, 255, 255, 0.42),
    inset 0 2px 0 rgba(255, 255, 255, 0.98),
    inset 0 -2px 0 rgba(255, 255, 255, 0.26),
    inset 2px 0 0 rgba(255, 255, 255, 0.24),
    inset -2px 0 0 rgba(221, 244, 232, 0.18);
}

.hero-filter-shell,
.composer-card,
.side-card,
.filter-bar {
  border-color: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 24px 54px rgba(43, 83, 65, 0.15),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1.5px 0 rgba(255, 255, 255, 0.24),
    inset 1px 0 0 rgba(255, 255, 255, 0.28),
    inset -1px 0 0 rgba(202, 234, 216, 0.14);
}

.field input,
.field select,
.field textarea,
.comment-input,
.comment-author,
.filter-field select,
.file-input {
  border-color: rgba(255, 255, 255, 0.92);
  background:
    radial-gradient(180px 72px at 15% 0%, rgba(255, 255, 255, 0.58), transparent 78%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(242, 250, 246, 0.72));
  box-shadow:
    0 13px 28px rgba(60, 97, 80, 0.1),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(255, 255, 255, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.pending-strip,
.pending-strip.author-zhengwang,
.pending-strip.author-yalin,
.pending-strip.author-moyan,
.pending-strip.author-zhaozhengyan,
.pending-strip.author-default {
  box-shadow:
    0 21px 42px rgba(var(--author-rgb, 72, 98, 84), 0.16),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(255, 255, 255, 0.3),
    inset 1px 0 0 rgba(255, 255, 255, 0.24);
}

.primary-btn,
.ghost-btn,
.toggle-btn,
.comment-btn {
  box-shadow:
    0 14px 28px rgba(54, 97, 77, 0.14),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.94),
    inset 0 -1px 0 rgba(255, 255, 255, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

/* Final liquid-glass material system — kept last to supersede earlier visual passes. */
:root {
  --liquid-ink: #17364a;
  --liquid-jade: #3c9870;
  --liquid-jade-deep: #267153;
  --liquid-pane: rgba(255, 255, 255, 0.43);
  --liquid-pane-deep: rgba(225, 245, 235, 0.28);
  --liquid-white-edge: rgba(255, 255, 255, 0.9);
  --liquid-inner-edge: rgba(255, 255, 255, 0.42);
  --liquid-refraction: rgba(142, 217, 181, 0.46);
  --liquid-shadow: rgba(24, 63, 49, 0.19);
  --liquid-button-depth: rgba(48, 135, 96, 0.72);
  --liquid-button-depth-hover: rgba(35, 111, 78, 0.78);
}

.glass-card {
  isolation: isolate;
  border: 1px solid var(--liquid-white-edge);
  outline: 1px solid rgba(255, 255, 255, 0.27);
  outline-offset: 0;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.74),
    0 5px 0 var(--liquid-refraction),
    0 22px 42px var(--liquid-shadow),
    inset 0 2px 0 rgba(255, 255, 255, 0.98),
    inset 0 -2px 0 rgba(133, 209, 172, 0.22),
    inset 2px 0 0 rgba(255, 255, 255, 0.34),
    inset -2px 0 0 rgba(137, 212, 175, 0.26),
    inset 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.glass-card::before {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(64% 28% at 12% -5%, rgba(255, 255, 255, 0.72), transparent 70%),
    linear-gradient(108deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.12) 8%, transparent 22%),
    linear-gradient(294deg, rgba(134, 215, 177, 0.16), transparent 26%);
  pointer-events: none;
}

.glass-card::after {
  inset: 4px;
  z-index: 2;
  border: 1px solid var(--liquid-inner-edge);
  background:
    linear-gradient(126deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.16) 8%, transparent 20%, transparent 76%, rgba(127, 209, 171, 0.2) 100%),
    radial-gradient(38% 14% at 18% 0%, rgba(255, 255, 255, 0.58), transparent 80%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 18%, transparent 80%, rgba(132, 211, 173, 0.1));
  background-size: 100% 100%;
  background-position: 0 0;
  animation: none;
  pointer-events: none;
}

.glass-card > * {
  position: relative;
  z-index: 1;
}

.hero-card,
.composer-card:not(.detail-pending):not(.detail-resolved),
.side-card,
.filter-bar,
.setup-card,
.loading-card,
.error-card,
.empty-card {
  background:
    radial-gradient(62% 34% at 11% -4%, rgba(255, 255, 255, 0.62), transparent 74%),
    radial-gradient(46% 38% at 100% 100%, rgba(123, 205, 165, 0.18), transparent 74%),
    linear-gradient(145deg, var(--liquid-pane), var(--liquid-pane-deep)) !important;
}

.hero-filter-shell {
  border: 1px solid rgba(255, 255, 255, 0.82);
  background:
    linear-gradient(108deg, rgba(255, 255, 255, 0.48), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.48), rgba(211, 240, 225, 0.27));
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.66),
    0 4px 0 rgba(104, 187, 148, 0.23),
    0 13px 25px rgba(27, 72, 52, 0.12),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(132, 210, 172, 0.21);
}

.field input,
.field select,
.field textarea,
.comment-input,
.comment-author,
.filter-field select,
.file-input {
  border-color: rgba(255, 255, 255, 0.84);
  background:
    radial-gradient(76% 42% at 13% -8%, rgba(255, 255, 255, 0.68), transparent 66%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.56), rgba(220, 244, 231, 0.31)) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.68),
    0 3px 0 rgba(145, 214, 182, 0.2),
    0 9px 18px rgba(33, 79, 59, 0.1),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(125, 206, 167, 0.16);
}

.pending-strip,
.pending-strip.author-zhengwang,
.pending-strip.author-yalin,
.pending-strip.author-moyan,
.pending-strip.author-zhaozhengyan,
.pending-strip.author-default {
  border-color: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.62),
    0 4px 0 rgba(var(--author-rgb, 73, 129, 103), 0.2),
    0 14px 28px rgba(var(--author-rgb, 73, 129, 103), 0.14),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(255, 255, 255, 0.22),
    inset -1px 0 rgba(var(--author-rgb, 73, 129, 103), 0.15);
}

.primary-btn,
.ghost-btn,
.toggle-btn,
.comment-btn,
.hero-status-btn {
  border: 1px solid rgba(255, 255, 255, 0.88);
  color: var(--liquid-jade-deep);
  background:
    linear-gradient(108deg, rgba(255, 255, 255, 0.72), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(211, 241, 225, 0.48)) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.86),
    0 5px 0 var(--liquid-button-depth),
    0 12px 20px rgba(31, 87, 62, 0.16),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(124, 205, 165, 0.2),
    inset 1px 0 0 rgba(255, 255, 255, 0.32);
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.hero-status-btn[data-status-filter="pending"].active {
  color: #96551f;
  background: linear-gradient(180deg, rgba(255, 248, 239, 0.82), rgba(255, 224, 190, 0.55)) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.86), 0 5px 0 rgba(204, 135, 73, 0.54), 0 12px 20px rgba(128, 77, 35, 0.13), inset 0 1.5px 0 rgba(255, 255, 255, 0.98);
}

.hero-status-btn[data-status-filter="resolved"].active,
.hero-status-btn[data-status-filter="all"].active {
  color: var(--liquid-jade-deep);
  background: linear-gradient(180deg, rgba(247, 255, 250, 0.82), rgba(193, 236, 213, 0.55)) !important;
}

.primary-btn:hover,
.ghost-btn:hover,
.toggle-btn:hover,
.comment-btn:hover,
.hero-status-btn:hover {
  transform: translateY(-1px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9),
    0 6px 0 var(--liquid-button-depth-hover),
    0 15px 24px rgba(31, 87, 62, 0.18),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(124, 205, 165, 0.22);
}

.primary-btn:active,
.ghost-btn:active,
.toggle-btn:active,
.comment-btn:active,
.hero-status-btn:active {
  transform: translateY(4px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.78), 0 1px 0 var(--liquid-button-depth-hover), 0 6px 12px rgba(31, 87, 62, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

@media (prefers-reduced-motion: reduce) {
  .primary-btn,
  .ghost-btn,
  .toggle-btn,
  .comment-btn,
  .hero-status-btn {
    transition: none;
  }
}

/* Specular highlight pass: one consistent upper-left light source for every pane. */
.glass-card {
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.82),
    0 5px 0 var(--liquid-refraction),
    0 22px 42px var(--liquid-shadow),
    inset 0 2px 0 rgba(255, 255, 255, 1),
    inset 0 4px 0 rgba(255, 255, 255, 0.22),
    inset 2px 0 0 rgba(255, 255, 255, 0.4),
    inset -2px 0 0 rgba(128, 211, 171, 0.28),
    inset 0 -2px 0 rgba(128, 211, 171, 0.18);
}

.glass-card::before {
  background:
    linear-gradient(108deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.24) 6%, transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 17%, transparent 82%, rgba(128, 211, 171, 0.1)),
    radial-gradient(34% 18% at 15% 0%, rgba(255, 255, 255, 0.7), transparent 80%);
}

.glass-card::after {
  border-color: rgba(255, 255, 255, 0.52);
  background:
    linear-gradient(126deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.2) 7%, transparent 19%, transparent 76%, rgba(127, 209, 171, 0.2) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 12%, transparent 88%, rgba(127, 209, 171, 0.1));
}

.hero-filter-shell,
.field input,
.field select,
.field textarea,
.comment-input,
.comment-author,
.filter-field select,
.file-input,
.pending-meta-pill {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.82),
    0 3px 0 rgba(128, 211, 171, 0.22),
    0 10px 18px rgba(33, 79, 59, 0.1),
    inset 0 1.5px 0 rgba(255, 255, 255, 1),
    inset 0 3px 0 rgba(255, 255, 255, 0.16),
    inset -1px 0 0 rgba(128, 211, 171, 0.18);
}

.pending-strip,
.pending-strip.author-zhengwang,
.pending-strip.author-yalin,
.pending-strip.author-moyan,
.pending-strip.author-zhaozhengyan,
.pending-strip.author-default {
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.76),
    0 4px 0 rgba(var(--author-rgb, 73, 129, 103), 0.22),
    0 14px 28px rgba(var(--author-rgb, 73, 129, 103), 0.14),
    inset 0 1.5px 0 rgba(255, 255, 255, 1),
    inset 0 3px 0 rgba(255, 255, 255, 0.16),
    inset -1px 0 0 rgba(var(--author-rgb, 73, 129, 103), 0.16);
}

.primary-btn,
.ghost-btn,
.toggle-btn,
.comment-btn,
.hero-status-btn {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92),
    0 5px 0 var(--liquid-button-depth),
    0 12px 20px rgba(31, 87, 62, 0.16),
    inset 0 1.5px 0 rgba(255, 255, 255, 1),
    inset 0 3px 0 rgba(255, 255, 255, 0.2),
    inset 1px 0 0 rgba(255, 255, 255, 0.34),
    inset -1px 0 0 rgba(124, 205, 165, 0.22);
}

/* Restore the original hero color clusters while keeping the new glass edges. */
.hero-card {
  background:
    radial-gradient(410px 240px at -5% 16%, rgba(190, 255, 176, 0.54), transparent 60%),
    radial-gradient(280px 220px at 79% 14%, rgba(120, 244, 160, 0.2), transparent 58%),
    radial-gradient(360px 220px at 72% 92%, rgba(92, 222, 146, 0.14), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.64) 0%, rgba(246, 252, 248, 0.42) 58%, rgba(211, 241, 225, 0.3) 100%) !important;
}

.hero-card::before {
  left: -5%;
  top: 8%;
  width: 280px;
  height: 250px;
  background:
    radial-gradient(circle at 35% 50%, rgba(240, 255, 232, 0.86), rgba(182, 255, 176, 0.38) 44%, rgba(97, 224, 105, 0.05) 74%, transparent 80%);
  filter: blur(14px);
  opacity: 0.92;
}

.hero-card::after {
  inset: 4px;
  border-color: rgba(255, 255, 255, 0.56);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 28%, transparent 78%, rgba(150, 230, 182, 0.1)),
    radial-gradient(240px 80px at 22% 10%, rgba(255, 255, 255, 0.48), transparent 72%),
    radial-gradient(140px 52px at 86% 86%, rgba(112, 236, 156, 0.16), transparent 76%);
}
