/* Nawigator lokali — front (podgląd) */
.navl-wrap { --green:#22c55e; --amber:#f59e0b; --red:#ef4444; --ink:#0f172a; --muted:#64748b; --line:#e2e8f0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; color: var(--ink); }
.navl-grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 20px; align-items: start; }
@media (max-width: 900px) { .navl-grid { grid-template-columns: 1fr; } }

.navl-stage-card { background:#fff; border:1px solid var(--line); border-radius:16px; padding:16px; box-shadow:0 6px 24px rgba(15,23,42,.05); }
.navl-stage-head { margin-bottom:10px; }
.navl-kicker { font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); font-weight:600; }
.navl-h2 { margin:2px 0 0; font-size:22px; }

.navl-stage-holder { position:relative; border-radius:12px; overflow:hidden; background:#0b1220; }
#navl-stage { display:block; width:100%; height:auto; }
.navl-hot { transition: fill-opacity .15s ease; }
.navl-unit:hover .navl-hot { fill-opacity:.62 !important; }
.navl-lab { font-size:20px; font-weight:700; fill:#fff; paint-order:stroke; stroke:rgba(0,0,0,.45); stroke-width:4px; }

.navl-tip { position:absolute; z-index:5; background:#0f172a; color:#fff; font-size:13px; line-height:1.35;
  padding:8px 10px; border-radius:8px; pointer-events:none; box-shadow:0 6px 18px rgba(0,0,0,.25); max-width:240px; }

.navl-legend { display:flex; flex-wrap:wrap; gap:14px; margin-top:12px; font-size:13px; color:var(--muted); }
.navl-leg { display:inline-flex; align-items:center; gap:6px; }
.navl-leg b { color:var(--ink); }
.navl-dot { width:10px; height:10px; border-radius:50%; display:inline-block; }

.navl-side { display:flex; flex-direction:column; gap:16px; }
.navl-card { background:#fff; border:1px solid var(--line); border-radius:16px; overflow:hidden; }
.navl-card-h { padding:14px 16px; border-bottom:1px solid var(--line); }
.navl-card-h h3 { margin:0; font-size:16px; }
.navl-card-h p { margin:2px 0 0; font-size:12px; color:var(--muted); }
.navl-card-b { padding:16px; }
.navl-empty { color:var(--muted); font-size:14px; line-height:1.5; }

.navl-detail-head { margin-bottom:12px; }
.navl-detail-id { font-size:28px; font-weight:800; line-height:1; }
.navl-detail-name { color:var(--muted); font-size:14px; margin-top:2px; }
.navl-detail-rows { display:flex; flex-direction:column; gap:8px; }
.navl-detail-row { display:flex; justify-content:space-between; gap:12px; font-size:14px; padding-bottom:8px; border-bottom:1px dashed var(--line); }
.navl-detail-row span:first-child { color:var(--muted); }
.navl-badge { padding:2px 10px; border-radius:999px; font-size:12px; font-weight:700; }
.navl-detail-cta { margin-top:14px; text-align:center; background:var(--ink); color:#fff; padding:10px; border-radius:10px; font-weight:600; cursor:pointer; }
.navl-detail-cta:hover { background:#1e293b; }
