/* R4X Wissens-Navigator v2294 — gemeinsam mit App und Daten versioniert */
:root{
  color-scheme:dark;
  --wn-bg:#02070d;
  --wn-bg-soft:#04101c;
  --wn-navy:#061a2e;
  --wn-navy-2:#0a243d;
  --wn-black:#05070a;
  --wn-panel:#07111d;
  --wn-panel-2:#0a1726;
  --wn-gold:#d4ad5b;
  --wn-gold-strong:#f0ca75;
  --wn-gold-soft:rgba(212,173,91,.18);
  --wn-white:#f7f9fc;
  --wn-text:#dce5ee;
  --wn-muted:#8fa0b2;
  --wn-line:rgba(255,255,255,.105);
  --wn-line-strong:rgba(212,173,91,.34);
  --wn-blue:#76b7ff;
  --wn-green:#76d5a3;
  --wn-red:#f08e8e;
  --wn-shadow:0 28px 80px rgba(0,0,0,.44);
}

*{box-sizing:border-box}
html{background:var(--wn-bg);scroll-behavior:smooth}
html.wn-dialog-open,html.wn-dialog-open body{overflow:hidden}
body{
  margin:0;
  min-width:320px;
  background:
    radial-gradient(circle at 50% -12%,rgba(18,61,99,.36),transparent 34rem),
    linear-gradient(180deg,#061626 0,#02080f 35rem,#02060b 100%);
  color:var(--wn-text);
  font-family:"Open Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
button,input,a{font:inherit}
button{color:inherit}
button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--wn-gold-strong);outline-offset:3px}
[hidden]{display:none!important}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

.wn-shell{width:min(1500px,calc(100% - 40px));margin:0 auto;padding:34px 0 46px}
.wn-hero{display:flex;align-items:center;gap:18px;padding:8px 4px 24px}
.wn-hero__icon{width:72px;height:72px;display:grid;place-items:center;border:1px solid var(--wn-line-strong);border-radius:22px;background:linear-gradient(145deg,#0b2743,#030b13);box-shadow:inset 0 1px rgba(255,255,255,.08),0 16px 42px rgba(0,0,0,.35)}
.wn-hero__icon img{width:46px;height:46px;object-fit:contain}
.wn-hero__copy{min-width:0}
.wn-kicker{display:flex;align-items:center;gap:10px;margin-bottom:3px;color:#b6c4d2;font-size:.74rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.wn-kicker__mark{color:var(--wn-gold-strong)}
.wn-hero h1{margin:0;color:var(--wn-white);font-size:clamp(2rem,4vw,3.55rem);line-height:1.02;letter-spacing:-.045em}
.wn-hero p{max-width:760px;margin:9px 0 0;color:#a9b9c9;font-size:1rem;line-height:1.65}

.wn-toolbar{
  position:relative;
  z-index:3;
  display:flex;
  align-items:stretch;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
  padding:10px;
  border:1px solid var(--wn-line);
  border-radius:20px;
  background:linear-gradient(135deg,rgba(8,24,40,.96),rgba(3,10,17,.97));
  box-shadow:0 14px 40px rgba(0,0,0,.27),inset 0 1px rgba(255,255,255,.04);
}
.wn-toolbar__history{display:flex;align-items:center;gap:10px;min-width:0;flex:1}
.wn-toolbar__actions{display:flex;align-items:stretch;gap:8px}
.wn-control,.wn-search-trigger{
  border:1px solid rgba(255,255,255,.11);
  border-radius:13px;
  background:#050b12;
  color:#e8eef5;
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 14px;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,transform .18s ease,color .18s ease;
}
.wn-control:hover,.wn-search-trigger:hover{border-color:rgba(212,173,91,.45);background:#0a1724;transform:translateY(-1px)}
.wn-control:disabled{opacity:.38;cursor:not-allowed;transform:none}
.wn-control--quiet{width:46px;padding:0;color:#8fa0b2}
.wn-search-trigger{min-width:265px;justify-content:flex-start;color:#c7d3de}
.wn-search-trigger__icon{font-size:1.35rem;color:var(--wn-gold-strong)}
.wn-search-trigger kbd{margin-left:auto;border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:2px 7px;background:#02060a;color:#8090a0;font-size:.72rem}
.wn-path{min-width:0;display:flex;align-items:center;gap:10px;flex:1}
.wn-path__label{flex:0 0 auto;color:#718497;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.wn-path__items{display:flex;align-items:center;gap:5px;min-width:0;overflow-x:auto;scrollbar-width:none;padding:3px 2px}
.wn-path__items::-webkit-scrollbar{display:none}
.wn-path__crumb{border:0;background:transparent;color:#9fb0bf;padding:6px 7px;border-radius:8px;cursor:pointer;white-space:nowrap;font-size:.78rem}
.wn-path__crumb:hover{background:rgba(255,255,255,.055);color:#fff}
.wn-path__crumb[aria-current="page"]{color:var(--wn-gold-strong);font-weight:800;cursor:default}
.wn-path__sep{color:#445566;font-size:.72rem}

.wn-workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,410px);gap:16px;align-items:stretch}
.wn-map-panel,.wn-inspector{
  border:1px solid var(--wn-line);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(8,28,47,.98),rgba(3,10,17,.995) 70%);
  box-shadow:var(--wn-shadow),inset 0 1px rgba(255,255,255,.05);
  overflow:hidden;
}
.wn-map-panel{position:relative;min-height:700px;padding:22px}
.wn-map-panel:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 48%,rgba(20,67,106,.28),transparent 42%),linear-gradient(120deg,transparent 35%,rgba(255,255,255,.018),transparent 65%)}
.wn-map-panel__topline{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:2px 4px 0}
.wn-map-panel__topline>div{display:grid;gap:3px}
.wn-map-panel__eyebrow,.wn-inspector__eyebrow,.wn-mobile-current__eyebrow{color:var(--wn-gold-strong);font-size:.66rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.wn-map-panel__topline strong{color:#eaf0f6;font-size:.9rem}
.wn-map-panel__counter{border:1px solid rgba(212,173,91,.26);border-radius:999px;padding:6px 10px;color:#acbdcc;background:rgba(3,8,13,.56);font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}

.wn-mobile-current{display:none}

.wn-compass{position:relative;z-index:1;width:min(100%,900px);height:625px;margin:14px auto 0}
.wn-compass__ring{position:absolute;left:50%;top:50%;width:69%;height:67%;transform:translate(-50%,-50%);border:1px solid rgba(212,173,91,.34);border-radius:50%;box-shadow:inset 0 0 44px rgba(15,52,84,.16),0 0 34px rgba(212,173,91,.045)}
.wn-compass__ring:before{content:"";position:absolute;inset:15%;border:1px solid rgba(255,255,255,.055);border-radius:50%}
.wn-compass__axis{position:absolute;left:50%;top:50%;background:linear-gradient(90deg,transparent,rgba(212,173,91,.24),transparent);pointer-events:none}
.wn-compass__axis--horizontal{width:78%;height:1px;transform:translate(-50%,-50%)}
.wn-compass__axis--vertical{width:1px;height:77%;transform:translate(-50%,-50%);background:linear-gradient(180deg,transparent,rgba(212,173,91,.24),transparent)}

.wn-route{
  position:absolute;
  z-index:3;
  width:300px;
  min-height:132px;
  padding:17px 18px 15px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(4,9,14,.985),rgba(8,23,37,.985));
  color:var(--wn-text);
  text-align:left;
  cursor:pointer;
  box-shadow:0 18px 44px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.045);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.wn-route:before{content:"";position:absolute;left:16px;right:16px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(212,173,91,.68),transparent)}
.wn-route:hover,.wn-route:focus-visible,.wn-route.is-selected{border-color:rgba(212,173,91,.5);background:linear-gradient(145deg,#07111b,#0b263f);box-shadow:0 22px 54px rgba(0,0,0,.42),0 0 0 1px rgba(212,173,91,.08),inset 0 1px rgba(255,255,255,.06)}
.wn-route:hover{transform:translateY(-2px)}
.wn-route:disabled{opacity:.3;cursor:not-allowed;filter:saturate(.4)}
.wn-route__arrow{position:absolute;right:15px;top:13px;width:27px;height:27px;display:grid;place-items:center;border:1px solid rgba(212,173,91,.28);border-radius:50%;color:var(--wn-gold-strong);background:#050b11;font-size:.88rem}
.wn-route__direction{display:block;padding-right:35px;color:var(--wn-gold-strong);font-size:.64rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.wn-route__term{display:block;margin-top:6px;color:#fff;font-size:1.13rem;line-height:1.2;letter-spacing:-.02em}
.wn-route__reason{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:7px;color:#9eb0c0;font-size:.73rem;line-height:1.46}
.wn-route__meta{display:flex;gap:5px;flex-wrap:wrap;margin-top:9px}
.wn-route--north{left:50%;top:17px;transform:translateX(-50%);width:350px}
.wn-route--north:hover{transform:translate(-50%,-2px)}
.wn-route--south{left:50%;bottom:15px;transform:translateX(-50%);width:350px}
.wn-route--south:hover{transform:translate(-50%,-2px)}
.wn-route--west{left:0;top:50%;transform:translateY(-50%)}
.wn-route--west:hover{transform:translateY(calc(-50% - 2px))}
.wn-route--east{right:0;top:50%;transform:translateY(-50%)}
.wn-route--east:hover{transform:translateY(calc(-50% - 2px))}

.wn-center{
  position:absolute;
  z-index:4;
  left:50%;top:50%;
  width:238px;height:238px;
  transform:translate(-50%,-50%);
  border:1px solid rgba(212,173,91,.75);
  border-radius:50%;
  background:radial-gradient(circle at 50% 34%,#0e3151 0,#07192a 45%,#030911 100%);
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:28px;
  cursor:pointer;
  box-shadow:0 0 0 9px rgba(2,7,12,.78),0 0 0 10px rgba(212,173,91,.16),0 26px 62px rgba(0,0,0,.52),inset 0 1px rgba(255,255,255,.08);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.wn-center:hover{transform:translate(-50%,-50%) scale(1.018);border-color:var(--wn-gold-strong);box-shadow:0 0 0 9px rgba(2,7,12,.78),0 0 0 10px rgba(212,173,91,.25),0 30px 72px rgba(0,0,0,.58),inset 0 1px rgba(255,255,255,.09)}
.wn-center__overline{color:#a9b8c7;font-size:.59rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.wn-center__term{max-width:190px;margin:9px 0 8px;color:#fff;font-size:clamp(1.35rem,2.1vw,1.75rem);line-height:1.08;text-align:center;letter-spacing:-.035em;overflow-wrap:anywhere}
.wn-center.is-long .wn-center__term{font-size:1.35rem}
.wn-center.is-very-long .wn-center__term{font-size:1.08rem}
.wn-center__categories{display:flex;gap:5px;justify-content:center;flex-wrap:wrap}
.wn-center__action{margin-top:12px;border:1px solid rgba(212,173,91,.42);border-radius:999px;padding:7px 12px;color:#f4d78f;background:#050b11;font-size:.69rem;font-weight:800}

.wn-category{display:inline-flex;align-items:center;min-height:21px;border:1px solid rgba(133,174,213,.19);border-radius:999px;padding:2px 8px;background:rgba(12,39,63,.66);color:#a9c7df;font-size:.58rem;font-weight:800;line-height:1.15}
.wn-category--more{color:#8d9baa;background:rgba(255,255,255,.04)}

.wn-inspector{position:relative;min-height:700px;background:linear-gradient(160deg,#071522,#04090f 72%)}
.wn-inspector:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,transparent,var(--wn-gold),transparent);opacity:.72}
.wn-inspector__view{position:relative;z-index:1;padding:28px 27px 30px;min-height:100%;animation:wn-fade .22s ease}
.wn-inspector__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.wn-inspector h2{margin:5px 0 0;color:#fff;font-size:clamp(1.65rem,2.7vw,2.3rem);line-height:1.08;letter-spacing:-.04em;overflow-wrap:anywhere}
.wn-inspector__focus{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(212,173,91,.25);border-radius:12px;background:#050b11;color:var(--wn-gold-strong);cursor:pointer}
.wn-inspector__summary{margin:18px 0 0;color:#c5d1dc;font-size:.94rem;line-height:1.72}
.wn-inspector__categories,.wn-route-preview__categories{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}
.wn-insight-stack{display:grid;gap:8px;margin-top:22px}
.wn-insight{border:1px solid rgba(255,255,255,.085);border-radius:15px;padding:12px 13px;background:rgba(255,255,255,.025)}
.wn-insight>span{color:#8e9faf;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.wn-insight p{margin:5px 0 0;color:#bfcbd6;font-size:.78rem;line-height:1.55}
.wn-insight--risk{border-color:rgba(240,142,142,.18);background:rgba(106,27,32,.08)}
.wn-insight--risk>span{color:#efaaa9}
.wn-prerequisite{margin-top:20px;border:1px solid rgba(118,183,255,.2);border-radius:17px;padding:14px 15px;background:linear-gradient(135deg,rgba(26,74,113,.16),rgba(3,9,15,.3))}
.wn-prerequisite>span{display:block;color:#82b9e9;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.wn-prerequisite strong{display:block;margin-top:5px;color:#e7f3ff;font-size:.92rem}
.wn-prerequisite p{margin:5px 0 11px;color:#95a9bc;font-size:.75rem;line-height:1.5}
.wn-prerequisite button{border:0;background:transparent;color:#b9dbf8;padding:0;cursor:pointer;font-size:.75rem;font-weight:800}
.wn-content-block{margin-top:24px;padding-top:21px;border-top:1px solid rgba(255,255,255,.09)}
.wn-content-block__head{display:flex;justify-content:space-between;gap:12px;align-items:flex-end;margin-bottom:11px}
.wn-content-block__head>div{display:grid;gap:3px}
.wn-content-block__head span{color:#7f91a3;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.wn-content-block__head strong{color:#e9eff5;font-size:.96rem}
.wn-content-picks{display:grid;gap:8px}
.wn-content-pick{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;min-height:62px;padding:10px 11px;border:1px solid rgba(255,255,255,.085);border-radius:14px;background:rgba(255,255,255,.025);color:inherit;text-decoration:none;transition:border-color .18s ease,background .18s ease,transform .18s ease}
.wn-content-pick:hover{border-color:rgba(212,173,91,.34);background:rgba(11,34,55,.48);transform:translateX(2px)}
.wn-content-pick__icon{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#03080d}
.wn-content-pick__icon img{width:21px;height:21px;object-fit:contain}
.wn-content-pick__body{min-width:0;display:grid;gap:2px}
.wn-content-pick__body small{color:#8394a4;font-size:.58rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.wn-content-pick__body strong{color:#e9eef4;font-size:.76rem;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wn-content-pick__arrow{color:var(--wn-gold-strong)}
.wn-content-empty{border:1px dashed rgba(255,255,255,.13);border-radius:14px;padding:15px;color:#8293a4;font-size:.78rem}
.wn-all-content{width:100%;margin-top:10px;min-height:43px;border:1px solid rgba(212,173,91,.32);border-radius:12px;background:#050b11;color:#e8cf94;cursor:pointer;font-size:.76rem;font-weight:800;transition:background .18s ease,border-color .18s ease}
.wn-all-content:hover{background:#0b1b2b;border-color:rgba(212,173,91,.58)}

.wn-route-preview__back{border:0;background:transparent;color:#8297aa;padding:0;cursor:pointer;font-size:.73rem;font-weight:700}
.wn-route-preview__direction{display:block;margin-top:36px;color:var(--wn-gold-strong);font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.wn-route-preview h2{margin-top:8px}
.wn-route-preview__reason{margin:18px 0 0;color:#edf2f7;font-size:1rem;line-height:1.67}
.wn-route-preview__summary{margin-top:22px;border:1px solid rgba(255,255,255,.085);border-radius:17px;padding:15px;background:rgba(255,255,255,.025)}
.wn-route-preview__summary span{color:#8092a4;font-size:.61rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.wn-route-preview__summary p{margin:7px 0 0;color:#aebdca;font-size:.82rem;line-height:1.6}
.wn-route-preview__go{width:100%;min-height:49px;margin-top:25px;border:1px solid rgba(212,173,91,.6);border-radius:14px;background:linear-gradient(135deg,#17150f,#0b1117);color:#f2d58e;cursor:pointer;font-weight:800}
.wn-route-preview__content{width:100%;margin-top:8px;border:0;background:transparent;color:#91a8bc;cursor:pointer;padding:9px;font-size:.75rem;font-weight:700}
.wn-reference-note{margin-top:22px;border:1px solid rgba(255,255,255,.1);border-radius:17px;padding:15px;background:rgba(255,255,255,.028)}
.wn-reference-note strong{color:#e2e9ef;font-size:.86rem}
.wn-reference-note p{margin:7px 0 0;color:#91a2b1;font-size:.76rem;line-height:1.55}

.wn-noscript{max-width:760px;margin:16px auto;padding:14px 16px;border:1px solid var(--wn-line-strong);border-radius:14px;color:#fff;background:#111827}
.wn-footer{width:min(1500px,calc(100% - 40px));margin:0 auto;padding:0 0 36px}
.wn-footer a{color:#9aabba;text-decoration:none;font-size:.82rem}
.wn-footer a:hover{color:#fff}

.wn-dialog{width:100%;height:100%;max-width:none;max-height:none;margin:0;padding:24px;border:0;background:rgba(0,4,8,.79);backdrop-filter:blur(12px);overflow:auto}
.wn-dialog::backdrop{background:rgba(0,4,8,.79);backdrop-filter:blur(12px)}
.wn-dialog__panel{width:min(1040px,100%);max-height:calc(100dvh - 48px);margin:auto;border:1px solid rgba(255,255,255,.13);border-radius:26px;background:linear-gradient(155deg,#091b2c,#04090f 62%);box-shadow:0 36px 100px rgba(0,0,0,.72);overflow:auto;position:relative}
.wn-dialog__head{position:sticky;z-index:4;top:0;display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding:25px 27px 20px;border-bottom:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,rgba(8,25,41,.99),rgba(5,13,22,.97));backdrop-filter:blur(16px)}
.wn-dialog__eyebrow{color:var(--wn-gold-strong);font-size:.65rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.wn-dialog__head h2{margin:6px 0 0;color:#fff;font-size:clamp(1.55rem,3vw,2.25rem);line-height:1.08;letter-spacing:-.035em}
.wn-dialog__categories{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}
.wn-dialog__close{width:39px;height:39px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:#050b11;color:#c9d3dc;cursor:pointer;font-size:1.35rem;line-height:1}
.wn-dialog__close:hover{border-color:rgba(212,173,91,.42);color:#fff}

.wn-target-list{padding:22px 27px 30px}
.wn-target-group+ .wn-target-group{margin-top:24px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08)}
.wn-target-group h3{margin:0 0 11px;color:#d8e2ea;font-size:.76rem;text-transform:uppercase;letter-spacing:.1em}
.wn-target-group__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.wn-target-group__grid:has(> :only-child){grid-template-columns:1fr}
.wn-target{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:13px;min-height:91px;padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:17px;background:linear-gradient(145deg,rgba(4,9,14,.95),rgba(8,22,35,.93));color:inherit;text-decoration:none;transition:border-color .18s ease,transform .18s ease,background .18s ease}
.wn-target:hover{transform:translateY(-2px);border-color:rgba(212,173,91,.38);background:linear-gradient(145deg,#07131f,#0b263d)}
.wn-target__icon{width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:#03080d}
.wn-target__icon img{width:29px;height:29px;object-fit:contain}
.wn-target__body{min-width:0;display:grid;gap:4px}
.wn-target__type-row{display:flex;align-items:center;gap:6px}
.wn-target__type{color:#8fa0b0;font-size:.58rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.wn-target__access{border-radius:999px;padding:2px 6px;font-size:.54rem;font-weight:800;text-transform:uppercase}
.wn-target__access--plus{border:1px solid rgba(212,173,91,.38);color:#f0cf86;background:rgba(212,173,91,.08)}
.wn-target__body strong{color:#edf2f6;font-size:.9rem;line-height:1.28}
.wn-target__cta{color:#8fa5b8;font-size:.68rem}
.wn-target__arrow{width:31px;height:31px;display:grid;place-items:center;border:1px solid rgba(212,173,91,.28);border-radius:50%;color:var(--wn-gold-strong)}
.wn-target.is-extra{display:none}
.wn-target-more{margin-top:11px;border:0;background:transparent;color:#bfa46d;cursor:pointer;padding:6px 2px;font-size:.72rem;font-weight:800}

.wn-dialog__panel--search{width:min(840px,100%)}
.wn-searchbox{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;margin:22px 27px 10px;min-height:58px;padding:0 16px;border:1px solid rgba(212,173,91,.3);border-radius:16px;background:#03090f;color:var(--wn-gold-strong)}
.wn-searchbox input{width:100%;height:56px;border:0;outline:0;background:transparent;color:#fff;font-size:.96rem}
.wn-searchbox input::placeholder{color:#718294}
.wn-search-hints{display:flex;flex-wrap:wrap;gap:7px;padding:5px 27px 11px}
.wn-search-hints button{border:1px solid rgba(255,255,255,.09);border-radius:999px;background:rgba(255,255,255,.025);color:#92a4b5;padding:7px 10px;cursor:pointer;font-size:.68rem}
.wn-search-hints button:hover{border-color:rgba(212,173,91,.35);color:#fff}
.wn-search-results{display:grid;gap:8px;padding:10px 27px 28px}
.wn-search-result{width:100%;display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;text-align:left;border:1px solid rgba(255,255,255,.085);border-radius:16px;background:rgba(255,255,255,.025);padding:13px 14px;color:inherit;cursor:pointer;transition:border-color .18s ease,background .18s ease}
.wn-search-result:hover{border-color:rgba(212,173,91,.38);background:rgba(9,31,50,.58)}
.wn-search-result__main{display:grid;gap:4px;min-width:0}
.wn-search-result__title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.wn-search-result__main strong{color:#eef3f7;font-size:.91rem}
.wn-search-result__quality{border:1px solid rgba(118,213,163,.25);border-radius:999px;padding:2px 6px;color:#8ed7b0;font-size:.53rem;font-weight:800;text-transform:uppercase}
.wn-search-result__quality--reference{border-color:rgba(255,255,255,.12);color:#7f91a3}
.wn-search-result__summary{color:#8fa1b2;font-size:.72rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.wn-search-result__cats{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end}
.wn-search-empty{border:1px dashed rgba(255,255,255,.12);border-radius:16px;padding:24px;color:#899aab;text-align:center}

.wn-dialog__panel--start{width:min(1120px,100%)}
.wn-start-section{padding:22px 27px}
.wn-start-section+ .wn-start-section{border-top:1px solid rgba(255,255,255,.08)}
.wn-start-section__head{display:grid;gap:3px;margin-bottom:12px}
.wn-start-section__head span{color:#7f91a3;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.wn-start-section__head strong{color:#e7edf2;font-size:1rem}
.wn-situation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.wn-situation-card,.wn-start-card,.wn-recent-card{position:relative;text-align:left;border:1px solid rgba(255,255,255,.09);border-radius:17px;background:linear-gradient(145deg,rgba(4,9,14,.95),rgba(8,22,35,.93));color:inherit;padding:15px 16px;cursor:pointer;transition:border-color .18s ease,transform .18s ease,background .18s ease}
.wn-situation-card:hover,.wn-start-card:hover,.wn-recent-card:hover{transform:translateY(-2px);border-color:rgba(212,173,91,.4);background:linear-gradient(145deg,#07131f,#0b263d)}
.wn-situation-card{display:grid;grid-template-columns:38px 1fr;gap:12px;min-height:106px}
.wn-situation-card__icon{width:37px;height:37px;display:grid;place-items:center;border:1px solid rgba(212,173,91,.25);border-radius:12px;background:#050b11;color:var(--wn-gold-strong);font-weight:800}
.wn-situation-card__body,.wn-start-card{display:grid;gap:5px}
.wn-situation-card strong,.wn-start-card strong,.wn-recent-card strong{color:#eef3f7;font-size:.87rem;line-height:1.3}
.wn-situation-card small,.wn-start-card small,.wn-recent-card small{color:#8fa1b2;font-size:.69rem;line-height:1.45}
.wn-start-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.wn-start-card__icon{color:var(--wn-gold-strong);font-size:1.25rem}
.wn-recent-grid{display:flex;gap:9px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}
.wn-recent-card{min-width:210px;display:grid;gap:4px}

.wn-dialog__panel--compare{width:min(1040px,100%)}
.wn-compare-intro{margin:20px 27px 0;color:#9aabba;font-size:.84rem;line-height:1.6}
.wn-compare-pickers{display:grid;grid-template-columns:1fr 44px 1fr;gap:12px;align-items:start;padding:20px 27px 10px}
.wn-compare-link{height:52px;display:grid;place-items:center;color:var(--wn-gold-strong);font-size:1.4rem}
.wn-compare-picker{border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:14px;background:rgba(255,255,255,.025)}
.wn-compare-picker>span{color:#7d90a2;font-size:.61rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.wn-compare-picker>strong{display:block;min-height:25px;margin-top:5px;color:#eef3f7;font-size:.93rem}
.wn-compare-picker label{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px;margin-top:11px;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:0 11px;background:#03080d;color:#8192a3}
.wn-compare-picker input{width:100%;height:42px;border:0;outline:0;background:transparent;color:#fff;font-size:.78rem}
.wn-compare-results{display:grid;gap:5px;margin-top:7px;max-height:190px;overflow:auto}
.wn-compare-result{border:0;border-radius:10px;background:rgba(255,255,255,.035);color:#aebdca;text-align:left;padding:8px 9px;cursor:pointer;font-size:.72rem}
.wn-compare-result:hover{background:rgba(16,51,79,.55);color:#fff}
.wn-compare-run{display:block;min-width:220px;min-height:47px;margin:11px auto 0;border:1px solid rgba(212,173,91,.48);border-radius:14px;background:#11120f;color:#efd086;cursor:pointer;font-weight:800}
.wn-compare-run:disabled{opacity:.38;cursor:not-allowed}
.wn-compare-output{padding:22px 27px 30px}
.wn-compare-path{display:grid;gap:8px}
.wn-compare-summary{margin:0 0 12px;color:#b7c5d1;font-size:.83rem}
.wn-compare-step{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:12px;background:rgba(255,255,255,.025)}
.wn-compare-node{border:0;background:transparent;color:#edf2f6;text-align:left;cursor:pointer;font-weight:800}
.wn-compare-edge{display:grid;justify-items:center;gap:3px;color:var(--wn-gold-strong);font-size:.65rem;text-align:center}
.wn-compare-edge small{max-width:260px;color:#8597a8;line-height:1.35}
.wn-compare-empty{border:1px dashed rgba(255,255,255,.12);border-radius:16px;padding:20px;color:#899aab;text-align:center}

.wn-load-error{max-width:900px;margin:20px auto;padding:18px;border:1px solid rgba(240,142,142,.35);border-radius:16px;background:#251012;color:#fff}
.wn-load-error p{margin:6px 0 0;color:#d6a8aa}

@keyframes wn-fade{from{opacity:.25;transform:translateY(5px)}to{opacity:1;transform:none}}
@keyframes wn-compass-change{0%{opacity:.55;transform:scale(.992)}100%{opacity:1;transform:none}}
.wn-compass.is-changing{animation:wn-compass-change .42s ease}

@media (max-width:1280px){
  .wn-shell{width:min(1220px,calc(100% - 28px))}
  .wn-workspace{grid-template-columns:minmax(0,1fr) 360px}
  .wn-map-panel{padding:18px;min-height:670px}
  .wn-compass{height:600px}
  .wn-route{width:245px}
  .wn-route--north,.wn-route--south{width:315px}
  .wn-center{width:214px;height:214px}
  .wn-center__term{font-size:1.45rem}
  .wn-route__reason{font-size:.69rem}
  .wn-toolbar{flex-direction:column}
  .wn-toolbar__actions{justify-content:flex-end}
  .wn-search-trigger{flex:1}
}

@media (max-width:980px){
  .wn-workspace{grid-template-columns:1fr}
  .wn-map-panel,.wn-inspector{min-height:auto}
  .wn-inspector__view{min-height:0}
  .wn-inspector{border-radius:24px}
  .wn-toolbar__actions{display:grid;grid-template-columns:1fr auto auto auto}
  .wn-search-trigger{min-width:0}
}

@media (max-width:820px){
  .wn-shell{width:min(100% - 20px,720px);padding-top:20px}
  .wn-hero{align-items:flex-start;padding-bottom:17px}
  .wn-hero__icon{width:56px;height:56px;border-radius:17px}
  .wn-hero__icon img{width:36px;height:36px}
  .wn-hero h1{font-size:2.05rem}
  .wn-hero p{font-size:.84rem;line-height:1.55}
  .wn-kicker{font-size:.64rem}
  .wn-toolbar{padding:8px;border-radius:17px}
  .wn-toolbar__history{display:grid;grid-template-columns:auto 1fr}
  .wn-path{gap:6px}
  .wn-path__label{display:none}
  .wn-toolbar__actions{grid-template-columns:1fr auto auto}
  .wn-toolbar__actions .wn-control span:last-child{display:none}
  #resetBtn{display:none}
  .wn-control{min-width:45px;padding:0 11px}
  .wn-search-trigger{min-width:0;padding:0 12px}
  .wn-search-trigger>span:nth-child(2){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .wn-search-trigger kbd{display:none}

  .wn-map-panel{padding:14px 10px 18px;border-radius:23px}
  .wn-map-panel__topline{padding:2px 5px 0}
  .wn-map-panel__topline strong{font-size:.78rem}
  .wn-mobile-current{position:relative;z-index:2;display:block;margin:14px 4px 0;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:linear-gradient(145deg,rgba(4,9,14,.96),rgba(10,32,52,.92));box-shadow:0 16px 38px rgba(0,0,0,.28)}
  .wn-mobile-current h2{margin:5px 0 0;color:#fff;font-size:1.55rem;line-height:1.12;letter-spacing:-.035em}
  .wn-mobile-current p{margin:9px 0 0;color:#b3c1cd;font-size:.8rem;line-height:1.58}
  .wn-mobile-current__footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:13px}
  .wn-mobile-current__footer>div{display:flex;flex-wrap:wrap;gap:5px}
  .wn-mobile-current__footer button{border:0;background:transparent;color:#e8ca82;cursor:pointer;padding:5px 0;font-size:.7rem;font-weight:800;white-space:nowrap}

  .wn-compass{height:570px;margin-top:4px}
  .wn-compass__ring{width:76%;height:62%}
  .wn-compass__axis--horizontal{width:88%}
  .wn-compass__axis--vertical{height:72%}
  .wn-route{min-height:82px;width:39%;padding:12px 11px;border-radius:15px}
  .wn-route:before{left:10px;right:10px}
  .wn-route__arrow{width:23px;height:23px;right:9px;top:9px;font-size:.72rem}
  .wn-route__direction{padding-right:24px;font-size:.54rem;letter-spacing:.09em}
  .wn-route__term{margin-top:5px;font-size:.84rem;line-height:1.16}
  .wn-route__reason{display:none}
  .wn-route__meta{margin-top:6px}
  .wn-route--north{top:18px;width:58%;max-width:320px}
  .wn-route--south{bottom:17px;width:58%;max-width:320px}
  .wn-route--west{left:2px}
  .wn-route--east{right:2px}
  .wn-center{width:160px;height:160px;padding:17px;box-shadow:0 0 0 6px rgba(2,7,12,.8),0 0 0 7px rgba(212,173,91,.15),0 20px 48px rgba(0,0,0,.52)}
  .wn-center__overline{font-size:.49rem}
  .wn-center__term{max-width:130px;margin:7px 0 6px;font-size:1.1rem}
  .wn-center.is-long .wn-center__term{font-size:.95rem}
  .wn-center.is-very-long .wn-center__term{font-size:.78rem}
  .wn-center__categories{display:none}
  .wn-center__action{margin-top:6px;padding:5px 8px;font-size:.55rem}

  .wn-inspector{border-radius:22px}
  .wn-inspector__view{padding:22px 19px 24px}
  .wn-inspector__view#currentView .wn-inspector__head,
  .wn-inspector__view#currentView>.wn-inspector__summary,
  .wn-inspector__view#currentView>.wn-inspector__categories,
  .wn-inspector__view#currentView>.wn-insight-stack,
  .wn-inspector__view#currentView>.wn-prerequisite{display:none}
  .wn-content-block{margin-top:0;padding-top:0;border-top:0}
  .wn-route-preview__direction{margin-top:23px}
  .wn-route-preview__reason{font-size:.9rem}
  .wn-target-group__grid{grid-template-columns:1fr}
  .wn-target-group__grid:has(> :only-child){grid-template-columns:1fr}
  .wn-situation-grid{grid-template-columns:1fr}
  .wn-start-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wn-compare-pickers{grid-template-columns:1fr;padding:18px 18px 8px}
  .wn-compare-link{height:auto}
  .wn-compare-step{grid-template-columns:1fr;justify-items:start}
  .wn-compare-edge{justify-items:start;text-align:left}
  .wn-dialog{padding:10px}
  .wn-dialog__panel{max-height:calc(100dvh - 20px);border-radius:20px}
  .wn-dialog__head{padding:20px 18px 16px}
  .wn-target-list,.wn-start-section,.wn-compare-output{padding-left:18px;padding-right:18px}
  .wn-searchbox{margin-left:18px;margin-right:18px}
  .wn-search-hints,.wn-search-results{padding-left:18px;padding-right:18px}
  .wn-search-result{grid-template-columns:1fr}
  .wn-search-result__cats{justify-content:flex-start}
  .wn-footer{width:min(100% - 20px,720px)}
}

@media (max-width:500px){
  .wn-shell{width:calc(100% - 12px)}
  .wn-hero{gap:11px;padding-left:4px;padding-right:4px}
  .wn-hero__icon{width:48px;height:48px;border-radius:15px}
  .wn-hero__icon img{width:31px;height:31px}
  .wn-hero h1{font-size:1.72rem}
  .wn-hero p{font-size:.75rem;margin-top:6px}
  .wn-kicker{font-size:.55rem;letter-spacing:.11em}
  .wn-toolbar__actions{grid-template-columns:1fr auto auto}
  .wn-search-trigger{font-size:.73rem}
  .wn-path__crumb{font-size:.67rem;padding:5px}
  .wn-map-panel{padding-left:6px;padding-right:6px}
  .wn-map-panel__counter{font-size:.54rem;padding:5px 8px}
  .wn-mobile-current{margin-left:1px;margin-right:1px;padding:14px}
  .wn-mobile-current h2{font-size:1.34rem}
  .wn-mobile-current p{font-size:.74rem}
  .wn-mobile-current__footer{align-items:flex-end}
  .wn-mobile-current__footer button{font-size:.64rem}
  .wn-compass{height:535px}
  .wn-route{width:40.5%;padding:11px 9px;min-height:78px}
  .wn-route--north,.wn-route--south{width:61%}
  .wn-route__direction{font-size:.48rem}
  .wn-route__term{font-size:.75rem}
  .wn-route__meta .wn-category{font-size:.49rem;padding:2px 6px}
  .wn-center{width:142px;height:142px;padding:14px}
  .wn-center__term{font-size:1rem;max-width:116px}
  .wn-center__action{font-size:.5rem}
  .wn-start-grid{grid-template-columns:1fr}
  .wn-target{grid-template-columns:42px 1fr auto;padding:12px}
  .wn-target__icon{width:40px;height:40px}
  .wn-target__icon img{width:25px;height:25px}
  .wn-dialog__head h2{font-size:1.35rem}
}

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

/* Final layout corrections */
.wn-workspace{align-items:start}
.wn-map-panel{align-self:start}

@media (max-width:820px){
  .wn-compass{
    display:grid;
    grid-template-columns:minmax(0,1fr) 138px minmax(0,1fr);
    grid-template-rows:94px 190px 94px;
    align-items:center;
    gap:13px 6px;
    height:auto;
    min-height:430px;
    padding:18px 0 16px;
  }
  .wn-compass__ring{width:310px;height:310px;max-width:88vw;max-height:88vw}
  .wn-compass__axis--horizontal{width:92%}
  .wn-compass__axis--vertical{height:72%}
  .wn-route{
    position:relative;
    inset:auto;
    width:100%;
    min-width:0;
    min-height:88px;
    transform:none!important;
    align-self:center;
  }
  .wn-route--north{grid-column:1 / 4;grid-row:1;width:min(62%,320px);justify-self:center}
  .wn-route--west{grid-column:1;grid-row:2;justify-self:stretch}
  .wn-route--east{grid-column:3;grid-row:2;justify-self:stretch}
  .wn-route--south{grid-column:1 / 4;grid-row:3;width:min(62%,320px);justify-self:center}
  .wn-center{
    position:relative;
    inset:auto;
    grid-column:2;
    grid-row:2;
    width:138px;
    height:138px;
    transform:none!important;
    justify-self:center;
    align-self:center;
  }
  .wn-route--west .wn-route__direction,
  .wn-route--east .wn-route__direction{max-width:70px}
  .wn-route--west .wn-route__term,
  .wn-route--east .wn-route__term{font-size:.69rem;overflow-wrap:anywhere}
  .wn-route__meta{display:none}
}

@media (max-width:500px){
  .wn-compass{
    grid-template-columns:minmax(0,1fr) 124px minmax(0,1fr);
    grid-template-rows:90px 174px 90px;
    gap:11px 4px;
    min-height:405px;
  }
  .wn-compass__ring{width:284px;height:284px}
  .wn-center{width:124px;height:124px;padding:12px}
  .wn-center__term{max-width:100px;font-size:.92rem}
  .wn-center.is-long .wn-center__term{font-size:.82rem}
  .wn-center.is-very-long .wn-center__term{font-size:.7rem}
  .wn-route{padding:10px 7px;min-height:84px}
  .wn-route--north,.wn-route--south{width:min(67%,300px)}
  .wn-route__arrow{right:7px;top:7px;width:21px;height:21px}
  .wn-route__direction{padding-right:20px;font-size:.45rem}
  .wn-route__term{font-size:.7rem}
}

@media (min-width:981px){
  .wn-inspector{height:700px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(212,173,91,.26) transparent}
  .wn-inspector::-webkit-scrollbar{width:7px}
  .wn-inspector::-webkit-scrollbar-thumb{background:rgba(212,173,91,.25);border-radius:99px}
}
@media (min-width:981px) and (max-width:1280px){
  .wn-inspector{height:670px}
}

/* v2257: Begriffseigene Kurzdefinitionen und Datenintegrität */
:root{
  --wn-dir-basics:#68b7ff;
  --wn-dir-depth:#a88cff;
  --wn-dir-practice:#67d7a3;
  --wn-dir-neighbor:#e2b95f;
  --wn-content-glossary:#e2b95f;
  --wn-content-faq:#66bfff;
  --wn-content-guide:#6bd9b1;
  --wn-content-tool:#e79a62;
  --wn-content-training:#a88cff;
}

.wn-control--compare{position:relative}
.wn-control__plus{
  border:1px solid rgba(212,173,91,.4);
  border-radius:999px;
  padding:2px 6px;
  background:rgba(212,173,91,.08);
  color:#f0cf86;
  font-size:.53rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.wn-plus-active .wn-control__plus{display:none}

.wn-route{--wn-route-accent:var(--wn-dir-neighbor);--wn-route-soft:rgba(226,185,95,.34);overflow:hidden}
.wn-route--north{--wn-route-accent:var(--wn-dir-basics);--wn-route-soft:rgba(104,183,255,.4)}
.wn-route--east{--wn-route-accent:var(--wn-dir-depth);--wn-route-soft:rgba(168,140,255,.4)}
.wn-route--south{--wn-route-accent:var(--wn-dir-practice);--wn-route-soft:rgba(103,215,163,.4)}
.wn-route--west{--wn-route-accent:var(--wn-dir-neighbor);--wn-route-soft:rgba(226,185,95,.4)}
.wn-route:before{background:linear-gradient(90deg,transparent,var(--wn-route-accent),transparent);opacity:.72}
.wn-route:after{
  content:"";
  position:absolute;
  left:0;
  top:18px;
  bottom:18px;
  width:3px;
  border-radius:0 4px 4px 0;
  background:var(--wn-route-accent);
  box-shadow:0 0 18px var(--wn-route-soft);
  opacity:.9;
}
.wn-route:hover,.wn-route:focus-within,.wn-route.is-selected{border-color:var(--wn-route-soft)}
.wn-route__navigate{
  display:block;
  width:100%;
  min-height:100%;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  text-align:left;
  cursor:pointer;
}
.wn-route__navigate:disabled{cursor:not-allowed}
.wn-route__direction,.wn-route__arrow{color:var(--wn-route-accent)}
.wn-route__arrow{border-color:var(--wn-route-soft)}
.wn-route__context{
  display:none;
  position:absolute;
  right:8px;
  bottom:8px;
  z-index:4;
  width:27px;
  height:27px;
  place-items:center;
  border:1px solid var(--wn-route-soft);
  border-radius:50%;
  background:#050b11;
  color:var(--wn-route-accent);
  cursor:pointer;
  font-size:.72rem;
  font-weight:800;
}

.wn-content-pick,.wn-target{--wn-content-accent:var(--wn-content-tool);position:relative;overflow:hidden}
.wn-content-pick--glossary,.wn-target--glossary{--wn-content-accent:var(--wn-content-glossary)}
.wn-content-pick--faq,.wn-target--faq{--wn-content-accent:var(--wn-content-faq)}
.wn-content-pick--guide,.wn-target--guide{--wn-content-accent:var(--wn-content-guide)}
.wn-content-pick--tool,.wn-target--tool{--wn-content-accent:var(--wn-content-tool)}
.wn-content-pick--training,.wn-target--training{--wn-content-accent:var(--wn-content-training)}
.wn-content-pick:before,.wn-target:before{
  content:"";
  position:absolute;
  left:0;
  top:11px;
  bottom:11px;
  width:3px;
  border-radius:0 4px 4px 0;
  background:var(--wn-content-accent);
  box-shadow:0 0 14px color-mix(in srgb,var(--wn-content-accent) 35%,transparent);
}
.wn-content-pick__body small,.wn-target__type{color:var(--wn-content-accent)}
.wn-content-pick:hover,.wn-target:hover{border-color:color-mix(in srgb,var(--wn-content-accent) 42%,transparent)}
.wn-content-pick__arrow,.wn-target__arrow{color:var(--wn-content-accent);border-color:color-mix(in srgb,var(--wn-content-accent) 35%,transparent)}
.wn-content-access-note{margin:10px 2px 0;color:#748697;font-size:.68rem;line-height:1.45}

.wn-route-preview__summary,.wn-route-preview__content{display:none!important}
.wn-route-preview__reason{font-size:.96rem;line-height:1.62}

.wn-dialog__panel--relation{width:min(520px,100%)}
.wn-relation-dialog__body{padding:21px 24px 25px}
.wn-relation-dialog__body>p{margin:0;color:#dce5ee;font-size:.92rem;line-height:1.65}
.wn-relation-dialog__body>div{display:flex;gap:6px;flex-wrap:wrap;margin-top:15px}
.wn-relation-dialog__body .wn-route-preview__go{margin-top:20px}

.wn-compare-access{
  margin:18px 27px 0;
  padding:17px;
  border:1px solid rgba(212,173,91,.27);
  border-radius:17px;
  background:linear-gradient(145deg,rgba(212,173,91,.07),rgba(7,18,29,.68));
}
.wn-compare-access>span{color:#f0cf86;font-size:.59rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.wn-compare-access>strong{display:block;margin-top:5px;color:#fff;font-size:1rem}
.wn-compare-access>p{margin:7px 0 0;color:#99aaba;font-size:.76rem;line-height:1.55}
.wn-compare-access>button{margin-top:13px;min-height:42px;border:1px solid rgba(212,173,91,.48);border-radius:12px;background:#12120e;color:#f0cf86;padding:0 14px;cursor:pointer;font-size:.74rem;font-weight:800}
.wn-dialog.is-free-demo .wn-compare-output{padding-top:16px}
.wn-dialog.is-free-demo .wn-compare-summary:before{content:"Feste Demo · ";color:#f0cf86;font-weight:800}

@media (max-width:820px){
  .wn-control__plus{display:none}
  .wn-route{padding-right:34px}
  .wn-route__context{display:grid}
  .wn-route__reason{display:none}
  .wn-route:after{top:13px;bottom:13px}
  .wn-route__navigate{padding-right:0}
  .wn-inspector__view--route{display:none!important}
  .wn-content-access-note{font-size:.64rem}
  .wn-compare-access{margin-left:18px;margin-right:18px}
}

.wn-inspector__view--route[data-direction="basics"] .wn-route-preview__direction,
.wn-dialog--relation[data-direction="basics"] .wn-dialog__eyebrow{color:var(--wn-dir-basics)}
.wn-inspector__view--route[data-direction="depth"] .wn-route-preview__direction,
.wn-dialog--relation[data-direction="depth"] .wn-dialog__eyebrow{color:var(--wn-dir-depth)}
.wn-inspector__view--route[data-direction="practice"] .wn-route-preview__direction,
.wn-dialog--relation[data-direction="practice"] .wn-dialog__eyebrow{color:var(--wn-dir-practice)}
.wn-inspector__view--route[data-direction="neighbor"] .wn-route-preview__direction,
.wn-dialog--relation[data-direction="neighbor"] .wn-dialog__eyebrow{color:var(--wn-dir-neighbor)}

@media (max-width:820px){
  .wn-control__plus{display:inline-flex;font-size:.46rem;padding:1px 4px}
}

@media (max-width:360px){
  .wn-compass{
    grid-template-columns:minmax(0,1fr) 104px minmax(0,1fr);
    grid-template-rows:92px 172px 92px;
    gap:10px 3px;
  }
  .wn-compass__ring{width:252px;height:252px}
  .wn-center{width:104px;height:104px;padding:9px}
  .wn-center__overline{font-size:.41rem}
  .wn-center__term{max-width:88px;font-size:.79rem}
  .wn-center.is-long .wn-center__term{font-size:.69rem}
  .wn-center.is-very-long .wn-center__term{font-size:.59rem}
  .wn-center__action{font-size:.43rem;padding:4px 6px}
  .wn-route{min-height:88px;padding:10px 26px 10px 7px}
  .wn-route--north,.wn-route--south{width:min(69%,288px)}
  .wn-route--west .wn-route__term,.wn-route--east .wn-route__term{
    font-size:.62rem;
    line-height:1.12;
    word-break:normal;
    overflow-wrap:break-word;
    hyphens:auto;
    -webkit-hyphens:auto;
  }
  .wn-route--west .wn-route__direction,.wn-route--east .wn-route__direction{max-width:68px;font-size:.42rem;line-height:1.12}
  .wn-route__context{width:23px;height:23px;right:5px;bottom:6px;font-size:.62rem}
  .wn-route__arrow{width:19px;height:19px;right:5px;top:6px;font-size:.62rem}
}
@media (max-width:820px){
  .wn-toolbar__actions .wn-control .wn-control__plus{display:inline-flex}
}
@media (max-width:820px){
  .wn-toolbar__actions .wn-control span.wn-control__plus{display:inline-flex!important}
}


/* v2258: Mobile-Kontext bleibt sichtbar und Zentrum führt gezielt zu Inhalten */
.wn-center__action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:32px;
  padding:7px 13px;
  border-color:rgba(240,202,117,.62);
  background:linear-gradient(180deg,rgba(18,20,18,.98),rgba(5,9,13,.98));
  color:#f6d98f;
  box-shadow:inset 0 1px rgba(255,255,255,.055),0 8px 20px rgba(0,0,0,.28);
  transition:border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease;
}
.wn-center:hover .wn-center__action,
.wn-center:focus-visible .wn-center__action{
  border-color:var(--wn-gold-strong);
  background:linear-gradient(180deg,rgba(45,37,17,.98),rgba(10,12,13,.98));
  box-shadow:inset 0 1px rgba(255,255,255,.07),0 10px 24px rgba(0,0,0,.34),0 0 18px rgba(212,173,91,.09);
}
.wn-center__action>span{font-size:.82em;line-height:1;transform:translateY(-1px)}

@media (max-width:820px){
  .wn-mobile-current{
    position:sticky;
    top:calc(var(--r4x-shared-header-height,68px) + env(safe-area-inset-top,0px) + 6px);
    z-index:70;
    margin:0 4px 12px;
    padding:14px 16px;
    border-color:rgba(212,173,91,.28);
    background:linear-gradient(145deg,rgba(4,12,20,.985),rgba(8,29,48,.98));
    box-shadow:0 18px 42px rgba(0,0,0,.48),inset 0 1px rgba(255,255,255,.055);
    backdrop-filter:blur(16px) saturate(1.08);
    -webkit-backdrop-filter:blur(16px) saturate(1.08);
  }
  .wn-mobile-current:before{
    content:"";
    position:absolute;
    left:16px;
    right:16px;
    top:0;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(240,202,117,.74),transparent);
    pointer-events:none;
  }
  .wn-mobile-current p{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }
  .wn-mobile-current__footer{margin-top:10px}
  .wn-content-block{
    scroll-margin-top:calc(var(--r4x-shared-header-height,68px) + env(safe-area-inset-top,0px) + 188px);
  }
  .wn-center__action{
    min-height:29px;
    margin-top:7px;
    padding:6px 9px;
    font-size:.56rem;
    letter-spacing:.01em;
  }
}

@media (max-width:500px){
  .wn-mobile-current{margin-left:1px;margin-right:1px;padding:13px 14px}
  .wn-content-block{
    scroll-margin-top:calc(var(--r4x-shared-header-height,68px) + env(safe-area-inset-top,0px) + 176px);
  }
  .wn-center__action{font-size:.52rem;padding:5px 8px}
}

@media (max-width:360px){
  .wn-mobile-current{padding:12px 13px}
  .wn-mobile-current h2{font-size:1.22rem}
  .wn-mobile-current p{font-size:.7rem;line-height:1.48}
  .wn-mobile-current__footer{margin-top:8px}
  .wn-content-block{
    scroll-margin-top:calc(var(--r4x-shared-header-height,68px) + env(safe-area-inset-top,0px) + 164px);
  }
  .wn-center__action{min-height:26px;font-size:.45rem;padding:4px 6px}
}


/* v2259: ruhige Typografie, explizite Kontextaktion und klar inszeniertes Plus-Werkzeug */
.wn-hero h1,.wn-inspector h2,.wn-dialog__head h2{font-weight:700}
.wn-kicker,.wn-path__label,.wn-map-panel__eyebrow,.wn-inspector__eyebrow,.wn-mobile-current__eyebrow,
.wn-map-panel__counter,.wn-route__direction,.wn-center__overline,.wn-dialog__eyebrow,
.wn-content-block__head span,.wn-content-pick__body small,.wn-route-preview__direction,
.wn-start-section__head span,.wn-compare-picker>span{font-weight:700}
.wn-map-panel__topline strong,.wn-content-block__head strong,.wn-route-preview__back,
.wn-mobile-current__footer button,.wn-all-content,.wn-route-preview__go,.wn-compare-run{font-weight:600}
.wn-route__term,.wn-center__term,.wn-mobile-current h2,.wn-content-pick__body strong,
.wn-target__body strong,.wn-start-card strong,.wn-situation-card strong,.wn-recent-card strong{font-weight:700}
.wn-inspector__summary,.wn-route__reason,.wn-route-preview__reason,.wn-mobile-current p{font-weight:400}
.wn-category{font-weight:600}

/* Begriffe brechen nur an echten Wort-, Bindestrich- oder redaktionell gesetzten Trennstellen. */
.wn-route__term,.wn-center__term,.wn-mobile-current h2,.wn-inspector h2,.wn-route-preview h2,
.wn-dialog__head h2,.wn-search-result strong,.wn-content-pick__body strong{
  word-break:normal;
  overflow-wrap:normal;
  hyphens:manual;
  -webkit-hyphens:manual;
}
.wn-route.is-long .wn-route__term{font-size:1.02rem}
.wn-route.is-very-long .wn-route__term{font-size:.9rem}

/* Der Zusammenhang wird bewusst geöffnet; ein Hover verändert die rechte Spalte nicht mehr. */
.wn-route__meta{padding-right:116px}
.wn-route__context{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  width:auto;
  min-width:103px;
  height:28px;
  padding:0 9px 0 6px;
  border-radius:999px;
  font-size:.59rem;
  font-weight:600;
  letter-spacing:.01em;
  line-height:1;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.wn-route__context:hover,.wn-route__context:focus-visible{
  background:color-mix(in srgb,var(--wn-route-accent) 11%,#050b11);
  border-color:var(--wn-route-accent);
  transform:translateY(-1px);
}
.wn-route__context-icon{
  width:16px;
  height:16px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border:1px solid currentColor;
  border-radius:50%;
  font-size:.56rem;
  font-weight:700;
}
.wn-route__context-label{white-space:nowrap}
.wn-route-preview__context-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:30px;
  color:#91a5b7;
  font-size:.66rem;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.wn-route-preview__context-kicker>span{
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.2);
  border-radius:50%;
  color:#dce7f0;
  font-size:.58rem;
}
.wn-route-preview__direction{margin-top:13px}

/* Begriffe verbinden ist ein eigenständiges Plus-Werkzeug, kein unauffälliger Toolbar-Button. */
.wn-control--compare{
  position:relative;
  min-width:280px;
  min-height:58px;
  justify-content:flex-start;
  gap:11px;
  padding:7px 11px;
  overflow:hidden;
  border-color:rgba(212,173,91,.42);
  background:
    radial-gradient(circle at 15% 0,rgba(212,173,91,.13),transparent 46%),
    linear-gradient(145deg,#11130f,#071421 68%);
  box-shadow:inset 0 1px rgba(255,255,255,.06),0 10px 28px rgba(0,0,0,.26);
  text-align:left;
}
.wn-control--compare:before{
  content:"";
  position:absolute;
  left:0;
  top:9px;
  bottom:9px;
  width:3px;
  border-radius:0 4px 4px 0;
  background:var(--wn-gold-strong);
  box-shadow:0 0 18px rgba(240,202,117,.28);
}
.wn-control--compare:hover{
  border-color:rgba(240,202,117,.72);
  background:
    radial-gradient(circle at 15% 0,rgba(212,173,91,.2),transparent 48%),
    linear-gradient(145deg,#17170f,#0a1c2d 70%);
}
.wn-control--compare.is-locked{border-color:rgba(212,173,91,.52)}
.wn-compare-cta__icon{
  position:relative;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border:1px solid rgba(212,173,91,.35);
  border-radius:12px;
  background:#050a0e;
  color:#f3d17f;
  font-size:1.05rem;
}
.wn-compare-cta__lock{
  position:absolute;
  right:-5px;
  top:-7px;
  width:17px;
  height:17px;
  display:grid;
  place-items:center;
  border:1px solid rgba(212,173,91,.5);
  border-radius:50%;
  background:#12120e;
  font-size:.52rem;
  line-height:1;
}
.wn-compare-cta__lock[hidden]{display:none}
.wn-compare-cta__copy{display:grid;gap:1px;min-width:0;line-height:1.15}
.wn-compare-cta__copy strong{color:#fff;font-size:.79rem;font-weight:700;white-space:nowrap}
.wn-compare-cta__copy small{color:#97a8b7;font-size:.59rem;font-weight:400;white-space:nowrap}
.wn-control--compare .wn-control__plus{margin-left:auto;flex:0 0 auto;font-weight:700}
.wn-plus-active .wn-control--compare .wn-control__plus{display:inline-flex}

@media (max-width:1280px){
  .wn-control--compare{min-width:260px}
}

@media (max-width:820px){
  .wn-toolbar__actions{
    grid-template-columns:auto minmax(0,1fr);
  }
  .wn-search-trigger{grid-column:1 / -1}
  #startBtn{grid-column:1}
  .wn-control--compare{grid-column:2;min-width:0;width:100%;min-height:50px;padding:6px 9px;gap:8px}
  .wn-compare-cta__icon{width:34px;height:34px;border-radius:10px}
  .wn-compare-cta__copy strong{font-size:.7rem}
  .wn-compare-cta__copy small{font-size:.52rem}
  .wn-control--compare .wn-control__plus{display:inline-flex!important;font-size:.46rem}

  .wn-route{padding-bottom:36px;padding-right:9px}
  .wn-route__navigate{padding-right:0}
  .wn-route__meta{padding-right:0}
  .wn-route__context{
    display:inline-flex;
    right:7px;
    bottom:7px;
    min-width:92px;
    height:24px;
    padding:0 7px 0 5px;
    gap:5px;
    font-size:.5rem;
  }
  .wn-route__context-icon{width:14px;height:14px;font-size:.49rem}
  .wn-route--west .wn-route__term,.wn-route--east .wn-route__term{
    word-break:normal;
    overflow-wrap:normal;
    hyphens:manual;
    -webkit-hyphens:manual;
  }
  .wn-route.is-long .wn-route__term{font-size:.74rem}
  .wn-route.is-very-long .wn-route__term{font-size:.64rem}
}

@media (max-width:500px){
  .wn-route{min-height:94px;padding-bottom:34px}
  .wn-route__context{min-width:86px;font-size:.46rem;right:5px;bottom:6px}
  .wn-route--west .wn-route__context,.wn-route--east .wn-route__context{
    left:7px;
    right:auto;
    min-width:79px;
    padding-left:5px;
    padding-right:6px;
  }
  .wn-route--west .wn-route__context-label,.wn-route--east .wn-route__context-label{font-size:.43rem}
  .wn-route.is-long .wn-route__term{font-size:.67rem}
  .wn-route.is-very-long .wn-route__term{font-size:.59rem}
  .wn-compare-cta__copy small{display:none}
}

@media (max-width:360px){
  .wn-route{min-height:96px;padding-bottom:33px}
  .wn-route__context{min-width:76px;height:22px;font-size:.42rem}
  .wn-route__context-icon{width:13px;height:13px;font-size:.44rem}
  .wn-route--west .wn-route__context,.wn-route--east .wn-route__context{left:5px;min-width:72px}
  .wn-compare-cta__copy strong{font-size:.63rem}
  .wn-control--compare .wn-control__plus{font-size:.42rem;padding:1px 4px}
}

/* v2259 Typografie-Finalisierung: Gewicht nur dort, wo Hierarchie entsteht. */
.wn-route__term,.wn-content-pick__body strong,.wn-target__body strong,
.wn-start-card strong,.wn-situation-card strong,.wn-recent-card strong{font-weight:600}
.wn-content-pick__body small,.wn-target__type,.wn-content-block__head span{font-weight:600}
.wn-center__action{font-weight:700}


/* v2260: passgenauer Zentrum-CTA, offene Free-Demo und vollständig belegte Richtungen */
.wn-center__action{
  width:max-content;
  max-width:calc(100% - 14px);
  min-height:0;
  margin:9px auto 0;
  padding:5px 9px;
  border-radius:7px;
  line-height:1.05;
  white-space:nowrap;
  box-shadow:inset 0 1px rgba(255,255,255,.05),0 5px 14px rgba(0,0,0,.25);
}
.wn-center:hover .wn-center__action,.wn-center:focus-visible .wn-center__action{
  transform:translateY(-1px);
  box-shadow:inset 0 1px rgba(255,255,255,.07),0 7px 18px rgba(0,0,0,.3);
}

.wn-compare-cta__icon{overflow:visible}
.wn-compare-cta__mark{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 8px rgba(240,202,117,.16));
}
.wn-control--compare.is-plus-active .wn-compare-cta__icon{
  border-color:rgba(95,208,163,.42);
  color:#8de1bd;
}
.wn-compare-access{
  position:relative;
  padding:18px;
  border:1px solid rgba(212,173,91,.25);
  border-radius:16px;
  background:linear-gradient(145deg,rgba(16,20,20,.98),rgba(4,16,27,.98));
}
.wn-compare-access>button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  border-radius:10px;
}
.wn-compare-access__lock{
  width:21px;
  height:21px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border:1px solid rgba(240,202,117,.48);
  border-radius:50%;
  color:#f2cf78;
  font-size:.7rem;
  line-height:1;
}

@media (max-width:820px){
  .wn-center__action{margin-top:6px;padding:4px 7px;border-radius:6px;font-size:.47rem}
  .wn-compare-cta__mark{width:22px;height:22px}
  .wn-compare-access>button{width:100%;padding-inline:10px}
}
@media (max-width:360px){
  .wn-center__action{padding:4px 6px;font-size:.42rem}
}


/* v2261: Desktop-CTA ohne Pfeil, Mittelpunkt subtil belebt, sauberer Titelumbruch, Plus-Demo mit Schloss */
.wn-center{isolation:isolate;overflow:visible}
.wn-center>*{position:relative;z-index:2}
.wn-center::before,.wn-center::after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.wn-center::before{inset:-10px;border:1px solid rgba(212,173,91,.18);opacity:.42;box-shadow:0 0 26px rgba(212,173,91,.08);animation:wn-center-pulse 5.6s ease-in-out infinite}
.wn-center::after{inset:14px;border:1px solid rgba(255,255,255,.05);opacity:.36;animation:wn-center-breathe 4.8s ease-in-out infinite}
@keyframes wn-center-pulse{0%,100%{transform:scale(1);opacity:.34;box-shadow:0 0 18px rgba(212,173,91,.06)}50%{transform:scale(1.035);opacity:.58;box-shadow:0 0 30px rgba(212,173,91,.14)}}
@keyframes wn-center-breathe{0%,100%{transform:scale(1);opacity:.22}50%{transform:scale(1.055);opacity:.44}}
@media (prefers-reduced-motion:reduce){.wn-center::before,.wn-center::after{animation:none}}

.wn-inspector__head>div{min-width:0;flex:1}
.wn-inspector h2{overflow-wrap:normal;word-break:normal;hyphens:manual;-webkit-hyphens:manual;text-wrap:balance}

.wn-compare-access>button{font-weight:600}
.wn-compare-access__lock{font-size:.76rem}

@media (min-width:821px){
  .wn-center__action>span{display:none}
}
@media (max-width:820px){
  .wn-center__action>span{display:inline;font-size:.82em;line-height:1;transform:translateY(-1px)}
}


/* v2262: sichtbarer Ladefehler mit Wiederholen-Aktion */
.wn-load-error{max-width:1180px;margin:18px auto;padding:18px 20px;border:1px solid rgba(229,115,115,.35);border-radius:16px;background:rgba(61,17,22,.22);color:#f2d8d8}
.wn-load-error strong{display:block;font-size:1rem}
.wn-load-error p{margin:6px 0 0;color:#c9adb0;font-size:.82rem;line-height:1.5}
.wn-load-error__retry{margin-top:12px;min-height:38px;padding:0 13px;border:1px solid rgba(212,173,91,.45);border-radius:9px;background:#0a0e12;color:#efd28d;cursor:pointer;font:inherit;font-size:.75rem;font-weight:600}


/* v2263: sichtbarer Mittelpunkt und lesbarere Demo-Verbindungen */
.wn-center::before{
  inset:-18px;
  border:1px solid rgba(240,202,117,.28);
  opacity:.7;
  box-shadow:0 0 42px rgba(240,202,117,.14),0 0 80px rgba(14,78,132,.12);
  animation:wn-center-pulse-strong 3.4s cubic-bezier(.4,0,.2,1) infinite;
}
.wn-center::after{
  inset:8px;
  border:1px solid rgba(255,255,255,.08);
  opacity:.5;
  box-shadow:0 0 28px rgba(78,149,214,.12) inset;
  animation:wn-center-breathe-strong 2.8s ease-in-out infinite;
}
.wn-center{
  box-shadow:0 0 0 9px rgba(2,7,12,.78),0 0 0 10px rgba(212,173,91,.18),0 0 34px rgba(212,173,91,.10),0 26px 62px rgba(0,0,0,.52),inset 0 1px rgba(255,255,255,.08);
}
.wn-center:hover{
  box-shadow:0 0 0 9px rgba(2,7,12,.78),0 0 0 10px rgba(212,173,91,.28),0 0 42px rgba(212,173,91,.16),0 30px 72px rgba(0,0,0,.58),inset 0 1px rgba(255,255,255,.09);
}
@keyframes wn-center-pulse-strong{
  0%{transform:scale(1);opacity:.52;box-shadow:0 0 26px rgba(240,202,117,.10),0 0 56px rgba(14,78,132,.08)}
  55%{transform:scale(1.07);opacity:.92;box-shadow:0 0 56px rgba(240,202,117,.22),0 0 96px rgba(14,78,132,.18)}
  100%{transform:scale(1);opacity:.52;box-shadow:0 0 26px rgba(240,202,117,.10),0 0 56px rgba(14,78,132,.08)}
}
@keyframes wn-center-breathe-strong{
  0%,100%{transform:scale(1);opacity:.34}
  50%{transform:scale(1.05);opacity:.64}
}

.wn-compare-summary{font-size:.88rem;line-height:1.55}
.wn-compare-path{gap:12px}
.wn-compare-step{
  grid-template-columns:minmax(170px,1fr) minmax(320px,460px) minmax(170px,1fr);
  gap:18px;
  padding:14px 18px;
}
.wn-compare-node{font-size:1rem;font-weight:700;line-height:1.2}
.wn-compare-edge{gap:5px;font-size:.76rem;line-height:1.3}
.wn-compare-edge small{
  max-width:360px;
  color:#a9b8c7;
  font-size:.8rem;
  line-height:1.42;
}

@media (max-width:980px){
  .wn-compare-step{grid-template-columns:1fr;gap:10px;padding:12px 14px}
  .wn-compare-node{font-size:.96rem}
  .wn-compare-edge{font-size:.72rem}
  .wn-compare-edge small{max-width:none;font-size:.78rem}
}
@media (max-width:820px){
  .wn-center::before{inset:-12px;animation-duration:3s}
  .wn-center::after{inset:6px;animation-duration:2.6s}
}
@media (prefers-reduced-motion:reduce){
  .wn-center::before,.wn-center::after{animation:none!important}
}


/* v2264: vollständige Inhaltszuordnung sichtbar, Zugriff erst am einzelnen Plus-Ziel */
.wn-content-pick__meta{display:flex;align-items:center;gap:7px;min-width:0}
.wn-content-pick__meta small{min-width:0}
.wn-content-pick__access{display:inline-flex;align-items:center;gap:3px;flex:0 0 auto;border:1px solid rgba(212,173,91,.34);border-radius:999px;padding:2px 6px;background:rgba(212,173,91,.08);color:#f0cf86;font-size:.5rem;font-weight:700;line-height:1.1;text-transform:uppercase;letter-spacing:.04em}
.wn-content-pick__access.is-locked{border-color:rgba(212,173,91,.48);background:rgba(212,173,91,.11)}
.wn-content-pick.is-plus-locked{border-color:rgba(212,173,91,.16)}
.wn-content-pick.is-plus-locked:hover{border-color:rgba(212,173,91,.45)}
.wn-content-pick.is-plus-locked .wn-content-pick__arrow{color:#f0cf86}
.wn-target__access{display:inline-flex;align-items:center;gap:3px}
.wn-target__access.is-locked{border-color:rgba(212,173,91,.52);background:rgba(212,173,91,.12)}
.wn-target.is-plus-locked{border-color:rgba(212,173,91,.18)}
.wn-target.is-plus-locked:hover{border-color:rgba(212,173,91,.48)}
.wn-all-content[hidden]{display:none!important}
.wn-content-access-note{color:#8698a8}
@media (max-width:500px){
  .wn-content-pick__meta{gap:5px}
  .wn-content-pick__access{font-size:.46rem;padding:2px 5px}
}


/* v2265: klarere Content-Hinweise und mobiles Dropdown für Begriffe verbinden */
.wn-compare-select{display:none;width:100%;height:42px;margin-top:8px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#03080d;color:#eef3f7;padding:0 12px;font-size:.78rem;outline:0}
.wn-compare-select option{background:#07111a;color:#eef3f7}

@media (max-width:820px){
  .wn-compare-select{display:block}
  .wn-compare-results{display:none!important}
}


/* v2266: Mobile-Kompass nutzt die horizontale Fläche konsequent aus. Desktop bleibt unverändert. */
@media (max-width:820px){
  .wn-map-panel{padding-left:4px;padding-right:4px}
  .wn-compass{
    grid-template-columns:minmax(0,1fr) 104px minmax(0,1fr);
    grid-template-rows:104px 202px 104px;
    gap:12px 2px;
    min-height:446px;
    padding:14px 0;
  }
  .wn-compass__ring{
    width:286px;
    height:286px;
    max-width:86vw;
    max-height:86vw;
  }
  .wn-compass__axis--horizontal{width:96%}
  .wn-compass__axis--vertical{height:76%}

  .wn-center{
    width:104px;
    height:104px;
    padding:9px;
  }
  .wn-center__overline{font-size:.43rem;letter-spacing:.08em}
  .wn-center__term{
    max-width:90px;
    margin:6px 0 5px;
    font-size:1.02rem;
    line-height:1.08;
  }
  .wn-center.is-long .wn-center__term{font-size:.9rem}
  .wn-center.is-very-long .wn-center__term{font-size:.77rem}
  .wn-center__action{
    margin-top:5px;
    padding:5px 7px;
    font-size:.49rem;
  }

  .wn-route{
    min-height:96px;
    padding:12px 10px 40px;
    border-radius:16px;
  }
  .wn-route--north,
  .wn-route--south{
    width:min(78%,320px);
    min-height:96px;
    padding-left:13px;
    padding-right:13px;
  }
  .wn-route--west,
  .wn-route--east{
    min-height:118px;
    padding:13px 9px 42px;
  }
  .wn-route__arrow{
    width:25px;
    height:25px;
    right:8px;
    top:8px;
    font-size:.76rem;
  }
  .wn-route__direction{
    padding-right:29px;
    font-size:.61rem;
    line-height:1.18;
    letter-spacing:.075em;
  }
  .wn-route__term{
    margin-top:6px;
    font-size:1rem;
    line-height:1.2;
    letter-spacing:-.015em;
    word-break:normal;
    overflow-wrap:normal;
    hyphens:manual;
    -webkit-hyphens:manual;
  }
  .wn-route--west .wn-route__direction,
  .wn-route--east .wn-route__direction{
    max-width:none;
    font-size:.58rem;
    line-height:1.18;
  }
  .wn-route--west .wn-route__term,
  .wn-route--east .wn-route__term{
    font-size:.95rem;
    line-height:1.2;
  }
  .wn-route.is-long .wn-route__term{font-size:.91rem}
  .wn-route.is-very-long .wn-route__term{font-size:.84rem}

  .wn-route__context,
  .wn-route--west .wn-route__context,
  .wn-route--east .wn-route__context{
    left:7px;
    right:7px;
    bottom:7px;
    width:auto;
    min-width:0;
    height:29px;
    padding:0 7px;
    justify-content:center;
    gap:5px;
    font-size:.62rem;
  }
  .wn-route__context-icon{
    width:15px;
    height:15px;
    font-size:.52rem;
  }
  .wn-route--west .wn-route__context-label,
  .wn-route--east .wn-route__context-label{font-size:inherit}
}

@media (max-width:500px){
  .wn-map-panel{padding-left:3px;padding-right:3px}
  .wn-compass{
    grid-template-columns:minmax(0,1fr) 100px minmax(0,1fr);
    grid-template-rows:102px 202px 102px;
    gap:11px 2px;
    min-height:439px;
    padding:13px 0;
  }
  .wn-compass__ring{width:276px;height:276px}
  .wn-center{width:100px;height:100px;padding:8px}
  .wn-center__term{max-width:86px;font-size:.98rem}
  .wn-center.is-long .wn-center__term{font-size:.87rem}
  .wn-center.is-very-long .wn-center__term{font-size:.74rem}
  .wn-center__action{font-size:.47rem;padding:4px 6px}

  .wn-route--north,.wn-route--south{width:min(80%,300px)}
  .wn-route--west,.wn-route--east{min-height:118px}
  .wn-route__direction{font-size:.59rem}
  .wn-route__term{font-size:.98rem}
  .wn-route--west .wn-route__term,.wn-route--east .wn-route__term{font-size:.93rem}
  .wn-route.is-long .wn-route__term{font-size:.89rem}
  .wn-route.is-very-long .wn-route__term{font-size:.82rem}
  .wn-route__context,
  .wn-route--west .wn-route__context,
  .wn-route--east .wn-route__context{font-size:.59rem}
}

@media (max-width:360px){
  .wn-compass{
    grid-template-columns:minmax(0,1fr) 92px minmax(0,1fr);
    grid-template-rows:102px 202px 102px;
    gap:10px 2px;
    min-height:436px;
  }
  .wn-compass__ring{width:252px;height:252px}
  .wn-center{width:92px;height:92px;padding:7px}
  .wn-center__overline{font-size:.39rem}
  .wn-center__term{max-width:80px;font-size:.9rem}
  .wn-center.is-long .wn-center__term{font-size:.79rem}
  .wn-center.is-very-long .wn-center__term{font-size:.68rem}
  .wn-center__action{font-size:.42rem;padding:4px 5px}

  .wn-route--west,.wn-route--east{min-height:120px;padding-left:8px;padding-right:8px}
  .wn-route__direction{font-size:.55rem}
  .wn-route--west .wn-route__direction,.wn-route--east .wn-route__direction{font-size:.53rem}
  .wn-route__term{font-size:.91rem}
  .wn-route--west .wn-route__term,.wn-route--east .wn-route__term{font-size:.88rem}
  .wn-route.is-long .wn-route__term{font-size:.83rem}
  .wn-route.is-very-long .wn-route__term{font-size:.76rem}
  .wn-route__context,
  .wn-route--west .wn-route__context,
  .wn-route--east .wn-route__context{height:28px;font-size:.55rem}
}


/* v2270: Mobile-Mittelpunkt als Ringbühne mit breiter Zwei-Zeilen-Lesefläche */
@media (max-width:820px){
  .wn-compass{
    grid-template-columns:minmax(0,1fr) 120px minmax(0,1fr);
  }
  .wn-center{
    width:112px;
    height:112px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    overflow:visible;
  }
  .wn-center:hover,
  .wn-center:focus,
  .wn-center:focus-visible,
  .wn-center:active{
    transform:translate(-50%,-50%);
    border-color:transparent;
    box-shadow:none;
  }
  .wn-center::before,
  .wn-center::after{
    left:0;
    right:auto;
    width:112px;
    height:56px;
    margin:0;
    border:2px solid rgba(226,185,95,.78);
    background:linear-gradient(180deg,rgba(11,39,63,.92),rgba(3,12,21,.96));
    opacity:.92;
    box-sizing:border-box;
    box-shadow:0 0 24px rgba(212,173,91,.13),inset 0 1px rgba(255,255,255,.05);
  }
  .wn-center::before{
    top:0;
    bottom:auto;
    border-bottom:0;
    border-radius:112px 112px 0 0;
    transform-origin:50% 100%;
    animation:wn-mobile-arc-top 3.2s ease-in-out infinite;
  }
  .wn-center::after{
    top:auto;
    bottom:0;
    border-top:0;
    border-radius:0 0 112px 112px;
    transform-origin:50% 0;
    animation:wn-mobile-arc-bottom 3.2s ease-in-out infinite;
  }
  @keyframes wn-mobile-arc-top{
    0%,100%{transform:scale(1);filter:brightness(.96)}
    50%{transform:scale(1.035);filter:brightness(1.14)}
  }
  @keyframes wn-mobile-arc-bottom{
    0%,100%{transform:scale(1);filter:brightness(.96)}
    50%{transform:scale(1.035);filter:brightness(1.14)}
  }
  .wn-center__overline{
    position:absolute;
    z-index:5;
    left:50%;
    top:-22px;
    transform:translateX(-50%);
    margin:0;
    white-space:nowrap;
    font-size:.49rem;
    letter-spacing:.1em;
    color:#aebdcc;
  }
  .wn-center__term{
    position:absolute;
    z-index:6;
    left:50%;
    top:50%;
    width:140px;
    max-width:none;
    min-height:58px;
    max-height:58px;
    margin:0;
    padding:5px 9px;
    transform:translate(-50%,-50%);
    display:grid;
    place-items:center;
    overflow:hidden;
    border-top:1px solid rgba(212,173,91,.34);
    border-bottom:1px solid rgba(212,173,91,.34);
    border-radius:12px;
    background:linear-gradient(90deg,rgba(3,10,17,.94),rgba(8,27,44,.99) 24%,rgba(8,27,44,.99) 76%,rgba(3,10,17,.94));
    color:#fff;
    box-shadow:0 8px 22px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.04);
    font-size:1.08rem;
    line-height:1.02;
    text-align:center;
    text-wrap:balance;
    word-break:normal;
    overflow-wrap:normal;
    hyphens:manual;
    -webkit-hyphens:manual;
  }
  .wn-center.is-long .wn-center__term{font-size:.98rem}
  .wn-center.is-very-long .wn-center__term{font-size:.86rem}
  .wn-center__action{
    position:absolute;
    z-index:7;
    left:50%!important;
    bottom:-38px;
    width:108px;
    max-width:108px;
    min-width:108px;
    min-height:32px;
    margin:0;
    padding:0 10px;
    transform:translateX(-50%)!important;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:0;
    border:1px solid rgba(212,173,91,.62);
    border-radius:8px;
    background:linear-gradient(180deg,#0a121a 0%,#050a10 100%);
    color:#f3d58f;
    box-shadow:0 10px 22px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.04);
    font-size:.58rem;
    font-weight:700;
    line-height:1;
    letter-spacing:.01em;
    text-align:center;
    white-space:nowrap;
  }
  .wn-center__action>span{display:none!important}
  .wn-center:hover .wn-center__action,
  .wn-center:focus .wn-center__action,
  .wn-center:focus-visible .wn-center__action,
  .wn-center:active .wn-center__action{
    left:50%!important;
    transform:translateX(-50%)!important;
    border-color:rgba(212,173,91,.76);
    background:linear-gradient(180deg,#0d1620 0%,#070d13 100%);
  }

  .wn-route--west{padding-left:12px;padding-right:8px}
  .wn-route--east{padding-left:8px;padding-right:12px}
  .wn-route--west .wn-route__arrow{left:8px;right:auto}
  .wn-route--west .wn-route__direction{padding-left:29px;padding-right:0}
  .wn-route--east:after{left:auto;right:0;border-radius:4px 0 0 4px}
  .wn-route--east .wn-route__arrow{right:8px;left:auto}
  .wn-route--east .wn-route__direction{padding-right:29px;padding-left:0}

}

@media (max-width:500px){
  .wn-compass{grid-template-columns:minmax(0,1fr) 116px minmax(0,1fr)}
  .wn-center{width:108px;height:108px}
  .wn-center::before,.wn-center::after{width:108px;height:54px}
  .wn-center::before{border-radius:108px 108px 0 0}
  .wn-center::after{border-radius:0 0 108px 108px}
  .wn-center__term{width:136px;min-height:56px;max-height:56px;font-size:1.04rem}
  .wn-center.is-long .wn-center__term{font-size:.95rem}
  .wn-center.is-very-long .wn-center__term{font-size:.83rem}
  .wn-center__action{bottom:-36px;width:104px;max-width:104px;min-width:104px;font-size:.56rem}
}

@media (max-width:360px){
  .wn-compass{grid-template-columns:minmax(0,1fr) 108px minmax(0,1fr)}
  .wn-center{width:102px;height:102px}
  .wn-center::before,.wn-center::after{width:102px;height:51px}
  .wn-center::before{border-radius:102px 102px 0 0}
  .wn-center::after{border-radius:0 0 102px 102px}
  .wn-center__term{width:126px;min-height:52px;max-height:52px;font-size:.98rem;padding-inline:7px}
  .wn-center.is-long .wn-center__term{font-size:.89rem}
  .wn-center.is-very-long .wn-center__term{font-size:.78rem}
  .wn-center__action{bottom:-34px;width:98px;max-width:98px;min-width:98px;font-size:.52rem}
}

@media (prefers-reduced-motion:reduce){
  .wn-center::before,.wn-center::after{animation:none!important}
}


/* v2271: Mobile-Nachbarthema sauber umbrechen statt abschneiden */
@media (max-width:820px){
  .wn-route--west .wn-route__direction{
    max-width:74px;
    line-height:1.04;
    letter-spacing:.08em;
    text-wrap:balance;
  }
}
@media (max-width:360px){
  .wn-route--west .wn-route__direction{font-size:.5rem;max-width:70px}
}


/* v2272: Mobile-Karte "Aktueller Begriff" kompakter ohne Inhaltsverlust */
@media (max-width:820px){
  .wn-mobile-current{
    margin:0 2px 10px;
    padding:12px 14px 11px;
    border-radius:16px;
  }
  .wn-mobile-current:before{left:14px;right:14px}
  .wn-mobile-current__eyebrow{font-size:.6rem;letter-spacing:.12em}
  .wn-mobile-current h2{
    margin-top:4px;
    font-size:1.38rem;
    line-height:1.08;
  }
  .wn-mobile-current p{
    margin-top:7px;
    font-size:.76rem;
    line-height:1.5;
    -webkit-line-clamp:2;
  }
  .wn-mobile-current__footer{
    margin-top:9px;
    gap:8px;
    align-items:flex-end;
  }
  .wn-mobile-current__footer > div{gap:4px}
  .wn-mobile-current__footer button{padding:3px 0;font-size:.66rem}
  .wn-content-block{
    scroll-margin-top:calc(var(--r4x-shared-header-height,68px) + env(safe-area-inset-top,0px) + 166px);
  }
}
@media (max-width:500px){
  .wn-mobile-current{padding:11px 12px 10px;margin:0 1px 9px}
  .wn-mobile-current h2{font-size:1.28rem}
  .wn-mobile-current p{font-size:.73rem;line-height:1.46}
  .wn-mobile-current__footer{margin-top:8px;gap:7px}
  .wn-mobile-current__footer button{font-size:.63rem}
  .wn-content-block{
    scroll-margin-top:calc(var(--r4x-shared-header-height,68px) + env(safe-area-inset-top,0px) + 154px);
  }
}
@media (max-width:360px){
  .wn-mobile-current{padding:10px 11px 9px}
  .wn-mobile-current__eyebrow{font-size:.56rem}
  .wn-mobile-current h2{font-size:1.18rem}
  .wn-mobile-current p{font-size:.69rem;line-height:1.42}
  .wn-mobile-current__footer{margin-top:7px}
  .wn-mobile-current__footer button{font-size:.6rem}
  .wn-content-block{
    scroll-margin-top:calc(var(--r4x-shared-header-height,68px) + env(safe-area-inset-top,0px) + 146px);
  }
}


/* v2273: Mobile Ost/West-Texte zentriert */
@media (max-width:820px){
  .wn-route--west,
  .wn-route--east{
    text-align:center;
  }
  .wn-route--west .wn-route__direction,
  .wn-route--east .wn-route__direction{
    padding-left:29px;
    padding-right:29px;
    text-align:center;
  }
  .wn-route--west .wn-route__term,
  .wn-route--east .wn-route__term,
  .wn-route--west .wn-route__reason,
  .wn-route--east .wn-route__reason{
    text-align:center;
  }
  .wn-route--west .wn-route__meta,
  .wn-route--east .wn-route__meta{
    justify-content:center;
  }
}


/* v2274: Desktop Ost/West spiegeln wie Mobile */
@media (min-width:821px){
  .wn-route--west .wn-route__arrow{left:15px;right:auto;}
  .wn-route--west .wn-route__direction{padding-left:35px;padding-right:0;}

  .wn-route--east:after{left:auto;right:0;border-radius:4px 0 0 4px;}
  .wn-route--east .wn-route__arrow{right:15px;left:auto;}
  .wn-route--east .wn-route__direction{padding-right:35px;padding-left:0;}
}


/* Desktop Ost/West-Texte zentriert */
@media (min-width:821px){
  .wn-route--west,
  .wn-route--east{text-align:center}
  .wn-route--west .wn-route__direction,
  .wn-route--east .wn-route__direction,
  .wn-route--west .wn-route__term,
  .wn-route--east .wn-route__term,
  .wn-route--west .wn-route__reason,
  .wn-route--east .wn-route__reason{text-align:center}
  .wn-route--west .wn-route__meta,
  .wn-route--east .wn-route__meta{justify-content:center}
  .wn-inspector{position:relative;overflow:visible}
}





/* Stärkeres, ruhiges Breath-Pulsing für rechten Aktueller-Begriff-Bereich */
@media (min-width:821px){
  .wn-inspector__view#currentView{
    position:relative;
    border-radius:24px;
    overflow:visible;
  }
  .wn-inspector__view#currentView::after{
    content:"";
    position:absolute;
    inset:-8px;
    border-radius:28px;
    border:1px solid rgba(212,173,91,0);
    box-shadow:0 0 0 rgba(212,173,91,0);
    pointer-events:none;
  }
  .wn-inspector__view#currentView.is-focus-pulsing{
    animation:wn-current-view-breath-strong 3.6s ease-in-out 1;
    will-change:box-shadow,background-color;
  }
  .wn-inspector__view#currentView.is-focus-pulsing::after{
    animation:wn-current-view-breath-ring 3.6s ease-in-out 1;
  }
}
@keyframes wn-current-view-breath-strong{
  0%,100%{
    box-shadow:0 24px 44px rgba(0,0,0,.24), 0 0 0 0 rgba(212,173,91,0);
    background-color:transparent;
  }
  25%{
    box-shadow:0 24px 44px rgba(0,0,0,.24), 0 0 0 1px rgba(212,173,91,.32), 0 0 38px rgba(212,173,91,.18);
    background-color:rgba(212,173,91,.03);
  }
  50%{
    box-shadow:0 24px 44px rgba(0,0,0,.24), 0 0 0 0 rgba(212,173,91,0);
    background-color:transparent;
  }
  75%{
    box-shadow:0 24px 44px rgba(0,0,0,.24), 0 0 0 1px rgba(212,173,91,.32), 0 0 38px rgba(212,173,91,.18);
    background-color:rgba(212,173,91,.03);
  }
}
@keyframes wn-current-view-breath-ring{
  0%,100%{
    opacity:0;
    border-color:rgba(212,173,91,0);
    box-shadow:0 0 0 rgba(212,173,91,0);
    transform:scale(1);
  }
  25%{
    opacity:1;
    border-color:rgba(212,173,91,.38);
    box-shadow:0 0 24px rgba(212,173,91,.14);
    transform:scale(1.004);
  }
  50%{
    opacity:0;
    border-color:rgba(212,173,91,0);
    box-shadow:0 0 0 rgba(212,173,91,0);
    transform:scale(1);
  }
  75%{
    opacity:1;
    border-color:rgba(212,173,91,.38);
    box-shadow:0 0 24px rgba(212,173,91,.14);
    transform:scale(1.004);
  }
}
@media (prefers-reduced-motion:reduce){
  .wn-inspector__view#currentView.is-focus-pulsing,
  .wn-inspector__view#currentView.is-focus-pulsing::after{animation:none!important;will-change:auto}
}
