/* 補助スタイル（Tailwind CDN 併用） */
html, body { height: 100%; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: #3f3f46; border-radius: 6px; }
::-webkit-scrollbar-track { background: transparent; }
pre { white-space: pre-wrap; word-break: break-word; }
