
  #pk-card { display:block; margin-top:14px; overflow:hidden; border-radius:0.75rem; background:#0e1620;
             text-decoration:none; box-shadow:0 4px 14px rgba(0,0,0,0.16); }
  #pk-card:hover { box-shadow:0 10px 25px rgba(0,0,0,0.22); }
  #pk-stage { position:relative; width:100%; aspect-ratio: 1.828; background:#0b1119; }
  /* Handy: Seitenverhaeltnis der Daten beibehalten, sonst werden Vorarlberg und
     das Burgenland seitlich abgeschnitten (Karte ist deutlich breiter als hoch). */
  @media (max-width:640px){ #pk-stage { aspect-ratio: 1.828; } }
  #pk-stage canvas { position:absolute; inset:0; width:100%; height:100%; display:block; }
  #tw-teaser { position:absolute; inset:0; }
  #pk-badge { position:absolute; left:12px; top:10px; z-index:3; background:rgba(11,17,25,.85);
              border:1px solid #24313f; border-radius:8px; padding:6px 10px; color:#e8edf3;
              font-size:.76rem; line-height:1.4; }
  #pk-badge b { display:block; color:#fff; font-size:.86rem; font-weight:700; }
  #pk-bar { display:flex; align-items:center; justify-content:space-between; gap:12px;
            padding:12px 16px; background:#131e2b; }
  #pk-bar .t { color:#fff; font-weight:800; font-size:1rem; line-height:1.3; }
  #pk-bar .s { color:#c3d0de; font-size:.82rem; margin-top:2px; line-height:1.4; }
  #pk-bar .go { flex-shrink:0; background:#2563eb; color:#fff; border-radius:8px;
                padding:9px 14px; font-size:.85rem; font-weight:700; white-space:nowrap; }
