/* ============================================================================
   XRAY Club — refresh.css
   ----------------------------------------------------------------------------
   Новый template layer 2026 под PHP body-rewriter:
   новый header/nav/search, новая главная, новый rail/sidebar, новые карточки
   разделов и тем, новый discussion layout темы, новый профиль и mobile shell.
   ============================================================================ */

:root{
  --xrc-canvas:#f4f6fa;
  --xrc-surface:#ffffff;
  --xrc-surface-2:#f8fafc;
  --xrc-soft:#eef2f7;
  --xrc-shell:#101826;
  --xrc-shell-2:#182234;
  --xrc-text:#121924;
  --xrc-muted:#667085;
  --xrc-faint:#98a2b3;
  --xrc-border:#e4e7ec;
  --xrc-border-strong:#d0d5dd;
  --xrc-accent:#d43830;
  --xrc-accent-strong:#b92d25;
  --xrc-accent-soft:#feeceb;
  --xrc-gold:#f5a524;
  --xrc-ring:rgba(212,56,48,.24);
  --xrc-shadow-sm:0 1px 2px rgba(16,24,40,.04),0 1px 3px rgba(16,24,40,.08);
  --xrc-shadow-md:0 10px 26px rgba(16,24,40,.08),0 2px 8px rgba(16,24,40,.04);
  --xrc-shadow-lg:0 20px 44px rgba(16,24,40,.10),0 10px 24px rgba(16,24,40,.06);
  --xrc-r-sm:14px;
  --xrc-r-md:18px;
  --xrc-r-lg:24px;
  --xrc-r-xl:28px;
  --xrc-r-pill:999px;
  --xrc-container:1480px;
  --xrc-rail:330px;
  --xrc-reading:84ch;
  --xrc-font:"Inter","Onest","Golos Text",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --xrc-font-mono:ui-monospace,"SFMono-Regular","JetBrains Mono",Consolas,"Liberation Mono",monospace;
}

html[data-xrc-theme="dark"]{
  --xrc-canvas:#0b0f16;
  --xrc-surface:#121923;
  --xrc-surface-2:#161f2b;
  --xrc-soft:#1b2432;
  --xrc-shell:#0e1420;
  --xrc-shell-2:#151f30;
  --xrc-text:#eef2f7;
  --xrc-muted:#a4afbf;
  --xrc-faint:#7f8a99;
  --xrc-border:#263140;
  --xrc-border-strong:#334155;
  --xrc-accent:#ff5a4f;
  --xrc-accent-strong:#ff786f;
  --xrc-accent-soft:#301816;
  --xrc-gold:#f3b04e;
  --xrc-ring:rgba(255,90,79,.28);
  --xrc-shadow-sm:0 1px 2px rgba(0,0,0,.36);
  --xrc-shadow-md:0 12px 28px rgba(0,0,0,.38),0 2px 8px rgba(0,0,0,.24);
  --xrc-shadow-lg:0 24px 54px rgba(0,0,0,.44),0 12px 28px rgba(0,0,0,.28);
}

html{scroll-behavior:smooth}
html,body{
  background:var(--xrc-canvas)!important;
  color:var(--xrc-text)!important;
  font-family:var(--xrc-font)!important;
  line-height:1.6;
  -webkit-text-size-adjust:100%;
}

body[data-xrc-shell="2026"]{
  margin:0!important;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

body[data-xrc-shell="2026"] .pageWidth{
  width:auto!important;
  max-width:var(--xrc-container)!important;
  margin:0 auto!important;
  padding:0 24px!important;
  box-sizing:border-box!important;
}

body[data-xrc-shell="2026"] .pageContent{
  padding-left:0!important;
  padding-right:0!important;
}

body[data-xrc-shell="2026"] img{max-width:100%;height:auto}
body[data-xrc-shell="2026"] a{color:var(--xrc-accent);text-decoration:none}
body[data-xrc-shell="2026"] a:hover{color:var(--xrc-accent-strong)}
body[data-xrc-shell="2026"] a.username{color:var(--xrc-text)!important;font-weight:600}
body[data-xrc-shell="2026"] a.username:hover{color:var(--xrc-accent)!important}
body[data-xrc-shell="2026"] ::selection{background:var(--xrc-accent-soft);color:var(--xrc-accent-strong)}
body[data-xrc-shell="2026"] :where(a,button,input,textarea,select,[tabindex]):focus-visible{
  outline:0;
  box-shadow:0 0 0 4px var(--xrc-ring)!important;
}

body[data-xrc-shell="2026"] h1,
body[data-xrc-shell="2026"] h2,
body[data-xrc-shell="2026"] h3{
  margin:0;
  color:var(--xrc-text);
  letter-spacing:-.02em;
}

body[data-xrc-shell="2026"] .muted,
body[data-xrc-shell="2026"] .faint,
body[data-xrc-shell="2026"] .DateTime,
body[data-xrc-shell="2026"] .secondRow,
body[data-xrc-shell="2026"] .posterDate,
body[data-xrc-shell="2026"] .lastPost,
body[data-xrc-shell="2026"] .lastActivity{
  color:var(--xrc-muted)!important;
}

body[data-xrc-shell="2026"] .xrc-app{min-height:100vh;display:flex;flex-direction:column}

body[data-xrc-shell="2026"] #loginBar.xrc-topbar{
  background:#0a111c!important;
  border-bottom:1px solid rgba(255,255,255,.06)!important;
  box-shadow:none!important;
}

body[data-xrc-shell="2026"] .xrc-topbar__inner{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  color:#d5dfec;
  font-size:13px;
}

body[data-xrc-shell="2026"] .xrc-topbar__meta{
  color:#9fb0c4;
  letter-spacing:.04em;
  text-transform:uppercase;
}

body[data-xrc-shell="2026"] .xrc-auth{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

body[data-xrc-shell="2026"] .xrc-auth__name{
  color:#fff;
  font-weight:700;
}

body[data-xrc-shell="2026"] .xrc-auth__link,
body[data-xrc-shell="2026"] .xrc-auth__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  color:#eef2f7!important;
  background:rgba(255,255,255,.04);
  font-size:13px;
  font-weight:600;
}

body[data-xrc-shell="2026"] .xrc-auth__btn--primary{
  background:var(--xrc-accent);
  border-color:transparent;
  color:#fff!important;
}

body[data-xrc-shell="2026"] #headerMover{
  position:sticky;
  top:0;
  z-index:1000;
  background:var(--xrc-shell)!important;
}

body[data-xrc-shell="2026"].xrc-sticky #headerMover{
  box-shadow:0 18px 36px rgba(15,23,36,.18);
}
body[data-xrc-shell="2026"] #headerProxy{display:none!important;height:0!important}

body[data-xrc-shell="2026"] #header,
body[data-xrc-shell="2026"] #logoBlock,
body[data-xrc-shell="2026"] #navigation,
body[data-xrc-shell="2026"] #searchBar{
  background:var(--xrc-shell)!important;
  border:0!important;
  box-shadow:none!important;
  background-image:none!important;
}

body[data-xrc-shell="2026"] #logoBlock{
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}

body[data-xrc-shell="2026"] #logoBlock .pageContent{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

body[data-xrc-shell="2026"] .xrc-brand a{
  display:flex;
  align-items:center;
  gap:16px;
  color:#fff!important;
}

body[data-xrc-shell="2026"] .xrc-brand__mark{
  width:54px;
  height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:linear-gradient(180deg, var(--xrc-accent), var(--xrc-accent-strong));
  color:#fff;
  font-size:18px;
  font-weight:800;
  letter-spacing:.08em;
  box-shadow:0 14px 28px rgba(212,56,48,.32);
}

body[data-xrc-shell="2026"] .xrc-brand__text{
  display:grid;
  gap:3px;
}

body[data-xrc-shell="2026"] .xrc-brand__text strong{
  font-size:22px;
  font-weight:800;
  line-height:1.1;
}

body[data-xrc-shell="2026"] .xrc-brand__text em{
  color:#9fb0c4;
  font-style:normal;
  font-size:13px;
  letter-spacing:.04em;
  text-transform:uppercase;
}

body[data-xrc-shell="2026"] .xrc-header__actions{
  display:flex;
  align-items:center;
  gap:8px;
}

body[data-xrc-shell="2026"] .xrc-iconbtn{
  width:44px;
  height:44px;
  min-width:44px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  color:#eef2f7;
  font-size:18px;
  line-height:1;
  cursor:pointer;
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}

body[data-xrc-shell="2026"] .xrc-iconbtn:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.16);
}

body[data-xrc-shell="2026"] .xrc-iconbtn--nav,
body[data-xrc-shell="2026"] .xrc-iconbtn--search{
  display:none;
}

body[data-xrc-shell="2026"] #navigation{
  border-bottom:1px solid rgba(255,255,255,.06)!important;
}

body[data-xrc-shell="2026"] .xrc-nav-shell{
  min-height:62px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

body[data-xrc-shell="2026"] .xrc-nav{
  flex:1 1 auto;
}

body[data-xrc-shell="2026"] .xrc-nav__list{
  list-style:none;
  display:flex;
  align-items:center;
  gap:10px;
  margin:0;
  padding:12px 0;
}

body[data-xrc-shell="2026"] .xrc-nav__item{margin:0}

body[data-xrc-shell="2026"] .xrc-nav__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  color:#c7d1de!important;
  font-size:15px;
  font-weight:700;
  border:1px solid transparent;
}

body[data-xrc-shell="2026"] .xrc-nav__item.is-active .xrc-nav__link,
body[data-xrc-shell="2026"] .xrc-nav__link:hover{
  color:#fff!important;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.10);
}

body[data-xrc-shell="2026"] .xrc-nav__utility{
  display:flex;
  align-items:center;
  gap:18px;
  flex:0 0 auto;
}

body[data-xrc-shell="2026"] .xrc-nav__utility a{
  color:#9fb0c4!important;
  font-size:14px;
  font-weight:600;
}

body[data-xrc-shell="2026"] .xrc-nav__utility a:hover{
  color:#fff!important;
}

body[data-xrc-shell="2026"] #searchBar{
  padding:0 0 24px!important;
}

body[data-xrc-shell="2026"] .xrc-search-shell{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  padding:16px;
}

body[data-xrc-shell="2026"] .xrc-search-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
}

body[data-xrc-shell="2026"] .xrc-search-form__actions{
  display:flex;
  align-items:center;
  gap:10px;
}

body[data-xrc-shell="2026"] .xrc-btn,
body[data-xrc-shell="2026"] .button,
body[data-xrc-shell="2026"] input.button,
body[data-xrc-shell="2026"] a.button{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px!important;
  border-radius:14px!important;
  border:1px solid var(--xrc-border)!important;
  background:var(--xrc-soft)!important;
  color:var(--xrc-text)!important;
  font-size:14px;
  font-weight:700;
  box-shadow:none!important;
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}

body[data-xrc-shell="2026"] .xrc-btn:hover,
body[data-xrc-shell="2026"] .button:hover,
body[data-xrc-shell="2026"] input.button:hover,
body[data-xrc-shell="2026"] a.button:hover{
  transform:translateY(-1px);
  background:#e6ebf3!important;
  border-color:var(--xrc-border-strong)!important;
}

body[data-xrc-shell="2026"] .xrc-btn--primary,
body[data-xrc-shell="2026"] .button.primary,
body[data-xrc-shell="2026"] input.button.primary{
  background:var(--xrc-accent)!important;
  color:#fff!important;
  border-color:transparent!important;
}

body[data-xrc-shell="2026"] .xrc-btn--primary:hover,
body[data-xrc-shell="2026"] .button.primary:hover,
body[data-xrc-shell="2026"] input.button.primary:hover{
  background:var(--xrc-accent-strong)!important;
}

body[data-xrc-shell="2026"] .xrc-search-form__input,
body[data-xrc-shell="2026"] input[type=text],
body[data-xrc-shell="2026"] input[type=password],
body[data-xrc-shell="2026"] input[type=email],
body[data-xrc-shell="2026"] input[type=search],
body[data-xrc-shell="2026"] input[type=number],
body[data-xrc-shell="2026"] input[type=url],
body[data-xrc-shell="2026"] input[type=date],
body[data-xrc-shell="2026"] .textCtrl,
body[data-xrc-shell="2026"] textarea,
body[data-xrc-shell="2026"] select{
  width:100%;
  min-height:46px;
  border-radius:14px!important;
  border:1px solid var(--xrc-border)!important;
  background:var(--xrc-surface)!important;
  color:var(--xrc-text)!important;
  box-sizing:border-box;
  box-shadow:none!important;
}

body[data-xrc-shell="2026"] .xrc-search-form__input{
  padding:0 18px;
  font-size:16px;
}

body[data-xrc-shell="2026"] textarea{min-height:140px;padding:14px 16px}
body[data-xrc-shell="2026"] ::placeholder{color:var(--xrc-faint)}

body[data-xrc-shell="2026"] #content.xrc-page{
  flex:1 1 auto;
  padding:34px 0 72px!important;
  background:var(--xrc-canvas)!important;
}

body[data-xrc-shell="2026"] .xrc-breadcrumbs{
  margin:0 0 18px;
}

body[data-xrc-shell="2026"] .xrc-breadcrumbs ol{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  list-style:none;
  margin:0;
  padding:0;
}

body[data-xrc-shell="2026"] .xrc-breadcrumbs__item{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--xrc-faint);
  font-size:13px;
  font-weight:600;
}

body[data-xrc-shell="2026"] .xrc-breadcrumbs__item:not(:last-child)::after{
  content:"›";
  opacity:.55;
}

body[data-xrc-shell="2026"] .xrc-breadcrumbs__item a{color:var(--xrc-faint)!important}
body[data-xrc-shell="2026"] .xrc-breadcrumbs__item.is-current span{color:var(--xrc-text)}

body[data-xrc-shell="2026"] .xrc-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,320px);
  gap:28px;
  padding:32px;
  margin:0 0 28px;
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,252,255,.98));
  border:1px solid var(--xrc-border);
  border-radius:28px;
  box-shadow:var(--xrc-shadow-md);
}

html[data-xrc-theme="dark"] body[data-xrc-shell="2026"] .xrc-hero{
  background:linear-gradient(180deg, rgba(18,25,35,.96), rgba(15,23,35,.99));
}

body[data-xrc-shell="2026"] .xrc-hero__content{
  display:grid;
  gap:12px;
}

body[data-xrc-shell="2026"] .xrc-hero__content h1{
  font-size:clamp(30px,1.6rem + 1vw,46px);
  line-height:1.08;
}

body[data-xrc-shell="2026"] .xrc-hero__content p,
body[data-xrc-shell="2026"] .xrc-hero__lead{
  margin:0;
  color:var(--xrc-muted)!important;
  font-size:16px;
  line-height:1.7;
  max-width:78ch;
}

body[data-xrc-shell="2026"] .xrc-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--xrc-muted);
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

body[data-xrc-shell="2026"] .xrc-eyebrow::before{
  content:"";
  width:34px;
  height:4px;
  border-radius:999px;
  background:var(--xrc-accent);
}

body[data-xrc-shell="2026"] .xrc-stats-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

body[data-xrc-shell="2026"] .xrc-stat{
  padding:16px;
  border-radius:18px;
  border:1px solid var(--xrc-border);
  background:var(--xrc-soft);
  display:grid;
  gap:6px;
}

body[data-xrc-shell="2026"] .xrc-stat__label{
  color:var(--xrc-muted);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body[data-xrc-shell="2026"] .xrc-stat__value{
  font-size:clamp(18px,1rem + .4vw,24px);
  color:var(--xrc-text);
  line-height:1.2;
}

body[data-xrc-shell="2026"] .xrc-summary-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  background:var(--xrc-soft);
  border:1px solid var(--xrc-border);
  color:var(--xrc-text);
  font-weight:700;
}

body[data-xrc-shell="2026"] .xrc-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) var(--xrc-rail);
  gap:32px;
  align-items:start;
}

body[data-xrc-shell="2026"] .xrc-main{
  display:grid;
  gap:24px;
  min-width:0;
}

body[data-xrc-shell="2026"] .xrc-rail{
  display:grid;
  gap:20px;
  min-width:0;
  position:sticky;
  top:132px;
}

body[data-xrc-shell="2026"] .xrc-card{
  background:var(--xrc-surface);
  border:1px solid var(--xrc-border);
  border-radius:24px;
  box-shadow:var(--xrc-shadow-md);
  padding:24px;
}

body[data-xrc-shell="2026"] .xrc-card--compact{padding:20px}
body[data-xrc-shell="2026"] .xrc-card--notice{padding:18px 20px}
body[data-xrc-shell="2026"] .xrc-card__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 18px;
}

body[data-xrc-shell="2026"] .xrc-card__head h2{
  font-size:20px;
  line-height:1.2;
}

body[data-xrc-shell="2026"] .xrc-card__head a{
  color:var(--xrc-muted)!important;
  font-size:14px;
  font-weight:700;
}

body[data-xrc-shell="2026"] .xrc-link-list,
body[data-xrc-shell="2026"] .xrc-people-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}

body[data-xrc-shell="2026"] .xrc-link-list li a,
body[data-xrc-shell="2026"] .xrc-people-list li{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid var(--xrc-border);
  background:var(--xrc-soft);
}

body[data-xrc-shell="2026"] .xrc-people-list li span{
  color:var(--xrc-muted);
  font-size:13px;
}

body[data-xrc-shell="2026"] .xrc-stream-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

body[data-xrc-shell="2026"] .xrc-stream-card{
  padding:18px;
  border-radius:18px;
  border:1px solid var(--xrc-border);
  background:var(--xrc-soft);
  display:grid;
  gap:8px;
}

body[data-xrc-shell="2026"] .xrc-stream-card__eyebrow{
  color:var(--xrc-faint);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body[data-xrc-shell="2026"] .xrc-stream-card h3{
  font-size:17px;
  line-height:1.4;
}

body[data-xrc-shell="2026"] .xrc-stream-card p{
  margin:0;
  color:var(--xrc-muted);
  font-size:14px;
}

body[data-xrc-shell="2026"] .xrc-category-block{
  display:grid;
  gap:16px;
}

body[data-xrc-shell="2026"] .xrc-category-block__head h2{
  font-size:13px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--xrc-muted);
  display:flex;
  align-items:center;
  gap:12px;
}

body[data-xrc-shell="2026"] .xrc-category-block__head h2::before{
  content:"";
  width:30px;
  height:4px;
  border-radius:999px;
  background:var(--xrc-accent);
}

body[data-xrc-shell="2026"] .xrc-forum-list,
body[data-xrc-shell="2026"] .xrc-thread-list,
body[data-xrc-shell="2026"] .xrc-post-stream{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:18px;
}

body[data-xrc-shell="2026"] .xrc-forum-card{
  display:grid;
  grid-template-columns:72px minmax(0,1.4fr) minmax(200px,.75fr) minmax(260px,.9fr);
  gap:22px;
  align-items:center;
  padding:24px;
  border-radius:24px;
  border:1px solid var(--xrc-border);
  background:var(--xrc-surface);
  box-shadow:var(--xrc-shadow-md);
}

body[data-xrc-shell="2026"] .xrc-forum-card__icon{
  width:64px;
  height:64px;
  border-radius:20px;
  background:linear-gradient(180deg, var(--xrc-accent-soft), rgba(255,255,255,.92));
  border:1px solid rgba(212,56,48,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--xrc-accent);
  font-size:20px;
  font-weight:800;
  letter-spacing:.08em;
}

body[data-xrc-shell="2026"] .xrc-forum-card__main{
  display:grid;
  gap:10px;
  min-width:0;
}

body[data-xrc-shell="2026"] .xrc-forum-card__title{
  font-size:21px;
  line-height:1.28;
}

body[data-xrc-shell="2026"] .xrc-forum-card__title a{
  color:var(--xrc-text)!important;
}

body[data-xrc-shell="2026"] .xrc-forum-card__title a:hover{
  color:var(--xrc-accent)!important;
}

body[data-xrc-shell="2026"] .xrc-forum-card__desc{
  color:var(--xrc-muted);
  font-size:15px;
  line-height:1.7;
}

body[data-xrc-shell="2026"] .xrc-forum-card__desc blockquote{
  margin:0;
}

body[data-xrc-shell="2026"] .xrc-forum-card__stats{
  display:grid;
  gap:10px;
}

body[data-xrc-shell="2026"] .xrc-forum-card__stat{
  padding:12px 14px;
  border-radius:16px;
  border:1px solid var(--xrc-border);
  background:var(--xrc-soft);
  display:grid;
  gap:4px;
}

body[data-xrc-shell="2026"] .xrc-forum-card__stat span{
  color:var(--xrc-muted);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body[data-xrc-shell="2026"] .xrc-forum-card__stat strong{
  font-size:18px;
  color:var(--xrc-text);
}

body[data-xrc-shell="2026"] .xrc-forum-card__last{
  display:grid;
  gap:10px;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid var(--xrc-border);
  background:var(--xrc-soft);
  min-width:0;
}

body[data-xrc-shell="2026"] .xrc-forum-card__last-label{
  color:var(--xrc-faint);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body[data-xrc-shell="2026"] .xrc-forum-card__last-title{
  color:var(--xrc-text);
  font-weight:700;
  line-height:1.45;
}

body[data-xrc-shell="2026"] .xrc-forum-card__last-meta{
  color:var(--xrc-muted);
  font-size:13px;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

body[data-xrc-shell="2026"] .xrc-thread-card{
  display:grid;
  grid-template-columns:64px minmax(0,1fr) minmax(150px,.55fr) minmax(210px,.75fr);
  gap:20px;
  align-items:center;
  padding:20px 22px;
  border-radius:22px;
  border:1px solid var(--xrc-border);
  background:var(--xrc-surface);
  box-shadow:var(--xrc-shadow-md);
}

body[data-xrc-shell="2026"] .xrc-thread-card__media{
  display:flex;
  justify-content:center;
}

body[data-xrc-shell="2026"] .xrc-thread-card__media img{
  width:52px;
  height:52px;
  object-fit:cover;
  border-radius:18px;
  box-shadow:var(--xrc-shadow-sm);
}

body[data-xrc-shell="2026"] .xrc-thread-card__body{
  display:grid;
  gap:10px;
  min-width:0;
}

body[data-xrc-shell="2026"] .xrc-thread-card__title{
  font-size:20px;
  line-height:1.35;
}

body[data-xrc-shell="2026"] .xrc-thread-card__title a{
  color:var(--xrc-text)!important;
}

body[data-xrc-shell="2026"] .xrc-thread-card__title a:hover{
  color:var(--xrc-accent)!important;
}

body[data-xrc-shell="2026"] .xrc-thread-card__status .locked{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:var(--xrc-accent-soft);
  color:var(--xrc-accent)!important;
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

body[data-xrc-shell="2026"] .xrc-thread-card__meta{
  color:var(--xrc-muted);
  font-size:14px;
}

body[data-xrc-shell="2026"] .xrc-thread-card__meta .itemPageNav{
  display:inline-flex;
  flex-wrap:wrap;
  gap:6px;
}

body[data-xrc-shell="2026"] .xrc-thread-card__meta .itemPageNav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:28px;
  height:28px;
  padding:0 8px;
  border-radius:999px;
  background:var(--xrc-soft);
  border:1px solid var(--xrc-border);
  color:var(--xrc-text)!important;
  font-size:12px;
  font-weight:700;
}

body[data-xrc-shell="2026"] .xrc-thread-card__stats,
body[data-xrc-shell="2026"] .xrc-thread-card__latest{
  display:grid;
  gap:10px;
}

body[data-xrc-shell="2026"] .xrc-thread-card__stats dl,
body[data-xrc-shell="2026"] .xrc-thread-card__latest .lastPostInfo{
  margin:0!important;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid var(--xrc-border);
  background:var(--xrc-soft)!important;
}

body[data-xrc-shell="2026"] .xrc-thread-card__stats dt{
  color:var(--xrc-muted)!important;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body[data-xrc-shell="2026"] .xrc-thread-card__stats dd{
  color:var(--xrc-text)!important;
  font-size:17px;
  font-weight:800;
}

body[data-xrc-shell="2026"] .xrc-thread-item.locked .xrc-thread-card{
  border-left:4px solid var(--xrc-gold);
}

body[data-xrc-shell="2026"] .xrc-post-card{
  display:grid;
  grid-template-columns:290px minmax(0,1fr);
  gap:0;
  border-radius:26px;
  border:1px solid var(--xrc-border);
  background:var(--xrc-surface);
  box-shadow:var(--xrc-shadow-md);
  overflow:hidden;
}

body[data-xrc-shell="2026"] .xrc-post-card__author{
  padding:24px;
  background:linear-gradient(180deg, var(--xrc-surface-2), var(--xrc-surface))!important;
  border-right:1px solid var(--xrc-border)!important;
  margin:0!important;
}

body[data-xrc-shell="2026"] .xrc-post-card__author .messageUserBlock{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}

body[data-xrc-shell="2026"] .xrc-post-card__author .arrow,
body[data-xrc-shell="2026"] #ts_overlay{
  display:none!important;
}

body[data-xrc-shell="2026"] .xrc-post-card__author .avatarHolder{
  margin:0 0 18px!important;
}

body[data-xrc-shell="2026"] .xrc-post-card__author .avatarHolder img{
  width:92px!important;
  height:92px!important;
  object-fit:cover;
  border-radius:24px!important;
  box-shadow:var(--xrc-shadow-sm);
}

body[data-xrc-shell="2026"] .xrc-post-card__author .UserOffline,
body[data-xrc-shell="2026"] .xrc-post-card__author .UserOnline{
  display:inline-flex!important;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  margin-bottom:16px;
  border-radius:999px;
  background:var(--xrc-soft)!important;
  border:1px solid var(--xrc-border)!important;
  color:var(--xrc-muted)!important;
  font-size:12px;
  font-weight:700;
}

body[data-xrc-shell="2026"] .xrc-post-card__author .userText{
  display:grid;
  gap:6px;
  margin:0 0 18px!important;
}

body[data-xrc-shell="2026"] .xrc-post-card__author .userText .username{
  font-size:24px;
  font-weight:800;
  color:var(--xrc-text)!important;
}

body[data-xrc-shell="2026"] .xrc-post-card__author .userTitle{
  color:var(--xrc-muted)!important;
  font-style:normal;
  font-size:14px;
}

body[data-xrc-shell="2026"] .xrc-post-card__author .userBanner{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:var(--xrc-accent-soft);
  color:var(--xrc-accent)!important;
  font-size:12px;
  font-weight:800;
}

body[data-xrc-shell="2026"] .xrc-post-card__author .extraUserInfo{
  display:grid;
  gap:10px;
}

body[data-xrc-shell="2026"] .xrc-post-card__author .extraUserInfo dl{
  margin:0!important;
  padding:11px 12px;
  border-radius:14px;
  border:1px solid var(--xrc-border)!important;
  background:var(--xrc-surface)!important;
}

body[data-xrc-shell="2026"] .xrc-post-card__author .extraUserInfo dt{
  color:var(--xrc-muted)!important;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body[data-xrc-shell="2026"] .xrc-post-card__author .extraUserInfo dd{
  color:var(--xrc-text)!important;
  font-size:15px;
  font-weight:700;
}

body[data-xrc-shell="2026"] .xrc-post-card__content{
  padding:28px 32px;
  min-width:0;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

body[data-xrc-shell="2026"] .xrc-post-card__content .messageContent article{
  min-width:0;
}

body[data-xrc-shell="2026"] .xrc-post-card__content .messageText{
  max-width:var(--xrc-reading);
  margin:0!important;
  color:var(--xrc-text)!important;
  font-size:16px;
  line-height:1.76;
  background:transparent!important;
}

body[data-xrc-shell="2026"] .xrc-post-card__content .messageText img,
body[data-xrc-shell="2026"] .xrc-post-card__content .messageText table,
body[data-xrc-shell="2026"] .xrc-post-card__content .bbCodeBlock{
  max-width:100%;
}

body[data-xrc-shell="2026"] .bbCodeQuote,
body[data-xrc-shell="2026"] .quote,
body[data-xrc-shell="2026"] .quoteContainer .quote{
  background:var(--xrc-soft)!important;
  border:1px solid var(--xrc-border)!important;
  border-left:4px solid var(--xrc-accent)!important;
  border-radius:18px!important;
  color:var(--xrc-text)!important;
}

body[data-xrc-shell="2026"] .bbCodeQuote .attribution,
body[data-xrc-shell="2026"] .quoteContainer .attribution{
  color:var(--xrc-faint)!important;
  background:transparent!important;
}

body[data-xrc-shell="2026"] .quoteExpand{
  color:var(--xrc-accent)!important;
  font-size:13px;
}

body[data-xrc-shell="2026"] .bbCodeCode,
body[data-xrc-shell="2026"] .bbCodeBlock code,
body[data-xrc-shell="2026"] pre{
  background:#0f1720!important;
  color:#f8fbff!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:16px!important;
  font-family:var(--xrc-font-mono);
}

body[data-xrc-shell="2026"] .signature{
  margin-top:18px!important;
  padding-top:16px;
  border-top:1px solid var(--xrc-border)!important;
  color:var(--xrc-muted)!important;
  font-size:13px;
}

body[data-xrc-shell="2026"] .likesSummary{
  margin-top:16px!important;
  padding:14px 16px!important;
  border-radius:16px!important;
  border:1px solid var(--xrc-border)!important;
  background:var(--xrc-soft)!important;
}

body[data-xrc-shell="2026"] .messageMeta{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:14px;
  margin-top:20px!important;
  padding-top:16px;
  border-top:1px solid var(--xrc-border)!important;
}

body[data-xrc-shell="2026"] .privateControls,
body[data-xrc-shell="2026"] .publicControls{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

body[data-xrc-shell="2026"] .publicControls .postNumber{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  min-height:34px;
  padding:0 12px!important;
  border-radius:999px;
  background:var(--xrc-soft);
  border:1px solid var(--xrc-border);
  color:var(--xrc-text)!important;
  font-weight:800;
}

body[data-xrc-shell="2026"] .PageNav{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}

body[data-xrc-shell="2026"] .PageNav .pageNavHeader{
  color:var(--xrc-muted)!important;
  font-size:14px;
  font-weight:700;
  margin-right:6px;
}

body[data-xrc-shell="2026"] .PageNav a,
body[data-xrc-shell="2026"] .PageNav .currentPage{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-width:40px;
  min-height:40px;
  padding:0 14px!important;
  border-radius:999px!important;
  border:1px solid var(--xrc-border)!important;
  background:var(--xrc-surface)!important;
  color:var(--xrc-text)!important;
}

body[data-xrc-shell="2026"] .PageNav .currentPage{
  background:var(--xrc-accent)!important;
  border-color:transparent!important;
  color:#fff!important;
}

body[data-xrc-shell="2026"] .xrc-profile-hero{
  display:grid;
  grid-template-columns:200px minmax(0,1fr) 320px;
  gap:28px;
  padding:28px;
  margin:0 0 28px;
  border-radius:28px;
  border:1px solid var(--xrc-border);
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,252,255,.98));
  box-shadow:var(--xrc-shadow-md);
}

html[data-xrc-theme="dark"] body[data-xrc-shell="2026"] .xrc-profile-hero{
  background:linear-gradient(180deg, rgba(18,25,35,.96), rgba(15,23,35,.99));
}

body[data-xrc-shell="2026"] .xrc-profile-hero__avatar .avatarScaler{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  border-radius:24px;
  border:1px solid var(--xrc-border);
  background:var(--xrc-surface);
}

body[data-xrc-shell="2026"] .xrc-profile-hero__avatar img{
  width:160px;
  height:160px;
  object-fit:cover;
  border-radius:28px;
  box-shadow:var(--xrc-shadow-md);
}

body[data-xrc-shell="2026"] .xrc-profile-hero__main{
  display:grid;
  gap:12px;
}

body[data-xrc-shell="2026"] .xrc-profile-hero__main h1{
  font-size:clamp(32px,1.6rem + .9vw,46px);
  line-height:1.1;
}

body[data-xrc-shell="2026"] .xrc-profile-hero__main .userBlurb{
  margin:0!important;
  color:var(--xrc-muted)!important;
  font-size:16px;
}

body[data-xrc-shell="2026"] .xrc-profile-hero__main .lastActivity{
  margin:6px 0 0!important;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid var(--xrc-border)!important;
  background:var(--xrc-surface)!important;
}

body[data-xrc-shell="2026"] .xrc-stats-grid--profile{
  align-content:start;
}

body[data-xrc-shell="2026"] .xrc-main--member{
  display:grid;
  gap:20px;
}

body[data-xrc-shell="2026"] .xrc-card--profile-tabs .mainTabs{
  display:flex!important;
  flex-wrap:wrap;
  gap:10px;
  list-style:none;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
}

body[data-xrc-shell="2026"] .xrc-card--profile-tabs .mainTabs li{margin:0!important}

body[data-xrc-shell="2026"] .xrc-card--profile-tabs .mainTabs li a{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px!important;
  border-radius:999px!important;
  border:1px solid var(--xrc-border)!important;
  background:var(--xrc-soft)!important;
  color:var(--xrc-text)!important;
  font-weight:700;
}

body[data-xrc-shell="2026"] .xrc-card--profile-tabs .mainTabs li.active a,
body[data-xrc-shell="2026"] .xrc-card--profile-tabs .mainTabs li.selected a,
body[data-xrc-shell="2026"] .xrc-card--profile-tabs .mainTabs li a.active{
  background:var(--xrc-accent)!important;
  border-color:transparent!important;
  color:#fff!important;
}

body[data-xrc-shell="2026"] #ProfilePanes{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:18px;
}

body[data-xrc-shell="2026"] #ProfilePanes > li{
  background:transparent!important;
  border:0!important;
}

body[data-xrc-shell="2026"] #ProfilePanes > li .section,
body[data-xrc-shell="2026"] #ProfilePanes > li.profileContent{
  background:var(--xrc-surface)!important;
  border:1px solid var(--xrc-border)!important;
  border-radius:22px!important;
  box-shadow:var(--xrc-shadow-md)!important;
  overflow:hidden;
}

body[data-xrc-shell="2026"] #ProfilePanes > li .textHeading{
  margin:0!important;
  padding:18px 20px!important;
  border-bottom:1px solid var(--xrc-border)!important;
  background:var(--xrc-surface-2)!important;
  color:var(--xrc-text)!important;
  font-size:13px;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
}

body[data-xrc-shell="2026"] #ProfilePanes > li .primaryContent{
  padding:20px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

body[data-xrc-shell="2026"] #NoProfilePosts{
  list-style:none;
  padding:22px!important;
  border:1px dashed var(--xrc-border-strong)!important;
  border-radius:18px!important;
  background:var(--xrc-soft)!important;
  color:var(--xrc-muted)!important;
}

body[data-xrc-shell="2026"] .xrc-profile-details .secondaryContent{
  padding:0!important;
  background:transparent!important;
  border:0!important;
}

body[data-xrc-shell="2026"] .xrc-profile-details dl{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:12px 0;
  margin:0!important;
  border-bottom:1px solid var(--xrc-border)!important;
}

body[data-xrc-shell="2026"] .xrc-profile-details dl:last-child{
  border-bottom:0!important;
}

body[data-xrc-shell="2026"] .xrc-profile-details dt{
  color:var(--xrc-muted)!important;
  font-size:13px;
  font-weight:700;
}

body[data-xrc-shell="2026"] .xrc-profile-details dd{
  color:var(--xrc-text)!important;
  font-weight:700;
}

body[data-xrc-shell="2026"] .xrc-card--generic,
body[data-xrc-shell="2026"] .xrc-card--threads,
body[data-xrc-shell="2026"] .xrc-card--posts,
body[data-xrc-shell="2026"] .xrc-card--profile-panes{
  padding:24px;
}

body[data-xrc-shell="2026"] .xrc-card--generic .DiscussionListOptions{
  margin-top:20px;
}

body[data-xrc-shell="2026"] .xrc-card--generic .ctrlUnit,
body[data-xrc-shell="2026"] .xrc-card--compact .ctrlUnit{
  margin-bottom:16px;
}

body[data-xrc-shell="2026"] .xrc-card--generic .buttonGroup,
body[data-xrc-shell="2026"] .xrc-card--compact .buttonGroup{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

body[data-xrc-shell="2026"] .xrc-meta-list{
  display:grid;
  gap:12px;
}

body[data-xrc-shell="2026"] .xrc-meta-row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid var(--xrc-border);
  background:var(--xrc-soft);
}

body[data-xrc-shell="2026"] .xrc-meta-row span{
  color:var(--xrc-muted);
  font-size:13px;
  font-weight:700;
}

body[data-xrc-shell="2026"] .xrc-meta-row strong{
  color:var(--xrc-text);
  font-size:14px;
}

body[data-xrc-shell="2026"] .xrc-legacy-tools{
  display:none!important;
}

body[data-xrc-shell="2026"] .sectionHeaders,
body[data-xrc-shell="2026"] .boardTitle,
body[data-xrc-shell="2026"] .jumpMenuTrigger,
body[data-xrc-shell="2026"] .helper,
body[data-xrc-shell="2026"] .choosers,
body[data-xrc-shell="2026"] .skin_branding,
body[data-xrc-shell="2026"] #footer,
body[data-xrc-shell="2026"] .footer,
body[data-xrc-shell="2026"] .footerLegal{
  display:none!important;
}

body[data-xrc-shell="2026"] .xrc-site-footer{
  margin-top:48px;
  background:var(--xrc-shell);
  color:#d6ddea;
  border-top:1px solid rgba(255,255,255,.08);
}

body[data-xrc-shell="2026"] .xrc-site-footer .pageContent{
  padding:30px 0 26px!important;
}

body[data-xrc-shell="2026"] .xrc-site-footer__grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
  gap:28px;
  align-items:start;
}

body[data-xrc-shell="2026"] .xrc-site-footer__brand strong{
  display:block;
  font-size:22px;
  line-height:1.1;
  margin-bottom:10px;
  color:#fff;
}

body[data-xrc-shell="2026"] .xrc-site-footer__brand p{
  margin:0;
  color:#9fb0c4;
  line-height:1.7;
}

body[data-xrc-shell="2026"] .xrc-site-footer__links{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 14px;
}

body[data-xrc-shell="2026"] .xrc-site-footer__links a{
  color:#eef2f7!important;
  font-weight:600;
}

body[data-xrc-shell="2026"] .xrc-site-footer__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#9fb0c4;
  font-size:14px;
}

body[data-xrc-shell="2026"] .xrc-site-footer__bottom a{
  color:#eef2f7!important;
  font-weight:700;
}

body[data-xrc-shell="2026"] #PreviewTooltip .section{
  border-radius:18px!important;
  border:1px solid var(--xrc-border)!important;
  box-shadow:var(--xrc-shadow-lg)!important;
}

@media (max-width:1280px){
  body[data-xrc-shell="2026"] .xrc-layout{
    grid-template-columns:1fr;
  }
  body[data-xrc-shell="2026"] .xrc-rail{
    position:static;
  }
  body[data-xrc-shell="2026"] .xrc-forum-card{
    grid-template-columns:72px minmax(0,1fr) minmax(210px,.8fr);
  }
  body[data-xrc-shell="2026"] .xrc-forum-card__last{
    grid-column:2 / -1;
  }
  body[data-xrc-shell="2026"] .xrc-thread-card{
    grid-template-columns:64px minmax(0,1fr) minmax(160px,.7fr);
  }
  body[data-xrc-shell="2026"] .xrc-thread-card__latest{
    grid-column:2 / -1;
  }
  body[data-xrc-shell="2026"] .xrc-profile-hero{
    grid-template-columns:180px minmax(0,1fr);
  }
  body[data-xrc-shell="2026"] .xrc-profile-hero__stats{
    grid-column:1 / -1;
  }
}

@media (max-width:980px){
  body[data-xrc-shell="2026"] .xrc-hero{
    grid-template-columns:1fr;
    padding:24px;
  }
  body[data-xrc-shell="2026"] .xrc-post-card{
    grid-template-columns:1fr;
  }
  body[data-xrc-shell="2026"] .xrc-post-card__author{
    border-right:0!important;
    border-bottom:1px solid var(--xrc-border)!important;
  }
  body[data-xrc-shell="2026"] .xrc-post-card__content{
    padding:24px;
  }
  body[data-xrc-shell="2026"] .xrc-post-card__content .messageText{
    max-width:100%;
  }
  body[data-xrc-shell="2026"] .xrc-site-footer__grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:820px){
  body[data-xrc-shell="2026"] .xrc-topbar__meta,
  body[data-xrc-shell="2026"] .xrc-nav__utility{
    display:none;
  }
  body[data-xrc-shell="2026"] .xrc-iconbtn--nav,
  body[data-xrc-shell="2026"] .xrc-iconbtn--search{
    display:inline-flex;
  }
  body[data-xrc-shell="2026"] .xrc-nav-shell{
    min-height:56px;
  }
  body[data-xrc-shell="2026"] .xrc-nav{
    display:none;
  }
  body[data-xrc-shell="2026"].xrc-nav-open .xrc-nav{
    display:block;
    position:absolute;
    left:24px;
    right:24px;
    top:calc(100% + 10px);
    padding:16px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.08);
    background:var(--xrc-shell-2);
    box-shadow:var(--xrc-shadow-lg);
  }
  body[data-xrc-shell="2026"] .xrc-nav__list{
    flex-direction:column;
    align-items:stretch;
    padding:0;
  }
  body[data-xrc-shell="2026"] .xrc-nav__link{
    width:100%;
    justify-content:flex-start;
  }
  body[data-xrc-shell="2026"] #searchBar{
    display:none;
    padding:0 0 18px!important;
  }
  body[data-xrc-shell="2026"].xrc-search-open #searchBar{
    display:block;
  }
  body[data-xrc-shell="2026"] .xrc-search-form{
    grid-template-columns:1fr;
  }
  body[data-xrc-shell="2026"] .xrc-search-form__actions{
    flex-wrap:wrap;
  }
  body[data-xrc-shell="2026"] .xrc-stream-grid{
    grid-template-columns:1fr;
  }
  body[data-xrc-shell="2026"] .xrc-forum-card{
    grid-template-columns:64px minmax(0,1fr);
  }
  body[data-xrc-shell="2026"] .xrc-forum-card__stats,
  body[data-xrc-shell="2026"] .xrc-forum-card__last{
    grid-column:1 / -1;
  }
  body[data-xrc-shell="2026"] .xrc-thread-card{
    grid-template-columns:56px minmax(0,1fr);
  }
  body[data-xrc-shell="2026"] .xrc-thread-card__stats,
  body[data-xrc-shell="2026"] .xrc-thread-card__latest{
    grid-column:1 / -1;
  }
}

@media (max-width:640px){
  body[data-xrc-shell="2026"] .pageWidth{
    padding:0 14px!important;
  }
  body[data-xrc-shell="2026"] .xrc-brand__mark{
    width:46px;
    height:46px;
    border-radius:16px;
    font-size:16px;
  }
  body[data-xrc-shell="2026"] .xrc-brand__text strong{
    font-size:18px;
  }
  body[data-xrc-shell="2026"] .xrc-brand__text em{
    font-size:11px;
  }
  body[data-xrc-shell="2026"] .xrc-profile-hero{
    grid-template-columns:1fr;
    gap:20px;
    padding:22px;
  }
  body[data-xrc-shell="2026"] .xrc-profile-hero__avatar .avatarScaler{
    padding:18px;
  }
  body[data-xrc-shell="2026"] .xrc-profile-hero__avatar img{
    width:132px;
    height:132px;
  }
  body[data-xrc-shell="2026"] .xrc-hero,
  body[data-xrc-shell="2026"] .xrc-card,
  body[data-xrc-shell="2026"] .xrc-forum-card,
  body[data-xrc-shell="2026"] .xrc-thread-card,
  body[data-xrc-shell="2026"] .xrc-post-card{
    border-radius:20px;
  }
  body[data-xrc-shell="2026"] .xrc-card,
  body[data-xrc-shell="2026"] .xrc-forum-card,
  body[data-xrc-shell="2026"] .xrc-thread-card{
    padding:18px;
  }
  body[data-xrc-shell="2026"] .xrc-post-card__author,
  body[data-xrc-shell="2026"] .xrc-post-card__content{
    padding:20px;
  }
  body[data-xrc-shell="2026"] .xrc-site-footer__links{
    grid-template-columns:1fr;
  }
  body[data-xrc-shell="2026"] .xrc-site-footer__bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
    scroll-behavior:auto!important;
  }
}
