/* Chainlit ウォーターマーク — ロゴ非表示 & リンク無効化 */
a[href="https://github.com/Chainlit/chainlit"] img,
a[href="https://github.com/Chainlit/chainlit"] svg {
    display: none !important;
}

a[href="https://github.com/Chainlit/chainlit"] {
    pointer-events: none !important;
    cursor: default !important;
}
