.na-root { position: fixed; right: 18px; bottom: 18px; z-index: 9999; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.na-bubble {
  width: 175px; height: 56px; border-radius: 999px; border: none; cursor: pointer;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  font-size: 18px; font-weight: 700;
  border: 2px solid #fff;
}
.na-bubble.is-hidden { display: none; }

.na-panel {
  width: 360px; max-width: calc(100vw - 36px);
  height: 520px; max-height: calc(100vh - 36px);
  background: #fff; border-radius: 14px; box-shadow: 0 16px 50px rgba(0,0,0,.22);
  overflow: hidden; display: none;
}
.na-panel.is-open { display: block; }

.na-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 12px; border-bottom: 1px solid rgba(0,0,0,.08);
}
.na-title { font-weight: 700; font-size: 15px; }
.na-close { border: none; background: transparent; font-size: 26px; cursor: pointer; line-height: 1; }

.na-body { padding: 12px; height: calc(100% - 49px); display: flex; flex-direction: column; }
.na-search { display: flex; gap: 8px; }
.na-input { flex: 1; padding: 10px 10px; border: 1px solid rgba(0,0,0,.18); border-radius: 10px; }
.na-go { padding: 10px 12px; border-radius: 10px; border: 1px solid rgba(0,0,0,.18); background: #fff; cursor: pointer; }
.na-hint { margin-top: 8px; font-size: 12px; }
.na-muted { opacity: .7; }
.na-results { margin-top: 10px; overflow: auto; padding-right: 4px; flex: 1; }

.na-section { font-size: 12px; font-weight: 700; opacity: .75; margin: 6px 0 8px; }
.na-card { border: 1px solid rgba(0,0,0,.10); border-radius: 12px; padding: 10px; margin-bottom: 10px; }
.na-q { font-weight: 700; margin-bottom: 6px; }
.na-a {
  font-size: 13px;
  line-height: 1.35;
  opacity: .92;
  white-space: pre-wrap;   /* <-- behold linjeskift */
  word-break: break-word;  /* <-- ikke kutt rare ord/url */
}
.na-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 8px; }
.na-link { font-size: 13px; text-decoration: underline; }
.na-feedback { display: flex; align-items: center; gap: 6px; font-size: 12px; }
.na-fb { border: 1px solid rgba(0,0,0,.18); background: #fff; border-radius: 999px; padding: 4px 8px; cursor: pointer; }
.na-fb:disabled { opacity: .5; cursor: default; }

.na-badge {
  display: inline-block; margin-left: 6px; padding: 2px 7px; border-radius: 999px;
  font-size: 11px; border: 1px solid rgba(0,0,0,.12); opacity: .8;
}
.na-loading, .na-empty { padding: 12px; font-size: 13px; opacity: .8; }
.na-footer { margin-top: 8px; }
.na-small { font-size: 11px; }

.na-q { display:flex; gap:10px; justify-content:space-between; align-items:flex-start; }
.na-badges { display:flex; gap:6px; flex-wrap:wrap; justify-content:flex-end; }
.na-badge { display:inline-block; padding:2px 8px; border-radius:999px; font-size:12px; }
.na-badge {
  cursor: pointer;
}
.na-badge:hover {
  opacity: 0.85;
}
