/* BriefGlobe 정적 페이지 공통 (소개·출처·개인정보·연락·디렉터리·프로필) */
:root { color-scheme: dark; }
* { box-sizing: border-box; }
body {
  margin: 0;
  background: #0f1115;
  color: #e6e8ec;
  line-height: 1.7;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}
.wrap { max-width: 760px; margin: 0 auto; padding: 22px 18px 70px; }
.wrap.wide { max-width: 920px; }
header.site a {
  color: #D4AF37;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
header.site .site-ico {
  width: 16px;
  height: 16px;
  border-radius: 3px;
}
nav.crumb { font-size: 12.5px; color: #8a93a3; margin: 14px 0 6px; }
nav.crumb a { color: #8a93a3; }
nav.links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin: 10px 0 4px;
  font-size: 12.5px;
}
nav.links a { color: #8ab4ff; text-decoration: none; }
nav.links a:hover { text-decoration: underline; }
nav.links a.here { color: #e8d9a0; font-weight: 700; }
h1 { font-size: 26px; line-height: 1.35; margin: 6px 0 10px; }
h2 { font-size: 15px; color: #D4AF37; margin: 26px 0 8px; letter-spacing: .2px; }
.sub { color: #8a93a3; font-size: 14px; margin-bottom: 18px; }
p { margin: 0 0 12px; }
ul { margin: 6px 0 12px; padding-left: 19px; }
li { margin: 3px 0; }
dl { margin: 0 0 12px; }
dt { font-size: 12.5px; color: #8a93a3; margin-top: 12px; }
dd { margin: 2px 0 0; }
a { color: #8ab4ff; }
.badges { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 20px; }
.badge {
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(212, 175, 55, .14);
  border: 1px solid rgba(212, 175, 55, .4);
  color: #e8d9a0;
}
.map-link, .btn {
  display: inline-block;
  margin: 8px 8px 0 0;
  padding: 11px 20px;
  border-radius: 9px;
  background: #1f6feb;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14.5px;
}
.map-link:hover, .btn:hover { background: #388bfd; color: #fff; }
.btn.ghost {
  background: transparent;
  border: 1px solid #3d4450;
  color: #e6e8ec;
}
.btn.ghost:hover { border-color: #D4AF37; color: #e8d9a0; }
.dir-tools { margin: 8px 0 18px; }
.dir-tools input {
  width: 100%;
  max-width: 360px;
  border: 1px solid #2c313b;
  background: #1a1d24;
  color: #e6e8ec;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
}
.dir-tools input:focus { outline: none; border-color: #4f8cff; }
.dir-count { font-size: 12.5px; color: #8a93a3; margin: 0 0 8px; }
.dir-group { margin: 22px 0 8px; font-size: 14px; color: #D4AF37; }
.dir-list { list-style: none; padding: 0; margin: 0; }
.dir-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
  padding: 9px 0;
  border-bottom: 1px solid #262a33;
}
.dir-item a.name { color: #e6e8ec; text-decoration: none; font-weight: 650; }
.dir-item a.name:hover { color: #D4AF37; }
.dir-item .meta { font-size: 12.5px; color: #8a93a3; }
.dir-item a.map { font-size: 12.5px; color: #8ab4ff; text-decoration: none; }
.dir-item a.map:hover { text-decoration: underline; }
.note {
  font-size: 13px;
  color: #8a93a3;
  background: #1a1d24;
  border: 1px solid #2c313b;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 16px 0;
}
footer.site {
  margin-top: 44px;
  padding-top: 18px;
  border-top: 1px solid #262a33;
  font-size: 12px;
  color: #6b7280;
}
footer.site a { color: #8a93a3; }
footer.site .fnav { display: flex; flex-wrap: wrap; gap: 6px 12px; margin-bottom: 8px; }
