@charset "UTF-8";#entity-panel{position:fixed;top:0;right:-400px;width:400px;height:100%;background:#111;color:#fff;box-shadow:-5px 0 15px rgba(0,0,0,.3);transition:right .3s ease;z-index:9999}#entity-panel.active{right:0}.entity-panel-content{padding:20px}#entity-close{background:0 0;border:none;font-size:24px;color:#fff;float:right;cursor:pointer}.entity-link{cursor:pointer;color:var(--accent-color);text-decoration:underline}.entity-image{max-height:220px;overflow:hidden;border-radius:8px;margin-bottom:1rem}.entity-image img{width:100%;height:100%;object-fit:cover;display:block}.entity-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:6px;margin-top:1rem}.entity-gallery img{width:100%;height:70px;object-fit:cover;border-radius:6px}.contact-card{margin-top:2rem;padding:1.5rem;border-radius:12px;background:var(--card-background)}.contact-card ul{list-style:none;padding-left:0}.contact-card li{margin-bottom:.75rem}.contact-card code{display:inline-block;padding:.4rem;border-radius:6px;background:var(--code-background);word-break:break-all}.contact-note{margin:1rem 0;padding:.75rem 1rem;border-left:4px solid var(--primary);background:var(--card-background);font-size:1.8rem;line-height:1.5}.threema-block{display:flex;align-items:center;gap:1rem}.threema-qr{width:96px;height:96px;border-radius:8px;background:#fff;padding:4px}.threema-mobile-hint{display:none;font-size:1.05rem;opacity:.7}@media(max-width:768px){.threema-mobile-hint{display:inline}}@media(hover:none){.threema-qr{display:none}}.badge-secure{display:inline-block;margin-left:.5rem;padding:.2rem .5rem;font-size:.75rem;border-radius:6px;background:var(--primary);color:#fff}.copy-btn{margin-left:.5rem;padding:.2rem .5rem;font-size:1.8rem;border:none;border-radius:6px;cursor:pointer;background:var(--primary);color:#fff}.copy-btn:hover{opacity:.85}.is-news{border-left:4px solid var(--accent-color);background:rgba(0,150,255,8%);padding-left:1rem}.news-badge{font-size:.7rem;background:var(--accent-color);color:#fff;display:inline-block;padding:2px 6px;border-radius:4px;margin-bottom:6px}.entity-links a::after{content:" ↗";font-size:.9em}.article-content img{float:left;margin-right:1rem;margin-bottom:.5rem;max-width:40%}