@charset "utf-8";

hr.padding {
  display: none !important;
}

/* 전체 컨테이너 스타일 */
.all-section {
  display: flex;
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(3px);
  overflow: hidden;
}

.reply-thumb {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

/* 그룹 A */
.groupa-s {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 50px;
  flex-shrink: 0;
  padding: 20px 0;
}

.a-s-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.groupinfo-btn,
.upshare_btn {
  color: var(--white);
  font-size: 16px;
  cursor: pointer;
  transition: color 0.3s;
  text-shadow:
    0 0 5px var(--gray-800),
    0 0 15px var(--white);
}

.groupinfo-btn:hover,
.linkcopyload_btn:hover {
  color: var(--accent-color);
}

.groupbgm {
  position: relative;
}

/* 그룹 B (중앙 영역) */
.groupb-s {
  width: fit-content;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.groupname {
  padding: 40px 30px 30px 75px;
  line-height: 1;
  color: var(--content-font-color);
}

/* 기본 스타일 */
.group.title {
  font-size: 70px;
  font-weight: 600;
  color: var(--white);
  font-family: "Playfair Display", serif;
  text-shadow:
    0 0 5px var(--gray-500),
    0 0 10px var(--white),
    0 0 25px var(--gray-300);
}

/* 한자, 일본어용 스타일 */
.group.title.cjk-ja {
  font-family: "Zen Antique", serif;
}

/* 중국어용 스타일 */
.group.title.cjk-zh {
  font-family: "Noto Serif SC", serif;
}

.groupone {
  margin-top: 15px;
}

.group.one-liner {
  font-style: italic;
  color: var(--gray-300);
  font-family: "Chosunilbo_myungjo";
  font-size: 18px;
}

.groupflex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 1000px;
  margin: 0;
  padding-left: 75px;
  height: calc(100vh - 200px);
  flex: 1;
  overflow: hidden;
}

.groupcomment {
  min-width: 450px;
  width: 45%;
  margin-left: 20px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  padding: 0 10px 30px;
  height: calc(100vh - 200px);
  overflow: visible;
  position: relative;
}

.groupcomment .groupcomment-con {
  display: flex;
  flex-direction: column;
  padding: 50px 40px 40px 40px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: none;
  background: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

/* 탭 네비게이션 - 박스 상단 우측 */
.content-tabs {
  position: absolute;
  top: 15px;
  left: 40px;
  right: 40px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  z-index: 10;
  justify-content: flex-end;
}

.content-tab {
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  border: none;
  color: #746f6b;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

/* 탭 버튼 별 아이콘 */
.content-tab::before {
  content: "✦";
  font-size: 24px;
  color: #746f6b;
  transition: all 0.3s ease;
}

.content-tab:hover::before {
  color: #9a9590;
}

.content-tab.active::before {
  color: white;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.8),
    0 0 20px rgba(255, 255, 255, 0.5),
    0 0 30px rgba(255, 255, 255, 0.3);
}

/* 스크린 리더 전용 텍스트 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* 탭 컨텐츠 영역 */
.tab-content-area {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  margin-top: 0;
}

.tab-content {
  display: none;
  width: 100%;
  text-align: justify;
  line-height: 1.7;
  white-space: pre-line;
  font-family: "Chosunilbo_myungjo";
  animation: fadeIn 0.3s ease;
}

.tab-content.active {
  display: block;
}

.tab-text {
  font-size: 14px;
  line-height: 1.7;
  color: #f1f1f1;
  font-family: "Chosunilbo_myungjo";
  white-space: pre-line;
  padding-left: 10px;
}

.tab-text .ra0-content {
  font-size: var(--content-font-size);
  color: #f1f1f1;
}

/* 에디터 HTML 요소 스타일 */
.tab-text h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0.67em 0;
  line-height: 1.3;
}

.tab-text h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.83em 0;
  line-height: 1.3;
}

.tab-text h3 {
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
  line-height: 1.3;
}

.tab-text h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 1.33em 0;
  line-height: 1.3;
}

.tab-text h5 {
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0;
  line-height: 1.3;
}

.tab-text h6 {
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0;
  line-height: 1.3;
}

.tab-text p {
  margin: 0.5em 0;
}

.tab-text strong,
.tab-text b {
  font-weight: bold;
}

.tab-text em,
.tab-text i {
  font-style: italic;
}

.tab-text u {
  text-decoration: underline;
}

.tab-text s,
.tab-text strike,
.tab-text del {
  text-decoration: line-through;
}

.tab-text ul {
  list-style-type: disc;
  padding-left: 2em;
  margin: 0.5em 0;
}

.tab-text ol {
  list-style-type: decimal;
  padding-left: 2em;
  margin: 0.5em 0;
}

.tab-text li {
  margin: 0.25em 0;
}

.tab-text blockquote {
  border-left: 3px solid #666;
  padding-left: 1em;
  margin: 1em 0;
  color: #ccc;
  font-style: italic;
}

.tab-text a {
  color: #6ea8fe;
  text-decoration: underline;
}

.tab-text a:hover {
  color: #9ec5fe;
}

.tab-text img {
  max-width: 100%;
  height: auto;
}

.tab-text pre,
.tab-text code {
  font-family: monospace;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.2em 0.4em;
  border-radius: 3px;
}

.tab-text pre {
  padding: 1em;
  overflow-x: auto;
  white-space: pre;
}

.tab-text table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
}

.tab-text th,
.tab-text td {
  border: 1px solid #444;
  padding: 0.5em;
  text-align: left;
}

.tab-text th {
  background: rgba(255, 255, 255, 0.1);
}

.tab-text hr {
  border: none;
  border-top: 1px solid #444;
  margin: 1em 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.groupcomment.comment-expanded {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding: 20px;
  margin-left: 0px;
  border: 0;
  background: rgb(from var(--gray-900) r g b / 90%);
  max-height: 100%;
}

.comment-expanded .groupcomment-con {
  width: 600px;
  /* background: linear-gradient(179deg, rgb(from var(--gray-900) r g b / 90%) 60%, rgb(from var(--p-color) r g b / 40%) 100%);
    border: solid rgb(from var(--card-border-color) r g b / 40%);
    border-radius: 5px; */
  border: 0;
  height: 80%;
  box-sizing: border-box;
  position: relative;
  left: calc(50% - 300px);
  top: 10%;
  /* backdrop-filter: blur(3px);
    border-width: 1px 1px 0px 1px; */
  transition: all 0.3s ease;
}

.groupimg {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
}

.group-thumb {
  width: 100%;
  min-height: 160px;
  height: 200px;
  border: 1px solid rgb(from var(--card-border-color) r g b / 40%);
  background-size: cover;
  background-position: 50% 25%;
  border-radius: 5px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 5px 10px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.character-sd img {
  max-height: 90px;
  object-fit: scale-down;
}

/* 캐릭터 카드 점프 애니메이션 */
.character-sd {
  transition: transform 0.2s ease;
  position: relative;
  transform-origin: center bottom;
  padding: 10px 10px 0 10px;
  margin: -10px -10px 0 -10px;
  cursor: pointer;
}

.character-sd:hover {
  animation: kong-jump 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
  animation-iteration-count: 1;
}

/* SD 툴팁 */
.sd-tooltip {
  position: absolute;
  bottom: 80%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  padding: 10px 15px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  pointer-events: none;
  box-shadow:
    0 5px 15px rgba(0, 0, 0, 0.35),
    0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 1000;
  font-family: "Pretendard-Regular", sans-serif;
}

/* 툴팁 말풍선 꼬리 */
.sd-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.15));
}

/* hover 시 툴팁 표시 */
.character-sd:hover .sd-tooltip {
  opacity: 1;
  transform: translateX(-50%) scale(1) translateY(-8px);
}

@keyframes kong-jump {
  0% {
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-15px) scale(1.05);
  }
  50% {
    transform: translateY(-18px) scale(1.05);
  }
  80% {
    transform: translateY(-5px) scale(0.98);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

.groupgall {
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  max-height: 0;
  display: none;
}

.groupc-s {
  flex-shrink: 0;
  height: 100%;
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 1;
}

/* 캐릭터 이미지 영역 스타일 */
.main-body-image {
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
  height: 95%;
}

.character-item {
  position: relative;
  height: 100%;
}

.character-item:hover {
  transform: translateY(-5px);
}

.character-image {
  height: 100%;
  position: relative;
}

.character-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.character-item:hover .character-image img {
  transform: scale(1.05);
}

/* 이름 오버레이 (말풍선) */
.character-image .character-name-overlay {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: 80%;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10;
}

/* 내용 없으면 숨김 */
.character-image .character-name-overlay:empty {
  display: none;
}

.character-item:hover .character-image .character-name-overlay {
  opacity: 1;
}

/* 말풍선 박스 */
.character-image .character-name-overlay .name-box {
  position: relative;
  background: rgba(14, 14, 14, 0.6);
  padding: 14px 20px;
  border-radius: 25px;
  display: inline-block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}

/* 말풍선 꼬리 (상단 삼각형) */
.character-image .character-name-overlay .name-box::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(14, 14, 14, 0.6);
}

/* 내용 없으면 박스 숨김 */
.character-image .character-name-overlay .name-box:empty {
  display: none;
}

/* 에디터에서 입력한 내용 (정렬 포함) */
.character-image .character-name-overlay .name-content {
  font-size: 14px;
  color: white;
  font-family: "Pretendard-Regular", sans-serif;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: keep-all;
}

/* 에디터 정렬 스타일 상속 */
.character-image .character-name-overlay .name-content p,
.character-image .character-name-overlay .name-content div {
  margin: 0;
}

/* 에디터에서 설정한 정렬 유지 */
.character-image
  .character-name-overlay
  .name-content
  [style*="text-align: center"],
.character-image
  .character-name-overlay
  .name-content
  [style*="text-align:center"] {
  text-align: center !important;
}

.character-image
  .character-name-overlay
  .name-content
  [style*="text-align: left"],
.character-image
  .character-name-overlay
  .name-content
  [style*="text-align:left"] {
  text-align: left !important;
}

.character-image
  .character-name-overlay
  .name-content
  [style*="text-align: right"],
.character-image
  .character-name-overlay
  .name-content
  [style*="text-align:right"] {
  text-align: right !important;
}

.no-character {
  display: none;
}

/* 그룹 E (우측 상단) */
.groupe-s {
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 5px;
  width: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  flex-direction: column;
  align-items: center;
}

.groupanother {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid var(--card-border-color);
}

.another {
  display: block;
  width: 100%;
  height: 100%;
}

.reply-head-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 캐릭터 수정 패널 스타일 */
.character-edit-panel {
  position: fixed;
  right: -250px; /* 초기에는 패널이 숨겨져 있음 */
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
  background: var(--white);
  box-shadow: -2px 0 10px rgb(from var(--black) r g b / 10%);
  border-radius: 10px 0 0 10px;
  z-index: 1000;
  transition: right 0.3s ease;
}

.character-edit-panel.active {
  right: 0; /* 활성화되면 화면에 표시 */
}

.panel-toggle {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  background: var(--p-color);
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--content-font-color);
  cursor: pointer;
  box-shadow: -2px 0 5px rgb(from var(--black) r g b / 20%);
}

.panel-toggle i {
  transition: transform 0.3s ease;
}

.character-edit-panel.active .panel-toggle i {
  transform: rotate(180deg);
}

.panel-content {
  height: 100%;
}

.panel-header {
  background: var(--card-bg-color);
  color: var(--content-font-color);
  padding: 10px 15px;
  font-family: "NanumSquare";
}

.panel-header h3 {
  margin: 0;
  font-size: 16px;
}

.panel-body {
  max-height: 500px;
  overflow-y: auto;
  background: var(--card-bg-color);
}

.character-edit-item {
  display: flex;
  align-items: center;
  padding: 5px;
  transition: background-color 0.2s;
}

.character-edit-item:hover {
  background-color: var(--content-font-color);
  color: var(--card-bg-color);
}

.character-info {
  flex: 1;
  display: inline-flex;
  gap: 5px;
}

.character-actions {
  display: flex;
  gap: 5px;
  font-family: "NanumSquare";
  align-items: flex-end;
  font-size: 0.9em;
}

.edit-btn {
  font-size: 10px;
  text-decoration: none;
}

/* 배경 이미지 및 효과 */
.bg-container {
  background: linear-gradient(
    180deg,
    rgb(20 20 20) 25%,
    rgb(from var(--p-color) r g b / 100%) 100%
  );
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-effect {
  width: 100vw;
  height: 50vh;
  bottom: 0px;
  position: fixed;
  z-index: -1;
}

/* 오디오 플레이어 스타일 */
div#gruop_bgm_con {
  opacity: 0;
}

#gruop_bgm_frame {
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  bottom: 0 !important;
}

.groupbgm {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

#bgm-player {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

#play-pause-btn {
  cursor: pointer;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

#play-pause-btn:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.05);
}

#volume-bar {
  -webkit-appearance: none;
  appearance: none;
  width: 100px;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  cursor: pointer;
  transform: rotate(-90deg);
  transform-origin: center;
  margin: 35px 0;
}

#volume-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#volume-bar::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* 모달 스타일 */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(from var(--black) r g b / 40%);
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid var(--gray-400);
  width: 80%;
  max-width: 800px;
  max-height: 80vh;
  overflow-y: auto;
}

.close {
  color: var(--gray-400);
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

.write_div {
  margin-bottom: 15px;
}

.write_div label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.frm_input {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid var(--gray-200);
}

textarea.frm_input {
  height: 150px;
  resize: vertical;
}

textarea#wr_content {
  height: 300px;
}
textarea#wr_content::placeholder {
  color: var(--gray-300);
}

.file_upload_section {
  margin-top: 10px;
}

.file_upload_item {
  margin-bottom: 10px;
}

.btn_confirm {
  text-align: center;
  margin-top: 20px;
}

.btn {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid var(--gray-300);
  background: #f0f0f0;
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
  margin: 0 3px;
}

.btn_submit {
  background: var(--btn-accent-bg);
  color: var(--btn-accent-text);
  display: flex;
  align-items: center;
  justify-content: center;
}

#color_picker {
  vertical-align: middle;
  margin-left: 10px;
}

.cha-etc {
  background: linear-gradient(45deg, #171717 65%, transparent);
  padding: 35px 40px 30px;
  border-radius: 10px;
  color: var(--gray-100);
  font-family: nanumsquare;
  line-height: 1.7;
  font-size: 13px;
  text-align: justify;
  letter-spacing: -0.5px;
}

.deco-etc {
  left: 10px;
  font-size: 25px;
  font-style: italic;
  font-family: "ROEHOE-CHAN";
  color: var(--gray-500);
  pointer-events: none;
  position: absolute;
  opacity: 0.4;
}

::-webkit-scrollbar {
  display: none;
}

/* 갤러리 스타일 */
.gallery-container {
  display: grid;
  grid-template-columns: repeat(var(--gall-cols), 1fr);
  grid-gap: 5px;
  margin-bottom: 20px;
}

.gallery-item {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgb(from var(--black) r g b / 10%);
  transition: transform 0.2s;
  border: 1px solid rgb(from var(--card-border-color) r g b / 40%);
  box-sizing: border-box;
}

.gallery-item:hover {
  transform: scale(1.03);
}

.gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-loader {
  text-align: center;
  padding: 20px 0;
}

/* 모달 스타일 */
.gallery-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(from var(--black) r g b / 70%);
  backdrop-filter: blur(4px);
}

.gallery-modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}

.gallery-modal-close {
  position: absolute;
  top: 20px;
  right: 50%;
  color: var(--content-font-color);
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  transform: translateX(50%);
}

.gallery-modal-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.gallery-modal-image-container {
  height: 80%;
  max-width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-modal-image-container img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.gallery-modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  padding: 15px;
  user-select: none;
}

.gallery-modal-prev {
  left: 20px;
}

.gallery-modal-next {
  right: 20px;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
  .character-item {
    margin: 0;
  }

  .gallery-modal-close {
    top: 50px;
  }

  .all-section {
    flex-direction: column;
    position: relative;
    height: auto;
    overflow-y: auto;
    backdrop-filter: none;
  }

  .groupa-s {
    display: flex;
    width: 95%;
    height: 50px;
    z-index: 10001;
    position: fixed;
    gap: 0px;
    left: 2.5%;
    top: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .a-s-option {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .groupbgm {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
  }

  #volume-bar {
    transform: none;
    transform-origin: center;
    position: relative;
    top: 0;
    width: 60px;
  }
  #play-pause-btn {
    left: 0;
  }

  .groupb-s {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 100;
  }

  .groupname {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    padding: 55px 15px 10px;
    mix-blend-mode: luminosity;
    transform: none;
  }

  .group.title {
    font-size: 50px;
  }

  .groupflex {
    height: auto;
    overflow: visible;
    padding-left: 0;
    margin: 0 auto;
  }

  .groupcomment,
  .groupimg {
  }
  .groupcomment {
    display: none;
  }

  .groupimg {
    width: 100%;
    display: block;
    height: auto;
  }

  .group-timeline {
    flex: none;
    width: 100%;
    max-height: none;
    overflow-y: visible;
  }

  .group-thumb {
    position: relative;
    height: 150px;
    top: auto;
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

  .character-sd img {
    max-height: 60px;
  }

  .groupgall {
    position: absolute;
    width: 20%;
    height: 80%;
    top: 120px;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: scroll;
    padding: 10px;
    max-height: 85%;
    filter: saturate(0.7) opacity(0.7);
  }

  .gallery-container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2px;
  }

  .groupc-s {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    right: auto;
  }

  .main-body-image {
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    position: relative;
    height: auto;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
  }

  .character-item {
    height: auto;
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .character-image {
    height: auto;
  }

  .character-image img {
    height: auto;
  }

  .character-image .character-name-overlay {
    left: 50%;
    bottom: 5%;
    max-width: 90vw;
    width: max-content;
  }

  .groupe-s {
  }

  .mobile-comment-toggle {
    display: block;
    margin: 15px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: -5px;
    z-index: 10000;
  }

  .mobile-comment-toggle button {
    padding: 8px 15px;
    background: var(--card-bg-color);
    color: var(--content-font-color);
    border-radius: 4px;
    font-size: 14px;
    border: 0;
    filter: drop-shadow(2px 2px 0px rgb(from var(--black) r g b / 50%));
  }

  .mobile-comment-toggle button.active {
    color: var(--card-bg-color);
    background: var(--content-font-color);
  }

  .groupcomment.comment-expanded {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    height: 100%;
    max-height: 100%;
  }

  .comment-expanded .groupcomment-con {
    left: 0;
    top: 5%;
    width: 100%;
    height: 90%;
  }
}

/* 데스크톱에서는 모바일 토글 버튼 숨기기 */
@media (min-width: 769px) {
  .mobile-comment-toggle {
    display: none;
  }
}

/* ========================================================
   타임라인 (Row-based 레이아웃)
   ======================================================== */

/* 타임라인 컨테이너 - 독립 스크롤 영역 */
.group-timeline {
  position: relative;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 10px 40px;
  min-height: 0;
  scrollbar-width: none;
}

.group-timeline::-webkit-scrollbar {
  display: none;
}

/* 관리 버튼 */
.group-timeline .timeline-admin-controls {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 20;
}

.group-timeline .btn-edit-mode,
.group-timeline .btn-edit-order,
.group-timeline .btn-save-event {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 8px;
  font-size: 0.85em;
  font-weight: 500;
  border-radius: var(--card-border-radius);
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.group-timeline .btn-edit-mode,
.group-timeline .btn-edit-order {
  background: var(--btn-secondary-bg);
  color: var(--btn-secondary-text);
  border: 1px solid var(--border-light);
}

.group-timeline .btn-edit-mode:hover,
.group-timeline .btn-edit-order:hover {
  background: var(--card-bg-color);
}

.group-timeline .btn-edit-mode.active {
  background: var(--accent-color);
  color: var(--black);
  border-color: var(--accent-color);
}

.group-timeline .btn-edit-order.active {
  background: var(--warning-color);
  color: var(--black);
  border-color: var(--warning-color);
}

.group-timeline .btn-save-event {
  background: var(--success-color, #28a745);
  color: var(--white);
  border: none;
}

.group-timeline .btn-save-event:hover {
  filter: brightness(1.1);
}

.group-timeline .btn-save-event.saved {
  animation: savedPulse 0.5s ease;
}

/* 타임라인 구조 */
.group-timeline .timeline-wrapper {
  position: relative;
}

.group-timeline .timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: repeating-linear-gradient(
    0deg,
    var(--primary-color),
    var(--primary-color) 20px,
    var(--black) 20px,
    var(--black) 40px
  );
  transform: translateX(-50%);
  z-index: 0;
  box-shadow: 0 0 15px rgb(from var(--primary-color) r g b / 30%);
}

.group-timeline .timeline-events {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

/* ===== 행 (Row) 기반 레이아웃 ===== */
.group-timeline .timeline-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  width: 100%;
  transition:
    opacity 0.3s,
    transform 0.3s;
}

/* 마커 - absolute 가운데 배치 (히스토리와 동일) */
.group-timeline .event-marker {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 45px;
  background: var(--accent-color);
  z-index: 10;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 3px;
  font-family: "Courier Prime", monospace;
  font-weight: bold;
  color: var(--black);
  font-size: 1.5rem;
  box-shadow: 0 5px 10px rgb(from var(--black) r g b / 50%);
}

/* 이벤트 카드 */
.group-timeline .event-card {
  width: 46%;
  background: rgb(from var(--card-bg-color) r g b / 90%);
  border: 1px solid var(--card-border-color);
  border-radius: var(--card-border-radius);
  backdrop-filter: blur(5px);
  position: relative;
  height: fit-content;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}

.group-timeline .event-card.left {
  border-left: 5px solid var(--accent-color);
}

.group-timeline .event-card.right {
  border-right: 5px solid var(--accent-color);
}

.group-timeline .event-card:hover {
  box-shadow: 0 8px 32px rgb(from var(--black) r g b / 30%);
}

/* 빈 자리 */
.group-timeline .event-empty {
  width: 46%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.group-timeline .event-empty .btn-add-pair {
  display: none;
}

.group-timeline.edit-mode .event-empty .btn-add-pair {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px dashed var(--text-muted);
  background: transparent;
  color: var(--text-muted);
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s;
}

.group-timeline.edit-mode .event-empty .btn-add-pair:hover {
  border-color: var(--accent-color);
  color: var(--accent-color);
  background: rgba(var(--accent-color-rgb, 100, 100, 255), 0.05);
}

/* 이미지만 있는 카드 */
.group-timeline .event-card.image-only .event-card-body {
  display: none;
}

.group-timeline .event-card.image-only {
  border: none;
  overflow: hidden;
}

/* 카드 내 이미지 (상단) */
.group-timeline .event-image {
  width: 100%;
  overflow: hidden;
}

.group-timeline .event-image img {
  width: 100%;
  aspect-ratio: 4 / 2.2;
  object-fit: cover;
  display: block;
}

/* 이미지 추가 플레이스홀더 */
.group-timeline .no-image-placeholder {
  display: none;
  width: 100%;
  aspect-ratio: 4 / 2.2;
  align-items: center;
  justify-content: center;
  background: rgb(from var(--primary-color) r g b / 5%);
  border-bottom: 1px dashed var(--border-light);
}

.group-timeline.edit-mode .no-image-placeholder {
  display: flex;
}

.group-timeline .btn-add-image {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: transparent;
  border: 1px dashed var(--border-light);
  border-radius: 4px;
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.2s;
  font-size: 0.85rem;
}

.group-timeline .btn-add-image:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

/* 카드 본문 */
.group-timeline .event-card-body {
  padding: 18px 20px;
}

/* 드래그 핸들 */
.group-timeline .drag-handle {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: grab;
  opacity: 0;
  transition: opacity 0.2s;
  color: var(--text-muted);
  padding: 5px;
  display: none;
  z-index: 5;
}

.group-timeline.editing-order .drag-handle {
  display: block;
  opacity: 1;
}

.group-timeline .drag-handle:active {
  cursor: grabbing;
}

/* 날짜 */
.group-timeline .event-date {
  display: block;
  font-family: "Courier Prime", monospace;
  color: var(--accent-color);
  font-size: 16px;
  letter-spacing: 1px;
  min-height: 1.2em;
}

/* 제목 */
.group-timeline .event-title {
  font-family: var(--title-font-family);
  font-size: var(--title-font-size);
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: 1.3;
  word-break: keep-all;
  color: var(--content-font-color);
  min-height: 1.3em;
}

/* 부제목 */
.group-timeline .event-subtitle {
  font-size: var(--sub-title-font-size);
  font-weight: 500;
  color: var(--text-muted);
  margin: 0 0 8px 0;
  line-height: 1.4;
  min-height: 1.2em;
}

/* 내용 */
.group-timeline .event-content {
  font-family: var(--content-font-family);
  font-size: var(--content-font-size);
  color: var(--content-font-color);
  line-height: 1.7;
  word-break: keep-all;
  text-align: justify;
  min-height: 3em;
  white-space: pre-wrap;
}

.group-timeline .event-content p {
  margin: 0 0 1em 0;
}

.group-timeline .event-content p:last-child {
  margin-bottom: 0;
}

/* 관리 액션 버튼 */
.group-timeline .event-admin-actions {
  display: none;
  gap: 8px;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid var(--border-light);
  opacity: 0;
  transition: opacity 0.2s;
}

.group-timeline.edit-mode .event-admin-actions {
  display: flex;
}

.group-timeline.edit-mode .event-card:hover .event-admin-actions {
  opacity: 1;
}

.group-timeline .event-admin-actions button,
.group-timeline .event-admin-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--border-light);
  border-radius: 4px;
  background: var(--card-bg-color);
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}

.group-timeline .event-admin-actions button:hover,
.group-timeline .event-admin-actions a:hover {
  background: var(--accent-color);
  color: var(--black);
  border-color: var(--accent-color);
}

.group-timeline .btn-delete:hover {
  background: var(--error-color) !important;
  border-color: var(--error-color) !important;
  color: var(--white) !important;
}

/* 편집 가능한 필드 */
.group-timeline .editable {
  border-radius: 4px;
  transition:
    background 0.2s,
    box-shadow 0.2s;
  outline: none;
}

.group-timeline.edit-mode .editable {
  cursor: text;
}

.group-timeline.edit-mode .editable:hover {
  background: rgb(from var(--primary-color) r g b / 10%);
}

.group-timeline.edit-mode .editable:focus,
.group-timeline.edit-mode .editable.editing {
  background: rgb(from var(--primary-color) r g b / 15%);
  box-shadow: 0 0 0 2px var(--accent-color);
}

.group-timeline.edit-mode .editable.saving {
  opacity: 0.6;
}

.group-timeline.edit-mode .editable.saved {
  animation: savedPulse 0.5s ease;
}

/* 비편집모드: 빈 필드 완전히 숨기기 */
.group-timeline .editable.is-empty {
  display: none;
}

/* 편집모드: 빈 필드 보이게 + placeholder */
.group-timeline.edit-mode .editable.is-empty {
  display: block;
  min-height: 1.2em;
}

.group-timeline.edit-mode .editable.is-empty::before {
  content: attr(data-placeholder);
  color: var(--text-muted);
  pointer-events: none;
  opacity: 0.5;
}

@keyframes savedPulse {
  0% {
    box-shadow: 0 0 0 2px var(--success-color);
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

/* 정렬 모드 */
.group-timeline.editing-order .timeline-row {
  cursor: move;
}

.group-timeline.editing-order .event-card {
  box-shadow: 0 0 0 2px var(--warning-color);
}

.group-timeline.editing-order .drag-handle {
  opacity: 1;
  color: var(--warning-color);
}

.group-timeline .ui-sortable-helper {
  transform: rotate(1deg);
  box-shadow: 0 10px 40px rgb(from var(--black) r g b / 40%);
}

.group-timeline .ui-sortable-placeholder {
  visibility: visible !important;
  background: rgb(from var(--primary-color) r g b / 10%);
  border: 2px dashed var(--accent-color);
  border-radius: var(--card-border-radius);
  min-height: 100px;
}

/* 하단 추가 버튼 (센터 라인 아래) */
.group-timeline .timeline-add-btn-wrap {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.group-timeline .btn-add-event {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px dashed var(--accent-color);
  background: transparent;
  color: var(--accent-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  font-size: 1rem;
}

.group-timeline .btn-add-event:hover {
  background: var(--accent-color);
  color: var(--black);
  border-style: solid;
}

/* 사건 추가 에디터 모달 */
.tl-add-editor-content {
  max-width: 600px;
}

.tl-add-editor-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-height: 60vh;
  overflow-y: auto;
}

.tl-editor-section {
  padding: 20px;
}

.tl-editor-section + .tl-editor-section {
  border-top: 1px solid var(--border-light);
}

.tl-editor-section-header {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--accent-color);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tl-editor-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tl-field-input,
.tl-field-textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--border-light);
  border-radius: 4px;
  background: var(--container-bg-color);
  color: var(--content-font-color);
  font-size: 0.9rem;
  box-sizing: border-box;
  font-family: inherit;
  transition: border-color 0.2s;
}

.tl-field-input:focus,
.tl-field-textarea:focus {
  outline: none;
  border-color: var(--accent-color);
}

.tl-field-textarea {
  resize: vertical;
  min-height: 80px;
}

.tl-btn-add-submit {
  padding: 10px 20px;
  background: var(--btn-primary-bg);
  color: var(--btn-primary-text);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: filter 0.2s;
}

.tl-btn-add-submit:hover {
  filter: brightness(1.1);
}

.tl-btn-add-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* 에디터 모달 내 이미지 업로드 */
.tl-field-image-upload {
  position: relative;
}

.tl-field-image-drop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  border: 2px dashed var(--border-light);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  color: var(--text-muted);
  font-size: 0.85rem;
}

.tl-field-image-drop:hover,
.tl-field-image-drop.dragover {
  border-color: var(--accent-color);
  color: var(--accent-color);
  background: rgb(from var(--accent-color) r g b / 5%);
}

.tl-field-image-drop i {
  font-size: 1.1rem;
}

.tl-field-image-preview {
  position: relative;
}

.tl-field-image-preview img {
  width: 100%;
  max-height: 150px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.tl-field-image-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background: rgb(from var(--black) r g b / 60%);
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  transition: background 0.2s;
}

.tl-field-image-remove:hover {
  background: var(--error-color);
}

/* 빈 타임라인 */
.group-timeline .timeline-empty {
  text-align: center;
  padding: 80px 20px;
}

.group-timeline .timeline-empty p {
  color: #676767;
  font-size: 1rem;
}

.group-timeline .btn-first-event {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  background: transparent;
  border: 2px dashed var(--accent-color);
  border-radius: var(--card-border-radius);
  color: var(--accent-color);
  cursor: pointer;
  transition: all 0.2s;
  font-size: 0.95rem;
}

.group-timeline .btn-first-event:hover {
  background: rgb(from var(--accent-color) r g b / 15%);
}

/* ========== 타임라인 이미지 모달 ========== */
.tl-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(from var(--black) r g b / 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  backdrop-filter: blur(5px);
}

.tl-modal-content {
  background: var(--card-bg-color);
  border-radius: var(--card-border-radius);
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgb(from var(--black) r g b / 50%);
}

.tl-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--border-light);
}

.tl-modal-header h3 {
  margin: 0;
  font-size: 1.2rem;
  color: var(--content-font-color);
}

.tl-modal-close {
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  font-size: 24px;
  color: var(--text-muted);
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s;
}

.tl-modal-close:hover {
  background: var(--container-bg-color);
}

.tl-modal-body {
  padding: 20px;
}

.tl-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 15px 20px;
  border-top: 1px solid var(--border-light);
}

/* 탭 */
.tl-upload-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.tl-tab-btn {
  flex: 1;
  padding: 10px;
  border: 1px solid var(--border-light);
  background: transparent;
  color: var(--text-muted);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}

.tl-tab-btn.active {
  background: var(--accent-color);
  color: var(--black);
  border-color: var(--accent-color);
}

/* 업로드 영역 */
.tl-upload-area {
  border: 2px dashed var(--border-light);
  border-radius: var(--card-border-radius);
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  color: var(--text-muted);
}

.tl-upload-area:hover,
.tl-upload-area.dragover {
  border-color: var(--accent-color);
  background: rgb(from var(--primary-color) r g b / 10%);
}

.tl-upload-area i {
  margin-bottom: 10px;
  color: var(--accent-color);
  font-size: 2rem;
  pointer-events: none;
}

.tl-upload-area p {
  margin: 0;
  font-size: 0.9rem;
  pointer-events: none;
}

/* URL 입력 */
#tl-image-url-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--border-light);
  border-radius: 4px;
  background: var(--container-bg-color);
  color: var(--content-font-color);
  font-size: 0.95rem;
  box-sizing: border-box;
}

#tl-image-url-input:focus {
  outline: none;
  border-color: var(--accent-color);
}

/* 이미지 미리보기 */
.tl-image-preview {
  margin-top: 20px;
  text-align: center;
}

.tl-image-preview img {
  max-width: 100%;
  max-height: 200px;
  border-radius: var(--card-border-radius);
  margin-bottom: 10px;
}

.tl-btn-remove-preview {
  padding: 8px 16px;
  background: var(--error-color);
  color: var(--white);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.85rem;
}

/* 모달 버튼 */
.tl-btn-cancel {
  padding: 10px 20px;
  background: var(--btn-secondary-bg);
  color: var(--btn-secondary-text);
  border: 1px solid var(--border-light);
  border-radius: 4px;
  cursor: pointer;
}

.tl-btn-save-image {
  padding: 10px 20px;
  background: var(--btn-primary-bg);
  color: var(--btn-primary-text);
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.tl-btn-save-image:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ========== 타임라인 반응형 ========== */
@media screen and (max-width: 900px) {
  .group-timeline .timeline-line {
    left: 20px;
    width: 3px;
  }

  .group-timeline .timeline-row {
    flex-direction: column;
    padding-left: 50px;
    gap: 15px;
  }

  .group-timeline .event-marker {
    position: absolute;
    left: 20px;
    top: 0;
    width: 40px;
    min-width: 40px;
    height: 36px;
    font-size: 1rem;
    transform: translateX(-50%);
  }

  .group-timeline .event-card {
    width: 100%;
  }

  .group-timeline .event-card.left,
  .group-timeline .event-card.right {
    border-left: none;
    border-right: none;
    border-top: 4px solid var(--accent-color);
  }

  .group-timeline .event-empty {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .group-timeline .event-card-body {
    padding: 15px;
  }

  .group-timeline .event-title {
    font-size: 1.2rem;
  }

  .group-timeline .event-admin-actions {
    opacity: 1;
  }
}
