.explore-shell {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 790px) 330px;
  gap: 22px;
  align-items: start;
}

.explore-main {
  min-width: 0;
  overflow: hidden;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: 0 12px 34px rgb(15 29 48 / 7%);
}

.explore-heading {
  min-height: 108px;
  margin: 0;
  padding: 19px 20px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.section-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.45px;
}

.explore-heading h1 {
  margin: 0;
  color: var(--text);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.45px;
}

.explore-heading p {
  max-width: 560px;
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.explore-heading .button {
  min-height: 40px;
  flex: 0 0 auto;
}

.explore-compose {
  min-height: 72px;
  padding: 13px 18px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 12px;
  color: var(--text);
  background: color-mix(in srgb, var(--card), var(--accent) 1.5%);
  border-bottom: 1px solid var(--line);
  transition: background-color .16s ease;
}

.explore-compose:hover {
  color: var(--text);
  background: color-mix(in srgb, var(--card), var(--accent) 4%);
}

.explore-compose-avatar,
.explore-author-avatar,
.explore-inline-avatar {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(145deg, #19324f, #f36b21);
  color: #fff;
  font-weight: 750;
}

.explore-compose-avatar img,
.explore-author-avatar img,
.explore-inline-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.explore-compose-avatar {
  width: 44px;
  height: 44px;
  font-size: 15px;
}

.explore-compose b,
.explore-compose small {
  display: block;
}

.explore-compose b {
  font-size: 13.5px;
  font-weight: 650;
}

.explore-compose small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11.5px;
}

.explore-compose > i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--soft);
  color: var(--accent);
}

.explore-filters {
  min-height: 50px;
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  background: var(--card);
  border-bottom: 1px solid var(--line);
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.explore-filters::-webkit-scrollbar {
  display: none;
}

.explore-filters a {
  position: relative;
  min-width: 104px;
  min-height: 50px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

.explore-filters a:hover,
.explore-filters a.is-active {
  color: var(--text);
  background: color-mix(in srgb, var(--card), var(--accent) 2.5%);
}

.explore-filters a.is-active::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 22px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--accent);
}

.explore-feed {
  display: grid;
  gap: 0;
}

.explore-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--card);
  border-bottom: 1px solid var(--line);
  transition: background-color .16s ease;
}

.explore-card:hover {
  background: color-mix(in srgb, var(--card), var(--bg) 20%);
}

.explore-card:last-child {
  border-bottom: 0;
}

.explore-card-head {
  position: relative;
  z-index: 1;
  padding: 16px 18px 8px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 12px;
}

.explore-card-head::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 60px;
  bottom: -44px;
  left: 40px;
  width: 2px;
  background: color-mix(in srgb, var(--line), transparent 16%);
}

.explore-card.is-expanded .explore-card-head::after {
  bottom: -8px;
}

.explore-author-avatar {
  width: 46px;
  height: 46px;
  font-size: 15px;
  box-shadow: 0 0 0 3px var(--card);
}

.explore-author-meta {
  min-width: 0;
}

.explore-author-meta > div:first-child {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

.explore-author-meta b {
  font-size: 13px;
  font-weight: 680;
}

.explore-author-meta a:hover b,
.explore-context a:hover {
  color: var(--accent);
}

.explore-role {
  padding: 2px 6px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--card), var(--accent) 10%);
  color: var(--accent);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .35px;
}

.explore-context {
  min-width: 0;
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  color: var(--muted);
  font-size: 10.5px;
  white-space: nowrap;
}

.explore-context a {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.explore-context b {
  font-size: inherit;
  font-weight: 600;
}

.explore-card-menu,
.explore-read-more,
.explore-title,
.explore-action {
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.explore-card-menu,
.explore-read-more,
.explore-title {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.explore-card-menu {
  width: 32px;
  height: 32px;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--muted);
  transition: background-color .16s ease, color .16s ease;
  visibility: hidden;
  pointer-events: none;
}

.explore-card.can-expand .explore-card-menu {
  visibility: visible;
  pointer-events: auto;
}

.explore-card-menu:hover,
.explore-card-menu[aria-expanded="true"] {
  background: var(--soft);
  color: var(--accent);
}

.explore-card-menu i,
.explore-read-more i {
  transition: transform .18s ease;
}

.explore-card-content {
  padding: 2px 18px 14px 76px;
}

.explore-badges {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.explore-badges > span {
  padding: 3px 7px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 5px;
  background: var(--bg);
  color: var(--muted);
  font-size: 8.5px;
  font-weight: 750;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .18px;
}

.explore-badges .explore-type {
  background: #edf1f6;
  color: #4b5d75;
}

.explore-badges .explore-type-question {
  background: #eee9ff;
  color: #6d28d9;
}

.explore-badges .explore-type-sale {
  background: #dcfce7;
  color: #15803d;
}

.explore-badges .explore-type-service {
  background: #e0f2fe;
  color: #0369a1;
}

.explore-badges .explore-type-request {
  background: #fef3c7;
  color: #a16207;
}

.explore-badges .is-solved {
  background: #dcfce7;
  color: #15803d;
}

.explore-card-content h2 {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: -.16px;
  overflow-wrap: anywhere;
}

.explore-title {
  max-width: 100%;
  padding: 0;
  color: var(--text);
  font-size: inherit;
  font-weight: 680;
  line-height: inherit;
  text-align: left;
}

.explore-title:hover,
.explore-title:focus-visible {
  color: var(--accent);
}

.explore-topic-body {
  position: relative;
  max-height: 132px;
  margin-top: 9px;
  overflow: hidden;
  color: color-mix(in srgb, var(--text), var(--muted) 35%);
  font-size: 13.5px;
  line-height: 1.62;
  overflow-wrap: anywhere;
}

.explore-topic-body.explore-topic-preview {
  max-height: none;
  margin-top: 12px;
  overflow: visible;
}

.explore-topic-preview[hidden] {
  display: none;
}

.explore-card.can-expand:not(.is-expanded) .explore-topic-body.explore-topic-preview::after {
  content: none;
}

.explore-card.can-expand:not(.is-expanded) .explore-topic-body::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 48px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, var(--card) 92%);
}

.explore-card.is-expanded .explore-topic-body {
  max-height: none;
  overflow: visible;
}

.explore-topic-body .post-list {
  margin: 8px 0;
  padding-left: 21px;
}

.explore-topic-body .post-list li + li {
  margin-top: 4px;
}

.explore-topic-body strong {
  font-weight: 700;
}

.explore-topic-body a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.explore-topic-body img,
.explore-topic-body video,
.explore-topic-body iframe {
  max-width: 100%;
  height: auto;
  margin-block: 8px;
  border-radius: 9px;
}

.explore-topic-body pre {
  max-width: 100%;
  margin: 9px 0;
  padding: 11px 12px;
  overflow-x: auto;
  border-radius: 8px;
  background: var(--nav);
  color: #e7edf7;
  font-size: 11px;
  line-height: 1.55;
  white-space: pre;
}

.explore-topic-body code {
  overflow-wrap: anywhere;
}

.explore-topic-quote,
.explore-topic-body .post-quote.simple {
  margin: 9px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: 8px;
  background: var(--bg);
}

.explore-topic-quote header,
.explore-topic-body .post-quote.simple header {
  padding: 7px 10px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
  border-bottom: 1px solid var(--line);
}

.explore-topic-quote header i,
.explore-topic-body .post-quote.simple header i {
  margin-right: 5px;
  color: var(--accent);
}

.explore-topic-quote > div,
.explore-topic-body .post-quote.simple > div {
  padding: 9px 10px;
}

.explore-read-more {
  margin: 0 auto;
  padding: 7px 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 680;
  text-align: left;
}

.explore-expand-row {
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0 18px 8px 76px;
  border-top: 1px solid color-mix(in srgb, var(--line), transparent 35%);
}

.explore-card.can-expand .explore-expand-row {
  display: flex;
}

.explore-read-more:hover,
.explore-read-more:focus-visible {
  color: color-mix(in srgb, var(--accent), var(--text) 18%);
}

.explore-card-actions {
  min-height: 52px;
  margin: 0 18px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  align-items: stretch;
  border-top: 1px solid var(--line);
}

.explore-card-actions > .explore-action,
.explore-card-actions > .explore-action-form {
  min-width: 0;
  margin: 0;
}

.explore-action-form {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
}

.explore-card-actions .explore-action {
  width: 100%;
  min-width: 0;
  min-height: 51px;
  margin: 0;
  padding: 7px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  line-height: 1;
  cursor: pointer;
  transition: color .15s ease, background-color .15s ease;
}

.explore-card-actions .explore-action > i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  font-size: 14px;
}

.explore-card-actions .explore-action-count {
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.explore-card-actions .explore-action:hover,
.explore-card-actions .explore-action:focus-visible,
.explore-card-actions .explore-action.is-active {
  color: var(--accent);
  background: color-mix(in srgb, var(--card), var(--accent) 5%);
}

.explore-card-actions .explore-action:focus-visible,
.explore-title:focus-visible,
.explore-read-more:focus-visible,
.explore-card-menu:focus-visible,
.explore-filters a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}

.explore-card-actions .explore-action.is-metric {
  cursor: default;
}

.explore-card-actions .explore-action.is-metric:hover {
  color: var(--muted);
  background: transparent;
}

.explore-card-actions .explore-action.is-disabled-own-like {
  opacity: .62;
  cursor: not-allowed;
}

.explore-card-actions .explore-action[aria-busy="true"] {
  pointer-events: none;
  opacity: .65;
}

.explore-inline[hidden] {
  display: none !important;
}

.explore-inline {
  position: relative;
  margin: 0 18px 13px 76px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  animation: explore-inline-in .18s ease both;
}

.explore-inline[aria-busy="true"] {
  min-height: 90px;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: var(--soft);
  border-radius: 10px;
}

.explore-inline-head {
  min-height: 46px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}

.explore-inline-head > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.explore-inline-head > div > i {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--card);
  color: var(--accent);
}

.explore-inline-head span,
.explore-inline-head b,
.explore-inline-head small {
  display: block;
}

.explore-inline-head b {
  font-size: 11.5px;
  font-weight: 680;
}

.explore-inline-head small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
}

.explore-inline-head > a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 680;
}

.explore-inline-posts {
  display: grid;
  min-width: 0;
}

.explore-inline-post {
  position: relative;
  min-width: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.explore-inline-post.is-reply {
  margin-top: 12px;
  padding: 12px 13px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.explore-inline-post.is-reply + .explore-inline-post.is-reply {
  margin-top: 8px;
}

.explore-inline-post > header {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
}

.explore-inline-avatar {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  font-size: 10.5px;
  box-shadow: 0 0 0 3px var(--card);
}

.explore-inline-post > header > span,
.explore-inline-post > header b,
.explore-inline-post > header small {
  min-width: 0;
  display: block;
}

.explore-inline-post > header b {
  overflow: hidden;
  font-size: 11.5px;
  font-weight: 680;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.explore-inline-post > header small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 8.5px;
}

.explore-inline-post > header em {
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 650;
}

.explore-inline-body {
  min-width: 0;
  padding: 9px 0 1px 43px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.explore-inline-body--topic {
  padding: 2px 0 5px;
  color: var(--text);
  font-size: 13.5px;
  line-height: 1.7;
}

.explore-inline-body--topic > :first-child {
  margin-top: 0;
}

.explore-inline-body--topic > :last-child {
  margin-bottom: 0;
}

.explore-inline-body img,
.explore-inline-body video,
.explore-inline-body iframe {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.explore-inline-body pre {
  max-width: 100%;
  padding: 11px;
  overflow-x: auto;
  border-radius: 8px;
  background: var(--nav);
  color: #e7edf7;
  font-size: 11px;
  white-space: pre;
}

.explore-inline-body code {
  overflow-wrap: anywhere;
}

.explore-inline-body a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.explore-inline-quote {
  margin: 10px 0;
  overflow: hidden;
  background: var(--bg);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: 8px;
}

.explore-inline-quote header {
  padding: 7px 10px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
  border-bottom: 1px solid var(--line);
}

.explore-inline-quote header i {
  margin-right: 5px;
  color: var(--accent);
}

.explore-inline-quote > div {
  padding: 9px 10px;
}

.explore-inline-foot {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  background: var(--soft);
  border-top: 1px solid var(--line);
}

.explore-inline-foot .button {
  min-height: 36px;
  padding: 8px 10px;
  font-size: 10px;
}

.explore-more-wrap {
  border-top: 1px solid var(--line);
}

.explore-more,
.explore-finished {
  width: 100%;
  min-height: 50px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--muted);
  background: color-mix(in srgb, var(--card), var(--bg) 26%);
  font-size: 11.5px;
  font-weight: 650;
}

.explore-more:hover {
  color: var(--accent);
  background: color-mix(in srgb, var(--card), var(--accent) 4%);
}

.explore-more[aria-busy="true"] {
  pointer-events: none;
  opacity: .72;
}

.explore-finished i {
  color: #20b66b;
}

.explore-status {
  position: fixed;
  z-index: 260;
  bottom: 24px;
  left: 50%;
  width: max-content;
  max-width: min(420px, calc(100vw - 28px));
  height: auto;
  margin: 0;
  padding: 10px 14px;
  overflow: hidden;
  color: #fff;
  background: var(--nav);
  border: 1px solid #ffffff1f;
  border-radius: 10px;
  box-shadow: 0 12px 34px #07111d40;
  font-size: 11px;
  font-weight: 650;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity .16s ease, transform .16s ease;
}

.explore-status:empty {
  display: none;
}

.explore-status.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.explore-empty {
  padding: 50px 20px;
  text-align: center;
}

.explore-empty > i {
  width: 50px;
  height: 50px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: var(--soft);
  border-radius: 50%;
  font-size: 21px;
}

.explore-empty h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 680;
}

.explore-empty p {
  max-width: 430px;
  margin: 6px auto 15px;
  color: var(--muted);
  font-size: 12.5px;
}

.explore-rail {
  position: sticky;
  top: 16px;
  display: grid;
  gap: 13px;
}

.explore-rail-card {
  overflow: hidden;
  border-radius: 13px;
  box-shadow: 0 9px 28px rgb(15 29 48 / 5%);
}

.explore-rail-title {
  min-height: 48px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid var(--line);
}

.explore-rail-title i {
  color: var(--accent);
}

.explore-rail-title h2 {
  margin: 0;
  font-size: 13px;
  font-weight: 680;
}

.explore-summary-grid {
  padding: 11px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.explore-summary-grid span {
  padding: 10px 5px;
  text-align: center;
  background: var(--bg);
  border-radius: 8px;
}

.explore-summary-grid b,
.explore-summary-grid small {
  display: block;
}

.explore-summary-grid b {
  font-size: 18px;
  font-weight: 700;
}

.explore-summary-grid small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 8.5px;
}

.explore-category-list {
  padding: 3px 0;
}

.explore-category-list a {
  min-height: 49px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--line);
}

.explore-category-list a:last-child {
  border-bottom: 0;
}

.explore-category-list a:hover {
  background: color-mix(in srgb, var(--card), var(--accent) 3%);
}

.explore-category-list b,
.explore-category-list small {
  display: block;
}

.explore-category-list b {
  font-size: 11.5px;
  font-weight: 650;
}

.explore-category-list small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9.5px;
}

.explore-category-list i {
  color: var(--muted);
  font-size: 9px;
}

.explore-trending {
  margin: 0;
  padding: 3px 0;
  list-style: none;
}

.explore-trending li {
  border-bottom: 1px solid var(--line);
}

.explore-trending li:last-child {
  border-bottom: 0;
}

.explore-trending a {
  padding: 10px 13px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
}

.explore-trending a > span {
  color: var(--accent);
  font-size: 10px;
  font-weight: 750;
}

.explore-trending b,
.explore-trending small {
  display: block;
}

.explore-trending b {
  display: -webkit-box;
  overflow: hidden;
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.explore-trending small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.explore-trending a:hover b {
  color: var(--accent);
}

.explore-rail-cta {
  padding: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 95% 0, #335d8a 0, transparent 45%),
    linear-gradient(135deg, #14233a, #1d395a);
  border-radius: 13px;
}

.explore-rail-cta > i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #ff9c68;
  background: #ffffff14;
  border-radius: 50%;
}

.explore-rail-cta h2 {
  margin: 11px 0 4px;
  font-size: 15px;
  font-weight: 680;
}

.explore-rail-cta p {
  margin: 0 0 12px;
  color: #c8d5e5;
  font-size: 11.5px;
  line-height: 1.5;
}

.explore-rail-cta a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ff9c68;
  font-size: 11px;
  font-weight: 680;
}

html[data-theme="dark"] .explore-main {
  box-shadow: 0 12px 34px rgb(0 0 0 / 18%);
}

html[data-theme="dark"] .explore-badges .explore-type {
  background: #263447;
  color: #c1cada;
}

html[data-theme="dark"] .explore-badges .explore-type-question {
  background: #30284d;
  color: #c4b5fd;
}

html[data-theme="dark"] .explore-badges .explore-type-sale,
html[data-theme="dark"] .explore-badges .is-solved {
  background: #183b2b;
  color: #86efac;
}

html[data-theme="dark"] .explore-badges .explore-type-service {
  background: #17364a;
  color: #7dd3fc;
}

html[data-theme="dark"] .explore-badges .explore-type-request {
  background: #44351a;
  color: #fde68a;
}

html[data-theme="dark"] .explore-inline {
  background: transparent;
}

html[data-theme="dark"] .explore-inline-head,
html[data-theme="dark"] .explore-inline-foot {
  background: #18283d;
}

html[data-theme="dark"] .explore-inline-post.is-reply {
  background: #132136;
  border-color: #304158;
}

html[data-theme="dark"] .explore-inline-quote {
  background: #0f1b2c;
  border-color: #304158;
  border-left-color: var(--accent);
}

html[data-theme="dark"] .explore-topic-quote,
html[data-theme="dark"] .explore-topic-body .post-quote.simple {
  background: #0f1b2c;
  border-color: #304158;
  border-left-color: var(--accent);
}

@keyframes explore-inline-in {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1020px) {
  .explore-shell {
    max-width: 680px;
    grid-template-columns: minmax(0, 790px);
    justify-content: center;
  }

  .explore-rail {
    display: none;
  }
}

@media (max-width: 680px) {
  .explore-page main.page {
    padding-right: 10px;
    padding-left: 10px;
  }

  .explore-page .mobile-action-dock > a.is-active {
    color: var(--accent) !important;
  }

  .explore-page .mobile-action-dock > a.is-active::after {
    content: "";
    position: absolute;
    right: calc(50% - 14px);
    bottom: 2px;
    left: calc(50% - 14px);
    height: 2px;
    border-radius: 2px;
    background: var(--accent);
  }

  .explore-shell {
    width: 100%;
    max-width: none;
  }

  .explore-main {
    border-radius: 12px;
  }

  .explore-heading {
    min-height: 98px;
    padding: 16px 14px;
    align-items: flex-start;
  }

  .explore-heading h1 {
    font-size: 24px;
  }

  .explore-heading p {
    max-width: 430px;
    font-size: 12px;
  }

  .explore-heading .button {
    min-width: 40px;
    min-height: 40px;
    padding: 9px 11px;
  }

  .explore-compose {
    min-height: 68px;
    padding: 11px 14px;
    grid-template-columns: 40px minmax(0, 1fr) 32px;
    gap: 10px;
  }

  .explore-compose-avatar {
    width: 40px;
    height: 40px;
  }

  .explore-compose small {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .explore-compose > i {
    width: 32px;
    height: 32px;
  }

  .explore-filters a {
    min-width: 88px;
    min-height: 48px;
    padding: 0 13px;
  }

  .explore-card-head {
    padding: 14px 13px 8px;
    grid-template-columns: 42px minmax(0, 1fr) 30px;
    gap: 10px;
  }

  .explore-card-head::after {
    top: 55px;
    bottom: -40px;
    left: 33px;
  }

  .explore-author-avatar {
    width: 42px;
    height: 42px;
  }

  .explore-context {
    font-size: 10px;
  }

  .explore-card-content {
    padding: 2px 13px 13px 65px;
  }

  .explore-card-content h2 {
    font-size: 16px;
  }

  .explore-topic-body {
    font-size: 13px;
    line-height: 1.58;
    max-height: 124px;
  }

  .explore-card-actions {
    min-height: 50px;
    margin-right: 13px;
    margin-left: 13px;
  }

  .explore-expand-row {
    margin-right: 13px;
    margin-left: 65px;
  }

  .explore-card-actions .explore-action {
    min-height: 49px;
    gap: 3px;
  }

  .explore-card-actions .explore-action > i {
    font-size: 13px;
  }

  .explore-inline {
    margin-right: 13px;
    margin-left: 65px;
  }
}

@media (max-width: 430px) {
  .explore-heading {
    min-height: 92px;
  }

  .explore-heading .button {
    width: 40px;
    font-size: 0;
  }

  .explore-heading .button i {
    margin: 0;
    font-size: 13px;
  }

  .explore-compose b {
    font-size: 12.5px;
  }

  .explore-compose small {
    font-size: 10px;
  }

  .explore-author-meta > div:first-child {
    gap: 5px;
  }

  .explore-context {
    max-width: 245px;
  }

  .explore-card-content {
    padding-right: 12px;
    padding-left: 64px;
  }

  .explore-card-actions {
    margin-right: 12px;
    margin-left: 12px;
  }

  .explore-expand-row {
    margin-right: 12px;
    margin-left: 64px;
  }

  .explore-card-actions .explore-action {
    gap: 5px;
  }

  .explore-inline {
    margin-right: 12px;
    margin-left: 64px;
  }

  .explore-inline-head {
    align-items: flex-start;
  }

  .explore-inline-head > a {
    font-size: 0;
  }

  .explore-inline-head > a i {
    font-size: 10px;
  }

  .explore-inline-body {
    padding-left: 0;
  }
}

@media (max-width: 360px) {
  .explore-heading p {
    max-width: 245px;
  }

  .explore-compose {
    grid-template-columns: 38px minmax(0, 1fr) 30px;
    padding-inline: 11px;
  }

  .explore-compose-avatar {
    width: 38px;
    height: 38px;
  }

  .explore-card-head {
    grid-template-columns: 40px minmax(0, 1fr) 28px;
    padding-inline: 11px;
  }

  .explore-author-avatar {
    width: 40px;
    height: 40px;
  }

  .explore-card-head::after {
    left: 30px;
  }

  .explore-card-content,
  .explore-card-actions,
  .explore-inline {
    margin-left: 0;
  }

  .explore-card-content {
    padding-left: 61px;
  }

  .explore-card-actions {
    margin-right: 11px;
    margin-left: 11px;
  }

  .explore-expand-row {
    margin-right: 11px;
    margin-left: 61px;
  }

  .explore-inline {
    margin-right: 11px;
    margin-left: 61px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .explore-card,
  .explore-compose,
  .explore-card-menu,
  .explore-card-menu i,
  .explore-read-more i,
  .explore-status {
    transition: none;
  }

  .explore-inline {
    animation: none;
  }

  .explore-more .fa-spin {
    animation: none;
  }
}
