
:root{--bg:#fbf7ef;--card:#fffaf2;--text:#24180f;--muted:#7d6b5b;--border:#eadfcc;--accent:#b8792f;--accent2:#152b4d;--shadow:0 14px 35px rgba(64,39,14,.12)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.wrap{max-width:1240px;margin:auto;padding:0 18px}.site-header{position:sticky;top:0;z-index:10;background:rgba(251,247,239,.88);backdrop-filter:blur(15px);border-bottom:1px solid var(--border)}.head-inner{height:72px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:24px}.brand small{display:block;font-size:11px;color:var(--muted);font-weight:600}.nav{display:flex;gap:18px;margin-left:auto}.nav a{font-size:14px;color:var(--muted);font-weight:700}.search-btn,.btn{border:0;border-radius:999px;padding:12px 18px;background:var(--text);color:var(--bg);font-weight:800;cursor:pointer}.btn.light{background:#fff;border:1px solid var(--border);color:var(--text)}.hero{margin:28px 0 38px;position:relative;overflow:hidden;border:1px solid var(--border);border-radius:32px;background:linear-gradient(135deg,#fff8ee,#f0e1ca);box-shadow:var(--shadow)}.hero-slide{display:none;grid-template-columns:1fr 300px;gap:30px;align-items:center;padding:52px}.hero-slide.active{display:grid}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.22em;color:var(--accent);font-weight:900}.hero h1{font-size:clamp(38px,6vw,72px);line-height:.96;margin:12px 0}.hero p{font-size:18px;color:var(--muted);max-width:650px;line-height:1.65}.cover{height:360px;border-radius:18px;padding:26px;display:flex;align-items:flex-end;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.25);color:var(--ink,#fff);background:linear-gradient(135deg,var(--g1),var(--g2));font-weight:900}.cover span{font-size:26px;line-height:1.05}.hero-dots{position:absolute;bottom:18px;left:52px;display:flex;gap:8px}.dot{width:9px;height:9px;border-radius:9px;background:#9b8a77;opacity:.35}.dot.active{opacity:1;background:var(--accent)}.section{margin:34px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:14px}.section h2{font-size:30px;margin:4px 0 0}.view{font-size:14px;color:var(--accent);font-weight:800}.shelf{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.book-card{background:var(--card);border:1px solid var(--border);border-radius:22px;padding:14px;transition:.22s}.book-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.book-mini-cover{height:230px;border-radius:15px;background:linear-gradient(135deg,var(--g1),var(--g2));color:var(--ink);padding:18px;display:flex;align-items:flex-end;font-weight:900}.book-title{font-size:16px;font-weight:900;margin:12px 0 4px}.book-meta{font-size:13px;color:var(--muted)}.actions{display:flex;gap:8px;margin-top:12px}.actions .btn{font-size:12px;padding:9px 12px}.grid-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.cat,.author{background:var(--card);border:1px solid var(--border);border-radius:22px;padding:22px}.cat b{display:block;font-size:20px;margin:8px 0}.authors{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}.author{text-align:center}.avatar{width:66px;height:66px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;background:#f0d9b8;color:#7e4b16;font-weight:900}.footer{border-top:1px solid var(--border);padding:35px 0;margin-top:45px;color:var(--muted)}.library-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:28px 0}.single-book{display:grid;grid-template-columns:300px 1fr;gap:36px;padding:42px 0}.reader-shell{min-height:calc(100vh - 72px);background:#fffdf8}.reader-bar{position:sticky;top:72px;background:#fffaf2;border-bottom:1px solid var(--border);z-index:8;padding:12px 0}.reader-content{max-width:820px;margin:auto;padding:38px 20px;font-size:20px;line-height:1.9}.audio-box{max-width:760px;margin:40px auto;background:var(--card);border:1px solid var(--border);border-radius:30px;padding:26px;box-shadow:var(--shadow)}audio{width:100%;margin:20px 0}.notice{background:#fff3cd;border:1px solid #efd485;padding:12px 16px;border-radius:14px;color:#795400;margin:18px 0}.mobile-only{display:none}
@media(max-width:760px){.head-inner{height:64px}.brand{font-size:18px}.brand small,.nav{display:none}.search-btn{margin-left:auto;padding:10px 12px}.mobile-only{display:block}.hero-slide{grid-template-columns:1fr;padding:28px 20px 48px}.hero p{font-size:15px}.hero .cover{display:none}.hero-dots{left:22px}.shelf{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.book-card{min-width:158px;scroll-snap-align:start}.book-mini-cover{height:210px}.grid-cats{grid-template-columns:repeat(2,1fr)}.authors{display:flex;overflow-x:auto}.author{min-width:145px}.library-grid{grid-template-columns:repeat(2,1fr)}.single-book{grid-template-columns:1fr}.single-book .cover{height:420px}.reader-bar{top:64px}.reader-content{font-size:18px;padding:25px 16px}.btn{padding:10px 14px}}

/* v1.5 listen page polish */
.thuta-listen-wrap{max-width:760px!important}.thuta-audio-box-v15{max-width:680px;margin:28px auto 70px;padding:24px;border-radius:34px;background:rgba(255,250,242,.76);backdrop-filter:blur(12px);}.thuta-audio-box-v15 .thuta-back-btn{margin-bottom:12px}.thuta-listen-title{font-size:clamp(28px,4vw,40px);line-height:1.1;margin:8px 0 16px}.thuta-real-cover{object-fit:cover;padding:0!important;color:transparent!important;background:none!important}
@media(max-width:640px){.thuta-audio-box-v15{margin:12px 0 40px;padding:14px;border-radius:24px}.thuta-listen-title{font-size:26px;margin-left:4px}.thuta-listen-wrap{padding:0 12px!important}}
