@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@400;500;600;700;800&display=swap");

/* Codex modern forum refresh - 2026-07-21 */
:root {
  --ak-bg: #0d0f14;
  --ak-surface: #151820;
  --ak-surface-2: #1b202a;
  --ak-border: rgba(255, 255, 255, 0.08);
  --ak-text: #f4f1ea;
  --ak-muted: #a9afba;
  --ak-accent: #b40000;
  --ak-accent-2: #e11d48;
  --ak-gold: #f8c15d;
  --ak-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

html,
body#chrome {
  background:
    radial-gradient(circle at 18% -10%, rgba(180, 0, 0, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 4%, rgba(6, 74, 22, 0.13), transparent 25rem),
    var(--ak-bg) !important;
  color: var(--ak-text);
  font-family: "Lexend Deca", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

body#chrome,
button,
input,
select,
textarea {
  font-family: "Lexend Deca", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

a {
  color: #e35a5a;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

a:hover,
a:focus {
  color: var(--ak-gold);
}

#footerfix,
#top_section,
#lkHeader_main,
#lkHeader_sub {
  background: transparent !important;
}

#top_section {
  border-bottom: 1px solid var(--ak-border);
}

.inner_wrap {
  max-width: 1380px;
}

#lkHeader_main {
  padding: 1.1rem 0 0.75rem;
}

#lkHeader_main .forumtitle img,
#lkHeader_main .forumtitle {
  max-height: 116px;
}

#main_menu .dropmenu,
.dropmenu {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.dropmenu > li > a,
#top_info > li > a,
.button,
.buttonlist a {
  border-radius: 8px !important;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.dropmenu > li > a {
  padding: 0.6rem 0.75rem !important;
  color: #d7dbe2 !important;
  font-size: 0.98rem !important;
  font-weight: 600;
}

.dropmenu > li > a:hover,
.dropmenu > li:hover > a,
.dropmenu > li.active > a {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

.amt {
  background: linear-gradient(135deg, var(--ak-accent), var(--ak-accent-2)) !important;
  color: #fff !important;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(6, 74, 22, 0.24);
}

#lkHeader_sub {
  padding: 0.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 1rem;
}

.custom_search {
  background: rgba(255, 255, 255, 0.055) !important;
  border: 1px solid var(--ak-border);
  border-radius: 8px;
  overflow: hidden;
}

.custom_search input,
.custom_search select {
  color: var(--ak-text) !important;
  font-size: 1rem !important;
}

#wrapper {
  padding-top: 0.8rem;
}

#content_section,
#main_content_section {
  background: transparent !important;
}

.p-title-pageAction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.p-title-pageAction h1,
h1.forumtitle,
#content_section h1 {
  color: var(--ak-text);
  font-size: clamp(1.55rem, 1.3rem + 0.7vw, 2.15rem);
  font-weight: 760;
  line-height: 1.1;
}

.p-body-main {
  gap: 1rem;
}

.p-body-contentCol {
  min-width: 0;
}

.cat_bar {
  background: linear-gradient(135deg, rgba(180, 0, 0, 0.96), rgba(6, 74, 22, 0.94)) !important;
  border: 0 !important;
  border-radius: 8px 8px 0 0 !important;
  box-shadow: 0 10px 28px rgba(6, 74, 22, 0.14);
}

.cat_bar .catbg,
.cat_bar a,
.cat_bar h3 {
  color: #fff !important;
  text-shadow: none !important;
}

.cat_bar .catbg {
  display: block;
  min-height: 3.5rem;
  padding: 0.8rem 1.05rem !important;
  font-size: 1.18rem;
  font-weight: 760;
  line-height: 2rem;
  text-align: left !important;
}

.cat_bar .lkForum_icon {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff !important;
  width: 2rem;
  height: 2rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-right: 0.65rem;
  vertical-align: middle;
}

.cat_bar .toggle_up {
  margin-top: 0.45rem;
}

.main_container {
  background: rgba(21, 24, 32, 0.88) !important;
  border: 1px solid var(--ak-border) !important;
  border-radius: 0 0 8px 8px !important;
  box-shadow: var(--ak-shadow);
  margin-bottom: 1.15rem !important;
  overflow: hidden;
}

.up_contain {
  background: transparent !important;
  border-bottom: 1px solid var(--ak-border) !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0.85rem;
  align-items: center;
  padding: 0.95rem 1rem !important;
  min-height: 5.8rem;
}

.up_contain:last-child {
  border-bottom: 0 !important;
}

.up_contain:hover {
  background: rgba(255, 255, 255, 0.045) !important;
}

.board_icon {
  flex: 0 0 2.6rem;
  width: 2.6rem !important;
  height: 2.6rem !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(180, 0, 0, 0.1);
  color: var(--ak-accent);
}

.board_icon .icon,
.board_icon .main_icons {
  color: var(--ak-accent-2) !important;
  font-size: 1.28rem !important;
}

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

.info .subject,
.info .subject a {
  color: var(--ak-text) !important;
  font-size: 1.12rem;
  font-weight: 730;
  line-height: 1.25;
}

.board_description,
.topic-item-details,
.topic-item-time,
.smalltext {
  color: var(--ak-muted) !important;
  font-size: 1rem;
  line-height: 1.45;
}

.board_stats {
  flex: 0 0 8rem;
  color: #e9edf3;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--ak-border);
  border-radius: 8px;
  padding: 0.65rem 0.75rem !important;
  text-align: left !important;
  font-size: 0.98rem;
  line-height: 1.5;
}

.lastpost {
  flex: 0 1 25rem;
  min-width: 0;
}

.topic-item {
  display: flex !important;
  gap: 0.7rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--ak-border);
  border-radius: 8px;
  padding: 0.62rem 0.7rem;
  font-size: 0.98rem;
}

.topic-item-poster-avatar img,
.avatar img,
img.avatar {
  border-radius: 8px !important;
  object-fit: cover;
}

.topic-item-title,
.topic-item-title a {
  color: #fff !important;
  font-weight: 650;
  font-size: 1rem;
  line-height: 1.35;
}

.button,
.buttonlist a,
.button--cta {
  background: linear-gradient(135deg, var(--ak-accent), var(--ak-accent-2)) !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(6, 74, 22, 0.18);
  font-size: 0.96rem !important;
  font-weight: 700;
}

.button:hover,
.buttonlist a:hover,
.button--cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.p-body-sidebar {
  display: grid;
  gap: 1rem;
}

.block-container {
  background: rgba(21, 24, 32, 0.92) !important;
  border: 1px solid var(--ak-border) !important;
  border-radius: 8px !important;
  box-shadow: var(--ak-shadow);
  overflow: hidden;
}

.sub_bar {
  background: rgba(255, 255, 255, 0.045) !important;
  border-bottom: 1px solid var(--ak-border);
}

.sub_bar .subbg {
  color: var(--ak-text) !important;
  font-weight: 740;
  padding: 0.9rem 1rem !important;
  font-size: 1.1rem;
}

.block-container > div:not(.sub_bar),
.block-container .windowbg,
.block-container .content {
  color: #e2e6ec;
  font-size: 1rem;
  line-height: 1.55;
}

.wt_footer {
  background: rgba(13, 15, 20, 0.92) !important;
  border-top: 1px solid var(--ak-border);
  color: var(--ak-muted);
}

@media (max-width: 980px) {
  .p-body-main {
    display: block !important;
  }

  .p-body-sidebarCol {
    margin-top: 1rem;
  }

  .up_contain {
    flex-wrap: wrap !important;
  }

  .board_stats,
  .lastpost {
    flex-basis: calc(100% - 3.65rem);
    margin-left: 3.45rem;
  }
}

@media (max-width: 640px) {
  #lkHeader_main {
    padding-top: 0.75rem;
  }

  #lkHeader_main .forumtitle img,
  #lkHeader_main .forumtitle {
    max-width: 230px;
  }

  .dropmenu {
    gap: 0.2rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }

  .dropmenu > li > a {
    min-width: 3rem;
  }

  .p-title-pageAction {
    display: block;
  }

  .up_contain {
    padding: 0.85rem !important;
  }

  .topic-item {
    display: block !important;
  }

  .topic-item-poster-avatar {
    display: none;
  }
}

/* Codex v6: icon for the custom Abibitumi SSO menu item */
.fa-abibitumi_sso {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.fa-abibitumi_sso::before {
  content: "\f2f6";
}

.button_abibitumi_sso .ipsMenuIcon {
  color: var(--ak-gold);
}

/* Codex v5 appeal pass: welcome, shortcuts, pulse, motion, mobile polish */
#lkHeader_main {
  padding: 0.75rem 0 0.55rem !important;
}

#lkHeader_main .forumtitle img,
#lkHeader_main .forumtitle {
  max-height: 102px !important;
}

.ak-welcome-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: end;
  padding: 1.35rem;
  margin: 0 0 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(180, 0, 0, 0.16), rgba(6, 74, 22, 0.12)),
    rgba(21, 24, 32, 0.9);
  box-shadow: var(--ak-shadow);
}

.ak-welcome-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(248, 193, 93, 0.16), transparent 38%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 13px);
  opacity: 0.52;
}

.ak-welcome-copy,
.ak-welcome-actions,
.ak-featured-boards {
  position: relative;
  z-index: 1;
}

.ak-welcome-kicker {
  margin: 0 0 0.45rem;
  color: var(--ak-gold);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ak-welcome-copy h1 {
  max-width: 46rem;
  margin: 0;
  color: #fff;
  font-size: clamp(1.65rem, 1.2rem + 1.35vw, 2.7rem);
  line-height: 1.08;
  font-weight: 800;
}

.ak-welcome-copy p:last-child {
  max-width: 56rem;
  margin: 0.7rem 0 0;
  color: #d9dde5;
  font-size: 1.04rem;
  line-height: 1.6;
}

.ak-welcome-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.ak-action {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  min-height: 2.7rem;
  padding: 0.7rem 0.88rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.065);
  color: #fff !important;
  font-size: 0.94rem;
  font-weight: 800;
  white-space: nowrap;
}

.ak-action:hover,
.ak-action:focus,
.ak-featured-boards a:hover,
.ak-featured-boards a:focus {
  transform: translateY(-1px);
}

.ak-action:hover,
.ak-action:focus {
  background: rgba(255, 255, 255, 0.1);
  color: var(--ak-gold) !important;
}

.ak-action-primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--ak-accent), var(--ak-accent-2));
  box-shadow: 0 12px 28px rgba(6, 74, 22, 0.22);
}

.ak-featured-boards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0 0 1.15rem;
}

.ak-featured-boards a {
  display: flex;
  align-items: center;
  gap: 0.58rem;
  min-width: 0;
  padding: 0.85rem 0.9rem;
  border: 1px solid var(--ak-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: #f7f3ea !important;
  font-weight: 750;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.ak-featured-boards a:hover,
.ak-featured-boards a:focus {
  border-color: rgba(180, 0, 0, 0.5);
  background: rgba(180, 0, 0, 0.1);
  color: var(--ak-gold) !important;
}

.ak-featured-boards i {
  display: inline-flex;
  flex: 0 0 2rem;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  background: rgba(6, 74, 22, 0.14);
  color: #f2d35b;
}

.dropmenu > li > a:hover,
.dropmenu > li:hover > a,
.dropmenu > li.active > a {
  transform: translateY(-1px);
}

#category_2 {
  background: linear-gradient(135deg, #b40000, #0b5a1e) !important;
}

#category_3 {
  background: linear-gradient(135deg, #dc2626, #050505) !important;
}

#category_4 {
  background: linear-gradient(135deg, #0b5a1e, #16a34a) !important;
}

#category_5 {
  background: linear-gradient(135deg, #ef4444, #0b5a1e) !important;
}

.up_contain {
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.up_contain:hover {
  border-color: rgba(180, 0, 0, 0.28) !important;
  box-shadow: inset 3px 0 0 rgba(180, 0, 0, 0.9);
  transform: translateX(2px);
}

.up_contain:hover .subject,
.up_contain:hover .subject a {
  color: var(--ak-gold) !important;
}

.up_contain:hover .board_icon {
  background: rgba(180, 0, 0, 0.18);
  box-shadow: 0 0 0 5px rgba(180, 0, 0, 0.06);
}

.p-body-sidebar .block-container:first-child {
  border-color: rgba(180, 0, 0, 0.24) !important;
}

.p-body-sidebar .block-container:first-child .sub_bar {
  background: linear-gradient(135deg, rgba(180, 0, 0, 0.26), rgba(6, 74, 22, 0.2)) !important;
}

.p-body-sidebar .block-container:first-child .inline {
  display: grid;
  gap: 0.45rem;
}

.p-body-sidebar .block-container:first-child .inline::before {
  content: "Community Pulse";
  display: block;
  color: var(--ak-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.block-container p.inline {
  padding: 1rem !important;
  margin: 0 !important;
}

.block-container strong {
  color: #fff;
}

.block-container a {
  font-weight: 750;
}

@media (max-width: 980px) {
  .ak-welcome-band {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ak-welcome-actions {
    justify-content: flex-start;
  }

  .ak-featured-boards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ak-welcome-band {
    padding: 1rem;
  }

  .ak-welcome-copy h1 {
    font-size: 1.55rem;
  }

  .ak-welcome-copy p:last-child {
    font-size: 0.98rem;
  }

  .ak-welcome-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ak-action {
    justify-content: center;
    width: 100%;
  }

  .ak-featured-boards {
    grid-template-columns: 1fr;
  }

  .dropmenu {
    scrollbar-width: none;
  }

  .dropmenu > li > a {
    padding: 0.55rem 0.68rem !important;
    font-size: 0.88rem !important;
  }
}

/* Codex v7: freemium ad/upgrade placements */
.ak-ad-slot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin: 0 0 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(248, 193, 93, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(248, 193, 93, 0.14), rgba(180, 0, 0, 0.1)),
    rgba(21, 24, 32, 0.94);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.ak-ad-copy {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.ak-ad-label {
  color: var(--ak-gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ak-ad-copy strong {
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.25;
}

.ak-ad-copy span:last-child {
  color: #d9dde5;
  line-height: 1.5;
}

.ak-ad-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.ak-ad-button,
.ak-ad-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.6rem;
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.ak-ad-button {
  background: linear-gradient(135deg, var(--ak-accent), var(--ak-accent-2));
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(6, 74, 22, 0.2);
}

.ak-ad-link {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  color: #fff !important;
}

.ak-ad-button:hover,
.ak-ad-link:hover {
  transform: translateY(-1px);
  color: var(--ak-gold) !important;
}

@media (max-width: 720px) {
  .ak-ad-slot {
    grid-template-columns: 1fr;
  }

  .ak-ad-actions {
    justify-content: stretch;
  }

  .ak-ad-button,
  .ak-ad-link {
    width: 100%;
  }
}

#lkHeader_main .forumtitle img.ak-site-logo {
  width: min(560px, 78vw);
  max-width: 100%;
  max-height: 116px;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 640px) {
  #lkHeader_main .forumtitle img.ak-site-logo {
    width: min(320px, 72vw);
    max-height: 84px;
  }
}
/* Codex hero photo and RBG palette refresh - 2026-07-21 */
:root {
  --ak-accent: #b40000;
  --ak-accent-2: #064a16;
  --ak-gold: #f2d35b;
  --ak-green: #0b5a1e;
  --ak-red: #b40000;
}

html,
body#chrome {
  background:
    radial-gradient(circle at 12% -8%, rgba(180, 0, 0, 0.2), transparent 30rem),
    radial-gradient(circle at 88% 2%, rgba(6, 74, 22, 0.18), transparent 27rem),
    var(--ak-bg) !important;
}

.ak-welcome-band {
  min-height: 350px;
  align-items: end;
  padding: clamp(1rem, 2.3vw, 2rem);
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.68) 42%, rgba(0, 0, 0, 0.36) 72%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(135deg, rgba(180, 0, 0, 0.3), rgba(6, 74, 22, 0.24)),
    url("../images/abibitumi-hero-community-20260721.jpg") center 38% / cover no-repeat,
    #050505;
}

.ak-welcome-band::before {
  background:
    linear-gradient(180deg, rgba(180, 0, 0, 0.18), rgba(6, 74, 22, 0.16)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 18px);
  opacity: 0.7;
  mix-blend-mode: screen;
}

.ak-welcome-band::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 0.42rem;
  background: linear-gradient(90deg, var(--ak-red), #050505 48%, var(--ak-green));
}

.ak-welcome-copy {
  max-width: 58rem;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.8);
}

.ak-welcome-kicker {
  color: #fff;
}

.ak-welcome-copy h1 {
  max-width: 48rem;
}

.ak-welcome-copy p:last-child {
  max-width: 46rem;
  color: #f4f1ea;
}

.ak-action-primary {
  background: linear-gradient(135deg, var(--ak-red), #050505 52%, var(--ak-green));
  box-shadow: 0 14px 30px rgba(6, 74, 22, 0.28);
}

.ak-action:hover,
.ak-action:focus {
  color: #fff !important;
  border-color: rgba(242, 211, 91, 0.55);
}

.ak-featured-boards a:hover,
.ak-featured-boards a:focus {
  border-color: rgba(6, 74, 22, 0.58);
  background: rgba(6, 74, 22, 0.16);
  color: #fff !important;
}

.ak-featured-boards i {
  background: rgba(180, 0, 0, 0.16);
  color: #f2d35b;
}

#category_2,
#category_3,
#category_4,
#category_5,
#category_6 {
  background: linear-gradient(135deg, #b40000, #050505 48%, #0b5a1e) !important;
}

@media (max-width: 980px) {
  .ak-welcome-band {
    min-height: 320px;
    background-position: center center;
  }
}

@media (max-width: 640px) {
  .ak-welcome-band {
    min-height: 420px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.62) 58%, rgba(0, 0, 0, 0.42) 100%),
      linear-gradient(135deg, rgba(180, 0, 0, 0.3), rgba(6, 74, 22, 0.24)),
      url("../images/abibitumi-hero-community-20260721.jpg") center top / cover no-repeat,
      #050505;
  }
}

/* Codex v9: sitewide red, black, and green palette correction - 2026-07-21 */
:root {
  --ak-bg: #08090b;
  --ak-surface: #15171b;
  --ak-surface-2: #1f2328;
  --ak-border: rgba(255, 255, 255, 0.1);
  --ak-text: #f7f3ea;
  --ak-muted: #b8bec8;
  --ak-accent: #b40000;
  --ak-accent-2: #0b5a1e;
  --ak-gold: #f2d35b;
  --ak-green: #0b5a1e;
  --ak-red: #b40000;
}

a {
  color: #e35a5a;
}

a:hover,
a:focus {
  color: #f2d35b;
}

.cat_bar,
#category_1,
#category_2,
#category_3,
#category_4,
#category_5,
#category_6,
.button,
.buttonlist a,
.button--cta,
.ak-ad-button,
.amt {
  background: linear-gradient(135deg, #b40000 0%, #050505 52%, #0b5a1e 100%) !important;
  box-shadow: 0 10px 26px rgba(6, 74, 22, 0.2) !important;
}

.board_icon {
  background: rgba(180, 0, 0, 0.12) !important;
  color: #b40000 !important;
}

.board_icon .icon,
.board_icon .main_icons {
  color: #0b5a1e !important;
}

.up_contain:hover {
  border-color: rgba(180, 0, 0, 0.32) !important;
  box-shadow: inset 3px 0 0 #b40000 !important;
}

.up_contain:hover .board_icon {
  background: rgba(11, 90, 30, 0.2) !important;
  box-shadow: 0 0 0 5px rgba(11, 90, 30, 0.08) !important;
}

.p-body-sidebar .block-container:first-child,
.ak-ad-slot {
  border-color: rgba(11, 90, 30, 0.35) !important;
}

.p-body-sidebar .block-container:first-child .sub_bar,
.ak-ad-slot {
  background:
    linear-gradient(135deg, rgba(180, 0, 0, 0.18), rgba(5, 5, 5, 0.72), rgba(11, 90, 30, 0.18)),
    rgba(21, 24, 32, 0.94) !important;
}

.ak-featured-boards a:hover,
.ak-featured-boards a:focus {
  border-color: rgba(11, 90, 30, 0.58) !important;
  background: rgba(11, 90, 30, 0.16) !important;
  color: #fff !important;
}

.ak-featured-boards i,
.button_abibitumi_sso .ipsMenuIcon,
.ak-welcome-kicker,
.ak-ad-label,
.p-body-sidebar .block-container:first-child .inline::before {
  color: #f2d35b !important;
}

.ak-featured-boards i {
  background: rgba(180, 0, 0, 0.16) !important;
}

.custom_search,
.block-container,
.main_container,
.roundframe,
.windowbg,
.abm-plan {
  background-color: rgba(21, 23, 27, 0.94) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Codex v10: clear RBG flag bands, no red-green blends - 2026-07-21 */
:root {
  --ak-red: #b40000;
  --ak-black: #050505;
  --ak-green: #0b5a1e;
  --ak-accent: #b40000;
  --ak-accent-2: #0b5a1e;
}

.ak-rbg-flag,
.cat_bar,
#category_1,
#category_2,
#category_3,
#category_4,
#category_5,
#category_6,
.button,
.buttonlist a,
.button--cta,
.ak-ad-button,
.ak-action-primary,
.amt {
  background: linear-gradient(180deg,
    var(--ak-red) 0%,
    var(--ak-red) 33.333%,
    var(--ak-black) 33.333%,
    var(--ak-black) 66.666%,
    var(--ak-green) 66.666%,
    var(--ak-green) 100%) !important;
}

.cat_bar,
#category_1,
#category_2,
#category_3,
#category_4,
#category_5,
#category_6 {
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.12), 0 10px 24px rgba(0,0,0,0.28) !important;
}

.button,
.buttonlist a,
.button--cta,
.ak-ad-button,
.ak-action-primary {
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.26) !important;
}

.ak-welcome-band {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.68) 42%, rgba(0, 0, 0, 0.34) 72%, rgba(0, 0, 0, 0.18) 100%),
    url("../images/abibitumi-hero-community-20260721.jpg") center 38% / cover no-repeat,
    var(--ak-black) !important;
}

.ak-welcome-band::before {
  background:
    linear-gradient(180deg,
      rgba(180, 0, 0, 0.42) 0%,
      rgba(180, 0, 0, 0.42) 33.333%,
      rgba(5, 5, 5, 0.3) 33.333%,
      rgba(5, 5, 5, 0.3) 66.666%,
      rgba(11, 90, 30, 0.36) 66.666%,
      rgba(11, 90, 30, 0.36) 100%) !important;
  opacity: 0.68 !important;
  mix-blend-mode: multiply !important;
}

.ak-welcome-band::after,
.ak-ad-slot::after,
.main_container::before,
.block-container::before,
.roundframe::before {
  content: "";
  display: block;
  height: 0.42rem;
  background: linear-gradient(180deg,
    var(--ak-red) 0%,
    var(--ak-red) 33.333%,
    var(--ak-black) 33.333%,
    var(--ak-black) 66.666%,
    var(--ak-green) 66.666%,
    var(--ak-green) 100%) !important;
}

.ak-welcome-band::after {
  position: absolute;
  inset: auto 0 0;
  height: 0.48rem;
}

.ak-ad-slot,
.p-body-sidebar .block-container:first-child .sub_bar {
  background: rgba(21, 23, 27, 0.96) !important;
}

.ak-ad-slot {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.ak-ad-slot::after,
.main_container::before,
.block-container::before,
.roundframe::before {
  margin: -1px -1px 0;
}

.main_container,
.block-container,
.roundframe {
  position: relative;
}

.board_icon {
  background: linear-gradient(180deg,
    rgba(180, 0, 0, 0.18) 0%,
    rgba(180, 0, 0, 0.18) 33.333%,
    rgba(5, 5, 5, 0.26) 33.333%,
    rgba(5, 5, 5, 0.26) 66.666%,
    rgba(11, 90, 30, 0.18) 66.666%,
    rgba(11, 90, 30, 0.18) 100%) !important;
}

.up_contain:hover {
  box-shadow: inset 4px 0 0 var(--ak-red), inset 8px 0 0 var(--ak-black), inset 12px 0 0 var(--ak-green) !important;
}

@media (max-width: 640px) {
  .ak-welcome-band {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.58) 56%, rgba(0, 0, 0, 0.38) 100%),
      url("../images/abibitumi-hero-community-20260721.jpg") center top / cover no-repeat,
      var(--ak-black) !important;
  }
}

/* Codex v11: vertical RBG flag columns, not red-to-green blends - 2026-07-21 */
.ak-rbg-flag,
.cat_bar,
#category_1,
#category_2,
#category_3,
#category_4,
#category_5,
#category_6,
.button,
.buttonlist a,
.button--cta,
.ak-ad-button,
.ak-action-primary,
.amt {
  background: linear-gradient(90deg,
    var(--ak-red) 0%,
    var(--ak-red) 33.333%,
    var(--ak-black) 33.333%,
    var(--ak-black) 66.666%,
    var(--ak-green) 66.666%,
    var(--ak-green) 100%) !important;
}

.ak-welcome-band::before {
  background: linear-gradient(90deg,
    rgba(180, 0, 0, 0.42) 0%,
    rgba(180, 0, 0, 0.42) 33.333%,
    rgba(5, 5, 5, 0.32) 33.333%,
    rgba(5, 5, 5, 0.32) 66.666%,
    rgba(11, 90, 30, 0.38) 66.666%,
    rgba(11, 90, 30, 0.38) 100%) !important;
}

.ak-welcome-band::after,
.ak-ad-slot::after,
.main_container::before,
.block-container::before,
.roundframe::before {
  background: linear-gradient(90deg,
    var(--ak-red) 0%,
    var(--ak-red) 33.333%,
    var(--ak-black) 33.333%,
    var(--ak-black) 66.666%,
    var(--ak-green) 66.666%,
    var(--ak-green) 100%) !important;
}

.board_icon {
  background: linear-gradient(90deg,
    rgba(180, 0, 0, 0.18) 0%,
    rgba(180, 0, 0, 0.18) 33.333%,
    rgba(5, 5, 5, 0.26) 33.333%,
    rgba(5, 5, 5, 0.26) 66.666%,
    rgba(11, 90, 30, 0.18) 66.666%,
    rgba(11, 90, 30, 0.18) 100%) !important;
}

/* Codex v11b: remove page-level color glows so the palette stays clean RBG */
html,
body#smf,
body#chrome {
  background:
    linear-gradient(90deg,
      rgba(180, 0, 0, 0.12) 0%,
      rgba(180, 0, 0, 0.12) 33.333%,
      rgba(5, 5, 5, 0.42) 33.333%,
      rgba(5, 5, 5, 0.42) 66.666%,
      rgba(11, 90, 30, 0.12) 66.666%,
      rgba(11, 90, 30, 0.12) 100%),
    var(--ak-bg) !important;
}
/* Codex v12: quieter buttons with RBG accents, not full-color blocks - 2026-07-22 */
.button,
.buttonlist a,
.button--cta,
.ak-ad-button,
.ak-action-primary,
.amt,
#top_info > li > a,
.dropmenu > li > a.firstlevel {
  background:
    linear-gradient(90deg,
      rgba(180, 0, 0, 0.18) 0%,
      rgba(180, 0, 0, 0.18) 33.333%,
      rgba(5, 5, 5, 0.2) 33.333%,
      rgba(5, 5, 5, 0.2) 66.666%,
      rgba(11, 90, 30, 0.18) 66.666%,
      rgba(11, 90, 30, 0.18) 100%),
    rgba(21, 23, 27, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 8px 18px rgba(0, 0, 0, 0.2) !important;
}

.button::before,
.buttonlist a::before,
.button--cta::before,
.ak-ad-button::before,
.ak-action-primary::before {
  background: transparent !important;
}

.button:hover,
.button:focus,
.buttonlist a:hover,
.buttonlist a:focus,
.button--cta:hover,
.button--cta:focus,
.ak-ad-button:hover,
.ak-ad-button:focus,
.ak-action-primary:hover,
.ak-action-primary:focus,
#top_info > li > a:hover,
#top_info > li > a:focus,
.dropmenu > li > a.firstlevel:hover,
.dropmenu > li > a.firstlevel:focus {
  background:
    linear-gradient(90deg,
      rgba(180, 0, 0, 0.24) 0%,
      rgba(180, 0, 0, 0.24) 33.333%,
      rgba(5, 5, 5, 0.24) 33.333%,
      rgba(5, 5, 5, 0.24) 66.666%,
      rgba(11, 90, 30, 0.24) 66.666%,
      rgba(11, 90, 30, 0.24) 100%),
    rgba(28, 31, 37, 0.96) !important;
  border-color: rgba(242, 211, 91, 0.38) !important;
  color: #fff !important;
  filter: none !important;
}

.ak-ad-button,
.ak-action-primary,
.button--cta {
  position: relative;
  overflow: hidden;
}

.ak-ad-button::after,
.ak-action-primary::after,
.button--cta::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg,
    var(--ak-red) 0%,
    var(--ak-red) 33.333%,
    var(--ak-black) 33.333%,
    var(--ak-black) 66.666%,
    var(--ak-green) 66.666%,
    var(--ak-green) 100%);
  opacity: 0.9;
}

.ak-ad-button > *,
.ak-action-primary > *,
.button--cta > * {
  position: relative;
  z-index: 1;
}
/* Codex v13: calmer forum chrome and darker headers - 2026-07-22 */
html,
body#smf,
body#chrome {
  background: #08090b !important;
}

.cat_bar,
#category_1,
#category_2,
#category_3,
#category_4,
#category_5,
#category_6 {
  background: #12151a !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.cat_bar {
  position: relative;
  overflow: hidden;
}

.cat_bar::before,
#category_1::before,
#category_2::before,
#category_3::before,
#category_4::before,
#category_5::before,
#category_6::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg,
    var(--ak-red) 0%,
    var(--ak-red) 33.333%,
    var(--ak-black) 33.333%,
    var(--ak-black) 66.666%,
    var(--ak-green) 66.666%,
    var(--ak-green) 100%) !important;
}

.cat_bar .catbg {
  min-height: 3.1rem;
  padding: 0.68rem 1rem 0.68rem 1.15rem !important;
  color: #f7f3ea !important;
  font-size: 1.08rem !important;
  font-weight: 730 !important;
  line-height: 1.8rem !important;
}

.cat_bar .lkForum_icon {
  background: rgba(255, 255, 255, 0.07) !important;
  color: #d9dde5 !important;
}

.main_container::before,
.block-container::before,
.roundframe::before,
.ak-ad-slot::after {
  display: none !important;
}

.ak-welcome-band::before {
  background: rgba(0, 0, 0, 0.16) !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.ak-welcome-band::after {
  height: 4px !important;
  background: linear-gradient(90deg,
    var(--ak-red) 0%,
    var(--ak-red) 33.333%,
    var(--ak-black) 33.333%,
    var(--ak-black) 66.666%,
    var(--ak-green) 66.666%,
    var(--ak-green) 100%) !important;
}

.button,
.buttonlist a,
.button--cta,
.ak-ad-button,
.ak-action-primary,
.amt,
#top_info > li > a,
.dropmenu > li > a.firstlevel {
  background: rgba(24, 27, 33, 0.94) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #f7f3ea !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.button:hover,
.button:focus,
.buttonlist a:hover,
.buttonlist a:focus,
.button--cta:hover,
.button--cta:focus,
.ak-ad-button:hover,
.ak-ad-button:focus,
.ak-action-primary:hover,
.ak-action-primary:focus,
#top_info > li > a:hover,
#top_info > li > a:focus,
.dropmenu > li > a.firstlevel:hover,
.dropmenu > li > a.firstlevel:focus {
  background: rgba(32, 36, 43, 0.98) !important;
  border-color: rgba(180, 0, 0, 0.42) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.ak-ad-button::after,
.ak-action-primary::after,
.button--cta::after {
  height: 2px !important;
  opacity: 0.75 !important;
}

.board_icon {
  background: rgba(255, 255, 255, 0.055) !important;
  color: #d9dde5 !important;
}

.board_icon .icon,
.board_icon .main_icons {
  color: #cbd2dc !important;
}

.up_contain:hover {
  box-shadow: inset 3px 0 0 var(--ak-red) !important;
  transform: none !important;
}

.ak-ad-slot {
  background: rgba(21, 23, 27, 0.96) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  box-shadow: none !important;
}

.ak-featured-boards a {
  background: rgba(21, 23, 27, 0.78) !important;
  box-shadow: none !important;
}

.ak-featured-boards i {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #d9dde5 !important;
}
/* Codex v14: restore subtle patterned overlay on the hero photo - 2026-07-22 */
.ak-welcome-band::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.08) 52%, rgba(0, 0, 0, 0.18) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(45deg, rgba(242, 211, 91, 0.035) 0 1px, transparent 1px 26px) !important;
  opacity: 0.72 !important;
  mix-blend-mode: screen !important;
}

.ak-welcome-copy,
.ak-welcome-actions {
  position: relative;
  z-index: 1;
}
