/* ── Prism.js Amiga Workbench Theme for mp4k.net ─────────── */

code[class*="language-"],
pre[class*="language-"] {
    color: #c8d0e0;
    background: none;
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.85rem;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.6;
    tab-size: 4;
    hyphens: none;
}

pre[class*="language-"] {
    padding: 1.25rem;
    margin: 1.25rem 0;
    overflow: auto;
    background: #0a0f1e;
    border: 1px solid #2a3555;
    border-radius: 6px;
}

:not(pre) > code[class*="language-"] {
    padding: 0.15rem 0.4rem;
    border-radius: 3px;
    background: #16213e;
    color: #ff9f43;
}

/* Comments — muted blue-grey, italic */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: #4a5a7a;
    font-style: italic;
}

/* Punctuation — mid grey */
.token.punctuation {
    color: #7a8baa;
}

/* Numbers, booleans, constants — warm pink */
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol {
    color: #ff6688;
}

/* Strings, attributes — green */
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin {
    color: #66cc66;
}

/* Operators, URLs — mid grey */
.token.operator,
.token.entity,
.token.url,
.language-css .token.string {
    color: #7a8baa;
}

/* Keywords — amber */
.token.atrule,
.token.attr-value,
.token.keyword {
    color: #ff9f43;
}

/* Functions, class names — Amiga blue */
.token.function,
.token.class-name {
    color: #4499ff;
}

/* Regex, variables, LINQ-style — purple */
.token.regex,
.token.important,
.token.variable {
    color: #cc88ff;
}

.token.important,
.token.bold {
    font-weight: bold;
}

.token.italic {
    font-style: italic;
}

.token.entity {
    cursor: help;
}

/* Line numbers (if plugin is loaded) */
.line-numbers .line-numbers-rows {
    border-right-color: #2a3555;
}

.line-numbers-rows > span:before {
    color: #3a4a6a;
}
