/* Extras for CS-shell FAQ / USDT unfreeze pages (official cs-*.css handles layout) */
body.ocs-body {
  margin: 0;
  background: #f5f6f8;
  color: #333;
  font-family: GmarketSansMedium, "Noto Sans KR", "Malgun Gothic", sans-serif;
}
.ocs-topbar {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.ocs-topbar__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.ocs-topbar__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.ocs-topbar__logo img {
  height: 28px;
  width: auto;
  display: block;
}
.ocs-topbar__links {
  display: flex;
  gap: 14px;
  font-size: 13px;
}
.ocs-topbar__links a {
  color: #666;
  text-decoration: none;
}
.ocs-topbar__links a:hover { color: #0048c8; }

.ocs-callout {
  margin: 0;
  padding: 14px 16px;
  border-radius: 10px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  font-size: 13px;
  line-height: 1.65;
}
.ocs-body-text {
  font-size: 14px;
  line-height: 1.8;
  color: #374151;
}
.ocs-body-text p { margin: 0 0 14px; }
.ocs-body-text ul { margin: 0 0 16px; padding-left: 1.15em; }
.ocs-body-text li { margin: 6px 0; }
.ocs-body-text strong { color: #111; }

.ocs-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 640px) {
  .ocs-stats { grid-template-columns: 1fr; }
}
.ocs-stat {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 14px;
  background: #f9fafb;
}
.ocs-stat span { display: block; font-size: 12px; color: #6b7280; margin-bottom: 4px; }
.ocs-stat strong {
  font-size: 18px;
  font-family: GmarketSansBold, sans-serif;
  letter-spacing: -0.02em;
}
.ocs-stat strong.is-bad { color: #e53935; }
.ocs-stat strong.is-ok { color: #0f766e; }

.ocs-note {
  margin-top: 4px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #eff6ff;
  color: #1e3a8a;
  font-size: 13px;
  line-height: 1.55;
}
.ocs-wallet {
  padding: 14px;
  border-radius: 10px;
  border: 1px dashed #93c5fd;
  background: #f8fbff;
}
.ocs-wallet label {
  display: block;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 6px;
}
.ocs-wallet code {
  display: block;
  word-break: break-all;
  font-size: 13px;
  font-family: GmarketSansBold, sans-serif;
  margin-bottom: 10px;
  color: #0f172a;
}
.ocs-wallet input {
  width: 100%;
  box-sizing: border-box;
  height: 42px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0 12px;
  margin: 10px 0;
  font-size: 13px;
}
.ocs-wallet .row { display: flex; gap: 8px; flex-wrap: wrap; }
.ocs-net {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 12px;
}
.ocs-net__btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.ocs-net__btn strong {
  font-size: 14px;
  font-family: GmarketSansBold, sans-serif;
  color: #333;
}
.ocs-net__btn span {
  font-size: 11px;
  color: #6b7280;
  line-height: 1.4;
}
.ocs-net__btn.is-on {
  border-color: #0048c8;
  background: rgba(0, 72, 200, 0.06);
  box-shadow: inset 0 0 0 1px #0048c8;
}
.ocs-net__btn.is-on strong { color: #0048c8; }
.ocs-guide {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fafbfc;
}
.ocs-guide h4 {
  margin: 0 0 10px;
  font-size: 14px;
  font-family: GmarketSansBold, sans-serif;
  color: #333;
}
.ocs-guide ol, .ocs-guide ul {
  margin: 0 0 12px;
  padding-left: 1.2em;
  font-size: 13px;
  line-height: 1.7;
  color: #374151;
}
.ocs-guide li { margin: 4px 0; }
.ocs-guide .apps {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 12px;
}
.ocs-guide .apps em {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #e5e7eb;
  font-style: normal;
  font-size: 12px;
  font-family: GmarketSansBold, sans-serif;
  color: #1f2937;
}
.ocs-guide .warn {
  margin: 0;
  font-size: 12px;
  color: #9a3412;
  line-height: 1.55;
}
.ocs-empty {
  text-align: left;
  padding: 4px 0 8px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}
.ocs-empty--box {
  padding: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #f9fafb;
}
.ocs-btn-stack { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.ocs-btn-stack .board-view__nav-btn { width: 100%; height: 44px; }
.ocs-btn-stack .board-view__nav-btn--primary {
  background: #0048c8;
  border-color: #0048c8;
  color: #fff;
}
.ocs-btn-stack .board-view__nav-btn--primary:hover {
  background: #2761c9;
  border-color: #2761c9;
}
.ocs-btn-stack .board-view__nav-btn:disabled {
  opacity: 0.55;
  cursor: wait;
}
.ocs-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(15, 23, 42, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.ocs-modal.is-on { display: flex; }
.ocs-modal__box {
  width: min(420px, 100%);
  background: #fff;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
.ocs-modal__box h4 {
  margin: 0 0 10px;
  font-size: 17px;
  font-family: GmarketSansBold, sans-serif;
}
.ocs-modal__box p {
  margin: 0 0 16px;
  color: #374151;
  font-size: 14px;
  line-height: 1.65;
  white-space: pre-line;
}
.ocs-modal__box .board-view__nav-btn { width: 100%; }

/* FAQ list Q. prefix like homepage cards */
.board-list__row--faq .board-list__col--title:before {
  content: "Q.";
  color: #0048c8;
  font-family: GmarketSansBold, sans-serif;
  margin-right: 6px;
}
.board-list__col--title {
  flex: 1;
  font-size: 13px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  text-align: left;
}
.board-list__col--date {
  width: 12%;
  font-size: 12px;
  color: #9ca3af;
  text-align: center;
  flex-shrink: 0;
}
.board-list__col--num {
  width: 15%;
  font-size: 12px;
  color: #9ca3af;
  text-align: center;
  flex-shrink: 0;
}
a.board-list__row {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 640px) {
  .board-list__col--num,
  .board-list__head-col--num,
  .board-list__col--date,
  .board-list__head-col--date { display: none; }
}
