/* CSS generated */

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:"Literata",Georgia,serif;background:#f8f8f6;color:#333;line-height:1.7}
header,main,footer{width:100%;max-width:420px;margin:auto;padding:20px}
header{text-align:center;padding:35px 20px}
header h1{font-size:32px;margin-bottom:15px;color:#2d665d}
header p{font-size:15px;color:#666}
section{margin-bottom:40px}
section h2{font-size:22px;margin-bottom:18px;color:#2d665d}
.book{display:flex;align-items:stretch;gap:18px;background:#fff;border-radius:16px;padding:16px;margin-bottom:22px;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.book-left{width:120px;flex-shrink:0;display:flex;flex-direction:column}
.book-left img{width:100%;aspect-ratio:1/1.414;object-fit:cover;border-radius:8px;display:block}
.progress-wrap{display:flex;align-items:center;gap:8px;margin:12px 0}
.progress{flex:1;height:8px;background:#e6e6e6;border-radius:99px;overflow:hidden}
.progress-bar{width:0;height:100%;background:#3d8c73;transition:width .25s}
.progress-percent{width:36px;font-size:12px;text-align:right;color:#666;flex-shrink:0}
.book-left a{display:block;margin-top:auto;width:100%;padding:10px;text-align:center;text-decoration:none;background:#2d665d;color:#fff;border-radius:8px;font-size:14px}
.book-left a:hover{background:#224f49}
.book-right{flex:1;min-width:0}
.book-right h3{font-size:20px;line-height:1.4;margin-bottom:10px;color:#222}
.book-right p{font-size:15px;color:#555}
section:last-child{background:#fff;border-radius:14px;padding:20px;box-shadow:0 2px 10px rgba(0,0,0,.05)}
footer{text-align:center;color:#666;font-size:14px;padding-bottom:40px}
footer hr{border:none;border-top:1px solid #ddd;margin-bottom:20px}
footer a{color:#2d665d;text-decoration:none}
footer a:hover{text-decoration:underline}
@media(max-width:420px){header,main,footer{padding:18px}.book{gap:14px}.book-left{width:105px}.book-right h3{font-size:18px}}
