@charset "UTF-8";
main {
  position: relative;
  padding: 0;
  margin: 0;
}

main .article-h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
}

@media (min-width: 992px) {
  main .article-h1 {
    font-size: 32px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  main .article-h1 {
    font-size: 38px;
    line-height: 120%;
  }
}

@media (min-width: 1600px) {
  main .article-h1 {
    font-size: 46px;
  }
}

main .bottom-ad {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 76px;
  padding: 8px 10px 8px 12px;
  background: linear-gradient(
    92deg,
    #f43ed9 -4.92%,
    #ec78ff 31.36%,
    #9f24ff 73.75%,
    #6b57ff 121.63%
  );
}

@media (min-width: 768px) {
  main .bottom-ad {
    padding: 16px 10px 8px 12px;
  }
}

main .bottom-ad .close-icon {
  cursor: pointer;
  position: absolute;
  content: "";
  top: 2px;
  right: 2px;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.29094 5.29094C5.68146 4.90042 6.31463 4.90042 6.70515 5.29094L11.998 10.5838L17.2909 5.29094C17.6815 4.90042 18.3146 4.90042 18.7052 5.29094C19.0957 5.68146 19.0957 6.31463 18.7052 6.70515L13.4123 11.998L18.7052 17.2909C19.0957 17.6815 19.0957 18.3146 18.7052 18.7052C18.3146 19.0957 17.6815 19.0957 17.2909 18.7052L11.998 13.4123L6.70515 18.7052C6.31463 19.0957 5.68146 19.0957 5.29094 18.7052C4.90042 18.3146 4.90042 17.6815 5.29094 17.2909L10.5838 11.998L5.29094 6.70515C4.90042 6.31463 4.90042 5.68146 5.29094 5.29094Z" fill="%23fff"/></svg>')
    no-repeat;
  background-size: 100% 100%;
}

main .bottom-ad .sub-title {
  margin-top: -20px;
}

@media (min-width: 768px) {
  main .bottom-ad .sub-title {
    margin-top: -32px;
  }
}

main .bottom-ad .sub-title span {
  line-height: 140%;
}

main .bottom-ad .logo {
  margin-right: 6px;
}

main .bottom-ad .small {
  line-height: 120%;
}

main .bottom-ad .btn-box {
  margin-left: 21px;
}

main .bottom-ad .btn-box .btn {
  min-width: 110px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  line-height: 140%;
}

.first-screen {
  position: relative;
  padding: 88px 24px 16px;
  background: url("https://images.edimakor.ai/article-2026/first-screen-bg-mb.png")
    no-repeat top/100% auto;
}

@media (min-width: 992px) {
  .first-screen {
    padding: 120px 0 64px;
  }
}

@media (min-width: 1280px) {
  .first-screen {
    background: url("https://images.edimakor.ai/article-2026/first-screen-bg.png")
      no-repeat top/100% auto;
  }
}

@media (min-width: 1600px) {
  .first-screen {
    padding: 128px 0 64px;
  }
}

@media (min-width: 1280px) {
  .first-screen .container {
    max-width: 808px;
  }
}

@media (min-width: 1600px) {
  .first-screen .container {
    max-width: 992px;
  }
}

.first-screen .main-cont .bread-crumbs a {
  position: relative;
  color: #0a012f;
  margin-right: 22px;
}

.first-screen .main-cont .bread-crumbs a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background-size: 100% 100%;
  background-image: url("https://images.edimakor.ai/article-2026/right-arrow.svg");
}

.first-screen .main-cont .article-info .author-avatar {
  max-width: 32px;
}

@media (min-width: 1600px) {
  .first-screen .main-cont .article-info .author-avatar {
    max-width: 40px;
  }
}

.first-screen .main-cont .article-info .author-name {
  margin-bottom: 6px;
}

@media (min-width: 1600px) {
  .first-screen .main-cont .article-info .author-name {
    margin-bottom: 8px;
  }
}

.first-screen .main-cont .article-info .vertical-line {
  width: 1px;
  height: 20px;
  background: #bebebe;
}

.first-screen .main-cont .article-info .update-time {
  color: #8c8c8c;
}

.first-screen .main-cont .article-info .read-cont {
  gap: 6px;
}

.first-screen .main-cont .article-info .reading-time {
  color: #8c8c8c;
}

.first-screen .main-cont .separator-line {
  height: 4px;
  border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 1280px) {
  .first-screen .main-cont .separator-line {
    height: 8px;
  }
}

.main-content {
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .main-content .page-contents {
    position: fixed;
    top: 10%;
    left: 0;
    background: #fff;
    z-index: 1000;
    overflow-y: auto;
  }
}
.main-content .page-contents {
  width: 240px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .main-content .page-contents {
    max-width: 100%;
    width: 100%;
    position: sticky;
    top: 110px;
    max-width: 240px;
  }
}

@media (min-width: 1600px) {
  .main-content .page-contents {
    max-width: 312px;
    margin-right: 56px;
  }
}

.main-content .page-contents .top-title {
  padding: 12px;
  border-radius: 16px 16px 0px 0px;
  line-height: 140%;
}

@media (min-width: 1600px) {
  .main-content .page-contents .top-title {
    padding: 16px;
    line-height: 150%;
  }
}

.main-content .page-contents .arc-directory .toc-list {
  padding: 0 8px 0 24px;
}

@media (min-width: 1600px) {
  .main-content .page-contents .arc-directory .toc-list {
    padding: 16px 16px 16px 32px;
  }
}

.main-content .page-contents .arc-directory .toc-list li {
  position: relative;
  line-height: 160%;
}

.main-content .page-contents .arc-directory .toc-list li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .main-content .page-contents .arc-directory .toc-list li:not(:last-child) {
    margin-bottom: 16px;
  }
}

.main-content .page-contents .arc-directory .toc-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: url(https://images.edimakor.ai/article-2026/light-purple-dots.svg)
    no-repeat center/cover;
  position: absolute;
  left: -17px;
  top: 10px;
  z-index: 2;
}

@media (min-width: 992px) {
  .main-content .page-contents .arc-directory .toc-list li::before {
    top: 9px;
  }
}

@media (min-width: 1600px) {
  .main-content .page-contents .arc-directory .toc-list li::before {
    width: 9px;
    height: 9px;
    left: -20px;
  }
}

.main-content .page-contents .arc-directory .toc-list li:hover::before,
.main-content .page-contents .arc-directory .toc-list li.active::before {
  background: url(https://images.edimakor.ai/article-2026/purple-dots.svg)
    no-repeat center/cover;
}

.main-content
  .page-contents
  .arc-directory
  .toc-list
  li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 126%;
  position: absolute;
  left: -14px;
  top: 14px;
  border: 1px dashed #b3a9ff;
  z-index: 1;
}

@media (min-width: 992px) {
  .main-content
    .page-contents
    .arc-directory
    .toc-list
    li:not(:last-child)::after {
    top: 19px;
  }
}

@media (min-width: 1600px) {
  .main-content
    .page-contents
    .arc-directory
    .toc-list
    li:not(:last-child)::after {
    left: -16px;
    height: 144%;
  }
}

.main-content .page-contents .arc-directory .toc-list li a {
  text-decoration: none;
  color: #0a012f;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
}

.main-content .page-contents .arc-directory .toc-list li a:hover,
.main-content .page-contents .arc-directory .toc-list li.active a {
  color: #6b57ff;
}

@media (min-width: 1280px) {
  .main-content .page-contents .arc-directory .toc-list li a {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .main-content .page-contents .arc-directory .toc-list li a {
    font-size: 16px;
  }
}

.main-content .page-contents .arc-directory .toc-list li a .hot-articles-icon {
  display: inline-block;
  width: 34px;
  height: 19px;
  margin: 0 4px;
  background: url(https://images.edimakor.ai/article-2026/hot-articles-icon.svg)
    no-repeat center/cover;
}
/* 移动端侧边目录 */
.main-content .article-guide-btn {
  position: fixed;
  top: 200px;
  left: -5px;
  width: fit-content;
  margin-left: 0;
  z-index: 100;
  cursor: pointer;
}
.main-content .hidden-box {
  display: none !important;
}
.main-content .toc-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
@media (max-width: 991.98px) {
  .main-content .toc-close-btn {
    background: none;
    border: none;
    color: #6b57ff;
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .main-content .article-guide-btn,
  .main-content .toc-mask {
    display: none !important;
  }
  .main-content .page-contents {
    display: block !important;
  }
}
.main-content .right-sidebar {
  position: sticky;
  top: 110px;
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
}

@media (min-width: 1280px) {
  .main-content .right-sidebar {
    top: 100px;
    width: 240px;
  }
}

@media (min-width: 1600px) {
  .main-content .right-sidebar {
    width: 312px;
    margin-right: 56px;
  }
}

.main-content .right-sidebar .top-title {
  border-bottom: 1px solid #e0e0e0;
}

.main-content .right-sidebar .trending-list li:not(:last-child) {
  margin-bottom: 12px;
}

.main-content .right-sidebar .trending-list .p3 {
  color: #0a012f;
}

@media (min-width: 1280px) {
  article {
    max-width: 808px;
  }
}

@media (min-width: 1600px) {
  article {
    max-width: 992px;
  }
}

article .btn.btn-md {
  height: 48px;
  padding: 0 16px;
  font-size: 14px;
}

@media (min-width: 1600px) {
  article .btn.btn-md {
    height: 56px;
    padding: 0 32px;
    font-size: 16px;
  }
}

article .btn.btn-md svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 992px) {
  article .btn.btn-md svg {
    width: 28px;
    height: 28px;
  }
}

article section {
  margin-bottom: 32px;
}

@media (min-width: 1600px) {
  article section {
    margin-bottom: 30px;
  }
}

article {
  color: #3c3c3c;
}

article h2 {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 140%;
  padding: 8px 12px;
  margin-bottom: 32px;
  border-left: 2px solid #6b57ff;
  background: linear-gradient(90deg, #f4efff 0%, rgba(244, 239, 255, 0) 100%);
}

@media (min-width: 992px) {
  article h2 {
    font-size: 24px;
    line-height: 135%;
  }
}

@media (min-width: 1600px) {
  article h2 {
    font-size: 30px;
    line-height: 120%;
    padding: 12px 16px;
    margin-bottom: 40px;
  }
}

article h2.no-style {
  border: 0;
  padding: 0;
  background: unset;
  margin-bottom: 24px;
}

@media (min-width: 1600px) {
  article h2.no-style {
    margin-bottom: 32px;
  }
}

article h2 .tit-hot-icon {
  display: inline-block;
  width: 24px;
  height: 26px;
  margin: 0 8px;
  background: url(https://images.edimakor.ai/article-2026/tit-hot.svg) no-repeat
    center/cover;
}

@media (min-width: 1600px) {
  article h2 .tit-hot-icon {
    width: 34px;
    height: 36px;
  }
}

article h3 {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  article h3 {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  article h3 {
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 16px;
  }
}

article p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #0a012f;
  margin-bottom: 24px;
}

@media (min-width: 1600px) {
  article p {
    font-size: 16px;
  }
}

article ul {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 160%;
  padding-left: 28px;
  list-style: none;
  font-weight: 500;
}

@media (min-width: 1600px) {
  article ul {
    font-size: 16px;
  }
}

article ul li:not(:last-child) {
  margin-bottom: 8px;
}

article .list-num {
  counter-reset: li;
}

article .list-num > li {
  position: relative;
}

article .list-num > li::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  text-align: center;
  content: counter(li);
  counter-increment: li;
  left: -26px;
  top: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  background: #e9e5ff;
}

@media (min-width: 992px) {
  article .list-num > li::before {
    top: 2px;
  }
}

@media (min-width: 1600px) {
  article .list-num > li::before {
    top: 4px;
  }
}

article .list-num > li:nth-child(n):not(:nth-child(n + 10))::before {
  content: counter(li);
}

article .list-num2 {
  counter-reset: li2;
}

article .list-num2 > li {
  position: relative;
}

article .list-num2 > li::before {
  position: absolute;
  content: counter(li2) ".";
  top: 0;
  left: -20px;
  width: 22px;
  height: 22px;
  counter-increment: li2;
}

@media (min-width: 992px) {
  article .list-num2 > li::before {
    top: 0;
  }
}

article .list-dot-box p {
  font-weight: 700;
  line-height: 140%;
  font-size: 14px;
  color: #3c3c3c;
}

@media (min-width: 992px) {
  article .list-dot-box p {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  article .list-dot-box p {
    font-size: 18px;
  }
}

article .list-dot li {
  position: relative;
}

article .list-dot li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -18px;
  width: 6px;
  height: 6px;
  background: url("https://images.edimakor.ai/article-2026/dots.svg");
  background-size: 100% 100%;
}

@media (min-width: 1600px) {
  article .list-dot li::before {
    top: 9px;
  }
}

article .list-dot li:not(:last-child) {
  margin-bottom: 8px;
}

article .list-hook li {
  position: relative;
}

article .list-hook li::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -22px;
  width: 16px;
  height: 11px;
  background: url("https://images.edimakor.ai/article-2026/hook.svg");
  background-size: 100% 100%;
}

@media (min-width: 1600px) {
  article .list-hook li::before {
    top: 7px;
  }
}

article .list-fork li {
  position: relative;
}

article .list-fork li::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -22px;
  width: 12px;
  height: 12px;
  background: url("https://images.edimakor.ai/article-2026/fork.svg");
  background-size: 100% 100%;
}

@media (min-width: 1600px) {
  article .list-fork li::before {
    top: 6px;
  }
}

article .list-finger li {
  position: relative;
}

article .list-finger li::before {
  position: absolute;
  content: "";
  top: 2px;
  left: -22px;
  width: 16px;
  height: 13px;
  background: url("https://images.edimakor.ai/article-2026/finger.svg");
  background-size: 100% 100%;
}

@media (min-width: 1600px) {
  article .list-finger li::before {
    top: 4px;
  }
}

article .list-rice li {
  position: relative;
}

article .list-rice li::before {
  position: absolute;
  content: "";
  top: -2px;
  left: -26px;
  width: 22px;
  height: 22px;
  background: url("https://images.edimakor.ai/article-2026/rice.svg");
  background-size: 100% 100%;
}

@media (min-width: 1600px) {
  article .list-rice li::before {
    top: 0;
  }
}

article .step-cont {
  padding-left: 0;
}

article .step-cont .p1 {
  font-weight: normal;
  color: #3c3c3c;
}

article .step-cont .p1:not(:last-child) {
  margin-bottom: 16px;
}

article .step-cont .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 16px;
  padding: 2px 8px;
  border-radius: 4px 15px 15px 4px;
  background: #b3a9ff;
}

article .step-cont .p3 {
  font-weight: normal;
  color: #3c3c3c;
}

article .summary-box {
  margin-bottom: 24px;
}
article .summary-box .summary-btn {
  width: fit-content;
  background: #faf8ffcc;
  border-radius: 40px;
  padding: 14px 12px;
  cursor: pointer;
  user-select: none;
  pointer-events: auto;
}
@media (min-width: 992px) {
  article .summary-box .summary-btn {
    padding: 16px;
  }
}

@media (min-width: 1600px) {
  article .summary-box .summary-btn {
    padding: 24px;
  }
}

article .summary-box .summary-btn .arrow-icon {
  transition: transform 0.2s ease-in-out;
}

article .summary-box .summary-btn.collapsed .arrow-icon {
  transform: rotate(-180deg);
}

article .summary-box .sum-title {
  color: #6b57ff;
}

article .summary-box .sum-text {
  padding: 12px;
  border-radius: 16px;
  background: #faf8ffcc;
  margin-top: 24px;
}

@media (min-width: 992px) {
  article .summary-box .sum-text {
    padding: 16px;
    border-radius: 24px;
  }
}

@media (min-width: 1600px) {
  article .summary-box .sum-text {
    padding: 24px;
    border-radius: 32px;
  }
}

article .summary-box .sum-text .ai-summary-inner-box {
  padding: 12px;
}

@media (min-width: 992px) {
  article .summary-box .sum-text .ai-summary-inner-box {
    padding: 16px;
  }
}

@media (min-width: 1600px) {
  article .summary-box .sum-text .ai-summary-inner-box {
    padding: 24px;
  }
}

article .summary-box .sum-text p {
  color: #3c3c3c;
}

article .summary-box .sum-text .h5 {
  color: #0a012f;
}

article .summary-box .sum-text .p-text {
  font-size: 12px;
}

@media (min-width: 1600px) {
  article .summary-box .sum-text .p-text {
    font-size: 14px;
  }
}

article .summary-box .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'><path stroke='%236b57ff' stroke-linecap='round' stroke-width='2' d='m5.636 10.136 5.657 5.657a1 1 0 0 0 1.414 0l5.657-5.657'/%3e%3c/svg%3e");
}

article .ai-summary a {
  color: #fff;
  border-radius: 6px;
  padding: 6px 8px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
}

@media (min-width: 992px) {
  article .ai-summary a {
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 14px;
  }
}

article .ai-summary a:hover {
  color: #fff !important;
  transform: translateY(-1px);
}

article .ai-summary a img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

article .ai-summary .ai-chatgpt {
  background: #10a37f;
}

article .ai-summary .ai-perplexity {
  background: #1fb6ff;
}

article .ai-summary .ai-grok {
  background: #1d9bf0;
}

article .ai-summary .ai-chatgpt:hover {
  background: #10a37f;
}

article .ai-summary .ai-perplexity:hover {
  background: #1fb6ff;
}

article .ai-summary .ai-grok:hover {
  background: #1d9bf0;
}

article .image-box {
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(285.35deg, #f4efff -0.04%, #fffdef 100.04%);
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  article .image-box {
    padding: 24px 109px;
    border-radius: 24px;
  }
}

@media (min-width: 1600px) {
  article .image-box {
    padding: 40px 96px;
    border-radius: 32px;
  }
}

article picture {
  margin: 0 auto;
  text-align: center;
}

article picture img {
  max-width: 700px !important;
  height: auto;
  border-radius: 12px;
  margin-bottom: 30px;
}
article .image-box picture img {
  max-width: 100% !important;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  article picture img {
    border-radius: 24px;
  }
}

article .note {
  padding: 12px;
  border-radius: 16px;
  gap: 8px;
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  article .note {
    padding: 24px;
    border-radius: 24px;
    gap: 12px;
  }
}

@media (min-width: 1600px) {
  article .note {
    padding: 32px;
    border-radius: 32px;
    gap: 16px;
  }
}
article .note.questions,
article .note.tips {
  display: flex;
  flex-flow: column;
}

article .note.warning,
article .note.related,
article .note.link {
  display: flex;
  flex-flow: row;
  align-items: start;
}
article .note .title {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 992px) {
  article .note .text {
    font-size: 12px;
  }
}

article .note .name {
  align-self: flex-end;
  color: #3c3c3c;
}

article .note.questions {
  background-color: #f1faff;
}

article .note.questions .title .h5 {
  color: #2cb3ff;
}

article .note.tips {
  background-color: #fffdf1;
}

article .note.tips .title .h5 {
  color: #ffbb00;
}

article .note.warning {
  background-color: #f9f9f9;
}

article .note.related {
  background-color: #f1faff;
}

article .note .light-text {
  color: #2a7eff;
}

article .note.link {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #d8dfe2;
}

@media (min-width: 992px) {
  article .note.link {
    padding: 20px 16px;
  }
}

article .compare {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  overflow: hidden;
  gap: 16px;
}

@media (min-width: 992px) {
  article .compare {
    gap: 32px;
  }
}

article .compare .list-bad,
article .compare .list-good {
  width: 100%;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
}

@media (min-width: 992px) {
  article .compare .list-bad,
  article .compare .list-good {
    padding: 24px;
    border-radius: 24px;
  }
}

@media (min-width: 1600px) {
  article .compare .list-bad,
  article .compare .list-good {
    padding: 32px;
    border-radius: 32px;
  }
}

article .compare ul {
  margin-bottom: 0;
  list-style: disc;
}

article .compare ul li {
  font-size: 12px;
  line-height: 1.6;
}

@media (min-width: 992px) {
  article .compare ul li {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  article .compare ul li {
    font-size: 16px;
  }
}

article .compare ul li:not(:last-child) {
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  article .compare ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}

@media (min-width: 1600px) {
  article .compare ul li:not(:last-child) {
    margin-bottom: 14px;
  }
}

article .compare.compare-component1 .list-good .good-title {
  color: #13bb80;
}

article .compare.compare-component1 .list-bad .bad-title {
  color: #ff4021;
}

article .compare.compare-component2 .list-good .good-title {
  color: #6b57ff;
}

article .compare.compare-component2 .list-good {
  background-color: #faf8ffcc;
  border: 1px solid #e9e5ff;
}

article .compare.compare-component2 .list-bad {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
}

article .compare-table {
  display: flex;
  margin-bottom: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  overflow: hidden;
}

@media (min-width: 992px) {
  article .compare-table {
    border-radius: 24px;
  }
}

@media (min-width: 1600px) {
  article .compare-table {
    border-radius: 32px;
  }
}

article .compare-table .list-bad,
article .compare-table .list-good {
  flex-basis: 50%;
  border: 0;
}

article .compare-table .list-bad > div,
article .compare-table .list-good > div {
  padding: 10px 0;
}

@media (min-width: 992px) {
  article .compare-table .list-bad > div,
  article .compare-table .list-good > div {
    padding: 16px 0;
  }
}

article .compare-table ul {
  margin-bottom: 0;
  padding: 8px 8px 8px 32px;
}

@media (min-width: 992px) {
  article .compare-table ul {
    padding: 16px 16px 16px 48px;
  }
}

@media (min-width: 1600px) {
  article .compare-table ul {
    padding: 24px 24px 24px 56px;
  }
}

article .compare-table ul li {
  position: relative;
  font-size: 12px;
  line-height: 1.6;
}

@media (min-width: 992px) {
  article .compare-table ul li {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  article .compare-table ul li {
    font-size: 16px;
  }
}

article .compare-table ul li:not(:last-child) {
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  article .compare-table ul li:not(:last-child) {
    margin-bottom: 24px;
  }
}

article .compare-table .list-good > div {
  background: #8372ff;
}

article .compare-table .list-good .good-title {
  color: #fff;
}

article .compare-table .list-good li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("https://images.edimakor.ai/article-2026/yes-icon.png") !important;
  background-size: 100% 100%;
  position: absolute;
  left: -22px;
  top: 3px;
}

@media (min-width: 1280px) {
  article .compare-table .list-good li::before {
    width: 18px;
    height: 18px;
    left: -26px;
    top: 0;
  }
}

@media (min-width: 1600px) {
  article .compare-table .list-good li::before {
    left: -26px;
    top: 4px;
  }
}

article .compare-table .list-bad {
  border-left: 1px solid #d8dfe2;
}

article .compare-table .list-bad > div {
  background: #e0e0e0;
}

article .compare-table .list-bad .bad-title {
  color: #0a012f;
}

article .compare-table .list-bad li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("https://images.edimakor.ai/article-2026/no-icon.png") !important;
  background-size: 100% 100%;
  position: absolute;
  left: -22px;
  top: 3px;
}

@media (min-width: 1280px) {
  article .compare-table .list-bad li::before {
    width: 18px;
    height: 18px;
    left: -26px;
    top: 0;
  }
}

@media (min-width: 1600px) {
  article .compare-table .list-bad li::before {
    left: -26px;
    top: 4px;
  }
}

/* 表格 */

article table thead tr:first-child th:first-child {
  border-radius: 16px 0 0 0;
}

article table thead tr:first-child th:last-child {
  border-radius: 0 16px 0 0;
}

article table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}

article table tbody tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}

@media (min-width: 1600px) {
  article table thead tr:first-child th:first-child {
    border-radius: 24px 0 0 0;
  }
  article table thead tr:first-child th:last-child {
    border-radius: 0 24px 0 0;
  }
  article table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 24px;
  }
  article table tbody tr:last-child td:last-child {
    border-radius: 0 0 24px 0;
  }
}

article table thead tr th,
article table tbody tr:not(:last-child) td {
  border-bottom: none !important;
}

article table thead tr th:not(:first-child),
article table tbody tr td:not(:first-child) {
  border-left: none !important;
}

article .article-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  font-size: 14px;
  table-layout: fixed;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  article .article-table {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  article .article-table {
    font-size: 18px;
  }
}

article .article-table th,
article .article-table td {
  width: 33.3%;
  border: 1px solid #e0e0e0;
}

article .article-table thead th {
  padding: 24px 8px;
  color: #0a012f;
  font-weight: 700;
  line-height: 140%;
  background: #faf8ffcc;
}

article .article-table tbody tr td {
  padding: 16px;
}

article .article-table tbody tr td svg {
  margin: 0 2px;
}

@media (max-width: 992px) {
  article .article-table tbody tr td {
    padding: 16px 8px;
  }
  article .article-table tbody tr td.star {
    padding: 0;
  }
  article .article-table tbody tr td.star svg {
    width: 16px;
    height: 16px;
    margin: 0 1px;
  }
}

article .article-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

article .article-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* audio */

article audio {
  display: none;
}

article .audio-player .show {
  display: block !important;
}

article .audio-player .hidden {
  display: none !important;
}

article .audio-player {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-bottom: 24px;
  padding: 12px;
  background: #fdf8ffcc;
  border: 1px solid #f43ed9;
  border-radius: 16px;
}

@media (min-width: 992px) {
  article .audio-player {
    padding: 24px;
  }
}

@media (min-width: 1600px) {
  article .audio-player {
    padding: 32px;
  }
}

article .audio-player .audio-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 992px) {
  article .audio-player .audio-header p {
    font-size: 12px;
  }
}

article .audio-player .progress-bar {
  width: 100%;
  height: 4px;
  background: #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}

article .audio-player .progress-current {
  height: 100%;
  width: 0%;
  background: #8c8c8c;
  border-radius: 8px;
}

article .audio-player .audio-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #2d2d50;
}

@media (min-width: 992px) {
  article .audio-player .audio-controls,
  article .audio-player .audio-controls p {
    font-size: 16px;
  }
}

article .audio-player .time-total {
  color: #bebebe;
}

article .audio-player .speed-control {
  cursor: pointer;
}

article .social-media {
  margin-bottom: 24px;
}

article .social-media p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  article .social-media p {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  article .social-media p {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

article .social-media .media-cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

article .social-media .media-cont a {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  color: #ffffff;
  border-radius: 8px;
}

article .social-media .media-cont a:hover {
  text-decoration: none;
  filter: brightness(1.2);
}

article .social-media .media-cont a.facebook-btn {
  background: #3c5a99;
}

article .social-media .media-cont a.twitter-btn {
  background: #000000;
}

article .social-media .media-cont a.linkedin-btn {
  background: #1d9bf1;
}

article .social-media .media-cont a.reddit-btn {
  background: #ff4400;
}

/* prompt 公共样式 */

article .prompt {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  article .prompt {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: visible;
  }
  article .prompt table {
    width: 560px !important;
  }
}

article .prompt-table {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
}

article .prompt-table thead tr th {
  padding: 12px;
  text-align: center;
  background: #faf8ffcc;
}

@media (min-width: 992px) {
  article .prompt-table thead tr th {
    padding: 24px 8px;
  }
}

article .prompt-table tbody tr td {
  padding: 12px;
}

@media (min-width: 992px) {
  article .prompt-table tbody tr td {
    padding: 16px;
  }
}

article .prompt-table thead tr th,
article .prompt-table tbody tr .prompt-style p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #0a012f;
}

@media (min-width: 992px) {
  article .prompt-table thead tr th,
  article .prompt-table tbody tr .prompt-style p {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  article .prompt-table thead tr th,
  article .prompt-table tbody tr .prompt-style p {
    font-size: 18px;
  }
}

article .prompt-table tbody tr .prompt-style button {
  position: relative;
  margin-top: 8px;
}

article .prompt-table tbody tr .prompt-style button::before {
  content: "";
  width: 8px;
  height: 8px;
  background: url(https://images.edimakor.ai/article-2026/dark-purple-dots.svg)
    no-repeat center/cover;
  position: absolute;
  left: 16%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

article .prompt-table tbody tr .prompt-text {
  font-size: 12px;
}

@media (min-width: 992px) {
  article .prompt-table tbody tr .prompt-text {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  article .prompt-table tbody tr .prompt-text {
    font-size: 16px;
  }
}

article .prompt-table th,
article .prompt-table td {
  border: 1px solid #e0e0e0;
}

article .prompt-table1 thead tr th:not(:first-child),
article .prompt-table1 tbody tr td:not(:first-child) {
  border-left: none !important;
}

article .prompt-table1 thead tr th:not(:last-child),
article .prompt-table1 tbody tr td:not(:last-child) {
  border-right: none !important;
}

article .prompt-table1 col:nth-child(1) {
  width: 20%;
}

article .prompt-table1 col:nth-child(2) {
  width: 48%;
}

article .prompt-table1 col:nth-child(3) {
  width: 16%;
}

article .prompt-table1 col:nth-child(4) {
  width: 16%;
}

@media (max-width: 992px) {
  article .prompt-table1 col:nth-child(1) {
    width: 21%;
  }
  article .prompt-table1 col:nth-child(2) {
    width: 43%;
  }
  article .prompt-table1 col:nth-child(3) {
    width: 18%;
  }
  article .prompt-table1 col:nth-child(4) {
    width: 18%;
  }
}

article .prompt-table1 tbody tr .prompt-style .label-btn {
  border: 1px solid #bebebe;
  padding: 8px 16px 8px 28px;
  background: transparent;
  border-radius: 80px;
  font-size: 12px;
  font-weight: 700;
  color: #0a012f;
}

@media (min-width: 992px) {
  article .prompt-table1 tbody tr .prompt-style .label-btn {
    font-size: 14px;
  }
}

article .prompt-table1 tbody tr .prompt-img img {
  width: 100%;
  max-width: 105px;
  border-radius: 12px;
}

@media (min-width: 992px) {
  article .prompt-table1 tbody tr .prompt-img img {
    border-radius: 16px;
  }
}

/* prompt-table2 */

article .prompt-table2 col:nth-child(1) {
  width: 48%;
}

article .prompt-table2 col:nth-child(2) {
  width: 26%;
}

article .prompt-table2 col:nth-child(3) {
  width: 26%;
}

article .prompt-table2 .prompt-img img {
  max-width: 228px;
  width: 100%;
  height: auto;
  aspect-ratio: 57 / 32;
  object-fit: cover;
}

article .prompt-table2 .prompt-video video {
  width: 100%;
  max-width: 228px;
  aspect-ratio: 57 / 32;
  object-fit: cover;
  vertical-align: middle;
}

article .prompt-table2 .prompt-img img,
article .prompt-table2 .prompt-video video {
  border-radius: 12px;
}

@media (min-width: 1600px) {
  article .prompt-table2 .prompt-img img,
  article .prompt-table2 .prompt-video video {
    border-radius: 16px;
  }
}

/* prompt-table3 */

article .prompt-table3 col:nth-child(1) {
  width: 20%;
}

article .prompt-table3 col:nth-child(2) {
  width: 60%;
}

article .prompt-table3 col:nth-child(3) {
  width: 20%;
}

article .prompt-table3 th,
article .prompt-table3 td {
  height: 100%;
  border: 1px solid #e0e0e0;
}

article .prompt-table3 tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

article .prompt-table3 tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

article .prompt .prompt-box p.h6 {
  font-size: 14px;
}

@media (min-width: 992px) {
  article .prompt .prompt-box p.h6 {
    font-size: 18px;
  }
}
article .prompt .prompt-box1 {
  position: relative;
  background: #faf8ffcc;
  border-radius: 16px;
  padding: 12px 105px 12px 12px;
  font-size: 14px;
}

@media (min-width: 992px) {
  article .prompt .prompt-box1 {
    padding: 16px 115px 16px 16px;
    border-radius: 32px;
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  article .prompt .prompt-box1 {
    padding: 24px 125px 24px 24px;
  }
}

article .prompt .prompt-box1 .copypromptbtn {
  position: absolute;
  top: 3%;
  right: 3%;
}

@media (min-width: 992px) {
  article .prompt .prompt-box1 .copypromptbtn {
    top: 9%;
  }
}

article .prompt .prompt-box2 {
  display: flex;
  flex-flow: column;
  padding: 32px;
  background: #faf8ffcc;
  border-radius: 16px;
  padding: 12px;
  font-size: 14px;
  gap: 12px;
}

@media (min-width: 992px) {
  article .prompt .prompt-box2 {
    padding: 16px;
    border-radius: 24px;
    font-size: 16px;
    gap: 16px;
  }
}

@media (min-width: 1600px) {
  article .prompt .prompt-box2 {
    padding: 24px;
    gap: 20px;
  }
}

article .prompt .prompt-box2 img {
  max-width: 640px;
  width: 100%;
  aspect-ratio: 320/181;
  border-radius: 24px;
}

@media (min-width: 992px) {
  article .prompt .prompt-box2 .btn.btn-md {
    height: 56px;
    padding: 24px 32px;
  }
}

article .prompt .prompt-box2 .btn.btn-md svg {
  width: 16px;
  height: 16px;
  margin-right: 0;
}

article .prompt .prompt-box3 {
  display: flex;
  flex-flow: column;
  padding: 32px;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 12px;
  font-size: 14px;
  gap: 12px;
}

@media (min-width: 992px) {
  article .prompt .prompt-box3 {
    padding: 16px;
    border-radius: 24px;
    font-size: 16px;
    gap: 16px;
  }
}

@media (min-width: 1600px) {
  article .prompt .prompt-box3 {
    padding: 24px;
    gap: 24px;
  }
}

article .prompt .prompt-box3 .prompt-text {
  flex: 1;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 16px 0;
}

article .prompt .prompt-box3 .prompt-text::-webkit-scrollbar {
  height: 8px;
}

article .prompt .prompt-box3 .prompt-text::-webkit-scrollbar-thumb {
  background: #8372ff;
  border-radius: 8px;
}

article .prompt .prompt-box3 .prompt-text::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #e0e0e0;
}

article .prompt .prompt-box3 .prompt-text::-webkit-scrollbar-button {
  display: block;
  width: 10px;
  background: transparent;
  /* 禁用原生进度条箭头 */
  pointer-events: none;
}

article .prompt .prompt-box3 .scroll-box .scroll-arrow {
  cursor: pointer;
}

article .prompt .prompt-box3 .top-box .copypromptbtn {
  color: #000;
  cursor: pointer;
  transition: color 0.2s ease;
}

article .prompt .prompt-box3 .top-box .copypromptbtn:hover {
  color: #8372ff;
}

article .prompt .prompt-box3 .scroll-arrow.left-arrow {
  left: 0;
  bottom: -3%;
}

article .prompt .prompt-box3 .scroll-arrow.right-arrow {
  right: 0;
  bottom: -3%;
}

article .prompt .prompt-box4 {
  display: flex;
  flex-flow: column;
  padding: 32px;
  background: #faf8ffcc;
  border-radius: 16px;
  padding: 12px;
  font-size: 14px;
  gap: 12px;
}

@media (min-width: 992px) {
  article .prompt .prompt-box4 {
    padding: 16px;
    border-radius: 24px;
    font-size: 16px;
    gap: 16px;
  }
}

@media (min-width: 1600px) {
  article .prompt .prompt-box4 {
    padding: 24px;
    gap: 24px;
  }
}

article .prompt .prompt-box4 .cont-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 8px 12px;
  border-radius: 16px;
}

@media (min-width: 992px) {
  article .prompt .prompt-box4 .cont-box {
    padding: 16px;
    border-radius: 24px;
  }
}

article .prompt .prompt-box4 .cont-box {
  padding: 16px;
  border-radius: 24px;
}

article .prompt .prompt-box4 .cont-box .prompt-text {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

article .prompt .prompt-box4 .tab-label-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (min-width: 992px) {
  article .prompt .prompt-box4 .tab-label-cont {
    gap: 16px;
  }
}

article .prompt .prompt-box4 .tab-label-cont .label-btn {
  border: 1px solid #bebebe;
  padding: 8px 16px;
  background: transparent;
  border-radius: 80px;
  font-size: 12px;
  font-weight: 700;
}

@media (min-width: 992px) {
  article .prompt .prompt-box4 .tab-label-cont .label-btn {
    font-size: 14px;
  }
}

article .prompt .prompt-box4 .tab-label-cont .label-btn:hover,
article .prompt .prompt-box4 .tab-label-cont .label-btn.active {
  border: 1px solid transparent;
  background: #e9e5ff;
}

article .article-faqs h3 {
  position: relative;
  padding: 0 0 0 36px;
}

article .article-faqs h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(https://images.edimakor.ai/article-2026/faq-icon.svg)
    no-repeat;
}

.bottom-section {
  background: #faf8ffcc;
  padding: 64px 0 80px;
  margin-top: 40px;
  position: relative;
}

@media (min-width: 992px) {
  .bottom-section {
    padding: 80px 0 120px;
    margin-top: 56px;
  }
}

@media (min-width: 1600px) {
  .bottom-section {
    padding: 80px 0 160px;
  }
}

.bottom-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 200px;
  background: inherit;
}

.bottom-section .container {
  display: flex;
  flex-flow: column;
  gap: 40px;
}

@media (min-width: 1280px) {
  .bottom-section .container {
    max-width: 808px;
  }
}

@media (min-width: 1600px) {
  .bottom-section .container {
    max-width: 992px;
  }
}

.bottom-section .share-btn-inner {
  gap: 16px;
}

@media (min-width: 992px) {
  .bottom-section .share-btn-inner {
    gap: 32px;
  }
}

@media (min-width: 1600px) {
  .bottom-section .share-btn-inner {
    gap: 40px;
  }
}

.bottom-section .permalink {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  background: #ffffff;
}

.bottom-section .permalink input {
  flex: 1;
  color: #3c3c3c;
  border: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  outline: none;
}

.bottom-section .permalink a {
  color: #2a7eff;
}

@media (min-width: 992px) {
  .bottom-section .permalink {
    width: 78%;
  }
}

.bottom-section .share-box .btn-group a {
  text-decoration: none;
}

.bottom-section .share-box .btn-group a img {
  width: 34px;
  transition: transform 0.2s ease;
  display: inline-block;
  vertical-align: middle;
}

.bottom-section .share-box .btn-group a:hover img {
  transform: scale(1.1);
}

.bottom-section .related-articles-box {
  width: 100%;
  overflow: hidden;
}

.bottom-section .related-articles-box .article-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (min-width: 992px) {
  .bottom-section .related-articles-box .article-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.bottom-section .related-articles-box .article-list .article-item {
  width: 100%;
  border-radius: 16px;
  display: flex;
  flex-flow: column;
  text-decoration: none;
  gap: 16px;
}

.bottom-section .related-articles-box .article-list .article-item img {
  max-width: 236px;
  width: 100%;
  height: 128px;
  border-radius: 16px;
}

.bottom-section .related-articles-box .article-list .article-item p {
  max-width: 236px;
  color: #0a012f;
  font-size: 14px;
  line-height: 160%;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1600px) {
  .bottom-section .related-articles-box .article-list .article-item p {
    font-size: 16px;
  }
}

.bottom-section .related-articles-box .article-list .article-item:hover p {
  color: #6b57ff;
}

.bottom-section .all-topics .topic-list .topic-item {
  text-decoration: none;
  color: #0a012f;
  font-size: 14px;
  line-height: 160%;
  padding: 12px 24px;
  border-radius: 40px;
  background: #e9e5ff;
  transition: transform 0.2s ease;
}

@media (min-width: 1600px) {
  .bottom-section .all-topics .topic-list .topic-item {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .bottom-section .all-topics .topic-list .topic-item {
    font-size: 18px;
  }
}

.bottom-section .all-topics .topic-list .topic-item:hover {
  transform: scale(1.1);
}

.bottom-section .all-topics .topic-list .topic-item:nth-child(4n + 1) {
  background-color: #e9e5ff;
}

.bottom-section .all-topics .topic-list .topic-item:nth-child(4n + 2) {
  background-color: #ffe8dc;
}

.bottom-section .all-topics .topic-list .topic-item:nth-child(4n + 3) {
  background-color: #d8f3ff;
}

.bottom-section .all-topics .topic-list .topic-item:nth-child(4n + 4) {
  background-color: #fff2d1;
}

article .directory-div .dir-mainbox {
  margin: 24px 0;
  width: 100%;
  padding: 12px;
  border-radius: 24px;
  background: #f9f9f9;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  article .directory-div .dir-mainbox {
    padding: 16px;
  }
}

@media (min-width: 1600px) {
  article .directory-div .dir-mainbox {
    padding: 24px;
    border-radius: 32px;
  }
}

article .directory-div .dir-mainbox .top-tit {
  color: #6b57ff;
  font-weight: 700;
  font-size: 14px;
}

@media (min-width: 992px) {
  article .directory-div .dir-mainbox .top-tit {
    font-size: 16px;
  }
}

article .directory-div .dir-mainbox .dir-item:not(:last-child) {
  margin: 0 0 12px;
}

article .directory-div .dir-mainbox .dir-item a {
  color: #0a012f;
  text-decoration: none;
}

article .directory-div .dir-mainbox .dir-item a:hover {
  color: #6b57ff;
}

article .directory-div .dir-mainbox .dir-item .dir-title {
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 16px;
}

@media (min-width: 992px) {
  article .directory-div .dir-mainbox .dir-item .dir-title {
    font-size: 16px;
  }
}

article .directory-div .dir-mainbox .dir-item .dir-title:hover,
article .directory-div .dir-mainbox .dir-item .dir-title:hover a {
  color: #6b57ff;
}

article .directory-div .dir-mainbox .dir-item .dir-title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' fill='none'><circle cx='3' cy='3' r='3' fill='%230A012F'/%3e%3c/svg%3e")
    no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

article .directory-div .dir-mainbox .dir-item .dir-title:hover::before {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' fill='none'><circle cx='3' cy='3' r='3' fill='%236b57ff'/%3e%3c/svg%3e")
    no-repeat;
}

article .directory-div .dir-mainbox .dir-item .content {
  margin: 16px 0 0;
  position: relative;
  display: block;
  list-style-type: none;
}

article .directory-div .dir-mainbox .dir-item .content li {
  font-size: 12px;
  font-weight: normal;
  color: #0a012f;
  cursor: pointer;
  position: relative;
}

@media (min-width: 992px) {
  article .directory-div .dir-mainbox .dir-item .content li {
    font-size: 14px;
  }
}

article .directory-div .dir-mainbox .dir-item .content li:hover {
  color: #6b57ff;
}

article .directory-div1 .dir-mainbox .accordion-button {
  background: transparent;
  border-radius: 40px;
  padding: 0;
}

article .directory-div1 .dir-mainbox .accordion-button:focus,
article .directory-div1 .dir-mainbox .accordion-button:not(.collapsed) {
  border: 0;
  color: #6b57ff;
  background: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

article .directory-div1 .dir-mainbox .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'><path stroke='%236b57ff' stroke-linecap='round' stroke-width='2' d='m5.636 10.136 5.657 5.657a1 1 0 0 0 1.414 0l5.657-5.657'/%3e%3c/svg%3e");
}

article .directory-div1 .dir-mainbox .accordion-body {
  padding: 16px 0 0;
}
article .directory-div2 .dir-mainbox {
  position: relative;
  max-height: 210px;
  padding: 24px 24px 48px;
  transition:
    max-height 0.3s ease,
    height 0.3s ease;
}

article .directory-div2 .dir-mainbox::after {
  width: 104%;
  height: 56px;
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  position: absolute;
  bottom: 0;
  left: -2%;
}

article .directory-div2 .dir-mainbox.expanded {
  max-height: none;
}

article .directory-div2 .dir-mainbox.expanded::after {
  display: none;
}

article .directory-div2 .show-more {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  color: #0a012f;
  text-align: center;
  cursor: pointer;
  z-index: 100;
}

article .directory-div2 .show-more:hover {
  color: #6b57ff;
}

article .directory-div2 .show-more:hover svg path {
  stroke: #6b57ff;
}

@media (min-width: 1280px) {
  article .directory-div2 .show-more {
    font-size: 16px;
  }
}

article .directory-div2 .show-more span {
  margin-right: 4px;
}

article .directory-div2 .show-more svg {
  transition: transform 0.3s ease;
}

article .directory-div2 .show-more.hidden svg {
  transform: rotate(180deg);
}

article .directory-div2 .show-more.visible {
  display: block;
}

/* Music + Prompt start */
article .music-cont {
  padding: 2px;
  border-radius: 18px;
  background: linear-gradient(
    104.49deg,
    #f43ed9 0%,
    #ec78ff 28.67%,
    #9f24ff 62.17%,
    #6b57ff 100%
  );
  filter: drop-shadow(0px 2px 16px #d6c0f280);
}

@media (min-width: 992px) {
  article .music-cont {
    border-radius: 26px;
  }
}

article .music-cont .music-cont-inside {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #faf8ff;
}

@media (min-width: 992px) {
  article .music-cont .music-cont-inside {
    border-radius: 24px;
  }
}

article .music-cont .progress {
  padding: 2px 0;
}

article .music-cont .progress-cont {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 4px;
  background: #e0e0e0;
  border-radius: 4px;
}

article .music-cont .progress-cont .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(
    104.49deg,
    #f43ed9 0%,
    #ec78ff 28.67%,
    #9f24ff 62.17%,
    #6b57ff 100%
  );
  border-radius: 4px;
}

article .music-cont .progress-cont .progress-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #6b57ff;
  border-radius: 50%;
}

article .music-prompt-style .music-cont-inside {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 8px;
}

@media (min-width: 992px) {
  article .music-prompt-style .music-cont-inside {
    padding: 20px;
    gap: 16px;
  }
}

@media (min-width: 1600px) {
  article .music-prompt-style .music-cont-inside {
    padding: 24px;
  }
}

article .music-prompt-style .cover {
  display: flex;
  align-items: center;
  gap: 12px;
}

article .music-prompt-style .cover img {
  width: 56px;
  height: auto;
  aspect-ratio: 64 / 80;
  object-fit: cover;
  border-radius: 5.6px;
}

@media (min-width: 992px) {
  article .music-prompt-style .cover {
    gap: 16px;
  }

  article .music-prompt-style .cover img {
    width: 64px;
    border-radius: 6.4px;
  }
}

article .music-prompt-style .cover .h5 {
  margin-bottom: 8px;
}

article .music-prompt-style .cover .p4 {
  margin: 0;
  color: #8c8c8c;
}

article .music-prompt-style .play-info, article .music-album-style .play-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

article .music-prompt-style .audio-time {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 160%;
  color: #8c8c8c;
}

@media (min-width: 1600px) {
  article .music-prompt-style .audio-time {
    font-size: 14px;
  }
}

article .music-prompt-style .play-info img, article .music-album-style .play-info img {
  cursor: pointer;
  aspect-ratio: 1 / 1;
}

article .music-prompt-style .play-info img:hover, article .music-album-style .play-info img:hover {
  filter: drop-shadow(0px 0px 20px #6f3eff66);
}

article .music-prompt-style .play-info img.hidden, article .music-album-style .play-info img.hidden {
  display: none;
}

article .music-prompt-style .play-info img.show, article .music-album-style .play-info img.show {
  display: block;
}

article .music-prompt-desc {
  position: relative;
  padding: 7px 12px;
  margin-top: 24px;
  color: #3c3c3c;
}

article .music-prompt-desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 40px;
  border-radius: 8px;
  background: #d9d9d9;
}
/* Music + Prompt end */

/* Music + Album start */
article .music-album-style .music-cont-inside {
  display: flex;
  align-items: center;
  padding: 16px;
  gap: 12px;
}
article .music-album-style .album-cover {
  width: 40%;
  height: auto;
  aspect-ratio: 1 / 1;
  padding: 33px;
  background: url("https://edimakor.hitpaw.com/images/edimakor-2026/article/music-cd-cover.webp") no-repeat center;
  background-size: 100% auto;
  filter: drop-shadow(0px 3px 12px #34343480);
}
article .music-album-style .album-cover img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}
article .music-album-style .album-cover.currentPlay {
  animation: musicAlbumPlay 5s linear infinite;
}
@keyframes musicAlbumPlay {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
article .music-album-style .play-info {
  margin-bottom: 24px;
}
article .music-album-style .play-info .play-icon, article .music-album-style .play-info .pause-icon {
  width: 40px;
  height: auto;
  aspect-ratio: 1 / 1;
  margin-left: 8px;
}
article .music-album-style .audio-time {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
  line-height: 160%;
  color: #8c8c8c;
}
@media (min-width: 992px) {
  article .music-album-style .music-cont-inside {
    padding: 20px;
    gap: 16px;
  }
  article .music-album-style .album-cover {
    width: 35%;
    filter: drop-shadow(0px 4px 16px #34343480);
  }
  article .music-album-style .audio-time {
    font-size: 14px;
  }
  article .music-album-style .play-info {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  article .music-album-style .album-cover {
    padding: 44px;
  }
  article .music-album-style .play-info .play-icon, article .music-album-style .play-info .pause-icon {
    width: 44px;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  article .music-album-style .music-cont-inside {
    padding: 24px;
    gap: 32px;
  }
  article .music-album-style .album-cover {
    width: 34%;
    padding: 55px;
    filter: drop-shadow(0px 5px 20px #34343480);
  }
  article .music-album-style .play-info .play-icon, article .music-album-style .play-info .pause-icon {
    width: 48px;
  }
}
/* Music + Album end */

/* Three Prompt Comparison start */
article .prompt-comparison {
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 992px) {
  article .prompt-comparison {
    border-radius: 20px;
  }
}
@media (min-width: 1600px) {
  article .prompt-comparison {
    border-radius: 24px;
  }
}
article .prompt-comparison .top {
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  gap: 8px;
  background: linear-gradient(170.82deg, #d9d4ff 0%, #fff 57.14%);
  border-bottom: 1px solid #e0e0e0;
}
article .prompt-comparison .middle {
  padding: 24px 16px;
}
article .prompt-comparison .bottom {
  padding: 24px;
  background: linear-gradient(170.61deg, #d9d4ff 0%, #fff 57.73%);
  border-top: 1px solid #e0e0e0;
}
@media (min-width: 992px) {
  article .prompt-comparison .top {
    padding: 16px 20px;
    gap: 12px;
  }
  article .prompt-comparison .middle {
    padding: 24px;
  }
  article .prompt-comparison .bottom {
    padding: 20px;
  }
}
@media (min-width: 1600px) {
  article .prompt-comparison .top {
    padding: 16px 24px;
  }
  article .prompt-comparison .bottom {
    padding: 24px;
  }
}
article .prompt-comparison .sub-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
article .prompt-comparison .prompt-ratio {
  width: 8px;
  height: 8px;
  margin-left: 4px;
  border-radius: 50%;
  background: #6b57ff;
  box-shadow: 0 0 0 4px #6b57ff33;
}
article .prompt-comparison .nav {
  display: flex;
  gap: 10px;
}
@media (min-width: 992px) {
  article .prompt-comparison .nav {
    gap: 16px;
  }
}
article .prompt-comparison .nav-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
  border-radius: 40px;
}
article .prompt-comparison .nav-link.active,
article .prompt-comparison .nav-link:hover {
  border: 1px solid #6b57ff;
  background: #faf8ff;
  box-shadow: 0 0 0 4px #6b57ff33;
}
article .prompt-comparison .nav-link .marker {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6b57ff;
}
article .prompt-comparison .nav-link .text {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  color: #0a012f;
}
article .prompt-comparison .winner {
  padding: 2px 6px;
  background: #e9e5ff;
  border-radius: 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #0a012f;
}
@media (min-width: 992px) {
  article .prompt-comparison .nav-link {
    gap: 8px;
  }
  article .prompt-comparison .nav-link .marker {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1600px) {
  article .prompt-comparison .nav-link .text {
    font-size: 16px;
  }
  article .prompt-comparison .winner {
    font-size: 14px;
  }
}
article .prompt-comparison .tab-content {
  margin-top: 16px;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
article .prompt-comparison .tab-content video {
  margin: 0;
  border-radius: 0;
}
article .prompt-comparison .tab-content .text-cont {
  padding: 8px 16px 16px;
}
@media (min-width: 992px) {
  article .prompt-comparison .tab-content {
    margin-top: 28px;
  }
}
@media (min-width: 1600px) {
  article .prompt-comparison .tab-content {
    border-radius: 20px;
  }
}
/* Three Prompt Comparison end */

/* Music Btn groups start */
article .music-btn-groups .btn {
  gap: 8px;
}
article .music-btn-groups .btn svg {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  article .music-btn-groups .btn {
    width: fit-content;
  }
}
/* Music Btn groups end */
