:root{color:#27302d;background:#f7f3ea;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f7f3ea}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;min-height:64px;padding:0 24px;border-bottom:1px solid #ded5c4;background:#f7f3eaf0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand,.topnav{display:inline-flex;align-items:center;gap:12px}.brand{color:#2f4f4a;font-weight:800}.topnav a,.icon-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid transparent;border-radius:8px;background:transparent;color:#2f4f4a}.topnav a:hover,.icon-button:hover{border-color:#d8cdb8;background:#fffaf0}.page,.reader-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:32px 0}.narrow-page{width:min(720px,calc(100% - 32px))}.page-heading,.reader-toolbar,.reader-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}h1,h2,p{margin-top:0}h1{margin-bottom:6px;font-size:clamp(2rem,5vw,3.8rem);line-height:1.05;color:#1f2c29}h2{font-size:1.05rem}.page-heading p,.reader-toolbar p,.book-card p,.state-line,.audio-placeholder{color:#65736f}.primary-button,.secondary-button,.danger-button,.text-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:8px;border:1px solid transparent;font-weight:700}.primary-button{background:#2f4f4a;color:#fffaf0}.secondary-button{border-color:#cfc2aa;background:#fffaf0;color:#2f4f4a}.danger-button{border-color:#c87566;background:#fff4f2;color:#9a3428}.text-button{background:transparent;color:#2f4f4a}.auth-screen{display:grid;place-items:center;min-height:calc(100vh - 64px);padding:24px}.auth-panel,.form-panel,.detail-panel{display:grid;gap:18px;width:min(480px,100%)}.auth-panel{padding:28px;border:1px solid #ded5c4;border-radius:8px;background:#fffaf0}label,fieldset{display:grid;gap:8px;color:#33433f;font-weight:700}input,textarea{width:100%;border:1px solid #cfc2aa;border-radius:8px;background:#fffdf7;color:#27302d;padding:12px 14px}textarea{resize:vertical}.error,.success{padding:12px 14px;border-radius:8px}.error{background:#fff0ed;color:#a33a2d}.success{background:#edf8ef;color:#2f6840}.state-line{display:inline-flex;align-items:center;gap:8px;padding:20px 0}.empty-state{display:grid;justify-items:center;gap:16px;padding:80px 24px;border:1px dashed #cfc2aa;border-radius:8px;text-align:center}.book-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.book-card{min-height:180px;border:1px solid #ded5c4;border-radius:8px;background:#fffaf0}.book-card a{display:grid;align-content:space-between;height:100%;padding:18px}.status{width:max-content;border-radius:999px;padding:4px 10px;background:#e7e0d1;color:#42534f;font-size:.78rem;font-weight:800;text-transform:uppercase}.status[data-status=completed]{background:#dff1e3;color:#2f6840}.status[data-status=failed]{background:#ffe0db;color:#9a3428}.metadata-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.metadata-list div{padding:14px;border-radius:8px;background:#fffaf0}.metadata-list dt{color:#65736f;font-size:.78rem;text-transform:uppercase}.metadata-list dd{margin:4px 0 0;font-weight:800}.button-row,.toolbar-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.reader-shell[data-theme=light]{--reader-bg: #fffdf8;--reader-text: #222926}.reader-shell[data-theme=sepia]{--reader-bg: #fbf0dc;--reader-text: #302820}.reader-shell[data-theme=dark]{--reader-bg: #17201e;--reader-text: #ecf0e8}.reader-toolbar{min-height:68px;padding-bottom:16px}.reader-toolbar h1{max-width:58vw;margin-bottom:4px;font-size:1.3rem}.segmented-control{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;max-width:420px;padding:4px;border:1px solid #d7cbb9;border-radius:8px;background:#fffaf0}.segmented-control button{min-height:40px;border:0;border-radius:6px;background:transparent;color:#42534f;font-weight:800}.segmented-control button[aria-pressed=true]{background:#2f4f4a;color:#fffaf0}.progress-track{height:8px;margin:18px 0;overflow:hidden;border-radius:999px;background:#ddd2bf}.progress-track span{display:block;height:100%;background:#d99152}.reader-page{min-height:min(72vh,820px);max-width:760px;margin:0 auto;padding:clamp(24px,6vw,64px);border-radius:8px;background:var(--reader-bg);color:var(--reader-text);white-space:pre-wrap}.reader-page p{margin-bottom:0}.pdf-frame{height:min(74vh,860px);border:1px solid #d8cdb8;border-radius:8px;overflow:hidden;background:#fffaf0}.pdf-frame iframe{width:100%;height:100%;border:0}.audio-panel{display:grid;gap:12px;max-width:760px;margin:16px auto 0;padding:16px;border:1px solid #d8cdb8;border-radius:8px;background:#fffaf0}.audio-panel audio{width:100%}.audio-placeholder{display:inline-flex;align-items:center;gap:8px}.reader-footer{max-width:760px;margin:18px auto 0}@media (max-width: 720px){.topbar,.page-heading,.reader-toolbar,.reader-footer{align-items:flex-start;flex-direction:column}.reader-toolbar h1{max-width:100%}.segmented-control{max-width:none}.metadata-list{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important}}
