/**
 * @filename chapter.css
 * @date Sat, 30 May 2026 16:06:08 +0800
 */
:root {--body-bg-color:#eae5d9;--main-bg-color:#f3efe6;--border-color:rgba(0,0,0,.08);--chapter-text-color:#000}[data-theme="dark"]:root {--body-bg-color:#212529;--main-bg-color:#1d1d1d;--border-color:#555758;--chapter-text-color:rgb(170,180,190)}body {background-color:var(--body-bg-color)!important;height:100vh;font-size:120%}.main {background-color:var(--main-bg-color);display:flex;flex-flow:column;min-height:100%;padding-left:0;padding-right:0}header {border-bottom:1px solid var(--border-color)}header .logo {height:32px}.footer {border-top:1px solid var(--border-color)}.bottom-navs {border-top:1px solid var(--border-color);margin-left:-1.5rem;margin-right:-1.5rem}.page-breadcrumb {padding:1rem 1.5rem;margin-bottom:0!important;border-bottom:1px solid var(--border-color)}.content {flex:2}.content> .d-error {max-width:520px;margin:auto;text-align:center}.text {font-size:1.3em;color:var(--chapter-text-color)}.text p {text-indent:2em;margin-bottom:1em}.qrcode.card {width:280px;margin:0 auto 2rem}.qrcode img {width:280px;height:280px}