:root{color-scheme:light;--bg: #f7f5ef;--paper: #fffdf8;--line: #ded7ca;--text: #25211b;--muted: #6e665d;--brand: #8a2f2f;--brand-dark: #5f2020;--accent: #22706b}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.75;overflow-x:hidden;text-size-adjust:100%;-webkit-text-size-adjust:100%}a{color:var(--brand);text-decoration:none}a:hover{color:var(--brand-dark);text-decoration:underline}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px clamp(16px,4vw,48px);border-bottom:1px solid var(--line);background:#fffdf8f5;backdrop-filter:blur(8px)}.brand{display:inline-flex;flex:0 0 auto;min-height:40px;align-items:center;color:var(--brand-dark);font-size:20px;font-weight:800;white-space:nowrap}.top-nav{display:flex;flex-wrap:wrap;gap:12px;font-size:15px}.top-nav a{display:inline-flex;min-height:36px;align-items:center}main{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:24px 0 48px}.site-footer{padding:28px 16px 36px;border-top:1px solid var(--line);color:var(--muted);text-align:center;font-size:14px}.hero{display:grid;gap:18px;padding:18px 0 10px}h1,h2,h3{margin:0 0 12px;line-height:1.35}h1{font-size:clamp(28px,5vw,42px)}h2{font-size:24px}.muted,.book-meta{color:var(--muted);overflow-wrap:anywhere}.section{margin-top:28px}.split{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px}.book-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.book-card,.panel{border:1px solid var(--line);border-radius:8px;background:var(--paper);padding:16px}.book-title{display:inline-flex;min-height:40px;align-items:center;color:var(--brand-dark);font-size:20px;font-weight:800}.text-link{display:inline-flex;min-height:40px;align-items:center;font-weight:700}.book-meta a{display:inline-flex;min-height:36px;align-items:center}.latest-list,.chapter-list,.simple-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.latest-list a,.chapter-list a,.simple-list a{display:flex;justify-content:space-between;gap:12px;border-bottom:1px dashed var(--line);padding:8px 0;overflow-wrap:anywhere}.ad-slot{display:grid;min-height:86px;place-items:center;border:1px dashed #b8a98f;border-radius:8px;background:#fff8e8;color:#7a6846;font-size:14px}.reader{max-width:760px;margin:0 auto}.reader-header{text-align:center}.reader-body{margin-top:20px;padding:22px clamp(16px,4vw,36px);border:1px solid var(--line);border-radius:8px;background:var(--paper);font-size:20px;line-height:2.05;overflow-wrap:break-word}.reader-body p{margin:0 0 1.1em;text-indent:2em}.chapter-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:var(--paper);color:var(--brand-dark);font-weight:700;padding:0 10px;text-align:center}.button[aria-disabled=true]{color:var(--muted);pointer-events:none}.search-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}input[type=search]{min-height:44px;width:100%;border:1px solid var(--line);border-radius:8px;padding:0 12px;background:var(--paper);font-size:16px}button{min-height:44px;border:0;border-radius:8px;padding:0 16px;background:var(--brand);color:#fff;font-size:16px;font-weight:700;cursor:pointer}@media(max-width:760px){main{width:min(100% - 24px,1120px);padding:18px 0 36px}.site-header{align-items:stretch;flex-direction:column;gap:8px;padding:10px 12px}.top-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;width:100%}.top-nav a{min-height:38px;justify-content:center;border:1px solid var(--line);border-radius:8px;background:var(--paper);font-size:14px}.latest-list a,.chapter-list a,.simple-list a{align-items:flex-start;flex-direction:column;gap:2px;padding:10px 0}.split{grid-template-columns:1fr}.chapter-nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.reader-body{padding:18px 14px;font-size:18px;line-height:1.95}.button{min-height:44px;font-size:15px}.search-box{grid-template-columns:1fr}}@media(max-width:380px){h1{font-size:26px}h2{font-size:22px}.top-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.chapter-nav{grid-template-columns:1fr}.reader-body{margin-left:-4px;margin-right:-4px;border-left:0;border-right:0;border-radius:0}}
