/* Minimal theme: variable tone layout */
html.bbs-theme-minimal {
  --bbs-bg: #f3f6fb;
  --bbs-card: #ffffff;
  --bbs-text: #111827;
  --bbs-muted: #667085;
  --bbs-border: #e8edf5;
  --bbs-blue: #111827;
  --bbs-active-bg: #111827;
  --bbs-active-text: #ffffff;
}

html.bbs-theme-minimal.bbs-tone-blue {
  --bbs-blue: #2563eb;
  --bbs-active-bg: #2563eb;
  --bbs-active-text: #ffffff;
}

html.bbs-theme-minimal.bbs-tone-green {
  --bbs-blue: #16a34a;
  --bbs-active-bg: #16a34a;
  --bbs-active-text: #ffffff;
}

html.bbs-theme-minimal.bbs-tone-purple {
  --bbs-blue: #7c3aed;
  --bbs-active-bg: #7c3aed;
  --bbs-active-text: #ffffff;
}

html.bbs-theme-minimal.bbs-tone-orange {
  --bbs-blue: #ea580c;
  --bbs-active-bg: #ea580c;
  --bbs-active-text: #ffffff;
}

html.bbs-theme-minimal.bbs-tone-rose {
  --bbs-blue: #e11d48;
  --bbs-active-bg: #e11d48;
  --bbs-active-text: #ffffff;
}

html.bbs-theme-minimal.bbs-tone-cyan {
  --bbs-blue: #0891b2;
  --bbs-active-bg: #0891b2;
  --bbs-active-text: #ffffff;
}

html.bbs-theme-minimal.bbs-tone-indigo {
  --bbs-blue: #4f46e5;
  --bbs-active-bg: #4f46e5;
  --bbs-active-text: #ffffff;
}

html.bbs-theme-minimal.bbs-tone-brown {
  --bbs-blue: #a16207;
  --bbs-active-bg: #a16207;
  --bbs-active-text: #ffffff;
}

html.bbs-theme-minimal,
html.bbs-theme-minimal body {
  background: var(--bbs-bg) !important;
  color: var(--bbs-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Microsoft YaHei", sans-serif;
  scrollbar-color: #cfd5df var(--bbs-bg);
  scrollbar-width: thin;
}

html.bbs-theme-minimal * {
  scrollbar-color: #cfd5df transparent;
  scrollbar-width: thin;
}

html.bbs-theme-minimal::-webkit-scrollbar,
html.bbs-theme-minimal *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

html.bbs-theme-minimal::-webkit-scrollbar-track,
html.bbs-theme-minimal *::-webkit-scrollbar-track {
  background: transparent;
}

html.bbs-theme-minimal::-webkit-scrollbar-thumb,
html.bbs-theme-minimal *::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: #cfd5df;
  background-clip: padding-box;
}

html.bbs-theme-minimal::-webkit-scrollbar-thumb:hover,
html.bbs-theme-minimal *::-webkit-scrollbar-thumb:hover {
  background: #98a2b3;
  background-clip: padding-box;
}

html.bbs-theme-minimal::-webkit-scrollbar-corner,
html.bbs-theme-minimal *::-webkit-scrollbar-corner {
  background: transparent;
}

html.bbs-theme-minimal body:before,
html.bbs-theme-minimal body:after {
  display: none !important;
}

html.bbs-theme-minimal .container,
html.bbs-theme-minimal .bbs-topbar > .container {
  max-width: 1180px;
}

html.bbs-theme-minimal #body > .container {
  width: 100%;
  max-width: 1140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

html.bbs-theme-minimal .bbs-footer-container {
  width: 100%;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html.bbs-theme-minimal #header,
html.bbs-theme-minimal .navbar,
html.bbs-theme-minimal .bbs-topbar {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid #edf1f7 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

html.bbs-theme-minimal .navbar-brand,
html.bbs-theme-minimal .navbar a,
html.bbs-theme-minimal .bbs-topbar a {
  color: #182033 !important;
}

html.bbs-theme-minimal .bbs-topbar-nav .nav-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 34px;
  padding: 7px 14px !important;
  border: 1px solid transparent !important;
  border-radius: 7px !important;
  background: transparent !important;
  color: #182033 !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-topbar-nav .nav-link:hover,
html.bbs-theme-minimal .bbs-topbar-nav .nav-link:focus,
html.bbs-theme-minimal .bbs-topbar-nav .nav-item.active .nav-link {
  border-color: var(--bbs-active-bg) !important;
  background: var(--bbs-active-bg) !important;
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-topbar-nav .nav-link:hover *,
html.bbs-theme-minimal .bbs-topbar-nav .nav-link:focus *,
html.bbs-theme-minimal .bbs-topbar-nav .nav-item.active .nav-link * {
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal #body {
  padding-top: 18px;
  background: var(--bbs-bg) !important;
}

html.bbs-theme-minimal .bbs-feed-container {
  width: 100%;
  max-width: 1140px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html.bbs-theme-minimal .bbs-feed-grid,
html.bbs-theme-minimal .bbs-index-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: start;
  justify-content: stretch;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

html.bbs-theme-minimal .bbs-feed-left,
html.bbs-theme-minimal .bbs-forum-nav-modern {
  display: none !important;
}

html.bbs-theme-minimal .bbs-feed-main {
  min-width: 0;
}

html.bbs-theme-minimal .bbs-feed-right,
html.bbs-theme-minimal .bbs-side-modern {
  display: block !important;
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
  flex: 0 0 300px !important;
}

html.bbs-theme-minimal .bbs-main-modern,
html.bbs-theme-minimal .bbs-index-main {
  overflow: visible;
}

html.bbs-theme-minimal .bbs-home-carousel {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
  height: 280px;
  border: 10px solid #fff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 15px 3px rgba(16, 24, 40, 0.12), 0 5px 20px 3px rgba(16, 24, 40, 0.08);
  box-sizing: border-box;
}

html.bbs-theme-minimal .bbs-home-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.6) 100%);
}

html.bbs-theme-minimal .bbs-home-carousel-track,
html.bbs-theme-minimal .bbs-home-carousel-item {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

html.bbs-theme-minimal .bbs-home-carousel-item {
  display: block;
  border-radius: 0;
  background: #111827;
  opacity: 1;
  visibility: visible;
  text-decoration: none !important;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  transition: clip-path .45s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-clip-path .45s cubic-bezier(0.65, 0.05, 0.36, 1);
}

html.bbs-theme-minimal .bbs-home-carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.125);
  pointer-events: none;
}

html.bbs-theme-minimal .bbs-home-carousel-item.slide-on {
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
}

html.bbs-theme-minimal .bbs-home-carousel-item img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

html.bbs-theme-minimal .bbs-home-carousel-content {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 120px;
  bottom: auto;
  z-index: 10;
  display: block;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transform: none;
  opacity: 1;
}

html.bbs-theme-minimal .bbs-home-carousel-content span {
  display: none;
}

html.bbs-theme-minimal .bbs-home-carousel-content strong {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 2px;
  color: #fff;
  font-size: clamp(28px, 5.2vw, 50px);
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  clip-path: inset(0 0 0 100%);
  -webkit-clip-path: inset(0 0 0 100%);
  transition: clip-path .3s cubic-bezier(0.65, 0.05, 0.36, 1) .45s, -webkit-clip-path .3s cubic-bezier(0.65, 0.05, 0.36, 1) .45s;
}

html.bbs-theme-minimal .bbs-home-carousel-content p {
  position: relative;
  z-index: 9;
  display: block;
  overflow: hidden;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
  letter-spacing: .18em;
  white-space: nowrap;
  text-overflow: ellipsis;
  clip-path: inset(0 0 0 100%);
  -webkit-clip-path: inset(0 0 0 100%);
  transition: clip-path .3s cubic-bezier(0.65, 0.05, 0.36, 1) .6s, -webkit-clip-path .3s cubic-bezier(0.65, 0.05, 0.36, 1) .6s;
}

html.bbs-theme-minimal .bbs-home-carousel-item.text-on .bbs-home-carousel-content strong,
html.bbs-theme-minimal .bbs-home-carousel-item.text-on .bbs-home-carousel-content p {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

html.bbs-theme-minimal .bbs-home-carousel-nav {
  position: absolute;
  top: auto;
  bottom: 30px;
  z-index: 99;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #111827;
  font-size: 24px;
  line-height: 40px;
  box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.15);
  transform: none;
  cursor: pointer;
  transition: .3s all ease;
}

html.bbs-theme-minimal .bbs-home-carousel-nav:hover {
  background: #fff;
  transform: none;
}

html.bbs-theme-minimal .bbs-home-carousel-nav.disabled {
  background: #ddd;
  color: rgba(17, 24, 39, 0.5);
  cursor: not-allowed;
}

html.bbs-theme-minimal .bbs-home-carousel-nav.prev {
  right: 70px;
  left: auto;
  border-radius: 3px 0 0 3px;
}

html.bbs-theme-minimal .bbs-home-carousel-nav.next {
  right: 30px;
  border-radius: 0 3px 3px 0;
}

html.bbs-theme-minimal .bbs-home-carousel-dots {
  display: none;
}

html.bbs-theme-minimal .bbs-feed-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 0 8px 0 14px;
  min-height: 44px;
  border: 0;
  border-radius: 12px 12px 0 0;
  background: #fff;
  box-shadow: none;
}

html.bbs-theme-minimal .bbs-feed-tab-links {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  gap: 8px !important;
  column-gap: 8px !important;
  padding: 0;
}

html.bbs-theme-minimal .bbs-feed-tab-links a,
html.bbs-theme-minimal .bbs-feed-tabs .bbs-feed-tab-links a {
  position: relative;
  margin: 0 !important;
  padding: 7px 14px !important;
  border: 1px solid transparent !important;
  border-radius: 7px !important;
  background: transparent !important;
  color: #667085 !important;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-feed-tab-links a:hover,
html.bbs-theme-minimal .bbs-feed-tab-links a:focus,
html.bbs-theme-minimal .bbs-feed-tabs .bbs-feed-tab-links a:hover,
html.bbs-theme-minimal .bbs-feed-tabs .bbs-feed-tab-links a:focus,
html.bbs-theme-minimal .bbs-feed-tab-links a.active,
html.bbs-theme-minimal .bbs-feed-tabs .bbs-feed-tab-links a.active {
  border-color: var(--bbs-active-bg) !important;
  background: var(--bbs-active-bg) !important;
  color: var(--bbs-active-text) !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-feed-tab-links a.active:after,
html.bbs-theme-minimal .bbs-feed-tabs .bbs-feed-tab-links a.active:after,
html.bbs-theme-minimal .bbs-feed-tab-links a:hover:after,
html.bbs-theme-minimal .bbs-feed-tabs .bbs-feed-tab-links a:hover:after {
  content: none;
}

html.bbs-theme-minimal .bbs-feed-tabs > a.bbs-feed-create-mini,
html.bbs-theme-minimal .bbs-feed-tabs > a.bbs-feed-create-mini:link,
html.bbs-theme-minimal .bbs-feed-tabs > a.bbs-feed-create-mini:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px;
  margin-left: auto !important;
  margin-right: 0 !important;
  min-width: 64px;
  height: 26px;
  padding: 0 10px !important;
  border: 1px solid #111827 !important;
  border-radius: 7px !important;
  background: #111827 !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-feed-tabs > a.bbs-feed-create-mini:hover,
html.bbs-theme-minimal .bbs-feed-tabs > a.bbs-feed-create-mini:focus {
  border-color: #111827 !important;
  background: #fff !important;
  color: #111827 !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-feed-tabs > a.bbs-feed-create-mini i,
html.bbs-theme-minimal .bbs-feed-tabs > a.bbs-feed-create-mini span {
  display: inline-flex;
  align-items: center;
  height: 1em;
  color: inherit !important;
  line-height: 1 !important;
}

html.bbs-theme-minimal .bbs-feed-tabs > a.bbs-feed-create-mini i {
  font-size: 11px;
  transform: translateY(0);
}

html.bbs-theme-minimal .threadlist {
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  background: #fff;
}

html.bbs-theme-minimal .bbs-forum-breadcrumb {
  display: none !important;
}

html.bbs-theme-minimal .bbs-forum-tabs {
  margin-bottom: 0 !important;
}

html.bbs-theme-minimal .bbs-forum-thread-card {
  min-height: 0 !important;
  padding-right: 0 !important;
  cursor: default !important;
}

html.bbs-theme-minimal .bbs-forum-thread-card .bbs-feed-card-body h2,
html.bbs-theme-minimal .bbs-forum-thread-card .bbs-feed-card-body p,
html.bbs-theme-minimal .bbs-forum-thread-card .bbs-feed-card-foot {
  max-width: none !important;
}

html.bbs-theme-minimal .bbs-forum-thread-head {
  display: none !important;
}

html.bbs-theme-minimal .bbs-feed-card {
  position: relative;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #edf1f7 !important;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

html.bbs-theme-minimal .bbs-feed-card::after {
  display: none;
}

html.bbs-theme-minimal .bbs-feed-card:hover {
  transform: none;
  box-shadow: none;
}

html.bbs-theme-minimal .bbs-feed-card-body {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 10px;
  align-items: start;
  padding: 18px 66px 8px 18px;
}

html.bbs-theme-minimal .bbs-feed-card-body:before {
  display: none;
}

html.bbs-theme-minimal .bbs-feed-title-avatar {
  display: block;
  grid-column: 1;
  grid-row: 1;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
  background: #eef3f8;
}

html.bbs-theme-minimal .bbs-feed-title-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html.bbs-theme-minimal .bbs-feed-card-body h2 {
  grid-column: 2;
  grid-row: 1;
  margin: 4px 0 6px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

html.bbs-theme-minimal .bbs-feed-card-body p,
html.bbs-theme-minimal .bbs-feed-card-body .bbs-feed-image-preview {
  grid-column: 2;
}

html.bbs-theme-minimal .bbs-feed-card-body h2 a {
  color: #182033;
}

html.bbs-theme-minimal .bbs-feed-title-label {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 10px;
  padding: 2px 6px;
  border: 1px solid #d0d5dd;
  border-radius: 0;
  background: #f8fafc;
  color: #475467;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  white-space: nowrap;
  transform: translateY(-1px);
}

html.bbs-theme-minimal .bbs-feed-title-label + .bbs-feed-title-label {
  margin-left: 6px;
}

html.bbs-theme-minimal .bbs-feed-title-label.bbs-feed-tag-top,
html.bbs-theme-minimal .bbs-feed-title-label.bbs-feed-tag-digest,
html.bbs-theme-minimal .bbs-feed-title-label.bbs-feed-tag-mod {
  border-color: #d0d5dd;
  color: #475467;
  background: #f8fafc;
}

html.bbs-theme-minimal .bbs-feed-card-body p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.65;
}

html.bbs-theme-minimal .bbs-feed-image-preview {
  margin-top: 10px;
  max-width: none;
  gap: 8px;
}

html.bbs-theme-minimal .bbs-feed-image-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html.bbs-theme-minimal .bbs-feed-image-item {
  height: 108px;
  border-radius: 8px;
  border: 1px solid #edf1f7;
  background: #f8fafc;
}

html.bbs-theme-minimal .bbs-feed-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html.bbs-theme-minimal .bbs-feed-card-foot {
  position: static;
  padding: 0 66px 14px 60px;
  color: #8a96aa;
  font-size: 12px;
}

html.bbs-theme-minimal .bbs-feed-card-foot span:nth-of-type(2) {
  position: absolute;
  right: 14px;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #f5f7fb;
  color: #98a2b3;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
}

html.bbs-theme-minimal .bbs-feed-check {
  position: absolute;
  right: 18px;
  bottom: 16px;
}

html.bbs-theme-minimal .bbs-feed-corner {
  display: none;
}

html.bbs-theme-minimal .bbs-side-card,
html.bbs-theme-minimal .bbs-feed-side-card,
html.bbs-theme-minimal .bbs-checkin-card {
  width: 300px !important;
  max-width: 300px !important;
  margin-bottom: 16px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

html.bbs-theme-minimal .bbs-side-card h3,
html.bbs-theme-minimal .bbs-checkin-title strong {
  color: #182033;
  font-size: 15px;
}

html.bbs-theme-minimal .bbs-checkin-card,
html.bbs-theme-minimal .bbs-side-card,
html.bbs-theme-minimal .bbs-feed-side-card {
  padding: 18px;
}

html.bbs-theme-minimal .bbs-forum-profile-mods {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

html.bbs-theme-minimal .bbs-forum-profile-mods > span {
  flex: 0 0 auto;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

html.bbs-theme-minimal .bbs-forum-profile-mods > div {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

html.bbs-theme-minimal .bbs-forum-profile-mods a {
  display: block;
  width: 24px;
  height: 24px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50%;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden;
}

html.bbs-theme-minimal .bbs-forum-profile-mods img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0 !important;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-checkin-head span,
html.bbs-theme-minimal .bbs-side-card-head strong i,
html.bbs-theme-minimal .bbs-side-tag-card .icon-tags {
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-checkin-head .icon-calendar,
html.bbs-theme-minimal .bbs-side-card-head .icon-fire,
html.bbs-theme-minimal .bbs-side-tag-card .icon-tags {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  background: #f8fafc;
  color: #667085 !important;
  font-size: 10px;
  line-height: 1;
  box-shadow: none;
}

html.bbs-theme-minimal .bbs-side-card-head .icon-fire:before {
  content: '' !important;
  position: absolute;
  left: 5px;
  bottom: 4px;
  width: 8px;
  height: 10px;
  border: 2px solid #667085;
  border-bottom-color: transparent;
  border-radius: 8px 8px 8px 2px;
  transform: rotate(45deg);
}

html.bbs-theme-minimal .bbs-side-card-head .icon-fire:after {
  content: '';
  position: absolute;
  left: 8px;
  bottom: 5px;
  width: 4px;
  height: 5px;
  border-radius: 999px 999px 999px 2px;
  background: #667085;
  transform: rotate(45deg);
}

html.bbs-theme-minimal .bbs-checkin-head .icon-calendar:before {
  content: '' !important;
  position: absolute;
  left: 4px;
  top: 5px;
  width: 10px;
  height: 9px;
  border: 2px solid #667085;
  border-radius: 3px;
  box-sizing: border-box;
}

html.bbs-theme-minimal .bbs-checkin-head .icon-calendar:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 8px;
  width: 6px;
  height: 2px;
  border-top: 2px solid #667085;
}

html.bbs-theme-minimal .bbs-checkin-head h2,
html.bbs-theme-minimal .bbs-checkin-head b,
html.bbs-theme-minimal .bbs-side-card-head strong {
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-checkin-week span {
  color: #8a96aa !important;
}

html.bbs-theme-minimal .bbs-checkin-calendar span {
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1;
  border: 1px solid #e5e7eb !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #475467 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-checkin-calendar span.checked {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-checkin-calendar span.today {
  border-color: #111827 !important;
  background: #fff !important;
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-checkin-calendar span.backfillable {
  border-style: dashed !important;
  border-color: #cbd5e1 !important;
  background: #fff !important;
  color: #64748b !important;
}

html.bbs-theme-minimal .bbs-checkin-action .btn,
html.bbs-theme-minimal .bbs-checkin-action .btn-primary,
html.bbs-theme-minimal .bbs-checkin-action .btn-secondary {
  border: 1px solid #111827 !important;
  background: #111827 !important;
  color: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-checkin-action .btn:hover,
html.bbs-theme-minimal .bbs-checkin-action .btn:focus {
  border-color: #111827 !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-side-card-head a {
  color: #667085 !important;
}

html.bbs-theme-minimal .bbs-side-card-head a:hover,
html.bbs-theme-minimal .bbs-side-card-head a:focus {
  color: #111827 !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-side-hot-list {
  display: grid;
  gap: 8px;
}

html.bbs-theme-minimal .bbs-side-hot-list li {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 34px !important;
  padding: 0 !important;
  border-bottom: 0 !important;
}

html.bbs-theme-minimal .bbs-side-hot-list li em {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  border: 1px solid #d0d5dd !important;
  border-radius: 999px !important;
  background: #f2f4f7 !important;
  background-image: none !important;
  color: #667085 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-side-hot-list li.rank-1 em,
html.bbs-theme-minimal .bbs-side-hot-list li.rank-2 em,
html.bbs-theme-minimal .bbs-side-hot-list li.rank-3 em {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-side-hot-list li a {
  min-width: 0;
  overflow: hidden;
  color: #344054 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.bbs-theme-minimal .bbs-side-hot-list li a:hover,
html.bbs-theme-minimal .bbs-side-hot-list li a:focus {
  color: #111827 !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-side-hot-list li span {
  color: #98a2b3 !important;
}

html.bbs-theme-minimal .bbs-side-tabs a {
  color: #475467 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-side-tabs a:hover,
html.bbs-theme-minimal .bbs-side-tabs a:focus,
html.bbs-theme-minimal .bbs-side-tabs a.active {
  color: #fff !important;
  background: #111827 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-side-tag-list span {
  border: 1px solid #e5e7eb !important;
  background: #fff !important;
  color: #344054 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-side-tag-list span em {
  color: #98a2b3 !important;
}

html.bbs-theme-minimal .bbs-feed-tab-links a.active,
html.bbs-theme-minimal .bbs-feed-tabs .bbs-feed-tab-links a.active {
  padding: 6px 12px !important;
  border: 1px solid #111827 !important;
  border-bottom-color: #111827 !important;
  border-radius: 999px !important;
  background: #111827 !important;
  color: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-floating-tools a,
html.bbs-theme-minimal .bbs-floating-tools button {
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #475467;
  box-shadow: none;
}

html.bbs-theme-minimal .bbs-floating-tools a:hover,
html.bbs-theme-minimal .bbs-floating-tools button:hover {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-thread-quickbar-btn {
  border: 1px solid #d0d5dd !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #475467 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-thread-quickbar-btn:hover,
html.bbs-theme-minimal .bbs-thread-quickbar-btn:focus,
html.bbs-theme-minimal .bbs-thread-quickbar-btn:active {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transform: none !important;
}

html.bbs-theme-minimal .bbs-thread-quickbar-btn i {
  color: inherit !important;
}

html.bbs-theme-minimal .bbs-thread-wechat-pop {
  right: auto !important;
  left: 56px !important;
}

html.bbs-theme-minimal .bbs-thread-wechat-pop:after {
  right: auto !important;
  left: -7px !important;
  border: 1px solid #e8edf5 !important;
  border-top: 0 !important;
  border-right: 0 !important;
}

@media (max-width: 991.98px) {
  html.bbs-theme-minimal .bbs-global-quickbar .bbs-thread-wechat-pop {
    right: auto !important;
    left: 52px !important;
  }

  html.bbs-theme-minimal .bbs-global-quickbar .bbs-thread-wechat-pop:after {
    right: auto !important;
    left: -7px !important;
  }
}

html.bbs-theme-minimal .bbs-thread-layout {
  position: relative;
  gap: 18px;
  margin-left: 0;
  margin-right: 0;
}

html.bbs-theme-minimal #body > .bbs-thread-container {
  width: 100%;
  max-width: 1140px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

html.bbs-theme-minimal .bbs-thread-left-aside {
  position: absolute !important;
  left: -64px;
  top: 96px;
  z-index: 20;
  display: block !important;
  flex: none !important;
  width: 38px !important;
  max-width: 38px !important;
  height: calc(100% - 96px);
  overflow: visible;
}

html.bbs-theme-minimal .bbs-thread-left-sticky {
  position: sticky !important;
  top: 96px;
  overflow: visible;
}

html.bbs-theme-minimal .bbs-thread-left-aside .bbs-thread-tool-card {
  width: 38px;
  min-height: 96px;
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-thread-side-btn,
html.bbs-theme-minimal .bbs-thread-tool-title {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0 0 20px !important;
  padding: 0 !important;
  border: 1px solid #d0d5dd !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: transparent !important;
  font-size: 0;
  line-height: 38px;
  box-shadow: none !important;
  cursor: pointer;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-thread-tool-title {
  margin-bottom: 0 !important;
}

html.bbs-theme-minimal .bbs-thread-side-btn:hover,
html.bbs-theme-minimal .bbs-thread-side-btn:focus,
html.bbs-theme-minimal .bbs-thread-tool-title:hover,
html.bbs-theme-minimal .bbs-thread-left-aside.bbs-toc-open .bbs-thread-tool-title {
  border-color: #111827 !important;
  background: #111827 !important;
}

html.bbs-theme-minimal .bbs-thread-side-btn i,
html.bbs-theme-minimal .bbs-thread-tool-title i {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  color: #111827 !important;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  transform: translate(-50%, -50%);
}

html.bbs-theme-minimal .bbs-thread-side-back .bbs-thread-back-icon {
  position: relative;
  display: block;
  width: 15px;
  height: 12px;
}

html.bbs-theme-minimal .bbs-thread-side-back .bbs-thread-back-icon:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 5px;
  width: 9px;
  height: 5px;
  border-left: 2px solid #111827;
  border-top: 2px solid #111827;
  border-radius: 2px 0 0 0;
}

html.bbs-theme-minimal .bbs-thread-side-back .bbs-thread-back-icon:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 3px;
  width: 7px;
  height: 7px;
  border-left: 2px solid #111827;
  border-bottom: 2px solid #111827;
  transform: rotate(45deg);
}

html.bbs-theme-minimal .bbs-thread-side-back:hover .bbs-thread-back-icon:before,
html.bbs-theme-minimal .bbs-thread-side-back:focus .bbs-thread-back-icon:before,
html.bbs-theme-minimal .bbs-thread-side-back:hover .bbs-thread-back-icon:after,
html.bbs-theme-minimal .bbs-thread-side-back:focus .bbs-thread-back-icon:after {
  border-color: #fff;
}

html.bbs-theme-minimal .bbs-thread-side-btn:hover i,
html.bbs-theme-minimal .bbs-thread-side-btn:focus i,
html.bbs-theme-minimal .bbs-thread-tool-title:hover i,
html.bbs-theme-minimal .bbs-thread-left-aside.bbs-toc-open .bbs-thread-tool-title i {
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-thread-toc {
  position: absolute;
  left: -214px;
  top: 126px;
  width: 250px;
  max-height: min(420px, calc(100vh - 140px));
  overflow-y: auto;
  padding: 12px;
  border: 1px solid #edf1f7;
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

html.bbs-theme-minimal .bbs-thread-left-aside.bbs-toc-open .bbs-thread-toc {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

html.bbs-theme-minimal .bbs-thread-toc a {
  margin-bottom: 2px;
  padding: 7px 9px;
  border-radius: 9px;
  color: #667085 !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

html.bbs-theme-minimal .bbs-thread-toc a:hover,
html.bbs-theme-minimal .bbs-thread-toc a.active {
  background: #f2f4f7 !important;
  color: #111827 !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-thread-main,
html.bbs-theme-minimal .bbs-thread-layout-no-toc .bbs-thread-main {
  flex: 0 0 calc(100% - 318px) !important;
  max-width: calc(100% - 318px) !important;
  min-width: 0;
}

html.bbs-theme-minimal .bbs-thread-aside {
  flex: 0 0 300px !important;
  max-width: 300px !important;
}

html.bbs-theme-minimal .card-thread,
html.bbs-theme-minimal .card-postlist,
html.bbs-theme-minimal .bbs-profile-side-card,
html.bbs-theme-minimal .bbs-author-hot-card,
html.bbs-theme-minimal .bbs-thread-tool-card {
  border: 0 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .card-thread .card-body,
html.bbs-theme-minimal .card-postlist .card-body {
  padding: 22px !important;
}

html.bbs-theme-minimal .card-thread h4,
html.bbs-theme-minimal .card-thread h1 {
  color: #111827 !important;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
}

html.bbs-theme-minimal .card-thread hr {
  border-top-color: #edf1f7;
}

html.bbs-theme-minimal .bbs-thread-meta-row,
html.bbs-theme-minimal .postlist .d-flex.justify-content-between.small {
  color: #8a96aa !important;
}

html.bbs-theme-minimal .bbs-thread-meta-row a,
html.bbs-theme-minimal .postlist .username a,
html.bbs-theme-minimal .postlist a.text-muted {
  color: #475467 !important;
}

html.bbs-theme-minimal .bbs-thread-meta-row a:hover,
html.bbs-theme-minimal .postlist a.text-muted:hover {
  color: #111827 !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .card-thread .message,
html.bbs-theme-minimal .card-postlist .message {
  color: #344054 !important;
  font-size: 15px;
  line-height: 1.9;
}

html.bbs-theme-minimal .message a {
  color: #111827 !important;
  border-bottom: 1px solid #d0d5dd;
  text-decoration: none !important;
}

html.bbs-theme-minimal .message a:hover {
  color: #000 !important;
  border-bottom-color: #111827;
}

html.bbs-theme-minimal .bbs-thread-brief-box,
html.bbs-theme-minimal .bbs-version-panel,
html.bbs-theme-minimal .bbs-copyright-notice,
html.bbs-theme-minimal .bbs-attach-panel {
  border: 1px solid #edf1f7 !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-attach-panel {
  padding: 0.85rem 0.95rem !important;
}

html.bbs-theme-minimal .bbs-attach-panel-head {
  margin-bottom: 0.72rem !important;
  padding-bottom: 0.72rem !important;
  border-bottom: 1px solid #edf1f7 !important;
}

html.bbs-theme-minimal .bbs-thread-brief-label,
html.bbs-theme-minimal .bbs-version-title,
html.bbs-theme-minimal .bbs-attach-panel-title > i {
  color: #111827 !important;
  background: #eef2f6 !important;
}

html.bbs-theme-minimal .bbs-attach-panel-title > i {
  width: 30px !important;
  height: 30px !important;
  border-radius: 9px !important;
}

html.bbs-theme-minimal .bbs-attach-panel-title strong,
html.bbs-theme-minimal .bbs-attach-title {
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-attach-panel-title span,
html.bbs-theme-minimal .bbs-attach-panel-head em,
html.bbs-theme-minimal .bbs-attach-meta,
html.bbs-theme-minimal .bbs-attach-badge small {
  color: #667085 !important;
}

html.bbs-theme-minimal .bbs-attach-list {
  gap: 0 !important;
}

html.bbs-theme-minimal .bbs-attach-item {
  position: static !important;
  grid-template-columns: 42px minmax(0, 1fr) 300px !important;
  align-items: center !important;
  gap: 0.78rem !important;
  min-height: 104px !important;
  padding: 0.75rem 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-attach-item + .bbs-attach-item {
  border-top: 1px solid #edf1f7 !important;
}

html.bbs-theme-minimal .bbs-attach-item:hover {
  border-color: #edf1f7 !important;
  box-shadow: none !important;
  transform: none !important;
}

html.bbs-theme-minimal .bbs-attach-thumb {
  width: 42px !important;
  height: 42px !important;
  border-color: #edf1f7 !important;
  border-radius: 10px !important;
  background: #fff !important;
}

html.bbs-theme-minimal .bbs-attach-thumb svg {
  width: 22px !important;
  height: 22px !important;
}

html.bbs-theme-minimal .bbs-attach-meta span {
  min-height: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html.bbs-theme-minimal .bbs-attach-meta span + span::before {
  content: "·";
  margin-right: 0.36rem;
  color: #c0c7d2;
}

html.bbs-theme-minimal .bbs-attach-control {
  position: absolute !important;
  right: 0.95rem !important;
  bottom: 0.85rem !important;
  display: block !important;
  width: 300px !important;
  height: 86px !important;
}

html.bbs-theme-minimal .bbs-attach-badge {
  display: block !important;
  width: 100% !important;
  text-align: right !important;
}

html.bbs-theme-minimal .bbs-attach-badge .bbs-attach-price {
  position: absolute !important;
  top: -30px !important;
  right: 0 !important;
}

html.bbs-theme-minimal .bbs-attach-badge small {
  position: absolute !important;
  top: 14px !important;
  right: 62px !important;
  max-width: 190px !important;
  padding: 0.18rem 0.45rem !important;
  color: #2563eb !important;
  border: 1px solid rgba(37, 99, 235, 0.14) !important;
  border-radius: 7px !important;
  background: #eff6ff !important;
}

html.bbs-theme-minimal .bbs-attach-buttons {
  position: absolute !important;
  right: 0 !important;
  bottom: -0.45rem !important;
  justify-content: flex-end !important;
  gap: 0.38rem !important;
  width: 100% !important;
}

html.bbs-theme-minimal .bbs-attach-price,
html.bbs-theme-minimal .bbs-attach-price.is-free,
html.bbs-theme-minimal .bbs-attach-price.is-pending {
  min-height: 26px !important;
  color: #344054 !important;
  border-color: #d0d5dd !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-attach-download,
html.bbs-theme-minimal .bbs-attach-rate,
html.bbs-theme-minimal .bbs-attach-report,
html.bbs-theme-minimal .bbs-attach-delete {
  min-height: 30px !important;
  padding: 0 0.68rem !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-attach-download,
html.bbs-theme-minimal .bbs-attach-download:visited,
html.bbs-theme-minimal .message .bbs-attach-download {
  color: #344054 !important;
  border-color: #d0d5dd !important;
  background: #fff !important;
}

html.bbs-theme-minimal .bbs-attach-download:hover,
html.bbs-theme-minimal .bbs-attach-download:focus,
html.bbs-theme-minimal .bbs-attach-download:active,
html.bbs-theme-minimal .message .bbs-attach-download:hover,
html.bbs-theme-minimal .message .bbs-attach-download:focus,
html.bbs-theme-minimal .message .bbs-attach-download:active {
  color: #111827 !important;
  border-color: #98a2b3 !important;
  background: #f8fafc !important;
  box-shadow: none !important;
  transform: none !important;
}

html.bbs-theme-minimal .bbs-attach-rate,
html.bbs-theme-minimal .bbs-attach-report {
  color: #344054 !important;
  border-color: #d0d5dd !important;
  background: #fff !important;
}

html.bbs-theme-minimal .bbs-attach-rate:hover,
html.bbs-theme-minimal .bbs-attach-report:hover {
  color: #111827 !important;
  background: #f8fafc !important;
}

@media (max-width: 767.98px) {
  html.bbs-theme-minimal .bbs-attach-item {
    grid-template-columns: 42px minmax(0, 1fr) !important;
  }

  html.bbs-theme-minimal .bbs-attach-control {
    grid-column: 2 !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
}

html.bbs-theme-minimal .bbs-thread-detail-label {
  display: inline-flex;
  align-items: center;
  height: 18px;
  margin-left: 8px;
  padding: 0 5px;
  border: 1px solid #d0d5dd;
  border-radius: 0;
  background: #f8fafc !important;
  color: #475467 !important;
  font-size: 11px;
  line-height: 16px;
  vertical-align: middle;
}

html.bbs-theme-minimal .bbs-thread-detail-label-recommend {
  display: none !important;
}

html.bbs-theme-minimal .bbs-thread-detail-label-top,
html.bbs-theme-minimal .bbs-thread-detail-label-digest,
html.bbs-theme-minimal .bbs-thread-detail-label-mod {
  border-color: #d0d5dd !important;
  color: #475467 !important;
  background: #f8fafc !important;
}

html.bbs-theme-minimal .bbs-report-panel {
  border-color: #e5e7eb !important;
  background: #fff !important;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.18) !important;
}

html.bbs-theme-minimal .bbs-report-head {
  border-bottom-color: #edf1f7 !important;
}

html.bbs-theme-minimal .bbs-report-head strong {
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-report-head span,
html.bbs-theme-minimal .bbs-report-target p,
html.bbs-theme-minimal .bbs-report-meta {
  color: #667085 !important;
}

html.bbs-theme-minimal .bbs-report-close {
  border-color: #d0d5dd !important;
  background: #fff !important;
  color: #667085 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-report-close:hover,
html.bbs-theme-minimal .bbs-report-close:focus {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-report-target {
  border-color: #d0d5dd !important;
  background: #f8fafc !important;
}

html.bbs-theme-minimal .bbs-report-target strong {
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-report-reasons span {
  border-color: #d0d5dd !important;
  background: #f8fafc !important;
  color: #475467 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-report-reasons span i {
  color: #667085 !important;
}

html.bbs-theme-minimal .bbs-report-reasons label:hover span,
html.bbs-theme-minimal .bbs-report-reasons label.active span {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-report-reasons label:hover span i,
html.bbs-theme-minimal .bbs-report-reasons label.active span i {
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-report-message {
  border-color: #d0d5dd !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-report-message:focus {
  border-color: #111827 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-report-submit {
  border: 1px solid #111827 !important;
  background: #111827 !important;
  color: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-report-submit:hover,
html.bbs-theme-minimal .bbs-report-submit:focus {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-thread-actions {
  gap: 6px;
  border-top: 1px solid #edf1f7;
  padding-top: 14px;
}

html.bbs-theme-minimal .bbs-thread-action {
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid #d8dee8 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #475467 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 1px 2px rgba(16,24,40,.04) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .01em;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-readmore-btn,
html.bbs-theme-minimal .bbs-report-cancel,
html.bbs-theme-minimal .bbs-poster-close-btn,
html.bbs-theme-minimal .bbs-poster-download {
  border: 1px solid #d0d5dd !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #475467 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-thread-action:hover:not(.active) {
  border-color: #111827 !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-readmore-btn:hover,
html.bbs-theme-minimal .bbs-report-cancel:hover,
html.bbs-theme-minimal .bbs-poster-close-btn:hover,
html.bbs-theme-minimal .bbs-poster-download:hover {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-thread-action.active {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-thread-actions > .bbs-thread-action {
  min-height: 28px !important;
  padding: 5px 10px !important;
  border-radius: 0 !important;
}

html.bbs-theme-minimal .bbs-thread-neighbor-card {
  border: 1px solid transparent !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #344054 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-thread-neighbor-card:hover {
  color: #fff !important;
  border-color: #d0d5dd !important;
  background: #111827 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-thread-neighbor-card:hover span,
html.bbs-theme-minimal .bbs-thread-neighbor-card:hover strong,
html.bbs-theme-minimal .bbs-thread-neighbor-card:hover a {
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-thread-neighbor-card:not(.empty):not(:hover) strong {
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-thread-neighbor-card.empty,
html.bbs-theme-minimal .bbs-thread-neighbor-card.empty:hover {
  border-color: transparent !important;
  background: #fff !important;
  color: #98a2b3 !important;
  cursor: default;
}

html.bbs-theme-minimal .bbs-thread-neighbor-card.empty span,
html.bbs-theme-minimal .bbs-thread-neighbor-card.empty strong,
html.bbs-theme-minimal .bbs-thread-neighbor-card.empty:hover span,
html.bbs-theme-minimal .bbs-thread-neighbor-card.empty:hover strong {
  color: #98a2b3 !important;
}

html.bbs-theme-minimal .card-postlist .card-title,
html.bbs-theme-minimal .bbs-postlist-title b {
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-postlist-toolbar {
  padding-bottom: 14px;
  border-bottom: 1px solid #edf1f7;
}

html.bbs-theme-minimal .bbs-postlist-title span,
html.bbs-theme-minimal .bbs-postlist-tools a {
  color: #667085 !important;
}

html.bbs-theme-minimal .bbs-postlist-tools a,
html.bbs-theme-minimal .bbs-postlist-tools a i {
  border-color: #d0d5dd !important;
  color: #475467 !important;
}

html.bbs-theme-minimal .bbs-postlist-tools a:hover,
html.bbs-theme-minimal .bbs-postlist-tools a.active {
  color: #111827 !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-postlist-tools a:hover i,
html.bbs-theme-minimal .bbs-postlist-tools a.active i {
  color: #111827 !important;
}

html.bbs-theme-minimal .postlist {
  background: #fff !important;
}

html.bbs-theme-minimal .postlist .post,
html.bbs-theme-minimal .postlist > li.media {
  padding: 18px 0 !important;
  border-bottom: 1px solid #edf1f7 !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .postlist .post:last-child,
html.bbs-theme-minimal .postlist > li.media:last-child {
  border-bottom: 0 !important;
}

html.bbs-theme-minimal .bbs-child-reply-list {
  border-left: 0 !important;
}

html.bbs-theme-minimal .bbs-child-reply {
  padding: 12px !important;
  background: transparent !important;
}

html.bbs-theme-minimal .floor-parent,
html.bbs-theme-minimal .floor {
  color: #98a2b3 !important;
}

html.bbs-theme-minimal .postlist .post_reply,
html.bbs-theme-minimal .postlist .post_update,
html.bbs-theme-minimal .postlist .post_delete,
html.bbs-theme-minimal .postlist .js-thread-report,
html.bbs-theme-minimal .postlist .js-permission-denied,
html.bbs-theme-minimal .postlist .js-vip-edit-denied {
  color: #667085 !important;
}

html.bbs-theme-minimal .postlist .post_reply i,
html.bbs-theme-minimal .postlist .post_update i,
html.bbs-theme-minimal .postlist .post_delete i,
html.bbs-theme-minimal .postlist .js-thread-report i,
html.bbs-theme-minimal .postlist .js-permission-denied i,
html.bbs-theme-minimal .postlist .js-vip-edit-denied i {
  color: #667085 !important;
}

html.bbs-theme-minimal .postlist .post_reply:hover,
html.bbs-theme-minimal .postlist .post_update:hover,
html.bbs-theme-minimal .postlist .post_delete:hover,
html.bbs-theme-minimal .postlist .js-thread-report:hover,
html.bbs-theme-minimal .postlist .js-permission-denied:hover,
html.bbs-theme-minimal .postlist .js-vip-edit-denied:hover,
html.bbs-theme-minimal .postlist .post_reply:hover i,
html.bbs-theme-minimal .postlist .post_update:hover i,
html.bbs-theme-minimal .postlist .post_delete:hover i,
html.bbs-theme-minimal .postlist .js-thread-report:hover i,
html.bbs-theme-minimal .postlist .js-permission-denied:hover i,
html.bbs-theme-minimal .postlist .js-vip-edit-denied:hover i {
  color: #111827 !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .postlist .text-right.text-grey {
  color: #98a2b3 !important;
}

html.bbs-theme-minimal .bbs-profile-cover {
  display: block !important;
  height: 92px;
  background-color: #eef2f6;
  background-position: center !important;
  background-size: cover !important;
}

html.bbs-theme-minimal .bbs-profile-side-body {
  padding: 0 20px 20px !important;
}

html.bbs-theme-minimal .bbs-profile-avatar {
  width: 88px;
  height: 88px;
  margin-top: -44px !important;
  margin-bottom: 0 !important;
  border: 4px solid #fff !important;
  background: #fff !important;
  box-shadow: none !important;
  object-fit: cover;
}

html.bbs-theme-minimal .bbs-avatar-frame-wrap-side {
  position: relative;
  z-index: 2;
  margin-top: -44px !important;
  margin-bottom: 0 !important;
}

html.bbs-theme-minimal .bbs-avatar-frame-wrap-side .bbs-profile-avatar {
  margin-top: 0 !important;
}

html.bbs-theme-minimal .bbs-profile-side-body h5,
html.bbs-theme-minimal .bbs-author-hot-title,
html.bbs-theme-minimal .bbs-thread-tool-title {
  color: #111827 !important;
  font-weight: 800;
}

html.bbs-theme-minimal .bbs-author-hot-title i {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #d0d5dd !important;
  border-radius: 6px !important;
  background-color: #f8fafc !important;
  background-image: none !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-author-hot-title i:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  display: block;
  width: 9px;
  height: 5px;
  border-left: 2px solid #667085;
  border-top: 2px solid #667085;
  transform: skew(-18deg) rotate(32deg);
}

html.bbs-theme-minimal .bbs-author-hot-title i:after {
  content: '';
  position: absolute;
  right: 3px;
  top: 4px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #667085;
  border-right: 2px solid #667085;
}

html.bbs-theme-minimal .bbs-profile-level-name,
html.bbs-theme-minimal .bbs-profile-stats span,
html.bbs-theme-minimal .bbs-profile-posts a em,
html.bbs-theme-minimal .bbs-author-hot-list a strong {
  color: #8a96aa !important;
}

html.bbs-theme-minimal .bbs-profile-stats div {
  border: 1px solid #edf1f7 !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
}

html.bbs-theme-minimal .bbs-profile-stats strong,
html.bbs-theme-minimal .bbs-profile-posts a span,
html.bbs-theme-minimal .bbs-author-hot-list a span {
  color: #344054 !important;
}

html.bbs-theme-minimal .bbs-stat-private {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  height: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #667085 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1;
}

html.bbs-theme-minimal .bbs-stat-private i {
  font-size: 10px;
}

html.bbs-theme-minimal .bbs-stat-private em {
  color: inherit !important;
  font-style: normal;
}

html.bbs-theme-minimal .bbs-profile-posts a,
html.bbs-theme-minimal .bbs-author-hot-list a {
  border-radius: 10px !important;
  color: #344054 !important;
}

html.bbs-theme-minimal .bbs-profile-posts a:hover,
html.bbs-theme-minimal .bbs-author-hot-list a:hover {
  background: #f8fafc !important;
  color: #111827 !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-profile-posts a b,
html.bbs-theme-minimal .bbs-author-hot-list a em {
  border: 1px solid #d0d5dd !important;
  background: #f2f4f7 !important;
  color: #667085 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-profile-posts a:hover b,
html.bbs-theme-minimal .bbs-author-hot-list a:hover em {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-profile-more a {
  color: #111827 !important;
  font-weight: 800;
}

html.bbs-theme-minimal .bbs-profile-more a:hover {
  color: #000 !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal textarea.form-control,
html.bbs-theme-minimal .form-control,
html.bbs-theme-minimal .custom-select {
  border-color: #d0d5dd !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #344054 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal textarea.form-control:focus,
html.bbs-theme-minimal .form-control:focus,
html.bbs-theme-minimal .custom-select:focus {
  border-color: #111827 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-mention-panel {
  border-color: #d0d5dd !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-mention-option:hover,
html.bbs-theme-minimal .bbs-mention-option.active {
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .btn-primary,
html.bbs-theme-minimal .badge-primary,
html.bbs-theme-minimal .bg-primary {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .btn-primary:hover,
html.bbs-theme-minimal .btn-primary:focus,
html.bbs-theme-minimal .btn-primary:active {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .btn-secondary,
html.bbs-theme-minimal .btn-outline-primary,
html.bbs-theme-minimal .btn-outline-secondary,
html.bbs-theme-minimal .postlist .btn-outline-primary {
  border-color: #d0d5dd !important;
  background: #fff !important;
  color: #475467 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .btn-secondary:hover,
html.bbs-theme-minimal .btn-secondary:focus,
html.bbs-theme-minimal .btn-outline-primary:hover,
html.bbs-theme-minimal .btn-outline-primary:focus,
html.bbs-theme-minimal .btn-outline-secondary:hover,
html.bbs-theme-minimal .btn-outline-secondary:focus,
html.bbs-theme-minimal .postlist .btn-outline-primary:hover {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .btn-secondary.active,
html.bbs-theme-minimal .btn-outline-primary.active,
html.bbs-theme-minimal .btn-outline-secondary.active {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .text-primary,
html.bbs-theme-minimal a.text-primary {
  color: #111827 !important;
}

html.bbs-theme-minimal .pagination .page-link,
html.bbs-theme-minimal .pagination a {
  border: 1px solid #edf1f7;
  border-radius: 999px !important;
  background: #fff;
  color: #667085;
}

html.bbs-theme-minimal .pagination .active .page-link,
html.bbs-theme-minimal .pagination .active a {
  background: #111827 !important;
  color: #fff !important;
  border-color: #111827 !important;
}

html.bbs-theme-minimal .bbs-footer,
html.bbs-theme-minimal #footer {
  background: transparent !important;
}

html.bbs-theme-minimal .bbs-footer-container,
html.bbs-theme-minimal #footer .container {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html.bbs-theme-minimal .bbs-footer {
  border-top: 1px solid var(--bbs-border);
  background: #ffffff;
}

html.bbs-theme-minimal .bbs-footer-panel {
  border: 0;
  background: transparent;
  box-shadow: none;
  background: #fff;
}

html.bbs-theme-minimal .bbs-footer-main,
html.bbs-theme-minimal .bbs-footer-bottom {
  max-width: 1280px;
}

html.bbs-theme-minimal .bbs-footer-col + .bbs-footer-col {
  border-color: var(--bbs-border);
}

html.bbs-theme-minimal .bbs-footer-logo-mark,
html.bbs-theme-minimal .bbs-footer-board-grid i,
html.bbs-theme-minimal .bbs-footer-friend-cloud span {
  background: var(--bbs-active-bg);
  color: var(--bbs-active-text);
}

html.bbs-theme-minimal .bbs-footer-col h3,
html.bbs-theme-minimal .bbs-footer-logo-row strong,
html.bbs-theme-minimal .bbs-footer-board-grid a:hover,
html.bbs-theme-minimal .bbs-footer-brand a:hover,
html.bbs-theme-minimal .bbs-footer-brand em {
  color: var(--bbs-blue);
}

html.bbs-theme-minimal .bbs-footer-about p,
html.bbs-theme-minimal .bbs-footer-board-grid a,
html.bbs-theme-minimal .bbs-footer-friend-cloud em,
html.bbs-theme-minimal .bbs-footer-section-head > span,
html.bbs-theme-minimal .bbs-footer-section-head > a {
  color: var(--bbs-muted);
}

/*html.bbs-theme-minimal .bbs-footer-bottom,
html.bbs-theme-minimal .bbs-footer-board-grid a,
html.bbs-theme-minimal .bbs-footer-friend-cloud a,
html.bbs-theme-minimal .bbs-footer-data-lines div {
  border-color: var(--bbs-border);
  background: #f8fafc;
} */

html.bbs-theme-minimal .bbs-footer-data-core {
  background: radial-gradient(circle at 32% 24%, rgba(255,255,255,.34), transparent 28%), linear-gradient(135deg, var(--bbs-active-bg), color-mix(in srgb, var(--bbs-active-bg) 62%, #ffffff));
  box-shadow: 0 12px 28px color-mix(in srgb, var(--bbs-active-bg) 18%, transparent);
}

html.bbs-theme-minimal .bbs-footer-data-lines b {
  color: var(--bbs-blue);
}

html.bbs-theme-minimal .bbs-footer-data-lines i {
  background: color-mix(in srgb, var(--bbs-active-bg) 8%, #eef2f7);
}

html.bbs-theme-minimal .bbs-footer-data-lines ins {
  background: linear-gradient(90deg, var(--bbs-active-bg), color-mix(in srgb, var(--bbs-active-bg) 42%, #ffffff));
}

html.bbs-theme-minimal .bbs-footer-logo-row em,
html.bbs-theme-minimal .bbs-footer-brand em {
  background: #f1f5f9;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple {
  max-width: 1230px;
  padding-left: 0;
  padding-right: 0;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-layout {
  display: grid !important;
  grid-template-columns: 278px minmax(0, 1fr) !important;
  gap: 24px;
  align-items: flex-start;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple #my_aside,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-aside {
  display: block !important;
  width: 278px !important;
  max-width: 278px !important;
  min-width: 0;
  grid-column: 1;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple #my_main,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-content {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  grid-column: 2;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-aside {
  position: sticky;
  top: 86px;
  z-index: 10;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-user-card,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu-card {
  overflow: hidden;
  border: 1px solid #e5e7eb !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-main-card {
  overflow: hidden;
  border: 1px solid #e5e7eb !important;
  border-top: 0 !important;
  border-radius: 0 0 14px 14px !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-user-card .card-body {
  padding: 25px 20px 24px !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-user-card .bbs-profile-avatar {
  width: 72px;
  height: 72px;
  margin: 0 auto 8px !important;
  border: 0 !important;
  border-radius: 50%;
  background: #f2f4f7 !important;
  box-shadow: none !important;
  object-fit: cover;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-user-card .bbs-avatar-frame-wrap-side {
  margin: 0 auto 8px !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-user-card h5 {
  margin: 0 0 5px;
  color: #111827 !important;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-uid {
  display: inline-flex;
  align-items: center;
  height: 23px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef0f4;
  color: #111827;
  font-size: 12px;
  font-weight: 800;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-side-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 132px;
  margin: 18px auto 0;
  padding-top: 18px;
  border-top: 1px solid #edf1f7;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-side-stats a {
  display: block;
  color: #667085 !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-side-stats strong,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-side-stats span {
  display: block;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-side-stats strong {
  color: #111827 !important;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-side-stats span {
  margin-top: 8px;
  color: #475467 !important;
  font-size: 12px;
  white-space: nowrap;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu-card .card-body {
  padding: 7px !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu-title {
  margin: 12px 12px 4px;
  color: #98a2b3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu-title:first-child {
  margin-top: 4px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 43px;
  padding: 0 15px;
  border-radius: 9px;
  color: #475467 !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu a i {
  width: 16px;
  color: #667085 !important;
  font-size: 15px;
  text-align: center;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu a:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu a.active {
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu a:hover i,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu a.active i {
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-content {
  min-width: 0;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-main-card {
  min-height: 470px;
  border-radius: 14px !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-main-card > .card-body {
  padding: 34px 24px 24px !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-nav-card {
  display: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-nav-card .card-header-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin: 0;
  padding: 0;
  border: 0;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-nav-card .nav-item {
  margin: 0;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-nav-extra {
  display: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-nav-card .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 4px 11px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #475467 !important;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-nav-card .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: transparent;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-nav-card .nav-link i {
  color: #667085 !important;
  font-size: 13px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-nav-card .nav-link:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-nav-card .nav-link.active {
  border-color: transparent !important;
  background: transparent !important;
  color: #111827 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-nav-card .nav-link:hover:after,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-nav-card .nav-link.active:after {
  background: #111827;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-nav-card .nav-link:hover i,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-nav-card .nav-link.active i {
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-detail-panel {
  display: block;
  margin: 0;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-info-table,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-meta-card {
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-info-table div,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-meta-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 41px;
  border-bottom: 1px solid #edf1f7;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-info-table span,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-meta-card span {
  color: #667085 !important;
  font-size: 14px;
  font-weight: 400;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-info-table strong,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-meta-card strong {
  max-width: 72%;
  color: #111827 !important;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  word-break: break-all;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-favorite-card,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-user-card,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .list-group-item,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-asset-card,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .card:not(.bbs-profile-user-card):not(.bbs-profile-menu-card):not(.bbs-profile-main-card) {
  border-color: #e5e7eb !important;
  background: #fff !important;
  box-shadow: none !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-favorite-card:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-favorite-card:focus,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-user-card:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-user-card:focus,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .list-group-item:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-asset-card:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .card:not(.bbs-profile-user-card):not(.bbs-profile-menu-card):not(.bbs-profile-main-card):hover {
  border-color: #d0d5dd !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08) !important;
  transform: translateY(-1px) !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-favorite-card span,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-user-card-stats,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .text-muted,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .text-grey {
  color: #667085 !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-favorite-card span i,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-asset-card i {
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-overview {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(320px, 1.18fr);
  align-items: stretch;
  gap: 16px;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-overview-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 104px;
  padding: 0;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-overview-title > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #667085;
  font-size: 12px;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-overview-title > span i {
  color: #111827;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-overview-title h5 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-overview-title p {
  max-width: 360px;
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.65;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-overview-assets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-asset-card {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 104px;
  padding: 14px 12px;
  border: 1px solid #e5e7eb !important;
  border-radius: 14px;
  background: #fff !important;
  box-shadow: none !important;
  text-align: center;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-asset-card:before {
  display: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-asset-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f8fafc;
  color: #111827 !important;
  font-size: 14px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-asset-card span {
  color: #667085 !important;
  font-size: 12px;
  font-weight: 800;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-asset-card strong {
  margin-top: 4px;
  color: #111827 !important;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .text-success,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .text-danger {
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple #credit_filter_form {
  border: 1px solid #e5e7eb !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple #credit_filter_form .card-body {
  padding: 18px !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple #credit_filter_form label {
  color: #344054;
  font-size: 13px;
  font-weight: 800;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple #credit_filter_form .form-control {
  height: 36px;
  border-color: #d0d5dd !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  color: #111827 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple #credit_filter_form .form-control:focus {
  border-color: #111827 !important;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.06) !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple #credit_filter_form .btn-primary {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple #credit_filter_form .btn-secondary {
  border-color: #d0d5dd !important;
  background: #fff !important;
  color: #344054 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .table-responsive {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .table {
  margin-bottom: 0;
  background: #fff;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .table th {
  border-top: 0;
  border-bottom: 1px solid #edf1f7;
  background: #fff !important;
  color: #667085;
  font-size: 13px;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .table td {
  border-top: 1px solid #edf1f7;
  background: #fff !important;
  color: #344054;
  font-size: 13px;
  vertical-align: middle;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .table-striped tbody tr:nth-of-type(odd),
html.bbs-theme-minimal .bbs-profile-dashboard-simple .table-striped tbody tr:nth-of-type(odd) td {
  background: #fff !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .table-hover tbody tr:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .table-hover tbody tr:hover td,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .table tbody tr:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .table tbody tr:hover td {
  background: #f8fafc !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .table .btn-primary {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-log-responsive {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-log-table {
  margin-bottom: 0;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-log-table th {
  border-top: 0;
  border-bottom: 1px solid #edf1f7;
  background: #fff;
  color: #667085;
  font-size: 13px;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-log-table td {
  border-top-color: #edf1f7;
  color: #344054;
  font-size: 13px;
  vertical-align: middle;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-log-table tbody tr:hover {
  background: #f8fafc;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .list-group {
  border-radius: 14px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .list-group-item {
  min-height: 76px;
  padding: 18px 20px;
  border-color: #e5e7eb !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .list-group-item strong {
  display: block;
  margin-bottom: 4px;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .list-group-item .small {
  color: #667085 !important;
  font-size: 13px;
  line-height: 1.55;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .list-group-item .badge {
  min-width: 88px;
  padding: 8px 12px;
  border: 1px solid #d0d5dd;
  border-radius: 999px;
  background: #f8fafc !important;
  color: #344054 !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .list-group-item .badge-success {
  border-color: #111827;
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .list-group-item .btn {
  min-width: 88px;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px !important;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-favorite-card strong,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-user-card strong,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-asset-card strong {
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple a:hover {
  color: #111827;
  text-decoration: none;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .btn:hover {
  text-decoration: none;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-sign-card {
  border: 1px solid #edf1f7 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-sign-card .card-header {
  border-bottom-color: #edf1f7 !important;
  background: #fff !important;
  color: #111827 !important;
  font-weight: 800;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-panel {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 6px 0 10px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #edf1f7;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-head span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-head span i {
  color: #111827;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-head h5 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-head p {
  max-width: 430px;
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.7;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-head strong {
  align-self: start;
  max-width: 220px;
  overflow: hidden;
  padding: 7px 12px;
  border: 1px solid #edf1f7;
  border-radius: 999px;
  background: #f8fafc;
  color: #475467;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-form {
  display: grid;
  gap: 16px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-field label {
  display: block;
  margin-bottom: 8px;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-input {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-input:focus-within {
  border-color: #111827;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.06);
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-input i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  min-height: 42px;
  border-right: 1px solid #edf1f7;
  background: #f8fafc;
  color: #667085;
  font-size: 14px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-input .form-control {
  height: 42px;
  padding: 0 14px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111827;
  font-size: 14px;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-input .form-control::placeholder {
  color: #98a2b3;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 10px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-code-btn,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-submit {
  border: 1px solid #111827 !important;
  background: #111827 !important;
  color: #fff !important;
  font-weight: 900;
  box-shadow: none !important;
  transform: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-code-btn {
  min-height: 44px;
  border-radius: 12px !important;
  font-size: 13px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-submit {
  min-height: 46px;
  margin-top: 2px;
  border-radius: 12px !important;
  font-size: 14px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-code-btn:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-submit:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-code-btn:focus,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-submit:focus {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .invalid-feedback {
  margin-top: 6px;
  font-size: 12px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-upload-panel {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 10px 0 6px;
  text-align: center;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-preview-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-preview {
  width: 92px;
  height: 92px;
  border: 4px solid #fff;
  border-radius: 22px;
  background: #f2f4f7;
  object-fit: cover;
  box-shadow: 0 0 0 1px #e5e7eb;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-preview-wrap span {
  position: absolute;
  right: -6px;
  bottom: -6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #111827;
  color: #fff;
  box-shadow: 0 0 0 1px #e5e7eb;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-upload-info h5 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-upload-info p {
  max-width: 360px;
  margin: 0 auto 18px;
  color: #667085;
  font-size: 13px;
  line-height: 1.7;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-upload-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 190px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #111827;
  border-radius: 12px;
  background: #111827;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 0.16s ease, border-color 0.16s ease;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-upload-btn:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-upload-btn:focus {
  border-color: #000;
  background: #000;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  transform: none;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-upload-btn-disabled,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-upload-btn-disabled:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-upload-btn-disabled:focus {
  border-color: #e5e7eb;
  background: #f8fafc;
  color: #98a2b3;
  cursor: not-allowed;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-progress {
  overflow: hidden;
  width: min(100%, 260px);
  height: 6px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: #edf1f7;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-progress i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #111827;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-default-avatar-panel {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  text-align: left;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-default-avatar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-default-avatar-head strong {
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-default-avatar-head span {
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-default-avatar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(58px, 1fr));
  gap: 10px;
  max-height: 238px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: #d0d5dd transparent;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-default-avatar-grid::-webkit-scrollbar {
  width: 6px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-default-avatar-grid::-webkit-scrollbar-track {
  background: transparent;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-default-avatar-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #d0d5dd;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-default-avatar-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 1px solid #edf1f7;
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
  cursor: pointer;
  transition: border-color 0.16s ease, background-color 0.16s ease;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-default-avatar-item:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-default-avatar-item:focus,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-default-avatar-item.active {
  border-color: #d0d5dd;
  background: #fff;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.07);
  transform: translateY(-1px);
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-default-avatar-item.loading {
  opacity: 0.55;
  pointer-events: none;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-default-avatar-item img {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  object-fit: cover;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-store {
  color: #111827;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-store-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-store-head h5 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-store-head p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.6;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-store-head .btn {
  border-color: #d0d5dd !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #344054 !important;
  font-weight: 800;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-store-head .btn:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-store-head .btn:focus {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-owned-section {
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 16px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-owned-grid {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-card {
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
  text-align: center;
  transition: border-color 0.16s ease, background-color 0.16s ease;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-owned-card {
  background: #fff;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-card.active,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-card.previewing,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-card:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-card:focus-within {
  border-color: #d0d5dd;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-preview-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin: 0 auto 14px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-preview-avatar {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-card h6 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-price {
  margin-bottom: 14px;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-price i {
  color: #111827;
  font-size: 13px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions .btn {
  min-height: 31px;
  padding: 0 12px;
  border-radius: 999px !important;
  font-size: 12px;
  font-weight: 900;
  box-shadow: none !important;
  transform: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions .btn-primary,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions .btn-success,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions .btn-outline-primary {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions .btn-light {
  border: 1px solid #e5e7eb !important;
  background: #fff !important;
  color: #344054 !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions .btn:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions .btn:focus {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions .btn:disabled {
  opacity: 1;
  cursor: default;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-disabled-btn,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-disabled-btn:disabled {
  border-color: #e5e7eb !important;
  background: #f8fafc !important;
  color: #98a2b3 !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  border: 1px dashed #d0d5dd;
  border-radius: 14px;
  background: #fff;
  color: #667085;
  text-align: center;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-empty i {
  margin-bottom: 8px;
  color: #98a2b3;
  font-size: 24px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-empty strong {
  color: #111827;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-empty span {
  margin-top: 4px;
  font-size: 13px;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-preview-tip {
  position: absolute;
  left: -12px;
  bottom: -30px;
  z-index: 5;
  padding: 4px 10px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  box-shadow: none;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-previewing-img {
  filter: drop-shadow(0 0 12px rgba(17, 24, 39, 0.22));
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-wallet-grid,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-section-title {
  display: none !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-stat-card,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-quick-grid {
  display: none !important;
}

html.bbs-theme-minimal .bbs-user-home-minimal {
  width: min(1120px, calc(100vw - 48px)) !important;
  max-width: none !important;
  padding-top: 18px;
  padding-bottom: 42px;
}

html.bbs-theme-minimal .bbs-user-home-minimal #user_aside,
html.bbs-theme-minimal .bbs-user-home-minimal #user_main {
  flex: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
}

html.bbs-theme-minimal .bbs-user-home-minimal .card {
  border: 1px solid #e5e7eb !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-user-hero {
  position: relative;
  overflow: hidden;
  min-height: 160px;
  margin-bottom: 18px;
  border: 1px solid #d8dde6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

html.bbs-theme-minimal .bbs-user-hero-cover {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #eef4ff 0%, #dbeafe 42%, #94a3b8 100%);
  background-size: cover;
  background-position: center;
}

html.bbs-theme-minimal .bbs-user-hero-cover:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,23,42,0.08), rgba(15,23,42,0.58));
}

html.bbs-theme-minimal .bbs-user-hero-body {
  position: relative;
  z-index: 1;
  display: grid;
 /* grid-template-columns: auto 1fr auto; */
  align-items: end;
  gap: 20px;
  min-height: 160px;
  padding: 34px 30px 24px;
}

html.bbs-theme-minimal .bbs-user-hero-avatar-wrap {
  margin: 0 !important;
}

html.bbs-theme-minimal .bbs-user-hero-avatar {
  width: 92px !important;
  height: 92px !important;
  border: 4px solid rgba(255,255,255,0.86);
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

html.bbs-theme-minimal .bbs-user-hero-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

html.bbs-theme-minimal .bbs-user-hero-title h1 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

html.bbs-theme-minimal .bbs-user-hero-title span,
html.bbs-theme-minimal .bbs-user-hero-title em {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  color: #111827;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-user-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 10px;
  color: rgba(255,255,255,0.9);
  font-size: 13px;
  font-weight: 700;
}

html.bbs-theme-minimal .bbs-user-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

html.bbs-theme-minimal .bbs-user-hero-meta .bbs-user-hero-signature {
  max-width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.bbs-theme-minimal .bbs-user-hero-actions {
  display: flex;
  gap: 10px;
  align-self: center;
}

html.bbs-theme-minimal .bbs-user-home-minimal .btn-primary,
html.bbs-theme-minimal .bbs-user-home-minimal .btn-danger {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-user-home-minimal .btn-secondary {
  border-color: #e5e7eb !important;
  background: #fff !important;
  color: #344054 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-user-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

html.bbs-theme-minimal .bbs-user-aside {
  display: grid;
  gap: 14px;
}

html.bbs-theme-minimal .bbs-user-side-card .card-body {
  padding: 20px 18px !important;
}

html.bbs-theme-minimal .bbs-user-side-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-user-side-card h3 i {
  width: 3px;
  height: 14px;
  border-radius: 999px;
  background: #111827;
}

html.bbs-theme-minimal .bbs-user-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

html.bbs-theme-minimal .bbs-user-stat-grid a,
html.bbs-theme-minimal .bbs-user-stat-grid div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  border: 1px solid #edf1f7;
  border-radius: 12px;
  background: #fff;
  color: #111827;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-user-stat-grid strong {
  color: #111827;
  font-size: 18px;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-user-stat-grid span {
  margin-top: 4px;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

html.bbs-theme-minimal .bbs-user-wallet-list {
  display: grid;
  gap: 10px;
}

html.bbs-theme-minimal .bbs-user-wallet-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #edf1f7;
}

html.bbs-theme-minimal .bbs-user-wallet-list div:last-child {
  border-bottom: 0;
}

html.bbs-theme-minimal .bbs-user-wallet-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

html.bbs-theme-minimal .bbs-user-wallet-list span i {
  color: #111827;
}

html.bbs-theme-minimal .bbs-user-wallet-list strong {
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-user-hot-list {
  display: grid;
  gap: 2px;
}

html.bbs-theme-minimal .bbs-user-hot-list a {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-user-hot-list a:hover {
  color: #111827;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-user-hot-list em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #667085;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-user-hot-list span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.bbs-theme-minimal .bbs-user-hot-list strong {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #667085;
  font-size: 11px;
  font-weight: 800;
}

html.bbs-theme-minimal .bbs-user-empty {
  padding: 18px;
  border-radius: 12px;
  background: #f8fafc;
  color: #98a2b3;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

html.bbs-theme-minimal .bbs-user-main-card {
  min-height: 360px;
}

html.bbs-theme-minimal .bbs-user-main-card > .card-header {
  padding: 18px 22px 0;
  border-bottom: 0;
  background: #fff;
}

html.bbs-theme-minimal .bbs-user-main-card > .card-body {
  padding: 18px 22px 22px !important;
}

html.bbs-theme-minimal .bbs-user-main-nav .card-header-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  margin: 0;
  border-bottom: 1px solid #edf1f7;
}

html.bbs-theme-minimal .bbs-user-main-nav .nav-link {
  position: relative;
  padding: 0 4px 13px;
  border: 0 !important;
  background: transparent !important;
  color: #667085 !important;
  font-size: 14px;
  font-weight: 900;
  box-shadow: none !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-user-main-nav .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  border-radius: 999px;
  background: transparent;
}

html.bbs-theme-minimal .bbs-user-main-nav .nav-link:hover,
html.bbs-theme-minimal .bbs-user-main-nav .nav-link.active {
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-user-main-nav .nav-link:hover:after,
html.bbs-theme-minimal .bbs-user-main-nav .nav-link.active:after {
  background: #111827;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-user-profile-basic-panel {
  display: block;
  margin-top: 0;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-level-progress-card {
  display: block;
  width: 100%;
  margin: 0 0 22px;
  padding: 20px 22px;
  border: 1px solid #e5e7eb !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06) !important;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-level-progress-head strong {
  color: #111827;
  font-size: 17px;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-level-progress-head span,
html.bbs-theme-minimal .bbs-user-home-minimal .bbs-level-progress-meta span {
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-level-progress-bar {
  height: 10px;
  margin: 14px 0 10px;
  background: #e8eef8;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-level-progress-bar i {
  background: #111827;
  box-shadow: none;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-level-progress-meta span:last-child {
  color: #111827;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-info-table {
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-info-table div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  gap: 18px;
  padding: 0;
  border-bottom: 1px solid #edf1f7;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-info-table div:last-child {
  border-bottom: 0;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-info-table span {
  color: #667085;
  font-size: 14px;
  font-weight: 500;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-info-table strong {
  color: #111827 !important;
  font-size: 14px;
  font-weight: 900;
  text-align: right;
}

html.bbs-theme-minimal .bbs-user-profile-sign-card {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}

html.bbs-theme-minimal .bbs-user-profile-sign-head {
  padding: 16px 18px;
  border-bottom: 1px solid #edf1f7;
}

html.bbs-theme-minimal .bbs-user-profile-sign-head strong {
  display: block;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-user-profile-sign-head span {
  display: block;
  margin-top: 4px;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

html.bbs-theme-minimal .bbs-user-profile-sign-text {
  min-height: 74px;
  padding: 18px;
  color: #344054;
  font-size: 14px;
  line-height: 1.8;
  white-space: pre-wrap;
}

html.bbs-theme-minimal .bbs-user-profile-sign-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 74px;
  padding: 18px;
  color: #98a2b3;
  font-size: 14px;
  font-weight: 800;
}

html.bbs-theme-minimal .bbs-user-profile-sign-empty .btn {
  flex: 0 0 auto;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-wallet-card,
html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-info-pill,
html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-meta-card {
  border: 1px solid #e5e7eb !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-wallet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-wallet-card {
  min-height: 96px;
  padding: 18px !important;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-wallet-card i {
  color: #111827;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-wallet-card span,
html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-info-pill span,
html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-meta-card span {
  color: #667085;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-wallet-card strong,
html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-info-pill strong,
html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-meta-card strong {
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-info-pill {
  min-height: 78px;
  padding: 16px !important;
  text-align: center;
}

html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-meta-card div {
  border-bottom-color: #edf1f7;
}

html.bbs-theme-minimal .bbs-user-home-minimal .list-group-item,
html.bbs-theme-minimal .bbs-user-home-minimal .media {
  border-color: #edf1f7 !important;
  background: #fff !important;
}

html.bbs-theme-minimal .bbs-user-home-minimal .list-group-item:hover,
html.bbs-theme-minimal .bbs-user-home-minimal .media:hover {
  background: #f8fafc !important;
}

html.bbs-theme-minimal .bbs-user-home-minimal a:hover,
html.bbs-theme-minimal .bbs-user-home-minimal a:focus {
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-notice-page {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
}

html.bbs-theme-minimal .bbs-notice-side {
  position: sticky;
  top: 86px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

html.bbs-theme-minimal .bbs-notice-side-card,
html.bbs-theme-minimal .bbs-notice-card {
  border: 1px solid #e8edf5 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06) !important;
}

html.bbs-theme-minimal .bbs-notice-side-card {
  padding: 22px;
}

html.bbs-theme-minimal .bbs-notice-side-kicker {
  margin-bottom: 8px;
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html.bbs-theme-minimal .bbs-notice-side-card h1 {
  margin: 0;
  color: #182033;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-notice-side-card p {
  margin: 10px 0 18px;
  color: #667085;
  font-size: 13px;
  line-height: 1.7;
}

html.bbs-theme-minimal .bbs-notice-side-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

html.bbs-theme-minimal .bbs-notice-side-stats div {
  padding: 12px;
  border: 1px solid #edf1f7;
  border-radius: 14px;
  background: #f8fafc;
}

html.bbs-theme-minimal .bbs-notice-side-stats span {
  display: block;
  margin-bottom: 4px;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

html.bbs-theme-minimal .bbs-notice-side-stats strong {
  color: #182033;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-notice-tabs {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
  border: 1px solid #e8edf5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.05);
}

html.bbs-theme-minimal .bbs-notice-tabs a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px 0 18px;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: #344054 !important;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-notice-tabs a:hover,
html.bbs-theme-minimal .bbs-notice-tabs a.active {
  border-color: #e8edf5 !important;
  background: #f3f6fb !important;
  color: #182033 !important;
}

html.bbs-theme-minimal .bbs-notice-tabs a.active {
  box-shadow: inset 3px 0 0 #2563eb !important;
}

html.bbs-theme-minimal .bbs-notice-tabs em {
  min-width: 26px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #edf1f7 !important;
  color: #667085 !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

html.bbs-theme-minimal .bbs-notice-tabs a.active em,
html.bbs-theme-minimal .bbs-notice-tabs a:hover em {
  background: #2563eb !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-notice-main {
  min-width: 0;
}

html.bbs-theme-minimal .bbs-notice-card {
  overflow: hidden;
}

html.bbs-theme-minimal .bbs-notice-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  border-bottom: 1px solid #edf1f7;
  background: linear-gradient(180deg, #fff, #fbfcff);
}

html.bbs-theme-minimal .bbs-notice-card-head span {
  display: block;
  margin-bottom: 4px;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

html.bbs-theme-minimal .bbs-notice-card-head strong {
  color: #182033;
  font-size: 18px;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-notice-card-head em {
  flex: 0 0 auto;
  padding: 6px 10px;
  border: 1px solid #dbe4f0;
  border-radius: 999px;
  background: #f3f6fb;
  color: #667085;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-notice-head-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

html.bbs-theme-minimal .bbs-notice-select-all {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 32px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #dbe4f0;
  border-radius: 999px;
  background: #fff;
  color: #475467;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

html.bbs-theme-minimal .bbs-notice-select-all input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: #2563eb;
}

html.bbs-theme-minimal .bbs-notice-mark-all,
html.bbs-theme-minimal .bbs-notice-delete {
  border: 0;
  border-radius: 999px;
  padding: 7px 12px;
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

html.bbs-theme-minimal .bbs-notice-delete {
  background: #ef4444;
}

html.bbs-theme-minimal .bbs-notice-mark-all:disabled,
html.bbs-theme-minimal .bbs-notice-delete:disabled {
  cursor: not-allowed;
  opacity: .55;
}

html.bbs-theme-minimal .bbs-notice-list {
  padding: 0;
}

html.bbs-theme-minimal .bbs-notice-item {
  display: grid !important;
  grid-template-columns: 24px 10px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin: 0 !important;
  padding: 18px 22px !important;
  border: 0 !important;
  border-bottom: 1px solid #edf1f7 !important;
  background: transparent !important;
}

html.bbs-theme-minimal .bbs-notice-item.is-selected {
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.06), transparent) !important;
}

html.bbs-theme-minimal .bbs-notice-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
}

html.bbs-theme-minimal .bbs-notice-check input {
  width: 16px;
  height: 16px;
}

html.bbs-theme-minimal .bbs-notice-item:last-child {
  border-bottom: 0 !important;
}

html.bbs-theme-minimal .bbs-notice-dot {
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: #d8e0ec;
  box-shadow: none;
}

html.bbs-theme-minimal .bbs-notice-item.is-unread .bbs-notice-dot {
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
  animation: bbs-notice-dot-pulse 1.8s ease-in-out infinite;
}

@keyframes bbs-notice-dot-pulse {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12), 0 0 0 0 rgba(34, 197, 94, 0.32);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12), 0 0 0 8px rgba(34, 197, 94, 0);
  }
}

html.bbs-theme-minimal .bbs-notice-item.is-read {
  opacity: .72;
}

html.bbs-theme-minimal .bbs-notice-item.is-read .bbs-notice-dot {
  animation: none;
  background: #d8e0ec;
  box-shadow: none;
}

html.bbs-theme-minimal .bbs-notice-item-body {
  min-width: 0;
}

html.bbs-theme-minimal .bbs-notice-item-head {
  display: block;
}

html.bbs-theme-minimal .bbs-notice-item-head strong {
  overflow: hidden;
  color: #182033;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.bbs-theme-minimal .bbs-notice-item-time {
  display: inline;
  margin-left: 12px;
  color: #98a2b3;
  font-size: 12px;
  line-height: inherit;
  white-space: nowrap;
}

html.bbs-theme-minimal .bbs-notice-message {
  display: block;
  overflow: hidden;
  margin-top: 6px !important;
  color: #667085 !important;
  font-size: 13px;
  line-height: 1.7;
}

html.bbs-theme-minimal .bbs-notice-item-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

html.bbs-theme-minimal .bbs-notice-item .js-notice-detail {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  border: 1px solid #dbe4f0;
  border-radius: 999px;
  padding: 7px 12px;
  background: #fff;
  color: #2563eb !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
}

html.bbs-theme-minimal .bbs-notice-item .js-notice-detail:hover {
  color: #1d4ed8 !important;
}

html.bbs-theme-minimal .bbs-notice-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: 32px;
  color: #667085;
  text-align: center;
}

html.bbs-theme-minimal .bbs-notice-empty strong {
  margin-bottom: 6px;
  color: #182033;
  font-size: 18px;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-notice-empty span {
  font-size: 13px;
}

html.bbs-theme-minimal .bbs-notice-pagination {
  margin-top: 18px;
}

@media (max-width: 991.98px) {
  html.bbs-theme-minimal .bbs-notice-page {
    grid-template-columns: 1fr;
  }

  html.bbs-theme-minimal .bbs-notice-side {
    position: static;
  }

  html.bbs-theme-minimal .bbs-notice-tabs {
    flex-direction: row;
    overflow-x: auto;
    padding: 6px;
  }

  html.bbs-theme-minimal .bbs-notice-tabs a {
    flex: 0 0 auto;
  }
}

@media (max-width: 575.98px) {
  html.bbs-theme-minimal .bbs-notice-page {
    gap: 12px;
  }

  html.bbs-theme-minimal .bbs-notice-side-card,
  html.bbs-theme-minimal .bbs-notice-card-head {
    padding-left: 16px;
    padding-right: 16px;
  }

  html.bbs-theme-minimal .bbs-notice-item {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  html.bbs-theme-minimal .bbs-notice-card-head,
  html.bbs-theme-minimal .bbs-notice-head-actions {
    flex-wrap: wrap;
  }

  html.bbs-theme-minimal .bbs-notice-item {
    grid-template-columns: 24px 10px minmax(0, 1fr);
  }

  html.bbs-theme-minimal .bbs-notice-item-action {
    grid-column: 3;
    justify-content: flex-start;
  }

  html.bbs-theme-minimal .bbs-notice-item-head strong {
    white-space: normal;
  }
}

html.bbs-theme-minimal .bbs-notice-side-kicker,
html.bbs-theme-minimal .bbs-notice-item .js-notice-detail {
  color: #344054 !important;
}

html.bbs-theme-minimal .bbs-notice-tabs a.active {
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-notice-tabs a.active:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 11px;
  bottom: 11px;
  width: 2px;
  border-radius: 999px;
  background: #111827;
}

html.bbs-theme-minimal .bbs-notice-tabs a.active em,
html.bbs-theme-minimal .bbs-notice-tabs a:hover em {
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-notice-item.is-unread .bbs-notice-dot {
  background: #111827 !important;
  box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.08) !important;
}

html.bbs-theme-minimal .bbs-notice-item .js-notice-detail:hover {
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-notice-panel {
  width: min(560px, calc(100vw - 32px)) !important;
}

html.bbs-theme-minimal .bbs-notice-foot {
  align-items: center !important;
  background: #fff !important;
}

html.bbs-theme-minimal .bbs-notice-cancel,
html.bbs-theme-minimal .bbs-notice-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 106px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
}

html.bbs-theme-minimal .bbs-notice-link,
html.bbs-theme-minimal .bbs-notice-link:hover,
html.bbs-theme-minimal .bbs-notice-link:focus {
  border: 1px solid #111827 !important;
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-notice-cancel,
html.bbs-theme-minimal .bbs-notice-cancel:hover,
html.bbs-theme-minimal .bbs-notice-cancel:focus {
  border: 1px solid #d0d5dd !important;
  background: #fff !important;
  color: #344054 !important;
}

html.bbs-theme-minimal .modal-backdrop.show,
html.bbs-theme-minimal .bbs-report-backdrop,
html.bbs-theme-minimal .bbs-notice-backdrop,
html.bbs-theme-minimal .bbs-permission-backdrop,
html.bbs-theme-minimal .bbs-poster-backdrop,
html.bbs-theme-minimal .bbs-search-overlay-bg {
  background: rgba(17, 24, 39, 0.46) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

html.bbs-theme-minimal .modal-dialog {
  display: flex;
  align-items: center;
  max-width: 520px;
  min-height: calc(100vh - 56px);
  margin-top: 28px;
  margin-bottom: 28px;
}

html.bbs-theme-minimal .modal-content,
html.bbs-theme-minimal .bbs-report-panel,
html.bbs-theme-minimal .bbs-notice-panel,
html.bbs-theme-minimal .bbs-permission-panel,
html.bbs-theme-minimal .bbs-poster-panel,
html.bbs-theme-minimal .bbs-search-modal {
  width: 100%;
  max-height: calc(100vh - 56px);
  overflow: hidden;
  border: 1px solid #e5e7eb !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.16) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html.bbs-theme-minimal .bbs-report-panel,
html.bbs-theme-minimal .bbs-permission-panel {
  width: min(500px, calc(100vw - 32px));
  max-width: 500px;
}

html.bbs-theme-minimal .bbs-poster-panel {
  max-width: 420px;
  max-height: none;
  overflow: visible;
  border-radius: 0 !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-poster-actions {
  background: transparent !important;
}

html.bbs-theme-minimal .modal-header,
html.bbs-theme-minimal .modal-footer,
html.bbs-theme-minimal .bbs-report-head,
html.bbs-theme-minimal .bbs-notice-head,
html.bbs-theme-minimal .bbs-permission-head,
html.bbs-theme-minimal .bbs-poster-head {
  border-color: #edf1f7 !important;
  background: #fff !important;
}

html.bbs-theme-minimal .modal-header,
html.bbs-theme-minimal .bbs-report-head,
html.bbs-theme-minimal .bbs-notice-head,
html.bbs-theme-minimal .bbs-poster-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  min-height: 58px;
  padding: 18px 20px !important;
}

html.bbs-theme-minimal .bbs-permission-head {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 58px;
  padding: 18px 56px !important;
}

html.bbs-theme-minimal .modal-footer,
html.bbs-theme-minimal .bbs-report-foot,
html.bbs-theme-minimal .bbs-notice-foot,
html.bbs-theme-minimal .bbs-permission-foot,
html.bbs-theme-minimal .bbs-poster-foot {
  gap: 10px;
  padding: 16px 20px 20px !important;
  border-top: 1px solid #edf1f7 !important;
}

html.bbs-theme-minimal .modal-body,
html.bbs-theme-minimal .bbs-report-body,
html.bbs-theme-minimal .bbs-notice-body,
html.bbs-theme-minimal .bbs-permission-body,
html.bbs-theme-minimal .bbs-poster-body {
  max-height: calc(100vh - 158px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px !important;
  color: #344054 !important;
  font-size: 14px;
  line-height: 1.7;
}

html.bbs-theme-minimal .modal-title,
html.bbs-theme-minimal .bbs-report-head strong,
html.bbs-theme-minimal .bbs-notice-head strong,
html.bbs-theme-minimal .bbs-permission-head strong,
html.bbs-theme-minimal .bbs-poster-head strong,
html.bbs-theme-minimal .bbs-search-tabs a {
  color: #111827 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

html.bbs-theme-minimal .bbs-report-head span,
html.bbs-theme-minimal .bbs-notice-head span,
html.bbs-theme-minimal .bbs-permission-body p,
html.bbs-theme-minimal .bbs-poster-body p {
  color: #667085 !important;
}

html.bbs-theme-minimal .modal-header .close,
html.bbs-theme-minimal .modal .close,
html.bbs-theme-minimal .bbs-report-close,
html.bbs-theme-minimal .bbs-notice-close,
html.bbs-theme-minimal .bbs-permission-close,
html.bbs-theme-minimal .bbs-poster-close,
html.bbs-theme-minimal .bbs-search-close {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #98a2b3 !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: none !important;
}

html.bbs-theme-minimal .bbs-permission-close {
  position: absolute !important;
  top: 18px !important;
  right: 20px !important;
  transform: none !important;
}

html.bbs-theme-minimal .bbs-poster-close {
  position: static !important;
  transform: none !important;
}

html.bbs-theme-minimal .modal-header .close:hover,
html.bbs-theme-minimal .modal .close:hover,
html.bbs-theme-minimal .bbs-report-close:hover,
html.bbs-theme-minimal .bbs-notice-close:hover,
html.bbs-theme-minimal .bbs-permission-close:hover,
html.bbs-theme-minimal .bbs-poster-close:hover,
html.bbs-theme-minimal .bbs-search-close:hover {
  background: #f2f4f7 !important;
  color: #111827 !important;
}

html.bbs-theme-minimal .modal-content .btn,
html.bbs-theme-minimal .bbs-report-panel button,
html.bbs-theme-minimal .bbs-report-panel .btn,
html.bbs-theme-minimal .bbs-notice-panel button,
html.bbs-theme-minimal .bbs-notice-panel .btn,
html.bbs-theme-minimal .bbs-permission-panel button,
html.bbs-theme-minimal .bbs-permission-panel .btn,
html.bbs-theme-minimal .bbs-permission-vip-link,
html.bbs-theme-minimal .bbs-permission-submit,
html.bbs-theme-minimal .bbs-poster-panel button,
html.bbs-theme-minimal .bbs-poster-panel .btn {
  min-height: 34px;
  padding: 0 16px !important;
  border-radius: 999px !important;
  font-size: 13px;
  font-weight: 900;
  box-shadow: none !important;
  transform: none !important;
}

html.bbs-theme-minimal .modal-content .btn-primary,
html.bbs-theme-minimal .modal-content .btn-danger,
html.bbs-theme-minimal .bbs-report-submit,
html.bbs-theme-minimal .bbs-permission-vip-link,
html.bbs-theme-minimal .bbs-permission-submit,
html.bbs-theme-minimal .bbs-permission-panel .btn-primary,
html.bbs-theme-minimal .bbs-poster-panel .btn-primary {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .modal-content .btn-secondary,
html.bbs-theme-minimal .modal-content .btn-light,
html.bbs-theme-minimal .bbs-report-cancel,
html.bbs-theme-minimal .bbs-permission-panel .btn-secondary,
html.bbs-theme-minimal .bbs-poster-panel .btn-secondary {
  border: 1px solid #d0d5dd !important;
  background: #fff !important;
  color: #344054 !important;
}

html.bbs-theme-minimal .modal-content .btn:hover,
html.bbs-theme-minimal .bbs-report-panel button:hover,
html.bbs-theme-minimal .bbs-notice-panel button:hover,
html.bbs-theme-minimal .bbs-permission-panel button:hover,
html.bbs-theme-minimal .bbs-poster-panel button:hover {
  transform: none !important;
}

html.bbs-theme-minimal .modal-content .form-control,
html.bbs-theme-minimal .modal-content .custom-select,
html.bbs-theme-minimal .modal-content select,
html.bbs-theme-minimal .modal-content textarea,
html.bbs-theme-minimal .bbs-report-panel input,
html.bbs-theme-minimal .bbs-report-panel textarea,
html.bbs-theme-minimal .bbs-permission-panel input,
html.bbs-theme-minimal .bbs-permission-panel textarea,
html.bbs-theme-minimal .bbs-search-modal input,
html.bbs-theme-minimal .bbs-search-modal select {
  border: 1px solid #d0d5dd !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #111827 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .modal-content .form-control:focus,
html.bbs-theme-minimal .modal-content textarea:focus,
html.bbs-theme-minimal .bbs-report-panel input:focus,
html.bbs-theme-minimal .bbs-report-panel textarea:focus,
html.bbs-theme-minimal .bbs-permission-panel input:focus,
html.bbs-theme-minimal .bbs-permission-panel textarea:focus,
html.bbs-theme-minimal .bbs-search-modal input:focus {
  border-color: #111827 !important;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.08) !important;
  outline: none !important;
}

html.bbs-theme-minimal .modal-content .custom-control-input:checked ~ .custom-control-label::before,
html.bbs-theme-minimal .modal-content input[type="radio"]:checked,
html.bbs-theme-minimal .modal-content input[type="checkbox"]:checked {
  accent-color: #111827;
}

html.bbs-theme-minimal .bbs-report-reasons label,
html.bbs-theme-minimal .bbs-search-chip-row label,
html.bbs-theme-minimal .bbs-search-forum-pills button {
  border-color: #e5e7eb !important;
  background: #f8fafc !important;
  color: #344054 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-report-reasons label:hover,
html.bbs-theme-minimal .bbs-search-chip-row label:hover,
html.bbs-theme-minimal .bbs-search-forum-pills button:hover,
html.bbs-theme-minimal .bbs-search-forum-pills button.active {
  border-color: #111827 !important;
  background: #fff !important;
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-search-modal {
  width: min(720px, calc(100vw - 32px)) !important;
  padding: 20px !important;
  border-radius: 18px !important;
}

html.bbs-theme-minimal .bbs-search-modal-head {
  margin-bottom: 16px !important;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf1f7;
}

html.bbs-theme-minimal .bbs-search-input-wrap {
  gap: 8px !important;
  padding: 8px !important;
  border: 1px solid #d0d5dd !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-search-input-wrap:focus-within {
  border-color: #111827 !important;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.08) !important;
}

html.bbs-theme-minimal .bbs-search-input-wrap input {
  height: 38px !important;
  padding: 0 10px !important;
  border: 0 !important;
  outline: none !important;
  color: #111827 !important;
  background: transparent !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-search-input-wrap input:focus,
html.bbs-theme-minimal .bbs-search-input-wrap input:focus-visible {
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-search-input-wrap input::placeholder {
  color: #98a2b3 !important;
}

html.bbs-theme-minimal .bbs-search-input-wrap button {
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #111827 !important;
  border-radius: 12px !important;
  background: #111827 !important;
  color: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-search-input-wrap button:hover,
html.bbs-theme-minimal .bbs-search-input-wrap button:focus {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  transform: none !important;
}

html.bbs-theme-minimal .bbs-search-filter-panel {
  gap: 18px !important;
  margin-top: 20px !important;
  padding: 0 !important;
}

html.bbs-theme-minimal .bbs-search-filter-line {
  align-items: center !important;
  gap: 18px !important;
  min-height: 38px !important;
}

html.bbs-theme-minimal .bbs-search-filter-title {
  flex: 0 0 40px !important;
  color: #667085 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

html.bbs-theme-minimal .bbs-search-chip-row {
  gap: 4px !important;
  padding: 4px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 999px !important;
  background: #f8fafc !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-search-chip-row label {
  min-width: 70px !important;
  height: 32px !important;
  border: 0 !important;
  background: transparent !important;
  color: #475467 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-search-chip-row label.active,
html.bbs-theme-minimal .bbs-search-chip-row label:has(input:checked) {
  background: #111827 !important;
  color: #fff !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-search-forum-pills {
  gap: 8px !important;
  padding: 0 !important;
}

html.bbs-theme-minimal .bbs-search-forum-pills button {
  height: 34px !important;
  padding: 0 16px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #475467 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-search-forum-pills button:hover,
html.bbs-theme-minimal .bbs-search-forum-pills button.active {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-search-inline {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding-right: 4px !important;
}

html.bbs-theme-minimal .bbs-search-result-head {
  margin: 20px 0 0 !important;
  color: #667085 !important;
  font-size: 13px !important;
}

html.bbs-theme-minimal .bbs-search-inline-pagination button {
  border-color: #d0d5dd !important;
  background: #fff !important;
  color: #344054 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-search-inline-pagination button:not(:disabled):hover {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-search-card-foot a,
html.bbs-theme-minimal .bbs-search-results .bbs-search-card h2 a {
  color: #111827 !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .alert {
  border: 1px solid #e5e7eb !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #344054 !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06) !important;
}

html.bbs-theme-minimal .alert-primary,
html.bbs-theme-minimal .alert-info,
html.bbs-theme-minimal .alert-success,
html.bbs-theme-minimal .alert-warning,
html.bbs-theme-minimal .alert-danger {
  border-color: #e5e7eb !important;
  background: #fff !important;
  color: #344054 !important;
}

@media (max-width: 991.98px) {
  html.bbs-theme-minimal .bbs-thread-main,
  html.bbs-theme-minimal .bbs-thread-layout-no-toc .bbs-thread-main {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  html.bbs-theme-minimal .bbs-thread-aside {
    display: none !important;
  }

  html.bbs-theme-minimal .bbs-feed-grid,
  html.bbs-theme-minimal .bbs-index-grid {
    grid-template-columns: 1fr;
  }

  html.bbs-theme-minimal .bbs-feed-right,
  html.bbs-theme-minimal .bbs-side-modern {
    display: none !important;
  }

  html.bbs-theme-minimal .bbs-user-layout {
    grid-template-columns: 1fr;
  }

  html.bbs-theme-minimal .bbs-user-aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.bbs-theme-minimal .bbs-user-hot-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-aside {
    position: static;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-layout {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple #my_aside,
  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-aside,
  html.bbs-theme-minimal .bbs-profile-dashboard-simple #my_main,
  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-content {
    width: 100% !important;
    max-width: 100% !important;
    grid-column: 1;
  }
}

@media (max-width: 767.98px) {
  html.bbs-theme-minimal #body {
    padding-top: 10px;
  }

  html.bbs-theme-minimal .bbs-home-carousel {
    display: none !important;
  }

  html.bbs-theme-minimal .bbs-feed-card-body {
    padding-right: 14px;
  }

  html.bbs-theme-minimal .bbs-feed-card-foot {
    padding-right: 14px;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple {
    padding-left: 10px;
    padding-right: 10px;
  }

  html.bbs-theme-minimal .bbs-user-home-minimal {
    padding-left: 10px;
    padding-right: 10px;
  }

  html.bbs-theme-minimal .bbs-user-hero-body {
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    gap: 14px;
    padding: 26px 18px;
    text-align: center;
  }

  html.bbs-theme-minimal .bbs-user-hero-title,
  html.bbs-theme-minimal .bbs-user-hero-meta,
  html.bbs-theme-minimal .bbs-user-hero-actions {
    justify-content: center;
  }

  html.bbs-theme-minimal .bbs-user-aside {
    grid-template-columns: 1fr;
  }

  html.bbs-theme-minimal .bbs-user-main-card > .card-header {
    padding: 16px 18px 0;
  }

  html.bbs-theme-minimal .bbs-user-main-card > .card-body {
    padding: 18px !important;
  }

  html.bbs-theme-minimal .bbs-user-main-nav .card-header-tabs {
    gap: 24px;
  }

  html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-wallet-grid,
  html.bbs-theme-minimal .bbs-user-home-minimal .bbs-profile-info-grid {
    grid-template-columns: 1fr;
  }

  html.bbs-theme-minimal .bbs-user-profile-sign-empty {
    align-items: flex-start;
    flex-direction: column;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-user-card .card-body {
    padding: 22px 18px !important;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-main-card > .card-body {
    padding: 24px 18px 18px !important;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-nav-card {
    padding: 18px 18px 22px;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-nav-card .nav-link {
    min-height: 30px;
    padding: 0 0 9px;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-panel {
    max-width: none;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-code-row {
    grid-template-columns: 1fr;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-code-btn {
    width: 100%;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-store-head {
    display: block;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-store-head .btn {
    margin-top: 12px;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-grid,
  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-owned-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-overview {
    grid-template-columns: 1fr;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-overview-assets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-asset-card {
    min-height: 92px;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .list-group-item {
    align-items: flex-start !important;
    gap: 12px;
    padding: 16px;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .list-group-item .badge,
  html.bbs-theme-minimal .bbs-profile-dashboard-simple .list-group-item .btn {
    flex: 0 0 auto;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-side-stats {
    max-width: 160px;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-info-table div,
  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-meta-card div {
    display: block;
    padding: 10px 0;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-info-table span,
  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-info-table strong,
  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-meta-card span,
  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-meta-card strong {
    display: block;
    max-width: none;
    text-align: left;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-info-table strong,
  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-meta-card strong {
    margin-top: 5px;
  }
}

@media (max-width: 480px) {
  html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-overview-assets {
    grid-template-columns: 1fr;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .list-group-item {
    display: block !important;
  }

  html.bbs-theme-minimal .bbs-profile-dashboard-simple .list-group-item .badge,
  html.bbs-theme-minimal .bbs-profile-dashboard-simple .list-group-item .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
  }
}

/* minimal rank page */
html.bbs-theme-minimal .bbs-rank-minimal-page {
  display: block !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 18px 18px 44px !important;
  box-sizing: border-box !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-page * {
  box-sizing: border-box !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-layout {
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-side {
  display: grid !important;
  gap: 14px !important;
  position: sticky !important;
  top: 82px !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-main {
  display: grid !important;
  gap: 18px !important;
  min-width: 0 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-card {
  border: 1px solid #e8edf5 !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06) !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-intro {
  padding: 24px !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: #667085 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-intro h1,
html.bbs-theme-minimal .bbs-rank-minimal-head h2,
html.bbs-theme-minimal .bbs-rank-minimal-list-head h2 {
  margin: 8px 0 0 !important;
  color: #182033 !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-intro h1 {
  font-size: 28px !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-head h2,
html.bbs-theme-minimal .bbs-rank-minimal-list-head h2 {
  font-size: 22px !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-intro p {
  margin: 12px 0 0 !important;
  color: #667085 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-top: 22px !important;
  padding-top: 18px !important;
  border-top: 1px solid #edf1f7 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-meta span,
html.bbs-theme-minimal .bbs-rank-minimal-list-head > em {
  color: #98a2b3 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-meta strong {
  color: #182033 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-nav-card,
html.bbs-theme-minimal .bbs-rank-minimal-rule-card {
  padding: 12px !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-card-title {
  padding: 8px 10px 12px !important;
  color: #182033 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-nav {
  display: grid !important;
  gap: 4px !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-nav a {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 44px !important;
  padding: 0 12px !important;
  border-radius: 14px !important;
  color: #344054 !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-nav a:before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 12px !important;
  bottom: 12px !important;
  width: 2px !important;
  border-radius: 999px !important;
  background: transparent !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-nav a i {
  color: #98a2b3 !important;
  text-align: center !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-nav a span {
  overflow: hidden !important;
  color: inherit !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-nav a em {
  min-width: 40px !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  background: #f2f4f7 !important;
  color: #667085 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  text-align: center !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-nav a:hover {
  background: #f8fafc !important;
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-nav a.active {
  background: transparent !important;
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-nav a.active:before {
  background: #111827 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-nav a.active i,
html.bbs-theme-minimal .bbs-rank-minimal-nav a:hover i {
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-nav a.active em {
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-rule-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-height: 40px !important;
  padding: 0 10px !important;
  border-top: 1px solid #f2f4f7 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-rule-row span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #475467 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-rule-row span i {
  color: #98a2b3 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-rule-row strong {
  color: #182033 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-hero,
html.bbs-theme-minimal .bbs-rank-minimal-list-card {
  padding: 22px !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-head,
html.bbs-theme-minimal .bbs-rank-minimal-list-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-bottom: 18px !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-filter .bbs-rank-filter {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  height: 38px !important;
  padding: 0 15px !important;
  border: 1px solid #d0d5dd !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #344054 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-filter:hover .bbs-rank-filter,
html.bbs-theme-minimal .bbs-rank-minimal-filter .bbs-rank-filter:hover {
  border-color: #111827 !important;
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-rank-filter-menu {
  border: 1px solid #e8edf5 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12) !important;
}

html.bbs-theme-minimal .bbs-rank-filter-menu a {
  color: #475467 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

html.bbs-theme-minimal .bbs-rank-filter-menu a:hover,
html.bbs-theme-minimal .bbs-rank-filter-menu a.active {
  background: #f3f6fb !important;
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-topgrid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(180px, 1fr)) !important;
  gap: 12px !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-top {
  display: grid !important;
  grid-template-columns: auto 54px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  min-height: 128px !important;
  padding: 18px !important;
  border: 1px solid #edf1f7 !important;
  border-radius: 18px !important;
  background: #fbfcfe !important;
  color: #182033 !important;
  text-decoration: none !important;
  transition: border-color .18s ease, background .18s ease !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-top:hover {
  border-color: #d0d5dd !important;
  background: #fff !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-no {
  align-self: start !important;
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-top img {
  width: 54px !important;
  height: 54px !important;
  border: 1px solid #e8edf5 !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-top div {
  min-width: 0 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-top div strong {
  display: block !important;
  overflow: hidden !important;
  color: #182033 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-top div em {
  display: block !important;
  margin-top: 4px !important;
  overflow: hidden !important;
  color: #667085 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-top p {
  grid-column: 1 / -1 !important;
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 10px 0 0 !important;
  padding-top: 14px !important;
  border-top: 1px solid #edf1f7 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-top p strong {
  color: #111827 !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-top p span {
  color: #98a2b3 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-list {
  display: grid !important;
  gap: 0 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-row {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) 120px !important;
  align-items: center !important;
  min-height: 64px !important;
  padding: 0 12px !important;
  border-top: 1px solid #edf1f7 !important;
  color: #344054 !important;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-row:hover:not(.bbs-rank-minimal-row-head) {
  background: #fbfcfe !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-row > span:first-child {
  color: #98a2b3 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-row > span:nth-child(2) {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-row img {
  width: 34px !important;
  height: 34px !important;
  border: 1px solid #e8edf5 !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-download-list .bbs-rank-minimal-row > span:nth-child(2) > i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 34px !important;
  width: 34px !important;
  height: 34px !important;
  border: 1px solid #e8edf5 !important;
  border-radius: 50% !important;
  background: #f8fafc !important;
  color: #98a2b3 !important;
  font-size: 14px !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-row strong {
  overflow: hidden !important;
  color: #182033 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-row em {
  overflow: hidden !important;
  color: #98a2b3 !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-row > span:last-child {
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  text-align: right !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-row-head {
  min-height: 38px !important;
  border-top: 0 !important;
  background: #f8fafc !important;
  border-radius: 12px !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-row-head span {
  color: #667085 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

html.bbs-theme-minimal .bbs-rank-empty {
  padding: 28px 12px !important;
  color: #98a2b3 !important;
  font-size: 14px !important;
  text-align: center !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-pagination {
  margin: 18px 0 0 !important;
  padding-top: 18px !important;
  border-top: 1px solid #edf1f7 !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-pagination .pagination {
  margin: 0 !important;
  gap: 6px !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-pagination .page-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 34px !important;
  height: 34px !important;
  padding: 0 11px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #344054 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-pagination .page-item.active .page-link,
html.bbs-theme-minimal .bbs-rank-minimal-pagination .page-link:hover {
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-pagination .page-item.disabled .page-link {
  opacity: .45 !important;
  background: #f8fafc !important;
  color: #98a2b3 !important;
}

@media (max-width: 1100px) {
  html.bbs-theme-minimal .bbs-rank-minimal-topgrid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 991.98px) {
  html.bbs-theme-minimal .bbs-rank-minimal-layout {
    grid-template-columns: 1fr !important;
  }

  html.bbs-theme-minimal .bbs-rank-minimal-side {
    position: static !important;
  }

  html.bbs-theme-minimal .bbs-rank-minimal-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767.98px) {
  html.bbs-theme-minimal .bbs-rank-minimal-page {
    padding: 10px 10px 28px !important;
  }

  html.bbs-theme-minimal .bbs-rank-minimal-intro,
  html.bbs-theme-minimal .bbs-rank-minimal-hero,
  html.bbs-theme-minimal .bbs-rank-minimal-list-card {
    padding: 18px !important;
  }

  html.bbs-theme-minimal .bbs-rank-minimal-head,
  html.bbs-theme-minimal .bbs-rank-minimal-list-head {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  html.bbs-theme-minimal .bbs-rank-minimal-topgrid,
  html.bbs-theme-minimal .bbs-rank-minimal-nav {
    grid-template-columns: 1fr !important;
  }

  html.bbs-theme-minimal .bbs-rank-minimal-row {
    grid-template-columns: 46px minmax(0, 1fr) 70px !important;
    padding: 0 4px !important;
  }

  html.bbs-theme-minimal .bbs-rank-minimal-row em {
    display: none !important;
  }
}

html.bbs-theme-minimal .btn-primary,
html.bbs-theme-minimal .badge-primary,
html.bbs-theme-minimal .page-item.active .page-link,
html.bbs-theme-minimal .bbs-rank-minimal-pagination .page-link:hover,
html.bbs-theme-minimal .bbs-rank-minimal-pagination .page-item.active .page-link {
  border-color: var(--bbs-active-bg) !important;
  background: var(--bbs-active-bg) !important;
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-row,
html.bbs-theme-minimal .bbs-rank-minimal-pagination {
  border-color: var(--bbs-border) !important;
}

html.bbs-theme-minimal .bbs-rank-minimal-row-head,
html.bbs-theme-minimal .bbs-rank-minimal-download-list .bbs-rank-minimal-row > span:nth-child(2) > i,
html.bbs-theme-minimal .bbs-rank-minimal-pagination .page-item.disabled .page-link {
  background: var(--bbs-bg) !important;
}

html.bbs-theme-minimal .bbs-feed-tabs > a.bbs-feed-create-mini,
html.bbs-theme-minimal .bbs-feed-tabs > a.bbs-feed-create-mini:link,
html.bbs-theme-minimal .bbs-feed-tabs > a.bbs-feed-create-mini:visited,
html.bbs-theme-minimal .bbs-side-tabs a.active,
html.bbs-theme-minimal .bbs-thread-quickbar-btn:active,
html.bbs-theme-minimal .bbs-report-reasons label.active span,
html.bbs-theme-minimal .bbs-thread-action.active,
html.bbs-theme-minimal .bbs-mention-option.active,
html.bbs-theme-minimal .btn-primary,
html.bbs-theme-minimal .btn-primary:hover,
html.bbs-theme-minimal .btn-primary:focus,
html.bbs-theme-minimal .btn-primary:active,
html.bbs-theme-minimal .badge-primary,
html.bbs-theme-minimal .btn-secondary.active,
html.bbs-theme-minimal .btn-outline-primary.active,
html.bbs-theme-minimal .btn-outline-secondary.active,
html.bbs-theme-minimal .pagination .active .page-link,
html.bbs-theme-minimal .pagination .active a,
html.bbs-theme-minimal .page-item.active .page-link,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu a.active,
html.bbs-theme-minimal .bbs-rank-minimal-pagination .page-link:hover,
html.bbs-theme-minimal .bbs-rank-minimal-pagination .page-item.active .page-link {
  border-color: var(--bbs-active-bg) !important;
  background: var(--bbs-active-bg) !important;
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-feed-tab-links a.active *,
html.bbs-theme-minimal .bbs-feed-tabs .bbs-feed-tab-links a.active *,
html.bbs-theme-minimal .bbs-side-tabs a.active *,
html.bbs-theme-minimal .bbs-thread-action.active *,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu a.active * {
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-checkin-action .btn,
html.bbs-theme-minimal .bbs-checkin-action .btn-primary,
html.bbs-theme-minimal .bbs-checkin-action .btn-secondary,
html.bbs-theme-minimal .bbs-side-hot-list li.rank-1 em,
html.bbs-theme-minimal .bbs-side-hot-list li.rank-2 em,
html.bbs-theme-minimal .bbs-side-hot-list li.rank-3 em,
html.bbs-theme-minimal .bbs-author-hot-list a:first-child em,
html.bbs-theme-minimal .bbs-profile-posts a:first-child b,
html.bbs-theme-minimal .bbs-floating-tools a:hover,
html.bbs-theme-minimal .bbs-floating-tools button:hover,
html.bbs-theme-minimal .bbs-thread-quickbar-btn:hover,
html.bbs-theme-minimal .bbs-thread-quickbar-btn:focus,
html.bbs-theme-minimal .bbs-thread-quickbar-btn:active,
html.bbs-theme-minimal .bbs-thread-left-aside.bbs-toc-open .bbs-thread-tool-title,
html.bbs-theme-minimal .bbs-author-hot-list a:hover em,
html.bbs-theme-minimal .bbs-profile-posts a:hover b,
html.bbs-theme-minimal .post-actions .btn.active,
html.bbs-theme-minimal .post-actions .btn:hover,
html.bbs-theme-minimal .bbs-thread-action:hover,
html.bbs-theme-minimal .bbs-thread-action:focus,
html.bbs-theme-minimal .bbs-thread-action.active,
html.bbs-theme-minimal .bbs-thread-actions .btn.active,
html.bbs-theme-minimal .bbs-thread-actions .btn:hover,
html.bbs-theme-minimal .bbs-thread-share.active,
html.bbs-theme-minimal .bbs-thread-share:hover,
html.bbs-theme-minimal .bbs-thread-side-tools a.active,
html.bbs-theme-minimal .bbs-thread-side-tools a:hover,
html.bbs-theme-minimal .bbs-report-submit,
html.bbs-theme-minimal .bbs-report-submit:hover,
html.bbs-theme-minimal .bbs-report-submit:focus,
html.bbs-theme-minimal .bbs-readmore-btn:hover,
html.bbs-theme-minimal .bbs-report-cancel:hover,
html.bbs-theme-minimal .bbs-poster-close-btn:hover,
html.bbs-theme-minimal .bbs-poster-download:hover,
html.bbs-theme-minimal .bbs-thread-neighbor-card:hover,
html.bbs-theme-minimal .bbs-mention-option.active,
html.bbs-theme-minimal .bbs-mention-option:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple #credit_filter_form .btn-primary,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .table .btn-primary,
html.bbs-theme-minimal .bbs-notice-tabs a.active em,
html.bbs-theme-minimal .bbs-notice-tabs a:hover em,
html.bbs-theme-minimal .bbs-notice-link,
html.bbs-theme-minimal .bbs-notice-link:hover,
html.bbs-theme-minimal .bbs-notice-link:focus,
html.bbs-theme-minimal .bbs-rank-minimal-nav a.active em {
  border-color: var(--bbs-active-bg) !important;
  background: var(--bbs-active-bg) !important;
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-code-btn,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-submit,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-code-btn:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-submit:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-code-btn:focus,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-submit:focus,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-upload-btn,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-upload-btn:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-upload-btn:focus,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-preview-wrap span,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-store-head .btn:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-store-head .btn:focus,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions .btn-primary,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions .btn-success,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions .btn-outline-primary,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions .btn:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions .btn:focus,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-user-hero-actions .btn-primary,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-user-hero-actions .btn-success,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-user-hero-actions .btn:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-user-hero-actions .btn:focus,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-user-delete-btn,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-user-delete-btn:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-user-delete-btn:focus,
html.bbs-theme-minimal .bbs-user-home-minimal .btn-danger,
html.bbs-theme-minimal .bbs-user-home-minimal .btn-danger:hover,
html.bbs-theme-minimal .bbs-user-home-minimal .btn-danger:focus,
html.bbs-theme-minimal .bbs-user-delete-btn,
html.bbs-theme-minimal .bbs-user-delete-btn:hover,
html.bbs-theme-minimal .bbs-user-delete-btn:focus {
  border-color: var(--bbs-active-bg) !important;
  background: var(--bbs-active-bg) !important;
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-code-btn *,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-password-submit *,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-upload-btn *,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-preview-wrap span *,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-store-head .btn:hover *,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-store-head .btn:focus *,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions .btn-primary *,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions .btn-success *,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions .btn-outline-primary *,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions .btn:hover *,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-frame-actions .btn:focus *,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-user-hero-actions .btn-primary *,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-user-hero-actions .btn-success *,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-user-hero-actions .btn:hover *,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-user-hero-actions .btn:focus *,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-user-delete-btn *,
html.bbs-theme-minimal .bbs-user-home-minimal .btn-danger *,
html.bbs-theme-minimal .bbs-user-delete-btn * {
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-avatar-progress i,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-progress i,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-overview-progress i,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-credit-overview-bar i,
html.bbs-theme-minimal .bbs-user-credit-progress i,
html.bbs-theme-minimal .bbs-user-hero-progress i,
html.bbs-theme-minimal .bbs-user-home-minimal .bbs-level-progress-bar i,
html.bbs-theme-minimal .bbs-user-hot-list a:first-child em,
html.bbs-theme-minimal .bbs-author-hot-list a:first-child em,
html.bbs-theme-minimal .bbs-profile-posts a:first-child b {
  border-color: var(--bbs-active-bg) !important;
  background: var(--bbs-active-bg) !important;
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-side-hot-list li.rank-1 em *,
html.bbs-theme-minimal .bbs-side-hot-list li.rank-2 em *,
html.bbs-theme-minimal .bbs-side-hot-list li.rank-3 em *,
html.bbs-theme-minimal .bbs-author-hot-list a:first-child em *,
html.bbs-theme-minimal .bbs-profile-posts a:first-child b *,
html.bbs-theme-minimal .bbs-floating-tools a:hover *,
html.bbs-theme-minimal .bbs-floating-tools button:hover *,
html.bbs-theme-minimal .bbs-thread-quickbar-btn:hover *,
html.bbs-theme-minimal .bbs-thread-quickbar-btn:focus *,
html.bbs-theme-minimal .bbs-thread-quickbar-btn:active *,
html.bbs-theme-minimal .bbs-thread-left-aside.bbs-toc-open .bbs-thread-tool-title *,
html.bbs-theme-minimal .bbs-author-hot-list a:hover em *,
html.bbs-theme-minimal .post-actions .btn.active *,
html.bbs-theme-minimal .post-actions .btn:hover *,
html.bbs-theme-minimal .bbs-thread-action.active *,
html.bbs-theme-minimal .bbs-thread-actions .btn.active *,
html.bbs-theme-minimal .bbs-thread-actions .btn:hover *,
html.bbs-theme-minimal .bbs-thread-share.active *,
html.bbs-theme-minimal .bbs-thread-share:hover *,
html.bbs-theme-minimal .bbs-thread-side-tools a.active *,
html.bbs-theme-minimal .bbs-thread-side-tools a:hover *,
html.bbs-theme-minimal .bbs-report-submit *,
html.bbs-theme-minimal .bbs-report-submit:hover *,
html.bbs-theme-minimal .bbs-report-submit:focus *,
html.bbs-theme-minimal .bbs-readmore-btn:hover *,
html.bbs-theme-minimal .bbs-report-cancel:hover *,
html.bbs-theme-minimal .bbs-poster-close-btn:hover *,
html.bbs-theme-minimal .bbs-poster-download:hover *,
html.bbs-theme-minimal .bbs-thread-neighbor-card:hover *,
html.bbs-theme-minimal .bbs-mention-option.active *,
html.bbs-theme-minimal .bbs-mention-option:hover *,
html.bbs-theme-minimal .bbs-profile-dashboard-simple #credit_filter_form .btn-primary *,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .table .btn-primary *,
html.bbs-theme-minimal .bbs-notice-tabs a.active em *,
html.bbs-theme-minimal .bbs-notice-tabs a:hover em *,
html.bbs-theme-minimal .bbs-notice-link *,
html.bbs-theme-minimal .bbs-notice-link:hover *,
html.bbs-theme-minimal .bbs-notice-link:focus *,
html.bbs-theme-minimal .bbs-rank-minimal-nav a.active em * {
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-checkin-calendar span.checked {
  border-style: solid !important;
  border-color: #111827 !important;
  background: #111827 !important;
  color: #fff !important;
}

html.bbs-theme-minimal .bbs-checkin-calendar span.today {
  border-style: solid !important;
  border-color: #111827 !important;
  background: #fff !important;
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-checkin-calendar span.backfillable {
  border-style: dashed !important;
  border-color: #cbd5e1 !important;
  background: #fff !important;
  color: #64748b !important;
}

html.bbs-theme-minimal .bbs-notice-tabs a.active:before,
html.bbs-theme-minimal .bbs-notice-item.is-unread .bbs-notice-dot,
html.bbs-theme-minimal .bbs-rank-minimal-nav a.active:before {
  background: var(--bbs-active-bg) !important;
}

html.bbs-theme-minimal .bbs-task-email-verify-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 520px;
}

html.bbs-theme-minimal .bbs-task-email-verify-row .form-control {
  flex: 1 1 220px;
  min-width: 180px;
}

html.bbs-theme-minimal .bbs-task-email-verify-row .btn {
  flex: 0 0 auto;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu:hover a.active:not(:hover) {
  background: transparent !important;
  color: #475467 !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu:hover a.active:not(:hover) * {
  color: #475467 !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu:hover a.active:not(:hover) i {
  color: #667085 !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu a:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu a.active:hover,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu:not(:hover) a.active {
  background: var(--bbs-active-bg) !important;
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu a:hover i,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu a.active:hover i,
html.bbs-theme-minimal .bbs-profile-dashboard-simple .bbs-profile-menu:not(:hover) a.active i {
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-feed-tab-links:hover a.active:not(:hover),
html.bbs-theme-minimal .bbs-side-tabs:hover a.active:not(:hover) {
  border-color: transparent !important;
  background: transparent !important;
  color: #475467 !important;
}

html.bbs-theme-minimal .bbs-feed-tab-links:hover a.active:not(:hover) *,
html.bbs-theme-minimal .bbs-side-tabs:hover a.active:not(:hover) * {
  color: #475467 !important;
}

html.bbs-theme-minimal .bbs-feed-tab-links a:hover,
html.bbs-theme-minimal .bbs-feed-tab-links a.active:hover,
html.bbs-theme-minimal .bbs-feed-tab-links:not(:hover) a.active {
  border-color: var(--bbs-active-bg) !important;
  background: var(--bbs-active-bg) !important;
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-side-tabs a:hover,
html.bbs-theme-minimal .bbs-side-tabs a.active:hover,
html.bbs-theme-minimal .bbs-side-tabs:not(:hover) a.active {
  border-color: var(--bbs-active-bg) !important;
  background: var(--bbs-active-bg) !important;
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-thread-quickbar-btn:hover,
html.bbs-theme-minimal .bbs-thread-quickbar-btn:focus,
html.bbs-theme-minimal .bbs-thread-quickbar-btn:active,
html.bbs-theme-minimal .bbs-thread-quickbar-btn.active,
html.bbs-theme-minimal .bbs-thread-tool-title:hover,
html.bbs-theme-minimal .bbs-thread-tool-title:focus,
html.bbs-theme-minimal .bbs-thread-left-aside.bbs-toc-open .bbs-thread-tool-title {
  border-color: var(--bbs-active-bg) !important;
  background: var(--bbs-active-bg) !important;
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-thread-quickbar-btn:hover *,
html.bbs-theme-minimal .bbs-thread-quickbar-btn:focus *,
html.bbs-theme-minimal .bbs-thread-quickbar-btn:active *,
html.bbs-theme-minimal .bbs-thread-quickbar-btn.active *,
html.bbs-theme-minimal .bbs-thread-tool-title:hover *,
html.bbs-theme-minimal .bbs-thread-tool-title:focus *,
html.bbs-theme-minimal .bbs-thread-left-aside.bbs-toc-open .bbs-thread-tool-title * {
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-thread-left-aside.bbs-toc-open:has(.bbs-thread-side-btn:hover) .bbs-thread-tool-title {
  border-color: #d0d5dd !important;
  background: #fff !important;
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-thread-left-aside.bbs-toc-open:has(.bbs-thread-side-btn:hover) .bbs-thread-tool-title * {
  color: #111827 !important;
}

html.bbs-theme-minimal .bbs-thread-side-btn:hover,
html.bbs-theme-minimal .bbs-thread-side-btn:focus,
html.bbs-theme-minimal .bbs-thread-side-btn:active {
  border-color: var(--bbs-active-bg) !important;
  background: var(--bbs-active-bg) !important;
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-thread-side-btn:hover *,
html.bbs-theme-minimal .bbs-thread-side-btn:focus *,
html.bbs-theme-minimal .bbs-thread-side-btn:active * {
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-thread-tool-title:hover i,
html.bbs-theme-minimal .bbs-thread-tool-title:focus i,
html.bbs-theme-minimal .bbs-thread-left-aside.bbs-toc-open .bbs-thread-tool-title i {
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-feed-tabs .bbs-feed-tab-links,
html.bbs-theme-minimal .bbs-forum-tabs .bbs-forum-tab-links {
  display: inline-flex !important;
  width: auto !important;
  flex: 0 0 auto !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  column-gap: 8px !important;
}

html.bbs-theme-minimal .bbs-feed-tabs .bbs-feed-tab-links > a,
html.bbs-theme-minimal .bbs-forum-tabs .bbs-forum-tab-links > a {
  flex: 0 0 auto !important;
  margin: 0 !important;
}

html.bbs-theme-minimal .bbs-topbar-nav .nav-link:hover,
html.bbs-theme-minimal .bbs-topbar-nav .nav-link:focus,
html.bbs-theme-minimal .bbs-topbar-nav .nav-link.active,
html.bbs-theme-minimal .bbs-topbar-nav .nav-item.active > .nav-link {
  border-color: var(--bbs-active-bg) !important;
  background: var(--bbs-active-bg) !important;
  color: var(--bbs-active-text) !important;
  border-radius: 7px !important;
}

html.bbs-theme-minimal .bbs-topbar-nav .nav-link:hover *,
html.bbs-theme-minimal .bbs-topbar-nav .nav-link:focus *,
html.bbs-theme-minimal .bbs-topbar-nav .nav-link.active *,
html.bbs-theme-minimal .bbs-topbar-nav .nav-item.active > .nav-link * {
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-captcha-group {
  margin: 14px 0 16px;
}

html.bbs-theme-minimal .bbs-captcha-slider {
  position: relative;
  height: 38px;
  overflow: hidden;
  border: 1px solid #d0d5dd !important;
  border-radius: 10px !important;
  background: #f8fafc !important;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
  user-select: none;
  touch-action: none;
}

html.bbs-theme-minimal .bbs-captcha-track-text {
  padding: 0 58px;
  color: #667085 !important;
  font-size: 13px;
  font-weight: 800;
}

html.bbs-theme-minimal .bbs-captcha-handle {
  top: 4px;
  left: 4px;
  width: 48px;
  height: 28px;
  border: 1px solid var(--bbs-active-bg) !important;
  border-radius: 8px !important;
  background: var(--bbs-active-bg) !important;
  color: var(--bbs-active-text) !important;
  box-shadow: none !important;
  cursor: grab;
  font-size: 12px;
  font-weight: 900;
  touch-action: none;
}

html.bbs-theme-minimal .bbs-captcha-handle:active {
  cursor: grabbing;
}

html.bbs-theme-minimal .bbs-captcha-group.loading .bbs-captcha-handle {
  opacity: 0.8;
  cursor: wait;
}

html.bbs-theme-minimal .bbs-captcha-group.unlocked .bbs-captcha-slider {
  border-color: var(--bbs-active-bg) !important;
  background: color-mix(in srgb, var(--bbs-active-bg) 8%, #ffffff) !important;
}

html.bbs-theme-minimal .bbs-captcha-group.unlocked .bbs-captcha-handle {
  right: 4px;
  background: var(--bbs-active-bg) !important;
  color: var(--bbs-active-text) !important;
}

html.bbs-theme-minimal .bbs-captcha-group.bbs-captcha-error .bbs-captcha-slider {
  border-color: #fda29b !important;
  background: #fffbfa !important;
}

html.bbs-theme-minimal .bbs-captcha-feedback {
  border-radius: 8px !important;
  font-weight: 700;
}

html.bbs-theme-minimal .modal-body .bbs-auth-page {
  display: block;
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  margin: 0;
  padding: 0;
}

html.bbs-theme-minimal .modal-body .bbs-auth-page > [class*="col-"] {
  width: 100%;
  max-width: none;
  padding: 0;
}

html.bbs-theme-minimal .modal-body .bbs-auth-page .card {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .modal-body .bbs-auth-page .card-header {
  display: none;
}

html.bbs-theme-minimal .modal-body .bbs-auth-page .card-body {
  padding: 0 !important;
}

html.bbs-theme-minimal .modal-body .bbs-auth-page .form-group {
  margin-bottom: 14px;
}

html.bbs-theme-minimal .modal-body .bbs-auth-page .input-group {
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

html.bbs-theme-minimal .modal-body .bbs-auth-page .input-group:focus-within {
  border-color: var(--bbs-active-bg);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--bbs-active-bg) 14%, transparent);
}

html.bbs-theme-minimal .modal-body .bbs-auth-page .input-group-text {
 /* width: 46px; */
  justify-content: center;
  border: 0 !important;
  border-right: 1px solid #e4e7ec !important;
  background: #f8fafc !important;
  color: #667085 !important;
}

html.bbs-theme-minimal .modal-body .bbs-auth-page .form-control {
  min-height: 44px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.bbs-theme-minimal .modal-body .bbs-auth-page .btn-primary,
html.bbs-theme-minimal .modal-body .bbs-auth-page #submit,
html.bbs-theme-minimal .modal-body .bbs-auth-page #sendcode,
html.bbs-theme-minimal .modal-body .bbs-auth-page #send {
  border-color: var(--bbs-active-bg) !important;
  border-radius: 9px !important;
  background: var(--bbs-active-bg) !important;
  color: var(--bbs-active-text) !important;
  font-weight: 900;
  box-shadow: none !important;
}

html.bbs-theme-minimal .modal-body .bbs-auth-page .btn-primary:hover,
html.bbs-theme-minimal .modal-body .bbs-auth-page #submit:hover,
html.bbs-theme-minimal .modal-body .bbs-auth-page #sendcode:hover,
html.bbs-theme-minimal .modal-body .bbs-auth-page #send:hover {
  filter: brightness(0.96);
}

html.bbs-theme-minimal .modal-body .bbs-auth-page .text-muted {
  color: #667085 !important;
  font-weight: 700;
}

html.bbs-theme-minimal .modal-body .bbs-auth-page .text-muted:hover {
  color: var(--bbs-active-bg) !important;
}

html.bbs-theme-minimal .bbs-guest-reply-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #ffffff;
}

html.bbs-theme-minimal .bbs-guest-reply-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f2f4f7;
  color: #667085;
  font-size: 18px;
}

html.bbs-theme-minimal .bbs-guest-reply-content {
  flex: 1 1 auto;
  min-width: 0;
}

html.bbs-theme-minimal .bbs-guest-reply-content strong {
  display: block;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}

html.bbs-theme-minimal .bbs-guest-reply-content p {
  margin: 5px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.6;
}

html.bbs-theme-minimal .bbs-guest-reply-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  padding: 9px 15px;
  border-radius: 9px;
  background: var(--bbs-active-bg);
  color: var(--bbs-active-text) !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
}

html.bbs-theme-minimal .bbs-guest-reply-login:hover,
html.bbs-theme-minimal .bbs-guest-reply-login:focus {
  color: var(--bbs-active-text) !important;
  filter: brightness(0.96);
}

@media (max-width: 575.98px) {
  html.bbs-theme-minimal .bbs-guest-reply-card {
    align-items: flex-start;
    flex-direction: column;
  }

  html.bbs-theme-minimal .bbs-guest-reply-login {
    width: 100%;
  }
}

html.bbs-theme-minimal .modal-body.bbs-auth-switch-out {
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.14s ease;
}

html.bbs-theme-minimal .modal-body.bbs-auth-switch-in {
  overflow: hidden;
  animation: bbsAuthSwitchIn 0.18s ease both;
}

@keyframes bbsAuthSwitchIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.bbs-theme-minimal .modal-body.bbs-auth-switch-out,
  html.bbs-theme-minimal .modal-body.bbs-auth-switch-in {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 575.98px) {
  html.bbs-theme-minimal .modal-dialog {
    margin: 16px;
  }

  html.bbs-theme-minimal .modal-body .bbs-auth-page .media {
    gap: 10px;
  }

  html.bbs-theme-minimal .modal-body .bbs-auth-page #sendcode,
  html.bbs-theme-minimal .modal-body .bbs-auth-page #send {
    margin-left: 0 !important;
    white-space: nowrap;
  }
}

