@charset "UTF-8";
/* TEP — Forum directory */
/* Developers: Syed Zain Nasir */
/* Preserves the supplied board layout; shared shell and Finder come from Blog. */
/* Both page bundles are loaded normally, in order. */
/* TEP — Forum Category */
/* Developers: Syed Zain Nasir */
/* Topics and community activities preserve the supplied design. */
/* Dialogs and lower-page states live in deferred(). */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", "Open Sans", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.tep-image,
.tep-picture {
  display: contents;
}

picture > source {
  display: none;
}

:where(img.image-auto-height) {
  height: auto;
  aspect-ratio: var(--image-ratio);
}

.header {
  background: #fff;
}

.row-a {
  height: 84px;
  padding: 0 1.4% 0 1%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: block;
  width: 250px;
  height: auto;
}

.searchbar {
  width: 358px;
  height: 38px;
  display: flex;
  border: 1px solid #8adcf5;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(249, 254, 255, 0.8), rgba(221, 247, 255, 0.8));
  box-shadow: inset 0 1px #fff, 0 3px 10px rgba(6, 158, 219, 0.0784313725);
  backdrop-filter: blur(8px);
  transition: 0.2s;
}
.searchbar:focus-within {
  border-color: #19bce9;
  box-shadow: 0 0 0 3px rgba(22, 188, 229, 0.1215686275), 0 5px 14px rgba(6, 158, 219, 0.1215686275);
}
.searchbar input {
  width: calc(100% - 40px);
  padding: 0 12px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 12px;
}
.searchbar input::placeholder {
  color: #4e5d65;
}
.searchbar button {
  width: 40px;
  border: 0;
  border-left: 1px solid #bcecf7;
  background: rgba(255, 255, 255, 0.3215686275);
  display: grid;
  place-items: center;
  color: #079edb;
  cursor: pointer;
}
.searchbar button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.top-actions {
  display: flex;
  gap: 7px;
  align-items: center;
}

.top-action {
  height: 40px;
  padding: 0 11px 0 8px;
  border: 1px solid #8adcf5;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(250, 255, 255, 0.8705882353), rgba(223, 248, 255, 0.8));
  box-shadow: inset 0 1px #fff, 0 3px 9px rgba(2, 127, 181, 0.0823529412);
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  color: #17242b;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.2s;
}
.top-action:hover {
  transform: translateY(-1px);
  border-color: #39c6ed;
  box-shadow: inset 0 1px #fff, 0 5px 12px rgba(2, 127, 181, 0.1450980392);
}

.action-icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}
.action-icon img {
  display: block;
  width: 25px;
  height: 25px;
}

.top-action > :where(picture.tep-picture) > .arrow {
  width: 9px;
  height: auto;
  margin-left: 1px;
  opacity: 0.75;
}

.account a:hover {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .row-a {
    height: 76px;
    gap: 10px;
  }
  .logo {
    width: 212px;
  }
  .searchbar {
    max-width: 294px;
  }
  .top-action {
    height: 36px;
    padding: 0 8px;
    gap: 5px;
    font-size: 11px;
  }
}
@media (max-width: 880px) {
  .row-a {
    height: 76px;
  }
  .logo {
    width: 190px;
  }
  .searchbar {
    max-width: 233px;
  }
  .top-action {
    height: 34px;
    padding: 0 5px;
    gap: 3px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .searchbar {
    display: none;
  }
}
@media (max-width: 600px) {
  .row-a {
    height: 58px;
    padding: 0 1.5%;
  }
  .logo {
    width: 128px;
  }
  .top-actions {
    gap: 3px;
  }
  .top-action {
    height: 32px;
    padding: 0 5px;
  }
  .top-action img,
  .top-action .flag,
  .top-action .arrow,
  .action-icon {
    display: none;
  }
}
.row-b {
  height: 48px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(#00e3ff, #0cc1ff 48%, #0e9af9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4392156863), inset 0 -1px rgba(8, 124, 196, 0.2666666667);
}

.main-nav {
  width: auto;
  padding-left: 2%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-nav a {
  height: 32px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 2px rgba(0, 107, 176, 0.3019607843);
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: 0.18s;
}
.main-nav a:hover {
  border-color: rgba(255, 255, 255, 0.3490196078);
  background: rgba(255, 255, 255, 0.1764705882);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.231372549);
}
.main-nav svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 1px 1px rgba(0, 105, 156, 0.3333333333));
}
.main-nav img {
  width: auto;
  max-height: 13px;
}
.main-nav .nav-arrow {
  width: 9px;
  height: 5px;
  margin-left: -2px;
}

.sponsor-links {
  padding-right: 1.6%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sponsor-links a {
  padding-left: 12px;
  border-left: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  text-shadow: 0 1px 2px rgba(0, 107, 176, 0.3019607843);
  white-space: nowrap;
}
.sponsor-links img {
  width: 17px;
}

.mobile-menu {
  display: none;
}

@media (max-width: 1200px) {
  .main-nav {
    width: 64%;
  }
}
@media (max-width: 880px) {
  .row-b {
    height: 44px;
  }
  .mobile-menu {
    display: block;
    margin-left: 20px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .mobile-menu img {
    width: 25px;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 25;
    width: 300px;
    padding: 0;
    background: linear-gradient(#1dbbe3, #11aded, #049dfa);
  }
  .header.menu-open .main-nav {
    display: block;
  }
  .main-nav a {
    height: auto;
    padding: 10px 15px;
    border-bottom: 1.5px dashed #fff;
  }
  .sponsor-links {
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .main-nav {
    top: 102px;
  }
  .sponsor-links a {
    font-size: 11px;
  }
  .sponsor-links a:first-child {
    display: none;
  }
}
.row-c {
  height: 28px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(#3c3c3b, #1d1d1b);
}

.categories,
.more-categories {
  display: flex;
  align-items: center;
}

.categories a {
  height: 28px;
  padding: 0 8px;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
}

.categories a:hover {
  background: rgba(255, 255, 255, 0.0941176471);
}

.category-arrow {
  width: 9px;
  height: 5px;
}

.category-toggle {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.category-toggle img {
  width: 12px;
  height: 10px;
  padding: 2px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.category-toggle .close-icon {
  display: none;
}

.ai-links {
  padding-right: 1.6%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ai-links a {
  height: 28px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.ai-links a img {
  width: auto;
  max-height: 15px;
}
.ai-links .divider {
  height: 60%;
  border-left: 1px solid #fff;
}

@media (max-width: 1200px) {
  .categories a,
  .ai-links a {
    font-size: 11px;
    padding-inline: 6px;
  }
}
@media (max-width: 880px) {
  .category-toggle {
    display: flex;
    align-items: center;
    margin: 0 5px;
  }
  .more-categories {
    position: absolute;
    top: 148px;
    left: 0;
    z-index: 24;
    width: 300px;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
    background: linear-gradient(0deg, #1d1d1b, #3c3c3b);
    transition: height 0.3s;
  }
  .categories.categories-open .more-categories {
    height: 250px;
    overflow: auto;
    visibility: visible;
  }
  .categories.categories-open .open-icon {
    display: none;
  }
  .categories.categories-open .close-icon {
    display: block;
  }
  .more-categories a {
    height: 36px;
    padding: 5px 8px;
    border-right: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px dashed #fff;
  }
  .ai-links {
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .row-c {
    height: 25px;
  }
  .categories {
    max-width: 100%;
  }
  .categories > a {
    height: 25px;
    font-size: 11px;
  }
  .more-categories {
    top: 127px;
  }
  .ai-links {
    display: none;
  }
}
.header {
  position: relative;
  z-index: 50;
}

.header-glyphs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.header-dropdown {
  position: relative;
  flex: 0 0 auto;
}

.main-nav > .header-dropdown {
  display: flex;
  align-items: center;
}

.categories > .header-dropdown,
.more-categories > .header-dropdown {
  display: flex;
}

.nav-dropdown-trigger {
  height: 32px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 2px rgba(0, 107, 176, 0.3019607843);
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
.nav-dropdown-trigger:hover, .nav-dropdown-trigger[aria-expanded=true] {
  border-color: rgba(255, 255, 255, 0.3490196078);
  background: rgba(255, 255, 255, 0.1764705882);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.231372549);
}

.category-dropdown-trigger {
  height: 28px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-right: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  cursor: pointer;
}
.category-dropdown-trigger:hover, .category-dropdown-trigger[aria-expanded=true] {
  background: rgba(255, 255, 255, 0.0941176471);
}

.header [data-dropdown-trigger] .arrow,
.header [data-dropdown-trigger] .nav-arrow,
.header [data-dropdown-trigger] .category-arrow {
  transition: transform 0.18s ease;
}

.header [data-dropdown-trigger][aria-expanded=true] .arrow,
.header [data-dropdown-trigger][aria-expanded=true] .nav-arrow,
.header [data-dropdown-trigger][aria-expanded=true] .category-arrow {
  transform: rotate(180deg);
}

.top-action[aria-expanded=true] {
  border-color: #39c6ed;
  box-shadow: inset 0 1px #fff, 0 5px 12px rgba(2, 127, 181, 0.1450980392);
}

.header [data-dropdown-trigger]:focus-visible {
  outline: 2px solid #087fae;
  outline-offset: 3px;
}

.header .row-b [data-dropdown-trigger]:focus-visible,
.header .row-c [data-dropdown-trigger]:focus-visible {
  outline-color: #fff;
  outline-offset: -3px;
}

.header .header-panel {
  position: fixed;
  z-index: 100;
  top: var(--dropdown-top, 84px);
  left: var(--dropdown-left, 12px);
  width: 304px;
  max-width: calc(100vw - 24px);
  max-height: var(--dropdown-max-height, calc(100dvh - 108px));
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #8acfe2 transparent;
  padding: 12px;
  border: 1px solid #a4dbe9;
  border-radius: 14px;
  color: #274b5a;
  background: linear-gradient(135deg, rgba(244, 253, 255, 0.9803921569), rgba(230, 247, 253, 0.968627451) 62%, rgba(243, 242, 255, 0.9803921569));
  box-shadow: inset 0 1px #fff, 0 15px 36px rgba(23, 73, 102, 0.1490196078), 0 3px 9px rgba(23, 73, 102, 0.0705882353);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  text-align: left;
  white-space: normal;
}

.header .header-panel[hidden] {
  display: none;
}

.header .header-panel:not([hidden]) {
  animation: header-panel-enter 0.14s ease-out;
}

.header .header-panel--language {
  width: 320px;
}

.header .header-panel--contact {
  width: 840px;
}

.header .header-panel--account {
  width: 280px;
}

.header .dd-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 2px 12px;
  border-bottom: 1px solid #c6e4ed;
}

.header .dd-heading h2 {
  margin: 0;
  color: #234e61;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: none;
}

.header .dd-heading img {
  display: block;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  max-height: none;
  object-fit: contain;
}

.header .header-panel svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: none;
}

.header .dd-list {
  display: grid;
  gap: 4px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.header .header-panel .dd-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 42px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: #294b5b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  text-align: left;
  text-decoration: none;
  box-shadow: none;
  transition: background 0.16s, border-color 0.16s, box-shadow 0.16s;
}

.header .header-panel a.dd-link:hover {
  border-color: #addfec;
  color: #086f99;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.8509803922), #dff5fd);
  box-shadow: inset 0 1px #fff, 0 3px 8px rgba(22, 137, 173, 0.062745098);
  text-decoration: none;
  cursor: pointer;
}

.header .dd-icon {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid #b3dfea;
  border-radius: 8px;
  color: #1296c4;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.9294117647), #c9efff);
  box-shadow: inset 0 1px #fff, 0 2px 5px rgba(22, 126, 165, 0.0941176471);
}

.header .dd-icon--mint {
  color: #189775;
  border-color: #b0e6d3;
  background: linear-gradient(140deg, #f6fff9, #c5f1e1);
}

.header .dd-icon--violet {
  color: #8d64bf;
  border-color: #d8c5ed;
  background: linear-gradient(140deg, #fffaff, #e9dcfc);
}

.header .dd-icon--amber {
  color: #ae7a20;
  border-color: #efdbab;
  background: linear-gradient(140deg, #fffdf6, #ffedbc);
}

.header .dd-icon--rose {
  color: #bd6584;
  border-color: #edcedd;
  background: linear-gradient(140deg, #fffafd, #f8dfeb);
}

.header .dd-icon img {
  display: block;
  width: 22px;
  height: 22px;
  max-height: none;
  object-fit: contain;
}

.header .header-panel .dd-next {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  margin-left: auto;
  color: #81a9b9;
}

.header .header-panel .dd-link:hover .dd-next {
  color: #129dcc;
}

.header .dd-foot {
  margin-top: 11px;
  padding: 10px 2px 0;
  border-top: 1px solid #c6e4ed;
}

.header .header-panel .dd-footer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  height: auto;
  min-height: 30px;
  margin: 0;
  padding: 3px 6px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #087da5;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.4;
  white-space: normal;
  text-transform: none;
  text-shadow: none;
  text-decoration: none;
  box-shadow: none;
}

.header .header-panel .dd-footer-link:hover {
  background: rgba(255, 255, 255, 0.6509803922);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.header .dd-note {
  margin: 8px 6px 0;
  color: #617e8c;
  font-size: 12px;
  line-height: 1.55;
}

.header .dd-language-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 12px;
}

.header .dd-language-option {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px;
  border: 1px solid #cbdfe7;
  border-radius: 8px;
  color: #617684;
  background: rgba(255, 255, 255, 0.4196078431);
  text-align: left;
  font-size: 13px;
}

.header .dd-language-option img {
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: auto;
  max-height: none;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(38, 75, 90, 0.1411764706);
}

.header .dd-language-option[aria-current=true] {
  color: #096f95;
  border-color: #7bcce2;
  background: linear-gradient(125deg, #f3feff, #cbf0fb);
  box-shadow: inset 0 1px #fff;
}

.header .dd-language-option svg {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  margin-left: auto;
  color: #199d8c;
  stroke-width: 2.5;
}

.header .dd-language-option:disabled {
  opacity: 1;
  cursor: not-allowed;
}

.header .dd-currency {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 12px 2px 0;
  padding-top: 12px;
  border-top: 1px solid #c6e4ed;
  font-size: 12px;
  color: #617e8c;
}

.header .dd-currency strong {
  padding: 5px 9px;
  border: 1px solid #b6dfea;
  border-radius: 7px;
  color: #267591;
  background: rgba(255, 255, 255, 0.6862745098);
  font-weight: 600;
}

.header .dd-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.header .dd-contact-group + .dd-contact-group {
  border-left: 1px solid #c6e4ed;
  padding-left: 12px;
}

.header .dd-contact-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.header .dd-contact-title h3 {
  color: #345c6c;
  font-size: 13px;
  font-weight: 600;
}

.header .dd-contact-title .dd-icon {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
}

.header .header-panel .dd-service-link {
  min-height: 38px;
  padding: 5px;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.header .dd-service-link:disabled {
  color: #6b8290;
  cursor: not-allowed;
  opacity: 1;
}

.header .dd-unavailable {
  margin-left: auto;
  font-size: 10px;
  color: #758d98;
}

.header .dd-hotlines {
  list-style: none;
  display: grid;
  gap: 9px;
  padding: 4px;
}

.header .dd-hotlines li {
  display: grid;
  gap: 1px;
  font-size: 12px;
}

.header .dd-hotlines span {
  color: #617e8c;
}

.header .dd-hotlines strong {
  color: #365e70;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.header .header-panel :is(a, button):focus-visible {
  outline: 2px solid #1499c4;
  outline-offset: 2px;
}

.header .header-panel--compact {
  width: 260px;
  padding: 10px;
  border-radius: 12px;
}

.header .header-panel--compact.header-panel--language {
  width: 280px;
}

.header .header-panel--compact.header-panel--account {
  width: 240px;
}

.header .header-panel--compact .dd-heading {
  min-width: 0;
  gap: 8px;
  margin: -2px -2px 9px;
  padding: 6px 7px 10px;
  border-bottom-color: #b9dce8;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(115deg, rgba(219, 244, 252, 0.5490196078), rgba(238, 248, 255, 0.4));
}

.header .header-panel--compact .dd-heading h2 {
  min-width: 0;
  color: #254e64;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.header .header-panel--compact .dd-heading img {
  flex-basis: 28px;
  width: 28px;
  height: 28px;
}

.header .header-panel--compact .dd-list {
  gap: 2px;
  margin-top: 0;
}

.header .header-panel--compact .dd-link {
  min-height: 34px;
  gap: 8px;
  padding: 4px 6px;
  border-radius: 7px;
  color: #385665;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.header .header-panel--compact .dd-link > span:not(.dd-icon) {
  min-width: 0;
}

.header .header-panel--compact .dd-icon {
  flex-basis: 24px;
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.header .header-panel--compact .dd-icon svg {
  width: 16px;
  height: 16px;
}

.header .header-panel--compact .dd-icon img {
  width: 18px;
  height: 18px;
}

.header .header-panel--compact .dd-next {
  flex-basis: 11px;
  width: 11px;
  height: 11px;
}

.header .header-panel--compact .dd-foot {
  margin-top: 8px;
  padding-top: 8px;
}

.header .header-panel--compact .dd-footer-link {
  min-height: 28px;
  font-weight: 500;
}

.header .header-panel--compact .dd-footer-link svg {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}

.header .header-panel--compact .dd-language-list {
  gap: 5px;
  margin-top: 0;
}

.header .header-panel--compact .dd-language-option {
  min-height: 34px;
  gap: 7px;
  padding: 6px;
  border-radius: 7px;
  font-size: 12px;
}

.header .header-panel--compact .dd-language-option img {
  flex-basis: 20px;
  width: 20px;
}

.header .header-panel--compact .dd-note {
  margin: 7px 3px 0;
}

.header .header-panel--compact .dd-currency {
  gap: 8px;
  margin-top: 9px;
  padding-top: 9px;
}

.header .header-panel--compact .dd-currency strong {
  padding: 4px 7px;
}

@keyframes header-panel-enter {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1200px) {
  .category-dropdown-trigger {
    font-size: 11px;
    padding-inline: 6px;
  }
}
@media (max-width: 880px) {
  .main-nav > .header-dropdown {
    display: block;
  }
  .nav-dropdown-trigger {
    width: 100%;
    height: auto;
    min-height: 39px;
    padding: 10px 15px;
    border-bottom: 1.5px dashed #fff;
  }
  .more-categories > .header-dropdown {
    display: block;
  }
  .more-categories > .header-dropdown > :where(figure.tep-image) > .category-dropdown-trigger {
    width: 100%;
    height: 36px;
    padding: 5px 8px;
    border-right: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px dashed #fff;
  }
  .header .dd-contact-grid {
    grid-template-columns: 1fr 1fr;
  }
  .header .dd-contact-group:last-child {
    grid-column: 1/-1;
    border-left: 0;
    border-top: 1px solid #c6e4ed;
    padding: 12px 0 0;
  }
  .header .dd-hotlines {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .categories > .header-dropdown > :where(figure.tep-image) > .category-dropdown-trigger {
    height: 25px;
  }
  .header .header-panel {
    padding: 10px;
    border-radius: 12px;
  }
}
@media (max-width: 460px) {
  .header .dd-contact-grid {
    grid-template-columns: 1fr;
  }
  .header .dd-contact-group + .dd-contact-group {
    border-left: 0;
    border-top: 1px solid #c6e4ed;
    padding: 12px 0 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header .header-panel:not([hidden]) {
    animation: none;
  }
  .header [data-dropdown-trigger] img,
  .header .header-panel .dd-link {
    transition: none;
  }
}
.header .member-tools {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 2px;
  padding: 2px 4px;
  border: 1px solid #8adcf5;
  border-radius: 9px;
  background: linear-gradient(135deg, #faffff, #dff8ff);
  box-shadow: inset 0 1px #fff, 0 3px 9px rgba(2, 127, 181, 0.0823529412);
}

.header .member-icon, .header .member-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header .member-tool {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  color: #237694;
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}
.header .member-tool:hover, .header .member-tool[aria-expanded=true] {
  color: #075a83;
  background: rgba(184, 236, 250, 0.5647058824);
}
.header .member-tool:focus-visible {
  outline: 2px solid #087fae;
  outline-offset: 1px;
}

.header .member-account {
  border-left: 1px solid #b5deec;
  padding-left: 4px;
  margin-left: 2px;
}

.header .member-account-trigger {
  width: 49px;
}

.header .member-chevron {
  width: 12px;
  height: 12px;
}

.header .member-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #116188;
  border: 1px solid #86d4ed;
  background: linear-gradient(145deg, #fff, #a9e7fa);
  box-shadow: inset 0 1px #fff;
}
.header .member-avatar .member-icon {
  width: 18px;
  height: 18px;
}

.header .member-account-panel, .header .member-activity-panel {
  width: 280px;
}

.header .member-identity > div {
  min-width: 0;
}

.header .member-identity h2 {
  overflow-wrap: anywhere;
}

.header .member-caption {
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  color: #57717f;
}

.header .member-links {
  display: grid;
  gap: 2px;
}

.header .member-links a, .header .member-logout button {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #31596c;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}
.header .member-links a:hover, .header .member-logout button:hover {
  background: #d0f0fa;
}
.header .member-links a .member-icon, .header .member-logout button .member-icon {
  width: 18px;
  height: 18px;
}

.header .member-logout {
  border-top: 1px solid #bddfeb;
  margin-top: 7px;
  padding-top: 7px;
}

.header .member-logout button {
  color: #b13549;
}
.header .member-logout button:hover {
  background: #ffebef;
}

.header .member-preview-label {
  margin-left: auto;
  padding: 2px 6px;
  border-radius: 4px;
  background: #e2ecf5;
  color: #506b7c;
  font-size: 10px;
}

.header .member-empty {
  padding: 16px 8px 18px;
  text-align: center;
}

.header .member-empty-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border: 1px solid #bce5f2;
  border-radius: 16px;
  background: #e1f6fc;
  color: #2588ad;
}
.header .member-empty-icon .member-icon {
  width: 24px;
  height: 24px;
}

.header .member-empty strong {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
}

.header .member-empty p {
  color: #526e7d;
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 600px) {
  .header .row-a:has(.member-tools) {
    height: auto;
    min-height: 64px;
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 10px;
    gap: 8px 14px;
  }
  .header .top-actions:has(.member-tools) {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
}
.header .account {
  cursor: default;
}
.header .account:focus-within {
  border-color: #39c6ed;
  box-shadow: inset 0 1px #fff, 0 5px 12px rgba(2, 127, 181, 0.1450980392);
}

.header .account-links {
  display: flex;
  align-items: center;
  gap: 3px;
}
.header .account-links a {
  padding-block: 6px;
  color: inherit;
  text-underline-offset: 3px;
  cursor: pointer;
}
.header .account-links a:focus-visible {
  outline: 2px solid #087fae;
  outline-offset: 2px;
  border-radius: 2px;
}

.header .account-toggle {
  display: grid;
  place-items: center;
  align-self: stretch;
  flex: 0 0 18px;
  width: 18px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}
.header .account-toggle:hover, .header .account-toggle[aria-expanded=true] {
  background: rgba(168, 234, 251, 0.4);
}
.header .account-toggle .arrow {
  display: block;
  width: 9px;
  height: auto;
  opacity: 0.75;
}

.header .header-login {
  display: grid;
  gap: 11px;
  padding: 2px 3px 3px;
}

.header .header-login-field {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.header .header-login-field label {
  color: #385665;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.header .header-login-field input {
  width: 100%;
  min-width: 0;
  height: 36px;
  padding: 7px 10px;
  border: 1px solid #a8dce9;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9215686275), rgba(240, 251, 255, 0.8));
  box-shadow: inset 0 1px #fff;
  color: #234e61;
  font-size: 13px;
  line-height: 1.4;
  transition: border-color 0.16s, box-shadow 0.16s;
}
.header .header-login-field input::placeholder {
  color: #657f8a;
  opacity: 1;
}
.header .header-login-field input:focus {
  border-color: #19bce9;
  outline: 2px solid rgba(25, 188, 233, 0.2509803922);
  outline-offset: 1px;
  box-shadow: inset 0 1px #fff, 0 2px 7px rgba(6, 158, 219, 0.0784313725);
}

.header .header-login-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 35px;
  margin-top: 3px;
  padding: 7px 12px;
  border: 1px solid #27b9eb;
  border-radius: 7px;
  background: linear-gradient(#00e3ff, #0cc1ff 48%, #0e9af9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.6509803922), 0 3px 8px rgba(19, 139, 195, 0.1098039216);
  color: #123e53;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
  cursor: pointer;
  transition: box-shadow 0.16s;
}
.header .header-login-submit:hover {
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8509803922), 0 4px 10px rgba(19, 139, 195, 0.2);
}
.header .header-login-submit:disabled {
  opacity: 0.65;
  cursor: default;
}
.header .header-login-submit svg {
  width: 16px;
  height: 16px;
}

.header .header-login-status {
  margin: 0;
  padding: 8px;
  border: 1px solid #bddfeb;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.6509803922);
  color: #385665;
  font-size: 12px;
  line-height: 1.5;
}
.header .header-login-status[hidden] {
  display: none;
}

@media (max-width: 600px) {
  .header .account-toggle {
    flex-basis: 15px;
    width: 15px;
  }
  .header .header-login-field input {
    font-size: 16px;
  }
  .header .header-login-field input::placeholder {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header .header-login-field input,
  .header .header-login-submit {
    transition: none;
  }
}
.blog-page {
  max-width: 1440px;
  margin: auto;
  padding: 20px 8px 50px;
  display: grid;
  grid-template-columns: 224px minmax(0, 840px) 240px;
  justify-content: center;
  gap: 20px;
  background: #fff;
}

@media (max-width: 1200px) {
  .blog-page {
    grid-template-columns: 190px minmax(0, 1fr);
    max-width: 1060px;
  }
}
@media (max-width: 820px) {
  .blog-page {
    grid-template-columns: 1fr;
    padding: 15px 12px;
  }
}
.blog-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 12px 50px 0;
  grid-template-columns: 216px minmax(0, 1fr) 240px;
  justify-content: stretch;
  gap: 20px;
  background: linear-gradient(90deg, #f1f1f1 0, #f1f1f1 216px, #fff 216px);
}

.blog-content {
  width: 100%;
  max-width: none;
  padding-top: 30px;
}

@media (max-width: 1200px) {
  .blog-page {
    padding: 0 20px 28px;
    grid-template-columns: 1fr;
    max-width: none;
    background: #fff;
  }
}
@media (max-width: 820px) {
  .blog-page {
    padding: 15px 12px 40px;
  }
  .blog-content {
    padding-top: 20px;
  }
}
.blog-page {
  grid-template-columns: 244px minmax(0, 1fr) 240px;
  background: linear-gradient(90deg, #eef3f5 0, #eef3f5 244px, #fff 244px);
}

@media (max-width: 1200px) {
  .blog-page {
    grid-template-columns: 1fr;
    background: #fff;
  }
}
@media (min-width: 1201px) {
  .blog-page {
    padding-bottom: 0;
  }
  .blog-content {
    padding-bottom: 28px;
  }
}
.blog-content {
  position: relative;
}

.left-sidebar {
  min-width: 0;
}

.course-ad {
  display: block;
  width: 100%;
  height: auto;
}

.course-ad {
  margin-bottom: 22px;
}

.blog-menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-block: 10px;
  border-top: 1px solid #ddd;
}
.blog-menu a {
  min-height: 30px;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  font-size: 14px;
}
.blog-menu a:hover, .blog-menu a.active {
  color: #fff;
  background: linear-gradient(#21ddf5, #07aeea);
}
.blog-menu img {
  width: 24px;
  height: 24px;
}

@media (max-width: 820px) {
  .left-sidebar {
    display: none;
  }
}
.left-sidebar {
  align-self: stretch;
  padding: 15px 8px;
  background: #f1f1f1;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.course-ad {
  margin-bottom: 18px;
}

.blog-menu {
  border-top-color: #b4b4b4;
}

@media (max-width: 1200px) {
  .left-sidebar {
    display: none;
  }
}
.left-sidebar {
  padding: 16px 10px;
  background: linear-gradient(180deg, #f5f8f9, #eaf1f3);
  box-shadow: 2px 4px 14px rgba(23, 54, 69, 0.168627451);
}

.course-ad {
  margin-bottom: 20px;
  border: 1px solid #72cce8;
  border-radius: 10px;
  box-shadow: 0 7px 18px rgba(7, 59, 87, 0.168627451);
  aspect-ratio: 5/8;
  object-fit: cover;
}

.blog-menu {
  gap: 7px;
  padding-top: 13px;
  border-top: 1px solid #b9cbd2;
}
.blog-menu a {
  min-height: 34px;
  padding: 2px 4px;
  gap: 4px;
  border: 0;
  border-radius: 8px;
  color: #263941;
  font-size: 14px;
  font-weight: 400;
  transition: 0.2s;
}
.blog-menu a:hover {
  color: #10516a;
  background: rgba(255, 255, 255, 0.5490196078);
  box-shadow: inset 0 1px #fff, 0 3px 8px rgba(10, 104, 133, 0.0705882353);
}

.menu-label {
  flex: 1;
  padding: 6px 7px;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: 0.2s;
}

.blog-menu a:hover .menu-label {
  border-color: #b5e5ef;
  background: linear-gradient(135deg, #f9feff, #dff8fc);
}

.blog-menu a.active {
  color: #075978;
  background: transparent;
  box-shadow: none;
}

.blog-menu a.active .menu-label {
  border-color: #75d9eb;
  background: linear-gradient(135deg, #dffaff, #bceffc);
  box-shadow: inset 0 1px #fff, 0 3px 9px rgba(22, 175, 208, 0.1490196078);
  font-weight: 500;
}

.side-icon {
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid #c9e2e8;
  border-radius: 8px;
  background: linear-gradient(145deg, #fff, #eaf7f9);
  box-shadow: inset 0 1px #fff, 0 2px 5px rgba(36, 75, 90, 0.0823529412);
  transition: transform 0.18s, box-shadow 0.18s;
}

.blog-menu .active .side-icon {
  border-color: #d2e5ea;
  background: linear-gradient(145deg, #fff, #edf7f9);
  box-shadow: inset 0 1px #fff, 0 2px 5px rgba(36, 75, 90, 0.0862745098);
}

.blog-menu a:hover .side-icon {
  transform: translateY(-1px);
  box-shadow: inset 0 1px #fff, 0 5px 10px rgba(36, 75, 90, 0.1254901961);
}

.side-icon img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.side-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blog-menu {
  padding-bottom: 13px;
  border-bottom: 1px solid #b9cbd2;
}

@media (min-width: 1201px) {
  .left-sidebar {
    padding-bottom: 28px;
  }
  .left-sidebar {
    box-shadow: 3px 0 14px rgba(23, 54, 69, 0.168627451);
  }
}
.newsletter {
  margin-top: 18px;
  padding: 8px;
  border: 1px solid #b8dbe4;
  border-radius: 7px;
  background: #ecfbff;
  text-align: center;
}
.newsletter > img {
  width: 100%;
  border-radius: 5px;
}
.newsletter h2 {
  margin-top: 8px;
  font-size: 16px;
}
.newsletter p {
  margin: 5px 0 10px;
  font-size: 12px;
  color: #555;
}
.newsletter input {
  width: 100%;
  height: 34px;
  padding: 0 8px;
  border: 1px solid #b8dbe4;
  border-radius: 4px;
}
.newsletter button {
  width: 100%;
  height: 32px;
  margin-top: 7px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(#00d7f5, #049dfa);
  cursor: pointer;
}

.newsletter {
  border: 2px solid #e0e0e0;
  background: #fff;
}
.newsletter input {
  background: #e3f9ff;
}

.newsletter {
  position: relative;
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #a7dce8;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.8588235294), rgba(218, 245, 250, 0.8588235294));
  box-shadow: inset 0 1px #fff, 0 7px 18px rgba(18, 63, 80, 0.1411764706);
  text-align: left;
}
.newsletter > img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  border-radius: 0;
  opacity: 0.9;
}

.newsletter-content {
  position: relative;
  margin-top: -20px;
  padding: 0 13px 14px;
}

.mail-badge {
  width: 40px;
  height: 40px;
  margin: 0 auto 7px;
  display: grid;
  place-items: center;
  border: 1px solid #8ed9e9;
  border-radius: 10px;
  color: #078ab8;
  background: linear-gradient(145deg, #fff, #c9eff6);
  box-shadow: 0 4px 10px rgba(7, 93, 121, 0.1725490196);
}

.mail-badge svg,
.email-field svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mail-badge svg {
  width: 21px;
}

.newsletter h2 {
  margin: 0;
  text-align: center;
  color: #183b49;
  font-size: 16px;
  font-weight: 650;
}

.newsletter p {
  margin: 5px 0 11px;
  text-align: center;
  color: #5d747d;
  font-size: 11px;
  line-height: 1.45;
}

.email-field {
  height: 36px;
  display: flex;
  align-items: center;
  border: 1px solid #a7dce8;
  border-radius: 7px;
  color: #168aaf;
  background: rgba(255, 255, 255, 0.7803921569);
  box-shadow: inset 0 1px 3px rgba(11, 96, 114, 0.0509803922);
}
.email-field svg {
  width: 17px;
  margin-left: 9px;
}

.newsletter .email-field input {
  height: 34px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  outline: 0;
}

.email-field:focus-within {
  border-color: #24bce5;
  box-shadow: 0 0 0 3px rgba(28, 185, 223, 0.1098039216);
}

.consent {
  margin: 8px 1px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #647a82;
  font-size: 9px;
  cursor: pointer;
}
.consent input {
  accent-color: #07a9dc;
}

.newsletter button {
  height: 34px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #1fc4e8;
  border-radius: 7px;
  background: linear-gradient(#16d8ef, #078fd7);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4745098039), 0 4px 9px rgba(7, 137, 185, 0.1882352941);
  font-size: 13px;
  font-weight: 650;
}

.newsletter button:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.newsletter button span {
  font-size: 17px;
}

.newsletter {
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid #91d7e5;
  border-radius: 13px;
  background: linear-gradient(155deg, #fff, #e9f9fc);
  box-shadow: inset 0 1px #fff, 0 7px 18px rgba(23, 77, 93, 0.1058823529);
}

.newsletter-art {
  height: 108px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #85d8e7;
  background: #72deeb;
}
.newsletter-art::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34px;
  background: linear-gradient(transparent, rgba(32, 174, 197, 0.1803921569));
}
.newsletter-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.newsletter-art span {
  position: absolute;
  left: 10px;
  bottom: 8px;
  z-index: 1;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, 0.6901960784);
  border-radius: 999px;
  color: #08667c;
  background: rgba(244, 253, 255, 0.8901960784);
  box-shadow: 0 2px 6px rgba(8, 116, 140, 0.1254901961);
  backdrop-filter: blur(6px);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.11em;
}

.newsletter-content {
  margin: 0;
  padding: 13px 12px 12px;
}
.newsletter-content h2 {
  margin: 0;
  color: #173f49;
  text-align: left;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.25;
}
.newsletter-content > p {
  margin: 4px 0 12px !important;
  color: #657b82 !important;
  text-align: left !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
}

.newsletter-visual {
  height: 130px;
  position: relative;
  overflow: hidden;
  background: #45d6e8;
  border-bottom: 1px solid #77d8e9;
}
.newsletter-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(22, 171, 200, 0.2901960784));
}
.newsletter-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.newsletter-visual > span {
  position: absolute;
  left: 11px;
  bottom: 9px;
  z-index: 1;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.6901960784);
  border-radius: 999px;
  color: #075a70;
  background: rgba(244, 253, 255, 0.9019607843);
  box-shadow: inset 0 1px #fff, 0 3px 8px rgba(7, 93, 121, 0.137254902);
  backdrop-filter: blur(7px);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.newsletter-visual > span i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  border-radius: 50%;
  background: #f6c735;
  box-shadow: 0 0 0 3px rgba(246, 199, 53, 0.1803921569);
}

.newsletter-content {
  margin: 0;
  padding: 15px 13px 14px;
}

.newsletter-kicker {
  margin: 0 0 4px !important;
  color: #0495b7 !important;
  font-size: 9px !important;
  font-weight: 800;
  text-align: left !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.newsletter h2 {
  margin: 0;
  color: #133b47;
  text-align: left;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.newsletter-content > p:not(.newsletter-kicker) {
  margin: 7px 0 10px;
  color: #5a747d;
  text-align: left;
  font-size: 10.5px;
  line-height: 1.5;
}

.newsletter-benefits {
  margin: 0 0 11px;
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: #41636d;
  font-size: 9px;
  font-weight: 650;
}
.newsletter-benefits span {
  display: flex;
  align-items: center;
  gap: 3px;
}
.newsletter-benefits b {
  width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #08788f;
  background: #cbf5fa;
  font-size: 8px;
}

.email-field {
  height: 39px;
  border: 1px solid #9edce8;
  border-radius: 9px;
  color: #1394b0;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(11, 96, 114, 0.0470588235), 0 3px 9px rgba(27, 128, 149, 0.0431372549);
}

.newsletter .email-field input {
  height: 37px;
  font-size: 11px;
}

.consent {
  position: relative;
  margin: 9px 1px;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #657a81;
  font-size: 9px;
  line-height: 15px;
}
.consent > input {
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.custom-check {
  position: relative;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  border: 1px solid #75c7dc;
  border-radius: 4px;
  background: linear-gradient(#fff, #e3f6fa);
  box-shadow: inset 0 1px 2px rgba(11, 96, 114, 0.0784313725);
}
.custom-check::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.14s;
}

.consent > input:checked + .custom-check {
  border-color: #079ed5;
  background: linear-gradient(#16cce8, #068fd3);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4196078431), 0 2px 5px rgba(5, 136, 181, 0.1803921569);
}

.consent > input:checked + .custom-check::after {
  transform: rotate(45deg) scale(1);
}

.consent > input:focus-visible + .custom-check {
  outline: 2px solid #31bfe6;
  outline-offset: 2px;
}

.consent a {
  color: #087fa8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.newsletter button {
  height: 34px;
  margin: 3px 0 0;
  border: 1px solid #36c8e2;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #075167;
  background: linear-gradient(135deg, #8aedf6, #49d5e9);
  box-shadow: inset 0 1px #fff, 0 3px 8px rgba(31, 184, 212, 0.1333333333);
  font-size: 11px;
  font-weight: 650;
}

.newsletter button:hover {
  background: linear-gradient(135deg, #93f4fa, #4fddef);
  filter: none;
  box-shadow: inset 0 1px #fff, 0 7px 15px rgba(31, 184, 212, 0.2196078431);
}

.newsletter button svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.18s;
}

.newsletter button:hover svg {
  transform: translateX(2px);
}

.newsletter .consent {
  margin: 11px 1px 9px;
  font-size: 8.5px;
}

.newsletter-social {
  padding: 10px 12px 12px;
  border-top: 1px solid #c7e9ef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.4705882353);
}
.newsletter-social > span {
  color: #6b8188;
  font-size: 9px;
  font-weight: 600;
}
.newsletter-social > div {
  display: flex;
  gap: 6px;
}
.newsletter-social a {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid #d6e4e8;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(24, 63, 73, 0.0705882353);
  transition: transform 0.18s, box-shadow 0.18s;
}
.newsletter-social a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 9px rgba(24, 63, 73, 0.1254901961);
}
.newsletter-social svg {
  width: 13px;
  height: 13px;
}

.facebook {
  color: #1877f2;
}

.facebook svg,
.youtube svg {
  fill: currentColor;
}

.x-social {
  color: #15191c;
}

.x-social svg,
.instagram svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.instagram {
  color: #d62976;
}

.youtube {
  color: #ff0033;
}
.youtube .play {
  fill: #fff;
}

.newsletter .consent {
  margin: 15px 1px 11px;
}

.newsletter button {
  margin-top: 0;
}

@media (min-width: 1201px) {
  .left-sidebar > .sidebar-sticky {
    display: flow-root;
  }
}
.right-sidebar {
  min-width: 0;
}

.side-ad {
  display: block;
  width: 100%;
  height: auto;
}

.right-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.side-ad {
  border: 1px solid #ddd;
}

@media (max-width: 1200px) {
  .right-sidebar {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .right-sidebar .side-ad {
    display: none;
  }
}
@media (max-width: 820px) {
  .right-sidebar {
    grid-template-columns: 1fr;
  }
}
.right-sidebar {
  padding-top: 20px;
}

@media (max-width: 1200px) {
  .right-sidebar {
    grid-column: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
  }
  .right-sidebar .side-ad {
    display: none;
  }
}
@media (max-width: 820px) {
  .right-sidebar {
    grid-template-columns: 1fr;
  }
}
.right-sidebar {
  gap: 20px;
}
.right-sidebar .side-ad {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #8fd8e7;
  border-radius: 11px;
  background: #3ed1eb;
  box-shadow: 0 7px 18px rgba(18, 79, 98, 0.1411764706);
  object-fit: contain;
  object-position: center top;
}

@media (min-width: 1201px) {
  .right-sidebar {
    padding-bottom: 28px;
  }
}
@media (min-width: 1201px) {
  .right-sidebar > .sidebar-sticky {
    display: flex;
    flex: none;
    flex-direction: column;
    gap: inherit;
    min-width: 0;
  }
}
.discover {
  margin-bottom: 35px;
  border: 1px solid #d5dae0;
  border-radius: 3px;
  overflow: hidden;
}
.discover h2 {
  padding: 14px 20px;
  font-size: 20px;
  color: #4b4b4b;
  background: #eef4ff;
}

.topic-chips {
  padding: 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.topic-chips button {
  padding: 8px 14px;
  border: 1px solid #cfe1e8;
  border-radius: 18px;
  background: #fff;
  color: #444;
  cursor: pointer;
}
.topic-chips button:hover, .topic-chips button.active {
  border-color: #08bbed;
  color: #fff;
  background: linear-gradient(#22dff6, #09a9e8);
}

@media (max-width: 560px) {
  .discover {
    margin-bottom: 20px;
  }
}
.discover {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid #b9e3ec;
  border-radius: 13px;
  background: linear-gradient(135deg, #fff 0%, #f2fcfe 55%, #e4f8fc 100%);
  box-shadow: inset 0 1px #fff, 0 7px 18px rgba(22, 78, 96, 0.0901960784);
}
.discover::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(#5ce5f1, #0bb1dd);
}
.discover h2 {
  padding: 13px 18px 9px;
  color: #163f4b;
  background: transparent;
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.topic-chips {
  padding: 5px 17px 15px;
  gap: 7px;
}
.topic-chips button {
  min-height: 31px;
  padding: 6px 13px;
  border: 1px solid #c5e3e9;
  border-radius: 9px;
  color: #46646d;
  background: rgba(255, 255, 255, 0.7882352941);
  box-shadow: inset 0 1px #fff, 0 2px 6px rgba(23, 63, 73, 0.0470588235);
  font-size: 12px;
  font-weight: 600;
  transition: border-color 0.18s, background 0.18s, color 0.18s, transform 0.18s, box-shadow 0.18s;
}
.topic-chips button:hover {
  color: #087495;
  border-color: #70d4e7;
  background: #effcff;
  box-shadow: inset 0 1px #fff, 0 5px 11px rgba(21, 151, 179, 0.1058823529);
  transform: translateY(-1px);
}
.topic-chips button.active {
  color: #07546a;
  border-color: #54cfe4;
  background: linear-gradient(135deg, #baf5fa, #71deec);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8509803922), 0 4px 10px rgba(31, 184, 212, 0.1647058824);
}

@media (max-width: 820px) {
  .discover {
    margin-top: 3px;
  }
}
@media (max-width: 620px) {
  .discover h2 {
    font-size: 17px;
  }
  .topic-chips {
    padding-inline: 13px;
  }
}
.discover {
  border-color: #70d8ef;
  background: linear-gradient(135deg, #f7fdff, #e6f9ff);
  box-shadow: inset 0 1px #fff, 0 7px 18px rgba(7, 139, 200, 0.0980392157);
}
.discover::before {
  background: linear-gradient(#00e3ff, #0e9af9);
}

.topic-chips button.active {
  color: #fff;
  border-color: #08a7e4;
  background: linear-gradient(#00e3ff, #0cc1ff 48%, #0e9af9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5019607843), 0 4px 10px rgba(7, 139, 200, 0.1803921569);
  text-shadow: 0 1px 1px rgba(5, 121, 173, 0.4);
}

.no-results {
  padding: 28px 18px;
  border: 1px dashed #8fd4e4;
  border-radius: 12px;
  color: #426873;
  background: #f1fbfd;
  text-align: center;
  font-size: 14px;
}

.discover::before {
  display: none;
}

.filter-panel {
  padding: 12px 14px;
  background: linear-gradient(100deg, #f8feff 0%, #e3f9fc 55%, #d5f4f9 100%);
}

.finder-form {
  min-width: 0;
}

.filter-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.filter-heading {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding-right: 16px;
  border-right: 1px solid #8ccddb;
}
.filter-heading > div {
  display: flex;
  align-items: center;
  gap: 9px;
}
.filter-heading h2 {
  padding: 0;
  font-size: 15px;
  line-height: 1.15;
  white-space: nowrap;
}

.filter-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #68dbea;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(145deg, #8ef1f5, #0da6e8);
  box-shadow: inset 0 1px #fff, 0 5px 11px rgba(7, 139, 200, 0.1921568627);
}
.filter-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.article-filters {
  flex: 1 1 430px;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
}

.finder-form .filter-field {
  min-width: 0;
}

.finder-form .filter-field > label {
  display: block;
  margin: 0 0 4px 2px;
  color: #45656e;
  font-size: 10px;
  font-weight: 700;
}

.filter-control {
  position: relative;
  display: flex;
  align-items: center;
}
.filter-control i {
  position: absolute;
  left: 6px;
  z-index: 2;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5019607843), 0 2px 6px rgba(18, 63, 73, 0.1333333333);
  pointer-events: none;
}
.filter-control i svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.search-control i {
  background: linear-gradient(145deg, #20ddec, #078ddc);
}

.category-control i {
  background: linear-gradient(145deg, #ffce56, #ff8a1f);
}

.sort-control i {
  background: linear-gradient(145deg, #ad7cff, #7650d9);
}

.finder-form input,
.finder-form select {
  width: 100%;
  min-width: 0;
  height: 35px;
  padding: 0 10px 0 38px;
  border: 1px solid #9edce8;
  border-radius: 8px;
  color: #233f47;
  background: linear-gradient(#fff, #f3fcfe);
  box-shadow: inset 0 1px 2px rgba(18, 63, 73, 0.031372549), 0 2px 7px rgba(15, 120, 145, 0.062745098);
  outline: 0;
  font-size: 12px;
}

.finder-form select {
  padding-right: 20px;
  cursor: pointer;
}

.finder-form input:focus,
.finder-form select:focus {
  border-color: #24bce5;
  box-shadow: 0 0 0 3px rgba(28, 185, 223, 0.1019607843);
}

.advanced-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 22px;
  margin-top: 2px;
  padding: 0;
  border: 0;
  color: #0785ab;
  background: transparent;
  font-size: 10px;
  font-weight: 650;
  white-space: nowrap;
  cursor: pointer;
}
.advanced-toggle:hover span {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.advanced-toggle svg,
.advanced-close svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.18s ease;
}

.advanced-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}

.advanced-toggle.has-filters::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0bb4d8;
  box-shadow: 0 0 0 2px rgba(11, 180, 216, 0.0980392157);
}

.advanced-toggle:focus-visible,
.advanced-close:focus-visible {
  outline: 2px solid #1cb9df;
  outline-offset: 3px;
  border-radius: 4px;
}

.advanced-filters {
  margin-top: 30px;
  padding-top: 14px;
  border-top: 1px solid #a8dce7;
}
.advanced-filters[hidden] {
  display: none;
}
.advanced-filters:not([hidden]) {
  animation: advanced-reveal 0.18s ease-out;
}

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

.advanced-cyan i {
  background: linear-gradient(145deg, #20ddec, #078ddc);
}

.advanced-amber i {
  background: linear-gradient(145deg, #ffce56, #ff8a1f);
}

.advanced-violet i {
  background: linear-gradient(145deg, #ad7cff, #7650d9);
}

.advanced-footer {
  display: flex;
  justify-content: center;
  padding-top: 14px;
}

.advanced-close {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  padding: 4px 12px;
  border: 1px solid #addde8;
  border-radius: 999px;
  color: #087b9e;
  background: linear-gradient(rgba(255, 255, 255, 0.8509803922), #eafaff);
  box-shadow: inset 0 1px #fff, 0 2px 6px rgba(15, 120, 145, 0.062745098);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}
.advanced-close:hover {
  border-color: #59c7df;
  background: #f5fdff;
}

@keyframes advanced-reveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .advanced-filters:not([hidden]) {
    animation: none;
  }
  .advanced-toggle svg {
    transition: none;
  }
}
@media (max-width: 680px) {
  .filter-heading {
    width: 100%;
    min-height: 0;
    padding-right: 0;
    border-right: 0;
  }
}
@media (max-width: 620px) {
  .filter-panel {
    padding: 12px;
  }
  .article-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .filter-search {
    grid-column: 1/-1;
  }
  .advanced-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 380px) {
  .article-filters {
    grid-template-columns: minmax(0, 1fr);
  }
  .advanced-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.finder-form .blog-select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 35px;
  padding: 0 25px 0 38px;
  border: 1px solid #9edce8;
  border-radius: 8px;
  color: #233f47;
  background: linear-gradient(#fff, #f3fcfe);
  box-shadow: inset 0 1px 2px rgba(18, 63, 73, 0.031372549), 0 2px 7px rgba(15, 120, 145, 0.062745098);
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}
.finder-form .blog-select-trigger:focus-visible, .finder-form .blog-select-trigger[aria-expanded=true] {
  outline: 0;
  border-color: #24bce5;
  box-shadow: 0 0 0 3px rgba(28, 185, 223, 0.1019607843);
}
.finder-form .blog-select-trigger:disabled {
  opacity: 0.6;
  cursor: default;
}

.blog-select-value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-select-chevron {
  position: absolute;
  right: 8px;
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(90deg);
  transition: transform 0.15s ease;
  pointer-events: none;
}

.finder-form .blog-select-trigger[aria-expanded=true] .blog-select-chevron {
  transform: rotate(-90deg);
}

.blog-select-panel {
  position: fixed;
  z-index: 120;
  margin: 0;
  padding: 6px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #9bcfdf #eff8fc;
  border: 1px solid #b9dce9;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(252, 255, 255, 0.968627451), rgba(237, 249, 255, 0.9607843137));
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px #fff, 0 12px 30px rgba(37, 79, 108, 0.1411764706), 0 3px 8px rgba(37, 79, 108, 0.0470588235);
}

.blog-select-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 7px 9px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #294d62;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
  cursor: pointer;
}
.blog-select-option + .blog-select-option {
  margin-top: 3px;
}
.blog-select-option[aria-selected=true] {
  border-color: #c4e6f1;
  background: linear-gradient(110deg, #f2fcff, #dff3fc);
  color: #096e97;
}
.blog-select-option[aria-selected=true] .blog-select-check {
  opacity: 1;
}
.blog-select-option.is-active {
  border-color: #91cee3;
  background: linear-gradient(110deg, #eafaff, #d7f0fc);
  box-shadow: inset 0 1px #fff;
}
.blog-select-option[aria-disabled=true] {
  opacity: 0.45;
  cursor: default;
}

.blog-select-icon {
  --icon: #0785bf;
  --tint: #ccefff;
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  border: 1px solid color-mix(in srgb, var(--icon) 23%, white);
  border-radius: 7px;
  color: var(--icon);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.7882352941) 5%, var(--tint));
  box-shadow: inset 0 1px 1px #fff, 0 2px 4px rgba(41, 79, 112, 0.062745098);
}
.blog-select-icon--violet {
  --icon: #8764cd;
  --tint: #ebe2ff;
}
.blog-select-icon--mint {
  --icon: #149583;
  --tint: #cef7e9;
}
.blog-select-icon--amber {
  --icon: #b98419;
  --tint: #ffedc5;
}
.blog-select-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blog-select-option-label {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}

.blog-select-count {
  padding: 1px 7px;
  border: 1px solid #cfe5ef;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.7294117647);
  color: #53748a;
  font-size: 11px;
  line-height: 1.6;
  font-variant-numeric: tabular-nums;
}

.blog-select-check {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  color: #139ac0;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .blog-select-chevron {
    transition: none;
  }
}
/* A native heading inside summary preserves the group heading hierarchy. */
.forum-content {
  min-width: 0;
  color: #254651;
}

.forum-content * {
  box-sizing: border-box;
}

.forum-content > :where(:not(.filter-panel)) svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.forum-content > :where(:not(.filter-panel)) button {
  font: inherit;
  cursor: pointer;
}

.forum-content > :where(:not(.filter-panel)) :is(button, a, input, select):focus-visible {
  outline: 3px solid #168bbc;
  outline-offset: 3px;
}

.forum-content [hidden] {
  display: none !important;
}

.forum-tint--cyan {
  --glass-top: #f2fdff;
  --glass-bottom: #bce5ed;
  --glass-edge: #afd8e1;
  --glass-tint: #d8f2f6;
  --glass-ink: #27879e;
}

.forum-tint--blue {
  --glass-top: #f5faff;
  --glass-bottom: #c4d7f1;
  --glass-edge: #b8cde8;
  --glass-tint: #e0ebfa;
  --glass-ink: #547cac;
}

.forum-tint--violet {
  --glass-top: #fcf8ff;
  --glass-bottom: #dbcef0;
  --glass-edge: #cdbde3;
  --glass-tint: #ece2f8;
  --glass-ink: #8464a8;
}

.forum-tint--amber {
  --glass-top: #fffdf5;
  --glass-bottom: #f1dfb9;
  --glass-edge: #e3d0a7;
  --glass-tint: #faf0d8;
  --glass-ink: #a58138;
}

.forum-tint--rose {
  --glass-top: #fff8fc;
  --glass-bottom: #edd0df;
  --glass-edge: #dfbbcf;
  --glass-tint: #f8e5ee;
  --glass-ink: #ab6d8e;
}

.forum-glass-icon {
  position: relative;
  isolation: isolate;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--glass-edge) 64%, #fff);
  border-radius: 13px;
  color: var(--glass-ink);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.7215686275) 0%, rgba(255, 255, 255, 0.2196078431) 48%, rgba(255, 255, 255, 0.0705882353) 100%), linear-gradient(135deg, color-mix(in srgb, var(--glass-tint) 74%, transparent), color-mix(in srgb, var(--glass-bottom) 68%, transparent));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8784313725), 0 2px 7px rgba(44, 104, 130, 0.062745098);
  -webkit-backdrop-filter: blur(7px) saturate(115%);
  backdrop-filter: blur(7px) saturate(115%);
}

.forum-glass-icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.4392156863) 0%, rgba(255, 255, 255, 0.0784313725) 38%, transparent 64%);
  pointer-events: none;
}

.forum-glass-icon svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.65;
  filter: none;
}

.forum-glass-icon img {
  display: block;
  width: 37px;
  height: 37px;
  object-fit: contain;
  filter: none;
}

.forum-brand-icon {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.7803921569), rgba(255, 255, 255, 0.2196078431)), linear-gradient(135deg, color-mix(in srgb, var(--glass-tint) 65%, transparent), color-mix(in srgb, var(--glass-bottom) 62%, transparent));
}

.forum-welcome {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 0;
  border: 1px solid #a9dcea;
  border-radius: 14px;
  background: linear-gradient(112deg, #effcff 0%, #fff 58%, #e4f8ff 100%);
  box-shadow: inset 0 2px #fff, 0 5px 15px rgba(35, 92, 129, 0.062745098);
}

.forum-welcome::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(#00e3ff, #0cc1ff 48%, #0e9af9);
}

.forum-welcome-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.forum-title-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.forum-eyebrow {
  margin: 0 0 4px;
  color: #4d7c8c;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.13em;
}

.forum-welcome h1 {
  margin: 0;
  color: #174d67;
  font-size: clamp(25px, 2.15vw, 33px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.forum-intro {
  margin: 18px 0 22px;
  color: #54717e;
  font-size: 15px;
  line-height: 1.6;
}

.forum-primary {
  min-height: 42px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #111b22;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(#3b4249, #242b32 48%, #151b21);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2901960784), 0 3px 7px rgba(19, 45, 69, 0.1450980392);
  font-size: 13px !important;
  font-weight: 650 !important;
  white-space: nowrap;
}

.forum-primary:hover {
  background: linear-gradient(#48535d, #26313b);
}

.forum-primary svg {
  width: 18px;
  height: 18px;
}

.forum-overview {
  min-height: 41px;
  margin: 0 -24px;
  padding: 9px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  border-top: 1px solid #c2e6ef;
  background: linear-gradient(#f1fcff, #e1f5fa);
  font-size: 11px;
  color: #52727f;
}

.forum-overview > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.forum-overview svg {
  width: 16px;
  height: 16px;
  color: #2693b2;
}

.forum-overview strong {
  color: #2f6579;
}

.forum-overview i {
  height: 12px;
  margin: 0 6px;
  border-left: 1px solid #b9dce5;
}

.forum-content > .filter-panel {
  margin-top: 24px;
}

.forum-activity {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.forum-activity > div {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.forum-activity strong {
  min-width: 39px;
  color: #345463;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.forum-activity span {
  color: #718894;
  font-size: 11px;
}

.forum-latest {
  grid-column: 3;
  grid-row: 1;
  min-width: 0;
  padding-left: 12px;
  border-left: 1px solid #dce8ed;
}

.forum-latest-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-width: 0;
}

.forum-latest-label {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
  color: #4d7b8f;
  font-size: 9px;
  line-height: 1.3;
  font-weight: 650;
  white-space: nowrap;
}

.forum-latest-label svg {
  width: 16px;
  height: 16px;
  padding: 2px;
  border: 1px solid #b6dfeb;
  border-radius: 4px;
  color: #2097b9;
  background: linear-gradient(145deg, #fff, #d8f3fa);
  box-shadow: inset 0 1px #fff, 0 1px 2px rgba(18, 106, 130, 0.0705882353);
}

.forum-discussion-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin: 0;
  min-width: 0;
  font-size: 9px;
  line-height: 1.3;
}

.forum-discussion-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-height: 21px;
  padding: 2px 5px;
  border: 1px solid #d6e4ee;
  border-radius: 5px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9294117647), 0 1px 3px rgba(40, 72, 107, 0.031372549);
  white-space: nowrap;
}

.forum-discussion-meta .forum-discussion-author {
  min-width: 0;
  color: #7b589e;
  border-color: #e1d5ef;
  background: linear-gradient(145deg, #fff, #f0e8fa);
}

.forum-discussion-author svg {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.forum-discussion-meta .forum-discussion-date {
  flex-shrink: 0;
  padding-inline: 4px;
  color: #557e8d;
  border-color: #d1e7ed;
  background: linear-gradient(145deg, #fff, #edf8fb);
  font-variant-numeric: tabular-nums;
}

.forum-discussion-meta .forum-board-state {
  color: #557e8d;
  border-color: #d1e7ed;
  background: linear-gradient(145deg, #fff, #edf8fb);
}

.forum-discussion-title {
  overflow: hidden;
  margin: 5px 0 0;
  color: #395968;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 1201px) and (max-width: 1350px) {
  .forum-welcome {
    padding: 21px 19px 0;
  }
  .forum-welcome h1 {
    font-size: 25px;
  }
  .forum-title-wrap {
    gap: 12px;
  }
  .forum-overview {
    margin: 0 -19px;
    padding-inline: 19px;
  }
  .forum-overview > span:first-child {
    display: none;
  }
}
@media (max-width: 750px) {
  .forum-content {
    padding-top: 6px;
  }
  .forum-welcome {
    padding: 20px 18px 0;
  }
  .forum-welcome-top {
    flex-wrap: wrap;
  }
  .forum-welcome h1 {
    font-size: 28px;
  }
  .forum-overview {
    margin: 0 -18px;
    padding-inline: 18px;
  }
  .forum-overview > span:first-child {
    display: none;
  }
  .forum-intro {
    margin-block: 18px;
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .forum-title-wrap {
    gap: 13px;
  }
  .forum-hero-icon {
    width: 45px;
    height: 45px;
    border-radius: 11px;
  }
  .forum-welcome h1 {
    font-size: 25px;
  }
  .forum-welcome .forum-eyebrow {
    font-size: 9px;
  }
  .forum-welcome .forum-primary {
    margin-top: 3px;
  }
}
@media (max-width: 359px) {
  .forum-welcome h1 {
    font-size: 22px;
  }
  .forum-welcome {
    padding-inline: 15px;
  }
  .forum-overview {
    margin-inline: -15px;
    padding-inline: 15px;
    font-size: 10px;
  }
  .forum-title-wrap {
    gap: 10px;
  }
  .forum-welcome .forum-hero-icon {
    width: 40px;
    height: 42px;
  }
}
.forum-no-script {
  margin: 16px 0;
  font-size: 13px;
  line-height: 1.6;
}

.board-content {
  min-width: 0;
}

.board-welcome .forum-title-wrap {
  min-width: 0;
}

.board-welcome h1 {
  overflow-wrap: anywhere;
}

.board-welcome .forum-primary:disabled {
  opacity: 0.5;
  cursor: default;
}

.board-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #267b98;
  text-decoration: none;
  font-weight: 650;
  white-space: nowrap;
}

.board-back:hover {
  color: #074f70;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.board-summary {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.board-summary > span {
  white-space: nowrap;
}

.board-summary i {
  margin-inline: 5px;
}

.board-content > .filter-panel {
  margin-top: 20px;
  margin-bottom: 20px;
}

.board-content > .board-section-divider {
  height: 1px;
  margin: 20px 0;
  border: 0;
  background: linear-gradient(90deg, #dcebf1, #aacfdc 50%, #dcebf1);
  box-shadow: 0 1px #fff;
}

.board-section-divider:has(+ [hidden]) {
  display: none;
}

.board-topic-panel {
  overflow: hidden;
  border: 1px solid #a8d9e5;
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 1px #fff, 0 5px 14px rgba(7, 90, 123, 0.062745098);
}

.board-list-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 9px 15px;
  color: #fff;
  background: linear-gradient(#00e3ff, #0cc1ff 48%, #0e9af9);
}

.board-list-heading > .forum-glass-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

.board-list-heading > .forum-glass-icon svg {
  width: 18px;
  height: 18px;
}

.board-list-heading h2 {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 650;
  letter-spacing: -0.015em;
  text-shadow: 0 1px 2px rgba(0, 107, 166, 0.2784313725);
}

.board-list-count {
  padding: 3px 7px;
  border: 1px solid rgba(255, 255, 255, 0.4588235294);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1098039216);
  font-size: 10px;
  white-space: nowrap;
}

.topic-scroll {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: #a8d8e6 #f5fcfe;
}

.topic-scroll:focus-visible {
  outline: 2px solid #168bbc;
  outline-offset: -3px;
}

.topic-row,
.topic-column-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px 145px;
  align-items: center;
  gap: 14px;
  min-width: 720px;
  padding-inline: 15px;
}

.topic-column-head {
  padding-block: 8px;
  border-bottom: 1px solid #dce8ed;
  color: #6e8791;
  background: #f9fcfd;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topic-column-head > :nth-child(2) {
  text-align: right;
  padding-right: 8px;
}

.topic-row {
  min-height: 68px;
  padding-block: 11px;
  background: #fff;
}

.topic-row + .topic-row {
  border-top: 1px solid #e1ebef;
}

.topic-main {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.topic-main .topic-symbol {
  width: 35px;
  height: 35px;
  border-radius: 10px;
}

.topic-symbol svg {
  width: 19px;
  height: 19px;
}

.topic-copy {
  min-width: 0;
  flex: 1;
}

.topic-title-line {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.topic-title-line h3 {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 650;
  letter-spacing: -0.012em;
}

.topic-open {
  display: block;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: none;
  color: #087faa;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topic-open:hover {
  color: #055f83;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.topic-state {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex: 0 0 auto;
  border: 1px solid #d7e8ed;
  border-radius: 5px;
  padding: 3px 6px;
  color: #55818e;
  background: linear-gradient(135deg, #fff, #edf8fb);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7529411765);
  font-size: 9px;
  line-height: 1.2;
  font-weight: 650;
}

.topic-state--pinned {
  color: #7c5b9f;
  border-color: #d5c0e9;
  background: linear-gradient(135deg, #fcf9ff, #eee1fb);
}

.topic-state--solved {
  color: #237642;
  border-color: #9ed2ae;
  background: linear-gradient(135deg, #f3fff7, #cdeed8);
}

.topic-state--open {
  color: #80610d;
  border-color: #e5cd69;
  background: linear-gradient(135deg, #fffef2, #ffed9d);
}

.topic-state--closed {
  color: #71828e;
  border-color: #d5dfe5;
  background: linear-gradient(135deg, #fff, #eaf0f4);
}

.topic-title-line .topic-state svg {
  width: 10px;
  height: 10px;
  stroke-width: 2;
}

.topic-state--open i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c49e27;
}

.topic-lock {
  display: inline-flex;
  color: #91a0a9;
}

.topic-title-line .topic-lock svg {
  width: 12px;
  height: 12px;
}

.topic-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 5px;
  overflow: hidden;
  color: #82939e;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1.4;
}

.topic-author {
  flex-shrink: 0;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #657a88;
}

.topic-created {
  flex-shrink: 0;
  padding-left: 7px;
  border-left: 1px solid #d8e5eb;
}

.board-content .topic-tag {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 130px;
  overflow: hidden;
  padding: 2px 6px;
  border: 1px solid #d5e6ec;
  border-radius: 4px;
  color: #567e92;
  background: linear-gradient(135deg, #fff, #f1f8fc);
  font-size: 9px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-content .topic-tag:hover {
  color: #087faa;
  border-color: #85cde0;
  background: #edfaff;
}

.topic-has-code {
  flex: 0 0 auto;
  display: inline-flex;
  color: #8f7eae;
}

.topic-meta .topic-has-code svg {
  width: 13px;
  height: 13px;
}

.topic-numbers {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 8px;
  color: #899aa3;
  font-size: 10px;
  text-align: right;
}

.topic-numbers strong {
  color: #506b7b;
  font-size: 11px;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}

.topic-latest {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding-left: 12px;
  border-left: 1px solid #e0e9ee;
}

.topic-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  border: 1px solid var(--glass-edge);
  border-radius: 50%;
  color: var(--glass-ink);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.862745098), rgba(255, 255, 255, 0.2784313725)), var(--glass-tint);
  box-shadow: inset 0 1px #fff;
  font-size: 9px;
  font-weight: 650;
}

.topic-latest > div {
  min-width: 0;
}

.topic-latest-author {
  display: block;
  overflow: hidden;
  color: #547186;
  font-size: 10px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topic-latest-time {
  display: block;
  margin-top: 4px;
  color: #8a9ba7;
  font-size: 9px;
  white-space: nowrap;
}

@media (max-width: 750px) {
  .board-welcome .forum-welcome-top {
    align-items: flex-start;
  }
  .board-welcome .forum-welcome-top > button {
    flex-shrink: 0;
  }
  .board-list-heading {
    padding-inline: 12px;
  }
}
@media (max-width: 520px) {
  .board-list-heading h2 {
    font-size: 16px;
  }
  .board-list-count {
    font-size: 9px;
  }
  .board-summary {
    font-size: 10px;
  }
}
.forum-board-page .forum-tint--green {
  --glass-top: #f4fff8;
  --glass-bottom: #b7e6ca;
  --glass-edge: #a0d6b5;
  --glass-tint: #d9f5e3;
  --glass-ink: #278b50;
}

.forum-board-page .forum-tint--yellow {
  --glass-top: #fffef3;
  --glass-bottom: #f7e69b;
  --glass-edge: #e3cf79;
  --glass-tint: #fff4bc;
  --glass-ink: #9b7616;
}

.board-community {
  margin-top: 24px;
  container-type: inline-size;
}

.community-official {
  container-type: inline-size;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #a8d9e5;
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 1px #fff, 0 5px 14px rgba(7, 90, 123, 0.062745098);
}

.community-glass-symbol {
  border-color: color-mix(in srgb, var(--glass-edge) 72%, #fff);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.7882352941) 0%, rgba(255, 255, 255, 0.2901960784) 42%, rgba(255, 255, 255, 0.0705882353) 100%), linear-gradient(135deg, var(--glass-tint), var(--glass-bottom));
  box-shadow: inset 0 1px #fff, inset 0 -1px rgba(255, 255, 255, 0.5019607843), 0 2px 7px rgba(44, 104, 130, 0.0470588235);
}

.community-glass-symbol::after {
  content: "";
  position: absolute;
  inset: 1px 1px 48%;
  border-radius: inherit;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.4392156863), rgba(255, 255, 255, 0.0392156863));
  pointer-events: none;
}

.community-icon-fill {
  fill: currentColor;
  fill-opacity: 0.18;
}

.community-icon-shine {
  fill: none;
  stroke: #fff;
  stroke-opacity: 0.9;
  stroke-width: 1.4;
}

.community-board > .community-glass-symbol {
  width: 38px;
  height: 38px;
}

.community-board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.board-content .community-board {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 15px;
  border: 0;
  border-bottom: 1px solid #e5eef2;
  background: #fff;
  text-align: left;
  transition: background 0.18s;
}

.board-content .community-board:nth-child(odd) {
  border-right: 1px solid #e5eef2;
}

.board-content .community-board:nth-last-child(-n+2) {
  border-bottom: 0;
}

.board-content .community-board:hover {
  background: #f8fcff;
}

.community-board > .forum-glass-icon {
  width: 37px;
  height: 37px;
  border-radius: 10px;
}

.community-board > .forum-glass-icon svg {
  width: 21px;
  height: 21px;
}

.community-board-copy {
  flex: 1;
  min-width: 0;
}

.community-board-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 8px;
  color: #1c769b;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.community-board-description {
  display: block;
  margin-top: 4px;
  color: #7b8d98;
  font-size: 10px;
  line-height: 1.5;
}

.community-board-end {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: #82a2b1;
  font-size: 9px;
}

.community-board-end svg {
  width: 15px !important;
  height: 15px !important;
  transition: transform 0.18s;
}

.community-board:hover .community-board-end svg {
  transform: translateX(2px);
}

.community-chip {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 3px 6px;
  border: 1px solid var(--chip-edge, #c3dfeb);
  border-radius: 5px;
  color: var(--chip-ink, #357da0);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.6588235294), rgba(255, 255, 255, 0.1254901961)), var(--chip-tint, #e4f3fc);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7882352941);
  font-size: 8px;
  line-height: 1.25;
  font-weight: 650;
  white-space: nowrap;
}

.community-chip--blue {
  --chip-edge: #c1dff0;
  --chip-ink: #287aa5;
  --chip-tint: #e0f0fc;
}

.community-chip--green {
  --chip-edge: #addcbe;
  --chip-ink: #247847;
  --chip-tint: #d6f3e1;
}

.community-chip--yellow {
  --chip-edge: #e7d57b;
  --chip-ink: #80620c;
  --chip-tint: #fff0a7;
}

.community-chip--violet {
  --chip-edge: #d5c7ed;
  --chip-ink: #8261a7;
  --chip-tint: #eee4fc;
}

.community-chip--rose {
  --chip-edge: #e6c3d6;
  --chip-ink: #aa5f83;
  --chip-tint: #f8e3ee;
}

.community-chip--amber {
  --chip-edge: #e5cda2;
  --chip-ink: #94722c;
  --chip-tint: #fbebcd;
}

.community-activities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 13px;
  margin-top: 0;
  margin-bottom: 0;
}

.community-card {
  --card-padding: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: var(--card-padding);
  border: 1px solid var(--card-edge, #c5e3ec);
  border-radius: 11px;
  background: #fff;
  box-shadow: inset 0 1px #fff, 0 4px 14px rgba(41, 100, 130, 0.0392156863);
}

.community-card--poll {
  --card-accent: #88cddd;
  --card-edge: #bfdee9;
  --card-glow: #def3fa;
  --card-heading-ink: #146f92;
}

.community-card--quiz {
  --card-accent: #c2a4e5;
  --card-edge: #d9cfea;
  --card-glow: #ece4f8;
  --card-heading-ink: #346b96;
}

.community-card--winner {
  --card-accent: #65b983;
  --card-edge: #98cfae;
  --card-glow: #d0eedc;
  --card-heading-ink: #28794c;
  background: linear-gradient(160deg, #f0fcf5, #fff 65%);
}

.community-card--winner .community-card-heading {
  background: linear-gradient(115deg, #f3fff7, #d4efdf);
}

.community-card-heading {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  min-height: 67px;
  margin: calc(-1 * var(--card-padding)) calc(-1 * var(--card-padding)) 16px;
  padding: 12px var(--card-padding);
  border-top: 2px solid color-mix(in srgb, var(--card-accent) 75%, #fff);
  border-bottom: 1px solid var(--card-edge);
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.7098039216), rgba(255, 255, 255, 0.1882352941)), linear-gradient(180deg, #fff, var(--card-glow));
  box-shadow: inset 0 1px #fff;
}

.community-card-heading > .forum-glass-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.community-card-heading > .forum-glass-icon svg {
  width: 19px;
  height: 19px;
}

.community-card-heading > div {
  flex: 1;
  min-width: 0;
}

.community-card-heading h2 {
  margin: 0;
  color: var(--card-heading-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

.community-card-heading > div > span {
  display: block;
  margin-top: 4px;
  color: #708695;
  font-size: 9px;
  line-height: 1.4;
}

.community-card-heading > .community-chip {
  align-self: flex-start;
  margin-top: 3px;
  font-size: 8px;
}

.community-card form {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.community-card fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.community-card legend {
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  color: #3c5f72;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 650;
}

.community-card input[type=radio] {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  margin: 0;
  accent-color: #1591b6;
}

.community-poll-options {
  display: grid;
  gap: 7px;
}

.community-poll-option {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 33px;
  padding: 7px 9px;
  border: 1px solid #dceaf0;
  border-radius: 6px;
  color: #607989;
  background: #fff;
  font-size: 10px;
  line-height: 1.4;
  cursor: pointer;
  transition: border-color 0.18s, background 0.18s;
}

.community-poll-option:hover {
  border-color: #95ccdf;
  background: #f8fdff;
}

.community-poll-option:has(input:checked) {
  border-color: #77bfd7;
  color: #237b9a;
  background: linear-gradient(100deg, #edfaff, #fff);
}

.community-status {
  min-height: 29px;
  margin: 11px 0;
  color: #80929e;
  font-size: 9px;
  line-height: 1.65;
}

.community-card-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 9px;
}

.board-content .community-card .forum-primary {
  min-height: 32px;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 10px !important;
}

.board-content .community-card-actions svg {
  width: 13px;
  height: 13px;
}

.board-content .community-text-button {
  padding: 3px 0;
  border: 0;
  color: #578aa3;
  background: none;
  font-size: 9px;
  line-height: 1.5;
}

.community-text-button:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.community-footnote {
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px solid #e7edf1;
  color: #8c9ca6;
  font-size: 8px;
  line-height: 1.6;
}

.community-poll-results {
  display: grid;
  gap: 12px;
}

.poll-result > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
  color: #607989;
  font-size: 10px;
}

.poll-result > div > span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.board-content .poll-result svg {
  width: 12px;
  height: 12px;
  color: #27834d;
}

.poll-result strong {
  color: #4488a2;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

.poll-result-track {
  display: block;
  overflow: hidden;
  height: 6px;
  border-radius: 5px;
  background: #eff5f8;
}

.poll-result-track > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #c5e8f1, #83c5dc);
}

.poll-result:nth-child(2) .poll-result-track > span {
  background: linear-gradient(90deg, #e6d7f5, #bd9fdd);
}

.poll-result:nth-child(3) .poll-result-track > span {
  background: linear-gradient(90deg, #f3d4e4, #d59bb9);
}

.poll-result:nth-child(4) .poll-result-track > span {
  background: linear-gradient(90deg, #f5e4b3, #dfc679);
}

.quiz-progress {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 11px;
}

.quiz-progress > span {
  height: 4px;
  flex: 1;
  border-radius: 4px;
  background: #ece8f3;
}

.quiz-progress > .is-current {
  background: #c5b0de;
}

.quiz-progress > .is-done {
  background: #9ed4b1;
}

.quiz-progress small {
  margin-left: 6px;
  color: #9282a7;
  font-size: 9px;
  white-space: nowrap;
}

.community-quiz-code {
  overflow: auto;
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #e3dcef;
  border-radius: 6px;
  color: #786093;
  background: #faf8fe;
  font-size: 11px;
  line-height: 1.5;
  white-space: pre-wrap;
}

.community-quiz-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.community-quiz-option {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 33px;
  padding: 7px;
  border: 1px solid #e3ddec;
  border-radius: 6px;
  color: #74647e;
  background: #fff;
  font-size: 10px;
  cursor: pointer;
}

.community-quiz-option input {
  accent-color: #9873b8 !important;
}

.community-quiz-option:has(input:checked) {
  border-color: #b196cd;
  background: #f8f3ff;
}

.community-quiz-option.is-correct {
  color: #2d8050;
  border-color: #a5d9b8;
  background: #effaf3;
}

.community-quiz-option.is-incorrect {
  color: #aa667c;
  border-color: #e1b9c7;
  background: #fff6f9;
}

.community-quiz-option:has(input:disabled) {
  cursor: default;
}

.board-content .community-quiz-option svg {
  width: 12px;
  height: 12px;
  margin-left: auto;
}

.community-status.is-correct {
  color: #397d53;
}

.community-status.is-incorrect {
  color: #856976;
}

.community-status a {
  color: #4385a2;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.community-quiz-result {
  padding: 13px 0;
  text-align: center;
}

.community-quiz-result > .forum-glass-icon {
  width: 43px;
  height: 43px;
  margin: 0 auto 10px;
}

.community-quiz-result > strong {
  display: block;
  color: #348857;
  font-size: 28px;
  font-weight: 700;
}

.community-quiz-result h3 {
  margin: 8px 0;
  color: #277c9c;
  font-size: 13px;
}

.community-quiz-result p {
  color: #7c8f9a;
  font-size: 11px;
  line-height: 1.6;
}

.community-winner {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.community-winner-avatar {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 0 11px;
  border: 1px solid #b0d8bf;
  border-radius: 18px;
  color: #328456;
  background: linear-gradient(135deg, #f7fffa, #d3eedf);
  box-shadow: inset 0 1px #fff, 0 3px 10px rgba(66, 135, 102, 0.062745098);
  font-size: 19px;
  font-weight: 650;
}

.community-winner-avatar > span {
  position: absolute;
  right: -7px;
  bottom: -5px;
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #328456;
  background: #d3eedf;
}

.board-content .community-winner-avatar svg {
  width: 13px;
  height: 13px;
}

.community-winner h3 {
  margin: 8px 0 4px;
  color: #33799a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.community-winner-role {
  margin: 0;
  color: #62876f;
  font-size: 9px;
}

.community-winner-reason {
  max-width: 230px;
  margin: 10px 0 12px;
  color: #7c8991;
  font-size: 10px;
  line-height: 1.65;
}

.community-winner-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 10px 0;
  border-top: 1px solid #dfece4;
  border-bottom: 1px solid #dfece4;
  text-align: center;
}

.community-winner-stats > span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #8a9298;
  font-size: 8px;
}

.community-winner-stats > span + span {
  border-left: 1px solid #dfece4;
}

.community-winner-stats strong {
  color: #37865a;
  font-size: 16px;
  font-weight: 650;
}

.board-content .community-leaderboard-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  margin-top: 11px;
  padding: 2px 0;
  border: 0;
  color: #4a8163;
  background: none;
  font-size: 10px;
  font-weight: 650;
}

.community-leaderboard-button:hover {
  color: #4d80a0;
}

@container (max-width:840px) {
  .community-board-end > span {
    display: none;
  }
  .community-card {
    --card-padding: 12px;
  }
  .community-card-heading {
    gap: 8px;
  }
  .community-card-heading h2 {
    font-size: 13px;
  }
}
@container (max-width:650px) {
  .community-activities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .community-card--winner {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0 20px;
  }
  .community-card--winner .community-card-heading {
    grid-column: 1/-1;
  }
  .community-card--winner .community-winner {
    grid-row: 2/5;
  }
  .community-card--winner .community-winner-stats {
    align-self: center;
  }
  .community-card--winner .community-card-actions {
    align-self: end;
  }
  .community-board {
    padding: 12px !important;
    gap: 8px !important;
  }
  .community-board-end {
    display: none;
  }
  .community-board-title {
    font-size: 12px;
  }
}
@container (max-width:430px) {
  .community-board-grid,
  .community-activities {
    grid-template-columns: 1fr;
  }
  .community-board-grid .community-board {
    border-right: 0;
    border-bottom: 1px solid #e5eef2;
  }
  .community-board-grid .community-board:last-child {
    border-bottom: 0;
  }
  .community-board-end {
    display: flex;
  }
  .community-card {
    --card-padding: 16px;
  }
  .community-card-heading > .community-chip {
    margin: 0;
  }
  .community-card--winner {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  .community-board,
  .community-board-end svg,
  .community-poll-option {
    transition: none !important;
  }
}
.sidebar-sticky {
  display: contents;
}

@media (min-width: 1201px) {
  .blog-page {
    --sidebar-edge-gap: 16px;
  }
  .sidebar-sticky[data-sticky-ready] {
    position: sticky;
    top: var(--sidebar-sticky-top);
  }
}
.main-nav .mobile-ai-link {
  display: none;
}

@media (max-width: 880px) {
  .main-nav .mobile-ai-link {
    display: flex;
  }
}
body h1[tabindex="-1"]:focus {
  outline: none;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 16px;
  border: 2px solid #075985;
  border-radius: 7px;
  color: #07364d;
  background: #fff;
  font-weight: 600;
  transform: translateY(calc(-100% - 12px));
}
.skip-link:focus {
  transform: none;
}

body :is(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid #075985;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}
/*# sourceMappingURL=forumCategoryCritical.css.map */
