/* WELLE 6 - Final Polish */

/* ===== #167 RTL-Support ===== */
[dir="rtl"] .ak-nav{flex-direction:row-reverse}
[dir="rtl"] aside.side{border-right:none;border-left:1px solid var(--line)}
[dir="rtl"] .dash{grid-template-columns:minmax(0,1fr) 260px}
[dir="rtl"] .s-item{text-align:right;flex-direction:row-reverse}
[dir="rtl"] .s-item.on::before{left:auto;right:-12px;border-radius:3px 0 0 3px}
[dir="rtl"] .azn-bub-btn{right:auto;left:24px}
[dir="rtl"] .azn-bub-panel{right:auto;left:24px}

/* RTL Sprachen automatisch */
html[lang="ar"], html[lang="he"], html[lang="fa"], html[lang="ur"]{direction:rtl}

/* ===== #168 WRITING-MODE fuer asiatische Schriften ===== */
.w6-vertical{
  writing-mode:vertical-rl;
  text-orientation:mixed
}
[lang="ja"] .w6-quote-text,
[lang="zh"] .w6-quote-text{
  line-height:1.8
}

/* ===== SW-Update-Banner ===== */
.w6-sw-update{
  position:fixed;top:0;left:0;right:0;
  padding:10px 18px;
  background:linear-gradient(135deg,#aaff00,#00f5ff);
  color:#070710;
  font-family:-apple-system,'Inter',sans-serif;
  font-size:13px;font-weight:600;
  display:none;align-items:center;justify-content:center;gap:14px;
  z-index:99998;
  animation:w6Down .4s cubic-bezier(.16,1,.3,1)
}
@keyframes w6Down{from{transform:translateY(-100%)}to{transform:translateY(0)}}
.w6-sw-update.on{display:flex}
.w6-sw-update button{
  background:#070710;color:#aaff00;border:none;
  padding:6px 14px;border-radius:999px;
  font-weight:700;font-size:12px;cursor:pointer
}

/* ===== 404 Search-Suggest ===== */
.w6-404-sug{
  margin-top:24px;padding:18px;
  background:rgba(0,245,255,.05);
  border:1px solid rgba(0,245,255,.2);
  border-radius:14px;
  display:none
}
.w6-404-sug.on{display:block}
.w6-404-sug-t{font-family:'JetBrains Mono',monospace;font-size:10px;color:#00f5ff;text-transform:uppercase;letter-spacing:.2em;margin-bottom:10px}
.w6-404-sug a{display:block;padding:8px 0;color:#fff;border-bottom:1px solid rgba(255,255,255,.06);text-decoration:none;font-size:14px}
.w6-404-sug a:hover{color:#00f5ff;padding-left:6px}
.w6-404-sug a:last-child{border-bottom:none}

/* ===== Critical CSS hint ===== */
.w6-critical-loaded{opacity:1!important}

/* ===== Click-Heatmap (Debug-only, hidden default) ===== */
.w6-hmap-rec{
  position:fixed;bottom:160px;right:24px;
  width:42px;height:42px;border-radius:50%;
  background:rgba(255,0,110,.9);color:#fff;
  border:none;cursor:pointer;
  display:none;align-items:center;justify-content:center;
  font-size:18px;z-index:90;
  box-shadow:0 8px 24px -8px rgba(255,0,110,.6)
}
body.w6-hmap-on .w6-hmap-rec{display:flex}
