:root{--bg: #111;--text: #f1f1f1;--card-bg: #111;--border: #f1f1f1;--accent: #bb9e7d;--subtitle: #cccccc;--p-text: #d1d1d1;--page-title-line: #f1f1f1;--item-bg: #222;--item-bg2: #212121;--item-text: #f1f1f1;--spinner-bg: #0f0f0f;--icon-filter: brightness(0) invert(1)}body.dark{--bg: whitesmoke;--text: #111;--card-bg: whitesmoke;--border: #111;--accent: #bb9e7d;--subtitle: #3b3b3b;--p-text: #585757;--page-title-line: #111;--item-bg: #313131;--item-bg2: #e5ddd3;--item-text: whitesmoke;--spinner-bg: whitesmoke;--icon-filter: brightness(0)}html,body{height:100%;margin:0;background-color:var(--bg);font-family:Crimson Text,serif;overflow-x:hidden}body{display:flex;flex-direction:column;padding-bottom:70px}.arbri-footer{margin-top:auto;position:fixed;bottom:0;width:100%;background:var(--card-bg);z-index:50;height:70px;display:flex;align-items:center;justify-content:center}*{scrollbar-width:thin;scrollbar-color:var(--text) var(--card-bg)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--card-bg)}::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:10px;border:2px solid var(--card-bg)}::-webkit-scrollbar-thumb:hover{background-color:var(--text)}
