/* colon-grid 문서 사이트 자체의 껍데기 — 키트(admin.css)와 섞지 않는다 */
body { background: #f8fafc; color: #0f172a; }
.site-top {
    display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
    padding: 12px 24px; background: #fff; border-bottom: 1px solid #e2e8f0;
    position: sticky; top: 0; z-index: 50;
}
.site-brand { font-weight: 800; letter-spacing: -.3px; font-size: 16px; }
.site-nav { display: flex; gap: 4px; flex-wrap: wrap; }
.site-nav a {
    padding: 6px 12px; border-radius: 8px; font-size: 13px; color: #475569; text-decoration: none;
}
.site-nav a:hover { background: #f1f5f9; }
.site-nav a.on { background: #0f172a; color: #fff; font-weight: 600; }
.site-ver { margin-left: auto; font-size: 12px; color: #94a3b8; }
.site-main { max-width: 1400px; margin: 0 auto; padding: 24px; }
.site-head h1 { font-size: 22px; font-weight: 800; margin-bottom: 4px; }
.site-lead { color: #475569; font-size: 14px; margin-bottom: 20px; line-height: 1.7; }
.card { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 20px; margin-bottom: 16px; }
.card h2 { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.card h3 { font-size: 14px; font-weight: 700; margin: 16px 0 8px; }
.card p, .card li { font-size: 13.5px; color: #334155; line-height: 1.75; }
.card ul { list-style: disc; padding-left: 20px; }
.card ol { list-style: decimal; padding-left: 20px; }
pre {
    background: #0f172a; color: #e2e8f0; border-radius: 10px; padding: 14px 16px;
    overflow-x: auto; font-size: 12.5px; line-height: 1.65; margin: 10px 0;
}
pre .k { color: #7dd3fc; }
code.inline { background: #f1f5f9; border: 1px solid #e2e8f0; border-radius: 5px; padding: 1px 6px; font-size: 12.5px; }
table.doc { width: 100%; border-collapse: collapse; margin: 10px 0; }
table.doc th, table.doc td { border: 1px solid #e2e8f0; padding: 8px 10px; font-size: 13px; text-align: left; vertical-align: top; }
table.doc th { background: #f8fafc; font-weight: 700; white-space: nowrap; }
.warn { border-left: 3px solid #f59e0b; background: #fffbeb; padding: 10px 14px; border-radius: 0 8px 8px 0; margin: 10px 0; }
.warn strong { color: #b45309; }
.grid-tip { font-size: 12.5px; color: #64748b; margin-bottom: 12px; }
