/* Final stability layer: loaded after the legacy stylesheet. */
html,
body {
  width: 100%;
  max-width: 100%;
}

.page-shell,
.page-shell > section,
.container,
.panel,
.glass {
  min-width: 0;
}

h1,
h2,
h3,
h4,
p,
a,
button,
label,
small,
strong,
span {
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.btn {
  min-height: 42px;
  border-radius: 7px;
  white-space: normal;
}

.scroll-reveal-ready .scroll-reveal,
.scroll-reveal-ready .scroll-reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
}

main > section,
.product-grid,
.forum-feed,
.staff-grid,
.punish-grid {
  content-visibility: visible !important;
  contain-intrinsic-size: auto !important;
}

body.compose-open {
  overflow: hidden;
}

body.community-page {
  background: #07070a;
}

body.community-page .page-shell {
  overflow: clip;
}

body.community-page .community-hero,
body.community-page .suggestions-hero {
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: #0c0c10;
}

body.community-page .community-hero-inner,
body.community-page .suggestions-hero-inner {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 36px 0;
}

body.community-page .community-hero h1,
body.community-page .suggestions-hero h1 {
  margin: 0 0 10px;
  font-size:46px;
  line-height: 1.05;
  text-transform: none;
}

body.community-page .community-hero p,
body.community-page .suggestions-hero p {
  max-width: 680px;
  margin: 0;
  color: #a9a9b3;
  font-size: 16px;
  line-height: 1.55;
}

body.community-page .community-hero-stats,
body.community-page .suggestion-summary {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(108px, 1fr));
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: #121218;
  overflow: hidden;
}

body.suggestions-page .suggestion-summary {
  grid-template-columns: repeat(3, minmax(100px, 1fr));
}

body.community-page .community-hero-stats span,
body.community-page .suggestion-summary span {
  min-width: 0;
  padding: 16px 18px;
  color: #9696a1;
  text-align: center;
  font-size: 12px;
}

body.community-page .community-hero-stats span + span,
body.community-page .suggestion-summary span + span {
  border-left: 1px solid rgba(255, 255, 255, .09);
}

body.community-page .community-hero-stats strong,
body.community-page .suggestion-summary strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 25px;
}

body.suggestions-page .suggestions-hero {
  background: #09110f;
  border-color: rgba(57, 213, 163, .2);
}

body.suggestions-page .suggestions-hero .eyebrow {
  color: #68e6bf;
}

body.suggestions-page .suggestion-summary {
  border-color: rgba(57, 213, 163, .2);
  background: #0d1714;
}

body.suggestions-page .suggestion-summary strong {
  color: #79edca;
}

body.community-page .community-toolbar,
body.community-page .suggestion-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 22px 0;
}

body.community-page .community-search {
  width: min(650px, 100%);
  min-width: 0;
  height: 48px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 4px 4px 4px 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: #111116;
}

body.community-page .community-search .icon {
  color: #8e8e99;
}

body.community-page .community-search input {
  min-width: 0;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.community-page .community-search .btn {
  min-height: 38px;
  height: 38px;
  padding: 8px 14px;
}

body.suggestions-page .btn-primary {
  border-color: #2ac397;
  background: #157d62;
  color: #fff;
  box-shadow: none;
}

body.community-page .community-layout,
body.community-page .suggestion-board {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  padding-bottom: 46px;
}

body.community-page .community-sidebar,
body.community-page .suggestion-filters {
  position: sticky;
  top: 94px;
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: #0f0f14;
}

body.community-page .community-nav-title,
body.community-page .suggestion-filters > strong {
  display: block;
  padding: 9px 10px;
  color: #858590;
  font-size: 11px;
  text-transform: uppercase;
}

body.community-page .community-category,
body.community-page .suggestion-filters > a {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 11px 10px;
  border-radius: 6px;
  color: #c7c7cf;
  font-size: 13px;
  font-weight: 800;
}

body.community-page .community-category span,
body.community-page .suggestion-filters > a span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

body.community-page .community-category b,
body.community-page .suggestion-filters > a b {
  flex: 0 0 auto;
  min-width: 25px;
  padding: 3px 6px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 5px;
  color: #a3a3ad;
  text-align: center;
  font-size: 11px;
}

body.community-page .community-category:hover,
body.community-page .community-category.active {
  background: rgba(255, 176, 0, .1);
  color: #fff;
}

body.community-page .suggestion-filters > a:hover,
body.community-page .suggestion-filters > a.active {
  background: rgba(57, 213, 163, .1);
  color: #fff;
}

body.community-page .community-category.active {
  box-shadow: inset 3px 0 #ffb000;
}

body.community-page .suggestion-filters > a.active {
  box-shadow: inset 3px 0 #39d5a3;
}

body.community-page .community-side-link {
  margin-top: 9px;
  padding: 14px 10px 8px;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

body.community-page .community-side-link p {
  margin: 7px 0;
  color: #8f8f99;
  font-size: 12px;
  line-height: 1.45;
}

body.community-page .community-side-link a {
  color: #ffc34f;
  font-size: 12px;
  font-weight: 900;
}

body.community-page .community-feed,
body.community-page .suggestion-feed {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: #0f0f14;
}

body.community-page .community-feed-head,
body.community-page .suggestion-feed-head {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 17px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

body.community-page .community-feed-head h2,
body.community-page .suggestion-feed-head h2 {
  margin: 0 0 3px;
  font-size: 20px;
}

body.community-page .community-feed-head p,
body.community-page .suggestion-feed-head p {
  margin: 0;
  color: #8f8f99;
  font-size: 12px;
}

body.community-page .discussion-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 142px;
  gap: 13px;
  align-items: center;
  padding: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

body.community-page .discussion-row:last-child,
body.community-page .suggestion-row:last-child {
  border-bottom: 0;
}

body.community-page .discussion-row:hover,
body.community-page .suggestion-row:hover {
  background: rgba(255, 255, 255, .025);
}

body.community-page .discussion-avatar {
  width: 48px;
  height: 48px;
  border-radius: 6px;
}

body.community-page .discussion-content,
body.community-page .suggestion-content {
  min-width: 0;
  display: block;
}

body.community-page .discussion-badges,
body.community-page .suggestion-labels {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

body.community-page .discussion-badges span,
body.community-page .discussion-badges em,
body.community-page .suggestion-labels span {
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 5px;
  color: #d0d0d7;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

body.community-page .discussion-badges span {
  border-color: rgba(255, 176, 0, .24);
  background: rgba(255, 176, 0, .08);
  color: #ffd47b;
}

body.community-page .discussion-content h3,
body.community-page .suggestion-content h3 {
  margin: 7px 0 5px;
  color: #f4f4f6;
  font-size: 17px;
  line-height: 1.3;
}

body.community-page .discussion-content p,
body.community-page .suggestion-content p {
  display: block;
  margin: 0 0 7px;
  color: #a7a7b1;
  font-size: 13px;
  line-height: 1.5;
}

body.community-page .discussion-content small,
body.community-page .suggestion-content small {
  display: block;
  color: #7f7f8a;
  font-size: 11px;
}

body.community-page .discussion-content small b,
body.community-page .suggestion-content small b {
  color: #c7c7cf;
}

body.community-page .discussion-metrics {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  text-align: center;
}

body.community-page .discussion-metrics span {
  color: #858590;
  font-size: 9px;
}

body.community-page .discussion-metrics strong {
  display: block;
  margin-bottom: 2px;
  color: #e5e5e9;
  font-size: 16px;
}

body.community-page .suggestion-sort {
  flex: 0 0 auto;
  display: flex;
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 7px;
}

body.community-page .suggestion-sort a {
  padding: 7px 9px;
  border-radius: 5px;
  color: #92929d;
  font-size: 11px;
  font-weight: 900;
}

body.community-page .suggestion-sort a.active {
  background: #27272f;
  color: #fff;
}

body.community-page .suggestion-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 15px;
  padding: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

body.community-page .vote-box {
  width: 64px;
  min-width: 0;
  align-self: start;
}

body.community-page .vote-box button,
body.community-page .vote-box > span {
  width: 64px;
  min-height: 76px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 7px;
  background: #17171d;
  color: #a6a6b0;
}

body.community-page .vote-box button:hover,
body.community-page .vote-box button.voted {
  border-color: #39d5a3;
  background: rgba(57, 213, 163, .1);
  color: #79edca;
}

body.community-page .vote-box strong {
  color: #fff;
  font-size: 19px;
}

body.community-page .vote-box small {
  color: inherit;
  font-size: 9px;
  text-transform: uppercase;
}

body.community-page .suggestion-status.status-analysis {
  border-color: rgba(255, 176, 0, .3);
  background: rgba(255, 176, 0, .08);
  color: #ffd47b;
}

body.community-page .suggestion-status.status-planned {
  border-color: rgba(72, 178, 240, .3);
  background: rgba(72, 178, 240, .08);
  color: #9bdcff;
}

body.community-page .suggestion-status.status-implemented {
  border-color: rgba(57, 213, 163, .3);
  background: rgba(57, 213, 163, .08);
  color: #79edca;
}

body.community-page .suggestion-status.status-declined {
  border-color: rgba(255, 91, 111, .3);
  background: rgba(255, 91, 111, .08);
  color: #ffadb7;
}

body.community-page .community-empty {
  padding: 48px 20px;
  color: #93939e;
  text-align: center;
}

body.community-page .community-empty h3 {
  margin: 10px 0 5px;
  color: #fff;
}

body.community-page .community-empty p {
  margin: 0;
}

.compose-modal[hidden] {
  display: none !important;
}

.compose-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.compose-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, .76);
  cursor: default;
}

.compose-dialog {
  position: relative;
  z-index: 1;
  width: min(650px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background: #121217;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .65);
}

.compose-dialog > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.compose-dialog h2 {
  margin: 3px 0 5px;
  font-size: 25px;
}

.compose-dialog header p {
  margin: 0;
  color: #9b9ba5;
  font-size: 13px;
  line-height: 1.45;
}

.compose-kicker {
  color: #ffc44f;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

body.suggestions-page .compose-kicker {
  color: #79edca;
}

.compose-close {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 7px;
  background: #1d1d24;
  color: #fff;
  font-size: 25px;
  line-height: 1;
}

.compose-form {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(170px, .5fr);
  gap: 15px;
  padding: 20px;
}

.compose-form label {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 7px;
  color: #dedee3;
  font-size: 13px;
  font-weight: 850;
}

.compose-form input,
.compose-form select,
.compose-form textarea {
  width: 100%;
  min-width: 0;
  border-radius: 7px;
  background: #09090d;
}

.compose-form textarea {
  min-height: 150px;
  line-height: 1.5;
}

.compose-form label small {
  color: #7f7f89;
  font-size: 10px;
  font-weight: 700;
}

.compose-form .compose-wide,
.compose-form footer {
  grid-column: 1 / -1;
}

.compose-form footer {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  padding-top: 4px;
}

body.community-page .topic-shell {
  width: min(1050px, calc(100% - 44px));
  max-width: 1050px;
  padding: 28px 0 48px;
}

body.community-page .topic-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 15px;
  color: #9a9aa5;
  font-size: 13px;
  font-weight: 800;
}

body.community-page .topic-original,
body.community-page .reply-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 155px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: #0f0f14;
}

body.community-page .topic-author,
body.community-page .reply-author {
  min-width: 0;
  display: grid;
  place-items: center;
  align-content: start;
  gap: 7px;
  padding: 22px 14px;
  border-right: 1px solid rgba(255, 255, 255, .09);
  background: #121218;
  text-align: center;
}

body.community-page .topic-author .mc-head {
  width: 76px;
  height: 76px;
  border-radius: 7px;
}

body.community-page .topic-author small {
  color: #858590;
  font-size: 10px;
}

body.community-page .topic-message {
  min-width: 0;
  padding: 22px;
}

body.community-page .topic-message-head {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

body.community-page .topic-message-head > small,
body.community-page .reply-message > small {
  flex: 0 0 auto;
  color: #858590;
  font-size: 11px;
}

body.community-page .topic-message h1 {
  margin: 16px 0;
  font-size: 32px;
  line-height: 1.2;
}

body.community-page .topic-body {
  min-height: 100px;
  margin: 0;
  color: #d2d2d8;
  font-size: 15px;
  line-height: 1.7;
  white-space: pre-wrap;
}

body.community-page .topic-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

body.community-page .topic-footer > span {
  margin-right: auto;
  color: #888893;
  font-size: 11px;
}

body.community-page .topic-replies {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}

body.community-page .topic-replies-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 1px;
}

body.community-page .topic-replies-head h2 {
  margin: 0;
  font-size: 19px;
}

body.community-page .topic-replies-head span {
  min-width: 24px;
  padding: 3px 6px;
  border-radius: 5px;
  background: #202027;
  text-align: center;
  font-size: 11px;
}

body.community-page .reply-row {
  grid-template-columns: 135px minmax(0, 1fr);
}

body.community-page .reply-author {
  grid-template-columns: 38px minmax(0, 1fr);
  align-content: center;
  justify-items: start;
  padding: 15px;
  text-align: left;
}

body.community-page .reply-author .mc-head {
  width: 38px;
  height: 38px;
  border-radius: 5px;
}

body.community-page .reply-message {
  min-width: 0;
  padding: 16px 18px;
}

body.community-page .reply-message p {
  margin: 7px 0 11px;
  color: #ceced5;
  line-height: 1.6;
  white-space: pre-wrap;
}

body.community-page .topic-reply-form {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: end;
  margin-top: 16px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: #0f0f14;
}

body.community-page .topic-reply-form > .mc-head {
  width: 48px;
  height: 48px;
  margin-top: 23px;
  border-radius: 6px;
  align-self: start;
}

body.community-page .topic-reply-form label {
  min-width: 0;
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
}

body.community-page .topic-reply-form textarea {
  min-height: 90px;
  border-radius: 7px;
}

body.community-page .topic-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: #0f0f14;
}

@media (max-width: 940px) {
  body.community-page .community-hero-inner,
  body.community-page .suggestions-hero-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  body.community-page .community-hero-stats,
  body.community-page .suggestion-summary {
    width: 100%;
  }

  body.community-page .community-layout,
  body.community-page .suggestion-board {
    grid-template-columns: 1fr;
  }

  body.community-page .community-sidebar,
  body.community-page .suggestion-filters {
    position: static;
    display: flex;
    gap: 3px;
    overflow-x: auto;
  }

  body.community-page .community-nav-title,
  body.community-page .suggestion-filters > strong,
  body.community-page .community-side-link {
    display: none;
  }

  body.community-page .community-category,
  body.community-page .suggestion-filters > a {
    flex: 0 0 auto;
  }

  body.community-page .discussion-row {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  body.community-page .discussion-metrics {
    grid-column: 2;
    display: flex;
    gap: 15px;
    text-align: left;
  }

  body.community-page .topic-original,
  body.community-page .reply-row {
    grid-template-columns: 1fr;
  }

  body.community-page .topic-author,
  body.community-page .reply-author {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  body.community-page .topic-author {
    grid-template-columns: 54px minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }

  body.community-page .topic-author .mc-head {
    width: 54px;
    height: 54px;
    grid-row: 1 / 3;
  }

  body.community-page .topic-author strong,
  body.community-page .topic-author small {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .container,
  body.community-page .topic-shell {
    width: min(100% - 24px, 1240px);
  }

  body.community-page .community-hero-inner,
  body.community-page .suggestions-hero-inner {
    min-height: 0;
    padding: 28px 0;
  }

  body.community-page .community-hero h1,
  body.community-page .suggestions-hero h1 {
    font-size: 37px;
  }

  body.community-page .community-hero-stats,
  body.community-page .suggestion-summary {
    grid-template-columns: 1fr;
  }

  body.community-page .community-hero-stats span + span,
  body.community-page .suggestion-summary span + span {
    border-top: 1px solid rgba(255, 255, 255, .09);
    border-left: 0;
  }

  body.community-page .community-toolbar,
  body.community-page .suggestion-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.community-page .community-search {
    width: 100%;
  }

  body.community-page .suggestion-feed-head {
    align-items: flex-start;
    flex-direction: column;
  }

  body.community-page .discussion-row {
    grid-template-columns: minmax(0, 1fr);
    padding: 14px;
  }

  body.community-page .discussion-avatar {
    display: none;
  }

  body.community-page .discussion-metrics {
    grid-column: 1;
  }

  body.community-page .suggestion-row {
    grid-template-columns: 53px minmax(0, 1fr);
    gap: 10px;
    padding: 14px;
  }

  body.community-page .vote-box,
  body.community-page .vote-box button,
  body.community-page .vote-box > span {
    width: 50px;
  }

  body.community-page .vote-box button,
  body.community-page .vote-box > span {
    min-height: 68px;
    padding: 5px;
  }

  .compose-modal {
    align-items: end;
    padding: 10px;
  }

  .compose-dialog {
    width: 100%;
    max-height: calc(100vh - 20px);
  }

  .compose-dialog > header,
  .compose-form {
    padding: 17px;
  }

  .compose-form {
    grid-template-columns: 1fr;
  }

  .compose-form .compose-wide,
  .compose-form footer {
    grid-column: 1;
  }

  .compose-form footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  body.community-page .topic-message {
    padding: 17px;
  }

  body.community-page .topic-message-head {
    flex-direction: column;
  }

  body.community-page .topic-message h1 {
    font-size: 26px;
  }

  body.community-page .topic-reply-form {
    grid-template-columns: 1fr;
  }

  body.community-page .topic-reply-form > .mc-head {
    display: none;
  }

  body.community-page .topic-login {
    align-items: stretch;
    flex-direction: column;
  }
}

/* COMUNIDADE START — mesma malha, cores e componentes da página principal */
body.community-page.start-public-page{background:#171b1a!important}
body.community-page.start-public-page .page-shell{background:transparent!important}
body.community-page.start-public-page .community-hero,
body.community-page.start-public-page .suggestions-hero{
  margin:28px auto 0;
  width:min(1240px,calc(100% - 44px));
  overflow:hidden;
  background:linear-gradient(135deg,#252a29,#1e2322)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-left:4px solid #ff8a00!important;
  border-radius:18px!important;
  box-shadow:0 14px 32px rgba(0,0,0,.20)!important;
}
body.community-page.start-public-page .community-hero-inner,
body.community-page.start-public-page .suggestions-hero-inner{
  width:100%!important;
  min-height:160px!important;
  padding:26px 28px!important;
}
body.community-page.start-public-page .community-hero h1,
body.community-page.start-public-page .suggestions-hero h1{font-size:clamp(32px,4vw,42px)!important}
body.community-page.start-public-page .community-hero p,
body.community-page.start-public-page .suggestions-hero p{color:#c4cac7!important}
body.community-page.start-public-page .community-hero-stats,
body.community-page.start-public-page .suggestion-summary{
  background:#303433!important;
  border-color:rgba(255,255,255,.10)!important;
  border-radius:12px!important;
}
body.community-page.start-public-page .community-hero-stats strong,
body.community-page.start-public-page .suggestion-summary strong{color:#ffad2d!important}
body.community-page.start-public-page .suggestions-hero .eyebrow{color:#ff9d18!important}
body.community-page.start-public-page .community-toolbar,
body.community-page.start-public-page .suggestion-actions{
  margin-top:16px;
  margin-bottom:16px;
  padding:12px!important;
  background:#222726;
  border:1px solid rgba(255,255,255,.09);
  border-radius:14px;
}
body.community-page.start-public-page .community-layout,
body.community-page.start-public-page .suggestion-board{gap:16px!important}
body.community-page.start-public-page .community-sidebar,
body.community-page.start-public-page .suggestion-filters,
body.community-page.start-public-page .community-feed,
body.community-page.start-public-page .suggestion-feed,
body.community-page.start-public-page .topic-original,
body.community-page.start-public-page .reply-row,
body.community-page.start-public-page .topic-reply-form,
body.community-page.start-public-page .topic-login{
  background:#242827!important;
  border-color:rgba(255,255,255,.10)!important;
  border-radius:14px!important;
  box-shadow:0 12px 28px rgba(0,0,0,.18)!important;
}
body.community-page.start-public-page .community-nav-title,
body.community-page.start-public-page .suggestion-filters>strong,
body.community-page.start-public-page .community-feed-head,
body.community-page.start-public-page .suggestion-feed-head,
body.community-page.start-public-page .topic-replies-head{
  background:#303433!important;
  border-color:rgba(255,255,255,.09)!important;
}
body.community-page.start-public-page .community-category,
body.community-page.start-public-page .suggestion-filters>a,
body.community-page.start-public-page .discussion-row,
body.community-page.start-public-page .suggestion-row{
  background:#292e2d!important;
  border-color:rgba(255,255,255,.08)!important;
}
body.community-page.start-public-page .community-category:hover,
body.community-page.start-public-page .community-category.active,
body.community-page.start-public-page .suggestion-filters>a:hover,
body.community-page.start-public-page .suggestion-filters>a.active{
  background:rgba(255,139,0,.12)!important;
  color:#ffad35!important;
}
body.community-page.start-public-page .discussion-row:hover,
body.community-page.start-public-page .suggestion-row:hover{border-color:rgba(255,145,0,.45)!important}
body.community-page.start-public-page .discussion-badges span,
body.community-page.start-public-page .suggestion-area{
  background:rgba(255,139,0,.14)!important;
  border-color:rgba(255,145,0,.25)!important;
  color:#ffb346!important;
}
body.community-page.start-public-page .compose-dialog{
  background:#242827!important;
  border-color:rgba(255,255,255,.12)!important;
  border-top:3px solid #ff8a00!important;
}
body.community-page.start-public-page .compose-dialog>header{background:#303433!important}
body.community-page.start-public-page .vote-box button.voted{background:#ff8a00!important;color:#17120b!important}
@media(max-width:640px){
  body.community-page.start-public-page .community-hero,
  body.community-page.start-public-page .suggestions-hero{width:min(1240px,calc(100% - 24px));margin-top:18px}
  body.community-page.start-public-page .community-hero-inner,
  body.community-page.start-public-page .suggestions-hero-inner{padding:22px 18px!important}
}

.head-search button,
.shop-search button,
.search button{
    background:#ffffff !important;
    color:#111 !important;
    border:0 !important;
    border-radius:999px !important;
    font-weight:700 !important;
}


.head-search,
.shop-search,
.search-box,
.search-form{
    background:#ffffff !important;
    border-radius:999px !important;
    overflow:hidden !important;
}

.head-search input,
.shop-search input,
.search-box input,
.search-form input{
    background:#ffffff !important;
    color:#111111 !important;
}

.head-search button,
.shop-search button,
.search-box button,
.search-form button{
    background:#f5a623 !important;
    color:#111111 !important;
    border-left:1px solid #e5e5e5 !important;
}
