.r69-header-shell{
  position:sticky;
  top:0;
  z-index:80;
  padding:6px 0;
  background:linear-gradient(90deg,rgba(2,8,4,.95),rgba(8,13,5,.91),rgba(24,7,4,.95));
  border-bottom:1px solid rgba(255,216,76,.08);
  backdrop-filter:blur(16px);
}
.r69-header-shell .r69-header-inner{
  width:min(1180px,calc(100% - 64px));
  margin:0 auto;
  min-height:56px;
  display:grid;
  grid-template-columns:62px 1fr auto;
  align-items:center;
  gap:16px;
  border:1px solid rgba(255,216,76,.20);
  border-radius:18px;
  padding:7px 16px;
  background:
    linear-gradient(90deg,rgba(0,0,0,.66),rgba(0,0,0,.46),rgba(0,0,0,.66)),
    radial-gradient(circle at 7% 50%,rgba(255,216,76,.08),transparent 16%);
  box-shadow:0 14px 46px rgba(0,0,0,.26);
}
.r69-brand{
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  text-decoration:none;
}
.r69-brand-avatar{
  width:48px;
  height:48px;
  border-radius:50%;
  object-fit:cover;
  display:block;
  border:2px solid rgba(255,216,76,.72);
  box-shadow:0 0 0 2px rgba(33,240,109,.22),0 0 20px rgba(255,216,76,.28);
}
.r69-brand-mark{
  width:44px;
  height:44px;
  border-radius:50%;
  background:
    radial-gradient(circle at 56% 56%,rgba(71,54,0,.88) 0 30%,transparent 31%),
    linear-gradient(135deg,var(--r69-green),var(--r69-yellow),var(--r69-red));
  border:2px solid rgba(0,0,0,.55);
}
.r69-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  flex-wrap:wrap;
}
.r69-nav a{
  position:relative;
  color:rgba(255,255,255,.76);
  text-decoration:none;
  font-weight:950;
  font-size:.78rem;
  letter-spacing:.085em;
  text-transform:uppercase;
  padding:7px 0;
  border-radius:0;
}
.r69-nav a[aria-current="page"]{
  color:var(--r69-yellow);
  background:none;
  box-shadow:none;
}
.r69-nav a[aria-current="page"]::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--r69-red),var(--r69-yellow),var(--r69-green));
}
.r69-lang{
  display:flex;
  align-items:center;
  gap:4px;
  border:1px solid rgba(255,216,76,.18);
  border-radius:999px;
  padding:4px;
  background:rgba(0,0,0,.22);
  white-space:nowrap;
}
.r69-lang button{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  margin:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  min-height:28px;
  padding:0 8px;
  border-radius:999px;
  background:transparent;
  color:rgba(255,255,255,.72);
  font:inherit;
  font-weight:950;
  font-size:.72rem;
  cursor:pointer;
}
.r69-lang button.is-active{
  color:#071006;
  background:var(--r69-yellow);
  box-shadow:0 0 0 1px rgba(255,216,76,.24),0 0 22px rgba(255,216,76,.20);
}
@media(max-width:980px){
  .r69-header-shell .r69-header-inner{
    width:min(100% - 24px,1180px);
    grid-template-columns:1fr;
    border-radius:24px;
    justify-items:start;
  }
  .r69-nav{justify-content:flex-start}
}

/* === V3.321W KPI I18N RUNTIME FIX: language button hardening === */
.r69-lang button{
  appearance:none;
  -webkit-appearance:none;
  border:0 !important;
  outline:0;
  margin:0;
  font-family:inherit;
  line-height:1;
}
.r69-lang button:focus-visible{
  box-shadow:0 0 0 2px rgba(255,216,76,.45);
}
