/* ════════════════════════════════════════════════════════════
   누리잉크 Dark Pro · Theme
   네임스페이스: .nr-*, --nr-*, #nr-*
   기존 CSS/JS와 충돌하지 않음
   ════════════════════════════════════════════════════════════ */

/* 폰트 — 기존에 없으면 HTML <head>에 이 link 추가:
   <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.css"> */

:root {
  --nr-bg:       #0B0D10;
  --nr-panel:    #14171C;
  --nr-panel-2:  #1B1F26;
  --nr-line:     #242932;
  --nr-line-2:   #1E232C;
  --nr-text:     #E8EAED;
  --nr-text-2:   #9AA3AF;
  --nr-text-3:   #5B6470;
  --nr-accent:      #7C9EFF;
  --nr-accent-2:    #A8BDFF;
  --nr-accent-soft: rgba(124,158,255,0.12);
  --nr-green:     #4ADE80;
  --nr-green-soft:rgba(74,222,128,0.12);
  --nr-amber:     #FBBF24;
  --nr-amber-soft:rgba(251,191,36,0.12);
  --nr-red:       #F87171;
  --nr-red-soft:  rgba(248,113,113,0.12);
  --nr-r-sm: 8px;  --nr-r-md: 12px;  --nr-r-lg: 16px;
  --nr-shadow-card: 0 1px 0 rgba(255,255,255,0.02) inset, 0 8px 24px rgba(0,0,0,0.3);
  --nr-glow: 0 0 20px rgba(124,158,255,0.25);
}

/* 스코프 루트 — <body class="nr-scope"> 또는 래퍼에 적용 */
.nr-scope {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  background: var(--nr-bg);
  color: var(--nr-text);
  font-size: 14px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  background-image:
    radial-gradient(ellipse 800px 400px at 20% -10%, rgba(124,158,255,0.08), transparent 70%),
    radial-gradient(ellipse 600px 300px at 90% 20%, rgba(168,189,255,0.05), transparent 70%);
  background-attachment: fixed;
  min-height: 100vh;
}
.nr-scope *, .nr-scope *::before, .nr-scope *::after { box-sizing: border-box; }
.nr-scope button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; padding: 0; }
.nr-scope input, .nr-scope select, .nr-scope textarea { font-family: inherit; color: var(--nr-text); }

.nr-wrap      { max-width: 960px;  margin: 0 auto; padding: 48px 28px 100px; }
.nr-wrap-wide { max-width: 1120px; margin: 0 auto; padding: 40px 28px 100px; }

/* ─── NAV ─────────────────────────────────────────── */
.nr-nav {
  height: 60px; display: flex; align-items: center;
  padding: 0 28px; gap: 28px;
  border-bottom: 1px solid var(--nr-line);
  background: rgba(11,13,16,0.6);
  backdrop-filter: blur(12px);
  position: sticky; top: 0; z-index: 30;
}
.nr-brand { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.nr-brand-mark {
  width: 30px; height: 30px; border-radius: 8px;
  background: linear-gradient(135deg, #7C9EFF, #A8BDFF);
  display: grid; place-items: center; color: #0B0D10;
  font-weight: 700; font-size: 15px;
  box-shadow: 0 0 20px rgba(124,158,255,0.3);
}
.nr-brand-name { font-size: 15px; font-weight: 600; line-height: 1.2; }
.nr-brand-sub  { font-size: 11px; color: var(--nr-text-3); }
.nr-nav-tabs { display: flex; gap: 2px; margin-left: 12px; }
.nr-tab { padding: 7px 14px; font-size: 13px; color: var(--nr-text-2); border-radius: 7px; transition: background .12s, color .12s; }
.nr-tab:hover { background: var(--nr-panel); color: var(--nr-text); }
.nr-tab.is-active { background: var(--nr-panel); color: var(--nr-text); font-weight: 600; }
.nr-nav-right { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.nr-credit {
  padding: 6px 12px; border-radius: 999px;
  background: var(--nr-panel); border: 1px solid var(--nr-line);
  font-size: 12px; color: var(--nr-text-2);
  display: flex; align-items: center; gap: 7px;
}
.nr-credit b { color: var(--nr-text); font-weight: 600; }
.nr-credit-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--nr-green); box-shadow: 0 0 8px rgba(74,222,128,0.6); }
.nr-avatar {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--nr-accent-soft); color: var(--nr-accent);
  display: grid; place-items: center; font-weight: 600; font-size: 13px;
  border: 1px solid var(--nr-line); cursor: pointer;
}

/* ─── HERO ────────────────────────────────────────── */
.nr-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 12px; border-radius: 999px;
  background: var(--nr-accent-soft); color: var(--nr-accent);
  font-size: 12px; font-weight: 600; margin-bottom: 18px;
  border: 1px solid rgba(124,158,255,0.2);
}
.nr-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--nr-accent); box-shadow: 0 0 8px var(--nr-accent); }
.nr-h1 { font-size: 40px; line-height: 1.1; margin: 0 0 10px; letter-spacing: -0.025em; font-weight: 600; }
.nr-g  { background: linear-gradient(135deg, #7C9EFF, #A8BDFF); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nr-page-t { font-size: 26px; font-weight: 600; margin: 0 0 6px; letter-spacing: -0.02em; }
.nr-page-s { color: var(--nr-text-2); margin: 0; }
.nr-page-s b { color: var(--nr-text); }
.nr-lede { color: var(--nr-text-2); font-size: 15px; max-width: 560px; margin: 0; }

/* ─── QUICK SEARCH (간편검색) ──────────────────── */
.nr-qsearch { margin: 28px 0 32px; }
.nr-qsearch-box {
  display: flex; align-items: center; gap: 12px;
  padding: 6px 6px 6px 18px;
  background: var(--nr-panel); border: 1px solid var(--nr-line);
  border-radius: 14px;
  transition: border-color .15s, box-shadow .15s;
}
.nr-qsearch-box:focus-within { border-color: var(--nr-accent); box-shadow: 0 0 0 3px rgba(124,158,255,0.12); }
.nr-qsearch-box > svg { color: var(--nr-text-3); flex-shrink: 0; }
.nr-qsearch-input { flex: 1; border: none; outline: none; background: transparent; font-size: 15px; padding: 14px 0; }
.nr-qsearch-input::placeholder { color: var(--nr-text-3); }
.nr-qsearch-kbd { font-size: 11px; color: var(--nr-text-3); border: 1px solid var(--nr-line); border-radius: 5px; padding: 3px 8px; background: var(--nr-panel-2); font-family: inherit; }
.nr-qsearch-go {
  padding: 11px 18px; border-radius: 9px;
  font-size: 13px; font-weight: 600;
  background: linear-gradient(135deg, #7C9EFF, #A8BDFF); color: #0B0D10;
  display: inline-flex; align-items: center; gap: 7px;
  box-shadow: 0 0 16px rgba(124,158,255,0.25);
}
.nr-qsearch-tags { display: flex; gap: 8px; margin-top: 14px; align-items: center; flex-wrap: wrap; }
.nr-qsearch-tags-label { font-size: 11px; color: var(--nr-text-3); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 500; margin-right: 4px; }
.nr-qsearch-tag {
  padding: 5px 11px; border-radius: 7px; font-size: 12px;
  color: var(--nr-text-2); background: var(--nr-panel);
  border: 1px solid var(--nr-line); transition: all .12s;
}
.nr-qsearch-tag:hover { color: var(--nr-accent); border-color: rgba(124,158,255,0.3); background: var(--nr-accent-soft); }
.nr-qsearch-or { text-align: center; margin-top: 28px; position: relative; }
.nr-qsearch-or::before { content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: var(--nr-line); }
.nr-qsearch-or span { position: relative; background: var(--nr-bg); padding: 0 16px; font-size: 12px; color: var(--nr-text-3); }

/* ─── CARD ────────────────────────────────────────── */
.nr-card {
  background: var(--nr-panel); border: 1px solid var(--nr-line);
  border-radius: 16px; overflow: hidden;
  box-shadow: var(--nr-shadow-card);
}
.nr-card-h { padding: 18px 22px; border-bottom: 1px solid var(--nr-line); display: flex; align-items: center; gap: 12px; }
.nr-card-t { font-size: 15px; font-weight: 600; }
.nr-card-s { font-size: 12px; color: var(--nr-text-3); margin-left: auto; }
.nr-card-b { padding: 22px; }
.nr-stack > * + * { margin-top: 22px; }
.nr-card-foot {
  padding: 16px 22px; background: var(--nr-panel-2);
  border-top: 1px solid var(--nr-line);
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}
.nr-card-foot-note { font-size: 12px; color: var(--nr-text-2); }
.nr-card-foot-note b { color: var(--nr-text); }

/* ─── FORM ────────────────────────────────────────── */
.nr-lbl { display: block; font-size: 12px; color: var(--nr-text-2); font-weight: 500; margin-bottom: 10px; }
.nr-lbl-hint { color: var(--nr-text-3); font-weight: 400; margin-left: 6px; }

.nr-inp, .nr-sel, .nr-ta {
  width: 100%; padding: 11px 14px; border-radius: 9px;
  background: var(--nr-panel-2); border: 1px solid var(--nr-line);
  font-size: 14px; color: var(--nr-text);
  transition: border-color .15s, box-shadow .15s;
  outline: none;
}
.nr-inp:focus, .nr-sel:focus, .nr-ta:focus {
  border-color: var(--nr-accent);
  box-shadow: 0 0 0 3px rgba(124,158,255,0.12);
}
.nr-inp::placeholder, .nr-ta::placeholder { color: var(--nr-text-3); }
.nr-ta { resize: vertical; min-height: 100px; line-height: 1.55; }
.nr-sel {
  appearance: none; cursor: pointer; padding-right: 34px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path fill='none' stroke='%235B6470' stroke-width='1.5' stroke-linecap='round' d='M3 4.5l3 3 3-3'/></svg>");
  background-repeat: no-repeat; background-position: right 14px center;
}
.nr-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.nr-meta-row { display: flex; justify-content: space-between; margin-top: 8px; font-size: 11px; color: var(--nr-text-3); }

/* Segmented selector (장비 종류) */
.nr-seg { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.nr-seg-btn {
  padding: 14px 16px; border-radius: 12px;
  background: var(--nr-panel-2); border: 1px solid var(--nr-line);
  display: flex; align-items: center; gap: 12px; text-align: left;
  transition: all .15s;
}
.nr-seg-btn:hover { border-color: #3A4252; background: #1E232C; }
.nr-seg-btn.is-active {
  border-color: var(--nr-accent); background: var(--nr-accent-soft);
  box-shadow: 0 0 0 3px rgba(124,158,255,0.08);
}
.nr-seg-icon {
  width: 36px; height: 36px; border-radius: 9px;
  background: var(--nr-bg); display: grid; place-items: center;
  color: var(--nr-text-2); flex-shrink: 0;
}
.nr-seg-btn.is-active .nr-seg-icon { background: rgba(124,158,255,0.15); color: var(--nr-accent); }
.nr-seg-label { font-size: 14px; font-weight: 600; }
.nr-seg-desc  { font-size: 11px; color: var(--nr-text-3); margin-top: 2px; }
.nr-seg-check {
  width: 16px; height: 16px; border-radius: 50%;
  border: 1.5px solid var(--nr-line); margin-left: auto; flex-shrink: 0;
}
.nr-seg-btn.is-active .nr-seg-check { border-color: var(--nr-accent); background: var(--nr-accent); }

/* Chips (AI 엔진) */
.nr-chips { display: flex; gap: 6px; flex-wrap: wrap; }
.nr-chip {
  padding: 6px 12px; border-radius: 8px;
  background: var(--nr-panel-2); border: 1px solid var(--nr-line);
  font-size: 12px; color: var(--nr-text-2); transition: all .15s;
}
.nr-chip:hover { border-color: #3A4252; color: var(--nr-text); }
.nr-chip.is-active { background: var(--nr-accent-soft); color: var(--nr-accent); border-color: rgba(124,158,255,0.3); font-weight: 600; }

/* File drop */
.nr-drop {
  border: 1.5px dashed var(--nr-line); border-radius: 12px;
  padding: 24px; text-align: center;
  background: var(--nr-panel-2); transition: all .15s;
  cursor: pointer; display: block;
}
.nr-drop:hover { border-color: var(--nr-accent); background: rgba(124,158,255,0.04); }
.nr-drop-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--nr-bg); margin: 0 auto 10px;
  display: grid; place-items: center; color: var(--nr-text-2);
}
.nr-drop-title { font-size: 13px; font-weight: 500; }
.nr-drop-sub   { font-size: 11px; color: var(--nr-text-3); margin-top: 4px; }

/* ─── BUTTONS ──────────────────────────────────────── */
.nr-btn {
  padding: 11px 20px; border-radius: 9px;
  font-size: 13px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .12s;
}
.nr-btn-primary {
  background: linear-gradient(135deg, #7C9EFF, #A8BDFF); color: #0B0D10;
  box-shadow: var(--nr-glow), 0 1px 0 rgba(255,255,255,0.2) inset;
}
.nr-btn-primary:hover { box-shadow: 0 0 28px rgba(124,158,255,0.4), 0 1px 0 rgba(255,255,255,0.2) inset; }
.nr-btn-primary:active { transform: translateY(1px); }
.nr-btn-ghost {
  background: var(--nr-panel); color: var(--nr-text-2);
  border: 1px solid var(--nr-line);
}
.nr-btn-ghost:hover { color: var(--nr-text); border-color: #3A4252; }
.nr-btn-text { background: transparent; color: var(--nr-text-2); padding: 9px 14px; font-size: 12px; }
.nr-btn-text:hover { color: var(--nr-text); background: var(--nr-panel-2); }

/* ─── TOOLBAR (검색 + 필터) ──────────────────── */
.nr-toolbar { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; flex-wrap: wrap; }
.nr-toolbar .nr-qsearch-box { flex: 1; min-width: 260px; padding: 4px 4px 4px 14px; }
.nr-toolbar .nr-qsearch-input { font-size: 14px; padding: 10px 0; }
.nr-filter-seg {
  display: flex; background: var(--nr-panel); border: 1px solid var(--nr-line);
  border-radius: 9px; padding: 3px; gap: 2px;
}
.nr-filter-seg button { padding: 7px 14px; font-size: 12px; color: var(--nr-text-2); border-radius: 6px; }
.nr-filter-seg button.is-active {
  background: var(--nr-panel-2); color: var(--nr-text);
  font-weight: 600; box-shadow: 0 0 0 1px var(--nr-line);
}

/* ─── HISTORY LIST ────────────────────────────── */
.nr-hist-list { display: grid; gap: 10px; }
.nr-hist-row {
  background: var(--nr-panel); border: 1px solid var(--nr-line);
  border-radius: 12px; padding: 16px 18px;
  display: grid; grid-template-columns: auto 1fr auto auto;
  gap: 16px; align-items: center;
  transition: border-color .15s, background .15s; cursor: pointer;
}
.nr-hist-row:hover { border-color: #3A4252; background: #151920; }
.nr-hist-code {
  padding: 6px 10px; border-radius: 7px;
  background: var(--nr-panel-2); font-weight: 600; font-size: 13px;
  color: var(--nr-accent); border: 1px solid rgba(124,158,255,0.2);
  min-width: 80px; text-align: center; font-variant-numeric: tabular-nums;
}
.nr-hist-title { font-size: 14px; font-weight: 600; margin-bottom: 3px; }
.nr-hist-desc  { font-size: 12px; color: var(--nr-text-3); }
.nr-hist-meta  { display: flex; gap: 8px; align-items: center; }
.nr-hist-date  { font-size: 12px; color: var(--nr-text-3); font-variant-numeric: tabular-nums; }

.nr-badge { font-size: 11px; padding: 3px 9px; border-radius: 999px; font-weight: 500; white-space: nowrap; }
.nr-badge-success { background: var(--nr-green-soft); color: var(--nr-green); border: 1px solid rgba(74,222,128,0.2); }
.nr-badge-warn    { background: var(--nr-amber-soft); color: var(--nr-amber); border: 1px solid rgba(251,191,36,0.2); }
.nr-badge-muted   { background: var(--nr-panel-2);    color: var(--nr-text-3); border: 1px solid var(--nr-line); }

/* ─── STATS ────────────────────────────────────── */
.nr-stats-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin-bottom: 20px; }
.nr-stat { background: var(--nr-panel); border: 1px solid var(--nr-line); border-radius: 12px; padding: 16px 18px; }
.nr-stat-label { font-size: 11px; color: var(--nr-text-3); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 500; }
.nr-stat-value { font-size: 24px; font-weight: 700; margin-top: 4px; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.nr-stat-diff  { font-size: 12px; color: var(--nr-green); margin-left: 8px; font-weight: 500; }

/* ─── POSTS ───────────────────────────────────── */
.nr-post-list { display: grid; gap: 8px; }
.nr-post {
  background: var(--nr-panel); border: 1px solid var(--nr-line);
  border-radius: 12px; padding: 16px 20px;
  display: grid; grid-template-columns: auto 1fr auto; gap: 14px;
  align-items: flex-start;
  transition: border-color .15s, background .15s; cursor: pointer;
}
.nr-post:hover { border-color: #3A4252; background: #151920; }
.nr-post-tag { font-size: 11px; padding: 4px 10px; border-radius: 999px; font-weight: 600; align-self: flex-start; margin-top: 2px; white-space: nowrap; }
.nr-post-tag-notice { background: var(--nr-red-soft);    color: var(--nr-red);    border: 1px solid rgba(248,113,113,0.2); }
.nr-post-tag-fix    { background: var(--nr-accent-soft); color: var(--nr-accent); border: 1px solid rgba(124,158,255,0.2); }
.nr-post-tag-free   { background: var(--nr-panel-2);     color: var(--nr-text-2); border: 1px solid var(--nr-line); }
.nr-post-title { font-size: 14px; font-weight: 600; margin-bottom: 4px; display: flex; align-items: center; gap: 8px; }
.nr-post-new { width: 6px; height: 6px; border-radius: 50%; background: var(--nr-accent); box-shadow: 0 0 6px var(--nr-accent); }
.nr-post-desc { font-size: 12px; color: var(--nr-text-3); display: flex; gap: 12px; flex-wrap: wrap; }
.nr-post-right { text-align: right; font-size: 11px; color: var(--nr-text-3); display: flex; flex-direction: column; gap: 6px; align-items: flex-end; }
.nr-post-count { font-size: 13px; font-weight: 600; color: var(--nr-text-2); display: flex; align-items: center; gap: 5px; }

/* ─── RESULT (AI 진단 결과) ────────────────────── */
.nr-result-hd {
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 16px; align-items: center; margin-bottom: 20px;
  padding: 18px 22px;
  background: var(--nr-panel); border: 1px solid var(--nr-line);
  border-radius: 14px;
}
.nr-result-code {
  padding: 10px 16px;
  background: var(--nr-accent-soft); color: var(--nr-accent);
  border: 1px solid rgba(124,158,255,0.3); border-radius: 10px;
  font-weight: 700; font-size: 17px; font-variant-numeric: tabular-nums;
}
.nr-result-title { font-size: 17px; font-weight: 600; margin-bottom: 3px; }
.nr-result-sub   { font-size: 12px; color: var(--nr-text-3); }

.nr-conf-label { font-size: 11px; color: var(--nr-text-3); text-transform: uppercase; letter-spacing: 0.08em; }
.nr-conf-val   { font-size: 15px; font-weight: 700; color: var(--nr-accent); margin-top: 3px; }
.nr-conf-bar   { width: 90px; height: 4px; background: var(--nr-panel-2); border-radius: 2px; overflow: hidden; margin-top: 5px; }
.nr-conf-fill  { height: 100%; background: linear-gradient(90deg, #7C9EFF, #A8BDFF); border-radius: 2px; }

.nr-result-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 14px; }
.nr-sect { background: var(--nr-panel); border: 1px solid var(--nr-line); border-radius: 14px; padding: 20px 22px; }
.nr-sect-h { margin: 0 0 14px; font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.nr-sect-num { width: 22px; height: 22px; border-radius: 6px; background: var(--nr-accent-soft); color: var(--nr-accent); font-size: 11px; display: grid; place-items: center; font-weight: 700; }
.nr-sect-body { color: var(--nr-text-2); font-size: 13px; line-height: 1.65; margin: 0; }

.nr-step-list { display: grid; gap: 0; }
.nr-step { display: grid; grid-template-columns: auto 1fr; gap: 12px; padding: 12px 0; border-top: 1px solid var(--nr-line-2); }
.nr-step:first-child { border-top: none; padding-top: 0; }
.nr-step-num {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--nr-panel-2); color: var(--nr-text-2);
  font-size: 11px; font-weight: 700;
  display: grid; place-items: center;
  border: 1px solid var(--nr-line); flex-shrink: 0;
}
.nr-step-title { font-size: 13px; font-weight: 600; margin-bottom: 3px; }
.nr-step-desc  { font-size: 12px; color: var(--nr-text-2); line-height: 1.55; }

.nr-parts { display: grid; gap: 10px; }
.nr-part {
  padding: 12px 14px; background: var(--nr-panel-2);
  border: 1px solid var(--nr-line); border-radius: 10px;
  display: grid; grid-template-columns: 1fr auto; gap: 4px;
}
.nr-part-name  { font-size: 13px; font-weight: 500; }
.nr-part-code  { font-size: 11px; color: var(--nr-text-3); font-variant-numeric: tabular-nums; }
.nr-part-price { font-size: 13px; color: var(--nr-accent); font-weight: 600; font-variant-numeric: tabular-nums; }
.nr-part-stock { font-size: 10px; color: var(--nr-green); display: flex; align-items: center; gap: 4px; justify-content: flex-end; }
.nr-part-stock::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--nr-green); box-shadow: 0 0 5px var(--nr-green); }

.nr-fb-prompt {
  background: linear-gradient(135deg, rgba(124,158,255,0.08), rgba(168,189,255,0.04));
  border: 1px solid rgba(124,158,255,0.2); border-radius: 14px;
  padding: 18px 22px; display: flex; align-items: center; gap: 16px;
  margin-top: 14px;
}
.nr-fb-prompt-text { flex: 1; }
.nr-fb-prompt-title { font-size: 13px; font-weight: 600; margin-bottom: 3px; }
.nr-fb-prompt-desc  { font-size: 12px; color: var(--nr-text-2); }

/* ─── FEEDBACK LIST (관리자) ───────────────────── */
.nr-fb-list { display: grid; gap: 10px; }
.nr-fb { background: var(--nr-panel); border: 1px solid var(--nr-line); border-radius: 12px; padding: 18px 20px; }
.nr-fb-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.nr-fb-user {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--nr-accent-soft); color: var(--nr-accent);
  display: grid; place-items: center;
  font-weight: 600; font-size: 12px; border: 1px solid var(--nr-line);
}
.nr-fb-name { font-size: 13px; font-weight: 600; }
.nr-fb-meta { font-size: 11px; color: var(--nr-text-3); }
.nr-fb-date { font-size: 11px; color: var(--nr-text-3); margin-left: auto; font-variant-numeric: tabular-nums; }
.nr-fb-body { color: var(--nr-text-2); font-size: 13px; line-height: 1.6; padding-left: 38px; }
.nr-fb-actions { display: flex; gap: 8px; margin-top: 12px; padding-left: 38px; }
.nr-fb-approve {
  padding: 5px 10px; font-size: 11px; border-radius: 6px;
  background: var(--nr-green-soft); color: var(--nr-green);
  border: 1px solid rgba(74,222,128,0.25); font-weight: 600;
}
.nr-fb-reject {
  padding: 5px 10px; font-size: 11px; border-radius: 6px;
  background: var(--nr-panel-2); color: var(--nr-text-2);
  border: 1px solid var(--nr-line);
}

/* ─── RESPONSIVE ────────────────────────────────── */
@media (max-width: 720px) {
  .nr-nav-tabs { display: none; }
  .nr-wrap, .nr-wrap-wide { padding: 32px 16px 80px; }
  .nr-h1 { font-size: 28px; }
  .nr-seg, .nr-grid2, .nr-stats-row, .nr-result-grid { grid-template-columns: 1fr; }
  .nr-hist-row { grid-template-columns: auto 1fr; grid-template-rows: auto auto; }
  .nr-hist-meta, .nr-hist-date { grid-column: 2; }
  .nr-qsearch-go span { display: none; }
}
@media (min-width: 721px) and (max-width: 1024px) {
  .nr-stats-row { grid-template-columns: 1fr 1fr 1fr; }
}
