@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(). */
.tep-footer {
  position: relative;
  border-top: 1px solid #b9dfea;
  color: #365461;
  background: linear-gradient(115deg, #e8f7fc, #f4fbff 48%, #eaf5fc);
  font-size: 12px;
  line-height: 1.55;
}
.tep-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #31caec, #90d9ec 38%, #b9b5ef 72%, #f0d3a2);
}

.tep-footer-inner {
  max-width: 1680px;
  margin: 0 auto;
  padding: 30px clamp(16px, 2.2vw, 36px) 18px;
}

.tep-footer-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 28px;
}
.tep-footer-columns > * {
  min-width: 0;
}

.tep-footer-recent,
.tep-footer-resources {
  border-left: 1px solid #cce4ed;
  padding-left: 28px;
}

.tep-footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
}
.tep-footer-brand img {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  object-fit: contain;
}
.tep-footer-brand h2 {
  max-width: 220px;
  color: #234d61;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.tep-footer-brand span {
  display: block;
  margin-top: 5px;
  color: #2285a2;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.tep-footer-intro {
  max-width: 410px;
  color: #48636f;
  font-size: 12px;
  line-height: 1.75;
}

.tep-footer h3 {
  color: #2c5265;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.tep-footer-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.tep-footer-heading > h2 {
  color: #2c5265;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.tep-footer-icon {
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.7803921569);
  border-radius: 8px;
  color: #1594b6;
  background: linear-gradient(145deg, #fff, #d8f5ff);
  box-shadow: inset 0 1px #fff, 0 2px 5px rgba(38, 109, 129, 0.0705882353);
}

.tep-footer-icon--violet {
  color: #8762b6;
  background: linear-gradient(145deg, #fff, #ede3ff);
}

.tep-footer-icon--amber {
  color: #b18028;
  background: linear-gradient(145deg, #fff, #fff0c9);
}

.tep-footer svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tep-footer-newsletter {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #bce0ec;
  border-radius: 12px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8509803922), rgba(224, 244, 255, 0.7215686275));
  box-shadow: inset 0 1px #fff, 0 4px 12px rgba(26, 105, 133, 0.062745098);
}

.tep-footer-newsletter-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tep-footer-newsletter-title img {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 9px;
}
.tep-footer-newsletter-title p {
  margin-top: 3px;
  color: #537281;
  font-size: 11px;
  line-height: 1.5;
}

.tep-footer-email-field {
  display: flex;
  gap: 7px;
  margin-top: 13px;
}
.tep-footer-email-field input {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 37px;
  padding: 0 11px;
  border: 1px solid #b8dce9;
  border-radius: 7px;
  outline: none;
  color: #264b5d;
  background: rgba(255, 255, 255, 0.8509803922);
  font-size: 11px;
  box-shadow: inset 0 1px 3px rgba(33, 125, 165, 0.0392156863);
}
.tep-footer-email-field input::placeholder {
  color: #668592;
}
.tep-footer-email-field input:focus {
  border-color: #42b9dd;
  box-shadow: 0 0 0 3px rgba(39, 192, 236, 0.1254901961);
}
.tep-footer-email-field button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 37px;
  padding: 0 11px;
  border: 1px solid #20b6e4;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(#00e3ff, #0cc1ff 48%, #0e9af9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.6117647059), 0 3px 6px rgba(26, 157, 205, 0.1019607843);
  font-size: 11px;
  font-weight: 650;
  text-shadow: 0 1px 1px rgba(7, 130, 166, 0.3333333333);
  cursor: pointer;
}
.tep-footer-email-field button svg {
  width: 13px;
  height: 13px;
}

.tep-footer-privacy {
  margin-top: 9px;
  color: #62808e;
  font-size: 10px;
}
.tep-footer-privacy a {
  color: #267b9e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tep-footer-status {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid #c5e4ef;
  color: #476877;
  font-size: 11px;
}
.tep-footer-status[hidden] {
  display: none;
}

.tep-footer-apps {
  margin-top: 19px;
}

.tep-footer-app-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 9px;
}
.tep-footer-app-badges img {
  display: block;
  width: auto;
  height: 32px;
  max-width: 100%;
  object-fit: contain;
}

.tep-footer-posts {
  list-style: none;
  display: grid;
  gap: 0;
}

.tep-footer-post {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #d5e8ef;
}
.tep-footer-post:first-child {
  padding-top: 0;
}
.tep-footer-post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.tep-footer-thumb {
  display: block;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9215686275);
  border-radius: 8px;
  background: linear-gradient(145deg, #fff, #d8eff8);
  box-shadow: 0 0 0 1px #bedce8, 0 4px 7px rgba(32, 92, 119, 0.1098039216);
}
.tep-footer-thumb img {
  display: block;
  width: 64px;
  height: 49px;
  object-fit: cover;
  border-radius: 5px;
}

.tep-footer-post h3 {
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}

.tep-footer-post h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tep-footer-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px 9px;
  margin-top: 5px;
  color: #5d7886;
  font-size: 10px;
}
.tep-footer-post-meta a:first-of-type {
  color: #258bab;
}
.tep-footer-post-meta a:last-of-type {
  color: #80649e;
}

.tep-footer-all-posts {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: #1b88ac;
  font-size: 11px;
  font-weight: 650;
}
.tep-footer-all-posts svg {
  width: 13px;
  height: 13px;
}

.tep-footer-topics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.tep-footer-topic {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 31px;
  padding: 6px 8px;
  border: 1px solid #c6e1ec;
  border-radius: 7px;
  color: #3c6375;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8509803922), rgba(238, 248, 255, 0.6784313725));
  box-shadow: inset 0 1px #fff;
  font-size: 11px;
  line-height: 1.35;
}
.tep-footer-topic::before {
  content: "";
  flex: 0 0 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #39b5c5;
  box-shadow: 0 0 0 2px rgba(57, 181, 197, 0.0784313725);
}
.tep-footer-topic:nth-child(4n+2)::before {
  background: #c980aa;
  box-shadow: 0 0 0 2px rgba(201, 128, 170, 0.0784313725);
}
.tep-footer-topic:nth-child(4n+3)::before {
  background: #a18bd7;
  box-shadow: 0 0 0 2px rgba(161, 139, 215, 0.0784313725);
}
.tep-footer-topic:nth-child(4n)::before {
  background: #d1aa56;
  box-shadow: 0 0 0 2px rgba(209, 170, 86, 0.0784313725);
}

.tep-footer-contact {
  margin-top: 23px;
}
.tep-footer-contact .tep-footer-heading {
  margin-bottom: 10px;
}
.tep-footer-contact address {
  display: grid;
  gap: 6px;
  font-style: normal;
}
.tep-footer-contact address a {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 2px 8px;
  font-size: 11px;
  overflow-wrap: anywhere;
}
.tep-footer-contact address span {
  min-width: 43px;
  color: #718b97;
  font-size: 10px;
}

.tep-footer-skype {
  margin-top: 9px;
  color: #607f8f;
  font-size: 10px;
}
.tep-footer-skype strong {
  margin-left: 6px;
  color: #3f6c7e;
  font-size: 11px;
  font-weight: 500;
}

.tep-footer-community {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  margin-top: 24px;
  padding: 14px 0;
  border-top: 1px solid #c6e1eb;
  border-bottom: 1px solid #c6e1eb;
}

.tep-footer-follow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.tep-footer-follow > span {
  color: #4c7384;
  font-size: 11px;
  font-weight: 600;
}

.tep-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.tep-footer-social a {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border: 1px solid #c4e0ec;
  border-radius: 9px;
  color: #397184;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9254901961), rgba(229, 243, 251, 0.831372549));
  box-shadow: inset 0 1px #fff, 0 3px 6px rgba(33, 104, 134, 0.062745098);
}
.tep-footer-social img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.tep-footer-social .tep-footer-x {
  color: #42566a;
}

.tep-footer-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid #c6e1ec;
  border-radius: 7px;
  color: #40788f;
  background: rgba(255, 255, 255, 0.6196078431);
  font-size: 11px;
}
.tep-footer-back svg {
  width: 12px;
  height: 12px;
}

.tep-footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
  padding-top: 16px;
}
.tep-footer-bottom small {
  color: #5f7c89;
  font-size: 10px;
}

.tep-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 17px;
  font-size: 10px;
  color: #4f7182;
}

.tep-footer a:hover {
  color: #0989b6;
}

.tep-footer-topic:hover,
.tep-footer-social a:hover,
.tep-footer-back:hover {
  border-color: #7dc9e4;
  background: #fff;
}

.tep-footer-email-field button:hover {
  filter: brightness(1.04);
}

.tep-footer-email-field button:disabled {
  cursor: default;
  opacity: 0.65;
}

.tep-footer a:focus-visible,
.tep-footer button:focus-visible {
  outline: 2px solid #1aa5cf;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .tep-footer-columns {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 25px;
  }
  .tep-footer-recent {
    padding-left: 25px;
  }
  .tep-footer-resources {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    grid-column: 1/-1;
    border-left: 0;
    border-top: 1px solid #cce4ed;
    padding: 22px 0 0;
  }
  .tep-footer-contact {
    margin-top: 0;
    padding-left: 25px;
    border-left: 1px solid #cce4ed;
  }
}
@media (max-width: 640px) {
  .tep-footer-inner {
    padding-top: 25px;
  }
  .tep-footer-columns,
  .tep-footer-resources {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .tep-footer-recent {
    border-left: 0;
    border-top: 1px solid #cce4ed;
    padding: 22px 0 0;
  }
  .tep-footer-contact {
    border-left: 0;
    padding-left: 0;
  }
  .tep-footer-brand h2 {
    font-size: 17px;
  }
  .tep-footer-intro {
    max-width: none;
  }
  .tep-footer-community {
    gap: 15px;
  }
  .tep-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .tep-footer-legal {
    gap: 9px 14px;
  }
}
.widget-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sidebar-widget {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #bbdeea;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.937254902), #edf8fc);
  box-shadow: inset 0 1px #fff, 0 6px 16px rgba(13, 96, 124, 0.0862745098);
}

.widget-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 51px;
  padding: 10px 11px;
  border-bottom: 1px solid #c6e3ed;
  color: #264f61;
  background: linear-gradient(115deg, #e4f7ff, #f6fbff);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.widget-icon {
  display: grid;
  flex: 0 0 29px;
  place-items: center;
  width: 29px;
  height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.6705882353);
  border-radius: 8px;
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.6745098039), 0 3px 7px rgba(51, 87, 125, 0.1254901961);
}
.widget-icon svg {
  width: 17px;
  height: 17px;
}

.widget-icon--books {
  background: linear-gradient(145deg, #ffd773, #f2a038);
}

.widget-icon--categories {
  background: linear-gradient(145deg, #b299f5, #7f62da);
}

.widget-items {
  display: grid;
  gap: 8px;
  padding: 10px;
}

.book {
  --book-tint: #e1f7f5;
  --book-edge: #a2d8da;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 9px 8px;
  border: 1px solid #d5e8ef;
  border-radius: 9px;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.937254902), #f0faff);
  box-shadow: inset 0 1px #fff, 0 2px 6px rgba(26, 99, 123, 0.0431372549);
}

.book--pi {
  --book-tint: #ffedf4;
  --book-edge: #e4bacd;
}

.book-cover {
  position: relative;
  display: block;
  width: 56px;
  height: 76px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9294117647);
  border-radius: 6px;
  background: linear-gradient(135deg, #fff, var(--book-tint));
  box-shadow: 0 0 0 1px var(--book-edge), 3px 4px 0 -1px var(--book-edge), 2px 7px 10px -5px rgba(49, 94, 119, 0.4);
  transform: perspective(350px) rotateY(-7deg);
  transition: transform 0.18s ease;
}
.book-cover::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 3px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.1254901961), transparent 40%);
  pointer-events: none;
}
.book-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.book-info {
  min-width: 0;
  display: grid;
  gap: 7px;
}
.book-info strong {
  color: #2c4c60;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.book-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 8px;
}

.book .stars {
  color: #e7a221;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2px;
  text-shadow: 0 1px #fff;
  white-space: nowrap;
}

.book-price {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 7px;
  border: 1px solid #efda9e;
  border-radius: 6px;
  color: #8b6010;
  background: linear-gradient(145deg, #fffaf0, #ffedc8);
  box-shadow: inset 0 1px #fff;
  font-size: 12px;
  font-weight: 700;
}

@media (hover: hover) and (pointer: fine) {
  .book:hover .book-cover {
    transform: perspective(350px) rotateY(0) translateY(-1px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .book-cover,
  .book:hover .book-cover {
    transform: none;
    transition: none;
  }
}
.category-arrow-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.category-card:focus-visible {
  outline: 2px solid #15a8d7;
  outline-offset: 3px;
}

.category-card {
  --category-ink: #137f89;
  --category-tint: #e0f7f6;
  --category-edge: #bae1e1;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 9px 8px;
  border: 1px solid var(--category-edge);
  border-radius: 9px;
  color: #2c4c60;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.937254902), var(--category-tint));
  box-shadow: inset 0 1px #fff, 0 2px 6px rgba(26, 99, 123, 0.0431372549);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.category-card--pi {
  --category-ink: #ae4177;
  --category-tint: #ffedf5;
  --category-edge: #ecd0de;
}

.category-card--proteus {
  --category-ink: #7355b0;
  --category-tint: #f0ecff;
  --category-edge: #d7ccec;
}

.category-card--pic {
  --category-ink: #b04d4d;
  --category-tint: #fff0ed;
  --category-edge: #edccc5;
}

.category-card--visual-studio {
  --category-ink: #7751ac;
  --category-tint: #f4edff;
  --category-edge: #dcd0ee;
}

.category-card--8051 {
  --category-ink: #327b98;
  --category-tint: #e9f8ff;
  --category-edge: #bddfec;
}

.category-card--555 {
  --category-ink: #947018;
  --category-tint: #fff8df;
  --category-edge: #ebdda7;
}

.category-card--matlab {
  --category-ink: #aa5b26;
  --category-tint: #fff1e6;
  --category-edge: #efd3ba;
}

.category-card--labview {
  --category-ink: #90721b;
  --category-tint: #fffae4;
  --category-edge: #ebdfa8;
}

.category-card--components {
  --category-ink: #417d4f;
  --category-tint: #edf9ed;
  --category-edge: #cbe5cb;
}

.category-card--csharp {
  --category-ink: #86529b;
  --category-tint: #faefff;
  --category-edge: #e3cfeb;
}

.category-card--embedded {
  --category-ink: #376d9b;
  --category-tint: #edf5ff;
  --category-edge: #c7dced;
}

.category-card--seo {
  --category-ink: #277f78;
  --category-tint: #e8faf5;
  --category-edge: #bde3d8;
}

.category-icon {
  display: grid;
  flex: 0 0 36px;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.8901960784);
  border-radius: 9px;
  background: linear-gradient(145deg, #fff, var(--category-tint));
  box-shadow: 0 0 0 1px var(--category-edge), inset 0 1px #fff, 0 3px 6px rgba(23, 93, 112, 0.062745098);
}
.category-icon img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.category-copy {
  display: grid;
  flex: 1;
  min-width: 0;
  gap: 4px;
}
.category-copy strong {
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
}
.category-copy small {
  color: var(--category-ink);
  font-size: 10px;
  font-weight: 500;
}

.category-arrow-icon {
  display: grid;
  flex: 0 0 21px;
  place-items: center;
  width: 21px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7019607843);
  border-radius: 6px;
  color: var(--category-ink);
  background: rgba(255, 255, 255, 0.431372549);
  box-shadow: inset 0 1px #fff;
}
.category-arrow-icon svg {
  width: 13px;
  height: 13px;
}

.category-card:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 1px #fff, 0 5px 10px rgba(26, 99, 123, 0.0862745098);
}

@media (prefers-reduced-motion: reduce) {
  .category-card,
  .category-card:hover {
    transform: none;
    transition: none;
  }
}
.forum-composer * {
  box-sizing: border-box;
}

.forum-composer svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.forum-composer button {
  font: inherit;
  cursor: pointer;
}

.forum-composer :is(button, input, select, textarea):focus-visible {
  outline: 3px solid #168bbc;
  outline-offset: 3px;
}

.forum-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 50px 20px;
  border: 1px solid #c8e1e9;
  border-radius: 14px;
  text-align: center;
  background: #fff;
}

.forum-empty h2 {
  margin: 7px 0 0;
  font-size: 23px;
  color: #087faa;
}

.forum-empty p {
  margin: 0 0 6px;
  font-size: 14px;
  color: #6a818e;
}

.forum-end {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 23px;
  color: #8697a1;
  font-size: 10px;
}

.forum-end a {
  color: #4d7c92;
}

.forum-composer {
  width: min(620px, 100% - 28px);
  max-height: calc(100dvh - 40px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid #b0ddea;
  border-radius: 16px;
  color: #254651;
  background: #fff;
  box-shadow: 0 24px 90px rgba(18, 55, 74, 0.4);
}

.forum-composer::backdrop {
  background: rgba(20, 57, 77, 0.4);
  backdrop-filter: blur(3px);
}

.forum-composer form {
  padding: 26px;
}

.forum-composer-heading {
  display: flex;
  align-items: center;
  gap: 15px;
}

.forum-composer-heading .forum-glass-icon {
  width: 44px;
  height: 44px;
  border-radius: 11px;
}

.forum-composer h2 {
  margin: 0;
  color: #087faa;
  font-size: 25px;
  letter-spacing: -0.025em;
}

.forum-composer-heading > button {
  align-self: flex-start;
  margin-left: auto;
  padding: 3px;
  border: 0;
  color: #648494;
  background: none;
}

.forum-draft-note {
  margin: 23px 0;
  color: #64808f;
  font-size: 13px;
  line-height: 1.7;
}

.forum-composer label {
  display: block;
  margin: 16px 0 8px;
  color: #425f6e;
  font-size: 12px;
  font-weight: 650;
}

.forum-composer :is(input, select, textarea) {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #c5dce5;
  border-radius: 8px;
  color: #345363;
  background: #fff;
  font: inherit;
  font-size: 13px;
  line-height: 1.5;
}

.forum-composer textarea {
  resize: vertical;
}

#forum-draft-status {
  color: #087f98;
  font-size: 12px;
  line-height: 1.5;
}

.forum-composer-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 17px;
  margin-top: 22px;
}

.forum-cancel {
  border: 0;
  color: #688491;
  background: none;
  font-size: 12px !important;
}

@media (max-width: 520px) {
  .forum-composer form {
    padding: 20px;
  }
  .forum-composer-heading {
    gap: 12px;
  }
  .forum-composer h2 {
    font-size: 22px;
  }
}
.topic-preview-footer .forum-primary:disabled {
  opacity: 0.5;
  cursor: default;
}

.board-list-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 15px;
  border-top: 1px solid #dce8ed;
  background: linear-gradient(#fff, #f8fcfe);
}

.board-list-footer > div {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.board-list-footer p {
  margin: 0;
  color: #6b8593;
  font-size: 10px;
  line-height: 1.5;
}

.board-content .board-reset {
  padding: 0;
  border: 0;
  color: #1985a8;
  background: none;
  font-size: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.board-pagination button {
  display: inline-grid;
  place-items: center;
  min-width: 29px;
  height: 29px;
  padding: 5px 8px;
  border: 1px solid #c4e1ea;
  border-radius: 7px;
  color: #39829e;
  background: linear-gradient(135deg, #fff, #edf8fc);
  box-shadow: inset 0 1px #fff;
  font-size: 11px;
  font-weight: 650;
}

.board-pagination button:hover:not(:disabled) {
  border-color: #6bc7df;
  background: #ecfbff;
}

.board-pagination button[aria-current=page] {
  border-color: #0b9bdd;
  color: #fff;
  background: linear-gradient(#00e3ff, #0cc1ff 48%, #0e9af9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5019607843);
}

.board-pagination button:disabled {
  opacity: 0.4;
  cursor: default;
}

.board-pagination button svg {
  width: 14px;
  height: 14px;
}

.board-legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 15px;
  padding-inline: 3px;
  color: #8597a2;
  font-size: 10px;
}

.board-legend > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.legend-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #98cdd5;
}

.legend-dot--green {
  background: #67b581;
}

.legend-dot--yellow {
  background: #e6c64d;
}

.legend-dot--violet {
  background: #b49ad1;
}

.legend-dot--slate {
  background: #a5b2bd;
}

.board-legend a {
  margin-left: auto;
  color: #4b879d;
  text-decoration: none;
}

.board-empty {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 13px;
  padding: 40px 20px;
  text-align: center;
}

.board-empty h3 {
  margin: 0;
  color: #226b89;
  font-size: 20px;
}

.board-empty p {
  max-width: 440px;
  margin: 0 0 5px;
  color: #77909e;
  font-size: 13px;
  line-height: 1.7;
}

.board-noscript {
  color: #6e8190;
  font-size: 12px;
}

.topic-preview-dialog {
  width: min(720px, 100% - 28px);
}

.topic-preview-inner {
  padding: 26px;
}

.topic-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.topic-dialog-close {
  display: grid;
  place-items: center;
  padding: 3px;
  border: 0;
  color: #648494;
  background: none;
}

.topic-preview-dialog #topic-preview-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
}

.topic-preview-meta {
  margin-top: 13px;
  color: #7c8d9c;
  font-size: 11px;
  line-height: 1.8;
}

.topic-preview-inner > p {
  margin: 23px 0;
  color: #4f697b;
  font-size: 14px;
  line-height: 1.85;
  white-space: pre-line;
}

.topic-preview-inner pre {
  overflow: auto;
  max-height: 280px;
  padding: 16px;
  border: 1px solid #dbe8ee;
  border-radius: 9px;
  color: #435b6b;
  background: #f6fafc;
  font-size: 12px;
  line-height: 1.7;
}

.topic-preview-answer {
  margin-top: 22px;
  padding: 17px;
  border: 1px solid #c3e5e0;
  border-radius: 10px;
  background: #f6fcfb;
}

.topic-preview-answer h3 {
  margin: 0 0 9px;
  color: #387f79;
  font-size: 13px;
}

.topic-preview-answer p {
  margin: 0;
  color: #587773;
  font-size: 13px;
  line-height: 1.8;
}

.topic-preview-footer {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  align-items: center;
  margin-top: 25px;
}

#board-draft-status {
  color: #26828d;
  font-size: 12px;
  line-height: 1.6;
}

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

@media (max-width: 750px) {
  .board-list-footer {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 520px) {
  .topic-preview-inner {
    padding: 20px;
  }
  .topic-preview-dialog #topic-preview-title {
    font-size: 21px;
  }
}
.community-dialog {
  width: min(700px, 100% - 28px);
}

.community-dialog #community-dialog-description {
  margin: 10px 0 20px;
  color: #82939e;
  font-size: 11px;
  line-height: 1.7;
}

.community-dialog #community-dialog-title {
  margin: 0;
  font-size: 23px;
  line-height: 1.4;
}

.community-official-post {
  overflow: hidden;
  margin-top: 10px;
  border: 1px solid #d6e5ee;
  border-radius: 9px;
}

.community-official-post summary {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 14px;
  list-style: none;
  background: linear-gradient(100deg, #f5fbff, #fff);
  cursor: pointer;
}

.community-official-post summary::-webkit-details-marker {
  display: none;
}

.community-post-title {
  flex: 1;
  min-width: 0;
}

.community-post-heading {
  margin: 5px 0 0;
  color: #337e9d;
  font-size: 13px;
  line-height: 1.5;
}

.community-official-post .community-post-icon {
  width: 35px;
  height: 35px;
  border-radius: 10px;
}

.community-official-post .community-post-icon svg {
  width: 20px;
  height: 20px;
}

.community-post-toggle {
  display: inline-flex;
  color: #83a5b4;
}

.community-official-post .community-post-toggle svg {
  width: 16px;
  height: 16px;
  transition: transform 0.18s;
}

.community-official-post[open] .community-post-toggle svg {
  transform: rotate(45deg);
}

.community-official-post > div {
  padding: 0 16px 17px;
  border-top: 1px solid #e2edf2;
}

.community-official-post p {
  color: #64808e;
  font-size: 13px;
  line-height: 1.85;
  white-space: pre-line;
}

.community-resource-link {
  color: #2584a6;
  font-size: 12px;
  text-underline-offset: 3px;
}

.community-leaderboard {
  margin: 0;
  padding: 0;
  list-style: none;
}

.community-leaderboard li {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 5px;
  border-bottom: 1px solid #e3edf2;
}

.community-rank {
  width: 20px;
  color: #9a8968;
  font-size: 15px;
  text-align: center;
}

.community-leaderboard li > div {
  flex: 1;
  min-width: 0;
}

.community-leaderboard strong {
  display: block;
  color: #3c819c;
  font-size: 14px;
}

.community-leaderboard li > div > span {
  display: block;
  margin-top: 5px;
  color: #8b9da5;
  font-size: 10px;
}

.community-leaderboard b {
  color: #96804e;
  font-size: 19px;
  font-weight: 650;
  text-align: right;
}

.community-leaderboard small {
  display: block;
  margin-top: 3px;
  color: #92a0a7;
  font-size: 9px;
  font-weight: 400;
}

.community-recognition-note {
  margin: 22px 0;
}

.community-recognition-note h3 {
  color: #487e97;
  font-size: 14px;
}

.community-recognition-note p {
  color: #7c919d;
  font-size: 12px;
  line-height: 1.8;
}

@media (prefers-reduced-motion: reduce) {
  .community-official-post summary svg {
    transition: none !important;
  }
}
.community-post-summary {
  display: contents;
}

.community-post-heading {
  display: block;
}
/*# sourceMappingURL=forumCategoryLazy.css.map */
