/* 투자나침반 — 디자인 시스템 (Claude Design 시안 기반) */
*{box-sizing:border-box}
body{margin:0;background:#0d1117;font-family:-apple-system,BlinkMacSystemFont,'Apple SD Gothic Neo','Noto Sans KR','Segoe UI',Roboto,sans-serif;color:#e6edf3;-webkit-font-smoothing:antialiased;letter-spacing:-0.01em}
a{color:inherit}
.nb-wrap{max-width:1200px;margin:0 auto;padding:22px 30px 64px}
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-thumb{background:#283242;border-radius:6px}
::-webkit-scrollbar-track{background:transparent}
a.acard{transition:border-color .15s, transform .15s, background .15s}
a.acard:hover{border-color:#3a4a63 !important;background:#19202b !important;transform:translateY(-2px)}
tr.arow:hover td, tr.srow:hover td{background:#19202b}
input[type=range]{-webkit-appearance:none;appearance:none;height:4px;border-radius:3px;background:#27313f;outline:none;cursor:pointer}
input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:#4c8dff;cursor:pointer;border:2px solid #0d1117;box-shadow:0 0 0 1px #4c8dff}
input[type=range]::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#4c8dff;cursor:pointer;border:2px solid #0d1117}
.nb-loading{color:#6f7c8b;padding:48px 0;text-align:center}

/* 정적 문서 페이지 (소개·약관·정책·블로그) — 크롤 가능한 실제 텍스트 */
.spage-head{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid #1e2733;margin-bottom:8px}
.spage-head a.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#e6edf3}
.spage-head .brand b{font-size:16px;font-weight:800;letter-spacing:-.02em}
.spage-head nav{display:flex;gap:18px;font-size:13px}
.spage-head nav a{color:#8b97a6;text-decoration:none}
.spage-head nav a:hover{color:#e6edf3}
.doc{max-width:760px;margin:0 auto;padding:14px 4px 40px;line-height:1.75;font-size:15.5px;color:#cdd5df}
.doc h1{font-size:30px;font-weight:800;letter-spacing:-.03em;margin:18px 0 6px;color:#e6edf3}
.doc .lead{color:#8b97a6;font-size:16px;margin:0 0 26px}
.doc h2{font-size:20px;font-weight:700;margin:34px 0 10px;color:#e6edf3;letter-spacing:-.02em}
.doc h3{font-size:16px;font-weight:700;margin:22px 0 6px;color:#e6edf3}
.doc p{margin:10px 0}
.doc ul{margin:10px 0;padding-left:20px}
.doc li{margin:5px 0}
.doc a{color:#4c8dff;text-decoration:none}
.doc a:hover{text-decoration:underline}
.doc table{width:100%;border-collapse:collapse;font-size:14px;margin:12px 0}
.doc th,.doc td{text-align:left;padding:8px 10px;border-bottom:1px solid #222c3a}
.doc th{color:#8b97a6;font-weight:600}
.doc .muted{color:#6f7c8b;font-size:13px}
.doc .cta{display:inline-block;margin-top:8px;background:#4c8dff;color:#fff;font-weight:700;padding:10px 18px;border-radius:10px;text-decoration:none}
.doc figure.bfig{margin:24px 0}
.doc figure.bfig svg{border:1px solid #222c3a;border-radius:12px;background:#0d1117;display:block}
.doc figure.bphoto img{width:100%;height:auto;display:block;border:1px solid #222c3a;border-radius:12px}
.doc figure.bfig figcaption{margin-top:9px;color:#6f7c8b;font-size:13px;text-align:center;line-height:1.6}
.spage-foot{border-top:1px solid #1e2733;margin-top:30px;padding:20px 0 40px;color:#6f7c8b;font-size:12.5px;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between}
.spage-foot a{color:#8b97a6;text-decoration:none;margin-right:14px}
@media (max-width:900px){
  .nb-wrap{padding:18px 16px 48px}
  .nb-hero{grid-template-columns:1fr !important}
  .nb-cards{grid-template-columns:repeat(2,1fr) !important}
  .nb-nav{gap:14px !important;font-size:12px !important}
  .nb-scr{grid-template-columns:1fr !important}
  .nb-aside{position:static !important}
  .nb-panels{grid-template-columns:1fr !important}
}
@media (max-width:560px){
  .nb-cards{grid-template-columns:1fr !important}
  .nb-nav a:nth-child(n+3){display:none}
}
