:root,
html[data-rh-theme="pro"] {
  --rh-bg: #eef3f4;
  --rh-bg-2: #f8fbfb;
  --rh-nav: #0b2430;
  --rh-nav-2: #112f3a;
  --rh-hero: #0c2b35;
  --rh-hero-2: #145652;
  --rh-surface: #ffffff;
  --rh-surface-2: #f5f8f8;
  --rh-surface-3: #edf4f3;
  --rh-text: #142936;
  --rh-heading: #0d2531;
  --rh-muted: #5b6c77;
  --rh-border: rgba(13, 37, 49, .12);
  --rh-accent: #1b756f;
  --rh-accent-2: #39a391;
  --rh-accent-3: #d8a23a;
  --rh-on-accent: #ffffff;
  --rh-shadow: 0 22px 54px rgba(13, 37, 49, .12);
  --rh-soft-shadow: 0 10px 28px rgba(13, 37, 49, .08);
  --rh-radius: 8px;
  --rh-icon-radius: 8px;
  --rh-row-min: 90px;
  --rh-style-bg: rgba(255,255,255,.98);
}

html[data-rh-theme="night"] {
  --rh-bg: #060d13;
  --rh-bg-2: #0b1720;
  --rh-nav: #050b10;
  --rh-nav-2: #0d1c27;
  --rh-hero: #061018;
  --rh-hero-2: #102b35;
  --rh-surface: #101e27;
  --rh-surface-2: #132833;
  --rh-surface-3: #18313c;
  --rh-text: #e4efef;
  --rh-heading: #f8fbfb;
  --rh-muted: #aab9bf;
  --rh-border: rgba(225, 242, 243, .14);
  --rh-accent: #66c8bf;
  --rh-accent-2: #309d91;
  --rh-accent-3: #7c92ff;
  --rh-on-accent: #061018;
  --rh-shadow: 0 26px 70px rgba(0,0,0,.42);
  --rh-soft-shadow: 0 14px 34px rgba(0,0,0,.30);
  --rh-radius: 8px;
  --rh-icon-radius: 50%;
  --rh-row-min: 92px;
  --rh-style-bg: rgba(10, 22, 30, .98);
}

html[data-rh-theme="civic"] {
  --rh-bg: #eef4f8;
  --rh-bg-2: #ffffff;
  --rh-nav: #12304d;
  --rh-nav-2: #1d4d78;
  --rh-hero: #12304d;
  --rh-hero-2: #256fa5;
  --rh-surface: #ffffff;
  --rh-surface-2: #f4f8fb;
  --rh-surface-3: #e8f1f7;
  --rh-text: #172d42;
  --rh-heading: #10263a;
  --rh-muted: #587087;
  --rh-border: rgba(18, 48, 77, .14);
  --rh-accent: #1f6b9d;
  --rh-accent-2: #56a5cf;
  --rh-accent-3: #43a087;
  --rh-on-accent: #ffffff;
  --rh-shadow: 0 18px 46px rgba(18, 48, 77, .12);
  --rh-soft-shadow: 0 8px 24px rgba(18, 48, 77, .08);
  --rh-radius: 4px;
  --rh-icon-radius: 4px;
  --rh-row-min: 88px;
  --rh-style-bg: rgba(255,255,255,.98);
}

html[data-rh-theme="executive"] {
  --rh-bg: #f1f2f1;
  --rh-bg-2: #fbfbfa;
  --rh-nav: #111716;
  --rh-nav-2: #222b29;
  --rh-hero: #151917;
  --rh-hero-2: #36423c;
  --rh-surface: #ffffff;
  --rh-surface-2: #f6f7f5;
  --rh-surface-3: #eef0ec;
  --rh-text: #202927;
  --rh-heading: #111716;
  --rh-muted: #65706b;
  --rh-border: rgba(17, 23, 22, .13);
  --rh-accent: #9d7a2f;
  --rh-accent-2: #385c51;
  --rh-accent-3: #c29b45;
  --rh-on-accent: #ffffff;
  --rh-shadow: 0 24px 58px rgba(17, 23, 22, .13);
  --rh-soft-shadow: 0 10px 26px rgba(17, 23, 22, .08);
  --rh-radius: 3px;
  --rh-icon-radius: 3px;
  --rh-row-min: 88px;
  --rh-style-bg: rgba(255,255,255,.98);
}

html[data-rh-theme],
html[data-rh-theme] body {
  min-width: 0 !important;
  overflow-x: hidden !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.54), transparent 12%, transparent 88%, rgba(255,255,255,.46)),
    linear-gradient(135deg, var(--rh-bg), var(--rh-bg-2)) !important;
  color: var(--rh-text) !important;
  font-family: "Segoe UI", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: auto !important;
}

html[data-rh-theme="night"],
html[data-rh-theme="night"] body {
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 64px),
    linear-gradient(135deg, var(--rh-bg), var(--rh-bg-2)) !important;
}

html[data-rh-theme="civic"],
html[data-rh-theme="civic"] body {
  background:
    repeating-linear-gradient(0deg, rgba(31,107,157,.05) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(90deg, rgba(31,107,157,.04) 0 1px, transparent 1px 34px),
    linear-gradient(135deg, var(--rh-bg), var(--rh-bg-2)) !important;
}

html[data-rh-theme="executive"],
html[data-rh-theme="executive"] body {
  background:
    linear-gradient(90deg, rgba(157,122,47,.08), transparent 18%, transparent 82%, rgba(56,92,81,.08)),
    linear-gradient(135deg, var(--rh-bg), var(--rh-bg-2)) !important;
}

html[data-rh-theme] *,
html[data-rh-theme] *:before,
html[data-rh-theme] *:after {
  box-sizing: border-box !important;
}

html[data-rh-theme] .focus-width,
html[data-rh-theme] .p-body-inner,
html[data-rh-theme] .p-footer-inner {
  width: min(1240px, calc(100% - 56px)) !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html[data-rh-theme] .p-pageWrapper,
html[data-rh-theme] .p-body,
html[data-rh-theme] .p-body-main,
html[data-rh-theme] .p-body-content,
html[data-rh-theme] .p-body-pageContent {
  min-width: 0 !important;
}

html[data-rh-theme] .p-header,
html[data-rh-theme] .p-nav,
html[data-rh-theme] .p-sectionLinks {
  border: 0 !important;
  background: linear-gradient(135deg, var(--rh-nav), var(--rh-nav-2)) !important;
  color: #fff !important;
}

html[data-rh-theme] .p-header {
  box-shadow: 0 16px 40px rgba(0,0,0,.18) !important;
}

html[data-rh-theme] .p-navEl-link,
html[data-rh-theme] .p-navgroup-link,
html[data-rh-theme] .p-sectionLinks a {
  color: rgba(255,255,255,.88) !important;
  font-weight: 650 !important;
}

html[data-rh-theme] .p-nav-list .p-navEl.is-selected,
html[data-rh-theme] .p-navEl-link:hover,
html[data-rh-theme] .p-navgroup-link:hover {
  border-radius: var(--rh-radius) !important;
  background: rgba(255,255,255,.10) !important;
  color: #fff !important;
}

html[data-rh-theme] .p-nav-inner {
  min-height: 58px !important;
  align-items: center !important;
}

html[data-rh-theme] .focus-wrap-nav,
html[data-rh-theme] .p-nav-scroller,
html[data-rh-theme] .p-nav-list {
  min-height: 42px !important;
  max-height: 48px !important;
}

html[data-rh-theme] .p-nav-scroller {
  overflow: visible !important;
}

html[data-rh-theme] .p-nav-list {
  display: flex !important;
  align-items: center !important;
}

html[data-rh-theme] .p-nav-list .p-navEl {
  height: 40px !important;
  min-height: 40px !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

html[data-rh-theme] .p-navEl-link,
html[data-rh-theme] .p-navEl-splitTrigger {
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
}

html[data-rh-theme] .p-nav-list .p-navEl .fa--xf,
html[data-rh-theme] .p-nav-list .p-navEl svg,
html[data-rh-theme] .p-nav-list .p-navEl .menu,
html[data-rh-theme] .p-nav-list .p-navEl .menu-content,
html[data-rh-theme] .p-nav-list .p-navEl .menu-linkRow {
  display: none !important;
}

html[data-rh-theme] .p-nav-opposite .input,
html[data-rh-theme] .p-nav-opposite input[type="search"],
html[data-rh-theme] .p-nav-opposite input[type="text"] {
  min-height: 38px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: var(--rh-radius) !important;
  background: rgba(255,255,255,.10) !important;
  color: #fff !important;
}

html[data-rh-theme] .p-sectionLinks {
  display: none !important;
}

html[data-rh-theme] .p-sectionLinks .hScroller-action {
  display: none !important;
}

html[data-rh-theme] .p-sectionLinks .hScroller-scroll,
html[data-rh-theme] .p-sectionLinks-list {
  min-height: 34px !important;
  max-height: 34px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  overflow: hidden !important;
}

html[data-rh-theme] .p-sectionLinks-inner,
html[data-rh-theme] .p-sectionLinks .hScroller-scroll,
html[data-rh-theme] .p-nav-scroller .hScroller-scroll {
  overflow: hidden !important;
  scrollbar-width: none !important;
}

html[data-rh-theme] .p-sectionLinks .hScroller-scroll::-webkit-scrollbar,
html[data-rh-theme] .p-nav-scroller .hScroller-scroll::-webkit-scrollbar {
  display: none !important;
}

html[data-rh-theme] .p-sectionLinks a {
  min-height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 10px !important;
  border-radius: var(--rh-radius) !important;
  color: rgba(255,255,255,.88) !important;
  background: transparent !important;
}

html[data-rh-theme] .p-sectionLinks a:hover {
  background: rgba(255,255,255,.10) !important;
  color: #fff !important;
}

html[data-rh-theme] .p-navgroup-link--register,
html[data-rh-theme] .button--primary {
  border-color: transparent !important;
  background: var(--rh-accent) !important;
  color: var(--rh-on-accent) !important;
  box-shadow: none !important;
}

html[data-rh-theme] .focus-logo,
html[data-rh-theme] .focus-mobile-logo a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #fff !important;
  text-decoration: none !important;
}

html[data-rh-theme] .focus-logo:before,
html[data-rh-theme] .focus-mobile-logo a:before {
  content: "RH" !important;
  display: grid !important;
  place-items: center !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: var(--rh-icon-radius) !important;
  background: linear-gradient(135deg, var(--rh-accent), var(--rh-accent-2)) !important;
  color: var(--rh-on-accent) !important;
  font-weight: 750 !important;
  font-size: 14px !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.18) !important;
}

html[data-rh-theme] .focus-logo--slogan,
html[data-rh-theme] .focus-mobile-logo img {
  display: none !important;
}

html[data-rh-theme] .focus-logo--name {
  font-size: 0 !important;
  line-height: 1 !important;
}

html[data-rh-theme] .focus-logo--name:after,
html[data-rh-theme] .focus-mobile-logo a:after {
  content: "RefundHub" !important;
  color: #fff !important;
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 720 !important;
}

html[data-rh-theme] .focus-mobile-logo a:after {
  font-size: 15px !important;
}

html[data-rh-theme] .p-breadcrumbs-wrap {
  margin: 18px 0 12px !important;
}

html[data-rh-theme] .p-breadcrumbs {
  border: 1px solid var(--rh-border) !important;
  border-radius: 999px !important;
  background: var(--rh-surface) !important;
  box-shadow: var(--rh-soft-shadow) !important;
}

html[data-rh-theme] .p-body-header {
  display: none !important;
}

.rh-premium-shell {
  margin: 0 0 16px;
}

.rh-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
  gap: 22px;
  overflow: hidden;
  min-height: 336px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--rh-radius);
  background:
    linear-gradient(135deg, var(--rh-hero), var(--rh-hero-2)),
    var(--rh-hero);
  box-shadow: var(--rh-shadow);
  color: #fff;
}

html[data-rh-theme="civic"] .rh-hero {
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 46px),
    linear-gradient(135deg, var(--rh-hero), var(--rh-hero-2));
}

html[data-rh-theme="executive"] .rh-hero {
  border-left: 5px solid var(--rh-accent);
  background:
    linear-gradient(90deg, rgba(194,155,69,.16), transparent 40%),
    linear-gradient(135deg, var(--rh-hero), var(--rh-hero-2));
}

.rh-hero-main,
.rh-hero-panel,
.rh-quick-lanes {
  position: relative;
  z-index: 1;
}

.rh-kicker {
  margin: 0 0 8px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.rh-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 52px;
  line-height: 1.02;
  font-weight: 720;
}

.rh-hero p {
  max-width: 760px;
  margin: 12px 0 18px;
  color: rgba(255,255,255,.86);
  font-size: 16px;
  line-height: 1.55;
}

.rh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.rh-actions a,
.rh-guide-card,
.rh-lane-card,
.rh-mobile-dock a {
  text-decoration: none !important;
}

.rh-actions a {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--rh-radius);
  background: rgba(255,255,255,.11);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
}

.rh-actions a:first-child {
  border-color: transparent;
  background: var(--rh-accent);
  color: var(--rh-on-accent) !important;
}

.rh-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 520px;
  margin-top: 20px;
}

.rh-hero-meta span {
  min-height: 58px;
  display: grid;
  align-content: center;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--rh-radius);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.82);
  font-size: 12px;
}

.rh-hero-meta strong {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 720;
}

.rh-hero-panel {
  align-self: stretch;
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--rh-radius);
  background: rgba(255,255,255,.94);
  color: var(--rh-text);
  box-shadow: 0 22px 50px rgba(0,0,0,.16);
}

html[data-rh-theme="night"] .rh-hero-panel {
  background: rgba(16,30,39,.94);
}

.rh-panel-title {
  color: var(--rh-heading);
  font-size: 20px;
  line-height: 1.15;
  font-weight: 720;
}

.rh-panel-subtitle {
  margin-top: -5px;
  color: var(--rh-muted);
  font-size: 13px;
}

.rh-lane-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.rh-lane-card {
  min-height: 62px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid var(--rh-border);
  border-radius: var(--rh-radius);
  background: var(--rh-surface-2);
  color: var(--rh-heading) !important;
}

.rh-lane-card strong {
  font-size: 13px;
  line-height: 1.15;
}

.rh-lane-card span {
  color: var(--rh-muted);
  font-size: 12px;
  line-height: 1.25;
}

.rh-quick-lanes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.rh-guide-card {
  min-height: 74px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--rh-border);
  border-radius: var(--rh-radius);
  background: var(--rh-surface);
  color: var(--rh-heading) !important;
  box-shadow: var(--rh-soft-shadow);
}

.rh-guide-card i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--rh-icon-radius);
  background: var(--rh-accent);
  color: var(--rh-on-accent);
  font-style: normal;
  font-size: 12px;
  font-weight: 750;
}

.rh-guide-card strong {
  display: block;
  font-size: 13px;
  line-height: 1.2;
}

.rh-guide-card span {
  display: block;
  margin-top: 2px;
  color: var(--rh-muted);
  font-size: 12px;
  line-height: 1.25;
}

html[data-rh-theme] .block-container {
  overflow: hidden !important;
  border: 1px solid var(--rh-border) !important;
  border-radius: var(--rh-radius) !important;
  background: var(--rh-surface) !important;
  box-shadow: var(--rh-soft-shadow) !important;
}

html[data-rh-theme] .block-header,
html[data-rh-theme] .block-minorHeader {
  min-height: 58px !important;
  padding: 14px 18px !important;
  border: 0 !important;
  background: linear-gradient(135deg, var(--rh-hero), var(--rh-hero-2)) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 720 !important;
  line-height: 1.25 !important;
}

html[data-rh-theme="civic"] .block-header,
html[data-rh-theme="civic"] .block-minorHeader {
  border-bottom: 3px solid var(--rh-accent-2) !important;
}

html[data-rh-theme="executive"] .block-header,
html[data-rh-theme="executive"] .block-minorHeader {
  border-bottom: 3px solid var(--rh-accent) !important;
}

html[data-rh-theme] .block-header *,
html[data-rh-theme] .block-minorHeader * {
  color: #fff !important;
}

html[data-rh-theme].template-forum_list .node-body,
html[data-rh-theme] .template-forum_list .node-body {
  min-height: var(--rh-row-min) !important;
  display: grid !important;
  grid-template-columns: 78px minmax(0, 1fr) minmax(120px, 140px) minmax(300px, 340px) !important;
  align-items: stretch !important;
  border-top: 1px solid var(--rh-border) !important;
  background: var(--rh-surface) !important;
  color: var(--rh-text) !important;
  transition: background .16s ease, transform .16s ease !important;
}

html[data-rh-theme].template-forum_list .node-body:hover,
html[data-rh-theme] .template-forum_list .node-body:hover {
  background: var(--rh-surface-3) !important;
  transform: translateY(-1px) !important;
}

html[data-rh-theme].template-forum_list .node-icon,
html[data-rh-theme] .template-forum_list .node-icon {
  grid-column: 1 !important;
  width: 78px !important;
  min-width: 78px !important;
  display: grid !important;
  place-items: center !important;
  color: var(--rh-on-accent) !important;
}

html[data-rh-theme] .node-icon .fa--xf,
html[data-rh-theme] .node-icon svg {
  display: none !important;
}

html[data-rh-theme] .node-icon:before {
  content: var(--rh-node-label, "RH") !important;
  width: 44px !important;
  height: 44px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: var(--rh-icon-radius) !important;
  background: linear-gradient(135deg, var(--rh-accent), var(--rh-accent-2)) !important;
  color: var(--rh-on-accent) !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 760 !important;
  box-shadow: none !important;
}

html[data-rh-theme="night"] .node-icon:before {
  box-shadow: 0 0 0 1px rgba(255,255,255,.10), 0 12px 26px rgba(0,0,0,.24) !important;
}

html[data-rh-theme].template-forum_list .node-main,
html[data-rh-theme] .template-forum_list .node-main {
  grid-column: 2 !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 16px 18px 16px 0 !important;
  background: transparent !important;
}

html[data-rh-theme].template-forum_list .node-stats,
html[data-rh-theme] .template-forum_list .node-stats {
  grid-column: 3 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: center !important;
  justify-items: center !important;
  gap: 6px !important;
  padding: 14px 8px !important;
  color: var(--rh-muted) !important;
}

html[data-rh-theme].template-forum_list .node-extra,
html[data-rh-theme] .template-forum_list .node-extra {
  grid-column: 4 !important;
  min-width: 0 !important;
  max-width: 340px !important;
  margin: 0 !important;
  padding: 12px !important;
  border-left: 1px solid var(--rh-border) !important;
  background: var(--rh-surface-2) !important;
  color: var(--rh-text) !important;
}

html[data-rh-theme] .node-title a,
html[data-rh-theme] .structItem-title a {
  color: var(--rh-heading) !important;
  font-weight: 720 !important;
}

html[data-rh-theme] .node-description,
html[data-rh-theme] .node-subNodesFlat,
html[data-rh-theme] .structItem-minor,
html[data-rh-theme] .pairs > dt {
  color: var(--rh-muted) !important;
}

html[data-rh-theme] a,
html[data-rh-theme] .node-extra-title,
html[data-rh-theme] .node-subNodesFlat a,
html[data-rh-theme] .username {
  color: var(--rh-accent) !important;
}

html[data-rh-theme] a:hover {
  color: var(--rh-accent-2) !important;
}

html[data-rh-theme] .rh-actions a {
  color: #fff !important;
}

html[data-rh-theme] .rh-actions a:first-child {
  color: var(--rh-on-accent) !important;
}

html[data-rh-theme] .rh-guide-card,
html[data-rh-theme] .rh-lane-card {
  color: var(--rh-heading) !important;
}

html[data-rh-theme] .node-stats,
html[data-rh-theme] .node-statsMeta {
  font-weight: 700 !important;
}

.node--id2 { --rh-node-label: "START"; }
.node--id7 { --rh-node-label: "WMR"; }
.node--id8 { --rh-node-label: "CYCLE"; }
.node--id9 { --rh-node-label: "DDD"; }
.node--id10 { --rh-node-label: "PATH"; }
.node--id11 { --rh-node-label: "HOLD"; }
.node--id12 { --rh-node-label: "CODE"; }
.node--id13 { --rh-node-label: "TOPIC"; }
.node--id14 { --rh-node-label: "ID"; }
.node--id15 { --rh-node-label: "IRS"; }
.node--id16 { --rh-node-label: "1040"; }
.node--id17 { --rh-node-label: "STATE"; }
.node--id18 { --rh-node-label: "1040X"; }
.node--id19 { --rh-node-label: "1099"; }
.node--id20 { --rh-node-label: "BANK"; }
.node--id21 { --rh-node-label: "GUIDE"; }
.node--id22 { --rh-node-label: "LIVE"; }
.node--id23 { --rh-node-label: "HELP"; }

html[data-rh-theme] .p-footer {
  margin-top: 36px !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
  background: linear-gradient(135deg, var(--rh-nav), var(--rh-nav-2)) !important;
  color: rgba(255,255,255,.74) !important;
}

html[data-rh-theme] .p-footer a {
  color: rgba(255,255,255,.86) !important;
}

html[data-rh-theme] .focus-footer {
  display: none !important;
}

html[data-rh-theme] .rh-footer-panel {
  width: min(1164px, calc(100vw - 48px));
  margin: 34px auto 22px;
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(160px, 1fr)) minmax(220px, .95fr);
  gap: 22px;
  border: 1px solid color-mix(in srgb, var(--rh-border), rgba(255,255,255,.20) 35%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--rh-nav), transparent 6%), color-mix(in srgb, var(--rh-nav-2), transparent 8%));
  box-shadow: 0 22px 70px rgba(0,0,0,.20);
  color: rgba(255,255,255,.82);
  backdrop-filter: blur(16px) saturate(1.08);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
}

html[data-rh-theme] .rh-footer-brand {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

html[data-rh-theme] .rh-footer-logo {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--rh-accent), var(--rh-accent-3));
  color: var(--rh-on-accent);
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(0,0,0,.24);
}

html[data-rh-theme] .rh-footer-panel h3,
html[data-rh-theme] .rh-footer-panel h4 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

html[data-rh-theme] .rh-footer-panel p,
html[data-rh-theme] .rh-footer-note {
  margin: 0;
  color: rgba(255,255,255,.74);
  line-height: 1.5;
}

html[data-rh-theme] .rh-footer-links {
  display: grid;
  gap: 7px;
}

html[data-rh-theme] .rh-footer-links a,
html[data-rh-theme] .rh-footer-note strong {
  color: color-mix(in srgb, var(--rh-accent), white 56%) !important;
  text-decoration: none !important;
}

html[data-rh-theme] .rh-footer-links a:hover {
  color: #fff !important;
}

html[data-rh-theme] .mobile-navigation-bar {
  display: none !important;
}

html[data-rh-theme] .rh-launch-panel {
  width: min(858px, calc(100vw - 48px));
  margin: 16px auto 28px 0;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid color-mix(in srgb, var(--rh-border), rgba(255,255,255,.24) 36%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--rh-nav), transparent 4%), color-mix(in srgb, var(--rh-nav-2), transparent 12%));
  color: rgba(255,255,255,.86);
  box-shadow: 0 18px 48px rgba(0,0,0,.18);
  backdrop-filter: blur(16px) saturate(1.08);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
}

html[data-rh-theme] .rh-launch-copy {
  min-width: 0;
}

html[data-rh-theme] .rh-launch-kicker {
  display: inline-flex;
  margin-bottom: 5px;
  color: color-mix(in srgb, var(--rh-accent), white 40%);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

html[data-rh-theme] .rh-launch-panel h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 19px;
  line-height: 1.18;
}

html[data-rh-theme] .rh-launch-panel p {
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.42;
}

html[data-rh-theme] .rh-launch-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

html[data-rh-theme] .rh-launch-button {
  min-height: 38px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 7px;
  background: rgba(255,255,255,.09);
  color: rgba(255,255,255,.92) !important;
  font-weight: 800;
  text-decoration: none !important;
  cursor: pointer;
}

html[data-rh-theme] .rh-launch-button--primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--rh-accent), var(--rh-accent-2));
  color: var(--rh-on-accent) !important;
}

html[data-rh-theme] .rh-launch-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
}

@media (max-width: 900px) {
  html[data-rh-theme] .rh-footer-panel {
    width: calc(100vw - 28px);
    grid-template-columns: 1fr 1fr;
    padding: 18px;
  }

  html[data-rh-theme] .rh-launch-panel {
    width: calc(100vw - 28px);
    align-items: flex-start;
    flex-direction: column;
  }

  html[data-rh-theme] .rh-launch-actions {
    width: 100%;
    justify-content: flex-start;
  }

  html[data-rh-theme] .rh-footer-brand,
  html[data-rh-theme] .rh-footer-note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  html[data-rh-theme] .rh-footer-panel {
    grid-template-columns: 1fr;
    margin: 24px auto 76px;
  }

  html[data-rh-theme] .mobile-navigation-bar {
    display: block !important;
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 850;
    padding-bottom: env(safe-area-inset-bottom);
    background: linear-gradient(135deg, var(--rh-nav), var(--rh-nav-2)) !important;
    border-top: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 -14px 34px rgba(0,0,0,.22);
  }

  html[data-rh-theme] .mobile-navigation-bar__list {
    margin: 0;
    padding: 8px 10px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    list-style: none;
  }

  html[data-rh-theme] .mobile-navigation-bar a {
    min-height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: rgba(255,255,255,.86) !important;
    text-decoration: none !important;
    font-size: 11px;
    line-height: 1.1;
  }
}

.rh-mobile-dock {
  display: none;
}

.rh-style-switcher {
  position: fixed;
  top: 72px;
  right: max(14px, env(safe-area-inset-right));
  z-index: 900;
  color: var(--rh-text);
  font-family: "Segoe UI", Arial, sans-serif;
}

.rh-style-toggle {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--rh-border);
  border-radius: var(--rh-radius);
  background: var(--rh-style-bg);
  color: var(--rh-heading);
  box-shadow: var(--rh-soft-shadow);
  cursor: pointer;
  font: 700 13px/1 "Segoe UI", Arial, sans-serif;
}

.rh-style-toggle svg {
  width: 16px;
  height: 16px;
}

.rh-style-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(380px, calc(100vw - 28px));
  padding: 12px;
  border: 1px solid var(--rh-border);
  border-radius: var(--rh-radius);
  background: var(--rh-style-bg);
  box-shadow: 0 24px 60px rgba(0,0,0,.20);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity .16s ease, transform .16s ease;
}

.rh-style-switcher.is-open .rh-style-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.rh-style-panel-title {
  margin: 0 0 10px;
  color: var(--rh-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.rh-style-choice {
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 11px;
  margin: 0 0 8px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: var(--rh-radius);
  background: transparent;
  color: var(--rh-heading);
  cursor: pointer;
  text-align: left;
  font: 700 13px/1.2 "Segoe UI", Arial, sans-serif;
}

.rh-style-choice:hover,
.rh-style-choice:focus-visible,
.rh-style-choice.is-active {
  border-color: var(--rh-border);
  background: var(--rh-surface-3);
}

.rh-style-choice small {
  display: block;
  margin-top: 3px;
  color: var(--rh-muted);
  font-size: 11px;
  font-weight: 500;
}

.rh-style-preview {
  width: 82px;
  height: 52px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 16px 1fr;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: var(--rh-radius);
  background: var(--preview-bg);
}

.rh-style-preview b {
  display: block;
  background: var(--preview-nav);
}

.rh-style-preview i {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 5px;
}

.rh-style-preview i:before,
.rh-style-preview i:after {
  content: "";
  border-radius: 3px;
  background: var(--preview-card);
}

.rh-style-check {
  width: 16px;
  height: 16px;
  border: 1px solid var(--rh-accent);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px var(--rh-style-bg);
}

.rh-style-choice.is-active .rh-style-check {
  background: var(--rh-accent);
}

@media (max-width: 980px) {
  .rh-hero {
    grid-template-columns: 1fr;
  }

  .rh-quick-lanes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-rh-theme].template-forum_list .node-body,
  html[data-rh-theme] .template-forum_list .node-body {
    grid-template-columns: 70px minmax(0, 1fr) minmax(240px, 300px) !important;
  }

  html[data-rh-theme].template-forum_list .node-stats,
  html[data-rh-theme] .template-forum_list .node-stats {
    display: none !important;
  }

  html[data-rh-theme].template-forum_list .node-extra,
  html[data-rh-theme] .template-forum_list .node-extra {
    grid-column: 3 !important;
  }
}

@media (max-width: 650px) {
  html[data-rh-theme] .focus-width,
  html[data-rh-theme] .p-body-inner,
  html[data-rh-theme] .p-footer-inner {
    width: min(100% - 20px, 1240px) !important;
  }

  html[data-rh-theme] .focus-logo:before,
  html[data-rh-theme] .focus-mobile-logo a:before {
    width: 32px !important;
    height: 32px !important;
    font-size: 11px !important;
  }

  html[data-rh-theme] .focus-logo--name:after,
  html[data-rh-theme] .focus-mobile-logo a:after {
    font-size: 14px !important;
  }

  .rh-premium-shell {
    margin-bottom: 10px;
  }

  .rh-hero {
    min-height: 0;
    padding: 20px 16px;
    gap: 14px;
  }

  .rh-kicker {
    font-size: 11px;
  }

  .rh-hero h1 {
    font-size: 36px;
  }

  .rh-hero p {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.5;
  }

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

  .rh-actions a {
    min-height: 38px;
    padding: 0 8px;
  }

  .rh-hero-meta {
    display: none;
  }

  .rh-hero-panel {
    padding: 12px;
  }

  .rh-panel-title {
    font-size: 20px;
  }

  .rh-panel-subtitle,
  .rh-lane-card span,
  .rh-guide-card > span > span {
    display: none;
  }

  .rh-guide-card > span {
    display: block;
  }

  .rh-lane-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rh-lane-card {
    min-height: 42px;
    padding: 8px 10px;
  }

  .rh-quick-lanes {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .rh-guide-card {
    min-height: 58px;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 10px;
  }

  .rh-guide-card i {
    width: 36px;
    height: 36px;
  }

  html[data-rh-theme].template-forum_list .node-body,
  html[data-rh-theme] .template-forum_list .node-body {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    min-height: 82px !important;
  }

  html[data-rh-theme].template-forum_list .node-icon,
  html[data-rh-theme] .template-forum_list .node-icon {
    width: 58px !important;
    min-width: 58px !important;
  }

  html[data-rh-theme] .node-icon:before {
    width: 38px !important;
    height: 38px !important;
    font-size: 9px !important;
  }

  html[data-rh-theme].template-forum_list .node-main,
  html[data-rh-theme] .template-forum_list .node-main {
    padding: 12px 10px 12px 0 !important;
  }

  html[data-rh-theme].template-forum_list .node-extra,
  html[data-rh-theme] .template-forum_list .node-extra {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    border-left: 0 !important;
    border-top: 1px solid var(--rh-border) !important;
  }

  .rh-mobile-dock {
    position: fixed;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 890;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    padding: 6px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    background: rgba(8, 20, 28, .96);
    box-shadow: 0 16px 34px rgba(0,0,0,.30);
  }

  .rh-mobile-dock a {
    min-height: 38px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: rgba(255,255,255,.09);
    color: rgba(255,255,255,.88) !important;
    font-size: 10px;
    font-weight: 720;
    white-space: nowrap;
  }

  .rh-mobile-dock a:first-child {
    background: var(--rh-accent);
    color: var(--rh-on-accent) !important;
  }

  html[data-rh-theme] .p-body-inner {
    padding-bottom: 92px !important;
  }

  .rh-style-switcher {
    top: 66px;
    right: 10px;
  }

  .rh-style-toggle {
    width: 38px;
    padding: 0;
    justify-content: center;
  }

  .rh-style-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .rh-style-panel {
    width: min(318px, calc(100vw - 20px));
  }

  .rh-style-choice {
    min-height: 62px;
    grid-template-columns: 68px minmax(0, 1fr) 16px;
  }

  .rh-style-preview {
    width: 68px;
    height: 44px;
  }
}

/* RefundHub integrated design director 20260524a */
:root {
  --rh-director-version: "20260523a";
  --rh-mark-url: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20128%20128%22%20role%3D%22img%22%20aria-label%3D%22RefundHub%20mark%22%3E%20%3Cdefs%3E%20%3ClinearGradient%20id%3D%22g%22%20x1%3D%2220%22%20y1%3D%2212%22%20x2%3D%22112%22%20y2%3D%22116%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%3Cstop%20stop-color%3D%22%2364d5c9%22%2F%3E%20%3Cstop%20offset%3D%22.48%22%20stop-color%3D%22%231f8b82%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230b3942%22%2F%3E%20%3C%2FlinearGradient%3E%20%3Cfilter%20id%3D%22s%22%20x%3D%22-20%25%22%20y%3D%22-20%25%22%20width%3D%22140%25%22%20height%3D%22140%25%22%3E%20%3CfeDropShadow%20dx%3D%220%22%20dy%3D%2210%22%20stdDeviation%3D%2210%22%20flood-color%3D%22%2307161b%22%20flood-opacity%3D%22.28%22%2F%3E%20%3C%2Ffilter%3E%20%3C%2Fdefs%3E%20%3Crect%20x%3D%2214%22%20y%3D%2210%22%20width%3D%22100%22%20height%3D%22108%22%20rx%3D%2224%22%20fill%3D%22url%28%23g%29%22%20filter%3D%22url%28%23s%29%22%2F%3E%20%3Cpath%20d%3D%22M38%2035h30c15%200%2024%208%2024%2021%200%209-5%2016-13%2019l17%2023H76L61%2078h-7v20H38V35Zm16%2013v17h13c6%200%2010-3%2010-9s-4-8-10-8H54Z%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20d%3D%22M35%20101h58%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20stroke-linecap%3D%22round%22%20opacity%3D%22.82%22%2F%3E%20%3Cpath%20d%3D%22M93%2021v21h21%22%20fill%3D%22%230b3942%22%20opacity%3D%22.28%22%2F%3E%20%3C%2Fsvg%3E");
}

html[data-rh-theme] .p-pageWrapper {
  overflow: hidden !important;
}

html[data-rh-theme] .p-header {
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

html[data-rh-theme] .p-nav {
  box-shadow: 0 18px 42px rgba(5, 17, 23, .18) !important;
}

html[data-rh-theme] .focus-logo:before,
html[data-rh-theme] .focus-mobile-logo a:before {
  background: var(--rh-mark-url) center / contain no-repeat !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: transparent !important;
}

html[data-rh-theme] .focus-logo--name:after,
html[data-rh-theme] .focus-mobile-logo a:after {
  font-weight: 760 !important;
}

html[data-rh-theme] .p-navEl-link,
html[data-rh-theme] .p-navgroup-link {
  letter-spacing: 0 !important;
}

html[data-rh-theme] .p-nav-opposite {
  align-items: center !important;
}

html[data-rh-theme] .p-nav-opposite input,
html[data-rh-theme] .focus-search-flex input {
  width: min(300px, 28vw) !important;
  min-height: 40px !important;
  border-radius: 7px !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  background: rgba(255,255,255,.11) !important;
  color: #fff !important;
}

html[data-rh-theme] .p-body-inner > .rh-premium-shell {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 22px !important;
}

html[data-rh-theme] .p-body-inner > .rh-premium-shell + .p-body-main {
  margin-top: 2px !important;
}

html[data-rh-theme] .p-body-inner > .rh-premium-shell .rh-hero {
  min-height: 388px !important;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr) !important;
  gap: 30px !important;
  padding: 34px !important;
  isolation: isolate !important;
}

html[data-rh-theme] .rh-hero:before {
  content: "" !important;
  position: absolute !important;
  inset: 18px 42% auto auto !important;
  width: 280px !important;
  height: 280px !important;
  z-index: 0 !important;
  background: var(--rh-mark-url) center / contain no-repeat !important;
  opacity: .055 !important;
  pointer-events: none !important;
}

html[data-rh-theme] .rh-hero:after {
  content: "" !important;
  position: absolute !important;
  right: 28px !important;
  bottom: 24px !important;
  width: 310px !important;
  height: 130px !important;
  z-index: 0 !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: var(--rh-radius) !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.10) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255,255,255,.10) 0 1px, transparent 1px 100%) !important;
  background-size: 52px 32px !important;
  opacity: .42 !important;
  pointer-events: none !important;
}

html[data-rh-theme] .rh-hero-main {
  align-self: center !important;
}

html[data-rh-theme] .rh-hero h1 {
  font-size: 58px !important;
  line-height: 1 !important;
  max-width: 760px !important;
}

html[data-rh-theme] .rh-hero p {
  max-width: 720px !important;
  font-size: 17px !important;
}

html[data-rh-theme] .rh-hero-panel {
  align-self: center !important;
  min-height: 286px !important;
}

html[data-rh-theme] .rh-lane-card,
html[data-rh-theme] .rh-guide-card,
html[data-rh-theme].template-forum_list .node-body,
html[data-rh-theme] .template-forum_list .node-body {
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease !important;
}

html[data-rh-theme] .rh-lane-card:hover,
html[data-rh-theme] .rh-guide-card:hover {
  transform: translateY(-2px) !important;
  border-color: var(--rh-accent) !important;
  box-shadow: 0 18px 38px rgba(7, 22, 29, .12) !important;
}

html[data-rh-theme] .rh-guide-card {
  min-height: 84px !important;
  border-top: 3px solid var(--rh-accent) !important;
}

html[data-rh-theme] .p-body-sidebar .block-container {
  border-radius: var(--rh-radius) !important;
  box-shadow: 0 20px 46px rgba(7,22,29,.12) !important;
}

html[data-rh-theme] .p-body-sidebar .block-header,
html[data-rh-theme] .p-body-sidebar .block-minorHeader {
  min-height: 64px !important;
}

html[data-rh-theme] .p-body-sidebar .block-body {
  background: var(--rh-surface) !important;
}

html[data-rh-theme] .p-body-sidebar .contentRow {
  padding: 14px 16px !important;
  border-bottom: 1px solid var(--rh-border) !important;
}

html[data-rh-theme] .node-title a {
  font-size: 15px !important;
}

html[data-rh-theme] .node-description {
  max-width: 720px !important;
}

html[data-rh-theme] .node-extra {
  font-size: 12px !important;
}

html[data-rh-theme] .rh-style-toggle {
  backdrop-filter: blur(10px) !important;
}

html[data-rh-theme] .rh-style-panel {
  backdrop-filter: blur(14px) !important;
}

@media (min-width: 1100px) {
  html[data-rh-theme] .p-body-main--withSidebar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 280px !important;
    gap: 16px !important;
  }

  html[data-rh-theme] .p-body-sidebar {
    width: auto !important;
  }
}

@media (max-width: 900px) {
  html[data-rh-theme] .p-body-inner > .rh-premium-shell .rh-hero {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 650px) {
  html[data-rh-theme] .p-body-inner > .rh-premium-shell {
    margin-bottom: 14px !important;
  }

  html[data-rh-theme] .p-body-inner > .rh-premium-shell .rh-hero {
    min-height: 0 !important;
    gap: 12px !important;
    padding: 18px !important;
  }

  html[data-rh-theme] .rh-hero:before,
  html[data-rh-theme] .rh-hero:after {
    display: none !important;
  }

  html[data-rh-theme] .rh-hero h1 {
    font-size: 34px !important;
  }

  html[data-rh-theme] .rh-hero p {
    font-size: 14px !important;
  }

  html[data-rh-theme] .rh-actions {
    grid-template-columns: 1fr !important;
  }

  html[data-rh-theme] .rh-hero-panel {
    min-height: 0 !important;
  }

  html[data-rh-theme] .rh-guide-card {
    min-height: 64px !important;
  }
}

/* RefundHub optimized rendering layer 20260524a */
@supports (content-visibility: auto) {
  html[data-rh-theme] body.template-forum_list .p-body-main .block:nth-of-type(n+3),
  html[data-rh-theme] body.template-forum_view .structItemContainer .structItem:nth-of-type(n+9),
  html[data-rh-theme] body.template-thread_view .message:nth-of-type(n+5),
  html[data-rh-theme] .p-body-sidebar .block:nth-of-type(n+2) {
    content-visibility: auto !important;
    contain-intrinsic-size: 520px !important;
  }
}

html[data-rh-theme] .rh-premium-shell,
html[data-rh-theme] .node,
html[data-rh-theme] .block {
  text-rendering: optimizeLegibility;
}

@media (prefers-reduced-motion: reduce) {
  html[data-rh-theme] *,
  html[data-rh-theme] *::before,
  html[data-rh-theme] *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/* RefundHub mobile overflow guard 20260524e */
@media (max-width: 700px) {
  html[data-rh-theme],
  html[data-rh-theme] body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  html[data-rh-theme] .p-pageWrapper,
  html[data-rh-theme] .p-body,
  html[data-rh-theme] .p-body-inner,
  html[data-rh-theme] .p-body-main,
  html[data-rh-theme] .p-body-content,
  html[data-rh-theme] .p-body-pageContent {
    box-sizing: border-box !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  html[data-rh-theme] .p-body-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    width: 100vw !important;
  }

  html[data-rh-theme] .rh-premium-shell {
    box-sizing: border-box !important;
    margin-left: calc(50% - 50vw + 12px) !important;
    margin-right: 0 !important;
    max-width: calc(100vw - 24px) !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    padding: 18px !important;
    width: calc(100vw - 24px) !important;
  }

  html[data-rh-theme] .rh-hero-layout,
  html[data-rh-theme] .rh-hero-copy,
  html[data-rh-theme] .rh-hero-panel {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }

  html[data-rh-theme] .rh-hero-layout,
  html[data-rh-theme] .rh-hero-actions,
  html[data-rh-theme] .rh-lane-grid,
  html[data-rh-theme] .rh-path-strip,
  html[data-rh-theme] .rh-step-strip {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html[data-rh-theme] .rh-hero-title,
  html[data-rh-theme] .rh-hero-subtitle,
  html[data-rh-theme] .rh-panel-title,
  html[data-rh-theme] .rh-panel-subtitle,
  html[data-rh-theme] .rh-lane-card,
  html[data-rh-theme] .rh-path-card,
  html[data-rh-theme] .rh-step-card {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  html[data-rh-theme] .rh-hero-title {
    font-size: clamp(2rem, 10vw, 2.85rem) !important;
    line-height: 1.02 !important;
  }

  html[data-rh-theme] .rh-quick-dock {
    left: 8px !important;
    right: 8px !important;
    width: auto !important;
  }
}
/* RefundHub cinematic background themes 20260529c */
html[data-rh-theme="pro"] {
  --rh-bg-image: url("/data/local/rh-bg-pro.jpg?v=20260529c");
  --rh-photo-scrim: linear-gradient(135deg, rgba(241, 248, 248, .50), rgba(232, 242, 241, .30));
}

html[data-rh-theme="night"],
html[data-rh-theme="space"] {
  --rh-bg: #050914;
  --rh-bg-2: #0e1d31;
  --rh-nav: rgba(4, 11, 21, .94);
  --rh-nav-2: rgba(10, 25, 45, .94);
  --rh-hero: rgba(5, 16, 31, .92);
  --rh-hero-2: rgba(30, 66, 105, .78);
  --rh-surface: rgba(12, 22, 36, .92);
  --rh-surface-2: rgba(15, 30, 48, .88);
  --rh-surface-3: rgba(20, 43, 68, .82);
  --rh-text: #eaf2ff;
  --rh-heading: #ffffff;
  --rh-muted: #b8c7d9;
  --rh-border: rgba(222, 238, 255, .18);
  --rh-accent: #69d7ff;
  --rh-accent-2: #9d75ff;
  --rh-accent-3: #f4c95d;
  --rh-on-accent: #061018;
  --rh-style-bg: rgba(8, 18, 31, .98);
  --rh-bg-image: url("/data/local/rh-bg-space.jpg?v=20260529a");
  --rh-photo-scrim: linear-gradient(135deg, rgba(2, 7, 15, .86), rgba(8, 24, 43, .70));
}

html[data-rh-theme="matrix"] {
  --rh-bg: #020704;
  --rh-bg-2: #07160c;
  --rh-nav: rgba(1, 9, 5, .95);
  --rh-nav-2: rgba(4, 28, 14, .94);
  --rh-hero: rgba(2, 18, 8, .94);
  --rh-hero-2: rgba(10, 66, 29, .78);
  --rh-surface: rgba(5, 17, 10, .94);
  --rh-surface-2: rgba(9, 27, 16, .90);
  --rh-surface-3: rgba(11, 44, 23, .84);
  --rh-text: #d8ffe4;
  --rh-heading: #f4fff7;
  --rh-muted: #9bccaa;
  --rh-border: rgba(112, 255, 162, .20);
  --rh-accent: #36f27d;
  --rh-accent-2: #12aa57;
  --rh-accent-3: #b7ff67;
  --rh-on-accent: #031006;
  --rh-style-bg: rgba(4, 16, 8, .98);
  --rh-bg-image: url("/data/local/rh-bg-matrix.jpg?v=20260529a");
  --rh-photo-scrim: linear-gradient(135deg, rgba(0, 7, 3, .82), rgba(1, 18, 8, .68));
}

html[data-rh-theme="holiday"] {
  --rh-bg: #0a1511;
  --rh-bg-2: #28130f;
  --rh-nav: rgba(10, 20, 17, .95);
  --rh-nav-2: rgba(35, 18, 15, .94);
  --rh-hero: rgba(12, 33, 25, .92);
  --rh-hero-2: rgba(84, 35, 27, .78);
  --rh-surface: rgba(255, 255, 250, .94);
  --rh-surface-2: rgba(249, 247, 240, .92);
  --rh-surface-3: rgba(240, 232, 215, .88);
  --rh-text: #1d2c27;
  --rh-heading: #101b17;
  --rh-muted: #65736d;
  --rh-border: rgba(52, 33, 20, .17);
  --rh-accent: #9e2f2d;
  --rh-accent-2: #1f755a;
  --rh-accent-3: #d8ad4d;
  --rh-on-accent: #ffffff;
  --rh-style-bg: rgba(255, 252, 244, .98);
  --rh-bg-image: url("/data/local/rh-bg-holiday.jpg?v=20260528a");
  --rh-photo-scrim: linear-gradient(135deg, rgba(18, 23, 18, .76), rgba(78, 35, 23, .54));
}

html[data-rh-theme="executive"] {
  --rh-bg: #0d1216;
  --rh-bg-2: #2b221b;
  --rh-nav: rgba(10, 14, 18, .95);
  --rh-nav-2: rgba(33, 28, 23, .94);
  --rh-hero: rgba(13, 18, 22, .92);
  --rh-hero-2: rgba(68, 48, 31, .76);
  --rh-surface: rgba(255, 252, 246, .94);
  --rh-surface-2: rgba(248, 244, 236, .92);
  --rh-surface-3: rgba(236, 228, 214, .88);
  --rh-text: #202520;
  --rh-heading: #101512;
  --rh-muted: #6a6f69;
  --rh-border: rgba(75, 58, 39, .18);
  --rh-accent: #9a6a2d;
  --rh-accent-2: #314f67;
  --rh-accent-3: #d1a85a;
  --rh-on-accent: #ffffff;
  --rh-style-bg: rgba(255, 252, 246, .98);
  --rh-bg-image: url("/data/local/rh-bg-executive.jpg?v=20260529a");
  --rh-photo-scrim: linear-gradient(135deg, rgba(7, 11, 14, .80), rgba(91, 65, 36, .44));
}

html[data-rh-theme="peace"] {
  --rh-bg: #dff0ef;
  --rh-bg-2: #f6fbf9;
  --rh-nav: rgba(8, 43, 52, .94);
  --rh-nav-2: rgba(17, 84, 92, .92);
  --rh-hero: rgba(8, 55, 61, .92);
  --rh-hero-2: rgba(37, 132, 125, .78);
  --rh-surface: rgba(255, 255, 255, .93);
  --rh-surface-2: rgba(247, 252, 249, .90);
  --rh-surface-3: rgba(231, 246, 239, .86);
  --rh-text: #12323b;
  --rh-heading: #082934;
  --rh-muted: #526d72;
  --rh-border: rgba(7, 54, 63, .15);
  --rh-accent: #1b8d86;
  --rh-accent-2: #58b99e;
  --rh-accent-3: #d4a348;
  --rh-on-accent: #ffffff;
  --rh-style-bg: rgba(255,255,255,.98);
  --rh-bg-image: url("/data/local/rh-bg-peace.jpg?v=20260529c");
  --rh-photo-scrim: linear-gradient(135deg, rgba(238, 250, 249, .58), rgba(209, 238, 230, .36));
}

html[data-rh-theme="woods"] {
  --rh-bg: #08180f;
  --rh-bg-2: #173321;
  --rh-nav: rgba(6, 23, 16, .94);
  --rh-nav-2: rgba(17, 52, 34, .94);
  --rh-hero: rgba(8, 35, 24, .92);
  --rh-hero-2: rgba(44, 92, 54, .78);
  --rh-surface: rgba(249, 252, 248, .94);
  --rh-surface-2: rgba(240, 248, 238, .91);
  --rh-surface-3: rgba(226, 239, 221, .88);
  --rh-text: #182b1f;
  --rh-heading: #0d2014;
  --rh-muted: #596d5f;
  --rh-border: rgba(13, 53, 25, .16);
  --rh-accent: #267b46;
  --rh-accent-2: #7aa35a;
  --rh-accent-3: #d8a94e;
  --rh-on-accent: #ffffff;
  --rh-style-bg: rgba(251, 253, 249, .98);
  --rh-bg-image: url("/data/local/rh-bg-woods.jpg?v=20260528a");
  --rh-photo-scrim: linear-gradient(135deg, rgba(5, 22, 12, .76), rgba(23, 51, 31, .54));
}

html[data-rh-theme="civic"] {
  --rh-bg: #f2f6f8;
  --rh-bg-2: #ffffff;
  --rh-nav: rgba(17, 37, 53, .95);
  --rh-nav-2: rgba(31, 58, 75, .94);
  --rh-hero: rgba(18, 40, 55, .92);
  --rh-hero-2: rgba(60, 84, 98, .78);
  --rh-surface: rgba(255, 255, 255, .94);
  --rh-surface-2: rgba(247, 250, 251, .92);
  --rh-surface-3: rgba(235, 241, 244, .88);
  --rh-text: #1b2933;
  --rh-heading: #0b1d2a;
  --rh-muted: #5d6b75;
  --rh-border: rgba(36, 61, 77, .16);
  --rh-accent: #2d6b8c;
  --rh-accent-2: #6f8898;
  --rh-accent-3: #b18b45;
  --rh-on-accent: #ffffff;
  --rh-style-bg: rgba(255, 255, 255, .98);
  --rh-bg-image: url("/data/local/rh-bg-civic.jpg?v=20260529a");
  --rh-photo-scrim: linear-gradient(135deg, rgba(240, 248, 252, .40), rgba(205, 218, 226, .18));
}

html[data-rh-theme="space"] .node-extra,
html[data-rh-theme="matrix"] .node-extra,
html[data-rh-theme="space"] .contentRow-minor,
html[data-rh-theme="matrix"] .contentRow-minor,
html[data-rh-theme="space"] .structItem-minor,
html[data-rh-theme="matrix"] .structItem-minor,
html[data-rh-theme="space"] .pairs,
html[data-rh-theme="matrix"] .pairs,
html[data-rh-theme="space"] .pairs > dt,
html[data-rh-theme="matrix"] .pairs > dt,
html[data-rh-theme="space"] .pairs > dd,
html[data-rh-theme="matrix"] .pairs > dd,
html[data-rh-theme="space"] .u-concealed,
html[data-rh-theme="matrix"] .u-concealed,
html[data-rh-theme="space"] .block-row,
html[data-rh-theme="matrix"] .block-row {
  color: var(--rh-muted) !important;
}

html[data-rh-theme="space"] .node-title a,
html[data-rh-theme="matrix"] .node-title a,
html[data-rh-theme="space"] .structItem-title a,
html[data-rh-theme="matrix"] .structItem-title a {
  color: var(--rh-heading) !important;
}

html[data-rh-theme="space"] .node-extra-title a,
html[data-rh-theme="matrix"] .node-extra-title a,
html[data-rh-theme="space"] .node-subNodesFlat a,
html[data-rh-theme="matrix"] .node-subNodesFlat a,
html[data-rh-theme="space"] .p-body-sidebar a,
html[data-rh-theme="matrix"] .p-body-sidebar a,
html[data-rh-theme="space"] .username,
html[data-rh-theme="matrix"] .username {
  color: color-mix(in srgb, var(--rh-accent), white 16%) !important;
}

html[data-rh-theme="space"] .node-extra *:not(a),
html[data-rh-theme="matrix"] .node-extra *:not(a),
html[data-rh-theme="space"] .p-body-sidebar .contentRow-minor *,
html[data-rh-theme="matrix"] .p-body-sidebar .contentRow-minor *,
html[data-rh-theme="space"] .p-body-sidebar time,
html[data-rh-theme="matrix"] .p-body-sidebar time,
html[data-rh-theme="space"] .structItem-minor *:not(a),
html[data-rh-theme="matrix"] .structItem-minor *:not(a) {
  color: var(--rh-muted) !important;
}

html[data-rh-theme="space"] .node-extra a,
html[data-rh-theme="matrix"] .node-extra a,
html[data-rh-theme="space"] .p-body-sidebar .contentRow-title a,
html[data-rh-theme="matrix"] .p-body-sidebar .contentRow-title a {
  color: color-mix(in srgb, var(--rh-accent), white 18%) !important;
}

html[data-rh-theme="woods"] .node-title a,
html[data-rh-theme="woods"] .structItem-title a,
html[data-rh-theme="woods"] .block-minorHeader,
html[data-rh-theme="woods"] .block-header {
  color: #102018 !important;
}

html[data-rh-theme="woods"] .node-description,
html[data-rh-theme="woods"] .structItem-minor,
html[data-rh-theme="woods"] .contentRow-minor,
html[data-rh-theme="woods"] .node-extra,
html[data-rh-theme="woods"] .pairs,
html[data-rh-theme="woods"] .pairs > dt,
html[data-rh-theme="woods"] .pairs > dd {
  color: #465b4d !important;
}

html[data-rh-theme="woods"] .node-subNodesFlat a,
html[data-rh-theme="woods"] .node-extra-title a,
html[data-rh-theme="woods"] .p-body-sidebar a,
html[data-rh-theme="woods"] .username {
  color: #235b3a !important;
}

html[data-rh-theme] body {
  background-image:
    var(--rh-photo-scrim),
    radial-gradient(circle at 12% 4%, rgba(255,255,255,.22), transparent 30%),
    var(--rh-bg-image) !important;
  background-position: center center, center top, center center !important;
  background-size: cover, cover, cover !important;
  background-attachment: fixed, fixed, fixed !important;
  background-repeat: no-repeat !important;
}

html[data-rh-theme] .p-pageWrapper,
html[data-rh-theme] .p-body {
  background: transparent !important;
}

html[data-rh-theme] .block-container,
html[data-rh-theme] .node,
html[data-rh-theme] .structItem,
html[data-rh-theme] .p-body-sidebar .block-container,
html[data-rh-theme] .rh-path-card,
html[data-rh-theme] .rh-hero-panel {
  backdrop-filter: blur(16px) saturate(1.08);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
}

.rh-style-panel {
  max-height: min(78vh, 620px);
  overflow-y: auto;
}

.rh-style-preview {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(0,0,0,.12), rgba(255,255,255,.18)),
    var(--preview-image),
    var(--preview-bg) !important;
  background-size: cover !important;
  background-position: center !important;
}

.rh-style-preview b,
.rh-style-preview i {
  position: relative;
  z-index: 1;
}

.rh-style-preview b {
  background: color-mix(in srgb, var(--preview-nav), transparent 8%) !important;
}

.rh-style-preview i:before,
.rh-style-preview i:after {
  background: color-mix(in srgb, var(--preview-card), transparent 8%) !important;
}

@media (max-width: 700px) {
  html[data-rh-theme] body {
    background-attachment: scroll, scroll, scroll !important;
  }
}
/* RefundHub dark photo panel contrast 20260528c */
html[data-rh-theme="night"] .rh-hero-panel,
html[data-rh-theme="space"] .rh-hero-panel,
html[data-rh-theme="matrix"] .rh-hero-panel {
  background: rgba(5, 15, 23, .78) !important;
  border-color: rgba(210, 244, 255, .18) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28) !important;
  color: var(--rh-text) !important;
}

html[data-rh-theme="matrix"] .rh-hero-panel {
  background: rgba(2, 18, 8, .78) !important;
  border-color: rgba(74, 255, 137, .20) !important;
}

html[data-rh-theme="night"] .rh-panel-title,
html[data-rh-theme="space"] .rh-panel-title,
html[data-rh-theme="matrix"] .rh-panel-title {
  color: var(--rh-heading) !important;
}

html[data-rh-theme="night"] .rh-panel-subtitle,
html[data-rh-theme="space"] .rh-panel-subtitle,
html[data-rh-theme="matrix"] .rh-panel-subtitle {
  color: var(--rh-muted) !important;
}

html[data-rh-theme="night"] .rh-lane-card,
html[data-rh-theme="space"] .rh-lane-card,
html[data-rh-theme="matrix"] .rh-lane-card {
  background: rgba(255, 255, 255, .08) !important;
  border-color: rgba(230, 248, 255, .16) !important;
  color: var(--rh-heading) !important;
}

html[data-rh-theme="matrix"] .rh-lane-card {
  background: rgba(40, 255, 105, .08) !important;
  border-color: rgba(78, 255, 139, .18) !important;
}

html[data-rh-theme="night"] .rh-lane-card span,
html[data-rh-theme="space"] .rh-lane-card span,
html[data-rh-theme="matrix"] .rh-lane-card span {
  color: var(--rh-muted) !important;
}

/* RefundHub premium experience layer 20260616a */
:root {
  --rh-premium-max: 1164px;
  --rh-premium-gap: 14px;
}

html.rh-premium-v4,
html.rh-premium-v4 body {
  overflow-x: clip;
}

html.rh-premium-v4 body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.rh-premium-shell,
.rh-command-center,
.rh-guide-library,
.rh-template-strip,
.rh-premium-footer,
.rh-trust-strip {
  width: min(var(--rh-premium-max), calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.rh-command-center,
.rh-guide-library,
.rh-template-strip,
.rh-premium-footer,
.rh-trust-strip {
  border-radius: 8px;
}

.rh-command-center {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, .72fr);
  gap: 16px;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: clamp(18px, 2.8vw, 28px);
  background:
    linear-gradient(135deg, rgba(7, 35, 42, .95), rgba(12, 72, 68, .9)),
    radial-gradient(circle at 88% 18%, rgba(45, 190, 169, .16), transparent 34%);
  border: 1px solid rgba(176, 229, 221, .24);
  box-shadow: 0 24px 70px rgba(6, 24, 33, .22), inset 0 1px 0 rgba(255,255,255,.08);
  color: #f7fbfb;
}

.rh-command-kicker,
.rh-section-kicker,
.rh-footer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9edbd3;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rh-command-center h2,
.rh-guide-library h2,
.rh-template-strip h2,
.rh-premium-footer h2 {
  margin: 8px 0 10px;
  color: inherit;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.04;
  letter-spacing: 0;
}

.rh-command-center p,
.rh-guide-library p,
.rh-template-strip p,
.rh-premium-footer p {
  margin: 0;
  color: rgba(247, 251, 251, .78);
  line-height: 1.52;
}

.rh-command-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.rh-command-card {
  min-height: 104px;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(198, 239, 232, .2);
  background: rgba(255,255,255,.075);
  color: #f8ffff;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.rh-command-card:hover {
  transform: translateY(-2px);
  border-color: rgba(198, 239, 232, .42);
  background: rgba(255,255,255,.12);
}

.rh-command-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  color: #fff;
}

.rh-command-card span {
  display: block;
  color: rgba(247, 251, 251, .74);
  font-size: 13px;
  line-height: 1.35;
}

.rh-official-panel {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: clamp(16px, 2.4vw, 22px);
  border-radius: 8px;
  background: rgba(240, 248, 247, .96);
  color: #102530;
}

.rh-official-panel h3 {
  margin: 0;
  font-size: 20px;
  color: #102530;
}

.rh-official-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rh-official-list a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(16, 37, 48, .12);
  background: #fff;
  color: #174d4b;
  font-weight: 900;
}

.rh-official-note {
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 247, 220, .92);
  color: #57400f;
  font-size: 13px;
  line-height: 1.42;
}

.rh-guide-library,
.rh-template-strip {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: clamp(18px, 2.8vw, 26px);
  background: rgba(255,255,255,.93);
  border: 1px solid rgba(24, 71, 75, .14);
  box-shadow: 0 18px 54px rgba(15, 45, 55, .1);
  color: #102530;
}

.rh-guide-library p,
.rh-template-strip p {
  color: #4d6170;
}

.rh-guide-grid,
.rh-template-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.rh-guide-card,
.rh-template-card {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid rgba(24, 71, 75, .12);
  background: linear-gradient(180deg, #ffffff, #f5faf9);
  color: #102530;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.rh-guide-card:hover,
.rh-template-card:hover {
  transform: translateY(-2px);
  border-color: rgba(25, 126, 119, .34);
  box-shadow: 0 18px 38px rgba(19, 80, 88, .12);
}

.rh-guide-card b,
.rh-template-card b {
  color: #0f4d4a;
  font-size: 15px;
}

.rh-guide-card span,
.rh-template-card span {
  color: #516675;
  font-size: 13px;
  line-height: 1.4;
}

.rh-guide-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: linear-gradient(135deg, #147e77, #40b799);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .03em;
  box-shadow: 0 12px 26px rgba(20, 126, 119, .22);
}

.rh-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 18px;
}

.rh-trust-strip article {
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(24, 71, 75, .14);
  background: rgba(255,255,255,.92);
  color: #102530;
  box-shadow: 0 12px 28px rgba(15, 45, 55, .08);
}

.rh-trust-strip strong {
  display: block;
  margin-bottom: 5px;
  color: #0f4d4a;
}

.rh-trust-strip span {
  color: #526877;
  font-size: 13px;
  line-height: 1.38;
}

.rh-premium-footer {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: clamp(20px, 3vw, 32px);
  background: linear-gradient(135deg, #102530, #0b3f41);
  border: 1px solid rgba(176, 229, 221, .18);
  box-shadow: 0 24px 70px rgba(6, 24, 33, .2);
  color: #f7fbfb;
}

.rh-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(0, .7fr));
  gap: 22px;
}

.rh-footer-links {
  display: grid;
  gap: 7px;
}

.rh-footer-links h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 14px;
}

.rh-footer-links a {
  color: rgba(247, 251, 251, .76);
  font-size: 13px;
  font-weight: 800;
}

.rh-footer-disclaimer {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(247, 251, 251, .68);
  font-size: 12px;
  line-height: 1.45;
}

.rh-node-enhanced .node-body {
  gap: 14px;
}

.rh-node-enhanced .node-icon {
  display: grid !important;
  place-items: center;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  border-radius: 8px;
  background: linear-gradient(135deg, #137b75, #44b895);
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(19, 123, 117, .18);
}

.rh-node-enhanced .node-icon svg {
  display: none !important;
}

.rh-node-enhanced .node-icon::before {
  content: attr(data-rh-icon);
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .03em;
}

.rh-node-enhanced .node-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rh-node-enhanced .node-title a {
  line-height: 1.24;
}

html[data-rh-theme="space"] .rh-guide-library,
html[data-rh-theme="space"] .rh-template-strip,
html[data-rh-theme="matrix"] .rh-guide-library,
html[data-rh-theme="matrix"] .rh-template-strip,
html[data-rh-theme="night"] .rh-guide-library,
html[data-rh-theme="night"] .rh-template-strip {
  background: rgba(9, 22, 30, .9);
  border-color: rgba(230, 248, 255, .16);
  color: #f7fbfb;
}

html[data-rh-theme="space"] .rh-guide-library p,
html[data-rh-theme="space"] .rh-template-strip p,
html[data-rh-theme="matrix"] .rh-guide-library p,
html[data-rh-theme="matrix"] .rh-template-strip p,
html[data-rh-theme="night"] .rh-guide-library p,
html[data-rh-theme="night"] .rh-template-strip p {
  color: rgba(247, 251, 251, .72);
}

html[data-rh-theme="space"] .rh-guide-card,
html[data-rh-theme="space"] .rh-template-card,
html[data-rh-theme="matrix"] .rh-guide-card,
html[data-rh-theme="matrix"] .rh-template-card,
html[data-rh-theme="night"] .rh-guide-card,
html[data-rh-theme="night"] .rh-template-card {
  background: rgba(255,255,255,.08);
  border-color: rgba(230, 248, 255, .14);
  color: #f7fbfb;
}

html[data-rh-theme="space"] .rh-guide-card b,
html[data-rh-theme="space"] .rh-template-card b,
html[data-rh-theme="matrix"] .rh-guide-card b,
html[data-rh-theme="matrix"] .rh-template-card b,
html[data-rh-theme="night"] .rh-guide-card b,
html[data-rh-theme="night"] .rh-template-card b {
  color: #fff;
}

html[data-rh-theme="space"] .rh-guide-card span,
html[data-rh-theme="space"] .rh-template-card span,
html[data-rh-theme="matrix"] .rh-guide-card span,
html[data-rh-theme="matrix"] .rh-template-card span,
html[data-rh-theme="night"] .rh-guide-card span,
html[data-rh-theme="night"] .rh-template-card span {
  color: rgba(247, 251, 251, .7);
}

@media (max-width: 900px) {
  .rh-premium-shell,
  .rh-command-center,
  .rh-guide-library,
  .rh-template-strip,
  .rh-premium-footer,
  .rh-trust-strip {
    width: min(100% - 24px, var(--rh-premium-max));
  }

  .rh-command-center,
  .rh-guide-grid,
  .rh-template-grid,
  .rh-trust-strip,
  .rh-footer-grid {
    grid-template-columns: 1fr;
  }

  .rh-command-grid {
    grid-template-columns: 1fr;
  }

  .rh-premium-shell h1,
  .rh-hero-title,
  .rh-command-center h2,
  .rh-guide-library h2,
  .rh-template-strip h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .rh-premium-shell p,
  .rh-hero-copy,
  .rh-command-center p {
    max-width: 100%;
  }

  .rh-node-enhanced .node-body {
    align-items: flex-start;
  }

  .rh-node-enhanced .node-icon {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
  }
}

@media (max-width: 520px) {
  .rh-command-card,
  .rh-guide-card,
  .rh-template-card {
    min-height: 0;
  }

  .rh-official-list a {
    display: grid;
  }

  .rh-premium-footer {
    margin-bottom: 74px;
  }
}
