:root {
  --fa-navy: #183153;
  --fa-lt-gravy: #f0f1f3;
  --fa-blue: #146ebe;
  --fa-pink: #faa2c1;
  --fa-yellow: #ffe066;
  --fa-border: rgba(0, 0, 0, .6);
  --body-bg: #f8fafd;
  --text: #1e2022;
  --muted: #677788;
  --line: #e7eaf3;
  --radius: 5px;
  --container: 1148px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding-bottom: 0 !important;
  color: var(--text);
  background: var(--body-bg);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: #146ebe;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button,
textarea,
input {
  font: inherit;
}

.bg-white {
  background: #fff;
}

.bg-light {
  background: var(--body-bg);
}

.border-bottom {
  border-bottom: 1px solid #e7eaf3;
}

.border-dark {
  border-color: var(--fa-border) !important;
}

.border-2 {
  border-width: 2px !important;
}

.text-muted {
  color: var(--muted) !important;
}

.text-success {
  color: #00a362 !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.p-0 {
  padding: 0 !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-2 {
  padding-top: .5rem !important;
}

.pt-6 {
  padding-top: 2.5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: .25rem !important;
}

.mt-2 {
  margin-top: .5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: .25rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-7 {
  margin-bottom: 4rem !important;
}

.mx-md-auto {
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.col-12,
.col-3,
.col-6,
.col-9 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.container-fluid {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}

.navbar {
  min-height: 88px;
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 40;
}

.navbar > .container-fluid {
  display: flex;
  align-items: center;
}

.navbar-nav-wrap {
  width: 100%;
  min-height: 88px;
  display: flex;
  align-items: center;
}

.navbar-brand-wrapper {
  display: flex;
  align-items: center;
  min-width: 240px;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  font-weight: 800;
  text-decoration: none;
}

.logo-badge {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #ffe066 0 18%, #e64980 35%, #15aabf 68%, #2f9e44 100%);
  box-shadow: 0 10px 22px rgba(20, 110, 190, .25);
}

.logo-text {
  font-size: 24px;
  letter-spacing: -.02em;
}

.brand-slogan {
  flex: 1;
  margin: 0 16px;
  text-align: center;
  color: var(--fa-navy);
  font-size: 17px;
  font-weight: 700;
}

.navbar-toggler {
  display: none;
  width: 44px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--fa-navy);
  cursor: pointer;
}

.navbar-toggler-toggled {
  display: none;
  font-size: 30px;
  line-height: 1;
}

.navbar-nav-wrap-col {
  display: flex;
  justify-content: flex-end;
}

.navbar-collapse.collapse {
  display: flex;
}

.navbar-nav {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.nav-icon-btn,
.nav-pill {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 5px;
  color: var(--text);
  background: transparent;
  border: 0;
  border-radius: 4px;
  padding: 4px 6px;
  font-weight: 700;
  cursor: pointer;
}

.nav-icon-btn:hover,
.nav-pill:hover {
  color: #000;
  background: #f4f6fb;
}

.icon-globe {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #146ebe;
  border: 1px solid #d4d8e2;
  font-weight: 900;
}

.dropdown-toggle::after {
  content: "⌄";
  display: inline-block;
  margin-left: 5px;
  color: #667085;
  font-size: .9em;
}

#login-img {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  vertical-align: middle;
}

.dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 80;
  min-width: 17rem;
  max-height: 72vh;
  overflow-y: auto;
  padding: 12px;
  color: var(--text);
  background: #fff;
  border: 2px solid var(--fa-border);
  border-radius: 4px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
}

.dropdown-menu.show {
  display: block;
}

.login-menu {
  min-width: 15rem;
}

.dropdown-header {
  display: block;
  padding: 6px 8px;
  color: #7e8aa2;
  font-size: .78rem;
  font-weight: 700;
}

.dropdown-menu hr {
  margin: 6px 0;
  border: 0;
  border-top: 1px solid #edf0f6;
}

.dropdown-item {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  color: #1e2022;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-item:hover {
  background: #f3f6fb;
  text-decoration: none;
}

.avatar-initials {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: #5f6c80;
  background: #f1f3f7;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.main {
  overflow: hidden;
}

.form-card {
  border-radius: 0 !important;
  background: #fff;
  box-shadow: none;
}

#app-form-div {
  width: 100%;
  display: inline-block;
}

.hero-header {
  margin: 0 0 8px;
  margin-left: 9px;
  padding-top: 20px;
  width: calc(100% - 2px);
  color: var(--text);
  font-size: 29px;
  line-height: 1.1 !important;
  font-weight: 400;
}

.hero-header::before {
  display: inline-block;
  padding-right: 8px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  vertical-align: -2px;
}

.hero-header.tiktok::before {
  content: "♪";
}

.hero-header.youtube::before {
  content: "▶";
}

.hero-header.bilibili::before {
  content: "🅑";
}

.hero-header.kuaishou::before {
  content: "📽️";
}

.hero-header.redbook::before {
  content: "📕";
}

.hero-header.facebook::before {
  content: "🎭";
}

.hero-header.instagram::before {
  content: "📸";
}

.hero-header.twitter::before {
  content: "𝕏";
}

.hero-header.pinterest::before {
  content: "📌";
}

.hero-header.suno::before {
  content: "💡";
}

.hero-header.merge::before {
  content: "🔧";
}

.hero-h2 {
  margin: 32px 0 4px 9px;
  width: calc(100% - 2px);
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
}

.quill-custom {
  position: relative;
}

.form-label {
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  font-weight: 700;
}

.quill-custom > .form-label {
  margin-left: 9px;
  width: calc(100% - 2px);
}

.limit-copy {
  display: inline-block;
  max-width: 80%;
  overflow: auto;
}

#clear_textarea_btn {
  display: none;
  margin-left: 10px;
}

.paste-menu {
  display: inline-block;
  position: absolute;
  right: 0;
}

.icon.icon-paste {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  vertical-align: -2px;
  background: url("assets/paste.svg") no-repeat center / contain;
}

.form-control {
  display: block;
  width: 100%;
  color: var(--text);
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: var(--radius);
}

textarea.form-control {
  min-height: 60px;
  padding: 9.8px 16px;
  resize: vertical;
  outline: none;
}

#UserInputTextarea {
  margin-left: 9px;
  width: calc(100% - 2px);
  height: 114px;
  min-height: 114px;
  margin-top: 0;
  margin-bottom: 5px;
  background-color: #fefefe;
  border: 2px solid var(--fa-border);
  font-size: 20px;
  line-height: 1.45;
}

#UserInputTextarea:focus,
#UserInputCaptcha:focus {
  border-color: #146ebe;
  box-shadow: 0 0 0 2px rgba(20, 110, 190, .15);
}

.js-quill {
  min-height: 160px;
}

.action-area {
  padding-left: 9px;
  padding-top: 1px;
  margin-top: 0 !important;
}

#jprogress_tips_div {
  display: none;
  font-size: 14px;
}

.spinner-border {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #cdd5e1;
  border-top-color: #146ebe;
  border-radius: 50%;
  animation: spin .8s linear infinite;
  vertical-align: -3px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.cloud-icon {
  color: #146ebe;
}

#jprogress_show_div {
  width: auto !important;
  height: 5px;
  margin: 6px 0;
  background: transparent;
}

#jprogress_show_div span {
  display: block;
  width: 0%;
  height: 5px;
  background: #146ebe;
  border-radius: 99px;
  transition: width .25s ease;
}

.dl-btn-group {
  display: flex;
  align-items: flex-start;
  gap: 0;
  min-height: 78px;
}

.btn-group {
  display: inline-flex;
  flex: 0 0 360px;
  width: 360px;
  max-width: 360px;
  margin-top: 0;
}

.btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--fa-navy);
  background: #fff;
  border: 1px solid var(--fa-navy);
  border-radius: var(--radius);
  padding: 12px 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.btn:hover {
  filter: brightness(.99);
  text-decoration: none;
}

.btn:active {
  transform: translateY(1px);
}

.btn-group .btn {
  width: 50%;
  height: 56px;
  margin-top: 10.5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-group .btn:first-child {
  border-radius: 5px 0 0 5px;
}

.btn-group .btn:last-child {
  margin-left: -1px;
  border-radius: 0 5px 5px 0;
}

.accent {
  background: var(--fa-pink);
}

.btn-icon {
  font-size: 18px;
  line-height: 1;
}

.captcha-group {
  display: flex;
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: 10px;
}

#UserInputCaptcha {
  width: calc(100% - 120px);
  height: 60px;
  min-height: 60px;
  padding: 10px 16px;
  border: 2px solid #1e2022;
  border-radius: 5px 0 0 5px;
  font-size: 24px;
  resize: none;
}

.input-group-text {
  width: 120px;
  height: 60px;
  padding: 0;
  background: #fff;
  border: 2px solid #1e2022;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

#VerifyCaptchaIMG {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #183153;
  background:
    linear-gradient(135deg, rgba(116, 192, 252, .35), rgba(250, 162, 193, .35)),
    repeating-linear-gradient(45deg, transparent 0 8px, rgba(24, 49, 83, .08) 8px 10px);
  font-family: "Courier New", monospace;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 5px;
  text-decoration: line-through;
  user-select: none;
}

.carousel-wrapper {
  flex: 1;
  min-width: 230px;
  height: 66px;
  max-height: 66px;
  overflow: hidden;
  position: relative;
  padding-top: 15px;
}

.carousel-wrapper::before,
.carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  pointer-events: none;
  z-index: 2;
}

.carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%);
}

.carousel-wrapper::after {
  right: 0;
  transform: rotateZ(180deg);
  background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%);
}

.carousel-icon {
  position: absolute;
  white-space: nowrap;
  animation: scroll-icons 20s linear infinite;
}

.carousel-icon:hover {
  animation-play-state: paused;
}

.carousel-icon-item {
  display: inline-block;
  min-width: 50px;
}

.carousel-icon-item img {
  width: 50px;
  height: 50px;
  display: inline-block;
  object-fit: contain;
  vertical-align: middle;
}

@keyframes scroll-icons {
  from { transform: translateX(0); }
  to { transform: translateX(-545px); }
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

#collapseExample {
  width: 45%;
  min-width: 475px;
  padding-top: 15px;
}

.homepage-light-bg {
  background-color: #fbfcfc;
  background-image:
    linear-gradient(90deg, rgba(232,232,232,.45) 1px, transparent 1px),
    linear-gradient(rgba(232,232,232,.45) 1px, transparent 1px);
  background-size: 24px 24px;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.display-6 {
  margin: 0 0 .5rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-switch {
  padding: 8px 0;
}

.form-check-input {
  width: 18px;
  height: 18px;
  accent-color: #146ebe;
}

#userSelectAnonymousMode {
  width: 42px;
  height: 22px;
}

.format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.format-option {
  padding: 10px;
  cursor: pointer;
}

.format-option:hover {
  border-color: var(--fa-navy);
}

.format-option img {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.player-wrap {
  padding-top: 20px;
}

#download_player_div {
  background: var(--fa-lt-gravy);
  border: 2px solid var(--fa-border);
  min-height: 700px;
  height: 100%;
  padding: 9.8px 16px;
  margin: 8px 0;
}

.success-avatar {
  width: 76px;
  height: 76px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: #27ae60;
  border-radius: 50%;
  font-size: 44px;
  font-weight: 900;
}

.display-4 {
  display: block;
  font-size: 2rem;
  font-weight: 300;
}

.user-card {
  max-width: none;
  margin: 28px 10px 28px;
  display: none;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #e3e7ef;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .12);
}

.user-card.show {
  display: flex;
}

.user-avatar {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 8px;
  background: #fff;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  display: grid;
  place-items: center;
  color: #050505;
  font-size: 1.55rem;
  font-weight: 950;
}

.user-nickname {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 900;
}

.artwork-name {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: .92rem;
}

.user-info {
  min-width: 0;
  flex: 1 1 auto;
}

.platform-result-logo {
  margin-left: auto;
  color: #ff2442;
  font-weight: 950;
  font-size: 1.35rem;
  white-space: nowrap;
}

.middle {
  position: relative;
  margin-top: 70px;
  text-align: center;
}

.bar {
  width: 10px;
  height: 70px;
  display: inline-block;
  transform-origin: bottom center;
  background: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  animation: loader 1.2s linear infinite;
}

.bar1 { animation-delay: .1s; }
.bar2 { animation-delay: .2s; }
.bar3 { animation-delay: .3s; }
.bar4 { animation-delay: .4s; }
.bar5 { animation-delay: .5s; }
.bar6 { animation-delay: .6s; }
.bar7 { animation-delay: .7s; }
.bar8 { animation-delay: .8s; }

@keyframes loader {
  0% { transform: scaleY(.1); background: #fff; }
  50% { transform: scaleY(1); background: #e64980; }
  100% { transform: scaleY(.1); background: transparent; }
}

#DlBunnyVideo {
  display: none;
  width: 100%;
  max-height: 380px;
  border: 2px solid rgba(0,0,0,.4);
  aspect-ratio: 16/9;
  background: #0f172a;
}

#gallery {
  min-height: 450px;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gallery-tile {
  min-height: 160px;
  border: 2px solid rgba(0,0,0,.4);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #a5d8ff, #ffd8a8, #faa2c1);
  overflow: hidden;
  display: block;
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  display: block;
  object-fit: cover;
}

#download_player_audio {
  display: none;
  width: 100%;
}

.result-note {
  text-align: center;
}

.btn-group-d {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.history-open {
  width: 100%;
}

#download_btn {
  min-height: 56px;
}

.media-download-option {
  min-height: 52px;
  border-color: var(--fa-navy);
  border-bottom: 6px solid var(--fa-navy);
  font-weight: 800;
  white-space: normal;
  word-break: break-word;
}

.subtitle-download-option,
.cover-download-option {
  background: #c2ccdc;
  color: #0b1f3a;
}

#buttons-container {
  display: grid !important;
  flex: 1 1 620px;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 10px;
}

.btn-group-d > .col-3 {
  flex: 0 0 260px;
  max-width: 260px;
}

.btn-group-d > #download_btn {
  display: none;
}

.progress {
  height: 1rem;
  overflow: hidden;
  background: #e9ecef;
  border-radius: .25rem;
}

.d-none {
  display: none !important;
}

.progress-bar {
  width: 0%;
  height: 100%;
  background: #146ebe;
  transition: width .2s ease;
}

.result-discover-card {
  margin: 32px 4px 0;
  border: 1px solid #cdd9ec;
  border-radius: 4px;
  overflow: hidden;
  text-align: left;
  background: #fff;
}

.result-discover-header {
  padding: 12px 20px;
  background: #e8f1ff;
  font-weight: 800;
  font-size: 1.1rem;
}

.result-discover-row {
  width: 100%;
  min-height: 58px;
  padding: 0 20px;
  border: 0;
  border-top: 1px solid #edf1f7;
  background: #fff;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: inherit;
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
}

.result-discover-row span {
  color: #8d99aa;
  font-size: 2rem;
  line-height: 1;
}

.history-line {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.round-icon {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: #183153;
  border-radius: 50%;
}

.icon.icon-cd {
  display: inline-block;
  width: 20px;
  height: 13px;
  margin-right: 3px;
  vertical-align: -1px;
  background: url("assets/cd.svg") no-repeat center / cover;
}

.sharethis-inline-share-buttons {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  border-bottom: 1px solid #edf0f6;
}

.share-count {
  color: #6b7280;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.sharethis-inline-share-buttons button {
  width: 34px;
  height: 34px;
  color: #fff;
  border: 0;
  border-radius: 50%;
  background: #146ebe;
  font-weight: 800;
  cursor: pointer;
}

.sharethis-inline-share-buttons button:nth-child(3) { background: #000; }
.sharethis-inline-share-buttons button:nth-child(4) { background: #4285f4; }
.sharethis-inline-share-buttons button:nth-child(5) { background: #f59f00; }
.sharethis-inline-share-buttons button:nth-child(6) { background: #0a66c2; }
.sharethis-inline-share-buttons button:nth-child(7) { background: #ff4500; }
.sharethis-inline-share-buttons button:nth-child(8) { background: #229ed9; }
.sharethis-inline-share-buttons button:nth-child(9) { background: #51cf66; }

.ad-container {
  margin: 12px 0 36px;
}

.ad-box {
  min-height: 90px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 24px;
  background: #eaf1ff;
  border: 1px solid #ced9ed;
  color: #4b5563;
}

.ad-box span {
  color: #8a96aa;
}

.ad-box strong {
  color: #4b5563;
  font-size: 22px;
}

.content-space-t-1 {
  padding-top: 1.5rem;
}

.content-space-b-1 {
  padding-bottom: 1.5rem;
}

.step {
  padding: 0;
  margin-left: 0;
  list-style: none;
}

.step-dashed .step-item {
  position: relative;
  padding-bottom: 24px;
}

.step-dashed .step-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 34px;
  bottom: -2px;
  border-left: 1px dashed #cbd3df;
}

.step-content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.step-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  color: #146ebe;
  background: rgba(20, 110, 190, .12);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.step-title {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.step-content p {
  margin-top: 0;
  color: #4b5b73;
  word-break: break-word;
}

.guide-tag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 2px 8px;
  margin-left: 4px;
  border-radius: 999px;
  background: #0f62d8;
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.2;
}

.guide-check {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border: 1.5px solid #18a313;
  border-radius: 50%;
  color: #18a313;
  font-size: .75rem;
  font-weight: 900;
}

#hot-media-list-container {
  width: 90%;
  height: 355px;
  overflow: hidden;
  margin: -60px auto 64px;
  position: relative;
  background: #fff;
  border: 2px solid var(--fa-border);
  border-radius: var(--radius);
  padding: 8px 16px 9.8px;
}

#hot-media-list {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

#hot-media-list li {
  display: flex;
  align-items: center;
  min-height: 74px;
  border-bottom: 1px solid #eaeaea;
  padding: 10px;
  font-size: .9em;
  justify-content: flex-start;
  position: relative;
}

#hot-media-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 50px;
  background: no-repeat right top / contain;
  opacity: .1;
  z-index: 0;
}

#hot-media-list li.hot-tiktok::before { background-image: url("assets/douyin.webp"); }
#hot-media-list li.hot-yt-icon::before { background-image: url("assets/youtube.webp"); }
#hot-media-list li.hot-bz-icon::before { background-image: url("assets/bilibili.webp"); }
#hot-media-list li.hot-suno-icon::before { background-image: url("assets/suno.webp"); }
#hot-media-list li.hot-kuaishou-icon::before { background-image: url("assets/kuaishou.webp"); }
#hot-media-list li.hot-instagram-icon::before { background-image: url("assets/instagram.webp"); }
#hot-media-list li.hot-xhs-icon::before { background-image: url("assets/redbook.webp"); }
#hot-media-list li.hot-facebook-icon::before { background-image: url("assets/facebook.webp"); }
#hot-media-list li.hot-twitter-icon::before { background-image: url("assets/twitter.webp"); }
#hot-media-list li.hot-pinterest-icon::before { background-image: url("assets/pinterest.webp"); }

#hot-media-list li > * {
  position: relative;
  z-index: 1;
}

.nickname {
  flex: 0 0 70px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.barrage-list {
  margin-right: 85px;
  overflow: hidden;
}

.visitor {
  color: #0c0b0b;
  font-weight: 400;
}

.media-url {
  display: block;
  margin-left: 10px;
  max-width: 620px;
  color: #146ebe;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.social-stats {
  position: absolute;
  right: 20px;
  bottom: 5px;
  display: flex;
}

.social-stats span {
  margin-left: 12px;
  font-size: .95em;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 54px;
}

.card {
  display: block;
  background: #fff;
  border-radius: .75em;
  color: var(--fa-navy);
}

.border {
  border: 1px solid #e7eaf3;
}

.card-body {
  padding: 26px;
}

.svg-icon {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  color: #183153;
  font-size: 36px;
  font-weight: 900;
  border: 2px solid #183153;
  border-radius: 12px;
}

.card h4 {
  margin: 18px 0 8px;
  color: var(--text);
}

.card p {
  color: #4b5b73;
}

.card-link {
  font-weight: 700;
  color: #146ebe !important;
}

.faq-title {
  margin-top: 20px;
}

.accordion {
  max-width: 920px;
  margin: 0 auto;
}

.accordion-item {
  background: #fff;
  border-bottom: 1px solid #e7eaf3;
}

.accordion-item h3 {
  margin: 0;
}

.accordion-button {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  color: var(--text);
  background: #fff;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.accordion-button::after {
  content: "⌃";
  margin-left: 12px;
}

.accordion-button.collapsed::after {
  content: "⌄";
}

.accordion-collapse {
  padding: 0 0 18px;
  color: #4b5b73;
}

.accordion-collapse.collapse {
  display: none;
}

.footer {
  margin-top: 40px;
  padding: 36px 0;
  color: #cbd5e1;
  background: #111827;
  text-align: center;
}

.footer a {
  display: inline-block;
  margin: 0 10px 12px;
  color: #e5edf8;
  font-weight: 600;
}

.footer p {
  margin: 10px 0 0;
  color: #9aa7ba;
}

.nk-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 -10px 24px rgba(0,0,0,.06);
  font-size: 13px;
}

.btn-primary {
  color: #fff;
  background: #146ebe;
  border-color: #146ebe;
}

.btn-sm {
  min-height: 34px;
  padding: 7px 10px;
  font-size: .875rem;
}

.scroll-top {
  position: fixed;
  right: 24px;
  bottom: 72px;
  z-index: 60;
  width: 48px;
  height: 48px;
  display: none;
  place-items: center;
  color: #fff;
  background: #183153;
  border: 0;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(0,0,0,.24);
}

.scroll-top.show {
  display: grid;
}

.toast-wrap {
  position: fixed;
  top: 4rem;
  right: 2rem;
  z-index: 999999;
  pointer-events: none;
}

.toast {
  width: 400px;
  min-height: 58px;
  margin-bottom: 6px;
  padding: 15px 15px 15px 50px;
  color: #fff;
  background: #333;
  border: 1px solid rgba(0,0,0,.6);
  border-radius: 6px;
  box-shadow: 3px 3px 12px #fefefe;
  font-size: 18px;
  opacity: .95;
}

.toast.warning {
  background: #f89406;
}

.toast.success {
  background: #51a351;
}

.history-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(24,49,83,.46);
}

.history-modal[hidden] {
  display: none;
}

.history-card {
  position: relative;
  width: min(640px, 100%);
  max-height: 80vh;
  overflow: auto;
  padding: 24px;
  background: #fff;
  border: 2px solid var(--fa-border);
  border-radius: var(--radius);
  box-shadow: 0 22px 70px rgba(0,0,0,.25);
}

.history-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: var(--radius);
  font-size: 26px;
  cursor: pointer;
}

#historyList {
  padding-left: 18px;
}

#historyList li {
  margin: 8px 0;
  color: #344054;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(236,240,241,.5);
  box-shadow: inset 0 0 5px rgba(0,0,0,.08);
}

::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: rgba(180,190,200,.65);
  box-shadow: inset 0 0 20px rgba(0,0,0,.14);
}

@media (max-width: 1152px) {
  .container-fluid {
    max-width: 100%;
  }

  .brand-slogan {
    display: none;
  }

  .dl-btn-group {
    flex-wrap: wrap;
    gap: 12px;
  }

  .btn-group,
  .captcha-group,
  .carousel-wrapper {
    flex: 0 0 100%;
    width: 100%;
    max-width: none;
  }

  #buttons-container {
    flex-basis: 100%;
    grid-template-columns: 1fr;
  }

  .btn-group-d > .col-3 {
    flex: 0 0 100%;
    max-width: none;
  }

  .captcha-group {
    padding-left: 0;
    padding-right: 0;
  }

  #collapseExample {
    width: 100%;
    min-width: 0;
  }

  #hot-media-list-container {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .navbar {
    min-height: 72px;
  }

  .navbar-nav-wrap {
    min-height: 72px;
    flex-wrap: wrap;
  }

  .navbar-brand-wrapper {
    min-width: 0;
    flex: 1;
  }

  .logo-badge {
    width: 40px;
    height: 40px;
    font-size: 21px;
  }

  .logo-text {
    font-size: 20px;
  }

  .navbar-toggler {
    display: inline-block;
  }

  .navbar-toggler.open .navbar-toggler-default {
    display: none;
  }

  .navbar-toggler.open .navbar-toggler-toggled {
    display: inline;
  }

  .navbar-nav-wrap-col {
    flex: 0 0 100%;
    display: none;
    padding: 8px 0 16px;
  }

  .navbar-collapse.collapse {
    display: none;
  }

  .navbar-nav-wrap-col.show {
    display: block;
  }

  .nav-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .dropdown-menu {
    left: 0;
    right: auto;
  }

  .pt-6 {
    padding-top: 1.25rem !important;
  }

  .hero-header {
    font-size: 24px;
  }

  .hero-header::before {
    font-size: 34px;
  }

  .hero-h2 {
    margin-top: 12px;
  }

  .form-label {
    flex-direction: column;
    gap: 6px;
  }

  .limit-copy {
    max-width: 100%;
  }

  .paste-menu {
    position: static;
    text-align: left;
  }

  .btn-group .btn {
    font-size: 14px;
  }

  .format-grid,
  .feature-grid,
  #gallery {
    grid-template-columns: 1fr;
  }

  .col-3,
  .col-6,
  .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }

  .btn-group-d {
    flex-wrap: wrap;
  }

  .nk-cookie-banner {
    align-items: stretch;
    flex-direction: column;
  }

  .toast {
    width: calc(100vw - 32px);
  }

  .toast-wrap {
    right: 16px;
    left: 16px;
  }
}
