/* Fantasy appearance — trail paper, forest actions, lantern gold. */

:root {
    --paper: #f3efe6;
    --surface: #faf7f1;
    --surface-strong: #ffffff;
    --surface-sidebar: #e7e1d4;
    --surface-warm: #ece6d9;
    --surface-warm-strong: #e2dbcd;
    --surface-card: rgba(250, 247, 241, 0.92);
    --surface-card-hover: rgba(250, 247, 241, 0.97);
    --reader-panel: rgba(255, 253, 248, 0.92);
    --reader-ink: #1c1914;
    --surface-note: rgba(231, 225, 212, 0.78);
    --ink: #1c1914;
    --muted: #6d665c;
    --line: #d6cec0;
    --green: #2c5c4d;
    --wine: #6b3d2e;
    --gold: #c4892a;
    --blue: #3d5a6c;
    --plum: #3f3530;
    --shadow: 0 18px 48px rgba(28, 25, 20, 0.1);
    --link: var(--green);
    --accent: var(--wine);
}

body.chaptertrail-site.theme-fantasy {
    background-color: var(--paper);
    background-image: var(--chaptertrail-site-bg, none);
    background-position: 0 0;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
}

body.chaptertrail-site.theme-fantasy .site-header {
    background: rgba(255, 253, 248, 0.82);
    border-bottom-color: color-mix(in srgb, var(--wine) 12%, transparent);
}

body.chaptertrail-site.theme-fantasy .site-main {
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.chaptertrail-site.theme-fantasy .site-footer {
    background: rgba(24, 32, 43, 0.92);
    border-top-color: rgba(255, 255, 255, 0.08);
}
