/* Forum-style UI patterns — no proprietary vendor assets. */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body.hp-stale {
  margin: 0;
  font-size: 13px;
  color: #141414;
  line-height: 1.45;
}
.hp-muted,
.smalltext {
  color: #6d6d6d;
  font-size: 0.92em;
}
.hp-tagline {
  font-style: italic;
  color: #555;
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
a {
  color: #185fad;
}
a:hover {
  text-decoration: underline;
}
label {
  display: block;
  margin: 0.55em 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  width: 100%;
  max-width: 38em;
  padding: 0.35em 0.5em;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  font: inherit;
}
textarea {
  min-height: 7em;
  resize: vertical;
}
button,
input[type="submit"] {
  margin-top: 0.65em;
  padding: 0.45em 1.1em;
  font: inherit;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid transparent;
}

/* --- XenForo-like (forum_list-ish layout; no vendor assets) --- */
.hp-profile-xenforo_modernish body.hp-stale {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: #f0f3f7;
  color: #292929;
}
.hp-profile-xenforo_modernish a {
  color: #185fad;
}
.hp-profile-xenforo_modernish .p-pageWrapper,
.hp-profile-xenforo_modernish .xf-shell {
  min-height: 100vh;
  background: #f0f3f7;
}
.hp-profile-xenforo_modernish .p-staffBar {
  background: #3e5368;
  color: #c8d4e4;
  font-size: 12px;
  padding: 0.28em 0;
}
.hp-profile-xenforo_modernish .p-staffBar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.hp-profile-xenforo_modernish .p-header {
  background: linear-gradient(180deg, #1e6fb8 0%, #0f578a 55%, #0c4a75 100%);
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
}
.hp-profile-xenforo_modernish .p-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 12px 0;
}
.hp-profile-xenforo_modernish .p-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.hp-profile-xenforo_modernish .p-header-logo--text {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.hp-profile-xenforo_modernish .p-header-logoLink,
.hp-profile-xenforo_modernish .p-header-logoLink--small {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  text-decoration: none !important;
}
.hp-profile-xenforo_modernish .p-header-logoMark {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: linear-gradient(135deg, #7ec8ff 0%, #185fad 50%, #0a3d5c 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}
.hp-profile-xenforo_modernish .p-navSticky {
  background: #0f578a;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.hp-profile-xenforo_modernish .p-nav .p-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6px 0 4px;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  min-height: 46px;
}
.hp-profile-xenforo_modernish .p-nav-menuTrigger {
  display: none;
  align-self: center;
  color: #fff !important;
  padding: 6px 8px;
  margin-right: 4px;
}
.hp-profile-xenforo_modernish .p-nav-smallLogo {
  display: none;
  align-self: center;
  margin-right: 6px;
}
.hp-profile-xenforo_modernish .p-nav-smallLogo .p-header-logoMark {
  width: 28px;
  height: 28px;
}
.hp-profile-xenforo_modernish .hp-xf-burger {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  box-shadow: 0 6px 0 #fff, 0 -6px 0 #fff;
  border-radius: 1px;
}
.hp-profile-xenforo_modernish .p-nav-scroller {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
}
.hp-profile-xenforo_modernish .hScroller-scroll {
  display: inline-block;
  min-width: min-content;
}
.hp-profile-xenforo_modernish .p-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
}
.hp-profile-xenforo_modernish .p-nav-list > li {
  display: flex;
}
.hp-profile-xenforo_modernish .p-navEl {
  display: flex;
  align-items: stretch;
}
.hp-profile-xenforo_modernish .p-navEl-link {
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 13px;
  border-bottom: 3px solid transparent;
}
.hp-profile-xenforo_modernish .p-navEl.is-selected .p-navEl-link {
  background: rgba(0, 0, 0, 0.12);
  border-bottom-color: rgba(255, 255, 255, 0.95);
}
.hp-profile-xenforo_modernish .p-navEl-link:hover {
  background: rgba(255, 255, 255, 0.08);
}
.hp-profile-xenforo_modernish .p-nav-opposite {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 4px;
  margin-left: auto;
  padding-left: 8px;
}
.hp-profile-xenforo_modernish .p-navgroup {
  display: flex;
  align-items: center;
  gap: 2px;
}
.hp-profile-xenforo_modernish .p-navgroup-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  color: rgba(255, 255, 255, 0.95) !important;
  text-decoration: none !important;
  font-size: 13px;
  border-radius: 4px;
}
.hp-profile-xenforo_modernish .p-navgroup-link--register {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.hp-profile-xenforo_modernish .p-navgroup-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.hp-profile-xenforo_modernish .hp-xf-icon {
  display: inline-block;
  vertical-align: middle;
}
.hp-profile-xenforo_modernish .hp-xf-icon--search {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  position: relative;
}
.hp-profile-xenforo_modernish .hp-xf-icon--search::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  background: rgba(255, 255, 255, 0.85);
  right: -3px;
  bottom: -1px;
  transform: rotate(45deg);
  border-radius: 1px;
}
.hp-profile-xenforo_modernish .hp-xf-icon--bolt::before {
  content: "⚡";
  font-size: 14px;
  line-height: 1;
  filter: grayscale(0.2);
}
.hp-profile-xenforo_modernish .p-sectionLinks {
  background: #0a3f63;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.hp-profile-xenforo_modernish .p-sectionLinks-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8px;
  overflow-x: auto;
}
.hp-profile-xenforo_modernish .p-sectionLinks-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0;
}
.hp-profile-xenforo_modernish .p-sectionLinks .p-navEl-link {
  padding: 8px 12px;
  font-size: 12.5px;
  font-weight: 500;
  border-bottom: none;
}
.hp-profile-xenforo_modernish .p-body {
  margin: 0;
  padding: 0;
}
.hp-profile-xenforo_modernish .p-body-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 12px 36px;
}
.hp-profile-xenforo_modernish .notices {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}
.hp-profile-xenforo_modernish .notice {
  border-radius: 4px;
  margin-bottom: 8px;
}
.hp-profile-xenforo_modernish .notice--accent .notice-content {
  background: linear-gradient(180deg, #e9f3fb 0%, #dceaf5 100%);
  border: 1px solid #c5d8e8;
  color: #3a4a55;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.5;
}
.hp-profile-xenforo_modernish .blockMessage {
  border-radius: 4px;
  padding: 10px 14px;
  margin-bottom: 12px;
  font-size: 13px;
}
.hp-profile-xenforo_modernish .blockMessage--important {
  background: #fff8e6;
  border: 1px solid #e8d4a8;
  color: #5a4a28;
}
.hp-profile-xenforo_modernish .p-breadcrumbs-wrap {
  padding: 0 0 10px;
  font-size: 12px;
  color: #6d6d6d;
}
.hp-profile-xenforo_modernish .p-breadcrumbs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35em;
  align-items: center;
}
.hp-profile-xenforo_modernish .p-breadcrumbs-list li:not(:last-child)::after {
  content: "›";
  margin-left: 0.35em;
  opacity: 0.55;
}
.hp-profile-xenforo_modernish .p-body-header {
  margin-bottom: 14px;
}
.hp-profile-xenforo_modernish .p-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
}
.hp-profile-xenforo_modernish .p-title-value {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.02em;
  color: #292929;
  flex: 1;
  min-width: 0;
}
.hp-profile-xenforo_modernish .p-title-pageAction .button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hp-profile-xenforo_modernish .button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #c8d0da;
  background: #f5f7fa;
  color: #292929 !important;
  text-decoration: none !important;
  cursor: pointer;
  font-family: inherit;
}
.hp-profile-xenforo_modernish .button--primary {
  background: #185fad;
  border-color: #144d8f;
  color: #fff !important;
}
.hp-profile-xenforo_modernish .button--primary:hover {
  background: #1a66bd;
}
.hp-profile-xenforo_modernish .button--plain {
  background: transparent;
  border-color: transparent;
}
.hp-profile-xenforo_modernish .p-body-main--withSidebar {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 20px;
  align-items: start;
}
@media (max-width: 900px) {
  .hp-profile-xenforo_modernish .p-body-main--withSidebar {
    grid-template-columns: 1fr;
  }
  .hp-profile-xenforo_modernish .p-nav-menuTrigger {
    display: inline-flex;
  }
  .hp-profile-xenforo_modernish .p-nav-smallLogo {
    display: block;
  }
}
.hp-profile-xenforo_modernish .p-body-main--withSideNav {
  display: grid;
  grid-template-columns: minmax(200px, 260px) 1fr;
  gap: 22px;
  align-items: start;
}
@media (max-width: 900px) {
  .hp-profile-xenforo_modernish .p-body-main--withSideNav {
    grid-template-columns: 1fr;
  }
}
.hp-profile-xenforo_modernish .p-body-sideNavTrigger {
  display: none;
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  .hp-profile-xenforo_modernish .p-body-sideNavTrigger {
    display: block;
  }
}
.hp-profile-xenforo_modernish .blockLink {
  display: block;
  padding: 8px 12px;
  font-size: 13px;
  color: #185fad !important;
  text-decoration: none !important;
  border-radius: 3px;
}
.hp-profile-xenforo_modernish .blockLink:hover {
  background: rgba(24, 95, 173, 0.06);
}
.hp-profile-xenforo_modernish .blockLink.is-selected {
  font-weight: 600;
  color: #292929 !important;
  background: rgba(24, 95, 173, 0.1);
}
.hp-profile-xenforo_modernish .formRowSep {
  border: 0;
  border-top: 1px solid #edf1f5;
  margin: 0;
}
.hp-profile-xenforo_modernish .block-formSectionHeader {
  margin: 0;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 600;
  border-top: 1px solid #d8e0ea;
  border-bottom: 1px solid #edf1f5;
  background: linear-gradient(180deg, #f6f8fb 0%, #eef2f7 100%);
  color: #292929;
}
.hp-profile-xenforo_modernish .block-formSectionHeader-aligner {
  display: inline-block;
}
.hp-profile-xenforo_modernish .listColumns.inputChoices {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.hp-profile-xenforo_modernish .inputChoices {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hp-profile-xenforo_modernish .inputChoices-choice {
  margin: 4px 0;
}
.hp-profile-xenforo_modernish .inputChoices-explain {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #787878;
  font-style: normal;
}
.hp-profile-xenforo_modernish .inputChoices-dependencies {
  list-style: none;
  margin: 8px 0 0 18px;
  padding: 0;
}
.hp-profile-xenforo_modernish .formRow--button dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}
.hp-profile-xenforo_modernish .hp-xf-readonlyUser,
.hp-profile-xenforo_modernish .hp-xf-readonlyEmail,
.hp-profile-xenforo_modernish .hp-xf-readonlyDob {
  font-weight: 500;
  color: #292929;
}
.hp-profile-xenforo_modernish .avatar.avatar--m {
  width: 96px;
  height: 96px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  background: linear-gradient(135deg, #e8f0fa 0%, #d0dce8 100%);
  border: 1px solid #c8d0da;
}
.hp-profile-xenforo_modernish .hp-xf-profileAvatar .avatar-letter {
  font-size: 2rem;
  font-weight: 600;
  color: #185fad;
}
.hp-profile-xenforo_modernish .memberProfileBanner {
  min-height: 72px;
  border-radius: 4px;
  margin-bottom: 8px;
  max-width: 400px;
}
.hp-profile-xenforo_modernish .memberProfileBanner--empty {
  background: linear-gradient(180deg, #eef2f7 0%, #e2e8f0 100%);
  border: 1px dashed #c8d0da;
}
.hp-profile-xenforo_modernish .hp-xf-fauxSave {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.25);
  position: relative;
}
.hp-profile-xenforo_modernish .hp-xf-fauxSave::after {
  content: "💾";
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
.hp-profile-xenforo_modernish .iconic--radio i {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #8a939c;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 2px;
}
.hp-profile-xenforo_modernish .iconic--radio input:checked + i {
  border-color: #185fad;
  box-shadow: inset 0 0 0 3px #fff;
  background: #185fad;
}
.hp-profile-xenforo_modernish .p-breadcrumbs {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35em;
  align-items: center;
  font-size: 12px;
  color: #6d6d6d;
}
.hp-profile-xenforo_modernish .p-breadcrumbs a {
  color: #185fad !important;
  text-decoration: none !important;
}
.hp-profile-xenforo_modernish .p-breadcrumbs li:not(:last-child)::after {
  content: "›";
  margin-left: 0.35em;
  opacity: 0.55;
}
.hp-profile-xenforo_modernish .p-breadcrumbs--bottom {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid #edf1f5;
}
.hp-profile-xenforo_modernish .hp-xf-navAvatar {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f0fa;
  border: 1px solid #c8d0da;
}
.hp-profile-xenforo_modernish .hp-xf-navAvatar .avatar-letter {
  font-size: 12px;
  font-weight: 700;
  color: #185fad;
}
.hp-profile-xenforo_modernish .hp-xf-bell {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px dotted #b8c4d0;
  border-radius: 3px;
  vertical-align: middle;
}
.hp-profile-xenforo_modernish .hp-xf-navUserStub {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hp-profile-xenforo_modernish .input {
  width: 100%;
  max-width: 32em;
  box-sizing: border-box;
  padding: 8px 10px;
  border: 1px solid #c8d0da;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
}
.hp-profile-xenforo_modernish textarea.input {
  max-width: 100%;
  min-height: 140px;
  resize: vertical;
}
.hp-profile-xenforo_modernish .p-body-content {
  min-width: 0;
}
  margin-bottom: 16px;
}
.hp-profile-xenforo_modernish .block-container {
  background: #fff;
  border: 1px solid #d8e0ea;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.hp-profile-xenforo_modernish .block-header {
  background: linear-gradient(180deg, #f6f8fb 0%, #eef2f7 100%);
  padding: 10px 12px;
  border-bottom: 1px solid #d8e0ea;
  font-weight: 600;
  font-size: 13px;
  color: #292929;
}
.hp-profile-xenforo_modernish .block-header a {
  color: inherit !important;
  text-decoration: none !important;
}
.hp-profile-xenforo_modernish .block-minorHeader {
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #edf1f5;
  background: #f8fafc;
}
.hp-profile-xenforo_modernish .block-minorHeader a {
  color: #185fad !important;
  text-decoration: none !important;
}
.hp-profile-xenforo_modernish .block-body {
  padding: 0;
}
.hp-profile-xenforo_modernish .block-row {
  padding: 10px 12px;
  font-size: 13px;
}
.hp-profile-xenforo_modernish .block-row--minor {
  color: #6d6d6d;
  font-size: 12.5px;
}
.hp-profile-xenforo_modernish .block-footer {
  padding: 8px 12px;
  border-top: 1px solid #edf1f5;
  font-size: 12px;
  color: #6d6d6d;
  background: #fafbfc;
}
.hp-profile-xenforo_modernish .pairs {
  margin: 0;
}
.hp-profile-xenforo_modernish .pairs dt {
  font-weight: 600;
  color: #787878;
  margin: 0;
}
.hp-profile-xenforo_modernish .pairs dd {
  margin: 0;
  color: #292929;
}
.hp-profile-xenforo_modernish .pairs--inline {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25em;
}
.hp-profile-xenforo_modernish .pairs--rows {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
  text-align: right;
  font-size: 12px;
}
.hp-profile-xenforo_modernish .pairs--rows dt {
  grid-column: 1;
  font-weight: 600;
}
.hp-profile-xenforo_modernish .pairs--rows dd {
  grid-column: 2;
  font-weight: 600;
  color: #292929;
}
.hp-profile-xenforo_modernish .pairs--justified {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 0 6px;
  font-size: 13px;
}
.hp-profile-xenforo_modernish .pairs--justified:last-child {
  margin-bottom: 0;
}
.hp-profile-xenforo_modernish .node {
  border-bottom: 1px solid #edf1f5;
}
.hp-profile-xenforo_modernish .node:last-child {
  border-bottom: none;
}
.hp-profile-xenforo_modernish .node-body {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.hp-profile-xenforo_modernish .node-icon {
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7a9ab8;
  font-size: 20px;
}
.hp-profile-xenforo_modernish .hp-xf-nodeIcon {
  width: 22px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 4px;
  position: relative;
}
.hp-profile-xenforo_modernish .hp-xf-nodeIcon::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 3px;
  height: 2px;
  background: currentColor;
  opacity: 0.5;
  border-radius: 1px;
}
.hp-profile-xenforo_modernish .node-main {
  flex: 1 1 200px;
  padding: 12px 8px 12px 0;
  min-width: 0;
}
.hp-profile-xenforo_modernish .node-title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}
.hp-profile-xenforo_modernish .node-title a {
  color: #185fad !important;
  text-decoration: none !important;
}
.hp-profile-xenforo_modernish .node-title a:hover {
  text-decoration: underline !important;
}
.hp-profile-xenforo_modernish .node-meta {
  font-size: 12px;
  color: #787878;
}
.hp-profile-xenforo_modernish .node-statsMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}
.hp-profile-xenforo_modernish .node-stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 10px 14px;
  border-left: 1px solid #edf1f5;
  background: #fafbfc;
  min-width: 88px;
}
.hp-profile-xenforo_modernish .node-extra {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-left: 1px solid #edf1f5;
  min-width: 100px;
  font-size: 12px;
  color: #9aa4ad;
}
.hp-profile-xenforo_modernish .node-extra-placeholder {
  color: #a8b0b8;
}
.hp-profile-xenforo_modernish .structItem-node {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #edf1f5;
  padding: 0;
}
.hp-profile-xenforo_modernish .structItem-node:last-child {
  border-bottom: none;
}
.hp-profile-xenforo_modernish .structItem-main {
  flex: 1;
  padding: 12px 14px;
  min-width: 0;
}
.hp-profile-xenforo_modernish .structItem-minor {
  display: flex;
  align-items: center;
  gap: 0;
  border-left: 1px solid #edf1f5;
  background: #fafbfc;
}
.hp-profile-xenforo_modernish .structItem-minorCol {
  min-width: 72px;
  padding: 10px 12px;
  text-align: center;
  font-size: 12px;
  color: #6d6d6d;
  border-right: 1px solid #edf1f5;
}
.hp-profile-xenforo_modernish .structItem-minorCol:last-child {
  border-right: none;
}
.hp-profile-xenforo_modernish .structItem-minorCol strong {
  display: block;
  font-size: 15px;
  color: #292929;
  font-weight: 600;
}
.hp-profile-xenforo_modernish .p-footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 12px 32px;
  font-size: 12px;
  color: #6d6d6d;
  border-top: 1px solid #d8e0ea;
  margin-top: 8px;
}
.hp-profile-xenforo_modernish .p-footer-inner {
  max-width: 100%;
}
.hp-profile-xenforo_modernish .p-footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.hp-profile-xenforo_modernish .p-footer-linkList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}
.hp-profile-xenforo_modernish .p-footer-copyright {
  font-size: 11px;
  color: #8a939c;
  margin-top: 4px;
}
.hp-profile-xenforo_modernish .p-footer-styleHint {
  cursor: default;
  opacity: 0.85;
}
/* --- XenForo thread_view (message--post layout) --- */
.hp-profile-xenforo_modernish .p-breadcrumbs {
  list-style: none;
  margin: 0 0 12px;
  padding: 8px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35em 0.5em;
  font-size: 12px;
  color: #6d6d6d;
  border-bottom: 1px solid #e2e8ef;
}
.hp-profile-xenforo_modernish .p-breadcrumbs a {
  color: #185fad !important;
  text-decoration: none !important;
}
.hp-profile-xenforo_modernish .p-breadcrumbs a:hover {
  text-decoration: underline !important;
}
.hp-profile-xenforo_modernish .p-breadcrumbs li:not(:last-child)::after {
  content: "›";
  margin-left: 0.45em;
  opacity: 0.45;
  color: #9aa4ad;
}
.hp-profile-xenforo_modernish .p-breadcrumbs--bottom {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid #e2e8ef;
  border-bottom: none;
}
.hp-profile-xenforo_modernish .p-description {
  margin-top: 6px;
}
.hp-profile-xenforo_modernish .listInline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 14px;
  font-size: 13px;
  color: #6d6d6d;
}
.hp-profile-xenforo_modernish .listInline--bullet li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hp-profile-xenforo_modernish .listInline--bullet li:not(:last-child)::after {
  content: "·";
  margin-left: 14px;
  color: #c0c8d0;
  font-weight: bold;
}
.hp-profile-xenforo_modernish .hp-xf-metaIcon {
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.65;
}
.hp-profile-xenforo_modernish .hp-xf-metaIcon--user {
  border-radius: 50%;
  border: 2px solid #8aa0b8;
  position: relative;
}
.hp-profile-xenforo_modernish .hp-xf-metaIcon--user::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8aa0b8;
  left: 50%;
  top: 2px;
  transform: translateX(-50%);
}
.hp-profile-xenforo_modernish .hp-xf-metaIcon--clock {
  border: 2px solid #8aa0b8;
  border-radius: 2px;
  position: relative;
}
.hp-profile-xenforo_modernish .hp-xf-metaIcon--clock::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 1px;
  background: #8aa0b8;
  right: 1px;
  top: 4px;
  transform: rotate(45deg);
}
.hp-profile-xenforo_modernish .hp-xf-threadStartTime {
  color: #6d6d6d;
}
.hp-profile-xenforo_modernish .block--messages {
  margin-bottom: 16px;
}
.hp-profile-xenforo_modernish .block--messages .block-container.lbContainer {
  background: #fff;
  border: 1px solid #d8e0ea;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.hp-profile-xenforo_modernish .block--messages .block-body {
  padding: 0;
}
.hp-profile-xenforo_modernish .message.message--post {
  border: none;
  border-bottom: 1px solid #edf1f5;
  border-radius: 0;
  margin: 0;
  background: #fff;
}
.hp-profile-xenforo_modernish .message.message--post:last-of-type {
  border-bottom: none;
}
.hp-profile-xenforo_modernish .message-inner {
  display: flex;
  align-items: stretch;
}
.hp-profile-xenforo_modernish .message-cell--user {
  flex: 0 0 168px;
  max-width: 168px;
  padding: 14px 12px;
  background: linear-gradient(180deg, #f8fafc 0%, #f0f4f8 100%);
  border-right: 1px solid #e8edf3;
  position: relative;
}
.hp-profile-xenforo_modernish .message-user {
  display: block;
  padding: 0;
  border: none;
  background: transparent;
  text-align: center;
}
.hp-profile-xenforo_modernish .message-avatar-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.hp-profile-xenforo_modernish .avatar.avatar--m {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  text-decoration: none !important;
  font-size: 2rem;
  font-weight: 600;
  background: hsl(var(--hp-avatar-hue, 200), 38%, 42%) !important;
  color: hsl(var(--hp-avatar-hue, 200), 70%, 94%) !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.12);
}
.hp-profile-xenforo_modernish .avatar-letter {
  line-height: 1;
}
.hp-profile-xenforo_modernish .message-userDetails {
  text-align: center;
}
.hp-profile-xenforo_modernish .message-name {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
}
.hp-profile-xenforo_modernish .message-name a {
  color: #185fad !important;
  text-decoration: none !important;
}
.hp-profile-xenforo_modernish .message-userTitle {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 500;
  color: #787878;
}
.hp-profile-xenforo_modernish .userBanner {
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 3px;
  background: #e8f4fc;
  border: 1px solid #b8d4ea;
  color: #1a5a8a;
}
.hp-profile-xenforo_modernish .userBanner--staff {
  background: #fdf3d8;
  border-color: #e8c96b;
  color: #6b4f0a;
}
.hp-profile-xenforo_modernish .message-userArrow {
  display: none;
}
.hp-profile-xenforo_modernish .message-cell--main {
  flex: 1;
  min-width: 0;
  background: #fff;
}
.hp-profile-xenforo_modernish .message-main {
  padding: 0;
}
.hp-profile-xenforo_modernish .message-attribution {
  padding: 10px 14px;
  border-bottom: 1px solid #f0f3f6;
  font-size: 12px;
  color: #8a939c;
}
.hp-profile-xenforo_modernish .message-attribution--split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.hp-profile-xenforo_modernish .message-attribution-opposite {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hp-profile-xenforo_modernish .message-attribution-opposite a {
  color: #8a939c !important;
  text-decoration: none !important;
  font-weight: 600;
}
.hp-profile-xenforo_modernish .message-attribution-opposite a:hover {
  color: #185fad !important;
}
.hp-profile-xenforo_modernish .hp-xf-iconShare {
  width: 14px;
  height: 14px;
  opacity: 0.5;
  border: 2px dotted #a8b4c0;
  border-radius: 2px;
  cursor: default;
}
.hp-profile-xenforo_modernish .hp-xf-attributionDate {
  color: #8a939c;
}
.hp-profile-xenforo_modernish .message-content {
  padding: 12px 16px 14px;
  border: none;
}
.hp-profile-xenforo_modernish .message-body {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #292929;
}
.hp-profile-xenforo_modernish .message-body .bbWrapper {
  min-height: 1.2em;
}
.hp-profile-xenforo_modernish .message-footer {
  padding: 0 16px 12px;
  border: none;
}
.hp-profile-xenforo_modernish .reactionsBar {
  min-height: 0;
}
.hp-profile-xenforo_modernish .block-outer {
  padding: 0 12px;
}
.hp-profile-xenforo_modernish .block-outer--after {
  padding: 12px 14px;
  background: #fafbfc;
  border-top: 1px solid #edf1f5;
}
.hp-profile-xenforo_modernish .hp-xf-threadReplyRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px 14px;
}
.hp-profile-xenforo_modernish .button--link {
  background: transparent;
  border-color: transparent;
  color: #185fad !important;
  font-weight: 500;
}
.hp-profile-xenforo_modernish .button--wrap .button-text {
  white-space: normal;
  text-align: right;
}
.hp-profile-xenforo_modernish .hp-xf-shareRow {
  margin-top: 12px;
  padding: 10px 12px;
  font-size: 12px;
  border: 1px dashed #d8e0ea;
  border-radius: 4px;
  background: #fafbfc;
}
.hp-profile-xenforo_modernish .shareButtons-label {
  font-weight: 600;
  margin-right: 8px;
  color: #6d6d6d;
}
.hp-profile-xenforo_modernish .username--staff {
  color: #b35900 !important;
}
.hp-profile-xenforo_modernish .username--admin {
  font-weight: 700;
}
@media (max-width: 720px) {
  .hp-profile-xenforo_modernish .message-inner {
    flex-direction: column;
  }
  .hp-profile-xenforo_modernish .message-cell--user {
    flex: none;
    max-width: none;
    border-right: none;
    border-bottom: 1px solid #e8edf3;
  }
  .hp-profile-xenforo_modernish .message-userDetails {
    text-align: center;
  }
}
.hp-profile-xenforo_modernish .p-sectionLinks .p-navEl.is-selected .p-navEl-link {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(255, 255, 255, 0.98) !important;
}
.hp-profile-xenforo_modernish .p-body-contentCol:empty {
  display: none;
}
.hp-profile-xenforo_modernish .hp-xf-registerPage {
  max-width: 720px;
  margin: 0 auto;
}
.hp-profile-xenforo_modernish .hp-xf-registerPage form.block {
  margin: 0;
}
.hp-profile-xenforo_modernish .hp-xf-registerPage .block-container {
  background: #fff;
  border: 1px solid #d8e0ea;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.hp-profile-xenforo_modernish .hp-xf-registerPage .block-body {
  padding: 4px 0 0;
}
.hp-profile-xenforo_modernish .formRow {
  display: grid;
  grid-template-columns: minmax(140px, 28%) 1fr;
  gap: 0;
  margin: 0;
  padding: 12px 16px;
  border-bottom: 1px solid #edf1f5;
  align-items: start;
}
.hp-profile-xenforo_modernish .formRow:last-of-type {
  border-bottom: none;
}
.hp-profile-xenforo_modernish .formRow dt {
  margin: 0;
  padding: 6px 12px 6px 0;
}
.hp-profile-xenforo_modernish .formRow dd {
  margin: 0;
  padding: 0 0 4px;
}
.hp-profile-xenforo_modernish .formRow-labelWrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hp-profile-xenforo_modernish .formRow-label {
  font-weight: 600;
  font-size: 14px;
  color: #292929;
}
.hp-profile-xenforo_modernish .formRow-hint {
  font-size: 11px;
  font-weight: 600;
  font-style: normal;
  color: #c04949;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.hp-profile-xenforo_modernish .formRow-explain {
  margin-top: 6px;
  font-size: 12px;
  color: #787878;
  line-height: 1.45;
}
.hp-profile-xenforo_modernish .hp-xf-registerPage .input {
  max-width: 100%;
}
.hp-profile-xenforo_modernish .inputGroup {
  display: flex;
  align-items: stretch;
  max-width: 100%;
}
.hp-profile-xenforo_modernish .inputGroup--joined .input {
  border-radius: 4px 0 0 4px;
  flex: 1;
  border-right: none;
}
.hp-profile-xenforo_modernish .inputGroup-text {
  display: flex;
  align-items: center;
  padding: 0 10px;
  background: #f5f7fa;
  border: 1px solid #c8d0da;
  border-left: none;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
}
.hp-profile-xenforo_modernish .meterBar {
  width: 100%;
  max-width: 28em;
  height: 6px;
  margin-top: 8px;
  vertical-align: middle;
}
.hp-profile-xenforo_modernish .meterBarLabel {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
.hp-profile-xenforo_modernish .hp-xf-captchaShell {
  min-height: 74px;
  border: 1px dashed #c8d0da;
  border-radius: 4px;
  background: #fafbfc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.hp-profile-xenforo_modernish .hp-xf-captchaFake {
  font-size: 12px;
  color: #8a939c;
}
.hp-profile-xenforo_modernish .formRow .iconic {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.45;
}
.hp-profile-xenforo_modernish .formRow .iconic input {
  margin-top: 3px;
  flex-shrink: 0;
}
.hp-profile-xenforo_modernish .formRow .iconic-icon {
  display: none;
}
.hp-profile-xenforo_modernish .formSubmitRow {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #d8e0ea;
  background: #f5f7fa;
}
.hp-profile-xenforo_modernish .formSubmitRow dt {
  display: none;
}
.hp-profile-xenforo_modernish .formSubmitRow dd {
  margin: 0;
  padding: 14px 16px;
}
.hp-profile-xenforo_modernish .formSubmitRow-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hp-profile-xenforo_modernish .formSubmitRow-bar {
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #d8e0ea 0%, #e8edf3 50%, #d8e0ea 100%);
}
.hp-profile-xenforo_modernish .formSubmitRow-controls {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .hp-profile-xenforo_modernish .formRow {
    grid-template-columns: 1fr;
  }
  .hp-profile-xenforo_modernish .formRow dt {
    padding-bottom: 0;
  }
}
.hp-profile-xenforo_modernish .xf-form-page {
  max-width: 640px;
  margin: 0 auto;
  padding: 8px 12px 40px;
}
.hp-profile-xenforo_modernish .xf-form-page .block-container {
  padding: 16px 18px;
}
.hp-profile-xenforo_modernish .xf-form-page .p-title,
.hp-profile-xenforo_modernish .xf-form-page .p-title-value {
  margin-bottom: 12px;
}
.hp-profile-xenforo_modernish .xf-form-page button {
  background: #185fad;
  color: #fff;
  border-color: #144d8f;
}
.hp-profile-xenforo_modernish .xf-form-page button:hover {
  background: #1a66bd;
}
.hp-profile-xenforo_modernish .xf-button--primary {
  display: inline-block;
  padding: 8px 14px;
  background: #185fad;
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none !important;
  font-weight: 600;
  border: 1px solid #144d8f;
}
.hp-profile-xenforo_modernish .xf-button--primary:hover {
  background: #1a66bd;
}
.hp-profile-xenforo_modernish .hp-success-wrap {
  background: #fff;
  border: 1px solid #d8e0ea;
  border-radius: 4px;
  padding: 18px 16px;
  max-width: 560px;
  margin: 0 auto;
}
.hp-profile-xenforo_modernish .hp-success-msg {
  margin: 0 0 10px;
  font-size: 15px;
}
.hp-profile-xenforo_modernish .u-srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* --- phpBB prosilver-like (no Font Awesome / vendor assets) --- */
body.hp-stale.hp-profile-phpbb_classic {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background: #e4e4e4;
  color: #333;
  margin: 0;
}
.hp-profile-phpbb_classic a {
  color: #105289;
}
.hp-profile-phpbb_classic a:hover {
  text-decoration: underline;
}
.hp-profile-phpbb_classic .phpbb-shell,
.hp-profile-phpbb_classic .php-shell {
  max-width: 1152px;
  margin: 0 auto;
  min-height: 100vh;
}
.hp-profile-phpbb_classic .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.hp-profile-phpbb_classic .headerbar {
  background: linear-gradient(to bottom, #5e8cc9 0%, #3a6ea5 50%, #2c5f96 100%);
  color: #fff;
  padding: 10px 0;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.hp-profile-phpbb_classic .headerbar .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 10px;
}
.hp-profile-phpbb_classic #site-description h1 {
  font-size: 1.65em;
  font-weight: normal;
  margin: 0 0 4px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.hp-profile-phpbb_classic .hp-phpbb-tagline {
  margin: 0;
  font-size: 0.95em;
  opacity: 0.95;
}
.hp-profile-phpbb_classic .hp-phpbb-logoTile {
  display: inline-block;
  width: 84px;
  height: 84px;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.hp-profile-phpbb_classic .navbar {
  background: #cadceb;
  padding: 6px 0;
  border: 1px solid #a9b8c8;
  border-top: none;
  margin: 0 2px;
}
.hp-profile-phpbb_classic .navbar .inner {
  font-size: 1.05em;
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 8px;
}
.hp-profile-phpbb_classic .linklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
}
.hp-profile-phpbb_classic .nav-main .rightside {
  margin-left: auto;
}
.hp-profile-phpbb_classic .nav-main a,
.hp-profile-phpbb_classic .nav-breadcrumbs a {
  color: #105289;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hp-profile-phpbb_classic .nav-breadcrumbs {
  margin-top: 6px;
  justify-content: space-between;
}
.hp-profile-phpbb_classic .nav-breadcrumbs .breadcrumbs .crumb + .crumb::before {
  content: "›";
  margin: 0 0.35em;
  opacity: 0.45;
  font-weight: bold;
}
.hp-profile-phpbb_classic .search-box fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 2px;
}
.hp-profile-phpbb_classic .search-box .inputbox.search {
  min-width: 140px;
  padding: 4px 8px;
  border: 1px solid #8a9cad;
  border-radius: 4px 0 0 4px;
}
.hp-profile-phpbb_classic .button,
.hp-profile-phpbb_classic .button1,
.hp-profile-phpbb_classic .button2 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 4px;
  border: 1px solid #8a9cad;
  background: linear-gradient(to bottom, #e9f1f8, #cadceb);
  color: #333;
  font-size: 0.95em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.hp-profile-phpbb_classic .button1 {
  background: linear-gradient(to bottom, #6fa3d4, #3a6ea5);
  color: #fff;
  border-color: #2c5f96;
}
.hp-profile-phpbb_classic .button2 {
  background: #eef2f7;
}
.hp-profile-phpbb_classic .button-search,
.hp-profile-phpbb_classic .button-search-end {
  padding: 5px 10px;
  border-radius: 0;
}
.hp-profile-phpbb_classic .button-search-end {
  border-radius: 0 4px 4px 0;
}
.hp-profile-phpbb_classic .button-secondary {
  background: #eef2f7;
  font-weight: normal;
}
.hp-profile-phpbb_classic .button-icon-only {
  padding: 4px 8px;
}
.hp-profile-phpbb_classic .page-body {
  padding: 8px 10px 24px;
}
.hp-profile-phpbb_classic .action-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  padding: 6px 0;
}
.hp-profile-phpbb_classic .action-bar .pagination {
  margin-left: auto;
  font-size: 0.95em;
  color: #555;
}
.hp-profile-phpbb_classic .actions-jump {
  justify-content: space-between;
}
.hp-profile-phpbb_classic .hp-phpbb-fakeJump .button-secondary {
  opacity: 0.85;
}
.hp-profile-phpbb_classic .forum-title,
.hp-profile-phpbb_classic .topic-title {
  margin: 4px 0 8px;
  font-size: 1.35em;
  font-weight: normal;
  color: #105289;
}
.hp-profile-phpbb_classic .hp-phpbb-forumDesc {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 6px;
}
.hp-profile-phpbb_classic .forabg {
  background: #b7c0cb;
  padding: 2px;
  margin: 10px 0;
  border-radius: 7px;
  border: 1px solid #9aa3ad;
}
.hp-profile-phpbb_classic .forumbg {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.hp-profile-phpbb_classic .forumbg > .inner {
  padding: 2px;
}
.hp-profile-phpbb_classic ul.topiclist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hp-profile-phpbb_classic ul.topiclist li.row,
.hp-profile-phpbb_classic ul.topiclist li.header {
  border-bottom: 1px solid #d8dee4;
}
.hp-profile-phpbb_classic ul.topiclist li.header dl.row-item {
  background: linear-gradient(to bottom, #cadceb, #b8c9dc);
  color: #105289;
  font-weight: bold;
}
.hp-profile-phpbb_classic dl.row-item {
  display: grid;
  grid-template-columns: 1fr 6em 6em 14em;
  gap: 0;
  margin: 0;
  align-items: center;
  font-size: 1em;
}
.hp-profile-phpbb_classic dl.row-item dt,
.hp-profile-phpbb_classic dl.row-item dd {
  margin: 0;
  padding: 8px 10px;
}
.hp-profile-phpbb_classic dl.row-item dd.posts,
.hp-profile-phpbb_classic dl.row-item dd.topics,
.hp-profile-phpbb_classic dl.row-item dd.views,
.hp-profile-phpbb_classic dl.row-item dd.lastpost {
  text-align: center;
  font-size: 0.95em;
}
.hp-profile-phpbb_classic ul.topiclist li.row.bg1 dl.row-item {
  background: #eef2f7;
}
.hp-profile-phpbb_classic ul.topiclist li.row.bg2 dl.row-item {
  background: #e4e8ee;
}
.hp-profile-phpbb_classic a.forumtitle,
.hp-profile-phpbb_classic a.topictitle {
  font-weight: bold;
  text-decoration: none;
}
.hp-profile-phpbb_classic .username-coloured {
  color: #aa0000;
  font-weight: bold;
}
.hp-profile-phpbb_classic .stat-block {
  background: #ecf1f6;
  border: 1px solid #b9c4ce;
  border-radius: 6px;
  padding: 8px 12px;
  margin: 10px 0;
}
.hp-profile-phpbb_classic .stat-block h3 {
  margin: 0 0 6px;
  font-size: 1.05em;
  color: #105289;
}
.hp-profile-phpbb_classic .headerspace {
  margin: 12px 0;
}
.hp-profile-phpbb_classic .quick-login label {
  display: inline-block;
  margin-right: 8px;
  font-size: 0.95em;
}
.hp-profile-phpbb_classic .quick-login .inputbox {
  padding: 3px 6px;
  border: 1px solid #8a9cad;
}
.hp-profile-phpbb_classic .copyright {
  font-size: 0.85em;
  color: #555;
  padding: 10px 0 20px;
  text-align: center;
}
.hp-profile-phpbb_classic .footer-sep {
  margin: 0 0.35em;
  opacity: 0.5;
}
.hp-profile-phpbb_classic .panel {
  background: #fff;
  border: 1px solid #b9c4ce;
  margin: 10px 0;
  border-radius: 7px;
}
.hp-profile-phpbb_classic .panel .inner {
  padding: 14px 16px;
}
.hp-profile-phpbb_classic .panel h2,
.hp-profile-phpbb_classic .sitename-title {
  margin-top: 0;
  color: #105289;
  font-size: 1.25em;
  font-weight: normal;
}
.hp-profile-phpbb_classic .agreement {
  line-height: 1.45;
  font-size: 0.95em;
}
.hp-profile-phpbb_classic .fields2 dl {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 4px 12px;
  margin: 0 0 10px;
  align-items: baseline;
}
.hp-profile-phpbb_classic .fields2 dt {
  font-weight: bold;
  color: #333;
}
.hp-profile-phpbb_classic .fields2 dd {
  margin: 0;
}
.hp-profile-phpbb_classic .inputbox {
  padding: 4px 8px;
  border: 1px solid #8a9cad;
  border-radius: 3px;
  max-width: 100%;
}
.hp-profile-phpbb_classic .submit-buttons {
  border: 0;
  margin: 0;
  padding: 8px 0 0;
}
.hp-profile-phpbb_classic hr.dashed {
  border: 0;
  border-top: 1px dashed #ccc;
  margin: 12px 0;
}
.hp-profile-phpbb_classic .hp-phpbb-captchaImg {
  width: 160px;
  height: 56px;
  background: repeating-linear-gradient(-45deg, #ddd, #ddd 4px, #eee 4px, #eee 8px);
  border: 1px solid #999;
  border-radius: 4px;
}
.hp-profile-phpbb_classic .captcha-panel h3 {
  color: #105289;
  margin-top: 0;
}
.hp-profile-phpbb_classic .post.has-profile {
  border: 1px solid #b9c4ce;
  margin-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.hp-profile-phpbb_classic .post.has-profile .inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.hp-profile-phpbb_classic .post.has-profile.bg1 .inner {
  background: #eef2f7;
}
.hp-profile-phpbb_classic .post.has-profile.bg2 .inner {
  background: #e4e8ee;
}
.hp-profile-phpbb_classic .postprofile {
  width: 200px;
  flex-shrink: 0;
  padding: 10px;
  background: #dfe6ef;
  border-right: 1px solid #c8d1dc;
  margin: 0;
}
.hp-profile-phpbb_classic .postprofile dt {
  font-weight: bold;
}
.hp-profile-phpbb_classic .postprofile dd {
  margin: 0.35em 0 0;
  font-size: 0.9em;
}
.hp-profile-phpbb_classic .postbody {
  flex: 1;
  padding: 10px 14px;
  min-width: 0;
}
.hp-profile-phpbb_classic .postbody .content {
  line-height: 1.45;
  margin-top: 8px;
}
.hp-profile-phpbb_classic .post-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  display: flex;
  gap: 4px;
}
.hp-profile-phpbb_classic .postbody .author {
  clear: both;
  font-size: 0.9em;
  color: #555;
  margin: 4px 0;
}
.hp-profile-phpbb_classic .back2top {
  text-align: right;
  padding: 4px 8px;
  clear: both;
}
.hp-profile-phpbb_classic .hp-phpbb-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  position: relative;
  opacity: 0.85;
}
.hp-profile-phpbb_classic .hp-phpbb-icon--search::before {
  content: "";
  position: absolute;
  inset: 2px;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.hp-profile-phpbb_classic .hp-phpbb-icon--search::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  background: currentColor;
  right: 0;
  bottom: 1px;
  transform: rotate(45deg);
  transform-origin: right center;
}
.hp-profile-phpbb_classic .hp-phpbb-icon--cog::before {
  content: "";
  position: absolute;
  inset: 1px;
  border: 2px dashed currentColor;
  border-radius: 50%;
}
.hp-profile-phpbb_classic .hp-phpbb-icon--bars::before {
  content: "≡";
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
.hp-profile-phpbb_classic .hp-phpbb-icon--question::before {
  content: "?";
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  display: block;
  border: 1px solid currentColor;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.hp-profile-phpbb_classic .hp-phpbb-icon--power::before {
  content: "⏻";
  font-size: 11px;
  line-height: 14px;
}
.hp-profile-phpbb_classic .hp-phpbb-icon--edit::before {
  content: "✎";
  font-size: 12px;
}
.hp-profile-phpbb_classic .hp-phpbb-icon--home::before {
  content: "⌂";
  font-size: 13px;
}
.hp-profile-phpbb_classic .hp-phpbb-icon--trash::before {
  content: "⌫";
  font-size: 12px;
}
.hp-profile-phpbb_classic .hp-phpbb-icon--pencil::before {
  content: "✎";
  font-size: 12px;
}
.hp-profile-phpbb_classic .hp-phpbb-icon--reply::before {
  content: "↩";
  font-size: 13px;
}
.hp-profile-phpbb_classic .hp-phpbb-icon--wrench::before {
  content: "⚙";
  font-size: 11px;
}
.hp-profile-phpbb_classic .hp-phpbb-icon--quote::before {
  content: "“";
  font-size: 14px;
}
.hp-profile-phpbb_classic .hp-phpbb-icon--chevronUp::before {
  content: "⌃";
  font-size: 14px;
}
.hp-profile-phpbb_classic .hp-phpbb-icon--angleLeft::before {
  content: "‹";
  font-weight: bold;
  font-size: 16px;
  line-height: 14px;
}
.hp-profile-phpbb_classic .hp-phpbb-lastIcon::before {
  content: "↗";
  font-size: 12px;
  margin-left: 4px;
  opacity: 0.65;
}
.hp-profile-phpbb_classic .hp-phpbb-caret::before {
  content: "▾";
  font-size: 10px;
  opacity: 0.7;
}
.hp-profile-phpbb_classic .hp-phpbb-mutedFoot {
  opacity: 0.85;
}
.hp-profile-phpbb_classic .hp-phpbb-hiddenOverlay {
  display: none;
}
.hp-profile-phpbb_classic .right {
  text-align: right;
}
.hp-profile-phpbb_classic .responsive-center {
  text-align: center;
}
@media (max-width: 700px) {
  .hp-profile-phpbb_classic dl.row-item {
    grid-template-columns: 1fr;
  }
  .hp-profile-phpbb_classic .post.has-profile .inner {
    flex-direction: column;
  }
  .hp-profile-phpbb_classic .postprofile {
    width: auto;
    border-right: none;
    border-bottom: 1px solid #c8d1dc;
  }
}

/* phpBB prosilver UCP profile (ucp_header + ucp_profile_profile_info) */
.hp-profile-phpbb_classic h2.ucp-title {
  margin: 0;
  padding: 10px 12px 6px;
  font-size: 1.65em;
  font-weight: normal;
  clear: both;
}
.hp-profile-phpbb_classic .hp-phpbb-fakeTabs.tabs {
  margin: 0 12px;
}
.hp-profile-phpbb_classic .hp-phpbb-fakeTabs.tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  border-bottom: 1px solid #ccc;
}
.hp-profile-phpbb_classic .hp-phpbb-fakeTabs .tab a {
  display: block;
  padding: 6px 12px 5px;
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #105289 !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
}
.hp-profile-phpbb_classic .hp-phpbb-fakeTabs .tab.activetab a {
  background: #cadceb;
  border-color: #ccc #ccc #cadceb;
  color: #333 !important;
}
.hp-profile-phpbb_classic .hp-phpbb-ucpPanel.panel.bg3 {
  margin: 0 12px 16px;
  border: 1px solid #ccc;
  border-top: none;
  background: #cadceb;
}
.hp-profile-phpbb_classic .hp-phpbb-ucpInner.inner {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
}
.hp-profile-phpbb_classic .hp-phpbb-ucpMenuCol {
  flex: 0 0 210px;
  max-width: 100%;
}
.hp-profile-phpbb_classic #cp-menu.cp-menu {
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 0;
}
.hp-profile-phpbb_classic #cp-menu .navigation-title {
  margin: 0 10px 6px;
  padding: 0 0 4px;
  font-weight: bold;
  font-size: 1.05em;
  border-bottom: 1px solid #ddd;
  color: #333;
}
.hp-profile-phpbb_classic #cp-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hp-profile-phpbb_classic #cp-menu li a {
  display: block;
  padding: 6px 12px;
  color: #105289 !important;
  text-decoration: none;
  font-size: 0.95em;
}
.hp-profile-phpbb_classic #cp-menu li.active-subsection a,
.hp-profile-phpbb_classic #cp-menu li.active-subsection a span {
  color: #000 !important;
  font-weight: bold;
}
.hp-profile-phpbb_classic #cp-main.cp-main {
  flex: 1 1 320px;
  min-width: 0;
}
.hp-profile-phpbb_classic form.ucp h2 {
  margin: 0 0 10px;
  font-size: 1.25em;
  font-weight: normal;
}
.hp-profile-phpbb_classic form.ucp h2 .small {
  font-size: 0.75em;
  font-weight: normal;
}
.hp-profile-phpbb_classic form.ucp .panel {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.hp-profile-phpbb_classic form.ucp .panel .inner {
  padding: 10px 12px;
}
.hp-profile-phpbb_classic .hp-phpbb-profileNotice {
  margin: 0 0 12px;
  font-size: 0.95em;
  color: #4a5568;
}
.hp-profile-phpbb_classic form.ucp fieldset.fields1 dl {
  margin: 0 0 12px;
}
.hp-profile-phpbb_classic form.ucp fieldset.fields1 dt {
  margin: 0 0 4px;
}
.hp-profile-phpbb_classic form.ucp fieldset.fields1 dd {
  margin: 0;
}
@media (max-width: 800px) {
  .hp-profile-phpbb_classic .hp-phpbb-ucpInner.inner {
    flex-direction: column;
  }
  .hp-profile-phpbb_classic .hp-phpbb-ucpMenuCol {
    flex: 1 1 auto;
    width: 100%;
  }
}

/* --- SMF 2.1-style chrome (layout only; no external SMF theme) --- */
body.hp-profile-smf_classic.hp-stale {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  background: #e3e9f0;
  color: #333;
  margin: 0;
}
.hp-profile-smf_classic a {
  color: #346;
}
.hp-profile-smf_classic #footerfix {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.hp-profile-smf_classic #top_section {
  background: #3e5a78;
  color: #fff;
  border-bottom: 1px solid #2d4560;
}
.hp-profile-smf_classic #top_section .inner_wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
}
.hp-profile-smf_classic #top_info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
}
.hp-profile-smf_classic #top_info a {
  color: #fff !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: bold;
  font-size: 0.92em;
}
.hp-profile-smf_classic #top_info a.active {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hp-profile-smf_classic .floatleft {
  float: left;
}
.hp-profile-smf_classic .floatright {
  float: right;
}
.hp-profile-smf_classic #search_form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.hp-profile-smf_classic #search_form input[type="search"] {
  min-width: 140px;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.hp-profile-smf_classic #search_form select {
  padding: 3px 6px;
  border-radius: 3px;
}
.hp-profile-smf_classic #header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 12px 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(to bottom, #6a8fb0 0%, #557ea0 50%, #4a6d8f 100%);
  color: #fff;
  border: 1px solid #3e5a78;
  border-top: none;
}
.hp-profile-smf_classic .forumtitle {
  margin: 0;
  font-size: 1.65em;
  font-weight: 400;
}
.hp-profile-smf_classic .forumtitle a {
  color: #fff !important;
  text-decoration: none;
}
.hp-profile-smf_classic .hp-smf-logo {
  width: 120px;
  height: 36px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
}
.hp-profile-smf_classic #wrapper {
  flex: 1 1 auto;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #aaa;
  border-top: none;
}
.hp-profile-smf_classic #upper_section {
  background: #f0f4f7;
  border-bottom: 1px solid #ccc;
}
.hp-profile-smf_classic #inner_section {
  padding: 0 10px 8px;
}
.hp-profile-smf_classic #inner_wrap.hide_720 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  font-size: 0.92em;
  color: #555;
}
.hp-profile-smf_classic #inner_wrap .news h2 {
  display: inline;
  margin: 0;
  font-size: 1em;
  color: #c17f11;
}
.hp-profile-smf_classic #inner_wrap .news p {
  display: inline;
  margin: 0;
}
.hp-profile-smf_classic .mobile_user_menu {
  display: none;
}
.hp-profile-smf_classic #main_menu .popup_window {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 10px;
  margin: 6px 0;
  background: #fff;
}
.hp-profile-smf_classic .navigate_section {
  clear: both;
  background: #557ea0;
  color: #fff;
  padding: 6px 10px;
  font-size: 0.9em;
}
.hp-profile-smf_classic .navigate_section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.hp-profile-smf_classic .navigate_section a {
  color: #fff !important;
  text-decoration: none;
}
.hp-profile-smf_classic .navigate_section a:hover {
  text-decoration: underline;
}
.hp-profile-smf_classic #content_section {
  padding: 10px 12px 20px;
  background: #fff;
}
.hp-profile-smf_classic .button,
.hp-profile-smf_classic input.button {
  background: linear-gradient(to bottom, #f8f8f8 0%, #e0e0e0 100%);
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 4px 12px;
  font-size: 0.92em;
  cursor: pointer;
}
.hp-profile-smf_classic .cat_bar {
  margin: 0 0 0;
}
.hp-profile-smf_classic .cat_bar h2,
.hp-profile-smf_classic .cat_bar h2.catbg,
.hp-profile-smf_classic .cat_bar h3.catbg {
  margin: 0;
  padding: 8px 12px;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: linear-gradient(to bottom, #9e9e9e 0%, #7a7a7a 100%);
  border: 1px solid #666;
  border-bottom: none;
}
.hp-profile-smf_classic .title_bar {
  margin-top: 10px;
}
.hp-profile-smf_classic .title_bar h3.titlebg {
  margin: 0;
  padding: 8px 12px;
  font-size: 0.95em;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to bottom, #a7c0d8 0%, #6a8fb0 100%);
  border: 1px solid #4a6d8f;
  border-bottom: none;
}
.hp-profile-smf_classic .roundframe {
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  margin: 0 0 12px;
  padding: 12px 14px;
  background: #fff;
}
.hp-profile-smf_classic .roundframe.noup {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.hp-profile-smf_classic #confirm_buttons {
  margin-top: 12px;
}
.hp-profile-smf_classic dl.register_form {
  margin: 0;
}
.hp-profile-smf_classic dl.register_form dt {
  margin: 10px 0 4px;
  clear: both;
}
.hp-profile-smf_classic dl.register_form dd {
  margin: 0 0 6px;
}
.hp-profile-smf_classic dl.settings {
  margin: 0;
}
.hp-profile-smf_classic dl.settings dt {
  margin: 10px 0 4px;
  clear: both;
  font-weight: normal;
}
.hp-profile-smf_classic dl.settings dd {
  margin: 0 0 8px;
}
.hp-profile-smf_classic dl.settings hr {
  margin: 12px 0;
  border: 0;
  border-top: 1px solid #ccc;
  clear: both;
}
.hp-profile-smf_classic .roundframe::after {
  content: "";
  display: table;
  clear: both;
}
.hp-profile-smf_classic p.information {
  margin: 0 0 10px;
  padding: 0 2px;
  font-size: 0.95em;
  color: #555;
}
.hp-profile-smf_classic .errorbox {
  border: 1px solid #c00;
  background: #fee;
  color: #400;
  padding: 8px 12px;
  margin: 0 0 10px;
  border-radius: 4px;
  font-size: 0.92em;
}
.hp-profile-smf_classic .hp-smf-captchaStub {
  width: 200px;
  height: 56px;
  margin: 8px auto;
  background: repeating-linear-gradient(
    90deg,
    #e8e8e8,
    #e8e8e8 8px,
    #f4f4f4 8px,
    #f4f4f4 16px
  );
  border: 1px solid #bbb;
  border-radius: 4px;
}
.hp-profile-smf_classic .main_icons,
.hp-profile-smf_classic .hp-smf-ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 2px;
  position: relative;
}
.hp-profile-smf_classic .main_icons--login::after {
  content: "→";
  font-size: 11px;
  line-height: 16px;
  margin-left: 2px;
}
.hp-profile-smf_classic .main_icons--reg::after {
  content: "+";
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
}
.hp-profile-smf_classic .main_icons--home::after {
  content: "⌂";
  font-size: 14px;
  line-height: 16px;
}
.hp-profile-smf_classic .main_icons--search::after {
  content: "⌕";
  font-size: 13px;
  line-height: 16px;
}
.hp-profile-smf_classic .main_icons--hide::after {
  content: "×";
  font-size: 14px;
  line-height: 16px;
}
.hp-profile-smf_classic #footer {
  clear: both;
  background: #3e5a78;
  color: #fff;
  font-size: 0.85em;
  margin-top: auto;
}
.hp-profile-smf_classic #footer .inner_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 12px;
}
.hp-profile-smf_classic #footer a {
  color: #fff !important;
}
.hp-profile-smf_classic .hp-smf-shell {
  max-width: 1000px;
  margin: 0 auto;
  min-height: 100vh;
  padding-bottom: 24px;
}
.hp-profile-smf_classic .smf-shell {
  max-width: 1000px;
  margin: 0 auto;
  min-height: 100vh;
  padding-bottom: 24px;
}
.hp-profile-smf_classic #inner_wrap {
  border: 1px solid #bbb;
  border-top: none;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}
.hp-profile-smf_classic .upper_section {
  background: linear-gradient(to bottom, #6a8fb0 0%, #4a6d8f 40%, #3e5a78 100%);
  color: #fff;
  padding: 10px 12px;
  border: 1px solid #2d4560;
  border-radius: 4px 4px 0 0;
}
.hp-profile-smf_classic .upper_section .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}
.hp-profile-smf_classic .upper_section strong {
  font-size: 1.45em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.hp-profile-smf_classic .buttonlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.hp-profile-smf_classic .buttonlist li a {
  display: inline-block;
  padding: 8px 14px 9px;
  margin: 4px 0 0;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 0.95em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0.08) 100%);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.hp-profile-smf_classic .buttonlist li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.hp-profile-smf_classic .news_section {
  background: #fff;
  border: 1px solid #bbb;
  border-top: none;
  padding: 6px 12px;
  font-size: 0.92em;
  color: #555;
}
.hp-profile-smf_classic .news_section strong {
  color: #c17f11;
}
.hp-profile-smf_classic .boardindex_table .main_container {
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 14px;
}
.hp-profile-smf_classic .up_contain {
  display: grid;
  grid-template-columns: 44px 1fr auto 200px;
  gap: 10px;
  align-items: start;
  padding: 10px 12px;
  border-top: 1px solid #ddd;
  background: #f4f6f8;
}
.hp-profile-smf_classic .up_contain:first-of-type {
  border-top: none;
}
.hp-profile-smf_classic .board_icon a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: linear-gradient(135deg, #8ab 0%, #579 100%);
  border: 1px solid #468;
}
.hp-profile-smf_classic .board_icon a.board_on {
  box-shadow: 0 0 0 2px #c93;
}
.hp-profile-smf_classic .board_stats,
.hp-profile-smf_classic .lastpost {
  font-size: 0.88em;
  color: #555;
}
.hp-profile-smf_classic .board_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 4px;
  border-bottom: 1px solid #ddd;
}
.hp-profile-smf_classic .board_row:last-child {
  border-bottom: none;
}
.hp-profile-smf_classic .board_row a {
  font-weight: bold;
  font-size: 1.05em;
}
.hp-profile-smf_classic .board_stats {
  white-space: nowrap;
}
.hp-profile-smf_classic #messageindex .title_bar {
  display: grid;
  grid-template-columns: 44px 1fr 120px 180px;
  gap: 8px;
  align-items: center;
  margin-top: 0;
}
.hp-profile-smf_classic #messageindex .windowbg {
  display: grid;
  grid-template-columns: 44px 1fr 120px 180px;
  gap: 8px;
  align-items: start;
  padding: 10px 8px;
  border-top: 1px solid #ddd;
}
.hp-profile-smf_classic #messageindex .windowbg:first-of-type {
  border-top: none;
}
.hp-profile-smf_classic .pagesection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
  font-size: 0.9em;
}
.hp-profile-smf_classic .pagelinks .current_page {
  font-weight: bold;
  margin-left: 4px;
}
.hp-profile-smf_classic .windowbg,
.hp-profile-smf_classic .windowbg2 {
  background: #f0f0f0;
}
.hp-profile-smf_classic .poster {
  border: 1px solid #c8c8c8;
  margin-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.hp-profile-smf_classic .poster h4 {
  margin: 0;
  padding: 8px 10px;
  font-size: 1em;
  font-weight: bold;
  background: linear-gradient(to bottom, #e8e8e8 0%, #d4d4d4 100%);
  border-bottom: 1px solid #c8c8c8;
  color: #346;
}
.hp-profile-smf_classic .poster strong {
  display: block;
  padding: 6px 10px;
  background: linear-gradient(to bottom, #e8e8e8 0%, #d4d4d4 100%);
  border-bottom: 1px solid #c8c8c8;
  color: #346;
}
.hp-profile-smf_classic .post_wrapper {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 720px) {
  .hp-profile-smf_classic .post_wrapper {
    grid-template-columns: 1fr;
  }
  .hp-profile-smf_classic #messageindex .title_bar,
  .hp-profile-smf_classic #messageindex .windowbg {
    grid-template-columns: 1fr;
  }
  .hp-profile-smf_classic .up_contain {
    grid-template-columns: 1fr;
  }
}
.hp-profile-smf_classic .postarea {
  padding: 10px 12px;
  background: #fff;
  border-left: 1px solid #ddd;
}
.hp-profile-smf_classic .post_wrapper .poster {
  margin: 0;
  border: none;
  border-radius: 0;
}
.hp-profile-smf_classic .post .inner {
  line-height: 1.5;
}
.hp-profile-smf_classic .hp-smf-postIconSmall {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background: #bbb;
  border-radius: 2px;
  vertical-align: middle;
}
.hp-profile-smf_classic .footer {
  font-size: 0.78em;
  color: #666;
  padding: 12px 10px;
  text-align: center;
  border-top: 1px solid #ddd;
  margin-top: 8px;
}
.hp-profile-smf_classic form.roundframe {
  padding: 12px 14px;
}
.hp-profile-smf_classic form.roundframe .cat_bar {
  margin: -12px -14px 12px;
}
.hp-profile-smf_classic form.roundframe .cat_bar h2 {
  border-radius: 5px 5px 0 0;
}
.hp-profile-smf_classic form.roundframe button {
  background: linear-gradient(to bottom, #6a8fb0 0%, #4a6d8f 100%);
  color: #fff;
  border: 1px solid #3e5a78;
  font-weight: bold;
}

/* Success (shared, slight polish) */
.hp-success-wrap {
  max-width: 520px;
  margin: 2em auto;
  padding: 1.5em 1.75em;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.hp-success-msg {
  margin: 0 0 1em;
  font-size: 1.05em;
}
.hp-profile-xenforo_modernish .hp-success-wrap {
  border-color: #d6dee6;
  border-radius: 8px;
}
.hp-profile-phpbb_classic .hp-success-wrap {
  border-color: #b9c4ce;
  border-radius: 7px;
}
.hp-profile-smf_classic .hp-success-wrap {
  border-color: #bbb;
  border-radius: 6px;
}
