@charset "UTF-8";

/* 共通スタイル */
body {
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}

/* sinobi.html 専用スタイル */
.grapheme-cluster {
    display: inline-block;
}

[x-cloak] {
    display: none !important;
}

td,
th {
    border-color: #d1d5db;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}

/* about_yaml.html 専用スタイル */
pre {
    background-color: #f8fafc !important;
    border-radius: 0.5rem;
    border: 1px solid #e2e8f0;
    font-size: 0.85rem;
}

code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.token.comment {
    color: #94a3b8;
}

.token.key {
    color: #0f172a;
    font-weight: bold;
}

.token.string {
    color: #059669;
}