/* Eure Syntax Highlighting - Catppuccin Mocha */
.code-block-eure {
    background-color: #1e1e2e;
    color: #cdd6f4;
    padding: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    font-size: 0.9rem;
    line-height: 1.5;
}

.eure-keyword { color: #cba6f7; } /* mauve */
.eure-number { color: #fab387; } /* peach */
.eure-string { color: #a6e3a1; } /* green */
.eure-comment { color: #6c7086; font-style: italic; } /* overlay0 */
.eure-operator { color: #89dceb; } /* sky */
.eure-property { color: #89b4fa; } /* blue */
.eure-punctuation { color: #9399b2; } /* overlay2 */
.eure-macro { color: #f38ba8; } /* red */
.eure-decorator { color: #f9e2af; } /* yellow */
.eure-section-marker { color: #f5c2e7; font-weight: bold; } /* pink */
.eure-extension-marker { color: #94e2d5; } /* teal */
.eure-extension-ident { color: #94e2d5; } /* teal */

/* Modifiers */
.eure-mod-declaration { font-weight: 600; }
.eure-mod-definition { font-weight: bold; }
.eure-mod-section-header { text-decoration: underline; }
