/*
Theme Name: NEXUS
Theme URI:
Author: EDDAR GmbH
Description: Child-Theme der NEXUS-Website (Verbund aerztlicher Gutachter). Setzt die Mockups um. Basiert auf dem design-freien Parent-Theme NEXUS Base.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
Template: nexus-base
Text Domain: nexus
*/

/* ===== Design-Tokens ===== */
:root {
  --nx-dunkelblau: #02255B;
  --nx-eisblau:    #8AD2FD;
  --nx-hellgrau:   #f5f5f3;
  --nx-weiss:      #ffffff;
  --nx-text:       #1a1a1a;
  --nx-muted:      #888;
  --nx-border:     #e8e6e1;
  --nx-border-2:   #e0deda;
  --nx-font-serif: 'EB Garamond', Georgia, serif;
  --nx-font-sans:  Arial, Helvetica, sans-serif;
  --nx-gutter:     48px;
  --nx-nav-h:      56px;
}

/* ===== Reset / Basis ===== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--nx-font-sans);
  background: var(--nx-hellgrau);
  color: var(--nx-text);
  line-height: 1.75;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--nx-dunkelblau); }
h1, h2, h3, h4, h5, h6 { font-family: var(--nx-font-serif); font-weight: 400; line-height: 1.2; }

/* ===== Navigation (sticky) ===== */
.nx-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--nx-gutter); height: var(--nx-nav-h);
  background: var(--nx-dunkelblau);
  position: sticky; top: 0; z-index: 100;
}
.nx-nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nx-nav-logo-name { font-family: var(--nx-font-serif); font-size: 20px; font-weight: 400; color: #fff; letter-spacing: 0.08em; line-height: 1; }
.nx-nav-logo-line { height: 1px; background: var(--nx-eisblau); margin: 4px 0 3px; }
.nx-nav-logo-sub { font-size: 10px; color: var(--nx-eisblau); letter-spacing: 0.07em; }
.nx-nav-links { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nx-nav-links a { font-size: 12.5px; color: rgba(255,255,255,0.7); text-decoration: none; letter-spacing: 0.01em; }
.nx-nav-links a:hover { color: #fff; }
.nx-nav-links li.active a,
.nx-nav-links li.current-menu-item a,
.nx-nav-links li.current_page_item a { color: var(--nx-eisblau); }

/* ===== Seiten-Header (dunkelblau) ===== */
.nx-page-header { background: var(--nx-dunkelblau); padding: 44px var(--nx-gutter) 48px; }
.nx-page-header-label { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(138,210,253,0.6); margin-bottom: 14px; }
.nx-page-header-intro { font-size: 14.5px; color: rgba(255,255,255,0.62); line-height: 1.72; max-width: 580px; }

/* ===== Sprungnavigation ===== */
.nx-jumpnav { display: flex; border-bottom: 1px solid var(--nx-border-2); background: #fff; position: sticky; top: var(--nx-nav-h); z-index: 90; }
.nx-jumplink { font-size: 12.5px; color: var(--nx-muted); padding: 13px 22px; text-decoration: none; border-bottom: 2px solid transparent; white-space: nowrap; }
.nx-jumplink:hover { color: var(--nx-text); }
.nx-jumplink.active { color: var(--nx-dunkelblau); border-bottom: 2px solid var(--nx-dunkelblau); font-weight: 500; }

/* ===== Inhalts-Sektionen (2-spaltig) ===== */
.nx-section { padding: 52px var(--nx-gutter); border-bottom: 1px solid var(--nx-border); display: grid; grid-template-columns: minmax(0,3fr) minmax(0,1fr); gap: 48px; align-items: start; background: #fff; }
.nx-section:last-of-type { border-bottom: none; }
.nx-section-label { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--nx-muted); margin-bottom: 16px; }
.nx-section-text { font-size: 14px; color: var(--nx-text); line-height: 1.75; }
.nx-section-text p + p { margin-top: 12px; }

/* ===== Aside-Boxen ===== */
.nx-aside-box { background: var(--nx-hellgrau); border-left: 2px solid var(--nx-eisblau); border-radius: 0 2px 2px 0; padding: 16px 18px; margin-bottom: 14px; }
.nx-aside-box:last-child { margin-bottom: 0; }
.nx-aside-label { font-size: 9.5px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--nx-muted); margin-bottom: 9px; }
.nx-aside-text { font-size: 12.5px; color: var(--nx-text); line-height: 1.65; }
.nx-aside-row { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 8px; font-size: 12.5px; color: var(--nx-text); line-height: 1.5; }
.nx-aside-row:last-child { margin-bottom: 0; }
.nx-aside-row .icon { color: var(--nx-dunkelblau); flex-shrink: 0; margin-top: 1px; font-weight: 700; }

/* ===== CTA / Inline-Box / Listen ===== */
.nx-cta-link { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 500; color: var(--nx-dunkelblau); text-decoration: none; margin-top: 20px; border-bottom: 1px solid var(--nx-dunkelblau); padding-bottom: 2px; }
.nx-inline-box { background: var(--nx-hellgrau); border-left: 2px solid var(--nx-eisblau); border-radius: 0 2px 2px 0; padding: 14px 18px; margin-top: 20px; }
.nx-inline-box-label { font-size: 9.5px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--nx-muted); margin-bottom: 8px; }
.nx-inline-box-text { font-size: 13px; color: var(--nx-text); line-height: 1.65; }
.nx-list { list-style: none; display: flex; flex-direction: column; gap: 7px; margin-top: 12px; }
.nx-list li { font-size: 13.5px; color: var(--nx-text); line-height: 1.55; padding-left: 14px; position: relative; }
.nx-list li::before { content: '–'; position: absolute; left: 0; color: var(--nx-muted); }

/* ===== Primaerer CTA-Button (Eisblau) ===== */
.nx-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--nx-eisblau); color: var(--nx-dunkelblau); font-size: 13.5px; font-weight: 500; padding: 11px 22px; border-radius: 2px; text-decoration: none; letter-spacing: 0.02em; }

/* ===== Generischer Inhalt (Seiten/Beitraege) ===== */
.nx-content { background: #fff; padding: 52px var(--nx-gutter); }
.nx-content h1 { font-size: 32px; margin-bottom: 20px; }
.nx-content h2 { font-size: 24px; margin: 32px 0 14px; }
.nx-content h3 { font-size: 18px; margin: 24px 0 10px; }
.nx-content p { font-size: 14px; line-height: 1.75; margin-bottom: 12px; }
.nx-content ul, .nx-content ol { margin: 0 0 12px 20px; }
.nx-content a { color: var(--nx-dunkelblau); }

/* ===== Footer ===== */
.nx-footer-bar { background: #fff; border-top: 1px solid var(--nx-border); padding: 18px var(--nx-gutter); display: flex; justify-content: space-between; align-items: center; }
.nx-footer-text { font-size: 12px; color: #aaa; }
.nx-footer-links { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
.nx-footer-links a { font-size: 12px; color: #aaa; text-decoration: none; }
.nx-footer-links a:hover { color: var(--nx-dunkelblau); }

/* ===== Hinweis-Box ===== */
.nx-notice { background: var(--nx-hellgrau); border: 1px dashed #ccc; border-radius: 3px; padding: 10px 16px; font-size: 11.5px; color: var(--nx-muted); margin: 0 var(--nx-gutter); text-align: center; }

/* ===== Responsiv ===== */
@media (max-width: 860px) {
  :root { --nx-gutter: 24px; }
  .nx-nav { height: auto; padding: 12px 24px; flex-wrap: wrap; gap: 12px; }
  .nx-nav-links { flex-wrap: wrap; gap: 14px 20px; }
  .nx-jumpnav { top: 0; overflow-x: auto; }
  .nx-section { grid-template-columns: 1fr; gap: 28px; }
  .nx-footer-bar { flex-direction: column; gap: 10px; align-items: flex-start; }
}

/* ===================================================================
   NEXUS Seiten-Templates (Hero, Home, Steps, FAQ, Bloecke)
   =================================================================== */
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 110px; }

/* --- Startseite: Hero --- */
.nx-hero { background: var(--nx-dunkelblau); padding: 72px var(--nx-gutter) 88px; }
.nx-hero-brand { display: flex; align-items: center; gap: 28px; margin-bottom: 44px; }
.nx-hero-logo { width: 72px; height: 80px; background: rgba(138,210,253,0.1); border: 1px dashed rgba(138,210,253,0.3); border-radius: 2px; display: flex; align-items: center; justify-content: center; font-size: 9px; color: rgba(138,210,253,0.5); text-align: center; letter-spacing: 0.04em; line-height: 1.3; flex-shrink: 0; }
.nx-hero-name { font-family: var(--nx-font-serif); font-size: 46px; font-weight: 400; color: #fff; letter-spacing: 0.07em; line-height: 1; }
.nx-hero-line { height: 1px; background: var(--nx-eisblau); margin: 8px 0 6px; }
.nx-hero-sub { font-family: var(--nx-font-serif); font-size: 15px; color: var(--nx-eisblau); letter-spacing: 0.1em; }
.nx-hero-claim { font-size: 11px; letter-spacing: 0.18em; color: rgba(255,255,255,0.4); text-transform: uppercase; margin-bottom: 20px; }
.nx-hero-text { font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.75; max-width: 460px; margin-bottom: 40px; }
.nx-hero-text p + p { margin-top: 10px; }

/* --- Startseite: Einleitung zweispaltig --- */
.nx-home-intro { background: #fff; padding: 60px var(--nx-gutter); display: grid; grid-template-columns: minmax(0,3fr) minmax(0,1fr); gap: 48px; align-items: start; }
.nx-intro-note { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--nx-border); font-size: 13.5px; color: var(--nx-muted); line-height: 1.65; }
.nx-feature-title { font-size: 14px; font-weight: 500; color: var(--nx-text); margin-bottom: 9px; line-height: 1.4; }
.nx-feature-text { font-size: 12.5px; color: #555; line-height: 1.6; margin-bottom: 14px; }
.nx-feature-link { font-size: 12.5px; color: var(--nx-dunkelblau); text-decoration: none; font-weight: 500; border-bottom: 1px solid var(--nx-dunkelblau); padding-bottom: 1px; }

/* --- Generischer weisser Block / Stack --- */
.nx-block { background: #fff; padding: 56px var(--nx-gutter); }
.nx-block-label { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--nx-muted); margin-bottom: 20px; }
.nx-block-single { padding: 52px var(--nx-gutter); border-bottom: 1px solid var(--nx-border); background: #fff; }
.nx-block-single:last-of-type { border-bottom: none; }
.nx-divider { height: 1px; background: var(--nx-border); margin-bottom: 48px; }
.nx-stack { background: #fff; padding: 56px var(--nx-gutter); }
.nx-stack-item { padding-bottom: 48px; margin-bottom: 48px; border-bottom: 1px solid var(--nx-border); }
.nx-stack-item:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none; }

/* --- Beauftragung: Ablauf-Schritte --- */
.nx-steps { display: flex; flex-direction: column; margin-bottom: 56px; }
.nx-step { display: grid; grid-template-columns: 40px minmax(0,1fr); gap: 24px; padding-bottom: 36px; }
.nx-step:last-child { padding-bottom: 0; }
.nx-step-rail { display: flex; flex-direction: column; align-items: center; }
.nx-step-num { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--nx-dunkelblau); display: flex; align-items: center; justify-content: center; font-size: 13px; font-family: var(--nx-font-serif); color: var(--nx-dunkelblau); background: #fff; }
.nx-step-line { width: 1px; flex: 1; background: var(--nx-border); margin-top: 6px; min-height: 24px; }
.nx-step:last-child .nx-step-line { display: none; }
.nx-step-body { padding-top: 4px; }
.nx-step-title { font-size: 15px; font-weight: 500; color: var(--nx-text); margin-bottom: 8px; }
.nx-step-text { font-size: 13.5px; color: #666; line-height: 1.7; }
.nx-step-link { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 500; color: var(--nx-dunkelblau); text-decoration: none; margin-top: 10px; border-bottom: 1px solid var(--nx-dunkelblau); padding-bottom: 1px; }

/* --- Beauftragung: zweispaltiger Block + Kostenkasten --- */
.nx-twocol { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 40px; margin-bottom: 48px; }
.nx-prose { font-size: 13.5px; color: var(--nx-text); line-height: 1.75; }
.nx-prose p + p { margin-top: 10px; }
.nx-box { background: var(--nx-hellgrau); border-left: 2px solid var(--nx-eisblau); border-radius: 0 2px 2px 0; padding: 16px 18px; }
.nx-box-label { font-size: 9.5px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--nx-muted); margin-bottom: 10px; }
.nx-box-text { font-size: 12.5px; color: var(--nx-text); line-height: 1.65; }
.nx-box-text p + p { margin-top: 8px; }

/* --- Beauftragung: FAQ (ausklappbar) --- */
.nx-faq { border-top: 1px solid var(--nx-border); margin-top: 16px; }
.nx-faq details { border-bottom: 1px solid var(--nx-border); }
.nx-faq summary { list-style: none; cursor: pointer; padding: 18px 0; font-size: 14px; font-weight: 500; color: var(--nx-text); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.nx-faq summary::-webkit-details-marker { display: none; }
.nx-faq summary::after { content: '+'; color: var(--nx-dunkelblau); font-size: 18px; line-height: 1; }
.nx-faq details[open] summary::after { content: '\2013'; }
.nx-faq-answer { font-size: 13.5px; color: #666; line-height: 1.7; padding: 0 0 18px; }

@media (max-width: 860px) {
  .nx-home-intro { grid-template-columns: 1fr; gap: 28px; }
  .nx-twocol { grid-template-columns: 1fr; gap: 24px; }
}

/* ===================================================================
   NEXUS Profil & Suche (Gutachter)
   =================================================================== */
.nx-breadcrumb { background: #fff; padding: 10px var(--nx-gutter) 8px; border-bottom: 1px solid var(--nx-border); font-size: 12px; color: var(--nx-muted); }
.nx-breadcrumb a { color: var(--nx-muted); text-decoration: none; }
.nx-breadcrumb a:hover { color: var(--nx-text); }

.nx-profile { background: #fff; padding: 48px var(--nx-gutter) 56px; display: grid; grid-template-columns: minmax(0,2fr) minmax(0,1fr); gap: 48px; align-items: start; }

.nx-prof-head { display: flex; gap: 28px; align-items: flex-start; margin-bottom: 36px; padding-bottom: 32px; border-bottom: 1px solid var(--nx-border); }
.nx-prof-foto { width: 96px; height: 120px; background: var(--nx-hellgrau); border: 1px solid var(--nx-border-2); border-radius: 2px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 10px; color: #aaa; letter-spacing: 0.04em; overflow: hidden; }
.nx-prof-foto img { width: 100%; height: 100%; object-fit: cover; }
.nx-prof-rank { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--nx-muted); margin-bottom: 6px; }
.nx-prof-name { font-family: var(--nx-font-serif); font-size: 22px; color: var(--nx-text); margin-bottom: 8px; line-height: 1.2; }
.nx-prof-facharzt { font-size: 13.5px; color: #666; line-height: 1.6; margin-bottom: 14px; }
.nx-prof-intro { font-size: 14px; color: var(--nx-text); line-height: 1.7; }

.nx-prof-section { margin-bottom: 32px; }
.nx-prof-section:last-child { margin-bottom: 0; }
.nx-prof-section-title { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--nx-muted); margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid var(--nx-border); }
.nx-prof-sub { font-size: 11px; color: #555; margin: 0 0 8px; font-weight: 500; }
.nx-prof-sub + .nx-tags, .nx-prof-sub + .nx-prof-list { margin-bottom: 16px; }

.nx-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.nx-tag { font-size: 12px; color: var(--nx-text); border: 1px solid #d0ceca; padding: 4px 10px; border-radius: 2px; }
.nx-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: #666; border: 1px solid var(--nx-border-2); padding: 5px 12px; border-radius: 2px; background: var(--nx-hellgrau); }
.nx-orte { display: flex; flex-wrap: wrap; gap: 12px; }
.nx-orte span { font-size: 13px; color: var(--nx-text); }
.nx-prof-note { font-size: 12px; color: var(--nx-muted); margin-top: 8px; }
.nx-prof-text { font-size: 13.5px; color: var(--nx-text); line-height: 1.65; margin-bottom: 16px; }
.nx-prof-list { list-style: none; display: flex; flex-direction: column; gap: 6px; margin: 0; padding: 0; }
.nx-prof-list li { font-size: 13.5px; color: var(--nx-text); padding-left: 14px; position: relative; line-height: 1.5; }
.nx-prof-list li::before { content: '–'; position: absolute; left: 0; color: var(--nx-muted); }

/* --- Kontaktbox (rechts, dunkelblau) --- */
.nx-contact-card { background: var(--nx-dunkelblau); border-radius: 2px; padding: 22px 20px; margin-bottom: 16px; }
.nx-cc-label { font-size: 9.5px; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(138,210,253,0.7); margin-bottom: 14px; }
.nx-cc-name { font-family: var(--nx-font-serif); font-size: 16px; color: #fff; margin-bottom: 3px; }
.nx-cc-sub { font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 18px; line-height: 1.5; }
.nx-cc-row { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.8); margin-bottom: 9px; }
.nx-cc-row a { color: rgba(255,255,255,0.8); text-decoration: none; }
.nx-cc-row a:hover { color: #fff; }
.nx-cc-divider { height: 1px; background: rgba(138,210,253,0.2); margin: 16px 0 14px; }
.nx-cc-tabs { display: flex; gap: 0; margin-bottom: 16px; }
.nx-cc-tab { flex: 1; text-align: center; font: inherit; font-size: 12px; color: rgba(255,255,255,0.4); padding: 8px 0; border: none; border-bottom: 2px solid transparent; background: none; cursor: pointer; }
.nx-cc-tab.active { color: var(--nx-eisblau); border-bottom-color: var(--nx-eisblau); }
.nx-cc-btn { display: flex; align-items: center; justify-content: center; gap: 7px; width: 100%; font: inherit; font-size: 13px; font-weight: 500; padding: 11px; border: none; border-radius: 2px; background: var(--nx-eisblau); color: var(--nx-dunkelblau); text-decoration: none; cursor: pointer; }
.nx-cc-note { font-size: 11px; color: rgba(255,255,255,0.3); text-align: center; line-height: 1.5; margin-top: 8px; }

/* --- Kontaktformular --- */
.nx-form .nx-field { margin-bottom: 12px; }
.nx-form label { display: block; font-size: 11.5px; color: rgba(255,255,255,0.75); margin-bottom: 5px; }
.nx-form input[type="text"], .nx-form input[type="email"], .nx-form input[type="tel"], .nx-form select, .nx-form textarea { width: 100%; font: inherit; font-size: 13px; padding: 8px 10px; border: 1px solid rgba(255,255,255,0.25); border-radius: 2px; background: #fff; color: var(--nx-text); }
.nx-form textarea { min-height: 96px; resize: vertical; }
.nx-form .req { color: var(--nx-eisblau); }
.nx-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.nx-checks { display: flex; flex-direction: column; gap: 7px; }
.nx-checks label { display: flex; align-items: flex-start; gap: 8px; font-size: 12.5px; color: rgba(255,255,255,0.82); margin: 0; cursor: pointer; }
.nx-checks input { margin-top: 2px; flex-shrink: 0; }
.nx-form-msg { font-size: 12.5px; line-height: 1.55; border-radius: 2px; padding: 10px 12px; margin-bottom: 14px; }
.nx-form-msg.ok { background: rgba(138,210,253,0.15); color: #fff; border-left: 2px solid var(--nx-eisblau); }
.nx-form-msg.err { background: rgba(255,120,120,0.15); color: #fff; border-left: 2px solid #ff8a8a; }

/* --- Nebenboxen (rechts unten) --- */
.nx-side-box { border: 1px solid var(--nx-border); border-radius: 2px; padding: 16px 18px; margin-bottom: 14px; }
.nx-side-label { font-size: 9.5px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--nx-muted); margin-bottom: 10px; }
.nx-side-text { font-size: 13px; color: var(--nx-text); line-height: 1.6; }
.nx-cert { width: 56px; height: 56px; border: 1px dashed #d0ceca; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 9px; color: #aaa; text-align: center; line-height: 1.3; }

.nx-back { background: #fff; border-top: 1px solid var(--nx-border); padding: 14px var(--nx-gutter); }
.nx-back a { font-size: 13px; color: #666; text-decoration: none; }
.nx-back a:hover { color: var(--nx-dunkelblau); }

/* --- Uebersicht / Suche --- */
.nx-finder { background: #fff; padding: 32px var(--nx-gutter) 56px; }
.nx-filters { display: flex; flex-wrap: wrap; gap: 14px; align-items: flex-end; padding-bottom: 28px; margin-bottom: 32px; border-bottom: 1px solid var(--nx-border); }
.nx-filter label { display: block; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--nx-muted); margin-bottom: 6px; }
.nx-filter select { font: inherit; font-size: 13px; padding: 8px 10px; border: 1px solid var(--nx-border-2); border-radius: 2px; background: #fff; color: var(--nx-text); min-width: 220px; }
.nx-filter-btn { font: inherit; font-size: 13px; font-weight: 500; padding: 9px 18px; border: none; border-radius: 2px; background: var(--nx-dunkelblau); color: #fff; cursor: pointer; }
.nx-filter-reset { font-size: 12.5px; color: var(--nx-muted); text-decoration: none; align-self: center; }

.nx-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.nx-card { display: flex; flex-direction: column; border: 1px solid var(--nx-border); border-radius: 2px; padding: 20px; text-decoration: none; transition: border-color 0.15s, box-shadow 0.15s; }
.nx-card:hover { border-color: var(--nx-eisblau); box-shadow: 0 2px 10px rgba(2,37,91,0.06); }
.nx-card-head { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 14px; }
.nx-card-foto { width: 64px; height: 80px; background: var(--nx-hellgrau); border: 1px solid var(--nx-border-2); border-radius: 2px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 9px; color: #aaa; overflow: hidden; }
.nx-card-foto img { width: 100%; height: 100%; object-fit: cover; }
.nx-card-rank { font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--nx-muted); margin-bottom: 4px; }
.nx-card-name { font-family: var(--nx-font-serif); font-size: 17px; color: var(--nx-text); line-height: 1.25; margin-bottom: 5px; }
.nx-card-fach { font-size: 12.5px; color: #666; line-height: 1.5; }
.nx-card-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 14px; }
.nx-card-tag { font-size: 11px; color: var(--nx-text); border: 1px solid #d0ceca; padding: 3px 8px; border-radius: 2px; }
.nx-card-link { margin-top: auto; font-size: 12.5px; font-weight: 500; color: var(--nx-dunkelblau); border-bottom: 1px solid var(--nx-dunkelblau); padding-bottom: 1px; align-self: flex-start; }
.nx-empty { font-size: 14px; color: var(--nx-muted); padding: 24px 0; }

@media (max-width: 860px) {
  .nx-profile { grid-template-columns: 1fr; gap: 28px; }
  .nx-filter select { min-width: 0; width: 100%; }
  .nx-filter { width: 100%; }
}
