:root {
  --page-bg: #eef8e9;
  --card-bg: rgba(255, 255, 246, 0.88);
  --card-bg-2: rgba(245, 252, 235, 0.78);

  --main-green: #8fbf62;
  --light-green: #dff1c8;
  --soft-green: #edf8df;

  --text-main: #5d8a62;
  --text-dark: #3f7150;
  --text-light: #8bab8e;

  --btn-green: #8fca63;
  --border-green: rgba(142, 190, 98, 0.42);
}

@font-face {
  font-family: "wenkai";
  src: url("../fonts/LXGWWenKaiGB-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face{
  font-family:"shouxie";
  src:url("../fonts/QingSongShouXieTi2-2.ttf") format("truetype");
  font-display: swap;
}

*{
    margin: 0;
    padding: 0;
}
a{text-decoration: none; display: block;}
html{
    font-size: 16px;
}
html,body{
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}





.bg {
  position: relative;
  min-height: 100vh;
  padding: 0rem 0.75rem 1rem;
  box-sizing: border-box;
  overflow: hidden;

  background-image: url("../images/bg4.png"); 
  /* background:
    radial-gradient(circle at 20% 10%, rgba(210, 239, 183, 0.15), transparent 38%),
    radial-gradient(circle at 85% 25%, rgba(214, 244, 204, 0.15), transparent 34%),
    linear-gradient(180deg, rgba(243, 250, 236, 0.01), rgba(234, 247, 230, 0.1)),
    url("../images/bg5.png"); */

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.top {
  padding: 1rem 0.8rem;
}

.top-logo{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#logo {
  display: block;
  width: 7.8rem;
  height: auto;
  margin: 0;
}


#logo2 {
  display: block;
  width: 3.8rem;
  height: auto;
  margin: 0;
}

#img_tit{
  display: block;
  width: 100%;
  margin-top: 1.2rem;
}

#img_intro{ 
  display: block;
  width: 106%;
  margin-left: -3%;
}


/* 开场白区域 */

.intro-card {
  position: relative;
  margin: 1.4rem 0 1.7rem;
  padding: 1.25rem 0.9rem 1rem;
  border-radius: 1.5rem;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 246, 0.76),
    rgba(242, 250, 232, 0.62)
  );

  border: 1px solid rgba(162, 201, 128, 0.28);

  box-shadow:
    0 0.75rem 1.6rem rgba(103, 145, 80, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);

  overflow: visible;
}



.intro-card::after {
  content: "♪";
  position: absolute;
  right: 1.2rem;
  bottom: 0.8rem;
  font-size: 2.4rem;
  color: rgba(148, 195, 105, 0.18);
  transform: rotate(-12deg);
}

.intro-lanxi {
  position: absolute;
  left: 0.25rem;
  top: -3rem;
  width: 4.9rem;
  z-index: 4;
  pointer-events: none;
}

.intro-paper {
  position: relative;
  z-index: 2;
  padding: 0.5rem 0 1.2rem;
  border-radius: 1.2rem;

  
}

.intro-paper::before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.75rem;
  height: 1px;
  border-bottom: 1px dashed rgba(164, 203, 120, 0.35);
}

.intro-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #5d8a62;
  margin-bottom: 0.75rem;
  letter-spacing: 0.03em;
}

.intro-title::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2px;
  margin: 0.55rem auto 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    #9dcb71,
    transparent
  );
}

.intro-text {
  text-align: center;
  font-family: "wenkai","PingFang SC","Helvetica Neue","Microsoft YaHei",sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
  color: #637f5f;
  letter-spacing: 0.02em;
}


.section-title {
  width: 100%;
  height: 3.6rem;
  margin: 1rem 0 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 0.8rem;
  backdrop-filter: blur(6px);
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
    color: var(--text-dark);
  background: rgba(255, 255, 246, 0.82);
  box-shadow: 0 0.45rem 1rem rgba(110, 160, 90, 0.14);
}

.section-title img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}


#song_list {
  width: 100%;
  margin-top: 1rem;
}

.song-card {
  position: relative;
  margin-bottom: 1.4rem;
  padding: 0.85rem;
  border-radius: 1.2rem;
 background: linear-gradient(
    180deg,
    var(--card-bg),
    var(--card-bg-2)
  );
  /* border: 1px solid var(--border-green); */
  box-shadow: 0 0.8rem 1.8rem rgba(103, 145, 80, 0.16);
 
  backdrop-filter: blur(12px);
  overflow: hidden;
}


.song-main {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 5.4rem;
  padding: 0.6rem;
  border-bottom: 1px solid rgba(162, 201, 128, 0.32);
  background: rgba(255, 255, 248, 0.78);

  /* border-radius: 0.5rem;
  background: linear-gradient(135deg, #ffffff, #eef9ff);
  border: 1px solid rgba(90, 170, 220, 0.28);
  box-shadow: 0 0.5rem 1.2rem rgba(80, 150, 190, 0.14); */
}

.cover-wrap {
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  flex-shrink: 0;
}

.song-cover {
  position: relative;
  z-index: 2;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.75rem;
  object-fit: cover;
  box-shadow: 0 0.35rem 0.8rem rgba(40, 80, 120, 0.2);
}

.disc {
  position: absolute;
  top: 0.35rem;
  right: -1.3rem;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  background: radial-gradient(circle, #555 0 12%, #111 13% 45%, #333 46% 60%, #111 61%);
  opacity: 0.75;
  z-index: 1;
}

.song-info {
  flex: 1;
  margin-left: 2rem;
  min-width: 0;
}

.song-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #285f73;
  line-height: 1.3;
}

.song-singer {
  margin-top: 0.25rem;
  font-size: 0.88rem;
  color: #7e9aaf;
}

.song-tags {
  margin-top: 0.28rem;
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
  
}

.song-tags span {
   display: inline-flex;
  align-items: center;
  height: 1.2rem;
  padding: 0 0.5rem;

  border-radius: 999px;

  font-size: 0.68rem;
  font-weight: 500;

  color: #38a169;

  background: rgba(56, 161, 105, 0.12);

  border: 1px solid rgba(56, 161, 105, 0.25);

  box-shadow:
    0 0.1rem 0.3rem rgba(56, 161, 105, 0.08);

  backdrop-filter: blur(4px);
}

.play-btn {
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
   background: radial-gradient(circle at 35% 30%, #dff6c7, #78bd58);
  box-shadow: 0 0.45rem 1rem rgba(120, 180, 86, 0.35);
}

.lyric-box {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  padding: 1.1rem 1rem 1rem;
  border-radius: 1.1rem;
}

.lyric-box::after{
  content:"";
  position:absolute;
  left:1.2rem;
  bottom:1.4rem;
  width:4.5rem;
  height:4.5rem;
  background:url("../images/icon-note.png") no-repeat center/contain;
  opacity:.075;
  transform:rotate(-10deg);
  pointer-events:none;
}

.quote-mark {
  position: absolute;
  left: 0.8rem;
  top: -0.35rem;
  font-size: 3.8rem;
  line-height: 1;
  color: rgba(44, 149, 225, 0.28);
  font-family: Arial, sans-serif;
}


.lyric-text {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: "shouxie", "wenkai", sans-serif;
  font-size: 1.15rem;
  line-height: 2rem;
  color: #477895;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.quote-mark-end {
  position: absolute;
  right: 0.4rem;
  bottom: -2rem;
font-size: 3.8rem;
 color: rgba(44, 149, 225, 0.28);
font-family: Arial, sans-serif;
  pointer-events: none;
}

.message-box {
  position: relative;
  z-index: 2;
  margin-top: 1.5rem;
  padding: 0.65rem;
  border-radius: 1.15rem;
   background: linear-gradient(
    180deg,
    rgba(255, 255, 246, 0.9),
    rgba(244, 251, 233, 0.76)
  );
  border: 1px solid rgba(143, 191, 98, 0.42);

}

.message-inner {
  position: relative;
  min-height: 10rem;
  padding: 1rem 1rem 1.2rem;

}

.message-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  text-align: center;
  font-size: 1.12rem;
  font-weight: 700;
color: #739b45;
  letter-spacing: 0.03em;
}

.message-title .star {
 color: #9ccf6f;
  font-size: 0.85rem;
}

.message-line {
  width: 3rem;
  height: 2px;
  margin: 0.65rem auto 0.9rem;
  border-radius: 999px;
 background: linear-gradient(90deg, transparent, #9ccf6f, transparent);
}

.message-content {
  position: relative;
  z-index: 2;
padding:
    1rem
    1.1rem
    1rem;

  border-radius: 0.65rem;

  background: linear-gradient(
    135deg,
    rgba(247, 252, 235, 0.96),
    rgba(229, 244, 214, 0.86)
  );



  box-shadow:
    0 0.3rem 0.8rem rgba(120, 160, 90, 0.06),
    inset 0 1px 0 rgba(255,255,255,.75);



}

.message-content p {
  margin: 0;
  font-family: "wenkai", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
 color: #6f966f;
  text-align: left;
  letter-spacing: 0.02em;
  font-weight: bold;
}

.message-lanxi {
  position: absolute;
  right: -0.8rem;
  top:-2rem;
  width: 4rem;
  z-index: 2;
  opacity: 0.85;
  pointer-events: none;
}

.message-lanxi_2 {
  position: absolute;
  right: -0.5rem;
  top:-2.2rem;
  width: 3.45rem;
  z-index: 2;
  opacity: 0.85;
  pointer-events: none;
}

.ending-card {
  position: relative;
  margin: 1.2rem 0 1.2rem;
  padding: 1.6rem 1.1rem 3.5rem;
  border-radius: 1.4rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 246, 0.94),
    rgba(242, 250, 232, 0.82)
  );
  border: 1px solid rgba(162, 201, 128, 0.36);
  box-shadow: 0 0.8rem 1.8rem rgba(103, 145, 80, 0.14);
  overflow: hidden;
}

.ending-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.7rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: center;
  background: radial-gradient(circle at 35% 30%, #e8f8d5, #8bcf63);
  box-shadow: 0 0.4rem 1rem rgba(126, 180, 88, 0.25);
}

.ending-title {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  color: #285f73;
  margin-bottom: 0.8rem;
}

.ending-title::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2px;
  margin: 0.55rem auto 0;
  background: linear-gradient(90deg, transparent, #57bde8, transparent);
}

.ending-text {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: "wenkai", sans-serif;
  font-size: 0.95rem;
  line-height: 2;
color: #477895;
}

.ending-lanxi {
  position: absolute;
  right: 0.8rem;
  bottom: 0.3rem;
  width: 4.6rem;
  opacity: 0.95;
  transform: scaleX(-1);
  animation: floatLanxi 3s ease-in-out infinite;
}


/* 评论区 */
.comment-section {
  margin: 1.2rem 0 2rem;
  padding: 0.8rem 0.8rem 1rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 246, 0.88);
  border: 1px solid rgba(162, 201, 128, 0.32);
  box-shadow: 0 0.7rem 1.6rem rgba(103, 145, 80, 0.13);
}

.comment-title {
  height: 2.4rem;
  margin-bottom: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
 border-bottom: 1px solid rgba(162, 201, 128, 0.32);

}

.comment-title img {
  width: 1.45rem;
  height: 1.45rem;
}

.comment-title span {
  font-size: 0.98rem;
  font-weight: 700;
  color: #2c6470;
}

.comment-input-box {
  padding: 0.85rem;
  border-radius: 1rem;
  background: rgba(239, 250, 255, 0.78);
    border: 1px solid rgba(166, 222, 228, 0.18);
}

.textarea-wrap {
  position: relative;
  height: 9rem;
}

 #ipt_textarea {
  width: 100%;
  min-height: 7rem;
  resize: none;
  border: none;
  outline: none;
  background: transparent;
  font-family: "wenkai", sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #4d7890;
}


.comment-counter {
  position: absolute;
  right: 0.875rem;
  bottom: 0.75rem;
  font-size: 0.75rem;
  color: #8aa79a;
}

.comment-counter.warning {
  color: #e58a2a;
}

.comment-counter.danger {
  color: #d94b4b;
}

.comment-input-box button {
  width: 100%;
  height: 2.5rem;
  margin-top: 0.7rem;
  border: none;
  border-radius: 999px;
 background: linear-gradient(135deg, #cdecae, #8ec862);
  box-shadow: 0 0.4rem 1rem rgba(126, 180, 88, 0.24);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.comment-list {
  display: flex;
  flex-direction: column;
  padding: 0 0.85rem;
  margin-top: 0.75rem;
}

.comment-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;

  padding: 0.9rem 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;

  border-bottom: 1px solid rgba(122, 157, 177, 0.22);
}

.comment-item:last-child {
  border-bottom: none;
}

.avatar {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 2.15rem;
}

.comment-top {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.comment-name {
  font-size: 0.75rem;
  color: #347e96;
  font-weight: 700;
}

.comment-time {
  font-size: 0.62rem;
  color: #8aa8b3;
}

.comment-text {
  margin-top: 0.28rem;
  font-size: 0.7rem;
  line-height: 1.55;
  color: #5f8292;
  word-break: break-word;
}

.comment-empty {
  margin: 1.2rem 0 0;
  padding: 1rem 0.8rem;
  text-align: center;
  font-size: 0.95rem;
  color: #7a9db1;

}

@keyframes floatLanxi{
  0%{
    transform: scaleX(-1) translateY(0px);
  }

  50%{
    transform: scaleX(-1) translateY(-6px);
  }

  100%{
    transform: scaleX(-1) translateY(0px);
  }
}

@keyframes wavePulse {
  0%, 100% {
    transform: scaleY(0.75);
  }

  50% {
    transform: scaleY(1.18);
  }
}


.user-modal-mask {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(20, 36, 24, 0.45);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-modal {
  position: relative;
  width: 86%;
  max-width: 350px;
  padding: 30px 20px 22px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(184, 233, 134, .28), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #fbfff6 100%);
  box-shadow: 0 18px 45px rgba(68, 126, 65, .28);
  overflow: hidden;
  box-sizing: border-box;
}

.user-modal-lx22 {
position: absolute;
left: 1.2rem;
top: 0.7rem;
width: 3.3rem;
height: auto
}

.user-modal h3 {
  margin: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #275c24;
  letter-spacing: 0rem;
}

.user-modal-desc {
  margin: 8px 0 22px;
  text-align: center;
  font-size: 13px;
  color: #7d8d78;
}

.input-item {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 13px;
  padding: 0 15px;
  border: 1px solid #dcebd5;
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  box-sizing: border-box;
  box-shadow: 0 6px 16px rgba(99, 148, 88, .1);
}

.input-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  margin-right: 10px;
  background-image: url("./images/icons.png");
  background-repeat: no-repeat;
  background-size: 640px auto;
}

.icon-name {
  background-position: -50px -85px;
}

.icon-code {
  background-position: -50px -240px;
}

.icon-phone {
  background-position: -50px -395px;
}

.input-item input {
  flex: 1;
  height: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 15px;
  color: #355235;
}

.input-item input::placeholder {
  color: #9aa69a;
}

.input-item:focus-within {
  border-color: #9bd875;
  box-shadow: 0 0 0 3px rgba(155, 216, 117, .18);
}


.avatar-select {
  margin-top: 0.9rem;
  position: relative;
  z-index: 2;
}

.avatar-title {
  font-size: 0.875rem;
  color: #5f8755;
  margin-bottom: 0.625rem;
  text-align: left;
}

.avatar-options {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.avatar-option {
  width: 5.25rem;
  padding: 0.5rem 0.375rem;
  border: 0.125rem solid transparent;
  border-radius: 1rem;
  background: #f7fbf2;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.avatar-option img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 0.375rem;
}

.avatar-option span {
  font-size: 0.8125rem;
  color: #5f8755;
}

.avatar-option.active {
  border-color: #8fbc5f;
  background: #eef8e4;
  box-shadow: 0 0.25rem 0.75rem rgba(143, 188, 95, 0.25);
}


.modal-leaf {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  z-index:3;
  width: 6rem;
  height: 12rem;
  background-image: url("../images/leaf.png");
  background-repeat: no-repeat;
  background-size:  cover;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}



.user-modal-actions {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 14px;
  margin-top: 1rem;
}

.user-modal-actions button {
  flex: 1;
  height: 44px;
  border-radius: 999px;
  border: none;
  font-size: 16px;
  font-weight: 700;
}

#cancelUserInfoBtn {
  background: #f8fcf3;
  color: #6fa84d;
  border: 1px solid #cbe8b8;
}

#saveUserInfoBtn {
  color: #fff;
  background: linear-gradient(135deg, #b8e986 0%, #72c850 100%);
  box-shadow: 0 8px 18px rgba(114, 200, 80, .35);
}


.comment-page {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;          /* 14px */
  padding: 1rem 0 0.25rem; /* 16px 0 4px */
}

.comment-page button {
  min-width: 4.75rem;     /* 76px */
  height: 2rem;           /* 32px */
  border: 0.0625rem solid #cbe8b8; /* 1px */
  border-radius: 62.4375rem; /* 999px */
  background: #f8fff2;
  color: #6fa84d;
  font-size: 0.8125rem;   /* 13px */
  font-weight: 600;
}

.comment-page button:disabled {
  opacity: .45;
  color: #9ca89a;
  background: #f4f7f1;
}

#commentPageInfo {
  font-size: 0.8125rem;   /* 13px */
  color: #5f8755;
}

.comment-total {
  margin-top: 0.875rem;   /* 14px */
  text-align: center;
  font-size: 0.8125rem;   /* 13px */
  color: #5f8755;
}






.summary-card {
  position: relative;
  margin: 1.2rem 0 1.2rem;
  padding: 1.35rem 1rem 1.25rem;
  border-radius: 1.4rem;
  overflow: hidden;

  background:
    radial-gradient(circle at 12% 12%, rgba(223, 241, 200, 0.9), transparent 32%),
    radial-gradient(circle at 92% 8%, rgba(232, 248, 213, 0.82), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 246, 0.94), rgba(242, 250, 232, 0.82));

  border: 1px solid rgba(143, 191, 98, 0.42);
  box-shadow: 0 0.8rem 1.8rem rgba(103, 145, 80, 0.14);
}

.summary-card::before {
  content: "♪";
  position: absolute;
  left: 1rem;
  bottom: 0.6rem;
  font-size: 4.5rem;
  color: rgba(143, 191, 98, 0.1);
  transform: rotate(-12deg);
}

.summary-card::after {
  content: "";
  position: absolute;
  right: -1.5rem;
  bottom: -1.5rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: rgba(223, 241, 200, 0.45);
}

.summary-lanxi {
  position: absolute;
  right: 1.2rem;
  top: 0.8rem;
  width: 4rem;
  z-index: 3;
  pointer-events: none;
}



.summary-title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.45;
  font-weight: 700;
  color: var(--text-dark);
  letter-spacing: 0.03em;
  padding: 0 3.2rem;
}

.summary-line {
  width: 3.2rem;
  height: 2px;
  margin: 0.75rem auto 0.9rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #9ccf6f, transparent);
}

.summary-text {
  position: relative;
  z-index: 2;
  padding: 1rem 0.9rem;
  border-radius: 0.9rem;
  font-family: "wenkai", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.92rem;
  line-height: 1.85;
  color: #6f966f;
  text-align: center;
  letter-spacing: 0.02em;

  background: linear-gradient(
    135deg,
    rgba(247, 252, 235, 0.9),
    rgba(229, 244, 214, 0.7)
  );

  box-shadow:
    0 0.3rem 0.8rem rgba(120, 160, 90, 0.06),
    inset 0 1px 0 rgba(255,255,255,.75);
}

.summary-footer {
  position: relative;
  z-index: 2;

  width: fit-content;
  min-width: 6.5rem;
  margin: 1rem auto 0;
  padding: 0.35rem 1rem;

  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  color: #3f7150;

  border-radius: 0.45rem;
  background: linear-gradient(
    135deg,
    rgba(223, 241, 200, 0.95),
    rgba(199, 229, 169, 0.82)
  );

  border: 1px solid rgba(143, 191, 98, 0.45);

  box-shadow:
    0 0.25rem 0.65rem rgba(120, 160, 90, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.summary-footer::before,
.summary-footer::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.8rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143, 191, 98, 0.55));
}

.summary-footer::before {
  right: 100%;
  margin-right: 0.5rem;
}

.summary-footer::after {
  left: 100%;
  margin-left: 0.5rem;
  transform: rotate(180deg);
}